.shop-co__empty-guard{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:40px 20px;font-family:var(--sh-font-body, "Inter", sans-serif)}.shop-co__empty-guard-title{font-family:var(--sh-font-heading, "Inter Tight", sans-serif);font-size:1.25rem;font-weight:900;color:#0d0d0d;margin:0 0 20px}.shop-co__empty-guard-cta{display:inline-flex;align-items:center;gap:8px;background:var(--sh-primary, hsl(354, 77%, 45%));color:#fff;font-weight:700;font-size:14px;padding:0 20px;height:42px;border-radius:12px;text-decoration:none;transition:background .2s ease}.shop-co__empty-guard-cta:hover{background:#a21523}.shop-checkout-page{min-height:100vh;background:var(--sh-bg, hsl(36, 15%, 97%));font-family:var(--sh-font-body, "Inter", sans-serif)}.shop-co__secure-bar{background:#fff;border-bottom:1px solid hsl(36,10%,88%)}.shop-co__secure-bar-inner{max-width:64rem;margin:0 auto;padding:16px 1.5rem;display:flex;align-items:center;justify-content:space-between}.shop-co__secure-logo{font-family:var(--sh-font-heading, "Inter Tight", sans-serif);font-size:1.125rem;font-weight:900;color:#0d0d0d;text-decoration:none;letter-spacing:-.03em}.shop-co__secure-logo-accent{color:var(--sh-primary, hsl(354, 77%, 45%))}.shop-co__secure-badge{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#1f7a40}.shop-co__inner{max-width:64rem;margin:0 auto;padding:32px 1rem 80px}@media(min-width:640px){.shop-co__inner{padding-left:1.5rem;padding-right:1.5rem}}.shop-co__stepper{display:flex;align-items:center;gap:8px;margin-bottom:32px}.shop-co__step{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#ada79f;transition:color .2s ease}.shop-co__step.is-active{color:#0d0d0d}.shop-co__step.is-done{color:var(--sh-primary, hsl(354, 77%, 45%))}.shop-co__step-dot{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;background:#e9e6e2;color:#958e83;transition:background .2s ease,color .2s ease;flex-shrink:0}.shop-co__step.is-active .shop-co__step-dot{background:#0d0d0d;color:#fff}.shop-co__step.is-done .shop-co__step-dot{background:var(--sh-primary, hsl(354, 77%, 45%));color:#fff}.shop-co__step-label{display:none}@media(min-width:480px){.shop-co__step-label{display:inline}}.shop-co__step-sep{color:#ada79f;flex-shrink:0}.shop-co__layout{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}@media(min-width:1024px){.shop-co__layout{grid-template-columns:1fr 320px;gap:32px}}.shop-co__forms{position:relative}.shop-co__panel{display:none}.shop-co__panel.is-active{display:block;animation:shopCoFadeIn .2s ease}@keyframes shopCoFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.shop-co__card{background:#fff;border:1px solid hsl(36,10%,88%);border-radius:20px;padding:24px}.shop-co__card-heading{font-family:var(--sh-font-heading, "Inter Tight", sans-serif);font-size:1.125rem;font-weight:900;color:#0d0d0d;margin:0 0 20px}.shop-co__fields{display:flex;flex-direction:column;gap:16px}.shop-co__field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.shop-co__field{display:flex;flex-direction:column;gap:6px}.shop-co__label{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#1a1a1a}.shop-co__input{width:100%;height:46px;padding:0 16px;font-family:var(--sh-font-body, "Inter", sans-serif);font-size:14px;color:#0d0d0d;background:#f8f8f6;border:1.5px solid hsl(36,10%,88%);border-radius:12px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box;-webkit-appearance:none;appearance:none}.shop-co__input:focus{border-color:var(--sh-primary, hsl(354, 77%, 45%));box-shadow:0 0 0 3px #cb1a2c1a}.shop-co__input.is-invalid{border-color:#cb1a2c}.shop-co__input--mono{font-family:Courier New,Courier,monospace;letter-spacing:.06em}.shop-co__select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.shop-co__secure-notice{display:flex;align-items:center;gap:8px;background:#f0faf3;border:1px solid hsl(142,40%,80%);border-radius:12px;padding:12px 16px;margin-bottom:20px;font-size:13px;font-weight:600;color:#246b3e}.shop-co__btn-primary{display:flex;align-items:center;justify-content:center;width:100%;height:48px;background:var(--sh-primary, hsl(354, 77%, 45%));color:#fff;font-family:var(--sh-font-heading, "Inter Tight", sans-serif);font-size:15px;font-weight:700;border:none;border-radius:14px;cursor:pointer;margin-top:20px;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;letter-spacing:-.01em}.shop-co__btn-primary:hover{background:#a21523;box-shadow:0 4px 16px #cb1a2c59;transform:translateY(-1px)}.shop-co__btn-primary:active{transform:translateY(0);box-shadow:none}.shop-co__btn-row{display:flex;gap:12px;margin-top:20px}.shop-co__btn-back{flex:1;height:48px;background:transparent;color:#0d0d0d;font-family:var(--sh-font-body, "Inter", sans-serif);font-size:14px;font-weight:700;border:1.5px solid hsl(36,10%,88%);border-radius:14px;cursor:pointer;transition:border-color .15s ease,color .15s ease}.shop-co__btn-back:hover{border-color:#cb1a2c66;color:var(--sh-primary, hsl(354, 77%, 45%))}.shop-co__btn-place-order{flex:2;display:flex;align-items:center;justify-content:center;gap:8px;height:48px;background:var(--sh-primary, hsl(354, 77%, 45%));color:#fff;font-family:var(--sh-font-heading, "Inter Tight", sans-serif);font-size:14px;font-weight:700;border:none;border-radius:14px;cursor:pointer;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;letter-spacing:-.01em}.shop-co__btn-place-order:hover{background:#a21523;box-shadow:0 4px 16px #cb1a2c59;transform:translateY(-1px)}.shop-co__btn-place-order:active{transform:translateY(0)}.shop-co__btn-place-order.is-loading{opacity:.7;cursor:not-allowed;pointer-events:none}.shop-co__review-items{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.shop-co__review-item{display:flex;align-items:center;gap:12px}.shop-co__review-thumb{width:48px;height:56px;border-radius:10px;overflow:hidden;background:#edebe8;flex-shrink:0;object-fit:cover}.shop-co__review-thumb--placeholder{width:48px;height:56px;border-radius:10px;background:#e9e6e2;flex-shrink:0}.shop-co__review-item-info{flex:1;min-width:0}.shop-co__review-item-name{font-size:13px;font-weight:700;color:#0d0d0d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0 2px}.shop-co__review-item-meta{font-size:12px;color:#958e83;margin:0}.shop-co__review-item-price{font-family:var(--sh-font-heading, "Inter Tight", sans-serif);font-size:14px;font-weight:900;color:#0d0d0d;flex-shrink:0}.shop-co__review-prices{border-top:1px solid hsl(36,10%,88%);padding-top:16px;display:flex;flex-direction:column;gap:8px;font-size:14px;margin-bottom:16px}.shop-co__review-price-row{display:flex;justify-content:space-between;color:#8a8275}.shop-co__review-price-row--total{font-family:var(--sh-font-heading, "Inter Tight", sans-serif);font-size:1rem;font-weight:900;color:#0d0d0d;border-top:1px solid hsl(36,10%,88%);padding-top:8px;margin-top:4px}.shop-co__delivery-confirm{background:#f6f5f3;border-radius:12px;padding:14px 16px;margin-bottom:20px;font-size:13px;color:#7c756a;line-height:1.5}.shop-co__delivery-confirm strong{display:block;font-weight:700;color:#0d0d0d;margin-bottom:4px}.shop-co__free{color:#1f7a40;font-weight:700}.shop-co__sidebar-col{display:none}@media(min-width:1024px){.shop-co__sidebar-col{display:block}}.shop-co__sidebar{background:#fff;border:1px solid hsl(36,10%,88%);border-radius:20px;padding:20px;position:sticky;top:88px}.shop-co__sidebar-heading{font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#8a8275;margin:0 0 16px}.shop-co__sidebar-items{display:flex;flex-direction:column;gap:12px;max-height:260px;overflow-y:auto;margin-bottom:16px}.shop-co__sidebar-item{display:flex;align-items:center;gap:10px}.shop-co__sidebar-thumb-wrap{position:relative;flex-shrink:0}.shop-co__sidebar-thumb{width:48px;height:56px;border-radius:10px;object-fit:cover;background:#e9e6e2;display:block}.shop-co__sidebar-thumb--placeholder{width:48px;height:56px}.shop-co__sidebar-qty-badge{position:absolute;top:-5px;right:-5px;width:18px;height:18px;background:var(--sh-primary, hsl(354, 77%, 45%));color:#fff;font-size:9px;font-weight:900;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.shop-co__sidebar-item-info{flex:1;min-width:0}.shop-co__sidebar-item-name{font-size:12px;font-weight:700;color:#0d0d0d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0 2px}.shop-co__sidebar-item-variant{font-size:11px;color:#958e83;margin:0}.shop-co__sidebar-item-price{font-family:var(--sh-font-heading, "Inter Tight", sans-serif);font-size:13px;font-weight:900;color:#0d0d0d;flex-shrink:0}.shop-co__sidebar-prices{border-top:1px solid hsl(36,10%,88%);padding-top:14px;display:flex;flex-direction:column;gap:8px;font-size:12px}.shop-co__sidebar-price-row{display:flex;justify-content:space-between;color:#8a8275}.shop-co__sidebar-price-row span:last-child{font-weight:600;color:#0d0d0d}.shop-co__sidebar-price-row--total{font-family:var(--sh-font-heading, "Inter Tight", sans-serif);font-size:14px;font-weight:900;color:#0d0d0d;border-top:1px solid hsl(36,10%,88%);padding-top:10px;margin-top:4px}.shop-co__sidebar-price-row--total span:last-child{color:inherit}@media(prefers-reduced-motion:reduce){.shop-co__panel.is-active{animation:none}.shop-co__btn-primary,.shop-co__btn-place-order,.shop-co__btn-back,.shop-co__input{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/shop-checkout.css.map */
