.product-card{position:relative;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:box-shadow var(--speed) var(--ease),transform var(--speed) var(--ease),border-color var(--speed) var(--ease);height:100%;display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-md);border-color:transparent;transform:translateY(-2px)}.product-card__media-wrap{position:relative}.product-card__media{position:relative;display:block;aspect-ratio:1 / 1;background:var(--color-surface-alt);overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:contain;padding:14px}.product-card__media-hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity var(--speed) var(--ease)}.product-card:hover .product-card__media-hover{opacity:1}.product-card__badge{position:absolute;top:10px;left:10px}.product-card__wishlist{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:#ffffffeb;border:none;display:flex;align-items:center;justify-content:center;color:var(--color-ink);cursor:pointer;z-index:2;transition:color var(--speed-fast) var(--ease),transform var(--speed-fast) var(--ease)}.product-card__wishlist:hover{transform:scale(1.08)}.product-card__wishlist.is-active{color:var(--color-red)}.product-card__wishlist.is-active svg{fill:currentColor}.product-card__quick-add{position:absolute;bottom:10px;right:10px;width:34px;height:34px;border-radius:50%;background:var(--color-black);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:var(--shadow-sm);transition:background var(--speed-fast) var(--ease),transform var(--speed-fast) var(--ease)}.product-card__quick-add:hover{background:var(--color-yellow);color:var(--color-black);transform:scale(1.06)}.product-card__quick-add.is-loading{pointer-events:none;opacity:.7}.product-card__quick-add.is-loading svg{opacity:0}.product-card__quick-add.is-loading:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:spin .7s linear infinite}.product-card__body{padding:12px 14px 16px;flex:1;display:flex;flex-direction:column;gap:6px}.product-card__title{font-size:13.5px;color:var(--color-ink);font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em;line-height:1.3}.product-card .price{margin-top:auto}.product-card .price__current{font-size:16px}.hero-section{padding-top:20px;padding-bottom:0}.hero-grid{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(220px,1fr);gap:16px;align-items:stretch}.hero-grid--single{grid-template-columns:1fr}@media screen and (max-width:989px){.hero-grid{grid-template-columns:1fr}}.hero-slideshow{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:var(--hero-height, 420px);box-shadow:var(--shadow-sm)}.hero-slideshow__slide{display:none;position:relative;min-height:var(--hero-height, 420px)}.hero-slideshow__slide.is-active{display:block;animation:hero-fade .55s var(--ease)}@keyframes hero-fade{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.hero-slideshow__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-slideshow__img{width:100%;height:100%;object-fit:cover;display:block}.hero-slideshow__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#14121ab8,#14121a59 45%,#14121a14);pointer-events:none}.hero-slideshow__slide--dark .hero-slideshow__shade{background:linear-gradient(90deg,#ffffffe0,#ffffff73 42%,#ffffff0d)}.hero-slideshow__content{position:relative;z-index:2;min-height:var(--hero-height, 420px);display:flex;flex-direction:column;justify-content:center;gap:12px;padding:clamp(24px,5vw,56px);max-width:520px;pointer-events:none}.hero-slideshow__content>*{pointer-events:auto}.hero-slideshow__content--center{margin:0 auto;text-align:center;align-items:center;max-width:640px}.hero-slideshow__content--right{margin-left:auto;text-align:right;align-items:flex-end}.hero-slideshow__eyebrow{display:inline-flex;align-items:center;width:fit-content;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--color-yellow);color:var(--color-black);padding:6px 10px;border-radius:var(--radius-full)}.hero-slideshow__heading{font-size:clamp(26px,3.6vw,44px);margin:0;line-height:1.08;letter-spacing:-.03em}.hero-slideshow__sub{font-size:15px;line-height:1.5;margin:0;max-width:38ch;opacity:.9}.hero-slideshow__cta{margin-top:8px;width:fit-content;box-shadow:var(--shadow-sm)}.hero-slideshow__slide--light .hero-slideshow__heading,.hero-slideshow__slide--light .hero-slideshow__sub{color:#fff}.hero-slideshow__slide--dark .hero-slideshow__heading{color:var(--color-black)}.hero-slideshow__slide--dark .hero-slideshow__sub{color:var(--color-body)}.hero-slideshow__placeholder{min-height:var(--hero-height, 420px);display:flex;flex-direction:column;justify-content:center;gap:10px;padding:40px}.hero-slideshow__placeholder--slide{width:100%;height:100%;min-height:var(--hero-height, 420px);background:linear-gradient(135deg,#fff7b0,#feee00 50%,#ffe566)}.hero-slideshow__nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#fffffff2;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:4;box-shadow:var(--shadow-md);transition:transform var(--speed-fast) var(--ease),background var(--speed-fast) var(--ease)}.hero-slideshow__nav:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.hero-slideshow__nav--prev{left:16px}.hero-slideshow__nav--next{right:16px}.hero-slideshow__dots{position:absolute;bottom:22px;left:50%;transform:translate(-50%);display:flex;gap:7px;z-index:4}.slideshow-dot{width:8px;height:8px;border-radius:50%;background:#ffffff8c;border:none;cursor:pointer;padding:0;box-shadow:0 0 0 1px #14121a26;transition:background var(--speed-fast) var(--ease),width var(--speed) var(--ease)}.slideshow-dot.is-active{background:var(--color-yellow);width:24px;border-radius:var(--radius-full)}.hero-slideshow__progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:#14121a1f;z-index:4;overflow:hidden}.hero-slideshow__progress span{display:block;height:100%;width:0;background:var(--color-yellow);box-shadow:0 0 8px #feee0099}.hero-side-stack{display:grid;grid-template-rows:1fr 1fr;gap:16px;min-height:var(--hero-height, 420px)}.hero-side-banner{position:relative;border-radius:var(--radius-lg);overflow:hidden;display:block;background:var(--color-surface-alt);min-height:0;box-shadow:var(--shadow-xs);transition:transform var(--speed) var(--ease),box-shadow var(--speed) var(--ease)}.hero-side-banner:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.hero-side-banner__img,.hero-side-banner img{width:100%;height:202px;object-fit:cover;display:block}.hero-side-banner__fallback{width:100%;height:100%;min-height:160px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#fff8c4,#feee00)}.hero-side-banner__fallback--alt{background:linear-gradient(145deg,#e8f8ef,#d7f2e3)}.hero-side-banner__label{position:absolute;left:12px;bottom:12px;background:#fffffff2;padding:7px 12px;border-radius:var(--radius-sm);font-size:12px;font-weight:700;color:var(--color-ink);box-shadow:var(--shadow-xs)}@media screen and (max-width:749px){.hero-slideshow,.hero-slideshow__slide,.hero-slideshow__content,.hero-slideshow__placeholder,.hero-slideshow__placeholder--slide{min-height:280px}.hero-slideshow__content{max-width:85%;padding:24px 20px 48px}.hero-slideshow__heading{font-size:26px}.hero-slideshow__nav{width:36px;height:36px}.hero-slideshow__nav--prev{left:10px}.hero-slideshow__nav--next{right:10px}}.section-category-icons-row{padding-top:20px;padding-bottom:20px}.category-row{position:relative}.category-row__track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0}.category-row__track::-webkit-scrollbar{display:none}.category-row__item{flex:0 0 auto;width:92px;text-align:center;scroll-snap-align:start}.category-row__icon{width:92px;height:92px;border-radius:50%;overflow:hidden;background:var(--color-surface-alt);border:1px solid var(--color-border);margin-bottom:8px;transition:transform var(--speed) var(--ease),box-shadow var(--speed) var(--ease)}.category-row__item:hover .category-row__icon{transform:translateY(-3px);box-shadow:var(--shadow-md)}.category-row__icon img{width:100%;height:100%;object-fit:cover}.category-row__icon-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:28px;color:var(--color-black);background:linear-gradient(145deg,#fff8c4,#feee00)}.category-row__label{font-size:12.5px;font-weight:600;color:var(--color-ink);line-height:1.3;margin-bottom:0}.carousel-nav{position:absolute;top:30%;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-sm);z-index:2;transition:opacity var(--speed) var(--ease)}.carousel-nav.is-disabled{opacity:0;pointer-events:none}.carousel-nav--prev{left:-14px}.carousel-nav--next{right:-14px}@media screen and (max-width:749px){.carousel-nav{display:none}}.promo-grid{border-radius:var(--radius-lg);padding:28px}.promo-grid__tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px;margin-top:18px}.promo-tile{display:block;background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-xs);transition:box-shadow var(--speed) var(--ease),transform var(--speed) var(--ease)}.promo-tile:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.promo-tile img{width:100%;aspect-ratio:1/1;object-fit:cover}.promo-tile__caption{padding:10px 12px;font-size:12.5px;font-weight:700;color:var(--color-ink)}.promo-tile__eyebrow{display:block;font-size:11px;font-weight:600;color:var(--color-muted);margin-bottom:2px}.feature-columns{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:20px}@media screen and (max-width:989px){.feature-columns{grid-template-columns:1fr}}.feature-columns__col{display:flex;flex-direction:column;gap:16px}.feature-columns__title{font-size:20px;margin-bottom:4px}.feature-columns__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;flex:1}.feature-card{position:relative;border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface-alt);display:block;min-height:140px}.feature-card img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.feature-card__label{position:absolute;left:12px;bottom:12px;background:#fffffff2;padding:5px 10px;border-radius:var(--radius-sm);font-size:12px;font-weight:700;z-index:1}.feature-card--tall{min-height:100%}.carousel-row{position:relative}.carousel-row__track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:6px}.carousel-row__track::-webkit-scrollbar{display:none}.carousel-row__track>*{flex:0 0 auto;width:216px;scroll-snap-align:start}@media screen and (max-width:749px){.carousel-row__track>*{width:160px}}.deal-banner{background:linear-gradient(135deg,var(--color-black),#2c2836);border-radius:var(--radius-lg);padding:28px;color:#fff;position:relative;overflow:hidden}.deal-banner:before{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;background:var(--color-yellow);border-radius:50%;opacity:.15}.deal-banner__head{display:flex;align-items:center;flex-wrap:wrap;gap:18px;justify-content:space-between;margin-bottom:20px;position:relative;z-index:1}.deal-banner__title{color:#fff;font-size:24px;margin:0;display:flex;align-items:center;gap:10px}.deal-banner__title .badge{position:relative;top:-2px}.countdown{display:flex;gap:8px;align-items:center}.countdown__unit{background:#ffffff1f;border-radius:var(--radius-sm);padding:8px 10px;min-width:46px;text-align:center}.countdown__unit strong{display:block;font-size:18px;font-family:var(--font-heading)}.countdown__unit span{font-size:10px;text-transform:uppercase;letter-spacing:.05em;opacity:.7}.countdown__sep{opacity:.5;font-size:18px}.deal-banner .carousel-row__track>*{width:200px}.deal-banner .product-card{background:#fff}.newsletter{background:var(--color-surface-tint);border-radius:var(--radius-lg);padding:48px;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:32px}@media screen and (max-width:749px){.newsletter{grid-template-columns:1fr;padding:32px 24px;text-align:center}}.newsletter__heading{font-size:26px;margin-bottom:8px}.newsletter__sub{color:var(--color-body);margin-bottom:20px}.newsletter__form{display:flex;gap:10px;max-width:420px}@media screen and (max-width:749px){.newsletter__form{margin:0 auto}}.newsletter__form input{flex:1;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);padding:13px 16px;font-size:14px}.newsletter__image{border-radius:var(--radius-md);overflow:hidden}.newsletter__image img{width:100%;display:block}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:26px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}@media screen and (max-width:749px){.trust-strip{grid-template-columns:repeat(2,1fr)}}.trust-strip__item{display:flex;align-items:center;gap:12px}.trust-strip__icon{width:42px;height:42px;border-radius:50%;background:var(--color-surface-alt);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-black)}.trust-strip__title{font-size:13.5px;font-weight:700;color:var(--color-ink);margin:0}.trust-strip__sub{font-size:12px;color:var(--color-muted);margin:0}
/*# sourceMappingURL=/cdn/shop/t/18/assets/home.css.map */
