*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{background:none;border:none;cursor:pointer}ol,ul{list-style:none;padding:0}h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0}img{display:block}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.header{background-color:#1a1a1a;border-bottom:1px solid #ffffff0d;box-shadow:0 2px 10px #0000001a;color:#f8f8f8;position:-webkit-sticky;position:sticky;top:0;transition:box-shadow .2s ease;z-index:1000}.header.scrolled{box-shadow:0 6px 24px #00000040}.header-content{justify-content:space-between;padding:1rem 0}.header-content,.logo{align-items:center;display:flex}.logo{color:#d4af37;font-family:"Noto Serif SC",serif;font-size:1.8rem;font-weight:700;gap:.5rem;text-decoration:none}.logo-icon{font-size:2rem}.nav-menu{display:flex;gap:2rem}.nav-menu a{color:#f8f8f8;font-weight:500;position:relative;text-decoration:none;transition:color .3s}.nav-menu a:hover{color:#d4af37}.nav-menu a:after{background-color:#d4af37;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.nav-menu a:hover:after{width:100%}.header-actions{gap:1rem}.header-actions,.search-form{align-items:center;display:flex}.search-form{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:.35rem .6rem;position:relative}.search-form.open{display:flex}.search-form input[type=search]{background:#0000;border:none;color:#f8f8f8;font-size:.95rem;outline:none;width:260px}.search-form .search-submit{background:linear-gradient(45deg,#d4af37,#f39c12);border:none;border-radius:8px;color:#1a1a1a;cursor:pointer;padding:.3rem .5rem}.search-suggestions{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;color:#2c3e50;left:0;overflow:hidden;position:absolute;right:0;top:calc(100% + 6px);z-index:1200}.search-suggestions li{align-items:center;cursor:pointer;display:flex;gap:.5rem;padding:.6rem .8rem}.search-suggestions li i{color:#95a5a6}.search-suggestions li.active,.search-suggestions li:hover{background:#f7f7f7}.cart-btn,.search-btn,.wishlist-btn{background:none;border:none;border-radius:50%;color:#f8f8f8;cursor:pointer;font-size:1.2rem;padding:.5rem;position:relative;transition:background-color .3s,color .3s}.cart-btn:hover,.search-btn:hover,.wishlist-btn:hover{background-color:#d4af371a;color:#d4af37}.cart-count{align-items:center;background-color:#e74c3c;border-radius:50%;color:#fff;display:flex;font-size:.7rem;height:18px;justify-content:center;position:absolute;right:0;top:0;width:18px}.mobile-menu-btn{background:none;border:none;color:#f8f8f8;cursor:pointer;display:none;font-size:1.5rem}@media (max-width:1200px){.search-form input[type=search]{width:200px}}@media (max-width:992px){.nav-menu{background-color:#1a1a1a;box-shadow:5px 0 10px #0000001a;flex-direction:column;height:calc(100vh - 70px);left:-100%;padding:2rem;position:fixed;top:70px;transition:left .3s;width:80%;z-index:1000}.nav-menu.active{left:0}.mobile-menu-btn{display:block}.search-form{display:none}.search-form.open{display:flex}}@media (max-width:576px){.logo{font-size:1.5rem}.logo-icon{font-size:1.7rem}.header-actions{gap:.5rem}.cart-btn,.search-btn,.wishlist-btn{font-size:1.1rem;padding:.4rem}}.footer{background-color:#1a1a1a;border-top:1px solid #2c2c2c;color:#f8f8f8;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-logo,.footer-section h4{color:#d4af37;font-family:"Noto Serif SC",serif;margin-bottom:1rem}.footer-logo{align-items:center;display:flex;font-size:1.5rem;gap:.5rem}.footer-section p{line-height:1.6;margin-bottom:1.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#f8f8f8;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#d4af37}.social-links a{background-color:#2c2c2c;height:40px;transition:background-color .3s,transform .3s;width:40px}.social-links a:hover{background-color:#d4af37}.contact-info p{align-items:center;display:flex;gap:.5rem;margin-bottom:.8rem}.footer-bottom{border-top:1px solid #2c2c2c;color:#888;padding-top:1.5rem;text-align:center}@media (max-width:768px){.footer-content{gap:1.5rem;grid-template-columns:1fr}.social-links{justify-content:center}}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;overflow:hidden;perspective:800px;position:relative;transition:transform .28s ease,box-shadow .28s ease}.product-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.product-link{color:inherit;display:block;text-decoration:none}.product-image{height:280px;overflow:hidden;position:relative;transform-style:preserve-3d}.product-image:after{background:linear-gradient(180deg,#0000 40%,#00000040);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease}.product-card:hover .product-image:after{opacity:1}.product-image img{height:100%;object-fit:cover;transform-origin:center center;transition:transform .5s ease;width:100%;will-change:transform}.product-card:hover .product-image img{transform:scale3d(1.08,1.14,1) rotateX(2deg)}.image-placeholder{animation:shine 1.5s linear infinite;background:linear-gradient(110deg,#f0f0f0 8%,#e0e0e0 18%,#f0f0f0 33%);background-size:200% 100%;height:100%;left:0;position:absolute;top:0;width:100%}@keyframes shine{to{background-position-x:-200%}}.product-badge{font-size:.75rem;left:12px;padding:5px 10px;position:absolute;top:12px}.product-badge.exclusive{background:linear-gradient(45deg,#d4af37,#f39c12);color:#000}.product-badge.limited{background-color:#9b59b6;color:#fff}.product-badge.popular{background-color:#3498db;color:#fff}.product-badge.luxury{background:linear-gradient(45deg,#1a1a1a,#34495e);color:#fff}.wishlist-btn{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#888;display:flex;height:36px;justify-content:center;position:absolute;right:12px;top:12px;width:36px}.wishlist-btn:hover{color:#e74c3c;transform:scale(1.1)}.wishlist-btn.active{background:#e74c3c1a;color:#e74c3c}.quick-view-btn{background:#fffffff2;border:none;border-radius:999px;bottom:14px;box-shadow:0 6px 20px #00000026;color:#2c3e50;cursor:pointer;font-weight:600;left:50%;opacity:0;padding:.5rem .9rem;position:absolute;transform:translate(-50%,12px);transition:opacity .25s ease,transform .25s ease}.product-card:hover .quick-view-btn{opacity:1;transform:translate(-50%)}.product-info{padding:1.2rem}.product-category{color:#7f8c8d;display:block;font-size:.8rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2c3e50;display:-webkit-box;font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:.8rem;overflow:hidden}.product-price{align-items:center;display:flex;justify-content:space-between}.price-container{flex-direction:column}.current-price{font-size:1.2rem}.old-price{font-size:.9rem}.add-to-cart-btn{border-radius:50%;height:40px;width:40px}.add-to-cart-btn i{font-size:.9rem;line-height:1}.add-to-cart-btn:hover{transform:scale(1.05)}.hover-preview{animation:previewIn .18s ease-out;background:#fff;border-radius:14px;box-shadow:0 24px 60px #00000059;left:50%;max-width:92vw;overflow:hidden;pointer-events:none;position:fixed;top:50%;transform:translate(-50%,-50%);width:520px;z-index:3000}.hover-preview-image{height:320px;overflow:hidden;width:100%}.hover-preview-image img{height:100%;object-fit:cover;width:100%}.hover-preview-info{align-items:center;display:flex;justify-content:space-between;padding:.9rem 1.1rem 1.1rem}.hover-preview-title{color:#2c3e50;font-weight:600;margin-right:.5rem}.hover-preview-price{color:#2c3e50;font-weight:700}@keyframes previewIn{0%{opacity:0;transform:translate(-50%,-46%)}to{opacity:1;transform:translate(-50%,-50%)}}@media (hover:none){.hover-preview{display:none}}@media (max-width:768px){.product-image{height:220px}.product-info{padding:1rem}.product-title{font-size:1rem}.current-price{font-size:1.1rem}.quick-view-btn{display:none}}.home{overflow-x:hidden}.hero-section{background:linear-gradient(135deg,#1a1a1a,#2c2c2c);color:#fff;display:grid;grid-template-columns:1fr 1fr;min-height:80vh}.hero-content{background:linear-gradient(90deg,#1a1a1ae6,#1a1a1ab3);display:flex;flex-direction:column;justify-content:center;padding:2rem}.hero-content h1{color:#d4af37;font-family:"Noto Serif SC",serif;font-size:3rem;margin-bottom:1.5rem}.hero-content p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:500px;text-align:center}.cta-button{background:#d4af37;border-radius:30px;color:#1a1a1a;display:block;font-weight:600;margin:0 auto;max-width:200px;padding:1.5rem 2.5rem;text-align:center;text-decoration:none;transition:all .3s}.cta-button:hover{background:#c19b2e;box-shadow:0 5px 15px #d4af374d;transform:translateY(-2px)}.hero-image{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative}.hero-image img{height:auto;max-height:70vh;object-fit:contain;width:80%}.features-section{background:#f8f8f8;padding:5rem 0}.features-section h2{color:#2c3e50;font-family:"Noto Serif SC",serif;font-size:2.5rem;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:2rem;text-align:center;transition:transform .3s}.feature:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.feature p{color:#7f8c8d;line-height:1.6}.featured-products{padding:5rem 0}.featured-products h2{color:#2c3e50;font-family:"Noto Serif SC",serif;font-size:2.5rem;margin-bottom:3rem;text-align:center}.products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.view-all-container{text-align:center}.view-all-btn{background:#0000;border:2px solid #d4af37;border-radius:30px;color:#2c3e50;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s}.view-all-btn:hover{background:#d4af37;color:#fff;transform:translateY(-2px)}.story-section{background:linear-gradient(135deg,#1a1a1a,#2c2c2c);color:#fff;padding:5rem 0}.story-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.story-text h2{color:#d4af37;font-size:2.5rem}.story-text p{font-size:1.1rem;margin-bottom:2rem}.learn-more-btn{background:#0000;border:2px solid #d4af37;border-radius:30px;color:#d4af37;display:inline-block;font-weight:600;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s}.learn-more-btn:hover{background:#d4af37;color:#1a1a1a}.story-image{box-shadow:0 10px 30px #0000004d}@media (max-width:992px){.hero-section{grid-template-columns:1fr}.hero-content{order:2;padding:3rem 1.5rem}.hero-image{height:50vh;order:1}.hero-content h1{font-size:2.5rem}.story-content{gap:2rem;grid-template-columns:1fr}.story-text{order:2}.story-image{order:1}}@media (max-width:768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.featured-products h2,.features-section h2,.story-text h2{font-size:2rem}.feature{padding:1.5rem}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:576px){.hero-content{padding:2rem 1rem}.hero-content h1{font-size:1.8rem}.cta-button{padding:.8rem 1.5rem}.features-grid,.products-grid{grid-template-columns:1fr}}.category-filter{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;margin-bottom:2rem;padding:1.5rem}.category-filter h3{color:#2c3e50;font-family:"Noto Serif SC",serif;margin-bottom:1rem}.category-list{display:flex;flex-wrap:wrap;gap:.5rem}.category-btn{background:#fff;border:1px solid #e0e0e0;border-radius:25px;cursor:pointer;font-size:.9rem;padding:.6rem 1.2rem;transition:all .3s}.category-btn:hover{border-color:#d4af37;color:#d4af37}.category-btn.active{background:#d4af37;border-color:#d4af37;color:#fff}@media (max-width:768px){.category-filter{padding:1rem}.category-list{gap:.4rem}.category-btn{font-size:.85rem;padding:.5rem 1rem}}.loading-spinner{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:2rem}.spinner{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#d4af37;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-spinner p{color:#7f8c8d;font-size:1rem}.catalog-page{padding:2rem 0}.catalog-header{margin-bottom:3rem;text-align:center}.catalog-header h1{color:#2c3e50;font-family:"Noto Serif SC",serif;font-size:2.5rem;margin-bottom:1rem}.catalog-header p{color:#7f8c8d;font-size:1.1rem;margin:0 auto;max-width:600px}.catalog-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:250px 1fr}.catalog-sidebar{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.filters-toggle{display:none;margin-bottom:1rem}.filters-toggle button{align-items:center;background:#2c3e50;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;gap:.5rem;padding:.6rem 1rem}.sidebar-widget{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;margin-bottom:1.5rem;padding:1.5rem}.sidebar-widget h3{color:#2c3e50;font-family:"Noto Serif SC",serif;margin-bottom:1rem}.filter-group{margin-bottom:1.5rem}.filter-group h4{color:#2c3e50;font-size:1rem;margin-bottom:.8rem}.price-range{display:flex;flex-direction:column;gap:.5rem}.price-range input[type=range]{width:100%}.price-values{color:#7f8c8d;display:flex;font-size:.8rem;justify-content:space-between}.size-filters{display:flex;flex-wrap:wrap;gap:.5rem}.size-filter-btn{background:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;height:40px;transition:all .3s;width:40px}.size-filter-btn:hover{border-color:#d4af37;color:#d4af37}.size-filter-btn.active{background:#d4af37;border-color:#d4af37;color:#fff}.catalog-main{flex:1 1}.catalog-controls{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem}.results-count{color:#7f8c8d}.sort-controls{align-items:center;display:flex;gap:.5rem}.sort-controls label{color:#7f8c8d}.sort-controls select{background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:.5rem}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.pagination{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.pagination button{background:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#2c3e50;cursor:pointer;height:36px;min-width:36px;padding:0 .5rem}.pagination button.active{background:#2c3e50;border-color:#2c3e50;color:#fff}.pagination button:disabled{cursor:not-allowed;opacity:.5}.no-products{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:3rem;text-align:center}.no-products h3{color:#2c3e50;margin-bottom:1rem}.no-products p{color:#7f8c8d}@media (max-width:992px){.catalog-content{grid-template-columns:1fr}.catalog-sidebar{background:#f8f8f8;box-shadow:5px 0 10px #0000001a;height:calc(100vh - 70px);left:-100%;overflow-y:auto;padding:1rem;position:fixed;top:70px;transition:left .3s ease;width:80%;z-index:1000}.catalog-sidebar.open{left:0}.catalog-main{order:1}.filters-toggle{display:block}}@media (max-width:768px){.catalog-header h1{font-size:2rem}.catalog-controls{align-items:flex-start;flex-direction:column;gap:1rem}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:576px){.catalog-page{padding:1rem 0}.catalog-header{margin-bottom:2rem}.catalog-header h1{font-size:1.8rem}.products-grid{grid-template-columns:1fr}.sidebar-widget{padding:1rem}}.product-detail{padding:2rem 0}.breadcrumb{align-items:center;color:#7f8c8d;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:2rem}.breadcrumb a{color:#3498db;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span:last-child{color:#2c3e50;font-weight:500}.product-detail-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.product-gallery{display:flex;flex-direction:column;gap:1rem}.main-image{border-radius:12px;box-shadow:0 4px 15px #00000014;overflow:hidden}.main-image img{height:100%;object-fit:cover;width:100%}.image-thumbnails{display:flex;gap:1rem}.thumbnail{border:2px solid #0000;border-radius:8px;cursor:pointer;height:80px;overflow:hidden;transition:border-color .3s;width:80px}.thumbnail.active{border-color:#d4af37}.thumbnail img{height:100%;object-fit:cover;width:100%}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-header .product-category{color:#7f8c8d;display:block;font-size:.9rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.product-header h1{color:#2c3e50;font-family:"Noto Serif SC",serif;font-size:2.2rem;margin-bottom:1rem}.product-rating{align-items:center;display:flex;gap:.5rem}.stars{color:#f39c12}.rating-count{color:#7f8c8d;font-size:.9rem}.product-pricing{align-items:center;display:flex;gap:1rem}.price-container{align-items:center;display:flex;gap:.8rem}.current-price{color:#2c3e50;font-size:1.8rem;font-weight:700}.old-price{color:#95a5a6;font-size:1.2rem;text-decoration:line-through}.product-badge{border-radius:4px;font-size:.8rem;font-weight:600;padding:.4rem .8rem;text-transform:uppercase}.product-badge.new{background-color:#2ecc71;color:#fff}.product-badge.sale{background-color:#e74c3c;color:#fff}.product-badge.premium{background-color:#d4af37;color:#000}.product-description p{color:#2c3e50;line-height:1.6}.product-options{background:#f8f8f8;border-radius:12px;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.option-group label{color:#2c3e50;display:block;font-weight:600;margin-bottom:.8rem}.color-options{display:flex;gap:.8rem}.color-option{border:2px solid #0000;border-radius:50%;cursor:pointer;height:30px;transition:all .3s;width:30px}.color-option.active{border-color:#2c3e50;transform:scale(1.1)}.size-options{display:flex;flex-wrap:wrap;gap:.5rem}.size-option{background:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;padding:.5rem 1rem;transition:all .3s}.size-option:hover{border-color:#d4af37;color:#d4af37}.size-option.active{background:#d4af37;border-color:#d4af37;color:#fff}.size-guide{color:#3498db;font-size:.9rem;margin-top:.5rem;text-decoration:none}.size-guide:hover{text-decoration:underline}.quantity-selector{align-items:center;border:1px solid #e0e0e0;border-radius:4px;display:flex;gap:.8rem;overflow:hidden;width:-webkit-fit-content;width:fit-content}.quantity-selector button{background:#f8f8f8;border:none;cursor:pointer;height:36px;transition:background-color .3s;width:36px}.quantity-selector button:hover{background:#e0e0e0}.quantity-selector span{font-weight:600;min-width:30px;text-align:center}.product-actions{display:flex;gap:1rem}.add-to-cart-btn{align-items:center;background:#d4af37;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;transition:all .3s}.add-to-cart-btn:hover{background:#c19b2e;transform:translateY(-2px)}.wishlist-btn{background:#0000;border:2px solid #d4af37;border-radius:4px;color:#d4af37;cursor:pointer;transition:all .3s;width:54px}.wishlist-btn:hover{background:#d4af37;color:#fff}.product-details h3{color:#2c3e50;font-family:"Noto Serif SC",serif;margin-bottom:1rem}.product-details ul{list-style:none}.product-details li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.product-details li:before{color:#d4af37;content:"•";font-weight:700;left:0;position:absolute}.product-not-found{padding:4rem 2rem;text-align:center}.product-not-found h2{color:#2c3e50;margin-bottom:1rem}.product-not-found p{color:#7f8c8d;margin-bottom:2rem}.back-to-catalog{background:#d4af37;border-radius:4px;color:#fff;display:inline-block;font-weight:600;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s}.back-to-catalog:hover{background:#c19b2e;transform:translateY(-2px)}@media (max-width:992px){.product-detail-content{gap:2rem;grid-template-columns:1fr}.product-gallery{order:1}.product-info{order:2}}@media (max-width:768px){.product-header h1{font-size:1.8rem}.current-price{font-size:1.5rem}.product-options{padding:1rem}.product-actions{flex-direction:column}.wishlist-btn{padding:.8rem;width:100%}}@media (max-width:576px){.product-detail{padding:1rem 0}.breadcrumb{font-size:.8rem}.image-thumbnails{justify-content:center}.thumbnail{height:60px;width:60px}}.about-page{padding:2rem 0}.about-header{margin-bottom:3rem;text-align:center}.about-header h1{color:#2c3e50;font-family:"Noto Serif SC",serif;font-size:2.5rem;margin-bottom:1rem}.about-header p{color:#7f8c8d;font-size:1.1rem;margin:0 auto;max-width:600px}.about-story{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.story-text h2{font-family:"Noto Serif SC",serif;font-size:2rem}.story-text h2,.story-text p{color:#3b6a99;margin-bottom:1.5rem}.story-text p{line-height:1.6}.story-image{border-radius:12px;box-shadow:0 10px 30px #0000001a;overflow:hidden}.story-image img{height:100%;object-fit:cover;width:100%}.about-values{margin-bottom:4rem}.about-values h2{color:#2c3e50;font-family:"Noto Serif SC",serif;font-size:2rem;margin-bottom:3rem;text-align:center}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.value-item{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:2rem;text-align:center;transition:transform .3s}.value-item:hover{transform:translateY(-5px)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-item h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.value-item p{color:#7f8c8d;line-height:1.6}.about-process h2{color:#2c3e50;font-family:"Noto Serif SC",serif;font-size:2rem;margin-bottom:3rem;text-align:center}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.process-step{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:2rem;position:relative;text-align:center}.step-number{align-items:center;background:#d4af37;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;left:50%;position:absolute;top:-15px;transform:translateX(-50%);width:40px}.process-step h3{color:#2c3e50;font-size:1.2rem;margin:1rem 0}.process-step p{color:#7f8c8d;line-height:1.6}@media (max-width:992px){.about-story{gap:2rem;grid-template-columns:1fr}.story-text{order:2}.story-image{order:1}}@media (max-width:768px){.about-header h1{font-size:2rem}.about-process h2,.about-values h2,.story-text h2{font-size:1.8rem}.process-steps,.values-grid{grid-template-columns:1fr}.process-step,.value-item{padding:1.5rem}}@media (max-width:576px){.about-page{padding:1rem 0}.about-header{margin-bottom:2rem}.about-header h1{font-size:1.8rem}}.contact-page{padding:2rem 0}.contact-header{margin-bottom:3rem;text-align:center}.contact-header h1{color:#2c3e50;font-family:"Noto Serif SC",serif;font-size:2.5rem;margin-bottom:1rem}.contact-header p{color:#7f8c8d;font-size:1.1rem;margin:0 auto;max-width:600px}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.contact-info h2{color:#2c3e50;font-family:"Noto Serif SC",serif;font-size:1.8rem;margin-bottom:2rem}.info-item{display:flex;gap:1rem;margin-bottom:2rem}.info-icon{align-items:center;background:#d4af37;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:50px;justify-content:center;width:50px}.info-content h3{color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem}.info-content p{color:#7f8c8d;line-height:1.5}.social-links{display:flex;gap:1rem;margin-top:2rem}.social-links a{align-items:center;background:#2c3e50;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:45px;justify-content:center;transition:all .3s;width:45px}.social-links a:hover{background:#d4af37;transform:translateY(-3px)}.contact-form-container{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:2rem}.contact-form-container h2{color:#2c3e50;font-family:"Noto Serif SC",serif;font-size:1.8rem;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2c3e50;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #e0e0e0;border-radius:4px;font-size:1rem;padding:.8rem;transition:border-color .3s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#d4af37;outline:none}.submit-btn{background:#d4af37;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s;width:100%}.submit-btn:hover{background:#c19b2e;transform:translateY(-2px)}@media (max-width:992px){.contact-content{gap:2rem;grid-template-columns:1fr}.contact-info{order:2}.contact-form-container{order:1}}@media (max-width:768px){.contact-header h1{font-size:2rem}.contact-form-container h2,.contact-info h2{font-size:1.6rem}.contact-form-container{padding:1.5rem}}@media (max-width:576px){.contact-page{padding:1rem 0}.contact-header{margin-bottom:2rem}.contact-header h1{font-size:1.8rem}.info-item{flex-direction:column;gap:.5rem;text-align:center}.info-icon{align-self:center}.social-links{justify-content:center}}.cart-page{padding:2rem 0}.cart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.cart-header h1{color:#2c3e50;font-family:"Noto Serif SC",serif;font-size:2.5rem}.clear-cart-btn{background:#0000;border:1px solid #e74c3c;border-radius:4px;color:#e74c3c;cursor:pointer;padding:.5rem 1rem;transition:all .3s}.clear-cart-btn:hover{background:#e74c3c;color:#fff}.cart-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 350px}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{grid-gap:1rem;align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;display:grid;gap:1rem;grid-template-columns:100px 1fr auto auto auto;padding:1.5rem;position:relative}.item-image{border-radius:8px;height:100px;overflow:hidden;width:100px}.item-image img{height:100%;object-fit:cover;width:100%}.item-details{display:flex;flex-direction:column;gap:.5rem}.item-title{color:#2c3e50;font-weight:600;margin:0}.item-size{color:#7f8c8d;font-size:.9rem;margin:0}.item-price{color:#2c3e50;font-weight:600;margin:0}.item-quantity{align-items:center;display:flex;gap:.5rem}.item-quantity button{background:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;height:30px;transition:all .3s;width:30px}.item-quantity button:hover{border-color:#d4af37;color:#d4af37}.item-quantity span{font-weight:600;min-width:30px;text-align:center}.item-total{color:#2c3e50;font-size:1.1rem;font-weight:700}.remove-item-btn{background:#0000;border:none;border-radius:4px;color:#7f8c8d;cursor:pointer;padding:.5rem;transition:all .3s}.remove-item-btn:hover{background:#e74c3c1a;color:#e74c3c}.cart-summary{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;height:-webkit-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:100px}.cart-summary h2{color:#2c3e50;font-family:"Noto Serif SC",serif;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem}.summary-row.total{color:#2c3e50;font-size:1.2rem;font-weight:700}.summary-divider{background:#e0e0e0;height:1px;margin:1rem 0}.checkout-btn{background:#d4af37;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:1rem;padding:1rem;transition:all .3s;width:100%}.checkout-btn:hover{background:#c19b2e;transform:translateY(-2px)}.continue-shopping-link{color:#3498db;display:block;text-align:center;text-decoration:none;transition:color .3s}.continue-shopping-link:hover{color:#2980b9;text-decoration:underline}.checkout-form{border-top:1px dashed #e0e0e0;margin-top:1rem;padding-top:1rem}.checkout-form h3{color:#2c3e50;margin-bottom:1rem}.checkout-form .form-grid{grid-gap:.75rem 1rem;display:grid;gap:.75rem 1rem;grid-template-columns:1fr 1fr}.checkout-form .form-grid label{color:#2c3e50;display:flex;flex-direction:column;font-size:.95rem;gap:.4rem}.checkout-form .form-grid label.full{grid-column:1/-1}.checkout-form input,.checkout-form textarea{border:1px solid #e0e0e0;border-radius:6px;outline:none;padding:.6rem .75rem}.submit-order-btn{background:#2c3e50;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-top:.75rem;padding:.9rem;width:100%}.empty-cart{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:4rem 2rem;text-align:center}.empty-cart-icon{font-size:4rem;margin-bottom:1.5rem}.empty-cart h2{color:#2c3e50;margin-bottom:1rem}.empty-cart p{color:#7f8c8d;margin-bottom:2rem}.continue-shopping-btn{background:#d4af37;border-radius:4px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s}.continue-shopping-btn:hover{background:#c19b2e;transform:translateY(-2px)}@media (max-width:992px){.cart-content{grid-template-columns:1fr}.cart-summary{order:1;position:static}.cart-items{order:2}}@media (max-width:768px){.cart-header h1{font-size:2rem}.cart-item{gap:.8rem;grid-template-areas:"image details" "image quantity" "image total" "image remove";grid-template-columns:80px 1fr}.item-image{grid-area:image;height:80px;width:80px}.item-details{grid-area:details}.item-quantity{grid-area:quantity;justify-self:start}.item-total{grid-area:total;justify-self:start}.remove-item-btn{grid-area:remove;justify-self:start}.checkout-form .form-grid{grid-template-columns:1fr}}@media (max-width:576px){.cart-page{padding:1rem 0}.cart-header{align-items:flex-start;flex-direction:column;gap:1rem}.cart-header h1{font-size:1.8rem}.empty-cart{padding:2rem 1rem}.empty-cart-icon{font-size:3rem}}.legal-page p{color:#555}.legal-page ul{padding-left:1.2rem}.legal-page{padding:2rem 0}.legal-page h1{color:#2c3e50;font-family:"Noto Serif SC",serif;margin-bottom:1rem}.legal-page h2{color:#2c3e50;margin-top:1.5rem}.legal-page li,.legal-page p{color:#555}.legal-page ol,.legal-page ul{padding-left:1.2rem}@media (max-width:576px){.legal-page{padding:1rem 0}}.wishlist-page{padding:2rem 0}.wishlist-header h1{color:#2c3e50;font-family:"Noto Serif SC",serif;margin-bottom:1.5rem}.wishlist-empty{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:3rem 1rem;text-align:center}.empty-icon{font-size:3rem;margin-bottom:1rem}.go-catalog-btn{background:#d4af37;border-radius:8px;color:#fff;display:inline-block;margin-top:1rem;padding:.8rem 1.2rem;text-decoration:none}.wishlist-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.wishlist-card{flex-direction:column}.wishlist-actions,.wishlist-card{display:flex;gap:.5rem}.wishlist-actions .cart-btn,.wishlist-actions .remove-btn{background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;flex:1 1;padding:.6rem .8rem}.wishlist-actions .cart-btn{border-color:#d4af37}@media (max-width:576px){.wishlist-page{padding:1rem 0}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f8f8;color:#2c3e50;font-family:Open Sans,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 15px}main{min-height:calc(100vh - 200px)}a{color:inherit;text-decoration:none}button{font-family:inherit}img{height:auto;max-width:100%}.fab,.fas{font-size:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-out}@media (max-width:1200px){.container{max-width:960px}}@media (max-width:992px){.container{max-width:720px}}@media (max-width:768px){.container{max-width:540px}}@media (max-width:576px){.container{padding:0 10px}}
/*# sourceMappingURL=main.7db471c5.css.map*/