.modern-cart-section{margin:var(--margin-top, 2rem) 0 var(--margin-bottom, 2rem);font-family:var(--font-family, inherit)}.modern-cart-section__container{display:flex;flex-direction:column;gap:1.5rem}.modern-cart-section__price-wrapper{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.modern-cart-section__price{font-size:2rem;font-weight:700;color:#000;line-height:1.2}.modern-cart-section__compare-price{font-size:1.5rem;color:#999;text-decoration:line-through;font-weight:400}.modern-cart-section__discount-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;background:#6b7566;color:#fff;font-size:.75rem;font-weight:700;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.modern-cart-section__stock-status{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;padding:.5rem 0}.modern-cart-section__stock-status--in-stock{color:#4caf50}.modern-cart-section__stock-status--low-stock{color:#ff9800}.modern-cart-section__stock-status--out-of-stock{color:#999}.modern-cart-section__stock-indicator{width:10px;height:10px;border-radius:50%;flex-shrink:0}.modern-cart-section__stock-status--in-stock .modern-cart-section__stock-indicator{background:#4caf50;box-shadow:0 0 0 3px #4caf5033}.modern-cart-section__stock-status--low-stock .modern-cart-section__stock-indicator{background:#ff9800;box-shadow:0 0 0 3px #ff980033}.modern-cart-section__stock-status--out-of-stock .modern-cart-section__stock-indicator{background:#999;box-shadow:0 0 0 3px #9993}.modern-cart-section__quantity-card{position:relative;background:#fff;border:2px solid #e5e5e5;border-radius:12px;padding:1.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000d}.modern-cart-section__quantity-card:hover{border-color:#d0d0d0;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.modern-cart-section__quantity-wrapper{display:flex;flex-direction:column;gap:1rem}.modern-cart-section__quantity-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.modern-cart-section__quantity-label{font-weight:600;font-size:1.125rem;color:#000;flex:1;margin:0}.modern-cart-section__quantity-selector{display:inline-flex;align-items:center;gap:0;border:2px solid #e5e5e5;border-radius:10px;overflow:hidden;background:#fff;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000d}.modern-cart-section__quantity-selector:hover{border-color:#d0d0d0;box-shadow:0 2px 6px #00000014}.modern-cart-section__quantity-selector:focus-within{border-color:var(--button-bg-color, #E67E22);box-shadow:0 0 0 3px #e67e2226}.modern-cart-section__quantity-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fafafa;border:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:1.125rem;font-weight:600;color:#333;-webkit-tap-highlight-color:transparent}.modern-cart-section__quantity-button:hover:not(:disabled){background:var(--button-bg-color, #E67E22);color:#fff;transform:scale(1.05)}.modern-cart-section__quantity-button:active:not(:disabled){transform:scale(.95)}.modern-cart-section__quantity-button:disabled{opacity:.25;cursor:not-allowed}.modern-cart-section__quantity-button svg{width:18px;height:18px;pointer-events:none}.modern-cart-section__quantity-input{width:65px;height:44px;border:none;text-align:center;font-size:1.0625rem;font-weight:700;color:#000;background:#fff;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.modern-cart-section__quantity-input::-webkit-outer-spin-button,.modern-cart-section__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.modern-cart-section__quantity-input:focus{outline:none}.modern-cart-section__add-to-cart{width:100%;padding:1.25rem 2.5rem;background:var(--button-bg-color, #E67E22);color:var(--button-text-color, #fff);border:none;border-radius:var(--button-border-radius, 8px);font-size:var(--button-font-size, 1.0625rem);font-weight:var(--button-font-weight, 700);text-transform:var(--button-text-transform, uppercase);letter-spacing:var(--button-letter-spacing, 1.5px);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent;margin-top:.5rem;box-shadow:0 2px 8px #e67e2233}.modern-cart-section__add-to-cart:hover:not(:disabled){background:var(--button-hover-bg-color, #D35400);transform:translateY(-2px);box-shadow:0 6px 20px #e67e2259}.modern-cart-section__add-to-cart:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #e67e224d}.modern-cart-section__add-to-cart:disabled{background:#ccc;color:#666;cursor:not-allowed;opacity:.6;box-shadow:none}.modern-cart-section__add-to-cart:focus{outline:none;box-shadow:0 0 0 3px #e67e224d}.modern-cart-section__add-to-cart.loading{pointer-events:none}.modern-cart-section__add-to-cart .loading-spinner{display:none;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.modern-cart-section__add-to-cart.loading .loading-spinner{display:block}.modern-cart-section__add-to-cart.loading .button-text{opacity:.7}@keyframes spin{to{transform:rotate(360deg)}}.modern-cart-section__trust-badges{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap;padding:1.75rem 0 .75rem;border-top:1px solid #ececec;margin-top:.5rem}.modern-cart-section__trust-badge{display:flex;flex-direction:column;align-items:center;gap:.625rem;font-size:.8125rem;color:#000;font-weight:600;text-align:center;max-width:130px;line-height:1.3}.modern-cart-section__trust-badge svg{width:42px;height:42px;color:#000;flex-shrink:0;transition:transform .2s ease}.modern-cart-section__trust-badge:hover svg{transform:scale(1.1)}.modern-cart-section__trust-badge-icon{display:flex;align-items:center;justify-content:center}@keyframes addToCartSuccess{0%{transform:scale(1)}50%{transform:scale(.95)}to{transform:scale(1)}}.modern-cart-section__add-to-cart.success{animation:addToCartSuccess .3s ease}@media screen and (max-width: 749px){.modern-cart-section__price{font-size:1.75rem}.modern-cart-section__compare-price{font-size:1.25rem}.modern-cart-section__discount-badge{font-size:.7rem;padding:.2rem .6rem}.modern-cart-section__quantity-card{padding:1.5rem 1.25rem;box-shadow:0 1px 3px #0000000d}.modern-cart-section__quantity-card:hover{box-shadow:0 3px 10px #00000014;transform:translateY(-1px)}.modern-cart-section__quantity-label{font-size:1rem}.modern-cart-section__quantity-selector{box-shadow:0 1px 3px #0000000d}.modern-cart-section__quantity-selector:hover{box-shadow:0 2px 6px #00000014}.modern-cart-section__quantity-button{width:42px;height:42px;font-size:1rem;background:#fafafa}.modern-cart-section__quantity-button:hover:not(:disabled){transform:scale(1.05)}.modern-cart-section__quantity-button svg{width:17px;height:17px}.modern-cart-section__quantity-input{width:60px;height:42px;font-size:1rem;font-weight:700}.modern-cart-section__add-to-cart{padding:1.5rem 2rem!important;font-size:1.0625rem!important;font-weight:800!important;letter-spacing:1.5px!important;box-shadow:0 2px 8px #e67e2233!important}.modern-cart-section__add-to-cart:hover:not(:disabled){transform:translateY(-2px)!important;box-shadow:0 6px 18px #e67e2259!important}.modern-cart-section__trust-badges{gap:2rem;padding:1.5rem 0 .5rem}.modern-cart-section__trust-badge{font-size:.75rem;max-width:110px;gap:.5rem}.modern-cart-section__trust-badge svg{width:38px;height:38px}.modern-cart-section__trust-badge:hover svg{transform:scale(1.1)}}@media screen and (min-width: 750px) and (max-width: 989px){.modern-cart-section__price{font-size:1.875rem}.modern-cart-section__quantity-card{padding:1.625rem 1.375rem}.modern-cart-section__add-to-cart{font-size:1rem;padding:1.125rem 2.25rem;letter-spacing:1.5px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-modern-cart.css.map */
