.popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);background-color:#000;opacity:.25;transition:opacity .15s cubic-bezier(.45,1.005,0,1.005);z-index:1000}@media (prefers-color-scheme: dark){.popup-backdrop{opacity:.7}}.popup-backdrop[data-starting-style],.popup-backdrop[data-ending-style]{opacity:0}@media (max-width: 767px){.popup-backdrop{background-color:#f5f5f5;opacity:1}}.cart-popup{top:50%;left:50%;transform:translate(-50%,-50%);border-radius:12px;max-height:calc(100dvh - 48px);height:auto;box-sizing:border-box;position:fixed;width:calc(100% - 48px);max-width:920px;padding:24px 12px 12px;background-color:#f5f5f5;transition:all .15s;z-index:3147483639;display:flex;flex-direction:column}.cart-popup .popup-description{overflow-y:auto;margin-left:-12px;margin-right:-12px;padding:12px;margin-bottom:12px;border-bottom:1px solid #e9e9e9;border-top:1px solid #e9e9e9}@media (prefers-color-scheme: dark){.cart-popup{outline:1px solid var(--color-gray-300)}}.cart-popup[data-starting-style],.cart-popup[data-ending-style]{opacity:0;transform:translate(-50%,-50%) scale(.9)}@media (max-width: 767px){.cart-popup{border-radius:0;height:100dvh;width:100%;max-height:100dvh;padding:24px 12px 12px}.cart-popup .popup-description{overflow-y:auto;margin-left:-12px;margin-right:-12px;flex:1}.cart-popup .popup-actions{display:grid;margin-left:-12px;margin-right:-12px;grid-template-columns:repeat(auto-fit,minmax(0,1fr))}}.popup-title{font-size:20px;padding:0 0 12px;margin:0;color:#221f1f;font-weight:700}.popup-close-btn{display:flex;position:absolute;z-index:99;right:6px;top:4px;flex-direction:row;justify-content:center;align-items:center;width:36px;height:60px;border:none;background:none;outline:none;color:#999}.popup-close-btn svg{width:26px;height:26px}a{color:#274b66}.action-btn{border-radius:4px;padding:1px 14px;font-size:14px;height:40px;line-height:40px;text-decoration:none;text-align:center;background:#fff;color:#274b66;border:1px solid #274b66}.action-primary-btn{background:#ed4815;color:#fff;border:none;border-radius:4px;padding:1px 14px;font-size:14px;height:40px}.popup-description{margin:0 0 12px;font-size:14px;color:var(--color-gray-600);display:flex;flex-direction:column;gap:12px}.popup-actions{display:flex;justify-content:stretch;justify-content:end;margin-left:-12px;margin-right:-12px;padding:0 12px;gap:8px}.popup-actions .action-btn{font-weight:700;display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;min-width:160px;border-radius:8px;height:46px}.empty-cart-message{display:flex;align-items:center;justify-content:center;padding:36px 0}.cart-section-title{font-weight:700;font-size:16px;margin-top:0;margin-bottom:0;color:#221f1f}.cart-list-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:8px;border-bottom:1px solid #e9e9e9;padding-bottom:8px;color:#221f1f}.cart-quote-action-btn{border:none;background:none;color:#221f1f;padding:0;display:flex;align-items:center;gap:4px;font-size:14px;font-weight:700}.cart-quote-action-btn svg{width:24px;height:24px}.cart-product-list{display:flex;flex-direction:column;gap:8px;border:1px solid #e9e9e9;border-radius:8px;padding:12px;background:#fff}.cart-product-list .cart-product-item{display:flex;flex-direction:row;gap:8px;border-bottom:1px solid #e9e9e9;padding-bottom:12px}.cart-product-list .cart-product-item:last-child{border-bottom:none;padding-bottom:0}.cart-product-list .cart-product-item .cart-item-actions{display:flex;gap:8px;margin-top:8px;flex-direction:row}.cart-product-list .cart-product-item .cart-item-action-btn{border:none;background:none;color:#221f1f;padding:0;display:flex;align-items:center;gap:4px}.cart-product-list .cart-product-item .cart-item-action-btn svg{width:24px;height:24px}.cart-product-list .cart-product-item .cart-item-img{width:80px;height:80px}.cart-product-list .cart-product-item .cart-item-header{font-size:14px;font-weight:700}.cart-product-list .cart-product-item .cart-item-code{font-size:12px;color:#999;font-weight:400}.cart-product-list .cart-product-item .cart-item-price-section{display:flex;flex-direction:column;text-align:end}.cart-product-list .cart-product-item .cart-item-price-section .cart-regular-price{text-decoration:line-through;color:#999;font-weight:500;font-size:14px}.cart-product-list .cart-product-item .cart-item-price-section .cart-item-price{font-size:16px;color:#221f1f;font-weight:700}.cart-product-list .cart-product-item .cart-item-quantity-section .Group{grid-template-columns:40px minmax(60px,1fr) 40px}.cart-product-list .cart-product-item .cart-item-quantity-section .Group button[disabled]{color:#999;pointer-events:none}.cart-product-list .cart-product-item .cart-item-quantity-section .Group .Decrement,.cart-product-list .cart-product-item .cart-item-quantity-section .Group .Increment{width:40px;height:40px}.cart-product-list .cart-product-item .cart-item-quantity-section .Group .Input{width:60px;height:40px}.cart-product-list .cart-product-item .cart-product-item-content-1{display:flex;flex-direction:row;align-items:center;flex-grow:1;gap:16px}.cart-product-list .cart-product-item .cart-product-item-content-2{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:8px}@media (max-width: 767px){.cart-product-list .cart-product-item{flex-direction:column}.cart-product-list .cart-product-item .cart-item-img{width:40px;height:40px}.cart-product-list .cart-product-item .cart-item-price-section .cart-regular-price{font-size:12px}.cart-product-list .cart-product-item .cart-item-price-section .cart-item-price{font-size:18px}.cart-product-list .cart-product-item .cart-product-item-content-1{align-items:center}.cart-product-list .cart-product-item .cart-product-item-content-2{align-items:center;flex-direction:row-reverse;justify-content:space-between}}
