/* KAFF Smart Offers — Build 355.2.2 */
.single-product .kaff-smart-offers,
.woocommerce-cart .kaff-smart-offers{
  grid-column:1 / -1 !important;
  clear:both;
  display:block;
  width:min(100% - 32px,1280px) !important;
  max-width:1280px;
  margin:56px auto 110px !important;
  padding:32px;
  box-sizing:border-box;
  overflow:hidden;
  border:1px solid var(--border,#3a321b);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(212,175,55,.08),rgba(255,255,255,.02));
  box-shadow:var(--shadow,0 18px 50px rgba(0,0,0,.25));
}
.kaff-smart-offers__head{text-align:center;margin:0 0 28px}
.kaff-smart-offers__head h2{margin:8px 0 0;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.15}
.kaff-smart-offers ul.products{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:20px !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
}
.kaff-smart-offers ul.products::before,
.kaff-smart-offers ul.products::after{display:none !important}
.kaff-smart-offers ul.products li.product{
  float:none !important;
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
  margin:0 !important;
  box-sizing:border-box !important;
}
.kaff-smart-offers ul.products li.product .button,
.kaff-smart-offers ul.products li.product .added_to_cart{
  white-space:normal !important;
  height:auto !important;
  min-height:44px;
}
@media(max-width:1024px){
  .kaff-smart-offers ul.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
@media(max-width:767px){
  .single-product .kaff-smart-offers,
  .woocommerce-cart .kaff-smart-offers{width:calc(100% - 24px) !important;padding:22px 14px;margin:38px auto 100px !important}
  .kaff-smart-offers__head{margin-bottom:20px}
  .kaff-smart-offers ul.products{gap:12px !important}
}
@media(max-width:420px){
  .kaff-smart-offers ul.products{grid-template-columns:1fr !important}
}
