
:root{
  --sp-bg:#f4f7fb;
  --sp-bg2:#eef4ff;
  --sp-panel:#ffffff;
  --sp-panel-soft:#fbfdff;
  --sp-text:#0f172a;
  --sp-muted:#64748b;
  --sp-line:#dbe4f0;
  --sp-line-soft:rgba(148,163,184,.18);
  --sp-primary:#2563eb;
  --sp-primary-2:#1d4ed8;
  --sp-dark:#0f172a;
  --sp-success:#16a34a;
  --sp-danger:#dc2626;
  --sp-warning:#ea580c;
  --sp-shadow:0 28px 70px rgba(15,23,42,.10);
  --sp-shadow-soft:0 18px 40px rgba(15,23,42,.06);
  --sp-radius-xl:32px;
  --sp-radius-lg:24px;
  --sp-radius-md:18px;
}
body.cms-shop-auth,
body.cms-shop-account,
body.cms-shop-cart,
body.cms-shop-product,
body.cms-shop-catalog,
body.cms-shop-checkout,
body.cms-shop-thankyou{
  background:
    radial-gradient(circle at top left,var(--sp-bg2) 0%,var(--sp-bg) 42%,var(--sp-bg) 100%) !important;
  color:var(--sp-text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}
body.cms-shop-auth .btn,
body.cms-shop-account .btn,
body.cms-shop-cart .btn,
body.cms-shop-product .btn,
body.cms-shop-catalog .btn,
body.cms-shop-checkout .btn,
body.cms-shop-thankyou .btn,
body.cms-shop-catalog .action-btn,
body.cms-shop-product .actions .btn{
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease;
  box-shadow:0 18px 30px rgba(37,99,235,.18);
}
body.cms-shop-auth .btn:hover,
body.cms-shop-account .btn:hover,
body.cms-shop-cart .btn:hover,
body.cms-shop-product .btn:hover,
body.cms-shop-catalog .btn:hover,
body.cms-shop-checkout .btn:hover,
body.cms-shop-thankyou .btn:hover,
body.cms-shop-catalog .action-btn:hover,
body.cms-shop-product .actions .btn:hover{
  transform:translateY(-2px);
  filter:saturate(1.02);
}
body.cms-shop-auth .btn.dark,
body.cms-shop-cart .btn.dark,
body.cms-shop-product .btn.dark,
body.cms-shop-thankyou .soft,
body.cms-shop-catalog .action-btn.dark{
  box-shadow:0 16px 28px rgba(15,23,42,.12);
}

/* Auth pages */
body.cms-shop-auth .wrap{
  max-width:1220px !important;
  min-height:calc(100vh - 120px);
  display:grid;
  place-items:center;
  padding:52px 20px 70px !important;
  position:relative;
}
body.cms-shop-auth .wrap::before,
body.cms-shop-auth .wrap::after{
  content:"";
  position:absolute;
  border-radius:999px;
  filter:blur(10px);
  opacity:.9;
  z-index:0;
}
body.cms-shop-auth .wrap::before{
  width:280px;height:280px;left:4%;top:7%;
  background:radial-gradient(circle,#dbeafe 0%,rgba(219,234,254,0) 72%);
}
body.cms-shop-auth .wrap::after{
  width:340px;height:340px;right:2%;bottom:4%;
  background:radial-gradient(circle,#e0e7ff 0%,rgba(224,231,255,0) 72%);
}
body.cms-shop-auth .card{
  position:relative;
  z-index:1;
  width:min(100%,720px);
  margin:0 auto;
  padding:38px 36px !important;
  border-radius:var(--sp-radius-xl) !important;
  border:1px solid rgba(255,255,255,.65) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(248,251,255,.96) 100%) !important;
  box-shadow:var(--sp-shadow) !important;
  overflow:hidden;
}
body.cms-shop-auth .card::before{
  content:"";
  position:absolute;
  inset:auto -100px -120px auto;
  width:280px;height:280px;
  background:radial-gradient(circle,rgba(37,99,235,.12) 0%,rgba(37,99,235,0) 72%);
  z-index:0;
}
body.cms-shop-auth .card > *{position:relative;z-index:1;}
body.cms-shop-auth .badge{
  background:linear-gradient(180deg,#eef4ff 0%,#e2edff 100%) !important;
  color:#2448bb !important;
  letter-spacing:.04em;
  text-transform:uppercase;
}
body.cms-shop-auth h1{
  font-size:clamp(34px,4vw,46px) !important;
  line-height:1.02;
  margin:14px 0 12px !important;
}
body.cms-shop-auth .lead{
  max-width:58ch;
  font-size:15px;
  line-height:1.85 !important;
  color:var(--sp-muted) !important;
  margin-bottom:22px !important;
}
body.cms-shop-auth .field label{
  color:#243447 !important;
  font-weight:800 !important;
  display:flex;
  flex-direction:column;
  gap:8px;
}
body.cms-shop-auth .field input{
  border-color:#d6e2ef !important;
  background:rgba(255,255,255,.9) !important;
  border-radius:18px !important;
  padding:15px 16px !important;
}
body.cms-shop-auth .field input:focus{
  border-color:#8ab4ff !important;
  box-shadow:0 0 0 5px rgba(37,99,235,.12) !important;
}
body.cms-shop-auth .btn{
  border-radius:18px !important;
  padding:15px 18px !important;
}
body.cms-shop-auth .meta{
  margin-top:18px !important;
  padding-top:16px;
  border-top:1px solid rgba(148,163,184,.20);
  align-items:center;
}
body.cms-shop-auth .meta a{font-weight:700;text-decoration:none}
body.cms-shop-auth .meta a:hover{text-decoration:underline}
body.cms-shop-auth .alert,
body.cms-shop-auth .copy,
body.cms-shop-auth .invalid{
  border-radius:18px !important;
  box-shadow:var(--sp-shadow-soft);
}
body.cms-shop-auth .copy{
  background:linear-gradient(180deg,#eff6ff 0%,#f8fbff 100%) !important;
  border:1px dashed #93c5fd !important;
}

/* Account page */
body.cms-shop-account .wrap{padding-top:42px !important;padding-bottom:72px !important;}
body.cms-shop-account .hero,
body.cms-shop-account .card,
body.cms-shop-account .order{
  box-shadow:var(--sp-shadow-soft) !important;
}
body.cms-shop-account .hero{margin-bottom:26px !important;}
body.cms-shop-account .badge,
body.cms-shop-account .pill{
  background:linear-gradient(180deg,#eef4ff 0%,#e4eeff 100%) !important;
  color:#2448bb !important;
}
body.cms-shop-account .card{border-radius:30px !important;}
body.cms-shop-account .meta .row,
body.cms-shop-account .order{
  border-radius:18px !important;
}
body.cms-shop-account .order{transition:transform .18s ease, box-shadow .18s ease;}
body.cms-shop-account .order:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(15,23,42,.08);}

/* Cart page */
body.cms-shop-cart .wrap{padding-top:44px !important;padding-bottom:72px !important;}
body.cms-shop-cart h1{
  font-size:clamp(34px,4vw,48px);
  margin:0 0 20px;
  letter-spacing:-.02em;
}
body.cms-shop-cart .grid{align-items:start;gap:28px !important;}
body.cms-shop-cart .item,
body.cms-shop-cart .summary,
body.cms-shop-cart .empty,
body.cms-shop-cart .notice{
  border-radius:28px !important;
  box-shadow:var(--sp-shadow-soft) !important;
  border:1px solid rgba(148,163,184,.18) !important;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%) !important;
}
body.cms-shop-cart .item{padding:18px !important;grid-template-columns:132px 1fr !important;}
@media(max-width:760px){body.cms-shop-cart .item{grid-template-columns:1fr !important}}
body.cms-shop-cart .item img{width:132px !important;height:132px !important;border-radius:20px !important;box-shadow:0 16px 28px rgba(15,23,42,.08)}
@media(max-width:760px){body.cms-shop-cart .item img{width:100% !important;height:auto !important;aspect-ratio:1/1;}}
body.cms-shop-cart .summary{position:sticky;top:18px;padding:24px !important;}
body.cms-shop-cart .summary h3{font-size:26px;margin-top:0;margin-bottom:16px}
body.cms-shop-cart .summary p{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:10px 0;margin:0;border-bottom:1px solid #edf2f7}
body.cms-shop-cart .summary p:last-of-type{border-bottom:0;font-size:19px;padding-top:14px}
body.cms-shop-cart .attr{background:#f8fbff !important;border-color:#d8e5f4 !important;border-radius:999px !important}
body.cms-shop-cart .qty input{border-radius:14px !important;padding:10px 12px !important}

/* Catalog */
body.cms-shop-catalog .hero-card,
body.cms-shop-catalog .hero-side,
body.cms-shop-catalog .toolbar,
body.cms-shop-catalog .card,
body.cms-shop-catalog .empty{
  box-shadow:var(--sp-shadow-soft) !important;
}
body.cms-shop-catalog .hero-card,
body.cms-shop-catalog .hero-side,
body.cms-shop-catalog .card{
  border-radius:32px !important;
}
body.cms-shop-catalog .toolbar{border-radius:26px !important}
body.cms-shop-catalog .media{border-radius:24px !important}
body.cms-shop-catalog .action-btn{box-shadow:0 16px 28px rgba(37,99,235,.15)}

/* Product page */
body.cms-shop-product .wrap{padding-top:44px !important;padding-bottom:72px !important;}
body.cms-shop-product .card{
  border-radius:30px !important;
  border:1px solid rgba(148,163,184,.18) !important;
  box-shadow:var(--sp-shadow-soft) !important;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%) !important;
}
body.cms-shop-product .media{border-radius:24px !important;box-shadow:0 24px 50px rgba(15,23,42,.08)}
body.cms-shop-product h1{font-size:clamp(34px,4vw,46px);line-height:1.06;margin:12px 0 10px}
body.cms-shop-product .price strong{font-size:40px !important;letter-spacing:-.02em}
body.cms-shop-product .pill{background:linear-gradient(180deg,#eef4ff 0%,#e4eeff 100%) !important;color:#2448bb !important}
body.cms-shop-product .field select,
body.cms-shop-product .qty input{
  border-radius:16px !important;
  border-color:#d6e2ef !important;
  padding:13px 14px !important;
}
body.cms-shop-product .chip span{border-radius:16px !important}
body.cms-shop-product .qty button{border-radius:14px !important}
body.cms-shop-product .actions{margin-top:22px !important}

/* Checkout */
body.cms-shop-checkout .hero-main,
body.cms-shop-checkout .hero-side,
body.cms-shop-checkout .card,
body.cms-shop-checkout .section{
  box-shadow:var(--sp-shadow-soft) !important;
}
body.cms-shop-checkout .hero-main,
body.cms-shop-checkout .hero-side,
body.cms-shop-checkout .card{border-radius:32px !important}
body.cms-shop-checkout .section{border-radius:24px !important}
body.cms-shop-checkout .field input,
body.cms-shop-checkout .field select,
body.cms-shop-checkout .field textarea{border-radius:16px !important}
body.cms-shop-checkout .summary-card{top:22px !important}

/* Thank you */
body.cms-shop-thankyou .hero,
body.cms-shop-thankyou .card{
  box-shadow:var(--sp-shadow-soft) !important;
  border-radius:30px !important;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%) !important;
}
body.cms-shop-thankyou .pill{background:linear-gradient(180deg,#eef4ff 0%,#e4eeff 100%) !important;color:#2448bb !important}
body.cms-shop-thankyou .item{border-radius:18px !important}
body.cms-shop-thankyou .row{padding:14px 0 !important}
body.cms-shop-thankyou .alert{border-radius:18px !important;box-shadow:var(--sp-shadow-soft)}


/* v49.84.53 — premium business refined layer */
body.cms-shop-auth .wrap{
  max-width:1180px !important;
}
body.cms-shop-auth .auth-shell{
  position:relative;
  z-index:1;
  width:min(100%,1060px);
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:0;
  border-radius:36px;
  overflow:hidden;
  box-shadow:0 34px 90px rgba(15,23,42,.14);
  border:1px solid rgba(255,255,255,.72);
  background:rgba(255,255,255,.74);
  backdrop-filter:blur(16px);
}
body.cms-shop-auth .auth-brand{
  position:relative;
  min-height:560px;
  padding:42px 38px;
  color:#fff;
  background:
    radial-gradient(circle at 18% 18%,rgba(96,165,250,.44) 0%,rgba(96,165,250,0) 34%),
    radial-gradient(circle at 88% 78%,rgba(129,140,248,.40) 0%,rgba(129,140,248,0) 36%),
    linear-gradient(135deg,#0f172a 0%,#17367a 52%,#1d4ed8 100%);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
}
body.cms-shop-auth .auth-brand::before{
  content:"";
  position:absolute;
  inset:26px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:28px;
  pointer-events:none;
}
body.cms-shop-auth .auth-brand::after{
  content:"";
  position:absolute;
  width:240px;height:240px;
  right:-90px;top:-80px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
}
body.cms-shop-auth .auth-brand > *{position:relative;z-index:1}
body.cms-shop-auth .auth-kicker{
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
body.cms-shop-auth .auth-brand h2{
  font-size:clamp(34px,4vw,48px);
  line-height:1.02;
  letter-spacing:-.035em;
  margin:24px 0 14px;
}
body.cms-shop-auth .auth-brand p{
  color:rgba(255,255,255,.78);
  line-height:1.8;
  font-size:15px;
  max-width:42ch;
  margin:0;
}
body.cms-shop-auth .auth-benefits{
  display:grid;
  gap:12px;
  margin-top:30px;
}
body.cms-shop-auth .auth-benefit{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:rgba(255,255,255,.09);
}
body.cms-shop-auth .auth-benefit strong{display:block;font-size:14px;color:#fff;margin-bottom:3px}
body.cms-shop-auth .auth-benefit span{display:block;color:rgba(255,255,255,.70);font-size:13px;line-height:1.5}
body.cms-shop-auth .auth-dot{
  flex:0 0 auto;
  width:26px;height:26px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.18);
  color:#fff;
  font-weight:900;
  font-size:13px;
}
body.cms-shop-auth .auth-foot{
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:1.6;
  margin-top:24px;
}
body.cms-shop-auth .card{
  width:100% !important;
  border-radius:0 !important;
  box-shadow:none !important;
  border:0 !important;
  padding:48px 44px !important;
  min-height:560px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
body.cms-shop-auth .card::before{display:none}
body.cms-shop-auth .badge{margin-bottom:6px !important}
body.cms-shop-auth .meta{font-size:14px !important}
@media(max-width:920px){
  body.cms-shop-auth .auth-shell{grid-template-columns:1fr;border-radius:30px}
  body.cms-shop-auth .auth-brand{min-height:auto;padding:32px 28px}
  body.cms-shop-auth .auth-benefits{grid-template-columns:1fr}
  body.cms-shop-auth .card{min-height:auto;padding:34px 26px !important}
}
@media(max-width:560px){
  body.cms-shop-auth .wrap{padding:24px 14px 42px !important;display:block !important;min-height:auto}
  body.cms-shop-auth .auth-shell{border-radius:24px}
  body.cms-shop-auth .auth-brand{padding:26px 20px}
  body.cms-shop-auth .auth-brand h2{font-size:32px}
  body.cms-shop-auth .card{padding:28px 20px !important}
}

body.cms-shop-catalog .card,
body.cms-shop-product .card,
body.cms-shop-cart .item,
body.cms-shop-cart .summary,
body.cms-shop-checkout .card,
body.cms-shop-account .card,
body.cms-shop-thankyou .card{
  border-color:rgba(148,163,184,.22) !important;
}
body.cms-shop-catalog .card:hover{
  transform:translateY(-5px) !important;
  box-shadow:0 30px 70px rgba(15,23,42,.13) !important;
}
body.cms-shop-catalog .price strong,
body.cms-shop-product .price strong,
body.cms-shop-cart .summary p:last-of-type strong{
  letter-spacing:-.035em;
}
body.cms-shop-checkout .section-head,
body.cms-shop-thankyou .hero,
body.cms-shop-account .hero{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%) !important;
}
body.cms-shop-product .grid{align-items:start;}
body.cms-shop-product .card:nth-child(2){position:sticky;top:18px;}
@media(max-width:920px){body.cms-shop-product .card:nth-child(2){position:static}}
