.user-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1px solid var(--gray-200);min-width:200px;z-index:100;padding:.5rem;display:flex;flex-direction:column;gap:.25rem}.user-dropdown__item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--gray-700);font-size:.875rem;font-weight:500;text-decoration:none;border-radius:var(--radius-sm);transition:all .2s;width:100%;text-align:left;background:transparent;border:none;cursor:pointer}.user-dropdown__item:hover{background:var(--gray-50);color:var(--teal)}.user-dropdown__item--danger:hover{background:#fef2f2;color:#ef4444}:root{--teal: #dc2626;--teal-dark: #b91c1c;--teal-10: rgba(220, 38, 38, .1);--teal-20: rgba(220, 38, 38, .2);--teal-30: rgba(220, 38, 38, .3);--orange: #f97316;--orange-10: rgba(249, 115, 22, .1);--orange-30: rgba(249, 115, 22, .3);--navy: #1a0505;--accent: #fbbf24;--accent-20: rgba(251, 191, 36, .2);--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-900: #111827;--amber: #f59e0b;--amber-200: #fde68a;--green: #22c55e;--green-100: #dcfce7;--green-600: #16a34a;--red: #ef4444;--red-50: #fef2f2;--red-500: #ef4444;--white-10: rgba(255,255,255,.1);--white-20: rgba(255,255,255,.2);--white-80: rgba(255,255,255,.8);--shadow-sm: 0 1px 2px 0 rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);--shadow-2xl: 0 25px 50px -12px rgba(0,0,0,.25);--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px;--max-w: 80rem;--transition: all .2s ease;--transition-transform: transform .2s ease;--transition-colors: color .2s ease, background-color .2s ease, border-color .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--gray-900);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit}ul,ol{list-style:none}.container{max-width:var(--max-w);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.page-loading{display:flex;align-items:center;justify-content:center;min-height:300px}.spinner{width:2.5rem;height:2.5rem;border:3px solid var(--gray-200);border-top-color:var(--teal);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.site-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:var(--shadow-sm)}.site-header__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.site-header__logo{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.site-header__logo-icon{width:2.5rem;height:2.5rem;background:var(--teal);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;color:#fff}.site-header__logo-text{font-size:1.25rem;font-weight:700;color:var(--teal);display:none}@media(min-width:640px){.site-header__logo-text{display:block}}.site-header__search{display:none;flex:1;max-width:42rem}@media(min-width:768px){.site-header__search{display:block}}.site-header__search-form{position:relative}.site-header__search-input{width:100%;border-radius:var(--radius-full);border:1px solid var(--gray-200);background:var(--gray-50);padding:.625rem 3rem .625rem 1.25rem;font-size:.875rem;outline:none;transition:var(--transition)}.site-header__search-input:focus{border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-20)}.site-header__search-btn{position:absolute;right:.25rem;top:.25rem;width:2rem;height:2rem;border-radius:var(--radius-full);background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;transition:var(--transition-colors)}.site-header__search-btn:hover{background:var(--teal-dark)}.site-header__actions{display:flex;align-items:center;gap:.25rem}@media(min-width:640px){.site-header__actions{gap:.75rem}}.site-header__action{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.375rem .5rem;border-radius:var(--radius-sm);color:var(--gray-600);font-size:.625rem;font-weight:500;transition:var(--transition);position:relative}.site-header__action:hover{background:var(--gray-100);color:var(--teal)}.site-header__action--hidden{display:none}@media(min-width:640px){.site-header__action--hidden{display:flex}}.site-header__cart-badge{position:absolute;top:-.125rem;right:-.125rem;width:1.25rem;height:1.25rem;border-radius:var(--radius-full);background:var(--orange);color:#fff;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center}.site-header__mobile-toggle{display:flex;flex-direction:column;align-items:center;padding:.5rem;border-radius:var(--radius-sm);color:var(--gray-600);transition:var(--transition)}.site-header__mobile-toggle:hover{background:var(--gray-100);color:var(--teal)}@media(min-width:768px){.site-header__mobile-toggle{display:none}}.site-header__nav{background:var(--teal);border-top:1px solid var(--gray-100)}.site-header__nav-inner{display:flex;align-items:center;gap:1.5rem;padding:.625rem 0}.site-header__nav-links{display:none;align-items:center;justify-content:center;flex:1;gap:1.5rem;padding-right:150px}@media(min-width:768px){.site-header__nav-links{display:flex}}.site-header__nav-link{font-size:.875rem;font-weight:500;color:#ffffffe6;transition:var(--transition-colors)}.site-header__nav-link:hover{color:#fff}.site-header__nav-link--deals{color:#fcd34d}.site-header__nav-link--deals:hover{color:#fde68a}.site-header__nav .site-header__action{color:#ffffffe6}.site-header__nav .site-header__action:hover{background:#ffffff1a;color:#fff}.site-header__nav .site-header__mobile-toggle{color:#ffffffe6}.site-header__nav .site-header__mobile-toggle:hover{background:#ffffff1a;color:#fff}.category-dropdown-btn{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#ffffff26;border-radius:var(--radius-sm);color:#fff;font-size:.875rem;font-weight:500;transition:var(--transition);white-space:nowrap}.category-dropdown-btn:hover{background:#ffffff40}.site-header__mobile-menu{background:#fff;border-bottom:1px solid var(--gray-100);padding:1rem}@media(min-width:768px){.site-header__mobile-menu{display:none}}.site-header__mobile-search{position:relative;margin-bottom:1rem}.site-header__mobile-search-input{width:100%;border-radius:var(--radius-full);border:1px solid var(--gray-200);background:var(--gray-50);padding:.625rem 3rem .625rem 1.25rem;font-size:.875rem;outline:none}.site-header__mobile-search-btn{position:absolute;right:.25rem;top:.25rem;width:2rem;height:2rem;border-radius:var(--radius-full);background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center}.site-header__mobile-nav{display:flex;flex-direction:column;gap:.25rem}.site-header__mobile-nav-link{padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;color:var(--gray-700);transition:var(--transition-colors)}.site-header__mobile-nav-link:hover{background:var(--gray-50)}.site-header__mobile-nav-link--deals{color:#d97706}.site-header__mobile-nav-link--deals:hover{background:#fffbeb}.hero{position:relative;overflow:hidden;background:var(--navy);color:#fff}.hero__orbs{position:absolute;inset:0;opacity:.2;pointer-events:none}.hero__orb-right{position:absolute;right:-5rem;top:-5rem;width:24rem;height:24rem;border-radius:var(--radius-full);background:#005f73;filter:blur(64px)}.hero__orb-left{position:absolute;left:-5rem;bottom:-5rem;width:24rem;height:24rem;border-radius:var(--radius-full);background:var(--orange);filter:blur(64px)}.hero__inner{position:relative;padding:4rem 0}@media(min-width:640px){.hero__inner{padding:6rem 0}}.hero__grid{display:grid;align-items:center;gap:3rem}@media(min-width:1024px){.hero__grid{grid-template-columns:1fr 1fr}}.hero__tag{display:inline-block;border-radius:var(--radius-full);background:var(--teal-20);padding:.25rem 1rem;font-size:.875rem;font-weight:500;color:var(--accent)}.hero__title{margin-top:1.5rem;font-size:2.25rem;font-weight:700;line-height:1.2}@media(min-width:640px){.hero__title{font-size:3rem}}@media(min-width:1024px){.hero__title{font-size:3.75rem}}.hero__title-accent{color:var(--accent)}.hero__desc{margin-top:1rem;font-size:1.125rem;color:#d1d5db;line-height:1.6}.hero__ctas{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem}.hero__cta-primary{display:inline-block;border-radius:var(--radius-full);background:var(--orange);padding:.875rem 2rem;font-size:.875rem;font-weight:700;color:#fff;transition:var(--transition-transform)}.hero__cta-primary:hover{transform:scale(1.05)}.hero__cta-secondary{display:inline-block;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.2);padding:.875rem 2rem;font-size:.875rem;font-weight:600;color:#fff;transition:var(--transition-colors)}.hero__cta-secondary:hover{background:#ffffff1a}.hero__social-proof{margin-top:2rem;display:flex;align-items:center;gap:1.5rem}.hero__avatars{display:flex}.hero__avatar{width:2rem;height:2rem;border-radius:var(--radius-full);border:2px solid var(--navy);background:var(--gray-300);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--gray-600);margin-left:-.5rem}.hero__avatar:first-child{margin-left:0}.hero__proof-text{font-size:.875rem}.hero__proof-count{font-weight:700;color:#fff}.hero__proof-sub{color:var(--gray-400)}.hero__image-side{display:none}@media(min-width:1024px){.hero__image-side{display:block}}.hero__image-wrapper{position:relative}.hero__image-glow{position:absolute;inset:-1rem;border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--teal-30),var(--orange-30))}.hero__image{position:relative;border-radius:var(--radius-lg);box-shadow:var(--shadow-2xl);width:100%;object-fit:cover}.trust-strip{background:#fff;border-bottom:1px solid var(--gray-100)}.trust-strip__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:2rem 0}@media(min-width:640px){.trust-strip__grid{grid-template-columns:repeat(4,1fr)}}.trust-badge{display:flex;align-items:center;gap:.75rem;border-radius:var(--radius-md);background:var(--gray-50);padding:1rem}.trust-badge__icon{width:2.5rem;height:2.5rem;border-radius:var(--radius-sm);background:var(--teal-10);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--teal)}.trust-badge__label{font-size:.875rem;font-weight:600;color:var(--gray-900)}.trust-badge__sub{font-size:.75rem;color:var(--gray-500)}.section{padding:3rem 0}.section--white{background:#fff}.section--gray{background:var(--gray-50)}.section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.section__title{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.section__subtitle{margin-top:.25rem;font-size:.875rem;color:var(--gray-500)}.section__view-all{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:var(--teal);transition:var(--transition-colors)}.section__view-all:hover{color:var(--teal-dark)}.section__view-all--pill{background:var(--teal);color:#fff;border-radius:var(--radius-full);padding:.625rem 1.25rem}.section__view-all--pill:hover{background:var(--teal-dark);color:#fff}.categories-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(min-width:640px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.categories-grid{grid-template-columns:repeat(4,1fr)}}.category-card{display:flex;flex-direction:column;align-items:center;border-radius:var(--radius-lg);border:1px solid var(--gray-100);background:var(--gray-50);padding:1.5rem;text-align:center;transition:var(--transition)}.category-card:hover{border-color:var(--teal-20);background:var(--teal-10);box-shadow:var(--shadow-md)}.category-card__icon{margin-bottom:.75rem;width:3.5rem;height:3.5rem;border-radius:var(--radius-md);background:var(--teal-10);display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:var(--transition-colors)}.category-card:hover .category-card__icon{background:var(--teal-20)}.category-card__name{font-size:.875rem;font-weight:600;color:var(--gray-900)}.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(min-width:640px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.products-grid{grid-template-columns:repeat(5,1fr)}}.product-card{position:relative;display:flex;flex-direction:column;height:100%;min-width:0;border-radius:var(--radius-lg);border:1px solid var(--gray-100);background:#fff;padding:.75rem;transition:var(--transition)}.product-card:hover{box-shadow:var(--shadow-lg)}@media(min-width:640px){.product-card{padding:1rem}}.product-card__badges{position:absolute;top:.75rem;left:.75rem;z-index:1;display:flex;flex-direction:column;gap:.25rem}.product-card__badge{display:inline-block;border-radius:var(--radius-sm);background:var(--orange);padding:.125rem .5rem;font-size:.625rem;font-weight:700;color:#fff}.product-card__wishlist{position:absolute;top:.75rem;right:.75rem;z-index:1;width:1.75rem;height:1.75rem;border-radius:var(--radius-full);background:var(--white-80);color:var(--gray-400);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:var(--transition)}.product-card:hover .product-card__wishlist{opacity:1}.product-card__wishlist:hover{color:var(--red-500)}.product-card__image-link{display:block;width:100%;position:relative;padding-top:100%;margin-bottom:.75rem;overflow:hidden;border-radius:var(--radius-md);background:var(--gray-50)}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__brand{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--teal)}.product-card__title{margin-top:.25rem;font-size:.875rem;font-weight:600;color:var(--gray-900);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:var(--transition-colors)}.product-card__title:hover{color:var(--teal)}.product-card__desc{margin-top:.25rem;font-size:.75rem;color:var(--gray-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__rating{margin-top:.5rem;display:flex;align-items:center;gap:.25rem}.stars{display:flex;align-items:center;gap:.125rem}.star{width:.75rem;height:.75rem}.star--filled{fill:var(--amber);color:var(--amber)}.star--empty{fill:var(--gray-200);color:var(--gray-200)}.product-card__review-count{font-size:.6875rem;color:var(--gray-500)}.product-card__price-row{margin-top:auto;display:flex;align-items:baseline;gap:.5rem}.product-card__price{font-size:1.125rem;font-weight:700;color:var(--gray-900)}.product-card__original-price{font-size:.875rem;color:var(--gray-400);text-decoration:line-through}.product-card__add-btn{margin-top:.75rem;display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-md);padding:.625rem;font-size:.875rem;font-weight:600;background:var(--teal);color:#fff;transition:var(--transition)}.product-card__add-btn:hover{background:var(--teal-dark)}.product-card__add-btn--added{background:var(--green)}.product-card__add-btn--added:hover{background:#16a34a}.promo-banner{background:#fff}.promo-banner__box{position:relative;overflow:hidden;border-radius:var(--radius-xl);background:var(--teal);padding:2rem}@media(min-width:640px){.promo-banner__box{padding:3rem}}.promo-banner__orb-1{position:absolute;right:-2.5rem;top:-2.5rem;width:16rem;height:16rem;border-radius:var(--radius-full);background:#ffffff1a;pointer-events:none}.promo-banner__orb-2{position:absolute;left:-2.5rem;bottom:-2.5rem;width:12rem;height:12rem;border-radius:var(--radius-full);background:var(--orange-30);pointer-events:none}.promo-banner__content{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1.5rem}@media(min-width:1024px){.promo-banner__content{flex-direction:row;align-items:center}}.promo-banner__title{font-size:1.5rem;font-weight:700;color:#fff}@media(min-width:640px){.promo-banner__title{font-size:1.875rem}}.promo-banner__desc{margin-top:.5rem;color:#fffc}.promo-banner__cta{display:inline-block;border-radius:var(--radius-full);background:#fff;padding:.875rem 2rem;font-size:.875rem;font-weight:700;color:var(--teal);transition:var(--transition-transform);white-space:nowrap}.promo-banner__cta:hover{transform:scale(1.05)}.site-footer{background:var(--navy);color:#fff}.site-footer__newsletter{border-bottom:1px solid var(--white-10)}.site-footer__newsletter-inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem;padding:3rem 0}@media(min-width:1024px){.site-footer__newsletter-inner{flex-direction:row}}.site-footer__newsletter-title{font-size:1.25rem;font-weight:700}.site-footer__newsletter-sub{margin-top:.25rem;font-size:.875rem;color:var(--gray-400)}.site-footer__newsletter-form{display:flex;width:100%;max-width:28rem;gap:.5rem}.site-footer__newsletter-input{flex:1;border-radius:var(--radius-full);border:1px solid var(--white-10);background:#ffffff0d;padding:.75rem 1.25rem;font-size:.875rem;color:#fff;outline:none}.site-footer__newsletter-input::placeholder{color:var(--gray-500)}.site-footer__newsletter-input:focus{border-color:var(--teal)}.site-footer__newsletter-btn{border-radius:var(--radius-full);background:var(--teal);padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;color:#fff;transition:var(--transition-colors)}.site-footer__newsletter-btn:hover{background:var(--teal-dark)}.site-footer__main{display:grid;gap:2rem;padding:3rem 0}@media(min-width:640px){.site-footer__main{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.site-footer__main{grid-template-columns:repeat(4,1fr)}}.site-footer__brand-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.site-footer__brand-icon{width:2rem;height:2rem;border-radius:var(--radius-sm);background:var(--teal);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700}.site-footer__brand-name{font-size:1.125rem;font-weight:700}.site-footer__brand-desc{font-size:.875rem;color:var(--gray-400);line-height:1.6}.site-footer__social{display:flex;gap:.75rem;margin-top:1rem}.site-footer__social-link{width:2rem;height:2rem;border-radius:var(--radius-full);background:var(--white-10);color:var(--gray-400);display:flex;align-items:center;justify-content:center;transition:var(--transition)}.site-footer__social-link:hover{background:var(--teal);color:#fff}.site-footer__col-title{margin-bottom:1rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-300)}.site-footer__links{display:flex;flex-direction:column;gap:.625rem}.site-footer__link{font-size:.875rem;color:var(--gray-400);transition:var(--transition-colors)}.site-footer__link:hover{color:#fff}.site-footer__contact-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:var(--gray-400)}.site-footer__contact-icon{color:var(--teal);flex-shrink:0;margin-top:2px}.site-footer__contact-link{transition:var(--transition-colors)}.site-footer__contact-link:hover{color:#fff}.site-footer__bottom{border-top:1px solid var(--white-10)}.site-footer__bottom-inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.5rem;padding:1rem 0}@media(min-width:640px){.site-footer__bottom-inner{flex-direction:row}}.site-footer__copyright{font-size:.75rem;color:var(--gray-500)}.site-footer__legal{display:flex;gap:1rem}.site-footer__legal-link{font-size:.75rem;color:var(--gray-500);transition:var(--transition-colors)}.site-footer__legal-link:hover{color:#fff}.breadcrumb__sep{color:var(--gray-400);display:flex;align-items:center}.breadcrumb__current{font-weight:500;color:var(--teal)}.product-page-inner{padding:2rem 0}@media(min-width:1024px){.product-layout{grid-template-columns:1fr 1fr}}.product-gallery__main{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--radius-md)}.product-gallery-wrapper{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem}.product-gallery__discount-badge{position:absolute;top:.75rem;left:.75rem;z-index:1;border-radius:var(--radius-sm);background:var(--orange);padding:.25rem .75rem;font-size:.875rem;font-weight:700;color:#fff}.product-gallery__img{width:100%;height:100%;object-fit:cover;object-position:center top}.product-info{display:flex;flex-direction:column}.product-info__brand{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--teal)}.product-info__title{margin-top:.5rem;font-size:1.5rem;font-weight:700;color:var(--gray-900);line-height:1.3}@media(min-width:640px){.product-info__title{font-size:1.875rem}}.product-info__rating{margin-top:.75rem;display:flex;align-items:center;gap:.5rem}.product-info__rating .star{width:1rem;height:1rem}.product-info__price-row{margin-top:1rem;display:flex;align-items:baseline;gap:.75rem}.product-info__price{font-size:1.875rem;font-weight:700;color:var(--gray-900)}.product-info__desc{margin-top:1rem;color:var(--gray-600);line-height:1.7}.product-specs{margin-top:1.5rem;border-radius:var(--radius-md);background:var(--gray-50);padding:1rem}.product-specs__title{font-size:.875rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.product-specs__grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.product-spec__key{font-size:.75rem;color:var(--gray-500);text-transform:capitalize}.product-spec__value{font-size:.875rem;font-weight:500;color:var(--gray-900)}.product-controls{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.qty-control{display:flex;align-items:center;border:1px solid var(--gray-200);border-radius:var(--radius-md);background:#fff;overflow:hidden}.qty-control__btn{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;color:var(--gray-600);transition:var(--transition-colors)}.qty-control__btn:hover{background:var(--gray-50)}.qty-control__value{width:3rem;height:2.75rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.btn-add-to-cart{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-md);padding:.875rem 3rem;font-size:.875rem;font-weight:700;background:var(--teal);color:#fff;transition:var(--transition)}@media(min-width:640px){.btn-add-to-cart{flex:initial}}.btn-wishlist{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);border:1px solid var(--gray-200);background:#fff;color:var(--gray-400);transition:var(--transition)}.btn-wishlist:hover{border-color:#fecaca;color:var(--red-500)}.product-trust{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:1rem;border-radius:var(--radius-md);background:var(--gray-50);padding:1rem}.product-trust__item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-600)}.product-trust__item svg{color:var(--teal)}.product-description-section{margin-top:3rem;border:1px solid var(--gray-100);border-radius:var(--radius-lg);background:#fff;padding:1.5rem}@media(min-width:640px){.product-description-section{padding:2rem}}.page-content{padding:2rem 0}.page-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media(min-width:640px){.page-header{flex-direction:row;align-items:center;justify-content:space-between}}.page-header__icon{width:2.5rem;height:2.5rem;border-radius:var(--radius-md);background:var(--orange-10);display:flex;align-items:center;justify-content:center;color:var(--orange)}.page-subtitle{margin-top:.25rem;font-size:.875rem;color:var(--gray-500)}.btn-filter{display:flex;align-items:center;gap:.5rem;border-radius:var(--radius-md);border:1px solid var(--gray-200);background:#fff;padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:var(--gray-700);transition:var(--transition)}.btn-filter:hover{border-color:var(--teal);color:var(--teal)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--radius-lg);background:var(--gray-50);padding:5rem 2rem;text-align:center}.empty-state__icon{width:4rem;height:4rem;border-radius:var(--radius-full);background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--gray-400);margin-bottom:1rem}.empty-state h3{font-size:1.125rem;font-weight:600;color:var(--gray-900)}.empty-state p{margin-top:.5rem;font-size:.875rem;color:var(--gray-500)}.btn-primary-pill{margin-top:1.5rem;display:inline-block;border-radius:var(--radius-full);background:var(--teal);padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;color:#fff;transition:var(--transition-colors)}.btn-primary-pill:hover{background:var(--teal-dark)}.cart-layout{display:grid;gap:2rem;padding:2rem 0}@media(min-width:1024px){.cart-layout{grid-template-columns:1fr 1fr 1fr}}@media(min-width:1024px){.cart-items{grid-column:span 2}}.cart-item{display:flex;gap:1rem;border-radius:var(--radius-lg);border:1px solid var(--gray-100);background:#fff;padding:1rem}@media(min-width:640px){.cart-item{gap:1.5rem;padding:1.5rem}}.cart-item__image{width:6rem;height:6rem;border-radius:var(--radius-md);object-fit:cover;flex-shrink:0}@media(min-width:640px){.cart-item__image{width:7rem;height:7rem}}.cart-item__body{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item__name{font-size:.875rem;font-weight:600;color:var(--gray-900);transition:var(--transition-colors);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item__name:hover{color:var(--teal)}.cart-item__unit-price{margin-top:.25rem;font-size:.875rem;color:var(--gray-500)}.cart-item__footer{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.qty-control--small .qty-control__btn{width:2rem;height:2rem}.qty-control--small .qty-control__value{width:2.5rem;height:2rem}.btn-remove{padding:.5rem;border-radius:var(--radius-sm);color:var(--gray-400);transition:var(--transition)}.btn-remove:hover{background:var(--red-50);color:var(--red-500)}.cart-continue-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--teal);margin-top:.5rem;transition:var(--transition-colors)}.cart-continue-link:hover{color:var(--teal-dark)}.order-summary-card{border-radius:var(--radius-lg);border:1px solid var(--gray-100);background:#fff;padding:1.5rem;height:fit-content}.order-summary-card h3{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem}.order-summary-rows{display:flex;flex-direction:column;gap:.75rem}.order-summary-row{display:flex;justify-content:space-between;font-size:.875rem}.order-summary-row__label{color:var(--gray-500)}.order-summary-row__value{font-weight:500}.order-summary-divider{border:none;border-top:1px solid var(--gray-100);margin:.75rem 0}.order-summary-total{display:flex;justify-content:space-between;font-weight:700}.order-summary-total__price{color:var(--teal)}.btn-checkout{margin-top:1.5rem;display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-md);background:var(--teal);padding:.875rem;font-size:.875rem;font-weight:700;color:#fff;transition:var(--transition-colors)}.cart-free-delivery{margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.75rem;color:var(--gray-500)}.cart-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:5rem 1rem}.cart-empty__icon{width:5rem;height:5rem;border-radius:var(--radius-full);background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--gray-400);margin-bottom:1.5rem}.cart-empty p{margin-top:.5rem;color:var(--gray-500)}.checkout-layout{display:grid;gap:2rem;padding:2rem 0}@media(min-width:1024px){.checkout-layout{grid-template-columns:1fr 1fr 1fr}}@media(min-width:1024px){.checkout-fields{grid-column:span 2}}.form-card{border-radius:var(--radius-lg);border:1px solid var(--gray-100);background:#fff;padding:1.5rem}.form-card__title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.form-card__title svg{color:var(--teal)}.form-grid{display:grid;gap:1rem}.form-input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--gray-400);pointer-events:none;display:flex;align-items:center}.form-input{width:100%;border-radius:var(--radius-md);border:1px solid var(--gray-200);padding:.625rem 1rem;font-size:.875rem;outline:none;transition:var(--transition);color:var(--gray-900)}.form-input:focus{border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-20)}.form-select{width:100%;border-radius:var(--radius-md);border:1px solid var(--gray-200);padding:.625rem 1rem;font-size:.875rem;outline:none;background:#fff;transition:var(--transition);color:var(--gray-900)}.form-select:focus{border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-20)}.form-textarea{width:100%;border-radius:var(--radius-md);border:1px solid var(--gray-200);padding:.625rem 1rem;font-size:.875rem;outline:none;resize:vertical;transition:var(--transition);color:var(--gray-900)}.form-textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-20)}.payment-option{display:flex;align-items:center;gap:.75rem;border-radius:var(--radius-md);border:1px solid var(--gray-200);background:var(--gray-50);padding:1rem;cursor:pointer}.payment-option--active{border-width:2px;border-color:var(--teal);background:var(--teal-10)}.payment-option--disabled{opacity:.6;cursor:not-allowed}input[type=radio]{accent-color:var(--teal);width:1rem;height:1rem}.checkout-order-summary{height:fit-content;display:flex;flex-direction:column;gap:1.5rem}.checkout-items{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.checkout-item{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.checkout-item__qty{border-radius:var(--radius-sm);background:var(--gray-100);padding:.125rem .375rem;font-size:.75rem;font-weight:500;margin-right:.5rem}.checkout-item__name{color:var(--gray-600);overflow:hidden;text-overflow:ellipsis;max-width:9rem;white-space:nowrap}.checkout-item__price{font-weight:500}.btn-place-order{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-md);background:var(--teal);padding:.875rem;font-size:.875rem;font-weight:700;color:#fff;transition:var(--transition-colors)}.back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--gray-500);margin-bottom:1.5rem;transition:var(--transition-colors)}.success-page{display:flex;flex-direction:column;align-items:center;text-align:center;padding:5rem 1rem;max-width:28rem;margin:0 auto}.success-page__icon{width:5rem;height:5rem;border-radius:var(--radius-full);background:var(--green-100);display:flex;align-items:center;justify-content:center;color:var(--green-600);margin-bottom:1.5rem}.success-page p{margin-top:.5rem;color:var(--gray-500)}.cat-dropdown__menu{position:absolute;top:calc(100% + .5rem);left:0;z-index:100;min-width:14rem;border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-lg);border:1px solid var(--gray-100);padding:.5rem;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.cat-dropdown__item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;color:var(--gray-700);transition:var(--transition)}@media(max-width:639px){.hide-mobile{display:none!important}}@media(min-width:640px){.hide-desktop{display:none!important}}.auth-card{width:100%;max-width:26rem;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl);padding:2rem}.auth-card__header{text-align:center;margin-bottom:1.5rem}.auth-card__title{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.auth-card__sub{margin-top:.25rem;font-size:.875rem;color:var(--gray-500)}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-error{background:var(--red-50);color:var(--red-500);border:1px solid #fca5a5;border-radius:var(--radius-sm);padding:.625rem 1rem;font-size:.875rem;margin-bottom:.5rem}.auth-success{background:var(--green-100);color:var(--green-600);border:1px solid #86efac;border-radius:var(--radius-sm);padding:.625rem 1rem;font-size:.875rem;margin-bottom:.5rem}.btn-auth-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;border-radius:var(--radius-md);background:var(--teal);color:#fff;font-size:.9375rem;font-weight:600;transition:var(--transition)}.btn-auth-submit:hover{background:var(--teal-dark)}.btn-auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-card__switch{text-align:center;font-size:.875rem;color:var(--gray-500);margin-top:1rem}.auth-card__switch-link{color:var(--teal);font-weight:600}.auth-card__switch-link:hover{text-decoration:underline}.user-dropdown{position:absolute;right:0;top:calc(100% + .5rem);min-width:10rem;background:#fff;border:1px solid var(--gray-100);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:200;overflow:hidden;animation:fadeInDown .15s ease}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.user-dropdown__item{display:flex;align-items:center;gap:.625rem;padding:.625rem 1rem;font-size:.875rem;color:var(--gray-700);transition:var(--transition-colors);width:100%;text-align:left;background:none;border:none;cursor:pointer}.user-dropdown__item:hover{background:var(--gray-50)}.user-dropdown__item--danger{color:var(--red-500)}.user-dropdown__item--danger:hover{background:var(--red-50)}.account-header{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid var(--gray-100);border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.account-header__avatar{width:3.5rem;height:3.5rem;border-radius:var(--radius-full);background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.account-header__name{font-size:1.125rem;font-weight:700;color:var(--gray-900)}.account-header__email{font-size:.875rem;color:var(--gray-500)}.account-logout{margin-left:auto;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-md);border:1px solid var(--gray-200);color:var(--gray-600);font-size:.875rem;font-weight:500;transition:var(--transition)}.account-logout:hover{border-color:var(--red-500);color:var(--red-500)}.account-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.account-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--gray-500);border-bottom:2px solid transparent;transition:var(--transition-colors);margin-bottom:-1px}.account-tab:hover{color:var(--teal)}.account-tab--active{color:var(--teal);border-bottom-color:var(--teal)}.order-card{background:#fff;border:1px solid var(--gray-100);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.order-card__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-100)}.order-card__id{font-size:.875rem;font-weight:600;color:var(--gray-900)}.order-card__date{font-size:.75rem;color:var(--gray-500)}.order-card__total{font-size:1rem;font-weight:700;color:var(--gray-900)}.order-card__items{padding:.75rem 1.25rem;border-bottom:1px solid var(--gray-100)}.order-card__item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.875rem;padding:.25rem 0;color:var(--gray-700)}.order-card__item-name{flex:1}.order-card__address{padding:.75rem 1.25rem;font-size:.8125rem;color:var(--gray-500)}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;text-transform:capitalize}.status-badge--pending{background:#fef9c3;color:#92400e}.status-badge--processing{background:#dbeafe;color:#1e40af}.status-badge--shipped{background:#ede9fe;color:#5b21b6}.status-badge--delivered{background:var(--green-100);color:var(--green-600)}.status-badge--cancelled{background:var(--red-50);color:var(--red-500)}.profile-field{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--gray-100)}.profile-field__label{font-size:.75rem;color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em}.profile-field__value{font-size:.9375rem;color:var(--gray-900);font-weight:500}.page-header__icon-row{display:flex;align-items:center;gap:.75rem}.page-header__icon{width:2.5rem;height:2.5rem;border-radius:var(--radius-md);background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-layout{display:flex;height:100vh;overflow:hidden;background:var(--gray-50)}.admin-sidebar{width:15rem;min-height:100vh;background:var(--navy);display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0;z-index:100;transform:translate(-100%);transition:transform .25s ease}@media(min-width:1024px){.admin-sidebar{transform:translate(0)}}.admin-sidebar--open{transform:translate(0)}.admin-sidebar__logo{display:flex;align-items:center;gap:.75rem;padding:1.5rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.admin-sidebar__label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff6}.admin-sidebar__nav{flex:1;padding:1rem .75rem;display:flex;flex-direction:column;gap:.25rem;overflow-y:auto}.admin-nav-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:var(--radius-md);color:#fff9;font-size:.875rem;font-weight:500;transition:var(--transition)}.admin-nav-item:hover{background:#ffffff14;color:#fff}.admin-nav-item--active{background:var(--teal);color:#fff}.admin-nav-item--active:hover{background:var(--teal-dark)}.admin-sidebar__logout{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid rgba(255,255,255,.08);color:#ffffff80;font-size:.875rem;width:100%;transition:var(--transition-colors)}.admin-sidebar__logout:hover{color:var(--red-500)}.admin-overlay{position:fixed;inset:0;background:#00000080;z-index:90}@media(min-width:1024px){.admin-overlay{display:none}}.admin-main{flex:1;display:flex;flex-direction:column;height:100vh;overflow:hidden;padding-left:0}@media(min-width:1024px){.admin-main{padding-left:15rem}}.admin-topbar{display:flex;align-items:center;gap:1rem;background:#fff;border-bottom:1px solid var(--gray-200);padding:0 1.5rem;height:4rem;flex-shrink:0;position:sticky;top:0;z-index:40;box-shadow:var(--shadow-sm)}.admin-topbar__toggle{color:var(--gray-600);padding:.25rem;display:flex;align-items:center}@media(min-width:1024px){.admin-topbar__toggle{display:none}}.admin-topbar__title{font-size:1.125rem;font-weight:700;color:var(--gray-900);flex:1}.admin-topbar__user{display:flex;align-items:center;gap:.625rem}.admin-topbar__avatar{width:2rem;height:2rem;border-radius:var(--radius-full);background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700}.admin-topbar__name{font-size:.875rem;font-weight:500;color:var(--gray-700)}.admin-content{padding:1.5rem;flex:1;overflow-y:auto}@media(min-width:640px){.admin-content{padding:1rem}}@media(min-width:1024px){.admin-content{padding:2rem}}.admin-chart-grid{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}@media(min-width:1024px){.admin-chart-grid{display:grid;grid-template-columns:2fr 1fr}}.admin-table-header{padding:1.5rem;border-bottom:1px solid var(--gray-200);display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.admin-table-header{flex-direction:row;justify-content:space-between;align-items:center}}.admin-table-header__search{position:relative;width:100%}@media(min-width:768px){.admin-table-header__search{width:300px}}.admin-table-header__actions{display:flex;flex-wrap:wrap;gap:1rem}.admin-stat-grid{display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}@media(min-width:1024px){.admin-stat-grid{grid-template-columns:repeat(4,1fr)}}.admin-stat-card{background:#fff;border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);display:flex;align-items:center;gap:1rem;transition:var(--transition)}.admin-stat-card:hover{box-shadow:var(--shadow-md)}.admin-stat-card__icon{width:3rem;height:3rem;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-stat-card__value{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.admin-stat-card__label{font-size:.8125rem;color:var(--gray-500)}.admin-card{background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);overflow:hidden}.admin-card__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-100);gap:1rem;flex-wrap:wrap}.admin-card__title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;color:var(--gray-900)}.admin-card__link{font-size:.875rem;color:var(--teal);font-weight:500}.admin-card__link:hover{text-decoration:underline}.admin-table-wrapper{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table th{padding:.75rem 1.25rem;text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);background:var(--gray-50);border-bottom:1px solid var(--gray-100)}.admin-table td{padding:.875rem 1.25rem;border-bottom:1px solid var(--gray-50);color:var(--gray-700);vertical-align:middle}.admin-table tbody tr:hover{background:var(--gray-50)}.admin-table__mono{font-family:monospace;font-size:.8125rem}.admin-quick-actions{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.admin-quick-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;border:1px solid var(--gray-200);color:var(--gray-700);background:#fff;transition:var(--transition)}.admin-quick-btn:hover{background:var(--gray-50)}.admin-quick-btn--primary{background:var(--teal);color:#fff;border-color:var(--teal)}.admin-quick-btn--primary:hover{background:var(--teal-dark);border-color:var(--teal-dark);color:#fff}.admin-action-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-sm);color:var(--gray-500);background:var(--gray-100);transition:var(--transition);font-size:0}.admin-action-btn:hover{background:var(--gray-200);color:var(--gray-700)}.admin-action-btn--edit{color:#1d4ed8;background:#dbeafe}.admin-action-btn--edit:hover{background:#bfdbfe}.admin-action-btn--delete{color:var(--red-500);background:var(--red-50)}.admin-action-btn--delete:hover{background:#fecaca}.status-filter-btn{padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:500;border:1px solid var(--gray-200);background:#fff;color:var(--gray-600);transition:var(--transition);cursor:pointer}.status-filter-btn:hover{background:var(--gray-50)}.status-filter-btn--active{background:var(--teal);color:#fff;border-color:var(--teal)}.status-filter-btn--action{background:var(--teal-10);color:var(--teal);border-color:var(--teal-20);font-size:.75rem}.status-filter-btn--cancel{background:var(--red-50);color:var(--red-500);border-color:#fca5a5}.form-card{background:#fff;border:1px solid var(--gray-100);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-sm)}.form-card__title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:1.25rem}.form-grid{display:flex;flex-direction:column;gap:1rem}.form-grid--2{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.form-grid--2{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-label{font-size:.875rem;font-weight:500;color:var(--gray-700)}.form-input-wrapper{position:relative}.form-input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--gray-400);display:flex;align-items:center}.form-input-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:var(--gray-400)}.form-input{width:100%;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:.625rem .875rem;font-size:.9375rem;color:var(--gray-900);background:#fff;outline:none;transition:var(--transition)}.form-input--icon{padding-left:2.5rem}.form-input:focus{border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-10)}.form-select{width:100%;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:.625rem .875rem;font-size:.9375rem;color:var(--gray-900);background:#fff;outline:none;transition:var(--transition)}.form-select:focus{border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-10)}.form-textarea{width:100%;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:.625rem .875rem;font-size:.9375rem;color:var(--gray-900);background:#fff;outline:none;transition:var(--transition);resize:vertical}.form-textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-10)}.payment-option{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition)}.payment-option--active{border-color:var(--teal);background:var(--teal-10)}.payment-option--disabled{opacity:.5;cursor:not-allowed}.payment-option__title{font-size:.875rem;font-weight:600;color:var(--gray-900)}.payment-option__sub{font-size:.75rem;color:var(--gray-500)}.cart-layout{display:grid;gap:1.5rem;padding:2rem 0 3rem}@media(min-width:768px){.cart-layout{grid-template-columns:1fr 22rem}}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;background:#fff;border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:1rem;box-shadow:var(--shadow-sm)}.cart-item__image{width:5rem;height:5rem;object-fit:cover;border-radius:var(--radius-md);flex-shrink:0}.cart-item__body{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item__name{font-size:.9375rem;font-weight:600;color:var(--gray-900)}.cart-item__unit-price{font-size:.75rem;color:var(--gray-500)}.cart-item__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.cart-item__total{font-size:1rem;font-weight:700;color:var(--gray-900)}.qty-control{display:flex;align-items:center;gap:.5rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);overflow:hidden}.qty-control--small{font-size:.875rem}.qty-control__btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:var(--gray-600);background:var(--gray-50);transition:var(--transition-colors)}.qty-control__btn:hover{background:var(--gray-100)}.qty-control__value{min-width:1.5rem;text-align:center;font-size:.875rem;font-weight:600}.btn-remove{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-sm);color:var(--gray-400);transition:var(--transition-colors)}.btn-remove:hover{color:var(--red-500);background:var(--red-50)}.order-summary-card{background:#fff;border:1px solid var(--gray-100);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-sm);height:fit-content;position:sticky;top:6rem}.order-summary-card h3{font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.order-summary-rows{display:flex;flex-direction:column;gap:.625rem;margin-top:.75rem}.order-summary-row{display:flex;justify-content:space-between;font-size:.875rem;color:var(--gray-600)}.order-summary-divider{border:none;border-top:1px solid var(--gray-100)}.order-summary-total{display:flex;justify-content:space-between;font-weight:700;color:var(--gray-900)}.order-summary-total__price{font-size:1.125rem;color:var(--teal)}.btn-checkout{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;padding:.875rem;border-radius:var(--radius-md);background:var(--teal);color:#fff;font-size:.9375rem;font-weight:600;transition:var(--transition)}.btn-checkout:hover{background:var(--teal-dark)}.cart-free-delivery{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;font-size:.75rem;color:var(--gray-500)}.cart-continue-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--teal);font-weight:500;margin-top:.5rem}.cart-continue-link:hover{text-decoration:underline}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1rem;text-align:center}.cart-empty__icon{width:5rem;height:5rem;border-radius:var(--radius-full);background:var(--gray-100);color:var(--gray-300);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.cart-empty h2{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.cart-empty p{color:var(--gray-500);margin-top:.5rem}.checkout-layout{display:grid;gap:1.5rem;padding:0 0 3rem}@media(min-width:768px){.checkout-layout{grid-template-columns:1fr 22rem}}.checkout-fields{display:flex;flex-direction:column;gap:1.5rem}.checkout-order-summary{display:flex;flex-direction:column;gap:1rem}.checkout-items{display:flex;flex-direction:column;gap:.5rem}.checkout-item{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:var(--gray-700);gap:.5rem}.checkout-item__qty{font-weight:600;color:var(--gray-400)}.checkout-item__name{flex:1}.checkout-item__price{font-weight:600;white-space:nowrap}.btn-place-order{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;border-radius:var(--radius-md);background:var(--teal);color:#fff;font-size:1rem;font-weight:700;transition:var(--transition)}.btn-place-order:hover{background:var(--teal-dark)}.btn-place-order:disabled{opacity:.6;cursor:not-allowed}.success-page{display:flex;flex-direction:column;align-items:center;padding:5rem 1rem;text-align:center}.success-page__icon{width:5rem;height:5rem;border-radius:var(--radius-full);background:var(--green-100);color:var(--green-600);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.success-page h2{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.success-page p{color:var(--gray-500);margin-top:.5rem;max-width:22rem}.back-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--gray-500);font-weight:500;transition:var(--transition-colors);margin-bottom:1.5rem}.back-link:hover{color:var(--teal)}.btn-primary-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.75rem 1.5rem;border-radius:var(--radius-full);background:var(--teal);color:#fff;font-size:.875rem;font-weight:600;transition:var(--transition-transform)}.btn-primary-pill:hover{transform:scale(1.04)}.product-page-inner{padding:2rem 0 3rem}.product-layout{display:grid;gap:2rem}@media(min-width:768px){.product-layout{grid-template-columns:1fr 1fr}}.product-gallery__main{position:relative;border-radius:var(--radius-xl);overflow:hidden;background:var(--gray-50);border:1px solid var(--gray-100)}.product-gallery__discount-badge{position:absolute;top:1rem;left:1rem;z-index:1;background:var(--orange);color:#fff;padding:.25rem .625rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:700}.product-gallery__img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1rem}.product-info__brand{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--teal)}.product-info__title{font-size:1.75rem;font-weight:700;color:var(--gray-900);line-height:1.25}.product-info__rating{display:flex;align-items:center;gap:.5rem}.product-info__review-text{font-size:.875rem;color:var(--gray-500)}.product-info__price-row{display:flex;align-items:baseline;gap:.75rem}.product-info__price{font-size:2rem;font-weight:700;color:var(--gray-900)}.product-info__original-price{font-size:1.125rem;color:var(--gray-400);text-decoration:line-through}.product-info__desc{font-size:.9375rem;color:var(--gray-600);line-height:1.6}.product-specs{background:var(--gray-50);border-radius:var(--radius-md);padding:1rem}.product-specs__title{font-size:.875rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.product-specs__grid{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.product-spec__key{font-size:.75rem;color:var(--gray-500)}.product-spec__value{font-size:.8125rem;font-weight:500;color:var(--gray-900)}.product-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.btn-add-to-cart{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center;padding:.875rem 1.5rem;border-radius:var(--radius-md);background:var(--teal);color:#fff;font-size:1rem;font-weight:700;transition:var(--transition)}.btn-add-to-cart:hover{background:var(--teal-dark)}.btn-add-to-cart--added{background:var(--green)}.btn-add-to-cart--added:hover{background:#16a34a}.btn-wishlist{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;flex-shrink:0;border-radius:var(--radius-md);border:1px solid var(--gray-200);color:var(--gray-500);transition:var(--transition)}.btn-wishlist:hover{color:var(--red-500);border-color:var(--red-500);background:var(--red-50)}.product-trust{display:flex;flex-wrap:wrap;gap:1rem}.product-trust__item{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--gray-500)}.product-description-section{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--gray-100)}.product-description-section h2{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.product-description-section p{color:var(--gray-600);line-height:1.7}.breadcrumb-bar{background:var(--gray-50);border-bottom:1px solid var(--gray-100)}.breadcrumb{display:flex;align-items:center;gap:.5rem;padding:.75rem 0;font-size:.875rem}.breadcrumb__link{color:var(--gray-500);transition:var(--transition-colors)}.breadcrumb__link:hover{color:var(--teal)}.breadcrumb__sep{color:var(--gray-300);display:flex}.breadcrumb__current{color:var(--gray-900);font-weight:500}.empty-state{display:flex;flex-direction:column;align-items:center;padding:4rem 1rem;text-align:center}.empty-state__icon{width:4rem;height:4rem;border-radius:var(--radius-full);background:var(--gray-100);color:var(--gray-400);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.empty-state h3{font-size:1.125rem;font-weight:700;color:var(--gray-900)}.empty-state p{color:var(--gray-500);margin-top:.375rem}.page-content{padding:2rem 0 3rem}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.page-title{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.page-subtitle{font-size:.875rem;color:var(--gray-500);margin-top:.25rem}.btn-filter{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:.875rem;font-weight:500;color:var(--gray-700);background:#fff;transition:var(--transition)}.btn-filter:hover{background:var(--gray-50)}.cat-dropdown{position:relative}.cat-dropdown__menu{position:absolute;top:calc(100% + .5rem);left:0;min-width:14rem;background:#fff;border:1px solid var(--gray-100);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:200;overflow:hidden;animation:fadeInDown .15s ease}.cat-dropdown__item{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;font-size:.875rem;color:var(--gray-700);transition:var(--transition-colors)}.cat-dropdown__item:hover{background:var(--gray-50);color:var(--teal)}.cat-dropdown__item-icon{width:2rem;height:2rem;border-radius:var(--radius-sm);background:var(--teal-10);display:flex;align-items:center;justify-content:center;font-size:.875rem}� � .shop-hero{position:relative;background:url(/assets/ishero-DVTxenxS.png) center/cover no-repeat;padding:6rem 1rem;text-align:center;color:var(--white);overflow:hidden}.shop-hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#000000d9,#0009);z-index:0}.shop-hero__content{position:relative;z-index:1;max-width:600px;margin:0 auto}.shop-hero__title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.shop-hero__subtitle{font-size:1.125rem;color:var(--gray-200);margin-bottom:2rem}.shop-hero__search{display:flex;align-items:center;background:var(--white);border-radius:var(--radius-full);padding:.5rem 1rem;box-shadow:0 8px 32px #0003}.shop-hero__search-icon{color:var(--gray-400);margin-right:.5rem}.shop-hero__search-input{flex:1;border:none;background:transparent;padding:.5rem;font-size:1rem;color:var(--gray-900);outline:none}.checkout-section{background:var(--white);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid var(--gray-100)}@media(min-width:640px){.checkout-section{padding:2rem}}.checkout-section__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-100)}.checkout-section__number{background:var(--teal);color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.checkout-section__title{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin:0}.checkout-input{background:var(--gray-50);border:1px solid var(--gray-200);transition:all .2s;border-radius:8px}.checkout-input:focus{background:var(--white);border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-20)}.payment-options-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.payment-options-grid{grid-template-columns:1fr 1fr}}.checkout-payment-card{border:2px solid var(--gray-200);border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .2s;background:var(--white)}.checkout-payment-card:hover{border-color:var(--teal-40);background:var(--teal-10)}.checkout-payment-card--active{border-color:var(--teal);background:var(--teal-10)}.checkout-payment-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.checkout-payment-card__icon{color:var(--gray-600)}.checkout-payment-card--active .checkout-payment-card__icon{color:var(--teal)}.checkout-payment-card__title{font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.checkout-payment-card__desc{font-size:.875rem;color:var(--gray-500)}.checkout-sidebar{position:sticky;top:2rem}.checkout-summary-card{background:var(--white);border-radius:16px;padding:1.5rem;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003;border:1px solid var(--gray-100)}.checkout-summary-card__title{font-size:1.25rem;font-weight:800;margin-bottom:1.5rem;color:var(--gray-900)}.checkout-items-list{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;max-height:40vh;overflow-y:auto;padding-right:.5rem}.checkout-summary-item{display:flex;align-items:center;gap:1rem}.checkout-summary-item__img-wrapper{position:relative;width:4rem;height:4rem;background:var(--gray-50);border-radius:8px;border:1px solid var(--gray-200);flex-shrink:0}.checkout-summary-item__img{width:100%;height:100%;object-fit:contain;padding:.25rem}.checkout-summary-item__badge{position:absolute;top:-.5rem;right:-.5rem;background:var(--gray-600);color:#fff;width:1.25rem;height:1.25rem;border-radius:50%;font-size:.75rem;display:flex;align-items:center;justify-content:center;font-weight:700}.checkout-summary-item__info{flex:1}.checkout-summary-item__name{font-size:.875rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.checkout-summary-item__price{font-weight:700;color:var(--teal)}.checkout-summary-totals{border-top:1px solid var(--gray-200);padding-top:1.5rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem}.checkout-summary-row{display:flex;justify-content:space-between;font-size:.9375rem;color:var(--gray-600)}.checkout-summary-final{border-top:1px solid var(--gray-200);padding-top:1rem;margin-bottom:1.5rem}.checkout-summary-final__row{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:800;color:var(--gray-900)}.btn-checkout-submit{width:100%;background:var(--teal);color:#fff;border:none;padding:1.25rem;border-radius:12px;font-size:1.125rem;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .2s;box-shadow:0 4px 12px #02ac9f4d}.btn-checkout-submit:hover:not(:disabled){background:var(--teal-dark);transform:translateY(-2px);box-shadow:0 6px 16px #02ac9f66}.btn-checkout-submit:disabled{opacity:.7;cursor:not-allowed}.checkout-trust-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--gray-500);font-size:.8125rem;margin-top:1rem}.promo-animate-container{overflow:visible}.promo-text-left{opacity:0;transform:translate(-50px);transition:all .8s cubic-bezier(.4,0,.2,1)}.promo-text-right{opacity:0;transform:translate(50px);transition:all .8s cubic-bezier(.4,0,.2,1) .2s}.promo-image-center{opacity:0;transform:translateY(100px) scale(.8) rotate(-10deg);transition:all 1s cubic-bezier(.34,1.56,.64,1) .1s;z-index:10}.promo-animated .promo-text-left,.promo-animated .promo-text-right{opacity:1;transform:translate(0)}.promo-animated .promo-image-center{opacity:1;transform:translateY(0) scale(1) rotate(0)}@media(max-width:768px){.promo-animate-container{flex-direction:column;text-align:center!important;padding:2rem!important;min-height:auto!important;gap:2rem}.promo-text-right{text-align:center!important}.promo-text-right p{margin-left:auto!important;margin-right:auto!important}.promo-image-center{position:relative!important;left:auto!important;top:auto!important;margin:0!important;width:250px!important;height:300px!important}}.toast-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:9999}.toast{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:300px;max-width:400px;animation:slideIn .3s ease forwards;border-left:4px solid var(--navy)}.toast--success{border-left-color:#16a34a}.toast--error{border-left-color:#dc2626}.toast--info{border-left-color:#3b82f6}.toast__icon{flex-shrink:0}.toast--success .toast__icon{color:#16a34a}.toast--error .toast__icon{color:#dc2626}.toast--info .toast__icon{color:#3b82f6}.toast__message{margin:0;flex-grow:1;font-size:.875rem;color:var(--navy)}.toast__close{background:none;border:none;color:var(--gray-400);cursor:pointer;padding:4px;display:flex;border-radius:4px;transition:.2s}.toast__close:hover{background:var(--gray-100);color:var(--navy)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.skeleton{background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}
