.cart-dropdown-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;display:flex;justify-content:flex-end;align-items:flex-start;padding-top:80px;padding-right:20px;animation:fadeIn .2s ease-in-out}.cart-dropdown{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;width:100%;max-width:420px;max-height:80vh;display:flex;flex-direction:column;animation:slideIn .3s ease-out;overflow:hidden}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.cart-dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e5e5}.cart-dropdown-title{font-size:20px;font-weight:600;color:#333;margin:0}.cart-dropdown-close{background:none;border:none;cursor:pointer;padding:4px;color:#666;display:flex;align-items:center;justify-content:center;transition:color .2s}.cart-dropdown-close:hover{color:#333}.cart-dropdown-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.cart-empty svg{color:#ccc;margin-bottom:20px}.cart-empty-text{font-size:16px;color:#666;margin-bottom:24px}.cart-empty-btn{background:#4caf50;color:#fff;border:none;padding:12px 24px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.cart-empty-btn:hover{background:#45a049}.cart-items-list{padding:16px;flex:1;overflow-y:auto}.cart-item{display:flex;gap:12px;padding:16px 0;border-bottom:1px solid #f0f0f0}.cart-item:last-child{border-bottom:none}.cart-item-image-wrapper{width:80px;height:80px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#f5f5f5}.cart-item-image{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.cart-item-name{font-size:14px;font-weight:500;color:#333;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-item-price{font-size:16px;font-weight:600;color:#4caf50}.cart-item-quantity-controls{display:flex;align-items:center;gap:8px;margin-top:4px}.cart-quantity-btn{width:28px;height:28px;border:1px solid #ddd;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#333;transition:all .2s}.cart-quantity-btn:hover{background:#f5f5f5;border-color:#4caf50;color:#4caf50}.cart-quantity-value{min-width:30px;text-align:center;font-size:14px;font-weight:500;color:#333}.cart-item-remove{background:none;border:none;cursor:pointer;padding:4px;color:#999;display:flex;align-items:flex-start;transition:color .2s;flex-shrink:0}.cart-item-remove:hover{color:#e74c3c}.cart-dropdown-footer{padding:20px;border-top:1px solid #e5e5e5;background:#fafafa}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e5e5}.cart-total-label{font-size:18px;font-weight:600;color:#333}.cart-total-value{font-size:20px;font-weight:700;color:#4caf50}.cart-checkout-btn,.cart-view-cart-btn{width:100%;padding:14px;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:8px}.cart-checkout-btn{background:#4caf50;color:#fff}.cart-checkout-btn:hover{background:#45a049}.cart-view-cart-btn{background:#fff;color:#4caf50;border:2px solid #4CAF50}.cart-view-cart-btn:hover{background:#f0f8f0}@media (max-width: 768px){.cart-dropdown-overlay{padding-right:0;padding-top:70px}.cart-dropdown{max-width:100%;border-radius:0;max-height:90vh}}.user-menu-dropdown-wrapper{position:relative;display:inline-block}.user-menu-trigger{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background-color .2s}.user-menu-trigger:hover{background-color:#4caf501a}.dropdown-arrow{color:#666;transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.user-menu-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:200px;z-index:1000;overflow:hidden;animation:slideDown .2s ease-out}.user-menu-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:none;border:none;cursor:pointer;text-align:left;color:#333;font-size:.9rem;transition:background-color .2s;border-bottom:1px solid #f0f0f0}.user-menu-item:last-child{border-bottom:none}.user-menu-item:hover{background-color:#f5f5f5}.user-menu-item.logout-item{color:#e74c3c;border-top:1px solid #f0f0f0;margin-top:.25rem}.user-menu-item.logout-item:hover{background-color:#fee;color:#c0392b}.menu-item-icon{display:flex;align-items:center;justify-content:center;color:#666;flex-shrink:0}.user-menu-item.logout-item .menu-item-icon{color:#e74c3c}.menu-item-label{flex:1}.user-icon-mobile{display:none}@media (max-width: 768px){.user-menu-dropdown-wrapper{display:flex;align-items:center}.user-menu-trigger{padding:.5rem;gap:0}.user-menu-dropdown{right:0;min-width:180px}.user-greeting{display:none}.user-icon-mobile{display:block}.dropdown-arrow{display:none}}.navigation-loader-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background-color:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.spinkit-loader{display:flex;align-items:center;justify-content:center}.spinkit-spinner{width:70px;text-align:center}.spinkit-spinner>div{width:18px;height:18px;background-color:#4caf50;border-radius:100%;display:inline-block;animation:spinkit-bouncedelay 1.4s infinite ease-in-out both}.spinkit-bounce1{animation-delay:-.32s}.spinkit-bounce2{animation-delay:-.16s}.spinkit-bounce3{animation-delay:0s}@keyframes spinkit-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{display:flex;align-items:center;justify-content:space-between;min-width:320px;max-width:420px;padding:16px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;pointer-events:auto;animation:slideInRight .3s ease-out;border-left:4px solid}.toast-success{border-left-color:#4caf50}.toast-error{border-left-color:#f44336}.toast-content{display:flex;align-items:center;gap:12px;flex:1}.toast-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;flex-shrink:0}.toast-success .toast-icon{background-color:#e8f5e9;color:#4caf50}.toast-error .toast-icon{background-color:#ffebee;color:#f44336}.toast-message{font-size:14px;font-weight:500;color:#333;line-height:1.4}.toast-close{background:none;border:none;cursor:pointer;padding:4px;color:#666;display:flex;align-items:center;justify-content:center;margin-left:12px;border-radius:4px;transition:all .2s;flex-shrink:0}.toast-close:hover{background-color:#f5f5f5;color:#333}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.toast-container{top:10px;right:10px;left:10px}.toast{min-width:auto;max-width:100%}}.App{width:100%;min-height:100vh;display:flex;flex-direction:column}.header{background-color:#fff;padding:.375rem 0;box-shadow:0 2px 4px #0000000d;position:sticky;top:0;z-index:100}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo-wrapper{display:flex;align-items:center;gap:.75rem}.logo{display:flex;align-items:center;gap:0}.logo img{height:85px;width:auto}.logo-text{font-size:1.5rem;font-weight:700;display:flex;align-items:center}.logo-market{color:#000}.logo-green{color:#4caf50}.nav{display:flex;gap:2rem;align-items:center;flex:1;justify-content:flex-end;margin-right:1rem}.nav a{color:#333;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s}.nav a:hover{color:#4caf50}.header-actions{display:flex;align-items:center;gap:1rem}.icon-btn{background:none;border:none;cursor:pointer;padding:.5rem;color:#333;display:flex;align-items:center;justify-content:center;position:relative;transition:color .3s}.icon-btn:hover{color:#4caf50}.cart-btn{position:relative}.cart-badge{position:absolute;top:0;right:0;background-color:#f44336;color:#fff;border-radius:50%;width:18px;height:18px;font-size:.7rem;display:flex;align-items:center;justify-content:center;font-weight:600}.shop-now-btn{background-color:#4caf50;color:#fff;border:none;padding:.75rem 1.5rem;font-weight:600;font-size:.9rem;cursor:pointer;border-radius:4px;transition:background-color .3s;text-transform:uppercase;letter-spacing:.5px}.shop-now-btn:hover{background-color:#45a049}.user-menu{display:flex;align-items:center;gap:.75rem}.user-greeting{font-size:.9rem;color:#333;font-weight:500;white-space:nowrap}.user-icon-btn{padding:.5rem}.user-icon-btn:hover{color:#4caf50}.hero{background:linear-gradient(135deg,#4caf500d,#fff);padding:4rem 2rem;flex:1;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.4;pointer-events:none;z-index:0}.hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-badge{display:flex;align-items:center;gap:.5rem;color:#4caf50;font-size:.9rem;font-weight:500}.apple-icon{width:1.2rem;height:1.2rem;object-fit:contain}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;color:#1a1a1a}.truck-icon{font-size:3rem;margin-left:.3rem;display:inline-block;vertical-align:middle}.hero-description-wrapper{display:flex;align-items:center;gap:1.5rem}.hero-description{font-size:1.1rem;color:#666;line-height:1.6;max-width:500px;margin:0}.hero-divider{width:2px;height:60px;background-color:#4caf50;flex-shrink:0}.explore-btn{background-color:#4caf50;color:#fff;border:none;padding:1rem 2.5rem;font-weight:600;font-size:1rem;cursor:pointer;border-radius:4px;transition:background-color .3s,transform .2s;text-transform:uppercase;letter-spacing:1px;width:fit-content;margin-top:1rem}.explore-btn:hover{background-color:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.hero-image-container{display:flex;justify-content:center;align-items:center;position:relative}.hero-image-wrapper{width:600px;height:600px;position:relative;border-radius:50%;background:#fff;opacity:.6;box-shadow:0 20px 60px #0000001a;z-index:0}.hero-ellipse-shadow{position:absolute;width:130%;height:130%;object-fit:contain;z-index:-1;top:100%;left:50%;transform:translate(-50%,-50%);opacity:.3}.hero-fruits-image{position:absolute;width:120%;height:120%;object-fit:cover;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%)}.features-banner{background-color:#4caf50;padding:1.5rem 2rem;color:#fff;overflow:hidden;position:relative}.features-container{display:flex;align-items:center;gap:1.5rem;flex-wrap:nowrap;white-space:nowrap;animation:scroll-horizontal 30s linear infinite;width:fit-content}@keyframes scroll-horizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}.features-title{font-weight:600;font-size:1rem;white-space:nowrap}.features-divider{color:#ffffff80;font-size:1.2rem;flex-shrink:0}.feature-item{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;white-space:nowrap;flex-shrink:0}.feature-icon{width:1.2rem;height:1.2rem;object-fit:contain;display:inline-block;flex-shrink:0}.feature-icon-text{display:inline-block;font-size:1rem}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;padding:2rem}.indicator{width:12px;height:12px;border-radius:50%;background-color:#ddd;cursor:pointer;transition:background-color .3s}.indicator.active{background-color:#4caf50}.product-categories{padding:4rem 2rem;background-color:beige}.categories-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.categories-row{display:grid;gap:2rem}.categories-row:first-child{grid-template-columns:.8fr 1.2fr}.categories-row:last-child{grid-template-columns:1fr 1fr 1fr}.category-card{border-radius:16px;padding:2.5rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;position:relative;overflow:hidden;min-height:300px}.category-fresh{background-color:#e8f5e9;min-height:400px;align-items:flex-start;padding-top:4rem}.category-fresh .category-content{margin-top:2rem;max-width:50%;padding-right:1rem}.category-dairy{background-color:#fff}.category-dairy .category-image-wrapper{position:absolute;right:0;bottom:0;width:auto;max-width:50%;height:auto;padding-right:0;display:flex;justify-content:flex-end;align-items:flex-end}.category-dairy .category-image{object-position:right bottom;height:50%!important;width:auto!important;max-width:none;max-height:200px}.category-staples{background-color:#ffe5d9}.category-snacks{background-color:#fff9c4}.category-household{background-color:#e1bee7}.category-content{flex:1;z-index:1}.category-title{font-family:Jost,sans-serif;font-size:2rem;font-weight:700;color:#000;margin-bottom:.75rem;line-height:1.2}.category-description{font-family:Jost,sans-serif;font-size:.95rem;color:#000;margin-bottom:1.5rem;line-height:1.5}.category-shop-btn{font-family:Jost,sans-serif;font-size:1rem;font-weight:600;color:#000;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:4px;transition:opacity .3s}.category-shop-btn:hover{opacity:.7}.category-image-wrapper{flex-shrink:0;width:300px;height:250px;display:flex;align-items:center;justify-content:flex-end;z-index:1}.category-fresh .category-image-wrapper{position:absolute;right:0;bottom:0;width:auto;max-width:50%;height:auto;padding-right:0;display:flex;justify-content:flex-end;align-items:flex-end}.category-image{width:100%;height:100%;object-fit:contain;object-position:right center;mix-blend-mode:multiply}.category-fresh .category-image{object-position:right bottom;height:50%!important;width:auto!important;max-width:none;max-height:200px}@media (max-width: 1024px){.hero-container{grid-template-columns:1fr;gap:2rem}.hero-image-wrapper{max-width:400px;height:400px}.hero-title{font-size:2.5rem}.nav{display:none}}.trendy-products{padding:4rem 2rem;background-color:#fff}.trendy-products-container{max-width:1400px;margin:0 auto}.trendy-products-title{font-family:Jost,sans-serif;font-size:2.5rem;font-weight:700;text-align:center;color:#000;margin-bottom:2rem}.products-nav{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.nav-link{font-family:Jost,sans-serif;font-size:.95rem;font-weight:500;color:#666;text-decoration:none;transition:color .3s;padding:.5rem 0}.nav-link:hover,.nav-link.active{color:#4caf50;text-decoration:underline;text-underline-offset:4px}.nav-divider{color:#ddd;font-size:1rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.product-card{background-color:#fff;border-radius:12px;padding:1.5rem;text-align:center;transition:transform .3s,box-shadow .3s;border:1px solid #f0f0f0;cursor:pointer}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.product-image-wrapper{position:relative;width:100%;height:200px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.product-price-wrapper{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.wishlist-icon-btn{background-color:transparent;border:1px solid #ddd;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;color:#666;flex-shrink:0}.wishlist-icon-btn:hover{border-color:#e91e63;transform:scale(1.1);color:#e91e63;background-color:#e91e631a}.wishlist-icon-btn.active{color:#e91e63;border-color:#e91e63;background-color:#e91e631a}.wishlist-icon-btn.active svg{fill:#e91e63}.wishlist-icon-btn:disabled{opacity:.6;cursor:not-allowed}.wishlist-icon-btn svg{width:16px;height:16px}.product-image{width:100%;height:100%;object-fit:contain}.product-badge{position:absolute;top:10px;right:10px;padding:.4rem .8rem;border-radius:4px;font-family:Jost,sans-serif;font-size:.75rem;font-weight:600;color:#fff}.badge-sell{background-color:#4caf50}.product-rating{display:flex;justify-content:center;gap:.2rem;margin-bottom:.75rem}.star{color:#ddd;font-size:1rem}.star.filled{color:#ffc107}.product-name{font-family:Jost,sans-serif;font-size:1.1rem;font-weight:600;color:#000;margin-bottom:.75rem}.product-price{display:flex;justify-content:center;align-items:center;gap:.75rem}.current-price{font-family:Jost,sans-serif;font-size:1.1rem;font-weight:700;color:#4caf50}.original-price{font-family:Jost,sans-serif;font-size:.9rem;color:#999;text-decoration:line-through}.shop-hero{position:relative;padding:4rem 2rem;background-color:#061b12;color:#fff;overflow:hidden}.shop-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--shop-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.25;pointer-events:none}.shop-hero-overlay{position:relative;z-index:1}.shop-hero-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.shop-hero-content{display:flex;flex-direction:column;gap:.75rem}.shop-hero-subtitle{font-family:Jost,sans-serif;font-size:.95rem;font-weight:500;color:#b7ff5b;text-transform:uppercase;letter-spacing:1px;margin:0}.shop-hero-title{font-family:Jost,sans-serif;font-size:3rem;font-weight:700;margin:0}.shop-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-family:Jost,sans-serif;font-size:.9rem;color:#cfd8dc}.shop-breadcrumbs a{color:#fff;text-decoration:none}.shop-breadcrumbs a:hover{text-decoration:underline}.shop-content{padding:3rem 2rem 4rem;background-color:#fff}.shop-content-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:3fr 1.2fr;gap:2.5rem}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.shop-view-toggle{display:flex;gap:.5rem}.view-btn{width:36px;height:36px;border-radius:4px;border:1px solid #ddd;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9rem}.view-btn.active{border-color:#4caf50;color:#4caf50}.shop-results{font-family:Jost,sans-serif;font-size:.95rem;color:#666;margin:0}.shop-sort-select{padding:.5rem .75rem;border-radius:4px;border:1px solid #ddd;font-family:Jost,sans-serif;font-size:.9rem}.shop-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.shop-loading,.shop-error,.shop-empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.circular-progress{position:relative;width:120px;height:120px;margin-bottom:1.5rem}.circular-progress-svg{width:100%;height:100%;transform:rotate(-90deg)}.circular-progress-background{fill:none;stroke:#e0e0e0;stroke-width:8}.circular-progress-indicator{fill:none;stroke:#4caf50;stroke-width:8;stroke-linecap:round;stroke-dasharray:283;stroke-dashoffset:283;animation:circular-progress 2s ease-in-out infinite;transform-origin:center}@keyframes circular-progress{0%{stroke-dashoffset:283;transform:rotate(0)}50%{stroke-dashoffset:70;transform:rotate(180deg)}to{stroke-dashoffset:283;transform:rotate(360deg)}}.circular-progress-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;display:flex;align-items:center;justify-content:center}.circular-progress-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#4caf50;border-radius:50%;animation:spin 1s linear infinite}.shop-loading p,.shop-error p,.shop-empty p{font-family:Jost,sans-serif;font-size:1rem;color:#666;margin:.5rem 0 0}.shop-error button{margin-top:1rem;padding:.75rem 2rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .3s}.shop-error button:hover{background-color:#45a049}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;border-radius:8px}.shop-sidebar{display:flex;flex-direction:column;gap:1.5rem}.shop-sidebar-card{border:1px solid #eee;border-radius:8px;padding:1.5rem;background-color:#fff}.shop-sidebar-title{font-family:Jost,sans-serif;font-size:1.1rem;font-weight:700;margin:0 0 1rem}.shop-categories-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;font-family:Jost,sans-serif;font-size:.95rem;color:#555}.shop-price-range-label{font-family:Jost,sans-serif;font-size:.9rem;color:#777;margin:0 0 .25rem}.shop-price-range{font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;color:#4caf50;margin-bottom:.75rem}.shop-price-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;border-radius:999px;background:linear-gradient(90deg,#4caf50,#c8e6c9);outline:none;cursor:pointer}.shop-price-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background-color:#4caf50;border:2px solid #ffffff;box-shadow:0 0 0 2px #4caf5066}.shop-price-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background-color:#4caf50;border:2px solid #ffffff;box-shadow:0 0 0 2px #4caf5066}.shop-top-rated-list{display:flex;flex-direction:column;gap:1rem}.shop-top-rated-item{display:flex;gap:.75rem;cursor:pointer}.shop-top-rated-image{width:64px;height:64px;border-radius:8px;background-color:#f5f5f5;object-fit:contain;flex-shrink:0}.shop-top-rated-image-placeholder{width:64px;height:64px;border-radius:8px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.shop-top-rated-loading{padding:1rem 0;display:flex;justify-content:center;align-items:center}.shop-top-rated-info{display:flex;flex-direction:column;gap:.25rem}.shop-top-rated-rating{display:flex;gap:.15rem}.shop-top-rated-name{font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;margin:0}.shop-top-rated-price{display:flex;align-items:center;gap:.4rem}.shop-search{display:flex;gap:.5rem}.shop-search-input{flex:1;padding:.6rem .75rem;border-radius:4px;border:1px solid #ddd;font-family:Jost,sans-serif;font-size:.9rem}.shop-search-button{width:40px;border-radius:4px;border:none;background-color:#4caf50;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.shop-tags{display:flex;flex-wrap:wrap;gap:.5rem}.shop-tag{padding:.35rem .7rem;border-radius:4px;border:1px solid #eee;background-color:#fafafa;font-family:Jost,sans-serif;font-size:.8rem;cursor:pointer}.shop-tag:hover{border-color:#4caf50;color:#4caf50}.shop-sizes{display:flex;flex-wrap:wrap;gap:.5rem}.shop-size-option{width:40px;height:32px;border-radius:4px;border:1px solid #eee;background-color:#fafafa;font-family:Jost,sans-serif;font-size:.85rem;cursor:pointer}.shop-size-option:hover{border-color:#4caf50;color:#4caf50}.shop-colors{display:grid;grid-template-columns:repeat(8,1fr);gap:.35rem}.shop-color-swatch{width:18px;height:18px;border-radius:2px;border:1px solid #e0e0e0;cursor:pointer}.shop-color-swatch:hover{border-color:#4caf50}.shop-promo-card{position:relative;background-color:#f3f9ec;overflow:hidden}.shop-promo-subtitle{font-family:Jost,sans-serif;font-size:.9rem;color:#8bc34a;margin:0 0 .25rem}.shop-promo-title{font-family:Jost,sans-serif;font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.shop-promo-text{font-family:Jost,sans-serif;font-size:.85rem;color:#666;margin:0 0 1rem}.shop-promo-button{padding:.5rem 1.2rem;border-radius:999px;border:none;background-color:#4caf50;color:#fff;font-family:Jost,sans-serif;font-size:.85rem;cursor:pointer;margin-bottom:1.5rem}.shop-promo-image-wrapper{position:absolute;right:.5rem;bottom:.5rem}.shop-promo-image{width:110px;height:auto;object-fit:contain}.shop-pagination-section{padding:0 2rem 3rem;background-color:#fff}.shop-pagination-container{max-width:1400px;margin:0 auto;display:flex;justify-content:center;gap:.5rem}.shop-page-button{min-width:36px;height:36px;border-radius:4px;border:1px solid #e0e0e0;background-color:#fff;font-family:Jost,sans-serif;font-size:.9rem;cursor:pointer}.shop-page-button.active{background-color:#4caf50;color:#fff;border-color:#4caf50}.about-hero{position:relative;padding:4rem 2rem;background-color:#061b12;color:#fff;overflow:hidden}.about-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--about-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.25;pointer-events:none}.about-hero-overlay{position:relative;z-index:1}.about-hero-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.about-hero-content{display:flex;flex-direction:column;gap:.75rem}.about-hero-subtitle{font-family:Jost,sans-serif;font-size:.95rem;font-weight:500;color:#b7ff5b;text-transform:uppercase;letter-spacing:1px;margin:0}.about-hero-title{font-family:Jost,sans-serif;font-size:3rem;font-weight:700;margin:0}.about-services{padding:4rem 2rem 5rem;background-color:#fff}.about-services-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1.4fr;gap:3rem;align-items:center}.about-image-column{display:flex;justify-content:flex-start}.about-image-card{position:relative;max-width:520px}.about-image-accent{position:absolute;left:0;top:10%;bottom:10%;width:12px;background-color:#4caf50;border-radius:8px}.about-main-image{display:block;width:100%;border-radius:12px;object-fit:cover;box-shadow:0 10px 30px #0000001f}.about-text-column{display:flex;flex-direction:column;gap:1.25rem}.about-section-label{font-family:Jost,sans-serif;font-size:.9rem;font-weight:600;color:#8bc34a;margin:0;text-transform:uppercase;letter-spacing:1px}.about-section-title{font-family:Jost,sans-serif;font-size:2.5rem;font-weight:700;color:#000;margin:0;line-height:1.2}.about-title-dot{color:#4caf50}.about-section-lead{font-family:Jost,sans-serif;font-size:1rem;color:#555;margin:0}.about-section-body{font-family:Jost,sans-serif;font-size:.95rem;color:#666;line-height:1.7;margin:0}.about-services-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 2rem;margin-top:1rem}.about-service-item{display:flex;align-items:center;gap:.6rem;font-family:Jost,sans-serif;font-size:.95rem;color:#333}.about-service-dot{width:10px;height:10px;border-radius:2px;background-color:#4caf50}.about-services-list{padding:4rem 2rem 5rem;background-color:beige}.about-services-list-container{max-width:1400px;margin:0 auto}.about-services-heading{font-family:Jost,sans-serif;font-size:2.5rem;font-weight:700;text-align:center;color:#000;margin:0 0 3rem}.about-services-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.about-service-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column}.about-service-image-wrapper{width:100%;height:220px;overflow:hidden}.about-service-image{width:100%;height:100%;object-fit:cover}.about-service-content{padding:1.5rem 1.75rem 2rem}.about-service-title{font-family:Jost,sans-serif;font-size:1.1rem;font-weight:700;color:#000;margin:0 0 .75rem}.about-service-text{font-family:Jost,sans-serif;font-size:.9rem;color:#555;line-height:1.6;margin:0}@media (max-width: 1024px){.about-services-container{grid-template-columns:1fr}.about-image-column{justify-content:center}.about-services-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.about-hero{padding:3rem 1.5rem}.about-hero-title{font-size:2.4rem}.about-services{padding:3rem 1.5rem 4rem}.about-services-grid{grid-template-columns:1fr}.about-services-list{padding:3rem 1.5rem 4rem}.about-services-cards{grid-template-columns:1fr}}.contact-hero{position:relative;padding:4rem 2rem;background-color:#061b12;color:#fff;overflow:hidden}.contact-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--contact-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.25;pointer-events:none}.contact-hero-overlay{position:relative;z-index:1}.contact-hero-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.contact-hero-content{display:flex;flex-direction:column;gap:.75rem}.contact-hero-subtitle{font-family:Jost,sans-serif;font-size:.95rem;font-weight:500;color:#b7ff5b;text-transform:uppercase;letter-spacing:1px;margin:0}.contact-hero-title{font-family:Jost,sans-serif;font-size:3rem;font-weight:700;margin:0}.contact-info{padding:4rem 2rem 3rem;background-color:#fff}.contact-info-container{max-width:1400px;margin:0 auto}.contact-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.contact-info-card{background-color:#f8fbf3;border-radius:12px;padding:2.5rem 2rem;text-align:center;box-shadow:0 4px 16px #0000000a}.contact-info-icon{width:64px;height:64px;border-radius:50%;background-color:#fff;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:#4caf50}.contact-info-title{font-family:Jost,sans-serif;font-size:1.05rem;font-weight:700;color:#000;margin:0 0 .75rem}.contact-info-text{font-family:Jost,sans-serif;font-size:.9rem;color:#555;margin:0}.contact-form-section{padding:0 2rem 4rem;background-color:#fff}.contact-form-container{max-width:1400px;margin:0 auto;background-color:#fff;border-radius:12px;box-shadow:0 4px 16px #0000000a;padding:2.5rem 2rem 3rem}.contact-form-heading{font-family:Jost,sans-serif;font-size:1.8rem;font-weight:700;margin:0 0 2rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.contact-form-row-full{grid-template-columns:1fr}.contact-form-field input,.contact-form-field select,.contact-form-field textarea{width:100%;border-radius:4px;border:1px solid #e0e0e0;padding:.85rem .8rem;font-family:Jost,sans-serif;font-size:.9rem;outline:none}.contact-form-field textarea{resize:vertical}.contact-form-field input:focus,.contact-form-field select:focus,.contact-form-field textarea:focus{border-color:#4caf50}.contact-submit-btn{align-self:flex-start;margin-top:.75rem;padding:.9rem 2.5rem;border-radius:4px;border:none;background-color:#4caf50;color:#fff;font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.8px}.contact-submit-btn:hover{background-color:#45a049}@media (max-width: 1024px){.contact-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-form-container{padding:2rem 1.5rem 2.5rem}}@media (max-width: 768px){.contact-hero{padding:3rem 1.5rem}.contact-hero-title{font-size:2.4rem}.contact-info{padding:3rem 1.5rem 2.5rem}.contact-info-grid{grid-template-columns:1fr}.contact-form-section{padding:0 1.5rem 3rem}.contact-form-row{grid-template-columns:1fr}}@media (max-width: 1024px){.shop-content-container{grid-template-columns:1fr}.shop-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.shop-hero{padding:3rem 1.5rem}.shop-content{padding:2rem 1.5rem 3rem}.shop-products-grid{grid-template-columns:1fr}}@media (max-width: 1024px){.categories-row:first-child,.categories-row:last-child{grid-template-columns:1fr}.category-image-wrapper{width:250px;height:200px}.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.header-container{padding:0 1rem}.hero{padding:2rem 1rem}.hero-title{font-size:2rem}.features-banner{padding:1rem}.features-container{gap:1rem;font-size:.85rem}.features-title{font-size:.9rem}.feature-item{font-size:.8rem}.shop-now-btn{padding:.5rem 1rem;font-size:.8rem}.product-categories{padding:2rem 1rem}.category-card{flex-direction:column;padding:2rem}.category-title{font-size:1.5rem}.category-image-wrapper{width:100%;height:200px;justify-content:center}.category-image{object-position:center}.trendy-products{padding:2rem 1rem}.trendy-products-title{font-size:2rem}.products-nav{gap:.5rem;font-size:.85rem}.products-grid{display:flex;flex-direction:row;gap:1rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:#4CAF50 #f0f0f0}.products-grid::-webkit-scrollbar{height:6px}.products-grid::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.products-grid::-webkit-scrollbar-thumb{background:#4caf50;border-radius:10px}.products-grid::-webkit-scrollbar-thumb:hover{background:#45a049}.product-card{flex:0 0 280px;min-width:280px;scroll-snap-align:start}}.hot-deal{padding:4rem 2rem;background-color:beige}.hot-deal-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hot-deal-image-wrapper{display:flex;align-items:center;justify-content:center;height:100%}.hot-deal-image{width:100%;max-width:500px;height:auto;object-fit:contain}.hot-deal-content{display:flex;flex-direction:column;gap:1.5rem}.hot-deal-label{font-family:Jost,sans-serif;font-size:1rem;font-weight:500;color:#4caf50;margin:0}.hot-deal-stock{font-family:Jost,sans-serif;font-size:1rem;font-weight:600;color:#000;margin:0}.hot-deal-title{font-family:Jost,sans-serif;font-size:3rem;font-weight:700;color:#000;margin:0;line-height:1.2}.countdown-timer{display:flex;gap:1rem;margin:1rem 0}.timer-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.timer-circle{width:80px;height:80px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a}.timer-number{font-family:Jost,sans-serif;font-size:1.5rem;font-weight:700;color:#000}.timer-label{font-family:Jost,sans-serif;font-size:.85rem;font-weight:500;color:#000}.hot-deal-btn{font-family:Jost,sans-serif;font-size:1.1rem;font-weight:600;color:#fff;background-color:#4caf50;border:none;padding:1rem 2.5rem;border-radius:8px;cursor:pointer;transition:background-color .3s,transform .2s;width:fit-content;margin-top:1rem}.hot-deal-btn:hover{background-color:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}@media (max-width: 1024px){.hot-deal-container{grid-template-columns:1fr;gap:2rem}.hot-deal-image-wrapper{order:1}.hot-deal-content{order:2}.hot-deal-title{font-size:2.5rem}}@media (max-width: 768px){.hot-deal{padding:2rem 1rem}.hot-deal-title{font-size:2rem}.timer-circle{width:60px;height:60px}.timer-number{font-size:1.2rem}.countdown-timer{gap:.5rem}}.featured-products{padding:4rem 2rem;background-color:#fff}.featured-products-container{max-width:1400px;margin:0 auto}.featured-products-title{font-family:Jost,sans-serif;font-size:2.5rem;font-weight:700;text-align:center;color:#000;margin-bottom:3rem}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.featured-card{background-color:#fff;border-radius:12px;padding:1.5rem;text-align:center;transition:transform .3s,box-shadow .3s;border:1px solid #f0f0f0;cursor:pointer}.featured-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.featured-image-wrapper{position:relative;width:100%;height:200px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;background-color:#fafafa;border-radius:8px}.featured-image{width:100%;height:100%;object-fit:contain}.featured-badge{position:absolute;top:10px;right:10px;padding:.4rem .8rem;border-radius:4px;font-family:Jost,sans-serif;font-size:.75rem;font-weight:600;color:#fff}.featured-name{font-family:Jost,sans-serif;font-size:1.1rem;font-weight:600;color:#000;margin-bottom:.75rem}.featured-rating{display:flex;justify-content:center;gap:.2rem;margin-bottom:.75rem}.featured-price{display:flex;justify-content:center;align-items:center;gap:.75rem}@media (max-width: 1024px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.featured-products{padding:2rem 1rem}.featured-products-title{font-size:2rem}.featured-grid{grid-template-columns:1fr;gap:1.5rem}}.video-hero{padding:4rem 2rem;background-color:#fff}.video-hero-container{max-width:1400px;margin:0 auto}.video-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background-color:#000}.video-placeholder{width:100%;height:100%;object-fit:cover}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:none;border:none;cursor:pointer;z-index:10;transition:transform .3s}.play-button:hover{transform:translate(-50%,-50%) scale(1.1)}.testimonials{padding:4rem 2rem;background-color:beige}.testimonials-container{max-width:1400px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-label{font-family:Jost,sans-serif;font-size:1rem;font-weight:500;color:#4caf50;margin:0 0 .5rem}.testimonials-title{font-family:Jost,sans-serif;font-size:2.5rem;font-weight:700;color:#2e7d32;margin:0}.testimonials-wrapper{position:relative}.testimonials-scroll{display:flex;gap:2rem;overflow-x:auto;overflow-y:hidden;padding-bottom:1rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.testimonials-scroll::-webkit-scrollbar{display:none}.scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background-color:#fff;border:2px solid #4CAF50;color:#4caf50;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s;box-shadow:0 4px 12px #0000001a}.scroll-arrow:hover{background-color:#4caf50;color:#fff;box-shadow:0 6px 16px #4caf504d}.scroll-arrow-left{left:-25px}.scroll-arrow-right{right:-25px}.testimonial-card{background-color:#fff;border-radius:12px;padding:2rem;display:flex;gap:1.5rem;box-shadow:0 4px 12px #00000014;transition:transform .3s,box-shadow .3s;flex-shrink:0;width:400px;max-width:90vw}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.testimonial-image-wrapper{flex-shrink:0;width:120px;height:120px;border-radius:8px;overflow:hidden}.testimonial-image{width:100%;height:100%;object-fit:cover}.testimonial-content{flex:1;position:relative}.testimonial-quote-icon{position:absolute;top:-10px;right:0;font-size:3rem;opacity:.1;z-index:0}.testimonial-text{font-family:Jost,sans-serif;font-size:.95rem;line-height:1.6;color:#666;margin-bottom:1rem;position:relative;z-index:1}.testimonial-author{margin-top:1rem}.testimonial-name{font-family:Jost,sans-serif;font-size:1.1rem;font-weight:700;color:#000;margin:0 0 .25rem}.testimonial-role{font-family:Jost,sans-serif;font-size:.9rem;font-weight:500;color:#4caf50;margin:0}@media (max-width: 768px){.video-hero,.testimonials{padding:2rem 1rem}.testimonials-title{font-size:2rem}.testimonial-card{flex-direction:column;text-align:center;width:320px}.testimonial-image-wrapper{margin:0 auto}.scroll-arrow{width:40px;height:40px}.scroll-arrow-left{left:-15px}.scroll-arrow-right{right:-15px}}.latest-blog{padding:4rem 2rem;background-color:#fff}.blog-container{max-width:1400px;margin:0 auto}.blog-title{font-family:Jost,sans-serif;font-size:2.5rem;font-weight:700;text-align:center;color:#000;margin-bottom:3rem}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.blog-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s,box-shadow .3s}.blog-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.blog-image-wrapper{width:100%;height:250px;overflow:hidden}.blog-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.blog-card:hover .blog-image{transform:scale(1.05)}.blog-meta{display:flex;gap:1.5rem;padding:1rem 1.5rem;border-bottom:1px solid #f0f0f0}.blog-meta-item{display:flex;align-items:center;gap:.5rem;font-family:Jost,sans-serif;font-size:.85rem;color:#666}.blog-meta-item svg{flex-shrink:0}.blog-card-title{font-family:Jost,sans-serif;font-size:1.2rem;font-weight:700;color:#000;margin:1rem 1.5rem;line-height:1.4}.blog-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid #f0f0f0}.blog-date{display:flex;align-items:center;gap:.5rem;font-family:Jost,sans-serif;font-size:.9rem;color:#666}.blog-date svg{flex-shrink:0}.blog-read-more{font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;color:#4caf50;text-decoration:none;transition:color .3s}.blog-read-more:hover{color:#45a049}@media (max-width: 1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.latest-blog{padding:2rem 1rem}.blog-title{font-size:2rem}.blog-grid{grid-template-columns:1fr}}.footer{background-color:#fff}.footer-features{background-color:#f5f5f5;padding:3rem 2rem;border-bottom:1px solid #e0e0e0}.footer-features-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.feature-card{display:flex;align-items:center;gap:1rem;flex:1;background-color:#fff;padding:1.5rem;border-radius:8px}.feature-icon{width:48px;height:48px;object-fit:contain;flex-shrink:0}.feature-content{flex:1}.feature-title{font-family:Jost,sans-serif;font-size:1rem;font-weight:700;color:#000;margin:0 0 .25rem}.feature-description{font-family:Jost,sans-serif;font-size:.85rem;color:#666;margin:0;line-height:1.4}.feature-divider{width:1px;height:60px;background-color:#e0e0e0;flex-shrink:0}.footer-main{background-color:beige;padding:4rem 2rem}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:3rem}.footer-column{display:flex;flex-direction:column;gap:1.5rem}.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.footer-logo{height:40px;width:auto}.footer-brand-name{font-family:Jost,sans-serif;font-size:1.5rem;font-weight:700;display:flex;align-items:center}.footer-market{color:#000}.footer-green{color:#4caf50}.footer-description{font-family:Jost,sans-serif;font-size:.9rem;color:#666;line-height:1.6;margin:0}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.75rem;font-family:Jost,sans-serif;font-size:.9rem;color:#666}.contact-item svg{flex-shrink:0;color:#4caf50}.footer-social{display:flex;gap:1rem;margin-top:1rem}.social-icon{width:36px;height:36px;border-radius:50%;background-color:#666;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background-color .3s;padding:0}.social-icon svg{width:18px;height:18px;display:block}.social-icon:hover{background-color:#4caf50}.footer-column-title{font-family:Jost,sans-serif;font-size:1.1rem;font-weight:700;color:#333;margin:0 0 1rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li{margin:0}.footer-links a{font-family:Jost,sans-serif;font-size:.9rem;color:#666;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#4caf50}.newsletter-description{font-family:Jost,sans-serif;font-size:.85rem;color:#666;line-height:1.5;margin:0 0 1rem}.newsletter-form{display:flex;gap:.5rem;margin-bottom:2rem}.newsletter-input{flex:1;padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;font-family:Jost,sans-serif;font-size:.9rem;outline:none}.newsletter-input:focus{border-color:#4caf50}.newsletter-btn{padding:.75rem 1.25rem;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s}.newsletter-btn:hover{background-color:#45a049}.payment-title{margin-top:1rem}.payment-methods{display:flex;align-items:center}.payment-image{width:100%;max-width:300px;height:auto;object-fit:contain}.footer-bottom{background-color:#333;padding:1.5rem 2rem}.footer-bottom-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright{font-family:Jost,sans-serif;font-size:.9rem;color:#fff;margin:0}.footer-legal{display:flex;align-items:center;gap:1rem}.footer-legal a{font-family:Jost,sans-serif;font-size:.9rem;color:#fff;text-decoration:none;transition:color .3s}.footer-legal a:hover{color:#4caf50}.legal-divider{color:#666}@media (max-width: 1024px){.footer-container{grid-template-columns:repeat(2,1fr)}.footer-features-container{flex-wrap:wrap}.feature-divider{display:none}}@media (max-width: 768px){.footer-features{padding:2rem 1rem}.footer-features-container{flex-direction:column;gap:1rem}.feature-card{width:100%}.footer-main{padding:2rem 1rem}.footer-container{grid-template-columns:1fr;gap:2rem}.footer-bottom{padding:1rem}.footer-bottom-container{flex-direction:column;text-align:center}}.signup-page{min-height:100vh;background-color:#fff}.signup-container{display:grid;grid-template-columns:2fr 1fr;min-height:100vh}.signup-form-column{display:flex;align-items:center;justify-content:center;padding:3rem 4rem;background-color:#fff;position:relative;background-image:url(https://images.unsplash.com/photo-1542838132-92c53300491e?w=1200&h=1600&fit=crop&q=80);background-size:cover;background-position:center;background-repeat:no-repeat}.signup-form-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ffffffd9;z-index:1}.signup-form-wrapper{max-width:500px;width:100%;position:relative;z-index:2}.signup-header{margin-bottom:2.5rem}.signup-logo-wrapper{margin-bottom:1.5rem}.signup-logo{height:70px;width:auto}.signup-title{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem;line-height:1.2}.signup-market{color:#1a1a1a}.signup-green{color:#4caf50}.signup-subtitle{font-family:Montserrat,sans-serif;font-size:.95rem;color:#666;margin:0}.signup-link{color:#1a1a1a;text-decoration:underline;text-underline-offset:2px;transition:color .3s}.signup-link:hover{color:#4caf50}.signup-form{display:flex;flex-direction:column;gap:1.5rem}.signup-field-group{display:flex;flex-direction:column;gap:.5rem}.signup-label{font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:500;color:#1a1a1a}.signup-input{width:100%;padding:.875rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-family:Montserrat,sans-serif;font-size:.95rem;color:#1a1a1a;background-color:#fff;transition:border-color .3s}.signup-input:focus{outline:none;border-color:#4caf50}.signup-password-wrapper{position:relative;display:flex;align-items:center}.signup-password-wrapper .signup-input{padding-right:100px}.signup-password-toggle{position:absolute;right:1rem;display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#666;font-family:Montserrat,sans-serif;font-size:.9rem;cursor:pointer;padding:0}.signup-password-toggle:hover{color:#1a1a1a}.signup-password-requirements{display:flex;flex-direction:column;gap:.5rem;margin-top:-.5rem}.signup-requirement-item{display:flex;align-items:center;gap:.75rem;font-family:Montserrat,sans-serif;font-size:.85rem;color:#666}.signup-requirement-dot{width:6px;height:6px;border-radius:50%;background-color:#999;flex-shrink:0}.signup-checkbox-group{display:flex;align-items:flex-start;gap:.75rem}.signup-checkbox{width:18px;height:18px;margin-top:2px;cursor:pointer;flex-shrink:0}.signup-checkbox-label{font-family:Montserrat,sans-serif;font-size:.9rem;color:#1a1a1a;line-height:1.5;cursor:pointer}.signup-terms{font-family:Montserrat,sans-serif;font-size:.85rem;color:#666;line-height:1.6;margin:0}.signup-submit-btn{width:100%;padding:1rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s,transform .2s}.signup-submit-btn:hover{background-color:#45a049;transform:translateY(-1px)}.signup-login-prompt{text-align:center;font-family:Montserrat,sans-serif;font-size:.95rem;color:#666;margin:1rem 0 0}.signup-graphic-column{background:linear-gradient(135deg,#2e7d32,#4caf50,#66bb6a);position:relative;overflow:hidden}.signup-graphic-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:1}.signup-graphic-wrapper{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;z-index:2}.signup-cart-image{width:100%;height:100%;object-fit:cover;object-position:center}@media (max-width: 1024px){.signup-container{grid-template-columns:1fr}.signup-graphic-column{display:none}.signup-form-column{padding:2rem}}@media (max-width: 768px){.signup-form-column{padding:1.5rem}.signup-title{font-size:1.75rem}}@media (max-width: 768px){.header{padding:.25rem 0}.header-container{padding:0 1rem;flex-wrap:wrap;gap:1rem}.logo-wrapper{flex:1;min-width:0;margin-left:1rem}.logo{flex:1;min-width:0}.mobile-menu-toggle{display:flex!important}.logo img{height:65px}.logo-text{font-size:1rem}.nav{display:none;order:3;width:100%;flex-direction:column;gap:1rem;padding:1rem 0;border-top:1px solid #eee;margin-top:1rem}.nav.mobile-open{display:flex}.header-actions{gap:.5rem}.icon-btn{padding:.4rem}.shop-now-btn{display:none}.hero{padding:2rem 1rem;min-height:auto}.hero-container{flex-direction:column;gap:2rem;text-align:center}.hero-content{width:100%;align-items:center}.hero-badge{font-size:.75rem;padding:.4rem .8rem}.hero-title{font-size:1.75rem;line-height:1.3;margin:1rem 0}.hero-description{font-size:.9rem;max-width:100%}.hero-image-container{width:100%;max-width:300px;margin:0 auto}.hero-image-wrapper{overflow:hidden;height:250px;width:250px}.hero-fruits-image{max-width:200px;max-height:200px;border-radius:50%;width:100%!important;height:100%!important;object-fit:cover}.features-banner{padding:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.features-container{flex-wrap:nowrap;gap:1rem;white-space:nowrap;min-width:max-content}.features-title{font-size:.85rem}.feature-item{font-size:.75rem;gap:.3rem}.features-divider{display:none}.product-categories{padding:2rem 1rem}.categories-container{gap:1.5rem}.categories-row{flex-direction:column;gap:1.5rem}.category-card{width:100%;min-height:200px;padding:1.5rem}.category-title{font-size:1.25rem}.category-description{font-size:.8rem;margin:.5rem 0}.category-image-wrapper{width:120px;height:120px}.hot-deals{padding:2rem 1rem}.hot-deals-container{flex-direction:column;gap:1.5rem}.hot-deals-content{width:100%;text-align:center}.hot-deals-title{font-size:1.5rem}.hot-deals-description{font-size:.9rem}.countdown-timer{flex-wrap:wrap;justify-content:center;gap:.75rem}.countdown-item{min-width:60px;padding:.75rem .5rem}.countdown-value{font-size:1.5rem}.countdown-label{font-size:.7rem}.hot-deals-image{width:100%;max-width:250px;margin:0 auto}.trendy-products{padding:2rem 1rem}.trendy-header{flex-direction:column;align-items:flex-start;gap:1rem}.trendy-title{font-size:1.5rem}.category-tabs{flex-wrap:wrap;gap:.5rem}.category-tab{padding:.5rem 1rem;font-size:.85rem}.products-grid{display:flex;flex-direction:row;gap:1rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:#4CAF50 #f0f0f0}.products-grid::-webkit-scrollbar{height:6px}.products-grid::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.products-grid::-webkit-scrollbar-thumb{background:#4caf50;border-radius:10px}.products-grid::-webkit-scrollbar-thumb:hover{background:#45a049}.product-card{flex:0 0 280px;min-width:280px;scroll-snap-align:start;padding:1rem}.product-image-wrapper{height:150px}.product-name,.product-price{font-size:.9rem}.featured-products{padding:2rem 1rem}.featured-header{flex-direction:column;align-items:flex-start;gap:1rem}.featured-title{font-size:1.5rem}.testimonials{padding:2rem 1rem}.testimonials-title{font-size:1.5rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}.blog{padding:2rem 1rem}.blog-header{flex-direction:column;align-items:flex-start;gap:1rem}.blog-title{font-size:1.5rem}.blog-grid{grid-template-columns:1fr;gap:1.5rem}.blog-card{padding:1rem}.blog-image{height:200px}.footer{padding:2rem 1rem}.footer-container{grid-template-columns:1fr;gap:2rem}.footer-column{text-align:center}.footer-column-title{font-size:1.1rem}.footer-bottom-container{flex-direction:column;gap:1rem;text-align:center}.newsletter-form{flex-direction:column;gap:.75rem}.newsletter-input,.newsletter-btn{width:100%}}@media (max-width: 480px){.hero-title{font-size:1.5rem}.products-grid{display:flex;flex-direction:row;gap:1rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:.5rem}.product-card{flex:0 0 250px;min-width:250px;scroll-snap-align:start}.category-card{min-height:180px;padding:1rem}.category-title{font-size:1.1rem}.countdown-item{min-width:50px;padding:.5rem .4rem}.countdown-value{font-size:1.25rem}}.mobile-menu-toggle{display:none;background:none;border:none;padding:.5rem;cursor:pointer;color:#333;transition:color .3s;align-items:center;justify-content:center}.mobile-menu-toggle:hover{color:#4caf50}.mobile-drawer-overlay,.mobile-drawer{display:none}@media (max-width: 768px){.header-actions{gap:.5rem;order:2}.user-menu-dropdown-wrapper{margin-right:-.5rem}.cart-btn{order:2}.nav{display:none}.mobile-drawer-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-drawer-overlay.open{opacity:1;visibility:visible}.mobile-drawer{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:280px;max-width:85vw;height:100vh;background-color:#fff;box-shadow:2px 0 10px #0000001a;z-index:9999;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.mobile-drawer.open{transform:translate(0)}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #eee;background-color:#fff;position:sticky;top:0;z-index:1}.mobile-drawer-header .logo{flex:1}.mobile-drawer-header .logo img{height:48px}.mobile-drawer-header .logo-text{font-size:.9rem}.mobile-drawer-close{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:.5rem;cursor:pointer;color:#333;transition:color .3s}.mobile-drawer-close:hover{color:#4caf50}.mobile-drawer-nav{display:flex;flex-direction:column;padding:1rem 0}.mobile-drawer-nav a{display:block;padding:1rem 1.5rem;color:#333;text-decoration:none;font-size:1rem;font-weight:500;transition:background-color .3s,color .3s;border-bottom:1px solid #f5f5f5}.mobile-drawer-nav a:first-child{border-top:1px solid #f5f5f5}.mobile-drawer-nav a:hover,.mobile-drawer-nav a:active{background-color:#f8f8f8;color:#4caf50}body.drawer-open{overflow:hidden}}@media (max-width: 768px){.header-actions .search-btn{display:none}}.product-detail-page{min-height:100vh;background-color:#fff}.product-loading-container{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background-color:#fffffff2;z-index:999}.product-loading-spinner{display:flex;align-items:center;justify-content:center}.spinner-logo{width:80px;height:80px;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-detail-container{max-width:1400px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:400px 1fr 350px;gap:2rem;position:relative;align-items:start}.product-info-wrapper{display:flex;flex-direction:column;gap:0}.product-images-section{display:flex;flex-direction:column;gap:1rem}.main-product-image{width:100%;height:500px;border-radius:12px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.main-product-image img{width:100%;height:100%;object-fit:contain}.product-thumbnails{display:flex;gap:.75rem;justify-content:center}.thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s;background-color:#f5f5f5}.thumbnail:hover,.thumbnail.active{border-color:#4caf50}.thumbnail img{width:100%;height:100%;object-fit:contain}.thumbnail-nav{display:flex;justify-content:center;gap:1rem;margin-top:.5rem}.nav-arrow{background:none;border:1px solid #ddd;border-radius:4px;padding:.5rem;cursor:pointer;color:#666;transition:all .3s;display:flex;align-items:center;justify-content:center}.nav-arrow:hover{border-color:#4caf50;color:#4caf50}.product-info-section{display:flex;flex-direction:column;gap:1.5rem}.product-detail-name{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2}.product-rating-section{display:flex;align-items:center;gap:.75rem}.product-rating-section .star{font-size:1.2rem;color:#ddd}.product-rating-section .star.filled{color:gold}.reviews-count{color:#666;font-size:.95rem}.product-pricing{display:flex;align-items:center;gap:1rem}.product-pricing .current-price{font-size:2rem;font-weight:700;color:#4caf50}.product-pricing .original-price{font-size:1.2rem;color:#999;text-decoration:line-through}.product-categories{display:flex;gap:.5rem;align-items:center}.categories-label{font-weight:600;color:#333}.categories-value{color:#666}.quantity-selector{display:flex;align-items:center;gap:.5rem;width:fit-content}.quantity-btn{width:40px;height:40px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;font-size:1.2rem;color:#333;display:flex;align-items:center;justify-content:center;transition:all .3s}.quantity-btn:hover{border-color:#4caf50;color:#4caf50}.quantity-input{width:80px;height:40px;border:1px solid #ddd;border-radius:4px;text-align:center;font-size:1rem;font-weight:600}.add-to-cart-btn{background-color:#4caf50;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;text-transform:uppercase;letter-spacing:.5px;transition:background-color .3s;width:fit-content}.add-to-cart-btn:hover{background-color:#45a049}.product-actions{display:flex;gap:2rem;margin-top:.5rem}.action-link{display:flex;align-items:center;gap:.5rem;color:#666;text-decoration:none;font-size:.95rem;transition:color .3s}.action-link:hover{color:#4caf50}.share-section{display:flex;align-items:center;gap:1rem}.share-label{font-weight:600;color:#333}.social-icons{display:flex;gap:.75rem}.social-icon{width:32px;height:32px;border-radius:50%;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#666;text-decoration:none;transition:all .3s;padding:0}.social-icon svg{width:16px;height:16px;display:block}.social-icon:hover{background-color:#4caf50;color:#fff}.safe-checkout{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;border-top:1px solid #eee}.safe-checkout-text{font-size:.9rem;color:#666;font-weight:500}.payment-logos{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.payment-logo{font-size:.75rem;font-weight:600;color:#666;padding:.25rem .5rem;background-color:#f5f5f5;border-radius:4px}.product-tabs-section{margin-top:1.5rem;width:100%}.hot-sales-banner-inline{border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-top:2rem;width:100%}.hot-sales-image-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.hot-sales-image-wrapper .hot-sales-image{width:100%;height:auto;object-fit:contain;display:block}.tabs-header{display:flex;gap:2rem;border-bottom:2px solid #eee;margin-bottom:2rem}.tab-btn{background:none;border:none;padding:1rem 0;font-size:1rem;font-weight:600;color:#666;cursor:pointer;position:relative;transition:color .3s}.tab-btn:hover,.tab-btn.active{color:#4caf50}.tab-btn.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:#4caf50}.tab-content{min-height:200px}.description-heading{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.description-text{font-size:1rem;line-height:1.8;color:#666;white-space:pre-line}.reviews-content{padding:2rem 0;color:#666}.reviews-section-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:2rem}.review-form-section{background-color:#f9f9f9;padding:2rem;border-radius:12px;margin-bottom:3rem;border:1px solid #e0e0e0}.review-form-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:1.5rem}.review-login-prompt{padding:1rem;background-color:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404}.review-login-prompt a{color:#4caf50;text-decoration:none;font-weight:600}.review-login-prompt a:hover{text-decoration:underline}.review-form{display:flex;flex-direction:column;gap:1.5rem}.review-form-group{display:flex;flex-direction:column;gap:.5rem}.review-form-label{font-size:.95rem;font-weight:600;color:#333}.star-rating-input{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.star-rating-btn{background:none;border:none;font-size:2rem;color:#ddd;cursor:pointer;padding:0;transition:color .2s,transform .2s;line-height:1}.star-rating-btn:hover{transform:scale(1.1)}.star-rating-btn.active{color:gold}.rating-text{font-size:.95rem;color:#666;font-weight:500;margin-left:.5rem}.review-form-input,.review-form-textarea{padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem;font-family:inherit;transition:border-color .3s;width:100%;box-sizing:border-box}.review-form-input:focus,.review-form-textarea:focus{outline:none;border-color:#4caf50}.review-form-textarea{resize:vertical;min-height:120px}.review-char-count{font-size:.85rem;color:#999;text-align:right;margin-top:.25rem}.review-error-message{padding:.75rem;background-color:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:.9rem}.review-success-message{padding:.75rem;background-color:#efe;border:1px solid #4CAF50;border-radius:8px;color:#4caf50;font-size:.9rem;font-weight:500}.review-submit-btn{padding:.875rem 2rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s;align-self:flex-start}.review-submit-btn:hover:not(:disabled){background-color:#45a049}.review-submit-btn:disabled{background-color:#ccc;cursor:not-allowed}.reviews-list-section{margin-top:2rem}.reviews-list-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:1.5rem}.reviews-empty{padding:2rem;text-align:center;color:#999;background-color:#f9f9f9;border-radius:8px}.product-sidebar{display:flex;flex-direction:column;gap:2rem}.top-rated-section{background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.sidebar-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.top-rated-list{display:flex;flex-direction:column;gap:0}.top-rated-item{display:flex;gap:1rem;cursor:pointer;transition:transform .3s;padding:1rem 0;border-radius:8px}.top-rated-item:hover{transform:translate(5px)}.top-rated-divider{height:1px;background-color:#e0e0e0;margin:0}.top-rated-image{width:80px;height:80px;object-fit:contain;border-radius:8px;background-color:#f5f5f5;flex-shrink:0}.top-rated-info{display:flex;flex-direction:column;gap:.5rem;flex:1}.top-rated-name{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.top-rated-rating{display:flex;gap:.25rem;margin-bottom:.25rem}.top-rated-rating .star{font-size:.9rem;color:#ddd}.top-rated-rating .star.filled{color:gold}.top-rated-price{display:flex;align-items:center;gap:.5rem}.top-rated-price .current-price{font-size:1rem;font-weight:700;color:#4caf50}.top-rated-price .original-price{font-size:.85rem;color:#999;text-decoration:line-through}.hot-sales-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;opacity:.95;margin-bottom:.5rem}.hot-sales-title{font-size:2.5rem;font-weight:700;margin:0;line-height:1.1}.hot-sales-subtitle{font-size:1.2rem;font-weight:500;margin:.5rem 0;opacity:.95}.hot-sales-link{color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;display:inline-block;margin-top:1rem;transition:transform .3s}.hot-sales-link:hover{transform:translate(5px)}@media (max-width: 1200px){.product-detail-container{grid-template-columns:1fr}.product-images-section{width:100%;max-width:400px;margin:0 auto}}@media (max-width: 968px){.product-detail-container{flex-direction:column}.product-images-section{width:100%;max-width:100%}.main-product-image{height:400px}.product-details-row{grid-template-columns:1fr}.hot-sales-banner-inline{margin-top:1rem}}@media (max-width: 768px){.product-detail-container{padding:1rem}.product-detail-name{font-size:2rem}.main-product-image{height:300px}.thumbnail{width:60px;height:60px}}.related-products{padding:4rem 2rem;background-color:#fff;margin-top:4rem}.related-products-container{max-width:1400px;margin:0 auto}.related-products-title{font-family:Jost,sans-serif;font-size:2.5rem;font-weight:700;color:#4caf50;margin-bottom:3rem}.related-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.related-product-card{background-color:#fff;border-radius:12px;padding:1.5rem;text-align:center;transition:transform .3s,box-shadow .3s;border:1px solid #f0f0f0;cursor:pointer}.related-product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.related-product-image-wrapper{position:relative;width:100%;height:200px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;border-radius:8px}.related-product-image{width:100%;height:100%;object-fit:contain}.related-product-badge{position:absolute;top:10px;right:10px;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;z-index:1}.badge-new{background-color:#4caf50;color:#fff}.badge-hot{background-color:#ff6b35;color:#fff}.badge-sell{background-color:#f44336;color:#fff}.related-product-rating{display:flex;justify-content:center;gap:.25rem;margin-bottom:.5rem}.related-product-rating .star{font-size:1rem;color:#ddd}.related-product-rating .star.filled{color:gold}.related-product-name{font-size:1rem;font-weight:600;color:#1a1a1a;margin:.5rem 0}.related-product-price-wrapper{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.related-product-price{display:flex;justify-content:center;align-items:center;gap:.5rem}.related-product-price .current-price{font-size:1.1rem;font-weight:700;color:#4caf50}.related-product-price .original-price{font-size:.9rem;color:#999;text-decoration:line-through}.product-features{background-color:#f5f5f5;padding:3rem 2rem;margin-top:4rem}.product-features-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.product-feature-card{display:flex;align-items:center;gap:1rem;flex:1;background-color:#fff;padding:1.5rem;border-radius:8px}.product-feature-icon{width:48px;height:48px;object-fit:contain;flex-shrink:0}.product-feature-content{flex:1}.product-feature-title{font-family:Jost,sans-serif;font-size:1rem;font-weight:700;color:#4caf50;margin:0 0 .25rem}.product-feature-description{font-family:Jost,sans-serif;font-size:.85rem;color:#666;margin:0;line-height:1.4}.product-feature-divider{width:1px;height:60px;background-color:#e0e0e0;flex-shrink:0}@media (max-width: 1200px){.related-products-grid{grid-template-columns:repeat(3,1fr)}.product-features-container{flex-wrap:wrap}.product-feature-divider{display:none}}@media (max-width: 968px){.related-products-grid{grid-template-columns:repeat(2,1fr)}.related-products{padding:2rem 1rem}.related-products-title{font-size:2rem}.product-features{padding:2rem 1rem}.product-features-container{flex-direction:column;gap:1rem}.product-feature-card{width:100%}}@media (max-width: 768px){.related-products-grid{grid-template-columns:1fr;gap:1.5rem}}.checkout-page{min-height:100vh;background-color:#f5f5f5;padding:2rem 0}.checkout-container{max-width:1200px;margin:0 auto;padding:0 2rem}.checkout-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.checkout-header h1{font-size:2rem;font-weight:700;color:#333;margin:0}.checkout-back-btn{background:none;border:1px solid #ddd;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.95rem;color:#333;transition:all .3s}.checkout-back-btn:hover{background-color:#4caf50;color:#fff;border-color:#4caf50}.checkout-form{display:grid;grid-template-columns:1fr 400px;gap:2rem}.checkout-content{display:flex;flex-direction:column;gap:2rem}.checkout-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.checkout-section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.checkout-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.checkout-form-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.checkout-form-group label{font-size:.9rem;font-weight:500;color:#555;margin-bottom:.5rem}.checkout-form-group input{padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s}.checkout-form-group input:focus{outline:none;border-color:#4caf50}.checkout-form-group input.readonly{background-color:#f5f5f5;cursor:not-allowed}.checkout-input-error{border-color:#e74c3c!important}.checkout-error{color:#e74c3c;font-size:.85rem;margin-top:.25rem}.checkout-payment-methods{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.checkout-payment-option{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s}.checkout-payment-option:hover{border-color:#4caf50;background-color:#f9fff9}.checkout-payment-option input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:#4CAF50}.checkout-payment-option input[type=radio]:checked+span,.checkout-payment-option:has(input[type=radio]:checked){border-color:#4caf50;background-color:#f0f8f0}.checkout-payment-option span{font-weight:500;color:#333}.checkout-card-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.checkout-card-info,.checkout-bank-info,.checkout-cash-info{margin-top:1.5rem;padding:1.5rem;background-color:#f9f9f9;border-radius:8px;border-left:4px solid #4CAF50}.checkout-bank-info p,.checkout-cash-info p{margin:.5rem 0;color:#555}.checkout-bank-details{margin:1rem 0;padding:1rem;background-color:#fff;border-radius:6px}.checkout-bank-details p{margin:.5rem 0;font-size:.95rem}.checkout-note{font-size:.85rem;color:#888;font-style:italic}.checkout-payment-accepted{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.checkout-payment-accepted-label{font-size:.9rem;color:#666;margin-bottom:1rem;font-weight:500}.checkout-payment-logos{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.checkout-payment-logo{height:40px;width:auto;min-width:80px;max-width:120px;display:flex;align-items:center;justify-content:center;border-radius:6px;overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer;box-shadow:0 1px 3px #0000001a;background:#fff;padding:4px 8px}.checkout-payment-logo:hover{transform:translateY(-2px);box-shadow:0 2px 6px #00000026}.checkout-payment-logo img{width:100%;height:100%;object-fit:contain;display:block}.checkout-summary{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;height:fit-content;position:sticky;top:100px}.checkout-summary-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.checkout-coupon-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0}.checkout-coupon-form{display:flex;flex-direction:column;gap:.5rem}.checkout-coupon-input-group{display:flex;gap:.5rem}.checkout-coupon-input{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem;transition:border-color .3s}.checkout-coupon-input:focus{outline:none;border-color:#4caf50}.checkout-coupon-input-error{border-color:#f44336}.checkout-coupon-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.checkout-coupon-btn{padding:.75rem 1.5rem;background-color:#4caf50;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .3s;white-space:nowrap}.checkout-coupon-btn:hover:not(:disabled){background-color:#45a049}.checkout-coupon-btn:disabled{background-color:#ccc;cursor:not-allowed}.checkout-coupon-error{font-size:.85rem;color:#f44336;margin-top:.25rem}.checkout-coupon-applied{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#f0f8f0;border-radius:6px;border:1px solid #4CAF50}.checkout-coupon-applied-info{display:flex;align-items:center;gap:.5rem;flex:1}.checkout-coupon-applied-icon{color:#4caf50;font-weight:700;font-size:1.1rem}.checkout-coupon-applied-code{font-weight:600;color:#333;font-size:.95rem}.checkout-coupon-applied-discount{font-size:.9rem;color:#4caf50;font-weight:500}.checkout-coupon-remove{background:none;border:none;color:#f44336;cursor:pointer;font-size:.9rem;font-weight:500;padding:.25rem .5rem;transition:color .3s}.checkout-coupon-remove:hover{color:#d32f2f;text-decoration:underline}.checkout-items{margin-bottom:1.5rem;max-height:400px;overflow-y:auto}.checkout-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f0f0f0}.checkout-item:last-child{border-bottom:none}.checkout-item-image{width:80px;height:80px;object-fit:cover;border-radius:8px}.checkout-item-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.checkout-item-name{font-size:.95rem;font-weight:500;color:#333;margin:0}.checkout-item-quantity{font-size:.85rem;color:#888;margin:0}.checkout-item-price{font-size:1rem;font-weight:600;color:#4caf50;margin-top:.25rem}.checkout-summary-totals{margin-bottom:1.5rem;padding-top:1rem;border-top:2px solid #f0f0f0}.checkout-summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem;color:#555}.checkout-summary-row.checkout-total{font-size:1.25rem;font-weight:700;color:#333;margin-top:1rem;padding-top:1rem;border-top:2px solid #e0e0e0}.checkout-summary-row.checkout-discount-row,.checkout-discount-amount{color:#4caf50;font-weight:600}.checkout-summary-discount{padding:.75rem;background-color:#f0f8f0;border-radius:6px;margin-bottom:.75rem;font-size:.9rem;color:#4caf50;text-align:center}.checkout-btn-primary{width:100%;padding:1rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.checkout-btn-primary:hover:not(:disabled){background-color:#45a049}.checkout-btn-primary:disabled{background-color:#ccc;cursor:not-allowed}.checkout-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.checkout-empty svg{color:#ccc;margin-bottom:1.5rem}.checkout-empty h2{font-size:1.5rem;color:#333;margin-bottom:.5rem}.checkout-empty p{color:#888;margin-bottom:2rem}@media (max-width: 968px){.checkout-form{grid-template-columns:1fr}.checkout-summary{position:static}}@media (max-width: 768px){.checkout-container{padding:0 1rem}.checkout-header{flex-direction:column;align-items:flex-start;gap:1rem}.checkout-header h1{font-size:1.5rem}.checkout-section{padding:1.5rem}.checkout-form-row{grid-template-columns:1fr}.checkout-summary{padding:1.5rem}}.success-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out;padding:20px}.success-dialog{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;animation:slideUp .4s ease-out;overflow:hidden}.success-dialog-content{padding:48px 32px;text-align:center;position:relative}.success-icon-wrapper{position:relative;display:inline-flex;margin-bottom:24px}.success-icon-circle{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#4caf50,#45a049);display:flex;align-items:center;justify-content:center;color:#fff;position:relative;z-index:2;box-shadow:0 8px 24px #4caf504d;animation:scaleIn .5s ease-out}.success-icon-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:#4caf5033;animation:pulse 2s ease-out infinite;z-index:1}.success-dialog-logo{margin-bottom:20px}.success-dialog-logo img{height:60px;width:auto}.success-dialog-title{font-size:28px;font-weight:700;color:#333;margin-bottom:16px;line-height:1.3}.success-market{color:#000}.success-green{color:#4caf50}.success-dialog-message{font-size:16px;color:#666;line-height:1.6;margin-bottom:32px}.success-features{display:flex;flex-direction:column;gap:12px;margin-bottom:32px;text-align:left;background:#f8f9fa;padding:20px;border-radius:12px}.success-feature-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#555}.success-feature-item svg{flex-shrink:0}.success-dialog-button{width:100%;padding:16px 32px;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #4caf504d}.success-dialog-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066}.success-dialog-button:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.3}to{transform:translate(-50%,-50%) scale(1.4);opacity:0}}@media (max-width: 768px){.success-dialog{max-width:90%;border-radius:20px}.success-dialog-content{padding:32px 24px}.success-dialog-title{font-size:24px}.success-icon-circle{width:64px;height:64px}.success-icon-circle svg{width:36px;height:36px}}.orders-page{min-height:100vh;background-color:#fff}.orders-hero{position:relative;padding:4rem 2rem;background-color:#061b12;color:#fff;overflow:hidden}.orders-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--orders-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.25;pointer-events:none}.orders-hero-overlay{position:relative;z-index:1}.orders-hero-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.orders-hero-content{display:flex;flex-direction:column;gap:.75rem}.orders-hero-subtitle{font-family:Jost,sans-serif;font-size:.95rem;font-weight:500;color:#b7ff5b;text-transform:uppercase;letter-spacing:1px;margin:0}.orders-hero-title{font-family:Jost,sans-serif;font-size:3rem;font-weight:700;margin:0}.orders-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-family:Jost,sans-serif;font-size:.9rem;color:#cfd8dc}.orders-breadcrumbs a{color:#fff;text-decoration:none;transition:color .3s}.orders-breadcrumbs a:hover{color:#b7ff5b}.orders-content{padding:3rem 2rem 4rem;background-color:beige;min-height:60vh}.orders-content-container{max-width:1400px;margin:0 auto}.orders-filters{margin-bottom:2rem}.orders-filter-tabs{display:flex;gap:1rem;flex-wrap:wrap;background-color:#fff;padding:1rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.orders-filter-tab{padding:.75rem 1.5rem;border:2px solid transparent;background-color:transparent;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:500;color:#666;cursor:pointer;transition:all .3s;white-space:nowrap}.orders-filter-tab:hover{color:#4caf50;background-color:#f0f8f0}.orders-filter-tab.active{background-color:#4caf50;color:#fff;border-color:#4caf50}.orders-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem}.orders-loading-spinner{width:48px;height:48px;border:4px solid #f0f0f0;border-top-color:#4caf50;border-radius:50%;animation:spin 1s linear infinite}.orders-loading p{font-family:Jost,sans-serif;font-size:1rem;color:#666;margin:0}.orders-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem;text-align:center}.orders-error h3{font-family:Jost,sans-serif;font-size:1.5rem;font-weight:700;color:#333;margin:0}.orders-error p{font-family:Jost,sans-serif;font-size:1rem;color:#666;margin:0}.orders-retry-btn{padding:.75rem 2rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .3s}.orders-retry-btn:hover{background-color:#45a049}.orders-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem;text-align:center}.orders-empty h3{font-family:Jost,sans-serif;font-size:1.5rem;font-weight:700;color:#333;margin:0}.orders-empty p{font-family:Jost,sans-serif;font-size:1rem;color:#666;margin:0;max-width:500px}.orders-shop-btn{padding:.75rem 2rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .3s,transform .2s;text-transform:uppercase;letter-spacing:.5px}.orders-shop-btn:hover{background-color:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:transform .3s,box-shadow .3s}.order-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.order-card-header{padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .3s}.order-card-header:hover{background-color:#fafafa}.order-header-left{display:flex;flex-direction:column;gap:.75rem;flex:1}.order-id-section{display:flex;flex-direction:column;gap:.25rem}.order-id{font-family:Jost,sans-serif;font-size:1.25rem;font-weight:700;color:#000;margin:0}.order-date{font-family:Jost,sans-serif;font-size:.9rem;color:#666;margin:0}.order-items-count{display:flex;align-items:center;gap:.5rem;font-family:Jost,sans-serif;font-size:.9rem;color:#666}.order-items-count svg{color:#4caf50}.order-header-right{display:flex;align-items:center;gap:1.5rem}.order-status-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;color:#fff;font-family:Jost,sans-serif;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.order-status-icon{display:flex;align-items:center}.order-status-text{white-space:nowrap}.order-total{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.order-total-label{font-family:Jost,sans-serif;font-size:.85rem;color:#666}.order-total-amount{font-family:Jost,sans-serif;font-size:1.25rem;font-weight:700;color:#4caf50}.order-expand-btn{background:none;border:none;cursor:pointer;padding:.5rem;color:#666;display:flex;align-items:center;justify-content:center;transition:transform .3s,color .3s}.order-expand-btn:hover{color:#4caf50}.order-expand-btn svg.expanded{transform:rotate(180deg)}.order-card-details{padding:2rem;background-color:#fafafa;border-top:1px solid #f0f0f0;animation:slideDown .3s ease-out}.order-tracking-section{background-color:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e0e0e0;margin-bottom:2rem}.order-tracking-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #4CAF50}.track-package-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s}.track-package-btn:hover{background-color:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.track-package-btn svg{flex-shrink:0}.tracking-number-display{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#f5f5f5;border-radius:8px;margin-bottom:1.5rem;flex-wrap:wrap}.tracking-number-display.no-tracking{flex-direction:column;align-items:flex-start;gap:.5rem}.tracking-label{font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;color:#666}.tracking-number{font-family:Jost,sans-serif;font-size:1.1rem;font-weight:700;color:#4caf50;letter-spacing:1px;font-family:Courier New,monospace}.tracking-note{font-family:Jost,sans-serif;font-size:.85rem;color:#999;font-style:italic}.copy-tracking-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .3s;color:#666}.copy-tracking-btn:hover{background-color:#4caf50;color:#fff;border-color:#4caf50}.estimated-delivery{display:flex;align-items:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #4CAF50}.estimated-delivery svg{color:#4caf50;flex-shrink:0}.delivery-info{display:flex;flex-direction:column;gap:.25rem}.delivery-label{font-family:Jost,sans-serif;font-size:.85rem;color:#666;font-weight:500}.delivery-date{font-family:Jost,sans-serif;font-size:1.1rem;font-weight:700;color:#4caf50}.delivery-timeline{position:relative;padding:1rem 0}.timeline-step{position:relative;display:flex;align-items:flex-start;gap:1rem;padding-bottom:2rem}.timeline-step.last{padding-bottom:0}.timeline-marker{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;z-index:2}.timeline-marker-pending{width:20px;height:20px;border-radius:50%;border:3px solid #e0e0e0;background-color:#fff}.timeline-step.completed .timeline-marker svg{animation:checkmark .5s ease-out}@keyframes checkmark{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.timeline-content{flex:1;padding-top:.25rem}.timeline-label{font-family:Jost,sans-serif;font-size:1rem;font-weight:600;color:#333;margin-bottom:.25rem}.timeline-step.completed .timeline-label{color:#4caf50}.timeline-step:not(.completed) .timeline-label{color:#999}.timeline-date{font-family:Jost,sans-serif;font-size:.85rem;color:#666}.timeline-step:not(.completed) .timeline-date{color:#bbb}.timeline-line{position:absolute;left:20px;top:40px;width:2px;height:calc(100% - 40px);background-color:#e0e0e0;z-index:1}.timeline-line.completed{background-color:#4caf50;animation:timelineProgress .5s ease-out}@keyframes timelineProgress{0%{height:0}to{height:calc(100% - 40px)}}.order-details-section{margin-bottom:2rem}.order-details-section:last-child{margin-bottom:0}.order-details-title{font-family:Jost,sans-serif;font-size:1.1rem;font-weight:700;color:#000;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid #4CAF50}.order-items-list{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#fff;border-radius:8px;border:1px solid #f0f0f0}.order-item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;background-color:#f5f5f5;flex-shrink:0;display:flex;align-items:center;justify-content:center}.order-item-image img{width:100%;height:100%;object-fit:cover}.order-item-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#f5f5f5}.order-item-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.order-item-name{font-family:Jost,sans-serif;font-size:1rem;font-weight:600;color:#000;margin:0}.order-item-meta{font-family:Jost,sans-serif;font-size:.9rem;color:#666;margin:0}.order-item-total{font-family:Jost,sans-serif;font-size:1.1rem;font-weight:700;color:#4caf50;white-space:nowrap}.order-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.order-address{font-family:Jost,sans-serif;font-size:.95rem;color:#666;line-height:1.8}.order-address p{margin:0}.order-payment-info{font-family:Jost,sans-serif;font-size:.95rem;color:#666;line-height:1.8}.order-payment-info p{margin:0}.order-summary{background-color:#fff;padding:1.5rem;border-radius:8px;border:1px solid #f0f0f0}.order-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-family:Jost,sans-serif;font-size:.95rem;color:#666;border-bottom:1px solid #f0f0f0}.order-summary-row:last-child{border-bottom:none}.order-summary-row.discount{color:#4caf50}.order-summary-row.total{font-size:1.25rem;font-weight:700;color:#000;padding-top:1rem;margin-top:.5rem;border-top:2px solid #4CAF50}@media (max-width: 1024px){.orders-hero-container,.order-card-header{flex-direction:column;align-items:flex-start;gap:1rem}.order-header-right{width:100%;justify-content:space-between}.order-details-grid{grid-template-columns:1fr}}@media (max-width: 768px){.orders-hero{padding:3rem 1.5rem}.orders-hero-title{font-size:2.4rem}.orders-content{padding:2rem 1.5rem 3rem}.orders-filter-tabs{flex-direction:column}.orders-filter-tab{width:100%;text-align:center}.order-card-header{padding:1.25rem 1.5rem}.order-card-details{padding:1.5rem}.order-item{flex-direction:column;align-items:flex-start}.order-item-image{width:100%;height:200px}.order-header-right{flex-wrap:wrap}.order-tracking-header{flex-direction:column;align-items:flex-start;gap:1rem}.track-package-btn{width:100%;justify-content:center}.tracking-number-display{flex-direction:column;align-items:flex-start}.timeline-step{padding-left:.5rem}.timeline-line{left:10px}}.inbox-page{min-height:100vh;background-color:#fff}.inbox-hero{position:relative;padding:4rem 2rem;background-color:#061b12;color:#fff;overflow:hidden}.inbox-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--inbox-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.25;pointer-events:none}.inbox-hero-overlay{position:relative;z-index:1}.inbox-hero-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.inbox-hero-content{display:flex;flex-direction:column;gap:.75rem}.inbox-hero-subtitle{font-family:Jost,sans-serif;font-size:.95rem;font-weight:500;color:#b7ff5b;text-transform:uppercase;letter-spacing:1px;margin:0}.inbox-hero-title{font-family:Jost,sans-serif;font-size:3rem;font-weight:700;margin:0}.inbox-unread-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#ff9800;color:#fff;border-radius:20px;font-family:Jost,sans-serif;font-size:.85rem;font-weight:600;margin-top:.5rem;width:fit-content}.inbox-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-family:Jost,sans-serif;font-size:.9rem;color:#cfd8dc}.inbox-breadcrumbs a{color:#fff;text-decoration:none;transition:color .3s}.inbox-breadcrumbs a:hover{color:#b7ff5b}.inbox-content{padding:3rem 2rem 4rem;background-color:beige;min-height:60vh}.inbox-content-container{max-width:1400px;margin:0 auto}.inbox-controls{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.inbox-search{position:relative;display:flex;align-items:center;background-color:#fff;border-radius:12px;padding:.75rem 1rem;box-shadow:0 2px 8px #0000000d}.inbox-search svg{color:#666;margin-right:.75rem;flex-shrink:0}.inbox-search-input{flex:1;border:none;outline:none;font-family:Jost,sans-serif;font-size:.95rem;color:#333;background:transparent}.inbox-search-input::placeholder{color:#999}.inbox-filter-tabs{display:flex;gap:1rem;flex-wrap:wrap;background-color:#fff;padding:1rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.inbox-filter-tab{padding:.75rem 1.5rem;border:2px solid transparent;background-color:transparent;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:500;color:#666;cursor:pointer;transition:all .3s;white-space:nowrap}.inbox-filter-tab:hover{color:#4caf50;background-color:#f0f8f0}.inbox-filter-tab.active{background-color:#4caf50;color:#fff;border-color:#4caf50}.inbox-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem}.inbox-loading-spinner{width:48px;height:48px;border:4px solid #f0f0f0;border-top-color:#4caf50;border-radius:50%;animation:spin 1s linear infinite}.inbox-loading p{font-family:Jost,sans-serif;font-size:1rem;color:#666;margin:0}.inbox-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem;text-align:center}.inbox-error h3{font-family:Jost,sans-serif;font-size:1.5rem;font-weight:700;color:#333;margin:0}.inbox-error p{font-family:Jost,sans-serif;font-size:1rem;color:#666;margin:0}.inbox-retry-btn{padding:.75rem 2rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .3s}.inbox-retry-btn:hover{background-color:#45a049}.inbox-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem;text-align:center}.inbox-empty h3{font-family:Jost,sans-serif;font-size:1.5rem;font-weight:700;color:#333;margin:0}.inbox-empty p{font-family:Jost,sans-serif;font-size:1rem;color:#666;margin:0;max-width:500px}.inbox-messages{display:flex;flex-direction:column;gap:1rem}.message-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:all .3s;cursor:pointer;border-left:4px solid transparent}.message-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.message-card.unread{border-left-color:#4caf50;background-color:#f8fff8}.message-card.important{border-left-color:#ff9800}.message-card.selected{border-left-color:#2196f3;box-shadow:0 4px 20px #2196f333}.message-card-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.message-header-left{display:flex;gap:1rem;flex:1;min-width:0}.message-type-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;background-color:#4caf501a}.message-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.message-sender-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.message-sender{font-family:Jost,sans-serif;font-size:1rem;font-weight:700;color:#000;margin:0}.message-important-badge{padding:.25rem .75rem;background-color:#ff9800;color:#fff;border-radius:12px;font-family:Jost,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase}.message-unread-dot{width:10px;height:10px;border-radius:50%;background-color:#4caf50;flex-shrink:0}.message-subject{font-family:Jost,sans-serif;font-size:1.1rem;font-weight:600;color:#333;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-preview{font-family:Jost,sans-serif;font-size:.9rem;color:#666;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.5}.message-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.message-date{font-family:Jost,sans-serif;font-size:.85rem;color:#999;white-space:nowrap}.message-card-body{padding:1.5rem;border-top:1px solid #f0f0f0;margin-top:1rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.message-body-content{display:flex;flex-direction:column;gap:1.5rem}.message-body-header{padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.message-body-sender,.message-body-date{font-family:Jost,sans-serif;font-size:.9rem;color:#666;margin:.25rem 0}.message-body-sender strong,.message-body-date strong{color:#333}.message-body-text{font-family:Jost,sans-serif;font-size:.95rem;color:#333;line-height:1.8;white-space:pre-wrap}@media (max-width: 1024px){.inbox-hero-container{flex-direction:column;align-items:flex-start;gap:1rem}.message-card-header{flex-direction:column;gap:1rem}.message-header-right{align-items:flex-start;width:100%}}@media (max-width: 768px){.inbox-hero{padding:3rem 1.5rem}.inbox-hero-title{font-size:2.4rem}.inbox-content{padding:2rem 1.5rem 3rem}.inbox-filter-tabs{flex-direction:column}.inbox-filter-tab{width:100%;text-align:center}.message-card-header{padding:1.25rem 1.5rem}.message-header-left{flex-direction:column;gap:.75rem}.message-type-icon{align-self:flex-start}.message-card-body{padding:0 1.25rem 1.25rem}}.voucher-page{min-height:100vh;background-color:#fff}.voucher-hero{position:relative;padding:4rem 2rem;background-color:#061b12;color:#fff;overflow:hidden}.voucher-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--voucher-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.25;pointer-events:none}.voucher-hero-overlay{position:relative;z-index:1}.voucher-hero-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.voucher-hero-content{display:flex;flex-direction:column;gap:.75rem}.voucher-hero-subtitle{font-family:Jost,sans-serif;font-size:.95rem;font-weight:500;color:#b7ff5b;text-transform:uppercase;letter-spacing:1px;margin:0}.voucher-hero-title{font-family:Jost,sans-serif;font-size:3rem;font-weight:700;margin:0}.voucher-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-family:Jost,sans-serif;font-size:.9rem;color:#cfd8dc}.voucher-breadcrumbs a{color:#fff;text-decoration:none;transition:color .3s}.voucher-breadcrumbs a:hover{color:#b7ff5b}.voucher-content{padding:3rem 2rem 4rem;background-color:beige;min-height:60vh}.voucher-content-container{max-width:1400px;margin:0 auto}.voucher-redeem-section{margin-bottom:2.5rem}.voucher-redeem-card{background:linear-gradient(135deg,#4caf50,#45a049);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #4caf504d;color:#fff}.voucher-redeem-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.voucher-redeem-icon{font-size:3rem;flex-shrink:0}.voucher-redeem-title{font-family:Jost,sans-serif;font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#fff}.voucher-redeem-subtitle{font-family:Jost,sans-serif;font-size:.95rem;margin:0;color:#ffffffe6}.voucher-redeem-toggle-btn{padding:.75rem 2rem;background-color:#fff;color:#4caf50;border:none;border-radius:8px;font-family:Jost,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.voucher-redeem-toggle-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.voucher-redeem-form{margin-top:1rem}.voucher-redeem-input-group{display:flex;gap:1rem;align-items:center}.voucher-redeem-input{flex:1;padding:.875rem 1.25rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;background-color:#fffffff2;font-family:Jost,sans-serif;font-size:1rem;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:1px;outline:none;transition:all .3s}.voucher-redeem-input:focus{border-color:#fff;background-color:#fff;box-shadow:0 0 0 3px #ffffff4d}.voucher-redeem-input::placeholder{color:#999;text-transform:none;letter-spacing:normal}.voucher-redeem-submit-btn,.voucher-redeem-cancel-btn{padding:.875rem 1.5rem;border:2px solid #ffffff;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s}.voucher-redeem-submit-btn{background-color:#fff;color:#4caf50}.voucher-redeem-submit-btn:hover{background-color:#f0f0f0;transform:translateY(-2px)}.voucher-redeem-cancel-btn{background-color:transparent;color:#fff}.voucher-redeem-cancel-btn:hover{background-color:#ffffff1a}.voucher-tabs{display:flex;gap:1rem;margin-bottom:2rem;background-color:#fff;padding:.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.voucher-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border:2px solid transparent;background-color:transparent;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s;position:relative}.voucher-tab:hover{color:#4caf50;background-color:#f0f8f0}.voucher-tab.active{background-color:#4caf50;color:#fff;border-color:#4caf50}.voucher-tab-icon{font-size:1.2rem}.voucher-tab-badge{padding:.25rem .75rem;background-color:#0000001a;border-radius:12px;font-size:.85rem;font-weight:700}.voucher-tab.active .voucher-tab-badge{background-color:#ffffff4d}.vouchers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.voucher-card{position:relative;background:linear-gradient(135deg,var(--voucher-color, #4CAF50) 0%,rgba(76,175,80,.8) 100%);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000026;transition:all .3s;min-height:400px;display:flex;flex-direction:column}.voucher-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0003}.voucher-card.expiring-soon{animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 4px 20px #00000026}50%{box-shadow:0 4px 30px #ff980066}}.voucher-card.used,.voucher-card.expired{opacity:.7;background:linear-gradient(135deg,#999,#777)}.voucher-card-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.05) 10px,rgba(255,255,255,.05) 20px);pointer-events:none}.voucher-card-content{position:relative;z-index:1;padding:2rem;display:flex;flex-direction:column;height:100%;color:#fff}.voucher-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.voucher-card-icon{font-size:3rem;line-height:1}.voucher-card-status-badge{display:flex;gap:.5rem}.status-available,.status-used,.status-expired{padding:.4rem .8rem;border-radius:20px;font-family:Jost,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-available{background-color:#ffffff4d;color:#fff}.status-used{background-color:#fff3;color:#ffffffe6}.status-expired{background-color:#0003;color:#fffc}.voucher-card-body{flex:1;display:flex;flex-direction:column;gap:1.5rem}.voucher-card-title{font-family:Jost,sans-serif;font-size:1.5rem;font-weight:700;margin:0;color:#fff}.voucher-card-description{font-family:Jost,sans-serif;font-size:.95rem;margin:0;color:#fffffff2;line-height:1.6}.voucher-card-code-section{background-color:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1rem;border:2px dashed rgba(255,255,255,.4)}.voucher-code-label{font-family:Jost,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;color:#ffffffe6}.voucher-code-display{display:flex;align-items:center;justify-content:space-between;gap:1rem}.voucher-code{font-family:Courier New,monospace;font-size:1.5rem;font-weight:700;letter-spacing:2px;color:#fff;flex:1}.voucher-copy-btn{background-color:#ffffff4d;border:none;border-radius:6px;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;color:#fff}.voucher-copy-btn:hover{background-color:#ffffff80;transform:scale(1.1)}.voucher-card-discount{display:flex;align-items:baseline;gap:.5rem;margin:1rem 0}.voucher-discount-amount{font-family:Jost,sans-serif;font-size:3rem;font-weight:700;line-height:1;color:#fff}.voucher-discount-label{font-family:Jost,sans-serif;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#ffffffe6}.voucher-card-details{display:flex;flex-direction:column;gap:.75rem;margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2)}.voucher-detail-item{display:flex;align-items:center;gap:.75rem;font-family:Jost,sans-serif;font-size:.9rem;color:#fffffff2}.voucher-detail-item svg{flex-shrink:0;color:#fffc}.voucher-use-btn{margin-top:1rem;padding:1rem;background-color:#fff;color:var(--voucher-color, #4CAF50);border:none;border-radius:8px;font-family:Jost,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.5px}.voucher-use-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.voucher-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem}.voucher-loading-spinner{width:48px;height:48px;border:4px solid #f0f0f0;border-top-color:#4caf50;border-radius:50%;animation:spin 1s linear infinite}.voucher-loading p{font-family:Jost,sans-serif;font-size:1rem;color:#666;margin:0}.voucher-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem;text-align:center}.voucher-error h3{font-family:Jost,sans-serif;font-size:1.5rem;font-weight:700;color:#333;margin:0}.voucher-error p{font-family:Jost,sans-serif;font-size:1rem;color:#666;margin:0}.voucher-retry-btn{padding:.75rem 2rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .3s}.voucher-retry-btn:hover{background-color:#45a049}.voucher-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem;text-align:center}.voucher-empty-icon{font-size:5rem;opacity:.5}.voucher-empty h3{font-family:Jost,sans-serif;font-size:1.5rem;font-weight:700;color:#333;margin:0}.voucher-empty p{font-family:Jost,sans-serif;font-size:1rem;color:#666;margin:0;max-width:500px}@media (max-width: 1024px){.voucher-hero-container{flex-direction:column;align-items:flex-start;gap:1rem}.vouchers-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media (max-width: 768px){.voucher-hero{padding:3rem 1.5rem}.voucher-hero-title{font-size:2.4rem}.voucher-content{padding:2rem 1.5rem 3rem}.voucher-redeem-card{padding:1.5rem}.voucher-redeem-header{flex-direction:column;text-align:center}.voucher-redeem-input-group{flex-direction:column}.voucher-redeem-input,.voucher-redeem-submit-btn,.voucher-redeem-cancel-btn{width:100%}.voucher-tabs{flex-direction:column}.voucher-tab{width:100%}.vouchers-grid{grid-template-columns:1fr}.voucher-card{min-height:auto}}.wishlist-page{min-height:100vh;background-color:#fff}.wishlist-hero{position:relative;padding:4rem 2rem;background-color:#061b12;color:#fff;overflow:hidden}.wishlist-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--wishlist-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.25;pointer-events:none}.wishlist-hero-overlay{position:relative;z-index:1}.wishlist-hero-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.wishlist-hero-content{display:flex;flex-direction:column;gap:1rem}.wishlist-hero-icon{font-size:4rem;line-height:1;margin-bottom:.5rem}.wishlist-hero-subtitle{font-family:Jost,sans-serif;font-size:.95rem;font-weight:500;color:#b7ff5b;text-transform:uppercase;letter-spacing:1px;margin:0}.wishlist-hero-title{font-family:Jost,sans-serif;font-size:3rem;font-weight:700;margin:0}.wishlist-hero-stats{display:flex;align-items:center;gap:1rem;margin-top:.5rem;font-family:Jost,sans-serif;font-size:.95rem;color:#ffffffe6}.wishlist-stat-item strong{color:#b7ff5b;font-weight:700}.wishlist-stat-divider{opacity:.5}.wishlist-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-family:Jost,sans-serif;font-size:.9rem;color:#cfd8dc}.wishlist-breadcrumbs a{color:#fff;text-decoration:none;transition:color .3s}.wishlist-breadcrumbs a:hover{color:#b7ff5b}.wishlist-content{padding:3rem 2rem 4rem;background:linear-gradient(180deg,beige,#f0f0e0);min-height:60vh;position:relative}.wishlist-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 2px 2px,rgba(0,0,0,.03) 1px,transparent 0);background-size:40px 40px;pointer-events:none}.wishlist-content-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.wishlist-controls{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.wishlist-view-toggle{display:flex;gap:.5rem;background-color:#fff;padding:.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.wishlist-view-btn{padding:.75rem;border:2px solid transparent;background-color:transparent;border-radius:8px;cursor:pointer;color:#666;transition:all .3s;display:flex;align-items:center;justify-content:center}.wishlist-view-btn:hover{color:#4caf50;background-color:#f0f8f0}.wishlist-view-btn.active{background-color:#4caf50;color:#fff;border-color:#4caf50}.wishlist-category-filter{display:flex;gap:.75rem;flex-wrap:wrap;background-color:#fff;padding:.75rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.wishlist-category-btn{padding:.5rem 1rem;border:2px solid transparent;background-color:transparent;border-radius:20px;font-family:Jost,sans-serif;font-size:.85rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.5rem;text-transform:capitalize}.wishlist-category-btn:hover{color:#4caf50;background-color:#f0f8f0}.wishlist-category-btn.active{background-color:#4caf50;color:#fff;border-color:#4caf50}.wishlist-category-count{padding:.15rem .5rem;background-color:#0000001a;border-radius:10px;font-size:.75rem}.wishlist-category-btn.active .wishlist-category-count{background-color:#ffffff4d}.wishlist-items.board{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem;padding:2rem 0}.wishlist-item{position:relative;animation:fadeInUp .5s ease-out;animation-fill-mode:both;animation-delay:calc(var(--item-index) * .1s)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wishlist-item-pin{position:absolute;top:-8px;left:50%;transform:translate(-50%);width:24px;height:24px;background:radial-gradient(circle,#d4a574,#b8864f);border-radius:50%;box-shadow:0 2px 4px #0003;z-index:2}.wishlist-item-pin:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:#8b6914;border-radius:50%}.wishlist-item-content{background-color:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000001a,0 0 0 1px #0000000d;transition:all .3s;position:relative;overflow:hidden}.wishlist-item-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4caf50,#45a049,#4caf50);background-size:200% 100%;animation:shimmer 3s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.wishlist-item:hover .wishlist-item-content{transform:translateY(-8px) rotate(calc(var(--item-index) * 1deg - 2deg));box-shadow:0 8px 30px #00000026,0 0 0 1px #4caf5033}.wishlist-item.hovered .wishlist-item-content{transform:translateY(-12px) rotate(calc(var(--item-index) * 1deg - 2deg)) scale(1.02)}.wishlist-item-image-wrapper{position:relative;width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background-color:#f5f5f5;margin-bottom:1rem}.wishlist-item-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.wishlist-item:hover .wishlist-item-image{transform:scale(1.1)}.wishlist-item-badge{position:absolute;top:12px;right:12px;padding:.4rem .8rem;border-radius:20px;font-family:Jost,sans-serif;font-size:.7rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;z-index:1}.badge-new{background-color:#4caf50}.badge-hot{background-color:#ff9800}.badge-sell{background-color:#f44336}.wishlist-item-actions{position:absolute;top:12px;left:12px;display:flex;gap:.5rem;opacity:0;transition:opacity .3s;z-index:2}.wishlist-item:hover .wishlist-item-actions{opacity:1}.wishlist-action-btn{width:36px;height:36px;border-radius:50%;border:none;background-color:#fffffff2;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;box-shadow:0 2px 8px #00000026}.wishlist-action-btn:hover{background-color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0003}.wishlist-remove-btn:hover{color:#f44336;background-color:#ffebee}.wishlist-item-info{display:flex;flex-direction:column;gap:.75rem}.wishlist-item-rating{display:flex;gap:.2rem}.wishlist-star{color:#ddd;font-size:.9rem}.wishlist-star.filled{color:#ffc107}.wishlist-item-name{font-family:Jost,sans-serif;font-size:1.1rem;font-weight:700;color:#000;margin:0;line-height:1.3}.wishlist-item-price{display:flex;align-items:center;gap:.75rem}.wishlist-current-price{font-family:Jost,sans-serif;font-size:1.25rem;font-weight:700;color:#4caf50}.wishlist-original-price{font-family:Jost,sans-serif;font-size:.95rem;color:#999;text-decoration:line-through}.wishlist-item-meta{font-family:Jost,sans-serif;font-size:.85rem;color:#999}.wishlist-add-to-cart-btn{margin-top:.5rem;padding:.75rem 1rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-family:Jost,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.wishlist-add-to-cart-btn:hover{background-color:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.wishlist-items.compact{display:flex;flex-direction:column;gap:1rem;padding:1rem 0}.wishlist-items.compact .wishlist-item{animation:none}.wishlist-items.compact .wishlist-item-pin{display:none}.wishlist-items.compact .wishlist-item-content{display:flex;flex-direction:row;gap:1.5rem;padding:1.25rem}.wishlist-items.compact .wishlist-item-content:before{display:none}.wishlist-items.compact .wishlist-item-image-wrapper{width:120px;height:120px;flex-shrink:0;margin-bottom:0;aspect-ratio:1}.wishlist-items.compact .wishlist-item-info{flex:1;justify-content:space-between}.wishlist-items.compact .wishlist-item:hover .wishlist-item-content{transform:translate(4px)}.wishlist-items.compact .wishlist-add-to-cart-btn{width:auto;margin-top:0;align-self:flex-start}.wishlist-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem}.wishlist-loading-spinner{width:48px;height:48px;border:4px solid #f0f0f0;border-top-color:#4caf50;border-radius:50%;animation:spin 1s linear infinite}.wishlist-loading p{font-family:Jost,sans-serif;font-size:1rem;color:#666;margin:0}.wishlist-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem;text-align:center}.wishlist-error h3{font-family:Jost,sans-serif;font-size:1.5rem;font-weight:700;color:#333;margin:0}.wishlist-error p{font-family:Jost,sans-serif;font-size:1rem;color:#666;margin:0}.wishlist-retry-btn{padding:.75rem 2rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .3s}.wishlist-retry-btn:hover{background-color:#45a049}.wishlist-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem;text-align:center}.wishlist-empty-icon{font-size:5rem;opacity:.5}.wishlist-empty h3{font-family:Jost,sans-serif;font-size:1.5rem;font-weight:700;color:#333;margin:0}.wishlist-empty p{font-family:Jost,sans-serif;font-size:1rem;color:#666;margin:0;max-width:500px}.wishlist-shop-btn{padding:.75rem 2rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.5px}.wishlist-shop-btn:hover{background-color:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}@media (max-width: 1024px){.wishlist-hero-container{flex-direction:column;align-items:flex-start;gap:1rem}.wishlist-items.board{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem}.wishlist-controls{flex-direction:column;align-items:stretch}.wishlist-category-filter{justify-content:center}}@media (max-width: 768px){.wishlist-hero{padding:3rem 1.5rem}.wishlist-hero-title{font-size:2.4rem}.wishlist-hero-icon{font-size:3rem}.wishlist-content{padding:2rem 1.5rem 3rem}.wishlist-items.board{grid-template-columns:1fr;gap:1.5rem}.wishlist-item:hover .wishlist-item-content{transform:translateY(-4px) rotate(0)}.wishlist-item.hovered .wishlist-item-content{transform:translateY(-6px) rotate(0) scale(1.01)}.wishlist-items.compact .wishlist-item-content{flex-direction:column}.wishlist-items.compact .wishlist-item-image-wrapper{width:100%;height:200px}}.account-page{min-height:100vh;background-color:#fff}.account-hero{position:relative;padding:4rem 2rem;background-color:#061b12;color:#fff;overflow:hidden}.account-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--account-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.25;pointer-events:none}.account-hero-overlay{position:relative;z-index:1}.account-hero-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.account-hero-content{display:flex;flex-direction:column;gap:1rem}.account-profile-header{display:flex;align-items:center;gap:2rem}.account-avatar{position:relative;flex-shrink:0}.account-avatar-circle{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#4caf50,#45a049);display:flex;align-items:center;justify-content:center;font-family:Jost,sans-serif;font-size:2.5rem;font-weight:700;color:#fff;box-shadow:0 8px 24px #4caf5066;position:relative}.account-avatar-badge{position:absolute;bottom:0;right:0;width:36px;height:36px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;border:3px solid #061b12}.account-profile-info{display:flex;flex-direction:column;gap:.5rem}.account-profile-name{font-family:Jost,sans-serif;font-size:2.5rem;font-weight:700;margin:0;color:#fff}.account-profile-email{font-family:Jost,sans-serif;font-size:1.1rem;color:#ffffffe6;margin:0}.account-profile-meta{display:flex;align-items:center;gap:1.5rem;margin-top:.5rem}.account-meta-item{display:flex;align-items:center;gap:.5rem;font-family:Jost,sans-serif;font-size:.9rem;color:#fffc}.account-meta-item svg{flex-shrink:0;color:#b7ff5b}.account-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-family:Jost,sans-serif;font-size:.9rem;color:#cfd8dc}.account-breadcrumbs a{color:#fff;text-decoration:none;transition:color .3s}.account-breadcrumbs a:hover{color:#b7ff5b}.breadcrumb-separator{opacity:.7}.account-content{padding:3rem 2rem 4rem;background:linear-gradient(180deg,beige,#f0f0e0);min-height:60vh}.account-content-container{max-width:1400px;margin:0 auto}.account-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem}.account-stat-card{background:linear-gradient(135deg,#fff,#fafafa);border-radius:16px;padding:2rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 4px 20px #00000014;transition:all .3s;position:relative;overflow:hidden;cursor:pointer}.account-stat-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--stat-color, #4CAF50);transition:width .3s}.account-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.account-stat-card:hover:before{width:100%;opacity:.1}.account-stat-icon{font-size:3rem;line-height:1;flex-shrink:0;z-index:1}.account-stat-content{flex:1;z-index:1}.account-stat-value{font-family:Jost,sans-serif;font-size:2rem;font-weight:700;color:var(--stat-color, #4CAF50);margin-bottom:.25rem}.account-stat-label{font-family:Jost,sans-serif;font-size:.9rem;color:#666}.account-stat-arrow{color:#999;transition:all .3s;z-index:1}.account-stat-card:hover .account-stat-arrow{color:var(--stat-color, #4CAF50);transform:translate(4px)}.account-tabs{display:flex;gap:.5rem;margin-bottom:2rem;background-color:#fff;padding:.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;overflow-x:auto}.account-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border:2px solid transparent;background-color:transparent;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s;white-space:nowrap;min-width:fit-content}.account-tab:hover{color:#4caf50;background-color:#f0f8f0}.account-tab.active{background-color:#4caf50;color:#fff;border-color:#4caf50}.account-tab svg{flex-shrink:0}.account-tab-content{background-color:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #00000014;min-height:400px}.account-section{display:flex;flex-direction:column;gap:2rem}.account-section-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0}.account-section-title{font-family:Jost,sans-serif;font-size:1.75rem;font-weight:700;color:#000;margin:0}.account-edit-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-family:Jost,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s}.account-edit-btn:hover{background-color:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.account-form{display:flex;flex-direction:column;gap:2rem}.account-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.account-form-group{display:flex;flex-direction:column;gap:.5rem}.account-form-group label{font-family:Jost,sans-serif;font-size:.9rem;font-weight:600;color:#333}.account-form-group input,.account-form-group select{padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;color:#333;background-color:#fff;transition:all .3s;outline:none}.account-form-group input:focus,.account-form-group select:focus{border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.account-form-group input:disabled,.account-form-group select:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.account-form-actions{display:flex;gap:1rem;margin-top:1rem}.account-save-btn{padding:.875rem 2rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;min-width:140px}.account-save-btn:hover:not(:disabled){background-color:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.account-save-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.account-save-btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.account-cancel-btn{padding:.875rem 2rem;background-color:transparent;color:#666;border:2px solid #e0e0e0;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s}.account-cancel-btn:hover{border-color:#999;color:#333}.account-preferences{display:flex;flex-direction:column;gap:2.5rem}.account-preference-group{display:flex;flex-direction:column;gap:1.5rem}.account-preference-group-title{font-family:Jost,sans-serif;font-size:1.25rem;font-weight:700;color:#000;margin:0;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}.account-preference-list{display:flex;flex-direction:column;gap:1rem}.account-preference-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background-color:#fafafa;border-radius:8px;cursor:pointer;transition:all .3s}.account-preference-item:hover{background-color:#f0f8f0}.account-preference-item input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#4CAF50}.account-preference-item span{font-family:Jost,sans-serif;font-size:.95rem;color:#333;font-weight:500}.account-activity-list{display:flex;flex-direction:column;gap:1rem}.account-activity-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background-color:#fafafa;border-radius:12px;border-left:4px solid #4CAF50;transition:all .3s}.account-activity-item:hover{background-color:#f0f8f0;transform:translate(4px)}.account-activity-icon{font-size:2rem;line-height:1;flex-shrink:0}.account-activity-content{flex:1}.account-activity-content h4{font-family:Jost,sans-serif;font-size:1.1rem;font-weight:700;color:#000;margin:0 0 .25rem}.account-activity-content p{font-family:Jost,sans-serif;font-size:.9rem;color:#666;margin:0 0 .5rem}.account-activity-date{font-family:Jost,sans-serif;font-size:.85rem;color:#999}.account-activity-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem;text-align:center}.account-activity-empty p{font-family:Jost,sans-serif;font-size:1rem;color:#666;margin:0}.account-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem}.account-loading-spinner{width:48px;height:48px;border:4px solid #f0f0f0;border-top-color:#4caf50;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.account-loading p{font-family:Jost,sans-serif;font-size:1rem;color:#666;margin:0}.account-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1.5rem;text-align:center}.account-error h3{font-family:Jost,sans-serif;font-size:1.5rem;font-weight:700;color:#333;margin:0}.account-error p{font-family:Jost,sans-serif;font-size:1rem;color:#666;margin:0}.account-retry-btn{padding:.75rem 2rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-family:Jost,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .3s}.account-retry-btn:hover{background-color:#45a049}@media (max-width: 1024px){.account-hero-container{flex-direction:column;align-items:flex-start;gap:1rem}.account-profile-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.account-stats-grid{grid-template-columns:repeat(2,1fr)}.account-form-grid{grid-template-columns:1fr}}@media (max-width: 768px){.account-hero{padding:3rem 1.5rem}.account-profile-name{font-size:2rem}.account-avatar-circle{width:100px;height:100px;font-size:2rem}.account-content{padding:2rem 1.5rem 3rem}.account-stats-grid{grid-template-columns:1fr}.account-tabs{flex-direction:column}.account-tab{width:100%;justify-content:flex-start}.account-tab-content{padding:1.5rem}.account-section-header{flex-direction:column;align-items:flex-start;gap:1rem}.account-form-actions{flex-direction:column}.account-save-btn,.account-cancel-btn{width:100%}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background-color:#fff;color:#213547;min-height:100vh}#root{width:100%;min-height:100vh}
