html.cart-lock, body.cart-lock{overflow:hidden!important}
body.cart-lock{position:fixed!important;width:100%!important;left:0!important;right:0!important}

.cart-drawer{overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.cart-drawer .drawer-items{display:block!important;flex:none!important;overflow:visible!important;min-height:0!important;padding:0!important;margin:0!important}
.gallery-slide>picture,.issue-opening-photo-image>picture{display:block;width:100%;height:100%}
.drawer-item-main>picture{display:block;flex:0 0 118px}
.cart-drawer .drawer-items:before,.cart-drawer .drawer-items::before{display:none!important;content:none!important}
.cart-drawer a,.cart-drawer button:not(:disabled),.cart-drawer [role="button"],.cart-drawer [data-action]{cursor:pointer!important}
.cart-drawer button:disabled{cursor:not-allowed!important}

/* Compact cart row. The header already says YOUR ORDER, so the contents begin immediately. */
.cart-drawer .drawer-item{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:24px!important;
  min-height:0!important;
  margin:0!important;
  padding:22px 30px 24px!important;
  border-bottom:1px solid rgba(236,232,223,.18)!important;
  box-sizing:border-box!important;
}
.cart-drawer .drawer-item-main{display:flex!important;align-items:center!important;gap:22px!important;min-width:0!important;flex:1 1 auto!important}
.cart-drawer .drawer-item-image{display:block!important;width:118px!important;height:118px!important;flex:0 0 118px!important;object-fit:cover!important;margin:0!important}
.cart-drawer .drawer-item-copy{display:flex!important;flex-direction:column!important;align-items:flex-start!important;min-width:0!important;padding:0!important;margin:0!important}
.cart-drawer .drawer-item-name{margin:0 0 8px!important;font-size:15px!important;line-height:1.15!important}
.cart-drawer .drawer-item-option{margin:0!important;font-size:10px!important;line-height:1!important}
.cart-drawer .drawer-qty{display:flex!important;align-items:center!important;gap:14px!important;margin:16px 0 0!important}
.cart-drawer .drawer-qty button{width:42px!important;height:42px!important;padding:0!important;margin:0!important}
.cart-drawer .drawer-qty span{min-width:18px!important;text-align:center!important}
.cart-drawer .drawer-item-price{flex:0 0 auto!important;margin:1px 0 0!important;padding:0!important;font-size:17px!important;line-height:1!important}

/* Checkout handoff. Keep this visually close to the cart instead of a second page inside the drawer. */
.cart-drawer-bottom{padding:20px 30px 26px!important;border-top:0!important}
.cart-drawer-bottom .drawer-total{display:flex;align-items:baseline;justify-content:space-between;margin:0 0 10px!important;padding:0!important}
.cart-drawer-bottom .drawer-total span{font-size:10px!important;letter-spacing:.16em!important}
.cart-drawer-bottom .drawer-total strong{margin:0!important;font:700 34px/1 ui-monospace,SFMono-Regular,Menlo,monospace!important;color:#b64e4b}
.cart-drawer-bottom p{max-width:520px;margin:0 0 16px!important;color:rgba(236,232,223,.55);font:10px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace!important}
.cart-checkout-button,.cart-continue-button{width:100%;height:52px!important;margin:0!important;border:1px solid rgba(236,232,223,.3);background:#ece8df;color:#080808;font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace!important;letter-spacing:.18em;cursor:pointer}
.cart-checkout-button:disabled{opacity:.28;cursor:not-allowed}
.cart-continue-button{margin-top:8px!important;background:transparent;color:#ece8df}

@media(max-width:560px){
  .cart-drawer .drawer-item{gap:16px!important;padding:18px 18px 20px!important}
  .cart-drawer .drawer-item-main{gap:16px!important}
  .cart-drawer .drawer-item-image{width:92px!important;height:92px!important;flex-basis:92px!important}
  .drawer-item-main>picture{flex-basis:92px}
  .cart-drawer .drawer-item-name{font-size:13px!important}
  .cart-drawer .drawer-qty{margin-top:13px!important;gap:10px!important}
  .cart-drawer .drawer-qty button{width:38px!important;height:38px!important}
  .cart-drawer .drawer-item-price{font-size:15px!important}
  .cart-drawer-bottom{padding:18px 18px 22px!important}
  .cart-drawer-bottom .drawer-total strong{font-size:30px!important}
  .cart-checkout-button,.cart-continue-button{height:50px!important}
}

/* Storefront control-room pass: keep the editorial content, share the admin's
   typography, spacing rhythm, panel hierarchy, and interaction language. */
:root{
  --store-bg:#090a0b;
  --store-panel:#101214;
  --store-panel-raised:#151719;
  --store-line:#292d31;
  --store-line-strong:#3a4144;
  --store-ink:#f4f1eb;
  --store-muted:#929a9d;
  --store-faint:#697275;
  --store-accent:#c7f36b;
  --store-danger:#b64e4b;
}

html,body{
  background:var(--store-bg)!important;
  color:var(--store-ink)!important;
  font-family:Arial,Helvetica,sans-serif!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
button,input,textarea,select{font-family:inherit}

.zine-editorial,.drop-shell,.zine-footer{
  border-color:var(--store-line-strong)!important;
  background:var(--store-bg)!important;
}
.zine-editorial{margin-top:0!important}
.zine-masthead{
  min-height:74px!important;
  padding:0 28px!important;
  border-color:var(--store-line)!important;
  background:#0d0f10!important;
}
.zine-brand{
  padding:12px 20px 11px!important;
  color:var(--store-ink)!important;
  font:900 15px/1 Arial,Helvetica,sans-serif!important;
  letter-spacing:.18em!important;
}
.zine-nav{gap:clamp(38px,4vw,64px)!important}
.zine-nav a,.zine-order{
  color:var(--store-muted)!important;
  font:760 9px/1 Arial,Helvetica,sans-serif!important;
  letter-spacing:.15em!important;
}
.zine-nav a:hover,.zine-nav a.is-active,.zine-order:hover{color:var(--store-ink)!important}
.zine-nav a.is-active:after{bottom:-11px!important;background:var(--store-accent)!important}
.zine-order:after{width:7px!important;height:7px!important;background:var(--store-accent)!important}

.issue-photo-stage{
  border-color:var(--store-line)!important;
  background:radial-gradient(circle at 50% 40%,rgba(199,243,107,.045),transparent 34rem),#080a0b!important;
}
.issue-photo-empty{
  color:var(--store-faint)!important;
  font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace!important;
  letter-spacing:.16em!important;
}

.drop-shell{min-height:0!important;background:var(--store-bg)!important}
.shop-intro{
  display:grid;
  grid-template-columns:150px minmax(0,1fr) auto;
  gap:clamp(24px,4vw,68px);
  align-items:end;
  width:min(1440px,calc(100% - 56px));
  margin:0 auto;
  padding:58px 0 34px;
  border-bottom:1px solid var(--store-line);
}
.shop-intro-label{
  align-self:start;
  padding-top:7px;
  color:var(--store-danger);
  font:800 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;
  letter-spacing:.16em;
}
.shop-intro-copy{max-width:760px}
.shop-intro h2{
  max-width:720px;
  margin:0;
  color:var(--store-ink);
  font:700 clamp(30px,3.5vw,52px)/.98 Arial,Helvetica,sans-serif;
  letter-spacing:-.045em;
}
.shop-intro p{
  max-width:650px;
  margin:20px 0 0;
  color:var(--store-muted);
  font:17px/1.6 Georgia,"Times New Roman",serif;
}
.shop-intro-link{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:44px;
  padding:0 2px;
  border-bottom:1px solid var(--store-line-strong);
  color:var(--store-ink);
  font:800 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;
  letter-spacing:.14em;
  text-decoration:none;
  white-space:nowrap;
}
.shop-intro-link span{color:var(--store-danger);font-size:14px}
.shop-intro-link:hover{border-color:var(--store-danger);color:var(--store-danger)}
.product-grid{
  width:min(1440px,calc(100% - 56px))!important;
  max-width:1440px!important;
  gap:18px!important;
  padding:38px 0 72px!important;
  background:var(--store-bg)!important;
}
.product-piece{
  padding:0!important;
  overflow:hidden!important;
  border:1px solid var(--store-line)!important;
  border-radius:8px!important;
  background:var(--store-panel)!important;
  box-shadow:0 10px 24px rgba(0,0,0,.14)!important;
  transform:none!important;
  cursor:pointer!important;
}
.product-piece:before{
  top:12px!important;left:12px!important;
  padding:5px 7px 4px!important;
  border:1px solid rgba(244,241,235,.25)!important;
  border-radius:4px!important;
  background:rgba(9,10,11,.72)!important;
  color:rgba(244,241,235,.72)!important;
  font:700 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace!important;
  letter-spacing:.12em!important;
}
.product-piece:after{
  top:14px!important;right:13px!important;
  color:var(--store-accent)!important;
  font:700 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace!important;
  letter-spacing:.12em!important;
}
.product-piece:hover{border-color:#667174!important;background:var(--store-panel-raised)!important}.product-piece:focus-within{outline:2px solid var(--store-accent)!important;outline-offset:4px!important}.product-card-hit{position:absolute;inset:0;z-index:1;border-radius:inherit}.product-card-hit:focus{outline:0}.product-card-content{position:relative;z-index:2;height:100%;pointer-events:none}.gallery-arrow,.gallery-dot{pointer-events:auto}
.gallery{border-bottom:1px solid var(--store-line)!important;box-shadow:none!important}
.product-piece:hover .gallery-arrow,.gallery-arrow:focus-visible{opacity:1!important}.gallery.is-auto .gallery-dot.active:before{transform-origin:left center;animation:gallery-auto-progress 1.4s linear both}
@keyframes gallery-auto-progress{from{transform:scaleX(.14) scaleY(1.35)}to{transform:scaleX(1) scaleY(1.35)}}
.gallery-dots{
  left:50%!important;
  bottom:10px!important;
  gap:4px!important;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  transform:translateX(-50%)!important;
  backdrop-filter:none!important;
}
.gallery-dot{
  position:relative!important;
  display:grid!important;
  width:32px!important;
  height:32px!important;
  place-items:center!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}
.gallery-dot:before{
  content:"";
  display:block;
  width:22px;
  height:3px;
  border-radius:999px;
  background:rgba(10,10,10,.25);
  transition:background 160ms ease,transform 160ms ease;
}
.gallery-dot.active:before{background:#0a0a0a;transform:scaleY(1.35)}
.gallery-dot:focus-visible{outline:2px solid var(--store-accent)!important;outline-offset:2px}
.product-info{background:linear-gradient(110deg,var(--store-panel) 0%,#111516 100%)!important}
.product-heading-row{
  min-height:78px!important;
  align-items:center!important;
  padding:14px 16px 14px 18px!important;
  border-color:var(--store-line)!important;
}
.product-name-block{display:grid;min-width:0;gap:8px}
.product-heading-row h2{
  color:var(--store-ink)!important;
  font:760 clamp(17px,1.55vw,22px)/1.05 Arial,Helvetica,sans-serif!important;
  letter-spacing:-.035em!important;
  text-transform:none!important;
}
.product-view-note{color:var(--store-muted);font:750 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em;white-space:nowrap;transition:color 160ms ease}
.product-view-note b{margin-left:3px;color:var(--store-accent);font-size:10px;font-weight:800}
.product-piece:hover .product-view-note{color:var(--store-ink)}
.product-price{display:grid;min-width:72px;gap:4px;justify-items:end;padding:9px 11px;border:1px solid rgba(185,242,83,.38);border-radius:6px;background:rgba(185,242,83,.055);font-variant-numeric:tabular-nums!important;transition:background 160ms ease,border-color 160ms ease}
.product-price span{color:var(--store-muted);font:750 6px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.16em}
.product-price strong{color:var(--store-accent);font:780 16px/1 ui-monospace,SFMono-Regular,Menlo,monospace}
.product-piece:hover .product-price{border-color:var(--store-accent);background:rgba(185,242,83,.10)}
.product-copy{
  margin:0!important;
  padding:13px 18px 16px!important;
  color:var(--store-muted)!important;
  font:12px/1.55 Arial,Helvetica,sans-serif!important;
}
.variation-label{
  display:block!important;
  margin-bottom:9px!important;
  color:var(--store-muted)!important;
  font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
.variation-list{gap:6px!important}
.variation-pill{
  min-width:44px!important;
  height:34px!important;
  padding:0 11px!important;
  border:1px solid var(--store-line-strong)!important;
  border-radius:6px!important;
  background:#0c0f10!important;
  color:#c7ced0!important;
  font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace!important;
}
.variation-pill:hover{border-color:#697477!important;color:var(--store-ink)!important;background:var(--store-panel-raised)!important}
.variation-pill.is-active{border-color:var(--store-accent)!important;background:var(--store-accent)!important;color:#101410!important}
.add-button{
  width:calc(100% - 36px)!important;
  min-height:44px!important;
  margin:16px 18px 18px!important;
  border:1px solid var(--store-ink)!important;
  border-radius:6px!important;
  background:var(--store-ink)!important;
  color:#0b0d0d!important;
  font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace!important;
  letter-spacing:.12em!important;
}
.add-button:hover:not(:disabled){border-color:var(--store-accent)!important;background:var(--store-accent)!important;color:#101410!important;transform:none!important}
.add-button:disabled{border-color:var(--store-line-strong)!important;background:transparent!important;color:var(--store-faint)!important}
.empty-state{
  min-height:320px!important;
  color:var(--store-muted)!important;
  font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

.zine-footer{
  min-height:64px!important;
  margin-bottom:10px!important;
  padding:0 22px!important;
  border-color:var(--store-line)!important;
  color:var(--store-muted)!important;
  font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace!important;
  letter-spacing:.12em!important;
}
.zine-footer span:nth-child(2){background:var(--store-panel-raised)!important;color:var(--store-muted)!important;border:1px solid var(--store-line)!important;border-radius:4px!important}
.zine-footer a{color:var(--store-muted)!important}.zine-footer a:hover{color:var(--store-accent)!important}

.order-drawer{
  border-left-color:var(--store-line-strong)!important;
  background:var(--store-panel)!important;
}
.drawer-topline{
  min-height:72px!important;
  padding:0 24px!important;
  border-color:var(--store-line)!important;
  background:#0d0f10!important;
  font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace!important;
  letter-spacing:.14em!important;
}
.drawer-topline:before{color:var(--store-faint)!important}
.drawer-topline button,.drawer-qty button{
  border-color:var(--store-line-strong)!important;
  border-radius:6px!important;
  background:#111517!important;
  color:var(--store-ink)!important;
  font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace!important;
  letter-spacing:.1em!important;
}
.drawer-topline button:hover,.drawer-qty button:hover{border-color:var(--store-accent)!important;background:var(--store-accent)!important;color:#101410!important}
.cart-drawer .drawer-item{border-color:var(--store-line)!important;background:var(--store-panel)!important}
.cart-drawer .drawer-item-name{color:var(--store-ink)!important;font-weight:700!important}
.cart-drawer .drawer-item-option,.cart-drawer .drawer-qty{color:var(--store-muted)!important}
.cart-drawer .drawer-item-price{color:var(--store-accent)!important;font:700 14px/1 ui-monospace,SFMono-Regular,Menlo,monospace!important}
.cart-drawer-bottom{border-color:var(--store-line)!important;background:#0d0f10!important}
.cart-drawer-bottom .drawer-total span{color:var(--store-muted)!important}
.cart-drawer-bottom .drawer-total strong{color:var(--store-accent)!important}
.cart-drawer-bottom p{color:var(--store-muted)!important}
.cart-checkout-button,.cart-continue-button{border-radius:6px!important}
.cart-checkout-button{border-color:var(--store-ink)!important;background:var(--store-ink)!important;color:#0b0d0d!important}
.cart-checkout-button:hover:not(:disabled){border-color:var(--store-accent)!important;background:var(--store-accent)!important}
.cart-continue-button{border-color:var(--store-line-strong)!important;color:var(--store-ink)!important}
.cart-continue-button:hover{border-color:var(--store-ink)!important;background:var(--store-panel-raised)!important}

@media(max-width:1100px){
  .product-grid{width:calc(100% - 36px)!important}
}
@media(max-width:820px){
  .zine-masthead{min-height:89px!important;padding:0 16px!important}
  .zine-brand{padding:9px 12px 8px!important;font:900 13px/1 Arial,Helvetica,sans-serif!important;letter-spacing:.18em!important}
  .zine-nav{gap:22px!important}
  .zine-brand{display:inline-flex!important;align-items:center!important;min-height:44px!important}
  .zine-nav a,.zine-order{display:inline-flex!important;align-items:center!important;min-height:44px!important;font:760 10px/1 Arial,Helvetica,sans-serif!important;letter-spacing:.15em!important}
  .zine-nav a{min-width:44px!important;justify-content:center!important;padding:0 3px!important}
  .zine-order{min-width:88px!important;justify-content:flex-end!important;padding:0 8px!important}
  .product-grid{width:100%!important;gap:16px!important;padding:26px 14px 52px!important}
  .product-piece{max-width:560px!important}
  .zine-footer{margin-bottom:0!important;padding:0 14px!important}
  .zine-footer a{display:inline-flex!important;align-items:center!important;min-height:44px!important;padding:0 4px!important}
  .gallery-arrow{min-width:44px!important;width:44px!important;height:44px!important}
  .gallery-dots{bottom:8px!important;gap:2px!important;background:transparent!important}
  .gallery-dot{width:44px!important;height:44px!important}
  .gallery-dot:before{width:24px;height:3px;background:rgba(10,10,10,.24)}
  .gallery-dot.active:before{background:#0a0a0a}
  .drawer-topline button{min-width:76px!important;min-height:44px!important;padding:0 12px!important}
  .drawer-qty button{width:44px!important;height:44px!important}
  :where(button,a,input,select,textarea):focus-visible{outline:2px solid var(--store-accent)!important;outline-offset:3px!important}
}

@media(max-width:820px){
  .shop-intro{grid-template-columns:1fr;width:calc(100% - 28px);gap:16px;padding:36px 0 26px}
  .shop-intro-label{padding-top:0}
  .shop-intro h2{font-size:clamp(32px,10.5vw,46px)}
  .shop-intro p{margin-top:16px;font-size:16px}
  .shop-intro-link{justify-self:start;margin-top:2px}
}
@media(max-width:480px){
  .zine-nav{gap:10px!important}
  .zine-nav a,.zine-order{font-size:10px!important}
  .product-heading-row{min-height:76px!important;padding:13px 13px 13px 15px!important}
  .product-heading-row h2{font-size:18px!important}
  .product-price{min-width:68px;padding:8px 10px}
  .product-price strong{font-size:15px!important}
  .product-copy{padding-right:15px!important;padding-bottom:15px!important;padding-left:15px!important}
}
