@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Playfair+Display:wght@400;600;700&display=swap";:root{--fc-cream: #f8f5f1;--fc-beige: #f3eee8;--fc-beige-light: #ebe6e0;--fc-dark-green: #223a32;--fc-muted: #7e7367;--fc-gold: #c2872e;--fc-dark-accent: #2b4a40;--fc-font-heading: "Playfair Display", Georgia, "Times New Roman", serif;--fc-font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--fc-max-width: 1400px;--fc-gutter: 16px;--fc-radius: 4px;--fc-radius-lg: 8px;--fc-radius-xl: 12px;--fc-ease: cubic-bezier(.25, .46, .45, .94);--fc-duration: .3s}html{scroll-behavior:smooth}body{font-family:var(--fc-font-body);color:var(--fc-dark-green);background-color:var(--fc-cream);line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p,li{line-height:1.65}h1,h2,h3{font-family:var(--fc-font-heading);color:var(--fc-dark-green);line-height:1.25}h1{font-weight:700}h2,h3{font-weight:600}h4,h5,h6{font-family:var(--fc-font-body);font-weight:500;color:var(--fc-dark-green)}a{color:var(--fc-dark-green);transition:color var(--fc-duration) var(--fc-ease)}a:hover{color:var(--fc-gold)}img{display:block;max-width:100%;height:auto}.fc-container{width:100%;max-width:var(--fc-max-width);margin-inline:auto;padding-inline:var(--fc-gutter)}.fc-section{padding-block:40px}.fc-section__heading{font-family:var(--fc-font-heading);font-size:1.5rem;font-weight:600;text-align:center;margin-bottom:32px;color:var(--fc-dark-green)}.fc-section__subheading{font-family:var(--fc-font-body);font-size:.9375rem;color:var(--fc-muted);text-align:center;max-width:600px;margin-inline:auto;margin-top:-20px;margin-bottom:32px}.fc-btn-primary,.fc-btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 28px;font-family:var(--fc-font-body);font-size:.875rem;font-weight:500;line-height:1;letter-spacing:.02em;border-radius:var(--fc-radius);cursor:pointer;transition:background-color var(--fc-duration) var(--fc-ease),color var(--fc-duration) var(--fc-ease),box-shadow var(--fc-duration) var(--fc-ease),transform var(--fc-duration) var(--fc-ease);text-decoration:none;white-space:nowrap}.fc-btn-primary{background-color:var(--fc-gold);color:var(--fc-cream);border:1px solid var(--fc-gold);box-shadow:none}.fc-btn-primary:hover{background-color:#a8741f;border-color:#a8741f;color:var(--fc-cream);box-shadow:0 4px 12px #c2872e59;transform:translateY(-1px)}.fc-btn-primary:active{transform:translateY(0);box-shadow:0 2px 6px #c2872e40}.fc-btn-outline{background-color:transparent;color:var(--fc-dark-green);border:1.5px solid var(--fc-dark-green)}.fc-btn-outline:hover{background-color:var(--fc-dark-green);color:var(--fc-cream)}.fc-btn-outline:active{background-color:var(--fc-dark-accent);color:var(--fc-cream)}@media(max-width:749px){:root{--fc-gutter: 14px}.fc-container{padding-inline:var(--fc-gutter)}.fc-section{padding-block:32px}.fc-section__heading{font-size:1.375rem;margin-bottom:24px}.fc-section__subheading{margin-bottom:24px}}.fc-btn-sm{padding:8px 18px;font-size:.8125rem}.trust-bar{background-color:var(--fc-beige);height:78px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.trust-bar::-webkit-scrollbar{display:none}.trust-bar__inner{display:flex;align-items:center;gap:12px;height:100%;padding-inline:var(--fc-gutter);width:max-content}.trust-bar__item{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:.8125rem;font-weight:500;color:var(--fc-dark-green);padding-inline:12px}.trust-bar__item:before{flex-shrink:0}.trust-bar__separator{width:1px;height:20px;background-color:var(--fc-beige-light);flex-shrink:0}.trust-bar__emoji{font-size:1.25rem;line-height:1;flex-shrink:0}.category-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding-inline:var(--fc-gutter);max-width:var(--fc-max-width);margin-inline:auto}.category-cards__card{position:relative;aspect-ratio:212 / 283;border-radius:var(--fc-radius-lg);overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end}.category-cards__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.55) 100%);border-radius:inherit;transition:background var(--fc-duration) var(--fc-ease);pointer-events:none}.category-cards__card:hover:after{background:linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.65) 100%)}.category-cards__content{position:relative;z-index:1;padding:16px;color:#fff}.category-cards__name{font-family:var(--fc-font-heading);font-size:1.125rem;font-weight:600;margin:0 0 4px;color:#fff}.category-cards__link{font-size:.8125rem;font-weight:500;color:#ffffffd9;text-decoration:none;transition:color var(--fc-duration) var(--fc-ease)}.category-cards__card:hover .category-cards__link{color:#fff}.fc-product-card{position:relative;width:100%;max-width:212px;text-decoration:none;color:var(--fc-dark-green)}.fc-product-card__media{position:relative;width:100%;aspect-ratio:212 / 282;border-radius:var(--fc-radius-lg);overflow:hidden;background-color:var(--fc-beige)}.fc-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--fc-ease)}.fc-product-card:hover .fc-product-card__media img{transform:scale(1.05)}.fc-product-card__wishlist{position:absolute;top:10px;right:10px;z-index:2;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#ffffffe6;border-radius:50%;border:none;cursor:pointer;transition:background-color var(--fc-duration) var(--fc-ease),transform var(--fc-duration) var(--fc-ease);padding:0;line-height:1}.fc-product-card__wishlist:hover{background-color:#fff;transform:scale(1.1)}.fc-product-card__wishlist svg{width:16px;height:16px;stroke:var(--fc-dark-green);fill:none;stroke-width:1.5}.fc-product-card__wishlist.is-active svg{fill:#e05252;stroke:#e05252}.fc-product-card__info{padding-top:10px}.fc-product-card__title{font-family:var(--fc-font-body);font-size:.875rem;font-weight:500;margin:0 0 4px;line-height:1.4;color:var(--fc-dark-green);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fc-product-card__price{font-size:.875rem;font-weight:500;color:var(--fc-dark-green);margin-bottom:10px}.fc-product-card__price .compare-price{text-decoration:line-through;color:var(--fc-muted);font-weight:400;margin-left:6px}.fc-product-card__sample-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:8px 14px;font-family:var(--fc-font-body);font-size:.75rem;font-weight:500;color:var(--fc-dark-green);background:transparent;border:1.5px solid var(--fc-dark-green);border-radius:var(--fc-radius);cursor:pointer;transition:background-color var(--fc-duration) var(--fc-ease),color var(--fc-duration) var(--fc-ease);white-space:nowrap}.fc-product-card__sample-btn:hover{background-color:var(--fc-dark-green);color:var(--fc-cream)}.fc-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;justify-items:center;padding-inline:var(--fc-gutter);max-width:var(--fc-max-width);margin-inline:auto}.fc-story{display:flex;flex-direction:column;gap:24px;padding-inline:var(--fc-gutter);max-width:var(--fc-max-width);margin-inline:auto}.fc-story__illustration{flex:1;border-radius:var(--fc-radius-lg);overflow:hidden}.fc-story__illustration img{width:100%;height:100%;object-fit:cover;border-radius:var(--fc-radius-lg)}.fc-story__content{flex:1;display:flex;flex-direction:column;justify-content:center;gap:16px}.fc-story__eyebrow{font-family:var(--fc-font-body);font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--fc-gold)}.fc-story__title{font-family:var(--fc-font-heading);font-size:1.5rem;font-weight:700;line-height:1.25;color:var(--fc-dark-green);margin:0}.fc-story__body{font-size:.9375rem;line-height:1.7;color:var(--fc-muted);margin:0}.color-swatch-grid{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;padding-inline:var(--fc-gutter);max-width:var(--fc-max-width);margin-inline:auto}.color-swatch{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:transform var(--fc-duration) var(--fc-ease)}.color-swatch:hover{transform:translateY(-2px)}.color-swatch__circle{width:56px;height:56px;border-radius:50%;border:2px solid transparent;transition:border-color var(--fc-duration) var(--fc-ease),box-shadow var(--fc-duration) var(--fc-ease);box-shadow:0 1px 3px #00000014}.color-swatch:hover .color-swatch__circle,.color-swatch.is-active .color-swatch__circle{border-color:var(--fc-dark-green);box-shadow:0 2px 8px #0000001f}.color-swatch__label{font-size:.6875rem;font-weight:500;color:var(--fc-muted);text-align:center;max-width:64px;line-height:1.3}.process-steps{display:flex;flex-direction:column;gap:20px;padding-inline:var(--fc-gutter);max-width:var(--fc-max-width);margin-inline:auto}.process-steps__item{display:flex;align-items:center;gap:16px}.process-steps__icon{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background-color:var(--fc-beige);border-radius:50%}.process-steps__text{flex:1}.process-steps__title{font-family:var(--fc-font-body);font-size:.875rem;font-weight:500;color:var(--fc-dark-green);margin:0 0 2px}.process-steps__desc{font-size:.8125rem;color:var(--fc-muted);margin:0;line-height:1.5}.process-steps__arrow{display:none;flex-shrink:0;color:var(--fc-beige-light);font-size:1.25rem;line-height:1}.promise-cards{display:grid;grid-template-columns:1fr;gap:16px;padding-inline:var(--fc-gutter);max-width:var(--fc-max-width);margin-inline:auto}.promise-cards__card{background-color:var(--fc-beige);border-radius:var(--fc-radius-xl);padding:24px;text-align:center;transition:transform var(--fc-duration) var(--fc-ease)}.promise-cards__card:hover{transform:translateY(-2px)}.promise-cards__emoji{font-size:2rem;line-height:1;margin-bottom:12px}.promise-cards__title{font-family:var(--fc-font-heading);font-size:1rem;font-weight:600;color:var(--fc-dark-green);margin:0 0 8px}.promise-cards__desc{font-size:.8125rem;line-height:1.6;color:var(--fc-muted);margin:0}.fc-blog-grid{display:grid;grid-template-columns:1fr;gap:20px;padding-inline:var(--fc-gutter);max-width:var(--fc-max-width);margin-inline:auto}.fc-blog-card{text-decoration:none;color:var(--fc-dark-green);border-radius:var(--fc-radius-lg);overflow:hidden;background-color:#fff;transition:box-shadow var(--fc-duration) var(--fc-ease),transform var(--fc-duration) var(--fc-ease)}.fc-blog-card:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.fc-blog-card__image{width:100%;aspect-ratio:16 / 10;overflow:hidden}.fc-blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--fc-ease)}.fc-blog-card:hover .fc-blog-card__image img{transform:scale(1.04)}.fc-blog-card__body{padding:16px}.fc-blog-card__meta{display:flex;align-items:center;gap:8px;font-size:.75rem;color:var(--fc-muted);margin-bottom:8px}.fc-blog-card__meta span+span:before{content:"\b7";margin-right:8px}.fc-blog-card__title{font-family:var(--fc-font-heading);font-size:1.0625rem;font-weight:600;line-height:1.35;margin:0 0 8px;color:var(--fc-dark-green)}.fc-blog-card__excerpt{font-size:.8125rem;line-height:1.6;color:var(--fc-muted);margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.fc-blog-card__read-more{font-size:.8125rem;font-weight:500;color:var(--fc-gold);text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:gap var(--fc-duration) var(--fc-ease)}.fc-blog-card:hover .fc-blog-card__read-more{gap:8px}.fc-testimonial{background-color:var(--fc-beige);border-radius:var(--fc-radius-xl);padding:24px}.fc-testimonial__stars{display:flex;gap:2px;margin-bottom:12px}.fc-testimonial__star{color:var(--fc-gold);font-size:1rem;line-height:1}.fc-testimonial__quote{font-size:.9375rem;font-style:italic;line-height:1.7;color:var(--fc-dark-green);margin:0 0 16px}.fc-testimonial__author{display:flex;align-items:center;gap:10px}.fc-testimonial__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;background-color:var(--fc-beige-light)}.fc-testimonial__name{font-size:.875rem;font-weight:500;color:var(--fc-dark-green);margin:0}.fc-testimonial__role{font-size:.75rem;color:var(--fc-muted);margin:0}.fc-instagram__item{position:relative;aspect-ratio:1 / 1;overflow:hidden}.fc-instagram__item img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--fc-ease)}.fc-instagram__item:hover img{transform:scale(1.06)}.fc-instagram__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#223a3273;opacity:0;transition:opacity var(--fc-duration) var(--fc-ease);pointer-events:none}.fc-instagram__item:hover .fc-instagram__overlay{opacity:1}.fc-instagram__heart{color:#fff;font-size:1.5rem;filter:drop-shadow(0 1px 3px rgba(0,0,0,.2))}.fc-find-fabric{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding-inline:var(--fc-gutter);max-width:var(--fc-max-width);margin-inline:auto}.fc-find-fabric__card{background-color:var(--fc-beige);border-radius:var(--fc-radius-xl);padding:20px;text-align:center;text-decoration:none;color:var(--fc-dark-green);transition:transform var(--fc-duration) var(--fc-ease),box-shadow var(--fc-duration) var(--fc-ease)}.fc-find-fabric__card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000000f;color:var(--fc-dark-green)}.fc-find-fabric__emoji{font-size:2rem;line-height:1;margin-bottom:10px}.fc-find-fabric__title{font-family:var(--fc-font-body);font-size:.875rem;font-weight:500;margin:0;line-height:1.4}.fc-hero-slideshow .slideshow{min-height:100vh;min-height:100dvh}.fc-hero-slideshow .banner__box{text-align:left;align-items:flex-start;max-width:560px}.fc-hero-slideshow .slideshow__slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,rgba(34,58,50,.65) 0%,rgba(34,58,50,.25) 50%,transparent 100%);pointer-events:none;z-index:1}.fc-hero-slideshow .banner__content{position:relative;z-index:2}.fc-hero-slideshow .banner__heading{font-family:var(--fc-font-heading);font-size:2.25rem;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.15)}.fc-hero-slideshow .banner__text{color:#ffffffe6}.fc-whatsapp{position:fixed;bottom:24px;right:24px;z-index:9999;width:56px;height:56px;border-radius:50%;background-color:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d36659,0 2px 4px #0000001a;text-decoration:none;transition:transform var(--fc-duration) var(--fc-ease),box-shadow var(--fc-duration) var(--fc-ease)}.fc-whatsapp:hover{transform:scale(1.08);box-shadow:0 6px 20px #25d36673,0 2px 6px #0000001f}.fc-whatsapp:active{transform:scale(1.02)}.fc-whatsapp svg{width:28px;height:28px;fill:#fff}@keyframes fc-whatsapp-pulse{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 14px #25d36600}to{box-shadow:0 0 #25d36600}}.fc-whatsapp--pulse{animation:fc-whatsapp-pulse 2s ease-in-out 3}@media(min-width:750px){:root{--fc-gutter: 24px}.fc-section{padding-block:56px}.fc-section__heading{font-size:2rem;margin-bottom:40px}.trust-bar{overflow-x:visible}.trust-bar__inner{justify-content:center;width:auto;gap:20px}.category-cards{grid-template-columns:repeat(3,1fr);gap:16px}.fc-product-grid{grid-template-columns:repeat(3,1fr);gap:20px}.fc-story{flex-direction:row;gap:40px;align-items:center}.fc-story__title{font-size:2rem}.color-swatch-grid{gap:20px}.process-steps{flex-direction:row;align-items:flex-start;gap:8px}.process-steps__item{flex-direction:column;text-align:center;flex:1;gap:12px}.process-steps__arrow{display:flex;align-items:center;padding-top:16px;font-size:1.5rem}.promise-cards{grid-template-columns:repeat(2,1fr);gap:20px}.fc-blog-grid{grid-template-columns:repeat(2,1fr);gap:24px}.fc-find-fabric{grid-template-columns:repeat(4,1fr);gap:16px}.fc-hero-slideshow .banner__heading{font-size:3rem}}@media(min-width:990px){:root{--fc-gutter: 32px}.fc-section{padding-block:72px}.fc-section__heading{font-size:2.25rem;margin-bottom:48px}.trust-bar__inner{gap:32px}.trust-bar__item{font-size:.875rem}.category-cards{grid-template-columns:repeat(6,1fr);gap:20px}.fc-product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px}.fc-story{gap:64px}.fc-story__title{font-size:2.5rem}.fc-story__body{font-size:1rem}.color-swatch-grid{display:grid;grid-template-columns:repeat(12,1fr);justify-items:center;gap:24px}.process-steps{gap:12px}.process-steps__icon{width:64px;height:64px;font-size:1.75rem}.process-steps__title{font-size:.9375rem}.promise-cards{grid-template-columns:repeat(4,1fr);gap:24px}.promise-cards__card{padding:32px}.fc-blog-grid{grid-template-columns:repeat(3,1fr);gap:28px}.fc-hero-slideshow .banner__heading{font-size:3.5rem}.fc-hero-slideshow .banner__box{max-width:640px}}.fc-text-gold{color:var(--fc-gold)}.fc-text-muted{color:var(--fc-muted)}.fc-text-cream{color:var(--fc-cream)}.fc-bg-cream{background-color:var(--fc-cream)}.fc-bg-beige{background-color:var(--fc-beige)}.fc-bg-dark-green{background-color:var(--fc-dark-green)}.fc-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header-wrapper{background-color:var(--fc-cream)}.footer{background-color:var(--fc-dark-green);color:var(--fc-cream)}.footer a{color:#f8f5f1bf}.footer a:hover{color:var(--fc-cream)}.footer .newsletter-form__field-wrapper input{background-color:transparent;border-color:#f8f5f14d;color:var(--fc-cream)}.footer .newsletter-form__field-wrapper input::placeholder{color:#f8f5f180}.shopify-section .button--primary{background-color:var(--fc-gold);color:var(--fc-cream);border-color:var(--fc-gold)}.shopify-section .button--primary:hover{background-color:#a8741f;border-color:#a8741f}.card-wrapper .card{border-radius:var(--fc-radius-lg)}@media print{.fc-whatsapp,.trust-bar,.fc-instagram{display:none!important}body{color:#000;background:#fff}}.shopify-policy__container{max-width:820px!important;margin:0 auto!important;padding:16px 12px 56px!important;font-family:DM Sans,sans-serif!important;color:#4a4540!important}.shopify-policy__title{background:#f3eee8!important;border-radius:12px!important;padding:36px 36px 30px!important;margin:0 0 20px!important;position:relative!important}.shopify-policy__title:before{content:"POLICY";display:block;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#c2872e;margin:0 0 12px}.shopify-policy__title h1{font-family:Playfair Display,serif!important;font-size:44px!important;font-weight:700!important;color:#223a32!important;margin:0!important;line-height:1.1!important}.shopify-policy__body{background:#f3eee8!important;border-radius:12px!important;padding:36px!important;margin:0!important}.shopify-policy__body .rte,.shopify-policy__body{font-family:DM Sans,sans-serif!important;font-size:16px!important;color:#4a4540!important;line-height:1.7!important}.shopify-policy__body h1,.shopify-policy__body h2,.shopify-policy__body h3{font-family:Playfair Display,serif!important;color:#223a32!important;font-weight:600!important}.shopify-policy__body h1{font-size:26px!important;margin:26px 0 14px!important}.shopify-policy__body h2{font-size:22px!important;margin:26px 0 12px!important}.shopify-policy__body h3{font-size:18px!important;margin:22px 0 8px!important}.shopify-policy__body h1:first-child,.shopify-policy__body h2:first-child,.shopify-policy__body h3:first-child{margin-top:0!important}.shopify-policy__body p{margin:0 0 14px!important}.shopify-policy__body ul,.shopify-policy__body ol{margin:0 0 14px!important;padding-left:24px!important}.shopify-policy__body li{margin-bottom:6px!important}.shopify-policy__body a{color:#c2872e!important;text-decoration:underline!important}.shopify-policy__body a:hover{text-decoration:none!important}.shopify-policy__body strong{color:#223a32!important;font-weight:600!important}@media(max-width:749px){.shopify-policy__container{padding:12px 8px 32px!important}.shopify-policy__title{padding:28px 20px 22px!important}.shopify-policy__title h1{font-size:32px!important}.shopify-policy__body{padding:28px 22px!important}.shopify-policy__body{font-size:15px!important}}.template-article main{background:#fff!important;padding:0!important}.template-article .article-template__back:not(:last-of-type){display:none!important}.template-article main>.shopify-section,.template-article .shopify-section--main-article{background:transparent!important;padding:0!important;margin:0!important;max-width:none!important}.article-template{max-width:none!important;margin:20px 0!important;padding:0 32px!important;background:transparent!important}.article-template__hero-container,.article-template__hero{border-radius:10px!important;overflow:hidden!important;margin:0 0 16px!important;max-width:100%!important;background:#f3eee8!important;padding:0!important}.article-template__hero img,.article-template__hero-image{width:100%!important;height:auto!important;display:block!important;border-radius:10px!important}.article-template__title-wrapper{background:#f3eee8!important;border-radius:10px!important;padding:24px 28px!important;margin:0 0 16px!important;text-align:center!important;max-width:100%!important}.article-template__title-wrapper:before{content:"JOURNAL";display:block;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#c2872e;margin:0 0 8px}.article-template h1.article-template__title,.article-template__title{font-family:Playfair Display,serif!important;font-size:30px!important;font-weight:700!important;color:#223a32!important;line-height:1.2!important;margin:0 0 8px!important}.article-template .circle-divider,.article-template__title+p,.article-template time{font-family:DM Sans,sans-serif!important;font-size:12px!important;color:#7e7367!important}.article-template__content{background:#f3eee8!important;border-radius:10px!important;padding:28px!important;margin:0!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.article-template__content .rte,.article-template__content{font-family:DM Sans,sans-serif!important;font-size:16.5px!important;color:#4a4540!important;line-height:1.75!important}.article-template__content h2,.article-template__content h3,.article-template__content h4{font-family:Playfair Display,serif!important;color:#223a32!important;font-weight:600!important}.article-template__content h2{font-size:26px!important;margin:32px 0 14px!important}.article-template__content h3{font-size:21px!important;margin:28px 0 12px!important}.article-template__content h4{font-size:18px!important;margin:24px 0 10px!important}.article-template__content h2:first-child,.article-template__content h3:first-child{margin-top:0!important}.article-template__content p{margin:0 0 16px!important}.article-template__content ul,.article-template__content ol{margin:0 0 18px!important;padding-left:26px!important}.article-template__content li{margin-bottom:8px!important}.article-template__content a{color:#c2872e!important;text-decoration:underline!important}.article-template__content a:hover{text-decoration:none!important}.article-template__content strong{color:#223a32!important;font-weight:600!important}.article-template__content blockquote{border-left:3px solid #c2872e!important;padding:8px 0 8px 22px!important;margin:22px 0!important;font-style:italic!important;color:#6a625a!important;font-family:Playfair Display,serif!important;font-size:19px!important}.article-template__content img{max-width:520px!important;max-height:360px!important;width:auto!important;height:auto!important;object-fit:contain!important;border-radius:8px!important;margin:18px auto 6px!important;display:block!important}.article-template__content p:has(>img):only-child,.article-template__content p:has(>img){text-align:center!important;margin-top:18px!important;margin-bottom:6px!important}.article-template__content p:has(>img)+p{text-align:center!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;color:#7e7367!important;font-style:italic!important;margin:0 auto 22px!important;max-width:520px!important;line-height:1.4!important}.article-template__content p:has(>img)+p>em,.article-template__content p:has(>img)+p>i{font-style:normal!important}@media(max-width:749px){.article-template__content img{max-width:100%!important;max-height:260px!important}.article-template__content p:has(>img)+p{max-width:100%!important;font-size:12.5px!important}}.article-template__content hr{border:0!important;border-top:1px solid rgba(34,58,50,.12)!important;margin:28px 0!important}.article-template__content table{display:table!important;width:auto!important;max-width:100%!important;margin:22px auto!important;border-collapse:collapse!important;background:#fff!important;border:1px solid #e3d9cc!important;border-radius:8px!important;overflow:hidden!important;font-size:13.5px!important;table-layout:auto!important}.article-template__content table th,.article-template__content table td{border:1px solid #e3d9cc!important;padding:8px 12px!important;text-align:left!important;vertical-align:top!important;word-break:normal!important;overflow-wrap:break-word!important;background:#fff!important}.article-template__content table th{background:#efe6d7!important;font-family:Playfair Display,serif!important;color:#223a32!important;font-weight:600!important;font-size:12.5px!important;letter-spacing:.01em!important;white-space:nowrap!important}.article-template__content table tbody td:first-child{font-weight:600!important;color:#223a32!important;background:#faf6f0!important;white-space:nowrap!important}.article-template__content table tbody tr:nth-child(2n) td:not(:first-child){background:#f3eee866!important}.article-template__content table tbody tr:hover td{background:#f3eee8!important}.article-template__content table tbody tr:has(td:first-child:not(:empty)):has(td:nth-child(2):empty)>td,.article-template__content table tbody tr:has(td:first-child:not(:empty)):has(td:nth-child(2):empty):nth-child(2n)>td{background:#c2872e!important;background-color:#c2872e!important;color:#fff!important;border-color:#c2872e!important;border-top:1px solid #c2872e!important;border-bottom:1px solid #c2872e!important}.article-template__content table tbody tr:has(td:first-child:not(:empty)):has(td:nth-child(2):empty)>td:first-child{font-family:DM Sans,sans-serif!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important;font-size:12px!important;color:#fff!important;white-space:nowrap!important}.article-template__content::-webkit-scrollbar{height:8px}.article-template__content::-webkit-scrollbar-track{background:#f3eee8;border-radius:4px}.article-template__content::-webkit-scrollbar-thumb{background:#c2872e;border-radius:4px}@media(max-width:989px){.article-template{margin:14px 0!important;padding:0 24px!important}.article-template h1.article-template__title{font-size:26px!important}.article-template__content{padding:24px 22px!important}}@media(max-width:749px){.article-template{margin:8px 0!important;padding:0 14px!important}.article-template__title-wrapper{padding:16px!important}.article-template h1.article-template__title{font-size:22px!important}.article-template__content{padding:18px 14px!important;font-size:15px!important}.article-template__content table,.article-template__content table tbody,.article-template__content table tr{display:block!important;width:100%!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important;background:transparent!important;box-shadow:none!important}.article-template__content table thead{display:none!important}.article-template__content table{margin:18px 0!important}.article-template__content table tbody tr{background:#fff!important;border:1px solid #e3d9cc!important;border-radius:8px!important;margin:0 0 12px!important;padding:12px 14px!important;box-shadow:0 1px 3px #223a320a!important}.article-template__content table tbody tr:hover{background:#fff!important}.article-template__content table td{display:block!important;padding:8px 0!important;border:0!important;border-bottom:1px dashed #ebe6e0!important;background:transparent!important;color:#4a4540!important;font-family:DM Sans,sans-serif!important;font-size:14px!important;line-height:1.5!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;width:auto!important;min-width:0!important}.article-template__content table td:last-child{border-bottom:0!important}.article-template__content table tbody td:first-child{background:transparent!important;color:#223a32!important;font-family:Playfair Display,serif!important;font-weight:700!important;font-size:18px!important;border-bottom:1px solid #e3d9cc!important;margin:0 0 6px!important;padding:0 0 10px!important;white-space:normal!important}.article-template__content table tbody td:first-child:before{content:none!important;display:none!important}.article-template__content table td[data-label]:before{content:attr(data-label);display:block!important;margin:0 0 3px!important;color:#c2872e!important;font-family:DM Sans,sans-serif!important;font-weight:600!important;font-size:11px!important;letter-spacing:.05em!important;text-transform:uppercase!important;width:auto!important;min-width:0!important}.article-template__content table td:empty{display:none!important}.article-template__content table tbody tr[data-fc-divider]{background:#c2872e!important;border-color:#c2872e!important;padding:10px 14px!important}.article-template__content table tbody tr[data-fc-divider] td{border:0!important;background:transparent!important;color:#fff!important;font-family:DM Sans,sans-serif!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:12px!important;padding:0!important;display:block!important}.article-template__content table tbody tr[data-fc-divider] td:first-child{padding:0!important}.article-template__content table tbody tr[data-fc-divider] td:not(:first-child){display:none!important}.article-template__content table tbody tr:has(td:first-child:not(:empty)):has(td:nth-child(2):empty){background:#c2872e!important;border-color:#c2872e!important;padding:10px 14px!important}.article-template__content table tbody tr:has(td:first-child:not(:empty)):has(td:nth-child(2):empty) td{background:transparent!important;color:#fff!important;border:0!important}.article-template__content table tbody tr:has(td:first-child:not(:empty)):has(td:nth-child(2):empty) td:not(:first-child){display:none!important}}.template-blog main{background:#fff!important}.main-blog.page-width{max-width:1200px!important;margin:0 auto!important;padding:24px 32px 56px!important}.main-blog .title--primary{font-family:Playfair Display,serif!important;font-size:36px!important;font-weight:700!important;color:#223a32!important;text-align:center!important;margin:16px 0 44px!important;padding-bottom:18px!important;position:relative!important}.main-blog .title--primary:before{content:"JOURNAL";display:block;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#c2872e;margin:0 0 8px}.main-blog .title--primary:after{content:"";display:block;width:64px;height:2px;background:#c2872e;border-radius:2px;margin:16px auto 0}.blog-articles,.blog-articles--collage{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important;gap:24px!important;max-width:1100px!important;margin:0 auto!important;padding:0!important;list-style:none!important}.blog-articles__article,.blog-articles__article.article{margin:0!important;padding:0!important;width:auto!important;max-width:none!important;flex:none!important}.article-card-wrapper{display:block!important;height:100%!important}.article-card,.card.article-card,.article-card.card--standard{background:#fff!important;border:1px solid #ebe6e0!important;border-radius:12px!important;overflow:hidden!important;height:100%!important;display:flex!important;flex-direction:column!important;transition:box-shadow .25s,transform .25s!important;box-shadow:0 1px 3px #223a320a!important}.article-card-wrapper:hover .article-card,.article-card-wrapper:hover .card.article-card{box-shadow:0 8px 24px #223a321a!important;transform:translateY(-3px)!important}.article-card,.card.article-card,.article-card.card--standard,.article-card.card--media{--ratio-percent: 66.66% !important}.article-card .card__inner,.article-card .article-card__image-wrapper,.article-card .media{--ratio-percent: 66.66% !important;aspect-ratio:3 / 2!important;border-radius:0!important;background:#f3eee8!important;overflow:hidden!important;margin:0!important;padding-bottom:0!important;padding-top:0!important;height:auto!important;position:relative!important}.article-card .card__inner img,.article-card .article-card__image img,.article-card .media img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:0!important}.article-card .card__inner .card__content,.article-card .card__inner .card__information,.article-card .card__inner .card__badge,.article-card .card__inner .card__heading,.article-card .card__inner .card-information,.article-card .card__inner>.card__text{display:none!important}.article-card .card__content,.article-card .card__information{padding:18px 18px 20px!important;margin:0!important;flex:1 1 auto!important;display:flex!important;flex-direction:column!important;gap:8px!important;text-align:left!important}.article-card .card__heading,.article-card-wrapper .card__heading{font-family:Playfair Display,serif!important;font-size:18px!important;font-weight:600!important;color:#223a32!important;line-height:1.3!important;margin:0!important}.article-card .card__heading a,.article-card-wrapper .card__heading a{color:#223a32!important;text-decoration:none!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.article-card .card__heading a:hover{color:#c2872e!important}.article-card .article-card__excerpt{font-family:DM Sans,sans-serif!important;font-size:13.5px!important;color:#7e7367!important;line-height:1.55!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.article-card .article-card__info{font-family:DM Sans,sans-serif!important;font-size:11.5px!important;color:#c2872e!important;letter-spacing:.06em!important;text-transform:uppercase!important;margin:4px 0 0!important;font-weight:500!important}.article-card .article-card__info .circle-divider{color:#b3a99c!important}.article-card .card__information a.link{font-family:DM Sans,sans-serif!important;color:#c2872e!important;font-size:13px!important;text-decoration:none!important;margin-top:auto!important;align-self:flex-start!important;padding-top:10px!important;border-top:1px solid #f0eae0!important}@media(max-width:989px){.main-blog.page-width{padding:20px 24px 40px!important}.main-blog .title--primary{font-size:30px!important}.blog-articles{grid-template-columns:repeat(2,1fr)!important;gap:18px!important}}@media(max-width:749px){.main-blog.page-width{padding:16px 14px 32px!important}.main-blog .title--primary{font-size:26px!important;margin:8px 0 20px!important}.blog-articles{grid-template-columns:1fr!important;gap:16px!important}.article-card .card__heading{font-size:16.5px!important}}.template-collection main{background:#fff!important;padding:0!important}.template-collection .section-template--26407972700479__product-grid-padding,.template-collection .product-grid-container,.template-collection .collection{background:transparent!important}.template-collection .page-width{max-width:1320px!important;margin:0 auto!important;padding:0 32px!important}.template-collection .collection-hero{background:#f3eee8!important;border-radius:12px!important;padding:36px 32px!important;text-align:center!important;max-width:1320px!important;margin:16px auto 0!important}.template-collection .collection-hero__inner,.template-collection .collection-hero__text-wrapper{max-width:920px!important;margin:0 auto!important;text-align:center!important}.template-collection .collection-hero__title{font-family:Playfair Display,serif!important;font-size:38px!important;font-weight:700!important;color:#223a32!important;margin:0!important;position:relative!important}.template-collection .collection-hero__title:before{content:"COLLECTION";display:block;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#c2872e;margin:0 0 8px}.template-collection .collection-hero__title:after{content:"";display:block;width:56px;height:2px;background:#c2872e;border-radius:2px;margin:14px auto 0}.template-collection .collection-hero__description{font-family:DM Sans,sans-serif!important;font-size:15px!important;color:#7e7367!important;line-height:1.6!important;margin:16px auto 0!important;max-width:720px!important}.template-collection .facets-pagination-wrapper,.template-collection #ProductGridContainer,.template-collection .product-grid-container{margin-top:24px!important}.template-collection .facets-vertical{display:grid!important;grid-template-columns:260px 1fr!important;gap:32px!important;align-items:start!important}.template-collection .facets-vertical-form,.template-collection .facets-vertical-sidebar,.template-collection facet-filters-form.facets-vertical-form{position:sticky!important;top:24px!important;align-self:start!important}.template-collection .facets__form-vertical,.template-collection .facets-vertical-form .facets,.template-collection .facets-wrapper{background:#f3eee8!important;border-radius:12px!important;padding:22px!important;border:0!important}.template-collection .facets__heading,.template-collection .facets-vertical-form .facets__heading{font-family:DM Sans,sans-serif!important;font-size:12px!important;font-weight:600!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#c2872e!important;margin:0 0 16px!important;padding:0!important}.template-collection .facets__disclosure,.template-collection .facets__disclosure-vertical{border-top:1px solid rgba(34,58,50,.1)!important;padding:14px 0!important;margin:0!important}.template-collection .facets__disclosure:last-of-type,.template-collection .facets__disclosure-vertical:last-of-type{border-bottom:1px solid rgba(34,58,50,.1)!important}.template-collection .facets__summary{font-family:Playfair Display,serif!important;font-size:15px!important;font-weight:600!important;color:#223a32!important;cursor:pointer!important;list-style:none!important;padding:6px 0!important;display:flex!important;justify-content:space-between!important;align-items:center!important}.template-collection .facets__summary::-webkit-details-marker{display:none!important}.template-collection .facets__summary .icon-caret,.template-collection .facets__summary svg.icon{width:12px!important;height:12px!important;color:#c2872e!important}.template-collection .facets-layout,.template-collection .facets__list{padding:8px 0 0!important;margin:0!important}.template-collection .facets__item,.template-collection .facets__item-vertical{list-style:none!important;padding:0!important;margin:0 0 4px!important}.template-collection .facet-checkbox{display:flex!important;align-items:center!important;gap:10px!important;font-family:DM Sans,sans-serif!important;font-size:13.5px!important;color:#4a4540!important;padding:6px 4px!important;border-radius:4px!important;cursor:pointer!important;transition:background .15s!important}.template-collection .facet-checkbox:hover{background:#fff9!important}.template-collection .facet-checkbox input[type=checkbox]{appearance:none!important;-webkit-appearance:none!important;width:16px!important;height:16px!important;border:1.5px solid #c2872e!important;border-radius:3px!important;background:#fff!important;margin:0!important;cursor:pointer!important;position:relative!important;flex-shrink:0!important}.template-collection .facet-checkbox input[type=checkbox]:checked{background:#c2872e!important}.template-collection .facet-checkbox input[type=checkbox]:checked:after{content:"\2713";position:absolute;top:-2px;left:1px;color:#fff;font-size:13px;font-weight:700}.template-collection .facet-checkbox>svg{display:none!important}.template-collection .facet-checkbox__count{color:#9c9389!important;font-size:12px!important;margin-left:4px!important}.template-collection .active-facets,.template-collection .active-facets-vertical-filter{margin:0 0 14px!important;display:flex!important;flex-wrap:wrap!important;gap:6px!important;padding:0!important;border:0!important}.template-collection .active-facets__button,.template-collection .active-facets__button-inner{background:#fff!important;color:#223a32!important;border:1px solid #ebe6e0!important;border-radius:999px!important;font-family:DM Sans,sans-serif!important;font-size:12px!important;padding:4px 10px!important;text-decoration:none!important}.template-collection .active-facets__button-remove{color:#c2872e!important;font-weight:700!important;margin-left:4px!important}.template-collection .active-facets__button-remove-all,.template-collection .facets__reset{color:#c2872e!important;font-family:DM Sans,sans-serif!important;font-size:12px!important;text-decoration:underline!important}.template-collection .facets__price{display:flex!important;gap:10px!important;align-items:center!important;margin:8px 0!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;color:#4a4540!important}.template-collection .facets__price input[type=number]{flex:1!important;border:1px solid #e3d9cc!important;border-radius:4px!important;padding:6px 8px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;color:#223a32!important;background:#fff!important;width:80px!important}.template-collection .facets__price input[type=number]:focus{outline:none!important;border-color:#c2872e!important}.template-collection .product-count,.template-collection .product-count__text{font-family:DM Sans,sans-serif!important;font-size:13px!important;color:#7e7367!important;letter-spacing:.04em!important}.template-collection .facet-filters{display:flex!important;justify-content:space-between!important;align-items:center!important;margin:0 0 18px!important;gap:16px!important;flex-wrap:wrap!important}.template-collection .facet-filters__label,.template-collection .facets__label{font-family:DM Sans,sans-serif!important;font-size:13px!important;color:#7e7367!important}.template-collection .facet-filters__field select,.template-collection select#SortBy{font-family:DM Sans,sans-serif!important;font-size:13.5px!important;color:#223a32!important;background:#fff!important;border:1px solid #e3d9cc!important;border-radius:4px!important;padding:8px 30px 8px 12px!important;cursor:pointer!important}.template-collection .facet-filters__field select:focus{outline:none!important;border-color:#c2872e!important}.template-collection .product-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:22px 18px!important;list-style:none!important;padding:0!important;margin:0!important}.template-collection .product-grid>li,.template-collection .product-grid .grid__item{width:auto!important;max-width:none!important;flex:none!important;padding:0!important}.template-collection .card-wrapper{display:block!important;height:100%!important}.template-collection .product-grid .card,.template-collection .product-grid .card.card--standard,.template-collection .product-grid .card-wrapper>.card{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;height:100%!important;display:flex!important;flex-direction:column!important;overflow:visible!important}.template-collection .product-grid .card .card__inner,.template-collection .product-grid .card .media,.template-collection .product-grid .card-wrapper .card__inner{--ratio-percent: 100% !important;aspect-ratio:1 / 1!important;padding-bottom:0!important;padding-top:0!important;height:auto!important;border-radius:10px!important;overflow:hidden!important;background:#f3eee8!important;position:relative!important}.template-collection .product-grid .card img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .5s ease,opacity .4s!important;border-radius:10px!important}.template-collection .card-wrapper:hover .card img:not(.motion-reduce){transform:scale(1.04)!important}.template-collection .product-grid .card .card__inner .card__content,.template-collection .product-grid .card .card__inner .card__information,.template-collection .product-grid .card .card__inner .card__heading{display:none!important}.template-collection .product-grid .card .card__information,.template-collection .product-grid .card .card__content{padding:12px 4px 0!important;margin:0!important;background:transparent!important;text-align:left!important}.template-collection .product-grid .card .card__heading,.template-collection .product-grid .card-wrapper .card__heading{font-family:Playfair Display,serif!important;font-size:14.5px!important;font-weight:600!important;color:#223a32!important;margin:0 0 6px!important;line-height:1.35!important}.template-collection .product-grid .card .card__heading a{color:#223a32!important;text-decoration:none!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.template-collection .product-grid .card .card__heading a:hover{color:#c2872e!important}.template-collection .product-grid .price,.template-collection .product-grid .card .price__container{font-family:DM Sans,sans-serif!important;font-size:13.5px!important;color:#223a32!important;font-weight:500!important}.template-collection .product-grid .price--on-sale .price-item--regular{color:#9c9389!important}.template-collection .product-grid .price-item--sale,.template-collection .product-grid .price--on-sale .price-item--last{color:#c2872e!important;font-weight:600!important}.template-collection .product-grid .price__badges .price__badge{background:#c2872e!important;color:#fff!important;border-radius:4px!important;font-size:11px!important;padding:3px 8px!important}.template-collection .pagination-wrapper{margin-top:32px!important;display:flex!important;justify-content:center!important}.template-collection .pagination__list{display:flex!important;list-style:none!important;gap:6px!important;padding:0!important;margin:0!important}.template-collection .pagination__item{font-family:DM Sans,sans-serif!important;font-size:13px!important;color:#4a4540!important;border:1px solid #ebe6e0!important;border-radius:4px!important;padding:8px 12px!important;text-decoration:none!important;background:#fff!important}.template-collection .pagination__item--current,.template-collection .pagination__item.pagination__item--current{background:#c2872e!important;color:#fff!important;border-color:#c2872e!important}.template-collection .pagination__item:hover{border-color:#c2872e!important;color:#c2872e!important}.template-collection .pagination__item--current:hover{color:#fff!important}@media(max-width:989px){.template-collection .page-width{padding:0 16px!important}.template-collection .collection-hero{margin:12px 16px 0!important;padding:28px 22px!important}.template-collection .collection-hero__title{font-size:28px!important}.template-collection .facets-vertical{grid-template-columns:1fr!important;gap:16px!important}.template-collection .facets-vertical-form{position:static!important}.template-collection .product-grid{grid-template-columns:repeat(3,1fr)!important;gap:16px 12px!important}}@media(max-width:749px){.template-collection .page-width{padding:0 12px!important}.template-collection .collection-hero{margin:8px 12px 0!important;padding:22px 18px!important}.template-collection .collection-hero__title{font-size:24px!important}.template-collection .product-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px 10px!important}.template-collection .product-grid .card .card__heading{font-size:13px!important}.template-collection .product-grid .price{font-size:12.5px!important}}.template-collection .mobile-facets__open,.template-collection .mobile-facets__open-wrapper button{background:#c2872e!important;color:#fff!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:500!important;border:0!important;border-radius:999px!important;padding:10px 22px!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;gap:8px!important}.template-collection .mobile-facets__open svg{color:#fff!important}.template-collection .mobile-facets,.template-collection .mobile-facets__inner{background:#f3eee8!important}.template-collection .mobile-facets__heading,.template-collection .mobile-facets__main{background:#f3eee8!important;color:#223a32!important}.template-collection .facet-filters__field .svg-wrapper,.template-collection .facet-filters__field svg.icon-caret,.template-collection .facet-filters__field .icon-caret,.template-collection .facet-filters__field .select>svg,.template-collection .facet-filters__field .select>span,.template-collection .facet-filters__field .select:after,.template-collection .facet-filters__sort+svg,.template-collection .facet-filters__sort+span,.template-collection .facet-filters__sort~svg.icon,.template-collection .facet-filters__sort~.svg-wrapper,.template-collection select#SortBy~svg,.template-collection select#SortBy~span,.template-collection select#SortBy~.icon,.template-collection select#SortBy~.icon-caret,.template-collection select#SortBy~.svg-wrapper,.template-collection select.facet-filters__sort~svg,.template-collection select.facet-filters__sort~span,.template-collection select.facet-filters__sort~.icon,.template-collection select.facet-filters__sort~.svg-wrapper{display:none!important}.template-collection .facet-filters__field .select{background-image:none!important}.fc-sort{position:relative;display:inline-block}.fc-sort>.fc-sort__btn{display:inline-flex!important;align-items:center!important;gap:8px!important;font-family:DM Sans,sans-serif!important;font-size:13.5px!important;font-weight:500!important;color:#223a32!important;background:#fff!important;border:1px solid #e3d9cc!important;border-radius:6px!important;padding:9px 16px!important;cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important;list-style:none!important;transition:border-color .15s,box-shadow .15s!important;min-width:180px!important}.fc-sort>.fc-sort__btn::-webkit-details-marker{display:none!important}.fc-sort>.fc-sort__btn:hover{border-color:#c2872e!important}.fc-sort[open]>.fc-sort__btn{border-color:#c2872e!important;box-shadow:0 0 0 3px #c2872e1f!important}.fc-sort>.fc-sort__btn svg{margin-left:auto;transition:transform .2s}.fc-sort[open]>.fc-sort__btn svg{transform:rotate(180deg)}.fc-sort__list{list-style:none!important;padding:6px!important;margin:6px 0 0!important;position:absolute!important;top:calc(100% + 4px)!important;right:0!important;min-width:220px!important;background:#fff!important;border:1px solid #e3d9cc!important;border-radius:8px!important;box-shadow:0 8px 24px #223a321f!important;font-family:DM Sans,sans-serif!important;font-size:13.5px!important;color:#223a32!important;z-index:100!important;max-height:360px!important;overflow-y:auto!important}.fc-sort__list li{display:flex!important;align-items:center!important;padding:9px 12px!important;border-radius:4px!important;cursor:pointer!important;transition:background .12s!important}.fc-sort__list li>span:first-child{flex:1 1 auto}.fc-sort__list li:hover{background:#f3eee8!important;color:#c2872e!important}.fc-sort__list li[data-active]{background:#f8f5f1!important;font-weight:600!important;color:#223a32!important}.fc-sort__tick{color:#c2872e!important;margin-left:8px!important;font-weight:700!important}@media(max-width:749px){.fc-sort>.fc-sort__btn{min-width:160px!important;padding:8px 12px!important}.fc-sort__list{min-width:200px!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/fabriculture-custom.css.map */
