.Header_hoverBgLight__cZQoj:hover{background-color:#f8f9fa!important;transition:background-color .2s ease}.Header_dropdownMenu__C5eXi{border-radius:.5rem}.Header_dropdownMenu__C5eXi .Header_rounded__cg_me:hover{transform:translateY(-2px);transition:transform .2s ease}.Header_searchBox__8Y15P{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(255,255,255,.95);backdrop-filter:blur(10px);z-index:9999;display:none}.Header_searchBox__8Y15P.Header_show__QhCro{display:flex;align-items:center;justify-content:center}.Header_searchWrap__Xjl3H{width:100%;max-width:600px;position:relative}.Header_closeButton__OVMoQ{top:20px;right:20px;z-index:10000;cursor:pointer;width:40px;height:40px;background:rgba(0,0,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.Header_closeButton__OVMoQ:hover{background:rgba(0,0,0,.2)}.Header_searchInput__BWC8U{width:100%;border:2px solid #e0e0e0;border-radius:50px;font-size:1.5rem;padding:20px 30px;outline:none;text-align:center;transition:all .3s ease}.Header_searchInput__BWC8U:focus{border-color:#8c907e;box-shadow:0 0 0 3px rgba(140,144,126,.1)}.Header_searchResults__aM4v7{position:absolute;top:100%;left:0;right:0;background:white;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.1);max-height:400px;overflow-y:auto;margin-top:10px;z-index:10001}.Header_searchResultItem__0LRPd{padding:15px 20px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;text-decoration:none;color:inherit}.Header_searchResultItem__0LRPd:hover{background-color:#f8f9fa;text-decoration:none;color:inherit}.Header_searchResultItem__0LRPd:last-child{border-bottom:none}.Header_searchResultImage___a3dH{width:50px;height:50px;object-fit:cover;border-radius:8px;margin-right:15px}.Header_searchResultContent__EWJzs{flex:1}.Header_searchResultTitle__aHuoI{font-weight:600;margin-bottom:4px;color:#333}.Header_searchResultCategory__c3ibw{font-size:.9rem;color:#666;margin-bottom:2px}.Header_searchResultPrice__kUGXF{font-weight:600;color:#8c907e}.Header_noResults__LccWv{padding:30px 20px;text-align:center;color:#666}.Header_noResults__LccWv svg{opacity:.5;margin-bottom:10px}.Search_overlay__znA9g{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(12px);z-index:10000;animation:Search_overlayFadeIn__HTxP2 .3s ease-out;padding:0}@keyframes Search_overlayFadeIn__HTxP2{0%{opacity:0;backdrop-filter:blur(0)}to{opacity:1;backdrop-filter:blur(12px)}}.Search_container__Xj3Na{position:absolute;top:0;left:0;right:0;background:#f7f7f7;box-shadow:0 8px 32px rgba(0,0,0,.15);animation:Search_dropdownSlide__wBKVg .4s cubic-bezier(.16,1,.3,1);max-height:75vh;overflow:hidden;border-bottom-left-radius:16px;border-bottom-right-radius:16px}@keyframes Search_dropdownSlide__wBKVg{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.Search_searchBox__TZerJ{padding:32px 24px;border-bottom:1px solid rgba(0,0,0,.08);background:#f7f7f7}.Search_inputContainer__nCBYM{position:relative;display:flex;align-items:center;background:#f8f9fa;border:2px solid #e9ecef;border-radius:16px;padding:0 20px;transition:all .3s ease;max-width:700px;margin:0 auto;box-shadow:0 2px 8px rgba(0,0,0,.06)}.Search_inputContainer__nCBYM:focus-within{border-color:#485b54;background:#f7f7f7;box-shadow:0 4px 24px rgba(72,91,84,.15),0 0 0 4px rgba(72,91,84,.1);transform:translateY(-1px)}.Search_inputContainer__nCBYM i.Search_fa-search__usyJL{color:#485b54;margin-right:16px;font-size:18px}.Search_searchInput__3Sulx{flex:1;min-height:56px;display:flex;align-items:center;justify-content:flex-start;font-size:17px;color:#212529;background:transparent;border:none;outline:none;line-height:1.5;font-family:inherit;cursor:text;font-weight:400;text-align:left;padding:0}.Search_searchInput__3Sulx:empty:before{content:attr(data-placeholder);color:#6c757d;pointer-events:none;font-weight:400}.Search_searchInput__3Sulx:focus{outline:none}.Search_clearButton__Nk6k3{background:none;border:none;color:#6c757d;font-size:14px;padding:10px;margin-left:12px;border-radius:8px;cursor:pointer;transition:all .2s ease}.Search_clearButton__Nk6k3:hover{background:rgba(220,53,69,.1);color:#dc3545;transform:scale(1.05)}.Search_closeButton__57Hbb{background:none;border:none;color:#6c757d;font-size:18px;padding:10px;margin-left:8px;border-radius:8px;cursor:pointer;transition:all .2s ease}.Search_closeButton__57Hbb:hover{background:rgba(220,53,69,.1);color:#dc3545;transform:scale(1.05)}.Search_results__gror3{max-height:50vh;overflow-y:auto;background:#f7f7f7}.Search_results__gror3::-webkit-scrollbar{width:6px}.Search_results__gror3::-webkit-scrollbar-track{background:#f8f9fa}.Search_results__gror3::-webkit-scrollbar-thumb{background:#485b54;border-radius:3px}.Search_results__gror3::-webkit-scrollbar-thumb:hover{background:#3a4a44}.Search_loading__lTjgA{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;color:#6c757d;gap:16px}.Search_loading__lTjgA i{font-size:28px;color:#485b54;animation:Search_spin__11UHN 1s linear infinite}@keyframes Search_spin__11UHN{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Search_loading__lTjgA span{font-size:16px;font-weight:500;color:#495057}.Search_noResults__NHTcR{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:#6c757d;gap:16px}.Search_noResults__NHTcR i{font-size:56px;color:#adb5bd;margin-bottom:8px}.Search_noResults__NHTcR p{font-size:20px;font-weight:600;color:#212529;margin:0}.Search_noResults__NHTcR span{font-size:15px;color:#6c757d}.Search_resultsList__SkRKt{background:#f7f7f7}.Search_resultsHeader__j55rM{padding:24px 24px 16px;border-bottom:1px solid rgba(0,0,0,.06);background:#f8f9fa}.Search_resultsHeader__j55rM h3{margin:0;font-size:1.125rem;font-weight:600;color:#1a1a1a;letter-spacing:-.01em}.Search_resultItem___AIki{display:flex;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.04);cursor:pointer;transition:all .2s ease;gap:16px;position:relative}.Search_resultItem___AIki:hover{background:#f8f9fa}.Search_resultItem___AIki:last-child{border-bottom:none}.Search_productIcon__0V8Br{width:48px;height:48px;background:#485b54;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#f7f7f7;font-size:18px;flex-shrink:0;box-shadow:0 4px 12px rgba(72,91,84,.2)}.Search_productImage___M_th{width:60px;height:60px;border-radius:12px;overflow:hidden;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.1)}.Search_productImage___M_th img{width:100%;height:100%;object-fit:cover}.Search_imagePlaceholder__lqPZ3{width:5%;height:3%;background:linear-gradient(135deg,#485b54,#6b7b74);display:flex;align-items:center;justify-content:center;color:white;font-size:18px}.Search_productInfo__bKj4p{flex:1;min-width:0}.Search_productInfo__bKj4p h4{margin:0 0 6px;font-size:1rem;font-weight:600;color:#212529;line-height:1.3;letter-spacing:-.01em}.Search_productInfo__bKj4p p{margin:0;font-size:.875rem;color:#6c757d;line-height:1.4;font-weight:500}.Search_productPrice__Bc1lJ{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.Search_originalPrice__2IklV{font-size:.875rem;color:#6c757d;text-decoration:line-through;font-weight:500}.Search_salePrice__2DMJC{font-size:1rem;font-weight:700;color:#dc3545;letter-spacing:-.02em}.Search_productPrice__Bc1lJ>span:not(.Search_originalPrice__2IklV):not(.Search_saleTag__hBdXB){font-size:1rem;font-weight:700;color:#485b54;letter-spacing:-.02em}.Search_saleTag__hBdXB{background:#dc3545;color:white;padding:2px 8px;border-radius:6px}.Search_outOfStock__YXwQf,.Search_saleTag__hBdXB{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.Search_outOfStock__YXwQf{color:#dc3545;margin-top:4px}.Search_viewAllContainer__6XBk4{padding:24px;border-top:1px solid rgba(0,0,0,.06);background:#f8f9fa}.Search_viewAllButton__JUwxW{width:100%;background:#485b54;color:white;border:none;padding:16px 24px;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 4px 16px rgba(72,91,84,.25);letter-spacing:-.01em}.Search_viewAllButton__JUwxW:hover{background:#3a4a44;transform:translateY(-2px);box-shadow:0 8px 24px rgba(72,91,84,.35)}.Search_viewAllButton__JUwxW:active{transform:translateY(0)}.Search_viewAllButton__JUwxW i{transition:transform .2s ease}.Search_viewAllButton__JUwxW:hover i{transform:translateX(4px)}@media (max-width:768px){.Search_searchBox__TZerJ{padding:24px 16px}.Search_inputContainer__nCBYM{max-width:none;margin:0;padding:0 16px}.Search_searchInput__3Sulx{min-height:48px;font-size:.95rem;padding:12px 18px 12px 50px}.Search_resultItem___AIki{padding:16px}.Search_resultsHeader__j55rM{padding:20px 16px 12px}.Search_resultsHeader__j55rM h3{font-size:1rem}.Search_viewAllContainer__6XBk4{padding:20px 16px}.Search_viewAllButton__JUwxW{padding:14px 20px;font-size:.9rem}.Search_productIcon__0V8Br{width:44px;height:44px;font-size:1rem}.Search_productInfo__bKj4p h4{font-size:.95rem}.Search_productInfo__bKj4p p{font-size:.8rem}.Search_productPrice__Bc1lJ>span:not(.Search_originalPrice__2IklV):not(.Search_saleTag__hBdXB),.Search_salePrice__2DMJC{font-size:.95rem}.Search_originalPrice__2IklV{font-size:.8rem}}@media (max-width:480px){.Search_searchInput__3Sulx{font-size:.9rem;padding:10px 16px 10px 46px}.Search_resultsHeader__j55rM h3{font-size:.95rem}.Search_productInfo__bKj4p h4{font-size:.9rem}.Search_productInfo__bKj4p p{font-size:.75rem}.Search_productPrice__Bc1lJ>span:not(.Search_originalPrice__2IklV):not(.Search_saleTag__hBdXB),.Search_salePrice__2DMJC{font-size:.9rem}.Search_originalPrice__2IklV{font-size:.75rem}.Search_viewAllButton__JUwxW{font-size:.85rem;padding:12px 18px}}.Search_container__Xj3Na[dir=rtl] .Search_inputContainer__nCBYM i.Search_fa-search__usyJL{margin-right:0;margin-left:16px}.Search_container__Xj3Na[dir=rtl] .Search_clearButton__Nk6k3,.Search_container__Xj3Na[dir=rtl] .Search_closeButton__57Hbb{margin-left:0;margin-right:12px}.Search_container__Xj3Na[dir=rtl] .Search_resultItem___AIki{direction:rtl}.Search_container__Xj3Na[dir=rtl] .Search_viewAllButton__JUwxW:hover i{transform:translateX(-4px)}.Footer_newsletterInput__xmxGi{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-color:#485b54!important;min-height:38px;line-height:38px;padding:0 12px;overflow:hidden}.Footer_newsletterInput__xmxGi.Footer_error__Q02o8{border-color:#dc3545!important}.Footer_newsletterButton__LCyIc{background-color:#485b54!important;color:white!important;border-color:#485b54!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.Footer_newsletterButton__LCyIc:hover{background-color:#3a4a44!important;border-color:#3a4a44!important}@media (max-width:576px){.Footer_newsletterForm__rQT1m{flex-direction:row}.Footer_newsletterInput__xmxGi{border-radius:.375rem!important;border-bottom-right-radius:0!important;border-bottom-left-radius:0!important;min-height:44px;line-height:44px;padding:0 14px;font-size:16px}.Footer_newsletterButton__LCyIc{border-radius:.375rem!important;border-top-right-radius:0!important;border-top-left-radius:0!important;min-height:44px;padding:12px 16px;font-size:14px}.Footer_inputGroup__XoaYz{flex-direction:row!important}.Footer_inputGroup__XoaYz .Footer_form-control__mUQHB{margin-bottom:0!important}}@media (min-width:577px) and (max-width:768px){.Footer_newsletterInput__xmxGi{min-height:42px;line-height:42px;padding:0 14px}.Footer_newsletterButton__LCyIc{min-height:42px;padding:10px 14px}}.Footer_newsletterInput__xmxGi:empty:before{content:attr(data-placeholder);color:#6c757d;pointer-events:none}.Footer_newsletterInput__xmxGi:focus:before{display:none}.legal_lastUpdated__VnsLO{border-left:4px solid #485b54;background-color:#f8f9fa!important}.legal_section__kVxa_{margin-bottom:2.5rem}.legal_sectionTitle__FiWG1{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;line-height:1.4}.legal_sectionNumber__nSCrO{background:#485b54;color:white;width:2rem;height:2rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;flex-shrink:0}.legal_sectionContent__ZvZNG{line-height:1.6;color:#555;font-size:.95rem}.legal_sectionContent__ZvZNG ul{padding-left:1.5rem;margin-bottom:1rem}.legal_sectionContent__ZvZNG li{margin-bottom:.5rem;line-height:1.6}.legal_sectionContent__ZvZNG h4{color:#333;margin-top:1.5rem;margin-bottom:.75rem}.legal_contactSection__cdu5_{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;border-radius:.5rem}.legal_contactSection__cdu5_ .legal_btn___cbcJ{font-weight:500}@media (max-width:768px){.legal_sectionTitle__FiWG1{font-size:1.1rem;flex-direction:column;align-items:flex-start;gap:.5rem}.legal_sectionNumber__nSCrO{width:1.75rem;height:1.75rem;font-size:.8rem}.legal_sectionContent__ZvZNG{font-size:.9rem}.legal_contactSection__cdu5_{padding:1rem!important}}@media (max-width:480px){.legal_section__kVxa_{margin-bottom:2rem}.legal_sectionTitle__FiWG1{font-size:1rem}.legal_sectionContent__ZvZNG ul{padding-left:1.25rem}.legal_contactSection__cdu5_ .legal_row__6YFPh .legal_col-auto__1LK4F{flex:1}.legal_contactSection__cdu5_ .legal_btn___cbcJ{width:100%;margin-bottom:.5rem}}body.legal_rtl__nR7s0 .legal_sectionTitle__FiWG1{flex-direction:row-reverse}body.legal_rtl__nR7s0 .legal_sectionContent__ZvZNG ul{padding-left:0;padding-right:1.5rem}body.legal_rtl__nR7s0 .legal_lastUpdated__VnsLO{border-left:none;border-right:4px solid #485b54}@media print{.legal_contactSection__cdu5_{display:none}.legal_section__kVxa_{break-inside:avoid}.legal_sectionTitle__FiWG1{break-after:avoid}}