.chutty-features{position:relative;text-align:center;overflow:hidden}.chutty-features__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.chutty-features__bg picture,.chutty-features__bg-img{display:block;width:100%;height:100%}.chutty-features__bg-img{object-fit:cover;object-position:center center}.chutty-features__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;opacity:var(--chutty-features-overlay, 0)}.chutty-features__inner{position:relative;z-index:1;margin-inline:auto;padding-inline:var(--page-margin, 20px)}.chutty-features__header{max-width:640px;margin-inline:auto;margin-bottom:clamp(28px,4vw,48px)}.chutty-features__heart{display:inline-flex;color:var(--chutty-features-accent, #9b8ab8);margin-bottom:12px}.chutty-features__heading{margin:0 0 12px;font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:400;line-height:1.25;font-family:var(--font-heading--family, inherit)}.chutty-features__heading-text{color:rgb(var(--color-foreground-rgb) / .85)}.chutty-features__heading-brand{color:var(--chutty-features-accent, #9b8ab8)}.chutty-features__heading-text+.chutty-features__heading-brand:before{content:" "}.chutty-features__subheading{margin:0;font-size:clamp(.8125rem,1.5vw,.9375rem);line-height:1.65;color:rgb(var(--color-foreground-rgb) / .65)}.chutty-features__cards-wrapper{width:100%;container-type:inline-size;container-name:chutty-features-carousel}.chutty-features__cards{display:grid;gap:12px;list-style:none;margin:0;padding:0;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:749px){.chutty-features{text-align:center}.chutty-features__inner{padding-inline:var(--page-margin, 16px)}.chutty-features__header{margin-bottom:20px;padding-inline:0;max-width:100%}.chutty-features__heading{font-size:clamp(1.25rem,5.5vw,1.625rem);line-height:1.3;padding-inline:4px}.chutty-features__heading-brand{display:block;margin-top:4px}.chutty-features__subheading{font-size:.8125rem;line-height:1.55;padding-inline:8px;max-width:100%;overflow-wrap:anywhere}.chutty-features__bg-img{object-fit:cover;object-position:center bottom}.chutty-features__cards-wrapper{overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:var(--page-margin, 16px);-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-inline:calc(var(--page-margin, 16px) * -1);padding-inline:var(--page-margin, 16px)}.chutty-features__cards-wrapper::-webkit-scrollbar{display:none}.chutty-features__cards{display:flex;flex-wrap:nowrap;gap:10px;width:max-content;min-width:100%}.chutty-features__card{flex:0 0 calc((100cqw - 10px)/2);width:calc((100cqw - 10px)/2);min-height:168px;padding:16px 10px 18px;scroll-snap-align:none;box-sizing:border-box}.chutty-features__card:nth-child(odd){scroll-snap-align:start}.chutty-features__card-icon{margin-bottom:10px}.chutty-features__icon-svg{width:28px;height:28px}.chutty-features__card-title{font-size:.6875rem;line-height:1.35;-webkit-hyphens:auto;hyphens:auto}.chutty-features__card-text{font-size:.625rem;line-height:1.5}}@supports not (width: 100cqw){@media screen and (max-width:749px){.chutty-features__card{flex:0 0 calc((100vw - (var(--page-margin, 16px) * 2) - 10px) / 2);width:calc((100vw - (var(--page-margin, 16px) * 2) - 10px) / 2)}}}@media screen and (min-width:750px){.chutty-features__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,1.5vw,20px)}}.chutty-features__card{background:var(--chutty-features-card-bg, #fff);border-radius:12px;padding:20px 14px 22px;box-shadow:0 2px 16px #0000000f;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:100%}.chutty-features__card-icon{color:var(--chutty-features-accent, #9b8ab8);margin-bottom:14px;flex-shrink:0}.chutty-features__icon-svg{display:block}.chutty-features__card-icon-img{width:32px;height:32px;object-fit:contain}.chutty-features__card-title{margin:0 0 8px;font-size:.8125rem;font-weight:600;line-height:1.35;color:rgb(var(--color-foreground-rgb) / .9)}.chutty-features__card-text{margin:0;font-size:.6875rem;line-height:1.55;color:rgb(var(--color-foreground-rgb) / .6)}@media screen and (min-width:750px){.chutty-features__card{padding:24px 18px 26px}.chutty-features__card-title{font-size:.875rem}.chutty-features__card-text{font-size:.75rem}}@media screen and (min-width:1100px){.chutty-features__cards{gap:20px}.chutty-features__card{padding:28px 20px 30px}.chutty-features__card-title{font-size:.9375rem}.chutty-features__card-text{font-size:.8125rem}}.chutty-features__grid{display:grid;gap:16px 24px;list-style:none;margin:0;padding:0;text-align:left}.chutty-features__grid--cols-2{grid-template-columns:repeat(2,1fr)}.chutty-features__grid--cols-3{grid-template-columns:1fr}@media screen and (min-width:750px){.chutty-features__grid--cols-3{grid-template-columns:repeat(3,1fr)}}.chutty-features__item{display:flex;align-items:flex-start;gap:10px;font-size:.9375rem;line-height:1.5}.chutty-features__check{color:#8b7355;font-weight:700;flex-shrink:0}.chutty-story{position:relative;overflow:hidden;background:var(--chutty-story-fallback-bg, #faf8f5)}.chutty-story--centered{background:#faf8f5}.chutty-story--centered .chutty-story__wrap{max-width:720px;margin-inline:auto;padding-inline:var(--page-margin, 20px)}.chutty-story--centered .chutty-story__content{text-align:center}.chutty-story--centered .chutty-story__heading--simple{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:400;line-height:1.35;margin:0 0 24px;font-style:italic}.chutty-story--centered .chutty-story__tagline{font-size:.8125rem;letter-spacing:.15em;text-transform:uppercase;color:#8b7355;margin:0 0 16px}.chutty-story--centered .chutty-story__body{font-size:.9375rem;line-height:1.75;color:rgb(var(--color-foreground-rgb) / .8)}.chutty-story--centered .chutty-story__body p+p{margin-top:16px}.chutty-story--centered .chutty-story__btn{margin-top:28px}.chutty-story--hero .chutty-story__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.chutty-story--hero .chutty-story__bg picture,.chutty-story--hero .chutty-story__bg-img{display:block;width:100%;height:100%}.chutty-story--bg-adapt .chutty-story__bg{position:relative;inset:auto;line-height:0}.chutty-story--bg-adapt .chutty-story__bg-img{width:100%;height:auto;object-fit:contain}.chutty-story--bg-adapt .chutty-story__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.chutty-story--bg-adapt .chutty-story__wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;justify-content:space-between}.chutty-story--bg-cover .chutty-story__bg-img{object-fit:cover;object-position:center center}.chutty-story--hero .chutty-story__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;opacity:var(--chutty-story-overlay, 0)}.chutty-story--bg-cover .chutty-story__wrap{position:relative;z-index:1}.chutty-story__wrap{margin-inline:auto;padding-inline:var(--page-margin, 20px);width:100%;max-width:var(--page-width, 1200px)}.chutty-story--hero .chutty-story__main{padding-block:clamp(40px,6vw,72px)}.chutty-story--hero .chutty-story__content{max-width:520px;text-align:center;margin-inline:auto}@media screen and (min-width:990px){.chutty-story--hero .chutty-story__content{margin-inline:0;margin-left:clamp(16px,4vw,48px);text-align:left}}.chutty-story__cotton-icon{display:inline-flex;color:var(--chutty-story-accent, #9b8ab8);margin-bottom:12px}.chutty-story__cotton-icon .chutty-features__icon-svg{width:36px;height:36px}.chutty-story--hero .chutty-story__tagline{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin:0 0 20px;font-size:.6875rem;letter-spacing:.18em;text-transform:uppercase;color:#a89878}@media screen and (min-width:990px){.chutty-story--hero .chutty-story__tagline{justify-content:flex-start}}.chutty-story__leaf{color:#a89878;opacity:.85;display:inline-flex}.chutty-story__leaf--right{transform:scaleX(-1)}.chutty-story--hero .chutty-story__heading{margin:0 0 16px;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:400;line-height:1.2;font-family:var(--font-heading--family, inherit)}.chutty-story__heading-line{display:block;color:rgb(var(--color-foreground-rgb) / .88);font-style:italic}.chutty-story__heading-accent{display:block;color:var(--chutty-story-accent, #9b8ab8);font-size:1.08em;font-style:italic;margin-top:4px}.chutty-story__heart-divider{display:inline-flex;color:var(--chutty-story-accent, #9b8ab8);margin-bottom:20px}.chutty-story--hero .chutty-story__body{font-size:clamp(.8125rem,1.4vw,.9375rem);line-height:1.75;color:rgb(var(--color-foreground-rgb) / .72);text-align:left}.chutty-story--hero .chutty-story__body p+p{margin-top:14px}.chutty-story__btn--outline{display:inline-flex;align-items:center;gap:10px;margin-top:28px;padding:12px 24px;border:1px solid var(--chutty-story-accent, #9b8ab8);border-radius:999px;background:transparent;color:var(--chutty-story-accent, #9b8ab8);font-size:.8125rem;letter-spacing:.04em;text-decoration:none;transition:background .2s ease}.chutty-story__btn--outline:hover{background:#9b8ab814}.chutty-story__btn-heart,.chutty-story__btn-arrow{line-height:1}.chutty-story__features{margin-top:auto;padding-bottom:clamp(24px,4vw,40px);width:100%}.chutty-story__features-wrapper{width:100%;container-type:inline-size;container-name:chutty-story-carousel}.chutty-story__features-list{display:grid;grid-template-columns:1fr;gap:0;list-style:none;margin:0;padding:0;background:#ffffffeb;border-radius:16px;box-shadow:0 4px 24px #0000000f;overflow:hidden}@media screen and (max-width:749px){.chutty-story__features-wrapper{overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.chutty-story__features-wrapper::-webkit-scrollbar{display:none}.chutty-story__features-list{display:flex;flex-wrap:nowrap;gap:10px;width:max-content;min-width:100%;background:transparent;border-radius:0;box-shadow:none;overflow:visible}.chutty-story__feature{flex:0 0 calc((100cqw - 10px)/2);width:calc((100cqw - 10px)/2);min-height:140px;padding:18px 12px;background:#ffffffeb;border-radius:12px;box-shadow:0 2px 16px #0000000f;border:none!important;box-sizing:border-box;scroll-snap-align:none}.chutty-story__feature:nth-child(odd){scroll-snap-align:start}.chutty-story__feature-title{font-size:.6875rem}.chutty-story__feature-text{font-size:.625rem}}@supports not (width: 100cqw){@media screen and (max-width:749px){.chutty-story__feature{flex:0 0 calc((100vw - (var(--page-margin, 16px) * 2) - 10px) / 2);width:calc((100vw - (var(--page-margin, 16px) * 2) - 10px) / 2)}}}@media screen and (min-width:750px){.chutty-story__features-list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.chutty-story__features-list{grid-template-columns:repeat(4,1fr)}}.chutty-story__feature{padding:24px 20px;text-align:center;border-bottom:1px solid rgb(0 0 0 / .06)}@media screen and (min-width:750px){.chutty-story__feature{border-bottom:none;border-right:1px solid rgb(0 0 0 / .06)}.chutty-story__feature:last-child{border-right:none}}.chutty-story__feature-icon{display:inline-flex;color:var(--chutty-story-accent, #9b8ab8);margin-bottom:12px}.chutty-story__feature-icon .chutty-features__icon-svg{width:28px;height:28px}.chutty-story__feature-title{margin:0 0 6px;font-size:.8125rem;font-weight:600;color:rgb(var(--color-foreground-rgb) / .88)}.chutty-story__feature-text{margin:0;font-size:.6875rem;line-height:1.5;color:rgb(var(--color-foreground-rgb) / .58)}.chutty-story--bg-adapt:not(:has(.chutty-story__bg-img)) .chutty-story__wrap{position:relative}.chutty-story--bg-cover:not(:has(.chutty-story__bg-img)){min-height:480px}.chutty-story--bg-adapt:not(:has(.chutty-story__bg-img)){min-height:auto}.chutty-banner__inner{display:grid;gap:32px;align-items:center}@media screen and (min-width:990px){.chutty-banner__inner{grid-template-columns:1fr 1fr;gap:48px}.chutty-banner__inner--reverse .chutty-banner__content{order:1}.chutty-banner__inner--reverse .chutty-banner__media{order:0}}.chutty-banner__eyebrow{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#8b7355;margin:0 0 12px}.chutty-banner__heading{font-size:clamp(1.375rem,2.5vw,1.875rem);font-weight:500;margin:0 0 16px;line-height:1.3}.chutty-banner__text{font-size:.9375rem;line-height:1.7;color:rgb(var(--color-foreground-rgb) / .75);margin-bottom:20px}.chutty-banner__media{border-radius:8px;overflow:hidden;aspect-ratio:4 / 3;background:#f5f0ea}.chutty-banner__image{width:100%;height:100%;object-fit:cover}.chutty-banner__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.chutty-faq__heading{text-align:center;margin:0 0 32px;font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:500}.chutty-faq__list{max-width:760px;margin-inline:auto}.chutty-faq__item{border-bottom:1px solid rgb(var(--color-foreground-rgb) / .1)}.chutty-faq__question{padding:18px 32px 18px 0;font-size:.9375rem;font-weight:500;cursor:pointer;list-style:none;position:relative}.chutty-faq__question::-webkit-details-marker{display:none}.chutty-faq__question:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.25rem;font-weight:300;color:#8b7355}.chutty-faq__item[open] .chutty-faq__question:after{content:"\2212"}.chutty-faq__answer{padding:0 0 18px;font-size:.875rem;line-height:1.65;color:rgb(var(--color-foreground-rgb) / .75)}.chutty-product-extras__grid{display:grid;gap:32px}@media screen and (min-width:990px){.chutty-product-extras__grid{grid-template-columns:repeat(3,1fr);gap:40px}}.chutty-product-extras__title{font-size:1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin:0 0 16px;color:#8b7355}.chutty-product-extras__list{list-style:none;margin:0;padding:0}.chutty-product-extras__list li{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;line-height:1.6;margin-bottom:8px;color:rgb(var(--color-foreground-rgb) / .85)}.chutty-product-extras__list li span{color:#8b7355;font-weight:700}.chutty-product-extras__text{font-size:.875rem;line-height:1.65;margin-bottom:16px}.chutty-product-extras__emails{list-style:none;margin:0;padding:0;font-size:.8125rem}.chutty-product-extras__emails li{margin-bottom:6px}.chutty-product-extras__emails a{color:inherit}.chutty-section-label{text-align:center;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:#8b7355;margin-bottom:12px}.chutty-hero-slideshow-section{overflow:hidden;padding-inline:0!important}.chutty-hero-slideshow--image-only slideshow-slides{min-height:auto}.chutty-hero-slideshow slideshow-slide.chutty-hero-slide-wrap{display:block;width:100%;min-height:auto;height:auto}.chutty-hero-slide--image-only{width:100%;line-height:0}.chutty-hero-slide__link{display:block;width:100%;text-decoration:none;color:inherit}.chutty-hero-slide__media{width:100%;overflow:hidden;background:#f0ebe4}.chutty-hero-slide__media picture{display:block;width:100%}.chutty-hero-slide--fit-adapt .chutty-hero-slide__img{width:100%;height:auto;display:block}.chutty-hero-slide--fit-cover .chutty-hero-slide__media{min-height:var(--chutty-hero-h-mobile)}@media screen and (min-width:750px){.chutty-hero-slide--fit-cover .chutty-hero-slide__media{min-height:var(--chutty-hero-h-desktop)}}.chutty-hero-slide--fit-cover .chutty-hero-slide__media picture{height:100%;min-height:inherit}.chutty-hero-slide--fit-cover .chutty-hero-slide__img{width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center center}.chutty-hero-slide__placeholder{width:100%;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;background:#f0ebe4}.chutty-hero-slide__placeholder svg{width:100%;height:100%;object-fit:cover}.chutty-hero-slideshow slideshow-controls{position:absolute;bottom:16px;left:50%;transform:translate(-50%);z-index:2}.chutty-hero-slideshow slideshow-container{position:relative}.chutty-hero-slideshow .slide__content{opacity:1;animation:none}.chutty-collections{background:var(--chutty-collections-section-bg, #faf8f5)}.chutty-collections__inner{margin-inline:auto;padding-inline:var(--page-margin, 20px)}.chutty-collections__header{text-align:center;max-width:560px;margin-inline:auto;margin-bottom:clamp(28px,4vw,40px)}.chutty-collections__heart{display:inline-flex;color:var(--chutty-collections-accent, #9b8ab8);margin-bottom:12px}.chutty-collections__heading{margin:0 0 10px;font-size:clamp(1.625rem,3.5vw,2.375rem);font-weight:400;line-height:1.2;font-family:var(--font-heading--family, inherit)}.chutty-collections__heading-text{color:rgb(var(--color-foreground-rgb) / .88)}.chutty-collections__heading-accent{color:var(--chutty-collections-accent, #9b8ab8);position:relative;display:inline-block}.chutty-collections__heading-accent:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;background:var(--chutty-collections-accent, #9b8ab8);opacity:.85;border-radius:1px}.chutty-collections__heading-text+.chutty-collections__heading-accent:before{content:" "}.chutty-collections__subheading{margin:0;font-size:clamp(.8125rem,1.5vw,.9375rem);line-height:1.6;color:rgb(var(--color-foreground-rgb) / .6)}.chutty-collections__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;list-style:none;margin:0;padding:0;align-items:start}@media screen and (min-width:750px){.chutty-collections__grid{grid-template-columns:repeat(4,1fr);gap:16px}}.chutty-collections__card{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;background:var(--chutty-collections-card-bg, #fff);border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #0000000a;transition:transform .2s ease,box-shadow .2s ease}.chutty-collections__card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.chutty-collections__card-media{position:relative;overflow:hidden;background:#f5f0ea;line-height:0}.chutty-collections--fit-adapt .chutty-collections__card-media{height:auto}.chutty-collections--fit-adapt .chutty-collections__image{width:100%;height:auto;display:block;vertical-align:top}.chutty-collections--fit-adapt .chutty-collections__placeholder{aspect-ratio:1;width:100%}.chutty-collections--fit-cover .chutty-collections__card-media{aspect-ratio:1}.chutty-collections--fit-cover .chutty-collections__image,.chutty-collections--fit-cover .chutty-collections__placeholder{width:100%;height:100%;object-fit:cover;display:block}.chutty-collections__badge{position:absolute;top:10px;left:10px;z-index:1;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#9b8ab826;color:var(--chutty-collections-accent, #9b8ab8)}.chutty-collections__badge-img{width:18px;height:18px;object-fit:contain}.chutty-collections__placeholder{display:flex;align-items:center;justify-content:center}.chutty-collections__placeholder svg{width:100%;height:100%;object-fit:cover}.chutty-collections__card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px 14px;min-height:52px}.chutty-collections__title{font-size:.6875rem;font-weight:600;line-height:1.35;color:rgb(var(--color-foreground-rgb) / .85);text-align:left}@media screen and (min-width:750px){.chutty-collections__title{font-size:.75rem}.chutty-collections__card-footer{padding:14px 16px 16px}}.chutty-collections__arrow{flex-shrink:0;color:var(--chutty-collections-accent, #9b8ab8);font-size:.875rem;line-height:1}.chutty-product-card{--chutty-pcard-accent: var(--chutty-product-card-accent, #9b8ab8);--chutty-pcard-text: var(--chutty-product-card-text, #3d3d3d);--chutty-pcard-text-secondary: var(--chutty-product-card-text-secondary, #6b6b6b);--chutty-pcard-media-bg: var(--chutty-product-card-media-bg, #eeeeee);display:flex;flex-direction:column;background:transparent;min-width:0}.chutty-product-card__media{position:relative;overflow:hidden;background:var(--chutty-pcard-media-bg);aspect-ratio:1}.chutty-product-card__media-link{display:block;width:100%;height:100%}.chutty-product-card__image{width:100%;height:100%;object-fit:cover;object-position:center}.chutty-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--chutty-pcard-media-bg)}.chutty-product-card__placeholder-svg{width:40%;height:40%;opacity:.25}.chutty-product-card__overlay-title{position:absolute;top:12px;left:12px;right:44px;z-index:2;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:.9375rem;font-weight:600;line-height:1.3;color:var(--chutty-pcard-text);text-decoration:none;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;pointer-events:auto}.chutty-product-card__overlay-title:hover{color:var(--chutty-pcard-accent)}.chutty-product-card:has(.chutty-product-card__image) .chutty-product-card__overlay-title{text-shadow:0 1px 6px rgb(255 255 255 / .85)}.chutty-product-card__wishlist-wrap{position:absolute;top:10px;right:10px;z-index:3}.chutty-product-card__wishlist{display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid rgb(61 61 61 / .18);border-radius:50%;background:#fff;color:var(--chutty-pcard-text);cursor:pointer;box-shadow:none;transition:border-color .2s ease,color .2s ease}.chutty-product-card__wishlist:hover{border-color:var(--chutty-pcard-accent);color:var(--chutty-pcard-accent)}.chutty-product-card__wishlist-wrap.is-active .chutty-product-card__wishlist{color:#d96060;border-color:#d9606059}.chutty-product-card__wishlist-wrap.is-active .chutty-product-card__wishlist svg{fill:currentColor}.chutty-product-card__body{display:flex;flex-direction:column;gap:2px;padding:10px 0 0;min-width:0}.chutty-product-card__title{margin:0;font-family:Inter,-apple-system,sans-serif;font-size:.8125rem;font-weight:400;line-height:1.4;color:var(--chutty-pcard-text);text-decoration:none;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.chutty-product-card__title:hover{color:var(--chutty-pcard-accent)}.chutty-product-card__price{margin:0;font-family:Inter,-apple-system,sans-serif;font-size:.8125rem;font-weight:400;line-height:1.4;color:var(--chutty-pcard-text)}.chutty-product-card__rating{display:flex;align-items:center;gap:6px;margin-top:2px}.chutty-product-card__stars{display:flex;gap:2px}.chutty-product-card__star{color:#e0e0e0}.chutty-product-card__star--filled{color:var(--chutty-pcard-accent)}.chutty-product-card__review-count{font-family:Inter,-apple-system,sans-serif;font-size:.6875rem;color:var(--chutty-pcard-text-secondary)}.chutty-product-card__divider{height:1px;background:#4a403a14;margin:0 2px 12px}.chutty-product-card__form{margin-top:auto}.chutty-product-card__atc{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 16px;border:none;border-radius:10px;background:var(--chutty-pcard-accent);color:#fff;font-family:Inter,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:opacity .25s ease,transform .25s ease}.chutty-product-card__atc:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.chutty-product-card__atc:disabled{opacity:.55;cursor:not-allowed}@media screen and (max-width:749px){.chutty-product-card__overlay-title{top:10px;left:10px;right:40px;font-size:.8125rem}.chutty-product-card__wishlist{width:30px;height:30px}.chutty-product-card__title,.chutty-product-card__price{font-size:.75rem}.chutty-product-card__atc{padding:10px 12px;font-size:.75rem}}.chutty-product-grid__inner{width:100%;max-width:1400px;margin-inline:auto}.chutty-product-grid__header{text-align:center;margin-bottom:clamp(28px,4vw,48px)}.chutty-product-grid__heading{margin:0 0 8px;font-family:Playfair Display,serif;font-size:clamp(1.375rem,3vw,2rem);font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--chutty-product-card-text, #4a403a)}.chutty-product-grid__subheading{margin:0;font-size:.875rem;color:var(--chutty-product-card-text-secondary, #8a7e75)}.chutty-product-grid__wrapper{width:100%;container-type:inline-size;container-name:chutty-product-grid}.chutty-product-grid__grid{display:grid;gap:clamp(16px,2vw,24px);align-items:stretch}.chutty-product-grid__grid--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.chutty-product-grid__grid--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.chutty-product-grid__grid--cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.chutty-product-grid__grid--cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}@media screen and (max-width:1099px){.chutty-product-grid__grid--cols-4,.chutty-product-grid__grid--cols-5{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.chutty-product-grid__grid--cols-2,.chutty-product-grid__grid--cols-3,.chutty-product-grid__grid--cols-4,.chutty-product-grid__grid--cols-5{grid-template-columns:repeat(2,minmax(0,1fr))}.chutty-product-grid__wrapper--carousel{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.chutty-product-grid__wrapper--carousel::-webkit-scrollbar{display:none}.chutty-product-grid__wrapper--carousel .chutty-product-grid__grid{display:flex;flex-wrap:nowrap;gap:12px;width:max-content;min-width:100%}.chutty-product-grid__wrapper--carousel .chutty-product-card{flex:0 0 calc((100cqw - 12px)/2);width:calc((100cqw - 12px)/2);min-width:calc((100cqw - 12px)/2);scroll-snap-align:none}.chutty-product-grid__wrapper--carousel .chutty-product-card:nth-child(odd){scroll-snap-align:start}}@supports not (width: 100cqw){@media screen and (max-width:749px){.chutty-product-grid__wrapper--carousel .chutty-product-card{flex:0 0 calc((100vw - (var(--page-margin, 16px) * 2) - 12px) / 2);width:calc((100vw - (var(--page-margin, 16px) * 2) - 12px) / 2);min-width:calc((100vw - (var(--page-margin, 16px) * 2) - 12px) / 2)}}}.chutty-collection{background:var(--chutty-collection-bg, #faf8f6)}.chutty-collection__wrapper{width:100%;max-width:1400px;margin-inline:auto}.chutty-collection__grid-inner{width:100%}.chutty-collection__product-list .chutty-collection__item{list-style:none;min-width:0}.chutty-collection__product-list .chutty-collection__item .product-card{display:none}.chutty-product-card--collection{height:100%}.chutty-collection .facets-block-wrapper--horizontal{border:none}.chutty-collection .facets--horizontal .facets__form-wrapper{width:100%}@media screen and (min-width:750px){.chutty-collection .facets-block-wrapper--horizontal{padding-inline:0}.chutty-collection .facets--horizontal .facets__form{flex-wrap:nowrap;align-items:center;width:100%;gap:16px}.chutty-collection .facets--horizontal .products-count-wrapper{order:1;margin-left:0;margin-right:auto;font-family:Inter,-apple-system,sans-serif;font-size:.875rem;font-weight:500;color:var(--chutty-product-card-text, #4a403a);text-transform:none}.chutty-collection .facets--horizontal .facets__filters-wrapper{order:2;max-width:none;margin-inline-end:0}.chutty-collection .facets--horizontal .sorting-filter{order:3;margin-inline-start:0}.chutty-collection .facets--horizontal .facets__summary,.chutty-collection .facets--horizontal .facets__label{font-family:Inter,-apple-system,sans-serif;font-size:.8125rem;font-weight:500;color:var(--chutty-product-card-text, #4a403a)}.chutty-collection .facets--horizontal .facets-horizontal-remove{order:4}}.chutty-collection .facets-toggle{border-bottom:1px solid rgb(74 64 58 / .08)}.chutty-collection .facets-toggle__button{font-family:Inter,-apple-system,sans-serif;font-size:.8125rem;font-weight:500}.chutty-collection__empty{font-family:Inter,-apple-system,sans-serif}@media screen and (max-width:749px){.chutty-product-card--collection .chutty-product-card__title,.chutty-product-card--collection .chutty-product-card__price{font-size:.75rem}}.chutty-product{background:var(--chutty-pdp-bg, #faf8f6);color:var(--chutty-pdp-text, #4a403a)}.chutty-product__inner{width:100%;max-width:1280px;margin-inline:auto}.chutty-product__breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:clamp(20px,3vw,32px);font-family:Inter,-apple-system,sans-serif;font-size:.75rem;color:var(--chutty-pdp-text-secondary, #8a7e75)}.chutty-product__breadcrumbs a{color:inherit;text-decoration:none}.chutty-product__breadcrumbs a:hover{color:var(--chutty-pdp-accent, #9b8ab8)}.chutty-product__breadcrumb-current{color:var(--chutty-pdp-text, #4a403a)}.chutty-product__breadcrumb-sep{opacity:.45}.chutty-product__hero{display:grid;gap:clamp(28px,4vw,56px);align-items:start}@media screen and (min-width:900px){.chutty-product__hero{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}}.chutty-product__gallery{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:start}@media screen and (max-width:599px){.chutty-product__gallery{grid-template-columns:1fr}.chutty-product__thumbs{order:2;flex-direction:row!important;overflow-x:auto}}.chutty-product__thumbs{display:flex;flex-direction:column;gap:10px}.chutty-product__thumb{width:72px;height:72px;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;background:#fff;cursor:pointer;flex-shrink:0;transition:border-color .2s ease}.chutty-product__thumb.is-active{border-color:var(--chutty-pdp-accent, #9b8ab8)}.chutty-product__thumb img{width:100%;height:100%;object-fit:cover;display:block}.chutty-product__main-media{position:relative;border-radius:14px;overflow:hidden;background:var(--chutty-pdp-card-bg, #f5f1ed);aspect-ratio:1}.chutty-product__main-slide{width:100%;height:100%}.chutty-product__main-image{width:100%;height:100%;object-fit:cover;display:block}.chutty-product__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:320px}.chutty-product__zoom{position:absolute;right:14px;bottom:14px;width:38px;height:38px;border:none;border-radius:50%;background:#ffffffeb;color:var(--chutty-pdp-text, #4a403a);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px #4a403a1f;transition:transform .2s ease}.chutty-product__zoom:hover{transform:scale(1.05)}.chutty-product__info{display:flex;flex-direction:column;gap:16px}.chutty-product__badge{display:inline-flex;align-items:center;gap:6px;width:fit-content;padding:5px 12px;border-radius:999px;background:#9b8ab826;color:var(--chutty-pdp-accent, #9b8ab8);font-family:Inter,-apple-system,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.chutty-product__title{margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.625rem,3.5vw,2.25rem);font-weight:400;line-height:1.2;color:var(--chutty-pdp-text, #4a403a)}.chutty-product__tagline{margin:-4px 0 0;font-family:Inter,-apple-system,sans-serif;font-size:.875rem;line-height:1.55;color:var(--chutty-pdp-text-secondary, #8a7e75)}.chutty-product__price-row{display:flex;flex-wrap:wrap;align-items:center;gap:14px 20px}.chutty-product__price{margin:0;font-family:Inter,-apple-system,sans-serif;font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:700;color:var(--chutty-pdp-text, #4a403a)}.chutty-product__rating{display:flex;align-items:center;gap:6px}.chutty-product__stars{display:flex;gap:2px}.chutty-product__star{color:#e0e0e0}.chutty-product__star--filled{color:var(--chutty-pdp-accent, #9b8ab8)}.chutty-product__review-count{font-family:Inter,-apple-system,sans-serif;font-size:.75rem;color:var(--chutty-pdp-text-secondary, #8a7e75)}.chutty-product__highlights{list-style:none;margin:4px 0 0;padding:16px 0 0;border-top:1px solid rgb(74 64 58 / .08);display:grid;gap:12px}.chutty-product__highlights li{display:flex;align-items:center;gap:10px;font-family:Inter,-apple-system,sans-serif;font-size:.8125rem;color:var(--chutty-pdp-text, #4a403a)}.chutty-product__highlight-icon{display:flex;color:var(--chutty-pdp-accent, #9b8ab8);flex-shrink:0}.chutty-product__form{display:flex;flex-direction:column;gap:18px;margin-top:4px}.chutty-product__option-label{font-family:Inter,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;color:var(--chutty-pdp-text, #4a403a)}.chutty-product__option-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.chutty-product__pill{position:relative;cursor:pointer}.chutty-product__pill input{position:absolute;opacity:0;pointer-events:none}.chutty-product__pill span{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:9px 16px;border:1.5px solid rgb(74 64 58 / .15);border-radius:999px;background:#fff;font-family:Inter,-apple-system,sans-serif;font-size:.75rem;font-weight:500;color:var(--chutty-pdp-text, #4a403a);transition:border-color .2s ease,background .2s ease}.chutty-product__pill.is-selected span,.chutty-product__pill input:checked+span{border-color:var(--chutty-pdp-accent, #9b8ab8);background:#9b8ab814}.chutty-product__pill.is-unavailable span{opacity:.45;text-decoration:line-through}.chutty-product__size-guide{display:inline-flex;align-items:center;gap:6px;margin-top:-6px;font-family:Inter,-apple-system,sans-serif;font-size:.75rem;color:var(--chutty-pdp-accent, #9b8ab8);text-decoration:none}.chutty-product__size-guide:hover{text-decoration:underline}.chutty-product__quantity-row{display:flex;flex-direction:column;gap:10px}.chutty-product__quantity-label{font-family:Inter,-apple-system,sans-serif;font-size:.8125rem;font-weight:600}.chutty-product__quantity{display:flex;align-items:center;width:100%;max-width:100%;border:1.5px solid rgb(74 64 58 / .12);border-radius:999px;background:#fff;overflow:hidden}.chutty-product__qty-btn{width:48px;height:44px;border:none;background:transparent;font-size:1.125rem;color:var(--chutty-pdp-text, #4a403a);cursor:pointer}.chutty-product__qty-input{flex:1;min-width:0;border:none;background:transparent;text-align:center;font-family:Inter,-apple-system,sans-serif;font-size:.9375rem;font-weight:600;color:var(--chutty-pdp-text, #4a403a);-webkit-appearance:textfield;appearance:textfield}.chutty-product__qty-input::-webkit-outer-spin-button,.chutty-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.chutty-product__actions{display:flex;flex-direction:column;gap:10px}.chutty-product__atc{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 20px;border:none;border-radius:12px;background:var(--chutty-pdp-accent, #9b8ab8);color:#fff;font-family:Inter,-apple-system,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.chutty-product__atc:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.chutty-product__atc:disabled{opacity:.5;cursor:not-allowed}.chutty-product__buy-now,.chutty-product__wishlist-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:13px 20px;border:1.5px solid var(--chutty-pdp-accent, #9b8ab8);border-radius:12px;background:#fff;color:var(--chutty-pdp-accent, #9b8ab8);font-family:Inter,-apple-system,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s ease}.chutty-product__buy-now:hover:not(:disabled),.chutty-product__wishlist-btn:hover{background:#9b8ab80f}.chutty-product__buy-now:disabled{opacity:.5;cursor:not-allowed}.chutty-product__wishlist.is-active .chutty-product__wishlist-btn{background:#9b8ab814}.chutty-product__wishlist-btn:hover{background:#9b8ab80f}.chutty-product__trust{list-style:none;margin:8px 0 0;padding:16px 0 0;border-top:1px solid rgb(74 64 58 / .08);display:flex;flex-wrap:wrap;gap:16px 24px}.chutty-product__trust li{display:flex;align-items:center;gap:6px;font-family:Inter,-apple-system,sans-serif;font-size:.6875rem;color:var(--chutty-pdp-text-secondary, #8a7e75)}.chutty-product__trust svg{color:var(--chutty-pdp-accent, #9b8ab8);flex-shrink:0}.chutty-product__below{display:grid;gap:32px;margin-top:clamp(40px,6vw,64px);padding-top:clamp(32px,5vw,48px);border-top:1px solid rgb(74 64 58 / .08)}@media screen and (min-width:900px){.chutty-product__below{grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:40px;align-items:start}}.chutty-product__tabs{display:flex;flex-wrap:wrap;gap:4px 20px;margin-bottom:24px;border-bottom:1px solid rgb(74 64 58 / .08)}.chutty-product__tab{padding:0 0 12px;margin-bottom:-1px;border:none;border-bottom:2px solid transparent;background:none;font-family:Inter,-apple-system,sans-serif;font-size:.8125rem;font-weight:500;color:var(--chutty-pdp-text-secondary, #8a7e75);cursor:pointer;transition:color .2s ease,border-color .2s ease}.chutty-product__tab.is-active{color:var(--chutty-pdp-text, #4a403a);border-bottom-color:var(--chutty-pdp-accent, #9b8ab8)}.chutty-product__tab-panel{font-family:Inter,-apple-system,sans-serif;font-size:.875rem;line-height:1.65;color:var(--chutty-pdp-text-secondary, #8a7e75)}.chutty-product__description{margin-bottom:28px}.chutty-product__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px;margin-top:28px;padding-top:28px;border-top:1px solid rgb(74 64 58 / .06)}@media screen and (min-width:600px){.chutty-product__features{grid-template-columns:repeat(4,minmax(0,1fr))}}.chutty-product__feature{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;font-size:.75rem;color:var(--chutty-pdp-text, #4a403a)}.chutty-product__feature-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#9b8ab81f;color:var(--chutty-pdp-accent, #9b8ab8)}.chutty-product__promos{display:flex;flex-direction:column;gap:16px}.chutty-product__promo-card{padding:24px;border-radius:14px;background:var(--chutty-pdp-card-bg, #f5f1ed)}.chutty-product__promo-icon{display:flex;margin-bottom:12px;color:var(--chutty-pdp-accent, #9b8ab8)}.chutty-product__promo-heading{margin:0 0 8px;font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:400;color:var(--chutty-pdp-text, #4a403a)}.chutty-product__promo-text{margin:0 0 14px;font-family:Inter,-apple-system,sans-serif;font-size:.8125rem;line-height:1.55;color:var(--chutty-pdp-text-secondary, #8a7e75)}.chutty-product__promo-link{display:inline-flex;align-items:center;gap:6px;font-family:Inter,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;color:var(--chutty-pdp-accent, #9b8ab8);text-decoration:none}.chutty-product__promo-link:hover{text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/1/assets/chutty-brand.css.map */
