@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Lato:wght@300;400;700&display=swap";.cart-container{padding:2.5rem 0 4rem}.cart-layout{display:grid;grid-template-columns:1fr 320px;gap:2.5rem}.cart-items-section{display:flex;flex-direction:column;gap:1.5rem}.cart-section-title{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:500;color:#2f241f;letter-spacing:.02em;margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem}.cart-section-title i{color:#7b3b12;font-size:1.3rem}.cart-item-card{background:#fffaf6;border:1px solid #e8ddd2;border-radius:12px;overflow:hidden;display:flex;gap:1.5rem;padding:1.25rem;transition:all .3s ease;box-shadow:0 4px 12px #2f241f0f}.cart-item-card:hover{box-shadow:0 8px 24px #2f241f1f;border-color:#7b3b12;transform:translateY(-2px)}.cart-item-image-wrapper{flex-shrink:0;width:120px;height:120px;border-radius:8px;overflow:hidden;background:#f2e8de;position:relative;box-shadow:0 2px 8px #0000001a}.cart-item-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cart-item-card:hover .cart-item-image-wrapper img{transform:scale(1.05)}.cart-item-details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-header{margin-bottom:1rem}.cart-item-title{font-family:Playfair Display,Georgia,serif;font-size:1.05rem;font-weight:500;color:#2f241f;margin:0 0 .4rem;letter-spacing:.01em;text-transform:capitalize}.cart-item-sku{font-size:.8rem;color:#8a7a6f;font-weight:400;letter-spacing:.05em}.cart-item-footer{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:1rem;border-top:1px solid #ede3d6}.cart-qty-control{display:flex;align-items:center;gap:.75rem}.qty-label{font-size:.79rem;color:#8a7a6f;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.qty-form{display:flex;align-items:center;gap:.4rem}.cart-item-qty-input{width:55px;padding:.45rem .5rem;border:1px solid #dcc8b8;border-radius:6px;font-size:.9rem;font-weight:600;color:#2f241f;text-align:center;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.cart-item-qty-input:focus{outline:none;border-color:#7b3b12;box-shadow:0 0 0 3px #7b3b121a}.cart-item-qty-input::-webkit-outer-spin-button,.cart-item-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-qty-btn{padding:.45rem .6rem;background:#7b3b12;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.75rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.cart-item-qty-btn:hover{background:#5a2b0a;transform:scale(1.05)}.cart-item-prices{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;min-width:100px}.price-row{display:flex;gap:.5rem;align-items:baseline;font-size:.85rem}.price-label{color:#8a7a6f;font-weight:400;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.price-value{color:#7b3b12;font-weight:600;font-size:1rem}.subtotal-value{font-family:Playfair Display,Georgia,serif;font-size:1.15rem;font-weight:600;color:#2f241f}.cart-item-remove-btn{padding:.5rem .7rem;background:none;border:1px solid #e8ddd2;color:#9e3b3b;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.cart-item-remove-btn:hover{background:#f6d7d7;border-color:#9e3b3b}.cart-summary{background:linear-gradient(135deg,#f3dfcf,#efe5dc);border-radius:12px;padding:1.75rem;border:1px solid #dcc8b8;position:sticky;top:100px;height:fit-content;box-shadow:0 4px 16px #2f241f14}.summary-title{font-family:Playfair Display,Georgia,serif;font-size:1.1rem;font-weight:500;color:#2f241f;margin-bottom:1.5rem;letter-spacing:.02em;text-align:center;padding-bottom:1rem;border-bottom:1px solid #dcc8b8}.summary-rows{display:flex;flex-direction:column;gap:.9rem;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.summary-row-label{color:#5a463b;font-weight:400}.summary-row-value{color:#2f241f;font-weight:600}.summary-row.total{padding-top:1rem;border-top:1px solid #dcc8b8;margin-top:.5rem}.summary-row.total .summary-row-label{font-family:Playfair Display,Georgia,serif;font-size:1.05rem;font-weight:600;color:#2f241f}.summary-row.total .summary-row-value{font-family:Playfair Display,Georgia,serif;font-size:1.35rem;color:#7b3b12;font-weight:700}.checkout-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#7b3b12,#5a2b0a);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.6rem;box-shadow:0 4px 12px #7b3b1240}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7b3b1259;background:linear-gradient(135deg,#5a2b0a,#3d1c07);color:#fff;text-decoration:none}.cart-empty{background:linear-gradient(135deg,#fffaf6,#f7f3ef);border:2px dashed #dcc8b8!important;padding:4rem 2rem!important;text-align:center;border-radius:12px}.cart-empty-icon{color:#dcc8b8;margin-bottom:1.5rem}.cart-empty-title{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:#5a463b;margin-bottom:.75rem;font-weight:500}.cart-empty-text{color:#8a7a6f;font-size:1rem;margin-bottom:2rem;line-height:1.6}.btn-continue-shopping{display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 1.5rem;background:#fff;border:1px solid #dcc8b8;color:#2f241f;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;transition:all .3s ease;cursor:pointer}.btn-continue-shopping:hover{background:#f7f3ef;border-color:#7b3b12;color:#7b3b12;transform:translate(-3px)}.flash-message{border-radius:8px;border:none;padding:1rem 1.25rem;font-weight:500;font-size:.95rem;animation:slideIn .3s ease}.alert-success{background:#daf0dc;color:#0d5c14;box-shadow:0 4px 12px #0f5d161a}.alert-danger{background:#f6d7d7;color:#9b1d1d;box-shadow:0 4px 12px #9b1d1d1a}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cart-actions-bottom{display:flex;gap:1.5rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #e8ddd2}.btn-terra{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2rem;background:linear-gradient(135deg,#7b3b12,#5a2b0a);color:#fff;border:none;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #7b3b1233}.btn-terra:hover{background:linear-gradient(135deg,#5a2b0a,#3d1c07);transform:translateY(-2px);box-shadow:0 6px 20px #7b3b124d;color:#fff;text-decoration:none}@media(max-width:1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:768px){.cart-item-card{flex-direction:column;padding:1rem;gap:1rem}.cart-item-image-wrapper{width:100%;height:180px}.cart-item-footer{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.cart-item-prices{align-items:flex-start}.cart-section-title{font-size:1.25rem}.cart-summary{margin-top:2rem}.cart-qty-input{width:50px;font-size:.85rem}.cart-actions-bottom{flex-direction:column}.btn-terra,.btn-continue-shopping{width:100%;justify-content:center}.summary-row.total .summary-row-value{font-size:1.25rem}}@media(max-width:480px){.cart-container{padding:1.5rem 0 2.5rem}.cart-item-card{padding:.75rem;gap:.75rem}.cart-item-image-wrapper{width:100%;height:140px}.cart-item-title{font-size:.95rem}.cart-summary{padding:1.25rem}.checkout-btn{font-size:.85rem;padding:.85rem}.summary-row.total .summary-row-value{font-size:1.1rem}}.checkout-container{padding:2.5rem 0 4rem}.checkout-layout{display:grid;grid-template-columns:1fr 340px;gap:2.5rem}.checkout-form-column{display:flex;flex-direction:column;gap:0}.form-section{background:#fffaf6;border:1px solid #e8ddd2;border-radius:12px;padding:1.75rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #2f241f0a;transition:box-shadow .3s ease}.form-section:hover{box-shadow:0 4px 16px #2f241f14}.form-section h3{font-family:Playfair Display,Georgia,serif;font-size:1.15rem;font-weight:500;color:#2f241f;margin-bottom:1.5rem;letter-spacing:.01em;display:flex;align-items:center;gap:.6rem;padding-bottom:1rem;border-bottom:2px solid #f2e8de}.form-section h3 i{color:#7b3b12;font-size:1.2rem}.form-group{margin-bottom:1.25rem}.form-group label{font-weight:600;color:#2f241f;font-size:.9rem;margin-bottom:.5rem;letter-spacing:.02em;text-transform:capitalize}.form-control,.form-select{border:1px solid #dcc8b8;border-radius:8px;padding:.65rem .9rem;font-size:.95rem;color:#2f241f;background:#fff;transition:all .2s ease}.form-control:focus,.form-select:focus{border-color:#7b3b12;box-shadow:0 0 0 3px #7b3b121a;outline:none}.form-control.is-invalid,.form-select.is-invalid{border-color:#9e3b3b}.form-control.is-invalid:focus,.form-select.is-invalid:focus{box-shadow:0 0 0 3px #9e3b3b1a}.invalid-feedback{color:#9e3b3b;font-size:.8rem;margin-top:.35rem;display:block}.form-check{background:#f7f3ef;border:1px solid #ede3d6;border-radius:8px;padding:1rem;margin-bottom:1rem;transition:all .2s ease}.form-check:hover{background:#fffaf6;border-color:#dcc8b8}.form-check-input{border:2px solid #dcc8b8;border-radius:4px;margin-top:.2rem;cursor:pointer;transition:all .2s ease}.form-check-input:checked{background-color:#7b3b12;border-color:#7b3b12}.form-check-input:focus{border-color:#7b3b12;box-shadow:0 0 0 3px #7b3b121a}.form-check-label{cursor:pointer;margin-bottom:0;margin-left:.5rem}.form-check-label strong{color:#2f241f;font-size:.95rem}.order-summary{background:linear-gradient(135deg,#f3dfcf,#efe5dc);border-radius:12px;padding:2rem;border:1px solid #dcc8b8;position:sticky;top:100px;height:fit-content;box-shadow:0 4px 16px #2f241f14}.order-summary h3{font-family:Playfair Display,Georgia,serif;font-size:1.15rem;font-weight:500;color:#2f241f;margin-bottom:1.5rem;letter-spacing:.02em;text-align:center;padding-bottom:1rem;border-bottom:1px solid #dcc8b8;display:flex;align-items:center;justify-content:center;gap:.6rem}.order-summary h3 i{color:#7b3b12}.order-item{display:flex;justify-content:space-between;align-items:baseline;padding:.9rem 0;font-size:.9rem;color:#5a463b;border-bottom:1px solid #ede3d6}.order-item:last-child{border-bottom:none}.order-item span{flex:1}.order-item .currency{text-align:right;color:#7b3b12;font-weight:600;min-width:80px}.order-total{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;margin-top:1rem;border-top:2px solid #dcc8b8;border-bottom:2px solid #dcc8b8;font-weight:600}.order-total span:first-child{font-family:Playfair Display,Georgia,serif;font-size:1.05rem;color:#2f241f}.order-total .currency{font-family:Playfair Display,Georgia,serif;font-size:1.35rem;color:#7b3b12;text-align:right}.checkout-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e8ddd2}.btn-back-to-cart{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border:1px solid #dcc8b8;color:#7b3b12;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;transition:all .3s ease;cursor:pointer}.btn-back-to-cart:hover{background:#f7f3ef;border-color:#7b3b12;color:#5a2b0a;transform:translate(-3px)}.checkout-error-alert{background:#f6d7d7;border:1px solid #9e3b3b;color:#5a1c1c;border-radius:12px;padding:1.25rem;margin-bottom:2rem;box-shadow:0 4px 12px #9b1d1d1a}.checkout-error-alert strong{color:#2f241f}.checkout-error-alert ul{margin:.75rem 0 0;padding-left:1.5rem}.checkout-error-alert li{margin-bottom:.35rem;font-size:.9rem}.shipping-info-box{margin-top:1.5rem;padding:1rem;background:#f2e8de;border-left:4px solid #7b3b12;border-radius:4px;font-size:.85rem;color:#5a463b;line-height:1.6}.shipping-info-box i{color:#7b3b12;margin-right:.5rem}.shipping-info-box strong{color:#2f241f;display:block;margin-bottom:.5rem}@media(max-width:1024px){.checkout-layout{grid-template-columns:1fr}.order-summary{position:static;margin-top:2rem}}@media(max-width:768px){.checkout-container{padding:1.5rem 0 2.5rem}.form-section{padding:1.25rem;margin-bottom:1rem}.form-section h3{font-size:1rem;margin-bottom:1rem}.checkout-actions{flex-direction:column}.btn-terra,.btn-back-to-cart{width:100%;justify-content:center}.order-summary{padding:1.5rem}.row{--bs-gutter-x: .75rem}.col-md-6{flex:0 0 auto;width:100%}.col-md-12{width:100%}}@media(max-width:480px){.form-group{margin-bottom:1rem}.form-control,.form-select{font-size:.9rem;padding:.6rem .8rem}.btn-terra{font-size:.85rem;padding:.75rem 1.25rem}.order-summary h3{font-size:1rem}.order-total .currency{font-size:1.15rem}}.site-footer{background:#2f241f0d;border-top:1px solid #e8ddd2;padding:2.5rem 0;text-align:center;font-size:.88rem;color:#8a7a6f;margin-top:3rem}
