.top-actions { display: flex; align-items: center; gap: 8px; }
.top-actions #cart-count { display: inline-grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; margin-left: 4px; border-radius: 99px; background: var(--ink); color: var(--lime); font-size: 10px; }
.buy-button.unavailable { background: #8c908d; cursor: not-allowed; }
.cart-panel { padding: 48px; width: min(620px, calc(100vw - 30px)); }
.cart-panel h2 { font-size: 38px; margin: 10px 0 24px; }
#cart-dialog[open] { display: block; width: auto; }
.cart-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); padding: 15px 0; }
.cart-row strong, .cart-row small { display: block; }
.cart-row small { color: var(--muted); margin-top: 5px; }
.cart-row button { border: 0; background: transparent; text-decoration: underline; cursor: pointer; }
.cart-total { display: flex; justify-content: space-between; border-top: 2px solid var(--ink); padding-top: 18px; margin-top: 18px; }
.cart-total strong { font-size: 24px; }
#cart-message { min-height: 24px; color: #3f6c12; font-size: 12px; }
#cart-message.error { color: #a52b22; }
#checkout-button:disabled { opacity: .45; cursor: not-allowed; }
@media (max-width: 600px) { .top-actions .contact-trigger { display: none; } .cart-panel { padding: 38px 24px; } }

.visual-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.card-visual.has-photo:before, .product-visual.has-photo:before,
.card-visual.has-photo b, .product-visual.has-photo strong { display: none; }
.visual-thumbs { position: absolute; left: 14px; right: 14px; bottom: 14px; display: flex; gap: 8px; z-index: 4; }
.visual-thumb { width: 56px; height: 56px; padding: 0; border: 2px solid transparent; border-radius: 8px; overflow: hidden; background: #fff; cursor: pointer; }
.visual-thumb.active { border-color: var(--lime, #d9ff43); }
.visual-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.shop-main{max-width:var(--max,1240px);margin:auto;padding:0 24px}
.shop-nav{background:#fff;border-bottom:1px solid var(--line);margin-bottom:30px;overflow-x:auto;-webkit-overflow-scrolling:touch}
.shop-nav-inner{display:flex;gap:0;max-width:var(--max,1240px);margin:auto}
.shop-cat{flex-shrink:0;padding:16px 20px;font-size:14px;font-weight:600;color:var(--muted);border-bottom:3px solid transparent;transition:.15s}
.shop-cat:hover{color:var(--ink)}
.shop-cat.active{color:var(--ink);border-bottom-color:var(--lime)}
.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px;padding-bottom:60px}
.shop-card{border:1px solid #e2e3de;background:#fff;transition:.2s}
.shop-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0000000d}
.shop-card a{display:block}
.shop-card-img{height:260px;background:#eeefe9;overflow:hidden;position:relative}
.shop-card-img img{width:100%;height:100%;object-fit:cover}
.shop-card-noimg{width:100%;height:100%;background:#eeefe9}
.shop-card-body{padding:18px}
.shop-card-body .eyebrow{font-size:10px;margin-bottom:6px}
.shop-card-body h3{font-size:18px;margin:0 0 6px;line-height:1.3}
.shop-card-body p{color:var(--muted);font-size:13px;line-height:1.5;margin:0 0 12px}
.card-price-tag{font-size:16px;font-weight:800}
.card-price-tag.soldout{color:var(--muted);font-size:13px}
.product-gallery{position:relative;height:490px;background:#e9ebe4;overflow:hidden}
.product-summary{align-self:center}
.product-summary h1{font-size:42px;letter-spacing:-1px;margin:6px 0}
.product-summary .lead-spec{font-size:16px;color:var(--muted);margin-bottom:20px;line-height:1.6}
.spec-table{margin-top:30px}
@media(max-width:600px){.shop-grid{grid-template-columns:1fr 1fr;gap:12px}.shop-card-img{height:200px}.shop-cat{padding:12px 14px;font-size:13px}.product-gallery{height:350px}.product-summary h1{font-size:32px}}
