<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 5259:0 Unexpected "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

html {
    scroll-behavior: smooth;
}

/* PRODUCT PAGE TOUCHED BY ERIK */
/* * {
    font-family: "Bebas Neue", "Arial";
} */

/* BREADCRUMBS */

.breadcrumbs-list__item,
.breadcrumbs-list {
    display: flex;
    gap: 18px;
    align-items: baseline;
}

.breadcrumbs-list__link {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
}

/* PRODUCT TITLE */

.product-title {
    font-family: "Bebas Neue", "Arial";
    font-size: 25px;
    font-weight: 700;
    line-height: 33.75px;
    text-transform: none;
}

@media (max-width: 768px) {
    .product-title {
        font-size: 18px;
        line-height: 26px;
    }
}


/* COUNTDOWN TIMER */

a.collection__countdown-timer-link {
    display: flex;
    width: fit-content;
    position: absolute;
    right: 30px;
    bottom: 30px;
}


.collection__countdown-timer {
    --countdown-scale: .8;
    padding: calc(25px * var(--countdown-scale));
    padding-bottom:   calc(30px * var(--countdown-scale));
    background: #1F1F1F;
    border-radius: calc(20px * var(--countdown-scale));
    border: solid #eaeaea calc(1px * var(--countdown-scale));
    max-width: fit-content;
   /*  margin-top: 20px; */
}

.collection__countdown-timer h4 {
    text-align: left;
    font-size: calc(14px * var(--countdown-scale));
    letter-spacing: calc(3px * var(--countdown-scale));
    font-family: 'Barlow';
    font-weight: 600;
}


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


    a.collection__countdown-timer-link {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: 10px;
    }
}

.product-page__countdown {
    --countdown-scale: .8;
}
.product-page__countdown .countdown-clock{
    justify-content: left;
    margin-bottom: calc(36px * var(--countdown-scale));
}

.product-page__countdown h4 {
    font-size: calc(14px * var(--countdown-scale));
    letter-spacing: calc(3px * var(--countdown-scale));
    font-family: 'Barlow';
    font-weight: 600;
}

.logo-area__middle {
    display: flex;
    gap: 40px;
}

.pageheader--transparent .header__countdown-container {
    display: none;

}

.header__countdown-container .subtext-terminando  {
    color: black;
    font-size: 12px;
    font-family: Lexend Deca,Helvetica,Helvetica Neue,Arial,Lucida Grande,sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    padding: 5px 1px !important;
}



.header__countdown-container  {
    display: flex;
    align-items: center;
    gap: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    margin-bottom: 0;
}

.header__countdown-container h3 {
    margin: 0;
    font-size: 29px;
}

.header__countdown-container .black {
    color: black;

}



.header__countdown-container .white {
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

}


countdown-timer.header-countdown {
    --countdown-scale: .7;
}



countdown-timer.homeChangingBanner__countdown {
    --countdown-scale: 1;
    position: absolute;
    bottom: calc(55px * var(--countdown-scale));
    left: 50%;
    transform: translateX(-50%);

}

countdown-timer.homeChangingBanner__countdown .countdown__button{
    left: 0;
    width: 100%;
    top: 0;
    transform: translateY(-150%);
    color: white;
    border-color: white;
    background: transparent;
}
countdown-timer.homeChangingBanner__countdown .countdown__button:hover{
    background: rgba(255, 255, 255, 0.1);
}

countdown-timer {
    cursor: pointer;
}

countdown-timer .countdown__button {
    background: white;
    color: black;
    position: absolute;
    top: calc(10px * var(--countdown-scale));
    padding: calc(5px * var(--countdown-scale)) calc(7px * var(--countdown-scale));
    padding-top: calc(7px * var(--countdown-scale));
    right: calc(15px * var(--countdown-scale));
    font-size: calc(19px * var(--countdown-scale));
    line-height: 1;
    font-family: 'Bebas Neue';
}

countdown-timer .countdown-clock div, countdown-timer h4{
    position: relative;
    text-transform: uppercase;
    letter-spacing: calc(5px * var(--countdown-scale));
    color: transparent;
    background: linear-gradient(#cdcdcd, #eaeaea, #d4d4d4);
    -webkit-background-clip: text;
}

countdown-timer h4 {
    font-size: calc(12px * var(--countdown-scale));
}

countdown-timer.black-timer  .countdown-clock div,
countdown-timer.black-timer  h4 {
    color: black;
    background: none;
    border-color: black;
}
countdown-timer.black-timer .countdown-clock div::after{
    color: black;  
    bottom: -11px

}

.countdown-clock {
    display: flex;
    justify-content: space-around;
    gap: calc(12px * var(--countdown-scale));
}

.countdown-clock div{
    border: solid #eaeaea calc(1px * var(--countdown-scale));
    font-size: calc(54px * var(--countdown-scale));
    font-weight: 200;
    padding: calc(5px * var(--countdown-scale));
    width:  calc(80px * var(--countdown-scale));
    height:  calc(80px * var(--countdown-scale));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12%;
    line-height: 1;
    padding-top:  calc(10px * var(--countdown-scale));
    padding-left:  calc(4px * var(--countdown-scale));
    
}

countdown-timer .countdown-clock div::after {
    position: absolute;
    font-size:  calc(11px * var(--countdown-scale));
    color: white;
    letter-spacing: normal;
    bottom: calc(-17px * var(--countdown-scale));
    font-family: 'Barlow';
    font-weight: 500;
}
@media screen and (max-width: 1350px) {
    .header__countdown-container {
        left: 46%;
    }

}

@media screen and (max-width: 1300px) {
    .header__countdown-container {
        position: absolute;
        left: 0;
        transform: none;
        /* margin-top: 100%; */
        margin: 0;
        margin-bottom: 0;
        background: black;
        top: 100%;
        width: 100%;
        justify-content: center;
        padding: 4px;
    }

    .header__countdown-container .subtext-terminando  {
        color: white;
        padding: 0px ;
    
    }
    

    countdown-timer.header-countdown  .countdown-clock div{
        color: white;
        background: none;
        border-color: white;
    }
    countdown-timer.header-countdown  .countdown-clock div::after{
        color: white;
        bottom: 3px;
        font-size: 8px;  
    }


    .header__countdown-container .black {
        text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    
    }
}

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

    .collection__countdown-timer {
        position: initial;
        --countdown-scale: .6;

    }

}

@media screen and (max-width: 550px) {
    .header__countdown-container h3 {
        max-width: min-content;


    }

}

@media screen and (max-width: 430px) {
    .header__countdown-container countdown-timer.header-countdown{
        --countdown-scale: .6;
        gap: 5px;
        justify-content: space-between;
    }

    .header__countdown-container h3 {
        max-width: min-content;
        font-size: 20px;
    }

    countdown-timer.homeChangingBanner__countdown {
        --countdown-scale: .8;
    } 
    countdown-timer.homeChangingBanner__countdown .countdown__button{
        font-size: calc(23px * var(--countdown-scale));
    } 
}

@media screen and (max-width: 350px) {
    .header__countdown-container countdown-timer.header-countdown{
        --countdown-scale: .5;

    }

    .header__countdown-container h3 {
        max-width: min-content;
        font-size: 16px;

    }

}






/* STOCK WARNING */
/* .product__unavailable {
    filter: grayscale(1);
}
 */

.product-block__imageContainer .black-friday-banner {
    position: absolute;
    right: 0;
    margin: 6px;
}

.product__unavailable--banner {
    display: none;
}

.product__unavailable .product__unavailable--banner{
    display: flex;
    gap: 3px;
    align-items: center;
    padding: 0.35rem;
    background-color: #05B1F9;
    position: absolute;
    color: #FFF;
    top: 0;
    right: 0;
    margin: 0.6rem;
    z-index: 10;
    border-radius: 3px;
    font-size: 1rem;
    font-family: 'Barlow';
    font-weight: 600;
    text-transform: uppercase;
}


.product__unavailable .product__unavailable--banner svg{
    height: 1.5ex;
}

.product__unavailable .black-friday-banner {
    display: none;
}



.last-item__container {
    display: flex;
    align-items: center;
    background-color: #E95D0E;
    border-radius: 100px;
    color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    height: fit-content;
    width: fit-content;
    margin: 0;
    padding: 5px 10px;
    gap: 6px;
}

.last-item__container &gt; .icon-container {
    width: fit-content;
    height: fit-content;
    margin: 0;
}

@media (max-width: 768px) {
    .last-item__container {
        font-size: 10px;
        line-height: 12px;
        align-items: center;
    }

    .last-item__container &gt; .icon-container {
        width: fit-content;
        height: fit-content;
        margin-top: -1px;
    }

    .last-item__container &gt; .icon-container &gt; svg {
        max-width: 12px;
        max-height: 11px;
    }
}

/* IVA INCL TEXT */

.current-price &gt; span {
    color: #899098;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: none;
    margin: 0;
    margin-left: 20px;
}

@media (max-width: 768px) {
    .current-price &gt; span {
        font-size: 12px;
        line-height: 18px;
        margin-left: 5px;
    }
}

/* PRICE's COLOR AND DETAILS */

.price {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.current-price {
    font-size: 44px;
    line-height: 55px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.price-area .on-sale .current-price {
    color: #000;
}

.was-price {
    gap: 12px;
    display: flex;
    align-items: center;
    color: #899098;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin: 0;
    text-transform: none;
}

.ex-price {
    text-decoration: line-through;
    margin: 0;
}

.was-price__ahorra__container {
    background-color: #EEF2F6;
    padding: 5px 8px;
    border-radius: 8px;
    font-weight: 500;
    color: #899098;
    font-size: 12px;
}

@media (max-width: 768px) {

    .current-price {
        font-size: 27px;
        line-height: 34px;
    }

    .price-area .on-sale .current-price {
    }

    .was-price {
        font-size: 16px;
        line-height: 26px;
    }

    .was-price__ahorra__container {
        font-size: 12px;
        line-height: 18px;
    }
}

/* QUANTITY WRAPPER POSITION */

.variant-visibility-area {
    min-width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.quantity-wrapper {
    display: flex;
    justify-content: flex-end;
}

.quantity-wrapper &gt; #quantity {
    color: #000;
    border: 1.5px solid #EEF2F6 !important;
}

.quantity-wrapper &gt; a {
    border: 1.5px solid #EEF2F6 !important;
}

.quantity-wrapper &gt; a:hover {
    border-color: #afb1b3 !important;
}

/* BUYING BUTTONS COLOR */

.addToCart-button {
    font-family: Barlow,sans-serif;
    border: none;
    border-radius: 100px !important;
    background-color: #112333 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
}

/*.addToCart-button:hover {
    background-color: #fff !important;
    color: #000 !important;
}*/

.shopify-payment-button &gt; div,
.shopify-payment-button &gt; div &gt; div,
.shopify-payment-button &gt; div &gt; div &gt; div {
    height: 70px;
}


.shopify-payment-button__button {
    margin: 0;
    background-color: #fff !important;
    color: #111 !important;
    font-family: "Bebas Neue", "Arial";
    border: none;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 23px !important;
}

.shopify-payment-button__button:hover {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #fff;
}

/* SCROLL REDIRECTION BUTTONS */

.product-scrollButtons {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    gap: 8px;
}

.product-scrollButtons__button {
    padding: 12px 60px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    background-color: #EEF2F6;
    border-radius: 8px;
    width: 100%;
}

@media (max-width: 768px) {

    .product-scrollButtons {
        display: flex;
        justify-content: center;
        margin-top: 24px;
        gap: 8px;
    }

    .product-scrollButtons__button {
        padding: 12px 20px;
        font-size: 14px;
        line-height: 23px;
    }
}

/* MODAL TABS */
.product-modalTabs__separator {
    border-bottom: 1px solid #CCD3DD;
    min-width: 100%;
    width: fit-content;
}

.product-modalTabs {
    margin-top: 40px;
    border: 1px solid #CCD3DD;
    border-radius: 16px;
    padding: 8px 24px;
}

.product-modalTabs__link {
    display: flex;
    flex-direction: column;
}

.product-modalTabs__container {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    padding: 16px 0;
    align-items: center;
}

.product-tab__icon &gt; svg {
    width: 40px;
    height: 40px;
}

.product-tab__text {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.cc-popup {
    position: fixed;
    display: flex;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 997;
    transition: opacity 0.15s, visibility 0.15s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.custom-popup__container.custom-popup__open,
.custom-popup__inner-container.custom-popup__open {
    visibility: visible;
    opacity: 1;
    position: fixed;
    max-width: 250% !important;
    width: 90% !important;
    max-height: 85%;
    margin: 0 !important;
    top: 50%;
    left: 5%;
    right: 5%;
    bottom: auto;
    padding: 50px;
    background-color: #fff;
    border: 1px solid #CCD3DD;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.3);
}

.custom-popup__container.custom-popup__open {
    display: flex;
}

.custom-popup__inner-container.custom-popup__open {
    display: block;
}

.custom-popup__container,
.custom-popup__inner-container {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.custom-popup__inner-container {
    width: 100% !important;
    margin: 75px 20px 0 !important;
}

.custom-popup__close-trigger {
    transition: .3s;
    float: right;
}

.custom-popup__close-trigger:hover {
    opacity: .7;
    cursor: pointer;
}

/* PRODUCT MEDIA */

/* PRODUCT THIRD CONTAINER */
.product-underneath__container {
    display: flex;
    flex-direction: column;
}

/* PRODUCT DESCRIPTION */

.product-description__container {
    padding-top: 110px;
    padding-bottom: 110px;
    margin: 0;
}

.product-description__title {
    max-width: 80%;
    color: #000;
    font-weight: 700;
    font-size: 27px;
    line-height: 34px;
}

.product-description__text {
    max-width: 80%;
    color: #899098;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

@media (max-width: 768px) {
    .product-description__title {
        max-width: 100%;
        font-size: 22px;
        line-height: 28px;
        width: 100%;
    }

    .product-description__text {
        max-width: 100%;
        font-size: 12px;
        line-height: 18px;
        width: 100%;
    }
}

/*  */

/* RECENTLY VIEWED &amp;&amp; RELATED PRODUCTS TOUCHED BY ERIK */
.collection-slider-row {
    width: 100%;
    min-width: 100%;
}

.recentlyViewed-title,
.productRecommendations-title,
.relatedProducts-title,
.featuredCollection-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: "Bebas Neue", "Arial";
    color: #000;
    font-weight: 400;
    font-size: 44px;
    line-height: 48px;
    text-transform: none !important;
    text-align: left;
    align-items: center;
}

.featuredCollection-viewAll {
    min-width: fit-content;
    font-family: "Barlow";
    background-color: #fff;
    color: #112333;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #D9DEE5;
    border-radius: 100px;
    padding: 10px 24px;
}

@media (max-width: 768px) {

    .recentlyViewed-title,
    .productRecommendations-title,
    .relatedProducts-title,
    .featuredCollection-title {
        font-size: 22px;
        line-height: 28px;
        padding: 0 15px;
    }
}

.slider-arrows {
    display: flex;
}

.container--no-max {
    margin: 0;
}

.collection-slider {
    width: 100%;
}

/*  */

/* PRODUCT BLOCK */

.product-block_soldout {
    background-color: #fff;
    opacity: 0.5;
}

.product-block_soldOutButton {
    position: absolute;
    width: fit-content;
    margin: auto;
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-45%);
    -moz-transform: translateX(-45%);
    transform: translateX(-45%);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    padding: 9px 28px;
    background: #E95D0E;
    border-radius: 100px;
    text-transform: uppercase;
    z-index: 99;
}

.product-block__container {
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(226, 226, 226, 0.48);
    border-radius: 8px;
    min-height: 500px;
    max-height: 500px;
    height: 500px;
}

.product-block__price {
    font-weight: 700;
    font-size: 27px;
    line-height: 34px;
    color: #E95D0E;
    margin-right: 13px;
}

.product-block__priceContainer {
    display: flex;
}

.product-block__oldPrice {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: #899098;
}

.product-block__title {
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    max-height: 66px;
    min-height: 66px;
    height: 66px;
    overflow-y: clip;
}

.product-block__shippingDate {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #899098;
    margin-top: 8px;
    margin-bottom: 12px;
}

.product-block__line {
    width: 100%;
    border: .5px solid #CCD3DD;
}

.product-block__addToCart {
    display: none;
}

@media (max-width: 768px) {
    .product-block__container {
        padding: 12px;
        min-height: 420px;
        max-height: 420px;
        height: fit-content;
    }

    .product-block__price {
        font-weight: 700;
        font-size: 14px;
        line-height: 23px;
        margin: 0;
    }

    .product-block__priceContainer {
        display: flex;
        gap: 6px;
        justify-content: flex-start;
        align-items: center;
    }

    .product-block__oldPrice {
        font-size: 10px;
        margin: 0;
    }

    .product-block__imageContainer {
        height: 220px;
        max-height: 220px;
    }



    .product-block__title {
        margin: 8px 0;
        font-size: 12px;
        line-height: 18px;
        color: #000;
        max-height: 72px;
        min-height: 72px;
        height: 72px;
        max-width: 100%;
        text-align: left;
        overflow: hidden;
    }

    .product-block__shippingDate {
        display: none;
    }


    .product-block__image {
        width: 100%;
        height: 95%;
        margin-top: 40px;
    }

    .product-label-container {
        min-height: 40px;
        max-height: 40px;
        gap: 4px;
        top: -40px;
    }

    .product-label {
        z-index: 99;
        font-size: 8px;
        line-height: 10px;
        padding: 4px 9px;
    }

    .product-block__rating {
        margin: 0;
        font-size: 10px;
        margin: 8px 0;
        text-align: left;
    }

    .product-block__addToCart {
        display: flex;
        background-color: #000;
        color: white;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
        gap: 8px;
        padding: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 100px;
        margin: auto;
        margin-top: 8px;
    }

    .product-block__addToCart &gt; span &gt; svg {
        width: 16px;
        height: 16px;
    }
}

.image-page-button {
    display: none !important;
}

/*  */

/* FOOTER */
.section-footer__title {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #818A96 !important;
    text-transform: uppercase;
}

.section-footer__menu-block__menu &gt; li &gt; a {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #112333 !important;
}

.section-footer__contact-block__location &gt; a {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #10B981 !important;
}

.section-footer__contact-block__location &gt; p,
.section-footer__contact-block__mail &gt; a {
    display: flex;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #000 !important;
    align-items: center;
    margin-bottom: 8px;
}

.section-footer__menu-block__menu {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.section-footer-newsletter__title {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    color: #05B1F9 !important;
}

.section-footer__text &gt; p {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000 !important;
}

#footer_newsletter_signup {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

#footer_newsletter_signup &gt; p {
    margin: 0;
}

.signup-form__button {
    padding: 10px 36.5px;
    background: #111111;
    border-radius: 100px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    height: fit-content;
}

.section-footer__row-container {
    padding: 0 72px;
}

@media (max-width: 768px) {
    .signup-form__email {
        min-width: 100%;
    }

    .section-footer__menu-block {
        max-width: 50%;
    }

    .section-footer__row-container {
        padding: 0 24px;
    }
}

.signup-form__email {
    padding: 11px 24px !important;
    border-radius: 100px !important;
    font-family: 'Barlow' !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #000 !important;
}

#rocket_newsletter_signup {
    min-width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #818A96;
    width: 100%;
}

.signup-form .signup-form__inline-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.signup-form .signup-form__inline-container input {
    display: flex;
    font-family: 'Barlow' !important;
    border: 0;
    padding: 11px 8px !important;
    margin: 0;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    background-color: transparent;
    width: unset;
}

.signup-form .signup-form__inline-container input::placeholder {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.signup-form .signup-form__inline-container button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    background: #D9DEE5;
    border-radius: 100px;
    border: 0;
}

.signup-form .signup-form__inline-container button svg {
    color: #112333;
    width: 12px;
    height: 12px;
}

.footer-column__first {
    width: fit-content;
    order: 9;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding-top: 0;
}

.section-footer__payment-icons {
    margin: 0 !important;
}

.footer-payments__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 768px) {
    .footer-payments__container {
        flex-direction: column;
        padding: 0;
    }
    .section-footer__row-lower {
        padding: 0;
    }
}

.footer-payments__container,
.footer-localization__container {
    height: fit-content;
}

.selectors-form__item {
    margin-bottom: 0 !important;
}

.copy,
.copy &gt; a {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #899098 !important;
}

.section-footer__row-lower {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-footer__localization {
    display: flex;
    align-items: center;
}

.section-footer__lower-menu__list {
    display: flex;
    gap: 8px;
    margin: 24px 0;
}

.section-footer__lower-menu__list a {
    color: #899098;
}

.footer-lowerMenu__li {
    display: flex !important;
    align-items: center;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin: 0 !important;
    gap: 8px;
}

.section-footer__lower-menu {
    display: flex;
    margin: 0;
    margin-right: 20px;
}

.footer-lower__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-footer__row-container--with-localization {
    margin-top: 50px;
}

.transparent-background {
    background: transparent !important;
    background-color: transparent !important;
}

@media (max-width: 768px) {
    .footer-lower__container {
        flex-direction: column;
        margin-top: 24px;
        margin-bottom: 40px;
        gap: 8px;
    }

    .section-footer__lower-menu__list {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0;
        margin: 0;
    }

    .footer-lowerMenu__splitter {
        margin-right: 8px;
    }

    .section-footer__lower-menu {
        margin: 0 ;
    }

    .footer-lowerMenu__li {
        font-size: 12px;
        line-height: 18px;
    }

    .footer-column__first {
        width: 100%;
        order: 0;
        gap: 22px;
        justify-content: center;
    }

    .signup-form .signup-form__inline-container input {
        width: 100%;
    }

    .section-footer__text-block__social {
        margin-bottom: 30px;
    }

    .signup-form .signup-form__inline-container button {
        margin-left: -24px;
    }

    .section-footer__menu-block {
        padding-bottom: 32px;
    }

    .section-footer__menu-block.section-footer__contact {
        padding-bottom: 40px;
    }

    .section-footer__row-container--with-localization {
        margin: 0;
    }

    .section-footer__row-lower {
        padding: 16px 0;
    }

    .footer-localization__container {
        padding: 0;
        padding-top: 24px;
    }
}

.disclosure__toggle.currency-selector,
.disclosure__toggle.language-selector {
    border: 0;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #112333;
}

/*  */

/* TOP SELLERS */
.collection-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.collection-listing {
    margin: 0 !important;
    margin-right: -40px !important;
}

.product-list {
    margin-left: 19% !important;
    margin-right: 0;
}

@media (max-width: 768px) {
    .product-list {
        margin-left: -20px !important;
    }
}

/*  */

/* IMAGE WITH TEXT OVERLAY */

.overlay-text__title {
    font-family: "Bebas Neue", "Arial";
    color: #00000 !important;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0 !important;

}

.overlay-text__title_1-2 {
    max-width: 60%;
}

.overlay-text__title_1-3 {
    max-width: 40%;
}

.overlay-text__inner .overlay-text__text .overlay-text__rte {
    font-family: 'Barlow';
    font-weight: 600;
    color: #fff;
    margin-top: 8px;
    font-size: 14px;
}

.overlay-text__rte &gt; p {
    text-align: inherit;
}

.overlay-text__rte_1-3 {
    max-width: 40%;
}

.overlay-text__rte_1-2 {
    max-width: 60%;
}

.overlay-text__button {
    width: fit-content;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 11px 30px !important;
    border-radius: 100px !important;
    font-family: 'Bebas Neue' !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    margin-top: 40px !important;
    background-color: transparent;
    gap: 12px;
}

@media (max-width: 768px) {
    .overlay-text__button-row .overlay-text__button {
        margin: 0 !important;
        margin-top: 24px !important;
    }

    .overlay-text__rte {
        max-width: none;
        font-size: 14px;
        line-height: 22px;
    }
}

.placeholder-image.placeholder--banner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 600px;
}

.overlay-text.overlay-text--for-banner {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.48) 44.25%, rgba(0, 0, 0, 0) 82.33%);
}

/*  */

/* BANNER 50/50 */

.gallery__item.gallery__item-2.image-overlay.image-overlay--bg-full.image-overlay--edge-boxes.lazyload--placeholder.image-overlay--edge-boxes--pad-to-corner.cc-animate-init.-in.cc-animate-complete:last-child {
    margin-bottom: 0;
}

.gallery__item {
    height: 100%;
    flex-grow: 0;
    min-width: 100%;
    height: 100% !important;
    margin-bottom: 0;
    border-radius: 8px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.gallery__row:first-child {
    grid-column: 2;
    display: flex !important;
    grid-row: 1;
    flex-direction: column !important;
}

.gallery__row {
    margin-bottom: 0 !important;
    height: 100%;
}

.template-collection .overlay-text .overlay-text__title {
    font-weight: 400;
    color: #fff;
    font-size: 44px;
}

.overlay-text__subheading {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 23px !important;
    color: #fff !important;
    text-transform: none;
    margin-bottom: 0 !important;
}

.overlay-text__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.overlay-text__button:hover {
    color: #fff !important;
}

.gallery__item .overlay-text__button {
    color: #fff !important;
    padding-left: 0 !important;
    margin-top: 24px !important;
}


.overlay-text__button-row {
    margin: 0 !important;
    width: fit-content !important;
}

.overlay-text__button &gt; svg,
.overlay-text__button:hover &gt; svg {
    fill: none !important;
}

.overlay-text__inner {
    padding: 0;
}

@media (max-width: 768px) {
    .gallery {
        display: flex;
        flex-direction: column-reverse;
        gap: 8px;
    }

    .gallery__item .overlay-text__button {
        padding: 8px 0 !important;
    }

    .gallery__row {
        justify-content: flex-end;
        padding: 0;
        display: flex;
        flex-direction: column;
        max-height: 496px;
        gap: 16px;
    }

    .gallery__row &gt; .gallery__item {
        height: 368px;
    }

    .gallery__row:first-child &gt; .gallery__item {
        height: 240px;
        margin-top: 0;
    }

    .overlay-text__button &gt; svg,
    .overlay-text__button:hover &gt; svg {
        max-width: 17px;
        max-height: 17px;
    }
}

/*  */

/* SNIPPETS BY METAFIELD */

.snippet-list {
    display: flex;
    padding: 64px 32px;
}

.snippet-list &gt; div {
    max-width: 50%;
}

@media (max-width: 768px) {
    .snippet-list {
        flex-direction: column;
    }

    .snippet-list &gt; div {
        max-width: 100%;
    }

    .snippet-title {
        display: block !important;
    }
}


.snippet-title {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 34px;
    color: #000;
    text-transform: none;
    letter-spacing: normal;
}

.snippet-text {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #899098;
}

.snippet-column {
    min-width: fit-content;
}

.snippet-list__controls {
    margin-left: 5px;
}

.snippet-list__controls &gt; .slick-arrow {
    padding: 12px;
    width: fit-content;
    height: fit-content;
    background: #E3E8EF;
    border-radius: 56px;
}

.snippet-list__controls &gt; .slick-arrow &gt; svg {
    width: 25px;
    height: 25px;
    color: #000;
}

.use-alt-bg__snippet {
    background-color: #FAFAFA;
}

/*  */

/* PRODUCT PAGE PROMO BANNER (METAFIELDS IMAGE WITH TEXT OVERLAY) TOUCHED BY ERIK */
.product-promoBanner__container {
    margin: 110px 72px;
    max-height: 395px;
    height: fit-content;
    border-radius: 8px;
}

.product-promoBanner__content {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.48) 44.25%, rgba(0, 0, 0, 0) 82.33%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px 56px !important;
}

.product-promoBanner__heading {
    font-family: "Bebas Neue", "Arial";
    max-width: 50%;
    color: #fff !important;
    font-weight: 700;
    font-size: 44px !important;
    line-height: 55px !important;
    text-transform: none;
}

.product-promoBanner__text {
    color: #fff !important;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 26px !important;
}

.product-promoBanner__text__inner {
    padding: 0 !important;
}

.product-promoBanner__button {
    font-family: "Bebas Neue", "Arial";
    width: fit-content !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px 32px !important;
    gap: 10px !important;
    color: #000 !important;
    background: #FFFFFF !important;
    border-radius: 100px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 21px !important;
}

.product-promoBanner__button:hover {
    background: #000 !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .product-promoBanner__container {
        margin: 60px 24px;
        max-height: 450px;
        height: fit-content;
    }

    .product-promoBanner__content {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.48) 44.25%, rgba(0, 0, 0, 0) 82.33%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 24px !important;
    }

    .product-promoBanner__heading {
        max-width: 100%;
        font-size: 27px !important;
        line-height: 34px !important;
    }

    .product-promoBanner__text {
        color: #fff !important;
        font-weight: 500;
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .product-promoBanner__text__inner {
        padding: 0 !important;
    }

    .product-promoBanner__button {
        margin-left: 0 !important;
        font-family: "Bebas Neue", "Arial" !important;
        width: fit-content !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 10px 32px !important;
        gap: 10px !important;
        background: #FFFFFF !important;
        border-radius: 100px !important;
        font-weight: 700 !important;
        font-size: 14px !important;
        line-height: 21px !important;
    }
}

/*  */

/* KEY SELLING POINTS */

#key-list {
    margin: 45px 0 !important;
}

.key-list &gt; div &gt; div {
    display: flex;
    gap: 24px;
    margin: 0 !important;
}

.key-list &gt; div &gt; div {
    display: flex;
    gap: 24px;
}

.key-list__margin &gt; div &gt; div {
    margin-left: -480px !important;
}

.key-list &gt; div {
    display: flex;
    gap: 24px;
}

.product-key__content {
    height: fit-content;
    width: fit-content;
    max-width: 410px;
    min-width: 410px;
}

.product-key__container {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.product-key__image {
    height: 445px;
    max-height: 445px;
    border-radius: 8px;
}

.product-key__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    text-align: left;
    margin: 0;
    margin-bottom: 8px;
}

.product-key__text {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #899098;
    text-align: left;
}

.product-key__bigTitle {
    margin: 0;
}

@media (max-width: 768px) {
    #key-list &gt; div &gt; div {
        margin-left: -60px !important;
    }

    .product-key__image {
        max-height: 270px;
        width: 100%;
    }

    .product-key__content {
        min-width: 213px;
        max-width: 213px;
    }

    .product-key__title {
        font-size: 16px;
        line-height: 24px;
    }

    .product-key__text {
        font-size: 12px;
        line-height: 18px;
    }
}

/*  */

/* COLLECTION GRID  */

@media (max-width: 768px) {
    .filters-adjacent.collection-listing {
        width: 100% !important;
    }

    .filters-adjacent.collection-listing &gt; .product-list {
        justify-content: center;
    }

    .filters-adjacent.collection-listing:first-child {
        margin: 0;
    }
}

/*  */

/* COLLECTION COLLAPSIBLE TABS ACCORDION */

.collapsible-tabs {
    margin-bottom: 120px;
}

.cc-accordion-item__title,
.cc-accordion-item__content {
    color: #112333;
}

.cc-accordion-item .cc-accordion-item__title {
    display: flex;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    justify-content: space-between;
    padding-bottom: 32px;
}

.cc-accordion-item .cc-accordion-item__title h2{
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    margin: 0;
}

.cc-accordion-item.is-open .cc-accordion-item__title {
    padding-bottom: 16px;
}

.cc-accordion-item.is-open .cc-accordion-item__title svg {
    transform: rotate(0);
    transition: transform 200ms;
}

.cc-accordion-item .cc-accordion-item__title svg {
    transform: rotate(180deg);
    transition: transform 200ms;
    min-width: 24px;
    height: 24px;
}

@media (max-width: 768px) {
    .cc-accordion-item .cc-accordion-item__title svg {
        min-width: 20px;
        height: 20px;
    }

}

.cc-accordion-item__content {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.collapsible-tabs__tab {
    border-bottom: 1px solid #CCD3DD;
}

@media (max-width: 768px) {
    .cc-accordion-item__content {
        font-size: 14px;
        line-height: 22px;
    }

    .collapsible-tabs {
        margin-bottom: 64px;
    }
}

/*  */

/* COLLECTION DESCRIPTION BANNER */

.use-alt-bg.use-alt-bg__collectionpage,
.fully-spaced-row--medium.use-alt-bg__collectionpage {
    background-color: #EEF2F6;
    margin: 40px 72px;
    padding: 40px 24px;
    border-radius: 8px;
}

.use-alt-bg.use-alt-bg__collectionpage &gt; .container &gt; div,
.fully-spaced-row--medium.use-alt-bg__collectionpage &gt; .container &gt; div {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.column.collection-description__imageContainer {
    max-width: 30%;
    margin: 0;
}

.column.collection-description__textContainer {
    width: 60%;
    max-width: 60%;
    margin: 0;
}

.column.collection-description__textContainer &gt; .feature-text-paired {
    margin: 0;
}

.column.collection-description__textContainer &gt; .feature-text-paired &gt; .majortitle {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 55px;
    color: #000;
}

.column.collection-description__textContainer &gt; .feature-text-paired &gt; .rte {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #000;
}

@media (max-width: 768px) {

    .use-alt-bg.use-alt-bg__collectionpage,
    .fully-spaced-row--medium.use-alt-bg__collectionpage {
        margin: 48px 23.5px;
        padding: 32px 24px;
    }

    .use-alt-bg.use-alt-bg__collectionpage &gt; .container &gt; div,
    .fully-spaced-row--medium.use-alt-bg__collectionpage &gt; .container &gt; div {
        flex-direction: column-reverse;
        gap: 32px;
    }

    .column.collection-description__imageContainer,
    .column.collection-description__textContainer {
        max-width: 100%;
        width: 100%;
    }

    .column.collection-description__imageContainer {
        padding: 0 25px;
    }

    .column.collection-description__textContainer &gt; .feature-text-paired &gt; .majortitle {
        font-size: 22px;
        line-height: 28px;
    }

    .column.collection-description__textContainer &gt; .feature-text-paired &gt; .rte {
        font-size: 10px;
        line-height: 14px;
    }
}

/*  */

/* FAQ's SEARCH */

.faq-search__input {
    font-family: 'Bebas Neue' !important;
    padding: 12px 16px 12px 48px !important;
    background-color: #F5F5F5 !important;
    border-radius: 100px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    border: none !important;
}

.faq-search__input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.faq-search__icon &gt; svg {
    color: #000;
}

.faq-index__heading {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.faq-index-item__link {
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    color: #899098;
}

/*  */

/* COLLECTION DESCRIPTION NO IMAGE (RICHTEXT) */

.rich-text__collectionDescription {
    padding-left: 32px;
    max-width: 60%;
}

@media (max-width: 768px) {
    .rich-text__collectionDescription {
        max-width: none;
        padding-left: 23.5px;
    }
}

/*  */

/* IMAGE WITH TEXT ABOUT US */

.section-image-with-text .container .full-vertical-cover {
    width: 50%;
    padding: 0 !important;
    margin: 0 !important;
}

.container.full-vertical-cover:first-child {
    padding: 0;
}

.container.full-vertical-cover {
    margin-top: 55px;
}

@media (max-width: 768px) {
    .container.full-vertical-cover &gt; div &gt; div:nth-child(2) {
        padding: 24px !important;
    }

    .container.full-vertical-cover &gt; div {
        flex-direction: column-reverse;
    }
}


/*  */

/* RICH TEXT MODIFICATIONS */

.rich-text__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.rich-text__heading {
    max-width: 33.3%;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    color: #112333;
    text-align: center;
    margin-bottom: 64px;
    margin-top: 40px;
}

.rich-text__subheading {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #899098;
    margin-bottom: 8px;
    text-transform: none !important;
}

.rich-text__text {
    max-width: 66.6%;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #112333;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 120px;
}

@media (max-width: 768px) {

    .rich-text__heading {
        max-width: 66.6%;
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 40px;
        margin-top: 32px;
    }

    .rich-text__subheading {
        font-size: 16px;
        line-height: 24px;
    }

    .rich-text__text {
        margin-top: 0;
        max-width: 100%;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 64px;
        margin-top: 32px;
    }
}

/*  */

/* SLICK SLIDER NO INFINITE FEATURED COLLECTIONS */

.collection-slider .owl-stage-outer .owl-stage {
    margin-left: -42%;
}

@media (max-width: 768px) {
    .collection-slider .owl-stage-outer .owl-stage {
        margin-left: -58px;
    }
}

.collection-slider .next,
.collection-slider .prev {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #000;
    border-radius: 100%;
}

.collection-slider .next &gt; svg,
.collection-slider .prev &gt; svg {
    color: #fff;
}

.collection-slider .prev {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
    z-index: 99;
    top: 35%;
    left: 42px;
}

.collection-slider .prev.active {
    visibility: visible;
    opacity: 1;
}

.collection-slider .next {
    position: absolute;
    z-index: 99;
    top: 35%;
    right: 72px;
}

@media (max-width: 768px) {

    .collection-slider .prev,
    .collection-slider .next {
        display: none;
    }
}

/*  */

/* LAST BLOG POSTS SECTION */

.article-list.article-layout--columns .article {
    padding: 0;
}

.article-list.article-layout--columns .article__inner .rte {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #112333;
}

.article-list.article-layout--columns .article__inner {
    overflow-x: hidden;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.article-list.article-layout--columns .article__inner h2 a {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #112333;
}

.article-list.article-layout--columns .article__inner--noimage h2 a {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 32px;
    color: #112333;
}

@media (max-width: 768px) {
    .article-list.article-layout--columns .article__inner .rte {
        font-size: 12px;
        line-height: 18px;
    }
}

.article-list.article-layout--columns .article__inner .iconmeta.time {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #818A96;
    display: flex;
    justify-content: space-between;
}

.article-list.article-layout--columns .article__inner:not(.article__inner--noimage) .iconmeta.time {
    margin-bottom: 16px;
}

.article-list.article-layout--columns .article__inner .iconmeta.time .iconmeta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.article-list.article-layout--columns .article__inner .iconmeta.time .iconmeta-icon &gt; svg {
    max-width: 15px;
}

.featured-blog {
    padding: 0 72px;
}

.featured-blog__heading {
    align-items: center;
    display: flex;
    margin: 0;
    margin-bottom: 35px;
    justify-content: space-between;
}

.featured-blog__heading &gt; .hometitle {
    margin: 0;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 48px;
}

.featured-blog__heading &gt; .hometitle {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 48px;
}

.featured-blog__heading &gt; .featured-blog__heading__viewAll {
    font-family: 'Barlow';
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    background: #FFFFFF;
    border: 1px solid #D9DEE5;
    border-radius: 100px;
    color: #112333;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.template-blog .section-image-with-text-overlay {
    margin-bottom: 25px;
}

.template-blog .article-list.article-layout--columns {
    gap: 24px;
    max-width: 100%;
    margin: 0;
}

.template-blog .article-list.article-layout--columns .article {
    width: 32%;
    height: 436px;
}


@media (max-width: 768px) {
    .article-list.article-layout--columns {
        overflow-x: scroll;
        display: flex;
        gap: 16px;
        flex-direction: row;
    }

    .template-blog .article-list.article-layout--columns {
        overflow-x: unset;
        flex-wrap: wrap;
        gap: 48px;
    }

    .template-blog .article-list.article-layout--columns .article {
        width: 100%;
        height: 336px;
    }

    .template-blog .article-list.article-layout--columns .article__inner {
        max-width: none;
        height: 100%;
    }

    .article-list.article-layout--columns .article__inner {
        max-width: 270px;
    }

    .template-blog .article-list.article-layout--columns .article__inner .rte {
        font-size: 12px;
        line-height: 18px;
    }

    .template-blog .article-list.article-layout--columns .article__inner h2 a {
        font-size: 16px;
        line-height: 24px;
    }


    .article-list.article-layout--columns .article__inner.article__inner--noimage h2 a {
        font-size: 22px;
        line-height: 26px;
    }

    .article-list.article-layout--columns .article__inner .iconmeta.time .iconmeta-icon {
        gap: 5px;
    }

    .article-list.article-layout--columns .article__inner .iconmeta.time .iconmeta-icon &gt; svg {
        max-width: 12px;
    }

    .featured-blog {
        padding: 0 24px;
        margin: 64px 0;
    }

    .featured-blog__heading {
        margin-bottom: 28px;
    }

    .featured-blog__heading &gt; .hometitle {
        font-weight: 400;
        font-size: 32px;
        line-height: 38px;
    }

    .featured-blog__heading &gt; .featured-blog__heading__viewAll {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 16px;
    }
}

/*  */


/* BRAND SLIDER */

#brand-list {
    margin: 45px 0 !important;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 40px;
}

.brand-list &gt; div &gt; div {
    display: flex;
    gap: 24px;
    margin: 0 !important;
}

.brand-list &gt; div &gt; div {
    display: flex;
    gap: 24px;
}

.brand-list &gt; div {
    display: flex;
    gap: 24px;
}

.brandBlock__content {
    height: fit-content;
    width: fit-content;
    max-width: 112.5px;
    min-width: 112.5px;
}

.brandBlock__container {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.brandBlock__image {
    width: 125px;
    max-width: 125px;
}

.brandBlock__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    text-align: left;
    margin: 0;
    margin-bottom: 8px;
}

.brandBlock__text {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #899098;
    text-align: left;
}

.brandSlider__bigTitle {
    margin: 0;
}

@media (max-width: 768px) {
    #key-list &gt; div &gt; div {
        margin-left: -60px !important;
    }

    .brandBlock__image {
        max-height: 270px;
        width: 100%;
    }

    .brandBlock__content {
        min-width: 213px;
        max-width: 213px;
    }

    .brandBlock__title {
        font-size: 16px;
        line-height: 24px;
    }

    .brandBlock__text {
        font-size: 12px;
        line-height: 18px;
    }
}

.brandSlider-container {
    display: flex;
}

.collection-slider .brandSlider-arrows {
    gap: 12px;
    display: flex !important;
    height: fit-content;
    width: fit-content;
    position: absolute;
    right: 0;
    top: 20%;
    z-index: 99;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 16%);
    padding: 30px;
    padding-left: 50px;
}

@media (max-width: 768px) {
    .collection-slider .brandSlider-arrows {
        display: none !important;
    }
}

.collection-slider .brandSlider-arrows__arrow {
    position: unset;
    opacity: 1;
    display: flex;
    visibility: visible;
    margin: 0 !important;
    padding: 13.5px !important;
    background-color: transparent;
    border: 1px solid #000;
    height: fit-content;
}

.collection-slider .brandSlider-arrows__arrow &gt; svg {
    color: #000;
}

.collection-slider .brandSlider-container .owl-stage-outer .owl-stage {
    margin-left: -5vw !important;
}

/*  */

/* START Rocket Instagram Gallery */
.section-instagram-gallery .gallery-grid-cards {
    --gap: 16px;
    --num-cols: 3;
    box-sizing: border-box;
    padding: var(--gap);
    display: grid;
    grid-template-columns: repeat(var(--num-cols), minmax(100px, 1fr));
    grid-auto-flow: row dense;
    gap: var(--gap);
}

.section-instagram-gallery .gallery__item {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    content: "";
    padding-top: 100%;
    display: block;
}

.section-instagram-gallery .overlay-text__title {
    font-size: 22px;
    line-height: 34px;
    margin: 0 16px 4px;
}

.section-instagram-gallery .overlay-text__subtitle {
    color: #112333;
    margin: 0 72px 40px;
    text-align: left;
    font: size: 16px;

}

.rocket-gallery__container row {
    padding-right: 0px;
    padding-left: 0px;
}

.overlay-text__user {
    font-family: var(---rocket-heading-font-family);
    font-weight: var(---rocket-ccg-fw-regular);
    font-size: 8px;
    line-height: 28px;
    display: none;
    color: var(---rocket-color-white);
}

@media (max-width: 768px) {
    .gallery__item--enlarged-mobile .overlay-text__user {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .gallery__item--enlarged-desktop .overlay-text__user {
        font-size: 16px;
    }
}

.insta-overlay-image:hover .overlay-text__user {
    display: block;
}

.insta-overlay-image:hover {
    background: rgba(30, 30, 30, 0.25);
    /* Black background with opacity */
    cursor: pointer;
    /* Add a pointer on hover */
}

@media (max-width: 1100px) {
    .section-instagram-gallery .gallery__item--enlarged-mobile {
        grid-column: span 2;
        grid-row: span 2;
    }
}

@media (min-width: 1100px) {
    .section-instagram-gallery .gallery__item--enlarged-desktop {
        grid-column: span 2;
        grid-row: span 2;
    }

    .section-instagram-gallery .gallery-grid-cards {
        --num-cols: 6;
        --gap: 20px;
    }

    .section-instagram-gallery .no-padding {
        padding: 0;
    }

    .section-instagram-gallery .overlay-text__title {
        font-size: 44px;
        line-height: 38px;
        margin-bottom: 24px !important;
        text-align: left;
        margin-left: 72px;

    }
}

/* END Rocket Instagram Gallery */

/* BLOG TAG FILTERING */

.link-dropdown__label {
    text-transform: uppercase;
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
    justify-content: center;
    align-items: center;
    padding: 11px 24px;
    margin-bottom: 55px;
    min-width: fit-content;
    margin-top: 0;
}

.link-dropdown__label--active {
    background-color: #112333;
    color: #fff;
    border-radius: 100px;
}

@media (max-width: 768px) {
    .link-dropdown__label {
        margin-bottom: 32px 0;
    }
}

/*  */

/* POST LABELS */

.latest-new__labels {
    display: flex;
    gap: 8px;
    position: relative;
    height: 25px;
}

.latest-new__labels .latest-new__label {
    display: flex;
    width: fit-content;
    background: #FFFFFF;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 3px 8px 4px;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #112333;
}

.latest-new__labels {
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .latest-new__labels .latest-new__label {
        padding: 2px 8px 3px;
        font-size: 10px;
        line-height: 14px;
    }

    .latest-new__labels {
        margin-bottom: 24px;
    }
}

/*  */

/* BLOG IMAGES */

.template-blog .article-image a {
    display: flex;
    height: 249px;
    padding: 16px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
}

.template-blog .article {
    border-radius: 4px;
}

.template-blog .article-image {
    width: 100%;
    max-width: none;
}

@media (max-width: 768px) {
    .template-blog .article-image a {
        height: 196px;
    }

    .template-article .iconmeta.time {
        flex-direction: column;
    }
}

.template-article .article-image {
    margin: auto;
    max-width: none;
    height: fit-content;
    border-radius: 4px;
}

.template-article .article-image .page-header--with-background {
    margin-bottom: 48px;
    height: 536px;
}

.template-article .article-image .page-header--with-background .rimage-background-wrapper,
.template-article .article-image .page-header--with-background .rimage-background-wrapper .rimage-outer-wrapper.rimage-background {
    height: 100%;
    border-radius: 4px;
}

.template-article .iconmeta.time {
    display: flex;
    gap: 24px;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
}

.template-article .iconmeta-container {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}

.template-article .latest-new__labels .latest-new__label {
    display: flex;
    width: fit-content;
    background: #EEF2F6;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 3px 8px 4px;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #112333;
}

@media (max-width: 768px) {
    .template-article .latest-new__labels {
        margin-bottom: 16px;
    }

    .template-article .latest-new__labels .latest-new__label {
        font-size: 12px;
        line-height: 18px;
        padding: 4px 8px;
        height: fit-content;
    }

    .template-article .iconmeta-container {
        justify-content: space-between;
        font-size: 12px;
        line-height: 18px;
    }

    .template-article .iconmeta-container .iconmeta-icon svg {
        width: 12px;
        height: 12px;
    }

    .template-article .iconmeta-container span span {
        display: none;
    }

    .template-article .article-image .page-header--with-background {
        height: 280px;
        margin-bottom: 40px;
    }
}

.template-article .article .container {
    margin: auto;
    max-width: none;
    padding: 0;
}

.template-article .article .rte {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.template-article .article .rte span,
.template-article .article .rte p span {
    font-family: 'Barlow';
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.template-article .article .rte h2 span {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    color: #112333;
}

.template-article .article .rte h4 span {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #05B1F9;
}

@media (max-width: 768px) {
    .template-article .article .rte h4 span {
        font-size: 16px;
        line-height: 24px;
    }

    .template-article .article .rte h2 span {
        font-size: 24px;
        line-height: 29px;
    }

    .template-article .article .rte span,
    .template-article .article .rte p span {
        font-size: 14px;
        line-height: 22px;
    }
}

.template-article .meta {
    margin: 0;
}

.template-article .iconmeta-icon {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.template-article .iconmeta-icon span {
    display: flex;
    gap: 4px;
}

.template-article .iconmeta-icon svg {
    width: 15px;
}

.template-article .iconmeta-icon svg path {
    fill: #112333;
}

.template-article .article-footer {
    display: flex;
    justify-content: space-between;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #112333;
    margin-bottom: 72px;
}

.template-article .sharing a svg {
    width: 24px;
    height: 24px;
}

.template-article .sharing a svg,
.sharing a svg g {
    fill: #fff;
}

.template-article .sharing.social-links .sharing-list {
    display: flex;
    gap: 8px;
}

.template-article .sharing.social-links a {
    margin-inline-start: 0;
}

@media (max-width: 768px) {
    .template-article .article-footer {
        font-size: 12px;
        line-height: 18px;
    }

    .template-article .sharing a svg {
        width: 18px;
        height: 18px;
    }

    .template-article .iconmeta-icon span span {
        display: none;
    }
}

.template-article .container .author-about {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 32px;
    background: #F7F7F7;
    border-radius: 4px;
    margin-bottom: 72px;
}

.template-article .container .author-about .author-info__title {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    color: #112333;
    margin-bottom: 24px;
}

.template-article .container .author-about .author-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.template-article .container .author-about .author-info__name {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #112333;
}

.template-article .container .author-about .author-info__text {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
}

@media (max-width: 768px) {
    .template-article .container .author-about {
        padding: 16px;
    }

    .template-article .container .author-about .author-info__title {
        font-size: 24px;
        line-height: 29px;
    }

    .template-article .container .author-about .author-image img {
        width: 80px;
        height: 80px;
    }

    .template-article .container .author-about .author-info__name {
        font-size: 14px;
        line-height: 22px;
    }

    .template-article .container .author-about .author-info__text {
        font-size: 12px;
        line-height: 18px;
    }
}

.template-article #comments {
    max-width: none;
    justify-content: left;
    margin-bottom: 40px;
}

.template-article #comments .blog-comments__title {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 44px;
    line-height: 48px;
    color: #112333;
    margin-bottom: 40px;
}

.template-article #comments .comment {
    display: flex;
    gap: 16px;
}

.template-article #comments .comment .comment-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.template-article #comments .comment {
    display: flex;
    padding-top: 0;
    border: 0;
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .template-article #comments .comment {
        gap: 8px;
    }

    .template-article #comments {
        margin-bottom: 12px;
    }
}

.template-article #comments .comment .comment-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 8px;
    background-color: #F7F7F7;
    border-radius: 0px 4px 4px 4px;
    width: 100%;

}

.template-article #comments .comment .comment-author-image svg {
    width: 56px;
    height: 56px;
}

@media (max-width: 768px) {
    .template-article #comments .comment .comment-author-image svg {
        width: 40px;
        height: 40px;
    }
}

.template-article #comments .comment .author {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #112333;
    margin: 0;
}

.template-article #comments .comment .comment-date {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #818A96;
    margin: 0;
}

.template-article #comments .comment .comment-text {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
    margin: 0;
}

.template-article .form #add-comment-title {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 44px;
    line-height: 48px;
    color: #112333;
    margin-bottom: 40px;
}

.template-article #template.form {
    margin-bottom: 110px;
}

@media (max-width: 768px) {

    .template-article #template.form {
        margin-bottom: 64px;
    }

    .template-article .form #add-comment-title {
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 36px;
    }

    .template-article #comments .blog-comments__title {
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 36px;
    }

    .template-article #comments .comment .comment-text {
        font-size: 12px;
        line-height: 18px;
    }

    .template-article #comments .comment .author {
        font-size: 14px;
        line-height: 22px;
    }

    .template-article #comments .comment .comment-date {
        font-size: 10px;
        line-height: 14px;
    }
}

.template-article .form .form-container__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    border: 1px solid #D9DEE5;
    border-radius: 4px;
}

.template-article .form .success {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #10B981;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 12px;
    gap: 4px;
    width: 327px;
    height: 60px;
    background-color: rgba(16, 185, 129, 0.1);
    border-radius: 4px;
}

.template-article .form .errors {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 12px;
    gap: 4px;
    background: rgba(239, 68, 68, 0.16);
    border: 0;
    border-radius: 4px;
}

.template-article .form .errors li {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #EF4444;
}

@media (max-width: 768px) {
    .template-article .form .form-container__container {
        padding: 24px 16px;
    }
}

.template-article .form .form-container__container .comment-form__label {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
    margin-bottom: 8px;
}

.template-article .form .form-container__container .comment-form__input {
    border: 0;
    border-bottom: 1px solid #818A96;
    border-radius: 0;
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
    padding: 5px;
    height: 20px;
    padding-left: 0;

}

.template-article .form .form-container__container .comment-form__input::placeholder {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #818A96;
}

.template-article #template.form .form-container__container .comment-form__area {
    height: 40px;
    resize: none;
    border: 0;
    border-bottom: 1px solid #818A96;
}

@media (max-width: 768px) {
    .template-article #template.form .form-container__container .comment-form__area {
        height: 82px;
        margin-bottom: 0;
    }
}

.template-article #template.form .form-container__container .form-container__container--info {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}

.template-article #template.form .form-container__container .form-container__container--info div {
    margin: 0;
}

.template-article #template.form .form-container__container .action_bottom {
    margin-top: 20px;
}

.template-article .page-header {
    padding: 0;
}

.template-article #template.form .form-container__container .action_bottom button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 48px;
    gap: 10px;
    background: #112333;
    border: 1px solid #112333;
    border-radius: 100px;
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.template-article .majortitle {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    color: #112333;
    margin-bottom: 48px;
    text-align: left;
}

@media (max-width: 768px) {
    .template-article #template.form .form-container__container .form-container__container--info {
        flex-direction: column;
        gap: 40px;
    }

    .template-article #template.form .form-container__container .action_bottom button {
        font-size: 16px;
        line-height: 24px;
        padding: 9px 48px;
        width: 100%;
    }

    .template-article #template.form .form-container__container .action_bottom {
        width: 100%;
    }

    .template-article .majortitle {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 24px;
    }
}


/*  */

/* SIZE CHART */
.template-suffix-size-chart .page-section-spacing {
    margin: 0;
}

.template-suffix-size-chart .page-header {
    padding: 0;
    margin-top: 33px;
}

.template-suffix-size-chart .page-header .majortitle {
    font-family: 'Bebas Neue';
    font-weight: 400;
    margin-bottom: 32px;
    color: #112333;
    text-align: left;
    font-size: 56px;
    line-height: 64px;
}

@media (max-width: 768px) {
    .template-suffix-size-chart .page-header .majortitle {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 37px;
    }
}

/*  */

/* COUNTRY SELECTOR */

.country-selector,
.currency-selector__container,
.language-selector__container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-selector svg,
.currency-selector__container svg,
.language-selector__container svg {
    display: flex;
    align-items: center;
    width: 16px;
    height: 16px;
}

.country-selector .disclosure__toggle.currency-selector,
.currency-selector__container .disclosure__toggle.currency-selector,
.language-selector__container .disclosure__toggle.language-selector {
    display: flex;
    align-items: center;
    padding: 0px;
    gap: 8px;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    background-color: transparent;
    color: #fff;
}

#shopify-section-footer .language-selector__container .disclosure__toggle.language-selector {
    color: #112333;
}

.country-selector .disclosure__toggle.currency-selector .disclosure__toggle-arrow,
.currency-selector__container .disclosure__toggle.currency-selector .disclosure__toggle-arrow,
.language-selector__container .disclosure__toggle.language-selector .disclosure__toggle-arrow {
    margin: 0;
}

@media (max-width: 768px) {

    .country-selector .disclosure__toggle.currency-selector,
    .currency-selector__container .disclosure__toggle.currency-selector,
    .language-selector__container .disclosure__toggle.language-selector {
        font-size: 12px;
        line-height: 18px;
        gap: 4px;
    }

    .country-selector,
    .currency-selector__container,
    .language-selector__container {
        gap: 4px;
    }
}

.country-selector .disclosure-list,
.currency-selector__container .disclosure-list,
.language-selector__container .disclosure-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 9.5px 10px;
    gap: 6px;
    background-color: #fff;
    border: 1px solid #D9DEE5;
    border-radius: 8px;
}

.country-selector .disclosure-list .disclosure-list__item,
.currency-selector__container .disclosure-list .disclosure-list__item,
.language-selector__container .disclosure-list .disclosure-list__item {
    display: flex;
    align-items: center;
    padding: 0px;
    gap: 6px;
    background-color: transparent;
    color: red;
}

.country-selector .disclosure-list .disclosure-list__item .disclosure-list__option,
.currency-selector__container .disclosure-list .disclosure-list__item .disclosure-list__option,
.language-selector__container .disclosure-list .disclosure-list__item .disclosure-list__option {
    display: flex;
    gap: 4px;
    padding: 0;
}

.country-selector .disclosure-list .disclosure-list__item .disclosure-list__option .disclosure-option-with-parts__part,
.currency-selector__container .disclosure-list .disclosure-list__item .disclosure-list__option .disclosure-option-with-parts__part,
.language-selector__container .disclosure-list .disclosure-list__item .disclosure-list__option {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #112333;
    background-color: transparent;
}

.country-selector .disclosure-list .disclosure-list__item--current .disclosure-list__option,
.country-selector .disclosure-list .disclosure-list__item .disclosure-list__option:hover,
.country-selector .disclosure-list .disclosure-list__item .disclosure-list__option:hover .disclosure-option-with-parts__part,
.currency-selector__container .disclosure-list .disclosure-list__item--current .disclosure-list__option,
.currency-selector__container .disclosure-list .disclosure-list__item .disclosure-list__option:hover,
.currency-selector__container .disclosure-list .disclosure-list__item .disclosure-list__option:hover .disclosure-option-with-parts__part,
.language-selector__container .disclosure-list .disclosure-list__item--current .disclosure-list__option,
.language-selector__container .disclosure-list .disclosure-list__item .disclosure-list__option:hover,
.language-selector__container .disclosure-list .disclosure-list__item .disclosure-list__option:hover .disclosure-option-with-parts__part {
    font-weight: 700;
    background-color: transparent;
}

.country-selector .disclosure-list .disclosure-list__item .disclosure-list__option svg,
.currency-selector__container .disclosure-list .disclosure-list__item .disclosure-list__option svg,
.language-selector__container .disclosure-list .disclosure-list__item .disclosure-list__option svg {
    width: 16px;
    height: 16px;
}

/*  */

/* FEATURED BLOG HOME */

.section-featured-blog .article-list.article-layout--columns .article-image {
    max-width: none;
}

.section-featured-blog .article-list.article-layout--columns {
    max-width: 100%;
    margin: 0;
}

/*  */

/* HEADER MENU */

.logo-area__right .show-search-link.desktop-only {
    display: none;
    margin-inline-end: 24px;
    display: flex;
    align-items: center;
    padding: 8px 10.5px;
    border-bottom: 1px solid #818A96;
    width: 200px;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #112333;
}

@media (min-width: 768px) {
    .section-header:not #pageheader {
        padding-bottom: 14px;
    }
}

.section-header:not(.section-header--nav-open) #pageheader:not(.pageheader--transparent) {
    border-bottom: 1px solid #D9DEE5;
}

.section-header:not(.section-header--nav-open) .pageheader--transparent .logo-area__right .show-search-link.desktop-only {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.logo-area__right .show-search-link.mobile-only .show-search-link__icon {
    width: fit-content;
}

.section-header:not(.section-header--nav-open) .pageheader--transparent .logo-area__right .logo-area__right__inner svg path {
    fill: #fff;
}

.section-header:not(.section-header--nav-open) .pageheader--transparent .logo-area__left .logo-area__left__inner svg path {
    fill: #fff;
}

.navigation .navigation__tier-1 &gt; .navigation__item &gt; .navigation__link {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #112333;
    padding: 0;
    margin-right: 24px;
    display: flex;
    gap: 4px;
    align-items: center;
}

.black-friday-banner {
    padding: 0px 9px !important;
    background-color: black !important;
    border-radius: 3px !important;
    max-width: fit-content !important;
    color: white !important;
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 12px;
    transition: color 175ms ease-in, background-color 175ms ease-in;
}
.black-friday-banner .black-friday-banner__text {
    width: 85px;
}

.pageheader--transparent .black-friday-banner {
    background-color: white !important;
    color: black !important;
    fill: black !important;
}

.black-friday-banner svg path{
    transition: fill 175ms ease-in;
}
.pageheader--transparent .black-friday-banner svg path{
    fill: black !important;
}


.section-header:not(.section-header--nav-open) .pageheader--transparent .navigation .navigation__tier-1 &gt; .navigation__item &gt; .navigation__link,
.section-header:not(.section-header--nav-open) .pageheader--transparent .navigation .navigation__tier-1 &gt; .navigation__item &gt; .navigation__link .icon svg path {
    color: #fff;
    fill: #fff;
}

.section-header:not(.section-header--nav-open) .pageheader--transparent .navigation .navigation__tier-1 &gt; .navigation__item:hover &gt; .navigation__link .icon svg path,
.section-header:not(.section-header--nav-open) .pageheader--transparent .navigation .navigation__tier-1 &gt; .navigation__item:hover &gt; .navigation__link {
    color: #05B1F9;
    fill: #05B1F9;
}

.section-header .navigation .navigation__tier-1 &gt; .navigation__item:hover &gt; .navigation__link,
.section-header .navigation .navigation__tier-1 &gt; .navigation__item:hover &gt; .navigation__link .icon svg path {
    color: #05B1F9;
    fill: #05B1F9;
}

.section-header .navigation .navigation__tier-1 &gt; .navigation__item &gt; .navigation__link .icon svg {
    width: 28px;
    height: 28px;
}


.navigation.navigation--tight-underline .navigation__tier-1 &gt; .navigation__item &gt; .navigation__link:before,
.navigation.navigation--tight-underline .navigation__tier-1 &gt; .navigation__item &gt; .navigation__link:after {
    display: none;
}

#main-nav .navigation__tier-1 {
    padding-top: 32px;
    padding-bottom: 24px;
    padding-left: 72px;
}

.navigation--main .navigation__tier-1-container .navigation__tier-1.mobile-only {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.mobile-navigation-drawer .navigation--main .navigation__tier-1-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mobile-navigation-drawer .navigation--main {
    margin-top: 32px;
}

.navigation--main .navigation__tier-1-container .navigation__tier-1.mobile-only .navigation__item--with-children {
    align-items: center;
    display: flex;
}

@media (max-width: 1300px) {
/*     .navigation--main .navigation__tier-1-container .navigation__tier-1.mobile-only .navigation__item--with-children {
      max-width: 25%;
  
    } */

    .mobile-navigation-drawer .navigation__tier-2 .navigation__item--open .navigation__tier-3-container {
        width: 100%;
    }  

    .navigation--main .navigation__tier-1-container .navigation__tier-1.mobile-only .navigation__item--with-children .navigation__children-toggle {
        padding-left: 70% !important;
    }

    .mobile-navigation-drawer .navigation__tier-2-container .navigation__tier-2 {
        padding-right: 12px;
    
    }
}

.navigation--main .navigation__tier-1-container .navigation__tier-1.mobile-only .navigation__item .navigation__link {
    gap: 6px;
}

.navigation--main .navigation__tier-1-container .navigation__tier-1.mobile-only .navigation__item--with-children .navigation__children-toggle {
    padding: 0;
}

.navigation__tier-2-container .navigation__tier-2-container--content {
    display: flex;
    padding-left: 72px;
    min-height: 480px;
    background-color: #fff;
    height: fit-content;
    max-height: calc(100vh - var(--theme-header-height) - 100px)!important;
}

@media (max-width: 768px) {
    .navigation__tier-2-container .navigation__tier-2-container--content {
        padding: 0 24px;
    }
}

.pageheader--sticky + #main-nav .navigation .navigation__item .navigation__tier-2-container {
    overflow: unset;
}

.navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) .navigation__column-title,
.navigation--main .navigation__tier-1-container .navigation__tier-1.mobile-only .navigation__item .navigation__link,
.navigation .navigation__columns .navigation__column:not(.navigation__item--with-children) .navigation__link {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #112333;
    text-transform: none;
    opacity: 1;
    letter-spacing: 0;
}

#main-nav .navigation__tier-2-container--content .navigation__columns .navigation__column.navigation__item.wrapped-column{
    min-width: 40%;
/*     padding-left: 15px;
    padding-right: 15px; */
}


#main-nav .navigation__tier-2-container--content .navigation__columns .navigation__column.navigation__item {
/*     max-width: 25%;
 */   /*  min-width: 25%; */
 flex: auto;

}


#main-nav .navigation__tier-2-container--content .menu-banner-cont{
    width: 37%;
}
#main-nav .navigation__tier-2-container--content .menu-banner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

#main-nav .navigation__tier-2-container--content .menu-banner__container {
    display: flex;
    padding: 32px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

#main-nav .navigation__tier-2-container--content .menu-banner__container--title {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 44px;
    line-height: 48px;
    color: #FFFFFF;
}

#main-nav .navigation__tier-2-container--content .menu-banner__container--button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 10px;
    background: #FFFFFF;
    border-radius: 100px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
    height: fit-content;
}

#main-nav {
    max-height: 0px;
}

#main-nav .navigation .navigation__tier-2-container {
    top: 0;
}

.navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) .navigation__tier-3 .navigation__link {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #112333;
}

.navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) .navigation__tier-3 .navigation__link.navigation-seeMore {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #112333;
    text-decoration: underline;
    margin-bottom: 20px;
}

.display-none {
    display: none !important;
}

.mobile-nav-title__init {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mobile-nav-title__init .mobile-nav-title__init--top {
    display: flex;
    gap: 16px;
}

.mobile-navigation-drawer .navigation__tier-2 {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.mobile-navigation-drawer .navigation__tier-2-container {
    overflow: hidden;
}

.mobile-navigation-drawer .navigation__tier-2-container .navigation__tier-2 {
    max-height: 80vh;
    overflow: scroll;
    width: 100%;
    padding-bottom: 180px;
    overflow-x: hidden;
}

.mobile-navigation-drawer .navigation__tier-2 .navigation__tier-3 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 0;
}

.mobile-navigation-drawer .navigation__tier-2 .navigation__item--open .navigation__tier-3-container {
    margin-top: 16px;
}

.mobile-navigation-drawer .navigation__mobile-header__container {
    background-color: #fff;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.menu-mobile__footer {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.menu-mobile__footer--lowerContainer {
    display: flex;
}

.menu-mobile__footer--lowerContainer__menu--list {
    display: flex;
}

.menu-mobile__footer--lowerContainer__menu--list .menu-mobile__footer--lowerContainer__menu--list__item:not(:last-child)::after {
    content: "|";
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
    padding: 16px;
}

.menu-mobile__footer--lowerContainer__menu--list .menu-mobile__footer--lowerContainer__menu--list__item .menu-mobile__footer--lowerContainer__menu--list__item--link {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
    padding: 16px;
}

.menu-mobile__footer--lowerContainer__menu--list .menu-mobile__footer--lowerContainer__menu--list__item .menu-mobile__footer--lowerContainer__menu--list__item--link:first-child {
    padding-left: 0px;
}

.menu-mobile__footer--lowerContainer__menu--list .menu-mobile__footer--lowerContainer__menu--list__item .menu-mobile__footer--lowerContainer__menu--list__item--link:last-child {
    padding-right: 0px;
}

.menu-mobile__footer--trustpilot {
    display: flex;
    background: #112333;
    border-radius: 4px;
    padding: 16px;
    justify-content: center;
}

.menu-mobile__footer--trustpilot .menu-mobile__footer--trustpilot__text {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.menu-mobile__footer--trustpilot span {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border-radius: 4px;
    padding: 0 8px;
}

.navigation__mobile-header__content {
    display: flex;
    gap: 4px;
    align-items: center;
}

.navigation__mobile-header__content .mobile-nav-title {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
}

.navigation__tier-2--title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: -5px;
    padding-bottom: 5px;
    background-color: #fff;
    z-index: 20;
}

.navigation__tier-2--title__text {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #112333;
}

.navigation__tier-2--title__anchor {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #112333;
}

/*  */

/* LOGIN PAGE */

#template.main-login-template {
    display: flex;
}

#template.main-login-template .login-custom {
    background: #112333;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    justify-content: center;
}

#template.main-login-template .login-custom .login-custom__title {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
}

#template.main-login-template .login-custom .login-custom__text {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

@media (max-width: 768px) {
    #template.main-login-template {
        flex-direction: column;
        gap: 32px;
    }

    #template.main-login-template .login-custom {
        padding: 24px;
    }
}

#template.main-login-template .login-custom .login-custom__form {
    display: flex;
    flex-direction: column;
}

#template.main-login-template .login-custom .login-custom__form .login-custom__form--label {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin: 0;
}

#template.main-login-template .login-custom .login-custom__form .login-custom__form--input {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #818A96;
    background-color: transparent;
    padding: 6px 0 12px 0;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 6000000000000s 0s, color 600000000000s 0s;
}

#template.main-login-template .login-custom .login-custom__form .login-custom__form--submit {
    border: 1px solid #112333;
    border-radius: 100px;
    margin-top: 24px;
    padding: 12px 48px;
    background: #FFFFFF;
    width: fit-content;
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #112333;
}

#template.main-login-template .login-custom .login-custom__popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    z-index: 900;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#template.main-login-template .login-custom .login-custom__popup .login-custom__popup--container {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    gap: 24px;
    border-radius: 8px;
}

#template.main-login-template .login-custom .login-custom__popup .login-custom__popup--text {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #112333;
}

#template.main-login-template .login-custom .login-custom__popup .login-custom__popup--header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

#template.main-login-template .login-custom .login-custom__popup .login-custom__popup--header .login-custom__popup--header__title {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 44px;
    line-height: 48px;
    color: #05B1F9;
}

#template.main-login-template .login-custom .login-custom__popup.popup-error .login-custom__popup--header .login-custom__popup--header__title {
    color: #EF4444;
}

#template.main-login-template .login-custom .login-custom__popup .login-custom__popup--header__close {
    cursor: pointer;
}

#template.main-login-template #recover-password,
#template #create-customer,
#template.main-login-template #customer {
    display: flex;
    flex-direction: column;
}

.template-customers-activate_account #template form .action_bottom button,
#template.main-login-template #recover-password .note a,
#template #create-customer .note,
#template.main-login-template #customer .create-account {
    font-size: 18px;
    font-family: Barlow;
    font-weight: 600;
    text-decoration-line: underline;
    color: #112333;
}

.template-customers-activate_account #template form .action_bottom {
    margin-top: 12px;
}

.template-customers-activate_account #template form .action_bottom button {
    background-color: transparent;
    border: 0;
    width: fit-content;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #112333;
    padding: 0;
    text-decoration: underline !important;
}

#template.main-login-template #recover-password .errors,
#template #create-customer .errors,
#template.main-login-template #customer .errors {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 12px;
    gap: 4px;
    background: rgba(239, 68, 68, 0.16);
    border-radius: 4px;
    margin-top: -8px;
}

#template.main-login-template #recover-password .errors ul li,
#template #create-customer .errors ul li,
#template.main-login-template #customer .errors ul li {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #EF4444;
}

#template.main-login-template #recover-password .create-account,
#template.main-login-template #customer .create-account {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    text-decoration-line: underline;
    color: #112333;
    margin: 0;
}

.template-customers-activate_account #template .template_header .title,
#template #create-customer .template_header,
#template.main-login-template #customer .template_header,
#template.main-login-template #recover-password .template_header,
#template #create-customer .template_header .title,
#template.main-login-template #recover-password .template_header .title,
#template.main-login-template #customer .template_header .title {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    color: #112333;
    margin: 0;
    text-align: left;
}
.template-customers-activate_account #template .template_header,
#template.main-login-template #recover-password .template_header .note {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
    margin: 16px 0 40px 0;
}

#template.main-login-template #recover-password form,
#template #create-customer form,
#template.main-login-template #customer #customer_login {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 24px;
}

#template #create-customer form {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

@media (max-width: 768px) {
    #template #create-customer form {
        display: flex;
        flex-direction: column;
    }
}

.template-customers-activate_account #template form #password,
.template-customers-activate_account #template form #password_confirm,
#template.main-login-template #customer #customer_login #login_email,
#template.main-login-template #recover-password form #recover_email,
#template #create-customer form .input-row,
#template.main-login-template #customer #customer_login #login_password {
    padding-bottom: 32px;
    margin: 0;
}

#template #create-customer form .input-row {
    padding-bottom: 8px;
}

#template.main-login-template #customer #customer_login #login_password #forgot_password {
    margin-top: 10px;
}

#template.main-login-template #customer #customer_login #login_password #forgot_password a {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #818A96;
}

.template-customers-activate_account #template form #password label,
.template-customers-activate_account #template form #password_confirm label,
#template.main-login-template #customer #customer_login #login_email .login,
#template.main-login-template #recover-password form #recover_email label,
#template #create-customer form .input-row label,
#template.main-login-template #customer #customer_login #login_password .login {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
    margin: 0;
}

.template-customers-activate_account #template form #password input,
.template-customers-activate_account #template form #password_confirm input,
#template.main-login-template #customer #customer_login #login_email #customer_email,
#template.main-login-template #recover-password form #recover_email #recover-email,
#template #create-customer form .input-row input,
#template.main-login-template #recover-password form #recover_password #recover-password,
#template.main-login-template #customer #customer_login #login_password #customer_password {
    border: 0;
    border-radius: 0;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
    padding: 6px 0 12px 0;
    border-bottom: 1px solid #818A96;
}

#template #create-customer form .input-row input {
    max-width: 306px;
    width: 100%;
}

.template-customers-activate_account #template form .action_bottom,
#template.main-login-template #recover-password form .action_bottom,
#template #create-customer form .action_bottom,
#template.main-login-template #customer #customer_login .action_bottom {
    margin: 0;
}

.template-customers-activate_account #template form .action_bottom,
#template #create-customer form .action_bottom,
#template.main-login-template #recover-password form .action_bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.template-customers-activate_account #template form .action_bottom p,
#template.main-login-template #recover-password form .action_bottom p,
#template #create-customer form .action_bottom p,
#template.main-login-template #recover-password form .action_bottom .note {
    margin: 0;
}

.template-customers-activate_account #template form .action_bottom p button,
#template.main-login-template #recover-password form .action_bottom button,
#template #create-customer form .action_bottom button,
#template.main-login-template #customer #customer_login .action_bottom button {
    padding: 12px 48px;
    background-color: #112333;
    border: 1px solid #112333;
    border-radius: 100px;
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    width: fit-content;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .template-customers-activate_account #template form .action_bottom button,
    #template.main-login-template #recover-password form .action_bottom button,
    #template #create-customer form .action_bottom button,
    #template.main-login-template #customer #customer_login .action_bottom button {
        width: 100%;
    }

    #template #create-customer form .input-row input {
        max-width: unset;
    }

    .section-footer__newsletter-block {
        padding-top: 2.5rem;
    }

    .template-customers-activate_account #template form .action_bottom p button {
        width: 100%;
    }
}

/*  */

/* SHIPPING &amp; PAYMENTS */
.page-header {
    padding: 0;
    margin: 40px 0;
}

.page-header .majortitle {
    margin: 0;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    color: #112333;
    text-align: left;
}

.page-404 {
    text-align: center;
}
.page-404 .page-header .majortitle {
    text-align: center;
}

@media (max-width: 768px) {
    .page-header {
        margin: 32px 0;
    }

    .page-header .majortitle {
        font-size: 44px;
        line-height: 48px;
    }
}

.section-video {
    margin-bottom: 72px;
}

@media (max-width: 768px) {
    .section-video {
        margin-bottom: 40px;
    }
}

/*  */

/* SIZE CHART MODAL */

.size-chart-content {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

.size-chart-content .size-chart {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 40px;
    height: 90%;
    width: 95%;
    margin: 0;
}

@media (max-width: 768px) {
    .size-chart-content .size-chart {
        padding: 24px;
    }
}

.size-chart-content .size-chart .size-chart-close {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.size-chart-content .size-chart .size-chart__inner {
    height: 95%;
    width: 100%;
}

/*  */

/* FIXES SLIDERS MARGINS */

.section-featured-collection [data-section-type="featured-collection"] {
    margin-top: 0;
    margin-bottom: 72px;
}

@media (max-width: 768px) {
    .section-featured-collection [data-section-type="featured-collection"] {
        margin-top: 0;
        margin-bottom: 120px;
    }
}

/*  */

/* COLLECTION BUTTON FILTER */

.utility-bar.collection {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.utility-bar .utility-bar__right .utility-bar__item.desktop-only .link-dropdown__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #D9DEE5;
    border-radius: 100px;
    min-width: fit-content;
    width: fit-content !important;
}

.utility-bar .utility-bar__right .utility-bar__item.desktop-only .link-dropdown__button .link-dropdown__button-text {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #112333;
}

.utility-bar .utility-bar__right .utility-bar__item.desktop-only .link-dropdown__button .link-dropdown__button-text svg {
    width: 16px;
}

.utility-bar .utility-bar__right .utility-bar__item.desktop-only .link-dropdown__options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.utility-bar .utility-bar__right .utility-bar__item.desktop-only .link-dropdown__options .link-dropdown__link {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #112333;
    padding: 0;
}

.utility-bar .utility-bar__right .utility-bar__item.desktop-only .link-dropdown__options .link-dropdown__link:hover {
    background-color: unset;
    font-weight: 600;
}

.utility-bar .utility-bar__right .utility-bar__item.desktop-only .link-dropdown__options .link-dropdown__link.link-dropdown__link--active {
    font-weight: 600;
    background-color: unset;
}

/*  */

/* COLLECTION MOBILE GRID SIZE SELECTOR */

.template-collection .layout-switchers {
    border: 1px solid #D9DEE5;
    border-radius: 100px;
}

.template-collection .layout-switchers .layout-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 0;
    padding: 12px;
    background: #fff;
    transition: background 200ms ease-in-out;
}

.template-collection .layout-switchers .layout-switch svg {
    height: 11px;
}

.template-collection .layout-switchers .layout-switch.layout-switch--active {
    background: #112333;
    transition: background 200ms ease-in-out;
}

.template-collection .layout-switchers .layout-switch svg rect {
    fill: #112333;
    stroke: #112333;
}

.template-collection .layout-switchers .layout-switch.layout-switch--active svg rect {
    fill: #fff;
    stroke: #fff;
}

.template-collection .utility-bar.collection .utility-bar__right.mobile-only .utility-bar__item {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #D9DEE5;
    border-radius: 100px;
}

/*  */

/* WHITEPAGES */
.template-suffix-politicas .container .container.cf,
.container .shopify-policy__container {
    max-width: 75%;
    margin: 0;
}

.template-page.template-suffix-politicas #content&gt;.container {
    margin: 50px 0;
}

@media (max-width: 768px) {

    .template-suffix-politicas .container .container.cf {
        padding: 0 24px;
    }

    .container .shopify-policy__container {
        padding: 0;
    }
}

.template-suffix-politicas .container .container.cf .page-header {
    margin: 0;
}

.template-suffix-politicas .container .container.cf .majortitle,
.container .shopify-policy__container .shopify-policy__title {
    text-align: left;
    margin-bottom: 40px;
}
.template-suffix-politicas .container .container.cf .majortitle h1,
.container .shopify-policy__container .shopify-policy__title h1 {
    margin: 0;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    color: #112333;
}

.template-suffix-politicas .container.cf .rte p,
.template-suffix-politicas .container.cf .rte ul li,
.template-suffix-politicas .container.cf .rte ul,
.container .shopify-policy__container .shopify-policy__body .rte p,
.container .shopify-policy__container .shopify-policy__body .rte ul li,
.container .shopify-policy__container .shopify-policy__body .rte ul {
    margin: 0;
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
}

.template-suffix-politicas .container.cf .rte ul,
.container .shopify-policy__container .shopify-policy__body .rte ul {
    margin-top: 32px;
    margin-inline-start: 16px;
}

.template-suffix-politicas .container.cf .rte b,
.template-suffix-politicas .container.cf .rte strong,
.container .shopify-policy__container .shopify-policy__body .rte b,
.container .shopify-policy__container .shopify-policy__body .rte strong {
    font-size: 18px;
}

.template-suffix-politicas .container.cf .rte a,
.container .shopify-policy__container .shopify-policy__body .rte a {
    font-weight: 600;
    color: #05B1F9;
    text-decoration-color: #05B1F9;
}

@media (max-width: 768px) {

    .template-suffix-politicas .container .container.cf,
    .container .shopify-policy__container {
        max-width: none;
    }

    .template-suffix-politicas .container .container.cf .majortitle,
    .container .shopify-policy__container .shopify-policy__title {
        margin-bottom: 24px;
    }

    .template-suffix-politicas .container .container.cf .majortitle h1,
    .container .shopify-policy__container .shopify-policy__title h1 {
        margin: 0;
        font-family: 'Bebas Neue';
        font-weight: 400;
        font-size: 56px;
        line-height: 64px;
        color: #112333;
    }

    .template-suffix-politicas .container.cf .rte p,
    .template-suffix-politicas .container.cf .rte ul li,
    .template-suffix-politicas .container.cf .rte ul,
    .container .shopify-policy__container .shopify-policy__body .rte p,
    .container .shopify-policy__container .shopify-policy__body .rte ul li,
    .container .shopify-policy__container .shopify-policy__body .rte ul {
        margin: 0;
        font-family: 'Barlow';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #112333;
    }

    .template-suffix-politicas .container.cf .rte ul,
    .container .shopify-policy__container .shopify-policy__body .rte ul {
        margin-top: 32px;
        margin-inline-start: 16px;
    }

    .template-suffix-politicas .container.cf .rte b,
    .template-suffix-politicas .container.cf .rte strong,
    .container .shopify-policy__container .shopify-policy__body .rte b,
    .container .shopify-policy__container .shopify-policy__body .rte strong {
        font-size: 18px;
    }
}

/*  */

/* COLLECTION TEMPLATE OVERLAY TEXT MARGIN */

.template-collection .section-image-with-text-overlay {
    margin-bottom: 32px;
}

/*  */

/* INSTAGRAM FEED GALLERY */

.instagram-container {
    margin-top: 80px;
}

.instagram-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.instagram-header-container .instagram-container__title {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 48px;
    color: #112333;
    margin: 0;
}

.instagram-header-container .instagram-container__button {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    border: 1px solid #D9DEE5;
    border-radius: 100px;
}

.instagram-container__subtitle {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
    margin-bottom: 40px;
}

.instagram-header-container .instagram-container__subtitle a {
    text-decoration: none;
    font-weight: 600;
    color: #05B1F9;
}

#insta-feed a div img {
    border-radius: 4px !important;
}

@media (max-width: 768px) {

    .instagram-container {
        margin-top: 64px;
    }

    #insta-feed {
        display: flex !important;
        flex-wrap: wrap;
    }

    .instagram-header-container .instagram-container__title {
        font-size: 32px;
        line-height: 38px;
    }

    .instagram-header-container .instagram-container__button {
        font-size: 14px;
        line-height: 22px;
    }

    .instagram-container__subtitle {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 24px;
    }

    #insta-feed a {
        border-radius: 4px;
        display: flex !important;
        width: 50%;
        height: 155.5px;
    }

    #insta-feed a div {
        border-radius: 4px;
        display: block !important;
        min-width: 100%;
        height: 100%;
    }

    #insta-feed a:first-of-type {
        width: 100%;
        height: 327px;
    }
}

/*  */

/* COLLECTION SIDE BAR FILTERS */

.cc-price-range {
    display: flex;
    flex-direction: column-reverse;
}

.filter-group__heading__text {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #112333;
}

@media (max-width: 768px) {
    .filter-group__heading__text {
        font-size: 16px;
        line-height: 24px;
    }
}

.filter-group__items .toggle-target-container .filter-group__item {
    margin-bottom: 8px;
}

.filter-group__items .toggle-target-container .filter-group__item__text--seeMore {
    margin-top: 8px;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-decoration: underline;
    color: #112333;
    width: 100%;
}

@media (max-width: 768px) {
    .filter-group__items .toggle-target-container .filter-group__item__text--seeMore {
        margin-top: 8px;
        font-family: 'Barlow';
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-decoration: underline;
        color: #112333;
    }
}

.filter-group__clear-link {
    text-decoration: underline;
    font-weight: 700;
}

.filter-group__item .filter-group__item__text,
.filter-group__applied-item__text,
.filter-group__clear-link,
.filter-group__item .filter-group__item__count {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
}

@media (max-width: 768px) {
    .filter-group__item .filter-group__item__text,
    .filter-group__applied-item__text,
    .filter-group__item .filter-group__item__count {
        font-size: 14px;
        line-height: 22px;
    }
}

.filter-group__item .filter-group__item__text:before {
    border: 1px solid #818A96;
    border-radius: 2px;
}

.filter-group__item .filter-group__checkbox:checked + .filter-group__item__text:before {
    background-color: #05B1F9;
}

.filter-group .filter-group__item {
    gap: 8px;
    justify-content: unset;
    align-items: center;
}

.filter-group.filter-group--swatch .filter-group__item {
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 72px;
    margin: 0;
    gap: 4px;
}

.filter-group.filter-group--swatch .filter-group__item .filter-group__item__text {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #112333;
}

.filter-group.filter-group--swatch .filter-group__item:before {
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 100px !important;
}

@media (min-width: 768px) {
    #CollectionFilterForm {
        overflow-y: scroll;
        max-height: 70vh;
    }
}

/*  */

/* LAST FIXES */

a.toggle-btn.utility-bar__item.toggle-btn--revealed-desktop {
    gap: 8px;
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #112333;
    padding: 8px 24px;
    border: 1px solid #D9DEE5;
    border-radius: 100px;
}

a.toggle-btn.utility-bar__item.toggle-btn--revealed-desktop svg {
    width: 24px;
    height: 24px;
}

/*  */

/* PAGINATION */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.pagination .pagination__number,
.pagination .next,
.pagination .prev {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D9DEE5;
    border-radius: 100px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #112333;
    width: 56px;
    height: 56px;
    margin: 0;
}

.pagination .pagination__number.active {
    border: 1px solid #112333;
}

.pagination .prev svg,
.pagination .next svg {
    width: 12px;
    height: 22.5px;
}

.pagination .prev svg {
    transform: rotate(-90deg);
}

.pagination .next svg {
    transform: rotate(90deg);
}

@media (max-width: 768px) {

    .pagination .pagination__number,
    .pagination .next,
    .pagination .prev {
        font-size: 16px;
        line-height: 19px;
        width: 44px;
        height: 44px;
    }

    .pagination .prev svg,
    .pagination .next svg {
        width: 6px;
        height: 11px;
    }
}

/*  */

/* MY ACCOUNT */


.account-template #admin_header {
    margin: 0;
}

.account-template #admin_header .title {
    margin-bottom: 24px;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    color: #112333;
    text-align: left;
}

.account-template #customer_sidebar #customer_detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 16px;
    background: #F7F7F7;
    border-radius: 4px;
    margin-right: 32px;
}

.account-template #customer_sidebar #customer_detail .name {
    margin: 0;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #112333;
}

.account-template #customer_sidebar #customer_detail .address.note {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.account-template #customer_sidebar #customer_detail .note {
    margin: 0;
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #112333;
}

.account-template #customer_sidebar #customer_detail .log-out__sidebar {
    margin: 0;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #05B1F9;
    display: flex;
    align-items: center;
    gap: 4px;
}

.account-template #customer_sidebar #customer_detail .log-out__sidebar svg {
    width: 21px;
    height: 21px;
}

.account-template .account-switcher .account-switcher__options {
    display: flex;
    align-items: center;
    padding: 2px;
    background: #EEF2F6;
    border-radius: 6px;
    width: fit-content;
    margin-bottom: 32px;
}

.account-template .account-switcher .account-switcher__options .account-switcher__options--option {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 43px;
    border-radius: 6px;
}

.account-template .account-switcher .account-switcher__options .account-switcher__options--option.selected {
    font-weight: 700;
    background-color: #fff;
}

{

}

.account-template #customer_orders .responsive-table tr {
    border-bottom: 1px solid #D9DEE5;
}

.account-template #customer_orders .responsive-table th,
.account-template #customer_orders .responsive-table td {
    padding: 12px;
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: start;
    color: #112333;
}

.account-template #customer_orders .responsive-table th {
    font-weight: 700;
}

.account-template #address_tables .address_tables {
    display: flex;
    flex-wrap: wrap;
}

.account-template #address_tables .action_top {
    width: 100%;
    margin-top: 32px;
}

.account-template #address_tables .action_top #action a {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 48px;
    gap: 10px;
    background-color: #112333;
    border: 1px solid #112333;
    border-radius: 100px;
    width: fit-content;
    transition: all 200ms;
}

.account-template #address_tables .action_top #action a:hover {
    color: #112333;
    background-color: #fff;
    transition: all 200ms;
}

.account-template #address_tables {
    display: flex;
    flex-direction: column;
}

.account-template #address_tables .address_tables .address_table {
    padding: 24px;
    align-items: flex-start;
    margin: 0;
    background-color: #fff;
    border: 1px solid #D9DEE5;
    border-radius: 4px;
}

.account-template #address_tables .address_tables .address_table .customer_address:not(.hidden) {
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
}

.account-template #address_tables .address_tables .address_table .customer_address .address_title {
    margin: 0;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}

.account-template #address_tables .address_tables .address_table .customer_address .view_address {
    margin: 0;
    gap: 8px;
    display: flex;
    flex-direction: column;
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
}

.account-template #address_tables .address_tables .address_table .customer_address .address_actions {
    margin: 0;
    display: flex;
    gap: 16px;
}

.account-template #address_tables .address_tables .address_table .customer_address .address_actions span {
    margin: 0;
}

.account-template #address_tables .address_tables .address_table .customer_address .address_actions span a {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #05B1F9;
    text-decoration-color: #05B1F9;
}

.account-template #address_tables .address_tables .address_table--container {
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .account-template #address_tables .address_tables .address_table--container__mobile {
        margin-bottom: 16px;
    }
}

.account-template .account-popup:not(.hidden) {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.account-popup .account-popup__container {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: fit-content;
    height: fit-content;
    max-height: 90%;
    max-width: 95%;
    overflow-y: scroll;
    padding: 40px;
    box-shadow: 0px 0px 16px rgba(233, 233, 233, 0.25);
    border-radius: 8px;
    gap: 48px;
}

.account-popup .account-popup__container .account-popup__container--header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.account-popup .account-popup__container .account-popup__container--header h4 {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 44px;
    line-height: 48px;
    color: #112333;
    margin: 0;
}

.account-popup .account-popup__container form {
    display: flex;
    flex-wrap: wrap;
    width: 636px;
    gap: 24px;
}

.account-popup .account-popup__container form .input-row {
    display: flex;
    flex-direction: column;
    width: 306px;
    margin-bottom: 12px;
}

.account-popup .account-popup__container form .action_bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.account-popup .account-popup__container form .action_bottom p {
    margin: 0;
}

.account-popup .account-popup__container form .action_bottom span a {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #112333;
    text-decoration-color: #112333;
}

.account-popup .account-popup__container form .action_bottom p button {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    background-color: #112333;
    padding: 12px 48px;
    border-radius: 100px;
}

.account-popup .account-popup__container form .input-row label {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
}

.account-popup .account-popup__container form .input-row label {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
}

.account-popup .account-popup__container form .input-row input {
    border: 0;
    border-bottom: 1px solid #818A96;
    border-radius: 0;
    background-color: #fff;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
}

.account-popup .account-popup__container form .input-row select {
    border: 1px solid #D9DEE5;
    border-radius: 100px;
    background-color: #fff;
    padding: 8px 16px;
    margin: 0;
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
    height: fit-content;
    width: 100%;
}

.account-popup .account-popup__container form .input-row input::placeholder {
    opacity: 0;
}

@media (max-width: 768px) {
    .account-template #admin_header .title {
        font-size: 44px;
        line-height: 48px;
    }

    .account-template #customer_sidebar #customer_detail {
        margin: 0;
        margin-bottom: 40px;
    }

    .account-template #customer_sidebar #customer_detail .name {
        font-size: 18px;
        line-height: 26px;
    }

    .account-template #customer_sidebar #customer_detail .note {
        font-size: 14px;
        line-height: 22px;
    }

    .account-template .account-switcher .account-switcher__options {
        width: unset;
    }

    .account-template .account-switcher .account-switcher__options .account-switcher__options--option {
        font-size: 14px;
        line-height: 22px;
    }

    .account-template #customer_orders .responsive-table th,
    .account-template #customer_orders .responsive-table td {
        font-size: 14px;
        line-height: 22px;
        background-color: #fff;
        border: 0;
    }

    .account-template #customer_orders .responsive-table {
        border: 0;
    }

    .account-template #customer_orders .responsive-table .expanded {
        border-bottom: 1px solid #D9DEE5;
    }

    .account-template #customer_orders .responsive-table .responsive-table__cell-head th,
    .account-template #customer_orders .responsive-table th,
    .account-template #customer_orders .responsive-table tr,
    .account-template #customer_orders .responsive-table td.responsive-table__cell-head {
        font-weight: 700;
        border: 0;
    }

    .account-template #customer_orders .responsive-table td.responsive-table__cell-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
    }

    .account-template #customer_orders .responsive-table tr:not(.expanded) td.responsive-table__cell-head {
        border-bottom: 1px solid #D9DEE5;
    }

    .account-template #customer_orders .responsive-table td.responsive-table__cell-head .responsive-table__cell-head__icon svg {
        transform: rotate(90deg);
        width: 14.67px;
    }

    .account-template #address_tables .address_tables {
        display: flex;
        flex-wrap: wrap;
    }

    .account-template #address_tables .action_top {
        width: 100%;
        margin-top: 16px !important;
    }

    .account-template #address_tables .action_top #action a {
        font-size: 16px;
        line-height: 24px;
        padding: 9px 48px;
        width: 100%;
    }

    .account-template #address_tables {
        display: flex;
        flex-direction: column;
    }

    .account-template #address_tables .address_tables .address_table .customer_address {
        gap: 8px;
    }

    .account-template #address_tables .address_tables .address_table .customer_address .address_title {
        font-size: 21px;
        line-height: 25px;
    }

    .account-template #address_tables .address_tables .address_table .customer_address .address_title .default_address.note {
        font-size: 10px;
        line-height: 14px;
        padding: 2px 8px;
        min-width: fit-content;
    }

    .account-template #address_tables .address_tables .address_table .customer_address .view_address {
        font-size: 14px;
        line-height: 22px;
    }

    .account-template #address_tables .address_tables .address_table .customer_address .address_actions span a {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 768px) {
    .account-template .account-popup:not(.hidden) {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .account-popup .account-popup__container {
        max-height: 100%;
        height: 100%;
        width: 100%;
        max-width: 100%;
        padding: 24px;
        border-radius: 0;
        gap: 24px;
    }

    .account-popup .account-popup__container .account-popup__container--header h4 {
        font-size: 32px;
        line-height: 36px;
    }

    .account-popup .account-popup__container form {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%;
    }

    .account-popup .account-popup__container form .input-row {
        width: 327px;
    }

    .account-popup .account-popup__container form .input-row.checkbox {
        margin-top: -12px;
    }

    .account-popup .account-popup__container form .action_bottom {
        gap: 0;
        margin-top: -8px;
        width: 100%;
    }

    .account-popup .account-popup__container form .action_bottom span a {
        display: none;
    }

    .account-popup .account-popup__container form .action_bottom p button {
        font-size: 16px;
        line-height: 24px;
        padding: 9px 48px;
        width: 100%;
    }

    .account-popup .account-popup__container form .input-row label {
        font-size: 14px;
        line-height: 22px;
    }

    .account-popup .account-popup__container form .input-row label:not(.label-select) {
        display: none;
    }

    .account-popup .account-popup__container form .input-row label:not(.label-select) {
        display: none;
    }

    .account-popup .account-popup__container form .input-row input,
    .account-popup .account-popup__container form .input-row input::placeholder {
        opacity: 1;
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
        padding-bottom: 12px;
        color: #112333;

    }

    .account-popup .account-popup__container form .input-row select {
        font-size: 14px;
        line-height: 22px;
    }
}

/*  */

/* FIX Z-INDEX BY INSTAGRAM GALLERY COLLAPSE */
.section-instagram-gallery #insta-feed a, .section-instagram-gallery .instafeed-shopify a {
    z-index: 1;
}

/*  */

/* MY ORDER PAGE */

.template-customers-order #admin_header #return_to_store a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #112233;
    margin-bottom: 32px;
}

.template-customers-order #admin_header #return_to_store svg {
    width: 11px;
    transform: rotate(-90deg);
}

.template-customers-order #admin_header .title {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    color: #112333;
    text-align: left;
    margin-bottom: 16px;
}

.template-customers-order #admin_header .order_date {
    margin-bottom: 32px;
    color: #818A96;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.template-customers-order #order_address {
    margin-bottom: 32px;
}

.template-customers-order #order_address #order_payment,
.template-customers-order #order_address #order_shipping {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #D9DEE5;
    border-radius: 4px;
    gap: 16px;
}

.template-customers-order #order_address #order_payment .order_section_title,
.template-customers-order #order_address #order_shipping .order_section_title {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    color: #112333;
}

.template-customers-order #order_address #order_payment p,
.template-customers-order #order_address #order_shipping p {
    margin: 0;
}

.template-customers-order #order_address #order_payment p span,
.template-customers-order #order_address #order_shipping p span {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #818A96;
    margin: 0;
}

.template-customers-order #order_address #order_payment .address.note,
.template-customers-order #order_address #order_shipping .address.note {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #112333;
}

.template-customers-order .order-table-container #order_details {
    margin: 0;
}

.template-customers-order .order-table-container #order_details thead tr th {
    padding: 0 0 12px 12px;
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #112333;
    text-align: left;
}

.template-customers-order .order-table-container #order_details tbody tr td {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #112333;
    text-align: left;
    padding: 12px;
}

.template-customers-order .order-table-container #order_details thead tr,
.template-customers-order .order-table-container #order_details tbody tr {
    border-bottom: 1px solid #D9DEE5;
}

.template-customers-order .order-table-container #order_details thead tr th,
.template-customers-order .order-table-container #order_details tbody tr td {
    max-width: 306px;
    min-width: 110px;
}

@media (max-width: 768px) {
    .template-customers-order #admin_header #return_to_store a {
        margin-bottom: 24px;
    }

    .template-customers-order #order_address {
        gap: 16px;
    }

    .template-customers-order #order_address #order_payment .order_section_title,
    .template-customers-order #order_address #order_shipping .order_section_title {
        font-size: 16px;
        line-height: 24px;
    }

    .template-customers-order #order_address #order_payment p span,
    .template-customers-order #order_address #order_shipping p span {
        font-size: 14px;
        line-height: 22px;
    }

    .template-customers-order #order_address #order_payment .address.note,
    .template-customers-order #order_address #order_shipping .address.note {
        font-size: 14px;
        line-height: 22px;
    }

    .template-customers-order .order-table-container #order_details thead tr th,
    .template-customers-order .order-table-container #order_details tbody tr td {
        max-width: 156px;
        min-width: 85.5px;
    }
}

/*  */

/* CUSTOM VENDOR FILTERS */

/*
.filter-group[name=vendor] {
    display: none;
}
*/

.collection-filtering {
    display: flex;
    overflow-x: scroll;
    max-width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid #E3E8EF;
}

.collection-filtering .collection-filtering__input {
    display: flex;
    padding: 0.6875rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-family: Barlow;
    font-weight: 700;
    line-height: 1.5rem;
    color: #112333;
    background-color: #fff;
    border-radius: 100px;
    text-transform: uppercase;
    min-width: fit-content;
}

.collection-filtering .collection-filtering__input.selected {
    color: #fff;
    background-color: #112333;
}

/*  */

/* MAIN SEARCH */

.section-search-template .utility-bar {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

/*  */

/* RECENTLY VIEWED ORDER */
#recentlyview-sliders .owl-stage {
    flex-direction: row-reverse;
}
/*  */

.navigation__tier-1 .slick-disabled {
    display: none !important;
}

/* COLLECTION MOBILE FILTERING FAKE SUBMIT BOTTON */
.filters-fake__submit {
    font-family: 'Barlow';
    margin-top: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    background: #112333;
    border-radius: 100px;
    width: 100%;
}

/*  */

/* VERSION TABLET */
@media (min-width: 1000px) {
    .product-detail.container {
        display: flex;
        /*! BLACK FRIDAY BANNER SPACE */
        margin-top: 82px;
    }
}

.latest-products__heading--button {
    width: fit-content;
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #112333;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 10px;
    background-color: #fff;
    border: 1px solid #D9DEE5;
    border-radius: 100px;
}

.featured_collections_image_with_text .right_content {
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .latest-products__heading--button {
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
        padding: 10px 16px;
    }

    .featured_collections_image_with_text .right_content {
        padding-bottom: 24px;
    }
}


/*  */</pre></body></html>