.custom-checkout{--var-checkout-border-color: 210, 210, 210;padding-top:var(--custom-checkout-padding-top-mobile, 24px);padding-bottom:var(--custom-checkout-padding-bottom-mobile, 24px);background:#fff;color:#141414}@media screen and (min-width:750px){.custom-checkout{padding-top:var(--custom-checkout-padding-top, 36px);padding-bottom:var(--custom-checkout-padding-bottom, 36px)}}.custom-checkout__container{max-width:1100px;margin:0 auto;padding:0 16px}.custom-checkout__layout{display:grid;gap:0}.custom-checkout__main{min-width:0}.custom-checkout__mobile-summary{display:block;margin-bottom:20px}.custom-checkout__mobile-summary-panel{margin-top:12px}.custom-checkout__mobile-summary-panel[hidden]{display:none}.custom-checkout__mobile-summary-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:54px;padding:14px 16px;border:1px solid #e6e6e6;border-radius:14px;background:#f7f7f7;color:#141414;font-size:1.45rem;font-weight:600}.custom-checkout__mobile-summary-toggle[aria-expanded=true]{border-color:rgba(var(--var-checkout-border-color),1);background:#fff}.custom-checkout__form{background:#fff}.custom-checkout__section{padding:0 0 28px}.custom-checkout__section-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.custom-checkout__section h2,.custom-checkout__summary-title{margin:0;font-size:2.1rem;line-height:1.2;font-weight:600;color:#141414}.custom-checkout__section-link{color:#141414;text-decoration:underline;text-underline-offset:2px;font-size:1.35rem}.custom-checkout__section-text{margin:0 0 16px;font-size:1.32rem;line-height:1.5;color:#6b6b6b}.custom-checkout__grid{display:grid;gap:12px;grid-template-columns:1fr}.custom-checkout__grid+.custom-checkout__grid{margin-top:12px}@media screen and (min-width:750px){.custom-checkout__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.custom-checkout__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.custom-checkout__grid+.custom-checkout__grid{margin-top:14px}}.custom-checkout__field{display:flex;flex-direction:column;gap:6px;position:relative}.custom-checkout__field label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.custom-checkout__field input,.custom-checkout__field select{display:block;box-sizing:border-box;width:100%;padding:13px 14px;border:1px solid rgba(var(--var-checkout-border-color),1);border-radius:12px;background:#fff;color:#141414;font-size:1.3rem;line-height:1.4;transition:border-color .18s ease,box-shadow .18s ease}.custom-checkout__field-caption{position:absolute;top:10px;left:12px;z-index:1;font-size:1.05rem;line-height:1.2;color:#6b6b6b;pointer-events:none}.custom-checkout__field select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.5L7 9.5L11 5.5' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px 14px}.custom-checkout__field--country select,.custom-checkout__field--province select{padding-top:22px;padding-bottom:8px}.custom-checkout__field input::placeholder{color:#777}.custom-checkout__field input:focus,.custom-checkout__field select:focus{outline:none;border-color:#df87b0;box-shadow:0 0 0 3px #df87b024}.custom-checkout__checkbox{display:flex;align-items:flex-start;gap:3px;margin-top:14px;color:rgb(var(--color-foreground));font-size:1.3rem;line-height:1.45;cursor:pointer;-webkit-user-select:none;user-select:none}.custom-checkout__checkbox input{width:15px;height:15px;margin-top:1px;appearance:none;-webkit-appearance:none;-moz-appearance:none;display:grid;place-content:center;border:1px solid rgba(200,200,200,1);border-radius:3px;background:#fff;cursor:pointer}.custom-checkout__checkbox input:before{content:"";width:9px;height:9px;transform:scale(0);transition:transform .12s ease-in-out;transform-origin:center;clip-path:polygon(14% 44%,0 59%,41% 100%,100% 18%,84% 4%,39% 62%);background:#fff}.custom-checkout__checkbox input:checked{border-color:#df87b0;background:#df87b0}.custom-checkout__checkbox input:checked:before{transform:scale(1)}.custom-checkout__locker-block{padding-top:14px}.custom-checkout__locker-search-field{position:relative}.custom-checkout__locker-status{display:none;margin-top:12px;padding:12px 14px;border-radius:12px;font-size:1.25rem;line-height:1.45}.custom-checkout__locker-status.is-visible{display:block}.custom-checkout__locker-status[data-tone=info]{background:#2878ff14;color:#1d4ed8}.custom-checkout__locker-status[data-tone=success]{background:#1194541f;color:#0f7a46}.custom-checkout__locker-status[data-tone=error]{background:#c833491a;color:#ad1732}.custom-checkout__locker-results{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:6;display:none;gap:0;max-height:280px;overflow-y:auto;border:1px solid rgba(var(--var-checkout-border-color),1);border-radius:12px;background:#fff;box-shadow:0 14px 30px #1414141f}.custom-checkout__locker-results.is-visible{display:grid}.custom-checkout__locker-result{display:grid;gap:4px;width:100%;padding:14px 16px;border:0;border-bottom:1px solid rgba(var(--var-checkout-border-color),.6);border-radius:0;background:#fff;color:#141414;text-align:left;cursor:pointer}.custom-checkout__locker-result:last-child{border-bottom:0}.custom-checkout__locker-result strong{font-size:1.35rem;line-height:1.35}.custom-checkout__locker-result span,.custom-checkout__locker-result small{color:#666;font-size:1.18rem;line-height:1.45}.custom-checkout__locker-result.is-selected{border-color:#df87b0;background:#fff7fb}.custom-checkout__locker-result:hover{background:#fff7fb}.custom-checkout__locker-selected{display:grid;gap:4px;margin-top:12px;padding:14px 16px;border:1px solid rgba(var(--var-checkout-border-color),1);border-radius:14px;background:#fff}.custom-checkout__locker-selected strong{font-size:1.25rem;line-height:1.35}.custom-checkout__locker-selected span{color:#666;font-size:1.2rem;line-height:1.45}.custom-checkout__subheading{margin:0 0 12px;font-size:1.5rem;line-height:1.35;font-weight:600;color:#141414}.custom-checkout__hint{margin-top:4px;font-size:1.15rem;line-height:1.45;color:#757575}.custom-checkout__billing{margin-top:16px;padding-top:16px;border-top:1px solid rgba(var(--var-checkout-border-color),1)}.custom-checkout__payment-options,.custom-checkout__delivery-options{display:grid;gap:10px;margin-top:16px}.custom-checkout__payment-option,.custom-checkout__delivery-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px;border:1px solid rgba(var(--var-checkout-border-color),1);border-radius:14px;background:#fff;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.custom-checkout__payment-option:has(input:checked),.custom-checkout__delivery-option:has(input:checked){border-color:#df87b0;background:#fff7fb;box-shadow:0 0 0 2px #df87b01f}.custom-checkout__payment-option input,.custom-checkout__delivery-option input{width:15px;height:15px;margin:0}.custom-checkout__payment-copy,.custom-checkout__delivery-copy{min-width:0;font-size:1.28rem;line-height:1.45;color:#666}.custom-checkout__payment-copy strong,.custom-checkout__delivery-copy strong{display:inline-block;margin-bottom:2px;font-size:1.45rem;line-height:1.35;font-weight:600;color:#141414}.custom-checkout__payment-fee{display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:700;white-space:nowrap}.custom-checkout__actions{margin-top:18px}.custom-checkout__button{width:100%;min-height:54px;border:0;border-radius:14px;background:#ee97bf;color:#fff;font-size:1.55rem;font-weight:700;box-shadow:none}.custom-checkout__button:hover{background:#e68ab6}.custom-checkout__button[disabled]{opacity:.7;cursor:not-allowed}.custom-checkout__status{display:none;margin-top:12px;padding:12px 14px;border-radius:12px;font-size:1.3rem;line-height:1.45}.custom-checkout__status.is-visible{display:block}.custom-checkout__status[data-tone=info]{background:#2878ff14;color:#1d4ed8}.custom-checkout__status[data-tone=success]{background:#1194541f;color:#0f7a46}.custom-checkout__status[data-tone=error]{background:#c833491a;color:#ad1732}.custom-checkout__summary-panel{display:none}.custom-checkout__summary-shell{padding:0}.custom-checkout__summary-shell--mobile{padding:20px;border:1px solid rgba(var(--var-checkout-border-color),1);border-radius:14px;background:#fff}.custom-checkout__summary-list{display:grid;gap:14px}.custom-checkout__summary-item{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;align-items:start}.custom-checkout__summary-image{position:relative;width:64px;height:64px;border:1px solid #e2e2e2;border-radius:12px;overflow:hidden;background:#f7f7f7}.custom-checkout__summary-image img{display:block;width:100%;height:100%;object-fit:cover}.custom-checkout__summary-qty{position:absolute;top:-7px;right:-7px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#5b5b5beb;color:#fff;font-size:1.1rem;line-height:20px;text-align:center}.custom-checkout__summary-content{min-width:0;padding-top:2px}.custom-checkout__summary-product-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;font-size:1.3rem;line-height:1.45;color:#141414}.custom-checkout__summary-product-row strong{font-weight:500}.custom-checkout__summary-meta{margin-top:4px;font-size:1.2rem;line-height:1.4;color:#707070}.custom-checkout__discount-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(var(--var-checkout-border-color),1)}.custom-checkout__discount-row input{width:100%;min-height:46px;padding:11px 14px;border:1px solid rgba(var(--var-checkout-border-color),1);border-radius:12px;background:#fff;font-size:1.35rem}.custom-checkout__discount-row button{min-width:86px;min-height:46px;padding:0 16px;border:1px solid rgba(var(--var-checkout-border-color),1);border-radius:12px;background:#f4f4f4;color:#141414;font-size:1.3rem;font-weight:600}.custom-checkout__summary-lines{display:grid;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(var(--var-checkout-border-color),1)}.custom-checkout [hidden]{display:none!important}.custom-checkout__summary-line,.custom-checkout__summary-total{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.custom-checkout__summary-line{font-size:1.3rem;line-height:1.45;color:#4d4d4d}.custom-checkout__summary-total{margin-top:18px;padding-top:18px;border-top:1px solid rgba(var(--var-checkout-border-color),1);color:#141414}.custom-checkout__summary-total strong{font-size:1.85rem;line-height:1.2;font-weight:600}.custom-checkout__summary-total small{display:block;margin-top:3px;font-size:1.15rem;line-height:1.4;color:#707070}.custom-checkout__empty{padding:16px;border:1px solid rgba(var(--var-checkout-border-color),1);border-radius:14px;background:#fafafa;font-size:1.3rem;line-height:1.5;color:#666}@media screen and (min-width:1000px){.custom-checkout__container{padding:0 24px}.custom-checkout__layout{grid-template-columns:minmax(0,56%) minmax(420px,44%);align-items:stretch}.custom-checkout__main{padding-right:64px;max-width:740px}.custom-checkout__mobile-summary{display:none}.custom-checkout__summary-panel{display:block;min-width:0;border-left:1px solid rgba(var(--var-checkout-border-color),1)}.custom-checkout__summary-shell{position:sticky;top:24px;padding:32px 0 32px 52px}}@media screen and (max-width:749px){.custom-checkout__payment-option,.custom-checkout__delivery-option{grid-template-columns:auto minmax(0,1fr)}.custom-checkout__payment-fee{grid-column:2;justify-self:start;margin-top:2px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/1_style_custom-checkout-v1.css.map */
