.Header-module__ldgnoG__header{background-color:var(--primary);color:#fff;flex-direction:column;width:100%;display:flex}.Header-module__ldgnoG__topBar{background-color:#083c38;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.8rem;display:flex}.Header-module__ldgnoG__contact{opacity:.8}.Header-module__ldgnoG__socials{gap:1rem;display:flex}.Header-module__ldgnoG__mainHeader{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.Header-module__ldgnoG__logo{cursor:pointer}.Header-module__ldgnoG__logo img{filter:brightness(0)invert();width:auto;height:90px}@media (max-width:768px){.Header-module__ldgnoG__mainHeader{flex-wrap:wrap;justify-content:center;gap:1rem}.Header-module__ldgnoG__logo img{height:64px}.Header-module__ldgnoG__searchBar{flex-basis:100%;order:3;max-width:none}.Header-module__ldgnoG__userActions{gap:1rem;font-size:.8rem}}@media (max-width:480px){.Header-module__ldgnoG__logo img{height:52px}}.Header-module__ldgnoG__searchBar{border-radius:var(--radius-full);background:#fff;flex:1;align-items:center;max-width:500px;padding:.25rem .25rem .25rem 1rem;display:flex;overflow:hidden}.Header-module__ldgnoG__searchInput{color:var(--text-main);border:none;outline:none;flex:1;padding:.5rem}.Header-module__ldgnoG__searchBtn{background-color:var(--secondary);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;padding:.5rem 1.25rem;display:flex}.Header-module__ldgnoG__searchBtn:hover{background-color:#c78d49}.Header-module__ldgnoG__userActions{align-items:center;gap:1.5rem;font-size:.9rem;display:flex}.Header-module__ldgnoG__actionItem{cursor:pointer;transition:var(--transition-smooth);align-items:center;gap:.5rem;display:flex}.Header-module__ldgnoG__actionItem:hover{color:var(--secondary)}.Header-module__ldgnoG__navContainer{background-color:var(--primary-light)}.Header-module__ldgnoG__navMenu{justify-content:center;align-items:center;gap:1.5rem;padding:.75rem 0;display:flex}.Header-module__ldgnoG__navLink{color:#fff;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;padding:.5rem .75rem;font-size:.9rem;font-weight:500}.Header-module__ldgnoG__navLink:hover{background-color:var(--primary);color:#fff}.Header-module__ldgnoG__navLink.Header-module__ldgnoG__active{background-color:#3b59df}.Header-module__ldgnoG__navLink.Header-module__ldgnoG__activePink{background-color:#e82a93}
.HeroCarousel-module__kybdLG__hero{background:linear-gradient(135deg,#0a4c47 0%,#1b887a 100%);justify-content:center;align-items:center;width:100%;height:500px;display:flex;position:relative;overflow:hidden}.HeroCarousel-module__kybdLG__heroContent{text-align:center;z-index:2;color:#fff;animation:1s ease-out HeroCarousel-module__kybdLG__fadeIn}.HeroCarousel-module__kybdLG__titleBox{background-color:var(--secondary);border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:var(--shadow-lg);margin-bottom:2rem;padding:1rem 3rem;transition:transform .3s;display:inline-block;transform:translateY(0)}.HeroCarousel-module__kybdLG__titleBox:hover{transform:translateY(-5px)}.HeroCarousel-module__kybdLG__title{text-transform:uppercase;letter-spacing:2px;color:#fff;text-shadow:1px 1px 2px #0003;margin:0;font-size:3rem;font-weight:700}.HeroCarousel-module__kybdLG__ctaButton{background-color:var(--secondary);color:#fff;border-radius:var(--radius-sm);text-transform:uppercase;cursor:pointer;transition:var(--transition-smooth);box-shadow:var(--shadow-md);border:none;padding:1rem 3rem;font-size:1.25rem;font-weight:600}.HeroCarousel-module__kybdLG__ctaButton:hover{background-color:#c78d49;transform:scale(1.05)}.HeroCarousel-module__kybdLG__dots{z-index:2;gap:10px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.HeroCarousel-module__kybdLG__dot{cursor:pointer;width:12px;height:12px;transition:var(--transition-smooth);background-color:#ffffff80;border-radius:50%}.HeroCarousel-module__kybdLG__dot.HeroCarousel-module__kybdLG__active{background-color:var(--secondary)}.HeroCarousel-module__kybdLG__dot:hover{background-color:#fff;transform:scale(1.2)}@keyframes HeroCarousel-module__kybdLG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HeroCarousel-module__kybdLG__bgCircle{background:radial-gradient(circle,#fff3 0%,#fff0 70%);border-radius:50%;position:absolute}.HeroCarousel-module__kybdLG__circle1{width:400px;height:400px;top:-100px;left:-100px}.HeroCarousel-module__kybdLG__circle2{width:600px;height:600px;bottom:-200px;right:-100px}
.DealsSection-module__UDZjOW__section{padding:4rem 0 2rem}.DealsSection-module__UDZjOW__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.DealsSection-module__UDZjOW__card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);min-height:350px;color:var(--text-main);background-color:var(--bg-light);flex-direction:column;justify-content:flex-end;padding:1.5rem;display:flex;position:relative;overflow:hidden}.DealsSection-module__UDZjOW__card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.DealsSection-module__UDZjOW__cardTitle{z-index:2;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.DealsSection-module__UDZjOW__cardSubtitle{z-index:2;margin-bottom:1rem;font-size:1rem;font-weight:500}.DealsSection-module__UDZjOW__cardBtn{background-color:var(--primary);color:#fff;border-radius:var(--radius-sm);z-index:2;cursor:pointer;border:none;align-self:flex-start;padding:.5rem 1rem;font-size:.8rem;font-weight:600}.DealsSection-module__UDZjOW__cardBtn:hover{background-color:var(--primary-light)}.DealsSection-module__UDZjOW__card1{background:linear-gradient(145deg,#e0f2f1,#b2dfdb)}.DealsSection-module__UDZjOW__card2{background:linear-gradient(145deg,#e3f2fd,#bbdefb)}.DealsSection-module__UDZjOW__card3{background:linear-gradient(145deg,#fbe9e7,#ffccbc)}.DealsSection-module__UDZjOW__card4{background:linear-gradient(145deg,#f5f5f5,#e0e0e0)}
.TopBrands-module__pcCA4W__section{padding:2rem 0}.TopBrands-module__pcCA4W__grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;display:grid}.TopBrands-module__pcCA4W__card{background-color:var(--bg-light);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);min-height:200px;color:var(--text-main);border:1px solid var(--border-color);flex-direction:column;justify-content:center;padding:2rem;display:flex;position:relative;overflow:hidden}.TopBrands-module__pcCA4W__card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light);transform:translateY(-5px)}.TopBrands-module__pcCA4W__brandName{margin-bottom:.25rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:700}.TopBrands-module__pcCA4W__brandDesc{color:var(--text-muted);margin-bottom:1rem;font-size:1rem}.TopBrands-module__pcCA4W__orderBtn{background-color:var(--text-main);color:#fff;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-smooth);border:none;align-self:flex-start;padding:.5rem 1.5rem;font-size:.8rem;font-weight:600}.TopBrands-module__pcCA4W__orderBtn:hover{background-color:var(--primary)}.TopBrands-module__pcCA4W__card1{background:linear-gradient(135deg,#fafafa 0%,#f0f0f0 100%)}.TopBrands-module__pcCA4W__card2{background:linear-gradient(135deg,#fce4ec 0%,#f8bbd0 100%)}.TopBrands-module__pcCA4W__card3{background:linear-gradient(135deg,#e0f7fa 0%,#b2ebf2 100%)}.TopBrands-module__pcCA4W__card4{background:linear-gradient(135deg,#fff3e0 0%,#ffe0b2 100%)}
.ProductSection-module__X_3yeW__section{padding:3rem 0}.ProductSection-module__X_3yeW__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.ProductSection-module__X_3yeW__productCard{border:1px solid var(--border-color);border-radius:var(--radius-sm);transition:var(--transition-smooth);background-color:#fff;flex-direction:column;height:100%;padding:1rem;display:flex}.ProductSection-module__X_3yeW__productCard:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.ProductSection-module__X_3yeW__imagePlaceholder{aspect-ratio:1;background-color:var(--bg-light);border-radius:var(--radius-sm);width:100%;margin-bottom:1rem;position:relative;overflow:hidden}.ProductSection-module__X_3yeW__productImage{object-fit:cover}.ProductSection-module__X_3yeW__productTitle{color:var(--text-main);text-align:center;flex-grow:1;margin-bottom:.5rem;font-size:1rem;font-weight:600;line-height:1.4}.ProductSection-module__X_3yeW__productPrice{color:var(--text-main);text-align:center;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700}.ProductSection-module__X_3yeW__actionButtons{flex-direction:column;gap:.5rem;display:flex}.ProductSection-module__X_3yeW__orderBtn,.ProductSection-module__X_3yeW__addCartBtn{border-radius:var(--radius-sm);text-transform:uppercase;text-align:center;cursor:pointer;width:100%;transition:var(--transition-smooth);border:none;padding:.75rem;font-size:.85rem;font-weight:600}.ProductSection-module__X_3yeW__orderBtn{background-color:var(--primary);color:#fff}.ProductSection-module__X_3yeW__orderBtn:hover{background-color:var(--primary-light)}.ProductSection-module__X_3yeW__addCartBtn{background-color:var(--secondary);color:#fff}.ProductSection-module__X_3yeW__addCartBtn:hover{background-color:#c78d49}
.LimitedOffers-module__A8hfsW__section{background-color:var(--bg-light);padding:3rem 0}.LimitedOffers-module__A8hfsW__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.LimitedOffers-module__A8hfsW__offerBlock{color:#fff;border-radius:var(--radius-md);aspect-ratio:1;text-align:center;transition:var(--transition-smooth);box-shadow:var(--shadow-md);background-color:#111;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden}.LimitedOffers-module__A8hfsW__offerBlock:before{content:"";opacity:0;transition:var(--transition-smooth);background:radial-gradient(circle,#ffffff1a 0%,#fff0 70%);position:absolute;inset:0}.LimitedOffers-module__A8hfsW__offerBlock:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)scale(1.02)}.LimitedOffers-module__A8hfsW__offerBlock:hover:before{opacity:1}.LimitedOffers-module__A8hfsW__title{text-transform:uppercase;font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;line-height:1.2}.LimitedOffers-module__A8hfsW__highlight{color:#111;background-color:#fff;margin-top:.5rem;padding:.25rem 1rem;display:inline-block}
.CategoriesGrid-module__aIi-pG__section{padding:3rem 0}.CategoriesGrid-module__aIi-pG__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.CategoriesGrid-module__aIi-pG__categoryCard{background-color:var(--primary);color:#fff;border-radius:var(--radius-sm);transition:var(--transition-smooth);position:relative;overflow:hidden}.CategoriesGrid-module__aIi-pG__categoryCard:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.CategoriesGrid-module__aIi-pG__cardHeader{text-align:center;text-transform:uppercase;letter-spacing:1px;padding:.5rem;font-size:1.25rem;font-weight:700}.CategoriesGrid-module__aIi-pG__cardContent{aspect-ratio:1;border-radius:var(--radius-sm);background-color:#fff;justify-content:center;align-items:center;margin:0 .5rem .5rem;padding:.5rem;display:flex}.CategoriesGrid-module__aIi-pG__imagePlaceholder{border-radius:var(--radius-sm);width:100%;height:100%;color:var(--text-muted);background-color:#fce4ec;font-weight:500;position:relative;overflow:hidden}.CategoriesGrid-module__aIi-pG__categoryImage{object-fit:cover}.CategoriesGrid-module__aIi-pG__bgGreen .CategoriesGrid-module__aIi-pG__cardHeader{color:#81c784}.CategoriesGrid-module__aIi-pG__bgTeal .CategoriesGrid-module__aIi-pG__cardHeader{color:#4db6ac}.CategoriesGrid-module__aIi-pG__bgLime .CategoriesGrid-module__aIi-pG__cardHeader{color:#dce775}.CategoriesGrid-module__aIi-pG__bgCyan .CategoriesGrid-module__aIi-pG__cardHeader{color:#4dd0e1}
.ConcernGrid-module__KitK0W__section{padding:3rem 0}.ConcernGrid-module__KitK0W__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.ConcernGrid-module__KitK0W__concernCard{border-radius:var(--radius-lg);text-align:center;color:#cddb9f;transition:var(--transition-smooth);background-color:#111;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 1rem;display:flex}.ConcernGrid-module__KitK0W__concernCard:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.ConcernGrid-module__KitK0W__cardTitle{letter-spacing:1px;font-size:1.5rem;font-weight:600}.ConcernGrid-module__KitK0W__imageCircle{background-color:var(--bg-light);width:150px;height:150px;color:var(--text-muted);border:4px solid #cddb9f;border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden}.ConcernGrid-module__KitK0W__concernImage{object-fit:cover;width:100%;height:100%}
.FeaturesBanner-module__ViqkHq__banner{background-color:var(--primary);color:#fff;margin-top:3rem;padding:2rem 0}.FeaturesBanner-module__ViqkHq__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:center;gap:2rem;display:grid}.FeaturesBanner-module__ViqkHq__feature{justify-content:center;align-items:center;gap:1rem;display:flex}.FeaturesBanner-module__ViqkHq__iconWrap{color:var(--success);font-size:2.5rem;display:flex}.FeaturesBanner-module__ViqkHq__textContent{flex-direction:column;display:flex}.FeaturesBanner-module__ViqkHq__title{font-size:1.5rem;font-weight:700;line-height:1.2}.FeaturesBanner-module__ViqkHq__subtitle{text-transform:uppercase;letter-spacing:1px;opacity:.9;font-size:.8rem}
.Footer-module__Grjkva__footer{color:#fff;background-color:#083c38;padding:4rem 0 0;font-size:.9rem}.Footer-module__Grjkva__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.Footer-module__Grjkva__column{flex-direction:column;display:flex}.Footer-module__Grjkva__logo{margin-bottom:1.5rem}.Footer-module__Grjkva__description{opacity:.8;max-width:300px;margin-bottom:1.5rem;line-height:1.6}.Footer-module__Grjkva__needHelp{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Footer-module__Grjkva__helpIcon{font-size:2rem}.Footer-module__Grjkva__helpText span{display:block}.Footer-module__Grjkva__helpText span:first-child{opacity:.8;font-size:.8rem}.Footer-module__Grjkva__helpText span:last-child{font-size:1.25rem;font-weight:700}.Footer-module__Grjkva__socials{gap:1rem;display:flex}.Footer-module__Grjkva__socialIcon{cursor:pointer;width:32px;height:32px;transition:var(--transition-smooth);background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__Grjkva__socialIcon:hover{background-color:var(--primary-light)}.Footer-module__Grjkva__colTitle{margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.Footer-module__Grjkva__linkList{flex-direction:column;gap:.75rem;display:flex}.Footer-module__Grjkva__linkList a{opacity:.8}.Footer-module__Grjkva__linkList a:hover{opacity:1;color:var(--secondary)}.Footer-module__Grjkva__bottomBar{background-color:#052624;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.Footer-module__Grjkva__copy{opacity:.8}.Footer-module__Grjkva__paymentMethods{gap:.5rem;display:flex}.Footer-module__Grjkva__paymentIcon{background-color:#fff;border-radius:4px;width:40px;height:24px;padding:.25rem;display:inline-block}
