:root{--primary: #FF6B35;--primary-light: #ff8c5a;--primary-dark: #E55A2B;--text: #333333;--text-secondary: #666666;--text-muted: #999999;--bg: #ffffff;--bg-light: #f0f0f0;--bg-warm: #faf8f5;--border: #e9ecef;--sale-red: #CC3300;--success: #28a745;--container: 1100px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);line-height:1.6;background:var(--bg)}a{color:var(--primary);text-decoration:none;transition:color .3s}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto}.container{max-width:var(--container);margin:0 auto;padding:0 2rem}.site-header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:60px}.logo{display:flex;align-items:center}.logo img{height:40px;width:auto}.logo-text{font-size:1.25rem;font-weight:700;color:var(--text)}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-links a{color:var(--text);font-weight:500}.nav-links a:hover{color:var(--primary)}.cart-link{position:relative}.account-link{color:var(--text);font-size:1.1rem}.account-link:hover{color:var(--primary)}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--primary);color:#fff;font-size:.7rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.btn{display:inline-block;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;box-shadow:0 4px 15px #ff6b3566}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff6b3580;color:#fff}.btn-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff3;transform:translateY(-3px);color:#fff}.btn-outline{background:transparent;color:var(--text);border:2px solid var(--border)}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.btn-full{width:100%}.btn-small{padding:.5rem 1.25rem;font-size:.875rem}.hero{min-height:50vh;background:linear-gradient(135deg,#333333d9,#333333b3),linear-gradient(160deg,#333,var(--primary));display:flex;align-items:center;text-align:center;color:#fff}.hero h1{font-family:Yu Mincho,YuMincho,Hiragino Mincho ProN,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.3;margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-overlay{width:100%;padding:5rem 2rem}.section-title{font-family:Yu Mincho,YuMincho,Hiragino Mincho ProN,serif;font-size:2rem;font-weight:700;text-align:center;margin-bottom:.5rem}.section-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:3rem}.sale-price-banner{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#fff8f0,#fff3e8);border:1px solid #FFD6B8;border-radius:8px;padding:.5rem .75rem;margin-bottom:.75rem}.sale-price-label{background:var(--primary);color:#fff;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;font-weight:700;white-space:nowrap}.sale-price-amount{color:var(--sale-red);font-weight:700;font-size:1.125rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;padding:2rem 0}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.product-card a{color:inherit}.product-card-image{width:100%;height:200px;object-fit:cover}.product-card-placeholder{width:100%;height:200px;background:var(--bg-light);display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--text-muted)}.product-card-body{padding:1.5rem}.product-card-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.product-card-desc{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.5}.product-page{padding:3rem 0}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-image img{border-radius:12px}.product-image-placeholder{width:100%;aspect-ratio:1;background:var(--bg-light);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:5rem;color:var(--text-muted)}.product-title{font-family:Yu Mincho,YuMincho,Hiragino Mincho ProN,serif;font-size:2rem;margin-bottom:1rem}.product-description{margin-bottom:2rem;line-height:1.8}.product-description ul{padding-left:1.5rem;margin:1rem 0}.product-description li{margin-bottom:.5rem}.contact-link{display:block;text-align:center;margin-top:1rem;font-size:.875rem;color:var(--text-secondary)}.cart-page{padding:3rem 0}.cart-table{width:100%;border-collapse:collapse;margin-bottom:2rem}.cart-table th{text-align:left;padding:1rem;border-bottom:2px solid var(--border);font-size:.875rem;color:var(--text-secondary)}.cart-table td{padding:1rem;border-bottom:1px solid var(--border)}.cart-item-title a{color:var(--text);font-weight:500}.cart-qty{width:60px;padding:.5rem;border:1px solid var(--border);border-radius:4px;text-align:center}.cart-remove{color:var(--text-muted)}.cart-remove:hover{color:var(--sale-red)}.cart-footer{display:flex;justify-content:space-between;align-items:center}.cart-total{font-size:1.25rem;font-weight:700}.cart-total-amount{color:var(--sale-red);font-size:1.5rem;margin-left:.5rem}.cart-actions{display:flex;gap:1rem}.cart-empty{text-align:center;padding:5rem 0;color:var(--text-muted)}.cart-empty i{font-size:3rem;margin-bottom:1rem}.cart-empty p{margin-bottom:2rem;font-size:1.125rem}.page-content{padding:3rem 0}.page-body{line-height:1.8}.page-404{text-align:center;padding:5rem 0}.page-404 h1{margin-bottom:1rem}.page-404 p{margin-bottom:2rem;color:var(--text-secondary)}.collection-page{padding:3rem 0}.site-footer{background:#333;color:#fff;padding:3rem 2rem;text-align:center}.footer-links{margin-bottom:1rem}.footer-links a{color:#ccc;margin:0 1rem}.footer-links a:hover{color:#fff}.copyright{font-size:.875rem;color:#999}@media(max-width:768px){.product-layout{grid-template-columns:1fr;gap:2rem}.product-grid{grid-template-columns:1fr}.cart-footer{flex-direction:column;gap:1rem;text-align:center}.cart-actions{flex-direction:column}.btn{width:100%}.hero h1{font-size:2rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
