/**
 * WooCommerce styles for Xepure theme
 */
/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 19px;
    
    margin-bottom: 50px;
    .icon-next{
        width: 7px;
        height: 9px;
        background: url('../images/icon-breadcrumb.svg') no-repeat center center;
        padding: 0 14px;
        display: inline-block;
        position: relative;
        top: -1px;
        left: 2px;
    }
    span:last-child{
        color: var(--global--color-black);
    }
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 400;
    a{
        color: #A8A8A8;
    }
}

/* Notices */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #f5f5f5;
	border-top: 3px solid #28303d;
}

/* Common elements */
.show-mobile{
    display: none;
}
.site-main .woocommerce-products-header{
    margin-bottom: 40px;
    margin-top: 0;
    h1{
        margin-bottom: 0;
    }
}
.container.woocommerce-content{
    margin-bottom: 139px;
    margin-top: 29px;
}

.woocommerce.woocommerce-shop .container.woocommerce-content,
.woocommerce.tax-product_cat .container.woocommerce-content{ 
    overflow: hidden;
}

.container.woocommerce-content + .section-more-infomations{
    margin-top: 0px;
    margin-bottom: 0px;
}

.woocommerce.woocommerce-shop .link:after,
.woocommerce.tax-product_cat .link:after{
    bottom: 1px;
}

.woocommerce.woocommerce-shop .custom-ordering-dropdown .link:after,
.woocommerce.tax-product_cat .custom-ordering-dropdown .link:after,
.woocommerce.woocommerce-shop .custom-ordering-dropdown .link-underline:after,
.woocommerce.tax-product_cat .custom-ordering-dropdown .link-underline:after{
    bottom: 3px;
}

.woocommerce .more-info-container{
    padding: 26px 0 24px;
}

.woocommerce .btn-arrow{
    letter-spacing: -0.15px;
    .arrow-down,
    .arrow-up{
        margin-left: 12px;
        margin-right: -3px;
    }
}

.woocommerce .site-footer{
    margin-top: 0;
}

.woocommerce-products-header__title.page-title{
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 0;
}

.search .woocommerce-breadcrumb,
.search .category-bar-wrapper,
.search .section-more-infomations{
    display: none;
}

.search .woocommerce-content .header-search-form{
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 10px 0 70px;
}

.search .load-more-container{
    margin: 78px 0 1px;
}

.woocommerce .woocommerce-result-count{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    margin: 21px 0 67px;
}

/* Product Grid */
.woocommerce ul.products{
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px 20px;
}
.woocommerce ul.products::before,
.woocommerce .products ul::after,
.woocommerce ul.products::after{
    display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{
    margin-right: 0 !important;
}
.woocommerce ul.products li.product .product-thumbnail-wrapper{
    position: relative;
    overflow: hidden;
}
.woocommerce ul.products li.product a img{
    margin: 0;
    max-height: 100%;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain;
    aspect-ratio: 1.113;
    transition: transform 0.3s ease;
    &:hover{
        transform: scale(1.05);
    }
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link{
    background-color: #F5F5F5;
    padding: 75px 0;
}
.woocommerce ul.products li.product .buy-now-button{
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease;
    height: 43px;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    text-transform: uppercase;
    opacity: 0;
    width: 100%;
    background-color: var(--global--color-black);
    border-radius: 0;
    transform: translateY(43px);
}
.woocommerce ul.products li.product:hover .buy-now-button{
    margin-top: 0px;
    position: absolute;
    transform: translateY(0px);
    opacity: 1;
    z-index: 5;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--global--color-black);
    margin-bottom: 10px;
    margin-top: 30px;
    padding: 0;
}

.woocommerce ul.products li.product .price {
	color: #33B2B0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 0;
}
.woocommerce ul.products li.product .price del{
    color: #B1B1B1;
    opacity: 1;
    margin-right: 11px;

}

.woocommerce ul.products li.product a {
	text-decoration: none;
}
/* 
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title a{
	color: #33B2B0;
} */

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: 400;
}

.woocommerce-price-suffix{
    font-size: 100%;
}

.product-custom-note a{
    text-decoration: underline;
    text-underline-offset: 2px;
    &:hover{
        color: #33B2B0;
    }
}

/* Product Images */
.woocommerce ul.products li.product img {
	width: 100%;
	height: auto;
	display: block;
}

.woocommerce .pswp__zoom-wrap img{
    background-color: #f5f5f5;
}

.pswp__button--close{
    width: 43px;
    height: 43px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    transition: opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: transparent;
    overflow: hidden;
    border: 1px solid var(--global--color-white);
    top: 49px;
    right: 40px;
}

.pswp__button--close:hover{
    border: 1px solid var(--global--color-black);
    background-color: var(--global--color-black);
}

.pswp__button--close:before{
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
    border-radius: 100%;
    background-image: url('../images/icon-close-white.svg');
    z-index: 1;
}

.pswp__button--arrow--prev,
.pswp__button--arrow--next{
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    transition: opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: var(--global--color-green);
    border-radius: 100%;
    overflow: hidden;
}

.pswp__button--arrow--prev:after,
.pswp__button--arrow--next:after{
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
    border-radius: 100%;
    background-color: var(--global--color-black);
}

.pswp__button.pswp__button--arrow--prev {
    left: 40px;
}

.pswp__button.pswp__button--arrow--next {
    right: 40px;
}

.pswp__button--arrow--prev .arrow:before,
.pswp__button--arrow--prev .arrow:after{
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
    border-radius: 100%;
    background-image: url('../images/arrow-left-white.svg');
    z-index: 1;
}

.pswp__button--arrow--next .arrow:before,
.pswp__button--arrow--next .arrow:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
    border-radius: 100%;
    background-image: url(../images/arrow-right-white.svg);
    z-index: 1;
}

.pswp__button--arrow--prev .arrow:before {
    transform: translateX(0%);
}
.pswp__button--arrow--prev .arrow:after {
    transform: translateX(100%);
    transition: all 0.5s;
}
.pswp__button--arrow--prev:hover .arrow:before {
    transform: translateX(-100%);
}
.pswp__button--arrow--prev:hover .arrow:after {
    transform: translateX(0%);
    transition-delay: 0.15s;
}

.pswp__button--arrow--next .arrow:before {
    transform: translateX(0%);
}
.pswp__button--arrow--next .arrow:after {
    transform: translateX(-100%);
    transition: all 0.5s;
}
.pswp__button--arrow--next:hover .arrow:before {
    transform: translateX(100%);
}
.pswp__button--arrow--next:hover .arrow:after {
    transform: translateX(0%);
    transition-delay: 0.15s;
}

.pswp__button--arrow--prev:after {
    transform: translateX(100%);
}
.pswp__button--arrow--next:after {
    transform: translateX(-100%);
}
.pswp__button--arrow--prev:hover:after {
    transform: translateX(0);
}
.pswp__button--arrow--next:hover:after {
    transform: translateX(0);
}

/* Sale Flash */
.woocommerce span.onsale {
	display: none;
}

/* Buttons */
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button {
	background-color: #28303d;
	color: var(--global--color-white);
	border: none;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	font-size: 1em;
	border-radius: 3px;
	transition: background-color 0.3s ease;
}

.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover {
	background-color: #39414d;
	color: var(--global--color-white);
}

/* Product Summary */
.woocommerce div.product .summary {
	margin-top: 0;
}

.woocommerce div.product .product_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0;
}

.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: #33B2B0;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
}

.woocommerce div.product div.images {
	float: left;
	width: 50%;
}

.woocommerce div.product div.summary {
	float: right;
	width: 50%;
}

.woocommerce div.product form.cart{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E9E9E9;
}
.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .variations-custom{
    margin-bottom: 31px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations-custom td,
.woocommerce div.product form.cart .variations-custom th{
    padding: 0;
}

.woocommerce div.product form.cart .reset_variations{
    display: none !important;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations-custom td, .woocommerce div.product form.cart .variations-custom th{
    width: 100%;
    display: block;
    position: relative;
    border: 0;
}

.woocommerce div.product form.cart .variations label{
    position: relative;
    &::after{
        content: "*";
        color: #FF0000;
        position: absolute;
        top: -2px;
    }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce a.added_to_cart{
    display: none;
}

.variations .hidden-select,
.variations-custom .hidden-select{
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -10px;
}

.subscription-plan-section{
    margin-top: 40px;
    .none-swatch{
        display: none !important;
    }
    .subscription-plan-checkbox{
        height: 27px;
        label{
            margin-bottom: 0;
            font-weight: 700;
            cursor: pointer;
            padding-left: 12px;
            letter-spacing: -0.15px;
        }
    }
    .variations-custom{
        margin-bottom: 0px !important;
    }
    &.plan-active{
        .subscription-plan-checkbox label{
            position: relative;
            &::after{ 
                content: "*";
                position: absolute;
                top: -2px;
                color: #FF0000;
            }
        }
    }
}

.custom-swatches-wrapper{
    margin-top: 11px;
    &.subscription-plan-swatches{
        .custom-swatch-item{
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 16px;
            border: 1px solid #e9e9e9;
            padding: 12px 12px 10px 30px;
            &:last-child{
                margin-bottom: 0px;
            }
            &.none-swatch{
                padding-bottom: 7px !important;
            }
            &.active,
            &:hover{
                background-color: #33B2B0;
                color: var(--global--color-white);
                border-color: #33B2B0;
            }
            .swatch-label{
                font-weight: 400;
                font-size: 16px;
                line-height: 23px;
                letter-spacing: 0;
                margin-bottom: 3px;
            }
            .swatch-description{
                font-weight: 400;
                font-size: 14px;
                line-height: 22px;
                letter-spacing: 0;
            }
            .swatch-label-right{
                display: flex;
                flex-direction: row;
                gap: 20px;
                align-items: center;
                .swatch-image-wrapper{
                    width: 60px;
                    height: 60px;
                    background-color: #F5F5F5;
                    overflow: hidden;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }
            }
            .swatch-price{
                font-weight: 700;
                font-size: 16px;
                line-height: 23px;
                letter-spacing: 0;
            }
            .woocommerce-price-suffix{
                display: none;
            }
        }
    }
    &.other-swatches{
        display: grid;
        grid-template-columns: repeat(var(--swatches-column), 1fr);
        gap: 20px;
        .custom-swatch-item{
            cursor: pointer;
            border: 1px solid #e9e9e9;
            padding: 10px 5px 8px;
            font-weight: 700;
            font-size: 16px;
            line-height: 23px;
            letter-spacing: 0;
            text-align: center;
            &:last-child{
                margin-bottom: 0px;
            }
            &.active,
            &:hover{
                background-color: #33B2B0;
                color: var(--global--color-white);
                border-color: #33B2B0;
            }
        }
    }
}

.yith-wapo-block{
    margin-bottom: 30px;
}
.yith-wapo-block:last-child{
    margin-bottom: 0;

}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox .wapo-addon-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    margin-bottom: 15px;
    position: relative;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .wapo-addon-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    margin-bottom: 15px;
    position: relative;
    &::after{ 
        content: "*";
        position: absolute;
        top: -2px;
        color: #FF0000;
    }
}

.yith-wapo-container .yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label.position-above .option-container,
.yith-wapo-container .yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label.position-under .option-container{
    width: 100%;
    justify-content: space-between;
    column-gap: 20px;
    flex-direction: row;
    align-items: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option input{
    margin-right: 14px;
}
.yith-wapo-block .checkbox-button-image{
    display: flex;
    width: auto;
    align-items: center;
    column-gap: 20px;
}

.yith-wapo-container + .quantity + .single_add_to_cart_button,
.subscription-plan-section + .quantity + .single_add_to_cart_button,
.subscription-plan-section + .quantity + #awx-express-checkout-button-separator + .single_add_to_cart_button{
    margin-top: 40px !important;
}

.yith-wapo-block .option-price .brackets{
    display: none;
}
.yith-wapo-block div.yith-wapo-addon .options.per-row-1{
    row-gap: 16px !important;
}

.yith-wapo-addon.yith-wapo-addon-type-checkbox .checkbox-button-container{
    align-items: center;
}

.single-product{
    .woocommerce-notices-wrapper{
        display: none;
    }
    input[type=checkbox], input[type=radio]{
        width: 22px;
        height: 22px;
    }
    input[type=checkbox]{
        background-color: var(--global--color-white);
        border: 1px solid #E9E9E9;
        cursor: pointer;
        &:checked{
            background-color: #33B2B0;
            border-color: #33B2B0;
        }
    }
    input[type=checkbox]:after{
        border: 0;
        background: url('../images/checked.svg') no-repeat center center;
        background-size: contain;
        transform: none;
        width: 11px;
        height: 9px;
        top: 6px;
        left: 5px;
    }
}
.yith-wapo-block {
    .option-price{
        font-weight: 700;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0;
        color: var(--global--color-black);
        display: flex;
    }
    .yith-wapo-addon-type-checkbox{
        .image{
            width: 60px;
            height: 60px;
            background-color: #F5F5F5;
            align-items: center;
            display: flex;
            justify-content: center;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
                max-width: 75% !important;
            }
        }
    }
    .yith-wapo-addon-type-radio{
        .yith-wapo-option{
            border: 1px solid #E9E9E9;
            padding: 12px 30px 11px;
            cursor: pointer;
            &:hover,
            &.selected{ 
                border-color: #33B2B0;
                background-color: #33B2B0;
                color: var(--global--color-white);
                .option-price{
                    color: var(--global--color-white);
                }
            }
            .radiobutton{
                opacity: 0;
                visibility: hidden;
                position: absolute;
            }
        }
    }
    
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .description{
    margin-bottom: 0;
}
.yith-wapo-addon-type-checkbox .options .yith-wapo-option .yith-wapo-addon-label{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--global--color-black);
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .description{
    font-size: 14px !important;
    line-height: 22px;
    margin-top: 3px;
}
.yith-wapo-block .yith-wapo-addon-type-checkbox .yith-wapo-option{
    border: 1px solid #E9E9E9;
    padding: 12px 14px 10px 30px;
    cursor: pointer;
    &.selected{
        border-color: #33B2B0;
    }
}

/* Add to Cart Button */
.woocommerce .quantity{
    display: none !important;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
	margin-top: 0px;
    background-color: var(--global--color-black);
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    padding: 11px 19px 9px;
    width: 100%;
    border: 1px solid var(--global--color-black);
    border-radius: 0;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:not(.disabled):hover {
	background-color: var(--global--color-white);
    color: var(--global--color-black);
}

/* Quantity Input */
.woocommerce .quantity .qty {
	padding: 8px;
	border: 1px solid #ddd;
	text-align: center;
	width: 60px;
}

/* Cart */
.woocommerce table.cart td.actions .coupon .input-text {
	width: 150px;
}

.woocommerce-cart-form .actions {
	text-align: right;
}

.woocommerce .cart-collaterals .cart_totals {
	float: right;
	width: 40%;
}

/* Checkout */
.woocommerce-checkout .form-row {
	margin-bottom: 1em;
}

.woocommerce-checkout .form-row label {
	display: block;
	margin-bottom: 0.5em;
}

.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
	width: 100%;
	padding: 0.5em;
	border: 1px solid #ddd;
}


/* Custom Product Item Styles */
.product-item {
	position: relative;
	overflow: hidden;
}

.product-item .add-to-cart-button {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	background-color: #28303d;
	color: var(--global--color-white);
	border: none;
	padding: 8px 16px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	font-size: 0.9em;
	border-radius: 3px;
	z-index: 10;
}

.product-item.hover .add-to-cart-button {
	opacity: 1;
	visibility: visible;
}

/* Category Bar Styles */
.site-main .category-bar-wrapper{
    margin-top: 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.category-swiper-container {
	padding: 10px 0;
    margin-top: 1px;
}

.category-bar-wrapper .category-swiper-slide {
	width: auto;
	margin-right: 30px;
	cursor: pointer;
    a{
        color: var(--global--color-black);
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.15px;
        transition: all 0.3s ease;
    }
}

.category-swiper-slide:hover a,
.category-swiper-slide.active a{
	color: #33B2B0;
    &::after{
        bottom: 1px;
    }
}

.category-swiper-slide a {
	color: inherit;
	text-decoration: none;
	display: block;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering
{
    float: none;
}
.woocommerce .woocommerce-ordering{
    margin-bottom: 0;
    padding: 10px 13px 8px 20px;
}

.woocommerce .woocommerce-ordering>label{
    margin-right: 9px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.3px;
    color: var(--global--color-black);
}

.woocommerce-ordering-wrapper{
    border: 1px solid #E9E9E9;
    max-width: 213px;
    width: 100%;
}

.woocommerce .woocommerce-ordering select{
    padding: 0;
    border: 0;
    background: url('../images/icon-sortby.svg') no-repeat right;
    outline: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    max-width: 88px;
    text-overflow: ellipsis;
    padding-right: 13px;
    width: 100%;
}

.woocommerce .woocommerce-ordering select option{
    padding: 5px;
}

.custom-ordering-dropdown {
	position: relative;
	display: inline-block;

    .dropdown-selected {
        cursor: pointer;
        background: #fff;
        position: relative;
        font-size: 18px;
        line-height: 24px;
        width: 64px;
    }

    .dropdown-arrow {
        position: absolute;
        right: -25px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 9px;
        background: url('../images/icon-sortby.svg') no-repeat center center;
        background-size: contain;
    }

    .dropdown-selected.open .dropdown-arrow {
        transform: rotate(180deg) translateY(48%);
    }

    .dropdown-list {
        position: absolute;
        top: 49px;
        left: auto;
        right: -43px;
        background: #fff;
        border: 1px solid #E9E9E9;
        list-style: none;
        margin: 0;
        padding: 0;
        padding-top: 4px;
        z-index: 1;
        width: 213px;
        transform: translateY(-1rem);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }

    .dropdown-list.show {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }

    .dropdown-item {
        padding: 5px 19px 7px;
        font-size: 18px;
        line-height: 24px;
        span{
            cursor: pointer;
        }
    }

    .dropdown-item:hover,
    .dropdown-item.active {
        color: #33B2B0;
        text-decoration: underline;
    }
}

/* Load More Button */
.load-more-container {
	text-align: center;
	margin: 80px 0 0px;
}

.load-more-button {
    background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
    color: var(--global--color-black);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    outline: none;
}

.load-more-loading {
	font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Product Details Styles */
.product-details{
    .section {
        margin-bottom: 70px;
        &:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        h4 {
            margin-top: 0;
            margin-bottom: 21px;
        }
        .description {
            p{
                margin-bottom: 19px;
            }
            li{
                letter-spacing: -0.01px;
            }
        }
        .icon-text-items{
            display: flex;
            flex-direction: row;
            gap: 100px;
            margin-top: -1px;
        }

        .icon-text-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .icon-text-item .icon {
            max-width: 30px;
            height: auto;
        }

    }
}


/* Installation Guides Styles */
.installation-guides {
    .steps{
        margin-bottom: 60px;
        ul{
            list-style: none;
            padding-left: 1px;
            margin-bottom: 0;
        }
        .step {
            display: grid;
            grid-template-columns: 280px 1fr;
            gap: 8px 70px;
            margin-bottom: 50px;
            align-items: center;

            .step-title{
                margin-bottom: 20px;
                padding-left: 8px;
                letter-spacing: 0.15px;
                margin-top: 24px;
            }

            .step-content {
                letter-spacing: 0.01px;
                padding-top: 1px;
            }
            &:last-child{
                margin-bottom: 0;
            }
        }
    }
    .downloads {
        margin-top: 10px;
        h4{
            margin-bottom: 21px;
        }
        ul {
            list-style: none;
            padding: 0;
            padding-left: 1px;
            margin-bottom: 0;
        }

        .download-item {
            margin-bottom: 10px;
            &:last-child{
                margin-bottom: 0;
            }
        }

        .download-item a {
            display: inline-block;
            &.link-underline:after{
                bottom: 3px;
            }
        }
    }
}

/* Videos Styles */
.product-videos{
    margin-top: -10px;
}
.videos-container {
    display: flex;
    flex-direction: column;
    gap: 50px;

    .video-item {
        .video-wrapper {
            position: relative;
        }
        &:hover{
            .play-button.playing{
                opacity: 1;
            }
        }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #E3E3E3;
            border: none;
            border-radius: 50%;
            width: 70px;
            height: 70px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
            transition: opacity 0.3s ease, top 0.3s ease;
            &.playing{
                opacity: 0;
            }
            .play-icon {
                width: 12px;
                height: 12px;
                background: url(../images/icon-play.svg) no-repeat center center;
                background-size: contain;
                position: relative;
                top: 0px;
                left: 2px;
            }
        }
        video {
            width: 100%;
            height: auto;
            display: block;
        }
    }
}

/* Single Product Layout */
.woocommerce div.product {
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
}
.single-product .site-main{
    margin-bottom: 139px;
}
.woocommerce-variation-description,
.single-product .woocommerce-variation-price,
.woocommerce-variation-availability,
p.stock {
	display: none !important;
}

.woocommerce-product-gallery__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.woocommerce-variation-add-to-cart-disabled{
    pointer-events: none;
    opacity: 0.7;
}

.woocommerce-product-gallery__wrapper > div:first-child {
    grid-column: 1 / -1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a{
    display: flex;
    outline-offset: 0;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:not(:first-child) a{
    /* align-items: end; */
}
.woocommerce div.product div.images img{
    height: auto !important;
    box-shadow: none;
    width: auto !important;
    max-width: 100% !important;
}
.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child),
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
    width: 100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
    margin-right: 0;
}

.woocommerce-product-gallery__wrapper > div {
    position: relative;
    overflow: hidden;
    background-color: #F5F5F5;
}

.woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.woocommerce-product-gallery__wrapper > div:hover img {
    transform: scale(1.05);
}

.woocommerce-product-gallery__wrapper > div:first-child {
    max-height: 640px;
    aspect-ratio: 1;
}

.woocommerce-product-gallery__wrapper > div:not(:first-child) {
    max-height: 422px;
    aspect-ratio: 310 / 422;
}

.woocommerce div.product div.images {
	flex: 0 0 calc(50% - 40px);
	order: 1;
}

.woocommerce div.product div.summary {
	flex: 0 0 calc(50% - 40px);
	order: 2;
}

/* Product Gallery Layout */
.woocommerce-product-gallery {
	position: relative;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	margin: 0;
}

/* First image - full width */
.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child {
	width: 100%;
	margin-bottom: 20px;
    margin-bottom: 0;
}

.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child img {
	width: 100%;
	height: auto;
	display: block;
}

/* Second and subsequent images - two per row */
.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
	width: calc(50% - 10px);
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: top;
}

.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child):nth-child(odd) {
	margin-right: 20px;
}

.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) img {
	width: 100%;
	height: auto;
	display: block;
}

/* Sticky content simulation without position: sticky */
.woocommerce div.product div.summary {
	position: relative;
}

/* Product Tabs Styles */
.product-tabs-wrapper {
    clear: both;
    overflow: hidden;
    .tabs-content.container{
        max-width: 1037px;
    }
}

.tabs-nav-container{
    position: relative;
    &::before{
        content: '';
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
        top: 0;
        left: 0;
        position: absolute;
    }
    &::after{
        content: '';
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
        bottom: 0;
        left: 0;
        position: absolute;
    }
    .swiper-slide{
        width: auto;
        &:last-child{
            .tab-button{
                margin-right: 0;
            }
        }
    }
}

.tabs-nav-swiper{
    margin: 0 auto;
    width: max-content;
}

.tabs-nav {
    display: flex;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 0;
}

.tab-button {
    padding: 22px 0px 19px;
    cursor: pointer;
    color: #1F1F1F;
    margin-right: 80px;
    transition: all 0.3s ease;
    background: transparent;
    border: none;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.15px;        
    &.link:after,
    &.link-underline:after{
        bottom: 21px;
    }
    
}

.tab-button.active,
.tab-button:hover {
    color: #33B2B0;
}

.tabs-content {
    border-top: none;
    padding-top: 70px;
}

.tab-pane {
    display: none;
    .tab-title{
        text-align: center;
        margin-bottom: 60px;
    }
}

.tab-pane.active {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Product Stock Status Styles */
.products .product-stock-status-container{
    margin-top: 10px;
}

.products .product-stock-status{
    margin-bottom: 0px;
}

.product-stock-status {
    display: inline-block;
    padding: 3px 12px;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    border-radius: 0;
}

.product-stock-status.in-stock{
    background-color: #F5F5F5;
    color: #1f1f1f;
}
.product-stock-status.out-of-stock {
    background-color: transparent;
    border: 1px solid #E0001A;
    color: #1f1f1f;
    padding: 2px 11px;
}

.stock-status-label {
    display: flex;
    align-items: center;
}

.stock-status-label::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 11px;
}
.entry-summary .price{
    margin-bottom: 26px;
}
.product-stock-status.in-stock .stock-status-label::before {
    background-color: #33B2B0;
}

.product-stock-status.out-of-stock .stock-status-label::before {
    background-color: #E0001A;
}

/* Search Form Below Title Styles */
.search-form-below-title {
    margin: 20px 0;
    max-width: 500px;
}

.search-form-below-title .search-form {
    display: flex;
    gap: 10px;
}

.search-form-below-title .search-field {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.search-form-below-title .search-submit {
    padding: 10px 20px;
    background-color: #28303d;
    color: var(--global--color-white);
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.search-form-below-title .search-submit:hover {
    background-color: #39414d;
}


@media (min-width: 768px) {
	.woocommerce div.product {
		position: relative;
	}
	
	.woocommerce div.product div.summary {
		position: -webkit-sticky;
		position: sticky;
		top: 20px;
		align-self: flex-start;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.container.woocommerce-content{
        margin-bottom: 60px;
    }
    .product-tabs-wrapper{
        margin-top: 0;
    }
}

/* Fallback for browsers that don't support sticky */
@supports not (position: sticky) {
	.woocommerce div.product {
		position: relative;
	}
	
	.woocommerce div.product div.summary {
		position: relative;
	}
}
@media screen and (max-width: 1360px){
    .category-swiper-slide a{
        font-size: 16px;
        line-height: 22px;
    }
    .site-main .category-bar-wrapper{
        flex-direction: column;
        margin-bottom: 40px;
    }
    .category-swiper-container{
        margin-bottom: 19px;
        width: calc(100% + 60px);
        margin-left: -30px;
        overflow: hidden;
        .swiper-wrapper{
            overflow-x: auto;
            padding-left: 30px;
            padding-right: 30px;
            -ms-overflow-style: none;
            scrollbar-width: none;
            &::-webkit-scrollbar {
                display: none;
            }
            .category-swiper-slide{
            }
        }
    }
}
@media screen and (max-width: 1100px){
    .woocommerce ul.products{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .woocommerce ul.products li.product a.woocommerce-loop-product__link{
        padding: 50px 0;
    }
    .custom-swatches-wrapper {
        &.subscription-plan-swatches {
            .custom-swatch-item {
                .swatch-label {
                    margin-bottom: 0;
                }
                .swatch-label-right {
                    .swatch-price {
                        display: flex;
                        flex-direction: column;
                    }
                }
            }
        }
    }
}
@media screen and (max-width: 991px){
    .yith-wapo-option .yith-wapo-addon-label .show-mobile,
    .custom-swatches-wrapper.subscription-plan-swatches .custom-swatch-item .swatch-price.show-mobile{
        display: block;
    }
    .yith-wapo-option .show-desktop,
    .custom-swatches-wrapper.subscription-plan-swatches .custom-swatch-item .swatch-price.show-desktop{
        display: none;
    }
    .installation-guides {
        .steps {
            .step {
                grid-template-columns: 0.5fr 1fr;
            }
        }
    }
}
/* Responsive */
@media screen and (max-width: 767.98px) {
    .show-desktop{
        display: none;
    }
    .show-mobile{
        display: block;
    }

    .pswp__button.pswp__button--arrow--prev,
    .pswp__button.pswp__button--arrow--next{
        bottom: 42px;
        top: auto;
    }

    .pswp__button--arrow--prev {
        left: 50% !important;
        margin-left: -70px !important;
        transform: none !important;
    }
    
    .pswp__button--arrow--next {
        left: 50% !important;
        right: auto !important;
        margin-left: 20px !important;
        transform: none !important;
    }

    .pswp__button--close{
        right: 32px;
    }

    .single-product .site-main{
        margin-bottom: 36px;
    }
    .container.woocommerce-content{
        margin-top: 20px;
        margin-bottom: 82px;
    }
    .woocommerce.single-product .container.woocommerce-content{
        margin-bottom: 35px;
        margin-top: 18px;
    }
    .woocommerce .btn-arrow {
        .arrow-down,
        .arrow-up {
            margin-left: 13px;
            margin-right: -3px;
            margin-top: 3px;
        }
    }
    .woocommerce .woocommerce-breadcrumb{
        margin-bottom: 41px;
        padding-top: 0;
    }
    .woocommerce.single-product {
        .woocommerce-breadcrumb{
            padding-top: 0;
            padding-bottom: 16px;
        }
        .swiper-pagination-bullets.swiper-pagination-horizontal{
            bottom: -41px;
        }
        .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
            width: 6px;
            height: 6px;
            margin: 0 10px;
        }
    }

    .custom-ordering-dropdown {
        .dropdown-list {
            right: -36px;
            width: 198px;
        }
    }
    .woocommerce.single-product:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{
        line-height: 27px;
    }
    .site-main .woocommerce-products-header{
        margin-bottom: 29px;
    }
    .search .woocommerce-content .header-search-form{
        padding: 20px 0 61px;
    }
    .search .woocommerce-content .header-search-form .container{
        padding: 0;
    }
    .search .container.woocommerce-content{
        margin-bottom: 69px;
    }
    .search.woocommerce ul.products{
        row-gap: 40px;
    }
    .search .load-more-container{
        margin: 38px 0 0px
    }
    .woocommerce .woocommerce-result-count{
        margin: 20px 0 39px;
    }
    .woocommerce-products-header__title.page-title{
        font-weight: 600;
        font-size: 34px;
        line-height: 38px;
        letter-spacing: 0;
    }
    .woocommerce .more-info-container{
        padding: 18.5px 0;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width: 100%;
        margin-bottom: 0;
    }
    .woocommerce ul.products{
        grid-template-columns: 1fr 1fr;
        row-gap: 39px;
    }
	.woocommerce div.product {
		flex-direction: column;
	}
    .woocommerce ul.products li.product .woocommerce-loop-product__title{
        margin-top: 17px;
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 23px;
    }
    .woocommerce ul.products li.product .price{
        font-size: 16px;
        line-height: 23px;
    }
    
    .category-bar-wrapper .category-swiper-slide {
        margin-right: 10px;
        &:last-child{
            margin-right: 60px;
        }
        a{
            font-size: 16px;
            line-height: 23px;
        }
    }
    .woocommerce .woocommerce-ordering>label,
    .woocommerce .woocommerce-ordering select{
        font-size: 16px;
        line-height: 22px;
    }
    .woocommerce .woocommerce-ordering select{
        max-width: 81px;
    }
    .woocommerce-ordering-wrapper{
        max-width: 198px;
    }
	
    .woocommerce div.product .product_title{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 11px;
    }

    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }

	.woocommerce div.product div.images,
	.woocommerce div.product div.summary {
		flex: 0 0 100%;
		width: 100%;
		padding-right: 0;
		order: initial;
	}
	
	.woocommerce .cart-collaterals .cart_totals {
		float: none;
		width: 100%;
	}

	.tabs-nav {
        flex-wrap: wrap;
    }
    
    .tab-button {
        margin-right: 27px;
        margin-left: 13px;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 23px;
        padding: 22px 0px 14px;
        &.link:after, &.link-underline:after {
            bottom: 16px;
        }
    }
    
    .icon-text-items {
        grid-template-columns: 1fr;
    }
	
	/* Make gallery images full width on mobile */
	.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
		width: 100%;
		margin-right: 0;
	}

    .woocommerce-product-gallery{
        display: none;
    }

    .woocommerce #content div.product div.summary{
        margin-bottom: 0;
    }

    .woocommerce div.product form.cart{
        margin-bottom: 31px;
        padding-bottom: 29px;
    }

    .product-gallery-slider {
        margin-bottom: 61px;
        position: relative;
        .gallery-slide{
            aspect-ratio: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f5f5f5;
        }
        .swiper-button-next,
        .swiper-button-prev {
            color: #333;
            background-color: rgba(255, 255, 255, 0.7);
            width: 30px;
            height: 30px;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .swiper-button-next:hover,
        .swiper-button-prev:hover {
            background-color: rgba(255, 255, 255, 0.9);
        }

        .swiper-button-next:after,
        .swiper-button-prev:after {
            font-size: 14px;
            font-weight: bold;
        }

        .swiper-pagination-bullet {
            background-color: #ccc;
            opacity: 1;
        }

        .swiper-pagination-bullet-active {
            background-color: #333;
        }

        .product-gallery-swiper {
            position: relative;
            overflow: hidden;
        }
        .gallery-image {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            object-fit: contain;
            object-fit: contain;
        }
    }   

    .yith-wapo-container .yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label.position-under .option-container{
        column-gap: 20px;
    }

    .yith-wapo-block .checkbox-button-image{
        max-width: 60px;
    }

    .yith-wapo-block .yith-wapo-addon-type-checkbox .yith-wapo-option{
        padding-left: 20px;
        padding-right: 10px;
    }

    .yith-wapo-addon-type-checkbox .options .yith-wapo-option .yith-wapo-addon-label{
        margin-left: 9px !important;
    }
    .yith-wapo-block .wapo-addon-title{
        letter-spacing: -0.2px;
    }
    .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option div.label.position-under .option-container{
        flex-direction: column;
        align-items: flex-start;
        row-gap: 9px;
        .option-price{
            margin-left: 1px;
        }
    }

    .yith-wapo-container + .quantity + .single_add_to_cart_button,
    .subscription-plan-section + .quantity + .single_add_to_cart_button{
        margin-top: 30px !important;
    }

    .yith-wapo-block {
        .yith-wapo-addon-type-radio {
            .yith-wapo-option {
                padding: 13px 12px 11px 18px;
                &:last-child{
                    padding: 11px 18px 2px;
                }
            }
        }
    }

    .subscription-plan-section{
        margin-top: 30px;
    }

    .custom-swatches-wrapper {
        &.subscription-plan-swatches {
            .custom-swatch-item {
                align-items: unset;
                padding: 11px 11px 10px 18px;
                &.none-swatch{
                    .swatch-label-left{
                        padding-top: 0px;
                    }
                }
                .swatch-label-left{
                    padding-top: 7px;
                }
                .swatch-label-right{
                    align-items: unset;
                }
                .swatch-price{
                    margin-top: 14px;
                    font-weight: 700;
                    &.show-desktop{
                        display: none;
                    }
                }
            }
        }
    }

    .variations{
        .custom-swatches-wrapper {
            &.subscription-plan-swatches {
                .custom-swatch-item {
                    padding-bottom: 6px;
                    .swatch-price{
                        margin-top: 9px;
                    }
                }
            }
        }
    }

    .product-tabs-wrapper{
        margin-top: 0;
    }

    .tabs-nav-swiper{
        width: auto;
    }

    .tabs-nav-container{
        &::before,
        &::after{
            width: calc(100% - 60px);
            left: 30px;
            margin: 0 auto;
        }
    }

    .tabs-content{
        padding-top: 40px;
    }

    .tab-pane {
        &.type-videos{
            .tab-title{
                margin-bottom: 40px;
            }
        }
        .tab-title {
            margin-bottom: 30px;
        }
    }

    /* Products Tabs */
    .product-details {
        .section {
            margin-bottom: 66px;
            .icon-text-items {
                flex-direction: column;
                row-gap: 10px;
                margin-top: 20px;
            }
            h4 {
                margin-bottom: 16px;
            }
            .description{
                img{
                    margin-top: 49px;
                }
            }
            &:last-child{
                margin-top: -26px;
                .description{
                    margin-top: 20px;
                }
            }
        }
    }
    .installation-guides {
        margin-bottom: 23px;
        .steps {
            margin-bottom: 17px;
            .step {
                grid-template-columns: 1fr;
                margin-bottom: 16px;
                .step-title{
                    padding-left: 4px;
                    margin-bottom: 9px;
                }
                .step-image-wrapper{
                    text-align: center;
                }
            }
        }
        .downloads {
            h4 {
                margin-bottom: 20px;
            }
        }
    }
    .videos-container {
        video-item {
            .play-button {
                width: 50px;
                height: 50px;
            }
        }
    }

    .woocommerce div.product form.cart .variations label{
        letter-spacing: -0.2px;
    }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 420px) {
	.woocommerce ul.products li.product a.woocommerce-loop-product__link{
        padding: 0;
    }
    .woocommerce ul.products li.product a img{
        aspect-ratio: 154 / 210;
    }
}