.yc-page{
  --yc-ink:#11182c;
  --yc-muted:#5f697c;
  --yc-line:#dfe5ef;
  --yc-soft:#f5f7fb;
  --yc-blue:#4f46e5;
  --yc-blue-dark:#3730a3;
  --yc-pink:#e9438f;
  --yc-cyan:#0ea5e9;
  --yc-green:#08795a;
  --yc-body-font:var(--text-font,"DM Sans",sans-serif);
  --yc-title-font:var(--title-font,"Syne",sans-serif);
  width:100%;
  max-width:100vw;
  overflow:hidden;
  color:var(--yc-ink);
  background:#fff;
  font-family:var(--yc-body-font);
  font-size:16px;
  font-weight:400;
}
.yc-page *{box-sizing:border-box;min-width:0}
.yc-page h1,.yc-page h2,.yc-page h3,.yc-page h4{font-family:var(--yc-title-font);font-weight:600}
.yc-page a{color:inherit}
.yc-shell{width:calc(100% - 40px);max-width:1180px;margin:0 auto}
.yc-hero{
  position:relative;
  padding:178px 0 105px;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 15%,rgba(79,70,229,.16),transparent 28%),
    radial-gradient(circle at 88% 18%,rgba(233,67,143,.14),transparent 27%),
    linear-gradient(180deg,#f9fbff 0%,#f4f6ff 72%,#fff 100%);
}
.yc-hero:after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:1px;
  background:linear-gradient(90deg,transparent,#cbd4e3,transparent);
}
.yc-orb{position:absolute;border:1px solid rgba(79,70,229,.14);border-radius:50%;pointer-events:none}
.yc-orb-one{width:380px;height:380px;right:-185px;top:65px}
.yc-orb-two{width:160px;height:160px;left:-80px;bottom:35px;border-color:rgba(14,165,233,.18)}
.yc-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);gap:76px;align-items:center}
.yc-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--yc-blue-dark);font-size:14px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.yc-kicker:before{content:"";width:28px;height:2px;background:linear-gradient(90deg,var(--yc-blue),var(--yc-pink))}
.yc-hero h1{max-width:780px;margin:25px 0 25px;font-size:clamp(44px,6vw,76px);line-height:1.02;letter-spacing:-.045em}
.yc-hero h1 em{font-style:normal;background:linear-gradient(90deg,var(--yc-blue),var(--yc-pink) 55%,var(--yc-cyan));-webkit-background-clip:text;background-clip:text;color:transparent}
.yc-lead{max-width:690px;margin:0;color:#4e596c;font-size:19px;line-height:1.75}
.yc-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:34px}
.yc-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 24px;
  border:1px solid transparent;border-radius:9px;font-size:15px;font-weight:700;text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.yc-btn:hover{transform:translateY(-2px)}
.yc-page .yc-btn-primary{color:#fff;background:linear-gradient(100deg,var(--yc-blue),#6658ea 55%,var(--yc-pink));box-shadow:0 15px 34px rgba(79,70,229,.22)}
.yc-btn-secondary{border-color:#cbd2df;background:#fff;color:var(--yc-ink)}
.yc-text-link{font-size:15px;font-weight:700;text-decoration:none}
.yc-text-link span{display:inline-block;margin-left:7px;transition:transform .2s ease}
.yc-text-link:hover span{transform:translateX(4px)}
.yc-hero-panel{
  position:relative;padding:28px;border:1px solid rgba(255,255,255,.9);border-radius:22px;
  background:rgba(255,255,255,.9);box-shadow:0 36px 80px rgba(31,38,71,.16);backdrop-filter:blur(15px);
}
.yc-panel-top{display:flex;align-items:center;gap:11px;padding-bottom:21px;border-bottom:1px solid var(--yc-line);font-size:14px;font-weight:600}
.yc-panel-mark{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;color:#fff;background:linear-gradient(135deg,var(--yc-blue),var(--yc-pink));font-weight:700}
.yc-panel-status{width:8px;height:8px;margin-left:auto;border-radius:50%;background:#24b47e;box-shadow:0 0 0 5px #ddf7ed}
.yc-panel-row{display:grid;grid-template-columns:35px 1fr auto;gap:12px;align-items:center;padding:17px 0;border-bottom:1px solid #edf0f5}
.yc-panel-row:last-child{padding-bottom:0;border-bottom:0}
.yc-panel-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:#eeedff;color:var(--yc-blue);font-size:12px;font-weight:700}
.yc-panel-copy{display:grid;gap:3px}.yc-panel-copy strong{font-size:13px}.yc-panel-copy span{color:var(--yc-muted);font-size:11px;line-height:1.45}
.yc-panel-value{color:var(--yc-green);font-size:11px;font-weight:700;white-space:nowrap}
.yc-proof-band{border-bottom:1px solid var(--yc-line);background:#fff}
.yc-proof-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.yc-proof-grid>div{display:grid;gap:5px;padding:28px 24px;border-left:1px solid var(--yc-line)}
.yc-proof-grid>div:last-child{border-right:1px solid var(--yc-line)}
.yc-proof-grid strong{font-family:var(--yc-title-font);font-size:18px;font-weight:600}.yc-proof-grid span{color:var(--yc-muted);font-size:12px;line-height:1.55}
.yc-section{padding:100px 0}
.yc-section-soft{background:linear-gradient(180deg,#f7f9fd,#fff)}
.yc-section-dark{color:#fff;background:linear-gradient(135deg,#11182c,#202b4b)}
.yc-section-dark .yc-kicker{color:#aeb9ff}
.yc-page .yc-section-dark h2,.yc-page .yc-section-dark h3{color:#fff}
.yc-section-head{max-width:720px;margin-bottom:44px}
.yc-section-head-center{margin-right:auto;margin-left:auto;text-align:center}
.yc-section-head h2{margin:11px 0 15px;font-size:clamp(34px,4.2vw,45px);line-height:1.1;letter-spacing:-.045em}
.yc-section-head p{margin:0;color:var(--yc-muted);font-size:17px;line-height:1.75}
.yc-section-dark .yc-section-head p{color:#b5bfd0}
.yc-split{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:80px;align-items:start}
.yc-copy h2{margin:10px 0 20px;font-size:clamp(34px,4.2vw,45px);line-height:1.12;letter-spacing:-.04em}
.yc-copy h3{margin:28px 0 10px;font-size:20px}
.yc-copy p{margin:0 0 18px;color:var(--yc-muted);font-size:16px;line-height:1.8}
.yc-copy p:last-child{margin-bottom:0}
.yc-note{padding:22px 24px;border-left:3px solid var(--yc-blue);border-radius:0 12px 12px 0;background:#f3f3ff;color:#424b5b;font-size:14px;line-height:1.7}
.yc-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.yc-card{
  position:relative;min-height:220px;padding:27px;border:1px solid var(--yc-line);border-radius:16px;background:#fff;
  box-shadow:0 12px 35px rgba(31,38,71,.045);
}
.yc-card-number{display:block;color:#8793a8;font-size:11px;font-weight:600;letter-spacing:.12em}
.yc-card h3{margin:42px 0 11px;font-size:19px;line-height:1.25}.yc-card p{margin:0;color:var(--yc-muted);font-size:13px;line-height:1.7}
.yc-card-icon{display:grid;place-items:center;width:38px;height:38px;margin-bottom:31px;border-radius:11px;background:#eeedff;color:var(--yc-blue);font-size:12px;font-weight:700}
.yc-dark-grid{border-top:1px solid rgba(255,255,255,.13);border-left:1px solid rgba(255,255,255,.13)}
.yc-dark-grid .yc-card{border:0;border-right:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13);border-radius:0;background:transparent;box-shadow:none}
.yc-dark-grid .yc-card h3{color:#fff}.yc-dark-grid .yc-card p{color:#b4bed0}.yc-dark-grid .yc-card-number{color:#8fa7ed}
.yc-check-list{display:grid;gap:0;margin:0;padding:0;border-top:1px solid var(--yc-line);list-style:none}
.yc-check-list li{display:grid;grid-template-columns:28px 1fr;gap:12px;padding:18px 0;border-bottom:1px solid var(--yc-line);color:#4f596b;font-size:14px;line-height:1.6}
.yc-check-list li:before{content:"\2713";display:grid;place-items:center;width:22px;height:22px;margin-top:1px;border-radius:50%;background:#def5ed;color:var(--yc-green);font-size:11px;font-weight:700}
.yc-check-list strong{display:block;margin-bottom:2px;color:var(--yc-ink)}
.yc-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.yc-stat{padding:24px;border:1px solid var(--yc-line);border-radius:14px;background:#fff}
.yc-stat strong{display:block;margin-bottom:7px;font-family:var(--yc-title-font);font-size:29px;font-weight:600}.yc-stat span{color:var(--yc-muted);font-size:12px;line-height:1.55}
.yc-flow{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--yc-line);border-radius:17px;overflow:hidden;background:#fff}
.yc-flow article{position:relative;min-height:190px;padding:27px;border-right:1px solid var(--yc-line)}
.yc-flow article:last-child{border-right:0}.yc-flow span{color:var(--yc-blue);font-size:11px;font-weight:700}.yc-flow h3{margin:47px 0 9px;font-size:18px}.yc-flow p{margin:0;color:var(--yc-muted);font-size:12px;line-height:1.6}
.yc-process-list{position:relative;display:grid;gap:18px;margin:0;padding:0;list-style:none}
.yc-process-list:before{content:"";position:absolute;left:29px;top:40px;bottom:40px;width:1px;background:#cfd7e5}
.yc-process-step{position:relative;display:grid;grid-template-columns:60px 1fr;gap:23px;padding:27px;border:1px solid var(--yc-line);border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(31,38,71,.04)}
.yc-process-index{position:relative;z-index:1;display:grid;place-items:center;width:60px;height:60px;border-radius:15px;background:linear-gradient(135deg,var(--yc-blue),var(--yc-pink));color:#fff;font-family:var(--yc-title-font);font-size:18px;font-weight:600}
.yc-process-step h3{margin:3px 0 8px;font-size:20px}.yc-process-step p{margin:0;color:var(--yc-muted);font-size:14px;line-height:1.7}
.yc-process-step ul{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 0;padding:0;list-style:none}
.yc-process-step li{padding:6px 9px;border-radius:7px;background:#f1f3f8;color:#566075;font-size:10px;font-weight:600}
.yc-contact-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:26px;align-items:stretch}
.yc-contact-card,.yc-form-card,.yc-legal-card{border:1px solid var(--yc-line);border-radius:18px;background:#fff;box-shadow:0 18px 55px rgba(31,38,71,.07)}
.yc-contact-card{padding:29px}.yc-contact-card h2{margin:0 0 12px;font-size:27px}.yc-contact-card>p{margin:0 0 23px;color:var(--yc-muted);font-size:13px;line-height:1.7}
.yc-contact-list{display:grid;gap:0;margin:0;padding:0;border-top:1px solid var(--yc-line);list-style:none}
.yc-contact-list li{display:grid;gap:4px;padding:18px 0;border-bottom:1px solid var(--yc-line)}
.yc-contact-list span{color:#8791a3;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.yc-contact-list a,.yc-contact-list strong{font-size:13px;font-weight:600;text-decoration:none;line-height:1.5}
.yc-form-card{padding:31px}.yc-form-card>h2{margin:0 0 7px;font-size:27px}.yc-form-card>p{margin:0 0 24px;color:var(--yc-muted);font-size:13px;line-height:1.65}
.yc-contact-form .form-group{margin-bottom:18px}
.yc-contact-form .form-label{margin-bottom:7px;color:#424b5b;font-size:11px;font-weight:600}
.yc-contact-form .form-control{min-height:48px;padding:11px 14px;border:1px solid #ccd3df;border-radius:9px;background:#fff;box-shadow:none;color:var(--yc-ink);font:inherit}
.yc-contact-form textarea.form-control{min-height:130px;resize:vertical}
.yc-contact-form .form-control:focus{border-color:var(--yc-blue);box-shadow:0 0 0 3px rgba(79,70,229,.1)}
.yc-contact-form .yaneo-custom-form-btn{float:none;min-height:50px;padding:0 25px;border:0;border-radius:9px;background:linear-gradient(100deg,var(--yc-blue),#6658ea 55%,var(--yc-pink));box-shadow:0 14px 30px rgba(79,70,229,.2);color:#fff;font-size:15px;font-weight:700}
.yc-legal-intro{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.5fr);gap:24px;margin-bottom:24px}
.yc-legal-card{padding:31px}.yc-legal-card h2{margin:0 0 12px;font-size:27px}.yc-legal-card h3{margin:0 0 10px;font-size:20px}.yc-legal-card p{margin:0;color:var(--yc-muted);font-size:14px;line-height:1.75}
.yc-effective{display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#11182c,#202b4b);color:#fff}
.yc-effective span{color:#aab5c8;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.yc-effective strong{margin-top:8px;color:#fff;font-family:var(--yc-title-font);font-size:24px;font-weight:600}
.yc-legal-list{display:grid;gap:18px}.yc-legal-item{display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center;padding:28px 31px;border:1px solid var(--yc-line);border-radius:16px;background:#fff}
.yc-legal-item h3{margin:0 0 8px;font-size:21px}.yc-legal-item p{max-width:790px;margin:0;color:var(--yc-muted);font-size:13px;line-height:1.7}
.yc-legal-item .yc-btn{white-space:nowrap}
.yc-cta{padding:0 0 100px;background:#fff}
.yc-section-dark+.yc-cta{padding-top:72px}
.yc-cta-card{position:relative;display:flex;justify-content:space-between;align-items:center;gap:35px;padding:43px 48px;overflow:hidden;border-radius:20px;background:linear-gradient(135deg,#11182c,#202b4b);color:#fff}
.yc-cta-card:after{content:"";position:absolute;right:-90px;top:-150px;width:320px;height:320px;border:1px solid rgba(255,255,255,.13);border-radius:50%}
.yc-cta-copy{position:relative;z-index:1;max-width:700px}.yc-page .yc-cta-copy h2{margin:0 0 10px;color:#fff;font-size:clamp(29px,3.5vw,40px);line-height:1.15;letter-spacing:-.035em}.yc-cta-copy p{margin:0;color:#b8c2d2;font-size:14px;line-height:1.7}
.yc-cta-card .yc-actions{position:relative;z-index:1;margin:0;flex:none}
@media (max-width:900px){
  .yc-hero{padding:145px 0 80px}.yc-hero-grid{grid-template-columns:1fr;gap:45px}.yc-hero-panel{max-width:650px}.yc-proof-grid{grid-template-columns:1fr}.yc-proof-grid>div,.yc-proof-grid>div:last-child{border-right:1px solid var(--yc-line);border-bottom:1px solid var(--yc-line)}.yc-section{padding:78px 0}.yc-split{grid-template-columns:1fr;gap:42px}.yc-card-grid{grid-template-columns:1fr 1fr}.yc-flow{grid-template-columns:1fr 1fr}.yc-flow article:nth-child(2){border-right:0}.yc-flow article:nth-child(-n+2){border-bottom:1px solid var(--yc-line)}.yc-contact-layout{grid-template-columns:1fr}.yc-contact-card{display:grid;grid-template-columns:240px 1fr;gap:28px}.yc-contact-card>p{margin-bottom:0}.yc-contact-list{border-top:0}.yc-legal-intro{grid-template-columns:1fr}.yc-cta-card{align-items:flex-start;flex-direction:column}.yc-cta-card .yc-actions{margin-top:8px}
}
@media (max-width:600px){
  .yc-shell{width:calc(100% - 24px)}.yc-hero{padding:125px 0 65px}.yc-kicker{font-size:12px;line-height:1.5}.yc-hero h1{font-size:42px}.yc-lead{font-size:16px}.yc-actions{align-items:stretch;flex-direction:column}.yc-btn{width:100%}.yc-text-link{text-align:center}.yc-hero-panel{padding:19px}.yc-panel-row{grid-template-columns:35px 1fr}.yc-panel-value{grid-column:2}.yc-section-head h2,.yc-copy h2{font-size:36px}.yc-section-head p{font-size:15px}.yc-card-grid,.yc-stat-grid,.yc-flow{grid-template-columns:1fr}.yc-flow article,.yc-flow article:nth-child(2){border-right:0;border-bottom:1px solid var(--yc-line)}.yc-flow article:last-child{border-bottom:0}.yc-card{min-height:auto}.yc-contact-card{display:block}.yc-contact-card>p{margin-bottom:23px}.yc-form-card,.yc-contact-card,.yc-legal-card{padding:22px 19px}.yc-process-list:before{display:none}.yc-process-step{grid-template-columns:1fr;padding:22px}.yc-process-index{width:48px;height:48px}.yc-legal-item{grid-template-columns:1fr;gap:20px;padding:23px 20px}.yc-cta{padding-bottom:70px}.yc-section-dark+.yc-cta{padding-top:48px}.yc-cta-card{padding:32px 23px}
}

/* Corporate checkout
   This block is intentionally scoped to the dynamic checkout so tenant themes
   and other corporate pages keep their existing presentation. */
.ycnx-dynamic-block[data-type="shop/checkout"]{
  --yc-checkout-ink:#11182c;
  --yc-checkout-muted:#667085;
  --yc-checkout-line:#dde3ef;
  --yc-checkout-blue:#4f46e5;
  --yc-checkout-pink:#e9438f;
  position:relative;
  display:block;
  margin-top:96px;
  margin-bottom:80px;
  padding:clamp(22px,3vw,42px);
  overflow:clip;
  border:1px solid rgba(79,70,229,.14);
  border-radius:26px;
  background:
    radial-gradient(circle at 2% 3%,rgba(79,70,229,.13),transparent 25%),
    radial-gradient(circle at 98% 5%,rgba(233,67,143,.1),transparent 26%),
    linear-gradient(145deg,#f8f9ff 0%,#fff 54%,#fff8fc 100%);
  box-shadow:0 28px 75px rgba(31,38,71,.11);
  color:var(--yc-checkout-ink);
  font-family:var(--text-font,"DM Sans",sans-serif);
}
.ycnx-dynamic-block[data-type="shop/checkout"]:before{
  content:"";
  position:absolute;
  top:-170px;
  right:-120px;
  width:360px;
  height:360px;
  border:1px solid rgba(79,70,229,.12);
  border-radius:50%;
  pointer-events:none;
}
.ycnx-dynamic-block[data-type="shop/checkout"] #checkout-main{
  position:relative;
  z-index:1;
}
.ycnx-dynamic-block[data-type="shop/checkout"] .back-to-cart{
  margin-bottom:20px;
}
.ycnx-dynamic-block[data-type="shop/checkout"] .back-to-cart a{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(79,70,229,.18);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:var(--yc-checkout-blue);
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.ycnx-dynamic-block[data-type="shop/checkout"] .back-to-cart a:before{
  content:"\2190";
  font-size:16px;
  line-height:1;
}
.ycnx-dynamic-block[data-type="shop/checkout"] .back-to-cart a:hover{
  transform:translateX(-2px);
  border-color:rgba(79,70,229,.38);
  box-shadow:0 8px 20px rgba(79,70,229,.1);
}
.ycnx-dynamic-block[data-type="shop/checkout"] #checkout-main>.row:nth-child(2){
  --bs-gutter-x:30px;
}
.ycnx-dynamic-block[data-type="shop/checkout"] #form-checkout>#contact,
.ycnx-dynamic-block[data-type="shop/checkout"] #form-checkout>#address,
.ycnx-dynamic-block[data-type="shop/checkout"] #form-checkout>#service-date,
.ycnx-dynamic-block[data-type="shop/checkout"] #form-checkout>#service-location,
.ycnx-dynamic-block[data-type="shop/checkout"] #form-checkout>#payment{
  margin-bottom:18px!important;
  padding:clamp(20px,2.2vw,28px);
  border:1px solid var(--yc-checkout-line);
  border-radius:18px;
  background:rgba(255,255,255,.94);
  box-shadow:0 14px 38px rgba(31,38,71,.06);
}
.ycnx-dynamic-block[data-type="shop/checkout"] #checkout-main h4{
  margin:0 0 22px;
  color:var(--yc-checkout-ink);
  font-family:var(--title-font,"Syne",sans-serif);
  font-size:23px;
  font-weight:600;
  letter-spacing:-.025em;
}
.ycnx-dynamic-block[data-type="shop/checkout"] #checkout-main h4:after{
  content:"";
  display:block;
  width:34px;
  height:2px;
  margin-top:10px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--yc-checkout-blue),var(--yc-checkout-pink));
}
.ycnx-dynamic-block[data-type="shop/checkout"] .form-input-wrapper{
  margin-bottom:16px;
}
.ycnx-dynamic-block[data-type="shop/checkout"] .form-label{
  margin-bottom:7px;
  color:#4b5567;
  font-size:10px;
  font-weight:700;
  letter-spacing:.045em;
}
.ycnx-dynamic-block[data-type="shop/checkout"] .form-control{
  min-height:50px;
  padding:11px 15px;
  border:1px solid #cdd4e1;
  border-radius:10px;
  outline:0;
  background:#fbfcff;
  color:var(--yc-checkout-ink);
  box-shadow:none;
  font-family:var(--text-font,"DM Sans",sans-serif);
  font-size:14px;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.ycnx-dynamic-block[data-type="shop/checkout"] textarea.form-control{
  min-height:112px;
  resize:vertical;
}
.ycnx-dynamic-block[data-type="shop/checkout"] .form-control:focus{
  border-color:var(--yc-checkout-blue);
  background:#fff;
  box-shadow:0 0 0 3px rgba(79,70,229,.1);
}
.ycnx-dynamic-block[data-type="shop/checkout"] .card-element-box{
  min-height:50px;
  padding:15px!important;
  border:1px solid #cdd4e1;
  border-radius:10px;
  background:#fbfcff;
}
.ycnx-dynamic-block[data-type="shop/checkout"] .btn-primary{
  min-height:48px;
  padding:0 21px;
  border:0;
  border-radius:9px;
  background:linear-gradient(100deg,var(--yc-checkout-blue),#6658ea 55%,var(--yc-checkout-pink));
  box-shadow:0 13px 28px rgba(79,70,229,.2);
  color:#fff;
  font-size:13px;
  font-weight:700;
  transition:transform .2s ease,box-shadow .2s ease;
}
.ycnx-dynamic-block[data-type="shop/checkout"] .btn-primary:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(79,70,229,.27);
}
.ycnx-dynamic-block[data-type="shop/checkout"] #stripe-payment-btn{
  width:100%;
}
.ycnx-dynamic-block[data-type="shop/checkout"] #checkout-main>.row:nth-child(2)>.col-md-6.d-none.d-md-block{
  position:sticky;
  top:112px;
  align-self:flex-start;
  padding:27px;
  border:1px solid var(--yc-checkout-line);
  border-radius:18px;
  background:rgba(255,255,255,.96);
  box-shadow:0 18px 50px rgba(31,38,71,.09);
}
.ycnx-dynamic-block[data-type="shop/checkout"] #cart-items{
  padding-right:5px;
}
.ycnx-dynamic-block[data-type="shop/checkout"] #cart-items>div{
  padding:13px 0 18px!important;
  border-color:#e8ebf2!important;
}
.ycnx-dynamic-block[data-type="shop/checkout"] .thumb-64{
  overflow:hidden;
  border:1px solid #e2e6ef;
  border-radius:12px;
  background:#f4f5fb;
}
.ycnx-dynamic-block[data-type="shop/checkout"] .qty-badge{
  background:linear-gradient(135deg,var(--yc-checkout-blue),var(--yc-checkout-pink))!important;
}
.ycnx-dynamic-block[data-type="shop/checkout"] #discount-section{
  padding-top:8px;
}
.ycnx-dynamic-block[data-type="shop/checkout"] #discount-form .form-control{
  border-radius:10px 0 0 10px;
}
.ycnx-dynamic-block[data-type="shop/checkout"] #apply-discount-btn{
  border-radius:0 10px 10px 0;
  box-shadow:none;
}
.ycnx-dynamic-block[data-type="shop/checkout"] .list-unstyled li{
  padding:7px 0;
  color:var(--yc-checkout-muted);
}
.ycnx-dynamic-block[data-type="shop/checkout"] .list-unstyled .fw-bold,
.ycnx-dynamic-block[data-type="shop/checkout"] #total-invoice{
  color:var(--yc-checkout-ink);
}
.ycnx-dynamic-block[data-type="shop/checkout"] #total-invoice{
  font-family:var(--title-font,"Syne",sans-serif);
  font-size:24px;
  font-weight:600;
}
.ycnx-dynamic-block[data-type="shop/checkout"] #form-checkout>p{
  padding:0 7px;
  color:var(--yc-checkout-muted);
  font-size:11px;
  line-height:1.65;
}
.ycnx-dynamic-block[data-type="shop/checkout"] #form-checkout>p a{
  color:var(--yc-checkout-blue);
  font-weight:700;
}
.ycnx-dynamic-block[data-type="shop/checkout"] .mobile-summary-bar{
  top:82px;
  border-color:rgba(79,70,229,.22);
  background:rgba(255,255,255,.95);
  box-shadow:0 10px 28px rgba(31,38,71,.1);
  color:var(--yc-checkout-ink);
}
@media (max-width:767.98px){
  .ycnx-dynamic-block[data-type="shop/checkout"]{
    margin-top:82px;
    margin-bottom:55px;
    padding:16px;
    border-radius:19px;
  }
  .ycnx-dynamic-block[data-type="shop/checkout"] #checkout-main>.row:nth-child(2){
    --bs-gutter-x:0;
  }
  .ycnx-dynamic-block[data-type="shop/checkout"] #form-checkout>#contact,
  .ycnx-dynamic-block[data-type="shop/checkout"] #form-checkout>#address,
  .ycnx-dynamic-block[data-type="shop/checkout"] #form-checkout>#service-date,
  .ycnx-dynamic-block[data-type="shop/checkout"] #form-checkout>#service-location,
  .ycnx-dynamic-block[data-type="shop/checkout"] #form-checkout>#payment{
    padding:19px 16px;
    border-radius:14px;
  }
  .ycnx-dynamic-block[data-type="shop/checkout"] #checkout-main h4{
    font-size:21px;
  }
  .ycnx-dynamic-block[data-type="shop/checkout"] .back-to-cart{
    margin-bottom:14px;
  }
}

/* Corporate cart
   The markup class keeps this presentation local to full cart pages. Cart
   popups and every other tenant continue to use their own theme. */
.shop-cart-page{
  --yc-cart-ink:#11182c;
  --yc-cart-muted:#667085;
  --yc-cart-line:#dde3ef;
  --yc-cart-blue:#4f46e5;
  --yc-cart-pink:#e9438f;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  max-width:1180px;
  min-height:430px;
  margin-top:96px;
  margin-bottom:80px;
  padding:clamp(30px,4vw,54px);
  border:1px solid var(--yc-cart-line);
  border-radius:26px;
  background:
    radial-gradient(circle at 94% 4%,rgba(233,67,143,.11),transparent 29%),
    linear-gradient(145deg,#fff 0%,#fbfbff 58%,#f5f4ff 100%);
  box-shadow:0 24px 70px rgba(31,38,71,.1);
  color:var(--yc-cart-ink);
  font-family:var(--text-font,"DM Sans",sans-serif);
}
.shop-cart-page:before{
  content:"";
  position:absolute;
  z-index:-1;
  top:-130px;
  right:-105px;
  width:330px;
  height:330px;
  border:1px solid rgba(79,70,229,.14);
  border-radius:50%;
  pointer-events:none;
}
.shop-cart-shell{
  position:relative;
  z-index:1;
}
.shop-cart-header{
  max-width:690px;
  margin-bottom:34px;
}
.shop-cart-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
  color:var(--yc-cart-blue);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.shop-cart-kicker:before{
  content:"";
  width:28px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--yc-cart-blue),var(--yc-cart-pink));
}
.shop-cart-header h1{
  margin:0 0 10px;
  color:var(--yc-cart-ink);
  font-family:var(--title-font,"Syne",sans-serif);
  font-size:clamp(38px,5vw,62px);
  font-weight:600;
  letter-spacing:-.045em;
  line-height:1;
}
.shop-cart-header p{
  margin:0;
  color:var(--yc-cart-muted);
  font-size:15px;
  line-height:1.7;
}
.shop-cart-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:26px;
  align-items:start;
}
.shop-cart-items,
.shop-cart-summary,
.shop-cart-empty{
  border:1px solid var(--yc-cart-line);
  border-radius:18px;
  background:rgba(255,255,255,.95);
  box-shadow:0 14px 38px rgba(31,38,71,.055);
}
.shop-cart-items{
  min-width:0;
  padding:8px 24px;
}
.shop-cart-items .cart-product{
  display:grid;
  grid-template-columns:96px minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
  margin:0;
  padding:22px 0;
  border-bottom:1px solid #e8ebf2;
}
.shop-cart-items .cart-product:last-child{
  border-bottom:0;
}
.shop-cart-items .cart-thumb{
  width:96px;
  height:96px;
  border:1px solid #e2e6ef;
  border-radius:14px;
  background:#f4f5fb;
  object-fit:cover;
}
.shop-cart-items .cart-info{
  gap:4px;
  min-width:0;
}
.shop-cart-items .cart-info strong{
  overflow:hidden;
  color:var(--yc-cart-ink);
  font-family:var(--title-font,"Syne",sans-serif);
  font-size:18px;
  font-weight:600;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.shop-cart-items .cart-variant,
.shop-cart-items .cart-sku{
  color:var(--yc-cart-muted);
  font-size:12px;
}
.shop-cart-items .cart-price{
  margin-top:4px;
  color:var(--yc-cart-ink);
  font-size:16px;
  font-weight:800;
}
.shop-cart-items .cart-qty{
  gap:7px;
  margin-top:9px;
  color:var(--yc-cart-muted);
  font-size:12px;
}
.shop-cart-items .btn-cart-item-minus,
.shop-cart-items .btn-cart-item-plus{
  display:inline-grid;
  width:28px;
  height:28px;
  margin:0;
  padding:0;
  place-items:center;
  border:1px solid #cdd4e1;
  border-radius:8px;
  background:#fff;
  color:var(--yc-cart-ink);
  font-size:15px;
  line-height:1;
}
.shop-cart-items .btn-cart-item-minus:hover,
.shop-cart-items .btn-cart-item-plus:hover{
  border-color:var(--yc-cart-blue);
  background:#f1f0ff;
  color:var(--yc-cart-blue);
}
.shop-cart-items .cart-remove{
  align-self:center;
  padding:8px 11px;
  border:1px solid #e7c7d6;
  border-radius:9px;
  background:#fff;
  color:#b4235f;
  font-size:10px;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.shop-cart-items .cart-remove:hover{
  border-color:#d63e7e;
  background:#fff3f8;
}
.shop-cart-summary{
  position:sticky;
  top:112px;
  padding:25px;
}
.shop-cart-summary-label{
  display:block;
  padding-bottom:16px;
  border-bottom:1px solid #e8ebf2;
  color:var(--yc-cart-ink);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.shop-cart-total-row{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:20px;
  padding:22px 0 8px;
  color:var(--yc-cart-muted);
  font-size:14px;
}
.shop-cart-total-row strong{
  color:var(--yc-cart-ink);
  font-family:var(--title-font,"Syne",sans-serif);
  font-size:28px;
  font-weight:600;
}
.shop-cart-summary p{
  margin:0 0 21px;
  color:var(--yc-cart-muted);
  font-size:11px;
  line-height:1.6;
}
.shop-cart-checkout,
.shop-cart-empty>a{
  display:flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border-radius:10px;
  background:linear-gradient(100deg,var(--yc-cart-blue),var(--yc-cart-pink));
  box-shadow:0 14px 30px rgba(79,70,229,.2);
  color:#fff;
  font-size:13px;
  font-weight:800;
  text-align:center;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease;
}
.shop-cart-checkout:hover,
.shop-cart-empty>a:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 36px rgba(79,70,229,.28);
  color:#fff;
}
.shop-cart-continue{
  display:block;
  margin-top:15px;
  color:var(--yc-cart-muted);
  font-size:12px;
  font-weight:700;
  text-align:center;
  text-decoration:none;
}
.shop-cart-continue:hover{
  color:var(--yc-cart-blue);
}
.shop-cart-empty{
  display:flex;
  min-height:260px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  padding:40px 24px;
  text-align:center;
}
.shop-cart-empty-icon{
  position:relative;
  display:block;
  width:74px;
  height:74px;
  margin-bottom:20px;
  border-radius:22px;
  background:linear-gradient(145deg,#eeedff,#fff1f7);
}
.shop-cart-empty-icon:before{
  content:"";
  position:absolute;
  top:27px;
  left:22px;
  width:30px;
  height:25px;
  border:2px solid var(--yc-cart-blue);
  border-radius:5px 5px 9px 9px;
}
.shop-cart-empty-icon:after{
  content:"";
  position:absolute;
  top:19px;
  left:29px;
  width:16px;
  height:14px;
  border:2px solid var(--yc-cart-pink);
  border-bottom:0;
  border-radius:10px 10px 0 0;
}
.shop-cart-empty h2{
  margin:0 0 9px;
  color:var(--yc-cart-ink);
  font-family:var(--title-font,"Syne",sans-serif);
  font-size:28px;
  font-weight:600;
  letter-spacing:-.03em;
}
.shop-cart-empty p{
  max-width:530px;
  margin:0 0 24px;
  color:var(--yc-cart-muted);
  font-size:14px;
  line-height:1.7;
}
.shop-cart-empty>a{
  min-width:180px;
}
@media (max-width:991.98px){
  .shop-cart-layout{
    grid-template-columns:1fr;
  }
  .shop-cart-summary{
    position:static;
  }
}
@media (max-width:767.98px){
  .shop-cart-page{
    min-height:390px;
    margin-top:82px;
    margin-bottom:55px;
    padding:24px 16px;
    border-radius:19px;
  }
  .shop-cart-header{
    margin-bottom:24px;
  }
  .shop-cart-header h1{
    font-size:40px;
  }
  .shop-cart-items{
    padding:3px 16px;
    border-radius:14px;
  }
  .shop-cart-items .cart-product{
    grid-template-columns:72px minmax(0,1fr);
    gap:14px;
    padding:18px 0;
  }
  .shop-cart-items .cart-thumb{
    width:72px;
    height:72px;
  }
  .shop-cart-items .cart-info strong{
    font-size:16px;
  }
  .shop-cart-items .cart-remove{
    grid-column:2;
    justify-self:start;
    margin-top:-6px;
  }
  .shop-cart-summary{
    padding:21px 18px;
    border-radius:14px;
  }
  .shop-cart-empty{
    min-height:245px;
    padding:32px 18px;
    border-radius:14px;
  }
}
