/** Shopify CDN: Minification failed

Line 175:9 Cannot use type selector "summary" directly after nesting selector "&"
Line 581:8 Comments in CSS use "/* ... */" instead of "//"
Line 1650:9 Cannot use type selector "summary" directly after nesting selector "&"
Line 2004:1 Expected "}" to go with "{"

**/
/* Start common css */
/* @font-face {
    font-family: 'DIN 2014';
    src: url('\DIN2014-Regular.eot');
    src: url('https://cdn.shopify.com/s/files/1/0811/2249/2644/files/DIN2014-Regular.eot?v=1777062659?#iefix') format('embedded-opentype'),
        url('https://cdn.shopify.com/s/files/1/0811/2249/2644/files/DIN2014-Regular.woff2?v=1777062657') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0811/2249/2644/files/DIN2014-Regular.woff?v=1777062658') format('woff'),
        url('https://cdn.shopify.com/s/files/1/0811/2249/2644/files/DIN2014-Regular.ttf?v=1777062658') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

/* body {
    font-family: 'DIN 2014', sans-serif !important;
} */



body {
    font-family: 'DIN 2014';
    line-height: unset;
    letter-spacing: 0;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    font-family: 'WWF';
    line-height: unset;
}
img {
    max-width: 100%;
}
.button {
    height: unset;
    font-size: 35px;
    transition: 0.3s;
    font-family: 'WWF';
    line-height: unset;
    text-transform: uppercase;
    border: 3px solid transparent;
    padding: 3px calc(3.5rem - 3px) 10px;
    &.with-radius {
        border-radius: 12px;
    }
    &.button-custom-orange {
        color: #fff;
        background-color: #EC672C;
        &:hover {
            border-color: #EC672C;
            background-color: rgba(236, 103, 44, 0.4);
        }
    }
    &.button-custom-black {
        color: #fff;
        background-color: #000;
        &:hover {
            border-color: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
    }
    &.button-custom-white {
        color: #000;
        background-color: #fff;
        &:hover {
            color: #fff;
            border-color: #fff;
            background-color: rgba(255, 255, 255, 0.4);
        }
    }
    &.on-hover-dark {
        &.button-custom-orange {
            &:hover {
                background-color: rgba(236, 103, 44, 0.7);
            }
        }
        &.button-custom-black {
            &:hover {
                background-color: rgba(0, 0, 0, 0.85);
            }
        }
        &.button-custom-white {
            &:hover {
                color: #000;
                background-color: rgba(255, 255, 255, 0.7);
            }
        }
    }
    &.on-hover-orange {
        &:hover {
            color: #fff;
            border-color: #EC672C;
            background-color: #EC672C;
        }
    }
    &.on-hover-black {
        &:hover {
            color: #fff;
            border-color: #000;
            background-color: #000;
        }
    }
    &.on-hover-white {
        &:hover {
            color: #000;
            border-color: #fff;
            background-color: #fff;
        }
    }
    &::after, &:before {
        content: none;
    }
}
.section-title {
    font-size: 36px;
    color: #000;
    margin-bottom: 60px !important;
    font-family: 'DIN 2014';
    line-height: unset;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}
/* End common css */

/* Start announcement bar css */
.announcement-bar-sec {
    background-image: url('https://cdn.shopify.com/s/files/1/0811/2249/2644/files/announcement-bg.png?v=1777043138');
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-attachment: fixed;
    & .announcement-bar__message {
        text-align: center;
        display: flex;
        align-items: center;
        min-height: unset;
        padding: 2rem 0;
    }
}
/* End announcement bar css */
/* Start Header css */
.shopify-section-header-sticky:has([data-sticky-type="on-scroll-up"]) {
    top: 0;
    z-index: 50;
}
.header__heading-link {
    margin-right: 45px;
}

.header-menu {
    text-transform: uppercase;
    & * {
        text-decoration: none !important;
    }
    & a, span {
        font-size: 16px;
    }
    & .header__menu-item {
        padding: 6px 15px;
        color: #8e8e8e;
        background-color: transparent;
        transition: 0.3s;
        &.header__active-menu-item {
            color: #fff;
            background-color: #EC672C;
        }
        &summary {
            padding-right: 25px;
            & .icon-caret {
                right: 5px;
                top: 0;
                width: 12px;
                height: auto;
            }
        }
    }
    & summary.header__menu-item {
        padding-right: 25px;
        & .icon-caret {
            right: 7px;
            top: unset;
            width: 14px;
            height: auto;
        }
    }
    & .header__submenu {
        width: unset;
        padding: 0;
        border: 0;
        & .header__menu-item {
            color: #fff;
            background-color: #000;
            border-top: 2px solid #fff;
            &.list-menu__item--active {
                background-color: #EC672C;
            }
        }
    }
    details[open] {
        &>.header__menu-item {
            color: #fff;
            background-color: #EC672C;
        }
    }
    .menu-active {

    }
}

.header__icons {
    gap: 0 12px;
    & .header__icon {
        color: #000;
        &.wl-header-btn {
            & svg {
                width: 35px;
                height: 35px;
            }
        }
        &.is-active {
            color: #fff;
            border-radius: 10px;
            background-color: #EC672C;
            & .cart-count-bubble {
                color: #EC672C;
                background-color: #fff;
            }
        }
    }
    & .cart-count-bubble {
        top: 4px;
        color: #fff;
        width: 16px;
        height: 16px;
        bottom: unset;
        font-size: 13px;
        padding-top: 2px;
        letter-spacing: 0;
        background-color: #000;
    }

}
/* End Header css */

/* Start SlideShow css */
.home-page-slideshow {
    & .slideshow {
        & .banner__box {
            max-width: 600px;
            &>*+.banner__buttons {
                margin-top: 3rem;
            }
        }
        & .banner__text {
            color: #fff;
            font-size: 20px;
        }
    }
    & .slideshow__controls {
        position: absolute;
        width: 100%;
        bottom: 30px;
        border: 0;
        & .slideshow__autoplay {
            display: none;
        }
        & .slider-button {
            color: #fff;
            outline: 0;
            box-shadow: none;
            &.slider-button--prev, &.slider-button--next {
                right: 85px;
                height: 47px;
                width: 47px;
                bottom: 0;
                position: absolute;
                border-radius: 50%;
                transition: 0.3s;;
                border: 2px solid currentColor;
                background-color: transparent;
                & .icon.icon-caret {
                    height: 17px;
                }
                &:hover {
                    color: #fff;
                    background-color: rgba(255, 255, 255, 0.3);
                }
            }
            &.slider-button--prev {
                right: 150px;
                & .icon.icon-caret {
                    height: 17px;
                    margin-left: -2px;
                }
            }
        }
        & .slider-counter .slider-counter__link--dots {
            padding: 0.5rem;
            & .dot {
                border: 0;
                width: 8px;
                height: 8px;
                background-color: #fff;
                opacity: 0.5;
            }
            &.slider-counter__link--active {
                & .dot {
                    opacity: 1;
                }
            }
        }
    }
}
/* End SlideShow css */

/* Start Product box css */
.product-grid {
    .card-wrapper {
        background-color: #fff;
        & .card__content {
            & .card__information {
                padding-top: 2rem;
                padding-left: 3rem;
                padding-right: 2.5rem;
                padding-bottom: 4rem;
                gap: 1rem;
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                & .rating-wpr {
                    width: unset;
                    & .rating {
                        color: #292929;
                        font-size: 1.6rem;
                        display: flex;
                        align-items: center;
                        gap: 5px;
                        & .rating-img {
                            margin-left: 2px;
                        }
                    }
                }
                & .card__heading-n-price {
                    flex: 1 0 0;
                    min-width: 150px;
                    display: grid;
                    grid-template-columns: minmax(0, 1fr);
                    & .card__heading > a {
                        font-size: 16px;
                        color: #292929;
                        text-decoration: none;
                        font-family: 'DIN 2014';
                        font-weight: 600;
                        line-height: 1.2;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                    }
                }
                & .price {
                    font-size: 27px;
                    color: #646464;
                    line-height: 35px;
                    margin-top: 5px;
                    &.price--on-sale .price-item--regular {
                        display: none !important;
                    }
                }
            }
            & .card__badge .badge {
                font-family: 'WWF';
                line-height: unset;
                text-transform: uppercase;
                border-radius: 0;
                font-size: 16px;
                border: 0;
                padding: 2px 17px 4px;
                color: #fff;
                &.sale-badge {
                    background: #EC672C;
                }
                &.sale-badge {
                    background: #EC672C;
                }
                &.new-badge {
                    background: #fff;
                    color: #454545;
                }
            }
        }
        & .card--media .card__inner .card__content {
            padding: 15px;
        }
    }
}
/* End Product box css */

/* Start Footer css */
.footer {
    & .footer__content-top {
        padding-top: 140px;
        padding-bottom: 140px;
        & .footer__blocks-wrapper {
            display: flex;
            gap: 40px 20px;
            justify-content: space-between;
            & .footer-block--menu {
                & .footer-block__heading {
                    color: #fff;
                    font-size: 20px;
                    font-weight: normal;
                    font-family: 'DIN 2014';
                    margin-bottom: 20px;
                }
                & .footer-block__details-content {
                    &>li:not(:last-child) {
                        margin-bottom: 10px;
                    }
                    & .list-menu__item--link {
                        font-size: 18px;
                        color: #848484;
                        padding: 0;
                        line-height: 23px;
                        transition: 0.3s;
                        &:hover, &.list-menu__item--active {
                            color: #fff;
                            text-decoration: none;
                        }
                    }
                }
            }
            & .footer-block__social {
                align-self: center;
                & .footer__list-social {
                    gap: 30px;
                    & .list-social__link {
                        padding: 0;
                        opacity: 1;
                        transition: 0.3s;
                        &:hover {
                            opacity: 0.5;
                        }
                    }
                }
                & .svg-wrapper {
                    height: 40px;
                    width: 40px;
                }
            }
            & .newsletter-n-payment {
                width: 100%;
                max-width: 410px;
                &.only-payment {
                    align-self: center;
                }
            }
            & .footer__payment {
                margin: 0;
                & .list-payment {
                    background: #fff;
                    margin: 0;
                    display: flex;
                    gap: 15px;
                    justify-content: space-evenly;
                }
            }
            & .footer-block__newsletter {
                & .newsletter-form, & .newsletter-form__field-wrapper {
                    max-width: unset;
                }
                & .footer-block__heading {
                    color: #fff;
                    font-size: 32px;
                    line-height: normal;
                    font-weight: normal;
                    font-family: 'DIN 2014';
                }
                & .field {
                    padding: 1px;
                    overflow: hidden;
                    border-radius: 100px;
                    &:after {
                        border-radius: 100px !important;
                    }
                    & .field__input {
                        font-size: 18px;
                        height: 47px;
                        border-radius: 100px;
                        padding-left: 30px;
                        &:focus~.field__label, 
                        &:not(:placeholder-shown)~.field__label, 
                        &:-webkit-autofill~.field__label {
                            top: 3px;
                            font-size: 12px;
                        }
                    }
                    & .field__label {
                        top: 13px;
                        left: 30px;
                        font-size: 18px;
                    }
                    & .newsletter-form__button {
                        margin-right: 7px;
                    }
                }
            }
        }
    }
    & .footer__content-bottom {
        padding-top: 0;
        border: 0;
        & .footer-contact-info {
            width: 100%;
            padding-top: 30px;
            text-align: center;
            border-top: 1px solid #707070;
            & p {
                margin: 0;
                font-size: 18px;
                color: #848484;
                &:not(:last-child) {
                    margin-bottom: 10px;
                }
                & a {
                    color: inherit;
                    text-decoration: none;
                    transition: 0.3s;
                    &:hover {
                        color: #fff;
                    }
                }
            }
        }
    }
}
/* End Footer css */

/* Start Custom collection filter css */
.custom-filter.facets-container {
    padding: 0;
    & .facets__wrapper {
        row-gap: 12px;
        column-gap: 30px;
    }
    & .main-filter-label {
        margin: 0;
        width: 100%;
        font-size: 16px;
        color: #919191;
        line-height: unset;
    }
    & .facets__header {
        display: none;
    }
    & .facets__disclosure {
        margin: 0;
        &[open] {
            & .custom-dropdown-header {
                box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
            }
        }
    }
    & .custom-dropdown-header {
        gap: 15px;
        margin: 0;
        display: flex;
        min-width: 390px;
        transition: 0.3s;
        background: white;
        align-items: center;
        padding: 1.5rem 2rem;
        outline: 0 !important;
        // border: 1px solid #d1d1d1;
        justify-content: space-between;
        & .facets__summary-label {
            font-size: 16px;
            color: #292929;
            text-transform: uppercase;
            text-decoration: none !important;
        }
        & .icon-caret {
            top: unset;
            width: 20px;
            right: unset;
            height: unset;
            color: #383838;
            position: relative;
        }
    }
    & .parent-display {
        left: 0;
        top: 100%;
        border: 0;
        width: 100%;
        box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    }
    & .custom-radio-filters {
        padding: 0;
        & .custom-filter-item.disabled {
            display: none;
        }
        & .custom-filter-label {
            color: #292929;
            font-size: 16px;
            display: flex;
            align-items: center;
            width: 100%;
            padding: 1.2rem 2rem;
            cursor: pointer;
            margin: 0;
            transition: 0.3s;
            &:has(.custom-filter-radio:checked) {
                color: #fff;
                background-color: #EC672C;
            }
        }
        & .custom-filter-radio {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
        }
        & .facet-checkbox > svg {
            display: none !important;
        }
    }
    & .active-facets {
        display: none;
    }
    & .product-count {
        display: none;
    }
    & .sorting {
        padding: 0;
        align-self: flex-end;
        & .custom-dropdown-header {
            min-width: 130px;
            & .facets__summary-label {
                text-transform: unset;
            }
            & .arrow-icon {
                width: 30px;
                height: 30px;
                display: flex;
                color: #383838;
                transition: 0.3s;
                border-radius: 50%;
                align-items: center;
                justify-content: center;
                border: 1px solid #b9b9b9;
            }
            & .icon-caret {
                width: 14px;
                margin-top: 1px;
            }
        }
        & .custom-radio-filters {
            & .custom-filter-label {
                justify-content: center;
            }
        }
        & .facets__disclosure {
            &[open] {
                & .custom-dropdown-header {
                    & .arrow-icon {
                        border-color: #434343;
                        background-color: #EC672C;
                    }
                }
            }
        }
    }
    & .facets__form {
        grid-template-columns: 1fr max-content;
    }
}
/* End Custom collection filter css */

/* Start Product page css */
.product {
    & .product__media-wrapper {
        max-width: 660px !important;
        & .product-media-container {
            border: 0;
            & .media {
                padding-top: 100%;
                border-radius: 22px;
                container-type: inline-size;
            }
        }
        & .product__media-list {
            margin-bottom: 12px;
        }
        & .thumbnail-list {
            padding: 0 !important;
            & .thumbnail {
                border-radius: 22px;
                border: 2px solid transparent;
                &[aria-current] {
                    border-color: #000;
                    box-shadow: none;
                }
            }
        }
        & .thumbnail-slider {
            & .slider-button {
                left: 0;
                z-index: 1;
                transition: 0.3s;
                position: absolute;
                border-radius: 50%;
                color: #383838;
                border: 2px solid #B9B9B9;
                background-color: rgba(255, 255, 255, 0.7);
                &:hover {
                    background-color: #fff;
                }
                &.slider-button--next {
                    right: 0;
                    left: unset;
                }
                & .icon {
                    height: 10px;
                }
            }
        }
    }
    & .product__info-wrapper {
        padding-left: 10rem;
        & .product__info-container {
            max-width: 65rem;
        }
        & .product__title h1 {
            font-size: 36px;
            font-weight: normal;    
            font-family: 'DIN 2014';
        }
        & .jdgm-preview-badge .jdgm-star.jdgm-star {
            color: #000;
        }
        & .price {
            margin-top: 30px;
            & .price-item {
                margin: 0;
                color: #000;
                font-size: 40px;
            }
            & .price__sale {
                & .price-item--regular {
                    font-size: 20px;
                    padding: 0 10px;
                    position: relative;
                    text-decoration: none;
                    &::after {
                        left: 0;
                        top: calc(50% - 0.1em);
                        content: "";
                        height: 2px;
                        width: 100%;
                        position: absolute;
                        background-color: #EC672C;
                    }
                }
            }
        }
        .product-feature-icons {
            gap: 12px;
            display: grid;
            margin: 20px 0;
            grid-template-columns: repeat(5, 1fr);
            & .feature-item {
                width: 100%;
                min-height: 115px;
                display: flex;
                gap: 10px;
                flex-direction: column;
                align-items: center;
                padding: 10px;
                text-align: center;
                background-color: #ec672c;
                & img {
                    width: 60px;
                    height: 60px;
                    object-fit: contain;
                }
                & .feature-name {
                    color: #fff;
                    font-size: 18px;
                    font-weight: normal;
                    margin: auto;
                    text-transform: uppercase;
                    line-height: 20px;
                }
            }
        }
        & .product-form__input {
            max-width: 100%;
            & .form__label {
                font-size: 16px;
                color: #5f5f5f;
                & .selected-value {
                    color: #000;
                }
            }
            &.product-form__input--pill {
                & input[type=radio] {
                    &+label {
                        color: #000;
                        font-size: 16px;
                        border: 1px solid #c9c9c9;
                    }
                    &:checked+label {
                        color: #fff;
                        font-size: 16px;
                        background-color: #000;
                        border-color: #2f2f2f;
                        outline: 1px solid #2f2f2f;
                    }
                }
            }
        }
        & .product-form__quantity {
            & .quantity {
                width: 110px;
                min-height: 40px;
                border-radius: 100px;
                border: 1px solid #c9c9c9;
                & * {
                    font-family: 'DIN 2014';
                }
                &:after {
                    box-shadow: none;
                }
            }
            & .quantity__input {
                color: #000;
                outline: 0;
                box-shadow: none;
                background-color: transparent;
            }
            & .quantity__button {
                width: 36px;
                color: #000;
            }
        }
        & .product-form-main {
            margin: 0;
            margin-top: 65px;
            display: flex;
            flex-direction: row;
            align-items: flex-end;
            gap: 1.5rem;
            & .product-form {
                flex: 1;
                margin: 0;
            }
            & .wl-btn {
                width: 6rem;
                height: 6rem;
                padding: 0;
                & .wl-icon svg {
                    width: 26px !important;
                    height: 26px !important;
                }
            }
            & .product-form__buttons {
                max-width: 100%;
            }
            & .shopify-payment-button__button {
                color: #fff;
                height: unset;
                font-size: 35px;
                transition: 0.3s;
                font-family: 'WWF';
                line-height: unset;
                border-radius: 12px;
                text-transform: uppercase;
                background-color: #EC672C;
                border: 3px solid transparent;
                padding: 3px calc(3.5rem - 3px) 10px;
                &::after, &::before {
                    border: 0;
                    outline: 0;
                    box-shadow: none;
                }
                &:hover {
                    border-color: #EC672C;
                    background-color: rgba(236, 103, 44, 0.7);
                }
            }
        }
    }
}
.product-specs-wrapper {
    &.for-mobile {
        display: none !important;
    }
}
/* End Product page css */


/* Start product badge css */
.promo-badge-wpr {
    position: absolute !important;
    top: 5% !important;
    right: 10% !important;
    left: unset !important;
    height: unset !important;
    width: unset !important;
    overflow: unset !important;
}
.promo-badge {
    font-family: WWF;
    background: #000;
    color: #fff;
    padding: 0 5px 8px;
    transform: skew(0, -7deg) scaleX(.92);
    font-size: 8cqi;
    text-align: center;
    line-height: 80%;
    text-transform: uppercase;
}
/* End product badge css */

/* Start cart page */

.cart-page-title {
    margin-top: 0;
    color: #000;
    font-size: 32px;
    font-weight: 600;
    font-weight: normal;
    letter-spacing: unset;
    font-family: 'DIN 2014';
    margin-bottom: 17px;
}

#MainContent:has(> [id*="__cart-items"]) {
    display: flex !important;
    width: 100%;
    column-gap: 6rem;
    align-items: start;
    max-width: 1740px;
    margin: 0 auto;
    padding: 0 5rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
#MainContent > [id*="__cart-items"] {
    width: calc(60% - 3rem);
    max-width: 900px;
}
#MainContent > [id*="__cart-footer"] {
    width: calc(40% - 3rem);
    max-width: 600px;
}
#MainContent > [id*="__cart-items"]:has(> cart-items.is-empty) {
    width: 100%;
    max-width: unset;

}
#MainContent:has(> [id*="__cart-items"]) > *:not([id*="__cart-items"]):not([id*="__cart-footer"]) {
    width: 100%;
}

.cart__items  {
    padding: 0 !important;
    border: 0 !important;
    & .cart-item {
        display: flex;
        gap: 30px;
        padding: 20px 0;
        flex-direction: column;
        border-bottom: 1px solid #c9c9c9;
        &:first-child {
            padding-top: 0;
        }
        & .cart-product-info {
            display: flex;
            gap: 25px;
        }
        & .cart-item__media {
            width: 32.5rem;
            overflow: hidden;
            aspect-ratio: 1 / 1;
            border-radius: 22px;
            border: 1px solid #c9c9c9;
            & .cart-item__link {
                z-index: 1;
                border-radius: 22px;
            }
            & .cart-item__image-container {
                border: 0;
                width: 100%;
                height: 100%;
                & .cart-item__image {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                    object-position: center center;
                }
            }
        }
        & .cart-item__details {
            flex: 1 0 0;
            width: unset;
            &>* {
                max-width: unset;
            }
            & .cart-item__name {
                font-size: 4rem;
                font-weight: normal;
                letter-spacing: unset;
                font-family: 'DIN 2014';
            }
            & .product-option {
                font-size: 26px;
                line-height: unset;
                color: #5f5f5f;
                & dd {
                    color: #000;
                }
            }
        }
        & .cart-item__quantity {
            padding: 0;
            & .quantity-popover-container {
                padding: 0;
            }
            & .quantity {
                    width: 140px;
                    min-height: 50px;
                    border-radius: 20px;
                    border: 1px solid #c9c9c9;
                    & * {
                        font-family: 'DIN 2014';
                    }
                    &:after {
                        box-shadow: none;
                    }
                }
                & .quantity__input {
                    outline: 0;
                    color: #000;
                    box-shadow: none;
                    font-size: 20px;
                    background-color: transparent;
                }
                & .quantity__button {
                    width: 50px;
                    color: #000;
                    & .svg-wrapper {
                        width: 13px;
                    }
                }
        }
        & .cart-item__totals {
            display: none !important;
        }
    }
}

.cart__footer {
    max-width: 510px;
    padding: 0 !important;
    border: 0 !important;
    & .cart__blocks {
        margin: 0;
        width: 100%;
    }
    & .js-contents {
        margin: 0;
        margin-bottom: 90px;
    }
    & .summary-list {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        &.summary-total-value {
            margin-top: 20px;
            margin-bottom: 0;
            padding: 1.5rem 0;
            border-top: 1px solid #c9c9c9;
            border-bottom: 1px solid #c9c9c9;
        }
        & .summary-title, & .summary-value {
            margin: 0;
            font-size: 24px;
            color: #585858;
            font-weight: normal;
            letter-spacing: unset;
        }
        & .summary-title {
            font-family: 'DIN 2014';
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        & .summary-value {
            color: #000;
            white-space: nowrap;
        }
    }
    & .tax-note {
        display: none;
    }
    & .cart__checkout-button {
        max-width: unset;
    }
}
.cart-notification .button {
    font-size: 1.8rem;
    line-height: 1.1;
}
/* End cart page */


/* =========================
   MOBILE RESPONSIVE
========================= */
@media screen and (min-width: 1349px){
    .product {
        & .product__info-wrapper {
            & .product-form-main {
                & .wl-btn {
                    width: 8.2rem;
                    height: 8.2rem;
                }
            }
        }
    }
}

@media screen and (max-width: 749px) {

/* Start SlideShow css */
.home-page-slideshow {
    & .slideshow__controls {
        gap: 15px;
        bottom: 0;
        padding-bottom: 15px;
        & .slider-button {
            &.slider-button--prev, &.slider-button--next {
                position: unset;
            }
        }
    }
    & .slideshow__text.banner__box > *:last-child {
        margin-bottom: 50px;
    }
}
/* End SlideShow css */

.product {
    & .product__info-wrapper {
        padding-left: 0rem;
        .product-feature-icons {
            grid-template-columns: repeat(3, 1fr);
        }
        & .product__info-container {
            margin-top: 30px;
        }
        & .product__title h1 {
            font-size: 23px !important; 
        }
        & .price {
            & .price-item {
              font-size: 23px !important; 
            }
        }
    }
    &.grid{
        padding: 0 10px;
    }
}

.price-per-item__container{
    align-items: flex-start !important;
}

.section-template--21854402838756__main-padding {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.product-specs-wrapper {
    display: none !important;
    &.for-mobile {
        display: block !important;
    }
}
.section-title {
    font-size: 28px;
}
.product-grid {
    & .card-wrapper {
        & .card__content {
            & .card__information {
                & .price {
                    font-size: 18px;
                    line-height: 20px;
                    margin-top: 5px;
                }
            }
        }
    }
}
.section-template--21854402642148__product-grid-padding {
    padding-top: 10px !important; 
    padding-bottom: 10px !important; 
}
}
.product__info-container .product__description ul li p {
    display: inline;
}
.product__info-container .product__description table p {
    margin: 0;
}
.cart-item cart-remove-button {
    align-items: center;
    & .button {
        min-width: 3.5rem !important;
        height: 3.5rem !important;
        width: 3.5rem !important;
    }
}
.cart-product-price-qty .cart-item__quantity-wrapper .wl-btn {
    height: 40px;
    font-size: 20px;
    width: auto;
    padding: 10px 15px;
    margin-left: 1rem;
    background: transparent;
    border-radius: 15px;
    border: 1px solid #c9c9c9;
    & .wl-icon {
        color: inherit;
    }
}
.cart-item__quantity-wrapper .wl-btn .wl-label {
    font-size: 1.6rem;
    color: #000000;
    text-transform: initial;
    font-family: 'DIN 2014';
}
cart-remove-button .button .svg-wrapper {
    width: 25px;
    height: 25px;
    & svg {
        height: 100%;
        width: 100%;
    }
}
.total_tooltip {
    position: relative;
}

.total_tooltip .tooltip_text {
    position: absolute;
    min-width: 16rem;
    background: #000;
    border-radius: 1rem;
    left: 50%;
    transform: translate(-50%, 0%);
    top: calc(100% + 1rem);
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    padding: 0.6rem;
    opacity: 0;
    visibility: hidden;
}

.total_tooltip:hover .tooltip_text {
    opacity: 1;
    visibility: visible;
}

.total_tooltip .tooltip_text:before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #000;
    transform: rotate(45deg);
    top: -5px;
    left: calc(50% - 0.5rem);
}

@media screen and (min-width: 1256px) and (max-width: 1536px) {

    /* Start cart page */

.cart-page-title {
    margin-top: 36px;
    color: #000;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: unset;
    font-family: 'DIN 2014';
    margin-bottom: 17px;
}

#MainContent:has(> [id*="__cart-items"]) {
    display: flex !important;
    width: 100%;
    column-gap: 4rem;
    align-items: start;
    margin: 0 auto;
    padding: 0 10rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
#MainContent > [id*="__cart-items"] {
    width: 60%;
    max-width: 900px;
}
#MainContent > [id*="__cart-footer"] {
    width: 40%;
    max-width: 600px;
}
#MainContent > [id*="__cart-items"]:has(> cart-items.is-empty) {
    width: 100%;
    max-width: unset;

}
#MainContent:has(> [id*="__cart-items"]) > *:not([id*="__cart-items"]):not([id*="__cart-footer"]) {
    width: 100%;
}


.cart__items  {
    padding: 0 !important;
    border: 0 !important;
    & .cart-item {
        display: flex;
        gap: 30px;
        padding: 20px 0;
        flex-direction: column;
        border-bottom: 1px solid #c9c9c9;
        &:first-child {
            padding-top: 0;
        }
        & .cart-product-info {
            display: flex;
            gap: 25px;
        }
        & .cart-item__media {
            width: 25rem;
            overflow: hidden;
            aspect-ratio: 1 / 1;
            border-radius: 22px;
            border: 1px solid #c9c9c9;
            & .cart-item__link {
                z-index: 1;
                border-radius: 22px;
            }
            & .cart-item__image-container {
                border: 0;
                width: 100%;
                height: 100%;
                & .cart-item__image {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                    object-position: center center;
                }
            }
        }
        & .cart-item__details {
            flex: 1 0 0;
            width: unset;
            &>* {
                max-width: unset;
            }
            & .cart-item__name {
                font-size: 23px;
                font-weight: bold;
                letter-spacing: unset;
                font-family: 'DIN 2014';
            }
            & .product-option {
                font-size: 15px;
                line-height: unset;
                color: #5f5f5f;
                & dd {
                    color: #000;
                }
            }
        }
        & .cart-item__quantity {
            padding: 0;
            & .quantity-popover-container {
                padding: 0;
            }
            & .quantity {
                    width: 140px;
                    min-height: 50px;
                    border-radius: 20px;
                    border: 1px solid #c9c9c9;
                    & * {
                        font-family: 'DIN 2014';
                    }
                    &:after {
                        box-shadow: none;
                    }
                }
                & .quantity__input {
                    outline: 0;
                    color: #000;
                    box-shadow: none;
                    font-size: 20px;
                    background-color: transparent;
                }
                & .quantity__button {
                    width: 50px;
                    color: #000;
                    & .svg-wrapper {
                        width: 13px;
                    }
                }
        }
        & .cart-item__totals {
            display: none !important;
        }
    }
}

.cart-product-price-qty .cart-item__quantity-wrapper .wl-btn {
    height: 50px;
    border-radius: 20px;
}
cart-remove-button .button {
    min-width: 3.5rem !important;
    width: 3.5rem !important;
}

.cart__footer {
    max-width: 510px;
    padding: 0 !important;
    border: 0 !important;
    & .cart__blocks {
        margin: 0;
        width: 100%;
    }
    & .js-contents {
        margin: 0;
        margin-bottom: 90px;
    }
    & .summary-list {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        &.summary-total-value {
            margin-top: 20px;
            margin-bottom: 0;
            padding: 1.5rem 0;
            border-top: 1px solid #c9c9c9;
            border-bottom: 1px solid #c9c9c9;
        }
        & .summary-title, & .summary-value {
            margin: 0;
            font-size: 15px;
            color: #585858;
            font-weight: normal;
            letter-spacing: unset;
        }
        & .summary-title {
            font-family: 'DIN 2014';
        }
        & .summary-value {
            color: #000;
            white-space: nowrap;
            font-weight: 700;
        }
    }
    & .tax-note {
        display: none;
    }
    & .cart__checkout-button {
        max-width: unset;
    }
}

#MainContent > [id*="__cart-items"] {
    width: 50%;
    max-width: 900px;
}
#MainContent > [id*="__cart-footer"] {
    width: 30%;
    max-width: 600px;
}
.total_tooltip svg {
    display: block;
    width: 1.4rem;
    height: auto;
}

/* End cart page */

}

@media screen and (max-width: 1536px) {
    .header__icons {
        gap: 5px;
        & .header__icon {
            & svg {
                max-height: 20px;
            }
            &.wl-header-btn {
                & svg {
                    max-height: 28px;
                }
            }
        }
    }
}

/* Media Query by PM */
@media screen and (max-width: 1350px) {
    :root {
        --font-heading-scale: 1;
    }

    .button {
        padding: 3px 24px;
        font-size: 2rem;
        line-height: 1.3;
    }
    .banner--medium:not(.banner--adapt) {
        min-height: 42rem;
    }
    .announcement-bar-sec {
       & .announcement-bar__message {
            padding: 1.2rem 0;
            font-size: 1.4rem;  
        }
    }
    .header__heading-logo {
        height: 5rem;
        width: auto;
    }
    .header__icon, .header__icon--cart .icon {
        height: 4rem !important;
        width: 4rem !important;
    }
    .hxxl {
        font-size: 5rem;
    }
    .home-page-slideshow {
        & .slideshow {
            & .banner__box {
                max-width: 50rem;
                &>*+.banner__buttons {
                    margin-top: 2rem;
                }
            }
            & .banner__text {
                color: #fff;
                font-size: 1.6rem;
            }
        }    
        & .slideshow__controls {
            position: absolute;
            width: 100%;
            bottom: 30px;
            border: 0;
            & .slider-button {
                color: #fff;
                outline: 0;
                box-shadow: none;
                &.slider-button--prev, &.slider-button--next {
                    right: 8.5rem;
                    height: 3.5rem;
                    width: 3.5rem;
                    & .svg-wrapper {
                        width: 1.5rem;
                        height: 1.5rem;
                    }
                    &:hover {
                        color: #fff;
                        background-color: rgba(255, 255, 255, 0.3);
                    }
                }
                &.slider-button--prev {
                    right: 13rem;
                    & .icon.icon-caret {
                        height: 17px;
                        margin-left: -2px;
                    }
                }
            }
            & .slider-counter .slider-counter__link--dots {
                padding: 0.5rem;
                & .dot {
                    border: 0;
                    width: 8px;
                    height: 8px;
                    background-color: #fff;
                    opacity: 0.5;
                }
                &.slider-counter__link--active {
                    & .dot {
                        opacity: 1;
                    }
                }
            }
        }
    }
    .header-menu {
    text-transform: uppercase;
    & * {
        text-decoration: none !important;
    }
    & a, span {
        font-size: 1.4rem;
    }
    & .header__menu-item {
        padding: 6px 15px;
        color: #8e8e8e;
        background-color: transparent;
        transition: 0.3s;
        &.header__active-menu-item {
            color: #fff;
            background-color: #EC672C;
        }
        &summary {
            padding-right: 25px;
            & .icon-caret {
                right: 5px;
                top: 0;
                width: 12px;
                height: auto;
            }
        }
    }
    & summary.header__menu-item {
        padding-right: 25px;
        & .icon-caret {
            right: 7px;
            top: unset;
            width: 14px;
            height: auto;
        }
    }
    & .header__submenu {
        width: unset;
        padding: 0;
        border: 0;
        & .header__menu-item {
            &.list-menu__item--active {
                background-color: #EC672C;
            }
        }
    }
    }
    .section-title {
        font-size: 2.8rem;
        margin-bottom: 3.5rem !important;
    }
    .product-grid {
    .card-wrapper {
        background-color: #fff;
        & .card__content {
            & .card__information {
                padding-top: 1rem;
                padding-left: 2rem;
                padding-right: 1rem;
                padding-bottom: 3rem;
                & .rating-wpr {
                    width: unset;
                    & .rating {
                        font-size: 1.2rem;
                        line-height: 1.2;
                        & .rating-img {
                            margin-left: 2px;
                        }
                    }
                }
                & .card__heading-n-price {
                    flex: 1 0 0;
                    min-width: 11rem;
                    display: grid;
                    grid-template-columns: minmax(0, 1fr);
                    & .card__heading > a {
                        font-size: 1.4rem;
                    }
                }
                & .price {
                    font-size: 1.8rem;
                    line-height: 2.5rem;
                    &.price--on-sale .price-item--regular {
                        display: none !important;
                    }
                }
            }
        }
    }
}
.footer {
    & .footer__content-top {
        padding-top: 8rem;
        padding-bottom: 8rem;
        & .footer__blocks-wrapper {
            & .newsletter-n-payment {
                max-width: 35rem;
            }
            & .footer-block__newsletter {
                & .footer-block__heading {
                    font-size: 2.6rem;
                }
            }
            & .footer-block__social {
                & .svg-wrapper {
                    height: 3rem;
                    width: 3rem;
                }
            }
            & .footer-block--menu {
                & .footer-block__details-content {
                    & .list-menu__item--link {
                        font-size: 1.4rem;
                        line-height: 1.8rem;
                    }
                    &>li:not(:last-child) {
                        margin-bottom: 4px;
                    }
                }
            }
        }
    }
    & .footer__content-bottom {
        & .footer-contact-info {
            & p {
                font-size: 1.4rem;
            }
        }
    }
}
    .cart-page-title{
        font-size: 2.4rem;  
        font-weight: 600;
    }

.cart__items {
    & .cart-item {
        gap: 2rem;
        & .cart-item__media {
            width: 50%;
            max-width: 23rem;
        }
        & .cart-item__details {
            & .cart-item__name {
                font-size: 2.8rem;
                line-height: 1.2;
                font-weight: bold;
                letter-spacing: 0;
            }
            & .product-option {
                font-size: 2rem;
            }
        }
        & .cart-item__quantity {
            & .quantity {
                width: 12rem;
                min-height: 4rem;
                border-radius: 1.5rem;
            }
            & .quantity__button {
                width: 3.5rem;
                color: #000;
            }
        }
    }
}
#main-cart-footer {
    padding: 3.6rem 0 0;
}
.cart__footer {
    & .js-contents {
        margin-bottom: 7rem;
    }
    & .summary-list {
        & .summary-title,
        & .summary-value {
            font-size: 1.8rem;
        }
        & .summary-value {
            font-weight: bold;
        }
        &.summary-total-value {
            padding: 1rem 0;
            margin-top: 1rem;
        }
    }
    & .cart__checkout-button {
        max-width: unset;
        font-size: 1.8rem;
        line-height: 1;
        padding: 0;
        min-height: 5rem;
        border-radius: 2rem;
    }
}
.product {
    & .product__info-wrapper {
        padding-left: 8rem;
        & .price {
            margin-top: 2rem;
            & .price-item {
                font-size: 3rem;
            }
        }
            & .product__title h1 {
                font-size: 2.8rem;
                font-weight: 600;
                line-height: 1.2;
            }
            & .product-form {
            & .product-form__buttons{
                & .product-form__submit {
                    min-height: 6rem;
                }
            }
        }
    }
    .product__info-container .product__description {
        font-size: 1.4rem;
        line-height: 1.6;
        margin: 1rem 0;
    }
}

@media screen and (max-width: 991px) {
    .footer {
        & .footer__content-top {
            & .footer__blocks-wrapper {
                & .footer-block__social {
                    & .footer__list-social {
                        gap: 20px;
                        flex-wrap: nowrap;
                        & .svg-wrapper {
                            height: 2rem;
                            width: 2rem;
                        }
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 850px) {
    .cart__items {
        & .cart-item {
            & .cart-item__media {
                width: 50%;
                max-width: 11rem;
                border-radius: 1.5rem;
            }
            & .cart-item__details {
                & .cart-item__name {
                    font-size: 1.9rem;
                    line-height: 1.2;
                    font-weight: bold;
                    letter-spacing: 0;
                }
            }
        }
    }
    #MainContent:has(> [id*="__cart-items"]) {
        column-gap: 3rem;
        padding: 0 3.2rem;
    }
    #MainContent > [id*="__cart-items"] {
        width: calc(59% - 1.5rem);
    }
    #MainContent > [id*="__cart-footer"] {
        width: calc(41% - 1.5rem);
    }
}
@media screen and (max-width: 767px) {
    .cart__items {
        & .cart-item {
            & .cart-item__details {
                & .product-option {
                    font-size: 1.5rem;
                }
            }
        }
    }
    .footer {
        & .footer__content-top {
            & .footer__blocks-wrapper {
                & .newsletter-n-payment {
                    max-width: 100%;
                }
            }
        }
    }
    #MainContent > [id*="__cart-items"],
    #MainContent > [id*="__cart-footer"] {
        width: 100%;
        max-width: 100%;
    }
    #main-cart-footer {
        padding: 0;
    }
    .cart__footer {
        max-width: 100%;
    }
    .product-grid {
        & .card-wrapper {
            & .card__content {
                & .card__information {
                    flex-wrap: wrap;
                    & .card__heading-n-price {
                    }
                }
            }
        }
    }
    .section-title {
        font-size: 2.2rem;
        margin-bottom: 3rem !important;
        line-height: 1.5;
    }
    .product {
        & .product__info-wrapper {
            padding-left: 0;
            & .product-form {
                margin: 0;
                margin-top: 2rem;
            }
        }
    }
    .footer {
        & .footer__content-top {
            & .footer__blocks-wrapper {
                & .footer-block__newsletter {
                    & .footer-block__heading {
                        font-size: 2rem;
                    }
                }
            }
        }
    }

}

@media screen and (max-width: 749px) {
    .header {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    #MainContent:has(> [id*="__cart-items"]) {
        padding: 0 1.5rem;
    }
}

/* PRIVACY POLICY   */

.shopify-policy__container {
    /* max-width:80%; */
}

.wl-popup__shop-btn {
    background: #EC672C !important; 
}

.cart-item__quantity-wrapper.quantity-popover-wrapper span.wl-icon svg{
    width: 1rem !important;
}

.cart-product-price-qty .cart-item__quantity-wrapper .wl-btn svg{
    display: none !important
}

.collection-list-wpr a[href] {
    display: none !important;
}