﻿:root{--shop-surface: var(--surface-0, #0e0f11);--shop-surface-raised: rgba(24, 24, 24, 0.86);--shop-surface-soft: rgba(255, 255, 255, 0.035);--shop-border: rgba(176, 141, 87, 0.22);--shop-border-strong: rgba(176, 141, 87, 0.42);--shop-text: var(--text-1, #e8e6e1);--shop-muted: var(--text-2, #c1bbb1);--shop-dim: var(--text-3, #8d877e);--shop-accent: var(--bronze, #b08d57);--shop-accent-light: var(--bronze-light, #d3b277);--shop-radius: 8px;--shop-shadow: 0 18px 44px rgba(0, 0, 0, 0.28)}.shop-cat-section{margin-top:32px}.shop-section-title{font-size:1.25rem;font-weight:700;margin:0 0 20px;letter-spacing:-0.01em}.shop-cat-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:16px}.shop-cat-card{display:flex;flex-direction:column;align-items:center;gap:12px;text-decoration:none;color:var(--shop-text, #e8e6e1);border-radius:0;border:1px solid rgba(176, 141, 87, 0.18);border-bottom:2px solid rgba(176, 141, 87, 0.22);overflow:hidden;transition:border-color .18s,transform .18s,box-shadow .18s;background:linear-gradient(180deg, rgba(11, 12, 15, 0.98) 0%, rgba(14, 12, 9, 0.96) 100%)}.shop-cat-card:hover{border-color:rgba(176, 141, 87, 0.42);border-bottom-color:rgba(201, 168, 118, 0.65);transform:translateY(-3px);box-shadow:0 12px 32px rgba(0, 0, 0, 0.4),0 0 0 0px rgba(176, 141, 87, 0.08)}.shop-cat-card__img-wrap{width:100%;aspect-ratio:4/3;overflow:hidden;background:rgba(255, 255, 255, 0.04)}.shop-cat-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.shop-cat-card:hover .shop-cat-card__img-wrap img{transform:scale(1.05)}.shop-cat-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--muted, #94a3b8)}.shop-cat-card__name{font-size:14px;font-weight:600;text-align:center;padding:0 12px 14px;margin:0;line-height:1.3}@media(max-width: 540px){.shop-cat-grid{grid-template-columns:repeat(2, 1fr)}}.shop-hero{padding:48px 0 32px;text-align:center;position:relative}.shop-hero::after{content:"";display:block;width:60px;height:2px;margin:18px auto 0;background:linear-gradient(90deg, transparent 0%, rgba(176, 141, 87, 0.75) 40%, rgba(201, 168, 118, 0.9) 50%, rgba(176, 141, 87, 0.75) 60%, transparent 100%)}.shop-hero__inner{max-width:640px;margin:0 auto}.shop-hero h1{margin:6px 0 0;font-size:clamp(28px,4vw,42px);font-weight:800;letter-spacing:.02em}.shop-hero .muted{margin-top:8px}.shop-layout{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:start;margin-top:24px}.shop-sidebar{display:flex;flex-direction:column;gap:20px;position:sticky;top:80px}.shop-filter-toggle{display:none}.shop-sidebar-backdrop{display:none}.shop-sidebar__close{display:none}@media(max-width: 860px){.shop-layout{display:block}.shop-filter-toggle{display:flex;align-items:center;gap:8px;margin-bottom:16px}.shop-sidebar{position:fixed;top:0;left:0;bottom:0;width:min(320px,85vw);z-index:400;background:var(--bg, #06070a);border-right:1px solid var(--border, #1f2937);padding:20px 16px;overflow-y:auto;transform:translateX(-110%);transition:transform .28s cubic-bezier(0.4, 0, 0.2, 1)}.shop-sidebar.is-open{transform:translateX(0)}.shop-sidebar-backdrop{display:block;position:fixed;inset:0;z-index:399;background:rgba(0, 0, 0, 0.55);opacity:0;pointer-events:none;transition:opacity .28s}.shop-sidebar-backdrop.is-visible{opacity:1;pointer-events:auto}.shop-sidebar__close{display:inline-flex;align-items:center;gap:6px;margin-bottom:20px}}.shop-categories ul{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:2px}.shop-categories a{display:block;padding:8px 12px;border-radius:10px;color:var(--text, #e5e7eb);font-size:14px;transition:background .15s,color .15s,border-color .15s;border:1px solid transparent}.shop-categories a:hover{background:rgba(176, 141, 87, 0.08);border-color:rgba(176, 141, 87, 0.25);color:#d4b280}.shop-categories a.is-active{background:rgba(176, 141, 87, 0.18);border-color:rgba(176, 141, 87, 0.4);color:#d4b280;font-weight:600}.shop-filter-form{display:flex;flex-direction:column;gap:10px}.shop-filter-form .field-row{display:flex;gap:8px}.shop-filter-form .field-row .field{flex:1;min-width:0}.shop-filter-form .field{display:flex;flex-direction:column;gap:4px}.shop-filter-form .field span{font-size:12px;color:rgba(148, 163, 184, 0.9)}.shop-filter-form input[type=number]{width:100%;padding:9px 11px;border-radius:10px;border:1px solid rgba(176, 141, 87, 0.3);background:rgba(7, 8, 11, 0.9);color:var(--text, #e5e7eb);font-size:14px}.shop-filter-form input[type=number]:focus{outline:none;border-color:rgba(201, 168, 118, 0.8)}.shop-main{display:flex;flex-direction:column;gap:20px}.shop-subcategories{display:flex;flex-wrap:wrap;gap:8px}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.shop-sort-form select{padding:8px 12px;border-radius:10px;border:1px solid rgba(176, 141, 87, 0.35);background:rgba(7, 8, 11, 0.9);color:var(--text, #e5e7eb);font-size:14px}.shop-sort-form select:focus{outline:none;border-color:rgba(201, 168, 118, 0.8)}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:20px}.shop-grid--small{grid-template-columns:repeat(auto-fill, minmax(160px, 1fr));gap:14px}.shop-product-card{display:flex;flex-direction:column;position:relative;border-radius:0;overflow:hidden;background:linear-gradient(180deg, rgba(11, 12, 15, 0.98) 0%, rgba(14, 12, 9, 0.96) 100%);border:1px solid rgba(176, 141, 87, 0.18);border-bottom:2px solid rgba(176, 141, 87, 0.22);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.shop-product-card::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;opacity:0;background:radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201, 168, 118, 0.14) 0%, transparent 65%),linear-gradient(180deg, rgba(201, 168, 118, 0.04) 0%, transparent 50%);transition:opacity .32s ease}.shop-product-card>*{position:relative;z-index:2}.shop-product-card:hover{transform:translateY(-3px);border-color:rgba(176, 141, 87, 0.42);border-bottom-color:rgba(201, 168, 118, 0.65);box-shadow:0 16px 48px rgba(0, 0, 0, 0.5),0 4px 16px rgba(0, 0, 0, 0.35)}.shop-product-card:hover::before{opacity:1}.shop-product-card::after{content:"";position:absolute;top:0;left:0;width:45%;height:100%;background:linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.13) 50%, transparent 100%);transform:translateX(-150%) skewX(-15deg);pointer-events:none;z-index:3}.shop-product-card:hover::after{animation:btn-wave 620ms ease-out forwards}.shop-product-card__img-wrap{display:block;position:relative;aspect-ratio:1/1;overflow:hidden;background:#fff}.shop-product-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.shop-product-card:hover .shop-product-card__img-wrap img{transform:scale(1.04)}.shop-product-card__no-image{width:100%;height:100%;background:linear-gradient(135deg, rgba(14, 12, 8, 0.65), rgba(176, 141, 87, 0.08));display:flex;align-items:center;justify-content:center}.shop-product-card__no-image::after{content:"□";font-size:48px;opacity:.12}.shop-product-card__badge{position:absolute;top:8px;left:8px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;background:rgba(239, 68, 68, 0.82);color:#fff;backdrop-filter:blur(4px)}.shop-product-card__badge--sale{background:linear-gradient(135deg, rgba(176, 64, 48, 0.95) 0%, rgba(140, 42, 34, 0.92) 100%);border-color:rgba(220, 100, 80, 0.35)}.shop-product-card__badge--new{background:linear-gradient(135deg, rgba(176, 141, 87, 0.92) 0%, rgba(140, 108, 52, 0.9) 100%);color:#100e08;border-color:rgba(201, 168, 118, 0.35)}.shop-product-card__badge--clearance{background:linear-gradient(135deg, rgba(190, 130, 40, 0.95) 0%, rgba(150, 100, 28, 0.92) 100%);color:#100e08;border-color:rgba(220, 170, 60, 0.35)}.shop-product-card__badge--preorder{background:rgba(234, 179, 8, 0.85);color:#000}.shop-product-card__badge--low-stock{background:rgba(234, 179, 8, 0.72);color:#000}.shop-product-detail__stock.preorder{color:#eab308}.shop-product-detail__stock.low-stock{color:#eab308}.shop-brand-link{color:inherit}.shop-product-card__body{display:flex;flex-direction:column;gap:6px;padding:12px 14px 14px;flex:1}.shop-product-card__title{font-size:14px;font-weight:600;color:var(--text, #e5e7eb);line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.shop-product-card__title:hover{color:#d4b280}.shop-product-card__preview{font-size:12px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.shop-product-card__footer{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:auto;padding-top:6px}.shop-product-card__price{display:flex;flex-direction:column;gap:2px}.shop-product-card__price s{font-size:12px}.shop-product-card__price strong{font-size:15px;font-weight:700}.shop-product-detail{display:flex;flex-direction:column;gap:40px}.shop-product-detail__top{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}@media(max-width: 860px){.shop-product-detail__top{grid-template-columns:1fr;gap:24px}}.shop-product-detail__gallery{display:flex;flex-direction:column;gap:10px}@media(min-width: 861px){.shop-product-detail__gallery{position:sticky;top:80px}}.shop-product-gallery__main{border-radius:16px;overflow:hidden;background:#fff;border:1px solid rgba(176, 141, 87, 0.22)}@media(min-width: 861px){.shop-product-gallery__main{aspect-ratio:1/1}}@media(max-width: 860px){.shop-product-gallery__main{aspect-ratio:auto;min-height:56vw;max-height:90vw}}.shop-product-gallery__main img{width:100%;height:100%;object-fit:contain;transition:opacity .2s ease}.shop-product-gallery__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:80px;opacity:.08}.shop-product-gallery__thumbs{display:flex;gap:8px;flex-wrap:wrap}.shop-thumb{width:64px;height:64px;border-radius:8px;overflow:hidden;border:2px solid rgba(176, 141, 87, 0.22);background:rgba(8, 9, 12, 0.8);padding:0;cursor:pointer;transition:border-color .15s ease}.shop-thumb img{width:100%;height:100%;object-fit:cover;display:block}.shop-thumb:hover{border-color:rgba(201, 168, 118, 0.65)}.shop-thumb.is-active{border-color:#c9a876}.shop-product-detail__info{display:flex;flex-direction:column;gap:16px}.shop-product-detail__info h1{margin:0;font-size:clamp(22px,3vw,32px);font-weight:800;word-break:break-word;overflow-wrap:break-word}.shop-product-detail__preview{font-size:15px;color:rgba(148, 163, 184, 0.9);line-height:1.6}.shop-product-detail__meta{display:flex;flex-direction:column;gap:4px;font-size:14px}.shop-product-detail__price{display:flex;flex-direction:column;gap:4px}.shop-product-detail__old-price{font-size:16px}.shop-product-detail__current-price{font-size:28px;font-weight:800;background:linear-gradient(135deg, rgba(201, 168, 118, 0.9) 0%, rgba(176, 141, 87, 0.75) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.shop-product-detail__stock{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;padding:6px 12px;border-radius:999px;width:fit-content}.shop-product-detail__stock.in-stock{background:rgba(16, 185, 129, 0.12);border:1px solid rgba(52, 211, 153, 0.38);color:#6ee7b7}.shop-product-detail__stock.in-stock::before{content:"●";font-size:8px;color:#34d399}.shop-product-detail__stock.out-of-stock{background:rgba(239, 68, 68, 0.1);border:1px solid rgba(239, 68, 68, 0.32);color:#fca5a5}.shop-product-detail__stock.out-of-stock::before{content:"○";font-size:8px}.shop-product-detail__variants{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.shop-variant{display:flex;flex-direction:column;align-items:flex-start;padding:8px 14px;border-radius:10px;border:1px solid rgba(176, 141, 87, 0.22);background:rgba(8, 9, 12, 0.6);cursor:pointer;transition:border-color .15s ease;font-size:14px}.shop-variant:hover{border-color:rgba(201, 168, 118, 0.55)}.shop-variant.is-active{border-color:rgba(201, 168, 118, 0.75);background:rgba(176, 141, 87, 0.14)}.shop-variant input[type=radio]{accent-color:#c9a876}.shop-add-to-cart{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.shop-add-to-cart__qty{display:flex;flex-direction:column;gap:4px}.shop-add-to-cart__qty label{font-size:13px;color:rgba(148, 163, 184, 0.9)}.shop-add-to-cart__qty input[type=number]{width:80px;padding:10px 12px;border-radius:10px;border:1px solid rgba(176, 141, 87, 0.35);background:rgba(7, 8, 11, 0.9);color:var(--text, #e5e7eb);font-size:15px;text-align:center}.shop-add-to-cart__qty input:focus{outline:none;border-color:rgba(201, 168, 118, 0.8)}.shop-product-detail__tags{display:flex;flex-wrap:wrap;gap:6px}.shop-product-detail__body{display:flex;flex-direction:column;gap:4px}.shop-product-section{border:1px solid rgba(176, 141, 87, 0.18);border-radius:12px;overflow:hidden;background:rgba(10, 11, 14, 0.5)}.shop-product-section>summary{padding:14px 18px;cursor:pointer;font-weight:600;font-size:15px;user-select:none;list-style:none;display:flex;align-items:center;justify-content:space-between;transition:background .15s ease}.shop-product-section>summary:hover{background:rgba(176, 141, 87, 0.06)}.shop-product-section>summary::after{content:"▾";font-size:12px;color:rgba(148, 163, 184, 0.7);transition:transform .2s ease;flex-shrink:0}.shop-product-section[open]>summary::after{transform:rotate(180deg)}.shop-product-section>summary::-webkit-details-marker{display:none}.shop-product-section__content{padding:4px 18px 18px}.shop-product-section__content--html{overflow-x:hidden}.shop-product-section__content--html p{margin:.5em 0}.shop-product-section__content--html h2{font-size:1.25em;margin:.8em 0 .35em}.shop-product-section__content--html h3{font-size:1.1em;margin:.7em 0 .3em}.shop-product-section__content--html ul,.shop-product-section__content--html ol{padding-left:1.6em;margin:.5em 0}.shop-product-section__content--html li{margin:.2em 0}.shop-product-section__content--html a{color:var(--shop-accent-light, #d3b277)}.shop-product-section__content--html strong{font-weight:700}.shop-product-section__content--html img{max-width:100%;height:auto}.shop-product-section__content--html table{max-width:100%;overflow-x:auto;display:block}.shop-specs-table{width:100%;border-collapse:collapse;font-size:14px}.shop-specs-table th,.shop-specs-table td{padding:8px 12px;border-bottom:1px solid rgba(255, 255, 255, 0.05);text-align:left;vertical-align:top}.shop-specs-table th{color:rgba(148, 163, 184, 0.9);font-weight:500;width:40%}.shop-specs-table tr:last-child th,.shop-specs-table tr:last-child td{border-bottom:none}.shop-files-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.shop-files-list a{color:#d3b277;font-size:14px}.shop-files-list a:hover{text-decoration:underline}.shop-related,.shop-recently-viewed{display:flex;flex-direction:column;gap:16px}.shop-cart-hero{padding:40px 0 28px;text-align:center}.shop-cart-hero h1{margin:6px 0 0;font-size:clamp(26px,4vw,40px);font-weight:800}.shop-cart-empty{display:flex;flex-direction:column;align-items:center;gap:20px;padding:60px 20px;text-align:center}.shop-cart-layout{display:grid;grid-template-columns:1fr 320px;gap:28px;align-items:start}@media(max-width: 900px){.shop-cart-layout{grid-template-columns:1fr}}.shop-cart-items{display:flex;flex-direction:column;gap:16px}.shop-cart-table{width:100%;border-collapse:collapse;font-size:14px}.shop-cart-table th,.shop-cart-table td{padding:12px;border-bottom:1px solid rgba(255, 255, 255, 0.05);text-align:left;vertical-align:middle}.shop-cart-table thead th{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:rgba(148, 163, 184, 0.8);background:rgba(255, 255, 255, 0.02);font-weight:600}.shop-cart-table tbody tr:last-child td{border-bottom:none}.shop-cart-table tbody tr:hover td{background:rgba(176, 141, 87, 0.04)}.shop-cart-row__product{display:flex;align-items:flex-start;gap:10px}.shop-cart-row__product img{width:56px;height:56px;border-radius:8px;object-fit:cover;flex-shrink:0;border:1px solid rgba(176, 141, 87, 0.2)}.shop-cart-row__product-info{display:flex;flex-direction:column;gap:2px}.shop-cart-row__product a{font-weight:600;color:var(--text, #e5e7eb);font-size:14px}.shop-cart-row__product a:hover{color:#d4b280}.shop-cart-row__product small{font-size:12px}.shop-cart-row__actions{display:flex;align-items:center;gap:4px}.shop-cart-qty-form{display:flex;align-items:center;gap:6px}.shop-cart-qty-input{width:64px;padding:8px 10px;border-radius:8px;border:1px solid rgba(176, 141, 87, 0.32);background:rgba(7, 8, 11, 0.9);color:var(--text, #e5e7eb);font-size:14px;text-align:center}.shop-cart-qty-input:focus{outline:none;border-color:rgba(201, 168, 118, 0.8)}.shop-cart-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.shop-cart-summary{position:sticky;top:80px}.shop-cart-summary .card{display:flex;flex-direction:column;gap:14px}.shop-cart-summary h3{margin:0;font-size:18px;font-weight:700}.shop-cart-summary__row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px}.shop-cart-summary__row--total{padding-top:12px;border-top:1px solid rgba(255, 255, 255, 0.07);font-size:16px}.shop-cart-summary__row--total strong{font-size:20px}.shop-cart-summary__row--discount{color:#7fc47f}.shop-cart-summary__row--discount strong{color:#7fc47f}.cart-promo{margin-top:4px}.cart-promo__toggle{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;cursor:pointer;font-size:13px;color:rgba(201, 168, 118, 0.75);transition:color .18s}.cart-promo__toggle:hover{color:#c9a876}.cart-promo__toggle-arrow{display:inline-block;transition:transform .22s ease;font-size:15px;line-height:1}.cart-promo--open .cart-promo__toggle-arrow{transform:rotate(90deg)}.cart-promo__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.cart-promo--open .cart-promo__panel{grid-template-rows:1fr}.cart-promo__panel-inner{overflow:hidden;padding-top:2px}.cart-promo__error{font-size:12px;color:#e07070;margin:0 0 6px}.cart-promo__form{display:flex;gap:6px;margin-top:8px}.cart-promo__input{flex:1;height:38px;padding:0 10px;background:rgba(255, 255, 255, 0.04);border:1px solid rgba(201, 168, 118, 0.3);border-radius:8px;color:#e5e7eb;font-size:13px;letter-spacing:.06em;text-transform:uppercase;outline:none;transition:border-color .18s}.cart-promo__input::placeholder{text-transform:none;color:rgba(255, 255, 255, 0.25)}.cart-promo__input:focus{border-color:rgba(201, 168, 118, 0.7)}.cart-promo__btn{height:38px;padding:0 14px;background:rgba(201, 168, 118, 0.12);border:1px solid rgba(201, 168, 118, 0.35);border-radius:8px;color:#c9a876;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .18s,border-color .18s}.cart-promo__btn:hover{background:rgba(201, 168, 118, 0.22);border-color:rgba(201, 168, 118, 0.6)}.cart-promo__chip{display:flex;align-items:center;gap:8px;padding:8px 12px;background:linear-gradient(135deg, rgba(201, 168, 118, 0.12) 0%, rgba(201, 168, 118, 0.06) 100%);border:1px solid rgba(201, 168, 118, 0.35);border-radius:10px}.cart-promo__chip-icon{font-size:14px}.cart-promo__chip-code{font-size:13px;font-weight:700;letter-spacing:.08em;color:#c9a876}.cart-promo__chip-discount{flex:1;font-size:13px;color:#7fc47f;font-weight:600}.cart-promo__chip-remove{background:none;border:none;padding:0 2px;cursor:pointer;font-size:16px;color:rgba(255, 255, 255, 0.35);line-height:1;transition:color .15s}.cart-promo__chip-remove:hover{color:#e07070}.shop-cart-row__savings{display:inline-flex;align-items:center;gap:3px;margin-top:4px;padding:2px 7px;background:rgba(127, 196, 127, 0.12);border:1px solid rgba(127, 196, 127, 0.3);border-radius:20px;font-size:11px;font-weight:600;color:#7fc47f;letter-spacing:.02em}.shop-modal{position:fixed;inset:0;z-index:9000;display:flex;align-items:center;justify-content:center}.shop-modal[hidden]{display:none}.shop-modal__overlay{position:absolute;inset:0;background:rgba(5, 6, 9, 0.78);backdrop-filter:blur(4px);cursor:pointer}.shop-modal__box{position:relative;z-index:1;width:min(480px,100vw - 32px);background:linear-gradient(145deg, #07080b 0%, rgba(18, 14, 8, 0.85) 100%);border:1px solid rgba(176, 141, 87, 0.4);border-radius:20px;padding:28px;box-shadow:0 32px 80px rgba(0, 0, 0, 0.6),0 0 100px rgba(176, 141, 87, 0.18);display:flex;flex-direction:column;gap:16px}.shop-modal__box h3{margin:0}.shop-modal__close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:8px;border:1px solid rgba(176, 141, 87, 0.28);background:rgba(8, 9, 12, 0.6);color:var(--text, #e5e7eb);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;line-height:1}.shop-modal__close:hover{background:rgba(176, 141, 87, 0.2)}.shop-modal__success{padding:12px 14px;border-radius:10px;border:1px solid rgba(52, 211, 153, 0.4);background:rgba(16, 185, 129, 0.12);color:#6ee7b7;font-size:14px}.shop-modal__error{padding:12px 14px;border-radius:10px;border:1px solid rgba(248, 113, 113, 0.4);background:rgba(220, 38, 38, 0.1);color:#fca5a5;font-size:14px}.shop-modal__box .field{display:flex;flex-direction:column;gap:6px}.shop-modal__box .field span{font-size:14px;color:rgba(148, 163, 184, 0.9)}.shop-modal__box input[type=text],.shop-modal__box input[type=tel]{width:100%;padding:11px 13px;border-radius:12px;border:1px solid rgba(176, 141, 87, 0.32);background:rgba(6, 7, 10, 0.92);color:var(--text, #e5e7eb);font-size:14px}.shop-modal__box input:focus{outline:none;border-color:rgba(201, 168, 118, 0.8)}.shop-modal__box .stack{display:flex;flex-direction:column;gap:12px}.shop-toast{position:fixed;bottom:24px;right:24px;z-index:9999;padding:12px 20px;border-radius:12px;font-size:14px;font-weight:600;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;pointer-events:none;max-width:320px}.shop-toast--visible{opacity:1;transform:translateY(0)}.shop-toast--success{background:rgba(16, 185, 129, 0.9);border:1px solid rgba(52, 211, 153, 0.6);color:#06070a;backdrop-filter:blur(8px)}.shop-toast--error{background:rgba(239, 68, 68, 0.88);border:1px solid rgba(239, 68, 68, 0.6);color:#fff;backdrop-filter:blur(8px)}.shop-checkout-layout{display:grid;grid-template-columns:minmax(0, 1fr) 390px;gap:36px;align-items:start;margin-top:28px}@media(max-width: 900px){.shop-checkout-layout{grid-template-columns:1fr}}.shop-checkout-form{max-width:100%}.shop-checkout-form .field{display:flex;flex-direction:column;gap:6px}.shop-checkout-form .field span{font-size:13px;color:rgba(148, 163, 184, 0.9)}.shop-checkout-form input[type=text],.shop-checkout-form input[type=email],.shop-checkout-form input[type=tel],.shop-checkout-form textarea{width:100%;padding:11px 13px;border-radius:12px;border:1px solid rgba(176, 141, 87, 0.32);background:rgba(6, 7, 10, 0.88);color:var(--text, #e5e7eb);font-size:14px;font-family:inherit;transition:border-color .15s ease}.shop-checkout-form input:focus,.shop-checkout-form textarea:focus{outline:none;border-color:rgba(201, 168, 118, 0.8)}.shop-checkout-form textarea{resize:vertical}.field-row{display:flex;gap:14px;flex-wrap:wrap}.field-row .field{flex:1;min-width:140px}.field-error{font-size:12px;color:#f87171;margin:0}.shop-payment-option{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;border:1px solid rgba(176, 141, 87, 0.22);cursor:pointer;font-size:14px;transition:border-color .15s ease,background .15s ease}.shop-payment-option:hover{border-color:rgba(201, 168, 118, 0.55);background:rgba(176, 141, 87, 0.05)}.shop-payment-option input[type=radio]{accent-color:#c9a876}.shop-payment-instructions{margin:0 0 4px 0;padding:12px 14px;border-left:3px solid rgba(176, 141, 87, 0.4);background:rgba(176, 141, 87, 0.05);border-radius:0 8px 8px 0;font-size:13px;color:var(--muted, #94a3b8);line-height:1.5}.shop-checkout-summary{position:sticky;top:80px}.shop-checkout-summary .card{gap:18px;overflow:hidden;padding:26px;border:1px solid rgba(176, 141, 87, 0.24);border-radius:16px;background:linear-gradient(145deg, rgba(176, 141, 87, 0.12), rgba(255, 255, 255, 0.022) 34%, rgba(0, 0, 0, 0.08)),rgba(17, 17, 17, 0.9);box-shadow:0 22px 52px rgba(0, 0, 0, 0.32)}.shop-checkout-summary h3{margin:0 0 4px;color:var(--shop-text, #f3f4f6);font-size:18px;font-weight:760}.shop-checkout-items{list-style:none;margin:4px 0 6px;padding:0;display:flex;flex-direction:column;gap:0}.shop-checkout-item{position:relative;display:grid;grid-template-columns:58px minmax(0, 1fr);align-items:start;gap:14px;min-height:84px;padding:16px 0;border-bottom:1px solid rgba(176, 141, 87, 0.12);background:transparent}.shop-checkout-item:first-child{padding-top:2px}.shop-checkout-item:last-child{border-bottom:0;padding-bottom:2px}.shop-checkout-item__media{display:block;width:58px;height:58px;overflow:hidden;border:1px solid rgba(176, 141, 87, 0.18);border-radius:12px;background:rgba(255, 255, 255, 0.035);box-shadow:0 8px 18px rgba(0, 0, 0, 0.2)}.shop-checkout-item__media img{width:100%;height:100%;object-fit:cover}.shop-checkout-item__media-empty{display:block;width:100%;height:100%;background:linear-gradient(135deg, rgba(176, 141, 87, 0.12), rgba(255, 255, 255, 0.025))}.shop-checkout-item__body{display:flex;min-width:0;flex-direction:column;gap:10px;padding-right:0}.shop-checkout-item__name{color:var(--shop-text, #f3f4f6);font-size:13.5px;font-weight:680;line-height:1.36}.shop-checkout-item__meta{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:14px}.shop-checkout-item__options{display:inline-flex;min-width:0;flex-wrap:wrap;align-items:center;gap:8px}.shop-checkout-item__variant{display:inline-flex;min-height:22px;align-items:center;padding:2px 9px;border:1px solid rgba(176, 141, 87, 0.22);border-radius:999px;background:rgba(176, 141, 87, 0.09);color:var(--shop-accent-light, #d9b47c);font-size:10px;font-weight:760}.shop-checkout-item__qty{color:var(--shop-dim, #7f8794);font-size:11px;font-weight:720}.shop-checkout-item__total{color:var(--shop-accent-light, #d9b47c);font-size:14px;font-weight:800;font-variant-numeric:tabular-nums;white-space:nowrap}.shop-divider{border:none;border-top:1px solid rgba(176, 141, 87, 0.14);margin:4px -26px 8px}.shop-thankyou{display:flex;flex-direction:column;align-items:center;gap:20px;padding:48px 20px 64px;text-align:center}.shop-thankyou__icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg, rgba(52, 211, 153, 0.25) 0%, rgba(16, 185, 129, 0.15) 100%);border:2px solid rgba(52, 211, 153, 0.5);display:flex;align-items:center;justify-content:center;font-size:26px;color:#6ee7b7;line-height:1}.shop-thankyou h1{margin:0;font-size:clamp(24px,4vw,36px);font-weight:800}.shop-thankyou__card{width:100%;max-width:680px;text-align:left}.shop-thankyou__meta{display:grid;grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));gap:16px}.shop-thankyou__meta>div{display:flex;flex-direction:column;gap:4px}.shop-thankyou__meta .eyebrow{margin:0;font-size:11px}.shop-thankyou__meta strong{font-size:15px}.shop-thankyou__items{width:100%;border-collapse:collapse;font-size:14px}.shop-thankyou__items th,.shop-thankyou__items td{padding:10px 12px;border-bottom:1px solid rgba(255, 255, 255, 0.05);text-align:left}.shop-thankyou__items thead th{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:rgba(148, 163, 184, 0.7);font-weight:600}.shop-thankyou__items td small{display:block}.shop-thankyou__items tbody tr:last-child td{border-bottom:none}.shop-thankyou__totals{display:flex;flex-direction:column;gap:10px;padding-top:4px}.shop-thankyou__actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.shop-card-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.shop-action-form{display:contents}.shop-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:34px;height:34px;border-radius:9px;border:1px solid rgba(176, 141, 87, 0.28);background:rgba(8, 9, 12, 0.6);color:rgba(148, 163, 184, 0.8);cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease;flex-shrink:0;padding:0}.shop-action-btn:hover{border-color:rgba(201, 168, 118, 0.55);color:var(--text, #e5e7eb);background:rgba(176, 141, 87, 0.08)}.shop-action-btn.is-active{border-color:rgba(201, 168, 118, 0.62);color:#d4b280;background:rgba(176, 141, 87, 0.15)}.shop-action-btn.is-active:hover{background:rgba(176, 141, 87, 0.24)}.shop-action-btn--cart{border-color:rgba(201, 168, 118, 0.55);background:rgba(176, 141, 87, 0.18);color:#d4b280}.shop-action-btn--cart:hover{border-color:rgba(201, 168, 118, 0.9);background:rgba(176, 141, 87, 0.35);color:#fff}.shop-action-btn--labeled{width:auto;padding:0 14px;font-size:13px;font-weight:500;height:38px;border-radius:10px}.shop-action-btn.js-compare-toggle.is-active{border-color:rgba(201, 168, 118, 0.58);color:#d4b280;background:rgba(176, 141, 87, 0.13)}.shop-action-btn.js-compare-toggle.is-active:hover{background:rgba(176, 141, 87, 0.22)}.shop-product-detail__secondary-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.shop-wishlist-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:28px;padding:16px 20px;background:linear-gradient(90deg, rgba(176, 141, 87, 0.07) 0%, rgba(176, 141, 87, 0.02) 100%);border:1px solid rgba(176, 141, 87, 0.18);border-left:3px solid rgba(176, 141, 87, 0.55)}.shop-wishlist-count{display:flex;align-items:baseline;gap:8px}.shop-wishlist-count strong{font-size:22px;font-weight:700;color:var(--shop-accent-light, #d3b277);letter-spacing:-0.03em;line-height:1}.shop-wishlist-count span{font-size:13px;color:var(--shop-muted, #c1bbb1);letter-spacing:.02em}.shop-wishlist-toolbar__link{font-size:13px;color:var(--shop-accent, #b08d57);text-decoration:none;opacity:.75;transition:opacity .15s;white-space:nowrap}.shop-wishlist-toolbar__link:hover{opacity:1}.shop-grid--wishlist{grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));gap:24px}.shop-grid--wishlist .shop-product-card{border-bottom-width:3px}.shop-grid--wishlist .shop-product-card__img-wrap{aspect-ratio:4/5}.shop-grid--wishlist .shop-product-card__body{padding:14px 16px 16px;gap:8px}.shop-grid--wishlist .shop-product-card__title{font-size:15px;-webkit-line-clamp:3}.shop-grid--wishlist .shop-product-card__preview{-webkit-line-clamp:3;font-size:12.5px;opacity:.8}.shop-grid--wishlist .shop-product-card__price strong{font-size:17px}.shop-compare-actions{display:flex;justify-content:flex-end;margin-bottom:16px}.shop-compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:14px;border:1px solid rgba(176, 141, 87, 0.2)}.shop-compare-table{width:100%;border-collapse:collapse;font-size:14px;min-width:480px}.shop-compare-table th,.shop-compare-table td{padding:12px 16px;border-bottom:1px solid rgba(255, 255, 255, 0.05);vertical-align:top;text-align:left}.shop-compare-table tr:last-child th,.shop-compare-table tr:last-child td{border-bottom:none}.shop-compare-table tbody tr:hover th,.shop-compare-table tbody tr:hover td{background:rgba(176, 141, 87, 0.04)}.shop-compare-table__label-col{width:180px;min-width:140px;color:rgba(148, 163, 184, 0.85);font-weight:500;background:rgba(8, 9, 12, 0.4)}.shop-compare-table__product-col{min-width:200px;text-align:center}.shop-compare-table thead td{background:rgba(176, 141, 87, 0.07);text-align:center}.shop-compare-table thead img{width:120px;height:120px;object-fit:cover;border-radius:10px;border:1px solid rgba(176, 141, 87, 0.2);display:block;margin:0 auto 10px}.shop-compare-table__product-title{display:block;font-weight:600;font-size:14px;color:var(--text, #e5e7eb);margin-bottom:10px;line-height:1.4}.shop-compare-table__product-title:hover{color:#d4b280}.shop-compare-table__old-price{display:block;font-size:12px}.shop-compare-table__stock{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px}.shop-compare-table__stock.in-stock{background:rgba(16, 185, 129, 0.12);border:1px solid rgba(52, 211, 153, 0.35);color:#6ee7b7}.shop-compare-table__stock.out-of-stock{background:rgba(239, 68, 68, 0.1);border:1px solid rgba(239, 68, 68, 0.3);color:#fca5a5}@media(max-width: 640px){.shop-hero{padding:22px 0 14px}.shop-hero__inner{max-width:none;padding:0 12px}.shop-hero h1{margin-top:4px;font-size:clamp(28px,9vw,34px)}.shop-cat-section{width:calc(100% - 24px);margin-top:18px}.shop-section-title{margin-bottom:12px;font-size:22px}.shop-cat-grid{grid-template-columns:1fr;gap:12px}.shop-layout,.shop-brand-toolbar,.shop-brand-products,.shop-product-detail,.shop-cart-layout,.shop-checkout-layout,.shop-order-detail{width:calc(100% - 24px)}.shop-layout{margin-top:14px}.shop-main{gap:14px}.shop-toolbar{padding:8px 0}.shop-filter-toggle{margin-bottom:10px}.shop-grid{grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));gap:14px}.shop-grid,.shop-grid--small{grid-template-columns:1fr;gap:14px}.shop-product-card{width:100%;border-radius:14px;background:linear-gradient(180deg, rgba(24, 24, 24, 0.92), rgba(14, 15, 17, 0.98)),radial-gradient(ellipse at 50% 0%, rgba(211, 178, 119, 0.12), transparent 58%)}.shop-product-card:active{border-color:rgba(211, 178, 119, 0.62);transform:translateY(-2px);box-shadow:0 18px 48px rgba(0, 0, 0, 0.38),0 0 0 1px rgba(211, 178, 119, 0.12)}.shop-product-card:active::before{opacity:1;transform:scale(1.28);transition-duration:.18s}.shop-product-card__img-wrap{aspect-ratio:16/11}.shop-product-card__body{flex:1;padding:16px}.shop-product-card__title{font-size:16px;line-height:1.32}.shop-product-card__preview{font-size:13px;-webkit-line-clamp:3}.shop-product-card__footer{align-items:flex-end;padding-top:10px}.shop-product-card__price strong{font-size:18px}.shop-card-actions{gap:8px}.shop-action-btn{width:38px;height:38px}.shop-product-detail__top{gap:24px}}.shop-fab-group{position:fixed;bottom:53px;right:24px;display:flex;flex-direction:column;align-items:center;gap:12px;z-index:900}.shop-fab{position:relative;display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg, #c9a876 0%, #9a7040 100%);color:#06070a;border:none;cursor:pointer;box-shadow:0 4px 20px rgba(176, 141, 87, 0.4);transition:transform .18s ease,box-shadow .18s ease;text-decoration:none}.shop-fab:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(176, 141, 87, 0.58)}.shop-fab--wishlist{background:rgba(255, 255, 255, 0.07);color:#d4b280;box-shadow:0 4px 16px rgba(0, 0, 0, 0.3);border:1px solid rgba(176, 141, 87, 0.22)}.shop-fab--wishlist:hover{background:rgba(176, 141, 87, 0.14);box-shadow:0 6px 24px rgba(0, 0, 0, 0.4)}.shop-fab--compare{background:rgba(255, 255, 255, 0.07);color:#d4b280;box-shadow:0 4px 16px rgba(0, 0, 0, 0.3);border:1px solid rgba(176, 141, 87, 0.22)}.shop-fab--compare:hover{background:rgba(176, 141, 87, 0.14);box-shadow:0 6px 24px rgba(0, 0, 0, 0.4)}.shop-fab__badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;line-height:20px;text-align:center;pointer-events:none}.shop-drawer-overlay{position:fixed;inset:0;background:rgba(0, 0, 0, 0.55);z-index:1050;opacity:0;pointer-events:none;transition:opacity .28s ease}.shop-drawer-overlay:not([aria-hidden]){opacity:1;pointer-events:auto}.shop-drawer{position:fixed;top:0;right:0;bottom:0;width:min(400px,100vw);background:linear-gradient(180deg, #0a0b0e 0%, #0c0a07 100%);border-left:1px solid rgba(176, 141, 87, 0.18);z-index:1060;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:-8px 0 40px rgba(0, 0, 0, 0.5)}.shop-drawer.is-open{transform:translateX(0)}.shop-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(255, 255, 255, 0.07);flex-shrink:0}.shop-drawer__title{margin:0;font-size:16px;font-weight:700;letter-spacing:.02em}.shop-drawer__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:var(--muted, #94a3b8);cursor:pointer;border-radius:6px;transition:background .15s,color .15s}.shop-drawer__close:hover{background:rgba(255, 255, 255, 0.08);color:var(--text, #e5e7eb)}.shop-drawer__body{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:12px}.shop-drawer__empty{margin:0;padding:32px 0;text-align:center}.shop-drawer__empty+.btn{align-self:center}.shop-minicart-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.shop-minicart-item{display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:start}.shop-minicart-item__img{width:56px;height:56px;object-fit:cover;border-radius:8px;display:block;background:rgba(255, 255, 255, 0.04)}.shop-minicart-item__img--empty{border-radius:8px;background:rgba(255, 255, 255, 0.06)}.shop-minicart-item__body{min-width:0}.shop-minicart-item__title{display:block;font-size:13px;font-weight:600;color:var(--text, #e5e7eb);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.shop-minicart-item__title:hover{color:var(--shop-accent-light, #d3b277)}.shop-minicart-item__meta{margin:3px 0 0;font-size:12px}.shop-minicart-item__remove-form{margin:0}.shop-minicart-item__remove-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;background:transparent;color:var(--muted, #94a3b8);cursor:pointer;border-radius:4px;transition:background .15s,color .15s;flex-shrink:0}.shop-minicart-item__remove-btn:hover{background:rgba(239, 68, 68, 0.15);color:#fca5a5}.shop-drawer__footer{padding:16px 20px;border-top:1px solid rgba(255, 255, 255, 0.07);display:flex;flex-direction:column;gap:10px;flex-shrink:0}.shop-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;font-size:14px}.shop-drawer__subtotal strong{font-size:16px;color:var(--shop-accent-light, #d3b277)}body.shop-drawer-open{overflow:hidden}.shop-filter-group{border-bottom:1px solid rgba(255, 255, 255, 0.06);padding-bottom:10px;margin-bottom:10px}.shop-filter-group[open]{padding-bottom:12px}.shop-filter-group__title{list-style:none;cursor:pointer;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted, #94a3b8);padding:4px 0;user-select:none;display:flex;align-items:center;justify-content:space-between;gap:6px}.shop-filter-group__title::-webkit-details-marker{display:none}.shop-filter-group__title::after{content:"›";font-size:16px;line-height:1;transition:transform .2s;flex-shrink:0}details.shop-filter-group[open]>.shop-filter-group__title::after{transform:rotate(90deg)}.shop-filter-group__list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:4px}.shop-filter-group__item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text, #e5e7eb);cursor:pointer;padding:2px 0;line-height:1.4}.shop-filter-group__item input[type=checkbox]{accent-color:var(--shop-accent-light, #d3b277);width:14px;height:14px;flex-shrink:0;cursor:pointer}.shop-filter-group__item:hover{color:var(--shop-accent-light, #d3b277)}.shop-product-attrs{margin:12px 0 0;display:grid;grid-template-columns:1fr;gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;font-size:14px}.shop-product-attrs__row{display:grid;grid-template-columns:40% 1fr;border-bottom:1px solid var(--border)}.shop-product-attrs__row:last-child{border-bottom:none}.shop-product-attrs dt,.shop-product-attrs dd{margin:0;padding:6px 10px;line-height:1.4}.shop-product-attrs dt{color:var(--muted, #94a3b8);font-weight:500;border-right:1px solid var(--border)}.shop-product-attrs{margin:16px 0;padding:12px 0 0;border-top:1px solid var(--border)}.shop-product-attrs__label{margin:0 0 8px;font-size:11px;letter-spacing:.08em}.shop-product-attrs__list{margin:0;display:grid;gap:0}.shop-product-attrs__row{display:flex;gap:8px;padding:5px 0;border-bottom:1px solid color-mix(in srgb, var(--border) 60%, transparent);font-size:13px;line-height:1.4}.shop-product-attrs__row:last-child{border-bottom:none}.shop-product-attrs__row dt{flex:0 0 40%;color:var(--muted, #94a3b8);font-weight:500}.shop-product-attrs__row dd{margin:0;flex:1;color:var(--text, #e5e7eb)}.shop-hidden-form,.shop-variant-reset{display:none}.shop-hero,.shop-cart-hero,.shop-page-hero{padding:42px 0 30px;text-align:left}.shop-hero__inner,.shop-cart-hero,.shop-page-hero{max-width:1200px;margin:0 auto;padding:0 20px}.shop-hero h1,.shop-cart-hero h1,.shop-page-hero h1,.shop-thankyou h1{margin:8px 0 0;color:var(--shop-text);font-weight:700;letter-spacing:0}.shop-hero .muted,.shop-cart-hero .muted,.shop-page-hero .muted{max-width:720px;color:var(--shop-muted);line-height:1.65}.shop-section-title{color:var(--shop-text);font-size:22px;font-weight:700;letter-spacing:0}.shop-cat-section{width:min(1200px,100% - 40px);margin-right:auto;margin-left:auto}.shop-layout,.shop-brand-toolbar,.shop-brand-products,.shop-product-detail,.shop-cart-layout,.shop-checkout-layout,.shop-order-detail,.shop-wishlist-toolbar,.shop-grid--wishlist,.shop-compare-actions,.shop-compare-wrap,.shop-address-layout,.shop-reviews-section{width:min(1200px,100% - 40px);margin-right:auto;margin-left:auto}.shop-layout{grid-template-columns:248px 1fr;gap:32px}.shop-main{gap:22px}.shop-sidebar{gap:18px;padding:16px;border:1px solid var(--shop-border);border-radius:var(--shop-radius);background:linear-gradient(180deg, rgba(24, 24, 24, 0.88), rgba(14, 15, 17, 0.74));box-shadow:0 12px 30px rgba(0, 0, 0, 0.18)}.shop-categories ul{gap:4px}.shop-categories a,.shop-filter-group__item{color:var(--shop-muted)}.shop-categories a{padding:9px 10px;border-radius:var(--shop-radius)}.shop-categories a:hover,.shop-categories a.is-active{background:rgba(176, 141, 87, 0.1);border-color:var(--shop-border);color:var(--shop-accent-light)}.shop-filter-group{border-bottom-color:rgba(176, 141, 87, 0.14)}.shop-filter-group__title{color:var(--shop-dim)}.shop-filter-group__item:hover{color:var(--shop-accent-light)}.shop-filter-group__item input[type=checkbox],.shop-variant input[type=radio],.shop-payment-option input[type=radio]{accent-color:var(--shop-accent)}.shop-filter-form input[type=number],.shop-sort-form select,.shop-add-to-cart__qty input[type=number],.shop-cart-qty-input,.shop-checkout-form input[type=text],.shop-checkout-form input[type=email],.shop-checkout-form input[type=tel],.shop-checkout-form textarea,.shop-modal__box input[type=text],.shop-modal__box input[type=tel]{border-color:var(--shop-border);border-radius:var(--shop-radius);background:rgba(14, 15, 17, 0.72);color:var(--shop-text)}.shop-filter-form input[type=number]:focus,.shop-sort-form select:focus,.shop-add-to-cart__qty input:focus,.shop-cart-qty-input:focus,.shop-checkout-form input:focus,.shop-checkout-form textarea:focus,.shop-modal__box input:focus{border-color:var(--shop-accent)}.shop-toolbar{padding:12px 0;border-top:1px solid rgba(176, 141, 87, 0.12);border-bottom:1px solid rgba(176, 141, 87, 0.12)}.shop-brand-toolbar{margin-top:18px}.shop-brand-products{padding-bottom:48px}.shop-brand-logo{max-width:200px;max-height:80px;object-fit:contain;margin-bottom:16px}.shop-cat-grid,.shop-grid{gap:18px}.shop-cat-card,.shop-product-card{border-radius:var(--shop-radius);border-color:var(--shop-border);background:var(--shop-surface-raised);box-shadow:none}.shop-cat-card:hover,.shop-product-card:hover{border-color:var(--shop-border-strong);box-shadow:var(--shop-shadow)}.shop-cat-card__img-wrap,.shop-product-card__img-wrap,.shop-product-gallery__main{background:#fff}.shop-cat-card__name,.shop-product-card__title,.shop-cart-row__product a,.shop-compare-table__product-title,.shop-minicart-item__title{color:var(--shop-text)}.shop-product-card__title:hover,.shop-cart-row__product a:hover,.shop-compare-table__product-title:hover,.shop-minicart-item__title:hover,.shop-files-list a,.shop-brand-link:hover{color:var(--shop-accent-light)}.shop-product-card__body{gap:10px;padding:14px}.shop-product-card__preview{color:var(--shop-muted);line-height:1.55}.shop-product-card__price strong,.shop-product-detail__current-price,.shop-drawer__subtotal strong{color:var(--shop-accent-light);background:none;-webkit-text-fill-color:currentColor}.shop-product-card__badge{border:1px solid rgba(255, 255, 255, 0.16);background:rgba(164, 54, 54, 0.9)}.shop-product-card__badge--sale{background:#c0392b;color:#fff}.shop-product-card__badge--preorder,.shop-product-card__badge--low-stock{background:#d3b277;color:#15110b}.shop-product-detail{gap:34px}.shop-product-detail__top{gap:44px}.shop-thumb,.shop-product-section,.shop-compare-wrap,.shop-modal__box,.shop-drawer{border-color:var(--shop-border);border-radius:var(--shop-radius);background:var(--shop-surface-raised)}.shop-product-gallery__main{border-color:var(--shop-border);border-radius:var(--shop-radius);background:#fff}.shop-product-gallery__main img{background:#fff}.shop-thumb{border-width:1px}.shop-thumb:hover,.shop-thumb.is-active{border-color:var(--shop-accent)}.shop-product-detail__info{gap:18px}.shop-product-detail__info h1{color:var(--shop-text);letter-spacing:0}.shop-product-detail__preview,.shop-add-to-cart__qty label,.shop-checkout-form .field span,.shop-modal__box .field span{color:var(--shop-muted)}.shop-product-detail__meta{gap:8px}.shop-product-detail__meta p,.shop-product-detail__price{margin:0}.shop-product-detail__stock{border-radius:999px}.shop-product-detail__stock.preorder,.shop-product-detail__stock.low-stock{border:1px solid rgba(211, 178, 119, 0.42);background:rgba(211, 178, 119, 0.12);color:var(--shop-accent-light)}.shop-variant,.shop-payment-option{border-color:var(--shop-border);border-radius:var(--shop-radius);background:rgba(255, 255, 255, 0.025)}.shop-variant:hover,.shop-variant.is-active,.shop-payment-option:hover{border-color:var(--shop-accent);background:rgba(176, 141, 87, 0.1)}.shop-product-section>summary:hover{background:rgba(176, 141, 87, 0.08)}.shop-product-section__content{color:var(--shop-muted);line-height:1.65}.shop-card-actions{gap:8px}.shop-action-btn{border-color:var(--shop-border);border-radius:var(--shop-radius);background:rgba(255, 255, 255, 0.035);color:var(--shop-muted)}.shop-action-btn:hover,.shop-action-btn--cart:hover,.shop-action-btn.is-active:hover{border-color:var(--shop-accent);background:rgba(176, 141, 87, 0.12);color:var(--shop-accent-light)}.shop-action-btn--cart{border-color:var(--shop-accent);background:var(--shop-accent);color:var(--shop-surface)}.shop-action-btn.is-active,.shop-action-btn.js-compare-toggle.is-active{border-color:var(--shop-accent);background:rgba(176, 141, 87, 0.16);color:var(--shop-accent-light)}.shop-cart-table,.shop-thankyou__items,.shop-compare-table{color:var(--shop-muted)}.shop-cart-table thead th,.shop-thankyou__items thead th,.shop-compare-table__label-col{color:var(--shop-dim);background:rgba(176, 141, 87, 0.06)}.shop-cart-table th,.shop-cart-table td,.shop-thankyou__items th,.shop-thankyou__items td,.shop-compare-table th,.shop-compare-table td,.shop-divider,.shop-cart-summary__row--total{border-color:rgba(176, 141, 87, 0.14)}.shop-cart-table tbody tr:hover td,.shop-compare-table tbody tr:hover th,.shop-compare-table tbody tr:hover td{background:rgba(176, 141, 87, 0.05)}.shop-cart-summary .card,.shop-thankyou__card,.shop-checkout-summary .card,.shop-order-meta.card{border-color:var(--shop-border);border-radius:var(--shop-radius);background:var(--shop-surface-raised)}.shop-cart-hero{padding-bottom:22px}.shop-cart-hero h1{max-width:720px;font-size:clamp(30px,5vw,52px)}.shop-cart-layout{grid-template-columns:minmax(0, 1fr) 360px;gap:34px;align-items:start;margin-bottom:56px}.shop-cart-items{gap:0;overflow:hidden;border:1px solid var(--shop-border);border-radius:var(--shop-radius);background:linear-gradient(145deg, rgba(176, 141, 87, 0.07), rgba(255, 255, 255, 0.018) 34%),rgba(18, 18, 18, 0.78);box-shadow:0 18px 44px rgba(0, 0, 0, 0.24)}.shop-cart-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 22px;border-bottom:1px solid rgba(176, 141, 87, 0.14);background:rgba(255, 255, 255, 0.018)}.shop-cart-panel-head h2{margin:0;color:var(--shop-text);font-size:16px;font-weight:700;letter-spacing:0}.shop-cart-count{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border:1px solid rgba(176, 141, 87, 0.18);border-radius:999px;background:rgba(176, 141, 87, 0.055);color:var(--shop-dim);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.shop-cart-table{width:100%;border-collapse:separate;border-spacing:0 10px;padding:10px 14px 14px}.shop-cart-table thead th{padding:10px 8px;background:transparent;color:var(--shop-dim);font-size:10px;letter-spacing:.11em}.shop-cart-table th,.shop-cart-table td{padding:16px 12px;border-top:1px solid rgba(176, 141, 87, 0.09);border-bottom:1px solid rgba(176, 141, 87, 0.09);background:rgba(255, 255, 255, 0.022)}.shop-cart-row{transition:transform 180ms var(--ease, ease),filter 180ms var(--ease, ease)}.shop-cart-row:hover{transform:translateY(-1px);filter:brightness(1.04)}.shop-cart-row td:first-child{border-left:1px solid rgba(176, 141, 87, 0.09);border-radius:14px 0 0 14px}.shop-cart-row td:last-child{border-right:1px solid rgba(176, 141, 87, 0.09);border-radius:0 14px 14px 0}.shop-cart-row__product{align-items:center;gap:18px}.shop-cart-row__media{display:block;flex:0 0 72px;width:72px;height:72px;overflow:hidden;border:1px solid rgba(176, 141, 87, 0.22);border-radius:16px;background:rgba(255, 255, 255, 0.04);box-shadow:0 10px 22px rgba(0, 0, 0, 0.22)}.shop-cart-row__media img{width:100%;height:100%;border:none;border-radius:0;object-fit:cover;transition:transform 260ms var(--ease, ease)}.shop-cart-row:hover .shop-cart-row__media img{transform:scale(1.04)}.shop-cart-row__media-empty{display:block;width:100%;height:100%;background:linear-gradient(135deg, rgba(176, 141, 87, 0.12), rgba(255, 255, 255, 0.025))}.shop-cart-row__product-info{display:flex;min-width:0;flex-direction:column;gap:8px}.shop-cart-row__product-info a{max-width:520px;color:var(--shop-text);font-size:15px;font-weight:750;line-height:1.35}.shop-cart-row__variant,.shop-cart-row__sku{display:inline-flex;width:fit-content;max-width:100%;min-height:24px;align-items:center;padding:3px 9px;border:1px solid rgba(176, 141, 87, 0.18);border-radius:999px;background:rgba(176, 141, 87, 0.075);color:var(--shop-accent-light);font-size:12px;font-weight:650;line-height:1.2}.shop-cart-row__sku{background:rgba(255, 255, 255, 0.035);color:var(--shop-dim)}.shop-cart-row__mini-total{display:none;align-items:center;gap:10px;color:var(--shop-dim);font-size:13px}.shop-cart-row__mini-total strong{color:var(--shop-accent-light);font-size:15px}.shop-cart-money{display:inline-flex;min-width:94px;flex-direction:column;gap:4px;white-space:nowrap}.shop-cart-money span{color:var(--shop-dim);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.shop-cart-price,.shop-cart-line-total{color:var(--shop-text);font-size:15px;font-variant-numeric:tabular-nums;white-space:nowrap}.shop-cart-line-total{color:var(--shop-accent-light);font-size:17px}.shop-cart-qty-form{align-items:center;flex-wrap:nowrap;gap:8px}.shop-cart-qty-input{width:68px;min-height:40px;border-color:rgba(176, 141, 87, 0.22);border-radius:12px;background:rgba(0, 0, 0, 0.22);text-align:center}.shop-cart-qty-form .btn{min-height:40px;padding:9px 13px;border-color:rgba(176, 141, 87, 0.18);border-radius:12px;background:rgba(176, 141, 87, 0.055)}.shop-cart-row__actions{justify-content:flex-end;gap:7px;white-space:nowrap}.shop-cart-row__actions form:not(.shop-action-form){margin:0}.shop-cart-row__actions .btn.danger{width:34px;height:34px;min-height:34px;padding:0;border-radius:var(--shop-radius);font-size:18px}.shop-cart-actions{padding:18px 24px 22px;border-top:1px solid rgba(176, 141, 87, 0.14);background:rgba(0, 0, 0, 0.12)}.shop-cart-summary{top:96px}.shop-cart-summary .card{position:relative;gap:16px;overflow:hidden;padding:24px;background:linear-gradient(145deg, rgba(176, 141, 87, 0.13), rgba(255, 255, 255, 0.025) 42%),var(--shop-surface-raised);box-shadow:var(--shop-shadow)}.shop-cart-summary .card::before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg, transparent, var(--shop-accent), transparent)}.shop-cart-summary .eyebrow{margin:0}.shop-cart-summary h3{color:var(--shop-text);font-size:24px;letter-spacing:0}.shop-cart-summary__note,.shop-cart-summary__footnote{margin:0;line-height:1.55}.shop-cart-summary__row{padding:2px 0}.shop-cart-summary__row span{color:var(--shop-muted)}.shop-cart-summary__row strong{color:var(--shop-text)}.shop-cart-summary__row--total{margin-top:4px;padding-top:16px}.shop-cart-summary__row--total span{color:var(--shop-text);font-weight:700}.shop-cart-summary__row--total strong{color:var(--shop-accent-light);font-size:28px}.shop-cart-summary .btn.primary{width:100%;min-height:48px;margin-top:4px}.shop-cart-empty{width:min(720px,100% - 40px);margin:0 auto 56px;border:1px solid var(--shop-border);border-radius:var(--shop-radius);background:var(--shop-surface-raised);box-shadow:var(--shop-shadow)}.shop-payment-instructions{border-left-color:var(--shop-accent);background:rgba(176, 141, 87, 0.08);color:var(--shop-muted)}.shop-modal__box{background:var(--shop-surface-raised);box-shadow:var(--shop-shadow)}.shop-modal__close{border-color:var(--shop-border);border-radius:var(--shop-radius);background:rgba(255, 255, 255, 0.035);color:var(--shop-muted)}.shop-modal__close:hover{background:rgba(176, 141, 87, 0.12);color:var(--shop-accent-light)}.shop-fab{background:var(--shop-accent);color:var(--shop-surface);box-shadow:0 8px 22px rgba(176, 141, 87, 0.24)}.shop-fab:hover{box-shadow:0 10px 28px rgba(176, 141, 87, 0.34)}.shop-fab--wishlist,.shop-fab--compare{border-color:var(--shop-border);background:var(--shop-surface-raised);color:var(--shop-accent-light)}.shop-drawer{border-radius:0}.shop-drawer__head,.shop-drawer__footer{border-color:rgba(176, 141, 87, 0.14)}@media(max-width: 860px){.shop-layout,.shop-cat-section,.shop-brand-toolbar,.shop-brand-products,.shop-product-detail,.shop-cart-layout,.shop-checkout-layout,.shop-order-detail{width:min(100% - 28px,1200px)}.shop-sidebar{border-radius:0 var(--shop-radius) var(--shop-radius) 0}.shop-hero__inner,.shop-cart-hero,.shop-page-hero{padding:0 14px}}@media(max-width: 900px){.shop-cart-layout{grid-template-columns:1fr}.shop-cart-summary{position:static}}@media(max-width: 640px){.shop-checkout-item{grid-template-columns:54px minmax(0, 1fr);min-height:80px;padding:14px 0}.shop-checkout-item__media{width:54px;height:54px}.shop-checkout-summary .card{padding:22px}.shop-cart-panel-head{align-items:flex-start;flex-direction:column;padding:18px}.shop-cart-table,.shop-cart-table tbody,.shop-cart-table tr,.shop-cart-table td{display:block}.shop-cart-table{padding:8px 12px 14px;border-spacing:0}.shop-cart-table thead{display:none}.shop-cart-table tr{padding:18px;border-bottom:1px solid rgba(176, 141, 87, 0.14);border-radius:16px;background:rgba(255, 255, 255, 0.022)}.shop-cart-table tr:last-child{border-bottom:none}.shop-cart-table td{border:0;background:transparent;padding:8px 0}.shop-cart-row__product-info a{max-width:100%;font-size:14px}.shop-cart-money{min-width:0}.shop-cart-actions{align-items:stretch;flex-direction:column;padding:18px}.shop-cart-actions .btn,.shop-cart-actions form,.shop-cart-actions button{width:100%}.shop-cart-summary .card{padding:20px}}@media(max-width: 1024px){.shop-fab-group{bottom:76px}body.is-shop .floating-booking{visibility:hidden;opacity:0;pointer-events:none}body.is-shop .shop-fab-group{bottom:24px}}@media(max-width: 640px){.shop-product-detail__gallery,.shop-product-detail__info{min-width:0}.shop-product-detail__info h1{font-size:clamp(18px,5.5vw,24px);word-break:break-word;overflow-wrap:break-word;padding-right:68px}.shop-hero{padding:22px 0 14px}.shop-hero__inner{max-width:none;padding:0 12px}.shop-hero h1{margin-top:4px;font-size:clamp(28px,9vw,34px)}.shop-cat-section{width:calc(100% - 24px);margin-top:18px}.shop-section-title{margin-bottom:12px;font-size:22px}.shop-cat-grid{grid-template-columns:1fr;gap:12px}.shop-layout,.shop-brand-toolbar,.shop-brand-products,.shop-product-detail,.shop-cart-layout,.shop-checkout-layout,.shop-order-detail{width:calc(100% - 24px)}.shop-layout{margin-top:14px}.shop-main{gap:14px}.shop-toolbar{padding:8px 0}.shop-filter-toggle{margin-bottom:10px}.shop-grid,.shop-grid--small{grid-template-columns:1fr;gap:14px}.shop-product-card{width:100%;border-radius:14px;background:linear-gradient(180deg, rgba(24, 24, 24, 0.92), rgba(14, 15, 17, 0.98)),radial-gradient(ellipse at 50% 0%, rgba(211, 178, 119, 0.12), transparent 58%)}.shop-product-card:active{border-color:rgba(211, 178, 119, 0.62);transform:translateY(-2px);box-shadow:0 18px 48px rgba(0, 0, 0, 0.38),0 0 0 1px rgba(211, 178, 119, 0.12)}.shop-product-card:active::before{opacity:1;transform:scale(1.28);transition-duration:.18s}.shop-product-card__img-wrap{aspect-ratio:16/11}.shop-product-card__body{flex:1;padding:16px}.shop-product-card__title{font-size:16px;line-height:1.32}.shop-product-card__preview{font-size:13px;-webkit-line-clamp:3}.shop-product-card__footer{align-items:flex-end;padding-top:10px}.shop-product-card__price strong{font-size:18px}.shop-card-actions{gap:8px}.shop-action-btn{width:38px;height:38px}}@media(max-width: 640px){.shop-grid{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.shop-product-card{border-left:0;border-right:0;border-radius:0}.shop-product-card__img-wrap{width:100%;aspect-ratio:16/10;border-radius:0}.shop-product-card__img-wrap img{display:block}.shop-product-card__body{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}}@media(max-width: 640px){.shop-grid,.shop-grid--small{gap:18px}.shop-grid{width:100%;margin-left:0;margin-right:0}.shop-product-card{background:linear-gradient(180deg, rgba(23, 23, 21, 0.98), rgba(10, 11, 12, 1)),radial-gradient(ellipse at 50% -10%, rgba(211, 178, 119, 0.13), transparent 54%);border:1px solid rgba(211, 178, 119, 0.2);border-radius:14px;box-shadow:0 18px 38px rgba(0, 0, 0, 0.28)}.shop-product-card::before{background:radial-gradient(circle at 50% 46%, rgba(211, 178, 119, 0.22) 0%, rgba(211, 178, 119, 0.1) 27%, transparent 64%),linear-gradient(110deg, transparent 0%, rgba(255, 245, 220, 0.07) 44%, transparent 70%)}.shop-product-card:active{border-color:rgba(211, 178, 119, 0.42);transform:translateY(-1px);box-shadow:0 22px 46px rgba(0, 0, 0, 0.36),0 0 32px rgba(211, 178, 119, 0.08)}.shop-product-card:active .shop-product-card__img-wrap img{transform:scale(1.025);filter:brightness(0.9) saturate(1.04)}.shop-product-card__img-wrap{aspect-ratio:4/3;border-radius:14px 14px 0 0;background:#0b0c0d}.shop-product-card__img-wrap::after{content:"";position:absolute;inset:auto 0 0;height:42%;pointer-events:none;background:linear-gradient(180deg, transparent, rgba(8, 8, 8, 0.46))}.shop-product-card__badge{top:12px;left:12px;padding:5px 9px;border-radius:999px;border:1px solid rgba(255, 255, 255, 0.16);background:rgba(12, 12, 12, 0.58);color:rgba(245, 239, 226, 0.92);box-shadow:0 8px 24px rgba(0, 0, 0, 0.28)}.shop-product-card__badge--sale{background:#c0392b;color:#fff}.shop-product-card__badge--preorder,.shop-product-card__badge--low-stock{background:rgba(18, 18, 18, 0.62);color:var(--shop-accent-light)}.shop-product-card__body{gap:9px;padding-top:15px;padding-bottom:17px}.shop-product-card__title{font-size:17px;line-height:1.28;font-weight:700;color:#f0eee8}.shop-product-card__preview{display:none}.shop-product-card__footer{display:grid;grid-template-columns:1fr auto;align-items:end;gap:12px;margin-top:2px;padding-top:0}.shop-product-card__price{gap:1px;min-width:0}.shop-product-card__price s{font-size:12px;color:rgba(232, 226, 214, 0.46)}.shop-product-card__price strong,.shop-product-card__price{color:var(--shop-accent-light)}.shop-product-card__price strong{font-size:19px;line-height:1.1;letter-spacing:0}.shop-card-actions{justify-content:flex-end;gap:7px}.shop-action-btn{width:40px;height:40px;border-color:rgba(211, 178, 119, 0.28);background:rgba(20, 20, 19, 0.74);box-shadow:0 8px 20px rgba(0, 0, 0, 0.18)}.shop-action-btn:hover,.shop-action-btn:active{transform:translateY(-1px)}.shop-action-btn--cart,.shop-action-btn.is-primary{border-color:rgba(211, 178, 119, 0.72);background:var(--shop-accent);color:#111;box-shadow:0 12px 26px rgba(176, 141, 87, 0.24)}.shop-product-detail__secondary-actions{gap:10px;flex-wrap:wrap}.shop-product-detail__secondary-actions .shop-action-form{flex:1 1 140px}.shop-product-detail__secondary-actions .shop-action-btn--labeled{width:100%;min-width:0;height:42px;padding:0 12px;justify-content:center;white-space:nowrap}}.shop-product-detail__gallery{gap:12px}.shop-product-gallery__main{position:relative;border-radius:4px;border:none;background:#fff;box-shadow:0 0 0 1px rgba(176, 141, 87, 0.18),0 32px 64px rgba(0, 0, 0, 0.55),inset 0 1px 0 rgba(176, 141, 87, 0.08);overflow:hidden;aspect-ratio:4/3}.shop-product-gallery__main img{object-fit:contain;cursor:zoom-in;transition:transform 480ms cubic-bezier(0.16, 1, 0.3, 1),opacity .2s ease}.shop-product-gallery__main img:hover{transform:scale(1.02)}.shop-product-gallery__thumbs{gap:10px}.shop-thumb{width:72px;height:72px;border-radius:3px;border:1px solid rgba(176, 141, 87, 0.18);background:#080909;transition:border-color 220ms var(--ease),box-shadow 220ms var(--ease),transform 220ms var(--ease)}.shop-thumb:hover{border-color:rgba(176, 141, 87, 0.5);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0, 0, 0, 0.4)}.shop-thumb.is-active{border-color:var(--bronze);box-shadow:0 0 0 1px var(--bronze),0 8px 24px rgba(176, 141, 87, 0.22)}.shop-thumb img{object-fit:cover}.shop-product-detail__info{gap:24px;padding-top:4px}.shop-product-detail__meta{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px 20px;padding-bottom:8px;border-bottom:1px solid rgba(176, 141, 87, 0.15)}.shop-product-detail__meta p{margin:0;font-family:"JetBrains Mono",monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.shop-product-detail__meta strong{color:var(--text-2);font-weight:500}.shop-product-detail__info h1{font-family:"Oswald",sans-serif;font-size:clamp(26px,3.5vw,42px);font-weight:600;line-height:1.1;letter-spacing:.02em;text-transform:uppercase;color:var(--text-1);margin:0}.shop-product-detail__preview{font-family:"Manrope",sans-serif;font-size:15px;line-height:1.7;color:var(--text-3);margin:0}.shop-sale-badge{position:absolute;top:14px;left:14px;z-index:2;display:inline-flex;align-items:center;padding:6px 11px;background:#c0392b;color:#fff;font-family:"Oswald",sans-serif;font-size:13px;font-weight:500;letter-spacing:.08em;line-height:1;border-radius:2px;box-shadow:0 4px 14px rgba(192, 57, 43, 0.4)}.shop-product-detail__price{gap:6px;padding:20px 0;border-top:1px solid rgba(176, 141, 87, 0.15);border-bottom:1px solid rgba(176, 141, 87, 0.15)}.shop-product-detail__current-price{font-family:"Oswald",sans-serif;font-size:clamp(34px,5vw,52px);font-weight:500;line-height:1;letter-spacing:.01em;color:var(--bronze-light) !important;background:none !important;-webkit-text-fill-color:var(--bronze-light) !important}.shop-product-detail__old-price{font-family:"Manrope",sans-serif;font-size:18px;color:var(--text-3);text-decoration:line-through;text-decoration-color:rgba(239, 68, 68, 0.6)}.shop-product-detail__stock{font-family:"JetBrains Mono",monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;padding:7px 14px;border-radius:2px}.shop-product-detail__stock.in-stock{background:rgba(16, 185, 129, 0.08);border:1px solid rgba(52, 211, 153, 0.28);color:#6ee7b7}.shop-product-detail__stock.in-stock::before{content:"●";font-size:7px;color:#34d399}.shop-product-detail__stock.out-of-stock{background:rgba(239, 68, 68, 0.08);border:1px solid rgba(239, 68, 68, 0.25);color:#fca5a5}.shop-product-detail__variants{gap:8px}.shop-product-detail__variants .eyebrow{font-family:"JetBrains Mono",monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);margin:0 0 4px;width:100%}.shop-variant{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 14px;border-radius:2px;border:1px solid rgba(176, 141, 87, 0.18);background:rgba(255, 255, 255, 0.02);font-family:"Manrope",sans-serif;font-size:13px;color:var(--text-2);transition:border-color 200ms var(--ease),background 200ms var(--ease),color 200ms var(--ease);cursor:pointer;min-width:80px}.shop-variant input[type=radio]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.shop-variant::before{display:none}.shop-variant:hover{border-color:rgba(176, 141, 87, 0.45);color:var(--text-1)}.shop-variant:has(input:checked),.shop-variant.is-active{border-color:var(--bronze);background:rgba(176, 141, 87, 0.1);color:var(--text-1)}.shop-variant__name{font-weight:600;font-size:14px;white-space:nowrap}.shop-variant__price{font-size:11px;color:var(--text-3);white-space:nowrap}.shop-variant:has(input:checked) .shop-variant__price,.shop-variant.is-active .shop-variant__price{color:rgba(176, 141, 87, 0.7)}.shop-add-to-cart{align-items:stretch;gap:10px;flex-wrap:nowrap}.shop-add-to-cart__qty{gap:6px}.shop-add-to-cart__qty label{display:none}.shop-add-to-cart__qty input[type=number]{width:72px;height:48px;padding:0 12px;border-radius:2px;border:1px solid rgba(176, 141, 87, 0.28);background:rgba(14, 15, 17, 0.6);color:var(--text-1);font-family:"JetBrains Mono",monospace;font-size:16px;text-align:center}.shop-add-to-cart__qty input:focus{border-color:var(--bronze);outline:none}@keyframes shop-btn-sheen{from{left:140%}to{left:-80%}}@keyframes shop-btn-ripple{0%{transform:scale(0);opacity:.55}100%{transform:scale(5);opacity:0}}.shop-add-to-cart .btn.primary{flex:1;height:48px;min-height:48px;border-radius:2px;font-family:"Oswald",sans-serif;font-size:15px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;background:var(--bronze);border-color:var(--bronze);color:var(--surface-0);position:relative;overflow:hidden;transition:background 220ms var(--ease),transform 220ms var(--ease),box-shadow 220ms var(--ease)}.shop-add-to-cart .btn.primary::before{content:"";position:absolute;top:-10%;left:140%;width:50%;height:120%;background:linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.26) 50%, transparent);transform:skewX(-12deg);pointer-events:none}.shop-add-to-cart .btn.primary:hover::before{animation:shop-btn-sheen 480ms var(--ease) forwards}.shop-add-to-cart .btn.primary::after{content:"";position:absolute;top:50%;left:50%;width:48px;height:48px;margin:-24px 0 0 -24px;border-radius:50%;background:rgba(255, 255, 255, 0.32);transform:scale(0);opacity:0;pointer-events:none}.shop-add-to-cart .btn.primary:active::after{animation:shop-btn-ripple 560ms var(--ease) forwards}.shop-add-to-cart .btn.primary:hover{background:var(--bronze-light);border-color:var(--bronze-light);transform:translateY(-1px);box-shadow:0 12px 32px rgba(176, 141, 87, 0.28)}.js-quick-order-open{width:100%;min-height:48px;border-radius:2px;font-family:"Oswald",sans-serif;font-size:14px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;border:1px solid rgba(176, 141, 87, 0.35);color:var(--bronze-light);background:rgba(176, 141, 87, 0.05);transition:background 220ms var(--ease),border-color 220ms var(--ease)}.js-quick-order-open:hover{border-color:var(--bronze);background:rgba(176, 141, 87, 0.1)}.shop-product-detail__secondary-actions{gap:10px}.shop-action-btn--labeled{height:42px;padding:0 18px;border-radius:2px;font-family:"Manrope",sans-serif;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border:1px solid rgba(176, 141, 87, 0.24);color:var(--text-3);background:transparent;transition:border-color 200ms var(--ease),color 200ms var(--ease)}.shop-action-btn--labeled:hover{border-color:rgba(176, 141, 87, 0.55);color:var(--bronze-light);background:rgba(176, 141, 87, 0.06)}.shop-action-btn--labeled.is-active{border-color:rgba(176, 141, 87, 0.55);color:var(--bronze-light);background:rgba(176, 141, 87, 0.09)}.shop-product-attrs{display:block;border:none;border-top:1px solid rgba(176, 141, 87, 0.15);border-radius:0;overflow:visible;padding:16px 0 0;margin:4px 0}.shop-product-attrs__label{font-family:"JetBrains Mono",monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);margin:0 0 10px;padding:0}.shop-product-attrs__row{padding:8px 0;border-bottom:1px solid rgba(176, 141, 87, 0.1);font-size:13px}.shop-product-attrs__row:last-child{border-bottom:none}.shop-product-attrs__row dt{font-family:"Manrope",sans-serif;font-weight:500;color:var(--text-3);flex:0 0 38%}.shop-product-attrs__row dd{color:var(--text-2);font-weight:500}.shop-product-detail__body{gap:2px}.shop-product-section{border:none;border-radius:0;background:transparent;border-bottom:1px solid rgba(176, 141, 87, 0.14)}.shop-product-section:first-child{border-top:1px solid rgba(176, 141, 87, 0.14)}.shop-product-section>summary{padding:18px 0;font-family:"Oswald",sans-serif;font-size:14px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-2);background:transparent}.shop-product-section>summary:hover{background:transparent;color:var(--text-1)}.shop-product-section>summary::after{content:"";width:10px;height:10px;border-right:1.5px solid var(--bronze);border-bottom:1.5px solid var(--bronze);transform:rotate(45deg) translateY(-3px);transition:transform 250ms var(--ease);border-radius:0}.shop-product-section[open]>summary::after{transform:rotate(-135deg) translateY(-3px)}.shop-product-section__content{padding:0 0 20px;color:var(--text-3);font-family:"Manrope",sans-serif;font-size:14px;line-height:1.75}.shop-product-section__content--html a{color:var(--bronze-light)}.shop-specs-table th,.shop-specs-table td{padding:9px 0;border-bottom:1px solid rgba(176, 141, 87, 0.1);font-size:13px}.shop-specs-table th{font-family:"Manrope",sans-serif;font-weight:500;color:var(--text-3);width:38%}.shop-specs-table td{color:var(--text-2)}.shop-specs-table tr:last-child th,.shop-specs-table tr:last-child td{border-bottom:none}.shop-related h2,.shop-recently-viewed h2{font-family:"Oswald",sans-serif;font-size:13px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);margin:0;padding-bottom:16px;border-bottom:1px solid rgba(176, 141, 87, 0.14)}.shop-modal__box{border-radius:4px;border:1px solid rgba(176, 141, 87, 0.3);background:var(--surface-1);box-shadow:0 40px 80px rgba(0, 0, 0, 0.7),0 0 0 1px rgba(176, 141, 87, 0.12);padding:32px}.shop-modal__box h3{font-family:"Oswald",sans-serif;font-size:20px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-1)}.shop-modal__box .field span{font-family:"JetBrains Mono",monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3)}.shop-modal__box input[type=text],.shop-modal__box input[type=tel]{border-radius:2px;border:1px solid rgba(176, 141, 87, 0.24);background:rgba(14, 15, 17, 0.7);color:var(--text-1);font-family:"Manrope",sans-serif;font-size:15px}.shop-modal__box input:focus{border-color:var(--bronze);outline:none}.shop-modal__close{border-radius:2px;border-color:rgba(176, 141, 87, 0.2)}.shop-modal__close:hover{background:rgba(176, 141, 87, 0.1);color:var(--bronze-light)}@media(max-width: 860px){.shop-product-detail__info h1{font-size:clamp(22px,6vw,32px)}.shop-product-detail__current-price{font-size:clamp(30px,8vw,42px) !important}.shop-add-to-cart{flex-wrap:wrap}.shop-add-to-cart .btn.primary{flex:1 1 calc(100% - 82px)}.shop-product-gallery__main{aspect-ratio:auto;min-height:56vw;max-height:80vw;width:100vw;margin-left:calc(50% - 50vw);border-radius:0;box-shadow:none}}.shop-search-bar{display:flex;align-items:center;width:100%;max-width:560px;margin-top:24px;background:rgba(14, 15, 17, 0.55);border:1px solid rgba(176, 141, 87, 0.18);border-radius:2px;backdrop-filter:blur(10px);transition:border-color 260ms ease,box-shadow 260ms ease}.shop-search-bar:focus-within{border-color:rgba(176, 141, 87, 0.5);box-shadow:0 0 0 1px rgba(176, 141, 87, 0.08),0 6px 28px rgba(0, 0, 0, 0.28)}.shop-search-bar__icon{flex:0 0 44px;display:flex;align-items:center;justify-content:center;color:rgba(176, 141, 87, 0.45);cursor:pointer;transition:color 200ms ease}.shop-search-bar:focus-within .shop-search-bar__icon{color:#b08d57}.shop-search-bar__input{flex:1 1 0;min-width:0;border:none;background:transparent;padding:.78rem 0;font-family:"JetBrains Mono",monospace;font-size:.85rem;letter-spacing:.03em;color:#e8dfd4;outline:none;appearance:none;-webkit-appearance:none}.shop-search-bar__input::placeholder{color:rgba(255, 255, 255, 0.2);letter-spacing:.03em}.shop-search-bar__input::-webkit-search-cancel-button,.shop-search-bar__input::-webkit-search-decoration{display:none}.shop-search-bar__clear{flex:0 0 36px;display:flex;align-items:center;justify-content:center;color:rgba(255, 255, 255, 0.25);text-decoration:none;transition:color 180ms ease}.shop-search-bar__clear:hover{color:rgba(255, 255, 255, 0.6)}.shop-search-bar__btn{flex:0 0 auto;border:none;border-left:1px solid rgba(176, 141, 87, 0.14);background:transparent;padding:0 1.2rem;height:44px;font-family:"JetBrains Mono",monospace;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(176, 141, 87, 0.55);cursor:pointer;white-space:nowrap;transition:color 200ms ease,background 200ms ease}.shop-search-bar__btn:hover{color:#c9a876;background:rgba(176, 141, 87, 0.06)}.shop-hero .shop-search-bar{margin-left:auto;margin-right:auto}.shop-sale-badge--secondary{top:auto;bottom:14px;left:14px}.shop-product-card__badge--bottom{top:auto;bottom:8px}.shop-product-card__badge--new,.shop-sale-badge--new{background:#1a6b3c;color:#a8f0c0;font-family:"Oswald",sans-serif;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.shop-product-card__badge--clearance,.shop-sale-badge--clearance{background:#5c3d0f;color:#f0c87a;font-family:"Oswald",sans-serif;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.shop-sale-badge--new,.shop-sale-badge--clearance{top:auto;bottom:14px}@media(max-width: 640px){.shop-search-bar{max-width:100%;margin-top:16px}.shop-search-bar__btn{padding:0 .85rem;font-size:.62rem}}@keyframes shop-badge-in{0%{opacity:0;transform:scale(0.55)}65%{transform:scale(1.1)}100%{opacity:1;transform:scale(1)}}@keyframes shop-badge-shimmer{0%{transform:translateX(-130%) skewX(-18deg)}100%{transform:translateX(230%) skewX(-18deg)}}.shop-product-card__badge--sale,.shop-sale-badge:not(.shop-sale-badge--clearance):not(.shop-sale-badge--new){overflow:hidden;animation:shop-badge-in .42s cubic-bezier(0.34, 1.56, 0.64, 1) both}.shop-product-card:nth-child(2) .shop-product-card__badge--sale{animation-delay:.06s}.shop-product-card:nth-child(3) .shop-product-card__badge--sale{animation-delay:.12s}.shop-product-card:nth-child(4) .shop-product-card__badge--sale{animation-delay:.18s}.shop-product-card:nth-child(5) .shop-product-card__badge--sale{animation-delay:.24s}.shop-product-card:nth-child(6) .shop-product-card__badge--sale{animation-delay:.3s}.shop-product-card:nth-child(n+7) .shop-product-card__badge--sale{animation-delay:.36s}.shop-product-card__badge--sale::after,.shop-sale-badge:not(.shop-sale-badge--clearance):not(.shop-sale-badge--new)::after{content:"";position:absolute;inset:0;background:linear-gradient(108deg, transparent 15%, rgba(255, 255, 255, 0.32) 48%, rgba(255, 255, 255, 0.1) 52%, transparent 85%);transform:translateX(-130%) skewX(-18deg);animation:shop-badge-shimmer 3.2s ease-in-out infinite;animation-delay:1.8s;pointer-events:none}.shop-clearance-notice{display:flex;gap:12px;align-items:flex-start;padding:12px 16px;border:1px solid rgba(190, 130, 40, 0.35);border-left:3px solid rgba(220, 170, 60, 0.7);background:linear-gradient(135deg, rgba(92, 61, 15, 0.28) 0%, rgba(14, 12, 8, 0.55) 100%);margin-bottom:4px;overflow:hidden}.shop-clearance-notice__icon{font-size:18px;color:rgba(220, 170, 60, 0.85);line-height:1.4;flex-shrink:0}.shop-clearance-notice>div{min-width:0;flex:1}.shop-clearance-notice strong{display:block;font-family:"Oswald",sans-serif;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:rgba(240, 200, 120, 0.92);margin-bottom:4px}.shop-clearance-notice p{margin:0;font-size:12px;line-height:1.55;color:rgba(200, 185, 160, 0.72);overflow-wrap:break-word}.shop-reviews-section{margin-top:48px;padding-top:32px;border-top:1px solid rgba(255, 255, 255, 0.08)}.shop-reviews-section__title{font-family:"Oswald",sans-serif;font-size:20px;letter-spacing:.06em;text-transform:uppercase;color:rgba(255, 255, 255, 0.88);margin-bottom:20px;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.shop-reviews-section__count{font-size:14px;color:rgba(255, 255, 255, 0.4);font-family:inherit;font-weight:400}.shop-reviews-section__avg{font-size:13px;color:#f59e0b;font-family:inherit;font-weight:400;margin-left:4px}.shop-reviews-list{margin-bottom:8px}.shop-review{padding:16px 0;border-bottom:1px solid rgba(255, 255, 255, 0.07)}.shop-review:last-child{border-bottom:none}.shop-review__head{display:flex;align-items:baseline;gap:10px;margin-bottom:8px;flex-wrap:wrap}.shop-review__author{font-weight:600;font-size:14px;color:rgba(255, 255, 255, 0.8)}.shop-review__stars{color:#f59e0b;font-size:13px;letter-spacing:1px}.shop-review__date{font-size:12px;color:rgba(255, 255, 255, 0.35);margin-left:auto}.shop-review__body{font-size:14px;line-height:1.65;color:rgba(255, 255, 255, 0.65);margin:0}.shop-reviews-section__empty{font-size:14px;color:rgba(255, 255, 255, 0.35);margin-bottom:20px}.shop-review-gate{font-size:13px;color:rgba(255, 255, 255, 0.38);padding:14px 18px;border:1px solid rgba(255, 255, 255, 0.07);border-radius:8px;margin-top:20px}.shop-review-gate a{color:rgba(190, 130, 40, 0.85);text-decoration:none}.shop-review-gate a:hover{text-decoration:underline}.shop-review-form-wrap{margin-top:28px;padding:24px 28px;background:rgba(255, 255, 255, 0.03);border:1px solid rgba(255, 255, 255, 0.09);border-radius:10px;max-width:560px}.shop-review-form__title{font-family:"Oswald",sans-serif;font-size:15px;letter-spacing:.07em;text-transform:uppercase;color:rgba(255, 255, 255, 0.72);margin-bottom:18px}.shop-review-form .field+.field{margin-top:12px}.shop-review-form .btn{margin-top:16px}.shop-review-stars-pick{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:2px;margin-bottom:14px}.shop-review-stars-pick input[type=radio]{display:none}.shop-review-stars-pick label{font-size:28px;color:rgba(255, 255, 255, 0.18);cursor:pointer;transition:color .12s;line-height:1;padding:0 2px}.shop-review-stars-pick input:checked~label,.shop-review-stars-pick label:hover,.shop-review-stars-pick label:hover~label{color:#f59e0b}.shop-account-greeting{margin-top:8px;font-size:15px;color:rgba(255, 255, 255, 0.55);display:flex;align-items:center;gap:10px;flex-wrap:wrap}.shop-account-greeting strong{color:rgba(255, 255, 255, 0.85)}.shop-account-greeting__email{font-size:12px;color:rgba(255, 255, 255, 0.3)}.shop-account-banner{width:min(1200px,100% - 40px);margin:0 auto 24px;display:flex;align-items:center;gap:12px;padding:14px 18px;background:linear-gradient(135deg, rgba(92, 61, 15, 0.22) 0%, rgba(14, 12, 8, 0.5) 100%);border:1px solid rgba(190, 130, 40, 0.3);border-left:3px solid rgba(220, 170, 60, 0.6);border-radius:8px;font-size:14px;color:rgba(255, 255, 255, 0.7)}.shop-account-banner__icon{font-size:18px}.shop-account-banner a{color:rgba(220, 170, 60, 0.85);text-decoration:none}.shop-account-banner a:hover{text-decoration:underline}.shop-account-stats{width:min(1200px,100% - 40px);margin:0 auto 32px;display:grid;grid-template-columns:repeat(4, 1fr);gap:14px}@media(max-width: 600px){.shop-account-stats{grid-template-columns:repeat(2, 1fr)}}.shop-account-stat{display:flex;flex-direction:column;align-items:center;padding:20px 16px;background:rgba(255, 255, 255, 0.03);border:1px solid rgba(255, 255, 255, 0.08);border-radius:10px;text-decoration:none;transition:border-color .2s,background .2s;gap:4px}.shop-account-stat:hover{border-color:rgba(190, 130, 40, 0.35);background:rgba(190, 130, 40, 0.06)}.shop-account-stat__value{font-size:28px;font-weight:700;font-family:"Oswald",sans-serif;color:rgba(255, 255, 255, 0.88);line-height:1}.shop-account-stat__label{font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:rgba(255, 255, 255, 0.38)}.shop-account-layout{width:min(1200px,100% - 40px);margin:0 auto 48px;display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}@media(max-width: 860px){.shop-account-layout{grid-template-columns:1fr}}.shop-account-section{background:rgba(255, 255, 255, 0.025);border:1px solid rgba(255, 255, 255, 0.07);border-radius:10px;overflow:hidden}.shop-account-section__head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255, 255, 255, 0.06)}.shop-account-section__head h2{font-family:"Oswald",sans-serif;font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:rgba(255, 255, 255, 0.65);margin:0}.shop-account-section .table-wrap{padding:0;overflow-x:auto}.shop-account-section .shop-orders-table{border-radius:0}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.table{width:100%;border-collapse:collapse;font-size:13px;color:rgba(255, 255, 255, 0.72)}.table th{padding:10px 14px;font-family:"Oswald",sans-serif;font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:rgba(255, 255, 255, 0.35);font-weight:500;border-bottom:1px solid rgba(255, 255, 255, 0.07);white-space:nowrap;text-align:left}.table td{padding:11px 14px;border-bottom:1px solid rgba(255, 255, 255, 0.05);vertical-align:middle}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover td{background:rgba(255, 255, 255, 0.025)}.table td a{color:rgba(176, 141, 87, 0.9);text-decoration:none;font-weight:600}.table td a:hover{text-decoration:underline}.table td.muted,td.muted{color:rgba(255, 255, 255, 0.35)}.btn--sm{min-height:30px;padding:6px 14px;font-size:11px}.pill.status-pending{background:rgba(251, 191, 36, 0.12);color:#fbbf24;border-color:rgba(251, 191, 36, 0.3)}.pill.status-processing{background:rgba(59, 130, 246, 0.12);color:#60a5fa;border-color:rgba(59, 130, 246, 0.3)}.pill.status-shipped{background:rgba(139, 92, 246, 0.12);color:#a78bfa;border-color:rgba(139, 92, 246, 0.3)}.pill.status-completed{background:rgba(16, 185, 129, 0.12);color:#34d399;border-color:rgba(16, 185, 129, 0.3)}.pill.status-cancelled{background:rgba(239, 68, 68, 0.12);color:#f87171;border-color:rgba(239, 68, 68, 0.3)}.pill.status-refunded{background:rgba(148, 163, 184, 0.1);color:#94a3b8;border-color:rgba(148, 163, 184, 0.28)}.shop-account-empty{padding:32px 20px;text-align:center;color:rgba(255, 255, 255, 0.35);font-size:14px;display:flex;flex-direction:column;align-items:center;gap:14px}.shop-account-links{background:rgba(255, 255, 255, 0.025);border:1px solid rgba(255, 255, 255, 0.07);border-radius:10px;padding:16px 20px}.shop-account-links h2{font-family:"Oswald",sans-serif;font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:rgba(255, 255, 255, 0.65);margin:0 0 14px}.shop-account-nav{display:flex;flex-direction:column;gap:2px}.shop-account-nav__item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;text-decoration:none;color:inherit;transition:background .15s}.shop-account-nav__item:hover{background:rgba(255, 255, 255, 0.05)}.shop-account-nav__icon{font-size:18px;width:28px;text-align:center;flex-shrink:0;filter:grayscale(0.3)}.shop-account-nav__body{display:flex;flex-direction:column;gap:1px;min-width:0}.shop-account-nav__body strong{font-size:13px;color:rgba(255, 255, 255, 0.8);font-weight:600}.shop-account-nav__body span{font-size:11px;color:rgba(255, 255, 255, 0.32)}.shop-address-layout{width:min(900px,100% - 40px);margin:0 auto 48px;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}@media(max-width: 700px){.shop-address-layout{grid-template-columns:1fr}}.shop-address-list{display:flex;flex-direction:column;gap:14px}.shop-address-card{padding:16px 18px;background:rgba(255, 255, 255, 0.03);border:1px solid rgba(255, 255, 255, 0.09);border-radius:8px;transition:border-color .2s}.shop-address-card--default{border-color:rgba(190, 130, 40, 0.45);background:linear-gradient(135deg, rgba(92, 61, 15, 0.18) 0%, rgba(14, 12, 8, 0.4) 100%)}.shop-address-card__body{font-size:14px;line-height:1.65;color:rgba(255, 255, 255, 0.65)}.shop-address-card__body p{margin:0 0 2px}.shop-address-card__label{font-weight:600;font-size:13px;color:rgba(255, 255, 255, 0.8);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px !important}.shop-address-card__phone{color:rgba(255, 255, 255, 0.45)}.shop-address-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:2px 8px;border-radius:20px;background:rgba(190, 130, 40, 0.25);color:rgba(240, 200, 120, 0.9);border:1px solid rgba(190, 130, 40, 0.35);margin-bottom:8px}.shop-address-card__actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.shop-address-empty,.shop-address-limit{font-size:14px;color:rgba(255, 255, 255, 0.35);padding:12px 0}.shop-address-form-wrap{padding:20px 24px;background:rgba(255, 255, 255, 0.03);border:1px solid rgba(255, 255, 255, 0.08);border-radius:8px}.shop-address-form-title{font-family:"Oswald",sans-serif;font-size:16px;letter-spacing:.07em;text-transform:uppercase;color:rgba(255, 255, 255, 0.72);margin-bottom:16px}.shop-address-form.stack>*+*{margin-top:12px}.shop-saved-addr-row{margin-bottom:6px;padding-bottom:14px;border-bottom:1px solid rgba(255, 255, 255, 0.07)}.shop-orders-page{width:min(1200px,100% - 40px);margin:0 auto 64px}.shop-orders-empty{display:flex;flex-direction:column;align-items:center;gap:16px;padding:64px 20px;text-align:center;color:rgba(255, 255, 255, 0.45);font-size:15px}.shop-orders-empty__icon{font-size:40px}.shop-orders-empty p{margin:0}.shop-orders-page .table-wrap{background:rgba(255, 255, 255, 0.025);border:1px solid rgba(255, 255, 255, 0.07);border-radius:10px;overflow:hidden}.shop-orders-page .table-wrap .table-wrap{border:none;border-radius:0;background:none}.shop-checkout-steps{display:flex;align-items:center;justify-content:center;gap:0;margin:0 auto 36px;max-width:440px}.shop-checkout-step{display:flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.05em;color:rgba(255, 255, 255, 0.25);white-space:nowrap}.shop-checkout-step__dot{width:26px;height:26px;border-radius:50%;border:1px solid rgba(201, 168, 118, 0.15);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0;transition:all .3s}.shop-checkout-step--done{color:rgba(201, 168, 118, 0.45)}.shop-checkout-step--done .shop-checkout-step__dot{background:rgba(201, 168, 118, 0.12);border-color:rgba(201, 168, 118, 0.35);color:#c9a876}.shop-checkout-step--active{color:#c9a876}.shop-checkout-step--active .shop-checkout-step__dot{background:linear-gradient(135deg, #c9a876 0%, #9a7440 100%);border-color:#c9a876;color:#0a0800;box-shadow:0 0 18px rgba(201, 168, 118, 0.45)}.shop-checkout-step__connector{width:36px;height:1px;background:linear-gradient(90deg, rgba(201, 168, 118, 0.2), rgba(201, 168, 118, 0.06));margin:0 4px;flex-shrink:0}.shop-section-head{display:flex;align-items:center;gap:12px;margin-bottom:4px}.shop-section-head__num{width:26px;height:26px;border-radius:50%;background:rgba(201, 168, 118, 0.08);border:1px solid rgba(201, 168, 118, 0.22);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:rgba(201, 168, 118, 0.7);flex-shrink:0;letter-spacing:0}.shop-section-head h3{margin:0}.shop-checkout-item__savings{display:inline-flex;align-items:center;padding:1px 6px;background:rgba(127, 196, 127, 0.1);border:1px solid rgba(127, 196, 127, 0.22);border-radius:20px;font-size:10px;font-weight:600;color:#7fc47f}.shop-thankyou{display:flex;flex-direction:column;align-items:center;padding:120px 20px 100px;text-align:center;position:relative;overflow:hidden;background:radial-gradient(ellipse 60% 40% at 50% 15%, rgba(201, 168, 118, 0.08) 0%, transparent 70%)}.shop-thankyou__confetti{position:absolute;top:0;left:0;right:0;height:400px;pointer-events:none}.shop-thankyou__confetti span{position:absolute;display:block;animation:tyConfettiFall linear forwards;opacity:0}@keyframes tyConfettiFall{0%{transform:translateY(-10px) rotate(0deg);opacity:1}80%{opacity:.7}100%{transform:translateY(420px) rotate(720deg);opacity:0}}.shop-thankyou__check-wrap{position:relative;width:130px;height:130px;margin:0 auto 36px;display:flex;align-items:center;justify-content:center}.shop-thankyou__check-wrap::before{content:"";position:absolute;inset:-18px;border-radius:50%;background:radial-gradient(circle, rgba(201, 168, 118, 0.18) 0%, transparent 70%);animation:tyAuraPulse 2.4s ease-in-out infinite 1s}.shop-thankyou__check-wrap::after{content:"";position:absolute;inset:-8px;border-radius:50%;border:1px solid rgba(201, 168, 118, 0.12);animation:tyAuraPulse 2.4s ease-in-out infinite 1.3s}@keyframes tyAuraPulse{0%,100%{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}.shop-thankyou__check{width:130px;height:130px;flex-shrink:0}.shop-thankyou__check-ring{fill:none;stroke:rgba(201, 168, 118, 0.12);stroke-width:1.5}.shop-thankyou__check-arc{fill:none;stroke:#c9a876;stroke-width:1.8;stroke-linecap:round;stroke-dasharray:408;stroke-dashoffset:408;animation:tyDrawArc .85s cubic-bezier(0.5, 0, 0.3, 1) forwards .2s;filter:drop-shadow(0 0 10px rgba(201, 168, 118, 0.6)) drop-shadow(0 0 24px rgba(201, 168, 118, 0.3))}@keyframes tyDrawArc{to{stroke-dashoffset:0}}.shop-thankyou__check-mark{fill:none;stroke:#c9a876;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:75;stroke-dashoffset:75;animation:tyDrawMark .42s cubic-bezier(0.4, 0, 0.2, 1) forwards 1.06s;filter:drop-shadow(0 0 12px rgba(201, 168, 118, 0.9))}@keyframes tyDrawMark{to{stroke-dashoffset:0}}.shop-thankyou__headline{font-size:clamp(36px,6vw,58px);font-weight:800;letter-spacing:-0.03em;margin:0 0 14px;background:linear-gradient(135deg, #fff5e8 0%, #d4b280 40%, #9a7440 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:tyFadeUp .6s ease both 1.1s;opacity:0}.shop-thankyou__sub{font-size:17px;line-height:1.6;color:rgba(255, 255, 255, 0.45);margin:0 0 8px;max-width:480px;animation:tyFadeUp .6s ease both 1.25s;opacity:0}.shop-thankyou__email-note{font-size:13px;color:rgba(255, 255, 255, 0.22);margin:0 0 36px;animation:tyFadeUp .6s ease both 1.35s;opacity:0}.shop-thankyou__order-badge{display:inline-flex;align-items:center;gap:12px;padding:11px 28px;background:linear-gradient(135deg, rgba(201, 168, 118, 0.13), rgba(201, 168, 118, 0.05));border:1px solid rgba(201, 168, 118, 0.32);border-radius:50px;margin-bottom:40px;box-shadow:0 0 28px rgba(201, 168, 118, 0.08),inset 0 1px 0 rgba(201, 168, 118, 0.12);animation:tyFadeUp .6s ease both 1.45s;opacity:0}.shop-thankyou__order-label{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:rgba(201, 168, 118, 0.4)}.shop-thankyou__order-num{font-size:18px;font-weight:700;color:#c9a876;letter-spacing:.05em;text-shadow:0 0 20px rgba(201, 168, 118, 0.4)}.shop-thankyou__divider{display:flex;align-items:center;gap:14px;width:100%;max-width:600px;margin:0 auto 6px;animation:tyFadeUp .6s ease both 1.55s;opacity:0}.shop-thankyou__divider-line{flex:1;height:1px;background:linear-gradient(90deg, transparent, rgba(201, 168, 118, 0.22), transparent)}.shop-thankyou__divider-gem{width:7px;height:7px;background:linear-gradient(135deg, #d4b280, #9a7440);transform:rotate(45deg);box-shadow:0 0 10px rgba(201, 168, 118, 0.55)}.shop-thankyou__card{width:100%;max-width:600px;text-align:left;animation:tyFadeUp .6s ease both 1.6s;opacity:0}.shop-thankyou__actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:40px;animation:tyFadeUp .6s ease both 1.8s;opacity:0}@keyframes tyFadeUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.shop-order-hero__back{color:rgba(201, 168, 118, 0.5);text-decoration:none;font-size:12px;letter-spacing:.06em;transition:color .18s}.shop-order-hero__back:hover{color:#c9a876}.shop-order-hero__num{color:#c9a876}.shop-order-meta-strip{display:flex;flex-wrap:wrap;gap:0;border:1px solid rgba(255, 255, 255, 0.07);border-radius:14px;overflow:hidden;margin-bottom:20px;background:rgba(255, 255, 255, 0.02)}.shop-order-meta-cell{display:flex;flex-direction:column;gap:5px;padding:18px 24px;border-right:1px solid rgba(255, 255, 255, 0.06);min-width:140px}.shop-order-meta-cell:last-child{border-right:none}.shop-order-meta-cell--addr{flex:1}.shop-order-meta-cell__label{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:rgba(201, 168, 118, 0.45)}.shop-order-meta-cell__val{font-size:14px;font-weight:600;color:rgba(255, 255, 255, 0.85)}.shop-order-tracking-bar{display:flex;align-items:center;gap:8px;padding:12px 18px;background:rgba(201, 168, 118, 0.06);border:1px solid rgba(201, 168, 118, 0.2);border-radius:10px;margin-bottom:20px;font-size:13px;color:rgba(255, 255, 255, 0.55)}.shop-order-tracking-bar svg{color:#c9a876;flex-shrink:0}.shop-order-tracking-bar a,.shop-order-tracking-bar strong{color:#c9a876;font-weight:700}.shop-order-items-card{padding:0 !important;overflow:hidden}.shop-order-items-head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid rgba(255, 255, 255, 0.06);font-size:13px;font-weight:600;color:rgba(255, 255, 255, 0.7)}.shop-order-items-head span:last-child{color:rgba(255, 255, 255, 0.3);font-weight:400}.shop-order-items-list{display:flex;flex-direction:column}.shop-order-item-row{display:flex;align-items:center;gap:14px;padding:14px 20px;border-bottom:1px solid rgba(255, 255, 255, 0.04);transition:background .15s}.shop-order-item-row:last-child{border-bottom:none}.shop-order-item-row:hover{background:rgba(255, 255, 255, 0.02)}.shop-order-item-row__img{width:52px;height:52px;border-radius:8px;overflow:hidden;flex-shrink:0;background:rgba(255, 255, 255, 0.04);border:1px solid rgba(255, 255, 255, 0.06)}.shop-order-item-row__img img{width:100%;height:100%;object-fit:cover;display:block}.shop-order-item-row__img-empty{display:block;width:100%;height:100%}.shop-order-item-row__body{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.shop-order-item-row__name{font-size:14px;font-weight:600;color:rgba(255, 255, 255, 0.88);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-order-item-row__sku{font-size:11px}.shop-order-item-row__qty{font-size:13px;white-space:nowrap}.shop-order-item-row__price{font-size:13px;white-space:nowrap;min-width:80px;text-align:right}.shop-order-item-row__total{font-size:14px;font-weight:700;color:rgba(255, 255, 255, 0.9);min-width:80px;text-align:right;white-space:nowrap}.shop-order-totals{border-top:1px solid rgba(255, 255, 255, 0.06);padding:16px 20px;display:flex;flex-direction:column;gap:8px}.shop-order-totals__row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:rgba(255, 255, 255, 0.5)}.shop-order-totals__row--discount{color:#7fc47f}.shop-order-totals__row--total{padding-top:12px;margin-top:4px;border-top:1px solid rgba(255, 255, 255, 0.07);font-size:17px;font-weight:700;color:#c9a876}.shop-order-totals__row--total span:last-child{font-size:20px;letter-spacing:-0.02em}.shop-order-notes{margin-top:4px}.shop-order-detail__back{margin-top:24px}@media(max-width: 640px){.shop-order-meta-strip{flex-direction:column}.shop-order-meta-cell{border-right:none;border-bottom:1px solid rgba(255, 255, 255, 0.06)}.shop-order-meta-cell:last-child{border-bottom:none}.shop-order-item-row__price{display:none}}.shop-order-hero h1{font-size:clamp(18px,2.5vw,26px);font-weight:700;letter-spacing:-0.01em}.shop-grid{grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));align-items:stretch}.shop-product-card__img-wrap{aspect-ratio:1/1;flex:0 0 auto}.shop-product-card__img-wrap img{object-fit:contain;transform:none}.shop-product-card__body{min-height:132px}.shop-product-card__preview{-webkit-line-clamp:1}@media(max-width: 1100px){.shop-grid{grid-template-columns:repeat(auto-fill, minmax(230px, 1fr))}}@media(max-width: 640px){.shop-grid{grid-template-columns:1fr;gap:14px}.shop-product-card__body{min-height:124px;padding:11px 12px 13px}.shop-product-card__title{font-size:13px;line-height:1.32}.shop-action-btn{width:34px;height:34px}}@media(max-width: 360px){.shop-grid{grid-template-columns:1fr}}.shop-product-card:hover .shop-product-card__img-wrap img{transform:none}.shop-lb{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(4, 4, 6, 0.92);backdrop-filter:blur(12px);opacity:0;pointer-events:none;transition:opacity 240ms ease}.shop-lb.is-open{opacity:1;pointer-events:all}.shop-lb__img{max-width:90vw;max-height:88vh;object-fit:contain;border-radius:4px;box-shadow:0 40px 100px rgba(0, 0, 0, 0.8),0 0 0 1px rgba(176, 141, 87, 0.18);transform:scale(0.93);transition:transform 280ms cubic-bezier(0.16, 1, 0.3, 1)}.shop-lb.is-open .shop-lb__img{transform:scale(1)}.shop-lb__close{position:fixed;top:20px;right:24px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(14, 15, 17, 0.7);border:1px solid rgba(176, 141, 87, 0.22);border-radius:3px;color:rgba(232, 223, 212, 0.7);font-size:22px;cursor:pointer;transition:background 160ms,color 160ms;line-height:1}.shop-lb__close:hover{background:rgba(176, 141, 87, 0.15);color:#c9a876}.shop-lb__counter{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);font-size:13px;color:rgba(232, 223, 212, 0.4);letter-spacing:.06em;font-family:"JetBrains Mono",monospace}.shop-lb__nav{position:fixed;top:50%;transform:translateY(-50%);width:48px;height:64px;display:flex;align-items:center;justify-content:center;background:rgba(14, 15, 17, 0.5);border:1px solid rgba(176, 141, 87, 0.15);border-radius:3px;color:rgba(232, 223, 212, 0.6);font-size:20px;cursor:pointer;transition:background 160ms,color 160ms,opacity 160ms;opacity:.6}.shop-lb__nav:hover{background:rgba(176, 141, 87, 0.12);color:#c9a876;opacity:1}.shop-lb__prev{left:16px}.shop-lb__next{right:16px}@media(max-width: 640px){.shop-lb__nav{display:none}}@media(max-width: 860px){.shop-product-detail__gallery{gap:12px}.shop-product-gallery__main{aspect-ratio:4/5;min-height:auto;max-height:none;border-radius:10px}.shop-product-gallery__main img{display:block;width:100%;height:100%;object-fit:contain}.shop-product-gallery__thumbs{gap:6px}.shop-thumb{width:58px;height:58px;border-radius:6px}}.shop-product-card{background:linear-gradient(180deg, rgba(12, 11, 10, 0.99) 0%, rgba(8, 8, 7, 0.98) 100%),radial-gradient(ellipse at 50% 0%, rgba(176, 141, 87, 0.07), transparent 62%);border:1px solid rgba(176, 141, 87, 0.15);border-bottom:2px solid rgba(176, 141, 87, 0.2)}.shop-product-card:hover{box-shadow:inset 0 2px 0 var(--bronze-light, #c9a876),0 20px 52px rgba(0, 0, 0, 0.6),0 6px 18px rgba(0, 0, 0, 0.38)}.shop-product-card__img-wrap{background:#06070a}.shop-product-card__title{font-family:"Oswald",sans-serif;font-size:14px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;line-height:1.18;color:var(--text-1, #e8e6e1);-webkit-line-clamp:2}.shop-product-card__title:hover{color:var(--bronze-light, #c9a876)}.shop-product-card__price strong{font-family:"Oswald",sans-serif;font-size:18px;font-weight:500;letter-spacing:.03em;color:var(--bronze-light, #c9a876)}.shop-product-card__price s{color:var(--text-3, #8d877e);text-decoration-color:rgba(239, 68, 68, 0.4)}.shop-product-card__body{padding:14px 16px 18px;gap:8px}.shop-product-card__preview{color:var(--text-3, #8d877e)}.shop-section-title,.shop-related h2,.shop-recently-viewed h2{font-family:"Oswald",sans-serif;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-2, #c1bbb1)}.shop-related h2,.shop-recently-viewed h2{font-size:11px;letter-spacing:.16em;color:var(--text-3, #8d877e)}.shop-product-gallery__main{background:#050607}.shop-product-detail__stock{font-family:"JetBrains Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;border-radius:2px;padding:6px 14px}.shop-variant{border-radius:2px}.shop-variant:has(input:checked),.shop-variant.is-active{box-shadow:0 0 0 1px var(--bronze, #b08d57)}.shop-product-attrs__row dt{font-family:"JetBrains Mono",monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3, #8d877e);flex:0 0 36%}.shop-product-attrs__row dd{color:var(--text-1, #e8e6e1);font-weight:500}.shop-action-btn--labeled{border-radius:2px;font-family:"JetBrains Mono",monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase}@media(max-width: 640px){.shop-product-card__title{font-size:13px;letter-spacing:.05em}.shop-product-card__price strong{font-size:17px}}.shop-order-consent{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid rgba(176, 141, 87, 0.16);background:rgba(176, 141, 87, 0.03);color:var(--shop-muted, #c1bbb1);font-size:13px;line-height:1.5}.shop-order-consent input[type=checkbox]{margin-top:2px;flex-shrink:0;accent-color:var(--shop-accent, #b08d57)}.shop-order-consent a{color:var(--shop-accent, #b08d57);text-decoration:none;border-bottom:1px solid rgba(176, 141, 87, 0.35)}.shop-order-consent a:hover{color:var(--shop-accent-light, #d3b277);border-bottom-color:rgba(176, 141, 87, 0.65)}@media(max-width: 640px){.shop-cart-table thead{display:none}.shop-cart-table,.shop-cart-table tbody{display:block}.shop-cart-table{border-spacing:0;padding:0 12px 6px}.shop-cart-row{display:flex;flex-wrap:wrap;align-items:flex-start;padding:16px 0;border:none;border-bottom:1px solid rgba(176, 141, 87, 0.12);transform:none !important;filter:none !important}.shop-cart-row:hover{transform:none !important;filter:none !important}.shop-cart-row td{border:none !important;background:transparent !important;padding:0;border-radius:0 !important}.shop-cart-row td:nth-child(1){flex:0 0 100%}.shop-cart-row td:nth-child(2){display:none !important}.shop-cart-row td:nth-child(3){flex:1 1 auto;padding-top:10px}.shop-cart-row td:nth-child(4){display:none !important}.shop-cart-row__actions{flex:0 0 auto;flex-direction:row !important;align-items:center;justify-content:flex-end;gap:6px;padding-top:10px}.shop-cart-row__product{display:flex !important;gap:12px;align-items:flex-start;min-width:0}.shop-cart-row__media{flex:0 0 64px !important;width:64px !important;height:64px !important;border-radius:12px}.shop-cart-row__product-info{min-width:0;flex:1}.shop-cart-row__mini-total{display:flex !important;align-items:center;gap:8px;margin-top:6px;font-size:13px}.shop-cart-row__mini-total strong{font-size:15px}.shop-cart-qty-form{gap:6px}.shop-cart-qty-input{width:58px !important;min-height:36px}.shop-cart-row__actions .btn.danger{width:32px;height:32px;min-height:32px}.shop-cart-row__actions .shop-action-btn{width:32px;height:32px}.shop-cart-layout{gap:20px}.shop-cart-summary{position:static}}
