.ml-unset {
    margin-left: unset !important;
}

.section-product-details .woo-variation-swatches .variable-items-wrapper {
    gap: 1rem;
}

.woocommerce div.product .section-product-details form.cart .variations td ul li {
    width: calc((100% / 2) - 1.3rem) !important;
    height: 7rem !important;
    padding: 1.6rem 2.4rem !important;
    border-radius: 40px !important;
    background: #FEF8E8;
    border: 3px solid #100C08;
    box-shadow: none !important;
}

.woo-variation-swatches .section-product-details .variable-items-wrapper .variable-item img {
    object-fit: contain;
    object-position: left;
}

.woo-variation-swatches .section-product-details .variable-items-wrapper .variable-item .variable-item-contents {
    order: 1;
    max-width: 3.2rem;
}

.woo-variation-swatches .section-product-details .variable-items-wrapper .variable-item .variable-item-contents::before,
.woo-variation-swatches .section-product-details .variable-items-wrapper .variable-item .variable-item-contents::after {
    display: none;
}

.section-product-details [data-wvstooltip]:before {
    display: block;
    position: unset;
    transform: unset;
    color: black;
    opacity: 1;
    order: 2;
    visibility: visible;
    font-family: "barlow", sans-serif;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.05rem;
    text-transform: capitalize;
    background: transparent;
    box-shadow: unset;
}

.section-product-details [data-wvstooltip]:after {
    content: '';
    order: 3;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 40px;
    border: 3px solid #100C08;
    opacity: 1;
    visibility: visible;
    position: unset;
    margin-left: auto;
}

.woocommerce div.product .section-product-details form.cart .variations td ul li.selected:after {
    width: 3.6rem;
    height: 3.6rem;
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Crect x='1.5' y='1.5' width='33' height='33' rx='16.5' stroke='%23D50A14' stroke-width='3'/%3E%3Ccircle cx='18' cy='18' r='10' fill='%23D50A14'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-color: transparent;
}

@media (max-width: 991px) {
    .single-product .woocommerce div.product form.cart .variations td ul li {
        width: 100% !important;
    }
}

/* Fixed Header Styles */
.header {
    position: relative;
}

.header-content {
    position: relative;
    transition: box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.header-content.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
}

body.header-fixed {
    padding-top: 9.2rem;
}

@media (max-width: 991px) {
    .woocommerce div.product form.cart .variations td ul li {
        width: 100% !important;
    }
}

/* Home Third Screen Image Style */
.section-home .home-third-screen .image {
    max-width: 14.4vw;
    /* Approx 277px at 1920px */
}

.section-home .home-third-screen .image img {
    width: 100%;
    height: auto;
}

@media (min-width: 1920px) {
    .section-home .home-third-screen .image {
        max-width: 27.7rem;
    }
}


.px--36 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
}

.py--19 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important;
}

.gapy--30 {
    row-gap: 3rem !important;
}

.media--contain img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aspect-ratio--1-1 {
    aspect-ratio: 1 / 1;
}

.woocommerce div.product .elvora-accordion-content p {
    margin-bottom: 1em;
}

.woocommerce-variation-description {
    display: none;
}

.section-related .swiper-button-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0px
}

.section-related .swiper-button-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0px
}

.section-related .swiper-button-prev:before,
.section-related .swiper-button-prev:after,
.section-related .swiper-button-next:before,
.section-related .swiper-button-next:after {
    display: none
}

/* Bundle Deal Remove Button Style */
.offcanvas-cart .remove-bundle-deal-group,
.woocommerce-cart .remove-bundle-deal-group {
    padding: 1.5rem 1rem;
    background: #D50A14;
    color: white !important;
    width: 4rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
}

.offcanvas-cart .remove-bundle-deal-group span,
.woocommerce-cart .remove-bundle-deal-group span {
    font-size: 1.6rem;
    color: white;
}

section.section-bundle.section-shop .shop-products ul.products .product-card .product-image .image img {
    margin: unset !important;
}

section.section-banner-home .banner-home .item:before {
    display: none
}

section.section-banner-home .banner-home .has-content .item:before {
    display: block
}

.item-search {
    cursor: pointer;
}

/* Hide default browser clear (x) button on search inputs */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}