*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a2e;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}a{color:inherit;text-decoration:inherit}button{font-family:inherit;font-size:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:#1a1a2e}#root{min-height:100vh}.header{background-color:#fff;color:#1a1a2e;padding:1.25rem 0;box-shadow:0 2px 10px #0000000f;position:sticky;top:0;z-index:100;border-bottom:1px solid #f0f0f0}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;color:#1a1a2e}.logo{display:flex;align-items:center;gap:.75rem}.logo-image{height:40px;width:auto}.logo h1{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.5px}.nav{display:flex;gap:2.5rem;align-items:center}.nav-link{color:#1a1a2e;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#1a1a2e;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-link:hover{color:#1a1a2e}.cart-link{display:flex;align-items:center;gap:.5rem;position:relative}.cart-badge{background-color:#e74c3c;color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}@media(max-width:768px){.header{padding:1rem 0}.header-container{padding:0 1.5rem}.logo h1{font-size:1.5rem}.nav{gap:1.5rem}.nav-link{font-size:.9rem}}.footer{background-color:#34495e;color:#fff;margin-top:4rem;padding:3rem 0 2rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer__inner{display:flex;flex-direction:column;gap:2rem}.footer__block-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer__block{display:flex;flex-direction:column}.footer__block--image{align-items:flex-start}.footer-logo{max-width:180px;height:auto;display:block}.footer__block--text .h6{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:#ecf0f1}.prose{font-size:.9rem;line-height:1.6}.prose p{margin:.75rem 0;color:#bdc3c7}.prose strong{color:#ecf0f1;font-weight:600}.prose a{color:#3498db;text-decoration:none;transition:color .3s ease}.prose a:hover{color:#5dade2}.v-stack{display:flex;flex-direction:column}.gap-4{gap:1rem}.gap-2.5{gap:.625rem}.unstyled-list{list-style:none;padding:0;margin:0}.footer__block--links .h6{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:#ecf0f1}.link-faded{color:#bdc3c7;text-decoration:none;font-size:.9rem;transition:color .3s ease}.link-faded:hover{color:#3498db}.footer__block--newsletter .h6{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:#ecf0f1}.newsletter-form{display:flex;flex-direction:column;gap:1rem}.form-control{position:relative}.input{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #475a6d;border-radius:4px;background-color:#2c3e50;color:#fff;transition:border-color .3s ease}.input:focus{outline:none;border-color:#3498db}.input::placeholder{color:#7f8c8d}.floating-label{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:.75rem;color:#7f8c8d;pointer-events:none;transition:all .3s ease}.input:focus+.floating-label,.input:not(:placeholder-shown)+.floating-label{top:-.5rem;left:.5rem;font-size:.7rem;background-color:#34495e;padding:0 .25rem}.align-self-start{align-self:flex-start}.button{padding:.75rem 1.5rem;background-color:#3498db;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.button:hover{background-color:#2980b9}.button:active{transform:scale(.98)}.social-media{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;padding:1.5rem 0;border-top:1px solid #475a6d;border-bottom:1px solid #475a6d}.social-media__item{display:flex;align-items:center;justify-content:center}.tap-area{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#2c3e50;color:#bdc3c7;transition:all .3s ease;cursor:pointer}.tap-area:hover{background-color:#3498db;color:#fff;transform:translateY(-2px)}.tap-area svg{width:20px;height:20px}.branding-colors--facebook:hover{background-color:#1877f2}.branding-colors--twitter:hover{background-color:#1da1f2}.branding-colors--instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.branding-colors--youtube:hover{background-color:red}.branding-colors--linkedin:hover{background-color:#0077b5}.footer__aside{text-align:center;padding-top:1.5rem}.heading{margin:0;font-size:.75rem;color:#95a5a6}.text-subdued{color:#95a5a6}.text-xxs{font-size:.75rem}@media(max-width:968px){.footer__block-list{grid-template-columns:repeat(2,1fr);gap:2rem}.footer__block--image{grid-column:1 / -1}}@media(max-width:768px){.footer{padding:2rem 0 1.5rem}.container{padding:0 1rem}.footer__block-list{grid-template-columns:1fr;gap:2rem}.social-media{gap:.75rem}.tap-area{width:36px;height:36px}.tap-area svg{width:18px;height:18px}}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column;position:relative}.discount-badge{position:absolute;top:10px;left:10px;background-color:#e74c3c;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;z-index:2}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.product-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.product-image-container{position:relative;width:100%;height:250px;overflow:hidden;background-color:#f8f9fa}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.out-of-stock-badge{position:absolute;top:10px;right:10px;background-color:#e74c3ce6;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700}.product-info{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.product-name{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#2c3e50}.product-description{margin:0 0 .75rem;font-size:.9rem;color:#7f8c8d;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-rating{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:.85rem}.stars{color:#f39c12}.rating-value{color:#2c3e50;font-weight:600}.reviews{color:#95a5a6}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;gap:1rem}.product-price-container{display:flex;flex-direction:column;gap:.25rem}.product-original-price{font-size:.9rem;color:#95a5a6;text-decoration:line-through;font-weight:500}.product-price{font-size:1.5rem;font-weight:700;color:#27ae60}.add-to-cart-btn{padding:.5rem 1rem;background-color:#3498db;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .3s ease;white-space:nowrap}.add-to-cart-btn:hover:not(:disabled){background-color:#2980b9}.add-to-cart-btn:disabled{background-color:#95a5a6;cursor:not-allowed}@media(max-width:768px){.product-footer{flex-direction:column;align-items:stretch}.add-to-cart-btn{width:100%}}.home{width:100%;overflow-x:hidden}.hero-carousel{position:relative;width:100%;height:90vh;min-height:600px;overflow:hidden}.carousel-container{position:relative;width:100%;height:100%}.carousel-slides{display:flex;width:100%;height:100%;transition:transform .8s cubic-bezier(.25,.46,.45,.94);will-change:transform}.carousel-slide{position:relative;min-width:100%;height:100%;overflow:hidden}.carousel-image{width:100%;height:100%;object-fit:cover;object-position:center}.carousel-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0000004d,#0003);display:flex;align-items:center;justify-content:center;padding:2rem;z-index:2;pointer-events:none}.carousel-overlay .hero-banner-content{pointer-events:auto}.hero-banner-content{max-width:900px;margin:0 auto;position:relative;z-index:1;text-align:center;color:#fff}.hero-badge{display:inline-block;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.6rem 1.5rem;border-radius:50px;font-size:.95rem;font-weight:600;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2);letter-spacing:.5px}.hero-main-title{font-size:4.5rem;margin:0 0 1rem;font-weight:700;letter-spacing:-2px;line-height:1.1}.hero-main-subtitle{font-size:1.75rem;margin:0 0 1.5rem;font-weight:400;opacity:.95;letter-spacing:.5px}.hero-description{font-size:1.15rem;margin:0 0 2.5rem;opacity:.9;line-height:1.7;max-width:700px;margin-left:auto;margin-right:auto}.hero-cta-button{display:inline-block;padding:1.1rem 2.8rem;background-color:#fff;color:#1a1a2e;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px #0003}.hero-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;color:#1a1a2e;box-shadow:0 2px 10px #0003}.carousel-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 15px #0000004d}.carousel-nav-prev{left:2rem}.carousel-nav-next{right:2rem}.carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.carousel-dot{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:#ffffff80;transform:scale(1.2)}.carousel-dot.active{background:#fff;width:32px;border-radius:6px}.features-section{padding:5rem 2rem;background:#fafafa}.features-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem}.feature-card{background:#fff;padding:2.5rem 2rem;border-radius:12px;text-align:center;box-shadow:0 2px 10px #0000000f;transition:all .3s ease;border:1px solid #f0f0f0}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1.25rem}.feature-card h3{font-size:1.4rem;margin:0 0 1rem;color:#1a1a2e;font-weight:600}.feature-card p{color:#666;line-height:1.6;margin:0;font-size:.95rem}.collection-section{padding:6rem 2rem;background:#fff}.collection-section-alt{background:#fafafa}.collection-header{max-width:1200px;margin:0 auto 4rem;text-align:center}.section-main-title{font-size:2.75rem;margin:0 0 1rem;color:#1a1a2e;font-weight:700;letter-spacing:-1px}.section-description{font-size:1.15rem;color:#666;line-height:1.7;max-width:700px;margin:0 auto}.products-showcase{max-width:1200px;margin:0 auto 3rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.collection-link{max-width:1200px;margin:0 auto;text-align:center}.view-collection-btn{display:inline-block;padding:.9rem 2.2rem;background-color:#1a1a2e;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1rem;transition:all .3s ease}.view-collection-btn:hover{background-color:#0f3460;transform:translateY(-2px)}.category-preview{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.category-preview-card{background:#fff;padding:3rem 2rem;border-radius:12px;text-align:center;text-decoration:none;color:#1a1a2e;box-shadow:0 2px 10px #0000000f;transition:all .3s ease;border:1px solid #f0f0f0}.category-preview-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.category-preview-card h3{font-size:1.75rem;margin:0 0 .5rem;font-weight:600}.category-preview-card p{color:#666;margin:0;font-size:.95rem}.why-choose-section{padding:6rem 2rem;background:#fff}.why-choose-container{max-width:1000px;margin:0 auto}.why-choose-content h2{font-size:2.75rem;margin:0 0 3rem;color:#1a1a2e;font-weight:700;text-align:center;letter-spacing:-1px}.why-choose-item{margin-bottom:3rem}.why-choose-item:last-child{margin-bottom:0}.why-choose-item h3{font-size:1.5rem;margin:0 0 1rem;color:#1a1a2e;font-weight:600}.why-choose-item p{font-size:1.05rem;line-height:1.8;color:#555;margin:0}.why-choose-item p strong{color:#1a1a2e;font-weight:600}.featured-section{padding:6rem 2rem;background:#fafafa}.featured-container{max-width:1200px;margin:0 auto}.featured-container .section-main-title{text-align:center;margin-bottom:1rem}.featured-container .section-description{text-align:center;margin-bottom:3rem}.view-all-container{text-align:center;margin-top:3rem}.view-all-btn{display:inline-block;padding:.9rem 2.2rem;background-color:#1a1a2e;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1rem;transition:all .3s ease}.view-all-btn:hover{background-color:#0f3460;transform:translateY(-2px)}.artisan-section{padding:6rem 2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}.artisan-container{max-width:900px;margin:0 auto}.artisan-content{text-align:center}.artisan-content h2{font-size:2.75rem;margin:0 0 2rem;font-weight:700;letter-spacing:-1px}.artisan-content p{font-size:1.15rem;line-height:1.8;margin:0 0 1.5rem;opacity:.95}.artisan-content p:last-of-type{margin-bottom:3rem}.artisan-content p strong{color:#f4d03f;font-weight:600}.artisan-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.stat-item{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem 2rem;border-radius:12px;text-align:center;border:1px solid rgba(255,255,255,.15)}.stat-number{font-size:3rem;font-weight:700;color:#f4d03f;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}@media(max-width:968px){.hero-main-title{font-size:3rem}.hero-main-subtitle{font-size:1.5rem}.features-container,.products-showcase,.category-preview{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-carousel{height:70vh;min-height:500px}.carousel-overlay{padding:1.5rem}.hero-main-title{font-size:2.5rem}.hero-main-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.hero-cta-button{padding:1rem 2rem;font-size:1rem}.carousel-nav{width:40px;height:40px}.carousel-nav-prev{left:1rem}.carousel-nav-next{right:1rem}.carousel-dots{bottom:1.5rem}.features-section,.collection-section,.why-choose-section,.featured-section,.artisan-section{padding:4rem 1.5rem}.section-main-title{font-size:2rem}.features-container,.products-showcase,.category-preview{grid-template-columns:1fr;gap:1.5rem}.why-choose-content h2,.artisan-content h2{font-size:2rem}.artisan-stats{grid-template-columns:1fr;gap:1.5rem}.stat-number{font-size:2.5rem}}.products-page{max-width:1200px;margin:0 auto;padding:2rem}.products-header{margin-bottom:2rem}.products-header h1{font-size:2.5rem;margin:0 0 .5rem;color:#2c3e50}.products-count{color:#7f8c8d;font-size:1rem}.products-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.filter-button{padding:.75rem 1.5rem;background-color:#fff;color:#2c3e50;text-decoration:none;border:2px solid #e0e0e0;border-radius:8px;font-weight:500;transition:all .3s ease}.filter-button:hover{border-color:#3498db;color:#3498db}.filter-button.active{background-color:#3498db;color:#fff;border-color:#3498db}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.no-products{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:#7f8c8d}.no-products p{font-size:1.2rem}@media(max-width:768px){.products-page{padding:1rem}.products-header h1{font-size:2rem}.products-grid{grid-template-columns:1fr}}.product-detail{max-width:1200px;margin:0 auto;padding:2rem}.breadcrumb{margin-bottom:1.5rem;color:#7f8c8d;font-size:.9rem}.breadcrumb a{color:#3498db;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.product-detail-image{width:100%;position:relative}.product-detail-image img{width:100%;height:auto;border-radius:8px;object-fit:cover}.product-detail-info h1{font-size:2rem;margin:0 0 1rem;color:#2c3e50}.product-detail-rating{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.stars{color:#f39c12;font-size:1.2rem}.rating-value{color:#2c3e50;font-weight:600;font-size:1rem}.reviews{color:#95a5a6;font-size:.9rem}.discount-badge-detail{position:absolute;top:15px;left:15px;background-color:#e74c3c;color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:1rem;font-weight:700;z-index:2}.product-detail-price-container{margin:1rem 0;display:flex;flex-direction:column;gap:.5rem}.product-detail-original-price{font-size:1.5rem;color:#95a5a6;text-decoration:line-through;font-weight:500}.product-detail-price{font-size:2.5rem;font-weight:700;color:#27ae60;margin:0}.product-detail-discount{font-size:1rem;color:#e74c3c;font-weight:600}.product-detail-description{font-size:1rem;line-height:1.6;color:#34495e;margin:1.5rem 0}.product-detail-meta{margin:2rem 0;padding:1.5rem;background-color:#f8f9fa;border-radius:8px}.meta-item{margin:.75rem 0;font-size:.95rem}.meta-item strong{color:#2c3e50}.in-stock{color:#27ae60;font-weight:600}.out-of-stock{color:#e74c3c;font-weight:600}.product-detail-actions{display:flex;gap:1rem;margin-top:2rem}.add-to-cart-button{flex:1;padding:1rem 2rem;background-color:#3498db;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.add-to-cart-button:hover:not(:disabled){background-color:#2980b9}.add-to-cart-button:disabled{background-color:#95a5a6;cursor:not-allowed}.view-cart-button{flex:1;padding:1rem 2rem;background-color:#27ae60;color:#fff;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;text-align:center;transition:background-color .3s ease}.view-cart-button:hover{background-color:#229954}.product-detail-error{max-width:600px;margin:4rem auto;padding:2rem;text-align:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.product-detail-error h2{color:#e74c3c;margin-bottom:1rem}.product-detail-error a{color:#3498db;text-decoration:none;font-weight:600}.product-detail-error a:hover{text-decoration:underline}@media(max-width:768px){.product-detail-content{grid-template-columns:1fr;gap:2rem;padding:1rem}.product-detail-info h1{font-size:1.5rem}.product-detail-price{font-size:2rem}.product-detail-actions{flex-direction:column}}.cart{max-width:1200px;margin:0 auto;padding:2rem}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.cart-header h1{font-size:2.5rem;margin:0;color:#2c3e50}.clear-cart-button{padding:.75rem 1.5rem;background-color:#e74c3c;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.clear-cart-button:hover{background-color:#c0392b}.cart-content{display:grid;grid-template-columns:1fr 350px;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto auto auto;gap:1.5rem;align-items:center;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.cart-item-image{width:120px;height:120px;overflow:hidden;border-radius:8px}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1}.cart-item-info h3{margin:0 0 .5rem;font-size:1.1rem;color:#2c3e50}.cart-item-info a{text-decoration:none;color:inherit}.cart-item-info a:hover h3{color:#3498db}.cart-item-price-container{display:flex;flex-direction:column;gap:.25rem}.cart-item-original-price{font-size:.8rem;color:#95a5a6;text-decoration:line-through}.cart-item-price{color:#7f8c8d;font-size:.9rem;font-weight:600}.cart-item-quantity{display:flex;align-items:center;gap:.75rem}.quantity-button{width:32px;height:32px;border:1px solid #ddd;background-color:#fff;border-radius:4px;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.quantity-button:hover{background-color:#3498db;color:#fff;border-color:#3498db}.quantity-value{min-width:30px;text-align:center;font-weight:600}.cart-item-total{font-size:1.25rem;font-weight:700;color:#27ae60;min-width:100px;text-align:right}.remove-button{width:32px;height:32px;border:none;background-color:#e74c3c;color:#fff;border-radius:4px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;line-height:1}.remove-button:hover{background-color:#c0392b}.cart-summary{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:100px}.cart-summary h2{margin:0 0 1.5rem;font-size:1.5rem;color:#2c3e50}.summary-row{display:flex;justify-content:space-between;margin:1rem 0;font-size:1rem}.summary-row.total{font-size:1.25rem;font-weight:700;padding-top:1rem;border-top:2px solid #e0e0e0;margin-top:1rem}.checkout-button{width:100%;padding:1rem;background-color:#27ae60;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;margin-top:1.5rem}.checkout-button:hover{background-color:#229954}.continue-shopping{display:block;text-align:center;margin-top:1rem;color:#3498db;text-decoration:none;font-weight:500}.continue-shopping:hover{text-decoration:underline}.cart-empty{max-width:600px;margin:4rem auto;padding:3rem;text-align:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.cart-empty h2{color:#2c3e50;margin-bottom:1rem}.cart-empty p{color:#7f8c8d;margin-bottom:2rem}.shop-now-button{display:inline-block;padding:1rem 2rem;background-color:#3498db;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background-color .3s ease}.shop-now-button:hover{background-color:#2980b9}@media(max-width:968px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:100px 1fr;grid-template-rows:auto auto auto}.cart-item-image{grid-row:1 / 3;width:100px;height:100px}.cart-item-info{grid-column:2}.cart-item-quantity{grid-column:2;justify-content:flex-start}.cart-item-total{grid-column:2;text-align:left}.remove-button{grid-column:1 / 3;justify-self:end}}@media(max-width:768px){.cart{padding:1rem}.cart-header{flex-direction:column;align-items:flex-start;gap:1rem}.cart-header h1{font-size:2rem}}.page{min-height:60vh;padding:2rem 0;background-color:#f5f5f5}.page-container{max-width:1000px;margin:0 auto;padding:0 2rem}.page h1{font-size:2.5rem;color:#2c3e50;margin-bottom:2rem;text-align:center}.page-content{background:#fff;padding:3rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.page-intro{font-size:1.1rem;color:#34495e;margin-bottom:2rem;line-height:1.6}.page-content section{margin-bottom:2.5rem}.page-content section:last-child{margin-bottom:0}.page-content h2{font-size:1.75rem;color:#2c3e50;margin:0 0 1rem}.page-content h3{font-size:1.25rem;color:#34495e;margin:0 0 .75rem}.page-content p{line-height:1.7;color:#34495e;margin:.75rem 0}.page-content ul,.page-content ol{margin:1rem 0;padding-left:2rem}.page-content li{margin:.5rem 0;line-height:1.6;color:#34495e}.page-content strong{color:#2c3e50;font-weight:600}.page-content a{color:#3498db;text-decoration:none;transition:color .3s ease}.page-content a:hover{color:#2980b9;text-decoration:underline}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.blog-card{background:#f8f9fa;border-radius:8px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.blog-card-content h2{font-size:1.25rem;margin:0 0 1rem;color:#2c3e50}.blog-excerpt{color:#7f8c8d;margin:1rem 0}.blog-date{font-size:.85rem;color:#95a5a6;margin:.5rem 0 1rem}.read-more-btn{padding:.5rem 1.5rem;background-color:#3498db;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.read-more-btn:hover{background-color:#2980b9}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.media-card{background:#f8f9fa;border-left:4px solid #3498db;border-radius:8px;padding:2rem}.media-outlet{display:inline-block;font-size:.85rem;color:#3498db;font-weight:600;margin-bottom:.5rem}.media-card-content h2{font-size:1.25rem;margin:.5rem 0 1rem;color:#2c3e50}.media-excerpt{color:#7f8c8d;margin:1rem 0}.media-date{font-size:.85rem;color:#95a5a6;margin-top:1rem}.press-contact{margin-top:3rem;padding-top:2rem;border-top:2px solid #e0e0e0}.faq-list{margin-top:2rem}.faq-item{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.faq-question{font-size:1.25rem;color:#2c3e50;margin:0 0 .75rem;font-weight:600}.faq-answer{color:#34495e;line-height:1.7;margin:0}.faq-contact{margin-top:3rem;padding-top:2rem;border-top:2px solid #e0e0e0;text-align:center}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item h3{font-size:1.25rem;color:#2c3e50;margin:0 0 .75rem}.contact-item p{margin:.5rem 0;color:#34495e}.contact-hours{font-size:.9rem;color:#7f8c8d}.contact-form-container{background:#f8f9fa;padding:2rem;border-radius:8px}.contact-form-container h2{font-size:1.5rem;margin:0 0 1.5rem;color:#2c3e50}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3498db}.form-group textarea{resize:vertical;min-height:120px}.submit-button{padding:1rem 2rem;background-color:#3498db;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;align-self:flex-start}.submit-button:hover{background-color:#2980b9}@media(max-width:968px){.contact-grid,.blog-grid,.media-grid{grid-template-columns:1fr}}@media(max-width:768px){.page-container{padding:0 1rem}.page-content{padding:1.5rem}.page h1{font-size:2rem}.page-content h2{font-size:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column;background-color:#f5f5f5}.main-content{flex:1;width:100%;padding:0}
