/** Shopify CDN: Minification failed

Line 889:0 Expected "}" to go with "{"

**/
/* =========================================================
   Assaboor Recommendations Pro v2.5 — Mockup Matched Final
   Replace the full old CSS with this file.
========================================================= */

.ab-rec-v2{
  --ab-gold:#c98d00;
  --ab-gold-dark:#a77500;
  --ab-gold-soft:#fff6e3;
  --ab-black:#101010;
  --ab-text:#101010;
  --ab-muted:#637083;
  --ab-line:rgba(201,141,0,.24);
  --ab-line-strong:rgba(201,141,0,.48);
  --ab-card:#fff;
  --ab-radius:24px;
  --ab-shadow:0 20px 45px rgba(20,18,14,.07);
  --ab-shadow-hover:0 30px 70px rgba(20,18,14,.13);
  position:relative;
  isolation:isolate;
  padding:30px 0 12px;
  overflow:hidden;
  background:
    radial-gradient(circle at 14% 20%, rgba(201,141,0,.11), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(201,141,0,.08), transparent 30%),
    linear-gradient(180deg,#fffaf0 0%,#fffdf8 48%,#fff8ea 100%);
  border-top:1px solid rgba(201,141,0,.15);
}

.ab-rec-v2 *{box-sizing:border-box;}

.ab-rec-v2__container{
  width:min(100%,1600px);
  margin:0 auto;
  padding:0 54px;
}

.ab-rec-v2__header{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:36px;
  margin:0 0 28px;
}

.ab-rec-v2__copy{text-align:left;}

.ab-rec-v2__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:31px;
  padding:0 16px;
  border:1px solid var(--ab-line);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  box-shadow:0 8px 20px rgba(201,141,0,.06);
  color:var(--ab-gold);
  font-size:12px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
  line-height:1;
}

.ab-rec-v2__eyebrow i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--ab-gold);
  box-shadow:0 0 0 4px rgba(201,141,0,.12);
  display:block;
}

.ab-rec-v2__header h2{
  margin:24px 0 0;
  color:var(--ab-black);
  font-size:clamp(48px,4.55vw,70px);
  line-height:.95;
  font-weight:950;
  letter-spacing:-.068em;
  white-space:nowrap;
  max-width:none;
}

.ab-rec-v2__header p{
  margin:18px 0 0;
  max-width:720px;
  color:var(--ab-muted);
  font-size:18px;
  line-height:1.45;
  font-weight:500;
}

.ab-rec-v2__actions{
  display:flex;
  align-items:center;
  gap:18px;
  padding-bottom:22px;
}

.ab-rec-v2__view{
  height:46px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid var(--ab-line);
  background:#fff;
  color:var(--ab-black);
  text-decoration:none;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:transform .24s ease, background .24s ease, color .24s ease, border-color .24s ease;
}

.ab-rec-v2__view:hover{background:var(--ab-black);color:#fff;border-color:var(--ab-black);transform:translateY(-2px);}

.ab-rec-v2__nav{
  display:flex;
  align-items:center;
  gap:14px;
}

.ab-rec-v2__arrow{
  width:54px;
  height:54px;
  border-radius:50%;
  border:1px solid var(--ab-line-strong);
  background:rgba(255,255,255,.86);
  color:var(--ab-black);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  line-height:1;
  font-weight:500;
  cursor:pointer;
  box-shadow:0 16px 34px rgba(20,18,14,.07);
  backdrop-filter:blur(12px);
  transition:transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ab-rec-v2__arrow:hover{background:var(--ab-black);color:#fff;border-color:var(--ab-black);transform:translateY(-2px);box-shadow:0 20px 44px rgba(20,18,14,.16);}

.ab-rec-v2__viewport{
  position:relative;
  margin:0 -16px;
  overflow:hidden;
  padding:0 16px 36px;
}

.ab-rec-v2__track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:330px;
  gap:28px;
  align-items:start;
  overflow-x:auto;
  overscroll-behavior-x:contain;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding:4px 0 8px;
}

.ab-rec-v2__track::-webkit-scrollbar{display:none;}

.ab-rec-v2-card{
  scroll-snap-align:start;
  position:relative;
  min-width:0;
  border-radius:var(--ab-radius);
  background:var(--ab-card);
  border:1px solid var(--ab-line);
  box-shadow:var(--ab-shadow);
  overflow:hidden;
  transform:translateZ(0);
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.ab-rec-v2-card:hover{
  transform:translateY(-8px);
  border-color:var(--ab-line-strong);
  box-shadow:var(--ab-shadow-hover);
}

.ab-rec-v2-card__media{
  position:relative;
  height:300px;
  overflow:hidden;
  background:#f8f3e9;
  border-bottom:1px solid rgba(201,141,0,.12);
}

.ab-rec-v2-card__image{
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  overflow:hidden;
}

.ab-rec-v2-card__image img,
.ab-rec-v2-card__placeholder{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:transform .55s cubic-bezier(.2,.75,.25,1), filter .55s ease;
}

.ab-rec-v2-card:hover .ab-rec-v2-card__image img{transform:scale(1.045);filter:saturate(1.035) contrast(1.02);}

.ab-rec-v2-card__badges{
  position:absolute;
  top:14px;
  left:14px;
  z-index:3;
  pointer-events:none;
}

.ab-rec-v2-card__badges span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 15px;
  border-radius:999px;
  background:rgba(10,10,10,.94);
  color:#fff;
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 12px 22px rgba(0,0,0,.16);
}

.ab-rec-v2-card__tools{
  position:absolute;
  top:14px;
  right:12px;
  z-index:4;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.ab-rec-v2-tool{
  width:42px;
  height:42px;
  min-width:42px;
  min-height:42px;
  padding:0;
  border-radius:50%;
  border:1px solid rgba(201,141,0,.28);
  background:rgba(255,255,255,.95);
  color:var(--ab-black);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  text-decoration:none;
  box-shadow:0 12px 25px rgba(20,18,14,.1);
  backdrop-filter:blur(12px);
  opacity:1;
  transform:translateX(0);
  transition:transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ab-rec-v2-tool svg{
  width:18px;
  height:18px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ab-rec-v2-tool:hover,
.ab-rec-v2-tool.is-active{
  background:var(--ab-black);
  color:#fff;
  border-color:var(--ab-black);
  transform:translateY(-2px) scale(1.02);
  box-shadow:0 16px 30px rgba(20,18,14,.18);
}

.ab-rec-v2-card__body{
  padding:22px 22px 24px;
  text-align:left;
  background:#fff;
}

.ab-rec-v2-card__vendor{
  display:block;
  color:var(--ab-gold);
  font-size:11px;
  line-height:1;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin:0 0 12px;
}

.ab-rec-v2-card h3{
  margin:0 0 12px;
  min-height:48px;
  color:var(--ab-text);
  font-size:17px;
  line-height:1.22;
  font-weight:950;
  letter-spacing:-.026em;
  text-align:left;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.ab-rec-v2-card h3 a{color:inherit;text-decoration:none;}
.ab-rec-v2-card h3 a:hover{color:var(--ab-gold-dark);}

.ab-rec-v2-card__rating-line{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:7px;
  margin:0 0 15px;
  white-space:nowrap;
  color:var(--ab-gold);
  font-size:13px;
  line-height:1;
  font-weight:900;
}

.ab-rec-v2-card__stars{
  display:inline-flex;
  align-items:center;
  letter-spacing:1px;
  color:var(--ab-gold);
  font-size:17px;
  line-height:1;
}

.ab-rec-v2-card__stars em{
  color:rgba(201,141,0,.34);
  font-style:normal;
}

.ab-rec-v2-card__rating-line strong{font-size:13px;color:var(--ab-gold-dark);font-weight:950;}
.ab-rec-v2-card__rating-line span:last-child{color:#555;font-size:12px;font-weight:800;}

.ab-rec-v2-card__price-row{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin:0 0 13px;
}

.ab-rec-v2-card__price{
  display:flex;
  align-items:baseline;
  gap:10px;
  min-width:0;
}

.ab-rec-v2-card__price strong{
  color:var(--ab-black);
  font-size:24px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.045em;
}

.ab-rec-v2-card__price s{
  color:#98a2b3;
  font-size:13px;
  font-weight:800;
}

.ab-rec-v2-card__trust{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:nowrap;
  margin:0 0 18px;
}

.ab-rec-v2-card__trust span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#fffaf0;
  border:1px solid var(--ab-line);
  color:var(--ab-gold-dark);
  font-size:10px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}

.ab-rec-v2-card__trust svg{
  width:13px;
  height:13px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ab-rec-v2-card__form{margin:0;}

.ab-rec-v2-card__form button{
  width:100%;
  min-height:54px;
  border:0;
  border-radius:18px;
  background:linear-gradient(135deg,#0b0b0b,#252525);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:13px;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 15px 30px rgba(0,0,0,.12);
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.ab-rec-v2-card__form button svg{
  width:18px;
  height:18px;
  fill:var(--ab-gold);
}

.ab-rec-v2-card__form button:hover{
  transform:translateY(-2px);
  background:linear-gradient(135deg,#111,#080808);
  box-shadow:0 20px 42px rgba(201,141,0,.2), inset 0 0 0 1px rgba(201,141,0,.18);
}

.ab-rec-v2-card__form button:disabled{opacity:.48;cursor:not-allowed;transform:none;}

.ab-rec-v2__empty{
  border-radius:24px;
  padding:42px;
  text-align:center;
  background:#fff;
  border:1px solid var(--ab-line);
  color:var(--ab-muted);
}

.ab-rec-v2__empty strong{display:block;color:var(--ab-black);font-size:24px;font-weight:950;margin-bottom:8px;}

@media (min-width:1200px){
  .ab-rec-v2__container{padding-left:70px;padding-right:70px;}
}

@media (max-width:1180px){
  .ab-rec-v2__track{grid-auto-columns:310px;gap:24px;}
  .ab-rec-v2__header h2{font-size:clamp(42px,5.2vw,58px);}
}

@media (max-width:990px){
  .ab-rec-v2{padding-top:44px;}
  .ab-rec-v2__container{padding:0 26px;}
  .ab-rec-v2__header{grid-template-columns:1fr;gap:20px;margin-bottom:24px;}
  .ab-rec-v2__actions{justify-content:space-between;padding-bottom:0;}
  .ab-rec-v2__header h2{white-space:normal;font-size:48px;}
  .ab-rec-v2__track{grid-auto-columns:minmax(300px,42vw);}
}

@media (max-width:749px){
  .ab-rec-v2{padding:34px 0 10px;}
  .ab-rec-v2__container{padding:0 16px;}
  .ab-rec-v2__header h2{font-size:38px;line-height:1;letter-spacing:-.055em;white-space:normal;}
  .ab-rec-v2__header p{font-size:14px;margin-top:12px;}
  .ab-rec-v2__eyebrow{font-size:10px;min-height:28px;padding:0 12px;}
  .ab-rec-v2__actions{align-items:center;}
  .ab-rec-v2__view{height:42px;padding:0 16px;}
  .ab-rec-v2__arrow{width:44px;height:44px;font-size:28px;}
  .ab-rec-v2__viewport{margin:0 -16px;padding:0 16px 28px;}
  .ab-rec-v2__track{grid-auto-columns:82vw;gap:18px;}
  .ab-rec-v2-card{border-radius:22px;}
  .ab-rec-v2-card__media{height:285px;}
  .ab-rec-v2-card__body{padding:18px;}
  .ab-rec-v2-card h3{font-size:16px;min-height:40px;}
  .ab-rec-v2-card__trust{gap:6px;}
  .ab-rec-v2-card__trust span{font-size:9px;padding:0 8px;}
  .ab-rec-v2-card__form button{min-height:50px;border-radius:16px;}
}


/* =========================================================
   ASSABOOR FINAL CLEAN FIXES
   Only targets v2 classes used in the current Liquid file.
   Fixes: duplicate heart ghost, black blur, clean white circles,
   SVG-only outline icons, one-line rating, pill add-to-cart.
========================================================= */

.ab-rec-v2 .ab-rec-v2__header{
  text-align:left !important;
}

.ab-rec-v2 .ab-rec-v2__copy{
  text-align:left !important;
  justify-self:start !important;
}

.ab-rec-v2 .ab-rec-v2__header h2{
  text-align:left !important;
  white-space:nowrap !important;
  max-width:none !important;
}

.ab-rec-v2 .ab-rec-v2-card__media::before,
.ab-rec-v2 .ab-rec-v2-card__media::after,
.ab-rec-v2 .ab-rec-v2-card::before,
.ab-rec-v2 .ab-rec-v2-card::after{
  content:none !important;
  display:none !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

.ab-rec-v2 .ab-rec-v2-card__tools{
  position:absolute !important;
  top:14px !important;
  right:14px !important;
  z-index:20 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:10px !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

.ab-rec-v2 .ab-rec-v2-tool,
.ab-rec-v2 button.ab-rec-v2-tool,
.ab-rec-v2 a.ab-rec-v2-tool{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  min-height:42px !important;
  max-width:42px !important;
  max-height:42px !important;
  aspect-ratio:1 / 1 !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:50% !important;
  border:1px solid rgba(201,141,0,.30) !important;
  background:#ffffff !important;
  color:#111111 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:0 !important;
  font-size:0 !important;
  text-decoration:none !important;
  box-shadow:0 10px 24px rgba(20,18,14,.10) !important;
  overflow:hidden !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

.ab-rec-v2 .ab-rec-v2-tool::before,
.ab-rec-v2 .ab-rec-v2-tool::after,
.ab-rec-v2 .ab-rec-v2-tool *::before,
.ab-rec-v2 .ab-rec-v2-tool *::after{
  content:none !important;
  display:none !important;
  opacity:0 !important;
}

.ab-rec-v2 .ab-rec-v2-tool svg{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  min-height:18px !important;
  display:block !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.9 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  pointer-events:none !important;
}

.ab-rec-v2 .ab-rec-v2-tool svg path,
.ab-rec-v2 .ab-rec-v2-tool svg circle{
  fill:none !important;
  stroke:currentColor !important;
}

.ab-rec-v2 .ab-rec-v2-tool:hover,
.ab-rec-v2 .ab-rec-v2-tool.is-active{
  background:#111111 !important;
  color:#ffffff !important;
  border-color:#111111 !important;
  transform:translateY(-2px) scale(1.04) !important;
}

.ab-rec-v2 .ab-rec-v2-card__body,
.ab-rec-v2 .ab-rec-v2-card h3,
.ab-rec-v2 .ab-rec-v2-card h3 a{
  text-align:left !important;
}

.ab-rec-v2 .ab-rec-v2-card__rating-line{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  flex-wrap:nowrap !important;
  gap:7px !important;
  white-space:nowrap !important;
  margin:0 0 15px !important;
  line-height:1 !important;
  width:100% !important;
}

.ab-rec-v2 .ab-rec-v2-card__stars-svg{
  width:86px !important;
  height:18px !important;
  min-width:86px !important;
  display:inline-flex !important;
  align-items:center !important;
}

.ab-rec-v2 .ab-rec-v2-card__stars-svg svg{
  width:86px !important;
  height:18px !important;
  display:block !important;
}

.ab-rec-v2 .ab-rec-v2-card__stars-svg .ab-rec-star-bg{
  fill:rgba(201,141,0,.26) !important;
}

.ab-rec-v2 .ab-rec-v2-card__stars-svg .ab-rec-star-fill{
  fill:#c98d00 !important;
}

.ab-rec-v2 .ab-rec-v2-card__rating-line strong{
  color:#a77500 !important;
  font-size:13px !important;
  font-weight:950 !important;
}

.ab-rec-v2 .ab-rec-v2-card__rating-line > span:last-child{
  color:#4f5662 !important;
  font-size:12px !important;
  font-weight:800 !important;
}

.ab-rec-v2 .ab-rec-v2-card__form button{
  border-radius:999px !important;
  background:linear-gradient(135deg,#0b0b0b,#232323) !important;
  color:#fff !important;
  min-height:54px !important;
}

.ab-rec-v2 .ab-rec-v2-card__form button:hover{
  background:linear-gradient(135deg,#d8a012,#b98200) !important;
  color:#fff !important;
  transform:translateY(-2px) !important;
  box-shadow:0 20px 42px rgba(201,141,0,.32), inset 0 1px 0 rgba(255,255,255,.18) !important;
}

.ab-rec-v2 .ab-rec-v2-card__form button:hover svg{
  fill:#fff !important;
}

@media (max-width:990px){
  .ab-rec-v2 .ab-rec-v2__header h2{
    white-space:normal !important;
  }
}


/* =========================================================
   ASSABOOR RECOMMENDATIONS — PRODUCTIVITY POLISH
   Fixes top spacing, equal card body height, mobile, arrows.
========================================================= */

.ab-rec-v2{
  padding-top:70px !important;
  padding-bottom:34px !important;
  scroll-margin-top:150px !important;
}

.ab-rec-v2__header{
  margin-bottom:34px !important;
}

.ab-rec-v2__header h2{
  margin-top:22px !important;
  white-space:nowrap !important;
}

.ab-rec-v2__viewport{
  padding-bottom:46px !important;
}

.ab-rec-v2-card{
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
}

.ab-rec-v2-card__media{
  flex:0 0 auto !important;
}

.ab-rec-v2-card__body{
  flex:1 1 auto !important;
  display:flex !important;
  flex-direction:column !important;
}

.ab-rec-v2-card h3{
  min-height:44px !important;
  margin-bottom:12px !important;
}

.ab-rec-v2-card__rating-line{
  margin-bottom:14px !important;
}

.ab-rec-v2-card__price-row{
  margin-top:auto !important;
}

.ab-rec-v2-card__trust{
  margin-bottom:16px !important;
}

.ab-rec-v2-card__form{
  margin-top:auto !important;
}

.ab-rec-v2-card__form button{
  border-radius:999px !important;
}

.ab-rec-v2-card__form button:hover{
  background:linear-gradient(135deg,#d8a012,#b98200) !important;
  color:#fff !important;
}

.ab-rec-v2__arrow.is-disabled,
.ab-rec-v2__arrow:disabled{
  opacity:.38 !important;
  cursor:not-allowed !important;
  pointer-events:none !important;
  transform:none !important;
}

.ab-rec-v2__track{
  scroll-padding-left:2px !important;
}

/* Keep icon buttons visually clean without fighting layout */
.ab-rec-v2-tool{
  border-radius:50% !important;
  background:#fff !important;
}

/* Mobile polish */
@media (max-width:990px){
  .ab-rec-v2{
    padding-top:54px !important;
  }

  .ab-rec-v2__header{
    gap:18px !important;
  }

  .ab-rec-v2__header h2{
    white-space:normal !important;
  }
}

@media (max-width:749px){
  .ab-rec-v2{
    padding-top:42px !important;
    padding-bottom:22px !important;
  }

  .ab-rec-v2__header{
    margin-bottom:22px !important;
  }

  .ab-rec-v2__actions{
    width:100% !important;
    justify-content:space-between !important;
  }

  .ab-rec-v2__track{
    grid-auto-columns:86vw !important;
    gap:18px !important;
  }

  .ab-rec-v2-card__media{
    height:270px !important;
  }

  .ab-rec-v2-card__body{
    padding:18px 18px 20px !important;
  }

  .ab-rec-v2-card h3{
    min-height:40px !important;
  }

  .ab-rec-v2-card__trust{
    flex-wrap:wrap !important;
  }

  .ab-rec-v2-card__form button{
    min-height:50px !important;
  }
  /* Final spacing fix only */
.ab-rec-v2{
  padding-top:95px !important;
}

.ab-rec-v2__header{
  margin-bottom:34px !important;
/* Final real wishlist icon fix */
.ab-rec-v2 .ab-wishlist-heart,
.ab-rec-v2 .ab-wishlist-heart.is-active{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  min-height:42px !important;
  max-width:42px !important;
  max-height:42px !important;
  border-radius:50% !important;
  background:#fff !important;
  box-shadow:none !important;
  border:1px solid rgba(201,141,0,.30) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}

.ab-rec-v2 .ab-wishlist-heart::before,
.ab-rec-v2 .ab-wishlist-heart::after{
  display:none !important;
  content:none !important;
}

.ab-rec-v2 .ab-wishlist-heart svg{
  width:18px !important;
  height:18px !important;
  fill:none !important;
  stroke:#111 !important;

}
