.page-cart{min-height:627px}.cart-header{display:flex;justify-content:flex-end;padding:14px 0 42px;border-bottom:1px solid #2c2c2c;margin-bottom:20px}.cart-header__quantity{font-size:16px;font-weight:600;color:#000;text-transform:uppercase;letter-spacing:1px;margin-right:101px}.cart-header__total{font-size:16px;font-weight:600;color:#000;text-transform:uppercase;letter-spacing:1px}.cart-header__total{margin-left:80px}.cart-items-simple{display:flex;flex-direction:column;gap:20px}.cart-item-simple{display:flex;flex-direction:column;padding:25px 0;border-bottom:1px solid #e0e0e0;position:relative}.cart-item-simple__main{display:flex;align-items:center}.cart-item-simple:last-child{border-bottom:none;padding:15px 0 0}.cart-item-simple__image{flex-shrink:0;margin-right:20px}.cart-item-simple__link{display:block;text-decoration:none;margin-left:12px}.cart-item-simple__img{width:80px;height:80px;object-fit:cover;border-radius:4px}.cart-item-simple__details{flex:1;margin-right:30px;margin-left:30px;display:flex;flex-direction:column;gap:8px}.cart-item-simple__name{font-size:18px;font-weight:600;color:#000;text-decoration:none;display:block;line-height:1.3}.cart-item-simple__name:hover{text-decoration:underline}.cart-item-simple__variant{font-size:14px;color:#666}.cart-item-simple__remove{font-size:14px;color:#666;text-decoration:underline;cursor:pointer}.cart-item-simple__remove:hover{color:#000}.cart-item-simple__quantity-total{display:contents}.cart-item-simple__quantity{margin-right:131px;flex-shrink:0}.quantity-simple{display:flex;align-items:center;border-radius:4px;overflow:hidden}.quantity-simple__button{width:32px;height:32px;border:none;background:#fff;color:#000;font-size:20px;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.quantity-simple__button:hover{background:#f5f5f5}.quantity-simple__button:active{background:#e0e0e0}.quantity-simple__button.disabled,.quantity-simple__button:disabled{color:#ccc;cursor:not-allowed;opacity:.6}.quantity-simple__button.disabled:hover,.quantity-simple__button:disabled:hover{background:#f5f5f5}.quantity-simple__input{width:50px;height:32px;border:none;text-align:center;font-size:16px;font-weight:400;color:#000;background:#fff;outline:none}.quantity-simple__input::-webkit-outer-spin-button,.quantity-simple__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-simple__stock-warning{display:flex;align-items:center;gap:8px;margin-bottom:8px;padding:8px 12px;font-size:12px;color:#000;animation:slideDown .3s ease-out;width:100%;box-sizing:border-box}.stock-warning__icon{font-size:14px;flex-shrink:0}.stock-warning__message{flex:1;line-height:1.4}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cart-item-simple__stock-warning{margin-top:8px;width:100%;box-sizing:border-box;text-align:right;justify-content:flex-end;display:flex;align-items:center}.cart-item-simple__stock-warning .product-form__error-message{white-space:nowrap}.cart-item-simple__stock-warning .svg-wrapper{display:inline-block;margin-right:8px;flex-shrink:0}.cart-item-simple__stock-warning .svg-wrapper svg{width:16px;height:16px;color:#000}.quantity-simple__input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cart-item-simple__total{text-align:right;min-width:100px;flex-shrink:0;align-self:center}.cart-item-simple__price{font-size:16px;font-weight:600;color:#000}.cart-item-simple__price--sale{color:#e74c3c}.cart-footer-simple{margin-top:20px;padding-top:20px}.cart-footer-simple__subtotal-container{display:flex;align-items:center;margin-bottom:10px}.cart-footer-simple__subtotal-left{flex:9;min-height:1px}.cart-footer-simple__subtotal{flex:4;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.cart-footer-simple__subtotal-label{font-size:16px;font-weight:600;color:#000;text-transform:uppercase;letter-spacing:1px}.cart-footer-simple__subtotal-value{font-size:16px;font-weight:600;color:#000}.cart-footer-simple__note{font-size:14px;color:#666;margin-bottom:20px;text-align:end}.cart-footer-simple__note .shipment-note.pc{display:block}.cart-footer-simple__note .shipment-note.sp{display:none}.cart-footer-simple__actions{display:flex;gap:10px;justify-content:flex-end;height:50px;width:100%}.cart-footer-simple__button{border:none;background:#000;color:#fff;font-family:var(--font-body-family);font-size:14px;font-weight:400;text-transform:uppercase;letter-spacing:1px;text-decoration:none;cursor:pointer;transition:background-color .2s ease;min-width:140px;width:140px;text-align:center;display:flex;align-items:center;justify-content:center;padding:12px 24px;height:39px;box-sizing:border-box;white-space:nowrap;line-height:1}.cart-footer-simple__button span{position:relative;top:1px}.cart-footer-simple__button:hover{background:#333}.cart-footer-simple__button:active{background:#555}.cart-footer-simple__button:disabled{background:#ccc;cursor:not-allowed}.cart-footer-simple__button--continue{width:200px;min-width:200px;padding-left:10px;padding-right:10px;white-space:nowrap}.cart-footer-simple__button--update{width:140px;min-width:140px;padding-left:10px;padding-right:10px;white-space:nowrap}@media screen and (max-width:768px){.cart-header{padding:0}.cart-header__quantity,.cart-header__total{display:none}.cart-items-simple{margin-top:20px}.cart-item-simple{padding:15px 0}.cart-item-simple__main{display:grid;grid-template-columns:80px 1fr;grid-template-rows:auto auto;gap:10px 15px;align-items:start}.cart-item-simple__image{grid-column:1;grid-row:1 / 3;margin-right:0;margin-bottom:0}.cart-item-simple__details{grid-column:2;grid-row:1;margin-right:0;margin-bottom:0;margin-left:20px}.cart-item-simple__quantity-total{grid-column:2;grid-row:2;display:flex;align-items:center;justify-content:space-between;margin-right:0;margin-bottom:0;justify-self:stretch}.cart-item-simple__quantity{margin-right:0;margin-bottom:0}.cart-item-simple__total{text-align:right;min-width:auto;width:auto}.cart-item-simple__stock-warning{grid-column:1 / -1;margin-top:10px;margin-left:0;text-align:left}.cart-footer-simple__subtotal-container{flex-direction:row;align-items:center}.cart-footer-simple__subtotal-left{flex:1}.cart-footer-simple__subtotal{flex:0 0 60%;justify-content:space-between}.cart-footer-simple__note{margin-bottom:30px}.cart-footer-simple__note .shipment-note.pc{display:none}.cart-footer-simple__note .shipment-note.sp{display:block}.cart-footer-simple__actions{flex-direction:column;gap:8px;height:auto;margin-top:0}.cart-footer-simple__button--update{order:2}.cart-footer-simple__button--continue{order:3}.cart-footer-simple__button--checkout{order:1}.cart-footer-simple__button{width:100%;min-width:auto}}@media screen and (max-width:480px){.cart-item-simple{grid-template-columns:60px 1fr;gap:8px 12px}.cart-item-simple__img{width:60px;height:60px}.cart-item-simple__name{font-size:16px}.cart-item-simple__variant,.cart-item-simple__remove{font-size:13px}.cart-footer-simple__button{padding:10px 20px;font-size:13px}.quantity-simple{margin-left:10px}}.cart-item-simple.loading{opacity:.6;pointer-events:none}.cart-item-simple.loading .quantity-simple__button{cursor:not-allowed}.cart-item-simple__error{color:#e74c3c;font-size:12px;margin-top:5px}.cart-items-simple:empty:after{content:"Your cart is empty";display:block;text-align:center;padding:40px 20px;color:#666;font-size:16px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-cart-simple.css.map */
