.navigation li.dropdown:hover>ul{display:block}.header-three .mobile-nav .logo img:last-child,.header-three .mobile-nav .mobile-logo img:last-child,.main-header .mobile-nav .logo img:last-child,.main-header .mobile-nav .mobile-logo img:last-child{display:none}.main-header.header-two .mobile-nav .logo img:last-child,.main-header.header-two .mobile-nav .mobile-logo img:last-child{display:inline-block}.page-item .page-link{border-radius:50%!important}.slider-single-item{display:none}.slider-single-item.slick-active{display:block}ul.slick-dots{display:flex!important}.slick-slide{padding:0 15px}img.mfp-img{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;width:100%;padding:0!important;top:50%;left:50%;transform:translate(-50%,-50%)}.mfp-img-container .mfp-content{max-width:400px!important}.mfp-img-container .mfp-close{top:-110px;right:-24px}.mfp-bottom-bar{top:unset;bottom:14px;right:0}.mfp-wrap{position:unset}.content_popup_warp.mfp-wrap.popup-box-inline{margin:auto;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}:root{--primary-50:#f0fdf4;--primary-100:#dcfce7;--primary-200:#bbf7d0;--primary-300:#86efac;--primary-400:#4ade80;--primary-500:#22c55e;--primary-600:#16a34a;--primary-700:#15803d;--primary-800:#166534;--primary-900:#14532d;--white:#fff;--gray-25:#fcfcfd;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--bg-primary:#fff;--bg-secondary:#fafbfc;--bg-tertiary:#f8f9fa;--bg-accent:#f0fdf4;--accent-blue:#3b82f6;--accent-purple:#8b5cf6;--accent-pink:#ec4899;--accent-orange:#f97316;--accent-red:#ef4444;--accent-yellow:#eab308;--shadow-xs:0 1px 2px 0 rgba(0,0,0,.05);--shadow-sm:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,.25);--ease-in-out-cubic:cubic-bezier(0.4,0,0.2,1);--ease-out-quart:cubic-bezier(0.25,1,0.5,1);--ease-bounce:cubic-bezier(0.68,-0.55,0.265,1.55)}.product-page-container{overflow:scroll!important;padding:60px 20px;background:var(--bg-secondary);min-height:100vh;position:relative}.product-page-container:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 1px 1px,rgba(var(--primary-200),.05) 1px,transparent 0);background-size:40px 40px;z-index:-1;opacity:.3}.product-grid{display:grid;grid-template-columns:45% 55%;grid-gap:60px;gap:60px;align-items:start;max-width:1400px;margin:0 auto;position:relative;animation:slideInUp .8s var(--ease-out-quart)}.product-image-wrapper{position:-webkit-sticky;position:sticky;top:80px;width:100%;align-self:flex-start;padding:40px;border-radius:24px;z-index:10;transition:all .4s var(--ease-out-quart)}.product-image-wrapper:hover{transform:translateY(-8px);box-shadow:var(--shadow-2xl)}.product-image-wrapper:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,var(--primary-500),var(--primary-400));border-radius:26px;z-index:-1;opacity:0;transition:opacity .3s ease}.product-image-wrapper:hover:before{opacity:.1}.product-image{width:100%;height:auto;object-fit:contain;border-radius:16px;transition:all .3s var(--ease-out-quart)}.product-image:hover{transform:scale(1.02)}.product-content{width:100%;position:relative}.product-content h2{font-size:clamp(28px,5vw,42px);font-weight:800;margin-bottom:20px;line-height:1.1;color:var(--gray-900);position:relative}.product-content h2:after{content:"";position:absolute;bottom:-12px;left:0;width:0;height:4px;background:linear-gradient(90deg,var(--primary-500),var(--primary-400));border-radius:2px;animation:underlineExpand 1s var(--ease-out-quart) .5s forwards}.product-content .category{color:var(--primary-700);font-size:14px;margin-bottom:15px;text-transform:uppercase;letter-spacing:2px;font-weight:600;background:var(--primary-50);display:inline-block;padding:8px 16px;border-radius:20px;border:1px solid var(--primary-200);transition:all .3s var(--ease-out-quart)}.product-content .category:hover{background:var(--primary-100);transform:translateY(-2px);box-shadow:var(--shadow-md)}.product-content .price{font-size:clamp(24px,4vw,36px);font-weight:900;color:var(--accent-red);margin:25px 0;position:relative;display:inline-block}.product-content .price:before{content:"";position:absolute;bottom:2px;left:-8px;right:-8px;height:8px;background:rgba(var(--accent-red),.1);border-radius:4px;z-index:-1}.product-content p{font-size:16px;color:var(--gray-700);margin-bottom:16px;line-height:1.7}.product-content p strong{color:var(--primary-700);font-weight:700}.product-content ul{padding-left:0;margin-bottom:30px;list-style:none;display:grid;grid-gap:12px;gap:12px}.product-content ul li{font-size:15px;padding:16px 20px;background:var(--white);border-radius:12px;border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);transition:all .3s var(--ease-out-quart);position:relative}.product-content ul li:before{content:"✓";color:var(--primary-600);font-weight:700;margin-right:12px;font-size:16px}.product-content ul li:hover{transform:translateX(8px);box-shadow:var(--shadow-md);background:var(--primary-25,#fefffe);border-color:var(--primary-200)}.product-content ul li:first-child{animation:slideInLeft .6s var(--ease-out-quart) .1s both}.product-content ul li:nth-child(2){animation:slideInLeft .6s var(--ease-out-quart) .2s both}.product-content ul li:nth-child(3){animation:slideInLeft .6s var(--ease-out-quart) .3s both}.product-content ul li:nth-child(4){animation:slideInLeft .6s var(--ease-out-quart) .4s both}.product-content ul li:nth-child(5){animation:slideInLeft .6s var(--ease-out-quart) .5s both}.product-content ul li:nth-child(6){animation:slideInLeft .6s var(--ease-out-quart) .6s both}.product-content ul li:nth-child(7){animation:slideInLeft .6s var(--ease-out-quart) .7s both}.product-content ul li:nth-child(8){animation:slideInLeft .6s var(--ease-out-quart) .8s both}.product-content ul li:nth-child(9){animation:slideInLeft .6s var(--ease-out-quart) .9s both}.product-content ul li:nth-child(10){animation:slideInLeft .6s var(--ease-out-quart) 1s both}.product-content .nutrition-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:30px;background:var(--white);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200)}.product-content .nutrition-table td,.product-content .nutrition-table th{padding:16px 20px;text-align:left;font-size:15px;border:none}.product-content .nutrition-table thead{background:linear-gradient(135deg,var(--primary-600),var(--primary-700))}.product-content .nutrition-table thead th{color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:1px}.product-content .nutrition-table tbody tr{transition:all .3s var(--ease-out-quart)}.product-content .nutrition-table tbody tr:nth-child(2n){background:var(--gray-25)}.product-content .nutrition-table tbody tr:hover{background:var(--primary-50);transform:scale(1.01)}.product-content .nutrition-table tbody tr td{border-bottom:1px solid var(--gray-100)}.product-content .nutrition-table tbody tr td:first-child{font-weight:600;color:var(--primary-700)}.product-content .nutrition-table tbody tr td:last-child{font-weight:500;color:var(--accent-orange)}.product-content .action-row{display:flex;gap:20px;align-items:center;padding:24px;border-radius:16px}.product-content .action-row input{width:100px;padding:5px;border:2px solid var(--gray-200);border-radius:12px;font-size:16px;font-weight:600;text-align:center;transition:all .3s var(--ease-out-quart);background:var(--white)}.product-content .action-row input:focus{outline:none;border-color:var(--primary-500);box-shadow:0 0 0 4px rgba(var(--primary-500),.1);transform:scale(1.02)}.product-content .action-row button{padding:8px 15px;background:linear-gradient(135deg,var(--primary-500),var(--primary-600));color:#fff;font-weight:700;font-size:16px;border:none;border-radius:12px;cursor:pointer;transition:all .3s var(--ease-out-quart);text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden}.product-content .action-row button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);transition:left .5s}.product-content .action-row button:hover:before{left:100%}.product-content .action-row button:hover{background:linear-gradient(135deg,var(--primary-600),var(--primary-700));transform:translateY(-2px);box-shadow:var(--shadow-lg)}.product-content .action-row button:active{transform:translateY(0)}.product-content .support-section{margin-top:40px;background:var(--white);padding:32px;border-radius:20px;border:1px solid var(--gray-200);box-shadow:var(--shadow-lg);position:relative}.product-content .support-section:after{content:"💬";position:absolute;top:-12px;right:24px;font-size:24px;background:var(--white);padding:12px;border-radius:50%;box-shadow:var(--shadow-md);border:2px solid var(--primary-200)}.product-content .support-section h5{font-size:20px;font-weight:800;margin-bottom:20px;color:var(--primary-700);text-transform:uppercase;letter-spacing:1px}.product-content .support-section h5:after{content:"";display:block;width:40px;height:3px;background:var(--primary-500);border-radius:2px;margin-top:8px}.product-content .support-section p{margin:10px 0;font-size:15px;color:var(--gray-700);font-weight:500;transition:all .3s ease;padding:8px 12px;border-radius:8px}.product-content .support-section p:hover{color:var(--primary-700);background:var(--primary-50);transform:translateX(4px)}.cart-single-item{display:flex;align-items:center;padding:20px;background:var(--white);border-radius:16px;margin-bottom:16px;box-shadow:var(--shadow-sm);gap:16px;transition:all .3s var(--ease-out-quart);border:1px solid var(--gray-100)}.cart-single-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.cart-img{width:80px;height:80px;flex-shrink:0;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm)}.cart-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cart-img img:hover{transform:scale(1.05)}.product-name{flex:1 1;font-size:16px;font-weight:600;color:var(--gray-800);line-height:1.4}.product-price,.product-total-price,.quantity-input{width:100px;text-align:center;font-weight:600;color:var(--gray-700);font-size:15px}.quantity-input{display:flex;align-items:center;justify-content:center;gap:8px}.quantity-input button{padding:6px 10px;font-size:16px;font-weight:700;background:var(--primary-50);border:1px solid var(--primary-200);border-radius:8px;cursor:pointer;transition:all .3s var(--ease-out-quart);color:var(--primary-700)}.quantity-input button:hover{background:var(--primary-500);color:#fff;transform:scale(1.05)}.quantity-input input{width:50px;text-align:center;padding:8px;border:1px solid var(--gray-200);border-radius:8px;font-weight:600;background:var(--white)}.quantity-input input:focus{outline:none;border-color:var(--primary-500);box-shadow:0 0 0 3px rgba(var(--primary-500),.1)}.close{background:rgba(var(--accent-red),.1);color:var(--accent-red);border:1px solid rgba(var(--accent-red),.2);width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:16px;font-weight:700;transition:all .3s var(--ease-out-quart);display:flex;align-items:center;justify-content:center}.close:hover{background:var(--accent-red);color:#fff;transform:scale(1.1)}.map-container{width:100%;margin-top:32px;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-xl);border:1px solid var(--gray-200)}.map-container iframe{border:none;width:100%;height:350px;transition:transform .3s ease}.map-container iframe:hover{transform:scale(1.01)}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes underlineExpand{0%{width:0}to{width:60px}}@media(max-width:1200px){.product-grid{grid-template-columns:1fr;gap:40px;max-width:800px}.product-image-wrapper{width:100%;max-width:500px;margin:0 auto}}@media(max-width:768px){.product-page-container{padding:40px 15px}.product-content .action-row{flex-direction:column;align-items:stretch;gap:16px}.product-content .action-row button,.product-content .action-row input{width:100%}.cart-single-item{flex-direction:column;text-align:center;gap:12px}.cart-single-item .product-name,.cart-single-item .product-price,.cart-single-item .product-total-price,.cart-single-item .quantity-input{width:100%}}@media(max-width:480px){.product-page-container{padding:30px 10px}.product-image-wrapper{padding:24px}.product-content .support-section{padding:24px 20px}}.container{overflow:visible!important}.cartList{max-width:1000px!important;margin:0 auto}.cart-single-item,.product-content,.product-image-wrapper{contain:layout style paint}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.whatsapp-float{position:fixed;bottom:20px;right:20px;z-index:1000;border-radius:50%;padding:16px;display:flex;align-items:center;justify-content:center;animation:bounce 2s infinite,pulse 2.5s infinite;transition:all .3s ease;box-shadow:0 8px 20px rgba(0,0,0,.3)}.whatsapp-float:hover{transform:scale(1.2) rotate(8deg);box-shadow:0 12px 30px rgba(0,0,0,.5)}.loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:hsla(0,0%,100%,.9);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}.loading-overlay .spinner-border{width:3rem;height:3rem;border-width:.3em;border-color:#2d5016 transparent #2d5016 #2d5016;animation:spin 1s linear infinite}.loading-overlay .loading-text{margin-top:1rem;color:#2d5016;font-weight:600;font-size:1.1rem}.product-list-area{background:linear-gradient(135deg,#fff,#f0f8e8);min-height:80vh;position:relative}.product-list-area:before{content:"";position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(135deg,#f0f8e8,transparent);opacity:.3;pointer-events:none}.product-list-area .container{position:relative;z-index:2}.product-list-area .btn-add-to-wishlist{display:flex;align-items:center;justify-content:center;padding:4px 8px;font-size:14px;cursor:pointer;border-radius:4px;transition:background-color .3s ease}.product-list-area .btn-add-to-wishlist:hover{background-color:#dc3545;color:#fff}.product-list-area .row .col-lg-4,.product-list-area .row .col-md-6,.product-list-area .row .col-xl-3{animation:slideInUp .6s ease-out;animation-fill-mode:both}.product-list-area .row .col-lg-4:first-child,.product-list-area .row .col-md-6:first-child,.product-list-area .row .col-xl-3:first-child{animation-delay:.1s}.product-list-area .row .col-lg-4:nth-child(2),.product-list-area .row .col-md-6:nth-child(2),.product-list-area .row .col-xl-3:nth-child(2){animation-delay:.2s}.product-list-area .row .col-lg-4:nth-child(3),.product-list-area .row .col-md-6:nth-child(3),.product-list-area .row .col-xl-3:nth-child(3){animation-delay:.3s}.product-list-area .row .col-lg-4:nth-child(4),.product-list-area .row .col-md-6:nth-child(4),.product-list-area .row .col-xl-3:nth-child(4){animation-delay:.4s}.product-list-area .row .col-lg-4:nth-child(5),.product-list-area .row .col-md-6:nth-child(5),.product-list-area .row .col-xl-3:nth-child(5){animation-delay:.5s}.product-list-area .row .col-lg-4:nth-child(6),.product-list-area .row .col-md-6:nth-child(6),.product-list-area .row .col-xl-3:nth-child(6){animation-delay:.6s}.product-list-area .row .col-lg-4:nth-child(7),.product-list-area .row .col-md-6:nth-child(7),.product-list-area .row .col-xl-3:nth-child(7){animation-delay:.7s}.product-list-area .row .col-lg-4:nth-child(8),.product-list-area .row .col-md-6:nth-child(8),.product-list-area .row .col-xl-3:nth-child(8){animation-delay:.8s}.product-list-area .row .col-lg-4:nth-child(9),.product-list-area .row .col-md-6:nth-child(9),.product-list-area .row .col-xl-3:nth-child(9){animation-delay:.9s}.product-list-area .row .col-lg-4:nth-child(10),.product-list-area .row .col-md-6:nth-child(10),.product-list-area .row .col-xl-3:nth-child(10){animation-delay:1s}.product-list-area .row .col-lg-4:nth-child(11),.product-list-area .row .col-md-6:nth-child(11),.product-list-area .row .col-xl-3:nth-child(11){animation-delay:1.1s}.product-list-area .row .col-lg-4:nth-child(12),.product-list-area .row .col-md-6:nth-child(12),.product-list-area .row .col-xl-3:nth-child(12){animation-delay:1.2s}.product-card{border-radius:20px;border:none;box-shadow:0 8px 25px rgba(45,80,22,.1);transition:all .4s cubic-bezier(.25,.46,.45,.94);overflow:hidden;position:relative;height:100%}.product-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);transition:left .6s;z-index:1}.product-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px rgba(45,80,22,.15)}.product-card:hover:before{left:100%}.product-card:hover .product-image{transform:scale(1.1)}.product-card:hover .card-body{background:linear-gradient(135deg,#fff,#f0f8e8)}.product-card:hover .btn-add-to-cart{background:linear-gradient(135deg,#4a7c59,#2d5016);transform:translateY(-2px);box-shadow:0 8px 20px rgba(45,80,22,.3)}.product-card .image-container{position:relative;overflow:hidden;border-radius:20px 20px 0 0;background:linear-gradient(135deg,#f0f8e8,#fff);padding:1.5rem;height:220px;display:flex;align-items:center;justify-content:center}.product-card .image-container .image-container{position:relative}.product-card .image-container .btn-wishlist{position:absolute;top:10px;right:10px;background:hsla(0,0%,100%,.8);border:none;border-radius:50%;padding:8px;cursor:pointer;transition:background-color .3s ease;font-size:18px;color:#888;display:flex;align-items:center;justify-content:center}.product-card .image-container .btn-wishlist:hover{background:#dc3545;color:#fff}.product-card .image-container .btn-wishlist .active{color:#dc3545}.product-card .image-container:after{content:"";position:absolute;bottom:0;left:0;right:0;height:30px;background:linear-gradient(0deg,hsla(90,53%,94%,.8),transparent)}.product-card .product-image{width:100%;height:160px;object-fit:contain;transition:transform .4s ease;position:relative;z-index:2;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.product-card .card-body{padding:1.5rem;transition:background .3s ease;position:relative;z-index:2}.product-card .card-body .product-title{font-size:1.1rem;font-weight:700;color:#343a40;margin-bottom:.5rem;line-height:1.3;transition:color .3s ease;text-decoration:none}.product-card .card-body .product-title:hover{color:#2d5016;text-decoration:none}.product-card .card-body .product-category{font-size:.85rem;color:#6c757d;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.product-card .card-body .product-price{font-size:1.3rem;font-weight:800;color:#dc3545;margin-bottom:1rem;position:relative}.product-card .card-body .product-price:before{content:"";position:absolute;bottom:-2px;left:0;width:30px;height:2px;background:linear-gradient(90deg,#dc3545,#d4af37);border-radius:1px}.product-card .card-body .quantity-cart-section{display:flex;align-items:center;margin-top:1rem}.product-card .card-body .quantity-input{width:70px;height:40px;border:2px solid #f0f8e8;border-radius:10px;text-align:center;font-weight:600;color:#2d5016;background:#fff;transition:all .3s ease;font-size:.9rem}.product-card .card-body .quantity-input:focus{outline:none;border-color:#2d5016;box-shadow:0 0 0 3px rgba(45,80,22,.1);transform:scale(1.05)}.product-card .card-body .quantity-input:hover{border-color:#4a7c59}.product-card .card-body .btn-add-to-cart{flex:1 1;background:linear-gradient(135deg,#2d5016,#4a7c59);border:none;border-radius:12px;color:#fff;font-weight:600;font-size:.9rem;padding:.6rem 1rem;transition:all .3s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.product-card .card-body .btn-add-to-cart:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:hsla(0,0%,100%,.2);border-radius:50%;transform:translate(-50%,-50%);transition:width .3s,height .3s}.product-card .card-body .btn-add-to-cart:hover:before{width:300px;height:300px}.product-card .card-body .btn-add-to-cart:active{transform:translateY(1px)}.product-card .card-body .btn-add-to-cart:disabled{opacity:.7;cursor:not-allowed;transform:none}.loading-products{text-align:center;padding:4rem 0;color:#6c757d;font-size:1.1rem}.loading-products:after{content:"";display:inline-block;width:20px;height:20px;border:2px solid #f0f8e8;border-top-color:#2d5016;border-radius:50%;animation:spin 1s linear infinite;margin-left:10px}@media(max-width:768px){.product-list-area{padding-top:2rem;padding-bottom:2rem}.product-card{margin-bottom:1.5rem}.product-card .card-body{padding:1rem}.product-card .card-body .product-title{font-size:1rem}.product-card .card-body .product-price{font-size:1.1rem}.product-card .card-body .quantity-cart-section{flex-direction:column;gap:.5rem}.product-card .card-body .quantity-cart-section .btn-add-to-cart,.product-card .card-body .quantity-cart-section .quantity-input{width:100%}}@media(max-width:576px){.product-card .image-container{height:180px;padding:1rem}.product-card .product-image{height:120px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.text-primary-green{color:#2d5016!important}.border-primary-green{border-color:#2d5016!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8f9fa}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#2d5016,#4a7c59);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#4a7c59,#2d5016)}li:has(a[href="/product-details"]){position:relative!important;z-index:10!important;transform:scale(1.12)!important}li:has(a[href="/product-details"]):before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:18px;opacity:.85;animation:shopOnlyGlow 3s ease-in-out infinite;z-index:-1;filter:blur(2px);pointer-events:none}li:has(a[href="/product-details"]):after{content:"✨";position:absolute;top:5px;right:-1px;font-size:1.1rem;animation:shopOnlySparkle 2.5s ease-in-out infinite;z-index:15;text-shadow:0 0 12px rgba(212,175,55,.9);pointer-events:none}li:has(a[href="/product-details"]) a[href="/product-details"]{background:linear-gradient(135deg,#d4af37,#f4d03f 30%,#d4af37 60%,#e8b4a0)!important;color:#fff!important;font-weight:800!important;font-size:1.1rem!important;border-radius:15px!important;box-shadow:0 10px 30px rgba(212,175,55,.5),0 0 20px rgba(212,175,55,.3),inset 0 1px 0 hsla(0,0%,100%,.4)!important;position:relative!important;overflow:hidden!important;text-shadow:0 1px 3px rgba(0,0,0,.3)!important;border:2px solid hsla(0,0%,100%,.4)!important;animation:shopOnlyPulse 4s ease-in-out infinite!important;letter-spacing:1.2px!important;text-transform:uppercase!important;transition:all .4s cubic-bezier(.25,.46,.45,.94)!important}li:has(a[href="/product-details"]) a[href="/product-details"]:hover{transform:translateY(-3px) scale(1.05)!important;box-shadow:0 15px 40px rgba(212,175,55,.7),0 0 30px rgba(212,175,55,.5),inset 0 1px 0 hsla(0,0%,100%,.5)!important;color:#fff!important;text-decoration:none!important}li:has(a[href="/product-details"]) a[href="/product-details"]:hover:after{transform:translateY(-50%) scale(1.2) rotate(15deg)!important}li:has(a[href="/product-details"]) a[href="/product-details"]:active{transform:translateY(-1px) scale(1.02)!important}li:has(a[href="/product-details"]) a[href="/product-details"]:focus{outline:none!important;box-shadow:0 15px 40px rgba(212,175,55,.7),0 0 30px rgba(212,175,55,.5),0 0 0 3px rgba(212,175,55,.3)!important}.shop-highlight-only{position:relative!important;z-index:10!important;transform:scale(1.12)!important}.shop-highlight-only:after{content:"✨";position:absolute;top:-10px;right:-10px;font-size:1.1rem;animation:shopOnlySparkle 2.5s ease-in-out infinite;z-index:15;text-shadow:0 0 12px rgba(212,175,55,.9);pointer-events:none}.shop-highlight-only a{background:linear-gradient(135deg,#d4af37,#f4d03f 30%,#d4af37 60%,#e8b4a0)!important;color:#fff!important;font-weight:800!important;font-size:1.1rem!important;padding:.5rem 1rem!important;border-radius:15px!important;box-shadow:0 10px 30px rgba(212,175,55,.5),0 0 20px rgba(212,175,55,.3),inset 0 1px 0 hsla(0,0%,100%,.4)!important;position:relative!important;overflow:hidden!important;text-shadow:0 1px 3px rgba(0,0,0,.3)!important;border:2px solid hsla(0,0%,100%,.4)!important;animation:shopOnlyPulse 4s ease-in-out infinite!important;letter-spacing:1.2px!important;text-transform:uppercase!important;transition:all .4s cubic-bezier(.25,.46,.45,.94)!important}.shop-highlight-only a:hover{transform:translateY(-3px) scale(1.05)!important;box-shadow:0 15px 40px rgba(212,175,55,.7),0 0 30px rgba(212,175,55,.5),inset 0 1px 0 hsla(0,0%,100%,.5)!important;color:#fff!important;text-decoration:none!important}.shop-highlight-only a:hover:after{transform:translateY(-50%) scale(1.2) rotate(15deg)!important}.shop-highlight-only a:active{transform:translateY(-1px) scale(1.02)!important}.shop-highlight-only a:focus{outline:none!important;box-shadow:0 15px 40px rgba(212,175,55,.7),0 0 30px rgba(212,175,55,.5),0 0 0 3px rgba(212,175,55,.3)!important}@media(max-width:1199px){.shop-highlight-only,li:has(a[href="/product-details"]){transform:scale(1.08)!important}.shop-highlight-only a,.shop-highlight-only a[href="/product-details"],li:has(a[href="/product-details"]) a,li:has(a[href="/product-details"]) a[href="/product-details"]{padding:1.1rem 1.8rem!important;font-size:1rem!important}}@media(max-width:991px){.shop-highlight-only,li:has(a[href="/product-details"]){transform:scale(1.05)!important}.shop-highlight-only a,.shop-highlight-only a[href="/product-details"],li:has(a[href="/product-details"]) a,li:has(a[href="/product-details"]) a[href="/product-details"]{padding:1rem 1.5rem!important;font-size:.95rem!important}}@keyframes shopOnlyGlow{0%,to{opacity:.7;transform:scale(1);filter:blur(2px)}50%{opacity:1;transform:scale(1.03);filter:blur(1px)}}@keyframes shopOnlySparkle{0%,to{opacity:1;transform:scale(1) rotate(0deg);text-shadow:0 0 12px rgba(212,175,55,.9)}25%{opacity:.8;transform:scale(1.3) rotate(90deg);text-shadow:0 0 18px #d4af37}50%{opacity:1;transform:scale(.9) rotate(180deg);text-shadow:0 0 15px rgba(212,175,55,.7)}75%{opacity:.9;transform:scale(1.2) rotate(270deg);text-shadow:0 0 14px #d4af37}}@keyframes shopOnlyPulse{0%,to{box-shadow:0 10px 30px rgba(212,175,55,.5),0 0 20px rgba(212,175,55,.3),inset 0 1px 0 hsla(0,0%,100%,.4)}50%{box-shadow:0 15px 40px rgba(212,175,55,.7),0 0 30px rgba(212,175,55,.5),inset 0 1px 0 hsla(0,0%,100%,.5)}}@keyframes shopOnlyShimmer{0%{left:-100%}50%{left:100%}to{left:100%}}@keyframes shopOnlyBounce{0%,to{transform:translateY(-50%) scale(1)}50%{transform:translateY(-50%) scale(1.1)}}.shop-only-badge{position:absolute!important;top:-8px!important;left:-8px!important;background:linear-gradient(135deg,#ff4757,#ff3742)!important;color:#fff!important;font-size:.65rem!important;padding:3px 8px!important;border-radius:10px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.5px!important;animation:shopOnlyBadgePulse 2s ease-in-out infinite!important;box-shadow:0 4px 12px rgba(255,71,87,.4)!important;z-index:20!important;transform:rotate(-12deg)!important;pointer-events:none!important}@keyframes shopOnlyBadgePulse{0%,to{transform:rotate(-12deg) scale(1);box-shadow:0 4px 12px rgba(255,71,87,.4)}50%{transform:rotate(-12deg) scale(1.1);box-shadow:0 6px 18px rgba(255,71,87,.6)}}.category-section{padding-top:80px;padding-bottom:100px;background-color:#fafafa}.category-section .section-title{margin-bottom:60px;text-align:center}.category-section .section-title h2{font-size:2.5rem;font-weight:700;color:#3e2f0b;margin:0;padding-bottom:8px}.category-section .category-grid{width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:24px;gap:24px;padding:0 15px}@media(max-width:600px){.category-section .category-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}}.category-section .category-item{border-radius:12px;cursor:pointer;text-align:center;padding:20px 15px;box-shadow:0 2px 6px rgba(0,0,0,.05);transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease;display:flex;flex-direction:column;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.category-section .category-item:focus,.category-section .category-item:hover{box-shadow:0 12px 24px rgba(0,0,0,.15);transform:translateY(-8px);border-color:#0070f3;outline:none}.category-section .category-item .category-image{width:100%;height:200px;object-fit:cover;border-radius:10px;margin-bottom:16px;transition:transform .3s ease,box-shadow .3s ease}.category-section .category-item .category-image:hover{transform:scale(1.07);box-shadow:0 8px 16px rgba(0,0,0,.1)}.category-section .category-item .category-name{font-size:1.2rem;font-weight:700;color:#4a2e0a;background-color:#4a2e0a;color:#fff;padding:8px 0;border-radius:4px;width:180px;margin:0 auto;box-shadow:0 2px 6px rgba(0,0,0,.15);-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:10px}.nice-select{display:none!important}.fa-user-circle{margin-left:30px}.login-container{max-width:700px;margin:5rem auto;padding:2.5rem 2rem;background:#fff;border-radius:20px;box-shadow:0 12px 30px rgba(0,0,0,.1);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#3e2f1c;text-align:center;transition:box-shadow .3s ease}.login-container:hover{box-shadow:0 20px 40px rgba(0,0,0,.15)}.title{font-weight:800;font-size:1.8rem;margin-bottom:.3rem;letter-spacing:.05em;color:#5a3e1b;text-transform:uppercase}.subtitle,.title{-webkit-user-select:none;-moz-user-select:none;user-select:none}.subtitle{font-weight:600;font-size:1.05rem;margin-bottom:2rem;color:#1b140c}.phone-input-group{display:flex;border:1.8px solid #ddd;border-radius:14px;overflow:hidden;margin-bottom:1.8rem;background:#fafafa;box-shadow:inset 0 2px 5px rgba(0,0,0,.03)}.phone-input-group .country-code{border:none;background:transparent;padding:0 1rem;font-size:1.1rem;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;color:#3e2f1c;font-weight:600;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .3s ease}.phone-input-group .country-code:hover{color:#5a3e1b}.phone-input-group .phone-input{flex:1 1;border:none;padding:.85rem 1.2rem;font-size:1.1rem;outline:none;background:transparent;color:#3e2f1c;font-weight:600;-webkit-user-select:text;-moz-user-select:text;user-select:text}.phone-input-group .phone-input::placeholder{color:#a77f4c;font-weight:400}.request-otp-btn{margin-top:1rem;width:100%;background:linear-gradient(135deg,#815927,#5a3e1b);color:#fff;font-weight:800;font-size:1.15rem;padding:.85rem 0;border-radius:16px;border:none;cursor:pointer;margin-bottom:2rem;display:flex;justify-content:center;align-items:center;gap:.7rem;box-shadow:0 6px 15px rgba(90,62,27,.4);transition:background .4s ease,box-shadow .4s ease}.request-otp-btn .arrow{font-weight:900;font-size:1.4rem}.request-otp-btn:hover{background:linear-gradient(135deg,#463015,#1f1509);box-shadow:0 8px 20px rgba(90,62,27,.6)}.request-otp-btn:active{transform:scale(.98)}.divider{display:flex;align-items:center;margin-bottom:2rem;color:#3e2f1c;font-weight:700;font-size:.95rem;letter-spacing:.05em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.divider:after,.divider:before{content:"";flex:1 1;height:1.5px;background:#ddd;margin:0 1rem;border-radius:1px}.login-methods{display:flex;gap:1.2rem;justify-content:center;margin-bottom:2.5rem}.login-methods .login-btn{flex:1 1;border:2px solid #3e2f1c;border-radius:16px;padding:.65rem 0;font-weight:700;font-size:1.1rem;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.7rem;background:#fff;color:#3e2f1c;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:background-color .3s ease,color .3s ease,box-shadow .3s ease}.login-methods .login-btn i{font-size:1.4rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.login-methods .login-btn.whatsapp{border-color:#25d366;color:#25d366}.login-methods .login-btn.whatsapp:hover{background-color:#25d366;color:#fff;box-shadow:0 6px 18px rgba(37,211,102,.5)}.login-methods .login-btn.email{border-color:#3e2f1c;color:#3e2f1c}.login-methods .login-btn.email:hover{background-color:#3e2f1c;color:#fff;box-shadow:0 6px 18px rgba(62,47,28,.5)}.login-methods .login-btn:active{transform:scale(.97)}.terms{font-size:.85rem;font-weight:600;color:#3e2f1c;line-height:1.3;-webkit-user-select:none;-moz-user-select:none;letter-spacing:.02em;margin-top:1rem;user-select:none}@media(max-width:420px){.login-container{margin:3rem 1rem;padding:2rem 1rem}.login-methods{flex-direction:column;gap:1rem}.login-methods .login-btn{width:100%}}.account-page{display:flex;max-width:1000px;margin:3rem auto;font-family:Poppins,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#264d26;background:#e8f5e9;border-radius:14px;box-shadow:0 12px 30px rgba(46,125,50,.15);overflow:hidden}.account-page nav.sidebar{width:300px;background:linear-gradient(180deg,#2e7d32,#76a713);padding:2.5rem 2rem;display:flex;flex-direction:column}.account-page nav.sidebar ul{list-style:none;padding:0;margin:0}.account-page nav.sidebar ul li{padding:16px 24px;margin-bottom:16px;border-radius:12px;font-weight:600;font-size:1.15rem;color:hsla(0,0%,100%,.85);cursor:pointer;transition:background-color .35s ease,color .35s ease,transform .25s ease}.account-page nav.sidebar ul li.active,.account-page nav.sidebar ul li:hover{background-color:#66bb6a;color:#fff;font-weight:700;box-shadow:0 8px 20px rgba(102,187,106,.5);transform:translateX(8px)}.account-page nav.sidebar ul li.logout{color:#ff6b6b;font-weight:700}.account-page nav.sidebar ul li.logout:hover{background-color:#ff6b6b;color:#fff;box-shadow:0 8px 20px hsla(0,100%,71%,.5);transform:translateX(8px)}.account-page section.content{flex:1 1;background:#fff;padding:3.5rem 3rem;border-radius:0 14px 14px 0;box-shadow:inset 0 0 20px rgba(0,0,0,.04)}.account-page section.content h2{font-size:2.8rem;font-weight:800;margin-bottom:2rem;color:#76a713;letter-spacing:.07em;border-bottom:4px solid #66bb6a;padding-bottom:.4rem;max-width:-moz-fit-content;max-width:fit-content;text-transform:uppercase}.account-page section.content h3{font-size:1.8rem;font-weight:700;margin-top:3.5rem;margin-bottom:1.2rem;color:#2e7d32;border-bottom:3px solid #66bb6a;padding-bottom:.3rem}.account-page section.content p{font-size:1.15rem;line-height:1.8;color:#5a7d5a;margin-bottom:1.8rem}.account-page section.content ul{padding-left:1.8rem;margin-top:1.2rem}.account-page section.content ul li{margin-bottom:1rem;font-size:1.15rem;color:#264d26;border-left:5px solid #66bb6a;padding-left:1rem;transition:color .3s ease}.account-page section.content ul li:hover{color:#2e7d32}.account-page section.content button{background:linear-gradient(135deg,#2e7d32,#76a713);color:#fff;border:none;padding:16px 36px;border-radius:16px;font-weight:800;font-size:1.2rem;cursor:pointer;box-shadow:0 10px 28px rgba(118,167,19,.35);transition:background .45s ease,box-shadow .45s ease,transform .25s ease;margin-top:2rem}.account-page section.content button:hover{background:linear-gradient(135deg,#76a713,#2e7d32);box-shadow:0 14px 38px rgba(118,167,19,.55);transform:translateY(-5px)}.account-page section.content input{width:100%;padding:16px 20px;margin-bottom:.5rem;border:2px solid #c8e6c9;border-radius:16px;font-size:1.15rem;color:#264d26;box-sizing:border-box;transition:border-color .35s ease,box-shadow .35s ease}.account-page section.content input:focus{outline:none;border-color:#66bb6a;box-shadow:0 0 16px rgba(102,187,106,.7)}.account-page section.content label{font-weight:700;color:#264d26;display:flex;align-items:center;margin-bottom:1.8rem;font-size:1.15rem}.account-page section.content label input[type=checkbox]{width:auto;margin-right:14px;cursor:pointer;transform:scale(1.3)}.address-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #ddd;background:#fafafa;border-radius:8px;margin-bottom:10px;box-shadow:0 2px 6px rgba(0,0,0,.05)}.address-item:hover{background-color:#f0fff4}.address-text{display:flex;flex-direction:column;gap:4px;max-width:80%;font-size:1rem;color:#333}.address-icons{display:flex;gap:16px;align-items:center}.address-icons i{font-size:20px;cursor:pointer;padding:6px;border-radius:50%;background-color:#e0e0e0;color:#555;transition:transform .3s ease,background-color .3s ease,color .3s ease}.address-icons i.edit-icon:hover{color:#2e7d32;background-color:#c8e6c9;transform:scale(1.4);box-shadow:0 4px 8px rgba(46,125,50,.3)}.address-icons i.delete-icon:hover{color:#c62828;background-color:#ffcdd2;transform:scale(1.4);box-shadow:0 4px 8px rgba(198,40,40,.3)}.address-icons i:focus{outline:none;box-shadow:0 0 0 3px #90caf9;transform:scale(1.4)}.custom-loader{width:60px;height:60px;border:8px solid transparent;border-top-color:#2e7d32;border-radius:50%;animation:spin 1.2s linear infinite,pulseGlow 2.4s ease-in-out infinite;background:conic-gradient(from 0deg,#2e7d32,#81c784,#a5d6a7,#2e7d32);box-shadow:0 0 8px #2e7d32;position:relative}.custom-loader:before{content:"";position:absolute;top:8px;left:8px;right:8px;bottom:8px;background:#fff;border-radius:50%;z-index:1}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 8px #2e7d32}50%{box-shadow:0 0 20px #81c784}}.account-details-container{max-width:600px;margin:20px auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.account-details-container h5{font-weight:600;margin-bottom:15px;color:#4a4a4a;border-bottom:2px solid #2e7d32;padding-bottom:5px}.account-details-table{width:100%;border-collapse:collapse;background:#f9f9f9;box-shadow:0 0 10px rgba(46,125,50,.1);border-radius:8px;overflow:hidden}.account-details-table td,.account-details-table th{padding:12px 20px;text-align:left}.account-details-table th{background-color:#e6f2e6;color:#2e7d32;font-weight:600;width:30%;border-right:1px solid #c8e6c9}.account-details-table td{background-color:#fff;color:#555}.account-details-table tr:not(:last-child) td{border-bottom:1px solid #c8e6c9}.wishlist-section{max-width:1000px;margin:3rem auto;padding:0 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.wishlist-section .wishlist-title{font-size:2.25rem;font-weight:700;color:#2e7d32;margin-bottom:2rem;border-bottom:3px solid #81c784;padding-bottom:.5rem}.wishlist-section .wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem}.wishlist-section .wishlist-card{background:#fff;border-radius:12px;box-shadow:0 6px 15px rgba(46,125,50,.12);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;position:relative}.wishlist-section .wishlist-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(46,125,50,.25)}.wishlist-section .wishlist-card:hover .wishlist-img{transform:scale(1.07)}.wishlist-section .wishlist-card .wishlist-image-container{position:relative;width:100%;padding-top:75%;overflow:hidden;background:#f9f9f9;border-bottom:1px solid #e0e0e0}.wishlist-section .wishlist-card .wishlist-image-container .wishlist-img{position:absolute;top:50%;left:50%;width:90%;height:90%;object-fit:contain;transform:translate(-50%,-50%);transition:transform .3s ease}.wishlist-section .wishlist-card .wishlist-image-container .btn-remove-wishlist{position:absolute;top:12px;right:12px;background:rgba(220,53,69,.9);border:none;border-radius:50%;color:#fff;width:32px;height:32px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.15);transition:background-color .3s ease,transform .2s ease;z-index:10}.wishlist-section .wishlist-card .wishlist-image-container .btn-remove-wishlist:hover{background:#dc3545;transform:scale(1.1)}.wishlist-section .wishlist-card .wishlist-info{padding:1.25rem 1.5rem 2rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.wishlist-section .wishlist-card .wishlist-info .wishlist-name{font-size:1.15rem;font-weight:600;margin-bottom:.4rem;color:#2e7d32;line-height:1.3;transition:color .3s ease}.wishlist-section .wishlist-card .wishlist-info .wishlist-name:hover{color:#1b4d1b}.wishlist-section .wishlist-card .wishlist-info .wishlist-category{font-size:.9rem;color:#6c757d;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.wishlist-section .wishlist-card .wishlist-info .wishlist-price{font-size:1.3rem;font-weight:700;color:#d32f2f;margin-bottom:1.5rem}.wishlist-section .wishlist-card .wishlist-info .btn-add-to-cart{background-color:#2e7d32;border:none;padding:.65rem 0;font-weight:600;border-radius:6px;color:#fff;cursor:pointer;transition:background-color .3s ease,box-shadow .3s ease}.wishlist-section .wishlist-card .wishlist-info .btn-add-to-cart:hover{background-color:#1b4d1b;box-shadow:0 4px 12px rgba(27,77,27,.6)}.wishlist-section .empty-wishlist-message{text-align:center;color:#777;margin-top:4rem}.wishlist-section .empty-wishlist-message img{max-width:220px;margin-bottom:1.5rem;opacity:.6;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wishlist-section .empty-wishlist-message p{font-size:1.2rem;font-weight:500}@media(max-width:576px){.wishlist-section{padding:0 .5rem}.wishlist-section .wishlist-grid{grid-template-columns:1fr;gap:1rem}}.category-scrollbar{overflow-x:auto}.category-scrollbar .category-list{display:flex;gap:1rem;padding:1rem 0;align-items:center;background-color:beige}.category-scrollbar .category-item{display:flex;flex-direction:column;align-items:center;padding:10px;border-radius:12px;transition:all .3s ease;cursor:pointer}.category-scrollbar .category-item img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:2px solid #eee}.category-scrollbar .category-item span{margin-top:8px;font-size:14px;text-align:center;color:#333}.category-scrollbar .category-item.active{background-color:#e9fff0;box-shadow:0 2px 6px rgba(0,0,0,.1)}.category-scrollbar .category-item.active img{border-color:#65bb7b}.category-scrollbar .category-item.active span{color:#65bb7b;font-weight:600}.header-search{position:relative;display:inline-block;width:250px}.header-search .header-search-input{width:100%;padding:8px 12px;border-radius:25px;border:1px solid #ccc;transition:border-color .3s;font-size:14px}.header-search .header-search-input:focus{border-color:#1baa80;outline:none}.header-search .header-search-dropdown{position:absolute;top:110%;left:0;width:100%;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 6px 12px rgba(0,0,0,.1);max-height:300px;overflow-y:auto;z-index:9999;padding:6px 0}.header-search .header-search-dropdown .dropdown-item{align-items:center;padding:8px 12px;cursor:pointer;transition:background .2s}.header-search .header-search-dropdown .dropdown-item:hover{background:#f9f9f9}.header-search .header-search-dropdown .dropdown-item .dropdown-link{display:flex;align-items:center;text-decoration:none;color:inherit}.header-search .header-search-dropdown .dropdown-item .item-img{width:40px;height:40px;object-fit:cover;border-radius:6px;margin-right:12px}.header-search .header-search-dropdown .dropdown-item .item-info{display:flex;flex-direction:column;justify-content:center}.header-search .header-search-dropdown .dropdown-item .item-info .item-name{font-weight:500;font-size:14px;color:#333}.header-search .header-search-dropdown .dropdown-item .item-info .item-price{font-size:13px;color:#777}.action-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.action-row input.quantity-input,.action-row select.size-select{padding:6px 10px;border:1px solid #ccc;border-radius:4px;width:auto}.action-row button{padding:8px 14px;background-color:#f04e30;color:#fff;border:none;border-radius:4px;cursor:pointer}.action-row button:hover{background-color:#d84127}.rating-section{margin:8px 0 12px}.reviews-section .reviews-list{max-height:420px;overflow-y:auto;padding-right:6px;overscroll-behavior:contain;scroll-behavior:smooth;border-radius:12px;background:#fff}.reviews-section .reviews-list .reviews-section .reviews-list::-webkit-scrollbar{width:8px}.reviews-section .reviews-list .reviews-section .reviews-list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:999px}.reviews-section .reviews-list .reviews-section .reviews-list::-webkit-scrollbar-thumb{background:#c7d2fe;border-radius:999px}.reviews-section .reviews-list .reviews-section .reviews-list::-webkit-scrollbar-thumb:hover{background:#a5b4fc}.reviews-section .reviews-list .reviews-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.reviews-section .reviews-list .reviews-header h4{margin:0;font-size:18px;font-weight:700;color:#1f2937}.reviews-section .reviews-list .reviews-header .btn-write-review{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:8px 14px;border-radius:999px;font-weight:600;cursor:pointer;box-shadow:0 8px 18px rgba(99,102,241,.25);transition:transform .12s ease,box-shadow .2s ease,opacity .2s ease}.reviews-section .reviews-list .reviews-header .btn-write-review:hover{transform:translateY(-1px);box-shadow:0 12px 22px rgba(99,102,241,.35)}.reviews-section .reviews-list .reviews-header .btn-write-review:active{transform:translateY(0);box-shadow:0 6px 14px rgba(99,102,241,.25)}.reviews-section .reviews-list .review-form{background:#f9fafb;border:1px solid #eef2f7;border-radius:12px;padding:16px;margin-bottom:16px}.reviews-section .reviews-list .review-form .form-group{margin-bottom:12px}.reviews-section .reviews-list .review-form .form-group label{display:block;margin-bottom:6px;font-weight:600;color:#374151}.reviews-section .reviews-list .review-form .form-group input,.reviews-section .reviews-list .review-form .form-group textarea{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;color:#111827;background:#fff}.reviews-section .reviews-list .review-form .form-group input:focus,.reviews-section .reviews-list .review-form .form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}.reviews-section .reviews-list .review-form .form-actions{display:flex;gap:10px;margin-top:6px}.reviews-section .reviews-list .review-form .form-actions .btn-submit{background:#10b981;color:#fff;border:none;padding:10px 16px;border-radius:10px;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .2s ease;box-shadow:0 8px 16px rgba(16,185,129,.2)}.reviews-section .reviews-list .review-form .form-actions .btn-submit:hover{transform:translateY(-1px);box-shadow:0 12px 20px rgba(16,185,129,.28)}.reviews-section .reviews-list .review-form .form-actions .btn-cancel{background:#6b7280;color:#fff;border:none;padding:10px 16px;border-radius:10px;font-weight:600;cursor:pointer;transition:opacity .15s ease}.reviews-section .reviews-list .review-form .form-actions .btn-cancel:hover{opacity:.9}.reviews-section .reviews-list .reviews-list{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}.reviews-section .reviews-list .reviews-list .review-item{position:relative;background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:14px;box-shadow:0 6px 18px rgba(2,6,23,.06);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.reviews-section .reviews-list .reviews-list .review-item:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(2,6,23,.1);border-color:#e5e7eb}.reviews-section .reviews-list .reviews-list .review-item:before{content:"";position:absolute;top:0;left:12px;right:12px;height:3px;border-radius:999px;background:linear-gradient(90deg,#f59e0b,#fde047,#34d399);opacity:.9;transform:translateY(-1px)}.reviews-section .reviews-list .reviews-list .review-item .review-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.reviews-section .reviews-list .reviews-list .review-item .review-header .reviewer-info{display:flex;align-items:center;gap:10px}.reviews-section .reviews-list .reviews-list .review-item .review-header .reviewer-info:before{content:attr(data-initial);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f3f4f6;font-size:14px;color:#111827;font-weight:700;text-transform:uppercase}.reviews-section .reviews-list .reviews-list .review-item .review-header .reviewer-info strong{font-size:15px;color:#111827}.reviews-section .reviews-list .reviews-list .review-item .review-header .reviewer-info .review-date{margin-left:6px;font-size:12px;color:#6b7280;background:#f9fafb;border:1px solid #eef2f7;border-radius:999px;padding:2px 8px}.reviews-section .reviews-list .reviews-list .review-item .review-header .star-rating{display:inline-flex;gap:2px}.reviews-section .reviews-list .reviews-list .review-item .review-header .star-rating .star-btn{font-size:18px;color:#d1d5db;padding:0;cursor:default}.reviews-section .reviews-list .reviews-list .review-item .review-header .star-rating .star-btn.active{color:#f59e0b;text-shadow:0 0 .5px rgba(245,158,11,.6)}.reviews-section .reviews-list .reviews-list .review-item .review-comment{position:relative;margin:0;padding-left:22px;color:#374151;line-height:1.6;font-size:14px}.reviews-section .reviews-list .reviews-list .review-item .review-comment:before{content:"“";position:absolute;left:4px;top:-2px;color:#eab308;font-size:20px;line-height:1;opacity:.85}.reviews-section .reviews-list .reviews-list>p{grid-column:1/-1;text-align:center;color:#6b7280;background:#f9fafb;border:1px dashed #e5e7eb;border-radius:12px;padding:16px;margin-top:4px}@media(max-width:768px){.reviews-section .reviews-header{flex-direction:column;gap:10px;align-items:flex-start}.reviews-section .review-form .form-actions{flex-direction:column}.reviews-section .review-item .review-header{flex-direction:column;align-items:flex-start;gap:5px}}.rating-section{display:flex;align-items:center;gap:10px;margin:8px 0 14px}.rating-section .rating-text{font-size:14px;color:#6b7280}.reviews-section{margin-top:28px;border-top:1px solid #eef2f7;padding-top:18px}.reviews-section .reviews-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.reviews-section .reviews-header h4{margin:0;font-size:18px;font-weight:700;color:#1f2937}.reviews-section .reviews-header .btn-write-review{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:8px 14px;border-radius:999px;font-weight:600;cursor:pointer;box-shadow:0 8px 18px rgba(99,102,241,.25);transition:transform .12s ease,box-shadow .2s ease,opacity .2s ease}.reviews-section .reviews-header .btn-write-review:hover{transform:translateY(-1px);box-shadow:0 12px 22px rgba(99,102,241,.35)}.reviews-section .reviews-header .btn-write-review:active{transform:translateY(0);box-shadow:0 6px 14px rgba(99,102,241,.25)}.reviews-section .reviews-controls{display:flex;justify-content:flex-end;margin-bottom:12px}.reviews-section .reviews-controls label{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#374151}.reviews-section .reviews-controls label select{border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px;background:#fff;color:#111827;font-size:14px}.reviews-section .reviews-controls label select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}.reviews-section .reviews-list{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}.reviews-section .reviews-list .review-item{position:relative;background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:14px;box-shadow:0 6px 18px rgba(2,6,23,.06);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.reviews-section .reviews-list .review-item:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(2,6,23,.1);border-color:#e5e7eb}.reviews-section .reviews-list .review-item:before{content:"";position:absolute;top:0;left:12px;right:12px;height:3px;border-radius:999px;background:linear-gradient(90deg,#f59e0b,#fde047,#34d399);opacity:.9;transform:translateY(-1px)}.reviews-section .reviews-list .review-item .review-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.reviews-section .reviews-list .review-item .review-header .reviewer-info{display:flex;align-items:center;gap:10px}.reviews-section .reviews-list .review-item .review-header .reviewer-info:before{content:attr(data-initial);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f3f4f6;font-size:14px;color:#111827;font-weight:700;text-transform:uppercase}.reviews-section .reviews-list .review-item .review-header .reviewer-info strong{font-size:15px;color:#111827}.reviews-section .reviews-list .review-item .review-header .reviewer-info .review-date{margin-left:6px;font-size:12px;color:#6b7280;background:#f9fafb;border:1px solid #eef2f7;border-radius:999px;padding:2px 8px}.reviews-section .reviews-list .review-item .review-header .star-rating{display:inline-flex;gap:2px}.reviews-section .reviews-list .review-item .review-header .star-rating .star-btn{font-size:18px;color:#d1d5db;padding:0;cursor:default}.reviews-section .reviews-list .review-item .review-header .star-rating .star-btn.active{color:#f59e0b;text-shadow:0 0 .5px rgba(245,158,11,.6)}.reviews-section .reviews-list .review-item .review-comment{position:relative;margin:0;padding-left:22px;color:#374151;line-height:1.6;font-size:14px}.reviews-section .reviews-list .review-item .review-comment:before{content:"“";position:absolute;left:4px;top:-2px;color:#eab308;font-size:20px;line-height:1;opacity:.85}.reviews-section .reviews-list>p{grid-column:1/-1;text-align:center;color:#6b7280;background:#f9fafb;border:1px dashed #e5e7eb;border-radius:12px;padding:16px;margin-top:4px}.reviews-section .review-form{background:#f9fafb;border:1px solid #eef2f7;border-radius:12px;padding:16px;margin-bottom:16px}.reviews-section .review-form .form-group{margin-bottom:12px}.reviews-section .review-form .form-group label{display:block;margin-bottom:6px;font-weight:600;color:#374151}.reviews-section .review-form .form-group input,.reviews-section .review-form .form-group textarea{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;color:#111827;background:#fff}.reviews-section .review-form .form-group input:focus,.reviews-section .review-form .form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}.reviews-section .review-form .form-actions{display:flex;gap:10px;margin-top:6px}.reviews-section .review-form .form-actions .btn-submit{background:#10b981;color:#fff;border:none;padding:10px 16px;border-radius:10px;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .2s ease;box-shadow:0 8px 16px rgba(16,185,129,.2)}.reviews-section .review-form .form-actions .btn-submit:hover{transform:translateY(-1px);box-shadow:0 12px 20px rgba(16,185,129,.28)}.reviews-section .review-form .form-actions .btn-cancel{background:#6b7280;color:#fff;border:none;padding:10px 16px;border-radius:10px;font-weight:600;cursor:pointer;transition:opacity .15s ease}.reviews-section .review-form .form-actions .btn-cancel:hover{opacity:.9}.reviews-section .reviews-load-more{display:flex;justify-content:center;margin-top:18px}.reviews-section .reviews-load-more button{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:10px 22px;border-radius:999px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(99,102,241,.3);transition:all .2s ease}.reviews-section .reviews-load-more button:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(99,102,241,.4)}.reviews-section .reviews-load-more button:active{transform:translateY(0)}.star-rating{display:inline-flex;gap:4px}.star-btn{background:none;border:none;padding:2px;line-height:1;cursor:pointer;color:#d1d5db;transition:color .15s ease,transform .12s ease}.star-btn.active{color:#f59e0b}.star-btn:focus,.star-btn:hover{color:#f59e0b;transform:translateY(-1px);outline:none}.star-btn.read-only{cursor:default}.star-btn.read-only:focus,.star-btn.read-only:hover{transform:none}@media(max-width:768px){.reviews-section .reviews-controls{justify-content:flex-start}.reviews-section .reviews-list .review-item{padding:12px}.reviews-section .reviews-header .btn-write-review{padding:8px 12px}}.address-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.address-cards .address-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1rem 1.2rem;cursor:pointer;transition:all .25s ease-in-out;position:relative;box-shadow:0 2px 6px rgba(0,0,0,.05)}.address-cards .address-card:hover{border-color:#6366f1;box-shadow:0 4px 12px rgba(99,102,241,.15);transform:translateY(-2px)}.address-cards .address-card.selected{border-color:#4f46e5;background:#f9fafb;box-shadow:0 6px 14px rgba(79,70,229,.2)}.address-cards .address-card.selected .default-badge{background:#4f46e5;color:#fff}.address-cards .address-card .address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.address-cards .address-card .address-header h6{font-size:1rem;font-weight:600;color:#111827;margin:0}.address-cards .address-card .address-header .default-badge{background:#e5e7eb;color:#374151;font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:10px;text-transform:uppercase}.address-cards .address-card .address-body{font-size:.9rem;line-height:1.4;color:#4b5563}.address-cards .address-card .address-footer{margin-top:.8rem;display:flex;gap:.6rem}.address-cards .address-card .address-footer button{font-size:.8rem;padding:.3rem .6rem;border-radius:6px;border:none;cursor:pointer;transition:background .2s}.address-cards .address-card .address-footer button.edit{background:#f3f4f6;color:#374151}.address-cards .address-card .address-footer button.edit:hover{background:#e5e7eb}.address-cards .address-card .address-footer button.delete{background:#fee2e2;color:#b91c1c}.address-cards .address-card .address-footer button.delete:hover{background:#fecaca}.account-details-container,.orders-container{margin-top:20px;background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.08)}.account-details-container h5,.orders-container h5{margin-bottom:15px;font-size:18px;font-weight:600;color:#333}.account-details-table,.orders-table{width:100%;border-collapse:collapse}.account-details-table td,.account-details-table th,.orders-table td,.orders-table th{padding:10px;text-align:left}.account-details-table th,.orders-table th{background:#f8f9fa;font-weight:600}.account-details-table tr:nth-child(2n),.orders-table tr:nth-child(2n){background:#fdfdfd}.order-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:2000}.order-popup-content{background:#fff;border-radius:12px;width:80%;max-width:1000px;padding:25px;position:relative;overflow-y:auto;max-height:90vh}.order-popup-content .close{position:absolute;right:15px;top:10px;background:transparent;border:none;font-size:28px;cursor:pointer}.card-text.fw-bold,.price-line{display:flex;align-items:center;gap:.5rem;margin:.25rem 0 .65rem}.card-text.fw-bold .price-now,.price-line .price-now{font-weight:900;color:#111827;font-size:1.06rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.card-text.fw-bold .qty-pill,.card-text.fw-bold .size-pill,.price-line .qty-pill,.price-line .size-pill{display:inline-flex;align-items:center;gap:.25rem;border-radius:999px;padding:.18rem .55rem;font-weight:700;line-height:1;border:1px solid #c9d8fa;background:#eef5ff;color:#1d4ed8;white-space:nowrap}.card-text.fw-bold .qty-pill,.price-line .qty-pill{color:#475569;background:#f8faff;border-color:#e6ecf5}.variants{display:flex;flex-wrap:wrap;gap:.45rem .55rem}.variants .variant{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;border-radius:999px;border:1px solid #e6ecf5;background:#fff;color:#334155;font-weight:600;font-size:.86rem;line-height:1;box-shadow:0 2px 6px rgba(16,24,40,.04);transition:all .15s ease;cursor:pointer}.variants .variant:hover{border-color:#c8daff;background:#f6f9ff}.variants .variant.active{border-color:#2563eb;background:#eef5ff;color:#173eab;box-shadow:0 3px 10px rgba(29,78,216,.15)}.variants .variant .variant-price{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.variants .variant .variant-dot{opacity:.55}.variants .variant .variant-qty{color:#64748b;font-weight:600}.product-card{border:1px solid #e6ecf5;border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(16,24,40,.06);transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(16,24,40,.1)}.product-card .card-title{color:#0f172a;font-weight:800}.product-card .text-muted.small{color:#667085!important}@media(max-width:575.98px){.variants .variant{padding:.26rem .5rem;font-size:.82rem}}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}