:root{
  --shop-bg:#030303;
  --shop-panel:#0a0a0b;
  --shop-panel-2:#111112;
  --shop-gold:#d7b24a;
  --shop-gold-light:#f3d873;
  --shop-text:#f8f4e9;
  --shop-muted:#aaa394;
  --shop-line:rgba(215,178,74,.20);
  --shop-line-soft:rgba(255,255,255,.06);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.shop-v1{margin:0;background:var(--shop-bg);color:var(--shop-text);font-family:Inter,Arial,sans-serif;overflow-x:hidden}
body.shop-v1 a{color:inherit;text-decoration:none}
.shop-shell{width:min(1240px,92vw);margin:0 auto}

.shop-header{position:sticky;top:0;z-index:1000;background:rgba(3,3,3,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--shop-line-soft)}
.shop-topline{height:28px;display:grid;place-items:center;background:linear-gradient(90deg,#715718,#d9b748,#715718);color:#120e03;font-size:11px;font-weight:900;letter-spacing:.22em;text-transform:uppercase}
.shop-nav{min-height:76px;display:flex;align-items:center;gap:24px}
.shop-brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.shop-brand img{width:48px;height:48px;object-fit:contain}
.shop-brand span{display:flex;flex-direction:column}
.shop-brand strong{font-family:Georgia,"Times New Roman",serif;font-size:19px;letter-spacing:.14em}
.shop-brand small{margin-top:2px;color:var(--shop-muted);font-size:9px;letter-spacing:.13em;text-transform:uppercase}
.shop-menu{margin-left:auto;display:flex;align-items:center;gap:22px}
.shop-menu a{color:#cfc7b6;font-size:13px;font-weight:700;transition:.2s ease}
.shop-menu a:hover,.shop-menu a.is-active{color:var(--shop-gold-light)}
.shop-menu-btn{display:none;margin-left:auto;border:1px solid var(--shop-line);border-radius:10px;background:transparent;color:var(--shop-text);padding:9px 12px}
.shop-nav-action{padding:11px 16px;border-radius:12px;background:linear-gradient(180deg,var(--shop-gold-light),var(--shop-gold));color:#181204;font-size:12px;font-weight:900;white-space:nowrap}

.shop-hero{position:relative;overflow:hidden;padding:90px 0 72px;background:#000;border-bottom:1px solid var(--shop-line-soft)}
.shop-hero::before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 50% 30%,rgba(215,178,74,.15),rgba(215,178,74,.045) 25%,transparent 53%);pointer-events:none}
.shop-hero-content{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center}
.shop-kicker{margin:0;color:var(--shop-gold-light);font-size:11px;font-weight:900;letter-spacing:.22em;text-transform:uppercase}
.shop-hero h1{margin:14px 0 16px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(50px,7vw,92px);font-weight:500;line-height:.95;letter-spacing:-.045em}
.shop-hero h1 span{color:var(--shop-gold-light)}
.shop-hero p{max-width:700px;margin:0;color:#c6beaf;font-size:clamp(16px,2vw,20px);line-height:1.7}

.shop-search-wrap{position:relative;z-index:4;margin-top:-30px}
.shop-search-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:14px;border:1px solid var(--shop-line);border-radius:20px;background:rgba(10,10,11,.96);box-shadow:0 24px 65px rgba(0,0,0,.42)}
.shop-search-field{display:flex;align-items:center;gap:12px;min-height:58px;padding:0 16px;border:1px solid rgba(255,255,255,.06);border-radius:14px;background:#050505}
.shop-search-field span{color:var(--shop-gold-light);font-size:18px}
.shop-search-field input{width:100%;border:0;outline:0;background:transparent;color:#fff;font-size:15px}
.shop-search-field input::placeholder{color:#787267}
.shop-filter-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.shop-filter-bar button{min-height:42px;padding:0 15px;border:1px solid var(--shop-line);border-radius:999px;background:rgba(255,255,255,.025);color:#cec6b6;font-size:12px;font-weight:800;cursor:pointer;transition:.2s ease}
.shop-filter-bar button:hover,.shop-filter-bar button:focus{border-color:rgba(215,178,74,.55);background:rgba(215,178,74,.08);color:var(--shop-gold-light);outline:none}

.shop-main{padding:64px 0 110px}
.shop-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}
.shop-catalog-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}
.shop-catalog-head h2{margin:7px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,4vw,48px);font-weight:500}
.shop-catalog-note{margin:0;color:var(--shop-muted);font-size:12px;text-align:right}

body.shop-v1 .products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.shop-v1 .product{position:relative;min-width:0;overflow:hidden;padding:18px;border:1px solid var(--shop-line-soft);border-radius:22px;background:linear-gradient(155deg,rgba(255,255,255,.045),rgba(255,255,255,.012));box-shadow:0 18px 48px rgba(0,0,0,.22);transition:transform .22s ease,border-color .22s ease,background .22s ease}
body.shop-v1 .product:hover{transform:translateY(-5px);border-color:rgba(215,178,74,.42);background:linear-gradient(155deg,rgba(215,178,74,.07),rgba(255,255,255,.018))}
body.shop-v1 .product-img{min-height:210px;display:grid;place-items:center;margin-bottom:17px;border-radius:16px;background:radial-gradient(circle at 50% 42%,rgba(215,178,74,.10),transparent 45%),#050505;border:1px solid rgba(255,255,255,.045);font-size:72px}
body.shop-v1 .product h3{margin:0 0 9px;font-family:Georgia,"Times New Roman",serif;font-size:22px;font-weight:500;line-height:1.2}
body.shop-v1 .product p{margin:0;color:var(--shop-muted);font-size:12px;line-height:1.55}
body.shop-v1 .product .price{margin:18px 0 14px;color:var(--shop-gold-light);font-family:Georgia,"Times New Roman",serif;font-size:25px;font-weight:700}
body.shop-v1 .product .primary{width:100%;min-height:46px;border:0;border-radius:12px;background:linear-gradient(180deg,var(--shop-gold-light),var(--shop-gold));color:#171104;font-size:12px;font-weight:900;cursor:pointer;transition:.2s ease}
body.shop-v1 .product .primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px rgba(215,178,74,.16)}
body.shop-v1 .product .primary:disabled{opacity:.38;cursor:not-allowed}

.shop-cart{position:sticky;top:126px;padding:24px;border:1px solid var(--shop-line);border-radius:24px;background:linear-gradient(155deg,#0e0e0f,#080808);box-shadow:0 26px 70px rgba(0,0,0,.38)}
.shop-cart-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--shop-line-soft)}
.shop-cart-head h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:30px;font-weight:500}
.shop-cart-head span{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--shop-line);border-radius:50%;color:var(--shop-gold-light)}
body.shop-v1 #cart{list-style:none;margin:18px 0;padding:0;display:grid;gap:9px;max-height:260px;overflow:auto}
body.shop-v1 #cart li{padding:11px 12px;border-radius:12px;background:rgba(255,255,255,.025);color:#c7c0b2;font-size:12px;line-height:1.45}
.shop-cart-total{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0 20px;padding-top:18px;border-top:1px solid var(--shop-line-soft)}
.shop-cart-total span{color:var(--shop-muted);font-size:12px;text-transform:uppercase;letter-spacing:.12em}
.shop-cart-total strong{color:var(--shop-gold-light);font-family:Georgia,"Times New Roman",serif;font-size:25px}
.shop-customer{display:grid;gap:10px}
.shop-customer input{width:100%;min-height:48px;padding:0 13px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#050505;color:#fff;outline:none}
.shop-customer input:focus{border-color:rgba(215,178,74,.48)}
.shop-pay{width:100%;min-height:50px;margin-top:12px;border:0;border-radius:12px;background:linear-gradient(180deg,var(--shop-gold-light),var(--shop-gold));color:#171104;font-weight:900;cursor:pointer}
.shop-pay-note{margin:10px 0 0;color:#8e8779;font-size:11px;line-height:1.5;text-align:center}
body.shop-v1 #shopPayMsg{margin:10px 0 0!important;color:var(--shop-gold-light)!important;font-size:12px;text-align:center}

.shop-reassurance{padding:0 0 90px}
.shop-reassurance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.shop-reassurance article{padding:24px;border:1px solid var(--shop-line-soft);border-radius:19px;background:rgba(255,255,255,.018)}
.shop-reassurance strong{display:block;margin-bottom:7px;color:var(--shop-gold-light);font-family:Georgia,"Times New Roman",serif;font-size:20px;font-weight:500}
.shop-reassurance p{margin:0;color:var(--shop-muted);font-size:12px;line-height:1.6}

.shop-footer{padding:52px 0 24px;border-top:1px solid var(--shop-line-soft);background:#020202}
.shop-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:38px}
.shop-footer-brand img{width:74px;height:74px;object-fit:contain}
.shop-footer-brand strong{display:block;margin-top:12px;font-family:Georgia,"Times New Roman",serif;font-size:23px;letter-spacing:.13em}
.shop-footer-brand p{color:var(--shop-muted);font-size:12px}
.shop-footer h3{margin:0 0 14px;color:var(--shop-gold-light);font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.shop-footer a{display:block;margin:9px 0;color:#bdb5a5;font-size:12px}
.shop-footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:38px;padding-top:18px;border-top:1px solid var(--shop-line-soft);color:#716b60;font-size:11px}

@media(max-width:1050px){
  .shop-layout{grid-template-columns:1fr}
  .shop-cart{position:relative;top:auto}
  body.shop-v1 .products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shop-nav-action{display:none}
}

@media(max-width:900px){
  .shop-menu{display:none;position:absolute;top:104px;left:4vw;right:4vw;flex-direction:column;align-items:stretch;gap:0;padding:14px;border:1px solid var(--shop-line);border-radius:16px;background:#080808}
  .shop-menu.open{display:flex}
  .shop-menu a{padding:12px}
  .shop-menu-btn{display:block}
  .shop-search-card{grid-template-columns:1fr}
  .shop-filter-bar{justify-content:flex-start}
  .shop-footer-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:620px){
  .shop-topline{font-size:9px;letter-spacing:.14em}
  .shop-nav{min-height:66px}
  .shop-brand img{width:42px;height:42px}
  .shop-brand small{display:none}
  .shop-hero{padding:64px 0 58px}
  .shop-hero h1{font-size:clamp(43px,13vw,62px)}
  .shop-search-wrap{margin-top:-20px}
  .shop-search-card{padding:11px}
  .shop-filter-bar{display:grid;grid-template-columns:repeat(2,1fr)}
  .shop-filter-bar button{width:100%}
  .shop-main{padding:50px 0 80px}
  .shop-catalog-head{align-items:flex-start;flex-direction:column}
  .shop-catalog-note{text-align:left}
  body.shop-v1 .products{grid-template-columns:1fr}
  body.shop-v1 .product-img{min-height:190px}
  .shop-reassurance-grid,.shop-footer-grid{grid-template-columns:1fr}
  .shop-footer-bottom{flex-direction:column}
}
