*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0}img,picture,video,canvas,svg{display:block;max-width:100%}ul[class],ol[class]{padding:0}input,button,textarea,select{font:inherit}html{scroll-behavior:smooth}.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#222;line-height:1.6;background:#fafafa}h1,h2,h3,h4,h5,h6{font-family:"Fraunces",Georgia,"Times New Roman",serif;line-height:1.2;margin:0 0 .5em}a{color:#b5754a;text-decoration:none}a:hover{text-decoration:underline}.button,button,input[type=submit]{display:inline-block;padding:.75em 1.5em;background:#222;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600}.button:hover,button:hover,input[type=submit]:hover{background:#b5754a}input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),textarea,select{width:100%;padding:.6em .8em;border:1px solid #e8e2d9;border-radius:4px}.search-form{display:flex;gap:.5rem}.entry-content img{border-radius:4px}.reveal{--reveal-delay: calc(var(--i, 0) * 110ms);opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay),transform .8s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay)}.reveal.is-visible{opacity:1;transform:translateY(0)}.section-header{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;max-width:34rem;margin-inline:auto;margin-bottom:3rem;text-align:center}.section-header .eyebrow{display:block}.section-header h2{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:clamp(2rem,3.6vw,2.8rem);margin:0 0 .75rem}.section-header h2 em{font-style:italic;color:#b5754a}.section-header p{color:#756f66;margin:0}.squiggle{width:110px;height:13px;margin:0 auto .9rem;display:block}.squiggle path{fill:none;stroke:#b5754a;stroke-width:2;stroke-linecap:round}.product-card{display:block;text-decoration:none;color:#222}.product-card__media{position:relative;margin-bottom:1.1rem}.product-card__frame{aspect-ratio:1/1;overflow:hidden;background:#fff;border-radius:42% 58% 65% 35%/45% 45% 55% 55%;transition:border-radius .5s ease}.product-card__frame img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(0.22, 1, 0.36, 1)}.product-card__frame--blob-2{border-radius:58% 42% 35% 65%/55% 55% 45% 45%}.product-card__frame--blob-3{border-radius:65% 35% 46% 54%/40% 60% 40% 60%}.product-card__frame--blob-4{border-radius:38% 62% 60% 40%/62% 42% 58% 38%}.product-card__frame--blob-5{border-radius:55% 45% 70% 30%/60% 35% 65% 40%}.product-card__frame--blob-6{border-radius:70% 30% 40% 60%/35% 65% 35% 65%}.product-card:hover .product-card__frame{border-radius:50%}.product-card:hover .product-card__frame img{transform:scale(1.08)}.product-card__badge{position:absolute;top:.6rem;left:.6rem;background:#fafafa;color:#222;font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.35rem .7rem;border-radius:999px;z-index:2}.product-card__title{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1rem;font-weight:500;margin:0 0 .3rem}.product-card__price{display:block;font-weight:600;color:#b5754a;font-size:.92rem}.product-card__price del{color:#756f66;font-weight:400;margin-right:.4rem}.product-card__note{display:block;font-size:.76rem;color:#756f66;margin-top:.2rem}.product-grid{display:grid;gap:1.75rem 1.5rem;grid-template-columns:repeat(2, 1fr)}@media(min-width: 768px){.product-grid{grid-template-columns:repeat(4, 1fr)}}.cart-toast{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;align-items:center;gap:.9rem;background:#222;color:#fff;padding:1rem 1.3rem;border-radius:14px;box-shadow:0 20px 40px -12px rgba(0,0,0,.35);transform:translateY(20px);opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(0.22, 1, 0.36, 1),opacity .35s ease;z-index:300;max-width:320px}.cart-toast.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.cart-toast img{width:46px;height:46px;border-radius:8px;object-fit:cover;flex-shrink:0}.cart-toast__body{font-size:.85rem;line-height:1.4}.cart-toast__title{display:block;font-weight:600;margin-bottom:.2rem}.cart-toast__link{color:#fff;text-decoration:underline;font-size:.82rem}.cart-fly-item{position:fixed;z-index:400;border-radius:50%;overflow:hidden;pointer-events:none;box-shadow:0 10px 24px rgba(0,0,0,.3);transition:top .7s cubic-bezier(0.22, 1, 0.36, 1),left .7s cubic-bezier(0.22, 1, 0.36, 1),width .7s cubic-bezier(0.22, 1, 0.36, 1),height .7s cubic-bezier(0.22, 1, 0.36, 1),opacity .7s ease .3s}.cart-fly-item img{width:100%;height:100%;object-fit:cover}.top-bar{background:#222;color:#fff}.top-bar__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;display:grid;grid-template-columns:1fr auto;align-items:center;gap:1rem;padding-block:.55rem;font-size:.78rem}@media(min-width: 768px){.top-bar__inner{grid-template-columns:1fr auto 1fr}}.top-bar__spacer{display:none}@media(min-width: 768px){.top-bar__spacer{display:block}}.top-bar__message{margin:0;text-align:left;letter-spacing:.02em}@media(min-width: 768px){.top-bar__message{text-align:center}}.top-bar__reviews{justify-self:end;display:inline-flex;align-items:center;gap:.4rem;color:#fff;text-decoration:none;transition:opacity .25s ease}.top-bar__reviews:hover{opacity:.8}.google-icon{width:16px;height:16px;flex-shrink:0}.top-bar__stars{color:#f2b632;font-size:.82rem;letter-spacing:1px}.site-header{position:sticky;top:0;z-index:100;background:rgba(250,250,250,.72);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);border-bottom:1px solid rgba(34,34,34,.08);transition:padding .35s ease,box-shadow .35s ease,background .35s ease}.site-header.is-scrolled{background:rgba(250,250,250,.92);box-shadow:0 8px 30px -12px rgba(34,34,34,.18)}.site-header.is-scrolled .site-header__inner{padding-block:.7rem}.site-header.is-scrolled .brand-badge{width:64px}.site-header.is-scrolled .brand-logo{width:64px;height:64px}.site-header__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;position:relative;display:flex;align-items:center;gap:2rem;padding-block:1.1rem;transition:padding .35s ease}.site-branding__link{display:inline-flex;align-items:center;min-height:44px;padding-left:4.6rem;text-decoration:none}.brand-badge{position:absolute;left:1.5rem;top:0;width:84px;z-index:5;height:100%;transition:width .1s ease,height .1s ease}.brand-badge__ribbon{position:absolute;top:-40px;left:50%;transform:translateX(-50%);width:64%;height:calc(100% + 80px);fill:#b5754a;filter:drop-shadow(0 3px 4px rgba(0, 0, 0, 0.18));z-index:1}.brand-logo{position:absolute;top:calc(50% + 20px);left:50%;transform:translate(-50%, -56%);width:84px;height:84px;background:#ececec;display:block;object-fit:contain;z-index:2;border-radius:50%;filter:drop-shadow(0 8px 14px rgba(34, 34, 34, 0.28));transition:transform .35s cubic-bezier(0.22, 1, 0.36, 1)}.site-branding__link:hover .brand-logo{transform:translate(-50%, -56%) scale(1.06) rotate(-3deg)}.main-navigation{flex:1;display:none}.main-navigation ul{display:flex;gap:2rem;list-style:none;margin:0;justify-content:center}.main-navigation a{color:#222;font-size:.92rem;font-weight:500;text-decoration:none;position:relative;padding-block:.4rem}.main-navigation a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:#b5754a;transition:width .35s cubic-bezier(0.22, 1, 0.36, 1)}.main-navigation a:hover::after,.main-navigation a:focus-visible::after{width:100%}@media(min-width: 992px){.main-navigation{display:block}}.main-navigation.is-open{display:block;position:absolute;inset-inline:0;top:100%;background:#fafafa;border-bottom:1px solid #e8e2d9;padding:1.5rem}.main-navigation.is-open ul{flex-direction:column;gap:1.1rem}.site-header__cta{display:none;align-items:center;gap:.9rem}@media(min-width: 992px){.site-header__cta{display:flex}}.site-header__toggle{margin-left:auto;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:0}.site-header__toggle .site-header__toggle-bar{display:block;width:100%;height:2px;background:#222;transform-origin:center;transition:transform .3s ease,opacity .3s ease}.site-header__toggle[aria-expanded=true] .site-header__toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header__toggle[aria-expanded=true] .site-header__toggle-bar:nth-child(2){opacity:0}.site-header__toggle[aria-expanded=true] .site-header__toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(min-width: 992px){.site-header__toggle{display:none}}.button--glow{position:relative;background:#4a7c59;color:#fff;border-radius:999px;padding:.7em 1.6em;font-size:.88rem;font-weight:600;box-shadow:0 0 0 0 rgba(74,124,89,.55);animation:rauhe-glow 2.6s ease-in-out infinite;transition:transform .3s ease,background .3s ease}.button--glow:hover{background:#5d9370;transform:translateY(-1px);text-decoration:none}@keyframes rauhe-glow{0%{box-shadow:0 0 0 0 rgba(74,124,89,.5)}70%{box-shadow:0 0 0 10px rgba(74,124,89,0)}100%{box-shadow:0 0 0 0 rgba(74,124,89,0)}}.site-header__cart{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#222;flex-shrink:0;transition:transform .3s ease,background .3s ease}.site-header__cart:hover{background:#b5754a;transform:translateY(-1px)}.site-header__cart.is-bumped{animation:rauhe-cart-bump .4s ease}.site-header__cart-icon{width:19px;height:19px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-header__cart-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#b5754a;color:#fff;font-size:.68rem;font-weight:700;line-height:18px;text-align:center;transition:transform .25s ease}.site-header__cart-count.is-hidden{display:none}.site-header__cart-count.is-bumped{animation:rauhe-count-bump .4s ease}@keyframes rauhe-cart-bump{0%,100%{transform:scale(1)}40%{transform:scale(1.15) rotate(-8deg)}70%{transform:scale(0.96) rotate(4deg)}}@keyframes rauhe-count-bump{0%,100%{transform:scale(1)}50%{transform:scale(1.4)}}.site-footer{position:relative;background:#222;color:rgba(255,255,255,.78);margin-top:6rem;padding-block:3.5rem 2rem}.site-footer__wave{position:absolute;top:-59px;left:0;width:100%;line-height:0;pointer-events:none}.site-footer__wave svg{width:100%;height:60px;display:block}.site-footer__wave path{fill:#222}.site-footer__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr}@media(min-width: 768px){.site-footer__inner{grid-template-columns:1.3fr 1fr 1fr 1.1fr;gap:2rem}}.site-footer__logo{width:150px;height:auto;margin-bottom:1.1rem;filter:brightness(0) invert(1)}.site-footer__tagline{color:rgba(255,255,255,.6);font-size:.9rem;max-width:20rem;margin:0}.site-footer__heading{font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#b5754a;margin:0 0 1.1rem}.site-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem;font-size:.92rem}.footer-link{color:rgba(255,255,255,.78);text-decoration:none;display:inline-block;transition:color .25s ease,padding-left .25s ease}.footer-link:hover{color:#fff;padding-left:.35rem}.payment-badges{flex-direction:row !important;flex-wrap:wrap;gap:.5rem !important}.payment-badge{display:inline-flex;align-items:center;height:28px;padding-inline:.7rem;border-radius:6px;font-size:.72rem;font-weight:700;background:#fff;color:#222}.payment-badge--klarna{background:#ffb3c7;color:#17120f}.payment-badge--wero{background:#4b2e83;color:#fff}.site-footer__bottom{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);font-size:.8rem;color:rgba(255,255,255,.55)}.site-footer__bottom a{color:rgba(255,255,255,.78)}.site-footer__bottom a:hover{color:#fff}.site-footer__bottom .site-info{margin:0}.site-footer__bottom .site-footer__note{margin:0}.site-footer__heart{color:#b5754a}.site-content{width:100%;max-width:1140px;margin-inline:auto;padding-inline:1.5rem;display:flex;gap:3rem;align-items:flex-start}.site-content .site-main{flex:1;min-width:0}.site-content .widget-area{width:300px;flex-shrink:0}.site-content.site-content--full{display:block;max-width:none;padding-inline:0}.site-content.site-content--full .site-main{min-width:0}.hero{overflow:hidden;padding-block:2.5rem 4rem}@media(min-width: 992px){.hero{padding-block:4rem 6rem}}.hero__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;display:grid;gap:3rem;align-items:center;grid-template-columns:1fr}@media(min-width: 992px){.hero__inner{grid-template-columns:1fr 1fr;gap:4rem}}.eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#b5754a;margin-bottom:1rem}.hero__title{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:500;line-height:1.08;margin:0 0 1.2rem;color:#222}.hero__subtitle{font-size:1.05rem;color:#756f66;max-width:34rem;margin:0 0 2rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.button--dark,.button--outline,.button--accent{display:inline-block;border-radius:999px;padding:.85em 1.9em;font-size:.92rem;font-weight:600;text-decoration:none;transition:transform .3s ease,background .3s ease,color .3s ease}.button--dark{background:#222;color:#fff}.button--dark:hover{background:#b5754a;transform:translateY(-2px)}.button--outline{background:rgba(0,0,0,0);color:#222;border:1px solid #222}.button--outline:hover{background:#222;color:#fff;transform:translateY(-2px)}.button--accent{background:#b5754a;color:#fff}.button--accent:hover{background:hsl(24.1121495327,41.9607843137%,58%);transform:translateY(-2px)}.hero__media{position:relative;perspective:1000px;animation:hero-float 7s ease-in-out infinite}.hero__media img{width:100%;border-radius:63% 37% 30% 70%/50% 45% 55% 50%;box-shadow:0 30px 60px -20px rgba(34,34,34,.35);will-change:transform;transition:transform .2s ease-out}@keyframes hero-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero__badge{position:absolute;bottom:-1.2rem;left:-1.2rem;background:#fff;color:#222;font-size:.82rem;font-weight:600;padding:.8rem 1.3rem;border-radius:999px;box-shadow:0 12px 30px -10px rgba(34,34,34,.3)}@media(min-width: 768px){.hero__badge{bottom:-1.5rem;left:-1.5rem}}.categories{padding-block:3rem}@media(min-width: 992px){.categories{padding-block:4rem}}.categories__grid{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;display:grid;gap:.75rem;grid-template-columns:repeat(2, 1fr)}@media(min-width: 576px){.categories__grid{gap:1.25rem}}@media(min-width: 992px){.categories__grid{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 992px){.categories__grid .category-card:nth-child(1){grid-row:span 2}}.category-card{position:relative;display:block;overflow:hidden;border-radius:14px;aspect-ratio:3/4;text-decoration:none}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(0.22, 1, 0.36, 1)}.category-card:hover img{transform:scale(1.05)}.category-card::before{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(20, 16, 12, 0.75), rgba(20, 16, 12, 0) 55%);z-index:1}.category-card__caption{position:absolute;left:1.25rem;right:1.25rem;bottom:1.25rem;z-index:2;color:#fff;display:flex;flex-direction:column;gap:.25rem;transform:translateY(8px);transition:transform .4s ease}.category-card:hover .category-card__caption{transform:translateY(0)}.category-card__title{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1.2rem;font-weight:500}.category-card__blurb{font-size:.82rem;opacity:.85}.configurator{background:#222;color:#fff;padding-block:4rem;margin-block:1rem}@media(min-width: 992px){.configurator{padding-block:6rem}}.configurator__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;display:grid;gap:3rem;align-items:center;grid-template-columns:1fr}@media(min-width: 992px){.configurator__inner{grid-template-columns:1fr 1fr}}.configurator__content h2{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:clamp(1.9rem,3.4vw,2.6rem);line-height:1.15;margin:0 0 1rem}.configurator__content p{color:rgba(255,255,255,.75);max-width:30rem;margin:0 0 2rem}.configurator__content .eyebrow{color:#b5754a}.map-mockup{position:relative;aspect-ratio:1/1;max-width:340px;margin-inline:auto;border-radius:50%;background:radial-gradient(circle at 30% 25%, #6b4a30, #2c2018 70%);display:flex;align-items:center;justify-content:center;box-shadow:0 30px 60px -20px rgba(0,0,0,.5);animation:map-glow 5s ease-in-out infinite}.map-mockup__skyline{width:70%;height:70%;fill:rgba(255,255,255,.32)}.map-mockup__pin{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#b5754a;font-size:1.6rem;animation:map-pin-bounce 2.8s ease-in-out infinite}@keyframes map-glow{0%,100%{box-shadow:0 30px 60px -20px rgba(0,0,0,.5),0 0 0 0 rgba(181,117,74,.25)}50%{box-shadow:0 30px 60px -20px rgba(0,0,0,.5),0 0 0 14px rgba(181,117,74,0)}}@keyframes map-pin-bounce{0%,100%{transform:translate(-50%, -50%)}50%{transform:translate(-50%, -60%)}}.map-mockup__label{position:absolute;bottom:-1.5rem;left:50%;transform:translateX(-50%);white-space:nowrap;text-align:center;font-size:.78rem;letter-spacing:.05em;color:rgba(255,255,255,.7)}.configurator__image{display:block;width:auto;max-width:100%;max-height:20rem;margin-inline:auto}@media(min-width: 992px){.configurator__image{max-height:34rem;position:relative;z-index:1;margin-block:-8rem}}.bestsellers{padding-block:4rem}@media(min-width: 992px){.bestsellers{padding-block:6rem}}.bestsellers__grid{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem}.story{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;display:grid;gap:3rem;align-items:center;grid-template-columns:1fr;padding-block:4rem}@media(min-width: 992px){.story{grid-template-columns:1fr 1fr;padding-block:6rem}}.story__media{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4/3}.story__media img{position:absolute;top:-12%;left:0;width:100%;height:124%;object-fit:cover;will-change:transform}.story__content h2{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:clamp(1.9rem,3.4vw,2.6rem);line-height:1.15;margin:0 0 1.2rem}.story__content p{color:#756f66;max-width:32rem;margin:0 0 1.5rem}.link-arrow{font-weight:600;color:#222;text-decoration:none;border-bottom:1px solid #b5754a;padding-bottom:.2rem}.link-arrow:hover{color:#b5754a}.shop-header{position:relative;background-size:cover;background-position:center;height:280px;display:flex;align-items:flex-end}@media(min-width: 992px){.shop-header{height:360px}}.shop-header__overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(20, 16, 12, 0.78), rgba(20, 16, 12, 0.15) 65%)}.shop-header__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;position:relative;z-index:1;padding-bottom:2rem;color:#fff}.shop-header__breadcrumbs{font-size:.8rem;color:rgba(255,255,255,.75);margin-bottom:.6rem}.shop-header__breadcrumbs a{color:rgba(255,255,255,.75);text-decoration:none}.shop-header__breadcrumbs a:hover{color:#fff}.shop-header__breadcrumbs span{margin:0 .5rem}.shop-header__title{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3rem);margin:0}.shop-intro{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;padding-block:2rem;max-width:46rem;color:#756f66;font-size:.98rem;line-height:1.7}.shop-intro p:last-child{margin-bottom:0}.shop-body{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;padding-block:2rem 4rem}.shop-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:2rem}.shop-search{position:relative;flex:1 1 320px;max-width:420px}.shop-search__input{width:100%;padding:.75em 2.6em .75em 1.1em;border:1px solid #e8e2d9;border-radius:999px;background:#fff;font-size:.92rem}.shop-search__submit{position:absolute;top:50%;right:.3rem;transform:translateY(-50%);width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#756f66;padding:0}.shop-search__submit svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.shop-search__submit:hover{color:#222}.shop-toolbar__actions{display:flex;align-items:center;gap:.75rem}.shop-sort{border:1px solid #e8e2d9;border-radius:999px;padding:.7em 2.2em .7em 1.1em;font-size:.85rem;background:#fff;color:#222}.filters-toggle{display:inline-flex;align-items:center;gap:.5rem;border:1px solid #222;background:rgba(0,0,0,0);color:#222;border-radius:999px;padding:.68em 1.3em;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .25s ease,color .25s ease}.filters-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.filters-toggle:hover,.filters-toggle[aria-expanded=true]{background:#222;color:#fff}.filters-backdrop{position:fixed;inset:0;background:rgba(20,16,12,.4);z-index:199;opacity:0;transition:opacity .35s ease}.filters-backdrop[hidden]{display:none}.filters-backdrop.is-visible{opacity:1}.filters-panel{position:fixed;top:0;right:0;bottom:0;width:min(360px,92vw);background:#fff;z-index:200;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .4s cubic-bezier(0.22, 1, 0.36, 1);box-shadow:-20px 0 40px -20px rgba(34,34,34,.3)}.filters-panel.is-open{transform:translateX(0)}.filters-panel__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e8e2d9}.filters-panel__title{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1.15rem;margin:0}.filters-panel__close{background:none;border:none;font-size:1.6rem;line-height:1;cursor:pointer;color:#756f66;padding:0}.filters-panel__close:hover{color:#222}.filters-panel__body{flex:1;overflow-y:auto;padding:1.5rem}.filter-group{margin-bottom:2rem}.filter-group:last-child{margin-bottom:0}.filter-group__title{font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#756f66;margin:0 0 .9rem}.filter-group__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem;font-size:.92rem}.filter-group__list label{display:flex;align-items:center;gap:.6rem;cursor:pointer}.filter-group__list input[type=checkbox]{width:17px;height:17px;accent-color:#b5754a}.filter-group__list--links a{display:flex;justify-content:space-between;color:#222;text-decoration:none}.filter-group__list--links a span{color:#756f66}.filter-group__list--links a:hover{color:#b5754a}.filter-price{display:flex;align-items:center;gap:.6rem}.filter-price input{width:100%;padding:.6em .8em;border:1px solid #e8e2d9;border-radius:6px}.filters-panel__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-top:1px solid #e8e2d9}.filters-clear{font-size:.85rem;color:#756f66;text-decoration:underline}.filters-clear:hover{color:#222}.shop-results__count{font-size:.85rem;color:#756f66;margin:0 0 1.5rem}.shop-results__empty{color:#756f66;padding-block:3rem;text-align:center}.shop-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.shop-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding-inline:.5rem;border-radius:999px;text-decoration:none;color:#222;font-size:.88rem}.shop-pagination .page-numbers:hover{background:#fafafa}.shop-pagination .page-numbers.current{background:#222;color:#fff}.shop-pagination .page-numbers.dots{color:#756f66}.product-page__breadcrumbs{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;font-size:.8rem;color:#756f66;padding-block:3rem 0}.product-page__breadcrumbs a{color:#756f66;text-decoration:none}.product-page__breadcrumbs a:hover{color:#222}.product-page__breadcrumbs span{margin:0 .5rem}.product-page__notices{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;padding-top:1.5rem}.product-hero{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;display:grid;gap:3rem;grid-template-columns:1fr;padding-block:2rem 4rem;align-items:start}@media(min-width: 992px){.product-hero{grid-template-columns:1fr 1fr;gap:4rem}}.product-gallery__main{position:relative;aspect-ratio:1/1;border-radius:63% 37% 30% 70%/50% 45% 55% 50%;overflow:hidden;box-shadow:0 30px 60px -20px rgba(34,34,34,.28)}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__badge{position:absolute;top:1.5rem;left:1.5rem;background:#b5754a;color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.4rem .8rem;border-radius:999px}.product-gallery__thumbs{display:flex;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap;justify-content:center}.product-gallery__thumb{width:64px;height:64px;border-radius:50%;overflow:hidden;border:2px solid rgba(0,0,0,0);padding:0;cursor:pointer;background:none;transition:border-color .25s ease}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{border-color:#b5754a}.product-summary{display:flex;flex-direction:column}.product-summary__eyebrow{text-decoration:none;margin-bottom:.75rem}.product-summary__eyebrow:hover{color:#222}.product-summary__title{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:clamp(2rem,3.6vw,2.8rem);margin:0 0 1rem}.product-summary__price{font-size:1.5rem;font-weight:600;color:#b5754a;margin-bottom:1.25rem}.product-summary__price del{color:#756f66;font-weight:400;margin-right:.5rem;font-size:1.1rem}.product-summary__price ins{text-decoration:none}.product-summary__excerpt{color:#756f66;margin-bottom:1.5rem;line-height:1.7}.product-summary__features{list-style:none;margin:0 0 2rem;padding:0;display:flex;flex-direction:column;gap:.6rem;font-size:.92rem}.product-summary__features li{position:relative;padding-left:1.6rem}.product-summary__features li::before{content:"";position:absolute;left:0;top:.45em;width:8px;height:8px;border-radius:50%;background:#b5754a}.product-summary__cart{margin-bottom:2rem}.product-summary__cart .cart{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.product-summary__cart .quantity{display:inline-flex}.product-summary__cart .qty{width:70px;padding:.85em .6em;border:1px solid #e8e2d9;border-radius:8px;text-align:center;font-size:.95rem}.product-summary__cart .single_add_to_cart_button{display:inline-block;background:#4a7c59;color:#fff;border:none;border-radius:999px;padding:.9em 2.2em;font-size:.92rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .3s ease}.product-summary__cart .single_add_to_cart_button:hover{background:#5d9370;transform:translateY(-2px)}.product-summary__cart .single_add_to_cart_button.is-loading{opacity:.6;cursor:default;pointer-events:none}.product-summary__attributes{display:flex;flex-direction:column;gap:.6rem;margin:0 0 2rem;padding-block:1.25rem;border-top:1px solid #e8e2d9;border-bottom:1px solid #e8e2d9}.product-summary__attribute-row{display:flex;justify-content:space-between;gap:1rem;font-size:.9rem}.product-summary__attribute-row dt{color:#756f66;font-weight:500}.product-summary__attribute-row dd{margin:0;font-weight:600;text-align:right}.product-engrave{flex:1 0 100%;margin-bottom:1.5rem;text-align:left}.product-engrave__toggle{display:flex;align-items:center;gap:.65rem;font-size:.92rem;font-weight:500;cursor:pointer}.product-engrave__toggle input[type=checkbox]{width:18px;height:18px;accent-color:#b5754a;flex-shrink:0}.product-engrave__fields{display:flex;flex-direction:column;gap:1.25rem;margin-top:.9rem}.product-engrave__fields[hidden]{display:none}.product-engrave__position{display:flex;flex-direction:column;gap:.4rem}.product-engrave__position+.product-engrave__position{padding-top:1.25rem;border-top:1px solid #e8e2d9}.product-engrave__position label{font-size:.82rem;font-weight:600;color:#756f66}.product-engrave__position input[type=text],.product-engrave__position input[type=file],.product-engrave__position select{width:100%;padding:.75em 1em;border:1px solid #e8e2d9;border-radius:10px;background:#fff;font-family:inherit;font-size:.92rem}.product-engrave__position input[type=file]{padding:.55em .8em}.product-engrave__position input[type=range]{width:100%;accent-color:#b5754a}.product-engrave__mode-toggle{display:flex;gap:.5rem;margin-bottom:.2rem}.product-engrave__mode-btn{flex:1;padding:.55em 1em;border:1px solid #e8e2d9;border-radius:999px;background:#fff;color:#756f66;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.product-engrave__mode-btn.is-active{background:#222;border-color:#222;color:#fff}.product-engrave__mode-pane{display:flex;flex-direction:column;gap:.4rem}.product-engrave__mode-pane[hidden]{display:none}.product-engrave__preview{position:relative;border-radius:16px;overflow:hidden;display:none;box-shadow:0 30px 60px -20px rgba(34,34,34,.28)}.product-engrave__preview.is-active{display:block}.product-engrave__preview img{display:block;width:100%;height:100%;object-fit:contain}.product-engrave__zone{position:absolute;display:flex;align-items:center;justify-content:center;text-align:center;padding:.4rem;border:2px dashed rgba(34,34,34,.75);border-radius:6px;background:rgba(255,255,255,.12);cursor:pointer;transition:border-color .2s ease,background-color .2s ease;mix-blend-mode:multiply;isolation:isolate}.product-engrave__zone:hover{background:rgba(255,255,255,.22)}.product-engrave__zone.is-focused{border-color:#c97c5d;background:rgba(201,124,93,.1)}.product-engrave__zone.is-focused .product-engrave__zone-label{color:#c97c5d}.product-engrave__zone-label{position:absolute;top:.35rem;left:50%;transform:translateX(-50%);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:rgba(34,34,34,.55);pointer-events:none;white-space:nowrap}.product-engrave__zone-text{font-family:"Poppins",sans-serif;font-weight:700;font-size:28px;color:#2a1810;text-shadow:0 1px 0 rgba(255,255,255,.2),0 -1px 1px rgba(0,0,0,.6);line-height:1.2;word-break:break-word;pointer-events:none;width:100%;text-align:center}.product-engrave__zone-image{max-width:88%;max-height:88%;object-fit:contain;filter:grayscale(1) contrast(2.2) brightness(0.9) sepia(0.1);mix-blend-mode:multiply;pointer-events:none}.product-engrave__zone-image[hidden]{display:none}.product-summary__note{font-size:.8rem;color:#756f66;line-height:1.6}.product-summary__note a{color:#222}.product-delivery,.product-stock-low{display:flex;align-items:center;gap:.6rem;margin:0 0 .9rem;font-size:.9rem;color:#222}.product-delivery .icon,.product-stock-low .icon{flex-shrink:0;width:1.15rem;height:1.15rem;color:#4a7c59}.product-delivery strong,.product-stock-low strong{font-weight:600}.product-stock-low .icon{color:#c97c5d}.product-stock-low{color:#c97c5d;font-weight:600}.product-trust{list-style:none;margin:0 0 2rem;padding:1.1rem 1.2rem;background:#fafafa;border-radius:12px;display:flex;flex-direction:column;gap:.7rem}.product-trust li{display:flex;align-items:center;gap:.65rem;font-size:.86rem;color:#756f66}.product-trust .icon{flex-shrink:0;width:1.1rem;height:1.1rem;color:#b5754a}.product-details{background:#fff;padding-block:4rem;border-block:1px solid #e8e2d9}.product-details__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;max-width:44rem}.product-details__inner h2{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:clamp(1.8rem,3vw,2.4rem);margin:.5rem 0 1.5rem}.product-details__content{color:#756f66;line-height:1.8}.product-details__content p:last-child{margin-bottom:0}.product-care{background:#fafafa;padding-block:4rem;border-block:1px solid #e8e2d9}.product-care__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;max-width:44rem}.product-care__inner h2{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:clamp(1.8rem,3vw,2.4rem);margin:.5rem 0 1.5rem}.product-care__list{list-style:none;counter-reset:care-step;margin:0;padding:0;display:grid;gap:1rem}.product-care__list li{position:relative;counter-increment:care-step;padding-left:2.75rem;color:#756f66;line-height:1.7}.product-care__list li::before{content:counter(care-step);position:absolute;left:0;top:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#b5754a;color:#fff;font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:.9rem;font-weight:600}.product-social{background:#fff;padding-block:4rem;border-block:1px solid #e8e2d9}.product-social__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem;text-align:center}.product-social__inner h2{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:clamp(1.8rem,3vw,2.4rem);margin:.5rem 0 2rem}.product-social__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;text-align:left}@media(min-width: 576px){.product-social__grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.product-social__grid{grid-template-columns:repeat(4, 1fr)}}.product-social__tile{aspect-ratio:1/1;border-radius:14px;overflow:hidden}.product-social__tile img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(0.22, 1, 0.36, 1)}.product-social__tile:hover img{transform:scale(1.05)}.product-social__tile--placeholder{display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.85)}.product-social__tile--placeholder .icon{width:1.8rem;height:1.8rem}.product-social__tile--placeholder.product-social__tile--variant-1{background:linear-gradient(135deg, #b5754a, rgb(53.9450980392%, 34.8705882353%, 22.0549019608%))}.product-social__tile--placeholder.product-social__tile--variant-2{background:linear-gradient(135deg, #c97c5d, rgb(68.4705882353%, 35.9259259259%, 22.8235294118%))}.product-social__tile--placeholder.product-social__tile--variant-3{background:linear-gradient(135deg, #4a7c59, #5d9370)}.product-social__placeholder-note{margin:1.5rem 0 0;text-align:center;color:#756f66;font-size:.85rem}.related-products{padding-block:5rem}.related-products__grid{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem}.product-social__open{position:relative;display:block;width:100%;height:100%;padding:0;border:none;background:none;cursor:pointer}.product-social__open img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(0.22, 1, 0.36, 1),filter .3s ease}.product-social__open:hover img,.product-social__open:focus-visible img{transform:scale(1.05);filter:brightness(0.85)}.product-social__badge{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.product-social__badge .icon{width:2.4rem;height:2.4rem;color:#fff;stroke-width:1.5;filter:drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));transition:transform .3s ease}.product-social__open:hover .product-social__badge .icon{transform:scale(1.12)}.product-social__tile{position:relative;margin:0}.product-social__handle{margin-top:.5rem;font-size:.82rem;color:#756f66;text-align:center}.product-social__handle a{color:#756f66;text-decoration:none}.product-social__handle a:hover{color:#b5754a;text-decoration:underline}.social-lightbox{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:1.5rem;background:rgba(20,16,12,.88)}.social-lightbox.is-open{display:flex}.social-lightbox__inner{position:relative;max-width:min(46rem,100%);max-height:100%;display:flex;flex-direction:column;gap:.9rem}.social-lightbox__image{display:block;max-width:100%;max-height:78vh;margin:0 auto;border-radius:14px;object-fit:contain}.social-lightbox__close{position:absolute;top:-0.75rem;right:-0.75rem;z-index:1;width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#fff;color:#222;font-size:1.5rem;line-height:1;cursor:pointer;padding:0}.social-lightbox__close:hover{background:#b5754a;color:#fff}.social-lightbox__meta{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;color:#fff;font-size:.9rem}.social-lightbox__link{color:#fff;font-weight:600;text-decoration:underline}.social-lightbox__link:hover{color:#b5754a}body.has-lightbox{overflow:hidden}.rauhe-engrave-thumb-link{display:inline-block;vertical-align:middle;line-height:0}.rauhe-engrave-thumb{width:2.75rem;height:2.75rem;object-fit:cover;border-radius:8px;border:1px solid #e8e2d9}.woocommerce-cart-form .shop_table,.cart_totals .shop_table,.woocommerce-checkout-review-order .shop_table{width:100%;border-collapse:collapse;font-size:.92rem}.woocommerce-cart-form .shop_table th,.cart_totals .shop_table th,.woocommerce-checkout-review-order .shop_table th{text-align:left;font-weight:600;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:#756f66;padding-block:.9rem;border-bottom:1px solid #e8e2d9}.woocommerce-cart-form .shop_table td,.cart_totals .shop_table td,.woocommerce-checkout-review-order .shop_table td{padding-block:1.2rem;border-bottom:1px solid #e8e2d9;vertical-align:middle}@media(min-width: 992px){.woocommerce-cart .woocommerce:not(:has(.cart-empty)){display:grid;grid-template-columns:minmax(0, 1fr) 24rem;align-items:start;gap:2.5rem}}.woocommerce-notices-wrapper:empty{display:none}@media(min-width: 992px){.woocommerce-cart .woocommerce-notices-wrapper:not(:empty){grid-column:1/-1}}.woocommerce-cart-form__contents thead{display:none}.woocommerce-cart-form__cart-item{position:relative;display:flex;flex-wrap:wrap;align-items:center;column-gap:1rem;row-gap:.5rem;padding:1.25rem 2.75rem 1.25rem 0;border-bottom:1px solid #e8e2d9}.woocommerce-cart-form__cart-item td{border-bottom:none !important;padding:0 !important}.woocommerce-cart-form__cart-item .product-thumbnail{order:1;flex:0 0 110px}.woocommerce-cart-form__cart-item .product-name{order:2;flex:1 1 auto;min-width:0}.woocommerce-cart-form__cart-item .product-price{order:3;font-size:.85rem}.woocommerce-cart-form__cart-item .product-quantity{order:4}.woocommerce-cart-form__cart-item .product-subtotal{order:5;margin-left:auto}.woocommerce-cart-form__cart-item .product-remove{position:absolute;top:1.25rem;right:0}@media(min-width: 768px){.woocommerce-cart-form__cart-item{display:grid;grid-template-columns:110px minmax(0, 1fr) auto auto auto 40px;align-items:center;column-gap:1.25rem;padding:1.5rem 0}.woocommerce-cart-form__cart-item .product-thumbnail{grid-column:1;grid-row:1;flex:none}.woocommerce-cart-form__cart-item .product-name{grid-column:2;grid-row:1}.woocommerce-cart-form__cart-item .product-price{grid-column:3;grid-row:1;font-size:inherit}.woocommerce-cart-form__cart-item .product-quantity{grid-column:4;grid-row:1}.woocommerce-cart-form__cart-item .product-subtotal{grid-column:5;grid-row:1;margin-left:0;text-align:right}.woocommerce-cart-form__cart-item .product-remove{position:static;grid-column:6;grid-row:1;justify-self:end}}.woocommerce-cart-form__contents .product-remove a.remove{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#fafafa;font-size:0;text-decoration:none;transition:background .25s ease}.woocommerce-cart-form__contents .product-remove a.remove::before{content:"";display:block;width:16px;height:16px;background-color:#756f66;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 6 5 6 21 6'%3E%3C/polyline%3E%3Cpath d='M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6'%3E%3C/path%3E%3Cpath d='M10 11v6'%3E%3C/path%3E%3Cpath d='M14 11v6'%3E%3C/path%3E%3Cpath d='M9 6V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2'%3E%3C/path%3E%3C/svg%3E");mask-size:contain;mask-repeat:no-repeat;mask-position:center;transition:background-color .25s ease}.woocommerce-cart-form__contents .product-remove a.remove:hover{background:#222}.woocommerce-cart-form__contents .product-remove a.remove:hover::before{background-color:#fff}.woocommerce-cart-form__contents .product-thumbnail img{width:110px;height:110px;object-fit:cover;border-radius:14px;border:1px solid #e8e2d9;background:#fafafa}.woocommerce-cart-form__contents .product-name a{color:#222;font-weight:600;text-decoration:none}.woocommerce-cart-form__contents .product-name a:hover{color:#b5754a}.woocommerce-cart-form__contents .product-name dl.variation{margin:.5rem 0 0;padding-left:.8rem;border-left:2px solid #e8e2d9;font-size:.82rem;color:#756f66}.woocommerce-cart-form__contents .product-name dl.variation dt{display:inline;font-weight:600;color:#222}.woocommerce-cart-form__contents .product-name dl.variation dd{display:inline;margin:0}.woocommerce-cart-form__contents .product-name dl.variation dd p{margin:0;display:inline}.woocommerce-cart-form__contents .product-price,.woocommerce-cart-form__contents .product-subtotal{color:#b5754a;font-weight:600}.woocommerce-cart-form__contents .quantity{display:inline-flex}.woocommerce-cart-form__contents .qty{width:64px;padding:.6em .5em;border:1px solid #e8e2d9;border-radius:8px;text-align:center;font-size:.9rem}.woocommerce-cart-form__contents .actions{border-bottom:none;padding-top:1.5rem;text-align:right}.coupon{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;margin-bottom:1rem}@media(min-width: 768px){.coupon{margin-bottom:0}}.coupon .input-text{padding:.7em 1.1em;border:1px solid #e8e2d9;border-radius:999px;font-size:.88rem;min-width:180px}.woocommerce-cart-form .button{display:inline-block;background:rgba(0,0,0,0);color:#222;border:1px solid #222;border-radius:999px;padding:.65em 1.5em;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .25s ease,color .25s ease}.woocommerce-cart-form .button:hover:not(:disabled){background:#222;color:#fff}.woocommerce-cart-form .button:disabled{opacity:.4;cursor:default}.woocommerce-cart-form button[name=update_cart]{display:inline-block;background:rgba(0,0,0,0);border:1px solid #222;border-radius:999px;color:#222;text-decoration:none;font-weight:600;font-size:.85rem;padding:.65em 1.5em;cursor:pointer;transition:background .25s ease,color .25s ease}.woocommerce-cart-form button[name=update_cart]:hover:not(:disabled){background:#222;color:#fff}.woocommerce-cart-form button[name=update_cart]:disabled{opacity:.4;cursor:default}.cart-totals-coupon{margin:0 0 1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e8e2d9}.cart-totals-coupon .coupon{flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:0;margin-bottom:0}.cart-totals-coupon .input-text{flex:1 1 auto;width:auto;min-width:5rem;padding-inline:.9em;border-radius:999px 0 0 999px;border-right:none}.cart-totals-coupon button[name=apply_coupon]{flex-shrink:0;align-self:auto;padding-inline:.85em;font-size:.78rem;border-radius:0 999px 999px 0;white-space:nowrap}@media(min-width: 576px){.cart-totals-coupon button[name=apply_coupon]{padding-inline:1em;font-size:.8rem}}.cart-collaterals{margin-top:2.5rem}@media(min-width: 992px){.cart-collaterals{margin-top:0}}.cart_totals{background:#fff;border:1px solid #e8e2d9;border-radius:16px;padding:1.75rem 2rem 2rem;width:100%}@media(min-width: 992px){.cart_totals{position:sticky;top:6.5rem}}.cart_totals h2{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1.4rem;margin:0 0 1rem}.cart_totals .order-total th,.cart_totals .order-total td{border-bottom:none;font-size:1.1rem;font-weight:600;padding-top:1rem}.cart_totals .order-total .woocommerce-Price-amount{color:#b5754a}.wc-proceed-to-checkout{margin-top:1.5rem}.wc-proceed-to-checkout .checkout-button{display:block;width:100%;text-align:center;background:#4a7c59;color:#fff;border-radius:999px;padding:1em;font-weight:600;text-decoration:none;transition:background .25s ease,transform .25s ease}.wc-proceed-to-checkout .checkout-button:hover{background:#5d9370;transform:translateY(-1px)}.woocommerce-info,.woocommerce-message,.woocommerce-error{background:#fff;border:1px solid #e8e2d9;border-left:3px solid #b5754a;border-radius:10px;padding:1rem 1.25rem;margin:0 0 1.5rem;list-style:none;font-size:.9rem;color:#222}.woocommerce-info .button,.woocommerce-message .button,.woocommerce-error .button{float:right;background:#222;color:#fff;border-radius:999px;padding:.4em 1.2em;font-size:.82rem;text-decoration:none}.woocommerce-checkout form.checkout{width:100%;max-width:1140px;margin-inline:auto;padding-inline:1.5rem}.rauhe-review-item{display:flex;align-items:flex-start;gap:1.1rem}.rauhe-review-item__thumb{flex-shrink:0}.rauhe-review-item__thumb img{display:block;width:5.5rem;height:5.5rem;object-fit:cover;border-radius:12px;border:1px solid #e8e2d9}.rauhe-review-item__info{min-width:0}.woocommerce-checkout .col2-set{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width: 576px){.woocommerce-checkout .col2-set{grid-template-columns:1fr 1fr}}.woocommerce-checkout h3{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1.3rem;margin:2rem 0 1.2rem}.woocommerce-checkout h3:first-child{margin-top:0}.woocommerce-checkout .form-row{margin-bottom:1.1rem}.woocommerce-checkout .form-row label{display:block;font-size:.82rem;font-weight:500;color:#756f66;margin-bottom:.35rem}.woocommerce-checkout .form-row label .required{color:#b5754a;text-decoration:none}.woocommerce-checkout .form-row .input-text,.woocommerce-checkout .form-row select,.woocommerce-checkout .form-row textarea{width:100%;padding:.8em 1em;border:1px solid #e8e2d9;border-radius:10px;font-size:.92rem;background:#fff;transition:border-color .2s ease}.woocommerce-checkout .form-row .input-text:focus,.woocommerce-checkout .form-row select:focus,.woocommerce-checkout .form-row textarea:focus{outline:none;border-color:#b5754a}@media(min-width: 576px){.woocommerce-checkout .form-row-first,.woocommerce-checkout .form-row-last{width:48%}}@media(min-width: 576px){.woocommerce-checkout .form-row-first{float:left}}@media(min-width: 576px){.woocommerce-checkout .form-row-last{float:right}}.woocommerce-checkout .form-row-wide{clear:both}.woocommerce-checkout .select2-container .select2-selection--single{height:auto;padding:.8em 1em;border:1px solid #e8e2d9;border-radius:10px}#order_review{background:#fff;border:1px solid #e8e2d9;border-radius:16px;padding:1.75rem 2rem 2rem}#order_review h3{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1.3rem;margin:0 0 1.2rem}#order_review .product-name dl.variation{margin:.4rem 0 0;padding-left:.7rem;border-left:2px solid #e8e2d9;font-size:.8rem;color:#756f66}#order_review .product-name dl.variation dt,#order_review .product-name dl.variation dd{display:inline;margin:0}#order_review .product-name dl.variation dt{font-weight:600;color:#222}#order_review .product-name dl.variation dd p{display:inline;margin:0}#order_review .order-total th,#order_review .order-total td{border-bottom:none;font-size:1.1rem;font-weight:600;padding-top:1rem}#order_review .order-total .woocommerce-Price-amount{color:#b5754a}.wc_payment_methods{list-style:none;margin:0 0 1.5rem;padding:0}.wc_payment_methods li{border:1px solid #e8e2d9;border-radius:10px;padding:1rem 1.2rem;margin-bottom:.7rem;font-size:.9rem}.wc_payment_methods label{font-weight:600}.wc_payment_methods input[type=radio]{accent-color:#b5754a;margin-right:.5rem}.woocommerce-terms-and-conditions-wrapper{font-size:.82rem;color:#756f66;margin-bottom:1.5rem}.woocommerce-terms-and-conditions-wrapper a{color:#222}.form-row.terms label{display:flex;align-items:center;gap:.5rem;color:#222;font-size:.88rem}.form-row.terms input[type=checkbox]{width:17px;height:17px;accent-color:#b5754a}#place_order{display:block;width:100%;background:#4a7c59;color:#fff;border:none;border-radius:999px;padding:1.1em;font-size:1rem;font-weight:700;cursor:pointer;transition:background .25s ease,transform .25s ease}#place_order:hover{background:#5d9370;transform:translateY(-1px)}.woocommerce-privacy-policy-text{font-size:.78rem;color:#756f66}.woocommerce-privacy-policy-text a{color:#222}.cart_totals .shop_table{display:block}.cart_totals .shop_table tbody{display:block}.cart_totals .shop_table tr{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;border-bottom:1px solid #e8e2d9}.cart_totals .shop_table th,.cart_totals .shop_table td{display:block;border-bottom:none}.cart_totals .shop_table td{text-align:right}.cart_totals .shop_table .woocommerce-shipping-totals{flex-direction:column;align-items:stretch;gap:.6rem}.cart_totals .shop_table .woocommerce-shipping-totals td{text-align:left}.cart_totals .shop_table .woocommerce-shipping-totals .woocommerce-shipping-destination,.cart_totals .shop_table .woocommerce-shipping-totals .shipping-calculator-button{display:block;margin-top:.6rem;font-size:.82rem;color:#756f66}.cart_totals .shop_table .order-total{border-bottom:none}.checkout-stepper{display:flex;justify-content:center;list-style:none;max-width:40rem;margin:0 auto 3rem;padding:0}.checkout-stepper__step{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.checkout-stepper__step:not(:last-child)::after{content:"";position:absolute;top:1.1rem;left:50%;width:100%;height:2px;background:#e8e2d9;z-index:0}.checkout-stepper__step.is-complete:not(:last-child)::after{background:#4a7c59}.checkout-stepper__number{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:50%;background:#fff;border:2px solid #e8e2d9;color:#756f66;font-family:"Fraunces",Georgia,"Times New Roman",serif;font-weight:600;transition:background .2s ease,border-color .2s ease,color .2s ease}.checkout-stepper__label{font-size:.78rem;color:#756f66;font-weight:500}.checkout-stepper__step.is-active .checkout-stepper__number{background:#222;border-color:#222;color:#fff}.checkout-stepper__step.is-active .checkout-stepper__label{color:#222;font-weight:600}.checkout-stepper__step.is-complete{cursor:pointer}.checkout-stepper__step.is-complete .checkout-stepper__number{background:#4a7c59;border-color:#4a7c59;color:#fff}.checkout-stepper__step.is-complete .checkout-stepper__label{color:#4a7c59}#rauhe-checkout-form #customer_details,#rauhe-checkout-form #order_review_heading,#rauhe-checkout-form .woocommerce-checkout-review-order-table,#rauhe-checkout-form #payment,#rauhe-checkout-form .woocommerce-additional-fields{display:none}#rauhe-checkout-form[data-step="1"] #order_review_heading,#rauhe-checkout-form[data-step="1"] .woocommerce-checkout-review-order-table{display:block}#rauhe-checkout-form[data-step="2"] #customer_details{display:grid;grid-template-columns:1fr}#rauhe-checkout-form[data-step="2"] #order_review{display:none}#rauhe-checkout-form[data-step="3"] #payment,#rauhe-checkout-form[data-step="3"] .woocommerce-additional-fields{display:block}.woocommerce-additional-fields{margin-top:2rem}.woocommerce-additional-fields h3{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1.3rem;margin:0 0 1.2rem}.postcode-lookup__summary{clear:both;margin:0 0 1.1rem;padding:.75em 1em;background:#fafafa;border:1px solid #e8e2d9;border-radius:10px;font-size:.9rem;color:#222}.postcode-lookup__edit{background:none;border:none;padding:0;margin-left:.35rem;color:#b5754a;font-size:.85rem;font-weight:600;text-decoration:underline;cursor:pointer}.postcode-lookup__edit:hover{color:#222}.checkout-step-nav{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.checkout-step-nav__back{display:none;margin-right:auto}#rauhe-checkout-form[data-step="2"] .checkout-step-nav__back,#rauhe-checkout-form[data-step="3"] .checkout-step-nav__back{display:inline-block}#rauhe-checkout-form[data-step="3"] .checkout-step-nav__next{display:none}.wc_payment_methods li{position:relative;transition:border-color .2s ease,background-color .2s ease}.wc_payment_methods li:has(input:checked){border-color:#222;background:#fafafa}.wc_payment_methods li img{height:1.4em;width:auto;vertical-align:middle;margin-left:.4em}.wc_payment_methods label{display:flex;align-items:center;flex-wrap:wrap;cursor:pointer}.wc_payment_methods .payment_box{flex-basis:100%;margin-top:.8rem;padding-top:.8rem;border-top:1px solid #e8e2d9;font-size:.85rem;color:#756f66}.wc_payment_methods .payment_box p:last-child{margin-bottom:0}.woocommerce-shipping-methods,#shipping_method{list-style:none;margin:0;padding:0}.woocommerce-shipping-methods li,#shipping_method li{display:flex;align-items:center;gap:.6rem;margin:0 0 .5rem;padding:0}.woocommerce-shipping-methods li::before,#shipping_method li::before{content:none}.woocommerce-shipping-methods li:last-child,#shipping_method li:last-child{margin-bottom:0}.woocommerce-shipping-methods input[type=radio],#shipping_method input[type=radio]{flex-shrink:0;margin:0;accent-color:#b5754a}.woocommerce-shipping-methods label,#shipping_method label{margin:0;font-size:.9rem;cursor:pointer}.wc_payment_methods{list-style:none}.wc_payment_methods li::before{content:none}form.checkout_coupon{display:flex;flex-wrap:wrap;align-items:stretch;gap:0;max-width:26rem;margin:0 0 2rem;padding:0;border:none}form.checkout_coupon .form-row{float:none;width:auto;margin:0;padding:0}form.checkout_coupon .form-row-first{flex:1 1 auto;min-width:6rem}form.checkout_coupon .input-text{width:100%;padding:.8em 1em;border:1px solid #e8e2d9;border-right:none;border-radius:999px 0 0 999px;font-size:.9rem}form.checkout_coupon button[name=apply_coupon]{border-radius:0 999px 999px 0;white-space:nowrap}form.checkout_coupon .clear{display:none}.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-total,.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td{text-align:right}.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th{text-align:left}#ship-to-different-address{margin:2.5rem 0 1.2rem}#ship-to-different-address label{display:flex;align-items:center;gap:.7rem;margin:0;cursor:pointer}#ship-to-different-address input[type=checkbox]{flex-shrink:0;width:18px;height:18px;margin:0;accent-color:#b5754a}#ship-to-different-address span{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1.3rem;font-weight:500}.woocommerce-shipping-fields__field-wrapper{padding-top:.5rem}.map-configurator-page{background:#fafafa}.map-configurator{display:grid;grid-template-columns:1fr}@media(min-width: 992px){.map-configurator{grid-template-columns:1fr 1fr;align-items:start}}.map-configurator__preview{width:100%;scroll-margin-top:6.5rem}@media(min-width: 992px){.map-configurator__preview{position:sticky;top:6.5rem;z-index:2;height:calc(100vh - 6.5rem)}}.map-configurator__scene{position:relative;width:100%;height:50vh;overflow:hidden}@media(min-width: 992px){.map-configurator__scene{height:100%}}.map-configurator__scene-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.map-configurator__frame{position:absolute;display:flex;padding:2%}.map-configurator__frame:has(.map-configurator__plank[data-formaat=Klein][data-vorm=Rechthoek]){padding:0}.map-configurator__plank{position:relative;margin:auto;width:100%;height:100%;padding:unset;overflow:hidden;display:flex;flex-direction:column;transition:width .4s ease,height .4s ease,border-radius .4s ease,background .4s ease}.map-configurator__plank[data-formaat=Klein]{width:100%;height:100%}.map-configurator__plank[data-formaat=Middel]{width:100%;height:100%}.map-configurator__plank[data-formaat=Groot]{width:100%;height:100%}.map-configurator__plank[data-vorm=Vierkant],.map-configurator__plank[data-vorm=Rond]{height:auto;aspect-ratio:1/1}.map-configurator__plank[data-formaat=Klein][data-vorm=Rechthoek]{padding:10%}.map-configurator__plank[data-vorm=Rond]{border-radius:50%}.map-configurator__map-wrap{position:relative;flex:1 1 66%;overflow:hidden;background:linear-gradient(to right, #c5b194, #d9cbaf);border-top:1px solid rgba(59,42,30,.4);border-right:1px solid rgba(59,42,30,.4);box-shadow:inset 0 4px 8px rgba(0,0,0,.15),inset -4px 0 8px rgba(0,0,0,.15)}#map-configurator-map.map-configurator__map{position:absolute;inset:0}#map-configurator-map.map-configurator__map .maplibregl-ctrl,#map-configurator-map.map-configurator__map .maplibregl-control-container{display:none}.map-configurator__controls{position:absolute;top:100%;left:50%;margin-top:.6rem;transform:translateX(-50%);display:flex;gap:.5rem;z-index:5}.map-configurator__zoom{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;padding:0;border:none;border-radius:50%;flex-shrink:0;background:rgba(255,255,255,.88);backdrop-filter:blur(4px);color:#222;font-size:1.15rem;line-height:1;cursor:pointer;box-shadow:0 6px 16px -6px rgba(0,0,0,.3);transition:background .2s ease,transform .2s ease}.map-configurator__zoom:hover{background:#fff;transform:translateY(-1px)}.map-configurator__credit{position:absolute;right:.8rem;bottom:.8rem;z-index:5;margin:0;padding:.2rem .6rem;background:rgba(255,255,255,.78);border-radius:999px;font-size:.66rem;color:#756f66}.map-configurator__credit a{color:inherit;text-decoration:underline}.map-configurator__plank{container-type:inline-size}.map-configurator__caption{flex:0 0 auto;text-align:center;padding:clamp(.25rem,5cqw,.6rem) clamp(.3rem,6cqw,.9rem) clamp(.4rem,7cqw,1rem);color:#3a2c1d}.map-configurator__plank[data-vorm=Rond] .map-configurator__caption{padding:clamp(.3rem,3cqw,.8rem) clamp(.8rem,13cqw,1.6rem) clamp(.7rem,13cqw,1.2rem)}.map-configurator__city{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:clamp(.55rem,9cqw,1.1rem);letter-spacing:.02em;margin-bottom:.2em;word-break:break-word;line-height:1.15}.map-configurator__coords{font-size:clamp(.4rem,5cqw,.68rem);letter-spacing:.03em;opacity:.8;line-height:1.2}.map-configurator__steps{padding:3rem 1.5rem 6.5rem}@media(min-width: 992px){.map-configurator__steps{padding:4rem 3rem 0}}.map-configurator__steps h1{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,2.7rem);margin:0 0 .6rem}.map-configurator__intro{color:#756f66;max-width:34rem;margin:0 0 2.2rem}.config-step{padding-block:1.8rem;border-top:1px solid #e8e2d9}.config-step:first-of-type{border-top:none}.config-step h2{display:flex;align-items:center;gap:.8rem;font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1.2rem;margin:0 0 1.2rem}.config-step__number{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:50%;background:#222;color:#fff;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:.82rem;flex-shrink:0}.config-hint{margin:.8rem 0 0;font-size:.8rem;color:#756f66}.config-swatches{display:flex;flex-wrap:wrap;gap:.7rem}.config-swatch{position:relative;cursor:pointer}.config-swatch input{position:absolute;inset:0;opacity:0;margin:0;cursor:pointer}.config-swatch span{display:inline-flex;align-items:center;padding:.6em 1.3em;border:1px solid #e8e2d9;border-radius:999px;font-size:.88rem;background:#fff;transition:border-color .2s ease,background .2s ease,color .2s ease}.config-swatch input:checked+span{border-color:#222;background:#222;color:#fff}.config-swatch input:focus-visible+span{outline:2px solid #b5754a;outline-offset:2px}.config-swatch.is-disabled{cursor:not-allowed}.config-swatch.is-disabled input{cursor:not-allowed}.config-swatch.is-disabled span{opacity:.4}.config-location{position:relative}#map-location-search{width:100%;padding:.85em 1.1em;border:1px solid #e8e2d9;border-radius:10px;font-size:.92rem;background:#fff}#map-location-search:focus{outline:none;border-color:#b5754a}.config-location__results{position:absolute;z-index:20;top:calc(100% + .5rem);left:0;right:0;max-height:240px;overflow-y:auto;background:#fff;border:1px solid #e8e2d9;border-radius:10px;box-shadow:0 20px 40px -20px rgba(0,0,0,.25)}.config-location__result{display:block;width:100%;padding:.7em 1em;border:none;background:none;color:#222;text-align:left;font-size:.85rem;font-weight:400;cursor:pointer}.config-location__result+.config-location__result{border-top:1px solid #e8e2d9}.config-location__result:hover,.config-location__result:focus-visible{background:#fafafa}.config-field{margin-bottom:1.1rem}.config-field label{display:block;margin-bottom:.35rem;font-size:.82rem;font-weight:500;color:#756f66}.config-field input,.config-field textarea{width:100%;padding:.8em 1em;border:1px solid #e8e2d9;border-radius:10px;font-size:.92rem;background:#fff}.config-field input:focus,.config-field textarea:focus{outline:none;border-color:#b5754a}.config-checkbox{display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem;font-size:.88rem;cursor:pointer}.config-checkbox input{width:1.05rem;height:1.05rem;accent-color:#222}.map-configurator__summary{position:sticky;bottom:0;display:flex;flex-direction:column;gap:.8rem;margin-top:1rem;padding:1.2rem 0;background:#fafafa;border-top:1px solid #e8e2d9}@media(min-width: 992px){.map-configurator__summary{padding:1.4rem 0}}.map-configurator__summary-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.map-configurator__preview-trigger{display:block;width:100%;padding:.7em 1em;background:#fff;border:1px solid #e8e2d9;border-radius:999px;font-size:.88rem;font-weight:600;color:#222;cursor:pointer;transition:border-color .2s ease}.map-configurator__preview-trigger:hover{border-color:#222}@media(min-width: 992px){.map-configurator__preview-trigger{display:none}}.map-configurator__price{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1.5rem}.map-configurator__price .woocommerce-Price-amount{color:#b5754a}.map-configurator__add{display:inline-block;padding:.9em 2.2em;background:#4a7c59;color:#fff;border:none;border-radius:999px;font-size:.92rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .3s ease}.map-configurator__add:hover{background:#5d9370;transform:translateY(-2px)}.map-configurator__add.is-loading{opacity:.6;cursor:default;pointer-events:none}.map-configurator__add:disabled{opacity:.5;cursor:not-allowed}.map-configurator__scroll-hint{position:fixed;right:2rem;bottom:5.5rem;z-index:30;display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.5rem .9rem;background:#222;color:#fff;border-radius:999px;font-size:.68rem;letter-spacing:.03em;box-shadow:0 12px 30px -10px rgba(0,0,0,.35);opacity:1;transition:opacity .4s ease,transform .4s ease;pointer-events:none;animation:map-scroll-hint-bounce 1.8s ease-in-out infinite}.map-configurator__scroll-hint svg{width:14px;height:14px}.map-configurator__scroll-hint.is-hidden{opacity:0;transform:translateY(8px)}@keyframes map-scroll-hint-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}.woocommerce-order-received .entry-title{font-family:"Fraunces",Georgia,"Times New Roman",serif;text-align:center;font-size:clamp(2rem,4vw,2.6rem);margin-bottom:2rem}.woocommerce-order{max-width:46rem;margin-inline:auto;padding-block:1rem 4rem}.woocommerce-thankyou-order-received{display:flex;align-items:center;justify-content:center;gap:.6rem;text-align:center;background:rgba(74,124,89,.08);border:1px solid rgba(74,124,89,.3);color:#4a7c59;border-radius:16px;padding:1.4rem 1.6rem;font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1.1rem;margin:0 0 2rem}.woocommerce-thankyou-order-received::before{content:"";flex-shrink:0;width:1.6rem;height:1.6rem;background-color:#4a7c59;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 12 9.5 17.5 20 6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:60%;border-radius:50%}.woocommerce-order>p:not(.woocommerce-notice){text-align:center;color:#756f66;font-size:.9rem;margin:-1rem 0 2rem}.woocommerce-order-overview{display:flex;flex-wrap:wrap;gap:1px;list-style:none;background:#e8e2d9;border:1px solid #e8e2d9;border-radius:16px;overflow:hidden;margin:0 0 1.5rem;padding:0}.woocommerce-order-overview li{flex:1 1 140px;background:#fff;padding:1.1rem 1rem;text-align:center;font-size:.76rem;color:#756f66;display:flex;flex-direction:column;gap:.3rem}.woocommerce-order-overview strong{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1rem;font-weight:500;color:#222}.woocommerce-order-details{background:#fff;border:1px solid #e8e2d9;border-radius:16px;padding:1.75rem 2rem 2rem;margin-bottom:1.5rem}.woocommerce-order-details__title{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1.3rem;margin:0 0 1.2rem}.woocommerce-table--order-details{width:100%;border-collapse:collapse}.woocommerce-table--order-details thead th{text-align:left;font-size:.76rem;text-transform:uppercase;letter-spacing:.04em;color:#756f66;padding-bottom:.8rem;border-bottom:1px solid #e8e2d9}.woocommerce-table--order-details thead th.product-total{text-align:right}.woocommerce-table--order-details tbody td{padding:1.1rem 0;border-bottom:1px solid #e8e2d9;vertical-align:top}.woocommerce-table--order-details tbody td.product-total{text-align:right;white-space:nowrap;font-weight:600}.woocommerce-table--order-details tbody a{color:#222;font-weight:600;text-decoration:none}.woocommerce-table--order-details tbody a:hover{color:#b5754a}.woocommerce-table--order-details tfoot th,.woocommerce-table--order-details tfoot td{padding:.6rem 0;text-align:right;border:none;font-size:.92rem;font-weight:400;color:#756f66}.woocommerce-table--order-details tfoot th{padding-right:1.5rem}.wc-item-meta{list-style:none;margin:.7rem 0 0;padding:0;font-size:.82rem;color:#756f66}.wc-item-meta li{margin-bottom:.25rem}.wc-item-meta__label,.wc-item-meta .wc-item-meta-label{font-weight:600;color:#222}.wc-item-meta p{display:inline;margin:0}.woocommerce-table--order-details .wc-item-meta a{color:#b5754a;font-weight:600}.woocommerce-customer-details{background:#fff;border:1px solid #e8e2d9;border-radius:16px;padding:1.75rem 2rem 2rem}.woocommerce-column__title{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1.1rem;margin:0 0 .8rem}.woocommerce-customer-details address{font-style:normal;font-size:.92rem;line-height:1.7;color:#222}.woocommerce-customer-details--phone,.woocommerce-customer-details--email{margin:.4rem 0 0;font-size:.88rem;color:#756f66}.page .entry-header{width:100%;max-width:1140px;margin-inline:auto;padding-inline:1.5rem;padding-top:3rem}@media(min-width: 992px){.page .entry-header{padding-top:4rem}}.page .entry-title{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,2.8rem);line-height:1.15;margin:0}.page .entry-content{width:100%;max-width:1140px;margin-inline:auto;padding-inline:1.5rem;max-width:46rem;padding-top:1.5rem;padding-bottom:4rem;color:#222;font-size:1rem;line-height:1.75}.woocommerce-cart .page .entry-content,.woocommerce-checkout .page .entry-content,.woocommerce-account .page .entry-content{max-width:1140px}.page .entry-content h2{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1.4rem;margin:2.4rem 0 .9rem}.page .entry-content h2:first-child{margin-top:0}.page .entry-content h3{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1.15rem;margin:1.8rem 0 .6rem}.page .entry-content p{margin:0 0 1.2rem}.page .entry-content ul:not([class]),.page .entry-content ol:not([class]){margin:0 0 1.2rem;padding-left:1.3rem}.page .entry-content ul:not([class]) li,.page .entry-content ol:not([class]) li{margin-bottom:.5rem}.page .entry-content ul:not([class]){list-style:none;padding-left:0}.page .entry-content ul:not([class]) li{position:relative;padding-left:1.4rem}.page .entry-content ul:not([class]) li::before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border-radius:50%;background:#b5754a}.page .entry-content a:not(.button){color:#b5754a;text-decoration:underline;text-underline-offset:2px}.page .entry-content a:not(.button):hover{color:#222}.page .entry-content strong{font-weight:600}.page .entry-content table{width:100%;border-collapse:collapse;margin:0 0 1.5rem;font-size:.92rem}.page .entry-content table th,.page .entry-content table td{text-align:left;padding:.7em 1em;border-bottom:1px solid #e8e2d9}.page .entry-content table th{font-weight:600;color:#756f66;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em}.page .entry-content blockquote{margin:0 0 1.2rem;padding:1rem 1.4rem;background:#fafafa;border-left:3px solid #b5754a;border-radius:0 12px 12px 0;color:#756f66;font-style:italic}.content-callout{background:rgba(181,117,74,.08);border:1px solid rgba(181,117,74,.3);border-radius:12px;padding:1rem 1.2rem;margin:0 0 1.5rem;font-size:.9rem;color:#222}.faq-list{display:flex;flex-direction:column;gap:.8rem}.faq-item{border:1px solid #e8e2d9;border-radius:12px;background:#fff;overflow:hidden}.faq-item+.faq-item{margin-top:0}.faq-item[open] .faq-item__question::after{transform:rotate(45deg)}.faq-item__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.4rem;font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1.05rem;cursor:pointer;list-style:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question::after{content:"+";flex-shrink:0;font-size:1.3rem;line-height:1;color:#b5754a;transition:transform .2s ease}.faq-item__answer{padding:0 1.4rem 1.2rem;color:#756f66}.faq-item__answer p{margin:0}.faq-item__answer a{color:#b5754a;text-decoration:underline}.page-hero{position:relative;overflow:hidden;background:linear-gradient(155deg, #222222, #2f2a24);color:#fff;padding:3.5rem 0 4.5rem;margin-bottom:3rem}@media(min-width: 992px){.page-hero{padding:5rem 0 6.5rem}}.page-hero__inner{width:100%;max-width:1140px;margin-inline:auto;padding-inline:1.5rem;position:relative;z-index:2;display:grid;gap:2rem;align-items:center}@media(min-width: 768px){.page-hero__inner--split{grid-template-columns:1.1fr .9fr}}.page-hero__eyebrow{display:inline-block;color:#b5754a;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.8rem}.page-hero__title{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:clamp(2rem,4.5vw,2.9rem);line-height:1.12;margin:0 0 1rem}.page-hero__intro{font-size:1.02rem;color:rgba(255,255,255,.78);max-width:34rem;margin:0;line-height:1.6}.page-hero__blob{position:absolute;inset:0;pointer-events:none;z-index:1}.page-hero__blob::before,.page-hero__blob::after{content:"";position:absolute;border-radius:63% 37% 30% 70%/50% 45% 55% 50%}.page-hero__blob::before{width:22rem;height:22rem;top:-9rem;right:-6rem;background:rgba(181,117,74,.18)}.page-hero__blob::after{width:14rem;height:14rem;bottom:-7rem;left:-4rem;background:rgba(255,255,255,.05)}.page-hero__image{position:relative;z-index:2;border-radius:63% 37% 30% 70%/50% 45% 55% 50%;overflow:hidden;aspect-ratio:1/1;max-width:22rem;margin-inline:auto;box-shadow:0 30px 60px -20px rgba(0,0,0,.5)}.page-hero__image img{width:100%;height:100%;object-fit:cover}.feature-strip{width:100%;max-width:1140px;margin-inline:auto;padding-inline:1.5rem;max-width:46rem;display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;margin:0 0 3rem}@media(min-width: 576px){.feature-strip{grid-template-columns:repeat(auto-fit, minmax(150px, 1fr))}}.feature-strip__item{background:#fff;border:1px solid #e8e2d9;border-radius:16px;padding:1.3rem 1.1rem;text-align:center}.feature-strip__icon{display:flex;align-items:center;justify-content:center;margin:0 auto .6rem}.feature-strip__icon .icon{width:1.9rem;height:1.9rem;color:#b5754a}.feature-strip__title{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:.95rem;margin:0 0 .3rem}.feature-strip__text{font-size:.8rem;color:#756f66;line-height:1.5;margin:0}.split-section{width:100%;max-width:1140px;margin-inline:auto;padding-inline:1.5rem;max-width:64rem;display:grid;gap:2.5rem;align-items:center;margin-bottom:3.5rem}@media(min-width: 768px){.split-section{grid-template-columns:1fr 1fr}}@media(min-width: 768px){.split-section--reverse .split-section__image{order:2}}.split-section__image{position:relative;border-radius:28px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 30px 60px -25px rgba(0,0,0,.3)}.split-section__image img{width:100%;height:100%;object-fit:cover}.split-section__body h2{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:1.6rem;margin:0 0 1rem}.split-section__body p{color:#756f66;line-height:1.75;margin:0 0 1rem}.split-section__body p:last-child{margin-bottom:0}.wpcf7-form{max-width:34rem;margin-top:.5rem}.wpcf7-form p{margin-bottom:1.1rem}.wpcf7-form label{display:block;font-size:.82rem;font-weight:500;color:#756f66;margin-bottom:.35rem}.wpcf7-form input[type=text],.wpcf7-form input[type=email],.wpcf7-form input[type=tel],.wpcf7-form input[type=file],.wpcf7-form textarea{width:100%;padding:.8em 1em;border:1px solid #e8e2d9;border-radius:10px;font-size:.92rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:#fff;transition:border-color .2s ease}.wpcf7-form input[type=text]:focus,.wpcf7-form input[type=email]:focus,.wpcf7-form input[type=tel]:focus,.wpcf7-form input[type=file]:focus,.wpcf7-form textarea:focus{outline:none;border-color:#b5754a}.wpcf7-form textarea{min-height:120px;resize:vertical}.wpcf7-form input[type=file]{padding:.6em .8em}.wpcf7-form input[type=submit]{display:inline-block;padding:.85em 2.2em;background:#222;color:#fff;border:none;border-radius:999px;font-size:.92rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .3s ease}.wpcf7-form input[type=submit]:hover{background:#b5754a;transform:translateY(-2px)}.wpcf7-form .wpcf7-not-valid-tip{display:block;color:#b3452c;font-size:.78rem;margin-top:.3rem}.wpcf7-form .wpcf7-response-output{margin:1.5rem 0 0;padding:1rem 1.2rem;border-radius:12px;font-size:.88rem;border:1px solid #e8e2d9}.wpcf7-form.sent .wpcf7-response-output{background:rgba(74,124,89,.08);border-color:rgba(74,124,89,.3);color:#4a7c59}.wpcf7-form.invalid .wpcf7-response-output,.wpcf7-form.failed .wpcf7-response-output,.wpcf7-form.aborted .wpcf7-response-output,.wpcf7-form.spam .wpcf7-response-output{background:rgba(179,69,44,.08);border-color:rgba(179,69,44,.3);color:#b3452c}.wpcf7-form .wpcf7-spinner{margin-left:.8rem}.woocommerce-page-wrap ul.products{display:grid;grid-template-columns:repeat(1, 1fr);gap:1.5rem;list-style:none;padding:0}@media(min-width: 576px){.woocommerce-page-wrap ul.products{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.woocommerce-page-wrap ul.products{grid-template-columns:repeat(3, 1fr)}}.wc-loop-card{border:1px solid #e8e2d9;border-radius:6px;padding:1rem;text-align:center}.wc-loop-card__link{color:inherit;display:block}.wc-loop-card__title{font-size:1rem;margin:.75rem 0 .25rem}.wc-loop-card .price{font-weight:600;color:#b5754a}.single-product .product{display:flex;flex-wrap:wrap;gap:3rem}.woocommerce-cart table.shop_table,.woocommerce-checkout table.shop_table{width:100%;border-collapse:collapse}.woocommerce-cart table.shop_table th,.woocommerce-cart table.shop_table td,.woocommerce-checkout table.shop_table th,.woocommerce-checkout table.shop_table td{padding:.75rem;border-bottom:1px solid #e8e2d9;text-align:left}.cart-empty{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:30rem;margin:3rem auto 5rem;padding:0 1rem}.cart-empty__icon{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;margin-bottom:1.5rem;border-radius:63% 37% 30% 70%/50% 45% 55% 50%;background:#fafafa;color:#b5754a}.cart-empty__icon .icon{width:2.2rem;height:2.2rem}.cart-empty__title{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-size:clamp(1.6rem,3vw,2rem);margin:0 0 .75rem}.cart-empty__text{color:#756f66;line-height:1.7;margin:0 0 2rem}.cart-empty__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}.free-shipping-bar{margin:0 0 1.75rem;padding:1rem 1.25rem;background:#fff;border:1px solid #e8e2d9;border-radius:12px}.free-shipping-bar.is-reached{border-color:rgba(74,124,89,.4);background:rgba(74,124,89,.07)}.free-shipping-bar__label{display:flex;align-items:center;gap:.6rem;margin:0 0 .7rem;font-size:.92rem;font-weight:500;color:#222}.free-shipping-bar__label .icon{flex-shrink:0;width:1.2rem;height:1.2rem;color:#b5754a}.free-shipping-bar__label .woocommerce-Price-amount{font-weight:700;color:#b5754a}.free-shipping-bar.is-reached .free-shipping-bar__label .icon,.free-shipping-bar.is-reached .free-shipping-bar__label .woocommerce-Price-amount{color:#4a7c59}.free-shipping-bar__track{height:6px;border-radius:999px;background:#e8e2d9;overflow:hidden}.free-shipping-bar__fill{height:100%;border-radius:999px;background:#b5754a;transition:width .4s ease}.free-shipping-bar.is-reached .free-shipping-bar__fill{background:#4a7c59}
