:focus-visible {
    outline: none !important;
}


/* VARIATIONS FORM */
.variations,
.woocommerce-variation-price,
.wcsatt-options-wrapper,
.wcsatt-add-to-subscription-wrapper {
    display: none !important;
}

.zc-opts-wrapper {
    margin-bottom: 20px;
    /* display: flex; */
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.5em;
}

.zc-opts {
    display: flex;
    flex-direction: row;
    gap: .5em;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
}
.zc-opts-attr-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400 !important;
    color: #191919;
    font-size: 15.7px;
    gap: 5px;
}

.zc-opts-selected-value {
    font-weight: 300 !important;
    font-size: 14.6px;
    
}
.zc-opts_pa_formato {

}
.zc-opts_pa_formato .zc-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
    justify-content: center;
    width: 30% !important;
    max-width: 175px;
    border-color: #191919;
    color: #191919;
    font-size: 12px;
    background-color: transparent;
    font-weight: 300 !important;
    padding: 0;
    overflow: hidden;
}


.zc-opts_pa_formato .zc-opts-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 30% !important;
    max-width: 175px;
}

.zc-opts_pa_formato .zc-opts-item .zc-btn {
    width: 100% !important;
}

.zc-btn-img-wrapper {
    position: relative;
    width: 100%;
}

.zc-btn-img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.zc-btn-discount {
    position: absolute;
    display: block !important;
    width: unset !important;
    top: 4px;
    right: 4px;
    padding: 3px 6px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 999px;
    background: #f44336;
    color: #fff;
}

.zc-btn-unit-price {
    margin-top: 4px;
    font-size: 14.5px;
    color: #191919;
    text-align: center;
}


@media (max-width:350px) {
    .zc-opts-attr-name,
    .zc-opts-selected-value {
        font-size: 12.2px;
        line-height: 13.7px;
    }
}
@media (max-width:768px) {

    .zc-opts_pa_formato .zc-btn {
        font-size: 11.7px;
        line-height: 14.2px;
    }
    .zc-opts .zc-opts-item .zc-btn-img-wrapper .zc-btn-discount {
        display: block !important;
    }
    .zc-opts .zc-btn span {
        display: none !important;
    }
    .zc-btn-unit-price {
        font-size: 12px;
    }
}


.zc-opts .zc-btn span {
    display: none;
    width: 100%;
    white-space: normal !important;
    word-break: break-word;
    text-align: center;
    padding: 0.35rem 0.75rem;
    line-height: 1.2;
}

.zc-opts_pa_formato .zc-btn.selected,
.zc-opts_pa_formato .zc-btn:hover {
    transition: all .1s ease !important;
    border-color: #191919;
    border-width: 3px !important;
    color: #191919 !important;
    background-color: transparent !important;
}

.zc-btn {
    padding: 0.5em 1em;
    border: 1px solid #191919;
    color: #191919;
    background: #ffffff !important;
    cursor: pointer;
    border-radius: 8px !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
	flex-wrap: wrap !important
}

.atc-row-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%!important;
    gap: 6px;
    justify-content:flex-start
}
.e-atc-qty-button-holder {
    width: 100%;
    flex-wrap: nowrap;
    gap: 6px;
}

.quantity {
    /* width: 17% !important; */
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 25px !important;
}

.woocommerce div.product form.cart .button {
    width: 100% !important;
    min-height: 55px;
    margin: 0 !important;
    color: white;
    background-color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-primary);
    font-weight: 300 !important;
    letter-spacing: .35px;
    font-size: 18.7px;
}

.woocommerce div.product form.cart .button:hover {
    transition: all 0.3s;
    color: var(--e-global-color-primary);
    background-color: #fff;
}

.woocommerce div.product form.cart a.add-to-wishlist, .woocommerce div.product form.cart a.remove-from-wishlist {
    width: 10% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.elementor-add-to-cart .fkwcs_paylater_messaging {
    margin-top: 10px;
    margin-bottom: 0 !important;
}

div#fkwcs_stripe_smart_button_wrapper {
    width: 100% !important;
	margin-bottom: 0 !important
}

button#gpay-button-online-api-id {
    width: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center;
}
div#fkwcs-payment-request-separator {
	margin: 16px 0 !important; 
}

.woocommerce div.product form.cart .quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
    border: 1px solid #191919;
    border-radius: 8px;
}

.woocommerce div.product form.cart .quantity input, .woocommerce div.product form.cart .quantity input.qty:focus-visible {
    border: none!important;
    border-color: transparent !important;
    margin: 0!important;
    outline: none !important;
    padding: 6px 0px 6px 0px !important;
}



.woocommerce div.product form.cart .quantity-wrapper .minus, .woocommerce div.product form.cart .quantity-wrapper .plus {
    background-color: transparent;
    color: #191919;
    margin: 0 !important;
    border: none;
    padding: 6px;
    cursor: pointer;
    font-size: 18px;
}



.woocommerce div.product form.cart input.qty[type='number'] {
    -moz-appearance:textfield;
}

.woocommerce div.product form.cart input.qty::-webkit-outer-spin-button,
.woocommerce div.product form.cart input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.woocommerce div.product form.cart .quantity .qty {
    width: 2.2rem !important;
    font-size: 16px;
    color: #191919;
}

.woocommerce-variation-availability p.in-stock {
    display: none;
}

@media screen and (max-width:360px) {
    .woocommerce div.product form.cart .button {

        font-size: 16.7px !important;
    }
    
}


/* SEARCH RESULTS */


.swiper-pagination-bullet-active {
    background-color: #191919 !important;
}



a.zc-product-link div.zc-product-image img {
    transition: all 0.3s ease-in-out;
}


.zc-product-image {
    position: relative;
    overflow: hidden;
    transition: .3s all;
}
.zc-product-image img {
    border-radius: 8px !important;
}
.zc-product-link img {
    margin: 0!important;
}
.zc-product-image .zc-product-actions {
    display: none!important;
    transition: opacity 0.33s ease-in-out!important;
}
.zc-product-image:hover .zc-product-actions {
    display: flex!important;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    background-color: transparent;
    padding: 10px 0;
    justify-content: center;
    transition: opacity 0.33s ease-in-out!important;
}
.zc-product-image .secondary-image {
    transition: opacity 0.33s ease-in-out!important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.zc-product-image:hover .secondary-image {
    transition: opacity 0.33s ease-in-out!important;
    opacity: 1;
}

.zc-product-image:hover .primary-image {
    transition: opacity 0.33s ease-in-out!important;
    opacity: 0;
}
.zc-product-actions a {
    width: calc(100% - 1rem);
    color: #ECECEC!important;
    background-color: rgba(19, 19, 19, 0.9)!important;
    border: none!important;
    border-radius: 0;
    padding: 7px!important;
    cursor: pointer;
    transition: opacity .33s ease-in-out, background-color .33s ease-in-out, color .33s ease-in-out !important;
    font-size: 14.2px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.zc-product-actions a:hover {
    background-color: #191919!important; 
    color: white !important;
}
a.zc-product-link {
    display: flex;
}
.zc-product-info {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: flex-end;
    padding: 8px 6px 12px 6px;
}
.zc-product-price {
    width: 100%;
}
.zc-prices-card {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    justify-content: center;
    letter-spacing: .4px;    
}
.price-old {
    display: flex;
    gap: 4px;
    align-items: center;
}
div.zc-product-info > div.zc-product-price > div.zc-prices-card > div.price-old > span > bdi {
    font-size: 14.45px !important;
    font-weight: 400 !important;
    color: #414141;
    text-decoration: line-through !important;
}
div.zc-product-info > div.zc-product-price > div.zc-prices-card > div.price-now > span > bdi {
    font-size: 14.45px !important;
    font-weight: 500 !important;
    color: #191919;
}
div.zc-product-info > div.zc-product-price > div.zc-prices-card > div.price-now > span.price-prefix,
div.zc-product-info > div.zc-product-price > div.zc-prices-card > div.price-old > span.price-prefix {
    font-size: 12.65px !important;
    font-weight: 300 !important;
    color: #2e2e2e;
    line-height: 1.6;
}

.zc-product-title {
    margin: 6px 0 0 0 !important;
}

.zc-product-title a,
.zc-product-title a:hover {
    position: relative;
    display: inline-block;
    font-size: 15.45px !important;
    font-weight: 400;
    color: #191919;
    line-height: 1.25 !important;
    text-decoration: none;
}

.zc-product-title a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: currentColor; 
    transition: width 0.3s ease;
}

.zc-product-title a:hover::after {
    width: 100%;
}

.zc-product-collection {
    font-size: 12.65px;
    font-weight: 600;
    color: #191919;
}

.swiper-wrapper li.product h3,
div.product h3 {
    width: 100%;
    text-align: center;

}
li.product,
.swiper-wrapper div.product,
.zc-hotspot-products div.product {
    margin: 0!important;
    width: 100% !important;
    height: 100% !important;
    box-shadow: 0 0 5px rgba(19, 19, 19, 0.07);
    padding: 12px !important;
    border-radius: 12px;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}
ul.products {
    display: grid!important;
    grid-template-columns: repeat(3, 1fr)!important;
    gap: 35px!important;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
display: none !important
}
@media (min-width: 768px) and (max-width: 1023px) {
    ul.products {
        grid-template-columns: repeat(2, 1fr)!important;
        gap: 25px!important;
    }
}

@media (max-width: 767px) {
    ul.products {
        grid-template-columns: repeat(1, 1fr)!important;
        gap: 16px!important;
    }
}

ul.products.compact-view {
    grid-template-columns: repeat(3, 1fr)!important;
    gap: 8px!important;
}

@media (min-width: 768px) and (max-width: 1023px) {
    ul.products.compact-view {
        grid-template-columns: repeat(2, 1fr)!important;
        gap: 6px!important;
    }
}

@media (max-width: 767px) {
    ul.products.compact-view {
        grid-template-columns: repeat(1, 1fr)!important;
        gap: 4px!important;
    }
}

.swiper-button-next, .swiper-button-prev {
    color: #191919 !important;
}


.woocommerce a.added_to_cart {
    display: none!important;
}



.zc-labels {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    display: flex;
    width: calc(100% - 30px);
}

.zc-labels span {
    padding: 2px 8px 2px 8px;
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: .4px;
    margin-right: 6px;
    border-radius: 6px;
}

ul.products {
    list-style-type: none;
    padding: 0;
}

a.added_to_cart.wc-forward {
    display: none!important;
}
li.product .zc-attribute-terms,
.swiper-wrapper div.product .zc-attribute-terms,
.zc-hotspot-products div.product .zc-attribute-terms {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    width: 100%;
    margin-top: 8px;
    justify-content: space-evenly !important; 
}
  
li.product .zc-attr-term,
.swiper-wrapper div.product .zc-attr-term,
.zc-hotspot-products div.product .zc-attr-term {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
  
li.product .zc-attr-svg,
.swiper-wrapper div.product .zc-attr-svg,
.zc-hotspot-products div.product .zc-attr-svg {
    display: block;
    overflow: visible;
}
  
li.product .zc-attr-svg text,
.swiper-wrapper div.product .zc-attr-svg text,
.zc-hotspot-products div.product .zc-attr-svg text {
    font-size: 10px !important;
    font-weight: 400;
    line-height: 1.2;
    fill: #191919 !important;
    /* fill: currentColor; */
    text-anchor: middle;
}

.zc-prices {
    display: flex;
    gap: 10px;
    align-items: center;
}
.woocommerce ul.products li.product a img,
.swiper-wrapper div.product a img,
.zc-hotspot-products div.product a img {
    height: 100% !important;
}

.zc-reviews-card {
    z-index: 2;
    position: absolute;
    top: 0;
    padding: 14px;
    right: 0;
    max-width: 40%;
    display: flex;
    align-items: center;
}
.zc-reviews-card .zc-gp-review-count {
    display: none;
}

.zc-products-slider {
    padding-bottom: 16px !important;
}
.zc-products-slider li {
    list-style-type: none;
    padding: 0;
    height: 100% !important;
}


.zc-products-slider .swiper-wrapper {
    padding: 10px 5px;
}
.zc-products-slider .swiper-wrapper .swiper-slide {
    height: auto !important;
}
.zc-products-slider .swiper-horizontal>.swiper-pagination-bullets, .zc-products-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -4px !important;
}

.woocommerce div.product p.stock {
	display: none !important;
}

/* LANGUAGE */
.wpml-ls-item-toggle {
    padding: 5px !important;
    width: 32px;
    border: none !important;
    display: flex !important;
    align-items: center;
    background: white !important;
}
.wpml-ls-item-toggle:hover {
    background: white !important;
    border: none !important
}

.wpml-ls-item-toggle:after {
    display: none !important
}
.wpml-ls-sub-menu,
.wpml-ls-item,
.wpml-ls-legacy-dropdown {
    width: 32px !important
}
.wpml-ls-link {
    padding: 5px !important;
    border: none !important
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu:hover {
    border: none;
    background: white !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
    border-radius: 3px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #191919 !important;
}


@media (max-width:768px) {
	.u-column2.col-2 {
		margin-top: 8em;
	}

	.u-column2.col-2 h2 {
		margin-bottom: 0 !important;
	}


	.u-column1.col-1 h2 {
		margin-bottom: 0 !important;
	}

	div#customer_login {
		padding: 1em 0 !important;
		margin: 1em 0 !important;
	}
}

.zc-products-slider.swiper-container {
    position: relative;
}

.zc-products-slider .zc-swiper-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: none;
    padding: 0;
}

.zc-products-slider .zc-swiper-prev {
    left: 0;
}

.zc-products-slider .zc-swiper-next {
    right: 0;
}

.zc-products-slider .zc-swiper-icon {
    width: 24px;
    height: 24px;
    fill: #27292dbf;
    transition: fill 0.25s ease;
}

.zc-products-slider .zc-swiper-nav:hover .zc-swiper-icon,
.zc-products-slider .zc-swiper-nav:focus .zc-swiper-icon {
    fill: #27292d;
}

.zc-products-slider .zc-swiper-nav:hover,
.zc-products-slider .zc-swiper-nav:focus {
    background: #ffffff !important; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.zc-products-slider .zc-swiper-nav:not(.swiper-button-disabled) .zc-swiper-icon {
    fill: #27292d;
}

.zc-products-slider .swiper-button-disabled .zc-swiper-icon {
    fill: #27292d80 !important;
    opacity: 0.5;
}

@media (max-width: 767px) {
    .zc-products-slider .zc-swiper-nav {
        width: 28px;
        height: 28px;
    }

    .zc-products-slider .zc-swiper-icon {
        width: 16px;
        height: 16px;
    }

    .zc-products-slider .zc-swiper-prev {
        left: 0;
    }

    .zc-products-slider .zc-swiper-next {
        right: 0;
    }
}

input[name="wc-fkwcs_stripe-new-payment-method"],
input[name="wc-fkwcs_stripe-new-payment-method"] + label,
.fkwcs-save-cards {
    display: none !important;
}


.elementor-widget-n-carousel .swiper:not(.swiper-initialized):has(.swiper-slide:nth-child(6)) .swiper-wrapper {
  display: flex;
}

@media (min-width: 1025px) {
  .elementor-widget-n-carousel .swiper:not(.swiper-initialized):has(.swiper-slide:nth-child(6)) .swiper-slide {
    flex: 0 0 18%;
    max-width: 18%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-widget-n-carousel .swiper:not(.swiper-initialized):has(.swiper-slide:nth-child(6)) .swiper-slide {
    flex: 0 0 44%;
    max-width: 44%;
  }
}

@media (max-width: 767px) {
  .elementor-widget-n-carousel .swiper:not(.swiper-initialized):has(.swiper-slide:nth-child(6)) .swiper-slide {
    flex: 0 0 85%;
    max-width: 85%;
  }
}

.elementor-widget-n-carousel .swiper:not(.swiper-initialized):has(.swiper-slide:nth-child(6)) .swiper-slide .elementor-widget-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
