/*!
Theme Name: clothingshop
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Csorba Zsuzsi
Author URI: https://csorbazsuzsi.hu
Description: A child theme for Wax icon.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: clothingshop
*/

/* Theme customization starts here
-------------------------------------------------------------- */

input,
textarea,
button,
select,
a,
h3,
li {
	-webkit-tap-highlight-purple: rgba(0, 0, 0, 0);
}
/* Global focus and active - outline */
*:focus,
*:active {
	outline: 0;
}
*:focus-visible {
	outline: 1px solid var(--global-palette1);
}

/* prevent image user select */
img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* autofill blue background correction */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

html {
  scrollbar-gutter: stable;
}

/*********************************
************* GENERAL ************
*********************************/

html small {
	font-size: 70%;
}
html .grid-cols {
	column-gap: .5rem;
    row-gap: 3rem;
}

@media (width >= 768px) {
    .mobil-hidden {
        display: none;
    }
}


/***************************
********** SPLIDE **********
***************************/

body .kb-splide :is(.splide__arrow,.splide__arrow:focus) {
	background-color: var(--global-palette7);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    width: clamp(2rem, 4vw, 36px);
    height: clamp(2rem, 4vw, 36px);
    transition: background-color 0.2s ease;
}
body .kb-splide .splide__arrow svg {
	fill: var(--global-palette3);
}
body .kb-splide .splide__arrow--prev {
	left: unset;
    right: 3.5rem;
    top: -3.4rem;	
}
body .kb-splide .splide__arrow--next {
    right: 0;
    top: -3.4rem;
}
@media (width >= 48rem) {
	body .kb-splide .splide__arrow--prev {
        right: 3rem;
        top: -4.75rem;
    }
	body .kb-splide .splide__arrow--next {
		top: -4.75rem;
	}
	body .kb-splide.kadence-product-gallery-thumbnails  .splide__arrow--prev {
        right: 4.75rem;
        top: -20rem;
    }
	body  .kb-splide.kadence-product-gallery-thumbnails .splide__arrow--next {
		top: -20rem;
	}
	
}

body .kb-splide.kadence-product-gallery-thumbnails :is(.splide__arrow,.splide__arrow:focus) {
	background-color: var(--global-palette8);
}

/***************************
******** ACCORDION *********
***************************/

details {
  display: grid;
  border-bottom: 1px solid var(--global-palette7);
  overflow: hidden;
}

details:first-of-type {
  border-top: 1px solid var(--global-palette7);
}

/* SUMMARY (accordion header) */
summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.125rem 3.25rem 1.125rem 1.25rem;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

/* remove default marker */
summary::-webkit-details-marker {
  display: none;
}

/* plus/minus icon */
summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  border-radius: 50%;

  display: grid;
  place-items: center;

  font-size: 22px;
  line-height: 1;
  font-weight: 400;

  transition: transform 0.2s ease;
}

/* open state */
details[open] summary::after {
  content: "-";
}

/* CONTENT WRAPPER (assumed structure) */
details > div {
  height: 0;
  overflow: hidden;
  transition: height 0.28s ease;
  padding: 0 3.25rem 1.125rem 1.25rem;
  
}

/* open state */
details[open] > div {
  height: auto;
}

/* inner spacing */
details > div > div {
  min-height: 0;
  overflow: hidden;
  padding: 0 20px;
}

details[open] > div > div {
  padding-bottom: 20px;
}

/* reset first/last child spacing */
details > div > div > :first-child {
  margin-top: 0;
}

details > div > div > :last-child {
  margin-bottom: 0;
}

/**********************************
************* TABEL ***************
**********************************/
.size-chart-table-wrap {
  overflow-x: auto;
}
.product-accordion .accordion-content table {
  inline-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

.product-accordion .accordion-content table,
.product-accordion .accordion-content th,
.product-accordion .accordion-content td {
  border: 0;
}

.product-accordion .accordion-content td {
	padding-block: 0.75rem;
	padding-inline: 0.875rem;
	border-block-end: 1px solid color-mix(in srgb, var(--global-palette4) 16%, transparent);
	text-align: left;
	vertical-align: middle;
}

.product-accordion .accordion-content tr:first-child td {
	background: color-mix(in srgb, var(--global-palette4) 7%, transparent);
	font-weight: 700;
}

.product-accordion .accordion-content tr td:first-child {
	font-weight: 700;
	color: var(--global-palette4);
}

.product-accordion .accordion-content tr:last-child td {
  border-block-end: 0;
}

.product-accordion .accordion-content table strong {
  font-weight: 700;
}

.product-accordion .accordion-content table + .size-guide-button {
  margin-block-start: 0.5rem;
}
.size-guide-button {
	display: block;
    margin-inline: auto;
    font-size: 16px;
	padding: .2em .5em;
}


/**********************************
********* MODAL (POPUP) ***********
**********************************/

.size-guide-modal[hidden] {
  display: none;
}

.size-guide-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgb(0 0 0 / 0%);
  opacity: 0;
  transition: opacity 220ms ease, background 220ms ease;
}

.size-guide-modal.is-open {
  background: rgb(0 0 0 / 65%);
  opacity: 1;
}

.size-guide-modal__overlay {
  position: absolute;
  inset: 0;
}

.size-guide-modal__dialog {
  position: relative;
  z-index: 1;
  inline-size: fit-content;
  block-size: fit-content;
  background: var(--global-palette9);
  padding: 2em;
  scale: 0.96;
  opacity: 0;
  transition:
    scale 220ms ease,
    opacity 220ms ease;
}

.size-guide-modal.is-open .size-guide-modal__dialog {
  scale: 1;
  opacity: 1;
}

.size-guide-modal__image {
  display: block;
  inline-size: auto;
  block-size: auto;
  max-inline-size: calc(100dvw - 2rem);
  max-block-size: calc(100dvh - 2rem);
  object-fit: contain;
}

.size-guide-modal__close {
	position: absolute;
	inset-block-start: 0;
	inset-inline-end: 0;
	z-index: 2;
	border: 0;
	background: var(--global-palette9);
	color: var(--global-palette1);
	cursor: pointer;
	font-size: 35px;
	line-height: 1;
	padding: .2em .4em;
}
.size-guide-modal__close:hover {
	background: var(--global-palette9);
	color: var(--global-palette1);
	opacity: .7;  
}

body.size-guide-modal-is-open {
  overflow: hidden;
}

@media (min-width: 48rem) {
  .size-guide-modal {
    padding: 1.5rem;
  }

  .size-guide-modal__image {
    max-inline-size: calc(100dvw - 3rem);
    max-block-size: calc(100dvh - 3rem);
  }

}

@media (prefers-reduced-motion: reduce) {
  .size-guide-modal,
  .size-guide-modal__dialog {
    transition: none;
  }

  .size-guide-modal__dialog {
    scale: 1;
  }
}


/*********** GF + WOO + MailerLite Custom checkbox ************/

/* INPUT elrejtés (GF + Woo + MailerLite) */
.gform_wrapper :is(.gfield_checkbox li input[type='checkbox'], 
.ginput_container_consent input[type='checkbox'],
.ginput_container_checkbox input),
:is(.woocommerce-form__label-for-checkbox, #billing_company_invoice_field) input[type='checkbox'],
#woo_ml_subscribe_field input[type='checkbox'] {
	position: absolute;
	left: -9999px;
	width: 1px;
}

/* LABEL alapstílus (GF + Woo + custom + MailerLite) */
.gform_wrapper .gfield--type-consent,
.gfield--type-checkbox .gchoice label,
.woocommerce-form__label-for-checkbox > span,
#billing_company_invoice_field label,
#woo_ml_subscribe_field label.checkbox {
	cursor: pointer;
	font-weight: 400;
	position: relative;
	left: 36px;
	line-height: 1.4em;
	font-size: 14px;
	margin-bottom: -2em;
}

/* Fake checkbox box */
.gform_wrapper :is(.gfield--type-consent, .gfield--type-checkbox .gchoice ) label:before,
.woocommerce-form__label-for-checkbox > span:before,
#billing_company_invoice_field label:before,
#woo_ml_subscribe_field label.checkbox:before {
	content: '';
	position: absolute;
	left: -35px;
	top: 0;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	transition: all 0.2s ease;
	background-color: #fff;
	background-clip: content-box;
	border: 1px solid var(--global-palette3);
	border-radius: 0;
}

/* Check ikon */
.gform_wrapper :is(.gfield--type-consent, .gfield--type-checkbox .gchoice ) label:after,
.woocommerce-form__label-for-checkbox > span:after,
#billing_company_invoice_field label:after,
#woo_ml_subscribe_field label.checkbox:after {
	border-right: 2px solid var(--global-palette9);
	border-top: 2px solid var(--global-palette9);
	width: 7px;
	height: 13px;
	content: '';
	position: absolute;
	top: 9px;
	left: -33px;
	transform: scaleX(-1) rotate(135deg);
	transform-origin: left top;
	display: none;
}

/* Checked state - GF + Woo */
.gform_wrapper :is(.gfield--type-consent, .gfield--type-checkbox .gchoice ) input[type='checkbox']:checked + label:before,
#ship-to-different-address .woocommerce-form__label-for-checkbox > span:before,
.woocommerce-form__label-for-checkbox input[type='checkbox']:checked + span:before,
#billing_company_invoice_field input[type='checkbox']:checked > label:before {
	background: var(--global-palette3);
}

.gform_wrapper :is(.gfield--type-consent, .gfield--type-checkbox .gchoice ) input[type='checkbox']:checked + label:after,
.woocommerce-form__label-for-checkbox input[type='checkbox']:checked + span:after,
#billing_company_invoice_field input[type='checkbox']:checked > label:after {
	-webkit-animation: checkm 0.5s ease 0s running;
	animation: checkm 0.5s ease 0s running;
	display: block;
	border-color: var(--global-palette9);
}

/* Checked state - MailerLite (kulcs: :has) */
#woo_ml_subscribe_field label.checkbox:has(input:checked):before {
	background: var(--global-palette3);
}

#woo_ml_subscribe_field label.checkbox:has(input:checked):after {
	display: block;
	animation: checkm 0.5s ease 0s running;
	border-color: var(--global-palette9);
}

/* Animation */
@keyframes checkm {
	0% {
		height: 0;
		width: 0;
	}
	25% {
		height: 0;
		width: 7px;
	}
	50% {
		height: 13px;
		width: 7px;
	}
}

/* Woo specific override */
#ship-to-different-address .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span:before {
	background: #fff;
	border-color: var(--global-palette3);
}

#billing_company_invoice_field label:after,
.woocommerce-form__label-for-checkbox > span:after {
	display: inline;
}

/* spacing fixes */
#reg_accept_pp_field .checkbox > span,
.form-row.tos .checkbox > span,
.form-row.pp .checkbox > span,
#billing_company_check + span,
#woo_ml_subscribe_field label.checkbox {
	margin-bottom: -1em;
	width: calc(100% - 36px);
	display: inline-block;
}

/* ===== Woo checkbox full stabil layout ===== */
/*
#accept_pp_field label,
#accept_tos_field label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
}
*/
#accept_pp_field .pdmw-checkbox-text,
#accept_tos_field .pdmw-checkbox-text {
	flex: 1;
	min-width: 0;
}

#accept_pp_field .error,
#accept_tos_field .error {
	display: block;
	width: 100%;
	margin-top: 6px;
}




/*********** NEW RADIO BUTTON STYLE ************/
.woocommerce ul#shipping_method li input {
	visibility: hidden;
	margin: 0;
	position: absolute;
	left: -9999px;
}
.woocommerce ul#shipping_method li label {
	position: relative;
	font-weight: 600;
}
.checkout #payment ul.wc_payment_methods li.wc_payment_method > label:before,
.woocommerce ul#shipping_method li label:before {
	content: '';
	border: 1px solid var(--global-palette3);
	border-radius: 50%;
	width: 15px;
	height: 15px;
	position: absolute;
}
.woocommerce ul#shipping_method li label:before {
	top: clamp(2.5px, (100vw - 767px) * 9, 4px);
	left: -25px;
}
.checkout #payment ul.wc_payment_methods li.wc_payment_method > label:before {
	top: 16px;
	left: 21px;
}
.checkout #payment ul.wc_payment_methods li.wc_payment_method input[type='radio']:first-child:checked + label:before,
.woocommerce ul#shipping_method li input:checked + label:before {
	border-color: var(--global-palette3);
	border-width: 5px;
	background: transparent;
}
.woocommerce-checkout #payment ul.wc_payment_methods 
	:is(
		li.wc_payment_method > label,
		li.wc_payment_method input[type='radio']:first-child:checked + label
		){
	border-left: none;
	background: transparent;
	padding: 8px 15px 8px 45px;
	position: relative;
}
.woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method > label:hover {
	cursor: pointer;
	border-left: 0;
	background: transparent;
}
/* new radio button style END */



/**********************************
*********** BREADCRUMB ************
**********************************/

.rank-math-breadcrumb :is(a, .separator) {
	position: relative;

}
.rank-math-breadcrumb a:first-child {
	margin-right: 25px;
}
.rank-math-breadcrumb a:first-child:before {
	margin-right: 10px;
    background-repeat: no-repeat;
    content: '';
    display: block;
    width: 22px;
    height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 29 24%22 fill=%22none%22%3E%3Cpath fill=%22%233CB9C0%22 d=%22M2.83 12.364H.366a.356.356 0 0 1-.345-.473.477.477 0 0 1 .142-.195c.694-.576 1.39-1.149 2.087-1.72l9.03-7.428L14.242.112c.181-.15.325-.15.519 0l4.956 3.82.085.065.003-.089v-1.09c0-.24.148-.392.383-.392h2.77c.24 0 .384.15.384.398 0 1.36 0 2.722-.002 4.083a.15.15 0 0 0 .06.126l5.439 4.658c.114.098.18.214.156.369a.355.355 0 0 1-.367.304H26.17v11.233c0 .21-.102.355-.283.393a.489.489 0 0 1-.103.009h-7.007c-.243 0-.387-.15-.387-.402V14.307h-4.95v9.288c0 .214-.107.36-.291.397a.49.49 0 0 1-.095.007H3.218c-.244 0-.388-.15-.388-.402V12.365Z%22/%3E%3C/svg%3E");
    top: -2px;
    position: absolute;
	filter: brightness(0) saturate(100%);
}
.rank-math-breadcrumb a:first-child:hover:before {
	filter: brightness(0) saturate(100%) invert(72%) sepia(10%) saturate(237%) hue-rotate(354deg) brightness(93%) contrast(92%);
}
.rank-math-breadcrumb :is(p a, span) {
	text-decoration: none;
	font-weight: bold;
	font-size: clamp(13px, (100vw - 767px) * 20, 14px);
	margin: 0 5px;
}
.rank-math-breadcrumb a:hover {
	opacity: .7;
}
.rank-math-breadcrumb .separator {
	color: transparent;
}
.rank-math-breadcrumb .separator:after {
	content: '';
	position: absolute;
	display: block;
	width: 7px;
    height: 16px;
	background: transparent url(/wp-content/themes/clothingshop/img/arrow-small.png) no-repeat;
	top: 0;
	right: 0;
	background-size: cover;
}
.rank-math-breadcrumb .last {
	font-weight: 400;
}

/**********************************
************* HEADER **************
**********************************/
html .header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a:after {
	height: 1px;
}
.mega-category-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    gap: 10px 32px;
}

.header-menu-container ul.menu>li.kadence-menu-mega-enabled>ul a.mega-category-menu__item {
    position: relative;
    display: inline-block;
    width: fit-content;
    color: inherit;
    text-decoration: none;
    line-height: 1.35;
    font-size: 14px;
}

.mega-category-menu__item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

.mega-category-menu__item:hover::after,
.mega-category-menu__item:focus-visible::after {
    transform: scaleX(1);
}

.header-navigation.nav--toggle-sub .dropdown-nav-toggle {
    display: none;
}
/**********************************
********** WOO BADGE *********
**********************************/
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale,
:is(body.woocommerce, .woocommerce ul.products li.product) span.onsale {
	background-color: var(--global-palette13);
	border-radius: 0;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale span,
body.woocommerce span.onsale {
	text-transform: uppercase;
}
:is(body.woocommerce, .woocommerce ul.products li.product) span.onsale.new-badge {
	background-color: var(--global-palette11);
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale span,
.woocommerce ul.products li.product span.onsale {
	font-weight: 700;
	font-size: 14px;
	padding: 5px 10px;
}

/**********************************
********** WOO FORM *********
**********************************/

body .woocommerce form .form-row.woocommerce-invalid label {
	color: var(--global-palette5);
}
#ship-to-different-address {
	min-height: 23px;
    margin-bottom: 30px;
}
#ship-to-different-address span {
	font-family: var(--global-body-font-family);
	font-size: 16px;
	width: fit-content;
	font-weight: normal;
}
.woocommerce form .form-row {
	position: relative;
	margin: 0 0 15px;
}
body .woocommerce form :is(.form-row-first, .form-row-last)  {
	width: 49%;
	margin: 0 0 16px;
}
.woocommerce form .form-row.notes {
	margin: 2em 0 0;
}
.woocommerce form .form-row .required {
	display: none;
}
body .woocommerce form .form-row label {
	line-height: 1.8;
	font-weight: 500;
}
body .woocommerce  .form-row :is(input, input:invalid, textarea) {
	border-radius: 0;
	border-color: var(--global-palette6);
}
.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
	color: var(--global-palette13);
    display: block !important;
    font-size: 80%;
	position: absolute;
	bottom: -20px;
}


/**********************************
********* PRODUCT ARCHIVE *********
**********************************/
/*
.wp-site-blocks .product-archive-title h1 {
	text-align: center;
}
*/

/* subcategory list */
.category-subcategory-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 1em;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    max-width: 100%;
    padding: 4px 0;
    margin: 18px 0 0;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* régebbi Edge / IE */
}

.category-subcategory-buttons::-webkit-scrollbar {
    display: none; /* Chrome, Safari, új Edge */
}

.category-subcategory-buttons.is-dragging {
    cursor: grabbing;
    user-select: none;
    scroll-snap-type: none;
}

.category-subcategory-buttons .wp-block-kadence-singlebtn {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
}

.category-subcategory-buttons.is-dragging a {
    pointer-events: none;
}

/* Product card base */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
}

.woocommerce ul.products li.product .product-details,
.woocommerce-page ul.products li.product .product-details {
	position: relative;
	overflow: visible;
}
html .woocommerce ul.products li.product .entry-content-wrap {
	padding: 0;
	margin: 0;
}

/* Variation swatches as image hover overlay */
.woocommerce ul.products li.product .cfvsw_variations_form,
.woocommerce-page ul.products li.product .cfvsw_variations_form {
	position: absolute;
	left: 0.75rem;
	right: 0.75rem;
	bottom: calc(100% + 1rem);
	z-index: 1;
	padding: 0.3rem;
	background: hsl(0deg 0% 100% / 92%);
	backdrop-filter: blur(8px);
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);

	opacity: 0;
	visibility: hidden;
	transform: translateY(0.5rem);
	pointer-events: none;

	transition:
		opacity 0.2s ease,
		visibility 0.2s ease,
		transform 0.2s ease;
}

/* Show on product hover and keyboard focus */
.woocommerce ul.products li.product:hover .cfvsw_variations_form,
.woocommerce ul.products li.product:focus-within .cfvsw_variations_form,
.woocommerce-page ul.products li.product:hover .cfvsw_variations_form,
.woocommerce-page ul.products li.product:focus-within .cfvsw_variations_form {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

/* Clean variation table spacing */
.woocommerce ul.products li.product .cfvsw_variations_form table,
.woocommerce-page ul.products li.product .cfvsw_variations_form table {
	margin: 0;
}

.woocommerce ul.products li.product .cfvsw_variations_form tr,
.woocommerce-page ul.products li.product .cfvsw_variations_form tr {
	display: block;
	margin: 0;
}
.woocommerce-page ul.products li.product .cfvsw_variations_form tr:first-child {
	padding: 0;
}
.woocommerce ul.products li.product .cfvsw_variations_form td,
.woocommerce-page ul.products li.product .cfvsw_variations_form td {
	display: block;
	padding: 0;
}

/* Swatch layout */
.woocommerce ul.products li.product .cfvsw-swatches-container,
.woocommerce-page ul.products li.product .cfvsw-swatches-container {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 0 auto;
}

/* Hide empty rows if the plugin outputs them */
.woocommerce ul.products li.product .cfvsw_variations_form tr:empty,
.woocommerce-page ul.products li.product .cfvsw_variations_form tr:empty {
	display: none;
}

/* Optional: hide reset link in archive cards */
.woocommerce ul.products li.product .cfvsw_variations_form .reset_variations,
.woocommerce-page ul.products li.product .cfvsw_variations_form .reset_variations {
	display: none !important;
}

/* disabled swatches */
.cfvsw-swatches-option.cfvsw-swatches-disabled {
    position: relative;
    overflow: hidden;
	cursor: not-allowed;
}

.cfvsw-swatches-option.cfvsw-swatches-disabled::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 140%;
    height: 2px;
    background: var(--global-palette13);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 5;
    pointer-events: none;
}

/* Mobile: keep it visible instead of hover-only */
@media (hover: none) {
	.woocommerce ul.products li.product .cfvsw_variations_form,
	.woocommerce-page ul.products li.product .cfvsw_variations_form {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
		margin-top: 0.75rem;
		padding: 0;
		background: transparent;
		box-shadow: none;
		backdrop-filter: none;
	}
}

/* wishlist design */
.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text,
ul.products li.product .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text {
	display: none!important;
}
a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/wp-content/themes/clothingshop/img/heart.svg') no-repeat center center;
    background-size: contain;
	margin: -3px 0 0;
}
.wishlist_products_counter_number {
	border-radius: 50%;
	font-size: 0.65em;
    display: grid;
    place-items: center;
    width: 2em;
    height: 2em;
	background: var(--global-palette3);
    color: var(--global-palette9);

}
.wishlist_products_counter {
	text-decoration: none;
    display: flex;
    align-items: center;	
}

/* wishlist design */
.prod-cat-desc {
	margin-top: 3em;
	max-width: 900px;
}





/*********************************
********* PRODUCT SINGLE *********
*********************************/
.cfvsw-swatches-container[swatches-attr="attribute_pa_szin"] {
	line-height: 1em;
	height: fit-content;
}
.cfvsw-swatches-container[swatches-attr="attribute_pa_szin"] .cfvsw-swatch-inner{
	width: 20px;
	height: 20px;
}

.single-product .cfvsw-selected-swatch {
	width: 30px;
    height: 30px;
}
.woocommerce div.product form.cart .reset_variations {visibility: hidden!important;}

/***********  QUANTITY **********/

.single_variation_wrap .quantity.spinners-added {
	border: 1px solid var(--global-palette4);
	border-radius: 0;
}

/********  WISHLIST BUTTON *******/

html .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	margin: 0 0 0 2%;
    border: 1px solid;
    padding: 15px;
    height: 49px;
    width: 49px;
}
html .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
	font-size: 25px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
	margin-top: -12px;
    margin-left: -12px;	
}
/***********  ACCORDION **********/
.model-sizing {
	font-weight: bold;
}
.return-methods li,
details .shipping-method {
	display: flex;
    justify-content: space-between;
}
details .return-methods,
details .shipping-methods,
.product-care-text {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-care-text li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: .5rem;
}

.care-icon {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/**  PRICE **/
.single-product .single_variation_wrap .woocommerce-variation-price {
  display: none;
}

/**  DISCOUNT PRICE **/
.price-sale-current,
.price-sale-regular {
	display: inline-block;
}
.price-sale-discount .amount,
.price-sale-current {
	font-weight: 700;
}

.price-sale-regular {
	font-size: 80%;
	text-decoration: line-through;
	opacity: 0.75;
}

.price-sale-discount {
	display: block;
	width: fit-content;
	color: var(--global-palette9);
	padding: 2px 10px;
	background-color: var(--global-palette13);

	line-height: 1.4;    
}
.price-sale-discount {font-size: 14px;}

/** IMAGE GALLERY **/
.single-product .woocommerce-product-gallery__wrapper a {
	cursor: default;
	pointer-events: none;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs {
	justify-content: flex-start;
	gap: 1.5rem;
	margin-top: 1rem;
	max-width: 600px;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs li {
	width: calc(25% - 1.125rem) !important;
	height: calc(25% - 1.125rem);
	padding-left: 0 !important;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs li img {
	border: 0;
	height: 100%;
	width: 100%;
}

@media (width > 45rem) {
/*
	body.woocommerce div.product div.images.woocommerce-product-gallery {
		position: sticky;
		top: 3rem;
	}
*/
}
.product-gallery-arrow {
	position: absolute;
	top: 41%;
	transform: translateY(-50%);
	width: clamp(2.5rem, 4vw, 3.25rem);
	height: clamp(2.5rem, 4vw, 3.25rem);
	border-radius: 50%;
	background: var(--global-palette8);
	display: grid;
	place-items: center;
	cursor: pointer;
	z-index: 20; /* ensure above image */
	font-size: 1.25rem;
	line-height: 1;
	user-select: none;
	pointer-events: auto; /* ensure clicks land */
	transition: background 0.3s;
}
.product-gallery-arrow:hover {
	background: var(--global-palette2);
}
.product-gallery-arrow.left {
	left: 0;
}
.product-gallery-arrow.right {
	right: 0;
}
.woocommerce-product-gallery:not(:has(.flex-viewport)) .product-gallery-arrow {
	display: none;
}

.single-product.woocommerce div.product div.summary {
	margin-top: -0.6rem;
}
.single-product.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}
.single-product.woocommerce .woocommerce-variation-price {
	margin-bottom: 1.375rem;
}
.single-product.woocommerce div.product :is(p, span).price {
	font-size: 1.75rem;
	font-weight: 500;
}

/***********  RELATED PRODUCT **********/

.related.products {
	padding-top: 3em;
}


/**********************************
***********   MINI CART  **********
**********************************/
/* header icon */
body .pmc-cart-trigger,
body .pmc-cart-trigger:hover, 
body .pmc-cart-trigger:focus,
body .pmc-drawer__close,
body .pmc-drawer__close:hover,
body .pmc-drawer__close:focus {
	background: 0 0;
	box-shadow: none;
}
body .pmc-cart-trigger svg,
body .pmc-cart-trigger:hover svg,
body .pmc-drawer__close svg,
body .pmc-drawer__close:hover svg {
	fill: var(--global-palette3);

}
body .pmc-cart-count {
	background: var(--global-palette3);
	color: var(--global-palette9);
}

/* panel */
.pmc-drawer__panel {
	--pmc-drawer-width: 30rem;
}
body .pmc-drawer__header {
	border-bottom: 1px solid var(--global-palette8);
    justify-content: center;
    padding-block: 1.3rem;
}
body .pmc-drawer__close {
	position: absolute;
    right: 1.6rem;
    top: 1rem;
}
body .pmc-drawer__close svg {
	fill: var(--global-palette3);
	opacity: .7;
}
body .pmc-drawer__close:hover svg {
	fill: var(--global-palette3);
	opacity: 1;
}
body .pmc-free-ship--bar .pmc-free-ship__bar {
	background: rgb(0 0 0 / .08);
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: .5rem;
	background-color: var(--global-palette7);
    margin-inline: auto;
    width: 90%;
}
body .pmc-free-ship__text {
	font-family: var(--global-heading-font-family);
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
		span {
			font-weight: 600;
		}
}
body .pmc-free-ship--bar .pmc-free-ship__progress {
	background: var(--global-palette11);
}
body .pmc-cart-line {
	padding-bottom: 1rem;
}
.pmc-cart-line__main {
	margin-block: -.4rem 1rem;
}
.pmc-cart-line__name {
	font-family: var(--global-heading-font-family);
	color: var(--global-palette3);
    text-decoration: none;
	font-size: 17px;
}
body .pmc-qty {
	border-color: var(--global-palette3);
}
button.pmc-qty__minus, 
button.pmc-qty__minus:hover, 
button.pmc-qty__minus:focus {
	padding-left: .5em;
}
button.pmc-qty__plus, 
button.pmc-qty__plus:hover, 
button.pmc-qty__plus:focus {
	padding-right: .5em;
}
body .pmc-cart-line a.remove {
	background: 0 0;
    color: var(--global-palette3) !important;
    font-size: 1.5rem;
    position: relative;
    justify-self: end;
    top: -.4rem;
	opacity: .7;
}
body .pmc-cart-line a.remove:hover {
	background-color: #fff0;
    color: var(--global-palette3) !important;
	opacity: 1;
}

.pmc-totals-block__coupon,
.pmc-totals-block__total {
	border-top: 1px solid var(--global-palette8);
}
.pmc-totals-block__row {
	padding-block: .3em;
	margin: 0;
}
.pmc-coupon-form__field {
	display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
		@media (width > 480px) {
			grid-template-columns: 2fr 1fr;
		}
}
.pmc-coupon-form .input-text {
	padding-inline: 1em;
	border: 1px solid var(--global-palette2);
}
.pmc-line-price {
	text-align: right;
}


/**********************************
*** cart and checkout on mobile ***
**********************************/
body .woocommerce table.shop_table td {
	border-top: none;
}
@media (max-width: 767px) {

	.woocommerce-cart-form h2 {
		display: none;
	}
	.woocommerce-page .woocommerce-cart-form table.shop_table tr:nth-child(2n) td {
		background-color: transparent;
	}
	.woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item {
		/*background-color: rgba(0, 0, 0, 0.025);*/
		border-top: 1px solid var(--global-palette6);
		display: flex;
		flex-flow: row wrap;
		margin: 10px 0 20px;
	}
	.woocommerce-cart-form__cart-item .product-remove {
		flex: 1 1 100%;
		order: 1;
		position: relative;
		padding: 0;
	}
	table.cart td.product-remove a.remove {
		position: absolute;
		font-size: 20px;
		top: 9px;
		right: -12px;
		line-height: 19px;
	}
	.woocommerce-cart-form__cart-item .product-thumbnail {
		flex: 1 1 33%;
		order: 3;
		padding: 0.43em 0 0.875em 0.875em;
	}
	.woocommerce-cart-form__cart-item .product-name {
		flex: 1 1 100%;
		order: 2;
		padding: 0.43em 0.875em;
	}
	.woocommerce-cart-form table.woocommerce-cart-form__contents tr :is(.product-name, .product-name a) {
		text-align: left !important;
		font-size: 16px;
		font-weight: 700;
	}
	.woocommerce-cart-form__cart-item .product-price {
		flex: 1 1 67%;
		order: 4;
		padding: 0 0.875em;
	}
	.woocommerce table.shop_table td.product-quantity {
		flex: 1 1 100%;
		order: 5;
		margin: -30px 0 20px;
		padding: 0 0.875em 0 calc(33% + 0.875em);
	}
	.woocommerce-cart-form table.shop_table_responsive tr td:is(.product-name, .product-quantity):before {
		content: '';
	}
	.woocommerce-cart table .woocommerce-cart-form__cart-item td.product-subtotal {
		flex: 1 1 100%;
		order: 6;
		padding: 0 0.875em 0.43em calc(33% + 0.875em);
	}
	body.woocommerce-cart .quantity.spinners-added {
		margin: 25px 0 15px 0;
	}
	body .woocommerce table.cart td.actions .coupon :is(input, .input-text),
	body.woocommerce-page table.cart td.actions .coupon :is(input, .input-text) {
		display: block;
		width: 100%;
		margin: 10px 0;
	}
	body .woocommerce table.cart td.actions .coupon .input-text + .button {
		width: fit-content;
		float: none;
	}
	body .cart_totals table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	.cart_item td.product-quantity .quantity-wrap {
		margin-top: 10px;
		justify-content: end;
	}
	:is(body.woocommerce-page, body .woocommerce) table.cart .product-thumbnail img {
		margin-left: 0;
	}
	/* shipping table */
	body .woocommerce table.shop_table_responsive ul#shipping_method li,
	body .woocommerce-page table.shop_table_responsive ul#shipping_method li {
		justify-content: start;
	}
	.ark-shipping-desc {
		margin: 10px 0 0;
	}
	/* end of shipping table */

	body .woocommerce form .form-row {
		width: 100%;
	}
}

/*****************************
 ****** WOOCOMMERCE FORM *****
 ****************************/

body .woocommerce .form-row :is(input, input:invalid, textarea) {
	border-radius: 0;
    border-color: var(--global-palette1);
	padding: .6em;
}
.woocommerce form .form-row .required {
	display: none;
}
html .woocommerce form .form-row label {
	font-weight: 400;
}



/***********************
 ***** PROGRESS BAR ****
 ***********************/
/* progress */
.progress-wrp {
	max-width: 500px;
	margin: 30px auto;
	width: 100%;
}
.progress-line {
	width: 90%;
	height: 10px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: var(--global-palette1);
}
.progress-filler {
	height: 100%;
	background-color: var(--global-palette1);
	width: 0%;
}
.prog-steps {
	display: flex;
	justify-content: space-between;
	flex-wrap: no-wrap;
}
.single-content .prog-steps p {
	margin: 20px 0;
	position: relative;
	font-size: clamp(14px, 3vw, 16px);
}
.prog-steps p::before {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	left: 50%;
	top: -46px;
	transform: translateX(-50%);
	background-color: var(--global-palette1);
}
.prog-steps p::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-size: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: -36px;
	filter: invert(1);
}
.prog-steps p.step-cart::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M12 29a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM32 29a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM32 16V4H8a2 2 0 0 0-2-2H0v2h4l1.502 12.877A4 4 0 0 0 8 24h24v-2H8a2 2 0 0 1-2-2v-.02L32 16z'/%3E%3C/svg%3E");
}
.prog-steps p.step-check::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='32'%3E%3Cpath d='M34 4H2C.9 4 0 4.9 0 6v20c0 1.1.9 2 2 2h32c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM20 8h4v4h-4V8zm6 6v4h-4v-4h4zM14 8h4v4h-4V8zm6 6v4h-4v-4h4zM8 8h4v4H8V8zm6 6v4h-4v-4h4zM4 8h2v4H4V8zm0 6h4v4H4v-4zm2 10H4v-4h2v4zm18 0H8v-4h16v4zm8 0h-6v-4h6v4zm0-6h-4v-4h4v4zm0-6h-6V8h6v4z'/%3E%3C/svg%3E");
}
.prog-steps p.step-payment::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M29 4H3C1.35 4 0 5.35 0 7v18c0 1.65 1.35 3 3 3h26c1.65 0 3-1.35 3-3V7c0-1.65-1.35-3-3-3zM3 6h26c.542 0 1 .458 1 1v3H2V7c0-.542.458-1 1-1zm26 20H3c-.542 0-1-.458-1-1v-9h28v9c0 .542-.458 1-1 1zM4 20h2v4H4zm4 0h2v4H8zm4 0h2v4h-2z'/%3E%3C/svg%3E");
}
.prog-steps p.step-rec::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M28.681 7.159c-.694-.947-1.662-2.053-2.724-3.116s-2.169-2.03-3.116-2.724C21.229.137 20.448 0 20 0H4.5A2.503 2.503 0 0 0 2 2.5v27C2 30.878 3.122 32 4.5 32h23c1.378 0 2.5-1.122 2.5-2.5V10c0-.448-.137-1.23-1.319-2.841zm-4.138-1.702A27.334 27.334 0 0 1 26.811 8H22V3.189a27.334 27.334 0 0 1 2.543 2.268zM28 29.5c0 .271-.229.5-.5.5h-23a.507.507 0 0 1-.5-.5v-27c0-.271.229-.5.5-.5H20v7a1 1 0 0 0 1 1h7v19.5z'/%3E%3Cpath d='M23 26H9a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2zM23 22H9a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2zM23 18H9a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2z'/%3E%3C/svg%3E");
}
.woocommerce-cart p.step-cart a {
	display: none;
}
.woocommerce-checkout p.step-cart a {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -46px;
	left: 2px;
	z-index: 9;
}

/* current */
.woocommerce-cart .prog-steps p.step-cart::before,
.woocommerce-checkout .prog-steps p.step-check::before ,
.woocommerce-order-received .prog-steps p.step-payment::before {
	background-color: var(--global-palette12);
}

/* done */
.woocommerce-checkout .prog-steps p.step-cart::before,
body.woocommerce-order-received .prog-steps p.step-check::before,
body.woocommerce-order-received .prog-steps p.step-payment::before,
body.woocommerce-order-received .prog-steps p.step-rec::before {
	background-color:  var(--global-palette11);
}

/* change to checked */
.woocommerce-checkout .prog-steps p.step-cart::after,
.woocommerce-checkout.woocommerce-order-received .prog-steps p:is(.step-payment::after, .step-check::after) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M27 4 12 19l-7-7-5 5 12 12L32 9z'/%3E%3C/svg%3E");
}

/* progress line */
.woocommerce-checkout .progress-wrp .progress-filler {
	width: 33%;
}
.woocommerce-checkout.woocommerce-order-received .progress-wrp .progress-filler {
	width: 100%;
}

/* order-received */
body.woocommerce-cart .woocommerce-cart-form button[name='update_cart'] {
	display: none;
}

/*****************************
 ********** CHECKOUT *********
 ****************************/

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout .woocommerce .woocommerce-checkout .shop_table {
	background: var(--global-palette7);
	border-radius: 0;
}

body .woocommerce table.shop_table td.product-name {
	width: 60%;
}
.chk-product-image img {
	float: left;
    width: 40px;
    margin-right: 5px;
}
.woocommerce table.shop_table td.product-name {
	gap: 20px;
}

body.woocommerce-checkout #payment div.payment_box {
	width: calc(100% - 2em);
    padding: 1em;
    margin: 0 1em 1em;
    background-color: var(--global-palette9);
}
.localpu-desc:before,
body.woocommerce-checkout #payment div.payment_box::before {
	content: '';
    display: block;
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    left: 0;
    margin: -1em 0 0 2em;
	top: -0.75em;
}

#payment ul.wc_payment_methods li.wc_payment_method>label {
	font-size: 90%;
}
.woocommerce-checkout-payment ul.payment_methods li[class*=payment_method] {
	padding: 0;
}
.woocommerce-checkout .localpu-desc:before {
	top: 22px;
}
.woocommerce-cart .localpu-desc:before {
    top: 22px;
}
.vp-woo-pont-review-order-selected-info,
.woocommerce table.shop_table tfoot td label {
	font-weight: 500;
	font-size: 14px;
}
.vp-woo-pont-review-order-selected {
	background: #fff;
    padding: 6px 10px 10px;
    position: relative;
    top: -1em;
}
.vp-woo-pont-review-order-selected::before {
	content: '';
    border: 1em solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -1.75em;
    left: 2em;
}
.vp-woo-pont-review-order-selected-address {font-size: 14px;}


.localpu-desc {display: none;}
.woocommerce ul#shipping_method li:has(input:checked) .localpu-desc {
	display: block;
    font-size: .85em;
    background-color: #fff;
    padding: 8px;
    margin-top: 7px;
    width: 100%;
    line-height: 1.4em;
}
.wc-payment-form {
	border: none;
	padding: 0;
}

.woocommerce form .form-row span.optional {visibility: hidden;} 

.woocommerce-checkout #order_review .shop_table:not(.sep-checkout-review-shipping-table) .vp-woo-pont-review-order,
.sep-checkout-review-shipping-table th {
	display: none;
}
.woocommerce-checkout .woocommerce ul#shipping_method li {
    margin: 0;
    padding: .4em 1em .4em 2em;
}
@supports (-webkit-touch-callout: none) {
    .sep-checkout-review-shipping-table th {
        display: none !important;
    }
}
/* coupon */
.woocommerce-checkout .woocommerce-form-coupon-toggle, form.woocommerce-form-coupon p:not([class]) {
	display: none;
}
.woocommerce-checkout .woocommerce form.woocommerce-form-coupon {
	border: 0;
    display: block !important;
    margin: 10px 0 0;
    padding: 0;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot .coupon-form td {
	border-top: 16px solid #fff;
}
body .woocommerce .checkout_coupon .form-row .button, 
body .woocommerce table.cart td.actions .coupon .input-text + .button {
    font-size: 14px;
    height: 37px;
    margin: 0;
    padding: 0 2em;
}

@media(min-width: 520px) {
	.chk-product-image img {
		width: 50px;
		aspect-ratio: 3 / 4;
        object-fit: cover;
	}
	.woocommerce ul#shipping_method li:has(input:checked) .localpu-desc {
        width: calc(100% - 2em);
    }
	.woocommerce-cart .localpu-desc:before {
        top: 45px;
    }
	/*
	.woocommerce-checkout .localpu-desc:before {
        top: 22px;
    }
	*/
}

/**********************************
************ THANK YOU ************
**********************************/
.woocommerce-order-received .woocommerce-order {
	max-width: 1100px;
	margin: 0 auto;
}
.woocommerce-order-received .wc-item-meta {
	display: none;
}
body.woocommerce-order-received .woocommerce table.shop_table tbody {
	background-color: var(--global-palette8);
}

/*****************************
 ********* MY ACCOUNT ********
 ****************************/

.woocommerce-lost-password h1.endpoint-title {
	font-weight: 900;
	margin-top: 0;
}

html :is(.woocommerce, .woocommerce-page) form .show-password-input {
	right: 1em;
	padding: 0.3em;
}
.woocommerce-account.content-vertical-padding-hide .content-area {
	margin-block: 3rem 4rem;
}

body .woocommerce form:is(.login, .register) {
	background: var(--global-palette8);
	border: none;
}
.woocommerce-ResetPassword {
	max-width: 600px;
	background: var(--global-palette8);
	margin: auto;
	padding: 1.25rem;
}

/* my account pages */

.woocommerce-account .single-content .woocommerce-Address-title h2:first-child {
	float: left;
	font-size: var(--fs-1620);
	margin-block: 0.3rem;
}

body.kadence-account-nav-left.woocommerce-account .account-navigation-wrap {
	border-right: none;
}

.woocommerce-account .single-content .account-navigation-wrap ul {
	background-color: var(--global-palette7);
	margin: 0 calc(-1 * var(--global-content-edge-padding)) 4rem;
}
body.kadence-account-nav-left.woocommerce-account .account-navigation-wrap li a {
	padding: 0.5rem var(--global-content-edge-padding);
	border: 0 !important;
}
.kadence-account-nav-above.woocommerce-account .account-navigation-wrap li:hover a,
body.woocommerce-account .account-navigation-wrap :is(li.is-active a, li.is-active a:hover) {
	border-bottom: none !important;
	border-left: none;
}

@media (width > 48rem) {
	.woocommerce-account .single-content .account-navigation-wrap ul {
		background-color: transparent;
		border-top: 1px solid var(--global-palette1);
		margin: 0;
	}
	.woocommerce-MyAccount-navigation ul li {
		border-bottom: 1px solid var(--global-palette1);
		position: relative;
	}
	/*
	.woocommerce-MyAccount-navigation li::after {
		content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="18" fill="none"><path fill="%23463B1F" d="m1.651 0 7.274 7.215a2.51 2.51 0 0 1 .08 3.486l-.08.083L1.65 18l-.981-.973L7.944 9.81A1.14 1.14 0 0 0 8 8.249l-.056-.06L.67.973 1.65 0Z"/></svg>');
		position: absolute;
		right: 0;
		top: 1rem;
		opacity: 0;
		transition: opacity 0.3s ease;
	}
	.woocommerce-MyAccount-navigation li:is(:hover, .is-active)::after {
		opacity: 1;
	}
	*/
	body.kadence-account-nav-left.woocommerce-account .account-navigation-wrap li a {
		padding: 0.875rem 0;
	}
}
/* wishlist */
.woocommerce-MyAccount-content:has(.tinv-wishlist) .endpoint-title {
	display: none;
}
.tinv-wishlist .button {
	font-size: 14px;
    padding: .3em .5em;
}
.tinvwl-input-group {
	display: none;
}
.wishlist_item .product-name a{
	text-decoration: none;
}
.tinv-wishlist tfoot .tinvwl-to-right {
	width: 100%;
}

/* edit account  */
details.myaccount-section {
	margin-block: 3rem;
	padding: 1em 2em;
    background:  var(--global-palette7);
	border: 1px solid var(--global-palette1);
}
body details.myaccount-section::after {
	top: 0.5rem;
}
body details.myaccount-section summary {
	padding-block: 0.625rem;
}
.woocommerce form .myaccount-section .form-row:last-child {
	margin-bottom: 1.375rem;
}
.woocommerce-MyAccount-content fieldset {
	border: none;
	background: var(--global-palette7);
}


/* tooltip */
.tooltip {
	position: relative;
	top: 0.125rem;
	left: 0.375rem;
	cursor: help;
}
.tooltip path {
	fill: var(--global-palette1);
}

/* order table */
.woocommerce table.shop_table td.woocommerce-table__product-name a {
	cursor: default;
	pointer-events: none;
	color: var(--global-palette4);
	text-decoration: none;
}
.woocommerce table.shop_table td.woocommerce-table__product-name a:has(img) {
	float: left;
	margin-right: 0.625rem;
}
.woocommerce table.shop_table td.woocommerce-table__product-name .wc-item-meta {
	margin-left: 0;
	padding-left: 0;
}
.woocommerce table.shop_table td.woocommerce-table__product-name .wc-item-meta .wc-item-meta-label {
	float: none;
	clear: none;
}
.woocommerce table.shop_table td.woocommerce-table__product-name .wc-item-meta p {
	display: inline;
}
.woocommerce table.woocommerce-MyAccount-orders .woocommerce-Price-amount {
	margin-right: 1.25rem;
}
.woocommerce .woocommerce-order-details .order-again {
	display: none;
}
table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a {
	color: var(--global-palette3);
}
.woocommerce table.my_account_orders .button {
	font-size: 0.875rem;
	padding: 6px 0.875rem;
}
@media (min-width: 370px) {
	.woocommerce table.shop_table td.woocommerce-table__product-name a:has(img) {
		min-width: 50px;
	}
}

/* order details */
.back-to-orders {
	display: block;
	text-align: center;
	margin-top: 60px;
}

/* address */
.woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details,
:is(body .woocommerce .woocommerce-customer-details, .woocommerce-Address) address {
	background: var(--global-palette7);
	border: 1px solid var(--global-palette1);
	font-style: normal;
	padding: 1rem;
}
.woocommerce-account .addresses header {
	position: relative;
}
.woocommerce-account :is(.woocommerce-Address:not(:has(address br)),
.woocommerce-Address:has(address br) ) header a.edit {
    text-indent: -9999px;
    width: 22px;
    height: 22px;

}
.woocommerce-account .woocommerce-Address:has(.title) a.edit {
	background: no-repeat center url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.548 3.452a1.542 1.542 0 0 1 0 2.182l-7.636 7.636-3.273 1.091 1.091-3.273 7.636-7.636a1.542 1.542 0 0 1 2.182 0zM4 21h15a1 1 0 0 0 1-1v-8a1 1 0 0 0-2 0v7H5V6h7a1 1 0 0 0 0-2H4a1 1 0 0 0-1 1v15a1 1 0 0 0 1 1z'/%3E%3C/svg%3E");
}
.woocommerce-account .woocommerce-Address:has(.title) a.edit:hover {
	opacity: .5;
}
/*
.woocommerce-address-fields__field-wrapper :is(#billing_company_check_field, #billing_company_field, #billing_tax_number_field) {
	display: none;
}
*/
/* My Account Mobile Menu */
.my-account-menu-toggle {
	font-size: 1rem;
	padding: 0.4375rem 0 0.9375rem 0;
	text-align: left;
	cursor: pointer;
	color: var(--global-palette4);
	background-color: #fff;
}
.my-account-menu-toggle:hover,
.my-account-menu-toggle:focus {
	background: none;
	color: #000;
	box-shadow: none;
}
.my-account-menu-toggle svg {
	top: 0.1875rem;
	position: relative;
}
@media (min-width: 48rem) {
	.my-account-menu-toggle {
		display: none;
	}
	.account-navigation-wrap {
		display: block;
	}
	body.kadence-account-nav-left.woocommerce-account .woocommerce-MyAccount-content {
		float: left;
		width: 60%;
	}
	body.kadence-account-nav-left.woocommerce-account .woocommerce-MyAccount-content:has(.tinv-wishlist) {
		width: 70%;
	}
	body.woocommerce-account .account-navigation-wrap {
		width: 25%;
	}
	body.kadence-account-nav-left.woocommerce-account .woocommerce-MyAccount-content:has(.wp-block-kadence-rowlayout) {
		width: 70%;
	}
}
@media (width < 48rem) {
	.woocommerce-MyAccount-content {
		margin-top: 1.875rem;
	}
	.account-navigation-wrap {
		display: none;
	}
}

/***********************
 ***** WOO MESSAGES ****
 ***********************/

html .woocommerce :is(.woocommerce-message, .woocommerce-error, .woocommerce-info) {
	background-color: rgba(var(--message-color), 0.1);
	border: none;
	border-radius: 0;
	color: #000;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0 0 1.875rem 0;
	padding: 0.625rem 3rem !important;
	position: relative;
	text-align: left;
}
html .woocommerce .pmc-coupon-form__error :is(.woocommerce-message, .woocommerce-error, .woocommerce-info) {
	margin-block: 0.5rem 0;
}
html .woocommerce :is(.woocommerce-message, .woocommerce-error, .woocommerce-info)::before {
	border-radius: 50%;
	position: absolute;
	left: 0.9375rem;
	width: 22px;
	height: 1.25rem;
}
html .woocommerce :is(.woocommerce-message, .woocommerce-error, .woocommerce-info)::before {
	padding: 3px 0 0 3.5px;
	top: 8px;
}
.cart-empty.woocommerce-info .wm-close {
	display: none;
}
.woocommerce :is(.woocommerce-message, .woocommerce-error, .woocommerce-info) a {
	background-color: transparent;
	color: var(--global-palette3);
	opacity: 0.6;
	padding: 6px 6px;
	text-decoration-line: none;
	font-size: 14px;
}
.woocommerce :is(.woocommerce-message, .woocommerce-error, .woocommerce-info) a:hover {
	opacity: 1;
}
@media (max-width: 540px) {
	html .woocommerce .woocommerce-message {
		display: block;
	}
	html .woocommerce .woocommerce-message .button {
		float: right;
		margin-block: -0.25em -0.4em;
	}
}
:is(body.woocommerce, body .woocommerce) .woocommerce-message {
	--message-color: 109, 174, 48;
}
:is(body.woocommerce, body .woocommerce) .woocommerce-message::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 12.611 8.923 17.5 20 6.5'/%3E%3C/svg%3E");
}
:is(body.woocommerce, body .woocommerce) .woocommerce-info {
	--message-color: 251, 181, 29;
}
:is(body.woocommerce, body .woocommerce) .woocommerce-info::before {
	content: url("data:image/svg+xml,%3Csvg fill='%23000000' height='15' width='15' version='1.1' id='XMLID_233_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24' xml:space='preserve'%3E%3Cg id='information'%3E%3Cg%3E%3Cpath d='M12,24c-2.2,0-4-1.8-4-4v-2.6c0-1.4-0.6-2.7-1.5-3.6C4.9,12.3,4,10.2,4,8s0.9-4.2,2.4-5.7C8,0.8,10,0,12.2,0 c4.2,0.1,7.7,3.6,7.8,7.7c0.1,2.3-0.8,4.4-2.4,5.9c-1,1-1.6,2.3-1.6,3.7V20C16,22.2,14.2,24,12,24z M10,19v1c0,1.1,0.9,2,2,2 s2-0.9,2-2v-1H10z M10,17h4c0.1-1.8,0.9-3.4,2.2-4.7c1.2-1.2,1.8-2.8,1.8-4.5c-0.1-3.1-2.7-5.7-5.9-5.8c-1.6,0-3.2,0.6-4.3,1.7 C6.6,4.8,6,6.4,6,8c0,1.7,0.7,3.2,1.8,4.3C9.1,13.6,9.9,15.2,10,17z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
:is(body.woocommerce, body .woocommerce) .woocommerce-error {
	--message-color: 197, 0, 0;
}
:is(body.woocommerce, body .woocommerce) .woocommerce-error::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide-triangle'%3E%3Cpath d='M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z'/%3E%3C/svg%3E");
}
.woocommerce .woocommerce-info .woocommerce-Price-amount {
	font-weight: 700;
}
/* close */
.wm-close {
	border-radius: 0;
	padding: 0.1875rem 0.4375rem;
	position: absolute;
	right: 0.625rem;
	top: 0.375rem;
	cursor: pointer;
	opacity: .7;
}
.wm-close:hover {
	opacity: 1;
}

/**********************************
************* FOOTER **************
**********************************/


.footer-middle-columns {
	display: flex;
	flex-direction: column;
	text-align: left;
}
.footer-column .title {
	text-transform: uppercase;
	font-weight: 600;
}
.footer-column p {
	font-family: var(--global-body-font-family);
	font-size: 14px;
}
html .footer-column a {
	color: var(--global-palette9);
}
html .footer-column a:hover {
	text-decoration: none;
}
@media (width >= 48rem) {
	.footer-middle-columns {
		flex-flow: row nowrap;
		justify-content: space-between;
		gap: 0 1rem;
	}
	.footer-column {
		width: max-content;
	}
}
.footer-social {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.footer-social img {
	filter: invert(100%) sepia(0%) saturate(7476%) hue-rotate(355deg) brightness(105%) contrast(108%);
}
.footer-social a img:hover {
	filter: brightness(0) saturate(100%) invert(99%) sepia(23%) saturate(1976%) hue-rotate(180deg) brightness(117%) contrast(87%);
}
.site-footer-top-section-1 {
	justify-content: center;
}
.site-top-footer-inner-wrap .footer-widget-area-inner {
	display: flex;
    gap: 2rem;
	align-items: center;
}
.site-footer .site-top-footer-inner-wrap .widget {
	margin-bottom: 0;
}
.site-top-footer-inner-wrap .footer-widget-area-inner .footer-column {
	display: flex;
    gap: 2rem;
}