:root{--mm-primary:#74135f;--mm-accent:#ff710b;--mm-green:#19a974;--mm-text:#172033;--mm-muted:#667085;--mm-line:#e8ebf1}
body{color:var(--mm-text);background:#fff}.container{max-width:1240px}
.mm-topbar{border-bottom:1px solid var(--mm-line);font-size:12px;color:var(--mm-muted)}.mm-topbar-inner,.mm-topbar-links{display:flex;align-items:center;justify-content:space-between;gap:18px}.mm-topbar-inner{min-height:34px}.mm-topbar a,.mm-language-button{color:var(--mm-muted);border:0;background:none;text-decoration:none}
.mm-header-main{display:grid;grid-template-columns:190px minmax(300px,1fr) auto;align-items:center;gap:22px;padding:18px 12px}.mm-logo img{max-width:170px;max-height:48px}.mm-search{display:flex;height:48px;border:2px solid #eee2eb;border-radius:9px;overflow:hidden}.mm-search input{flex:1;min-width:0;padding:0 16px;border:0;outline:0}.mm-search button{width:58px;border:0;color:#fff;background:var(--mm-accent)}
.mm-header-actions{display:flex;align-items:center;gap:15px}.mm-header-actions>a,.mm-account-button{display:flex;align-items:center;gap:5px;padding:0;border:0;color:var(--mm-text);background:none;text-decoration:none;font-size:12px}.mm-action-icon{position:relative;font-size:18px}.mm-action-icon b{position:absolute;top:-11px;right:-10px;min-width:16px;padding:1px 4px;border-radius:10px;color:#fff;background:var(--mm-accent);font-size:9px;text-align:center}.mm-mobile-toggle{display:none;border:0;background:none}
.mm-nav{background:linear-gradient(90deg,#4f0b49,var(--mm-primary),#9b176d)}.mm-nav-inner{display:flex;align-items:center;min-height:45px;gap:2px}.mm-nav a,.mm-all-categories{padding:14px 15px;border:0;color:#fff;background:none;text-decoration:none;font-size:13px;font-weight:600}.mm-all-categories{background:var(--mm-accent)}.mm-category-menu{min-width:250px}.mm-category-menu a{color:var(--mm-text)}
.mm-category-section{padding:24px 0 12px}.mm-category-scroll{display:flex;gap:25px;overflow-x:auto;padding:7px 2px 14px}.mm-category-item{flex:0 0 112px;color:var(--mm-text);text-align:center;text-decoration:none;font-size:12px;transition:transform .25s ease,color .25s ease}.mm-category-item:hover{color:var(--mm-primary);transform:translateY(-5px)}.mm-category-item span{display:block;width:102px;height:102px;margin:auto auto 9px;padding:5px;border:3px solid var(--mm-accent);border-radius:50%;background:#fff;box-shadow:0 7px 18px rgba(35,20,45,.1);transition:transform .25s ease,box-shadow .25s ease}.mm-category-item:hover span{transform:scale(1.05);box-shadow:0 12px 25px rgba(116,19,95,.18)}.mm-category-item img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.mm-hero-section{padding:18px 0 34px}.mm-hero-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(220px,1fr);gap:16px}.mm-hero-carousel,.mm-side-banner{overflow:hidden;border-radius:14px}.mm-hero-slide{height:330px;background:#ff710b}.mm-hero-slide>img,.mm-side-banner img{width:100%;height:100%;object-fit:cover}.mm-side-banner{display:block;min-height:330px}.mm-hero-copy{position:absolute;z-index:2;top:50%;left:38px;width:min(420px,55%);transform:translateY(-50%);color:#fff}.mm-hero-copy span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.4px}.mm-hero-copy h1,.mm-hero-copy h2{margin:8px 0 10px;font-size:38px;line-height:1.05;font-weight:800}.mm-hero-copy p{font-size:14px}.mm-hero-copy a{display:inline-flex;align-items:center;gap:5px;margin-top:8px;padding:10px 17px;border-radius:22px;color:var(--mm-accent);background:#fff;text-decoration:none;font-weight:700}
.mm-section{padding:28px 0}.mm-section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.mm-section-heading span{color:var(--mm-accent);font-size:10px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}.mm-section-heading h2{margin:4px 0 0;font-size:25px}.mm-section-heading>a{color:var(--mm-primary);font-size:12px;font-weight:700}
.mm-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.mm-product-card{overflow:hidden;border:1px solid var(--mm-line);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(25,35,55,.07);transition:transform .25s ease,box-shadow .25s ease}.mm-product-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(25,35,55,.13)}.mm-product-image{position:relative;height:320px;overflow:hidden;background:#f4f6f9}.mm-product-photo-link,.mm-product-image img{display:block;width:100%;height:100%;object-fit:cover}.mm-product-image img{transition:transform .45s ease}.mm-product-card:hover .mm-product-image img{transform:scale(1.045)}.mm-product-label{position:absolute;z-index:2;top:11px;left:11px;padding:5px 9px;border-radius:12px;color:#fff;background:var(--mm-green);font-size:9px;font-weight:700;text-transform:capitalize}.mm-product-discount{position:absolute;z-index:2;right:11px;top:11px;padding:5px 8px;border-radius:6px;color:#fff;background:#c92245;font-size:9px;font-weight:800}.mm-product-actions{position:absolute;z-index:4;right:12px;bottom:12px;display:flex;flex-direction:column;gap:7px;opacity:0;transform:translateX(10px);transition:.22s}.mm-product-card:hover .mm-product-actions{opacity:1;transform:none}.mm-product-actions a.product-wishlist-btn,.mm-product-actions a.product-quickview-btn{display:block!important;position:static!important;inset:auto!important;width:40px!important;height:40px!important;margin:0!important;padding:0!important;border:1px solid rgba(255,255,255,.8)!important;border-radius:50%!important;color:var(--mm-text)!important;background:#fff!important;box-shadow:0 5px 16px rgba(0,0,0,.18)!important}.mm-product-actions a:hover,.mm-product-actions a.active{color:#fff!important;background:var(--mm-primary)!important}.mm-product-body{padding:14px 14px 16px}.mm-product-store{display:block;margin-bottom:5px;color:var(--mm-muted);font-size:10px}.mm-product-title{display:block;min-height:38px;color:var(--mm-text);font-size:13px;font-weight:700;text-decoration:none}.mm-product-meta{display:flex;align-items:center;justify-content:space-between;margin:7px 0}.mm-product-rating{color:#f5a623;font-size:11px}.mm-product-stock{color:#98a2b3;font-size:9px}.mm-product-price{display:flex;align-items:center;gap:8px}.mm-product-body strong{color:var(--mm-green);font-size:15px}.mm-product-body del{color:#98a2b3;font-size:10px}
.mm-campaign-section{padding:14px 0}.mm-campaign-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.mm-campaign-card{position:relative;display:flex;align-items:center;min-height:104px;overflow:hidden;padding:16px 18px;border-radius:10px;color:#fff;text-decoration:none;isolation:isolate}.mm-campaign-card:after{content:"";position:absolute;z-index:3;top:-80%;left:-60%;width:35%;height:260%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transform:rotate(20deg);transition:left .7s ease}.mm-campaign-card:hover:after{left:135%}.mm-campaign-card img{position:absolute;right:0;width:45%;height:100%;object-fit:cover;opacity:.9;transition:transform .45s ease,filter .45s ease}.mm-campaign-card:hover img{transform:scale(1.09);filter:saturate(1.15)}.mm-campaign-copy{position:relative;z-index:2;display:flex;flex-direction:column}.mm-campaign-copy strong{font-size:16px}.mm-campaign-copy small{font-size:10px}.mm-campaign-copy b{margin-top:8px;font-size:10px}.mm-campaign-orange{background:#ff8a17}.mm-campaign-purple,.mm-campaign-violet{background:#9b1682}.mm-campaign-green{background:#25a844}.mm-campaign-red,.mm-campaign-burgundy{background:#a81035}.mm-campaign-teal,.mm-campaign-blue{background:#168fa0}
.mm-benefits-section{margin-top:38px;padding:30px 0;background:linear-gradient(180deg,#f7f8fc,#f1f4f9)}.mm-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.mm-benefit-card{display:flex;align-items:center;gap:14px;min-height:92px;padding:17px;border:1px solid #e5e8ef;border-radius:13px;background:#fff;box-shadow:0 7px 20px rgba(25,35,55,.06);transition:transform .25s ease,box-shadow .25s ease}.mm-benefit-card:hover{transform:translateY(-4px);box-shadow:0 13px 28px rgba(25,35,55,.11)}.mm-benefit-icon{display:grid!important;flex:0 0 48px;width:48px;height:48px;place-items:center;border-radius:13px;color:var(--mm-green);background:#eaf9f3}.mm-benefit-icon i{font-size:24px}.mm-benefit-card>span:last-child,.mm-benefit-card strong{display:block}.mm-benefit-card>span:last-child>span{color:var(--mm-muted);font-size:10px}.mm-benefit-card strong{margin-bottom:4px;color:var(--mm-text);font-size:13px}
.mm-newsletter-section{padding:34px 0 0}.mm-newsletter{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:24px 30px;border-radius:14px 14px 0 0;color:#fff;background:linear-gradient(90deg,#571052,#941568)}.mm-newsletter span{font-size:10px;text-transform:uppercase}.mm-newsletter h2{margin:4px 0 0;font-size:25px}.mm-newsletter-form{display:flex;min-width:390px;height:43px;overflow:hidden;border-radius:25px;background:#fff}.mm-newsletter-form input{flex:1;padding:0 16px;border:0;outline:0}.mm-newsletter-form button{padding:0 20px;border:0;color:#fff;background:var(--mm-accent)}
.mm-footer{padding:34px 0 20px;border-top:1px solid var(--mm-line)}.mm-footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:35px}.mm-footer h3{font-size:14px}.mm-footer a,.mm-footer p{display:block;margin:7px 0;color:var(--mm-muted);font-size:11px;text-decoration:none}.mm-footer-brand img{max-width:150px;max-height:45px}.mm-footer-bottom{display:flex;justify-content:space-between;margin-top:25px;padding-top:15px;border-top:1px solid var(--mm-line);color:var(--mm-muted);font-size:10px}
.mm-extra-slider-section{padding:20px 0}.mm-extra-campaign-slider{overflow:hidden;border-radius:14px}.mm-extra-campaign-slider .carousel-item{height:300px}.mm-extra-campaign-slider img{width:100%;height:100%;object-fit:cover}
.mm-hero-carousel,.mm-side-banner,.mm-campaign-card,.mm-product-card{animation:mmFadeUp .65s ease both}.mm-product-card:nth-child(2n),.mm-campaign-card:nth-child(2){animation-delay:.08s}.mm-product-card:nth-child(3n),.mm-campaign-card:nth-child(3){animation-delay:.14s}.mm-side-banner img{animation:mmSoftPulse 5s ease-in-out infinite}.mm-hero-slide>img{transition:transform 6s ease}.mm-hero-slide.active>img{transform:scale(1.035)}
@keyframes mmFadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes mmSoftPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.025)}}
body:has(.mm-header) #offcanvasCart{width:min(430px,94vw);background:#fff}body:has(.mm-header) #offcanvasCart .offcanvas-header{padding:22px 24px;color:#fff;background:linear-gradient(135deg,#51104c,#8e1769)}body:has(.mm-header) #offcanvasCart .btn-close{filter:invert(1)}body:has(.mm-header) #offcanvasCart .offcanvas-body{padding:20px 22px;background:#f7f8fb}body:has(.mm-header) #offcanvasCart .product-list-sm-group{display:flex;flex-direction:column;gap:12px;padding:0}body:has(.mm-header) #offcanvasCart .product-list-view-sm{display:grid;grid-template-columns:92px 1fr;gap:13px;padding:12px;border:1px solid var(--mm-line);border-radius:12px;background:#fff;box-shadow:0 6px 16px rgba(25,35,55,.05)}body:has(.mm-header) #offcanvasCart .product-list-banner-sm{width:92px;height:105px;overflow:hidden;border-radius:9px;background:#f1f3f6}body:has(.mm-header) #offcanvasCart .product-list-banner-sm img{width:100%;height:100%;object-fit:cover}body:has(.mm-header) #offcanvasCart .quantity-input-wrap{overflow:hidden;border:1px solid #e4e7ec;border-radius:8px;background:#fff}body:has(.mm-header) #offcanvasCart .quantity-btn{width:30px;height:30px;border:0;background:#f6f7f9}body:has(.mm-header) #offcanvasCart .quantity-of-product{width:38px;border:0;text-align:center}body:has(.mm-header) #offcanvasCart .offcanvas-footer{padding:20px 22px;border-top:1px solid var(--mm-line);background:#fff}body:has(.mm-header) #offcanvasCart .shopping-cart-btn{flex:1;border-radius:9px;background:var(--mm-primary);color:#fff}body:has(.mm-header) .fsh1-table{overflow:hidden;border:1px solid var(--mm-line);border-radius:12px;background:#fff}body:has(.mm-header) .gray-card-sidebar{border:1px solid var(--mm-line);border-radius:14px;background:#f8f9fc;box-shadow:0 8px 22px rgba(25,35,55,.06)}

.mm-product-image .mm-product-actions{right:14px;bottom:14px;flex-direction:row;gap:8px}.mm-product-image .mm-product-actions .product-wishlist-btn,.mm-product-image .mm-product-actions .product-quickview-btn{position:relative!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;display:block!important;width:42px!important;height:42px!important;padding:0!important;border:1px solid #e4e7ec!important;border-radius:50%!important;color:#172033!important;background:#fff!important;box-shadow:0 5px 16px rgba(0,0,0,.16)!important}.mm-product-image .mm-product-actions .product-wishlist-btn span,.mm-product-image .mm-product-actions .product-quickview-btn span{display:flex!important;width:100%!important;height:100%!important}.mm-product-image .mm-product-actions svg{width:20px;height:20px}.mm-product-image .mm-product-actions a:hover,.mm-product-image .mm-product-actions a.active{color:#fff!important;border-color:var(--mm-primary)!important;background:var(--mm-primary)!important}

/* Readability and header action refinements */
body{font-size:15px}.mm-topbar{font-size:13px}.mm-topbar-inner{min-height:38px}.mm-header-actions{gap:8px}.mm-header-action,.mm-account-button.mm-header-action{display:flex!important;align-items:center;gap:8px;min-height:48px;padding:5px 7px!important;border:0!important;border-radius:9px;color:var(--mm-text)!important;background:transparent!important;text-decoration:none!important}.mm-header-action:hover{background:#f7f1f6!important}.mm-header-action-icon{position:relative;display:grid;width:34px;height:34px;place-items:center;border-radius:10px;color:var(--mm-primary);background:#f8edf5;font-size:19px}.mm-header-action-icon svg{width:21px;height:21px}.mm-header-action-icon b{position:absolute;top:-6px;right:-6px;display:grid;min-width:18px;height:18px;padding:0 4px;place-items:center;border:2px solid #fff;border-radius:10px;color:#fff;background:var(--mm-accent);font-size:9px;font-weight:800}.mm-header-action-copy{display:flex;flex-direction:column;line-height:1.1}.mm-header-action-copy small{color:var(--mm-muted);font-size:10px}.mm-header-action-copy strong{margin-top:3px;font-size:13px}.mm-section-heading span{font-size:11px}.mm-section-heading h2{font-size:27px}.mm-section-heading>a{font-size:13px}.mm-product-store{font-size:11px}.mm-product-title{min-height:42px;font-size:14px}.mm-product-meta{margin:8px 0}.mm-product-rating{display:flex;align-items:center;gap:4px;color:#9a6500;font-size:11px;font-weight:650}.mm-product-rating svg{width:15px;height:15px}.mm-product-stock{font-size:10px}.mm-product-body strong{font-size:16px}.mm-product-body del{font-size:11px}.mm-benefit-icon{flex-basis:52px;width:52px;height:52px}.mm-benefit-icon svg{width:28px;height:28px}.mm-benefit-card>span:last-child>span{font-size:12px}.mm-benefit-card strong{font-size:14px}.mm-footer h3{font-size:15px}.mm-footer a,.mm-footer p{font-size:12px}
