@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Kode+Mono&display=swap";
.ExplorePage-module__NCFrVW__container{--primary-green:#80ff72;--primary-indigo:#360e54;--primary-indigo-light:#693385;--gray-100:#f6f6f6;--gray-200:#dadddc;--gray-300:#7a8682;--gray-400:#616f6a;--gray-500:#394b45;--gray-600:#34443f;--text-dark:#211e23;--white:#fff;background-color:var(--white);min-height:100vh;color:var(--text-dark);font-family:var(--font-body);opacity:1;transition:opacity .3s;overflow-x:hidden}@keyframes ExplorePage-module__NCFrVW__shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.ExplorePage-module__NCFrVW__shimmer{background:linear-gradient(90deg,#f6f6f6 8%,#f0f0f0 18%,#f6f6f6 33%) 0 0/1000px 100%;animation:2s linear infinite ExplorePage-module__NCFrVW__shimmer}.ExplorePage-module__NCFrVW__navbar{background:var(--white);z-index:1000;justify-content:space-between;align-items:center;padding:1.5rem 64px;display:flex}.ExplorePage-module__NCFrVW__navLeft{align-items:center;display:flex}.ExplorePage-module__NCFrVW__logoArea{align-items:center;gap:8px;text-decoration:none;display:flex}.ExplorePage-module__NCFrVW__dropdownFilterWrapper{z-index:100;position:relative}.ExplorePage-module__NCFrVW__dropdownFilter{cursor:pointer;box-sizing:border-box;background:#f8fafc;border:1px solid #0000;border-radius:100px;align-items:center;gap:8px;height:54px;padding:12px 20px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.ExplorePage-module__NCFrVW__dropdownActive{background:var(--white);border-color:#e2e8f0;box-shadow:0 4px 12px #0000000d}.ExplorePage-module__NCFrVW__dropdownText{color:#1e293b;white-space:nowrap;font-size:15px;font-weight:600}.ExplorePage-module__NCFrVW__rotateIcon{transition:transform .3s ease-in-out;transform:rotate(180deg)}.ExplorePage-module__NCFrVW__dropdownMenu{background:var(--white);z-index:50;border:1px solid #e2e8f0;border-radius:16px;width:max-content;min-width:100%;padding:8px;animation:.2s cubic-bezier(0,0,.2,1) ExplorePage-module__NCFrVW__dropdownIn;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 10px 25px -5px #0000001a}@keyframes ExplorePage-module__NCFrVW__dropdownIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ExplorePage-module__NCFrVW__dropdownItem{color:#64748b;cursor:pointer;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .15s}.ExplorePage-module__NCFrVW__dropdownItem:hover{color:#1e293b;background:#f1f5f9}.ExplorePage-module__NCFrVW__logoText{font-size:21px;font-weight:700;font-family:var(--font-hero);letter-spacing:-.015em;color:#406;line-height:1;display:inline-block}.ExplorePage-module__NCFrVW__navSeparator{opacity:1;background-color:#e2e8f0;width:1px;height:24px;margin:0 40px}.ExplorePage-module__NCFrVW__navLinks{align-items:center;gap:40px;display:flex}.ExplorePage-module__NCFrVW__navLink{color:#64748b;font-size:16px;font-weight:500;font-family:var(--font-hero);text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.ExplorePage-module__NCFrVW__navLinkActive{color:#1e293b;font-weight:650}.ExplorePage-module__NCFrVW__navRight{align-items:center;gap:16px;display:flex}.ExplorePage-module__NCFrVW__openStoreBtn{color:#000;font-size:15px;font-weight:800;font-family:var(--font-hero);letter-spacing:-.01em;background:#80ff72;border-radius:100px;align-items:center;gap:10px;padding:14px 32px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.ExplorePage-module__NCFrVW__openStoreBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #80ff724d}.ExplorePage-module__NCFrVW__navActionBtn{color:#1e293b;cursor:pointer;background:#f8fafc;border:1px solid #f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.ExplorePage-module__NCFrVW__navActionBtn:hover{background:#f1f5f9;transform:scale(1.05)}.ExplorePage-module__NCFrVW__topFilterContainer{justify-content:center;align-items:center;gap:16px;width:100%;padding:0 64px 40px;display:flex}.ExplorePage-module__NCFrVW__dropdownFilter{cursor:pointer;background:#f4f4f4;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;width:200px;height:54px;padding:0 24px;transition:background .2s;display:flex}.ExplorePage-module__NCFrVW__dropdownFilter:hover{background:#ededed}.ExplorePage-module__NCFrVW__dropdownText{color:#8e8e8e;font-size:15px;font-weight:600}.ExplorePage-module__NCFrVW__topSearchBox{background:#f4f4f4;border-radius:100px;flex:1;align-items:center;gap:12px;max-width:500px;height:54px;padding:0 24px;transition:all .3s;display:flex}.ExplorePage-module__NCFrVW__topSearchBox:focus-within{background:#fff;box-shadow:0 0 0 1px #e2e8f0,0 4px 20px #0000000d}.ExplorePage-module__NCFrVW__topSearchInput{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-size:16px;font-weight:500}.ExplorePage-module__NCFrVW__topSearchInput::placeholder{color:#8e8e8e}.ExplorePage-module__NCFrVW__topFilterRight{align-items:center;gap:16px;display:flex}.ExplorePage-module__NCFrVW__filterChip{color:#8e8e8e;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:100px;justify-content:center;align-items:center;height:54px;padding:0 28px;font-size:15px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.ExplorePage-module__NCFrVW__filterChipActive{color:#000;background:#80ff72;border-color:#80ff72;box-shadow:0 4px 12px #80ff7233}.ExplorePage-module__NCFrVW__filterChip:hover:not(.ExplorePage-module__NCFrVW__filterChipActive){background:var(--white);color:#1e293b;border-color:#cbd5e1;transform:translateY(-1px)}.ExplorePage-module__NCFrVW__heroSection{padding:0 64px 40px}.ExplorePage-module__NCFrVW__topHeroBanner{background-color:#f6f6f6;border-radius:24px;width:100%;height:600px;margin-bottom:20px;position:relative;overflow:hidden}.ExplorePage-module__NCFrVW__heroImage{object-fit:cover;width:100%;height:100%}.ExplorePage-module__NCFrVW__heroContent{text-align:center;color:var(--white);z-index:2;flex-direction:column;justify-content:center;align-items:center;padding:0 20px;display:flex;position:absolute;inset:0}.ExplorePage-module__NCFrVW__heroContent:before{content:"";z-index:-1;background:#00000026;position:absolute;inset:0}.ExplorePage-module__NCFrVW__heroBadge{font-family:var(--font-kode), monospace;letter-spacing:.05em;text-transform:uppercase;color:var(--white);margin-bottom:16px;font-size:13px;font-weight:500}.ExplorePage-module__NCFrVW__heroTitle{font-family:var(--font-hero);letter-spacing:-.03em;margin-bottom:16px;font-size:72px;font-weight:800;line-height:1.05}.ExplorePage-module__NCFrVW__heroSubtitle{opacity:.95;max-width:520px;margin-bottom:40px;font-size:18px;font-weight:500;line-height:1.6}.ExplorePage-module__NCFrVW__heroCta{background:var(--white);color:#000;border-radius:100px;align-items:center;gap:8px;padding:14px 36px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.ExplorePage-module__NCFrVW__logoArea{align-items:center;gap:8px;text-decoration:none;transition:opacity .2s;display:flex}.ExplorePage-module__NCFrVW__heroCta:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.ExplorePage-module__NCFrVW__heroSubGrid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.ExplorePage-module__NCFrVW__heroSubCard{background-color:#f6f6f6;border-radius:24px;height:350px;position:relative;overflow:hidden}.ExplorePage-module__NCFrVW__heroSubCardContent{z-index:2;padding:40px;position:absolute;bottom:0;left:0;right:0}.ExplorePage-module__NCFrVW__heroSubCardTitle{font-family:var(--font-hero);color:#fff;max-width:320px;font-size:32px;font-weight:600;line-height:1.2}.ExplorePage-module__NCFrVW__heroSubCardBadge{font-family:var(--font-kode), monospace;letter-spacing:.05em;color:#fff;z-index:2;font-size:13px;position:absolute;top:32px;left:32px}.ExplorePage-module__NCFrVW__heroSubCardCta{color:#000;z-index:2;cursor:pointer;background:#fff;border:none;border-radius:100px;align-items:center;gap:8px;padding:12px 24px;font-size:13px;font-weight:700;transition:transform .2s;display:flex;position:absolute;top:32px;right:32px}.ExplorePage-module__NCFrVW__heroSubCardCta:hover{transform:scale(1.05)}.ExplorePage-module__NCFrVW__browseContainer{min-height:800px;padding:40px 64px 80px}.ExplorePage-module__NCFrVW__browseHeader{justify-content:space-between;align-items:center;width:100%;margin-bottom:40px;display:flex}.ExplorePage-module__NCFrVW__allProductTitle{font-family:var(--font-hero);color:var(--black);margin:0;font-size:32px;font-weight:900}.ExplorePage-module__NCFrVW__browseLayout{grid-template-columns:240px 1fr;align-items:start;gap:60px;display:grid}.ExplorePage-module__NCFrVW__sidebarSticky{z-index:3;align-self:start;position:sticky;top:96px}.ExplorePage-module__NCFrVW__sidebar{overscroll-behavior:contain;border-right:1px solid #f0f0f0;height:fit-content;max-height:calc(100vh - 120px);padding-right:40px;overflow-y:auto}.ExplorePage-module__NCFrVW__filterGroup{margin-bottom:48px}.ExplorePage-module__NCFrVW__filterLabel{color:#211e23;text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:14px;font-weight:800;display:flex}.ExplorePage-module__NCFrVW__filterItem{cursor:pointer;align-items:center;gap:12px;margin-bottom:16px;display:flex}.ExplorePage-module__NCFrVW__checkbox{border:1.5px solid #dadddc;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.ExplorePage-module__NCFrVW__checkboxActive{background:var(--primary-indigo);border-color:var(--primary-indigo)}.ExplorePage-module__NCFrVW__filterText{color:#aca3b1;font-size:14px;font-weight:500;transition:color .2s}.ExplorePage-module__NCFrVW__filterTextActive{color:#211e23;font-weight:700}.ExplorePage-module__NCFrVW__priceInputBox{color:#5a515f;background:#f6f6f6;border-radius:8px;flex:1;align-items:center;height:40px;padding:0 12px;font-size:14px;display:flex}.ExplorePage-module__NCFrVW__priceRangeRow{align-items:center;gap:8px;margin-bottom:12px;display:flex}.ExplorePage-module__NCFrVW__priceRangeInput{color:#211e23;box-sizing:border-box;background:#f6f6f6;border:none;border-radius:8px;width:100%;height:40px;padding:0 10px;font-size:13px}.ExplorePage-module__NCFrVW__priceRangeInput:focus{outline-offset:0;outline:2px solid #69338540}.ExplorePage-module__NCFrVW__productsGrid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.ExplorePage-module__NCFrVW__productCard{width:100%}.ExplorePage-module__NCFrVW__productImageContainer{aspect-ratio:1/1.1;cursor:pointer;background:#f6f6f6;border-radius:12px;margin-bottom:16px;position:relative;overflow:hidden}.ExplorePage-module__NCFrVW__productImageContainer:before{content:"";z-index:1;background:linear-gradient(90deg,#f6f6f6 8%,#f0f0f0 18%,#f6f6f6 33%) 0 0/1000px 100%;animation:2s linear infinite ExplorePage-module__NCFrVW__shimmer;position:absolute;inset:0}.ExplorePage-module__NCFrVW__productImage{object-fit:cover;z-index:2;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);position:relative}.ExplorePage-module__NCFrVW__productCard:hover .ExplorePage-module__NCFrVW__productImage{transform:scale(1.05)}.ExplorePage-module__NCFrVW__discountBadge{background:var(--primary-indigo-light);color:#fff;z-index:2;border-radius:50px;padding:4px 12px;font-size:10px;font-weight:700;position:absolute;top:12px;left:12px}.ExplorePage-module__NCFrVW__wishlistBtn{width:28px;height:28px;color:var(--primary-indigo-light);z-index:2;background:#fffc;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:12px;right:12px}.ExplorePage-module__NCFrVW__hoverAddToCart{color:#000;opacity:0;z-index:2;background:#fff;border-radius:50px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:12px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:16px;left:16px;right:16px;transform:translateY(10px);box-shadow:0 10px 20px #0000001a}.ExplorePage-module__NCFrVW__productCard:hover .ExplorePage-module__NCFrVW__hoverAddToCart{opacity:1;transform:translateY(0)}.ExplorePage-module__NCFrVW__productMeta{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ExplorePage-module__NCFrVW__productCategory{color:#aca3b1;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.ExplorePage-module__NCFrVW__productRating{color:#211e23;align-items:center;gap:4px;font-size:12px;font-weight:700;display:flex}.ExplorePage-module__NCFrVW__productTitle{color:#211e23;margin-bottom:12px;font-size:16px;font-weight:600;line-height:1.4}.ExplorePage-module__NCFrVW__productPriceRow{align-items:center;gap:12px;display:flex}.ExplorePage-module__NCFrVW__currentPrice{color:#000;font-size:16px;font-weight:700}.ExplorePage-module__NCFrVW__oldPrice{color:#aca3b1;font-size:12px;text-decoration:line-through}.ExplorePage-module__NCFrVW__tabsContainer{justify-content:center;gap:48px;margin-top:100px;margin-bottom:60px;display:flex}.ExplorePage-module__NCFrVW__tabItem{font-family:var(--font-hero);color:#8e8b8f;cursor:pointer;background:0 0;border:none;outline:none;padding:16px 8px;font-size:20px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.ExplorePage-module__NCFrVW__tabItem:hover{color:#000}.ExplorePage-module__NCFrVW__tabItemActive{color:#000;font-weight:800}.ExplorePage-module__NCFrVW__tabItemActive:after{content:"";background:#000;border-radius:4px;width:100%;height:3px;position:absolute;bottom:0;left:0}.ExplorePage-module__NCFrVW__samsungGrid{gap:32px;display:flex}.ExplorePage-module__NCFrVW__samsungHero{isolation:isolate;background:#e0e0f0;border-radius:24px;flex:1;min-height:640px;padding:64px 40px;position:relative;overflow:hidden}.ExplorePage-module__NCFrVW__samsungHeroImageLayer{border-radius:inherit;z-index:0;position:absolute;inset:0}.ExplorePage-module__NCFrVW__samsungHeroImage{object-fit:cover;object-position:82% center}.ExplorePage-module__NCFrVW__samsungHeroContent{z-index:1;-webkit-backdrop-filter:blur(2px);background:#ffffffd1;border-radius:18px;max-width:min(360px,55%);padding:18px 18px 16px;position:relative}.ExplorePage-module__NCFrVW__samsungTitle{font-family:var(--font-hero);color:#211e23;max-width:100%;margin-bottom:24px;font-size:40px;font-weight:800;line-height:1.1}.ExplorePage-module__NCFrVW__samsungGridRight{flex:1.6;grid-template-columns:1fr 1fr 1fr;gap:20px;display:grid}.ExplorePage-module__NCFrVW__dealsSection{color:var(--white);background:#360e54;padding:100px 64px}.ExplorePage-module__NCFrVW__dealsTitle{font-family:var(--font-hero);margin-bottom:12px;font-size:48px;font-weight:700}.ExplorePage-module__NCFrVW__dealsSubtitle{opacity:.7;margin-bottom:48px;font-size:18px}.ExplorePage-module__NCFrVW__countdownContainer{float:right;align-items:center;gap:16px;display:flex}.ExplorePage-module__NCFrVW__countdownLabel{font-family:var(--font-mono);text-transform:uppercase;font-size:14px}.ExplorePage-module__NCFrVW__countdownBox{background:#ff3d00;border-radius:4px;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;font-weight:800;display:flex}.ExplorePage-module__NCFrVW__dealsFilterGrid{flex-wrap:wrap;gap:12px;margin-bottom:64px;display:flex}.ExplorePage-module__NCFrVW__dealFilterChip{cursor:pointer;border:1px solid #fff6;border-radius:50px;align-items:center;height:48px;padding:0 28px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.ExplorePage-module__NCFrVW__dealFilterChipActive{color:#360e54;background:#fff;border-color:#fff}.ExplorePage-module__NCFrVW__storesSection{text-align:center;background:#fff;padding:100px 64px}.ExplorePage-module__NCFrVW__storesTitle{font-family:var(--font-hero);color:#000;margin-bottom:12px;font-size:40px;font-weight:800}.ExplorePage-module__NCFrVW__storesSubtitle{color:#7a8682;max-width:600px;margin-bottom:64px;margin-left:auto;margin-right:auto;font-size:16px}.ExplorePage-module__NCFrVW__storesGrid{grid-template-columns:repeat(6,1fr);gap:48px 24px;display:grid}.ExplorePage-module__NCFrVW__storeCard{text-align:center;flex-direction:column;align-items:center;display:flex}.ExplorePage-module__NCFrVW__storeLogoCircle{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:50%;width:110px;height:110px;margin:0 auto 20px;position:relative;overflow:hidden}.ExplorePage-module__NCFrVW__storeLogoImg{object-fit:cover}.ExplorePage-module__NCFrVW__storeCardName{color:#000;margin-bottom:8px;font-size:18px;font-weight:700}.ExplorePage-module__NCFrVW__storeRating{color:#8e8b8f;justify-content:center;align-items:center;gap:8px;margin-bottom:20px;font-size:13px;font-weight:700;display:flex}.ExplorePage-module__NCFrVW__stars{gap:2px;display:flex}.ExplorePage-module__NCFrVW__viewStoreBtn{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:100px;align-items:center;gap:8px;margin:0 auto;padding:12px 28px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.ExplorePage-module__NCFrVW__viewStoreBtn:hover{background:#e5e7eb;transform:translateY(-2px)}.ExplorePage-module__NCFrVW__businessOnboardingCard{text-align:center;background:#f4f4f4;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:32px 20px;display:flex}.ExplorePage-module__NCFrVW__onboardingIconContainer{margin-bottom:24px}.ExplorePage-module__NCFrVW__onboardingGridIcon{grid-template-columns:1fr 1fr;gap:6px;width:48px;display:grid}.ExplorePage-module__NCFrVW__gridIconBox{background:#dadddc;border-radius:6px;width:22px;height:22px}.ExplorePage-module__NCFrVW__gridPlusIcon{color:#adb5bd;background:#fff;border:1px solid #e5e7eb;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.ExplorePage-module__NCFrVW__onboardingText{color:#a1a1a1;margin-bottom:24px;font-size:16px;font-weight:700;line-height:1.2}.ExplorePage-module__NCFrVW__openStoreBtn{color:#000;cursor:pointer;background:#00ff85;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.ExplorePage-module__NCFrVW__openStoreBtn:hover{background:#00e074;transform:scale(1.02)}.ExplorePage-module__NCFrVW__sectionsHeaderLeft{text-align:left;margin-bottom:48px}.ExplorePage-module__NCFrVW__sectionsTitle{font-family:var(--font-hero);color:#000;margin-bottom:8px;font-size:40px;font-weight:800}.ExplorePage-module__NCFrVW__sectionsSubtitle{color:#7a8682;font-size:16px}.ExplorePage-module__NCFrVW__wigsSplitLayout{gap:32px;display:flex}.ExplorePage-module__NCFrVW__wigsHeroCard{background:#2d3025;border-radius:24px;flex:1;min-height:840px;position:relative;overflow:hidden}.ExplorePage-module__NCFrVW__wigsHeroContent{z-index:10;position:absolute;top:48px;left:40px}.ExplorePage-module__NCFrVW__wigsHeroTitle{font-family:var(--font-hero);color:#fff;margin-bottom:24px;font-size:44px;font-weight:800;line-height:1.1}.ExplorePage-module__NCFrVW__wigsShopNowPill{color:#000;cursor:pointer;background:#e5e7eb;border:none;border-radius:100px;align-items:center;gap:8px;padding:12px 24px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.ExplorePage-module__NCFrVW__wigsGridRight{flex:2;grid-template-columns:repeat(3,1fr);gap:48px 24px;display:grid}.ExplorePage-module__NCFrVW__wigProductTitle{color:#000;height:42px;margin-bottom:8px;font-size:15px;font-weight:700;line-height:1.4;overflow:hidden}.ExplorePage-module__NCFrVW__wigDiscountBadge{color:#fff;z-index:2;background:#633385;border-radius:50px;align-items:center;height:22px;padding:0 10px;font-size:10px;font-weight:800;display:flex;position:absolute;top:14px;left:14px}.ExplorePage-module__NCFrVW__wigWishlistBtn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;cursor:pointer;background:#00000026;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:14px;right:14px}.ExplorePage-module__NCFrVW__footer{color:#fff;background:#000;padding:100px 64px 80px}.ExplorePage-module__NCFrVW__footerMain{gap:80px;margin-bottom:100px;display:flex}.ExplorePage-module__NCFrVW__footerNavSection{flex:1}.ExplorePage-module__NCFrVW__footerLogoArea{align-items:center;gap:12px;margin-bottom:64px;display:flex}.ExplorePage-module__NCFrVW__footerLogoText{color:#fff;font-size:32px;font-weight:800}.ExplorePage-module__NCFrVW__footerColumn{padding-bottom:40px}.ExplorePage-module__NCFrVW__footerColumnsGrid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.ExplorePage-module__NCFrVW__footerColTitle{color:#8e8b8f;letter-spacing:.05em;text-transform:uppercase;margin-bottom:24px;font-size:13px;font-weight:800}.ExplorePage-module__NCFrVW__footerLinkList{list-style:none}.ExplorePage-module__NCFrVW__footerLinkList li{margin-bottom:16px}.ExplorePage-module__NCFrVW__footerLinkList a{color:#fff;opacity:.9;font-size:16px;font-weight:600;text-decoration:none;transition:opacity .2s}.ExplorePage-module__NCFrVW__footerLinkList a:hover{opacity:1;text-decoration:underline}.ExplorePage-module__NCFrVW__footerSocialIcons{gap:16px;margin-top:24px;display:flex}.ExplorePage-module__NCFrVW__footerCtaBlock{text-align:left;flex:0 0 540px}.ExplorePage-module__NCFrVW__footerCtaTitle{font-family:var(--font-hero);color:#f8f9fa;margin-bottom:24px;font-size:56px;font-weight:800;line-height:1.1}.ExplorePage-module__NCFrVW__footerCtaSubtitle{color:#8e8b8f;margin-bottom:40px;font-size:20px}.ExplorePage-module__NCFrVW__footerCtaNewsletterText{color:#8e8b8f;max-width:480px;margin-bottom:32px;font-size:15px;line-height:1.5}.ExplorePage-module__NCFrVW__footerEmailBox{gap:12px;max-width:500px;height:64px;display:flex}.ExplorePage-module__NCFrVW__footerEmailInput{color:#fff;background:0 0;border:1px solid #fff3;border-radius:100px;outline:none;flex:1;padding:0 28px;font-size:15px}.ExplorePage-module__NCFrVW__footerJoinBtn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:100px;padding:0 40px;font-size:15px;font-weight:700;transition:all .2s}.ExplorePage-module__NCFrVW__footerJoinBtn:hover{background:#2d2d2d}.ExplorePage-module__NCFrVW__footerBottomCtaContainer{width:100%}.ExplorePage-module__NCFrVW__giantOpenStoreBtn{background:var(--primary-green-400);color:#1a3317;width:100%;font-family:var(--font-hero);z-index:2;letter-spacing:-.02em;border-radius:100px;justify-content:center;align-items:center;margin-top:40px;padding:24px;font-size:24px;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ExplorePage-module__NCFrVW__giantOpenStoreBtn:hover{background:var(--primary-green-500);transform:translateY(-4px);box-shadow:0 20px 40px #99ff8e26}.ExplorePage-module__NCFrVW__skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#f8f8f8 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite ExplorePage-module__NCFrVW__loading}@keyframes ExplorePage-module__NCFrVW__loading{0%{background-position:200% 0}to{background-position:-200% 0}}.ExplorePage-module__NCFrVW__imageSkeleton{aspect-ratio:1;border-radius:12px;width:100%}.ExplorePage-module__NCFrVW__textSkeleton{border-radius:4px;height:16px;margin-bottom:8px}.ExplorePage-module__NCFrVW__footerBottom{background:#00ff85;height:60px;margin-top:80px}.ExplorePage-module__NCFrVW__socialIcons{gap:16px;margin-top:24px;display:flex}@keyframes ExplorePage-module__NCFrVW__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ExplorePage-module__NCFrVW__animate{animation:.6s ease-out forwards ExplorePage-module__NCFrVW__fadeIn}@media (max-width:1280px){.ExplorePage-module__NCFrVW__productsGrid{grid-template-columns:repeat(3,1fr)}.ExplorePage-module__NCFrVW__samsungGridRight{grid-template-columns:1fr 1fr}}@media (max-width:1024px){.ExplorePage-module__NCFrVW__heroSubGrid{grid-template-columns:1fr}.ExplorePage-module__NCFrVW__browseLayout{grid-template-columns:1fr;gap:32px}.ExplorePage-module__NCFrVW__sidebar{border-right:none;width:100%;max-height:none;margin-bottom:40px;padding-right:0;overflow:visible}.ExplorePage-module__NCFrVW__sidebarSticky{position:static}.ExplorePage-module__NCFrVW__productsGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.ExplorePage-module__NCFrVW__samsungGrid{grid-template-columns:1fr}.ExplorePage-module__NCFrVW__navbar{padding:1rem 20px}}
