:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}a{font-weight:500;color:#000;text-decoration:none}a:hover{color:#666}body{margin:0;padding:0;min-width:320px;min-height:100vh}h1{font-size:2.5em;line-height:1.1}h2{font-size:2em;margin-bottom:.5em}button{border:none;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#000;color:#fff;cursor:pointer;transition:background-color .25s}button:hover{background-color:#333}button:focus,button:focus-visible{outline:2px solid #000000}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,Helvetica,sans-serif;background-color:#f5f5f5}#root{width:100%;max-width:100%;margin:0;padding:0;text-align:left}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:20px;max-width:1200px;margin:0 auto;width:100%}.placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;border-radius:8px;padding:40px;margin-top:20px;box-shadow:0 2px 10px #0000001a}.placeholder h2{margin-bottom:10px;color:#333}.placeholder p{color:#666}.cart-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:flex-end;z-index:1000;animation:fadeIn .3s ease-out}.cart-modal{background:#fff;width:100%;max-width:450px;height:100vh;display:flex;flex-direction:column;box-shadow:-2px 0 10px #0000001a;animation:slideIn .3s ease-out}.checkout-form-modal{max-width:500px}.confirmation-modal{max-width:500px;display:flex;align-items:center;justify-content:center}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}.cart-header h2{margin:0;font-size:1.5rem}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;transition:color .2s}.close-button:hover{color:#000}.cart-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.empty-cart{flex:1;display:flex;align-items:center;justify-content:center;padding:20px}.empty-cart p{font-size:1.2rem;color:#666}.cart-items{flex:1;overflow-y:auto;padding:20px}.cart-item{display:flex;padding:15px 0;border-bottom:1px solid #eee}.cart-item:last-child{border-bottom:none}.item-image{width:100px;height:120px;margin-right:15px}.item-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.item-details{flex:1;display:flex;flex-direction:column}.item-details h3{margin:0 0 10px;font-size:1rem;font-weight:500}.item-price{margin:0 0 15px;font-weight:700;color:#333}.quantity-controls{display:flex;align-items:center;margin-top:auto}.quantity-btn{width:30px;height:30px;background:#f5f5f5;border:none;border-radius:4px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-btn:hover{background:#e0e0e0}.quantity{margin:0 10px;font-weight:500}.remove-item{background:none;border:none;color:#999;font-size:1.2rem;cursor:pointer;align-self:flex-start;padding:5px}.remove-item:hover{color:#ff6b6b}.cart-summary{border-top:1px solid #eee;padding:20px;background:#fafafa}.summary-row{display:flex;justify-content:space-between;margin-bottom:10px}.summary-row.total{font-weight:700;font-size:1.1rem;margin-top:10px;padding-top:10px;border-top:1px solid #eee}.checkout-button{width:100%;padding:15px;background-color:#000;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;margin-top:20px;transition:background-color .2s}.checkout-button:hover{background-color:#333}.checkout-form{padding:20px;overflow-y:auto;flex:1}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:5px;font-weight:500;color:#333}.form-group input,.form-group textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.form-group textarea{min-height:80px;resize:vertical}.form-actions{display:flex;gap:10px;margin-top:30px}.cancel-button,.submit-button{flex:1;padding:12px;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.cancel-button{background-color:#f5f5f5;color:#333}.cancel-button:hover{background-color:#e0e0e0}.submit-button{background-color:#000;color:#fff}.submit-button:hover{background-color:#333}.confirmation-content{padding:30px;text-align:center}.confirmation-content h2{margin-top:0;margin-bottom:20px;color:#28a745}.confirmation-content p{margin-bottom:15px;color:#333}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width: 768px){.cart-modal,.checkout-form-modal,.confirmation-modal{max-width:100%}}.header{width:100%;background-color:#fff;box-shadow:0 2px 10px #0000001a;padding:10px 20px;font-family:Arial,Helvetica,sans-serif}.header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.logo{flex:1}.logo h1{font-size:36px;font-weight:700;letter-spacing:2px;margin:0;font-family:Satisfy,cursive;color:#333;text-shadow:.5px .5px 1px rgba(0,0,0,.1)}.logo a{text-decoration:none;color:inherit}.logo a:hover{color:inherit}.search-bar{flex:2;display:flex;border:1px solid #e0e0e0;border-radius:20px;overflow:hidden;max-width:500px}.search-bar input{flex:1;padding:10px 15px;border:none;outline:none;font-size:14px}.search-button{background-color:#000;color:#fff;border:none;padding:0 15px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:0 20px 20px 0}.search-button svg{font-size:18px}.header-icons{flex:1;display:flex;justify-content:flex-end;align-items:center}.icon-item{margin-left:20px;position:relative;cursor:pointer;font-size:20px}.cart-count,.wishlist-count{position:absolute;top:-8px;right:-8px;background-color:#000;color:#fff;font-size:10px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.main-nav{width:100%;overflow-x:auto}.main-nav ul{display:flex;list-style:none;padding:0;margin:0;white-space:nowrap}.main-nav li{margin-right:20px}.main-nav a{text-decoration:none;color:#000;font-size:14px;font-weight:500;padding:5px 0;display:inline-block}.main-nav a:hover{color:#666}.mobile-search-icon{display:none}.search-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;display:flex;justify-content:center;align-items:flex-start}.search-modal-content{background:#fff;width:100%;max-width:600px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000026;margin-top:0;animation:slideDown .3s ease}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.search-modal-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #eee}.search-modal-header h3{margin:0;font-size:18px}.close-modal{background:none;border:none;font-size:20px;cursor:pointer;color:#666;padding:0}.search-modal-input{display:flex;padding:15px 20px;border-bottom:1px solid #eee}.search-modal-input input{flex:1;padding:10px 15px;border:1px solid #e0e0e0;border-right:none;outline:none;font-size:14px;border-radius:4px 0 0 4px}.search-modal-input .search-button{border-radius:0 4px 4px 0}.search-suggestions{padding:15px 20px}.search-suggestions h4{margin-top:0;margin-bottom:10px;font-size:14px;color:#666}.suggestion-tags{display:flex;flex-wrap:wrap;gap:10px}.suggestion-tag{background:#f5f5f5;padding:6px 12px;border-radius:20px;font-size:12px;color:#333;cursor:pointer}.suggestion-tag:hover{background:#e0e0e0}@media (max-width: 768px){.header-top{flex-direction:row;align-items:center;flex-wrap:wrap}.logo{flex:1;margin-bottom:0}.desktop-search{display:none}.mobile-search-icon{display:block}.header-icons{flex:1;justify-content:flex-end}.icon-item{margin-left:15px}.icon-item:first-child{margin-left:0}}.fade-container{position:relative;width:100%;max-width:1200px;margin:20px auto;overflow:hidden}.fade-slider{position:relative;width:100%;height:460px;overflow:hidden;border-radius:20px}.fade-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .8s ease-in-out,visibility .8s;z-index:1}.fade-slide.active{opacity:1;visibility:visible;z-index:2}.fade-dots{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.fade-dot{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;border:none;cursor:pointer;transition:background-color .3s}.fade-dot.active{background-color:#fff;width:30px;border-radius:6px}@media (max-width: 992px){.fade-slider{height:auto;min-height:450px}}@media (max-width: 768px){.fade-container{display:none}}.trend-slide{width:100%;height:400px;flex-shrink:0;background:linear-gradient(135deg,#9370db,#b19cd9);color:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 20px #0000001a}.trend-content{display:flex;height:100%;padding:20px}.trend-info{width:25%;display:flex;flex-direction:column;justify-content:center;padding:15px}.trend-title{font-size:2.8rem;font-weight:700;margin-bottom:12px;text-shadow:1px 1px 2px rgba(0,0,0,.2);font-family:Satisfy,cursive}.trend-subtitle{font-size:1.3rem;margin-bottom:15px;letter-spacing:.5px;font-family:Satisfy,cursive}.trend-description{font-size:1rem;margin-bottom:20px;line-height:1.5;opacity:.9;max-width:90%}.product-card{width:20%;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 12px #00000026;transition:all .3s ease}.trend-button{background:none;border:none;color:#fff;font-size:1rem;cursor:pointer;padding:0;margin-top:15px;display:flex;align-items:center}.circle-icon{display:flex;align-items:center;justify-content:center;width:35px;height:35px;background-color:#fff;color:#9370db;border-radius:50%;margin-right:10px;box-shadow:0 2px 5px #0003;transition:transform .2s}.trend-button:hover .circle-icon{transform:scale(1.1)}.trend-button span:not(.circle-icon){font-weight:500;letter-spacing:.5px;transition:letter-spacing .3s}.trend-button:hover span:not(.circle-icon){letter-spacing:1px}@media (max-width: 992px){.trend-content{flex-direction:column}.trend-info,.product-container{width:100%}.trend-info{text-align:center;padding:15px}.trend-description{max-width:100%;margin:0 auto 20px}.product-container{overflow-x:auto;padding:15px 0;justify-content:flex-start;gap:20px}.product-card{min-width:170px;flex-shrink:0}.trend-slide{height:auto;min-height:500px}.trend-button{margin:15px auto 0}}@media (max-width: 768px){.product-card{min-width:140px}.trend-title{font-size:2rem}.trend-subtitle{font-size:1rem}.trend-description{font-size:.9rem}}.notification{position:fixed;top:20px;left:20px;background-color:#2ecc71e6;color:#fff;padding:15px 25px;border-radius:5px;box-shadow:0 4px 12px #00000026;z-index:10000;opacity:0;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.notification.show{opacity:1;transform:translateY(0)}.notification-content{font-size:14px;font-weight:500}.top-seller-slide{width:100%;height:400px;background:linear-gradient(135deg,#ff6b6b,#ffab76);color:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 20px #0000001a}.top-seller-content{display:flex;height:100%;padding:20px}.top-seller-info{width:25%;display:flex;flex-direction:column;justify-content:center;padding:15px}.top-seller-title{font-size:2.8rem;font-weight:700;margin-bottom:12px;text-shadow:1px 1px 2px rgba(0,0,0,.2);font-family:Satisfy,cursive}.top-seller-subtitle{font-size:1.3rem;margin-bottom:15px;letter-spacing:.5px;font-family:Satisfy,cursive}.product-container{width:75%;display:flex;justify-content:center;align-items:center;gap:25px;padding:10px}.product-card{width:28%;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 12px #00000026;transition:all .3s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 20px #0003}.product-details{padding:12px}.product-description{font-size:.9rem;color:#333;margin-bottom:8px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-info{display:flex;justify-content:space-between;align-items:center}.product-price{color:#000;font-weight:700}.cart-icon-container{cursor:pointer;position:relative;font-size:20px}.product-image{width:100%;height:220px;overflow:hidden;position:relative}.product-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000 70%,#0000000d);pointer-events:none}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.08)}.product-info .product-price{color:#000;font-weight:700;padding:0;margin:0;background-color:transparent;position:static;box-shadow:none;text-align:left}.currency{font-size:.7rem;vertical-align:super}.decimal{font-size:.7rem}.save-now-button{background-color:#fff;color:#ff6b6b;border:none;padding:12px 25px;border-radius:25px;font-weight:700;display:flex;align-items:center;cursor:pointer;transition:all .3s;margin-top:15px;box-shadow:0 4px 8px #0000001a}.save-now-button:hover{background-color:#f5f5f5;transform:translateY(-3px);box-shadow:0 6px 12px #00000026}.save-now-button svg{margin-left:8px;transition:transform .3s}.save-now-button:hover svg{transform:translate(3px)}@media (max-width: 992px){.top-seller-content{flex-direction:column}.top-seller-info,.product-container{width:100%}.top-seller-info{text-align:center;padding:15px}.product-container{overflow-x:auto;padding:15px 0;justify-content:flex-start;gap:20px}.product-card{min-width:170px;flex-shrink:0}.top-seller-slide{height:auto;min-height:500px}.save-now-button{margin:15px auto 0}}@media (max-width: 768px){.product-card{min-width:140px}.top-seller-title{font-size:2rem}.top-seller-subtitle{font-size:1rem}}.mobile-view-container{display:none;width:100%;position:relative;overflow:hidden;border-radius:20px;margin:20px auto;max-width:1200px}.mobile-slider{width:100%;height:380px;position:relative;border-radius:20px;overflow:hidden}.mobile-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .8s ease-in-out,visibility .8s;z-index:1;border-radius:20px}.mobile-slide.active{opacity:1;visibility:visible;z-index:2}.mobile-slide-content{display:flex;flex-direction:column;height:100%;padding:20px;color:#fff;border-radius:20px}.mobile-slide-info{margin-bottom:15px}.mobile-slide-title{font-size:1.5rem;font-weight:600;margin-bottom:5px;font-family:Satisfy,cursive}.mobile-slide-subtitle{font-size:1.8rem;font-weight:700;margin-bottom:10px;font-family:Satisfy,cursive}.mobile-slide-tagline{display:inline-block;background-color:#ffffff4d;padding:5px 10px;border-radius:15px;font-size:.9rem;margin-bottom:10px}.mobile-slide-button{display:flex;align-items:center;background-color:#fff;color:#ff6b6b;border:none;padding:6px 12px;border-radius:4px;font-size:.8rem;font-weight:700;cursor:pointer;margin-top:10px}.mobile-slide-button svg{margin-left:5px}.mobile-products{display:flex;justify-content:space-between;margin-top:auto;padding-bottom:20px}.mobile-product-card{width:48%;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a;transform:translateY(20px);opacity:0;transition:transform .6s ease,opacity .6s ease;transition-delay:.2s}.mobile-slide.active .mobile-product-card{transform:translateY(0);opacity:1}.mobile-slide.active .mobile-product-card:nth-child(2){transition-delay:.4s}.mobile-product-image{width:100%;height:150px;overflow:hidden}.mobile-product-image img{width:100%;height:100%;object-fit:cover}.mobile-product-details{padding:10px}.mobile-product-description{font-size:.8rem;color:#333;margin-bottom:6px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-product-info{display:flex;justify-content:space-between;align-items:center}.mobile-product-price{color:#000;font-weight:700;font-size:.9rem}.mobile-cart-icon-container{cursor:pointer;position:relative;font-size:18px}.mobile-product-price .currency,.mobile-product-price .decimal{font-size:.6rem;vertical-align:super}.mobile-product-price .amount{font-size:.9rem}.mobile-slider-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.mobile-slider-dot{width:8px;height:8px;border-radius:50%;background-color:#ffffff80;border:none;cursor:pointer;transition:all .3s}.mobile-slider-dot.active{background-color:#fff;width:20px;border-radius:4px}@media (max-width: 768px){.mobile-view-container{display:block;margin:20px;max-width:none}.mobile-slider{height:350px}}.recommended-container{width:100%;max-width:1200px;margin:40px auto;padding:0 20px;animation:fadeIn .5s ease-in-out}.recommended-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #e5e5e5;padding-bottom:10px}.recommended-header h2{font-size:1.8rem;font-weight:600;font-family:Satisfy,cursive}.recommended-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}@media (max-width: 1200px){.recommended-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 992px){.recommended-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.recommended-container{margin:20px auto}.recommended-header h2{font-size:1.5rem}.recommended-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-image-container{height:200px}.view-more-button{max-width:100%;padding:10px}}@media (max-width: 480px){.recommended-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-image-container{height:180px}.product-title{font-size:.8rem}}.footer{width:100%;background-color:#f8f8f8;color:#333;padding:40px 0 20px;margin-top:50px}.upper-footer{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 20px;flex-wrap:wrap}.footer-column{width:25%;min-width:200px;margin-bottom:30px}.footer-column h3{font-size:.9rem;font-weight:600;margin-bottom:15px;font-family:Satisfy,cursive}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:10px}.footer-column ul li a{color:#666;text-decoration:none;font-size:.85rem;transition:color .3s}.footer-column ul li a:hover{color:#000}.social-icons{display:flex;gap:15px;margin-bottom:20px}.social-icons a{color:#666;font-size:1.2rem;transition:color .3s}.social-icons a:hover{color:#000}.newsletter-signup h4,.app-download h4{font-size:.8rem;font-weight:600;margin-bottom:10px}.email-signup{display:flex;margin-bottom:20px}.email-signup input{flex:1;padding:8px 12px;border:1px solid #ddd;font-size:.8rem}.email-signup button{background-color:#000;color:#fff;border:none;padding:0 15px;cursor:pointer;font-size:.7rem;transition:background-color .3s}.email-signup button:hover{background-color:#333}.app-buttons{display:flex;gap:10px}.app-button{padding:8px 12px;border:1px solid #ddd;border-radius:4px;color:#666;text-decoration:none;font-size:.8rem;transition:all .3s}.app-button:hover{background-color:#eee}.middle-footer{border-top:1px solid #eee;border-bottom:1px solid #eee;padding:30px 0}.service-features{display:flex;max-width:1200px;margin:0 auto;padding:0 20px;justify-content:space-between;flex-wrap:wrap}.service-feature{display:flex;align-items:center;width:23%;min-width:220px;margin-bottom:15px}.feature-icon{font-size:2rem;margin-right:15px;color:#555}.feature-text h4{font-size:1rem;font-weight:600;margin:0 0 5px}.feature-text p{font-size:.8rem;color:#666;margin:0}.lower-footer{display:flex;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:20px;justify-content:space-between;align-items:center}.payment-methods h4{font-size:.8rem;font-weight:600;margin-bottom:10px}.payment-icons{display:flex;flex-wrap:wrap;gap:10px}.payment-icon{padding:5px 10px;background-color:#eee;border-radius:4px;font-size:.7rem}.language-selector{display:flex;align-items:center}.language-selector svg{margin-right:5px}.language-selector select{border:1px solid #ddd;padding:5px;font-size:.8rem;background-color:transparent}.copyright{width:100%;text-align:center;margin-top:20px}.copyright p{font-size:.8rem;color:#999}@media (max-width: 992px){.footer-column{width:50%}.service-feature{width:48%}}@media (max-width: 768px){.footer-column,.service-feature{width:100%}.lower-footer{flex-direction:column;align-items:center;text-align:center}.payment-methods,.language-selector{margin-bottom:20px}}.categories-container{width:100%;max-width:1200px;margin:40px auto;padding:0 20px;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.categories-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #e5e5e5;padding-bottom:10px}.categories-header h2{font-size:1.8rem;font-weight:600;font-family:Satisfy,cursive}.view-all-button{background:none;border:none;color:#666;font-size:.9rem;cursor:pointer;padding:5px 10px}.view-all-button:hover{color:#000;text-decoration:underline}.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.product-item{display:flex;flex-direction:column;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;background-color:#fff;animation:slideUp .3s ease-out;animation-fill-mode:backwards}.product-item:nth-child(1){animation-delay:.1s}.product-item:nth-child(2){animation-delay:.2s}.product-item:nth-child(3){animation-delay:.3s}.product-item:nth-child(4){animation-delay:.4s}.product-item:nth-child(5){animation-delay:.5s}.product-item:nth-child(6){animation-delay:.6s}.product-item:nth-child(7){animation-delay:.7s}.product-item:nth-child(8){animation-delay:.8s}.product-item:nth-child(9){animation-delay:.9s}.product-item:nth-child(10){animation-delay:1s}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-item:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.product-image-container{position:relative;height:240px;overflow:hidden}.product-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-item:hover .product-image-container img{transform:scale(1.05)}.size-badge{position:absolute;bottom:10px;right:10px;background-color:#fff;color:#000;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;box-shadow:0 2px 5px #0000001a}.product-details{padding:10px}.product-title{font-size:.85rem;color:#333;font-weight:400;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-info{display:flex;justify-content:space-between;align-items:center;margin-top:5px}.product-price{display:flex;align-items:baseline;font-weight:700}.currency{font-size:.8rem;margin-right:1px}.amount{font-size:1.1rem}.decimal{font-size:.8rem}.cart-icon-container{cursor:pointer;position:relative;font-size:18px}.sale-tag{margin-left:10px;font-size:.7rem;background-color:#ff6b6b;color:#fff;padding:2px 6px;border-radius:3px}@media (max-width: 1200px){.categories-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 992px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.categories-container{margin:20px auto}.categories-header h2{font-size:1.5rem}.categories-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-image-container{height:200px}.view-more-button{max-width:100%;padding:10px}}@media (max-width: 480px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-image-container{height:180px}.product-title{font-size:.8rem}}.view-more-container{display:flex;justify-content:center;margin-top:30px}.view-more-button{display:flex;align-items:center;justify-content:center;width:100%;max-width:450px;padding:12px 20px;background-color:#fff;color:#000;border:1px solid #e0e0e0;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.view-more-button:hover{background-color:#f5f5f5}.arrow-down{margin-left:8px;font-size:.7rem}
