:root{
  --mcpp-black:#050510;
  --mcpp-lime:#d6e52b;
  --mcpp-green:#1fd133;
  --mcpp-white:#ffffff;
  --mcpp-bg:#f5f5f5;
  --mcpp-muted:#666666;
  --mcpp-border:#e7e7e7;
  --mcpp-shadow:0 12px 30px rgba(0,0,0,.06);
}
*{box-sizing:border-box}
body{
  font-family:Arial, Helvetica, sans-serif;
  background:var(--mcpp-bg);
  color:#111;
  line-height:1.5;
}
a{text-decoration:none}
img{max-width:100%;height:auto;display:block}
.screen-reader-text{display:none}
.mcpp-container{width:min(1280px, calc(100% - 24px));margin:0 auto}
.mcpp-topbar{background:#0e0e16;color:#fff;font-size:13px;padding:8px 0;text-align:center}
.mcpp-header{background:var(--mcpp-black);position:sticky;top:0;z-index:50;box-shadow:0 4px 18px rgba(0,0,0,.18)}
.mcpp-header-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.mcpp-brand{display:flex;align-items:center;gap:14px;color:#fff}
.mcpp-logo-image{width:62px;height:62px;object-fit:contain;border-radius:18px;background:#0f1020;padding:6px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.mcpp-brand-copy{display:flex;flex-direction:column;line-height:1.05}
.mcpp-brand-copy strong{font-size:30px;color:#fff;font-weight:900}
.mcpp-brand-copy strong span,.mcpp-brand-copy small,.mcpp-footer h3 span{color:var(--mcpp-lime)}
.mcpp-brand-copy small{margin-top:6px;text-transform:uppercase;letter-spacing:.26em;font-size:10px}
.mcpp-nav .menu{display:flex;list-style:none;gap:28px;margin:0;padding:0}
.mcpp-nav a{color:rgba(255,255,255,.92);font-weight:700;font-size:15px}
.mcpp-header-actions{display:flex;align-items:center;gap:12px}
.mcpp-phone{color:#fff;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.05);padding:11px 16px;border-radius:999px;font-weight:700;font-size:14px}
.mcpp-cart{font-size:28px;color:var(--mcpp-lime)}
.mcpp-site-main{min-height:60vh;overflow:hidden}
.mcpp-hero{background:linear-gradient(90deg,#fff 0%, #f8f5ee 50%, #efe6d8 100%)}
.mcpp-hero-inner{display:grid;grid-template-columns:1.05fr 1fr;gap:36px;align-items:center;padding:42px 0 52px}
.mcpp-hero-media{display:flex;align-items:flex-end;justify-content:center;gap:14px}
.mcpp-hero-card{overflow:hidden;border-radius:26px;box-shadow:0 16px 35px rgba(0,0,0,.14);background:#fff}
.mcpp-hero-card img{width:100%;height:100%;object-fit:cover}
.mcpp-hero-card.one{width:170px;height:290px}
.mcpp-hero-card.two{width:220px;height:370px}
.mcpp-hero-card.three{width:160px;height:260px}
.mcpp-kicker{margin:0;font-size:24px;text-transform:uppercase;letter-spacing:.18em;font-weight:800}
.mcpp-hero-copy h1{margin:4px 0 0;line-height:.9;font-size:120px;font-weight:900}
.mcpp-hero-copy h2{margin:0;line-height:1;font-size:64px;font-weight:900;text-transform:uppercase}
.mcpp-hero-text{max-width:560px;color:#555;margin-top:16px;font-size:16px}
.mcpp-btn-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}
.mcpp-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border-radius:16px;font-weight:800;transition:.2s ease}
.mcpp-btn:hover{transform:translateY(-1px)}
.mcpp-btn-primary{background:var(--mcpp-green);color:#fff;border:1px solid var(--mcpp-green)}
.mcpp-btn-outline{border:1px solid #111;color:#111;background:#fff}
.mcpp-btn-white{border-color:rgba(255,255,255,.2);color:#fff;background:transparent}
.mcpp-btn.small{min-height:40px;padding:9px 14px;border-radius:12px;font-size:14px}
.mcpp-section{padding:28px 0 0}
.mcpp-cardbox,.mcpp-page-box,.mcpp-product-card,.mcpp-info-panel,.woocommerce ul.products li.product,.woocommerce div.product,.woocommerce-cart .cart-collaterals,.woocommerce-checkout form.checkout,.woocommerce table.shop_table{background:#fff;border-radius:26px;box-shadow:var(--mcpp-shadow)}
.mcpp-cardbox{padding:28px 18px}
.mcpp-subtitle{margin:0;text-align:center;color:var(--mcpp-muted);font-size:15px}
.mcpp-section-title{margin:0;font-size:46px;line-height:1;font-weight:900;letter-spacing:-.03em}
.mcpp-section-title.center{text-align:center;margin-top:6px}
.mcpp-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}
.mcpp-pill{background:var(--mcpp-green);color:#fff;border-radius:12px;padding:12px 18px;font-weight:700}
.mcpp-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:28px}
.mcpp-category-item{text-align:center;color:#111}
.mcpp-category-image{position:relative;width:190px;height:190px;margin:0 auto;display:block;border-radius:50%;overflow:hidden;border:6px solid #fff;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.mcpp-category-image img{width:100%;height:100%;object-fit:cover}
.mcpp-category-image em{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:62px;font-style:normal;font-weight:900;color:var(--mcpp-lime);text-shadow:0 2px 10px rgba(0,0,0,.22)}
.mcpp-category-item strong{margin-top:16px;display:block;font-size:22px}
.mcpp-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.mcpp-product-card,.woocommerce ul.products li.product{padding:14px;border:1px solid var(--mcpp-border)}
.mcpp-product-card.highlight{border-color:#b8d85f}
.mcpp-product-image,.woocommerce ul.products li.product a img{display:block;border-radius:18px;overflow:hidden;background:#f2f2f2}
.mcpp-product-card img,.woocommerce ul.products li.product a img{width:100%;height:310px;object-fit:cover;margin:0 !important}
.mcpp-product-card h3,.woocommerce ul.products li.product h2.woocommerce-loop-product__title{font-size:19px;line-height:1.35;margin:14px 0 8px;color:#111;min-height:52px}
.mcpp-product-card h3 a{color:#111}
.mcpp-price,.woocommerce ul.products li.product .price,.woocommerce div.product p.price,.woocommerce div.product span.price{color:#17ae2d !important;font-weight:800 !important;font-size:18px !important}
.mcpp-price del{color:#999;font-size:14px;margin-left:6px}
.mcpp-card-actions{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}
.mcpp-order-btn{display:block;width:100%;margin-top:16px;border-radius:14px;background:var(--mcpp-green);color:#fff;text-align:center;padding:14px 12px;font-size:20px;font-weight:800}
.mcpp-footer{background:#050510;color:#fff;padding-top:42px;margin-top:56px}
.mcpp-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:24px}
.mcpp-footer-brand{display:flex;gap:14px;align-items:flex-start}
.mcpp-footer-brand img{width:70px;height:70px;object-fit:contain;border-radius:18px;background:#0f1020;padding:8px}
.mcpp-footer h3,.mcpp-footer h4{margin-top:0;color:#fff}
.mcpp-footer p,.mcpp-footer a{color:rgba(255,255,255,.88)}
.mcpp-footer-links{list-style:none;margin:0;padding:0}
.mcpp-footer-links li{margin-bottom:10px}
.mcpp-footer-bottom{margin-top:26px;padding:18px 0;text-align:center;border-top:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.72)}
.mcpp-page-box{padding:24px}
.mcpp-post-card{background:#fff;padding:20px;border-radius:20px;margin-bottom:18px;box-shadow:var(--mcpp-shadow)}
.mcpp-page-content{margin-top:16px;color:#333}
.mcpp-empty{background:#fff;border-radius:18px;padding:24px;text-align:center;color:#666;box-shadow:var(--mcpp-shadow);grid-column:1 / -1}
.mcpp-mobile-nav{display:none}
.woocommerce-breadcrumb,.woocommerce-products-header__title.page-title,.woocommerce .page-title,.woocommerce .sidebar,.widget-area,.right-sidebar,.left-sidebar{display:none !important}
.mcpp-woo-wrap{padding-bottom:40px}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:16px}
.woocommerce ul.products{display:grid !important;grid-template-columns:repeat(4,1fr);gap:20px;margin:0 !important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none !important}
.woocommerce ul.products li.product{float:none !important;width:100% !important;margin:0 !important}
.woocommerce ul.products li.product .button,.woocommerce div.product form.cart .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--mcpp-green) !important;color:#fff !important;border:none !important;border-radius:12px !important;padding:12px 16px !important;font-weight:800 !important}
.woocommerce div.product{padding:22px}
.woocommerce div.product .product_title{font-size:40px;line-height:1.08;margin-bottom:14px}
.woocommerce-product-gallery__image img{border-radius:18px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding-left:0}
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:#fff;border-radius:16px;border-top-color:var(--mcpp-green);box-shadow:var(--mcpp-shadow)}
.woocommerce table.shop_table,.woocommerce-checkout form.checkout,.woocommerce .cart-collaterals .cart_totals{padding:18px;border:none !important}
.mcpp-single-actions-extra{margin-top:14px}
.woocommerce-checkout-payment::before{content:'bKash gateway plugin install করলে checkout এ bKash option দেখাবে। Cash on Delivery WooCommerce settings থেকে on করুন।';display:block;background:#f7f7f7;color:#444;padding:12px 14px;border-radius:12px;margin-bottom:14px;font-size:14px}
@media (max-width:1100px){
  .mcpp-nav{display:none}
  .mcpp-hero-inner,.mcpp-footer-grid{grid-template-columns:1fr}
  .mcpp-product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,1fr) !important}
  .mcpp-section-title{font-size:36px}
  .mcpp-hero-copy h1{font-size:92px}
  .mcpp-hero-copy h2{font-size:54px}
}
@media (max-width:767px){
  .mcpp-container{width:min(100%, calc(100% - 18px))}
  .mcpp-header-inner{min-height:78px}
  .mcpp-phone{display:none}
  .mcpp-logo-image{width:48px;height:48px;border-radius:14px}
  .mcpp-brand-copy strong{font-size:20px}
  .mcpp-brand-copy small{font-size:9px}
  .mcpp-hero-inner{padding:24px 0 28px;gap:18px}
  .mcpp-hero-media{gap:8px}
  .mcpp-hero-card.one{width:90px;height:130px}
  .mcpp-hero-card.two{width:110px;height:150px}
  .mcpp-hero-card.three{width:82px;height:116px}
  .mcpp-hero-copy{text-align:center}
  .mcpp-kicker{font-size:18px}
  .mcpp-hero-copy h1{font-size:68px}
  .mcpp-hero-copy h2{font-size:40px}
  .mcpp-hero-text{font-size:14px;margin-left:auto;margin-right:auto}
  .mcpp-btn-row{justify-content:center}
  .mcpp-cardbox{padding:22px 14px}
  .mcpp-section-title{font-size:28px}
  .mcpp-section-head{align-items:flex-start}
  .mcpp-pill{padding:10px 14px;font-size:16px}
  .mcpp-category-grid{gap:10px}
  .mcpp-category-image{width:96px;height:96px;border-width:4px}
  .mcpp-category-image em{font-size:38px}
  .mcpp-category-item strong{font-size:13px;line-height:1.25}
  .mcpp-product-grid,.woocommerce ul.products{gap:14px}
  .mcpp-product-card,.woocommerce ul.products li.product{padding:10px;border-radius:18px}
  .mcpp-product-card img,.woocommerce ul.products li.product a img{height:220px;border-radius:14px}
  .mcpp-product-card h3,.woocommerce ul.products li.product h2.woocommerce-loop-product__title{font-size:15px;min-height:auto}
  .mcpp-order-btn{font-size:18px;padding:12px 10px}
  .mcpp-footer-brand img{width:56px;height:56px;border-radius:14px}
  .mcpp-mobile-nav{display:flex;position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #ddd;box-shadow:0 -8px 30px rgba(0,0,0,.08);z-index:80;justify-content:space-around;padding:10px 0}
  .mcpp-mobile-nav a{color:#666;font-size:24px}
  .mcpp-footer{padding-bottom:66px}
}


/* v3 fixes */
.mcpp-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  min-width:48px;
}
.mcpp-loop-card-inner{
  display:block;
}
.woocommerce ul.products li.product a{
  pointer-events:auto !important;
}
.woocommerce ul.products li.product .button{
  position:relative;
  z-index:3;
}
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{
  pointer-events:none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link{
  display:block;
}
.woocommerce ul.products li.product{
  overflow:hidden;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary{
  margin-bottom:20px;
}
.woocommerce div.product .woocommerce-product-gallery{
  width:48% !important;
}
.woocommerce div.product div.summary{
  width:48% !important;
}
@media (max-width: 767px){
  .mcpp-header-inner{
    gap:12px;
  }
  .mcpp-brand-copy strong{
    font-size:18px;
  }
}


/* v4 demo CTA fix */
.mcpp-card-actions .mcpp-btn{
  flex: 1 1 calc(50% - 5px);
}
.mcpp-card-actions .mcpp-btn.small{
  min-height: 42px;
}


/* v5: remove whatsapp flow, prioritize WooCommerce */
.mcpp-card-actions{
  align-items:stretch;
}
.mcpp-card-actions .button,
.mcpp-card-actions .mcpp-btn{
  flex:1 1 calc(50% - 5px);
  text-align:center;
}
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  cursor:pointer !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:44px !important;
}
.woocommerce ul.products li.product .added_to_cart{
  display:inline-flex !important;
  margin-top:10px;
  font-weight:700;
}
.mcpp-order-btn{
  cursor:pointer;
}


/* v6 layout fix: Embroidery cards same visual size as Best Selling */
.mcpp-product-grid{
  align-items:stretch;
}
.mcpp-product-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.mcpp-product-card .mcpp-product-image{
  aspect-ratio: 1 / 1.12;
}
.mcpp-product-card img{
  width:100%;
  height:100% !important;
  object-fit:cover;
}
.mcpp-product-card h3{
  min-height:52px;
}
.mcpp-product-card .mcpp-price{
  min-height:34px;
}
.mcpp-card-actions{
  margin-top:auto;
}
.mcpp-order-btn{
  margin-top:auto;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.mcpp-product-card.highlight{
  border-width:1px;
}
@media (max-width:767px){
  .mcpp-product-card .mcpp-product-image{
    aspect-ratio: 1 / 1.14;
  }
  .mcpp-product-card h3{
    min-height:44px;
  }
}


/* v7 polish */
.mcpp-hero-card.three{width:150px;height:260px}
.mcpp-product-card{
  gap:0;
}
.mcpp-product-card h3,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{
  min-height:48px;
}
.mcpp-price{
  margin-bottom:10px;
}
.mcpp-card-actions{
  display:flex;
  gap:10px;
  margin-top:auto;
}
.mcpp-card-actions .button,
.mcpp-card-actions .mcpp-btn{
  flex:1 1 calc(50% - 5px);
}
.mcpp-product-card,
.woocommerce ul.products li.product{
  min-height:100%;
}
.mcpp-category-image img,
.mcpp-hero-card img,
.mcpp-product-card img{
  background:#f4f4f4;
}
@media (max-width:767px){
  .mcpp-hero-card.three{width:82px;height:116px}
  .mcpp-product-card h3,
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title{
    min-height:auto;
  }
}


/* v8: remove featured category number overlay */
.mcpp-category-image em{
  display:none !important;
}


/* v9 header redesign inspired by screenshot */
.mcpp-header-marketplace{
  background:#fff;
  color:#222;
  box-shadow:none;
  border-bottom:1px solid #ececec;
}
.mcpp-header-marketplace .mcpp-container{
  width:min(1380px, calc(100% - 24px));
}
.mcpp-header-top{
  display:grid;
  grid-template-columns: 280px minmax(420px, 1fr) 170px;
  align-items:center;
  gap:18px;
  padding:14px 0 12px;
}
.mcpp-brand-wide{
  color:#c98324;
  gap:10px;
}
.mcpp-brand-wide .mcpp-logo-image{
  width:42px;
  height:42px;
  background:#fff8ee;
  border:1px solid #efcf9d;
  padding:4px;
  border-radius:50%;
  box-shadow:none;
}
.mcpp-brand-wide .mcpp-brand-copy strong{
  color:#c98324;
  font-size:26px;
}
.mcpp-brand-wide .mcpp-brand-copy strong span{
  color:#d59b45;
}
.mcpp-brand-wide .mcpp-brand-copy small{
  color:#8f6a2d;
  letter-spacing:.22em;
}
.mcpp-searchbar{
  display:grid;
  grid-template-columns: 1fr 220px 46px;
  border:2px solid #d0892f;
  border-radius:4px;
  overflow:hidden;
  background:#fff;
}
.mcpp-searchbar input,
.mcpp-searchbar select{
  height:44px;
  border:none;
  outline:none;
  padding:0 16px;
  font-size:14px;
  background:#fff;
  color:#333;
}
.mcpp-searchbar input{
  border-right:1px solid #e6d1b0;
}
.mcpp-searchbar select{
  border-right:1px solid #e6d1b0;
  text-transform:uppercase;
  color:#666;
}
.mcpp-searchbar button{
  border:none;
  background:#d0892f;
  color:#fff;
  font-size:22px;
  font-weight:700;
  cursor:pointer;
}
.mcpp-header-icons{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:14px;
}
.mcpp-icon-btn{
  color:#444;
  font-size:22px;
  line-height:1;
}
.mcpp-header-bottom{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid #efefef;
}
.mcpp-header-bottom .mcpp-nav .menu{
  gap:0;
}
.mcpp-header-bottom .mcpp-nav .menu li{
  position:relative;
}
.mcpp-header-bottom .mcpp-nav .menu li + li::before{
  content:'';
  position:absolute;
  left:0;
  top:50%;
  width:1px;
  height:24px;
  transform:translateY(-50%);
  background:#dddddd;
}
.mcpp-header-bottom .mcpp-nav a{
  display:block;
  padding:0 18px;
  color:#3f3f3f;
  font-size:16px;
  font-weight:700;
  text-transform:uppercase;
  line-height:52px;
}
.mcpp-header-bottom .mcpp-nav .menu li:first-child a{
  padding-left:0;
}
.mcpp-header-contact{
  color:#111;
  font-size:15px;
  font-weight:800;
  white-space:nowrap;
}
.mcpp-header-contact strong{
  color:#111;
}

@media (max-width: 1100px){
  .mcpp-header-top{
    grid-template-columns: 1fr;
    gap:14px;
  }
  .mcpp-header-icons{
    justify-content:flex-start;
  }
  .mcpp-header-bottom{
    flex-direction:column;
    align-items:flex-start;
    padding:8px 0 10px;
  }
  .mcpp-header-bottom .mcpp-nav{
    display:block;
    width:100%;
    overflow:auto;
  }
  .mcpp-header-bottom .mcpp-nav .menu{
    display:flex;
    min-width:max-content;
  }
  .mcpp-header-bottom .mcpp-nav a{
    line-height:42px;
    padding:0 14px;
    font-size:14px;
  }
}

@media (max-width: 767px){
  .mcpp-header-marketplace .mcpp-container{
    width:min(100%, calc(100% - 14px));
  }
  .mcpp-header-top{
    padding:10px 0;
  }
  .mcpp-brand-wide .mcpp-brand-copy strong{
    font-size:18px;
  }
  .mcpp-brand-wide .mcpp-brand-copy small{
    font-size:8px;
  }
  .mcpp-searchbar{
    grid-template-columns: 1fr 120px 42px;
  }
  .mcpp-searchbar input,
  .mcpp-searchbar select{
    height:40px;
    padding:0 10px;
    font-size:12px;
  }
  .mcpp-header-bottom{
    display:none;
  }
}


/* v10 header pro */
.mcpp-header-marketplace{
  position: sticky;
  top: 0;
  z-index: 70;
  background: #fff;
  color: #222;
  border-bottom: 1px solid #ececec;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
  animation: mcppStickyFade .28s ease;
}
@keyframes mcppStickyFade{
  from{transform:translateY(-8px);opacity:.92}
  to{transform:translateY(0);opacity:1}
}
.mcpp-header-marketplace .mcpp-container{
  width:min(1380px, calc(100% - 24px));
}
.mcpp-header-top{
  display:grid;
  grid-template-columns: 240px minmax(320px, 1fr) 150px;
  align-items:center;
  gap:14px;
  padding:10px 0;
}
.mcpp-brand-wide{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.mcpp-brand-wide .mcpp-logo-image{
  width:42px;
  height:42px;
  flex:0 0 42px;
  background:#fff8ee;
  border:1px solid #efcf9d;
  padding:4px;
  border-radius:50%;
  box-shadow:none;
}
.mcpp-brand-wide .mcpp-brand-copy{
  min-width:0;
}
.mcpp-brand-wide .mcpp-brand-copy strong{
  display:block;
  color:#c98324;
  font-size:18px;
  line-height:1.02;
  letter-spacing:-.02em;
}
.mcpp-brand-wide .mcpp-brand-copy strong span{
  color:#d59b45;
}
.mcpp-brand-wide .mcpp-brand-copy small{
  color:#8f6a2d;
  letter-spacing:.20em;
  font-size:8px;
  margin-top:4px;
}
.mcpp-searchbar{
  display:grid;
  grid-template-columns: 1fr 220px 46px;
  align-items:center;
  min-height:42px;
  border:2px solid #d0892f;
  border-radius:4px;
  overflow:hidden;
  background:#fff;
}
.mcpp-searchbar input,
.mcpp-searchbar select{
  height:42px;
  border:none;
  outline:none;
  padding:0 14px;
  font-size:14px;
  color:#333;
  background:#fff;
}
.mcpp-searchbar input{
  border-right:1px solid #ead3b4;
}
.mcpp-searchbar select{
  border-right:1px solid #ead3b4;
  color:#666;
  text-transform:uppercase;
  font-size:13px;
}
.mcpp-searchbar button{
  width:46px;
  height:42px;
  border:none;
  background:#d0892f;
  color:#fff;
  font-size:20px;
  font-weight:700;
  cursor:pointer;
}
.mcpp-searchbar button:hover{
  background:#b77724;
}
.mcpp-header-icons{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
}
.mcpp-icon-btn{
  position:relative;
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#444;
  border-radius:50%;
  transition:.18s ease;
}
.mcpp-icon-btn:hover{
  background:#fff6eb;
  color:#c98324;
}
.mcpp-icon-symbol{
  font-size:19px;
  line-height:1;
}
.mcpp-icon-badge{
  position:absolute;
  right:-1px;
  top:-1px;
  min-width:16px;
  height:16px;
  padding:0 4px;
  border-radius:999px;
  background:#d0892f;
  color:#fff;
  font-size:10px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.mcpp-header-bottom{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-top:1px solid #efefef;
}
.mcpp-header-bottom .mcpp-nav{
  min-width:0;
}
.mcpp-header-bottom .mcpp-nav .menu{
  display:flex;
  flex-wrap:wrap;
  gap:0;
}
.mcpp-header-bottom .mcpp-nav .menu li{
  position:relative;
}
.mcpp-header-bottom .mcpp-nav .menu li + li::before{
  content:'';
  position:absolute;
  left:0;
  top:50%;
  width:1px;
  height:22px;
  transform:translateY(-50%);
  background:#dddddd;
}
.mcpp-header-bottom .mcpp-nav a{
  display:block;
  padding:0 16px;
  color:#3f3f3f;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  line-height:46px;
}
.mcpp-header-bottom .mcpp-nav .menu li:first-child a{
  padding-left:0;
}
.mcpp-header-bottom .mcpp-nav li:hover > a{
  color:#c98324;
}
.mcpp-header-bottom .mcpp-nav ul ul{
  position:absolute;
  left:0;
  top:100%;
  min-width:220px;
  background:#fff;
  border:1px solid #ececec;
  box-shadow:0 14px 30px rgba(0,0,0,.08);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:.18s ease;
  z-index:40;
  padding:8px 0;
}
.mcpp-header-bottom .mcpp-nav ul li:hover > ul{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.mcpp-header-bottom .mcpp-nav ul ul li{
  width:100%;
}
.mcpp-header-bottom .mcpp-nav ul ul li::before{
  display:none !important;
}
.mcpp-header-bottom .mcpp-nav ul ul a{
  line-height:1.2;
  padding:10px 14px !important;
  font-size:13px;
}
.mcpp-header-contact{
  color:#111;
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
}
@media (max-width: 1100px){
  .mcpp-header-top{
    grid-template-columns: 210px 1fr 130px;
  }
  .mcpp-brand-wide .mcpp-brand-copy strong{
    font-size:16px;
  }
  .mcpp-searchbar{
    grid-template-columns: 1fr 170px 42px;
  }
  .mcpp-searchbar input,
  .mcpp-searchbar select,
  .mcpp-searchbar button{
    height:40px;
  }
  .mcpp-header-bottom{
    flex-direction:column;
    align-items:flex-start;
    padding:8px 0 10px;
  }
  .mcpp-header-bottom .mcpp-nav{
    width:100%;
    overflow:auto;
  }
  .mcpp-header-bottom .mcpp-nav .menu{
    min-width:max-content;
    flex-wrap:nowrap;
  }
}
@media (max-width: 767px){
  .mcpp-header-marketplace .mcpp-container{
    width:min(100%, calc(100% - 14px));
  }
  .mcpp-header-top{
    grid-template-columns: 1fr;
    gap:10px;
    padding:10px 0;
  }
  .mcpp-brand-wide .mcpp-brand-copy strong{
    font-size:16px;
  }
  .mcpp-brand-wide .mcpp-brand-copy small{
    font-size:7px;
  }
  .mcpp-searchbar{
    grid-template-columns: 1fr 110px 40px;
  }
  .mcpp-searchbar input,
  .mcpp-searchbar select{
    font-size:12px;
    padding:0 10px;
  }
  .mcpp-searchbar select{
    font-size:11px;
  }
  .mcpp-header-icons{
    justify-content:flex-start;
  }
  .mcpp-header-bottom{
    display:none;
  }
}


/* v11 search pro */
.mcpp-header-top{
  grid-template-columns: 220px minmax(280px, 650px) 130px !important;
  justify-content: space-between;
  align-items: center !important;
}
.mcpp-searchbar{
  max-width: 650px !important;
  width: 100%;
  margin: 0 auto;
  min-height: 40px !important;
  height: 40px !important;
  border: 2px solid #d0892f !important;
  border-radius: 6px !important;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(208,137,47,.08);
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.mcpp-searchbar:focus-within{
  border-color:#b97824 !important;
  box-shadow: 0 4px 16px rgba(208,137,47,.18);
  transform: translateY(-1px);
}
.mcpp-searchbar input,
.mcpp-searchbar select,
.mcpp-searchbar button{
  height: 38px !important;
}
.mcpp-searchbar{
  grid-template-columns: 1fr 190px 42px !important;
}
.mcpp-searchbar input{
  font-size: 13px !important;
  padding: 0 12px !important;
}
.mcpp-searchbar select{
  width: 190px !important;
  font-size: 12px !important;
  padding: 0 10px !important;
}
.mcpp-searchbar button{
  width: 42px !important;
  font-size: 17px !important;
}
.mcpp-searchbar input::placeholder{
  color:#888;
}
.mcpp-header-icons{
  gap: 6px !important;
}
.mcpp-icon-btn{
  width: 32px !important;
  height: 32px !important;
}
.mcpp-icon-symbol{
  font-size: 17px !important;
}
.mcpp-header-bottom .mcpp-nav a{
  font-size: 13px !important;
  padding: 0 14px !important;
}
.mcpp-header-contact{
  font-size: 13px !important;
}
@media (max-width: 1100px){
  .mcpp-header-top{
    grid-template-columns: 200px 1fr 120px !important;
  }
  .mcpp-searchbar{
    max-width: 100% !important;
    grid-template-columns: 1fr 150px 40px !important;
  }
}
@media (max-width: 767px){
  .mcpp-header-top{
    grid-template-columns: 1fr !important;
  }
  .mcpp-searchbar{
    max-width: 100% !important;
    grid-template-columns: 1fr 110px 38px !important;
    min-height: 38px !important;
    height: 38px !important;
  }
  .mcpp-searchbar input,
  .mcpp-searchbar select,
  .mcpp-searchbar button{
    height: 36px !important;
  }
  .mcpp-searchbar input{
    font-size: 12px !important;
    padding: 0 10px !important;
  }
  .mcpp-searchbar select{
    width: 110px !important;
    font-size: 11px !important;
    padding: 0 8px !important;
  }
}


/* v12 header polish */
.mcpp-topbar{
  background:#070914;
  color:#f8f8f8;
  font-size:12px;
  padding:6px 0;
}

.mcpp-header-marketplace{
  box-shadow:0 6px 18px rgba(0,0,0,.04);
}

.mcpp-header-marketplace .mcpp-container{
  width:min(1380px, calc(100% - 40px)) !important;
}

.mcpp-header-top{
  grid-template-columns: 320px minmax(280px, 650px) 150px !important;
  gap:18px !important;
  padding:12px 0 10px !important;
}

.mcpp-brand-wide{
  gap:12px !important;
}

.mcpp-brand-wide .mcpp-logo-image{
  width:46px !important;
  height:46px !important;
  border-radius:50% !important;
  padding:4px !important;
}

.mcpp-brand-wide .mcpp-brand-copy strong{
  font-size:17px !important;
  line-height:1.02 !important;
  letter-spacing:-0.02em !important;
}

.mcpp-brand-wide .mcpp-brand-copy small{
  font-size:9px !important;
  letter-spacing:.22em !important;
  margin-top:5px !important;
}

.mcpp-searchbar{
  max-width:620px !important;
  min-height:38px !important;
  height:38px !important;
  border-radius:5px !important;
}

.mcpp-searchbar{
  grid-template-columns: 1fr 190px 42px !important;
}

.mcpp-searchbar input,
.mcpp-searchbar select,
.mcpp-searchbar button{
  height:36px !important;
}

.mcpp-searchbar input{
  font-size:13px !important;
}

.mcpp-searchbar select{
  font-size:12px !important;
}

.mcpp-searchbar button{
  font-size:16px !important;
}

.mcpp-header-icons{
  gap:10px !important;
}

.mcpp-icon-btn{
  width:30px !important;
  height:30px !important;
  border:1px solid #f0e2cb;
  background:#fffaf3;
}

.mcpp-icon-btn:hover{
  background:#fff1dc !important;
}

.mcpp-icon-symbol{
  font-size:15px !important;
}

.mcpp-icon-badge{
  min-width:15px !important;
  height:15px !important;
  font-size:9px !important;
}

.mcpp-header-bottom{
  min-height:44px !important;
  border-top:1px solid #f1f1f1 !important;
}

.mcpp-header-bottom .mcpp-nav .menu{
  align-items:center;
}

.mcpp-header-bottom .mcpp-nav a{
  font-size:13px !important;
  line-height:44px !important;
  padding:0 14px !important;
  letter-spacing:.01em;
}

.mcpp-header-contact{
  font-size:13px !important;
  font-weight:900 !important;
  color:#111 !important;
}

.mcpp-header-contact b,
.mcpp-header-contact strong{
  font-weight:900 !important;
}

@media (max-width:1100px){
  .mcpp-header-marketplace .mcpp-container{
    width:min(100%, calc(100% - 24px)) !important;
  }
  .mcpp-header-top{
    grid-template-columns: 260px 1fr 130px !important;
    gap:12px !important;
  }
  .mcpp-brand-wide .mcpp-brand-copy strong{
    font-size:15px !important;
  }
}

@media (max-width:767px){
  .mcpp-header-marketplace .mcpp-container{
    width:min(100%, calc(100% - 14px)) !important;
  }
  .mcpp-header-top{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .mcpp-brand-wide .mcpp-logo-image{
    width:42px !important;
    height:42px !important;
  }
  .mcpp-brand-wide .mcpp-brand-copy strong{
    font-size:16px !important;
  }
  .mcpp-header-icons{
    justify-content:flex-start !important;
  }
}


/* v13 header fit fix */
.mcpp-header-marketplace{
  background:#f6f3ee !important;
  border-bottom:1px solid #e6ddd0 !important;
}
.mcpp-header-marketplace .mcpp-container{
  width:min(1380px, calc(100% - 28px)) !important;
}
.mcpp-header-top{
  grid-template-columns: 340px minmax(420px, 1fr) 160px !important;
  gap:20px !important;
  padding:10px 0 8px !important;
}
.mcpp-brand-wide{
  gap:14px !important;
}
.mcpp-brand-wide .mcpp-logo-image{
  width:50px !important;
  height:50px !important;
}
.mcpp-brand-wide .mcpp-brand-copy strong{
  font-size:19px !important;
}
.mcpp-brand-wide .mcpp-brand-copy small{
  font-size:9px !important;
}
.mcpp-searchbar{
  max-width:none !important;
  width:100% !important;
  min-height:42px !important;
  height:42px !important;
  background:#fff !important;
}
.mcpp-searchbar input,
.mcpp-searchbar select,
.mcpp-searchbar button{
  height:40px !important;
}
.mcpp-searchbar{
  grid-template-columns: 1fr 230px 44px !important;
}
.mcpp-searchbar input{
  font-size:14px !important;
  padding:0 14px !important;
}
.mcpp-searchbar select{
  width:230px !important;
  font-size:13px !important;
  padding:0 12px !important;
}
.mcpp-searchbar button{
  width:44px !important;
  font-size:17px !important;
}
.mcpp-header-icons{
  gap:12px !important;
}
.mcpp-icon-btn{
  width:34px !important;
  height:34px !important;
  background:#fff !important;
  border:1px solid #eadfcd !important;
}
.mcpp-icon-symbol{
  font-size:17px !important;
}
.mcpp-header-bottom{
  min-height:48px !important;
  background:#fff !important;
  border-top:1px solid #e9e9e9 !important;
  padding:0 !important;
}
.mcpp-header-bottom .mcpp-nav{
  flex:1 1 auto;
}
.mcpp-header-bottom .mcpp-nav .menu{
  display:flex !important;
  align-items:center !important;
}
.mcpp-header-bottom .mcpp-nav a{
  font-size:14px !important;
  line-height:48px !important;
  padding:0 16px !important;
}
.mcpp-header-contact{
  flex:0 0 auto;
  font-size:15px !important;
  font-weight:900 !important;
}
@media (max-width:1100px){
  .mcpp-header-top{
    grid-template-columns: 280px 1fr 140px !important;
    gap:14px !important;
  }
  .mcpp-searchbar{
    grid-template-columns: 1fr 180px 42px !important;
  }
  .mcpp-searchbar select{
    width:180px !important;
  }
}
@media (max-width:767px){
  .mcpp-header-top{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .mcpp-header-marketplace{
    background:#fff !important;
  }
  .mcpp-searchbar{
    grid-template-columns: 1fr 120px 40px !important;
    min-height:40px !important;
    height:40px !important;
  }
  .mcpp-searchbar select{
    width:120px !important;
  }
}


/* v14 menu row like reference */
.mcpp-header-bottom{
  min-height:54px !important;
  background:#ffffff !important;
  border-top:1px solid #ececec !important;
  border-bottom:1px solid #ececec !important;
}
.mcpp-header-bottom .mcpp-nav{
  flex:1 1 auto;
}
.mcpp-header-bottom .mcpp-nav .menu{
  display:flex !important;
  align-items:center !important;
  gap:0 !important;
  list-style:none;
  margin:0;
  padding:0;
  flex-wrap:nowrap;
  overflow-x:auto;
  scrollbar-width:none;
}
.mcpp-header-bottom .mcpp-nav .menu::-webkit-scrollbar{
  display:none;
}
.mcpp-header-bottom .mcpp-nav .menu > li{
  position:relative;
  flex:0 0 auto;
}
.mcpp-header-bottom .mcpp-nav .menu > li + li::before{
  content:'';
  position:absolute;
  left:0;
  top:50%;
  width:1px;
  height:24px;
  transform:translateY(-50%);
  background:#d9d9d9;
}
.mcpp-header-bottom .mcpp-nav .menu > li > a{
  display:block;
  padding:0 18px !important;
  line-height:54px !important;
  font-size:13px !important;
  font-weight:800 !important;
  text-transform:uppercase;
  color:#3e3e3e !important;
  letter-spacing:0;
  white-space:nowrap;
}
.mcpp-header-bottom .mcpp-nav .menu > li:first-child > a{
  padding-left:0 !important;
}
.mcpp-header-bottom .mcpp-nav .menu > li:hover > a,
.mcpp-header-bottom .mcpp-nav .menu > li.current-menu-item > a,
.mcpp-header-bottom .mcpp-nav .menu > li.current_page_item > a{
  color:#111 !important;
}
.mcpp-header-contact{
  padding-left:18px;
  white-space:nowrap;
}
@media (max-width:1100px){
  .mcpp-header-bottom{
    display:block !important;
    min-height:auto !important;
    padding:0 !important;
  }
  .mcpp-header-contact{
    display:none !important;
  }
}
@media (max-width:767px){
  .mcpp-header-bottom{
    display:none !important;
  }
}


/* v15 user-friendly polish */
body{
  background:#f4f4f4 !important;
}
.mcpp-section{
  padding:22px 0 0 !important;
}
.mcpp-hero{
  background:linear-gradient(90deg,#f4eee3 0%, #efe8dd 100%) !important;
}
.mcpp-hero-inner{
  grid-template-columns:1fr 1fr !important;
  gap:32px !important;
  padding:34px 0 34px !important;
}
.mcpp-hero-media{
  justify-content:flex-start !important;
}
.mcpp-hero-card{
  border-radius:18px !important;
  box-shadow:0 10px 26px rgba(0,0,0,.10) !important;
}
.mcpp-hero-card.one{width:145px !important;height:210px !important}
.mcpp-hero-card.two{width:165px !important;height:260px !important}
.mcpp-hero-card.three{width:120px !important;height:180px !important}
.mcpp-kicker{
  font-size:20px !important;
  letter-spacing:.18em !important;
}
.mcpp-hero-copy h1{
  font-size:82px !important;
}
.mcpp-hero-copy h2{
  font-size:46px !important;
}
.mcpp-hero-text{
  font-size:14px !important;
  max-width:520px !important;
}
.mcpp-cardbox{
  padding:18px 18px 16px !important;
  border-radius:22px !important;
}
.mcpp-section-title{
  font-size:34px !important;
}
.mcpp-subtitle{
  font-size:13px !important;
}
.mcpp-category-grid{
  gap:18px !important;
  margin-top:16px !important;
}
.mcpp-category-image{
  width:112px !important;
  height:112px !important;
  border-width:4px !important;
}
.mcpp-category-item strong{
  margin-top:10px !important;
  font-size:15px !important;
}
.mcpp-section-head{
  margin-bottom:12px !important;
}
.mcpp-pill{
  padding:10px 14px !important;
  border-radius:10px !important;
  font-size:13px !important;
}
.mcpp-product-grid{
  grid-template-columns:repeat(4, 1fr) !important;
  gap:16px !important;
}
.mcpp-product-card,
.woocommerce ul.products li.product{
  border-radius:18px !important;
  padding:10px !important;
  border:1px solid #e7e2d9 !important;
  box-shadow:0 8px 18px rgba(0,0,0,.04) !important;
}
.mcpp-product-image,
.woocommerce ul.products li.product a img{
  border-radius:14px !important;
}
.mcpp-product-card img,
.woocommerce ul.products li.product a img{
  height:210px !important;
}
.mcpp-product-body{
  padding-top:10px;
}
.mcpp-product-card h3,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{
  margin:0 0 8px !important;
  font-size:16px !important;
  line-height:1.35 !important;
  min-height:42px !important;
}
.mcpp-price,
.woocommerce ul.products li.product .price{
  margin:0 !important;
  font-size:16px !important;
  line-height:1.3 !important;
}
.mcpp-price del{
  font-size:12px !important;
  margin-left:4px !important;
}
.mcpp-card-actions{
  gap:8px !important;
  margin-top:12px !important;
}
.mcpp-card-actions .button,
.mcpp-card-actions .mcpp-btn{
  min-height:36px !important;
  border-radius:10px !important;
  font-size:12px !important;
  padding:8px 10px !important;
}
.mcpp-footer{
  margin-top:40px !important;
}
.mcpp-footer-grid{
  gap:18px !important;
}
.mcpp-footer-brand img{
  width:56px !important;
  height:56px !important;
}
@media (max-width:1100px){
  .mcpp-hero-inner{
    grid-template-columns:1fr !important;
  }
  .mcpp-hero-media{
    justify-content:center !important;
  }
  .mcpp-product-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
}
@media (max-width:767px){
  .mcpp-hero-inner{
    gap:18px !important;
    padding:24px 0 28px !important;
  }
  .mcpp-hero-card.one{width:94px !important;height:132px !important}
  .mcpp-hero-card.two{width:106px !important;height:150px !important}
  .mcpp-hero-card.three{width:82px !important;height:118px !important}
  .mcpp-hero-copy{
    text-align:center !important;
  }
  .mcpp-hero-copy h1{
    font-size:62px !important;
  }
  .mcpp-hero-copy h2{
    font-size:34px !important;
  }
  .mcpp-section-title{
    font-size:24px !important;
  }
  .mcpp-category-image{
    width:88px !important;
    height:88px !important;
  }
  .mcpp-category-item strong{
    font-size:12px !important;
  }
  .mcpp-product-grid{
    grid-template-columns:repeat(2,1fr) !important;
    gap:12px !important;
  }
  .mcpp-product-card img{
    height:170px !important;
  }
  .mcpp-product-card h3{
    min-height:auto !important;
    font-size:14px !important;
  }
}


/* v16 remove hero paragraph spacing */
.mcpp-hero-copy .mcpp-hero-text{
  display:none !important;
}
.mcpp-hero-copy .mcpp-btn-row{
  margin-top:18px !important;
}
