:root{--cb-white: #FFFFFF;--cb-bg: #FFF5F7;--cb-card: #FFFFFF;--cb-black: #000000;--cb-gray-dark: #1C1C1C;--cb-gray: #666666;--cb-gray-light: #E6DCE0;--cb-border: #EBEBEB;--cb-accent: #FF99CB;--cb-accent-text: #FFFFFF;--cb-accent-hover: #FFFFFF;--cb-accent-hover-text: #FF99CB;--cb-red: #D95B72;--cb-green: #34C759;--cb-blue: #007AFF;--cb-purple: #AF52DE;--cb-shadow-sm: 0 2px 8px rgba(120, 40, 70, .05);--cb-shadow-md: 0 4px 16px rgba(120, 40, 70, .08);--cb-shadow-lg: 0 8px 32px rgba(120, 40, 70, .12);--cb-accent-glow: 0 4px 14px rgba(255, 153, 203, .3);--cb-radius-xl: 24px;--cb-radius-lg: 16px;--cb-radius-md: 12px;--cb-radius-sm: 8px}*{-webkit-tap-highlight-color:transparent}label,button,input,.custom-segment-label,.custom-radio-label{-webkit-tap-highlight-color:transparent;touch-action:manipulation}input,textarea,select,button,label{touch-action:manipulation}@media(pointer:coarse){input:focus,select:focus,textarea:focus,button:focus{outline:none}}.custom-cart-wrapper,.custom-cart-wrapper:before,.custom-cart-wrapper:after{box-sizing:border-box;margin:0;padding:0}.custom-cart-wrapper{width:100%;min-height:100vh;padding:24px 16px;background:var(--cb-white);color:var(--cb-black)}@media(min-width:768px)and (max-width:1023px){.custom-cart-wrapper{padding:40px 32px 100px}}@media(min-width:1024px){.custom-cart-wrapper{padding:40px 20px}}.custom-cart-container{max-width:1400px;margin:0 auto;margin-inline:auto;width:100%}.custom-cart-layout{display:grid;grid-template-columns:1fr;gap:24px;width:100%;justify-items:center}@media(min-width:768px)and (max-width:1023px){.custom-cart-layout{max-width:100%;padding:0}}@media(min-width:1024px){.custom-cart-layout{grid-template-columns:1.3fr .7fr;gap:32px;align-items:start;justify-items:stretch}}.custom-cart-heading{font-size:clamp(20px,5vw,36px);font-weight:700;color:var(--cb-black);margin:0 0 24px;line-height:1.1;letter-spacing:-.03em}.custom-cart-items-section{width:100%;max-width:100%;margin-inline:auto}@media(min-width:768px)and (max-width:1023px){.custom-cart-items-section{margin:0 auto}}.custom-cart-unified-box{background:var(--cb-card);border:1px solid var(--cb-border);border-radius:var(--cb-radius-xl);overflow:hidden;box-shadow:var(--cb-shadow-md)}@media(hover:hover)and (pointer:fine){.custom-cart-unified-box{transition:all .3s ease}.custom-cart-unified-box:hover{box-shadow:var(--cb-shadow-lg);transform:translateY(-2px)}}.custom-cart-items-list{padding:16px}@media(min-width:768px){.custom-cart-items-list{padding:32px}}.custom-cart-item{display:flex;flex-direction:column;gap:16px;padding:16px 0;border-bottom:1px solid var(--cb-border);position:relative}.custom-cart-item:first-child{padding-top:0}.custom-cart-item:last-child{border-bottom:none;padding-bottom:0}@media(hover:hover)and (pointer:fine){.custom-cart-item{transition:all .3s cubic-bezier(.4,0,.2,1)}.custom-cart-item:hover{background:var(--cb-bg);margin:0 -16px;padding-left:16px;padding-right:16px;border-radius:var(--cb-radius-lg)}}@media(min-width:768px){.custom-cart-item{display:grid;flex-direction:initial;grid-template-columns:100px 1fr auto 120px 40px;gap:24px;align-items:center}}@media(min-width:768px)and (hover:hover)and (pointer:fine){.custom-cart-item:hover{margin:0 -24px;padding-left:24px;padding-right:24px}}.custom-cart-item-top{display:flex;gap:12px;align-items:flex-start}@media(min-width:768px){.custom-cart-item-top{display:contents}}.custom-cart-item-image{width:80px;height:80px;border-radius:var(--cb-radius-md);overflow:hidden;background:var(--cb-bg);flex-shrink:0;position:relative}@media(hover:hover)and (pointer:fine){.custom-cart-item-image{transition:transform .3s ease,box-shadow .3s ease}.custom-cart-item:hover .custom-cart-item-image{transform:scale(1.05);box-shadow:0 8px 24px #00000026}}@media(min-width:768px){.custom-cart-item-image{width:100px;height:100px}}.custom-cart-item-image img{width:100%;height:100%;object-fit:cover}@media(hover:hover)and (pointer:fine){.custom-cart-item-image img{transition:transform .3s ease}.custom-cart-item:hover .custom-cart-item-image img{transform:scale(1.1)}}.custom-cart-item-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--cb-bg) 0%,var(--cb-border) 100%)}.custom-cart-sale-badge{position:absolute;top:7px;left:7px;z-index:1;display:inline-flex;align-items:center;min-height:22px;padding:4px 8px;border-radius:100px;background:var(--cb-red);color:var(--cb-white);box-shadow:0 3px 10px #d95b724d;font-size:10px;font-weight:700;line-height:1;letter-spacing:.06em}.custom-cart-item-info{flex:1;min-width:0;padding-right:40px;display:flex;flex-direction:column;gap:6px}@media(min-width:768px){.custom-cart-item-info{padding-right:10px}}.custom-cart-item-title{font-size:16px;font-weight:600;color:var(--cb-black);margin:0 0 4px;line-height:1.3;transition:color .2s ease}.custom-cart-item-title a{color:inherit;text-decoration:none;transition:color .2s ease}.custom-cart-item-title a:hover{color:var(--cb-gray)}@media(min-width:768px){.custom-cart-item-title{font-size:17px;margin-bottom:6px}}.custom-cart-item-variant{font-size:14px;color:var(--cb-gray);margin:0;line-height:1.4}.custom-cart-item-properties{margin-top:8px}.custom-cart-item-property{font-size:13px;color:var(--cb-gray);margin:0 0 3px}.custom-cart-item-property span{color:var(--cb-black);font-weight:500}.custom-cart-sale-notice{display:flex;gap:7px;align-items:start;align-self:start;justify-self:start;width:fit-content;max-width:100%;min-width:0;padding:7px 9px;border:1px solid rgba(217,91,114,.2);border-radius:9px;background:#fff8fa}.custom-cart-sale-notice-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px;width:18px;height:18px;margin-top:1px;border:1px solid rgba(217,91,114,.32);border-radius:50%;background:var(--cb-white);color:var(--cb-red);font-family:Georgia,Times New Roman,serif;font-size:11px;font-style:italic;font-weight:700;line-height:1}.custom-cart-sale-notice-copy{min-width:0;margin:0;color:var(--cb-gray);font-size:12px;line-height:1.4}.custom-cart-sale-notice-copy strong{color:var(--cb-gray-dark);font-weight:700}.custom-cart-sale-notice-link{display:inline;margin:0;color:var(--cb-red);font:inherit;font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color .2s ease}@media(hover:hover)and (pointer:fine){.custom-cart-sale-notice-link:hover{color:var(--cb-black)}}@media(max-width:767px){.custom-cart-item--sale{gap:12px}}@media(min-width:768px){.custom-cart-item--sale{row-gap:8px}.custom-cart-item--sale .custom-cart-item-image{grid-column:1;grid-row:1}.custom-cart-item--sale .custom-cart-item-info{grid-column:2;grid-row:1}.custom-cart-sale-notice{grid-column:1 / -1;grid-row:2}.custom-cart-item--sale .custom-cart-item-quantity{grid-column:3;grid-row:1}.custom-cart-item--sale .custom-cart-item-price{grid-column:4;grid-row:1}.custom-cart-item--sale .custom-cart-item-remove{grid-column:5;grid-row:1}}.custom-cart-item-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px}@media(min-width:768px){.custom-cart-item-bottom{display:contents}}.custom-cart-item-quantity{display:flex;align-items:center;background:var(--cb-card);border:1px solid var(--cb-border);border-radius:100px;height:44px;width:130px;transition:all .3s ease;box-shadow:var(--cb-shadow-sm)}@media(hover:hover)and (pointer:fine){.custom-cart-item-quantity:hover{border-color:var(--cb-accent);box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}}@media(min-width:768px){.custom-cart-item-quantity{width:130px;height:44px}}.custom-qty-btn{width:40px;height:42px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--cb-black);border-radius:50%}@media(min-width:768px){.custom-qty-btn{width:40px;height:42px}}@media(hover:hover)and (pointer:fine){.custom-qty-btn:hover{background:var(--cb-border);transform:scale(1.1)}}.custom-qty-btn:active{transform:scale(.95)}.custom-qty-btn svg{transition:transform .2s ease}.custom-cart-wrapper .custom-qty-input{width:50px;height:42px;border:none;outline:none;text-align:center;font-size:16px;font-weight:700;color:var(--cb-black);background:transparent;-webkit-appearance:none;-moz-appearance:textfield;appearance:none}@media(min-width:768px){.custom-qty-input{width:50px;height:42px;font-size:16px}}.custom-qty-input::-webkit-outer-spin-button,.custom-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.custom-cart-item-price{font-size:20px;font-weight:700;color:var(--cb-black);letter-spacing:-.02em;white-space:nowrap}.custom-cart-item-price-old{font-size:14px;font-weight:500;color:var(--cb-gray);text-decoration:line-through;margin-right:8px}.custom-cart-item-price-new{color:var(--cb-red)}@media(min-width:768px){.custom-cart-item-price{font-size:20px;text-align:right;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;line-height:1.25}.custom-cart-item-price-old{margin-right:0}}.custom-cart-item-remove{position:absolute;top:15px;right:0;width:36px;height:36px;background:#d95b721a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--cb-red);border-radius:50%}@media(min-width:768px){.custom-cart-item-remove{position:static;width:40px;height:40px}}@media(hover:hover)and (pointer:fine){.custom-cart-item-remove:hover{background:var(--cb-red);color:var(--cb-white);transform:rotate(90deg) scale(1.1)}}.custom-cart-item-remove:active{transform:rotate(90deg) scale(.95)}.custom-cart-totals{background:var(--cb-card);padding:16px;border-top:1px solid var(--cb-border);display:flex;flex-direction:column;gap:12px}@media(min-width:768px){.custom-cart-totals{padding:20px 32px;gap:14px}}.custom-cart-total-row{display:flex;justify-content:space-between;align-items:center;padding:0;font-size:15px;color:var(--cb-gray);transition:all .2s ease}@media(min-width:768px){.custom-cart-total-row{font-size:16px}}.custom-cart-subtotal-value{font-weight:600;color:var(--cb-black)}.custom-cart-total-value{font-weight:700;color:var(--cb-black)}.custom-cart-wrapper .custom-cart-promo-row{padding:0}.custom-cart-wrapper .custom-promo-toggle{display:inline-flex;align-items:center;gap:8px;background:#ff99cb1f;border:1px solid rgba(255,153,203,.5);padding:9px 16px;border-radius:100px;font-size:14px;font-weight:600;font-family:inherit;color:#d95b72;cursor:pointer;transition:all .2s ease;-webkit-appearance:none}.custom-cart-wrapper .custom-promo-toggle:hover{background:#ff99cb38;border-color:var(--cb-accent)}.custom-cart-wrapper .custom-promo-toggle svg{flex-shrink:0}.custom-cart-wrapper .custom-promo-toggle .promo-chevron{transition:transform .25s ease;margin-left:2px;opacity:.85}.custom-cart-wrapper .custom-promo-toggle.is-open .promo-chevron{transform:rotate(180deg)}.custom-cart-wrapper .custom-promo-toggle.is-open{background:#ff99cb38;border-color:var(--cb-accent)}.custom-cart-wrapper .custom-promo-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease;overflow:hidden}.custom-cart-wrapper .custom-promo-body.is-open{grid-template-rows:1fr}.custom-cart-wrapper .custom-promo-body>div:first-child,.custom-cart-wrapper .custom-promo-body .custom-promo-field{min-height:0}.custom-cart-wrapper .custom-promo-body-inner{min-height:0;padding-top:10px}.custom-cart-wrapper .custom-promo-field{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.custom-cart-wrapper .custom-promo-input,.custom-cart-wrapper .custom-promo-input[type=text]{width:100%;height:44px;min-height:0;border:1px solid var(--cb-border);border-radius:var(--cb-radius-sm);padding:0 14px;font-size:15px;font-family:inherit;color:var(--cb-black);background:var(--cb-card);box-shadow:none;-webkit-appearance:none;appearance:none;transition:border-color .2s ease;outline:none}.custom-cart-wrapper .custom-promo-input:focus{border-color:var(--cb-accent);box-shadow:none;outline:none}.custom-cart-wrapper .custom-promo-input::placeholder{color:var(--cb-gray)}.custom-cart-wrapper .custom-promo-btn,.custom-cart-wrapper button.custom-promo-btn{height:44px;min-height:0;padding:0 16px;border:1px solid var(--cb-border);border-radius:var(--cb-radius-sm);background:var(--cb-card);font-size:14px;font-weight:600;font-family:inherit;color:var(--cb-black);cursor:pointer;white-space:nowrap;box-shadow:none;-webkit-appearance:none;appearance:none;letter-spacing:0;text-transform:none;line-height:1;transition:all .2s ease}.custom-cart-wrapper .custom-promo-btn:hover{border-color:var(--cb-accent);background:var(--cb-accent);color:var(--cb-white)}.custom-cart-wrapper .custom-promo-btn:active{transform:scale(.97)}.custom-cart-wrapper .custom-promo-btn:disabled{opacity:.5;cursor:not-allowed}.custom-cart-wrapper .custom-promo-status{font-size:13px;margin-top:6px;min-height:0;transition:all .2s ease}.custom-cart-wrapper .custom-promo-status.ok{color:var(--cb-green)}.custom-cart-wrapper .custom-promo-status.err{color:var(--cb-red)}.custom-cart-wrapper .custom-cart-discount-row{color:var(--cb-red);animation:slideDown .2s ease}.custom-cart-wrapper .custom-cart-discount-value{font-weight:600;color:var(--cb-red)}.custom-cart-total-final{padding-top:8px;border-top:1px solid var(--cb-border);font-size:16px;font-weight:700;color:var(--cb-black)}.custom-cart-total-final .custom-cart-total-value{font-size:18px;letter-spacing:-.02em}@media(min-width:768px){.custom-cart-total-final{padding-top:12px;font-size:20px}.custom-cart-total-final .custom-cart-total-value{font-size:28px}}@media(max-width:430px){.custom-cart-wrapper .custom-promo-btn{padding:0 12px;font-size:13px}}.custom-cart-checkout-section{width:100%;max-width:100%;margin-inline:auto;margin-top:20px}@media(min-width:768px)and (max-width:1023px){.custom-cart-checkout-section{margin:24px auto 0}}@media(min-width:1024px){.custom-cart-checkout-section{margin-top:0;padding-top:68px}.custom-cart-checkout-sticky{position:sticky;top:20px}}.custom-checkout-form{width:100%}.custom-form-card{background:var(--cb-card);border:1px solid var(--cb-border);border-radius:var(--cb-radius-xl);padding:20px 16px;margin-bottom:16px;box-shadow:var(--cb-shadow-md)}@media(min-width:768px){.custom-form-card{padding:28px 24px}}@media(hover:hover)and (pointer:fine){.custom-form-card{transition:all .3s ease}.custom-form-card:hover{box-shadow:var(--cb-shadow-lg);transform:translateY(-2px)}}@media(min-width:768px){.custom-form-card{padding:32px}}.custom-form-section{margin-bottom:32px}.custom-form-section:last-of-type{margin-bottom:28px}.custom-form-heading{font-size:20px;font-weight:700;color:var(--cb-black);margin:0 0 20px;line-height:1.2;letter-spacing:-.02em}@media(min-width:768px){.custom-form-heading{font-size:22px}}.custom-form-row{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:12px}@media(min-width:768px){.custom-form-row{grid-template-columns:1fr 1fr;gap:16px}.custom-form-row-small{grid-template-columns:1fr 1fr}}.custom-form-field{margin-bottom:12px}.custom-form-row .custom-form-field{margin-bottom:0}.custom-input{width:100%;height:52px;border:1px solid var(--cb-border);border-radius:var(--cb-radius-md);padding:0 20px;font-size:16px;color:var(--cb-black);background:var(--cb-card);transition:all .2s ease}.custom-input::placeholder{color:var(--cb-gray);transition:opacity .2s ease}.custom-input:focus{outline:none;border-color:var(--cb-gray);box-shadow:0 0 0 4px #0000000d;background:var(--cb-card)}.custom-input:focus::placeholder{opacity:.5}@media(hover:hover)and (pointer:fine){.custom-input:hover:not(:focus){border-color:var(--cb-gray)}}.custom-form-field.has-error .custom-input,.custom-input.input-error{border-color:#ff3b30;background:#ff3b300d}.custom-input.input-error:focus{border-color:#ff3b30;box-shadow:0 0 0 4px #ff3b301a}.custom-form-field.has-success .custom-input,.custom-input.input-success{border-color:var(--cb-border);background:var(--cb-card)}.custom-input.input-success:focus{border-color:var(--cb-accent);box-shadow:0 0 0 4px #0000000d}.custom-form-field{position:relative}.custom-form-field.has-error:after{content:"";position:absolute;right:16px;top:18px;width:20px;height:20px;background-size:contain;background-repeat:no-repeat;pointer-events:none}.custom-form-field.has-error:after{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="10" stroke="%23FF3B30" stroke-width="2.5"/><line x1="15" y1="9" x2="9" y2="15" stroke="%23FF3B30" stroke-width="2.5"/><line x1="9" y1="9" x2="15" y2="15" stroke="%23FF3B30" stroke-width="2.5"/></svg>')}.error-message{display:block;color:#ff3b30;font-size:13px;margin-top:6px;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.custom-segmented-control{display:flex;background:var(--cb-card);border:1px solid var(--cb-border);border-radius:100px;padding:4px;gap:4px;margin-bottom:20px;box-shadow:var(--cb-shadow-sm)}.custom-segment-input{position:absolute;opacity:0;pointer-events:none}.custom-segment-label{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;background:transparent;border:none;border-radius:100px;font-size:15px;font-weight:600;cursor:pointer;white-space:nowrap;color:var(--cb-gray);-webkit-user-select:none;user-select:none}@media(hover:hover)and (pointer:fine){.custom-segment-label{transition:all .3s cubic-bezier(.34,1.56,.64,1)}.custom-segment-label:hover{background:var(--cb-bg);color:var(--cb-black)}.custom-segment-label:hover .custom-segment-icon{filter:grayscale(.2) opacity(.85);transform:scale(1.05)}}.custom-segment-input:checked+.custom-segment-label{background:#ff99cb29;color:var(--cb-black);box-shadow:inset 0 0 0 1.5px var(--cb-accent),0 2px 8px #ff99cb38}.custom-segment-icon{width:24px;height:24px;min-width:24px;transition:all .3s ease;filter:grayscale(.5) opacity(.55)}.custom-segment-input:checked+.custom-segment-label .custom-segment-icon{filter:none;transform:scale(1.06)}@media(max-width:767px){.custom-segment-label{padding:12px 16px;font-size:14px;flex-direction:column;gap:6px}.custom-segment-label span{font-size:13px;text-align:center}.custom-segment-icon{width:20px;height:20px}}.custom-radio-group{margin-bottom:16px}.custom-radio-group:last-child{margin-bottom:0}.custom-radio-input{position:absolute;opacity:0;pointer-events:none}.custom-radio-label{display:flex;align-items:flex-start;gap:14px;cursor:pointer;padding:18px 20px;border:1.5px solid var(--cb-border);border-radius:var(--cb-radius-lg);background:var(--cb-card);-webkit-user-select:none;user-select:none}@media(hover:hover)and (pointer:fine){.custom-radio-label{transition:all .2s ease}.custom-radio-label:hover{border-color:var(--cb-gray);background:var(--cb-bg);transform:translateY(-1px);box-shadow:var(--cb-shadow-sm)}.custom-radio-label:hover .custom-radio-circle{border-color:var(--cb-gray)}}.custom-radio-input:checked+.custom-radio-label{border-color:var(--cb-accent);background:var(--cb-card);box-shadow:var(--cb-shadow-md)}.custom-radio-circle{width:22px;height:22px;min-width:22px;border:2px solid var(--cb-border);border-radius:50%;position:relative;transition:all .2s ease;margin-top:1px}.custom-radio-input:checked+.custom-radio-label .custom-radio-circle{border-color:var(--cb-accent);background:var(--cb-accent)}.custom-radio-input:checked+.custom-radio-label .custom-radio-circle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:var(--cb-white);border-radius:50%}.custom-radio-text{font-size:16px;font-weight:600;color:var(--cb-black);line-height:1.3;display:block;margin-bottom:6px}.custom-radio-description{font-size:14px;color:var(--cb-gray);line-height:1.5;margin:0}@media(max-width:767px){.custom-radio-label{padding:16px 18px;gap:12px}.custom-radio-circle{width:20px;height:20px;min-width:20px}.custom-radio-text{font-size:15px}.custom-radio-description{font-size:13px}}.custom-delivery-fields{margin-top:16px;padding-top:16px;border-top:1px solid var(--cb-border);animation:slideDown .3s ease}.custom-delivery-fields .custom-form-field:last-child{margin-bottom:0}.custom-payment-hint{margin-top:16px;padding:16px 20px;background:var(--cb-bg);border:1px solid var(--cb-border);border-radius:var(--cb-radius-md);animation:slideDown .3s ease}.custom-payment-hint p{margin:0;font-size:14px;line-height:1.5;color:var(--cb-gray-dark)}.custom-payment-fee{display:block;margin-top:5px;font-size:12.5px;font-weight:500;color:var(--cb-gray)}.custom-checkout-submit{width:100%;height:56px;background:var(--cb-accent);color:var(--cb-white);border:none;border-radius:100px;font-size:17px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);text-transform:none;margin-top:28px;margin-bottom:16px;letter-spacing:-.01em;box-shadow:var(--cb-accent-glow);display:flex;align-items:center;justify-content:center;gap:10px}.custom-checkout-submit:hover{background:var(--cb-accent-hover);color:var(--cb-accent-hover-text);transform:translateY(-3px) scale(1.02);box-shadow:inset 0 0 0 2px var(--cb-accent),0 10px 28px #ff99cb80}.custom-checkout-submit:active{transform:translateY(-1px) scale(1);box-shadow:0 4px 12px #00000026}.custom-checkout-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.custom-checkout-submit.is-loading{pointer-events:none;opacity:.85}.custom-checkout-submit .btn-spinner{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:btn-spin .7s linear infinite;flex-shrink:0}.custom-checkout-submit.is-loading .btn-spinner{display:inline-block}.custom-checkout-submit .btn-text{display:inline}.custom-checkout-submit.is-loading .btn-text{opacity:.9}@keyframes btn-spin{to{transform:rotate(360deg)}}.cart-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(12px);background:var(--cb-gray-dark);color:#fff;font-size:14px;font-weight:500;padding:12px 20px;border-radius:100px;box-shadow:0 8px 32px #0000002e;white-space:nowrap;opacity:0;transition:opacity .25s ease,transform .25s ease;z-index:9999;pointer-events:none}.cart-toast.cart-toast--error{background:var(--cb-red)}.cart-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.custom-checkout-notice{text-align:center;font-size:13px;color:var(--cb-gray);margin:0;line-height:1.55;padding:0 20px}.custom-checkout-notice a{color:var(--cb-gray-dark);text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.custom-checkout-notice a:hover{color:var(--cb-accent)}.custom-cart-empty{text-align:center;padding:100px 20px;max-width:500px;margin:0 auto;animation:fadeInUp .6s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.custom-cart-empty-icon{color:var(--cb-gray);display:block;margin:0 auto 32px;animation:float 3s ease-in-out infinite;opacity:.5}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.custom-cart-empty-heading{font-size:32px;font-weight:700;color:var(--cb-black);margin:0 0 16px;letter-spacing:-.03em}.custom-cart-empty-text{font-size:17px;color:var(--cb-gray);margin:0 0 32px;line-height:1.6}.custom-cart-empty-button{display:inline-block;padding:16px 40px;background:var(--cb-accent);color:var(--cb-white);text-decoration:none;border-radius:100px;font-size:16px;font-weight:700;transition:all .3s ease;letter-spacing:-.01em;box-shadow:var(--cb-accent-glow)}.custom-cart-empty-button:hover{background:var(--cb-accent-hover);color:var(--cb-accent-hover-text);transform:translateY(-3px) scale(1.05);box-shadow:inset 0 0 0 2px var(--cb-accent),0 10px 28px #ff99cb80}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.custom-cart-item{animation:fadeIn .4s ease backwards}.custom-cart-item:nth-child(1){animation-delay:.05s}.custom-cart-item:nth-child(2){animation-delay:.1s}.custom-cart-item:nth-child(3){animation-delay:.15s}.custom-cart-item:nth-child(4){animation-delay:.2s}.custom-cart-item:nth-child(5){animation-delay:.25s}.np-autocomplete-wrapper{position:relative;width:100%}.np-autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--cb-card);border:1px solid var(--cb-border);border-radius:var(--cb-radius-md);margin-top:4px;max-height:300px;overflow-y:auto;z-index:9999;box-shadow:var(--cb-shadow-lg);display:none;animation:dropdownSlideIn .2s ease}.np-autocomplete-dropdown.active{display:block}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.np-autocomplete-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid var(--cb-border);transition:all .2s ease}.np-autocomplete-item:last-child{border-bottom:none}.np-autocomplete-item:hover,.np-autocomplete-item.active{background:var(--cb-bg)}.np-autocomplete-item.active{border-left:3px solid var(--cb-accent)}.np-item-title{font-size:15px;font-weight:600;color:var(--cb-black);margin-bottom:4px;line-height:1.3}.np-item-subtitle{font-size:13px;color:var(--cb-gray);line-height:1.4}.np-autocomplete-loader,.np-autocomplete-error,.np-autocomplete-empty{padding:16px;text-align:center;color:var(--cb-gray);font-size:14px}.np-autocomplete-loader:before{content:"";display:inline-block;width:16px;height:16px;margin-right:8px;vertical-align:middle;border:2px solid var(--cb-border);border-top-color:var(--cb-accent);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.np-autocomplete-error{color:var(--cb-red)}.np-autocomplete-dropdown::-webkit-scrollbar{width:8px}.np-autocomplete-dropdown::-webkit-scrollbar-track{background:var(--cb-bg);border-radius:4px}.np-autocomplete-dropdown::-webkit-scrollbar-thumb{background:var(--cb-gray-light);border-radius:4px}.np-autocomplete-dropdown::-webkit-scrollbar-thumb:hover{background:var(--cb-gray)}@media(max-width:767px){.custom-cart-heading{margin-bottom:20px}.custom-cart-items-list{padding:20px}.custom-cart-totals{padding:24px}.custom-form-card{padding:24px 20px;margin-bottom:12px}.custom-form-heading{font-size:18px;margin-bottom:16px}.custom-cart-wrapper{padding-bottom:80px}.np-autocomplete-dropdown{max-height:250px}.np-autocomplete-item{padding:14px}.np-item-title{font-size:14px}.np-item-subtitle{font-size:12px}}@media(max-width:375px){.custom-cart-wrapper{padding-left:8px;padding-right:8px}.custom-cart-items-list,.custom-form-card{padding-left:12px;padding-right:12px}.custom-form-heading{font-size:17px}.custom-cart-item{padding:12px 0}.custom-cart-item-bottom{flex-wrap:wrap;gap:12px}.custom-cart-item-quantity{width:110px;height:40px}.custom-qty-btn{width:36px;height:38px}.custom-qty-input{width:38px;font-size:15px}.custom-cart-item-price{font-size:18px;flex-basis:100%;text-align:right}.custom-cart-empty-button{padding:14px 24px;font-size:15px}.custom-cart-item-image{width:60px;height:60px}.custom-cart-item-info{padding-right:35px}.custom-cart-item-title{font-size:15px}.custom-cart-item-variant{font-size:13px}}@media(max-width:360px){.custom-cart-wrapper{padding-left:6px;padding-right:6px}.custom-cart-items-list,.custom-form-card{padding-left:10px;padding-right:10px}.custom-cart-item-quantity{width:100px}.custom-qty-btn{width:32px}.custom-qty-input{width:36px;font-size:14px}.custom-cart-item-image{width:55px;height:55px}.custom-cart-item-top{gap:10px}}@media(max-width:320px){.custom-cart-item-image{width:50px;height:50px}.custom-cart-item-remove{width:32px;height:32px;top:12px}}@media print{.custom-cart-wrapper{background:#fff;color:#000}.custom-cart-item-remove,.custom-qty-btn,.custom-checkout-submit{display:none!important}.custom-cart-unified-box,.custom-form-card{box-shadow:none!important}}.custom-qty-btn:focus-visible,.custom-cart-item-remove:focus-visible,.custom-checkout-submit:focus-visible{outline:2px solid var(--cb-accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,:before,:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:480px){.custom-segmented-control{display:grid!important;width:100%;box-sizing:border-box}.custom-segmented-control[data-control=delivery]{grid-template-columns:1fr 1fr 1fr;gap:6px!important}.custom-segmented-control[data-control=payment]{grid-template-columns:1fr 1fr;gap:8px!important}.custom-segment-label{width:100%!important;padding:12px 4px!important;flex-direction:column;gap:6px!important;white-space:normal!important;text-align:center;height:100%;min-height:64px;justify-content:center;align-items:center}.custom-segment-label span{font-size:11px!important;font-weight:600!important;line-height:1.15;display:block;width:100%;word-break:break-word}.custom-segment-icon{width:22px!important;height:22px!important;margin:0 auto!important;display:block}}@media(max-width:359px){.custom-segmented-control[data-control=delivery]{gap:2px!important}.custom-segment-label{padding:8px 2px!important;min-height:56px}.custom-segment-label span{font-size:10px!important;font-weight:500!important}.custom-segment-icon{width:20px!important;height:20px!important}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/bee-main-cart.css.map */
