/** Shopify CDN: Minification failed

Line 3118:27 Unexpected "/"

**/
/* #preview-bar-iframe {
    display: none !important;
} */
/* Global Styles */
html,
body {
    line-height: 1.4;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: #000000;
}

body::-webkit-scrollbar-thumb {
    background: #dddddd;
}

.invert-for-dark img {
    filter: brightness(0) invert(1);
}

.align-right a,
.align-right p,
.align-right {
    text-align: right;
    justify-content: flex-end;
}

.align-left a,
.align-left p,
.align-left {
    text-align: left;
    justify-content: flex-start;
}

.align-center a,
.align-center p,
.align-center {
    text-align: center;
    justify-content: center;
}

.product-card-wrapper .card__inner .card__badge {
    display: none;
}

/* HEADER STYLING */
.disclosure .disclosure__list-wrapper.country-selector {
    max-height: max-content;
}
.disclosure .disclosure__list-wrapper.country-selector .country-selector__list--with-multiple-currencies {
    max-height: 75rem;
}

.disclosure__list-wrapper.country-selector ul.popular-countries {
    border: none;
}

.country-selector__list:has(ul.popular-countries.hidden) ul.other_countries {
    display: unset;
}

ul.other_countries {
    display: none;
    padding-bottom: 1rem;
}

.header .header__icons {
    padding-right: 0;
}


/* HEADER MENU STYLING */
li.HeaderMenu_item[aria-label="Designers"] .MegaMenu_grid a.MegaMenu_link--level-2 {
    display: none;
}

li.HeaderMenu_item:hover a.HeaderMenu_link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent ;
    left: 0;
    top: 100%;
}

.HeaderMenu_link.no-link,
.MegaMenu_link.no-link {
    pointer-events: none;
}

/* HEADER DRAWER MENU STYLING */
header header-drawer {
    margin: 0;
}

.menu-drawer_icon .icon-close {
    display: none;
}

.menu-drawer_icon.active .icon-close {
    display: block;
}

.menu-drawer_icon.active .icon-hamburger {
    display: none;
}

.menu-drawer-container.active {
    transform: translateZ(0);
}

.menu-drawer_menu .menu-drawer_submenu.submenu-open {
    display: block;
}

.menu-drawer_menu .toggle-icon::before {
    content: '+';
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.menu-drawer_menu .toggle-icon.open::before {
    content: '-';
}

li.menu-item[aria-label="sale"]>a {
    color: #c71f1f;
}

/* PRODUCT PAGE */
.prod_navigation .btn[aria-disabled="true"] {
    opacity: 0.1;
    cursor: not-allowed;
}

.color-swatch[data-tooltip]:hover::after,
.product__info-wrapper variant-selects .product-form__input:first-child label[data-tooltip]:hover::after,
.shop-color_wrapper .color_item[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 2px 7px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.3s;
    pointer-events: none;
    font-size: 1rem;
}

.prod_navigation div:before,
.testimonialSlider_navigation div:before,
.social_grid_navigation div:before {
    content: '';
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    bottom: 0;
    border-right: solid 2px #000;
    border-top: solid 2px #000;
    margin: auto;
}

.prod_navigation div.button-next:before,
.testimonialSlider_navigation div.button-next:before,
.social_grid_navigation div.button-next:before {
    transform: rotate(45deg);
    left: 0;
    right: 3px;
}

.prod_navigation div.button-prev:before,
.testimonialSlider_navigation div.button-prev:before,
.social_grid_navigation div.button-prev:before {
    transform: rotate(-135deg);
    left: 3px;
    right: 0;
}

.ss-product-form__input--pill input[type='radio'].disabled+label,
.ss-product-form__input--pill label.not-available,
.color-swatch_wrapper a.color-swatch.not-available {
    color: #d6d6d6;
    border-color: #d6d6d6;
    position: relative;
    cursor: not-allowed;
    opacity: 0.6;

    &:before {
        content: '';
        position: absolute;
        width: calc(100% - 5px);
        height: 1px;
        top: 0;
        left: -2.5px;
        bottom: 0;
        right: 0;
        margin: auto;
        transform: rotate(-26deg);
        display: block;
        background-color: #8f8b8b;
    }
}

.ss-product-form__input--pill input[type='radio'].disabled:checked+label {
    background-color: #d6d6d6;
    color: #fff;

    &:before {
        background-color: #fff;
    }
}

product-modal.product-media-modal .product-media-modal__content {
    display: flex;
    height: 100%;

    img {
        max-height: 100%;
        margin: inherit;
    }
}

button.video-playbtn {
    /* background-image: url(//cdn.shopify.com/s/files/1/1109/3312/files/play-icon.png); */
    background-size: 2rem;
    background-image: url(//cdn.shopify.com/s/files/1/1109/3312/files/pause-512.png);
    background-position: center;
    background-repeat: no-repeat;
    left: 2rem;
    top: 2rem;
    width: 4rem;
    height: 4rem;
    transition: all ease .3s;

    
}

button.video-playbtn.paused {
    /* background-image: url(//cdn.shopify.com/s/files/1/1109/3312/files/pause-icon.png); */
    background-image: url(//cdn.shopify.com/s/files/1/1109/3312/files/play-512.png);
    background-size: 10rem;
    background-position: 70% center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 15rem;
    height: 15rem;
}

.yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-right-panel {
    display: none !important;
}
/* 
.price .price__sale .price-item.price-item--regular {
    display: none;
} */

.product-form__input input[type='radio']:checked+label {
    background: #000;
    color: #fff;
}

.product .shopify-app-block:has(.yotpo-widget-instance) {
    margin-top: 0;
}

.product .shopify-app-block .yotpo-widget-instance {
    min-height: 1.5rem;
}

.product_description p,
.product_description span,
.vendor-collection-description,
.accordion__content p
{
    font-size: 13px !important;
    line-height: 1.6;
      margin: 0 0 10px 0px;
    font-weight: 400;
    color: #000 !important;
}

.product .product_description ul,
.product__accordion .accordion__content ul
{
    list-style-type: none !important;
    margin-top: 1.5rem;

    li {
        font-size: 13px !important;
        line-height: 1.6;
        padding-bottom: 3px;
        padding-left: 2.5rem;
        position: relative;

        &::before {
            content: '';
            width: 6px;
            height: 6px;
            position: absolute;
            left: 0;
            top: 6px;
            border-right: solid 1px #000;
            border-bottom: solid 1px #000;
            transform: rotate(-45deg);
        }
    }
}

.product .swym-button-bar {
    margin: 0;
    .swym-button {
        left: auto;
        top: -1px;
        border-radius: 50%;
        border: solid 1px #ccc;

        &:active,
        &:focus {
            outline: 0;
        }

        &::after {
            font-size: 22px;
        }
    }

    .swym-button.swym-added,
    .swym-button.disabled {
        opacity: 1;
    }

    .swym-button.swym-added:after {
        color: #ff3b63 !important;
    }
}

.product .swym-button-bar .swym-button.show-tooltip:after {
    color: #ff3b63 !important;
    content: "";
}

body .product-form__buttons button.swym-button {
    position: relative !important;
}

.product .swym-button-bar span.swym-fave-count,
.product .swym-button-bar span[data-count] {
    display: none;
}

.product-card-wrapper button.swym-button {
    z-index: 999;
    top: 10px;
    left: 10px;
    position: absolute !important;
}

.product-card-wrapper .swym-add-to-wishlist-view-product.swym-added {
    opacity: 1;

    &:after {
        color: #ff3b63 !important;
    }
}

body .product-card-wrapper .swym-add-to-wishlist-view-product.show-tooltip:after {
    color: #ff3b63 !important;
    content: "";
}

.product__info-wrapper button.share-button__button {
    min-height: inherit;
    width: fit-content;

    svg {
        height: 1.8rem;
        width: 1.8rem;
    }
}

.product.single-layout .prod_navigation {
    display: none;
}

.price span.price-item {
    font-weight: bold;
}

/* PRODUCT SUGGESTION SECTION  */
.prod-sugg {
    min-height: 500px;
}

.prod-sugg .title {
    margin-bottom: 1.5rem;
    font-size: 20px;
    font-weight: 600;
}

.prod-sugg .usf-sr-container.usf-nosearch {
    padding: 0;
    overflow: hidden;
}

.prod-sugg ul.grid.product-grid,
.ss-featured-tabs ul.grid.product-grid,
.ss-featured-tabs ul.product-grid {
    flex-wrap: nowrap;
    gap: 0;
    margin: 0;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    &::-webkit-scrollbar {
        display: none;
    }

    &::after {
        display: none;
    }

    li.grid__item, li {
        scroll-snap-align: start;
        overflow: hidden;
    }

    li.grid__item:not(:last-child) {
        margin-right: 1rem;
    }
    li.product_item:last-child {
        margin-right: 0;
    }
}

/* .product_description br {
    display: none !important;
} */
.product__info-wrapper variant-selects .product-form__input:nth-child(2) label {
    max-width: 5rem;
    background-image: none !important;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
      border-width: 1px;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
      cursor: pointer;
    img.var_img {
        display: none;
    }
}

.product__info-wrapper variant-selects {
    margin-top: 1.5rem;
}

legend.form__label::after {
    content: ':';
    padding-left: 2px;
    display: inline;
}

.product__info-wrapper variant-selects .product-form__input {
    position: relative;
}

.product-form__input .selected_option {
    display: none;
    position: absolute;
    top: -2.3rem;
    left: 6rem;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    color: #000;
}

.snap_nav {
    /* position: absolute;
    top: 40%;
    display: flex;
    justify-content: space-between;
    padding: 0 4rem;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    left: 0; */

    .btn {
        display: block !important;
        width: 2rem;
        height: 2rem;
        transform: rotate(45deg);
        border: solid 2px black;
        cursor: pointer;
        top: 40%;
        z-index: 2;
        position: absolute;
    }

    .btn.disabled {
        opacity: 0.3;
    }

    .btn.button-next.disabled {
        pointer-events: none;
    }
    
    .btn.button-prev.disabled {
        cursor: not-allowed;
    }

    .button-prev {
        border-right: none;
        border-top: none;
        left: 4rem;
    }

    .button-next {
        border-left: none;
        border-bottom: none;
        left: auto;
        right: 4rem;
    }
}

/* RECENTLY VIEWED PRODUCTS SECTION  */
.ss-recently-viewed_wrapper .ProductItem {
    margin-right: 1rem;
}

/* COLLECTION PAGE SLYLING */
.collection-hero .collection-hero__inner .collection-hero__description {
    font-size: 14px;

    p,
    strong,
    span,
    a {
        font-size: 14px !important;
        font-family: var(--font-body-family) !important;
        font-style: var(--font-body-style) !important;
        font-weight: var(--font-body-weight) !important;
        padding-bottom: 6px;
    }

    ol {
        list-style-type: auto;
        padding-left: 0;
        font-weight: 500;

        li {
            padding-bottom: 4px;
        }
    }
}

#ProductGridContainer .usf-sr-config {
    justify-content: flex-end;

    .usf-views {
        display: none;
    }
}

#usf_container .usf-sr-config .usf-c-select .usf-c-select__input-value {
    font-size: 14px;
    padding: 6px 15px;
    border-color: #cfcfcf;
}

.collection-hero .collection-hero__title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.collection-hero .collection-hero__inner .collection-hero__description b,
.collection-hero .collection-hero__inner .collection-hero__description b span,
.collection-hero .collection-hero__inner .collection-hero__description strong,
.collection-hero .collection-hero__inner .collection-hero__description strong span,
.collection-hero .collection-hero__inner .collection-hero__description h3,
.collection-hero .collection-hero__inner .collection-hero__description h4,
.collection-hero .collection-hero__inner .collection-hero__description h5 {
    font-weight: bold !important;
    font-size: 16px !important;
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #000 !important;
}


.collection-hero .collection-hero__inner .collection-hero__description h2 {
  font-weight: bold !important;
  font-size: 18px !important;
  display: block;
  padding-bottom: 10px;
}

.collection-hero .collection-hero__inner .collection-hero__description a {
    font-weight: 500 !important;
    text-decoration: underline;
}

.product-card-wrapper .card__content .card-information .rating[role="img"], .product-card-wrapper .card__content .card-information .rating-count {
    display: none;
}

.template-collection #ProductGridContainer .page-width {
    max-width: 2000px;
}

#ProductGridContainer facet-filters-form.facets {
    padding-bottom: 1.5rem;
    margin-top: -2.5rem;
}

#ProductGridContainer facet-filters-form.facets .product-count__text {
    display: none;
}

.usf-grid .card-wrapper.product-card-wrapper .color-swatch_wrapper a {
    width: 28px;
    height: 28px;
    padding: 2px;
}

ul.usf-grid .product-card-wrapper .usf-custom-swatch ul.usf-is-color {
    gap: 4px;

    li {
        margin: 0;
    }
    .usf_extra_swatch_text {
        font-size: 12px;
    }
}

#usf_container .usf-sr-paging {
    padding: 0;
}

/* .template-collection #usf_container {
    min-height: 5500px;
} */
@media screen and (max-width: 749px) {
    .template-collection #usf_container {
        min-height: 9000px;
    }
}

/* COLLECTION PAGE SLYLING END */


/* Breadcrumbs */
.breadcrumbs__item:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin: 0 2px;
    position: relative;
}


/* FOOTER STYLING */
.footer-block.footer-block--menu .list-menu__item--link {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.footer-block .footer-block__heading {
    font-weight: 600;
    color: #fff;
}
body .footer .footer__content-bottom-wrapper--center {
    justify-content: space-between;
}

body .footer .footer__content-bottom {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/* CART PAGE STYLING */
body.cart-page {
    background-color: #f1f1f1;
}

.cart__footer button#checkout {
    background: #000;
    max-width: 100%;
}

.cart__footer .totals {
    justify-content: space-between;

    .totals__total,
    .totals__total-value {
        font-size: 2.2rem;
        font-weight: 600;
        color: #000;
    }
}

.cart-page .cart__container {
    max-width: 130rem;
    margin: auto;
    position: relative;
}

.cart__items-wrapper cart-items .title-wrapper-with-link {
    display: none;
}

.cart__items-wrapper .cart__contents {
    width: 100%;

    #main-cart-items {

        tbody {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;

            tr.cart-item {
                position: relative;
                background: #fff;
                padding: 2rem;
            }
        }

        thead {
            display: none;
        }

        .cart-item__quantity {
            padding: 0;

            quantity-popover {
                position: unset;

                .quantity-popover-container {
                    display: none;
                }

                cart-remove-button {
                    margin: 0;
                    position: absolute;
                    bottom: 2rem;
                    right: 2rem;
                }
            }
        }

        .cart-item__totals {
            padding: 0;
            position: absolute;
            right: 2rem;
            top: 2rem;

            .price {
                margin: 0;
                font-weight: 500;
            }
        }

        .cart-item__media {
            padding: 0;
        }

        .cart-item__details {
            padding: 0 20px;

            .cart-item__name {
                max-width: 100%;
            }

            .product-option {
                margin: 1rem 0;
            }

            .product-option dd {
                font-weight: 600;
            }
        }
    }

}

.cart__footer .cart__blocks {
    width: 100%;
    padding: 15px;
    background-color: #fff;
}

.shopify-section.cart__footer-wrapper {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    max-width: 35%;

    .gradient {
        background-color: transparent;
    }
}

.shopify-section.cart__items-wrapper {
    min-height: 68rem;
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 60%;

    .gradient {
        background-color: transparent;
    }
}

.cart-sidebar-discount {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
}

.cart-sidebar-discount input {
    border: 1px solid #eee;
    height: 45px;
    outline: none;
    font-size: 16px;
    letter-spacing: .75px;
    text-align: center;
    width: 70%;
    border-radius: 5px;
}

#apply-discount-btn {
    background-color: #ededed;
    color: #fff;
    border: 2px solid #d6d6d6;
    font-size: 14px;
    letter-spacing: .75px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 42px;
    border-radius: 6px;
    color: #000;
}

span.applied-discount-code-value>small {
    background: #eee;
    padding: 0px 10px;
    color: #000;
    font-weight: bold;
    border-radius: 20px;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 4px solid #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin .5s linear infinite;
}

#discount-code-error {
    background: #ff00004f;
    color: #e22120;
    padding: 5px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1;
}

.applied-discount-code-wrapper {
    display: none;
    background: #ddd;
    padding: 3px 6px;
    border-radius: 25px;
}

.applied-discount-code-value {
    font-size: 13px;
    text-transform: uppercase;
}

#discount-code-error:empty,
.applied-discount-code-value:empty+button {
    display: none;
}

span#applied-discount-code {
    font-size: 14px;
    margin-bottom: 10px;
}

.discount-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cart__dynamic-checkout-buttons.additional-checkout-buttons {
    max-width: 100%;
}

cart-items #main-cart-items {
    padding: 0;
    border: none;
}


/* PAGES STYLING */
.shipping-tables {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.contact-form-info {
    display: none;
}

.contact-form-info.show {
    display: block;
}

body .collapsible-content .collapsible-content-wrapper-narrow {
    max-width: 1340px;
    padding: 0 3rem;
}

.collapsible-content ol {
    list-style: auto;
    margin-top: 10px;
    padding-left: 30px;

    li:not(:last-child) {
        padding-bottom: 8px;
    }
}

.collapsible-content .accordion__content {
    padding-top: 10px;
}

.collapsible-content .accordion summary {
    padding: 1.5rem;
}

.collapsible-content .accordion .accordion__content {
    padding: 1rem 1.5rem;
}

.collapsible-content .collapsible-content__header {
    padding-bottom: 30px;

    p {
        font-size: 14px;
    }
}

.full-width .collapsible-content .collapsible-content-wrapper-narrow {
    max-width: var(--page-width);
}

.rich-text__text a {
    padding: 10px 20px;
    display: block;
    width: fit-content;
    margin-bottom: 50px;
    background: #000;
    color: #fff;
    border: solid 1px #000;

    &:hover {
        background-color: #fff;
        color: #000;
    }
}

#ContactForm button {
    background-color: #000;
}

.book_appointment {
    display: flex;
    justify-content: center;

    a {
        padding: 10px 20px;
        display: block;
        width: fit-content;
        background-color: #000;
        color: #fff;
        border: solid 1px #000;

        &:hover {
            background-color: #fff;
            color: #000;
        }
    }

}

.ss-contact_item .custom_html .book_appointment {
    justify-content: flex-start;
}

/* PRODUCT CARD STYLING */
.product-card-wrapper .variant-selects {
    position: relative;
    z-index: 99;
    margin-bottom: 0.8rem;
}

.product-card-wrapper .variant-selects .product-form__input li.selected {
    border-color: #000 !important;
}

.product-card-wrapper .variant-selects .show_more li {
    display: block;
}

.product-card-wrapper .variant-selects .show_more .extra_count {
    display: none;
}

.product-card-wrapper .variant-selects .swatch-more .icon::before {
    content: '+';
    font-size: 17px;
    line-height: 1;
}

.product-card-wrapper .variant-selects .show_more .swatch-more .icon::before {
    content: '-';
}

.product-card-wrapper .variant-selects .product-form__input li,
.product-card-wrapper .card__content .card-information {
    text-align: center;
    z-index: 1;
    position: relative;
}

.product-card-wrapper .card .card__content {
    padding: 1rem 1rem 0rem;
    display: block;

    .card__information {
        padding: 0;
    }
}

.product-card-wrapper .card__inner .card__media img {
    object-position: top;
}

.card-wrapper .card__media picture img {
    transform: none;
    transition: all var(--duration-long) ease;
}

.card-wrapper:hover .card__media picture img {
    transform: scale(1.03);
}

.card-wrapper.product-card-wrapper .color-swatch_wrapper {
    position: relative;
    z-index: 999;
    margin: 0 0 8px 0;
    justify-content: center;
    gap: 0.4rem;
}

.card-wrapper.product-card-wrapper .color-swatch_wrapper a {
    width: 30px;
    height: 30px;
}

li.HeaderMenu_item.ss-group[aria-label="sale"]>a {
    color: #c71f1f;
}

.more-swatch {
    display: none;
}

.color-swatch_wrapper.active .more-swatch {
    display: block;
}

.show-more-variant {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.product-card-wrapper .yotpo {
    margin: 0.3rem 0 !important;

    .standalone-bottomline {
        display: flex;
        justify-content: center;

        a.text-m {
            display: none;
        }

        .yotpo-stars .yotpo-icon {
            font-size: 15px;
            margin-right: -2px;
        }
    }
}

.product-card-wrapper a.prod_vendor {
    text-decoration: none;
}

.featured-collection .quick-add.no-js-hidden {
    margin: 0;
    min-width: inherit;
    max-width: inherit;
    position: absolute;
    left: inherit;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #222;
    z-index: 2;
    transition: all .3s ease;
    cursor: pointer;
    top: 8px;
    right: 15px;
}

.featured-collection .product-card-wrapper:hover .quick-add.no-js-hidden {
    transform: translateZ(0);
}

.featured-collection .quick-add.no-js-hidden button {
    font-size: 0px;
    max-width: inherit;
    min-height: auto;
    width: 100%;
    height: 100%;
    padding: 0;
    background: url(//cdn.shopify.com/s/files/1/1109/3312/files/view.png) no-repeat center;
    background-size: 18px;

    &:after {
        display: none;
    }
}

.featured-collection .quick-add.no-js-hidden button .loading__spinner {
    opacity: 0;
}

.card-wrapper.product-card-wrapper {
    z-index: 1;
    overflow: hidden;
}

.product-card-wrapper .card__information .card__heading a {
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    text-decoration: none;
}

.product-card-wrapper .card__information .card__heading {
    /* padding: 0.75rem 1rem; */
    min-height: 2.4rem;
    line-height: 1.4;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 0px;
}

.product-card-wrapper .card__information .price {
    font-weight: bold;
    margin-top: 0.4rem !important;
}

.product-card-wrapper:hover .card__information a {
    text-decoration: none;
}

.quick-add-modal__content-info .block_icon-group {
    display: none;
}

.quick-add-modal__content-info a.product__view-details {
    display: flex !important;
}

.quick-add-modal__content-info .size_guide,
.quick-add-modal__content-info .product .shopify-app-block .yotpo-widget-instance {
    display: none;
}

.collage__media_link {
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
}

.quick-add-modal .quick-add-modal__content {
    overflow-y: scroll;
}

@media screen and (min-width: 750px) {


    body .quick-add-modal__content-info .product .product__media-wrapper {
        max-width: 65% !important;
    }

    body .quick-add-modal__content-info .product .product__info-wrapper {
        max-width: 35% !important;

        .product_title {
            padding-right: 40px;
        }
    }
}

#usf_container .card-wrapper.product-card-wrapper .usf-sr-preview {
    transform: none;
    opacity: 1;
    visibility: visible;
    background: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    top: 8px;

    &:hover {
        color: #222;
    }
}

/* PRODUCT CARD STYLING END */


/* BLOG SIDEBAR */

/* BLOG SIDEBAR EMD */


/* Featured Collection Section */
.collection__title .title,
.collection__title--desktop-slider.collection__title .title {
    margin: 0;
}

.collection__title .title.h2 {
    font-size: 2rem;
}

body .collection__title.title-wrapper {
    margin-bottom: 1.5rem;
    padding-right: 6rem;
}

.collection .slider-buttons {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 0 4rem;
    z-index: 1;

    .slider-counter {
        display: none;
    }

    .slider-button {
        border-radius: 100%;

        svg {
            height: 1.8rem;
            color: #000;
        }
    }
}

body .featured-collection.collection ul.product-grid {
    gap: 1rem;
    margin-bottom: 0;

    li.grid__item {
        padding-bottom: 0;
    }
}

/* SEARCH STYLING */
ul#predictive-search-results-products-list {
    display: flex;
    flex-wrap: wrap;

    li.predictive-search__list-item {
        width: 50%;
    }

    li.predictive-search__list-item:last-child {
        display: none;
    }

    .predictive-search__list-item .predictive-search__item {
        display: flex;
        flex-direction: column;
        padding: 20px 10px;

        img {
            width: 100%;
            height: 320px;
            object-fit: cover;
        }

        .predictive-search__item-content {
            margin-top: 8px;

            * {
                font-size: 8px
            }
        }
    }
}

#predictive-search-products {
    display: none;
}

/* ====== Default Search Page CSS ====== */
ul.filter-color {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.filter-color .list-menu__item input[name="filter.v.option.color"] {
    position: relative;
    min-width: 30px;
    min-height: 30px;
    border-radius: 100%;
    top: 0;
    left: 0;

    &::before {
        content: '';
        position: absolute;
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        left: -3px;
        top: -3px;
        border: solid 1px #00000026;
        border-radius: 100%;
        transition: .3s
    }

    &:checked:before,
    &:hover:before {
        border-color: #000;
    }
}

ul.filter-color .facets__item .facets__label,
ul.filter-color .mobile-facets__item .facets__label {
    align-items: center;
    gap: 10px;
}

ul.filter-color .facets__item .facets__label svg,
ul.filter-color .mobile-facets__item .facets__label svg {
    display: none;
}

ul.filter-color .facets__item {
    display: none;
}

ul.filter-color .facets__item.valid-color,
ul.filter-color .mobile-facets__item.valid-color {
    flex: 0 0 50%;
    display: flex;
}

.list-menu__item .facets__label span {
    font-size: 12px;
}

.mobile-facets__footer button.button.button--primary {
    background-color: #000;
}

ul.mobile-facets__list.filter-size {
    padding: 0 20px;
}

body .facets.facets-vertical-sort {
    padding-bottom: 15px;
}

ul.filter-size {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;

    .facets__item,
    .mobile-facets__item {
        border: solid 1px #ccc;
        width: calc(25% - 1rem);
        min-height: 50px;
        min-width: fit-content;
        transition: all ease .3s;

        svg {
            display: none;
        }

        .facets__label {
            padding: 1rem;
            justify-content: center;
            align-items: center;

            span {
                font-size: 14px;
            }
        }

        &:hover {
            background-color: #000;

            span {
                color: #fff;
            }
        }
    }

    .facets__item:has(.facets__label.active),
    .mobile-facets__item:has(.facets__label.active) {
        background-color: #000;

        span {
            color: #fff;
        }
    }
}

/* ====== Default Search Page CSS END ====== */

/* ACCOUNT PAGE STYLING */
a.change_pass {
    display: block;
    margin-top: 2rem;
    padding: 10px 20px;
    background-color: #131313;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    &:hover {
      color: #fff;
    }
}
#recover_pass.active {
    display: flex;
}
#recover_pass {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    background-color: #00000078;
}
.recover_inner {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 30px;
    position: relative;
    min-width: 800px;
}
#recover_close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    height: 2rem;
    width: 2rem;
    cursor: pointer;
}
#recover_pass h2 {
    font-size: 26px;
}
#recover_pass .recover_inner form {
    margin-top: 2rem;
}
/* ACCOUNT PAGE STYLING */

/* EXTRA STYLING */
#shopify-pc__banner {
    opacity: 0;
    pointer-events: none;
}
.active#shopify-pc__banner {
    opacity: 1;
    pointer-events: all;
}
body .shopify-policy__container {
    max-width: var(--page-width);
    padding-top: 50px;

    .shopify-policy__title {
        text-align: left;
        padding-bottom: 3rem;

        * {
            font-size: 40px;
            font-weight: 600;
        }
    }
    .shopify-policy__body .rte p {
        margin-bottom: 2rem;
    }
}
:is(.main-page .rte) :is(h1, h2, h3, h4, h5, h6){
    margin: 2.5rem 0 1.5rem;
}
.remove-link-btn .rich-text__text a {
    display: inline;
    padding: 0;
    background: none;
    border: none;
    color: inherit;
    font-weight: bold;
}
.main-page .main-page-title {
    font-size: 4rem;
    margin-bottom: 2rem;
    top: 45%;
}
.gallery__item .social_tag svg {
    width: 17px;
    height: 17px;
}
.product-card-wrapper .yotpo-widget-instance .yotpo-reviews-star-ratings-widget {
    justify-content: center !important;
}
.featured-collection ul.product-grid li.grid__item:first-child {
    margin-left: 1rem;
}
.collection-list .card__inner .media img {
    object-position: top;
}

.yotpo-reviews-tab .yotpo-reviews-tab-floating-tab {
    padding: 8px 10px;

    svg.yotpo-star-rating-icon {
        height: 12px;
        width: 12px;
    }

    .yotpo-floating-tab-text {
        font-size: 14px;
        line-height: 1;
    }
}

body .yotpo-main-widget-layout .yotpo-head {
    min-height: auto;
    margin: 0;
}

.yotpo-main-widget-layout .yotpo-bottom-line .yotpo-star-distribution {
    display: none;
}

body .yotpo-main-widget-layout .yotpo-header-container {
    display: flex;
    align-items: center;
    background: none !important;

    .yotpo-layout-header-wrapper {
        width: fit-content;
        max-width: 100%;
        padding-bottom: 0;
    }
}

body .yotpo-main-widget-layout .yotpo-filters-container {
    margin-top: 0;
}
.sale-p ul.product-grid.usf-grid .product-card-wrapper .price-item--regular {
    color: #121212bf !important;
}
.sale-p ul.product-grid.usf-grid .product-card-wrapper .price-item {
    color: #c71f1f;
}

.usf-mobile ul.product-grid.usf-grid .product-card-wrapper .usf-sr-preview {
    opacity: 0.5;
    width: 20px;
    height: 20px;
    bottom: unset;
}

.swym-wishlist-modal-container .swym-simple-wishlist-container .swym-wishlist-container-title-bar {
    background-color: #000;
}
/* span.swym-anchor-badge.counter[data-count="0"] {
    opacity: 0;
} */
span.swym-anchor-badge.counter {
    pointer-events: none;
}

span.swym-anchor-badge.counter:empty {
    opacity: 0;
}

.header__icons .header__icon.header__icon--account {
    width: 3rem;
}

body .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-image-wrapper {
    height: 400px;
}

body #swym-wishlist-render-container .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-image-wrapper img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#swym-plugin .swym-ui-components .swym-wishlist-notifications-container {
    opacity: 0;
}

#swym-wishlist-render-container .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-title {
    white-space: nowrap !important;
    overflow: hidden !important;
    font-size: 13px;
    text-align: center;
}

#swym-wishlist-render-container .swym-ui-component ul.swym-wishlist-grid {
    max-width: 100%;
}

#swym-wishlist-render-container .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-delete-btn .swym-icon::before {
    color: #000;
}

body #swym-wishlist-render-container .swym-ui-component .swym-product-price.swym-has-sale .swym-product-final-price {
    color: #121212;
    font-size: 16px;
}

body #swym-wishlist-render-container .swym-ui-component .swym-product-price .swym-product-original-price {
    display: none;
}

body .usf-preview .usf-preview__image-slider .usf-preview__image-slider__btn {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    border: none;
    width: 50px;
    height: 50px;

    &::before {
        font-size: 20px;
    }
}

.country_flag span.img-icon {
    width: 50px;
}

.location_popup .disclosure .disclosure__list-wrapper.country-selector,
.location_popup .disclosure .disclosure__list-wrapper.country-selector .country-selector__list--with-multiple-currencies {
    max-height: 40rem;
}

#static-featured-collection .collection__title.title-wrapper {
    margin: 0;
}

#swym-anchor a.swym-background-color {
    opacity: 0;
}
.wishlist-top {
    padding: 20px 0;
    flex-wrap: wrap;
}

.login_save {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.login_save .save_title {
    font-size: 20px;
    font-weight: 500;
}

.login_save #create_customer {
    display: flex;
    gap: 1.5rem;
}

.login_save #create_customer .field input {
    padding: 7px 10px;
    border-radius: 4px;
    background-color: #FAFAFA;
    outline: 0;
    box-shadow: none;
}

.login_save #create_customer .field label {
    font-size: 0;
}

#create_customer button {
    font-size: 12px;
    padding: 6px 20px;
    background-color: #000;
    color: #fff;
}

.login_cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.login_cta .title_cta {
    font-weight: bold;
}

.login_cta .login_btn {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
}

a.swymcs-wishlistplus-item-title:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

div#___ratingbadge_0 {
    right: 150px !important;
}

.rich-text--full-width.content-container--full-width .rich-text__blocks {
    max-width: 90%;
}

/* body .rich-text .rich-text__text p strong {
    margin: 25px 0 15px 0;
    display: inline-block;
} */
.rich-text p, .main-page .rte p {
    margin-bottom: 1rem;
}
.main-page .rte {
    color: #121212;
}
.rich-text ul, .rich-text .rte ul, .rich-text ol, .rich-text .rte ol, .ContentCols__item ul, .ContentCols__item ol, .main-page .rte ol, .main-page .rte ul {
    margin: 15px 0 35px;
    padding: 0;

    li {
        padding: 0 0 0 2.5rem;
        position: relative;
        margin-bottom: 1.2rem
    }
}

.rich-text ul li:before, .rich-text .rte ul li:before, .ContentCols__item ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    /* background: url(//cdn.shopify.com/s/files/1/1109/3312/files/arrow.png) no-repeat; */
    background: url(//cdn.shopify.com/s/files/1/1109/3312/files/bullet.png?v=1737290774) no-repeat;
    background-size: contain;
}

.rich-text ol, .rich-text .rte ol, .main-page .rte ol {
    list-style-type: decimal;
}

.rich-text__big-button .button {
    padding: 20px 40px;
    font-size: 20px;
}

.anchor-link .rich-text__text a {
    padding: 0;
    margin: 0;
    display: unset;
    background: none;
    color: #000;
    border: none;

    &:hover {
        text-decoration: underline;
    }
}

.shopify-pc__banner__dialog .shopify-pc__banner__btns .shopify-pc__banner__btn-manage-prefs {
    display: none;
}

.shopify-pc__banner__dialog .shopify-pc__banner__btns .shopify-pc__banner__btn-accept {
    background: #fff;
    color: #121212;
    max-width: 15rem;

}

.shopify-pc__banner__dialog .shopify-pc__banner__wrapper .shopify-pc__banner__btns button.shopify-pc__banner__btn-decline {
    max-width: 15rem;
    border-color: #fff;
    background-color: #121212;
    color: #fff;
}

.shopify-pc__banner__dialog .shopify-pc__banner__body #shopify-pc__banner__body-title {
    font-size: 16px;
    margin-bottom: .3rem;
    color: #fff;
}

.shopify-pc__banner__dialog .shopify-pc__banner__body p {
    font-size: 14px;
    color: #fff;

    a {
        color: #fff;
    }
}

section.shopify-pc__banner__dialog {
    padding: 2rem;
    background-color: #121212;
}

.shopify-pc__banner__dialog .shopify-pc__banner__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}

.shopify-pc__banner__dialog .shopify-pc__banner__btns {
    flex-direction: row;
}

.needsclick.kl-teaser-SYYizL span.needsclick.kl-private-reset-css-Xuajs1 {
    min-height: auto !important;
    padding: 4px !important;
}

.needsclick.kl-teaser-SYYizL span.needsclick.kl-private-reset-css-Xuajs1 .go3176171171 p,
.needsclick.kl-teaser-SYYizL span.needsclick.kl-private-reset-css-Xuajs1 .go3176171171 p span {
    font-size: 10px !important;
    line-height: 1 !important;
}

/* Reviews.io Start */
.reviews-io-floating-widget .R-LauncherButton {
    transform: rotate(-90deg) !important;
    right: -20px !important;
}
.reviews-io-floating-widget .R-LauncherButton__text .cssVar-launcherbutton__text {
    font-size: 10.5px !important;
}
body div[data-widget-id="NjlrFzEVbSqMITeO"] .FloatingWidget-prefix .R-Logo {
    display: flex !important;
    width: fit-content;
    justify-self: center;
}
.reviews-io-floating-widget .FloatingWidget-prefix .R-Logo img.R-Logo__image {
    width: 60px;
}
.reviews-io-floating-widget .FloatingWidget-prefix .u-marginBottom--xs:has(.R-Logo) {
    margin-bottom: 0 !important;
}
.reviews-io-floating-widget .R-LauncherButton__text .R-TextBody {
    margin-top: 0 !important;
    margin-bottom: 4px !important;
    width: fit-content;
}
@media screen and (max-width: 767px) {
  html body div[data-widget-id="NjlrFzEVbSqMITeO"] .FloatingWidget-prefix .R-Logo {
    display: none !important;
  }
  body .reviews-io-floating-widget .R-LauncherButton__text .cssVar-launcherbutton__text {
    font-size: 9px !important;
    line-height: 1.2;
  }
  body .reviews-io-floating-widget .R-LauncherButton__text .R-TextBody {
    margin-bottom: 0px !important;
  }
  body .reviews-io-floating-widget .R-LauncherButton {
    right: -26px !important;
    padding: 8px !important;
  }
}
body.template-product .FloatingWidget {
    display: none;
}
/* Reviews.io End */

/* EXTRA STYLING END */

/* KIWI SIZE CHART STYLES */
.size-chart-hook {
    display: flex;
    gap: 1rem;
    justify-content: end;
    margin-top: -30px;
}
:is(.size-chart-hook) :is(.ks-calculator-container, .ks-chart-container) {
    width: fit-content;
    font-size: 13px;
}
.size-chart-hook .sizing-calculator-container .ks-calculator-modal-button {
    padding: 4px 8px;
    margin: 0;
    display: none;/* Hide recomender button */
}
.size-chart-hook .sizing-chart-container .ks-chart-modal-link {
    margin: 0;
    text-decoration: none;
}
.size-chart-hook .ks-chart-container button.btn.ks-chart-modal-button {
    margin: 0;
    padding: 4px 8px;
}
@media screen and (min-width: 1250px) {
    :is(.ks-modal-content-wrapper) :is(.ks-modal-image-wrapper, .ks-modal-content) {
        min-height: 750px;
    }
}
/* KIWI SIZE CHART STYLES END */


/* BLOG POSTS PAGE */
.article-card .article-card__image-wrapper .article-card__image img {
    object-position: top;
}

.blog-articles.grid-style-2 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;

    .blog-articles__article {
        background-color: #f1f1f1;

        .card__information {
            padding: 1.7rem 2rem;

            .card__heading {
                font-size: 1.8rem;
                text-transform: capitalize;
                text-decoration: none;
            }
        }
    }
}

.blog-articles.grid-style-2 .article-card .sep {
    position: relative;
    display: block;

    &::before {
        content: '';
        position: absolute;
        top: unset;
        bottom: -1.75rem;
        left: 0;
        right: 0;
        width: 3.5rem;
        height: 3.5rem;
        background-color: white;
        background-image: url('//cdn.shopify.com/s/files/1/1109/3312/files/dress.png?v=1724671351');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 2.5rem;
        border-radius: 100%;
        z-index: 1;
        margin: auto;
    }
}

.blog-menu_wrapper::-webkit-scrollbar {
    height: 5px;
}

.blog-menu_wrapper::-webkit-scrollbar-track {
    background: #dddddd;
}

.blog-menu_wrapper::-webkit-scrollbar-thumb {
    background: #000000;
}

/* BLOG SINGLE POST / ARTICLE STYLING */
.blog-zigzag .multirow__inner.page-width {
    max-width: 120rem;
}

.blog-zigzag .image-with-text__content {
    padding: 3rem 7rem;
}

.blog-zigzag .image-with-text__content .image-with-text__text p {
    margin-bottom: 1.5rem;
}




/* WISHLIST STYLING */
.product-card-wrapper span.smartwishlist {
    position: absolute;
    top: 1rem !important;
    left: 1rem !important;
    width: 3rem !important;
    height: 3rem !important;
    display: block;
    margin: 0 !important;
    z-index: 999 !important;
    /* background-color: #ffffff90; */
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none !important;

    .do-wishlist {
        width: 1.5rem;
        height: 1.5rem;
        display: block;
        background-image: url(heart.png);
        background-repeat: no-repeat;
        background-size: contain;
        transition: all ease .2s;

        &:hover {
            background-image: url(fill-heart.png);
        }
    }
}

.product-card-wrapper span.smartwishlist.bookmarked .do-wishlist {
    background-image: url(fill-heart.png);
}

.header__icons .wishlist span.topbadge {
    padding: 4px 5.7px !important;
    display: block;
    position: absolute;
    bottom: -6px;
    right: 0;
    background-color: #000 !important;
    color: #fff !important;
    font-size: 9px;
}

.wishlistpage {
    /* max-width: var(--page-width); */
    max-width: 130rem;
    padding: 5rem 2rem;
    margin: auto;
}

.wishlistpage a.btn.btn-info.sharebutton {
    background-color: #000 !important;
}

.wishlistpage .wishlistbodycontainer .products div.row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 4.5rem;
}

.wishlistpage .alert.alert-info {
    margin-top: 2rem;
}

.wishlistpage .wishlistbodycontainer .product {
    margin-bottom: 0;

    .buttons a.btn {
        margin: 0;
    }

    .text {
        padding-top: 2.5rem;

        .product_title {
            font-weight: 600;
            font-size: 13.5px;
        }

        .variant_title {
            font-size: 13px;
            margin: 1rem 0;
        }

        .price {
            font-weight: 600;
            font-size: 18px;
        }
    }
}

body .wishlistpage .row {
    margin: 0;
}

body .wishlistpage .container-fluid {
    padding: 0;
}


/* MEDIA QUERIES */

@media screen and (min-width: 1600px) {
    .product-card-wrapper .card__inner {
        /* height: 490px; */
        height: 58vh;
        max-height: 500px;
    }

    .featured-collection .product-card-wrapper .card__inner {
        max-height: 600px;
    }
}

@media screen and (max-width: 1599px) {
    .product-card-wrapper .card__inner {
        height: 450px;
    }
}

@media screen and (min-width: 1440px) {
    .tab-collection li.product_item {
        width: calc(20% - 1rem);
    }
}

@media screen and (min-width: 1250px) {
    /* body .product.product--large .product__media-wrapper {
        max-width: 70%;
    }

    body .product.product--large.single-layout .product__media-wrapper {
        max-width: 55%;
    }

    body .product.product--large .product__info-wrapper {
        max-width: 30%;
    }

    body .product.product--large.single-layout .product__info-wrapper {
        max-width: 45%;
    } */

    .wishlistpage .wishlistbodycontainer .product .image img {
        height: 400px;
    }

    .wishlistpage .wishlistbodycontainer .products .col-md-4 {
        width: 25%;
    }

    .prod-sugg #usf_container .product-grid li.usf-sr-product.grid__item {
        width: calc(20% - 0.8rem);
    }

    .testimonialSlider li.review {
        width: calc(25% - 1.5rem);
    }

    .testimonialSlider li.review:not(:last-child) {
        margin-right: 2rem;
    }

    .logoSlider li.logoItem:not(:last-child) {
        margin-right: 3rem;
    }

    .logoSlider li.logoItem {
        width: calc(16.6% - 3rem);
    }

    .ss-recently-viewed_wrapper .ProductItem {
        width: calc(20% - 8px);
    }

    .ss-collections-list_wrapper .collections-list_item:not(:last-child) {
        margin-right: 1.5rem !important;
    }

    .ss-collections-list_wrapper .collections-list_item {
        width: calc(16.6% - 1.5rem);
    }

    .product.single-layout media-gallery li.ProductMedia_item {
        width: 100% !important;
    }

    .product.single-layout {
        max-width: 110rem;
        margin: auto;
    }

    .page-width.prod-sugg {
        min-height: 613px;
    }

    .ss-recently-viewed_wrapper.swiper-wrapper {
        min-height: 566px;
    }

    .ss-contact_item .custom_html .book_appointment a {
        padding: 12px 50px;
        font-size: 22px;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 1250px) and (max-width: 1440px) {
    /* body header.header {
        column-gap: 1rem;
    } */
    .template-collection #ProductGridContainer ul.product-grid li.grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
        max-width: calc(25% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
    }
}

@media screen and (max-width: 1249px) {
    header header-drawer {
        display: flex;
    }

    header .header__heading-link {
        grid-area: auto;
    }

    .prod_navigation div:before {
        width: 1.7rem;
        height: 1.7rem;
    }

    button.needsclick span.needsclick {
        min-height: auto !important;
    }

    .shopify-section.cart__footer-wrapper {
        position: unset;
    }

    .cart__items-wrapper .cart__contents {
        max-width: 80rem;
        margin: auto;
    }

    .cart__footer .cart__blocks {
        max-width: 40rem;
        margin: auto;
    }

    .cart__items-wrapper .cart__contents #main-cart-items tbody {
        gap: 2rem;

        tr.cart-item {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            column-gap: 0;
            margin: 0;
        }

        .cart-item__media {
            width: 30%;
        }

        .cart-item__details {
            padding-right: 0;
            width: 70%;

            .cart-item__name {
                font-size: 1.3rem;
            }
        }

        .cart-item__totals {
            top: auto;
            right: 5rem;
            bottom: 2.1rem;
        }

        .cart-item__quantity quantity-popover cart-remove-button {
            bottom: 1rem;
            right: 1rem;
        }
    }

    .shopify-section.cart__items-wrapper,
    .shopify-section.cart__footer-wrapper {
        max-width: 100%;
        min-height: auto;
    }

    .prod-sugg #usf_container .product-grid li.usf-sr-product.grid__item {
        width: calc(25% - 1rem);
    }

    .testimonialSlider li.review:not(:last-child) {
        margin-right: 1rem;
    }

    .testimonialSlider li.review {
        width: calc(33% - 0.5rem);
    }

    .logoSlider li.logoItem:not(:last-child) {
        margin-right: 3rem;
    }

    .logoSlider li.logoItem {
        width: calc(20% - 2.5rem);
    }

    .ss-recently-viewed_wrapper .ProductItem {
        width: calc(25% - 8px);
    }

    .ss-collections-list_wrapper .collections-list_item:not(:last-child) {
        margin-right: 1rem;
    }

    .ss-collections-list_wrapper .collections-list_item {
        width: calc(20% - 1.5rem);
    }

    #main-cart-footer .cart__footer {
        padding-top: 0;
    }

    body .swymcs-wishlist-image-container {
        height: 450px;
    }

    .header__icons .header__icon--account.link {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .prod-sugg #usf_container .product-grid li.usf-sr-product.grid__item {
        width: calc(33% - 1rem);
    }

    .testimonialSlider li.review {
        width: calc(50% - 0.5rem);
    }

    .logoSlider li.logoItem {
        width: calc(25% - 2rem);
    }

    .ss-recently-viewed_wrapper .ProductItem {
        width: calc(33% - 3px);
    }

    .ss-collections-list_wrapper .collections-list_item {
        width: calc(25% - 1.5rem);
    }

    .featured-collection .quick-add.no-js-hidden {
        transform: translateZ(0);
        top: 0;
        background: none;
        box-shadow: none;
        opacity: 0.7;
    }

    body.usf-mobile .usf-sr-product__image-container .usf-sr-preview {
        background: transparent;
    }
}

@media screen and (min-width: 990px) {
    #swym-wishlist-render-container .swym-ui-component ul.swym-wishlist-grid li {
        width: 25%;
        margin: 0 0 4% 0;
        padding: 0 10px;
    }
    .rich-text__wrapper .rich-text__blocks {
        max-width: 100rem;
    }
    #contactFormWrapper div:has(.cf-turnstile) {
        position: absolute;
        bottom: -10px;
        right: 0;
    }
}

@media screen and (min-width: 990px) and (max-width: 1249px) {
    .featured-collection .product-grid li.grid__item {
        width: 100%;
        max-width: 23.8%;
    }
    .template-collection #ProductGridContainer ul.product-grid li.grid__item {
        width: calc(33% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
        max-width: calc(33% - var(--grid-desktop-horizontal-spacing)* 4 / 5);
    }
}

@media screen and (max-width: 990px) {
    .blog-articles.grid-style-2 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .blog-zigzag .image-with-text__content .metafield-rich_text_field {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .featured-collection .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
        width: calc(33% - var(--grid-mobile-horizontal-spacing) - 1rem);
    }

    .social_grid {
        overflow-x: hidden;

        .social_grid__items {
            display: flex;
            flex-wrap: nowrap;
            gap: 0;
            margin: 0;
            padding-bottom: 2rem;
            overflow-x: auto;
            overscroll-behavior-x: contain;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            padding-top: 3rem;

            .social_grid__item {
                scroll-snap-align: start;
                width: 33%;

                .image_wrapper {
                    width: 32vw;
                }
            }

            .social_grid__item:not(:last-child) {
                margin-right: 1rem;
            }
        }
    }

    body .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-image-wrapper {
        max-height: 75vw;
    }
}

@media screen and (min-width: 769px) and (max-width: 921px) {
    .wishlistpage .product .buttons a.btn:first-child {
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 769px) {
    .wishlistpage .wishlistbodycontainer .product .image img {
        height: 300px;
    }

    #usf_container .usf-sr-config {
        margin-top: -65px;
    }
}

@media screen and (min-width: 750px) and (max-width: 1249px) {
    :is(body .MainProduct .product) :is(.product__media-wrapper, .product__info-wrapper) {
        width: 50%;
        max-width: 50%;
    }

    body .product .product__info-wrapper {
        padding-left: 2.5rem;
    }
}

@media screen and (min-width: 750px) and (max-width: 1099px) {
    .footer .footer__content-top .footer-block.grid__item {
        width: 49%;
    }

    body .footer .footer__content-top {
        padding: 0 2.5rem
    }
}

@media screen and (min-width: 750px) {
    .shipping-sec.mobile-only {
        display: none;
    }

    .footer-block.footer-block--menu {
        padding-left: 3rem;
    }

    body main .page-width {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    body header.header:not(.drawer-menu).page-width {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    header-drawer {
        padding-left: 1rem;
    }

    .book_appointment.mob-only {
        display: none;
    }
}

@media screen and (max-width: 749px) {
    .product .price {
        font-size: 2.2rem;
    }
    div.rich-text .rich-text__wrapper {
        width: 100% !important;
    }
    body #shopify-chat inbox-online-store-chat#ShopifyChat {
        right: 1px !important;
        bottom: -1px !important;
    }
    .more-swatch-mobile {
        display: none;
    }

    .color-swatch_wrapper.active .more-swatch-mobile {
        display: block;
    }

    .collection.page-width {
        overflow-x: hidden;
    }

    .shipping-sec.large-d {
        display: none;
    }

    .shipping-sec.mobile-only table {
        width: 100%;
    }

    .MainProduct .page-width {
        padding: 0;
    }

    .collection-hero .collection-hero__inner .collection-hero__description {
        font-size: 12.5px;
    }

    header-drawer {
        padding-left: 0.5rem;
        padding-top: 0.5rem;
    }

    :is(button.needsclick span.needsclick) :is(span, p) {
        font-size: 11px !important;
    }

    .collection .slider-buttons {
        right: 1.5rem;
    }

    .collection .slider-buttons .slider-button svg {
        height: 1.4rem;
    }

    footer .footer__content-top {
        padding: 0 3rem;

        .footer-block--menu a {
            padding: 0.5rem 0;
        }
    }

    #ProductGridContainer .usf-sr-config {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    div:has(#ProductGridContainer) {
        padding-top: 0.7rem;
    }

    .section-breadcrumbs:has(.prod_breadcrumbs) {
        margin-top: -1.5rem;
    }

    .section-relatedcol-tags .rich-text.content-container {
        background: transparent;
    }

    #ProductGridContainer .usf-sr-config .usf-filters .usf-btn,
    #ProductGridContainer .usf-sr-config .usf-c-select__input-value {
        padding: 4px 15px;
        height: auto;
    }

    #ProductGridContainer .usf-sr-config .usf-filters .usf-btn::before {
        font-size: 15px;
    }

    .cart__items-wrapper .cart__contents #main-cart-items tbody tr.cart-item {
        padding: 1.5rem;
    }

    .wishlistpage {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .blog-articles.grid-style-2 .blog-articles__article .card__information .card__heading {
        font-size: 1.6rem;
    }

    .product-card-wrapper .variant-selects .product-form__input li {
        width: 23px;
        height: 23px;
    }

    .featured-collection .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
    body .grid--peek .grid__item {
        width: calc(50% - var(--grid-mobile-horizontal-spacing) - 1rem);
    }

    .hdr-topbar .topbar-item {
        text-align: center;
        justify-content: center;
    }

    .hdr-topbar .hdr-topbar_container.page-width {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .collection .slider-buttons {
        top: 30%;
        padding: 0 1.5rem;
    }

    body .yotpo-main-widget-layout .yotpo-header-container .yotpo-layout-header-wrapper {
        padding: 0 !important;

        .yotpo-bottom-line {
            margin-bottom: 1.5rem !important;
        }
    }

    body .yotpo-main-widget-layout .yotpo-review-title {
        font-size: 2.2rem;
        line-height: 1.4;
    }

    .ss-collections-list_wrapper .collections-list_item {
        width: calc(33% - 1rem);
    }

    body .header-localization .disclosure__list-wrapper.country-selector {
        top: auto !important;
    }
    .login_save {
        flex-direction: column;
    }
    .login_save #create_customer {
        flex-wrap: wrap;
        justify-content: center;
    }
      body .wishlist-top {
        justify-content: center;
        gap: 3rem;
    }
    section.shopify-pc__banner__dialog {
        padding-left: 2.2rem;
        padding-right: 2.2rem;
    }
    .shopify-pc__banner__dialog .shopify-pc__banner__btns button {
        margin-top: 5px;
    }
    .shopify-pc__banner__dialog .shopify-pc__banner__body p {
        font-size: 12px;
    }
    .tab-collection li.product_item {
        width: calc(33% - 0.75rem);
    }
    body .location_popup_inner {
        min-width: auto;
        margin-left: 5px;
        margin-right: 5px;
    }
    .rich-text__big-button .button {
        padding: 20px 30px;
        font-size: 16px;
    }
    .snap_nav .btn.button-prev {
        left: 2rem;
    }
    .snap_nav .btn.button-next {
        right: 2rem;
    }
}

@media screen and (min-width: 600px) {}

@media screen and (max-width: 599px) {
    :is(.header__icons) :is(.header__search, .header__icon--account.link, .header__icon--cart) {
        width: 4rem;
    }

    .header__icons .header__icon--cart .icon-cart {
        transform: scale(1.1);
    }

    .prod-sugg #usf_container .product-grid li.usf-sr-product.grid__item {
        width: 49%;
    }

    .blog-articles.grid-style-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-card-wrapper .card__inner {
        height: 300px;
    }

    .testimonialSlider li.review {
        width: calc(100%);
    }

    .logoSlider li.logoItem:not(:last-child) {
        margin-right: 2rem;
    }

    .logoSlider li.logoItem {
        width: calc(33% - 1rem);
    }

    .social_grid .social_grid__items .social_grid__item {
        width: 50%;

        .image_wrapper {
            width: 47vw;
        }
    }

    .ss-recently-viewed_wrapper .ProductItem {
        width: calc(50% - 5px);
    }

    .ss-collections-list_wrapper .collections-list_item {
        width: calc(50% - 1rem);
    }

    .banner_content .banner_buttons {
        flex-direction: column;
    }

    .collection_boxes .collage__item-video:has(picture) {
        padding-bottom: 130%;
    }

    body div:has(#ProductGridContainer) {
        padding-top: 0;
    }
    .product-card-wrapper .card__information .card__heading {
        font-size: 0.9rem;
        /* word-spacing: -1px; */
    }
    .product-card-wrapper .card .card__content {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    body .swymcs-wishlist-image-container {
        height: 300px;
    }
      header.header {
        padding-left: 0.5rem;
        padding-right: 1rem;
    }
    .tab-collection li.product_item {
        width: calc(50% - 0.5rem);
    }
    .ss-featured-tabs.page-width {
        padding-left: 5px;
        padding-right: 5px;
    }
    .card-wrapper.product-card-wrapper .color-swatch_wrapper a {
        width: 25px;
        height: 25px;
    }
    .yotpo-reviews-tab .yotpo-reviews-tab-floating-tab {
        padding: 6px;
    
        svg.yotpo-star-rating-icon {
            height: 10px;
            width: 10px;
        }
    
        .yotpo-floating-tab-text {
            font-size: 12px;
            line-height: 1;
        }
    }
    html body .uwy.userway_p5 div.userway_buttons_wrapper {
        bottom: 75px;
        right: 15px;
    }
    .prod-sugg {
        min-height: 450px;
    }
}

@media screen and (max-width: 375px) {
    .wishlistpage .product .buttons a.btn:first-child {
        margin-bottom: 1rem;
    }
}


.image-loader {
    position: absolute;
    display: block !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000005e;
}

.image-loader::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #000000;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.orbe-country-code--US .md-app-embed {
    display: none !important;
}

.image-lazy-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 999;
    /* Ensures the loader is on top */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

a.btn.klaviyo-bis-trigger:hover {
    background: #fff;
    color: #000;
}

a.btn.klaviyo-bis-trigger {
    display: block;
    background: #000;
    color: #fff;
    padding: 10px 0px;
    border: 1px solid;
    transition: .3s;
    max-width: 40rem;
}

/* .swym-htc-tabs,
.swym-wishlist-container-title-bar,
.header__icons .wishlist .swym-inject:nth-child(2),
button.f-button[data-fancybox-toggle-slideshow],
[data-fancybox-toggle-fullscreen],
[data-fancybox-toggle-thumbs] {
    display: none !important; 
}*/

#HeaderCountryForm>div {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 0 0px 15px;
}

html.js .header-localization:not(.menu-drawer__localization) .localization-form__select {
    min-width: 25px !important;
    width: auto !important;
    padding: 0;
    max-width: inherit !important;
}

body #swym-anchor {
    display: block !important;
}

.static-featured-collection {
    min-height: 690px
}
html body .uwy.userway_p5 .userway_buttons_wrapper {
    bottom: 90px;
    left: auto;
    right: 30px;
    display: none;
}

html body .uwy.userway_p5 .userway_buttons_wrapper.active-now {
    display: flex;
}

/* SOBooster Suggestion Section Styling */
body .usf-results.product-grid.usf-grid li .card__inner {
    border: 1px solid #f1f1f1;
}

body.usf-mobile .usf-results.product-grid.usf-grid li .card__inner {
    height: 300px;
}

.product-grid.usf-grid li .card__inner img {
    object-fit: cover;
    object-position: top;
}

.card__media,
.card .media {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.card .media {
    width: 100%;
}

body .usf-results.product-grid li .usf-swatchs ul li.usf-hidden {
    display: none;
}

.product-card-wrapper span.usf-tooltip.usf-tooltip-top {
    width: fit-content;
}

@media screen and (min-width: 1651px) {
    body .usf-results.product-grid.usf-grid li .card__inner {
        height: 490px;
    }
}
@media screen and (max-width: 767px) {.header__heading{width:140px}}
@media screen and (max-width: 1650px) {
    body .usf-results.product-grid.usf-grid li .card__inner {
        height: 450px;
    }
}

/* END - SOBooster Suggestion Section Styling */


/* body .header__heading-logo-wrapper{width:110px;} */
body .calendly-close-overlay{display:block}

/*18th  August  2025 */
.header__heading-logo {
    max-width: 130px;
}
.header_icons.header_icons--localization.header-localization {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0px;
}
header.header.header--top-left.header--mobile-center.page-width {
    margin-top: 2px;
}
.header__brands .brandMenu_list li {
    border-left: 1px solid #e5e5e5;
    padding-top: 23px !important;
    padding-bottom: 0px !important;
    margin: 0px;
}
.BrandMenu_link {
    color: #6B6B6B;
}
header.header h1.header__heading.ss-justify-self-start.ss-w-full {
    border-top: none;
}
.header__brands .brandMenu_list li:hover {
    border-top: 2px solid #000;
}
 
 /* 18th  August  2025 */ */

