:root{
  --coffee:#5a3828;
  --coffee-2:#77513c;
  --terracotta:#b66f4d;
  --terracotta-dark:#99583a;
  --sand:#ead8c8;
  --cream:#fbf7f1;
  --paper:#fffdf9;
  --ink:#2f261f;
  --muted:#806f63;
  --line:#eadfd5;
  --shadow:0 18px 50px rgba(90,56,40,.10);
  --radius-xl:28px;
  --radius-lg:22px;
  --radius-md:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;-webkit-font-smoothing:antialiased}
button,input{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}

.topbar{position:sticky;top:0;z-index:50;background:rgba(251,247,241,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(90,56,40,.08)}
.topbar__inner{position:relative;width:min(1180px,calc(100% - 40px));height:164px;margin:auto;display:flex;align-items:center;justify-content:flex-end}
.brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;width:145px;height:145px;align-items:center;justify-content:center;overflow:visible;background:transparent;text-decoration:none;z-index:2}
.brand img{width:100%;height:100%;object-fit:contain;transform:none;border-radius:0}
.header-actions{display:flex;align-items:center;gap:8px}
.icon-btn,.cart-btn{position:relative;width:44px;height:44px;border:1px solid var(--line);background:rgba(255,255,255,.76);border-radius:14px;color:var(--coffee);display:grid;place-items:center;transition:.2s ease}
.icon-btn:hover,.cart-btn:hover{transform:translateY(-2px);border-color:#d8c3b3;background:#fff}
.icon-btn svg,.cart-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cart-btn span{position:absolute;right:-5px;top:-7px;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:var(--terracotta);color:#fff;font-weight:700;font-size:11px;display:grid;place-items:center;border:2px solid var(--cream)}

.intro{text-align:center;padding:74px 0 48px}
.intro__eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.22em;font-size:11px;font-weight:700;color:var(--terracotta-dark);margin-bottom:16px}
.intro__eyebrow:before,.intro__eyebrow:after{content:'';width:26px;height:1px;background:#ceb09c}
.intro h1{font-family:'Playfair Display',serif;font-size:clamp(38px,5vw,68px);line-height:1.02;max-width:860px;margin:0 auto;color:var(--coffee);font-weight:700;letter-spacing:-.025em}
.intro h1 em{font-style:italic;color:var(--terracotta)}
.intro p{max-width:670px;margin:20px auto 0;color:var(--muted);line-height:1.7;font-size:16px}

.shop{padding-bottom:76px}
.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}
.category-switch{display:flex;gap:10px;flex-wrap:wrap}
.category-pill{border:1px solid var(--line);background:rgba(255,255,255,.68);color:var(--coffee-2);padding:11px 19px;border-radius:999px;font-weight:700;font-size:14px;transition:.2s ease}
.category-pill:hover{background:#fff;border-color:#d6c0af}
.category-pill.active{background:var(--coffee);border-color:var(--coffee);color:#fff;box-shadow:0 8px 22px rgba(90,56,40,.18)}
.result-count{font-size:13px;color:var(--muted)}
.result-count strong{color:var(--coffee)}
.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.product-card{min-width:0;background:var(--paper);border:1px solid rgba(120,87,63,.08);border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 4px 18px rgba(83,54,37,.05);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:rgba(120,87,63,.14)}
.product-card[hidden]{display:none!important}
.product-media{position:relative;aspect-ratio:1/1.04;overflow:hidden;background:#f2e9df;display:block;text-decoration:none}
.product-main-image{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.product-card:hover .product-main-image{transform:scale(1.04)}
.badge{position:absolute;z-index:3;left:14px;top:14px;background:rgba(255,253,249,.92);backdrop-filter:blur(8px);border:1px solid rgba(90,56,40,.08);color:var(--coffee);padding:7px 10px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.view-product{position:absolute;left:50%;bottom:14px;transform:translate(-50%,10px);opacity:0;white-space:nowrap;background:rgba(90,56,40,.9);color:#fff;padding:9px 14px;border-radius:999px;font-size:11px;font-weight:800;transition:.25s ease;box-shadow:0 8px 20px rgba(61,39,26,.14)}
.product-card:hover .view-product{opacity:1;transform:translate(-50%,0)}
.product-info{padding:17px 17px 18px}
.product-category{text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:800;color:var(--terracotta);margin-bottom:6px}
.product-info h2{font-family:'Playfair Display',serif;font-size:19px;line-height:1.18;color:var(--coffee);margin:0;min-height:46px;font-weight:700}.product-info h2 a{color:inherit;text-decoration:none}.product-info h2 a:hover{color:var(--terracotta-dark)}
.product-footer{margin-top:17px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.price{font-size:18px;font-weight:800;color:var(--ink);letter-spacing:-.02em}
.add-btn{width:41px;height:41px;border:none;border-radius:14px;background:var(--coffee);color:#fff;display:grid;place-items:center;box-shadow:0 8px 18px rgba(90,56,40,.18);transition:.2s ease}
.add-btn:hover{background:var(--terracotta-dark);transform:translateY(-2px)}
.add-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.empty-state{text-align:center;padding:70px 20px;color:var(--muted)}
.empty-state__icon{font-size:46px;color:#cdb8a8}.empty-state h3{color:var(--coffee);margin:10px 0 4px}.empty-state p{margin:0}

.promise-strip{background:#f3e6da;border-top:1px solid rgba(90,56,40,.06);border-bottom:1px solid rgba(90,56,40,.06)}
.promise-strip__inner{display:grid;grid-template-columns:repeat(3,1fr);padding:28px 0;gap:24px;text-align:center}
.promise-strip strong{display:block;color:var(--coffee);font-family:'Playfair Display',serif;font-size:17px;margin-bottom:4px}
.promise-strip span{color:var(--muted);font-size:13px}
.footer{padding:42px 0 34px;background:#fffaf5}
.footer__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;color:var(--muted);font-size:13px}
.footer-logo{width:110px;height:110px;border-radius:0;object-fit:contain;transform:none;margin-bottom:10px}.footer p{margin:0}

.search-overlay{position:fixed;inset:0;z-index:100;background:rgba(43,31,23,.48);backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:.22s ease;display:flex;align-items:flex-start;justify-content:center;padding:110px 20px}
.search-overlay.is-open{opacity:1;visibility:visible}
.search-box{position:relative;width:min(680px,100%);background:var(--paper);border-radius:26px;padding:30px;box-shadow:0 30px 70px rgba(45,29,20,.24)}
.search-box>span{display:block;font-family:'Playfair Display',serif;color:var(--coffee);font-size:24px;font-weight:700;margin-bottom:16px}
.close-btn{border:0;background:transparent;color:var(--muted);font-size:32px;line-height:1;padding:0;width:38px;height:38px;display:grid;place-items:center;border-radius:12px}.search-box>.close-btn{position:absolute;right:18px;top:16px}.close-btn:hover{background:#f3e8de;color:var(--coffee)}
.search-input-wrap{display:flex;align-items:center;gap:11px;border:1px solid #dcc9ba;border-radius:16px;background:#fff;padding:0 14px}
.search-input-wrap svg{width:19px;height:19px;fill:none;stroke:var(--terracotta);stroke-width:1.8;stroke-linecap:round}
.search-input-wrap input{width:100%;border:0;outline:0;background:transparent;padding:15px 0;color:var(--ink);font-size:15px}
.search-input-wrap input::placeholder{color:#a89485}

.drawer-backdrop{position:fixed;inset:0;z-index:89;background:rgba(43,31,23,.38);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:.22s ease}.drawer-backdrop.is-open{opacity:1;visibility:visible}
.cart-drawer{position:fixed;right:0;top:0;bottom:0;z-index:90;width:min(430px,100%);background:var(--paper);transform:translateX(100%);transition:transform .3s cubic-bezier(.22,.61,.36,1);box-shadow:-25px 0 60px rgba(49,31,20,.16);display:flex;flex-direction:column}
.cart-drawer.is-open{transform:translateX(0)}
.cart-header{display:flex;justify-content:space-between;align-items:flex-start;padding:26px 24px 20px;border-bottom:1px solid var(--line)}
.cart-header span{text-transform:uppercase;letter-spacing:.15em;color:var(--terracotta);font-size:10px;font-weight:800}.cart-header h2{font-family:'Playfair Display',serif;color:var(--coffee);font-size:28px;margin:3px 0 0}
.cart-items{padding:10px 20px;overflow:auto;flex:1}
.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);align-items:center}
.cart-item img{width:72px;height:72px;border-radius:14px;object-fit:cover;background:#f2e6dc}.cart-item h4{margin:0 0 4px;color:var(--coffee);font-size:14px;line-height:1.25}.cart-item p{margin:0;color:var(--muted);font-size:13px}.cart-item strong{display:block;margin-top:6px;font-size:14px}.remove-item{border:0;background:transparent;color:#aa8d7b;font-size:18px;padding:6px}.remove-item:hover{color:#8b4d34}
.cart-empty{margin:auto;text-align:center;padding:40px;color:var(--muted)}.cart-empty__icon{font-size:42px;color:#c9ad99}.cart-empty h3{font-family:'Playfair Display',serif;color:var(--coffee);font-size:22px;margin:8px 0}.cart-empty p{margin:0;line-height:1.5;font-size:14px}
.cart-summary{padding:20px 24px 24px;border-top:1px solid var(--line);background:#fffaf5}.cart-total{display:flex;justify-content:space-between;align-items:center;color:var(--coffee);margin-bottom:14px}.cart-total strong{font-size:22px}.checkout-btn{width:100%;border:0;border-radius:15px;background:var(--coffee);color:#fff;padding:15px;font-weight:800;box-shadow:0 10px 24px rgba(90,56,40,.18)}.checkout-btn:hover{background:var(--terracotta-dark)}.cart-summary small{display:block;text-align:center;color:#9b8779;margin-top:9px}

.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:40;width:54px;height:54px;border:0;border-radius:50%;background:#5d8f65;color:#fff;box-shadow:0 12px 28px rgba(47,92,57,.24);display:grid;place-items:center;transition:.2s ease}.whatsapp-float:hover{transform:translateY(-3px) scale(1.03)}.whatsapp-float svg{width:28px;height:28px;fill:currentColor}
body.no-scroll{overflow:hidden}

@media(max-width:1020px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){
  .container{width:min(100% - 28px,1180px)}
  .topbar__inner{width:calc(100% - 28px);height:126px}.brand{width:108px;height:108px}
  .intro{padding:52px 0 36px}.intro p{font-size:15px;margin-top:16px}
  .shop-toolbar{align-items:flex-start;flex-direction:column;margin-bottom:18px}.result-count{display:none}
  .category-switch{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.category-pill{padding:10px 12px}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
  .product-card{border-radius:20px}.product-info{padding:13px}.product-info h2{font-size:16px;min-height:39px}.product-category{font-size:9px}.price{font-size:16px}.add-btn{width:37px;height:37px;border-radius:12px}
  .badge{left:10px;top:10px;padding:6px 8px;font-size:9px}.view-product{display:none}
  .promise-strip__inner{grid-template-columns:1fr;padding:24px 0;gap:18px}.promise-strip__inner div+div{padding-top:18px;border-top:1px solid rgba(90,56,40,.08)}
  .footer__inner{align-items:flex-start;flex-direction:column}.footer-note{padding-top:8px}
  .search-overlay{padding-top:88px}.search-box{padding:25px 18px 20px;border-radius:22px}.search-box>span{font-size:21px;padding-right:34px}
  .whatsapp-float{right:14px;bottom:14px;width:50px;height:50px}
}
@media(max-width:390px){
  .header-actions{gap:5px}.icon-btn,.cart-btn{width:40px;height:40px;border-radius:12px}.brand{width:98px;height:98px}
  .intro h1{font-size:36px}.products-grid{gap:10px}.product-info{padding:11px}.product-info h2{font-size:15px}.price{font-size:15px}
}


/* FICHA DE PRODUCTO */
.breadcrumb{display:flex;gap:9px;align-items:center;flex-wrap:wrap;padding:30px 0 20px;color:var(--muted);font-size:12px}.breadcrumb a{color:var(--terracotta-dark);text-decoration:none}.breadcrumb strong{font-weight:600;color:var(--coffee);max-width:55ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumb span{color:#c6b2a4}
.product-detail{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:64px;align-items:start;padding-bottom:78px}.gallery{min-width:0}.gallery-main{position:relative;aspect-ratio:1/1;background:#f1e6dc;border-radius:32px;overflow:hidden;border:1px solid rgba(90,56,40,.07);box-shadow:0 14px 42px rgba(90,56,40,.08)}.gallery-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.015);transition:opacity .32s ease,transform .5s ease}.gallery-slide.is-active{opacity:1;transform:scale(1)}.detail-badge{left:20px;top:20px}.gallery-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:46px;height:46px;border:1px solid rgba(90,56,40,.08);border-radius:50%;background:rgba(255,253,249,.9);color:var(--coffee);display:grid;place-items:center;box-shadow:0 8px 24px rgba(90,56,40,.12);transition:.2s ease}.gallery-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.gallery-arrow--prev{left:18px}.gallery-arrow--next{right:18px}.gallery-arrow svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.gallery-thumbs{display:flex;gap:12px;margin-top:14px;overflow-x:auto;padding:2px}.gallery-thumb{flex:0 0 88px;width:88px;height:88px;border-radius:16px;border:2px solid transparent;background:#f2e7dd;padding:0;overflow:hidden;transition:.2s ease}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb.is-active{border-color:var(--terracotta);box-shadow:0 5px 16px rgba(144,82,51,.14)}
.product-detail__info{padding-top:18px}.detail-category{text-transform:uppercase;letter-spacing:.17em;color:var(--terracotta-dark);font-weight:800;font-size:11px;margin-bottom:10px}.product-detail__info h1{font-family:'Playfair Display',serif;font-size:clamp(38px,4.2vw,58px);line-height:1.03;letter-spacing:-.025em;color:var(--coffee);margin:0}.detail-price{font-size:28px;line-height:1;font-weight:800;color:var(--ink);margin:24px 0 12px}.stock-line{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.stock-line span{width:8px;height:8px;border-radius:50%}.stock-line.in-stock{color:#57745a}.stock-line.in-stock span{background:#6f936f;box-shadow:0 0 0 4px rgba(111,147,111,.12)}.stock-line.out-stock{color:#9d5d4f}.stock-line.out-stock span{background:#b66f5e}.detail-description{font-size:16px;line-height:1.75;color:var(--muted);margin:25px 0 28px;max-width:62ch}.buy-row{display:grid;grid-template-columns:132px 1fr;gap:12px;margin-bottom:30px}.qty-control{height:54px;display:grid;grid-template-columns:40px 1fr 40px;border:1px solid #dcc9ba;border-radius:16px;background:#fff;overflow:hidden}.qty-control button{border:0;background:transparent;color:var(--coffee);font-size:20px}.qty-control button:hover{background:#f7ede5}.qty-control input{min-width:0;width:100%;border:0;outline:0;text-align:center;background:transparent;color:var(--ink);font-weight:800;appearance:textfield}.qty-control input::-webkit-outer-spin-button,.qty-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.detail-add-btn{height:54px;border:0;border-radius:16px;background:var(--coffee);color:#fff;font-weight:800;padding:0 24px;box-shadow:0 12px 28px rgba(90,56,40,.18);transition:.2s ease}.detail-add-btn:hover{background:var(--terracotta-dark);transform:translateY(-2px)}.detail-add-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.detail-facts{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:7px 0}.detail-facts>div{display:grid;grid-template-columns:100px 1fr;gap:14px;padding:13px 0}.detail-facts>div+div{border-top:1px solid rgba(90,56,40,.07)}.detail-facts span{text-transform:uppercase;letter-spacing:.11em;font-size:9px;font-weight:800;color:var(--terracotta)}.detail-facts strong{font-size:13px;color:var(--coffee);font-weight:600;line-height:1.45}.detail-help{margin-top:24px;padding:18px 20px;background:#f3e6da;border-radius:18px;color:var(--coffee)}.detail-help strong{display:block;font-family:'Playfair Display',serif;font-size:17px;margin-bottom:4px}.detail-help span{font-size:13px;color:var(--muted)}
.related{padding-bottom:82px}.section-heading{text-align:center;margin-bottom:26px}.section-heading span{text-transform:uppercase;letter-spacing:.18em;font-size:10px;font-weight:800;color:var(--terracotta)}.section-heading h2{font-family:'Playfair Display',serif;color:var(--coffee);font-size:32px;margin:7px 0 0}.related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.search-hint{display:block;margin-top:10px;color:var(--muted);font-size:12px}.not-found{text-align:center;padding:110px 20px}.not-found>span{display:block;font-size:12px;font-weight:800;letter-spacing:.2em;color:var(--terracotta)}.not-found h1{font-family:'Playfair Display',serif;color:var(--coffee);font-size:44px;margin:10px 0}.not-found p{color:var(--muted);margin-bottom:26px}.primary-link{display:inline-flex;text-decoration:none;background:var(--coffee);color:#fff;padding:13px 20px;border-radius:14px;font-weight:800}
@media(max-width:1020px){.product-detail{grid-template-columns:1fr 1fr;gap:34px}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.breadcrumb{padding:20px 0 14px}.breadcrumb strong{max-width:26ch}.product-detail{grid-template-columns:1fr;gap:26px;padding-bottom:58px}.gallery-main{border-radius:24px}.gallery-arrow{width:40px;height:40px}.gallery-arrow--prev{left:12px}.gallery-arrow--next{right:12px}.gallery-thumb{flex-basis:72px;width:72px;height:72px;border-radius:13px}.product-detail__info{padding-top:0}.product-detail__info h1{font-size:38px}.detail-price{font-size:25px;margin-top:18px}.detail-description{font-size:15px;margin:20px 0 24px}.buy-row{grid-template-columns:116px 1fr}.related{padding-bottom:58px}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading h2{font-size:27px}}
@media(max-width:390px){.buy-row{grid-template-columns:1fr}.qty-control{width:126px}.detail-facts>div{grid-template-columns:84px 1fr}.gallery-thumb{flex-basis:64px;width:64px;height:64px}}

/* CARRITO - FASE 3 */
.cart-btn span{transition:opacity .18s ease,transform .18s ease}
.cart-btn span.is-empty{opacity:0;transform:scale(.7);pointer-events:none}
.cart-drawer{width:min(470px,100%);background:#fffdf9}
.cart-header{padding:27px 26px 21px;background:linear-gradient(180deg,#fffdf9 0%,#fffaf5 100%)}
.cart-header h2{display:flex;align-items:baseline;gap:10px}
.cart-header h2 small{font-family:'DM Sans',sans-serif;font-size:11px;font-weight:600;color:var(--muted);letter-spacing:0}
.cart-items{padding:4px 24px 10px;scrollbar-width:thin;scrollbar-color:#d8c2b1 transparent}
.cart-item{display:grid;grid-template-columns:88px minmax(0,1fr);gap:14px;padding:18px 0;border-bottom:1px solid var(--line);align-items:start}
.cart-item__media{display:block;width:88px;height:100px;border-radius:18px;overflow:hidden;background:#f2e6dc;border:1px solid rgba(90,56,40,.06)}
.cart-item__media img,.cart-item img{width:100%;height:100%;border-radius:0;object-fit:cover;background:#f2e6dc}
.cart-item__body{min-width:0;padding-top:1px}
.cart-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.cart-item__title{color:var(--coffee);font-family:'Playfair Display',serif;font-weight:700;font-size:16px;line-height:1.22;text-decoration:none;min-width:0}
.cart-item__title:hover{color:var(--terracotta-dark)}
.cart-remove{flex:0 0 auto;border:0;background:transparent;padding:2px 0 4px 6px;color:#aa8d7b;font-size:11px;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.cart-remove:hover{color:var(--terracotta-dark)}
.cart-item__unit{margin-top:6px;color:var(--muted);font-size:11px}
.cart-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:13px}
.cart-qty{display:grid;grid-template-columns:31px 34px 31px;height:34px;border:1px solid #dcc9ba;border-radius:11px;overflow:hidden;background:#fff}
.cart-qty__btn{border:0;background:transparent;color:var(--coffee);font-size:17px;line-height:1;display:grid;place-items:center}
.cart-qty__btn:hover:not(:disabled){background:#f7ede5}
.cart-qty__btn:disabled{opacity:.35;cursor:not-allowed}
.cart-qty__value{display:grid;place-items:center;border-left:1px solid #efe3d9;border-right:1px solid #efe3d9;color:var(--ink);font-size:12px;font-weight:800}
.cart-item__total{margin:0!important;color:var(--ink);font-size:15px!important;white-space:nowrap}
.cart-empty{margin:auto;padding:58px 36px;color:var(--muted)}
.cart-empty__icon{width:66px;height:66px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:#f4e8dd;color:#b8896c;font-size:31px}
.cart-empty h3{font-size:25px;margin:10px 0 8px}
.cart-empty p{max-width:300px;margin:0 auto;line-height:1.65}
.continue-shopping-btn{margin-top:20px;border:1px solid #d9c4b4;background:#fff;color:var(--coffee);padding:11px 17px;border-radius:13px;font-weight:800;font-size:12px}
.continue-shopping-btn:hover{background:#f7ede5}
.cart-summary{padding:18px 26px 24px;background:#fffaf5;box-shadow:0 -12px 32px rgba(90,56,40,.035)}
.cart-summary__line{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px;margin-bottom:10px}
.cart-summary__line strong{color:var(--coffee-2);font-weight:700}
.cart-total{padding-top:12px;border-top:1px solid var(--line);margin-bottom:9px;font-size:14px}
.cart-total strong{font-size:24px;letter-spacing:-.03em}
.cart-shipping-note{margin:0 0 15px;color:var(--muted);font-size:11px;line-height:1.45}
.checkout-btn{min-height:50px;border-radius:15px;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.checkout-btn:hover{transform:translateY(-1px);box-shadow:0 13px 28px rgba(90,56,40,.22)}
.continue-shopping-link{width:100%;border:0;background:transparent;color:var(--coffee-2);font-weight:800;font-size:12px;padding:13px 8px 2px}
.continue-shopping-link:hover{color:var(--terracotta-dark)}
.cart-toast{position:fixed;z-index:120;left:50%;bottom:25px;transform:translate(-50%,18px);opacity:0;visibility:hidden;background:#3f2a20;color:#fff;padding:12px 18px;border-radius:999px;box-shadow:0 14px 38px rgba(40,26,18,.23);font-size:12px;font-weight:700;pointer-events:none;transition:.22s ease;text-align:center;max-width:calc(100% - 34px)}
.cart-toast.is-visible{opacity:1;visibility:visible;transform:translate(-50%,0)}

@media(max-width:600px){
  .cart-drawer{width:100%;max-width:none}
  .cart-header{padding:22px 18px 17px}
  .cart-header h2{font-size:26px}
  .cart-items{padding:2px 16px 8px}
  .cart-item{grid-template-columns:78px minmax(0,1fr);gap:12px;padding:15px 0}
  .cart-item__media{width:78px;height:90px;border-radius:15px}
  .cart-item__title{font-size:15px}
  .cart-summary{padding:16px 18px 19px;padding-bottom:max(19px,env(safe-area-inset-bottom))}
  .cart-toast{bottom:max(18px,env(safe-area-inset-bottom))}
}

/* CHECKOUT - FASE 4 */
.checkout-page{background:#f8f2eb;min-height:100vh}
.checkout-header{position:sticky;top:0;z-index:60;background:rgba(251,247,241,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(90,56,40,.08)}
.checkout-header__inner{position:relative;width:min(1180px,calc(100% - 40px));height:138px;margin:auto;display:flex;align-items:center;justify-content:space-between}
.checkout-brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:120px;height:120px;display:grid;place-items:center}
.checkout-brand img{width:100%;height:100%;object-fit:contain}
.checkout-back,.checkout-secure{display:flex;align-items:center;gap:8px;color:var(--coffee-2);font-size:12px;font-weight:800;text-decoration:none}
.checkout-back svg,.checkout-secure svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.checkout-back:hover{color:var(--terracotta-dark)}
.checkout-secure{color:#6f7c66}
.checkout-main{padding:34px 0 74px}
.checkout-shell{max-width:1120px}
.checkout-progress{display:grid;grid-template-columns:auto minmax(46px,1fr) auto minmax(46px,1fr) auto;align-items:center;max-width:520px;margin:0 auto 34px}
.checkout-step{display:flex;align-items:center;gap:8px;color:#a18d7e;font-size:11px;font-weight:800;white-space:nowrap}
.checkout-step span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#eadfd5;color:#8f7766;font-size:11px}
.checkout-step.is-active{color:var(--coffee)}
.checkout-step.is-active span{background:var(--coffee);color:#fff;box-shadow:0 7px 17px rgba(90,56,40,.2)}
.checkout-step.is-done{color:#76866d}.checkout-step.is-done span{background:#dbe5d7;color:#58705a}
.checkout-progress__line{height:1px;background:#ddcfc3;margin:0 12px}.checkout-progress__line.is-done{background:#b8c8b2}
.checkout-heading{text-align:center;margin-bottom:30px}.checkout-heading>span{text-transform:uppercase;letter-spacing:.19em;color:var(--terracotta-dark);font-size:10px;font-weight:800}.checkout-heading h1{font-family:'Playfair Display',serif;color:var(--coffee);font-size:clamp(38px,4.5vw,54px);line-height:1.02;margin:8px 0 10px;letter-spacing:-.025em}.checkout-heading p{margin:0;color:var(--muted);font-size:14px}
.checkout-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.82fr);gap:26px;align-items:start}
.checkout-form{display:grid;gap:20px}
.checkout-card{background:var(--paper);border:1px solid rgba(90,56,40,.08);border-radius:26px;padding:28px;box-shadow:0 10px 34px rgba(90,56,40,.055)}
.checkout-card__heading{display:flex;gap:14px;align-items:flex-start;margin-bottom:24px}.checkout-card__number{flex:0 0 34px;width:34px;height:34px;border-radius:12px;background:#f1e4d9;color:var(--terracotta-dark);font-size:10px;font-weight:800;display:grid;place-items:center}.checkout-card__heading h2{font-family:'Playfair Display',serif;color:var(--coffee);font-size:25px;margin:0 0 4px}.checkout-card__heading p{margin:0;color:var(--muted);font-size:12px;line-height:1.5;max-width:620px}
.checkout-fields{display:grid;gap:16px}.checkout-fields--2{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-field{display:grid;gap:7px}.checkout-field--full{grid-column:1/-1}.checkout-field>span{color:var(--coffee-2);font-size:11px;font-weight:800}.checkout-field>span b{color:var(--terracotta);font-weight:800}.checkout-field>span em{font-style:normal;color:#a88c7a;font-weight:500;margin-left:4px}.checkout-field input,.checkout-field select,.checkout-field textarea{width:100%;border:1px solid #dfd0c4;background:#fff;border-radius:14px;color:var(--ink);outline:none;padding:13px 14px;font:inherit;font-size:13px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.checkout-field textarea{resize:vertical;min-height:104px;line-height:1.55}.checkout-field input:focus,.checkout-field select:focus,.checkout-field textarea:focus{border-color:#bf8d70;box-shadow:0 0 0 4px rgba(182,111,77,.09)}.checkout-field input::placeholder,.checkout-field textarea::placeholder{color:#b19c8d}.field-hint{font-size:10px;color:#9a8779;line-height:1.45}.field-error{display:none;color:#a84f3d;font-size:10px;font-weight:700}.checkout-field.has-error .field-error{display:block}.checkout-field.has-error input,.checkout-field.has-error select,.checkout-field.has-error textarea{border-color:#ca6a55;background:#fffafa;box-shadow:0 0 0 3px rgba(202,106,85,.08)}
.delivery-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:17px}.delivery-option{position:relative;display:grid;grid-template-columns:44px 1fr auto;gap:12px;align-items:center;border:1px solid #dfd0c4;background:#fff;border-radius:18px;padding:15px;cursor:pointer;transition:.18s ease}.delivery-option:hover{border-color:#c8aa95}.delivery-option.is-selected{border-color:var(--terracotta);background:#fffaf6;box-shadow:0 0 0 3px rgba(182,111,77,.07)}.delivery-option input{position:absolute;opacity:0;pointer-events:none}.delivery-option__icon{width:44px;height:44px;border-radius:14px;background:#f3e7dd;color:var(--coffee);display:grid;place-items:center}.delivery-option__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.delivery-option__text{display:grid;gap:2px}.delivery-option__text strong{color:var(--coffee);font-size:13px}.delivery-option__text small{color:var(--muted);font-size:10px}.delivery-option__price{color:var(--coffee);font-size:11px;font-weight:800}
.pickup-note{display:flex;gap:12px;align-items:flex-start;padding:15px 17px;border-radius:16px;background:#f3e9df;color:var(--coffee-2)}.pickup-note svg{flex:0 0 20px;width:20px;height:20px;fill:none;stroke:var(--terracotta);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;margin-top:1px}.pickup-note strong{display:block;color:var(--coffee);font-size:12px;margin-bottom:3px}.pickup-note span{display:block;color:var(--muted);font-size:10px;line-height:1.5}.shipping-fields{padding-top:2px}
.payment-option{position:relative;display:grid;grid-template-columns:46px 1fr 28px;gap:12px;align-items:center;border:1px solid var(--terracotta);background:#fffaf6;border-radius:18px;padding:16px;box-shadow:0 0 0 3px rgba(182,111,77,.06)}.payment-option input{position:absolute;opacity:0}.payment-option__icon{width:46px;height:46px;border-radius:14px;background:#efe0d4;color:var(--coffee);display:grid;place-items:center}.payment-option__icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.payment-option>span:nth-of-type(2){display:grid;gap:3px}.payment-option strong{color:var(--coffee);font-size:13px}.payment-option small{color:var(--muted);font-size:10px;line-height:1.45}.payment-option__check{width:25px;height:25px;border-radius:50%;background:var(--coffee);color:#fff!important;display:grid!important;place-items:center;font-size:12px;font-weight:800}.bank-account{margin-top:16px;border:1px solid rgba(90,56,40,.10);background:linear-gradient(180deg,#fffdf9,#fbf2e9);border-radius:18px;padding:18px}.bank-account__head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--line)}.bank-account__head>div{display:grid;gap:2px}.bank-account__head span{font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:var(--terracotta);font-weight:800}.bank-account__head strong{font-family:'Playfair Display',serif;color:var(--coffee);font-size:19px}.bank-account__badge{background:#efe0d4;color:var(--coffee)!important;border-radius:999px;padding:7px 10px;font-size:9px!important;letter-spacing:.02em!important;text-transform:none!important;white-space:nowrap}.bank-account__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 22px;padding-top:8px}.bank-account__row{display:grid;gap:2px;padding:9px 0;border-bottom:1px solid rgba(90,56,40,.06)}.bank-account__row span{color:var(--muted);font-size:9px}.bank-account__row strong{color:var(--coffee);font-size:12px;line-height:1.35}.bank-account__row--number{grid-column:1/-1}.bank-account__row--number strong{font-size:15px;letter-spacing:.035em}.bank-account__note{margin:13px 0 0;color:var(--muted);font-size:9px;line-height:1.5}.checkout-observations{margin-top:18px}
.order-summary{position:sticky;top:164px;background:#fffdf9;border:1px solid rgba(90,56,40,.08);border-radius:26px;box-shadow:0 16px 44px rgba(90,56,40,.08);overflow:hidden}.order-summary__top{padding:24px 24px 19px;background:linear-gradient(180deg,#fffdf9,#fffaf5);border-bottom:1px solid var(--line)}.order-summary__top>span{text-transform:uppercase;letter-spacing:.16em;color:var(--terracotta);font-size:9px;font-weight:800}.order-summary__top h2{font-family:'Playfair Display',serif;color:var(--coffee);font-size:24px;margin:4px 0 0}.order-summary__items{padding:6px 22px;max-height:350px;overflow:auto}.checkout-item{display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:11px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.checkout-item:last-child{border-bottom:0}.checkout-item__media{position:relative;width:62px;height:68px;border-radius:14px;overflow:visible;background:#f2e6dc}.checkout-item__media img{width:100%;height:100%;object-fit:cover;border-radius:14px}.checkout-item__media span{position:absolute;right:-7px;top:-7px;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:var(--coffee);color:#fff;display:grid;place-items:center;font-size:9px;font-weight:800;border:2px solid #fffdf9}.checkout-item__body{min-width:0;display:grid;gap:4px}.checkout-item__body a{color:var(--coffee);font-family:'Playfair Display',serif;font-size:13px;font-weight:700;line-height:1.25;text-decoration:none}.checkout-item__body a:hover{color:var(--terracotta-dark)}.checkout-item__body small{color:var(--muted);font-size:9px}.checkout-item>strong{font-size:12px;color:var(--ink);white-space:nowrap}.order-summary__totals{padding:18px 22px 6px;border-top:1px solid var(--line)}.order-summary__totals>div{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px;padding:5px 0}.order-summary__totals>div strong{color:var(--coffee);font-size:12px}.order-summary__totals .order-summary__grand{margin-top:7px;padding-top:15px;border-top:1px solid var(--line);color:var(--coffee);font-size:13px;font-weight:800}.order-summary__grand strong{font-size:22px!important;letter-spacing:-.025em}.shipping-pending{margin:4px 22px 14px;padding:10px 12px;background:#f2e7dd;border-radius:12px;color:#8b6e5d;font-size:9px;line-height:1.45}.place-order-btn{width:100%;border:0;border-radius:15px;background:var(--coffee);color:#fff;min-height:52px;padding:0 20px;font-weight:800;box-shadow:0 12px 26px rgba(90,56,40,.18);transition:.18s ease}.place-order-btn:hover{background:var(--terracotta-dark);transform:translateY(-1px)}.order-summary__submit{width:calc(100% - 44px);margin:9px 22px 0}.order-summary__note{margin:10px 22px 0;color:var(--muted);font-size:9px;line-height:1.5;text-align:center}.order-summary__back{display:block;text-align:center;color:var(--coffee-2);font-size:10px;font-weight:800;text-decoration:none;padding:14px 22px 21px}.order-summary__back:hover{color:var(--terracotta-dark)}.checkout-mobile-submit{display:none}.checkout-empty-page{text-align:center;background:#fffdf9;border:1px solid var(--line);border-radius:26px;padding:65px 25px;max-width:640px;margin:35px auto}.checkout-empty-page__icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#f2e5da;color:#b78869;font-size:34px;margin:0 auto 12px}.checkout-empty-page h2{font-family:'Playfair Display',serif;color:var(--coffee);font-size:30px;margin:0 0 8px}.checkout-empty-page p{color:var(--muted);font-size:13px;margin:0 0 22px}.checkout-primary-link{display:inline-flex;background:var(--coffee);color:#fff;text-decoration:none;border-radius:14px;padding:13px 20px;font-size:12px;font-weight:800}
.review-modal{position:fixed;inset:0;z-index:130;opacity:0;visibility:hidden;transition:.2s ease;display:grid;place-items:center;padding:20px}.review-modal.is-open{opacity:1;visibility:visible}.review-modal__backdrop{position:absolute;inset:0;background:rgba(43,31,23,.48);backdrop-filter:blur(7px)}.review-modal__panel{position:relative;z-index:1;width:min(520px,100%);background:#fffdf9;border-radius:26px;padding:34px;box-shadow:0 32px 80px rgba(43,31,23,.25);text-align:center}.review-modal__close{position:absolute;right:15px;top:14px;border:0;background:transparent;color:#9c8779;font-size:30px;width:40px;height:40px;border-radius:12px}.review-modal__close:hover{background:#f2e7dd;color:var(--coffee)}.review-modal__icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:#dfe9dc;color:#5f775f;font-size:26px;font-weight:800}.review-modal__eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--terracotta);font-size:9px;font-weight:800}.review-modal__panel h2{font-family:'Playfair Display',serif;color:var(--coffee);font-size:30px;line-height:1.08;margin:7px 0 10px}.review-modal__panel>p{color:var(--muted);font-size:12px;line-height:1.65;margin:0 auto 20px;max-width:430px}.review-modal__summary{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:18px;text-align:left}.review-modal__summary>div{background:#f5ebe2;border-radius:14px;padding:11px 12px}.review-modal__summary span{display:block;text-transform:uppercase;letter-spacing:.11em;color:#a18472;font-size:8px;font-weight:800;margin-bottom:3px}.review-modal__summary strong{display:block;color:var(--coffee);font-size:11px;line-height:1.35;overflow-wrap:anywhere}
@media(max-width:920px){.checkout-grid{grid-template-columns:1fr}.order-summary{position:relative;top:auto;grid-row:1}.checkout-form{grid-row:2}.order-summary__items{max-height:none}.order-summary__submit,.order-summary__note,.order-summary__back{display:none}.checkout-mobile-submit{display:block;background:#fffdf9;border:1px solid var(--line);border-radius:22px;padding:18px}.checkout-mobile-submit p{margin:9px 0 0;text-align:center;color:var(--muted);font-size:9px}.checkout-heading{margin-bottom:22px}}
@media(max-width:650px){.bank-account__grid{grid-template-columns:1fr}.bank-account__row--number{grid-column:auto}.bank-account__head{align-items:flex-start}.checkout-header__inner{width:calc(100% - 28px);height:112px}.checkout-brand{width:100px;height:100px}.checkout-back span,.checkout-secure span{display:none}.checkout-back,.checkout-secure{width:40px;height:40px;justify-content:center;border:1px solid var(--line);border-radius:13px;background:#fff}.checkout-main{padding:24px 0 48px}.checkout-shell{width:calc(100% - 26px)}.checkout-progress{max-width:100%;margin-bottom:24px}.checkout-step strong{display:none}.checkout-progress__line{margin:0 7px}.checkout-heading h1{font-size:38px}.checkout-heading p{font-size:12px;line-height:1.5}.checkout-card{padding:21px 17px;border-radius:22px}.checkout-card__heading{gap:11px;margin-bottom:20px}.checkout-card__number{width:31px;height:31px;flex-basis:31px}.checkout-card__heading h2{font-size:22px}.checkout-card__heading p{font-size:10px}.checkout-fields--2{grid-template-columns:1fr}.delivery-options{grid-template-columns:1fr}.delivery-option{padding:13px}.payment-option{grid-template-columns:42px 1fr 26px;padding:14px}.payment-option__icon{width:42px;height:42px}.order-summary{border-radius:22px}.review-modal__panel{padding:30px 18px 22px}.review-modal__panel h2{font-size:27px}.review-modal__summary{grid-template-columns:1fr}.review-modal__summary>div{padding:10px 12px}}
