/* Shared navigation and native cart panel. */
.tickey-header{position:sticky;top:0;z-index:90;background:#111316f5;backdrop-filter:blur(16px);border-bottom:1px solid #ffffff12;gap:24px}
.tickey-header .tk-header-cart{order:4;margin-left:0;border:1px solid #ffffff25;border-radius:24px;padding:0 12px;min-width:80px;justify-content:center}
.tickey-header .tickey-nav-cta{order:3;margin-left:auto}
.tickey-nav a[aria-current="page"]{color:#69c7ff}
html.tk-cart-open{overflow:hidden;scrollbar-gutter:stable}
.tk-drawer{box-sizing:border-box;position:fixed;inset:0 0 0 auto;margin:0;width:min(480px,100%);max-width:100%;height:100dvh;max-height:100dvh;padding:0;border:0;border-left:1px solid #ffffff18;background:#11161b;color:#f4f6f8;box-shadow:-20px 0 80px #0007;font:14px/1.5 Inter,system-ui,sans-serif;overscroll-behavior:contain}
.tk-drawer[open]{display:flex;flex-direction:column;animation:tk-drawer-in .25s cubic-bezier(.2,.7,.3,1)}
.tk-drawer::backdrop{background:#0008;backdrop-filter:blur(3px)}
.tk-drawer *{box-sizing:border-box}
.tk-drawer a{color:inherit;text-decoration:none}
.tk-drawer button{font:inherit;cursor:pointer}
.tk-drawer button:disabled{cursor:wait;opacity:.45}
.tk-drawer :focus-visible,.tk-mobile-buy :focus-visible{outline:3px solid #69c7ff;outline-offset:3px}
.tk-drawer-heading{display:flex;align-items:center;justify-content:space-between;padding:28px 28px 20px;gap:12px;flex:none}
.tk-drawer-kicker{font-size:9px;letter-spacing:.14em;color:#8f9aa7}
.tk-drawer-heading h2{font-family:inherit;font-size:30px;font-weight:600;letter-spacing:-.04em;margin:5px 0 0}
.tk-drawer-heading h2 span{display:inline-grid;place-items:center;vertical-align:middle;font-size:12px;letter-spacing:0;width:26px;height:26px;border:1px solid #52606b;border-radius:50%;margin-left:5px}
.tk-drawer-close{border:1px solid #ffffff24;border-radius:50%;background:none;color:#fff;font-size:26px!important;width:44px;height:44px;flex:none}
.tk-drawer-status{margin:0 28px;flex:none;font-size:12px;color:#b2ddf8}
.tk-drawer-status:not(:empty){padding:0 0 16px}
.tk-drawer-status.is-error{color:#ffc5b0}
.tk-drawer-content{display:flex;flex-direction:column;min-height:0;flex:1}
.tk-drawer-items{overflow:auto;overscroll-behavior:contain;min-height:0;flex:1;padding:0 28px;scrollbar-width:thin;scrollbar-color:#506070 transparent}
.tk-drawer-item{display:grid;grid-template-columns:104px minmax(0,1fr);gap:18px;padding:24px 0;border-top:1px solid #ffffff16}
.tk-drawer-image{align-self:start;display:block;aspect-ratio:1;background:#e9edf0;border-radius:12px;overflow:hidden}
.tk-drawer-image img{display:block;width:100%;height:100%;object-fit:contain}
.tk-drawer-product-name{display:block;font-weight:600;font-size:16px;line-height:1.3}
.tk-drawer-item-copy p{margin:4px 0 8px;font-size:12px;color:#9eacb8}
.tk-drawer-item-copy>strong{display:block;font-size:14px;font-weight:500}
.tk-drawer-item-copy small{display:block;color:#a8e9c8;font-size:11px}
.tk-drawer-item-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}
.tk-drawer-quantity{display:flex;align-items:center;border:1px solid #ffffff29;border-radius:24px;overflow:hidden;flex:none}
.tk-drawer-quantity button{width:40px;height:42px;border:0;background:none;color:#fff;font-size:18px}
.tk-drawer-quantity button:disabled{cursor:default}
.tk-drawer-quantity span{min-width:24px;text-align:center;font-size:13px}
.tk-drawer-remove{background:none;border:0;border-bottom:1px solid transparent;color:#a2afbb;font-size:11px!important;padding:10px 0;min-height:44px}
.tk-drawer-remove:hover{color:white;text-decoration:underline}
.tk-drawer-summary{flex:none;background:#171e25;padding:22px 28px 4px;border-top:1px solid #ffffff16}
.tk-drawer-total{display:flex;justify-content:space-between;gap:12px;font-size:16px;align-items:center}
.tk-drawer-total strong{font-size:20px;font-weight:600;letter-spacing:-.03em}
.tk-drawer-tax{color:#9aa8b6;font-size:11px;margin:10px 0 18px}
.tk-drawer-primary{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:54px;padding:12px 20px;border:0;border-radius:8px;background:#05ce78;color:#052519!important;font-size:15px;font-weight:650!important;transition:background .15s}
.tk-drawer-primary:hover{background:#33dc95}
.tk-drawer-continue{display:block;width:100%;height:44px;border:0;background:none;color:#b9c5ce;font-size:12px!important}
.tk-drawer-fallback{flex:none;display:block;text-align:center;font-size:11px;color:#9ca9b5!important;padding:10px 20px max(14px,env(safe-area-inset-bottom));background:#171e25}
.tk-drawer-empty{padding:30px 36px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;flex:1;overflow:auto}
.tk-empty-symbol{border:1px solid #40515f;border-radius:24px;font-size:44px;color:#85c3ec;width:84px;height:84px;display:grid;place-items:center;margin-bottom:24px;flex:none}
.tk-drawer-empty h3{font:500 27px/1.2 Inter,system-ui,sans-serif;letter-spacing:-.03em;margin:0 0 14px}
.tk-drawer-empty p{font-size:13px;color:#a5b3bf;margin:0 0 28px}
.tk-drawer-discount{color:#a8e9c8;font-size:12px;margin:0 0 12px}
.tk-mobile-buy{display:none}
@keyframes tk-drawer-in{from{transform:translateX(100%)}to{transform:translateX(0)}}
@media(max-width:1150px){.tickey-header .tk-header-cart{margin-left:auto}.tickey-header{gap:18px}}
@media(max-width:767px){.tickey-header{gap:12px}.tickey-header .tk-header-cart{margin-left:0;min-width:70px;padding:0 10px}.tk-mobile-buy:not([hidden]){display:flex;align-items:center;gap:14px;position:fixed;inset:auto 0 0;z-index:85;padding:12px 18px calc(12px + env(safe-area-inset-bottom));background:#131a21f5;border-top:1px solid #ffffff24;box-shadow:0 -8px 40px #0004;backdrop-filter:blur(14px);font-family:Inter,system-ui,sans-serif}
.tk-mobile-style{min-width:0;flex:1;background:none;border:0;padding:0;text-align:left;color:white;cursor:pointer;min-height:44px}
.tk-mobile-style span{display:block;font-size:10px;color:#aebdca;margin-bottom:4px;text-decoration:underline;text-underline-offset:3px}
.tk-mobile-style strong{display:block;font-size:16px;white-space:nowrap}
.tk-mobile-add{border:0;border-radius:8px;background:#05ce78;color:#062419;font-size:13px;font-weight:650;min-height:48px;padding:12px 16px;display:flex;gap:18px;align-items:center;cursor:pointer}
.tk-mobile-add:disabled{opacity:.5;cursor:wait}
body:has([data-mobile-buy]) .tickey-footer{padding-bottom:110px}
.tk-drawer{width:100%}.tk-drawer-heading{padding:20px 22px 16px}.tk-drawer-status{margin-inline:22px}.tk-drawer-items{padding-inline:22px}.tk-drawer-summary{padding:18px 22px 2px}.tk-drawer-item{grid-template-columns:92px minmax(0,1fr);gap:16px}.tk-drawer-heading h2{font-size:27px}}
@media(max-width:350px){.tk-drawer-heading{padding-inline:16px}.tk-drawer-items{padding-inline:16px}.tk-drawer-item{grid-template-columns:76px minmax(0,1fr);gap:12px}.tk-drawer-summary{padding-inline:16px}.tk-drawer-quantity button{width:34px}.tk-mobile-buy:not([hidden]){gap:8px;padding-inline:12px}.tk-mobile-add{padding-inline:12px;gap:8px}}
@media(prefers-reduced-motion:reduce){.tk-drawer[open]{animation:none}.tk-drawer-primary{transition:none}}
