
.cart-page{min-height:100vh}
.site-cart-link b{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:50%;background:var(--gold);color:#06101d;font:800 11px Arial;margin-left:5px;padding:0 5px}

/* No giant hero images in the shopping flow */
.cart-head{background:linear-gradient(180deg,#07101d,#040812);border-bottom:1px solid var(--line);padding:20px 28px}
.cart-head-inner{max-width:1380px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.cart-head h1{font:600 clamp(28px,3vw,42px)/1 Georgia,serif;color:var(--gold2);letter-spacing:4px;text-transform:uppercase;margin:0}
.cart-head p{margin:7px 0 0;color:#e1d6c7;font-size:14px}
.crumbs{font-size:10px;letter-spacing:1.4px;text-transform:uppercase;color:var(--gold);margin-bottom:6px}
.cart-shell{max-width:1380px;margin:auto;padding:24px 28px 38px}
.cart-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--gold);background:#07111f;color:var(--gold2);padding:10px 14px;text-transform:uppercase;letter-spacing:1px;font-size:11px}

/* Shop */
.shop-title{font:600 25px Georgia,serif;color:var(--gold2);letter-spacing:3px;text-transform:uppercase;margin:0 0 18px}
.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.shop-card{overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--line);background:linear-gradient(145deg,rgba(8,18,34,.96),rgba(2,5,12,.99));box-shadow:0 14px 30px rgba(0,0,0,.34)}
.shop-photo{height:220px;background:#030712;border-bottom:1px solid var(--softline);overflow:hidden}
.shop-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:.25s}
.shop-card:hover .shop-photo img{transform:scale(1.025)}
.shop-body{padding:17px;display:flex;flex-direction:column;flex:1}
.shop-body .eyebrow{font-size:9px;letter-spacing:3px;margin:0 0 5px}
.shop-body h3{font:600 21px/1.1 Georgia,serif;color:var(--gold2);margin:0 0 8px}
.shop-body p{color:#dfd4c5;line-height:1.48;font-size:13px;flex:1;margin:0 0 13px}
.shop-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}
.price{font:700 21px Georgia,serif;color:#fff}
.actions{display:flex;gap:7px;flex-wrap:wrap}
.action{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gold);padding:8px 11px;text-transform:uppercase;font-size:9px;letter-spacing:.8px;font-weight:700;cursor:pointer}
.action.details{background:#07111f;color:var(--gold2)}
.action.buy{background:linear-gradient(180deg,var(--gold2),var(--gold));color:#06101d}

/* Product */
.product-wrap{max-width:1160px;margin:auto;padding:22px 28px 34px}
.product-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:24px;align-items:start}
.product-image{border:1px solid var(--line);background:#030712;box-shadow:var(--shadow)}
.product-image img{width:100%;height:370px;object-fit:contain;display:block}
.product-copy{border:1px solid var(--line);background:linear-gradient(145deg,rgba(8,18,34,.96),rgba(2,5,12,.99));padding:24px;box-shadow:var(--shadow)}
.product-copy .eyebrow{font-size:10px;letter-spacing:3px}
.product-copy h1{font:600 clamp(29px,3vw,42px)/1.03 Georgia,serif;color:var(--gold2);letter-spacing:2px;text-transform:uppercase;margin:6px 0 9px}
.product-price{font:700 27px Georgia,serif;color:#fff;margin-bottom:13px}
.product-desc{color:#e7dcc9;font-size:16px;line-height:1.6;margin:0 0 13px}
.product-facts{border-top:1px solid var(--softline);border-bottom:1px solid var(--softline);margin:13px 0;padding:10px 0;color:#d9cdbd;font-size:13px;line-height:1.7}
.buy-row{display:flex;align-items:end;gap:10px;flex-wrap:wrap;margin-top:13px}
.buy-row label{display:grid;gap:5px;color:var(--gold2);font-size:10px;letter-spacing:1px;text-transform:uppercase}
.buy-row select{padding:11px 14px;background:#07111f;color:var(--cream);border:1px solid var(--line)}
.product-buttons{display:flex;gap:9px;flex-wrap:wrap;margin-top:10px}
.product-buttons .btn{min-width:150px;padding:12px 18px}
.view-cart-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--gold2);padding:12px 18px;background:#07111f;color:var(--gold2);font-weight:700;text-transform:uppercase;letter-spacing:1px}
.detail-links{margin-top:13px;padding-top:11px;border-top:1px solid var(--softline);font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--gold2)}

/* Cart */
.cart-layout{display:grid;grid-template-columns:1.42fr .58fr;gap:22px;align-items:start}
.cart-panel{border:1px solid var(--line);background:linear-gradient(145deg,rgba(8,18,34,.94),rgba(2,5,12,.98));box-shadow:var(--shadow);padding:20px}
.cart-panel h2,.cart-panel h3{font-family:Georgia,serif;color:var(--gold2);text-transform:uppercase;letter-spacing:2px;margin-top:0}
.cart-item{display:grid;grid-template-columns:82px 1fr auto;gap:13px;align-items:center;padding:12px 0;border-bottom:1px solid var(--softline)}
.cart-thumb{width:82px;height:82px;border:1px solid var(--line);background:#030712}
.cart-thumb img{width:100%;height:100%;object-fit:cover}
.cart-item h3{font-size:17px;letter-spacing:1px;margin:0 0 3px}.cart-item small{color:var(--muted)}
.qty{display:flex;align-items:center;gap:7px;margin-top:7px}.qty button{width:27px;height:27px;background:#07111f;color:var(--gold2);border:1px solid var(--line);cursor:pointer}
.remove{background:none;border:0;color:#cdb8b8;text-decoration:underline;cursor:pointer;padding:0;margin-top:5px}
.summary-row{display:flex;justify-content:space-between;gap:15px;padding:8px 0;border-bottom:1px solid var(--softline);color:#e7dcc9}
.summary-row.total{font-size:20px;color:#fff;border-top:1px solid var(--line);border-bottom:0;margin-top:7px;padding-top:13px}
.free-ship{margin-top:10px;padding:10px;border:1px solid var(--softline);background:rgba(217,168,79,.05);color:#dbcba9;font-size:11px;line-height:1.4}
.checkout-btn{display:flex;width:100%;justify-content:center;margin-top:13px}
.empty{text-align:center;padding:38px 16px}

/* PayPal trust */
.payment-confidence{max-width:560px}
.payment-confidence strong{display:block;color:var(--gold2);font-size:11px;text-transform:uppercase;letter-spacing:1px;margin-bottom:7px}
.payment-badges{display:flex;gap:6px;flex-wrap:wrap}
.payment-badge{border:1px solid rgba(244,214,138,.35);background:#050914;padding:6px 8px;color:#f1e6d5;font-size:9px;font-weight:700}
.payment-note{color:#aa9fb6;font-size:9px;line-height:1.4;margin-top:6px}

/* Checkout */
.checkout-form{display:grid;grid-template-columns:1fr 1fr;gap:11px}.checkout-form .full{grid-column:1/-1}
.checkout-form label{display:grid;gap:5px;color:#e9dfd0;font-size:10px;text-transform:uppercase;letter-spacing:1px}
.checkout-form input,.checkout-form select{width:100%;padding:11px 12px;border:1px solid var(--line);background:#07111f;color:var(--cream);font:inherit}
.catalog-note{margin-top:12px;padding:11px;border:1px solid var(--line);background:rgba(159,133,201,.08);color:#d8cee6;line-height:1.45;font-size:12px}

/* Clickable trust strip */
.trust a.trust-item{color:inherit;text-decoration:none;transition:.18s}
.trust a.trust-item:hover{background:rgba(217,168,79,.055)}
.trust a.trust-item:hover strong{color:#fff}
.toast{position:fixed;right:20px;bottom:20px;z-index:999;background:#07111f;border:1px solid var(--gold);color:var(--gold2);padding:11px 14px;opacity:0;transition:.25s}

@media(max-width:1020px){.shop-grid{grid-template-columns:repeat(2,1fr)}.product-grid,.cart-layout{grid-template-columns:1fr}}
@media(max-width:760px){
.cart-head{padding:17px}.cart-shell,.product-wrap{padding:18px 18px 30px}
.shop-grid{grid-template-columns:1fr}.shop-photo{height:190px}
.product-image img{height:280px}
.cart-item{grid-template-columns:64px 1fr}.cart-thumb{width:64px;height:64px}.cart-item>div:last-child{grid-column:2}
.checkout-form{grid-template-columns:1fr}.checkout-form .full{grid-column:auto}
}


/* === FINAL COMPACT PRODUCT PAGE ===
   Normal ecommerce layout: product image left, information right.
   These rules intentionally override broad main-site image/layout rules.
*/
.product-wrap{
  max-width:1120px !important;
  padding:22px 28px 34px !important;
}
.product-grid{
  display:grid !important;
  grid-template-columns:minmax(280px, 38%) minmax(0, 62%) !important;
  gap:26px !important;
  align-items:start !important;
}
.product-image{
  width:100% !important;
  min-width:0 !important;
  padding:14px !important;
  border:1px solid var(--line) !important;
  background:#030712 !important;
  overflow:hidden !important;
}
.product-image img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:390px !important;
  object-fit:contain !important;
  margin:0 auto !important;
}
.product-copy{
  min-width:0 !important;
  padding:22px !important;
}
.product-copy h1{
  font-size:clamp(28px,3vw,40px) !important;
}
.product-desc{
  max-width:680px !important;
}
@media(max-width:820px){
  .product-grid{
    grid-template-columns:1fr !important;
  }
  .product-image{
    max-width:520px !important;
    margin:0 auto !important;
  }
  .product-image img{
    max-height:340px !important;
  }
}


/* === PRODUCT PAGE FINAL LAYOUT: INFORMATION LEFT / IMAGE RIGHT === */
.product-wrap{
  max-width:1080px !important;
  padding:20px 28px 30px !important;
}
.product-grid{
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) 300px !important;
  gap:24px !important;
  align-items:start !important;
}
.product-copy{
  order:1 !important;
  padding:22px !important;
}
.product-image{
  order:2 !important;
  width:300px !important;
  max-width:300px !important;
  padding:10px !important;
  justify-self:end !important;
  align-self:start !important;
  border:1px solid var(--line) !important;
  background:#030712 !important;
  box-shadow:var(--shadow) !important;
}
.product-image img{
  width:100% !important;
  height:auto !important;
  max-height:360px !important;
  object-fit:contain !important;
  display:block !important;
  margin:0 auto !important;
}
.product-copy h1{
  font-size:clamp(28px,3vw,38px) !important;
  margin-bottom:8px !important;
}
.product-price{
  margin-bottom:10px !important;
}
.product-desc{
  font-size:15px !important;
  line-height:1.55 !important;
}
.product-facts{
  margin:11px 0 !important;
  padding:9px 0 !important;
}
.product-buttons{
  margin-top:9px !important;
}
.detail-links{
  margin-top:10px !important;
}
@media(max-width:820px){
  .product-grid{
    grid-template-columns:1fr !important;
  }
  .product-copy{
    order:1 !important;
  }
  .product-image{
    order:2 !important;
    width:100% !important;
    max-width:320px !important;
    justify-self:start !important;
  }
  .product-image img{
    max-height:320px !important;
  }
}
