.home-page{width:100%;min-height:100vh;background:#fff}.hero-section{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:600px;max-width:1400px;margin:0 auto;background:#fff;position:relative}.hero-section.hero-with-background{grid-template-columns:1fr;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:600px;position:relative}.hero-section.hero-with-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,var(--overlay-opacity, .4));z-index:1}.hero-section.hero-with-background .hero-content{position:relative;z-index:2;background:transparent;color:#fff;padding:80px 60px}.hero-section.hero-with-background .hero-title{color:#fff}.hero-section.hero-with-background .hero-subtitle{color:#ffffffe6}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:80px 60px;background:#fafafa}.hero-title{font-size:48px;font-weight:400;color:#000;margin:0 0 16px;letter-spacing:-1px;line-height:1.2}.hero-subtitle{font-size:20px;font-weight:400;color:#666;margin:0 0 20px}.hero-description{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0 0 32px;max-width:500px}.hero-cta{padding:14px 32px;background:var(--button-color, #000000);color:var(--button-text-color, white);border:1px solid var(--button-color, #000000);font-size:14px;font-weight:500;cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:all .2s ease;width:fit-content}.hero-cta:hover{background:var(--primary-color, #333333);border-color:var(--primary-color, #333333);opacity:.9}.hero-image{width:100%;height:100%;min-height:600px;overflow:hidden;background:#f5f5f5}.hero-image img{width:100%;height:100%;object-fit:cover;display:block}.products-section{padding:80px 20px;background:#fff}.section-container{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:36px;font-weight:400;color:#000;margin:0 0 12px;letter-spacing:-.5px}.section-subtitle{font-size:16px;color:#666;margin:0;font-weight:400}.products-slider-wrapper{position:relative;width:100%;overflow:hidden}.products-slider{display:flex;gap:24px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:0 0 20px;scrollbar-width:thin;scrollbar-color:#ccc transparent}.products-slider::-webkit-scrollbar{height:6px}.products-slider::-webkit-scrollbar-track{background:#f5f5f5}.products-slider::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.products-slider::-webkit-scrollbar-thumb:hover{background:#999}.product-card{cursor:pointer;transition:all .3s ease;background:#fff;flex:0 0 auto;width:280px;scroll-snap-align:start}.product-card:hover{transform:translateY(-4px)}.product-image-wrapper{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;background:#fafafa;border:1px solid #e5e5e5;margin-bottom:16px}.product-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.product-card:hover .product-image-wrapper img{transform:scale(1.05)}.product-discount{position:absolute;top:12px;left:12px;background:#000;color:#fff;padding:6px 12px;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;z-index:10}.product-out-of-stock{position:absolute;top:12px;right:12px;background:#d72c0d;color:#fff;padding:6px 12px;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;z-index:10}.products-loading{text-align:center;padding:60px 20px;color:#666;font-size:16px}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.product-quick-view{padding:12px 24px;background:#fff;color:#000;border:1px solid #000000;font-size:13px;font-weight:500;cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:all .2s ease}.product-quick-view:hover{background:#000;color:#fff}.product-info{display:flex;flex-direction:column;gap:8px}.product-brand{font-size:12px;color:#666;font-weight:400;text-transform:uppercase;letter-spacing:.5px;margin:0}.product-name{font-size:16px;font-weight:400;color:#000;margin:0;line-height:1.4}.product-rating{display:flex;align-items:center;gap:6px;margin-top:4px}.product-rating .stars{display:flex;gap:2px}.product-rating .star{font-size:12px;color:#e0e0e0}.product-rating .star.filled{color:#000}.product-rating .rating-text{font-size:12px;color:#999;font-weight:400}.product-pricing{display:flex;align-items:baseline;gap:10px;margin-top:4px}.product-price{font-size:18px;font-weight:400;color:#000}.product-original-price{font-size:14px;color:#999;text-decoration:line-through;font-weight:400}.product-variants-info{font-size:12px;color:#666;margin:4px 0;font-weight:400}.product-stock-info{font-size:12px;color:#008060;margin-top:8px;font-weight:400}.site-footer{width:100%;background:#fafafa;border-top:1px solid #e5e5e5;padding:40px 20px;margin-top:80px}.footer-container{max-width:1400px;margin:0 auto;text-align:center}.footer-container p{font-size:13px;color:#666;margin:0 0 16px;font-weight:400}.footer-image{max-width:200px;max-height:100px;object-fit:contain;margin-bottom:20px}.social-links{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:20px}.social-links a{color:var(--link-color, #667eea);font-size:14px;text-decoration:none;transition:opacity .2s ease}.social-links a:hover{opacity:.7;text-decoration:underline}@media (max-width: 968px){.hero-section{grid-template-columns:1fr;min-height:auto}.hero-content{padding:60px 40px;order:2}.hero-image{order:1;min-height:400px}.hero-title{font-size:36px}.hero-subtitle{font-size:18px}.product-card{width:260px}.products-slider{gap:20px}.section-title{font-size:28px}}@media (max-width: 640px){.hero-content{padding:40px 20px}.hero-title{font-size:28px}.hero-subtitle{font-size:16px}.hero-description{font-size:14px}.products-section{padding:60px 16px}.product-card{width:240px}.products-slider{gap:16px;padding-left:16px;padding-right:16px}.products-slider-wrapper{margin:0 -16px;padding:0 16px}.section-header{margin-bottom:40px}.section-title{font-size:24px}}.product-page{width:100%;min-height:100vh;padding:0;background:#fff}.product-page .loading-screen,.product-page .error-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:40px 20px;text-align:center}.product-page .loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-color, #667eea);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.product-page .error-screen h2{color:#d72c0d;margin-bottom:16px;font-size:24px}.product-page .error-screen p{font-size:16px;margin-bottom:20px;color:var(--text-color, #666)}.site-header{width:100%;background:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.header-container{max-width:1400px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:center}.logo-container{display:flex;align-items:center;justify-content:center}.site-logo{font-size:24px;font-weight:400;color:var(--text-color, #000000);margin:0;letter-spacing:-.5px;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease}.site-logo:hover{opacity:.7}.site-logo-image{max-height:50px;max-width:200px;object-fit:contain;cursor:pointer;transition:opacity .2s ease}.site-logo-image:hover{opacity:.7}.container{max-width:1400px;margin:0 auto;padding:40px 20px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;background:#fff;border-radius:0;padding:0;box-shadow:none}.product-images{display:flex;flex-direction:column;gap:16px}.main-image{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:#fafafa;border:1px solid #e5e5e5;border-radius:4px}.main-image img{width:100%;height:100%;object-fit:cover;display:block}.discount-badge{position:absolute;top:12px;left:12px;background:#000;color:#fff;padding:6px 12px;border-radius:2px;font-weight:500;font-size:13px;letter-spacing:.5px;text-transform:uppercase;z-index:10}.thumbnail-images{display:flex;gap:12px;overflow-x:auto;padding:0;scrollbar-width:thin}.thumbnail-images::-webkit-scrollbar{height:4px}.thumbnail-images::-webkit-scrollbar-track{background:#f5f5f5}.thumbnail-images::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.thumbnail{min-width:80px;width:80px;height:80px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s ease;background:#fafafa;border-radius:4px}.thumbnail:hover,.thumbnail.active{border-color:#000}.thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.product-info{display:flex;flex-direction:column;gap:24px;padding-top:0}.product-header{display:flex;flex-direction:column;gap:8px}.product-brand{font-size:13px;color:#666;font-weight:400;text-transform:uppercase;letter-spacing:1px}.product-title{font-size:32px;font-weight:400;color:#000;line-height:1.3;margin:0;letter-spacing:-.5px}.product-rating{display:flex;align-items:center;gap:8px;margin-top:4px}.stars{display:flex;gap:2px}.star{font-size:14px;color:#e0e0e0}.star.filled{color:#000}.rating-text{font-size:13px;color:#666;font-weight:400}.product-pricing{display:flex;flex-direction:column;gap:8px;padding:0;background:transparent;border-radius:0;color:#000}.price-container{display:flex;align-items:baseline;gap:12px}.current-price{font-size:28px;font-weight:400;color:#000;letter-spacing:-.5px}.original-price{font-size:20px;text-decoration:line-through;color:#999;font-weight:400}.stock-info{font-size:14px;margin-top:4px}.in-stock{color:#008060;font-weight:400}.out-of-stock{color:#d72c0d;font-weight:400}.product-description{font-size:15px;line-height:1.6;color:#4a4a4a;padding:0;background:transparent;border-radius:0;border-left:none}.product-description p{margin:0}.product-options{display:flex;flex-direction:column;gap:24px;padding-top:8px}.option-group{display:flex;flex-direction:column;gap:10px}.option-label{font-size:13px;font-weight:500;color:#000;text-transform:uppercase;letter-spacing:.5px}.required{color:#d72c0d}.size-options{display:flex;gap:8px;flex-wrap:wrap}.size-option{min-width:44px;padding:10px 16px;border:1px solid #000000;background:#fff;border-radius:0;font-weight:400;cursor:pointer;transition:all .2s ease;font-size:14px;color:#000;text-transform:uppercase;letter-spacing:.5px}.size-option:hover{background:var(--button-color, #000000);color:var(--button-text-color, white)}.size-option.selected{background:var(--button-color, #000000);color:var(--button-text-color, white);border-color:var(--button-color, #000000)}.size-option .variant-price{display:block;font-size:11px;margin-top:4px;opacity:.8;font-weight:400}.color-options{display:flex;gap:10px;flex-wrap:wrap}.color-option{width:44px;height:44px;border-radius:50%;border:2px solid #e5e5e5;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:none}.color-option:hover{border-color:#000}.color-option.selected{border-color:#000;border-width:2px}.color-option .check{color:#fff;font-size:16px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.5)}.selected-color-name{font-size:13px;color:#666;font-weight:400;margin-top:4px}.quantity-selector{display:flex;align-items:center;gap:0;width:fit-content;border:1px solid #000000;border-radius:0;overflow:hidden}.quantity-btn{width:44px;height:44px;border:none;background:#fff;font-size:18px;font-weight:400;cursor:pointer;transition:all .2s ease;color:#000;border-right:1px solid #e5e5e5}.quantity-btn:last-child{border-right:none;border-left:1px solid #e5e5e5}.quantity-btn:hover:not(:disabled){background:#f5f5f5}.quantity-btn:disabled{opacity:.4;cursor:not-allowed}.quantity-input{width:60px;height:44px;border:none;text-align:center;font-size:14px;font-weight:400;background:#fff;color:#000;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5}.quantity-input:focus{outline:none}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{opacity:1}.product-actions{display:flex;flex-direction:column;gap:12px;padding-top:8px}.btn-add-to-cart,.btn-buy-now{padding:14px 24px;border:1px solid #000000;border-radius:0;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:1px;width:100%}.btn-add-to-cart{background:var(--button-color, #000000);color:var(--button-text-color, white);box-shadow:none;border-color:var(--button-color, #000000)}.btn-add-to-cart:hover:not(:disabled){background:var(--primary-color, #333333);border-color:var(--primary-color, #333333);opacity:.9}.btn-add-to-cart:disabled{opacity:.5;cursor:not-allowed;background:#999;border-color:#999}.btn-buy-now{background:#fff;color:var(--button-color, #000000);border:1px solid var(--button-color, #000000)}.btn-buy-now:hover{background:var(--button-color, #000000);color:var(--button-text-color, white)}.product-features{padding:24px 0 0;background:transparent;border-radius:0;border-top:1px solid #e5e5e5}.product-features h3{font-size:13px;margin-bottom:12px;color:#000;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.product-features ul{list-style:none;display:flex;flex-direction:column;gap:8px;margin:0;padding:0}.product-features li{font-size:14px;color:#4a4a4a;padding-left:0;font-weight:400}.product-details{display:flex;flex-direction:column;gap:12px;padding:24px 0;background:transparent;border-radius:0;border-top:1px solid #e5e5e5}.detail-item{font-size:13px;color:#666;display:flex;gap:8px;font-weight:400}.detail-item strong{color:#000;min-width:100px;font-weight:500}@media (max-width: 968px){.product-layout{grid-template-columns:1fr;gap:40px}.product-title{font-size:28px}.current-price{font-size:24px}.main-image{max-width:100%}}@media (max-width: 640px){.container{padding:20px 16px}.product-layout{gap:32px}.product-title{font-size:24px}.current-price{font-size:22px}.original-price{font-size:18px}.thumbnail{min-width:70px;width:70px;height:70px}.size-option{min-width:40px;padding:8px 14px;font-size:13px}.color-option{width:40px;height:40px}.btn-add-to-cart,.btn-buy-now{padding:12px 20px;font-size:13px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:0;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026;animation:slideUp .2s ease;border:1px solid #e5e5e5}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e5e5;background:#fff;color:#000}.modal-header h2{margin:0;font-size:20px;font-weight:400;letter-spacing:-.3px}.modal-close{background:transparent;border:none;color:#000;font-size:28px;width:32px;height:32px;border-radius:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1;padding:0}.modal-close:hover{background:#f5f5f5;transform:none}.modal-body{padding:24px}.order-summary{background:#fafafa;border-radius:0;padding:20px;margin-bottom:24px;border:1px solid #e5e5e5}.order-summary h3{margin:0 0 16px;font-size:13px;color:#000;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.summary-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e5e5e5;font-size:14px}.summary-item:last-child{border-bottom:none}.summary-item span:first-child{color:#666;font-weight:400}.summary-item span:last-child{color:#000;font-weight:400}.summary-item.total{margin-top:12px;padding-top:12px;border-top:1px solid #000000;font-size:16px}.summary-item.total span:first-child{font-weight:500;color:#000}.total-price{color:#000;font-size:18px;font-weight:500}.order-form h3{margin:0 0 20px;font-size:13px;color:#000;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#000;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group select{width:100%;padding:12px 14px;border:1px solid #000000;border-radius:0;font-size:14px;transition:all .2s ease;background:#fff;color:#000;font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:#000;box-shadow:none}.form-group input::placeholder{color:#999}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.form-actions{display:flex;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid #e5e5e5}.btn-cancel,.btn-confirm{flex:1;padding:14px 24px;border:1px solid #000000;border-radius:0;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:1px}.btn-cancel{background:#fff;color:#000;border:1px solid #000000}.btn-cancel:hover{background:#f5f5f5}.btn-confirm{background:var(--button-color, #000000);color:var(--button-text-color, white);box-shadow:none;border-color:var(--button-color, #000000)}.btn-confirm:hover{background:var(--primary-color, #333333);border-color:var(--primary-color, #333333);opacity:.9}@media (max-width: 640px){.modal-content{max-width:100%;margin:10px}.modal-header{padding:16px 20px}.modal-header h2{font-size:18px}.modal-body{padding:20px}.form-actions{flex-direction:column}.btn-cancel,.btn-confirm{width:100%}}.floating-order-btn{position:fixed;bottom:30px;left:50%;transform:translate(-50%);z-index:999;background:linear-gradient(135deg,#ff6b35,#f7931e,#ff6b35);background-size:200% 200%;color:#fff;border:3px solid #ffffff;padding:20px 48px;border-radius:50px;font-size:20px;font-weight:700;cursor:pointer;box-shadow:0 10px 30px #ff6b3580,0 0 #ff6b35b3;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);animation:blink 1.5s infinite,gradientShift 3s ease infinite,pulseGlow 2s infinite;min-width:280px;letter-spacing:1px}@media (min-width: 769px){.floating-order-btn{display:none!important}}.floating-order-btn:hover{transform:translate(-50%) translateY(-3px) scale(1.05);box-shadow:0 15px 40px #ff6b3599,0 0 0 10px #ff6b3533;background:linear-gradient(135deg,#ff7d4d,#ffa726,#ff7d4d);background-size:200% 200%;animation:blink .8s infinite,gradientShift 2s ease infinite,pulseGlow 1.5s infinite}.floating-order-btn:active{transform:translate(-50%) translateY(-1px) scale(1.02);box-shadow:0 8px 25px #ff6b3580}.floating-order-btn.visible{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.floating-order-btn.hidden{opacity:0;visibility:hidden;transform:translate(-50%) translateY(30px)}.floating-btn-text{font-size:24px;font-weight:800;letter-spacing:1px;direction:rtl;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.2);animation:textShine 2s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.85}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulseGlow{0%,to{box-shadow:0 10px 30px #ff6b3580,0 0 #ff6b35b3}50%{box-shadow:0 10px 30px #ff6b35b3,0 0 0 15px #ff6b3500}}@keyframes textShine{0%,to{text-shadow:0 2px 4px rgba(0,0,0,.2)}50%{text-shadow:0 2px 8px rgba(255,255,255,.5),0 0 12px rgba(255,255,255,.3)}}@media (max-width: 640px){.floating-order-btn{bottom:20px;padding:18px 36px;min-width:240px;font-size:18px;border-width:2px}.floating-btn-text{font-size:20px}}.App{width:100%;min-height:100vh}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:var(--background-color, #ffffff);color:var(--text-color, #333)}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-color, #667eea);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-screen p{font-size:16px;color:var(--text-color, #666)}.error-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px 20px;background-color:var(--background-color, #ffffff);color:var(--text-color, #333);text-align:center}.error-screen h2{color:#d72c0d;margin-bottom:16px;font-size:24px}.error-screen p{font-size:16px;margin-bottom:12px;color:var(--text-color, #666)}.error-note{font-size:14px;color:#999;font-style:italic;margin-top:20px}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #667eea;--secondary-color: #764ba2;--accent-color: #f093fb;--text-color: #333333;--background-color: #ffffff;--link-color: #667eea;--button-color: #667eea;--button-text-color: #ffffff;--font-family: Inter, sans-serif;--heading-font: Poppins, sans-serif;--body-font: Inter, sans-serif;--font-size-base: 16px;--heading-font-size: 24px}body{font-family:var(--body-font, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-color, #fafafa);color:var(--text-color, #333);line-height:1.6;font-size:var(--font-size-base, 16px)}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font, "Poppins", sans-serif);font-size:var(--heading-font-size, 24px);color:var(--text-color, #333)}a{color:var(--link-color, #667eea);text-decoration:none}a:hover{opacity:.8}#root{min-height:100vh}
