:root{--ed-blue: var(--color-primary, #0066FF);--ed-blue-hover: var(--color-primary-hover, #0052CC);--ed-destructive: #EF4444;--ed-switch: #cbced4;--ed-yellow: #eab308;--ed-red: #EF4444;--ed-green: #10B981;--ed-dark: var(--color-foreground-heading, var(--color-foreground, #030213));--ed-dark-secondary: #14142b;--ed-white: var(--color-background, #ffffff);--ed-muted: var(--color-foreground, #ececf0);--ed-muted-fg: var(--color-foreground, #717182);--ed-input-bg: var(--color-input-background, #F5F5F7);--ed-border: var(--color-border, rgba(0, 0, 0, .1));--ed-dark-bg: #0A0B14;--ed-dark-card: #13151F;--ed-dark-text: #E8E9ED;--ed-dark-muted-surface: #1E202E;--ed-dark-muted-text: #9496A1;--ed-dark-border: rgba(255, 255, 255, .1);--ed-dark-hover: #2A2D3C;--ed-radius-sm: var(--style-border-radius-xs, 6px);--ed-radius-md: var(--style-border-radius-sm, 8px);--ed-radius: var(--style-border-radius-md, 10px);--ed-radius-lg: var(--style-border-radius-lg, 12px);--ed-radius-button: var(--style-border-radius-buttons-primary, 8px);--ed-radius-input: var(--style-border-radius-inputs, 8px);--ed-page-width: 120rem;--ed-gray-50: #f8fafc;--ed-gray-100: #f3f3f5;--ed-gray-200: #ececf0;--ed-gray-300: #cbced4;--ed-gray-400: #9ca0ac;--ed-gray-500: #717182;--ed-gray-600: #4d4e5a;--ed-gray-700: #333440;--ed-gray-800: #14142b;--ed-gray-900: #030213;--ed-weight-normal: 400;--ed-weight-medium: 500}[class^=ed-],[class*=" ed-"]{font-family:var(--font-body--family),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.ed-hero__title,.ed-section__title,.ed-collection__title,.ed-cart__title,.ed-search__title,.ed-404__title,.ed-cta__title,.ed-product__title,.ed-contact__title,.ed-blog__title,.ed-article__title,.ed-account__title,.ed-auth__title,.ed-comp-section__title,.ed-comp-header__title,.ed-mega__title,.ed-promo-banner__title,.ed-deal-category__title,.ed-blog__featured-title,.ed-blog-card__title,.ed-card__title{font-family:var(--font-heading--family),var(--font-body--family),-apple-system,sans-serif}.ed-hero{background:linear-gradient(135deg,var(--ed-dark) 0%,var(--ed-dark-secondary) 60%,var(--ed-blue) 100%);color:var(--ed-white);overflow:hidden}.ed-hero__inner{max-width:var(--ed-page-width);margin:0 auto;padding:60px 40px 80px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.ed-hero__badge{display:inline-block;background:var(--ed-blue);color:var(--ed-white);padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:500;margin-bottom:20px}.ed-hero__title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.1;margin:0 0 16px}.ed-hero__title span{color:var(--ed-blue)}.ed-hero__subtitle{font-size:1rem;color:var(--ed-gray-300);margin-bottom:32px;max-width:480px;line-height:1.6}.ed-hero__actions{display:flex;gap:12px;flex-wrap:wrap}.ed-hero__image{position:relative;border-radius:var(--ed-radius-lg);overflow:hidden;aspect-ratio:4/3;background:linear-gradient(135deg,#0e7490,#164e63,#0f172a);display:flex;align-items:center;justify-content:center;font-size:5rem}.ed-hero__image img{width:100%;height:100%;object-fit:cover}.ed-hero__stat{position:absolute;bottom:16px;right:16px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--ed-dark);padding:12px 20px;border-radius:var(--ed-radius-sm);text-align:center}.ed-hero__stat-label{font-size:.75rem;color:var(--ed-gray-500)}.ed-hero__stat-value{font-size:1.5rem;font-weight:700}@media(max-width:768px){.ed-hero__inner{grid-template-columns:1fr;padding:40px 20px 60px}.ed-hero__image{max-height:300px}}.ed-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:var(--ed-radius-button);font-size:.875rem;font-weight:500;line-height:1.25rem;text-decoration:none;border:none;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);white-space:nowrap;min-height:2.5rem}.ed-btn--lg{padding:14px 24px;font-size:1rem;min-height:3rem}.ed-btn--sm{padding:8px 14px;font-size:.8125rem;min-height:2.25rem}.ed-btn--primary{background:var(--ed-blue);color:var(--ed-white)}.ed-btn--primary:hover{background:var(--ed-blue-hover)}.ed-btn--secondary{background:var(--ed-dark-secondary);color:var(--ed-white);border:1px solid var(--ed-gray-600)}.ed-btn--secondary:hover{background:var(--ed-gray-700)}.ed-btn--white{background:var(--ed-white);color:var(--ed-dark)}.ed-btn--white:hover{background:var(--ed-gray-100)}.ed-btn--outline{background:transparent;color:var(--ed-blue);border:1px solid var(--ed-blue)}.ed-btn--outline:hover{background:var(--ed-blue);color:var(--ed-white)}.ed-search-bar{background:var(--ed-white);padding:48px 40px}.ed-search-bar__inner{max-width:var(--ed-page-width);margin:0 auto;text-align:center}.ed-search-bar__title{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:var(--ed-dark)}.ed-search-bar__input-wrap{max-width:600px;margin:0 auto 24px;position:relative}.ed-search-bar__input{width:100%;padding:14px 20px 14px 48px;border:1px solid var(--ed-gray-200);border-radius:50px;font-size:.95rem;background:var(--ed-gray-50);outline:none;transition:border-color .2s}.ed-search-bar__input:focus{border-color:var(--ed-blue)}.ed-search-bar__input-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:var(--ed-gray-400)}.ed-search-bar__categories{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.ed-search-bar__category{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:var(--ed-gray-600);font-size:.85rem;transition:color .2s}.ed-search-bar__category:hover{color:var(--ed-blue)}.ed-search-bar__category-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--ed-gray-100);border-radius:50%;font-size:1.2rem}.ed-promo-banner__inner{max-width:var(--ed-page-width);margin:0 auto;background:linear-gradient(135deg,#3b82f6,#06b6d4);border-radius:var(--ed-radius);padding:20px 32px;display:flex;align-items:center;justify-content:space-between;color:var(--ed-white)}.ed-promo-banner__content{display:flex;align-items:center;gap:16px}.ed-promo-banner__icon{width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ed-promo-banner__badge{background:#fff3;padding:2px 10px;border-radius:12px;font-size:.75rem;margin-bottom:4px;display:inline-block}.ed-promo-banner__title{font-size:1.1rem;font-weight:700}.ed-promo-banner__text{font-size:.85rem;opacity:.9}@media(max-width:768px){.ed-promo-banner{padding:0 20px}.ed-promo-banner__inner{flex-direction:column;gap:16px;text-align:center;padding:20px}}.ed-section{padding:48px 40px}.ed-section__inner{max-width:var(--ed-page-width);margin:0 auto}.ed-section__header{text-align:center;margin-bottom:36px}.ed-section__header--left{text-align:left;display:flex;justify-content:space-between;align-items:baseline}.ed-section__title{font-size:1.75rem;font-weight:700;color:var(--ed-dark);margin:0 0 8px}.ed-section__subtitle{font-size:.95rem;color:var(--ed-gray-500);margin:0}.ed-section__link{color:var(--ed-blue);text-decoration:none;font-weight:600;font-size:.95rem;white-space:nowrap}.ed-section__link:hover{text-decoration:underline}@media(max-width:768px){.ed-section{padding:32px 20px}}.ed-brands__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ed-brand-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;border:1px solid var(--ed-gray-200);border-radius:var(--ed-radius);text-decoration:none;transition:all .2s;background:var(--ed-white)}.ed-brand-card:hover{border-color:var(--ed-blue);box-shadow:0 2px 12px #2563eb1a}.ed-brand-card__name{font-size:1rem;font-weight:700;color:var(--ed-dark);margin-bottom:4px}.ed-brand-card__count{font-size:.8rem;color:var(--ed-gray-500)}@media(max-width:768px){.ed-brands__grid{grid-template-columns:repeat(2,1fr)}}.ed-categories__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ed-category-card{text-decoration:none;border-radius:var(--ed-radius);overflow:hidden;background:var(--ed-gray-100);transition:transform .2s}.ed-category-card:hover{transform:translateY(-4px)}.ed-category-card__image{aspect-ratio:4/3;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--ed-white);position:relative}.ed-category-card:nth-child(1) .ed-category-card__image{background:linear-gradient(135deg,#1e40af,#3b82f6)}.ed-category-card:nth-child(2) .ed-category-card__image{background:linear-gradient(135deg,#0e7490,#06b6d4)}.ed-category-card:nth-child(3) .ed-category-card__image{background:linear-gradient(135deg,#ca8a04,#eab308)}.ed-category-card:nth-child(4) .ed-category-card__image{background:linear-gradient(135deg,#7c2d92,#a855f7)}.ed-category-card__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.3) 40%,transparent 65%);z-index:1;pointer-events:none}.ed-category-card__info{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:16px 18px;color:var(--ed-white)}.ed-category-card__name{color:var(--ed-white);font-weight:700}.ed-category-card__desc{color:#ffffffd9}.ed-category-card{position:relative;overflow:hidden}.ed-category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.ed-category-card__info{padding:16px}.ed-category-card__name{font-size:1rem;font-weight:700;color:var(--ed-dark);margin-bottom:4px}.ed-category-card__desc{font-size:.8rem;color:var(--ed-gray-500)}@media(max-width:768px){.ed-categories__grid{grid-template-columns:repeat(2,1fr)}}.ed-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ed-product-card{text-decoration:none;display:block;transition:transform .2s}.ed-product-card:hover{transform:translateY(-2px)}.ed-product-card__image{aspect-ratio:1;border-radius:var(--ed-radius);overflow:hidden;margin-bottom:12px;background:linear-gradient(135deg,var(--ed-gray-100),var(--ed-gray-200));position:relative;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:var(--ed-gray-400)}.ed-product-card__image img{width:100%;height:100%;object-fit:cover}.ed-product-card__badge{position:absolute;top:8px;left:8px;background:var(--ed-red);color:var(--ed-white);padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:600}.ed-product-card__brand{font-size:.75rem;color:var(--ed-blue);font-weight:600;margin-bottom:4px}.ed-product-card__title{font-size:.95rem;font-weight:600;color:var(--ed-dark);margin-bottom:6px;line-height:1.3}.ed-product-card__rating{display:flex;align-items:center;gap:6px;margin-bottom:6px}.ed-product-card__stars{color:var(--ed-yellow);font-size:.85rem}.ed-product-card__rating-text{font-size:.8rem;color:var(--ed-gray-500)}.ed-product-card__tags{display:flex;gap:6px;margin-bottom:8px;flex-wrap:wrap}.ed-product-card__tag{background:var(--ed-gray-100);color:var(--ed-gray-600);padding:2px 8px;border-radius:4px;font-size:.7rem}.ed-product-card__price{font-size:1.1rem;font-weight:700;color:var(--ed-dark)}.ed-product-card__price-original{font-size:.85rem;color:var(--ed-gray-400);text-decoration:line-through;margin-left:8px;font-weight:400}.ed-product-card__stock{font-size:.75rem;color:var(--ed-gray-500);margin-top:4px}.ed-product-card__stock-bar{width:100%;height:4px;background:var(--ed-gray-200);border-radius:2px;margin-top:4px;overflow:hidden}.ed-product-card__stock-fill{height:100%;background:var(--ed-blue);border-radius:2px;transition:width .3s}@media(max-width:1024px){.ed-products__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.ed-products__grid{grid-template-columns:repeat(2,1fr)}}.ed-hot-deals{padding:48px 40px;background:var(--ed-white)}.ed-hot-deals__header{text-align:center;margin-bottom:24px}.ed-hot-deals__flash-badge{display:inline-flex;align-items:center;gap:6px;background:var(--ed-red);color:var(--ed-white);padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:16px}.ed-countdown{display:flex;justify-content:center;gap:12px;margin-top:16px}.ed-countdown__item{display:flex;flex-direction:column;align-items:center}.ed-countdown__value{background:var(--ed-blue);color:var(--ed-white);width:56px;height:56px;border-radius:var(--ed-radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.ed-countdown__label{font-size:.75rem;color:var(--ed-gray-500);margin-top:4px}.ed-countdown__separator{font-size:1.5rem;font-weight:700;color:var(--ed-dark);display:flex;align-items:center;padding-bottom:18px}@media(max-width:768px){.ed-hot-deals{padding:32px 20px}}.ed-deal-categories__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ed-deal-category{border-radius:var(--ed-radius);padding:24px;color:var(--ed-white);text-decoration:none;display:block;transition:transform .2s;min-height:120px}.ed-deal-category:hover{transform:translateY(-2px)}.ed-deal-category--red{background:#ef4444}.ed-deal-category--blue{background:#2563eb}.ed-deal-category--amber{background:#f59e0b}.ed-deal-category--purple{background:#a855f7}.ed-deal-category__title{font-size:1.1rem;font-weight:700;margin-bottom:4px}.ed-deal-category__count{font-size:.85rem;opacity:.9;margin-bottom:12px}.ed-deal-category__link{font-size:.85rem;font-weight:600;display:inline-flex;align-items:center;gap:4px;color:var(--ed-white);text-decoration:none}@media(max-width:768px){.ed-deal-categories__grid{grid-template-columns:repeat(2,1fr)}}.ed-needs__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ed-need-card{border-radius:var(--ed-radius);overflow:hidden;text-decoration:none;display:block;position:relative}.ed-need-card__image{aspect-ratio:16/9;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:3rem}.ed-need-card:nth-child(1) .ed-need-card__image{background:linear-gradient(135deg,#1e40af,#3b82f6)}.ed-need-card:nth-child(2) .ed-need-card__image{background:linear-gradient(135deg,#14532d,#22c55e)}.ed-need-card:nth-child(3) .ed-need-card__image{background:linear-gradient(135deg,#9a3412,#f97316)}.ed-need-card:nth-child(4) .ed-need-card__image{background:linear-gradient(135deg,#7c2d92,#a855f7)}.ed-need-card:nth-child(5) .ed-need-card__image{background:linear-gradient(135deg,#164e63,#06b6d4)}.ed-need-card:nth-child(6) .ed-need-card__image{background:linear-gradient(135deg,#7f1d1d,#ef4444)}.ed-need-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.ed-need-card:hover .ed-need-card__image img{transform:scale(1.05)}.ed-need-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b3,#0000001a 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:20px}.ed-need-card__icon{width:32px;height:32px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ed-white);margin-bottom:8px;font-size:1rem;position:absolute;top:16px;left:16px}.ed-need-card__title{font-size:1.1rem;font-weight:700;color:var(--ed-white);margin-bottom:2px}.ed-need-card__desc{font-size:.8rem;color:#fffc;margin-bottom:12px}.ed-need-card__footer{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:var(--ed-white)}.ed-need-card__count{font-size:.8rem;color:var(--ed-gray-500)}.ed-need-card__browse{font-size:.85rem;font-weight:600;color:var(--ed-blue);text-decoration:none;display:inline-flex;align-items:center;gap:4px}@media(max-width:768px){.ed-needs__grid{grid-template-columns:1fr}}.ed-quick-shop__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ed-quick-card{border-radius:var(--ed-radius);overflow:hidden;text-decoration:none;display:block;transition:transform .2s}.ed-quick-card:hover{transform:translateY(-2px)}.ed-quick-card__header{padding:16px 20px;color:var(--ed-white)}.ed-quick-card__header--orange{background:#f59e0b}.ed-quick-card__header--blue{background:#2563eb}.ed-quick-card__header--pink{background:#ec4899}.ed-quick-card__header--green{background:#22c55e}.ed-quick-card__title{font-size:.95rem;font-weight:700;margin-bottom:2px}.ed-quick-card__meta{font-size:.75rem;opacity:.9}.ed-quick-card__action{font-size:.8rem;font-weight:600;display:inline-flex;align-items:center;gap:4px;margin-top:4px}.ed-quick-card__images{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--ed-gray-200);min-height:120px}.ed-quick-card__images:empty:after{content:"";grid-column:1 / -1;background:linear-gradient(135deg,var(--ed-gray-100),var(--ed-gray-200));aspect-ratio:2/1}.ed-quick-card__images img{width:100%;aspect-ratio:1;object-fit:cover}@media(max-width:768px){.ed-quick-shop__grid{grid-template-columns:repeat(2,1fr)}}.ed-cta{background:var(--ed-blue);padding:60px 40px}.ed-cta__inner{max-width:var(--ed-page-width);margin:0 auto;text-align:center;color:var(--ed-white)}.ed-cta__title{font-size:1.75rem;font-weight:700;margin-bottom:12px}.ed-cta__text{font-size:1rem;opacity:.9;margin-bottom:24px}@media(max-width:768px){.ed-cta{padding:40px 20px}}.ed-collection{padding:32px 40px 48px}.ed-collection__inner{max-width:var(--ed-page-width);margin:0 auto}.ed-collection__header{margin-bottom:24px}.ed-collection__title{font-size:2rem;font-weight:700;color:var(--ed-dark);margin:0 0 4px}.ed-collection__count{font-size:.9rem;color:var(--ed-gray-500)}.ed-collection__layout{display:grid;grid-template-columns:260px 1fr;gap:32px}.ed-filters{position:sticky;top:100px;align-self:start}.ed-filters__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.ed-filters__title{font-size:1.1rem;font-weight:700;color:var(--ed-dark)}.ed-filters__clear{font-size:.85rem;color:var(--ed-blue);text-decoration:none;font-weight:600}.ed-filters__group{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--ed-gray-200)}.ed-filters__group:last-child{border-bottom:none}.ed-filters__group-title{font-size:.9rem;font-weight:700;color:var(--ed-dark);margin-bottom:12px}.ed-filters__range{display:flex;justify-content:space-between;font-size:.8rem;color:var(--ed-gray-500);margin-top:8px}.ed-filters__range input[type=range]{width:100%;accent-color:var(--ed-blue)}.ed-filters__checkbox{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:.85rem;color:var(--ed-gray-700)}.ed-filters__checkbox input[type=checkbox]{accent-color:var(--ed-blue);width:16px;height:16px}.ed-filters__checkbox-count{margin-left:auto;color:var(--ed-gray-400);font-size:.8rem}.ed-collection__content{min-width:0}.ed-collection__promo{background:linear-gradient(135deg,#f97316,#ef4444);border-radius:var(--ed-radius);padding:20px 28px;display:flex;align-items:center;justify-content:space-between;color:var(--ed-white);margin-bottom:24px}.ed-collection__promo-badge{background:#fff3;padding:2px 10px;border-radius:12px;font-size:.75rem;margin-bottom:6px;display:inline-block}.ed-collection__promo-title{font-size:1.25rem;font-weight:700}.ed-collection__promo-text{font-size:.85rem;opacity:.9}.ed-collection__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.ed-collection__sort{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--ed-gray-600)}.ed-collection__sort select{padding:8px 12px;border:1px solid var(--ed-gray-200);border-radius:var(--ed-radius-sm);font-size:.85rem;background:var(--ed-white)}.ed-collection__view-toggle{display:flex;gap:4px}.ed-collection__view-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--ed-gray-200);border-radius:var(--ed-radius-sm);background:var(--ed-white);cursor:pointer;color:var(--ed-gray-400);transition:all .2s}.ed-collection__view-btn--active{background:var(--ed-blue);border-color:var(--ed-blue);color:var(--ed-white)}.ed-collection__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ed-collection__flash-sale{grid-column:1 / -1;background:var(--ed-red);border-radius:var(--ed-radius);padding:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ed-white);text-align:center;min-height:200px}.ed-collection__flash-icon{width:48px;height:48px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:1.5rem}.ed-collection__flash-title{font-size:1.5rem;font-weight:700;margin-bottom:8px}.ed-collection__flash-text{font-size:.95rem;opacity:.9;margin-bottom:16px}.ed-pagination{display:flex;justify-content:center;gap:8px;margin-top:40px}.ed-pagination__btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--ed-radius-sm);border:1px solid var(--ed-gray-200);background:var(--ed-white);color:var(--ed-dark);text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s}.ed-pagination__btn:hover{border-color:var(--ed-blue)}.ed-pagination__btn--active{background:var(--ed-blue);border-color:var(--ed-blue);color:var(--ed-white)}@media(max-width:1024px){.ed-collection__layout{grid-template-columns:220px 1fr}.ed-collection__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.ed-collection{padding:20px}.ed-collection__layout{grid-template-columns:1fr}.ed-collection__grid{grid-template-columns:repeat(2,1fr)}.ed-filters{position:static}}.ed-footer{background:#0a0b14;color:#9496a1;padding:48px 40px 24px}.ed-footer__inner{max-width:var(--ed-page-width);margin:0 auto}.ed-footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:40px}.ed-footer__col-title{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:16px}.ed-footer__links{list-style:none;padding:0;margin:0}.ed-footer__links li{margin-bottom:10px}.ed-footer__links a{color:#9496a1;text-decoration:none;font-size:.875rem;transition:color .2s}.ed-footer__links a:hover{color:#fff}.ed-footer__bottom{border-top:1px solid var(--ed-gray-700);padding-top:20px;text-align:center;font-size:.8rem;color:var(--ed-gray-500)}@media(max-width:768px){.ed-footer{padding:32px 20px 16px}.ed-footer__grid{grid-template-columns:repeat(2,1fr);gap:24px}}.ed-header{background:var(--ed-white);border-bottom:1px solid var(--ed-gray-200);position:sticky;top:0;z-index:100}.ed-header__inner{max-width:var(--ed-page-width);margin:0 auto;padding:14px 40px;display:flex;align-items:center;gap:24px}.ed-header__logo{text-decoration:none;flex-shrink:0;display:inline-flex;align-items:center;gap:8px}.ed-header__logo-mark{display:inline-flex;align-items:center;justify-content:center;color:var(--ed-blue, #0066FF);flex-shrink:0}.ed-header__logo-mark svg{width:32px;height:32px;display:block}.ed-header__logo-text{font-size:1.25rem;font-weight:600;color:var(--color-foreground-heading, #030213);letter-spacing:-.02em;line-height:1}.ed-header__logo-text span{color:inherit}.ed-header__logo-img{max-height:36px;width:auto}.ed-header__nav{display:flex;gap:4px;flex-shrink:0}.ed-header__nav-item{position:relative}.ed-header__nav-btn{display:flex;align-items:center;gap:4px;padding:8px 14px;background:transparent;border:none;font-size:.9rem;font-weight:500;color:var(--ed-gray-700);cursor:pointer;border-radius:6px;transition:all .15s;font-family:inherit}.ed-header__nav-btn:hover,.ed-header__nav-item.is-open .ed-header__nav-btn{background:var(--ed-gray-100);color:var(--ed-dark)}.ed-header__search{flex:1;max-width:500px;margin-left:auto;position:relative}.ed-header__search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--ed-gray-400);pointer-events:none}.ed-header__search-input{width:100%;padding:9px 16px 9px 40px;background:var(--ed-gray-100);border:1px solid transparent;border-radius:50px;font-size:.875rem;outline:none;transition:all .15s}.ed-header__search-input:focus{background:var(--ed-white);border-color:var(--ed-blue)}.ed-header__cart{position:relative;color:var(--ed-dark);display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;transition:background .15s}.ed-header__cart:hover{background:var(--ed-gray-100)}.ed-header__cart-count{position:absolute;top:4px;right:4px;background:var(--ed-blue);color:var(--ed-white);font-size:.65rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.ed-mega-menu{position:fixed;left:0;right:0;top:auto;background:var(--ed-white);border-top:1px solid var(--ed-gray-200);box-shadow:0 12px 40px #0000001a;padding:32px 40px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s;z-index:99}.ed-header__nav-item.is-open .ed-mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.ed-mega-menu__inner{max-width:var(--ed-page-width);margin:0 auto}.ed-mega-menu__title{font-size:1.1rem;font-weight:700;color:var(--ed-dark);margin:0 0 4px}.ed-mega-menu__subtitle{font-size:.85rem;color:var(--ed-gray-500);margin:0 0 24px}.ed-mega-menu__cols{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.ed-mega-menu__col-title{font-size:.85rem;font-weight:700;color:var(--ed-dark);margin-bottom:12px}.ed-mega-menu__links{list-style:none;padding:0;margin:0}.ed-mega-menu__links li{margin-bottom:8px}.ed-mega-menu__links a{color:var(--ed-gray-600);text-decoration:none;font-size:.85rem;transition:color .15s}.ed-mega-menu__links a:hover{color:var(--ed-blue)}@media(max-width:1024px){.ed-header__inner{padding:12px 20px;gap:12px}.ed-header__nav{display:none}.ed-mega-menu__cols{grid-template-columns:repeat(2,1fr);gap:20px}}.ed-product{padding:20px 40px 48px;background:var(--ed-white)}.ed-product__inner{max-width:var(--ed-page-width);margin:0 auto}.ed-product__breadcrumbs{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--ed-gray-500);margin-bottom:24px}.ed-product__breadcrumbs a{color:var(--ed-gray-500);text-decoration:none}.ed-product__breadcrumbs a:hover{color:var(--ed-blue)}.ed-product__breadcrumbs-current{color:var(--ed-dark)}.ed-product__main{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:32px}.ed-product__gallery-main{border-radius:var(--ed-radius);overflow:hidden;aspect-ratio:1;background:var(--ed-gray-100);margin-bottom:12px}.ed-product__gallery-main img,.ed-product__gallery-img{width:100%;height:100%;object-fit:cover}.ed-product__gallery-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:5rem;color:var(--ed-gray-400)}.ed-product__gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.ed-product__gallery-thumb{border:2px solid var(--ed-gray-200);border-radius:var(--ed-radius-sm);overflow:hidden;aspect-ratio:1;background:var(--ed-gray-100);padding:0;cursor:pointer;transition:border-color .15s}.ed-product__gallery-thumb.is-active{border-color:var(--ed-blue)}.ed-product__gallery-thumb img{width:100%;height:100%;object-fit:cover}.ed-product__vendor{font-size:.8rem;font-weight:600;color:var(--ed-blue);margin-bottom:8px}.ed-product__title{font-size:1.75rem;font-weight:700;color:var(--ed-dark);margin:0 0 12px;line-height:1.25}.ed-product__rating{display:flex;align-items:center;gap:8px;margin-bottom:16px}.ed-product__stars{color:var(--ed-yellow);font-size:1rem;letter-spacing:2px}.ed-product__rating-value{font-weight:600;color:var(--ed-dark);font-size:.9rem}.ed-product__review-count{color:var(--ed-gray-500);font-size:.85rem}.ed-product__price{font-size:2rem;font-weight:700;color:var(--ed-dark);margin-bottom:16px}.ed-product__price-compare{font-size:1.1rem;font-weight:400;color:var(--ed-gray-400);text-decoration:line-through;margin-left:12px}.ed-product__desc{font-size:.95rem;color:var(--ed-gray-600);line-height:1.5;margin-bottom:24px}.ed-product__specs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;background:var(--ed-gray-50);border:1px solid var(--ed-gray-200);border-radius:var(--ed-radius);padding:16px;margin-bottom:24px}.ed-product__spec{text-align:center}.ed-product__spec-icon{color:var(--ed-blue);margin-bottom:6px}.ed-product__spec-label{font-size:.7rem;color:var(--ed-gray-500);margin-bottom:2px}.ed-product__spec-value{font-size:.85rem;font-weight:600;color:var(--ed-dark)}.ed-product__variants{margin-bottom:20px}.ed-product__option{margin-bottom:12px}.ed-product__option-label{display:block;font-size:.85rem;font-weight:600;color:var(--ed-dark);margin-bottom:6px}.ed-product__option-values{display:flex;gap:6px;flex-wrap:wrap}.ed-product__option-btn{padding:6px 14px;border:1px solid var(--ed-gray-200);border-radius:6px;background:var(--ed-white);font-size:.85rem;cursor:pointer;transition:all .15s}.ed-product__option-btn.is-active,.ed-product__option-btn:hover{border-color:var(--ed-blue);color:var(--ed-blue)}.ed-product__form{margin-bottom:20px}.ed-product__buy-row{display:flex;gap:8px;align-items:center;margin-bottom:12px}.ed-product__qty{display:flex;align-items:center;border:1px solid var(--ed-gray-200);border-radius:var(--ed-radius-sm);overflow:hidden;flex-shrink:0}.ed-product__qty-btn{width:36px;height:44px;background:var(--ed-white);border:none;font-size:1.1rem;cursor:pointer;color:var(--ed-gray-600)}.ed-product__qty-btn:hover{background:var(--ed-gray-100)}.ed-product__qty-input{width:44px;height:44px;border:none;text-align:center;font-size:.9rem;font-weight:600;color:var(--ed-dark);-moz-appearance:textfield}.ed-product__qty-input::-webkit-outer-spin-button,.ed-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ed-product__add{flex:1;padding:12px 20px;height:44px;justify-content:center}.ed-product__wishlist,.ed-product__share{width:44px;height:44px;border:1px solid var(--ed-gray-200);border-radius:var(--ed-radius-sm);background:var(--ed-white);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ed-gray-600);transition:all .15s;flex-shrink:0}.ed-product__wishlist:hover,.ed-product__share:hover{border-color:var(--ed-blue);color:var(--ed-blue)}.ed-product__buy-now{display:block;width:100%;padding:12px;background:transparent;border:2px solid var(--ed-blue);border-radius:var(--ed-radius-sm);color:var(--ed-blue);font-weight:600;text-align:center;text-decoration:none;transition:all .15s}.ed-product__buy-now:hover{background:var(--ed-blue);color:var(--ed-white)}.ed-product__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding-top:20px;border-top:1px solid var(--ed-gray-200)}.ed-product__trust-item{display:flex;gap:10px;align-items:flex-start;color:var(--ed-blue)}.ed-product__trust-item svg{flex-shrink:0;margin-top:2px}.ed-product__trust-title{font-size:.8rem;font-weight:600;color:var(--ed-dark)}.ed-product__trust-text{font-size:.75rem;color:var(--ed-gray-500)}.ed-product__accordion{border:1px solid var(--ed-gray-200);border-radius:var(--ed-radius);margin-bottom:48px;overflow:hidden}.ed-product__accordion-head{padding:16px 20px;display:flex;align-items:center;justify-content:space-between;background:var(--ed-gray-50);cursor:pointer;font-size:.95rem;font-weight:600;color:var(--ed-dark);list-style:none}.ed-product__accordion-head::-webkit-details-marker{display:none}.ed-product__accordion-icon{transition:transform .2s;color:var(--ed-gray-500)}.ed-product__accordion[open] .ed-product__accordion-icon{transform:rotate(180deg)}.ed-product__accordion-body{padding:20px;font-size:.9rem;color:var(--ed-gray-600);line-height:1.6}.ed-product__related{margin-bottom:20px}.ed-product__related-title{font-size:1.5rem;font-weight:700;color:var(--ed-dark);margin:0 0 20px}@media(max-width:768px){.ed-product{padding:20px}.ed-product__main{grid-template-columns:1fr;gap:24px}.ed-product__trust,.ed-product__specs{grid-template-columns:1fr}}.ed-cart{padding:32px 40px 48px;background:var(--ed-white)}.ed-cart__inner{max-width:var(--ed-page-width);margin:0 auto}.ed-cart__title{font-size:2rem;font-weight:700;color:var(--ed-dark);margin:0 0 4px}.ed-cart__count{font-size:.9rem;color:var(--ed-gray-500);margin:0 0 32px}.ed-cart__empty{text-align:center;padding:80px 20px}.ed-cart__empty-icon{font-size:4rem;margin-bottom:16px}.ed-cart__empty-title{font-size:1.5rem;font-weight:700;color:var(--ed-dark);margin:0 0 8px}.ed-cart__empty-text{font-size:.95rem;color:var(--ed-gray-500);margin:0 0 24px}.ed-cart__layout{display:grid;grid-template-columns:1fr 380px;gap:32px}.ed-cart__items{display:flex;flex-direction:column;gap:16px}.ed-cart-item{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:16px;align-items:center;padding:16px;border:1px solid var(--ed-gray-200);border-radius:var(--ed-radius);background:var(--ed-white)}.ed-cart-item__image{width:100px;height:100px;border-radius:var(--ed-radius-sm);overflow:hidden;background:var(--ed-gray-100);display:flex;align-items:center;justify-content:center;font-size:2rem}.ed-cart-item__image img{width:100%;height:100%;object-fit:cover}.ed-cart-item__vendor{font-size:.75rem;color:var(--ed-blue);font-weight:600}.ed-cart-item__title{font-size:.95rem;font-weight:600;color:var(--ed-dark);text-decoration:none;display:block;margin:2px 0}.ed-cart-item__variant{font-size:.8rem;color:var(--ed-gray-500);margin-bottom:4px}.ed-cart-item__price{font-size:.9rem;color:var(--ed-gray-600)}.ed-cart-item__qty{display:flex;align-items:center;border:1px solid var(--ed-gray-200);border-radius:var(--ed-radius-sm);overflow:hidden}.ed-cart-item__total{font-size:1.05rem;font-weight:700;color:var(--ed-dark);min-width:80px;text-align:right}.ed-cart-item__remove{background:transparent;border:none;color:var(--ed-gray-400);cursor:pointer;padding:4px;transition:color .15s}.ed-cart-item__remove:hover{color:var(--ed-red)}.ed-cart__summary{background:var(--ed-gray-50);border:1px solid var(--ed-gray-200);border-radius:var(--ed-radius);padding:24px;height:fit-content;position:sticky;top:100px}.ed-cart__summary-title{font-size:1.1rem;font-weight:700;color:var(--ed-dark);margin:0 0 16px}.ed-cart__summary-row{display:flex;justify-content:space-between;padding:8px 0;font-size:.9rem;color:var(--ed-gray-700)}.ed-cart__summary-row--discount{color:var(--ed-green)}.ed-cart__summary-muted{color:var(--ed-gray-500)}.ed-cart__summary-total{display:flex;justify-content:space-between;padding:16px 0;border-top:1px solid var(--ed-gray-200);font-size:1.1rem;font-weight:700;color:var(--ed-dark);margin:8px 0 16px}.ed-cart__note{width:100%;min-height:70px;padding:10px;border:1px solid var(--ed-gray-200);border-radius:var(--ed-radius-sm);font-size:.85rem;font-family:inherit;resize:vertical;margin-bottom:16px;background:var(--ed-white)}.ed-cart__checkout{width:100%;justify-content:center;padding:14px;font-size:1rem}.ed-cart__continue{display:block;text-align:center;margin-top:12px;color:var(--ed-blue);text-decoration:none;font-size:.85rem;font-weight:500}.ed-cart__continue:hover{text-decoration:underline}.ed-cart__trust{margin-top:24px;padding-top:16px;border-top:1px solid var(--ed-gray-200)}.ed-cart__trust-row{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--ed-gray-600);margin-bottom:8px}.ed-cart__trust-row svg{color:var(--ed-blue)}@media(max-width:900px){.ed-cart__layout{grid-template-columns:1fr}.ed-cart-item{grid-template-columns:80px 1fr;gap:12px}.ed-cart-item__image{width:80px;height:80px}.ed-cart-item__qty,.ed-cart-item__total,.ed-cart-item__remove{grid-column:1 / -1}}.ed-search{padding:32px 40px 48px;background:var(--ed-white)}.ed-search__inner{max-width:var(--ed-page-width);margin:0 auto}.ed-search__header{margin-bottom:32px}.ed-search__title{font-size:2rem;font-weight:700;color:var(--ed-dark);margin:0 0 16px}.ed-search__form{position:relative;max-width:600px;margin-bottom:16px}.ed-search__icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--ed-gray-400);pointer-events:none}.ed-search__input{width:100%;padding:14px 16px 14px 48px;border:1px solid var(--ed-gray-200);border-radius:50px;font-size:.95rem;background:var(--ed-gray-50);outline:none;transition:border-color .15s}.ed-search__input:focus{border-color:var(--ed-blue);background:var(--ed-white)}.ed-search__meta{font-size:.9rem;color:var(--ed-gray-500);margin:0}.ed-search__empty{text-align:center;padding:80px 20px}.ed-search__empty-icon{font-size:4rem;margin-bottom:16px;opacity:.5}.ed-search__empty-title{font-size:1.5rem;font-weight:700;color:var(--ed-dark);margin:0 0 8px}.ed-search__empty-text{font-size:.95rem;color:var(--ed-gray-500);margin:0 0 24px}.ed-404{padding:80px 40px;background:var(--ed-white)}.ed-404__inner{max-width:600px;margin:0 auto;text-align:center}.ed-404__code{font-size:8rem;font-weight:800;line-height:1;background:linear-gradient(135deg,var(--ed-blue) 0%,#06b6d4 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:16px}.ed-404__title{font-size:2rem;font-weight:700;color:var(--ed-dark);margin:0 0 12px}.ed-404__text{font-size:1rem;color:var(--ed-gray-500);margin:0 0 32px;line-height:1.6}.ed-404__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.ed-404{padding:48px 20px}.ed-404__code{font-size:5rem}}.ed-card{background:var(--color-background, var(--ed-white));border:1px solid var(--color-border);border-radius:var(--style-border-radius-cards, .875rem);overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column;will-change:transform}.ed-card:hover{border-color:#0066ff59;box-shadow:0 10px 20px -6px #0066ff1f,0 4px 8px -4px #00000014;transform:translateY(-2px)}.ed-card__image img{transition:transform .5s cubic-bezier(.4,0,.2,1)}.ed-card:hover .ed-card__image img{transform:scale(1.04)}.ed-card__image-link{display:block;text-decoration:none;position:relative}.ed-card__image{aspect-ratio:1;overflow:hidden;background:linear-gradient(135deg,var(--ed-gray-50),var(--ed-gray-100));position:relative;display:flex;align-items:center;justify-content:center}.ed-card__image img{transition:transform .5s ease}.ed-card:hover .ed-card__image img{transform:scale(1.05)}.ed-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .4s ease,transform .4s ease}.ed-card__img--primary{opacity:1;z-index:1}.ed-card__img--secondary{opacity:0;z-index:2;transform:scale(1.03)}.ed-card:hover .ed-card__img--primary{opacity:0}.ed-card:hover .ed-card__img--secondary{opacity:1;transform:scale(1)}.ed-card:hover .ed-card__img--primary:only-child{opacity:1;transform:scale(1.05)}.ed-card__placeholder{font-size:3rem;color:var(--ed-gray-300);opacity:.7}.ed-card__badges{position:absolute;top:10px;right:52px;display:flex;flex-direction:column;align-items:flex-end;gap:4px;z-index:3;pointer-events:none}.ed-card__badge{padding:3px 10px;border-radius:50px;font-size:.7rem;font-weight:600;letter-spacing:.02em;color:var(--ed-white);box-shadow:0 1px 3px #0000001f}.ed-card__badge--sale{background:var(--ed-red)}.ed-card__badge--new{background:var(--ed-green)}.ed-card__badge--soldout{background:var(--ed-gray-700)}.ed-card__wishlist{position:absolute;top:10px;right:10px;z-index:3;width:34px;height:34px;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ed-gray-600);transition:all .2s;opacity:1;box-shadow:0 2px 6px #00000014}.ed-card__wishlist:hover{color:var(--ed-red);background:var(--ed-white);transform:scale(1.08)}.ed-card__wishlist.is-active{color:var(--ed-red);background:var(--ed-white)}.ed-card__wishlist.is-active svg{fill:currentColor}.ed-card__quick-add{position:absolute;left:12px;right:12px;bottom:12px;z-index:3;opacity:0;transform:translateY(8px);transition:all .25s ease}.ed-card:hover .ed-card__quick-add{opacity:1;transform:translateY(0)}.ed-card__quick-add-btn{width:100%;padding:10px 16px;background:var(--ed-dark);color:var(--ed-white);border:none;border-radius:var(--ed-radius-sm);font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .15s;font-family:inherit}.ed-card__quick-add-btn:hover{background:var(--ed-blue)}.ed-card__quick-add-btn:disabled{opacity:.7;cursor:default}@keyframes ed-spin{to{transform:rotate(360deg)}}.ed-spinner{animation:ed-spin .8s linear infinite}.ed-card__body{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.ed-card__vendor{font-size:.7rem;font-weight:600;color:var(--ed-blue);text-transform:uppercase;letter-spacing:.04em}.ed-card__title{font-size:1rem;font-weight:500;color:var(--ed-blue);line-height:1.35;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s;margin:0}.ed-card__title:hover{color:var(--ed-blue-hover)}.ed-card__rating{display:flex;align-items:center;gap:4px}.ed-card__stars{display:inline-flex;color:var(--ed-yellow);gap:1px}.ed-card__star{display:block}.ed-card__rating-value{font-size:.78rem;font-weight:600;color:var(--ed-dark);margin-left:4px}.ed-card__review-count{font-size:.75rem;color:var(--ed-gray-500)}.ed-card__chips{display:flex;flex-wrap:wrap;gap:4px;margin:2px 0 4px}.ed-card__chip{background:var(--ed-gray-100);color:var(--ed-gray-700);padding:3px 8px;border-radius:4px;font-size:.7rem;font-weight:500;border:1px solid transparent;transition:all .15s}.ed-card:hover .ed-card__chip{background:var(--ed-white);border-color:var(--ed-gray-200)}.ed-card__price-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-top:auto;padding-top:4px}.ed-card__price{display:flex;align-items:baseline;gap:6px}.ed-card__price-current{font-size:1.05rem;font-weight:700;color:var(--ed-dark)}.ed-card__price-compare{font-size:.8rem;color:var(--ed-gray-400);text-decoration:line-through;font-weight:500}.ed-card__stock{margin-top:4px}.ed-card__stock-text{font-size:.72rem;color:var(--ed-red);font-weight:600;margin-bottom:4px}.ed-card__stock-bar{width:100%;height:3px;background:var(--ed-gray-200);border-radius:2px;overflow:hidden}.ed-card__stock-fill{height:100%;background:linear-gradient(90deg,var(--ed-red),#f97316);border-radius:2px}.ed-toast{position:fixed;bottom:24px;right:24px;padding:12px 20px;background:var(--ed-dark);color:var(--ed-white);border-radius:var(--ed-radius-sm);font-size:.9rem;font-weight:500;box-shadow:0 10px 25px #0003;z-index:9999;transform:translateY(20px);opacity:0;transition:all .25s ease;pointer-events:none}.ed-toast.is-visible{transform:translateY(0);opacity:1}.ed-toast--success{background:var(--ed-green)}.ed-toast--error{background:var(--ed-red)}.ed-mega{position:fixed;left:0;right:0;top:auto;background:var(--ed-white);border-top:1px solid var(--ed-gray-200);box-shadow:0 12px 40px #0000001a;padding:24px 40px 28px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:99;max-height:calc(100vh - 70px);overflow-y:auto}.ed-header__nav-item.is-open .ed-mega{opacity:1;visibility:visible;transform:translateY(0)}.ed-mega__inner{max-width:var(--ed-page-width);margin:0 auto}.ed-mega__head{margin-bottom:18px}.ed-mega__title{font-size:1.15rem;font-weight:700;color:var(--ed-dark);margin:0 0 4px}.ed-mega__subtitle{font-size:.85rem;color:var(--ed-gray-500);margin:0}.ed-mega__footer{margin-top:18px;padding-top:16px;border-top:1px solid var(--ed-gray-100)}.ed-mega-shop__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 32px}.ed-mega-shop__col-head{display:flex;align-items:center;gap:8px;margin-bottom:10px}.ed-mega-shop__icon{width:40px;height:40px;border-radius:10px;background:#e8efff;color:var(--ed-blue);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.ed-mega-shop__icon svg{width:20px;height:20px}.ed-mega-shop__col-title{font-size:1rem;font-weight:700;color:var(--ed-dark)}.ed-mega-shop__col-head{margin-bottom:14px}.ed-mega-shop__links a{color:var(--color-foreground, #717182);font-size:.875rem;font-weight:400}.ed-mega-shop__links{list-style:none;padding:0;margin:0}.ed-mega-shop__links li{margin-bottom:7px}.ed-mega-shop__links a{color:var(--ed-gray-600);text-decoration:none;font-size:.85rem;transition:color .15s}.ed-mega-shop__links a:hover{color:var(--ed-blue)}.ed-mega-featured{display:grid;grid-template-columns:2fr 1fr;gap:32px}.ed-mega-featured__section-head{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:700;color:var(--ed-dark);margin-bottom:12px}.ed-mega-featured__section-head svg{color:var(--ed-blue)}.ed-mega-featured__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.ed-mega-featured__card{text-decoration:none;color:inherit;border-radius:var(--ed-radius-sm);overflow:hidden;background:var(--ed-white);border:1px solid var(--ed-gray-200);padding:0;transition:all .15s}.ed-mega-featured__card:hover{border-color:var(--ed-blue);transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.ed-mega-featured__img{position:relative;aspect-ratio:16/10;background:var(--ed-gray-100);display:flex;align-items:center;justify-content:center;font-size:2rem;overflow:hidden}.ed-mega-featured__img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ed-mega-featured__badge{position:absolute;top:8px;left:8px;background:var(--ed-blue);color:var(--ed-white);padding:2px 8px;border-radius:4px;font-size:.65rem;font-weight:700;letter-spacing:.02em}.ed-mega-featured__brand,.ed-mega-featured__name,.ed-mega-featured__price{padding:0 12px}.ed-mega-featured__brand{font-size:.7rem;color:var(--ed-blue);font-weight:600;padding-top:10px}.ed-mega-featured__name{font-size:.85rem;font-weight:600;color:var(--ed-dark);padding-top:2px}.ed-mega-featured__price{font-size:.95rem;font-weight:700;color:var(--ed-dark);padding-top:4px;padding-bottom:12px}.ed-mega-featured__cats{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.ed-mega-featured__cats li{border-bottom:none}.ed-mega-featured__cats a{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:#f3f3f5;border-radius:10px;text-decoration:none;color:var(--ed-dark);transition:all .15s}.ed-mega-featured__cats a:hover{background:#e8efff}.ed-mega-featured__cat-text{display:flex;flex-direction:column;gap:2px}.ed-mega-featured__cat-name{font-size:.9rem;font-weight:600;color:var(--ed-dark)}.ed-mega-featured__cat-hint{font-size:.75rem;color:var(--color-foreground, #717182);font-weight:400}.ed-mega-featured__cat-count{color:#cfd8ff;font-size:1.75rem;font-weight:700;line-height:1;letter-spacing:-.02em}.ed-mega-deals{display:grid;grid-template-columns:2fr 1fr;gap:32px;align-items:start}.ed-mega-deals__main>.ed-mega-featured__section-head,.ed-mega-deals__side>.ed-mega-featured__section-head{font-size:1rem;font-weight:600;color:var(--color-foreground-heading, #030213);margin-bottom:16px}.ed-mega-deals__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.ed-mega-deal__card{text-decoration:none;color:inherit;border-radius:12px;overflow:hidden;background:linear-gradient(to bottom right,#0066ff0d,#0066ff1a);border:none;transition:box-shadow .25s ease,transform .25s ease;display:block}.ed-mega-deal__card:hover{background:linear-gradient(to bottom right,#0066ff1a,#06f3);box-shadow:0 10px 20px #00000014;transform:translateY(-1px)}.ed-mega-deal__img{position:relative;aspect-ratio:16/10;background:#f3f3f5;overflow:hidden}.ed-mega-deal__img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ed-mega-deal__card:hover .ed-mega-deal__img img{transform:scale(1.05)}.ed-mega-deal__discount{position:absolute;top:10px;left:10px;background:#ef4444;color:#fff;padding:3px 10px;border-radius:9999px;font-size:.75rem;font-weight:600;line-height:1.4;z-index:2}.ed-mega-deal__pill{position:absolute;top:10px;right:10px;background:#030213;color:#fff;padding:3px 10px;border-radius:9999px;font-size:.75rem;font-weight:600;line-height:1.4;z-index:2}.ed-mega-deal__info{padding:14px 16px 16px;background:transparent}.ed-mega-deal__brand{font-size:.8125rem;font-weight:500;color:var(--ed-blue, #0066FF);margin-bottom:2px}.ed-mega-deal__title{font-size:.9375rem;font-weight:600;color:var(--color-foreground-heading, #030213);margin:0 0 6px;line-height:1.35}.ed-mega-deal__price-row{display:flex;align-items:baseline;gap:8px}.ed-mega-deal__price{font-size:1.25rem;font-weight:700;color:var(--ed-blue, #0066FF)}.ed-mega-deal__orig{font-size:.875rem;color:#9ca0ac;text-decoration:line-through;font-weight:400}.ed-mega-deals__chips{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.ed-mega-deals__chip{display:flex;gap:12px;align-items:center;padding:14px;border:none;background:#f3f3f5;border-radius:10px;text-decoration:none;color:inherit;transition:background .15s}.ed-mega-deals__chip:hover{background:#ececf0}.ed-mega-deals__chip-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ed-mega-deals__chip-icon svg{width:20px;height:20px}.ed-mega-deals__chip-icon--red{background:#ef44441a;color:#ef4444}.ed-mega-deals__chip-icon--blue{background:#0066ff1a;color:#06f}.ed-mega-deals__chip-icon--green{background:#16a34a1a;color:#16a34a}.ed-mega-deals__chip-icon--purple{background:#9333ea1a;color:#9333ea}.ed-mega-deals__chip-body{display:flex;flex-direction:column;gap:2px;min-width:0}.ed-mega-deals__chip-title{font-size:.9375rem;font-weight:600;color:var(--color-foreground-heading, #030213);line-height:1.35}.ed-mega-deals__chip-text{font-size:.8125rem;color:var(--color-foreground, #717182);line-height:1.35}.ed-mega-deals__brand-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.ed-mega-deals__brand-list li{padding:0}.ed-mega-deals__brand-card{display:flex;flex-direction:column;gap:4px;padding:14px 16px;text-decoration:none;background:#f3f3f5;border-radius:10px;transition:background .15s;border:none}.ed-mega-deals__brand-card:hover{background:#ececf0}.ed-mega-deals__brand-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.ed-mega-deals__brand-name{font-size:.9375rem;font-weight:600;color:var(--color-foreground-heading, #030213)}.ed-mega-deals__brand-count{font-size:.8125rem;color:var(--color-foreground, #717182);font-weight:400}.ed-mega-deals__brand-off{font-size:.875rem;color:var(--ed-blue, #0066FF);font-weight:500}.ed-mega-deals__alert{margin-top:16px;padding:18px;background:#0066ff0d;border:1px solid rgba(0,102,255,.2);border-radius:12px;color:var(--color-foreground-heading, #030213)}.ed-mega-deals__alert-title{font-size:1rem;font-weight:600;color:var(--color-foreground-heading, #030213)}.ed-mega-deals__alert-text{font-size:.875rem;color:var(--color-foreground, #717182);margin-top:4px;margin-bottom:14px;line-height:1.4}.ed-mega-deals__alert-btn,.ed-mega-deals__alert .ed-btn--primary{display:flex;width:100%;justify-content:center;align-items:center;padding:10px 20px;background:var(--ed-blue, #0066FF);color:#fff;border-radius:8px;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s}.ed-mega-deals__alert-btn:hover,.ed-mega-deals__alert .ed-btn--primary:hover{background:var(--ed-blue-hover, #0052cc)}.ed-mega__title-icon--blue{color:var(--ed-blue, #0066FF);display:inline-flex;align-items:center;justify-content:center}.ed-mega__title-icon--blue svg{width:28px;height:28px}.ed-mega-business{display:grid;grid-template-columns:2fr 1fr;gap:32px;align-items:start}.ed-mega-business__solutions{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}.ed-mega-biz__card{border:1px solid transparent;border-radius:12px;padding:24px;background:#ececf04d;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.ed-mega-biz__card:hover{background:#ececf080;border-color:#06f3;box-shadow:0 10px 20px #00000014}.ed-mega-biz__card:nth-child(2){border-color:transparent;background:#ececf04d}.ed-mega-biz__card:nth-child(2) .ed-mega-biz__card-title{color:inherit}.ed-mega-biz__card-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:16px}.ed-mega-biz__icon{width:40px;height:40px;padding:8px;background:#0066ff1a;color:var(--ed-blue, #0066FF);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ed-mega-biz__icon svg{width:24px;height:24px}.ed-mega-biz__icon--small{width:36px;height:36px;padding:8px}.ed-mega-biz__icon--small svg{width:20px;height:20px}.ed-mega-biz__card-title{font-size:1rem;font-weight:600;color:var(--color-foreground-heading, #030213);line-height:1.35;margin-bottom:4px;transition:color .2s ease}.ed-mega-biz__card:hover .ed-mega-biz__card-title{color:var(--ed-blue, #0066FF)}.ed-mega-biz__card-desc{font-size:.875rem;color:var(--color-foreground, #717182);margin-top:0;line-height:1.43}.ed-mega-biz__features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.ed-mega-biz__features li{font-size:.875rem;color:var(--color-foreground, #717182);padding:0;display:flex;align-items:center;gap:8px;position:relative}.ed-mega-biz__features li:before{content:"";width:4px;height:4px;background:var(--ed-blue, #0066FF);border-radius:9999px;flex-shrink:0}.ed-mega-business__services{border-top:none;padding-top:0}.ed-mega-biz__services-title{font-size:1rem;font-weight:600;color:var(--color-foreground-heading, #030213);margin-bottom:16px}.ed-mega-biz__services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ed-mega-biz__service{display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:16px;background:#ececf04d;border-radius:8px}.ed-mega-biz__service .ed-mega-biz__icon,.ed-mega-biz__service .ed-mega-biz__icon--small{background:transparent;width:auto;height:auto;padding:0;margin-bottom:8px;color:var(--ed-blue, #0066FF);border-radius:0}.ed-mega-biz__service .ed-mega-biz__icon svg,.ed-mega-biz__service .ed-mega-biz__icon--small svg{width:20px;height:20px}.ed-mega-biz__service-title{font-size:.875rem;font-weight:500;color:var(--color-foreground-heading, #030213);margin-bottom:4px}.ed-mega-biz__service-desc{font-size:.75rem;color:var(--color-foreground, #717182);margin-top:0;line-height:1.4}.ed-mega-biz__side-title,.ed-mega-business__side .ed-mega-featured__section-head{font-size:1rem;font-weight:600;color:var(--color-foreground-heading, #030213);margin-bottom:16px}.ed-mega-biz__industry-list{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:8px}.ed-mega-biz__industry-list li{border-bottom:none;padding:0}.ed-mega-biz__industry-list a{display:block;padding:10px 16px;font-size:.875rem;font-weight:400;color:var(--color-foreground-heading, #030213);text-decoration:none;background:#ececf04d;border-radius:8px;transition:background .15s,color .15s}.ed-mega-biz__industry-list a:hover{color:var(--ed-blue, #0066FF);background:#ececf080}.ed-mega-biz__quote{background:linear-gradient(to bottom right,var(--ed-blue, #0066FF),rgba(0,102,255,.8));color:#fff;padding:24px;border-radius:12px;margin-bottom:16px}.ed-mega-biz__quote-title{font-size:1rem;font-weight:600;color:#fff}.ed-mega-biz__quote-text{font-size:.875rem;color:#ffffffe6;opacity:1;margin-top:8px;margin-bottom:16px;line-height:1.4}.ed-mega-biz__quote .ed-btn--white,[class*=color-] .ed-mega-biz__quote a.ed-btn--white,[class*=color-] .ed-mega-biz__quote .ed-btn--white{display:flex;width:100%;justify-content:center;align-items:center;margin-top:0;padding:10px 16px;background:#fff!important;color:var(--ed-blue, #0066FF)!important;font-size:.875rem;font-weight:500;border-radius:8px;text-decoration:none;transition:background .15s}.ed-mega-biz__quote .ed-btn--white:hover{background:#ffffffe6}.ed-mega-biz__signin{font-size:.875rem;color:var(--color-foreground-heading, #030213);padding:16px;border-top:none;background:#ececf04d;border-radius:8px}.ed-mega-biz__signin span{font-weight:500;display:block;margin-bottom:4px}[class*=color-] .ed-mega .ed-mega-biz__signin a:not(.ed-btn):not([class*=ed-btn]){color:var(--ed-blue, #0066FF)!important;text-decoration:none;font-weight:400;font-size:.875rem;display:inline-block;margin-top:0}[class*=color-] .ed-mega .ed-mega-biz__signin a:not(.ed-btn):not([class*=ed-btn]):hover{text-decoration:underline}.ed-mega-brands__search{position:relative;margin-bottom:20px}.ed-mega-brands__search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--ed-gray-400);pointer-events:none}.ed-mega-brands__search-input{width:100%;padding:10px 16px 10px 44px;border:1px solid var(--ed-gray-200);border-radius:var(--ed-radius-sm);background:var(--ed-gray-50);font-size:.9rem;outline:none;transition:all .15s}.ed-mega-brands__search-input:focus{background:var(--ed-white);border-color:var(--ed-blue)}.ed-mega-brands__popular{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:28px}.ed-mega-brand-card{text-decoration:none;color:inherit;padding:20px 14px;background:#f3f3f5;border:1px solid transparent;border-radius:12px;text-align:center;transition:all .15s;display:flex;flex-direction:column;align-items:center;gap:6px}.ed-mega-brand-card:hover{border-color:var(--ed-blue);background:#fff;box-shadow:0 4px 12px #0066ff14}.ed-mega-brand-card__logo{width:54px;height:54px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:var(--ed-blue);margin-bottom:8px;box-shadow:0 1px 3px #0000000d}.ed-mega-brand-card__name{font-size:.9rem;font-weight:600;color:var(--ed-dark);line-height:1.2}.ed-mega-brand-card__count{font-size:.75rem;color:var(--color-foreground, #717182);margin-top:2px}.ed-mega-brands__all-title{font-size:.95rem;font-weight:700;color:var(--ed-dark);margin-bottom:12px}.ed-mega-brands__az{display:grid;grid-template-columns:repeat(4,1fr);gap:12px 24px}.ed-mega-brands__az-col{break-inside:avoid}.ed-mega-brands__az-letter{font-size:.85rem;font-weight:700;color:var(--ed-blue);margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid var(--ed-gray-100)}.ed-mega-brands__az-col ul{list-style:none;padding:0;margin:0}.ed-mega-brands__az-col li a,[class*=color-] .ed-mega-brands__az-col li a{display:flex;justify-content:space-between;align-items:center;padding:3px 0;text-decoration:none;color:var(--color-foreground-heading, #030213)!important;font-size:.875rem;transition:color .15s}.ed-mega-brands__az-col li a:hover,[class*=color-] .ed-mega-brands__az-col li a:hover{color:var(--ed-blue, #0066FF)!important;text-decoration:underline}.ed-mega-brands__az-count{color:var(--ed-gray-400);font-size:.7rem}@media(max-width:1024px){.ed-mega-shop__grid{grid-template-columns:repeat(2,1fr)}.ed-mega-featured,.ed-mega-deals,.ed-mega-business{grid-template-columns:1fr}.ed-mega-brands__popular{grid-template-columns:repeat(3,1fr)}.ed-mega-brands__az{grid-template-columns:repeat(2,1fr)}.ed-mega-biz__services-grid{grid-template-columns:1fr}}.ed-spec-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:var(--ed-muted);color:var(--ed-gray-700);border-radius:50px;font-size:.72rem;font-weight:500;letter-spacing:.01em;border:1px solid var(--ed-border)}.ed-dot-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:50px;font-size:.72rem;font-weight:600;background:var(--ed-muted);color:var(--ed-gray-700)}.ed-dot-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;display:block}.ed-dot-badge--success{color:#16a34a;background:#dcfce7}.ed-dot-badge--warning{color:#ca8a04;background:#fef3c7}.ed-dot-badge--error{color:var(--ed-destructive);background:#fee2e2}.ed-dot-badge--info{color:var(--ed-blue);background:#dbeafe}.ed-promo-banner--red .ed-promo-banner__inner{background:linear-gradient(135deg,#f97316,#ef4444)}.ed-toggle{position:relative;display:inline-block;width:40px;height:22px;vertical-align:middle}.ed-toggle input{opacity:0;width:0;height:0}.ed-toggle__slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:var(--ed-switch);border-radius:50px;transition:.2s}.ed-toggle__slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;top:3px;background:var(--ed-white);border-radius:50%;transition:.2s;box-shadow:0 1px 2px #0000001a}.ed-toggle input:checked+.ed-toggle__slider{background:var(--ed-blue)}.ed-toggle input:checked+.ed-toggle__slider:before{transform:translate(18px)}.ed-card__quick-view{position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% + 12px));z-index:3;padding:8px 18px;background:var(--ed-white);color:var(--ed-dark);border:none;border-radius:50px;font-size:.8rem;font-weight:600;cursor:pointer;opacity:0;transition:all .25s ease;white-space:nowrap;box-shadow:0 4px 12px #00000026;pointer-events:none}.ed-card:hover .ed-card__quick-view{opacity:1;transform:translate(-50%,-50%);pointer-events:auto}.ed-card__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .2s;pointer-events:none;z-index:2}.ed-card:hover .ed-card__image:after{background:var(--color-border)}.ed-hero__title{font-weight:500;letter-spacing:-.015em}.ed-section__title,.ed-collection__title,.ed-cart__title,.ed-search__title,.ed-404__title,.ed-cta__title{font-size:36px;font-weight:500;line-height:1.3;letter-spacing:-.01em}.ed-product__title{font-size:28px;font-weight:500;line-height:1.3;letter-spacing:-.01em}.ed-section__subtitle,.ed-cart__count,.ed-collection__count,.ed-search__meta{color:var(--ed-muted-fg);font-size:14px;line-height:1.5}.ed-card__title,.ed-comp-section__title{font-weight:500}.ed-comp-section__title{font-size:28px;font-weight:500;letter-spacing:-.01em}.ed-comp-subhead,.ed-product__vendor,.ed-card__vendor,.ed-mega-shop__col-title,.ed-filters__title,.ed-cart__summary-title,.ed-product__related-title{font-weight:500}.ed-product__price,.ed-product__price-value,.ed-cart__summary-total,.ed-cart-item__total,.ed-card__price-current,.ed-mega-deal__price{font-weight:600}.ed-card__chip{display:inline-flex;align-items:center;padding:4px 10px;background:var(--ed-muted);color:var(--ed-gray-700);border-radius:50px;font-size:.72rem;font-weight:500;letter-spacing:.01em;border:1px solid var(--ed-border)}.ed-card:hover .ed-card__chip{background:var(--ed-white);border-color:var(--ed-gray-300)}.ed-product__stock{display:inline-flex;align-items:flex-start;gap:10px;padding:10px 16px;border-radius:var(--ed-radius-md);font-size:.85rem;font-weight:500;margin-bottom:16px;position:relative}.ed-product__stock:before{content:"";width:10px;height:10px;border-radius:50%;background:currentColor;flex-shrink:0;margin-top:3px}.ed-product__stock-label{font-weight:600;display:block;line-height:1.2}.ed-product__stock-hint{display:block;font-weight:400;font-size:.78rem;opacity:.8;margin-top:2px;line-height:1.3}.ed-product__stock--in{color:#16a34a;background:#dcfce7;border:1px solid #bbf7d0}.ed-product__stock--low{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.ed-product__stock--low:before{animation:ed-pulse-dot 1.5s ease-in-out infinite}@keyframes ed-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.ed-product__stock--out{color:var(--ed-destructive);background:#fee2e2;border:1px solid #fecaca}.ed-product__stock--pre{color:var(--ed-blue);background:#dbeafe;border:1px solid #bfdbfe}.ed-search-bar__category-icon,.ed-mega-biz__icon{color:var(--ed-blue)}.ed-mega{padding:32px 40px}.ed-mega__head{margin-bottom:24px}.ed-mega__title{font-size:1.5rem;font-weight:600;line-height:1.4;display:inline-flex;align-items:center;gap:8px}.ed-mega__title-icon{font-size:1.125rem;line-height:1}.ed-mega__title-icon--purple{color:#9333ea}.ed-mega__subtitle{font-size:14px;color:var(--color-foreground, #717182);margin-top:2px}.ed-mega-shop__grid{gap:32px}.ed-mega-shop__col-head{margin-bottom:16px;gap:8px;align-items:center}.ed-mega-shop__icon{width:36px;height:36px;padding:8px;border-radius:8px;background:#0066ff1a;color:#0a0a0a;font-size:1rem;flex-shrink:0}.ed-mega-shop__icon svg{width:20px;height:20px;stroke:currentColor}[class*=color-] .ed-mega a:not(.ed-btn):not([class*=ed-btn]){color:var(--color-foreground-heading, #030213)!important}[class*=color-] .ed-mega a:not(.ed-btn):not([class*=ed-btn]):hover{color:var(--ed-blue, #0066FF)!important}[class*=color-] .ed-mega--shop .ed-mega-shop__links a:not(.ed-btn):not([class*=ed-btn]){color:var(--color-foreground, #717182)!important}[class*=color-] .ed-mega--shop .ed-mega-shop__links a:not(.ed-btn):not([class*=ed-btn]):hover{color:var(--ed-blue, #0066FF)!important}[class*=color-] .ed-mega-brands__az-letter{color:var(--ed-blue, #0066FF)!important}[class*=color-] .ed-mega__footer .ed-btn,[class*=color-] .ed-mega__footer a.ed-btn--primary{color:#fff!important}a.ed-mega-shop__col-title,[class*=color-] a.ed-mega-shop__col-title{font-size:1rem;font-weight:600;color:var(--color-foreground-heading, #030213)!important;text-decoration:none}.ed-mega-shop__links{display:flex;flex-direction:column;gap:8px}.ed-mega-shop__links li{margin-bottom:0;padding:0}.ed-mega-shop__links a,[class*=color-] .ed-mega-shop__links a,[class*=color-] .ed-mega-shop__links a:not([class*=ed-btn]){font-size:14px;line-height:1.43;color:var(--color-foreground, #717182)!important;font-weight:400;padding:4px 0;display:block;transition:color .15s;text-decoration:none}.ed-mega-shop__links a:hover,[class*=color-] .ed-mega-shop__links a:hover{color:var(--ed-blue, #0066FF)!important}.ed-mega__footer{margin-top:32px;padding-top:24px;border-top:1px solid var(--ed-border, rgba(0, 0, 0, .1))}.ed-mega__footer .ed-btn,.ed-mega__footer .ed-btn--primary{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:var(--ed-blue, #0066FF);color:#fff;border-radius:8px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s}.ed-mega__footer .ed-btn:hover,.ed-mega__footer .ed-btn--primary:hover{background:var(--ed-blue-hover, #0052cc)}html.ed-dark,html[data-ed-theme=dark]{--ed-dark: #E8E9ED;--ed-white: #0A0B14;--ed-muted: #1E202E;--ed-muted-fg: #9496A1;--ed-input-bg: #1E202E;--ed-border: rgba(255, 255, 255, .1);--ed-card-surface: #13151F;--ed-hover-state: #2A2D3C;--ed-gray-50: #13151F;--ed-gray-100: #1E202E;--ed-gray-200: #2A2D3C;--ed-gray-300: #3a3d4c;--ed-gray-400: #6c6f7c;--ed-gray-500: #9496A1;--ed-gray-600: #b8bac3;--ed-gray-700: #d0d2da;--ed-gray-800: #E8E9ED;--ed-gray-900: #ffffff}html.ed-dark [class*=color-],html[data-ed-theme=dark] [class*=color-]{--color-background: #0A0B14;--color-foreground: #9496A1;--color-foreground-heading: #E8E9ED;--color-primary: #0066FF;--color-primary-hover: #0052CC;--color-border: rgba(255, 255, 255, .1);--color-shadow: #00000040;--color-input-background: #1E202E;--color-input-text: #E8E9ED;--color-input-border: rgba(255, 255, 255, .1);--color-input-hover-background: #2A2D3C;--color-primary-button-background: #0066FF;--color-primary-button-text: #FFFFFF;--color-primary-button-border: #0066FF;--color-primary-button-hover-background: #0052CC;--color-primary-button-hover-text: #FFFFFF;--color-primary-button-hover-border: #0052CC;--color-secondary-button-background: rgba(0, 0, 0, 0);--color-secondary-button-text: #E8E9ED;--color-secondary-button-border: rgba(255, 255, 255, .1);--color-secondary-button-hover-background: #1E202E;--color-secondary-button-hover-text: #FFFFFF;--color-secondary-button-hover-border: #0066FF;--color-variant-background: #1E202E;--color-variant-text: #E8E9ED;--color-variant-border: rgba(255, 255, 255, .1);--color-variant-hover-background: #2A2D3C;--color-variant-hover-text: #FFFFFF;--color-variant-hover-border: #0066FF;--color-selected-variant-background: #0066FF;--color-selected-variant-text: #FFFFFF;--color-selected-variant-border: #0066FF;--color-selected-variant-hover-background: #0052CC;--color-selected-variant-hover-text: #FFFFFF;--color-selected-variant-hover-border: #0052CC}html[data-ed-theme=dark] .ed-mega-shop__links a,html[data-ed-theme=dark] [class*=color-] .ed-mega-shop__links a,html[data-ed-theme=dark] [class*=color-] .ed-mega--shop .ed-mega-shop__links a:not(.ed-btn):not([class*=ed-btn]){color:#e8e9ed!important}html[data-ed-theme=dark] .ed-mega-shop__links a:hover,html[data-ed-theme=dark] [class*=color-] .ed-mega-shop__links a:hover,html[data-ed-theme=dark] [class*=color-] .ed-mega--shop .ed-mega-shop__links a:not(.ed-btn):not([class*=ed-btn]):hover{color:#fff!important}html[data-ed-theme=dark] .ed-mega-brands__az-col li a,html[data-ed-theme=dark] [class*=color-] .ed-mega-brands__az-col li a,html[data-ed-theme=dark] .ed-mega-biz__industry-list a,html[data-ed-theme=dark] [class*=color-] .ed-mega-biz__industry-list a{color:#e8e9ed!important}html[data-ed-theme=dark] .ed-mega-deals__brand-count,html[data-ed-theme=dark] .ed-mega-deals__chip-text,html[data-ed-theme=dark] .ed-mega-biz__card-desc,html[data-ed-theme=dark] .ed-mega-biz__features li{color:#b8bac3}html.ed-dark body,html[data-ed-theme=dark] body{background:var(--ed-white);color:var(--ed-dark)}html.ed-dark .ed-header,html[data-ed-theme=dark] .ed-header{background:var(--ed-white);border-bottom-color:var(--ed-border)}html.ed-dark .ed-mega,html[data-ed-theme=dark] .ed-mega,html.ed-dark .ed-card,html[data-ed-theme=dark] .ed-card{background:#171717;border-color:var(--ed-border)}html.ed-dark .ed-mega-shop__icon,html[data-ed-theme=dark] .ed-mega-shop__icon{background:#0066ff26}.ed-theme-toggle{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:8px;cursor:pointer;color:var(--ed-gray-600);transition:all .15s}.ed-theme-toggle:hover{background:var(--ed-gray-100);color:var(--ed-blue)}.ed-theme-toggle .ed-theme-toggle__moon,html.ed-dark .ed-theme-toggle .ed-theme-toggle__sun,html[data-ed-theme=dark] .ed-theme-toggle .ed-theme-toggle__sun{display:block}.ed-theme-toggle .ed-theme-toggle__sun,html.ed-dark .ed-theme-toggle .ed-theme-toggle__moon,html[data-ed-theme=dark] .ed-theme-toggle .ed-theme-toggle__moon{display:none}.ed-filters-layout--sidebar .ed-collection__layout{grid-template-columns:var(--ed-filter-width, 260px) 1fr}.ed-filters-layout--sidebar-right .ed-collection__layout{grid-template-columns:1fr var(--ed-filter-width, 260px)}.ed-filters-layout--sidebar-right .ed-filters{order:2}.ed-filters-layout--horizontal .ed-collection__layout{grid-template-columns:1fr}.ed-filters-layout--horizontal .ed-filters{position:static;display:flex;flex-wrap:wrap;gap:16px;align-items:center;padding:12px 16px;border-radius:var(--ed-filter-radius, 12px);background:var(--ed-gray-50);margin-bottom:20px}.ed-filters-layout--horizontal .ed-filters__header{margin-bottom:0;flex:0 0 auto}.ed-filters-layout--horizontal .ed-filters__group{padding-bottom:0;border:none;margin-bottom:0}.ed-filters-layout--horizontal .ed-filters__group-title{margin-bottom:0;margin-right:8px;display:inline-block}.ed-filters-layout--horizontal .ed-filters__options{display:inline-flex;gap:6px;flex-wrap:wrap}.ed-filters-layout--drawer .ed-filters{position:fixed;top:0;left:0;bottom:0;width:min(320px,90vw);background:var(--ed-white);box-shadow:8px 0 24px #0000001a;padding:24px;z-index:200;transform:translate(-100%);transition:transform .25s ease;overflow-y:auto}.ed-filters-layout--drawer .ed-filters.is-open{transform:translate(0)}.ed-filters-layout--drawer .ed-filters__toggle{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--ed-gray-200);border-radius:var(--ed-radius-sm);background:var(--ed-white);font-size:.85rem;font-weight:500;cursor:pointer;margin-bottom:16px}.ed-filters-layout--drawer .ed-collection__layout{grid-template-columns:1fr}.ed-filters__toggle{display:none}.ed-filters-sticky .ed-filters{position:sticky;top:90px;align-self:start;max-height:calc(100vh - 100px);overflow-y:auto}.ed-filters-bg--light .ed-filters{background:var(--ed-gray-50);padding:20px;border-radius:var(--ed-filter-radius, 12px)}.ed-filters-bg--white .ed-filters{background:var(--ed-white);padding:20px;border:1px solid var(--ed-gray-200);border-radius:var(--ed-filter-radius, 12px)}.ed-filters-divider--line .ed-filters__group{padding-bottom:var(--ed-filter-group-gap, 20px);margin-bottom:var(--ed-filter-group-gap, 20px);border-bottom:1px solid var(--ed-gray-200)}.ed-filters-divider--line .ed-filters__group:last-child{border-bottom:none;padding-bottom:0}.ed-filters-divider--gap .ed-filters__group,.ed-filters-divider--none .ed-filters__group{border-bottom:none;margin-bottom:var(--ed-filter-group-gap, 20px);padding-bottom:0}.ed-filters-density--compact .ed-filters__checkbox{margin-bottom:5px;padding:3px 0}.ed-filters-density--compact .ed-filters__group-title{margin-bottom:8px}.ed-filters-density--spacious .ed-filters__checkbox{margin-bottom:12px;padding:6px 0}.ed-filters-density--spacious .ed-filters__group-title{margin-bottom:16px}.ed-filters__group-title{font-size:var(--ed-filter-title-size, 14px);font-weight:var(--ed-filter-title-weight, 600);text-transform:var(--ed-filter-title-case, none)}.ed-filters__checkbox{font-size:var(--ed-filter-label-size, 13px)}.ed-filters-accent--blue{--ed-accent: var(--ed-blue)}.ed-filters-accent--dark{--ed-accent: var(--ed-dark)}.ed-filters-accent--red{--ed-accent: var(--ed-destructive)}.ed-filters-accent--green{--ed-accent: #16a34a}.ed-filters__checkbox input[type=checkbox],.ed-filters__checkbox input[type=radio],.ed-filters__range-input{accent-color:var(--ed-accent, var(--ed-blue))}.ed-filters__clear,.ed-filters-accent--blue .ed-filters__clear,.ed-filters-accent--dark .ed-filters__clear,.ed-filters-accent--red .ed-filters__clear,.ed-filters-accent--green .ed-filters__clear{color:var(--ed-accent, var(--ed-blue))}.ed-filters-checkbox--pills .ed-filters__options{display:flex;flex-wrap:wrap;gap:6px}.ed-filters-checkbox--pills .ed-filters__checkbox{padding:6px 14px;border:1px solid var(--ed-gray-200);border-radius:50px;cursor:pointer;transition:all .15s;margin-bottom:0}.ed-filters-checkbox--pills .ed-filters__checkbox input{display:none}.ed-filters-checkbox--pills .ed-filters__checkbox[data-active=true],.ed-filters-checkbox--pills .ed-filters__checkbox:has(input:checked){background:var(--ed-accent, var(--ed-blue));border-color:var(--ed-accent, var(--ed-blue));color:var(--ed-white)}.ed-filters-checkbox--pills .ed-filters__checkbox:hover{border-color:var(--ed-accent, var(--ed-blue))}.ed-filters-checkbox--pills .ed-filters__checkbox-count{margin-left:6px;opacity:.7}.ed-filters-checkbox--cards .ed-filters__options{display:grid;gap:6px}.ed-filters-checkbox--cards .ed-filters__checkbox{padding:10px 12px;border:1px solid var(--ed-gray-200);border-radius:var(--ed-radius-sm);cursor:pointer;transition:all .15s;margin-bottom:0}.ed-filters-checkbox--cards .ed-filters__checkbox[data-active=true],.ed-filters-checkbox--cards .ed-filters__checkbox:has(input:checked){border-color:var(--ed-accent, var(--ed-blue));background:#0066ff0a}.ed-filters-checkbox--switches .ed-filters__checkbox{display:flex;align-items:center;justify-content:space-between;padding:6px 0}.ed-filters-checkbox--switches .ed-filters__checkbox input{position:absolute;opacity:0;pointer-events:none}.ed-filters-checkbox--switches .ed-filters__switch{display:inline-block;width:34px;height:20px;background:var(--ed-switch);border-radius:50px;position:relative;transition:.2s;flex-shrink:0;margin-left:auto}.ed-filters-checkbox--switches .ed-filters__switch:before{content:"";position:absolute;width:14px;height:14px;background:var(--ed-white);border-radius:50%;top:3px;left:3px;transition:.2s;box-shadow:0 1px 2px #0000001a}.ed-filters-checkbox--switches .ed-filters__checkbox:has(input:checked) .ed-filters__switch{background:var(--ed-accent, var(--ed-blue))}.ed-filters-checkbox--switches .ed-filters__checkbox:has(input:checked) .ed-filters__switch:before{transform:translate(14px)}.ed-filters-checkbox--switches .ed-filters__checkbox-label{flex:1}.ed-filters-checkbox--switches .ed-filters__checkbox-count{margin:0 10px 0 auto}.ed-filters-collapsible .ed-filters__group-title{cursor:pointer;display:flex;align-items:center;justify-content:space-between;list-style:none}.ed-filters-collapsible .ed-filters__group-title::-webkit-details-marker{display:none}.ed-filters-collapsible .ed-filters__group-chev{transition:transform .15s;color:var(--ed-muted-fg)}.ed-filters-collapsible details[open] .ed-filters__group-chev{transform:rotate(180deg)}@media(max-width:768px){.ed-filters-layout--sidebar .ed-collection__layout,.ed-filters-layout--sidebar-right .ed-collection__layout{grid-template-columns:1fr}.ed-filters-layout--sidebar .ed-filters,.ed-filters-layout--sidebar-right .ed-filters{position:static;max-height:none}}[class*=color-scheme-],[class*=" color-"]{--ed-dark: var(--color-foreground-heading, var(--color-foreground, #030213));--ed-white: var(--color-background, #ffffff);--ed-border: var(--color-border, rgba(0, 0, 0, .1));--ed-muted-fg: var(--color-foreground, #717182)}.ed-filters__checkbox--hidden{display:none!important}.ed-filters__show-more{background:transparent;border:none;padding:6px 0;margin-top:4px;cursor:pointer;display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:500;color:var(--ed-blue);font-family:inherit;text-align:left;transition:color .15s}.ed-filters__show-more:hover{color:var(--ed-blue-hover)}.ed-filters__show-more-chev{transition:transform .2s}.ed-filters__show-more[data-expanded=true] .ed-filters__show-more-chev{transform:rotate(180deg)}.ed-filters-checkbox--pills .ed-filters__show-more{flex-basis:100%;margin-top:4px}.ed-card__star--single{color:var(--ed-yellow);flex-shrink:0}.ed-card__rating{display:flex;align-items:center;gap:5px;font-size:.8rem}.ed-card__rating-value{font-weight:600;color:var(--ed-dark)}.ed-card__review-count{color:var(--ed-muted-fg)}.ed-card__price-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid var(--color-border, rgba(0, 0, 0, .08))}.ed-card__price-current{font-size:1.15rem;font-weight:600;color:var(--ed-dark)}.ed-card__price-compare{font-size:.82rem;color:var(--ed-muted-fg);text-decoration:line-through;margin-left:6px;font-weight:400}.ed-card__actions{display:flex;align-items:center;gap:6px}.ed-card__fav{width:30px;height:30px;background:transparent;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ed-gray-400);transition:all .15s;padding:0}.ed-card__fav:hover,.ed-card__fav.is-active{color:var(--ed-red)}.ed-card__fav.is-active svg{fill:currentColor}.ed-card__cart-btn{width:32px;height:32px;background:var(--ed-blue);color:var(--ed-white);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,transform .15s;padding:0}.ed-card__cart-btn:hover{background:var(--ed-blue-hover);transform:scale(1.05)}.ed-card__cart-btn:disabled{opacity:.6;cursor:default}.ed-card__inline-add{margin:0}.ed-card__quick-add,.ed-card__wishlist{display:none!important}.ed-card__body{padding:1rem;gap:.5rem}.ed-card__chips{gap:6px;margin-top:2px}.ed-card__badges{right:10px}.ed-btn--primary{padding:1rem 2rem;background-color:#06f;color:#fff;border-radius:.5rem;border:none;font-weight:500;transition:all .3s ease;box-shadow:0 10px 15px -3px #0000001a;cursor:pointer}.ed-btn--primary:hover{background-color:#0052cc;box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-2px)}.ed-btn--outline,.ed-btn--secondary{padding:.75rem 1.5rem;background:transparent;color:var(--color-foreground-heading, #030213);border:1px solid var(--color-border);border-radius:.5rem;transition:all .3s ease;cursor:pointer;font-weight:500}.ed-btn--outline:hover,.ed-btn--secondary:hover{background:var(--color-input-background, #F5F5F7);border-color:#06f;color:var(--color-foreground-heading, #030213)}.ed-btn--white{padding:1rem 2rem;background:var(--color-background);color:var(--color-foreground-heading, #030213);border-radius:.5rem;border:none;font-weight:500;transition:all .3s ease;cursor:pointer}.ed-btn--white:hover{background:var(--color-input-background, #F5F5F7)}.ed-spec-badge,.ed-card__chip{display:inline-block;padding:.375rem .75rem;background-color:#ececf0;color:#4a4a55;font-size:.75rem;border-radius:.5rem;border:none;font-weight:500;letter-spacing:0}.ed-card:hover .ed-card__chip{background-color:#e0e0e6}.ed-card__badge--sale,.ed-card__badge{display:inline-block;padding:.25rem .75rem;background-color:#ef4444;color:#fff;font-size:.75rem;font-weight:600;border-radius:9999px;box-shadow:none;letter-spacing:0}.ed-card__badge--new{background-color:#22c55e}.ed-card__badge--soldout{background-color:var(--color-foreground-heading, #030213)}.ed-comp-input,.ed-filters__checkbox+input,input[type=text].ed-search__input,input[type=email].ed-search__input{width:100%;height:3rem;padding:0 1rem;background:var(--color-background);border:1px solid var(--color-border);border-radius:.5rem;transition:all .2s ease;font-size:.9rem;font-family:inherit}.ed-comp-input:focus,input[type=text].ed-search__input:focus,input[type=email].ed-search__input:focus{outline:none;border-color:#0066ff4d;box-shadow:0 0 0 3px #0066ff1a}.ed-header__search-input,.ed-search-bar__input,.ed-search__input{height:3rem;padding:0 1rem 0 3rem;background:var(--color-input-background);border:1px solid var(--color-border);border-radius:.5rem;transition:all .2s ease}.ed-header__search-input:focus,.ed-search-bar__input:focus,.ed-search__input:focus{background:var(--color-background);border-color:#0066ff4d;outline:none;box-shadow:0 0 0 3px #0066ff0d}.ed-filters__checkbox input[type=checkbox]:focus,.ed-filters__checkbox input[type=radio]:focus{outline:none;box-shadow:0 0 0 3px #06f3}.ed-filters__range-input{height:.5rem;accent-color:#0066FF}.ed-filters__range{font-size:.875rem;color:var(--color-foreground, #717182);margin-top:.5rem}.ed-product__trust-item svg{width:2rem;height:2rem;color:#06f;flex-shrink:0}.ed-product__trust-item{gap:.75rem}.ed-product__trust-title{font-weight:500;font-size:.95rem;color:var(--color-foreground-heading, #030213)}.ed-product__trust-text{font-size:.875rem;color:var(--color-foreground, #717182)}.ed-brand-card{display:block;padding:2rem;background:var(--color-background);border:1px solid var(--color-border);border-radius:.75rem;text-align:center;transition:all .3s ease;text-decoration:none}.ed-brand-card:hover{border-color:#0066ff4d;box-shadow:0 10px 15px -3px #0000001a}.ed-brand-card__name{font-size:1.25rem;font-weight:600;color:var(--color-foreground-heading, #030213);margin-bottom:.5rem;transition:color .2s ease}.ed-brand-card:hover .ed-brand-card__name{color:#06f}.ed-brand-card__count{font-size:.875rem;color:var(--color-foreground, #717182)}.ed-category-card{display:block;background:var(--color-background);border:1px solid var(--color-border);border-radius:.75rem;overflow:hidden;transition:all .3s ease;position:relative;text-decoration:none}.ed-category-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:none}.ed-category-card__image{position:relative;height:12rem;aspect-ratio:auto;overflow:hidden}.ed-category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ed-category-card:hover .ed-category-card__image img{transform:scale(1.05)}.ed-category-card__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(3,2,19,.6),transparent);z-index:1;pointer-events:none}.ed-category-card__info{position:static;padding:1rem;color:inherit;background:var(--color-background)}.ed-category-card__name{font-weight:600;color:var(--color-foreground-heading, #030213);transition:color .2s ease;font-size:1rem}.ed-category-card:hover .ed-category-card__name{color:#06f}.ed-category-card__desc{color:var(--color-foreground, #717182);font-size:.875rem}.ed-promo-banner__inner{border-radius:.75rem;padding:3rem;gap:2rem;color:#fff}.ed-promo-banner__title{font-size:2.25rem;font-weight:600;margin-bottom:.5rem;line-height:1.15}.ed-promo-banner__text{font-size:1rem;opacity:.95}.ed-promo-banner__badge{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:.375rem;background:#fff3}.ed-promo-banner__icon{width:3rem;height:3rem;background:#fff3;flex-shrink:0}.ed-promo-banner__inner .ed-btn--white{padding:1rem 2rem;background:var(--color-background);color:var(--color-foreground-heading, #030213);border-radius:.5rem;font-weight:500;white-space:nowrap}@media(max-width:768px){.ed-promo-banner__inner{flex-direction:column;text-align:center;padding:2rem 1.5rem}.ed-promo-banner__title{font-size:1.75rem}}.ed-deal-category{background:var(--color-background);border:1px solid var(--color-border);border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column;padding:0;color:inherit;min-height:0}.ed-deal-category__visual{aspect-ratio:1;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff}.ed-deal-category--red .ed-deal-category__visual{background:linear-gradient(135deg,#ef4444,#dc2626)}.ed-deal-category--blue .ed-deal-category__visual{background:linear-gradient(135deg,#3b82f6,#2563eb)}.ed-deal-category--amber .ed-deal-category__visual{background:linear-gradient(135deg,#f59e0b,#d97706)}.ed-deal-category--purple .ed-deal-category__visual{background:linear-gradient(135deg,#a855f7,#7c3aed)}.ed-deal-category__content{flex:1;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;color:var(--color-foreground-heading, #030213)}.ed-deal-category__title{font-size:1.5rem;font-weight:600;color:var(--color-foreground-heading, #030213);margin-bottom:.5rem}.ed-deal-category__count{color:var(--color-foreground, #717182);margin-bottom:1rem}.ed-deal-category__link{display:inline-block;padding:.75rem 1.5rem;background:#06f;color:#fff;border-radius:.5rem;font-weight:500;text-decoration:none;align-self:flex-start;transition:background .2s}.ed-deal-category__link:hover{background:#0052cc}.ed-deal-category:hover{transform:translateY(-2px);box-shadow:0 12px 24px #00000014}.ed-active-filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:16px;padding:12px 16px;background:var(--color-input-background);border:1px solid var(--color-border);border-radius:.75rem}.ed-active-filters__label{font-size:.85rem;color:var(--ed-muted-fg);font-weight:500}.ed-active-filters__pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 12px;background:var(--color-background);border:1px solid var(--color-border);border-radius:9999px;font-size:.8rem;color:var(--ed-dark);text-decoration:none;transition:border-color .15s,color .15s}.ed-active-filters__pill:hover{border-color:var(--ed-destructive);color:var(--ed-destructive)}.ed-active-filters__clear{margin-left:auto;font-size:.8rem;color:var(--ed-blue);text-decoration:none;font-weight:500}.ed-active-filters__clear:hover{text-decoration:underline}.ed-filters__options--swatches{display:flex;flex-wrap:wrap;gap:8px}.ed-filters__options--swatches-grid .ed-filters__checkbox--swatch{padding:0;margin:0;border:none;background:none;cursor:pointer;position:relative}.ed-filters__options--swatches-grid .ed-filters__checkbox--swatch input,.ed-filters__options--swatches-grid .ed-filters__checkbox--swatch .ed-filters__checkbox-label,.ed-filters__options--swatches-grid .ed-filters__checkbox--swatch .ed-filters__checkbox-count{display:none}.ed-filters__options--swatches-grid .swatch{display:block}.ed-filters__options--swatches-pills .ed-filters__checkbox--swatch{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid var(--color-border);border-radius:9999px;cursor:pointer;transition:all .15s;margin:0}.ed-filters__options--swatches-pills .ed-filters__checkbox--swatch input{display:none}.ed-filters__options--swatches-pills .ed-filters__checkbox--swatch[data-active=true],.ed-filters__options--swatches-pills .ed-filters__checkbox--swatch:has(input:checked){border-color:var(--ed-blue);background:#0066ff0d}.ed-filters__options--swatches-inline .ed-filters__checkbox--swatch{display:flex;align-items:center;gap:8px}.ed-filters__options--swatches-inline .ed-filters__checkbox--swatch input{margin-right:4px}.ed-collection{--ed-swatch-size: 28px;--ed-swatch-radius: 50%}.ed-filters__options--swatches .swatch{width:var(--ed-swatch-size);height:var(--ed-swatch-size);border-radius:var(--ed-swatch-radius);background:var(--swatch-background) center/cover;border:1px solid var(--color-border);flex-shrink:0;transition:transform .15s,box-shadow .15s;display:block}.ed-filters__checkbox--swatch:has(input:checked) .swatch,.ed-filters__checkbox--swatch[data-active=true] .swatch{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--ed-blue)}.ed-filters__checkbox--swatch:hover .swatch{transform:scale(1.1)}.ed-collection[data-swatch-shape=circle]{--ed-swatch-radius: 50%}.ed-collection[data-swatch-shape=square]{--ed-swatch-radius: 4px}.ed-collection[data-swatch-shape=rounded]{--ed-swatch-radius: 8px}@media(max-width:768px){.ed-collection[data-mobile-filter=drawer] .ed-filters:not(.is-open){position:fixed;bottom:0;left:0;right:0;top:auto;max-height:85vh;transform:translateY(100%);border-radius:1rem 1rem 0 0;z-index:200;box-shadow:0 -8px 24px #0000001f}.ed-collection[data-mobile-filter=drawer] .ed-filters.is-open{transform:translateY(0)}.ed-collection[data-mobile-filter=modal] .ed-filters{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;overflow-y:auto;background:var(--color-background);padding:20px}}.ed-swatches{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.ed-swatches__item{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:inherit;cursor:pointer;position:relative;transition:transform .15s}.ed-swatches__item:hover{transform:scale(1.08)}.ed-swatches .swatch{width:var(--ed-swatch-size, 24px);height:var(--ed-swatch-size, 24px);display:block;background:var(--swatch-background) center/cover;border:1px solid var(--color-border);flex-shrink:0;transition:box-shadow .15s}.ed-swatches--circle .swatch{border-radius:50%}.ed-swatches--square .swatch{border-radius:4px}.ed-swatches--rounded .swatch{border-radius:8px}.ed-swatches__item.is-active .swatch{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--ed-blue)}.ed-swatches .swatch--unavailable{opacity:.4;position:relative}.ed-swatches .swatch--unavailable:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top right,transparent calc(50% - 1px),rgba(0,0,0,.3) 50%,transparent calc(50% + 1px))}.ed-swatches--pills .ed-swatches__item{padding:4px 10px 4px 4px;border:1px solid var(--color-border);border-radius:9999px;font-size:.8rem}.ed-swatches--pills .ed-swatches__item.is-active{border-color:var(--ed-blue);background:#0066ff0d}.ed-swatches--inline .ed-swatches__item{flex-basis:100%;padding:4px 0}.ed-swatches__more{font-size:.75rem;color:var(--ed-muted-fg);padding:0 6px;font-weight:500}.ed-swatches__label{font-size:.85rem;color:var(--ed-dark)}.ed-promo-banner{padding:0 40px}.ed-promo-banner__inner{max-width:var(--ed-page-width, 1280px);margin:0 auto;background:linear-gradient(135deg,#3b82f6,#06b6d4);border-radius:.75rem;padding:2rem 2rem 2rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;color:#fff}.ed-promo-banner__content{display:flex;align-items:center;gap:1.25rem;flex:1;min-width:0}.ed-promo-banner__icon{width:44px;height:44px;border-radius:50%;background:#ffffff26;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ed-promo-banner__text-wrap{flex:1;min-width:0}.ed-promo-banner__badge{display:inline-block;padding:3px 10px;border-radius:9999px;background:#ffffff38;color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;line-height:1.3}.ed-promo-banner__title{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 4px;line-height:1.2}.ed-promo-banner__text{font-size:.9rem;opacity:.9;color:#fff;margin:0;line-height:1.4}.ed-promo-banner__inner .ed-btn--white,[data-ed-theme=dark] .ed-promo-banner__inner .ed-btn--white,[class*=color-] .ed-promo-banner__inner .ed-btn--white{padding:.75rem 1.5rem;background:#fff!important;color:#030213!important;border-radius:.5rem;border:none;font-weight:500;font-size:.9rem;white-space:nowrap;box-shadow:0 4px 12px #00000014;flex-shrink:0;transition:transform .2s,box-shadow .2s}.ed-promo-banner__inner .ed-btn--white:hover,[data-ed-theme=dark] .ed-promo-banner__inner .ed-btn--white:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0000001f;background:#fff!important;color:#030213!important}.ed-promo-banner--purple .ed-promo-banner__inner{background:linear-gradient(135deg,#a855f7,#ec4899)}.ed-promo-banner--red .ed-promo-banner__inner{background:linear-gradient(135deg,#ef4444,#f97316)}@media(max-width:768px){.ed-promo-banner{padding:0 20px}.ed-promo-banner__inner{flex-direction:column;align-items:stretch;gap:1rem;padding:1.5rem;text-align:left}.ed-promo-banner__title{font-size:1.25rem}}@media(max-width:768px){.ed-filters__toggle{display:inline-flex!important;width:100%;justify-content:center;padding:10px 16px;margin-bottom:12px;border:1px solid var(--color-border);border-radius:.5rem;background:var(--color-background);font-size:.9rem;font-weight:500;cursor:pointer;gap:8px}.ed-filters-layout--sidebar .ed-filters,.ed-filters-layout--sidebar-right .ed-filters{position:fixed;left:0;right:0;bottom:0;top:auto;background:var(--color-background);max-height:85vh;overflow-y:auto;z-index:200;border-radius:1rem 1rem 0 0;padding:20px;box-shadow:0 -8px 32px #00000026;transform:translateY(100%);transition:transform .3s ease}.ed-filters-layout--sidebar .ed-filters.is-open,.ed-filters-layout--sidebar-right .ed-filters.is-open{transform:translateY(0)}.ed-filters-layout--sidebar .ed-filters__toggle,.ed-filters-layout--sidebar-right .ed-filters__toggle{position:static;transform:none}}@media(min-width:769px){.ed-filters__toggle{display:none!important}.ed-filters-layout--drawer .ed-filters__toggle{display:inline-flex!important}}.ed-product{padding:32px 40px 48px}.ed-product__main{gap:56px;margin-bottom:48px}.ed-product__gallery-main{border-radius:.75rem;border:1px solid var(--color-border);background:#f8fafc}.ed-product__gallery-thumbs{gap:12px}.ed-product__gallery-thumb{border-radius:.5rem;border:1px solid var(--color-border);transition:border-color .15s,box-shadow .15s}.ed-product__gallery-thumb:hover{border-color:#06f6}.ed-product__gallery-thumb.is-active{border-color:var(--ed-blue);box-shadow:0 0 0 1px var(--ed-blue)}.ed-product__vendor{color:var(--ed-blue);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.ed-product__title{font-size:1.75rem;font-weight:500;line-height:1.2;margin:0 0 12px;color:var(--color-foreground-heading, #030213);letter-spacing:-.01em}.ed-product__rating{display:flex;align-items:center;gap:6px;margin-bottom:16px;color:#eab308;font-size:.85rem}.ed-product__rating-value{font-weight:600;color:var(--color-foreground-heading, #030213);margin-left:4px}.ed-product__review-count{color:var(--color-foreground, #717182)}.ed-product__price{margin-bottom:16px}.ed-product__price-value{font-size:2rem;font-weight:600;color:var(--color-foreground-heading, #030213)}.ed-product__price-compare{font-size:1rem;color:var(--color-foreground, #717182);margin-left:12px;font-weight:400}.ed-product__desc{color:var(--color-foreground, #717182);font-size:.95rem;line-height:1.5;margin-bottom:20px}.ed-product__specs{background:var(--color-input-background);border:1px solid var(--color-border);border-radius:.75rem;padding:1rem;gap:0;margin-bottom:20px}.ed-product__spec{text-align:center;padding:0 8px;border-right:1px solid rgba(0,0,0,.08)}.ed-product__spec:last-child{border-right:none}.ed-product__spec-icon{color:var(--ed-blue);width:20px;height:20px;margin:0 auto 6px;display:block}.ed-product__spec-label{font-size:.7rem;color:var(--color-foreground, #717182);text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}.ed-product__spec-value{font-size:.85rem;font-weight:600;color:var(--color-foreground-heading, #030213)}.ed-product__buy-row{gap:12px;margin-bottom:12px}.ed-product__qty{border-radius:.5rem;border-color:var(--color-border)}.ed-product__add{flex:1;border-radius:.5rem;height:48px;font-size:.95rem}.ed-product__buy-now{padding:14px;border:2px solid var(--ed-blue);border-radius:.5rem;font-weight:500;font-size:.95rem;transition:all .3s ease;margin-bottom:20px}.ed-product__buy-now:hover{background:var(--ed-blue);color:#fff;transform:translateY(-1px);box-shadow:0 10px 15px -3px #06f3}.ed-product__trust{border-top:1px solid var(--color-border);padding-top:20px;gap:20px}.ed-product__trust-item{display:flex;align-items:center;gap:12px;color:inherit}.ed-product__trust-item svg{width:28px;height:28px;color:var(--ed-blue);flex-shrink:0}.ed-product__trust-title{font-weight:500;font-size:.9rem;color:var(--color-foreground-heading, #030213)}.ed-product__trust-text{font-size:.78rem;color:var(--color-foreground, #717182)}.ed-product__accordion{border-radius:.75rem;border:1px solid var(--color-border);margin-bottom:48px}.ed-product__accordion-head{padding:18px 24px;font-size:1rem;font-weight:500;background:var(--color-background)}.ed-product__accordion[open] .ed-product__accordion-head{border-bottom:1px solid rgba(0,0,0,.08)}.ed-product__related-title{font-size:1.5rem;font-weight:500;color:var(--color-foreground-heading, #030213);margin:0 0 20px;letter-spacing:-.01em}.ed-category-card__image:after{display:none}.ed-category-card__image{position:relative;height:180px;aspect-ratio:auto;overflow:hidden}.ed-category-card__image img{width:100%;height:100%;object-fit:cover}.ed-category-card__icon{position:absolute;bottom:12px;left:12px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;color:var(--ed-blue);display:flex;align-items:center;justify-content:center;z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 6px #0000001f}.ed-category-card__info{position:static;padding:1rem 1.25rem 1.25rem;background:var(--color-background)}.ed-category-card__name{font-size:1rem;font-weight:600;color:var(--color-foreground-heading, #030213);transition:color .2s ease;margin-bottom:4px}.ed-category-card:hover .ed-category-card__name{color:var(--ed-blue)}.ed-category-card__desc{font-size:.85rem;color:var(--color-foreground, #717182)}.ed-need-card{background:#fff;border-radius:.875rem;overflow:hidden;border:1px solid rgba(0,0,0,.05);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1);display:block;text-decoration:none;position:relative}.ed-need-card:hover{border-color:#0066ff4d;box-shadow:0 25px 50px -12px #00000040}.ed-need-card__image{height:192px;overflow:hidden;position:relative;aspect-ratio:auto}.ed-need-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1)}.ed-need-card:hover .ed-need-card__image img{transform:scale(1.1)}.ed-need-card__overlay{position:absolute;top:0;left:0;right:0;bottom:auto;height:192px;background:linear-gradient(to top,rgba(3,2,19,.8) 0%,rgba(3,2,19,.4) 45%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1rem;pointer-events:none}.ed-need-card__icon{position:absolute;top:1rem;left:1rem;width:48px;height:48px;padding:0;border-radius:.875rem;background:#ffffff1a;color:#fff;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:none}.ed-need-card__icon svg{width:24px;height:24px}.ed-need-card__title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:4px;line-height:1.4}.ed-need-card__desc{font-size:.875rem;color:#fffc;margin-bottom:0;line-height:1.43}.ed-need-card__footer{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#ececf04d;border-top:none}.ed-need-card__count{font-size:.875rem;color:var(--color-foreground, #717182);font-weight:400}.ed-need-card__browse{font-size:.875rem;color:var(--ed-blue, #0066FF);font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:color .15s}.ed-need-card:hover .ed-need-card__browse,.ed-need-card__browse:hover{text-decoration:underline}.ed-deal-categories__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:900px){.ed-deal-categories__grid{grid-template-columns:repeat(4,1fr)}}.ed-deal-category{position:relative;aspect-ratio:1;border-radius:.75rem;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;color:#fff;transition:transform .3s ease,box-shadow .3s ease;border:none}.ed-deal-category:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00000026}.ed-deal-category--red{background:linear-gradient(135deg,#ef4444,#dc2626)}.ed-deal-category--blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.ed-deal-category--amber{background:linear-gradient(135deg,#f59e0b,#d97706)}.ed-deal-category--purple{background:linear-gradient(135deg,#a855f7,#7c3aed)}.ed-deal-category:before{content:"";position:absolute;top:-20%;right:-20%;width:80%;height:80%;border-radius:50%;background:#ffffff1a;filter:blur(40px);pointer-events:none}.ed-deal-category__badge{position:absolute;top:1rem;right:1rem;display:inline-block;padding:3px 10px;border-radius:9999px;background:#ffffff38;color:#fff;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;line-height:1.3}.ed-deal-category__icon{position:absolute;top:1.5rem;left:1.5rem;width:56px;height:56px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ed-deal-category__title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.25rem;line-height:1.2;position:relative;z-index:1}.ed-deal-category__count{font-size:.875rem;color:#ffffffd9;margin-bottom:.75rem;position:relative;z-index:1}.ed-deal-category__link{display:inline-flex;align-items:center;gap:4px;padding:.5rem 1rem;background:var(--color-background);color:var(--color-foreground-heading, #030213);border-radius:.5rem;font-size:.85rem;font-weight:500;align-self:flex-start;transition:transform .2s,box-shadow .2s;position:relative;z-index:1;text-decoration:none}.ed-deal-category:hover .ed-deal-category__link{transform:translate(2px);box-shadow:0 4px 12px #00000026}.ed-card .ed-card__title,.ed-card a.ed-card__title{color:var(--color-foreground-heading, #030213)!important}.ed-card a.ed-card__title:hover{color:var(--ed-blue)!important}.ed-category-card__icon{position:absolute;bottom:12px;left:12px;top:auto;width:auto;height:auto;background:transparent;color:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;z-index:2;border-radius:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.ed-filters__options{display:flex!important;flex-direction:column!important;gap:6px}.ed-filters__options>.ed-filters__checkbox{width:100%}.ed-filters-checkbox--pills .ed-filters__options>.ed-filters__checkbox{justify-content:space-between;width:100%;align-self:stretch}.ed-filters__show-more{width:100%}.ed-contact{padding:48px 40px;background:var(--color-background)}.ed-contact__inner{max-width:var(--ed-page-width, 1280px);margin:0 auto}.ed-contact__hero{text-align:center;margin-bottom:48px}.ed-contact__title{font-size:2.25rem;font-weight:500;line-height:1.2;letter-spacing:-.01em;color:var(--ed-dark);margin:.75rem 0 .5rem}.ed-contact__subtitle{color:var(--ed-muted-fg);font-size:1.05rem;max-width:600px;margin:0 auto}.ed-contact__layout{display:grid;grid-template-columns:2fr 1fr;gap:48px}.ed-contact__col-title{font-size:1.25rem;font-weight:600;color:var(--ed-dark);margin:0 0 20px}.ed-contact__form{display:flex;flex-direction:column;gap:16px}.ed-contact__field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ed-contact__field{display:flex;flex-direction:column;gap:6px}.ed-contact__field label{font-size:.85rem;font-weight:500;color:var(--ed-dark)}.ed-contact__field textarea.ed-comp-input{height:auto;padding:12px 16px;resize:vertical;min-height:120px}.ed-contact__submit{align-self:flex-start;margin-top:8px;display:inline-flex;align-items:center;gap:8px}.ed-contact__success{background:#dcfce7;color:#16a34a;padding:12px 16px;border-radius:.5rem;display:flex;align-items:center;gap:8px;font-weight:500;font-size:.9rem}.ed-contact__error{background:#fee2e2;color:#dc2626;padding:12px 16px;border-radius:.5rem;font-size:.9rem}.ed-contact__side{display:flex;flex-direction:column;gap:16px}.ed-contact__method{display:flex;gap:14px;padding:16px;border:1px solid var(--color-border);border-radius:.75rem;text-decoration:none;color:inherit;transition:border-color .15s,transform .15s}.ed-contact__method:hover{border-color:#0066ff4d;transform:translateY(-1px)}.ed-contact__method-icon{width:40px;height:40px;border-radius:50%;background:#0066ff14;color:var(--ed-blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ed-contact__method-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ed-muted-fg);margin-bottom:2px}.ed-contact__method-value{font-weight:500;color:var(--ed-dark)}.ed-contact__method-hint{font-size:.8rem;color:var(--ed-muted-fg);margin-top:2px}.ed-contact__cta{background:#eff6ff;border:1px solid rgba(0,102,255,.15);padding:20px;border-radius:.75rem;margin-top:8px}.ed-contact__cta strong{font-size:1rem;color:var(--ed-dark)}.ed-contact__cta p{color:var(--ed-muted-fg);font-size:.85rem;margin:4px 0 12px}@media(max-width:768px){.ed-contact{padding:32px 20px}.ed-contact__layout{grid-template-columns:1fr;gap:32px}.ed-contact__field-row{grid-template-columns:1fr}}.ed-blog{padding:48px 40px;background:var(--color-background)}.ed-blog__inner{max-width:var(--ed-page-width, 1280px);margin:0 auto}.ed-blog__header{text-align:center;margin-bottom:40px}.ed-blog__title{font-size:2.25rem;font-weight:500;color:var(--ed-dark);letter-spacing:-.01em;margin:12px 0 8px}.ed-blog__subtitle{color:var(--ed-muted-fg);max-width:600px;margin:0 auto;font-size:1rem}.ed-blog__featured{display:grid;grid-template-columns:1.2fr 1fr;gap:32px;align-items:center;margin-bottom:48px;padding:24px;border:1px solid var(--color-border);border-radius:.75rem;text-decoration:none;color:inherit;transition:border-color .3s,box-shadow .3s}.ed-blog__featured:hover{border-color:#0066ff4d;box-shadow:0 12px 24px #00000014}.ed-blog__featured-image{aspect-ratio:4/3;border-radius:.5rem;overflow:hidden;background:var(--ed-gray-100)}.ed-blog__featured-image img{width:100%;height:100%;object-fit:cover}.ed-blog__featured-body{display:flex;flex-direction:column;gap:8px}.ed-blog__meta{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ed-blue);font-weight:600}.ed-blog__featured-title{font-size:1.75rem;font-weight:500;line-height:1.2;color:var(--ed-dark);margin:0;letter-spacing:-.01em}.ed-blog__featured-excerpt{color:var(--ed-muted-fg);font-size:1rem;line-height:1.5}.ed-blog__read{color:var(--ed-blue);font-weight:500;margin-top:8px}.ed-blog__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.ed-blog-card{display:flex;flex-direction:column;overflow:hidden;background:var(--color-background);border:1px solid var(--color-border);border-radius:.75rem;text-decoration:none;color:inherit;transition:transform .3s,box-shadow .3s,border-color .3s}.ed-blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014;border-color:#0066ff4d}.ed-blog-card__image{aspect-ratio:16/10;background:var(--ed-gray-100);overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;color:var(--ed-gray-300)}.ed-blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.ed-blog-card:hover .ed-blog-card__image img{transform:scale(1.05)}.ed-blog-card__tag{position:absolute;top:12px;left:12px;background:#fffffff2;color:var(--ed-dark);padding:4px 10px;border-radius:9999px;font-size:.72rem;font-weight:500}.ed-blog-card__body{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:6px;flex:1}.ed-blog-card__meta{font-size:.75rem;color:var(--ed-muted-fg)}.ed-blog-card__title{font-size:1.1rem;font-weight:500;color:var(--ed-dark);line-height:1.3;margin:0;letter-spacing:-.01em}.ed-blog-card__excerpt{font-size:.875rem;color:var(--ed-muted-fg);line-height:1.5}.ed-blog-card__read{color:var(--ed-blue);font-size:.85rem;font-weight:500;margin-top:auto;padding-top:4px}.ed-blog__empty{text-align:center;padding:80px 20px;color:var(--ed-muted-fg)}.ed-pagination{display:flex;justify-content:center;gap:8px;margin-top:48px;flex-wrap:wrap}.ed-pagination__link{padding:8px 14px;border:1px solid var(--color-border);border-radius:.5rem;text-decoration:none;color:var(--ed-dark);font-size:.875rem;transition:all .15s}.ed-pagination__link:hover{border-color:var(--ed-blue);color:var(--ed-blue)}.ed-pagination__link--current{background:var(--ed-blue);color:#fff;border-color:var(--ed-blue)}@media(max-width:768px){.ed-blog{padding:32px 20px}.ed-blog__featured{grid-template-columns:1fr}.ed-blog__featured-title{font-size:1.4rem}}.ed-article{padding:48px 40px;background:var(--color-background)}.ed-article__inner{max-width:780px;margin:0 auto}.ed-article__breadcrumb{font-size:.85rem;color:var(--ed-muted-fg);margin-bottom:24px}.ed-article__breadcrumb a{color:var(--ed-muted-fg);text-decoration:none}.ed-article__breadcrumb a:hover{color:var(--ed-blue)}.ed-article__tags{display:flex;gap:6px;margin-bottom:12px;flex-wrap:wrap}.ed-article__title{font-size:2.5rem;font-weight:500;line-height:1.15;letter-spacing:-.015em;color:var(--ed-dark);margin:0 0 16px}.ed-article__meta{color:var(--ed-muted-fg);font-size:.9rem;margin-bottom:32px}.ed-article__meta strong{color:var(--ed-dark);font-weight:500}.ed-article__hero-image{aspect-ratio:16/9;overflow:hidden;border-radius:.75rem;margin-bottom:40px;background:var(--ed-gray-100)}.ed-article__hero-image img{width:100%;height:100%;object-fit:cover}.ed-article__body{color:var(--ed-dark);font-size:1.05rem;line-height:1.7;margin-bottom:48px}.ed-article__body h2{font-size:1.75rem;font-weight:500;margin:2em 0 .75em;letter-spacing:-.01em}.ed-article__body h3{font-size:1.35rem;font-weight:500;margin:1.5em 0 .5em}.ed-article__body p{margin:0 0 1.25em}.ed-article__body a{color:var(--ed-blue)}.ed-article__body img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5em 0}.ed-article__body blockquote{border-left:3px solid var(--ed-blue);padding:8px 16px;color:var(--ed-muted-fg);margin:1.5em 0;font-style:italic}.ed-article__body ul,.ed-article__body ol{margin:0 0 1.25em 1.5em;padding:0}.ed-article__body li{margin-bottom:.5em}.ed-article__body code{background:var(--ed-gray-100);padding:2px 6px;border-radius:4px;font-size:.9em;font-family:ui-monospace,monospace}.ed-article__body pre{background:var(--ed-dark);color:#fff;padding:16px;border-radius:.5rem;overflow-x:auto;margin:1.5em 0}.ed-article__body pre code{background:transparent;color:#fff;padding:0}.ed-article__share{display:flex;gap:12px;align-items:center;padding:24px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin:32px 0;color:var(--ed-muted-fg);font-size:.9rem}.ed-article__share a{color:var(--ed-blue);text-decoration:none;padding:6px 14px;border:1px solid var(--color-border);border-radius:9999px;font-size:.8rem;font-weight:500;transition:all .15s}.ed-article__share a:hover{background:var(--ed-blue);color:#fff;border-color:var(--ed-blue)}.ed-article__comments{padding:32px 0;margin-top:24px}.ed-article__comments h2{font-size:1.5rem;font-weight:500;margin:0 0 20px}.ed-article__comment{padding:16px;border:1px solid var(--color-border);border-radius:.5rem;margin-bottom:12px}.ed-article__comment-author{font-weight:500;color:var(--ed-dark);margin-bottom:6px;font-size:.9rem}.ed-article__comment-author span{color:var(--ed-muted-fg);font-weight:400}.ed-article__comment-body{color:var(--ed-dark);font-size:.95rem;line-height:1.5}.ed-article__comment-form{margin-top:32px;display:flex;flex-direction:column;gap:16px}.ed-article__comment-form h3{font-size:1.15rem;font-weight:500;margin:0}.ed-article__related{margin-top:48px}.ed-article__related h2{font-size:1.5rem;font-weight:500;margin:0 0 20px}@media(max-width:768px){.ed-article{padding:32px 20px}.ed-article__title{font-size:1.75rem}.ed-article__body{font-size:1rem}}.ed-auth{padding:64px 40px;background:var(--color-background);min-height:70vh;display:flex;align-items:center}.ed-auth__inner{max-width:460px;margin:0 auto;width:100%}.ed-auth__card{background:var(--color-background);border:1px solid var(--color-border);border-radius:.75rem;padding:40px 32px;box-shadow:0 4px 24px #0000000a}.ed-auth__header{text-align:center;margin-bottom:28px}.ed-auth__title{font-size:1.5rem;font-weight:500;color:var(--ed-dark);margin:0 0 8px;letter-spacing:-.01em}.ed-auth__subtitle{color:var(--ed-muted-fg);font-size:.9rem;margin:0}.ed-auth__form{display:flex;flex-direction:column;gap:14px}.ed-auth__submit{width:100%;justify-content:center;margin-top:4px}.ed-auth__alt{width:100%;justify-content:center}.ed-auth__forgot{font-size:.8rem;color:var(--ed-blue);text-decoration:none;align-self:flex-end;margin-top:4px}.ed-auth__forgot:hover{text-decoration:underline}.ed-auth__divider{display:flex;align-items:center;gap:12px;color:var(--ed-muted-fg);font-size:.8rem;margin:8px 0}.ed-auth__divider:before,.ed-auth__divider:after{content:"";flex:1;height:1px;background:#00000014}.ed-auth__alt-link{text-align:center;color:var(--ed-muted-fg);font-size:.9rem;margin:12px 0 0}.ed-auth__alt-link a{color:var(--ed-blue);text-decoration:none;font-weight:500}.ed-auth__alt-link a:hover{text-decoration:underline}.ed-auth__hint{color:var(--ed-muted-fg);font-size:.75rem;margin-top:2px}.ed-auth__modal{border:none;border-radius:.75rem;padding:32px;max-width:480px;width:calc(100% - 40px)}.ed-auth__modal::backdrop{background:#0006}.ed-auth__modal h2{font-size:1.25rem;font-weight:500;margin:0 0 8px}.ed-auth__modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.ed-account{padding:48px 40px;background:var(--color-background)}.ed-account__inner{max-width:var(--ed-page-width, 1280px);margin:0 auto}.ed-account__header{margin-bottom:32px}.ed-account__title{font-size:2rem;font-weight:500;color:var(--ed-dark);margin:0 0 6px;letter-spacing:-.01em}.ed-account__subtitle{color:var(--ed-muted-fg);font-size:1rem}.ed-account__layout{display:grid;grid-template-columns:220px 1fr;gap:32px}.ed-account__sidebar{display:flex;flex-direction:column;gap:4px}.ed-account__navlink{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:.5rem;color:var(--ed-dark);text-decoration:none;font-size:.9rem;font-weight:500;transition:background .15s}.ed-account__navlink:hover{background:var(--color-border)}.ed-account__navlink.is-active{background:#0066ff14;color:var(--ed-blue)}.ed-account__navlink--danger{color:var(--ed-destructive)}.ed-account__navlink-badge{margin-left:auto;font-size:.7rem;background:#0000000f;padding:2px 8px;border-radius:9999px}.ed-account__content{display:flex;flex-direction:column;gap:32px}.ed-account__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ed-account__stat{padding:24px;border:1px solid var(--color-border);border-radius:.75rem;background:var(--color-background)}.ed-account__stat-value{font-size:1.75rem;font-weight:600;color:var(--ed-dark)}.ed-account__stat-label{color:var(--ed-muted-fg);font-size:.85rem;margin-top:4px}.ed-account__section-title{font-size:1.15rem;font-weight:500;color:var(--ed-dark);margin:0 0 16px}.ed-account__order-table{width:100%;border-collapse:collapse;border:1px solid var(--color-border);border-radius:.75rem;overflow:hidden}.ed-account__order-table th,.ed-account__order-table td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--color-border);font-size:.9rem}.ed-account__order-table th{background:var(--color-input-background);font-weight:500;color:var(--ed-muted-fg);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.ed-account__order-table tr:last-child td{border-bottom:none}.ed-account__col-right{text-align:right}.ed-account__order-link{color:var(--ed-blue);text-decoration:none;font-weight:500}.ed-account__address{padding:20px;border:1px solid var(--color-border);border-radius:.75rem;display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:.9rem;line-height:1.5}.ed-account__empty{text-align:center;padding:48px;border:1px dashed var(--color-border);border-radius:.75rem;color:var(--ed-muted-fg)}.ed-account__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.ed-account__address-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.ed-account__address-card{padding:20px;border:1px solid var(--color-border);border-radius:.75rem;position:relative;display:flex;flex-direction:column;gap:12px}.ed-account__address-card .ed-dot-badge{align-self:flex-start}.ed-account__address-body{font-size:.9rem;line-height:1.5;color:var(--ed-dark)}.ed-account__address-actions{display:flex;gap:8px}.ed-btn--sm{padding:6px 12px;font-size:.8rem}.ed-btn--danger{color:var(--ed-destructive);border-color:var(--ed-destructive)}.ed-btn--danger:hover{background:var(--ed-destructive);color:#fff}@media(max-width:900px){.ed-account__layout{grid-template-columns:1fr}.ed-account__sidebar{flex-direction:row;overflow-x:auto;padding-bottom:4px}.ed-account__navlink{flex-shrink:0}.ed-account__stats{grid-template-columns:1fr}}.ed-header__account{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:var(--ed-gray-600);transition:all .15s;text-decoration:none}.ed-header__account:hover{background:var(--ed-gray-100);color:var(--ed-blue)}.ed-btn{border-radius:var(--ed-radius-button);font-family:inherit}.ed-btn--primary{background:var(--color-primary-button-background, var(--ed-blue));color:var(--color-primary-button-text, #ffffff);border:var(--style-border-width-primary, 0px) solid var(--color-primary-button-border, transparent)}.ed-btn--primary:hover{background:var(--color-primary-button-hover-background, var(--ed-blue-hover));color:var(--color-primary-button-hover-text, #ffffff);border-color:var(--color-primary-button-hover-border, transparent)}.ed-btn--outline,.ed-btn--secondary{background:var(--color-secondary-button-background, transparent);color:var(--color-secondary-button-text, var(--ed-dark));border:var(--style-border-width-secondary, 1px) solid var(--color-secondary-button-border, var(--ed-border))}.ed-btn--outline:hover,.ed-btn--secondary:hover{background:var(--color-secondary-button-hover-background, #F5F5F7);color:var(--color-secondary-button-hover-text, var(--ed-dark));border-color:var(--color-secondary-button-hover-border, var(--ed-blue))}.ed-btn--white{background:var(--color-background);color:var(--color-foreground-heading, #030213);border-radius:var(--ed-radius-button)}.ed-comp-input,.ed-product__qty{border-radius:var(--ed-radius-input)}.ed-header__search-input,.ed-search-bar__input,.ed-search__input{border-radius:var(--ed-radius-input);background:var(--color-input-background, rgba(245, 245, 247, .5));color:var(--color-input-text, var(--ed-dark))}.ed-card,.ed-category-card,.ed-brand-card,.ed-blog-card,.ed-need-card,.ed-deal-category,.ed-comp-swatch__color,.ed-auth__card,.ed-account__stat,.ed-account__address,.ed-account__address-card{border-radius:var(--ed-radius-lg)}.ed-shipping-states{margin-bottom:16px;border:1px solid var(--ed-border);border-radius:var(--ed-radius-md);overflow:hidden}.ed-shipping-states__toggle{display:flex;align-items:center;gap:8px;padding:10px 14px;font-size:.85rem;font-weight:500;color:var(--ed-dark);cursor:pointer;list-style:none;background:var(--color-input-background);transition:background .15s}.ed-shipping-states__toggle::-webkit-details-marker{display:none}.ed-shipping-states__toggle:hover{background:var(--color-input-hover-background, rgba(245, 245, 247, .8))}.ed-shipping-states__toggle svg:first-child{color:var(--ed-blue);flex-shrink:0}.ed-shipping-states__chevron{margin-left:auto;flex-shrink:0;transition:transform .2s;color:var(--ed-muted-fg)}.ed-shipping-states[open] .ed-shipping-states__chevron{transform:rotate(180deg)}.ed-shipping-states__grid{padding:8px 14px 4px}.ed-shipping-states__row{display:flex;align-items:baseline;gap:8px;padding:6px 0;font-size:.82rem}.ed-shipping-states__row:not(:last-child){border-bottom:1px solid var(--color-border)}.ed-shipping-states__state{font-weight:600;color:var(--ed-dark);min-width:32px}.ed-shipping-states__dots{flex:1;border-bottom:1px dotted rgba(0,0,0,.15);margin-bottom:3px}.ed-shipping-states__days{color:var(--ed-muted-fg);font-weight:400;white-space:nowrap}.ed-shipping-states__note{padding:8px 14px 12px;font-size:.75rem;color:var(--ed-muted-fg);margin:0;border-top:1px solid var(--color-border)}[class*=color-] .ed-section,[class*=color-] .ed-hero,[class*=color-] .ed-contact,[class*=color-] .ed-blog,[class*=color-] .ed-article,[class*=color-] .ed-auth,[class*=color-] .ed-account,[class*=color-] .ed-footer,[class*=color-] .ed-header{color:var(--color-foreground);background-color:var(--color-background)}[class*=color-] .ed-section__title,[class*=color-] .ed-contact__title,[class*=color-] .ed-blog__title,[class*=color-] .ed-article__title,[class*=color-] .ed-auth__title,[class*=color-] .ed-account__title,[class*=color-] .ed-card__title,[class*=color-] .ed-category-card__name,[class*=color-] .ed-brand-card__name,[class*=color-] .ed-blog-card__title,[class*=color-] .ed-blog__featured-title,[class*=color-] .ed-deal-category__title,[class*=color-] .ed-contact__col-title,[class*=color-] .ed-account__section-title{color:var(--color-foreground-heading)}[class*=color-] a:not([class*=ed-btn]):not([class*=ed-card]):not([class*=ed-brand]):not([class*=ed-category]):not([class*=ed-blog]):not([class*=ed-need]):not([class*=ed-deal]):not([class*=ed-account]):not([class*=ed-contact]):not([class*=ed-header]):not([class*=ed-footer]):not([class*=ed-nav]):not([class*=ed-quick]){color:var(--color-primary)}.ed-btn--primary,a.ed-btn--primary,[class*=color-] a.ed-btn--primary,[class*=color-] .ed-btn--primary{color:var(--color-primary-button-text, #ffffff)!important}[class*=color-] a.ed-btn--outline,[class*=color-] a.ed-btn--secondary,[class*=color-] .ed-btn--outline,[class*=color-] .ed-btn--secondary{color:var(--color-secondary-button-text, var(--color-foreground-heading))!important}.ed-btn--white,a.ed-btn--white,[class*=color-] a.ed-btn--white{color:var(--color-foreground-heading, #030213)!important}.ed-header__nav-btn,[class*=color-] .ed-header__nav-btn{color:var(--color-foreground-heading)!important}.ed-header__nav-btn:hover{color:var(--color-primary)!important}[class*=color-] .ed-section__subtitle,[class*=color-] .ed-contact__subtitle,[class*=color-] .ed-blog__subtitle,[class*=color-] .ed-auth__subtitle,[class*=color-] .ed-account__subtitle,[class*=color-] .ed-card__brand,[class*=color-] .ed-blog-card__meta,[class*=color-] .ed-blog-card__excerpt,[class*=color-] .ed-article__meta,[class*=color-] .ed-contact__method-hint,[class*=color-] .ed-contact__method-label{color:var(--color-foreground)}[class*=color-] .ed-card,[class*=color-] .ed-blog-card,[class*=color-] .ed-category-card,[class*=color-] .ed-brand-card,[class*=color-] .ed-auth__card,[class*=color-] .ed-account__stat,[class*=color-] .ed-account__address,[class*=color-] .ed-account__address-card,[class*=color-] .ed-contact__method,[class*=color-] .ed-contact__cta{background-color:var(--color-background);border-color:var(--color-border)}[class*=color-] .ed-comp-input,[class*=color-] .ed-product__qty{background:var(--color-input-background);color:var(--color-input-text);border-color:var(--color-input-border)}[class*=color-] .ed-account__order-table th{background:var(--color-input-background);color:var(--color-foreground)}[class*=color-] .ed-account__order-table td{border-bottom-color:var(--color-border)}[class*=color-] .ed-footer{background:#0a0b14!important;color:#9496a1!important;border-top-color:#ffffff1a}[class*=color-] .ed-footer__col-title{color:#fff!important}[class*=color-] .ed-footer__links a{color:#9496a1!important}[class*=color-] .ed-footer__links a:hover{color:#fff!important}[class*=color-] .ed-header{border-bottom-color:var(--color-border)}[class*=color-] .ed-header__account,[class*=color-] .ed-header__cart,[class*=color-] .ed-theme-toggle{color:var(--color-foreground)}[class*=color-] .ed-shipping-states{border-color:var(--color-border)}[class*=color-] .ed-shipping-states__toggle{background:var(--color-input-background);color:var(--color-foreground-heading)}[class*=color-] .ed-shipping-states__state{color:var(--color-foreground-heading)}[class*=color-] .ed-shipping-states__days{color:var(--color-foreground)}[class*=color-] .ed-pagination__link{border-color:var(--color-border);color:var(--color-foreground-heading)}[class*=color-scheme-ed-dark] .ed-card__image,[class*=color-scheme-ed-dark] .ed-category-card__image,[class*=color-scheme-ed-dark] .ed-blog-card__image,[class*=color-scheme-ed-dark] .ed-product__gallery-main{background:var(--color-input-background, #13151F)}[class*=color-scheme-ed-dark] .ed-brand-card,[class*=color-scheme-ed-dark] .ed-need-card,[class*=color-scheme-ed-dark] .ed-contact__method{background:var(--color-input-background, #13151F);border-color:var(--color-border)}[class*=color-scheme-ed-dark] .ed-contact__cta{background:#3b8bff14;border-color:#3b8bff26}[class*=color-scheme-ed-dark] .ed-blog__featured,[class*=color-scheme-ed-dark] .ed-auth__card{background:var(--color-input-background, #13151F);border-color:var(--color-border)}[class*=color-scheme-ed-dark] .ed-auth__modal{background:var(--color-input-background, #13151F);border-color:var(--color-border);color:var(--color-foreground)}[class*=color-scheme-ed-dark] .ed-account__stat,[class*=color-scheme-ed-dark] .ed-account__address,[class*=color-scheme-ed-dark] .ed-account__address-card{background:var(--color-input-background, #13151F);border-color:var(--color-border)}[class*=color-scheme-ed-dark] .ed-account__empty,[class*=color-scheme-ed-dark] .ed-account__order-table{border-color:var(--color-border)}[class*=color-scheme-ed-dark] .ed-pagination__link{background:var(--color-input-background, #13151F);border-color:var(--color-border);color:var(--color-foreground-heading)}[class*=color-scheme-ed-dark] .ed-pagination__link--current{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}[class*=color-scheme-ed-dark] .ed-filters__title,[class*=color-scheme-ed-dark] .ed-filters__group-title{color:var(--color-foreground-heading)}[class*=color-scheme-ed-dark] .ed-filters__checkbox-label{color:var(--color-foreground)}[class*=color-scheme-ed-dark] .ed-filters__group,[class*=color-scheme-ed-dark] .ed-shipping-states{border-color:var(--color-border)}[class*=color-scheme-ed-dark] .ed-shipping-states__toggle{background:var(--color-input-background, #13151F)}[class*=color-scheme-ed-dark] .ed-shipping-states__dots{border-bottom-color:var(--color-border)}[class*=color-scheme-ed-dark] .ed-promo-banner__badge{background:#3b8bff26;color:var(--color-primary)}[class*=color-scheme-ed-dark] .ed-card__chip,[class*=color-scheme-ed-dark] .ed-spec-badge{background:var(--color-input-background, #13151F);border-color:var(--color-border);color:var(--color-foreground)}[class*=color-scheme-ed-dark] .ed-quick-shop__bg{background:var(--color-input-background, #13151F)}[class*=color-scheme-ed-dark] .ed-article__comment{background:var(--color-input-background, #13151F);border-color:var(--color-border)}[class*=color-scheme-ed-dark] .ed-article__share a{border-color:var(--color-border);color:var(--color-primary)}[class*=color-scheme-ed-dark] .ed-blog-card__tag{background:#0c0f1ad9;color:var(--color-foreground-heading)}[class*=color-scheme-ed-dark] .ed-search-bar{background:var(--color-input-background, #13151F)}[class*=color-scheme-ed-dark] .ed-mega{background:var(--color-background);border-color:var(--color-border)}[class*=color-scheme-ed-dark] .ed-mega-shop__item,[class*=color-scheme-ed-dark] .ed-mega-featured__card{background:var(--color-input-background, #13151F);border-color:var(--color-border)}[class*=color-scheme-ed-dark] .ed-contact__field label,[class*=color-scheme-ed-dark] .ed-auth__forgot,[class*=color-scheme-ed-dark] .ed-auth__alt-link{color:var(--color-foreground)}[class*=color-scheme-ed-dark] .ed-product__vendor{color:var(--color-primary)}[class*=color-scheme-ed-dark] .ed-product__review-count{color:var(--color-foreground)}[class*=color-scheme-ed-dark] .ed-auth__divider:before,[class*=color-scheme-ed-dark] .ed-auth__divider:after{background:var(--color-border)}body.color-scheme-ed-dark,body.color-scheme-ed-dark-elevated{background-color:var(--color-background)!important}.ed-brand-card__count{color:var(--color-foreground)!important;opacity:.7}.ed-brand-card__name{color:var(--color-foreground-heading)!important}.ed-quick-shop__tabs .ed-quick-shop__tab{background:var(--color-input-background)!important;color:var(--color-foreground-heading)!important;border:1px solid var(--color-border);padding:8px 16px;border-radius:9999px;font-size:.8rem;font-weight:500}.ed-quick-shop__tabs .ed-quick-shop__tab.is-active,.ed-quick-shop__tabs .ed-quick-shop__tab:hover{background:var(--color-primary)!important;color:#fff!important;border-color:var(--color-primary)}.ed-promo-banner__btn,.ed-promo-banner .ed-btn{background:#fffffff2!important;color:var(--color-foreground-heading, #030213)!important;border:none!important;font-weight:600;padding:10px 20px;border-radius:var(--ed-radius-button)}.ed-promo-banner__btn:hover,.ed-promo-banner .ed-btn:hover{background:#fff!important;transform:translate(2px)}.ed-category-card__name{color:var(--color-foreground-heading)!important;font-weight:600}.ed-category-card__desc{color:var(--color-foreground)!important}.ed-card__chip,.ed-card__chips .ed-card__chip{background:var(--color-input-background)!important;color:var(--color-foreground)!important;border:1px solid var(--color-border)!important}.ed-card__title,.ed-card a.ed-card__title{color:var(--color-foreground-heading, #030213)!important;font-weight:600!important}.ed-card a.ed-card__title:hover{color:var(--color-primary)!important}.ed-card__brand,.ed-card__vendor{color:var(--color-primary)!important;opacity:1;font-weight:500;text-transform:none}.ed-card__price{color:var(--color-foreground-heading)!important}.ed-card__price-compare{color:var(--color-foreground)!important;opacity:.6}.ed-card__rating-count{color:var(--color-foreground)!important}.ed-need-card__title{color:#fff!important;font-weight:600}.ed-need-card__desc{color:#fffc!important}.ed-deal-category__link{color:var(--color-foreground-heading, #030213)!important;background:#fffffff2!important}.ed-hero,[class*=color-] .ed-hero,[class*=color-] .ed-hero__title,[class*=color-] .ed-hero__subtitle,[class*=color-] .ed-hero__badge{color:#fff!important}.ed-hero__title{color:#fff!important;-webkit-text-stroke:0!important;paint-order:fill;text-rendering:geometricPrecision}.ed-hero__title span{color:var(--ed-blue, #0066FF)!important}.ed-hero__subtitle{color:#ffffffbf!important}.ed-hero .ed-btn--secondary,[class*=color-] .ed-hero .ed-btn--secondary,[class*=color-] .ed-hero a.ed-btn--secondary{background:#ffffff1f!important;color:#fff!important;border:1px solid rgba(255,255,255,.25)!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ed-hero .ed-btn--secondary:hover,[class*=color-] .ed-hero .ed-btn--secondary:hover,[class*=color-] .ed-hero a.ed-btn--secondary:hover{background:#fff3!important;border-color:#fff6!important}.ed-search-bar__category-label{color:var(--color-foreground)!important}.ed-filters__checkbox-count{color:var(--color-foreground)!important;opacity:.6}.ed-filters__show-more{color:var(--color-primary)!important}.ed-collection__pagination a,.ed-collection__pagination span{color:var(--color-foreground-heading);border-color:var(--color-border)}.ed-cta__btn,.ed-cta .ed-btn--outline{background:transparent;color:#fff!important;border:1px solid rgba(255,255,255,.4)!important}.ed-cta__btn:hover,.ed-cta .ed-btn--outline:hover{background:#ffffff1a;border-color:#fff!important}[class*=color-scheme-ed-dark] .ed-footer__links a{color:var(--color-foreground)!important;opacity:.8}[class*=color-scheme-ed-dark] .ed-footer__links a:hover{color:var(--color-primary)!important;opacity:1}[class*=color-scheme-ed-dark] .ed-contact__field label,[class*=color-scheme-ed-dark] .ed-contact__method-value{color:var(--color-foreground-heading)!important}body.page-width-narrow{--ed-page-width: var(--narrow-page-width, 90rem)}body.page-width-normal{--ed-page-width: var(--normal-page-width, 120rem)}body.page-width-wide{--ed-page-width: var(--wide-page-width, 150rem)}
/*# sourceMappingURL=/cdn/shop/t/18/assets/electraden-custom.css.map */
