:root{
  --bg:#F3FBFA;
  --surface:#FFFFFF;
  --mint:#E7F6F4;
  --teal:#14AFBE;
  --teal-deep:#0B6E7A;
  --teal-dark:#0A4E58;
  --ink:#1E2B31;
  --ink-soft:#5B6B70;
  --coral:#FF7A59;
  --coral-soft:#FFE4DB;
  --line:#DCEFEC;
  --shadow: 0 10px 30px -12px rgba(11,110,122,0.25);
}
*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
body{
  background: radial-gradient(circle at 50% -10%, #DFF5F2 0%, var(--bg) 45%, var(--bg) 100%);
  font-family:var(--body-font);
  color:var(--ink);
  display:flex;
  justify-content:center;
  min-height:100vh;
  padding:32px 16px 64px;
}
.phone{
  width:100%;
  max-width:430px;
  background:var(--surface);
  border-radius:32px;
  overflow:hidden;
  box-shadow: var(--shadow);
  position:relative;
  padding-bottom:28px;
}

/* ---------- HERO ---------- */
.cover{
  position:relative;
  height:150px;
  background:
    radial-gradient(120px 90px at 18% 30%, rgba(255,255,255,0.16), transparent 70%),
    linear-gradient(135deg, var(--teal-deep) 0%, var(--teal) 60%, #38CFDB 100%);
  overflow:hidden;
}
.cover svg.paws{
  position:absolute; inset:0; width:100%; height:100%; opacity:0.16;
}
.cover-wave{
  position:absolute; left:0; right:0; bottom:-1px; width:100%; height:46px;
  display:block;
}
.avatar-wrap{
  position:relative;
  width:132px; height:132px;
  margin:-66px auto 0;
  border-radius:50%;
  background:var(--surface);
  padding:5px;
  box-shadow:0 6px 18px rgba(11,78,88,0.18);
}
.avatar{
  width:100%; height:100%;
  border-radius:50%;
  background:
    radial-gradient(60px 60px at 30% 25%, rgba(255,255,255,0.35), transparent 60%),
    linear-gradient(150deg,#FFD9A8 0%, #FF9F7A 45%, var(--coral) 100%);
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-family:var(--title-font); font-weight:600;
  font-size:44px; letter-spacing:1px;
  position:relative;
  overflow:hidden;
}
.avatar-badge{
  position:absolute;
  right:2px; bottom:2px;
  width:34px; height:34px;
  background:var(--surface);
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 3px 8px rgba(0,0,0,0.12);
}
.avatar-badge svg{width:18px;height:18px;fill:#FF7A59;}

.headline{
  text-align:center;
  padding:14px 28px 0;
}
.eyebrow{
  display:inline-flex; align-items:center; gap:6px;
  font-family:var(--body-font);
  font-weight:800; font-size:12px; letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--teal-deep);
  background:var(--mint);
  padding:5px 12px;
  border-radius:999px;
}
.name{
  font-family:var(--title-font);
  font-weight:600;
  font-size:28px;
  color:var(--teal-dark);
  margin:10px 0 6px;
}
.bio{
  font-size:14.5px;
  line-height:1.5;
  color:var(--ink-soft);
  margin:0 auto;
  max-width:300px;
}

.socials{
  display:flex; justify-content:center; gap:12px;
  padding:18px 20px 6px;
  flex-wrap:wrap;
}
.social-btn{
  width:42px; height:42px;
  border-radius:50%;
  background:var(--teal);
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 4px 10px var(--teal-glow);
  transition:transform .15s ease, box-shadow .15s ease;
}
.social-btn:hover{ transform:translateY(-2px); box-shadow:0 8px 16px var(--teal-glow-strong); }
.social-btn svg{ width:19px; height:19px; fill:#fff; }

/* ---------- DIVIDER ---------- */
.paw-divider{
  display:flex; align-items:center; justify-content:center; gap:14px;
  margin:22px 26px 4px;
}
.paw-divider .rule{ flex:1; height:1px; background:var(--line); }
.paw-divider svg{ width:16px; height:16px; fill:var(--teal); opacity:.7; }

.section-title{
  text-align:center;
  font-family:var(--title-font);
  font-weight:600;
  font-size:20px;
  color:var(--teal-dark);
  margin:14px 0 4px;
}
.section-sub{
  text-align:center;
  font-size:12.5px;
  font-weight:800;
  letter-spacing:.02em;
  color:var(--teal-deep);
  background:var(--mint);
  margin:14px 18px 16px;
  padding:8px;
  border-radius:12px;
}

/* ---------- SERVICE CARDS ---------- */
.services{
  display:flex; flex-direction:column; gap:14px;
  padding:0 18px;
}
.service-card{
  display:flex;
  gap:12px;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:20px;
  padding:12px;
  position:relative;
  transition:box-shadow .2s ease, transform .2s ease;
}
.service-card:hover{ box-shadow:0 8px 20px -8px rgba(11,110,122,0.25); transform:translateY(-1px); }

.service-icon{
  flex:0 0 68px;
  width:68px; height:68px;
  border-radius:16px;
  display:flex; align-items:center; justify-content:center;
  position:relative;
}
.service-icon svg{ width:32px; height:32px; }

.service-body{ flex:1; min-width:0; }
.service-top{ display:flex; justify-content:space-between; align-items:flex-start; gap:8px;}
.service-name{
  font-family:var(--title-font);
  font-weight:600;
  font-size:15.5px;
  color:var(--ink);
  margin:2px 0 4px;
}
.service-tag{
  display:inline-block;
  font-size:10.5px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:var(--teal-deep);
  background:var(--mint);
  padding:2px 8px;
  border-radius:999px;
  margin-bottom:4px;
}
.service-desc{
  font-size:12.5px;
  line-height:1.45;
  color:var(--ink-soft);
  margin:0 0 6px;
}
.more-link{
  border:none; background:none; padding:0; cursor:pointer;
  display:inline-flex; align-items:center; gap:3px;
  font-family:var(--body-font);
  font-weight:800;
  font-size:12px;
  color:var(--teal);
  margin:0 0 10px;
}
.more-link:hover{ color:var(--teal-deep); background:none; }
.more-link .plus-circle{
  width:14px; height:14px;
  border-radius:50%;
  background:var(--teal);
  color:#fff;
  font-size:11px; font-weight:800;
  display:flex; align-items:center; justify-content:center;
  line-height:1;
}
.service-bottom{
  display:flex; align-items:center; justify-content:space-between;
  gap:8px;
}
.price{
  font-family:var(--title-font);
  font-weight:600;
  font-size:17px;
  color:var(--teal-dark);
}
.price span{
  font-size:10.5px;
  font-weight:700;
  color:var(--ink-soft);
  font-family:var(--body-font);
  margin-left:2px;
}
.price-old-inline{ text-decoration:line-through; color:#B9C7CA; font-size:12px; font-weight:700; margin-right:5px; font-family:var(--body-font); }

.add-btn{
  border:none; cursor:pointer;
  background:var(--teal);
  color:#fff;
  font-family:var(--body-font);
  font-weight:800;
  font-size:12px;
  letter-spacing:.02em;
  padding:9px 14px;
  border-radius:12px;
  display:flex; align-items:center; gap:6px;
  box-shadow:0 4px 10px var(--teal-glow);
  transition:transform .12s ease, background .15s ease;
  white-space:nowrap;
}
.add-btn:active{ transform:scale(0.95); }
.add-btn.added{ background:var(--teal-deep); }
.add-btn svg{ width:14px; height:14px; fill:#fff; }

.stepper{
  display:flex; align-items:center; gap:0;
  background:var(--mint);
  border-radius:12px;
  overflow:hidden;
}
.stepper button{
  border:none; background:transparent; cursor:pointer;
  width:30px; height:32px;
  font-size:16px; font-weight:800;
  color:var(--teal-deep);
  display:flex; align-items:center; justify-content:center;
}
.stepper button:hover{ background:var(--teal-glow-soft); }
.stepper .qty{
  min-width:20px; text-align:center;
  font-weight:800; font-size:13px; color:var(--ink);
}

/* ---------- SEARCH + PAGINATION ---------- */
.search-wrap{ position:relative; margin:16px 18px 0; }
.search-icon{ position:absolute; left:14px; top:50%; transform:translateY(-50%); width:17px; height:17px; fill:var(--ink-soft); opacity:.7; pointer-events:none; }
#serviceSearch{
  width:100%;
  border:1px solid var(--line);
  background:var(--surface);
  border-radius:14px;
  padding:11px 14px 11px 40px;
  font-family:var(--body-font);
  font-size:13.5px;
  color:var(--ink);
  box-shadow:0 4px 12px -8px rgba(11,110,122,0.25);
}
#serviceSearch:focus{ outline:2px solid var(--teal); outline-offset:1px; }
#serviceSearch::placeholder{ color:#9BB0B4; }
.no-results{ text-align:center; font-size:13px; color:var(--ink-soft); padding:20px 0 4px; }
.pagination{ display:flex; justify-content:center; align-items:center; gap:8px; padding:18px 18px 4px; flex-wrap:wrap; }
.page-btn{
  min-width:36px; height:36px; border-radius:12px; border:1px solid var(--line);
  background:var(--surface); color:var(--teal-deep); font-weight:800; font-size:13px;
  cursor:pointer; display:flex; align-items:center; justify-content:center; padding:0 10px;
  transition:background .15s ease, color .15s ease;
}
.page-btn:hover{ background:var(--mint); }
.page-btn.active{ background:var(--teal); color:#fff; border-color:var(--teal); }
.page-btn:disabled{ opacity:.4; cursor:default; }

/* ---------- FLOATING CART ---------- */
.cart-fab{
  position:fixed;
  right:16px; bottom:16px;
  width:54px; height:54px;
  border-radius:50%;
  background:linear-gradient(150deg, var(--teal) 0%, var(--teal-deep) 100%);
  box-shadow:0 10px 20px -4px rgba(11,78,88,0.45);
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  border:3px solid var(--surface);
  transition:transform .18s ease;
  z-index:900;
}
.cart-fab.bump{ animation:bump .35s ease; }
@keyframes bump{ 0%{transform:scale(1);} 35%{transform:scale(1.18);} 100%{transform:scale(1);} }
.cart-fab svg{ width:22px; height:22px; fill:#fff; }
.cart-badge{
  position:absolute; top:-4px; right:-4px;
  background:var(--coral);
  color:#fff;
  font-size:11px; font-weight:800;
  min-width:20px; height:20px;
  border-radius:999px;
  display:flex; align-items:center; justify-content:center;
  border:2px solid var(--surface);
  padding:0 4px;
}

/* ---------- SERVICE DETAIL MODAL ---------- */
.modal-overlay{
  position:fixed; inset:0;
  background:rgba(10,40,45,0.45);
  display:none;
  align-items:flex-start;
  justify-content:center;
  z-index:1000;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}
.modal-overlay.open{ display:flex; }
.modal-panel{
  width:100%;
  max-width:430px;
  min-height:100%;
  background:var(--surface);
  display:flex;
  flex-direction:column;
  animation:slideDown .25s ease;
  overflow:hidden;
}
@keyframes slideDown{
  from{ transform:translateY(-18px); opacity:0; }
  to{ transform:translateY(0); opacity:1; }
}
.modal-photo{
  position:relative;
  min-height:250px;
  flex:0 0 auto;
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
  background:#EAF6F5;
}
.modal-photo svg.paws{ position:absolute; inset:0; width:100%; height:100%; opacity:0.18; }
.modal-photo .modal-icon-wrap{
  width:96px; height:96px;
  border-radius:50%;
  background:rgba(255,255,255,0.22);
  display:flex; align-items:center; justify-content:center;
}
.modal-photo .modal-icon-wrap svg{ width:48px; height:48px; }
.modal-slider{ width:100%; }
.modal-slide{
  display:none;
  width:100%;
  height:auto;
}
.modal-slide.active{ display:block; }
.modal-dots{ position:absolute; left:0; right:0; bottom:12px; margin:0 auto; width:max-content; background:rgba(255,255,255,0.92); box-shadow:0 2px 8px rgba(10,40,45,0.18); padding:5px 10px; display:flex; justify-content:center; gap:7px; border-radius:500px; z-index:2; }
.modal-dot{ width:8px; height:8px; border-radius:50%; border:none; padding:0; background:var(--teal); opacity:.45; cursor:pointer; transition:opacity .15s ease, transform .15s ease; }
.modal-dot.active{ opacity:1; transform:scale(1.3); }
.modal-close{
  position:absolute; top:16px; right:16px;
  width:38px; height:38px;
  min-width:38px; min-height:38px;
  border-radius:50%;
  background:var(--teal);
  border:3px solid rgba(255,255,255,0.85);
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  box-shadow:0 4px 10px rgba(0,0,0,0.2);
  z-index:3;
  padding:0; margin:0;
  font-family:var(--body-font);
  font-size:17px; font-weight:800;
  color:#fff; line-height:1;
}
.modal-close:hover{ background:var(--teal-deep); }
.modal-close svg{ width:16px; height:16px; fill:#fff; }
.modal-content{
  padding:22px 26px 20px;
  overflow-y:auto;
  text-align:center;
}
.modal-eyebrow{ margin-bottom:10px; }
.modal-title{
  font-family:var(--title-font);
  font-weight:600;
  font-size:23px;
  color:var(--ink);
  margin:0 0 12px;
}
.modal-desc{
  font-size:13.5px;
  line-height:1.6;
  color:var(--ink-soft);
  margin:0 0 18px;
}
.modal-price-row{
  display:flex; align-items:baseline; justify-content:center;
  gap:10px;
  margin-bottom:18px;
}
.modal-price-old{
  font-size:15px;
  font-weight:700;
  color:#B9C7CA;
  text-decoration:line-through;
}
.modal-price-new{
  font-family:var(--title-font);
  font-weight:600;
  font-size:26px;
  color:var(--ink);
}
.modal-actions{
  display:flex; align-items:stretch; gap:10px;
}
.modal-actions .stepper{
  background:var(--mint);
  flex:0 0 auto;
}
.modal-actions .stepper button{ width:34px; height:44px; font-size:18px; }
.modal-actions .stepper .qty{ min-width:24px; font-size:15px; }
.modal-add-btn{
  flex:1;
  justify-content:center;
  padding:0 14px;
  font-size:13.5px;
  border-radius:12px;
}

/* ---------- CART ---------- */
.cart-overlay{
  position:fixed; inset:0;
  background:rgba(10,40,45,0.45);
  display:none;
  align-items:flex-end;
  justify-content:center;
  z-index:1000;
}
.cart-overlay.open{ display:flex; }
.cart-panel{
  width:100%;
  max-width:430px;
  background:var(--surface);
  border-radius:24px 24px 0 0;
  padding:18px 18px 24px;
  display:flex;
  flex-direction:column;
  gap:14px;
  max-height:85vh;
  overflow-y:auto;
  animation:slideUp .25s ease;
}
@keyframes slideUp{ from{ transform:translateY(24px); opacity:0; } to{ transform:translateY(0); opacity:1; } }
.cart-head{ display:flex; align-items:center; justify-content:space-between; }
.cart-title{ font-family:var(--title-font); font-weight:600; font-size:20px; color:var(--teal-dark); margin:0; }
.cart-close{
  width:34px; height:34px; border-radius:50%; border:none; cursor:pointer;
  background:var(--mint); color:var(--teal-deep); font-size:14px; font-weight:800;
  display:flex; align-items:center; justify-content:center;
}
.cart-items{ display:flex; flex-direction:column; gap:10px; }
.cart-item{
  display:flex; align-items:center; gap:10px;
  border:1px solid var(--line); border-radius:14px; padding:10px 12px;
}
.cart-item-info{ flex:1; min-width:0; }
.cart-item-name{ display:block; font-weight:800; font-size:13px; color:var(--ink); }
.cart-item-unit{ display:block; font-size:11.5px; color:var(--ink-soft); margin-top:2px; }
.cart-item-right{ display:flex; align-items:center; gap:10px; }
.cart-stepper{ height:28px; }
.cart-stepper button{ width:26px; height:28px; font-size:15px; }
.cart-stepper .qty{ min-width:18px; font-size:12px; }
.cart-item-total{ font-family:var(--title-font); font-weight:600; font-size:14px; color:var(--teal-dark); min-width:44px; text-align:right; }
.cart-item-remove{ border:none; background:none; cursor:pointer; color:#B94A34; font-weight:800; font-size:12px; padding:4px; }
.cart-empty{ text-align:center; font-size:13.5px; color:var(--ink-soft); padding:18px 8px; line-height:1.6; }
.cart-coupon{ display:flex; gap:8px; }
.cart-coupon input{
  flex:1; border:1px solid var(--line); border-radius:10px; padding:9px 12px;
  font-family:var(--body-font); font-size:12.5px; color:var(--ink); background:#FAFCFC;
}
.cart-coupon input:focus{ outline:2px solid var(--teal); outline-offset:1px; }
.cart-coupon button{
  border:none; cursor:pointer; border-radius:10px; padding:0 14px;
  background:var(--teal); color:#fff; font-weight:800; font-size:12.5px;
}
.cart-coupon button:disabled{ opacity:.5; cursor:default; }
.coupon-msg{ font-size:11.5px; font-weight:700; margin:-6px 0 0; min-height:0; }
.coupon-msg.ok{ color:var(--teal-deep); }
.coupon-msg.err{ color:#B94A34; }
.cart-summary{ border-top:1px solid var(--line); padding-top:12px; display:flex; flex-direction:column; gap:8px; }
.sum-row{ display:flex; justify-content:space-between; font-size:13px; color:var(--ink-soft); }
.sum-row strong{ font-weight:800; color:var(--ink); }
.sum-row.disc strong{ color:#B94A34; }
.sum-total{ font-size:16px; color:var(--ink); }
.sum-total strong{ font-family:var(--title-font); font-size:19px; color:var(--teal-dark); }
.cart-checkout{
  border:none; cursor:pointer; border-radius:14px; padding:14px;
  background:linear-gradient(150deg, var(--teal) 0%, var(--teal-deep) 100%);
  color:#fff; font-family:var(--body-font); font-weight:800; font-size:15px;
  box-shadow:0 8px 18px -6px rgba(11,78,88,0.45);
  display:flex; align-items:center; justify-content:center; gap:8px;
}
.cart-checkout svg{ width:16px; height:16px; fill:#fff; }
.cart-checkout:disabled{ opacity:.45; cursor:default; box-shadow:none; }

.foot-note{
  text-align:center;
  font-size:11px;
  color:#9BB0B4;
  margin-top:20px;
  padding:0 30px;
}

/* ---------- LATERAL MENU ---------- */
.menu-btn{
  position:absolute;
  top:16px; left:16px;
  width:40px; height:40px;
  padding:0;
  border-radius:12px;
  border:none; cursor:pointer;
  background:rgba(255,255,255,0.92);
  color:var(--teal-deep);
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 4px 10px rgba(11,78,88,0.18);
  z-index:560;
  transition:transform .15s ease, background .15s ease;
}
.menu-btn:hover{ background:#fff; transform:scale(1.05); }
.menu-btn svg{ width:20px; height:20px; fill:currentColor; }

.drawer-overlay{
  position:fixed; inset:0;
  background:rgba(10,40,45,0.45);
  display:none;
  justify-content:flex-start;
  z-index:950;
}
.drawer-overlay.open{ display:flex; }
.drawer{
  width:min(86vw, 300px);
  height:100%;
  background:var(--surface);
  display:flex;
  flex-direction:column;
  transform:translateX(-104%);
  transition:transform .28s ease;
  box-shadow:10px 0 30px -12px rgba(11,78,88,0.35);
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  border-radius:0 24px 24px 0;
}
.drawer-overlay.open .drawer{ transform:translateX(0); }
.drawer-head{
  display:flex; align-items:center; gap:12px;
  padding:18px 16px;
  background:linear-gradient(150deg, var(--teal-deep) 0%, var(--teal) 100%);
  color:#fff;
  flex:0 0 auto;
}
.drawer-avatar{
  width:46px; height:46px;
  border-radius:50%;
  background:var(--surface);
  color:var(--teal-deep);
  font-family:var(--title-font);
  font-weight:700; font-size:17px;
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
  flex:0 0 auto;
  box-shadow:0 2px 6px rgba(0,0,0,0.14);
}
.drawer-avatar img{ width:100%; height:100%; object-fit:cover; }
.drawer-meta{ flex:1; min-width:0; }
.drawer-eyebrow{
  display:block;
  font-size:9.5px; font-weight:800;
  letter-spacing:.14em; text-transform:uppercase;
  opacity:.85;
}
.drawer-name{
  display:block;
  font-family:var(--title-font);
  font-weight:600; font-size:16px;
  margin-top:1px;
}
.drawer-close{
  width:30px; height:30px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.5);
  background:transparent;
  color:#fff; font-size:13px; font-weight:800;
  cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  flex:0 0 auto;
  font-family:var(--body-font);
}
.drawer-close:hover{ background:rgba(255,255,255,0.14); }
.drawer-nav{
  padding:12px 12px 28px;
  display:flex; flex-direction:column; gap:4px;
}
.drawer-label{
  font-size:11px; font-weight:800;
  letter-spacing:.12em; text-transform:uppercase;
  color:var(--ink-soft);
  padding:12px 12px 6px;
}
.drawer-item{
  display:flex; align-items:center; gap:10px;
  border:none; background:transparent; cursor:pointer;
  width:100%; text-align:left;
  padding:11px 12px;
  border-radius:12px;
  font-family:var(--body-font);
  font-size:13.5px; font-weight:700;
  color:var(--ink);
  transition:background .15s ease, color .15s ease;
}
.drawer-item svg{ width:17px; height:17px; fill:currentColor; flex:0 0 auto; }
.drawer-item:hover{ background:var(--mint); }
.drawer-item.active{ background:var(--teal); color:#fff; }
.drawer-item.active svg{ fill:#fff; }
.drawer-count{
  margin-left:auto;
  background:var(--mint);
  color:var(--teal-deep);
  font-size:11px; font-weight:800;
  border-radius:999px;
  padding:2px 8px;
}
.drawer-item.active .drawer-count{ background:rgba(255,255,255,0.24); color:#fff; }

.cat-business{
  width:max-content;
  margin:16px auto 0;
}
.cat-back{
  border:none; background:none; cursor:pointer;
  font-family:var(--body-font);
  font-weight:800; font-size:12.5px;
  color:var(--teal-deep);
  display:inline-flex; align-items:center; gap:6px;
  padding:0;
}
.cat-back:hover{ color:var(--teal-dark); }
.cat-back .cat-back-arrow{ font-size:16px; line-height:1; }

@media (prefers-reduced-motion: reduce){
  .service-card, .add-btn, .cart-fab, .social-btn, .cart-panel{ transition:none; animation:none; }
  .cart-fab.bump{ animation:none; }
}

/* ---------- VARIABLE PRODUCTS ---------- */
.price-from{
  font-family:var(--body-font);
  font-size:10.5px;
  font-weight:700;
  color:var(--ink-soft);
  margin-right:3px;
}
.modal-add-btn:disabled{
  opacity:.55;
  cursor:not-allowed;
  box-shadow:none;
}
.var-picker{
  text-align:left;
  margin-bottom:16px;
}
.var-picker:last-of-type{ margin-bottom:18px; }
.var-picker-label{
  display:block;
  font-family:var(--body-font);
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:var(--ink-soft);
  margin-bottom:8px;
}
.var-picker-opts{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.var-chip{
  border:1.5px solid var(--line);
  background:#fff;
  color:var(--ink);
  font-family:var(--body-font);
  font-size:12.5px;
  font-weight:700;
  padding:8px 14px;
  border-radius:999px;
  cursor:pointer;
  transition:all .14s ease;
}
.var-chip:active{ transform:scale(0.96); }
.var-chip.active{
  background:var(--teal);
  border-color:var(--teal);
  color:#fff;
  box-shadow:0 3px 8px var(--teal-glow);
}
.cart-item-var{
  display:block;
  font-size:11px;
  font-weight:600;
  color:var(--teal-deep);
  margin-top:1px;
}
