
/* VIVILIV Sales Booster 1.0.5 — integrated premium sales section */
.vvl-sales-booster{
  --vvl-gold:#c9a746;
  --vvl-gold-soft:#ead9a3;
  --vvl-green:#103824;
  --vvl-green-2:#174b31;
  --vvl-cream:#fffaf0;
  --vvl-ink:#183326;
  width:100%;
  max-width:none;
  margin:14px 0 22px;
  padding:15px 0 18px;
  border:0;
  border-top:1px solid rgba(201,167,70,.36);
  border-bottom:1px solid rgba(201,167,70,.24);
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#fff;
  box-sizing:border-box;
}
.vvl-sales-booster *{box-sizing:border-box}
.vvl-sales-booster__intro{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:16px;
  align-items:end;
  margin:0 0 12px;
}
.vvl-sales-booster__copy{max-width:620px}
.vvl-sales-booster__badge,.vvl-sales-set__eyebrow{
  display:inline-block;
  margin:0;
  font-size:10px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--vvl-gold-soft);
}
.vvl-sales-booster h2{
  margin:5px 0 5px!important;
  font-size:clamp(20px,1.8vw,25px)!important;
  line-height:1.1!important;
  color:#fff!important;
  font-weight:850!important;
  letter-spacing:-.015em;
}
.vvl-sales-booster__copy>p{
  margin:0!important;
  font-size:12.5px!important;
  line-height:1.45!important;
  color:rgba(255,255,255,.78)!important;
}
.vvl-sales-booster__trust{
  display:flex;
  flex-wrap:wrap;
  gap:6px 12px;
  margin-top:7px;
  color:var(--vvl-gold-soft);
  font-size:11px;
  font-weight:800;
}
.vvl-sales-booster__sets{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.vvl-sales-set{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  min-width:0;
  overflow:hidden;
  min-height:238px;
  border:1px solid rgba(201,167,70,.22);
  border-radius:14px;
  background:linear-gradient(180deg,#fffdf7 0%,#f7f0df 100%);
  box-shadow:0 9px 22px rgba(0,0,0,.15);
  color:var(--vvl-ink);
}
.vvl-sales-set__image{width:112px;height:100%;min-height:238px;background:#e9ede6;overflow:hidden}
.vvl-sales-set__image img{display:block;width:100%;height:100%;object-fit:cover;margin:0!important}
.vvl-sales-set__body{display:flex;flex-direction:column;min-width:0;padding:11px 11px 10px}
.vvl-sales-set__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}
.vvl-sales-set__eyebrow{color:#9b7927;font-size:8.5px;letter-spacing:.10em}
.vvl-sales-set h3{
  margin:3px 0 0!important;
  font-size:16px!important;
  line-height:1.08!important;
  color:var(--vvl-green)!important;
  font-weight:900!important;
}
.vvl-sales-set__price{
  flex:0 0 auto;
  min-width:66px;
  padding:4px 6px;
  border-radius:9px;
  text-align:right;
  white-space:nowrap;
  color:var(--vvl-green);
  background:rgba(201,167,70,.12);
  border:1px solid rgba(201,167,70,.22);
}
.vvl-sales-set__price span{display:block;font-size:8px;font-weight:900;color:#766331;text-transform:uppercase;letter-spacing:.06em}
.vvl-sales-set__price strong{font-size:20px;line-height:1}
.vvl-sales-set__price .woocommerce-Price-amount{font-size:inherit;color:inherit}
.vvl-sales-set__subtitle{
  margin:6px 0 7px!important;
  min-height:0;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  font-size:10.5px!important;
  line-height:1.35!important;
  color:#627067!important;
}
.vvl-sales-set__items{list-style:none!important;margin:0 0 7px!important;padding:0!important;border-top:1px solid #e9e1d1}
.vvl-sales-set__items li{display:flex;justify-content:space-between;gap:6px;margin:0!important;padding:4px 0!important;border-bottom:1px solid #e9e1d1;font-size:10px;line-height:1.2}
.vvl-sales-set__items li span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.vvl-sales-set__items li strong{flex:0 0 auto;color:var(--vvl-green);font-size:9.5px}
.vvl-sales-set__serving{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:4px 8px;
  margin-top:auto;
  margin-bottom:7px;
  padding:0;
  border:0;
  background:transparent;
  font-size:9.5px;
  color:#45544b;
}
.vvl-sales-set__serving>span{width:auto;font-weight:800;color:var(--vvl-green);font-size:9.5px}
.vvl-sales-set__serving label{display:inline-flex;align-items:center;gap:3px;margin:0;cursor:pointer;white-space:nowrap}
.vvl-sales-set__serving input{width:11px;height:11px;margin:0;accent-color:var(--vvl-green)}
.vvl-sales-set__add{
  width:100%;
  min-height:34px;
  padding:7px 9px;
  border:0!important;
  border-radius:9px!important;
  background:linear-gradient(180deg,var(--vvl-green-2) 0%,var(--vvl-green) 100%)!important;
  color:#fff!important;
  font-size:11.5px!important;
  font-weight:900!important;
  line-height:1.15!important;
  cursor:pointer;
  box-shadow:0 6px 13px rgba(16,56,36,.20);
}
.vvl-sales-set__add:hover{filter:brightness(1.07);transform:translateY(-1px)}
.vvl-sales-set__add:disabled{opacity:.7;cursor:wait;transform:none}
.vvl-sales-set__add.is-added{background:#21663a!important}
.vvl-sales-set__feedback{min-height:14px;margin-top:4px;font-size:9.5px;font-weight:800;color:var(--vvl-green)}
.vvl-sales-set__feedback.is-error{color:#a82626}
.vvl-sales-set__feedback a{color:inherit!important;text-decoration:underline!important}
.vvl-sales-booster__note{
  margin:12px 0 0!important;
  padding:11px 13px;
  border-radius:11px;
  background:rgba(196,161,74,.14);
  border:1px solid rgba(196,161,74,.22);
  font-size:14px!important;
  line-height:1.5!important;
  color:#fff3cf!important;
  font-weight:700!important;
}
.vvl-sales-booster__note strong{
  font-size:14px!important;
  font-weight:900!important;
  color:#fff8e8!important;
}
.vvl-sales-anchor{display:block;position:relative;top:-90px;visibility:hidden}
@media(max-width:1180px){
  .vvl-sales-set{grid-template-columns:92px minmax(0,1fr)}
  .vvl-sales-set__image{width:92px}
}
@media(max-width:900px){
  .vvl-sales-booster__sets{grid-template-columns:1fr}
  .vvl-sales-set{grid-template-columns:140px minmax(0,1fr);min-height:190px}
  .vvl-sales-set__image{width:140px;min-height:190px}
}
@media(max-width:680px){
  .vvl-sales-booster{margin:10px 0 18px;padding:12px 0 15px}
  .vvl-sales-booster__intro{display:block}
  .vvl-sales-booster h2{font-size:22px!important}
  .vvl-sales-booster__copy>p{font-size:12px!important}
  .vvl-sales-booster__sets{gap:9px}
  .vvl-sales-set{grid-template-columns:105px minmax(0,1fr);min-height:198px}
  .vvl-sales-set__image{width:105px;min-height:198px}
  .vvl-sales-set__body{padding:10px}
  .vvl-sales-set h3{font-size:15px!important}
  .vvl-sales-set__subtitle{font-size:10px!important}
  .vvl-sales-set__items li{font-size:9.5px}
  .vvl-sales-set__serving{font-size:9px}
  .vvl-sales-set__add{min-height:36px;font-size:11.5px!important}
}

@media(max-width:680px){
  .vvl-sales-booster__note{
    font-size:14px!important;
    line-height:1.5!important;
    padding:11px 12px;
  }
  .vvl-sales-booster__note strong{
    font-size:14px!important;
  }
}

/* 1.0.7 — premium centered section header */
.vvl-sales-booster__intro{
  display:block!important;
  text-align:center!important;
  margin-bottom:16px!important;
}
.vvl-sales-booster__copy{
  max-width:760px!important;
  margin:0 auto!important;
  text-align:center!important;
}
.vvl-sales-booster__badge{
  margin-left:auto!important;
  margin-right:auto!important;
}
.vvl-sales-booster h2{
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.vvl-sales-booster__copy>p{
  max-width:720px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
.vvl-sales-booster__trust{
  justify-content:center!important;
  text-align:center!important;
}

/* 1.0.8 — final note typography polish */
.vvl-sales-booster__note{
  font-weight:400!important;
}
.vvl-sales-booster__note strong{
  font-weight:900!important;
}

/* 1.0.9 — SITE NATIVE PREMIUM
   Visual language matched to the existing Menu dnia product cards. */

.vvl-sales-booster{
  width:100%!important;
  max-width:none!important;
  margin:14px 0 18px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  color:#fff!important;
}
.vvl-sales-booster:after,
.vvl-sales-booster:before{
  display:none!important;
}

.vvl-sales-booster__intro{
  display:block!important;
  text-align:center!important;
  margin:0 0 13px!important;
  padding:0 8px!important;
}
.vvl-sales-booster__copy{
  max-width:760px!important;
  margin:0 auto!important;
}
.vvl-sales-booster__badge{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#d9b84e!important;
  font-size:10px!important;
  letter-spacing:.12em!important;
  font-weight:900!important;
}
.vvl-sales-booster h2{
  margin:6px 0 5px!important;
  color:#fff!important;
  font-size:24px!important;
  line-height:1.12!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
}
.vvl-sales-booster__copy>p{
  max-width:680px!important;
  margin:0 auto!important;
  color:rgba(255,255,255,.78)!important;
  font-size:13px!important;
  line-height:1.45!important;
}
.vvl-sales-booster__trust{
  justify-content:center!important;
  margin-top:7px!important;
  gap:6px 12px!important;
  color:#dfbd50!important;
  font-size:11px!important;
  font-weight:800!important;
}
.vvl-sales-booster__all{
  display:none!important;
}

/* Three cards: same dark-green/gold language as normal product cards */
.vvl-sales-booster__sets{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}
.vvl-sales-set{
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  min-width:0!important;
  border:1px solid rgba(207,171,47,.78)!important;
  border-radius:15px!important;
  background:linear-gradient(180deg,#0c321f 0%,#08291a 100%)!important;
  box-shadow:0 8px 18px rgba(0,0,0,.18)!important;
  color:#fff!important;
  transform:none!important;
}
.vvl-sales-set:before{
  display:none!important;
}

/* Wider, appetizing image instead of a narrow strip */
.vvl-sales-set__image{
  width:100%!important;
  height:128px!important;
  min-height:128px!important;
  background:#102f22!important;
  border-bottom:1px solid rgba(207,171,47,.42)!important;
  overflow:hidden!important;
}
.vvl-sales-set__image:after{
  height:42px!important;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.28))!important;
}
.vvl-sales-set__image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}

.vvl-sales-set__body{
  display:flex!important;
  flex-direction:column!important;
  flex:1!important;
  padding:12px!important;
  background:transparent!important;
}
.vvl-sales-set__heading{
  align-items:flex-start!important;
  gap:8px!important;
}
.vvl-sales-set__eyebrow{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#d8b64a!important;
  font-size:9px!important;
  letter-spacing:.10em!important;
  font-weight:900!important;
}
.vvl-sales-set h3{
  margin:3px 0 0!important;
  color:#fff!important;
  font-size:17px!important;
  line-height:1.08!important;
  font-weight:900!important;
}
.vvl-sales-set__price{
  min-width:72px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#e7c451!important;
  text-align:right!important;
}
.vvl-sales-set__price span{
  color:rgba(255,255,255,.55)!important;
  font-size:9px!important;
  letter-spacing:.06em!important;
}
.vvl-sales-set__price strong{
  color:#e7c451!important;
  font-size:21px!important;
  font-weight:900!important;
}
.vvl-sales-set__subtitle{
  min-height:0!important;
  margin:8px 0 9px!important;
  color:rgba(255,255,255,.70)!important;
  font-size:11px!important;
  line-height:1.35!important;
}

/* Clean compact ingredient list */
.vvl-sales-set__items{
  margin:0 0 9px!important;
  border-top:1px solid rgba(255,255,255,.11)!important;
}
.vvl-sales-set__items li{
  padding:6px 0!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
  color:rgba(255,255,255,.90)!important;
  font-size:11px!important;
  line-height:1.25!important;
}
.vvl-sales-set__items li strong{
  color:#e4c24d!important;
  font-size:10.5px!important;
}

/* Serving choice no longer looks like a white form pasted into the card */
.vvl-sales-set__serving{
  margin:0 0 9px!important;
  padding:7px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:rgba(255,255,255,.75)!important;
  font-size:10.5px!important;
}
.vvl-sales-set__serving>span{
  color:#e4c24d!important;
  font-size:9.5px!important;
  letter-spacing:.07em!important;
}
.vvl-sales-set__serving label{
  color:rgba(255,255,255,.82)!important;
}
.vvl-sales-set__serving input{
  accent-color:#d7b545!important;
}

/* CTA matches the gold buttons already used by the site */
.vvl-sales-set__add{
  min-height:42px!important;
  padding:9px 12px!important;
  border:1px solid #e3c55d!important;
  border-radius:11px!important;
  background:linear-gradient(180deg,#f1d36b 0%,#d9b442 100%)!important;
  color:#173522!important;
  font-size:13px!important;
  font-weight:900!important;
  box-shadow:0 7px 14px rgba(0,0,0,.16)!important;
}
.vvl-sales-set__add:hover{
  filter:brightness(1.05)!important;
  transform:translateY(-1px)!important;
}
.vvl-sales-set__add:before{
  display:none!important;
}
.vvl-sales-set__add.is-added{
  background:linear-gradient(180deg,#f3d873 0%,#d9b442 100%)!important;
  color:#173522!important;
}
.vvl-sales-set__feedback{
  color:#e7c451!important;
  font-size:10.5px!important;
}

/* Fine print: simple quiet line, not a warning bar */
.vvl-sales-booster__note{
  margin:8px 2px 0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:rgba(255,255,255,.62)!important;
  font-size:11.5px!important;
  line-height:1.4!important;
  font-weight:400!important;
  text-align:center!important;
}
.vvl-sales-booster__note strong{
  color:#e0bd4d!important;
  font-size:11.5px!important;
  font-weight:900!important;
}

/* Mobile: cards remain premium, one-per-row and readable */
@media(max-width:760px){
  .vvl-sales-booster{
    margin:12px 0 17px!important;
  }
  .vvl-sales-booster h2{
    font-size:22px!important;
  }
  .vvl-sales-booster__copy>p{
    font-size:12.5px!important;
  }
  .vvl-sales-booster__sets{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .vvl-sales-set{
    display:grid!important;
    grid-template-columns:132px minmax(0,1fr)!important;
  }
  .vvl-sales-set__image{
    height:100%!important;
    min-height:205px!important;
    border-bottom:0!important;
    border-right:1px solid rgba(207,171,47,.42)!important;
  }
  .vvl-sales-set__body{
    padding:11px!important;
  }
  .vvl-sales-set h3{
    font-size:16px!important;
  }
  .vvl-sales-set__subtitle{
    font-size:10.5px!important;
  }
  .vvl-sales-booster__note{
    font-size:11.5px!important;
    padding:0 4px!important;
  }
}
@media(max-width:430px){
  .vvl-sales-set{
    grid-template-columns:112px minmax(0,1fr)!important;
  }
  .vvl-sales-set__image{
    min-height:220px!important;
  }
  .vvl-sales-set__items li{
    font-size:10.5px!important;
  }
}

/* 1.1.0 — PRICE FOCUS */
.vvl-sales-set__heading{
  align-items:flex-start!important;
}

.vvl-sales-set__price{
  min-width:102px!important;
  padding:8px 10px 9px!important;
  border:1px solid #f0d16a!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#f4d86f 0%, #ddb647 100%)!important;
  color:#173522!important;
  box-shadow:0 8px 18px rgba(0,0,0,.18)!important;
  text-align:center!important;
  position:relative!important;
  top:-2px!important;
}
.vvl-sales-set__price span{
  display:block!important;
  color:rgba(23,53,34,.88)!important;
  font-size:9.5px!important;
  line-height:1.1!important;
  font-weight:900!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  margin:0 0 3px!important;
}
.vvl-sales-set__price strong{
  display:block!important;
  color:#173522!important;
  font-size:28px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
}
.vvl-sales-set__price .woocommerce-Price-amount{
  color:inherit!important;
  font-size:inherit!important;
}
.vvl-sales-set__price .woocommerce-Price-currencySymbol{
  font-size:.58em!important;
  vertical-align:top!important;
  position:relative!important;
  top:.08em!important;
}

.vvl-sales-set h3{
  font-size:18px!important;
}

@media(max-width:760px){
  .vvl-sales-set__price{
    min-width:96px!important;
    padding:7px 8px 8px!important;
  }
  .vvl-sales-set__price strong{
    font-size:24px!important;
  }
  .vvl-sales-set__price span{
    font-size:9px!important;
  }
}

/* 1.1.1 — PREMIUM CAROUSEL / APPETITE FOCUS */
.vvl-sales-booster__intro{
  display:block!important;
  text-align:center!important;
  margin-bottom:12px!important;
}
.vvl-sales-booster__copy{
  max-width:720px!important;
  margin:0 auto!important;
  text-align:center!important;
}
.vvl-sales-booster h2{
  font-size:23px!important;
  margin:5px 0 4px!important;
}
.vvl-sales-booster__copy>p{
  max-width:670px!important;
  font-size:12.5px!important;
  line-height:1.4!important;
}
.vvl-sales-carousel__controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:9px;
}
.vvl-sales-carousel__arrow{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0!important;
  border:1px solid rgba(226,190,76,.8)!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#173f2b 0%,#0e2e20 100%)!important;
  color:#edca58!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:500!important;
  box-shadow:0 6px 14px rgba(0,0,0,.18);
  cursor:pointer;
}
.vvl-sales-carousel__arrow:hover:not(:disabled){
  background:#1a4a31!important;
  transform:translateY(-1px);
}
.vvl-sales-carousel__arrow:disabled{
  opacity:.28;
  cursor:default;
}
.vvl-sales-carousel__status{
  min-width:42px;
  color:rgba(255,255,255,.62);
  font-size:11px;
  font-weight:800;
  letter-spacing:.05em;
}
.vvl-sales-carousel__status strong{
  color:#e6c44e;
  font-size:12px;
}
.vvl-sales-carousel{
  position:relative;
  width:100%;
  overflow:hidden;
}
.vvl-sales-booster__sets{
  display:flex!important;
  grid-template-columns:none!important;
  gap:12px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:1px 2px 8px!important;
  margin:0!important;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  overscroll-behavior-inline:contain;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.vvl-sales-booster__sets::-webkit-scrollbar{display:none}

.vvl-sales-set{
  flex:0 0 clamp(248px,36%,286px)!important;
  scroll-snap-align:start;
  scroll-snap-stop:always;
  border-radius:16px!important;
  background:linear-gradient(180deg,#0d3622 0%,#08291a 100%)!important;
  box-shadow:0 12px 24px rgba(0,0,0,.24)!important;
  position:relative!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.vvl-sales-set:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 16px 30px rgba(0,0,0,.30)!important;
  border-color:#e1bd47!important;
}
.vvl-sales-set__image{
  height:166px!important;
  min-height:166px!important;
  border-right:0!important;
  border-bottom:1px solid rgba(211,175,54,.45)!important;
}
.vvl-sales-set__image:after{
  height:65px!important;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.38))!important;
}
.vvl-sales-set__image img{
  transition:transform .28s ease;
}
.vvl-sales-set:hover .vvl-sales-set__image img{
  transform:scale(1.035);
}

/* Price becomes the main visual hook on the food photo. */
.vvl-sales-set__price{
  position:absolute!important;
  top:118px!important;
  right:10px!important;
  z-index:3!important;
  min-width:108px!important;
  padding:7px 10px 8px!important;
  border:1px solid #f5d86c!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#f7dc75 0%,#dfb846 100%)!important;
  color:#153722!important;
  box-shadow:0 9px 20px rgba(0,0,0,.28)!important;
  text-align:center!important;
}
.vvl-sales-set__price span{
  margin-bottom:2px!important;
  color:#36522f!important;
  font-size:8.5px!important;
  font-weight:900!important;
  letter-spacing:.07em!important;
}
.vvl-sales-set__price strong{
  color:#153722!important;
  font-size:27px!important;
  line-height:.95!important;
  font-weight:950!important;
}

.vvl-sales-set__body{
  padding:12px 12px 13px!important;
}
.vvl-sales-set__heading{
  display:block!important;
  padding-right:0!important;
}
.vvl-sales-set__eyebrow{
  color:#dfbe4d!important;
  font-size:9px!important;
}
.vvl-sales-set h3{
  max-width:calc(100% - 92px);
  margin-top:4px!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1.08!important;
}
.vvl-sales-set__subtitle{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:30px!important;
  margin:8px 0 8px!important;
  color:rgba(255,255,255,.72)!important;
  font-size:10.8px!important;
  line-height:1.35!important;
}
.vvl-sales-set__items{
  margin-bottom:8px!important;
}
.vvl-sales-set__items li{
  padding:5px 0!important;
  font-size:10.7px!important;
}
.vvl-sales-set__items li strong{
  font-size:10.2px!important;
}
.vvl-sales-set__serving{
  margin-bottom:8px!important;
  padding:5px 0!important;
  font-size:10px!important;
}
.vvl-sales-set__add{
  min-height:44px!important;
  border-radius:12px!important;
  font-size:13px!important;
  letter-spacing:.01em!important;
}
.vvl-sales-booster__note{
  margin-top:6px!important;
  font-size:11px!important;
}

@media(max-width:760px){
  .vvl-sales-booster h2{font-size:21px!important}
  .vvl-sales-booster__copy>p{font-size:12px!important}
  .vvl-sales-booster__sets{
    gap:10px!important;
    padding-right:11%!important;
  }
  .vvl-sales-set{
    display:flex!important;
    grid-template-columns:none!important;
    flex:0 0 86%!important;
  }
  .vvl-sales-set__image{
    height:174px!important;
    min-height:174px!important;
  }
  .vvl-sales-set__price{
    top:126px!important;
    min-width:104px!important;
  }
  .vvl-sales-set__price strong{font-size:25px!important}
  .vvl-sales-set h3{font-size:17px!important}
}
@media(max-width:430px){
  .vvl-sales-set{flex-basis:89%!important}
  .vvl-sales-set__image{height:164px!important;min-height:164px!important}
  .vvl-sales-set__price{top:116px!important;right:9px!important}
}

/* 1.1.2 — VISIBLE CAROUSEL CONTROLS */
.vvl-sales-carousel__controls{
  gap:10px!important;
  margin-top:10px!important;
}
.vvl-sales-carousel__arrow{
  width:42px!important;
  height:42px!important;
  border-width:1.5px!important;
  background:linear-gradient(180deg,#214c35 0%,#103222 100%)!important;
  color:#f0cf58!important;
  font-size:30px!important;
  box-shadow:0 8px 18px rgba(0,0,0,.24)!important;
}
.vvl-sales-carousel__arrow:hover:not(:disabled){
  background:linear-gradient(180deg,#2b5c40 0%,#17402c 100%)!important;
  border-color:#f0cf58!important;
}
.vvl-sales-carousel__status{
  min-width:50px!important;
  font-size:12px!important;
}
.vvl-sales-carousel__status strong{
  font-size:14px!important;
}

/* Do NOT hide the scrollbar: it is a visual affordance that more cards exist. */
.vvl-sales-booster__sets{
  cursor:grab!important;
  scrollbar-width:thin!important;
  scrollbar-color:#ddb94a rgba(255,255,255,.10)!important;
  padding-bottom:13px!important;
}
.vvl-sales-booster__sets:active,
.vvl-sales-booster__sets.is-dragging{
  cursor:grabbing!important;
}
.vvl-sales-booster__sets::-webkit-scrollbar{
  display:block!important;
  height:8px!important;
}
.vvl-sales-booster__sets::-webkit-scrollbar-track{
  background:rgba(255,255,255,.08)!important;
  border-radius:999px!important;
}
.vvl-sales-booster__sets::-webkit-scrollbar-thumb{
  background:linear-gradient(90deg,#cda53c,#f0cf64,#cda53c)!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.10)!important;
}
.vvl-sales-booster__sets::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(90deg,#d7b242,#f7dc74,#d7b242)!important;
}

.vvl-sales-carousel__hint{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  margin:2px 0 0!important;
  color:rgba(255,255,255,.64)!important;
  font-size:10.5px!important;
  font-weight:700!important;
  letter-spacing:.02em!important;
}
.vvl-sales-carousel__hint span{
  padding:3px 9px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.04)!important;
  border:1px solid rgba(221,185,74,.16)!important;
}

@media(max-width:760px){
  .vvl-sales-carousel__arrow{
    width:40px!important;
    height:40px!important;
    font-size:28px!important;
  }
  .vvl-sales-carousel__hint{
    font-size:10px!important;
  }
  .vvl-sales-booster__sets::-webkit-scrollbar{
    height:6px!important;
  }
}

/* 1.1.3 — side arrows near the products */
.vvl-sales-carousel__controls--status{
  justify-content:center!important;
  margin-top:8px!important;
  margin-bottom:4px!important;
}

.vvl-sales-carousel{
  position:relative!important;
  padding:0 34px!important;
}

.vvl-sales-carousel__arrow--side{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-58%)!important;
  z-index:6!important;
  width:46px!important;
  height:46px!important;
  border-radius:999px!important;
  border:1.5px solid #dcb94e!important;
  background:linear-gradient(180deg,#204b34 0%,#0f301f 100%)!important;
  color:#f2d15d!important;
  box-shadow:0 10px 22px rgba(0,0,0,.28)!important;
}
.vvl-sales-carousel__arrow--prev{
  left:-2px!important;
}
.vvl-sales-carousel__arrow--next{
  right:-2px!important;
}
.vvl-sales-carousel__arrow--side:hover:not(:disabled){
  background:linear-gradient(180deg,#2a5a40 0%,#163928 100%)!important;
}
.vvl-sales-carousel__arrow--side:disabled{
  opacity:.45!important;
}

.vvl-sales-carousel__hint{
  margin-top:6px!important;
}

@media(max-width:900px){
  .vvl-sales-carousel{
    padding:0 30px!important;
  }
  .vvl-sales-carousel__arrow--side{
    width:42px!important;
    height:42px!important;
  }
}
@media(max-width:760px){
  .vvl-sales-carousel{
    padding:0 6px 0 6px!important;
  }
  .vvl-sales-carousel__arrow--side{
    top:auto!important;
    bottom:14px!important;
    transform:none!important;
    width:38px!important;
    height:38px!important;
    font-size:26px!important;
  }
  .vvl-sales-carousel__arrow--prev{
    left:6px!important;
  }
  .vvl-sales-carousel__arrow--next{
    right:6px!important;
  }
}

/* 1.1.4 — arrows for horizontal menu groups/categories */
.vvl-chip-scroll{
  position:relative!important;
  display:block!important;
  padding:0 34px!important;
}
.vvl-chip-scroll__track{
  scroll-behavior:smooth!important;
}
.vvl-chip-scroll__arrow{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:7!important;
  width:30px!important;
  height:30px!important;
  border-radius:999px!important;
  border:1px solid rgba(220,185,78,.85)!important;
  background:linear-gradient(180deg,#214c35 0%,#103222 100%)!important;
  color:#efcc59!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:900!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:0 6px 16px rgba(0,0,0,.24)!important;
}
.vvl-chip-scroll__arrow--prev{ left:0!important; }
.vvl-chip-scroll__arrow--next{ right:0!important; }
.vvl-chip-scroll__arrow:hover:not(:disabled){
  background:linear-gradient(180deg,#2a5a40 0%,#163928 100%)!important;
}
.vvl-chip-scroll__arrow:disabled{
  opacity:.38!important;
}
.vvl-chip-scroll:before,
.vvl-chip-scroll:after{
  content:""!important;
  position:absolute!important;
  top:0!important;
  bottom:0!important;
  width:24px!important;
  pointer-events:none!important;
  z-index:4!important;
}
.vvl-chip-scroll:before{
  left:28px!important;
  background:linear-gradient(90deg,#061c13 20%,rgba(6,28,19,0) 100%)!important;
}
.vvl-chip-scroll:after{
  right:28px!important;
  background:linear-gradient(270deg,#061c13 20%,rgba(6,28,19,0) 100%)!important;
}
@media(max-width:760px){
  .vvl-chip-scroll{
    padding:0 28px!important;
  }
  .vvl-chip-scroll__arrow{
    width:28px!important;
    height:28px!important;
    font-size:18px!important;
  }
  .vvl-chip-scroll:before{ left:22px!important; }
  .vvl-chip-scroll:after{ right:22px!important; }
}

/* 1.1.5 — keep arrows INSIDE the content area */
.vvl-sales-carousel{
  padding-left:44px!important;
  padding-right:44px!important;
  overflow:visible!important;
}
.vvl-sales-carousel__arrow--side{
  width:40px!important;
  height:40px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
}
.vvl-sales-carousel__arrow--prev{
  left:4px!important;
}
.vvl-sales-carousel__arrow--next{
  right:4px!important;
}

/* top groups/category horizontal scroller */
.vvl-chip-scroll{
  padding-left:32px!important;
  padding-right:32px!important;
  overflow:visible!important;
}
.vvl-chip-scroll__arrow{
  width:28px!important;
  height:28px!important;
}
.vvl-chip-scroll__arrow--prev{
  left:2px!important;
}
.vvl-chip-scroll__arrow--next{
  right:2px!important;
}
.vvl-chip-scroll:before{
  left:26px!important;
}
.vvl-chip-scroll:after{
  right:26px!important;
}

@media(max-width:900px){
  .vvl-sales-carousel{
    padding-left:40px!important;
    padding-right:40px!important;
  }
  .vvl-sales-carousel__arrow--prev{
    left:2px!important;
  }
  .vvl-sales-carousel__arrow--next{
    right:2px!important;
  }
}

@media(max-width:760px){
  .vvl-sales-carousel{
    padding-left:12px!important;
    padding-right:12px!important;
  }
  .vvl-sales-carousel__arrow--side{
    bottom:18px!important;
  }

  .vvl-chip-scroll{
    padding-left:26px!important;
    padding-right:26px!important;
  }
  .vvl-chip-scroll__arrow--prev{
    left:0!important;
  }
  .vvl-chip-scroll__arrow--next{
    right:0!important;
  }
  .vvl-chip-scroll:before{
    left:20px!important;
  }
  .vvl-chip-scroll:after{
    right:20px!important;
  }
}

/* 1.1.6 — MOBILE SCROLL AFFORDANCE: arrows are always obvious */

/* Product-set carousel arrows: inside, vertically centered on the cards. */
@media(max-width:760px){
  .vvl-sales-carousel{
    position:relative!important;
    padding-left:20px!important;
    padding-right:20px!important;
  }

  .vvl-sales-carousel__arrow--side{
    display:flex!important;
    position:absolute!important;
    top:46%!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
    z-index:30!important;
    width:38px!important;
    height:38px!important;
    border-radius:999px!important;
    border:1.5px solid #f0ce58!important;
    background:linear-gradient(180deg,#285a3e 0%,#123523 100%)!important;
    color:#f3d365!important;
    font-size:28px!important;
    line-height:1!important;
    opacity:1!important;
    box-shadow:0 8px 20px rgba(0,0,0,.38)!important;
  }
  .vvl-sales-carousel__arrow--prev{
    left:3px!important;
  }
  .vvl-sales-carousel__arrow--next{
    right:3px!important;
  }
  .vvl-sales-carousel__arrow--side:disabled{
    opacity:.42!important;
  }
}

/* Exact Menu dnia categories/groups row. */
.vvl-chip-scroll{
  position:relative!important;
  width:100%!important;
  max-width:100%!important;
  padding:0 31px!important;
  box-sizing:border-box!important;
}
.vvl-chip-scroll__track.viviliv-menu-tabs{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
  padding:0!important;
  margin:0!important;
}
.vvl-chip-scroll__track.viviliv-menu-tabs::-webkit-scrollbar{
  display:none!important;
}
.vvl-chip-scroll__track.viviliv-menu-tabs > *{
  flex:0 0 auto!important;
}

.vvl-chip-scroll__arrow{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:40!important;
  width:28px!important;
  height:28px!important;
  border-radius:999px!important;
  border:1px solid #dcb94e!important;
  background:linear-gradient(180deg,#214c35 0%,#103222 100%)!important;
  color:#f0cf58!important;
  font-size:20px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:0 5px 14px rgba(0,0,0,.30)!important;
}
.vvl-chip-scroll__arrow--prev{
  left:0!important;
}
.vvl-chip-scroll__arrow--next{
  right:0!important;
}
.vvl-chip-scroll__arrow:disabled{
  opacity:.38!important;
}

@media(max-width:760px){
  .vvl-chip-scroll{
    padding-left:32px!important;
    padding-right:32px!important;
    margin:0 0 8px!important;
  }
  .vvl-chip-scroll__arrow{
    width:30px!important;
    height:30px!important;
    font-size:22px!important;
    opacity:1!important;
  }
  .vvl-chip-scroll__arrow:disabled{
    opacity:.50!important;
  }
}

/* 1.1.7 — FIX: category arrows without touching VIVILIV DOM structure */

/* Old wrapper approach is no longer used. */
.vvl-chip-scroll__arrow{
  display:none!important;
}

/* Keep original categories row geometry untouched. */
.viviliv-menu-sticky-group > .viviliv-menu-tabs{
  position:relative!important;
}

/* Overlay arrows: they do not participate in layout. */
.vvl-menu-tabs-arrow{
  position:absolute!important;
  z-index:80!important;
  width:30px!important;
  height:30px!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  border:1px solid rgba(226,190,77,.95)!important;
  background:linear-gradient(180deg,#214c35 0%,#0d2d1d 100%)!important;
  color:#f0cf58!important;
  font-family:Arial,sans-serif!important;
  font-size:22px!important;
  font-weight:700!important;
  line-height:1!important;
  box-shadow:0 5px 14px rgba(0,0,0,.32)!important;
  transform:translateY(-50%)!important;
  cursor:pointer!important;
}
.vvl-menu-tabs-arrow--prev{
  left:1px!important;
}
.vvl-menu-tabs-arrow--next{
  right:1px!important;
}
.vvl-menu-tabs-arrow:hover:not(:disabled){
  background:linear-gradient(180deg,#2b5b40 0%,#153a28 100%)!important;
  border-color:#f0cf58!important;
}
.vvl-menu-tabs-arrow:disabled{
  opacity:.38!important;
  cursor:default!important;
}
.vvl-menu-tabs-arrow[hidden]{
  display:none!important;
}

/* Reserve a little visual breathing room ONLY inside the existing scroll row. */
@media(max-width:760px){
  .viviliv-menu-sticky-group > .viviliv-menu-tabs{
    padding-left:34px!important;
    padding-right:34px!important;
  }
  .vvl-menu-tabs-arrow{
    width:30px!important;
    height:30px!important;
    font-size:22px!important;
    opacity:1!important;
  }
  .vvl-menu-tabs-arrow--prev{
    left:0!important;
  }
  .vvl-menu-tabs-arrow--next{
    right:0!important;
  }
  .vvl-menu-tabs-arrow:disabled{
    opacity:.50!important;
  }
}

/* 1.1.8 — TRUE PREMIUM POLISH
   CSS-only refinement. No cart logic, no carousel logic, no DOM changes. */

.vvl-sales-booster{
  margin:18px 0 22px!important;
}

.vvl-sales-booster__intro{
  margin-bottom:14px!important;
}
.vvl-sales-booster__badge{
  color:#cfae51!important;
  font-size:9.5px!important;
  letter-spacing:.15em!important;
  font-weight:900!important;
}
.vvl-sales-booster h2{
  margin:6px 0 6px!important;
  color:#fffdf7!important;
  font-size:26px!important;
  line-height:1.08!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
}
.vvl-sales-booster__copy>p{
  max-width:650px!important;
  color:rgba(255,255,255,.72)!important;
  font-size:12.8px!important;
  line-height:1.45!important;
}
.vvl-sales-booster__copy>p strong{
  color:#f0d271!important;
  font-weight:800!important;
}
.vvl-sales-booster__trust{
  margin-top:8px!important;
  color:#cfae51!important;
  font-size:10.8px!important;
  letter-spacing:.01em!important;
}

/* Clean, elegant carousel frame */
.vvl-sales-carousel{
  padding-left:38px!important;
  padding-right:38px!important;
}
.vvl-sales-booster__sets{
  gap:14px!important;
  padding-top:4px!important;
  padding-bottom:12px!important;
}

/* Luxury restaurant card */
.vvl-sales-set{
  flex:0 0 clamp(266px,36.5%,304px)!important;
  border:1px solid rgba(207,174,78,.55)!important;
  border-radius:18px!important;
  background:
    radial-gradient(circle at 100% 0%, rgba(205,168,67,.08), transparent 30%),
    linear-gradient(180deg,#103a27 0%,#092b1c 100%)!important;
  box-shadow:
    0 16px 32px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.025)!important;
  overflow:hidden!important;
}
.vvl-sales-set:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(232,198,95,.82)!important;
  box-shadow:
    0 20px 38px rgba(0,0,0,.30),
    0 0 0 1px rgba(225,190,80,.08)!important;
}

/* Food should sell the dish first */
.vvl-sales-set__image{
  height:184px!important;
  min-height:184px!important;
  border-bottom:1px solid rgba(207,174,78,.28)!important;
  background:#0c281b!important;
}
.vvl-sales-set__image:after{
  height:82px!important;
  background:linear-gradient(180deg,transparent 0%,rgba(5,21,14,.58) 100%)!important;
}
.vvl-sales-set__image img{
  filter:saturate(1.06) contrast(1.025)!important;
}

/* Price: visible but elegant, not cartoonish */
.vvl-sales-set__price{
  top:125px!important;
  right:12px!important;
  min-width:116px!important;
  padding:8px 11px 9px!important;
  border:1px solid rgba(255,241,182,.88)!important;
  border-radius:13px!important;
  background:linear-gradient(180deg,#f3d877 0%,#d8b14a 100%)!important;
  box-shadow:0 10px 22px rgba(0,0,0,.28)!important;
}
.vvl-sales-set__price span{
  margin-bottom:3px!important;
  color:#41502f!important;
  font-size:8px!important;
  letter-spacing:.09em!important;
}
.vvl-sales-set__price strong{
  color:#123421!important;
  font-size:30px!important;
  line-height:.94!important;
  font-weight:950!important;
}

/* Better hierarchy inside card */
.vvl-sales-set__body{
  padding:14px 14px 15px!important;
}
.vvl-sales-set__eyebrow{
  color:#cfae51!important;
  font-size:8.8px!important;
  letter-spacing:.12em!important;
}
.vvl-sales-set h3{
  max-width:calc(100% - 6px)!important;
  margin:4px 0 0!important;
  color:#fffdf8!important;
  font-size:19px!important;
  line-height:1.08!important;
  font-weight:900!important;
  letter-spacing:-.01em!important;
}
.vvl-sales-set__subtitle{
  min-height:34px!important;
  margin:9px 0 10px!important;
  color:rgba(255,255,255,.68)!important;
  font-size:11.4px!important;
  line-height:1.4!important;
}

/* Ingredients: readable, quiet, elegant */
.vvl-sales-set__items{
  margin:0 0 10px!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}
.vvl-sales-set__items li{
  padding:6.5px 0!important;
  border-bottom:1px solid rgba(255,255,255,.07)!important;
  color:rgba(255,255,255,.88)!important;
  font-size:11.5px!important;
  line-height:1.25!important;
}
.vvl-sales-set__items li strong{
  color:#e2c158!important;
  font-size:10.8px!important;
  font-weight:800!important;
}

/* Serving control becomes a subtle choice row */
.vvl-sales-set__serving{
  margin:0 0 10px!important;
  padding:7px 0 2px!important;
  color:rgba(255,255,255,.68)!important;
  font-size:10.7px!important;
}
.vvl-sales-set__serving>span{
  color:#cfae51!important;
  font-size:9.2px!important;
  letter-spacing:.08em!important;
}
.vvl-sales-set__serving label{
  color:rgba(255,255,255,.76)!important;
}

/* Premium gold CTA */
.vvl-sales-set__add{
  min-height:46px!important;
  border:1px solid rgba(255,235,159,.70)!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,#f0d36c 0%,#d5ad42 100%)!important;
  color:#123421!important;
  font-size:13.2px!important;
  font-weight:900!important;
  letter-spacing:.005em!important;
  box-shadow:0 8px 18px rgba(0,0,0,.18)!important;
}
.vvl-sales-set__add:hover{
  filter:brightness(1.045)!important;
  box-shadow:0 10px 22px rgba(0,0,0,.23)!important;
}

/* Quiet premium fine print */
.vvl-sales-booster__note{
  max-width:760px!important;
  margin:9px auto 0!important;
  color:rgba(255,255,255,.54)!important;
  font-size:11px!important;
  line-height:1.45!important;
}
.vvl-sales-booster__note strong{
  color:#cfae51!important;
  font-size:11px!important;
}

/* Controls */
.vvl-sales-carousel__arrow--side{
  width:38px!important;
  height:38px!important;
  border:1px solid rgba(218,183,75,.80)!important;
  background:rgba(9,40,26,.94)!important;
  color:#e6c458!important;
  box-shadow:0 7px 18px rgba(0,0,0,.30)!important;
  backdrop-filter:blur(5px)!important;
}
.vvl-sales-carousel__arrow--side:hover:not(:disabled){
  background:#123d29!important;
  border-color:#efd066!important;
}
.vvl-sales-carousel__status{
  color:rgba(255,255,255,.46)!important;
}
.vvl-sales-carousel__status strong{
  color:#d8b84d!important;
}

/* scrollbar: elegant, thin */
.vvl-sales-booster__sets::-webkit-scrollbar{
  height:5px!important;
}
.vvl-sales-booster__sets::-webkit-scrollbar-track{
  background:rgba(255,255,255,.05)!important;
}
.vvl-sales-booster__sets::-webkit-scrollbar-thumb{
  background:linear-gradient(90deg,#a9852f,#dfc15c,#a9852f)!important;
  border:0!important;
}
.vvl-sales-carousel__hint{
  margin-top:4px!important;
  color:rgba(255,255,255,.42)!important;
  font-size:9.8px!important;
}
.vvl-sales-carousel__hint span{
  border-color:rgba(207,174,78,.12)!important;
  background:rgba(255,255,255,.025)!important;
}

/* Mobile: one premium card + visible tease of next card */
@media(max-width:760px){
  .vvl-sales-booster{
    margin-top:14px!important;
  }
  .vvl-sales-booster h2{
    font-size:23px!important;
  }
  .vvl-sales-booster__copy>p{
    font-size:12.2px!important;
  }
  .vvl-sales-carousel{
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .vvl-sales-booster__sets{
    gap:12px!important;
    padding-right:14%!important;
  }
  .vvl-sales-set{
    flex:0 0 88%!important;
    border-radius:17px!important;
  }
  .vvl-sales-set__image{
    height:190px!important;
    min-height:190px!important;
  }
  .vvl-sales-set__price{
    top:130px!important;
    right:10px!important;
    min-width:108px!important;
  }
  .vvl-sales-set__price strong{
    font-size:27px!important;
  }
  .vvl-sales-set h3{
    font-size:18px!important;
  }
  .vvl-sales-set__subtitle{
    font-size:11px!important;
  }
  .vvl-sales-set__items li{
    font-size:11px!important;
  }
  .vvl-sales-carousel__arrow--side{
    width:36px!important;
    height:36px!important;
  }
}

@media(max-width:430px){
  .vvl-sales-set{
    flex-basis:90%!important;
  }
  .vvl-sales-set__image{
    height:182px!important;
    min-height:182px!important;
  }
  .vvl-sales-set__price{
    top:123px!important;
  }
}

/* 1.2.0 — optional admin-managed promo labels and manual bundle price. */
.vvl-sales-set__promo{display:inline-flex;align-self:flex-start;margin:0 0 6px;padding:3px 7px;border:1px solid rgba(215,181,75,.48);border-radius:999px;background:rgba(215,181,75,.14);color:#9b7927;font-size:8px;font-weight:950;line-height:1.1;letter-spacing:.08em;text-transform:uppercase}
.vvl-sales-set__price.is-manual{background:linear-gradient(180deg,#f5d96f,#e7bc42);border-color:#d0a431;color:#143624}
.vvl-sales-set__price del{display:block;margin-top:2px;font-size:9px;line-height:1;color:#775d1f;opacity:.8}
.vvl-sales-set__price del .woocommerce-Price-amount{font-size:inherit}

/* 1.3.5 — PREMIUM EQUAL-HEIGHT CARDS + ALIGNED CTA
   Cards in the horizontal selection keep one visual baseline regardless of
   title length or whether the set contains 1, 2, 3 or 4 products. */
.vvl-sales-booster__sets{
  align-items:stretch!important;
}
.vvl-sales-set{
  align-self:stretch!important;
  height:auto!important;
}
.vvl-sales-set__body{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
  height:100%!important;
}
.vvl-sales-set h3{
  min-height:39px!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
}
.vvl-sales-set__subtitle{
  min-height:31px!important;
  max-height:31px!important;
}
.vvl-sales-set__serving{
  margin-top:auto!important;
  min-height:34px!important;
  align-content:center!important;
}
.vvl-sales-set__add{
  flex:0 0 auto!important;
  margin-top:0!important;
}
.vvl-sales-set__feedback{
  flex:0 0 auto!important;
  min-height:14px!important;
}

@media(max-width:760px){
  .vvl-sales-set h3{min-height:38px!important}
  .vvl-sales-set__subtitle{min-height:30px!important;max-height:30px!important}
}
