@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap";:root{--primary-color: #10b981;--primary-light: #34d399;--primary-dark: #047857;--secondary-color: #f59e0b;--text-secondary: red;--background: #030303;--background-light: #f9fafb;--border: #e5e7eb;--border-light: #f3f4f6;--shadow: rgba(0, 0, 0, .1);--background-colour: #F6F5F4;--text-colour: #595E4E;--banner-colour-1: #C8D7C4;--banner-colour-2: #C8D7C480;--border-colour: var(--text-colour);--background-menu-colour: #E5E9E0BF;--radius-tile: 10px;--radius-image: 50px;--radius-button: 10px;--button-colour: #C8D7C4;--button-text-colour: #595E4E;--button-text-hover-colour: #C8D7C4;--button-hover-colour: #595E4E;--button-colour1: #C8D7C4;--button-colour2: #E0E8E0;--button-colour3: #595E4E;--primary-font-web-copy: "EB Garamond",Georgia, serif;--primary-font-body-copy: "Outfit", Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:var(--primary-font-body-copy);background-color:var(--background-colour);color:var(--text-colour)}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1{font-family:var(--primary-font-web-copy);letter-spacing:.1em;font-size:128px;font-weight:400}h2{font-family:var(--primary-font-web-copy);font-size:64px;font-weight:700}h3{font-family:var(--primary-font-web-copy);font-size:20px;font-weight:700}h4{font-family:var(--primary-font-web-copy);font-size:16px;font-weight:700}h5{font-size:20px;font-weight:400}h6{font-size:16px;font-weight:400}a{text-decoration:underline;color:var(--text-colour);font-family:var(--primary-font-web-copy);font-size:20px;font-weight:700;display:flex}.top-nav-bar button{text-decoration:underline;color:var(--text-colour);font-family:var(--primary-font-web-copy);font-size:20px;font-weight:700;display:flex;border:none;cursor:pointer}.top-nav-bar a img{width:30px;height:30px}ul{display:flex;gap:50px;padding:0;margin:0}li{list-style:none}p{font-size:15px}#root{isolation:isolate}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--background-colour);border-left:2px solid var(--banner-colour-2)}::-webkit-scrollbar-thumb{background:#98a389;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text-colour)}@media(max-width:1024px){h1{font-size:96px;letter-spacing:.08em}h2{font-size:48px}a{font-size:18px}ul{gap:30px}}@media(max-width:768px){h1{font-size:3rem;letter-spacing:.05em}h2{font-size:2rem}h3{font-size:18px}a{font-size:16px}ul{gap:20px}}@media(max-width:480px){h1{font-size:2rem;letter-spacing:.03em}h2{font-size:1.5rem}h3{font-size:16px}h4,a,p{font-size:14px}ul{gap:15px}}:root{--primary-color: #10b981;--primary-light: #34d399;--primary-dark: #047857;--secondary-color: #f59e0b;--text-primary: #1f2937;--text-secondary: #6b7280;--background: #ffffff;--background-light: #f9fafb;--border: #e5e7eb;--border-light: #f3f4f6;--shadow: rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-colour);background:var(--background-colour);line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.header h1{font-size:3rem;margin-bottom:.5rem;font-weight:700}.header p{font-size:1.2rem;opacity:.9}.demo-badge{background:#fff3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;margin-top:1rem;display:inline-block;border:1px solid rgba(255,255,255,.3)}.main{margin:0 auto;width:100%}.hero{text-align:center;margin-bottom:3rem;padding:2rem 0}.hero h2{font-size:2.5rem;color:var(--text-colour);margin-bottom:1rem}.hero p{font-size:1.2rem;color:var(--text-secondary)}.products h3{font-size:2rem;color:var(--text-colour);margin-bottom:2rem;text-align:center}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-bottom:3rem;align-items:center;justify-content:center;place-items:center}.description{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem}.price{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.type{background:var(--background-light);padding:.25rem .75rem;border-radius:20px;font-size:.8rem;color:var(--text-secondary);border:1px solid var(--border)}.out-of-stock{background:#fee2e2;color:#dc2626;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:500}.tag.occasion{background:#ddd6fe;color:#7c3aed}.tag.color{background:#fef3c7;color:#d97706}.loading,.error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.loading{font-size:1.2rem;color:var(--text-secondary)}.error h2{color:#dc2626;margin-bottom:1rem}.error button{margin-top:1rem;padding:.75rem 1.5rem;background:var(--primary-color);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem}.error button:hover{background:var(--primary-dark)}.no-products{text-align:center;padding:3rem;color:var(--text-secondary)}.no-products code{background:var(--background-light);padding:.5rem 1rem;border-radius:6px;font-family:Courier New,monospace;color:var(--primary-color);border:1px solid var(--border)}.footer{background:var(--background-light);border-top:1px solid var(--border);padding:2rem 1rem;text-align:center;color:var(--text-secondary)}@media(max-width:768px){.header h1{font-size:2rem}.header p{font-size:1rem}.hero h2{font-size:2rem}.hero p{font-size:1rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}}.banner-menu{width:auto;height:42px;background-color:var(--banner-colour-1);justify-content:center;display:flex;align-items:center}.logo-image{display:flex;justify-content:center;align-items:center;padding:8px}.banner-image{width:100%;height:100px;background:url(../assets/banner-image.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:var(--banner-colour-1);display:flex;justify-content:center;align-items:center}.flora-header{width:100%;background:#fff}.flora-header-sticky{position:sticky;top:0;z-index:1000}.top-nav{background:#fff;padding:.4rem 2rem;border-bottom:1px solid #e5e5e5}.top-nav-links{display:flex;justify-content:flex-end;align-items:center;gap:2rem;max-width:1400px;margin:0 auto}.top-nav-link{color:#333;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease;background:none;border:none;cursor:pointer;padding:0;font-family:inherit}.top-nav-link:hover{color:#7a9b7a}.auth-button{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.user-menu-wrapper{position:relative}.user-menu-button{display:flex;align-items:center;gap:.5rem;max-width:none!important}.user-avatar-small{width:28px;height:28px;border-radius:50%;overflow:hidden;background:#6b7a5e;display:flex;align-items:center;justify-content:center}.user-avatar-small img{width:100%;height:100%;object-fit:cover}.avatar-text{color:#fff;font-size:.875rem;font-weight:600}.user-name-text{font-size:.9rem;font-weight:500;color:#333}.dropdown-arrow{transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}.user-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:240px;overflow:hidden;z-index:1000;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:1rem;border-bottom:1px solid #e5e5e5;background:#fafafa}.dropdown-user-name{font-size:.95rem;font-weight:600;color:#333;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-user-email{font-size:.8rem;color:#666;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-divider{height:1px;background:#e5e5e5;margin:.25rem 0}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#333;text-decoration:none;font-size:.9rem;transition:background .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-family:inherit}.dropdown-item:hover{background:#f5f5f0}.dropdown-item svg{flex-shrink:0;color:#7a9b7a}.dropdown-item.logout-item{color:#d14343}.dropdown-item.logout-item svg{color:#d14343}.dropdown-item.logout-item:hover{background:#fff5f5}.cart-icon-wrapper{display:flex;align-items:center;gap:.5rem;color:#333;text-decoration:none;position:relative;transition:color .2s ease}.cart-icon-wrapper:hover{color:#7a9b7a}.cart-counter{font-size:.9rem;font-weight:600;color:#333}.main-menu{background:#7a9b7a;padding:.4rem 2rem;display:flex;justify-content:center;align-items:center;gap:3rem}.menu-link{color:#fff;text-decoration:underline;font-size:1rem;font-weight:700;text-transform:capitalize;transition:opacity .2s ease;letter-spacing:.3px}.menu-link:hover{opacity:.8}.floral-background{background:linear-gradient(135deg,#f5f5f0,#e8f0e8,#f5f5f0);position:relative;overflow:hidden;height:60px}.floral-illustration{width:100%;height:100%;display:block}.secondary-menu{background:#7a9b7a;padding:.4rem 2rem;display:flex;justify-content:center;align-items:center;gap:2.5rem;flex-wrap:wrap}.secondary-link{color:#fff;text-decoration:underline;font-size:.95rem;font-weight:700;transition:opacity .2s ease;white-space:nowrap;letter-spacing:.3px}.secondary-link:hover{opacity:.8}@media(max-width:1024px){.main-menu,.secondary-menu{gap:1.5rem;flex-wrap:wrap}.menu-link,.secondary-link{font-size:.9rem}.floral-background{height:50px}}@media(max-width:768px){.top-nav-links{gap:1rem;font-size:.85rem}.main-menu,.secondary-menu{padding:.75rem 1rem;gap:1rem}.menu-link,.secondary-link{font-size:.8rem}.floral-background{height:45px}.auth-button{max-width:100px}}.mobile-menu-toggle{display:none}@media(max-width:768px){.banner-menu{display:none}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;position:absolute;left:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-colour);cursor:pointer;padding:.5rem;z-index:1001;transition:opacity .2s ease}.mobile-menu-toggle:hover{opacity:.7}.banner-container{position:relative}.top-nav-link[href="/contact"]{display:none}.top-nav-links{gap:.75rem}.user-name-text{display:none}.auth-button{font-size:.85rem;padding:.25rem .5rem}}.mobile-menu-overlay{position:fixed;inset:0;background:#00000080;z-index:1100;animation:fadeIn .3s ease}.mobile-menu{position:fixed;top:0;left:0;width:75%;max-width:320px;height:100vh;background:#fff;z-index:1101;padding:1.5rem;overflow-y:auto;box-shadow:2px 0 10px #0000001a;animation:slideInLeft .3s ease}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.mobile-menu-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#333;cursor:pointer;padding:.5rem;border-radius:50%;transition:background .2s ease}.mobile-menu-close:hover{background:#f0f0f0}.mobile-menu-nav{margin-top:3rem;display:flex;flex-direction:column;gap:2rem}.mobile-menu-section{display:flex;flex-direction:column;gap:.75rem}.mobile-menu-section h3{font-family:var(--primary-font-web-copy);font-size:1.125rem;font-weight:600;color:var(--text-colour);margin:0 0 .5rem;padding-bottom:.5rem;border-bottom:2px solid var(--banner-colour-1)}.mobile-menu-section a{font-family:var(--primary-font-body-copy);color:var(--text-colour);text-decoration:none;padding:.75rem .5rem;border-radius:4px;transition:all .15s ease;font-size:.9375rem;position:relative;display:block}.mobile-menu-section a:hover{background:var(--button-colour1);color:var(--button-colour3);transform:translate(4px)}.mobile-menu-section a:active{background:var(--button-colour3);color:var(--button-colour1);transform:scale(.95);transition:all .05s ease}@media(max-width:480px){.top-nav{padding:.5rem 1rem}.top-nav-links{gap:.5rem}.top-nav-link{font-size:.7rem}.cart-counter{font-size:.75rem}.cart-icon-wrapper svg{width:20px;height:20px}.main-menu,.secondary-menu{padding:.5rem;gap:.5rem}.menu-link,.secondary-link{font-size:.7rem}.floral-background{height:40px}}.flora-footer{background:var(--banner-colour-1);padding:2rem 3rem 1.5rem;width:100%}.acknowledgment-section{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2.5rem;max-width:800px;width:100%;margin-left:auto;margin-right:auto;font-family:Outfit,sans-serif;color:#595e4e;padding:0 1rem}.flags{display:flex;gap:.5rem;flex-shrink:0}.aboriginal-flag,.torres-strait-flag{border:1px solid #999}.acknowledgment-text{font-size:.9rem;line-height:1.5;color:#333;margin:0}.footer-main{display:flex;align-items:flex-end;gap:3rem;justify-content:center;font-family:Outfit,sans-serif}.footer-brand{flex-shrink:0}.footer-brand h2{font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:400;margin:0;color:#333;font-style:italic}.footer-links{display:flex;gap:3rem;justify-content:center;font-family:Outfit,sans-serif}.footer-links-column{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:var(--text-colour);text-decoration:underline;font-size:.9rem;transition:opacity .2s ease}.footer-link:hover{opacity:.7}.social-icons{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;flex-shrink:0}.social-icon{width:45px;height:45px;background:#000;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s ease}.social-icon:hover{background:#333}.social-icon svg{width:24px;height:24px}@media(max-width:1024px){.flora-footer{padding:1.5rem 2rem 1rem}.footer-main{flex-wrap:wrap;gap:1.5rem}.footer-brand h2{font-size:2rem}}@media(max-width:768px){.flora-footer{padding:1.5rem 1.5rem 1rem}.acknowledgment-section{flex-direction:column;margin-bottom:1.5rem}.acknowledgment-text{font-size:.85rem;line-height:1.4}.footer-main{flex-direction:column;align-items:center;text-align:center;gap:1rem}.footer-links{gap:1.5rem}.footer-links-column{gap:.75rem}.footer-brand h2{font-size:1.8rem}}@media(max-width:480px){.flora-footer{padding:1rem .75rem}.acknowledgment-section{margin-bottom:1rem;padding:0 .5rem}.acknowledgment-text{font-size:.75rem;line-height:1.3}.footer-main{gap:.75rem}.footer-links{flex-direction:row;gap:1rem;align-items:flex-start;justify-content:center}.footer-links-column{display:flex;flex-direction:column;gap:.5rem;align-items:center}.footer-link{font-size:.8rem;line-height:1.2}.footer-brand{margin-bottom:.5rem}.footer-brand h2{font-size:1.3rem}.logo-image img{width:auto}.logo-image img:first-child{width:60px}.logo-image img:last-child{width:120px}.social-icon{width:40px;height:40px}.social-icon svg{width:20px;height:20px}}.product-card{overflow:hidden;box-shadow:0 4px 6px #00000012;transition:all .3s ease;position:relative;display:flex;flex-direction:column;height:100%;border-radius:20px}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001f}.product-card.out-of-stock{opacity:.7}.product-card.out-of-stock:hover{transform:none;box-shadow:0 4px 6px #00000012}.product-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1;cursor:pointer;background-color:var(--background-colour)}.product-link:hover{text-decoration:none;color:inherit}.product-image-container{position:relative;width:100%;height:300px;overflow:hidden;box-shadow:inset 0 0 0 1px #0000000d}.product-image-container:after{content:"";position:absolute;inset:0;background:#0000;transition:background .3s ease;pointer-events:none}.product-card:hover .product-image-container:after{background:#00000014}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8f5e8,#f0f8f0)}.placeholder-icon{font-size:3rem;opacity:.6}.stock-badge{position:absolute;top:.75rem;right:.75rem;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2;box-shadow:0 2px 8px #0000001a}.stock-badge.in-stock{background:#d4edda;color:#155724}.stock-badge.out-of-stock{background:#f8d7da;color:#721c24}.product-info{height:auto;flex:1;display:flex;flex-direction:column;gap:.75rem}.product-card-name{font-size:1.1rem;color:var(--text-colour);margin:0;line-height:1.3;min-height:2.6rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:auto}.product-card-price{font-size:1rem;font-weight:700;color:var(--text-colour);margin:0}.product-attributes{display:flex;flex-direction:column;gap:.5rem;flex:1}.attribute-group{display:flex;flex-direction:column;gap:.25rem}.attribute-label{font-size:.75rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.attribute-value{font-size:.875rem;color:#555;line-height:1.4}.product-card-description{font-family:var(--primary-font-body-copy);font-weight:420;font-size:.875rem;color:var(--text-colour);line-height:1.2;border-top:1px solid #e5e7eb;padding-top:.3rem}.product-actions{padding:0 1.5rem 1.5rem;margin-top:auto;background-color:var(--background-colour)}.product-actions p{font-weight:400}.product-actions .view-details-product-card-btn{color:var(--button-colour3);background-color:#fff;border:2px solid var(--button-colour2);font-family:var(--primary-font-body-copy);cursor:pointer;width:40%;height:50px;border-radius:var(--radius-button)}.product-actions .view-details-product-card-btn:hover{color:var(--button-colour3);background-color:var(--button-colour1);border:2px solid var(--button-colour3)}.product-actions .view-details-product-card-btn:active{color:var(--button-colour1);background-color:var(--button-colour3);border:2px solid var(--button-colour3)}.product-actions .buy-now-button{color:var(--button-colour3);background-color:var(--button-colour2);border:2px solid var(--button-colour3);font-family:var(--primary-font-body-copy);cursor:pointer;width:40%;height:50px;border-radius:var(--radius-button)}.product-actions .buy-now-button:hover{color:var(--button-colour3);background-color:var(--button-colour1);border:2px solid var(--button-colour3)}.product-actions .buy-now-button:active{color:var(--button-colour1);background-color:var(--button-colour3);border:2px solid var(--button-colour3)}.quick-actions{position:absolute;top:.75rem;left:.75rem;display:flex;gap:.5rem;opacity:0;transition:opacity .3s ease;z-index:2}.product-card:hover .quick-actions{opacity:1}.quick-action-btn{width:2.5rem;height:2.5rem;border-radius:50%;border:none;background:#ffffffe6;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.quick-action-btn:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px #00000026}.favorite-btn{color:#ff6b6b}.favorite-btn:hover{background:#ff6b6b;color:#fff}.cart-btn{color:#4a90e2}.cart-btn:hover{background:#4a90e2;color:#fff}.product-image.loading{position:relative;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-image{opacity:0;animation:fadeIn .3s ease-in forwards}@keyframes fadeIn{to{opacity:1}}@media(max-width:768px){.product-info{gap:.5rem}.product-name{min-height:auto}.product-actions{padding:0 1.25rem 1.25rem}.quick-actions{opacity:1}.quick-action-btn{width:2.25rem;height:2.25rem;font-size:.875rem}}@media(max-width:480px){.product-card{border-radius:8px}.product-actions{padding:0 1rem 1rem}.view-details-btn{padding:.75rem 1rem;font-size:.8125rem}.stock-badge{font-size:.6875rem;padding:.1875rem .625rem}}.products-page{min-height:100vh;background-color:#f8f9fa;width:100%;overflow-x:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-header{background:linear-gradient(135deg,#e8f5e8,#f0f8f0);padding:2rem 0;border-bottom:1px solid #e0e0e0}.page-header .container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.page-header h1{color:#2d5a2d;font-size:2.5rem;font-weight:300;margin:0;border-style:double}.page-content{padding:2rem 0;background-color:var(--background-colour)}.container{max-width:1400px;margin:0 auto;padding:0 1rem}.content-wrapper{display:flex;flex-direction:column;gap:2rem}.search-bar{position:relative;max-width:400px}.search-form{position:relative}.search-input-container{position:relative;display:flex;align-items:center}.search-input{width:100%;padding:.3rem 1rem;border:2px solid #ddd;border-radius:25px;font-family:var(--primary-font-body-copy);font-size:1rem;outline:none;transition:border-color .3s ease;height:auto}.search-input:focus{border-color:var(--banner-colour-1);box-shadow:0 0 0 3px #4a90e21a}.search-button{position:absolute;right:.5rem;background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .3s ease}.search-button:hover{background-color:#f0f0f0}.search-clear-button{position:absolute;right:2.5rem;background:none;border:none;font-size:1rem;cursor:pointer;padding:.25rem;color:#666;border-radius:50%}.search-clear-button:hover{background-color:#f0f0f0}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 4px 6px #0000001a;z-index:1000;max-height:300px;overflow-y:auto}.suggestion-item{padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f0f0f0}.suggestion-item:hover,.suggestion-item.selected{background-color:#f8f9fa}.suggestion-item.selected{border-left:3px solid #007bff}.suggestion-item.loading{text-align:center;color:#666;font-style:italic}.suggestion-item.search-exact{background-color:#e8f4fd;color:#1a73e8;font-weight:500}.suggestion-item.no-results{text-align:center;color:#666;font-style:italic}.mobile-filter-toggle,.mobile-filter-close,.mobile-filter-overlay{display:none}.filter-sidebar{width:100%;max-width:1200px;margin:0 auto}.filter-sidebar-content{width:100%}.filter-header{margin-bottom:1rem}.filter-header h3{margin:0 0 .5rem;color:#333;font-size:1.25rem}.active-filters{font-size:.875rem;color:#666}.clear-all-btn{background:#ff4757;color:#fff;border:none;padding:.375rem .75rem;border-radius:4px;font-size:.875rem;cursor:pointer;transition:background-color .3s ease}.clear-all-btn:hover{background:#ff3838}.filter-options{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-label{font-weight:600;color:red;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.filter-select{font-family:var(--primary-font-web-copy);color:var(--text-colour);padding:.125rem;cursor:pointer;transition:border-color .3s ease;border:none;outline:none;background-color:var(--background-colour);border-top:1px solid var(--text-colour);border-bottom:1px solid var(--text-colour);font-size:1rem}.filter-select:focus{box-shadow:0 0 0 2px #4a90e21a;background:var(--background-menu-colour)}.filter-select-menu{font-family:var(--primary-font-body-copy);font-size:.9rem;border:1rem}.filter-tips{margin-top:2rem;padding-top:1rem;border-top:1px solid orange}.filter-tips h4{margin:0 0 .5rem;font-size:.875rem;color:red}.filter-tips ul{margin:0;padding-left:1rem;font-size:.75rem;color:#00f;line-height:1.4}.filter-tips li{margin-bottom:.25rem}.products-main{min-height:80vh;width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding:0 1rem}.results-header{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-left:2rem;margin-right:2rem;font-family:var(--primary-font-body-copy);min-height:55px;flex-wrap:wrap;gap:1rem}.results-info{font-size:.875rem;color:#666}.filter-count{color:var(--text-colour);opacity:50%;font-weight:500;margin-left:2rem}.clear-filters-btn{background:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background-color .3s ease}.clear-filters-btn:hover{background:#5a6268}.error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:2rem;border:1px solid #f5c6cb}.product-grid-container{width:90%;margin:auto}.product-count{font-size:.875rem;color:var(--text-colour);font-weight:500}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.product-grid-loading{width:100%}.loading-container{text-align:center;margin:3rem 0}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #4a90e2;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.product-grid.skeleton{opacity:.6}.skeleton-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.skeleton-image{width:100%;height:200px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.skeleton-content{padding:1rem}.skeleton-title,.skeleton-price,.skeleton-button{height:1rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;margin-bottom:.5rem}.skeleton-button{width:60%;height:2rem}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.product-grid-empty{text-align:center;padding:4rem 2rem}.empty-state{max-width:400px;margin:0 auto}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{color:#666;margin-bottom:1rem}.empty-state p{color:#999;margin-bottom:2rem}.empty-suggestions{text-align:left;background:#f8f9fa;padding:1.5rem;border-radius:8px;border:1px solid #e9ecef}.empty-suggestions h4{margin:0 0 .75rem;color:#666;font-size:.875rem}.empty-suggestions ul{margin:0;padding-left:0;color:#777;font-size:.875rem;line-height:1.5;flex-direction:column;gap:.5rem}.empty-suggestions li{margin-bottom:.5rem}.grid-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #eee}.grid-info{font-size:.875rem;color:#666}.products-pagination{margin-top:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.pagination-controls{display:flex;gap:.5rem;align-items:center}.pagination-btn{color:var(--button-colour3);border:2px solid var(--button-colour3);background:var(--button-colour1);padding:.5rem 1rem;cursor:pointer;border-radius:var(--radius-button);font-size:.875rem;font-weight:400;font-family:var(--primary-font-body-copy)}.pagination-btn.active{background:var(--button-colour3);color:var(--button-colour1)}.pagination-btn:hover:not(.active):not(:disabled){background:var(--button-colour2);color:var(--button-colour3);border-color:2px solid var(--button-colour3)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:.875rem;color:#666}@media(max-width:1024px){.results-header{margin-left:1rem;margin-right:1rem}.products-main{padding:0 .5rem}}@media(max-width:768px){.products-page{width:100%;max-width:100vw;overflow-x:hidden}.page-content{padding:1rem 0;width:100%;max-width:100%}.content-wrapper{gap:0;position:relative;width:100%;max-width:100%}.mobile-filter-toggle{display:flex;align-items:center;gap:.5rem;background:var(--banner-colour-1);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin:0 auto 1.5rem;box-shadow:0 2px 8px #00000026;transition:all .3s ease;font-family:var(--primary-font-body-copy);position:relative;width:auto}.mobile-filter-toggle:hover{background:#6b8a6b;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.mobile-filter-toggle svg{width:20px;height:20px}.filter-badge{background:#ff4757;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;position:absolute;top:-8px;right:-8px}.mobile-filter-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:998;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.filter-sidebar{position:fixed;top:0;left:-100%;width:50%;max-width:none;height:100vh;background:#fff;z-index:999;padding:1rem .75rem;overflow-y:auto;transition:left .3s ease;box-shadow:2px 0 10px #0000001a}.filter-sidebar.mobile-open{left:0}.mobile-filter-close{display:flex;align-items:center;justify-content:center;position:absolute;top:.5rem;right:.5rem;background:none;border:none;color:#333;cursor:pointer;padding:.5rem;border-radius:50%;transition:background .2s ease}.mobile-filter-close:hover{background:#f0f0f0}.mobile-filter-close svg{width:24px;height:24px}.filter-sidebar-content{display:flex;flex-direction:column;height:100%;padding-top:205px;overflow-y:auto}.filter-options{flex-direction:column;gap:.65rem;margin-top:0;padding-bottom:1rem;justify-content:flex-start;align-items:stretch}.products-container,.products-main{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important}.product-grid-container{width:100%!important;max-width:100%!important;padding:0 1rem!important;margin:0 auto!important}.page-header .container{flex-direction:column;text-align:center}.page-header h1{font-size:2rem}.search-bar{max-width:100%}.product-grid{grid-template-columns:1fr;gap:1.5rem;width:100%;margin:0}.results-header{flex-direction:column;align-items:flex-start;margin:0 1rem 1rem;padding-top:0;width:calc(100% - 2rem)}}@media(max-width:480px){.products-page{width:100%;max-width:100vw;overflow-x:hidden}.page-header{padding:1.5rem 0}.page-content{padding:1rem 0;width:100%;max-width:100%}.content-wrapper{gap:0;width:100%;max-width:100%}.mobile-filter-toggle{padding:.6rem 1.2rem;font-size:.9rem}.filter-sidebar{width:50%;max-width:none;padding:1rem .75rem}.filter-sidebar-content{display:flex;flex-direction:column;height:100%;overflow-y:auto}.filter-options{gap:.65rem;justify-content:flex-start;align-items:stretch;margin-top:0;padding-bottom:1rem}.filter-group{width:100%}.filter-select{width:100%;padding:.5rem .3rem;font-size:.9rem;min-height:38px;line-height:1.3}.page-content{padding:1rem 0}.products-container,.products-main{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important}.product-grid-container{width:100%!important;max-width:100%!important;padding:0 .5rem!important;margin:0 auto!important}.product-grid{grid-template-columns:1fr;gap:1.5rem;width:100%!important;margin:0!important}.pagination-controls{flex-wrap:wrap;justify-content:center}.pagination-btn{padding:.4rem .8rem;font-size:.8rem}.results-header{padding-top:0;margin:0 .5rem 1rem;width:calc(100% - 1rem)}.content-wrapper{gap:0;width:100%}}.landing-page-wrapper{display:flex;flex-direction:column}.details-container{font-family:var(--primary-font-body-copy);width:90%;max-width:1200px;min-height:11rem;height:auto;margin:auto;gap:10px;display:flex;flex-wrap:wrap;justify-content:center;order:1}.details-container .details-card{width:280px;min-width:250px;height:auto;min-height:120px;margin:auto;display:flex;flex:1 1 250px;max-width:350px}.details-container .details-card .details-icon{height:80%;min-height:80px}.details-container .details-card .details-icon img{height:100%;width:auto}.details-container .details-text{width:220px;flex:1}.details-container .details-text p{font-size:14px;line-height:1.5}.picture-container{font-family:var(--primary-font-body-copy);width:auto;height:auto;min-height:16rem;padding:1rem 0;order:2}.picture-container .image-container{width:90%;max-width:1200px;height:16rem;margin:auto}.picture-container .image-container img{width:100%;height:100%;object-fit:cover;border-radius:500px 50px;border:2px solid var(--button-colour3);object-position:0% 80%}.shop-by-container{font-family:var(--primary-font-body-copy);width:90%;max-width:1200px;height:auto;min-height:400px;display:flex;flex-wrap:wrap;margin-top:20px;margin-left:auto;margin-right:auto;justify-content:center;gap:1.5rem;padding:1rem 0;order:3}.shop-by-container .shop-by-card{width:220px;min-width:180px;height:auto;margin:auto;flex:0 1 220px}.shop-by-container .shop-by-card a{display:block}.shop-by-container .shop-by-card .shop-by-image{width:100%;height:300px}.shop-by-container .shop-by-card .shop-by-image img{width:100%;height:100%;object-fit:fill;border-radius:30px;box-shadow:0 8px 25px #00000040}.shop-by-container .shop-by-card .shop-by-text{text-align:center;line-height:50px;font-family:var(--primary-font-web-copy);color:var(--text-colour);font-weight:600}.card-container{font-family:var(--primary-font-body-copy);width:auto;height:auto;min-height:600px;align-items:center;justify-content:center;padding:2rem 0;order:4}.card-container .product-card-grid-container{max-width:1200px;margin:auto;padding:0 1rem}@media(max-width:1024px){.details-container{gap:1.5rem;padding:1rem}.shop-by-container{gap:1.5rem}.shop-by-card{width:200px}.shop-by-card .shop-by-image{height:260px}}@media(max-width:768px){.shop-by-container{order:1}.details-container{order:2;flex-direction:column;height:auto;padding:1.5rem 1rem;gap:1rem}.details-container .details-card{width:100%;max-width:400px;height:auto;padding:.75rem}.details-container .details-text{width:100%}.picture-container{display:none;order:3}.card-container{order:4}.shop-by-container{flex-direction:row;justify-content:center;gap:1.5rem;padding:2rem 1rem}.shop-by-container .shop-by-card{width:180px;flex:0 1 180px}.shop-by-container .shop-by-card .shop-by-image{height:240px}.shop-by-container .shop-by-card .shop-by-text{line-height:40px;font-size:1.2rem}.card-container{padding:1.5rem 0}.card-container .product-card-grid-container{padding:0 .5rem}}@media(max-width:480px){.shop-by-container{order:1}.details-container{order:2;padding:1rem .5rem;gap:.75rem}.details-container .details-card{flex-direction:column;align-items:center;text-align:center;padding:.5rem}.details-container .details-card .details-icon{height:50px;margin-bottom:.5rem}.details-container .details-text h4{font-size:18px;margin-bottom:.25rem}.details-container .details-text p{font-size:14px}.picture-container{display:none;order:3}.card-container{order:4}.shop-by-container{flex-direction:column;align-items:center;gap:2rem;padding:1.5rem .5rem}.shop-by-container .shop-by-card{width:100%;max-width:280px}.shop-by-container .shop-by-card .shop-by-image{height:320px}.shop-by-container .shop-by-card .shop-by-text p{font-size:1.1rem}.card-container{padding:1rem 0;min-height:auto}}.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.date-picker-wrapper{width:100%;display:flex;justify-content:center;padding:1.5rem 0;background-color:#f7fafc;border:2px dashed #cbd5e0;border-radius:8px}.rdp-root{--rdp-cell-size: 45px;--rdp-accent-color:#98A389;--rdp-background-color: #f0fff4;--rdp-accent-color-dark: #38a169;--rdp-background-color-dark: #c6f6d5;--rdp-outline: 2px solid var(--rdp-accent-color);--rdp-outline-selected: 2px solid var(--rdp-accent-color);margin:0}.rdp-caption{display:flex;justify-content:center;align-items:center;padding:0 0 1rem}.rdp-caption_label{font-size:1.125rem;font-weight:600;color:#2d3748}.rdp-nav{display:flex;gap:.5rem}.rdp-nav_button{width:2rem;height:2rem;border-radius:6px;border:1px solid #e2e8f0;background-color:#fff;color:#4a5568;cursor:pointer;transition:all .2s ease}.rdp-nav_button:hover:not(:disabled){background-color:#edf2f7;border-color:#cbd5e0}.rdp-nav_button:disabled{opacity:.3;cursor:not-allowed}.rdp-head_cell{font-size:.875rem;font-weight:600;color:#718096;text-transform:uppercase;padding:.5rem 0}.rdp-cell{padding:.25rem}.rdp-button{width:var(--rdp-cell-size);height:var(--rdp-cell-size);border-radius:8px;font-size:.9375rem;font-weight:500;color:red;border:2px solid transparent;transition:all .2s ease}.rdp-button:hover:not(:disabled):not(.rdp-day_selected){background-color:#edf2f7;border-color:#cbd5e0}.rdp-day_selected{background-color:var(--rdp-accent-color)!important;color:#fff!important;font-weight:700;border:2px solid var(--text-colur)!important}.rdp-day_selected:hover{background-color:var(--rdp-accent-color-dark)!important}.rdp-day_today:not(.rdp-day_selected){background-color:#fff5f5;border-color:#feb2b2;color:#c53030;font-weight:600}.rdp-day_disabled{opacity:.3;cursor:not-allowed!important}.rdp-day_disabled:hover{background-color:transparent!important;border-color:transparent!important}.rdp-day_outside{opacity:0;pointer-events:none}.date-picker-footer{margin:1rem 0 0;padding:.75rem 1rem;background-color:#edf2f7;border-radius:6px;text-align:center;font-size:.875rem;color:#4a5568;font-weight:500}@media(max-width:640px){.rdp{--rdp-cell-size: 38px}.rdp-caption_label{font-size:1rem}.rdp-button{font-size:.875rem}}.eb-garamond-regular{font-family:EB Garamond,serif;font-optical-sizing:auto;font-weight:300;font-style:normal}.outfit-regular{font-family:Outfit,sans-serif;font-optical-sizing:auto;font-weight:300;font-style:normal}.container{max-width:1650px;margin:0 auto}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top:4px solid #10b981;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.error-container h2{color:#dc2626;margin-bottom:1rem}.back-btn{background-color:#10b981;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.back-btn:hover{background-color:#059669}.breadcrumb{display:flex;align-items:center;margin-bottom:2rem;font-size:.875rem;font-family:Outfit,sans-serif;color:#595e4e}.breadcrumb-link{background:none;border:none;color:#c8d7c4;cursor:pointer;text-decoration:underline}.breadcrumb-link:hover{color:#595e4e}.breadcrumb-separator{margin:0 .5rem}.breadcrumb-current{color:#374151;font-weight:500}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;background:#fff;border-radius:10px;padding:3rem;box-shadow:0 10px 25px #0000001a}.product-image-section{justify-content:center;position:sticky;background-color:#fff;top:25%;width:400px;height:600px;margin-left:15rem}.product-image{width:400px;height:600px;border-radius:20px}.image-placeholder{width:100%;max-width:500px;aspect-ratio:1;background-color:#f3f4f6;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:4rem;color:#d1d5db;position:relative}.product-details-section{display:flex;flex-direction:column;gap:2rem;margin-right:11rem}.product-header{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1.5rem}.header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.product-title{font-size:2.25rem;font-weight:600;font-family:EB Garamond,sans-serif;color:#595e4e;margin:0;line-height:1.3;flex:1}.product-price{font-size:2.25rem;font-family:EB Garamond,sans-serif;color:#595e4e;white-space:nowrap}.likes-count{font-size:.9375rem;font-family:Outfit,sans-serif;color:#595e4e;font-weight:400}.price-section{display:flex;flex-direction:column;gap:1rem}.current-price{font-size:2rem;font-weight:700;font-family:EB Garamond,sans-serif;color:#595e4e;display:flex;align-items:center;gap:1rem}.original-price{font-size:1.25rem;text-decoration:line-through;color:#9ca3af;font-weight:400}.subscription-info{display:flex;flex-direction:column;gap:.5rem}.savings-badge{background-color:#dcfce7;color:#15803d;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;width:fit-content}.frequency-label{font-size:.875rem;color:#6b7280;font-style:italic}.description-section{padding:1.5rem 0}.product-description{color:#595e4e;margin:0 0 1.25rem;font-family:Outfit,sans-serif}.product-description:last-child{margin-bottom:0}.attributes-section{display:flex;flex-direction:column;gap:1rem}.attribute-row{font-size:1rem;color:#374151;line-height:1.5}.attribute-row strong{color:#1f2937;font-weight:600}.date-selector-section{padding:1.5rem 0;border-bottom:1px solid #e5e7eb}.date-selector-section h3{margin:0 0 1rem;font-size:1.5rem;font-family:EB Garamond,sans-serif;font-weight:500;color:#595e4e}.date-selector-placeholder{padding:3rem 2rem;background-color:#f7fafc;border:2px dashed #cbd5e0;border-radius:8px;text-align:center}.purchase-type-section{padding:1.5rem 0;border-bottom:1px solid #e5e7eb}.purchase-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1rem}.purchase-type-btn{padding:.875rem .5rem;background-color:#c8d7c4;color:#595e4e;border:2px solid#595E4E;border-radius:10px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:300;cursor:pointer;transition:all .2s ease;text-align:center}.purchase-type-btn:hover{background-color:#e0e8e0;color:#595e4e;border:2px solid #595E4E}.purchase-type-btn.active{background-color:#595e4e;color:#c8d7c4;font-weight:600}.frequency-selector{margin-top:.75rem;display:flex;flex-direction:column;gap:.75rem}.frequency-option-card{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background-color:#c8d7c4;border:2px solid #595E4E;border-radius:8px;cursor:pointer;transition:all .2s ease}.frequency-option-card:hover{border-color:#595e4e;background-color:#e0e8e0;color:#595e4e}.frequency-option-card.active{border-color:#c8d7c4;background-color:#595e4e;border:2px solid #595E4E}.frequncy-option-card .frequency-option-description{color:#eba72a}.frequency-option-card input[type=radio]{margin-right:1rem;cursor:pointer}.frequency-option-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.frequency-option-label{font-weight:500;color:#2e2e2e;font-size:1rem;font-family:Outfit,sans-serif}.frequency-option-description{font-size:.875rem;color:#3b3b3b;font-family:Outfit,sans-serif}.frequency-option-price{font-weight:700;color:#3b3b3b;font-size:1.125rem;white-space:nowrap;font-family:EB Garamond,sans-serif}.frequency-option-card.active .frequency-option-label,.frequency-option-card.active .frequency-option-description,.frequency-option-card.active .frequency-option-price{color:#c8d7c4}.frequency-option-savings{font-size:.8125rem;color:#0fad5e;font-weight:500}.quantity-section{display:flex;align-items:center;gap:1rem}.quantity-section label{font-weight:600;color:#3bd813;font-size:1.125rem}.quantity-input{width:100px;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1.125rem;text-align:center;transition:border-color .2s ease}.quantity-input:focus{outline:none;border-color:#10b981}.add-to-cart-btn{font-family:Outfit,sans-serif;background-color:#595e4e;color:#c8d7c4;border:none;padding:1.125rem 2rem;border-radius:10px;font-size:1.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%;margin-top:1.5rem;border:2px solid #595E4E}.add-to-cart-btn:hover:not(:disabled){background-color:#e0e8e0;color:#595e4e;border:2px solid #595E4E}.add-to-cart-btn:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.accordion-sections{margin-top:2rem;border-top:1px solid #e2e8f0}.accordion-item{border-bottom:1px solid #e2e8f0}.accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;background:none;border:none;cursor:pointer;font-size:1.75rem;font-weight:500;font-family:EB Garamond,sans-serif;color:#595e4e;text-align:left;transition:color .2s ease}.accordion-header:hover,.accordion-header.active{color:#595e4e}.accordion-icon{font-size:1.5rem;font-weight:300;color:#718096;transition:transform .2s ease}.accordion-content{padding:0 0 1.5rem;animation:slideDown .3s ease-out}.accordion-content h4{margin:0 0 .75rem;font-size:1.25rem;font-weight:500;font-family:Outfit,sans-serif;color:#595e4e}.accordion-content p{margin:0 0 1rem;font-size:.9375rem;line-height:1.7;color:#595e4e;font-family:Outfit,sans-serif}.accordion-content p:last-child{margin-bottom:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.product-detail-content{grid-template-columns:1fr;gap:2rem;padding:2rem}.product-image-section{position:relative;top:auto;width:100%;max-width:600px;height:auto;margin-left:auto;margin-right:auto}.product-image{width:100%;height:auto;max-height:700px;object-fit:contain}.product-details-section{margin-right:0}.product-title{font-family:EB Garamond,sans-serif;font-size:1.875rem}.current-price{font-size:1.75rem}}@media(max-width:768px){.container{padding:0;max-width:100%}.product-detail-content{gap:1.5rem}.product-image-section{position:relative;top:auto;width:100%;height:auto;margin-left:0;margin-bottom:1rem}.product-image{width:100%;height:auto;max-height:500px;object-fit:cover;border-radius:12px}.product-details-section{margin-right:0;gap:1.5rem}.header-top{flex-direction:column;gap:.5rem;align-items:flex-start}.product-title,.product-price{font-size:1.75rem}.likes-count{font-size:.875rem}.purchase-type-grid{gap:.5rem}.purchase-type-btn{padding:.75rem .35rem;font-size:.9rem}.purchase-type-toggle{grid-template-columns:1fr}.frequency-option{padding:1rem}.frequency-option-card{padding:.875rem 1rem}.frequency-option-label{font-size:.9375rem}.frequency-option-description{font-size:.8125rem}.frequency-option-price{font-size:1rem}.option-price{margin-left:0;margin-top:.5rem}.add-to-cart-btn{font-size:1.25rem;padding:1rem 1.5rem}.accordion-header{font-size:1.375rem;padding:1rem 0}.accordion-content h4{font-size:1.125rem}.accordion-content p{font-size:.875rem}.current-price{font-size:1.5rem;flex-direction:column;align-items:flex-start;gap:.5rem}}@media(max-width:480px){.product-detail-content{padding:.75rem}.product-title,.product-price{font-size:1.5rem}.purchase-type-btn{font-size:.8rem;padding:.6rem .25rem}.add-to-cart-btn{font-size:1.125rem;padding:.875rem 1.25rem}}.auth-prompt-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.auth-prompt-modal{background:#fff;border-radius:12px;padding:2rem;max-width:400px;width:90%;box-shadow:0 20px 40px #0000004d;animation:slideIn .3s ease-out}.auth-prompt-content h3{margin:0 0 1rem;color:#dc2626;font-size:1.5rem;text-align:center}.auth-prompt-content p{margin:0 0 1.5rem;color:#374151;text-align:center;line-height:1.6}.auth-prompt-actions{display:flex;gap:1rem;justify-content:center}.auth-prompt-login-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s ease}.auth-prompt-login-btn:hover{transform:translateY(-1px)}.auth-prompt-cancel-btn{background:#f3f4f6;color:#374151;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.auth-prompt-cancel-btn:hover{background:#e5e7eb}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.similar-products-section{margin-top:4rem;padding:3rem 0;border-top:1px solid #e5e7eb}.similar-products-title{font-size:2rem;font-weight:700;font-family:EB Garamond,sans-serif;color:#595e4e;margin:0 0 2rem;text-align:center}.similar-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.similar-product-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.similar-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.similar-product-image{aspect-ratio:4/3;overflow:hidden;cursor:pointer;background-color:#f9fafb;display:flex;align-items:center;justify-content:center}.similar-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.similar-product-image:hover img{transform:scale(1.05)}.similar-product-placeholder{font-size:3rem;color:#d1d5db}.similar-product-info{padding:1.5rem}.similar-product-name{font-size:1.25rem;font-weight:600;font-family:EB Garamond,sans-serif;color:#595e4e;margin:0 0 .5rem;cursor:pointer;transition:color .2s ease}.similar-product-price{font-size:1.125rem;font-weight:600;font-family:EB Garamond,sans-serif;color:#595e4e;margin:0 0 1rem}.similar-product-actions{display:flex;gap:.75rem}.similar-product-view-btn{flex:1;font-family:Outfit,sans-serif;background:#fff;color:var(--text-colour3);border:2px solid var(--button-colour2);padding:.75rem 1rem;border-radius:8px;font-weight:400;cursor:pointer;transition:all .2s ease}.similar-product-view-btn:hover{background-color:var(--button-colour1);color:#595e4e;border:2px solid var(--text-colour)}.similar-product-view-btn:active{background-color:var(--button-colour3);color:var(--button-colour2);border:2px solid var(--text-colour)}.similar-product-quick-add-btn{flex:1;font-family:Outfit,sans-serif;background:var(--button-colour2);color:#595e4e;border:none;padding:.75rem 1rem;border-radius:8px;font-weight:400;cursor:pointer;transition:all .2s ease;border:2px solid var(--text-colour)}.similar-product-quick-add-btn:hover{background-color:var(--button-colour1);color:#595e4e;border:2px solid var(--text-colour)}.similar-product-quick-add-btn:active{background-color:var(--button-colour3);color:var(--button-colour2);border:2px solid var(--text-colour)}@media(max-width:768px){.similar-products-grid{grid-template-columns:1fr;gap:1.5rem}.similar-products-title{font-size:1.5rem}.similar-product-actions{flex-direction:column}}.subscriptions-page{min-height:100vh;background:#f5f5f0;padding:2rem 1rem}.subscriptions-container{max-width:1200px;margin:0 auto}.subscriptions-loading,.subscriptions-not-logged-in,.subscriptions-error{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.subscriptions-loading p,.subscriptions-not-logged-in p,.subscriptions-error p{color:#8a8a7a;font-size:1rem;margin:.5rem 0 1.5rem}.subscriptions-not-logged-in h2,.subscriptions-error h2{color:#5a5a4a;font-size:2rem;margin:0 0 1rem}.subscriptions-header{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}.subscriptions-header h1{color:#5a5a4a;font-size:2rem;font-weight:600;margin:0 0 .5rem}.subscription-count{color:#8a8a7a;font-size:1rem;margin:0}.no-subscriptions{background:#fff;border-radius:16px;padding:4rem 2rem;text-align:center;box-shadow:0 2px 8px #0000000d}.no-subscriptions-icon{font-size:4rem;margin-bottom:1rem}.no-subscriptions h2{color:#5a5a4a;font-size:1.75rem;font-weight:600;margin:0 0 .5rem}.no-subscriptions p{color:#8a8a7a;font-size:1.125rem;margin:0 0 2rem}.subscriptions-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.subscription-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000d;transition:all .3s}.subscription-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.subscription-card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem;background:#faf8f5;border-bottom:1px solid #e5e5e0}.subscription-info-left{flex:1}.subscription-type-badge{margin-bottom:.5rem}.type-badge{display:inline-block;background:#6b7a5e;color:#fff;padding:.35rem .85rem;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;font-family:Outfit,sans-serif}.subscription-frequency{color:#6b7a5e;font-size:.95rem;font-weight:600;margin:0 0 .25rem;font-family:Outfit,sans-serif}.subscription-type{color:#5a5a4a;font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.subscription-created{color:#8a8a7a;font-size:.875rem;margin:0;font-family:Outfit,sans-serif}.subscription-info-right{flex-shrink:0;margin-left:1rem}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-family:Outfit,sans-serif}.status-active{background:#e6f7ed;color:#00a854}.status-paused{background:#fff4e6;color:#c97a00}.status-pending{background:#e6f4ff;color:#06c}.subscription-card-body{padding:2rem;display:grid;grid-template-columns:1fr auto;gap:2rem}.subscription-items{display:flex;flex-direction:column;gap:1rem}.item-thumbnail{width:80px;height:80px;border-radius:8px;object-fit:cover;background:#f0f0eb;flex-shrink:0}.item-thumbnail-placeholder{width:80px;height:80px;border-radius:8px;background:#f0f0eb;display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0}.item-name{color:#5a5a4a;font-size:1rem;font-weight:500;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Outfit,sans-serif}.item-quantity{color:#8a8a7a;font-size:.875rem;margin:0 0 .25rem;font-family:EB Garamond,sans-serif}.item-price{color:#6b7a5e;font-size:.875rem;font-weight:600;margin:0;font-family:Outfit,sans-serif}.subscription-details{display:flex;flex-direction:column;gap:.75rem;min-width:220px}.detail-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.detail-row .label{color:#8a8a7a;font-size:.95rem;white-space:nowrap}.detail-row .value{color:#5a5a4a;font-size:.95rem;font-weight:500;text-align:right}.detail-row .next-delivery{color:#6b7a5e;font-weight:700}.subscription-card-footer{padding:1.5rem 2rem;background:#fafafa;border-top:1px solid #e5e5e0}.subscription-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.action-btn{padding:.625rem 1.25rem;border-radius:6px;font-weight:500;font-size:.9rem;border:none;cursor:pointer;transition:all .3s;font-family:inherit;font-family:Outfit,sans-serif}.action-btn:disabled{opacity:.5;cursor:not-allowed}.pause-btn{background:#fff4e6;color:#c97a00}.pause-btn:hover:not(:disabled){background:bisque}.skip-btn{background:#e6f4ff;color:#06c}.skip-btn:hover:not(:disabled){background:#cce7ff}.resume-btn{background:#e6f7ed;color:#00a854}.resume-btn:hover:not(:disabled){background:#ccf0dd}.cancel-btn:hover:not(:disabled){background:#fcc}.coming-soon-text{color:#8a8a7a;font-size:.875rem;font-style:italic;margin-left:auto}.cancelled-message{color:#8a8a7a;font-size:.95rem;margin:0;font-style:italic;font-family:EB Garamond,sans-serif}.billing-history-link{background:transparent;border:none;color:#8a8a7a;font-size:.875rem;cursor:pointer;padding:.75rem 0;display:flex;align-items:center;gap:.5rem;font-family:EB Garamond,sans-serif;transition:color .3s;margin-top:.5rem;border-top:1px solid #e5e5e0}.billing-history-link:hover{color:#6b7a5e}.billing-history{margin-top:1rem;background:#f9fafb;padding:1rem;border-radius:6px;border:1px solid #e5e5e0}.billing-history h4{color:#5a5a4a;font-size:1rem;font-weight:600;margin:0 0 1rem;font-family:Outfit,sans-serif}.billing-events{display:flex;flex-direction:column;gap:.75rem}.billing-event{background:#fff;padding:1rem;border-radius:6px;border-left:4px solid #d1d5db;transition:all .3s}.billing-event:hover{box-shadow:0 2px 8px #00000014}.billing-event.renewal-success{border-left-color:#00a854}.billing-event.renewal-failed{border-left-color:#d14343}.billing-event.retry-attempt{border-left-color:#c97a00}.billing-event.skipped-item{border-left-color:#06c}.event-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.event-type{font-weight:600;font-size:.95rem;text-transform:capitalize;font-family:Outfit,sans-serif}.billing-event.renewal-success .event-type{color:#00a854}.billing-event.renewal-failed .event-type{color:#d14343}.billing-event.retry-attempt .event-type{color:#c97a00}.event-date{color:#8a8a7a;font-size:.875rem;font-family:EB Garamond,sans-serif}.event-details{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.event-amount{color:#5a5a4a;font-weight:600;font-family:Outfit,sans-serif}.event-error{color:#d14343;font-size:.875rem;font-family:EB Garamond,sans-serif}.skipped-items{background:#fef3c7;padding:.75rem;border-radius:4px;border-left:3px solid #f59e0b}.skipped-label{color:#d97706;font-weight:600;font-size:.875rem;display:block;margin-bottom:.5rem;font-family:Outfit,sans-serif}.skipped-list{margin:0;padding-left:1.25rem;color:#8a8a7a;font-size:.875rem;font-family:EB Garamond,sans-serif}.skipped-list li{margin:.25rem 0}.no-billing-history{color:#8a8a7a;font-size:.875rem;text-align:center;padding:1rem;margin:0;font-family:EB Garamond,sans-serif;font-style:italic}.subscription-items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.subscription-items-header h3{color:#5a5a4a;font-size:1.125rem;font-weight:600;margin:0;font-family:Outfit,sans-serif}.edit-items-btn{background:#6b7a5e;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s;font-family:Outfit,sans-serif}.edit-items-btn:hover{background:#5a6a4e;transform:translateY(-1px)}.remove-item-btn{background:#ffe6e6;color:#d14343;border:none;padding:.5rem .875rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s;font-family:Outfit,sans-serif;margin-left:auto}.remove-item-btn:hover{background:#fcc}.subscription-item-preview{display:flex;align-items:center;gap:1rem}.add-product-section{margin-top:1.5rem;padding:1.5rem;background:#f9fafb;border-radius:8px;border:2px dashed #d1d5db}.add-product-section h4{color:#5a5a4a;font-size:1rem;font-weight:600;margin:0 0 1rem;font-family:Outfit,sans-serif}.product-search-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;font-family:EB Garamond,sans-serif;transition:all .3s}.product-search-input:focus{outline:none;border-color:#6b7a5e;box-shadow:0 0 0 3px #6b7a5e1a}.product-search-results{margin-top:1rem;background:#fff;border-radius:6px;border:1px solid #e5e5e0;max-height:300px;overflow-y:auto}.product-search-result{display:flex;align-items:center;gap:1rem;padding:.875rem;border-bottom:1px solid #e5e5e0;transition:background .3s}.product-search-result:last-child{border-bottom:none}.product-search-result:hover{background:#f9fafb}.search-result-thumbnail,.search-result-thumbnail-placeholder{width:50px;height:50px;border-radius:6px;object-fit:cover;background:#f0f0eb;flex-shrink:0}.search-result-thumbnail-placeholder{display:flex;align-items:center;justify-content:center;font-size:1.5rem}.search-result-info{flex:1;min-width:0}.search-result-name{color:#5a5a4a;font-size:.95rem;font-weight:500;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Outfit,sans-serif}.search-result-price{color:#6b7a5e;font-size:.875rem;font-weight:600;margin:0;font-family:Outfit,sans-serif}.add-product-btn{background:#e6f7ed;color:#00a854;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s;font-family:Outfit,sans-serif;flex-shrink:0}.add-product-btn:hover{background:#ccf0dd;transform:translateY(-1px)}.no-search-results{color:#8a8a7a;font-size:.875rem;text-align:center;padding:1.5rem;margin:0;font-family:EB Garamond,sans-serif}@media(max-width:768px){.subscriptions-page{padding:1rem .5rem}.subscriptions-header{padding:1.5rem}.subscriptions-header h1{font-size:1.75rem}.subscription-card-header{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem}.subscription-info-right{margin-left:0;width:100%}.status-badge{display:block;text-align:center}.subscription-card-body{grid-template-columns:1fr;padding:1.5rem}.subscription-details{border-top:1px solid #e5e5e0;padding-top:1.5rem;min-width:100%}.subscription-card-footer{padding:1.25rem 1.5rem}.subscription-actions{flex-direction:column;width:100%}.action-btn{width:100%}.coming-soon-text{margin-left:0;text-align:center;width:100%}}.user-profile-page{min-height:100vh;background:#f5f5f0;padding:2rem 1rem}.profile-container{max-width:1000px;margin:0 auto}.profile-loading,.profile-not-logged-in{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.profile-loading p,.profile-not-logged-in p{color:#8a8a7a;font-size:1rem}.profile-not-logged-in h2{color:#5a5a4a;font-size:2rem;margin-bottom:1rem}.profile-header{background:#fff;border-radius:16px;padding:3rem;margin-bottom:2rem;display:flex;align-items:center;gap:2rem;box-shadow:0 2px 8px #0000000d}.profile-avatar-section{flex-shrink:0}.profile-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #d4dcd1}.profile-avatar-placeholder{width:120px;height:120px;border-radius:50%;background:#6b7a5e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:600;border:4px solid #d4dcd1}.profile-info{flex:1}.profile-info h1{color:#5a5a4a;font-size:2rem;font-weight:600;margin:0 0 .5rem}.profile-email{color:#8a8a7a;font-size:1.125rem;margin:0 0 .5rem}.verified-badge{display:inline-block;background:#6b7a5e;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.user-stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:16px;padding:2rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 2px 8px #0000000d;transition:all .3s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-icon{font-size:2.5rem;flex-shrink:0}.stat-content{flex:1}.stat-value{color:#6b7a5e;font-size:2rem;font-weight:700;margin:0 0 .25rem}.stat-label{color:#8a8a7a;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;margin:0}.profile-error{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.profile-error h2{color:#d14343;font-size:2rem;margin-bottom:1rem}.profile-error p{color:#8a8a7a;font-size:1rem;margin-bottom:2rem}.retry-btn{padding:.875rem 2rem;background:#6b7a5e;color:#fff;border:none;border-radius:6px;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s;font-family:inherit}.retry-btn:hover{background:#5a6a4e;transform:translateY(-2px);box-shadow:0 4px 12px #6b7a5e4d}.quick-actions-section{background:#fff;border-radius:16px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}.quick-actions-section h2{color:#5a5a4a;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.action-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.action-card{background:#faf8f5;border-radius:12px;padding:2rem 1.5rem;text-decoration:none;transition:all .3s;border:2px solid transparent;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;min-height:200px}.action-card:not(.disabled):hover{transform:translateY(-4px);box-shadow:0 6px 20px #6b7a5e26;border-color:#6b7a5e}.action-card.disabled{opacity:.6;cursor:not-allowed}.action-icon{font-size:3.5rem;margin-bottom:1.25rem;line-height:1}.action-card h3{color:#5a5a4a;font-size:1.25rem;font-weight:600;margin:0 0 .75rem;text-align:center;width:100%}.action-card p{color:#8a8a7a;font-size:.9rem;margin:0;text-align:center;line-height:1.5;width:100%}.action-card p.coming-soon{color:#6b7a5e;font-weight:500;font-style:italic}.account-info-section{background:#fff;border-radius:16px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}.account-info-section h2{color:#5a5a4a;font-size:1.5rem;font-weight:600;margin:0 0 2rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.info-item{display:flex;flex-direction:column}.info-item label{color:#8a8a7a;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.info-item p{color:#5a5a4a;font-size:1.125rem;margin:0}.info-item p.not-set{color:#b0b0a0;font-style:italic}.info-hint{color:#a0a090;font-size:.875rem;margin-top:.25rem}.phone-display{display:flex;align-items:center;gap:1rem}.edit-btn{padding:.5rem 1rem;background:#6b7a5e;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s;font-family:inherit}.edit-btn:hover{background:#5a6a4e;transform:translateY(-1px)}.edit-phone-controls{display:flex;flex-direction:column;gap:.75rem}.phone-input{padding:.75rem;border:2px solid #d4dcd1;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s}.phone-input:focus{outline:none;border-color:#6b7a5e}.phone-input:disabled{opacity:.6;cursor:not-allowed}.edit-buttons{display:flex;gap:.75rem}.save-btn,.cancel-btn{padding:.625rem 1.25rem;border:none;border-radius:6px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .3s;font-family:inherit}.save-btn{background:#6b7a5e;color:#fff}.save-btn:hover:not(:disabled){background:#5a6a4e;transform:translateY(-1px)}.save-btn:disabled{opacity:.6;cursor:not-allowed}.cancel-btn{background:#ffe6e6;color:#d14343}.cancel-btn:hover:not(:disabled){background:#d4dcd1}.cancel-btn:disabled{opacity:.6;cursor:not-allowed}.preferences-section{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 2px 8px #0000000d}.preferences-section h2{color:#5a5a4a;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.section-description{color:#8a8a7a;font-size:1rem;margin:0 0 2rem}.preference-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.preference-category{background:#faf8f5;border-radius:12px;padding:1.5rem;position:relative}.preference-category.disabled{opacity:.6}.preference-category h3{color:#5a5a4a;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.preference-category p{color:#8a8a7a;font-size:.95rem;margin:0 0 .75rem}.coming-soon-tag{display:inline-block;background:#d4dcd1;color:#5a5a4a;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}@media(max-width:768px){.user-profile-page{padding:1rem .5rem}.profile-header{flex-direction:column;text-align:center;padding:2rem}.profile-info h1{font-size:1.75rem}.user-stats-section{grid-template-columns:1fr}.stat-card,.quick-actions-section,.account-info-section,.preferences-section{padding:1.5rem}.action-cards,.info-grid,.preference-categories{grid-template-columns:1fr}.phone-display{flex-direction:column;align-items:flex-start}.edit-buttons{width:100%}.save-btn,.cancel-btn{flex:1}}.order-history-page{min-height:100vh;background:#f5f5f0;padding:2rem 1rem}.order-history-container{max-width:1200px;margin:0 auto}.order-history-loading,.order-history-not-logged-in,.order-history-error{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.order-history-loading p,.order-history-not-logged-in p,.order-history-error p{color:#8a8a7a;font-size:1rem;margin:.5rem 0 1.5rem}.order-history-not-logged-in h2,.order-history-error h2{color:#5a5a4a;font-size:2rem;margin:0 0 1rem}.browse-products-btn,.retry-btn{display:inline-block;padding:.875rem 2rem;background:#6b7a5e;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;font-size:1rem;transition:all .3s;border:none;cursor:pointer;font-family:inherit}.browse-products-btn:hover,.retry-btn:hover{background:#5a6a4e;transform:translateY(-2px);box-shadow:0 4px 12px #6b7a5e4d}.order-history-header{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}.header-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.order-history-header h1{color:#5a5a4a;font-size:2rem;font-weight:600;margin:0}.status-info-btn{background:#6b7a5e;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s;font-family:inherit}.status-info-btn:hover{background:#5a6a4e;transform:translateY(-2px)}.order-count{color:#8a8a7a;font-size:1rem;margin:0 0 1rem}.status-info-panel{background:#f8f9fa;border-radius:12px;padding:1.5rem;margin-top:1.5rem;border:2px solid #e5e5e0}.status-info-panel h3{color:#5a5a4a;font-size:1.25rem;font-weight:600;margin:0 0 1.25rem}.status-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem}.status-info-item{display:flex;flex-direction:column;gap:.5rem}.status-info-item p{color:#6a6a5a;font-size:.875rem;line-height:1.5;margin:0}.no-orders{background:#fff;border-radius:16px;padding:4rem 2rem;text-align:center;box-shadow:0 2px 8px #0000000d}.no-orders-icon{font-size:4rem;margin-bottom:1rem}.no-orders h2{color:#5a5a4a;font-size:1.75rem;font-weight:600;margin:0 0 .5rem}.no-orders p{color:#8a8a7a;font-size:1.125rem;margin:0 0 2rem}.orders-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.order-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000d;transition:all .3s}.order-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.order-card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem;background:#faf8f5;border-bottom:1px solid #e5e5e0}.order-info-left{flex:1}.order-number{color:#5a5a4a;font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.order-date{color:#8a8a7a;font-size:.95rem;margin:0}.order-info-right{flex-shrink:0;margin-left:1rem}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-pending{background:#fff4e6;color:#c97a00}.status-preparing{background:#e6f4ff;color:#06c}.status-shipped{background:#f0e6ff;color:#7a00cc}.status-delivered{background:#e6f7ed;color:#00a854}.status-cancelled{background:#ffe6e6;color:#d14343}.order-card-body{padding:2rem;display:grid;grid-template-columns:1fr auto;gap:2rem}.order-items{display:flex;flex-direction:column;gap:1rem}.order-item-preview{display:flex;align-items:center;gap:1rem}.item-thumbnail{width:60px;height:60px;border-radius:8px;object-fit:cover;background:#f0f0eb}.item-thumbnail-placeholder{width:60px;height:60px;border-radius:8px;background:#f0f0eb;display:flex;align-items:center;justify-content:center;font-size:1.75rem}.item-preview-info{flex:1;min-width:0}.item-name{color:#5a5a4a;font-size:1rem;font-weight:500;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-quantity{color:#8a8a7a;font-size:.875rem;margin:0}.more-items{color:#8a8a7a;font-size:.875rem;font-style:italic;margin:0;padding-left:76px}.order-summary{display:flex;flex-direction:column;gap:.75rem;min-width:200px}.order-type,.order-delivery,.order-total{display:flex;justify-content:space-between;align-items:center;gap:1rem}.order-summary .label{color:#8a8a7a;font-size:.95rem;white-space:nowrap}.order-summary .value{color:#5a5a4a;font-size:.95rem;font-weight:500;text-align:right}.order-total{padding-top:.75rem;border-top:2px solid #e5e5e0;margin-top:.5rem}.total-amount{font-size:1.25rem;font-weight:700;color:#6b7a5e}.order-card-footer{padding:1.5rem 2rem;background:#fafafa;border-top:1px solid #e5e5e0;display:flex;justify-content:flex-end;gap:.75rem}.view-details-btn,.track-order-btn{display:inline-block;padding:.75rem 1.5rem;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;font-size:.95rem;transition:all .3s}.view-details-btn{background:#6b7a5e}.view-details-btn:hover{background:#5a6a4e;transform:translateY(-2px);box-shadow:0 4px 12px #6b7a5e4d}.track-order-btn{background:#3b82f6}.track-order-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;padding:2rem 0}.page-btn{padding:.75rem 1.5rem;background:#fff;color:#5a5a4a;border:2px solid #e5e5e0;border-radius:6px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s;font-family:inherit}.page-btn:hover:not(:disabled){background:#6b7a5e;color:#fff;border-color:#6b7a5e}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-numbers{display:flex;align-items:center;gap:.5rem}.page-number{width:40px;height:40px;background:#fff;color:#5a5a4a;border:2px solid #e5e5e0;border-radius:6px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s;font-family:inherit;display:flex;align-items:center;justify-content:center}.page-number:hover{background:#f5f5f0;border-color:#6b7a5e}.page-number.active{background:#6b7a5e;color:#fff;border-color:#6b7a5e}.page-ellipsis{color:#8a8a7a;padding:0 .5rem}@media(max-width:768px){.order-history-page{padding:1rem .5rem}.order-history-header{padding:1.5rem}.order-history-header h1{font-size:1.75rem}.order-card-header{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem}.order-info-right{margin-left:0;width:100%}.status-badge{display:block;text-align:center}.order-card-body{grid-template-columns:1fr;padding:1.5rem}.order-summary{border-top:1px solid #e5e5e0;padding-top:1.5rem}.order-card-footer{padding:1.25rem 1.5rem}.view-details-btn{width:100%;text-align:center}.pagination{flex-wrap:wrap;gap:.75rem}.page-btn{padding:.625rem 1.25rem;font-size:.875rem}.page-numbers{gap:.25rem}.page-number{width:36px;height:36px;font-size:.875rem}}.cart-page{min-height:100vh;background-color:#fafaf8;padding:3rem 2rem}.cart-container{max-width:1200px;margin:0 auto}.cart-title{font-size:4rem;font-weight:500;font-family:EB Garamond,sans-serif;letter-spacing:10px;color:#595e4e;text-align:center;margin-bottom:2rem}.cart-table{background-color:#fff;border-radius:12px;padding:2rem;margin-bottom:3rem;overflow-x:auto}.cart-header{display:table;width:100%;table-layout:fixed;padding-bottom:1.5rem;border-bottom:2px solid #d4d4c8;margin-bottom:2rem}.header-col{display:table-cell;font-size:20px;color:#595e4e;font-weight:500;font-family:EB Garamond,sans-serif;text-transform:capitalize;padding:0 1rem}.header-col:nth-child(1){width:180px}.header-col:nth-child(2){width:auto}.header-col:nth-child(3){width:200px;text-align:center}.header-col:nth-child(4){width:150px;text-align:center}.header-col:nth-child(5){width:100px;text-align:center}.cart-item{display:table;width:100%;table-layout:fixed;padding:2rem 0;border-bottom:1px solid #e8e8e0}.cart-item:last-child{border-bottom:none}.clickable{cursor:pointer}.item-image{display:table-cell;width:180px;padding:0 1rem;vertical-align:top}.item-image img{width:150px;height:180px;border-radius:16px;object-fit:cover;display:block}.subscription-badge{display:none}.item-description{display:table-cell;width:auto;padding:0 1rem;vertical-align:top}.item-description h3{font-size:1.35rem;font-family:EB Garamond,sans-serif;color:#595e4e;margin-bottom:.75rem;font-weight:500}.item-description p{font-size:.9rem;font-family:Outfit,sans-serif;color:#595e4e;line-height:1.6;margin-bottom:.5rem}.subscription-details{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem;color:#595e4e;font-family:Outfit,sans-serif}.subscription-label{font-size:.85rem;font-family:Outfit,sans-serif;color:#595e4e}.savings-amount{font-size:.85rem;font-family:Outfit,sans-serif;color:#595e4e;font-weight:500}.subscription-frequency{font-size:.8rem;font-family:Outfit,sans-serif;color:#595e4e;margin-top:.25rem}.delivery-date-info{margin-top:.75rem;padding:.5rem .75rem;background-color:#c8d7c4;border-left:3px solid #b1b8a3;border-radius:10px;font-size:.875rem;font-family:Outfit,sans-serif;color:#595e4e;font-weight:500}.price-display{display:flex;flex-direction:column;align-items:center;gap:.25rem}.current-price{font-size:1.1rem;color:#595e4e;font-weight:500;font-family:EB Garamond,sans-serif}.original-price{font-size:.9rem;color:#a8a89a;text-decoration:line-through;font-family:Outfit,sans-serif;font-weight:200}.item-quantity{display:table-cell;width:200px;padding:0 1rem;vertical-align:top;text-align:center;font-family:EB Garamond,sans-serif}.item-quantity>div{display:flex;align-items:center;gap:1rem;justify-content:center}.qty-btn{width:32px;height:32px;border:1px solid #d4d4c8;background-color:#fff;border-radius:6px;cursor:pointer;font-size:1.2rem;color:#5a5a4f;transition:all .2s}.qty-btn:hover{background-color:#f5f5f0;border-color:#8a8a7a}.qty-value{font-size:1rem;color:#595e4e;min-width:30px;text-align:center;font-family:EB Garamond,sans-serif}.item-price{display:table-cell;width:150px;padding:0 1rem;vertical-align:top;text-align:center;font-size:1.1rem;color:#595e4e;font-weight:500}.item-delete{display:table-cell;width:100px;padding:0 1rem;vertical-align:top;text-align:center}.delete-btn{width:28px;height:28px;border:none;background-color:transparent;font-size:1.5rem;color:#8a8a7a;cursor:pointer;transition:color .2s}.delete-btn:hover{color:#5a5a4f}.cart-bottom-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;align-items:start}.cart-summary{background-color:transparent;border-radius:12px;padding:0}.summary-section h3{font-size:1.5rem;color:#5a5a4f;margin-bottom:1.5rem;font-weight:500;margin-top:0}.summary-line{display:flex;justify-content:space-between;padding:.875rem 1.25rem;font-size:1rem;font-family:Outfit,sans-serif;color:#595e4e;border-radius:10px;margin-bottom:1rem}.savings-line{color:#595e4e}.total-line{margin-top:0;padding:.875rem 1.25rem;font-weight:600;font-size:1.125rem;font-family:Outfit,sans-serif}.total-amount{color:#5a5a4f;font-weight:700}.savings-note{margin-top:2rem;padding:.75rem;background-color:#c8d7c4;border-radius:10px;color:#595e4e;font-size:1rem;font-weight:600;font-family:Outfit,sans-serif;text-align:center;border-left:3px solid #b1b8a3}.cart-options{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;margin-bottom:3rem;align-items:start}.purchase-type-section h3,.message-section h3{font-size:1.5rem;font-family:EB Garamond,sans-serif;color:#595e4e;margin-bottom:1.5rem;font-weight:500;margin-top:0}.purchase-options-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.purchase-column{display:flex;flex-direction:column;gap:.75rem}.option-btn,.freq-btn{padding:1rem 1.5rem;background-color:#f7f71b;border:none;border-radius:12px;font-size:1rem;color:#5a5a4f;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s;text-align:left}.option-btn:hover,.freq-btn:hover{background-color:#c4c4b8}.option-btn.active{background-color:#6a6a5f;color:#fff}.freq-btn{background-color:#e8e8e0}.freq-btn.active{background-color:#6a6a5f;color:#fff}.radio-circle{width:20px;height:20px;min-width:20px;border:2px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;background-color:transparent;box-sizing:border-box}.radio-circle:before{content:"";display:block;width:0;height:0;border-radius:50%;background-color:currentColor;transition:all .2s}.option-btn.active .radio-circle:before,.freq-btn.active .radio-circle:before{width:10px;height:10px}.frequency-options{display:flex;flex-direction:column;gap:.75rem}.message-inputs{display:flex;flex-direction:column;gap:1rem}.message-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.message-inputs input,.message-inputs textarea{padding:.875rem 1.25rem;background-color:#c8d7c4;border:2px solid #595E4E;border-radius:10px;font-size:.95rem;color:#595e4e;font-family:Outfit,sans-serif;transition:all .2s}.message-inputs input:focus,.message-inputs textarea:focus{outline:none;border-color:#c8d7c4;background-color:#e0e8e0}.message-inputs input::placeholder,.message-inputs textarea::placeholder{color:#9a9a8a}.message-inputs textarea{resize:vertical;min-height:144px}.ai-tone-selector{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.ai-tone-selector label{font-size:.95rem;color:#595e4e;font-weight:500}.tone-dropdown{padding:.75rem 1rem;background-color:#c8d7c4;border:2px solid #595E4E;border-radius:10px;font-size:.95rem;color:#5a5a4f;font-family:Outfit,sans-serif;cursor:pointer;transition:all .2s;width:100%;max-width:465px}.tone-dropdown:hover{border-color:#6a6a5f;background-color:#e0e8e0}.tone-dropdown:focus{outline:none;border-color:#6a6a5f;background-color:#e0e8e0}.message-buttons{display:flex;gap:1rem;flex-wrap:wrap}.save-message-btn{padding:1rem 2rem;background-color:#595e4e;color:#c8d7c4;border:2px solid #595E4E;width:150px;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s}.save-message-btn:hover{background-color:#acc286;color:#595e4e;border:2px solid #595E4E}.generate-ai-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;height:64px;border:none;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s;display:flex;justify-content:center;align-items:center;gap:.5rem;white-space:nowrap;width:100%;max-width:584px}.generate-ai-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.generate-ai-btn:disabled{opacity:.6;cursor:not-allowed}.generate-error{margin-top:.5rem;padding:.75rem;background-color:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:.9rem}.checkout-btn{width:100%;padding:1.25rem 2rem;background-color:#595e4e;color:#c8d7c4;border:2px solid #595E4E;border-radius:12px;font-size:1.25rem;font-weight:500;cursor:pointer;transition:background-color .3s;text-transform:capitalize;letter-spacing:.05em}.checkout-btn:hover{background-color:#e0e8e0;color:#595e4e}.cart-empty{text-align:center;padding:4rem 2rem;background-color:#fff;border-radius:12px}.cart-empty p{font-size:1.25rem;color:#8a8a7a;margin-bottom:2rem}.continue-shopping-btn{display:inline-block;padding:.875rem 2rem;background-color:#6a6a5f;color:#fff;text-decoration:none;border-radius:10px;font-size:1rem;font-weight:500;transition:background-color .3s}.continue-shopping-btn:hover{background-color:#5a5a4f}@media(max-width:1024px){.cart-bottom-section,.cart-options{grid-template-columns:1fr;gap:2rem}.purchase-options-grid{grid-template-columns:1fr}}@media(max-width:768px){.cart-title{font-size:2.5rem;letter-spacing:5px}.cart-header{display:none}.cart-item{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0}.item-image{width:100%;display:flex;justify-content:center}.item-image img{width:300px;height:340px}.item-description{width:100%;display:block;text-align:left;padding:0}.item-actions-row{display:flex;align-items:center;gap:1rem;width:100%}.item-quantity{flex:0 0 auto;display:flex;width:auto;padding:0}.item-quantity>div{justify-content:flex-start}.item-price{flex:1;display:flex;flex-direction:column;align-items:flex-end;width:auto;padding:0}.price-display{display:flex;flex-direction:row;align-items:center;gap:.5rem}.subscription-frequency{font-size:.75rem;margin-top:0;text-align:right}.item-delete{flex:0 0 auto;display:flex;width:auto;padding:0}.cart-bottom-section{grid-template-columns:1fr}.cart-options{grid-template-columns:1fr;gap:2rem}.purchase-options-grid,.message-row{grid-template-columns:1fr}.tone-dropdown{max-width:100%}.generate-ai-btn{max-width:100%;white-space:normal;height:auto;min-height:64px;padding:1rem}.ai-tone-selector{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.cart-title{font-size:2rem;letter-spacing:3px}.cart-page{padding:2rem 1rem}.cart-table{padding:1rem}.item-image img{width:230px;height:280px}.purchase-column{gap:.5rem}.option-btn,.freq-btn,.message-inputs input,.message-inputs textarea{padding:.75rem 1rem;font-size:.9rem}.checkout-btn{padding:1rem 1.5rem;font-size:1.1rem}}.payment-form{width:100%}.payment-element-container{background-color:#c8d7c4;padding:2rem;border-radius:10px;border:2px solid #595E4E;margin-bottom:2rem;font-family:Outfit,sans-serif}.payment-error{background-color:#fee2e2;border:2px solid #fca5a5;color:#dc2626;padding:1rem 1.25rem;border-radius:10px;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;font-size:.9375rem}.error-icon{font-size:1.25rem;flex-shrink:0}.submit-payment-button{width:100%;padding:1rem 2rem;font-size:1rem;font-weight:500;color:#fff;background-color:#595e4e;border:none;border-radius:10px;cursor:pointer;transition:all .2s;margin-top:0;font-family:Outfit,sans-serif;border:2px solid #595E4E}.submit-payment-button:hover:not(:disabled){background-color:#e0e8e0;color:#595e4e;border:2px solid #595E4E}.submit-payment-button:disabled{background-color:#9a9a8a;cursor:not-allowed;opacity:.7}.submit-payment-button:active:not(:disabled){transform:translateY(0)}.submit-payment-button:disabled:after{content:"";display:inline-block;width:16px;height:16px;border:2px solid #595E4E;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite;margin-left:.5rem;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.checkout-form-container{width:100%}.email-section .form-section{background-color:transparent;padding:0;border:none;font-family:EB Garamond,sans-serif}.email-banner{background-color:#595e4e;color:#f5f5f5;padding:1rem 1.5rem;border-radius:10px;text-align:center;font-size:1rem;margin-bottom:15px;font-family:Outfit,sans-serif;max-height:64px}.email-section .form-input{background-color:#e0e8e0;border:2px solid #595E4E;color:#595e4e;border-radius:10px;padding:1rem 1.5rem;font-size:1rem;height:3.5rem;font-family:Outfit,sans-serif}.email-section .form-input:focus{border-color:#595e4e;background-color:#e0e8e0}.email-section .form-input.error{border-color:#dc2626;background-color:#e0e8e0}.email-section .form-input:-webkit-autofill,.email-section .form-input:-webkit-autofill:hover,.email-section .form-input:-webkit-autofill:focus,.email-section .form-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #f5f5f5 inset!important;-webkit-text-fill-color:#595E4E!important;border:2px solid #595E4E!important;border-radius:12px!important}.gift-message-section{margin-bottom:15px}.message-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.5rem}.gift-message-section .section-title{font-family:EB Garamond,sans-serif;font-size:2rem;font-weight:500;color:#595e4e;margin-bottom:15px}.message-banner{background-color:#595e4e;color:#f5f5f5;padding:1rem 1.5rem;border-radius:10px;text-align:center;font-size:1rem;margin-bottom:1.5rem;font-family:Outfit,sans-serif}.message-form-container{background-color:#c8d7c4;padding:2rem;border-radius:10px;border:2px solid #595E4E;font-family:Outfit,sans-serif;color:#595e4e}.message-form-container .form-field{margin-bottom:1rem}.message-form-container .form-field:last-of-type{margin-bottom:1.5rem}.message-input{background-color:#c9c923;border:2px solid #333;border-radius:12px;padding:1rem 1.5rem;font-size:1rem}input.message-input{height:3.5rem;box-sizing:border-box}.message-input:focus{border-color:#595e4e;background-color:#e0e8e0;box-shadow:none}.message-textarea{min-height:120px;resize:vertical;font-family:inherit;line-height:1.5}.message-input:-webkit-autofill,.message-input:-webkit-autofill:hover,.message-input:-webkit-autofill:focus,.message-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #595E4E inset!important;-webkit-text-fill-color:#C8D7C4!important;border:2px solid #C8D7C4!important;border-radius:12px!important}.update-cart-link{background:none;border:none;color:#595e4e;text-decoration:underline;cursor:pointer;font-size:.9375rem;padding:0;font-weight:500;font-family:Outfit,sans-serif}.update-cart-link:hover{color:#e0e8e0}.saved-message-display{background-color:#c8d7c4;color:#595e4e;padding:2rem;border-radius:16px;border:2px solid #595E4E;font-family:Outfit,sans-serif}.saved-message-display p{margin:.5rem 0;color:#333;font-size:.9375rem}.edit-message-button{margin-top:1rem;padding:.75rem 1.5rem;background-color:#595e4e;color:#e0e8e0;border:2px solid #595E4E;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:500;transition:background-color .2s;font-family:Outfit,sans-serif}.edit-message-button:hover{background-color:#e0e8e0;border:2px solid #595E4E;color:#595e4e}.save-message-button{width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#e0e8e0;background-color:#595e4e;border:none;border-radius:12px;cursor:pointer;transition:background-color .2s;margin-top:0;border:2px solid #595E4E}.save-message-button:hover{background-color:#e0e8e0;color:#595e4e;border:2px solid #595E4E}.checkout-section{margin-bottom:2.5rem}.section-header-with-link{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.5rem}.sign-in-link{color:#c8d7c4;text-decoration:underline;font-size:.9375rem;font-weight:500;cursor:pointer;background:#595e4e;border:2px solid #595E4E;padding:.5rem 1rem;border-radius:10px;font-family:Outfit,sans-serif}.sign-in-link:hover{color:#595e4e;background-color:#e0e8e0}.section-title{font-size:2rem;font-weight:500;color:#595e4e;margin-bottom:15px;font-family:EB Garamond}.section-subtitle{font-size:1.125rem;font-weight:600;color:#2d2d2d;margin:0}.section-description{color:#666;font-size:.9375rem;margin:.5rem 0 1.5rem}.delivery-section .section-title{font-family:EB Garamond,sans-serif;font-size:2rem;font-weight:500;color:#595e4e;margin-bottom:15px}.delivery-banner{background-color:#595e4e;color:#f5f5f5;padding:1rem 1.5rem;border-radius:10px;text-align:center;font-size:1rem;margin-bottom:1.5rem;font-family:Outfit,sans-serif}.delivery-options{margin-top:0;background-color:#c8d7c4;border:2px solid #595E4E;border-radius:16px;padding:1.5rem}.delivery-type-selector{display:flex;flex-direction:column;gap:.75rem}.delivery-option{width:100%;background-color:#c8d7c4;border:2px solid #595E4E;border-radius:10px;padding:1rem 1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s;box-sizing:border-box;font-family:Outfit,sans-serif}.delivery-option:hover{background-color:#e0e8e0;color:#595e4e}.delivery-option.active{background-color:#595e4e}.delivery-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.delivery-option:after{content:"";width:20px;height:20px;border-radius:50%;border:2px solid #555;background-color:transparent;flex-shrink:0}.delivery-option.active:after{border-color:#fff;background-color:#fff;box-shadow:inset 0 0 0 5px #6b6b5c}.delivery-details{display:flex;flex-direction:column;color:#333}.delivery-option.active .delivery-details{color:#fff}.delivery-name{font-weight:500;font-size:1rem}.delivery-time{font-size:.875rem;opacity:.85}.delivery-price{font-weight:600;font-size:1rem}.recipient-section .section-title{font-family:EB Garamond,sans-serif;font-size:2rem;font-weight:500;color:#595e4e}.recipient-banner{background-color:#595e4e;color:#f5f5f5;padding:1rem 1.5rem;border-radius:10px;text-align:center;font-size:1rem;margin-bottom:1.5rem;font-family:Outfit,sans-serif}.recipient-form{background-color:#c8d7c4;border-radius:16px}.recipient-form .form-input{background-color:#e0e8e0;font-family:Outfit,sans-serif}.recipient-form input.form-input,.recipient-form select.form-input{height:3.5rem;box-sizing:border-box}.recipient-form .form-input:focus{border-color:#595e4e;background-color:#c8d7c4;box-shadow:none}.recipient-form .form-input.error{border-color:#dc2626;background-color:#c8d7c4}.recipient-form .form-input:-webkit-autofill,.recipient-form .form-input:-webkit-autofill:hover,.recipient-form .form-input:-webkit-autofill:focus,.recipient-form .form-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #f5f5f5 inset!important;-webkit-text-fill-color:#595E4E!important;border:2px solid #595E4E!important;border-radius:12px!important}.form-section{background-color:#c8d7c4;padding:1.5rem;border-radius:10px;border:2px solid #595E4E}.section-header{display:flex;align-items:center;gap:15px;margin-bottom:15px}.info-icon{width:20px;height:20px;background-color:#d8155d;color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.form-field{margin-bottom:1rem;position:relative}.form-input{width:100%;padding:.875rem 1rem;font-size:.9375rem;border:2px solid #595E4E;border-radius:10px;background-color:#fff;color:#2d2d2d;transition:all .2s;font-family:inherit;min-height:3rem;height:auto;box-sizing:border-box}input.form-input,select.form-input{height:3rem}.form-input:focus{outline:none;border-color:#595e4e}.form-input::placeholder{color:#9ca3af}.form-input.error{border-color:#dc2626;background-color:#fef2f2}.form-input.error:focus{box-shadow:0 0 0 3px #dc26261a}.field-error{display:block;color:#dc2626;font-size:.875rem;margin-top:.375rem}.field-hint{font-size:.875rem;color:#6b7280;margin-top:.375rem;margin-bottom:0}.form-label{position:absolute;top:.875rem;right:1rem;font-size:.875rem;color:#6b7280;pointer-events:none}.form-label-top{display:block;font-size:.875rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row-three{grid-template-columns:1fr 1fr 1fr}.checkbox-field{display:flex;align-items:center;gap:.75rem}.checkbox-field input[type=checkbox]{width:20px;height:20px;border:2px solid #595E4E;border-radius:4px;cursor:pointer}.checkbox-field label{font-size:.9375rem;color:#595e4e;font-family:Outfit,sans-serif;cursor:pointer;display:flex}.payment-section{margin-bottom:2rem}.payment-section .section-title{font-family:EB Garamond,sans-serif;font-size:2rem;font-weight:500;color:#595e4e;margin-bottom:1.5rem}.payment-banner{background-color:#595e4e;color:#f5f5f5;padding:1rem 1.5rem;border-radius:10px;text-align:center;font-size:1rem;margin-bottom:1.5rem;font-family:Outfit,sans-serif}.subscription-info-banner{background-color:#e8f5e9;border:2px solid #66bb6a;border-radius:10px;padding:1rem 1.5rem;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:1rem}.subscription-info-banner .info-icon{font-size:1.5rem;line-height:1}.subscription-info-banner strong{display:block;color:#2e7d32;font-family:EB Garamond,serif;font-size:1.1rem;margin-bottom:.25rem}.subscription-info-banner p{margin:0;color:#1b5e20;font-family:Outfit,sans-serif;font-size:.9rem;line-height:1.4}.payment-security-notice{display:none}.payment-section .StripeElement{background-color:transparent;border:none;border-radius:0;padding:0;margin-bottom:0}.billing-section{margin-top:2rem;background-color:#ee370a;border:2px solid #333;border-radius:16px;padding:2rem}.billing-section .section-subtitle{color:#333;margin-bottom:1.5rem}.billing-section .form-input{background-color:#adad27;border:2px solid #333;border-radius:12px}.billing-section input.form-input,.billing-section select.form-input{height:3.5rem;box-sizing:border-box}.billing-section .form-input:focus{border-color:#a1a12a;background-color:#e8e8dd;box-shadow:none}.billing-section .form-input.error{border-color:#dc2626;background-color:#e8e8dd}.billing-section .checkbox-field{margin-bottom:1.5rem}.billing-section .form-input:-webkit-autofill,.billing-section .form-input:-webkit-autofill:hover,.billing-section .form-input:-webkit-autofill:focus,.billing-section .form-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #dada21 inset!important;-webkit-text-fill-color:#333!important;border:2px solid #333!important;border-radius:12px!important}.continue-button{width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#f5f5f5;background-color:#595e4e;border:none;border-radius:10px;cursor:pointer;transition:background-color .2s;margin-top:2rem;font-family:Outfit,sans-serif;border:2px solid #595E4E}.continue-button:hover{background-color:#e0e8e0;color:#595e4e;border:2px solid #595E4E}.continue-button:disabled{background-color:#9a9a8a;cursor:not-allowed;opacity:.7}select.form-input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}@media(max-width:768px){.form-row,.form-row-three{grid-template-columns:1fr}.delivery-name{font-size:1rem}.delivery-time{font-size:.75rem}.delivery-price{font-size:.9rem}}.order-summary{width:100%;height:100%;display:flex;flex-direction:column;border-top:none}.order-summary-items-wrapper{position:relative;flex:1;margin-bottom:1.5rem;max-height:calc(100vh - 400px)}.order-summary-items{height:100%;overflow-y:auto;padding-bottom:1rem;padding-top:1rem}.order-item{display:flex;gap:1rem;padding:1rem 0}.order-item:not(:last-child){border-bottom:1px solid #d4d4c8}.order-item:first-child{padding-top:0}.order-item-image{position:relative;width:70px;height:70px;flex-shrink:0;border-radius:12px;overflow:visible;border:1px solid #d4d4c8;background-color:#fff;transition:transform .2s,box-shadow .2s}.order-item-image.clickable{cursor:pointer}.order-item-image.clickable:hover{transform:scale(1.05);box-shadow:0 2px 8px #00000026}.order-item-image img{width:100%;height:100%;object-fit:cover;border-radius:12px}.placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;background-color:#fef5f8;border-radius:12px}.item-quantity-badge{position:absolute;top:-12px;right:-12px;background-color:#2d2d2d;color:#fff;min-width:34px;height:34px;padding:0 6px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9375rem;font-weight:700;border:3px solid #e8e8dd;box-shadow:0 3px 10px #00000040;z-index:10}.order-item-details{flex:1;min-width:0}.order-item-details h3{font-size:1rem;font-weight:600;color:#2d2d2d;margin:0 0 .25rem;line-height:1.3;transition:color .2s}.order-item-details h3.clickable{cursor:pointer}.order-item-details h3.clickable:hover{color:#7a2e4a;text-decoration:underline}.item-category{font-size:.875rem;color:#8b5a6b;margin:0 0 .25rem}.item-subscription-info{margin:.375rem 0}.item-type{font-size:.8125rem;margin:.375rem 0 .25rem;display:flex;align-items:center;gap:.5rem}.item-type.subscription{color:#7a2e4a;font-weight:500}.item-type.subscription .badge{background:#6b6b5c;color:#fff;padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.item-type.one-time{color:#8b5a6b;font-weight:400}.item-frequency{font-size:.8125rem;color:#8b5a6b;margin:.25rem 0;line-height:1.4}.item-delivery-date{font-size:.8125rem;color:#5f2339;margin:.25rem 0 0;font-weight:500}.order-item-price{font-size:1rem;font-weight:600;color:#6b6b5c;flex-shrink:0}.scroll-hint{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);z-index:10;padding:1rem 1.5rem;background-color:#6b6b5c;border:none;border-radius:50px;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s;text-align:center;box-shadow:0 4px 12px #00000026;white-space:nowrap}.scroll-hint:hover{background-color:#5a5a4d;transform:translate(-50%) translateY(2px)}.scroll-arrow{display:inline-block;margin-left:.5rem;animation:bounce 1.5s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.discount-section{display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1.5rem 0;border-top:1px solid #d4d4c8;border-bottom:1px solid #d4d4c8}.discount-input{flex:1;padding:.875rem 1rem;font-size:.9375rem;border:2px solid #333;border-radius:8px;background-color:#fff;color:#2d2d2d;transition:all .2s}.discount-input:focus{outline:none;border-color:#6b6b5c;box-shadow:0 0 0 3px #6b6b5c1a}.discount-input::placeholder{color:#a0829d}.apply-button{padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;color:#6b6b5c;background-color:transparent;border:2px solid #6b6b5c;border-radius:8px;cursor:pointer;transition:all .2s;white-space:nowrap}.apply-button:hover:not(:disabled){background-color:#6b6b5c;color:#fff}.apply-button:disabled{opacity:.5;cursor:not-allowed}.order-totals{margin-top:auto;padding-top:1.5rem}.total-row{display:flex;justify-content:space-between;align-items:center;font-size:1rem;color:#333;margin-bottom:1.5rem}.subtotal-row{color:#333;font-size:1rem}.subtotal-row span:first-child{color:#333}.subtotal-row span:last-child{color:#333;font-size:1.5rem;font-weight:600}.shipping-tbd{color:#b89;font-size:1rem}.final-total{margin-top:2rem;padding-top:0;border-top:none;font-size:1rem;font-weight:600;margin-bottom:.5rem}.total-label{font-size:2.5rem;color:#333;font-weight:700;font-family:serif;line-height:1}.total-amount{display:flex;align-items:baseline;gap:.5rem}.currency{font-size:1rem;color:#333;font-weight:400;text-transform:uppercase}.amount{font-size:2.5rem;color:#333;font-weight:700;line-height:1}.tax-note{font-size:1rem;color:#b89;margin-top:.5rem;margin-left:0;text-align:left}.shipping-row{flex-direction:column;align-items:flex-start;gap:.5rem}.shipping-label-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%}.breakdown-toggle{background:none;border:none;color:#7a2e4a;font-size:.8125rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;transition:all .2s;text-decoration:underline}.breakdown-toggle:hover{color:#5f2339}.breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem;color:#5f2339}.breakdown-item:not(:last-child){border-bottom:1px solid #e8e8dd}.breakdown-date{color:#6b6b5c;font-weight:500}.breakdown-cost{color:#333;font-weight:600}@media(max-width:1024px){.order-summary-items{max-height:none}}.quantity-controls{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.quantity-btn{width:28px;height:28px;border:1px solid #6b6b5c;background:#fff;color:#6b6b5c;border-radius:4px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.quantity-btn:hover:not(:disabled){background:#6b6b5c;color:#fff}.quantity-btn:disabled{opacity:.3;cursor:not-allowed}.quantity-display{min-width:30px;text-align:center;font-weight:600;color:#2d2d2d}.remove-btn{margin-left:.5rem;background:transparent;border:none;cursor:pointer;font-size:1.2rem;padding:.25rem;transition:opacity .2s}.remove-btn:hover{opacity:.7}@media(max-width:768px){.order-item{gap:.75rem}.order-item-image{width:60px;height:60px}.order-item-details h3{font-size:.9375rem}.discount-section{flex-direction:column}.apply-button{width:100%}}.auth-required-message{background:linear-gradient(135deg,#fef3f2,#fee2e2);border:2px solid #fecaca;border-radius:12px;padding:2rem;margin:1.5rem 0;text-align:center;box-shadow:0 4px 12px #ef44441a}.auth-message-content h3{margin:0 0 1rem;color:#dc2626;font-size:1.5rem;font-weight:600}.auth-message-content p{margin:0 0 1.5rem;color:#7f1d1d;font-size:1.125rem;line-height:1.6}.auth-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.login-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #10b98133}.login-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.back-to-cart-btn{background:#fff;color:#374151;border:2px solid #d1d5db;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.back-to-cart-btn:hover{border-color:#9ca3af;background-color:#f9fafb}.checkout-page{min-height:100vh;background-color:#fafafa}.checkout-container{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;gap:1rem;padding:0 1rem}.checkout-left{padding:2rem;width:100%;margin:0 2rem 0 .5rem}.checkout-logo-placeholder{display:flex;align-items:center;justify-content:center;text-align:center;font-family:Georgia,serif;font-size:1.5rem;color:#333;padding:2rem 0;border-bottom:1px solid #e5e7eb;margin-bottom:2rem;cursor:pointer;gap:1em}.checkout-header{margin-bottom:3rem;display:flex;justify-content:space-between;align-items:center}.checkout-logo{font-size:2.5rem;font-weight:700;color:#d93030;text-decoration:none;display:inline-block;font-family:serif;letter-spacing:.02em}.cart-button{background:none;border:none;cursor:pointer;position:relative;padding:.5rem;color:#2d2d2d;transition:color .2s}.cart-button:hover{color:#7a2e4a}.cart-button svg{width:32px;height:32px}.cart-count{position:absolute;top:0;right:0;background-color:#7a2e4a;color:#fff;border-radius:50%;width:18px;height:18px;font-size:.75rem;display:flex;align-items:center;justify-content:center;font-weight:600}.checkout-right-container{padding:50px}.checkout-right{background-color:#c8d7c4;padding:1rem 2rem;border:2px solid #595E4E;border-radius:10px;position:sticky;top:0;height:100vh;margin:0;overflow-y:auto;font-family:Outfit,sans-serif;width:100%}.checkout-error{background-color:#fee;border:1px solid #fcc;color:#c33;padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.error-icon{font-size:1.25rem}.checkout-loading{text-align:center;padding:2rem;margin-bottom:2rem;background-color:#f0f9ff;border-radius:8px}.spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #7a2e4a;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}.checkout-empty{text-align:center;padding:4rem 2rem}.checkout-empty h2{color:#7a2e4a;margin-bottom:1.5rem}.continue-shopping{display:inline-block;padding:.75rem 2rem;background-color:#7a2e4a;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background-color .2s}.continue-shopping:hover{background-color:#5f2339}@media(max-width:1024px){.checkout-container{grid-template-columns:1fr;padding:0 .5rem}.checkout-left{padding:2rem 1.5rem;margin:0}.checkout-right-container{padding:2rem}.checkout-right{position:relative;height:auto;border:2px solid #595E4E;padding:2rem 1.5rem}}@media(max-width:768px){.checkout-container{padding:0;gap:.5rem}.checkout-left{padding:1.5rem 1rem;margin:0}.checkout-right-container,.checkout-right{padding:1.5rem 1rem}.checkout-logo-placeholder{padding:1.5rem 0;font-size:1.3rem;margin-bottom:1.5rem}.checkout-header{margin-bottom:2rem}.cart-button svg{width:28px;height:28px}}@media(max-width:480px){.checkout-left,.checkout-right-container,.checkout-right{padding:1rem .75rem}.checkout-logo-placeholder{font-size:1.1rem;padding:1rem 0;margin-bottom:1rem}.checkout-header{margin-bottom:1.5rem}.cart-button svg{width:24px;height:24px}.cart-count{width:16px;height:16px;font-size:.65rem}}.order-confirmation-page{min-height:100vh;padding:0}.confirmation-container{width:100%;margin:0 auto;padding:0;text-align:center}.logo-section{padding:2rem 0}.logo{font-size:1.5rem;font-weight:600;color:#5a5a4a;letter-spacing:2px}.header-section{background:#c8d7c4;width:100%;padding:2rem;margin-bottom:3rem}.header-section h1{color:#595e4e;font-size:54px;font-weight:600;font-family:EB Garamond,sans-serif;margin-bottom:1rem;letter-spacing:2px}.order-number-highlight{background:#ffffffb3;padding:.75rem 1.5rem;border-radius:8px;margin:1rem auto 1.5rem;max-width:fit-content;border:2px solid #595E4E}.order-number-label{color:#595e4e;font-size:.95rem;font-family:Outfit,sans-serif;font-weight:500;margin-right:.5rem}.order-number-value{color:#595e4e;font-size:1.125rem;font-family:EB Garamond,sans-serif;font-weight:600;letter-spacing:1px}.thank-you-message{color:#595e4e;font-size:1.125rem;font-family:Outfit,sans-serif;font-weight:400;margin-bottom:1rem}.info-message{color:#595e4e;font-size:.95rem;font-family:Outfit,sans-serif;font-weight:400;line-height:1.6;max-width:600px;margin:0 auto}.order-summary-section{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;margin:auto auto 0;padding:2rem}.order-summary-section h2{color:#595e4e;font-size:54px;font-weight:600;font-family:EB Garamond,sans-serif;margin-bottom:.5rem}.order-date{color:#595e4e;font-size:16px;font-family:Outfit,sans-serif;margin-bottom:2rem}.order-item-card{display:flex;gap:2rem;padding:2rem;border-radius:16px;margin-bottom:2rem;text-align:left;box-shadow:0 1px 4px #0000000d;max-width:100%;overflow:hidden}.item-image-container{flex-shrink:0;width:200px;height:250px;border-radius:16px;overflow:hidden;background:#f0f0eb}.item-image-container img{width:100%;height:100%;object-fit:cover}.placeholder-image{width:100%;height:100%;background:#e5e5e0;display:flex;align-items:center;justify-content:center;font-size:3rem}.item-details-container{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0;overflow:hidden}.item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;width:100%;max-width:600px}.item-header h3{color:#595e4e;font-size:1.5rem;font-family:EB Garamond,sans-serif;font-weight:500;margin:0}.item-header .item-price{color:#595e4e;font-size:1.5rem;font-family:EB Garamond,sans-serif;font-weight:500;white-space:nowrap;margin-left:1rem}.item-info-list{display:flex;flex-direction:column;gap:.5rem}.item-info-list p{color:#595e4e;font-size:.95rem;font-family:Outfit,sans-serif;margin:0;line-height:1.6}.price-breakdown{display:flex;flex-direction:column;margin-top:2rem;padding-top:1.5rem}.price-row{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0;color:#595e4e;font-size:1rem;font-family:Outfit,sans-serif;width:100%}.price-row span:first-child{text-align:left}.price-row span:last-child{text-align:right;color:#595e4e}.shipping-row{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;gap:10rem}.shipping-label-wrapper{display:flex;align-items:center;gap:1rem;width:100%;justify-content:space-between}.breakdown-toggle{background:none;border:none;color:#6b7a5e;font-size:.8125rem;cursor:pointer;text-decoration:underline;font-family:Outfit,sans-serif;padding:0;transition:color .2s}.breakdown-toggle:hover{color:#595e4e}.shipping-breakdown{width:100%;margin-top:.75rem;padding-left:1rem;border-left:2px solid #d4d4c8}.breakdown-item{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.875rem;color:#6b7a5e}.breakdown-date{flex:1}.breakdown-cost{font-weight:500;color:#595e4e}.total-row{font-weight:700;font-size:1.125rem;margin-top:.5rem;padding-top:.5rem}.total-row span:first-child{color:#595e4e;font-family:Outfit,sans-serif;font-weight:700}.total-row span:last-child{color:#595e4e;font-weight:700}.billing-shipping-section{display:flex;flex-direction:column;text-align:left}.billing-shipping-section h2{color:#595e4e;font-size:54px;font-family:EB Garamond,sans-serif;font-weight:600;margin-bottom:2rem;text-align:center}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10rem;margin-left:auto;margin-right:auto;padding-top:2rem}.info-column h3{color:#595e4e;font-size:32px;font-weight:500;font-family:EB Garamond,sans-serif;margin-bottom:1rem}.info-column p{color:#595e4e;font-size:15px;font-family:Outfit,sans-serif;margin:.25rem 0;line-height:1.6}.payment-shipping-methods{display:flex;width:100%;max-width:700px;gap:13.5rem;justify-content:flex-start;padding:1rem;margin:auto}.method-column h3{color:#595e4e;font-family:EB Garamond,sans-serif;font-size:32px;font-weight:500;margin-bottom:1rem}.method-column p{color:#595e4e;font-family:Outfit,sans-serif;font-size:15px;margin:0}.action-buttons{padding:2rem 2rem 3rem;text-align:center;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.track-order-btn,.back-home-btn{display:inline-block;padding:1rem 3rem;min-width:250px;text-decoration:none;border-radius:6px;font-weight:500;font-size:1rem;font-family:Outfit,sans-serif;transition:all .3s;text-transform:capitalize;border:2px solid transparent}.track-order-btn{background:#3b82f6;color:#fff;border-color:#3b82f6}.track-order-btn:hover{background:#2563eb;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.back-home-btn{background:#595e4e;color:#c8d7c4;border-color:#595e4e}.back-home-btn:hover{background:#e0e8e0;border-color:#595e4e;color:#595e4e}.order-confirmation-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f5f0}.spinner{width:50px;height:50px;border:4px solid #e5e5e0;border-top:4px solid #6b7a5e;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.order-confirmation-loading p{color:#5a5a4a;font-size:1rem}@media(max-width:1024px){.header-section h1,.order-summary-section h2,.billing-shipping-section h2{font-size:2.5rem}.info-column h3,.method-column h3{font-size:1.75rem}.info-grid{gap:4rem}.payment-shipping-methods{width:100%;gap:4rem}.item-header{width:100%}}@media(max-width:768px){.logo-section{padding:1.5rem 0}.header-section{padding:1.5rem 1rem;margin-bottom:2rem}.header-section h1{font-size:2rem}.order-summary-section{padding:1.5rem 1rem;flex-direction:column;align-items:center}.order-summary-section h2,.billing-shipping-section h2{font-size:2rem}.order-item-card{flex-direction:column;gap:1.5rem;padding:1.5rem 1rem;max-width:700px;width:100%}.item-image-container{width:100%;max-width:300px;height:350px;margin:0 auto}.item-header{flex-direction:column;gap:.5rem;width:100%}.item-header .item-price{margin-left:0}.info-grid{grid-template-columns:1fr;gap:2rem;padding-top:1.5rem}.info-column h3,.method-column h3{font-size:1.5rem}.payment-shipping-methods{flex-direction:column;width:100%;gap:2rem;padding-top:1.5rem}.shipping-row{gap:2rem}.price-breakdown{align-self:flex-start;min-width:100%}.action-buttons{padding:1.5rem 1rem 2rem}.back-home-btn{width:100%;max-width:400px}}@media(max-width:480px){.header-section{padding:1rem .75rem;margin-bottom:1.5rem}.header-section h1{font-size:1.75rem}.order-number-highlight{padding:.5rem 1rem}.order-number-label{font-size:.85rem}.order-number-value,.thank-you-message{font-size:1rem}.info-message{font-size:.875rem}.order-summary-section{padding:1rem .75rem}.order-summary-section h2,.billing-shipping-section h2{font-size:1.75rem}.order-date{font-size:.875rem}.order-item-card{padding:1rem .75rem;gap:1rem}.item-image-container{max-width:250px;height:300px}.item-header h3,.item-header .item-price{font-size:1.25rem}.item-info-list p{font-size:.875rem}.price-row{font-size:.9rem}.total-row{font-size:1rem}.info-column h3,.method-column h3{font-size:1.25rem}.info-column p,.method-column p{font-size:.875rem}.shipping-row{flex-direction:column;gap:1rem}.breakdown-toggle{font-size:.75rem}.breakdown-item{font-size:.8rem}.action-buttons{padding:1rem .75rem}.back-home-btn{width:100%;padding:.875rem 2rem}}.status-badge{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:8px;font-weight:600;font-size:16px;transition:all .3s ease}.status-icon{font-size:20px}.status-text{text-transform:capitalize}.status-processing{background-color:#dbeafe;color:#1e40af;border:2px solid #3b82f6}.status-in-transit{background-color:#fef3c7;color:#92400e;border:2px solid #f59e0b}.status-out-for-delivery{background-color:#fed7aa;color:#9a3412;border:2px solid #f97316}.status-delivered{background-color:#d1fae5;color:#065f46;border:2px solid #10b981}.status-failed{background-color:#fee2e2;color:#991b1b;border:2px solid #ef4444}.status-cancelled{background-color:#f3f4f6;color:#374151;border:2px solid #6b7280}.tracking-timeline{margin-top:24px;padding:20px 0}.tracking-timeline-empty{text-align:center;padding:40px 20px;color:#6b7280}.empty-subtext{font-size:14px;margin-top:8px;color:#9ca3af}.timeline-event{display:flex;gap:16px;margin-bottom:24px;position:relative}.timeline-event:last-child{margin-bottom:0}.timeline-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.timeline-dot{width:16px;height:16px;border-radius:50%;background-color:#d1d5db;border:3px solid #fff;box-shadow:0 0 0 2px #d1d5db;z-index:1}.timeline-dot.latest{background-color:#3b82f6;box-shadow:0 0 0 2px #3b82f6,0 0 0 4px #dbeafe;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 2px #3b82f6,0 0 0 4px #dbeafe}50%{box-shadow:0 0 0 2px #3b82f6,0 0 0 8px #dbeafe}}.timeline-line{width:2px;flex-grow:1;background-color:#e5e7eb;margin-top:4px}.timeline-content{flex-grow:1;padding-bottom:8px}.event-header{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px}.event-type{font-size:18px;font-weight:600;color:#111827;margin:0}.event-time{font-size:14px;color:#6b7280;white-space:nowrap}.event-description{font-size:15px;color:#4b5563;margin:4px 0;line-height:1.5}.event-location{font-size:14px;color:#6b7280;margin:4px 0;display:flex;align-items:center;gap:6px}.location-icon{font-size:12px}.event-timestamp{font-size:13px;color:#9ca3af;margin:8px 0 0}@media(max-width:768px){.timeline-event{gap:12px}.event-header{flex-direction:column;align-items:flex-start;gap:4px}.event-type{font-size:16px}.event-time{font-size:13px}}.order-tracking-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:40px 20px}.tracking-container{max-width:800px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;padding:40px}.logo-section{text-align:center;margin-bottom:30px}.logo-link{display:inline-flex;align-items:center;gap:12px;text-decoration:none;transition:transform .3s ease}.logo-link:hover{transform:scale(1.05)}.tracking-loading{text-align:center;padding:60px 20px}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.spinner-small{display:inline-block;width:14px;height:14px;border:2px solid #fff;border-top:2px solid transparent;border-radius:50%;animation:spin .8s linear infinite;margin-right:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-section{text-align:center;padding:40px 20px}.error-section h2{font-size:24px;color:#ef4444;margin-bottom:16px}.error-section p{font-size:16px;color:#6b7280;margin-bottom:24px}.error-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.tracking-header{text-align:center;margin-bottom:32px}.tracking-header h1{font-size:32px;font-weight:700;color:#111827;margin-bottom:16px}.order-info{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.info-item{display:flex;align-items:center;gap:8px}.info-label{font-size:14px;color:#6b7280}.info-value{font-size:16px;font-weight:600;color:#111827}.status-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:32px}.status-card .status-badge{margin-bottom:20px;width:fit-content}.status-details{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.detail-row{display:flex;align-items:center;gap:8px;font-size:15px}.detail-icon{font-size:18px;width:24px}.detail-label{color:#6b7280;min-width:140px}.detail-value{color:#111827;font-weight:500}.action-buttons{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.btn-refresh,.btn-sendle{flex:1;min-width:150px;padding:12px 20px;border-radius:8px;font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;border:none}.btn-refresh{background-color:#3b82f6;color:#fff}.btn-refresh:hover:not(:disabled){background-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.btn-refresh:disabled{opacity:.6;cursor:not-allowed}.btn-sendle{background-color:#10b981;color:#fff}.btn-sendle:hover{background-color:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.refresh-message{padding:12px 16px;border-radius:8px;font-size:14px;text-align:center;margin-bottom:12px}.refresh-message.success{background-color:#d1fae5;color:#065f46;border:1px solid #10b981}.refresh-message.error{background-color:#fee2e2;color:#991b1b;border:1px solid #ef4444}.last-updated{font-size:13px;color:#9ca3af;text-align:center}.timeline-section{margin-bottom:32px}.timeline-section h2{font-size:24px;font-weight:600;color:#111827;margin-bottom:20px}.back-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:12px 24px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.btn-secondary{background-color:#e5e7eb;color:#111827}.btn-secondary:hover{background-color:#d1d5db;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media(max-width:768px){.tracking-container{padding:24px 20px}.tracking-header h1{font-size:24px}.order-info{flex-direction:column;gap:12px}.info-item{justify-content:center}.detail-label{min-width:auto}.action-buttons,.back-actions{flex-direction:column}.btn-refresh,.btn-sendle{width:100%}}
