:root{--ap-gold:#c8a032;--ap-gold-deep:#a88020;--ap-border:#a8802040;--ap-border-strong:#a8802099}.shop-wrap{z-index:1;flex-direction:column;min-height:100vh;display:flex;position:relative}.shop-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:84px 16px 56px}.btn-gold{color:#1a1a1a;cursor:pointer;background:linear-gradient(135deg,#f2c313,#d4a017);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:46px;padding:0 24px;font-size:15px;font-weight:700;text-decoration:none;transition:filter .2s;display:inline-flex}.btn-gold:hover:not(:disabled){filter:brightness(1.08)}.btn-gold:disabled{opacity:.5;cursor:not-allowed}.btn-outline{border:1px solid var(--ap-border-strong);height:46px;color:inherit;cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:0 20px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.btn-outline:hover{border-color:var(--ap-gold);color:var(--ap-gold)}.page-title{margin-bottom:4px;font-family:Georgia,serif;font-size:28px;font-weight:700}.catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:28px;display:grid}@media (max-width:860px){.catalog-layout{grid-template-columns:1fr}}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;display:grid}.product-card{border:1px solid var(--ap-border);color:inherit;background:#ffffff08;border-radius:14px;flex-direction:column;text-decoration:none;transition:transform .15s,border-color .2s;display:flex;overflow:hidden}body.light-theme .product-card{background:#00000005}.product-card:hover{border-color:var(--ap-border-strong);transform:translateY(-3px)}.product-thumb{aspect-ratio:4/3;position:relative;overflow:hidden}.product-thumb img{object-fit:cover;width:100%;height:100%}.product-thumb-ph{text-align:center;color:#c8a032f2;background:repeating-linear-gradient(45deg,#a880201a 0 10px,#a880200a 10px 20px);justify-content:center;align-items:center;width:100%;height:100%;padding:14px;font-family:Georgia,serif;font-size:14px;display:flex}.product-body{flex-direction:column;flex:1;gap:5px;padding:12px 14px 14px;display:flex}.product-cat{text-transform:uppercase;letter-spacing:.04em;opacity:.55;font-size:12px}.product-name{font-size:15px;font-weight:600;line-height:1.3}.product-meta{opacity:.7;font-size:13px}.product-foot{justify-content:space-between;align-items:baseline;gap:8px;margin-top:auto;padding-top:8px;display:flex}.product-price{color:var(--ap-gold);white-space:nowrap;font-size:18px;font-weight:700}.product-perm{opacity:.6;font-size:12px}.stock-ok{color:#4caf7d;font-size:12px}.stock-no{color:#d98a8a;font-size:12px}.filters-side{flex-direction:column;gap:8px;display:flex}.filters-bar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}.chip{cursor:pointer;color:inherit;white-space:nowrap;border:1px solid #a8802066;border-radius:999px;padding:7px 14px;font-size:14px;text-decoration:none;transition:border-color .2s,background .2s}.chip:hover{border-color:var(--ap-gold)}.chip.active{color:#1a1a1a;background:linear-gradient(135deg,#f2c313,#d4a017);border-color:#d4a017;font-weight:600}.status-chip{transition:background .18s,border-color .2s,box-shadow .18s}.status-chip-on:hover{background:#4caf7d29;box-shadow:inset 0 0 0 1px #4caf7d80}.status-chip-off:hover{background:#d98a8a29;box-shadow:inset 0 0 0 1px #d98a8a80}.select{height:38px;color:inherit;cursor:pointer;appearance:none;background-color:#0000;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23a88020' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M1 1.5 6 6.5 11 1.5'/></svg>");background-position:right 12px center;background-repeat:no-repeat;border:1px solid #a8802066;border-radius:8px;padding:0 34px 0 10px;font-size:14px}.select:focus{border-color:var(--ap-gold);outline:none}.select option{color:#1a1a1a}.ap-select{display:inline-block;position:relative}.ap-select-trigger{min-width:190px;height:38px;color:inherit;cursor:pointer;background:0 0;border:1px solid #a8802066;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:0 12px;font-family:inherit;font-size:14px;transition:border-color .15s;display:inline-flex}.ap-select-trigger:hover:not(:disabled),.ap-select.open .ap-select-trigger{border-color:var(--ap-gold)}.ap-select-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ap-select-chevron{color:var(--ap-gold);flex-shrink:0;transition:transform .2s}.ap-select.open .ap-select-chevron{transform:rotate(180deg)}.ap-select-menu{z-index:50;background:#1a1a1a;border:1px solid #a880208c;border-radius:10px;min-width:100%;max-height:280px;margin:0;padding:6px;list-style:none;animation:.15s both apSelectIn;position:absolute;top:calc(100% + 6px);overflow-y:auto;box-shadow:0 12px 32px #00000073}.ap-select-menu-left{left:0;right:auto}.ap-select-menu-right{left:auto;right:0}body.light-theme .ap-select-menu{background:#f5f0e8;border-color:#785a1480;box-shadow:0 12px 32px #0000002e}@keyframes apSelectIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ap-select-option{white-space:nowrap;cursor:pointer;border-radius:7px;padding:9px 12px;font-size:14px;transition:background .12s,color .12s}.ap-select-option:hover{background:#c8a03226}.ap-select-option.selected{color:#1a1a1a;background:linear-gradient(135deg,#f2c313,#d4a017);font-weight:600}.pdp{grid-template-columns:minmax(0,1fr) minmax(0,400px);gap:32px;display:grid}@media (max-width:820px){.pdp{grid-template-columns:1fr}}.pdp-main-img{aspect-ratio:4/3;border:1px solid var(--ap-border);border-radius:16px;overflow:hidden}.pdp-main-img img{object-fit:cover;width:100%;height:100%}.pdp-gallery{position:relative}.pdp-nav{color:#fff;cursor:pointer;background:#00000073;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:background .2s,border-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.pdp-nav:hover{border-color:var(--ap-gold);background:#000000b3}.pdp-nav-prev{left:12px}.pdp-nav-next{right:12px}body.light-theme .pdp-nav{color:#1a1a1a;background:#fffc;border-color:#00000026}body.light-theme .pdp-nav:hover{border-color:var(--ap-gold);background:#fffffff2}@media (max-width:640px){.pdp-nav{width:38px;height:38px}.pdp-nav-prev{left:8px}.pdp-nav-next{right:8px}}.spec-table{border-collapse:collapse;width:100%}.spec-table td{vertical-align:top;border-bottom:1px solid #a880202e;padding:9px 0;font-size:14px}.spec-table td:first-child{opacity:.6;width:45%}.qty{border:1px solid #a8802080;border-radius:10px;align-items:center;display:inline-flex;overflow:hidden}.qty button{width:42px;height:46px;color:inherit;cursor:pointer;background:0 0;border:none;font-size:20px}.qty input{text-align:center;width:56px;height:46px;color:inherit;background:0 0;border:none;outline:none;font-size:16px}.field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.field label{opacity:.75;font-size:13px}.field input,.field textarea{width:100%;min-height:46px;color:inherit;background:#ffffff08;border:1px solid #a8802066;border-radius:10px;outline:none;padding:11px 13px;font-family:inherit;font-size:15px}body.light-theme .field input,body.light-theme .field textarea{background:#00000005}.field input:focus,.field textarea:focus{border-color:var(--ap-gold)}.order-tabs{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.order-tab{cursor:pointer;align-items:center;gap:8px;display:inline-flex}.order-tab-count{text-align:center;background:#ffffff17;border-radius:999px;min-width:20px;padding:0 6px;font-size:12px;font-weight:700;line-height:18px}.order-tab.active .order-tab-count{background:#00000038}body.light-theme .order-tab-count{background:#00000014}.order-table-box{padding:0;overflow:hidden}.order-table{font-size:14px}.order-thead,.order-row{grid-template-columns:84px 148px minmax(0,1fr) 58px 116px 132px 54px;align-items:center;display:grid}.order-thead{border-bottom:1px solid var(--ap-border)}.order-th{text-align:left;letter-spacing:.02em;text-transform:uppercase;opacity:.55;white-space:nowrap;padding:12px 14px;font-size:12.5px;font-weight:600}.order-row{border-top:1px solid #a8802024;height:56px}.order-item:first-child .order-row{border-top:none}.order-cell{white-space:nowrap;text-overflow:ellipsis;padding:0 14px;overflow:hidden}.order-cell-toggle{text-overflow:clip;justify-content:center;align-items:center;padding:0 6px;display:flex;overflow:visible}.order-row{cursor:pointer;transition:background .2s}.order-row:hover{background:#ffffff08}.order-row.open{background:#c8a03212}body.light-theme .order-row:hover{background:#00000008}body.light-theme .order-row.open{background:#c8a0321a}.order-num{font-weight:700}.order-client{font-weight:600}.order-sum{white-space:nowrap;font-weight:700}.order-muted{opacity:.62}.order-center{text-align:center}.order-small{font-size:12px}.order-status-badge{color:#1a1a1a;white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:12.5px;font-weight:700;display:inline-block}.order-toggle{border:1px solid var(--ap-border);width:30px;height:30px;color:inherit;cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:border-color .2s,background .2s;display:inline-flex}.order-toggle:hover{border-color:var(--ap-gold);background:#c8a0321f}.order-chevron{transition:transform .3s}.order-chevron.open{transform:rotate(180deg)}.order-details{background:#00000029;grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.order-details.open{grid-template-rows:1fr}.order-details-inner{min-height:0;overflow:hidden}.order-details-pad{padding:16px 14px 18px}body.light-theme .order-details{background:#00000009}.order-details-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:14px;display:grid}.order-dt{text-transform:uppercase;letter-spacing:.04em;opacity:.5;margin-bottom:3px;font-size:11.5px}.order-dd{font-size:14px;line-height:1.5}.order-items{border-top:1px solid var(--ap-border);padding-top:12px}.order-item-line{justify-content:space-between;gap:12px;padding:3px 0;font-size:14px;display:flex}.order-item-sum{white-space:nowrap}.order-total-line{border-top:1px solid var(--ap-border);justify-content:space-between;margin-top:10px;padding-top:10px;font-weight:700;display:flex}.order-actions{border-top:1px solid var(--ap-border);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:14px;margin-top:16px;padding-top:14px;display:flex}.order-actions-row{flex-wrap:wrap;gap:10px;margin-top:6px;display:flex}.order-delete-btn{margin-left:auto}.order-err{width:100%;margin:0}.order-action-btn{border:1px solid var(--ap-border-strong);height:38px;color:inherit;cursor:pointer;background:0 0;border-radius:999px;padding:0 18px;font-size:14px;font-weight:600;transition:border-color .2s,background .2s,color .2s}.order-action-btn:hover:not(:disabled){border-color:var(--ap-gold);background:#c8a0321f}.order-action-btn.danger{color:#e2564d;border-color:#e2564d66}.order-action-btn.danger:hover:not(:disabled){background:#e2564d1f;border-color:#e2564d}.order-action-btn:disabled{opacity:.45;cursor:default}@media (max-width:760px){.order-table{font-size:13px}.order-row{height:52px}.order-cell{padding:0 10px}.order-th{padding:10px}.order-thead,.order-row{grid-template-columns:72px minmax(0,1fr) 104px 118px 46px}.order-date,.order-qty{display:none}.order-details-grid{grid-template-columns:1fr}}.req-star{color:#e2564d;font-weight:700}.checkout-form .field{margin-bottom:8px}.checkout-form .auth-tooltip.checkout-tip{white-space:normal;color:#e2564d;border-color:#e2564d73;margin-top:6px;display:inline-block;position:static;top:auto;left:auto;transform:none}.checkout-form .field input.field-error,.checkout-form .field textarea.field-error{border-color:#e2564db3}.product-form .field input{height:38px;min-height:0;padding:0 13px;font-size:14px}.card-box{border:1px solid var(--ap-border);background:#ffffff08;border-radius:14px;padding:18px}body.light-theme .card-box{background:#00000005}.cart-row{border-bottom:1px solid #a880202e;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 0;display:grid}.cart-thumb{border:1px solid var(--ap-border);border-radius:8px;width:72px;height:56px;overflow:hidden}.cart-thumb img{object-fit:cover;width:100%;height:100%}.muted{opacity:.65}.link-gold{color:var(--ap-gold);text-decoration:none}.link-gold:hover{text-decoration:underline}.notice{border:1px solid var(--ap-border-strong);text-align:center;border-radius:12px;padding:28px}.home-hero{text-align:center;border:1px solid var(--ap-border);background:radial-gradient(120% 80% at 50% -10%,#c8a03224,#0000 60%),#ffffff05;border-radius:20px;margin-bottom:28px;padding:56px 24px 48px;position:relative;overflow:hidden}body.light-theme .home-hero{background:radial-gradient(120% 80% at 50% -10%,#a8802029,#0000 60%),#00000004}.home-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--ap-gold);margin-bottom:14px;font-size:13px;display:inline-block}.home-hero-title{margin:0 0 16px;font-family:Georgia,serif;font-size:clamp(30px,5vw,52px);font-weight:700;line-height:1.08}.home-hero-sub{opacity:.75;max-width:640px;margin:0 auto;font-size:17px;line-height:1.55}.home-hero-cta{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:26px;display:flex}.home-stats{border-top:1px solid var(--ap-border);flex-wrap:wrap;justify-content:center;gap:14px 40px;margin-top:36px;padding-top:28px;display:flex}.home-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.home-stat b{color:var(--ap-gold);font-family:Georgia,serif;font-size:26px}.home-stat span{opacity:.65;font-size:13px}.home-features{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:40px;display:grid}.feature-card{border:1px solid var(--ap-border);background:#ffffff05;border-radius:14px;padding:22px 20px;transition:border-color .2s,transform .15s}body.light-theme .feature-card{background:#00000004}.feature-card:hover{border-color:var(--ap-border-strong);transform:translateY(-2px)}.feature-ico{width:44px;height:44px;color:var(--ap-gold);background:#c8a0321f;border-radius:11px;justify-content:center;align-items:center;margin-bottom:14px;display:inline-flex}.feature-ico svg{width:22px;height:22px}.feature-title{margin-bottom:6px;font-size:16px;font-weight:700}.feature-text{opacity:.7;font-size:14px;line-height:1.5}.home-section{margin-bottom:44px}.section-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:18px;display:flex}.section-title{margin:0;font-family:Georgia,serif;font-size:24px;font-weight:700}.cat-cards{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px;display:grid}.cat-card{border:1px solid var(--ap-border);color:inherit;background:#ffffff05;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:16px 18px;text-decoration:none;transition:border-color .2s,transform .15s,background .2s;display:flex}body.light-theme .cat-card{background:#00000004}.cat-card:hover{border-color:var(--ap-gold);transform:translateY(-2px)}.cat-card-name{font-size:15px;font-weight:600}.cat-card-count{color:var(--ap-gold);background:#c8a0321f;border-radius:12px;justify-content:center;align-items:center;min-width:28px;height:24px;padding:0 8px;font-size:13px;font-weight:700;display:inline-flex}.home-cta{border:1px solid var(--ap-border-strong);background:radial-gradient(120% 140% at 100% 0,#c8a03224,#0000 55%),#ffffff05;border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-bottom:8px;padding:32px 28px;display:flex}body.light-theme .home-cta{background:radial-gradient(120% 140% at 100% 0,#a8802029,#0000 55%),#00000004}.home-cta-title{margin:0 0 6px;font-family:Georgia,serif;font-size:24px}.home-cta-sub{opacity:.72;max-width:520px;margin:0;font-size:15px}@media (max-width:600px){.home-hero{padding:40px 16px 36px}.home-stats{gap:12px 24px}.home-cta{padding:24px 18px}}.cart-grid{grid-template-columns:minmax(0,1fr) 320px;gap:28px;display:grid}@media (max-width:820px){.cart-grid{grid-template-columns:1fr}}body.light-theme{--ap-border:#785a144d;--ap-border-strong:#785a148c;--ap-gold-deep:#8a6d22}body.light-theme .stock-ok{color:#2f8f5b}body.light-theme .stock-no{color:#c0392b}@media (max-width:960px){.shop-main{padding-top:64px}}@media (max-width:480px){.shop-main{padding-top:58px}}.home-search{gap:10px;max-width:720px;margin:24px auto 0;display:flex}.home-search input{border:1px solid var(--ap-border-strong);min-width:0;height:38px;color:inherit;background:#ffffff0d;border-radius:8px;outline:none;flex:1;padding:0 16px;font-family:inherit;font-size:14px}body.light-theme .home-search input{background:#0000000a}.home-search input:focus{border-color:var(--ap-gold)}.home-search .btn-gold{border-radius:8px;flex-shrink:0;height:38px;padding:0 16px;font-size:14px}@media (max-width:480px){.home-search{flex-direction:column}.home-search .btn-gold{width:100%}}.home-search input[type=search]::-webkit-search-cancel-button{appearance:none;cursor:pointer;opacity:.7;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23c8a032' stroke-width='2' stroke-linecap='round'><path d='M2.5 2.5l7 7M9.5 2.5l-7 7'/></svg>") 50%/12px 12px no-repeat;border-radius:50%;width:20px;height:20px;margin-left:8px;transition:opacity .15s,transform .15s,background-color .15s}.home-search input[type=search]::-webkit-search-cancel-button:hover{opacity:1;background-color:#c8a0322e;transform:scale(1.15)}.catalog-search{max-width:100%;margin:0 0 18px}@media (max-width:860px){.filters-side{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-flow:row;gap:8px;margin:0 -16px 16px;padding:0 16px 4px;overflow-x:auto}.filters-side::-webkit-scrollbar{display:none}.filters-side .chip{flex:none}}.cart-row-controls{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.order-info-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}@media (max-width:600px){.order-info-grid{grid-template-columns:1fr}}@media (max-width:480px){.cart-row{grid-template-columns:56px minmax(0,1fr);gap:10px 12px}.cart-thumb{width:56px;height:44px}.cart-row-controls{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center}.cart-row .product-price{white-space:normal}.qty button{width:38px}.qty input{width:46px}}
