#qodz-cart-root{font-family:inherit;font-size:var(--qodz-c-font-size,15px);color:var(--qodz-c-text);line-height:1.5}
#qodz-cart-root *,#qodz-cart-root *::before,#qodz-cart-root *::after{box-sizing:border-box}
#qodz-cart-root [hidden]{display:none!important}
#qodz-cart-root button{font:inherit;line-height:1.4;text-transform:none;letter-spacing:normal;cursor:pointer;box-shadow:none;margin:0;min-width:0;width:auto;height:auto;white-space:normal;overflow-wrap:anywhere;touch-action:manipulation}
#qodz-cart-root button:focus-visible,#qodz-cart-root a:focus-visible,#qodz-cart-root select:focus-visible{outline:3px solid var(--qodz-c-accent);outline-offset:3px}
#qodz-cart-root button:disabled{opacity:.48;cursor:wait}
#qodz-cart-launcher{position:fixed;bottom:calc(var(--qodz-c-offset) + env(safe-area-inset-bottom,0px));right:var(--qodz-c-side-offset);width:var(--qodz-c-icon-size)!important;height:var(--qodz-c-icon-size)!important;border-radius:50%;background:var(--qodz-c-accent);color:white;border:0;z-index:99980;display:grid;place-items:center;padding:12px;box-shadow:0 6px 24px #0003!important}
#qodz-cart-launcher svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
#qodz-cart-root[data-position=left] #qodz-cart-launcher{left:var(--qodz-c-side-offset);right:auto}
#qodz-cart-count{position:absolute;top:-7px;right:-5px;min-width:25px;height:25px;padding:0 5px;background:#172033;color:white;border:2px solid white;border-radius:20px;font-size:12px;display:grid;place-items:center;font-weight:800}
#qodz-cart-dialog{--qodz-c-width:inherit;position:fixed;border:0;padding:0;color:var(--qodz-c-text);background:var(--qodz-c-background);width:min(var(--qodz-c-width,460px),100vw);max-width:100vw;height:100dvh;max-height:100dvh;margin:0;top:0;bottom:0;left:auto;right:0;overflow:visible;border-radius:0;box-shadow:0 20px 70px #0004;font:inherit}
#qodz-cart-dialog[open]{display:flex;flex-direction:column}
#qodz-cart-dialog::backdrop{background:#11182780;backdrop-filter:blur(3px)}
#qodz-cart-root[data-position=left] #qodz-cart-dialog[data-desktop=drawer]{left:0;right:auto}
#qodz-cart-dialog[data-desktop=modal]{inset:0;margin:auto;border-radius:var(--qodz-c-radius);height:min(820px,90dvh);width:min(620px,calc(100vw - 32px))}
#qodz-cart-dialog[data-desktop=bottom]{top:auto;left:0;right:0;margin:auto;width:min(720px,100vw);height:85dvh;border-radius:var(--qodz-c-radius) var(--qodz-c-radius) 0 0}
#qodz-cart-dialog[data-desktop=fullscreen]{inset:0;width:100vw;height:100dvh}
#qodz-cart-dialog.is-checkout{min-width:min(460px,100vw)}
#qodz-cart-root .qodz-c-header{padding:16px 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #b4bcc333;min-height:66px;flex:none;background:var(--qodz-c-background);border-radius:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0}
#qodz-cart-title{font:inherit;font-size:1.25em;font-weight:800;margin:0;flex:1;min-width:0}
#qodz-cart-close{border:0;border-radius:50%;width:40px!important;height:40px!important;padding:0;background:#9aa5b51a;color:var(--qodz-c-text);font-size:27px!important;flex:none}
#qodz-cart-back{border:0;color:var(--qodz-c-accent);background:none;padding:6px;font-size:.86em!important;max-width:45%;display:flex;align-items:center;gap:4px;flex:none}
#qodz-cart-back svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}
#qodz-cart-root[dir=rtl] #qodz-cart-back svg{transform:rotate(180deg)}
#qodz-cart-basket{display:flex;flex-direction:column;min-height:0;flex:1;overflow:hidden}
#qodz-cart-root .qodz-c-scroll{flex:1;overflow:auto;overscroll-behavior:contain;min-height:0;padding:16px 18px;background:#b3bac00e;scrollbar-width:thin}
#qodz-cart-root .qodz-c-item{display:grid;grid-template-columns:var(--qodz-c-image-size) minmax(0,1fr) 32px;align-items:start;gap:12px;background:var(--qodz-c-background);border:1px solid #b4bcc333;border-radius:var(--qodz-c-radius);padding:12px;margin:0 0 12px;box-shadow:0 3px 9px #17203305;min-width:0}
#qodz-cart-root .qodz-c-item>img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:10px;display:block;margin:0;background:#fff}
#qodz-cart-root .qodz-c-copy{min-width:0;display:flex;flex-direction:column;gap:5px}
#qodz-cart-root .qodz-c-copy>strong{font-size:.96em;font-weight:700;overflow-wrap:anywhere;line-height:1.5}
#qodz-cart-root .qodz-c-copy>small{font-size:.8em;opacity:.7}
#qodz-cart-root .qodz-c-copy>b{font-size:.95em;font-weight:800}
#qodz-cart-root .qodz-c-remove{border:0;background:transparent;color:#748091;font-size:23px;padding:1px;width:32px;height:32px}
#qodz-cart-root .qodz-c-qty{border:1px solid #b4bcc366;border-radius:10px;display:flex;align-items:center;width:max-content;overflow:hidden;margin-top:3px;direction:ltr}
#qodz-cart-root .qodz-c-qty button{border:0;border-radius:0;background:#b4bcc311;color:var(--qodz-c-text);width:34px;height:34px;min-height:34px;font-size:18px;font-weight:700;padding:0}
#qodz-cart-root .qodz-c-qty output{min-width:34px;text-align:center;font-size:14px;font-weight:700}
#qodz-cart-root .qodz-c-item.is-gift{border-color:#22a66855}
#qodz-cart-root .qodz-c-item.is-gift b{color:#16874e}
#qodz-cart-root .qodz-c-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:230px;text-align:center}
#qodz-cart-root .qodz-c-empty span{font-size:52px}
#qodz-cart-root .qodz-c-empty a{color:var(--qodz-c-accent);text-decoration:underline}
#qodz-cart-root .qodz-c-footer{padding:14px 20px calc(14px + env(safe-area-inset-bottom,0px));background:var(--qodz-c-background);border-top:1px solid #b4bcc333;flex:none;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}
#qodz-cart-root .qodz-c-footer>div{display:flex;justify-content:space-between;gap:12px;font-size:1.02em}
#qodz-cart-root .qodz-c-footer p{font-size:.8em;color:var(--qodz-c-text);opacity:.75;margin:8px 0 12px;line-height:1.5}
#qodz-cart-root .qodz-c-primary{background:var(--qodz-c-accent);border:1px solid var(--qodz-c-accent);color:#fff;width:100%;min-height:48px;padding:12px;border-radius:12px;font-weight:800}
#qodz-cart-continue{border:0;color:var(--qodz-c-text);background:none;display:block;margin:8px auto 0!important;font-size:.87em!important;min-height:30px;padding:4px 12px}
#qodz-cart-gifts{padding:14px;background:#e9d59b22;border:1px solid #c2934744;border-radius:var(--qodz-c-radius);margin:16px 0}
#qodz-cart-root h3{font:inherit;font-weight:800;font-size:1em;margin:0 0 10px}
#qodz-cart-gifts p{margin:4px 0 12px;font-size:.93em;line-height:1.8;font-weight:600}
#qodz-cart-gifts progress{display:block;width:100%;height:7px;border:0;border-radius:10px;accent-color:var(--qodz-c-accent)}
#qodz-cart-root .qodz-c-gift-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}
#qodz-cart-root .qodz-c-gift{display:flex;flex-direction:column;align-items:center;gap:8px;border:1px solid #b4bcc344;background:var(--qodz-c-background);border-radius:12px;padding:10px;color:var(--qodz-c-text);text-align:center}
#qodz-cart-root .qodz-c-gift img{width:74px;max-width:100%;height:74px;object-fit:contain;display:block;background:white;border-radius:8px}
#qodz-cart-root .qodz-c-gift strong{font-size:.82em;font-weight:600;line-height:1.5}
#qodz-cart-root .qodz-c-gift span{font-size:.8em;color:var(--qodz-c-accent);font-weight:700}
#qodz-cart-root .qodz-c-gift.is-selected{border:2px solid #16a34a;background:#16a34a0c}
#qodz-cart-suggestions{margin-top:20px}
#qodz-cart-root .qodz-c-suggestions{display:grid;gap:10px}
#qodz-cart-root .qodz-c-suggestion{display:grid;grid-template-columns:60px minmax(0,1fr);gap:12px;padding:12px;background:var(--qodz-c-background);border:1px solid #b4bcc333;border-radius:var(--qodz-c-radius);min-width:0}
#qodz-cart-root .qodz-c-suggestion>img{width:60px;height:60px;object-fit:contain;border-radius:8px;background:#fff}
#qodz-cart-root .qodz-c-suggestion>div{min-width:0;display:flex;flex-direction:column;gap:5px;align-items:start}
#qodz-cart-root .qodz-c-suggestion strong{font-size:.87em;font-weight:600;overflow-wrap:anywhere}
#qodz-cart-root .qodz-c-suggestion b{font-size:.87em}
#qodz-cart-root .qodz-c-suggestion button{background:var(--qodz-c-accent);color:#fff;border:0;padding:7px 12px;border-radius:8px;min-height:36px;font-size:.84em}
#qodz-cart-root .qodz-c-options{grid-column:1/-1;width:100%}
#qodz-cart-root .qodz-c-options label{width:100%;font-size:.9em}
#qodz-cart-root .qodz-c-options select{display:block;width:100%;max-width:100%;height:auto;min-height:42px;border:1px solid #bac2cd;border-radius:8px;background:var(--qodz-c-background);color:var(--qodz-c-text);padding:8px;font:inherit}
#qodz-cart-checkout{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}
#qodz-cart-order-frame{display:block;width:100%;min-height:0;flex:1;border:0;background:var(--qodz-c-background)}
#qodz-cart-frame-status{padding:10px 16px;margin:0;font-size:.9em}
#qodz-cart-frame-retry{padding:10px;background:var(--qodz-c-accent);color:white;border:0;margin:10px!important}
#qodz-cart-status:empty{display:none}
#qodz-cart-status{flex:none;font-size:.9em;padding:10px 16px;background:#ebf5ee;color:#1b5a37;max-height:96px;overflow:auto}
#qodz-cart-status.is-error{background:#fff0ee;color:#a42b29}
#qodz-cart-root .qodz-c-undo{padding:3px 5px;background:transparent;border:0;text-decoration:underline;color:inherit;font-weight:bold}
#qodz-cart-toast{position:fixed;z-index:99985;bottom:calc(var(--qodz-c-offset) + var(--qodz-c-icon-size) + 16px);inset-inline-end:16px;background:#172033;color:#fff;border-radius:12px;padding:12px 18px;font-size:14px;box-shadow:0 4px 30px #0002;max-width:calc(100vw - 32px);pointer-events:none}
#qodz-cart-root .qodz-c-flight{position:fixed;display:block;border-radius:16px;object-fit:contain;background:#fff;box-shadow:0 8px 32px #0003;z-index:2147483647;pointer-events:none;max-width:none!important;will-change:transform,opacity}
#qodz-cart-root[data-design=minimal] .qodz-c-item{border-width:0 0 1px;box-shadow:none;border-radius:0;padding-inline:0}
#qodz-cart-root[data-design=classic] .qodz-c-scroll{background:var(--qodz-c-background)}
#qodz-cart-root[data-design=classic] .qodz-c-item{box-shadow:none;border-radius:6px}
#qodz-cart-root[data-design=modern] .qodz-c-item{box-shadow:0 5px 16px #17203308}
/* Scope supported theme adapters to pages/devices where the new cart is enabled. */
body.qodz-cart-replaces-theme .xoo-wsc-basket,body.qodz-cart-replaces-theme .xoo-wsc-container,body.qodz-cart-replaces-theme .xoo-wsc-opac,body.qodz-cart-replaces-theme .fkcart-modal-container,body.qodz-cart-replaces-theme .fkcart-mini-open,body.qodz-cart-replaces-theme .elementor-menu-cart__container,body.qodz-cart-replaces-theme .elementor-menu-cart__toggle,body.qodz-cart-replaces-theme .ast-site-header-cart,body.qodz-cart-replaces-theme .wc-block-mini-cart{display:none!important}
@media(max-width:767px){
 #qodz-cart-launcher{bottom:calc(var(--qodz-c-mobile-offset) + env(safe-area-inset-bottom,0px))}
 #qodz-cart-toast{bottom:calc(var(--qodz-c-mobile-offset) + var(--qodz-c-icon-size) + 16px)}
 #qodz-cart-dialog[data-mobile=fullscreen]{inset:0;margin:0;width:100vw;height:100dvh;border-radius:0}
 #qodz-cart-dialog[data-mobile=drawer]{inset:0 0 0 auto;margin:0;width:min(var(--qodz-c-width,460px),calc(100vw - 12px));height:100dvh;border-radius:0}
 #qodz-cart-root[data-position=left] #qodz-cart-dialog[data-mobile=drawer]{inset:0 auto 0 0}
 #qodz-cart-dialog[data-mobile=modal]{inset:0;margin:auto;width:calc(100vw - 24px);height:90dvh;border-radius:var(--qodz-c-radius)}
 #qodz-cart-dialog[data-mobile=bottom]{inset:auto 0 0;margin:0;width:100vw;height:88dvh;border-radius:var(--qodz-c-radius) var(--qodz-c-radius) 0 0}
 #qodz-cart-dialog.is-checkout{min-width:0}
 #qodz-cart-root .qodz-c-header{padding:12px 14px}
 #qodz-cart-root .qodz-c-scroll{padding:12px}
 #qodz-cart-root .qodz-c-item{grid-template-columns:min(var(--qodz-c-image-size),70px) minmax(0,1fr) 28px;gap:9px;padding:10px}
 #qodz-cart-root .qodz-c-footer{padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px))}
}
@media(prefers-reduced-motion:reduce){#qodz-cart-root *,#qodz-cart-root *::before,#qodz-cart-root *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media(max-width:480px){#qodz-cart-back{width:38px!important;height:40px!important;max-width:none;justify-content:center}#qodz-cart-back span{display:none}#qodz-cart-dialog.is-checkout #qodz-cart-title{font-size:1.05em}}
