/* 1. Global Variables & Base Styles */ :root{--navy:#002244;--orange:#FF6600;--dark-text:#333333;--light-bg:#F8F9FA;--white:#FFFFFF;--shadow:0 4px 12px rgba(0,0,0,0.1);}*{box-sizing:border-box;text-decoration:none!important;}body{margin:0;padding:0;font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--dark-text);line-height:1.6;background-color:var(--white);-webkit-font-smoothing:antialiased;}h1,h2,h3,h4,.product_title{font-family:'Inter',sans-serif;font-weight:700;letter-spacing:-0.02em;color:var(--navy);} .product_title{font-size:1.2rem!important;font-weight:800!important;line-height:1.1;} .single-product .price,.single-product .cart .button,.buy-now-button{font-family:'Inter',sans-serif;font-weight:700;} .wrapper{max-width:1200px;margin:0 auto;padding:0 15px;}


/* Hide BUY IT NOW button (your custom class) */
.single-product .mm-buy-now-btn{
    display:none !important;
}

/* Hide OUT OF STOCK label on homepage only */
body.home .product-actions .mm-oos-label{display:none!important}


/* Contact Button Style */
.mm-contact-order{
    margin-top:15px;
}

.mm-order-btn{
    display:block;
    width:100%;
    text-align:center;
    background:var(--orange,#ff6600);
    color:#fff;
    padding:18px;
    border-radius:18px;
    font-weight:800;
    text-decoration:none; font-size:18px; }


/* 2. === MM HEADER FIX (UPDATED)  .mm-header{--mm-navy:var(--navy,#0b1f3b);--mm-orange:var(--orange,#ff6600);--mm-white:var(--white,#fff);width:100%;background:var(--mm-white);border-bottom:4px solid var(--mm-orange);position:sticky;top:0;z-index:9999}.mm-header .wrapper{max-width:1200px;margin:0 auto;padding:0 15px}.mm-header-inner{display:grid;grid-template-columns:1fr 1.2fr 1fr;align-items:center;gap:16px;padding:12px 0}.mm-brand{display:flex;align-items:center;gap:14px}.mm-logo img{max-height:56px;width:auto;display:block}.mm-phone{display:flex;align-items:center;gap:10px;color:var(--mm-navy);text-decoration:none;font-weight:800;white-space:nowrap}.mm-phone-ic{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;border:1px solid rgba(11,31,59,.12);background:#fff}.mm-search-form{display:flex;align-items:center;gap:12px}.mm-search-input{flex:1;min-width:0;border:2px solid rgba(11,31,59,.18);border-radius:18px;padding:14px 16px;font-size:16px;outline:none}.mm-search-input:focus{border-color:var(--mm-orange);box-shadow:0 0 0 4px rgba(255,102,0,.12)}.mm-search-btn{border:none;border-radius:18px;padding:14px 18px;font-weight:900;background:var(--mm-orange);color:#fff;cursor:pointer}.mm-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px}.mm-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:16px;border:1px solid rgba(11,31,59,.12);background:#fff;color:var(--mm-navy);cursor:pointer;text-decoration:none}.mm-icon-btn:hover{border-color:rgba(11,31,59,.22)}.mm-cart-badge{position:absolute;top:-6px;right:-6px;background:var(--mm-orange);color:#fff;font-weight:900;font-size:12px;line-height:1;padding:6px 7px;border-radius:999px;min-width:22px;text-align:center;border:2px solid #fff}.mm-nav-row{background:var(--mm-navy)}.mm-desktop-nav .mm-nav-menu{display:flex;gap:28px;align-items:center;list-style:none;margin:0;padding:14px 0}.mm-desktop-nav .mm-nav-menu a{color:#fff;text-decoration:none;font-weight:900;font-size:18px}.mm-desktop-nav .mm-nav-menu a:hover{color:var(--mm-orange)}.mm-burger{display:none;border:1px solid rgba(11,31,59,.12);background:#fff;color:var(--mm-navy);width:46px;height:46px;border-radius:16px;align-items:center;justify-content:center;cursor:pointer}.mm-burger:hover{border-color:rgba(11,31,59,.22)}.mm-mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9998;display:none}.mm-mobile-menu{position:fixed;top:0;right:0;height:100dvh;width:min(92vw,420px);background:#fff;z-index:9999;display:flex;flex-direction:column;padding:18px;border-left:1px solid rgba(11,31,59,.10);transform:translateX(100%);transition:transform .22s ease}.mm-menu-open .mm-mobile-menu{transform:translateX(0)}.mm-menu-open .mm-mobile-overlay{display:block}.mm-mobile-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(11,31,59,.08)}.mm-mobile-logo img{max-height:44px}.mm-mobile-search{padding:14px 0}.mm-mobile-nav{flex:1;overflow:auto;padding-right:6px}.mm-mobile-menu-list{list-style:none;margin:0;padding:0}.mm-mobile-menu-list li{border-bottom:1px solid rgba(11,31,59,.08)}.mm-mobile-menu-list a{display:flex;align-items:center;justify-content:space-between;padding:16px 6px;color:var(--mm-navy);text-decoration:none;font-weight:900;font-size:18px}.mm-mobile-menu-list a:hover{color:var(--mm-orange)}.mm-mobile-bottom{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:14px;border-top:1px solid rgba(11,31,59,.08)}.mm-bottom-btn{display:flex;align-items:center;justify-content:center;gap:10px;border-radius:16px;border:1px solid rgba(11,31,59,.12);background:#f6f7f9;color:var(--mm-navy);text-decoration:none;font-weight:900;padding:14px 12px}.mm-bottom-btn:hover{background:#fff;border-color:rgba(11,31,59,.2)}.mm-bottom-ic{display:inline-flex}.mm-mobile-nav::-webkit-scrollbar{width:0;height:0}@media (max-width:991px){.mm-header-inner{grid-template-columns:1fr auto;grid-template-areas:"brand actions" "search search";gap:12px}.mm-brand{grid-area:brand}.mm-actions{grid-area:actions}.mm-search{grid-area:search}.mm-phone-text{display:none}.mm-desktop-nav{display:none}.mm-burger{display:inline-flex}.mm-nav-row{display:none}}  */ 

/* === MM HEADER v2 (Mobile toggle search + centered desktop nav) === */.mm-header{--mm-navy:var(--navy,#0b1f3b);--mm-orange:var(--orange,#ff6600);--mm-white:var(--white,#fff);width:100%;background:var(--mm-white);position:sticky;top:0;z-index:9999;border-bottom:4px solid var(--mm-orange)}.mm-header .wrapper{max-width:1200px;margin:0 auto;padding:0 15px}.mm-header-inner{display:grid;grid-template-columns:1fr 1.2fr 1fr;align-items:center;gap:16px;padding:12px 0}.mm-brand{display:flex;align-items:center;gap:14px}.mm-logo img{max-height:56px;width:auto;display:block}.mm-phone{display:flex;align-items:center;gap:10px;color:var(--mm-navy);text-decoration:none;font-weight:800;white-space:nowrap}.mm-phone-ic{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;border:1px solid rgba(11,31,59,.12);background:#fff}.mm-search{display:block}.mm-search-form{display:flex;align-items:center;gap:12px}.mm-search-input{flex:1;min-width:0;border:2px solid rgba(11,31,59,.18);border-radius:18px;padding:14px 16px;font-size:16px;outline:none}.mm-search-input:focus{border-color:var(--mm-orange);box-shadow:0 0 0 4px rgba(255,102,0,.12)}.mm-search-btn{border:none;border-radius:18px;padding:14px 18px;font-weight:900;background:var(--mm-orange);color:#fff;cursor:pointer}.mm-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px}.mm-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:16px;border:1px solid rgba(11,31,59,.12);background:#fff;color:var(--mm-navy);cursor:pointer;text-decoration:none}.mm-icon-btn:hover{border-color:rgba(11,31,59,.22)}.mm-cart-badge{position:absolute;top:-6px;right:-6px;background:var(--mm-orange);color:#fff;font-weight:900;font-size:12px;line-height:1;padding:6px 7px;border-radius:999px;min-width:22px;text-align:center;border:2px solid #fff}.mm-nav-row{background:var(--mm-navy)}.mm-desktop-nav .mm-nav-menu{display:flex;justify-content:center;gap:26px;align-items:center;list-style:none;margin:0;padding:12px 0}.mm-desktop-nav .mm-nav-menu a{color:#fff;text-decoration:none;font-weight:700;font-size:17px;letter-spacing:.2px}.mm-desktop-nav .mm-nav-menu a:hover{color:var(--mm-orange)}.mm-burger{display:none}.mm-mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9998;display:none}.mm-mobile-menu{position:fixed;top:0;right:0;height:100dvh;width:min(92vw,420px);background:#fff;z-index:9999;display:flex;flex-direction:column;padding:18px;border-left:1px solid rgba(11,31,59,.10);transform:translateX(100%);transition:transform .22s ease}.mm-menu-open .mm-mobile-menu{transform:translateX(0)}.mm-menu-open .mm-mobile-overlay{display:block}.mm-mobile-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(11,31,59,.08)}.mm-mobile-logo img{max-height:44px}.mm-mobile-search{padding:12px 0 6px}.mm-mobile-nav{flex:1;overflow:auto;padding-right:6px}.mm-mobile-menu-list{list-style:none;margin:0;padding:0}.mm-mobile-menu-list li{border-bottom:1px solid rgba(11,31,59,.08)}.mm-mobile-menu-list a{display:flex;align-items:center;justify-content:space-between;padding:16px 6px;color:var(--mm-navy);text-decoration:none;font-weight:800;font-size:18px}.mm-mobile-menu-list a:hover{color:var(--mm-orange)}.mm-mobile-bottom{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:14px;border-top:1px solid rgba(11,31,59,.08)}.mm-bottom-btn{display:flex;align-items:center;justify-content:center;gap:10px;border-radius:16px;border:1px solid rgba(11,31,59,.12);background:#f6f7f9;color:var(--mm-navy);text-decoration:none;font-weight:900;padding:14px 12px}.mm-bottom-btn:hover{background:#fff;border-color:rgba(11,31,59,.2)}.mm-bottom-ic{display:inline-flex}.mm-mobile-nav::-webkit-scrollbar{width:0;height:0}@media (max-width:991px){.mm-header-inner{grid-template-columns:1fr auto;grid-template-areas:"brand actions""search search";gap:10px;padding:12px 0 10px}.mm-brand{grid-area:brand}.mm-actions{grid-area:actions}.mm-search{grid-area:search}.mm-phone-text{display:none}.mm-nav-row{display:none}.mm-desktop-nav{display:none}.mm-burger{display:inline-flex}.mm-search-toggle{display:inline-flex}.mm-search[hidden]{display:none!important}.mm-search{padding-top:6px;padding-bottom:12px}.mm-search-input{padding:13px 14px;font-size:16px}.mm-search-btn{padding:13px 16px}.mm-brand{justify-content:flex-start}}@media (min-width:992px){.mm-search{display:block!important}.mm-search-toggle{display:none!important}.mm-burger{display:none!important}.mm-header-inner{grid-template-columns:1fr 1.4fr 1fr}}.mm-header .wrapper{max-width:1320px}.mm-desktop-nav .mm-nav-menu{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;row-gap:8px;padding:10px 0;margin:0;list-style:none}.mm-desktop-nav .mm-nav-menu a{display:inline-block;color:#fff;text-decoration:none;font-weight:600;font-size:16px;line-height:1.1;letter-spacing:.2px;padding:10px 12px;border-radius:12px;white-space:nowrap;transition:color .15s ease,background .15s ease}.mm-desktop-nav .mm-nav-menu a:hover{color:var(--mm-orange);background:rgba(255,255,255,.06)}.mm-desktop-nav .mm-nav-menu a{max-width:240px;overflow:hidden;text-overflow:ellipsis}.mm-header-inner{padding:8px 0!important;gap:12px!important;min-height:72px}.mm-logo img,.mm-brand .custom-logo-link img,.mm-brand img.custom-logo{height:44px!important;width:auto!important;max-height:44px!important;object-fit:contain;display:block}body.home .mm-logo img,body.home .mm-brand .custom-logo-link img,body.home .mm-brand img.custom-logo{height:44px!important;max-height:44px!important;width:auto!important}.mm-site-title{font-size:20px;font-weight:800;line-height:1.1}.mm-search-input{padding:12px 14px!important;border-radius:16px!important}.mm-search-btn{padding:12px 16px!important;border-radius:16px!important}.mm-brand,.mm-actions{align-items:center!important}@media (min-width:992px){.mm-phone-ic{width:32px;height:32px;border-radius:12px}.mm-icon-btn{width:44px;height:44px;border-radius:16px}}@media (max-width:991px){.mm-header-inner{padding:10px 0!important;min-height:0}.mm-logo img,.mm-brand .custom-logo-link img,.mm-brand img.custom-logo{height:40px!important;max-height:40px!important}}@media (max-width:991px){.mm-phone{display:none!important}.mm-search{width:100%}.mm-search-form{width:100%}}




/* 3. Hero Slider Section */ /* === MM HERO SLIDER (NO-CROP + SWIPE + DOTS) === */
.mm-hero-slider{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.mm-hero-slider .mm-hero-viewport{width:100%}.mm-hero-viewport{position:relative;overflow:hidden;border-radius:0!important;background:#000}.mm-hero-track{display:flex;transition:transform .45s ease;will-change:transform;touch-action:pan-y}.mm-hero-slide{min-width:100%;aspect-ratio:2/1;position:relative;background:#000}.mm-hero-img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}.mm-hero-nav{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.28);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#fff;cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;padding:0}.mm-hero-nav span{font-size:30px;line-height:1;transform:translateY(-1px)}.mm-hero-prev{left:16px}.mm-hero-next{right:16px}.mm-hero-nav:hover{background:rgba(0,0,0,.38)}.mm-hero-nav:active{transform:translateY(-50%) scale(.96)}.mm-hero-dots{position:absolute;left:0;right:0;bottom:12px;display:flex;gap:8px;justify-content:center;z-index:6}.mm-hero-dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.25);cursor:pointer}.mm-hero-dot.is-active{background:#fff}@media (max-width:768px){.mm-hero-slide{aspect-ratio:16/9}.mm-hero-nav{width:42px;height:42px}.mm-hero-prev{left:10px}.mm-hero-next{right:10px}}

/* === MOBILE FIX: no crop + no horizontal page scroll === */
@media (max-width:768px){
  html,body{overflow-x:hidden}
  .mm-hero-slider,.mm-hero-viewport{overflow:hidden}
  .mm-hero-slide{aspect-ratio:2/1} /* görselin 2:1 ise mobilde de aynı oran kalsın */
  .mm-hero-img{object-fit:contain!important;object-position:center!important}
}





/*  Story Style Categories */ .category-story-section{padding:40px 0;} .section-title{color:var(--navy);margin-bottom:30px;font-size:2rem;text-align:center;} .story-container{display:flex;flex-wrap:nowrap;overflow-x:auto;padding:20px 0;gap:25px;justify-content:center;-webkit-overflow-scrolling:touch;scrollbar-width:none;} .story-container::-webkit-scrollbar{display:none;} .story-item{flex:0 0 auto;width:110px;text-align:center;} .story-circle{width:90px;height:90px;border-radius:50%;padding:3px;border:2px solid var(--orange);margin:0 auto 10px;background:var(--white);overflow:hidden;} .story-circle img{width:100%;height:100%;object-fit:cover;border-radius:50%;} .story-item h3{font-size:.9rem;color:var(--navy);font-weight:600;margin:0;}

/* FIX: homepage featured grid forced */ .featured-products .products-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important;align-items:stretch!important;} .featured-products .product-card{border:1px solid #eee!important;background:#fff!important;padding:15px!important;border-radius:12px!important;display:flex!important;flex-direction:column!important;text-align:center!important;} .featured-products .product-image{height:200px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;} .featured-products .product-image img{max-width:100%!important;height:auto!important;display:block!important;} .featured-products .product-actions{display:flex!important;flex-direction:column!important;gap:10px!important;margin-top:10px!important;} .featured-products .btn-add-cart,.featured-products .btn-buy-now{display:block!important;padding:12px!important;border-radius:10px!important;font-weight:800!important;text-transform:uppercase!important;text-decoration:none!important;} .featured-products .btn-add-cart{background:#f1f1f1!important;color:var(--navy)!important;} .featured-products .btn-buy-now{background:var(--navy)!important;color:#fff!important;} @media(max-width:768px){.featured-products .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}.featured-products .product-image{height:150px!important;}}


/* 4. MM Single Product === */ .single-product-container{padding-top:28px;} .single-product-container .wrapper{max-width:1200px;margin:0 auto;padding:0 15px;} .mm-main-product-layout{display:block;} @media(min-width:992px){.mm-main-product-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center;}} .mm-product-gallery{width:100%;display:flex;flex-direction:column;justify-content:center;} .mm-product-gallery .woocommerce-product-gallery{margin:0 auto;width:100%;} .mm-product-gallery .woocommerce-product-gallery__wrapper{display:flex;align-items:center;justify-content:center;min-height:520px;} .mm-product-gallery img{max-width:100%;height:auto;display:block;} .mm-product-summary{width:100%;padding-top:18px;} .woocommerce-breadcrumb{font-size:.85rem;color:#6b7280;margin:0 0 10px;} .woocommerce-breadcrumb a{color:var(--navy);font-weight:600;text-decoration:none!important;} .mm-bc-in-gallery{margin:18px 0 12px;} .product_title{margin:0 0 10px;} .mm-meta-info{margin:10px 0;} .mm-meta-info p{margin:0;font-size:.9rem;color:#374151;} .mm-stock-status{margin-top:6px;color:#16a34a;font-weight:700;font-size:.9rem;} .mm-price-area{margin:10px 0 16px;} .mm-price-area .price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin:0;} .mm-price-area del{opacity:.65;font-size:.9rem;} .mm-price-area del .amount{font-size:.9rem;} .mm-price-area ins{text-decoration:none;} .mm-price-area ins .amount{font-size:1.65rem;font-weight:900;color:#c00;} .mm-whatsapp-box{border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;margin:14px 0;background:#fff;} .mm-whatsapp-box a{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none!important;} .mm-whatsapp-box img{flex:0 0 auto;} .mm-whatsapp-box .wa-label{display:block;font-size:.72rem;font-weight:900;letter-spacing:.04em;color:#ef4444;text-transform:uppercase;} .mm-whatsapp-box .wa-num{display:block;font-size:1.05rem;font-weight:900;color:#111827;} .mm-trust-icons{display:flex;flex-direction:column;gap:10px;margin:14px 0 16px;} .mm-trust-icons .badge{display:flex;align-items:center;gap:10px;color:#374151;font-size:.95rem;} .mm-trust-icons .badge img{width:26px;height:auto;} .mm-purchase-actions{display:flex;flex-direction:column;gap:12px;align-items:stretch;margin-top:10px;} .mm-purchase-actions form.cart{display:flex;flex-direction:column;gap:10px;align-items:stretch;margin:0;width:100%;} .mm-purchase-actions .quantity{margin:0!important;width:120px;} .mm-purchase-actions .single_add_to_cart_button{width:100%;background:#dc2626!important;color:#fff!important;border:none!important;border-radius:10px!important;padding:14px 18px!important;font-weight:900!important;font-size:1rem!important;} .mm-buy-now-btn{display:inline-flex!important;align-items:center;justify-content:center;width:100%!important;background:var(--navy)!important;color:#fff!important;border-radius:10px!important;padding:14px 18px!important;font-weight:900!important;text-transform:uppercase;text-decoration:none!important;font-size:1rem!important;line-height:1;} .mm-buy-now-btn:hover{background:var(--orange)!important;color:#fff!important;} .mm-bottom-content{margin-top:30px;} @media(max-width:991px){.mm-main-product-layout{display:block;} .mm-product-summary{padding-top:0;} .mm-product-gallery .woocommerce-product-gallery__wrapper{min-height:auto;} .mm-purchase-actions .quantity{width:100%;}}

/* === FORCE Woo Tabs UI (fix bullet + proper tabs) === */ body.single-product .woocommerce-tabs{margin-top:35px;} body.single-product .woocommerce-tabs ul.tabs{list-style:none!important;display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin:0 0 18px!important;padding:0!important;border:none!important;} body.single-product .woocommerce-tabs ul.tabs:before,body.single-product .woocommerce-tabs ul.tabs:after{display:none!important;content:none!important;} body.single-product .woocommerce-tabs ul.tabs li{list-style:none!important;margin:0!important;padding:0!important;border:none!important;background:transparent!important;} body.single-product .woocommerce-tabs ul.tabs li:before,body.single-product .woocommerce-tabs ul.tabs li:after{display:none!important;content:none!important;} body.single-product .woocommerce-tabs ul.tabs li a{display:block!important;padding:14px 18px!important;border-radius:10px 10px 0 0!important;background:#e5e7eb!important;color:var(--navy)!important;font-weight:900!important;text-transform:uppercase!important;font-size:.92rem!important;letter-spacing:.02em!important;border:1px solid #d1d5db!important;border-bottom:none!important;box-shadow:none!important;} body.single-product .woocommerce-tabs ul.tabs li.active a{background:var(--navy)!important;color:#fff!important;border-color:var(--navy)!important;} body.single-product .woocommerce-tabs .panel{margin:0!important;padding:22px!important;border:1px solid #d1d5db!important;border-radius:0 10px 10px 10px!important;background:#fff!important;} body.single-product .woocommerce-tabs .panel h2,body.single-product .woocommerce-Reviews-title{font-size:1.3rem!important;color:var(--navy)!important;font-weight:900!important;margin:0 0 14px!important;} body.single-product .woocommerce-Reviews .star-rating span:before,body.single-product .woocommerce p.stars a{color:var(--orange)!important;} body.single-product .woocommerce #review_form #respond input[type="text"],body.single-product .woocommerce #review_form #respond input[type="email"],body.single-product .woocommerce #review_form #respond textarea{width:100%!important;border:1px solid #d1d5db!important;border-radius:10px!important;padding:12px 14px!important;font-size:1rem!important;outline:none!important;} body.single-product .woocommerce #review_form #respond .form-submit input{background:var(--navy)!important;color:#fff!important;border:none!important;border-radius:10px!important;padding:12px 18px!important;font-weight:900!important;text-transform:uppercase!important;} body.single-product .woocommerce #review_form #respond .form-submit input:hover{background:var(--orange)!important;} body.single-product .woocommerce-review-link{display:none!important;} @media(max-width:600px){body.single-product .woocommerce-tabs ul.tabs{gap:10px!important;} body.single-product .woocommerce-tabs ul.tabs li a{padding:12px 14px!important;font-size:.85rem!important;}}


/* ===4. Single Product Page Layout Fix === */ @media (min-width:992px){.single-product div.product{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:start;} .single-product .woocommerce-product-gallery,.single-product .summary{width:100%!important;margin:0!important;}} @media (max-width:991px){.single-product div.product{display:block;}}

    .mm-request-stock-btn{background:var(--orange)!important;color:#fff!important;border:1px solid var(--orange)!important;} .mm-request-stock-btn:hover{background:var(--navy)!important;border-color:var(--navy)!important;}

/* ===4. MM Tabs + Reviews === */ .woocommerce-tabs{margin-top:35px;} .woocommerce-tabs ul.tabs{display:flex!important;gap:12px;flex-wrap:wrap;margin:0 0 18px!important;padding:0!important;border:none!important;} .woocommerce-tabs ul.tabs li{margin:0!important;border:none!important;background:transparent!important;padding:0!important;} .woocommerce-tabs ul.tabs li a{display:block!important;padding:14px 18px!important;border-radius:10px 10px 0 0!important;background:#e5e7eb!important;color:var(--navy)!important;font-weight:900!important;letter-spacing:.02em;text-transform:uppercase;font-size:.92rem!important;border:1px solid #d1d5db!important;border-bottom:none!important;} .woocommerce-tabs ul.tabs li.active a{background:var(--navy)!important;color:#fff!important;border-color:var(--navy)!important;} .woocommerce-tabs .panel{margin:0!important;padding:22px!important;border:1px solid #d1d5db!important;border-radius:0 10px 10px 10px!important;background:#fff!important;} .woocommerce-tabs .panel h2,.woocommerce-Reviews-title{font-size:1.3rem!important;color:var(--navy)!important;font-weight:900!important;margin:0 0 14px!important;} .woocommerce-Reviews #comments{margin:0 0 18px;} .woocommerce-Reviews .commentlist{margin:0!important;padding:0!important;list-style:none!important;} .woocommerce-Reviews .commentlist li{border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;margin:0 0 12px;background:#fff;} .woocommerce-Reviews .star-rating span:before,.woocommerce p.stars a{color:var(--orange)!important;} .woocommerce #review_form #respond{margin-top:12px;} .woocommerce #review_form #respond p{margin:0 0 12px;} .woocommerce #review_form #respond label{font-weight:800;color:var(--navy);} .woocommerce #review_form #respond input[type="text"],.woocommerce #review_form #respond input[type="email"],.woocommerce #review_form #respond textarea{width:100%!important;border:1px solid #d1d5db!important;border-radius:10px!important;padding:12px 14px!important;font-size:1rem!important;outline:none!important;} .woocommerce #review_form #respond textarea{min-height:140px;} .woocommerce #review_form #respond input:focus,.woocommerce #review_form #respond textarea:focus{border-color:var(--navy)!important;box-shadow:0 0 0 3px rgba(0,34,68,.12)!important;} .woocommerce #review_form #respond .form-submit input{background:var(--navy)!important;color:#fff!important;border:none!important;border-radius:10px!important;padding:12px 18px!important;font-weight:900!important;text-transform:uppercase;} .woocommerce #review_form #respond .form-submit input:hover{background:var(--orange)!important;} @media(max-width:600px){.woocommerce-tabs ul.tabs{gap:10px;} .woocommerce-tabs ul.tabs li a{padding:12px 14px!important;font-size:.85rem!important;}}


/* === MM Related Products (slider + sale/new price + add&buy buttons + hover zoom) === */ body.single-product .related{margin-top:28px;} body.single-product .related>h2{font-size:1.6rem!important;color:var(--navy)!important;font-weight:900!important;margin:0 0 14px!important;} body.single-product .related ul.products{display:flex!important;flex-wrap:nowrap!important;gap:16px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;padding:6px 2px 14px!important;margin:0!important;list-style:none!important;} body.single-product .related ul.products::-webkit-scrollbar{height:8px;} body.single-product .related ul.products::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px;} body.single-product .related ul.products li.product{position:relative;flex:0 0 280px!important;max-width:280px!important;scroll-snap-align:start!important;border:1px solid #e5e7eb!important;border-radius:16px!important;background:#fff!important;padding:14px!important;margin:0!important;box-shadow:0 8px 24px rgba(0,0,0,.06)!important;overflow:hidden;} body.single-product .related ul.products li.product a{color:inherit!important;text-decoration:none!important;} body.single-product .related ul.products li.product a.woocommerce-LoopProduct-link{display:block!important;} body.single-product .related ul.products li.product a.woocommerce-LoopProduct-link img{width:100%!important;height:auto!important;border-radius:12px!important;transition:transform .35s ease,filter .35s ease;will-change:transform;} body.single-product .related ul.products li.product:hover a.woocommerce-LoopProduct-link img{transform:scale(1.06);filter:saturate(1.05);} body.single-product .related ul.products li.product .onsale{position:absolute!important;top:14px!important;right:14px!important;left:auto!important;margin:0!important;min-width:auto!important;min-height:auto!important;padding:10px 12px!important;border-radius:999px!important;background:var(--orange)!important;color:#fff!important;font-weight:900!important;line-height:1!important;box-shadow:0 8px 18px rgba(0,0,0,.12)!important;} body.single-product .related ul.products li.product .woocommerce-loop-product__title{font-size:1.02rem!important;color:var(--navy)!important;font-weight:900!important;line-height:1.35!important;margin:12px 0 10px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:2.7em!important;} body.single-product .related ul.products li.product .price{display:flex!important;align-items:baseline!important;gap:10px!important;flex-wrap:wrap!important;margin:0 0 12px!important;} body.single-product .related ul.products li.product .price del{opacity:.65!important;color:#6b7280!important;text-decoration:line-through!important;} body.single-product .related ul.products li.product .price del .amount{font-size:.88rem!important;} body.single-product .related ul.products li.product .price ins{text-decoration:none!important;} body.single-product .related ul.products li.product .price ins .amount{font-size:1.35rem!important;font-weight:900!important;color:#c00!important;} body.single-product .related ul.products li.product a.button{width:100%!important;border-radius:12px!important;background:var(--navy)!important;color:#fff!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.02em!important;padding:12px 14px!important;margin-top:10px!important;border:none!important;text-align:center!important;} body.single-product .related ul.products li.product a.button:hover{background:var(--orange)!important;} body.single-product .related ul.products li.product .mm-related-buy-now{display:inline-flex!important;align-items:center;justify-content:center;width:100%!important;margin-top:10px!important;border-radius:12px!important;background:#e5e7eb!important;color:#111827!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.02em!important;padding:12px 14px!important;text-decoration:none!important;border:1px solid #d1d5db!important;} body.single-product .related ul.products li.product .mm-related-buy-now:hover{background:var(--navy)!important;color:#fff!important;border-color:var(--navy)!important;} @media(max-width:600px){body.single-product .related ul.products li.product{flex:0 0 230px!important;max-width:230px!important;}}


/* 6. Mobile Responsiveness */ @media (max-width:768px){.header-container{flex-direction:column;gap:10px;} .site-branding img{max-height:40px;} .hero-item{height:380px;} .hero-text-box{padding:20px;max-width:95%;margin:0 auto;} .hero-text-box h1{font-size:1.6rem;} .story-container{justify-content:flex-start;padding-left:15px;} .products-grid{grid-template-columns:repeat(2,1fr);gap:10px;} .product-image{height:150px;} .product-title{font-size:.9rem;} .new-price{font-size:1.1rem;}}


/* 7. Footer (Optimized Orange Theme & Tight Layout - merged, de-duplicated) */ .site-footer{background-color:#1a1a1a;color:#fff;padding:30px 0 15px;margin-top:40px;border-top:4px solid var(--orange);} .footer-top{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:25px;align-items:flex-start;} .footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;align-items:flex-start;} .footer-widget{display:flex;flex-direction:column;} .footer-widget-title,.footer-col h4{color:var(--orange)!important;font-size:1.1rem;font-weight:700;margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px;display:block;} .footer-links,.footer-widget ul{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;} .footer-links li,.footer-widget ul li{margin-bottom:8px;display:block!important;} .footer-links a,.footer-widget ul li a,.footer-col a,.footer-widget a{color:#ccc!important;font-size:.9rem;transition:all .3s ease;text-decoration:none!important;display:inline-block;} .footer-links a:hover,.footer-widget ul li a:hover{color:var(--orange)!important;padding-left:5px;} .contact-info p,.footer-widget p{color:#bbb;font-size:.85rem;margin-bottom:5px;line-height:1.4;} .social-links{display:flex;gap:12px;margin-top:15px;} .social-links a{color:#fff!important;font-size:1.1rem;} .social-links a:hover{color:var(--orange)!important;} .footer-bottom{border-top:1px solid #333;padding-top:20px;margin-top:20px;} .footer-bottom-flex{display:flex;justify-content:space-between;align-items:center;} .copyright p{font-size:.8rem;color:#777;margin:0;} .footer-payment-icons{display:flex;align-items:center;gap:12px;justify-content:flex-end;flex-wrap:wrap;} .pay-icon{height:18px;width:auto;filter:brightness(0) invert(1);opacity:.7;transition:all .3s ease;} .pay-icon:hover{transform:scale(1.1);opacity:1;} @media (max-width:992px){.footer-grid{grid-template-columns:repeat(2,1fr);} .footer-top{grid-template-columns:repeat(2,1fr);}} @media (max-width:768px){.footer-bottom-flex{flex-direction:column;gap:15px;text-align:center;} .footer-payment-icons{justify-content:center;max-width:100%;padding:0 10px;} .pay-icon{height:16px;}} @media (max-width:600px){.footer-grid{grid-template-columns:1fr;text-align:center;}}

/* === FIX: Footer payment icons size (shop + category + single) === */
/* Reset any inherited scaling */.site-footer .footer-payment-icons,.site-footer .footer-payment-icons * {max-width: none !important;}/* Icon sizing */.site-footer .footer-payment-icons img,.site-footer .footer-payment-icons svg {width: auto !important;max-width: 64px !important;height: 22px !important;object-fit: contain !important;display: inline-block !important;}/* Layout */.site-footer .footer-payment-icons {display: flex !important;gap: 14px !important;align-items: center !important;justify-content: flex-end !important;flex-wrap: wrap !important;}


/* Out of stock: hide buttons + show label (shop/related grids) */
.product.outofstock .product-actions,.product-card.outofstock .product-actions,.products-grid .outofstock .product-actions,.related.products .outofstock .product-actions,.woocommerce ul.products li.product.outofstock .button{display:none!important}
.product.outofstock .price,.product-card.outofstock .price,.woocommerce ul.products li.product.outofstock .price{opacity:.75}
.product.outofstock .product-link::after,.product-card.outofstock .product-link::after,.woocommerce ul.products li.product.outofstock a.woocommerce-LoopProduct-link::after{content:"OUT OF STOCK";display:block;margin-top:14px;padding:10px 12px;border-radius:10px;background:#fff1f2;color:#b91c1c;font-weight:900;text-transform:uppercase;letter-spacing:.03em;text-align:center;border:1px solid #fecdd3}


.featured-products .products-grid,.related.products ul.products{display:flex!important;gap:22px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:12px 4px 18px!important;margin:0!important;scrollbar-width:none}.featured-products .products-grid::-webkit-scrollbar,.related.products ul.products::-webkit-scrollbar{display:none}.featured-products .product-card,.related.products ul.products li.product{flex:0 0 320px!important;max-width:320px!important;background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;scroll-snap-align:start;transition:.2s}.featured-products .product-card:hover,.related.products ul.products li.product:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.08)}.product-image{height:220px;display:flex;align-items:center;justify-content:center}.product-image img{max-height:220px;max-width:100%;object-fit:contain}.product-title,.related.products ul.products li.product h2{font-size:1rem;font-weight:800;line-height:1.35;color:#0f172a;margin:10px 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:4.1em}.product-price-wrapper,.related.products ul.products li.product .price{display:flex;align-items:baseline;gap:10px;margin-bottom:14px}.price del{font-size:.9rem;color:#9ca3af}.price ins,.price .amount{font-size:1.1rem;font-weight:800;color:#111827;text-decoration:none}.btn-add-cart,.related.products ul.products li.product .add_to_cart_button{width:100%;padding:14px 18px;border-radius:16px;font-weight:800;font-size:.95rem;color:#fff;background:linear-gradient(90deg,#0b7a75,#7cc766);border:none;text-align:center}.btn-buy-now{margin-top:10px;width:100%;padding:14px 18px;border-radius:16px;font-weight:800;text-align:center;background:#0f172a;color:#fff}.product-card.outofstock .btn-add-cart,.product-card.outofstock .btn-buy-now,.related.products ul.products li.product.outofstock .button{display:none!important}

 
body.post-type-archive-product #primary.mm-shop-grid,body.tax-product_cat #primary.mm-shop-grid,body.tax-product_tag #primary.mm-shop-grid{max-width:1200px;margin:0 auto;padding:24px 16px;display:grid;grid-template-columns:300px 1fr;gap:24px;align-items:start}body.post-type-archive-product #primary.mm-shop-grid #sidebar,body.tax-product_cat #primary.mm-shop-grid #sidebar,body.tax-product_tag #primary.mm-shop-grid #sidebar{position:sticky;top:120px;max-height:calc(100vh - 140px);overflow:auto;padding:14px;border:1px solid rgba(11,31,59,.12);border-radius:14px;background:#fff}body.post-type-archive-product #primary.mm-shop-grid #sidebar .mm-filter-head,body.tax-product_cat #primary.mm-shop-grid #sidebar .mm-filter-head,body.tax-product_tag #primary.mm-shop-grid #sidebar .mm-filter-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px}body.post-type-archive-product #primary.mm-shop-grid #sidebar .mm-filter-title,body.tax-product_cat #primary.mm-shop-grid #sidebar .mm-filter-title,body.tax-product_tag #primary.mm-shop-grid #sidebar .mm-filter-title{font-weight:900;font-size:18px;color:#0b1f3b;letter-spacing:.2px}body.post-type-archive-product #primary.mm-shop-grid #sidebar .mm-acc,body.tax-product_cat #primary.mm-shop-grid #sidebar .mm-acc,body.tax-product_tag #primary.mm-shop-grid #sidebar .mm-acc{border:0;margin:0 0 10px}body.post-type-archive-product #primary.mm-shop-grid #sidebar .mm-acc-sum,body.tax-product_cat #primary.mm-shop-grid #sidebar .mm-acc-sum,body.tax-product_tag #primary.mm-shop-grid #sidebar .mm-acc-sum{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:12px 12px;border-radius:12px;background:rgba(11,31,59,.04);font-weight:800;font-size:14px;color:#0b1f3b;border:1px solid rgba(11,31,59,.10)}body.post-type-archive-product #primary.mm-shop-grid #sidebar .mm-acc-sum::-webkit-details-marker,body.tax-product_cat #primary.mm-shop-grid #sidebar .mm-acc-sum::-webkit-details-marker,body.tax-product_tag #primary.mm-shop-grid #sidebar .mm-acc-sum::-webkit-details-marker{display:none}body.post-type-archive-product #primary.mm-shop-grid #sidebar .mm-acc-ic,body.tax-product_cat #primary.mm-shop-grid #sidebar .mm-acc-ic,body.tax-product_tag #primary.mm-shop-grid #sidebar .mm-acc-ic{font-weight:900;font-size:18px;line-height:1;opacity:.7;transition:transform .15s ease}body.post-type-archive-product #primary.mm-shop-grid #sidebar details[open] .mm-acc-ic,body.tax-product_cat #primary.mm-shop-grid #sidebar details[open] .mm-acc-ic,body.tax-product_tag #primary.mm-shop-grid #sidebar details[open] .mm-acc-ic{transform:rotate(45deg)}body.post-type-archive-product #primary.mm-shop-grid #sidebar .mm-acc-body,body.tax-product_cat #primary.mm-shop-grid #sidebar .mm-acc-body,body.tax-product_tag #primary.mm-shop-grid #sidebar .mm-acc-body{padding:10px 4px 2px}body.post-type-archive-product #primary.mm-shop-grid #sidebar .mm-acc-body .widget,body.tax-product_cat #primary.mm-shop-grid #sidebar .mm-acc-body .widget,body.tax-product_tag #primary.mm-shop-grid #sidebar .mm-acc-body .widget{margin:0}body.post-type-archive-product #primary.mm-shop-grid #sidebar .widget_product_categories ul,body.tax-product_cat #primary.mm-shop-grid #sidebar .widget_product_categories ul,body.tax-product_tag #primary.mm-shop-grid #sidebar .widget_product_categories ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}body.post-type-archive-product #primary.mm-shop-grid #sidebar .widget_product_categories a,body.tax-product_cat #primary.mm-shop-grid #sidebar .widget_product_categories a,body.tax-product_tag #primary.mm-shop-grid #sidebar .widget_product_categories a{display:block;padding:9px 10px;border-radius:10px;text-decoration:none;font-weight:700;font-size:13px;color:#0b1f3b;border:1px solid rgba(11,31,59,.10);background:#fff}body.post-type-archive-product #primary.mm-shop-grid #sidebar .widget_product_categories a:hover,body.tax-product_cat #primary.mm-shop-grid #sidebar .widget_product_categories a:hover,body.tax-product_tag #primary.mm-shop-grid #sidebar .widget_product_categories a:hover{background:rgba(11,31,59,.04)}body.post-type-archive-product #primary.mm-shop-grid #sidebar .widget_price_filter .price_slider_wrapper,body.tax-product_cat #primary.mm-shop-grid #sidebar .widget_price_filter .price_slider_wrapper,body.tax-product_tag #primary.mm-shop-grid #sidebar .widget_price_filter .price_slider_wrapper{margin-top:8px}body.post-type-archive-product #primary.mm-shop-grid #sidebar .widget_price_filter .price_label,body.tax-product_cat #primary.mm-shop-grid #sidebar .widget_price_filter .price_label,body.tax-product_tag #primary.mm-shop-grid #sidebar .widget_price_filter .price_label{font-size:12px;font-weight:700;color:rgba(11,31,59,.85)}body.post-type-archive-product #primary.mm-shop-grid #sidebar .widget_price_filter button.button,body.tax-product_cat #primary.mm-shop-grid #sidebar .widget_price_filter button.button,body.tax-product_tag #primary.mm-shop-grid #sidebar .widget_price_filter button.button{border-radius:10px;font-weight:900;padding:10px 12px}body.post-type-archive-product .woocommerce ul.products,body.tax-product_cat .woocommerce ul.products,body.tax-product_tag .woocommerce ul.products{margin-top:14px}body.post-type-archive-product .woocommerce ul.products.columns-4,body.tax-product_cat .woocommerce ul.products.columns-4,body.tax-product_tag .woocommerce ul.products.columns-4{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}body.post-type-archive-product .woocommerce ul.products li.product,body.tax-product_cat .woocommerce ul.products li.product,body.tax-product_tag .woocommerce ul.products li.product{width:100%!important;margin:0!important;background:#fff;border:1px solid rgba(11,31,59,.12);border-radius:16px;padding:14px;transition:transform .12s ease,box-shadow .12s ease}body.post-type-archive-product .woocommerce ul.products li.product:hover,body.tax-product_cat .woocommerce ul.products li.product:hover,body.tax-product_tag .woocommerce ul.products li.product:hover{transform:translateY(-2px)}body.post-type-archive-product .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,body.tax-product_cat .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,body.tax-product_tag .woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:block;text-decoration:none}body.post-type-archive-product .woocommerce ul.products li.product img,body.tax-product_cat .woocommerce ul.products li.product img,body.tax-product_tag .woocommerce ul.products li.product img{width:100%;height:240px;object-fit:contain;background:#fff;border-radius:12px;border:1px solid rgba(11,31,59,.06)}body.post-type-archive-product .woocommerce-loop-product__title,body.tax-product_cat .woocommerce-loop-product__title,body.tax-product_tag .woocommerce-loop-product__title{font-weight:900;font-size:16px;line-height:1.25;margin:12px 0 8px;color:#0b1f3b}body.post-type-archive-product .price,body.tax-product_cat .price,body.tax-product_tag .price{display:block;font-weight:900;font-size:22px;color:#0b1f3b;margin:4px 0 12px}body.post-type-archive-product a.button.add_to_cart_button,body.tax-product_cat a.button.add_to_cart_button,body.tax-product_tag a.button.add_to_cart_button{display:flex;justify-content:center;align-items:center;width:100%;padding:14px 14px;border-radius:14px;font-weight:900;text-transform:uppercase}body.post-type-archive-product .wcpay-buy-now-button,body.tax-product_cat .wcpay-buy-now-button,body.tax-product_tag .wcpay-buy-now-button,body.post-type-archive-product .buy-now,body.tax-product_cat .buy-now,body.tax-product_tag .buy-now{display:none!important}@media (max-width:980px){body.post-type-archive-product #primary.mm-shop-grid,body.tax-product_cat #primary.mm-shop-grid,body.tax-product_tag #primary.mm-shop-grid{grid-template-columns:1fr}body.post-type-archive-product #primary.mm-shop-grid #sidebar,body.tax-product_cat #primary.mm-shop-grid #sidebar,body.tax-product_tag #primary.mm-shop-grid #sidebar{position:relative;top:auto;max-height:none}body.post-type-archive-product .woocommerce ul.products.columns-4,body.tax-product_cat .woocommerce ul.products.columns-4,body.tax-product_tag .woocommerce ul.products.columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){body.post-type-archive-product .woocommerce ul.products.columns-4,body.tax-product_cat .woocommerce ul.products.columns-4,body.tax-product_tag .woocommerce ul.products.columns-4{grid-template-columns:1fr}}


body.post-type-archive-product .woocommerce-result-count,body.tax-product_cat .woocommerce-result-count,body.tax-product_tag .woocommerce-result-count{margin:0!important;font-weight:700;color:rgba(11,31,59,.72);font-size:13px}body.post-type-archive-product .woocommerce-ordering,body.tax-product_cat .woocommerce-ordering,body.tax-product_tag .woocommerce-ordering{margin:0!important}body.post-type-archive-product .woocommerce-ordering select,body.tax-product_cat .woocommerce-ordering select,body.tax-product_tag .woocommerce-ordering select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff;border:1px solid rgba(11,31,59,.18);border-radius:12px;padding:10px 40px 10px 12px;font-weight:800;font-size:13px;color:#0b1f3b;line-height:1.2;cursor:pointer;outline:none}body.post-type-archive-product .woocommerce-ordering,body.tax-product_cat .woocommerce-ordering,body.tax-product_tag .woocommerce-ordering{position:relative}body.post-type-archive-product .woocommerce-ordering:after,body.tax-product_cat .woocommerce-ordering:after,body.tax-product_tag .woocommerce-ordering:after{content:"";position:absolute;right:14px;top:50%;width:8px;height:8px;border-right:2px solid rgba(11,31,59,.55);border-bottom:2px solid rgba(11,31,59,.55);transform:translateY(-60%) rotate(45deg);pointer-events:none}body.post-type-archive-product .woocommerce-ordering select:focus,body.tax-product_cat .woocommerce-ordering select:focus,body.tax-product_tag .woocommerce-ordering select:focus{border-color:rgba(11,31,59,.35)}body.post-type-archive-product .woocommerce .woocommerce-notices-wrapper+form.woocommerce-ordering,body.tax-product_cat .woocommerce .woocommerce-notices-wrapper+form.woocommerce-ordering,body.tax-product_tag .woocommerce .woocommerce-notices-wrapper+form.woocommerce-ordering{margin-top:0!important}body.post-type-archive-product .woocommerce .woocommerce-result-count+.woocommerce-ordering,body.tax-product_cat .woocommerce .woocommerce-result-count+.woocommerce-ordering,body.tax-product_tag .woocommerce .woocommerce-result-count+.woocommerce-ordering{margin-left:auto}body.post-type-archive-product .woocommerce-before-shop-loop,body.tax-product_cat .woocommerce-before-shop-loop,body.tax-product_tag .woocommerce-before-shop-loop{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 14px}body.post-type-archive-product .mm-filter-btn,body.tax-product_cat .mm-filter-btn,body.tax-product_tag .mm-filter-btn,body.post-type-archive-product button.filter,body.tax-product_cat button.filter,body.tax-product_tag button.filter,body.post-type-archive-product .wcpf-filter,body.tax-product_cat .wcpf-filter,body.tax-product_tag .wcpf-filter,body.post-type-archive-product .filter-button,body.tax-product_cat .filter-button,body.tax-product_tag .filter-button{display:none!important}


body.post-type-archive-product #sidebar,body.tax-product_cat #sidebar,body.tax-product_tag #sidebar,body.post-type-archive-product .mm-filter-btn,body.tax-product_cat .mm-filter-btn,body.tax-product_tag .mm-filter-btn,body.post-type-archive-product .mm-filter-overlay,body.tax-product_cat .mm-filter-overlay,body.tax-product_tag .mm-filter-overlay,body.post-type-archive-product .mm-filter-drawer,body.tax-product_cat .mm-filter-drawer,body.tax-product_tag .mm-filter-drawer{display:none!important}body.post-type-archive-product #primary.mm-shop-grid,body.tax-product_cat #primary.mm-shop-grid,body.tax-product_tag #primary.mm-shop-grid{grid-template-columns:1fr!important;max-width:1200px;margin:0 auto;padding:24px 16px}body.post-type-archive-product .woocommerce ul.products.columns-4,body.tax-product_cat .woocommerce ul.products.columns-4,body.tax-product_tag .woocommerce ul.products.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}@media(max-width:980px){body.post-type-archive-product .woocommerce ul.products.columns-4,body.tax-product_cat .woocommerce ul.products.columns-4,body.tax-product_tag .woocommerce ul.products.columns-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:520px){body.post-type-archive-product .woocommerce ul.products.columns-4,body.tax-product_cat .woocommerce ul.products.columns-4,body.tax-product_tag .woocommerce ul.products.columns-4{grid-template-columns:1fr!important}}


.mm-page{padding:24px 0}
.mm-page-wrap{max-width:1200px;margin:0 auto;padding:0 16px}

/* === FULL WIDTH FIX: slider + footer edge-to-edge === */html,body{overflow-x:hidden}/* Prevent horizontal overflow (100vw scrollbar fix) */.mm-hero-slider{width:100%;max-width:100%;margin:0!important}/* Force slider full width */.mm-hero-viewport{width:100%}.site-footer,footer.site-footer,#colophon{width:100%;max-width:100%;margin:0!important;padding-left:0!important;padding-right:0!important}/* Make footer full width */.site-footer .wrapper,.site-footer .container,#colophon .wrapper,#colophon .container{max-width:100%!important;width:100%!important;padding-left:16px;padding-right:16px}/* Expand footer inner container */.site-footer{background:var(--mm-navy,#0b1f3b)}/* Ensure footer background spans edge-to-edge */



.footer-social{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-social li{
    margin-bottom:12px;
}

.footer-social a{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:#ffffff;
    font-weight:600;
    transition:all .25s ease;
}

/* ICON */
.footer-social i{
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background:rgba(255,255,255,0.08);
    transition:all .25s ease;
}

/* HOVER EFFECT */
.footer-social a:hover{
    transform:translateX(6px);
    color:var(--mm-orange);
}

.footer-social a:hover i{
    background:var(--mm-orange);
    color:#fff;
}



.woocommerce-account .woocommerce{max-width:1200px!important;margin:0 auto!important;padding:28px 16px!important}.woocommerce-account #primary,.woocommerce-account .site-main{padding:0!important}.woocommerce-account .woocommerce h1,.woocommerce-account .woocommerce>h2{margin:0 0 18px!important;color:var(--mm-navy,#0b1f3b)!important;font-weight:900!important;letter-spacing:-0.02em!important}.woocommerce-account .woocommerce #customer_login,.woocommerce-account .woocommerce #customer_login.u-columns.col2-set{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px!important;align-items:start!important;width:100%!important;margin:0!important;padding:0!important}.woocommerce-account .woocommerce #customer_login>.u-column1,.woocommerce-account .woocommerce #customer_login>.u-column2{float:none!important;clear:none!important;width:auto!important;margin:0!important;padding:0!important;display:block!important}.woocommerce-account .woocommerce #customer_login>div{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:18px!important;padding:26px!important;box-shadow:0 14px 40px rgba(17,24,39,.08)!important}.woocommerce-account .woocommerce #customer_login h2{margin:0 0 16px!important;font-size:28px!important;line-height:1.15!important;font-weight:900!important;color:var(--mm-navy,#0b1f3b)!important}.woocommerce-account .woocommerce .woocommerce-notices-wrapper{margin:0 0 18px!important}.woocommerce-account .woocommerce form{margin:0!important}.woocommerce-account .woocommerce form .form-row{margin:0 0 14px!important;padding:0!important}.woocommerce-account .woocommerce form label{display:block!important;margin:0 0 8px!important;font-weight:800!important;color:#111827!important}.woocommerce-account .woocommerce input[type="text"],.woocommerce-account .woocommerce input[type="email"],.woocommerce-account .woocommerce input[type="password"]{width:100%!important;height:48px!important;border-radius:12px!important;border:1px solid #d1d5db!important;background:#fff!important;padding:0 14px!important;outline:none!important;transition:.2s ease!important}.woocommerce-account .woocommerce input[type="text"]:focus,.woocommerce-account .woocommerce input[type="email"]:focus,.woocommerce-account .woocommerce input[type="password"]:focus{border-color:var(--mm-orange,#ff6600)!important;box-shadow:0 0 0 4px rgba(255,102,0,.14)!important}.woocommerce-account .woocommerce .woocommerce-password-strength{border-radius:10px!important;padding:10px 12px!important;margin-top:10px!important}.woocommerce-account .woocommerce button,.woocommerce-account .woocommerce .button,.woocommerce-account .woocommerce input.button{background:var(--mm-orange,#ff6600)!important;color:#fff!important;border:none!important;border-radius:12px!important;height:46px!important;padding:0 18px!important;font-weight:900!important;cursor:pointer!important;transition:.2s ease!important;box-shadow:0 10px 22px rgba(255,102,0,.22)!important}.woocommerce-account .woocommerce button:hover,.woocommerce-account .woocommerce .button:hover,.woocommerce-account .woocommerce input.button:hover{transform:translateY(-1px)!important;filter:brightness(.96)!important}.woocommerce-account .woocommerce form .button{min-width:140px!important}.woocommerce-account .woocommerce .woocommerce-form__label-for-checkbox{display:flex!important;align-items:center!important;gap:10px!important;margin:10px 0 14px!important;font-weight:700!important;color:#374151!important}.woocommerce-account .woocommerce .lost_password{margin:12px 0 0!important}.woocommerce-account .woocommerce a{color:var(--mm-navy,#0b1f3b)!important;font-weight:800!important;text-decoration:none!important}.woocommerce-account .woocommerce a:hover{color:var(--mm-orange,#ff6600)!important;text-decoration:underline!important}.woocommerce-account .woocommerce-MyAccount-navigation{width:260px!important;float:none!important;margin:0!important}.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:auto!important;margin:0!important}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none!important;margin:0!important;padding:0!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 14px 40px rgba(17,24,39,.08)!important}.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0!important;border-bottom:1px solid #eef2f7!important}.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{border-bottom:none!important}.woocommerce-account .woocommerce-MyAccount-navigation a{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:14px 16px!important;font-weight:900!important;color:#111827!important;text-decoration:none!important}.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:rgba(255,102,0,.10)!important;color:var(--mm-orange,#ff6600)!important}.woocommerce-account .woocommerce .woocommerce-MyAccount-wrap,.woocommerce-account .woocommerce .woocommerce-MyAccount-content,.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation{box-sizing:border-box!important}.woocommerce-account.logged-in .woocommerce{display:grid!important;grid-template-columns:280px 1fr!important;gap:24px!important;align-items:start!important}.woocommerce-account.logged-in .woocommerce-MyAccount-content{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:18px!important;padding:22px!important;box-shadow:0 14px 40px rgba(17,24,39,.08)!important}@media (max-width:900px){.woocommerce-account .woocommerce #customer_login,.woocommerce-account .woocommerce #customer_login.u-columns.col2-set{grid-template-columns:1fr!important}.woocommerce-account.logged-in .woocommerce{grid-template-columns:1fr!important}.woocommerce-account .woocommerce-MyAccount-navigation{width:auto!important}}.woocommerce-account .woocommerce #customer_login>div{border:0!important;}



/* === FIX: Logged-in My Account layout === */

.woocommerce-account.logged-in .woocommerce{
  display:grid !important;
  grid-template-columns: 280px 1fr !important;
  gap:32px !important;
  align-items:start !important;
  max-width:1200px !important;
  margin:40px auto !important;
}

/* remove centering behavior */
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
  float:none !important;
  width:100% !important;
  margin:0 !important;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  float:none !important;
  width:100% !important;
  margin:0 !important;
}

/* remove extra top spacing Woo adds */
.woocommerce-account.logged-in .woocommerce-MyAccount-content > p:first-child{
  margin-top:0 !important;
}

/* mobile */
@media (max-width:900px){
  .woocommerce-account.logged-in .woocommerce{
    grid-template-columns:1fr !important;
  }
}



/* === HARD FIX: Logged-in My Account always 2 columns === */
.woocommerce-account.logged-in .woocommerce{
  max-width:1200px !important;
  margin:40px auto !important;
  padding:0 16px !important;
}

/* Force the nav+content to be in one grid context */
.woocommerce-account.logged-in .woocommerce::after{
  content:"";
  display:block;
  clear:both;
}

/* Make both sections participate in a single grid */
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  float:none !important;
  clear:none !important;
  width:auto !important;
  margin:0 !important;
  display:block !important;
}

/* Create the 2-column layout using a wrapper hack:
   apply grid to the parent that contains both elements */
.woocommerce-account.logged-in .woocommerce{
  display:grid !important;
  grid-template-columns: 320px 1fr !important;
  gap:28px !important;
  align-items:start !important;
}

/* Ensure correct ordering */
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{order:1 !important;}
.woocommerce-account.logged-in .woocommerce-MyAccount-content{order:2 !important;}

/* Content card (keeps it looking consistent) */
.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  background:#fff !important;
  border:1px solid #e5e7eb !important;
  border-radius:18px !important;
  padding:22px !important;
  box-shadow:0 14px 40px rgba(17,24,39,.08) !important;
}

/* Mobile */
@media (max-width: 900px){
  .woocommerce-account.logged-in .woocommerce{
    grid-template-columns: 1fr !important;
  }
}



/* === FINAL FIX: Force Login + Register side-by-side === */

/* make the wrapper full width and not centered-narrow */
.woocommerce-account:not(.logged-in) .woocommerce{
  max-width:1200px !important;
  margin:0 auto !important;
  padding:28px 16px !important;
}

/* this is the actual wrapper Woo uses */
.woocommerce-account:not(.logged-in) #customer_login.u-columns.col2-set{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  display:grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap:28px !important;
  align-items:start !important;
}

/* kill any float/clear/width from theme */
.woocommerce-account:not(.logged-in) #customer_login.u-columns.col2-set .u-column1,
.woocommerce-account:not(.logged-in) #customer_login.u-columns.col2-set .u-column2{
  float:none !important;
  clear:none !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  display:block !important;
}

/* IMPORTANT: some themes set the register column to 100% + clear */
.woocommerce-account:not(.logged-in) #customer_login .u-column2{
  clear:none !important;
  width:auto !important;
}

/* mobile */
@media (max-width: 900px){
  .woocommerce-account:not(.logged-in) #customer_login.u-columns.col2-set{
    grid-template-columns: 1fr !important;
  }
}



