.FeaturedProducts-module__kLQz2q__container{background:var(--bg);background:var(--bg-gradient), var(--bg);padding-block:clamp(18px,4vw,48px);position:relative}.FeaturedProducts-module__kLQz2q__categoriesWrapper{justify-content:center;align-items:center;gap:var(--space-4);padding:0 var(--space-2);flex-wrap:wrap;margin:2.5rem 0 3rem;display:flex}.FeaturedProducts-module__kLQz2q__statusMessage{color:var(--danger,#c0392b);text-align:center;background:#e74c3c14;border-radius:12px;margin-top:1rem;padding:.75rem 1rem;font-weight:600}.FeaturedProducts-module__kLQz2q__categoriesTrack{gap:var(--space-3);padding:var(--space-2);background:var(--surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);box-shadow:var(--sh-card);border-radius:999px;display:flex}.FeaturedProducts-module__kLQz2q__categoryPill{color:var(--ink);cursor:pointer;transition:all var(--dur-2) var(--ease-out);white-space:nowrap;background:0 0;border:2px solid #0000;border-radius:999px;padding:.875rem 2.75rem;font-size:1rem;font-weight:600;position:relative;overflow:hidden}.FeaturedProducts-module__kLQz2q__categoryPill:before{content:"";opacity:0;transition:opacity var(--dur-2) var(--ease-out);border-radius:inherit;background:linear-gradient(135deg,#a24bff1a,#ff648c1a);position:absolute;inset:0}.FeaturedProducts-module__kLQz2q__categoryPill:hover:before,.FeaturedProducts-module__kLQz2q__categoryPill:focus-visible:before{opacity:1}.FeaturedProducts-module__kLQz2q__categoryPill:hover,.FeaturedProducts-module__kLQz2q__categoryPill:focus-visible{color:var(--purple);border-color:#a24bff4d;outline:none;transform:translateY(-2px)scale(1.05)}.FeaturedProducts-module__kLQz2q__categoryPillActive{background:linear-gradient(135deg, var(--purple), var(--pink));color:var(--white);border-color:#0000;transform:scale(1.08);box-shadow:0 12px 32px #a24bff66,0 4px 12px #ff648c4d}.FeaturedProducts-module__kLQz2q__categoryPillActive:before{opacity:0}.FeaturedProducts-module__kLQz2q__categoryPillActive:hover{transform:translateY(-2px)scale(1.1);box-shadow:0 16px 40px #a24bff80,0 6px 16px #ff648c66}.FeaturedProducts-module__kLQz2q__viewAllCategoriesLink{color:var(--purple);cursor:pointer;white-space:nowrap;transition:all var(--dur-2) var(--ease-out);letter-spacing:.02em;text-transform:uppercase;background:linear-gradient(135deg,#a24bff14,#ff648c14);border:2px solid #a24bff33;border-radius:999px;padding:.75rem 2rem;font-size:.85rem;font-weight:700}.FeaturedProducts-module__kLQz2q__viewAllCategoriesLink:hover{background:linear-gradient(135deg, var(--purple), var(--pink));color:var(--white);border-color:#0000;transform:translateY(-2px);box-shadow:0 12px 28px #a24bff59}.FeaturedProducts-module__kLQz2q__sliderWrapper{margin-top:2rem;position:relative}.FeaturedProducts-module__kLQz2q__sliderContainer{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:1rem 0 2rem;overflow:auto hidden}.FeaturedProducts-module__kLQz2q__sliderContainer::-webkit-scrollbar{display:none}.FeaturedProducts-module__kLQz2q__productsGrid{gap:1.5rem;padding:.5rem 0;display:flex}@media (min-width:768px){.FeaturedProducts-module__kLQz2q__productsGrid{gap:2rem}}.FeaturedProducts-module__kLQz2q__sliderBtn{z-index:10;background:var(--surface);width:48px;height:48px;color:var(--ink);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.FeaturedProducts-module__kLQz2q__sliderBtn:hover{background:var(--bg-tertiary);transform:translateY(-50%)scale(1.05)}.FeaturedProducts-module__kLQz2q__sliderBtnLeft{left:-24px}.FeaturedProducts-module__kLQz2q__sliderBtnRight{right:-24px}@media (max-width:768px){.FeaturedProducts-module__kLQz2q__sliderBtn{display:none}}.FeaturedProducts-module__kLQz2q__productCard{background:var(--surface);border:1px solid var(--border-light);border-radius:16px;flex-shrink:0;min-width:280px;max-width:320px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 1px 3px #00000014}.FeaturedProducts-module__kLQz2q__productLink{color:inherit;text-decoration:none;display:block}.FeaturedProducts-module__kLQz2q__productCard:hover{box-shadow:var(--sh-2);border-color:#ff4fb84d;transform:translateY(-4px)}.FeaturedProducts-module__kLQz2q__productImageWrapper{aspect-ratio:1;background:var(--bg-tertiary);border-radius:12px 12px 0 0;width:100%;position:relative;overflow:hidden}.FeaturedProducts-module__kLQz2q__productImageContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.FeaturedProducts-module__kLQz2q__productImage{-o-object-fit:cover;object-fit:cover;transition:transform .3s}.FeaturedProducts-module__kLQz2q__productCard:hover .FeaturedProducts-module__kLQz2q__productImage{transform:scale(1.05)}.FeaturedProducts-module__kLQz2q__badge{background:linear-gradient(135deg, var(--pink), var(--purple));color:var(--white);text-transform:uppercase;z-index:2;letter-spacing:.05em;border-radius:999px;padding:.375rem .875rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.FeaturedProducts-module__kLQz2q__quickAddBtn{background:var(--surface);border:1px solid var(--border-light);color:var(--ink);cursor:pointer;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000001a}.FeaturedProducts-module__kLQz2q__quickAddBtn:hover{color:#fff;background:#3b82f6;border-color:#3b82f6}.FeaturedProducts-module__kLQz2q__quickAddBtn:disabled{color:#9ca3af;cursor:not-allowed;box-shadow:none;background:#e5e7eb;border-color:#e5e7eb}.FeaturedProducts-module__kLQz2q__productInfo{padding:1.25rem}.FeaturedProducts-module__kLQz2q__productBrand{text-transform:uppercase;letter-spacing:.1em;color:#9ca3af;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.FeaturedProducts-module__kLQz2q__productTitle{color:#111827;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1.125rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.FeaturedProducts-module__kLQz2q__productDescription{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.FeaturedProducts-module__kLQz2q__rating{align-items:center;gap:.25rem;margin-bottom:1rem;display:flex}.FeaturedProducts-module__kLQz2q__stars{gap:.25rem;display:flex}.FeaturedProducts-module__kLQz2q__starFilled{color:#fbbf24}.FeaturedProducts-module__kLQz2q__starEmpty{color:#d1d5db}.FeaturedProducts-module__kLQz2q__reviewCount{color:#9ca3af;margin-left:.5rem;font-size:.875rem}.FeaturedProducts-module__kLQz2q__productFooter{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.FeaturedProducts-module__kLQz2q__priceWrapper{flex-direction:column;gap:.25rem;display:flex}.FeaturedProducts-module__kLQz2q__priceRow{justify-content:space-between;align-items:center;width:100%;display:flex}.FeaturedProducts-module__kLQz2q__price{color:#111827;font-size:1.5rem;font-weight:800}.FeaturedProducts-module__kLQz2q__originalPrice{color:#9ca3af;font-size:.9rem;text-decoration:line-through}.FeaturedProducts-module__kLQz2q__addToCartBtn{background:linear-gradient(135deg, var(--pink), var(--purple));width:48px;height:48px;color:var(--white);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.FeaturedProducts-module__kLQz2q__loadingIcon{animation:.9s linear infinite FeaturedProducts-module__kLQz2q__featured-spin}@keyframes FeaturedProducts-module__kLQz2q__featured-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.FeaturedProducts-module__kLQz2q__addToCartBtn:hover{transform:scale(1.1);box-shadow:0 8px 24px #ff4fb866}.FeaturedProducts-module__kLQz2q__addToCartBtn:disabled{opacity:.65;cursor:not-allowed;box-shadow:none!important;transform:none!important}.FeaturedProducts-module__kLQz2q__skeleton{padding:1.25rem}.FeaturedProducts-module__kLQz2q__skeletonImage{aspect-ratio:1;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:12px;width:100%;margin-bottom:1rem;animation:1.5s infinite FeaturedProducts-module__kLQz2q__shimmer}.FeaturedProducts-module__kLQz2q__skeletonText{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:4px;height:1rem;margin-bottom:.75rem;animation:1.5s infinite FeaturedProducts-module__kLQz2q__shimmer}@keyframes FeaturedProducts-module__kLQz2q__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.FeaturedProducts-module__kLQz2q__emptyState{text-align:center;color:#6b7280;padding:4rem 2rem;font-size:1.125rem}.FeaturedProducts-module__kLQz2q__viewAllCard{background:linear-gradient(135deg, var(--pink) 0%, var(--purple) 100%);text-align:center;min-width:280px;max-width:320px;color:var(--white);border:none;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.FeaturedProducts-module__kLQz2q__viewAllContent{color:inherit;cursor:pointer;text-decoration:none;display:block}.FeaturedProducts-module__kLQz2q__viewAllContent h3{color:var(--white);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.FeaturedProducts-module__kLQz2q__viewAllContent p{color:#ffffffe6;margin-bottom:1.5rem;font-size:1rem}.FeaturedProducts-module__kLQz2q__viewAllBtn{background:var(--white);color:var(--pink);cursor:pointer;border:none;border-radius:999px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.FeaturedProducts-module__kLQz2q__viewAllBtn:hover{background:var(--surface);transform:translateY(-2px);box-shadow:0 8px 16px #0003}
.page-module__YnyroG__main{background:var(--bg-gradient);flex-direction:column;gap:0;display:flex}.page-module__YnyroG__footer{color:var(--white);background:linear-gradient(135deg,#0a0e27 0%,#1a1f3a 100%);padding-block:clamp(60px,8vw,96px);position:relative;overflow:hidden}.page-module__YnyroG__footer:before{content:"";background:linear-gradient(90deg,#0000 0%,#a855f766 20%,#ec489966 50%,#a855f766 80%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.page-module__YnyroG__footerContent{grid-template-columns:1fr;gap:48px;display:grid}.page-module__YnyroG__footerBrand{flex-direction:column;gap:24px;display:flex}.page-module__YnyroG__footerLogo{-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left;filter:drop-shadow(0 4px 12px #a855f733);width:auto;height:480px}.page-module__YnyroG__footerCopy{color:#fffc;max-width:420px;margin:0;font-size:1rem;font-weight:300;line-height:1.7}.page-module__YnyroG__socialLinks{gap:12px;margin-top:8px;display:flex}.page-module__YnyroG__socialIcon{color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.page-module__YnyroG__socialIcon svg{width:20px;height:20px}.page-module__YnyroG__socialIcon:hover{background:linear-gradient(135deg,#a855f7e6,#ec4899e6);border-color:#fff3;transform:translateY(-2px);box-shadow:0 8px 16px #a855f74d}.page-module__YnyroG__footerLinks{grid-template-columns:1fr;gap:32px;display:grid}.page-module__YnyroG__footerSection{flex-direction:column;gap:12px;display:flex}.page-module__YnyroG__footerSectionTitle{font-family:var(--ff-display);color:var(--white);background:linear-gradient(135deg,#fff 0%,#ffffffd9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 8px;font-size:1.125rem;font-weight:600}.page-module__YnyroG__footerSection p{color:#ffffffb3;margin:0;font-size:.9rem;line-height:1.6}.page-module__YnyroG__footerSection a{color:#ffffffd9;padding-left:0;font-size:.95rem;text-decoration:none;transition:all .2s;display:inline-block;position:relative}.page-module__YnyroG__footerSection a:before{content:"";transform-origin:0;background:linear-gradient(90deg,#a855f7e6,#ec4899e6);width:8px;height:2px;transition:transform .3s;position:absolute;top:50%;left:-16px;transform:translateY(-50%)scaleX(0)}.page-module__YnyroG__footerSection a:hover{color:#fff;padding-left:20px}.page-module__YnyroG__footerSection a:hover:before{transform:translateY(-50%)scaleX(1)}.page-module__YnyroG__contactItem{align-items:flex-start;gap:12px;margin-top:4px;display:flex}.page-module__YnyroG__contactIcon{color:#a855f7cc;flex-shrink:0;width:20px;height:20px;margin-top:2px}.page-module__YnyroG__contactItem a{color:#ffffffd9;font-size:.95rem;text-decoration:none;transition:color .2s}.page-module__YnyroG__contactItem a:hover{color:#fff}.page-module__YnyroG__footerDivider{background:linear-gradient(90deg,#0000 0%,#ffffff1a 20% 80%,#0000 100%);height:1px;margin:48px 0 32px}.page-module__YnyroG__footerBottom{text-align:center;color:#ffffff80;flex-direction:column;align-items:center;gap:16px;font-size:.875rem;display:flex}.page-module__YnyroG__footerBottom p{margin:0}.page-module__YnyroG__footerBottomLinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.page-module__YnyroG__footerBottomLinks a{color:#fff9;font-size:.875rem;text-decoration:none;transition:color .2s}.page-module__YnyroG__footerBottomLinks a:hover{color:#a855f7e6}.page-module__YnyroG__footerBottomLinks span{color:#ffffff4d}@media (min-width:640px){.page-module__YnyroG__footerLinks{grid-template-columns:repeat(2,1fr)}.page-module__YnyroG__footerBottom{flex-direction:row;justify-content:space-between}}@media (min-width:960px){.page-module__YnyroG__footerContent{grid-template-columns:1.2fr 2fr;gap:64px}.page-module__YnyroG__footerLinks{grid-template-columns:repeat(3,1fr);gap:40px}.page-module__YnyroG__footerLogo{height:320px}.page-module__YnyroG__socialLinks{gap:16px}.page-module__YnyroG__socialIcon{width:48px;height:48px}.page-module__YnyroG__socialIcon svg{width:22px;height:22px}}@media (min-width:1200px){.page-module__YnyroG__footerContent{gap:80px}}
