:root{--turquoise:#13b8b0;--ink:#1f2524;--cream:#f7f2e9;--sand:#eadfce;--white:#fff;--muted:#737775;--max:1220px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:40;height:82px;background:rgba(255,255,255,.96);display:flex;align-items:center;gap:32px;padding:0 max(24px,calc((100vw - var(--max))/2));border-bottom:1px solid #eee}.brand{margin-right:auto}.brand img{width:190px;max-height:58px;object-fit:contain}.site-header nav{display:flex;gap:24px;font-size:14px}.site-header nav a:hover{color:var(--turquoise)}.cart-toggle,.add-cart-button,.detail-cart-button{border:0;background:var(--turquoise);color:#fff;cursor:pointer;transition:.2s ease}.cart-toggle{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;position:relative}.cart-toggle svg,.add-cart-button svg,.detail-cart-button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.cart-toggle:hover,.add-cart-button:hover,.detail-cart-button:hover{color:#000}.cart-count{position:absolute;right:-4px;top:-5px;background:#111;color:#fff;min-width:20px;height:20px;padding:0 5px;border-radius:10px;font-size:11px;display:grid;place-items:center}.hero{min-height:560px;background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.73) 42%,rgba(255,255,255,.05) 70%),url('../img/hero.jpg') center/cover no-repeat;display:flex;align-items:center}.hero-copy{width:min(var(--max),calc(100% - 48px));margin:auto;padding:70px 0}.eyebrow,.section-heading>span{font-size:13px;letter-spacing:.16em;font-weight:700;color:var(--turquoise)}h1,h2,h3{line-height:1.08;margin-top:0}.hero h1{font-family:Georgia,serif;font-size:clamp(44px,6vw,78px);margin:16px 0 22px;max-width:780px}.hero p{max-width:500px;font-size:18px}.primary-link,.checkout-link{display:inline-block;background:var(--turquoise);color:white;padding:14px 20px;font-weight:700;margin-top:14px}.benefits{max-width:var(--max);margin:0 auto;padding:38px 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;border-bottom:1px solid #eee}.benefits div{display:flex;gap:14px;align-items:center}.benefits strong{font-size:28px;color:var(--turquoise)}.benefits span{font-size:14px}.shop-section{max-width:var(--max);margin:auto;padding:78px 24px}.section-heading{text-align:center;max-width:700px;margin:0 auto 45px}.section-heading h2{font-family:Georgia,serif;font-size:clamp(34px,4.5vw,54px);margin:10px 0 16px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 24px}.product-card{border:1px solid #ece8e0;background:#fff;display:flex;flex-direction:column;min-width:0;transition:transform .18s,box-shadow .18s}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.08)}.product-card-link{display:block}.product-image-wrap{aspect-ratio:1/1;background:var(--cream);overflow:hidden}.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.product-card:hover .product-image-wrap img{transform:scale(1.025)}.product-card-copy{padding:18px 18px 8px}.product-tag{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:var(--turquoise);font-weight:700}.product-card h3{font-family:Georgia,serif;font-size:23px;margin:6px 0 0}.product-card-bottom{margin-top:auto;padding:8px 18px 18px}.product-price{font-size:20px;font-weight:700;margin-bottom:12px}.quick-add{display:flex;align-items:end;gap:8px}.quick-add label,.detail-add label{font-size:12px;font-weight:700;display:grid;gap:5px;flex:1}.quick-add input,.quick-add select,.detail-add input,.detail-add select{width:100%;height:44px;border:1px solid #d7d5d0;background:#fff;padding:0 10px;font:inherit}.add-cart-button{width:48px;height:48px;display:grid;place-items:center;flex:0 0 48px}.about-section{background:var(--cream);padding:80px 24px}.about-section>div{max-width:760px;margin:auto;text-align:center}.about-section h2{font-family:Georgia,serif;font-size:44px}.about-section p{font-size:17px}footer{max-width:var(--max);margin:auto;padding:50px 24px;text-align:center}footer img{width:200px;margin:0 auto 22px}footer nav{display:flex;justify-content:center;flex-wrap:wrap;gap:8px 18px;font-size:13px}.product-page{max-width:var(--max);margin:auto;padding:46px 24px 90px}.back-link{display:inline-block;margin-bottom:28px;color:var(--turquoise);font-weight:700}.product-detail{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:62px}.gallery-main{aspect-ratio:1/1;background:var(--cream);overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:contain}.image-placeholder{height:100%;display:grid;place-items:center;color:var(--muted)}.gallery-thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:9px;margin-top:12px}.gallery-thumb{padding:0;border:2px solid transparent;background:var(--cream);cursor:pointer;aspect-ratio:1/1;overflow:hidden}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb.is-active{border-color:var(--turquoise)}.product-info{padding-top:10px}.product-info h1{font-family:Georgia,serif;font-size:clamp(38px,5vw,62px);margin:10px 0 18px}.detail-price{font-size:29px;font-weight:700;margin-bottom:22px}.product-description{font-size:17px;margin-bottom:30px;white-space:normal}.detail-add{display:grid;gap:16px;max-width:430px}.detail-cart-button{height:54px;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:700;font-size:15px}.cart-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.34);z-index:70;opacity:0;pointer-events:none;transition:.2s}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(440px,94vw);background:#fff;z-index:80;padding:25px;transform:translateX(102%);transition:.24s;display:flex;flex-direction:column;box-shadow:-15px 0 35px rgba(0,0,0,.15)}.cart-open .cart-backdrop{opacity:1;pointer-events:auto}.cart-open .cart-drawer{transform:translateX(0)}.cart-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;padding-bottom:15px}.cart-head h2{margin:0;font-family:Georgia,serif;font-size:28px}.cart-close{font-size:32px;background:none;border:0;cursor:pointer}.cart-items{overflow:auto;flex:1}.cart-empty{color:var(--muted);padding:30px 0}.cart-row{position:relative;display:grid;grid-template-columns:58px 1fr auto;gap:12px;padding:16px 24px 16px 0;border-bottom:1px solid #eee;align-items:start}.cart-row>img{width:58px;height:58px;object-fit:cover;background:var(--cream)}.cart-row-copy strong{display:block;font-size:14px}.cart-row-copy small{display:block;color:var(--muted);margin-top:2px}.qty{display:flex;align-items:center;gap:8px;margin-top:8px}.qty button{width:25px;height:25px;border:1px solid #ddd;background:#fff;cursor:pointer}.cart-row-price{font-size:13px;font-weight:700}.remove{position:absolute;right:0;top:11px;border:0;background:none;font-size:21px;cursor:pointer;color:#999}.cart-total{display:flex;justify-content:space-between;padding:20px 0 8px;border-top:1px solid #ddd;font-size:17px}.checkout-link{text-align:center;width:100%}@media(max-width:900px){.site-header nav{display:none}.benefits{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr;gap:35px}.gallery-thumbs{grid-template-columns:repeat(6,1fr)}}@media(max-width:600px){.site-header{height:70px;padding:0 16px}.brand img{width:155px}.hero{min-height:520px;background-position:center}.hero-copy{width:calc(100% - 32px)}.benefits{grid-template-columns:1fr;padding:28px 16px}.shop-section{padding:55px 16px}.product-grid{grid-template-columns:1fr}.about-section{padding:55px 16px}.about-section h2{font-size:36px}.product-page{padding:30px 16px 65px}.gallery-thumbs{grid-template-columns:repeat(3,1fr)}.product-info h1{font-size:40px}}

.iva-note{display:block;margin-top:3px;font-size:.72em;font-weight:500;color:#687985;line-height:1.2}
.detail-price .iva-note{display:inline-block;margin:0 0 0 6px;font-size:.48em;vertical-align:middle}
.cart-total small{font-size:.72em;font-weight:500;color:#687985}

/* Product detail: stacked layout (title, image row, description/options, cart) */
.product-detail-stacked{display:block}
.product-detail-head{max-width:900px;margin:0 auto 30px;text-align:center}
.product-detail-head h1{font-family:Georgia,serif;font-size:clamp(38px,5vw,62px);margin:10px 0 14px}
.product-detail-head .detail-price{margin-bottom:0}
.product-gallery-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:0 auto 38px;width:100%}
.product-gallery-tile{display:block;padding:0;border:1px solid #e5e0d8;background:var(--cream);aspect-ratio:1/1;overflow:hidden;cursor:zoom-in}
.product-gallery-tile img{width:100%;height:100%;object-fit:contain;transition:transform .2s ease}
.product-gallery-tile:hover img{transform:scale(1.025)}
.product-gallery-tile:focus-visible{outline:3px solid var(--turquoise);outline-offset:2px}
.product-gallery-empty{min-height:260px}
.product-purchase{max-width:760px;margin:0 auto}
.product-purchase .product-description{margin-bottom:28px}
.product-description-link{color:var(--turquoise);font-weight:700;text-decoration:underline;text-underline-offset:2px}
.product-description-link:hover{color:#111}
.product-purchase .detail-add{max-width:none}
.product-purchase .detail-cart-button{width:100%;margin-top:4px}
@media(max-width:1000px){.product-gallery-row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.product-detail-head{text-align:left}.product-gallery-row{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:28px}.product-purchase{max-width:none}}
