/* Larger hero plan cards on wide screens. */
@media (min-width:1350px){
	.stuff-hero-carousel{grid-template-columns:minmax(430px,.82fr) minmax(720px,1.18fr);gap:42px;min-height:390px;padding:48px 40px}
	.stuff-hero-plans-three{gap:13px}
	.stuff-hero-plans-three article{min-height:230px;padding:26px 18px 18px;border-radius:14px}
	.stuff-hero-plans-three small{font-size:10px}
	.stuff-hero-plans-three strong{margin-top:12px;font-size:34px}
	.stuff-hero-plans-three span{margin-top:11px;font-size:11px}
	.stuff-hero-plans-three p{margin:5px 0 19px;font-size:10px}
	.stuff-hero-plans-three article>a{padding:11px 7px;font-size:10px}
	.stuff-hero-plans-three article>b{right:10px;top:9px;padding:4px 7px;font-size:7px}
	.stuff-hero-plans-three footer{font-size:9px}
}

/* Clear guest and customer navigation states. */
#nav-header .stuff-menu-login>a{color:#5d6571!important;font-weight:700!important}
#nav-header .stuff-menu-login>a:hover{color:#704dee!important}
.stuff-new-customer{max-width:560px;margin-top:30px;padding:20px 22px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(255,255,255,.1);backdrop-filter:blur(8px)}
.stuff-new-customer strong{font-size:17px}.stuff-new-customer p{margin:5px 0 13px!important;font-size:13px!important}.stuff-new-customer a{display:inline-flex;align-items:center;gap:12px;color:#fff!important;font-weight:800;text-decoration:none}.stuff-new-customer a span{color:#6ce8ff;font-size:18px}.stuff-login-label{display:block;margin-bottom:7px;color:#704dee;font-size:9px;font-weight:900;letter-spacing:.12em}
@media(max-width:719px){#nav-mobile .stuff-menu-login>a{font-weight:800}.stuff-new-customer{padding:17px}}
.stuff-checkout-account-note{display:flex;gap:6px;flex-direction:column;margin:0 0 18px;padding:15px 17px;border:1px solid #d9d0ff;border-left:3px solid #704dee;border-radius:8px;background:linear-gradient(135deg,#f7f4ff,#effbff)}.stuff-checkout-account-note strong{color:#34275f;font-size:13px}.stuff-checkout-account-note span{color:#6d7682;font-size:11px;line-height:1.5}
