.modal-overlay{position:fixed;inset:0;background:#22352e42;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:flex-start;z-index:3000;padding:120px 16px 24px;box-sizing:border-box;animation:modalFade .4s ease}@keyframes modalFade{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:4px;position:relative;width:100%;max-width:560px;box-shadow:0 30px 80px -50px #22352e8c;overflow:hidden;box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:16px;animation:modalRise .55s cubic-bezier(.16,1,.3,1)}@keyframes modalRise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.modal-content.small{max-width:440px}.modal-content.medium{max-width:560px}.modal-content.large{max-width:1040px}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:26px 30px 18px;border-bottom:1px solid #ece3d8}.modal-title{margin:0;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;line-height:1.2;letter-spacing:0;color:#22352e}.modal-close{position:static;flex-shrink:0;width:38px;height:38px;font-size:22px;line-height:1;background:none;border:none;border-radius:50%;cursor:pointer;color:#22352e;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.modal-close:hover{background:#22352e12;color:#8d432a}.modal-body{padding:26px 30px 30px;max-height:calc(100vh - 200px);overflow:auto;box-sizing:border-box;font-family:Instrument Sans,system-ui,sans-serif;color:#6c6862}@media (prefers-reduced-motion: reduce){.modal-overlay,.modal-content{animation:none}}.modal-body .auth-panel{max-width:none;margin:0;padding:0;border:none;border-radius:0;background:transparent}.auth-switch{display:flex;gap:4px;padding:4px;margin-bottom:26px;background:#f7f0e7;border-radius:999px}.auth-panel .auth-switch-btn{flex:1;margin:0;padding:11px 14px;border:none;border-radius:999px;background:transparent;color:#6c6862;font-family:Instrument Sans,system-ui,sans-serif;font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:background .22s ease,color .22s ease}.auth-panel .auth-switch-btn:hover:not(:disabled){color:#8d432a}.auth-panel .auth-switch-btn.is-active{background:#fff;color:#22352e;box-shadow:0 6px 16px -12px #22352e8c}.auth-panel .auth-switch-btn:disabled{opacity:.6;cursor:not-allowed}.modal-body .auth-panel form{gap:0}.modal-body .auth-panel label{font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;font-weight:600;color:#8d432a;margin-bottom:8px}.modal-body .auth-panel input{padding:13px 14px;margin-bottom:20px;border:1px solid #ece3d8;border-radius:4px;background:#fff;font-family:Instrument Sans,system-ui,sans-serif;font-size:15px;color:#22352e;transition:border-color .22s ease,box-shadow .22s ease}.modal-body .auth-panel input::placeholder{color:#b6afa6}.modal-body .auth-panel input:focus{outline:none;border-color:#8d432a;box-shadow:0 0 0 3px #8d432a1a}.modal-body .auth-panel input:disabled{background:#faf7f3;cursor:not-allowed}.modal-body .auth-panel .login-button{margin:8px 0 0;padding:15px 34px;border:1px solid #8d432a;border-radius:999px;background:#8d432a;color:#faf5f0;font-family:Instrument Sans,system-ui,sans-serif;font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;transition:background .3s cubic-bezier(.22,1,.36,1),border-color .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1)}.modal-body .auth-panel .login-button:hover:not(:disabled){background:#6f341f;border-color:#6f341f;box-shadow:0 12px 28px -14px #6f341f8c}.modal-body .auth-panel .login-button:disabled{opacity:.7;cursor:not-allowed}.modal-body .auth-panel .recover-password-button{margin:-10px 0 18px;color:#6c6862;font-family:Instrument Sans,system-ui,sans-serif;font-size:13px;text-decoration:none;border-bottom:1px solid #ece3d8;padding-bottom:2px;transition:color .22s ease,border-color .22s ease}.modal-body .auth-panel .recover-password-button:hover:not(:disabled){color:#8d432a!important;border-color:#8d432a}.modal-body .auth-panel .error-message{margin:18px 0 0;padding:12px 14px;border-radius:4px;border:1px solid #e6c9bb;background:#fbf1ec;color:#8a4f2d;font-family:Instrument Sans,system-ui,sans-serif;font-size:13.5px;line-height:1.5}@media (max-width: 768px){.modal-overlay{padding-top:90px}.modal-header{padding:22px 22px 16px}.modal-body{padding:22px;max-height:calc(100vh - 170px)}}:root{--cream: rgba(255, 251, 241, 1);--cream-transparent: rgba(255, 251, 241, .8);--beige-light: rgba(252, 225, 211, .7);--orange-dark: #573720;--brown-light: #996139;--tan: #d2b48c;--sa-green: #7a9e7e;--sa-gold: #c9a84c}.shopping-cart{position:fixed;inset:0;width:100%;height:100vh;background:#2c1a0e73;backdrop-filter:blur(3px);z-index:1000;display:flex;justify-content:flex-end;animation:cartFade .25s ease}@keyframes cartFade{0%{opacity:0}to{opacity:1}}.cart-container{width:100%;max-width:420px;height:100%;display:flex;flex-direction:column;background:#fffdf9;box-shadow:-8px 0 40px #2c1a0e47;animation:cartSlide .32s cubic-bezier(.22,1,.36,1)}@keyframes cartSlide{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{padding:1.4rem 1.6rem;border-bottom:1px solid rgba(210,180,140,.35);display:flex;justify-content:space-between;align-items:center;background:#fffdf9}.cart-header h2{font-size:1.4rem;color:var(--orange-dark);font-family:Fraunces,serif;font-weight:600;margin:0}.close-button{background:#5737200f;border:none;color:var(--orange-dark);font-size:1.1rem;cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.close-button:hover{background:#5737201f;transform:rotate(90deg)}.cart-content{flex:1;overflow-y:auto;padding:1.4rem 1.6rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.loading-message,.error-message,.empty-cart-message{padding:3rem 2rem;text-align:center;color:var(--brown-light);font-size:1.05rem;line-height:1.6}.error-message{color:#c2410c}.empty-cart-message:before{content:"🛒";display:block;font-size:2.4rem;margin-bottom:.75rem;opacity:.6}.cart-item{display:flex;gap:1rem;padding:1.1rem 2.4rem 1.1rem 1.1rem;background:#fff;border-radius:14px;border:1px solid rgba(210,180,140,.3);box-shadow:0 2px 10px #5737200d;position:relative;transition:box-shadow .2s ease}.cart-item:hover{box-shadow:0 6px 18px #5737201a}.item-details{flex:1;display:flex;flex-direction:column;gap:.55rem}.item-title{font-size:1.02rem;font-weight:700;color:var(--orange-dark);margin:0;line-height:1.3}.item-category{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--sa-green);font-weight:700}.item-price{display:flex;align-items:baseline;gap:.5rem;font-size:1.05rem;font-weight:700;color:var(--orange-dark)}.original-price{text-decoration:line-through;color:var(--brown-light);font-size:.85rem;font-weight:500}.discount-price{color:#15803d}.total{display:flex;align-items:center;justify-content:space-between;padding:.6rem .75rem;background:var(--cream);border-radius:10px;border:1px solid rgba(87,55,32,.1);gap:.5rem}.item-quantity{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#432b18;font-weight:500}.quantity-controls{display:flex;align-items:center;gap:.4rem}.quantity-button{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:#57372014;border:none;border-radius:7px;color:#432b18;cursor:pointer;transition:all .15s ease;font-weight:700;font-size:.95rem}.quantity-button:hover{background:var(--sa-green);color:#fff}.quantity-button:active{transform:scale(.92)}.quantity-button:disabled{opacity:.4;cursor:not-allowed;background:#5737200d}.quantity-input{width:44px;height:30px;padding:.2rem;border:1px solid rgba(87,55,32,.18);border-radius:7px;text-align:center;font-size:.9rem;font-weight:700;color:#432b18;background:#fff;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input:focus{outline:none;border-color:var(--sa-green);box-shadow:0 0 0 3px #7a9e7e2e}.item-total{font-size:1rem;font-weight:700;color:var(--orange-dark)}.remove-button{background:none;border:none;color:var(--brown-light);font-size:.95rem;cursor:pointer;padding:.4rem;transition:color .2s ease;position:absolute;top:.9rem;right:.7rem}.remove-button:hover{color:#c2410c}.cart-footer{padding:1.4rem 1.6rem;border-top:1px solid rgba(210,180,140,.35);background:#fffdf9}.total-container{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.total-label{font-size:1.05rem;color:var(--brown-light);font-weight:600}.total-amount{font-size:1.5rem;color:var(--orange-dark);font-weight:700;font-family:Fraunces,serif}.checkout-button{width:100%;padding:1rem;background:linear-gradient(135deg,#573720,#3d2512);color:var(--cream);border:none;border-radius:12px;font-size:1.05rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;font-family:Quicksand,sans-serif}.checkout-button:hover{box-shadow:0 10px 26px #5737204d}.checkout-button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.cart-trust{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:.9rem;font-size:.78rem;color:var(--brown-light)}.cart-trust i{color:var(--sa-green)}@media (max-width: 480px){.cart-container{max-width:100%}.cart-header,.cart-content,.cart-footer{padding-left:1.1rem;padding-right:1.1rem}.total-amount{font-size:1.35rem}}
