.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 .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{background:#fff;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: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)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.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}.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}