/* Orivelle checkout (Brief v2): the clean reference checkout stylesheet (ref/order_style.css) re-themed with Orivelle tokens. */
:root{--ink:#02122e;--green:#4b2497;--green-d:#3a1a78;--soft:#f2f5fd;--muted:#4b5566;--line:#dfe3ee;--accent:#d9ccff}
*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}
body{background:#fff;color:var(--ink);margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;font-size:16px;line-height:1.6}
img{max-width:100%;display:block}a{color:inherit}button,input,select{font:inherit}button{cursor:pointer}
:is(a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible){outline-offset:3px;outline:3px solid var(--green)}
h1,h2,h3,p{margin:0}h2,h3{font-family:Manrope,Inter,sans-serif;letter-spacing:-.02em;line-height:1.2}
.button{background:var(--green);color:#fff;text-align:center;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:14px;min-height:54px;padding:14px 28px;font-weight:700;line-height:1.3;text-decoration:none;display:inline-flex}
.button:hover{background:var(--green-d)}
.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.ck *{box-sizing:border-box}
.ck-main{max-width:620px;margin:0 auto;padding:0 20px}
.ck-header{background:#fff;border-bottom:1px solid #e9e9ef}
.ck-hwrap{max-width:1180px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;height:64px}
.ck-header .logo{height:28px;width:auto}
.ck-help{font-size:13px;display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--ink)}
.ck-help svg{width:16px;height:16px;color:var(--green)}.ck-help a{color:var(--green);text-decoration:underline;margin-left:4px}
.ck-cols{position:relative}
.ck-cols::after{content:"";position:absolute;top:0;bottom:0;right:0;width:calc(50% - 90px);background:var(--soft);z-index:-1}
.ck-colwrap{max-width:1180px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:0;align-items:start}
.ck-formcol{max-width:640px;width:100%;margin:0;padding:0 56px 0 0;justify-self:end}
.ck-side{background:var(--soft);padding:36px 0 56px 40px;position:sticky;top:0;min-height:100vh}
.ck-side-inner{max-width:380px}
.sum-title{font-size:18px;font-weight:800;margin:0 0 16px;letter-spacing:-.01em}
.sum-trust{margin-top:18px;display:grid;gap:9px;font-size:13px;color:var(--ink);font-weight:600;border-top:1px solid #dfe2ee;padding-top:16px}
.sum-trust span{display:flex;align-items:center;gap:8px}.sum-trust svg{width:16px;height:16px;color:var(--green)}
.sum-band{display:none;background:#f4f5fa;border-bottom:1px solid #e5e7ef}
.sum-head{display:flex;align-items:center;justify-content:space-between;padding:14px 0;font-size:15px;font-weight:700;cursor:pointer}
.sum-head span{display:inline-flex;align-items:center;gap:6px}.sum-head svg{width:16px;height:16px;color:var(--green);transition:transform .2s}.sum-head .amt{font-size:20px}
.sum-panel{padding:4px 0 22px}
.sum-item{display:flex;align-items:center;gap:14px}.sum-item[hidden],[data-sum-row][hidden]{display:none}
.sum-thumb{position:relative;width:72px;height:72px;border-radius:8px;border:1px solid #e5e7ef;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.sum-thumb img{width:60px;height:60px;object-fit:contain}
.sum-thumb .qty{position:absolute;top:-8px;right:-8px;width:22px;height:22px;border-radius:50%;background:var(--ink);color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}
.sum-item .name{flex:1;font-size:15px;font-weight:700;line-height:1.3}
.sum-item .name small{display:block;font-weight:400;color:var(--muted);font-size:13px;margin-top:2px}
.sum-item .name a{display:inline-block;font-size:12px;font-weight:700;color:var(--green);text-decoration:underline;margin-top:6px}
.sum-item .price{text-align:right;font-weight:700;font-size:15px}.sum-item .price s{display:block;color:#8a8f9c;font-weight:400;font-size:12px}
.sum-lines{margin-top:16px;border-top:1px solid #dfe2ee;padding-top:12px;font-size:14px}
.sum-lines div{display:flex;justify-content:space-between;padding:4px 0;color:var(--muted)}.sum-lines div b{color:var(--ink);font-weight:600}.sum-lines .saving{color:var(--green);font-weight:700}
.sum-total{display:flex;justify-content:space-between;align-items:baseline;border-top:1px solid #dfe2ee;margin-top:8px;padding-top:12px;font-size:16px;font-weight:700}
.sum-total .amt{font-size:22px;letter-spacing:-.02em}.sum-total .amt small{font-size:12px;color:var(--muted);font-weight:600;margin-right:6px;letter-spacing:0}
.ck-secure-box{border:1px solid #e3e3ea;border-radius:6px;padding:12px 16px;text-align:center;margin:24px 0 22px;background:#fff}
.ck-secure-box .t{font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:7px;margin-bottom:10px}.ck-secure-box .t svg{width:16px;height:16px;color:var(--ink)}
.ck-secure-box .logos{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;align-items:center}
.ck-secure-box .logos img{height:28px;width:auto;border:1px solid #e3e3ea;border-radius:3px}
.ck-secure-box .logos span{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:var(--muted);padding:0 4px}.ck-secure-box .logos span svg{width:14px;height:14px;color:var(--green)}
.ex-title{font-size:20px!important;font-weight:800!important;letter-spacing:-.01em!important;color:var(--ink)!important;margin:24px 0 14px!important;font-family:Manrope,Inter,sans-serif}
.ex-disclaimer{margin:0 0 16px;font-size:14px;color:#5f6673;line-height:1.55;text-align:left}.ex-disclaimer a{color:#5f6673;font-weight:800;text-decoration:underline}
.ck-express{text-align:center}
.express-buttons{flex-direction:column;gap:12px;width:100%;min-height:0;display:flex}.express-buttons>div{flex-direction:column;width:100%}.express-buttons>div:empty{display:none}
.xbtn{height:54px;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:800;font-size:20px;border:0;margin-bottom:0;width:100%}
.xbtn.apple{background:#000;color:#fff}.xbtn.apple svg{width:24px;height:24px;fill:#fff;margin-left:6px;margin-right:-6px}
.pp-button{min-height:0}.pp-button iframe{display:block}
.ck-express:has(#stripe-ece-container:empty):has(#stripe-apple-pay-container:empty):has(#applePayContainer[style*="display:none"]):has(#payPalBuyButton:empty),.ck-express:has(#stripe-ece-container:empty):has(#stripe-apple-pay-container:empty):has(#applePayContainer[style*="display: none"]):has(#payPalBuyButton:empty){display:none}
.ck-or{display:flex;align-items:center;gap:14px;margin:10px 0 4px;color:var(--ink);font-size:18px;font-weight:500;letter-spacing:.02em}
.ck-or::after,.ck-or::before{content:"";flex:1;height:1px;background:#e3e3ea}
.ck-sec{margin-top:28px}.ck-form{margin:0}
.ck-sec-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.ck-num{width:30px;height:30px;border-radius:50%;background:var(--ink);color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ck-sec-head h2{font-size:20px;letter-spacing:-.01em;margin:0;line-height:1.2}.ck-sec-head small{display:block;font-size:13px;color:var(--muted);font-weight:400;margin-top:3px;font-family:Inter,sans-serif}
.ck-sec-head .ship-note{margin-left:auto;font-size:12px;font-weight:700;color:var(--green);display:inline-flex;align-items:center;gap:6px}.ck-sec-head .ship-note svg{width:16px;height:16px}
.ck-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ck-grid .full{grid-column:1/-1}.fld{min-width:0}
input.field,select.field{-webkit-appearance:none;appearance:none;width:100%;color:var(--ink);font:inherit;box-shadow:none;background:#fff;outline:0;height:52px;padding:0 16px;font-size:16px;border:1px solid #c9ccd8;border-radius:4px}
input.field::placeholder{color:#7b7f8c;opacity:1}select.field option[value=""],select.field:invalid{color:#7b7f8c}
input.field:focus,select.field:focus{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}
input.field.error,input.field[aria-invalid=true],select.field.error{border-color:#c0392b;box-shadow:0 0 0 1px #c0392b}
.select-wrap{position:relative}.select-wrap:after{content:"";pointer-events:none;border-bottom:2px solid #444;border-right:2px solid #444;width:9px;height:9px;position:absolute;top:19px;right:18px;transform:rotate(45deg)}.select-wrap select.field{padding-right:40px}
.fld .iti{width:100%;display:block}
.ck-check{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--ink);margin-top:14px;cursor:pointer;user-select:none;position:relative}
.ck-check .box{width:20px;height:20px;border-radius:3px;border:1px solid #9a9ea9;background:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.ck-check .box svg{width:12px;height:12px;stroke:#fff;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;display:none}
.ck-check-input{opacity:0;width:1px;height:1px;margin:0;position:absolute}
.ck-check-input:checked+.box{background:var(--ink);border-color:var(--ink)}.ck-check-input:checked+.box svg{display:block}.ck-check-input:focus-visible+.box{outline-offset:3px;outline:3px solid var(--green)}
.lf{display:flex;flex-direction:column;gap:8px}.lf label{font-size:16px;font-weight:700;line-height:20px;color:var(--ink)}
.ck-shipping{margin-top:16px}
.ship-row{display:flex;align-items:center;gap:12px;border:1px solid #c9ccd8;border-radius:4px;padding:14px 16px;background:#fff}
.ship-row svg{width:22px;height:22px;color:var(--green);flex-shrink:0}.ship-row .n{font-size:14px;font-weight:800;letter-spacing:.06em;flex:1}
.ship-row .n small{display:block;font-weight:400;letter-spacing:0;color:var(--muted);font-size:13px;margin-top:2px}.ship-row .p{font-size:16px;font-weight:800}
.pm-acc{display:grid;gap:10px}.pm-opt{border:1px solid #dedee6;border-radius:6px;overflow:hidden;background:#fff}.pm-opt.on{border-color:var(--green)}
.pm-hd{display:flex;align-items:center;gap:12px;padding:0 16px;min-height:52px;cursor:pointer}.pm-opt.on .pm-hd{background:#f4f0ff}
.pm-name{flex:1;font-size:17px;font-weight:600;color:#17222e;display:flex;align-items:center;gap:8px}.pm-name small{font-size:13px;color:var(--muted);font-weight:400}
.pm-body{background:#f7f7fa;border-top:1px solid #dedee6;padding:16px}.pm-body[hidden]{display:none}
.pm-body .lf{gap:6px}.pm-body .lf label{font-size:16px;font-weight:700}
.pm-body input.field{border:1px solid #dedee6;border-radius:6px;height:48px;padding:0 15px}
.pm-radio{width:20px;height:20px;border-radius:50%;border:1.5px solid #6b6b6b;background:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.pm-radio.on{border-color:var(--green)}.pm-radio.on::after{content:"";width:10px;height:10px;border-radius:50%;background:var(--green)}
.pm-logos{display:flex;align-items:center;gap:6px}.pm-logos img{height:26px;width:auto;border-radius:3px;border:1px solid #e3e3ea}.pm-logos svg{height:18px;width:auto}
.card-field{position:relative}.card-field .lock{color:#8a8f9c;pointer-events:none;width:16px;height:16px;position:absolute;top:50%;right:14px;transform:translateY(-50%)}
.card-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:14px}
.ck-terms{margin-top:18px}
.ck-pay{margin-top:0}.ck-pay .button{gap:12px;width:100%;position:relative;min-height:58px;font-size:18px;letter-spacing:.06em;border-radius:6px}.ck-pay .button:disabled{opacity:.7;cursor:wait}
.ck-sub{text-align:center;font-size:13px;color:var(--muted);margin-top:12px}.ck-sub b{color:var(--ink)}
.btn-spinner{border:3px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite bd-spin}
#loader[style*="display: block"],#loader[style*="display: flex"],#loader[style*=display\:block],#loader[style*=display\:flex]{display:inline-block!important}
.klarna-btn{width:100%;min-height:54px;background:#ffb3c7;color:#17120f;border-radius:6px;gap:10px;margin-top:12px}.klarna-btn:hover{background:#ff9fb9}.klarna-btn svg{height:16px;width:auto}
#klarna-payments-container:empty{display:none}
.ssl{margin-top:18px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}
.ssl-logos{display:flex;gap:8px}.ssl-logos img{height:26px;width:auto;border:1px solid #e3e3ea;border-radius:3px}
.ssl-t{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:800;letter-spacing:.06em}.ssl-t svg{width:18px;height:18px;color:var(--green)}.ssl-s{font-size:12px;color:var(--muted)}
.ck-footer{display:flex;gap:18px;flex-wrap:wrap;justify-content:center;margin:30px 0 40px;font-size:12px}.ck-footer a{color:var(--muted);text-decoration:underline}
.bd-modal{z-index:1000;background:#02122e8c;justify-content:center;align-items:center;padding:20px;position:fixed;inset:0}
.bd-modal[style*="display: block"],.bd-modal[style*=display\:block],.bd-modal[style*="display: flex"]{display:flex!important}
.bd-modal-box{text-align:center;background:#fff;border-radius:10px;width:100%;max-width:440px;padding:28px 24px 24px;box-shadow:0 12px 40px #0003}
.bd-modal-text{color:var(--ink);margin-bottom:20px;font-size:16px;line-height:1.5}.bd-modal-close{width:100%}
.bd-loader{z-index:1001;background:#fffc;flex-direction:column;justify-content:center;align-items:center;gap:14px;position:fixed;inset:0}
.bd-loader[style*="display: block"],.bd-loader[style*=display\:block],.bd-loader[style*="display: flex"]{display:flex!important}
.bd-loader-card{color:var(--ink);flex-direction:column;align-items:center;gap:14px;font-weight:700;display:flex}
.bd-spinner{border:4px solid #dfe3ee;border-top-color:var(--green);border-radius:50%;width:44px;height:44px;animation:.8s linear infinite bd-spin}
@keyframes bd-spin{to{transform:rotate(360deg)}}
@media (max-width:999px){.ck-main{padding:0 16px}.ck-cols::after{display:none}.ck-colwrap{display:block;padding:0}.ck-formcol{max-width:640px;margin:0 auto;padding:0 16px}.ck-side{display:none}.sum-band{display:block}.sum-band .ck-main{max-width:640px;margin:0 auto}.sum-panel{display:none}.open .sum-panel{display:block}.open .sum-head svg{transform:rotate(180deg)}}
@media (max-width:767px){.ck-hwrap{height:58px;padding:0 16px}.ck-header .logo{height:26px}.ck-help a{display:none}.ck-help{font-size:13px;color:var(--green);text-decoration:underline}.ck-secure-box{padding:10px 12px;margin:18px 0 14px}.ck-secure-box .logos img{height:24px}.pm-name small{display:none}.pm-logos img{height:22px}.ck-sec{margin-top:24px}.ck-sec-head h2{font-size:18px}.ck-sec-head .ship-note{display:none}.card-row{gap:10px}}
