/** Shopify CDN: Minification failed

Line 3743:0 Unexpected "}"

**/
/* 
* GENERAL
*/
:root,
.color-scheme-1 {
    --color-link: rgb(51 76 41);
}

body * {
    letter-spacing: 0 !important;
}

@font-face {
    font-family: "Moret_Regular";
    src: url("/cdn/shop/files/Moret-Regular.otf?v=1771174553");
}

@font-face {
    font-family: "Inter_R";
    src: url("/cdn/shop/files/Inter-Regular.ttf?v=1775337783");
}

@font-face {
    font-family: "Inter_M";
    src: url("/cdn/shop/files/Inter-Medium.ttf?v=1775337783");
}

@font-face {
    font-family: "Inter_SB";
    src: url("/cdn/shop/files/Inter-SemiBold.ttf?v=1775337783");
}

@font-face {
    font-family: "Inter_B";
    src: url("/cdn/shop/files/Inter-Bold.ttf?v=1775337783");
}

body .custom__btn {
    background-color: rgb(0 0 0 / 50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .3s ease;
}

body .custom__btn:hover {
    background-color: black;
}

body .custom__btn svg {
    width: 20px;
    height: 20px;
}

.title-custom h1 {
    font-size: 32px;
    font-family: Moret_Regular;
    font-weight: 700;
    margin: 0 0 20px;
}

@media screen and (min-width: 750px) {
    .page-width {
        padding: 0 3rem;
    }
}

@media screen and (min-width: 1024px) {
    .hide-desktop {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .hide-mobile {
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .title-custom h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    body .custom__btn {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .title-custom h1 {
        font-size: 34px;
    }
}




/*
* HEADER
*/
.search-modal__content .search-modal__form .field:before,
.search-modal__content .search-modal__form .field:after {
    display: none;
}

.search-modal__content .search-modal__form .search__input {
    width: 100%;
    border: 1px solid #334C29;
    border-radius: 80px;
    text-decoration: none;
    box-shadow: none;
}

header.header {
    display: flex;
    gap: clamp(11px, 1vw, 32px);
}

header.header .header__heading-link {
    width: 100%;
    min-width: 178px;
    max-width: 178px;
}

header.header .header__inline-menu {
    justify-content: flex-start;
    min-width: fit-content;
}

header.header .header__inline-menu .header__menu-item span {
    font-size: 16px;
    font-family: Inter_M;
}

header.header .header__icons .header__search {
    margin-right: 13px;
    width: 100%;
}

header.header .header__icons .header__search .header__icon .header__icon-close {
    display: none;
}

header.header .header__icons .header__search .header__icon {
    width: 100%;
    border: 1px solid #334C29;
    border-radius: 80px;
    text-decoration: none;
    padding: 0 0 0 16px;
}

header.header .header__icons .header__search .header__icon>span {
    justify-content: flex-end;
    position: relative;
}

header.header .header__icons .header__search .header__icon .header__label-search {
    font-family: Inter_R;
    position: absolute;
    left: 0;
}

header.header .header__icons .header__search .header__icon>span>span:nth-child(2) {
    background: #f9f9f9;
    z-index: 1;
    border-radius: 0 50px 50px 0;
    height: 42px;
}

header.header .header__inline-menu .list-menu>li {
    position: relative;
}

header.header .header__inline-menu .mega-menu__content {
    width: 100%;
    z-index: 10;
    min-width: 240px;
    padding: 0;
    border-radius: 8px;
    border: none;
}

header.header .header__inline-menu .mega-menu__content .page-width {
    padding: 0;
}

header.header .header__inline-menu .mega-menu__content .mega-menu__link--level-2 {
    color: #352F2F;
    font-weight: 400;
    padding: 16px;
    pointer-events: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
}

header.header .header__inline-menu .mega-menu__content .mega-menu__link {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.icon-text-sub-menu--level1-wrapper,
.menu-drawer__menu-item {
    display: flex;
    align-items: center;
}

.icon-sub-menu--level-1 {
    width: 25px;
    height: 25px;
    margin-right: 12px;
    object-fit: contain;
    flex-shrink: 0;
}

header.header .header__inline-menu .mega-menu__content .mega-menu__link--level-2:hover {
    background-color: #E7EDE5;
    text-decoration: none;
}

/* Mega menu overlay */
.mega-menu>summary::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--duration-default) ease, visibility var(--duration-default) ease;
}

.mega-menu[open]>summary::before {
    opacity: 1;
    visibility: visible;
}

/* Ensure mega menu content is above overlay */
.mega-menu__content {
    z-index: 10 !important;
}

header.header .header__icons {
    width: 100%;
    justify-content: flex-end;
    gap: 15px;
}

header.header .header__icons .header__search details {
    width: 100%;
}

@media screen and (max-width: 1280px) {
    header.header {
        gap: 0;
    }

    header.header .header__icons {
        gap: 0;
    }
}

@media screen and (max-width: 990px) {
    header.header .header__icons .header__search {
        display: none;
    }

    .header-top-bar__text {
        display: none;
    }

    header-drawer {
        display: none;
    }

    .header-top-bar__menu-label {
        display: none;
    }

    .header-top-bar__inner {
        gap: 16px;
        padding: 0 30px;
    }

    .header-top-bar .header-top-bar__right,
    .header-top-bar .header-top-bar__right .large-up-hide,
    .header-top-bar .header-top-bar__right .large-up-hide .header__search,
    .header-top-bar .header-top-bar__right .large-up-hide .header__search details,
    .header-top-bar .header-top-bar__right .large-up-hide .header__search details .header__icon {
        width: 100%;
    }

    .header-top-bar .header-top-bar__right .large-up-hide .header__search details .header__icon>span {
        width: 100%;
        justify-content: space-between;
        background-color: white;
        border-radius: 80px;
    }

    .header-top-bar .header-top-bar__right .large-up-hide .header__search details .header__icon>span .header__label-search {
        color: #334C29;
        padding-left: 16px;
    }

    .header-top-bar .header-top-bar__right .large-up-hide .header__search details .header__icon>span svg {
        color: #334C29;
    }

    header.header .header__heading-link {
        padding-left: 0;
    }
}




/*
* SLIDER
*/
.custom-slider__slide * {
    width: 100%;
    height: 100%;
}

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

    .slider-principal__container .swiper-button-prev,
    .slider-principal__container .swiper-button-next {
        display: flex;
    }
}




/*
* PRODUCT SLIDER
*/
.shopify-section:has(.shapes-floating) {
    position: relative;
}

.shopify-section:has(.shapes-floating):before {
    content: "";
    background-image: url(/cdn/shop/files/shape-yarns.png?v=1771182905);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 100%;
    max-width: 168px;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.shopify-section:has(.shapes-floating):after {
    content: "";
    background-image: url(/cdn/shop/files/shape-yarns-2.png?v=1771182905);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 100%;
    max-width: 230px;
    height: 105px;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*body .product-card-wrapper .card--media .card__information {
    padding: 15px;
    border-radius: 0 0 10px 10px;
    background: white;
    text-align: center;
}
body .product-card-wrapper .card--media .card__media,
body .product-card-wrapper .card--media .card__inner {
    border-radius: 10px 10px 0 0;
}*/
.product-card-wrapper.pattern .price {
    display: none;
}

body .product-card-wrapper .card--media .card__heading a {
    font-size: 16px;
    font-weight: 600;
}

/*body .product-card-wrapper .card--media .price {
    display: flex;
    justify-content: center;
}*/
body .product-card-wrapper .card--media .price__sale .price-item--last {
    color: #334C29;
    font-weight: 600;
    font-size: 20px;
}

body .product-card-wrapper .card--media .price__sale s.price-item--regular {
    color: #9D9D9D;
    font-weight: 600;
    font-size: 16px;
}

body .product-card-wrapper .card--media .price__regular .price-item--regular {
    font-weight: 600;
    font-size: 20px;
    color: #334C29;
}

body .custom-slider-product__container .custom__btn {
    top: calc(50% - 40px);
}

.product-card--container .custom-slider-product__title {
    margin-bottom: 24px;
}

.product-card--container .custom-slider-product__title h1 {
    font-family: Moret_Regular;
    font-size: 32px;
    margin: 0;
}

.product-card--container .custom-slider-product__title p {
    margin: 0;
    font-size: 20px;
    color: #111111;
    font-family: Inter_R;
}

.product-card-wrapper {
    padding: 2px;
}

.product-card-wrapper .card {
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 30%);
}

.product-card-wrapper .card__content {
    display: block;
}

.card-composition {
    color: #111111;
    margin: 16px 0 30px;
}

.card-design {
    color: #111111;
    margin: 16px 0 0;
}

.card-design strong {
    font-family: Inter_M;
}

body .custom-slider-product__slide {
    height: auto;
}

.product-card-wrapper .card__information {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-slider-product__wrapper {
    padding-bottom: 5px;
}

.product-card-view-detail {
    margin-top: 24px;
    z-index: 1;
    position: relative;
}

.product-card-view-detail a:before,
.product-card-view-detail a:after {
    display: none;
}

.product-card-view-detail a {
    border-radius: 120px;
    border: 2px solid #334C29;
    font-size: 16px;
    font-family: Inter_M;
    color: #334C29;
    transition: all .15s;
    padding: 0;
}

.product-card-view-detail a:hover {
    background-color: #334C29;
    color: white;
}

.pattern .product-card-view-detail a {
    margin-top: 16px;
}

.product-card-wrapper:hover .card__heading a,
.product-card-wrapper:hover .product-card-view-detail a {
    text-decoration: none;
}

.product-card-wrapper .price--on-sale .price__sale {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 990px) {
    .custom-slider-product__block {
        padding-left: 15px;
        padding-right: 15px;
    }
}




/*
* CATEGORY SLIDER
*/
.custom-slider-category__img {
    display: block;
    border-radius: 16px;
}

.custom-slider-category__name {
    padding: 25px 40px;
    backdrop-filter: blur(5px);
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0 0 16px 16px;
}

.custom-slider-category__name h2 {
    font-size: 24px;
    font-family: Moret_Regular;
    margin: 0 0 5px;
    color: white;
}

.custom-slider-category__name p {
    font-family: Inter_m;
    font-size: 15px;
    color: white;
    line-height: 1.2;
    margin: 0 0 16px;
}

body .custom-slider-cateogry__view {
    border-radius: 120px;
    background-color: white;
    height: 40px;
    color: #334C29;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 14px;
    font-family: Inter_M;
    margin: 0;
}

.custom-slider-category__link {
    text-decoration: none;
}

body .custom-slider-category__container .custom__btn {
    top: calc(50% - 28px);
}

.collection-card--container .custom-slider-category__title {
    margin-bottom: 32px;
    text-align: center;
}

.collection-card--container .custom-slider-category__title h1 {
    font-size: 48px;
    font-family: Moret_Regular;
    color: #111111;
    margin: 0;
}

.collection-card--container .custom-slider-category__title p {
    font-size: 20px;
    margin: 10px 0 0;
}

.custom-slider-category__img-wrapper {
    border-radius: 16px;
}

@media screen and (max-width: 990px) {
    .custom-slider-category__section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 750px) {
    .custom-slider-category__name {
        padding: 20px 16px;
    }
}




/*
* MULTICOLUMN INFO
*/
.multicolumn-info--container .multicolumn-card__info {
    border-radius: 16px;
    background-color: #F4F3FD;
    padding: 40px !important;
    height: 100%;
}

.multicolumn-info--container .multicolumn-card {
    height: 100%;
}

.multicolumn-info--container h3.inline-richtext {
    font-family: Inter_SB;
    margin-bottom: 8px;
}

.multicolumn-info--container .rte :where(h1) {
    font-family: Moret_Regular;
    font-size: 42px;
    color: #111111;
    margin: 0 0 16px;
}

.multicolumn-info--container .rte :where(p) {
    color: #111111;
    line-height: 1.2;
}

body .multicolumn-info--container .link {
    margin-top: 16px;
    color: #FD2000;
    font-family: Inter_M;
    font-size: 20px;
}

@media screen and (min-width: 990px) {
    .multicolumn-info--container .multicolumn-list__item {
        width: calc(50% - 100px / 2);
        max-width: calc(50% - 24px / 2);
    }

    .multicolumn-info--container .multicolumn-list {
        justify-content: space-between;
    }
}

@media screen and (max-width: 750px) {
    .multicolumn-info--container .multicolumn-card__info {
        padding: 40px 24px !important;
    }
}




/*
* BLOG SLIDER
*/
.shopify-section:has(.shapes-floating-blog) {
    position: relative;
}

.shopify-section:has(.shapes-floating-blog):before {
    content: "";
    background-image: url(/cdn/shop/files/shape-blog-0.png?v=1771191809);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 100%;
    height: 163px;
    max-width: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.shopify-section:has(.shapes-floating-blog):after {
    content: "";
    background-image: url(/cdn/shop/files/shape-blog-1.png?v=1771191810);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 100%;
    height: 300px;
    max-width: 210px;
    position: absolute;
    right: 0;
    top: 0;
}

.custom-slider-blog__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.custom-slider-blog__view-all {
    display: flex;
    justify-content: center;
    border: 2px solid #334C29;
    border-radius: 120px;
    color: #334C29;
    font-size: 16px;
    padding: 10px 24px;
    width: fit-content;
    text-decoration: none;
    height: 48px;
    align-items: center;
}

.custom-slider-blog__title h1 {
    font-family: Moret_Regular;
    font-size: 32px;
    margin: 0;
}

.custom-slider-blog__title p {
    margin: 0;
    font-size: 20px;
    color: #111;
    font-family: Inter_R;
}

body .article-card-wrapper .card--media .card__inner {
    aspect-ratio: 1.1;
}

body .custom-slider-blog__slide {
    height: auto;
}

body .custom-slider-blog__container .custom__btn {
    top: calc(50% - 50px);
}

.article-card-wrapper .card__information .card__heading {
    font-size: 16px;
    font-family: 'Inter_B';
    color: #334C29;
}

.article-card-wrapper .card__information .circle-divider {
    font-size: 14px;
    font-family: 'Inter_R';
    color: #999999;
    text-transform: initial;
}

.article-card-wrapper .card__information .article-card__excerpt {
    font-size: 14px;
    color: #111111;
}

body .article-card-wrapper:hover a {
    text-decoration: none;
}

@media screen and (max-width: 990px) {
    .custom-slider-blog__section {
        padding-left: 15px;
        padding-right: 15px;
    }
}




/*
* FAQS
*/
.shopify-section:has(.faq-multi) {
    position: relative;
}

.shopify-section:has(.faq-multi):before {
    content: "";
    background-image: url(/cdn/shop/files/shape-faq.png?v=1771194021);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    max-width: 75px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}

.faq-multi__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.faq-col__title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 2.4rem;
    line-height: 1.2;
}

.faq-item {
    border-bottom: 0.1rem solid rgb(51 77 41);
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    font-size: 14px;
    color: #334c29;
}

.faq-item[open] summary,
.faq-item summary:hover {
    color: #ff2101;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item .icon-plus {
    width: 10px;
    height: 10px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 10px;
}

.faq-item[open] summary .icon-plus {
    transform: rotate(45deg);
}

.faq-item__content {
    padding-bottom: 20px;
    line-height: 1.6;
    font-size: 1.4rem;
    color: rgba(var(--color-foreground), 0.75);
}

.faq-item__content * {
    color: #334c29;
}

.faq-col__footer {
    margin-top: 35px;
    text-align: center;
}

.faq-btn {
    border: 2px solid #ff2000;
    border-radius: 6px;
    color: #1600ff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 30px;
    text-decoration: none;
}



/*
* FOOTER
*/
#shopify-section-sections--26959407907182__newsletter_HNfQ4i {
    margin-top: auto;
}

.newsletter--container .newsletter__wrapper {
    padding: 40px 80px;
    border-radius: 16px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%), 0 6px 10px 4px rgb(0 0 0 / 15%);
    z-index: 1;
}

.newsletter--container:before {
    content: '';
    width: 100%;
    height: 250px;
    background: #E9EBE7;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0px);
    border-radius: 50% 50% 0 0;
}

.newsletter--container h2.inline-richtext {
    text-align: left;
    font-family: Inter_B;
    font-size: 24px;
    margin: 0;
    color: #334C29;
}

.newsletter--container .newsletter__subheading {
    text-align: left;
    margin-left: 0;
    font-size: 20px;
    width: 100%;
    max-width: 100%;
    color: #777777;
}

.newsletter--container .newsletter-form {
    max-width: 100%;
}

body .newsletter--container .newsletter-form__field-wrapper {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

body .newsletter--container .newsletter-form__field-wrapper .newsletter-checkbox {
    text-align: left;
}

body .newsletter--container .newsletter-form__field-wrapper .newsletter-input-name {
    width: calc(40% - 16px);
}

body .newsletter--container .newsletter-form__field-wrapper .newsletter-input-email {
    width: calc(40% - 16px);
}

body .newsletter--container .newsletter-form__field-wrapper #Subscribe {
    width: 20%;
    border-radius: 120px;
    background-color: #334C29;
}

body .newsletter--container .newsletter-form__field-wrapper #Subscribe:before,
body .newsletter--container .newsletter-form__field-wrapper #Subscribe:after {
    display: none;
}

body .newsletter--container .newsletter-form__field-wrapper .newsletter-checkbox a {
    text-decoration: none;
    color: #111111;
}

footer.footer {
    position: relative;
}

body .footer__content-top {
    padding-top: 70px;
}

.footer__content-top .footer__blocks-wrapper .footer-block__brand-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__content-top .footer__blocks-wrapper .footer-block__brand-info .footer-block__image-wrapper {
    margin-bottom: 0;
}

.footer__content-top .footer__blocks-wrapper .footer-block__brand-info .rte ul {
    list-style: none;
    padding: 0;
}

.footer__content-top .footer__blocks-wrapper .footer-block__brand-info .rte ul a {
    color: #111111;
    text-decoration: none;
}

.footer__content-top .footer__blocks-wrapper .footer__list-social {
    gap: 10px;
}

.footer__content-top .footer__blocks-wrapper .footer__list-social a {
    border-radius: 50%;
    color: white;
    background-color: #334c29;
    padding: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    justify-content: center;
}

.footer__content-top .footer__blocks-wrapper .footer__list-social a .svg-wrapper {
    width: 25px;
    height: 25px;
}

.footer-block--menu .footer-block__heading {
    font-size: 20px;
    font-family: Inter_M;
    color: #334C29;
}

.footer-block--menu .footer-block__details-content {
    column-count: 2;
}

body .footer-block--menu .list-menu__item {
    font-size: 16px;
    color: #111111;
}

.newsletter-form__field-wrapper .field:after {
    display: none;
}

.newsletter-form__field-wrapper .field .field__input {
    background: #fff;
    color: #334c29;
    height: 48px;
    align-items: center;
    border: 1px solid #334C29;
    border-radius: 8px;
    display: flex;
    line-height: 1;
}

.newsletter-form__field-wrapper .field .field__input::placeholder {
    color: rgb(51, 76, 41);
}

.newsletter-form__field-wrapper .field .field__label {
    color: rgb(51, 76, 41);
}

.newsletter-form__field-wrapper .field .newsletter-form__button svg {
    color: #334c29;
}

.shopify-section-group-footer-group {
    position: relative;
}

body .footer__content-bottom {
    border-top: none;
    padding-top: 0;
}

body .footer__content-bottom-wrapper {
    position: relative;
}

body .footer__content-bottom .footer__content-bottom-wrapper:last-child::before {
    content: '';
    background-image: url(/cdn/shop/files/copy-floating-removebg-preview.png?v=1775712899);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 100%;
    max-width: 262px;
    height: 249px;
    bottom: -30px;
    left: 250px;
    position: absolute;
    filter: brightness(0.5);
    pointer-events: none;
}

body .footer__content-bottom-wrapper small {
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    body .footer__content-top {
        flex-direction: column;
    }
}

@media screen and (max-width: 990px) {
    body .footer__content-bottom .footer__content-bottom-wrapper:last-child::before {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .shopify-section-group-footer-group:before {
        transform: scaleX(-1);
    }

    body .footer__content-top {
        padding: 50px 15px 0;
    }

    .footer-block--menu .footer-block__heading {
        margin-bottom: 0;
    }

    .footer-block--menu .footer-block__details-content {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin: 10px 0;
    }

    body .footer-block--menu .list-menu__item {
        padding: 0;
    }

    .footer__blocks-wrapper .footer-block:last-child {
        margin-bottom: 0;
    }

    .footer-block--menu {
        width: fit-content;
    }

    .shopify-section-group-footer-group:before {
        display: none;
    }

    body .footer-block--newsletter .newsletter-form {
        align-items: flex-start;
    }

    body .footer__content-bottom {
        padding-left: 0;
    }

    .newsletter--container .newsletter__wrapper {
        padding: 25px;
    }

    body .newsletter--container .newsletter-form__field-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    body .newsletter--container .newsletter-form__field-wrapper .newsletter-input-name,
    body .newsletter--container .newsletter-form__field-wrapper .newsletter-input-email {
        width: 100%;
    }

    body .newsletter--container .newsletter-form__field-wrapper #Subscribe {
        width: 100%;
    }
}



/*
* COLLECTION PAGE
*/
.collection-hero .collection-hero__title {
    font-size: 40px;
    font-family: Moret-Regular;
    font-weight: 700;
    color: #111111;
    margin: 0
}

.collection-hero .collection-hero__text-wrapper {
    margin: 40px 0;
}

.collection-hero .collection-hero__description {
    margin: 16px 0 0;
    font-size: 16px;
    color: #111111;
}

body .facet-filters {
    display: none;
}

#FacetSortForm {
    justify-content: flex-start;
}

#FacetSortForm .product-count-vertical {
    margin-left: 0;
    opacity: 1;
}

#FacetSortForm .product-count-vertical .product-count__text span {
    font-size: 20px;
    font-family: Inter_SB;
    color: #334C29;
}

facet-filters-form {
    margin-bottom: 15px !important;
}

.facets__form-vertical .facets__summary-label,
.facets__form-vertical .facets__summary div span {
    font-size: 20px;
    font-family: Inter_SB;
    font-weight: 700;
    color: #334C29;
}

.facets__summary-label .facets__selected {
    display: none;
}

.facets__form-vertical .facet-checkbox__text {
    font-size: 0;
}

.facets__form-vertical .facet-checkbox__text-label {
    color: #111111;
    font-size: 15px;
}

.facets__form-vertical .facets__label>svg:nth-child(2) {
    border-radius: 4px;
    border: 1px solid #645D5D;
}

.facets__form-vertical .facets__label>svg:nth-child(2) rect {
    stroke: none;
}

.facets__form-vertical .facets__label.active>svg:nth-child(2) {
    background-color: #111111;
    border-color: #111111;
}

.facets__form-vertical .facets__label.active div.svg-wrapper svg {
    filter: invert(1) brightness(2);
}

.product-grid-container .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.product-grid-container .grid .grid__item {
    width: 100%;
    max-width: initial;
}

#FacetsWrapperDesktop {
    background-color: #F9F9F9;
    border-radius: 16px;
    padding: 24px;
}

#FacetsWrapperDesktop .active-facets>facet-remove {
    display: none;
}

#FacetsWrapperDesktop .facets__heading {
    font-size: 24px;
    font-family: Inter_SB;
    color: #334C29;
    margin-bottom: 0;
    line-height: 1;
}

#FacetsWrapperDesktop .active-facets__button-wrapper {
    margin-bottom: 0;
}

#FacetsWrapperDesktop .active-facets__button-wrapper span {
    font-size: 16px;
    font-family: Inter_M;
}

#FacetsWrapperDesktop .active-facets__button-wrapper a {
    color: #FD2000;
}

#FacetsWrapperDesktop .active-facets-vertical-filter {
    margin-bottom: 10px;
}

#FacetsWrapperDesktop .facets__disclosure-vertical {
    border-top: none;
}

.product-grid-container .active-facets {
    margin-top: 10px !important;
}

.product-grid-container .active-facets>facet-remove {
    margin-bottom: 0 !important;
    display: block !important;
}

.product-grid-container .active-facets .active-facets__button {
    margin-bottom: 0;
}

.product-grid-container .active-facets>facet-remove .active-facets__button-inner {
    height: 40px;
    background-color: #F9F5EA;
    border: 1px solid #334C29;
    box-shadow: none;
}

.product-grid-container .pagination-wrapper .pagination__item:after {
    display: none;
}

.product-grid-container .pagination-wrapper .pagination__item {
    border: 1px solid #334C29;
    border-radius: 50px;
}

.product-grid-container .pagination-wrapper .pagination__item.pagination__item--current,
.product-grid-container .pagination-wrapper .pagination__item:hover {
    background-color: #334C29;
    color: white;
}

.product-grid-container .pagination-wrapper .pagination__item.pagination__item-arrow {
    border: none;
}

.product-grid-container .pagination-wrapper .pagination__item.pagination__item-arrow:hover {
    background-color: white;
    color: #334C29;
}

@media screen and (max-width: 1200px) {
    .product-grid-container .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .product-grid-container .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 990px) {
    .collection-hero .collection-hero__text-wrapper {
        margin: 30px 0;
    }
}

@media screen and (max-width: 750px) {
    .collection-hero .collection-hero__text-wrapper {
        margin: 20px 0;
    }

    .facets-wrapper .facets-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding-top: 0;
    }

    .facets-wrapper .facets-container .mobile-facets__wrapper {
        order: 2;
    }

    .facets-wrapper .facets-container .mobile-facets__wrapper .mobile-facets__open {
        border: 1px solid #111111;
        border-radius: 120px;
        padding: 0 16px;
        height: 40px;
    }

    .facets-wrapper .facets-container .mobile-facets__wrapper .mobile-facets__open .mobile-facets__open-label {
        font-size: 14px;
        font-family: Inter_M;
        text-decoration: none;
    }

    .facets-wrapper .facets-container .active-facets-mobile {
        order: 3;
        display: none;
    }

    .facets-wrapper .facets-container .product-count {
        order: 1;
        width: 100%;
        text-align: left;
        opacity: 1;
    }

    .facets-wrapper .facets-container .product-count .product-count__text {
        font-family: Inter_M;
        color: #334C29;
        font-size: 20px;
    }

    .product-grid-container .active-facets {
        margin-top: 0 !important;
        padding: 10px;
        gap: 10px;
    }

    .product-grid-container .active-facets .active-facets__button {
        padding: 0;
    }

    body .mobile-facets__inner {
        border-left: none;
    }

    .mobile-facets__inner .mobile-facets__header {
        background-color: #334C29;
    }

    .mobile-facets__inner .mobile-facets__header .mobile-facets__count {
        display: none;
    }

    .mobile-facets__inner .mobile-facets__header .mobile-facets__heading {
        text-align: left;
        color: white;
        font-size: 16px;
        font-family: Inter_M;
    }

    details.menu-opening .mobile-facets__close {
        color: white;
        height: 30px;
    }

    .mobile-facets__inner .mobile-facets__highlight {
        background-color: rgb(255 255 255 / 4%);
    }

    .mobile-facets__inner .mobile-facets__label .facet-checkbox__text {
        font-size: 0;
    }

    .mobile-facets__inner .mobile-facets__label .facet-checkbox__text .facet-checkbox__text-label {
        font-size: 15px;
    }

    body .mobile-facets__sort .select__select:focus-visible {
        outline: none;
        outline-offset: 0;
        box-shadow: none;
    }

    .mobile-facets__inner .mobile-facets__footer .mobile-facets__clear-wrapper {
        border-radius: 120px;
        border: 1px solid #111111;
    }

    .mobile-facets__inner .mobile-facets__footer .mobile-facets__clear-wrapper a {
        text-decoration: none;
    }

    .mobile-facets__inner .mobile-facets__footer button.button {
        border-radius: 120px;
    }

    .mobile-facets__inner .mobile-facets__footer button.button:before,
    .mobile-facets__inner .mobile-facets__footer button.button:after {
        display: none;
    }

}




/*
* PRODUCT DETAIL DEFAULT
*/
#shopify-section-template--26959407612270__177579052832cda40f span svg,
#shopify-section-template--27490612019566__177579052832cda40f span svg {
    width: 10px;
    filter: invert(1);
}

body.template-default .product__info-wrapper .product__title h1 {
    font-size: 48px;
    font-family: Moret_Regular;
    color: #111111;
}

body.template-default .product__info-wrapper .product-composition {
    font-size: 24px;
    color: #111111;
}

body.template-default .product__info-wrapper .price .price__sale {
    display: flex;
    align-items: baseline;
    flex-direction: row-reverse;
}

body.template-default .product__info-wrapper .price .price__sale .price-item--sale {
    font-size: 32px;
    font-family: 'Inter_SB';
    color: #1600FF;
}

body.template-default .product__info-wrapper .price .price__sale .price-item--regular {
    font-size: 20px;
    font-family: 'Inter_SB';
    color: #9D9D9D;
}

body.template-default .product__info-wrapper .price .price__badge-sale {
    margin-bottom: 0;
    background-color: #E7DCC2;
    font-family: 'Inter_SB';
    color: #111111;
}

body.template-default .product__info-wrapper .price {
    align-items: anchor-center;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

body.template-default .product__info-wrapper .product-weight {
    font-size: 20px;
    color: #111111;
}

body.template-default .product__info-wrapper .product-weight strong {
    font-family: Inter_SB;
}

body.template-default .product__info-wrapper variant-selects .product-form__input legend.form__label {
    font-size: 20px;
    font-family: 'Inter_SB';
    color: #111111;
}

body.template-default .product__info-wrapper variant-selects .product-form__input--pill {
    margin-bottom: 20px;
}

body.template-default .product__info-wrapper variant-selects .product-form__input {
    max-width: 100%;
}

body.template-default .product__info-wrapper variant-selects .product-form__input--pill label {
    margin: 10px 0 0;
    width: calc(50% - 3px);
    height: 38px;
    border: 2px solid #BABABA;
    font-size: 16px;
    background-color: #F2F4F7;
    color: #111111;
}

body.template-default .product__info-wrapper variant-selects .product-form__input--pill input[type=radio]:checked+label {
    border: 2px solid #334C29;
    background-color: #E9EBE7;
}

body.template-default .product__info-wrapper variant-selects .product-form__input legend.form__label span {
    font-size: 16px;
    font-family: 'Inter_R';
}

body.template-default .product__info-wrapper variant-selects .product-form__input--swatch .swatch-input__label {
    width: 32px;
    height: 32px;
    --swatch-input--size: 32px;
    outline: 1.5px solid white;
    border: 1.5px solid white;
    outline-offset: 0px;
}

body.template-default .product__info-wrapper variant-selects .product-form__input--swatch .swatch-input__input:checked+.swatch-input__label {
    outline: 1.5px solid black;
    border: 1.5px solid white;
    outline-offset: 0px;
}

body.template-default .product__info-wrapper variant-selects .product-form__input--swatch .swatch-input__input:hover+.swatch-input__label,
body.template-default .product__info-wrapper variant-selects .product-form__input--swatch .swatch-input__input+.swatch-input__label:hover {
    outline: 1.5px solid black;
    border: 1.5px solid white;
    outline-offset: 0px;
}

body.template-default .product__info-wrapper .product-tabs-wrapper {
    margin: 3rem 0;
}

body.template-default .product__info-wrapper .product-tabs-wrapper .product-tabs-container .product-tabs__radio {
    display: none;
}

body.template-default .product__info-wrapper .product-tabs-wrapper .product-tabs-container .product-tabs__nav {
    display: flex;
    background: #f4f4f2;
    padding: 6px;
    border-radius: 100px;
    margin-bottom: 2.5rem;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 4px;
    height: 46px;
}

body.template-default .product__info-wrapper .product-tabs-wrapper .product-tabs-container .product-tabs__nav::-webkit-scrollbar {
    display: none;
}

body.template-default .product__info-wrapper .product-tabs-wrapper .product-tabs-container .product-tabs__label {
    flex: 1;
    text-align: center;
    padding: 1.2rem 2.5rem;
    border-radius: 100px;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #111111;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.template-default .product__info-wrapper .product-tabs-wrapper [id$="-1"]:checked~.product-tabs__nav label.tab-label-1,
body.template-default .product__info-wrapper .product-tabs-wrapper [id$="-2"]:checked~.product-tabs__nav label.tab-label-2,
body.template-default .product__info-wrapper .product-tabs-wrapper [id$="-3"]:checked~.product-tabs__nav label.tab-label-3 {
    background: #fff;
    color: #121212;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

body.template-default .product__info-wrapper .product-tabs-container .product-tabs__panel {
    display: none;
    animation: tabFadeIn 0.5s ease forwards;
    color: #111111;
}

body.template-default .product__info-wrapper .product-tabs-wrapper [id$="-1"]:checked~.product-tabs__panels .panel-1,
body.template-default .product__info-wrapper .product-tabs-wrapper [id$="-2"]:checked~.product-tabs__panels .panel-2,
body.template-default .product__info-wrapper .product-tabs-wrapper [id$="-3"]:checked~.product-tabs__panels .panel-3 {
    display: block;
}

@keyframes tabFadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 750px) {
    body.template-default .product__info-wrapper .product-tabs-wrapper .product-tabs-container .product-tabs__label {
        padding: 1rem 1.5rem;
    }
}

body.template-default .product__info-wrapper .complement-patterns {
    margin: 40px 0 0;
    padding-top: 40px;
    border-top: 1px solid #cccccc;
}

body.template-default .product__info-wrapper .complement-patterns__title {
    font-size: 20px;
    margin: 0 0 24px;
    text-align: left;
    font-family: 'Inter_SB';
    color: #111111;
}

body.template-default .product__info-wrapper .complement-patterns__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

body.template-default .product__info-wrapper .complement-pattern-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    gap: 16px;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 30%);
    transition: box-shadow .3s ease;
}

body.template-default .product__info-wrapper .complement-pattern-card__image-wrapper {
    width: 148px;
    height: 165px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

body.template-default .product__info-wrapper .complement-pattern-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.template-default .product__info-wrapper .complement-pattern-card__info {
    padding: 16px 16px 16px 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

body.template-default .product__info-wrapper .complement-pattern-card__title {
    margin: 0 0 16px;
    font-size: 16px;
    color: #111111;
    text-align: left;
    font-family: 'Inter_SB';
}

body.template-default .product__info-wrapper .complement-pattern-card__button {
    text-decoration: none;
    background: white;
    color: #111111;
    border: 2px solid #334C29;
    border-radius: 120px;
    font-size: 16px;
    font-family: 'Inter_M';
    transition: background .3s ease;
    width: 100%;
    height: 40px;
    text-align: center;
    align-items: center;
    padding: 0;
    display: flex;
    justify-content: center;
}

body.template-default .product__info-wrapper .complement-pattern-card__button:hover {
    background: #334C29;
    color: white;

}

@media screen and (max-width: 480px) {
    body.template-default .product__info-wrapper .complement-pattern-card {
        gap: 1rem;
    }

    body.template-default .product__info-wrapper .complement-pattern-card__image-wrapper {
        width: 100px;
        padding-bottom: 125px;
    }

    body.template-default .product__info-wrapper .complement-pattern-card__title {
        font-size: 1.4rem;
    }
}

body.template-default .product__media-wrapper .thumbnail-slider .thumbnail-list .thumbnail {
    border-radius: 12px;
}

body.template-default .product__media-wrapper .slider-mobile-gutter .product__media img {
    border-radius: 16px;
}

body.template-default .ai-breadcrumb-at2l5sgzjnjjputbheaigenblocke0276beynn8r8 {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 40px 3rem 0;
}

.related-products .related-products__heading {
    font-size: 32px;
    font-family: Moret-Regular;
    font-weight: 700;
    margin: 0 0 20px;
    color: #111111;
}

body.template-default .product__info-wrapper .product-form__quantity .quantity__label {
    display: none;
}

body.template-default .product__info-wrapper .product-form__quantity {
    max-width: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
    margin: 40px 0;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 40px;
}

body.template-default .product__info-wrapper .product-form__quantity .price-per-item__container quantity-input.quantity:before,
body.template-default .product__info-wrapper .product-form__quantity .price-per-item__container quantity-input.quantity:after {
    display: none;
}

body.template-default .product__info-wrapper .product-form__quantity .price-per-item__container quantity-input.quantity {
    background-color: #f2f4f7;
    border-radius: 120px;
    height: 48px;
}

body.template-default .product__info-wrapper .product-form__quantity .price-per-item__container quantity-input.quantity button,
body.template-default .product__info-wrapper .product-form__quantity .price-per-item__container quantity-input.quantity input {
    background-color: transparent;
    color: #334c29;
    font-family: Inter_M;
    font-size: 20px;
}

body.template-default .product__info-wrapper .product-form__quantity>div:last-child {
    width: 100%;
}

body.template-default .product__info-wrapper .product-form__quantity .product-form {
    margin: 0;
}

body.template-default .product__info-wrapper .product-form__quantity .product-form__submit {
    height: 48px;
    border-radius: 120px;
    background-color: #234216;
    margin-bottom: 0;
}

body.template-default .product__info-wrapper .product-form__quantity .product-form__submit:before,
body.template-default .product__info-wrapper .product-form__quantity .product-form__submit:after {
    display: none;
}

@media screen and (max-width: 750px) {
    body.template-default .ai-breadcrumb-at2l5sgzjnjjputbheaigenblocke0276beynn8r8 {
        padding: 20px 2rem 0;
    }

    product-info {
        padding-top: 15px !important;
    }

}




/*
* PRODUCT DETAIL PATTERN
*/
body.template-pattern .product__info-wrapper .product__title h1 {
    font-size: 48px;
    font-family: Moret_Regular;
    color: #111111;
}

body.template-pattern .product__info-wrapper .product-designer {
    font-size: 20px;
    color: #111111;

}

body.template-default .product__info-wrapper .product-designer strong {
    font-family: Inter_SB;
}

body.template-pattern .product__info-wrapper .product__description {
    padding-bottom: 40px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 40px;
    color: #111111;
}

body.template-pattern .product__info-wrapper .complement-patterns__title {
    font-size: 20px;
    margin: 0 0 24px;
    text-align: left;
    font-family: Inter_SB;
    color: #111;
}

body.template-pattern .product__info-wrapper .complement-patterns__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

body.template-pattern .product__info-wrapper .complement-pattern-card {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 83px;
    border-radius: 8px;
    border: 1px solid #334C29;
    background-color: #E9EBE7;
}

body.template-pattern .product__info-wrapper .complement-pattern-card__image {
    height: 81px;
    display: block;
    width: 99px;
    border-radius: 8px 0 0 8px;
}

body.template-pattern .product__info-wrapper .complement-pattern-card__info {
    padding: 16px 16px 16px 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}


@media (max-width: 768px) {
    body.template-pattern .product__info-wrapper .complement-pattern-card__info {
        padding: 0px;
    }
    body.template-pattern .product__info-wrapper .complement-pattern-card{
        gap: 8px;
    }
}

body.template-pattern .product__info-wrapper .complement-pattern-card__title {
    margin: 0;
    font-size: 16px;
    font-family: 'Inter_SB';
    color: #111111;
}

body.template-pattern .product__info-wrapper .complement-pattern-card__button {
    font-size: 16px;
    text-decoration: none;
    color: #FD2000;
    font-family: 'Inter_M';
}

body.template-pattern .product__info-wrapper .product-needle-size {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    color: #111111;
    display: none;
}

body.template-pattern .product__info-wrapper .download-product {
    margin: 3rem 0;
}

body.template-pattern .product__info-wrapper .download-product__message {
    font-size: 14px;
    margin-bottom: 16px;
    color: #111111;
}

body.template-pattern .product__info-wrapper .download-product__buttons {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

body.template-pattern .product__info-wrapper .download-product__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 3rem;
    border-radius: 100px;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 50%;
    height: 48px;
}

body.template-pattern .product__info-wrapper .download-product__btn--primary {
    background-color: #334d2c;
    color: #fff;
    border: 2px solid #334d2c;
}

body.template-pattern .product__info-wrapper .download-product__btn--primary:hover {
    background-color: #263a21;
    border-color: #263a21;
}

body.template-pattern .product__info-wrapper .download-product__btn--secondary {
    background-color: transparent;
    color: #334d2c;
    border: 1.5px solid #334d2c;
}

body.template-pattern .product__info-wrapper .download-product__btn--secondary:hover {
    background-color: rgba(51, 77, 44, 0.05);
}

body.template-pattern .product__info-wrapper .download-product__success {
    font-size: 1.8rem;
    font-weight: 600;
    color: #334d2c;
    display: flex;
    align-items: center;
    gap: 1rem;
}

body.template-pattern .product__media-wrapper .thumbnail-slider .thumbnail-list .thumbnail {
    border-radius: 12px;
}

body.template-pattern .product__media-wrapper .slider-mobile-gutter .product__media img {
    border-radius: 16px;
}

body.template-pattern .ai-breadcrumb-aqvjszta0bgn1se1wzaigenblocke0276beynn8r8 {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 40px 3rem 0;
}

/* Specifications by Size */
body .specifications-by-size {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    margin: 40px 0;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 30%);
}

.specifications-by-size__title {
    font-family: Inter_SB;
    font-size: 16px;
    color: #111;
    margin: 0 0 24px;
}

.specifications-by-size__selector-container {
    margin-bottom: 24px;
}

.specifications-by-size__field {
    position: relative;
    border: 1.5px solid #111111;
    border-radius: 12px;
    height: 48px;
    display: flex;
    align-items: center;
    background: #fff;
}

.specifications-by-size__select {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    padding: 6px 40px 4px 16px;
    font-family: Inter_M;
    font-size: 16px;
    color: #111;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.specifications-by-size__select:focus {
    outline: none;
    box-shadow: none;
}

.specifications-by-size__label {
    position: absolute;
    top: -12px;
    left: 12px;
    font-size: 12px;
    color: #7D7676;
    pointer-events: none;
    z-index: 2;
    padding: 0 4px;
    background-color: white;
}

.specifications-by-size__arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specifications-by-size__arrow svg {
    width: 12px;
    height: 12px;
    color: #666666;
}

.specifications-by-size__values {
    display: flex;
    flex-direction: column;
}

.specifications-by-size__row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.specifications-by-size__name {
    font-family: 'Inter_SB';
    font-size: 14px;
    color: #111111;
}

.specifications-by-size__value {
    font-family: 'Inter_R';
    font-size: 14px;
    color: #111111;
}

@media screen and (max-width: 750px) {
    .specifications-by-size {
        padding: 20px;
    }

    .specifications-by-size__title {
        font-size: 18px;
    }
}


@media screen and (max-width: 750px) {
    body.template-pattern .product__info-wrapper .download-product__buttons {
        align-items: stretch;
    }

    body.template-pattern .product__info-wrapper .download-product__btn {
        min-width: auto;
        text-align: center;
    }

    body.template-pattern .ai-breadcrumb-aqvjszta0bgn1se1wzaigenblocke0276beynn8r8 {
        padding: 20px 2rem 0;
    }
}




/*
* MINICART
*/
.cart-drawer .drawer__inner-empty a.button {
    height: 48px;
    border-radius: 120px;
    background-color: #234216;
    margin-bottom: 0;
}

.cart-drawer .drawer__inner-empty a.button:before,
.cart-drawer .drawer__inner-empty a.button:after {
    display: none;
}

.cart-drawer .cart-item .cart-item__details .product-option,
.cart-drawer .cart-item .cart-item__details .dl {
    display: none;
}

.cart-drawer .drawer__header .drawer__heading {
    font-size: 32px;
    font-family: Moret_Regular;
}

.cart-drawer .cart-item .cart-item__media img {
    border-radius: 8px;
}

.cart-drawer .cart-item .cart-item__name {
    font-size: 20px;
    font-family: Inter_SB;
}

.cart-drawer .cart-item .cart-item__quantity-wrapper {
    justify-content: space-between;
}

.cart-drawer .cart-item .cart-quantity:before,
.cart-drawer .cart-item .cart-quantity:after {
    display: none;
}

.cart-drawer .cart-item .cart-quantity {
    background-color: #f2f4f7;
    border-radius: 120px;
    min-height: 39px;
}

.cart-drawer .cart-item cart-remove-button svg {
    color: #1F1F1F;
}

.cart-drawer .cart-item .cart-item__totals .loading__spinner {
    padding-top: 14px;
}

.cart-drawer .cart-drawer__footer .tax-note {
    display: none;
}

.cart-drawer .cart-drawer__footer .totals__total,
.cart-drawer .cart-drawer__footer .totals__total-value {
    font-size: 20px;
    font-family: Inter_M;
}

.cart-drawer .cart-drawer__footer .totals {
    margin: 10px 0 30px;
}

.cart-drawer .cart__ctas .cart__checkout-button {
    height: 48px;
    background-color: #334C29;
    border-radius: 120px;
    font-size: 16px;
}

.cart-drawer .cart__ctas .cart__checkout-button:before,
.cart-drawer .cart__ctas .cart__checkout-button:after {
    display: none;
}




/*
* CART PAGE
*/
.cart__page .title-wrapper-with-link .title {
    font-family: Moret_Regular;
}

.cart__page .title-wrapper-with-link .underlined-link {
    display: none;
}

.cart__page .cart__contents .cart-item .cart-item__media img {
    border-radius: 8px;
}

.cart__page .cart__contents .cart-item .cart-item__details .cart-item__name {
    font-size: 16px;
    font-family: Inter_M;
}

.cart__page .cart__contents .cart-item .cart-item__details .product-option {
    color: #111111;
}

.cart__page .cart__contents .cart-item .cart-item__details dl dt {
    color: #8D8D8D;
}

.cart__page .cart__contents .cart-item .cart-item__details dl dd {
    font-family: Inter_SB;
    color: #111111;
}

.cart__page .cart__contents .cart-item .cart-item__quantity .cart-quantity {
    background-color: #f2f4f7;
    border-radius: 120px;
    min-height: 39px;
}

.cart__page .cart__contents .cart-item .cart-item__quantity .cart-quantity:before,
.cart__page .cart__contents .cart-item .cart-item__quantity .cart-quantity:after {
    display: none;
}

.cart__page .cart__contents .cart-item cart-remove-button svg {
    color: #111111;
}

.cart__page .cart__contents .cart-item .cart-item__totals .price {
    font-size: 14px;
    color: #1600FF;
    font-family: Inter_SB;
}

.cart-footer__page .cart__blocks .totals {
    justify-content: space-between;
}

.cart-footer__page .cart__blocks .totals .totals__total {
    font-family: Inter_M;
}

.cart-footer__page .cart__blocks .totals .totals__total-value {
    color: #645D5D;
    font-size: 16px;
}

.cart-footer__page .cart__blocks .tax-note {
    text-align: left;
}

.cart-footer__page .cart__blocks .cart__ctas .cart__checkout-button {
    background-color: #334C29;
    border-radius: 120px;
}

.cart-footer__page .cart__blocks .cart__ctas .cart__checkout-button:before,
.cart-footer__page .cart__blocks .cart__ctas .cart__checkout-button:after {
    display: none;
}




/*
* WHOLESALE
*/
.wholesome__r1 .banner__heading {
    font-family: 'Moret_Regular';
}

.wholesome__r2 .rich-text__heading {
    font-family: Moret_Regular;
    font-size: 32px;
}

.wholesome__r2 .rich-text__text {
    margin-top: 16px;
}

.wholesome__r3 .multicolumn-list {
    max-width: 1200px;
    margin: auto;
}

.wholesome__r3 .multicolumn-card__info .inline-richtext {
    color: #FD2000;
    font-family: Inter_M;
}

.wholesome__r3 .multicolumn-card__info .rte {
    line-height: 1.2;
}

.wholesome__r4 .rich-text__blocks {
    max-width: calc(100% - 100px);
}

.wholesome__r6 .multicolumn-card {
    display: flex;
    align-items: center;
}

.wholesome__r6 .multicolumn-card__image-wrapper {
    width: 100%;
    max-width: 48px;
}

.wholesome__r6 .multicolumn-list {
    max-width: calc(100% - 100px);
    margin: auto;
}

.wholesome__r6 .multicolumn-card__info .rte {
    margin-top: 8px;
    line-height: 1.2;
}

body .wholesome-form .globo-form-app {
    padding: 40px 15px;
}

body .wholesome-form .globo-form-row-item :where(input, select, textarea),
body .wholesome-form .globo-form-control :where(input, select, textarea) {
    background-color: white !important;
    border-radius: 8px !important;
}

body .wholesome-form .globo-form-control .checkbox-wrapper p a,
body .wholesome-form .globo-form-control .globo-paragraph p a {
    color: #FD2000;
    font-weight: 600;
}

body .wholesome-form .globo-form-control .gfb__dropzone {
    background-color: #E9EBE7;
    border-color: #E9EBE7;
}

body .wholesome-form .gfb__footer {
    display: flex;
}

body .wholesome-form .gfb__footer .submit {
    width: 100%;
    margin: auto;
    height: 48px;
    border-radius: 120px;
    max-width: 320px;
}

body .wholesome-form .header h3.globo-heading {
    font-family: Moret_Regular;
    font-size: 32px;
}

body .wholesome-form {
    margin-bottom: 100px;
}

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

@media screen and (max-width: 749px) {
    .wholesome__r6 .multicolumn-card {
        gap: 16px;
    }

    .wholesome__r4 .rich-text__blocks {
        max-width: 100%;
    }

    .wholesome__r6 .multicolumn-list {
        max-width: 100%;
    }
}



/*
* WHO WE ARE
*/
.wwa-row1 .image-with-text__text:before {
    content: "";
    background-image: url(/cdn/shop/files/Group_1.png?v=1771560062);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 100%;
    max-width: 95px;
    height: 57px;
    margin-bottom: 15px;
}

.wwa-row1 .image-with-text__text h2 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #84947f;
}

.wwa-row1 .image-with-text__text h2 em {
    color: #334C29;
}

.wwa-row1 .image-with-text__text h1 {
    font-size: 60px;
    font-family: Moret-Regular;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1;
    color: #334C29;
}

.wwa-row1 .image-with-text__content {
    padding-left: 0;
}

.wwa-row1 .image-with-text__media {
    border: none;
}

@media screen and (min-width: 990px) {
    .wwa-row1 .image-with-text__media-item {
        width: 100%;
        max-width: 469px;
    }
}

.wwa-row1 .image-with-text__media-item img {
    object-fit: contain;
}

.wwa-row2 .video-section {
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
    align-items: center;
    position: relative;
}

.wwa-row2 .video-section>div {
    width: 50%;
}

.wwa-row2 .video-section .video-section__media {
    width: 50%;
    padding-bottom: 0;
    height: 450px;
}

.wwa-row2 .title-wrapper h1 {
    margin: 0 0 10px;
    line-height: 1;
    font-size: 48px;
    font-weight: 700;
    font-family: Moret-Regular;
}

.wwa-row2 .video-section:after {
    content: "";
    background-image: url(/cdn/shop/files/shape-2.png?v=1771561460);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 100%;
    max-width: 193px;
    height: 172px;
    position: absolute;
    right: 0;
    bottom: -50px;
}

.wwa-row2 .video-section:before {
    content: "";
    background-image: url(/cdn/shop/files/shape-1.png?v=1771561474);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 100%;
    max-width: 193px;
    height: 172px;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(0px, -50%);
}

.wwa-row3 .title-wrapper-with-link {
    justify-content: center;
}

.wwa-row3 .title-wrapper-with-link .title {
    line-height: 1;
    font-size: 48px;
    font-weight: 700;
    font-family: Moret-Regular;
    color: #334c29;
}

.wwa-row3 .multicolumn-card .inline-richtext {
    font-weight: 600;
}

.wwa-row3 .multicolumn-list {
    --grid-desktop-horizontal-spacing: 30px;
}

.wwa-row3 .multicolumn-card {
    background-color: #F0EFFC;
    height: 100%;
    border-radius: 20px !important;
    padding: 20px;
}

.wwa-row3 .multicolumn-list__item {
    position: relative;
}

.wwa-row3 .multicolumn-list__item:before {
    content: '';
    background-image: url(/cdn/shop/files/shape-star.png?v=1777224816);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 100%;
    max-width: 34px;
    height: 42px;
    position: absolute;
    z-index: 1;
}

.wwa-row3 .multicolumn-list__item:first-child::before {
    right: -14px;
    top: 50px;
}

.wwa-row3 .multicolumn-list__item:nth-child(2)::before {
    left: -14px;
    bottom: 50px;
}

.wwa-row3 .multicolumn-list__item:nth-child(3)::before {
    left: 30px;
    top: -20px;
}

.wwa-row3 .multicolumn-list__item:last-child::before {
    right: 34px;
    bottom: -14px;
}

@media screen and (max-width: 990px) {
    .wwa-row2 .video-section {
        flex-direction: column;
        gap: 10px;
    }

    .wwa-row2 .video-section>div {
        width: 100%;
    }

    .wwa-row2 .video-section .video-section__media {
        width: 100%;
    }
}

@media screen and (max-width: 749px) {
    .wwa-row1 .image-with-text__grid {
        flex-direction: column-reverse;
    }

    .wwa-row1 .image-with-text__content {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .wwa-row1 .image-with-text__media-item {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
}




/** REWARDS **/
.yr-row1 .image-with-text__content {
    padding-left: 0px;
}

.yr-row1 .image-with-text__text h1 {
    font-size: 60px;
    font-family: 'Moret_Regular';
    color: #b4aef2;
    line-height: 1;
    font-weight: 600;
}

.yr-row1 .image-with-text__text h1 em {
    font-style: initial;
    font-family: 'Inter_R';
    font-weight: 300;
}

.yr-row1 .image-with-text__text h1 strong {
    color: #1600ff;
    font-weight: 600;
}

.yr-row1 .image-with-text__text p strong {
    color: #1600ff;
    font-family: Moret_Regular;
    font-weight: 300;
    font-size: 21px;
}

.yr-row1 .image-with-text__text h3 {
    color: #334c29;
    font-family: Moret_Regular;
    font-size: 25px;
}

.yr-row1 .image-with-text__text p {
    line-height: 1.2;
}

.yr-row1 .image-with-text__content a.button:before,
.yr-row1 .image-with-text__content a.button:after {
    display: none;
}

.yr-row1 .image-with-text__content a.button {
    background-color: #334c29;
    border-radius: 120px;
    border: none;
    font-family: Inter_M;
}

@media screen and (min-width: 990px) {
    .yr-row1 .image-with-text__media-item {
        width: 100%;
        max-width: 469px;
    }
}

.yr-row1 .image-with-text__media {
    border: none;
}

.yr-row1 .image-with-text__media-item img {
    object-fit: contain;
}

.yr-row2 .title-wrapper-with-link {
    justify-content: center;
}

.yr-row2 .title-wrapper-with-link h2.title {
    font-size: 50px;
    font-family: 'Moret_Regular';
}

.yr-row2 .multicolumn-card__image-wrapper {
    width: 100%;
    max-width: 107px;
    height: 107px;
}

.yr-row2 .multicolumn-card__info {
    padding-top: 10px !important;
}

.yr-row2 .slider-mobile-gutter .inline-richtext {
    font-size: 20px;
    font-family: Inter_M;
    color: #FD2000;
    line-height: 1;
}

.yr-row2 .rte p {
    font-size: 16px;
    line-height: 1.2;
}

.yr-row2 .multicolumn-list {
    justify-content: space-between;
}

body .yr-row2 .multicolumn-card {
    background-color: #f5f7f6;
    border-radius: 16px !important;
    padding: 24px;
    height: 100%;
}

.yr-row2 .multicolumn-list .multicolumn-list__item {
    width: 100%;
    max-width: calc(33.33% - 40px * 2 / 3);
}

.yr-row3 {
    position: relative;
}

.yr-row3:before {
    content: "";
    background-image: url(/cdn/shop/files/Frame_555.png?v=1777939039);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.yr-row3 .title-wrapper-with-link {
    justify-content: center;
}

.yr-row3 .title-wrapper-with-link .title {
    font-size: 47px;
    font-family: 'Moret_Regular';
}

.yr-row3 .multicolumn-card__image-wrapper {
    width: 100%;
    max-width: 129px;
    height: 98px;
}

.yr-row3 .multicolumn-card__info .inline-richtext {
    color: #1600ff;
}

.yr-row3 .multicolumn-card__info .rte {
    margin-top: 0;
}

.yw-row4-title .rich-text__heading {
    font-size: 47px;
    font-family: Moret_Regular;
}

.yw-row4-title .rich-text__text {
    margin-top: 0;
}

.yw-row4-title .rich-text__text :where(p) {
    font-size: 16px;
    /*font-family: Moret_Regular;*/
}

.yw-row4-title .rich-text__text :where(p) strong {
    /*font-size: 21px;
    font-family: Moret_Regular;*/
    color: #1600f5;
}

.yr-row4 .multicolumn-card__image-wrapper {
    width: 100%;
    max-width: 107px;
    height: 107px;
}

.yr-row4 .multicolumn-card__info :where(p) {
    line-height: 1.2;
}

.yr-row4 {
    margin-bottom: 40px;
}

.yr-row4 div.center a.button:before,
.yr-row4 div.center a.button:after {
    display: none;
}

.yr-row4 div.center a.button {
    background-color: #334c29;
    border-radius: 120px;
    height: 54px;
    font-family: Inter_M;
}

@media screen and (max-width: 990px) {
    .yr-row2 .multicolumn-list {
        flex-direction: column;
    }

    .yr-row2 .multicolumn-list .multicolumn-list__item {
        max-width: 50%;
        margin: auto;
    }
}

@media screen and (max-width: 749px) {
    .yr-row1 .image-with-text__grid {
        flex-direction: column-reverse;
    }

    .yr-row1 .image-with-text__content {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .yr-row1 .image-with-text__media-item {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .yr-row2 .multicolumn-list .multicolumn-list__item {
        max-width: 100%;
    }
}




/** STOCKISTS **/
.tab-store-container .rich-text-heading {
    text-align: center;
    margin-bottom: 40px;
}

.tab-store-container .rich-text-heading h1,
.tab-store-container .rich-text-heading h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    font-family: Moret-Regular, serif;
    margin: 0;
    color: #334c29;
}

.tab-store-container {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.tab-store-grid {
    position: relative;
    height: 800px;
    display: flex;
    overflow: hidden;
    background: #f4f4f4;
}

.tab-store-left, .progus-store-locator-menu {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 64px;
    width: 500px;
    height: calc(100% - 64px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 12px 6px rgb(0 0 0 / 15%), 0 4px 4px rgb(0 0 0 / 30%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

body #store_locator_425_container .progus-store-locator-content-container .progus-store-locator-menu{
    margin-left: 40px !important;
    margin-top: 30px !important;
}
.progus-store-locator-popup-element-content{
    color: red !important; 
}

.tab-store-left .tab-store-list {
    flex-grow: 1;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    list-style: none;
    margin: 0;
    padding-right: 5px;
}

.tab-store-left .tab-store-list::-webkit-scrollbar {
    width: 6px;
}

.tab-store-left .tab-store-list::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 10px;
}

.tab-store-left .tab-store-list::-webkit-scrollbar-track {
    background: transparent;
}

.tab-store-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tab-store-item {
    border: 1px solid #D4D4D4;
    border-radius: 16px;
    margin: 0 0 15px;
    background: #fff;
    cursor: pointer;
    transition: border-color .3s ease;
}

.tab-store-item.active {
    border-color: #334c29 !important;
    box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 30%) !important;
}

.store-card {
    padding: 16px 24px;
}

.store-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.store-icon svg {
    display: block;
}

.store-title {
    font-size: 20px;
    font-family: Inter_M;
    color: #334c29;
    margin: 0;
}

.store-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.icon-web,
.icon-phone {
    display: flex;
}

.store-info-line {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    word-break: break-word;
}

.store-info-line a {
    color: inherit;
    text-decoration: none;
}

.store-info-line svg {
    min-width: 14px;
}

.tab-store-map {
    display: none;
    width: 100%;
    height: 100%;
}

.tab-store-map.active {
    display: block;
}

.tab-store-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.tab-store-map-mobile {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.tab-store-map-mobile iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border: none;
    display: block;
}

.store-search-container {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    flex-shrink: 0;
}

.store-search-container input {
    outline: none;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border-radius: 50px;
    border: 1px solid black;
    background: #fff;
    font-size: 16px;
    color: #334C29;
    box-shadow: none;
}

.store-search-container svg,
.store-search-container .icon-search {
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.store-search-container svg {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
}

@media (max-width: 990px) {
    .tab-store-left {
        width: 350px;
        left: 25px;

    }
}

@media (max-width: 750px) {
    .tab-store-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .tab-store-grid {
        height: auto;
        min-height: auto;
        border-radius: 0;
        background: transparent;
        display: block;
    }

    .tab-store-left {
    position: static;
    width: 100%;
    height: auto;
    box-shadow: none;
    background: transparent;
    transform: initial;
    padding: 0 15px;
    }

    .tab-store-left .tab-store-list {
        padding-right: 0;
        overflow: visible;
    }

    .store-card {
        padding: 16px;
    }

    .tab-store-right {
        display: none;
    }

    .tab-store-item.active .tab-store-map-mobile {
        max-height: 500px;
        opacity: 1;
        margin-top: 15px;
    }
}




/*
* REPS
*/
.reps__r1 .rich-text__heading {
    line-height: 1;
    font-family: Moret_Regular;
}

body .reps-form .globo-form-app {
    padding: 20px 15px 40px;
}

body .reps-form .globo-form-row-item :where(input, select, textarea),
body .reps-form .globo-form-control :where(input, select, textarea) {
    background-color: white !important;
    border-radius: 8px !important;
}

body .reps-form .globo-form-control .checkbox-wrapper p a,
body .reps-form .globo-form-control .globo-paragraph p a {
    color: #FD2000;
    font-weight: 600;
}

body .reps-form .globo-form-control .gfb__dropzone {
    background-color: #E9EBE7;
    border-color: #E9EBE7;
}

body .reps-form .gfb__footer .submit {
    width: 100%;
    margin: auto;
    height: 48px;
    border-radius: 120px;
    max-width: 320px;
}

body .reps-form .header h3.globo-heading {
    font-family: Moret_Regular;
    font-size: 32px;
}

body .reps-form {
    margin-bottom: 100px;
    margin-top: 80px;
}

.globo-form-id-143277 .globo-form-app .gfb__footer {
    display: flex;
}




/*
* CALCULATOR
*/
#shopify-section-template--27034199654766__rich_text_tEQ9Nh .rich-text__heading {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    font-family: Moret_Regular;
}




/*
* BLOG
*/
.main-blog>h1.title--primary {
    font-family: Moret_Regular;
    display: none;
}

.about-row1 .banner__heading {
    font-family: Moret_Regular;
}

.main-blog .blog-articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

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

@media screen and (max-width: 749px) {
    .main-blog .blog-articles {
        grid-template-columns: repeat(1, 1fr);
    }
}




/*
* LEGAL
*/
.shopify-policy__container {
    margin-bottom: 100px;
}

.shopify-policy__container .shopify-policy__title h1 {
    font-family: Moret_Regular;
}

.legal-info_custom .collapsible-content-wrapper-narrow,
.legal-info_custom .rich-text__blocks {
    max-width: 560px;
    max-width: 65ch;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 100px;
}

.legal-info_custom .collapsible-content__heading,
.legal-info_custom .rich-text__heading {
    font-family: Moret_Regular;
    font-size: calc(var(--font-heading-scale) * 4rem);
}

.legal-info_custom .rich-text__text {
    text-align: left;
}



.custom-slider__pagination .swiper-pagination-bullet {
    background-color: #e6dfd1;
    opacity: 1;
}

.custom-slider__pagination .swiper-pagination-bullet-active {
    background-color: #3b5028;
}

/* Coloca los círculos debajo de la imagen */
.custom-slider__pagination.swiper-pagination {
    position: relative;
    margin-top: 20px;
    /* Ajusta este valor para darle más o menos espacio */
    bottom: auto;
    /* Sobrescribe el valor por defecto de Swiper */
}

/* Colores de los circulitos de paginación (Opcional, según tu imagen) */
.custom-slider__pagination .swiper-pagination-bullet {
    background-color: #e6dfd1;
    opacity: 1;
}

.custom-slider__pagination .swiper-pagination-bullet-active {
    background-color: #3b5028;
}

.header-top-bar__right .header-top-bar__text2 {
    border: 1px solid #E7DCC2;
    color: #E7DCC2;
    padding: 6px 16px;
    border-radius: 25px;
}


.custom-slider-product__container .swiper-wrapper .card-wrapper .card__content {
    padding-left: 0px !important;
}

.custom-slider-product__container .card-wrapper .card__content .card__badge .badge {
    border-radius: 0px 10px 10px 0px;
    background: #1600FF;
}


.price-item--compare-container {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}


.custom-discount-badge {
    background-color: #E7DCC2;
    color: #111111;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
}

.price__sale {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
}

.multicolumn-info--container .multicolumn-list .multicolumn-card__info {
    background-image: url("/cdn/shop/files/Frame_619.png?v=1777500795");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.multicolumn-info--container .multicolumn-list .multicolumn-list__item:first-child .multicolumn-card__info {
    background-image: url("/cdn/shop/files/Frame_617.png?v=1777500149");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}





/** SIBLINGS **/
.enova-product-colores-adicionales>span {
    font-family: Inter_SB;
    font-size: 20px;
}

.enova-additional-colors-list {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.enova-additional-colors-item:has(.is-active),
.enova-additional-colors-item:hover {
    border: 1px solid #224216;
    border-radius: 50%;
}

.enova-additional-colors-item {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid white;
    transition: all .15s;
    border-radius: 50%;
    overflow: hidden;
}

.enova-additional-colors-swatch {
    width: 100%;
    height: 100%;
    display: block !important;
}

.enova-additional-colors-item img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#Banner-template--26959407350126__image_banner_aBVHYM .banner__media {
    display: none;
}

#Banner-template--26959407350126__image_banner_aBVHYM .banner__content {
    justify-content: center;
}

#Banner-template--26959407350126__image_banner_aBVHYM .banner__content .banner__box {
    justify-items: center;
}

#Banner-template--26959407350126__image_banner_aBVHYM .banner__content .banner__box .banner__heading {
    color: #334C29;
}

#Banner-template--26959407350126__image_banner_aBVHYM .banner__content .banner__box .banner__heading strong {
    color: #FD2000;
}


/* Layout Principal */
.article-layout-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.article-main-column {
    flex: 1 1 calc(70% - 5rem);
    max-width: 100%;
}

.article-sidebar-column {
    flex: 1 1 30%;
    max-width: 100%;
}

/* Contenedor de la Sidebar (Recuadro Gris) */
.sidebar-widget-container {
    background-color: #f1f3f0;
    padding: 3rem 2rem;
    border-radius: 2rem;
}

.sidebar-widget__title {
    color: #3b5233;
    font-size: 2.4rem;
    margin: 0 0 2.5rem 0;
    font-family: var(--font-heading-family);
}

/* Tarjeta de Artículo Individual */
.sidebar-article-card {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.sidebar-article-card:last-child {
    margin-bottom: 0;
}

/* Miniatura a la izquierda */
.sidebar-article__image-wrapper {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 1.2rem;
    overflow: hidden;
}

.sidebar-article__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Bloque de texto a la derecha */
.sidebar-article__info {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.sidebar-article__caption {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}

.sidebar-article__caption a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
}

.sidebar-article__caption a:hover {
    color: #3b5233;
}

.sidebar-article__excerpt-mini {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #4a4a4a;
    margin: 0;
}

/* Enlace "Read more" */
.sidebar-article__read-more {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff4c22;
    text-decoration: none;
    margin-top: 0.5rem;
    display: inline-block;
}

.sidebar-article__read-more:hover {
    text-decoration: underline;
}

/* Responsivo */
@media screen and (max-width: 989px) {
    .article-layout-container {
        flex-direction: column;
        gap: 4rem;
    }

    .article-main-column,
    .article-sidebar-column {
        flex: 1 1 100%;
    }
}

.slideshow__text.banner__box {
    max-width: 75% !important;
}

.banner-principal-reps .banner__content .banner__box .banner__heading {
    font-family: 'Moret_Regular';
    font-size: 40px;
    font-weight: 600;
}

.banner-principal-reps .banner__content .banner__box .banner__text {
    font-size: 18px;
    color: black;
}

.banner-principal-rewards .banner__content .banner__box .banner__heading {
    font-family: 'Moret_Regular';
    font-size: 40px;
    font-weight: 600;
}

.banner-principal-rewards .banner__content .banner__box .banner__text {
    font-size: 18px;
    color: black;
}

.banner-principal-rewards .banner__content .banner__box .banner__buttons a {
    background: #334C29;
    border-radius: 120px;
}

@media screen and (min-width: 676px) {
    .banner-principal-rewards .banner__content .banner__box .banner__text {
        width: 420px;
    }

    .banner-principal-rewards .banner__content .banner__box .banner__heading {
        font-size: 64px;
    }

    .banner-principal-rewards .banner__content .banner__box .banner__buttons a {
        padding: 0px 98px;
    }
}

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

    .banner-principal-reps .banner__content .banner__box .banner__heading {
        font-size: 64px;
    }

    .banner-principal-reps .banner__content .banner__box .banner__buttons a {
        padding: 0px 98px;
    }
}

.main-block-stockists .rich-text-heading h1 {
    font-family: 'Moret_Regular' !important;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
}


.button:after,
.button:hover,
.button:before {
    box-shadow: none !important;
}

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

    .banner-principal-rewards .banner__content .banner__box .banner__buttons,
    .banner-principal-rewards .banner__content .banner__box .banner__buttons a {
        width: 100%;
    }

    .yr-row2-data .page-width .title-wrapper-with-link .title {
        font-size: 32px;
    }

    .yr-row3 .title-wrapper-with-link .title {
        font-size: 37px;
    }

    .yw-row4-title .rich-text__heading {
        font-size: 37px;
    }

    .yw-row4-title .rich-text__text :where(p) {
        font-size: 14px;
    }
}


.globo-form-id-0 .globo-form-app .globo-heading {
    color: red !important;
    font-family: 'Moret_Regular';
    font-size: 30px !important;
}

.wizard__submit {
    background: #334C29 !important;
    border-color: #334C29 !important;
}

.shopify-policy__container {
    max-width: 100%;
    margin-left: 200px;
    margin-right: 200px;
}

body.template-patterns details[id*="custom.needle_size"] {
    display: none !important;
}

body.template-patterns details[id*="price-template--27732089504110__product-grid"] {
    display: none !important;
}

.product__info-wrapper .product__info-container .price__sale .custom-discount-badge{
    display: none;
}

.template-patterns .card-information .custom-card-price{
    display: none;
}
}





.custom-predictive-wrapper {
  padding: 20px;
}

.custom-predictive-search {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  max-width: 900px;
  margin: auto;
}

.predictive-column h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.search-item {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  text-decoration: none;
  color: inherit;
}

.search-item img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
}

.pattern-card {
  display: block;
  text-decoration: none;
  color: inherit;
  margin-bottom: 15px;
}

.pattern-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 8px;
}

.see-all {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  color: #d64c2d;
  font-weight: 600;
}

.empty-patterns {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
}

.empty-patterns .icon {
  font-size: 26px;
  margin-bottom: 10px;
}

.predictive-search {
  display: block !important;
}

.patterns-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pattern-card {
  display: block;
}

.pattern-card img {
  width: 169px;
  height: auto;
  border-radius: 6px;
}

.pattern-card {
  background: #fff;
  padding: 8px;
  border-radius: 8px;
  transition: 0.2s;
}

.pattern-card:hover {
  background: #f5f5f5;
}


.empty-global-search {
  text-align: center;
  padding: 30px 20px;
}

.empty-global-search .icon {
  font-size: 32px;
  margin-bottom: 10px;
}

.empty-global-search p {
  font-size: 14px;
  color: #666;
}

.predictive-column h3 {
  color: #334C29 !important;
}
.search-item p,
.pattern-card p {
    color: #334C29 !important;
}

.search-item small,
.pattern-card small {
    color: #000 !important;
}

.article-template__title{
    font-family: 'Moret_Regular';
    font-size: 40px;
    color: Red;
}

@media (max-width: 768px) {

  .custom-predictive-search {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .patterns-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pattern-card img {
        width: 100%;
        height: auto;
    }
    .custom-slider-blog__view-all {
        padding: 10px 10px;
    }
    .article-template__title{
        font-size: 32px;
    }

}

.blog-filters{
    width: 100%;
    justify-content: center;
}

.article-layout-container .article-main-column .article-template__content p:has(img) {
    text-align: center;
}

.banner-principal-rewards .banner__box{
    justify-items: center;
}

.text-login strong {
    padding: 15px;
    background: #E9EBE7;
    border-radius: 20px;
    color: #334C29;
    font-family: "Moret_Regular";
}

.custom-card-price__compare {
  color: #9D9D9D;
  margin-bottom: 4px;
}

.custom-card-price__compare s {
  opacity: 0.8;
}

.custom-card-price .custom-card-price__sale{
    color: #334C29;
    font-size: 20px;
    font-weight: 600;
}

.section-template--26959407415662__product-grid-padding .facets-vertical-sort{
    display: flex;
}

.section-template--26959407415662__product-grid-padding .facets-vertical-form{
    display: block;
}


.facets-vertical-sort .facet-filters {
  display: flex;
}

#FacetSortForm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.facet-filters.sorting {
  margin-left: auto;
}
