*{box-sizing:border-box;margin:0;padding:0}body{background:#f4f4f4;font-family:Arial,Helvetica,sans-serif}img{width:100%}.app{height:80vh}.navbar{background:#fff;padding:.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 1.5rem}.navbar__logo{flex-shrink:0}.logo-link{align-items:center;display:flex;text-decoration:none}.logo-link img{height:80px;object-fit:contain;width:auto}.navbar__search{flex:1 1;margin:0 1rem;max-width:600px}.navbar__actions{flex-shrink:0;gap:.5rem}.nav-action,.navbar__actions{align-items:center;display:flex}.nav-action{background:#0000;border:none;border-radius:8px;color:#333;cursor:pointer;font-size:.9rem;gap:.4rem;padding:.5rem .8rem;position:relative;text-decoration:none;transition:all .2s ease}.nav-action:hover{background:#f5f5f5;color:#e67e22}.nav-action i{font-size:1.2rem}.action-label{font-size:.85rem;font-weight:500}.nav-badge{background:#e74c3c;height:18px;min-width:18px;position:absolute;right:0;top:0;transform:translate(25%,-25%)}.cart-badge,.nav-badge{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:.65rem;font-weight:700;justify-content:center}.cart-badge{background:#e67e22;height:20px;margin-left:.2rem;min-width:20px}.wishlist-badge{background:#e74c3c}.user-dropdown{position:relative}.user-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#333;cursor:pointer;display:flex;font-size:.9rem;gap:.4rem;padding:.5rem .8rem;transition:all .2s ease}.user-btn:hover{background:#f5f5f5}.user-btn i{font-size:1.2rem}.user-name{font-weight:500;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-dropdown-menu{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001f;min-width:200px;opacity:0;padding:.5rem;position:absolute;right:0;top:110%;transform:translateY(-10px);transition:all .25s ease;visibility:hidden;z-index:1000}.user-dropdown-menu.show{opacity:1;transform:translateY(0);visibility:visible}.user-dropdown-menu .logout-btn,.user-dropdown-menu a{align-items:center;background:#0000;border:none;border-radius:8px;color:#333;cursor:pointer;display:flex;font-size:.9rem;gap:.8rem;padding:.7rem 1rem;text-decoration:none;transition:all .2s ease;width:100%}.user-dropdown-menu .logout-btn:hover,.user-dropdown-menu a:hover{background:#f5f5f5}.user-dropdown-menu a i{color:#666;width:20px}.dropdown-divider{background:#eee;height:1px;margin:.3rem 0}.dropdown-badge{background:#e74c3c;border-radius:12px;color:#fff;font-size:.65rem;margin-left:auto;padding:.1rem .6rem}.logout-btn,.logout-btn i{color:#e74c3c!important}.hamburger__menu{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem;z-index:1001}.hamburger__menu div{background:#333;border-radius:3px;height:3px;transform-origin:center;transition:all .3s ease;width:28px}.hamburger__menu.active div:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger__menu.active div:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger__menu.active div:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.category-nav{background:#f8f9fa;padding:0;position:-webkit-sticky;position:sticky;top:90px;z-index:999}.category-nav-container{margin:0 auto;max-width:1400px;padding:0 1.5rem}.category-nav-list{align-items:center;display:flex;flex-wrap:nowrap;gap:.2rem;list-style:none;margin:0;overflow-x:auto;padding:0;scrollbar-width:none}.category-nav-list::-webkit-scrollbar{display:none}.category-nav-item{flex-shrink:0;position:relative}.category-nav-link-wrapper{align-items:center;border-radius:8px;display:flex;gap:.3rem;padding:.5rem .8rem;transition:all .2s ease}.category-nav-item:hover .category-nav-link-wrapper{background:#fff;box-shadow:0 2px 8px #0000000f}.category-nav-link{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.3rem 0;transition:color .2s ease;white-space:nowrap}.category-nav-link:hover{color:#ae8f58}.category-nav-link i{color:#ae8f58;font-size:.9rem}.category-dropdown-icon{align-items:center;color:#999;cursor:pointer;display:flex;font-size:.7rem;padding:0 .2rem;transition:color .2s ease}.category-dropdown-icon:hover{color:#ae8f58}.mega-menu-wrapper{animation:slideDown .25s ease;background:#fff;box-shadow:0 15px 40px #0000001f;left:0;position:fixed;right:0;top:117px;z-index:998}.mega-menu{margin:0 auto;max-width:1400px;padding:2rem}.mega-menu-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:250px 1fr}.mega-menu-left{display:flex;flex-direction:column;gap:1rem}.mega-menu-category-title{color:#2c3e50;font-size:1.3rem;font-weight:700;margin:0}.mega-menu-view-all{align-items:center;background-color:#ae8f58;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.6rem 1.2rem;transition:all .2s ease;width:-webkit-fit-content;width:fit-content}.mega-menu-view-all:hover{background:#ae8f58;transform:translateX(5px)}.mega-menu-right{align-content:flex-start;display:flex;flex-wrap:wrap;gap:.5rem}.mega-menu-subcategory-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));width:100%}.mega-menu-subcategory-link{align-items:center;animation:fadeInItem .3s ease forwards;background:#0000;border:none;border-radius:6px;color:#333;cursor:pointer;display:flex;font-size:.9rem;gap:.6rem;opacity:0;padding:.6rem .8rem;text-align:left;transition:all .2s ease}@keyframes fadeInItem{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.mega-menu-subcategory-link:hover{background:#f8f9fa;color:#ae8f58;padding-left:1.2rem}.subcategory-dot{color:#ae8f58;font-size:.4rem}.mega-menu-no-subcategories{align-items:center;background:#f8f9fa;border-radius:8px;color:#999;display:flex;font-size:.9rem;gap:.8rem;padding:1rem;width:100%}.mobile-menu-overlay{height:100%;position:fixed;right:-100%;top:0;transition:right .3s ease;width:100%;z-index:2000}.mobile-menu-overlay.active{right:0}.menu-backdrop{background:#00000080;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:1999}.menu-backdrop.active{opacity:1;visibility:visible}.mobile-menu{background:#fff;box-shadow:-10px 0 30px #0000001a;display:flex;flex-direction:column;height:100%;max-width:85%;position:fixed;right:-100%;top:0;transition:right .3s ease;width:340px;z-index:2001}.mobile-menu-overlay.active .mobile-menu{right:0}.mobile-menu-header{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;flex-shrink:0;justify-content:space-between;padding:1rem 1.2rem;z-index:1}.mobile-menu-logo img{height:40px;object-fit:contain;width:auto}.mobile-menu-close{background:none;border:none;border-radius:50%;color:#333;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:all .2s ease}.mobile-menu-close:hover{background:#f5f5f5}.mobile-menu-content{flex:1 1;overflow-y:auto;padding:1rem 1.2rem 2rem}.mobile-search{margin-bottom:1.2rem}.mobile-search .search-box{width:100%}.mobile-user-info{align-items:center;background:#f8f9fa;border-radius:12px;display:flex;gap:1rem;margin-bottom:1rem;padding:.8rem}.mobile-user-avatar{color:#e67e22;font-size:2.5rem}.mobile-user-details{display:flex;flex-direction:column}.mobile-user-name{color:#2c3e50;font-weight:600}.mobile-user-email{color:#888;font-size:.8rem}.mobile-login-btn{align-items:center;background:#ae8f58;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.8rem;justify-content:center;margin-bottom:1rem;padding:.8rem;text-decoration:none;transition:all .2s ease}.mobile-login-btn:hover{background:#d35400}.mobile-quick-actions{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:1rem}.mobile-action-link{align-items:center;background:#f8f9fa;border-radius:10px;color:#333;display:flex;flex-direction:column;font-size:.8rem;font-weight:500;gap:.3rem;padding:.8rem .5rem;position:relative;text-decoration:none;transition:all .2s ease}.mobile-action-link:hover{background:#e9ecef;transform:translateY(-2px)}.mobile-action-link i{color:#ae8f58;font-size:1.3rem}.mobile-badge{align-items:center;background:#e74c3c;border-radius:50%;color:#fff;display:flex;font-size:.6rem;font-weight:700;height:18px;justify-content:center;min-width:18px;position:absolute;right:-4px;top:-4px}.mobile-badge.cart-badge,.mobile-badge.wishlist-badge{background:#ae8f58}.mobile-divider{background:#eee;height:1px;margin:.8rem 0}.mobile-section-title{color:#2c3e50;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin:0 0 .8rem;text-transform:uppercase}.mobile-category-list{list-style:none;margin:0;padding:0}.mobile-category-item{border-bottom:1px solid #f5f5f5}.mobile-category-item:last-child{border-bottom:none}.mobile-category-header{align-items:center;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;padding:.8rem .5rem;transition:all .2s ease}.mobile-category-header:hover{background:#f8f9fa}.mobile-category-name{align-items:center;color:#333;display:flex;font-size:.95rem;font-weight:500;gap:.6rem}.mobile-category-name i{color:#ae8f58;font-size:1rem;width:20px}.mobile-category-header i.fa-chevron-down,.mobile-category-header i.fa-chevron-up{color:#999;font-size:.8rem;transition:all .2s ease}.mobile-subcategory-list{animation:slideDownMobile .3s ease;list-style:none;margin:0;padding:0 0 .5rem 2.5rem}@keyframes slideDownMobile{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}.mobile-subcategory-item{padding:.3rem 0}.mobile-subcategory-item button{align-items:center;background:none;border:none;border-radius:6px;color:#666;cursor:pointer;display:flex;font-size:.9rem;gap:.6rem;padding:.5rem .6rem;text-align:left;transition:all .2s ease;width:100%}.mobile-subcategory-item button:hover{background:#f5f5f5;color:#ae8f58}.mobile-subcategory-item button i{color:#ccc;font-size:.6rem}.mobile-subcategory-item.view-all button{color:#ae8f58;font-weight:600}.mobile-subcategory-item.view-all button i{color:#ae8f58}.mobile-empty,.mobile-error,.mobile-loading{align-items:center;color:#888;display:flex;font-size:.9rem;gap:.8rem;justify-content:center;padding:1.5rem}.mobile-loading i{color:#ae8f58}.mobile-error{color:#e74c3c;flex-wrap:wrap}.mobile-error button{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.8rem;padding:.3rem 1rem;transition:all .2s ease}.mobile-error button:hover{background:#c0392b}.mobile-empty{color:#bbb;flex-direction:column}.mobile-empty i{font-size:2rem}.mobile-logout-btn{align-items:center;background:#fee;border:none;border-radius:10px;color:#e74c3c;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.8rem;justify-content:center;margin-top:.5rem;padding:.8rem;transition:all .2s ease;width:100%}.mobile-logout-btn:hover{background:#fdd}@media (max-width:992px){.hamburger__menu{display:flex}.category-nav,.navbar__actions,.navbar__search{display:none}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{gap:.5rem;padding:0 1rem}.logo-link img{height:40px}.mobile-menu{max-width:85%;width:320px}}@media (max-width:480px){.navbar-container{padding:0 .8rem}.logo-link img{height:80px}.mobile-menu{max-width:90%;width:290px}.mobile-quick-actions{gap:.4rem;grid-template-columns:repeat(3,1fr)}.mobile-action-link{font-size:.7rem;padding:.6rem .3rem}.mobile-action-link i{font-size:1.1rem}.mobile-user-info{padding:.6rem}.mobile-user-avatar{font-size:2rem}.mobile-category-name{font-size:.9rem}.mobile-subcategory-item button{font-size:.85rem}}@media (min-width:993px){.hamburger__menu,.menu-backdrop,.mobile-menu-overlay{display:none}}.search-wrapper{flex:1 1;margin:0 auto;max-width:500px;position:relative}.search{position:relative;width:100%}.search input{background:#f9fafb;border:2px solid #e5e7eb;border-radius:50px;color:#1f2937;font-size:.95rem;font-weight:400;outline:none;padding:.85rem 3rem .85rem 1.25rem;transition:all .3s ease;width:100%}.search input:focus{background:#fff;border-color:#3b4635;box-shadow:0 0 0 4px #003b911a}.search input::placeholder{color:#9ca3af;font-size:.9rem;font-weight:400}.search button{align-items:center;background:#3b4635;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:36px;justify-content:center;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:all .3s ease;width:36px}.search button:hover{background:#ae8f58;transform:translateY(-50%) scale(1.05)}.search button i{font-size:.9rem}.search-suggestions{animation:slideDown .2s ease;background:#fff;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #00000005;left:0;list-style:none;margin:0;max-height:300px;overflow-y:auto;padding:.5rem 0;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}.search-suggestions li{align-items:center;border-bottom:1px solid #f3f4f6;color:#1f2937;cursor:pointer;display:flex;font-size:.9rem;gap:.75rem;padding:.75rem 1.25rem;transition:all .2s ease}.search-suggestions li:last-child{border-bottom:none}.search-suggestions li:hover{background:linear-gradient(90deg,#003b910d,#003b9105);color:#3b4635;padding-left:1.5rem}.search-suggestions li:before{content:"🔍";font-size:.8rem;opacity:.6;transition:opacity .2s ease}.search-suggestions li:hover:before{opacity:1}.search-suggestions::-webkit-scrollbar{width:6px}.search-suggestions::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.search-suggestions::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.search-suggestions::-webkit-scrollbar-thumb:hover{background:#3b4635}.search-loading{animation:spin .6s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#3b4635;height:20px;position:absolute;right:50px;top:50%;transform:translateY(-50%);width:20px}@media screen and (max-width:768px){.search-wrapper{max-width:100%;width:100%}.search input{font-size:.9rem;padding:.75rem 3rem .75rem 1.25rem}.search button{height:34px;right:6px;width:34px}.search-suggestions{border-radius:12px;left:1rem;max-height:250px;position:fixed;right:1rem;top:auto}.search-suggestions li{font-size:.85rem;padding:.7rem 1rem}.search-suggestions li:hover{padding-left:1.25rem}}@media screen and (max-width:480px){.search input{font-size:.85rem;padding:.7rem 2.8rem .7rem 1rem}.search button{height:32px;width:32px}.search-suggestions li{font-size:.8rem;padding:.6rem 1rem}}.search-suggestions li strong{color:#3b4635;font-weight:600}.search-suggestions li.no-results{color:#9ca3af;cursor:default;justify-content:center}.search-suggestions li.no-results:before{content:"😕"}.search-suggestions li.no-results:hover{background:#0000;color:#9ca3af;padding-left:1.25rem}.navbar-admin{align-items:center;background:#1a1a2e;border-bottom:3px solid #f9a826;box-shadow:0 2px 8px #0003;display:flex;justify-content:space-between;margin:0 auto;padding:12px 0;padding:30px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-admin .navbar__logo{flex-shrink:0}.navbar-admin .navbar__logo img{display:block;filter:brightness(0) invert(1);height:100px;transition:transform .3s ease;width:auto}.navbar-admin .navbar__logo img:hover{transform:scale(1.05)}.navbar-admin .navbar__title{flex:1 1;padding:0 20px;text-align:center}.navbar-admin .navbar__title h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f9a826,#f7c948);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:22px;font-weight:600;letter-spacing:1px;margin:0}.navbar-admin .navbar__links{flex-shrink:0;gap:12px;list-style:none;margin:0;padding:0}.navbar-admin .navbar__links,.navbar-admin .navbar__links li,.navbar-admin .navbar__user{align-items:center;display:flex}.navbar-admin .navbar__user{background:#ffffff14;border:1px solid #ffffff1a;border-radius:50px;gap:12px;padding:6px 16px 6px 20px;transition:all .3s ease}.navbar-admin .navbar__user:hover{background:#ffffff1f;border-color:#f9a8264d}.navbar-admin .navbar__user span{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:500;gap:8px}.navbar-admin .navbar__user span:before{content:"👤";font-size:16px}.navbar-admin .navbar__user p{background:#f9a8261a;border:1px solid #f9a82633;border-radius:20px;color:#f9a826;cursor:pointer;font-size:14px;font-weight:600;margin:0;padding:4px 14px;transition:all .3s ease}.navbar-admin .navbar__user p:hover{background:#f9a826;border-color:#f9a826;color:#1a1a2e;transform:scale(1.05)}.navbar-admin .navbar__user p:active{transform:scale(.95)}@media (max-width:992px){.navbar-admin{padding:10px 20px}.navbar-admin .navbar__title h2{font-size:18px}.navbar-admin .navbar__logo img{height:35px}.navbar-admin .navbar__user{padding:4px 12px 4px 16px}.navbar-admin .navbar__user span{font-size:13px}.navbar-admin .navbar__user p{font-size:13px;padding:3px 12px}}@media (max-width:768px){.navbar-admin{flex-wrap:wrap;gap:8px;padding:10px 16px}.navbar-admin .navbar__logo{order:1}.navbar-admin .navbar__logo img{height:32px}.navbar-admin .navbar__title{flex:1 1;order:2;padding:0 10px;text-align:center}.navbar-admin .navbar__title h2{font-size:16px;white-space:nowrap}.navbar-admin .navbar__links{flex:0 0 auto;order:3}.navbar-admin .navbar__user{gap:8px;padding:4px 10px 4px 14px}.navbar-admin .navbar__user span{font-size:12px}.navbar-admin .navbar__user span:before{font-size:14px}.navbar-admin .navbar__user p{font-size:12px;padding:3px 10px}}@media (max-width:480px){.navbar-admin{gap:6px;padding:8px 12px}.navbar-admin .navbar__logo img{height:28px}.navbar-admin .navbar__title h2{font-size:14px}.navbar-admin .navbar__user{gap:6px;padding:3px 8px 3px 12px}.navbar-admin .navbar__user span{font-size:11px}.navbar-admin .navbar__user span:before{content:"👤";font-size:12px}.navbar-admin .navbar__user p{font-size:11px;padding:2px 8px}}@media (max-width:360px){.navbar-admin .navbar__title,.navbar-admin .navbar__user span{display:none}.navbar-admin .navbar__user{padding:4px 8px}}@media (prefers-color-scheme:dark){.navbar-admin{background:#0f0f1a}}@media print{.navbar-admin{background:#fff!important;border-bottom:2px solid #333;position:static}.navbar-admin .navbar__title h2{-webkit-text-fill-color:#333}.navbar-admin .navbar__user{border:1px solid #ccc}.navbar-admin .navbar__user span{color:#333}.navbar-admin .navbar__user p{border:1px solid #333;color:#333}.navbar-admin .navbar__user p:hover{background:#333;color:#fff}}.sidedrawer{background:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;transform:translateX(-100%);transition:all .3s ease-out;width:70%;z-index:200}.sidedrawer.show{transform:translateX(0)}.sidedrawer__links{display:flex;flex-direction:column;list-style:none}.sidedrawer__links>li{align-items:center;display:flex}.sidedrawer__links>li>a:hover{background:#333;color:#f4f4f4}.sidedrawer__links>li>a,.sidedrawer__links>li>p{align-items:center;color:#171717;display:flex;flex:1 1;font-size:1.6rem;justify-content:center;padding:1rem;text-align:center;text-decoration:none}.sidedrawer__cartbadge,.sidedrawer__links>li>a>span{align-items:center;display:flex;margin-left:8px}.sidedrawer__cartbadge{background-color:#171717;border-radius:50%;color:#fff;font-size:1rem;height:30px;justify-content:center;width:30px}.sidedrawer__links>li>a:hover .sidedrawer__cartbadge{background-color:#fff;color:#171717}@media (min-width:960px){.sidedrawer{display:none}}.backdrop{background:#00000080;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:100}.home-container{background:linear-gradient(135deg,#f8fafc,#f1f5f9);overflow-x:hidden;width:100%}.home-container .banner-carousel{margin-bottom:2rem}.homescreen{margin:0 auto;max-width:1600px;padding:3rem 2rem}.category-section{margin:2rem 0;position:relative}.category-section:first-of-type{margin-top:0}.category-header-wrapper{align-items:baseline;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.category-title{background:linear-gradient(135deg,#3b4635,#ae8f58);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:2rem;font-weight:700;letter-spacing:-.5px;position:relative;text-transform:capitalize}.category-title:after{background:linear-gradient(90deg,#3b4635,#ae8f58);border-radius:4px;bottom:-10px;content:"";height:4px;left:0;position:absolute;width:80px}.category-subtitle{color:#64748b;font-size:.95rem;margin-top:.5rem}.latest-products-section{border-top:2px solid #003b911a;margin-top:5rem;padding-top:2rem;position:relative}.section-header{margin-bottom:3rem;text-align:center}.homescreen__title{background:linear-gradient(135deg,#1e293b,#3b4635);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:2.5rem;font-weight:800;margin-bottom:1rem;position:relative}.title-decoration{animation:pulse 2s ease-in-out infinite;background:linear-gradient(90deg,#3b4635,#ae8f58,#3b4635);border-radius:3px;height:3px;margin:0 auto;width:100px}.section-description{color:#64748b;font-size:1rem;margin-top:1rem}.homescreen__products{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:2rem 0;position:relative}.loading-container{gap:1.5rem;min-height:400px}.modern-loader{animation:spin .8s linear infinite;border-color:#3b4635 #ae8f58 #e2e8f0 #e2e8f0;border-radius:50%;border-style:solid;border-width:3px;height:60px;width:60px}.loading-container p{color:#64748b;font-size:1rem;font-weight:500}.error-container-modern{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;margin:2rem auto;max-width:500px;padding:3rem;text-align:center}.error-container-modern i{color:#ef4444;font-size:3rem;margin-bottom:1rem}.error-container-modern h3{color:#1e293b;margin-bottom:1rem}.error-container-modern button{background:#3b4635;border:none;border-radius:50px;color:#fff;cursor:pointer;margin-top:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.show-more-container{display:flex;justify-content:center;margin:3rem 0 2rem}.show-more-btn{background:#0000;border:2px solid #3b4635;border-radius:50px;color:#3b4635;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:1px;overflow:hidden;padding:1rem 2.5rem;position:relative;text-transform:uppercase;transition:all .3s ease;z-index:1}.show-more-btn:before{background:linear-gradient(90deg,#3b4635,#ae8f58);border-radius:50px;content:"";height:100%;left:-100%;position:absolute;top:0;transition:all .4s ease;width:100%;z-index:-1}.show-more-btn:hover:before{left:0}.show-more-btn:hover{border-color:#0000;box-shadow:0 10px 25px #003b9133;color:#fff;transform:translateY(-3px)}.show-more-btn:active{transform:translateY(0)}.empty-state{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;padding:4rem;text-align:center}.empty-state i{color:#cbd5e1;font-size:4rem;margin-bottom:1rem}.empty-state h3{color:#1e293b;margin-bottom:.5rem}.empty-state p{color:#64748b}.homescreen__products>*{animation:fadeInUp .5s ease-out forwards}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.category-section{animation:slideInLeft .4s ease-out}.floating-decoration{pointer-events:none;position:fixed;z-index:0}@media screen and (max-width:1200px){.homescreen{padding:2rem 1.5rem}.homescreen__products{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.category-title{font-size:1.8rem}}@media screen and (max-width:992px){.homescreen__title{font-size:2rem}.category-title{font-size:1.6rem}.category-section{margin:3rem 0}}@media screen and (max-width:768px){.homescreen{padding:1.5rem}.section-title{font-size:19px!important}.homescreen__title{font-size:1.8rem}.category-title{font-size:1.4rem}.homescreen__products{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.show-more-btn{padding:.8rem 2rem}.section-description,.show-more-btn{font-size:.9rem}.category-header-wrapper{align-items:flex-start;flex-direction:column}}@media screen and (max-width:576px){.homescreen{padding:1rem}.categories-section{padding:30px!important}.homescreen__title{font-size:1.5rem}.category-title{font-size:1.2rem}.homescreen__products{gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.category-section{margin:2rem 0}.latest-products-section{margin-top:3rem}.title-decoration{width:60px}@keyframes pulse{0%,to{width:60px}50%{width:100px}}}@media (prefers-reduced-motion:no-preference){.category-section{transition:transform .3s ease-out}}@media (prefers-color-scheme:dark){.home-container{background:linear-gradient(135deg,#0f172a,#1e293b)}.category-title{background:linear-gradient(135deg,#fff,#ae8f58);-webkit-background-clip:text;background-clip:text}.category-subtitle,.section-description{color:#94a3b8}.empty-state{background:#1e293b}.empty-state h3{color:#f1f5f9}}.reveal{opacity:0;transform:translateY(30px);transition:all .6s ease}.reveal.active{opacity:1;transform:translateY(0)}.home-container:before{background-image:radial-gradient(circle at 25% 50%,#003b9105 0,#0000 50%);content:"";height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.categories-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr 1fr 1fr 1fr;padding:1rem}.categories-section{padding:25px 80px}.section-title{color:#3b4635;font-size:40px;text-align:center}.product{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all .35s cubic-bezier(.22,1,.36,1)}.product:hover{border-color:#e0e0e0;box-shadow:0 12px 40px #0000001f;transform:translateY(-6px)}.product-image-container{background:#f8f9fa;flex-shrink:0;overflow:hidden;padding-top:75%;position:relative}.product-image-container img{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .5s cubic-bezier(.22,1,.36,1);width:100%}.product:hover .product-image-container img{transform:scale(1.05)}.product-stock-badge{background:#ff6b35;border-radius:20px;box-shadow:0 2px 8px #ff6b354d;color:#fff;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 12px;position:absolute;right:12px;text-transform:uppercase;top:12px;z-index:2}.product-stock-badge.out-of-stock{background:#dc3545;box-shadow:0 2px 8px #dc35454d}.product__info{display:flex;flex:1 1;flex-direction:column;gap:6px;padding:16px 18px 18px}.info__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a1a2e;display:-webkit-box;font-size:15px;font-weight:600;line-height:1.4;margin:0;overflow:hidden;transition:color .3s ease}.product:hover .info__name{color:#3b4635}.product-meta{gap:6px}.product-meta span{border-radius:12px;font-size:11px;font-weight:500;letter-spacing:.3px;padding:2px 12px}.product-brand{background:#f0f4ff;color:#3b4635}.product-category{background:#f0fdf4;color:#166534}.product-subcategory{background:#fef3c7;color:#92400e}.product-rating{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin:2px 0 6px}.stars{display:inline-flex;gap:1px}.star{color:#d1d5db;font-size:14px;transition:color .2s ease}.star.filled,.star.half{color:#fbbf24}.star.half{position:relative}.rating-number{color:#1a1a2e;font-size:13px;font-weight:600}.reviews-count{color:#6b7280;font-size:12px}.no-rating{color:#9ca3af;font-size:13px}.info__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;flex:1 1;font-size:13px;line-height:1.5;margin:4px 0 8px;min-height:38px;overflow:hidden}.product-price-section{margin:4px 0 10px}.info__price{color:#059669;font-size:22px;font-weight:700;letter-spacing:-.5px;margin:0}.variant-label{color:#6b7280;display:block;font-size:12px;margin-top:2px}.product__buttons{display:flex;gap:10px;margin-top:4px}.info__button{align-items:center;background:linear-gradient(135deg,#3b4635,#3b4635);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:600;gap:6px;justify-content:center;padding:10px 16px;text-align:center;text-decoration:none;transition:all .3s ease}.info__button:hover{box-shadow:0 4px 15px #007bff59;color:#fff;transform:translateY(-2px)}.info__button:active{transform:translateY(0)}.wishlist__button{align-items:center;background:#fff;border:2px solid #ae8f58;border-radius:8px;color:#ae8f58;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:6px;justify-content:center;padding:10px 18px;transition:all .3s ease;white-space:nowrap}.wishlist__button:hover{background:#dc3545;box-shadow:0 4px 15px #dc35454d;color:#fff;transform:translateY(-2px)}.wishlist__button:active{transform:translateY(0)}.wishlist__button.loading{transform:none!important}.wishlist__button.loading,.wishlist__button:disabled{cursor:not-allowed;opacity:.7}.wishlist__message{animation:slideUp .3s ease;border-radius:6px;font-size:13px;font-weight:500;margin-top:8px;padding:6px 12px;text-align:center}.wishlist__message.success{background:#d1fae5;color:#065f46}.wishlist__message.error{background:#fee2e2;color:#991b1b}@media (max-width:992px){.product__info{padding:14px 16px 16px}.info__name{font-size:14px;min-height:38px}.info__price{font-size:20px}.products-grid{gap:20px!important;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important}}@media (max-width:768px){.product{border-radius:10px}.product-image-container{padding-top:70%}.product__info{padding:12px 14px 14px}.info__name{font-size:13px;min-height:34px}.info__description{font-size:12px;min-height:32px}.info__price{font-size:18px}.product-meta span{font-size:10px;padding:1px 10px}.product-stock-badge{font-size:10px;padding:3px 10px;right:8px;top:8px}.info__button{font-size:13px;padding:8px 12px}.wishlist__button{font-size:13px;padding:8px 14px}.products-grid{gap:14px!important;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))!important}.rating-number,.star{font-size:12px}.reviews-count,.variant-label{font-size:11px}}@media (max-width:480px){.product{border-radius:8px}.product__info{padding:10px 12px 12px}.info__name{font-size:12px;min-height:30px}.info__description{-webkit-line-clamp:2;font-size:11px;min-height:28px}.info__price{font-size:16px}.product-meta{gap:4px}.product-meta span{font-size:9px;padding:1px 8px}.product__buttons{flex-direction:column;gap:8px}.info__button{font-size:12px;padding:8px 10px}.wishlist__button{font-size:12px;padding:8px 12px}.product-stock-badge{font-size:9px;padding:2px 8px;right:6px;top:6px}.products-grid{gap:10px!important;grid-template-columns:repeat(2,1fr)!important}.rating-number,.star{font-size:11px}.reviews-count{font-size:10px}.wishlist__message{font-size:12px;padding:4px 10px}}.products-grid{grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));padding:20px 0}.products-grid.featured{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.product-loading{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.product-loading .spinner{animation:spin .8s linear infinite;border:4px solid #f0f0f0;border-radius:50%;border-top-color:#3b4635;height:40px;margin-bottom:16px;width:40px}.no-products{color:#6b7280;padding:60px 20px}.no-products i{font-size:56px;margin-bottom:16px}.no-products h3{color:#1a1a2e;font-size:20px;margin:0 0 8px}.no-products p{font-size:15px}@media (prefers-color-scheme:dark){.product{background:#1a1a2e;border-color:#2d2d44}.product:hover{border-color:#3d3d5c;box-shadow:0 12px 40px #0006}.info__name{color:#e5e7eb}.product:hover .info__name{color:#60a5fa}.info__description{color:#9ca3af}.info__price{color:#34d399}.product-meta span{color:#d1d5db}.product-brand{background:#1e3a5f;color:#60a5fa}.product-category{background:#1a3a2a;color:#34d399}.product-subcategory{background:#3d2a1a;color:#fbbf24}.rating-number{color:#e5e7eb}.reviews-count{color:#9ca3af}.no-rating{color:#6b7280}.wishlist__button{background:#1a1a2e;border-color:#f87171;color:#f87171}.wishlist__button:hover{background:#f87171;color:#1a1a2e}.wishlist__message.success{background:#1a3a2a;color:#34d399}.wishlist__message.error{background:#3a1a1a;color:#f87171}.no-products i{color:#374151}.no-products h3{color:#e5e7eb}.no-products p{color:#9ca3af}}@media print{.product{border:1px solid #ddd;box-shadow:none;break-inside:avoid;page-break-inside:avoid}.product:hover{box-shadow:none;transform:none}.product__buttons,.wishlist__message{display:none}}.carousel-container{margin:0 auto;max-width:100%;overflow:hidden;position:relative;width:100%}.carousel-slides{display:flex;height:100%;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;position:relative}.carousel-image{border-radius:25px;display:flex;height:480px;margin:0 auto;width:92%}.carousel-caption{background-color:#0009;border-radius:4px;bottom:20px;color:#fff;left:20px;max-width:500px;padding:20px;position:absolute;right:20px}.carousel-caption h1{font-size:1.5rem;margin-top:0}.carousel-caption p{font-size:1rem;margin-bottom:15px}.carousel-button{background-color:#b47355;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 16px;transition:background-color .3s}.carousel-button:hover{background-color:#7f503c}.carousel-control{align-items:center;background:#252a2d;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;padding:10px 15px;position:absolute;top:50%;transform:translateY(-50%);width:40px;z-index:10}.carousel-control:hover{opacity:.8}.carousel-control.prev{left:15px}.carousel-control.next{right:15px}.carousel-indicators{bottom:20px;display:flex;gap:8px;position:absolute;right:20px}.indicator{background-color:#252a2d;border-radius:50%;cursor:pointer;height:12px;transition:background-color .3s;width:12px}.indicator.active{background-color:#7f503c}@media (max-width:1200px){.carousel-container{margin:0 auto;max-width:100%;overflow:hidden;position:relative;width:100%}}@media (max-width:768px){.carousel-caption{bottom:10px;left:10px;max-width:80%;padding:15px;right:10px}.carousel-caption h3{font-size:1.2rem}.carousel-caption p{font-size:.9rem;margin-bottom:10px}.carousel-button{font-size:.8rem;padding:6px 12px}.carousel-control{font-size:1.2rem;height:30px;width:30px}.carousel-indicators{bottom:10px;right:10px}}@media (max-width:480px){.carousel-caption{background-color:#000c;border-radius:0;max-width:100%;position:static}.carousel-image{border-radius:25px;display:flex;height:200px;margin:0 auto;width:92%}.carousel-indicators{justify-content:center;margin-top:10px;position:static}}.category-slider-wrapper{margin:1.5rem 0;width:100%}.slider-header{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:0 .5rem}.slider-title{color:#1e293b;display:inline-block;font-size:1.3rem;font-weight:700;position:relative}.category-grid-container{overflow-x:visible;width:100%}.category-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr 1fr 1fr;margin:1rem 0}.grid-item{animation:fadeInUp .4s ease-out forwards;transition:all .3s cubic-bezier(.4,0,.2,1)}.grid-item:hover{transform:translateY(-5px)}.category-slider-empty{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:20px;margin:1rem 0;padding:3rem;text-align:center}.empty-slider-icon{align-items:center;background:#003b911a;border-radius:50%;display:flex;height:70px;justify-content:center;margin:0 auto 1rem;width:70px}.empty-slider-icon i{color:#3b4635;font-size:2.5rem}.category-slider-empty p{color:#475569;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.category-slider-empty span{color:#94a3b8;font-size:.9rem}.view-all-btn{background:#0000;border:1px solid #3b4635;border-radius:25px;color:#3b4635;display:flex;font-size:.85rem;gap:.5rem;padding:.5rem 1.25rem}.view-all-btn:hover{background:#3b4635;transform:translateX(3px)}@media screen and (max-width:1200px){.category-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media screen and (max-width:992px){.category-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.slider-title{font-size:1.2rem}}@media screen and (max-width:768px){.category-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.slider-header{margin-bottom:1rem;padding:0 .25rem}.slider-title{font-size:1.1rem}.slider-title:before{bottom:-6px;height:2px;width:40px}}@media screen and (max-width:576px){.category-grid{gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.slider-title{font-size:1rem}.category-slider-empty{padding:2rem}.empty-slider-icon{height:50px;width:50px}.empty-slider-icon i{font-size:1.8rem}.category-slider-empty p{font-size:1rem}.category-slider-empty span{font-size:.8rem}}@media screen and (max-width:480px){.category-grid{gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.grid-item.loading{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:1000px 100%;border-radius:16px;height:350px}@media (hover:hover){.grid-item:hover{transform:translateY(-8px)}}@media (hover:none) and (pointer:coarse){.grid-item:active{transform:scale(.98)}}@media (prefers-color-scheme:dark){.slider-title{color:#f1f5f9}.category-slider-empty{background:linear-gradient(135deg,#1e293b,#0f172a)}.category-slider-empty p{color:#cbd5e1}.category-slider-empty span{color:#64748b}.empty-slider-icon{background:#003b9133}}.view-all-btn{align-items:center;background:linear-gradient(135deg,#3b4635,#3b4635);border:none;border-radius:30px;box-shadow:0 2px 10px #003b9133;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.6rem;letter-spacing:.5px;padding:.6rem 1.5rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.view-all-btn:hover{background:linear-gradient(135deg,#ae8f58,#e06e15);box-shadow:0 6px 25px #f5822066;color:#fff;transform:translateY(-3px)}.view-all-btn:active{box-shadow:0 2px 10px #f5822033;transform:translateY(0)}.view-all-btn i{font-size:.8rem;transition:transform .3s ease}.view-all-btn:hover i{transform:translateX(6px)}.view-all-bottom{display:flex;justify-content:center}.view-all-bottom-btn{align-items:center;background:linear-gradient(135deg,#3b4635,#3b4635);border:none;border-radius:30px;box-shadow:0 4px 15px #003b9140;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.75rem;letter-spacing:.5px;padding:.8rem 2.5rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.view-all-bottom-btn:hover{background:linear-gradient(135deg,#ae8f58,#e06e15);box-shadow:0 8px 30px #f5822066;color:#fff;transform:translateY(-3px)}.view-all-bottom-btn:active{box-shadow:0 4px 15px #f5822033;transform:translateY(0)}.view-all-bottom-btn i{font-size:.9rem;transition:transform .3s ease}.view-all-bottom-btn:hover i{transform:translateX(6px)}@media (max-width:768px){.view-all-btn{font-size:.8rem;gap:.4rem;padding:.5rem 1.2rem}.view-all-bottom-btn{font-size:.9rem;gap:.6rem;padding:.7rem 2rem}}@media (max-width:480px){.view-all-btn{font-size:.7rem;gap:.3rem;padding:.4rem 1rem}.view-all-bottom-btn{font-size:.8rem;gap:.5rem;justify-content:center;padding:.6rem 1.5rem;width:100%}}.category-card{height:100%;position:relative}.category-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.category-card__link{color:inherit;display:block;text-decoration:none}.category-card__image-wrapper{background:#f8f9fa;overflow:hidden;padding-top:100%;position:relative;width:100%}.category-card__image{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .6s cubic-bezier(.25,.46,.45,.94);width:100%}.category-card:hover .category-card__image{transform:scale(1.08)}.category-card__overlay{align-items:center;background:#003b914d;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:all .3s ease;width:100%}.category-card:hover .category-card__overlay{opacity:1}.category-card__overlay i{color:#fff;font-size:3rem;text-shadow:0 2px 10px #0000004d;transform:scale(.5);transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.category-card:hover .category-card__overlay i{transform:scale(1)}.category-card__badge{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;border:1px solid #ffffff1a;border-radius:20px;color:#fff;font-size:.7rem;font-weight:500;padding:4px 12px;position:absolute;right:10px;top:10px}.category-card__body{background:#fff;padding:1rem;text-align:center}.category-card__name{color:#1a1a2e;font-size:1rem;font-weight:600;line-height:1.3;margin:0 0 .5rem;transition:color .3s ease}.category-card:hover .category-card__name{color:#3b4635}.category-card__view{align-items:center;color:#3b4635;display:inline-flex;font-size:.85rem;font-weight:500;gap:.5rem;transition:all .3s ease}.category-card__view i{font-size:.75rem;transition:transform .3s ease}.category-card:hover .category-card__view{color:#ae8f58}.category-card:hover .category-card__view i{transform:translateX(5px)}@media (max-width:768px){.category-card__body{padding:.75rem}.category-card__name{font-size:.9rem}.category-card__view{font-size:.8rem}.category-card__overlay i{font-size:2.5rem}.category-card__badge{font-size:.6rem;padding:3px 10px}}@media (max-width:480px){.category-card__body{padding:.5rem}.category-card__name{font-size:.8rem}.category-card__view{font-size:.7rem}.category-card__view i{font-size:.6rem}.category-card__overlay i{font-size:2rem}.category-card__badge{font-size:.5rem;padding:2px 8px;right:6px;top:6px}}.testimonials-section{background:linear-gradient(180deg,#f8f9fa,#fff);padding:4rem 0}.testimonials-section .container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.testimonials-section .testimonials-header{margin-bottom:3rem;text-align:center}.testimonials-section .testimonials-title{color:#1a1a2e;display:inline-block;font-size:2.5rem;font-weight:700;margin:0 0 .5rem;position:relative}.testimonials-section .testimonials-title:after{background:linear-gradient(90deg,#3b4635,#ae8f58);border-radius:2px;content:"";display:block;height:4px;margin:.5rem auto 0;width:60px}.testimonials-section .testimonials-subtitle{color:#6c757d;font-size:1.1rem;margin:1rem 0 0}.testimonials-section .testimonials-carousel{margin:0 -1rem;overflow:hidden;position:relative}.testimonials-section .testimonials-track{display:flex;transition:transform .5s ease-in-out}.testimonials-section .testimonial-card{min-width:100%;opacity:.5;padding:1rem;pointer-events:none;transform:scale(.9);transition:all .5s ease}.testimonials-section .testimonial-card.active{opacity:1;pointer-events:all;transform:scale(1)}.testimonials-section .testimonial-content{align-items:flex-start;background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;gap:2rem;padding:2rem;transition:box-shadow .3s ease}.testimonials-section .testimonial-content:hover{box-shadow:0 8px 30px #0000001f}.testimonials-section .testimonial-image-wrapper{flex-shrink:0;text-align:center}.testimonials-section .testimonial-image{border:3px solid #ae8f58;border-radius:50%;height:80px;object-fit:cover;padding:2px;width:80px}.testimonials-section .testimonial-rating{margin-top:.5rem}.testimonials-section .testimonial-rating .fa-star{color:#d1d5db;font-size:.9rem;margin:0 1px}.testimonials-section .testimonial-rating .fa-star.active{color:#f59e0b}.testimonials-section .testimonial-text-wrapper{flex:1 1}.testimonials-section .testimonial-text{color:#374151;font-size:1.1rem;font-style:italic;line-height:1.8;margin:0 0 1rem}.testimonials-section .testimonial-info{display:flex;flex-direction:column;gap:.25rem}.testimonials-section .testimonial-name{color:#1a1a2e;font-size:1.1rem;font-weight:600;margin:0}.testimonials-section .testimonial-location{color:#6c757d;font-size:.9rem}.testimonials-section .testimonial-location i{color:#ae8f58;margin-right:.3rem}.testimonials-section .testimonial-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.25rem}.testimonials-section .testimonial-date,.testimonials-section .testimonial-event{align-items:center;color:#6c757d;display:flex;font-size:.8rem;gap:.3rem}.testimonials-section .testimonial-date i,.testimonials-section .testimonial-event i{color:#3b4635}.testimonials-section .carousel-btn{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:50%;box-shadow:0 2px 10px #00000014;cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:48px;z-index:10}.testimonials-section .carousel-btn:hover{background:#3b4635;border-color:#3b4635;color:#fff;transform:translateY(-50%) scale(1.05)}.testimonials-section .carousel-btn.prev-btn{left:1rem}.testimonials-section .carousel-btn.next-btn{right:1rem}.testimonials-section .carousel-btn i{font-size:1.2rem}.testimonials-section .testimonials-dots{display:flex;gap:.75rem;justify-content:center;margin-top:2rem}.testimonials-section .dot{background:#d1d5db;border:none;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s ease;width:12px}.testimonials-section .dot:hover{background:#9ca3af}.testimonials-section .dot.active{background:#3b4635;border-radius:6px;width:32px}.testimonials-section .testimonials-stats{grid-gap:2rem;border-top:1px solid #e5e7eb;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem;padding-top:2rem}.testimonials-section .stat-item{align-items:center;display:flex;gap:1rem;justify-content:center}.testimonials-section .stat-icon{font-size:2.5rem;line-height:1}.testimonials-section .stat-info{display:flex;flex-direction:column}.testimonials-section .stat-number{color:#1a1a2e;font-size:1.5rem;font-weight:700}.testimonials-section .stat-label{color:#6c757d;font-size:.85rem}@media (max-width:992px){.testimonials-section .testimonial-content{align-items:center;flex-direction:column;padding:1.5rem;text-align:center}.testimonials-section .testimonial-meta{justify-content:center}.testimonials-section .testimonials-stats{gap:1.5rem;grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.testimonials-section{padding:3rem 0}.testimonials-section .testimonials-title{font-size:2rem}.testimonials-section .testimonial-text{font-size:1rem}.testimonials-section .carousel-btn{height:40px;width:40px}.testimonials-section .carousel-btn i{font-size:1rem}.testimonials-section .testimonials-stats{gap:1rem;grid-template-columns:1fr}.testimonials-section .stat-item{justify-content:flex-start}}@media (max-width:480px){.testimonials-section .testimonials-title{font-size:1.5rem}.testimonials-section .testimonials-subtitle{font-size:.95rem}.testimonials-section .testimonial-content{padding:1rem}.testimonials-section .testimonial-image{height:60px;width:60px}.testimonials-section .testimonial-text{font-size:.9rem}.testimonials-section .testimonial-meta{flex-direction:column;gap:.3rem}.testimonials-section .carousel-btn{height:32px;width:32px}.testimonials-section .carousel-btn.prev-btn{left:.25rem}.testimonials-section .carousel-btn.next-btn{right:.25rem}}.productscreen{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr .7fr;margin:30px auto;max-width:1400px;min-height:70vh;padding:0 30px}.productscreen__left{position:relative}.image-carousel-container{position:-webkit-sticky;position:sticky;top:90px}.main-image-container{aspect-ratio:1/1;background:#f8f9fa;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 2px 12px #0000000f;overflow:hidden;position:relative}.carousel-image-wrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.carousel-image-wrapper .react-inner-image-zoom{height:100%;width:100%}.carousel-image-wrapper .react-inner-image-zoom img{background:#fff;height:100%;object-fit:contain;width:100%}.no-image{background:#f8f9fa;height:100%;justify-content:center;width:100%}.no-image,.no-image-content{align-items:center;display:flex}.no-image-content{color:#adb5bd;flex-direction:column;gap:12px}.no-image-content i{font-size:64px}.no-image-content span{font-size:16px;font-weight:500}.carousel-arrow{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 12px #0000001f;color:#333;cursor:pointer;display:flex;font-size:18px;height:44px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:44px;z-index:5}.carousel-arrow:hover{background:#fff;box-shadow:0 4px 20px #0003;transform:translateY(-50%) scale(1.05)}.carousel-arrow:active{transform:translateY(-50%) scale(.95)}.carousel-arrow-left{left:12px}.carousel-arrow-right{right:12px}.thumbnail-carousel{margin-top:16px;overflow-x:auto;padding:4px 0;scroll-behavior:smooth}.thumbnail-carousel::-webkit-scrollbar{height:4px}.thumbnail-carousel::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.thumbnail-carousel::-webkit-scrollbar-thumb{background:#c1c7cd;border-radius:4px}.thumbnail-list{display:flex;gap:10px;min-width:-webkit-max-content;min-width:max-content}.thumbnail-item{background:#f8f9fa;border:2px solid #0000;border-radius:10px;cursor:pointer;flex-shrink:0;height:80px;overflow:hidden;transition:all .3s ease;width:80px}.thumbnail-item:hover{border-color:#3b4635;transform:translateY(-2px)}.thumbnail-item.active{border-color:#3b4635;box-shadow:0 0 0 3px #007bff33}.thumbnail-item img{height:100%;object-fit:cover;width:100%}.productscreen__middle{padding:0 10px}.product__name{color:#1a1a2e;font-size:28px;font-weight:700;line-height:1.3;margin:0 0 12px}.product__ratings{align-items:center;display:flex;gap:12px;margin-bottom:16px}.product__ratings .stars{display:flex;gap:2px}.product__ratings .stars i{color:#d1d5db;font-size:18px}.product__ratings .stars i.filled{color:#fbbf24}.review-count{color:#6b7280;font-size:14px}.product__price{align-items:baseline;border-bottom:1px solid #e9ecef;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding:16px 0}.price__label{color:#6b7280;font-size:16px;font-weight:500}.price__value{color:#059669;font-size:32px;font-weight:700}.tax-info{color:#6b7280;font-size:13px}.product__variants{margin-bottom:24px}.variants-title{color:#1a1a2e;font-size:16px;font-weight:600;margin:0 0 12px}.variants-container{display:flex;flex-direction:column;gap:8px}.variant-btn{align-items:center;background:#f8f9fa;border:2px solid #0000;border-radius:10px;cursor:pointer;display:flex;padding:10px 14px;text-align:left;transition:all .3s ease;width:100%}.variant-btn:hover{background:#f0f4ff;border-color:#b3d4ff}.variant-btn.active{background:#f0f4ff;border-color:#3b4635;box-shadow:0 0 0 3px #007bff26}.variant-btn-content{align-items:center;display:flex;gap:14px;width:100%}.variant-thumb{background:#fff;border-radius:8px;flex-shrink:0;height:50px;object-fit:cover;width:50px}.variant-info{display:flex;flex:1 1;flex-direction:column;gap:2px}.variant-name{color:#1a1a2e;font-size:14px;font-weight:500}.variant-price{color:#059669;font-size:15px;font-weight:600}.variant-out-of-stock{color:#dc3545;font-size:12px;font-weight:500}.product__description{margin:20px 0}.description-title{color:#1a1a2e;font-size:16px;font-weight:600;margin-bottom:10px}.description__text{color:#4a4a5a;font-size:15px;line-height:1.7}.description__text p{margin:0 0 12px}.description__text ol,.description__text ul{margin:8px 0;padding-left:24px}.description__text li{margin-bottom:4px}.product-meta{display:flex;flex-wrap:wrap;gap:12px}.meta-item{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:8px}.meta-item i{color:#adb5bd;width:16px}.meta-item strong{color:#1a1a2e}.productscreen__right{position:relative}.right__info{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 2px 12px #0000000f;padding:24px;position:-webkit-sticky;position:sticky;top:90px}.right__info p{align-items:center;border-bottom:1px solid #f8f9fa;color:#4a4a5a;display:flex;font-size:15px;justify-content:space-between;margin:12px 0;padding:8px 0}.right__info p:last-child{border-bottom:none}.right__info p span{color:#1a1a2e;font-weight:600}.right__info p .in-stock{align-items:center;color:#059669;display:flex;gap:6px}.right__info p .in-stock i{font-size:16px}.right__info p .out-of-stock{align-items:center;color:#dc3545;display:flex;gap:6px}.right__info p .out-of-stock i{font-size:16px}.right__info p select{background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;font-size:15px;min-width:60px;padding:6px 12px;transition:border-color .3s ease}.right__info p select:hover{border-color:#3b4635}.right__info p select:focus{border-color:#3b4635;box-shadow:0 0 0 3px #007bff1a;outline:none}.right__info p button[type=button]{align-items:center;background:linear-gradient(135deg,#3b4635,#3b4635);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;padding:14px 20px;transition:all .3s ease;width:100%}.right__info p button[type=button]:hover:not(:disabled){box-shadow:0 4px 20px #007bff59;transform:translateY(-2px)}.right__info p button[type=button]:active:not(:disabled){transform:translateY(0)}.right__info p button[type=button]:disabled{cursor:not-allowed;opacity:.6}.right__info p button[type=button].disabled-button{background:#6c757d;cursor:not-allowed}.wishlist-button{align-items:center;background:#fff;border:2px solid #dc3545;border-radius:10px;color:#dc3545;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;padding:12px 20px;transition:all .3s ease;width:100%}.wishlist-button:hover:not(:disabled){background:#dc3545;box-shadow:0 4px 20px #dc354540;color:#fff;transform:translateY(-2px)}.wishlist-button:disabled{cursor:not-allowed;opacity:.6}.wishlist-button i{font-size:18px}.wishlist-message{animation:slideUp .3s ease;border-radius:8px;font-size:14px;font-weight:500;margin-top:10px;padding:10px 16px}.wishlist-message.success{background:#d1fae5}.wishlist-message.info{background:#fef3c7;color:#92400e}.out-of-stock-notification{align-items:center;animation:slideUp .3s ease;background:#fee2e2;border-radius:8px;color:#991b1b;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;margin-top:10px;padding:12px 16px;text-align:center}.out-of-stock-notification i{font-size:18px}.loader-container{gap:20px;min-height:60vh}.loader{border:4px solid #f0f0f0;height:48px;width:48px}.loader-container h2{color:#6b7280;font-size:18px;font-weight:500}.error-container{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:60vh}.error-container h2{font-size:24px}.error-container button{background:#3b4635;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 32px;transition:all .3s ease}.error-container button:hover{background:#3b4635;box-shadow:0 4px 20px #007bff4d;transform:translateY(-2px)}@media (max-width:1200px){.productscreen{gap:24px;grid-template-columns:1fr .8fr;padding:0 20px}.productscreen__right{grid-column:1/-1;margin:0 auto;max-width:400px}.right__info{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:20px;position:static}.right__info p{margin:4px 0;padding:4px 0}.right__info p button[type=button]{font-size:15px;padding:12px 16px}}@media (max-width:992px){.productscreen{gap:20px;grid-template-columns:1fr 1fr;margin:20px auto;padding:0 16px}.product__name{font-size:24px}.price__value{font-size:28px}.thumbnail-item{height:60px;width:60px}}@media (max-width:768px){.productscreen{gap:20px;grid-template-columns:1fr;margin:12px auto;padding:0 12px}.productscreen__left{order:1}.productscreen__middle{order:2;padding:0}.productscreen__right{max-width:100%;order:3}.image-carousel-container{position:static}.main-image-container{aspect-ratio:1/1;border-radius:12px}.product__name{font-size:20px}.price__value{font-size:24px}.product__price{padding:12px 0}.right__info{gap:8px;grid-template-columns:1fr;padding:16px}.right__info p{flex-wrap:wrap;font-size:14px;gap:8px;margin:6px 0;padding:6px 0}.right__info p select{font-size:14px;padding:4px 10px}.right__info p button[type=button]{font-size:14px;padding:12px 16px}.wishlist-button{font-size:14px;padding:10px 16px}.thumbnail-item{height:50px;width:50px}.variants-container{gap:6px}.variant-btn{padding:8px 12px}.variant-thumb{height:40px;width:40px}.variant-name,.variant-price{font-size:13px}.carousel-arrow{font-size:14px;height:36px;width:36px}.carousel-arrow-left{left:8px}.carousel-arrow-right{right:8px}.product__ratings .stars i{font-size:15px}.review-count{font-size:13px}.product-meta{gap:8px}.meta-item{font-size:13px}}@media (max-width:480px){.productscreen{gap:16px;padding:0 10px}.product__name{font-size:18px}.price__value{font-size:20px}.tax-info{font-size:12px}.right__info p{font-size:13px}.right__info p button[type=button],.wishlist-button{font-size:13px;padding:10px 14px}.thumbnail-item{height:44px;width:44px}.variant-thumb{height:36px;width:36px}.variant-name,.variant-price{font-size:12px}.carousel-arrow{font-size:12px;height:32px;width:32px}.loader{height:36px;width:36px}.loader-container h2{font-size:16px}}@media (prefers-color-scheme:dark){.productscreen{background:#0000}.main-image-container{background:#1a1a2e;border-color:#2d2d44}.carousel-image-wrapper .react-inner-image-zoom img,.no-image{background:#1a1a2e}.no-image-content{color:#4a4a5a}.product__name{color:#e5e7eb}.price__label{color:#9ca3af}.price__value{color:#34d399}.tax-info{color:#9ca3af}.product__price{border-bottom-color:#2d2d44}.variants-title{color:#e5e7eb}.variant-btn{background:#1a1a2e}.variant-btn:hover{background:#2d2d44;border-color:#3d3d5c}.variant-btn.active{background:#1e3a5f;border-color:#3b4635}.variant-name{color:#e5e7eb}.variant-price{color:#34d399}.description-title{color:#e5e7eb}.description__text{color:#9ca3af}.product-meta{border-top-color:#2d2d44}.meta-item{color:#9ca3af}.meta-item strong{color:#e5e7eb}.right__info{background:#1a1a2e;border-color:#2d2d44}.right__info p{border-bottom-color:#2d2d44;color:#9ca3af}.right__info p span{color:#e5e7eb}.right__info p select{background:#1a1a2e;border-color:#2d2d44;color:#e5e7eb}.right__info p select:hover{border-color:#3b4635}.right__info p .in-stock{color:#34d399}.right__info p .out-of-stock{color:#f87171}.wishlist-button{background:#1a1a2e;border-color:#f87171;color:#f87171}.wishlist-button:hover:not(:disabled){background:#f87171;color:#1a1a2e}.wishlist-message.success{background:#1a3a2a;color:#34d399}.wishlist-message.info{background:#3d2a1a;color:#fbbf24}.out-of-stock-notification{background:#3a1a1a;color:#f87171}.right__info p button[type=button].disabled-button{background:#4a4a5a}.thumbnail-item{background:#1a1a2e}.thumbnail-item.active{border-color:#3b4635}.error-container h2{color:#f87171}}@media print{.productscreen{display:block;max-width:100%;padding:20px}.productscreen__left,.productscreen__middle,.productscreen__right{margin-bottom:20px}.right__info{border:1px solid #ddd;box-shadow:none;position:static}.carousel-arrow,.right__info p button,.thumbnail-carousel,.wishlist-button{display:none!important}}.enquire-button{align-items:center;background:linear-gradient(135deg,#27ae60,#2ecc71);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;padding:12px;transition:all .3s ease;width:100%}.enquire-button:hover{background:linear-gradient(135deg,#219a52,#27ae60);box-shadow:0 5px 15px #27ae604d;transform:translateY(-2px)}.enquire-button:active{transform:translateY(0)}.enquiry-modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#0009;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:9999}.enquiry-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;padding:30px;position:relative;width:100%}.enquiry-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:24px;height:36px;justify-content:center;position:absolute;right:15px;top:15px;transition:color .3s ease;width:36px}.enquiry-modal-close:hover{background:#f5f5f5;color:#333}.enquiry-modal-header{margin-bottom:25px;text-align:center}.enquiry-modal-header i{color:#3b4635;font-size:48px;margin-bottom:10px}.enquiry-modal-header h2{color:#2c3e50;font-size:24px;margin:10px 0}.enquiry-modal-header p{color:#7f8c8d;font-size:14px}.enquiry-product-info{align-items:center;background:#f8f9fa;border-left:4px solid #ae8f58;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:20px;padding:15px}.enquiry-product-price{color:#3b4635;font-weight:700}.enquiry-form{display:flex;flex-direction:column;gap:18px}.form-group{gap:6px}.form-group label:after{color:#e74c3c;content:" *"}.form-group input,.form-group textarea{border:2px solid #e0e0e0;font-size:14px;padding:12px 15px;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#27ae60;box-shadow:0 0 0 3px #27ae601a}.form-group textarea{min-height:80px}.enquiry-error{align-items:center;background:#fee;border-left:4px solid #e74c3c;border-radius:8px;color:#e74c3c;display:flex;font-size:14px;gap:10px;padding:12px}.enquiry-success{padding:30px 20px;text-align:center}.enquiry-success i{color:#27ae60;font-size:64px;margin-bottom:15px}.enquiry-success h3{color:#2c3e50;margin-bottom:10px}.enquiry-success p{color:#7f8c8d}.enquiry-submit-btn{align-items:center;background:#ae8f58;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;margin-top:5px;padding:14px;transition:all .3s ease}.enquiry-submit-btn:hover:not(:disabled){box-shadow:0 5px 20px #27ae604d;transform:translateY(-2px)}.enquiry-submit-btn:disabled{cursor:not-allowed;opacity:.7}@media (max-width:768px){.enquiry-modal{margin:10px;padding:20px}.enquiry-modal-header h2{font-size:20px}.enquiry-product-info{align-items:flex-start;flex-direction:column;gap:5px}}@media (max-width:480px){.enquiry-modal{padding:15px}.form-group input,.form-group textarea{font-size:13px;padding:10px 12px}}.iiz{cursor:zoom-in;display:inline-block;margin:0;max-width:100%;overflow:hidden;position:relative}.iiz--drag .iiz__zoom-img--visible{cursor:grab}.iiz__img{display:block;height:auto;max-width:100%;opacity:1;pointer-events:none;visibility:visible}.iiz__img--hidden{opacity:0;visibility:hidden}.iiz__img--abs{height:100%;left:0;top:0;width:100%}.iiz__img--abs,.iiz__zoom-img{display:block;position:absolute}.iiz__zoom-img{max-width:none!important;opacity:0;pointer-events:none;visibility:hidden;width:auto!important}.iiz__zoom-img--visible{cursor:zoom-out;opacity:1;pointer-events:auto;touch-action:none;visibility:visible}.iiz__zoom-portal{bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000}.iiz__btn{align-items:center;-webkit-appearance:none;appearance:none;background:#fffc;border:none;display:flex;height:40px;justify-content:center;outline:none;padding:0;position:absolute;text-decoration:none;width:40px}.iiz__btn:before{background-position:50%;background-repeat:no-repeat;content:" ";display:block}.iiz__hint{bottom:10px;pointer-events:none;right:10px}.iiz__hint:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.9 19.9'%3E%3Cpath d='M13.9 7.4C13.9 3.8 11 .9 7.4.9S.9 3.8.9 7.4s2.9 6.5 6.5 6.5 6.5-2.9 6.5-6.5zm5.3 12.5-6.7-7.2c-1.4 1.3-3.2 2.1-5.1 2.1-4.1 0-7.4-3.3-7.4-7.4S3.3 0 7.4 0s7.4 3.3 7.4 7.4c0 1.7-.6 3.4-1.7 4.7l6.8 7.2-.7.6z' fill='%23000222'/%3E%3C/svg%3E");content:" ";height:20px;width:20px}.iiz__close{opacity:0;right:10px;top:10px;visibility:hidden}.iiz__close--visible{opacity:1;visibility:visible}.iiz__close:before{background-image:linear-gradient(#222,#222),linear-gradient(#222,#222);background-size:100% 1px,1px 100%;content:" ";height:29px;transform:rotate(45deg);width:29px}.cartscreen{grid-gap:30px;display:grid;gap:30px;grid-template-columns:2fr 1fr;margin:30px auto;max-width:1200px;padding:0 20px}.cartscreen__left{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:24px}.cartscreen__left h2{color:#1a1a2e;font-size:22px;font-weight:600;margin:0 0 16px}.cart-header{grid-gap:12px;border-bottom:2px solid #e9ecef;color:#6b7280;display:grid;font-size:13px;font-weight:600;gap:12px;grid-template-columns:3fr 1fr 1.2fr 1.2fr .5fr;letter-spacing:.5px;margin-bottom:12px;padding:10px 0;text-transform:uppercase}.cart-header__action,.cart-header__price,.cart-header__quantity,.cart-header__total,.empty-cart{text-align:center}.empty-cart{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.empty-cart p{color:#6b7280;font-size:18px;margin:0 0 16px}.empty-cart .btn{border-radius:8px;color:#fff;display:inline-block;font-weight:500;padding:10px 28px;text-decoration:none;transition:background .3s ease}.empty-cart .btn,.empty-cart .btn:hover{background:#3b4635}.cartscreen__right{align-self:start;position:-webkit-sticky;position:sticky;top:90px}.cartscreen__info{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:24px}.cartscreen__info p{align-items:center;border-bottom:1px solid #f5f5f5;color:#4a4a5a;display:flex;font-size:15px;justify-content:space-between;margin:0;padding:10px 0}.cartscreen__info p:last-child{border-bottom:none;font-size:18px;font-weight:600;padding-top:14px}.cartscreen__info p span{color:#059669;font-weight:600}.checkout-btn{background-color:#3b4635;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:14px;padding:14px 20px;transition:background .3s ease;width:100%}.checkout-btn:hover{background:#047857}.checkout-btn:disabled{cursor:not-allowed;opacity:.6}.loader-container{gap:16px;min-height:50vh}.loader{border:3px solid #f0f0f0;border-top-color:#3b4635;height:40px;width:40px}.loader-container h3{color:#6b7280;font-size:16px;font-weight:400}.error-container{padding:40px 20px}.error-container h2{color:#dc3545;font-size:20px}.error-container p{color:#6b7280;margin:8px 0 16px}.error-container .btn{background:#3b4635;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:10px 24px;transition:background .3s ease}.error-container .btn:hover{background:#3b4635}@media (max-width:992px){.cartscreen{gap:20px;grid-template-columns:1fr}.cartscreen__right{margin:0 auto;max-width:400px;position:static;width:100%}}@media (max-width:768px){.cartscreen{margin:16px auto;padding:0 12px}.cartscreen__left{padding:16px}.cartscreen__left h2{font-size:18px}.cart-header{display:none}.cartscreen__info{padding:16px}.cartscreen__info p{font-size:14px;padding:8px 0}.cartscreen__info p:last-child{font-size:16px}.checkout-btn{font-size:15px;padding:12px 16px}}@media (max-width:480px){.cartscreen{margin:10px auto;padding:0 8px}.cartscreen__left{padding:12px}.cartscreen__left h2{font-size:16px}.empty-cart{padding:40px 12px}.empty-cart p{font-size:16px}.empty-cart .btn{font-size:14px;padding:8px 20px}.cartscreen__info{padding:12px}.cartscreen__info p{font-size:13px;padding:6px 0}.cartscreen__info p:last-child{font-size:15px}.checkout-btn{font-size:14px;padding:10px 14px}.loader{height:32px;width:32px}}@media (prefers-color-scheme:dark){.cartscreen__left{background:#1a1a2e;border-color:#2d2d44}.cartscreen__left h2{color:#e5e7eb}.cart-header{border-bottom-color:#2d2d44;color:#9ca3af}.cartscreen__info{background:#1a1a2e;border-color:#2d2d44}.cartscreen__info p{border-bottom-color:#2d2d44;color:#9ca3af}.cartscreen__info p span{color:#34d399}.cartscreen__info p:last-child{color:#e5e7eb}.checkout-btn{background:#34d399;color:#1a1a2e}.checkout-btn:hover{background:#059669}.empty-cart p{color:#9ca3af}.empty-cart .btn{background:#3b82f6}.empty-cart .btn:hover{background:#2563eb}.loader{border-color:#3b82f6 #2d2d44 #2d2d44}.loader-container h3{color:#9ca3af}.error-container h2{color:#f87171}.error-container p{color:#9ca3af}}@media print{.cartscreen{display:block;padding:20px}.checkout-btn{display:none!important}}.cartitem{grid-gap:1rem;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:20px;display:grid;gap:1rem;grid-template-columns:100px 2fr 1fr 1.5fr 1.5fr .8fr;margin-bottom:1rem;overflow:hidden;padding:1rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.cartitem:before{background:linear-gradient(180deg,#3b4635,#ae8f58);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:4px}.cartitem:hover:before{opacity:1}.cartitem__image{align-items:center;background:#f8fafc;border-radius:16px;box-shadow:0 2px 8px #0000000d;display:flex;height:80px;justify-content:center;overflow:hidden;transition:transform .3s ease;width:80px}.cartitem:hover .cartitem__image{transform:scale(1.05)}.cartitem__image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.cartitem__name{text-decoration:none;transition:color .3s ease}.cartitem__name p{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#1e293b;display:-webkit-box;font-size:.95rem;font-weight:600;line-height:1.4;margin:0;overflow:hidden;transition:color .3s ease}.cartitem__name:hover p{color:#3b4635}.cartitem__price p{color:#3b4635;font-size:1rem;font-weight:700;margin:0}.cartitem__quantity select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23003b91'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;cursor:pointer;font-size:.9rem;font-weight:500;outline:none;padding:.5rem 1.5rem .5rem 1rem;transition:all .3s ease;width:80px}.cartitem__quantity select:hover{background-color:#fafbfc;border-color:#3b4635}.cartitem__quantity select:focus{border-color:#3b4635;box-shadow:0 0 0 3px #003b911a}.cartitem__quantity select:disabled{cursor:not-allowed;opacity:.6}.cartitem__total p{color:#ae8f58;font-size:1.1rem;font-weight:800;margin:0}.cartitem__actions{display:flex;justify-content:center}.cartitem__delete{align-items:center;background:#0000;border:none;border-radius:10px;color:#ef4444;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.cartitem__delete:before{content:"🗑️";font-size:1rem}.cartitem__delete:hover{background:#fee2e2;color:#dc2626;transform:translateY(-2px)}.cartitem__delete:active{transform:translateY(0)}.cartitem__delete:disabled{cursor:not-allowed;opacity:.5}.cartitem.loading{pointer-events:none;position:relative}.cartitem.loading:after{align-items:center;background:#ffffffb3;border-radius:20px;bottom:0;content:"";display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.quantity-wrapper{background:#f1f5f9;border-radius:30px;gap:.5rem;padding:.25rem;width:-webkit-fit-content;width:fit-content}.qty-btn,.quantity-wrapper{align-items:center;display:flex}.qty-btn{background:#fff;border:1px solid #e2e8f0;border-radius:50%;color:#3b4635;cursor:pointer;font-weight:700;height:28px;justify-content:center;transition:all .3s ease;width:28px}.qty-btn:hover{background:#3b4635;border-color:#3b4635;color:#fff;transform:scale(1.05)}.qty-btn:active{transform:scale(.95)}.qty-value{color:#1e293b;font-weight:600;min-width:30px;text-align:center}@media screen and (max-width:1024px){.cartitem{gap:.75rem;grid-template-columns:80px 1.5fr 1fr 1.5fr 1.5fr .8fr;padding:.75rem}.cartitem__image{height:65px;width:65px}.cartitem__name p{font-size:.85rem}.cartitem__price p,.cartitem__total p{font-size:.9rem}}@media screen and (max-width:768px){.cartitem{display:flex;flex-direction:column;margin-bottom:1rem;padding:1rem;position:relative}.cartitem:hover{transform:none}.cartitem__image{height:100px;margin-bottom:.5rem;width:100px}.cartitem__name{width:100%}.cartitem__name,.cartitem__name p{text-align:center}.cartitem__actions,.cartitem__price,.cartitem__quantity,.cartitem__total{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:.5rem 0;width:100%}.cartitem__price:before{color:#64748b;content:"Price:";font-weight:600}.cartitem__quantity:before{color:#64748b;content:"Quantity:";font-weight:600}.cartitem__total:before{color:#64748b;content:"Total:";font-weight:600}.cartitem__actions{border-bottom:none;justify-content:center;padding-top:.5rem}.cartitem__delete{background:#fee2e2;justify-content:center;padding:.75rem;width:100%}.cartitem__quantity select{min-width:80px;width:auto}}@media screen and (max-width:480px){.cartitem{padding:.75rem}.cartitem__image{height:80px;width:80px}.cartitem__name p{font-size:.8rem}.cartitem__price p,.cartitem__total p{font-size:.85rem}}.cartitem{animation:slideIn .3s ease-out}@media (prefers-color-scheme:dark){.cartitem{background:#1e293b;border-color:#334155}.cartitem:hover{background:#0f172a}.cartitem__name p{color:#f1f5f9}.cartitem__name:hover p{color:#ae8f58}.cartitem__price p{color:#60a5fa}.cartitem__total p{color:#fb923c}.cartitem__quantity select{background:#0f172a;border-color:#475569;color:#cbd5e1}.cartitem__quantity select:hover{background:#1e293b;border-color:#60a5fa}.cartitem__price:before,.cartitem__quantity:before,.cartitem__total:before{color:#94a3b8}.cartitem__delete{color:#f87171}.cartitem__delete:hover{background:#ef444433;color:#fca5a5}.qty-btn{background:#0f172a;border-color:#475569;color:#60a5fa}.qty-btn:hover{background:#3b4635;color:#fff}.qty-value{color:#cbd5e1}}.cartitem-updating{opacity:.6;pointer-events:none;position:relative}.cartitem-updating:after{animation:spin .6s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#3b4635;content:"";height:24px;left:50%;margin-left:-12px;margin-top:-12px;position:absolute;top:50%;width:24px;z-index:10}.cartitem__delete{position:relative}.cartitem__delete:after{background:#1e293b;border-radius:6px;bottom:100%;color:#fff;content:"Remove item";font-size:.7rem;left:50%;margin-bottom:8px;opacity:0;padding:.25rem .5rem;pointer-events:none;position:absolute;transform:translateX(-50%);transition:all .3s ease;visibility:hidden;white-space:nowrap}.cartitem__delete:hover:after{opacity:1;visibility:visible}.discount-badge{background:linear-gradient(135deg,#ae8f58,#e06e15);border-radius:20px;color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .6rem;position:absolute;right:10px;top:10px;z-index:2}.stock-warning{color:#ae8f58;font-size:.7rem;margin-top:.25rem}.signupscreen{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;padding:2rem;position:relative}.signupscreen:before{background:radial-gradient(circle,#003b910d 0,#0000 70%);right:-50%;top:-50%}.signupscreen:after,.signupscreen:before{content:"";height:200%;pointer-events:none;position:absolute;width:200%}.signupscreen:after{background:radial-gradient(circle,#f582200d 0,#0000 70%);bottom:-50%;left:-50%}.signupscreen .container{animation:slideUp .5s ease-out;margin:0 auto;max-width:480px;width:100%}.innerContainer>div:first-child{margin-bottom:1.5rem!important}.innerContainer>div:first-child>div:first-child{align-items:center;color:#3b4635;cursor:pointer;display:flex;transition:all .3s ease}.innerContainer>div:first-child>div:first-child:hover{color:#ae8f58;transform:translateX(-5px)}.innerContainer>div:first-child>div:first-child i{font-size:2rem}.innerContainer>div:first-child p{background:linear-gradient(135deg,#3b4635,#ae8f58);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:28px!important;font-weight:800!important;letter-spacing:-.5px;margin:0}.password-strength{align-items:center;display:flex;flex-wrap:wrap;font-size:.7rem;gap:.5rem;margin-top:.5rem}.strength-bar{background:#e2e8f0;border-radius:4px;flex:1 1;height:4px;overflow:hidden}.strength-fill{border-radius:4px;height:100%;transition:width .3s ease,background .3s ease;width:0}.strength-text{color:#64748b;font-weight:500}.error-message{margin-bottom:1rem!important}.success-message{margin-bottom:1rem}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:60vh}.loading-container h3{color:#1e293b;font-size:1rem;font-weight:500;margin-top:1rem}.terms{color:#64748b;font-size:.7rem;margin:1rem 0;text-align:center}.terms a{color:#3b4635;font-weight:600;text-decoration:none;transition:color .3s ease}.terms a:hover{color:#ae8f58;text-decoration:underline}.input-error,.input-error:focus{border-color:#dc2626!important}.input-error:focus{box-shadow:0 0 0 4px #dc26261a!important}.input-success{border-color:#10b981!important}.input-hint{align-items:center;color:#94a3b8;display:flex;font-size:.7rem;gap:.25rem;margin-top:.25rem}.input-hint i{font-size:.65rem}@media screen and (max-width:768px){.signupscreen{padding:1rem}.innerContainer{border-radius:24px;padding:1.5rem}.innerContainer>div:first-child p{font-size:24px!important}.innerContainer>div:first-child>div:first-child i{font-size:1.5rem}.innerContainer input[type=email],.innerContainer input[type=password],.innerContainer input[type=text]{font-size:.95rem;padding:.8rem 1rem}.innerContainer input[type=submit]{font-size:.95rem;padding:.9rem}}@media screen and (max-width:480px){.innerContainer{border-radius:20px;padding:1.25rem}.innerContainer>div:first-child p{font-size:20px!important}.innerContainer label{font-size:.8rem;margin-top:1rem}.innerContainer input[type=email],.innerContainer input[type=password],.innerContainer input[type=text]{border-radius:14px;font-size:.9rem;padding:.7rem .9rem}.innerContainer input[type=submit]{font-size:.9rem;padding:.8rem}.terms{font-size:.65rem}}@media (prefers-color-scheme:dark){.signupscreen{background:linear-gradient(135deg,#0f172a,#1e293b)}.innerContainer{background:#1e293b}.innerContainer label{color:#cbd5e1}.innerContainer input[type=email],.innerContainer input[type=password],.innerContainer input[type=text]{background:#0f172a;border-color:#334155;color:#f1f5f9}.innerContainer input[type=email]:focus,.innerContainer input[type=password]:focus,.innerContainer input[type=text]:focus{background:#1e293b}.terms{color:#94a3b8}.loading-container h3{color:#cbd5e1}}.innerContainer input[type=email],.innerContainer input[type=password],.innerContainer input[type=submit],.innerContainer input[type=text]{animation:fadeIn .4s ease-out forwards}.input-icon-wrapper{position:relative}.input-icon-wrapper input{padding-left:2.5rem!important}.signupscreen{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;min-height:100vh;padding:20px}.innerContainer{border-radius:12px;box-shadow:0 10px 40px #0000001a}.innerContainer label{color:#333;font-size:.95rem;margin-bottom:5px}.innerContainer input[type=email],.innerContainer input[type=password],.innerContainer input[type=tel],.innerContainer input[type=text]{border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-size:1rem;margin:8px 0 15px;padding:12px 15px;transition:border-color .3s ease;width:100%}.innerContainer input[type=email]:focus,.innerContainer input[type=password]:focus,.innerContainer input[type=tel]:focus,.innerContainer input[type=text]:focus{border-color:#4a90d9;box-shadow:0 0 0 3px #4a90d91a;outline:none}.innerContainer input[type=submit]{background:linear-gradient(135deg,#4a90d9,#357abd);border-radius:8px;font-weight:600;margin:20px 0 10px;padding:14px 20px}.innerContainer input[type=submit]:hover{background:linear-gradient(135deg,#357abd,#2a6bb8);box-shadow:0 5px 15px #4a90d94d}.innerContainer .link{color:#4a90d9;display:inline-block;font-size:.95rem;margin-top:10px;text-decoration:none}.innerContainer .link:hover{text-decoration:underline}.innerContainer small{color:#888;font-size:.85rem}@media (max-width:480px){.innerContainer{padding:1.5rem}.innerContainer input[type=email],.innerContainer input[type=password],.innerContainer input[type=tel],.innerContainer input[type=text]{font-size:.95rem;padding:10px 12px}.innerContainer input[type=submit]{font-size:.95rem;padding:12px 16px}}.signinscreen{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.signinscreen:before{background:radial-gradient(circle,#003b910d 0,#0000 70%);right:-50%;top:-50%}.signinscreen:after,.signinscreen:before{content:"";height:200%;pointer-events:none;position:absolute;width:200%}.signinscreen:after{background:radial-gradient(circle,#f582200d 0,#0000 70%);bottom:-50%;left:-50%}.signinscreen .container{animation:slideUp .5s ease-out;margin:0 auto;max-width:480px;width:100%}.innerContainer{background:#fff;border-radius:32px;box-shadow:0 20px 40px #00000014,0 5px 15px #0000000d;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.innerContainer:hover{box-shadow:0 30px 50px #0000001f;transform:translateY(-5px)}.back-arrow{color:#3b4635;cursor:pointer;transition:all .3s ease}.back-arrow:hover{color:#ae8f58;transform:translateX(-5px)}.innerContainer p[style*="fontSize: '24px'"]{background:linear-gradient(135deg,#3b4635,#ae8f58);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:28px!important;font-weight:800!important;letter-spacing:-.5px;margin:0}.innerContainer label{color:#1e293b;display:block;font-size:.85rem;font-weight:600;margin-bottom:.5rem;margin-top:1.25rem}.innerContainer label:first-of-type{margin-top:.5rem}.innerContainer input[type=email],.innerContainer input[type=password],.innerContainer input[type=text]{background:#fafbfc;border:2px solid #e2e8f0;border-radius:16px;color:#1e293b;font-size:1rem;font-weight:500;outline:none;padding:.9rem 1rem;transition:all .3s ease;width:100%}.innerContainer input[type=email]:focus,.innerContainer input[type=password]:focus,.innerContainer input[type=text]:focus{background:#fff;border-color:#3b4635;box-shadow:0 0 0 4px #003b911a}.innerContainer input[type=email]::placeholder,.innerContainer input[type=password]::placeholder,.innerContainer input[type=text]::placeholder{color:#94a3b8;font-weight:400}.innerContainer input[type=submit]{background:linear-gradient(135deg,#3b4635,#002a6b);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:1px;margin-top:1.5rem;overflow:hidden;padding:1rem;position:relative;text-transform:uppercase;transition:all .3s ease;width:100%}.innerContainer input[type=submit]:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.innerContainer input[type=submit]:hover:before{height:300px;width:300px}.innerContainer input[type=submit]:hover{background:linear-gradient(135deg,#0045a8,#3b4635);box-shadow:0 5px 20px #003b914d;transform:translateY(-2px)}.innerContainer input[type=submit]:active{transform:translateY(0)}.link{display:inline-block;font-size:.9rem;margin-top:1rem;text-decoration:none;transition:all .3s ease}.link span{color:#3b4635;font-weight:600;position:relative}.link span:after{background:linear-gradient(90deg,#3b4635,#ae8f58);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.link:hover span:after{width:100%}.link:hover span{color:#ae8f58}.error-message{animation:shake .5s ease;background:linear-gradient(135deg,#fee2e2,#fecaca)!important;border-left:4px solid #dc2626!important;border-radius:16px!important;color:#dc2626!important;font-size:.85rem!important;font-weight:600!important;margin-bottom:1.5rem!important;padding:1rem!important;text-align:center!important}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.loader{margin:0 auto 1rem}.innerContainer h3{color:#1e293b;font-size:1rem;font-weight:500;margin-top:1rem}.demo-credentials{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:16px;margin-top:1.5rem;padding:1rem;text-align:center}.demo-credentials p{color:#64748b;font-size:.75rem;line-height:1.5;margin:0}.demo-credentials strong{color:#3b4635;font-weight:700}.password-hint{align-items:center;color:#94a3b8;display:flex;font-size:.7rem;gap:.25rem;margin-top:.25rem}.password-hint i{font-size:.65rem}.remember-me{align-items:center;display:flex;gap:.5rem;margin:1rem 0}.remember-me input[type=checkbox]{accent-color:#3b4635;cursor:pointer;height:18px;width:18px}.remember-me label{color:#64748b;cursor:pointer;font-size:.85rem;font-weight:500;margin:0}.forgot-password{margin-bottom:1rem;margin-top:-.5rem;text-align:right}.forgot-password a{color:#ae8f58;font-size:.75rem;text-decoration:none;transition:color .3s ease}.forgot-password a:hover{color:#3b4635;text-decoration:underline}@media screen and (max-width:768px){.signinscreen{padding:1rem}.innerContainer{border-radius:24px;padding:1.5rem}.innerContainer p[style*="fontSize: '24px'"]{font-size:24px!important}.innerContainer input[type=email],.innerContainer input[type=password],.innerContainer input[type=text]{font-size:.95rem;padding:.8rem 1rem}.innerContainer input[type=submit]{font-size:.95rem;padding:.9rem}}@media screen and (max-width:480px){.innerContainer{border-radius:20px;padding:1.25rem}.innerContainer p[style*="fontSize: '24px'"]{font-size:20px!important}.innerContainer label{font-size:.8rem;margin-top:1rem}.innerContainer input[type=email],.innerContainer input[type=password],.innerContainer input[type=text]{border-radius:14px;font-size:.9rem;padding:.7rem .9rem}.innerContainer input[type=submit]{font-size:.9rem;padding:.8rem}.demo-credentials p{font-size:.7rem}}@media (prefers-color-scheme:dark){.signinscreen{background:linear-gradient(135deg,#0f172a,#1e293b)}.innerContainer{background:#1e293b}.innerContainer label{color:#cbd5e1}.innerContainer input[type=email],.innerContainer input[type=password],.innerContainer input[type=text]{background:#0f172a;border-color:#334155;color:#f1f5f9}.innerContainer input[type=email]:focus,.innerContainer input[type=password]:focus,.innerContainer input[type=text]:focus{background:#1e293b}.demo-credentials{background:#0f172a;border-color:#334155}.demo-credentials p{color:#94a3b8}.demo-credentials strong{color:#ae8f58}}.innerContainer input[type=email],.innerContainer input[type=password],.innerContainer input[type=submit]{animation:fadeIn .4s ease-out forwards}.shipping{animation:slideUp .5s ease-out;border-radius:32px;box-shadow:0 20px 40px #00000014,0 5px 15px #0000000d;margin:3rem auto}.shipping h1{background:linear-gradient(135deg,#3b4635,#ae8f58);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:2rem;font-weight:800;letter-spacing:-.5px;margin-bottom:2rem;width:100%}.shipping h1:after{border-radius:3px;bottom:-10px;height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.shipping form,.shipping form>div{display:flex;flex-direction:column}.shipping form>div{gap:.5rem}.shipping label{color:#1e293b;font-size:.85rem;font-weight:600;letter-spacing:.3px}.shipping input{background:#fafbfc;border:2px solid #e2e8f0;border-radius:16px;color:#1e293b;font-size:1rem;font-weight:500;outline:none;padding:.9rem 1rem;transition:all .3s ease}.shipping input:focus{background:#fff;border-color:#3b4635;box-shadow:0 0 0 4px #003b911a}.shipping input::placeholder{color:#94a3b8;font-weight:400}.input-wrapper{position:relative}.input-icon{color:#94a3b8;font-size:1rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.input-wrapper input{padding-left:2.5rem}.shipping button[type=submit]{background:#3b4635;border:none;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:1px;margin-top:1rem;overflow:hidden;padding:1rem;position:relative;text-transform:uppercase;transition:all .3s ease}.shipping button[type=submit]:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.shipping button[type=submit]:hover:before{height:300px;width:300px}.shipping button[type=submit]:hover{box-shadow:0 5px 20px #003b914d;transform:translateY(-2px)}.shipping button[type=submit]:active{transform:translateY(0)}.back-button i{font-size:.8rem}.progress-steps{margin-bottom:2rem}.shipping input.error{background:#fef2f2;border-color:#dc2626}.error-message{align-items:center;color:#dc2626;display:flex;font-size:.7rem;gap:.25rem;margin-top:.25rem}.error-message i{font-size:.65rem}.success-message{animation:slideDown .3s ease;border-left:4px solid #10b981;border-radius:16px;color:#065f46;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;padding:1rem}@media screen and (max-width:768px){.shipping{border-radius:24px;margin:1.5rem;padding:1.5rem}.shipping h1{font-size:1.5rem}.shipping input{font-size:.95rem;padding:.8rem 1rem}.shipping button[type=submit]{font-size:.95rem;padding:.9rem}.progress-steps{padding:0}.step .step-number{font-size:.8rem;height:32px;width:32px}.step .step-label{font-size:.6rem}}@media screen and (max-width:480px){.shipping{border-radius:20px;margin:1rem;padding:1.25rem}.shipping h1{font-size:1.3rem}.shipping label{font-size:.8rem}.shipping input{border-radius:14px;font-size:.9rem;padding:.7rem .9rem}.shipping button[type=submit]{font-size:.9rem;padding:.8rem}.progress-steps{display:none}}@media (prefers-color-scheme:dark){.shipping{background:#1e293b}.shipping h1{background:linear-gradient(135deg,#60a5fa,#fb923c);-webkit-background-clip:text;background-clip:text}.shipping label{color:#cbd5e1}.shipping input{background:#0f172a;border-color:#334155;color:#f1f5f9}.shipping input:focus{background:#1e293b}.step .step-number{background:#0f172a;border-color:#334155;color:#94a3b8}.step.active .step-number{background:linear-gradient(135deg,#3b4635,#002a6b)}.step .step-label{color:#94a3b8}.step.active .step-label{color:#60a5fa}.step-line{background:#334155}}@keyframes glow{0%{box-shadow:0 0 0 0 #003b9133}to{box-shadow:0 0 0 4px #003b911a}}.shipping input:focus{animation:glow .3s ease}.shipping form>div{position:relative}.shipping button[type=submit].loading{cursor:not-allowed;opacity:.7;pointer-events:none}.shipping button[type=submit].loading:after{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;content:"";height:20px;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:20px}select.country-select{background:#fafbfc;border:2px solid #e2e8f0;border-radius:16px;color:#1e293b;cursor:pointer;font-size:1rem;outline:none;padding:.9rem 1rem;transition:all .3s ease}select.country-select:focus{border-color:#3b4635;box-shadow:0 0 0 4px #003b911a}.help-text{align-items:center;display:flex;gap:.25rem}.help-text i{font-size:.65rem}.shipping{background:#fff;border-radius:12px;box-shadow:0 2px 15px #00000014;margin:2rem auto;max-width:600px;padding:2rem}.shipping h1{color:#1a1a2e;font-size:1.8rem;margin:0 0 2rem;position:relative;text-align:center}.shipping h1:after{background:linear-gradient(90deg,#3b4635,#ae8f58);border-radius:2px;content:"";display:block;height:4px;margin:.5rem auto 0;width:60px}.form-group{margin-bottom:1.5rem}.form-group label{color:#1a1a2e;display:block;font-size:.95rem;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;color:#1f2937;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#3b4635;box-shadow:0 0 0 4px #003b911a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group textarea{min-height:100px;resize:vertical}.form-divider{align-items:center;display:flex;margin:2rem 0 1.5rem;text-align:center}.form-divider:after,.form-divider:before{border-bottom:2px solid #e5e7eb;content:"";flex:1 1}.form-divider span{color:#6c757d;font-size:.95rem;font-weight:600;letter-spacing:1px;padding:0 1rem;text-transform:uppercase}.continue-btn{background:linear-gradient(135deg,#3b4635,#3b4635);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:.9rem;transition:all .3s ease;width:100%}.continue-btn:hover{background:linear-gradient(135deg,#ae8f58,#e06e15);box-shadow:0 4px 20px #f582204d;transform:translateY(-2px)}.continue-btn:active{transform:translateY(0)}@media (max-width:768px){.shipping{margin:1rem;padding:1.5rem}.shipping h1{font-size:1.5rem}.form-group input,.form-group textarea{font-size:.95rem;padding:.6rem .8rem}.continue-btn{font-size:1rem;padding:.75rem}}@media (max-width:480px){.shipping{border-radius:8px;margin:.5rem;padding:1rem}.shipping h1{font-size:1.3rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.85rem}.form-group input,.form-group textarea{font-size:.9rem;padding:.5rem .7rem}.form-divider span{font-size:.8rem}.continue-btn{font-size:.9rem;padding:.6rem}}.shipping .form-icon{color:#ae8f58;display:inline-block;margin-right:.5rem}.form-group input[type=date],.form-group input[type=time]{cursor:pointer}.form-group input[type=date]::-webkit-calendar-picker-indicator,.form-group input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;padding:5px}.form-group input[type=date]::-webkit-calendar-picker-indicator:hover,.form-group input[type=time]::-webkit-calendar-picker-indicator:hover{opacity:1}.payment-container{animation:slideUp .5s ease-out;background:#fff;border-radius:32px;box-shadow:0 20px 40px #00000014,0 5px 15px #0000000d;margin:3rem auto;max-width:700px;padding:2.5rem}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.payment-container h1{background:linear-gradient(135deg,#3b4635,#ae8f58);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:2rem;font-weight:800;letter-spacing:-.5px;margin-bottom:2rem;position:relative;text-align:center}.payment-container h1:after{background:linear-gradient(90deg,#3b4635,#ae8f58);border-radius:3px;bottom:-12px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.progress-steps{justify-content:space-between;margin-bottom:2.5rem;padding:0 1rem}.progress-steps,.step{align-items:center;display:flex}.step{flex:1 1;flex-direction:column;position:relative}.step .step-number{align-items:center;background:#f1f5f9;background:#fff;border:2px solid #e2e8f0;border-radius:50%;color:#64748b;display:flex;font-weight:700;height:40px;justify-content:center;transition:all .3s ease;width:40px;z-index:2}.step.completed .step-number{background:#10b981;border-color:#10b981;color:#fff}.step.completed .step-number:before{content:"✓";font-size:1rem}.step.active .step-number{background:linear-gradient(135deg,#3b4635,#002a6b);border-color:#3b4635;box-shadow:0 0 0 4px #003b9133;color:#fff}.step .step-label{color:#64748b;font-size:.7rem;font-weight:500;margin-top:.5rem}.step.active .step-label{color:#3b4635;font-weight:700}.step-line{background:#e2e8f0;flex:1 1;height:2px;margin:0 .5rem;position:relative;top:-20px}.step-line.active{background:#3b4635}.payment-form{gap:2rem}.payment-form,.payment-options{display:flex;flex-direction:column}.payment-options{background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;gap:1rem;padding:1.5rem}.payment-option{border-radius:16px;overflow:hidden;transition:all .3s ease}.payment-option input[type=radio]{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.payment-option label{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:16px;color:#1e293b;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:1.25rem 1.5rem;transition:all .3s ease}.payment-option input[type=radio]:checked+label{background:linear-gradient(135deg,#003b910d,#f582200d);border-color:#3b4635;box-shadow:0 4px 12px #003b911a}.payment-option:hover label{border-color:#3b4635}.payment-icon{font-size:1.5rem;transition:transform .3s ease}.payment-option:hover .payment-icon{transform:scale(1.1)}.payment-badge{align-items:center;background:#e2e8f0;border-radius:8px;color:#64748b;display:inline-flex;font-size:.7rem;font-weight:600;gap:.25rem;padding:.25rem .5rem}.card-details{background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:none;margin-top:1rem;padding:1rem}.card-details.show{animation:fadeIn .3s ease;display:block}.card-input-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.card-input-group label{color:#1e293b;font-size:.8rem;font-weight:600}.card-input-group input{border:1px solid #e2e8f0;border-radius:12px;font-size:.9rem;padding:.75rem;transition:all .3s ease}.card-input-group input:focus{border-color:#3b4635;box-shadow:0 0 0 3px #003b911a;outline:none}.card-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.btn-continue{background:linear-gradient(135deg,#3b4635,#3b4635);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:1px;overflow:hidden;padding:1rem;position:relative;text-transform:uppercase;transition:all .3s ease}.btn-continue:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.btn-continue:hover:before{height:300px;width:300px}.btn-continue:hover{box-shadow:0 5px 20px #003b914d;transform:translateY(-2px)}.btn-continue:active{transform:translateY(0)}.btn-continue:disabled{cursor:not-allowed;opacity:.6}.back-button{align-items:center;background:#0000;border:none;color:#3b4635;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;margin-bottom:1rem;padding:.5rem 0;transition:all .3s ease}.back-button:hover{color:#ae8f58;transform:translateX(-5px)}.secure-badge{align-items:center;background:#f8fafc;border-radius:12px;color:#64748b;display:flex;font-size:.75rem;gap:.5rem;justify-content:center;margin-top:1.5rem;padding:.75rem}.secure-badge i{color:#10b981;font-size:1rem}@media screen and (max-width:768px){.payment-container{border-radius:24px;margin:1.5rem;padding:1.5rem}.payment-container h1{font-size:1.5rem}.payment-option label{font-size:.9rem;padding:1rem}.payment-icon{font-size:1.2rem}.btn-continue{font-size:.95rem;padding:.9rem}.progress-steps{margin-bottom:1.5rem;padding:0}.step .step-number{font-size:.8rem;height:32px;width:32px}.step .step-label{font-size:.6rem}}@media screen and (max-width:480px){.payment-container{border-radius:20px;margin:1rem;padding:1.25rem}.payment-container h1{font-size:1.3rem}.payment-options{padding:1rem}.payment-option label{font-size:.85rem;padding:.8rem 1rem}.payment-icon{font-size:1rem}.btn-continue{font-size:.9rem;padding:.8rem}.progress-steps{display:none}.secure-badge{font-size:.7rem}}@media (prefers-color-scheme:dark){.payment-container{background:#1e293b}.payment-container h1{background:linear-gradient(135deg,#60a5fa,#fb923c);-webkit-background-clip:text;background-clip:text}.payment-options{background:#0f172a;border-color:#334155}.payment-option label{background:#1e293b;border-color:#334155;color:#f1f5f9}.payment-option input[type=radio]:checked+label{background:linear-gradient(135deg,#003b9133,#f582201a)}.step .step-number{background:#0f172a;border-color:#334155;color:#94a3b8}.step.active .step-number{background:linear-gradient(135deg,#3b4635,#002a6b)}.step .step-label{color:#94a3b8}.step.active .step-label{color:#60a5fa}.step-line{background:#334155}.secure-badge{background:#0f172a;color:#94a3b8}.card-details{background:#1e293b;border-color:#334155}.card-input-group label{color:#cbd5e1}.card-input-group input{background:#0f172a;border-color:#334155;color:#f1f5f9}}.btn-continue.loading{color:#0000;position:relative}.btn-continue.loading:after{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;content:"";height:20px;left:50%;margin-left:-10px;margin-top:-10px;position:absolute;top:50%;width:20px}.payment-option{position:relative}.payment-tooltip{background:#1e293b;border-radius:6px;color:#fff;font-size:.7rem;opacity:0;padding:.25rem .5rem;position:absolute;right:10px;top:-30px;transition:all .3s ease;visibility:hidden;white-space:nowrap;z-index:10}.payment-option:hover .payment-tooltip{opacity:1;top:-35px;visibility:visible}.message{border-radius:4px;font-weight:500;margin:1rem 0}.message.info{background-color:#e6f7ff;color:#1890ff}.message.success{background-color:#f6ffed;color:#52c41a}.message.danger{background-color:#fff2f0;color:#ff4d4f}.loader{flex-direction:column;padding:20px}.spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-left-color:#09f;height:36px;width:36px}.placeorder{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1.5fr 1fr;margin:2rem auto;max-width:1400px;min-height:70vh;padding:0 2rem}.placeorder__left{display:flex;flex-direction:column;gap:1.5rem}.order-items,.payment-info,.shipping-info{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 2px 10px #0000000a;padding:1.5rem;position:relative;transition:all .3s ease}.order-items:hover,.payment-info:hover,.shipping-info:hover{box-shadow:0 8px 25px #00000014;transform:translateY(-2px)}.order-items h2,.payment-info h2,.shipping-info h2{border-bottom:2px solid #f3f4f6;color:#1e293b;font-size:1.3rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;position:relative}.order-items h2:after,.payment-info h2:after,.shipping-info h2:after{background:linear-gradient(90deg,#3b4635,#ae8f58);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:60px}.payment-info p,.shipping-info p{color:#475569;font-size:.95rem;line-height:1.6;margin:.5rem 0}.payment-info strong,.shipping-info strong{color:#1e293b;font-weight:700}.btn-edit{align-items:center;background:#0000;border:1.5px solid #3b4635;border-radius:30px;color:#3b4635;cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:600;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;transition:all .3s ease}.btn-edit:before{content:"✎";font-size:.8rem}.btn-edit:hover{background:#3b4635;box-shadow:0 4px 12px #003b9133;color:#fff;transform:translateY(-2px)}.items-list{max-height:400px;overflow-y:auto;padding-right:.5rem}.items-list::-webkit-scrollbar{width:4px}.items-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.items-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.items-list::-webkit-scrollbar-thumb:hover{background:#3b4635}.order-item{border-bottom:1px solid #f3f4f6;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.order-item:last-child{border-bottom:none}.order-item:hover{background:#f8fafc;border-radius:16px}.order-item img{background:#f1f5f9;border-radius:12px;box-shadow:0 2px 8px #0000000d;height:70px;object-fit:cover;width:70px}.item-details{display:flex;flex:1 1;flex-direction:column;justify-content:center}.item-name{color:#1e293b;font-size:.9rem;font-weight:600;margin-bottom:.25rem}.item-price{color:#ae8f58;font-size:.85rem;font-weight:700}.placeorder__right{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.order-summary{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 4px 20px #00000014;margin-bottom:1rem;padding:1.5rem}.order-summary h2{border-bottom:2px solid #f3f4f6;color:#1e293b;font-size:1.3rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;position:relative}.order-summary h2:after{background:linear-gradient(90deg,#3b4635,#ae8f58);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:60px}.summary-row{border-bottom:1px solid #f3f4f6;color:#475569;display:flex;font-size:.95rem;justify-content:space-between;padding:.75rem 0}.summary-row:last-child{border-bottom:none}.summary-row.total{border-top:2px solid #e2e8f0;color:#1e293b;font-size:1.1rem;margin-top:.5rem;padding-top:1rem}.summary-row.total span:last-child{color:#3b4635;font-size:1.2rem}.place-order-btn{background:linear-gradient(135deg,#3b4635,#3b4635);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:1px;overflow:hidden;padding:1rem;position:relative;text-transform:uppercase;transition:all .3s ease;width:100%}.place-order-btn:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.place-order-btn:hover:before{height:300px;width:300px}.place-order-btn:hover{background:linear-gradient(135deg,#0045a8,#3b4635);box-shadow:0 5px 20px #003b914d;transform:translateY(-2px)}.place-order-btn:active{transform:translateY(0)}.place-order-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.success-message{animation:slideDown .5s ease;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid #10b981;border-radius:24px;grid-column:1/-1;padding:2rem;text-align:center}.success-icon{align-items:center;animation:scaleUp .5s ease;background:#10b981;border-radius:50%;color:#fff;display:flex;font-size:2.5rem;height:70px;justify-content:center;margin:0 auto 1rem;width:70px}.success-message h3{color:#065f46;font-size:1.5rem;margin-bottom:.5rem}.success-message p{color:#047857;margin:.5rem 0}.empty-cart-message{background:#fff;border-radius:24px;box-shadow:0 4px 20px #0000000d;grid-column:1/-1;padding:4rem;text-align:center}.empty-cart-message h2{color:#1e293b;font-size:1.8rem;margin-bottom:1rem}.empty-cart-message p{color:#64748b;margin-bottom:2rem}.empty-cart-message .btn{background:linear-gradient(135deg,#3b4635,#002a6b);border:none;border-radius:50px;color:#fff;cursor:pointer;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.empty-cart-message .btn:hover{background:linear-gradient(135deg,#0045a8,#3b4635);transform:translateY(-2px)}@keyframes scaleUp{0%{transform:scale(0)}to{transform:scale(1)}}.message-danger{background:#fee2e2}.message-success{background:#d1fae5}.loader{align-items:center;display:flex;justify-content:center;min-height:300px}@media screen and (max-width:1024px){.placeorder{gap:1.5rem;padding:0 1.5rem}}@media screen and (max-width:768px){.placeorder{gap:1.5rem;grid-template-columns:1fr;margin:1rem auto;padding:1rem}.placeorder__right{position:static}.order-items,.payment-info,.shipping-info{padding:1rem}.order-items h2,.payment-info h2,.shipping-info h2{font-size:1.1rem}.order-item img{height:60px;width:60px}.item-name{font-size:.85rem}.empty-cart-message h2{font-size:1.3rem}}@media screen and (max-width:480px){.order-items,.payment-info,.placeorder,.shipping-info{padding:.75rem}.order-item{align-items:center;flex-direction:column;text-align:center}.order-item img{height:80px;width:80px}.btn-edit{justify-content:center;width:100%}.success-message{padding:1.5rem}.success-icon{font-size:1.8rem;height:50px;width:50px}.success-message h3{font-size:1.2rem}}@media (prefers-color-scheme:dark){.order-items,.order-summary,.payment-info,.shipping-info{background:#1e293b;border-color:#334155}.order-items h2,.order-summary h2,.payment-info h2,.shipping-info h2{border-bottom-color:#334155;color:#f1f5f9}.payment-info p,.shipping-info p{color:#94a3b8}.item-name,.payment-info strong,.shipping-info strong{color:#cbd5e1}.summary-row{border-bottom-color:#334155;color:#94a3b8}.summary-row.total{border-top-color:#334155;color:#cbd5e1}.order-item{border-bottom-color:#334155}.order-item:hover{background:#0f172a}.empty-cart-message{background:#1e293b}.empty-cart-message h2{color:#f1f5f9}.empty-cart-message p{color:#94a3b8}.btn-edit{border-color:#60a5fa;color:#60a5fa}.btn-edit:hover{background:#60a5fa;color:#fff}}@media print{.btn-edit,.debug-button,.place-order-btn{display:none}.placeorder{margin:0;padding:0}.order-items,.order-summary,.payment-info,.shipping-info{border:1px solid #ddd;box-shadow:none}}.order-id{background:#f1f5f9;border-radius:20px;color:#3b4635;display:inline-block;font-size:.75rem;font-weight:600;margin-left:.5rem;padding:.25rem .75rem}.delivery-estimate{color:#10b981;font-size:.85rem;padding:.75rem;text-align:center}.coupon-section,.delivery-estimate{background:#f8fafc;border-radius:16px;margin-top:1rem}.coupon-section{border:1px dashed #cbd5e1;padding:1rem}.coupon-input-group{display:flex;gap:.5rem}.coupon-input{border:1px solid #e2e8f0;border-radius:12px;flex:1 1;font-size:.85rem;padding:.5rem}.coupon-btn{background:#3b4635;border:none;border-radius:12px;color:#fff;cursor:pointer;padding:.5rem 1rem}.event-details{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;margin-bottom:1.5rem;padding:1.5rem}.event-details h2{align-items:center;color:#1a1a2e;display:flex;font-size:1.2rem;gap:.5rem;margin:0 0 1rem}.event-details-grid{grid-gap:1rem;gap:1rem;margin-bottom:1rem}.event-detail-item{gap:.25rem}.event-detail-label{font-size:.85rem}.event-detail-value{background:#fff;border:1px solid #e9ecef;border-radius:6px;font-size:1rem;padding:.5rem}.event-detail-value.message-text{background:#fff;min-height:50px;padding:.75rem}@media (max-width:768px){.event-details-grid{grid-template-columns:1fr}.event-detail-item.full-width{grid-column:1}.event-details{padding:1rem}}@media (max-width:480px){.event-details{padding:.75rem}.event-detail-value{font-size:.9rem;padding:.4rem}.event-detail-label{font-size:.8rem}}.order-list-container{animation:fadeIn .5s ease-out;margin:2rem auto;max-width:1400px;min-height:70vh;padding:0 2rem}.order-list-title{background:linear-gradient(135deg,#3b4635,#ae8f58);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:2rem;font-weight:800;letter-spacing:-.5px;margin-bottom:2rem;position:relative}.order-list-title:after{background:linear-gradient(90deg,#3b4635,#ae8f58);border-radius:3px;bottom:-10px;content:"";height:3px;left:0;position:absolute;width:80px}.orders-table-container{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 4px 20px #0000000d;overflow:hidden}.orders-table{border-collapse:collapse;font-size:.9rem;width:100%}.orders-table-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}.orders-table-header th{color:#1e293b;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:1rem;text-align:left;text-transform:uppercase}.orders-table-row{border-bottom:1px solid #f1f5f9;cursor:pointer;transition:all .3s ease}.orders-table-row:hover{background:#fafbfc;transform:scale(1.01)}.orders-table-cell{color:#475569;padding:1rem;vertical-align:middle}.view-items-btn{align-items:center;background:#0000;border:none;border-radius:20px;color:#3b4635;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:.5rem;padding:.4rem .8rem;transition:all .3s ease}.view-items-btn:hover{background:#003b911a;transform:translateX(3px)}.status-badge{font-size:.75rem}.status-paid:before{content:"✓";font-size:.7rem;margin-right:.25rem}.status-not-paid:before{content:"⏳";margin-right:.25rem}.status-delivered:before{content:"✓";margin-right:.25rem}.status-processing{background:linear-gradient(135deg,#fed7aa,#fde68a);color:#92400e}.status-processing:before{content:"⚙️";font-size:.7rem;margin-right:.25rem}.details-button{background:linear-gradient(135deg,#3b4635,#002a6b);border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.details-button:hover{background:linear-gradient(135deg,#0045a8,#3b4635);box-shadow:0 4px 12px #003b9133;transform:translateY(-2px)}.order-items-expanded{background:#f8fafc;border-bottom:1px solid #e2e8f0}.expanded-items{padding:1.5rem}.expanded-items h4{border-bottom:2px solid #e2e8f0;color:#1e293b;font-size:1rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem}.expanded-items-list{gap:1rem;padding-right:.5rem}.expanded-items-list::-webkit-scrollbar{width:4px}.expanded-items-list::-webkit-scrollbar-track{background:#e2e8f0;border-radius:4px}.expanded-items-list::-webkit-scrollbar-thumb{background:#3b4635;border-radius:4px}.expanded-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;gap:1rem;padding:1rem;transition:all .3s ease}.expanded-item:hover{border-color:#3b4635;box-shadow:0 2px 8px #0000000d;transform:translateX(5px)}.expanded-item-image{background:#f1f5f9;border-radius:12px;cursor:pointer;height:70px;transition:transform .3s ease;width:70px}.expanded-item-image:hover{transform:scale(1.05)}.expanded-item-details{gap:.25rem}.product-name-link{color:#1e293b;font-size:.95rem;font-weight:700;text-decoration:none}.product-name-link.clickable{color:#3b4635;cursor:pointer}.product-name-link.clickable:hover{color:#ae8f58}.expanded-item-details span{color:#475569}.loading-state{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:24px;display:flex;flex-direction:column;justify-content:center;padding:4rem}.spinner{animation:spin .8s linear infinite;border-color:#3b4635 #ae8f58 #e2e8f0 #e2e8f0;border-radius:50%;border-style:solid;border-width:3px;height:50px;margin-bottom:1rem;width:50px}.loading-state p{color:#64748b;font-size:.9rem}.error-state{background:#fff;border:1px solid #fee2e2;border-radius:24px;padding:3rem}.error-state p{color:#dc2626;font-weight:500;margin-bottom:1rem}.retry-button{background:#3b4635;border:none;border-radius:30px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.5rem;transition:all .3s ease}.retry-button:hover{background:#ae8f58;transform:translateY(-2px)}.no-orders{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:4rem;text-align:center}.no-orders-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.no-orders p{color:#1e293b;font-size:1.2rem;margin-bottom:.5rem}.no-orders-subtitle{color:#64748b;font-size:.9rem;margin-bottom:1.5rem}.shop-now-button{background:linear-gradient(135deg,#3b4635,#002a6b);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.shop-now-button:hover{background:linear-gradient(135deg,#0045a8,#3b4635);box-shadow:0 5px 15px #003b914d;transform:translateY(-2px)}@media screen and (max-width:1024px){.order-list-container{padding:0 1.5rem}.orders-table-container{overflow-x:auto}.orders-table{min-width:800px}}@media screen and (max-width:768px){.order-list-container{margin:1rem auto;padding:0 1rem}.order-list-title{font-size:1.5rem}.orders-table-container{border-radius:20px}.orders-table{min-width:600px}.orders-table-cell{font-size:.8rem;padding:.75rem}.orders-table-header th{font-size:.7rem;padding:.75rem}.expanded-item{flex-direction:column;text-align:center}.expanded-item-image{margin:0 auto}.expanded-item-details{text-align:center}}@media screen and (max-width:480px){.order-list-container{padding:0 .75rem}.order-list-title{font-size:1.3rem}.no-orders{padding:2rem}.no-orders p{font-size:1rem}.no-orders-icon{font-size:3rem}.loading-state{padding:2rem}}@media (prefers-color-scheme:dark){.orders-table-container{background:#1e293b;border-color:#334155}.orders-table-header{background:linear-gradient(135deg,#0f172a,#1e293b);border-bottom-color:#334155}.orders-table-header th{color:#cbd5e1}.orders-table-row{border-bottom-color:#334155}.orders-table-row:hover{background:#0f172a}.orders-table-cell{color:#94a3b8}.expanded-items{background:#0f172a}.expanded-items h4{border-bottom-color:#334155;color:#cbd5e1}.expanded-item{background:#1e293b;border-color:#334155}.expanded-item:hover{border-color:#3b4635}.product-name-link{color:#cbd5e1}.product-name-link.clickable{color:#60a5fa}.expanded-item-details span{color:#94a3b8}.loading-state{background:#1e293b;border-color:#334155}.loading-state p{color:#94a3b8}.error-state{background:#1e293b;border-color:#7f1d1d}.no-orders{background:#1e293b;border-color:#334155}.no-orders p{color:#cbd5e1}.no-orders-subtitle{color:#94a3b8}}.order-items-expanded{animation:slideDown .3s ease-out}.view-items-btn{position:relative}.orders-table-cell:first-child{color:#3b4635;font-family:monospace;font-weight:600}.expanded-item:nth-child(2n){background:#fafbfc}@media (prefers-color-scheme:dark){.expanded-item:nth-child(2n){background:#0f172a}}@media print{.details-button,.retry-button,.shop-now-button,.view-items-btn{display:none}.orders-table-container{border:1px solid #ddd;box-shadow:none}.status-badge{background:none;border:1px solid #ddd}}.expanded-items-grid{grid-gap:2rem;background:#f8f9fa;border-radius:8px;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:1.5rem}.expanded-items-section{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;padding:1rem}.expanded-items-section h4{border-bottom:2px solid #f0f0f0;color:#1a1a2e;font-size:1rem;font-weight:600;margin:0 0 .75rem;padding-bottom:.5rem}.shipping-details-grid{grid-gap:.5rem 1rem;display:grid;gap:.5rem 1rem;grid-template-columns:1fr 1fr}.shipping-detail-item{display:flex;flex-direction:column;gap:.15rem}.shipping-detail-label{color:#6c757d;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.shipping-detail-value{color:#1a1a2e;font-size:.9rem}.event-details-title{border-bottom:2px solid #f0f0f0;color:#1a1a2e;font-size:.95rem;font-weight:600;margin:.75rem 0 .5rem;padding-bottom:.5rem}.event-details-grid{grid-gap:.5rem 1rem;display:grid;gap:.5rem 1rem;grid-template-columns:1fr 1fr}.event-detail-item{display:flex;flex-direction:column;gap:.15rem}.event-detail-item.full-width{grid-column:1/-1}.event-detail-label{color:#6c757d;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.event-detail-value{color:#1a1a2e;font-size:.9rem}.event-detail-value.message-text{background:#fff8f0;border-left:3px solid #ae8f58;border-radius:6px;color:#495057;font-style:italic;padding:.5rem .75rem}.expanded-items-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.expanded-item{background:#f8f9fa;border-radius:6px;display:flex;gap:.75rem;padding:.5rem;transition:background .2s}.expanded-item:hover{background:#f0f2f5}.expanded-item-image{border-radius:6px;flex-shrink:0;height:60px;object-fit:cover;width:60px}.expanded-item-details{display:flex;flex:1 1;flex-direction:column;gap:.15rem}.expanded-item-details span{color:#495057;font-size:.85rem}.product-name-link{font-size:.9rem!important;font-weight:600}.product-name-link.clickable:hover{text-decoration:underline}@media (max-width:992px){.expanded-items-grid{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:768px){.expanded-items-grid{gap:1rem;padding:1rem}.event-details-grid,.shipping-details-grid{grid-template-columns:1fr}.event-detail-item.full-width{grid-column:1}.expanded-item{align-items:center;flex-direction:column;text-align:center}.expanded-item-image{height:80px;width:80px}.expanded-item-details span{font-size:.8rem}}@media (max-width:480px){.expanded-items-grid,.expanded-items-section{padding:.75rem}.expanded-item{padding:.5rem}.expanded-item-details span{font-size:.75rem}.event-detail-value,.shipping-detail-value{font-size:.8rem}}.order-details{animation:fadeIn .5s ease-out;margin:2rem auto;max-width:1200px;padding:0 2rem}.btn-back{align-items:center;background:#0000;border:none;color:#3b4635;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 0;transition:all .3s ease}.btn-back:hover{color:#ae8f58;transform:translateX(-5px)}.order-details h1{background:linear-gradient(135deg,#3b4635,#ae8f58);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:1.8rem;font-weight:800;letter-spacing:-.5px;margin-bottom:.5rem}.order-date{border-bottom:1px solid #e2e8f0;color:#64748b;font-size:.9rem;margin-bottom:2rem;padding-bottom:1rem}.order-details__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.order-details__section{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 2px 10px #0000000a;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.order-details__section:hover{box-shadow:0 8px 25px #00000014;transform:translateY(-2px)}.order-details__section h2{border-bottom:2px solid #f3f4f6;color:#1e293b;display:inline-block;font-size:1.2rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;position:relative}.order-details__section h2:after{background:linear-gradient(90deg,#3b4635,#ae8f58);border-radius:2px;bottom:-2px;content:"";height:2px;left:0;position:absolute;width:60px}.order-details__content{color:#475569;line-height:1.6}.order-details__content p{margin:.5rem 0}.order-details__content strong{color:#1e293b;font-weight:700}.text-success{align-items:center;color:#10b981;display:inline-flex;font-weight:600;gap:.25rem}.text-success:before{content:"✓";font-size:.9rem}.text-warning{align-items:center;color:#ae8f58;display:inline-flex;font-weight:600;gap:.25rem}.text-warning:before{content:"⏳";font-size:.9rem}.order-items{overflow-x:auto}.order-items__header{grid-gap:1rem;background:#f8fafc;border-radius:12px;color:#1e293b;display:grid;font-size:.85rem;font-weight:700;gap:1rem;grid-template-columns:3fr 1fr 1fr 1fr;letter-spacing:.5px;margin-bottom:.5rem;padding:.75rem 0;text-transform:uppercase}.order-items__header div{padding:0 .5rem}.order-items__item{grid-gap:1rem;align-items:center;border-bottom:1px solid #f3f4f6;display:grid;gap:1rem;grid-template-columns:3fr 1fr 1fr 1fr;padding:1rem 0;transition:background .3s ease}.order-items__item:hover{background:#fafbfc;border-radius:12px;margin:0 -.5rem;padding:1rem .5rem}.order-items__product{align-items:center;display:flex;gap:1rem}.order-items__product img{background:#f1f5f9;border-radius:12px;box-shadow:0 2px 8px #0000000d;height:50px;object-fit:cover;width:50px}.order-items__product span{color:#1e293b;font-weight:500}.order-summary{margin-left:auto}.order-summary__row{border-bottom:1px solid #f3f4f6;color:#475569;display:flex;justify-content:space-between;padding:.75rem 0}.order-summary__total{border-top:2px solid #e2e8f0;color:#1e293b;font-size:1.1rem;margin-top:.5rem;padding-top:1rem}.order-summary__total span:last-child{color:#3b4635;font-size:1.2rem}.order-details__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#3b4635,#002a6b);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#0045a8,#3b4635);box-shadow:0 5px 15px #003b914d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #3b4635;color:#3b4635}.btn-secondary:hover{background:#3b4635;color:#fff;transform:translateY(-2px)}.order-timeline{background:#f8fafc;border-radius:20px;margin:2rem 0;padding:1rem}.timeline-steps{display:flex;justify-content:space-between;position:relative}.timeline-step{flex:1 1;position:relative;text-align:center;z-index:2}.timeline-step .step-icon{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:50%;display:flex;height:40px;justify-content:center;margin:0 auto .5rem;transition:all .3s ease;width:40px}.timeline-step.completed .step-icon{background:#10b981;border-color:#10b981;color:#fff}.timeline-step.active .step-icon{background:#3b4635;border-color:#3b4635;box-shadow:0 0 0 4px #003b9133;color:#fff}.timeline-step .step-label{color:#64748b;font-size:.7rem;font-weight:500}.timeline-step.active .step-label,.timeline-step.completed .step-label{color:#3b4635;font-weight:700}.message{animation:slideDown .3s ease;border-radius:16px;margin-bottom:1rem;padding:1rem}.message-danger{background:linear-gradient(135deg,#fee2e2,#fecaca);border-left:4px solid #dc2626;color:#dc2626}.message-info{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-left:4px solid #3b82f6;color:#1e40af}.message-success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-left:4px solid #10b981;color:#065f46}.loader{animation:spin .8s linear infinite;border-color:#3b4635 #ae8f58 #e2e8f0 #e2e8f0;border-radius:50%;border-style:solid;border-width:3px;height:50px;width:50px}@media screen and (max-width:1024px){.order-details{padding:0 1.5rem}.order-details__grid{gap:1rem}}@media screen and (max-width:768px){.order-details{margin:1rem auto;padding:0 1rem}.order-details h1{font-size:1.3rem}.order-details__grid{gap:1rem;grid-template-columns:1fr}.order-details__section{padding:1rem}.order-items__header{display:none}.order-items__item{background:#f8fafc;border-bottom:none;border-radius:16px;gap:.5rem;grid-template-columns:1fr;margin-bottom:.5rem;padding:1rem}.order-items__product{grid-row:1}.order-items__item>div:not(.order-items__product){display:flex;justify-content:space-between;padding:.25rem 0}.order-items__item>div:not(.order-items__product):before{color:#64748b;font-weight:600}.order-items__item>div:nth-child(2):before{content:"Price: "}.order-items__item>div:nth-child(3):before{content:"Quantity: "}.order-items__item>div:nth-child(4):before{content:"Total: "}.order-summary{margin:0;max-width:100%}.order-details__actions{flex-direction:column}.btn-primary,.btn-secondary{justify-content:center;width:100%}.timeline-steps{flex-wrap:wrap;gap:1rem}.timeline-step{flex:auto;min-width:80px}}@media screen and (max-width:480px){.order-details{padding:0 .75rem}.order-details h1{font-size:1.1rem}.order-details__section h2{font-size:1rem}.order-items__product img{height:40px;width:40px}.order-items__product span{font-size:.85rem}.order-date{font-size:.8rem}}@media print{.btn-back,.order-details__actions,.timeline-steps{display:none}.order-details{margin:0;padding:0}.order-details__section{border:1px solid #ddd;box-shadow:none;page-break-inside:avoid}.order-details h1{background:none;color:#000}}@media (prefers-color-scheme:dark){.order-details__section{background:#1e293b;border-color:#334155}.order-details__section h2{border-bottom-color:#334155;color:#f1f5f9}.order-details__content{color:#94a3b8}.order-details__content strong{color:#cbd5e1}.order-items__header{background:#0f172a;color:#cbd5e1}.order-items__item{border-bottom-color:#334155}.order-items__item:hover{background:#0f172a}.order-items__product span{color:#cbd5e1}.order-summary__row{border-bottom-color:#334155;color:#94a3b8}.order-summary__total{border-top-color:#334155;color:#cbd5e1}.order-date{border-bottom-color:#334155;color:#94a3b8}.timeline-steps .step-icon{background:#0f172a;border-color:#334155}.timeline-step .step-label{color:#94a3b8}}.order-items__item{animation:slideIn .3s ease-out}:root{--footer-dark-green:#3b4635;--footer-gold:#ae8f58;--footer-gold-light:#d4b87a;--footer-gold-dark:#8a7244;--footer-text-light:#f5f0e8;--footer-text-muted:#c4bdb0;--footer-border:#ae8f5833;--footer-shadow:0 -4px 30px #3b463526;--footer-transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.footer{background:linear-gradient(135deg,#2d3628,#3b4635 50%,#1f261b);background:linear-gradient(135deg,#2d3628 0,var(--footer-dark-green) 50%,#1f261b 100%);border-top:3px solid #ae8f58;border-top:3px solid var(--footer-gold);color:#f5f0e8;color:var(--footer-text-light);margin-top:60px;position:relative}.footer__back-to-top{align-items:center;background:#ae8f58;background:var(--footer-gold);border:none;border-radius:50%;box-shadow:0 4px 20px #ae8f5866;color:#fff;cursor:pointer;display:flex;font-size:20px;height:48px;justify-content:center;left:50%;position:absolute;top:-24px;transform:translateX(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--footer-transition);width:48px}.footer__back-to-top:hover{background:#8a7244;background:var(--footer-gold-dark);box-shadow:0 6px 30px #ae8f5899;transform:translateX(-50%) translateY(-4px)}.footer__back-to-top i{animation:bounce-up 2s infinite}@keyframes bounce-up{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.footer__newsletter{background:linear-gradient(135deg,#ae8f581a,#ae8f580d);border-bottom:1px solid #ae8f5833;border-bottom:1px solid var(--footer-border);padding:40px 0;position:relative}.footer__newsletter:before{background:linear-gradient(90deg,#0000,#ae8f58,#0000);background:linear-gradient(90deg,#0000,var(--footer-gold),#0000);content:"";height:3px;left:0;position:absolute;right:0;top:0}.footer__newsletter-content{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 24px}.newsletter-text{align-items:center;display:flex;flex:1 1;gap:16px;min-width:200px}.newsletter-text i{animation:pulse 2s infinite;color:#ae8f58;color:var(--footer-gold);font-size:32px}.newsletter-text h3{color:#ae8f58;color:var(--footer-gold);font-size:20px;font-weight:600;margin:0}.newsletter-text p{color:#c4bdb0;color:var(--footer-text-muted);font-size:14px;margin:4px 0 0}.newsletter-form{display:flex;flex:1 1;gap:12px;min-width:280px;position:relative}.newsletter-form input{background:#ffffff0d;border:2px solid #ae8f5833;border:2px solid var(--footer-border);border-radius:8px;color:#f5f0e8;color:var(--footer-text-light);flex:1 1;font-size:14px;min-width:150px;outline:none;padding:12px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--footer-transition)}.newsletter-form input::placeholder{color:#c4bdb0;color:var(--footer-text-muted)}.newsletter-form input:focus{background:#ffffff14;border-color:#ae8f58;border-color:var(--footer-gold);box-shadow:0 0 0 4px #ae8f581a}.newsletter-form button{align-items:center;background:linear-gradient(135deg,#ae8f58,#8a7244);background:linear-gradient(135deg,var(--footer-gold),var(--footer-gold-dark));border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 28px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--footer-transition);white-space:nowrap}.newsletter-form button:hover{background:linear-gradient(135deg,#d4b87a,#ae8f58);background:linear-gradient(135deg,var(--footer-gold-light),var(--footer-gold));box-shadow:0 6px 25px #ae8f5866;transform:translateY(-2px)}.newsletter-form button:active{transform:scale(.95)}.newsletter-form button i{transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--footer-transition)}.newsletter-form button:hover i{transform:translateX(4px)}.newsletter-success{animation:slideIn .3s ease;background:#4caf5026;border:1px solid #4caf504d;border-radius:6px;color:#81c784;font-size:14px;padding:8px 16px;width:100%}.footer__content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr 1fr;margin:0 auto;max-width:1200px;padding:60px 24px 40px}.footer__section{display:flex;flex-direction:column}.footer__brand{gap:16px}.footer__logo{align-items:center;display:flex;gap:12px}.footer__logo img{filter:brightness(0) invert(1);height:100px;object-fit:contain;width:auto}.footer__brand-name{color:#ae8f58;color:var(--footer-gold);font-size:24px;font-weight:700;letter-spacing:1px}.footer__brand-description{color:#c4bdb0;color:var(--footer-text-muted);font-size:14px;line-height:1.7;margin:0 0 12px;max-width:320px}.footer__brand-badges{display:flex;flex-wrap:wrap;gap:8px}.badge{align-items:center;background:#ae8f581f;border:1px solid #ae8f5833;border-radius:20px;color:#f5f0e8;color:var(--footer-text-light);display:inline-flex;font-size:12px;gap:6px;padding:4px 12px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--footer-transition)}.badge i{color:#ae8f58;color:var(--footer-gold);font-size:10px}.badge:hover{background:#ae8f5833;transform:translateY(-2px)}.footer__title{align-items:center;color:#ae8f58;color:var(--footer-gold);display:flex;font-size:16px;font-weight:600;gap:8px;letter-spacing:.5px;margin:0 0 16px}.footer__title i{font-size:14px}.footer__links{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.footer__links li a{align-items:center;color:#c4bdb0;color:var(--footer-text-muted);display:flex;font-size:14px;gap:10px;padding:4px 0;text-decoration:none}.footer__links li a,.footer__links li a i{transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--footer-transition)}.footer__links li a i{color:#ae8f58;color:var(--footer-gold);font-size:12px;opacity:.6;width:18px}.footer__links li a:hover{color:#ae8f58;color:var(--footer-gold);transform:translateX(6px)}.footer__links li a:hover i{opacity:1;transform:scale(1.1)}.footer__connect{gap:16px}.footer__contact-info{display:flex;flex-direction:column;gap:8px}.footer__contact-info p{align-items:center;color:#c4bdb0;color:var(--footer-text-muted);display:flex;font-size:13px;gap:10px;margin:0}.footer__contact-info p i{color:#ae8f58;color:var(--footer-gold);font-size:14px;width:16px}.footer__social{display:flex;gap:10px;margin:8px 0}.social-icon{align-items:center;background:#ffffff0d;border:1px solid #ae8f5833;border:1px solid var(--footer-border);border-radius:50%;color:#c4bdb0;color:var(--footer-text-muted);display:flex;font-size:16px;height:40px;justify-content:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--footer-transition);width:40px}.social-icon:hover{border-color:#ae8f58;border-color:var(--footer-gold);color:#fff;transform:translateY(-4px)}.social-icon.facebook:hover{background:#1877f2;border-color:#1877f2;box-shadow:0 4px 20px #1877f24d}.social-icon.twitter:hover{background:#000;border-color:#000;box-shadow:0 4px 20px #0000004d}.social-icon.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:#0000;box-shadow:0 4px 20px #dc27434d}.social-icon.pinterest:hover{background:#bd081c;border-color:#bd081c;box-shadow:0 4px 20px #bd081c4d}.social-icon.youtube:hover{background:red;border-color:red;box-shadow:0 4px 20px #ff00004d}.footer__payment{border-top:1px solid #ae8f5833;border-top:1px solid var(--footer-border);margin-top:8px;padding-top:12px}.payment-label{display:block;font-size:12px;letter-spacing:.5px;margin-bottom:6px}.payment-icons,.payment-label{color:#c4bdb0;color:var(--footer-text-muted)}.payment-icons{display:flex;font-size:24px;gap:12px}.payment-icons i{transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--footer-transition)}.payment-icons i:hover{color:#ae8f58;color:var(--footer-gold);transform:scale(1.1)}.payment-icons .fa-lock{color:#4caf50;font-size:18px}.footer__bottom{background:#0003;border-top:1px solid #ae8f5833;border-top:1px solid var(--footer-border);padding:20px 24px}.footer__bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin:0 auto;max-width:1200px}.footer__bottom p{color:#c4bdb0;color:var(--footer-text-muted);font-size:13px;margin:0}.footer__bottom-links{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.footer__bottom-links a{color:#c4bdb0;color:var(--footer-text-muted);font-size:13px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--footer-transition)}.footer__bottom-links a:hover{color:#ae8f58;color:var(--footer-gold)}.footer__bottom-links .divider{color:#ae8f5833;color:var(--footer-border)}.footer-admin{background:#1a1a1a;border-top:1px solid #333;margin-top:0}.footer-admin .footer__bottom{background:#0000;border-top:none;padding:16px 24px}.footer-admin .footer__bottom p{color:#888;font-size:12px;text-align:center}@media (max-width:1024px){.footer__content{gap:30px;grid-template-columns:1.5fr 1fr 1fr}.footer__connect{grid-column:span 3}.footer__newsletter-content{align-items:stretch;flex-direction:column;text-align:center}.newsletter-text{justify-content:center}}@media (max-width:768px){.footer__content{gap:24px;grid-template-columns:1fr 1fr;padding:40px 20px 30px}.footer__brand,.footer__connect{grid-column:span 2}.footer__brand-description{max-width:100%}.newsletter-form{flex-direction:column}.newsletter-form button{justify-content:center}.footer__bottom-content{flex-direction:column;text-align:center}.footer__bottom-links,.footer__contact-info p,.footer__social,.payment-icons{justify-content:center}.newsletter-text,.payment-label{text-align:center}.newsletter-text{flex-direction:column}}@media (max-width:480px){.footer__content{gap:20px;grid-template-columns:1fr}.footer__brand,.footer__connect{grid-column:span 1}.footer__title{font-size:15px}.footer__logo{justify-content:center}.footer__brand-name{font-size:20px}.footer__brand-description{text-align:center}.footer__brand-badges,.footer__links li a{justify-content:center}.footer__links{align-items:center}.footer__contact-info p,.footer__social,.payment-icons{justify-content:center}.newsletter-text h3{font-size:17px}.newsletter-form button,.newsletter-form input{font-size:13px}}.dashboard-container{background:linear-gradient(135deg,#f8fafc,#f1f5f9);display:flex;min-height:100vh}.sidebar{background:linear-gradient(180deg,#1e293b,#0f172a);box-shadow:4px 0 20px #0000001a;color:#fff;height:100vh;overflow-y:auto;padding:2rem 1rem;position:fixed;transition:all .3s ease;width:280px;z-index:100}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:#334155}.sidebar::-webkit-scrollbar-thumb{background:#ae8f58;border-radius:4px}.sidebar h2{background:linear-gradient(135deg,#fff,#ae8f58);-webkit-background-clip:text;background-clip:text;border-bottom:2px solid #f582204d;color:#0000;font-size:1.8rem;font-weight:800;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.tab-list{list-style:none;margin:0;padding:0}.tab-list li{align-items:center;border-radius:12px;color:#cbd5e1;cursor:pointer;display:flex;font-weight:600;gap:.75rem;margin:.5rem 0;padding:1rem 1.5rem;transition:all .3s ease}.tab-list li:hover{background:#f5822033;color:#fff;transform:translateX(5px)}.tab-list li.active{background:linear-gradient(135deg,#3b4635,#ae8f58);box-shadow:0 4px 12px #003b914d;color:#fff}.dashboard-content{flex:1 1;margin-left:280px;overflow-x:auto;padding:2rem}.dashboard-content h1{border-bottom:2px solid #e2e8f0;color:#1e293b;font-size:1.8rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:.5rem;position:relative}.dashboard-content h1:after{background:linear-gradient(90deg,#3b4635,#ae8f58);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:60px}.dashboard-stats{margin-bottom:2rem}.summary-cards-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 15px #0000000d;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.card:before{background:linear-gradient(180deg,#3b4635,#ae8f58);content:"";height:100%;left:0;position:absolute;top:0;width:4px}.card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-5px)}.card h3{color:#64748b;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.card p{color:#1e293b;font-size:2rem;font-weight:800;margin:0}.charts-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.chart-box{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 15px #0000000d;padding:1.5rem;transition:all .3s ease}.chart-box:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.chart-box h4{border-bottom:2px solid #f3f4f6;font-size:1rem;margin-bottom:1rem;padding-bottom:.5rem}.chart-box h4,.orders-title{color:#1e293b;font-weight:700}.orders-title{font-size:1.5rem;margin:2rem 0 1rem}.dashboard-table{background:#fff;border-collapse:collapse;border-radius:20px;box-shadow:0 4px 15px #0000000d;margin-top:1rem;overflow:hidden;width:100%}.dashboard-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.dashboard-table th{border-bottom:2px solid #e2e8f0;color:#1e293b;font-size:.8rem;font-weight:700;letter-spacing:.5px;padding:1rem;text-align:left;text-transform:uppercase}.dashboard-table td{border-bottom:1px solid #f1f5f9;color:#475569;font-size:.85rem;padding:1rem}.dashboard-table tr:hover{background:#fafbfc}.status-badge{align-items:center;border-radius:30px;display:inline-flex;font-size:.7rem;font-weight:700;letter-spacing:.3px;padding:.25rem .75rem}.status-paid{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.status-not-paid{background:linear-gradient(135deg,#fee2e2,#fecaca)}.status-delivered{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.status-not-delivered{background:linear-gradient(135deg,#fed7aa,#fde68a);color:#92400e}.product-card-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:1.5rem}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .3s ease}.product-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-5px)}.product-image{background:#f8fafc;height:200px;object-fit:contain;padding:1rem;width:100%}.product-info{flex:1 1;padding:1rem}.product-id{color:#94a3b8;font-family:monospace;font-size:.7rem;margin-bottom:.5rem}.product-name{color:#1e293b;font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:.5rem}.product-price{color:#3b4635;font-size:1.3rem;font-weight:800;margin-bottom:.25rem}.product-stock{color:#64748b;font-size:.8rem}.product-actions{border-top:1px solid #e5e7eb;display:flex;gap:.75rem;padding:1rem}.edit-btn{background:linear-gradient(135deg,#3b4635,#002a6b);border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-size:.8rem;font-weight:600;padding:.6rem 1rem;transition:all .3s ease}.edit-btn:hover{box-shadow:0 4px 12px #003b914d;transform:translateY(-2px)}.delete-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-size:.8rem;font-weight:600;padding:.6rem 1rem;transition:all .3s ease}.delete-btn:hover{box-shadow:0 4px 12px #ef44444d;transform:translateY(-2px)}.add-product-form{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 4px 20px #0000000d;margin-top:1.5rem;padding:2rem}.add-product-form h2{border-bottom:2px solid #e5e7eb;color:#1e293b;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem}.form-columns{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.form-col{gap:1.25rem}.form-col,.form-col label{display:flex;flex-direction:column}.form-col label{color:#1e293b;font-size:.85rem;font-weight:600;gap:.5rem}.form-col input,.form-col select,.form-col textarea{border:2px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:.9rem;outline:none;padding:.75rem;transition:all .3s ease}.form-col input:focus,.form-col select:focus,.form-col textarea:focus{border-color:#3b4635;box-shadow:0 0 0 3px #003b911a}.current-image{background:#f8fafc;border-radius:12px;margin-top:.5rem;padding:1rem;text-align:center}.current-image p{color:#64748b;font-size:.8rem;margin-bottom:.5rem}.current-image img{border:1px solid #e2e8f0;border-radius:8px;max-width:100px}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.cancel-btn{background:#64748b;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.cancel-btn:hover{background:#475569;transform:translateY(-2px)}.form-actions button[type=submit]{background:linear-gradient(135deg,#3b4635,#002a6b);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.form-actions button[type=submit]:hover:not(:disabled){box-shadow:0 5px 15px #003b914d;transform:translateY(-2px)}.form-actions button[type=submit]:disabled{cursor:not-allowed;opacity:.6}.variants-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;margin-top:2rem;padding:1.5rem}.section-header{flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.section-header h3{color:#1e293b;font-size:1.1rem;font-weight:700;margin:0}.add-btn-small{background:linear-gradient(135deg,#3b4635,#ae8f58);border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;padding:.6rem 1.2rem;transition:all .3s ease}.add-btn-small:hover{box-shadow:0 4px 12px #003b914d;transform:translateY(-2px)}.variant-note{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:12px;color:#92400e;font-size:.8rem;margin-bottom:1.5rem;padding:.75rem 1rem}.variant-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:1.25rem;padding:1.25rem;transition:all .3s ease}.variant-card:hover{box-shadow:0 4px 12px #00000014}.variant-card-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.variant-card-header h4{color:#3b4635;font-size:1rem;font-weight:700;margin:0}.remove-variant-btn{background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:500;padding:.4rem 1rem;transition:all .3s ease}.remove-variant-btn:hover{background:#dc2626;transform:translateY(-1px)}.variant-form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.variant-form-col{display:flex;flex-direction:column;gap:1rem}.variant-form-col label{display:flex;flex-direction:column;gap:.3rem}.label-text{color:#1e293b;font-size:.85rem;font-weight:600}.variant-input-field{border:2px solid #e2e8f0;border-radius:12px;font-size:.9rem;padding:.7rem 1rem;transition:all .3s ease}.variant-input-field:focus{border-color:#3b4635;box-shadow:0 0 0 3px #003b911a;outline:none}.variant-file-input{border:1px solid #e2e8f0;border-radius:8px;padding:.5rem;width:100%}.variant-image-preview{align-items:center;display:flex;gap:.75rem;margin-top:.5rem}.variant-image-preview img{border:1px solid #e2e8f0;border-radius:8px;height:60px;object-fit:cover;width:60px}.variant-image-preview span{color:#10b981;font-size:.75rem}.variant-textarea-field{border:2px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:.85rem;padding:.75rem;resize:vertical;width:100%}.variant-textarea-field:focus{border-color:#3b4635;box-shadow:0 0 0 3px #003b911a;outline:none}.variant-form-col small{color:#64748b;font-size:.7rem}.no-variants-message{background:#f1f5f9;border-radius:16px;color:#64748b;margin-top:1rem;padding:2rem;text-align:center}.no-variants-message p{font-size:.9rem;margin:0}.product-variants-list{background:#fef3c7;border-radius:8px;font-size:.75rem;margin-top:.75rem;padding:.5rem}.product-variants-list ul{margin:.25rem 0 0 1rem;padding:0}.product-variants-list li{color:#92400e;margin:.25rem 0}.error-state,.loading-state{background:#fff;border-radius:20px;color:#64748b;padding:3rem;text-align:center}.product-description-preview{color:#64748b;font-size:.8rem;line-height:1.4;margin-top:.5rem;max-height:60px;overflow:hidden;position:relative}.product-description-preview:after{background:linear-gradient(#0000,#fff);bottom:0;content:"";height:20px;left:0;position:absolute;width:100%}.product-description-render{color:#334155;line-height:1.6}.product-description-render p{margin-bottom:.75rem}.product-description-render h3{color:#1e293b;font-size:1.1rem;font-weight:600;margin:1rem 0 .5rem}.product-description-render ol,.product-description-render ul{margin:.5rem 0;padding-left:1.5rem}.product-description-render li{margin-bottom:.25rem}.help-text{color:#94a3b8;display:block;font-size:.7rem;font-style:italic;margin-top:.25rem}@media screen and (max-width:1200px){.summary-cards-row{gap:1rem}.card p{font-size:1.5rem}}@media screen and (max-width:1024px){.sidebar{width:240px}.dashboard-content{margin-left:240px}.summary-cards-row{grid-template-columns:repeat(2,1fr)}.charts-row,.variant-form-grid{grid-template-columns:1fr}.variant-form-grid{gap:1rem}}@media screen and (max-width:768px){.dashboard-container{flex-direction:column}.sidebar{height:auto;padding:1rem;position:relative;width:100%}.tab-list{display:flex;flex-wrap:wrap;gap:.5rem}.tab-list li{font-size:.85rem;padding:.5rem 1rem}.dashboard-content{margin-left:0;padding:1rem}.form-columns{gap:1rem;grid-template-columns:1fr}.summary-cards-row{gap:1rem;grid-template-columns:repeat(2,1fr)}.product-card-container{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.dashboard-table{display:block;font-size:.8rem;overflow-x:auto}.dashboard-table td,.dashboard-table th{min-width:120px;padding:.5rem}.section-header{align-items:flex-start;flex-direction:column}}@media screen and (max-width:480px){.dashboard-content{padding:.75rem}.summary-cards-row{grid-template-columns:1fr}.card p{font-size:1.5rem}.product-card-container{grid-template-columns:1fr}.add-product-form{padding:1rem}.form-actions{flex-direction:column}.cancel-btn,.form-actions button[type=submit]{width:100%}}@media (prefers-color-scheme:dark){.dashboard-container{background:linear-gradient(135deg,#0f172a,#1e293b)}.add-product-form,.card,.chart-box,.dashboard-table,.loading-state,.product-card,.variant-card{background:#1e293b;border-color:#334155}.card h3,.chart-box h4,.variant-card-header h4{color:#94a3b8}.add-product-form h2,.card p,.dashboard-content h1,.form-col label,.label-text,.orders-title,.product-name,.section-header h3{color:#f1f5f9}.dashboard-table td{border-bottom-color:#334155;color:#94a3b8}.dashboard-table thead{background:linear-gradient(135deg,#0f172a,#1e293b)}.dashboard-table th{border-bottom-color:#334155;color:#cbd5e1}.dashboard-table tr:hover{background:#0f172a}.form-col input,.form-col select,.form-col textarea,.variant-input-field,.variant-textarea-field{background:#0f172a;border-color:#334155;color:#f1f5f9}.form-col input:focus,.form-col select:focus,.form-col textarea:focus,.variant-input-field:focus,.variant-textarea-field:focus{border-color:#ae8f58}.error-state{background:#1e293b}.current-image,.variants-section{background:#0f172a;border-color:#334155}.product-image{background:#0f172a}.product-description-preview:after{background:linear-gradient(#0000,#1e293b)}.product-description-render{color:#cbd5e1}.product-description-render h3{color:#f1f5f9}.variant-note{background:#451a03;border-left-color:#f59e0b;color:#fcd34d}.no-variants-message{background:#0f172a;color:#94a3b8}.product-variants-list{background:#451a03}.product-variants-list li{color:#fcd34d}}.card,.chart-box,.product-card,.variant-card{animation:fadeIn .4s ease-out}.multiple-images-section{background:#f8f9fa;border-radius:12px;margin-top:1rem;padding:1rem}.gallery-file-input{border:1px solid #ddd;border-radius:8px;margin-top:.5rem;padding:.5rem;width:100%}.existing-images-preview,.new-images-preview{margin-top:1rem}.existing-images-preview p,.new-images-preview p{color:#555;font-size:.85rem;font-weight:600;margin-bottom:.5rem}.image-thumbnails{display:flex;flex-wrap:wrap;gap:.75rem}.image-thumb{border:2px solid #e0e0e0;border-radius:8px;height:80px;overflow:hidden;position:relative;width:80px}.image-thumb img{height:100%;object-fit:cover;width:100%}.remove-img-btn{align-items:center;background:#f44;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:12px;height:22px;justify-content:center;position:absolute;right:-8px;top:-8px;transition:all .2s ease;width:22px}.remove-img-btn:hover{background:#c00;transform:scale(1.1)}.product-images-count{color:#4b9fff;font-size:.7rem;margin-top:.25rem}@media (prefers-color-scheme:dark){.multiple-images-section{background:#0f172a}.existing-images-preview p,.new-images-preview p{color:#94a3b8}.image-thumb{border-color:#334155}}.invoice-btn{background:#3b4635;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;padding:8px 16px;transition:all .3s ease;white-space:nowrap}.invoice-btn:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.orders-header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin:20px 0 10px}.create-order-btn{background:#3b4635;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:10px 20px;transition:all .3s ease;white-space:nowrap}.create-order-btn:hover{box-shadow:0 4px 12px #f5576c66;transform:translateY(-2px)}.manual-order-form{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin:20px 0;padding:25px}.manual-order-form h3{color:#2c3e50;margin:0 0 20px}.manual-order-form h4{color:#34495e;margin:20px 0 15px}.form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px}.form-group{display:flex;flex-direction:column}.form-group label{color:#2c3e50;font-size:14px;font-weight:600;margin-bottom:5px}.form-group input,.form-group select{border:1px solid #ddd;border-radius:6px;font-size:14px;padding:10px}.form-group input:focus,.form-group select:focus{border-color:#4b9fff;box-shadow:0 0 0 3px #4b9fff1a;outline:none}.add-item-row{grid-gap:10px;align-items:end;display:grid;gap:10px;grid-template-columns:1fr 1fr 80px auto;margin-bottom:20px}.add-item-row .form-group{margin:0}.add-item-btn{background:#27ae60;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;height:42px;padding:10px 20px;transition:all .3s ease}.add-item-btn:hover{background:#2ecc71;transform:translateY(-2px)}.order-items-list{margin-top:20px}.order-items-list .dashboard-table{margin:0}.order-items-list .remove-btn{background:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:5px 12px}.order-items-list .remove-btn:hover{background:#c0392b}.submit-order-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:15px;padding:12px 30px;transition:all .3s ease;width:100%}.submit-order-btn:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}@media (max-width:768px){.add-item-row{gap:10px}.add-item-row,.form-row{grid-template-columns:1fr}.orders-header{align-items:stretch;flex-direction:column}.create-order-btn{text-align:center;width:100%}}.order-items-list input[type=number]{border:1px solid #ddd;border-radius:4px;padding:5px;text-align:center}.order-items-list input[type=number]:focus{border-color:#4b9fff;outline:none}.order-items-list .total-row{background:#f8f9fa;font-weight:700}.order-items-list .total-row td{border-top:2px solid #333;padding:12px}.modal-overlay{align-items:center;animation:modalFadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-content{animation:modalSlideIn .4s ease;background:#fff;border-radius:16px;box-shadow:0 25px 80px #00000059;max-height:92vh;max-width:920px;overflow-y:auto;position:relative;width:100%}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:0 0 16px 0}.modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.modal-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e9ecef;border-radius:16px 16px 0 0;justify-content:space-between;padding:22px 30px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.modal-header,.modal-header h2{align-items:center;display:flex}.modal-header h2{color:#1e293b;font-size:24px;font-weight:700;gap:10px;margin:0}.modal-header h2:before{content:"📋";font-size:26px}.modal-close-btn{align-items:center;background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:28px;height:44px;justify-content:center;line-height:1;padding:5px 12px;transition:all .3s ease;width:44px}.modal-close-btn:hover:not(:disabled){background:#ef4444;color:#fff;transform:rotate(90deg) scale(1.05)}.modal-close-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.modal-body{padding:28px 30px 30px}.modal-body .form-section{background:#f8fafc;border:1px solid #e9ecef;border-radius:12px;margin-bottom:20px;padding:20px 22px;transition:all .3s ease}.modal-body .form-section:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.modal-body .form-section h4{align-items:center;color:#1e293b;display:flex;font-size:16px;font-weight:600;gap:8px;margin:0 0 16px}.modal-body .form-section:first-child h4:before{content:"👤"}.modal-body .form-section:nth-child(2) h4:before{content:"📍"}.modal-body .form-section:nth-child(3) h4:before{content:"🎉"}.modal-body .form-section:nth-child(4) h4:before{content:"🛒"}.modal-body .form-section:last-child h4:before{content:"💰"}.modal-body .form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr 1fr;margin-bottom:0}.modal-body .form-row .full-width{grid-column:1/-1}.modal-body .form-group{display:flex;flex-direction:column}.modal-body .form-group label{color:#334155;font-size:13px;font-weight:600;margin-bottom:6px}.modal-body .form-group input,.modal-body .form-group select{background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#1e293b;font-size:14px;padding:10px 14px;transition:all .3s ease}.modal-body .form-group input:focus,.modal-body .form-group select:focus{border-color:#3b4635;box-shadow:0 0 0 3px #003b911a;outline:none}.modal-body .form-group input:disabled,.modal-body .form-group select:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.6}.modal-body .add-item-row{grid-gap:12px;align-items:end;display:grid;gap:12px;grid-template-columns:1fr 1fr 80px auto;margin-bottom:15px}.modal-body .add-item-row .form-group{margin:0}.modal-body .add-item-btn{background:linear-gradient(135deg,#059669,#047857);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;height:44px;padding:10px 24px;transition:all .3s ease;white-space:nowrap}.modal-body .add-item-btn:hover:not(:disabled){box-shadow:0 4px 12px #0596694d;transform:translateY(-2px)}.modal-body .add-item-btn:disabled{cursor:not-allowed;opacity:.6}.modal-body .order-items-list{margin-top:15px;overflow-x:auto}.modal-body .order-items-list .dashboard-table{border-radius:12px;margin:0;overflow:hidden}.modal-body .order-items-list .dashboard-table th{background:#f1f5f9;font-size:12px;padding:10px 12px}.modal-body .order-items-list .dashboard-table td{font-size:13px;padding:10px 12px}.modal-body .order-items-list .remove-btn{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;padding:4px 14px;transition:all .3s ease}.modal-body .order-items-list .remove-btn:hover:not(:disabled){background:#dc2626;transform:scale(1.05)}.modal-body .order-items-list .remove-btn:disabled{cursor:not-allowed;opacity:.5}.modal-body .order-items-list input[type=number]{border:2px solid #e2e8f0;border-radius:6px;font-size:13px;padding:4px 8px;text-align:center;width:60px}.modal-body .order-items-list input[type=number]:focus{border-color:#3b4635;outline:none}.modal-body .order-items-list .total-row{background:#f1f5f9;font-weight:600}.modal-body .order-items-list .total-row td{border-top:2px solid #cbd5e1;padding:12px}.modal-body .totals-summary{background:#f8fafc;border:1px solid #e9ecef;border-radius:12px;margin-top:15px;padding:16px 20px}.modal-body .totals-summary .total-row{color:#475569;display:flex;font-size:14px;justify-content:space-between;padding:6px 0}.modal-body .totals-summary .total-row.grand-total{border-top:2px solid #cbd5e1;color:#1e293b;font-size:18px;font-weight:700;margin-top:8px;padding-top:12px}.modal-body .totals-summary .total-row.grand-total span:last-child{color:#3b4635}.modal-body .alert{animation:modalSlideIn .3s ease;border-radius:10px;font-size:14px;font-weight:500;margin-bottom:20px;padding:12px 18px}.modal-body .alert-error{background:#fef2f2;border:1px solid #fecaca;border-left:4px solid #ef4444;color:#dc2626}.modal-body .alert-success{background:#f0fdf4;border:1px solid #bbf7d0;border-left:4px solid #22c55e;color:#16a34a}.modal-body .form-actions{border-top:2px solid #e9ecef;display:flex;gap:15px;justify-content:flex-end;margin-top:25px;padding-top:20px}.modal-body .cancel-btn{background:#94a3b8;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 30px;transition:all .3s ease}.modal-body .cancel-btn:hover:not(:disabled){background:#64748b;transform:translateY(-2px)}.modal-body .cancel-btn:disabled{cursor:not-allowed;opacity:.5}.modal-body .submit-btn{background:linear-gradient(135deg,#3b4635,#002a6b);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 36px;transition:all .3s ease}.modal-body .submit-btn:hover:not(:disabled){box-shadow:0 6px 20px #003b914d;transform:translateY(-2px)}.modal-body .submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.modal-overlay{align-items:flex-start;padding:20px 10px 10px}.modal-content{border-radius:12px;max-height:95vh}.modal-header{border-radius:12px 12px 0 0;padding:16px 20px}.modal-header h2{font-size:20px}.modal-header h2:before{font-size:22px}.modal-body{padding:16px 18px 20px}.modal-body .form-section{padding:16px}.modal-body .form-row{gap:12px;grid-template-columns:1fr}.modal-body .add-item-row{gap:10px;grid-template-columns:1fr}.modal-body .add-item-btn{height:42px;width:100%}.modal-body .form-actions{flex-direction:column}.modal-body .cancel-btn,.modal-body .submit-btn{width:100%}.modal-close-btn{font-size:24px;height:38px;width:38px}}@media (max-width:480px){.modal-header{padding:14px 16px}.modal-header h2{font-size:18px}.modal-header h2:before{content:"📋";font-size:18px}.modal-body{padding:12px 14px 16px}.modal-body .form-section{padding:12px 14px}.modal-body .form-section h4{font-size:14px}.modal-body .form-group input,.modal-body .form-group select{font-size:13px;padding:8px 12px}.modal-body .totals-summary .total-row.grand-total{font-size:16px}}@media (prefers-color-scheme:dark){.modal-content{background:#1e293b}.modal-header{background:linear-gradient(135deg,#0f172a,#1e293b);border-bottom-color:#334155}.modal-header h2{color:#f1f5f9}.modal-close-btn{color:#94a3b8}.modal-body .form-section{background:#0f172a;border-color:#334155}.modal-body .form-section h4{color:#f1f5f9}.modal-body .form-group label{color:#94a3b8}.modal-body .form-group input,.modal-body .form-group select{background:#1e293b;border-color:#334155;color:#f1f5f9}.modal-body .form-group input:focus,.modal-body .form-group select:focus{border-color:#ae8f58;box-shadow:0 0 0 3px #f5822026}.modal-body .order-items-list .dashboard-table th{background:#0f172a;color:#cbd5e1}.modal-body .order-items-list .dashboard-table td{border-bottom-color:#334155;color:#94a3b8}.modal-body .order-items-list .total-row{background:#0f172a}.modal-body .order-items-list .total-row td{border-top-color:#334155}.modal-body .totals-summary{background:#0f172a;border-color:#334155}.modal-body .totals-summary .total-row{color:#94a3b8}.modal-body .totals-summary .total-row.grand-total{border-top-color:#334155;color:#f1f5f9}.modal-body .totals-summary .total-row.grand-total span:last-child{color:#ae8f58}.modal-body .alert-error{background:#1e293b;border-color:#7f1d1d;color:#fca5a5}.modal-body .alert-success{background:#1e293b;border-color:#14532d;color:#86efac}.modal-body .form-actions{border-top-color:#334155}}.manual-badge{background:#fef3c7;border-radius:4px;color:#ae8f58;font-size:.6rem;font-weight:600;margin-left:4px;padding:2px 6px}.add-section-btn{background:#f0f0f0;border:2px dashed #ccc;border-radius:6px;color:#555;cursor:pointer;font-size:15px;font-weight:500;padding:12px;transition:all .3s;width:100%}.add-section-btn:hover:not(:disabled){background:#e8e8e8}.add-section-btn:disabled{cursor:not-allowed;opacity:.6}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.section-header h4{margin:0}.remove-section-btn{background:#ff4757;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:6px 16px;transition:background .3s}.remove-section-btn:hover:not(:disabled){background:#f34}.remove-section-btn:disabled{cursor:not-allowed;opacity:.6}.section-content{animation:slideDown .3s ease-out}.categories-management{padding:20px 0}.categories-header{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:30px}.categories-header h2{color:#1a1a2e;font-size:1.8rem;margin:0}.add-category-btn{align-items:center;background:linear-gradient(135deg,#3b4635,#5a6b52);border:none;border-radius:8px;box-shadow:0 4px 15px #3b46354d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.add-category-btn:hover{background:linear-gradient(135deg,#4a5a42,#6a7b62);box-shadow:0 6px 20px #3b463566;transform:translateY(-2px)}.categories-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.no-categories{background:#f8f9fa;border-radius:12px;color:#6c757d;font-size:1.1rem;grid-column:1/-1;padding:60px 20px;text-align:center}.no-categories i{color:#d1d5db;display:block;font-size:3rem;margin-bottom:15px}.category-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 10px #00000014;overflow:hidden;transition:all .3s ease}.category-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-4px)}.category-banner-wrapper{background:#f5f5f5;height:150px;overflow:hidden;position:relative;width:100%}.category-banner-image{height:100%;object-fit:cover;width:100%}.category-banner-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:4px;color:#fff;font-size:.7rem;font-weight:500;padding:4px 12px;position:absolute;right:10px;top:10px}.banner-label{align-items:center;display:flex;gap:4px}.category-card-header{align-items:center;background:#fafafa;border-bottom:1px solid #f0f0f0;display:flex;gap:15px;padding:20px}.category-image-preview{border:2px solid #e0e0e0;border-radius:8px;flex-shrink:0;height:70px;overflow:hidden;width:70px}.category-image-preview img{height:100%;object-fit:cover;width:100%}.category-icon-preview{align-items:center;background:linear-gradient(135deg,#3b4635,#5a6b52);border:2px solid #e0e0e0;border-radius:8px;display:flex;flex-shrink:0;height:70px;justify-content:center;width:70px}.category-icon-preview i{color:#fff;font-size:2.5rem}.category-info{flex:1 1;min-width:0}.category-info h3{color:#1a1a2e;font-size:1.1rem;font-weight:600;margin:0 0 5px}.category-meta{align-items:center;gap:8px}.category-slug{font-family:monospace}.category-order,.category-slug{background:#f0f0f0;border-radius:4px;color:#6c757d;font-size:.75rem;padding:2px 8px}.category-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#4a4a4a;display:-webkit-box;font-size:.95rem;line-height:1.6;margin:0;overflow:hidden}.category-actions,.category-description{border-bottom:1px solid #f0f0f0;padding:15px 20px}.category-actions{display:flex;flex-wrap:wrap;gap:10px}.category-actions button{border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;padding:8px 16px;transition:all .3s ease}.subcategories-section{background:#f8f9fa;padding:15px 20px}.subcategories-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.subcategories-header h4{color:#1a1a2e;font-size:.95rem;font-weight:600;margin:0}.subcategories-hint{color:#6c757d;font-size:.7rem;font-style:italic}.subcategories-grid{grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.subcategory-card-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all .3s ease}.subcategory-card-item:hover{border-color:#3b4635;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.subcategory-image-wrapper{height:120px}.subcategory-image{transition:transform .3s ease}.subcategory-card-item:hover .subcategory-image{transform:scale(1.05)}.subcategory-icon-wrapper{align-items:center;background:linear-gradient(135deg,#e8e8e8,#d0d0d0);color:#999;display:flex;height:120px;justify-content:center;width:100%}.subcategory-icon-wrapper i{font-size:3rem}.subcategory-content{padding:12px}.subcategory-info{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:space-between;margin-bottom:5px}.sub-name{color:#1a1a2e;flex:1 1;font-size:.9rem;font-weight:600}.sub-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6c757d;display:-webkit-box;font-size:.75rem;margin:5px 0 10px;min-height:20px;overflow:hidden}.sub-actions{display:flex;gap:6px;margin-top:8px}.sub-actions button{border:none;border-radius:4px;cursor:pointer;flex:1 1;font-size:.7rem;font-weight:500;padding:4px 10px;transition:all .2s ease}.sub-actions .edit-btn.small{background:#e3f2fd;color:#1976d2}.sub-actions .edit-btn.small:hover{background:#bbdefb}.sub-actions .delete-btn.small{background:#fef2f2;color:#dc2626}.sub-actions .delete-btn.small:hover{background:#fecaca}.status-badge{border-radius:12px;display:inline-block;font-size:.65rem;font-weight:600;letter-spacing:.5px;padding:3px 10px;text-transform:uppercase}.status-paid{background:#e8f5e9;color:#2e7d32}.status-not-paid{background:#fef2f2;color:#dc2626}.subcategory-form-container{background:#f8f9fa;border-top:2px solid #e0e0e0;padding:20px}.subcategory-form-container h4{color:#1a1a2e;font-size:1rem;font-weight:600;margin:0 0 15px}.subcategory-form-container .form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-bottom:15px}.subcategory-form-container .form-group{display:flex;flex-direction:column}.subcategory-form-container .form-group label{color:#1a1a2e;font-size:.85rem;font-weight:500;margin-bottom:5px}.subcategory-form-container .form-group input{border:1px solid #ddd;border-radius:6px;font-size:.9rem;padding:8px 12px;transition:border-color .3s ease}.subcategory-form-container .form-group input:focus{border-color:#3b4635;box-shadow:0 0 0 3px #3b46351a;outline:none}.subcategory-form-container .form-group input[type=checkbox]{margin-right:8px;width:auto}.subcategory-form-container .form-group small{color:#6c757d;font-size:.7rem;margin-top:4px}.subcategory-form-container .form-actions{display:flex;gap:10px;margin-top:15px}.subcategory-form-container .form-actions button{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;padding:8px 20px;transition:all .3s ease}.subcategory-form-container .form-actions button[type=submit]{background:linear-gradient(135deg,#3b4635,#5a6b52);color:#fff}.subcategory-form-container .form-actions button[type=submit]:hover{box-shadow:0 4px 15px #3b46354d;transform:translateY(-2px)}.subcategory-form-container .form-actions button[type=submit]:disabled{cursor:not-allowed;opacity:.6;transform:none}.subcategory-form-container .form-actions .cancel-btn{background:#f5f5f5;color:#666}.subcategory-form-container .form-actions .cancel-btn:hover{background:#e0e0e0}@media (max-width:1024px){.categories-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.subcategories-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media (max-width:768px){.categories-header{align-items:stretch;flex-direction:column;gap:15px}.categories-header h2{font-size:1.5rem}.add-category-btn{justify-content:center;width:100%}.categories-grid{gap:20px;grid-template-columns:1fr}.category-banner-wrapper{height:120px}.category-card-header{flex-wrap:wrap}.category-icon-preview,.category-image-preview{height:60px;width:60px}.category-info h3{font-size:1rem}.category-actions{flex-direction:column}.category-actions button{justify-content:center;width:100%}.subcategories-grid{gap:10px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.subcategory-image-wrapper{height:100px}.subcategory-form-container .form-row{gap:12px;grid-template-columns:1fr}.subcategory-form-container .form-actions{flex-direction:column}.subcategory-form-container .form-actions button{width:100%}.subcategories-header{align-items:flex-start;flex-direction:column;gap:5px}}@media (max-width:480px){.categories-management{padding:10px 0}.categories-grid{gap:15px}.category-banner-wrapper{height:100px}.category-card-header{gap:10px;padding:15px}.category-icon-preview,.category-image-preview{height:50px;width:50px}.category-icon-preview i{font-size:1.8rem}.category-info h3{font-size:.9rem}.category-description{font-size:.85rem;padding:12px 15px}.category-actions{padding:12px 15px}.category-actions button{font-size:.8rem;padding:6px 12px}.subcategories-grid{gap:8px;grid-template-columns:1fr 1fr}.subcategory-image-wrapper{height:80px}.subcategory-content{padding:8px}.sub-name{font-size:.75rem}.sub-description{font-size:.65rem}.sub-actions button{font-size:.6rem;padding:3px 6px}.subcategory-form-container{padding:15px}.subcategory-form-container h4{font-size:.9rem}.subcategory-form-container .form-group input{font-size:.85rem;padding:6px 10px}}.category-card{animation:fadeInUp .4s ease forwards}.category-card:first-child{animation-delay:.05s}.category-card:nth-child(2){animation-delay:.1s}.category-card:nth-child(3){animation-delay:.15s}.category-card:nth-child(4){animation-delay:.2s}.category-card:nth-child(5){animation-delay:.25s}.category-card:nth-child(6){animation-delay:.3s}.loading-state{color:#6c757d;font-size:1.1rem;padding:60px 20px;text-align:center}.error-state{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;padding:40px 20px;text-align:center}.about-page{color:#7f503c;font-family:Segoe UI,sans-serif}.about-section{padding:60px 20px}.light-bg{background-color:#fdf9f6}.dark-bg{background-color:linear-gradient(37deg,#7f503c 30%,#252a2d 50%)}.about-content{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin:0 auto;max-width:1200px}.about-content.reverse{flex-direction:row-reverse}.text{flex:1 1;min-width:300px}.text h2{color:linear-gradient(37deg,#7f503c 30%,#252a2d 50%);font-size:32px;margin-bottom:20px}.text p{font-size:18px;line-height:1.6}.text ul{list-style:none;padding:0}.text ul li{font-size:18px;margin:10px 0}.image{flex:1 1;min-width:300px;text-align:center}.image img{border-radius:12px;box-shadow:0 0 15px #0000001a;max-width:500px;width:100%}.promise-section{margin:0 auto;max-width:800px;text-align:center}.promise-section h2{color:#d4af37;font-size:32px;margin-bottom:20px}.promise-section p{color:linear-gradient(37deg,#7f503c 30%,#252a2d 50%);font-size:18px;line-height:1.6}@media (max-width:768px){.about-content{flex-direction:column;text-align:center}.image,.text{flex:initial;max-width:100%}}.contact-page{color:#fff;font-family:Segoe UI,sans-serif}.contact-banner{background-color:#fff;padding:60px 20px;text-align:center}.contact-banner h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#7f503c,#252a2d);-webkit-background-clip:text;font-size:2.5rem;font-weight:700}.contact-banner p{color:#555;font-size:1.1rem;margin-top:10px}.contact-section-wrapper{background:#252a2d;padding:60px 20px}.contact-section{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin:0 auto;max-width:1200px}.contact-form-box{background-color:#1f2224;border-radius:12px;box-shadow:0 0 10px #0000004d;flex:1 1;min-width:300px;padding:30px}.contact-form-box h2{color:#d4af37;margin-bottom:20px}.contact-form input,.contact-form textarea{background-color:#2f3336;border:none;border-radius:8px;color:#fff;margin-bottom:15px;padding:12px;width:100%}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#bbb}.contact-form button{background:linear-gradient(90deg,#7f503c,#252a2d);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:12px}.contact-form button:hover{background:linear-gradient(90deg,#5a3228,#1b2023)}.contact-info-box{flex:1 1;min-width:300px}.contact-info-box h2{border-bottom:2px solid #d4af37;color:#fff;display:inline-block;font-size:28px;margin-bottom:20px;padding-bottom:5px}.contact-info-box p{align-items:center;color:#fdf9f6;display:flex;font-size:16px;gap:10px;margin:12px 0}.contact-info-box a{color:#fff;text-decoration:none}.contact-info-box a:hover{color:#cecaca;text-decoration:none}.icon{color:#d4af37;font-size:18px}.map-box{height:350px;margin:0;padding:0;width:100%}.map-box iframe{border:none;display:block;height:100%;width:100%}.faq-section{background-color:#fdf9f6;color:#333;padding:60px 20px;text-align:center}.faq-section h2{color:#7f503c;font-size:30px;margin-bottom:30px}.faq-list{margin:0 auto;max-width:900px;text-align:left}.faq-item{margin-bottom:20px}.faq-item h4{color:#252a2d;font-size:20px;margin-bottom:8px}.faq-item p{color:#555;font-size:16px}@media (max-width:768px){.contact-section{flex-direction:column}.contact-banner h1{font-size:32px}}.privacy-container{background-color:#fff;color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:900px;padding:2rem}.privacy-heading{color:#7f503c;font-size:2rem;margin-bottom:1.3rem;text-align:center}.privacy-subheading{color:#7f503c;font-size:1.25rem;margin-bottom:.8rem;margin-top:1.5rem}.privacy-paragraph{line-height:1.6;margin-bottom:1rem}.privacy-list{list-style-type:disc;margin-bottom:1rem;padding-left:1.5rem}.privacy-list li{margin-bottom:15px}.terms-container{background-color:#fff;color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:900px;padding:2rem}.terms-heading{color:#7f503c;font-size:2rem;margin-bottom:1rem;text-align:center}.terms-subheading{color:#7f503c;font-size:1.25rem;margin-bottom:.5rem;margin-top:1.5rem}.terms-paragraph{line-height:1.6;margin-bottom:1rem}.terms-list{list-style-type:disc;margin-bottom:1rem;padding-left:1.5rem}.return-container{background-color:#fff;color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:900px;padding:2rem}.return-heading{color:#7f503c;font-size:2rem;margin-bottom:1.3rem;text-align:center}.return-subheading{color:#7f503c;font-size:1.25rem;margin-bottom:.8rem;margin-top:1.5rem}.return-paragraph{line-height:1.6;margin-bottom:1rem}.return-list{list-style-type:disc;margin-bottom:1rem;padding-left:1.5rem}.return-list li{margin-bottom:15px}.contact-confirmation-container{background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;margin-left:auto;margin-right:auto;margin-top:50px;max-width:500px;padding:20px;text-align:center}.contact-confirmation-logo{height:auto;margin:0 auto;width:250px}.contact-confirmation-message{color:#333;font-family:Arial,sans-serif;margin-bottom:20px}.contact-confirmation-btn{background-color:#7f503c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s ease}.contact-confirmation-btn:hover{background-color:#924f33}.error-container{background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;margin-left:auto;margin-right:auto;margin-top:50px;max-width:500px;padding:20px;text-align:center}.error-logo{height:auto;margin:0 auto;width:250px}.error-message{color:#00d3b3;font-size:16px;margin-bottom:20px}.error-btn{background-color:#7f503c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s ease}.error-btn:hover{background-color:#924f33}.wishlist-screen{animation:fadeIn .5s ease-out;margin:2rem auto;max-width:1400px;min-height:70vh;padding:0 2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wishlist-screen h1{background:linear-gradient(135deg,#3b4635,#ae8f58);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:2rem;font-weight:800;letter-spacing:-.5px;margin-bottom:2rem;position:relative}.wishlist-screen h1:after{background:linear-gradient(90deg,#3b4635,#ae8f58);border-radius:3px;bottom:-10px;content:"";height:3px;left:0;position:absolute;width:80px}.wishlist-message{animation:slideDown .3s ease;border-radius:16px;font-weight:600;margin-bottom:1.5rem;padding:1rem;text-align:center}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.wishlist-message.success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-left:4px solid #10b981;color:#065f46}.wishlist-message.error{background:linear-gradient(135deg,#fee2e2,#fecaca);border-left:4px solid #ef4444;color:#dc2626}.wishlist-items{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 4px 20px #0000000d;overflow:hidden}.wishlist-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0;color:#1e293b;font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.wishlist-header,.wishlist-item{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:3fr 1fr 1fr 1.5fr;padding:1rem 1.5rem}.wishlist-item{align-items:center;border-bottom:1px solid #f1f5f9;transition:all .3s ease}.wishlist-item:hover{background:#fafbfc;transform:scale(1.01)}.wishlist-item:last-child{border-bottom:none}.wishlist-item-product{align-items:center;display:flex;gap:1rem}.wishlist-item-product img{border-radius:12px;box-shadow:0 2px 8px #0000000d;cursor:pointer;height:60px;object-fit:cover;transition:all .3s ease;width:60px}.wishlist-item-product img:hover{box-shadow:0 4px 12px #003b9133;transform:scale(1.1)}.wishlist-item-product a{text-decoration:none;transition:color .3s ease}.wishlist-item-product span{color:#1e293b;font-size:.95rem;font-weight:600}.wishlist-item-product a:hover span{color:#3b4635}.wishlist-item-price{color:#3b4635;font-size:1rem;font-weight:700}.wishlist-item-stock{align-items:center;display:flex}.in-stock{align-items:center;color:#10b981;display:inline-flex;font-weight:600;gap:.25rem}.in-stock:before{color:#10b981;content:"●";font-size:.5rem}.out-of-stock{align-items:center;color:#ef4444;display:inline-flex;font-weight:600;gap:.25rem}.out-of-stock:before{color:#ef4444;content:"●";font-size:.5rem}.wishlist-item-actions{align-items:center;display:flex;gap:.75rem}.add-to-cart-btn{background:linear-gradient(135deg,#3b4635,#002a6b);border:none;border-radius:30px;color:#fff;cursor:pointer;flex:1 1;font-size:.8rem;font-weight:600;padding:.6rem 1rem;transition:all .3s ease}.add-to-cart-btn:hover:not(:disabled){background:linear-gradient(135deg,#0045a8,#3b4635);box-shadow:0 4px 12px #003b914d;transform:translateY(-2px)}.add-to-cart-btn:disabled{cursor:not-allowed;opacity:.6}.remove-btn{background:#0000;border:1.5px solid #ef4444;border-radius:30px;color:#ef4444;cursor:pointer;font-size:.8rem;font-weight:600;padding:.6rem 1rem;transition:all .3s ease}.remove-btn:hover:not(:disabled){background:#ef4444;box-shadow:0 4px 12px #ef44444d;color:#fff;transform:translateY(-2px)}.remove-btn:disabled{cursor:not-allowed;opacity:.5}.empty-wishlist{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 4px 20px #0000000d;padding:4rem;text-align:center}.empty-wishlist-icon{animation:pulse 2s ease-in-out infinite;font-size:5rem;margin-bottom:1rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.empty-wishlist p{color:#1e293b;font-size:1.2rem;margin-bottom:1rem}.empty-wishlist .btn{align-items:center;background:linear-gradient(135deg,#3b4635,#002a6b);border-radius:50px;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease}.empty-wishlist .btn:hover{background:linear-gradient(135deg,#0045a8,#3b4635);box-shadow:0 5px 15px #003b914d;transform:translateY(-2px)}.loader-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.loader-container .loader{animation:spin .8s linear infinite;border-color:#3b4635 #ae8f58 #e2e8f0 #e2e8f0;border-radius:50%;border-style:solid;border-width:3px;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.loader-container p{color:#64748b;font-size:.9rem}@media screen and (max-width:1024px){.wishlist-screen{padding:0 1.5rem}.wishlist-header,.wishlist-item{gap:.75rem;grid-template-columns:2.5fr 1fr 1fr 1.5fr}}@media screen and (max-width:768px){.wishlist-screen{margin:1rem auto;padding:0 1rem}.wishlist-screen h1{font-size:1.5rem}.wishlist-header{display:none}.wishlist-item{background:#fff;border:1px solid #e5e7eb;border-radius:16px;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1rem}.wishlist-item-product{flex-direction:column;justify-content:center;text-align:center;width:100%}.wishlist-item-product img{height:80px;width:80px}.wishlist-item-actions,.wishlist-item-price,.wishlist-item-stock{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0;width:100%}.wishlist-item-price:before{color:#64748b;content:"Price:";font-weight:600}.wishlist-item-stock:before{color:#64748b;content:"Stock:";font-weight:600}.wishlist-item-actions:before{color:#64748b;content:"Actions:";font-weight:600}.wishlist-item-actions{flex-direction:column;gap:.5rem}.add-to-cart-btn,.remove-btn{padding:.7rem;width:100%}.empty-wishlist{padding:2rem}.empty-wishlist-icon{font-size:3rem}.empty-wishlist p{font-size:1rem}}@media screen and (max-width:480px){.wishlist-screen{padding:0 .75rem}.wishlist-screen h1{font-size:1.3rem}.wishlist-item{padding:.75rem}.wishlist-item-product img{height:60px;width:60px}.wishlist-item-price,.wishlist-item-product span,.wishlist-item-stock{font-size:.85rem}}@media (prefers-color-scheme:dark){.wishlist-items{background:#1e293b;border-color:#334155}.wishlist-header{background:linear-gradient(135deg,#0f172a,#1e293b);color:#cbd5e1}.wishlist-header,.wishlist-item{border-bottom-color:#334155}.wishlist-item:hover{background:#0f172a}.wishlist-item-product span{color:#cbd5e1}.wishlist-item-price,.wishlist-item-product a:hover span{color:#60a5fa}.empty-wishlist{background:#1e293b;border-color:#334155}.empty-wishlist p{color:#cbd5e1}.wishlist-message.success{background:linear-gradient(135deg,#064e3b,#065f46);color:#a7f3d0}.wishlist-message.error{background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fecaca}.wishlist-item-actions:before,.wishlist-item-price:before,.wishlist-item-stock:before{color:#94a3b8}}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.wishlist-item{animation:slideIn .3s ease-out}.wishlist-count{align-items:center;background:#3b4635;border-radius:50%;bottom:2rem;box-shadow:0 4px 12px #0003;color:#fff;cursor:pointer;display:flex;font-weight:700;height:50px;justify-content:center;position:fixed;right:2rem;transition:all .3s ease;width:50px;z-index:100}.wishlist-count:hover{background:#ae8f58;transform:scale(1.1)}.share-wishlist{margin-top:2rem;text-align:center}.share-btn{background:#0000;border:1px solid #3b4635;border-radius:30px;color:#3b4635;cursor:pointer;font-size:.85rem;font-weight:600;padding:.6rem 1.5rem;transition:all .3s ease}.share-btn:hover{background:#3b4635;color:#fff;transform:translateY(-2px)}@media print{.add-to-cart-btn,.remove-btn,.share-wishlist,.wishlist-item-actions{display:none}.wishlist-screen{margin:0;padding:0}.wishlist-items{border:1px solid #ddd;box-shadow:none}}.category-meta .subcategory-count{background:#e8f0fe;color:#3b4635}.category-banner{height:300px}.coming-soon-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;box-shadow:0 10px 30px #0000000d;margin:2rem 0;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center}.coming-soon-section:before{animation:pulseGlow 4s ease-in-out infinite;background:radial-gradient(circle,#ffd7000d 0,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes pulseGlow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.coming-soon-content{margin:0 auto;max-width:700px;position:relative;z-index:1}.coming-soon-icon{animation:float 3s ease-in-out infinite;color:#ae8f58;font-size:4rem;margin-bottom:1rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.coming-soon-section h2{-webkit-text-fill-color:#0000;background:#3b4635;-webkit-background-clip:text;background-clip:text;color:#2c3e50;font-size:3rem;font-weight:700;margin-bottom:.5rem}.coming-soon-section h3{color:#ae8f58;font-size:1.5rem;margin-bottom:1rem}.coming-soon-section p{color:#7f8c8d;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.coming-soon-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2rem 0}.feature-item{align-items:center;background:#fff;border-radius:50px;box-shadow:0 4px 15px #00000014;display:flex;gap:.5rem;padding:.8rem 1.5rem;transition:all .3s ease}.feature-item:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-3px)}.feature-item i{color:#ae8f58;font-size:1.2rem}.feature-item span{color:#2c3e50;font-weight:500}.coming-soon-notify{border-top:2px dashed #dee2e6;margin-top:2rem;padding-top:2rem}.coming-soon-notify p{color:#34495e;margin-bottom:1rem}.notify-btn{align-items:center;background:linear-gradient(135deg,#f39c12,#e67e22);border:none;border-radius:50px;box-shadow:0 4px 15px #f39c124d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.8rem;padding:.8rem 2.5rem;transition:all .3s ease}.notify-btn:hover{background:linear-gradient(135deg,#e67e22,#d35400);box-shadow:0 6px 25px #f39c1266;transform:translateY(-3px)}.notify-btn:active{transform:translateY(0)}@media (max-width:768px){.coming-soon-section{padding:2rem 1rem}.coming-soon-section h2{font-size:2.2rem}.coming-soon-features{gap:1rem}.feature-item{font-size:.9rem;padding:.6rem 1.2rem}.notify-btn{font-size:1rem;padding:.6rem 2rem}}@media (max-width:480px){.coming-soon-features{align-items:center;flex-direction:column}.feature-item{justify-content:center;width:100%}}.category-screen{margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem 1rem}.category-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:60vh}.category-loading i{color:#3b4635;font-size:3rem}.category-loading span{color:#6c757d;font-size:1.2rem}.category-not-found{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.category-not-found i{color:#d1d5db;font-size:4rem;margin-bottom:1rem}.category-not-found h2{color:#1a1a2e;font-size:2rem;margin:0 0 .5rem}.category-not-found p{color:#6c757d;margin:0 0 1.5rem}.back-home{background:#3b4635;border-radius:8px;color:#fff;display:inline-block;font-weight:500;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease}.back-home:hover{background:#ae8f58;box-shadow:0 4px 15px #f582204d;transform:translateY(-2px)}.category-header{border-bottom:2px solid #f0f0f0;margin-bottom:2.5rem;padding-bottom:1.5rem}.breadcrumb{align-items:center;color:#6c757d;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:1rem}.breadcrumb a{color:#3b4635;text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:#ae8f58}.breadcrumb .separator{color:#d1d5db}.breadcrumb .current{color:#1a1a2e;font-weight:500}.category-header h1{color:#1a1a2e;font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.category-header p{color:#6c757d;font-size:1.1rem;line-height:1.6;margin:0 0 1rem}.category-meta{display:flex;flex-wrap:wrap;gap:1.5rem}.category-meta span{background:#f8f9fa;border-radius:20px;color:#6c757d;font-size:.9rem;padding:.25rem .75rem}.category-banner{border-radius:12px;height:500px;margin-bottom:2.5rem;overflow:hidden;position:relative;width:100%}.banner-image{height:100%;object-fit:cover;width:100%}.banner-overlay{align-items:center;background:#00000080;display:flex;height:100%;left:0;padding:2rem;position:absolute;top:0;width:100%}.banner-content{color:#fff;max-width:600px}.banner-content h1{font-size:3rem;font-weight:700;margin:0 0 .5rem}.banner-content p{font-size:1.1rem;margin:0 0 1rem;opacity:.9}.banner-meta span{background:#fff3;border-radius:20px;display:inline-block;font-size:.9rem;padding:.25rem 1rem}.subcategories-section{margin-bottom:2.5rem}.subcategories-section h3{border-left:4px solid #ae8f58;color:#1a1a2e;font-size:1.3rem;font-weight:600;margin:0 0 1rem;padding-left:.5rem}.subcategories-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.subcategory-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;color:inherit;display:block;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.subcategory-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.subcategory-image-wrapper{background:#f5f5f5;overflow:hidden;padding-top:75%;position:relative;width:100%}.subcategory-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .5s ease;width:100%}.subcategory-card:hover .subcategory-image{transform:scale(1.05)}.subcategory-icon{color:#ccc;font-size:48px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.subcategory-overlay{align-items:center;background:#000000bf;display:flex;height:100%;justify-content:center;left:0;opacity:0;padding:20px;position:absolute;top:0;transition:opacity .3s ease;width:100%}.subcategory-card:hover .subcategory-overlay{opacity:1}.subcategory-overlay-content{color:#fff;text-align:center;transform:translateY(20px);transition:transform .3s ease}.subcategory-card:hover .subcategory-overlay-content{transform:translateY(0)}.subcategory-overlay-content h4{color:#fff;font-size:1.2rem;font-weight:600;margin:0 0 8px}.subcategory-overlay-content p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#ffffffd9;display:-webkit-box;font-size:.9rem;line-height:1.4;margin:0 0 12px;overflow:hidden}.subcategory-link{background:#ae8f58;border-radius:20px;color:#fff;display:inline-block;font-size:.85rem;font-weight:500;padding:6px 16px;transition:background .3s ease,transform .3s ease}.subcategory-link:hover{background:#3b4635;transform:scale(1.05)}.subcategory-link i{font-size:.75rem;margin-left:6px}.category-products{margin-top:1rem}.category-products h3{border-left:4px solid #3b4635;color:#1a1a2e;font-size:1.3rem;font-weight:600;margin:0 0 1.5rem;padding-left:.5rem}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(290px,1fr))}.no-products{align-items:center;background:#f8f9fa;border-radius:12px;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.no-products i{color:#d1d5db;font-size:3rem;margin-bottom:1rem}.no-products p{color:#6c757d;font-size:1.1rem;margin:0}.error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;gap:.75rem;padding:1rem 1.5rem}.error i{font-size:1.2rem}.error p{font-weight:500;margin:0}@media (max-width:992px){.products-grid{gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.category-banner{height:250px}.banner-content h1{font-size:2.5rem}}@media (max-width:768px){.category-screen{padding:1.5rem 1rem}.category-header h1{font-size:2rem}.category-header p{font-size:1rem}.products-grid,.subcategories-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.category-meta span{font-size:.8rem;padding:.2rem .6rem}.category-products h3,.subcategories-section h3{font-size:1.1rem}.category-banner{height:200px}.banner-content h1{font-size:2rem}.banner-content p{font-size:1rem}}@media (max-width:576px){.category-screen{padding:1rem .75rem}.category-header h1{font-size:1.5rem}.category-header p{font-size:.9rem}.breadcrumb{font-size:.8rem}.subcategories-grid{gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.products-grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}.no-products{padding:2rem 1rem}.no-products i{font-size:2rem}.no-products p{font-size:.95rem}.category-not-found h2{font-size:1.5rem}.category-meta{gap:.75rem}.category-banner{border-radius:8px;height:150px;margin-bottom:1.5rem}.banner-overlay{padding:1rem}.banner-content h1{font-size:1.5rem}.banner-content p{font-size:.85rem}.banner-meta span{font-size:.75rem;padding:.15rem .75rem}.subcategory-overlay-content h4{font-size:1rem}.subcategory-overlay-content p{font-size:.8rem}.subcategory-link{font-size:.75rem;padding:4px 12px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.products-grid>*{animation:fadeInUp .5s ease forwards}.products-grid>:first-child{animation-delay:.05s}.products-grid>:nth-child(2){animation-delay:.1s}.products-grid>:nth-child(3){animation-delay:.15s}.products-grid>:nth-child(4){animation-delay:.2s}.products-grid>:nth-child(5){animation-delay:.25s}.products-grid>:nth-child(6){animation-delay:.3s}.products-grid>:nth-child(7){animation-delay:.35s}.products-grid>:nth-child(8){animation-delay:.4s}.subcategories-grid>*{animation:fadeInUp .4s ease forwards}.subcategories-grid>:first-child{animation-delay:.05s}.subcategories-grid>:nth-child(2){animation-delay:.1s}.subcategories-grid>:nth-child(3){animation-delay:.15s}.subcategories-grid>:nth-child(4){animation-delay:.2s}.subcategories-grid>:nth-child(5){animation-delay:.25s}.subcategories-grid>:nth-child(6){animation-delay:.3s}
/*# sourceMappingURL=main.89f022c1.css.map*/