@charset "UTF-8";.navbar{position:sticky;top:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #00000014;flex-wrap:wrap;gap:1rem}.navbar__logo{font-size:1.8rem;font-weight:800;color:#2563eb;text-decoration:none;letter-spacing:-.5px;transition:all .3s ease}.navbar__logo:hover{color:#1d4ed8;transform:scale(1.05)}.navbar__search{flex:0 1 100%;max-width:clamp(300px,50vw - 2rem,400px);position:relative;display:flex;gap:.5rem;margin:0 auto}.navbar__search input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;transition:all .3s ease}.navbar__search input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.navbar__search button{padding:.75rem 1.5rem;min-width:fit-content;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.navbar__search button:hover{background:#1d4ed8;transform:translateY(-2px)}.navbar__links{display:flex;align-items:center;gap:2rem;list-style:none;font-size:clamp(.85rem,.95vw + .75rem,1rem);margin:0;padding:.5rem 0;transition:all .3s ease}.navbar__links li{position:relative}.navbar__links a{color:#7f858d;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s ease;display:flex;align-items:center;gap:.25rem}.navbar__links a:hover{color:#2563eb}.navbar__links a.active{color:#2563eb;font-weight:600}.navbar__links .cart-icon{position:relative;display:flex;align-items:center;font-size:1.4rem;transition:color .3s ease}.navbar__links .cart-icon .MuiSvgIcon-root{font-size:clamp(1.3rem,1.6vw + 1.2rem,1.8rem)}.navbar__links .cart-icon .cart-badge{position:absolute;top:-8px;right:-12px;background:#ef4444;color:#fff;font-size:clamp(.6rem,.8vw + .5rem,.75rem);font-weight:600;padding:.25rem .5rem;border-radius:999px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center}.navbar__links button{padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:clamp(.85rem,.95vw + .75rem,1rem);font-weight:500;cursor:pointer;transition:all .3s ease}.navbar__links button:hover{background:#dc2626;transform:translateY(-2px)}@media (max-width: 1024px){.navbar{flex-wrap:wrap;padding:.75rem 1rem}.navbar__logo{flex:0 1 auto;font-size:1.5rem}.navbar__search{order:2;flex:1 1 100%;max-width:100%;margin:.5rem 0}.navbar__links{flex:0 1 auto;gap:.75rem;padding:0;margin-left:auto;font-size:.9rem}.navbar__links a{padding:.35rem .5rem;font-size:.9rem}.navbar__links button{padding:.35rem .75rem;font-size:.9rem}.navbar__links .cart-icon{font-size:1.2rem}.navbar__links .cart-icon .cart-badge{font-size:.7rem;min-width:16px;height:16px;top:-6px;right:-8px}}@media (max-width: 768px){.navbar__links{width:auto;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.navbar__links li{width:auto}.navbar__links a{padding:.25rem .5rem;white-space:nowrap}.navbar__links button{padding:.25rem .5rem}.navbar__search input,.navbar__search button{padding:.5rem .75rem}}@media (max-width: 480px){.navbar{padding:.5rem;gap:.5rem}.navbar__logo{font-size:1.3rem}.navbar__search{margin:.25rem 0;gap:.35rem}.navbar__search input,.navbar__search button{padding:.35rem .5rem;font-size:.85rem}.navbar__links{gap:.35rem}.navbar__links a,.navbar__links button{font-size:.85rem;padding:.25rem .35rem}.navbar__links .cart-icon{font-size:1.1rem}}@media (prefers-color-scheme: dark){.navbar{background:#111827f2}.navbar__logo{color:#60a5fa}.navbar__logo:hover{color:#93c5fd}.navbar__search input{background:#1f2937;border-color:#374151;color:#fff}.navbar__search input:focus{border-color:#60a5fa}.navbar__links a{color:#d1d5db}.navbar__links a:hover,.navbar__links a.active{color:#60a5fa}}.home-page{max-width:1200px;margin:0 auto;padding:2rem 1rem;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.home-page__title{text-align:center;color:#2b3445;font-size:3.5rem;font-weight:700;margin:3rem 0 1rem;padding:0 1rem;letter-spacing:-.5px;animation:fadeInDown .8s ease-out}@media (max-width: 768px){.home-page__title{font-size:2.5rem;margin:2rem 0 .75rem}}.home-page__subtitle{text-align:center;color:#6c757d;font-size:1.5rem;font-weight:400;margin-bottom:3rem;padding:0 1rem;animation:fadeInUp .8s ease-out .2s both}@media (max-width: 768px){.home-page__subtitle{font-size:1.25rem;margin-bottom:2rem}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.carousel{position:relative;width:100%;height:400px;overflow:hidden;border-radius:12px;box-shadow:0 8px 32px #2563eb1a;margin-bottom:3rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);display:flex}.carousel .carousel-header{font-size:2.5rem;text-align:center;color:#2563eb;font-weight:800;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(37,99,235,.1)}.carousel .carousel-sub{font-size:1.25rem;text-align:center;color:#3b82f6;padding:1rem;font-weight:500}.carousel-item{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;padding:2rem;opacity:0;transition:all .5s ease-in-out;background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.carousel-item:first-child{opacity:1}.carousel-image-container{flex:0 0 40%;height:100%;padding:1.5rem;display:flex;align-items:center;justify-content:center;background:#fff;border-right:1px solid rgba(37,99,235,.1)}.carousel-image{max-width:100%;max-height:280px;object-fit:contain;transition:transform .4s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 4px 6px rgba(37,99,235,.1))}.carousel-image:hover{transform:scale(1.05) translateY(-5px)}.carousel-content{flex:0 0 60%;padding:3rem;color:#fff;background:linear-gradient(135deg,#2563eb,#60a5fa)}.carousel-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:800;text-shadow:0 2px 4px rgba(0,0,0,.1)}.carousel-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1e40af;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.carousel-price{font-size:2rem;font-weight:800;color:#fff;margin-bottom:1.5rem;text-shadow:0 1px 2px rgba(253,253,255,.1)}.carousel-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#fff,#fdfdfd);color:#fff;text-decoration:none;border-radius:8px;transition:all .3s ease;font-weight:600;box-shadow:0 4px 6px #2563eb1a}.carousel-button:hover{transform:translateY(-2px);box-shadow:0 8px 15px #2563eb33;background:linear-gradient(135deg,#1d4ed8,#1e40af)}.exclusive-offer{display:flex;align-items:center;border-radius:16px;overflow:hidden;margin-bottom:3rem;box-shadow:0 12px 24px #2563eb26}.exclusive-offer__image{flex:0 0 40%;padding:2rem;display:flex;align-items:center;justify-content:center;background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.exclusive-offer__image img{max-width:100%;max-height:300px;object-fit:contain;transition:transform .4s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 4px 6px rgba(37,99,235,.1))}.exclusive-offer__image img:hover{transform:scale(1.05) translateY(-5px)}.exclusive-offer__content{flex:0 0 60%;padding:3rem;color:#fff;background:linear-gradient(135deg,#2563eb,#60a5fa)}.exclusive-offer__content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:800;text-shadow:0 2px 4px rgba(0,0,0,.1)}.exclusive-offer__content p{font-size:1.2rem;margin-bottom:1rem;opacity:.9;line-height:1.6}.exclusive-offer__price{font-size:2.5rem;font-weight:800;margin:1.5rem 0;text-shadow:0 2px 4px rgba(0,0,0,.1)}.exclusive-offer__button{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#2563eb;text-decoration:none;border-radius:8px;font-weight:700;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.exclusive-offer__button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 15px #00000026;background:#f8fafc}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2rem 5%;max-width:1200px;margin:0 auto}@media (max-width: 768px){.categories{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem}}.category-card{position:relative;border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;box-shadow:0 4px 6px #2563eb1a}.category-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #2563eb26}.category-card:hover .category-overlay{background:linear-gradient(to top,#2563ebcc,#2563eb33)}.category-card:hover .category-title{opacity:1;transform:translateY(0)}.category-image-container{position:relative;width:100%;height:300px}@media (max-width: 768px){.category-image-container{height:200px}}.category-image{width:100%;height:100%;object-fit:cover}.category-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,#2563eb99,#2563eb1a);transition:all .4s ease}.category-title{position:absolute;text-align:left;bottom:25px;left:25px;color:#fff;padding:1.25rem;font-size:1.5rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2);opacity:.95;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translateY(5px)}@media (max-width: 768px){.category-title{font-size:1.2rem;bottom:15px;left:15px}}.store-reviews{max-width:1200px;margin:4rem auto;padding:0 1.5rem;display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:center}.store-reviews__title{text-align:center;font-size:2.5rem;color:#2d3748;margin-bottom:3rem;font-weight:600;position:relative;width:100%}.store-reviews__title:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:#36f;border-radius:2px}@media (max-width: 768px){.store-reviews__title{font-size:2rem}}.store-review__one,.store-review__two,.store-review__three{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;transition:all .2s ease;position:relative;overflow:hidden;width:300px;min-height:80px}.store-review__one:before,.store-review__two:before,.store-review__three:before{content:'"';position:absolute;top:.5rem;left:.5rem;font-size:3rem;color:#3366ff1a;font-family:Georgia,serif;line-height:1}.store-review__one:hover,.store-review__two:hover,.store-review__three:hover{transform:translateY(-5px);box-shadow:0 4px 6px #0000001a}@media (max-width: 968px){.store-review__one,.store-review__two,.store-review__three{width:100%;max-width:300px}}.review-one,.review-two,.review-three{font-size:1.125rem;color:#2d3748;margin-bottom:1rem;line-height:1.4;font-weight:500;padding-left:.75rem;border-left:3px solid #3366ff}.review-one-text,.review-two-text,.review-three-text{color:#718096;font-style:italic;margin-top:1rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem}.review-one-text:before,.review-two-text:before,.review-three-text:before{content:"";display:inline-block;width:20px;height:2px;background-color:#36f;opacity:.5}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.store-review__one{animation:fadeInUp .6s ease-out}.store-review__two{animation:fadeInUp .6s ease-out .2s;animation-fill-mode:both}.store-review__three{animation:fadeInUp .6s ease-out .4s;animation-fill-mode:both}.site-footer{background-color:#f8f9fa;padding:4rem 0 2rem;margin-top:4rem;border-top:1px solid #e9ecef}.site-footer .footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}@media (max-width: 768px){.site-footer .footer-content{grid-template-columns:1fr;gap:2rem}}.site-footer .footer-section .footer-title{color:#2b3445;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;position:relative}.site-footer .footer-section .footer-title:after{content:"";position:absolute;left:0;bottom:-.5rem;width:40px;height:2px;background-color:#3461ff}.site-footer .footer-section .footer-contact p{color:#6c757d;margin-bottom:.5rem;font-size:.95rem;line-height:1.6}.site-footer .footer-section .footer-links{list-style:none;padding:0;margin:0}.site-footer .footer-section .footer-links li{margin-bottom:.75rem}.site-footer .footer-section .footer-links li a{color:#6c757d;text-decoration:none;font-size:.95rem;transition:color .2s ease}.site-footer .footer-section .footer-links li a:hover{color:#3461ff}.site-footer .footer-section .payment-methods{display:flex;flex-wrap:wrap;gap:1rem}.site-footer .footer-section .payment-methods .payment-icon{background-color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;color:#495057;border:1px solid #dee2e6;transition:all .2s ease}.site-footer .footer-section .payment-methods .payment-icon:hover{border-color:#3461ff;color:#3461ff}.site-footer .footer-bottom{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #dee2e6}.site-footer .footer-bottom p{color:#6c757d;font-size:.9rem}@media (prefers-color-scheme: dark){.carousel-image-container{background:#fff}.carousel-content{background:linear-gradient(135deg,#1e40af,#1d4ed8)}.carousel .carousel-header{color:#60a5fa}.carousel .carousel-sub{color:#93c5fd}.carousel-title{color:#e5e7eb}.carousel-price{color:#60a5fa}.carousel-button{background:linear-gradient(135deg,#60a5fa,#3b82f6)}.carousel-button:hover{background:linear-gradient(135deg,#3b82f6,#2563eb)}.exclusive-offer__image{background:#fff}.exclusive-offer__content{background:linear-gradient(135deg,#1e40af,#2563eb)}}.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s}.product-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.product-card:hover .product-card__button{background:#2980b9}.product-card__link{text-decoration:none;color:inherit}.product-card__image-container{padding:1rem;background:#fff;text-align:center}.product-card__image{width:100%;height:200px;object-fit:contain}.product-card__info{padding:1rem}.product-card__title{font-size:1rem;margin-bottom:.5rem;color:#2c3e50}.product-card__price{font-size:1.2rem;color:#e67e22;font-weight:700}.product-card__button{width:100%;padding:.8rem;background-color:#3498db;color:#fff;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.product-card__button.added{background-color:#4caf50!important}.product-card__button:disabled{opacity:.8;cursor:not-allowed}.product-card__button .product-rating{font-size:.9rem;color:#666;margin-top:.5rem}.product-card__button .cart-toast{background:#4caf50!important;color:#fff!important;border-radius:8px!important;box-shadow:0 4px 12px #00000026!important}.product-card__button .cart-toast .icon{margin-right:.5rem}.product-card__button:hover{background-color:#2980b9}.products-page{max-width:1440px;margin:0 auto;padding:2rem;min-height:100vh;background-color:#f8fafc;animation:fadeIn .6s ease-out 0s forwards;opacity:0}.products-page__title{font-size:2.5rem;font-weight:700;color:#4b5563;margin-bottom:2rem;text-align:center;position:relative;animation:slideUp .6s ease-out .2s forwards;opacity:0}.products-page__title:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:60px;height:3px;background:#2563eb;border-radius:2px}@media (max-width: 768px){.products-page__title{font-size:2rem;margin-bottom:1.5rem}}.products-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:1rem 0}.products-page__grid>*:nth-child(1){animation:fadeIn .6s ease-out .1s forwards;opacity:0}.products-page__grid>*:nth-child(2){animation:fadeIn .6s ease-out .2s forwards;opacity:0}.products-page__grid>*:nth-child(3){animation:fadeIn .6s ease-out .3s forwards;opacity:0}.products-page__grid>*:nth-child(4){animation:fadeIn .6s ease-out .4s forwards;opacity:0}.products-page__grid>*:nth-child(5){animation:fadeIn .6s ease-out .5s forwards;opacity:0}.products-page__grid>*:nth-child(6){animation:fadeIn .6s ease-out .6s forwards;opacity:0}.products-page__grid>*:nth-child(7){animation:fadeIn .6s ease-out .7s forwards;opacity:0}.products-page__grid>*:nth-child(8){animation:fadeIn .6s ease-out .8s forwards;opacity:0}.products-page__grid>*:nth-child(9){animation:fadeIn .6s ease-out .9s forwards;opacity:0}.products-page__grid>*:nth-child(10){animation:fadeIn .6s ease-out 1s forwards;opacity:0}.products-page__grid>*:nth-child(11){animation:fadeIn .6s ease-out 1.1s forwards;opacity:0}.products-page__grid>*:nth-child(12){animation:fadeIn .6s ease-out 1.2s forwards;opacity:0}.products-page__grid>*:nth-child(13){animation:fadeIn .6s ease-out 1.3s forwards;opacity:0}.products-page__grid>*:nth-child(14){animation:fadeIn .6s ease-out 1.4s forwards;opacity:0}.products-page__grid>*:nth-child(15){animation:fadeIn .6s ease-out 1.5s forwards;opacity:0}.products-page__grid>*:nth-child(16){animation:fadeIn .6s ease-out 1.6s forwards;opacity:0}.products-page__grid>*:nth-child(17){animation:fadeIn .6s ease-out 1.7s forwards;opacity:0}.products-page__grid>*:nth-child(18){animation:fadeIn .6s ease-out 1.8s forwards;opacity:0}.products-page__grid>*:nth-child(19){animation:fadeIn .6s ease-out 1.9s forwards;opacity:0}.products-page__grid>*:nth-child(20){animation:fadeIn .6s ease-out 2s forwards;opacity:0}@media (max-width: 1024px){.products-page__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media (max-width: 640px){.products-page__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.loading{display:flex;justify-content:center;align-items:center;min-height:60vh;font-size:1.2rem;color:#4b5563;animation:fadeIn .6s ease-out 0s forwards;opacity:0}.loading:after{content:"";width:1.2rem;height:1.2rem;margin-left:.5rem;border:2px solid #2563eb;border-right-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-color-scheme: dark){.products-page{background-color:#1a1a1a}.products-page__title{color:#e5e7eb}.products-page__title:after{background:#3b82f6}.loading{color:#e5e7eb}}html{scroll-behavior:smooth}html::-webkit-scrollbar{width:8px}html::-webkit-scrollbar-track{background:#f1f1f1}html::-webkit-scrollbar-thumb{background:#2563eb;border-radius:4px}html::-webkit-scrollbar-thumb:hover{background:#134cca}.products-page__grid>*{transition:all .3s cubic-bezier(.4,0,.2,1)}.products-page__grid>*:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (max-width: 1024px){.products-page{padding:1.5rem}}@media (max-width: 640px){.products-page{padding:1rem}}.product-details{display:flex;flex-direction:column;gap:2rem;padding:2rem;max-width:1200px;margin:0 auto;min-height:80vh;animation:fadeIn .5s ease-out}.product-details__image-container{flex:1;text-align:center;background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.product-details__image-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#ffffff1a,#fdfcfc66);pointer-events:none}.product-details__image-container:hover{transform:translateY(-5px);box-shadow:0 6px 25px #0000001f}.product-details__image{max-width:300px;height:auto;object-fit:contain;transition:transform .4s ease}.product-details__image:hover{transform:scale(1.05)}.product-details__info{flex:1;padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;gap:1.5rem}.product-details__title{font-size:2rem;margin-bottom:1rem;color:#2c3e50;font-weight:600;line-height:1.3;position:relative;padding-bottom:1rem}.product-details__title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#3498db;border-radius:2px}.product-details__price{font-size:1.75rem;color:#e67e22;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-weight:600}.product-details__price:before{content:"$";font-size:1.25rem;color:#95a5a6}.product-details__description{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:2rem;padding:1rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.product-details__button{background-color:#3498db;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:500;transition:all .3s ease;position:relative;overflow:hidden;align-self:flex-start}.product-details__button:after{content:"";position:absolute;top:50%;left:50%;width:300%;height:300%;background:#ffffff1a;transform:translate(-50%,-50%) scale(0);border-radius:50%;transition:transform .6s ease-out}.product-details__button:hover{background-color:#2980b9;transform:translateY(-2px);box-shadow:0 4px 15px #3498db4d}.product-details__button:hover:after{transform:translate(-50%,-50%) scale(1)}.product-details__button:active{transform:translateY(0)}.product-details.loading{min-height:60vh;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#666}.product-details.loading:after{content:"";width:1.2rem;height:1.2rem;margin-left:.5rem;border:2px solid #3498db;border-right-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@media (min-width: 768px){.product-details{flex-direction:row;gap:3rem;padding:3rem 2rem}.product-details__image-container{flex:0 0 45%}.product-details__info{flex:0 0 55%}}@media (max-width: 767px){.product-details{padding:1rem;gap:1.5rem}.product-details__title{font-size:1.75rem}.product-details__price{font-size:1.5rem}.product-details__button{width:100%;text-align:center}}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-color-scheme: dark){.product-details__image-container,.product-details__info{background:#fff;box-shadow:0 4px 20px #0003}.product-details__title{color:#000}.product-details__description{color:#000;border-color:#2c3e50}.product-details__price{color:#12bff3}.product-details__price:before{color:#7f8c8d}.product-details.loading{color:#bdc3c7}}.categories-page{padding:1.5rem;max-width:1200px;margin:0 auto}.category-section{margin-bottom:3rem;background-color:#fff;border-radius:16px;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 8px 20px #0000000d;transition:transform .4s ease,box-shadow .4s ease}.category-section:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#fff,#a5abaf);z-index:-1;filter:blur(8px);opacity:0;transition:opacity .4s ease}.category-section:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.category-section:hover:before{opacity:1}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}@media (max-width: 768px){.category-header{flex-direction:column;align-items:flex-start}}.category-title{font-size:1.75rem;text-transform:capitalize;color:#000;margin:0;position:relative;font-weight:600;letter-spacing:.5px}.category-title:after{content:"";position:absolute;bottom:-6px;left:0;width:0;height:3px;background:linear-gradient(45deg,#fff,#a5abaf);border-radius:2px;transition:width .4s ease}.category-title:hover:after{width:100%}.view-all{font-size:.95rem;color:#fff;text-decoration:none;font-weight:600;position:relative;padding-bottom:2px;transition:color .4s ease}.view-all:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#fff;transition:width .4s ease}.view-all:before{content:"→";display:inline-block;margin-left:.3rem;transition:transform .4s ease}.view-all:hover{color:#fff}.view-all:hover:after{width:100%}.view-all:hover:before{transform:translate(3px)}@media (max-width: 768px){.view-all{margin-top:.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;padding:.5rem 0}.products-grid>*{opacity:0;animation:fadeInUp .6s ease forwards}.products-grid>*:nth-child(1){animation-delay:.1s}.products-grid>*:nth-child(2){animation-delay:.2s}.products-grid>*:nth-child(3){animation-delay:.3s}.products-grid>*:nth-child(4){animation-delay:.4s}.cart-page{padding:2rem;max-width:1200px;margin:0 auto}.cart-page__title{text-align:center;align-items:center;gap:1rem;color:#2c3e50;margin-bottom:2rem}.cart-page__title .cart-icon{align-items:center;font-size:1.5em;color:#3a3938}.cart-page__items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-item{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014;display:flex;justify-content:space-between;align-items:center;gap:1rem}.cart-item__info{flex:1}.cart-item__title{font-size:1.1rem;margin-bottom:.5rem;color:#2c3e50}.cart-item__price{color:#27ae60;font-weight:600}.cart-item__controls{display:flex;align-items:center;gap:1rem}.cart-item .quantity-controls{display:flex;align-items:center;gap:.5rem}.cart-item .quantity-controls button{background:#f8f9fa;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center}.cart-item .quantity-controls button:hover{background:#e9ecef}.cart-item .quantity-controls button svg{width:1rem;height:1rem}.cart-item__quantity{width:60px;padding:.5rem;border:2px solid #e9ecef;border-radius:6px;text-align:center;font-size:1rem}.cart-item__quantity:focus{outline:none;border-color:#e67e22}.cart-item__remove{background:#ffe3e3;border:none;padding:.5rem;border-radius:6px;color:#ff6b6b;cursor:pointer;transition:all .3s ease;display:flex;align-items:center}.cart-item__remove:hover{background:#ffc9c9}.cart-item__remove svg{width:1.2rem;height:1.2rem}.cart-page__summary{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014}.cart-page__summary .total-section{display:flex;flex-direction:column;align-items:flex-end;gap:1.5rem}.cart-page__summary .total-section h2{color:#2c3e50;font-size:1.5rem}.cart-page__checkout{background:linear-gradient(135deg,#335fa0,#0364e2);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.8rem}.cart-page__checkout:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2298e64d}.cart-page__checkout svg{width:1.2rem;height:1.2rem}@media (max-width: 768px){.cart-item{flex-direction:column;align-items:stretch}.cart-item__controls{justify-content:space-between}.cart-page__checkout{width:100%;justify-content:center}}.login-page{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:2rem}.login-page__form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;width:100%;max-width:400px}.login-page__title{text-align:center;margin-bottom:2rem;color:#2c3e50}.login-page .form-group{margin-bottom:1.5rem}.login-page .form-group label{display:block;margin-bottom:.5rem;color:#666}.login-page .form-group input{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:5px;font-size:1rem}.login-page .form-group input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.login-page .login-page__error{color:red;font-weight:700;text-align:center}.login-page__button{width:100%;background-color:#3498db;color:#fff;border:none;padding:1rem;border-radius:5px;cursor:pointer;font-size:1rem;transition:background-color .3s}.login-page__button:hover{background-color:#2980b9}.register-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f5f5;padding:2rem}.register-page__form{background:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px;transition:transform .3s ease}.register-page__form:hover{transform:translateY(-2px)}.register-page__title{font-size:1.8rem;color:#2d3748;margin-bottom:1.5rem;text-align:center;font-weight:600}.register-page__error{color:#e53e3e;background-color:#fff5f5;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem;border:1px solid #fc8181}.register-page .form-group{margin-bottom:1.5rem}.register-page .form-group label{display:block;color:#4a5568;font-size:.9rem;margin-bottom:.5rem;font-weight:500}.register-page .form-group input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:border-color .2s ease}.register-page .form-group input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.register-page__button{width:100%;background-color:#4299e1;color:#fff;padding:.75rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.register-page__button:hover{background-color:#3182ce}.register-page__button:active{transform:scale(.98)}.register-page__login-link{text-align:center;margin-top:1.5rem;color:#718096}.register-page__login-link a{color:#4299e1;text-decoration:none;font-weight:500;transition:color .2s ease}.register-page__login-link a:hover{color:#3182ce;text-decoration:underline}@media (max-width: 480px){.register-page{padding:1rem}.register-page__form{padding:1.5rem}.register-page__title{font-size:1.5rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;line-height:1.6;background-color:#f4f4f4;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit;transition:color .3s ease}a:hover,a:focus{color:#3498db}a.fancy-link{position:relative}a.fancy-link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:#2980b9;transition:width .3s ease}a.fancy-link:hover:after{width:100%}.container{width:90%;max-width:1200px;margin:0 auto;padding:2rem 0}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:1rem;line-height:1.2}p{margin-bottom:1rem}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{background:transparent}body::-webkit-scrollbar-thumb{background-color:#3498db;border-radius:4px;border:2px solid transparent}.text-center{text-align:center}.mt-1{margin-top:1rem}.mb-1{margin-bottom:1rem}.mt-2{margin-top:2rem}.mb-2{margin-bottom:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-in-out forwards}@media (max-width: 600px){.container{padding:1rem 0}}
