/*
Theme Name: Max Core PC Clean WooCommerce V61
Author: Max Core PC
Description: Clean WooCommerce theme for Max Core PC.
Version: 6.1.0
Text Domain: maxcorepc-clean
*/
:root{--green:#85c900;--dark:#111827;--muted:#6b7280;--line:#e5e7eb;--bg:#f4f6f8}*{box-sizing:border-box}body{margin:0;background:var(--bg);font-family:Arial,Helvetica,sans-serif;color:#111827}a{text-decoration:none;color:inherit}img{max-width:100%}.wrap{max-width:1260px;width:calc(100% - 36px);margin:auto}.topbar{background:#111;color:#ddd;font-size:13px}.topbar .wrap{min-height:38px;display:flex;gap:24px;align-items:center;flex-wrap:wrap}.site-header{background:#fff;border-bottom:1px solid var(--line)}.header-grid{min-height:92px;display:grid;grid-template-columns:240px 1fr 145px 115px;gap:18px;align-items:center}.site-logo img,.custom-logo{height:58px;width:auto;max-width:240px;object-fit:contain}.search-form{height:48px;border:2px solid #222;border-radius:6px;display:grid;grid-template-columns:1fr 110px;overflow:hidden}.search-form input{border:0;padding:0 14px;font-weight:700;outline:0}.search-form button{border:0;background:var(--green);font-weight:900}.account-link{font-size:13px;font-weight:800}.cart-link{font-weight:900}.cart-link span{background:var(--green);border-radius:999px;padding:3px 8px}.cart-link small{display:block;color:#555}.main-nav{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 4px 14px #0001}.nav-inner{min-height:52px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.menu{display:flex;gap:6px;list-style:none;margin:0;padding:0;flex-wrap:wrap}.menu a{display:flex;height:40px;align-items:center;padding:0 14px;font-weight:900;border-radius:4px}.menu a:hover{background:#f3f4f6}.cat-menu{position:relative;z-index:999}.cat-button{height:42px;padding:0 16px;background:var(--green);border:0;border-radius:5px;font-weight:900;cursor:pointer}.cat-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:310px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 22px 70px #0004;padding:8px;display:none;max-height:520px;overflow:auto}.cat-menu:hover .cat-dropdown,.cat-menu.open .cat-dropdown{display:block}.cat-dropdown a{display:flex;justify-content:space-between;gap:10px;padding:12px;border-radius:8px;border-bottom:1px solid #f3f4f6;font-weight:900}.cat-dropdown a:before{content:"›";color:var(--green);font-size:22px}.cat-dropdown a small{color:var(--muted);font-size:11px}.cat-dropdown a:hover{background:#f4fce3}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;background:linear-gradient(105deg,#111827 0%,#182133 54%,#d7fb5a 54%,#85c900 100%);border-radius:12px;color:#fff;margin-top:24px;padding:48px;overflow:hidden}.hero h1{font-size:46px;line-height:1.05;margin:12px 0}.hero p{font-size:18px;color:#e5e7eb}.hero img{max-height:330px;object-fit:contain;filter:drop-shadow(0 24px 30px #0005)}.eyebrow{color:#d4ff25;font-weight:900;letter-spacing:2px;text-transform:uppercase}.btn{display:inline-flex;padding:13px 22px;background:var(--green);color:#111;border-radius:6px;font-weight:900;margin-top:10px}.btn.dark{background:#111;color:#fff;margin-left:8px}.info-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px;margin-bottom:34px}.info-strip>div{background:#fff;border-radius:8px;padding:18px;box-shadow:0 8px 24px #0001}.info-strip b,.info-strip span{display:block}.info-strip span{color:var(--muted);font-size:13px}.home-section{margin-top:42px;margin-bottom:36px}.section-title{display:flex;align-items:center;gap:14px;margin-bottom:18px}.section-title span{color:var(--green);font-weight:900;text-transform:uppercase}.section-title h2{font-size:30px;margin:0}.section-title a{margin-left:auto;font-weight:900}.product-grid,.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:20px!important;margin:0!important;padding:0!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.product-card,.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:10px!important;padding:14px!important;box-shadow:0 8px 24px #0001!important;text-align:left!important}.product-card img,.woocommerce ul.products li.product img{height:190px!important;width:100%!important;object-fit:contain!important;background:#f8fafc!important;border-radius:8px!important;padding:14px!important}.product-card span{color:var(--green);font-weight:900;font-size:13px}.product-card h3,.woocommerce-loop-product__title{font-size:15px!important;min-height:42px;color:#111827!important}.price{font-weight:900;color:#111!important}.view-btn,.woocommerce a.button,.woocommerce button.button{display:inline-flex!important;background:#222!important;color:#fff!important;border-radius:6px!important;padding:11px 14px!important;font-weight:900!important}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.category-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:16px;text-align:center;box-shadow:0 8px 24px #0001}.category-card img{height:85px;width:100%;object-fit:contain}.category-card strong{display:block;margin-top:10px}.category-card span{display:block;color:var(--muted);font-size:12px;margin-top:4px}.shop-layout{display:grid;grid-template-columns:270px 1fr;gap:24px;margin-top:24px}.shop-sidebar,.shop-main,.page-box{background:#fff;border-radius:8px;padding:24px;box-shadow:0 8px 24px #0001}.single-product-area{display:block}.site-footer{background:#0b1220;color:#d1d5db;margin-top:44px;padding:36px 0 16px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:28px}.footer-logo{height:54px;width:auto;max-width:260px}.site-footer a{display:block;color:#d1d5db;margin:8px 0}.site-footer h3{color:#fff}.copyright{border-top:1px solid #1f2937;margin-top:24px;padding-top:14px;font-size:13px}@media(max-width:1000px){.header-grid{grid-template-columns:1fr}.product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important}.category-grid{grid-template-columns:repeat(3,1fr)}.hero{grid-template-columns:1fr}.shop-layout{grid-template-columns:1fr}.info-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.product-grid,.woocommerce ul.products,.category-grid,.info-strip,.footer-grid{grid-template-columns:1fr!important}.hero{padding:28px}.hero h1{font-size:34px}.cat-menu{width:100%}.cat-button{width:100%;text-align:left}.cat-dropdown{position:static;width:100%;margin-top:8px}.section-title{align-items:flex-start;flex-direction:column}.section-title a{margin-left:0}}

/* v8 fixed visible category dropdown */
.main-nav,.nav-inner,.cat-menu{overflow:visible!important}
.cat-menu{position:relative!important;z-index:99999!important}
.cat-button{display:inline-flex!important;align-items:center!important;justify-content:center!important}
.cat-dropdown{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  left:0!important;
  width:320px!important;
  background:#fff!important;
  border:1px solid #e5e7eb!important;
  border-radius:12px!important;
  box-shadow:0 22px 70px rgba(0,0,0,.28)!important;
  padding:8px!important;
  z-index:999999!important;
  max-height:520px!important;
  overflow:auto!important;
  display:none!important;
}
.cat-menu:hover .cat-dropdown,
.cat-menu.open .cat-dropdown,
.cat-menu:focus-within .cat-dropdown{display:block!important}
.cat-dropdown a{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:8px!important;
  align-items:center!important;
  width:100%!important;
  min-height:44px!important;
  padding:11px 12px!important;
  border-radius:8px!important;
  border-bottom:1px solid #f3f4f6!important;
  color:#111827!important;
  background:#fff!important;
  font-weight:900!important;
}
.cat-dropdown a:hover{background:#f4fce3!important;color:#4d7c0f!important}
.cat-dropdown a span{font-size:14px!important}
.cat-dropdown a small{font-size:11px!important;color:#6b7280!important;font-weight:700!important}
@media(max-width:600px){
  .cat-dropdown{position:static!important;width:100%!important;margin-top:8px!important;max-height:none!important}
}


/* v9 Proper MyItem-style All Categories menu */
.main-nav,
.nav-inner,
.cat-menu{
  overflow:visible!important;
}
.cat-menu{
  position:relative!important;
  z-index:999999!important;
  flex:0 0 auto!important;
}
.cat-button{
  height:42px!important;
  min-width:160px!important;
  padding:0 16px!important;
  background:#85c900!important;
  color:#111!important;
  border:0!important;
  border-radius:6px!important;
  font-weight:900!important;
  cursor:pointer!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
}
.cat-dropdown{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  left:0!important;
  width:360px!important;
  max-height:560px!important;
  overflow:auto!important;
  background:#fff!important;
  border:1px solid #e5e7eb!important;
  border-radius:12px!important;
  box-shadow:0 22px 70px rgba(0,0,0,.28)!important;
  padding:10px!important;
  z-index:999999!important;
  display:none!important;
}
.cat-menu:hover .cat-dropdown,
.cat-menu.open .cat-dropdown,
.cat-menu:focus-within .cat-dropdown{
  display:block!important;
}
.cat-dropdown a.cat-drop-item,
.cat-dropdown .cat-drop-item{
  display:grid!important;
  grid-template-columns:34px 1fr 18px!important;
  gap:10px!important;
  align-items:center!important;
  width:100%!important;
  min-height:56px!important;
  padding:10px 12px!important;
  border-radius:10px!important;
  border-bottom:1px solid #f3f4f6!important;
  background:#fff!important;
  color:#111827!important;
  text-align:left!important;
  font-weight:900!important;
  line-height:1.2!important;
}
.cat-dropdown a.cat-drop-item:before{
  content:none!important;
  display:none!important;
}
.cat-ico{
  width:34px!important;
  height:34px!important;
  border-radius:9px!important;
  background:#f4fce3!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:18px!important;
}
.cat-text{
  display:block!important;
  min-width:0!important;
}
.cat-text b{
  display:block!important;
  color:#111827!important;
  font-size:14px!important;
  font-weight:900!important;
  text-align:left!important;
  margin:0!important;
}
.cat-text small{
  display:block!important;
  color:#6b7280!important;
  font-size:11px!important;
  font-weight:700!important;
  margin-top:3px!important;
  text-align:left!important;
  white-space:normal!important;
}
.cat-arrow{
  color:#85c900!important;
  font-size:24px!important;
  font-weight:900!important;
  text-align:right!important;
}
.cat-dropdown a.cat-drop-item:hover{
  background:#f4fce3!important;
  color:#4d7c0f!important;
}
@media(max-width:700px){
  .cat-menu{width:100%!important}
  .cat-button{width:100%!important;justify-content:flex-start!important}
  .cat-dropdown{
    position:static!important;
    width:100%!important;
    margin-top:8px!important;
    max-height:none!important;
  }
}


/* v10 All Categories with MyItem-style sub categories */
.cat-dropdown.mega-cat-dropdown{
  width:390px!important;
  max-height:650px!important;
  padding:10px!important;
}
.cat-group{
  border-bottom:1px solid #f1f5f9!important;
  padding-bottom:6px!important;
  margin-bottom:6px!important;
}
.cat-group:last-child{border-bottom:0!important;margin-bottom:0!important}
.cat-parent{
  display:grid!important;
  grid-template-columns:34px 1fr 18px!important;
  gap:10px!important;
  align-items:center!important;
  padding:10px 12px!important;
  border-radius:10px!important;
  color:#111827!important;
  background:#fff!important;
}
.cat-parent:before{content:none!important;display:none!important}
.cat-parent:hover{background:#f4fce3!important}
.cat-submenu{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:4px 8px!important;
  padding:2px 8px 8px 56px!important;
}
.cat-subitem{
  display:block!important;
  color:#4b5563!important;
  font-size:12px!important;
  font-weight:700!important;
  padding:6px 8px!important;
  border-radius:6px!important;
  line-height:1.2!important;
  border:0!important;
}
.cat-subitem:before{
  content:"•"!important;
  color:#85c900!important;
  margin-right:5px!important;
}
.cat-subitem:hover{
  background:#f4fce3!important;
  color:#111827!important;
}
@media(max-width:700px){
  .cat-dropdown.mega-cat-dropdown{width:100%!important;max-height:none!important}
  .cat-submenu{grid-template-columns:1fr!important;padding-left:48px!important}
}


/* v11 organized All Categories menu */
.nav-inner, .main-nav, .organized-cat-menu{overflow:visible!important}
.organized-cat-menu{position:relative!important;z-index:999999!important}
.organized-dropdown{
  width:620px!important;
  max-height:650px!important;
  padding:12px!important;
  overflow:auto!important;
}
.organized-dropdown .cat-group{
  display:grid!important;
  grid-template-columns:235px 1fr!important;
  gap:10px!important;
  align-items:start!important;
  padding:10px!important;
  border-bottom:1px solid #edf2f7!important;
  border-radius:12px!important;
  margin:0!important;
}
.organized-dropdown .cat-group:hover{background:#fbfff2!important}
.organized-dropdown .cat-parent{
  display:grid!important;
  grid-template-columns:36px 1fr 14px!important;
  gap:10px!important;
  align-items:center!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#111827!important;
  text-align:left!important;
}
.organized-dropdown .cat-parent:before{content:none!important;display:none!important}
.organized-dropdown .cat-ico{
  width:36px!important;
  height:36px!important;
  border-radius:10px!important;
  background:#ecfccb!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:18px!important;
}
.organized-dropdown .cat-text b{
  display:block!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:900!important;
  color:#111827!important;
  text-align:left!important;
}
.organized-dropdown .cat-text small{
  display:block!important;
  margin-top:3px!important;
  font-size:11px!important;
  line-height:1.25!important;
  color:#6b7280!important;
  font-weight:700!important;
  text-align:left!important;
  white-space:normal!important;
}
.organized-dropdown .cat-arrow{
  color:#85c900!important;
  font-size:22px!important;
  font-weight:900!important;
}
.organized-dropdown .cat-submenu{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  padding:0!important;
  align-items:flex-start!important;
}
.organized-dropdown .cat-subitem{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:6px 9px!important;
  border-radius:999px!important;
  background:#f8fafc!important;
  color:#374151!important;
  font-size:12px!important;
  line-height:1.1!important;
  font-weight:800!important;
  border:1px solid #e5e7eb!important;
  white-space:nowrap!important;
}
.organized-dropdown .cat-subitem:before{
  content:""!important;
  display:none!important;
}
.organized-dropdown .cat-subitem:hover{
  background:#85c900!important;
  color:#111!important;
  border-color:#85c900!important;
}
@media(max-width:760px){
  .organized-dropdown{width:100%!important;max-height:none!important}
  .organized-dropdown .cat-group{grid-template-columns:1fr!important}
  .organized-dropdown .cat-submenu{padding-left:46px!important}
}


/* v12 proper hover mega menu: parent list + right-side subcategory panel */
.hover-mega-menu{
  position:relative!important;
  z-index:999999!important;
}
.hover-mega-dropdown{
  width:330px!important;
  max-height:590px!important;
  overflow:visible!important;
  padding:8px!important;
}
.hover-mega-dropdown .mega-row{
  position:relative!important;
  border-bottom:1px solid #f1f5f9!important;
}
.hover-mega-dropdown .mega-row:last-child{border-bottom:0!important}
.hover-mega-dropdown .mega-parent{
  display:grid!important;
  grid-template-columns:36px 1fr 16px!important;
  align-items:center!important;
  gap:10px!important;
  min-height:54px!important;
  padding:8px 10px!important;
  border-radius:9px!important;
  color:#111827!important;
  background:#fff!important;
  text-align:left!important;
}
.hover-mega-dropdown .mega-parent:before{
  content:none!important;
  display:none!important;
}
.hover-mega-dropdown .mega-icon{
  width:34px!important;
  height:34px!important;
  border-radius:9px!important;
  background:#ecfccb!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:17px!important;
}
.hover-mega-dropdown .mega-main b{
  display:block!important;
  color:#111827!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:900!important;
}
.hover-mega-dropdown .mega-main small{
  display:block!important;
  margin-top:3px!important;
  color:#6b7280!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:700!important;
  white-space:normal!important;
}
.hover-mega-dropdown .mega-arrow{
  color:#85c900!important;
  font-size:22px!important;
  font-weight:900!important;
}
.hover-mega-dropdown .mega-row:hover .mega-parent{
  background:#f4fce3!important;
}
.hover-mega-dropdown .mega-subpanel{
  display:none!important;
  position:absolute!important;
  top:-8px!important;
  left:calc(100% + 10px)!important;
  width:430px!important;
  min-height:220px!important;
  max-height:560px!important;
  overflow:auto!important;
  background:#fff!important;
  border:1px solid #e5e7eb!important;
  border-radius:14px!important;
  box-shadow:0 22px 70px rgba(0,0,0,.22)!important;
  padding:18px!important;
  z-index:1000000!important;
}
.hover-mega-dropdown .mega-row:hover .mega-subpanel{
  display:block!important;
}
.mega-subhead{
  border-bottom:1px solid #eef2f7!important;
  padding-bottom:12px!important;
  margin-bottom:12px!important;
}
.mega-subhead h3{
  margin:0 0 4px!important;
  color:#111827!important;
  font-size:20px!important;
  line-height:1.2!important;
}
.mega-subhead p{
  margin:0!important;
  color:#6b7280!important;
  font-size:13px!important;
}
.mega-subgrid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
}
.mega-subitem{
  display:flex!important;
  align-items:center!important;
  min-height:36px!important;
  padding:9px 10px!important;
  border-radius:8px!important;
  background:#f8fafc!important;
  border:1px solid #e5e7eb!important;
  color:#374151!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.2!important;
}
.mega-subitem:before{
  content:"•"!important;
  color:#85c900!important;
  font-size:18px!important;
  margin-right:7px!important;
}
.mega-subitem:hover{
  background:#85c900!important;
  border-color:#85c900!important;
  color:#111!important;
}
@media(max-width:900px){
  .hover-mega-dropdown{
    width:100%!important;
    max-height:none!important;
    overflow:visible!important;
  }
  .hover-mega-dropdown .mega-subpanel{
    position:static!important;
    display:block!important;
    width:100%!important;
    min-height:0!important;
    box-shadow:none!important;
    border:0!important;
    border-radius:8px!important;
    padding:8px 8px 12px 46px!important;
    background:#fff!important;
  }
  .mega-subhead{display:none!important}
  .mega-subgrid{grid-template-columns:1fr!important}
}


/* v13 mega menu hover bridge fix */
.hover-mega-dropdown .mega-row{
  position:relative!important;
}

/* invisible bridge between left menu and right sub panel, so mouse can travel without closing */
.hover-mega-dropdown .mega-row::after{
  content:""!important;
  position:absolute!important;
  top:0!important;
  left:100%!important;
  width:22px!important;
  height:100%!important;
  background:transparent!important;
  z-index:999999!important;
}

.hover-mega-dropdown .mega-subpanel{
  left:calc(100% + 0px)!important;
}

/* keep submenu open when mouse is on submenu itself */
.hover-mega-dropdown .mega-row:hover .mega-subpanel,
.hover-mega-dropdown .mega-row:focus-within .mega-subpanel,
.hover-mega-dropdown .mega-subpanel:hover{
  display:block!important;
}

/* make the right panel start from top of main dropdown for easier mouse movement */
.hover-mega-dropdown .mega-subpanel{
  top:0!important;
}

/* create active feeling */
.hover-mega-dropdown .mega-row:hover .mega-parent,
.hover-mega-dropdown .mega-row:focus-within .mega-parent{
  background:#f4fce3!important;
}


/* v14 product card fix for imported WooCommerce products */
.product-grid.mc-real-products{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:20px!important;
  list-style:none!important;
  padding:0!important;
  margin:0!important;
}
.product-card.woo-card{
  list-style:none!important;
  background:#fff!important;
  border:1px solid #e5e7eb!important;
  border-radius:10px!important;
  padding:14px!important;
  box-shadow:0 8px 24px rgba(0,0,0,.06)!important;
  overflow:hidden!important;
}
.product-card.woo-card a{display:block!important;color:#111827!important}
.product-card.woo-card img{
  height:190px!important;
  width:100%!important;
  object-fit:contain!important;
  background:#f8fafc!important;
  border-radius:8px!important;
  padding:14px!important;
  margin:0 0 12px!important;
}
.product-card.woo-card span{
  color:#85c900!important;
  font-weight:900!important;
  font-size:13px!important;
}
.product-card.woo-card h3{
  min-height:42px!important;
  margin:8px 0 10px!important;
  font-size:15px!important;
  line-height:1.35!important;
  color:#111827!important;
  font-weight:900!important;
}
.product-card.woo-card .price,
.product-card.woo-card .price span,
.product-card.woo-card .amount{
  color:#111827!important;
  font-weight:900!important;
  font-size:16px!important;
  margin:10px 0!important;
}
.product-card.woo-card .view-btn{
  display:inline-flex!important;
  background:#222!important;
  color:#fff!important;
  border-radius:6px!important;
  padding:11px 14px!important;
  font-weight:900!important;
}
.product-card.woo-card .view-btn:hover{background:#85c900!important;color:#111!important}
.home-section ul.products{list-style:none!important}
.home-section ul.products li{list-style:none!important}
@media(max-width:1000px){.product-grid.mc-real-products{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:600px){.product-grid.mc-real-products{grid-template-columns:1fr!important}}


/* v15 product click + single product detail page */
.product-card.woo-card .product-img-link,
.product-card.woo-card .product-cat-link{
  display:block!important;
}
.product-card.woo-card h3 a{
  color:#111827!important;
}
.product-card.woo-card .view-btn{
  text-decoration:none!important;
}
.product-card.woo-card:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.12)!important;
  transition:.18s ease!important;
}
.mc-single-product{
  margin-top:28px!important;
  margin-bottom:40px!important;
}
.mc-product-detail{
  display:grid!important;
  grid-template-columns:minmax(320px, .95fr) minmax(360px, 1.05fr)!important;
  gap:32px!important;
  background:#fff!important;
  border-radius:14px!important;
  padding:28px!important;
  box-shadow:0 10px 30px rgba(0,0,0,.08)!important;
}
.mc-product-gallery{
  background:#f8fafc!important;
  border-radius:14px!important;
  padding:24px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:420px!important;
}
.mc-product-gallery img{
  max-height:420px!important;
  width:100%!important;
  object-fit:contain!important;
}
.mc-product-info h1{
  font-size:34px!important;
  line-height:1.15!important;
  margin:12px 0!important;
  color:#111827!important;
}
.mc-single-price,
.mc-single-price .amount{
  font-size:26px!important;
  font-weight:900!important;
  color:#111827!important;
  margin:16px 0!important;
}
.mc-short-desc{
  color:#4b5563!important;
  font-size:15px!important;
  line-height:1.6!important;
  margin:16px 0!important;
}
.mc-product-actions{
  display:flex!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  margin:22px 0!important;
}
.mc-product-actions form.cart{
  display:flex!important;
  gap:10px!important;
  align-items:center!important;
  margin:0!important;
}
.mc-product-actions .quantity .qty{
  height:44px!important;
  border:1px solid #d1d5db!important;
  border-radius:6px!important;
}
.mc-product-actions .single_add_to_cart_button,
.mc-whatsapp{
  min-height:44px!important;
  border:0!important;
  border-radius:7px!important;
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-weight:900!important;
  background:#85c900!important;
  color:#111!important;
  text-decoration:none!important;
}
.mc-whatsapp{
  background:#111827!important;
  color:#fff!important;
}
.mc-meta-box{
  border-top:1px solid #e5e7eb!important;
  padding-top:16px!important;
  color:#6b7280!important;
  font-size:14px!important;
}
.mc-product-tabs,
.mc-related-products{
  background:#fff!important;
  margin-top:24px!important;
  border-radius:14px!important;
  padding:24px!important;
  box-shadow:0 10px 30px rgba(0,0,0,.06)!important;
}
.mc-related-products ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:18px!important;
}
@media(max-width:900px){
  .mc-product-detail{grid-template-columns:1fr!important}
  .mc-product-gallery{min-height:300px!important}
  .mc-product-info h1{font-size:28px!important}
  .mc-related-products ul.products{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:600px){
  .mc-related-products ul.products{grid-template-columns:1fr!important}
}


/* v16 force product detail links */
.product-card.woo-card a.product-img-link,
.product-card.woo-card h3 a,
.product-card.woo-card a.view-btn{
  cursor:pointer!important;
  pointer-events:auto!important;
}


/* v17 single product page full-width layout fix */
.single-product .wrap,
.mc-single-product-page{
  width:min(1260px,calc(100% - 36px))!important;
  max-width:1260px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.mc-single-product-page{
  margin-top:28px!important;
  margin-bottom:44px!important;
}
.mc-product-view{
  display:grid!important;
  grid-template-columns:minmax(380px, 48%) minmax(420px, 1fr)!important;
  gap:34px!important;
  align-items:start!important;
  background:#fff!important;
  border-radius:16px!important;
  padding:30px!important;
  box-shadow:0 12px 36px rgba(0,0,0,.08)!important;
}
.mc-product-image-box{
  background:#f8fafc!important;
  border-radius:14px!important;
  min-height:460px!important;
  padding:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.mc-product-image-box img{
  width:100%!important;
  max-width:520px!important;
  max-height:440px!important;
  object-fit:contain!important;
  margin:0!important;
}
.mc-product-summary-box{
  min-width:0!important;
  width:100%!important;
}
.mc-back-link{
  display:inline-block!important;
  margin-bottom:14px!important;
  color:#4d7c0f!important;
  font-weight:800!important;
}
.mc-product-summary-box h1{
  font-size:38px!important;
  line-height:1.15!important;
  margin:0 0 16px!important;
  color:#071225!important;
  word-break:normal!important;
}
.mc-product-price,
.mc-product-price .amount{
  font-size:28px!important;
  color:#111827!important;
  font-weight:900!important;
  margin:16px 0!important;
}
.mc-product-short{
  color:#4b5563!important;
  font-size:15px!important;
  line-height:1.6!important;
  margin:16px 0 20px!important;
}
.mc-product-buy{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  margin:22px 0!important;
}
.mc-product-buy form.cart{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
}
.mc-product-buy .quantity .qty{
  width:76px!important;
  height:44px!important;
  border:1px solid #d1d5db!important;
  border-radius:7px!important;
}
.mc-product-buy .single_add_to_cart_button,
.mc-whatsapp{
  min-height:44px!important;
  border:0!important;
  border-radius:7px!important;
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-weight:900!important;
  background:#85c900!important;
  color:#111!important;
  text-decoration:none!important;
}
.mc-whatsapp{
  background:#111827!important;
  color:#fff!important;
}
.mc-product-meta{
  border-top:1px solid #e5e7eb!important;
  padding-top:16px!important;
  margin-top:18px!important;
  color:#6b7280!important;
  font-size:14px!important;
}
.mc-product-meta a{color:#4d7c0f!important}
.mc-description-box,
.mc-related-box{
  background:#fff!important;
  border-radius:16px!important;
  padding:28px!important;
  margin-top:24px!important;
  box-shadow:0 12px 36px rgba(0,0,0,.06)!important;
}
.mc-description-box h2{
  margin:0 0 16px!important;
  font-size:26px!important;
  color:#111827!important;
}
.mc-desc-content{
  color:#111827!important;
  line-height:1.7!important;
}
.mc-desc-content ul{padding-left:22px!important}
.mc-related-box ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:18px!important;
}
.single-product .woocommerce-breadcrumb,
.single-product .woocommerce-tabs,
.single-product div.product{
  width:auto!important;
  max-width:none!important;
}
@media(max-width:950px){
  .mc-product-view{grid-template-columns:1fr!important;padding:22px!important}
  .mc-product-image-box{min-height:320px!important}
  .mc-product-summary-box h1{font-size:30px!important}
  .mc-related-box ul.products{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:600px){
  .mc-single-product-page{width:calc(100% - 22px)!important}
  .mc-product-view,.mc-description-box,.mc-related-box{padding:18px!important}
  .mc-product-summary-box h1{font-size:26px!important}
  .mc-related-box ul.products{grid-template-columns:1fr!important}
}


/* v18 HARD FIX: product detail page */
body.single-product .site-main,
body.single-product .content-area,
body.single-product .shop-main,
body.single-product .single-product-area,
body.single-product .woocommerce,
body.single-product div.product{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  clear:both!important;
  display:block!important;
}
body.single-product .woocommerce div.product div.images,
body.single-product .woocommerce div.product div.summary{
  float:none!important;
  width:auto!important;
}
.mc-product-page-wrap{
  width:min(1260px, calc(100% - 36px))!important;
  max-width:1260px!important;
  margin:28px auto 44px!important;
  display:block!important;
  clear:both!important;
}
.mc-product-page-card{
  display:grid!important;
  grid-template-columns:minmax(420px, 48%) minmax(420px, 1fr)!important;
  gap:34px!important;
  align-items:start!important;
  background:#fff!important;
  border-radius:16px!important;
  padding:30px!important;
  box-shadow:0 12px 36px rgba(0,0,0,.08)!important;
  width:100%!important;
}
.mc-product-page-image{
  min-height:460px!important;
  background:#f8fafc!important;
  border-radius:14px!important;
  padding:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.mc-product-page-image img{
  width:100%!important;
  max-width:540px!important;
  max-height:440px!important;
  object-fit:contain!important;
  margin:0!important;
  padding:0!important;
}
.mc-product-page-info{
  width:100%!important;
  min-width:0!important;
}
.mc-back-shop{
  display:inline-block!important;
  margin-bottom:14px!important;
  color:#4d7c0f!important;
  font-weight:800!important;
}
.mc-product-page-info h1{
  margin:0 0 16px!important;
  font-size:38px!important;
  line-height:1.15!important;
  color:#071225!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
.mc-page-price,
.mc-page-price .amount{
  font-size:28px!important;
  font-weight:900!important;
  color:#111827!important;
  margin:16px 0!important;
}
.mc-page-shortdesc{
  margin:16px 0 20px!important;
  color:#4b5563!important;
  font-size:15px!important;
  line-height:1.65!important;
}
.mc-page-actions{
  display:flex!important;
  gap:12px!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  margin:22px 0!important;
}
.mc-page-actions form.cart{
  display:flex!important;
  gap:10px!important;
  align-items:center!important;
  margin:0!important;
}
.mc-page-actions .quantity .qty{
  width:76px!important;
  height:44px!important;
  border:1px solid #d1d5db!important;
  border-radius:7px!important;
}
.mc-page-actions .single_add_to_cart_button,
.mc-whatsapp-btn{
  min-height:44px!important;
  border:0!important;
  border-radius:7px!important;
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-weight:900!important;
  background:#85c900!important;
  color:#111!important;
  text-decoration:none!important;
}
.mc-whatsapp-btn{
  background:#111827!important;
  color:#fff!important;
}
.mc-page-meta{
  border-top:1px solid #e5e7eb!important;
  padding-top:16px!important;
  margin-top:18px!important;
  color:#6b7280!important;
  font-size:14px!important;
}
.mc-page-description,
.mc-page-related{
  background:#fff!important;
  border-radius:16px!important;
  padding:28px!important;
  margin-top:24px!important;
  box-shadow:0 12px 36px rgba(0,0,0,.06)!important;
}
.mc-page-description h2{
  margin:0 0 16px!important;
  font-size:26px!important;
  color:#111827!important;
}
.mc-page-description div{
  line-height:1.7!important;
}
.mc-page-description ul{
  padding-left:22px!important;
}
.mc-page-related ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:18px!important;
}
@media(max-width:950px){
  .mc-product-page-card{grid-template-columns:1fr!important;padding:22px!important}
  .mc-product-page-image{min-height:320px!important}
  .mc-product-page-info h1{font-size:30px!important}
  .mc-page-related ul.products{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:600px){
  .mc-product-page-wrap{width:calc(100% - 22px)!important}
  .mc-product-page-card,.mc-page-description,.mc-page-related{padding:18px!important}
  .mc-product-page-info h1{font-size:26px!important}
  .mc-page-related ul.products{grid-template-columns:1fr!important}
}


/* v19 updated supplied Max Core logo */
.site-logo img,
.custom-logo{
  height:64px!important;
  width:auto!important;
  max-width:330px!important;
  object-fit:contain!important;
}
.footer-logo{
  height:58px!important;
  width:auto!important;
  max-width:330px!important;
  object-fit:contain!important;
}
.header-grid{
  grid-template-columns:300px 1fr 145px 115px!important;
}
@media(max-width:1000px){
  .header-grid{grid-template-columns:1fr!important}
  .site-logo img,.custom-logo{height:58px!important;max-width:290px!important}
}


/* v20 All Categories menu alignment + clean line fix */
.hover-mega-menu,
.hover-mega-dropdown{
  overflow:visible!important;
}
.hover-mega-dropdown{
  width:332px!important;
  max-height:78vh!important;
  padding:10px!important;
  border-radius:16px!important;
  box-shadow:0 18px 50px rgba(0,0,0,.18)!important;
  background:#fff!important;
}
.hover-mega-dropdown .mega-row{
  position:relative!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  border-bottom:1px solid #e9edf2!important;
}
.hover-mega-dropdown .mega-row:last-child{
  border-bottom:0!important;
}
.hover-mega-dropdown .mega-parent{
  min-height:68px!important;
  padding:12px 14px!important;
  display:grid!important;
  grid-template-columns:42px 1fr 14px!important;
  align-items:center!important;
  gap:12px!important;
  border-radius:10px!important;
  margin:0!important;
  box-sizing:border-box!important;
}
.hover-mega-dropdown .mega-icon{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  border-radius:12px!important;
  font-size:18px!important;
  background:#edf7cf!important;
}
.hover-mega-dropdown .mega-main{
  min-width:0!important;
  display:block!important;
}
.hover-mega-dropdown .mega-main b{
  display:block!important;
  margin:0 0 2px 0!important;
  font-size:15px!important;
  line-height:1.15!important;
  font-weight:900!important;
  color:#111827!important;
}
.hover-mega-dropdown .mega-main small{
  display:block!important;
  margin:0!important;
  font-size:12px!important;
  line-height:1.25!important;
  color:#6b7280!important;
  font-weight:700!important;
}
.hover-mega-dropdown .mega-arrow{
  font-size:24px!important;
  line-height:1!important;
  text-align:right!important;
}
.hover-mega-dropdown::-webkit-scrollbar{
  width:8px!important;
}
.hover-mega-dropdown::-webkit-scrollbar-thumb{
  background:#cfd8e3!important;
  border-radius:8px!important;
}
.hover-mega-dropdown::-webkit-scrollbar-track{
  background:transparent!important;
}

/* keep submenu clean and not causing visual overlap */
.hover-mega-dropdown .mega-subpanel{
  top:0!important;
  left:calc(100% + 8px)!important;
  border-radius:16px!important;
}

/* mobile fallback: no broken lines */
@media(max-width:900px){
  .hover-mega-dropdown{
    width:100%!important;
    max-height:none!important;
    padding:8px!important;
  }
  .hover-mega-dropdown .mega-parent{
    min-height:62px!important;
    grid-template-columns:38px 1fr 14px!important;
    padding:10px 12px!important;
  }
  .hover-mega-dropdown .mega-icon{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
  }
}


/* v21 All Categories single clean box style */
.hover-mega-dropdown,
.cat-dropdown{
  width:345px!important;
  max-height:82vh!important;
  overflow-y:auto!important;
  overflow-x:visible!important;
  background:#fff!important;
  border:1px solid #e5e7eb!important;
  border-radius:14px!important;
  box-shadow:0 20px 55px rgba(0,0,0,.18)!important;
  padding:8px 10px!important;
}

/* one continuous box: remove separate card look */
.hover-mega-dropdown .mega-row{
  display:block!important;
  margin:0!important;
  padding:0!important;
  border-bottom:1px solid #edf0f3!important;
  border-radius:0!important;
  background:transparent!important;
}
.hover-mega-dropdown .mega-row:last-child{
  border-bottom:0!important;
}
.hover-mega-dropdown .mega-row:hover{
  background:transparent!important;
}

.hover-mega-dropdown .mega-parent{
  min-height:58px!important;
  padding:8px 4px!important;
  margin:0!important;
  border-radius:0!important;
  background:transparent!important;
  display:grid!important;
  grid-template-columns:42px 1fr 18px!important;
  align-items:center!important;
  gap:10px!important;
}
.hover-mega-dropdown .mega-row:hover .mega-parent{
  background:transparent!important;
}
.hover-mega-dropdown .mega-parent:hover{
  background:#f7fceb!important;
  border-radius:9px!important;
}

.hover-mega-dropdown .mega-icon{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:10px!important;
  background:#eff9d7!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:17px!important;
}

.hover-mega-dropdown .mega-main b{
  font-size:15px!important;
  line-height:1.15!important;
  margin:0!important;
  color:#111827!important;
  font-weight:900!important;
  display:block!important;
}
.hover-mega-dropdown .mega-main small{
  font-size:12px!important;
  line-height:1.2!important;
  margin-top:3px!important;
  color:#6b7280!important;
  font-weight:700!important;
  display:block!important;
}

.hover-mega-dropdown .mega-arrow{
  color:#79bf00!important;
  font-size:24px!important;
  font-weight:900!important;
  line-height:1!important;
}

/* right-side sub panel remains as one clean box */
.hover-mega-dropdown .mega-subpanel{
  left:calc(100% + 8px)!important;
  top:0!important;
  width:430px!important;
  background:#fff!important;
  border:1px solid #e5e7eb!important;
  border-radius:14px!important;
  box-shadow:0 20px 55px rgba(0,0,0,.18)!important;
}

/* no weird separate rounded chunks from older CSS */
.organized-dropdown .cat-group,
.cat-group,
.cat-parent{
  border-radius:0!important;
}


/* v22 show sub categories inside the same All Categories box */
.hover-mega-dropdown,
.cat-dropdown{
  overflow-y:auto!important;
  overflow-x:hidden!important;
}

/* Make sub categories always visible under each main category */
.hover-mega-dropdown .mega-subpanel{
  display:block!important;
  position:static!important;
  width:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0 0 10px 52px!important;
  margin:0!important;
}
.hover-mega-dropdown .mega-row:hover .mega-subpanel,
.hover-mega-dropdown .mega-subpanel:hover{
  display:block!important;
}
.hover-mega-dropdown .mega-subhead{
  display:none!important;
}
.hover-mega-dropdown .mega-subgrid{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  padding:0!important;
  margin:0!important;
}
.hover-mega-dropdown .mega-subitem{
  display:inline-flex!important;
  align-items:center!important;
  min-height:26px!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  background:#f8fafc!important;
  border:1px solid #e5e7eb!important;
  color:#374151!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1.15!important;
  white-space:nowrap!important;
}
.hover-mega-dropdown .mega-subitem:before{
  content:""!important;
  display:none!important;
}
.hover-mega-dropdown .mega-subitem:hover{
  background:#85c900!important;
  border-color:#85c900!important;
  color:#111!important;
}

/* Reduce parent row height slightly because sub cats are visible below */
.hover-mega-dropdown .mega-parent{
  min-height:54px!important;
}

/* Prevent right-side flyout behavior from older CSS */
.hover-mega-dropdown .mega-row::after{
  display:none!important;
}
@media(max-width:700px){
  .hover-mega-dropdown .mega-subpanel{
    padding-left:48px!important;
  }
  .hover-mega-dropdown .mega-subitem{
    white-space:normal!important;
  }
}


/* v23 MyItem-style accordion subcategory dropdown */
.hover-mega-dropdown,
.cat-dropdown{
  width:345px!important;
  max-height:78vh!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:8px 10px!important;
}

/* hide all sub categories by default */
.hover-mega-dropdown .mega-subpanel{
  display:none!important;
  position:static!important;
  width:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0 0 10px 52px!important;
  margin:0!important;
}

/* show only active/hover category sub menu */
.hover-mega-dropdown .mega-row:hover .mega-subpanel,
.hover-mega-dropdown .mega-row.open .mega-subpanel,
.hover-mega-dropdown .mega-row:focus-within .mega-subpanel{
  display:block!important;
}

.hover-mega-dropdown .mega-subhead{
  display:none!important;
}
.hover-mega-dropdown .mega-subgrid{
  display:flex!important;
  flex-direction:column!important;
  gap:4px!important;
  padding:0!important;
  margin:0!important;
}
.hover-mega-dropdown .mega-subitem{
  display:flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:6px 10px!important;
  border-radius:7px!important;
  background:#f8fafc!important;
  border:1px solid #e5e7eb!important;
  color:#374151!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.15!important;
}
.hover-mega-dropdown .mega-subitem:before{
  content:"›"!important;
  color:#85c900!important;
  font-size:16px!important;
  margin-right:6px!important;
}
.hover-mega-dropdown .mega-subitem:hover{
  background:#85c900!important;
  color:#111!important;
  border-color:#85c900!important;
}

/* arrow rotation when opened */
.hover-mega-dropdown .mega-row.open .mega-arrow,
.hover-mega-dropdown .mega-row:hover .mega-arrow{
  transform:rotate(90deg)!important;
}
.hover-mega-dropdown .mega-arrow{
  transition:.15s ease!important;
}

/* prevent older flyout styles */
.hover-mega-dropdown .mega-row::after{
  display:none!important;
}


/* v24 MyItem.lk style category menu - no icons, side dropdown */
.myitem-cat-menu{
  position:relative!important;
  z-index:999999!important;
}
.myitem-cat-menu .cat-button{
  height:42px!important;
  min-width:160px!important;
  padding:0 18px!important;
  background:#85c900!important;
  color:#111!important;
  border:0!important;
  border-radius:6px!important;
  font-weight:900!important;
  cursor:pointer!important;
}
.myitem-dropdown{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  left:0!important;
  width:285px!important;
  max-height:78vh!important;
  overflow:visible!important;
  background:#fff!important;
  border:1px solid #e5e7eb!important;
  border-radius:6px!important;
  box-shadow:0 10px 30px rgba(0,0,0,.18)!important;
  padding:6px 0!important;
  display:none!important;
  z-index:999999!important;
}
.myitem-cat-menu:hover .myitem-dropdown,
.myitem-cat-menu.open .myitem-dropdown,
.myitem-cat-menu:focus-within .myitem-dropdown{
  display:block!important;
}
.myitem-row{
  position:relative!important;
  margin:0!important;
  padding:0!important;
}
.myitem-parent{
  height:39px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:0 14px!important;
  font-size:14px!important;
  font-weight:800!important;
  color:#111827!important;
  background:#fff!important;
  border-bottom:1px solid #f1f5f9!important;
  text-align:left!important;
  border-radius:0!important;
}
.myitem-parent:before{
  content:none!important;
  display:none!important;
}
.myitem-parent b{
  color:#85c900!important;
  font-size:20px!important;
  line-height:1!important;
}
.myitem-row:hover .myitem-parent{
  background:#f5fbe8!important;
  color:#4d7c0f!important;
}
.myitem-subpanel{
  display:none!important;
  position:absolute!important;
  top:0!important;
  left:100%!important;
  width:680px!important;
  min-height:360px!important;
  max-height:78vh!important;
  overflow:auto!important;
  background:#fff!important;
  border:1px solid #e5e7eb!important;
  border-left:0!important;
  border-radius:0 8px 8px 0!important;
  box-shadow:14px 14px 36px rgba(0,0,0,.14)!important;
  padding:22px 26px!important;
  z-index:1000000!important;
}
.myitem-row:hover .myitem-subpanel,
.myitem-row:focus-within .myitem-subpanel,
.myitem-subpanel:hover{
  display:block!important;
}
.myitem-subpanel h3{
  margin:0 0 16px!important;
  padding-bottom:12px!important;
  border-bottom:1px solid #e5e7eb!important;
  font-size:20px!important;
  color:#111827!important;
  font-weight:900!important;
}
.myitem-subgrid{
  display:grid!important;
  grid-template-columns:repeat(3, minmax(0,1fr))!important;
  gap:10px 24px!important;
}
.myitem-subgrid a{
  display:block!important;
  color:#374151!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.35!important;
  padding:5px 0!important;
  border:0!important;
  background:transparent!important;
}
.myitem-subgrid a:before{
  content:"›"!important;
  color:#85c900!important;
  margin-right:7px!important;
  font-weight:900!important;
}
.myitem-subgrid a:hover{
  color:#85c900!important;
}

/* invisible bridge between parent menu and side panel */
.myitem-row::after{
  content:""!important;
  position:absolute!important;
  top:0!important;
  left:100%!important;
  width:10px!important;
  height:100%!important;
  background:transparent!important;
}

/* hide older category menu elements from previous versions if any */
.hover-mega-dropdown .mega-subpanel,
.mega-row,
.mega-parent,
.mega-subpanel{
  all:unset;
}

/* responsive: side panel becomes inline list on mobile */
@media(max-width:900px){
  .myitem-dropdown{
    position:static!important;
    width:100%!important;
    max-height:none!important;
    overflow:visible!important;
  }
  .myitem-subpanel{
    position:static!important;
    width:100%!important;
    min-height:0!important;
    max-height:none!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    padding:10px 18px 14px 28px!important;
  }
  .myitem-row:hover .myitem-subpanel,
  .myitem-row.open .myitem-subpanel{
    display:block!important;
  }
  .myitem-subgrid{
    grid-template-columns:1fr!important;
    gap:4px!important;
  }
}


/* v25 header logo placement and size polish */
.site-header{
  background:#fff!important;
}
.header-grid{
  min-height:86px!important;
  grid-template-columns:255px minmax(420px,1fr) 145px 110px!important;
  gap:18px!important;
  align-items:center!important;
}
.site-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  height:86px!important;
  overflow:hidden!important;
}
.site-logo img,
.custom-logo{
  height:52px!important;
  width:auto!important;
  max-width:245px!important;
  object-fit:contain!important;
  display:block!important;
}
.search-form{
  max-width:650px!important;
  width:100%!important;
  justify-self:stretch!important;
}
.account-link,
.cart-link{
  align-self:center!important;
}
@media(max-width:1100px){
  .header-grid{
    grid-template-columns:220px 1fr 125px 90px!important;
    gap:12px!important;
  }
  .site-logo img,.custom-logo{
    height:46px!important;
    max-width:210px!important;
  }
}
@media(max-width:850px){
  .header-grid{
    grid-template-columns:1fr!important;
    min-height:0!important;
    padding-top:12px!important;
    padding-bottom:12px!important;
  }
  .site-logo{
    height:auto!important;
  }
  .site-logo img,.custom-logo{
    height:50px!important;
    max-width:260px!important;
  }
  .search-form{
    max-width:none!important;
  }
}

/* v26 footer logo white + smaller */
.footer-logo{height:46px!important;width:auto!important;max-width:220px!important;object-fit:contain!important;display:block!important;margin-bottom:10px!important}
.site-footer p{line-height:1.35!important}


/* v27 Service booking page */
.mc-service-page{
  margin-top:28px!important;
  margin-bottom:44px!important;
}
.mc-service-hero{
  display:grid!important;
  grid-template-columns:1.2fr .8fr!important;
  gap:28px!important;
  align-items:center!important;
  background:linear-gradient(105deg,#111827 0%,#182133 60%,#85c900 60%,#d7fb5a 100%)!important;
  color:#fff!important;
  border-radius:16px!important;
  padding:44px!important;
  overflow:hidden!important;
}
.mc-service-hero span{
  color:#d7ff2f!important;
  text-transform:uppercase!important;
  font-weight:900!important;
  letter-spacing:2px!important;
}
.mc-service-hero h1{
  margin:10px 0 12px!important;
  font-size:42px!important;
  line-height:1.1!important;
  color:#fff!important;
}
.mc-service-hero p{
  color:#e5e7eb!important;
  font-size:17px!important;
  line-height:1.6!important;
  max-width:720px!important;
}
.mc-service-hero img{
  max-height:280px!important;
  width:100%!important;
  object-fit:contain!important;
  filter:drop-shadow(0 20px 24px rgba(0,0,0,.35))!important;
}
.mc-service-layout{
  display:grid!important;
  grid-template-columns:.9fr 1.1fr!important;
  gap:24px!important;
  margin-top:24px!important;
}
.mc-service-list,
.mc-booking-box{
  background:#fff!important;
  border-radius:16px!important;
  padding:28px!important;
  box-shadow:0 12px 36px rgba(0,0,0,.07)!important;
}
.mc-service-list h2,
.mc-booking-box h2{
  margin:0 0 18px!important;
  font-size:28px!important;
  color:#111827!important;
}
.mc-service-card{
  border:1px solid #e5e7eb!important;
  border-radius:12px!important;
  padding:16px!important;
  margin-bottom:12px!important;
  background:#f8fafc!important;
}
.mc-service-card b{
  display:block!important;
  color:#111827!important;
  font-size:16px!important;
  margin-bottom:5px!important;
}
.mc-service-card span{
  color:#6b7280!important;
  font-size:14px!important;
  line-height:1.45!important;
}
.mc-booking-box p{
  color:#6b7280!important;
  margin-top:0!important;
}
.mc-booking-form{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:16px!important;
}
.mc-booking-form label{
  display:flex!important;
  flex-direction:column!important;
  gap:7px!important;
  color:#111827!important;
  font-weight:900!important;
  font-size:14px!important;
}
.mc-booking-form label:nth-last-of-type(1),
.mc-booking-form button{
  grid-column:1 / -1!important;
}
.mc-booking-form input,
.mc-booking-form select,
.mc-booking-form textarea{
  width:100%!important;
  border:1px solid #d1d5db!important;
  border-radius:9px!important;
  padding:12px 13px!important;
  font-size:14px!important;
  outline:none!important;
  background:#fff!important;
}
.mc-booking-form input:focus,
.mc-booking-form select:focus,
.mc-booking-form textarea:focus{
  border-color:#85c900!important;
  box-shadow:0 0 0 3px rgba(133,201,0,.18)!important;
}
.mc-booking-form button{
  border:0!important;
  border-radius:9px!important;
  padding:14px 18px!important;
  background:#85c900!important;
  color:#111!important;
  font-weight:900!important;
  font-size:16px!important;
  cursor:pointer!important;
}
.mc-booking-form button:hover{
  background:#6faf00!important;
}
.mc-contact-mini{
  border-top:1px solid #e5e7eb!important;
  margin-top:18px!important;
  padding-top:14px!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:14px!important;
  color:#4b5563!important;
  font-size:14px!important;
}
@media(max-width:900px){
  .mc-service-hero,
  .mc-service-layout{
    grid-template-columns:1fr!important;
  }
  .mc-service-hero{
    padding:28px!important;
  }
  .mc-service-hero h1{
    font-size:32px!important;
  }
  .mc-booking-form{
    grid-template-columns:1fr!important;
  }
}


/* v28 force service booking page display */
.mc-service-page{display:block!important}
.page-box:has(.mc-service-page){padding:0!important;background:transparent!important;box-shadow:none!important}


/* v29 shop/category product filters */
.mc-filter-box{
  background:#fff!important;
  border:1px solid #e5e7eb!important;
  border-radius:14px!important;
  padding:18px!important;
  box-shadow:0 8px 24px rgba(0,0,0,.06)!important;
  margin-bottom:22px!important;
}
.mc-filter-box h3{
  margin:0 0 16px!important;
  font-size:20px!important;
  color:#111827!important;
  font-weight:900!important;
}
.mc-filter-group{
  margin-bottom:15px!important;
}
.mc-filter-group label{
  display:block!important;
  margin-bottom:7px!important;
  font-size:14px!important;
  color:#111827!important;
  font-weight:900!important;
}
.mc-price-row{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
}
.mc-filter-box input,
.mc-filter-box select{
  width:100%!important;
  min-height:42px!important;
  border:1px solid #d1d5db!important;
  border-radius:8px!important;
  padding:9px 10px!important;
  font-size:14px!important;
  background:#fff!important;
  outline:none!important;
}
.mc-filter-box input:focus,
.mc-filter-box select:focus{
  border-color:#85c900!important;
  box-shadow:0 0 0 3px rgba(133,201,0,.15)!important;
}
.mc-filter-group small{
  display:block!important;
  margin-top:6px!important;
  color:#6b7280!important;
  font-size:12px!important;
  line-height:1.3!important;
}
.mc-filter-actions{
  display:flex!important;
  gap:10px!important;
  align-items:center!important;
}
.mc-filter-actions button{
  flex:1!important;
  min-height:42px!important;
  border:0!important;
  border-radius:8px!important;
  background:#85c900!important;
  color:#111!important;
  font-weight:900!important;
  cursor:pointer!important;
}
.mc-filter-actions a{
  min-height:42px!important;
  padding:0 12px!important;
  border-radius:8px!important;
  border:1px solid #d1d5db!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#374151!important;
  font-weight:800!important;
}
@media(max-width:900px){
  .shop-layout{
    grid-template-columns:1fr!important;
  }
}


/* v30 hardcoded Brand and Used Type dropdowns */
.mc-filter-box select option{
  font-weight:700!important;
}


/* v31 advanced laptop/desktop/full set filters */
.mc-advanced-filter-title{
  margin:18px 0 12px!important;
  padding:10px 12px!important;
  background:#f4fce3!important;
  border-left:4px solid #85c900!important;
  border-radius:8px!important;
  color:#111827!important;
  font-size:14px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.4px!important;
}


/* v32 monitor screen size filter */
.mc-filter-group select[name="mc_screen_size"]{
  font-weight:800!important;
}

/* v33 View All category links */
.section-title a{cursor:pointer!important}

/* v34 storage hard drive capacity filter */
.mc-filter-group select[name="mc_drive_capacity"]{font-weight:800!important}


/* v35 home page product/category slider sections */
.home .home-section,
.front-page .home-section{
  position:relative!important;
}
.home .home-section .section-title,
.front-page .home-section .section-title{
  padding-right:96px!important;
}

/* convert home product grids and category grids into horizontal sliders */
.home .home-section .product-grid,
.front-page .home-section .product-grid,
.home .home-section .woocommerce ul.products,
.front-page .home-section .woocommerce ul.products,
.home .home-section .category-grid,
.front-page .home-section .category-grid{
  display:flex!important;
  grid-template-columns:none!important;
  gap:18px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  -webkit-overflow-scrolling:touch!important;
  padding:4px 2px 18px!important;
  margin:0!important;
}

/* hide ugly scrollbar but keep scrolling */
.home .home-section .product-grid::-webkit-scrollbar,
.front-page .home-section .product-grid::-webkit-scrollbar,
.home .home-section .woocommerce ul.products::-webkit-scrollbar,
.front-page .home-section .woocommerce ul.products::-webkit-scrollbar,
.home .home-section .category-grid::-webkit-scrollbar,
.front-page .home-section .category-grid::-webkit-scrollbar{
  height:8px!important;
}
.home .home-section .product-grid::-webkit-scrollbar-thumb,
.front-page .home-section .product-grid::-webkit-scrollbar-thumb,
.home .home-section .woocommerce ul.products::-webkit-scrollbar-thumb,
.front-page .home-section .woocommerce ul.products::-webkit-scrollbar-thumb,
.home .home-section .category-grid::-webkit-scrollbar-thumb,
.front-page .home-section .category-grid::-webkit-scrollbar-thumb{
  background:#d1d5db!important;
  border-radius:999px!important;
}
.home .home-section .product-card,
.front-page .home-section .product-card,
.home .home-section .woocommerce ul.products li.product,
.front-page .home-section .woocommerce ul.products li.product{
  flex:0 0 280px!important;
  width:280px!important;
  min-width:280px!important;
  scroll-snap-align:start!important;
}
.home .home-section .category-card,
.front-page .home-section .category-card{
  flex:0 0 190px!important;
  width:190px!important;
  min-width:190px!important;
  scroll-snap-align:start!important;
}

/* slider arrow buttons */
.mc-slider-arrows{
  position:absolute!important;
  right:0!important;
  top:0!important;
  display:flex!important;
  gap:8px!important;
  z-index:5!important;
}
.mc-slider-arrows button{
  width:38px!important;
  height:38px!important;
  border:1px solid #d1d5db!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#111827!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:900!important;
  cursor:pointer!important;
  box-shadow:0 6px 18px rgba(0,0,0,.08)!important;
}
.mc-slider-arrows button:hover{
  background:#85c900!important;
  border-color:#85c900!important;
  color:#111!important;
}

@media(max-width:700px){
  .home .home-section .section-title,
  .front-page .home-section .section-title{
    padding-right:0!important;
    margin-bottom:58px!important;
  }
  .mc-slider-arrows{
    top:48px!important;
    left:0!important;
    right:auto!important;
  }
  .home .home-section .product-card,
  .front-page .home-section .product-card,
  .home .home-section .woocommerce ul.products li.product,
  .front-page .home-section .woocommerce ul.products li.product{
    flex-basis:245px!important;
    width:245px!important;
    min-width:245px!important;
  }
  .home .home-section .category-card,
  .front-page .home-section .category-card{
    flex-basis:165px!important;
    width:165px!important;
    min-width:165px!important;
  }
}


/* v36 slider arrows beside View All */
.home .home-section .section-title,
.front-page .home-section .section-title{
  padding-right:0!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
}
.home .home-section .section-title a,
.front-page .home-section .section-title a{
  margin-left:0!important;
}
.mc-slider-arrows{
  position:static!important;
  display:inline-flex!important;
  gap:0!important;
  margin-left:auto!important;
  margin-right:10px!important;
  z-index:5!important;
  border:1px solid #d9dde3!important;
  border-radius:5px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:none!important;
}
.mc-slider-arrows button{
  width:42px!important;
  height:32px!important;
  border:0!important;
  border-right:1px solid #d9dde3!important;
  border-radius:0!important;
  background:#fff!important;
  color:#111827!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:700!important;
  cursor:pointer!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.mc-slider-arrows button:last-child{
  border-right:0!important;
}
.mc-slider-arrows button:hover{
  background:#f3f4f6!important;
  color:#111!important;
}
@media(max-width:700px){
  .home .home-section .section-title,
  .front-page .home-section .section-title{
    margin-bottom:18px!important;
    flex-direction:row!important;
    flex-wrap:wrap!important;
    align-items:center!important;
  }
  .mc-slider-arrows{
    margin-left:0!important;
    margin-right:8px!important;
    order:3!important;
  }
  .home .home-section .section-title a,
  .front-page .home-section .section-title a{
    order:4!important;
  }
}


/* v37 move slider arrows + View All slightly left */
.home .home-section .section-title,
.front-page .home-section .section-title{
  display:flex!important;
  align-items:center!important;
}
.mc-slider-arrows{
  margin-left:clamp(40px, 18vw, 240px)!important;
  margin-right:10px!important;
}
.home .home-section .section-title a,
.front-page .home-section .section-title a{
  margin-left:0!important;
  white-space:nowrap!important;
}

/* desktop: keep controls away from extreme right edge */
@media(min-width:1000px){
  .home .home-section .section-title h2,
  .front-page .home-section .section-title h2{
    margin-right:0!important;
  }
  .mc-slider-arrows{
    margin-left:clamp(80px, 22vw, 330px)!important;
  }
}

/* tablet/mobile: place controls neatly after title */
@media(max-width:900px){
  .mc-slider-arrows{
    margin-left:10px!important;
    margin-right:8px!important;
  }
}


/* v38 section header alignment fix */
.home .home-section .section-title,
.front-page .home-section .section-title{
  display:grid!important;
  grid-template-columns:auto auto 1fr auto auto!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  margin-bottom:18px!important;
  padding-right:0!important;
}
.home .home-section .section-title span,
.front-page .home-section .section-title span{
  grid-column:1!important;
  margin:0!important;
  white-space:nowrap!important;
  line-height:1.2!important;
}
.home .home-section .section-title h2,
.front-page .home-section .section-title h2{
  grid-column:2!important;
  margin:0!important;
  line-height:1.15!important;
  white-space:nowrap!important;
}
.mc-slider-arrows{
  grid-column:4!important;
  margin-left:0!important;
  margin-right:8px!important;
  justify-self:end!important;
  align-self:center!important;
}
.home .home-section .section-title a,
.front-page .home-section .section-title a{
  grid-column:5!important;
  margin-left:0!important;
  justify-self:end!important;
  align-self:center!important;
  white-space:nowrap!important;
  line-height:1.2!important;
  font-size:13px!important;
  font-weight:900!important;
}

/* make every home section start cleanly aligned */
.home-section{
  clear:both!important;
}
.home .home-section .product-grid,
.front-page .home-section .product-grid,
.home .home-section .category-grid,
.front-page .home-section .category-grid{
  margin-top:0!important;
}

/* mobile: keep title first and controls below but still tidy */
@media(max-width:760px){
  .home .home-section .section-title,
  .front-page .home-section .section-title{
    grid-template-columns:auto 1fr auto auto!important;
    row-gap:8px!important;
  }
  .home .home-section .section-title span,
  .front-page .home-section .section-title span{
    grid-column:1 / -1!important;
  }
  .home .home-section .section-title h2,
  .front-page .home-section .section-title h2{
    grid-column:1 / 3!important;
    white-space:normal!important;
  }
  .mc-slider-arrows{
    grid-column:3!important;
  }
  .home .home-section .section-title a,
  .front-page .home-section .section-title a{
    grid-column:4!important;
  }
}


/* v39 slider click movement fix */
.home .home-section .product-grid,
.front-page .home-section .product-grid,
.home .home-section .category-grid,
.front-page .home-section .category-grid,
.home .home-section ul.products,
.front-page .home-section ul.products{
  display:flex!important;
  flex-wrap:nowrap!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-behavior:smooth!important;
  scroll-snap-type:x mandatory!important;
  gap:18px!important;
  max-width:100%!important;
}
.home .home-section .product-card,
.front-page .home-section .product-card,
.home .home-section ul.products li.product,
.front-page .home-section ul.products li.product{
  flex:0 0 280px!important;
  min-width:280px!important;
  width:280px!important;
  scroll-snap-align:start!important;
}
.home .home-section .category-card,
.front-page .home-section .category-card{
  flex:0 0 185px!important;
  min-width:185px!important;
  width:185px!important;
  scroll-snap-align:start!important;
}
.mc-slider-arrows button{
  pointer-events:auto!important;
  cursor:pointer!important;
}


/* v40 slider fix: more items + reliable horizontal movement */
.home .home-section .product-grid,
.front-page .home-section .product-grid,
.home .home-section .category-grid,
.front-page .home-section .category-grid,
.home .home-section ul.products,
.front-page .home-section ul.products{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-behavior:smooth!important;
  gap:18px!important;
  max-width:100%!important;
}
.home .home-section .product-grid > *,
.front-page .home-section .product-grid > *,
.home .home-section ul.products > *,
.front-page .home-section ul.products > *{
  flex:0 0 280px!important;
  min-width:280px!important;
  max-width:280px!important;
}
.home .home-section .category-grid > *,
.front-page .home-section .category-grid > *{
  flex:0 0 185px!important;
  min-width:185px!important;
  max-width:185px!important;
}
.mc-slider-arrows button{
  pointer-events:auto!important;
  cursor:pointer!important;
}


/* v41 fixed visible arrows + working scroll */
.home .home-section .section-title,
.front-page .home-section .section-title{
  display:grid!important;
  grid-template-columns:auto auto 1fr auto auto!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  padding-right:0!important;
  margin-bottom:18px!important;
}
.home .home-section .section-title span,
.front-page .home-section .section-title span{
  grid-column:1!important;
  white-space:nowrap!important;
}
.home .home-section .section-title h2,
.front-page .home-section .section-title h2{
  grid-column:2!important;
  white-space:nowrap!important;
  margin:0!important;
}
.mc-slider-arrows{
  grid-column:4!important;
  position:static!important;
  display:inline-flex!important;
  gap:0!important;
  margin:0 8px 0 0!important;
  justify-self:end!important;
  border:1px solid #d9dde3!important;
  border-radius:5px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:none!important;
}
.mc-slider-arrows button{
  width:42px!important;
  height:32px!important;
  border:0!important;
  border-right:1px solid #d9dde3!important;
  border-radius:0!important;
  background:#fff!important;
  color:#111827!important;
  font-size:18px!important;
  font-weight:800!important;
  cursor:pointer!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  pointer-events:auto!important;
}
.mc-slider-arrows button:last-child{
  border-right:0!important;
}
.mc-slider-arrows button:hover{
  background:#f3f4f6!important;
}
.home .home-section .section-title a,
.front-page .home-section .section-title a{
  grid-column:5!important;
  margin-left:0!important;
  justify-self:end!important;
  white-space:nowrap!important;
  font-size:13px!important;
  font-weight:900!important;
}
.home .home-section .product-grid,
.front-page .home-section .product-grid,
.home .home-section .category-grid,
.front-page .home-section .category-grid,
.home .home-section ul.products,
.front-page .home-section ul.products{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-behavior:smooth!important;
  gap:18px!important;
  max-width:100%!important;
  padding-bottom:18px!important;
}
.home .home-section .product-grid > *,
.front-page .home-section .product-grid > *,
.home .home-section ul.products > *,
.front-page .home-section ul.products > *{
  flex:0 0 280px!important;
  min-width:280px!important;
  max-width:280px!important;
}
.home .home-section .category-grid > *,
.front-page .home-section .category-grid > *{
  flex:0 0 185px!important;
  min-width:185px!important;
  max-width:185px!important;
}
@media(max-width:760px){
  .home .home-section .section-title,
  .front-page .home-section .section-title{
    grid-template-columns:auto 1fr auto auto!important;
  }
  .home .home-section .section-title span,
  .front-page .home-section .section-title span{
    grid-column:1 / -1!important;
  }
  .home .home-section .section-title h2,
  .front-page .home-section .section-title h2{
    grid-column:1 / 3!important;
    white-space:normal!important;
  }
  .mc-slider-arrows{grid-column:3!important}
  .home .home-section .section-title a,
  .front-page .home-section .section-title a{grid-column:4!important}
}


/* v42 slider visual polish */
.home .home-section .product-grid,
.front-page .home-section .product-grid,
.home .home-section .category-grid,
.front-page .home-section .category-grid,
.home .home-section ul.products,
.front-page .home-section ul.products{
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
  padding-bottom:4px!important;
}
.home .home-section .product-grid::-webkit-scrollbar,
.front-page .home-section .product-grid::-webkit-scrollbar,
.home .home-section .category-grid::-webkit-scrollbar,
.front-page .home-section .category-grid::-webkit-scrollbar,
.home .home-section ul.products::-webkit-scrollbar,
.front-page .home-section ul.products::-webkit-scrollbar{
  display:none!important;
}
.home .home-section,
.front-page .home-section{
  overflow:hidden!important;
}
.home .home-section .section-title,
.front-page .home-section .section-title{
  margin-bottom:18px!important;
}
.mc-slider-arrows{
  transform:translateY(0)!important;
}
.mc-slider-arrows button{
  width:38px!important;
  height:30px!important;
  font-size:16px!important;
}
/* show 4 neat product cards on large screens */
@media(min-width:1100px){
  .home .home-section .product-grid > *,
  .front-page .home-section .product-grid > *,
  .home .home-section ul.products > *,
  .front-page .home-section ul.products > *{
    flex-basis:276px!important;
    min-width:276px!important;
    max-width:276px!important;
  }
}


/* v43 final slider: hide half-card preview and keep arrow scroll working */
.home .home-section,
.front-page .home-section{
  overflow:hidden!important;
}

.home .home-section .product-grid,
.front-page .home-section .product-grid,
.home .home-section ul.products,
.front-page .home-section ul.products,
.home .home-section .category-grid,
.front-page .home-section .category-grid{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:18px!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
  overflow-y:hidden!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
  padding:4px 0 8px!important;
  margin-left:0!important;
  margin-right:0!important;
}

.home .home-section .product-grid::-webkit-scrollbar,
.front-page .home-section .product-grid::-webkit-scrollbar,
.home .home-section ul.products::-webkit-scrollbar,
.front-page .home-section ul.products::-webkit-scrollbar,
.home .home-section .category-grid::-webkit-scrollbar,
.front-page .home-section .category-grid::-webkit-scrollbar{
  display:none!important;
}

/* exactly 4 full product cards visible on desktop */
@media(min-width:900px){
  .home .home-section .product-grid > *,
  .front-page .home-section .product-grid > *,
  .home .home-section ul.products > *,
  .front-page .home-section ul.products > *{
    flex:0 0 calc((100% - 54px) / 4)!important;
    min-width:calc((100% - 54px) / 4)!important;
    max-width:calc((100% - 54px) / 4)!important;
  }
}

/* category slider: show 6 clean cards, no cut card */
@media(min-width:900px){
  .home .home-section .category-grid > *,
  .front-page .home-section .category-grid > *{
    flex:0 0 calc((100% - 90px) / 6)!important;
    min-width:calc((100% - 90px) / 6)!important;
    max-width:calc((100% - 90px) / 6)!important;
  }
}

@media(max-width:899px){
  .home .home-section .product-grid > *,
  .front-page .home-section .product-grid > *,
  .home .home-section ul.products > *,
  .front-page .home-section ul.products > *{
    flex:0 0 calc((100% - 18px) / 2)!important;
    min-width:calc((100% - 18px) / 2)!important;
    max-width:calc((100% - 18px) / 2)!important;
  }
  .home .home-section .category-grid > *,
  .front-page .home-section .category-grid > *{
    flex:0 0 calc((100% - 18px) / 2)!important;
    min-width:calc((100% - 18px) / 2)!important;
    max-width:calc((100% - 18px) / 2)!important;
  }
}

@media(max-width:560px){
  .home .home-section .product-grid > *,
  .front-page .home-section .product-grid > *,
  .home .home-section ul.products > *,
  .front-page .home-section ul.products > *,
  .home .home-section .category-grid > *,
  .front-page .home-section .category-grid > *{
    flex:0 0 100%!important;
    min-width:100%!important;
    max-width:100%!important;
  }
}

/* keep buttons clickable */
.mc-slider-arrows,
.mc-slider-arrows button{
  pointer-events:auto!important;
  cursor:pointer!important;
}


/* v44 reliable slider scroll buttons */
.home .home-section,
.front-page .home-section{
  overflow:hidden!important;
}
.home .home-section .product-grid,
.front-page .home-section .product-grid,
.home .home-section ul.products,
.front-page .home-section ul.products,
.home .home-section .category-grid,
.front-page .home-section .category-grid{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  gap:18px!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
  padding:4px 0 8px!important;
  margin:0!important;
}
.home .home-section .product-grid::-webkit-scrollbar,
.front-page .home-section .product-grid::-webkit-scrollbar,
.home .home-section ul.products::-webkit-scrollbar,
.front-page .home-section ul.products::-webkit-scrollbar,
.home .home-section .category-grid::-webkit-scrollbar,
.front-page .home-section .category-grid::-webkit-scrollbar{
  display:none!important;
}
@media(min-width:900px){
  .home .home-section .product-grid > *,
  .front-page .home-section .product-grid > *,
  .home .home-section ul.products > *,
  .front-page .home-section ul.products > *{
    flex:0 0 calc((100% - 54px) / 4)!important;
    min-width:calc((100% - 54px) / 4)!important;
    max-width:calc((100% - 54px) / 4)!important;
  }
  .home .home-section .category-grid > *,
  .front-page .home-section .category-grid > *{
    flex:0 0 calc((100% - 90px) / 6)!important;
    min-width:calc((100% - 90px) / 6)!important;
    max-width:calc((100% - 90px) / 6)!important;
  }
}
.mc-slider-arrows,
.mc-slider-arrows button,
.mc-slide-prev,
.mc-slide-next{
  pointer-events:auto!important;
  cursor:pointer!important;
  z-index:20!important;
}


/* v45 main hero slider */
.mc-hero-slider{
  position:relative!important;
  margin-top:24px!important;
  overflow:hidden!important;
  border-radius:14px!important;
}
.mc-hero-track{
  position:relative!important;
  min-height:360px!important;
}
.mc-hero-slide{
  display:grid!important;
  grid-template-columns:1.1fr .9fr!important;
  gap:28px!important;
  align-items:center!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  margin:0!important;
  opacity:0!important;
  pointer-events:none!important;
  transform:translateX(30px)!important;
  transition:opacity .55s ease, transform .55s ease!important;
}
.mc-hero-slide.active{
  position:relative!important;
  opacity:1!important;
  pointer-events:auto!important;
  transform:translateX(0)!important;
}
.mc-hero-slide:nth-child(2){
  background:linear-gradient(105deg,#0b1020 0%,#151f32 54%,#22c55e 54%,#85c900 100%)!important;
}
.mc-hero-slide:nth-child(3){
  background:linear-gradient(105deg,#111827 0%,#1f2937 54%,#60a5fa 54%,#d7fb5a 100%)!important;
}
.mc-hero-slide:nth-child(4){
  background:linear-gradient(105deg,#111827 0%,#162033 54%,#facc15 54%,#85c900 100%)!important;
}
.mc-hero-nav{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:42px!important;
  height:42px!important;
  border:1px solid rgba(255,255,255,.45)!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.18)!important;
  color:#fff!important;
  font-size:30px!important;
  line-height:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  z-index:6!important;
  backdrop-filter:blur(8px)!important;
}
.mc-hero-nav:hover{
  background:#85c900!important;
  color:#111!important;
  border-color:#85c900!important;
}
.mc-hero-prev{left:16px!important}
.mc-hero-next{right:16px!important}
.mc-hero-dots{
  position:absolute!important;
  left:50%!important;
  bottom:16px!important;
  transform:translateX(-50%)!important;
  display:flex!important;
  gap:8px!important;
  z-index:7!important;
}
.mc-hero-dots button{
  width:10px!important;
  height:10px!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.55)!important;
  cursor:pointer!important;
  padding:0!important;
}
.mc-hero-dots button.active{
  width:28px!important;
  background:#85c900!important;
}
@media(max-width:900px){
  .mc-hero-track{min-height:auto!important}
  .mc-hero-slide{
    grid-template-columns:1fr!important;
    position:absolute!important;
    padding:28px!important;
  }
  .mc-hero-slide.active{position:relative!important}
  .mc-hero-nav{width:36px!important;height:36px!important;font-size:24px!important}
}


/* v46 hero slider custom image polish */
.mc-hero-slide img{
  width:100%!important;
  max-width:420px!important;
  max-height:320px!important;
  object-fit:contain!important;
  justify-self:center!important;
  filter:drop-shadow(0 18px 28px rgba(0,0,0,.18))!important;
}


/* v47 product-photo-style main slider visuals */
.mc-hero-slide{
  background:linear-gradient(105deg,#0f172a 0%,#1d2a45 54%,#c4f119 54%,#9fd80f 100%)!important;
}
.mc-hero-slide:nth-child(2){
  background:linear-gradient(105deg,#101827 0%,#1f2937 54%,#b7f10f 54%,#d6ff72 100%)!important;
}
.mc-hero-slide:nth-child(3){
  background:linear-gradient(105deg,#101827 0%,#18263a 54%,#7dd3fc 54%,#d9f99d 100%)!important;
}
.mc-hero-slide:nth-child(4){
  background:linear-gradient(105deg,#111827 0%,#172033 54%,#fde047 54%,#b7f10f 100%)!important;
}
.mc-hero-slide img{
  width:100%!important;
  max-width:500px!important;
  max-height:330px!important;
  object-fit:contain!important;
  justify-self:center!important;
  filter:drop-shadow(0 20px 32px rgba(0,0,0,.18))!important;
}
.mc-hero-slide h1{
  max-width:520px!important;
}
.mc-hero-slide p{
  max-width:500px!important;
}


/* v48 product buttons + quotation modal */
.mc-page-actions-v48{
  gap:10px!important;
}
.mc-page-actions-v48 .cart,
.mc-page-actions-v48 form.cart{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
.mc-quote-btn{
  min-height:44px!important;
  border:0!important;
  border-radius:7px!important;
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-weight:900!important;
  background:#85c900!important;
  color:#111!important;
  cursor:pointer!important;
}
.mc-quote-btn:hover{
  background:#6fb000!important;
}
.mc-quote-modal{
  position:fixed!important;
  inset:0!important;
  background:rgba(0,0,0,.55)!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:20px!important;
  z-index:999999!important;
}
.mc-quote-modal.open{
  display:flex!important;
}
.mc-quote-modal-card{
  width:min(560px,100%)!important;
  background:#fff!important;
  border-radius:16px!important;
  padding:26px!important;
  box-shadow:0 24px 80px rgba(0,0,0,.25)!important;
  position:relative!important;
}
.mc-quote-close{
  position:absolute!important;
  right:14px!important;
  top:12px!important;
  width:34px!important;
  height:34px!important;
  border:0!important;
  border-radius:50%!important;
  background:#f3f4f6!important;
  font-size:22px!important;
  cursor:pointer!important;
}
.mc-quote-modal-card h2{
  margin:0 0 8px!important;
  color:#111827!important;
}
.mc-quote-modal-card p{
  color:#6b7280!important;
  margin-top:0!important;
}
#mcQuoteForm{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:14px!important;
}
#mcQuoteForm label{
  display:flex!important;
  flex-direction:column!important;
  gap:6px!important;
  font-weight:900!important;
  color:#111827!important;
}
#mcQuoteForm label:nth-last-of-type(1),
.mc-quote-actions{
  grid-column:1 / -1!important;
}
#mcQuoteForm input,
#mcQuoteForm textarea{
  border:1px solid #d1d5db!important;
  border-radius:8px!important;
  padding:11px 12px!important;
  font-size:14px!important;
}
.mc-quote-actions{
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
.mc-quote-actions button{
  flex:1!important;
  min-height:44px!important;
  border:0!important;
  border-radius:8px!important;
  font-weight:900!important;
  cursor:pointer!important;
}
#mcQuoteWhatsapp{
  background:#111827!important;
  color:#fff!important;
}
#mcQuotePdf{
  background:#85c900!important;
  color:#111!important;
}
@media(max-width:650px){
  #mcQuoteForm{
    grid-template-columns:1fr!important;
  }
}


/* v51 Build Your PC page */
.mc-buildpc-page{margin-top:28px!important;margin-bottom:44px!important}
.mc-buildpc-hero{display:grid!important;grid-template-columns:1.05fr .95fr!important;gap:28px!important;align-items:center!important;background:linear-gradient(105deg,#111827 0%,#1b263a 58%,#85c900 58%,#d8fb5b 100%)!important;color:#fff!important;border-radius:16px!important;padding:42px!important;overflow:hidden!important}
.mc-buildpc-hero span{color:#d7ff2f!important;text-transform:uppercase!important;font-weight:900!important;letter-spacing:2px!important}
.mc-buildpc-hero h1{font-size:46px!important;line-height:1.05!important;margin:10px 0 12px!important;color:#fff!important}
.mc-buildpc-hero p{font-size:17px!important;line-height:1.6!important;color:#e5e7eb!important;max-width:640px!important}
.mc-buildpc-hero img{width:100%!important;max-height:330px!important;object-fit:contain!important;filter:drop-shadow(0 20px 28px rgba(0,0,0,.25))!important}
.mc-buildpc-hero-actions{display:flex!important;gap:12px!important;flex-wrap:wrap!important}
.mc-buildpc-layout{display:grid!important;grid-template-columns:1fr 380px!important;gap:24px!important;margin-top:24px!important;align-items:start!important}
.mc-builder-box,.mc-build-summary{background:#fff!important;border-radius:16px!important;padding:26px!important;box-shadow:0 12px 36px rgba(0,0,0,.07)!important}
.mc-builder-title{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:14px!important;margin-bottom:20px!important}
.mc-builder-title span{color:#85c900!important;text-transform:uppercase!important;font-weight:900!important;letter-spacing:1px!important}
.mc-builder-title h2,.mc-build-summary h2{margin:4px 0 0!important;font-size:28px!important;color:#111827!important}
#mcResetBuild{border:1px solid #d1d5db!important;background:#fff!important;border-radius:8px!important;padding:10px 14px!important;font-weight:900!important;cursor:pointer!important}
.mc-component-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:16px!important}
.mc-component-grid label{display:flex!important;flex-direction:column!important;gap:8px!important;color:#111827!important;font-weight:900!important}
.mc-component-grid select,.mc-build-customer input,.mc-build-customer textarea{width:100%!important;border:1px solid #d1d5db!important;border-radius:9px!important;padding:12px!important;background:#fff!important;font-size:14px!important}
.mc-build-items{border:1px solid #e5e7eb!important;border-radius:12px!important;min-height:120px!important;padding:12px!important;background:#f8fafc!important}
.mc-build-item{display:flex!important;justify-content:space-between!important;gap:10px!important;padding:10px 0!important;border-bottom:1px solid #e5e7eb!important}
.mc-build-item:last-child{border-bottom:0!important}
.mc-build-item b{display:block!important;color:#85c900!important;font-size:12px!important;text-transform:uppercase!important}
.mc-build-total{display:flex!important;justify-content:space-between!important;align-items:center!important;margin:18px 0!important;padding:15px!important;border-radius:12px!important;background:#111827!important;color:#fff!important}
.mc-build-total strong{font-size:22px!important;color:#d7ff2f!important}
.mc-build-customer h3{margin:0 0 12px!important}
.mc-build-customer{display:grid!important;gap:10px!important}
.mc-build-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:14px!important}
.mc-build-actions button{border:0!important;border-radius:8px!important;padding:13px!important;font-weight:900!important;cursor:pointer!important}
#mcBuildWhatsApp{background:#111827!important;color:#fff!important}
#mcBuildQuote{background:#85c900!important;color:#111!important}
.mc-build-note{font-size:12px!important;color:#6b7280!important;line-height:1.45!important}
@media(max-width:980px){.mc-buildpc-hero,.mc-buildpc-layout{grid-template-columns:1fr!important}.mc-component-grid{grid-template-columns:1fr!important}}


/* v52 Build PC ordered vertical list + multi selectors */
.mc-component-list{
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
}
.mc-build-row{
  display:grid!important;
  grid-template-columns:220px 1fr!important;
  gap:14px!important;
  align-items:center!important;
  padding:12px!important;
  border:1px solid #e5e7eb!important;
  border-radius:12px!important;
  background:#fff!important;
}
.mc-build-row > span{
  color:#111827!important;
  font-weight:900!important;
  font-size:14px!important;
}
.mc-build-row select{
  width:100%!important;
  border:1px solid #d1d5db!important;
  border-radius:9px!important;
  padding:12px!important;
  background:#fff!important;
  font-size:14px!important;
}
.mc-build-multi{
  border:1px solid #d7e8b5!important;
  border-radius:14px!important;
  background:#fbfff2!important;
  padding:12px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}
.mc-build-multi-head{
  display:flex!important;
  justify-content:space-between!important;
  gap:12px!important;
  align-items:flex-start!important;
  padding:4px 2px 8px!important;
  border-bottom:1px dashed #cde6a6!important;
}
.mc-build-multi-head span{
  color:#111827!important;
  font-weight:900!important;
  font-size:16px!important;
}
.mc-build-multi-head small{
  color:#6b7280!important;
  font-weight:700!important;
  line-height:1.35!important;
}
.mc-build-multi .mc-build-row{
  background:#fff!important;
}
@media(max-width:720px){
  .mc-build-row{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .mc-build-multi-head{
    flex-direction:column!important;
  }
}


/* v54 Visual Build PC picker */
.mc-visual-list{display:flex!important;flex-direction:column!important;gap:12px!important}
.mc-picker-row{display:grid!important;grid-template-columns:220px 1fr 180px!important;gap:14px!important;align-items:center!important;padding:14px!important;border:1px solid #e5e7eb!important;border-radius:14px!important;background:#fff!important}
.mc-picker-label{font-weight:900!important;color:#111827!important;font-size:15px!important}
.mc-picker-selected{min-height:84px!important;display:flex!important;align-items:center!important}
.mc-picker-placeholder{color:#6b7280!important;font-size:14px!important}
.mc-picker-actions{display:flex!important;gap:10px!important;justify-content:flex-end!important;flex-wrap:wrap!important}
.mc-picker-open,.mc-picker-clear{border:0!important;border-radius:10px!important;padding:11px 16px!important;font-weight:900!important;cursor:pointer!important}
.mc-picker-open{background:#85c900!important;color:#111827!important}
.mc-picker-clear{background:#edf2f7!important;color:#111827!important}
.mc-picked-card{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important}
.mc-picked-card img{width:72px!important;height:72px!important;object-fit:contain!important;border:1px solid #e5e7eb!important;border-radius:10px!important;background:#fff!important;padding:6px!important}
.mc-picked-meta strong{display:block!important;font-size:15px!important;color:#111827!important;line-height:1.35!important}
.mc-picked-meta span,.mc-picked-meta small{display:block!important;color:#4b5563!important;margin-top:4px!important}

.mc-build-modal{position:fixed!important;inset:0!important;display:none!important;z-index:99999!important}
.mc-build-modal.open{display:block!important}
.mc-build-modal-backdrop{position:absolute!important;inset:0!important;background:rgba(15,23,42,.65)!important}
.mc-build-modal-dialog{position:relative!important;z-index:2!important;width:min(1180px,96vw)!important;max-height:92vh!important;overflow:auto!important;margin:3vh auto!important;background:#fff!important;border-radius:18px!important;padding:24px!important;box-shadow:0 30px 80px rgba(0,0,0,.25)!important}
.mc-build-modal-close{position:absolute!important;top:12px!important;right:14px!important;border:0!important;background:transparent!important;font-size:42px!important;line-height:1!important;cursor:pointer!important;color:#64748b!important}
.mc-build-modal-top{display:grid!important;grid-template-columns:1fr 200px!important;gap:16px!important;margin-bottom:16px!important;padding-right:28px!important}
.mc-build-modal-top input,.mc-build-modal-top select{width:100%!important;border:1px solid #d1d5db!important;border-radius:10px!important;padding:14px 16px!important;font-size:15px!important;background:#fff!important}
.mc-build-modal-title-wrap h3{margin:0 0 4px!important;font-size:24px!important;color:#111827!important}
.mc-build-modal-title-wrap p{margin:0 0 10px!important;color:#6b7280!important}
.mc-build-modal-list{display:flex!important;flex-direction:column!important;gap:18px!important;max-height:70vh!important;overflow:auto!important;padding-right:6px!important}
.mc-modal-item-card{display:grid!important;grid-template-columns:120px 1fr!important;gap:16px!important;padding:16px 4px 18px!important;border-bottom:1px solid #e5e7eb!important}
.mc-modal-item-media img{width:120px!important;height:120px!important;object-fit:contain!important;border:1px solid #e5e7eb!important;border-radius:10px!important;background:#fff!important;padding:8px!important}
.mc-modal-item-head{display:flex!important;justify-content:space-between!important;gap:16px!important;align-items:flex-start!important}
.mc-modal-item-head h4{margin:0!important;font-size:17px!important;color:#111827!important;line-height:1.35!important}
.mc-modal-item-price{font-weight:900!important;color:#374151!important;white-space:nowrap!important}
.mc-modal-item-sub{margin-top:8px!important;color:#6b7280!important;font-size:14px!important}
.mc-modal-item-controls{display:flex!important;align-items:center!important;gap:16px!important;flex-wrap:wrap!important;margin-top:14px!important}
.mc-qty-box{display:flex!important;align-items:center!important;border:1px solid #d1d5db!important;border-radius:10px!important;overflow:hidden!important}
.mc-qty-box button{width:42px!important;height:42px!important;border:0!important;background:#fff!important;font-size:24px!important;cursor:pointer!important;color:#0f172a!important}
.mc-qty-box input{width:64px!important;height:42px!important;border:0!important;border-left:1px solid #d1d5db!important;border-right:1px solid #d1d5db!important;text-align:center!important;font-weight:700!important}
.mc-modal-select-btn{border:0!important;border-radius:10px!important;padding:12px 22px!important;background:#5cb1a5!important;color:#fff!important;font-weight:900!important;cursor:pointer!important}
.mc-build-modal-empty{text-align:center!important;color:#6b7280!important;padding:24px!important}
body.mc-modal-open{overflow:hidden!important}
@media(max-width:980px){
  .mc-picker-row{grid-template-columns:1fr!important}
  .mc-picker-actions{justify-content:flex-start!important}
  .mc-build-modal-top{grid-template-columns:1fr!important}
  .mc-modal-item-card{grid-template-columns:1fr!important}
  .mc-modal-item-media img{width:100%!important;height:220px!important}
  .mc-modal-item-head{flex-direction:column!important}
}


/* v55 Build PC force template badge */
.mc-build-version-badge{
  display:inline-flex!important;
  margin:8px 0 0!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  background:#85c900!important;
  color:#111827!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.4px!important;
}


/* v56 forced visual PC builder */
.mc-visual-list{display:flex!important;flex-direction:column!important;gap:12px!important}
.mc-picker-row{display:grid!important;grid-template-columns:220px 1fr 180px!important;gap:14px!important;align-items:center!important;padding:14px!important;border:1px solid #e5e7eb!important;border-radius:14px!important;background:#fff!important}
.mc-picker-label{font-weight:900!important;color:#111827!important;font-size:15px!important}
.mc-picker-selected{min-height:84px!important;display:flex!important;align-items:center!important}
.mc-picker-placeholder{color:#6b7280!important;font-size:14px!important}
.mc-picker-actions{display:flex!important;gap:10px!important;justify-content:flex-end!important;flex-wrap:wrap!important}
.mc-picker-open,.mc-picker-clear{border:0!important;border-radius:10px!important;padding:11px 16px!important;font-weight:900!important;cursor:pointer!important}
.mc-picker-open{background:#85c900!important;color:#111827!important}
.mc-picker-clear{background:#edf2f7!important;color:#111827!important}
.mc-picked-card{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important}
.mc-picked-card img{width:72px!important;height:72px!important;object-fit:contain!important;border:1px solid #e5e7eb!important;border-radius:10px!important;background:#fff!important;padding:6px!important}
.mc-picked-meta strong{display:block!important;font-size:15px!important;color:#111827!important;line-height:1.35!important}
.mc-picked-meta span,.mc-picked-meta small{display:block!important;color:#4b5563!important;margin-top:4px!important}
.mc-build-modal{position:fixed!important;inset:0!important;display:none!important;z-index:999999!important}
.mc-build-modal.open{display:block!important}
.mc-build-modal-backdrop{position:absolute!important;inset:0!important;background:rgba(15,23,42,.65)!important}
.mc-build-modal-dialog{position:relative!important;z-index:2!important;width:min(1180px,96vw)!important;max-height:92vh!important;overflow:auto!important;margin:3vh auto!important;background:#fff!important;border-radius:18px!important;padding:24px!important;box-shadow:0 30px 80px rgba(0,0,0,.25)!important}
.mc-build-modal-close{position:absolute!important;top:10px!important;right:14px!important;border:0!important;background:transparent!important;font-size:42px!important;line-height:1!important;cursor:pointer!important;color:#64748b!important}
.mc-build-modal-top{display:grid!important;grid-template-columns:1fr 200px!important;gap:16px!important;margin-bottom:16px!important;padding-right:35px!important}
.mc-build-modal-top input,.mc-build-modal-top select{width:100%!important;border:1px solid #d1d5db!important;border-radius:10px!important;padding:14px 16px!important;font-size:15px!important;background:#fff!important}
.mc-build-modal-dialog h3{margin:0 0 4px!important;font-size:24px!important;color:#111827!important}
.mc-build-modal-help{margin:0 0 10px!important;color:#6b7280!important}
.mc-build-modal-list{display:flex!important;flex-direction:column!important;gap:18px!important;max-height:70vh!important;overflow:auto!important;padding-right:6px!important}
.mc-modal-item-card{display:grid!important;grid-template-columns:120px 1fr!important;gap:16px!important;padding:16px 4px 18px!important;border-bottom:1px solid #e5e7eb!important}
.mc-modal-item-media img{width:120px!important;height:120px!important;object-fit:contain!important;border:1px solid #e5e7eb!important;border-radius:10px!important;background:#fff!important;padding:8px!important}
.mc-modal-item-head{display:flex!important;justify-content:space-between!important;gap:16px!important;align-items:flex-start!important}
.mc-modal-item-head h4{margin:0!important;font-size:17px!important;color:#111827!important;line-height:1.35!important}
.mc-modal-item-price{font-weight:900!important;color:#374151!important;white-space:nowrap!important}
.mc-modal-item-sub{margin-top:8px!important;color:#6b7280!important;font-size:14px!important}
.mc-modal-item-controls{display:flex!important;align-items:center!important;gap:16px!important;flex-wrap:wrap!important;margin-top:14px!important}
.mc-qty-box{display:flex!important;align-items:center!important;border:1px solid #d1d5db!important;border-radius:10px!important;overflow:hidden!important}
.mc-qty-box button{width:42px!important;height:42px!important;border:0!important;background:#fff!important;font-size:24px!important;cursor:pointer!important;color:#0f172a!important}
.mc-qty-box input{width:64px!important;height:42px!important;border:0!important;border-left:1px solid #d1d5db!important;border-right:1px solid #d1d5db!important;text-align:center!important;font-weight:700!important}
.mc-modal-select-btn{border:0!important;border-radius:10px!important;padding:12px 22px!important;background:#5cb1a5!important;color:#fff!important;font-weight:900!important;cursor:pointer!important}
body.mc-modal-open{overflow:hidden!important}
@media(max-width:980px){.mc-picker-row{grid-template-columns:1fr!important}.mc-picker-actions{justify-content:flex-start!important}.mc-build-modal-top{grid-template-columns:1fr!important}.mc-modal-item-card{grid-template-columns:1fr!important}.mc-modal-item-media img{width:100%!important;height:220px!important}.mc-modal-item-head{flex-direction:column!important}}


/* v59 All Categories main category click opens category page */
.myitem-row:hover > .myitem-subpanel,
.myitem-row:focus-within > .myitem-subpanel,
.myitem-row.open > .myitem-subpanel{
  display:block!important;
}
.myitem-parent{
  cursor:pointer!important;
}
