.monkey-products{width:100%;box-sizing:border-box}.monkey-products *{box-sizing:border-box}.monkey-filter{display:flex;justify-content:center;width:100%;margin:0 0 24px}.monkey-filter-inner{display:flex;max-width:100%;width:900px}.monkey-filter-btn{flex:1;border:0;cursor:pointer;padding:12px 18px;transition:all .25s ease;font:inherit}.monkey-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.monkey-card{position:relative;display:flex;flex-direction:column;min-width:0;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease;overflow:hidden}.monkey-products[data-card-shape="organic"] .monkey-card{overflow:visible;clip-path:polygon(0.4% 1.6%,7% 0.4%,15% 1.1%,24% 0.3%,34% 1.4%,44% 0.5%,55% 1.3%,66% 0.2%,76% 1.2%,88% 0.4%,99.3% 2%,98.8% 13%,99.7% 25%,98.9% 37%,99.6% 49%,98.7% 61%,99.8% 74%,98.9% 87%,96.8% 99.1%,86% 98.6%,75% 99.6%,64% 98.7%,52% 99.7%,41% 98.8%,30% 99.5%,18% 98.5%,6% 99.2%,1.4% 96.5%,0.5% 86%,1.5% 75%,0.4% 63%,1.3% 52%,0.3% 40%,1.2% 28%,0.4% 16%)}.monkey-organic-frame{position:absolute;inset:-2px;z-index:8;pointer-events:none;overflow:visible}.monkey-organic-frame path{fill:none;stroke:#5f7252;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;stroke-dasharray:26 10 4 9 18 8 3 11}.monkey-card-image{width:100%;height:280px;overflow:hidden;background:#eee}.monkey-card-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}.monkey-card-badge{position:absolute;top:22px;left:22px;z-index:6;padding:10px 16px;background:#4b2f20;color:#fff;letter-spacing:.08em}.monkey-card-body{display:flex;flex-direction:column;flex:1;padding:26px 28px}.monkey-card-category,.monkey-card-subtitle{letter-spacing:.18em;text-transform:uppercase}.monkey-card-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.monkey-card-tag{display:inline-flex;border:1px solid currentColor;padding:3px 9px;line-height:1}.monkey-card-desc{line-height:1.55}.monkey-card-desc p:last-child{margin-bottom:0}.monkey-card-title{margin-top:0}.monkey-card-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.monkey-card-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;line-height:1;transition:all .22s ease;white-space:nowrap}.monkey-card-btn.icon-left{flex-direction:row}.monkey-card-btn.icon-right{flex-direction:row}.monkey-card-btn svg{fill:currentColor}.monkey-products[data-card-hover="lift"] .monkey-card:hover{transform:translateY(-6px)}.monkey-products[data-card-hover="scale"] .monkey-card:hover{transform:scale(1.025)}.monkey-products[data-card-hover="lift-shadow"] .monkey-card:hover{transform:translateY(-6px);box-shadow:0 14px 32px rgba(0,0,0,.18)}.monkey-products[data-card-hover="image-zoom"] .monkey-card:hover .monkey-card-image img,.monkey-products[data-card-hover="lift-shadow"] .monkey-card:hover .monkey-card-image img{transform:scale(1.045)}.monkey-products[data-card-hover="glow"] .monkey-card:hover{box-shadow:0 0 0 1px rgba(214,180,94,.35),0 0 28px rgba(214,180,94,.28)}.monkey-products[data-button-hover="scale"] .monkey-card-btn:hover{transform:scale(1.04)}.monkey-products[data-button-hover="icon-slide"] .monkey-card-btn i,.monkey-products[data-button-hover="icon-slide"] .monkey-card-btn svg{transition:transform .22s ease}.monkey-products[data-button-hover="icon-slide"] .monkey-card-btn:hover i,.monkey-products[data-button-hover="icon-slide"] .monkey-card-btn:hover svg{transform:translateX(4px)}.monkey-products[data-button-hover="underline"] .monkey-card-btn{position:relative}.monkey-products[data-button-hover="underline"] .monkey-card-btn:after{content:"";position:absolute;left:14px;right:14px;bottom:7px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.monkey-products[data-button-hover="underline"] .monkey-card-btn:hover:after{transform:scaleX(1)}.monkey-products[data-button-hover="border-fill"] .monkey-card-btn{box-shadow:inset 0 0 0 1px currentColor}.monkey-products[data-button-hover="border-fill"] .monkey-card-btn:hover{box-shadow:inset 0 0 0 999px rgba(255,255,255,.08)}.monkey-card.is-hidden,.monkey-card.is-reveal-hidden{display:none!important}.monkey-reveal-wrap{display:flex;justify-content:center;gap:12px;margin-top:28px}.monkey-reveal-btn{cursor:pointer;border:0;padding:12px 22px;background:#4b2f20;color:#fff;font:inherit;transition:all .22s ease}.monkey-reveal-btn:hover{transform:translateY(-2px);filter:brightness(.95)}.monkey-reveal-less{display:none}.monkey-products.is-expanded .monkey-reveal-less{display:inline-flex}@media(max-width:1024px){.monkey-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.monkey-filter-inner{flex-direction:column;width:100%!important}.monkey-product-grid{grid-template-columns:1fr}.monkey-card-footer{align-items:flex-start;flex-direction:column}}

.monkey-products[data-reveal-hover="none"] .monkey-reveal-btn:hover{transform:none;filter:none}
.monkey-products[data-reveal-hover="lift"] .monkey-reveal-btn:hover{transform:translateY(-2px);filter:none}
.monkey-products[data-reveal-hover="scale"] .monkey-reveal-btn:hover{transform:scale(1.04);filter:none}
.monkey-products[data-reveal-hover="darken"] .monkey-reveal-btn:hover{filter:brightness(.88);transform:none}
.monkey-products[data-reveal-hover="underline"] .monkey-reveal-btn{position:relative}.monkey-products[data-reveal-hover="underline"] .monkey-reveal-btn:after{content:"";position:absolute;left:18px;right:18px;bottom:8px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.monkey-products[data-reveal-hover="underline"] .monkey-reveal-btn:hover:after{transform:scaleX(1)}

/* =========================
   Monkey Add Button + Cart Icon
========================= */
.monkey-add-button-wrap{
  display:block;
}
.monkey-add-cart-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  cursor:pointer;
  text-decoration:none;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
  line-height:1;
}
.monkey-add-cart-button:hover{
  transform:translateY(-1px);
}
.monkey-add-cart-button.icon-right{
  flex-direction:row;
}
.monkey-add-cart-button.icon-left{
  flex-direction:row;
}
.monkey-add-cart-button svg{
  display:block;
  fill:currentColor;
}
.monkey-add-cart-button.is-added{
  transform:scale(.98);
}

.monkey-cart-icon-wrap{
  display:block;
}
.monkey-cart-icon-button{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  line-height:1;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.monkey-cart-icon-button:hover{
  transform:translateY(-1px);
  text-decoration:none;
}
.monkey-cart-main-icon{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.monkey-cart-main-icon svg{
  display:block;
  fill:currentColor;
}
.monkey-cart-total{
  display:inline-block;
  white-space:nowrap;
}
.monkey-cart-count{
  position:absolute;
  top:-8px;
  right:-9px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 5px;
  border-radius:999px;
  font-weight:700;
  text-align:center;
  box-sizing:border-box;
}
.monkey-cart-count[hidden]{
  display:none !important;
}
@media (max-width:767px){
  .monkey-cart-icon-wrap.hide-price-mobile .monkey-cart-total{
    display:none !important;
  }
}

/* =========================
   Monkey checkout
========================= */
.monkey-checkout{padding:10px;font-family:inherit;box-sizing:border-box}
.monkey-checkout *{box-sizing:border-box}
.monkey-checkout-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.85fr);gap:24px;align-items:start}
.monkey-checkout-panel{background:#fbf7ec;color:#4b2f20;padding:26px;border:1px solid rgba(75,47,32,.12)}
.monkey-checkout-section-head{border-bottom:1px solid #e6dcc7;padding-bottom:12px;margin-bottom:16px}
.monkey-checkout-kicker{text-transform:uppercase;letter-spacing:.22em;font-size:11px;font-weight:700;color:#9a7426}
.monkey-checkout-row{display:grid;grid-template-columns:74px minmax(0,1fr) auto;gap:15px;align-items:center;padding:14px 0;border-bottom:1px solid #e6dcc7}
.monkey-checkout-img{width:74px;height:74px;background:#eee6d2;border:1px solid rgba(75,47,32,.12);display:flex;align-items:center;justify-content:center;overflow:hidden}
.monkey-checkout-img img{width:100%;height:100%;object-fit:cover;display:block}
.monkey-checkout-placeholder{font-size:24px;line-height:1}
.monkey-checkout-product-title{font-style:italic;font-size:16px;line-height:1.2;margin-bottom:3px}
.monkey-checkout-product-desc{font-size:12px;line-height:1.35;color:rgba(75,47,32,.75);margin-bottom:9px;max-width:340px}
.monkey-checkout-qty{display:inline-flex;align-items:center;gap:8px}
.monkey-checkout-qty-btn{width:34px;height:26px;border:1px solid #eadfca;border-radius:8px;background:#fbf7ec;color:#4b2f20;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;line-height:1;transition:all .18s ease}
.monkey-checkout-qty-btn:hover{transform:translateY(-1px);filter:brightness(.98)}
.monkey-checkout-qty-number{min-width:18px;text-align:center;font-size:14px}
.monkey-checkout-row-side{text-align:right;white-space:nowrap}
.monkey-checkout-price{font-size:16px;margin-bottom:2px}
.monkey-checkout-remove{background:transparent!important;background-color:transparent!important;box-shadow:none!important;border:0;padding:0;color:#9a7426;text-transform:uppercase;letter-spacing:.14em;font-size:10px;cursor:pointer}
.monkey-checkout-delivery{margin-top:20px}
.monkey-checkout-delivery-option{display:flex;align-items:center;gap:12px;border:1px solid #e6dcc7;padding:14px 12px;margin-bottom:10px;cursor:pointer;transition:all .18s ease}
.monkey-checkout-delivery-option.is-active{border-color:#4b2f20}
.monkey-checkout-delivery-option input{accent-color:#4b2f20}
.monkey-checkout-delivery-option span{display:flex;flex-direction:column;gap:2px;flex:1}
.monkey-checkout-delivery-option strong{font-size:13px;font-style:italic;font-weight:500}
.monkey-checkout-delivery-option small{font-size:11px;color:rgba(75,47,32,.68)}
.monkey-checkout-delivery-price{font-style:normal;font-size:13px;color:#315a31}
.monkey-checkout-promo-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-bottom:18px}
.monkey-checkout-promo-line input,.monkey-checkout-promo-line button{height:38px;border:1px solid #e6dcc7;border-radius:7px;padding:0 13px;font:inherit}
.monkey-checkout-promo-line input{background:#4b4b4b;color:#fff;text-transform:uppercase;letter-spacing:.04em;min-width:0}
.monkey-checkout-promo-line button{background:#fbf7ec;color:#4b2f20;cursor:pointer;text-transform:uppercase;letter-spacing:.12em;font-size:11px}
.monkey-checkout-summary-line{display:flex;justify-content:space-between;gap:14px;padding:7px 0;font-size:14px}
.monkey-checkout-summary-total{border-top:1px solid #e6dcc7;margin-top:12px;padding-top:16px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;align-items:center}
.monkey-checkout-summary-total strong{font-size:24px;letter-spacing:0;text-transform:none;font-weight:400;color:#4b2f20}
.monkey-checkout-buttons{display:grid;gap:10px;margin-top:20px}
.monkey-checkout-action{display:flex;justify-content:center;align-items:center;min-height:42px;text-decoration:none;background:#4b2f20;color:#fff;border-radius:7px;text-transform:uppercase;letter-spacing:.16em;font-size:11px;transition:all .2s ease;border:1px solid transparent}
.monkey-checkout-action:hover{background:#2d1c13;color:#fff}
.monkey-checkout-secondary{background:transparent!important;color:#4b2f20!important;border-color:#e6dcc7}
.monkey-checkout-trust{border-top:1px solid #e6dcc7;margin-top:20px;padding-top:14px;display:grid;gap:8px;font-size:12px;color:rgba(75,47,32,.72)}
.monkey-checkout-empty{padding:22px 0;font-style:italic;color:rgba(75,47,32,.75)}
@media(max-width:767px){.monkey-checkout-grid{grid-template-columns:1fr}.monkey-checkout-row{grid-template-columns:64px minmax(0,1fr);gap:12px}.monkey-checkout-img{width:64px;height:64px}.monkey-checkout-row-side{grid-column:2;text-align:left;display:flex;align-items:center;gap:12px}.monkey-checkout-promo-line{grid-template-columns:1fr}.monkey-checkout-summary-total strong{font-size:21px}}

/* Promo code feedback */
.monkey-checkout-promo-status{
  margin:-8px 0 18px;
  font-size:12px;
  line-height:1.35;
  min-height:16px;
}
.monkey-checkout-promo-status.is-success{color:#315a31}
.monkey-checkout-promo-status.is-error{color:#9a2f2f}
.monkey-checkout-discount-line span:last-child{color:#315a31}
.monkey-checkout-promo-line button{
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.monkey-checkout-promo-line button:hover{transform:translateY(-1px)}

/* Remove product button styling base */
.monkey-checkout-remove{
  background:transparent!important;
  background-color:transparent!important;
  box-shadow:none!important;
  border:1px solid transparent;
  transition:color .18s ease,border-color .18s ease,transform .18s ease;
}
.monkey-checkout-remove:hover{transform:translateY(-1px)}

/* =========================
   Monkey product page
========================= */
.monkey-detail{
  display:flex;
  align-items:stretch;
  width:100%;
  background:transparent;
}
.monkey-detail-media{
  flex:0 0 52%;
  min-width:0;
}
.monkey-detail-image{
  width:100%;
  height:640px;
  overflow:hidden;
  background:transparent;
}
.monkey-detail-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.monkey-detail-image-placeholder{
  width:100%;
  height:100%;
  background:rgba(255,255,255,.2);
}
.monkey-detail-info{
  flex:1;
  min-width:280px;
  padding:64px 50px 42px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  color:#1f150e;
}
.monkey-detail-title{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:44px;
  line-height:.94;
  margin:0 0 10px;
  color:#1f150e;
  font-weight:700;
}
.monkey-detail-subtitle{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:15px;
  font-style:italic;
  color:#5c3924;
  margin-bottom:22px;
}
.monkey-detail-divider{
  width:64px;
  height:1px;
  background:#4b2f20;
  margin:0 0 28px;
}
.monkey-detail-description{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:15px;
  line-height:1.75;
  max-width:430px;
  margin:0 0 32px;
}
.monkey-detail-description p{margin:0 0 1em;}
.monkey-detail-meta{
  display:flex;
  gap:0;
  margin-bottom:28px;
  flex-wrap:wrap;
}
.monkey-detail-meta-item{
  padding:0 18px;
  min-width:92px;
}
.monkey-detail-meta-item:first-child{padding-left:0;}
.monkey-detail-meta-item + .monkey-detail-meta-item{border-left:1px solid #b99f76;}
.monkey-detail-meta-label{
  display:block;
  font-size:9px;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#9a7a52;
  margin-bottom:8px;
}
.monkey-detail-meta-value{
  display:block;
  font-size:13px;
  color:#1f150e;
}
.monkey-detail-buy-row{
  display:flex;
  align-items:flex-end;
  gap:18px;
  margin-bottom:18px;
}
.monkey-detail-price-wrap{
  display:flex;
  flex-direction:column;
}
.monkey-detail-price-label{
  font-size:9px;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#9a7a52;
  margin-bottom:5px;
}
.monkey-detail-price{
  display:block;
  font-family:Georgia, 'Times New Roman', serif;
  font-size:28px;
  font-weight:700;
  color:#1f150e;
}
.monkey-detail-qty{
  display:inline-flex;
  align-items:center;
  gap:0;
}
.monkey-detail-qty-btn,
.monkey-detail-qty-value{
  width:36px;
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #d8cbb4;
  background:#f4eedf;
  color:#1f150e;
  font-size:14px;
  line-height:1;
}
.monkey-detail-qty-btn{
  cursor:pointer;
  padding:0;
  appearance:none;
}
.monkey-detail-qty-value{border-left:0;border-right:0;}
.monkey-detail-add-button{
  width:100%;
  max-width:430px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid #eee6d8;
  background:#f7f1e7;
  color:#fff;
  padding:13px 26px;
  border-radius:6px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:700;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .15s ease;
}
.monkey-detail-add-button i{line-height:1;}
.monkey-detail-add-button svg{display:block; width:16px; height:16px;}
.monkey-detail-add-button:hover{
  background:#4b2f20;
  color:#fff;
}
.monkey-detail-add-button.is-added{transform:translateY(-1px);}
.monkey-detail-stock{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #b99f76;
  font-size:11px;
  color:#7b5735;
}
.monkey-detail-stock:before{
  content:'•';
  color:#b8872b;
  margin-right:8px;
}
@media(max-width:767px){
  .monkey-detail{flex-direction:column;}
  .monkey-detail-media{flex-basis:auto!important;}
  .monkey-detail-image{height:360px;}
  .monkey-detail-info{padding:34px 24px;}
  .monkey-detail-title{font-size:36px;}
  .monkey-detail-meta{gap:14px;}
  .monkey-detail-meta-item{border-left:0!important;padding:0;min-width:80px;}
}
