
:root{
  --wc-np-orange:#f54a13;
  --wc-np-orange-dark:#c64f17;
  --wc-np-brown:#9b3c16;
  --wc-np-ink:#061423;
  --wc-np-muted:#263448;
  --wc-np-border:#ffd3b7;
  --wc-np-cream:#fff7ed;
  --wc-np-card:#fffaf4;
  --wc-np-shadow:0 24px 55px rgba(157,82,20,.08);
}

body.single-product{
  background:
    radial-gradient(circle at 2% 14%, rgba(255,100,36,.13), transparent 23%),
    radial-gradient(circle at 98% 6%, rgba(255,144,41,.14), transparent 18%),
    linear-gradient(135deg,#fffaf3 0%,#fff0d8 100%) !important;
}

/* Hide native Woo bits that fight the custom layout */
.single-product span.onsale{display:none!important;}
.single-product .woocommerce-product-gallery__trigger,
.single-product .zoomImg,
.single-product .pswp{display:none!important;}
.single-product div.product .product_meta{display:none!important;}
.single-product .woocommerce-tabs{clear:both!important;}

/* Stable two column product shell */
.single-product div.product{
  position:relative!important;
  width:min(1240px, calc(100vw - 64px))!important;
  margin:38px auto 0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:32px!important;
  align-items:start!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
.single-product div.product::before,
.single-product div.product::after{content:none!important;display:none!important;}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary{
  float:none!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  box-sizing:border-box!important;
  border:1.5px solid var(--wc-np-border)!important;
  border-radius:28px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(255,247,237,.64))!important;
  box-shadow:var(--wc-np-shadow)!important;
  overflow:hidden!important;
}

/* Gallery */
.single-product div.product .woocommerce-product-gallery{
  position:relative!important;
  min-height:760px!important;
  padding:58px 36px 34px!important;
  display:block!important;
  z-index:2!important;
}
.single-product div.product .woocommerce-product-gallery *{box-sizing:border-box!important;}
.single-product div.product .woocommerce-product-gallery .flex-viewport,
.single-product div.product .woocommerce-product-gallery .flex-control-nav,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
  display:none!important;
}
.wc-np-gallery{
  position:relative;
  height:668px;
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  gap:24px;
  overflow:visible;
}
.wc-np-main-wrap{
  position:relative;
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:28px;
  overflow:visible;
}
.wc-np-main-wrap:before{
  content:"";
  position:absolute;
  width:min(80%, 460px);
  aspect-ratio:1;
  border:1.25px solid rgba(255,123,49,.19);
  border-radius:50%;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  pointer-events:none;
}
.wc-np-main-wrap:after{
  content:"";
  position:absolute;
  width:min(70%, 390px);
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,181,89,.18),transparent 66%);
  filter:blur(6px);
  left:50%;
  top:53%;
  transform:translate(-50%,-50%);
  pointer-events:none;
}
.wc-np-main-image{
  position:relative;
  z-index:2;
  display:block!important;
  width:100%!important;
  max-width:470px!important;
  max-height:500px!important;
  height:auto!important;
  object-fit:contain!important;
  cursor:pointer;
  filter:drop-shadow(0 24px 30px rgba(99,55,20,.14));
  transform:translateZ(0);
}
.wc-np-zoom-btn{
  position:absolute;
  z-index:5;
  right:18px;
  top:8px;
  width:56px;
  height:56px;
  border:0!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--wc-np-ink)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:0 12px 28px rgba(25,18,10,.09)!important;
  padding:0!important;
  cursor:pointer;
}
.wc-np-zoom-btn svg{width:26px;height:26px}

.wc-np-thumbs{
  position:relative;
  z-index:4;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:24px;
  min-height:142px;
  padding:0 8px;
  overflow:visible;
}
.wc-np-thumb{
  width:148px;
  height:132px;
  border:1.5px solid rgba(255,130,78,.42)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.82)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:14px!important;
  margin:0!important;
  overflow:hidden!important;
  cursor:pointer;
  box-shadow:none!important;
  outline:none!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.wc-np-thumb:hover,
.wc-np-thumb:focus-visible{
  transform:translateY(-2px);
  border-color:var(--wc-np-orange)!important;
  box-shadow:0 12px 26px rgba(230,88,23,.12)!important;
}
.wc-np-thumb.is-active{
  border-color:var(--wc-np-orange)!important;
  box-shadow:0 0 0 3px rgba(255,255,255,.95),0 12px 24px rgba(230,88,23,.12)!important;
}
.wc-np-thumb img{
  display:block!important;
  max-width:100%!important;
  max-height:100%!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  transform:none!important;
  pointer-events:none;
}

/* Sale badge */
.wc-np-sale-badge{
  position:absolute;
  z-index:20;
  top:28px;
  left:28px;
  transform:rotate(-6deg);
  background:linear-gradient(135deg,#ff5b18,#e43d08);
  color:#fff;
  font-size:27px;
  font-weight:900;
  letter-spacing:-.035em;
  line-height:1;
  white-space:nowrap;
  padding:20px 30px;
  border-radius:12px 18px 16px 18px;
  box-shadow:0 15px 30px rgba(226,74,12,.22),0 0 0 6px rgba(255,255,255,.74);
  pointer-events:none;
}
.wc-np-sale-badge span{
  position:absolute;
  right:-16px;
  top:-18px;
  color:#ff5b18;
  font-size:30px;
  line-height:1;
  text-shadow:0 2px 0 #fff;
}

/* Summary */
.single-product div.product .summary{
  min-height:760px!important;
  padding:56px 54px 34px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  z-index:1!important;
}
.single-product div.product .summary .product_title{
  font-size:clamp(60px,6vw,86px)!important;
  line-height:.9!important;
  letter-spacing:-.055em!important;
  color:var(--wc-np-ink)!important;
  margin:0 0 30px!important;
  font-weight:900!important;
  max-width:100%!important;
  overflow:visible!important;
}
.single-product div.product .summary .price{
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  gap:22px!important;
  margin:0 0 28px!important;
  color:var(--wc-np-orange)!important;
  font-size:38px!important;
  font-weight:900!important;
  line-height:1!important;
}
.single-product div.product .summary .price del{
  color:#8a7d73!important;
  opacity:.75!important;
  font-size:.76em!important;
  font-weight:800!important;
  text-decoration-thickness:3px!important;
}
.single-product div.product .summary .price ins{
  text-decoration:none!important;
  color:var(--wc-np-orange)!important;
}
.single-product div.product .woocommerce-product-details__short-description{
  font-size:21px!important;
  line-height:1.46!important;
  color:var(--wc-np-ink)!important;
  margin:0!important;
  max-width:620px!important;
}
.single-product div.product .woocommerce-product-details__short-description p{
  margin:0 0 28px!important;
}

/* Nutrition trigger */
.wc-np-nutrition-trigger{
  width:100%;
  min-height:94px;
  border:1.5px solid var(--wc-np-border)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.74)!important;
  box-shadow:0 16px 35px rgba(160,78,16,.07)!important;
  display:grid!important;
  grid-template-columns:62px 1fr auto!important;
  gap:18px!important;
  align-items:center!important;
  padding:18px 24px!important;
  margin:10px 0 34px!important;
  color:var(--wc-np-ink)!important;
  cursor:pointer;
  text-align:left;
}
.wc-np-trigger-icon,
.wc-np-feature-icon{
  width:54px;
  height:54px;
  border-radius:50%;
  background:#fff9f2;
  border:1.2px solid #ffd9c5;
  color:var(--wc-np-orange);
  display:flex;
  align-items:center;
  justify-content:center;
}
.wc-np-trigger-icon svg{width:30px;height:30px}
.wc-np-trigger-text strong{display:block;font-size:20px;line-height:1.15;font-weight:900;color:var(--wc-np-ink);}
.wc-np-trigger-text small{display:block;margin-top:5px;font-size:15px;color:var(--wc-np-muted);}
.wc-np-trigger-arrow{font-size:48px;line-height:1;color:var(--wc-np-brown);font-weight:500;}
.wc-np-nutrition-trigger:hover{transform:translateY(-1px);box-shadow:0 20px 42px rgba(160,78,16,.11)!important;}

/* Feature icons */
.wc-np-features{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:0 0 30px;
  color:var(--wc-np-ink);
}
.wc-np-feature{
  text-align:center;
  padding:0 18px;
  min-width:0;
}
.wc-np-feature + .wc-np-feature{border-left:1px solid rgba(215,126,74,.28);}
.wc-np-feature-icon{
  margin:0 auto 12px;
}
.wc-np-feature-icon svg{width:30px;height:30px}
.wc-np-feature strong{display:block;font-size:18px;line-height:1.12;font-weight:900;}
.wc-np-feature small{display:block;margin-top:7px;font-size:15px;line-height:1.2;color:var(--wc-np-muted);}

/* Add to cart */
.single-product div.product form.cart{
  margin:0!important;
  padding:14px!important;
  border:1.5px solid var(--wc-np-border)!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.66)!important;
  box-shadow:0 17px 38px rgba(216,95,15,.10)!important;
  display:grid!important;
  grid-template-columns:220px minmax(0,1fr)!important;
  align-items:center!important;
  gap:16px!important;
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.single-product div.product form.cart::before,
.single-product div.product form.cart::after{display:none!important;content:none!important;}
.single-product div.product form.cart .quantity{
  float:none!important;
  width:220px!important;
  max-width:220px!important;
  height:72px!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:64px 1fr 64px!important;
  overflow:hidden!important;
  border:1.5px solid var(--wc-np-border)!important;
  border-radius:16px!important;
  background:#fff!important;
}
.single-product div.product form.cart .quantity .qty{
  grid-column:2!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  border-left:1px solid #fee0ce!important;
  border-right:1px solid #fee0ce!important;
  background:#fff!important;
  color:var(--wc-np-ink)!important;
  font-size:28px!important;
  font-weight:900!important;
  text-align:center!important;
  appearance:textfield!important;
  padding:0!important;
  margin:0!important;
  box-shadow:none!important;
}
.single-product div.product form.cart .quantity .qty::-webkit-outer-spin-button,
.single-product div.product form.cart .quantity .qty::-webkit-inner-spin-button{appearance:none;margin:0;}
.wc-np-qty-btn{
  border:0!important;
  background:#fff!important;
  color:var(--wc-np-brown)!important;
  font-size:30px!important;
  font-weight:900!important;
  padding:0!important;
  margin:0!important;
  cursor:pointer;
  height:100%;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.wc-np-qty-btn:hover{background:#fff6ef!important;color:var(--wc-np-orange)!important;}
.single-product div.product form.cart .single_add_to_cart_button{
  float:none!important;
  width:100%!important;
  min-width:0!important;
  height:72px!important;
  margin:0!important;
  border:0!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#ff5b14 0%,#e6450b 100%)!important;
  color:#fff!important;
  font-size:22px!important;
  font-weight:900!important;
  line-height:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:13px!important;
  white-space:nowrap!important;
  box-shadow:0 16px 30px rgba(227,70,10,.20)!important;
  overflow:hidden!important;
  text-shadow:none!important;
}
.single-product div.product form.cart .single_add_to_cart_button:before{
  content:"";
  width:28px;
  height:28px;
  display:inline-block;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 19h24l-3 21H17l-3-21Z' fill='none' stroke='black' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M18 19c0-7 3-11 8-11s8 4 8 11' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
          mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 19h24l-3 21H17l-3-21Z' fill='none' stroke='black' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M18 19c0-7 3-11 8-11s8 4 8 11' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.single-product div.product form.cart .single_add_to_cart_button:after{
  content:"›";
  font-size:42px;
  line-height:0;
  font-weight:400;
  margin-left:2px;
}
.single-product div.product form.cart .single_add_to_cart_button:hover{
  transform:translateY(-1px);
  box-shadow:0 20px 40px rgba(227,70,10,.25)!important;
}
.wc-np-qty-pulse{animation:wcNpQtyPulse .24s ease}
@keyframes wcNpQtyPulse{0%{transform:scale(1)}50%{transform:scale(1.09)}100%{transform:scale(1)}}

/* Trust row */
.wc-np-trust-row{
  width:min(1240px, calc(100vw - 64px));
  margin:28px auto 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border:1.5px solid var(--wc-np-border);
  border-radius:22px;
  background:rgba(255,255,255,.72);
  box-shadow:0 18px 42px rgba(157,82,20,.06);
  overflow:hidden;
}
.wc-np-trust{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:12px;
  align-items:center;
  min-height:110px;
  padding:20px 24px;
  color:var(--wc-np-brown);
}
.wc-np-trust + .wc-np-trust{border-left:1px solid rgba(215,126,74,.26);}
.wc-np-trust span{display:flex;color:var(--wc-np-brown);}
.wc-np-trust span svg{width:36px;height:36px}
.wc-np-trust strong{display:block;color:var(--wc-np-brown);font-size:18px;line-height:1.12;font-weight:900;}
.wc-np-trust small{display:block;margin-top:5px;color:var(--wc-np-muted);font-size:15px;line-height:1.2;}

/* Nutrition modal */
.wc-np-modal,.wc-np-image-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease;
}
.wc-np-modal.is-open,.wc-np-image-modal.is-open{
  opacity:1;
  pointer-events:auto;
}
.wc-np-modal-backdrop,.wc-np-image-backdrop{
  position:absolute;
  inset:0;
  background:rgba(20,20,18,.28);
  backdrop-filter:blur(13px);
}
.wc-np-modal-card{
  position:absolute;
  right:max(28px,calc((100vw - 1240px)/2));
  top:50%;
  transform:translateY(-48%) scale(.97);
  width:min(420px,calc(100vw - 40px));
  max-height:88vh;
  overflow:auto;
  border-radius:22px;
  background:#fffaf5;
  border:1px solid #f6d5bf;
  box-shadow:0 32px 80px rgba(33,23,12,.18);
  padding:28px 30px;
  transition:transform .22s ease;
}
.wc-np-modal.is-open .wc-np-modal-card{transform:translateY(-50%) scale(1);}
.wc-np-modal-close,.wc-np-image-close{
  position:absolute;
  right:16px;
  top:14px;
  width:38px;
  height:38px;
  border-radius:50%;
  border:0;
  background:#fff;
  color:var(--wc-np-brown);
  font-size:26px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(60,34,10,.08);
}
.wc-np-modal-card h3{
  margin:0 0 22px;
  font-size:24px;
  color:var(--wc-np-ink);
  display:flex;
  align-items:center;
  gap:10px;
}
.wc-np-modal-card h3 svg{width:28px;height:28px;color:var(--wc-np-orange);}
.wc-np-modal-section h4{margin:20px 0 12px;color:var(--wc-np-orange);font-size:17px;}
.wc-np-modal-section p{font-size:15px;line-height:1.55;color:var(--wc-np-ink);}
.wc-np-table{width:100%;border-collapse:collapse;font-size:14px;color:var(--wc-np-ink);}
.wc-np-table caption{text-align:left;font-weight:900;color:var(--wc-np-orange);margin-bottom:8px;}
.wc-np-table th,.wc-np-table td{padding:10px 0;border-bottom:1px solid #ecd8c9;}
.wc-np-table th{text-align:left;font-weight:800;}
.wc-np-table td{text-align:right;font-weight:800;}
.wc-np-modal-done{
  margin:22px auto 0;
  display:block;
  border:1.5px solid #f0c5aa;
  border-radius:999px;
  background:#fff8f1;
  color:var(--wc-np-brown);
  padding:12px 34px;
  font-weight:900;
}

/* Image lightbox */
.wc-np-image-card{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-47%) scale(.97);
  width:min(86vw,980px);
  height:min(86vh,760px);
  border-radius:24px;
  background:linear-gradient(145deg,#fff9f1,#ffedcd);
  border:10px solid rgba(255,255,255,.92);
  box-shadow:0 34px 90px rgba(33,23,12,.25);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:32px;
  overflow:hidden;
  transition:transform .22s ease;
}
.wc-np-image-modal.is-open .wc-np-image-card{transform:translate(-50%,-50%) scale(1);}
.wc-np-image-card img{
  display:block;
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
}
.wc-np-image-close{
  right:18px;
  top:18px;
  z-index:3;
}

/* Responsive */
@media (max-width:1180px){
  .single-product div.product{
    width:min(1080px, calc(100vw - 40px))!important;
    grid-template-columns:1fr 1fr!important;
    gap:22px!important;
  }
  .single-product div.product .summary{padding:46px 42px 30px!important;}
  .single-product div.product .summary .product_title{font-size:clamp(54px,7vw,76px)!important;}
  .single-product div.product form.cart{grid-template-columns:190px minmax(0,1fr)!important;}
  .single-product div.product form.cart .quantity{width:190px!important;max-width:190px!important;}
  .single-product div.product form.cart .single_add_to_cart_button{font-size:20px!important;}
  .wc-np-trust-row{width:min(1080px, calc(100vw - 40px));}
}
@media (max-width:980px){
  .single-product div.product{
    grid-template-columns:1fr!important;
    width:min(680px, calc(100vw - 28px))!important;
  }
  .single-product div.product .woocommerce-product-gallery,
  .single-product div.product .summary{min-height:0!important;}
  .wc-np-gallery{height:620px;}
  .wc-np-sale-badge{top:22px;left:18px;font-size:23px;padding:17px 25px;}
  .wc-np-trust-row{
    width:min(680px, calc(100vw - 28px));
    grid-template-columns:repeat(2,1fr);
  }
  .wc-np-trust:nth-child(3){border-left:0;}
  .wc-np-trust:nth-child(n+3){border-top:1px solid rgba(215,126,74,.26);}
}
@media (max-width:620px){
  .single-product div.product{width:calc(100vw - 18px)!important;margin-top:26px!important;}
  .single-product div.product .woocommerce-product-gallery{padding:64px 18px 24px!important;}
  .wc-np-gallery{height:520px;gap:16px;}
  .wc-np-main-image{max-height:350px!important;}
  .wc-np-thumbs{gap:12px;min-height:112px;}
  .wc-np-thumb{width:118px;height:102px;border-radius:15px!important;}
  .single-product div.product .summary{padding:34px 24px 24px!important;}
  .single-product div.product .summary .product_title{font-size:54px!important;}
  .single-product div.product .summary .price{font-size:30px!important;gap:14px!important;}
  .single-product div.product .woocommerce-product-details__short-description{font-size:18px!important;}
  .wc-np-nutrition-trigger{grid-template-columns:50px 1fr auto!important;padding:14px 16px!important;}
  .wc-np-features{gap:0;}
  .wc-np-feature{padding:0 8px;}
  .wc-np-feature strong{font-size:15px;}
  .wc-np-feature small{font-size:13px;}
  .single-product div.product form.cart{grid-template-columns:1fr!important;}
  .single-product div.product form.cart .quantity{width:100%!important;max-width:100%!important;}
  .wc-np-trust-row{width:calc(100vw - 18px);grid-template-columns:1fr;}
  .wc-np-trust + .wc-np-trust{border-left:0;border-top:1px solid rgba(215,126,74,.26);}
  .wc-np-modal-card{left:18px;right:18px;width:auto;}
  .wc-np-image-card{width:92vw;height:78vh;padding:20px;border-width:8px;}
}


/* === v4.1 Center + slightly smaller polish === */
@media (min-width:981px){
  body.single-product .site-main,
  body.single-product #main,
  body.single-product .content-area,
  body.single-product .woocommerce,
  body.single-product .entry-content{
    overflow:visible!important;
  }

  .single-product div.product{
    width:min(1120px, calc(100vw - 96px))!important;
    max-width:1120px!important;
    margin:44px auto 0!important;
    gap:24px!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
  }

  .single-product div.product .woocommerce-product-gallery,
  .single-product div.product .summary{
    min-height:660px!important;
    border-radius:25px!important;
  }

  .single-product div.product .woocommerce-product-gallery{
    padding:58px 34px 26px!important;
  }

  .wc-np-gallery{
    height:574px!important;
    gap:18px!important;
    grid-template-rows:minmax(0,1fr) 132px!important;
  }

  .wc-np-main-wrap:before{
    width:min(76%, 405px)!important;
    opacity:.85!important;
  }

  .wc-np-main-wrap:after{
    width:min(62%, 320px)!important;
    opacity:.7!important;
  }

  .wc-np-main-image{
    max-width:455px!important;
    max-height:390px!important;
  }

  .wc-np-thumbs{
    min-height:126px!important;
    gap:22px!important;
    align-items:center!important;
  }

  .wc-np-thumb{
    width:140px!important;
    height:116px!important;
    padding:12px!important;
    border-radius:17px!important;
  }

  .wc-np-sale-badge{
    top:28px!important;
    left:28px!important;
    font-size:25px!important;
    padding:18px 34px!important;
    transform:rotate(-5deg)!important;
    max-width:260px!important;
    white-space:nowrap!important;
    z-index:12!important;
  }

  .single-product div.product .summary{
    padding:54px 58px 26px!important;
  }

  .single-product div.product .summary .product_title{
    font-size:clamp(58px,5.4vw,76px)!important;
    margin-bottom:26px!important;
  }

  .single-product div.product .summary .price{
    font-size:34px!important;
    margin-bottom:24px!important;
  }

  .single-product div.product .woocommerce-product-details__short-description{
    font-size:19px!important;
    line-height:1.45!important;
  }

  .single-product div.product .woocommerce-product-details__short-description p{
    margin-bottom:24px!important;
  }

  .wc-np-nutrition-trigger{
    min-height:84px!important;
    margin:8px 0 28px!important;
    padding:14px 22px!important;
    grid-template-columns:54px 1fr auto!important;
  }

  .wc-np-trigger-icon,
  .wc-np-feature-icon{
    width:48px!important;
    height:48px!important;
  }

  .wc-np-trigger-icon svg,
  .wc-np-feature-icon svg{
    width:27px!important;
    height:27px!important;
  }

  .wc-np-trigger-text strong{font-size:18px!important;}
  .wc-np-trigger-text small{font-size:14px!important;}
  .wc-np-trigger-arrow{font-size:42px!important;}

  .wc-np-features{
    margin-bottom:28px!important;
  }

  .wc-np-feature{
    padding:0 14px!important;
  }

  .wc-np-feature strong{
    font-size:17px!important;
  }

  .wc-np-feature small{
    font-size:14px!important;
  }

  .single-product div.product form.cart{
    grid-template-columns:210px minmax(0,1fr)!important;
    gap:14px!important;
    padding:12px!important;
    border-radius:19px!important;
    overflow:hidden!important;
  }

  .single-product div.product form.cart .quantity{
    width:210px!important;
    max-width:210px!important;
    height:66px!important;
    grid-template-columns:60px 1fr 60px!important;
  }

  .single-product div.product form.cart .quantity .qty{
    font-size:28px!important;
  }

  .wc-np-qty-btn{
    font-size:30px!important;
  }

  .single-product div.product form.cart .single_add_to_cart_button{
    height:66px!important;
    min-width:0!important;
    max-width:100%!important;
    width:100%!important;
    font-size:20px!important;
    padding:0 24px!important;
  }

  .single-product div.product form.cart .single_add_to_cart_button:before{
    width:25px!important;
    height:25px!important;
  }

  .single-product div.product form.cart .single_add_to_cart_button:after{
    font-size:30px!important;
  }

  .wc-np-trust-row{
    width:min(1120px, calc(100vw - 96px))!important;
    max-width:1120px!important;
    margin:24px auto 0!important;
  }

  .wc-np-trust{
    min-height:96px!important;
    padding:18px 22px!important;
  }
}

/* Avoid accidental blue browser focus outlines on thumbnails */
.wc-np-thumb:focus,
.wc-np-thumb:active{
  outline:none!important;
}
.wc-np-thumb:focus-visible{
  outline:2px solid rgba(245,74,19,.25)!important;
  outline-offset:4px!important;
}


/* === v4.2 Final compact centered layout based on approved mockup === */
@media (min-width: 981px){
  html body.single-product{
    overflow-x:hidden!important;
  }

  body.single-product .site-main,
  body.single-product #main,
  body.single-product .content-area,
  body.single-product .woocommerce,
  body.single-product .entry-content{
    width:100%!important;
    max-width:none!important;
    overflow:visible!important;
  }

  .single-product div.product{
    width:min(1000px, calc(100vw - 64px))!important;
    max-width:1000px!important;
    margin:54px auto 0!important;
    gap:24px!important;
    display:grid!important;
    grid-template-columns:minmax(0, 1fr) minmax(0, 1fr)!important;
    align-items:start!important;
    justify-content:center!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
  }

  .single-product div.product .woocommerce-product-gallery,
  .single-product div.product .summary{
    min-height:620px!important;
    height:620px!important;
    border-radius:22px!important;
    overflow:hidden!important;
  }

  .single-product div.product .woocommerce-product-gallery{
    padding:48px 34px 28px!important;
  }

  .wc-np-gallery{
    height:544px!important;
    grid-template-rows:minmax(0, 1fr) 124px!important;
    gap:16px!important;
  }

  .wc-np-main-wrap{
    min-height:0!important;
    align-items:center!important;
  }

  .wc-np-main-wrap:before{
    width:min(76%, 370px)!important;
    border-color:rgba(255,123,49,.18)!important;
  }

  .wc-np-main-wrap:after{
    width:min(62%, 300px)!important;
    opacity:.56!important;
  }

  .wc-np-main-image{
    max-width:360px!important;
    max-height:365px!important;
    width:auto!important;
    height:auto!important;
    object-fit:contain!important;
  }

  .wc-np-zoom-btn{
    top:8px!important;
    right:8px!important;
    width:48px!important;
    height:48px!important;
  }
  .wc-np-zoom-btn svg{width:22px!important;height:22px!important;}

  .wc-np-thumbs{
    min-height:120px!important;
    gap:20px!important;
    padding:0!important;
  }

  .wc-np-thumb{
    width:118px!important;
    height:104px!important;
    padding:10px!important;
    border-radius:16px!important;
    border-width:1.25px!important;
    flex:0 0 auto!important;
  }

  .wc-np-thumb:hover,
  .wc-np-thumb:focus-visible{
    transform:translateY(-2px)!important;
    box-shadow:0 10px 22px rgba(230,88,23,.11)!important;
  }

  .wc-np-sale-badge{
    top:28px!important;
    left:32px!important;
    font-size:20px!important;
    padding:15px 26px!important;
    border-radius:10px 15px 14px 15px!important;
    transform:rotate(-6deg)!important;
    box-shadow:0 12px 24px rgba(226,74,12,.18),0 0 0 5px rgba(255,255,255,.78)!important;
    max-width:none!important;
  }

  .wc-np-sale-badge span{
    right:-13px!important;
    top:-16px!important;
    font-size:25px!important;
  }

  .single-product div.product .summary{
    padding:42px 48px 28px!important;
  }

  .single-product div.product .summary .product_title{
    font-size:clamp(46px, 4.5vw, 64px)!important;
    line-height:.92!important;
    margin:0 0 22px!important;
    max-width:100%!important;
  }

  .single-product div.product .summary .price{
    font-size:29px!important;
    gap:18px!important;
    margin:0 0 24px!important;
  }

  .single-product div.product .woocommerce-product-details__short-description{
    font-size:16.5px!important;
    line-height:1.48!important;
    max-width:460px!important;
  }

  .single-product div.product .woocommerce-product-details__short-description p{
    margin:0 0 22px!important;
  }

  .wc-np-nutrition-trigger{
    min-height:70px!important;
    margin:4px 0 25px!important;
    padding:12px 18px!important;
    border-radius:15px!important;
    grid-template-columns:46px 1fr auto!important;
    gap:14px!important;
  }

  .wc-np-trigger-icon,
  .wc-np-feature-icon{
    width:42px!important;
    height:42px!important;
  }

  .wc-np-trigger-icon svg,
  .wc-np-feature-icon svg{
    width:23px!important;
    height:23px!important;
  }

  .wc-np-trigger-text strong{font-size:16px!important;}
  .wc-np-trigger-text small{font-size:13px!important;margin-top:4px!important;}
  .wc-np-trigger-arrow{font-size:36px!important;}

  .wc-np-features{
    margin:0 0 24px!important;
  }

  .wc-np-feature{
    padding:0 12px!important;
  }

  .wc-np-feature strong{
    font-size:15px!important;
    line-height:1.12!important;
  }

  .wc-np-feature small{
    font-size:12.5px!important;
    line-height:1.22!important;
    margin-top:6px!important;
  }

  .single-product div.product form.cart{
    grid-template-columns:170px minmax(0,1fr)!important;
    gap:14px!important;
    padding:10px!important;
    border-radius:17px!important;
    min-height:72px!important;
    overflow:hidden!important;
  }

  .single-product div.product form.cart .quantity{
    width:170px!important;
    max-width:170px!important;
    height:56px!important;
    grid-template-columns:48px 1fr 48px!important;
    border-radius:13px!important;
  }

  .single-product div.product form.cart .quantity .qty{
    font-size:24px!important;
  }

  .wc-np-qty-btn{
    font-size:25px!important;
  }

  .single-product div.product form.cart .single_add_to_cart_button{
    height:56px!important;
    font-size:17px!important;
    border-radius:13px!important;
    padding:0 20px!important;
    min-width:0!important;
    max-width:100%!important;
    width:100%!important;
  }

  .single-product div.product form.cart .single_add_to_cart_button:before{
    width:22px!important;
    height:22px!important;
  }

  .single-product div.product form.cart .single_add_to_cart_button:after{
    font-size:28px!important;
  }

  .wc-np-trust-row{
    width:min(1000px, calc(100vw - 64px))!important;
    max-width:1000px!important;
    margin:24px auto 0!important;
    border-radius:18px!important;
  }

  .wc-np-trust{
    min-height:82px!important;
    padding:14px 18px!important;
    grid-template-columns:42px 1fr!important;
    gap:10px!important;
  }

  .wc-np-trust span svg{
    width:28px!important;
    height:28px!important;
  }

  .wc-np-trust strong{
    font-size:15px!important;
  }

  .wc-np-trust small{
    font-size:12.5px!important;
  }
}

@media (min-width:981px) and (max-width:1120px){
  .single-product div.product,
  .wc-np-trust-row{
    width:min(940px, calc(100vw - 44px))!important;
  }
  .single-product div.product{
    gap:20px!important;
  }
  .single-product div.product .summary{
    padding-left:42px!important;
    padding-right:42px!important;
  }
  .single-product div.product form.cart{
    grid-template-columns:160px minmax(0,1fr)!important;
  }
  .single-product div.product form.cart .quantity{
    width:160px!important;
    max-width:160px!important;
  }
}

/* Keep the product centered below admin/header bars without pushing right */
@media (min-width:981px){
  body.admin-bar.single-product div.product{
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* cleaner focus only for keyboard users */
.wc-np-main-image:focus,
.wc-np-main-image:active,
.wc-np-zoom-btn:focus,
.wc-np-zoom-btn:active{
  outline:none!important;
}
.wc-np-main-image:focus-visible,
.wc-np-zoom-btn:focus-visible{
  outline:2px solid rgba(245,74,19,.32)!important;
  outline-offset:4px!important;
}


/* === v4.4 Description / Elementor stability fix ===
   The product shell uses CSS Grid for gallery + summary.
   WooCommerce tabs also live inside div.product, so they MUST be forced
   to full width. Trust row is now rendered after the product shell. */
.single-product div.product > .woocommerce-tabs,
.single-product div.product .woocommerce-tabs,
.single-product div.product > .woocommerce-Tabs-panel,
.single-product div.product > .related,
.single-product div.product > .upsells {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  clear: both !important;
  float: none !important;
  box-sizing: border-box !important;
}

/* Keep Woo/Elementor description content below the two cards, not in the right column */
.single-product div.product .woocommerce-tabs {
  margin: 26px 0 0 !important;
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Remove awkward native Description tab chrome when theme leaves it visible */
.single-product div.product .woocommerce-tabs ul.tabs {
  display: none !important;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2:first-child,
.single-product div.product .woocommerce-tabs #tab-description > h2:first-child {
  display: none !important;
}

/* Elementor sections inside product description should not be squeezed into a pseudo-column */
.single-product div.product .woocommerce-tabs .elementor,
.single-product div.product .woocommerce-tabs .elementor-section,
.single-product div.product .woocommerce-tabs .elementor-container,
.single-product div.product .woocommerce-tabs .e-con {
  max-width: none !important;
}

/* Trust row is now outside div.product; ensure it never overlaps product grid */
.single-product .wc-np-trust-row {
  clear: both !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Desktop: keep approved compact centered product layout */
@media (min-width:981px){
  .single-product div.product > .woocommerce-tabs {
    grid-column: 1 / -1 !important;
  }
}

/* Mobile/tablet safety */
@media (max-width:980px){
  .single-product div.product .woocommerce-tabs {
    margin-top: 18px !important;
  }
}

/* Related recipes Elementor widget */
.wc-np-related-recipes{
  --wc-np-related-max:1420px;
  --wc-np-related-gutter:48px;
  position:relative;
  width:min(100%, var(--wc-np-related-max));
  max-width:none;
  margin-left:auto;
  margin-right:auto;
}
.wc-np-related-full-yes .wc-np-related-recipes{
  width:min(var(--wc-np-related-max), calc(100vw - var(--wc-np-related-gutter)));
  margin-left:50%;
  margin-right:0;
  transform:translateX(-50%);
}
.wc-np-related-recipes-track{
  position:relative;
  width:100%;
}
.wc-np-related-recipe,
.wc-np-related-recipe > .elementor,
.wc-np-related-recipe .wc-np-recipe-widget{
  width:100%;
  max-width:none;
}
.wc-np-related-recipes-carousel .wc-np-related-recipe{
  display:none;
}
.wc-np-related-recipes-carousel .wc-np-related-recipe.is-active{
  display:block;
}
.wc-np-related-recipes-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:48px;
  padding:22px 0 4px;
}
.wc-np-related-arrow{
  width:58px;
  height:44px;
  border:0!important;
  background:transparent!important;
  color:#06295f!important;
  font-size:42px!important;
  line-height:1!important;
  font-weight:900!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  cursor:pointer;
  box-shadow:none!important;
}
.wc-np-related-arrow:hover,
.wc-np-related-arrow:focus-visible{
  color:var(--wc-np-orange)!important;
  outline:2px solid rgba(245,74,19,.24)!important;
  outline-offset:5px!important;
}

/* Recipe design widget */
.wc-np-recipe-template{
  width:min(1400px, calc(100vw - 48px));
  margin:32px auto;
}
.wc-np-recipe-widget{
  --wc-np-recipe-blue:#07265f;
  --wc-np-recipe-bg:#fde8ec;
  --wc-np-recipe-cream:#fff9f2;
  width:100%;
  display:grid;
  grid-template-columns:minmax(280px, 40%) minmax(0, 1fr);
  overflow:hidden;
  border-radius:28px;
  background:var(--wc-np-recipe-bg);
  color:var(--wc-np-recipe-blue);
  box-shadow:0 22px 54px rgba(71,36,48,.08);
}
.wc-np-recipe-media{
  position:relative;
  height:100%;
  min-height:480px;
  background:#fff;
  overflow:hidden;
}
.wc-np-recipe-media img{
  display:block;
  width:100%;
  height:100%;
  min-height:100%;
  object-fit:cover;
  object-position:center;
}
.wc-np-recipe-time{
  position:absolute;
  left:0;
  bottom:0;
  max-width:210px;
  padding:15px 24px 17px 26px;
  border-radius:0 999px 999px 0;
  background:var(--wc-np-recipe-cream);
  color:var(--wc-np-recipe-blue);
  font-size:15px;
  line-height:1.05;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.01em;
  box-shadow:0 10px 24px rgba(38,26,16,.08);
}
.wc-np-recipe-content{
  padding:42px 48px 44px;
}
.wc-np-recipe-eyebrow{
  margin:0 0 10px;
  color:var(--wc-np-recipe-blue);
  font-size:12.5px;
  line-height:1.1;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.wc-np-recipe-title{
  margin:0 0 16px;
  color:var(--wc-np-recipe-blue);
  font-size:28px;
  line-height:1.08;
  font-weight:950;
  letter-spacing:0;
}
.wc-np-recipe-description{
  margin:0 0 28px;
  max-width:980px;
  color:#263b72;
  font-size:17px;
  line-height:1.38;
  font-weight:500;
}
.wc-np-recipe-columns{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
  gap:42px;
}
.wc-np-recipe-list h3{
  margin:0 0 12px;
  color:var(--wc-np-recipe-blue);
  font-size:14px;
  line-height:1.1;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.03em;
}
.wc-np-recipe-list ul,
.wc-np-recipe-list ol{
  margin:0;
  padding-left:22px;
  color:#243a73;
  font-size:16px;
  line-height:1.42;
}
.wc-np-recipe-list li{
  margin:0 0 7px;
  padding-left:4px;
}
.wc-np-recipe-list li::marker{
  color:var(--wc-np-recipe-blue);
  font-weight:900;
}
.wc-np-recipe-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:26px 0 0;
}
.wc-np-recipe-action-btn{
  margin:26px 0 0!important;
  border:0;
  border-radius:999px!important;
  background:#07265f!important;
  color:#fff!important;
  padding:13px 24px!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
  cursor:pointer;
  box-shadow:0 14px 28px rgba(7,38,95,.14)!important;
}
.wc-np-recipe-actions .wc-np-recipe-action-btn{
  margin:0!important;
}
.wc-np-recipe-action-btn:hover,
.wc-np-recipe-action-btn:focus-visible{
  background:var(--wc-np-orange)!important;
  outline:2px solid rgba(245,74,19,.24)!important;
  outline-offset:4px!important;
}
.wc-np-recipe-save-btn{
  gap:9px;
}
.wc-np-recipe-save-btn span{
  font-size:17px;
  line-height:0;
}
.wc-np-recipe-save-btn.is-saved{
  background:#f54a13!important;
}
.wc-np-combo-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
}
.wc-np-combo-modal.is-open{
  opacity:1;
  pointer-events:auto;
}
.wc-np-combo-backdrop{
  position:absolute;
  inset:0;
  background:rgba(7,20,42,.34);
  backdrop-filter:blur(12px);
}
.wc-np-combo-card{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-48%) scale(.98);
  width:min(620px, calc(100vw - 34px));
  max-height:84vh;
  overflow:auto;
  border-radius:24px;
  background:#fde8ec;
  color:#07265f;
  border:1px solid rgba(255,255,255,.8);
  box-shadow:0 34px 90px rgba(7,20,42,.22);
  padding:32px 36px 34px;
  transition:transform .2s ease;
}
.wc-np-combo-modal.is-open .wc-np-combo-card{
  transform:translate(-50%,-50%) scale(1);
}
.wc-np-combo-close{
  position:absolute;
  right:16px;
  top:14px;
  width:38px;
  height:38px;
  border:0!important;
  border-radius:50%!important;
  background:#fff9f2!important;
  color:#07265f!important;
  font-size:26px!important;
  line-height:1!important;
  cursor:pointer;
}
.wc-np-combo-card h3{
  margin:0 44px 22px 0;
  color:#07265f;
  font-size:23px;
  line-height:1.12;
  font-weight:950;
}
.wc-np-combo-list{
  display:grid;
  gap:16px;
}
.wc-np-combo-item{
  border:1px solid rgba(7,38,95,.12);
  border-radius:16px;
  background:rgba(255,249,242,.74);
  padding:18px 20px;
}
.wc-np-combo-item h4{
  margin:0 0 10px;
  color:#07265f;
  font-size:17px;
  line-height:1.2;
  font-weight:950;
}
.wc-np-combo-item ul{
  margin:0;
  padding-left:20px;
  color:#243a73;
  font-size:15px;
  line-height:1.45;
}
.wc-np-combo-item li{
  margin:0 0 5px;
}
.wc-np-products-card{
  width:min(430px, calc(100vw - 34px));
}
.wc-np-recipe-products-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(82px, 1fr));
  gap:8px;
}
.wc-np-recipe-product{
  overflow:hidden;
  border:1px solid rgba(7,38,95,.12);
  border-radius:9px;
  background:rgba(255,249,242,.78);
  box-shadow:0 5px 12px rgba(7,20,42,.05);
}
.wc-np-recipe-product-image{
  display:block;
  aspect-ratio:1 / .78;
  background:#fff;
  overflow:hidden;
  padding:7px;
}
.wc-np-recipe-product-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.wc-np-recipe-product-body{
  padding:7px 8px 9px;
}
.wc-np-recipe-product h4{
  margin:0 0 4px;
  color:#07265f;
  font-size:10.5px;
  line-height:1.12;
  font-weight:950;
}
.wc-np-recipe-product h4 a{
  color:inherit;
  text-decoration:none;
}
.wc-np-recipe-product-price{
  margin:0 0 6px;
  color:#243a73;
  font-size:9.5px;
  line-height:1.25;
  font-weight:850;
}
.wc-np-recipe-product-link{
  display:inline-flex;
  align-items:center;
  min-height:20px;
  padding:5px 7px;
  border-radius:999px;
  background:#07265f;
  color:#fff!important;
  font-size:8.5px;
  line-height:1;
  font-weight:900;
  text-decoration:none!important;
}
.wc-np-recipe-product-link:hover,
.wc-np-recipe-product-link:focus-visible{
  background:#f54a13;
}

/* Saved recipe wishlist */
.wc-np-saved-heart-trigger{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-width:46px;
  min-height:46px;
  border:0!important;
  border-radius:999px;
  background:#07265f;
  color:#fff;
  padding:10px 14px;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 12px 24px rgba(7,38,95,.18);
}
.wc-np-saved-heart-icon{
  font-size:21px;
  line-height:1;
}
.wc-np-saved-heart-count{
  position:absolute;
  right:-6px;
  top:-6px;
  min-width:20px;
  height:20px;
  border-radius:999px;
  background:#f54a13;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  line-height:1;
  font-weight:950;
  padding:0 6px;
}
.wc-np-saved-panel{
  position:fixed;
  inset:0;
  z-index:999999;
  pointer-events:none;
}
.wc-np-saved-panel.is-open{
  pointer-events:auto;
}
.wc-np-saved-panel-backdrop{
  position:absolute;
  inset:0;
  background:rgba(7,20,42,.28);
  opacity:0;
  transition:opacity .24s ease;
}
.wc-np-saved-panel.is-open .wc-np-saved-panel-backdrop{
  opacity:1;
}
.wc-np-saved-panel-card{
  position:absolute;
  left:0;
  top:0;
  width:min(430px, calc(100vw - 28px));
  height:100%;
  overflow:auto;
  transform:translateX(-104%);
  transition:transform .28s ease;
  background:#fff9f2;
  color:#07265f;
  box-shadow:28px 0 70px rgba(7,20,42,.22);
  padding:34px 26px 28px;
}
.wc-np-saved-panel-right .wc-np-saved-panel-card{
  left:auto;
  right:0;
  transform:translateX(104%);
  box-shadow:-28px 0 70px rgba(7,20,42,.22);
}
.wc-np-saved-panel.is-open .wc-np-saved-panel-card{
  transform:translateX(0);
}
.wc-np-saved-panel-close{
  position:absolute;
  right:18px;
  top:16px;
  width:36px;
  height:36px;
  border:0!important;
  border-radius:50%!important;
  background:#fde8ec!important;
  color:#07265f!important;
  font-size:24px!important;
  line-height:1!important;
  cursor:pointer;
}
.wc-np-saved-panel-card h3{
  margin:0 46px 22px 0;
  color:#07265f;
  font-size:28px;
  line-height:1.08;
  font-weight:950;
}
.wc-np-saved-list{
  display:grid;
  gap:12px;
}
.wc-np-saved-empty{
  border:1px solid rgba(7,38,95,.12);
  border-radius:18px;
  background:#fde8ec;
  padding:18px 20px;
  color:#243a73;
  font-weight:800;
}
.wc-np-saved-item{
  position:relative;
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  border:1px solid rgba(7,38,95,.1);
  border-radius:18px;
  background:#fde8ec;
  padding:10px;
}
.wc-np-saved-item-link{
  display:grid;
  grid-template-columns:74px 1fr;
  gap:12px;
  align-items:center;
  color:#07265f!important;
  text-decoration:none!important;
}
.wc-np-saved-item-image{
  display:block;
  width:74px;
  height:58px;
  overflow:hidden;
  border-radius:12px;
  background:#fff;
}
.wc-np-saved-item-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.wc-np-saved-item-title{
  font-size:15px;
  line-height:1.14;
  font-weight:950;
}
.wc-np-saved-remove{
  align-self:center;
  width:28px;
  height:28px;
  border:0!important;
  border-radius:50%!important;
  background:#fff9f2!important;
  color:#07265f!important;
  font-size:20px!important;
  line-height:1!important;
  cursor:pointer;
}
.wc-np-saved-notice-modal{
  position:fixed;
  inset:0;
  z-index:1000000;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
}
.wc-np-saved-notice-modal.is-open{
  opacity:1;
  pointer-events:auto;
}
.wc-np-saved-notice-backdrop{
  position:absolute;
  inset:0;
  background:rgba(7,20,42,.32);
  backdrop-filter:blur(10px);
}
.wc-np-saved-notice-card{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-48%);
  width:min(430px, calc(100vw - 34px));
  border-radius:24px;
  background:#fde8ec;
  color:#07265f;
  padding:34px 32px 30px;
  text-align:center;
  box-shadow:0 30px 90px rgba(7,20,42,.24);
}
.wc-np-saved-notice-close{
  position:absolute;
  right:14px;
  top:12px;
  width:34px;
  height:34px;
  border:0!important;
  border-radius:50%!important;
  background:#fff9f2!important;
  color:#07265f!important;
  font-size:22px!important;
  cursor:pointer;
}
.wc-np-saved-notice-heart{
  width:58px;
  height:58px;
  margin:0 auto 16px;
  border-radius:50%;
  background:#07265f;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
}
.wc-np-saved-notice-card p{
  margin:0;
  color:#07265f;
  font-size:17px;
  line-height:1.38;
  font-weight:850;
}

/* Recipe grid widget */
.wc-np-recipe-grid{
  width:100%;
  color:#07265f;
}
.wc-np-recipe-filter{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 24px;
}
.wc-np-recipe-filter-btn{
  border:1px solid rgba(7,38,95,.12);
  border-radius:999px;
  background:#fff9f2;
  color:#07265f;
  padding:10px 18px;
  font-size:14px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  transition:transform .16s ease, background .16s ease, color .16s ease;
}
.wc-np-recipe-filter-btn:hover,
.wc-np-recipe-filter-btn:focus-visible{
  transform:translateY(-1px);
}
.wc-np-recipe-filter-btn.is-active{
  background:#07265f;
  color:#fff;
}
.wc-np-recipe-grid-cards{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
}
.wc-np-recipe-grid-card{
  overflow:hidden;
  border:1px solid rgba(7,38,95,.1);
  border-radius:20px;
  background:#fde8ec;
  box-shadow:0 18px 38px rgba(7,20,42,.08);
  transition:opacity .18s ease, transform .18s ease;
}
.wc-np-recipe-grid-card.is-hidden{
  display:none;
}
.wc-np-recipe-grid-image{
  display:block;
  aspect-ratio:1.35 / 1;
  background:#fff9f2;
  overflow:hidden;
}
.wc-np-recipe-grid-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.wc-np-recipe-grid-body{
  padding:18px 20px 22px;
}
.wc-np-recipe-grid-terms{
  margin:0 0 8px;
  color:#263b72;
  font-size:11px;
  line-height:1.1;
  font-weight:950;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.wc-np-recipe-grid-card h3{
  margin:0 0 7px;
  color:#07265f;
  font-size:20px;
  line-height:1.08;
  font-weight:950;
}
.wc-np-recipe-grid-card h3 a{
  color:inherit;
  text-decoration:none;
}
.wc-np-recipe-grid-excerpt{
  margin:0;
  color:#263b72;
  font-size:12px;
  line-height:1.28;
  font-weight:550;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.wc-np-recipe-grid-empty{
  padding:18px 20px;
  border-radius:14px;
  background:#fff9f2;
  color:#07265f;
  font-weight:850;
}

/* Recipe random slider button widget */
.wc-np-recipe-slider{
  position:relative;
  width:100%;
  color:#091220;
}
.wc-np-recipe-slider-viewport{
  position:relative;
  min-height:230px;
}
.wc-np-recipe-slider-page{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:22px;
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease;
}
.wc-np-recipe-slider-page:not(.is-active){
  position:absolute;
  inset:0;
}
.wc-np-recipe-slider-page.is-active{
  opacity:1;
  pointer-events:auto;
}
.wc-np-recipe-slider-card{
  display:grid;
  grid-template-columns:minmax(150px, 44%) minmax(0, 1fr);
  align-items:center;
  min-height:230px;
  overflow:hidden;
  border:1px solid rgba(7,38,95,.08);
  border-radius:18px;
  background:#fff9f2;
  box-shadow:0 18px 44px rgba(7,20,42,.08);
}
.wc-np-recipe-slider-image{
  display:block;
  height:100%;
  min-height:190px;
  padding:24px;
  background:rgba(245,238,228,.58);
}
.wc-np-recipe-slider-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:16px;
  box-shadow:0 20px 32px rgba(7,20,42,.08);
}
.wc-np-recipe-slider-content{
  padding:26px 28px 26px 0;
}
.wc-np-recipe-slider-eyebrow{
  margin:0 0 7px;
  color:#d2a35e;
  font-size:12px;
  line-height:1;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.wc-np-recipe-slider-title{
  margin:0 0 12px;
  color:#091220;
  font-size:30px;
  line-height:.96;
  font-weight:950;
}
.wc-np-recipe-slider-title a{
  color:inherit;
  text-decoration:none;
}
.wc-np-recipe-slider-excerpt{
  margin:0 0 16px;
  color:#4b5563;
  font-size:14px;
  line-height:1.35;
  font-weight:750;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.wc-np-recipe-slider-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:34px;
  padding:10px 18px;
  border-radius:999px;
  background:#56331f;
  color:#fff!important;
  font-size:12px;
  line-height:1;
  font-weight:950;
  text-decoration:none!important;
}
.wc-np-recipe-slider-link:hover,
.wc-np-recipe-slider-link:focus-visible{
  background:#07265f;
}
.wc-np-recipe-slider-link span{
  font-size:20px;
  line-height:0;
}
.wc-np-recipe-slider-nav{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:28px;
  margin:18px 0 0;
}
.wc-np-recipe-slider-arrow{
  width:50px;
  height:42px;
  border:0!important;
  background:transparent!important;
  color:#07265f;
  font-size:42px;
  line-height:1;
  font-weight:950;
  cursor:pointer;
  box-shadow:none!important;
}
.wc-np-recipe-slider-arrow:hover,
.wc-np-recipe-slider-arrow:focus-visible{
  color:#f54a13;
}

/* Recipe category button widget */
.wc-np-recipe-cat-buttons{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
}
.wc-np-recipe-cat-button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:58px;
  padding:16px 18px;
  border-radius:16px;
  background:#07265f;
  color:#fff;
  font-size:15px;
  line-height:1.1;
  font-weight:950;
  text-align:center;
  text-decoration:none!important;
  box-shadow:0 14px 28px rgba(7,38,95,.14);
  transition:transform .16s ease, background .16s ease, color .16s ease;
}
.wc-np-recipe-cat-button:hover,
.wc-np-recipe-cat-button:focus-visible{
  background:#f54a13;
  color:#fff;
  transform:translateY(-1px);
}
.wc-np-recipe-cat-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  line-height:1;
}
.wc-np-recipe-cat-icon svg{
  width:1em;
  height:1em;
  fill:currentColor;
}

@media (max-width:980px){
  .wc-np-recipe-grid-cards,
  .wc-np-recipe-slider-page,
  .wc-np-recipe-cat-buttons{
    grid-template-columns:1fr 1fr;
  }
  .wc-np-recipe-slider-card{
    grid-template-columns:1fr;
  }
  .wc-np-recipe-slider-content{
    padding:20px 22px 24px;
  }
  .wc-np-recipe-slider-title{
    font-size:24px;
  }
  .wc-np-related-full-yes .wc-np-related-recipes{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    transform:none;
  }
  .wc-np-recipe-widget{
    grid-template-columns:1fr!important;
    border-radius:22px;
  }
  .wc-np-recipe-media{
    min-height:360px;
  }
  .wc-np-recipe-content{
    padding:34px 28px 38px;
  }
  .wc-np-recipe-title{
    font-size:25px;
  }
  .wc-np-recipe-description{
    font-size:16px;
    margin-bottom:24px;
  }
  .wc-np-recipe-columns{
    grid-template-columns:1fr;
    gap:30px;
  }
  .wc-np-recipe-list ul,
  .wc-np-recipe-list ol{
    font-size:15.5px;
  }
  .wc-np-combo-card{
    padding:28px 24px 30px;
  }
  .wc-np-recipe-actions{
    margin-top:22px;
  }
}

@media (max-width:640px){
  .wc-np-recipe-grid-cards,
  .wc-np-recipe-slider-page,
  .wc-np-recipe-cat-buttons{
    grid-template-columns:1fr;
  }
  .wc-np-recipe-slider-page:not(.is-active){
    position:absolute;
  }
}

/* Kaffi highlight Elementor widget */
.wc-np-coffee-highlight{
  --kh-heading:38px;
  --kh-feature-title:23px;
  --kh-feature-text:14px;
  --kh-top:8px;
  --kh-heading-bottom:10px;
  --kh-gap:8px;
  --kh-feature-gap:24px;
  --kh-grid-offset:-18px;
  --kh-icon:56px;
  --kh-product:315px;
  --kh-height:540px;
  --kh-bottom:16px;
  width:100%;
  min-height:var(--kh-height);
  padding:var(--kh-top) clamp(24px, 5vw, 78px) var(--kh-bottom);
  background:#f8e8ca;
  color:#344255;
  box-sizing:border-box;
  overflow:hidden;
}
.wc-np-coffee-highlight h2{
  margin:0 0 var(--kh-heading-bottom);
  text-align:center;
  color:#ff4b0b;
  font-size:var(--kh-heading);
  line-height:.94;
  font-weight:950;
  letter-spacing:0;
}
.wc-np-kh-grid{
  display:grid;
  grid-template-columns:minmax(245px,1fr) minmax(140px,220px) minmax(245px,1fr);
  column-gap:var(--kh-gap);
  align-items:center;
  max-width:1280px;
  margin:0 auto;
  transform:translateY(var(--kh-grid-offset));
}
.wc-np-kh-side{
  display:grid;
  gap:var(--kh-feature-gap);
}
.wc-np-kh-feature{
  display:grid;
  align-items:center;
  gap:14px;
}
.wc-np-kh-feature-left{
  grid-template-columns:minmax(0,1fr) var(--kh-icon);
  text-align:right;
}
.wc-np-kh-feature-left .wc-np-kh-copy{
  justify-self:end;
}
.wc-np-kh-feature-right{
  grid-template-columns:var(--kh-icon) minmax(0,1fr);
  text-align:left;
}
.wc-np-kh-copy h3{
  margin:0 0 4px;
  color:#ff7146;
  font-size:var(--kh-feature-title);
  line-height:1.02;
  font-weight:950;
  letter-spacing:0;
}
.wc-np-kh-copy p{
  margin:0;
  max-width:340px;
  color:#344255;
  font-size:var(--kh-feature-text);
  line-height:1.25;
  font-weight:750;
}
.wc-np-kh-icon{
  width:var(--kh-icon);
  height:var(--kh-icon);
  border-radius:50%;
  background:rgba(255,249,239,.82);
  color:#ff7146;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 12px 28px rgba(80,49,20,.08);
}
.wc-np-kh-icon svg{
  width:calc(var(--kh-icon) * .46);
  height:calc(var(--kh-icon) * .46);
  display:block;
}
.wc-np-kh-product{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:calc(var(--kh-product) * .92);
  filter:drop-shadow(0 24px 36px rgba(74,44,18,.16));
}
.wc-np-kh-product img{
  display:block;
  max-width:100%;
  max-height:var(--kh-product);
  width:auto;
  height:auto;
  object-fit:contain;
}

@media (max-width:980px){
  .wc-np-coffee-highlight{
    min-height:0;
    padding:44px 22px 48px;
  }
  .wc-np-coffee-highlight h2{
    margin-bottom:36px;
    font-size:min(var(--kh-heading), 38px);
  }
  .wc-np-kh-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  .wc-np-kh-product{
    order:-1;
    min-height:260px;
  }
  .wc-np-kh-product img{
    max-height:300px;
  }
  .wc-np-kh-side{
    gap:26px;
  }
  .wc-np-kh-feature-left,
  .wc-np-kh-feature-right{
    grid-template-columns:62px minmax(0,1fr);
    text-align:left;
  }
  .wc-np-kh-feature-left .wc-np-kh-copy{
    order:2;
  }
  .wc-np-kh-feature-left .wc-np-kh-icon{
    order:1;
  }
  .wc-np-kh-icon{
    width:62px;
    height:62px;
  }
  .wc-np-kh-icon svg{
    width:29px;
    height:29px;
  }
  .wc-np-kh-copy h3{
    font-size:min(var(--kh-feature-title), 27px);
  }
  .wc-np-kh-copy p{
    font-size:min(var(--kh-feature-text), 17px);
  }
}

/* MaxHeildsala Header/Footer Elementor widget */
.wc-np-mh-header{
  position:relative;
  width:100%;
  color:#fff;
  z-index:100;
}
.wc-np-mh-header-shell{
  width:100%;
  background:#160d07;
  color:#fff;
  border:1px solid rgba(217,162,87,.16);
  box-shadow:0 18px 42px rgba(12,8,4,.24);
  overflow:hidden;
}
.wc-np-mh-primary{
  position:relative;
}
.wc-np-mh-sticky{
  position:fixed;
  top:14px;
  left:50%;
  width:min(1180px, calc(100vw - 32px));
  transform:translate(-50%, -130%);
  opacity:0;
  pointer-events:none;
  z-index:99990;
  transition:transform .24s ease, opacity .24s ease;
}
.wc-np-mh-header.is-stuck .wc-np-mh-sticky{
  transform:translate(-50%, 0);
  opacity:1;
  pointer-events:auto;
}
.wc-np-mh-topbar{
  display:flex;
  align-items:center;
  gap:22px;
  min-height:36px;
  padding:0 22px;
  border-bottom:1px solid rgba(217,162,87,.22);
  color:rgba(255,255,255,.78);
  font-size:12px;
  line-height:1.2;
  font-weight:700;
}
.wc-np-mh-main{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:18px 26px;
}
.wc-np-mh-logo{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
  color:#fff!important;
  text-decoration:none!important;
  font-size:23px;
  line-height:1;
  font-weight:950;
  letter-spacing:0;
}
.wc-np-mh-logo img{
  display:block;
  width:auto;
  height:auto;
  max-height:54px;
  object-fit:contain;
}
.wc-np-mh-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  flex:1 1 auto;
  min-width:0;
}
.wc-np-mh-menu a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  border-bottom:2px solid transparent;
  color:#fff!important;
  text-decoration:none!important;
  font-size:14px;
  line-height:1;
  font-weight:850;
  white-space:nowrap;
  transition:color .18s ease, border-color .18s ease, opacity .18s ease;
}
.wc-np-mh-menu a:hover,
.wc-np-mh-menu a:focus-visible{
  opacity:.78;
}
.wc-np-mh-menu a.is-active{
  color:#d9a257!important;
  border-color:#d9a257;
}
.wc-np-mh-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex:0 0 auto;
}
.wc-np-mh-icon-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:21px!important;
  line-height:1!important;
  font-weight:900;
  cursor:pointer;
  transition:background .18s ease, color .18s ease, transform .18s ease;
}
.wc-np-mh-icon-btn:hover,
.wc-np-mh-icon-btn:focus-visible{
  background:rgba(255,255,255,.1)!important;
  transform:translateY(-1px);
}
.wc-np-mh-saved,
.wc-np-mh-cart{
  width:42px;
  height:42px;
  background:rgba(255,255,255,.1)!important;
  border:1px solid rgba(217,162,87,.34)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04), 0 8px 18px rgba(0,0,0,.16);
}
.wc-np-mh-saved:hover,
.wc-np-mh-saved:focus-visible,
.wc-np-mh-cart:hover,
.wc-np-mh-cart:focus-visible{
  background:#d9a257!important;
  color:#120904!important;
  border-color:#d9a257!important;
}
.wc-np-mh-heart-icon,
.wc-np-mh-cart-icon{
  display:block;
  width:23px;
  height:23px;
  stroke:currentColor;
}
.wc-np-mh-heart-icon{
  width:22px;
  height:22px;
}
.wc-np-mh-saved .wc-np-mh-badge,
.wc-np-mh-cart .wc-np-mh-badge{
  right:-5px;
  top:-6px;
  min-width:20px;
  height:20px;
  border:2px solid #160d07;
  font-size:10px;
  box-shadow:0 4px 10px rgba(0,0,0,.18);
}
.wc-np-mh-badge{
  position:absolute;
  right:-3px;
  top:-3px;
  min-width:18px;
  height:18px;
  border-radius:999px;
  background:#d9a257;
  color:#120904;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 5px;
  font-size:10px;
  line-height:1;
  font-weight:950;
  opacity:0;
  transform:scale(.7);
  transition:opacity .18s ease, transform .18s ease;
}
.wc-np-mh-badge.has-items{
  opacity:1;
  transform:scale(1);
}
.wc-np-mh-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:42px;
  padding:0 18px;
  border-radius:8px;
  background:#d9a257;
  color:#120904!important;
  text-decoration:none!important;
  font-size:13px;
  line-height:1;
  font-weight:950;
  white-space:nowrap;
  box-shadow:0 8px 22px rgba(217,162,87,.22);
}
.wc-np-mh-cta:hover,
.wc-np-mh-cta:focus-visible{
  filter:brightness(1.06);
}
.wc-np-mh-mobile{
  display:none;
}
.wc-np-mh-menu-toggle{
  font-size:22px!important;
}
.wc-np-mh-mobile-menu{
  display:none;
  padding:0 18px 18px;
}
.wc-np-mh-mobile-menu .wc-np-mh-menu{
  display:grid;
  justify-content:stretch;
  gap:8px;
  padding:8px 0 16px;
}
.wc-np-mh-mobile-menu .wc-np-mh-menu a{
  justify-content:flex-start;
  min-height:40px;
}
.wc-np-mh-mobile-menu .wc-np-mh-cta{
  width:100%;
}
.wc-np-mh-header.is-mobile .wc-np-mh-desktop{
  display:none;
}
.wc-np-mh-header.is-mobile .wc-np-mh-mobile{
  display:block;
}
.wc-np-mh-mobile.is-open .wc-np-mh-mobile-menu{
  display:block;
}

@media (max-width:780px){
  .wc-np-mh-desktop{
    display:none;
  }
  .wc-np-mh-mobile{
    display:block;
  }
  .wc-np-mh-header-shell{
    border-radius:10px;
  }
  .wc-np-mh-main{
    gap:12px;
    padding:12px 14px;
  }
  .wc-np-mh-logo{
    font-size:17px;
  }
  .wc-np-mh-logo img{
    max-height:34px;
  }
  .wc-np-mh-actions{
    gap:4px;
  }
  .wc-np-mh-icon-btn{
    width:34px;
    height:34px;
    font-size:19px!important;
  }
  .wc-np-mh-cta{
    min-height:40px;
  }
}
