.cart-page{min-height:30vh;margin-top:100px;padding:0 2rem 80px}.cart-container{width:100%;max-width:1440px;margin:0 auto;padding:0 2rem}.cart-title{text-align:center;color:#1a1a1a;font-size:2rem;line-height:1.2;font-family:var(--font-jost), sans-serif;margin-bottom:2.5rem}.cart-layout{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;display:flex}.cart-items{flex-direction:column;gap:1.5rem;width:calc(100% - 420px);display:flex}.cart-item{background:#fff;border:1px solid #eee;border-radius:8px;flex-wrap:wrap;align-items:center;gap:1.5rem;padding:1.5rem;transition:box-shadow .2s;display:flex}.cart-item:hover{box-shadow:0 4px 16px #00000012}.cart-item-image-wrap{background:#f5f5f5;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:110px;height:110px;display:flex;overflow:hidden}.cart-item-image{object-fit:contain;width:100%;height:100%}.cart-item-details{flex-direction:column;flex:1;gap:.5rem;display:flex}.cart-item-name{color:#1a1a1a;font-size:1.05rem;font-weight:600;text-decoration:none;transition:color .2s}.cart-item-name:hover{color:#848a6a}.cart-item-qty{border:1px solid #ddd;border-radius:4px;align-items:center;width:fit-content;margin-top:.25rem;display:flex}.qty-btn{cursor:pointer;background:0 0;border:none;padding:.5rem .9rem;font-size:1.1rem;transition:background .2s}.qty-btn:hover{background:#f5f5f5}.qty-value{text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;min-width:36px;padding:0 .75rem;font-size:1rem}.cart-item-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.75rem;display:flex}.cart-item-total{color:#cf9895;font-size:1.1rem;font-weight:700}.cart-item-remove{color:#aaa;cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;transition:color .2s}.cart-item-variation{flex-wrap:wrap;gap:.5rem;margin:.25rem 0;display:flex}.variation-badge{color:#666;text-transform:capitalize;background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;padding:.1rem .5rem;font-size:.75rem}.cart-item-bundle-contents{background-color:#f9f9f9;border-left:3px solid #ef9523;border-radius:4px;margin-top:.5rem;padding:.5rem}.bundle-contents-label{color:#444;margin-bottom:.25rem;font-size:.8rem;font-weight:700}.bundle-contents-list{margin:0;padding:0;list-style:none}.bundle-content-item{color:#666;flex-direction:column;margin-bottom:.25rem;font-size:.85rem;display:flex}.bundle-content-variation{color:#888;font-size:.75rem;font-style:italic}.cart-item-price{color:#666;font-size:.95rem}.cart-actions-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:.5rem;display:flex}.continue-link{color:#848a6a;font-size:.95rem;text-decoration:none;transition:opacity .2s}.continue-link:hover{opacity:.75}.clear-cart-btn{cursor:pointer;color:#666;background:0 0;border:1px solid #ddd;border-radius:4px;padding:.5rem 1.25rem;font-size:.9rem;transition:all .2s}.clear-cart-btn:hover{color:#e74c3c;border-color:#e74c3c}.cart-summary{background:#fff;border:1px solid #eee;border-radius:8px;width:380px;padding:2rem;position:sticky;top:100px}.summary-title{color:#1a1a1a;margin-bottom:1.5rem;font-size:1.3rem;font-weight:600}.summary-row{color:#555;justify-content:space-between;margin-bottom:1rem;font-size:.95rem;display:flex}.summary-location-note{color:#888;margin-bottom:1rem;font-size:.8rem}.summary-free{color:#399;font-weight:600}.summary-divider{border:none;border-top:1px solid #eee;margin:1rem 0}.summary-total{color:#1a1a1a;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.checkout-btn{color:#fff;letter-spacing:.05em;cursor:pointer;background-color:#848a6a;border:1px solid #848a6a;border-radius:4px;width:100%;margin-bottom:1rem;padding:12px 16px;font-size:1rem;font-weight:700;transition:background-color .3s}.checkout-btn:hover{color:#848a6a;background-color:#0000}.summary-note{color:#aaa;text-align:center;font-size:.8rem}.cart-empty{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:0;display:flex}.cart-empty-icon{margin-bottom:1rem;font-size:4rem}.cart-empty h2{color:#1a1a1a;font-size:20px}.cart-empty p{color:#888;font-size:1rem}.continue-shopping-btn{color:#fff;letter-spacing:.05em;background-color:#848a6a;border:1px solid #848a6a;border-radius:4px;margin-top:1rem;padding:.9rem 2.5rem;font-weight:600;text-decoration:none;transition:background-color .3s;display:inline-block}.continue-shopping-btn:hover{color:#848a6a;background-color:#0000}@media screen and (max-width:1024px){.cart-page{margin-top:114px;padding-inline:0}.cart-title{margin:0 0 30px}.cart-layout{gap:2rem}.cart-summary{padding:22px}.summary-title{margin:0 0 18px;font-size:19px}.summary-total{font-size:16px}.cart-summary{width:284px}.checkout-btn{font-size:14px}.summary-note{font-size:10px}.cart-items{width:calc(100% - 320px)}.cart-item-name{font-size:15px}.cart-item-total{font-size:16px}}@media screen and (max-width:900px){.cart-item{justify-content:space-between}.cart-item-right{flex-direction:row;justify-content:space-between;width:100%;margin:20px 0 0}.cart-item{gap:0}.cart-item-image-wrap{width:100px;height:100px}.cart-item-details{flex:unset;width:calc(100% - 116px)}.qty-btn{padding:4px 14px}.cart-item-name{font-size:14px}}@media screen and (max-width:767px){.cart-layout{grid-template-columns:1fr}.cart-summary{width:100%;margin-inline:auto;position:static}.cart-page{margin-top:0;padding:60px 0}.cart-container{padding-inline:1.5rem}.cart-title{margin:0 0 8px;font-size:26px}.cart-item-right{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:20px 0 0}.cart-items{width:100%;margin:0 0 20px}.summary-title{font-size:18px}.summary-row{font-size:14px}.cart-item{padding:20px}}@media screen and (max-width:576px){.cart-item{flex-wrap:wrap}}@media screen and (max-width:480px){.cart-item{padding:10px}.cart-item-image-wrap{width:80px;height:80px}.cart-item-details{width:calc(100% - 94px)}.cart-summary{padding:16px}}.checkout-modal-overlay{z-index:9999;background:#0000008c;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.checkout-modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:500px;max-height:90vh;animation:.25s slideUp;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000040}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.checkout-header{background-color:#f9f9f9;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.checkout-header h2{color:#333;margin:0;font-size:1.25rem;font-weight:600}.checkout-header .close-btn{color:#888;cursor:pointer;background:0 0;border:none;font-size:1.8rem;line-height:1;transition:color .2s}.checkout-header .close-btn:hover{color:#222}.checkout-form{padding:1.5rem;overflow-y:auto}.checkout-form .form-group{margin-bottom:1.25rem}.checkout-form label{color:#444;margin-bottom:.5rem;font-size:.95rem;font-weight:500;display:block}.checkout-form input,.checkout-form textarea{border:1px solid #ddd;border-radius:6px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.checkout-form input:focus,.checkout-form textarea:focus{border-color:#939b8c;outline:none}.order-summary-box{background:#f5f5f0;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.order-summary-box h3{color:#333;margin-top:0;margin-bottom:.75rem;font-size:1rem}.order-summary-box ul{color:#555;margin:0 0 1rem;padding:0;font-size:.95rem;list-style:none}.order-summary-box li{margin-bottom:.25rem}.modal-total{color:#333;border-top:1px solid #ddd;margin:0;padding-top:.75rem;font-size:1.1rem;font-weight:600}.form-actions{justify-content:flex-end;gap:1rem;display:flex}.cancel-btn{color:#555;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.cancel-btn:hover:not(:disabled){background:#f5f5f0}.submit-order-btn{color:#fff;cursor:pointer;background:#939b8c;border:none;border-radius:4px;padding:.75rem 1.5rem;font-weight:500;transition:background .2s}.submit-order-btn:hover:not(:disabled){background:#4a5240}.submit-order-btn:disabled,.cancel-btn:disabled{opacity:.7;cursor:not-allowed}.success-message{text-align:center;padding:4rem 1rem!important}.success-message h2{color:#4caf50;margin-bottom:1rem}.success-message p{color:#555;margin-bottom:.5rem;font-size:1.1rem}.checkout-modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:500px;max-height:90vh;animation:.25s slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000040}.checkout-modal-header{padding:2rem 2rem 0}.checkout-modal-header h2{color:#222;margin-bottom:.5rem;font-size:1.4rem;font-weight:700}.checkout-modal-header p{color:#888;margin:0;font-size:.95rem}.checkout-modal-header .close-btn{color:#aaa;cursor:pointer;background:0 0;border:none;font-size:1.2rem;transition:color .2s;position:absolute;top:1.5rem;right:1.5rem}.checkout-modal-header .close-btn:hover{color:#333}.checkout-form-styled{padding:1.5rem 2rem 2rem;overflow-y:auto}.form-group-styled{margin-bottom:1.5rem}.form-group-styled label{color:#444;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-group-styled .req{color:#e74c3c;margin-left:2px}.form-group-styled input,.form-group-styled textarea{border:1px solid #ddd;border-radius:6px;width:100%;padding:.8rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-group-styled input::placeholder,.form-group-styled textarea::placeholder{color:#aaa}.form-group-styled input:focus,.form-group-styled textarea:focus{border-color:#333;outline:none}.ordered-items-section{margin-top:2rem}.ordered-items-section h3{color:#333;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.ordered-items-box{background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden}.items-list{background:#fafafa;padding:1rem}.ordered-item-row{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.ordered-item-row:last-child{margin-bottom:0}.ordered-item-left{flex-direction:column;display:flex}.item-title{color:#333;font-size:.95rem;font-weight:600}.item-weight{color:#888;margin-top:2px;font-size:.85rem}.ordered-item-right{flex-direction:column;align-items:flex-end;display:flex}.item-qty{color:#888;font-size:.85rem}.item-price{color:#848a6a;margin-top:2px;font-size:.95rem;font-weight:700}.ordered-total-row{background:#f4f5f0;border-top:1px solid #eee;justify-content:space-between;align-items:center;padding:1rem;display:flex}.total-label{color:#333;font-size:1.05rem;font-weight:700}.total-amount{color:#b78a88;font-size:1.1rem;font-weight:700}.form-actions-styled{justify-content:space-between;gap:1rem;margin-top:2rem;display:flex}.cancel-btn-styled{color:#444;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:6px;flex:1;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.cancel-btn-styled:hover:not(:disabled){background:#f9f9f9}.submit-btn-styled{color:#fff;cursor:pointer;background:#8e9e8f;border:none;border-radius:6px;flex:1;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s}.submit-btn-styled:hover:not(:disabled){background:#7d8d7e}.checkout-success-view{text-align:center;flex-direction:column;align-items:center;padding:3rem 2rem;display:flex}.success-icon-wrap{background-color:#848a6a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.success-icon{color:#fff;font-size:2rem;font-weight:700}.checkout-success-view h3{color:#333;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.checkout-success-view p{color:#666;max-width:80%;margin-bottom:2rem;font-size:1rem}.done-btn{color:#fff;cursor:pointer;background-color:#848a6a;border:none;border-radius:4px;padding:.75rem 3rem;font-size:1rem;font-weight:600;transition:background-color .2s}.done-btn:hover{background-color:#6e7358}
