/* MUK Herbal WooCommerce Design – isolated to shop/product pages */
.muk-wc-design-active{
  --muk-green:#394f35;
  --muk-green-deep:#2f462e;
  --muk-mint:#73c6ad;
  --muk-mint-light:#baf4df;
  --muk-grey:#e9e9e9;
  --muk-text-grey:#898989;
  --muk-gold:#d5b35c;
  --muk-white:#fff;
  --muk-serif:"Milanesa Serif",Georgia,serif;
  --muk-sans:Montserrat,Arial,sans-serif;
}
.muk-wc-page{color:var(--muk-green);font-family:var(--muk-sans);overflow:hidden}
.muk-wc-shell{width:min(1280px,calc(100% - 48px));margin-inline:auto}
.muk-shop-hero{padding:115px 0 70px;background:linear-gradient(135deg,#eef2ee 0%,#fbfdfb 58%,#dff4eb 100%);position:relative}
.muk-shop-hero:after{content:"";position:absolute;right:-100px;bottom:-130px;width:360px;height:360px;border-radius:50%;background:rgba(115,198,173,.15)}
.muk-shop-hero-inner{position:relative;z-index:1}
.muk-eyebrow{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.16em;font-weight:700;color:#72806d;margin-bottom:15px}
.muk-shop-hero h1{font-family:var(--muk-serif);font-size:clamp(54px,6vw,86px);line-height:.95;margin:0 0 18px;color:var(--muk-green);font-weight:700}
.muk-shop-hero p{max-width:700px;margin:0;color:#82877e;font-size:17px;line-height:1.75}
.muk-shop-content,.muk-single-content{padding:58px 0 100px;background:#fff}
.muk-breadcrumb,.muk-breadcrumb .woocommerce-breadcrumb{display:flex;align-items:center;gap:10px;color:#8b8b8b;font-size:13px;margin:0 0 34px;padding:0}
.muk-breadcrumb a{color:var(--muk-green);font-weight:600}
.muk-shop-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto minmax(190px,240px);gap:18px;align-items:center;margin-bottom:22px}
.muk-shop-search{height:56px;border:1px solid #dfe4df;border-radius:15px;display:flex;align-items:center;background:#fff;overflow:hidden}
.muk-shop-search input{flex:1;min-width:0;border:0;outline:0;padding:0 18px;font-size:14px;color:var(--muk-green);background:transparent}
.muk-shop-search button{width:56px;height:56px;border:0;background:var(--muk-green);color:#fff;display:grid;place-items:center;cursor:pointer}
.muk-shop-search svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}
.muk-result-count .woocommerce-result-count{margin:0!important;font-size:13px;color:#878787;white-space:nowrap}
.muk-ordering .woocommerce-ordering{margin:0!important;float:none!important}
.muk-ordering select{width:100%;height:56px;border:1px solid #dfe4df;border-radius:15px;padding:0 42px 0 16px;background:#fff;color:var(--muk-green);font-size:13px;outline:0}
.muk-shop-categories{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 36px}
.muk-filter-chip{display:inline-flex;align-items:center;min-height:40px;padding:0 18px;border:1px solid #dfe4df;border-radius:999px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#fff;color:var(--muk-green);transition:.25s}
.muk-filter-chip:hover,.muk-filter-chip.is-active{background:var(--muk-green);color:#fff;border-color:var(--muk-green)}
.muk-shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}
.muk-product-card{position:relative;min-width:0;background:var(--muk-grey);border:2px solid var(--muk-green);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;isolation:isolate}
.muk-product-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(38,67,42,.14)}
.muk-card-image{height:320px;padding:20px 20px 0;position:relative;display:block;overflow:hidden;background:var(--muk-grey)}
.muk-card-image img{position:absolute;inset:18px 18px 0;width:calc(100% - 36px);height:calc(100% - 18px);object-fit:contain;transition:opacity .35s ease,transform .45s ease}
.muk-card-image .product-default-image{opacity:1}
.muk-card-image .product-hover-image{opacity:0;transform:scale(.98)}
.muk-product-card:hover .product-default-image{opacity:0}
.muk-product-card:hover .product-hover-image{opacity:1;transform:scale(1.08)}
.muk-card-wishlist{position:absolute;z-index:10;right:16px;top:16px;width:36px;height:36px;border:1px solid rgba(57,79,53,.18);border-radius:50%;background:rgba(255,255,255,.9);display:grid;place-items:center;color:var(--muk-green);cursor:pointer}
.muk-card-wishlist svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}
.muk-card-wishlist.is-active{background:var(--muk-mint-light)}
.muk-card-info{margin-top:auto;padding:17px 18px 19px;background:#fff;border-top:1px solid rgba(57,79,53,.10)}
.muk-card-info h2{font-family:var(--muk-sans);font-size:17px;line-height:1.25;margin:0 0 8px;color:var(--muk-green);font-weight:700;min-height:43px}
.muk-card-price{font-family:var(--muk-serif);font-size:25px;line-height:1;margin:0 0 15px;color:var(--muk-green);font-weight:700}
.muk-card-price del{font-family:var(--muk-sans);font-size:13px;color:#999;opacity:1;margin-right:6px}
.muk-card-price ins{text-decoration:none;color:var(--muk-green)}
.muk-card-actions{display:flex;align-items:center;gap:10px}
.muk-buy-button{flex:1;min-height:43px;padding:0 14px;background:var(--muk-green);color:#fff!important;border-radius:10px;display:flex;align-items:center;justify-content:space-between;text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.06em;transition:.25s}
.muk-buy-button:hover{background:#486345;transform:translateY(-1px)}
.muk-buy-button span{font-size:18px}
.muk-cart-icon{flex:0 0 43px;width:43px;height:43px;border:1px solid rgba(57,79,53,.18);border-radius:50%;display:grid;place-items:center;color:var(--muk-green)!important;background:#fff;transition:.25s}
.muk-cart-icon:hover{background:var(--muk-mint-light);transform:translateY(-2px)}
.muk-cart-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.muk-sale-badge{position:absolute;z-index:12;left:14px;top:14px;width:86px;min-height:70px;padding:9px 8px;border-radius:20px 7px 20px 7px;background:linear-gradient(145deg,var(--muk-green),#4e6c4a);color:#fff;box-shadow:0 10px 24px rgba(36,63,38,.22);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:rotate(-2deg)}
.muk-sale-badge:after{content:"";position:absolute;inset:4px;border:1px solid rgba(213,179,92,.55);border-radius:16px 5px 16px 5px;pointer-events:none}
.muk-sale-leaf{font-size:18px;line-height:1;color:var(--muk-gold)}
.muk-sale-badge strong{font-size:18px;line-height:1.05;letter-spacing:.03em}
.muk-sale-badge small{font-size:8px;text-transform:uppercase;letter-spacing:.09em;color:#f4e6b7;margin-top:3px}
.muk-pagination{margin-top:55px;text-align:center}
.muk-pagination ul.page-numbers{border:0!important;display:flex!important;justify-content:center;gap:8px}
.muk-pagination .page-numbers li{border:0!important}
.muk-pagination a.page-numbers,.muk-pagination span.page-numbers{width:42px;height:42px;border-radius:50%;display:grid!important;place-items:center!important;background:#edf1ed;color:var(--muk-green);border:0!important}
.muk-pagination .current{background:var(--muk-green)!important;color:#fff!important}
.muk-no-products{padding:60px 0;text-align:center}
.muk-wc-page .woocommerce-message,.muk-wc-page .woocommerce-error,.muk-wc-page .woocommerce-info{border-top:0;border-radius:14px;background:#edf6f1;color:var(--muk-green);padding:17px 22px 17px 54px;margin:0 0 30px}
.muk-wc-page .woocommerce-message:before,.muk-wc-page .woocommerce-info:before{color:var(--muk-mint)}

/* Single product */
.muk-product-detail{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:64px;align-items:start}
.muk-product-gallery{position:sticky;top:125px;min-width:0}
.muk-product-main-image{height:640px;border-radius:30px;background:var(--muk-grey);border:1px solid rgba(57,79,53,.12);display:grid;place-items:center;position:relative;overflow:hidden}
.muk-product-main-image>img{width:88%;height:88%;object-fit:contain;transition:opacity .25s ease}
.muk-sale-badge-single{left:22px;top:22px;width:96px;min-height:78px}
.muk-product-thumbs{display:flex;gap:12px;margin-top:14px;overflow-x:auto;padding-bottom:3px}
.muk-product-thumb{flex:0 0 84px;width:84px;height:84px;border:1px solid #dde3dd;border-radius:14px;background:var(--muk-grey);padding:7px;cursor:pointer;overflow:hidden}
.muk-product-thumb.is-active{border:2px solid var(--muk-green)}
.muk-product-thumb img{width:100%;height:100%;object-fit:contain}
.muk-product-summary{padding-top:12px}
.muk-product-kicker{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.11em;font-weight:700;color:#7f8a7b;margin-bottom:18px}
.muk-product-kicker a{color:inherit}
.muk-product-summary h1{font-family:var(--muk-serif);font-size:clamp(52px,5vw,72px);line-height:.95;margin:0 0 20px;color:var(--muk-green);font-weight:700}
.muk-rating-row{display:flex;align-items:center;gap:12px;margin-bottom:20px;color:#858585;font-size:13px}
.muk-rating-row .star-rating{float:none;margin:0;color:var(--muk-gold)}
.muk-detail-price{font-family:var(--muk-serif);font-size:38px;line-height:1.1;color:var(--muk-green);font-weight:700;margin-bottom:20px}
.muk-detail-price del{font-family:var(--muk-sans);font-size:17px;color:#999;margin-right:8px;opacity:1}
.muk-detail-price ins{text-decoration:none;color:var(--muk-green)}
.muk-product-short{font-size:16px;line-height:1.75;color:#777;margin-bottom:24px}
.muk-purchase-box{padding:22px;border:1px solid #e0e5e0;border-radius:18px;background:#fafcfb;margin:26px 0 22px}
.muk-purchase-box form.cart{display:flex;align-items:stretch;gap:12px;margin:0!important;flex-wrap:wrap}
.muk-purchase-box .quantity{margin:0!important}
.muk-purchase-box .qty{width:76px!important;height:54px;border:1px solid #d8ded8;border-radius:12px;background:#fff;text-align:center;color:var(--muk-green)}
.muk-purchase-box .single_add_to_cart_button{flex:1;min-width:190px;height:54px;border:0!important;border-radius:12px!important;background:var(--muk-green)!important;color:#fff!important;text-transform:uppercase;font-size:12px!important;letter-spacing:.08em;font-weight:700!important;opacity:1!important}
.muk-purchase-box .single_add_to_cart_button:hover{background:#486345!important}
.muk-purchase-box table.variations{width:100%;margin:0 0 16px}
.muk-purchase-box table.variations th,.muk-purchase-box table.variations td{padding:8px 0;text-align:left}
.muk-purchase-box table.variations select{width:100%;height:48px;border:1px solid #d8ded8;border-radius:10px;padding:0 12px;background:#fff}
.muk-purchase-box .woocommerce-variation-add-to-cart{display:flex;gap:12px;align-items:stretch;flex-wrap:wrap}
.muk-single-buy-now{width:100%;height:54px;margin-top:12px;border-radius:12px;background:var(--muk-mint);color:var(--muk-green-deep)!important;display:flex;align-items:center;justify-content:center;gap:12px;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.08em}
.muk-single-buy-now:hover{background:#8ad5bd}
.muk-product-meta{display:grid;gap:10px;padding:18px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;font-size:13px;color:#747474}
.muk-product-meta strong{color:var(--muk-green)}
.muk-product-information{margin-top:85px;border:1px solid #e0e5e0;border-radius:24px;overflow:hidden;background:#fff}
.muk-info-tabs{display:flex;gap:0;border-bottom:1px solid #e0e5e0;background:#f4f7f4}
.muk-info-tab{min-height:62px;padding:0 28px;border:0;border-right:1px solid #e0e5e0;background:transparent;color:#777;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;cursor:pointer}
.muk-info-tab.is-active{background:var(--muk-green);color:#fff}
.muk-info-panel{display:none;padding:38px 42px;color:#737373;line-height:1.8}
.muk-info-panel.is-active{display:block}
.muk-info-panel h2,.muk-info-panel h3{font-family:var(--muk-serif);color:var(--muk-green)}
.muk-info-panel table.shop_attributes{border:0;width:100%}
.muk-info-panel table.shop_attributes th,.muk-info-panel table.shop_attributes td{border:0;border-bottom:1px solid #eee;padding:14px 10px;font-style:normal}
.muk-care-copy{margin-top:26px;padding:22px;border-radius:16px;background:#edf6f1}
.muk-related-products{margin-top:90px}
.muk-section-heading{text-align:center;margin-bottom:42px}
.muk-section-heading h2{font-family:var(--muk-serif);font-size:54px;line-height:1;margin:0;color:var(--muk-green)}

/* WooCommerce reviews */
.muk-reviews-panel #reviews{margin:0}
.muk-reviews-panel #comments h2,.muk-reviews-panel #review_form_wrapper h3{font-family:var(--muk-serif);font-size:32px;color:var(--muk-green)}
.muk-reviews-panel ol.commentlist{padding:0;margin:0;list-style:none}
.muk-reviews-panel ol.commentlist li{padding:22px 0!important;margin:0!important;border-bottom:1px solid #eee}
.muk-reviews-panel ol.commentlist li img.avatar{width:54px!important;height:54px!important;border-radius:50%;border:0!important;padding:0!important;background:#e9e9e9!important}
.muk-reviews-panel .comment-text{margin-left:72px!important;border:0!important;padding:0!important}
.muk-reviews-panel .meta{font-size:13px!important}
.muk-reviews-panel .verified{display:inline-flex;align-items:center;min-height:22px;padding:0 9px;border-radius:999px;background:#e2f4eb;color:var(--muk-green);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-left:6px}
.muk-reviews-panel .star-rating{color:var(--muk-gold)}
.muk-reviews-panel #review_form_wrapper{margin-top:40px;padding:28px;border-radius:18px;background:#f5f7f5}
.muk-reviews-panel input[type=text],.muk-reviews-panel input[type=email],.muk-reviews-panel textarea{width:100%;border:1px solid #d9dfd9;border-radius:10px;padding:13px;background:#fff}
.muk-reviews-panel input[type=submit]{border:0;border-radius:10px;background:var(--muk-green);color:#fff;padding:14px 25px;text-transform:uppercase;font-weight:700}

/* Herbal sparkle fallback */
.botanical-burst{position:fixed;z-index:99999;width:1px;height:1px;pointer-events:none}
.botanical-particle{position:absolute;left:0;top:0;display:block;font-family:Georgia,serif;font-weight:700;line-height:1;opacity:0;animation:muk-wc-burst .88s cubic-bezier(.17,.8,.27,1) var(--burst-delay) forwards}
.botanical-burst-cart .is-leaf{font-size:20px;color:#4f7948}.botanical-burst-cart .is-spark{font-size:14px;color:#73c6ad}
@keyframes muk-wc-burst{0%{opacity:0;transform:translate(-50%,-50%) scale(.15) rotate(0)}18%,72%{opacity:1}100%{opacity:0;transform:translate(calc(-50% + var(--burst-x)),calc(-50% + var(--burst-y))) scale(1.08) rotate(var(--burst-rotate))}}

@media(max-width:1100px){
  .muk-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .muk-product-detail{grid-template-columns:1fr 1fr;gap:38px}
  .muk-product-main-image{height:540px}
}
@media(max-width:820px){
  .muk-wc-shell{width:min(100% - 32px,720px)}
  .muk-shop-hero{padding:78px 0 52px}
  .muk-shop-toolbar{grid-template-columns:1fr 1fr}
  .muk-shop-search{grid-column:1/-1}
  .muk-ordering{justify-self:end;width:100%}
  .muk-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .muk-card-image{height:250px;padding:12px 10px 0}
  .muk-card-image img{inset:10px 8px 0;width:calc(100% - 16px);height:calc(100% - 10px)}
  .muk-card-info{padding:13px 12px 14px}
  .muk-card-info h2{font-size:14px;min-height:36px}
  .muk-card-price{font-size:21px}
  .muk-buy-button{min-height:39px;font-size:9px;padding:0 9px}
  .muk-cart-icon{width:39px;height:39px;flex-basis:39px}
  .muk-sale-badge{width:68px;min-height:58px;left:8px;top:8px;padding:6px}
  .muk-sale-badge strong{font-size:15px}.muk-sale-badge small{font-size:6px}.muk-sale-leaf{font-size:14px}
  .muk-product-detail{grid-template-columns:1fr;gap:36px}
  .muk-product-gallery{position:static}
  .muk-product-main-image{height:480px}
  .muk-product-summary h1{font-size:50px}
  .muk-info-tabs{overflow-x:auto}
  .muk-info-tab{flex:0 0 auto;padding:0 20px}
  .muk-info-panel{padding:28px 22px}
}
@media(max-width:520px){
  .muk-wc-shell{width:calc(100% - 24px)}
  .muk-shop-hero{padding:58px 0 38px}
  .muk-shop-hero h1{font-size:50px}
  .muk-shop-hero p{font-size:14px}
  .muk-shop-content,.muk-single-content{padding:38px 0 72px}
  .muk-shop-toolbar{grid-template-columns:1fr;gap:12px}
  .muk-shop-search,.muk-result-count,.muk-ordering{grid-column:auto;width:100%;justify-self:stretch}
  .muk-result-count{text-align:center}
  .muk-shop-categories{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;margin-right:-12px}
  .muk-filter-chip{flex:0 0 auto}
  .muk-shop-grid{gap:10px}
  .muk-product-card{border-width:1.5px;border-radius:14px}
  .muk-card-image{height:210px}
  .muk-card-info{padding:11px 9px 12px}
  .muk-card-info h2{font-size:12px;min-height:31px;margin-bottom:6px}
  .muk-card-price{font-size:18px;margin-bottom:10px}
  .muk-card-price del{display:block;font-size:10px;margin-bottom:3px}
  .muk-card-actions{gap:6px}
  .muk-buy-button{height:36px;min-height:36px;border-radius:8px;font-size:8px;letter-spacing:.03em;padding:0 7px}
  .muk-cart-icon{width:36px;height:36px;flex-basis:36px}
  .muk-cart-icon svg{width:21px;height:21px}
  .muk-card-wishlist{right:8px;top:8px;width:31px;height:31px}
  .muk-product-main-image{height:420px;border-radius:22px}
  .muk-product-main-image>img{width:96%;height:92%}
  .muk-product-summary h1{font-size:43px}
  .muk-detail-price{font-size:31px}
  .muk-purchase-box{padding:16px}
  .muk-purchase-box form.cart{display:grid;grid-template-columns:75px 1fr}
  .muk-purchase-box .single_add_to_cart_button{min-width:0}
  .muk-single-buy-now{grid-column:1/-1}
  .muk-product-information{margin-top:58px}
  .muk-info-tabs{display:grid;grid-template-columns:1fr}
  .muk-info-tab{border-right:0;border-bottom:1px solid #e0e5e0}
  .muk-section-heading h2{font-size:42px}
  .muk-related-products{margin-top:62px}
}

/* v1.0.1 — exact homepage card match and full-width shop hero */
body.muk-wc-design-active main#main-content.muk-wc-page{
  width:100%!important;
  max-width:none!important;
  padding-left:0!important;
  padding-right:0!important;
  margin-left:0!important;
  margin-right:0!important;
  overflow:visible;
}

body.muk-wc-design-active .muk-shop-hero{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  border:0!important;
  overflow:hidden;
}
body.muk-wc-design-active .muk-shop-hero:after{display:none!important;content:none!important}
body.muk-wc-design-active .muk-shop-hero-inner{text-align:center}
body.muk-wc-design-active .muk-shop-hero .muk-eyebrow,
body.muk-wc-design-active .muk-shop-hero h1,
body.muk-wc-design-active .muk-shop-hero p{text-align:center;margin-left:auto;margin-right:auto}

/* Match the approved homepage product card exactly */
body.muk-wc-design-active .muk-shop-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}
body.muk-wc-design-active .muk-product-card{
  min-height:585px;
  border:4px solid var(--muk-green);
  border-radius:32px;
  background:#e9e9e9;
  overflow:hidden;
  box-shadow:none;
}
body.muk-wc-design-active .muk-product-card:hover{
  transform:translateY(-9px);
  box-shadow:0 24px 50px rgba(38,67,42,.15);
}
body.muk-wc-design-active .muk-card-image{
  height:410px;
  padding:24px 35px 5px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e9e9e9 radial-gradient(circle at 55% 70%,rgba(231,231,231,.8),transparent 42%);
  overflow:hidden;
}
body.muk-wc-design-active .muk-card-image img{
  position:absolute;
  inset:0;
  margin:auto!important;
  width:100%!important;
  height:100%!important;
  max-width:100%;
  object-fit:contain!important;
  object-position:center!important;
  transition:opacity .4s ease,transform .5s ease!important;
}
body.muk-wc-design-active .muk-product-card:hover .product-default-image{
  opacity:0;
  transform:scale(1.02)!important;
}
body.muk-wc-design-active .muk-product-card:hover .product-hover-image{
  opacity:1;
  transform:scale(1.035)!important;
}
body.muk-wc-design-active .muk-card-wishlist{
  right:25px;
  top:25px;
  width:38px;
  height:38px;
  border:0;
  border-radius:0;
  background:transparent;
  padding:0;
}
body.muk-wc-design-active .muk-card-wishlist svg{width:100%;height:100%;stroke-width:1.5}
body.muk-wc-design-active .muk-card-info{
  margin-top:auto;
  padding:14px 28px 25px;
  background:#e9e9e9;
  border-top:0;
  text-align:center;
}
body.muk-wc-design-active .muk-card-info h2{
  min-height:0;
  margin:0 0 9px;
  font-family:var(--muk-sans);
  font-size:24px;
  line-height:1.2;
  font-weight:500;
  text-align:center;
}
body.muk-wc-design-active .muk-card-price{
  margin:0 0 15px;
  font-family:var(--muk-sans);
  font-size:32px;
  line-height:1.1;
  font-weight:700;
  text-align:center;
}
body.muk-wc-design-active .muk-card-price del{
  font-family:var(--muk-sans);
  font-size:18px;
  color:#879087;
  margin-right:7px;
}
body.muk-wc-design-active .muk-card-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
body.muk-wc-design-active .muk-buy-button{
  flex:0 1 190px;
  min-width:153px;
  height:48px;
  min-height:48px;
  border-radius:0!important;
  padding:0 18px;
  justify-content:center;
  gap:12px;
  font-size:14px;
  letter-spacing:.08em;
}
body.muk-wc-design-active .muk-cart-icon{
  flex:0 0 46px;
  width:46px;
  height:46px;
  border:0;
  border-radius:0;
  background:transparent;
}
body.muk-wc-design-active .muk-cart-icon svg{width:36px;height:36px}

@media(max-width:1100px){
  body.muk-wc-design-active .muk-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:820px){
  body.muk-wc-design-active .muk-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  body.muk-wc-design-active .muk-product-card{min-height:480px;border-width:3px;border-radius:24px}
  body.muk-wc-design-active .muk-card-image{height:315px;padding:16px 18px 0}
  body.muk-wc-design-active .muk-card-wishlist{right:14px;top:14px;width:34px;height:34px}
  body.muk-wc-design-active .muk-card-info{padding:13px 15px 16px}
  body.muk-wc-design-active .muk-card-info h2{font-size:18px}
  body.muk-wc-design-active .muk-card-price{font-size:25px}
  body.muk-wc-design-active .muk-buy-button{font-size:11px;min-width:0;flex:1;height:42px;min-height:42px;padding:0 10px}
  body.muk-wc-design-active .muk-cart-icon{width:42px;height:42px;flex-basis:42px}
  body.muk-wc-design-active .muk-cart-icon svg{width:30px;height:30px}
}
@media(max-width:520px){
  body.muk-wc-design-active .muk-shop-hero{padding:58px 16px 38px}
  body.muk-wc-design-active .muk-shop-grid{gap:10px}
  body.muk-wc-design-active .muk-product-card{min-height:395px;border-width:2px;border-radius:18px}
  body.muk-wc-design-active .muk-card-image{height:245px;padding:10px 8px 0}
  body.muk-wc-design-active .muk-card-wishlist{right:8px;top:8px;width:31px;height:31px}
  body.muk-wc-design-active .muk-card-info{padding:11px 9px 12px}
  body.muk-wc-design-active .muk-card-info h2{font-size:14px;line-height:1.2;margin-bottom:8px}
  body.muk-wc-design-active .muk-card-price{font-size:20px;margin-bottom:10px}
  body.muk-wc-design-active .muk-card-price del{display:block;font-size:11px;margin:0 0 3px}
  body.muk-wc-design-active .muk-card-actions{gap:6px}
  body.muk-wc-design-active .muk-buy-button{height:37px;min-height:37px;font-size:8.5px;letter-spacing:.04em;padding:0 6px}
  body.muk-wc-design-active .muk-cart-icon{width:37px;height:37px;flex-basis:37px}
  body.muk-wc-design-active .muk-cart-icon svg{width:23px;height:23px}
}


/* v1.0.2 — compact homepage-matched shop cards and simple sale label */
body.muk-wc-design-active .muk-product-card{
  min-height:472px!important;
  border:3px solid var(--muk-green)!important;
  border-radius:24px!important;
  background:#e9e9e9!important;
}
body.muk-wc-design-active .muk-card-image{
  height:310px!important;
  min-height:310px!important;
  padding:18px 24px 0!important;
  background:#e9e9e9!important;
}
body.muk-wc-design-active .muk-card-image img{
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}
body.muk-wc-design-active .muk-product-card:hover .product-hover-image{
  transform:scale(1.06)!important;
}
body.muk-wc-design-active .muk-card-info{
  min-height:142px!important;
  padding:12px 20px 20px!important;
  background:#e9e9e9!important;
  text-align:left!important;
}
body.muk-wc-design-active .muk-card-info h2{
  min-height:46px!important;
  display:flex!important;
  align-items:flex-start!important;
  margin:0 0 7px!important;
  font-family:var(--muk-sans)!important;
  font-size:19px!important;
  line-height:1.2!important;
  font-weight:500!important;
  text-align:left!important;
}
body.muk-wc-design-active .muk-card-info h2 a{
  display:block;
  width:100%;
  text-align:left!important;
}
body.muk-wc-design-active .muk-card-price{
  margin:0 0 12px!important;
  font-family:var(--muk-sans)!important;
  font-size:25px!important;
  line-height:1.1!important;
  font-weight:700!important;
  text-align:left!important;
}
body.muk-wc-design-active .muk-card-price del{
  display:inline!important;
  margin-right:6px!important;
  font-family:var(--muk-sans)!important;
  font-size:15px!important;
}
body.muk-wc-design-active .muk-card-actions{
  margin-top:auto!important;
  justify-content:space-between!important;
}
body.muk-wc-design-active .muk-buy-button{
  flex:1 1 auto!important;
  max-width:170px!important;
  min-width:0!important;
  height:44px!important;
  min-height:44px!important;
  border:2px solid var(--muk-green)!important;
  border-radius:2px!important;
  padding:0 18px!important;
  font-size:12px!important;
  justify-content:center!important;
}
body.muk-wc-design-active .muk-cart-icon{
  flex:0 0 39px!important;
  width:39px!important;
  height:39px!important;
}
body.muk-wc-design-active .muk-cart-icon svg{
  width:29px!important;
  height:29px!important;
}
body.muk-wc-design-active .muk-card-wishlist{
  right:18px!important;
  top:18px!important;
  width:31px!important;
  height:31px!important;
}

/* Small, non-intrusive WooCommerce sale label */
body.muk-wc-design-active .muk-sale-badge{
  position:absolute!important;
  z-index:12!important;
  left:50%!important;
  right:auto!important;
  top:12px!important;
  transform:translateX(-50%)!important;
  width:auto!important;
  min-width:68px!important;
  min-height:0!important;
  height:30px!important;
  padding:0 10px!important;
  border:0!important;
  border-radius:5px!important;
  background:var(--muk-green)!important;
  color:#fff!important;
  box-shadow:0 5px 14px rgba(38,67,42,.18)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
body.muk-wc-design-active .muk-sale-badge:after{display:none!important;content:none!important}
body.muk-wc-design-active .muk-sale-badge strong{
  font-family:var(--muk-sans)!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:.04em!important;
  white-space:nowrap!important;
}

@media(max-width:820px){
  body.muk-wc-design-active .muk-product-card{
    min-height:426px!important;
    border-width:3px!important;
    border-radius:24px!important;
  }
  body.muk-wc-design-active .muk-card-image{
    height:275px!important;
    min-height:275px!important;
    padding:15px 14px 0!important;
  }
  body.muk-wc-design-active .muk-card-info{
    min-height:137px!important;
    padding:11px 14px 15px!important;
  }
  body.muk-wc-design-active .muk-card-info h2{
    min-height:41px!important;
    font-size:17px!important;
  }
  body.muk-wc-design-active .muk-card-price{
    font-size:22px!important;
  }
  body.muk-wc-design-active .muk-buy-button{
    height:40px!important;
    min-height:40px!important;
    padding:0 12px!important;
    font-size:10px!important;
  }
  body.muk-wc-design-active .muk-sale-badge{
    top:9px!important;
    height:27px!important;
    min-width:62px!important;
    padding:0 8px!important;
  }
  body.muk-wc-design-active .muk-sale-badge strong{font-size:9px!important}
}

@media(max-width:520px){
  body.muk-wc-design-active .muk-product-card{
    min-height:0!important;
    border-width:2px!important;
    border-radius:18px!important;
  }
  body.muk-wc-design-active .muk-card-image{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:1 / 1.05!important;
    padding:8px 6px 0!important;
  }
  body.muk-wc-design-active .muk-card-info{
    min-height:126px!important;
    padding:10px 10px 12px!important;
  }
  body.muk-wc-design-active .muk-card-info h2{
    min-height:35px!important;
    margin-bottom:6px!important;
    font-size:14px!important;
  }
  body.muk-wc-design-active .muk-card-price{
    margin-bottom:9px!important;
    font-size:19px!important;
  }
  body.muk-wc-design-active .muk-card-price del{
    display:inline!important;
    margin:0 4px 0 0!important;
    font-size:10px!important;
  }
  body.muk-wc-design-active .muk-card-actions{gap:5px!important}
  body.muk-wc-design-active .muk-buy-button{
    height:36px!important;
    min-height:36px!important;
    padding:0 7px!important;
    font-size:8px!important;
    letter-spacing:.04em!important;
  }
  body.muk-wc-design-active .muk-cart-icon{
    flex-basis:34px!important;
    width:34px!important;
    height:34px!important;
  }
  body.muk-wc-design-active .muk-cart-icon svg{
    width:22px!important;
    height:22px!important;
  }
  body.muk-wc-design-active .muk-card-wishlist{
    right:8px!important;
    top:8px!important;
    width:29px!important;
    height:29px!important;
  }
  body.muk-wc-design-active .muk-sale-badge{
    top:7px!important;
    height:24px!important;
    min-width:56px!important;
    padding:0 6px!important;
  }
  body.muk-wc-design-active .muk-sale-badge strong{font-size:8px!important}
}

.muk-sale-badge {
    top: 15px;
    left: 15px;
    right: auto;
    transform: none;
}

.muk-sale-badge {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    right: auto !important;
    margin: 0 !important;
    transform: none !important;
}

.muk-product-card {
    position: relative !important;
}

.muk-sale-badge {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 0 !important;
}

body .muk-product-card .muk-sale-badge {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    right: unset !important;
    bottom: unset !important;
    transform: translate(0,0) !important;
    margin: 0 !important;
    z-index: 20 !important;
}


/* v1.0.7 — full-resolution product images and sharp rendering */
body.muk-wc-design-active .muk-card-image img,
body.muk-wc-design-active .muk-product-main-image > img,
body.muk-wc-design-active .muk-product-thumb img {
  image-rendering:auto!important;
  filter:none!important;
  -webkit-filter:none!important;
  backface-visibility:hidden!important;
  -webkit-backface-visibility:hidden!important;
}
body.muk-wc-design-active .muk-card-image .product-default-image,
body.muk-wc-design-active .muk-card-image .product-hover-image,
body.muk-wc-design-active .muk-product-card:hover .product-default-image,
body.muk-wc-design-active .muk-product-card:hover .product-hover-image {
  transform:none!important;
}
