.page-module___8aEwW__main{height:100%;color:var(--primary-color);border-bottom:1px solid #eaeaea;flex-direction:column;justify-content:center;align-self:center;align-items:center;width:90%;margin:0 auto;display:flex}.page-module___8aEwW__trailer{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:100vh;display:flex}.page-module___8aEwW__MotinMindBrand{width:700px;height:700px}.page-module___8aEwW__title{color:#0f0f0f;margin-top:20px;font-size:1.8rem;font-weight:700}@media (max-width:768px){.page-module___8aEwW__main{width:100%}}
.Home-module__feqB5a__content{flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;margin:0 auto;display:flex}.Home-module__feqB5a__hero{justify-content:center;width:100%;height:auto;margin-bottom:10px;display:flex;overflow:hidden}.Home-module__feqB5a__newArrivals{width:100%;height:auto;min-height:300px;margin-top:20px;margin-bottom:20px;display:flex;overflow:hidden}.Home-module__feqB5a__specialOffers{width:100%;height:auto;display:flex;overflow:hidden}.Home-module__feqB5a__forYou{width:100%;height:auto;margin-bottom:120px;display:flex;overflow:hidden}@media (max-width:768px){.Home-module__feqB5a__content{width:100%;padding:0}.Home-module__feqB5a__hero{border-radius:5px;height:auto;padding:0 10px;overflow:hidden}}
.Hero-module__7XMNhW__hero_wrapper{gap:15px;width:100%;max-width:1280px;margin:20px auto 0;padding:0 15px;display:flex}.Hero-module__7XMNhW__side_menu{background:#fff;border-radius:8px;flex-direction:column;flex:0 0 240px;padding:10px 0;display:flex;box-shadow:0 2px 10px #0000000d}.Hero-module__7XMNhW__menu_title{color:#111827;border-bottom:1px solid #f3f4f6;margin:0 15px 10px;padding-bottom:8px;font-size:16px;font-weight:700}.Hero-module__7XMNhW__category_list{margin:0;padding:0;list-style:none}.Hero-module__7XMNhW__cat_link{color:#4b5563;justify-content:space-between;align-items:center;padding:8px 15px;font-size:14px;text-decoration:none;transition:all .2s;display:flex}.Hero-module__7XMNhW__cat_link:hover{color:var(--primary);background:#f9fafb;font-weight:700}.Hero-module__7XMNhW__banner_container{border-radius:8px;flex:1;height:380px;position:relative;overflow:hidden;box-shadow:0 2px 10px #0000000d}.Hero-module__7XMNhW__slider_track{width:100%;height:100%;transition:transform .5s ease-in-out;display:flex}.Hero-module__7XMNhW__slide{min-width:100%;height:100%;position:relative}.Hero-module__7XMNhW__banner_image{object-position:center;object-fit:cover!important}.Hero-module__7XMNhW__arrow_btn{color:#000;cursor:pointer;z-index:10;background:#ffffff4d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Hero-module__7XMNhW__arrow_btn:hover{color:#f85606;background:#fffc}.Hero-module__7XMNhW__left_arrow{left:10px}.Hero-module__7XMNhW__right_arrow{right:10px}.Hero-module__7XMNhW__dots_container{z-index:10;gap:8px;display:flex;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.Hero-module__7XMNhW__dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:10px;height:10px;transition:all .3s}.Hero-module__7XMNhW__active_dot{background:#f85606;border-radius:5px;width:25px}@media (max-width:992px){.Hero-module__7XMNhW__side_menu{display:none}.Hero-module__7XMNhW__hero_wrapper{margin-top:10px}.Hero-module__7XMNhW__banner_container{height:200px}}@media (max-width:768px){.Hero-module__7XMNhW__hero_wrapper{padding:0}.Hero-module__7XMNhW__banner_container{border-radius:5px;height:180px}}
.NewArrivals-module__2oNqdq__wrapper{width:100%;max-width:1280px;margin:60px auto;padding:0 15px}.NewArrivals-module__2oNqdq__header{justify-content:space-between;align-items:flex-end;margin-bottom:30px;display:flex}.NewArrivals-module__2oNqdq__titleGroup{position:relative}.NewArrivals-module__2oNqdq__title{color:#212121;font-size:24px;font-weight:600}.NewArrivals-module__2oNqdq__titleUnderline{background:var(--navy-blue);border-radius:2px;width:50px;height:3px;margin-top:5px}.NewArrivals-module__2oNqdq__viewMore{color:var(--primary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:5px 0;font-size:15px;font-weight:600;transition:all .3s}.NewArrivals-module__2oNqdq__viewMore:hover{color:var(--navy-blue);border-bottom-color:var(--navy-blue)}.NewArrivals-module__2oNqdq__productGrid{grid-template-columns:repeat(5,1fr);gap:25px;display:grid}.NewArrivals-module__2oNqdq__productCard{background:#fff;border-radius:8px;flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden}.NewArrivals-module__2oNqdq__productCard:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.NewArrivals-module__2oNqdq__imageWrapper{aspect-ratio:1;background:#f7f7f7;width:100%;position:relative;overflow:hidden}.NewArrivals-module__2oNqdq__productImage{transition:all .5s;object-fit:cover!important}.NewArrivals-module__2oNqdq__productCard:hover .NewArrivals-module__2oNqdq__productImage{transform:scale(1.1)}.NewArrivals-module__2oNqdq__overlay{opacity:0;background:#001c4466;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s;display:flex;position:absolute;top:0;left:0}.NewArrivals-module__2oNqdq__productCard:hover .NewArrivals-module__2oNqdq__overlay{opacity:1}.NewArrivals-module__2oNqdq__quickView{color:var(--navy-blue);cursor:pointer;background:#fff;border:none;border-radius:20px;padding:8px 18px;font-size:13px;font-weight:600;transition:all .4s;transform:translateY(20px)}.NewArrivals-module__2oNqdq__productCard:hover .NewArrivals-module__2oNqdq__quickView{transform:translateY(0)}.NewArrivals-module__2oNqdq__details{flex-direction:column;flex-grow:1;gap:8px;padding:15px;display:flex}.NewArrivals-module__2oNqdq__productName{color:var(--text-main);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:40px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.NewArrivals-module__2oNqdq__priceContainer{align-items:center;gap:4px;margin-top:5px;display:flex}.NewArrivals-module__2oNqdq__currency{color:var(--navy-blue);font-size:14px;font-weight:700}.NewArrivals-module__2oNqdq__price{color:var(--navy-blue);font-family:Inter,sans-serif;font-size:22px;font-weight:800}.NewArrivals-module__2oNqdq__oldPriceContainer{align-items:center;gap:8px;margin-bottom:10px;display:flex}.NewArrivals-module__2oNqdq__oldPrice{color:#9e9e9e;font-size:13px;text-decoration:line-through}.NewArrivals-module__2oNqdq__discountText{color:#b8860b;font-size:12px;font-weight:600}.NewArrivals-module__2oNqdq__discountBadge{color:#fff;z-index:2;background:#b8860b;border-radius:4px;padding:3px 8px;font-size:12px;font-weight:700;position:absolute;top:10px;right:10px;box-shadow:0 2px 5px #0003}.NewArrivals-module__2oNqdq__addToCart{background:var(--navy-blue);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:4px;margin-top:auto;padding:10px;font-size:14px;font-weight:500;transition:all .3s}.NewArrivals-module__2oNqdq__addToCart:hover{background:#00122b}.NewArrivals-module__2oNqdq__grabOfferBtn{color:#fff;text-align:center;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:#b8860b;border:none;border-radius:6px;margin-top:auto;padding:12px;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 4px 15px #b8860b4d}.NewArrivals-module__2oNqdq__grabOfferBtn:hover{background:#8b6508;transform:translateY(-2px)scale(1.02);box-shadow:0 6px 20px #b8860b66}.NewArrivals-module__2oNqdq__grabOfferBtn:hover:before{top:100%;left:100%}.NewArrivals-module__2oNqdq__grabOfferBtn:active{transform:scale(.98)}.NewArrivals-module__2oNqdq__discoverBtn{letter-spacing:.5px;transition:all .3s;background:#001c44!important;font-weight:600!important}.NewArrivals-module__2oNqdq__discoverBtn:hover{transform:translateY(-2px);background:#b8860b!important}.NewArrivals-module__2oNqdq__loading{justify-content:center;align-items:center;height:300px;display:flex}.NewArrivals-module__2oNqdq__spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite NewArrivals-module__2oNqdq__spin}@keyframes NewArrivals-module__2oNqdq__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.NewArrivals-module__2oNqdq__productGrid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.NewArrivals-module__2oNqdq__wrapper{margin:30px auto;padding:0 10px}.NewArrivals-module__2oNqdq__productGrid{grid-template-columns:repeat(2,1fr);gap:10px}.NewArrivals-module__2oNqdq__productCard{border-radius:6px}.NewArrivals-module__2oNqdq__details{gap:4px;padding:8px}.NewArrivals-module__2oNqdq__productName{height:36px;margin-bottom:4px;font-size:13px}.NewArrivals-module__2oNqdq__price{font-size:17px}.NewArrivals-module__2oNqdq__currency{font-size:12px}.NewArrivals-module__2oNqdq__addToCart{text-align:center;border-radius:4px;padding:8px;font-size:12px;text-decoration:none}.NewArrivals-module__2oNqdq__overlay{display:none}.NewArrivals-module__2oNqdq__title{font-size:18px}}@media (max-width:480px){.NewArrivals-module__2oNqdq__productGrid{grid-template-columns:repeat(2,1fr);gap:8px}.NewArrivals-module__2oNqdq__productCard{width:100%}.NewArrivals-module__2oNqdq__details{padding:5px}.NewArrivals-module__2oNqdq__productName{height:32px;font-size:12px}.NewArrivals-module__2oNqdq__price{font-size:16px}.NewArrivals-module__2oNqdq__imageWrapper{aspect-ratio:1}.NewArrivals-module__2oNqdq__wrapper{padding:0 6px}.NewArrivals-module__2oNqdq__productGrid{gap:6px}.NewArrivals-module__2oNqdq__productCard{border-radius:4px}}.NewArrivals-module__2oNqdq__loaderContainer{justify-content:center;align-items:center;height:30vh;display:flex}.NewArrivals-module__2oNqdq__shimmerLogo{color:var(--gold);font-family:serif;font-size:3rem;font-weight:900}
