.fd-shop-container{font-family:"Poppins",sans-serif;max-width:1400px;margin:0 auto;padding:0}.fd-search-bar{position:sticky;top:0;padding:1rem;background:#fff;border-radius:0 0 15px 15px;box-shadow:0 2px 15px rgba(0,0,0,.05);z-index:100;margin-bottom:2rem}.fd-search-input{width:100%;padding:14px 25px;font-family:"Poppins",sans-serif;font-size:16px;border:1px solid #eaeaea;border-radius:30px;background:#f9f9f9;box-shadow:0 2px 5px rgba(0,0,0,.03);transition:all .3s ease}.fd-search-input:focus{outline:none;border-color:#ddd;box-shadow:0 3px 8px rgba(0,0,0,.07);background:#fff}.fd-grid-container{display:flex;gap:2rem}.fd-category-sidebar{width:120px;position:sticky;top:120px;height:calc(100vh - 140px);border-right:1px solid #eee;padding-right:1rem;overflow-y:auto;scrollbar-width:thin;-ms-overflow-style:none}.fd-category-sidebar::-webkit-scrollbar{width:4px}.fd-category-sidebar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.fd-category-sidebar::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.fd-category-sidebar::-webkit-scrollbar-thumb:hover{background:#555}.fd-category-icon{display:flex;flex-direction:column;align-items:center;padding:1rem .5rem;text-align:center;cursor:pointer;opacity:1;transition:all .3s ease;font-size:12px;font-weight:500;border-radius:10px;margin-bottom:1rem}.fd-category-icon.active{opacity:1;background-color:#f5f5f5;font-weight:600}.fd-category-icon img{width:50px;height:50px;object-fit:contain;margin-bottom:8px;transition:transform .3s ease}.fd-category-icon.active img{transform:scale(1.1)}.fd-category-icon span{line-height:1.2}.fd-product-grid-area{flex:1}.fd-category-section{margin-bottom:4rem;scroll-margin-top:120px}.fd-category-section h2{font-size:28px!important;font-weight:700;color:#111;margin:0 0 2rem;padding-bottom:.5rem;position:relative}.fd-category-section h2:after{content:"";position:absolute;left:0;bottom:0;width:60px;height:3px;background-color:#333;border-radius:3px}.fd-category-banner{width:100%;height:180px;object-fit:cover;border-radius:15px;margin-bottom:1.5rem;box-shadow:0 5px 15px rgba(0,0,0,.08)}.fd-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8rem}.fd-product-card{text-align:center;cursor:pointer;padding:1.2rem;transition:all .3s ease;border-radius:12px;background-color:white;box-shadow:0 3px 10px rgba(0,0,0,.04);position:relative;overflow:hidden;display:flex;flex-direction:column}.fd-product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.fd-product-card img{width:100%;height:auto;border-radius:8px;margin-bottom:1rem;transition:transform .4s ease}.fd-product-card:hover img{transform:scale(1.05)}.fd-product-card h3{font-size:16px!important;font-weight:600;margin:8px 0;color:#333;line-height:1.3}.fd-product-card .fd-price{font-size:15px important;font-weight:500;color:#666;margin-top:auto;padding-top:8px}.fd-product-card .fd-price .amount{color:#111;font-weight:600}.fd-add-to-cart-btn{position:absolute;right:10px;bottom:10px;width:35px;height:35px;background:#333;color:#ffa609!important;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:22px important;font-weight:400;opacity:0;transform:translateY(10px);transition:all .3s ease}.fd-product-card:hover .fd-add-to-cart-btn{opacity:1;transform:translateY(0)}.fd-add-to-cart-btn:hover{background:#ffa609;color:#fff!important;transform:scale(1.1)}.fd-message{position:fixed;bottom:20px;left:50%;transform:translateX(-50%) translateY(100px);background:#333;color:white;padding:10px 20px;border-radius:30px;box-shadow:0 5px 15px rgba(0,0,0,.1);z-index:2000;transition:transform .3s ease;font-family:"Poppins",sans-serif;font-size:14px important;text-align:center}.fd-message.show{transform:translateX(-50%) translateY(0)}.fd-no-categories-message{text-align:center;padding:60px 20px;background:#f8f8f8;border-radius:10px;margin:30px 0}.fd-no-categories-message h2{font-size:28px important;margin-bottom:15px;color:#333}.fd-no-categories-message p{font-size:16px;color:#666;max-width:500px;margin:0 auto}a.woosq-btn.woosq-btn-icon,.woosq-btn.woosq-btn-icon{background:0 0;padding:0;margin:0;width:auto;height:auto;font-size:inherit;line-height:inherit;display:inline;color:inherit;font-weight:400;border-radius:0;text-transform:none;letter-spacing:normal}a.woosq-btn:not(.fd-add-to-cart-btn):not(.fd-product-image):not(.woosq-btn-icon):not(h3.woosq-btn){display:none!important}#woosq-popup{font-family:"Poppins",sans-serif}#woosq-popup .woosq-content{padding:30px}#woosq-popup .pewc-groups-heading,#woosq-popup .pewc-group-label,#woosq-popup .pewc-item-label,#woosq-popup .wc-pao-addon-name{font-weight:600;margin:10px 0 5px}#woosq-popup .pewc-group{margin-bottom:15px}#woosq-popup .pewc-field-image{width:50px;height:auto;margin-right:10px;vertical-align:middle}#woosq-popup .single_add_to_cart_button{background-color:#333;color:white}#woosq-popup .single_add_to_cart_button:hover{background-color:#ffa609}@media (max-width:1200px){.fd-products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.fd-category-sidebar{width:80px}.fd-category-icon{padding:.8rem .3rem}.fd-category-icon img{width:30px;height:30px}.fd-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.fd-grid-container{gap:1rem}.fd-category-sidebar{width:90px;position:sticky;top:70px;padding-right:.5rem}.fd-category-icon{padding:.7rem .2rem;font-size:10px}.fd-category-icon img{width:35px;height:35px;margin-bottom:5px}.fd-products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.fd-search-bar{padding:.8rem}.fd-search-input{padding:10px 15px;font-size:14px}.fd-category-section h2{font-size:20px;margin-bottom:1.5rem}.fd-category-banner{height:130px}.fd-product-card{padding:.8rem}.fd-product-card h3{font-size:14px;margin:5px 0}}@media (max-width:480px){.fd-category-sidebar{width:85px}.fd-category-icon{padding:.6rem .1rem;font-size:9px}.fd-category-icon img{width:50px;height:50px;margin-bottom:3px}.fd-products-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.fd-product-card{padding:.7rem}.fd-product-card h3{font-size:13px}}.custom-quickview-content .quantity,.fd-quickview-content .quantity{display:flex;align-items:center;margin-bottom:15px;height:40px}.custom-quickview-content .quantity .qty,.fd-quickview-content .quantity .qty{width:40px;text-align:center;border:none;background:0 0;font-size:16px;padding:0;margin:0 10px;-moz-appearance:textfield}.custom-quickview-content .quantity .qty::-webkit-outer-spin-button,.custom-quickview-content .quantity .qty::-webkit-inner-spin-button,.fd-quickview-content .quantity .qty::-webkit-outer-spin-button,.fd-quickview-content .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.custom-quantity-button{width:30px;height:30px;border-radius:50%;background-color:#f5f5f5;border:1px solid #ddd;color:#333;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;transition:all .2s ease}.custom-quantity-button:hover{background-color:#e0e0e0}.custom-quantity-wrapper{display:flex;align-items:center}.fd-quickview-error{background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border:1px solid #f87171;border-radius:8px;padding:16px 20px;margin-bottom:24px;color:#dc2626;font-family:"Poppins",sans-serif;box-shadow:0 2px 8px rgba(239,68,68,.1);position:relative;overflow:hidden}.fd-quickview-error::before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#dc2626}.fd-quickview-error p{margin:0;font-weight:500;font-size:14px;line-height:1.5}.fd-quickview-error .error-icon{display:inline-block;margin-right:8px;font-size:16px}.fd-mobile-quickview-error{background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border:1px solid #f87171;border-radius:8px;padding:16px 20px;margin:0 -20px 24px;color:#dc2626;font-family:"Poppins",sans-serif;box-shadow:0 2px 8px rgba(239,68,68,.1);position:relative;overflow:hidden}.fd-mobile-quickview-error::before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#dc2626}.fd-mobile-quickview-error p{margin:0;font-weight:500;font-size:14px;line-height:1.5;padding-left:20px;padding-right:20px}.pewc-required-field label:after,.wc-pao-required-field label:after,.fd-quickview-content .required:after,.fd-mobile-body .required:after{content:" *";color:#dc2626;font-weight:700;margin-left:2px}.field-error,input.field-error,select.field-error,textarea.field-error{border-color:#f87171!important;box-shadow:0 0 0 3px rgba(248,113,113,.1)!important;background-color:#fef2f2!important}.field-error:focus{border-color:#dc2626!important;box-shadow:0 0 0 3px rgba(220,38,38,.2)!important;outline:none!important}.single_add_to_cart_button.loading,.fd-add-cart-btn.loading{position:relative;color:transparent!important;pointer-events:none}.single_add_to_cart_button.loading::after,.fd-add-cart-btn.loading::after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:button-loading-spinner 1s linear infinite}.single_add_to_cart_button.success,.fd-add-cart-btn.success{background-color:#10b981!important;border-color:#10b981!important}.fd-quickview-content .pewc-group,.fd-quickview-content .wc-pao-addon,.fd-mobile-body .pewc-group,.fd-mobile-body .wc-pao-addon{margin-bottom:20px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.fd-quickview-content .pewc-group-label,.fd-quickview-content .wc-pao-addon-name,.fd-mobile-body .pewc-group-label,.fd-mobile-body .wc-pao-addon-name{font-weight:600;margin-bottom:12px;color:#374151;font-size:15px}.fd-quickview-content .pewc-item,.fd-quickview-content .wc-pao-addon-field,.fd-mobile-body .pewc-item,.fd-mobile-body .wc-pao-addon-field{margin-bottom:10px}.fd-quickview-content .pewc-item label,.fd-quickview-content .wc-pao-addon-field label,.fd-mobile-body .pewc-item label,.fd-mobile-body .wc-pao-addon-field label{display:flex;align-items:center;cursor:pointer;padding:8px 12px;border-radius:6px;transition:background-color .2s}.fd-quickview-content .pewc-item label:hover,.fd-quickview-content .wc-pao-addon-field label:hover,.fd-mobile-body .pewc-item label:hover,.fd-mobile-body .wc-pao-addon-field label:hover{background-color:#f3f4f6}.fd-quickview-content .pewc-item input[type=radio],.fd-quickview-content .pewc-item input[type=checkbox],.fd-quickview-content .wc-pao-addon-field input[type=radio],.fd-quickview-content .wc-pao-addon-field input[type=checkbox],.fd-mobile-body .pewc-item input[type=radio],.fd-mobile-body .pewc-item input[type=checkbox],.fd-mobile-body .wc-pao-addon-field input[type=radio],.fd-mobile-body .wc-pao-addon-field input[type=checkbox]{margin-right:10px;transform:scale(1.1)}@media (max-width:768px){.fd-quickview-error,.fd-mobile-quickview-error{font-size:13px;padding:14px 18px}.fd-quickview-content .pewc-group,.fd-quickview-content .wc-pao-addon,.fd-mobile-body .pewc-group,.fd-mobile-body .wc-pao-addon{padding:12px;margin-bottom:16px}.fd-quickview-content .pewc-group-label,.fd-quickview-content .wc-pao-addon-name,.fd-mobile-body .pewc-group-label,.fd-mobile-body .wc-pao-addon-name{font-size:14px}}.fd-quickview-error,.fd-mobile-quickview-error{animation:error-slide-in .3s ease-out}.pewc-required-field input:invalid,.wc-pao-required-field input:invalid{border-color:#fbbf24;background-color:#fffbeb}.pewc-required-field input:invalid:focus,.wc-pao-required-field input:invalid:focus{border-color:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.1)}