*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Jost,sans-serif;font-weight:300;color:#1c1c1c;background:#faf7f2;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}ul{list-style:none}h1,h2,h3,h4{font-family:Cormorant Garamond,Georgia,serif;font-weight:400;line-height:1.2}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--terracotta: #C4724A;--terracotta-dark: #A85C38;--cream: #FAF7F2;--ivory: #F0EBE0;--gold: #B8965A;--ink: #1C1C1C;--ink-light: #4A4A4A;--border: #DDD5C8;--radius: 4px;--radius-lg: 8px;--shadow: 0 2px 12px rgba(0,0,0,.06);--shadow-hover: 0 8px 28px rgba(0,0,0,.12);--transition: .25s ease}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Jost,sans-serif;font-weight:500;font-size:.875rem;letter-spacing:.06em;text-transform:uppercase;border:1.5px solid transparent;border-radius:var(--radius);padding:.75rem 1.75rem;cursor:pointer;transition:all var(--transition);text-decoration:none!important}.btn--primary{background:var(--terracotta);color:#fff;border-color:var(--terracotta)}.btn--primary:hover{background:var(--terracotta-dark);border-color:var(--terracotta-dark);transform:translateY(-1px)}.btn--secondary{background:transparent;color:var(--terracotta);border-color:var(--terracotta)}.btn--secondary:hover{background:var(--terracotta);color:#fff}.btn--ghost{background:transparent;color:#fff;border-color:#fff9}.btn--ghost:hover{background:#ffffff26}.btn--large{padding:1rem 2.25rem;font-size:.9375rem}.btn--full{width:100%}.btn--disabled{background:#ccc;border-color:#ccc;color:#888;cursor:not-allowed}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1c1c1c;color:#fff;z-index:9999;padding:1rem 1.5rem;box-shadow:0 -4px 20px #0003;transform:translateY(100%);transition:transform .35s ease}.cookie-banner.is-visible{transform:translateY(0)}.cookie-banner__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.cookie-banner__text{font-size:.875rem;flex:1;min-width:200px}.cookie-banner__link{color:var(--gold);text-decoration:underline}.cookie-banner__actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-banner__btn{font-family:Jost,sans-serif;font-size:.8125rem;font-weight:500;padding:.5rem 1.25rem;border-radius:var(--radius);cursor:pointer;letter-spacing:.05em;text-transform:uppercase;transition:all var(--transition);border:1.5px solid}.cookie-banner__btn--primary{background:var(--terracotta);color:#fff;border-color:var(--terracotta)}.cookie-banner__btn--primary:hover{background:var(--terracotta-dark)}.cookie-banner__btn--secondary{background:transparent;color:#fff;border-color:#fff6}.cookie-banner__btn--secondary:hover{border-color:#fff}.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-announcement{background:var(--ink);color:#fff;text-align:center;font-size:.8125rem;font-weight:400;padding:.5rem 1rem;letter-spacing:.04em}.header-main{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:70px}.header-nav{display:flex;align-items:center;gap:1.75rem}.header-nav__link{font-size:.8125rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);position:relative;transition:color var(--transition)}.header-nav__link:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:1.5px;background:var(--terracotta);transform:scaleX(0);transition:transform var(--transition);transform-origin:left}.header-nav__link:hover{color:var(--terracotta);text-decoration:none}.header-nav__link:hover:after{transform:scaleX(1)}.header-nav__icon{position:relative}.header-logo img{height:46px;width:auto;object-fit:contain}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--terracotta);color:#fff;font-size:.625rem;font-weight:700;line-height:1;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition)}.cart-count:not(:empty):not([data-count="0"]){opacity:1}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.mobile-menu-toggle span{display:block;width:24px;height:1.5px;background:var(--ink);transition:all var(--transition)}.mobile-nav{display:none;flex-direction:column;background:#fff;border-top:1px solid var(--border);padding:1rem 1.5rem}.mobile-nav.is-open{display:flex}.mobile-nav__link{font-size:.9375rem;font-weight:400;padding:.75rem 0;border-bottom:1px solid var(--ivory);color:var(--ink)}@media(max-width:900px){.header-nav--left,.header-nav--right{display:none}.mobile-menu-toggle{display:flex}}.hero{background:linear-gradient(135deg,var(--ink) 0%,#2D2420 60%,#3D2818 100%);color:#fff;min-height:85vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 70% 50%,rgba(196,114,74,.15) 0%,transparent 60%)}.hero__inner{max-width:1280px;margin:0 auto;padding:5rem 1.5rem;position:relative;z-index:1}.hero__eyebrow{font-size:.8125rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.hero__title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,8vw,6rem);font-weight:400;line-height:1.08;margin-bottom:1.5rem}.hero__title em{color:var(--gold);font-style:italic}.hero__price-promise{display:block;font-size:clamp(1.5rem,3.5vw,2.5rem);color:#ffffffbf}.hero__subtitle{font-size:1.0625rem;font-weight:300;max-width:520px;line-height:1.7;color:#fffc;margin-bottom:2.5rem}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.hero__trust{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.8125rem;color:#fff9}.hero__trust span{letter-spacing:.03em}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:clamp(1.75rem,4vw,2.75rem);margin-bottom:.5rem}.section-subtitle{font-size:.9375rem;color:var(--ink-light);letter-spacing:.08em;text-transform:uppercase}.category-pills{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-bottom:2.5rem}.category-pill{font-size:.8125rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.5rem 1.25rem;border:1.5px solid var(--border);border-radius:50px;color:var(--ink-light);transition:all var(--transition)}.category-pill:hover,.category-pill--active{border-color:var(--terracotta);color:var(--terracotta);background:#c4724a0f;text-decoration:none}.product-grid{display:grid;gap:1.5rem;padding:0 1.5rem;max-width:1280px;margin:0 auto}.product-grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:1100px){.product-grid--4{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-grid--4{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 1rem}}@media(max-width:400px){.product-grid--4{grid-template-columns:1fr}}.product-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;position:relative;transition:transform var(--transition),box-shadow var(--transition)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.product-card__link{display:block}.product-card__image-wrapper{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--ivory)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease}.product-card:hover .product-card__image--hover{opacity:1}.product-card:hover .product-card__image:first-child{transform:scale(1.03)}.product-card__no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card__badge{position:absolute;top:.75rem;left:.75rem;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .6rem;border-radius:50px}.product-card__badge--sale{background:var(--terracotta);color:#fff}.product-card__badge--sold-out{background:#666;color:#fff}.product-card__info{padding:1rem 1rem .75rem}.product-card__title{font-family:Cormorant Garamond,serif;font-size:1.0625rem;font-weight:400;margin-bottom:.375rem;line-height:1.3}.product-card__price-current{font-size:.9375rem;font-weight:500;color:var(--ink)}.product-card__price-compare{font-size:.8125rem;color:#999;text-decoration:line-through;margin-left:.5rem}.product-card__quick-add{width:100%;padding:.75rem;background:var(--ivory);color:var(--ink);border:none;border-top:1px solid var(--border);font-family:Jost,sans-serif;font-size:.8125rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:all var(--transition);opacity:0;transform:translateY(4px)}.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0);background:var(--terracotta);color:#fff}.product-card__quick-add:disabled{background:#f0f0f0;color:#999;cursor:not-allowed}.featured-collection{padding:5rem 0}.featured-collection__more{text-align:center;margin-top:3rem}.reassurance{background:var(--ink);color:#fff;padding:4rem 1.5rem}.reassurance__grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}@media(max-width:900px){.reassurance__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.reassurance__grid{grid-template-columns:1fr}}.reassurance__item{text-align:center}.reassurance__icon{font-size:2rem;margin-bottom:.75rem}.reassurance__item h3{font-family:Cormorant Garamond,serif;font-size:1.25rem;margin-bottom:.5rem;color:var(--gold)}.reassurance__item p{font-size:.9rem;color:#ffffffb3}.reassurance__item a{color:var(--gold)}.avis{padding:5rem 1.5rem;background:var(--ivory)}.avis-global{display:flex;align-items:center;gap:.75rem;justify-content:center;margin-top:.75rem}.avis-stars{color:var(--gold);font-size:1.25rem}.avis-score{font-size:1.125rem;font-weight:600}.avis-count{font-size:.875rem;color:var(--ink-light)}.avis-grid{max-width:1100px;margin:3rem auto 1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:768px){.avis-grid{grid-template-columns:1fr}}.avis-card{background:#fff;border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow);border-left:3px solid var(--terracotta)}.avis-card__stars{color:var(--gold);margin-bottom:.75rem}.avis-card__text{font-family:Cormorant Garamond,serif;font-size:1.0625rem;font-style:italic;line-height:1.6;margin-bottom:1rem}.avis-card__footer{display:flex;align-items:center;gap:.5rem}.avis-card strong{font-size:.875rem;font-weight:600}.avis-card__date{font-size:.8125rem;color:var(--ink-light)}.avis-disclaimer{text-align:center;font-size:.8125rem;color:var(--ink-light);max-width:600px;margin:0 auto}.about-section{padding:5rem 1.5rem;background:var(--cream)}.about-section__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.about-section__inner{grid-template-columns:1fr;gap:2.5rem}}.about-eyebrow{display:block;font-size:.8125rem;letter-spacing:.12em;text-transform:uppercase;color:var(--terracotta);margin-bottom:1rem}.about-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.25rem}.about-title em{color:var(--terracotta);font-style:italic}.about-list{list-style:none;margin:1.25rem 0 2rem}.about-list li{padding:.4rem 0;font-size:.9375rem;color:var(--ink-light)}.about-section__stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.stat-block{background:#fff;border-radius:var(--radius-lg);padding:1.75rem;text-align:center;box-shadow:var(--shadow);border-top:3px solid var(--terracotta)}.stat-number{display:block;font-family:Cormorant Garamond,serif;font-size:2.25rem;color:var(--terracotta);font-weight:400}.stat-label{font-size:.8125rem;color:var(--ink-light);text-transform:uppercase;letter-spacing:.06em}.breadcrumb{padding:1rem 1.5rem;max-width:1280px;margin:0 auto}.breadcrumb__list{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--ink-light);list-style:none;flex-wrap:wrap}.breadcrumb__separator{color:#ccc}.breadcrumb__item a{color:var(--ink-light)}.breadcrumb__item a:hover{color:var(--terracotta)}.breadcrumb__item--current{color:var(--ink)}.product-page{max-width:1280px;margin:0 auto;padding:0 1.5rem 5rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:1.5rem}@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:2rem}}.product-gallery__main img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-lg)}.product-gallery__placeholder{aspect-ratio:1;background:var(--ivory);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center}.product-gallery__thumbs{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.product-gallery__thumb{border:2px solid transparent;border-radius:var(--radius);overflow:hidden;cursor:pointer;padding:0;background:none;transition:border-color var(--transition)}.product-gallery__thumb.active{border-color:var(--terracotta)}.product-gallery__thumb img{width:72px;height:72px;object-fit:cover;display:block}.product-info{position:sticky;top:100px;height:fit-content}.product-info__collection{font-size:.8125rem;color:var(--terracotta);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.product-info__title{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:1rem}.product-info__price-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.25rem}.product-info__price{font-size:1.625rem;font-weight:500}.product-info__compare-price{font-size:1.125rem;color:#999;text-decoration:line-through}.product-info__badge-promo{font-size:.75rem;background:var(--terracotta);color:#fff;padding:.2rem .6rem;border-radius:50px;font-weight:600}.product-badges{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem}.product-badge{font-size:.75rem;padding:.3rem .75rem;background:var(--ivory);border:1px solid var(--border);border-radius:50px;color:var(--ink-light)}.product-option{margin-bottom:1.25rem}.product-option__label{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;display:block;margin-bottom:.5rem}.product-option__values{display:flex;gap:.5rem;flex-wrap:wrap}.option-value input[type=radio]{display:none}.option-value span{display:block;padding:.5rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.875rem;cursor:pointer;transition:all var(--transition)}.option-value input:checked+span{border-color:var(--terracotta);background:#c4724a14}.product-form__actions{margin:1.5rem 0}.product-form__add{font-size:1rem;padding:1.1rem 2rem}.product-description{border-top:1px solid var(--border);padding-top:1.5rem;margin-top:1.5rem}.product-description__title{font-size:1.125rem;margin-bottom:.75rem}.rte{font-size:.9375rem;line-height:1.75;color:var(--ink-light)}.rte p{margin-bottom:.75rem}.rte ul{list-style:disc;padding-left:1.25rem}.rte li{margin-bottom:.375rem}.product-accordion{margin-top:1.5rem;border-top:1px solid var(--border)}.accordion-item{border-bottom:1px solid var(--border)}.accordion-item__trigger{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;background:none;border:none;font-family:Jost,sans-serif;font-size:.9375rem;font-weight:500;cursor:pointer;text-align:left;color:var(--ink)}.accordion-icon{transition:transform var(--transition)}details[open] .accordion-icon{transform:rotate(180deg)}.accordion-item__content{padding:0 0 1rem;font-size:.9rem;color:var(--ink-light);line-height:1.7}.accordion-item__content ul{list-style:disc;padding-left:1.25rem}.accordion-item__content li{margin-bottom:.375rem}.product-link{color:var(--terracotta);font-size:.875rem}.product-legal{margin-top:1.5rem;padding:1rem;background:var(--ivory);border-radius:var(--radius);border:1px solid var(--border)}.product-legal__text{font-size:.8125rem;color:var(--ink-light)}.related-products{margin-top:5rem;padding-top:3rem;border-top:1px solid var(--border)}.related-products__title{font-size:1.75rem;margin-bottom:2rem;text-align:center}.collection-page{max-width:1280px;margin:0 auto;padding:0 1.5rem 5rem}.collection-header{text-align:center;padding:2rem 0 1rem}.collection-header__title{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:.75rem}.collection-header__desc{max-width:600px;margin:0 auto;color:var(--ink-light)}.collection-header__count{font-size:.875rem;color:var(--ink-light);margin-top:.5rem}.collection-toolbar{display:flex;justify-content:flex-end;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.collection-toolbar__label{font-size:.875rem;margin-right:.5rem;color:var(--ink-light)}.collection-toolbar__select{font-family:Jost,sans-serif;font-size:.875rem;padding:.4rem 2rem .4rem .75rem;border:1.5px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--ink);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%234A4A4A' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center}.collection-empty{text-align:center;padding:5rem 1.5rem}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;flex-wrap:wrap}.pagination__link,.pagination__current,.pagination__ellipsis{padding:.5rem .875rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;border:1.5px solid var(--border);transition:all var(--transition);min-width:36px;text-align:center}.pagination__link:hover{border-color:var(--terracotta);color:var(--terracotta);text-decoration:none}.pagination__current{background:var(--terracotta);color:#fff;border-color:var(--terracotta)}.site-footer{background:var(--ink);color:#fffc;padding-top:4rem}.footer-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem 3rem;display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:3rem}@media(max-width:1024px){.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer-inner{grid-template-columns:1fr;gap:2rem}}.footer-tagline{font-size:.875rem;margin-top:1rem;line-height:1.6;color:#fff9}.footer-badges{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.badge{font-size:.75rem;padding:.25rem .75rem;background:#ffffff14;border-radius:50px;border:1px solid rgba(255,255,255,.15);color:#ffffffb3}.footer-heading{font-family:Jost,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin-bottom:1.25rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{font-size:.875rem;color:#fff9;transition:color var(--transition)}.footer-col a:hover{color:var(--gold);text-decoration:none}.footer-newsletter-text{font-size:.875rem;color:#fff9;margin-bottom:1rem}.newsletter-row{display:flex;gap:.5rem}.newsletter-row input[type=email]{flex:1;padding:.7rem 1rem;background:#ffffff14;border:1.5px solid rgba(255,255,255,.2);border-radius:var(--radius);color:#fff;font-family:Jost,sans-serif;font-size:.875rem}.newsletter-row input[type=email]::placeholder{color:#fff6}.newsletter-row input[type=email]:focus{outline:none;border-color:var(--gold)}.newsletter-consent{font-size:.75rem;color:#ffffff73;margin-top:.5rem}.newsletter-consent a{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 1.5rem;text-align:center}.footer-bottom p{font-size:.8125rem;color:#fff6}.footer-bottom a{color:#ffffff80}.footer-bottom a:hover{color:var(--gold);text-decoration:none}.template-page main{max-width:860px;margin:0 auto;padding:3rem 1.5rem 5rem}.template-page h1{font-size:clamp(1.75rem,4vw,2.75rem);margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.template-page h2{font-size:1.375rem;margin:2rem 0 .75rem}.template-page h3{font-size:1.125rem;margin:1.5rem 0 .5rem}.template-page p,.template-page li{font-size:.9375rem;line-height:1.75;color:var(--ink-light);margin-bottom:.75rem}.template-page ul,.template-page ol{padding-left:1.5rem;margin-bottom:1rem}.template-page li{margin-bottom:.375rem}.template-page table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.875rem}.template-page th{background:var(--ivory);text-align:left;padding:.75rem 1rem;font-weight:600;border:1px solid var(--border)}.template-page td{padding:.75rem 1rem;border:1px solid var(--border);vertical-align:top}.template-page a{color:var(--terracotta)}.template-cart main{max-width:960px;margin:0 auto;padding:2rem 1.5rem 5rem}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}@media(prefers-reduced-motion:no-preference){.product-card{animation:fadeInUp .4s ease backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/veluna.css.map */
