:root{--primary-color: #0f4c81;--secondary-color: #d6083b;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#f9f9f9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh}*{box-sizing:border-box}button{font-family:inherit}.search-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:2000;display:flex;justify-content:center;align-items:flex-start;padding-top:100px;animation:fadeIn .2s ease-out}.search-modal-content{background-color:#fff;width:90%;max-width:800px;border-radius:12px;box-shadow:0 10px 25px #0003;overflow:hidden;max-height:80vh;display:flex;flex-direction:column;animation:slideDown .3s ease-out}.search-modal-header{padding:1.5rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;background-color:#f8fbff;position:relative}.search-modal-input{width:100%;border:none;font-size:1.5rem;padding:.5rem;color:#333;outline:none;background:transparent;font-family:inherit;margin-right:50px}.search-modal-input::placeholder{color:#ccc}.search-modal-header .close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#888;transition:all .2s;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%);margin:0}.search-modal-header .close-btn:hover{color:#c53030;background-color:#fff5f5}.search-results-list{padding:1.5rem;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.no-results{text-align:center;padding:3rem;color:#888;grid-column:1 / -1}.search-result-card{display:flex;gap:1rem;padding:1rem;border:1px solid #eee;border-radius:8px;transition:box-shadow .2s}.search-result-card:hover{box-shadow:0 4px 12px #00000014}.result-image img{width:80px;height:80px;object-fit:cover;border-radius:6px}.result-details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.result-details h4{margin:0 0 .5rem;font-size:1rem;color:#333}.result-details .description{font-size:.85rem;color:#666;margin:0 0 .5rem;line-height:1.3}.price-row{display:flex;justify-content:space-between;align-items:center}.price-row .price{font-weight:700;color:#d6083b;font-size:1.1rem}.add-cart-btn{background-color:#0f4c81;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:.5rem;transition:background .2s}.add-cart-btn:hover{background-color:#0d3d66}.out-of-stock{color:#999;font-size:.9rem;font-style:italic}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.header-container{display:flex;flex-direction:column;box-shadow:0 4px 12px #0000000d}.top-bar{background-color:#d6083b;color:#fff;padding:.5rem 0;font-size:.9rem;font-weight:500;display:flex;justify-content:center}.top-bar-content{display:flex;align-items:center;gap:.5rem}.truck-icon{font-size:1.1rem}.main-header{background-color:#fff;padding:1.5rem 0}.header-wrapper{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header-logo img{height:65px;width:auto;object-fit:contain}.search-bar-container{flex:1;max-width:600px;display:flex}.search-input{flex:1;padding:.75rem 1rem;border:1px solid #e0e0e0;border-right:none;font-size:.95rem;outline:none;color:#333;background-color:#f5f5f5}.search-button{background-color:#0f4c81;border:1px solid #0f4c81;color:#fff;padding:0 1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:background .2s}.search-button:hover{background-color:#0d3d66}.user-actions{display:flex;align-items:center;gap:1.5rem}.action-item{display:flex;flex-direction:column;align-items:center;font-size:.8rem;color:#666;cursor:pointer;gap:.25rem}.icon-wrapper{position:relative;display:flex}.action-item .icon{font-size:1.5rem;color:#666}.badge{position:absolute;top:-8px;right:-8px;background-color:#d6083b;color:#fff;font-size:.7rem;font-weight:700;height:18px;width:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid white}.nav-bar{background-color:#f9f9f9;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.nav-wrapper{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center}.all-categories{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background-color:#f0f0f0;font-weight:700;color:#333;cursor:pointer;border-right:1px solid #e0e0e0}.menu-icon{font-size:1.2rem}.nav-links{display:flex;list-style:none;margin:0;padding:0;margin-left:2rem;gap:2rem}.nav-links a{text-decoration:none;color:#555;font-weight:600;font-size:.9rem;text-transform:uppercase;transition:color .2s}.nav-links a:hover{color:#d6083b}.search-dropdown{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #eee;border-radius:0 0 8px 8px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:400px;overflow-y:auto;margin-top:5px}.search-result-item{display:flex;align-items:center;padding:10px;border-bottom:1px solid #f5f5f5;cursor:pointer;transition:background .2s;text-align:left}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background-color:#f9f9f9}.search-result-item img{width:40px;height:40px;object-fit:cover;border-radius:4px;margin-right:10px}.item-info{display:flex;flex-direction:column;align-items:flex-start}.item-name{font-size:.9rem;color:#333;font-weight:500}.item-price{font-size:.85rem;color:#d6083b;font-weight:700}.favorites-dropdown{position:absolute;top:100%;right:-20px;width:300px;background:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;margin-top:10px;cursor:default;text-align:left}.favorites-dropdown:before{content:"";position:absolute;top:-6px;right:32px;width:12px;height:12px;background:#fff;transform:rotate(45deg);border-top:1px solid #eee;border-left:1px solid #eee}.favorites-dropdown-header{padding:12px 15px;font-weight:600;border-bottom:1px solid #eee;color:#333;font-size:1rem}.favorites-dropdown-list{max-height:350px;overflow-y:auto}.favorites-empty{padding:20px;text-align:center;color:#777;font-size:.9rem}.favorite-dropdown-item{display:flex;align-items:center;padding:12px 15px;border-bottom:1px solid #f5f5f5;transition:background .2s;cursor:pointer}.favorite-dropdown-item:last-child{border-bottom:none}.favorite-dropdown-item:hover{background-color:#f9f9f9}.favorite-dropdown-item img{width:50px;height:50px;object-fit:contain;border:1px solid #eee;border-radius:6px;margin-right:12px}.fav-details{display:flex;flex-direction:column;flex:1}.fav-add-cart-btn{background-color:#0f4c81;color:#fff;border:none;border-radius:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;flex-shrink:0;margin-left:10px}.fav-add-cart-btn:hover{background-color:#0d3d66}.fav-name{font-size:.9rem;font-weight:500;color:#333;margin-bottom:4px;line-height:1.2}.fav-price{font-size:.9rem;font-weight:700;color:#d6083b}.mobile-search-container,.mobile-menu-toggle{display:none}.desktop-only{display:flex!important}.mobile-menu-dropdown{position:absolute;top:100%;left:0;width:100%;background:#fff;z-index:1000;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;border-top:1px solid #eee}.mobile-menu-item{padding:1.2rem;font-size:1.1rem;border-bottom:1px solid #eee;display:flex;align-items:center;gap:1rem;color:#333;cursor:pointer}.mobile-menu-item:hover{background-color:#f9f9f9}.mobile-menu-item:last-child{border-bottom:none}.menu-icon{color:#d6083b}@media(max-width:768px){.desktop-search,.desktop-only{display:none!important}.mobile-search-container{display:block;padding:.5rem 1rem;background:#fff;border-bottom:1px solid #eee;width:100%}.mobile-menu-toggle{display:flex!important;color:#333}.header-wrapper{gap:1rem;padding:0 1rem}.header-logo img{height:40px}.user-actions{gap:1rem}.main-header{position:relative;padding:1rem 0}.action-item span{font-size:.7rem;display:none}.action-item .icon{font-size:1.4rem}.user-actions .action-item>div:nth-child(2){display:none!important}}.hero{background:linear-gradient(135deg,#fce4ec,#f8bbd0);padding:4rem 1rem;display:flex;align-items:center;justify-content:center;text-align:center;min-height:400px;margin-bottom:2rem;border-radius:0 0 20px 20px}.hero-content{max-width:800px}.hero h1{font-size:3rem;color:#c62828;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.25rem;color:#555;margin-bottom:2rem}.hero-cta{background-color:#d6083b;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:50px;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #d6083b4d}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d6083b66;background-color:#be0832}@media(max-width:768px){.hero h1{font-size:2rem}}.hero-carousel{width:100%;height:400px;background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#fce4ec;background-image:linear-gradient(135deg,#fce4ec,#f8bbd0);position:relative;cursor:pointer;transition:background-image .5s ease-in-out;border-radius:0 0 20px 20px;margin-bottom:2rem}.carousel-indicators{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px}.indicator{width:12px;height:12px;background-color:#ffffff80;border-radius:50%;cursor:pointer;transition:background-color .3s}.indicator.active{background-color:#fff;transform:scale(1.2)}@media(max-width:768px){.hero{padding:2rem 1rem;min-height:250px}.hero h1{font-size:2rem;margin-bottom:.5rem}.hero p{font-size:1rem;margin-bottom:1.5rem}.hero-cta{padding:.8rem 1.5rem;font-size:1rem}.hero-carousel{height:250px;background-size:cover}}.category-section{width:100%;margin:.5rem 0;padding:0 1rem;box-sizing:border-box}#category-grid-container{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;width:100%;margin:0 auto;padding:10px 0}.category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;transition:transform .2s,box-shadow .2s;cursor:pointer;border:1px solid transparent;flex:1 0 100px;max-width:160px;height:100%}@media(max-width:600px){#category-grid-container{display:flex;overflow-x:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch;padding-bottom:10px;gap:10px}.category-card{width:100px;min-width:100px;flex:0 0 auto;padding:.8rem .5rem}.cat-icon{font-size:1.5rem}.category-card span{font-size:.75rem}#category-grid-container::-webkit-scrollbar{display:none}#category-grid-container{-ms-overflow-style:none;scrollbar-width:none}}.category-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a;border-color:#eee}.cat-icon{font-size:1.8rem;color:#555;margin-bottom:.5rem;transition:color .2s}.category-card:hover .cat-icon{color:#d6083b}.category-card span{font-size:.8rem;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.category-card.highlight .cat-icon{color:#d6083b}.category-card.selected{border-color:#d6083b;background-color:#fff0f3}.product-section{max-width:1200px;margin:3rem auto;padding:0 1rem}.section-title{font-size:1.8rem;color:#333;margin-bottom:1.5rem;border-left:5px solid rgb(214,8,59);padding-left:1rem}.product-list{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem;scrollbar-width:thin}.product-list::-webkit-scrollbar{height:8px}.product-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.product-card{min-width:200px;background:#fff;border:1px solid #eee;border-radius:12px;padding:1rem;text-align:center;transition:box-shadow .2s;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 4px 12px #0000001a}.product-image img{width:100%;height:auto;border-radius:8px;margin-bottom:1rem}.product-name{font-size:1rem;font-weight:500;color:#333;margin-bottom:.5rem;flex-grow:1}.product-price{font-size:1.2rem;font-weight:700;color:#d6083b;margin-bottom:1rem}.add-to-cart{background-color:#0f4c81;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;transition:background .2s;width:100%}.add-to-cart:hover{background-color:#0d3d66}@media(max-width:768px){.product-section{margin:1.5rem auto;padding:0 .5rem}.section-title{font-size:1.4rem;margin-bottom:1rem}.product-list{gap:1rem}.product-card{min-width:160px;padding:.8rem}.product-name{font-size:.9rem}.product-price{font-size:1.1rem;margin-bottom:.8rem}.add-to-cart{padding:.4rem .8rem;font-size:.9rem}}.product-detail-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2100;padding:2rem}.product-detail-modal{background:#fff;width:100%;max-width:1000px;max-height:90vh;border-radius:12px;position:relative;overflow-y:auto;box-shadow:0 10px 30px #0000004d;animation:slideIn .3s ease}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem}@media(max-width:768px){.product-detail-content{grid-template-columns:1fr}}.product-gallery{display:flex;flex-direction:column;gap:1rem}.main-image{width:100%;height:400px;background:#f9f9f9;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #eee}.main-image img{max-width:100%;max-height:100%;object-fit:contain}.thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:5px}.thumbnails img{width:80px;height:80px;object-fit:contain;border:1px solid #ddd;border-radius:4px;cursor:pointer;opacity:.6;transition:opacity .2s,border-color .2s}.thumbnails img:hover,.thumbnails img.active{opacity:1;border-color:var(--primary-color)}.product-info{display:flex;flex-direction:column;gap:1.5rem}.prod-brand{text-transform:uppercase;color:#666;font-weight:600;font-size:.9rem;letter-spacing:.5px}.prod-header h1{margin:.5rem 0;font-size:2rem;color:#333}.prod-category{background:#f0f0f0;padding:4px 10px;border-radius:20px;font-size:.8rem;color:#555;display:inline-block}.prod-price-box{display:flex;align-items:center;gap:1rem;font-size:1.5rem}.old-price{text-decoration:line-through;color:#999;font-size:1.2rem}.current-price{color:var(--primary-color);font-weight:700}.discount-badge{background:#ff4757;color:#fff;font-size:.9rem;padding:2px 8px;border-radius:4px;font-weight:600}.prod-description h3{font-size:1.1rem;margin-bottom:.5rem;color:#444}.prod-description p{color:#666;line-height:1.6}.prod-actions{margin-top:1rem}.add-to-cart-btn.large{width:100%;padding:1rem;font-size:1.1rem;background-color:#0f4c81;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .2s}.add-to-cart-btn.large:hover{background-color:#0d3d66}.out-of-stock-btn.large{width:100%;padding:1rem;background:#ccc;color:#666;border:none;border-radius:8px;cursor:not-allowed;font-weight:600}.prod-meta{margin-top:auto;font-size:.9rem;color:#888;border-top:1px solid #eee;padding-top:1rem}.instock{color:#28a745;font-weight:600}.nostock{color:#dc3545;font-weight:600}@media(max-width:768px){.product-detail-modal{max-height:95vh;border-radius:8px}.product-detail-content{padding:1.5rem;gap:1.5rem}.prod-header h1{font-size:1.5rem}.main-image{height:250px}.prod-price-box{font-size:1.2rem}.current-price{font-size:1.5rem}.thumbnails img{width:60px;height:60px}}.footer{background-color:var(--primary-color);color:#fff;padding:3rem 1rem 1rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section p{opacity:.9;margin-bottom:.5rem}.social-icons{display:flex;gap:1rem;margin-top:1rem}.social-icons a{color:#fff;font-size:1.5rem;transition:opacity .2s}.social-icons a:hover{opacity:.8}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fff;text-decoration:none;opacity:.9}.footer-section ul li a:hover{text-decoration:underline}.footer-bottom{text-align:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;opacity:.8}@media(max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-section{text-align:center}.social-icons{justify-content:center}}.bacheca-section{padding:20px;background-color:#fcfcfc;border-bottom:1px solid #eee}.bacheca-container{max-width:1200px;margin:0 auto;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 6px #00000005;overflow:hidden}.bacheca-header{margin:0;padding:15px 20px;background:#0f4c81;color:#fff;font-size:1.1rem;font-weight:600}.bacheca-scroll-area{max-height:500px;overflow-y:auto;padding:15px 20px;display:flex;flex-direction:column;gap:15px}.bacheca-scroll-area::-webkit-scrollbar{width:8px}.bacheca-scroll-area::-webkit-scrollbar-track{background:#f1f1f1}.bacheca-scroll-area::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.bacheca-scroll-area::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.bacheca-card{padding-bottom:15px;border-bottom:1px dashed #e0e0e0;text-align:left}.bacheca-card:last-child{border-bottom:none;padding-bottom:0}.bacheca-title{margin:0 0 5px;color:#333;font-size:1.05rem}.bacheca-content{margin:0 0 8px;color:#555;white-space:pre-wrap;font-size:.95rem;line-height:1.4}.bacheca-date{font-size:.8rem;color:#888}#root{max-width:1280px;margin:0 auto;padding:0;text-align:center;display:flex;flex-direction:column;min-height:100vh}main{flex:1}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
