.Hero-module__Z8hQ_W__hero{color:#fff;background-image:url(/hero-bg.png);background-position:50%;background-size:cover;align-items:center;height:100vh;min-height:800px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__overlay{z-index:1;background:linear-gradient(90deg,#000000f2 0%,#0006 50%,#0000 100%);position:absolute;inset:0}.Hero-module__Z8hQ_W__container{z-index:2;padding-top:20px;position:relative}.Hero-module__Z8hQ_W__content{max-width:850px}.Hero-module__Z8hQ_W__subtitle{letter-spacing:.6em;color:var(--accent);margin-bottom:1rem;font-size:.8rem;font-weight:700;display:block}.Hero-module__Z8hQ_W__title{margin-bottom:1.75rem;font-size:clamp(3rem,6vw,5rem);font-weight:600;line-height:1.15}.Hero-module__Z8hQ_W__upper{opacity:.9;display:block}.Hero-module__Z8hQ_W__description{color:#fff9;max-width:550px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.Hero-module__Z8hQ_W__actions{gap:2rem;display:flex}.Hero-module__Z8hQ_W__primaryBtn{background:var(--accent);color:#000;text-transform:uppercase;letter-spacing:.15em;padding:1.25rem 3rem;font-size:.75rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1)}.Hero-module__Z8hQ_W__primaryBtn:hover{background:#fff;transform:translateY(-4px);box-shadow:0 10px 30px #0000004d}.Hero-module__Z8hQ_W__secondaryBtn{color:#fff;text-transform:uppercase;letter-spacing:.15em;background:0 0;border:1px solid #fff3;padding:1.25rem 3rem;font-size:.75rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1)}.Hero-module__Z8hQ_W__secondaryBtn:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-4px)}.Hero-module__Z8hQ_W__scrollIndicator{z-index:2;opacity:.4;flex-direction:column;align-items:center;gap:1rem;display:flex;position:absolute;bottom:4rem;left:2rem}.Hero-module__Z8hQ_W__scrollIndicator span{letter-spacing:.4em;writing-mode:vertical-rl;font-size:.6rem}.Hero-module__Z8hQ_W__line{background:#fff;width:1px;height:60px}.Hero-module__Z8hQ_W__motto{z-index:2;font-family:var(--font-outfit);letter-spacing:1em;color:#fff3;font-size:.75rem;font-weight:700;position:absolute;bottom:50%;right:-120px;transform:rotate(-90deg)translateY(50%)}@media (max-width:768px){.Hero-module__Z8hQ_W__title{font-size:3.5rem}.Hero-module__Z8hQ_W__actions{flex-direction:column;gap:1rem}.Hero-module__Z8hQ_W__primaryBtn,.Hero-module__Z8hQ_W__secondaryBtn{text-align:center;width:100%}.Hero-module__Z8hQ_W__motto,.Hero-module__Z8hQ_W__scrollIndicator{display:none}}
.BestSelling-module__MIOaTW__section{padding:5rem 0}.BestSelling-module__MIOaTW__header{text-align:center;margin-bottom:3rem}.BestSelling-module__MIOaTW__label{letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.BestSelling-module__MIOaTW__heading{letter-spacing:-.02em;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.BestSelling-module__MIOaTW__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.BestSelling-module__MIOaTW__card{cursor:pointer;background:#111;border-radius:8px;height:420px;position:relative;overflow:hidden}.BestSelling-module__MIOaTW__card:hover .BestSelling-module__MIOaTW__cardImage{transform:scale(1.05)}.BestSelling-module__MIOaTW__cardImage{object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.BestSelling-module__MIOaTW__cardOverlay{color:#fff;z-index:2;background:linear-gradient(#0000 0%,#0006 40%,#000000d9 100%);flex-direction:column;gap:.5rem;padding:2rem 2.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.BestSelling-module__MIOaTW__cardCategory{letter-spacing:.3em;text-transform:uppercase;color:var(--accent);font-size:.7rem;font-weight:600}.BestSelling-module__MIOaTW__cardName{font-size:1.35rem;font-weight:600;line-height:1.3}.BestSelling-module__MIOaTW__cardPrice{color:#fffc;margin-top:.25rem;font-size:1rem;font-weight:500}.BestSelling-module__MIOaTW__cardActions{gap:.75rem;margin-top:.75rem;display:flex}.BestSelling-module__MIOaTW__addToCartBtn{background:var(--accent);color:#000;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.65rem 1.5rem;font-size:.75rem;font-weight:700;transition:all .3s;display:flex}.BestSelling-module__MIOaTW__addToCartBtn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #0000004d}.BestSelling-module__MIOaTW__addToCartBtn.BestSelling-module__MIOaTW__added{color:#fff;background:#22c55e}.BestSelling-module__MIOaTW__addToCartBtn.BestSelling-module__MIOaTW__soldOut{color:#ffffff80;cursor:not-allowed;background:#ffffff26}.BestSelling-module__MIOaTW__viewBtn{color:#fff;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.BestSelling-module__MIOaTW__viewBtn:hover{background:#fff3;border-color:#fff;transform:translateY(-2px)}.BestSelling-module__MIOaTW__soldOutBadge{color:#fff;text-transform:uppercase;letter-spacing:.1em;z-index:3;background:#dc2626e6;border-radius:4px;padding:.4rem 1rem;font-size:.7rem;font-weight:700;position:absolute;top:1.5rem;right:1.5rem}.BestSelling-module__MIOaTW__skeleton{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.BestSelling-module__MIOaTW__skeletonCard{background:linear-gradient(110deg,#1a1a1a 8%,#222 18%,#1a1a1a 33%) 0 0/200% 100%;border-radius:8px;height:420px;animation:1.5s linear infinite BestSelling-module__MIOaTW__shimmer}@keyframes BestSelling-module__MIOaTW__shimmer{to{background-position-x:-200%}}.BestSelling-module__MIOaTW__empty{text-align:center;color:var(--muted-foreground);grid-column:1/-1;padding:3rem;font-size:1rem}@media (max-width:768px){.BestSelling-module__MIOaTW__grid,.BestSelling-module__MIOaTW__skeleton{grid-template-columns:1fr}.BestSelling-module__MIOaTW__card{height:350px}.BestSelling-module__MIOaTW__cardOverlay{padding:1.5rem}.BestSelling-module__MIOaTW__cardActions{flex-direction:column}}
.FeaturedProducts-module__yQoekG__header{justify-content:space-between;align-items:flex-start;margin-bottom:4rem;display:flex}.FeaturedProducts-module__yQoekG__titleArea{flex:1}.FeaturedProducts-module__yQoekG__viewAll{border-bottom:2px solid var(--accent);text-transform:uppercase;letter-spacing:.15em;padding-bottom:4px;font-size:.75rem;font-weight:700}.FeaturedProducts-module__yQoekG__viewAll:hover{color:var(--accent);padding-left:10px}.FeaturedProducts-module__yQoekG__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:3rem;display:grid}.FeaturedProducts-module__yQoekG__loader{border:2px solid var(--muted);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite FeaturedProducts-module__yQoekG__spin}@keyframes FeaturedProducts-module__yQoekG__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.FeaturedProducts-module__yQoekG__header{flex-direction:column;gap:2rem}.FeaturedProducts-module__yQoekG__grid{gap:2rem}}
