*{margin:0;padding:0;box-sizing:border-box}body{font-family:-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:#fff9f5;color:#333;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header{background:#fff9f5f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid rgba(248,232,232,.3);padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.logo-button{background:none;border:none;cursor:pointer;font-size:1.5rem;font-weight:700;color:#b54e4b;text-decoration:none}.logo-text{background:#b54e4b;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;gap:2rem}.nav-link{background:none;border:none;color:#666;text-decoration:none;font-weight:500;cursor:pointer;transition:color .3s ease;padding:.5rem 1rem;border-radius:20px}.nav-link:hover,.nav-link.active{color:#b54e4b;background:#f8e8e84d}.header-actions{display:flex;align-items:center;gap:1rem}.cart-button{background:none;border:none;cursor:pointer;color:#b54e4b;position:relative;padding:.5rem;border-radius:50%;transition:background-color .3s ease}.cart-button:hover{background:#f8e8e84d}.cart-badge{position:absolute;top:-5px;right:-5px;background:#e91e63;color:#fff;border-radius:50%;width:20px;height:20px;font-size:.75rem;display:flex;align-items:center;justify-content:center;font-weight:600}.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:3px;padding:.5rem}.hamburger-line{width:20px;height:2px;background:#b54e4b;transition:all .3s ease}.main-content{margin-top:80px;min-height:calc(100vh - 80px)}.hero-section{padding:4rem 0;background:linear-gradient(135deg,#f8e8e84d,#7ececa1a)}.hero-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3rem;font-weight:700;color:#333;margin-bottom:1rem;line-height:1.2}.highlight{background:#b54e4b;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.hero-actions{display:flex;gap:1rem}.cta-button{padding:1rem 2rem;border-radius:30px;font-weight:600;text-decoration:none;border:none;cursor:pointer;font-size:1rem}.cta-button.primary{background:#b54e4b;color:#fff}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5a8c4d}.cta-button.secondary{background:transparent;color:#b54e4b;border:2px solid #b54e4b}.cta-button.secondary:hover{background:#b54e4b;color:#fff}.hero-img{width:100%;border-radius:20px;box-shadow:0 20px 40px #0000001a}.features-section{padding:4rem 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;border-radius:15px;background:#f8e8e81a;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{color:#b54e4b;margin-bottom:1rem}.feature-card h3{color:#333;margin-bottom:1rem;font-size:1.25rem}.feature-card p{color:#666;line-height:1.6}.featured-products{padding:4rem 0;background:#f8e8e81a}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;color:#333;margin-bottom:1rem}.section-header p{color:#666;font-size:1.1rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:all .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026}.product-image-container{position:relative;height:200px;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover}.product-badge{position:absolute;top:10px;right:10px;padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:600;color:#fff}.product-badge.new{background:#4caf50}.product-badge.sale{background:#e91e63}.product-badge.out-of-stock{background:#757575}.product-info{padding:1.5rem}.product-name{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.5rem}.product-description{color:#666;font-size:.9rem;margin-bottom:1rem;line-height:1.5}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stars{display:flex;gap:2px}.star{font-size:1rem}.star-filled{color:gold}.star-empty{color:#e0e0e0}.review-count{color:#666;font-size:.85rem}.product-price{margin-bottom:1rem}.current-price{font-size:1.25rem;font-weight:700;color:#b54e4b}.original-price{font-size:1rem;color:#999;text-decoration:line-through;margin-left:.5rem}.product-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background:#f8e8e880;color:#b54e4b;padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:500}.product-actions{display:flex;align-items:center;gap:1rem}.quantity-selector{display:flex;align-items:center;gap:.5rem;border:1px solid #E0E0E0;border-radius:8px;padding:.25rem}.quantity-button{background:none;border:none;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-weight:600;color:#b54e4b;border-radius:4px;transition:background-color .3s ease}.quantity-button:hover{background:#f8e8e84d}.quantity{min-width:30px;text-align:center;font-weight:600}.add-to-cart-button{flex:1;background:#b54e4b;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.add-to-cart-button:hover{transform:translateY(-1px);box-shadow:0 5px 15px #8b5a8c4d}.add-to-cart-button.disabled{background:#ccc;cursor:not-allowed}.view-all-button{background:#b54e4b;color:#fff;border:none;padding:1rem 2rem;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease;display:block;margin:0 auto}.view-all-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5a8c4d}.collections-section{padding:4rem 0;background:#fff}.collections-section h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem}.collections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.collection-card{position:relative;height:300px;border-radius:15px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.collection-card:hover{transform:scale(1.05)}.collection-card img{width:100%;height:100%;object-fit:cover}.collection-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;padding:2rem}.collection-overlay h3{font-size:2rem;margin-bottom:.5rem}.collection-overlay p{font-size:1.1rem;margin-bottom:1.5rem}.collection-button{background:#fff;color:#b54e4b;border:none;padding:.75rem 2rem;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease}.collection-button:hover{background:#b54e4b;color:#fff}.newsletter-section{padding:4rem 0;background:linear-gradient(135deg,#f8e8e84d,#7ececa1a)}.newsletter-content{text-align:center;max-width:600px;margin:0 auto}.newsletter-content h2{font-size:2.5rem;color:#333;margin-bottom:1rem}.newsletter-content p{color:#666;font-size:1.1rem;margin-bottom:2rem}.newsletter-form{display:flex;gap:1rem;max-width:400px;margin:0 auto}.newsletter-input{flex:1;padding:1rem;border:1px solid #E0E0E0;border-radius:30px;outline:none;font-size:1rem}.newsletter-input:focus{border-color:#b54e4b}.newsletter-button{background:#b54e4b;color:#fff;border:none;padding:1rem 2rem;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5a8c4d}.footer{background:#333;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#b54e4b;margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:#b54e4b;margin-bottom:1rem}.footer-section p{color:#ccc;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a,.footer-section ul li button{color:#ccc;text-decoration:none;background:none;border:none;cursor:pointer;transition:color .3s ease}.footer-section ul li a:hover,.footer-section ul li button:hover{color:#b54e4b}.social-links{display:flex;gap:1rem}.social-links a{color:#ccc;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#b54e4b}.footer-bottom{border-top:1px solid #555;padding-top:1rem;text-align:center;color:#ccc}.product-catalog{padding:2rem 0;max-width:1200px;margin:0 auto}.catalog-header{text-align:center;margin-bottom:3rem}.catalog-header h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.catalog-header p{color:#666;font-size:1.1rem}.filters-section{background:#fff;padding:2rem;border-radius:15px;margin-bottom:2rem;box-shadow:0 5px 15px #00000014}.search-bar{position:relative;margin-bottom:2rem}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:1px solid #E0E0E0;border-radius:30px;font-size:1rem;outline:none}.search-input:focus{border-color:#b54e4b}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666}.filter-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.filter-group{display:flex;flex-direction:column}.filter-group label{margin-bottom:.5rem;font-weight:600;color:#333}.filter-select{padding:.75rem;border:1px solid #E0E0E0;border-radius:8px;font-size:1rem;outline:none;background:#fff}.filter-select:focus{border-color:#b54e4b}.price-range{display:flex;align-items:center;gap:1rem}.price-slider{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;background:#e0e0e0;outline:none;border-radius:3px}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:#b54e4b;cursor:pointer;border-radius:50%}.price-slider::-moz-range-thumb{width:20px;height:20px;background:#b54e4b;cursor:pointer;border-radius:50%;border:none}.price-label{font-weight:600;color:#b54e4b;white-space:nowrap}.products-section{padding:0 1rem}.products-count{margin-bottom:2rem;color:#666;font-size:1rem}.loading-state{text-align:center;padding:3rem}.loading-spinner{width:40px;height:40px;border:4px solid #E0E0E0;border-top:4px solid #b54e4b;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:3rem}.empty-state p{color:#666;font-size:1.1rem;margin-bottom:2rem}.reset-filters-button{background:#b54e4b;color:#fff;border:none;padding:1rem 2rem;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease}.reset-filters-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5a8c4d}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1999}.cart-drawer{position:fixed;top:0;right:-400px;width:400px;height:100vh;background:#fff;z-index:2000;transition:right .3s ease;display:flex;flex-direction:column;box-shadow:-5px 0 15px #0000001a}.cart-drawer.open{right:0}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #E0E0E0}.cart-header h2{color:#333;font-size:1.5rem}.close-button{background:none;border:none;cursor:pointer;color:#666;padding:.5rem;border-radius:50%;transition:background-color .3s ease}.close-button:hover{background:#f8e8e84d}.cart-content{flex:1;overflow-y:auto;padding:1.5rem}.empty-cart{text-align:center;padding:3rem 0}.empty-cart p{color:#666;font-size:1.1rem;margin-bottom:2rem}.continue-shopping-button{background:#b54e4b;color:#fff;border:none;padding:1rem 2rem;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease}.continue-shopping-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5a8c4d}.cart-items{margin-bottom:2rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #E0E0E0}.cart-item:last-child{border-bottom:none}.item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0}.item-image img{width:100%;height:100%;object-fit:cover}.item-details{flex:1}.item-name{font-weight:600;color:#333;margin-bottom:.5rem;font-size:1rem}.item-price{color:#b54e4b;font-weight:600;margin-bottom:1rem}.item-controls{display:flex;justify-content:space-between;align-items:center}.quantity-controls{display:flex;align-items:center;gap:.5rem;border:1px solid #E0E0E0;border-radius:8px;padding:.25rem}.remove-button{background:none;border:none;color:#e91e63;cursor:pointer;font-size:.85rem;padding:.25rem .5rem;border-radius:4px;transition:background-color .3s ease}.remove-button:hover{background:#e91e631a}.item-total{color:#333;font-weight:600;font-size:1.1rem;align-self:flex-start}.cart-summary{border-top:1px solid #E0E0E0;padding-top:1.5rem}.free-delivery-notice{background:#7ececa1a;padding:1rem;border-radius:8px;margin-bottom:1rem}.free-delivery-notice p{color:#666;font-size:.9rem;margin-bottom:.5rem}.progress-bar{height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:#b54e4b;transition:width .3s ease}.summary-line{display:flex;justify-content:space-between;margin-bottom:.5rem}.summary-line.total{font-weight:700;font-size:1.2rem;color:#333;border-top:1px solid #E0E0E0;padding-top:1rem;margin-top:1rem}.checkout-button{width:100%;background:#b54e4b;color:#fff;border:none;padding:1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;font-size:1rem}.checkout-button:hover{transform:translateY(-1px);box-shadow:0 5px 15px #8b5a8c4d}.checkout-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.checkout-header{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.back-button{background:none;border:none;color:#b54e4b;cursor:pointer;font-size:1rem;padding:.5rem;transition:color .3s ease}.checkout-header h1{font-size:2rem;color:#333}.checkout-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;max-width:1200px;margin:0 auto}.checkout-steps{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;grid-column:1 / -1}.step{display:flex;align-items:center;gap:.75rem;color:#999;font-weight:500;position:relative}.step.active{color:#b54e4b}.step.completed{color:#b54e4b;font-weight:800}.step-number{width:30px;height:30px;border-radius:50%;background:#e0e0e0;color:#666;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.step.active .step-number,.step.completed .step-number{background:#b54e4b;color:#fff}.checkout-form{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000014}.form-section h2{color:#333;margin-bottom:2rem;font-size:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #E0E0E0;border-radius:8px;font-size:1rem;outline:none;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#b54e4b}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#e91e63}.error-message{color:#e91e63;font-size:.85rem;margin-top:.25rem;display:block}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem}.previous-button,.next-button,.place-order-button{padding:1rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.previous-button{background:#e0e0e0;color:#666}.previous-button:hover{background:#ccc}.next-button,.place-order-button{background:#b54e4b;color:#fff}.next-button:hover,.place-order-button:hover{transform:translateY(-1px);box-shadow:0 5px 15px #8b5a8c4d}.review-section{display:grid;gap:2rem}.contact-review,.address-review,.payment-method{background:#f8e8e81a;padding:1.5rem;border-radius:8px}.contact-review h3,.address-review h3,.payment-method h3{color:#333;margin-bottom:1rem}.contact-review p,.address-review p,.payment-method p{color:#666;line-height:1.6}.order-summary{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000014;height:fit-content;position:sticky;top:2rem}.order-summary h3{color:#333;margin-bottom:1.5rem;font-size:1.5rem}.summary-items{margin-bottom:2rem}.summary-item{display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #E0E0E0}.summary-item:last-child{border-bottom:none}.summary-item span:first-child{color:#666}.summary-item span:last-child{color:#333;font-weight:600}.summary-totals{border-top:1px solid #E0E0E0;padding-top:1rem}.order-success{max-width:600px;margin:0 auto;text-align:center;padding:3rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014}.success-icon{width:80px;height:80px;background:#b54e4b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 2rem}.order-success h1{color:#333;margin-bottom:1rem;font-size:2rem}.order-success>p{color:#666;margin-bottom:2rem;font-size:1.1rem}.order-details{background:#f8e8e81a;padding:2rem;border-radius:8px;margin-bottom:2rem}.order-details h3{color:#333;margin-bottom:1rem}.order-info p{color:#666;margin-bottom:.5rem}.order-items{margin-bottom:2rem}.order-items h4{color:#333;margin-bottom:1rem}.order-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #E0E0E0}.order-item:last-child{border-bottom:none}.order-item span:first-child{color:#666}.order-item span:last-child{color:#333;font-weight:600}.about-page{padding:2rem 0}.about-hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:4rem}.about-content h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.about-subtitle{font-size:1.2rem;color:#666;line-height:1.6}.about-image img{width:100%;border-radius:15px;box-shadow:0 10px 30px #0000001a}.story-section{margin-bottom:4rem}.story-content h2{font-size:2rem;color:#333;margin-bottom:2rem}.story-content p{color:#666;line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.values-section{margin-bottom:4rem}.values-section h2{font-size:2rem;color:#333;margin-bottom:2rem;text-align:center}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.value-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 15px #00000014;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-icon{color:#b54e4b;margin-bottom:1rem}.value-card h3{color:#333;margin-bottom:1rem;font-size:1.25rem}.value-card p{color:#666;line-height:1.6}.team-section{margin-bottom:4rem}.team-section h2{font-size:2rem;color:#333;margin-bottom:2rem;text-align:center}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.team-member{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 15px #00000014}.member-image{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem}.member-image img{width:100%;height:100%;object-fit:cover}.member-info h3{color:#333;margin-bottom:.5rem}.member-role{color:#b54e4b;font-weight:600;margin-bottom:1rem}.member-info p{color:#666;line-height:1.6}.mission-section{background:#f8e8e81a;padding:3rem;border-radius:15px;text-align:center}.mission-content h2{font-size:2rem;color:#333;margin-bottom:2rem}.mission-content p{color:#666;font-size:1.2rem;line-height:1.8;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.mission-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat h3{font-size:2.5rem;color:#b54e4b;margin-bottom:.5rem}.stat p{color:#666;font-size:1.1rem;margin-bottom:0}.contact-page{padding:2rem 0}.contact-hero{text-align:center;margin-bottom:4rem}.contact-hero h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.contact-hero p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.contact-info h2{font-size:2rem;color:#333;margin-bottom:2rem}.contact-item{display:flex;gap:1rem;margin-bottom:2rem}.contact-icon{color:#b54e4b;flex-shrink:0;padding-top:.25rem}.contact-details h3{color:#333;margin-bottom:.5rem}.contact-details p{color:#666;line-height:1.6}.contact-form-section h2{font-size:2rem;color:#333;margin-bottom:2rem}.success-message{background:#4caf50;color:#fff;padding:1rem;border-radius:8px;margin-bottom:2rem;text-align:center}.contact-form{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000014}.submit-button{width:100%;background:#b54e4b;color:#fff;border:none;padding:1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.submit-button:hover{transform:translateY(-1px);box-shadow:0 5px 15px #8b5a8c4d}.faq-section{background:#f8e8e81a;padding:3rem;border-radius:15px}.faq-section h2{font-size:2rem;color:#333;margin-bottom:2rem;text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.faq-item{background:#fff;padding:1.5rem;border-radius:10px}.faq-item h3{color:#333;margin-bottom:1rem;font-size:1.1rem}.faq-item p{color:#666;line-height:1.6}@media (max-width: 768px){.nav{position:fixed;top:80px;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 5px 15px #0000001a;transform:translateY(-100vh);transition:transform .3s ease;z-index:999}.nav.nav-open{transform:translateY(0)}.mobile-menu-button{display:flex}.hero-content{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2rem}.hero-actions{flex-direction:column;gap:1rem}.cta-button{width:100%;text-align:center}.features-grid,.products-grid,.collections-grid{grid-template-columns:1fr}.collection-card{height:250px}.newsletter-form{flex-direction:column;gap:1rem}.footer-content,.filter-controls{grid-template-columns:1fr}.price-range{flex-direction:column;align-items:stretch}.cart-drawer{width:100%;right:-100%}.checkout-content,.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.about-hero,.values-grid,.team-grid,.mission-stats,.contact-content,.faq-grid{grid-template-columns:1fr}}@media (max-width: 480px){.container{padding:0 .5rem}.hero-section{padding:2rem 0}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.section-header h2{font-size:2rem}.products-grid{grid-template-columns:1fr;gap:1rem}.product-card{max-width:100%}.collection-card{height:200px}.checkout-steps{flex-direction:column;gap:1rem}.step{justify-content:center}.about-content h1,.contact-hero h1{font-size:2rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:fadeIn .5s ease-out}html{scroll-behavior:smooth}button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #b54e4b;outline-offset:2px}.product-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.product-page-header{margin-bottom:2rem}.back-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#b54e4b;cursor:pointer;font-size:1rem;margin-bottom:1rem;transition:color .3s ease}.back-button:hover{color:#666}.breadcrumb{color:#666;font-size:.9rem}.breadcrumb span{margin:0 .25rem}.product-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image{position:relative;width:100%;height:500px;border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 10px 30px #0000001a}.main-product-image{width:100%;height:100%;object-fit:cover}.image-thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0}.thumbnail{width:80px;height:80px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:border-color .3s ease;background:none;padding:0}.thumbnail.active{border-color:#b54e4b}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-details{padding:2rem 0}.product-header{margin-bottom:2rem}.product-title{font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:700}.product-price{margin-bottom:1.5rem}.current-price{font-size:2rem;font-weight:700;color:#b54e4b}.discount-badge{background:#e91e63;color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:600;margin-left:1rem}.product-description{font-size:1.1rem;color:#666;line-height:1.8;margin-bottom:2rem}.product-actions{margin-bottom:2rem}.quantity-section{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.quantity-section label{font-weight:600;color:#333}.product-features{margin-top:2rem;padding-top:2rem;border-top:1px solid #E0E0E0}.feature{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#666}.feature svg{color:#b54e4b;flex-shrink:0}.product-tabs{margin-top:4rem}.tab-buttons{display:flex;border-bottom:1px solid #E0E0E0;margin-bottom:2rem}.tab-button{background:none;border:none;padding:1rem 2rem;cursor:pointer;font-size:1rem;color:#666;border-bottom:2px solid transparent;transition:all .3s ease}.tab-button.active{color:#b54e4b;border-bottom-color:#b54e4b}.tab-button:hover{color:#b54e4b}.tab-panel{min-height:300px}.tab-panel h3{color:#333;margin-bottom:1.5rem;font-size:1.5rem}.tab-panel h4{color:#333;margin-bottom:1rem;margin-top:2rem}.product-specs ul,.shipping-info ul{list-style:none;padding-left:0}.product-specs li,.shipping-info li{padding:.5rem 0;border-bottom:1px solid #E0E0E0;color:#666}.product-specs li:last-child,.shipping-info li:last-child{border-bottom:none}.reviews-summary{margin-bottom:2rem}.rating-summary{background:#f8e8e81a;padding:2rem;border-radius:15px;text-align:center}.overall-rating{display:flex;flex-direction:column;align-items:center;gap:.5rem}.rating-number{font-size:3rem;font-weight:700;color:#b54e4b}.review-count{color:#666;font-size:.9rem}.reviews-list{display:flex;flex-direction:column;gap:2rem}.review-item{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000014}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.reviewer-info{display:flex;align-items:center;gap:1rem}.reviewer-info h4{color:#333;font-size:1.1rem;margin:0}.verified-badge{background:#4caf50;color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:600}.review-comment{color:#666;line-height:1.6;margin-bottom:1rem}.review-date{color:#999;font-size:.85rem}.related-products{margin-top:4rem;padding-top:4rem;border-top:1px solid #E0E0E0}.related-products h3{text-align:center;font-size:2rem;color:#333;margin-bottom:2rem}.related-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.related-product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:transform .3s ease}.related-product-card:hover{transform:translateY(-5px)}.related-product-image{height:200px;overflow:hidden}.related-product-image img{width:100%;height:100%;object-fit:cover}.related-product-info{padding:1.5rem}.related-product-info h4{color:#333;margin-bottom:.5rem;font-size:1.1rem}.related-product-price{margin-bottom:.5rem}.related-product-price .price{font-weight:700;color:#b54e4b}.related-product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.related-product-rating .rating-text{color:#666;font-size:.85rem}.view-product-button{width:100%;background:#b54e4b;color:#fff;border:none;padding:.75rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.view-product-button:hover{transform:translateY(-1px);box-shadow:0 5px 15px #8b5a8c4d}.product-card .view-product-button{background:transparent;color:#b54e4b;border:1px solid #b54e4b;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;margin-bottom:.5rem;width:100%}.product-card .view-product-button:hover{background:#b54e4b;color:#fff;transform:none;box-shadow:none}.product-card .product-actions{flex-direction:column;gap:.75rem}.product-card .product-actions .quantity-selector{order:2}.product-card .product-actions .add-to-cart-button{order:3}.product-card .product-name:hover{color:#b54e4b;text-decoration:underline}.main-image{position:relative;cursor:zoom-in}.zoom-indicator{position:absolute;top:1rem;right:1rem;background:#000c;color:#fff;padding:.5rem 1rem;border-radius:20px;display:flex;align-items:center;gap:.5rem;font-size:.85rem;opacity:0;transition:opacity .3s ease;pointer-events:none}.main-image:hover .zoom-indicator{opacity:1}.zoom-indicator svg{width:16px;height:16px}.image-zoom-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;z-index:10000;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.image-zoom-container{width:100%;height:100%;display:flex;flex-direction:column;position:relative}.zoom-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#000c;color:#fff;position:sticky;top:0;z-index:10001}.zoom-title h3{margin:0;font-size:1.2rem;font-weight:600}.image-counter{font-size:.9rem;color:#fffc;margin-top:.25rem}.zoom-close-button{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center}.zoom-close-button:hover{background:#ffffff1a}.zoom-image-container{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.zoom-image{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease;-webkit-user-select:none;user-select:none}.zoom-controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:2rem;background:#000c;padding:1rem 2rem;border-radius:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.zoom-buttons{display:flex;align-items:center;gap:1rem}.zoom-control-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.zoom-control-button:hover:not(:disabled){background:#fff3;border-color:#fff6}.zoom-control-button:disabled{opacity:.5;cursor:not-allowed}.zoom-level{color:#fff;font-size:.9rem;font-weight:600;min-width:50px;text-align:center}.zoom-navigation{display:flex;gap:.5rem}.nav-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.nav-button:hover{background:#fff3;border-color:#fff6}.zoom-thumbnails{position:absolute;bottom:8rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;background:#000c;padding:1rem;border-radius:15px;max-width:80%;overflow-x:auto}.zoom-thumbnail{width:60px;height:60px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:border-color .3s ease;background:none;padding:0;flex-shrink:0}.zoom-thumbnail.active{border-color:#b54e4b}.zoom-thumbnail:hover{border-color:#8b5a8cb3}.zoom-thumbnail img{width:100%;height:100%;object-fit:cover}.zoom-help{position:absolute;top:5%;z-index:100000;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:1rem;border-radius:10px;font-size:.85rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.zoom-help kbd{background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:4px;padding:.2rem .4rem;font-family:monospace;font-size:.8rem;margin:0 .2rem}@media (max-width: 1024px){.zoom-help{display:none}.zoom-controls{bottom:1rem;padding:.75rem 1.5rem}.zoom-thumbnails{bottom:6rem;max-width:90%}}@media (max-width: 768px){.zoom-header{padding:1rem}.zoom-title h3{font-size:1rem}.zoom-controls{flex-direction:column;gap:1rem;padding:1rem;border-radius:15px}.zoom-buttons{order:2}.zoom-navigation{order:1}.zoom-thumbnails{bottom:8rem;padding:.75rem}.zoom-thumbnail{width:50px;height:50px}}@media (max-width: 480px){.zoom-controls{bottom:.5rem;left:1rem;right:1rem;transform:none;width:auto}.zoom-thumbnails{bottom:6rem;left:1rem;right:1rem;transform:none;max-width:none}.zoom-thumbnail{width:45px;height:45px}}@media (hover: none){.zoom-image{touch-action:pan-x pan-y}.zoom-indicator{opacity:1}}@media (max-width: 768px){.product-content{grid-template-columns:1fr;gap:2rem}.product-title{font-size:2rem}.main-image{height:400px}.tab-buttons{flex-wrap:wrap}.tab-button{padding:.75rem 1rem;font-size:.9rem}.related-products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.product-features{margin-top:1rem;padding-top:1rem}.feature{flex-direction:column;text-align:center;gap:.5rem}}@media (max-width: 480px){.product-page{padding:1rem .5rem}.product-title{font-size:1.75rem}.current-price{font-size:1.5rem}.main-image{height:300px}.tab-buttons{justify-content:center}.tab-button{padding:.5rem .75rem;font-size:.85rem}}@media print{.header,.footer,.cart-drawer,.mobile-menu-button{display:none!important}.main-content{margin-top:0}}
