*,*:before,*:after{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:var(--color-text);text-decoration:none}a:hover{color:var(--color-primary)}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.skip-link{position:absolute;left:-9999px;top:0;background:var(--color-primary);color:#fff;padding:10px 16px;z-index:200}.skip-link:focus{left:8px;top:8px;color:#fff}.h-serif{font-family:Cormorant Garamond,serif;font-weight:600;letter-spacing:-.01em}.h-script{font-family:Caveat,cursive;font-weight:500;color:var(--color-terracotta-text)}.page-width{max-width:var(--page-width);margin:0 auto;padding-inline:clamp(24px,5vw,64px)}.section-pad{padding-top:var(--pt,var(--section-pad-desktop));padding-bottom:var(--pb,0)}@media(max-width:767px){.section-pad{padding-top:calc(var(--pt,var(--section-pad-desktop))*.66);padding-bottom:calc(var(--pb,0px)*.66)}}.text-muted{color:var(--color-text-muted)}.text-link{background:none;border:none;padding:2px 0;font-size:13px;font-weight:500;color:var(--color-text);text-decoration:underline;text-underline-offset:3px}.text-link:hover{color:var(--color-primary)}.kh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:0 28px;border-radius:var(--radius-btn);font-size:13px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;transition:all .2s ease;text-align:center}.kh-btn--primary{background:var(--color-primary);color:#fff;border:none}.kh-btn--primary:hover{background:var(--color-primary-hover);color:#fff}.kh-btn--secondary{background:transparent;color:var(--color-text);border:1px solid var(--color-text)}.kh-btn--secondary:hover{background:var(--color-text);color:#fff}.kh-btn--block{display:flex;width:100%}.kh-btn--sm{min-height:42px;padding:0 18px;font-size:12px}.kh-btn[disabled]{opacity:.4;cursor:not-allowed}.kh-btn[disabled]:hover{background:var(--color-primary)}.icon-btn{background:none;border:none;padding:9px;display:grid;place-items:center;color:var(--color-text);border-radius:50%}.kh-badge{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:5px 11px;border-radius:999px;background:var(--color-primary-tint);color:var(--color-text)}.kh-badge--blush{background:var(--color-blush);color:#5f4638}.kh-badge--outline{background:var(--color-surface);color:var(--color-text-muted);border:1px solid var(--color-border)}.kh-badge--angebot{background:var(--color-surface);color:var(--color-terracotta-text);border:1px solid var(--color-border)}.kh-badge--tint{background:var(--color-primary-tint)}.kh-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card)}.kh-input,.kh-select,.kh-textarea{width:100%;min-height:48px;padding:12px 14px;background:#fbf8f3;border:1px solid var(--color-border);border-radius:var(--radius-btn);font-size:14px;color:var(--color-text)}.kh-input:focus,.kh-select:focus,.kh-textarea:focus{border-color:var(--color-primary);outline:none}.kh-label{display:block;font-size:14px;font-weight:500;margin-bottom:6px}.kh-check{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.55;cursor:pointer}.kh-check input{width:18px;height:18px;margin-top:2px;flex:none;accent-color:var(--color-primary)}.field-error{font-size:13px;color:var(--color-error);margin-top:6px}.form-errors{background:var(--color-error-bg);color:var(--color-error);border-radius:6px;padding:12px 16px;font-size:13.5px;line-height:1.5;margin-bottom:16px}.form-success{background:var(--color-primary-tint);border-radius:6px;padding:13px 16px;font-size:14px;display:flex;gap:10px;align-items:center}.impact-line{background:var(--color-primary-tint);border-radius:6px;padding:12px 14px;display:flex;gap:10px;align-items:flex-start;font-size:13px;line-height:1.5}.impact-line__icon{flex:none;margin-top:2px;color:var(--color-primary)}.donation-box{background:var(--color-bg-section);border-radius:6px;padding:14px 16px;display:flex;gap:10px;font-size:14px;line-height:1.55}.donation-box .donation-box__icon{flex:none;margin-top:3px;color:var(--color-terracotta-text)}.announcement{background:var(--color-bg-section);text-align:center;padding:9px 24px;font-size:13px;color:var(--color-text-muted)}.site-header{position:sticky;top:0;z-index:60;background:var(--color-bg);border-bottom:1px solid transparent}.site-header.is-scrolled{border-bottom-color:var(--color-border)}.site-header__inner{display:flex;align-items:center;gap:clamp(16px,2.5vw,40px);height:72px}.site-header__logo{display:flex;align-items:center;gap:11px}.site-header__logo-heart{color:var(--color-terracotta);display:grid;place-items:center}.site-header__wordmark{display:flex;flex-direction:column}.site-header__wordmark b{font-size:14px;font-weight:500;letter-spacing:.18em;white-space:nowrap}.site-header__wordmark span{font-size:10px;letter-spacing:.3em;color:var(--color-text-muted)}.site-header__nav{display:flex;align-items:center;gap:clamp(14px,1.8vw,28px);font-size:13px;font-weight:500;letter-spacing:.09em;text-transform:uppercase;flex:1;justify-content:center}.site-header__nav>li{list-style:none;position:relative}.site-header__nav a{padding:24px 0;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.site-header__nav a[aria-current=page]{text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:1px}.site-header__dropdown{position:absolute;top:100%;left:-20px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:0 8px 24px #3c281414;padding:10px 0;min-width:220px;text-transform:none;letter-spacing:0;font-size:14px;font-weight:400;display:none;z-index:65}.site-header__nav li:hover>.site-header__dropdown,.site-header__nav li:focus-within>.site-header__dropdown{display:block}.site-header__dropdown a{display:block;padding:9px 20px}.site-header__dropdown a:hover{background:var(--color-bg);color:var(--color-primary)}.site-header__icons{display:flex;align-items:center;gap:4px}.site-header__cart{position:relative}.site-header__count{position:absolute;top:2px;right:0;min-width:17px;height:17px;border-radius:999px;background:var(--color-primary);color:#fff;font-size:10px;font-weight:600;display:grid;place-items:center;padding:0 4px}.site-header__burger{display:none;margin-left:-8px}.submit-cta{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border-radius:var(--radius-btn);background:var(--color-blush-light);border:1px solid var(--color-blush);font-size:13px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--color-terracotta-text);white-space:nowrap;position:relative;overflow:hidden;animation:khnudge 3s ease-in-out 1s infinite;transition:all .2s ease}.submit-cta:before{content:"";position:absolute;top:0;bottom:0;left:0;width:55%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.85),transparent);animation:khglow 3s ease-in-out 1s infinite;pointer-events:none}.submit-cta svg{position:relative;animation:khheart 3s ease-in-out 1s infinite}.submit-cta span{position:relative}.submit-cta:hover{background:var(--color-blush);border-color:var(--color-terracotta);color:#5f4638;box-shadow:0 6px 18px #d4a08b59;animation:none}.submit-cta:hover:before,.submit-cta:hover svg{animation:none}@keyframes khnudge{0%,80%,to{transform:translateY(0)}87%{transform:translateY(-2px)}94%{transform:translateY(0)}}@keyframes khheart{0%,76%,to{transform:scale(1);stroke:#8c5f4a}84%{transform:scale(1.2);stroke:#c9534a}92%{transform:scale(1);stroke:#c9534a}96%{stroke:#8c5f4a}}@keyframes khglow{0%,58%{transform:translate(-130%)}88%,to{transform:translate(130%)}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@media(max-width:1120px){.site-header__nav,.site-header__submit{display:none}.site-header__burger{display:grid}.site-header__logo{flex:1;justify-content:center}}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2b292659;z-index:70}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(480px,100vw);background:var(--color-bg);z-index:71;display:flex;flex-direction:column;box-shadow:0 8px 24px #3c28141f}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--color-border)}.cart-drawer__title{font-size:24px}.cart-drawer__msg{margin:14px 24px 0;background:var(--color-error-bg);color:var(--color-error);border-radius:6px;padding:11px 14px;font-size:13px;line-height:1.5}.cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px;text-align:center}.cart-drawer__empty-heart{color:var(--color-terracotta)}.cart-drawer__body{flex:1;overflow-y:auto;padding:8px 24px}.cart-drawer__foot{padding:18px 24px 22px;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:12px}.cart-drawer__row{display:flex;justify-content:space-between;align-items:baseline;font-size:15px;font-weight:500}.cart-drawer__row strong{font-size:18px}.cart-drawer__note{font-size:12px;color:var(--color-text-muted);margin-top:-8px}.cart-drawer__links{display:flex;justify-content:space-between;align-items:center}.cart-line{display:flex;gap:14px;padding:18px 0;border-bottom:1px solid var(--color-border)}.cart-line__media{flex:none;width:80px;height:80px;background:var(--color-bg-icon);border-radius:6px;padding:9px}.cart-line__media img{width:100%;height:100%;object-fit:contain;background:#fff}.cart-line__body{flex:1;min-width:0}.cart-line__top{display:flex;justify-content:space-between;gap:12px}.cart-line__title{font-size:14px;font-weight:500;line-height:1.4}.cart-line__price{font-size:14px;font-weight:600;white-space:nowrap}.cart-line__meta{font-size:12px;color:var(--color-text-muted);margin-top:2px}.cart-line__controls{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-btn);background:#fff}.qty-stepper button{width:36px;height:38px;background:none;border:none;font-size:16px;color:var(--color-text)}.qty-stepper span{min-width:28px;text-align:center;font-size:13px;font-weight:500}.cart-line__remove{background:none;border:none;font-size:12px;color:var(--color-text-muted);text-decoration:underline;text-underline-offset:3px;padding:4px}.search-overlay{position:fixed;top:0;left:0;right:0;background:var(--color-bg);z-index:71;box-shadow:0 8px 24px #3c281414;padding:clamp(20px,3vw,36px) clamp(20px,4vw,64px) clamp(24px,3vw,40px)}.search-overlay__inner{max-width:860px;margin:0 auto}.search-overlay__bar{display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--color-text);padding-bottom:12px}.search-overlay__bar input{flex:1;min-width:0;border:none;background:none;font-size:clamp(18px,2.4vw,24px);color:var(--color-text);outline:none;padding:6px 0}.search-overlay__label{font-size:12px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--color-text-muted);margin:22px 0 12px}.search-overlay__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.search-tile{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:10px;display:flex;flex-direction:column;gap:8px}.search-tile:hover{box-shadow:0 8px 24px #3c281414;color:var(--color-text)}.search-tile__img{aspect-ratio:1/1;background:var(--color-bg-icon);border-radius:6px;padding:10%;display:grid;place-items:center}.search-tile__img img{width:100%;height:100%;object-fit:contain;background:#fff}.search-tile__title{font-size:13px;font-weight:500;line-height:1.35}.search-tile__price{font-size:13px;font-weight:600}.nav-drawer{position:fixed;top:0;left:0;bottom:0;width:min(360px,88vw);background:var(--color-bg);z-index:71;display:flex;flex-direction:column;box-shadow:0 8px 24px #3c28141f}.nav-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--color-border)}.nav-drawer__body{flex:1;overflow-y:auto;padding:8px 20px 20px;font-size:15px}.nav-drawer__body a{display:block;padding:15px 0;font-weight:500;border-bottom:1px solid var(--color-border)}.nav-drawer__sub a{padding:9px 0 9px 14px;color:var(--color-text-muted);border-bottom:none;font-weight:400}.nav-drawer__foot{padding:20px;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:14px}.nav-drawer details{border-bottom:1px solid var(--color-border)}.nav-drawer summary{display:flex;justify-content:space-between;align-items:center;padding:15px 0;font-weight:500;cursor:pointer;list-style:none}.nav-drawer summary::-webkit-details-marker{display:none}.nav-drawer details[open] summary svg{transform:rotate(180deg)}.hero{overflow:hidden}.hero__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(480px,100%),1fr));align-items:center}.hero__copy{padding:clamp(48px,6vw,88px) clamp(24px,4vw,56px)}.hero__copy-inner{max-width:560px;margin:0 auto}.hero__script{display:flex;align-items:center;gap:10px;font-size:25px}.hero__script svg{color:var(--color-terracotta)}.hero__title{font-size:clamp(40px,4.6vw,64px);line-height:1.12;margin:14px 0 20px}.hero__text{font-size:18px;line-height:1.6;color:var(--color-text-muted);margin:0 0 28px;max-width:46ch;text-wrap:pretty}.hero__actions{display:flex;flex-wrap:wrap;gap:14px}.hero__trust{display:flex;align-items:center;gap:9px;margin-top:26px;font-size:14px;color:var(--color-text-muted)}.hero__trust svg{color:var(--color-primary-soft)}.hero__media{position:relative;background:var(--color-bg-section);min-height:clamp(420px,46vw,600px);overflow:hidden}.hero__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__seal{position:absolute;bottom:clamp(20px,4vw,40px);right:clamp(16px,4vw,44px);width:clamp(118px,13vw,148px);aspect-ratio:1/1;border-radius:50%;background:var(--color-blush);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;transform:rotate(6deg);box-shadow:0 8px 24px #3c281429;color:#8c5f4a}.hero__seal span{font-size:10.5px;font-weight:600;letter-spacing:.14em;color:#5f4638;text-align:center;line-height:1.7}.usp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(150px,44%),1fr));gap:28px 0}.usp{text-align:center;padding:0 clamp(12px,2vw,32px)}.usp+.usp{border-left:1px solid var(--color-border)}@media(max-width:767px){.usp:nth-child(3){border-left:none}}.icon-circle{width:64px;height:64px;border-radius:50%;background:var(--color-bg-icon);display:grid;place-items:center;margin:0 auto 14px;color:var(--color-text)}.usp__title{font-size:15px;font-weight:600;margin-bottom:6px}.usp__text{font-size:13.5px;line-height:1.55;color:var(--color-text-muted)}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(150px,44%),1fr));gap:20px clamp(16px,2vw,32px)}.trust{display:flex;gap:12px;align-items:center}.trust svg{flex:none;color:var(--color-text-muted)}.trust__title{font-size:14px;font-weight:600}.trust__sub{font-size:12.5px;color:var(--color-text-muted)}.steps{position:relative;text-align:center}.steps__line{position:absolute;top:32px;left:16%;right:16%;border-top:1px solid #DACFBE}.steps__grid{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:32px clamp(20px,3vw,48px)}.step .icon-circle{box-shadow:0 0 0 8px var(--color-bg)}.step--card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:32px 28px}.step--card .icon-circle{width:80px;height:80px;box-shadow:0 0 0 8px var(--color-surface)}.step__eyebrow{font-size:12px;font-weight:600;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:8px}.step__title{font-size:17px;font-weight:600;margin-bottom:8px}.step--card .step__title{font-family:Cormorant Garamond,serif;font-size:26px}.step__text{font-size:14px;line-height:1.6;color:var(--color-text-muted);max-width:34ch;margin:0 auto;text-wrap:pretty}.section-head{text-align:center;margin-bottom:36px}.section-head__title{font-size:clamp(30px,3vw,40px);line-height:1.2;margin:0;display:inline-flex;align-items:center;gap:12px}.section-head__title svg{color:var(--color-terracotta)}.section-head__script{font-size:22px;margin-top:6px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(240px,44%),1fr));gap:clamp(12px,2vw,24px)}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);overflow:hidden;position:relative;transition:box-shadow .2s ease}.product-card:hover{box-shadow:0 8px 24px #3c281414}.product-card__link{display:block;color:var(--color-text)}.product-card__link:hover{color:var(--color-text)}.product-card__media{position:relative;aspect-ratio:1/1;background:var(--color-bg-icon);display:grid;place-items:center;overflow:hidden}.product-card__paper{width:74%;aspect-ratio:1/1;background:#fff;border:1px solid #EFE9E1;box-shadow:0 2px 12px #3c281412;display:grid;place-items:center;padding:7%;transition:transform .2s ease}.product-card:hover .product-card__paper{transform:scale(1.02)}.product-card__paper img{width:100%;height:100%;object-fit:contain}.product-card__badge{position:absolute;top:12px;left:12px}.product-card__wish{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid var(--color-border);display:grid;place-items:center;padding:0;color:var(--color-text)}.product-card__wish-on{display:none;color:var(--color-terracotta)}.product-card__wish.is-active .product-card__wish-on{display:block}.product-card__wish.is-active .product-card__wish-off{display:none}.product-card__info{padding:16px 16px 18px}.product-card__title{font-weight:500;font-size:16px;line-height:1.4}.product-card__artist{font-size:14px;line-height:1.45;color:var(--color-text-muted);margin-top:2px}.product-card__price{display:flex;gap:8px;align-items:baseline;margin-top:8px}.product-card__price-now{font-weight:600;font-size:15px}.product-card__price-was{color:var(--color-text-muted);font-weight:400;font-size:13px}.site-footer{background:var(--color-bg-section);margin-top:var(--section-pad-desktop)}@media(max-width:767px){.site-footer{margin-top:calc(var(--section-pad-desktop)*.66)}}.site-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:clamp(28px,4vw,56px);padding:clamp(48px,6vw,72px) 0 40px}.site-footer__mission{font-size:14px;line-height:1.6;color:var(--color-text-muted);margin:16px 0 20px;max-width:280px}.site-footer__social{display:flex;gap:10px}.site-footer__social a{width:36px;height:36px;border-radius:50%;border:1px solid var(--color-border);display:grid;place-items:center;background:var(--color-bg)}.site-footer__heading{font-size:13px;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.site-footer__links{list-style:none;margin:14px 0 0;padding:0;display:flex;flex-direction:column;gap:10px;font-size:14px}.site-footer__legal{border-top:1px solid var(--color-border)}.site-footer__legal-inner{display:flex;flex-wrap:wrap;gap:16px 28px;align-items:center;justify-content:space-between;padding:20px 0}.site-footer__legal-nav{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:13px}.site-footer__legal-nav a{color:var(--color-text-muted)}.payment-list{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0}.payment-list li{height:24px;padding:0 8px;display:inline-flex;align-items:center;background:#fff;border:1px solid var(--color-border);border-radius:4px}.payment-list svg{height:16px;width:auto}.site-footer__bottom{display:flex;flex-wrap:wrap;gap:8px 28px;justify-content:space-between;font-size:12px;color:var(--color-text-muted);padding-bottom:24px}.newsletter-form{display:flex;gap:8px}.newsletter-form input{flex:1;min-width:0}.cookie-banner{position:fixed;bottom:16px;left:16px;right:16px;max-width:420px;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:0 8px 24px #3c281414;padding:20px;z-index:80}.cookie-banner__title{font-size:20px;margin-bottom:6px}.cookie-banner__text{font-size:13px;line-height:1.55;color:var(--color-text-muted);margin:0 0 14px}.cookie-banner__settings{display:flex;flex-direction:column;gap:8px;margin-bottom:14px;font-size:13px}.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.pdp{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(440px,100%),1fr));gap:clamp(28px,4vw,64px);align-items:start}.breadcrumb{font-size:12.5px;color:var(--color-text-muted);margin-bottom:14px}.breadcrumb a{color:var(--color-text-muted)}.pdp__gallery-main{position:relative;aspect-ratio:1/1;background:var(--color-bg-icon);border-radius:var(--radius-card);overflow:hidden;display:grid;place-items:center}.pdp__media{width:76%;aspect-ratio:1/1;background:#fff;box-shadow:0 3px 16px #3c281417;display:grid;place-items:center;padding:6%}.pdp__media img{width:100%;height:100%;object-fit:contain}.pdp__thumbs{display:flex;gap:10px;margin-top:12px}.pdp__thumb{flex:1;max-width:96px;aspect-ratio:1/1;border-radius:6px;background:var(--color-bg-icon);border:1px solid var(--color-border);padding:8px;display:grid;place-items:center}.pdp__thumb img{width:100%;height:100%;object-fit:contain;background:#fff}.pdp__thumb[aria-current=true]{border:1.5px solid var(--color-primary)}.pdp__sold-stamp{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-5deg);background:var(--color-text);color:#f7f2eb;font-size:14px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:10px 26px;box-shadow:0 8px 24px #3c281433}.pdp__info{position:sticky;top:88px}.pdp__eyebrow{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted)}.pdp__title{font-size:clamp(32px,3.4vw,44px);line-height:1.14;margin:8px 0 6px}.pdp__artist{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--color-text-muted)}.pdp__artist svg{color:var(--color-terracotta)}.pdp__price-row{display:flex;align-items:baseline;gap:10px;margin-top:18px}.pdp__price{font-size:24px;font-weight:600}.pdp__compare{font-size:15px;color:var(--color-text-muted)}.pdp__tax{font-size:13px;color:var(--color-text-muted);margin-top:3px}.pdp__tax a{text-decoration:underline;color:var(--color-text-muted)}.option-group{margin-top:16px}.option-group legend{font-size:13px;font-weight:600;margin-bottom:8px;padding:0}.option-group fieldset{border:none;margin:0;padding:0}.option-pills{display:flex;flex-wrap:wrap;gap:8px}.option-pill input{position:absolute;opacity:0;pointer-events:none}.option-pill span{display:inline-flex;align-items:center;min-height:44px;padding:10px 16px;border-radius:var(--radius-btn);font-size:13px;color:var(--color-text);background:#fff;border:1px solid var(--color-border);cursor:pointer;transition:border .2s}.option-pill input:checked+span{background:var(--color-primary-tint);border:1.5px solid var(--color-primary);font-weight:600}.option-pill input:focus-visible+span{outline:2px solid var(--color-primary);outline-offset:2px}.option-pill.is-unavailable span{opacity:.45;background:linear-gradient(to top right,transparent 47.5%,var(--color-text-muted) 47.5%,var(--color-text-muted) 52.5%,transparent 52.5%),#fbf8f3}.pdp__buy{display:flex;flex-direction:column;gap:10px;margin-top:18px}.pdp__qty-row{display:flex;gap:12px;align-items:center;margin-top:20px}.pdp__qty-row .qty-stepper button{width:44px;height:46px;font-size:18px}.pdp__hint{font-size:12px;color:var(--color-text-muted)}.pdp__ship{display:flex;gap:9px;align-items:center;margin-top:16px;font-size:13px;color:var(--color-text-muted)}.pdp__ship svg{color:var(--color-primary-soft)}.unikat-list{list-style:none;margin:20px 0 0;padding:0;display:flex;flex-direction:column;gap:9px;font-size:14px}.unikat-list li{display:flex;gap:9px;align-items:center}.unikat-list svg{color:var(--color-primary-soft)}.unikat-card{display:flex;gap:14px;align-items:flex-start;margin-top:12px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:18px 20px}.unikat-card__icon{flex:none;width:46px;height:46px;border-radius:50%;background:var(--color-bg-icon);display:grid;place-items:center;color:var(--color-terracotta-text)}.unikat-card__title{font-size:15px;font-weight:600;margin-bottom:5px}.unikat-card__text{font-size:13.5px;line-height:1.6;color:var(--color-text-muted);margin:0}.kh-accordion{border-top:1px solid var(--color-border);margin-top:26px}.kh-accordion details{border-bottom:1px solid var(--color-border)}.kh-accordion summary{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 0;font-size:15px;font-weight:500;cursor:pointer;list-style:none}.kh-accordion summary::-webkit-details-marker{display:none}.kh-accordion summary svg{flex:none;transition:transform .2s}.kh-accordion details[open] summary svg{transform:rotate(180deg)}.kh-accordion__body{font-size:14px;line-height:1.65;color:var(--color-text-muted);padding:0 0 18px;max-width:60ch}.sticky-buy{position:fixed;left:0;right:0;bottom:0;background:var(--color-surface);border-top:1px solid var(--color-border);box-shadow:0 -8px 24px #3c281414;padding:12px 20px;display:none;gap:14px;align-items:center;z-index:55}.sticky-buy__meta{min-width:0}.sticky-buy__title{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-buy__price{font-size:15px;font-weight:600}.sticky-buy .kh-btn{flex:1}@media(max-width:767px){.sticky-buy.is-visible{display:flex}.pdp__info{position:static}}.collection-layout{display:grid;grid-template-columns:260px 1fr;gap:clamp(24px,3vw,44px);align-items:start}@media(max-width:900px){.collection-layout{grid-template-columns:1fr}.collection-filters{display:none}}.collection-filters{position:sticky;top:96px;display:flex;flex-direction:column;gap:26px}.filter-group__title{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}.filter-group__list{display:flex;flex-direction:column;gap:9px;font-size:14px}.collection-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--color-border)}.collection-toolbar__count{font-size:14px;color:var(--color-text-muted)}.collection-toolbar__sort{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-text-muted)}.collection-toolbar__sort select{min-height:44px}.collection-head{margin-bottom:28px}.collection-head__title{font-size:clamp(34px,3.8vw,52px);line-height:1.12;margin:0;display:inline-flex;align-items:center;gap:14px}.collection-head__title svg{color:var(--color-terracotta)}.collection-head__desc{font-size:15px;line-height:1.6;color:var(--color-text-muted);max-width:62ch;margin:12px 0 0;text-wrap:pretty}.pagination{display:flex;gap:8px;justify-content:center;margin-top:40px;list-style:none;padding:0}.pagination a,.pagination span{min-width:44px;height:44px;border-radius:var(--radius-btn);border:1px solid var(--color-border);background:#fff;display:grid;place-items:center;font-size:14px}.pagination .current span{background:var(--color-primary);color:#fff;border:none;font-weight:600}.empty-state{text-align:center;padding:72px 24px}.empty-state svg{color:var(--color-terracotta)}.empty-state p{font-size:16px;max-width:44ch;margin:16px auto 22px;line-height:1.6}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:clamp(28px,4vw,56px);align-items:start}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}}.cart-page-line{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--color-border);flex-wrap:wrap}.cart-page-line__media{flex:none;width:96px;height:96px;background:var(--color-bg-icon);border-radius:6px;padding:10px}.cart-page-line__media img{width:100%;height:100%;object-fit:contain;background:#fff}.cart-page-line__body{flex:1;min-width:200px}.cart-page-line__end{display:flex;align-items:center;gap:clamp(14px,2vw,28px);margin-left:auto}.cart-page-line__total{text-align:right;min-width:86px}.cart-summary{position:sticky;top:96px;padding:24px}.cart-summary__row{display:flex;justify-content:space-between;align-items:baseline}.cart-summary__row strong{font-size:20px}.cart-summary__trust{display:flex;justify-content:center;gap:14px;margin-top:20px;padding-top:16px;border-top:1px solid var(--color-border);color:var(--color-text-muted);font-size:11.5px}.cart-summary__trust span{display:inline-flex;gap:6px;align-items:center}.page-narrow{max-width:720px;margin:0 auto}.page-hero{text-align:center;max-width:760px;margin:0 auto}.page-hero__title{font-size:clamp(38px,4.6vw,56px);line-height:1.12;margin:10px 0 16px}.page-hero__text{font-size:17px;line-height:1.65;color:var(--color-text-muted);margin:0;text-wrap:pretty}.rte{font-size:15px;line-height:1.75;color:var(--color-text-muted)}.rte h2,.rte h3{font-family:Cormorant Garamond,serif;font-weight:600;color:var(--color-text);letter-spacing:-.01em}.rte a{text-decoration:underline;text-underline-offset:3px;color:var(--color-text)}.impact-stats{background:var(--color-bg-section);border-radius:var(--radius-card);padding:clamp(28px,4vw,48px);text-align:center}.impact-stats__row{display:flex;justify-content:center}.impact-stat{flex:1;max-width:190px}.impact-stat+.impact-stat{border-left:1px solid #E0D6C4}.impact-stat svg{color:var(--color-primary-soft)}.impact-stat__num{font-size:clamp(22px,2vw,28px);font-weight:600;margin-top:10px}.impact-stat__label{font-size:13px;color:var(--color-text-muted);margin-top:3px}.cta-banner{background:var(--color-blush-light);border-radius:var(--radius-card);padding:clamp(28px,4vw,48px);display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.cta-banner--full{border-radius:0}.cta-banner__deco{position:absolute;right:-30px;top:50%;transform:translateY(-50%) rotate(10deg);color:var(--color-blush);pointer-events:none}.cta-banner__title{font-size:clamp(24px,2.4vw,30px);margin:0 0 8px}.cta-banner__text{font-size:14.5px;line-height:1.6;color:var(--color-text-muted);margin:0}.iwt{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(400px,100%),1fr));gap:clamp(28px,4vw,64px);align-items:center}.iwt__img{width:100%;border-radius:var(--radius-card)}.iwt--contain .iwt__img{border-radius:0;filter:drop-shadow(0 14px 30px rgba(60,40,20,.14))}.iwt__title{font-size:clamp(28px,2.8vw,36px);margin:0 0 16px}.iwt__text{font-size:15.5px;line-height:1.7;color:var(--color-text-muted);max-width:56ch;text-wrap:pretty}.auth-card{max-width:440px;margin:0 auto;padding:clamp(26px,4vw,40px)}.auth-card .h-serif{text-align:center}.auth-title{font-size:32px;margin:0 0 6px;text-align:center}.auth-sub{font-size:14px;color:var(--color-text-muted);margin:0 0 24px;text-align:center}.auth-fields{display:flex;flex-direction:column;gap:16px}.auth-links{display:flex;justify-content:space-between;font-size:13px}.account-nav{display:flex;flex-wrap:wrap;gap:8px;border-bottom:1px solid var(--color-border);padding-bottom:16px;margin-bottom:28px}.account-nav a{padding:9px 16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-btn);font-size:13px;font-weight:500}.account-nav a[aria-current=page]{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.account-nav__logout{margin-left:auto}.order-table{width:100%;border-collapse:collapse;font-size:14px}.order-table th{text-align:left;font-size:13px;color:var(--color-text-muted);font-weight:500;padding:0 12px 8px 0;border-bottom:1px solid var(--color-border)}.order-table td{padding:14px 12px 14px 0;border-bottom:1px solid var(--color-border)}.address-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:20px}address{font-style:normal;font-size:14px;line-height:1.7;color:var(--color-text-muted)}.notfound{max-width:720px;margin:0 auto;text-align:center}.notfound__frame{position:relative;width:min(300px,70%);margin:0 auto 36px}.notfound__hanger{position:absolute;top:-16px;left:50%;width:1px;height:16px;background:var(--color-text-muted)}.notfound__mat{background:var(--color-frame);padding:11px;box-shadow:0 14px 30px #3c281424;transform:rotate(-2deg)}.notfound__paper{background:#fff;aspect-ratio:4/3;display:grid;place-items:center;color:var(--color-blush)}.faq-cats{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.faq-cats a{padding:9px 16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;font-size:13px;font-weight:500}.faq-cats a:hover{border-color:var(--color-primary);color:var(--color-primary)}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.center{text-align:center}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
