.shop-page{min-height:100vh;padding-top:100px;background:var(--shop-bg, #fff)}.shop-container{max-width:1200px;margin:0 auto;padding:40px 24px 80px}.shop-breadcrumb{font-size:.8rem;color:var(--shop-muted, #6B6B6B);margin-bottom:32px;display:flex;align-items:center;gap:8px}.shop-breadcrumb a{color:var(--shop-muted, #6B6B6B);text-decoration:none;transition:color .3s}.shop-breadcrumb a:hover{color:var(--shop-accent, #2D4A3E)}.shop-title{font-family:var(--shop-font-heading, inherit);font-size:clamp(2rem,4vw,3rem);color:var(--shop-text, #1a1a1a);margin-bottom:12px;font-weight:400}.shop-subtitle{color:var(--shop-muted, #6B6B6B);font-size:.95rem;margin-bottom:48px;max-width:560px}.shop-categories{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px}.shop-cat-btn{padding:8px 20px;border:1.5px solid rgba(0,0,0,.1);background:transparent;color:var(--shop-text, #1a1a1a);font-family:var(--shop-font-body, inherit);font-size:.82rem;cursor:pointer;transition:all .3s;border-radius:20px}.shop-cat-btn:hover,.shop-cat-btn.active{background:var(--shop-accent, #2D4A3E);color:var(--shop-bg, #fff);border-color:var(--shop-accent, #2D4A3E)}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:28px}.shop-card{background:var(--shop-bg, #fff);border:1px solid rgba(0,0,0,.06);border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s}.shop-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001a}.shop-card-img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1)}.shop-card:hover .shop-card-img{transform:scale(1.05)}.shop-card-img-wrap{overflow:hidden}.shop-card-body{padding:20px}.shop-card-name{font-family:var(--shop-font-heading, inherit);font-size:1.05rem;color:var(--shop-text, #1a1a1a);margin-bottom:6px;font-weight:500}.shop-card-price{font-size:1.1rem;font-weight:600;color:var(--shop-accent, #2D4A3E);margin-bottom:4px}.shop-card-old-price{font-size:.85rem;color:var(--shop-muted, #6B6B6B);text-decoration:line-through;margin-left:8px;font-weight:400}.shop-card-desc{font-size:.82rem;color:var(--shop-muted, #6B6B6B);line-height:1.5;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-card-btn{width:100%;padding:12px;background:var(--shop-accent, #2D4A3E);color:var(--shop-bg, #fff);border:none;border-radius:10px;font-family:var(--shop-font-body, inherit);font-size:.85rem;letter-spacing:.04em;cursor:pointer;transition:opacity .3s,transform .2s}.shop-card-btn:hover{opacity:.85;transform:translateY(-1px)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px}.product-gallery{position:relative}.product-main-img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;border-radius:16px}.product-thumbs{display:flex;gap:10px;margin-top:12px}.product-thumb{width:72px;height:72px;object-fit:cover;cursor:pointer;border:2px solid transparent;border-radius:10px;transition:border-color .3s;opacity:.6}.product-thumb:hover,.product-thumb.active{border-color:var(--shop-accent, #2D4A3E);opacity:1}.product-info h1{font-family:var(--shop-font-heading, inherit);font-size:clamp(1.6rem,3vw,2.4rem);color:var(--shop-text, #1a1a1a);margin-bottom:16px;font-weight:400}.product-price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:24px}.product-price{font-size:1.8rem;font-weight:600;color:var(--shop-accent, #2D4A3E)}.product-old-price{font-size:1.1rem;color:var(--shop-muted, #6B6B6B);text-decoration:line-through}.product-actions{display:flex;gap:12px;margin-bottom:32px}.product-desc{color:var(--shop-muted, #6B6B6B);font-size:.95rem;line-height:1.7;margin-bottom:32px}.product-specs{margin-bottom:32px}.product-specs h3{font-family:var(--shop-font-heading, inherit);font-size:1.1rem;color:var(--shop-text, #1a1a1a);margin-bottom:12px;font-weight:500}.product-specs-table{width:100%;border-collapse:collapse;border-radius:12px;overflow:hidden}.product-specs-table tr:nth-child(odd){background:#00000005}.product-specs-table td{padding:10px 14px;font-size:.9rem}.product-spec-name{color:var(--shop-muted, #6B6B6B);width:40%}.product-spec-value{color:var(--shop-text, #1a1a1a);font-weight:500}.product-qty{display:flex;align-items:center;border:1.5px solid rgba(0,0,0,.1);border-radius:10px;overflow:hidden}.product-qty button{width:44px;height:44px;background:transparent;border:none;font-size:1.2rem;cursor:pointer;color:var(--shop-text, #1a1a1a);transition:background .2s}.product-qty button:hover{background:#0000000a}.product-qty span{width:44px;text-align:center;font-weight:500}.product-add-btn{flex:1;padding:14px 32px;background:var(--shop-accent, #2D4A3E);color:var(--shop-bg, #fff);border:none;border-radius:12px;font-family:var(--shop-font-body, inherit);font-size:.95rem;letter-spacing:.04em;cursor:pointer;transition:opacity .3s,transform .2s}.product-add-btn:hover{opacity:.9;transform:translateY(-3px);box-shadow:0 10px 28px #d7492140}.shop-card-btn.added,.product-add-btn.added{background:#27ae60;pointer-events:none}.product-features{display:grid!important;grid-template-columns:1fr 1fr;gap:12px}.product-feature{padding:16px 18px;background:#00000005;border-radius:12px;font-size:.85rem;color:var(--shop-text, #1a1a1a);display:flex;flex-direction:column;justify-content:center;min-height:84px}.product-feature span{color:var(--shop-muted, #6B6B6B);display:block;font-size:.75rem;margin-bottom:2px}.product-option{margin-bottom:20px}.product-option-label{display:block;font-size:.85rem;color:var(--shop-muted, #6B6B6B);margin-bottom:8px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.product-option-select{width:100%;padding:13px 36px 13px 14px;border:1.5px solid rgba(0,0,0,.15);border-radius:12px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 12px center;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:var(--shop-font-body, inherit);font-size:.9rem;color:var(--shop-text, #1a1a1a);cursor:pointer;transition:border-color .2s}.product-option-select:focus{outline:none;border-color:var(--shop-accent, #2D4A3E)}.product-option-select:hover{border-color:#0000004d}.product-add-btn.disabled{opacity:.5;cursor:not-allowed}.shop-related{margin-top:80px}.shop-related h2{font-family:var(--shop-font-heading, inherit);font-size:clamp(1.4rem,3vw,2rem);color:var(--shop-text, #1a1a1a);margin-bottom:32px;font-weight:400}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:48px}.cart-items{display:flex;flex-direction:column;gap:20px}.cart-item{display:flex;gap:20px;padding:20px;border:1px solid rgba(0,0,0,.06);border-radius:12px}.cart-item-img{width:100px;height:100px;object-fit:cover;flex-shrink:0}.cart-item-info{flex:1}.cart-item-name{font-family:var(--shop-font-heading, inherit);font-size:1rem;color:var(--shop-text, #1a1a1a);margin-bottom:2px}.cart-item-variant{font-size:.8rem;color:var(--shop-muted, #6B6B6B);margin-bottom:4px}.cart-item-price{font-weight:600;color:var(--shop-accent, #2D4A3E);margin-bottom:8px}.cart-item-remove{background:none;border:none;color:var(--shop-muted, #6B6B6B);font-size:.8rem;cursor:pointer;text-decoration:underline;transition:color .3s}.cart-item-remove:hover{color:#dc2626}.cart-summary{position:sticky;top:120px;padding:32px;background:#00000005;border-radius:20px;height:fit-content}.cart-summary h3{font-family:var(--shop-font-heading, inherit);font-size:1.3rem;color:var(--shop-text, #1a1a1a);margin-bottom:24px}.cart-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:.9rem;color:var(--shop-muted, #6B6B6B)}.cart-total{display:flex;justify-content:space-between;padding-top:16px;border-top:1.5px solid rgba(0,0,0,.1);margin-top:16px;font-size:1.1rem;font-weight:600;color:var(--shop-text, #1a1a1a)}.cart-checkout-btn{width:100%;padding:16px;background:var(--shop-accent, #2D4A3E);color:var(--shop-bg, #fff);border:none;border-radius:12px;font-family:var(--shop-font-body, inherit);font-size:.95rem;letter-spacing:.04em;cursor:pointer;margin-top:24px;transition:opacity .3s,transform .2s}.cart-checkout-btn:hover{opacity:.85;transform:translateY(-2px)}.cart-empty{text-align:center;padding:80px 20px}.cart-empty h2{font-family:var(--shop-font-heading, inherit);font-size:1.6rem;color:var(--shop-text, #1a1a1a);margin-bottom:12px}.cart-empty p{color:var(--shop-muted, #6B6B6B);margin-bottom:24px}.order-form{margin-top:24px}.order-form label{display:block;font-size:.82rem;color:var(--shop-muted, #6B6B6B);margin-bottom:6px}.order-form input,.order-form textarea{width:100%;padding:12px 14px;border:1.5px solid rgba(0,0,0,.1);border-radius:10px;background:var(--shop-bg, #fff);color:var(--shop-text, #1a1a1a);font-family:var(--shop-font-body, inherit);font-size:.9rem;margin-bottom:16px;outline:none;transition:border-color .3s;box-sizing:border-box}.order-form input:focus,.order-form textarea:focus{border-color:var(--shop-accent, #2D4A3E)}.order-success{text-align:center;padding:40px;background:#00000005}.order-success h3{font-family:var(--shop-font-heading, inherit);font-size:1.4rem;color:var(--shop-text, #1a1a1a);margin-bottom:8px}.order-success-page{text-align:center;padding:80px 20px;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.order-success-icon{margin-bottom:24px}.order-success-title{font-family:var(--shop-font-heading, inherit);font-size:1.8rem;color:var(--shop-text, #1a1a1a);margin-bottom:12px}.order-success-number{font-size:1.1rem;font-weight:600;color:var(--shop-accent, #2D4A3E);margin-bottom:16px;background:#0000000a;display:inline-block;padding:8px 24px;border-radius:8px}.order-success-text{color:var(--shop-muted, #6B6B6B);max-width:440px;margin:0 auto 32px;line-height:1.6}.order-success-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.order-success-home-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;background:transparent;border:1px solid var(--shop-accent, #2D4A3E);color:var(--shop-accent, #2D4A3E);border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s;text-decoration:none}.order-success-home-btn:hover{background:var(--shop-accent, #2D4A3E);color:var(--shop-bg, #fff)}.shop-cart-icon{position:static;transform:none;right:auto;top:auto;z-index:auto;display:inline-flex;align-items:center;cursor:pointer;transition:opacity .2s;margin-left:8px;flex-shrink:0;text-decoration:none;color:inherit}.shop-cart-badge{position:relative;top:-8px;left:-4px;background:var(--shop-accent, #2D4A3E);color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;line-height:1}.shop-cart-icon:hover{opacity:.65}.shop-cart-icon svg{display:block}.shop-catalog-link{cursor:pointer}#nav-actions{flex-shrink:0}.shop-nav-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.cart-badge{position:relative}.cart-badge-count{position:absolute;top:-6px;right:-8px;background:var(--shop-accent, #2D4A3E);color:var(--shop-bg, #fff);font-size:.65rem;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}@media(max-width:768px){.product-layout{grid-template-columns:1fr;gap:32px}.cart-layout{grid-template-columns:1fr}.shop-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.product-features{grid-template-columns:1fr}}
