:root{--shop-bg:#070605;--panel:#171513;--panel2:#211e1a;--line:rgba(255,255,255,.14);--gold:#f3c76b;--muted:#cfc8bd;--text:#fff8ea;--danger:#ff8b7b;--ok:#75e0a1}body.shop-page,body.admin-page{background:var(--shop-bg);color:var(--text);font-family:Georgia,'Times New Roman',serif;margin:0}.shop-wrap{max-width:1180px;margin:0 auto;padding:32px 20px}.lux-panel{background:linear-gradient(135deg,var(--panel),var(--panel2));border:1px solid var(--line);border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.35);padding:28px;margin:24px 0}.lux-title{font-size:46px;line-height:1;margin:0 0 10px}.lux-sub{color:var(--muted);font-family:Arial,sans-serif}.lux-btn,.lux-btn-small,.lux-input,select,textarea,input{border-radius:14px;border:1px solid var(--line);background:#100f0e;color:var(--text);box-sizing:border-box}.lux-btn,.lux-btn-small{cursor:pointer;background:linear-gradient(135deg,#4b3a21,#8b6a32);color:#fff;border-color:#9f7b3e;font-weight:700}.lux-btn{padding:13px 20px}.lux-btn-small{padding:8px 12px;font-size:13px}.ghost{background:#1b1815;border-color:var(--line)}.danger{background:#4a1914;border-color:#8b3a30}.ok{background:#173c24;border-color:#357c4e}.lux-input,select,textarea,input{padding:12px 14px;width:100%;font-family:Arial,sans-serif}textarea{min-height:110px;resize:vertical}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.label{font:700 13px Arial,sans-serif;color:var(--gold);margin:0 0 7px}.admin-shell{display:grid;grid-template-columns:220px 1fr;gap:22px}.admin-nav{display:flex;flex-direction:column;gap:10px}.tab-btn{padding:13px 15px;text-align:left;border-radius:16px;border:1px solid var(--line);background:#151311;color:var(--text);cursor:pointer}.tab-btn.active{background:#463822;color:var(--gold);font-weight:700}.tab{display:none}.tab.active{display:block}.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.stat{background:#171513;border:1px solid var(--line);border-radius:20px;padding:18px}.stat b{font-size:28px;color:var(--gold);display:block}.table{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}.table th,.table td{border-bottom:1px solid var(--line);padding:12px;text-align:left;vertical-align:top}.table th{color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.admin-msg{display:none;padding:14px 18px;border-radius:16px;margin:18px 0;font-family:Arial,sans-serif}.admin-msg.show{display:block}.admin-msg.good{background:#142819;border:1px solid #2f8f4c}.admin-msg.bad{background:#2a1310;border:1px solid #93463b}.thumbs{display:flex;flex-wrap:wrap;gap:10px}.thumb{width:76px;height:76px;object-fit:cover;border-radius:12px;border:1px solid var(--line)}.shop-toolbar{display:grid;grid-template-columns:1fr 220px 130px;gap:12px}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card{background:#161412;border:1px solid var(--line);border-radius:22px;overflow:hidden;display:flex;flex-direction:column}.product-card img{width:100%;height:220px;object-fit:cover;background:#0d0c0b}.product-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}.price{font-size:24px;color:var(--gold);font-weight:700}.muted{color:var(--muted);font-family:Arial,sans-serif}.cart-box{position:sticky;top:16px;display:none}.shop-layout{display:grid;grid-template-columns:1fr 340px;gap:22px}.cart-line{display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line);padding:10px 0;font-family:Arial,sans-serif}.modal{position:fixed;inset:0;background:rgba(0,0,0,.7);display:none;align-items:center;justify-content:center;z-index:50;padding:20px}.modal.show{display:flex}.modal-card{background:#171513;border:1px solid var(--line);border-radius:24px;max-width:920px;width:100%;max-height:90vh;overflow:auto;padding:22px}.gallery-main{width:100%;height:380px;object-fit:cover;border-radius:18px;border:1px solid var(--line);background:#0e0d0c}.gallery-row{display:flex;gap:10px;margin-top:10px;overflow:auto}.gallery-row img{width:80px;height:70px;object-fit:cover;border-radius:12px;cursor:pointer;border:1px solid var(--line)}.pill{display:inline-block;padding:5px 9px;border-radius:999px;border:1px solid var(--line);font:12px Arial,sans-serif;color:var(--gold)}.top-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:flex-end}.sr-header{background:#070605;border-bottom:1px solid var(--line)}.sr-header-inner{max-width:1180px;margin:0 auto;padding:18px 20px;display:flex;align-items:center;justify-content:space-between}.sr-header a{color:var(--text);text-decoration:none;margin-left:16px;font-family:Arial,sans-serif}.sr-header a:hover{color:var(--gold)}@media(max-width:900px){.admin-shell,.shop-layout,.grid-2,.grid-3,.grid-4,.products-grid,.stats,.shop-toolbar{grid-template-columns:1fr}.lux-title{font-size:34px}.sr-header-inner{display:block}.sr-header a{display:inline-block;margin:10px 12px 0 0}} 
@media(max-width:640px){body.shop-page .shop-promo-banner{padding:9px 14px;border-radius:22px;}body.shop-page .shop-promo-banner-text{font-size:11px;letter-spacing:.1em;gap:8px;}body.shop-page .shop-promo-banner-text::before,body.shop-page .shop-promo-banner-text::after{font-size:10px;}}



/* Sticky main website header on shop/admin pages */
body.shop-page, body.admin-page { padding-top: 74px; }
body.shop-page .topbar, body.admin-page .topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; }
body.shop-page .shop-wrap, body.admin-page .shop-wrap { padding-top: 32px; }
@media (max-width: 768px) {
  body.shop-page, body.admin-page { padding-top: 74px; }
  body.shop-page #mainNav.main-nav.show,
  body.admin-page #mainNav.main-nav.show { z-index: 10000; }
}
.thumb-wrap{position:relative;display:inline-block;margin:3px}.thumb-wrap button{position:absolute;right:-6px;top:-8px;border:0;border-radius:999px;background:#7b221a;color:#fff;width:22px;height:22px;cursor:pointer;font-weight:800}.thumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.thumb{width:64px;height:64px;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.18)}

.image-preview{align-items:flex-start}.thumb-wrap{position:relative;display:inline-flex;flex-direction:column;align-items:center;gap:4px}.thumb-wrap button{position:absolute;top:-7px;right:-7px;width:24px;height:24px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#4a1914;color:#fff;cursor:pointer}.thumb-wrap span{font:10px Arial,sans-serif;color:var(--gold)}.thumb-wrap.pending .thumb{outline:2px solid rgba(243,199,107,.45)}.image-counter{width:100%;font-family:Arial,sans-serif;color:var(--muted);margin-bottom:8px}.image-counter strong{color:var(--gold)}#cartCount{margin-top:-8px;margin-bottom:8px}.cart-line strong{color:var(--text)}
.image-preview-item{display:inline-flex;align-items:center;gap:6px;margin:4px;position:relative}.image-preview-item button{border:0;border-radius:999px;padding:2px 7px;cursor:pointer}.file-thumb{display:inline-flex;align-items:center;justify-content:center;width:82px;height:62px;border:1px solid rgba(0,0,0,.15);border-radius:10px;font-size:11px;overflow:hidden;padding:4px;background:rgba(255,255,255,.08)}.cart-box{display:none}

/* LUXURY LIGHT SHOP BACKGROUND ONLY - requested change */
body.shop-page{
  background:
    radial-gradient(circle at 15% 8%, rgba(243,199,107,.24), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(255,255,255,.92), transparent 30%),
    linear-gradient(135deg,#fffaf0 0%,#f7efe1 42%,#efe1ca 100%) !important;
  background-attachment: fixed;
}

/* LUXURY LIGHT PRODUCT CARDS ONLY - requested design change */
body.shop-page .product-card{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,248,235,.92) 52%,rgba(241,226,198,.88));
  border:1px solid rgba(176,133,65,.28);
  border-radius:28px;
  box-shadow:
    0 22px 55px rgba(78,48,18,.13),
    0 6px 18px rgba(78,48,18,.08),
    inset 0 1px 0 rgba(255,255,255,.95);
  color:#2c2115;
  transform:translateY(0);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}
body.shop-page .product-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg,rgba(255,255,255,.72),transparent 32%,rgba(218,173,91,.16) 58%,transparent 78%);
  opacity:.75;
}
body.shop-page .product-card::after{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(185,139,68,.62),transparent);
  pointer-events:none;
}
body.shop-page .product-card:hover{
  transform:translateY(-7px);
  border-color:rgba(185,139,68,.55);
  box-shadow:
    0 30px 75px rgba(78,48,18,.18),
    0 10px 28px rgba(78,48,18,.10),
    inset 0 1px 0 rgba(255,255,255,1);
}
body.shop-page .product-card img{
  background:#f5ead7;
  filter:saturate(1.02) contrast(1.02);
  transition:transform .45s ease, filter .45s ease;
}
body.shop-page .product-card:hover img{
  transform:scale(1.035);
  filter:saturate(1.06) contrast(1.04) brightness(1.02);
}
body.shop-page .product-body{
  position:relative;
  z-index:1;
  background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,250,240,.54));
}
body.shop-page .product-body h3,
body.shop-page .product-body h4{
  color:#241a10;
  letter-spacing:.01em;
}
body.shop-page .product-card .muted{
  color:#7a6a55;
}
body.shop-page .product-card .price{
  color:#9b6a22;
  text-shadow:0 1px 0 rgba(255,255,255,.7);
}
body.shop-page .product-card .pill{
  background:rgba(255,255,255,.58);
  border-color:rgba(176,133,65,.32);
  color:#8a601f;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.88);
}
body.shop-page .product-card .lux-btn,
body.shop-page .product-card .lux-btn-small{
  box-shadow:0 10px 22px rgba(139,106,50,.20), inset 0 1px 0 rgba(255,255,255,.18);
}


/* PREMIUM LUXURY SHOP DESIGN REFINEMENT - design only */
body.shop-page{
  color:#2e2217;
}
body.shop-page .lux-panel{
  background:
    linear-gradient(135deg, rgba(33,26,18,.98) 0%, rgba(19,15,12,.98) 42%, rgba(41,31,20,.96) 100%),
    radial-gradient(circle at top left, rgba(214,169,88,.18), transparent 34%);
  border:1px solid rgba(180,138,68,.28);
  border-radius:30px;
  box-shadow:
    0 28px 80px rgba(66,43,17,.16),
    0 10px 26px rgba(66,43,17,.12),
    inset 0 1px 0 rgba(255,255,255,.08);
  position:relative;
  overflow:hidden;
}
body.shop-page .lux-panel::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(115deg, rgba(255,255,255,.05), transparent 22%, rgba(231,194,124,.09) 56%, transparent 78%);
}
body.shop-page .lux-title{
  color:#fff9ef;
  text-shadow:0 2px 18px rgba(0,0,0,.16);
  letter-spacing:.01em;
}
body.shop-page .lux-sub{
  color:#e6d9c5;
  font-size:17px;
}
body.shop-page .shop-toolbar{
  position:relative;
  z-index:1;
}
body.shop-page .lux-input,
body.shop-page select,
body.shop-page textarea,
body.shop-page input{
  background:linear-gradient(180deg, rgba(8,8,8,.98), rgba(18,17,15,.98));
  border:1px solid rgba(188,146,76,.28);
  color:#fff7eb;
  border-radius:18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 8px 18px rgba(0,0,0,.10);
}
body.shop-page .lux-input::placeholder{ color:rgba(255,244,225,.46); }
body.shop-page .lux-input:focus,
body.shop-page select:focus,
body.shop-page textarea:focus,
body.shop-page input:focus{
  outline:none;
  border-color:rgba(221,177,96,.58);
  box-shadow:0 0 0 3px rgba(221,177,96,.12), inset 0 1px 0 rgba(255,255,255,.08), 0 10px 20px rgba(0,0,0,.12);
}
body.shop-page .lux-btn,
body.shop-page .lux-btn-small{
  background:linear-gradient(135deg,#7f5a24 0%, #c79a51 48%, #8a632b 100%);
  border:1px solid rgba(202,157,82,.8);
  color:#fffdf8;
  box-shadow:0 14px 28px rgba(139,106,50,.20), inset 0 1px 0 rgba(255,255,255,.28);
  text-shadow:0 1px 0 rgba(87,58,18,.35);
}
body.shop-page .lux-btn:hover,
body.shop-page .lux-btn-small:hover{
  filter:brightness(1.04);
  transform:translateY(-1px);
}
body.shop-page .products-grid{
  gap:26px;
}
body.shop-page .product-card{
  backdrop-filter: blur(8px);
}
body.shop-page .product-card .lux-btn,
body.shop-page .product-card .lux-btn-small{
  margin-top:auto;
}
body.shop-page .cart-box .lux-panel,
body.shop-page .cart-box.lux-panel{
  background:linear-gradient(145deg, rgba(255,255,255,.96), rgba(251,245,232,.95) 50%, rgba(239,226,199,.94));
  border:1px solid rgba(180,138,68,.28);
  box-shadow:0 26px 62px rgba(78,48,18,.14), inset 0 1px 0 rgba(255,255,255,.92);
}
body.shop-page .cart-box,
body.shop-page .cart-box *{
  color:#2f2418;
}
body.shop-page .cart-box .muted{ color:#7b6a56; }
body.shop-page .cart-line{
  border-bottom:1px solid rgba(155,118,55,.16);
}
body.shop-page .modal-card{
  background:linear-gradient(145deg, rgba(255,255,255,.98), rgba(252,247,238,.97) 55%, rgba(242,231,207,.95));
  border:1px solid rgba(180,138,68,.26);
  box-shadow:0 30px 90px rgba(0,0,0,.25), 0 10px 28px rgba(78,48,18,.12);
  color:#2c2115;
}
body.shop-page .modal-card .muted{ color:#7a6a55; }
body.shop-page .gallery-main,
body.shop-page .gallery-row img{
  border-color:rgba(180,138,68,.22);
  background:#f5ead8;
}
body.shop-page .pill{
  background:rgba(255,250,241,.84);
  border-color:rgba(180,138,68,.30);
  color:#8e6224;
  box-shadow:0 8px 14px rgba(139,106,50,.08), inset 0 1px 0 rgba(255,255,255,.82);
}
body.shop-page .sr-header{
  background:linear-gradient(180deg, rgba(252,247,238,.92), rgba(247,238,222,.92));
  border-bottom:1px solid rgba(180,138,68,.20);
  backdrop-filter: blur(12px);
}
body.shop-page .sr-header a{
  color:#4c3924;
  font-weight:600;
}
body.shop-page .sr-header a:hover{ color:#a1702a; }


/* WOW LUXURY SHOP REDESIGN - design only */
body.shop-page{
  background:
    radial-gradient(circle at 8% 10%, rgba(226,196,138,.42), transparent 22%),
    radial-gradient(circle at 92% 18%, rgba(255,255,255,.95), transparent 18%),
    radial-gradient(circle at 78% 72%, rgba(221,183,119,.22), transparent 26%),
    linear-gradient(180deg,#fcf8f1 0%, #f5ecd9 46%, #f8f2e8 100%) !important;
  min-height:100vh;
}
body.shop-page::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.16) 50%, rgba(255,255,255,0) 100%),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.4), transparent 30%);
  mix-blend-mode:soft-light;
  opacity:.9;
}
body.shop-page .shop-wrap{
  max-width:1320px;
  padding:46px 28px 60px;
}
body.shop-page .shop-hero{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr);
  gap:28px;
  align-items:end;
  padding:40px;
  background:
    linear-gradient(135deg, rgba(255,253,249,.92) 0%, rgba(247,238,222,.84) 44%, rgba(241,225,194,.78) 100%);
  border:1px solid rgba(193,151,78,.26);
  box-shadow:
    0 28px 90px rgba(94,67,32,.14),
    inset 0 1px 0 rgba(255,255,255,.95);
  overflow:visible;
}
body.shop-page .shop-hero::after{
  content:"PREMIUM";
  position:absolute;
  top:24px;
  right:26px;
  letter-spacing:.35em;
  font:600 11px/1 Arial,sans-serif;
  color:rgba(150,110,43,.62);
}
body.shop-page .shop-hero .lux-title{
  font-size:clamp(54px,6.8vw,82px);
  line-height:.94;
  max-width:8ch;
  color:#2b1d11;
  margin-bottom:16px;
  text-shadow:none;
}
body.shop-page .shop-hero .lux-sub{
  color:#6d5b45;
  max-width:560px;
  font-size:18px;
  line-height:1.6;
}
body.shop-page .shop-hero .shop-toolbar{
  grid-template-columns:1fr;
  gap:14px;
  align-self:center;
  background:linear-gradient(180deg, rgba(24,19,14,.98), rgba(10,10,10,.98));
  padding:18px;
  border-radius:28px;
  border:1px solid rgba(191,149,77,.24);
  box-shadow:0 20px 44px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.05);
}
body.shop-page .shop-hero .shop-toolbar > *:first-child{grid-column:1/-1}
body.shop-page .shop-hero .shop-toolbar select,
body.shop-page .shop-hero .shop-toolbar input{
  min-height:58px;
  font-size:16px;
}
body.shop-page .shop-stage{
  grid-template-columns:minmax(0,1fr) 360px;
  align-items:start;
  gap:28px;
  margin-top:30px;
}
body.shop-page .products-stage{
  position:relative;
}
body.shop-page .products-stage::before{
  content:"精选";
  position:absolute;
  top:-14px;
  right:8px;
  font:600 10px/1 Arial,sans-serif;
  letter-spacing:.45em;
  color:rgba(152,111,41,.55);
}
body.shop-page .products-grid{
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:24px;
}
body.shop-page .product-card{
  grid-column:span 4;
  min-height:100%;
  border-radius:30px;
}
body.shop-page .product-card:nth-child(7n+1){
  grid-column:span 8;
}
body.shop-page .product-card:nth-child(7n+1) img{
  height:320px;
}
body.shop-page .product-card:nth-child(7n+2),
body.shop-page .product-card:nth-child(7n+3){
  grid-column:span 4;
}
body.shop-page .product-card:nth-child(7n+4),
body.shop-page .product-card:nth-child(7n+5){
  grid-column:span 6;
}
body.shop-page .product-card:nth-child(7n+6),
body.shop-page .product-card:nth-child(7n+7){
  grid-column:span 6;
}
body.shop-page .product-card img{
  height:260px;
  border-top-left-radius:30px;
  border-top-right-radius:30px;
}
body.shop-page .product-body{
  padding:24px 22px 22px;
  gap:12px;
}
body.shop-page .product-body h3,
body.shop-page .product-body h4{
  font-size:30px;
  line-height:1.04;
}
body.shop-page .product-card .muted{
  font-size:14px;
  line-height:1.6;
}
body.shop-page .product-card .price{
  font-size:30px;
}
body.shop-page .product-card .pill{
  align-self:flex-start;
}
body.shop-page .product-card .lux-btn,
body.shop-page .product-card .lux-btn-small{
  padding:14px 18px;
  border-radius:16px;
}
body.shop-page .cart-panel{
  position:sticky;
  top:106px;
  display:none;
  background:linear-gradient(165deg, rgba(28,21,15,.98), rgba(15,11,8,.98));
  color:#fff5e5;
  border:1px solid rgba(191,149,77,.22);
  box-shadow:0 28px 80px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.05);
}
body.shop-page .cart-panel h2,
body.shop-page .cart-panel h3,
body.shop-page .cart-panel label,
body.shop-page .cart-panel strong{color:#fff6e7}
body.shop-page .cart-panel .muted,
body.shop-page .cart-panel #cartCount{color:#dac7af}
body.shop-page .cart-panel .lux-btn{width:100%}
body.shop-page .cart-panel input,
body.shop-page .cart-panel textarea{
  background:rgba(255,255,255,.06);
  border-color:rgba(201,157,84,.18);
  color:#fff7ee;
}
body.shop-page .cart-panel input::placeholder,
body.shop-page .cart-panel textarea::placeholder{color:rgba(255,243,225,.46)}
body.shop-page .modal-card{
  border-radius:34px;
  padding:28px;
}
body.shop-page .modal-card #closeModal{
  position:sticky;
  top:0;
  z-index:2;
}
@media(max-width:1100px){
  body.shop-page .shop-hero{
    grid-template-columns:1fr;
  }
  body.shop-page .shop-stage{
    grid-template-columns:1fr;
  }
  body.shop-page .products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body.shop-page .product-card,
  body.shop-page .product-card:nth-child(7n+1),
  body.shop-page .product-card:nth-child(7n+2),
  body.shop-page .product-card:nth-child(7n+3),
  body.shop-page .product-card:nth-child(7n+4),
  body.shop-page .product-card:nth-child(7n+5),
  body.shop-page .product-card:nth-child(7n+6),
  body.shop-page .product-card:nth-child(7n+7){
    grid-column:span 1;
  }
}
@media(max-width:760px){
  body.shop-page .shop-wrap{padding:28px 16px 48px}
  body.shop-page .shop-hero{padding:24px;border-radius:24px}
  body.shop-page .shop-hero .lux-title{font-size:44px;max-width:none}
  body.shop-page .products-grid{grid-template-columns:1fr;gap:18px}
  body.shop-page .product-card img,
  body.shop-page .product-card:nth-child(7n+1) img{height:240px}
  body.shop-page .product-body h3,
  body.shop-page .product-body h4{font-size:24px}
}


/* SMALLER MODERN PREMIUM CARDS - design only */
body.shop-page .products-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
body.shop-page .product-card,
body.shop-page .product-card:nth-child(7n+1),
body.shop-page .product-card:nth-child(7n+2),
body.shop-page .product-card:nth-child(7n+3),
body.shop-page .product-card:nth-child(7n+4),
body.shop-page .product-card:nth-child(7n+5),
body.shop-page .product-card:nth-child(7n+6),
body.shop-page .product-card:nth-child(7n+7){
  grid-column:span 1;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(249,244,235,.97) 100%);
  border:1px solid rgba(198,160,95,.24);
  box-shadow:
    0 16px 34px rgba(109,77,31,.10),
    0 4px 10px rgba(109,77,31,.06),
    inset 0 1px 0 rgba(255,255,255,.95);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
body.shop-page .product-card::before{
  background:linear-gradient(180deg, rgba(255,255,255,.30), transparent 45%);
  opacity:.65;
}
body.shop-page .product-card::after{
  left:18px;
  right:18px;
}
body.shop-page .product-card:hover{
  transform:translateY(-4px);
  border-color:rgba(187,145,73,.42);
  box-shadow:
    0 22px 42px rgba(109,77,31,.14),
    0 8px 16px rgba(109,77,31,.08),
    inset 0 1px 0 rgba(255,255,255,1);
}
body.shop-page .product-card img,
body.shop-page .product-card:nth-child(7n+1) img{
  height:180px;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
}
body.shop-page .product-body{
  padding:16px 16px 18px;
  gap:8px;
}
body.shop-page .product-body h3,
body.shop-page .product-body h4{
  font-size:20px;
  line-height:1.15;
  margin:0;
}
body.shop-page .product-card .muted{
  font-size:13px;
  line-height:1.45;
  color:#85715a;
}
body.shop-page .product-card .price{
  font-size:22px;
  color:#9e6d28;
}
body.shop-page .product-card .pill{
  padding:4px 8px;
  font-size:11px;
}
body.shop-page .product-card .lux-btn,
body.shop-page .product-card .lux-btn-small{
  width:100%;
  padding:12px 14px;
  border-radius:14px;
  font-size:14px;
  margin-top:6px;
}
body.shop-page .product-card .lux-btn-small{padding:10px 12px}
body.shop-page .product-card .lux-btn{
  background:linear-gradient(135deg,#87602a 0%, #c79a52 50%, #936c33 100%);
}
body.shop-page .product-card .lux-btn:hover,
body.shop-page .product-card .lux-btn-small:hover{
  filter:brightness(1.03);
}
@media(max-width:1180px){
  body.shop-page .products-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:860px){
  body.shop-page .products-grid{grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px;}
  body.shop-page .product-card img,
  body.shop-page .product-card:nth-child(7n+1) img{height:170px;}
}
@media(max-width:560px){
  body.shop-page .products-grid{grid-template-columns:1fr;}
}


/* COMPACT PREMIUM SHOP LAYOUT - design only */
body.shop-page .shop-wrap{
  max-width:1240px;
  padding:24px 20px 44px;
}
body.shop-page .shop-hero{
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:18px;
  align-items:center;
  padding:26px 28px;
  border-radius:24px;
}
body.shop-page .shop-hero::after{
  top:18px;
  right:20px;
  font-size:10px;
  letter-spacing:.28em;
}
body.shop-page .shop-hero .lux-title{
  font-size:clamp(34px,4.2vw,56px);
  line-height:1.02;
  max-width:11ch;
  margin:0 0 10px;
}
body.shop-page .shop-hero .lux-sub{
  font-size:15px;
  line-height:1.5;
  max-width:520px;
  margin:0;
}
body.shop-page .shop-hero .shop-toolbar{
  grid-template-columns:1.4fr .9fr .72fr;
  gap:10px;
  padding:12px;
  border-radius:22px;
}
body.shop-page .shop-hero .shop-toolbar > *:first-child{
  grid-column:auto;
}
body.shop-page .shop-hero .shop-toolbar select,
body.shop-page .shop-hero .shop-toolbar input{
  min-height:48px;
  font-size:15px;
  padding:11px 14px;
  border-radius:15px;
}
body.shop-page .shop-stage{
  gap:22px;
  margin-top:22px;
}
body.shop-page .cart-panel{
  top:94px;
  border-radius:24px;
}
body.shop-page .products-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
body.shop-page .product-card,
body.shop-page .product-card:nth-child(7n+1),
body.shop-page .product-card:nth-child(7n+2),
body.shop-page .product-card:nth-child(7n+3),
body.shop-page .product-card:nth-child(7n+4),
body.shop-page .product-card:nth-child(7n+5),
body.shop-page .product-card:nth-child(7n+6),
body.shop-page .product-card:nth-child(7n+7){
  grid-column:span 1;
}
body.shop-page .product-card img,
body.shop-page .product-card:nth-child(7n+1) img{
  height:165px;
}
body.shop-page .product-body{
  padding:14px 14px 16px;
  gap:7px;
}
body.shop-page .product-body h3,
body.shop-page .product-body h4{
  font-size:18px;
  line-height:1.18;
}
body.shop-page .product-card .muted{
  font-size:12.5px;
  line-height:1.4;
}
body.shop-page .product-card .price{
  font-size:20px;
}
body.shop-page .product-card .lux-btn,
body.shop-page .product-card .lux-btn-small{
  padding:10px 12px;
  font-size:13px;
  border-radius:13px;
}
body.shop-page .modal-card{
  border-radius:28px;
}
@media(max-width:1100px){
  body.shop-page .shop-hero{
    grid-template-columns:1fr;
  }
  body.shop-page .shop-hero .shop-toolbar{
    grid-template-columns:1fr 1fr 1fr;
  }
  body.shop-page .products-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:820px){
  body.shop-page .shop-wrap{padding:18px 14px 38px;}
  body.shop-page .shop-hero{padding:20px; gap:14px;}
  body.shop-page .shop-hero .lux-title{font-size:32px; max-width:none;}
  body.shop-page .shop-hero .shop-toolbar{grid-template-columns:1fr;}
  body.shop-page .products-grid{grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px;}
  body.shop-page .product-card img,
  body.shop-page .product-card:nth-child(7n+1) img{height:155px;}
}
@media(max-width:560px){
  body.shop-page .products-grid{grid-template-columns:1fr;}
}


/* LEFT CATEGORY PANEL - design only */
body.shop-page .shop-hero .shop-toolbar{
  grid-template-columns:1.4fr .72fr;
}
body.shop-page .shop-stage{
  grid-template-columns:220px minmax(0,1fr) 320px;
}
body.shop-page .category-panel{
  align-self:start;
  position:sticky;
  top:94px;
  padding:18px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,242,232,.95));
  border:1px solid rgba(198,160,95,.20);
  box-shadow:0 16px 34px rgba(109,77,31,.08), inset 0 1px 0 rgba(255,255,255,.94);
}
body.shop-page .category-panel-title{
  font:700 13px Arial,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#9d7130;
  margin-bottom:12px;
}
body.shop-page .category-panel select{
  min-height:48px;
  border-radius:14px;
}
@media(max-width:1100px){
  body.shop-page .shop-stage{
    grid-template-columns:1fr;
  }
  body.shop-page .category-panel,
  body.shop-page .cart-panel{
    position:static;
    top:auto;
  }
}


/* REMOVE LARGE TOP SHOP HERO - design only */
body.shop-page .shop-hero-hidden{
  display:none !important;
}
body.shop-page .shop-stage{
  margin-top:22px;
}


/* CATEGORY DROPDOWN READABILITY FIX - design only */
body.shop-page select, body.shop-page .category-panel select { color:#fff7eb; }
body.shop-page select option, body.shop-page .category-panel select option { background:#fffaf2; color:#3c2c1b; }
body.shop-page select option:checked, body.shop-page .category-panel select option:checked { background:#d9b16c; color:#23180f; }
body.shop-page select option:hover { background:#ecd8b2; color:#23180f; }


/* FINAL LIGHT LUXURY WOW REDESIGN - design only */
body.shop-page{
  background:
    radial-gradient(circle at 12% 12%, rgba(214,181,120,.28), transparent 20%),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.95), transparent 18%),
    radial-gradient(circle at 80% 84%, rgba(225,201,155,.18), transparent 26%),
    linear-gradient(180deg,#f9f5ee 0%, #f3ebde 48%, #f8f4ec 100%) !important;
  color:#342517;
}
body.shop-page::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.34) 32%, rgba(255,255,255,0) 58%),
    linear-gradient(180deg, rgba(255,255,255,.2), transparent 45%);
  mix-blend-mode:soft-light;
}
body.shop-page .shop-wrap{
  max-width:1320px;
  padding:28px 24px 56px;
}
body.shop-page .lux-panel{
  background:linear-gradient(145deg, rgba(255,255,255,.94), rgba(250,245,235,.96));
  border:1px solid rgba(201,167,104,.24);
  border-radius:30px;
  box-shadow:
    0 28px 80px rgba(118,84,37,.10),
    0 10px 28px rgba(118,84,37,.06),
    inset 0 1px 0 rgba(255,255,255,.98);
}
body.shop-page .lux-panel::before{ display:none; }
body.shop-page .shop-hero-hidden{ display:none !important; }
body.shop-page .shop-stage{
  grid-template-columns:240px minmax(0,1fr) 350px;
  gap:24px;
  align-items:start;
  margin-top:8px;
}
body.shop-page .products-stage::before{ display:none !important; }
body.shop-page .category-panel{
  position:sticky;
  top:96px;
  padding:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(248,241,228,.96));
}
body.shop-page .category-panel-title{
  font:700 13px/1 Arial,sans-serif;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:#b27b2c;
  margin-bottom:14px;
}
body.shop-page .category-panel select,
body.shop-page input,
body.shop-page textarea,
body.shop-page select{
  background:#fffdfa;
  color:#362618;
  border:1px solid rgba(198,160,95,.28);
  border-radius:18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.98), 0 8px 22px rgba(135,102,47,.06);
}
body.shop-page input::placeholder,
body.shop-page textarea::placeholder{ color:#9d8a72; }
body.shop-page input:focus,
body.shop-page textarea:focus,
body.shop-page select:focus{
  border-color:rgba(188,143,67,.5);
  box-shadow:0 0 0 4px rgba(206,170,103,.12), inset 0 1px 0 rgba(255,255,255,.98), 0 10px 24px rgba(135,102,47,.08);
  outline:none;
}
body.shop-page select option{ background:#fffaf2; color:#3b2b1b; }
body.shop-page .products-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
body.shop-page .product-card,
body.shop-page .product-card:nth-child(7n+1),
body.shop-page .product-card:nth-child(7n+2),
body.shop-page .product-card:nth-child(7n+3),
body.shop-page .product-card:nth-child(7n+4),
body.shop-page .product-card:nth-child(7n+5),
body.shop-page .product-card:nth-child(7n+6),
body.shop-page .product-card:nth-child(7n+7){
  grid-column:span 1;
  background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(247,241,231,.96) 100%);
  border:1px solid rgba(201,167,104,.22);
  border-radius:32px;
  overflow:hidden;
  box-shadow:
    0 24px 44px rgba(113,82,39,.10),
    0 8px 16px rgba(113,82,39,.06),
    inset 0 1px 0 rgba(255,255,255,.98);
  position:relative;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
body.shop-page .product-card::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;height:42%;
  background:linear-gradient(180deg, rgba(255,255,255,.34), transparent 60%);
  pointer-events:none;
  z-index:1;
}
body.shop-page .product-card::after{
  content:"";
  position:absolute;
  inset:auto 18px 0 18px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(205,169,99,.38), transparent);
}
body.shop-page .product-card:hover{
  transform:translateY(-8px) scale(1.01);
  border-color:rgba(190,149,75,.40);
  box-shadow:
    0 34px 64px rgba(113,82,39,.14),
    0 12px 22px rgba(113,82,39,.08),
    inset 0 1px 0 rgba(255,255,255,1);
}
body.shop-page .product-card img,
body.shop-page .product-card:nth-child(7n+1) img{
  width:100%;
  height:245px;
  object-fit:cover;
  border-top-left-radius:32px;
  border-top-right-radius:32px;
  transition:transform .45s ease;
}
body.shop-page .product-card:hover img{ transform:scale(1.04); }
body.shop-page .product-body{
  position:relative;
  z-index:2;
  padding:20px 20px 22px;
  gap:10px;
}
body.shop-page .product-body h3,
body.shop-page .product-body h4{
  margin:0;
  color:#2f2114;
  font-size:30px;
  line-height:1.02;
  letter-spacing:-.02em;
}
body.shop-page .product-card .muted{
  color:#7d6a53;
  font-size:14px;
  line-height:1.55;
}
body.shop-page .product-card .price{
  color:#b27b2c;
  font-size:34px;
  line-height:1;
  margin-top:4px;
}
body.shop-page .pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(201,167,104,.28);
  background:rgba(255,250,242,.95);
  box-shadow:0 6px 14px rgba(113,82,39,.06), inset 0 1px 0 rgba(255,255,255,.95);
  color:#a36f26;
  font:600 12px Arial,sans-serif;
}
body.shop-page .lux-btn,
body.shop-page .lux-btn-small{
  background:linear-gradient(135deg,#8a632c 0%, #c9994f 52%, #976d32 100%);
  color:#fffdf8;
  border:1px solid rgba(193,151,77,.75);
  box-shadow:0 16px 26px rgba(167,125,56,.16), inset 0 1px 0 rgba(255,255,255,.24);
  text-shadow:0 1px 0 rgba(93,61,20,.32);
}
body.shop-page .lux-btn:hover,
body.shop-page .lux-btn-small:hover{
  filter:brightness(1.04);
  transform:translateY(-1px);
}
body.shop-page .product-card .lux-btn,
body.shop-page .product-card .lux-btn-small{
  width:100%;
  padding:13px 16px;
  border-radius:16px;
  margin-top:4px;
}
body.shop-page .cart-panel{
  position:sticky;
  top:96px;
  display:none;
  padding:24px;
  background:linear-gradient(165deg, rgba(49,34,20,.98), rgba(20,14,10,.98));
  border:1px solid rgba(193,151,77,.20);
  box-shadow:0 26px 64px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.05);
  border-radius:32px;
}
body.shop-page .cart-panel h2,
body.shop-page .cart-panel h3,
body.shop-page .cart-panel strong{ color:#fff5e7; }
body.shop-page .cart-panel .muted,
body.shop-page .cart-panel #cartCount{ color:#dbc8ad; }
body.shop-page .cart-panel input,
body.shop-page .cart-panel textarea{
  background:rgba(255,255,255,.06);
  color:#fff7ef;
  border-color:rgba(193,151,77,.18);
}
body.shop-page .cart-panel input::placeholder,
body.shop-page .cart-panel textarea::placeholder{ color:rgba(255,244,226,.48); }
body.shop-page .cart-line{
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:12px 0;
}
body.shop-page .modal-card{
  background:linear-gradient(155deg, rgba(255,255,255,.98), rgba(247,241,231,.97));
  color:#312214;
  border:1px solid rgba(201,167,104,.22);
  border-radius:34px;
  box-shadow:0 34px 90px rgba(24,12,3,.28), 0 12px 24px rgba(113,82,39,.10);
}
body.shop-page .modal-card .muted{ color:#7d6a53; }
body.shop-page .gallery-main,
body.shop-page .gallery-row img{
  background:#f8f1e5;
  border:1px solid rgba(201,167,104,.18);
}
@media(max-width:1180px){
  body.shop-page .shop-stage{ grid-template-columns:220px minmax(0,1fr); }
  body.shop-page .cart-panel{ grid-column:1 / -1; position:static; top:auto; }
}
@media(max-width:900px){
  body.shop-page .shop-wrap{ padding:18px 14px 38px; }
  body.shop-page .shop-stage{ grid-template-columns:1fr; gap:18px; }
  body.shop-page .category-panel,
  body.shop-page .cart-panel{ position:static; top:auto; }
  body.shop-page .products-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
  body.shop-page .product-body h3,
  body.shop-page .product-body h4{ font-size:24px; }
  body.shop-page .product-card img,
  body.shop-page .product-card:nth-child(7n+1) img{ height:210px; }
}
@media(max-width:620px){
  body.shop-page .products-grid{ grid-template-columns:1fr; }
  body.shop-page .product-card img,
  body.shop-page .product-card:nth-child(7n+1) img{ height:230px; }
}


/* PRODUCT CARDS - new shape and design only */
body.shop-page .product-card,
body.shop-page .product-card:nth-child(7n+1),
body.shop-page .product-card:nth-child(7n+2),
body.shop-page .product-card:nth-child(7n+3),
body.shop-page .product-card:nth-child(7n+4),
body.shop-page .product-card:nth-child(7n+5),
body.shop-page .product-card:nth-child(7n+6),
body.shop-page .product-card:nth-child(7n+7){
  background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,243,235,.97) 100%);
  border:1px solid rgba(202,167,104,.22);
  border-radius:28px 82px 28px 28px;
  box-shadow:0 22px 48px rgba(114,83,38,.10), 0 10px 18px rgba(114,83,38,.06), inset 0 1px 0 rgba(255,255,255,.98);
  overflow:visible;
  padding:12px 12px 14px;
  position:relative;
}
body.shop-page .product-card::before{
  content:"";
  position:absolute;
  top:12px;
  right:12px;
  width:74px;
  height:74px;
  border-radius:0 34px 0 34px;
  background:linear-gradient(135deg, rgba(215,181,115,.26), rgba(255,255,255,0));
  z-index:0;
}
body.shop-page .product-card::after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:-10px;
  height:24px;
  border-radius:50%;
  background:rgba(124,88,36,.10);
  filter:blur(12px);
  z-index:-1;
}
body.shop-page .product-card:hover{
  transform:translateY(-6px);
  border-color:rgba(193,151,77,.42);
  box-shadow:0 30px 60px rgba(114,83,38,.14), 0 12px 20px rgba(114,83,38,.08), inset 0 1px 0 rgba(255,255,255,1);
}
body.shop-page .product-card img,
body.shop-page .product-card:nth-child(7n+1) img{
  width:100%;
  height:220px;
  display:block;
  object-fit:cover;
  border-radius:22px 64px 22px 22px;
  margin:0;
  box-shadow:0 10px 22px rgba(53,36,14,.10);
  position:relative;
  z-index:1;
}
body.shop-page .product-body{
  background:linear-gradient(180deg, rgba(255,255,255,.54), rgba(255,255,255,0));
  border-radius:18px 42px 18px 18px;
  padding:16px 14px 12px;
  margin-top:10px;
  position:relative;
  z-index:1;
  gap:9px;
}
body.shop-page .product-body h3,
body.shop-page .product-body h4{
  font-size:26px;
  line-height:1.02;
  color:#2d1f12;
}
body.shop-page .product-card .muted{
  color:#7b6851;
}
body.shop-page .product-card .price{
  color:#b67d2f;
  font-size:32px;
}
body.shop-page .product-card .pill{
  align-self:flex-start;
  border-radius:999px;
  padding:6px 12px;
  background:rgba(255,250,241,.98);
}
body.shop-page .product-card .lux-btn,
body.shop-page .product-card .lux-btn-small{
  width:100%;
  border-radius:14px 28px 14px 14px;
  padding:12px 14px;
  box-shadow:0 12px 20px rgba(175,132,60,.14), inset 0 1px 0 rgba(255,255,255,.22);
}
body.shop-page .product-card .lux-btn-small.ghost,
body.shop-page .product-card .ghost{
  background:linear-gradient(180deg, #f7efe2, #efe0c3);
  color:#8f6328;
  border-color:rgba(193,151,77,.35);
}
@media(max-width:900px){
  body.shop-page .product-card img,
  body.shop-page .product-card:nth-child(7n+1) img{height:200px;}
  body.shop-page .product-body h3,
  body.shop-page .product-body h4{font-size:22px;}
}


/* PRODUCT DETAIL MODAL - design only */
body.shop-page .modal{
  backdrop-filter:blur(9px);
  background:rgba(20,15,8,.58);
  z-index:120;
}
body.shop-page .modal-card{
  max-width:min(1180px, calc(100vw - 48px));
  width:100%;
  max-height:92vh;
  overflow:auto;
  padding:30px;
  border-radius:34px;
  background:linear-gradient(135deg, rgba(255,255,255,.98), rgba(249,244,235,.97));
  border:1px solid rgba(201,166,99,.28);
  box-shadow:0 30px 80px rgba(43,31,12,.22);
}
body.shop-page #closeModal{
  float:none !important;
  position:absolute;
  top:24px;
  right:24px;
  min-width:96px;
  z-index:3;
}
body.shop-page .modal-card{ position:relative; }
body.shop-page .product-detail-layout{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);
  gap:28px;
  align-items:start;
}
body.shop-page .product-media-panel,
body.shop-page .product-info-panel{
  min-width:0;
}
body.shop-page .product-main-image-shell{
  background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(246,240,229,.92));
  border:1px solid rgba(201,166,99,.24);
  border-radius:30px;
  padding:16px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95), 0 18px 40px rgba(92,67,31,.08);
}
body.shop-page .product-main-image-shell.empty{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:420px;
}
body.shop-page .gallery-placeholder{
  color:#8f7a5f;
  font:600 18px Arial,sans-serif;
}
body.shop-page .gallery-main{
  width:100%;
  height:min(62vh, 560px);
  object-fit:contain;
  background:#fbf8f2;
  border-radius:22px;
  cursor:zoom-in;
}
body.shop-page .gallery-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:14px;
}
body.shop-page .gallery-thumb{
  width:88px;
  height:88px;
  padding:5px;
  border-radius:18px;
  border:1px solid rgba(201,166,99,.22);
  background:rgba(255,255,255,.88);
  box-shadow:0 10px 18px rgba(92,67,31,.07);
  cursor:pointer;
}
body.shop-page .gallery-thumb.active{
  border-color:#c79345;
  box-shadow:0 0 0 3px rgba(199,147,69,.18), 0 14px 24px rgba(92,67,31,.10);
}
body.shop-page .gallery-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:14px;
}
body.shop-page .gallery-hint{
  margin-top:10px;
  color:#8a765d;
  font:500 13px Arial,sans-serif;
}
body.shop-page .detail-headline{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-right:110px;
}
body.shop-page .detail-brand{
  color:#a67b39;
  font:700 12px Arial,sans-serif;
  letter-spacing:.22em;
  text-transform:uppercase;
  margin-bottom:8px;
}
body.shop-page .detail-title{
  margin:0;
  font-size:48px;
  line-height:.96;
  color:#2f2114;
}
body.shop-page .detail-price{
  margin:14px 0 10px;
  font-size:44px;
  line-height:1;
  font-weight:700;
  color:#c28934;
}
body.shop-page .detail-short{
  margin:0 0 18px;
  color:#6d5b47;
  font:600 19px/1.55 Arial,sans-serif;
}
body.shop-page .detail-section{
  background:rgba(255,255,255,.62);
  border:1px solid rgba(201,166,99,.16);
  border-radius:22px;
  padding:18px 18px 16px;
  margin-bottom:14px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
body.shop-page .detail-section-title{
  color:#a67b39;
  font:700 12px Arial,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:10px;
}
body.shop-page .detail-text{
  white-space:pre-wrap;
  color:#5e4c38;
  font:500 16px/1.75 Arial,sans-serif;
}
body.shop-page .detail-spec-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}
body.shop-page .detail-spec-list li{
  background:#fffdfa;
  border:1px solid rgba(201,166,99,.12);
  border-radius:14px;
  padding:12px 14px;
  color:#5f4d38;
  font:500 15px/1.5 Arial,sans-serif;
}
body.shop-page .detail-empty{
  color:#8d7b65;
  font:500 15px Arial,sans-serif;
}
body.shop-page .detail-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:8px;
}
body.shop-page .detail-actions .lux-btn,
body.shop-page .detail-actions .lux-btn-small{
  min-width:190px;
}
body.shop-page .image-zoom-overlay{
  position:fixed;
  inset:0;
  background:rgba(13,10,6,.92);
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  z-index:200;
}
body.shop-page .image-zoom-overlay.show{ display:flex; }
body.shop-page .image-zoom-overlay-img{
  max-width:min(1800px, 98vw);
  width:auto;
  max-height:96vh;
  object-fit:contain;
  border-radius:22px;
  box-shadow:0 26px 90px rgba(0,0,0,.45);
  background:#fff;
}
body.shop-page .image-zoom-close{
  position:absolute;
  top:22px;
  right:24px;
  width:54px;
  height:54px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:34px;
  cursor:pointer;
}
body.shop-page.zoom-open{ overflow:hidden; }
@media(max-width:980px){
  body.shop-page .modal-card{ padding:22px; }
  body.shop-page .product-detail-layout{ grid-template-columns:1fr; gap:20px; }
  body.shop-page .detail-headline{ margin-right:0; }
  body.shop-page .detail-title{ font-size:34px; }
  body.shop-page .detail-price{ font-size:34px; }
  body.shop-page .gallery-main{ height:46vh; }
  body.shop-page .detail-actions .lux-btn,
  body.shop-page .detail-actions .lux-btn-small{ min-width:0; flex:1 1 100%; }
}

/* FINAL DETAIL MODAL LAYOUT FIXES - design/layout only */
body.shop-page .modal{
  align-items:flex-start;
  justify-content:center;
  padding:88px 18px 24px;
  overflow-y:auto;
}
body.shop-page .modal-card{
  width:min(1280px, calc(100vw - 36px));
  max-width:min(1280px, calc(100vw - 36px));
  max-height:calc(100vh - 112px);
  margin:0 auto;
  overflow:hidden;
  padding:22px;
  border-radius:32px;
}
body.shop-page #modalContent{
  overflow:visible;
}
body.shop-page #closeModal{
  top:16px;
  right:16px;
  min-width:88px;
}
body.shop-page .product-detail-layout{
  grid-template-columns:minmax(0, 0.98fr) minmax(340px, 0.9fr);
  gap:22px;
  align-items:stretch;
}
body.shop-page .product-media-panel{
  display:flex;
  flex-direction:column;
  min-height:0;
}
body.shop-page .product-main-image-shell{
  flex:0 0 auto;
  padding:14px;
}
body.shop-page .gallery-main{
  height:min(46vh, 500px);
}
body.shop-page .gallery-row{
  gap:10px;
  margin-top:12px;
}
body.shop-page .gallery-thumb{
  width:78px;
  height:78px;
}
body.shop-page .product-info-panel{
  min-height:0;
  max-height:calc(100vh - 180px);
  overflow:auto;
  padding-right:6px;
  scrollbar-width:thin;
}
body.shop-page .detail-headline{
  margin-right:102px;
  gap:14px;
}
body.shop-page .detail-title{
  font-size:40px;
  line-height:0.98;
}
body.shop-page .detail-price{
  font-size:38px;
  margin:10px 0 8px;
}
body.shop-page .detail-short{
  font-size:17px;
  margin-bottom:14px;
}
body.shop-page .detail-section{
  padding:16px 16px 14px;
  border-radius:20px;
  margin-bottom:12px;
}
body.shop-page .detail-text,
body.shop-page .detail-spec-list li{
  font-size:15px;
  line-height:1.65;
}
body.shop-page .detail-actions{
  gap:10px;
  padding-bottom:2px;
}
body.shop-page .detail-actions .lux-btn,
body.shop-page .detail-actions .lux-btn-small{
  min-width:170px;
}
body.shop-page .image-zoom-overlay{
  padding:14px;
}
body.shop-page .image-zoom-overlay-img{
  max-width:min(2200px, 99vw);
  max-height:99vh;
  border-radius:18px;
}
@media (max-width: 1180px){
  body.shop-page .modal{
    padding-top:82px;
  }
  body.shop-page .modal-card{
    width:min(1120px, calc(100vw - 28px));
    max-width:min(1120px, calc(100vw - 28px));
    max-height:calc(100vh - 98px);
    padding:20px;
  }
  body.shop-page .product-detail-layout{
    grid-template-columns:minmax(0, 1fr) minmax(320px, .92fr);
    gap:18px;
  }
  body.shop-page .gallery-main{
    height:min(42vh, 440px);
  }
  body.shop-page .product-info-panel{
    max-height:calc(100vh - 166px);
  }
  body.shop-page .detail-title{
    font-size:34px;
  }
  body.shop-page .detail-price{
    font-size:33px;
  }
}
@media (max-width: 920px){
  body.shop-page .modal{
    padding:74px 10px 14px;
  }
  body.shop-page .modal-card{
    width:calc(100vw - 20px);
    max-width:calc(100vw - 20px);
    max-height:calc(100vh - 88px);
    padding:16px;
    border-radius:24px;
    overflow:auto;
  }
  body.shop-page #closeModal{
    position:sticky;
    top:0;
    right:auto;
    margin-left:auto;
    display:block;
    z-index:5;
  }
  body.shop-page .product-detail-layout{
    grid-template-columns:1fr;
    gap:16px;
  }
  body.shop-page .product-info-panel{
    max-height:none;
    overflow:visible;
    padding-right:0;
  }
  body.shop-page .detail-headline{
    margin-right:0;
    padding-right:0;
    flex-direction:column;
    align-items:flex-start;
  }
  body.shop-page .detail-title{
    font-size:30px;
  }
  body.shop-page .detail-price{
    font-size:30px;
  }
  body.shop-page .gallery-main{
    height:min(38vh, 340px);
  }
  body.shop-page .gallery-thumb{
    width:68px;
    height:68px;
  }
  body.shop-page .detail-actions .lux-btn,
  body.shop-page .detail-actions .lux-btn-small{
    flex:1 1 100%;
    min-width:0;
  }
}

/* HIDE TECHNICAL HINT TEXT */
body.shop-page .gallery-hint{display:none !important;}

/* CART REDESIGN + ALWAYS VISIBLE WHEN ITEMS EXIST - design/layout only */
body.shop-page .shop-stage{
  align-items:start;
}
body.shop-page .cart-panel{
  display:none;
  background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,243,233,.98) 100%) !important;
  color:#332416 !important;
  border:1px solid rgba(199,164,104,.28) !important;
  border-radius:30px !important;
  box-shadow:0 24px 54px rgba(138,108,59,.16), 0 8px 18px rgba(106,74,35,.08), inset 0 1px 0 rgba(255,255,255,.95) !important;
  padding:22px !important;
}
body.shop-page.cart-has-items .cart-panel{
  display:block !important;
}
body.shop-page .cart-panel h2,
body.shop-page .cart-panel h3,
body.shop-page .cart-panel strong,
body.shop-page .cart-panel label{
  color:#3a2818 !important;
}
body.shop-page .cart-panel h2{
  margin:0 0 8px;
  font-size:32px;
  line-height:1;
}
body.shop-page .cart-panel h3{
  margin:16px 0 12px;
  font-size:17px;
  font-family:Arial,sans-serif;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-top:12px;
  border-top:1px solid rgba(188,153,91,.24);
}
body.shop-page .cart-panel #cartTotal{
  font-size:34px;
  line-height:1;
  color:#b8832f;
  font-family:Georgia,'Times New Roman',serif;
}
body.shop-page .cart-panel .muted,
body.shop-page .cart-panel #cartCount{
  color:#8a7356 !important;
}
body.shop-page .cart-panel #cartCount{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 16px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(190,150,82,.09);
  border:1px solid rgba(190,150,82,.18);
  font-size:13px;
  font-weight:700;
  letter-spacing:.02em;
}
body.shop-page .cart-panel #cartLines{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:8px;
}
body.shop-page .cart-line{
  align-items:center;
  gap:12px;
  padding:14px 14px;
  margin:0;
  border:1px solid rgba(198,162,99,.22) !important;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(248,241,230,.92));
  box-shadow:0 8px 18px rgba(117,87,49,.05);
}
body.shop-page .cart-line > div:first-child{
  flex:1 1 auto;
  min-width:0;
  font-family:Arial,sans-serif;
  line-height:1.45;
  color:#4b3a27;
}
body.shop-page .cart-line strong{
  display:block;
  font-size:17px;
  line-height:1.15;
  margin-bottom:4px;
  color:#302012 !important;
}
body.shop-page .cart-line .muted{
  color:#927859 !important;
}
body.shop-page .cart-line > div:last-child{
  display:flex;
  align-items:center;
  gap:8px;
  flex-shrink:0;
}
body.shop-page .cart-line .lux-btn-small{
  width:40px;
  height:40px;
  min-width:40px;
  padding:0;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  line-height:1;
}
body.shop-page .cart-line .lux-btn-small.ghost{
  background:linear-gradient(135deg,#a5732e,#c9994f);
  color:#fffdf8;
  border-color:rgba(191,149,77,.7);
}
body.shop-page .cart-line .lux-btn-small.danger{
  background:linear-gradient(135deg,#ad7b34,#c9994f);
  color:#fffdf8;
  border-color:rgba(191,149,77,.7);
}
body.shop-page .cart-panel form.grid{
  gap:12px;
  margin-top:12px;
}
body.shop-page .cart-panel input,
body.shop-page .cart-panel textarea{
  background:rgba(255,255,255,.9) !important;
  color:#332416 !important;
  border:1px solid rgba(198,162,99,.22) !important;
  border-radius:18px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
  font-family:Arial,sans-serif;
}
body.shop-page .cart-panel input::placeholder,
body.shop-page .cart-panel textarea::placeholder{
  color:#b9a188 !important;
}
body.shop-page .cart-panel textarea{
  min-height:106px;
}
body.shop-page .cart-panel .lux-btn{
  width:100%;
  margin-top:4px;
  padding:16px 20px;
  border-radius:18px;
  font-size:18px;
}
body.shop-page .cart-panel #shopMsg{
  margin-top:12px;
}
@media (min-width: 1101px){
  body.shop-page .cart-panel{
    position:sticky !important;
    top:96px !important;
    max-height:calc(100vh - 116px);
    overflow:auto;
  }
}
@media (max-width: 1100px){
  body.shop-page.cart-has-items .cart-panel{
    position:fixed !important;
    left:12px;
    right:12px;
    bottom:12px;
    top:auto !important;
    width:auto !important;
    margin:0 !important;
    z-index:42;
    max-height:74vh;
    overflow:auto;
    padding:18px !important;
  }
  body.shop-page.cart-has-items .products-stage{
    padding-bottom:560px;
  }
  body.shop-page .cart-panel h2{
    font-size:28px;
    position:sticky;
    top:-18px;
    padding:6px 0 10px;
    background:linear-gradient(180deg, rgba(253,250,244,.98), rgba(248,243,233,.95));
    z-index:2;
  }
}
@media (max-width: 640px){
  body.shop-page.cart-has-items .cart-panel{
    left:8px;
    right:8px;
    bottom:8px;
    max-height:72vh;
    border-radius:24px !important;
    padding:16px !important;
  }
  body.shop-page.cart-has-items .products-stage{
    padding-bottom:600px;
  }
  body.shop-page .cart-panel h2{
    font-size:25px;
  }
  body.shop-page .cart-panel #cartTotal{
    font-size:28px;
  }
  body.shop-page .cart-line{
    flex-direction:column;
    align-items:flex-start;
  }
  body.shop-page .cart-line > div:last-child{
    width:100%;
    justify-content:flex-end;
  }
}

/* MODAL CART + PRICE ACTION LAYOUT REFINEMENT - design/layout only */
body.shop-page .detail-purchase-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:10px 0 8px;
}
body.shop-page .detail-buy-btn{
  min-width:240px;
  padding:15px 22px;
  border-radius:18px;
  flex:0 0 auto;
  box-shadow:0 14px 26px rgba(191,145,63,.22);
}
body.shop-page .detail-modal-cart{
  display:none;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:12px 18px;
  padding:16px 18px;
  margin:6px 0 16px;
  border-radius:22px;
  border:1px solid rgba(201,166,99,.2);
  background:linear-gradient(135deg, rgba(255,255,255,.9), rgba(247,240,227,.95));
  box-shadow:0 14px 28px rgba(105,76,39,.08), inset 0 1px 0 rgba(255,255,255,.92);
}
body.shop-page .detail-modal-cart-head{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
}
body.shop-page .detail-modal-cart-head span{
  color:#a67b39;
  font:700 12px Arial,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
}
body.shop-page .detail-modal-cart-head strong{
  color:#5d4a35;
  font:600 15px/1.5 Arial,sans-serif;
}
body.shop-page .detail-modal-cart-total{
  text-align:right;
}
body.shop-page .detail-modal-cart-total small{
  display:block;
  color:#8c7558;
  font:700 12px Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:4px;
}
body.shop-page .detail-modal-cart-total b{
  color:#bf8230;
  font:700 28px/1 Georgia,'Times New Roman',serif;
}
body.shop-page .detail-actions{
  justify-content:flex-start;
}
body.shop-page .detail-actions .lux-btn-small{
  min-width:220px;
  padding:14px 18px;
  border-radius:16px;
  font-size:14px;
}
@media (max-width: 980px){
  body.shop-page .detail-purchase-row{
    flex-direction:column;
    align-items:stretch;
  }
  body.shop-page .detail-buy-btn{
    min-width:0;
    width:100%;
  }
  body.shop-page .detail-modal-cart{
    grid-template-columns:1fr;
  }
  body.shop-page .detail-modal-cart-total{
    text-align:left;
  }
}

/* Detail modal cart callout + cart focus */
body.shop-page .detail-modal-cart{
  appearance:none;
  -webkit-appearance:none;
  width:100%;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  text-align:left;
}
body.shop-page .detail-modal-cart::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(206,163,82,.12), rgba(255,255,255,.18), rgba(206,163,82,.08));
  pointer-events:none;
}
body.shop-page .detail-modal-cart::after{
  content:"→";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  color:#b78433;
  font:700 24px/1 Georgia,'Times New Roman',serif;
  opacity:.9;
}
body.shop-page .detail-modal-cart:hover,
body.shop-page .detail-modal-cart:focus-visible{
  transform:translateY(-2px) scale(1.01);
  box-shadow:0 18px 34px rgba(188,140,57,.18), inset 0 1px 0 rgba(255,255,255,.95);
  border-color:rgba(191,145,63,.4);
  background:linear-gradient(135deg, rgba(255,255,255,.96), rgba(249,241,224,.98));
  outline:none;
}
body.shop-page .detail-modal-cart .detail-modal-cart-head,
body.shop-page .detail-modal-cart .detail-modal-cart-total{
  position:relative;
  z-index:1;
}
body.shop-page .detail-modal-cart-total{
  padding-right:26px;
}
body.shop-page .cart-box{
  transition:box-shadow .28s ease, transform .28s ease, border-color .28s ease;
}
body.shop-page .cart-box.cart-focus{
  box-shadow:0 0 0 3px rgba(198,149,61,.24), 0 22px 44px rgba(191,145,63,.22);
  border-color:rgba(191,145,63,.5);
  transform:translateY(-4px);
}
body.shop-page .detail-purchase-row .detail-price{
  margin:0;
}


/* ADMIN INFO PAGES + SHOP INFO LINKS */
body.admin-page #tab-pages textarea{min-height:180px;}
body.shop-page .shop-info-pages{max-width:1320px;margin:0 auto 18px;display:flex;flex-wrap:wrap;gap:10px;padding:0 2px;}
body.shop-page .shop-page-link{border:1px solid rgba(190,150,82,.28);background:linear-gradient(135deg, rgba(255,255,255,.9), rgba(248,241,229,.92));color:#8f6427;border-radius:999px;padding:11px 16px;font:700 13px Arial,sans-serif;cursor:pointer;box-shadow:0 10px 22px rgba(107,76,35,.07), inset 0 1px 0 rgba(255,255,255,.95);}
body.shop-page .shop-page-link:hover{transform:translateY(-1px);border-color:rgba(190,150,82,.48);box-shadow:0 14px 28px rgba(107,76,35,.10), inset 0 1px 0 rgba(255,255,255,1);}
body.shop-page .info-page-modal{padding:22px;}
body.shop-page .info-page-modal .detail-title{margin-bottom:18px;}
body.shop-page .info-page-modal .detail-text{white-space:pre-wrap;}

/* PARTNERU LOGO ADMIN + FOOTER */
body.admin-page .partner-logo-preview-box{
  min-height:140px;
  border:1px solid rgba(190,150,82,.22);
  border-radius:22px;
  background:linear-gradient(135deg, rgba(255,255,255,.92), rgba(248,241,229,.96));
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92), 0 14px 32px rgba(107,76,35,.05);
}
body.admin-page .partner-logo-preview-box img{
  max-width:100%;
  max-height:96px;
  object-fit:contain;
}
body.admin-page .partner-logo-admin-row{
  display:flex;
  align-items:center;
  gap:14px;
}
body.admin-page .partner-logo-admin-thumb{
  width:70px;
  height:52px;
  border-radius:14px;
  background:linear-gradient(135deg, rgba(255,255,255,.96), rgba(248,241,229,.92));
  border:1px solid rgba(190,150,82,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px;
}
body.admin-page .partner-logo-admin-thumb img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}
body.shop-page .partner-logos-footer{
  max-width:1320px;
  margin:30px auto 0;
  padding:0 2px 24px;
}
body.shop-page .partner-logos-shell{
  border-radius:32px;
  border:1px solid rgba(190,150,82,.18);
  background:linear-gradient(135deg, rgba(255,255,255,.90), rgba(248,241,229,.96));
  box-shadow:0 24px 54px rgba(96,69,35,.08), inset 0 1px 0 rgba(255,255,255,.92);
  padding:26px 28px 28px;
}
body.shop-page .partner-logos-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:20px;
  flex-wrap:wrap;
}
body.shop-page .partner-logos-kicker{
  display:inline-flex;
  font:800 12px/1 Arial,sans-serif;
  letter-spacing:.26em;
  text-transform:uppercase;
  color:#b78433;
}
body.shop-page .partner-logos-head h2{
  margin:0;
  color:#3a2817;
  font:600 clamp(26px,2.5vw,36px)/1.05 Georgia,'Times New Roman',serif;
}
body.shop-page .partner-logos-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
  gap:14px;
}
body.shop-page .partner-logo-item{
  min-height:132px;
  border-radius:24px;
  border:1px solid rgba(190,150,82,.18);
  background:linear-gradient(145deg, rgba(255,255,255,.95), rgba(247,239,225,.94));
  box-shadow:0 16px 34px rgba(96,69,35,.06), inset 0 1px 0 rgba(255,255,255,.92);
  padding:18px 16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  text-align:center;
  text-decoration:none;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
body.shop-page .partner-logo-item:hover{
  transform:translateY(-2px);
  border-color:rgba(190,150,82,.36);
  box-shadow:0 22px 40px rgba(96,69,35,.10), inset 0 1px 0 rgba(255,255,255,.96);
}
body.shop-page .partner-logo-mark{
  width:100%;
  height:62px;
  border-radius:16px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(190,150,82,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
}
body.shop-page .partner-logo-mark img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  mix-blend-mode:multiply;
}
body.shop-page .partner-logo-item span{
  color:#5f4a34;
  font:700 14px/1.35 Arial,sans-serif;
}
@media (max-width: 760px){
  body.shop-page .partner-logos-shell{padding:22px 18px 20px;border-radius:26px;}
  body.shop-page .partner-logos-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  body.shop-page .partner-logo-item{min-height:118px;border-radius:20px;}
}


/* HIDE TECHNICAL LABELS */
body.shop-page .partner-logos-kicker{display:none !important;}
body.shop-page .partner-logos-head{justify-content:center;text-align:center;}

/* SHOP PUBLISH / HIDE STATUS */
body.admin-page #tab-publish{
  max-width:760px;
}
body.admin-page #shopVisibilityForm{
  margin-top:18px;
  padding:22px;
  border-radius:24px;
  border:1px solid rgba(190,150,82,.20);
  background:linear-gradient(135deg, rgba(255,255,255,.90), rgba(248,241,229,.94));
  box-shadow:0 18px 38px rgba(107,76,35,.07), inset 0 1px 0 rgba(255,255,255,.92);
}
body.shop-page .shop-hidden-message{
  text-align:center;
  max-width:860px;
  margin:80px auto;
  padding:54px 32px;
}
body.shop-page .shop-hidden-message h1{
  margin:0 0 14px;
  color:#352416;
  font-size:clamp(36px,5vw,62px);
}
body.shop-page .shop-hidden-message p{
  margin:0;
  color:#7d6a53;
  font:500 18px/1.6 Arial,sans-serif;
}

/* ADMIN PASSWORD LOCK */
.admin-auth-overlay{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:radial-gradient(circle at top, rgba(243,226,192,.18), transparent 32%), rgba(8,7,6,.86);
  backdrop-filter:blur(10px);
}
.admin-auth-box{
  width:min(460px,100%);
  display:grid;
  gap:14px;
  padding:34px;
  border-radius:30px;
  border:1px solid rgba(210,170,96,.26);
  background:linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,241,229,.96));
  box-shadow:0 34px 90px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.95);
  color:#342416;
}
.admin-auth-box h1{
  margin:0;
  color:#342416;
  font-size:42px;
  line-height:1;
}
.admin-auth-box p{
  margin:0 0 6px;
  color:#7b6851;
  font:500 16px/1.55 Arial,sans-serif;
}
.admin-auth-box input{
  background:#fffdfa;
  color:#342416;
  border:1px solid rgba(190,150,82,.28);
}
.admin-auth-msg{
  min-height:20px;
  color:#9a392f;
  font:700 14px/1.4 Arial,sans-serif;
}
body.admin-page #tab-password{
  max-width:760px;
}
body.admin-page #adminPasswordForm{
  margin-top:18px;
  padding:22px;
  border-radius:24px;
  border:1px solid rgba(190,150,82,.20);
  background:linear-gradient(135deg, rgba(255,255,255,.90), rgba(248,241,229,.94));
  box-shadow:0 18px 38px rgba(107,76,35,.07), inset 0 1px 0 rgba(255,255,255,.92);
}

/* ORDER SUCCESS MESSAGE */
body.admin-page #orderSuccessMessageForm textarea{
  min-height:150px;
}
body.shop-page .order-success-modal{
  max-width:760px;
  margin:0 auto;
  text-align:center;
  padding:42px 26px;
}
body.shop-page .order-success-icon{
  width:78px;
  height:78px;
  margin:0 auto 20px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#9b6a28,#d2a057);
  color:#fff;
  font:700 42px/1 Arial,sans-serif;
  box-shadow:0 18px 38px rgba(157,106,40,.22), inset 0 1px 0 rgba(255,255,255,.3);
}
body.shop-page .order-success-modal h2{
  margin:0 0 16px;
  color:#332416;
  font-size:clamp(34px,4vw,54px);
}
body.shop-page .order-success-text{
  white-space:pre-wrap;
  color:#6d5b45;
  font:600 18px/1.75 Arial,sans-serif;
  padding:22px;
  border-radius:24px;
  border:1px solid rgba(190,150,82,.18);
  background:linear-gradient(135deg, rgba(255,255,255,.86), rgba(248,241,229,.94));
}

/* DEDICATED ORDER SUCCESS OVERLAY */
body.shop-page .order-success-overlay{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(20,14,8,.68);
  backdrop-filter:blur(10px);
}
body.shop-page .order-success-overlay.show{
  display:flex;
}
body.shop-page .order-success-card{
  width:min(720px, 100%);
  position:relative;
  text-align:center;
  padding:46px 34px 34px;
  border-radius:34px;
  border:1px solid rgba(205,166,96,.30);
  background:linear-gradient(145deg, rgba(255,255,255,.99), rgba(248,241,229,.97));
  box-shadow:0 34px 90px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.96);
  color:#342416;
}
body.shop-page .order-success-close{
  position:absolute;
  top:18px;
  right:18px;
  border:none;
  border-radius:999px;
  padding:11px 18px;
  cursor:pointer;
  color:#fffdf8;
  font:800 13px Arial,sans-serif;
  background:linear-gradient(135deg,#8a632c,#c9994f);
  box-shadow:0 12px 24px rgba(150,100,38,.20);
}
body.shop-page .order-success-card .order-success-icon{
  width:84px;
  height:84px;
  margin:0 auto 20px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#9b6a28,#d2a057);
  color:#fff;
  font:700 46px/1 Arial,sans-serif;
  box-shadow:0 18px 38px rgba(157,106,40,.24), inset 0 1px 0 rgba(255,255,255,.30);
}
body.shop-page .order-success-card h2{
  margin:0 0 16px;
  color:#332416;
  font-size:clamp(34px,4vw,56px);
  line-height:1;
}
body.shop-page .order-success-card .order-success-text{
  white-space:pre-wrap;
  color:#6d5b45;
  font:600 18px/1.75 Arial,sans-serif;
  padding:22px;
  border-radius:24px;
  border:1px solid rgba(190,150,82,.18);
  background:linear-gradient(135deg, rgba(255,255,255,.86), rgba(248,241,229,.94));
}

/* STOCK + PRODUCTION TIME */
body.admin-page #productProductionTimeLv,
body.admin-page #productProductionTimeEn{
  background:#fffdfa;
}
body.shop-page .product-card .pill{
  max-width:100%;
  white-space:normal;
  line-height:1.35;
}
body.shop-page .detail-badges .pill{
  white-space:normal;
  text-align:left;
}

/* VERY VISIBLE PRODUCTION TIME ADMIN BLOCK */
body.admin-page .product-production-block{
  margin:6px 0 4px !important;
  padding:22px !important;
  border-radius:24px !important;
  border:2px solid rgba(200,150,60,.34) !important;
  background:linear-gradient(135deg, rgba(255,255,255,.94), rgba(248,238,218,.98)) !important;
  box-shadow:0 18px 38px rgba(120,80,30,.10), inset 0 1px 0 rgba(255,255,255,.92) !important;
}
body.admin-page .product-production-block h3{
  margin:0 0 8px;
  color:#8a632c;
  font-size:24px;
}
body.admin-page .product-production-block .muted{
  margin:0 0 16px;
}

/* PRODUCT QUESTION FORM */
body.shop-page .product-question-overlay{
  position:fixed;
  inset:0;
  z-index:999998;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(22,15,8,.68);
  backdrop-filter:blur(10px);
}
body.shop-page .product-question-overlay.show{
  display:flex;
}
body.shop-page .product-question-card{
  width:min(720px,100%);
  position:relative;
  display:grid;
  gap:14px;
  padding:38px 32px 30px;
  border-radius:34px;
  border:1px solid rgba(205,166,96,.32);
  background:linear-gradient(145deg, rgba(255,255,255,.99), rgba(248,241,229,.98));
  box-shadow:0 34px 90px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.96);
  color:#342416;
}
body.shop-page .product-question-card h2{
  margin:0;
  color:#332416;
  font-size:clamp(34px,4vw,54px);
  line-height:1.05;
}
body.shop-page .product-question-product{
  margin:0 0 8px;
  color:#8a632c;
  font:800 15px/1.45 Arial,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.shop-page .product-question-card input,
body.shop-page .product-question-card textarea{
  width:100%;
  box-sizing:border-box;
  background:#fffdfa;
  color:#342416;
  border:1px solid rgba(190,150,82,.28);
  border-radius:18px;
  padding:15px 16px;
  font:600 15px/1.4 Arial,sans-serif;
  outline:none;
}
body.shop-page .product-question-card textarea{
  min-height:150px;
  resize:vertical;
}
body.shop-page .product-question-card input:focus,
body.shop-page .product-question-card textarea:focus{
  border-color:rgba(178,124,44,.72);
  box-shadow:0 0 0 4px rgba(196,145,66,.12);
}
body.shop-page .product-question-close{
  position:absolute;
  top:18px;
  right:18px;
  border:none;
  border-radius:999px;
  padding:11px 18px;
  cursor:pointer;
  color:#fffdf8;
  font:800 13px Arial,sans-serif;
  background:linear-gradient(135deg,#8a632c,#c9994f);
  box-shadow:0 12px 24px rgba(150,100,38,.20);
}
body.shop-page .question-form-msg{
  min-height:22px;
  color:#8a632c;
  font:800 14px/1.45 Arial,sans-serif;
  text-align:center;
}
@media(max-width:720px){
  body.shop-page .product-question-card{
    padding:34px 20px 24px;
  }
  body.shop-page .product-question-card .grid-2{
    grid-template-columns:1fr;
  }
}

/* CLEAR PRODUCT QUESTIONS IN ADMIN */
body.admin-page .questions-admin-table td{
  vertical-align:top;
}
body.admin-page .question-product-box,
body.admin-page .question-customer-box,
body.admin-page .question-text-box{
  display:grid;
  gap:6px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(190,150,82,.18);
  background:rgba(255,250,240,.72);
}
body.admin-page .question-product-box strong{
  color:#8a632c;
  font-size:16px;
}
body.admin-page .question-product-box span,
body.admin-page .question-customer-box span{
  color:#6f604f;
  font:600 13px/1.35 Arial,sans-serif;
}
body.admin-page .question-product-box small{
  color:#3b2a18;
  font:800 12px/1.3 Arial,sans-serif;
  letter-spacing:.02em;
}
body.admin-page .question-customer-box strong{
  color:#342416;
  font-size:15px;
}
body.admin-page .question-text-box{
  white-space:pre-wrap;
  min-width:260px;
  color:#342416;
  font:600 14px/1.55 Arial,sans-serif;
}

/* QUESTION SUCCESS MESSAGE SETTINGS + OVERLAY */
body.admin-page #questionSuccessMessageForm textarea{
  min-height:150px;
}
body.shop-page .question-success-overlay{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(20,14,8,.68);
  backdrop-filter:blur(10px);
}
body.shop-page .question-success-overlay.show{
  display:flex;
}
body.shop-page .question-success-card{
  width:min(720px,100%);
  position:relative;
  text-align:center;
  padding:46px 34px 34px;
  border-radius:34px;
  border:1px solid rgba(205,166,96,.30);
  background:linear-gradient(145deg, rgba(255,255,255,.99), rgba(248,241,229,.97));
  box-shadow:0 34px 90px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.96);
  color:#342416;
}
body.shop-page .question-success-close{
  position:absolute;
  top:18px;
  right:18px;
  border:none;
  border-radius:999px;
  padding:11px 18px;
  cursor:pointer;
  color:#fffdf8;
  font:800 13px Arial,sans-serif;
  background:linear-gradient(135deg,#8a632c,#c9994f);
  box-shadow:0 12px 24px rgba(150,100,38,.20);
}
body.shop-page .question-success-icon{
  width:84px;
  height:84px;
  margin:0 auto 20px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#9b6a28,#d2a057);
  color:#fff;
  font:700 46px/1 Arial,sans-serif;
  box-shadow:0 18px 38px rgba(157,106,40,.24), inset 0 1px 0 rgba(255,255,255,.30);
}
body.shop-page .question-success-card h2{
  margin:0 0 16px;
  color:#332416;
  font-size:clamp(34px,4vw,56px);
  line-height:1;
}
body.shop-page .question-success-text{
  white-space:pre-wrap;
  color:#6d5b45;
  font:600 18px/1.75 Arial,sans-serif;
  padding:22px;
  border-radius:24px;
  border:1px solid rgba(190,150,82,.18);
  background:linear-gradient(135deg, rgba(255,255,255,.86), rgba(248,241,229,.94));
}


/* BIG QUESTION SUCCESS POPUP */
body.shop-page .question-success-overlay{
  padding:34px !important;
  background:rgba(18,12,6,.76) !important;
  backdrop-filter:blur(14px) !important;
}
body.shop-page .question-success-card{
  width:min(1040px, calc(100vw - 48px)) !important;
  min-height:min(560px, calc(100vh - 80px)) !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  padding:72px 62px 58px !important;
  border-radius:42px !important;
  border:2px solid rgba(205,166,96,.38) !important;
  box-shadow:0 42px 120px rgba(0,0,0,.46), 0 18px 42px rgba(122,78,25,.16), inset 0 1px 0 rgba(255,255,255,.98) !important;
}
body.shop-page .question-success-icon{
  width:112px !important;
  height:112px !important;
  margin-bottom:28px !important;
  font-size:62px !important;
}
body.shop-page .question-success-card h2{
  font-size:clamp(46px,6vw,78px) !important;
  margin-bottom:26px !important;
}
body.shop-page .question-success-text{
  width:min(820px, 100%) !important;
  font-size:clamp(20px,2vw,28px) !important;
  line-height:1.75 !important;
  padding:32px 36px !important;
  border-radius:30px !important;
}
body.shop-page .question-success-close{
  top:24px !important;
  right:24px !important;
  padding:14px 24px !important;
  font-size:15px !important;
}
@media(max-width:720px){
  body.shop-page .question-success-card{
    width:calc(100vw - 28px) !important;
    min-height:calc(100vh - 56px) !important;
    padding:64px 20px 32px !important;
    border-radius:30px !important;
  }
  body.shop-page .question-success-text{
    font-size:18px !important;
    padding:24px 18px !important;
  }
}

/* ADMIN INPUT TEXT VISIBILITY FIX */
body.admin-page input,
body.admin-page textarea,
body.admin-page select{
  color:#111111 !important;
  -webkit-text-fill-color:#111111 !important;
  caret-color:#111111 !important;
}
body.admin-page input::placeholder,
body.admin-page textarea::placeholder{
  color:#6f6f6f !important;
  -webkit-text-fill-color:#6f6f6f !important;
  opacity:1 !important;
}
body.admin-page #productProductionTimeLv,
body.admin-page #productProductionTimeEn{
  color:#111111 !important;
  -webkit-text-fill-color:#111111 !important;
  background:#ffffff !important;
}

/* PARTNER LOGO FOOTER: SHOW LOGO ONLY */
body.shop-page .partner-logo-item span{display:none !important;}

/* CUSTOM SIZE REQUEST */
body.shop-page .custom-size-btn{
  margin-top:10px;
  width:100%;
  border-color:rgba(190,150,82,.26);
  background:linear-gradient(135deg, rgba(255,255,255,.92), rgba(248,236,214,.96));
  color:#8a632c;
  font-weight:900;
}
body.shop-page .custom-size-overlay{
  position:fixed;
  inset:0;
  z-index:999998;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(22,15,8,.68);
  backdrop-filter:blur(10px);
}
body.shop-page .custom-size-overlay.show{display:flex;}
body.shop-page .custom-size-card{
  width:min(780px,100%);
  position:relative;
  display:grid;
  gap:14px;
  padding:38px 32px 30px;
  border-radius:34px;
  border:1px solid rgba(205,166,96,.32);
  background:linear-gradient(145deg, rgba(255,255,255,.99), rgba(248,241,229,.98));
  box-shadow:0 34px 90px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.96);
  color:#342416;
}
body.shop-page .custom-size-card h2{
  margin:0;
  color:#332416;
  font-size:clamp(34px,4vw,54px);
  line-height:1.05;
}
body.shop-page .custom-size-product{
  margin:0 0 8px;
  color:#8a632c;
  font:800 15px/1.45 Arial,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.shop-page .custom-size-card input,
body.shop-page .custom-size-card textarea{
  width:100%;
  box-sizing:border-box;
  background:#fffdfa;
  color:#111;
  border:1px solid rgba(190,150,82,.28);
  border-radius:18px;
  padding:15px 16px;
  font:600 15px/1.4 Arial,sans-serif;
  outline:none;
}
body.shop-page .custom-size-card textarea{min-height:140px;resize:vertical;}
body.shop-page .custom-size-card input:focus,
body.shop-page .custom-size-card textarea:focus{
  border-color:rgba(178,124,44,.72);
  box-shadow:0 0 0 4px rgba(196,145,66,.12);
}
body.shop-page .custom-size-close{
  position:absolute;
  top:18px;
  right:18px;
  border:none;
  border-radius:999px;
  padding:11px 18px;
  cursor:pointer;
  color:#fffdf8;
  font:800 13px Arial,sans-serif;
  background:linear-gradient(135deg,#8a632c,#c9994f);
  box-shadow:0 12px 24px rgba(150,100,38,.20);
}
body.shop-page .custom-size-msg{
  min-height:22px;
  color:#8a632c;
  font:800 14px/1.45 Arial,sans-serif;
  text-align:center;
}
body.admin-page .question-type-badge{
  display:inline-block;
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  background:linear-gradient(135deg,#8a632c,#c9994f);
  color:#fff;
  font:900 11px/1 Arial,sans-serif;
  letter-spacing:.05em;
  text-transform:uppercase;
  font-style:normal;
}
@media(max-width:720px){
  body.shop-page .custom-size-card{padding:34px 20px 24px;}
  body.shop-page .custom-size-card .grid-2{grid-template-columns:1fr;}
}


/* ALWAYS VISIBLE CUSTOM SIZE PANEL */
body.shop-page #customSizePanel.custom-size-panel{
  display:block !important;
  width:100%;
  margin:34px 0 18px !important;
  padding:30px !important;
  border-radius:34px !important;
  border:1px solid rgba(205,166,96,.30) !important;
  background:linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,241,229,.97)) !important;
  box-shadow:0 26px 70px rgba(107,76,35,.11), inset 0 1px 0 rgba(255,255,255,.96) !important;
  color:#342416 !important;
}
body.shop-page #customSizePanel h2{
  margin:0 0 8px;
  color:#342416;
  font-size:clamp(34px,4vw,56px);
  line-height:1;
}
body.shop-page #customSizePanel p{
  margin:0 0 20px;
  color:#7b6851;
  font:600 16px/1.55 Arial,sans-serif;
}
body.shop-page .custom-size-inline-form input,
body.shop-page .custom-size-inline-form textarea,
body.shop-page .custom-size-inline-form select{
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  background:#fffdfa !important;
  border:1px solid rgba(190,150,82,.28) !important;
  border-radius:18px !important;
}
body.shop-page .custom-size-inline-form textarea{min-height:130px;}
body.shop-page .custom-size-submit{
  width:100%;
  font-size:17px;
  padding:16px 22px;
  border-radius:18px 34px 18px 18px;
}
body.shop-page .product-card .custom-size-btn,
body.shop-page .detail-actions .custom-size-btn{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  width:100% !important;
  min-height:44px !important;
  margin-top:10px !important;
  position:relative !important;
  z-index:20 !important;
  background:linear-gradient(135deg,#f8efe0,#ead6ad) !important;
  color:#8a632c !important;
  border:1px solid rgba(190,150,82,.36) !important;
  font-weight:900 !important;
  text-shadow:none !important;
}
@media(max-width:900px){
  body.shop-page #customSizePanel{padding:22px !important;}
  body.shop-page #customSizePanel .grid-2,
  body.shop-page #customSizePanel .grid-3{grid-template-columns:1fr !important;}
}

/* CUSTOM SIZE: FOOTER MENU ONLY */
body.shop-page .product-card .custom-size-btn,
body.shop-page .detail-actions .custom-size-btn,
body.shop-page #customSizePanel{
  display:none !important;
}
body.shop-page .custom-size-footer-menu{
  width:min(1055px, calc(100% - 44px));
  margin:26px auto 14px;
}
body.shop-page .custom-size-menu-shell{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:20px 24px;
  border-radius:28px;
  border:1px solid rgba(190,150,82,.22);
  background:linear-gradient(135deg, rgba(255,255,255,.92), rgba(248,241,229,.96));
  box-shadow:0 18px 38px rgba(107,76,35,.08), inset 0 1px 0 rgba(255,255,255,.92);
}
body.shop-page .custom-size-menu-shell h2{
  margin:0;
  color:#332416;
  font-size:clamp(24px,3vw,34px);
  line-height:1.05;
}
body.shop-page .custom-size-menu-shell p{
  margin:7px 0 0;
  color:#7b6a56;
  font:600 15px/1.45 Arial,sans-serif;
}
body.shop-page .custom-size-menu-btn{
  min-width:230px;
  padding:14px 22px;
  border-radius:18px;
  background:linear-gradient(135deg,#b38336,#d6ad67);
  color:#fffdf8 !important;
  border:1px solid rgba(140,91,28,.25);
  box-shadow:0 14px 28px rgba(151,102,38,.18);
}
body.shop-page .custom-size-card select{
  width:100%;
  box-sizing:border-box;
  background:#fffdfa;
  color:#21170f;
  border:1px solid rgba(190,150,82,.28);
  border-radius:18px;
  padding:15px 16px;
  font:700 15px/1.4 Arial,sans-serif;
  outline:none;
}
@media(max-width:760px){
  body.shop-page .custom-size-menu-shell{display:grid;text-align:center;}
  body.shop-page .custom-size-menu-btn{width:100%;min-width:0;}
}

/* ADMIN SITE/FAVICON LOGO */
body.admin-page .site-logo-form{
  margin-top:14px;
  padding:20px;
  border-radius:24px;
  border:1px solid rgba(190,150,82,.20);
  background:linear-gradient(135deg, rgba(255,255,255,.90), rgba(248,241,229,.94));
  box-shadow:0 18px 38px rgba(107,76,35,.07), inset 0 1px 0 rgba(255,255,255,.92);
}
body.admin-page .site-logo-preview-box{
  min-height:116px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:22px;
  border:1px dashed rgba(190,150,82,.34);
  background:#fffdfa;
  padding:18px;
}
body.admin-page .site-logo-preview-box img{
  max-width:96px;
  max-height:96px;
  object-fit:contain;
  border-radius:18px;
  box-shadow:0 12px 24px rgba(90,60,25,.10);
}


/* CATEGORY SIDEBAR SLIDESHOW */
body.admin-page .category-slides-preview-box{
  min-height:150px;
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(92px,1fr));
  gap:10px;
  align-items:start;
  padding:12px;
  border-radius:20px;
  border:1px solid rgba(190,150,82,.22);
  background:rgba(255,250,240,.74);
}
body.admin-page .slideshow-admin-thumb{position:relative;overflow:hidden;border-radius:14px;border:1px solid rgba(190,150,82,.20);background:#fffaf2;aspect-ratio:1/1;}
body.admin-page .slideshow-admin-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
body.admin-page .slideshow-admin-thumb span{position:absolute;right:6px;bottom:6px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(55,38,18,.82);color:#fff;font:800 12px Arial,sans-serif;}
body.shop-page .category-slideshow{margin-top:24px;display:grid;gap:14px;}
body.shop-page .category-slideshow-heading{display:grid;gap:6px;}
body.shop-page .category-slideshow-eyebrow{display:inline-flex;align-items:center;width:max-content;padding:7px 11px;border-radius:999px;background:rgba(198,144,65,.12);border:1px solid rgba(198,144,65,.18);color:#a86f22;font:800 11px/1 Arial,sans-serif;letter-spacing:.22em;text-transform:uppercase;}
body.shop-page .category-slideshow-main-title{margin:0;color:#2f2114;font:700 24px/1.05 Georgia,serif;}
body.shop-page .category-slideshow-sub{margin:0;color:#7d6a53;font:500 13px/1.6 Arial,sans-serif;}
body.shop-page .category-slideshow-frame{position:relative;overflow:hidden;width:100%;min-height:320px;aspect-ratio:4/5;border-radius:30px;border:1px solid rgba(190,150,82,.24);background:linear-gradient(145deg,rgba(34,24,17,.90),rgba(127,86,35,.85));box-shadow:0 24px 50px rgba(116,79,32,.18), inset 0 1px 0 rgba(255,255,255,.22);isolation:isolate;}
body.shop-page .category-slide-glow{position:absolute;inset:auto -10% -24% -10%;height:48%;background:radial-gradient(circle at center,rgba(241,202,141,.30),rgba(241,202,141,0));z-index:1;pointer-events:none;}
body.shop-page .category-slide-shine{position:absolute;inset:-20% auto auto -40%;width:62%;height:140%;transform:rotate(17deg);background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.18),rgba(255,255,255,0));z-index:3;pointer-events:none;animation:srLuxurySlideShine 7s ease-in-out infinite;}
body.shop-page .category-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.10);filter:saturate(1.04) contrast(1.02) brightness(.92);transition:opacity 1.1s ease, transform 5.2s ease, filter 1.1s ease;}
body.shop-page .category-slide.active{opacity:1;transform:scale(1);filter:saturate(1.06) contrast(1.03) brightness(.98);}
body.shop-page .category-slide-overlay{position:absolute;left:0;right:0;bottom:0;z-index:4;padding:18px;background:linear-gradient(180deg,rgba(10,7,5,0),rgba(10,7,5,.18) 20%,rgba(10,7,5,.62) 100%);display:flex;align-items:flex-end;justify-content:space-between;gap:12px;pointer-events:none;}
body.shop-page .category-slide-badge{padding:9px 13px;border-radius:999px;background:rgba(255,248,232,.16);backdrop-filter:blur(12px);border:1px solid rgba(255,228,189,.20);color:#fff5e3;font:800 11px/1 Arial,sans-serif;letter-spacing:.2em;text-transform:uppercase;}
body.shop-page .category-slide-copy{color:#f4ddbc;font:600 13px/1.2 Arial,sans-serif;text-shadow:0 2px 10px rgba(0,0,0,.35);}
body.shop-page .category-slide-nav{position:absolute;top:16px;z-index:5;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,235,205,.18);background:rgba(255,248,238,.12);backdrop-filter:blur(10px);color:#fff6e9;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(0,0,0,.16);transition:transform .25s ease, background .25s ease, border-color .25s ease;}
body.shop-page .category-slide-nav:hover{transform:translateY(-1px) scale(1.04);background:rgba(255,248,238,.22);border-color:rgba(255,228,189,.32);}
body.shop-page .category-slide-nav.prev{left:16px;}
body.shop-page .category-slide-nav.next{right:16px;}
body.shop-page .category-slide-dots{position:absolute;left:18px;right:18px;bottom:18px;display:flex;justify-content:center;gap:8px;z-index:5;}
body.shop-page .category-slide-dots button{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.30);background:rgba(255,255,255,.36);padding:0;box-shadow:0 2px 8px rgba(0,0,0,.14);transition:all .28s ease;}
body.shop-page .category-slide-dots button.active{width:28px;background:#d59d4c;border-color:#d59d4c;}
body.shop-page .category-slide-progress{position:absolute;left:16px;right:16px;bottom:52px;height:3px;border-radius:999px;background:rgba(255,255,255,.20);overflow:hidden;z-index:5;}
body.shop-page .category-slide-progress span{display:block;width:100%;height:100%;transform-origin:left center;transform:scaleX(0);background:linear-gradient(90deg,#f5d19b,#d59d4c,#f6e6c5);}
@keyframes srLuxurySlideShine{0%{transform:translateX(-8%) rotate(17deg);opacity:.15;}50%{transform:translateX(120%) rotate(17deg);opacity:.38;}100%{transform:translateX(120%) rotate(17deg);opacity:0;}}
@media(max-width:900px){body.shop-page .category-slideshow-frame{min-height:220px;aspect-ratio:16/11;}body.shop-page .category-slideshow-main-title{font-size:20px;}}

/* SLIDESHOW SAVE MESSAGE */
body.admin-page .slideshow-save-msg{min-height:22px;margin-top:8px;color:#8a632c;font:800 14px/1.45 Arial,sans-serif;}
body.admin-page #categorySlideshowForm .lux-btn:disabled{opacity:.65;cursor:wait;}

/* SLIDESHOW 10 SEPARATE UPLOAD INPUTS */
body.admin-page .slideshow-slot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0;}
body.admin-page .slideshow-slot-grid label{display:grid;gap:7px;padding:12px;border-radius:16px;border:1px solid rgba(190,150,82,.18);background:rgba(255,250,240,.72);color:#8a632c;font:800 13px/1.25 Arial,sans-serif;}
body.admin-page .slideshow-slot-grid input{color:#111 !important;background:#fff !important;border-radius:12px;padding:9px;}
@media(max-width:720px){body.admin-page .slideshow-slot-grid{grid-template-columns:1fr;}}


/* ADMIN ORDER STATUS VISIBILITY */
body.admin-page .orders-admin-table select,
body.admin-page select[data-order-status],
body.admin-page .order-status-select{
  width:170px !important;
  min-width:170px !important;
  height:48px !important;
  padding:0 42px 0 16px !important;
  border-radius:16px !important;
  border:2px solid rgba(211,166,83,.55) !important;
  background:#fffaf1 !important;
  color:#17110a !important;
  -webkit-text-fill-color:#17110a !important;
  font:900 15px/1 Arial,sans-serif !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.9) !important;
  cursor:pointer !important;
  appearance:auto !important;
}
body.admin-page select[data-order-status]:focus,
body.admin-page .order-status-select:focus{
  outline:none !important;
  border-color:#f3c76b !important;
  box-shadow:0 0 0 4px rgba(243,199,107,.24), 0 10px 24px rgba(0,0,0,.18) !important;
}
body.admin-page select[data-order-status] option,
body.admin-page .order-status-select option{
  background:#fffaf1 !important;
  color:#17110a !important;
  -webkit-text-fill-color:#17110a !important;
  font:800 15px Arial,sans-serif !important;
  padding:12px !important;
}
body.admin-page select[data-order-status] option:checked,
body.admin-page .order-status-select option:checked{
  background:#d7a94d !important;
  color:#111 !important;
}
body.admin-page .order-status-new{border-color:#4b8dff !important;background:#eef5ff !important;}
body.admin-page .order-status-processing{border-color:#e3b247 !important;background:#fff7e5 !important;}
body.admin-page .order-status-done{border-color:#40a76a !important;background:#ecfff3 !important;}
body.admin-page .order-status-cancelled{border-color:#c65c4c !important;background:#fff0ed !important;}
body.admin-page #tab-orders .table td:nth-child(4){min-width:190px;}

/* DELETE ORDERS IN ADMIN */
body.admin-page .orders-admin-table .order-delete-btn{
  min-width:92px;
  text-align:center;
}
body.admin-page .orders-admin-table td:last-child{
  white-space:nowrap;
}

/* ADMIN INPUT TEXT VISIBILITY FIX - BLACK TEXT */
body.admin-page input,
body.admin-page textarea,
body.admin-page select,
body.admin-page .lux-input{
  color:#111111 !important;
  -webkit-text-fill-color:#111111 !important;
  background:#fffaf1 !important;
  caret-color:#111111 !important;
  border-color:rgba(211,166,83,.55) !important;
}
body.admin-page input::placeholder,
body.admin-page textarea::placeholder{
  color:#6f6a60 !important;
  -webkit-text-fill-color:#6f6a60 !important;
  opacity:1 !important;
}
body.admin-page input:focus,
body.admin-page textarea:focus,
body.admin-page select:focus,
body.admin-page .lux-input:focus{
  color:#000000 !important;
  -webkit-text-fill-color:#000000 !important;
  background:#ffffff !important;
  border-color:#f3c76b !important;
  box-shadow:0 0 0 4px rgba(243,199,107,.22) !important;
  outline:none !important;
}
body.admin-page option{
  color:#111111 !important;
  background:#fffaf1 !important;
}



/* =====================================================
   SAUNAROOM FORCE LIGHT ADMIN COLORS
   ONLY COLORS — NO LAYOUT / NO FUNCTIONS
   ===================================================== */
html body.admin-page,
body.admin-page {
  background: #f7efe3 !important;
  color: #17120d !important;
}

body.admin-page *,
body.admin-page *::before,
body.admin-page *::after {
  text-shadow: none !important;
}

body.admin-page .shop-wrap,
body.admin-page main,
body.admin-page section,
body.admin-page form,
body.admin-page .tab,
body.admin-page .grid,
body.admin-page .admin-shell,
body.admin-page .lux-panel,
body.admin-page .stat,
body.admin-page .product-production-block,
body.admin-page .admin-auth-box,
body.admin-page .question-product-box,
body.admin-page .question-customer-box,
body.admin-page .question-text-box {
  background: #fffaf2 !important;
  color: #17120d !important;
  border-color: #d9bd83 !important;
}

body.admin-page .admin-shell,
body.admin-page .lux-panel,
body.admin-page .stat,
body.admin-page .product-production-block,
body.admin-page .admin-auth-box {
  box-shadow: 0 14px 34px rgba(80, 52, 18, .10) !important;
}

body.admin-page h1,
body.admin-page h2,
body.admin-page h3,
body.admin-page h4,
body.admin-page h5,
body.admin-page h6,
body.admin-page p,
body.admin-page span,
body.admin-page div,
body.admin-page label,
body.admin-page strong,
body.admin-page b,
body.admin-page th,
body.admin-page td,
body.admin-page .lux-title,
body.admin-page .lux-sub,
body.admin-page .muted,
body.admin-page .label {
  color: #17120d !important;
}

body.admin-page .label,
body.admin-page th,
body.admin-page .stat b {
  color: #8b5e1f !important;
}

body.admin-page input,
body.admin-page textarea,
body.admin-page select,
body.admin-page option,
body.admin-page .lux-input,
body.admin-page #productNameLv,
body.admin-page #productNameEn,
body.admin-page #productPrice,
body.admin-page #productStock,
body.admin-page #productSku,
body.admin-page #productStatus,
body.admin-page #productProductionTimeLv,
body.admin-page #productProductionTimeEn,
body.admin-page #productCategory,
body.admin-page #productSlug,
body.admin-page #productShortLv,
body.admin-page #productShortEn,
body.admin-page #productDescLv,
body.admin-page #productDescEn,
body.admin-page #productSpecs,
body.admin-page #productSpecsEn,
body.admin-page #productSeoTitle,
body.admin-page #productSeoKeywords,
body.admin-page #productSeoDescription,
body.admin-page #seoLvTitle,
body.admin-page #seoEnTitle,
body.admin-page #seoLvDesc,
body.admin-page #seoEnDesc,
body.admin-page #seoKeywords,
body.admin-page #orderSuccessLv,
body.admin-page #orderSuccessEn,
body.admin-page #questionSuccessLv,
body.admin-page #questionSuccessEn,
body.admin-page #adminCurrentPassword,
body.admin-page #adminNewPassword,
body.admin-page #adminRepeatPassword,
body.admin-page #pageContentLv,
body.admin-page #pageContentEn,
body.admin-page #pageTitleLv,
body.admin-page #pageTitleEn,
body.admin-page #pageSlug,
body.admin-page #pageStatus,
body.admin-page #partnerLogoNameLv,
body.admin-page #partnerLogoNameEn,
body.admin-page #partnerLogoUrl {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  border-color: #c9a66c !important;
  caret-color: #000000 !important;
  box-shadow: none !important;
}

body.admin-page input::placeholder,
body.admin-page textarea::placeholder {
  color: #6d6256 !important;
  -webkit-text-fill-color: #6d6256 !important;
  opacity: 1 !important;
}

body.admin-page input:focus,
body.admin-page textarea:focus,
body.admin-page select:focus {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  border-color: #9d6b24 !important;
  outline: 3px solid rgba(157, 107, 36, .18) !important;
}

body.admin-page table,
body.admin-page thead,
body.admin-page tbody,
body.admin-page tr,
body.admin-page td,
body.admin-page th,
body.admin-page .table {
  background: #fffaf2 !important;
  color: #17120d !important;
  border-color: #ddc28f !important;
}

body.admin-page .table tr:nth-child(odd),
body.admin-page .table tr:nth-child(even) {
  background: #fffdf8 !important;
}

body.admin-page .admin-nav,
body.admin-page .admin-nav button,
body.admin-page .tab-btn {
  background: #fffdf8 !important;
  color: #17120d !important;
  border-color: #d4b77e !important;
}

body.admin-page .tab-btn.active,
body.admin-page .admin-nav button.active {
  background: #9a7436 !important;
  color: #ffffff !important;
}

body.admin-page .lux-btn,
body.admin-page .lux-btn-small {
  background: #9a7436 !important;
  color: #ffffff !important;
  border-color: #8b642c !important;
}

body.admin-page .ghost,
body.admin-page .lux-btn-small.ghost,
body.admin-page label.lux-btn-small.ghost {
  background: #fff7ea !important;
  color: #17120d !important;
  border-color: #d4b77e !important;
}

body.admin-page .danger,
body.admin-page .lux-btn-small.danger {
  background: #b93b2b !important;
  color: #ffffff !important;
  border-color: #9b2c20 !important;
}

body.admin-page .topbar {
  background: #f4e7d2 !important;
}

body.admin-page .topbar-overlay,
body.admin-page .topbar-video {
  opacity: .12 !important;
}

body.admin-page .main-nav a,
body.admin-page .language-switch a,
body.admin-page .lang {
  color: #17120d !important;
}

body.admin-page .menu-toggle {
  background: #ffffff !important;
  border-color: #d4b77e !important;
}

body.admin-page .menu-toggle span {
  background: #17120d !important;
}


/* FINAL COMPACT PRODUCT CARDS ONLY - size and design */
body.shop-page .products-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  align-items:start;
}
body.shop-page .product-card,
body.shop-page .product-card:nth-child(7n+1),
body.shop-page .product-card:nth-child(7n+2),
body.shop-page .product-card:nth-child(7n+3),
body.shop-page .product-card:nth-child(7n+4),
body.shop-page .product-card:nth-child(7n+5),
body.shop-page .product-card:nth-child(7n+6),
body.shop-page .product-card:nth-child(7n+7){
  grid-column:span 1;
  align-self:start;
  border-radius:24px;
  overflow:hidden;
}
body.shop-page .product-card img,
body.shop-page .product-card:nth-child(7n+1) img{
  height:165px;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
}
body.shop-page .product-no-image{
  height:165px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f3eadc;
  color:#8b6a32;
  font:700 16px/1 Arial,sans-serif;
}
body.shop-page .product-body{
  padding:14px 14px 16px;
  gap:8px;
  min-height:auto;
}
body.shop-page .product-title,
body.shop-page .product-body h3,
body.shop-page .product-body h4{
  font-size:18px;
  line-height:1.12;
  margin:0;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
body.shop-page .product-short,
body.shop-page .product-card .muted{
  font-size:12.5px;
  line-height:1.45;
  color:#85715a;
  margin:0;
}
body.shop-page .product-short{
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:0;
}
body.shop-page .product-bottom{
  margin-top:auto;
  display:flex;
  flex-direction:column;
  gap:10px;
}
body.shop-page .product-card .price{
  font-size:20px;
  line-height:1;
}
body.shop-page .product-actions{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
}
body.shop-page .product-card .lux-btn,
body.shop-page .product-card .lux-btn-small{
  width:100%;
  min-height:40px;
  padding:10px 12px;
  border-radius:13px;
  margin-top:0;
  font-size:13px;
}
body.shop-page .product-card .pill{
  align-self:flex-start;
  font-size:11px;
  padding:4px 8px;
}
@media(max-width:1180px){
  body.shop-page .products-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:860px){
  body.shop-page .products-grid{grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px;}
  body.shop-page .product-card img,
  body.shop-page .product-card:nth-child(7n+1) img,
  body.shop-page .product-no-image{height:155px;}
}
@media(max-width:560px){
  body.shop-page .products-grid{grid-template-columns:1fr;}
}


/* TALLER EXTRA LUXURY CATEGORY INSPIRATION SLIDESHOW */
body.shop-page .category-slideshow{
  margin-top:28px !important;
  gap:16px !important;
}

body.shop-page .category-slideshow-heading{
  padding:2px 2px 0 !important;
}

body.shop-page .category-slideshow-main-title{
  font-size:27px !important;
  letter-spacing:-.02em !important;
}

body.shop-page .category-slideshow-sub{
  font-size:13.5px !important;
  line-height:1.7 !important;
}

body.shop-page .category-slideshow-frame{
  min-height:520px !important;
  aspect-ratio:3/5 !important;
  border-radius:36px !important;
  border:1px solid rgba(214,168,92,.34) !important;
  background:
    radial-gradient(circle at 50% 8%, rgba(255,240,206,.28), transparent 34%),
    linear-gradient(145deg, rgba(30,20,12,.94), rgba(133,89,35,.90)) !important;
  box-shadow:
    0 36px 76px rgba(96,63,24,.24),
    0 14px 28px rgba(96,63,24,.12),
    inset 0 1px 0 rgba(255,255,255,.30),
    inset 0 -36px 70px rgba(0,0,0,.18) !important;
}

body.shop-page .category-slideshow-frame::before{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:28px;
  border:1px solid rgba(255,233,190,.18);
  z-index:4;
  pointer-events:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16);
}

body.shop-page .category-slideshow-frame::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 22%),
    radial-gradient(circle at 50% 28%, rgba(255,222,168,.12), transparent 45%),
    linear-gradient(180deg, rgba(0,0,0,0) 42%, rgba(20,12,5,.58) 100%);
  mix-blend-mode:soft-light;
}

body.shop-page .category-slide{
  transform:scale(1.14) translateY(10px) !important;
  filter:saturate(1.08) contrast(1.05) brightness(.90) !important;
  transition:
    opacity 1.35s cubic-bezier(.22,.8,.22,1),
    transform 7.2s cubic-bezier(.22,.8,.22,1),
    filter 1.35s ease !important;
}

body.shop-page .category-slide.active{
  transform:scale(1.02) translateY(0) !important;
  filter:saturate(1.12) contrast(1.06) brightness(1) !important;
}

body.shop-page .category-slide-shine{
  width:78% !important;
  height:150% !important;
  background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,236,196,.22), rgba(255,255,255,0)) !important;
  animation:srLuxurySlideShine 8.5s ease-in-out infinite !important;
}

body.shop-page .category-slide-overlay{
  padding:24px 22px !important;
  background:
    linear-gradient(180deg, rgba(10,7,5,0), rgba(10,7,5,.20) 28%, rgba(10,7,5,.72) 100%) !important;
}

body.shop-page .category-slide-badge{
  padding:10px 15px !important;
  border-color:rgba(255,226,180,.30) !important;
  background:rgba(255,246,226,.18) !important;
  box-shadow:0 10px 28px rgba(0,0,0,.18) !important;
}

body.shop-page .category-slide-copy{
  font-size:14px !important;
  color:#ffe7bd !important;
}

body.shop-page .category-slide-nav{
  top:20px !important;
  width:42px !important;
  height:42px !important;
  background:rgba(255,248,238,.16) !important;
}

body.shop-page .category-slide-nav.prev{left:20px !important;}
body.shop-page .category-slide-nav.next{right:20px !important;}

body.shop-page .category-slide-progress{
  left:22px !important;
  right:22px !important;
  bottom:62px !important;
  height:4px !important;
  background:rgba(255,255,255,.24) !important;
}

body.shop-page .category-slide-dots{
  bottom:22px !important;
  gap:9px !important;
}

body.shop-page .category-slide-dots button{
  width:11px !important;
  height:11px !important;
  border-color:rgba(255,255,255,.38) !important;
}

body.shop-page .category-slide-dots button.active{
  width:34px !important;
  background:linear-gradient(90deg,#f8d89e,#c78b35) !important;
}

body.shop-page .category-slide-glow{
  inset:auto -18% -28% -18% !important;
  height:58% !important;
  background:radial-gradient(circle at center, rgba(255,208,132,.36), rgba(255,208,132,0) 70%) !important;
}

@media(max-width:1100px){
  body.shop-page .category-slideshow-frame{
    min-height:430px !important;
    aspect-ratio:4/5 !important;
  }
}

@media(max-width:900px){
  body.shop-page .category-slideshow-frame{
    min-height:360px !important;
    aspect-ratio:16/12 !important;
  }
}

@media(max-width:560px){
  body.shop-page .category-slideshow-frame{
    min-height:440px !important;
    aspect-ratio:3/5 !important;
    border-radius:30px !important;
  }
}


/* SLIDESHOW IMAGES FULLY VISIBLE + CLICKABLE GALLERY */
body.shop-page .category-slide{
  object-fit:cover !important;
  object-position:center center !important;
  padding:0 !important;
  box-sizing:border-box !important;
  cursor:zoom-in !important;
  transform:scale(1.04) !important;
  background:none !important;
}
body.shop-page .category-slide.active{
  transform:scale(1) !important;
}
body.shop-page .category-slide-overlay{
  align-items:flex-end !important;
}
body.shop-page .category-slide-open{
  pointer-events:auto;
  margin-left:auto;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(255,227,183,.34);
  background:rgba(255,248,235,.16);
  backdrop-filter:blur(12px);
  color:#fff5e3;
  font:800 12px/1 Arial,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 10px 22px rgba(0,0,0,.14);
  transition:transform .25s ease, background .25s ease, border-color .25s ease;
}
body.shop-page .category-slide-open:hover{
  transform:translateY(-1px);
  background:rgba(255,248,235,.24);
  border-color:rgba(255,227,183,.52);
}
body.gallery-open{overflow:hidden;}
body.shop-page .category-gallery-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:26px;
  background:rgba(11,8,5,.82);
  backdrop-filter:blur(10px);
  opacity:0;
  visibility:hidden;
  transition:opacity .28s ease, visibility .28s ease;
}
body.shop-page .category-gallery-modal.show{opacity:1; visibility:visible;}
body.shop-page .category-gallery-shell{
  width:min(1100px, calc(100vw - 120px));
  display:grid;
  gap:14px;
}
body.shop-page .category-gallery-stage{
  position:relative;
  min-height:68vh;
  border-radius:28px;
  border:1px solid rgba(232,197,138,.26);
  background:radial-gradient(circle at top, rgba(255,241,213,.08), transparent 36%), linear-gradient(145deg, rgba(34,24,17,.96), rgba(106,72,30,.94));
  box-shadow:0 30px 70px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.14);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}
body.shop-page .category-gallery-image{
  width:100%;
  height:100%;
  max-height:calc(100vh - 210px);
  object-fit:contain;
  object-position:center;
  display:block;
}
body.shop-page .category-gallery-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#fff1d2;
}
body.shop-page .category-gallery-title{
  font:700 16px/1.2 Georgia,serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#f2d19a;
}
body.shop-page .category-gallery-count{
  font:700 14px/1 Arial,sans-serif;
  color:#f7e5c0;
}
body.shop-page .category-gallery-thumbs{
  display:flex;
  gap:10px;
  overflow:auto;
  padding-bottom:4px;
}
body.shop-page .category-gallery-thumbs button{
  flex:0 0 84px;
  width:84px;
  height:84px;
  border-radius:18px;
  border:1px solid rgba(255,230,190,.20);
  overflow:hidden;
  padding:0;
  background:rgba(255,255,255,.06);
  opacity:.78;
  transition:transform .22s ease, opacity .22s ease, border-color .22s ease, box-shadow .22s ease;
}
body.shop-page .category-gallery-thumbs button.active{
  opacity:1;
  transform:translateY(-2px);
  border-color:#e2ab56;
  box-shadow:0 10px 26px rgba(0,0,0,.22);
}
body.shop-page .category-gallery-thumbs img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
body.shop-page .category-gallery-close,
body.shop-page .category-gallery-nav{
  flex:0 0 auto;
  width:54px;
  height:54px;
  border-radius:50%;
  border:1px solid rgba(255,229,187,.26);
  background:rgba(255,248,235,.14);
  color:#fff7ea;
  backdrop-filter:blur(10px);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  line-height:1;
  transition:transform .22s ease, background .22s ease;
}
body.shop-page .category-gallery-close{
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
  font-size:32px;
}
body.shop-page .category-gallery-close:hover,
body.shop-page .category-gallery-nav:hover{
  transform:translateY(-1px) scale(1.03);
  background:rgba(255,248,235,.22);
}
@media(max-width:900px){
    body.shop-page .category-slide-open{padding:9px 13px;font-size:11px;}
  body.shop-page .category-gallery-modal{padding:16px;gap:10px;}
  body.shop-page .category-gallery-shell{width:min(100%, calc(100vw - 24px));}
  body.shop-page .category-gallery-stage{min-height:58vh;padding:16px;border-radius:22px;}
  body.shop-page .category-gallery-close,
  body.shop-page .category-gallery-nav{width:46px;height:46px;font-size:24px;}
  body.shop-page .category-gallery-thumbs button{flex-basis:68px;width:68px;height:68px;border-radius:14px;}
}
@media(max-width:640px){
  body.shop-page .category-gallery-modal{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;}
  body.shop-page .category-gallery-shell{grid-column:1 / -1; grid-row:1; width:100%; padding-top:44px;}
  body.shop-page .category-gallery-nav.prev{grid-column:1; grid-row:1; align-self:center; justify-self:start;}
  body.shop-page .category-gallery-nav.next{grid-column:3; grid-row:1; align-self:center; justify-self:end;}
  body.shop-page .category-gallery-close{top:10px;right:10px;position:absolute;}
}


/* CLEAN SLIDESHOW: ONLY IMAGES VISIBLE */
body.shop-page .category-slide-overlay,
body.shop-page .category-slide-nav,
body.shop-page .category-slide-dots,
body.shop-page .category-slide-progress,
body.shop-page .category-slide-glow,
body.shop-page .category-slide-shine{
  display:none !important;
}
body.shop-page .category-slideshow-heading{
  margin-bottom:14px;
}
body.shop-page .category-slideshow-frame{
  cursor:zoom-in !important;
}
body.shop-page .category-slide{
  border-radius:34px !important;
}
