.shop-page{min-height:100vh;padding-top:var(--shop-header-h, 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-text, #1a1a1a);margin-bottom:32px;display:flex;align-items:center;gap:8px}.shop-breadcrumb a{color:var(--shop-text, #1a1a1a);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:min(var(--shop-radius, 6px),24px);display:inline-flex;align-items:center}.shop-cat-btn svg{margin-left:-4px}.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);overflow:hidden;cursor:pointer;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;border-radius:var(--shop-card-radius, 12px)}.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;font-family:var(--shop-font-body, inherit);font-size:.85rem;letter-spacing:.04em;cursor:pointer;transition:opacity .3s,transform .2s;border-radius:var(--shop-radius, 0px)}.shop-card-btn:hover{opacity:.85;transform:translateY(-1px)}.shop-card-btn.added,.product-add-btn.added{background:#27ae60;pointer-events:none}.product-add-btn.disabled{opacity:.5;cursor:not-allowed}.product-qty{display:flex;align-items:center;border:1.5px solid rgba(0,0,0,.1);border-radius:var(--shop-radius, 0px);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}.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:var(--shop-card-radius, 12px)}.cart-item-img{width:100px;height:100px;object-fit:cover;flex-shrink:0;border-radius:var(--shop-card-radius, 12px)}.cart-item-info{flex:1}.cart-item-name{font-family:var(--shop-font-heading, inherit);font-size:1.1rem;font-weight:500;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-bottom{display:flex;align-items:center;justify-content:space-between}.cart-qty button{width:32px;height:32px;font-size:1rem}.cart-qty span{width:32px;font-size:.85rem}.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;height:fit-content;border-radius:var(--shop-card-radius, 12px)}.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;font-family:var(--shop-font-body, inherit);font-size:.95rem;letter-spacing:.04em;cursor:pointer;margin-top:24px;transition:opacity .3s;border-radius:var(--shop-radius, 0px)}.cart-checkout-btn:hover{opacity:.85}.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}.checkout-options{display:flex;flex-direction:column;gap:8px;margin-top:6px}.checkout-option{display:flex!important;align-items:flex-start;gap:12px;padding:12px;border:1.5px solid rgba(0,0,0,.1);border-radius:var(--shop-card-radius, 12px);cursor:pointer;transition:border-color .3s,background .3s;background:var(--shop-bg, #fff);font-size:.9rem!important;color:var(--shop-text, #1a1a1a)!important;margin-bottom:0!important}.checkout-option.active{border-color:var(--shop-accent, #2D4A3E);background:#00000005}.checkout-option input[type=radio]{accent-color:var(--shop-accent, #2D4A3E);width:16px;height:16px;margin:3px 0 0;flex-shrink:0}.checkout-option-text{display:flex;flex-direction:column;gap:2px}.checkout-option-label{font-size:.9rem;color:var(--shop-text, #1a1a1a);font-weight:500}.checkout-option-desc{font-size:.8rem;color:var(--shop-muted, #6B6B6B)}.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;border:1.5px solid rgba(0,0,0,.1);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;border-radius:var(--shop-card-radius, 12px)}.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:var(--shop-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:var(--shop-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-empty-category{text-align:center;padding:80px 20px}.shop-empty-category p{color:var(--shop-muted, #6B6B6B);margin-bottom:16px;font-size:.95rem}.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}.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}.shop-related-grid{grid-template-columns:repeat(var(--related-cols, 4),1fr)}@media(max-width:768px){.shop-related-grid{grid-template-columns:repeat(2,1fr)!important}}.shop-cat-photos-wrap{margin-bottom:32px}.shop-cat-photos-back{padding:6px 16px;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;border-radius:min(var(--shop-radius, 6px),24px);margin-bottom:16px;transition:all .2s;display:inline-flex;align-items:center}.shop-cat-photos-back svg{margin-left:-4px}.shop-cat-photos-back:hover{background:var(--shop-accent, #2D4A3E);color:var(--shop-bg, #fff);border-color:var(--shop-accent, #2D4A3E)}.shop-cat-photos{display:flex;gap:20px;overflow-x:auto;padding-bottom:8px}.shop-cat-photo-item{flex-shrink:0;width:120px;text-decoration:none;cursor:pointer;text-align:center}.shop-cat-photo-img{width:120px;height:120px;border-radius:var(--shop-card-radius, 12px);overflow:hidden;margin-bottom:8px;background:#0000000a}.shop-cat-photo-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.16,1,.3,1)}.shop-cat-photo-item:hover .shop-cat-photo-img img{transform:scale(1.08)}.shop-cat-photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--shop-font-heading, inherit);font-size:2rem;font-weight:700;color:var(--shop-muted, #999);background:#0000000f}.shop-cat-photo-name{font-family:var(--shop-font-body, inherit);font-size:.82rem;color:var(--shop-text, #1a1a1a);font-weight:500}.shop-acc-specs-table{width:100%;border-collapse:collapse}.shop-acc-specs-table tr{border-bottom:1px solid rgba(0,0,0,.03)}.shop-acc-specs-table tr:last-child{border-bottom:none}.shop-acc-specs-table td{padding:10px 0;font-size:.9rem;vertical-align:top}.shop-acc-spec-name{color:var(--shop-text, #1a1a1a);width:40%;padding-right:16px}.shop-acc-spec-value{color:var(--shop-text, #1a1a1a);font-weight:500}.shop-catalog-layout{display:grid;grid-template-columns:240px 1fr;gap:32px}.shop-filters{position:sticky;top:100px;align-self:start}.shop-filters-header{display:none}.shop-filters-body{display:flex;flex-direction:column;gap:24px}.shop-filters-toggle{display:none;align-items:center;gap:6px;padding:8px 18px;border:1.5px solid rgba(0,0,0,.1);background:var(--shop-bg, #fff);color:var(--shop-text, #1a1a1a);font-family:var(--shop-font-body, inherit);font-size:.82rem;cursor:pointer;border-radius:min(var(--shop-radius, 6px),24px);margin-bottom:16px;transition:border-color .2s;width:fit-content}.shop-filters-toggle:hover{border-color:var(--shop-accent, #2D4A3E)}.shop-filters-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;z-index:10000}.shop-filter-group{border-bottom:1px solid rgba(0,0,0,.06);padding-bottom:20px}.shop-filter-group:last-child{border-bottom:none}.shop-filter-group-title{font-family:var(--shop-font-heading, inherit);font-size:.85rem;font-weight:600;color:var(--shop-text, #1a1a1a);margin-bottom:12px;text-transform:uppercase;letter-spacing:.04em}.shop-filter-options{display:flex;flex-direction:column;gap:6px}.shop-filter-option{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 0;font-size:.88rem;color:var(--shop-text, #1a1a1a);transition:color .2s}.shop-filter-option:hover{color:var(--shop-accent, #2D4A3E)}.shop-filter-option.active{color:var(--shop-accent, #2D4A3E);font-weight:500}.shop-filter-checkbox{width:16px;height:16px;accent-color:var(--shop-accent, #2D4A3E);cursor:pointer;flex-shrink:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1.5px solid rgba(0,0,0,.1);border-radius:3px;background:transparent;position:relative;transition:all .2s}.shop-filter-checkbox:checked{background:var(--shop-accent, #2D4A3E);border-color:var(--shop-accent, #2D4A3E)}.shop-filter-checkbox:checked:after{content:"";position:absolute;left:4.5px;top:1.5px;width:5px;height:9px;border:solid var(--shop-bg, #fff);border-width:0 2px 2px 0;transform:rotate(45deg)}.shop-filter-option-text{flex:1}.shop-filter-option-count{font-size:.75rem;color:var(--shop-muted, #6B6B6B);min-width:20px;text-align:right}.shop-filter-price{display:flex;align-items:center;gap:8px}.shop-filter-price-input{width:100%;padding:8px 10px;border:1.5px solid rgba(0,0,0,.1);background:var(--shop-bg, #fff);color:var(--shop-text, #1a1a1a);font-family:var(--shop-font-body, inherit);font-size:.85rem;outline:none;transition:border-color .3s;border-radius:min(var(--shop-radius, 6px),8px)}.shop-filter-price-input:focus{border-color:var(--shop-accent, #2D4A3E)}.shop-filter-price-sep{color:var(--shop-muted, #6B6B6B);font-size:.85rem;flex-shrink:0}.shop-filter-slider{position:relative;height:24px;margin-top:8px}.shop-filter-range{position:absolute;top:0;left:0;width:100%;height:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;pointer-events:none;margin:0;z-index:2}.shop-filter-range::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:var(--shop-accent, #2D4A3E);border:none;box-shadow:0 1px 4px #0003;cursor:pointer;pointer-events:auto;position:relative;z-index:3;margin-top:-6px}.shop-filter-range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--shop-accent, #2D4A3E);border:none;box-shadow:0 1px 4px #0003;cursor:pointer;pointer-events:auto}.shop-filter-range::-webkit-slider-runnable-track{height:4px;background:transparent}.shop-filter-range::-moz-range-track{height:4px;background:transparent;border:none}.shop-filter-slider-track{position:absolute;top:10px;left:0;right:0;height:4px;background:#00000014;border-radius:2px;z-index:1}.shop-filter-slider-fill{position:absolute;top:0;height:100%;background:var(--shop-accent, #2D4A3E);border-radius:2px;opacity:.6}.shop-filter-clear{background:none;border:1.5px solid var(--shop-text, #1a1a1a);color:var(--shop-text, #1a1a1a);font-family:var(--shop-font-body, inherit);font-size:.82rem;padding:8px 16px;cursor:pointer;transition:all .2s;border-radius:min(var(--shop-radius, 6px),24px)}.shop-filter-clear:hover{border-color:var(--shop-accent, #2D4A3E);color:var(--shop-accent, #2D4A3E)}.shop-catalog-layout.button-mode{grid-template-columns:1fr}.shop-filters-toggle.always-visible{display:flex}.shop-filters-overlay.always-visible{display:block}.shop-filters.drawer-mode{position:fixed;top:0;left:-100%;width:320px;height:100vh;background:var(--shop-bg, #fff);z-index:10001;overflow-y:auto;padding:24px;transition:left .3s ease;box-shadow:none}.shop-filters.drawer-mode.open{left:0;box-shadow:4px 0 24px #00000026}.shop-filters.drawer-mode .shop-filters-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.shop-filters.drawer-mode .shop-filters-close{background:none;border:none;font-size:1.5rem;color:var(--shop-text, #1a1a1a);cursor:pointer;padding:4px 8px;line-height:1;transition:opacity .2s}.shop-filters.drawer-mode .shop-filters-close:hover{opacity:.5}.shop-empty{grid-column:1 / -1;text-align:center;padding:60px 20px}.shop-featured-section{padding:80px 0}.shop-featured-inner{max-width:1200px;margin:0 auto;padding:0 20px}.shop-featured-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.shop-featured-title{font-family:var(--shop-font-heading, inherit);font-size:2rem;font-weight:700;color:var(--shop-text, #1a1a1a);margin:0}.shop-featured-arrows{display:flex;gap:8px}.shop-featured-arrow{width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.12);background:var(--shop-bg, #fff);color:var(--shop-text, #1a1a1a);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.shop-featured-arrow:hover{background:var(--shop-accent, #2D4A3E);color:var(--shop-bg, #fff);border-color:var(--shop-accent, #2D4A3E)}.shop-featured-track-wrap{overflow-x:clip;overflow-y:visible;position:relative;z-index:2}.shop-featured-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.shop-featured-slide{flex:0 0 25%;padding:0 8px;cursor:pointer;box-sizing:border-box}.shop-featured-dots{display:flex;justify-content:center;gap:6px;margin-top:24px;position:relative;z-index:0}.shop-featured-dot{width:8px;height:8px;border-radius:50%;border:none;background:#00000026;cursor:pointer;padding:0;transition:all .3s}.shop-featured-dot.active{background:var(--shop-accent, #2D4A3E);transform:scale(1.3)}.shop-featured-cta{display:flex;justify-content:center;margin-top:32px}.shop-featured-btn{width:auto;padding:14px 40px;font-size:.95rem;text-decoration:none}@media(max-width:1024px){.shop-featured-slide{flex:0 0 33.333%}}@media(max-width:768px){.shop-featured-slide{flex:0 0 50%}.shop-featured-title{font-size:1.5rem}}@media(max-width:480px){.shop-featured-slide{flex:0 0 100%}}@media(max-width:768px){.cart-layout{grid-template-columns:1fr}.cart-item-bottom{flex-direction:column;align-items:flex-start;gap:8px}.shop-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.shop-cat-photo-item{width:100px}.shop-cat-photo-img{width:100px;height:100px}.shop-catalog-layout{grid-template-columns:1fr}.shop-filters-toggle{display:flex}.shop-filters{position:fixed;top:0;left:-100%;width:300px;height:100vh;background:var(--shop-bg, #fff);z-index:10001;overflow-y:auto;padding:24px;transition:left .3s ease;box-shadow:none}.shop-filters.open{left:0;box-shadow:4px 0 24px #00000026}.shop-filters-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.shop-filters-title{font-family:var(--shop-font-heading, inherit);font-size:1.1rem;font-weight:600;color:var(--shop-text, #1a1a1a)}.shop-filters-close{background:none;border:none;font-size:1.5rem;color:var(--shop-text, #1a1a1a);cursor:pointer;padding:4px 8px;line-height:1;transition:opacity .2s}.shop-filters-close:hover{opacity:.5}.shop-filters-overlay{display:block}}.shop-catalog-mode .product-qty,.shop-catalog-mode .shop-splitgrid-qty-wrap,.shop-catalog-mode .shop-gallery-qty,.shop-catalog-mode .product-price-row{display:none}.shop-inquiry-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px}.shop-inquiry-modal{background:var(--shop-bg, #fff);border-radius:var(--shop-card-radius, 16px);padding:32px;max-width:440px;width:100%;position:relative;box-shadow:0 24px 64px #0003;max-height:90vh;overflow-y:auto;font-family:var(--shop-font-body, inherit)}.shop-inquiry-close{position:absolute;top:14px;right:14px;background:#0000000d;border:none;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--shop-text, #1a1a1a);transition:background .2s}.shop-inquiry-close:hover{background:#0000001a}.shop-inquiry-product{display:flex;gap:14px;align-items:center;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid rgba(0,0,0,.08)}.shop-inquiry-product-img{width:72px;height:72px;object-fit:cover;border-radius:var(--shop-card-radius, 8px);flex-shrink:0}.shop-inquiry-product-name{font-family:var(--shop-font-heading, inherit);font-size:.95rem;font-weight:600;color:var(--shop-text, #1a1a1a);line-height:1.3}.shop-inquiry-product-price{font-size:.88rem;color:var(--shop-accent, #2D4A3E);font-weight:600;margin-top:4px}.shop-inquiry-form{display:flex;flex-direction:column;gap:6px}.shop-inquiry-label{font-size:.78rem;font-weight:500;color:var(--shop-text, #1a1a1a);margin-top:8px}.shop-inquiry-label span{color:var(--shop-accent, #2D4A3E)}.shop-inquiry-input,.shop-inquiry-textarea{width:100%;padding:10px 14px;border:1.5px solid rgba(0,0,0,.12);border-radius:var(--shop-radius, 8px);font-family:var(--shop-font-body, inherit);font-size:.9rem;color:var(--shop-text, #1a1a1a);background:var(--shop-bg, #fff);transition:border-color .2s;outline:none;box-sizing:border-box}.shop-inquiry-input:focus,.shop-inquiry-textarea:focus{border-color:var(--shop-accent, #2D4A3E)}.shop-inquiry-textarea{resize:vertical;min-height:70px}.shop-inquiry-error{color:#d32f2f;font-size:.82rem;margin-top:4px}.shop-inquiry-submit{margin-top:16px;padding:12px 24px;background:var(--shop-accent, #2D4A3E);color:var(--shop-bg, #fff);border:none;border-radius:var(--shop-radius, 8px);font-family:var(--shop-font-body, inherit);font-size:.9rem;font-weight:600;cursor:pointer;transition:opacity .2s}.shop-inquiry-submit:hover{opacity:.88}.shop-inquiry-submit:disabled{opacity:.5;cursor:not-allowed}.shop-inquiry-success{text-align:center;padding:24px 0 8px;display:flex;flex-direction:column;align-items:center;gap:12px}.shop-inquiry-success h3{font-family:var(--shop-font-heading, inherit);font-size:1.3rem;font-weight:600;color:var(--shop-text, #1a1a1a);margin:0}.shop-inquiry-success p{font-size:.9rem;color:var(--shop-muted, #6B6B6B);margin:0}.shop-inquiry-done-btn{margin-top:8px;padding:10px 28px;background:transparent;color:var(--shop-text, #1a1a1a);border:1.5px solid rgba(0,0,0,.15);border-radius:var(--shop-radius, 8px);font-family:var(--shop-font-body, inherit);font-size:.85rem;cursor:pointer;transition:border-color .2s}.shop-inquiry-done-btn:hover{border-color:var(--shop-accent, #2D4A3E)}@media(max-width:480px){.shop-inquiry-modal{padding:24px 20px;margin:0 8px}.shop-inquiry-product-img{width:56px;height:56px}}.np-selector{margin-top:12px}.np-field{position:relative;margin-bottom:12px}.np-label{display:block;font-size:.82rem;font-weight:500;color:var(--shop-text, #333);margin-bottom:4px;opacity:.7}.np-input{width:100%;padding:10px 12px;font-size:.9rem;border:1px solid color-mix(in srgb,var(--shop-text, #333) 15%,transparent);border-radius:var(--shop-card-radius, 8px);background:var(--shop-bg, #fff);color:var(--shop-text, #333);font-family:var(--shop-font-body, inherit);outline:none;transition:border-color .2s}.np-input:focus{border-color:var(--shop-accent, #2D4A3E)}.np-input::placeholder{color:color-mix(in srgb,var(--shop-text, #333) 35%,transparent)}.np-loading{font-size:.78rem;color:color-mix(in srgb,var(--shop-text, #333) 50%,transparent);margin-top:4px}.np-dropdown{position:absolute;top:100%;left:0;right:0;z-index:50;max-height:220px;overflow-y:auto;background:var(--shop-bg, #fff);border:1px solid color-mix(in srgb,var(--shop-text, #333) 15%,transparent);border-radius:var(--shop-card-radius, 8px);box-shadow:0 8px 24px #0000001f;margin-top:4px}.np-dropdown-item{padding:10px 12px;font-size:.85rem;cursor:pointer;color:var(--shop-text, #333);transition:background .15s}.np-dropdown-item:hover{background:color-mix(in srgb,var(--shop-accent, #2D4A3E) 10%,transparent)}.np-dropdown-item:not(:last-child){border-bottom:1px solid color-mix(in srgb,var(--shop-text, #333) 8%,transparent)}.shop-header-standard .shop-container,.shop-header-hero .shop-container{padding-top:0;padding-bottom:0}.shop-container:has(>.shop-header-minimal){padding-top:0;padding-bottom:0}.shop-header-standard+.shop-container{padding-top:0}.shop-header-standard{padding-top:110px;padding-bottom:40px;background:var(--shop-bg, #fff)}.shop-header-standard-title{font-family:var(--shop-font-heading, inherit);font-size:clamp(2.2rem,5vw,4rem);font-weight:800;letter-spacing:-.04em;color:var(--shop-text, #1a1a1a);line-height:1.05;margin-bottom:14px}.shop-header-standard-sub{font-size:1rem;color:var(--shop-text, #1a1a1a);max-width:440px;line-height:1.65}.shop-header-hero{padding-top:160px;padding-bottom:90px;background:var(--shop-accent, #2D4A3E);position:relative;overflow:hidden;z-index:0}.shop-header-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1}.shop-header-hero .shop-container{position:relative;z-index:2}.shop-header-hero-title{font-family:var(--shop-font-heading, inherit);font-size:clamp(2.2rem,5vw,4rem);font-weight:800;letter-spacing:-.04em;color:var(--shop-bg, #fff);line-height:1.05;margin-bottom:14px}.shop-header-hero-sub{font-size:1rem;color:#ffffffbf;max-width:440px;line-height:1.65}.shop-header-hero-breadcrumb a{color:#ffffff80!important}.shop-header-hero-breadcrumb span{color:#fff6}.shop-header-minimal{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:110px;padding-bottom:40px}.shop-header-minimal-title{font-family:var(--shop-font-heading, inherit);font-size:1.5rem;font-weight:600;color:var(--shop-text, #1a1a1a);margin:0}@media(max-width:1024px){.shop-header-standard{padding-top:95px;padding-bottom:30px}.shop-header-hero{padding-top:145px;padding-bottom:80px}.shop-header-minimal{padding-top:95px;padding-bottom:30px}}@media(max-width:768px){.shop-header-standard{padding-top:80px;padding-bottom:20px}.shop-header-hero{padding-top:130px;padding-bottom:70px}.shop-header-minimal{flex-direction:column;align-items:flex-start;gap:12px;padding-top:80px;padding-bottom:20px}}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px}.product-gallery{position:relative}.product-main-img{width:100%;height:auto!important;aspect-ratio:1/1;object-fit:cover;display:block;border-radius:var(--shop-card-radius, 12px)}.product-thumbs{display:flex;gap:10px;margin-top:12px}.product-thumb{width:72px;height:72px;object-fit:cover;cursor:pointer;border:2px solid transparent;transition:border-color .3s;opacity:.6;border-radius:calc(var(--shop-card-radius, 12px) / 2)}.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-text, #1a1a1a);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}.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-text, #1a1a1a);width:40%}.product-spec-value{color:var(--shop-text, #1a1a1a);font-weight:500}.product-add-btn{flex:1;padding:14px 32px;background:var(--shop-accent, #2D4A3E);color:var(--shop-bg, #fff);border:none;font-family:var(--shop-font-body, inherit);font-size:.95rem;letter-spacing:.04em;cursor:pointer;transition:opacity .3s;border-radius:var(--shop-radius, 0px)}.product-add-btn:hover{opacity:.85}.product-features{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-feature{padding:14px 18px;background:#00000005;font-size:.85rem;color:var(--shop-text, #1a1a1a)}.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-values{display:flex;flex-wrap:wrap;gap:8px}.product-option-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1.5px solid rgba(0,0,0,.12);background:transparent;font-family:var(--shop-font-body, inherit);font-size:.85rem;color:var(--shop-text, #1a1a1a);cursor:pointer;transition:all .2s;border-radius:var(--shop-radius, 0px)}.product-option-btn:hover{border-color:var(--shop-accent, #2D4A3E)}.product-option-btn.active{border-color:var(--shop-accent, #2D4A3E);background:var(--shop-accent, #2D4A3E);color:var(--shop-bg, #fff)}.color-swatch{width:16px;height:16px;border-radius:50%;border:1.5px solid rgba(0,0,0,.15)}.product-layout{padding-top:10px}@media(max-width:768px){.product-layout{grid-template-columns:1fr;gap:48px}.product-info{margin-top:12px}.product-features{grid-template-columns:1fr}}
