/*
 * Vetrina Mercantico — Vintage contemporaneo da negozio
 * Base calda e materica, colori del logo usati come accenti.
 */
:root{
  --shop-ivory:#f6f0e6;
  --shop-paper:#fffaf2;
  --shop-cream:#ede0ce;
  --shop-sand:#d8c3a7;
  --shop-wood:#6a4939;
  --shop-wood-dark:#3a2923;
  --shop-ink:#2b2622;
  --shop-muted:#74675e;
  --shop-brass:#b99150;
  --shop-brass-light:#d9bd85;
  --shop-line:rgba(103,73,55,.18);
  --shop-shadow:0 24px 64px rgba(52,36,27,.13);
  --shop-shadow-soft:0 12px 34px rgba(52,36,27,.08);
  --shop-radius:24px;
  --logo-primary:#2ea7e0;
  --logo-primary-dark:#1e6f97;
  --logo-primary-deep:#174c66;
  --logo-primary-soft:#d9f1fb;
  --logo-primary-faint:#f2fbfe;
  --logo-accent:#e54b4b;
  --logo-accent-dark:#a92f31;
  --logo-accent-soft:#fbe2df;
}

html{scroll-behavior:smooth}
body.public-storefront-body{
  margin:0;
  background:
    radial-gradient(circle at 9% 12%,rgba(185,145,80,.08),transparent 28rem),
    linear-gradient(180deg,var(--shop-ivory),#f9f5ee 62%,var(--shop-ivory));
  color:var(--shop-ink);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  min-height:100vh;
}
body.public-storefront-body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.22;
  z-index:-1;
  background-image:
    linear-gradient(rgba(90,62,46,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(90,62,46,.02) 1px,transparent 1px);
  background-size:28px 28px;
}
body.public-storefront-body a{text-decoration:none;color:inherit}
body.public-storefront-body img{display:block;max-width:100%}
body.public-storefront-body button,
body.public-storefront-body input,
body.public-storefront-body select{font:inherit}
.shop-shell{width:min(1220px,calc(100% - 40px));margin-inline:auto}

/* Utility bar */
.shop-utility-bar{
  background:var(--shop-wood-dark);
  color:#f8efe2;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-size:12px;
  letter-spacing:.04em;
}
.shop-utility-inner{min-height:38px;display:flex;align-items:center;gap:22px;justify-content:space-between}
.shop-utility-message{color:rgba(255,255,255,.68);flex:1;text-align:center}
.shop-utility-links{display:flex;gap:18px;font-weight:800}
.shop-utility-links a:hover{color:var(--shop-brass-light)}

/* Header */
.shop-header{
  position:relative;
  z-index:30;
  background:rgba(255,250,242,.96);
  backdrop-filter:blur(15px);
  border-bottom:1px solid var(--shop-line);
  box-shadow:0 8px 25px rgba(54,37,28,.05);
}
.shop-header-main{min-height:118px;display:grid;grid-template-columns:minmax(260px,1fr) auto minmax(150px,1fr);align-items:center;gap:24px}
.shop-brand{display:flex;align-items:center;gap:15px;min-width:0}
.shop-logo-frame{
  width:92px;height:78px;display:grid;place-items:center;flex:0 0 auto;
  background:linear-gradient(180deg,#fffdf9,#f2e7d7);
  border:1px solid rgba(185,145,80,.55);
  border-radius:20px 20px 15px 15px;
  box-shadow:0 10px 22px rgba(62,42,31,.11),inset 0 0 0 4px rgba(255,255,255,.48);
  position:relative;
}
.shop-logo-frame::after{
  content:"";position:absolute;left:12px;right:12px;bottom:-6px;height:7px;border-radius:999px;
  background:linear-gradient(90deg,var(--logo-primary),var(--shop-brass),var(--logo-accent));
}
.shop-logo-frame img{width:78px;height:64px;object-fit:contain}
.shop-brand-copy{display:flex;flex-direction:column;min-width:0}
.shop-brand-copy strong{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:31px;line-height:.95;letter-spacing:-.025em;color:var(--shop-wood-dark);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.shop-brand-copy small{margin-top:6px;color:var(--shop-muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}
.shop-main-nav{display:flex;align-items:center;justify-content:center;gap:5px;padding:7px;border:1px solid var(--shop-line);border-radius:999px;background:rgba(255,255,255,.62)}
.shop-main-nav a{padding:11px 14px;border-radius:999px;font-size:13px;font-weight:800;color:#53473f;transition:.18s ease}
.shop-main-nav a:hover,.shop-main-nav a.active{background:var(--shop-wood-dark);color:#fff}
.shop-search-jump{justify-self:end;display:inline-flex;align-items:center;gap:8px;color:var(--shop-wood-dark);font-weight:900;border:1px solid var(--shop-line);padding:11px 15px;border-radius:999px;background:#fff}
.shop-search-jump:hover{border-color:var(--logo-primary);color:var(--logo-primary-dark)}
.shop-header-stripe{height:5px;background:linear-gradient(90deg,var(--logo-primary) 0 36%,var(--shop-brass) 36% 66%,var(--logo-accent) 66% 100%);opacity:.9}

/* Hero */
.shop-hero{padding:42px 0 34px;position:relative;overflow:hidden}
.shop-hero::before{
  content:"";position:absolute;inset:18px 0 auto;height:390px;z-index:-1;
  background:
    radial-gradient(circle at 82% 20%,rgba(46,167,224,.16),transparent 24rem),
    radial-gradient(circle at 18% 80%,rgba(229,75,75,.10),transparent 22rem),
    linear-gradient(135deg,#efe1cc,#fbf8f1 46%,#e8d7c0);
  border-block:1px solid rgba(119,84,63,.11);
}
.shop-hero-grid{
  min-height:520px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:48px;align-items:center;
  background:rgba(255,250,242,.74);border:1px solid rgba(122,85,60,.16);border-radius:34px;padding:46px;
  box-shadow:var(--shop-shadow);position:relative;overflow:hidden;
}
.shop-hero-grid::before{
  content:"";position:absolute;inset:14px;border:1px solid rgba(185,145,80,.32);border-radius:25px;pointer-events:none;
}
.shop-hero-grid::after{
  content:"✦";position:absolute;top:20px;left:50%;transform:translateX(-50%);color:var(--shop-brass);font-size:20px;background:var(--shop-paper);padding:0 10px;
}
.shop-hero-copy{position:relative;z-index:2;padding:14px 0}
.shop-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:900;color:var(--logo-accent-dark)}
.shop-kicker.dark{color:var(--logo-primary-dark)}
.shop-hero h1,.shop-section-heading h2,.shop-sell-copy h2,.shop-detail-panel h1,.shop-detail-bottom-cta h2{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-weight:700;color:var(--shop-wood-dark);letter-spacing:-.035em;
}
.shop-hero h1{font-size:clamp(50px,6.4vw,82px);line-height:.91;margin:15px 0 20px;max-width:680px}
.shop-hero-copy>p{font-size:17px;line-height:1.72;color:#66584f;max-width:625px;margin:0}
.shop-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:27px}
.shop-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 19px;border-radius:14px;border:1px solid transparent;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.shop-btn:hover{transform:translateY(-2px)}
.shop-btn-primary{color:#fff;background:linear-gradient(135deg,var(--logo-primary-dark),var(--logo-primary));box-shadow:0 13px 28px rgba(30,111,151,.22)}
.shop-btn-primary:hover{background:linear-gradient(135deg,var(--logo-primary-deep),var(--logo-primary-dark))}
.shop-btn-secondary,.shop-btn-outline{background:#fffaf3;color:var(--shop-wood-dark);border-color:rgba(106,73,57,.24);box-shadow:0 10px 25px rgba(52,36,27,.07)}
.shop-btn-secondary:hover,.shop-btn-outline:hover{border-color:var(--shop-brass);background:#fff}
.shop-btn-light{background:#fff9ef;color:var(--shop-wood-dark);border-color:rgba(255,255,255,.68);box-shadow:0 12px 28px rgba(24,16,13,.15)}
.shop-btn-whatsapp{color:#fff;background:#238c56;box-shadow:0 13px 28px rgba(35,140,86,.22)}
.shop-btn-whatsapp:hover{background:#176f43}
.shop-proof-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px;color:#5f5249;font-size:13px;font-weight:700}
.shop-proof-row b{display:inline-grid;place-items:center;width:22px;height:22px;margin-right:5px;border-radius:50%;background:var(--logo-primary-soft);color:var(--logo-primary-dark)}
.shop-window-card{
  position:relative;z-index:2;background:var(--shop-wood-dark);border-radius:28px;padding:16px;color:#fff;
  border:1px solid rgba(255,255,255,.16);box-shadow:0 30px 68px rgba(48,32,24,.24);
}
.shop-window-card::before{content:"";position:absolute;inset:8px;border:1px solid rgba(217,189,133,.50);border-radius:22px;pointer-events:none}
.shop-window-label{position:absolute;z-index:3;top:28px;left:30px;background:rgba(45,31,26,.9);border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:8px 11px;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:900}
.shop-window-image{height:355px;display:block;border-radius:19px;overflow:hidden;background:#d5c1a6}
.shop-window-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.shop-window-image:hover img{transform:scale(1.035)}
.shop-window-caption{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:19px 13px 8px}
.shop-window-caption small{color:#d8c7b7;text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:900}
.shop-window-caption h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:28px;line-height:1;margin:4px 0 0;max-width:300px}
.shop-window-caption strong{font-size:23px;color:var(--shop-brass-light);white-space:nowrap}
.shop-window-placeholder{height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;border-radius:19px;background:radial-gradient(circle at 50% 35%,rgba(46,167,224,.30),transparent 10rem),linear-gradient(135deg,#51382f,#2e211d)}
.shop-window-ornament{font-size:46px;color:var(--shop-brass-light);margin-bottom:12px}
.shop-window-placeholder strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:34px;max-width:340px}
.shop-window-placeholder small{color:#d8c7b7;margin-top:8px}
.shop-hero-compact .shop-hero-grid{min-height:450px}

/* Search */
.shop-search-zone{position:relative;z-index:4;margin-top:-4px}
.shop-search-bar{
  display:grid;grid-template-columns:minmax(280px,1fr) minmax(190px,.35fr) auto auto;gap:10px;align-items:center;
  background:rgba(255,250,242,.96);border:1px solid rgba(106,73,57,.20);border-radius:23px;padding:11px;box-shadow:var(--shop-shadow-soft);
}
.shop-search-field,.shop-select-field{display:flex;align-items:center;background:#fff;border:1px solid rgba(106,73,57,.16);border-radius:14px;min-height:54px}
.shop-search-field>span{font-size:22px;color:var(--logo-primary-dark);padding-left:16px}
.shop-search-field input,.shop-select-field select{width:100%;border:0;background:transparent;outline:0;color:var(--shop-ink);padding:15px 14px}
.shop-select-field select{cursor:pointer}
.shop-search-button{min-height:54px;border:0;border-radius:14px;padding:0 21px;background:var(--shop-wood-dark);color:#fff;font-weight:900;cursor:pointer}
.shop-search-button:hover{background:var(--logo-primary-dark)}
.shop-reset-link{font-size:13px;font-weight:900;color:var(--logo-accent-dark);padding:11px}

/* Sections */
.shop-section{padding:70px 0}
.shop-section-heading{margin-bottom:27px}
.shop-section-heading-centered{text-align:center;max-width:720px;margin-inline:auto;margin-bottom:30px}
.shop-section-heading h2{font-size:clamp(40px,5vw,58px);line-height:.95;margin:8px 0 10px}
.shop-section-heading p{margin:0;color:var(--shop-muted);line-height:1.6}
.shop-products-heading{display:flex;align-items:end;justify-content:space-between;gap:28px}
.shop-products-heading p{font-weight:700;text-align:right}
.shop-categories-section{padding-top:60px;padding-bottom:38px}
.shop-category-rail{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:12px}
.shop-category-pill{
  min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-align:center;
  background:rgba(255,250,242,.88);border:1px solid rgba(106,73,57,.17);border-radius:20px;padding:14px;box-shadow:0 9px 25px rgba(52,36,27,.055);transition:.18s ease;
}
.shop-category-pill>span{font-size:24px;color:var(--shop-brass)}
.shop-category-pill b{font-family:"Cormorant Garamond",Georgia,serif;font-size:21px;line-height:1}
.shop-category-pill small{color:var(--shop-muted);font-weight:800}
.shop-category-pill:hover,.shop-category-pill.active{transform:translateY(-3px);border-color:var(--logo-primary);box-shadow:0 15px 31px rgba(30,111,151,.10)}
.shop-category-pill.active{background:linear-gradient(155deg,var(--logo-primary-faint),#fffaf3)}

/* Product cards */
.shop-products-section{padding-top:44px;background:linear-gradient(180deg,transparent,rgba(230,216,198,.30),transparent)}
body.public-storefront-body .shop-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
body.public-storefront-body .shop-product-card{
  background:var(--shop-paper);border:1px solid rgba(106,73,57,.18);border-radius:20px;overflow:hidden;
  box-shadow:0 12px 35px rgba(52,36,27,.075);transition:.2s ease;position:relative;
}
body.public-storefront-body .shop-product-card:hover{transform:translateY(-5px);border-color:rgba(185,145,80,.62);box-shadow:0 23px 52px rgba(52,36,27,.13)}
body.public-storefront-body .shop-product-card::after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:3px;border-radius:999px 999px 0 0;background:linear-gradient(90deg,var(--logo-primary),var(--shop-brass),var(--logo-accent));opacity:0;transition:.2s ease}
body.public-storefront-body .shop-product-card:hover::after{opacity:1}
body.public-storefront-body .shop-product-image{height:275px;background:linear-gradient(135deg,#dfcfba,#f7efe2);position:relative;display:block;overflow:hidden}
body.public-storefront-body .shop-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
body.public-storefront-body .shop-product-card:hover .shop-product-image img{transform:scale(1.045)}
.shop-product-status{position:absolute;left:12px;top:12px;background:rgba(255,250,242,.94);color:var(--shop-wood-dark);border:1px solid rgba(106,73,57,.18);padding:7px 10px;border-radius:999px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;box-shadow:0 8px 18px rgba(32,21,16,.12)}
body.public-storefront-body .shop-no-photo{height:100%;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;color:var(--shop-wood);font-family:"Cormorant Garamond",Georgia,serif;font-size:28px}
.shop-no-photo b{color:var(--shop-brass);font-size:34px}
body.public-storefront-body .shop-product-info{padding:17px 17px 19px}
body.public-storefront-body .shop-product-topline{color:var(--shop-muted);font-size:10px;letter-spacing:.09em}
body.public-storefront-body .shop-product-info h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:23px;line-height:1.08;margin:10px 0 17px;min-height:50px;color:var(--shop-wood-dark)}
body.public-storefront-body .shop-product-bottom strong{font-size:21px;color:var(--logo-primary-dark)}
body.public-storefront-body .shop-card-button{background:transparent;color:var(--shop-wood-dark);border:1px solid rgba(106,73,57,.22);padding:8px 12px}
body.public-storefront-body .shop-card-button:hover{background:var(--shop-wood-dark);color:#fff;border-color:var(--shop-wood-dark)}
.shop-empty-state{text-align:center;background:var(--shop-paper);border:1px solid var(--shop-line);border-radius:26px;padding:48px;box-shadow:var(--shop-shadow-soft)}
.shop-empty-state>span{font-size:40px;color:var(--shop-brass)}
.shop-empty-state h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:42px;margin:10px 0 4px}
.shop-empty-state p{color:var(--shop-muted);margin:0 0 22px}

/* Selling banner */
.shop-sell-section{padding:26px 0 66px}
.shop-sell-banner{
  display:grid;grid-template-columns:auto minmax(260px,1.1fr) minmax(390px,1fr) auto;gap:28px;align-items:center;
  background:
    radial-gradient(circle at 8% 50%,rgba(46,167,224,.18),transparent 14rem),
    linear-gradient(135deg,#3b2923,#604334);
  color:#fff;border-radius:28px;padding:34px 38px;box-shadow:0 24px 60px rgba(47,31,24,.22);position:relative;overflow:hidden;
}
.shop-sell-banner::after{content:"";position:absolute;inset:9px;border:1px solid rgba(217,189,133,.38);border-radius:21px;pointer-events:none}
.shop-sell-mark{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);color:var(--shop-brass-light);font-size:35px;background:rgba(255,255,255,.06)}
.shop-sell-copy{position:relative;z-index:1}
.shop-sell-copy .shop-kicker{color:var(--shop-brass-light)}
.shop-sell-copy h2{color:#fff;font-size:42px;line-height:.95;margin:7px 0 6px}
.shop-sell-copy p{margin:0;color:#e4d6cb;line-height:1.55}
.shop-steps{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:9px;list-style:none;margin:0;padding:0}
.shop-steps li{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:800;color:#e9ddd3}
.shop-steps b{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.25);color:var(--shop-brass-light)}
.shop-steps li:not(:last-child)::after{content:"›";color:rgba(255,255,255,.36);margin-left:3px}
.shop-sell-banner>.shop-btn{position:relative;z-index:1;white-space:nowrap}

/* Trust */
.shop-trust-section{padding:2px 0 68px}
.shop-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.shop-trust-grid article{display:flex;align-items:center;gap:12px;background:rgba(255,250,242,.72);border:1px solid var(--shop-line);border-radius:17px;padding:15px}
.shop-trust-grid article>span{width:41px;height:41px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--logo-primary-soft);color:var(--logo-primary-dark);font-weight:900}
.shop-trust-grid b{display:block;font-size:13px;color:var(--shop-wood-dark)}
.shop-trust-grid small{display:block;margin-top:3px;color:var(--shop-muted);line-height:1.35}

/* Footer */
.shop-footer{background:var(--shop-wood-dark);color:#efe4d8;border-top:5px solid var(--shop-brass)}
.shop-footer-grid{display:grid;grid-template-columns:1.25fr .65fr 1fr;gap:38px;align-items:center;padding:42px 0}
.shop-footer-brand{display:flex;align-items:center;gap:14px}
.shop-footer-logo{width:72px;height:62px;border-radius:15px;background:#fffaf3;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);padding:5px}
.shop-footer-logo img{width:100%;height:100%;object-fit:contain}
.shop-footer-brand b{font-family:"Cormorant Garamond",Georgia,serif;font-size:28px}
.shop-footer-brand p{margin:2px 0 0;color:#cdbdb0;font-size:13px}
.shop-footer-links{display:flex;flex-direction:column;gap:9px;font-size:13px;font-weight:800}
.shop-footer-links a:hover,.shop-footer-contact a:hover{color:var(--shop-brass-light)}
.shop-footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.shop-footer-contact small{color:#bba99a;text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:900}
.shop-footer-contact b{font-size:13px;line-height:1.45}
.shop-footer-contact a{font-size:13px;color:var(--shop-brass-light);font-weight:900}
.shop-footer-bottom{border-top:1px solid rgba(255,255,255,.10);padding:14px 0;color:#b6a69a;font-size:11px}

/* Product detail */
.shop-detail-body{background:linear-gradient(180deg,var(--shop-ivory),#f8f3eb)}
.shop-detail-header .shop-header-main{min-height:102px}
.shop-back-button{justify-self:end;white-space:nowrap}
.shop-detail-main{padding:25px 0 70px}
.shop-breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:var(--shop-muted);font-size:12px;margin:5px 0 20px}
.shop-breadcrumb a{font-weight:900;color:var(--logo-primary-dark)}
.shop-breadcrumb b{color:var(--shop-wood-dark);font-weight:800}
.shop-detail-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);gap:30px;align-items:start}
.shop-detail-gallery{display:flex;flex-direction:column;gap:14px}
.shop-detail-photo-frame{position:relative;background:var(--shop-paper);border:1px solid var(--shop-line);border-radius:27px;padding:13px;box-shadow:var(--shop-shadow);overflow:hidden}
.shop-detail-photo-frame::after{content:"";position:absolute;inset:6px;border:1px solid rgba(185,145,80,.34);border-radius:22px;pointer-events:none}
.shop-detail-photo-frame img{width:100%;height:min(72vh,720px);min-height:520px;object-fit:contain;background:linear-gradient(135deg,#e4d6c4,#fbf8f1);border-radius:18px}
.shop-detail-corner-label{position:absolute;z-index:2;top:28px;left:28px;background:rgba(58,41,35,.90);color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:8px 11px;font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:900}
.shop-detail-placeholder{height:620px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;border-radius:18px;background:radial-gradient(circle at 50% 35%,var(--logo-primary-soft),transparent 13rem),linear-gradient(135deg,#e9dccb,#fffaf3);color:var(--shop-wood)}
.shop-detail-placeholder span{font-size:44px;color:var(--shop-brass)}
.shop-detail-placeholder b{font-family:"Cormorant Garamond",Georgia,serif;font-size:42px}
.shop-detail-shop-note{display:flex;align-items:center;gap:12px;border:1px solid var(--shop-line);background:rgba(255,250,242,.76);border-radius:17px;padding:14px 16px}
.shop-detail-shop-note>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--logo-primary-soft);color:var(--logo-primary-dark);font-size:22px}
.shop-detail-shop-note b{display:block;font-size:13px}
.shop-detail-shop-note small{display:block;color:var(--shop-muted);margin-top:2px;line-height:1.35}
.shop-detail-panel{background:var(--shop-paper);border:1px solid var(--shop-line);border-radius:27px;padding:38px;box-shadow:var(--shop-shadow);position:sticky;top:20px}
.shop-detail-panel::before{content:"";position:absolute;top:0;left:38px;right:38px;height:4px;border-radius:0 0 99px 99px;background:linear-gradient(90deg,var(--logo-primary),var(--shop-brass),var(--logo-accent))}
.shop-detail-panel h1{font-size:clamp(43px,5vw,66px);line-height:.92;margin:11px 0 14px}
.shop-detail-code{color:var(--shop-muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.shop-detail-code b{color:var(--shop-wood-dark);margin-left:5px}
.shop-detail-price-row{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:22px 0 8px}
.shop-detail-price{margin:0;font-size:39px;font-weight:900;color:var(--logo-primary-dark);letter-spacing:-.035em}
.shop-detail-availability{display:inline-flex;align-items:center;border-radius:999px;padding:9px 12px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.shop-detail-availability.is-available{background:#e2f1e9;color:#1d6942}
.shop-detail-availability.is-unavailable{background:#f3e1df;color:#8c322f}
.shop-special-price{display:inline-block;margin:5px 0 8px;background:var(--logo-accent-soft);color:var(--logo-accent-dark);border:1px solid rgba(229,75,75,.25);border-radius:999px;padding:8px 11px;font-size:12px;font-weight:900}
.shop-detail-description{margin:24px 0;color:#554941;font-size:16px;line-height:1.75;padding-block:20px;border-block:1px solid rgba(106,73,57,.12)}
.shop-detail-description-muted{color:var(--shop-muted);font-style:italic}
.shop-detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}
.shop-detail-actions .shop-btn{flex:1 1 160px}
.shop-detail-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 0 0}
.shop-detail-facts>div{background:#f5ede2;border:1px solid rgba(106,73,57,.12);border-radius:14px;padding:13px}
.shop-detail-facts dt{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--shop-muted);font-weight:900}
.shop-detail-facts dd{margin:5px 0 0;color:var(--shop-wood-dark);font-size:13px;font-weight:900;line-height:1.4}
.shop-pickup-note{margin-top:12px;background:var(--logo-primary-faint);border-left:4px solid var(--logo-primary);border-radius:11px;padding:14px;color:#3e4d54}
.shop-pickup-note b{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--logo-primary-dark)}
.shop-pickup-note p{margin:5px 0 0;font-size:13px;line-height:1.55}
.shop-detail-bottom-cta{margin-top:42px;border:1px solid var(--shop-line);border-radius:22px;background:linear-gradient(135deg,#efe1cf,#fffaf3);padding:27px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.shop-detail-bottom-cta h2{font-size:36px;line-height:.95;margin:7px 0 0}

/* Existing public helper messages */
body.public-storefront-body .booking-alert{border-radius:14px;background:#fff0d8;border:1px solid #e8c98f;color:#6b4a1c;padding:13px;font-size:13px;line-height:1.5}
body.public-storefront-body .booking-disabled{border-radius:14px;background:#eee5db;color:#6b5b51;padding:13px;font-weight:800}

/* Dynamic logo theme is an accent only: keep the warm shop base. */
html.has-shop-logo-theme body.public-storefront-body,
body.public-storefront-body.public-logo-theme{--cream:var(--shop-ivory);--card:var(--shop-paper);--ink:var(--shop-ink);--line:var(--shop-line)}
html.has-shop-logo-theme body.public-storefront-body .shop-header,
body.public-storefront-body.public-logo-theme .shop-header{background:rgba(255,250,242,.96)}
html.has-shop-logo-theme body.public-storefront-body .shop-product-card,
body.public-storefront-body.public-logo-theme .shop-product-card{border-color:rgba(106,73,57,.18)}

/* Responsive */
@media(max-width:1080px){
  .shop-header-main{grid-template-columns:minmax(240px,1fr) auto}.shop-search-jump{display:none}
  .shop-hero-grid{grid-template-columns:1fr .9fr;gap:30px;padding:38px}
  body.public-storefront-body .shop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .shop-sell-banner{grid-template-columns:auto 1fr auto}.shop-steps{grid-column:2 / 4;justify-content:flex-start}.shop-sell-banner>.shop-btn{grid-column:3;grid-row:1}
  .shop-detail-grid{grid-template-columns:1fr 440px}
}
@media(max-width:880px){
  .shop-utility-message{display:none}
  .shop-header-main{grid-template-columns:1fr auto;min-height:100px}.shop-main-nav{display:none}
  .shop-hero-grid{grid-template-columns:1fr;padding:34px}.shop-window-card{max-width:620px;width:100%;margin-inline:auto}.shop-hero::before{height:100%}
  .shop-search-bar{grid-template-columns:1fr 1fr}.shop-search-button{grid-column:1 / -1}.shop-reset-link{text-align:center;grid-column:1 / -1}
  body.public-storefront-body .shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shop-sell-banner{grid-template-columns:auto 1fr}.shop-steps{grid-column:1 / -1}.shop-sell-banner>.shop-btn{grid-column:1 / -1;grid-row:auto;justify-self:start}
  .shop-trust-grid{grid-template-columns:repeat(2,1fr)}
  .shop-footer-grid{grid-template-columns:1fr 1fr}.shop-footer-contact{grid-column:1 / -1}
  .shop-detail-grid{grid-template-columns:1fr}.shop-detail-panel{position:relative;top:auto}.shop-detail-photo-frame img{height:auto;min-height:420px;max-height:650px}
}
@media(max-width:620px){
  .shop-shell{width:min(100% - 24px,1220px)}
  .shop-utility-inner{min-height:34px;font-size:10px}.shop-utility-links{gap:10px}.shop-utility-links a:first-child{display:none}
  .shop-header-main{min-height:86px;gap:10px}.shop-logo-frame{width:69px;height:60px;border-radius:15px}.shop-logo-frame img{width:58px;height:49px}.shop-brand{gap:10px}.shop-brand-copy strong{font-size:23px}.shop-brand-copy small{font-size:9px;max-width:155px}.shop-back-button{padding:9px 10px;min-height:42px;font-size:0}.shop-back-button::after{content:"← Vetrina";font-size:12px}
  .shop-hero{padding-top:22px}.shop-hero-grid{padding:26px 20px;border-radius:24px;min-height:0}.shop-hero-grid::before{inset:8px;border-radius:18px}.shop-hero h1{font-size:45px}.shop-hero-copy>p{font-size:15px}.shop-hero-actions{display:grid}.shop-hero-actions .shop-btn{width:100%}.shop-proof-row{display:grid;gap:7px}
  .shop-window-card{border-radius:21px;padding:11px}.shop-window-image{height:260px}.shop-window-label{top:20px;left:21px}.shop-window-caption{display:block;padding:15px 8px 5px}.shop-window-caption strong{display:block;margin-top:9px}.shop-window-caption h2{font-size:25px}.shop-window-placeholder{height:310px}
  .shop-search-zone{margin-top:14px}.shop-search-bar{grid-template-columns:1fr;padding:9px}.shop-search-button,.shop-reset-link{grid-column:auto}
  .shop-section{padding:48px 0}.shop-section-heading h2{font-size:40px}.shop-products-heading{display:block}.shop-products-heading p{text-align:left;margin-top:11px}.shop-category-rail{grid-template-columns:repeat(2,1fr)}
  body.public-storefront-body .shop-product-grid{grid-template-columns:1fr}.shop-product-image{height:310px!important}.shop-product-info h3{min-height:0!important}
  .shop-sell-banner{grid-template-columns:1fr;padding:28px 22px}.shop-sell-mark{width:58px;height:58px}.shop-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.shop-steps li::after{display:none}.shop-sell-banner>.shop-btn{justify-self:stretch}.shop-sell-copy h2{font-size:38px}
  .shop-trust-grid{grid-template-columns:1fr}
  .shop-footer-grid{grid-template-columns:1fr;gap:25px}.shop-footer-contact{grid-column:auto}
  .shop-detail-main{padding-top:14px}.shop-breadcrumb{white-space:nowrap;overflow:auto;padding-bottom:4px}.shop-detail-photo-frame{padding:8px;border-radius:20px}.shop-detail-photo-frame img{min-height:340px;border-radius:14px}.shop-detail-corner-label{top:18px;left:18px}.shop-detail-panel{padding:28px 21px;border-radius:22px}.shop-detail-panel::before{left:21px;right:21px}.shop-detail-panel h1{font-size:43px}.shop-detail-price-row{align-items:flex-start;flex-direction:column}.shop-detail-facts{grid-template-columns:1fr}.shop-detail-bottom-cta{display:block}.shop-detail-bottom-cta .shop-btn{margin-top:18px;width:100%}
}
