:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#111827}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100vh}body{margin:0;min-width:320px;overflow-x:hidden}a{color:#007bff;text-decoration:none;transition:color .2s ease}a:hover{color:#0056b3}h1{font-size:2rem;line-height:1.2;font-weight:700;margin-top:0}@media (max-width: 767px){h1{font-size:1.75rem}}@media (max-width: 576px){h1{font-size:1.5rem}}h2{font-size:1.5rem;line-height:1.3;font-weight:600;margin-top:0}@media (max-width: 767px){h2{font-size:1.25rem}}h3{font-size:1.25rem;line-height:1.4;font-weight:600}button{font-family:inherit;cursor:pointer;border:none;background-color:transparent;padding:0}button:focus-visible{outline:2px solid #007bff;outline-offset:2px}input,textarea,select{font-family:inherit;font-size:1rem}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #007bff;outline-offset:0}img{max-width:100%;height:auto;display:block}.f-light{font-family:Figtree,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:300}.f-regular{font-family:Figtree,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400}.f-medium{font-family:Figtree,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:500}.f-semibold{font-family:Figtree,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:600}.f-bold{font-family:Figtree,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:700}.r-light{font-family:Roboto,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:300}.r-regular{font-family:Roboto,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400}.r-medium{font-family:Roboto,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:500}.r-semibold{font-family:Roboto,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:600}.r-bold{font-family:Roboto,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:700}.product-card{height:100%}.product-card-inner{display:flex;flex-direction:column;height:100%;border-radius:var(--border-radius);overflow:hidden;background-color:#fff;box-shadow:var(--box-shadow);transition:transform var(--transition-medium),box-shadow var(--transition-medium),opacity var(--transition-medium);position:relative}.product-card-inner.out-of-stock{opacity:.7}.product-card-inner.out-of-stock:before{content:"OUT OF STOCK";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);background-color:#ef4444cc;color:#fff;padding:.5rem 2rem;font-weight:700;letter-spacing:1px;font-size:1rem;z-index:10;white-space:nowrap;width:100%;text-align:center}.product-card-inner.hovered{transform:translateY(-8px);box-shadow:var(--box-shadow-hover)}.product-card-inner.hovered .product-image{transform:scale(1.05)}.product-card-inner.hovered .quick-add-btn{transform:translate(-50%) translateY(0);opacity:1;visibility:visible}.product-image-container{position:relative;padding-top:75%;overflow:hidden;background-color:#fff}.product-image-link{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:transform var(--transition-medium)}.quick-add-btn{position:absolute;bottom:1rem;left:50%;transform:translate(-50%) translateY(20px);opacity:0;visibility:hidden;transition:transform var(--transition-medium),opacity var(--transition-medium),visibility var(--transition-medium);display:flex;align-items:center;gap:.5rem;background-color:#fff;color:var(--text-dark);font-weight:600;padding:.75rem 1.25rem;border:none;border-radius:50px;cursor:pointer;box-shadow:var(--box-shadow);z-index:5}.quick-add-btn:hover{background-color:var(--bg-light)}@media screen and (max-width: 520px){.quick-add-btn{display:none}}.product-badges{position:absolute;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:10}.badge{padding:.4rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 2px 6px #0000001a;z-index:10;position:relative}.badge-success{background-color:var(--badge-success-bg);color:var(--badge-success-text)}.badge-danger{background-color:var(--badge-danger-bg);color:var(--badge-danger-text)}.badge-warning{background-color:var(--badge-warning-bg);color:var(--badge-warning-text)}.product-content{padding:1.5rem;display:flex;flex-direction:column;flex:1;gap:.3rem}.product-title{margin:0;font-size:1.25rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-title a{color:var(--text-dark);text-decoration:none;transition:color var(--transition-fast)}.product-title a:hover{color:#2f9cc7;text-decoration:none}.product-price{display:flex;align-items:flex-start;flex-direction:column}.amount{font-size:1.5rem;font-weight:700;color:var(--text-dark)}.inventory{font-size:.875rem;color:var(--text-light)}.add-to-cart-btn{padding:.75rem 1.5rem;border-radius:var(--input-border-radius);font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:background-color var(--transition-fast);text-align:center;display:inline-block;background-color:var(--primary-color);color:#fff;width:100%;padding:.75rem;border-radius:6px;transition:background-color var(--transition-fast),transform var(--transition-fast)}.add-to-cart-btn:disabled{cursor:not-allowed;opacity:.7}.add-to-cart-btn:hover:not(:disabled){background-color:var(--primary-dark)}.add-to-cart-btn:hover{transform:translateY(-1px)}.notify-btn{width:100%;padding:.75rem;border:none;border-radius:6px;background-color:#6c757d;color:#fff;font-weight:600;cursor:pointer;transition:background-color var(--transition-fast)}.notify-btn:hover{background-color:#5a6268}.show-details-btn{display:block;width:100%;padding:.75rem;border:2px solid var(--primary-color);border-radius:6px;background-color:#fff;color:var(--primary-color);font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:background-color var(--transition-fast),color var(--transition-fast)}.show-details-btn:hover{background-color:var(--primary-color);color:#fff}.product-header{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;flex-wrap:wrap;gap:1rem}.product-header h1{margin:0;font-size:2.5rem;color:#095859;font-weight:700}.product-header .search-container{flex:1;max-width:400px;min-width:250px}.product-header .search-container .search-box{position:relative;display:flex;align-items:center}.product-header .search-container .search-box svg{position:absolute;left:12px;color:#666;z-index:1}.product-header .search-container .search-box .search-input{width:100%;padding:12px 16px 12px 45px;border:2px solid #e1e5e9;border-radius:25px;font-size:16px;outline:none;transition:border-color .2s}.product-header .search-container .search-box .search-input:focus{border-color:#2f9cc7}.product-header .search-container .search-box .search-input::placeholder{color:#999}.product-header .search-container .search-box .clear-search{position:absolute;right:12px;background:none;border:none;font-size:18px;color:#666;cursor:pointer;padding:4px;border-radius:50%}.product-header .search-container .search-box .clear-search:hover{background-color:#f5f5f5}.filters-section{margin-bottom:2rem;padding:1.5rem 1.5rem 1.5rem 0;background-color:#f5fffa;border-radius:12px;border:1px solid #E7F9F0}.filters-section .filters-header{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.filters-section .filters-header h3{margin:0;font-size:1.2rem;color:#095859;font-weight:600}.filters-section .filters-header .clear-all-btn{background:none;border:1px solid #2F9CC7;color:#2f9cc7;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;cursor:pointer;transition:all .2s}.filters-section .filters-header .clear-all-btn:hover{background-color:#2f9cc7;color:#fff}.filters-section .filter-checkboxes{display:flex;gap:1.5rem;flex-wrap:wrap}.filters-section .filter-checkbox{display:flex;align-items:center;cursor:pointer;font-size:1rem;font-weight:500;color:#095859;-webkit-user-select:none;user-select:none}.filters-section .filter-checkbox input[type=checkbox]{display:none}.filters-section .filter-checkbox .checkmark{width:20px;height:20px;border:2px solid #2F9CC7;border-radius:4px;margin-right:8px;display:flex;align-items:center;justify-content:center;transition:all .2s}.filters-section .filter-checkbox .checkmark:after{content:"";width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .2s}.filters-section .filter-checkbox input[type=checkbox]:checked+.checkmark{background-color:#2f9cc7;border-color:#2f9cc7}.filters-section .filter-checkbox input[type=checkbox]:checked+.checkmark:after{opacity:1}.filters-section .filter-checkbox:hover .checkmark{border-color:#2080a3}.filters-section .filter-checkbox:hover input[type=checkbox]:checked+.checkmark{background-color:#2080a3}.section-container{margin-bottom:3rem;scroll-margin-top:150px}.products-wrapper{padding-top:1rem}.section-title{font-size:1.75rem;color:#212529;margin:2rem 0 1.5rem;position:relative;display:inline-block}.section-title:after{content:"";display:block;width:50px;height:3px;background-color:#3d66a5;position:absolute;bottom:-8px;left:0}.coming-soon-container{background-color:#f8f9fa;padding:2.5rem;border-radius:8px;text-align:center;margin-bottom:2rem}.coming-soon-message{font-size:1.5rem;font-weight:600;color:#3d66a5;margin-bottom:1rem}.no-products-message{font-size:1rem;color:#6c757d;text-align:center;padding:2rem}@media (max-width: 1299px) and (min-width: 768px){.product-header{flex-direction:column;align-items:center}.product-header h1{font-size:2.2rem;text-align:center}.product-header .search-container{width:90%;max-width:90%}.filters-section{width:90%;margin-left:auto;margin-right:auto;padding:1.2rem}}@media (max-width: 767px){.product-header{flex-direction:column;align-items:center}.product-header h1{font-size:2rem;text-align:center}.product-header .search-container{width:90%;max-width:90%}.filters-section{width:90%;margin-left:auto;margin-right:auto;padding:1rem}.filters-section .filters-header{flex-direction:column;gap:1rem;align-items:stretch}.filters-section .filters-header h3{text-align:center}.filters-section .filters-header .clear-all-btn{align-self:center}.filters-section .filter-checkboxes{justify-content:center;gap:1rem}.filters-section .filter-checkbox{font-size:.9rem}}@media (max-width: 520px){.filters-section .filter-checkboxes{flex-direction:row;gap:1rem}.filters-section .filter-checkbox{justify-content:center}}.product-page-wrapper{width:100%;display:flex;flex-direction:column;align-items:center}.product-page{display:grid;grid-template-columns:minmax(auto,500px) 1fr;gap:3rem;max-width:1200px;width:100%;margin:0 auto;padding:2rem}@media (max-width: 1299px) and (min-width: 768px){.product-page{grid-template-columns:minmax(auto,400px) 1fr;gap:2rem;padding:1.5rem;max-width:900px}}@media (max-width: 767px){.product-page{grid-template-columns:1fr;gap:2rem;padding:1rem}}.product-page .product-images{display:flex;flex-direction:row;gap:1rem;align-self:flex-start;position:sticky;top:2rem}@media (max-width: 1299px) and (min-width: 768px){.product-page .product-images{gap:.75rem}}@media (max-width: 767px){.product-page .product-images{position:unset;flex-direction:column-reverse;width:100%;max-width:100%;overflow:hidden}}.product-page .product-images .main-image-container{position:relative;background-color:var(--bg-light);border-radius:var(--border-radius);flex:1;max-height:500px;overflow:visible}@media (max-width: 1299px) and (min-width: 768px){.product-page .product-images .main-image-container{max-height:400px}}@media (max-width: 767px){.product-page .product-images .main-image-container{max-height:300px;width:100%;max-width:100%;margin:0}}.product-page .product-images .main-image-container .magnifier-wrapper{position:relative;z-index:10;width:100%;height:100%}.product-page .product-images .main-image-container .magnifier-wrapper img,.product-page .product-images .main-image-container .main-image{width:100%;height:auto;display:block;object-fit:contain;aspect-ratio:1/1}@media (max-width: 767px){.product-page .product-images .main-image-container .main-image{max-height:300px;object-fit:contain}}.product-page .product-images .main-image-container .image-controls{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 1rem;pointer-events:none}.product-page .product-images .main-image-container .image-controls .image-control-btn{background-color:#fffc;border:none;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.25rem;color:var(--text-dark);transition:background-color var(--transition-fast);pointer-events:auto}@media (max-width: 1299px) and (min-width: 768px){.product-page .product-images .main-image-container .image-controls .image-control-btn{width:38px;height:38px;font-size:1.1rem}}@media (max-width: 767px){.product-page .product-images .main-image-container .image-controls .image-control-btn{display:none}}.product-page .product-images .main-image-container .image-controls .image-control-btn:hover{background-color:#fffffff2}.product-page .product-images .thumbnail-gallery{display:flex;flex-direction:column;gap:.5rem;width:80px;max-height:500px;overflow-y:auto}@media (max-width: 1299px) and (min-width: 768px){.product-page .product-images .thumbnail-gallery{width:70px;max-height:400px}}@media (max-width: 767px){.product-page .product-images .thumbnail-gallery{flex-direction:row;width:100%;overflow-x:auto;padding-bottom:.5rem;margin-top:.5rem;max-height:none}}.product-page .product-images .thumbnail-gallery .thumbnail{width:100%;cursor:pointer;border:2px solid transparent;border-radius:.25rem}@media (max-width: 767px){.product-page .product-images .thumbnail-gallery .thumbnail{width:60px;min-width:60px}}.product-page .product-images .thumbnail-gallery .thumbnail.active{border-color:var(--success-color)}.product-page .product-images .thumbnail-gallery .thumbnail img{width:100%;height:auto;display:block;aspect-ratio:1/1;object-fit:cover}.product-page .product-details{display:flex;flex-direction:column;gap:.5rem}.product-page .product-details .product-title{font-size:2rem;color:var(--brand-color);margin:0;order:1}@media (max-width: 1299px) and (min-width: 768px){.product-page .product-details .product-title{font-size:1.75rem}}@media (max-width: 767px){.product-page .product-details .product-title{font-size:1.5rem}}.product-page .product-details .product-description{color:var(--text-dark);order:2;margin-top:-.5rem;font-size:1rem}.product-page .product-details .product-description.mobile-description p{margin-bottom:.5rem}.product-page .product-details .product-description.mobile-description ul{padding-left:1rem}.product-page .product-details .product-price{color:var(--text-dark);margin:0;order:3}.product-page .product-details .product-price .price-container{display:flex;align-items:center;gap:.75rem}@media (max-width: 1299px) and (min-width: 768px){.product-page .product-details .product-price .price-container{gap:.5rem}}@media (max-width: 767px){.product-page .product-details .product-price .price-container{flex-direction:column;align-items:flex-start;gap:.25rem}}.product-page .product-details .product-price .price-container .amount{font-size:1.5rem}@media (max-width: 1299px) and (min-width: 768px){.product-page .product-details .product-price .price-container .amount{font-size:1.4rem}}@media (max-width: 767px){.product-page .product-details .product-price .price-container .amount{font-size:1.3rem}}.product-page .product-details .product-price .price-container .diapers-count{font-size:1.1rem;color:var(--text-medium)}@media (max-width: 1299px) and (min-width: 768px){.product-page .product-details .product-price .price-container .diapers-count{font-size:1.05rem}}@media (max-width: 767px){.product-page .product-details .product-price .price-container .diapers-count{font-size:1rem}}.product-page .product-details .unit-price{order:4;font-size:1.2rem;margin-top:.5rem}@media (max-width: 1299px) and (min-width: 768px){.product-page .product-details .unit-price{font-size:1.1rem}}@media (max-width: 767px){.product-page .product-details .unit-price{font-size:1rem}}.product-page .product-details .inventory-status{font-weight:500;margin-bottom:.5rem;order:5}@media (max-width: 1299px) and (min-width: 768px){.product-page .product-details .inventory-status{font-size:.95rem}}@media (max-width: 767px){.product-page .product-details .inventory-status{font-size:.9rem}}.product-page .product-details .inventory-status .in-stock{color:var(--success-color)}.product-page .product-details .inventory-status .low-stock{color:var(--warning-color)}.product-page .product-details .inventory-status .out-of-stock{color:var(--danger-color)}.product-page .product-details .selectors-container{display:flex;flex-wrap:wrap;gap:1.5rem;order:6;margin-bottom:1rem}@media (max-width: 1299px) and (min-width: 768px){.product-page .product-details .selectors-container{gap:1.25rem}}@media (max-width: 520px){.product-page .product-details .selectors-container{flex-direction:column;gap:1rem}}.product-page .product-details .variant-selector{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:180px}.product-page .product-details .variant-selector label{font-weight:500;color:var(--text-dark)}.product-page .product-details .variant-selector .variant-select{padding:.75rem;border-radius:var(--input-border-radius);border:1px solid var(--border-color);background-color:#fff;font-size:1rem;transition:border-color var(--transition-fast),box-shadow var(--transition-fast);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231f2937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;cursor:pointer}.product-page .product-details .variant-selector .variant-select:focus{outline:none;border-color:var(--success-color);box-shadow:0 0 0 3px #10b98133}.product-page .product-details .quantity-selector{display:flex;flex-direction:column;gap:.5rem}.product-page .product-details .quantity-selector label{font-weight:500;color:var(--text-dark)}.product-page .product-details .quantity-selector .quantity-control{display:flex;align-items:center;width:120px;border:1px solid var(--border-color);border-radius:var(--input-border-radius);overflow:hidden;height:100%}.product-page .product-details .quantity-selector .quantity-control .quantity-btn{width:32px;height:100%;display:flex;justify-content:center;align-items:center;background-color:var(--bg-light);border:none;font-size:1.25rem;font-weight:600;color:var(--text-medium);cursor:pointer;transition:background-color var(--transition-fast)}.product-page .product-details .quantity-selector .quantity-control .quantity-btn:hover:not(:disabled){background-color:var(--bg-input)}.product-page .product-details .quantity-selector .quantity-control .quantity-btn:disabled{color:#9ca3af;cursor:not-allowed}.product-page .product-details .quantity-selector .quantity-control .quantity-input{flex:1;width:40px;padding:0;border:none;text-align:center;font-size:.875rem;color:var(--text-dark);-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.product-page .product-details .quantity-selector .quantity-control .quantity-input::-webkit-outer-spin-button,.product-page .product-details .quantity-selector .quantity-control .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-page .product-details .product-actions{display:flex;gap:1rem;order:8}.product-page .product-details .product-actions .add-to-cart-btn{padding:.75rem 1.5rem;border-radius:var(--input-border-radius);font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:background-color var(--transition-fast);text-align:center;display:inline-block;background-color:var(--success-color);color:#fff;width:100%}.product-page .product-details .product-actions .add-to-cart-btn:disabled{cursor:not-allowed;opacity:.7}.product-page .product-details .product-actions .add-to-cart-btn:hover:not(:disabled){background-color:var(--success-dark)}.product-page .product-details .product-actions .add-to-cart-btn:disabled{background-color:#d1d5db}.custom-sizes-image-container{width:100%;margin:3rem 0;display:flex;justify-content:center;padding:0}@media (max-width: 1299px) and (min-width: 768px){.custom-sizes-image-container{margin:2rem 0}.custom-sizes-image-container .custom-sizes-image{width:70%}}@media (max-width: 767px){.custom-sizes-image-container{margin:0}.custom-sizes-image-container .custom-sizes-image{width:100%;padding:1rem}}.custom-sizes-image-container .custom-sizes-image{width:60%}.product-page-loading,.product-page-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}@media (max-width: 1299px) and (min-width: 768px){.product-page-loading,.product-page-error{padding:2.5rem 1.5rem}}@media (max-width: 767px){.product-page-loading,.product-page-error{padding:2rem 1rem}}.product-page-loading .spinner,.product-page-error .spinner{border:3px solid rgba(0,0,0,.1);border-top:3px solid var(--success-color);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1299px) and (min-width: 768px){.product-page-loading p,.product-page-loading h2,.product-page-error p,.product-page-error h2{font-size:.95rem}}@media (max-width: 767px){.product-page-loading p,.product-page-loading h2,.product-page-error p,.product-page-error h2{font-size:.9rem}}.sticky-overlay{position:fixed;bottom:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border-color);box-shadow:0 -4px 20px #0000001a;z-index:1000;animation:slideUp .3s ease-out;padding:env(safe-area-inset-bottom,0) 0 0 0}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.sticky-overlay .sticky-overlay-content{display:flex;flex-direction:column;gap:.75rem;padding:1rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.sticky-overlay .sticky-overlay-content{flex-direction:row;justify-content:center;align-items:center;gap:2rem;padding:1.25rem}}@media (max-width: 767px){.sticky-overlay .sticky-overlay-content{padding:.75rem 1rem;gap:.5rem}}.sticky-overlay .sticky-overlay-content .sticky-total-price{text-align:center}@media (min-width: 768px){.sticky-overlay .sticky-overlay-content .sticky-total-price{text-align:left;flex-shrink:0}}.sticky-overlay .sticky-overlay-content .sticky-total-price .total-amount{font-size:1.5rem;color:var(--brand-color)}@media (max-width: 1299px) and (min-width: 768px){.sticky-overlay .sticky-overlay-content .sticky-total-price .total-amount{font-size:1.4rem}}@media (max-width: 767px){.sticky-overlay .sticky-overlay-content .sticky-total-price .total-amount{font-size:1.3rem}}.sticky-overlay .sticky-overlay-content .sticky-controls{display:flex;align-items:center;justify-content:center;gap:1rem}@media (min-width: 768px){.sticky-overlay .sticky-overlay-content .sticky-controls{gap:1.5rem;flex-shrink:0}}@media (max-width: 767px){.sticky-overlay .sticky-overlay-content .sticky-controls{gap:.75rem}}.sticky-overlay .sticky-overlay-content .sticky-quantity-selector .quantity-control{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:var(--input-border-radius);overflow:hidden;background-color:#fff}.sticky-overlay .sticky-overlay-content .sticky-quantity-selector .quantity-control .quantity-btn{width:36px;height:40px;display:flex;justify-content:center;align-items:center;background-color:var(--bg-light);border:none;font-size:1.1rem;font-weight:600;color:var(--text-medium);cursor:pointer;transition:background-color var(--transition-fast)}@media (max-width: 767px){.sticky-overlay .sticky-overlay-content .sticky-quantity-selector .quantity-control .quantity-btn{width:32px;height:36px;font-size:1rem}}.sticky-overlay .sticky-overlay-content .sticky-quantity-selector .quantity-control .quantity-btn:hover:not(:disabled){background-color:var(--bg-input)}.sticky-overlay .sticky-overlay-content .sticky-quantity-selector .quantity-control .quantity-btn:disabled{color:#9ca3af;cursor:not-allowed}.sticky-overlay .sticky-overlay-content .sticky-quantity-selector .quantity-control .quantity-input{flex:1;width:50px;height:40px;padding:0;border:none;text-align:center;font-size:.875rem;color:var(--text-dark);-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}@media (max-width: 767px){.sticky-overlay .sticky-overlay-content .sticky-quantity-selector .quantity-control .quantity-input{height:36px;width:45px}}.sticky-overlay .sticky-overlay-content .sticky-quantity-selector .quantity-control .quantity-input::-webkit-outer-spin-button,.sticky-overlay .sticky-overlay-content .sticky-quantity-selector .quantity-control .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sticky-overlay .sticky-overlay-content .sticky-add-to-cart-btn{padding:.75rem 1.5rem;border-radius:var(--input-border-radius);font-size:1rem;border:none;cursor:pointer;transition:background-color var(--transition-fast);text-align:center;display:inline-block;background-color:var(--success-color);color:#fff;flex:1;height:48px;width:20rem;font-size:1.1rem;font-weight:600}.sticky-overlay .sticky-overlay-content .sticky-add-to-cart-btn:disabled{cursor:not-allowed;opacity:.7}.sticky-overlay .sticky-overlay-content .sticky-add-to-cart-btn:hover:not(:disabled){background-color:var(--success-dark)}@media (max-width: 767px){.sticky-overlay .sticky-overlay-content .sticky-add-to-cart-btn{max-width:300px;height:44px;font-size:1rem}}.sticky-overlay .sticky-overlay-content .sticky-add-to-cart-btn:disabled{background-color:#d1d5db;cursor:not-allowed}.cart-loading,.empty-cart{padding:4rem 2rem;text-align:center}@media screen and (max-width: 520px){.cart-loading,.empty-cart{padding:2rem 1rem}.cart-loading.mobile h1,.empty-cart.mobile h1{font-size:1.5rem}}.empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem}@media screen and (max-width: 520px){.empty-cart{padding:3rem 1rem}}.empty-cart h1{margin:1.5rem 0 .5rem;color:#374151}@media screen and (max-width: 520px){.empty-cart h1{font-size:1.4rem;margin:1rem 0 .5rem}}.empty-cart p{color:#6b7280;margin-bottom:2rem;max-width:400px}@media screen and (max-width: 520px){.empty-cart p{font-size:.9rem;margin-bottom:1.5rem}}.cart-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 24px #00000014;overflow:hidden}@media screen and (max-width: 520px){.cart-container{border-radius:0;box-shadow:none}.cart-container.mobile{margin:-1rem}}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}@media screen and (max-width: 520px){.cart-header{padding:1rem}}.cart-header h1{margin:0;font-size:1.75rem;color:#1f2937}@media screen and (max-width: 520px){.cart-header h1{font-size:1.4rem}}.clear-cart-btn{padding:.5rem 1rem;background-color:transparent;color:#6b7280;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;cursor:pointer;transition:all .2s}@media screen and (max-width: 520px){.clear-cart-btn{padding:.4rem .75rem;font-size:.8rem}}.clear-cart-btn:hover{background-color:#f3f4f6;color:#111827}.cart-content{display:grid;grid-template-columns:1fr 350px;gap:1.5rem;padding:1.5rem 2rem 2rem}@media screen and (max-width: 520px){.cart-content{grid-template-columns:1fr;gap:1rem;padding:1rem}}.cart-items{background-color:#fff;border-radius:8px;overflow:hidden}@media screen and (max-width: 520px){.cart-items{border-radius:4px}}.cart-items-header{display:grid;grid-template-columns:3fr 1fr 1.5fr 1fr .5fr;padding:1rem 0;font-weight:600;color:#4b5563;border-bottom:1px solid #e5e7eb}@media screen and (max-width: 520px){.cart-items-header{display:none}}.cart-item{display:grid;grid-template-columns:3fr 1fr 1.5fr 1fr .5fr;padding:1.5rem 0;align-items:center;border-bottom:1px solid #e5e7eb}@media screen and (max-width: 520px){.cart-item{grid-template-columns:1fr;gap:.75rem;padding:1.25rem 1rem}}.cart-item:last-child{border-bottom:none}.item-product{display:flex;align-items:center}@media screen and (max-width: 520px){.item-product{grid-column:1/-1;margin-bottom:.75rem}}.item-image{width:80px;height:80px;flex-shrink:0;margin-right:1rem;border-radius:6px;overflow:hidden;background-color:#f9fafb}@media screen and (max-width: 520px){.item-image{width:70px;height:70px}}.item-image img{width:100%;height:100%;object-fit:cover}.item-details h3{margin:0 0 .25rem;font-size:1rem;font-weight:500;color:#111827}@media screen and (max-width: 520px){.item-details h3{font-size:.95rem}}.item-variant{margin:0 0 .25rem;font-size:.875rem;color:#6b7280;font-style:italic}@media screen and (max-width: 520px){.item-variant{font-size:.8rem}}.item-availability{margin:0;font-size:.875rem}@media screen and (max-width: 520px){.item-availability{font-size:.8rem}}.in-stock{color:#10b981}.out-of-stock{color:#ef4444}.item-price{font-weight:500;color:#374151}@media screen and (max-width: 520px){.item-price{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:.2rem;align-items:start;margin-bottom:.5rem}.item-price:before{content:"Price:";font-weight:500;color:#6b7280;font-size:.85rem;margin-bottom:.1rem}}.quantity-control{display:flex;align-items:center;width:120px;border:1px solid #d1d5db;border-radius:4px;overflow:hidden}@media screen and (max-width: 520px){.quantity-control{width:100px}}.quantity-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;border:none;font-size:1rem;font-weight:600;color:#4b5563;cursor:pointer;transition:background-color .2s}@media screen and (max-width: 520px){.quantity-btn{width:28px;height:28px;font-size:.9rem}}.quantity-btn:hover{background-color:#f3f4f6}.quantity-btn:disabled{color:#9ca3af;cursor:not-allowed}.quantity-input{flex:1;width:40px;height:32px;padding:0;border:none;text-align:center;font-size:.875rem;color:#1f2937;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}@media screen and (max-width: 520px){.quantity-input{height:28px;font-size:.8rem}}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.item-total{font-weight:600;color:#111827}@media screen and (max-width: 520px){.item-total{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:.2rem;align-items:start}.item-total:before{content:"Total:";font-weight:500;color:#6b7280;font-size:.85rem;margin-bottom:.1rem}}@media screen and (max-width: 520px){.item-quantity{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:.2rem;align-items:start;margin-bottom:.5rem}.item-quantity:before{content:"Quantity:";font-weight:500;color:#6b7280;font-size:.85rem;margin-bottom:.1rem}}.remove-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:transparent;border:none;color:#6b7280;border-radius:4px;cursor:pointer;transition:all .2s}@media screen and (max-width: 520px){.remove-btn{width:32px;height:32px;justify-self:flex-end}}.remove-btn:hover{background-color:#fee2e2;color:#b91c1c}.cart-sidebar{width:100%}@media screen and (max-width: 520px){.cart-sidebar{order:-1;margin-bottom:1rem}}.order-summary{background-color:#f9fafb;border-radius:8px;padding:1.5rem}@media screen and (max-width: 520px){.order-summary{padding:1.25rem;border-radius:4px}}.order-summary h2{margin:0 0 1.5rem;font-size:1.25rem;color:#111827}@media screen and (max-width: 520px){.order-summary h2{font-size:1.1rem;margin-bottom:1.25rem}}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.95rem;color:#4b5563}@media screen and (max-width: 520px){.summary-row{font-size:.9rem;margin-bottom:.75rem}}.summary-row.total{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;font-size:1.125rem;font-weight:600;color:#111827}@media screen and (max-width: 520px){.summary-row.total{margin-top:1.25rem;padding-top:1.25rem;font-size:1.05rem}}.checkout-btn{width:100%;margin-top:1.5rem;padding:.875rem;background-color:#10b981;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}@media screen and (max-width: 520px){.checkout-btn{margin-top:1.25rem;padding:.75rem;font-size:.95rem;border-radius:4px}}.checkout-btn:hover{background-color:#059669}.continue-shopping-link{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;color:#4b5563;text-decoration:none;transition:color .2s}@media screen and (max-width: 520px){.continue-shopping-link{margin-top:1.25rem;font-size:.9rem}}.continue-shopping-link:hover{color:#111827}@media screen and (max-width: 520px){.mobile-grid-container{display:grid;grid-template-columns:50% 50%;grid-template-rows:auto auto;gap:.75rem;align-items:center;width:100%;grid-column:1/-1}.mobile-grid-container .item-price{grid-column:1;grid-row:1;display:grid;grid-template-rows:auto auto;gap:.2rem}.mobile-grid-container .item-price:before{content:"Price:";font-weight:500;color:#6b7280;font-size:.85rem}.mobile-grid-container .item-total{grid-column:2;grid-row:1;justify-self:end;display:grid;grid-template-rows:auto auto;gap:.2rem}.mobile-grid-container .item-total:before{content:"Total:";font-weight:500;color:#6b7280;font-size:.85rem}.mobile-grid-container .item-quantity{grid-column:1;grid-row:2;display:grid;grid-template-rows:auto auto;gap:.2rem}.mobile-grid-container .item-quantity:before{content:"Quantity:";font-weight:500;color:#6b7280;font-size:.85rem}.mobile-grid-container .item-actions{grid-column:2;grid-row:2;justify-self:end}}.spinner-container{display:flex;flex-direction:column;align-items:center;margin-top:2rem}@media screen and (max-width: 520px){.spinner-container{margin-top:1.5rem}}.spinner-container p{margin-top:1rem;color:#6b7280}@media screen and (max-width: 520px){.spinner-container p{margin-top:.75rem;font-size:.9rem}}@media (max-width: 992px) and (min-width: 521px){.cart-content{grid-template-columns:1fr}.cart-sidebar{order:-1;margin-bottom:1.5rem}}@media (max-width: 768px) and (min-width: 521px){.cart-items-header{display:none}.cart-item{grid-template-columns:1fr;gap:1rem;padding:1.5rem}.item-product{grid-column:1/-1}.item-price,.item-quantity,.item-total{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:.3rem;align-items:start}.item-price:before{content:"Price:";font-weight:500;color:#6b7280}.item-quantity:before{content:"Quantity:";font-weight:500;color:#6b7280}.item-total:before{content:"Total:";font-weight:500;color:#6b7280}.item-actions{justify-self:flex-end;margin-top:.5rem}.cart-header{flex-direction:column;align-items:flex-start;gap:1rem}.cart-content{padding:1rem}}.address-selector-container{display:flex;flex-direction:column;width:100%;max-width:1200px;margin:0 auto;padding:20px;gap:20px}@keyframes pulseRadius{0%{stroke-opacity:.8;stroke-width:2}50%{stroke-opacity:1;stroke-width:4}to{stroke-opacity:.8;stroke-width:2}}@media (min-width: 768px){.address-selector-container{flex-direction:row}}.address-selector-container.mobile{padding:10px;gap:15px}.address-selector-container .map-wrapper{flex:1;position:relative;height:400px;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.mobile .address-selector-container .map-wrapper{height:300px}.address-selector-container .map-wrapper .map{width:100%;height:100%}@media screen and (max-width: 520px){.address-selector-container .map-wrapper .map{height:30rem}}.address-selector-container .map-wrapper .map-controls{position:absolute;right:10px;bottom:25px;z-index:999;display:flex;flex-direction:column;gap:8px}.address-selector-container .map-wrapper .map-controls button{width:40px;height:40px;border:none;border-radius:4px;background-color:#fff;box-shadow:0 2px 4px #0003;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#333;transition:all .2s ease}.address-selector-container .map-wrapper .map-controls button:hover{background-color:#f0f0f0;transform:scale(1.05)}.address-selector-container .map-wrapper .map-controls button:active{transform:translateY(1px);background-color:#e0e0e0}.address-selector-container .map-wrapper .map-controls button:focus{outline:none;box-shadow:0 0 0 2px #10b98133,0 2px 4px #0003}.address-selector-container .form{flex:1;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a}.address-selector-container .form .title{font-size:1.5rem;font-weight:600;margin-bottom:20px;color:#10b981}.address-selector-container .form .form-section-title{font-size:1.2rem;font-weight:600;margin:20px 0 15px;color:#10b981;border-bottom:1px solid #e5e5e5;padding-bottom:8px}.mobile .address-selector-container .form .form-section-title{font-size:1.1rem;margin:15px 0 10px;padding-bottom:6px}.address-selector-container .form .form-row{display:flex;gap:10px;margin-bottom:15px}.address-selector-container .form .form-row.mobile{flex-direction:column;gap:0}.address-selector-container .form .form-group{margin-bottom:15px}.address-selector-container .form .form-group.half{flex:1}.address-selector-container .form .form-group label{display:block;margin-bottom:5px;font-weight:500;color:#333}.address-selector-container .form .form-group label:after{content:"*";color:#ef4444;margin-left:2px}.address-selector-container .form .form-group label[for=addressLine2]:after{content:""}.address-selector-container .form .form-group .address-input,.address-selector-container .form .form-group .form-input,.address-selector-container .form .form-group .form-select{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s}.mobile .address-selector-container .form .form-group .address-input,.mobile .address-selector-container .form .form-group .form-input,.mobile .address-selector-container .form .form-group .form-select{padding:10px;font-size:.95rem}.address-selector-container .form .form-group .address-input:focus,.address-selector-container .form .form-group .form-input:focus,.address-selector-container .form .form-group .form-select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 2px #10b98133}.address-selector-container .form .form-group .address-input:invalid,.address-selector-container .form .form-group .form-input:invalid,.address-selector-container .form .form-group .form-select:invalid{border-color:#ef4444}.address-selector-container .form .address-form{margin-top:20px;animation:fadeIn .3s ease-in-out}.address-selector-container .form .address-form .address-confirmation{margin:20px 0;padding:15px;background-color:#f8f9fa;border-radius:6px;border-left:4px solid #10b981}.mobile .address-selector-container .form .address-form .address-confirmation{padding:10px;margin:15px 0}.address-selector-container .form .address-form .address-confirmation h3{margin-top:0;font-size:1.1rem;color:#333}.address-selector-container .form .address-form .address-confirmation .address-text{font-weight:500;margin:10px 0}.mobile .address-selector-container .form .address-form .address-confirmation .address-text{font-size:.95rem}.address-selector-container .form .address-form .address-confirmation .note{font-size:.9rem;color:#666;margin-bottom:0}.mobile .address-selector-container .form .address-form .address-confirmation .note{font-size:.85rem}.address-selector-container .form .address-form .button-group{display:flex;gap:10px;margin-top:20px}.address-selector-container .form .address-form .button-group.mobile{gap:8px}.address-selector-container .form .address-form .button-group button{flex:1;padding:12px;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s}.address-selector-container .form .address-form .button-group button.cancel-btn{background-color:#f1f1f1;color:#333}.address-selector-container .form .address-form .button-group button.cancel-btn:hover{background-color:#e1e1e1}.mobile .address-selector-container .form .address-form .button-group button.cancel-btn{padding:10px}.address-selector-container .form .address-form .button-group button.save-btn{background-color:#10b981;color:#fff}.address-selector-container .form .address-form .button-group button.save-btn:hover{background-color:#0d9668}.mobile .address-selector-container .form .address-form .button-group button.save-btn{padding:10px}.error-container{padding:20px;background-color:#fef2f2;border:1px solid #fee2e2;border-radius:8px;margin:20px;text-align:center}.error-container h2{color:#ef4444;margin-bottom:10px}.error-container p{color:#666}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.checkout-container{max-width:1200px;margin:0 auto;padding:2rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.checkout-container .checkout-header{margin-bottom:2rem}.checkout-container .checkout-header h1{font-size:2rem;font-weight:600;margin:0 0 1rem}.checkout-container .checkout-header .checkout-steps{display:flex;align-items:center;margin-top:1.5rem}.checkout-container .checkout-header .checkout-steps .step{display:flex;flex-direction:column;align-items:center;position:relative}.checkout-container .checkout-header .checkout-steps .step .step-number{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f3f4f6;color:#6b7280;font-weight:600;margin-bottom:.5rem;transition:all .3s ease}.checkout-container .checkout-header .checkout-steps .step .step-title{font-size:.875rem;color:#6b7280}.checkout-container .checkout-header .checkout-steps .step.active .step-number{background-color:#10b981;color:#fff}.checkout-container .checkout-header .checkout-steps .step.active .step-title{color:#10b981;font-weight:500}.checkout-container .checkout-header .checkout-steps .step.completed .step-number{background-color:#10b981;color:#fff}.checkout-container .checkout-header .checkout-steps .step-line{flex:1;height:2px;background-color:#e5e7eb;margin:0 .5rem 1.5rem}.checkout-container .checkout-header .checkout-steps .step-line.completed{background-color:#10b981}.checkout-container .free-shipping-banner{background-color:#ecfdf5;border:1px solid #a7f3d0;border-radius:.375rem;padding:.75rem 1rem;margin-bottom:1.5rem;text-align:center}.checkout-container .free-shipping-banner p{margin:0;color:#065f46;font-weight:500;font-size:.95rem}.checkout-container .checkout-content{display:flex;gap:2rem}@media (max-width: 768px){.checkout-container .checkout-content{flex-direction:column}}.checkout-container .checkout-items{flex:1;background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.checkout-container .checkout-items h2{font-size:1.5rem;font-weight:600;margin-top:0;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.checkout-container .checkout-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e7eb}.checkout-container .checkout-item:last-child{border-bottom:none}.checkout-container .checkout-item .item-image{width:80px;height:80px;flex-shrink:0}.checkout-container .checkout-item .item-image img{width:100%;height:100%;object-fit:cover;border-radius:.25rem}.checkout-container .checkout-item .item-details{flex:1}.checkout-container .checkout-item .item-details h3{font-size:1rem;font-weight:500;margin:0 0 .5rem}.checkout-container .checkout-item .item-details .item-quantity,.checkout-container .checkout-item .item-details .item-price{font-size:.875rem;color:#4b5563;margin:.25rem 0}.checkout-container .checkout-item .item-details .item-price{font-weight:500}.checkout-container .summary{margin-top:2rem;padding-top:1rem;border-top:1px solid #e5e7eb}.checkout-container .summary .summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.875rem;color:#4b5563}.checkout-container .summary .summary-row.total{font-size:1.125rem;font-weight:600;color:#000;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.checkout-container .free-shipping-notice{margin-top:1rem;padding:.75rem 1rem;background-color:#fffbeb;border:1px solid #fef3c7;border-radius:.375rem}.checkout-container .free-shipping-notice p{margin:0;color:#92400e;font-size:.875rem;font-weight:500}.checkout-container .payment-btn{display:block;width:100%;padding:.75rem 1rem;margin-top:2rem;background-color:#10b981;color:#fff;border:none;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .15s ease-in-out}.checkout-container .payment-btn:hover{background-color:#059669}.checkout-container .payment-btn:disabled{background-color:#d1d5db;cursor:not-allowed}.checkout-container .payment-btn .button-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}.checkout-container .checkout-address-selection{width:100%;margin:0 auto}.checkout-container .shipping-address-summary{margin:1.5rem 0;padding:1rem;background-color:#f9fafb;border-radius:.5rem;border-left:4px solid #10b981}.checkout-container .shipping-address-summary h3{font-size:1.25rem;font-weight:600;margin-top:0;margin-bottom:1rem;color:#111827}.checkout-container .shipping-address-summary .address-details{font-size:.875rem}.checkout-container .shipping-address-summary .address-details .address-title{font-weight:600;margin:0 0 .5rem}.checkout-container .shipping-address-summary .address-details .address-line{margin:.25rem 0;color:#4b5563}.checkout-container .shipping-address-summary .address-details .address-type{margin:.25rem 0;color:#6b7280;font-style:italic}.checkout-container .shipping-address-summary .address-details .change-address-btn{margin-top:.75rem;background:none;border:none;color:#10b981;font-size:.875rem;padding:0;cursor:pointer;text-decoration:underline;font-weight:500}.checkout-container .shipping-address-summary .address-details .change-address-btn:hover{color:#059669}.payment-form-container{width:100%;max-width:600px;margin:0 auto}.payment-form-container .payment-header{margin-bottom:2rem;text-align:center}.payment-form-container .payment-header h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.payment-form-container .payment-header .payment-total{font-size:1.125rem;font-weight:500;margin-bottom:.25rem}.payment-form-container .payment-header .payment-subtotals{font-size:.875rem;color:#6b7280;margin-top:0}.payment-form-container .drop-in-container{min-height:400px;margin-top:1rem;width:100%;display:block}.checkout-loading,.payment-success{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.checkout-loading h1,.payment-success h1{font-size:2rem;font-weight:600;margin:1rem 0}.checkout-loading p,.payment-success p{font-size:1rem;color:#4b5563;max-width:400px}.checkout-loading .spinner-container,.payment-success .spinner-container{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem}.checkout-loading .spinner,.payment-success .spinner{width:2.5rem;height:2.5rem;border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#10b981;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.waitlist-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 8.5rem);background-color:#f9fafb}@media screen and (max-width: 520px){.waitlist-container{margin:0 1rem}}.waitlist-container .waitlist-content{text-align:center;background:#fff;padding:40px;border-radius:var(--border-radius);box-shadow:var(--box-shadow);max-width:500px}.waitlist-container .waitlist-content h1{margin-bottom:20px;color:#111827}.waitlist-container .waitlist-content p{margin-bottom:30px;color:#4b5563}.waitlist-container .waitlist-content .waitlist-form{display:flex;justify-content:center}@media screen and (max-width: 520px){.waitlist-container .waitlist-content .waitlist-form{flex-direction:column;gap:.5rem}}.waitlist-container .waitlist-content .waitlist-form .waitlist-input{width:300px;padding:10px;border:1px solid #e5e7eb;border-radius:var(--input-border-radius) 0 0 var(--input-border-radius)}.waitlist-container .waitlist-content .waitlist-form .waitlist-input:focus{outline:none;border-color:var(--success-color);box-shadow:0 0 0 3px #10b98133}@media screen and (max-width: 520px){.waitlist-container .waitlist-content .waitlist-form .waitlist-input{width:100%;border-radius:var(--input-border-radius)}}.waitlist-container .waitlist-content .waitlist-form .waitlist-button{padding:.75rem 1.5rem;border-radius:var(--input-border-radius);font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:background-color var(--transition-fast);text-align:center;display:inline-block;background-color:var(--primary-color);color:#fff;border-radius:0 var(--input-border-radius) var(--input-border-radius) 0}.waitlist-container .waitlist-content .waitlist-form .waitlist-button:disabled{cursor:not-allowed;opacity:.7}.waitlist-container .waitlist-content .waitlist-form .waitlist-button:hover:not(:disabled){background-color:var(--primary-dark)}@media screen and (max-width: 520px){.waitlist-container .waitlist-content .waitlist-form .waitlist-button{width:100%;border-radius:var(--input-border-radius)}}:root{--primary-color: #2F9CC7;--primary-dark: #2080a3;--success-color: #10b981;--success-dark: #059669;--danger-color: #ef4444;--danger-dark: #b91c1c;--warning-color: #f59e0b;--brand-color: #095859;--light-gray: #F2F2F2;--border-color: #e5e7eb;--text-dark: #111827;--text-medium: #4b5563;--text-light: #6b7280;--bg-light: #f9fafb;--bg-input: #f3f4f6;--badge-success-bg: #e8f5e9;--badge-success-text: #2e7d32;--badge-danger-bg: #ffebee;--badge-danger-text: #c62828;--badge-warning-bg: #fff8e1;--badge-warning-text: #f57c00;--max-width: 1440px;--border-radius: 8px;--input-border-radius: .375rem;--box-shadow: 0 2px 10px rgba(0, 0, 0, .08);--box-shadow-hover: 0 8px 24px rgba(0, 0, 0, .12);--transition-fast: .2s ease;--transition-medium: .3s ease}.app-container{width:100%;max-width:var(--max-width);margin:0 auto;min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.main-content{flex:1}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem}@media screen and (max-width: 520px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media screen and (max-width: 576px){.products-grid{grid-template-columns:1fr}}@media screen and (max-width: 520px){.app-header{padding:1rem}.app-header .logo-link{font-size:1.25rem}.app-header .nav{gap:.5rem}}@media screen and (max-width: 520px){.btn{padding:.625rem 1.25rem;font-size:.95rem}}@media screen and (max-width: 520px){.cart-content{padding:1rem}.cart-content .cart-items-header{display:none}.cart-content .cart-item{grid-template-columns:1fr;gap:1rem;padding:1.5rem}}#root{min-height:100vh;display:flex;flex-direction:column;width:100%}.app-container{width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:#fff;max-width:none}.top-banner{width:100%;background-color:#2f9cc7;color:#fff;text-align:center;letter-spacing:.1rem;font-size:1.5rem}.app-header{display:flex;justify-content:center;align-items:center;padding:0 3rem;background-color:#e7f9f0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000000d;width:100%;height:5.5rem}.app-header .cart-position{position:absolute;right:3rem;top:50%;transform:translateY(-50%)}.app-header .header-center{display:flex;justify-content:center;align-items:center;gap:12rem}@media (max-width: 1200px){.app-header .header-center{gap:8rem}}@media (max-width: 1080px){.app-header .header-center{gap:6rem}}.app-header .category-link{font-size:1.35rem;font-weight:700;color:#095859;text-decoration:none;letter-spacing:.05rem;transition:color .2s;width:6rem}.app-header .category-link:hover,.app-header .logo-link:hover{color:#2f9cc7}.app-header .logo-link .logo-image{object-fit:contain;transition:transform .3s ease;height:7rem}.app-header .logo-link:hover .logo-image{transform:scale(1.1)}.app-header .nav-link{text-decoration:none;color:#495057;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .2s;display:flex;align-items:center;gap:.5rem}.app-header .nav-link:hover{color:#2f9cc7;background-color:#2f9cc71a}.app-header .nav-link.cart-icon-link{font-size:1.1rem;font-weight:600;color:#095859}.app-header .nav-link.cart-icon-link .badge{position:absolute;top:-8px;right:-8px;background-color:#ff4757;color:#fff;font-size:.7rem;font-weight:700;height:18px;width:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.landing-section{display:flex;width:100%;height:87vh;background-color:#f5fffa}.landing-section .landing-image-container{flex:0 0 50%}.landing-section .landing-image-container .landing-image{width:100%;height:100%;border-radius:0 3rem 3rem 0;object-fit:cover}.landing-section .landing-content{flex:0 0 50%;display:flex;gap:3rem;flex-direction:column;justify-content:center;align-items:center;padding:3rem}.landing-section .landing-content .landing-title{font-size:2.9rem;font-weight:700;color:#095859;text-align:center;margin-bottom:0;line-height:1.3}.landing-section .landing-content .landing-subtitle{font-size:2.2rem;margin-bottom:1rem}.landing-section .landing-content .shop-now-btn{background-color:#2f9cc7;color:#fff;font-size:1.2rem;padding:1.2rem 2.5rem;border-radius:3rem;cursor:pointer;text-decoration:none;display:inline-block;font-size:1.7rem;font-weight:700;transition:background-color .3s ease,transform .2s ease}.landing-section .landing-content .shop-now-btn:hover{background-color:#2080a3;transform:translateY(-2px)}.icons-container{display:flex;justify-content:center;align-items:center;width:100%;gap:4rem;margin:5rem 0}.icons-container .item{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;width:15rem;height:11rem;font-size:1.5rem;font-weight:700;color:#005d4a;cursor:pointer;position:relative;overflow:hidden;border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease}.icons-container .item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2f9cc7,#7fdbff);transform:translate(-100%);transition:transform .4s ease;z-index:1}.icons-container .item:hover{transform:scale(1.05);box-shadow:0 8px 24px #00000026}.icons-container .item:hover:before{transform:translate(0)}.icons-container .item:hover .icon{transform:scale(1.1);filter:brightness(0) invert(1)}.icons-container .item:hover p{color:#fff;transform:translateY(-2px)}.icons-container .item .icon{width:6rem;margin-top:1rem;height:6rem;position:relative;z-index:2;transition:transform .3s ease}.icons-container .item p{position:relative;z-index:2;transition:color .3s ease,transform .3s ease}.awards-banner{width:100%;text-align:center;padding:2rem 1rem;font-size:3rem;color:#1f5772}.awards-banner .awards-image{display:block;max-width:90%;height:auto;margin:2rem auto}.main-content{width:100%;background-color:#f5fffa}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}@media (min-width: 1200px){.products-grid{grid-template-columns:repeat(auto-fil,1fr)}}@media (max-width: 1299px) and (min-width: 768px){.products-grid{width:90%;margin-left:auto;margin-right:auto;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media (max-width: 767px){.products-grid{width:90%;margin-left:auto;margin-right:auto;grid-template-columns:1fr;gap:1rem}}.cart-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 20px #00000014;padding:2rem}.cart-container .cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid #e9ecef;padding-bottom:1rem}.cart-container .cart-header h1{margin:0}.cart-container .cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-container .cart-item{display:grid;gap:2rem;align-items:center;padding:1.5rem;border-radius:8px;background-color:#fff;box-shadow:0 2px 8px #0000000d;transition:transform .2s,box-shadow .2s}.cart-container .cart-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.cart-container .cart-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;text-align:center;cursor:pointer;transition:all .2s;border:none}.btn-primary{background-color:#2f9cc7;color:#fff}.btn-primary:hover{background-color:#2080a3}.btn-success{background-color:#28a745;color:#fff}.btn-success:hover{background-color:#218838}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}.btn-outline{background-color:transparent;border:1px solid currentColor}.btn-outline-primary{color:#2f9cc7;border-color:#2f9cc7}.btn-outline-primary:hover{background-color:#2f9cc7;color:#fff}@media (max-width: 1299px) and (min-width: 768px){.app-header{padding:0 2rem}.app-header .cart-position{right:2rem}.app-header .header-center{gap:4rem}.app-header .category-link{font-size:1.2rem;width:5rem}.app-header .logo-image{height:5rem}.top-banner{font-size:1.3rem}.landing-section{height:70vh}.landing-section .landing-content{padding:2rem;gap:2rem}.landing-section .landing-content .landing-title{font-size:1.9rem}.landing-section .landing-content .landing-subtitle{font-size:1.6rem;margin-bottom:1rem}.landing-section .landing-content .shop-now-btn{font-size:1.4rem;padding:1rem 2rem}.icons-container{gap:2.5rem;margin:3rem 0}.icons-container .item{width:12rem;height:9rem;font-size:1.3rem}.icons-container .item .icon{width:4.5rem;height:4.5rem}.awards-banner{font-size:2.2rem;padding:1.5rem}.awards-banner .awards-image{max-width:85%;margin:1.5rem auto}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.cart-item{gap:1.5rem;padding:1.2rem}}@media (max-width: 767px){.landing-section{flex-direction:column;align-items:center;padding:1rem;height:auto}.landing-section .landing-image-container{border-radius:1.2rem;width:90%;flex:none}.landing-section .landing-image-container .landing-image{height:19rem;border-radius:1.5rem;width:100%;object-fit:cover}.landing-section .landing-content{flex:none;width:100%;padding:1.5rem;gap:1.5rem}.landing-section .landing-content .landing-title{font-size:1.3rem;margin:0}.landing-section .landing-content .landing-subtitle{font-size:1.2rem;margin-bottom:.5rem}.landing-section .landing-content .shop-now-btn{font-size:1.1rem;padding:.8rem 1.4rem}.icons-container{flex-direction:column;gap:1.5rem;margin:2rem 0}.icons-container .item{width:80%;max-width:20rem;height:8rem;font-size:1.2rem}.icons-container .item .icon{width:4rem;height:4rem}.quality-banner{font-size:1.5rem}.awards-banner{font-size:1.5rem;padding:1rem}.awards-banner .awards-image{width:100%;max-width:unset;margin:1rem auto}.top-banner{font-size:1.2rem}.app-header{padding:.5rem;flex-direction:row;justify-content:center}.app-header .cart-position{position:absolute;right:1rem}.app-header .header-center{gap:0;width:100%;justify-content:space-between;align-items:center;padding:0 1rem}.app-header .mobile-menu-button{order:1}.app-header .logo-link{order:2}.app-header .mobile-menu-spacer{order:3;width:40px}.app-header .logo-image.logo-image{height:6rem}.app-header .category-link{display:none}.products-grid{grid-template-columns:1fr;gap:1rem}.cart-item{grid-template-columns:80px 1fr;gap:1rem;padding:1rem}}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{display:inline-block;width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:spinner 1s linear infinite}
