@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";
.page-module__RcAOYW__mainContent{background:var(--darkWhite);flex-direction:column;height:100%;padding:1rem 2rem;font-family:poppins,sans-serif;display:flex;overflow-y:auto}.page-module__RcAOYW__mainContent::-webkit-scrollbar{width:6px}.page-module__RcAOYW__mainContent::-webkit-scrollbar-track{background:0 0}.page-module__RcAOYW__mainContent::-webkit-scrollbar-thumb{background:var(--lightGray);border-radius:3px}.page-module__RcAOYW__productsContainer{flex:1}.page-module__RcAOYW__searchCategoryWrapper{background:var(--white);border-radius:10px;flex-direction:row;gap:1rem;margin-bottom:2rem;padding:1rem 1.2rem;display:flex;box-shadow:0 1px 8px #00000014}.page-module__RcAOYW__searchInputWrapper{background:var(--darkWhite);border-radius:10px;align-items:center;gap:.8rem;width:100%;padding:0 1rem;display:flex}.page-module__RcAOYW__searchWrapper{border:none;border-radius:8px;justify-content:center;align-items:center;gap:.8rem;margin-top:0;padding:.6rem 1rem;display:flex}.page-module__RcAOYW__searchIcon{width:24px;height:24px;color:var(--medGray);flex-shrink:0;font-weight:2000}.page-module__RcAOYW__searchInput{color:var(--medGray);background:0 0;border:none;outline:none;flex:1;font-size:.8rem}.page-module__RcAOYW__searchInput::placeholder{color:var(--lightGray)}.page-module__RcAOYW__searchBtn{background:var(--black);color:var(--white);cursor:pointer;border:none;border-radius:10px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600;transition:background .2s}.page-module__RcAOYW__searchBtn:hover{background:var(--halkaBlack)}.page-module__RcAOYW__categoryRow{border-top:.5px solid var(--lightGray);flex-wrap:wrap;align-items:center;gap:.6rem;padding:.8rem 0 .2rem;display:flex}.page-module__RcAOYW__catPill{background:var(--darkWhite);color:var(--medGray);cursor:pointer;white-space:nowrap;border:none;border-radius:20px;padding:.5rem 1rem;font-size:.7em;font-weight:900;transition:all .2s}.page-module__RcAOYW__catPill:hover{color:var(--black);border:none}.page-module__RcAOYW__categoryLabel{color:var(--medGray);font-size:.75rem;font-weight:800}.page-module__RcAOYW__catActive,.page-module__RcAOYW__catActive:hover{background:var(--black);color:var(--white);border:none;font-weight:600}.page-module__RcAOYW__tableWrapper{background:var(--white);border-radius:8px;overflow:visible;box-shadow:0 1px 8px #00000014}.page-module__RcAOYW__tableHead{background:var(--halfGray);border-bottom:1px solid var(--lightGray);border-top-left-radius:8px;border-top-right-radius:8px;grid-template-columns:2.5fr 2fr 2fr 1.2fr 1fr;align-items:center;gap:1.5rem;padding:1.2rem 1.5rem;display:grid}.page-module__RcAOYW__tableHead span{color:var(--medGray);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:500}.page-module__RcAOYW__tableBody{flex-direction:column;display:flex}.page-module__RcAOYW__tableRow{border-bottom:1px solid var(--lightGray);grid-template-columns:2.5fr 2fr 2fr 1.2fr 1fr;align-items:center;gap:1.5rem;padding:1.2rem 1.5rem;transition:background .2s;display:grid}.page-module__RcAOYW__tableRow:hover{background:var(--darkWhite)}.page-module__RcAOYW__cell{align-items:center;gap:.8rem;min-width:0;display:flex}.page-module__RcAOYW__colProduct{flex-direction:row;align-items:flex-start;gap:.4rem}.page-module__RcAOYW__productIcon{background:var(--darkWhite);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.page-module__RcAOYW__productMeta{flex-direction:column;gap:.3rem;display:flex}.page-module__RcAOYW__productName{color:var(--black);font-size:.95rem;font-weight:600;line-height:1.4}.page-module__RcAOYW__productId{color:var(--medGray);font-size:.8rem}.page-module__RcAOYW__colSizes{justify-content:flex-start}.page-module__RcAOYW__sizesText{color:var(--medGray);font-size:.9rem}.page-module__RcAOYW__colPrice{justify-content:flex-start}.page-module__RcAOYW__priceValue{color:var(--black,var(--black));font-size:.95rem;font-weight:600}.page-module__RcAOYW__colStock{justify-content:flex-start}.page-module__RcAOYW__stockValue{color:var(--black,var(--black));font-size:.9rem;font-weight:600}.page-module__RcAOYW__stockLow{color:var(--red2)}.page-module__RcAOYW__colBundle{justify-content:flex-start}.page-module__RcAOYW__bundleValue{color:var(--darkGray);background:var(--darkWhite);white-space:nowrap;border:1px solid var(--lightGray);border-radius:8px;padding:.4rem .8rem;font-size:.9rem;font-weight:600}.page-module__RcAOYW__colActions{justify-content:flex-start;gap:.5rem;margin-left:.5rem}.page-module__RcAOYW__actionBtn{background:var(--white);cursor:pointer;width:18px;height:18px;color:var(--medGray);border:none;border-radius:6px;justify-content:center;align-items:center;font-size:16px;transition:all .2s;display:flex}.page-module__RcAOYW__actionBtn:hover{border-color:var(--black);background:var(--darkWhite);color:var(--black)}.page-module__RcAOYW__chatBtn svg,.page-module__RcAOYW__editBtn svg,.page-module__RcAOYW__deleteBtn svg{width:18px;height:18px}.page-module__RcAOYW__deleteBtn:hover{border-color:var(--red2);color:var(--red2)}.page-module__RcAOYW__emptyState{text-align:center;color:var(--medGray);padding:3rem;font-size:.95rem}@media (max-width:1200px){.page-module__RcAOYW__tableHead,.page-module__RcAOYW__tableRow{grid-template-columns:2fr 1fr .9fr 1fr .9fr .8fr;gap:1rem}.page-module__RcAOYW__productName{font-size:.9rem}}@media (max-width:1500px){.page-module__RcAOYW__tableHead,.page-module__RcAOYW__tableRow{grid-template-columns:2fr 1fr .9fr 1fr .9fr .8fr;gap:1rem}.page-module__RcAOYW__mainContent{padding:1rem 3rem}.page-module__RcAOYW__customerName{font-size:.9rem}}@media (max-width:768px){.page-module__RcAOYW__productsContainer{padding:1rem}.page-module__RcAOYW__searchWrapper{flex-direction:column;align-items:stretch}.page-module__RcAOYW__searchInput,.page-module__RcAOYW__searchBtn{width:100%}.page-module__RcAOYW__categoryRow{gap:.5rem;margin-bottom:1.5rem}.page-module__RcAOYW__catPill{padding:.4rem .8rem;font-size:.8rem}.page-module__RcAOYW__tableHead,.page-module__RcAOYW__tableRow{grid-template-columns:1.5fr .8fr .8fr 1fr;gap:.8rem;padding:.8rem 1rem}.page-module__RcAOYW__tableHead span:nth-child(2),.page-module__RcAOYW__tableRow .page-module__RcAOYW__cell:nth-child(2),.page-module__RcAOYW__tableHead span:nth-child(5),.page-module__RcAOYW__tableRow .page-module__RcAOYW__cell:nth-child(5){display:none}.page-module__RcAOYW__productIcon{width:40px;height:40px}.page-module__RcAOYW__productName{font-size:.85rem}.page-module__RcAOYW__actionBtn{width:32px;height:32px}}.page-module__RcAOYW__rowGroup{border-bottom:1px solid var(--lightGray)}.page-module__RcAOYW__rowGroup:last-child{border-bottom:none}.page-module__RcAOYW__colActions{text-align:center;justify-content:center;align-items:center;gap:8px;display:flex}.page-module__RcAOYW__tableHead .page-module__RcAOYW__colActions,.page-module__RcAOYW__cell.page-module__RcAOYW__colActions{justify-content:center;align-items:center;display:flex}.page-module__RcAOYW__avatarBox{background:var(--darkWhite,var(--white));width:40px;height:40px;color:var(--black);letter-spacing:.04em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-right:10px;font-size:11px;font-weight:700;display:flex}.page-module__RcAOYW__customerMeta{flex-direction:column;gap:2px;display:flex}.page-module__RcAOYW__customerName{color:var(--black)827;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:500;overflow:hidden}.page-module__RcAOYW__customerCode{color:var(--medGray);font-size:11px}.page-module__RcAOYW__contactStack{flex-direction:column;gap:4px;display:flex}.page-module__RcAOYW__contactLine{color:var(--medGray);align-items:center;gap:5px;font-size:12px;display:flex}.page-module__RcAOYW__addressLine{color:var(--medGray);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:5px;font-size:12px;display:flex;overflow:hidden}.page-module__RcAOYW__membershipPill{letter-spacing:.06em;background:var(--darkWhite);color:var(--medGray);border:none;border-radius:4px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.page-module__RcAOYW__historyPanel{background:var(--halfGray);border-top:1px solid var(--lightGray);padding:16px 20px 20px}.page-module__RcAOYW__historyHeading{letter-spacing:.08em;color:var(--medGray);align-items:center;gap:7px;margin-bottom:14px;font-size:11px;font-weight:700;display:flex}.page-module__RcAOYW__historyHeading svg{width:16px;height:16px;color:var(--black,var(--black))}.page-module__RcAOYW__historyEmpty{color:var(--medGray);padding:12px 0;font-size:13px}.page-module__RcAOYW__orderBlock{border:1px solid var(--lightGray);border-radius:6px;margin-bottom:16px;overflow:hidden}.page-module__RcAOYW__orderBlock:last-child{margin-bottom:0}.page-module__RcAOYW__orderMetaRow{background:var(--white);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.page-module__RcAOYW__orderMetaLeft,.page-module__RcAOYW__orderMetaRight{align-items:center;gap:10px;display:flex}.page-module__RcAOYW__orderIdText{color:var(--black)827;font-size:12px;font-weight:700}.page-module__RcAOYW__orderDate{color:var(--medGray);font-size:12px}.page-module__RcAOYW__paymentPill{background:var(--lightGray);color:var(--golden2);letter-spacing:.05em;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.page-module__RcAOYW__statusPill{letter-spacing:.05em;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.page-module__RcAOYW__orderTotal{color:var(--black)827;font-size:13px;font-weight:700}.page-module__RcAOYW__itemsTable{width:100%}.page-module__RcAOYW__itemsHead{background:var(--black);color:var(--white);align-items:center;padding:7px 12px;font-size:11px;font-weight:600;display:flex}.page-module__RcAOYW__itemRow{background:var(--white);border-top:1px solid var(--lightGray);color:var(--darkGray);align-items:center;padding:8px 12px;font-size:12px;font-style:italic;display:flex}.page-module__RcAOYW__iColProduct{flex:1}.page-module__RcAOYW__iColSize{text-align:center;flex:0 0 80px}.page-module__RcAOYW__iColPrice{text-align:right;flex:0 0 90px}.page-module__RcAOYW__iColQty{text-align:right;flex:0 0 60px;font-style:normal;font-weight:600}.page-module__RcAOYW__iColSubtotal{text-align:right;flex:0 0 90px;font-style:normal;font-weight:600}.page-module__RcAOYW__sizePill{background:var(--darkGray);color:var(--white);border-radius:4px;padding:2px 7px;font-size:10px;font-style:normal;font-weight:700;display:inline-block}.page-module__RcAOYW__actionBtnActive svg{stroke:var(--black);width:28px;height:28px;box-shadow:0 1px 4px #0003}@media (max-width:480px){.page-module__RcAOYW__productsContainer{padding:.5rem}.page-module__RcAOYW__tableHead,.page-module__RcAOYW__tableRow{grid-template-columns:1fr .6fr;gap:.5rem;padding:.6rem .8rem}.page-module__RcAOYW__tableHead span:nth-child(n+2),.page-module__RcAOYW__tableRow .page-module__RcAOYW__cell:nth-child(n+2):not(.page-module__RcAOYW__colActions){display:none}.page-module__RcAOYW__productIcon{width:36px;height:36px}.page-module__RcAOYW__productName{font-size:.8rem}.page-module__RcAOYW__productId{display:none}.page-module__RcAOYW__actionBtn{width:28px;height:28px;font-size:14px}}
.form-module__qJedPq__basicForm{flex-direction:column;gap:.75em;display:flex}.form-module__qJedPq__basicForm label{display:inline-block}.form-module__qJedPq__formRow .form-module__qJedPq__inputField{flex:1;width:100%}.form-module__qJedPq__formRow .form-module__qJedPq__inputFieldCheckBox{align-self:center}.form-module__qJedPq__formError{color:var(--error);width:100%;padding:.2em 0;font-size:.8rem;display:inline-block}.form-module__qJedPq__formSucc{color:var(--success);width:100%;padding:.2em 0;font-size:.9rem;display:inline-block}.form-module__qJedPq__formDescr{color:var(--medGray);width:100%;padding:.2em 0;font-size:.8rem;display:inline-block}.form-module__qJedPq__formRow{flex-direction:column;justify-content:space-evenly;align-items:flex-start;gap:1em;display:flex}.form-module__qJedPq__disabled{opacity:.5;cursor:not-allowed!important}.form-module__qJedPq__tagFlex{flex-wrap:wrap;gap:.25em;padding-top:.25em;display:flex}.form-module__qJedPq__tagCon{background-color:var(--light);color:var(--main);text-transform:capitalize;border-radius:.2rem;padding:.3em .5em}.form-module__qJedPq__tagCross{cursor:pointer;color:var(--error);-webkit-user-select:none;user-select:none;font-weight:700}.form-module__qJedPq__labelCon{flex-direction:column;display:flex}.form-module__qJedPq__zoomCon{justify-content:center;align-items:center;gap:.5em;display:flex}.form-module__qJedPq__zoomCon input[type=range]{appearance:none;background-color:var(--lightGray);border:none;border-radius:20px;width:30%;height:8px;padding:0}.form-module__qJedPq__zoomCon input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background-color:var(--main);cursor:pointer;border-radius:50%;width:15px;height:15px}.form-module__qJedPq__zoomCon input[type=range]::-moz-range-thumb{background-color:var(--main);cursor:pointer;border-radius:50%;width:15px;height:15px}.form-module__qJedPq__zoomCon svg{color:var(--main);width:24px;height:24px}.form-module__qJedPq__imageUploader{text-align:center}.form-module__qJedPq__defaultUploadBox{border:3px dashed var(--lightGray);border-radius:.5rem;padding:1em}.form-module__qJedPq__defaultLabel{cursor:pointer;flex-direction:column;align-items:center;gap:.5em;display:flex}.form-module__qJedPq__defaultLabel svg{color:var(--medGray);width:32px;height:32px;transition:all .2s;transform:rotate(-90deg)}.form-module__qJedPq__defaultLabel p{color:var(--medGray);text-align:center;margin:0;font-size:.9rem;font-weight:500;transition:all .2s}.form-module__qJedPq__defaultLabel:hover p,.form-module__qJedPq__defaultLabel:hover svg{color:var(--main)}.form-module__qJedPq__text{color:var(--black)}.form-module__qJedPq__prefixCon{align-items:center;gap:.25em;display:flex}.form-module__qJedPq__prefix{color:var(--main);font-size:.9rem}.form-module__qJedPq__imageList{flex-wrap:wrap;justify-content:center;align-items:center;gap:1em;margin:1em 0;display:flex}.form-module__qJedPq__imageItem{border-radius:.25rem;width:100px;height:100px;position:relative}.form-module__qJedPq__imageItem img{object-fit:cover;border-radius:.5rem}.form-module__qJedPq__imageClose{fill:var(--error);background-color:var(--white);cursor:pointer;border-radius:50%;font-size:1.5rem;line-height:20px;transition:transform .3s ease-in-out;position:absolute;top:-5px;right:-5px;transform:scale(.8)}.form-module__qJedPq__imageClose:hover{transform:rotate(90deg)}.form-module__qJedPq__imageClose svg{fill:var(--medGray);cursor:pointer;width:24px;height:24px;transform:scale(1.25)}.form-module__qJedPq__fileList{flex-wrap:wrap;align-items:center;gap:.2em;margin:1em 0;display:flex}.form-module__qJedPq__fileItem{border:2px solid var(--lightGray);justify-content:space-between;width:calc(50% - .1em);padding:.2em .5em;display:flex}.form-module__qJedPq__fileItem p{color:var(--black);white-space:nowrap;text-overflow:ellipsis;width:100%;margin:0;font-size:.9rem;overflow:hidden}.form-module__qJedPq__fileName{font-size:.9rem}.form-module__qJedPq__fileClose{fill:var(--error);background-color:var(--white);cursor:pointer;border-radius:50%;font-size:1.5rem;line-height:20px;transition:transform .3s ease-in-out;transform:scale(.8)}.form-module__qJedPq__fileClose:hover{transform:rotate(90deg)}.form-module__qJedPq__fileClose svg{fill:var(--medGray);cursor:pointer;width:24px;height:24px;transform:scale(1.25)}.form-module__qJedPq__saveBtn{color:var(--error);fill:var(--error);font-weight:600}.form-module__qJedPq__saveBtn svg{fill:var(--medGray);cursor:pointer;width:24px;height:24px}.form-module__qJedPq__uploadBtnCon{text-align:center}.form-module__qJedPq__basicForm .form-module__qJedPq__formBtn,.form-module__qJedPq__basicForm .form-module__qJedPq__uploadBtnCon .form-module__qJedPq__basicForm .form-module__qJedPq__formBtn{background-color:var(--black);color:var(--white);border:2px solid var(--black);box-shadow:none;cursor:pointer;border-radius:.5rem;align-self:center;width:max-content;margin:0;padding:.5em 1em;font-size:.9rem;font-weight:500;transition:all .3s}.form-module__qJedPq__basicForm .form-module__qJedPq__formBtn:focus,.form-module__qJedPq__basicForm .form-module__qJedPq__formBtn:active:focus{box-shadow:none;background-color:var(--darkGray);border:2px solid var(--darkGray);color:var(--white);outline:0}.form-module__qJedPq__basicForm .form-module__qJedPq__formBtn:hover{border:2px solid var(--darkGray);background-color:var(--darkGray);color:var(--white)}.form-module__qJedPq__disabledInput input{cursor:not-allowed;background-color:var(--lightGray)}.form-module__qJedPq__avatarsCon{flex-flow:wrap;justify-content:space-evenly;gap:1em;padding:1em;display:flex}.form-module__qJedPq__avatarImg{width:40vw;height:40vw;position:relative}.form-module__qJedPq__checkboxCon{align-items:center;gap:1em;display:flex}.form-module__qJedPq__checkboxCon label{margin:0}.form-module__qJedPq__reqd{color:var(--main)}.form-module__qJedPq__arrayInputContainer{flex-direction:column;gap:1em;display:flex}.form-module__qJedPq__arrayInputRow{align-items:center;gap:1em;display:flex}.form-module__qJedPq__arrayInputRow svg{cursor:pointer;fill:var(--error);width:24px;height:24px}.form-module__qJedPq__arrayInputRow>div{flex-grow:2}.form-module__qJedPq__objectInputCon{width:30vw}@media (min-width:600px){.form-module__qJedPq__avatarsCon{max-width:calc(48vw + 5em)}.form-module__qJedPq__avatarImg{width:12vw;height:12vw}.form-module__qJedPq__formRow{flex-direction:row}.form-module__qJedPq__formRow .form-module__qJedPq__inputField{width:unset}.form-module__qJedPq__arrayInputRow select{width:20vw}.form-module__qJedPq__arrayInputRow>div{flex-grow:0}}
.form-module__Q_LO_q__basicForm{flex-direction:column;gap:.5em;display:flex}.form-module__Q_LO_q__inputField{position:relative}.form-module__Q_LO_q__formError{color:var(--error);width:100%;padding:.2em 0;font-size:.8rem;display:inline-block}.form-module__Q_LO_q__formSucc{color:var(--success);width:100%;padding:.2em 0;font-size:.9rem;display:inline-block}.form-module__Q_LO_q__formDescr{color:var(--halfWhite);width:100%;padding:.2em 0;font-size:.8rem;display:inline-block}.form-module__Q_LO_q__formPhMob{color:var(--gray);white-space:nowrap;font-size:.9rem;position:absolute;top:50%;left:40%;transform:translate(-50%)translateY(-50%)}.form-module__Q_LO_q__tagFlex{flex-wrap:wrap;gap:.25em;padding-top:.25em;display:flex}.form-module__Q_LO_q__tagCon{background-color:var(--white);color:var(--gray);border-radius:.2rem;padding:.3em .5em}.form-module__Q_LO_q__tagCross{cursor:pointer;color:red;-webkit-user-select:none;user-select:none;font-weight:700}.form-module__Q_LO_q__blueBtn{background-color:var(--dark);color:var(--white);box-shadow:none;cursor:pointer;border:none;border-radius:.5rem;align-items:center;width:max-content;margin:0;padding:.5em 1em;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.form-module__Q_LO_q__blueBtn svg{color:var(--white);width:16px;height:16px}.form-module__Q_LO_q__blueBtn:focus,.form-module__Q_LO_q__blueBtn:active:focus{box-shadow:none;background-color:var(--main);color:var(--white);outline:0}.form-module__Q_LO_q__blueBtn:hover{background-color:var(--main);color:var(--white)}.form-module__Q_LO_q__formRow{flex-direction:column;justify-content:space-evenly;align-items:stretch;gap:1em;display:flex}.form-module__Q_LO_q__reqd{color:var(--main)}.form-module__Q_LO_q__locationField{flex-direction:column;align-items:flex-start;width:100%;display:flex}.form-module__Q_LO_q__locText{color:var(--darkGray);margin:0;font-size:.9rem;font-weight:500}.form-module__Q_LO_q__locText span{color:var(--medGray);width:80px;font-weight:600;display:inline-block}.form-module__Q_LO_q__locCon{align-items:center;gap:1em;display:flex}.form-module__Q_LO_q__locationSelect{flex-flow:wrap;align-items:center;gap:.5em;display:flex}.form-module__Q_LO_q__locCol{flex-direction:column;width:100%}@media (min-width:600px){.form-module__Q_LO_q__locCol{flex-direction:row}.form-module__Q_LO_q__formPhMob{display:none}.form-module__Q_LO_q__formRow{flex-direction:row}}.form-module__Q_LO_q__mapContainer{flex-direction:column;align-items:stretch;gap:1.5em;width:90vw;padding:1em;display:flex;position:relative}.form-module__Q_LO_q__mapContainer .form-module__Q_LO_q__blueBtn{z-index:10;font-size:1.1rem;position:absolute;bottom:2em;left:50%;transform:translate(-50%)}
.apb-module__NAl7qG__pbCon{padding:1em 0}
.card-module__M36EKa__card{box-shadow:0px 0px 6px 0px var(--thodaBlack);border:2px solid var(--thodaWhite);border-radius:.5rem;flex-direction:column;padding:4px;transition:all .2s;display:flex}.card-module__M36EKa__card:hover{border:2px solid var(--halfMain)}.card-module__M36EKa__card p{margin:0}.card-module__M36EKa__cardTop{border-radius:.5rem;width:180px;height:180px;display:flex;position:relative}.card-module__M36EKa__cardImage{object-fit:contain;object-position:center;position:absolute}.card-module__M36EKa__cardBottom{flex-direction:column;flex-grow:1;justify-content:space-between;align-items:flex-start;gap:.25em;padding:.5em .25em;display:flex}.card-module__M36EKa__cardItemDiscount{background-color:var(--success);color:var(--white);z-index:1;border-radius:2px;padding:.2em 1em;font-size:.75rem;font-weight:600;position:absolute;top:4px;left:4px}.card-module__M36EKa__cardItemName{flex-grow:1;max-width:172px;margin:0;font-size:.8rem;font-weight:600}.card-module__M36EKa__cardItemDescr{color:var(--medGray);font-size:.8rem;font-weight:400}.card-module__M36EKa__cardItemPacking{color:var(--medGray);text-transform:capitalize;font-size:.7rem;font-weight:400}.card-module__M36EKa__priceBox{flex-direction:column;align-items:center;gap:.5em;width:100%;display:flex}.card-module__M36EKa__priceBoxCon{justify-content:flex-end;align-items:center;gap:1em;width:100%;display:flex}.card-module__M36EKa__cardItemCut{color:var(--error);font-size:.8rem;font-weight:400;text-decoration:line-through}.card-module__M36EKa__cardItemPrice{font-size:1.05rem;font-weight:700}.card-module__M36EKa__cartBtn{background-color:var(--white);border:1px solid var(--main);color:var(--main);border-radius:2rem;padding:.6em 1.25em;font-size:.7rem;font-weight:600;transition:all .2s}.card-module__M36EKa__cartBtn:hover{background-color:var(--main);color:var(--white)}.card-module__M36EKa__oos{color:var(--error);font-size:.6rem;font-weight:600}.card-module__M36EKa__valueBtn{border:1px solid var(--lightGray);-webkit-user-select:none;user-select:none;border-radius:99rem;align-items:center;gap:1em;display:flex}.card-module__M36EKa__valueBtnText{margin:0;font-size:.8rem;font-weight:600}.card-module__M36EKa__iconColor{background-color:var(--gray);border-radius:50%;align-items:center;transition:all .2s;display:flex;transform:scale(.8)}.card-module__M36EKa__iconColor:hover{background-color:var(--white)}.card-module__M36EKa__iconColor:hover svg{color:var(--main)}.card-module__M36EKa__iconColor svg{width:30px;height:30px;color:var(--lightGray);cursor:pointer;transition:all .2s;transform:scale(1.25)}@media (max-width:600px){.card-module__M36EKa__card{width:calc(50vw - 2em + 8px);padding:4px}.card-module__M36EKa__card:nth-child(5){display:none}.card-module__M36EKa__cardTop{width:calc(50vw - 2em);height:calc(50vw - 2em)}.card-module__M36EKa__cardBottom{gap:.25em;padding:.5em}.card-module__M36EKa__cardItemName{max-width:150px;font-size:.8rem}.card-module__M36EKa__cardItemDescr,.card-module__M36EKa__cardItemPacking{font-size:.7rem}.card-module__M36EKa__cardItemPrice{font-size:.9rem}.card-module__M36EKa__cartBtn{padding:.6em 1.25em;font-size:.6rem}.card-module__M36EKa__valueBtn{gap:.5em}.card-module__M36EKa__iconColor{transform:scale(.8)}.card-module__M36EKa__iconColor svg{width:20px;height:20px;transform:scale(1.25)}}@media (min-width:1550px){.card-module__M36EKa__cardTop{width:11.5vw;height:11.5vw}.card-module__M36EKa__cardItemName{max-width:calc(11.5vw - 16px);font-size:.9rem}.card-module__M36EKa__cardItemDescr{font-size:1rem}.card-module__M36EKa__cardItemPacking{font-size:.8rem}.card-module__M36EKa__cardItemPrice{font-size:1.2rem}.card-module__M36EKa__valueBtnText{font-size:.9rem}.card-module__M36EKa__cartBtn{padding:.43em 1.25em;font-size:.8rem}}
.carousel-module__McvucW__carousel{scroll-snap-type:both mandatory;width:100%;overflow:auto}.carousel-module__McvucW__carousel::-webkit-scrollbar{display:none}.carousel-module__McvucW__carouselGrid{grid-gap:10px;display:grid}.carousel-module__McvucW__carouselItem{scroll-snap-stop:normal;scroll-snap-align:center;position:relative}.carousel-module__McvucW__numberShown{color:var(--black);background-color:var(--halkaDarkWhite);border-radius:1rem;margin:.5em;padding:.2em .9em;font-size:.8rem;position:absolute;bottom:0;right:0}.carousel-module__McvucW__arrowButton{display:none}@media (min-width:600px){.carousel-module__McvucW__carousel{position:relative}.carousel-module__McvucW__carouselGrid{overflow-x:scroll}.carousel-module__McvucW__carouselGrid::-webkit-scrollbar{display:none}.carousel-module__McvucW__arrowButton{box-shadow:none;background-color:var(--white);border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-module__McvucW__abLeft{z-index:90;left:0}.carousel-module__McvucW__abRight{right:0}.carousel-module__McvucW__arrowButton svg{width:20px;height:20px}.carousel-module__McvucW__abRight svg{transform:rotate(180deg)}}
.carousel2-module__qsOjsa__carousel{scroll-snap-type:both mandatory;width:100%;overflow:auto}.carousel2-module__qsOjsa__carousel::-webkit-scrollbar{display:none}.carousel2-module__qsOjsa__carouselGrid{gap:10px;display:flex}.carousel2-module__qsOjsa__carouselItem{scroll-snap-stop:normal;scroll-snap-align:center;padding:0 5px;position:relative}.carousel2-module__qsOjsa__numberShown{color:var(--black);background-color:var(--halkaDarkWhite);border-radius:1rem;margin:.5em;padding:.2em .9em;font-size:.8rem;position:absolute;bottom:0;right:0}.carousel2-module__qsOjsa__arrowButton{display:none}@media (min-width:600px){.carousel2-module__qsOjsa__carousel{position:relative;overflow:visible}.carousel2-module__qsOjsa__carouselGrid{gap:1em;overflow-x:scroll}.carousel2-module__qsOjsa__carouselGrid::-webkit-scrollbar{display:none}.carousel2-module__qsOjsa__carouselItem{padding:0 .5em}.carousel2-module__qsOjsa__arrowButton{box-shadow:none;border:none;border:1px solid var(--lightGray);background-color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:20%;transform:translateY(-50%);box-shadow:0 0 2px #0006}.carousel2-module__qsOjsa__abLeft{z-index:90;left:-28px}.carousel2-module__qsOjsa__abRight{z-index:90;right:-28px}.carousel2-module__qsOjsa__arrowButton svg{width:20px;height:20px}.carousel2-module__qsOjsa__abRight svg{transform:rotate(180deg)}}
.menu-module__vp8LVa__mainMenuHead{align-items:center;gap:.5em;padding:.5em .5em 0;display:flex}.menu-module__vp8LVa__cartTitle{margin:0;font-size:1.1rem;font-weight:600}.menu-module__vp8LVa__cartItems{color:var(--medGray);margin:0;font-size:.9rem;font-weight:500}.menu-module__vp8LVa__mainMenu{flex-direction:column;justify-content:space-between;height:100%;display:flex;position:relative}.menu-module__vp8LVa__mainMenuTop{flex-direction:column;flex-grow:1;gap:1em;padding:0 1em;display:flex}.menu-module__vp8LVa__cartBottom{background-color:var(--white);border-top:1px solid var(--lightGray);flex-direction:column;gap:1em;width:100%;padding:1em;display:flex;position:sticky;bottom:0}.menu-module__vp8LVa__cartBottom svg{width:24px;height:24px}.menu-module__vp8LVa__menuItem{color:var(--gray);fill:var(--gray);border-radius:.5rem;align-items:center;gap:1em;padding:.5em;text-decoration:none;display:flex}.menu-module__vp8LVa__menuItem svg{width:24px;height:24px}.menu-module__vp8LVa__menuText{margin:0;font-size:1.1rem}.menu-module__vp8LVa__cartRow{border-bottom:1px solid var(--lightGray);gap:1em;padding-bottom:1em;display:flex}.menu-module__vp8LVa__cartRow p{margin:0}.menu-module__vp8LVa__pImg{border:1px solid var(--lightGray);background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:.5rem;width:100px;height:100px}.menu-module__vp8LVa__cartRowRight{flex-direction:column;flex-grow:1;justify-content:space-between;display:flex;position:relative}.menu-module__vp8LVa__itemName{font-size:.9rem;font-weight:600}.menu-module__vp8LVa__itemQty{color:var(--medGray);font-size:.8rem;font-weight:500}.menu-module__vp8LVa__itemPriceCon{justify-content:space-between;align-items:center;width:100%;display:flex}.menu-module__vp8LVa__valueBtn{border:1px solid var(--lightGray);-webkit-user-select:none;user-select:none;border-radius:99rem;align-items:center;gap:1em;padding:.2em;font-size:.8rem;display:flex}.menu-module__vp8LVa__iconColor{background-color:var(--gray);border-radius:50%;align-items:center;transition:all .2s;display:flex;transform:scale(.8)}.menu-module__vp8LVa__iconColor:hover{background-color:var(--white)}.menu-module__vp8LVa__iconColor:hover svg{color:var(--main)}.menu-module__vp8LVa__iconColor svg{width:24px;height:24px;color:var(--lightGray);cursor:pointer;transition:all .2s;transform:scale(1.25)}.menu-module__vp8LVa__itemPrice{font-size:.9rem;font-weight:600}.menu-module__vp8LVa__cardItemCut{color:var(--error);font-size:.7rem;font-weight:400;text-decoration:line-through}.menu-module__vp8LVa__delete{color:var(--error);cursor:pointer;width:20px;height:20px;position:absolute;top:0;right:0}.menu-module__vp8LVa__totalCon{border-bottom:1px solid var(--lightGray);justify-content:space-between;align-items:center;display:flex}.menu-module__vp8LVa__cartTotal{color:var(--medGray);font-size:.8rem;font-weight:600}.menu-module__vp8LVa__cartTotalAmount{color:var(--main);font-size:1.1rem;font-weight:600}.menu-module__vp8LVa__cartButtons{justify-content:space-evenly;align-items:center;display:flex}.menu-module__vp8LVa__cartBtn{background-color:var(--main);border:2px solid var(--main);color:var(--white);border-radius:4px;padding:.6em 2.5em;font-size:.8rem;font-weight:500;transition:all .2s}.menu-module__vp8LVa__cartBtn.menu-module__vp8LVa__emptyBtn{color:var(--main);background-color:#0000;font-weight:600}.menu-module__vp8LVa__cartBtn:focus,.menu-module__vp8LVa__cartBtn:active:focus{background-color:var(--main);border:2px solid var(--main);color:var(--white);outline:0}.menu-module__vp8LVa__cartBtn:hover{background-color:var(--dark);border:2px solid var(--dark);color:var(--white)}.menu-module__vp8LVa__noData{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.menu-module__vp8LVa__blankImage{width:20vw;height:auto}.menu-module__vp8LVa__noData p{color:var(--medGray);text-align:center;padding:1em;font-size:1.3rem}
.cartPanel-module__Gd2Kcq__layout{height:100vh;color:var(--darkGray);-webkit-user-select:none;user-select:none;grid-template-columns:250px 1fr 300px;font-family:poppins;display:grid;overflow:auto}.cartPanel-module__Gd2Kcq__layoutTwoCols{grid-template-columns:250px 1fr}.cartPanel-module__Gd2Kcq__sidebar{background-color:var(--white);border-right:1px solid var(--lightGray);flex-direction:column;width:250px;height:100vh;display:flex;position:sticky;top:0}.cartPanel-module__Gd2Kcq__sidebarScrollArea{flex:1;min-height:0;padding:1em 0;overflow-y:auto}.cartPanel-module__Gd2Kcq__logoContainer{border-bottom:1px solid var(--lightGray);flex-shrink:0;padding:24px}.cartPanel-module__Gd2Kcq__sidebarScrollArea::-webkit-scrollbar{width:4px}.cartPanel-module__Gd2Kcq__sidebarScrollArea::-webkit-scrollbar-thumb{background:var(--lightGray);border-radius:4px}.cartPanel-module__Gd2Kcq__sectionTitle{color:var(--medGray);letter-spacing:.5px;text-transform:uppercase;padding:0 1.8em;font-size:11px;font-weight:700}.cartPanel-module__Gd2Kcq__navSection{margin-bottom:24px}.cartPanel-module__Gd2Kcq__navList{flex-direction:column;gap:.5em;margin:0;padding:0 16px;list-style:none;display:flex}.cartPanel-module__Gd2Kcq__navItem{cursor:pointer;color:var(--gray);border-radius:8px;align-items:center;padding:10px 16px;font-size:.8em;font-weight:500;transition:all .2s;display:flex}.cartPanel-module__Gd2Kcq__removeBtn svg{width:16px;height:16px;color:var(--high)}.cartPanel-module__Gd2Kcq__navItem:hover{background-color:var(--darkWhite);color:var(--darkGray)}.cartPanel-module__Gd2Kcq__activeNav{background-color:var(--light3);color:var(--main);font-weight:600}.cartPanel-module__Gd2Kcq__companiesSection{flex:1;min-height:0;padding-bottom:20px;overflow-y:auto}.cartPanel-module__Gd2Kcq__companyList{flex-direction:column;margin:0;padding:0 16px;list-style:none;display:flex}.cartPanel-module__Gd2Kcq__companyItem{color:var(--gray);text-transform:capitalize;cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:14px;font-weight:400;transition:background .2s;display:flex}.cartPanel-module__Gd2Kcq__companyItem:hover{background-color:var(--darkWhite)}.cartPanel-module__Gd2Kcq__activeCompany{background-color:var(--light3);color:var(--main);font-weight:600}.cartPanel-module__Gd2Kcq__emptyStateTitleCompany{margin:0;font-size:1em}.cartPanel-module__Gd2Kcq__userProfileSection{border-top:1px solid var(--lightGray);background-color:var(--white);z-index:10;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:1em;margin-top:auto;padding:16px 24px;display:flex}.cartPanel-module__Gd2Kcq__userInfo{align-items:center;gap:12px;display:flex}.cartPanel-module__Gd2Kcq__userAvatar{background-color:var(--darkWhite);border:1px solid var(--lightGray);width:36px;height:36px;color:var(--gray);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.cartPanel-module__Gd2Kcq__userDetails{flex-direction:column;display:flex;overflow:hidden}.cartPanel-module__Gd2Kcq__userName{color:var(--darkGray);font-size:13px;font-weight:600}.cartPanel-module__Gd2Kcq__userEmail{color:var(--medGray);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.cartPanel-module__Gd2Kcq__signOutBtn{width:100%;color:var(--red2);cursor:pointer;background:0 0;border:none;align-items:start;gap:8px;padding:0;font-size:13px;font-weight:500;transition:opacity .2s;display:flex}.cartPanel-module__Gd2Kcq__signOutBtn svg{width:20px;height:20px}.cartPanel-module__Gd2Kcq__signOutBtn p{margin:0}.cartPanel-module__Gd2Kcq__signOutBtn:hover{opacity:.8}.cartPanel-module__Gd2Kcq__mainContent{flex-direction:column;gap:.8em;padding-top:.8em;font-family:poppins;display:flex;overflow-y:auto}.cartPanel-module__Gd2Kcq__header{justify-content:space-between;align-items:center;padding:0 1em;display:flex}.cartPanel-module__Gd2Kcq__pageTitle{color:var(--darkGray);margin:0;font-family:poppins;font-size:24px;font-weight:700}.cartPanel-module__Gd2Kcq__pageSubtitle{color:var(--medGray);margin:0;font-size:14px}.cartPanel-module__Gd2Kcq__searchBar{padding:0 1em}.cartPanel-module__Gd2Kcq__searchInput{border:1px solid var(--lightGray);background-color:var(--white);width:100%;color:var(--darkGray);border-radius:8px;outline:none;padding:14px 16px;font-size:14px}.cartPanel-module__Gd2Kcq__searchInput::placeholder{color:var(--medGray)}.cartPanel-module__Gd2Kcq__searchInput:focus{border-color:var(--main);box-shadow:0 0 0 2px var(--thodaMain)}.cartPanel-module__Gd2Kcq__productTable{border-top:1px solid var(--darkWhite);border-radius:8px;flex-direction:column;padding-bottom:1em;display:flex;position:sticky;top:0;overflow-y:scroll}.cartPanel-module__Gd2Kcq__tableHeader{text-transform:uppercase;color:var(--medGray);border-bottom:1px solid var(--light2);z-index:10;margin:0 .4em;padding:16px 24px;font-size:11px;font-weight:700;display:flex}.cartPanel-module__Gd2Kcq__tableBody{background:0 0;flex-direction:column;flex:1;gap:8px;margin-top:.5em;padding:0 1em;display:flex}.cartPanel-module__Gd2Kcq__productRow{background:var(--white);border:1px solid var(--lightGray);border-radius:8px;align-items:center;padding:.7em;display:flex}.cartPanel-module__Gd2Kcq__colDetails{flex:3}.cartPanel-module__Gd2Kcq__colNumber{text-align:center;flex:1}.cartPanel-module__Gd2Kcq__colAction{flex:1;justify-content:center;display:flex}.cartPanel-module__Gd2Kcq__productInfoWrapper{align-items:center;gap:16px;display:flex}.cartPanel-module__Gd2Kcq__productThumbnail{object-fit:contain;border-radius:6px;width:48px;height:48px}.cartPanel-module__Gd2Kcq__brandName{text-transform:uppercase;color:var(--main);margin:0 0 4px;font-size:10px;font-weight:700}.cartPanel-module__Gd2Kcq__productName{color:var(--darkGray);margin:0 0 4px;font-size:.8em;font-weight:600}.cartPanel-module__Gd2Kcq__productSize{color:var(--medGray);margin:0;font-size:12px}.cartPanel-module__Gd2Kcq__strikethrough{color:var(--medGray);font-size:.8em}.cartPanel-module__Gd2Kcq__marginBadge{background-color:var(--light3);color:var(--main);border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600}.cartPanel-module__Gd2Kcq__stockYes{color:var(--success);font-size:14px;font-weight:600}.cartPanel-module__Gd2Kcq__stockNo{color:var(--red2);font-size:14px;font-weight:600}.cartPanel-module__Gd2Kcq__stockLow{color:var(--golden);font-size:14px;font-weight:600}.cartPanel-module__Gd2Kcq__orderButton{background-color:var(--dark);color:var(--white);cursor:pointer;border:none;border-radius:6px;flex-direction:row;justify-content:center;align-items:center;gap:1em;padding:.7em 1em;font-weight:600;transition:background-color .2s;display:flex}.cartPanel-module__Gd2Kcq__orderButton:hover{background-color:var(--darkGray)}.cartPanel-module__Gd2Kcq__orderButton:disabled{background-color:var(--lightGray);cursor:not-allowed}.cartPanel-module__Gd2Kcq__loading{text-align:center;color:var(--medGray);padding:32px;font-size:14px}.cartPanel-module__Gd2Kcq__cartPanel{background-color:var(--white);border-left:1px solid var(--lightGray);flex-direction:column;height:100vh;display:flex;position:sticky;top:0;overflow-x:hidden}.cartPanel-module__Gd2Kcq__cartHeader{border-bottom:1px solid var(--lightGray);justify-content:space-between;align-items:center;padding:.5em .7em;display:flex}.cartPanel-module__Gd2Kcq__cartTitle{color:var(--black);justify-content:center;align-items:center;gap:.8em;margin:0;font-size:1rem;font-weight:700;display:flex}.cartPanel-module__Gd2Kcq__cartTitle p{margin:0}.cartPanel-module__Gd2Kcq__cartTitle svg{width:25px;height:25px}.cartPanel-module__Gd2Kcq__itemBadge{background-color:var(--darkWhite);color:var(--gray);border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:600}.cartPanel-module__Gd2Kcq__cartBody{background-color:var(--white);flex:1;padding:12px 10px;overflow:hidden auto}.cartPanel-module__Gd2Kcq__emptyCart{color:var(--medGray);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1em;width:100%;height:100%;margin:0;font-size:.9em;line-height:1.5;display:flex}.cartPanel-module__Gd2Kcq__emptyCart svg{background:var(--darkWhite);border-radius:50%;width:50px;height:50px;padding:.8em}.cartPanel-module__Gd2Kcq__emptyCart p{margin:0}.cartPanel-module__Gd2Kcq__cartItemCard{background:var(--white);opacity:0;will-change:transform, opacity;border-radius:12px;flex-direction:column;gap:.5em;padding:.6em .8em;animation:.4s cubic-bezier(.16,1,.3,1) forwards cartPanel-module__Gd2Kcq__slideInRight;display:flex;box-shadow:0 4px 12px #00000014,0 1px 3px #0000000a}@keyframes cartPanel-module__Gd2Kcq__slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.cartPanel-module__Gd2Kcq__slideOutRight{animation:.4s cubic-bezier(.16,1,.3,1) forwards cartPanel-module__Gd2Kcq__slideOutRight!important}@keyframes cartPanel-module__Gd2Kcq__slideOutRight{0%{opacity:1;max-height:200px;margin-bottom:6px;padding:8px 12px;transform:translate(0)}to{opacity:0;max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0;overflow:hidden;transform:translate(40px)}}.cartPanel-module__Gd2Kcq__cartItemHeader{justify-content:space-between;align-items:center;display:flex}.cartPanel-module__Gd2Kcq__cartItemName{color:var(--dark);margin:0;font-size:.8rem;font-weight:600}.cartPanel-module__Gd2Kcq__cartItemMeta{color:var(--medGray);text-transform:capitalize;margin:0;font-size:.65rem}.cartPanel-module__Gd2Kcq__removeBtn{color:var(--red2);cursor:pointer;background:0 0;border:none;padding:4px;transition:color .2s}.cartPanel-module__Gd2Kcq__cartItemControls{justify-content:space-between;align-items:center;display:flex}.cartPanel-module__Gd2Kcq__quantityStepper{background-color:var(--darkWhite);border-radius:8px;align-items:center;padding:4px;display:flex}.cartPanel-module__Gd2Kcq__stepBtn{color:var(--medGray);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;display:flex}.cartPanel-module__Gd2Kcq__stepBtn:hover{background-color:var(--lightGray)}.cartPanel-module__Gd2Kcq__quantityValue{color:var(--dark);margin:0 12px;font-size:.75rem;font-weight:600}.cartPanel-module__Gd2Kcq__itemTotalPrice{color:var(--dark);font-size:.6em;font-weight:700}.cartPanel-module__Gd2Kcq__cartFooter{border-top:1px solid var(--lightGray);flex-direction:column;justify-content:center;gap:.7em;padding:.6em .8em;display:flex}.cartPanel-module__Gd2Kcq__summaryRow{justify-content:space-between;display:flex}.cartPanel-module__Gd2Kcq__summaryLabel,.cartPanel-module__Gd2Kcq__summaryValue{color:var(--medGray);font-size:.65rem}.cartPanel-module__Gd2Kcq__totalRow{color:var(--dark);justify-content:space-between;align-items:center;font-size:.8rem;font-weight:700;display:flex}.cartPanel-module__Gd2Kcq__totalPrice{color:var(--main);font-size:.8rem}.cartPanel-module__Gd2Kcq__discountBanner{background-color:var(--light3);color:var(--success);border-radius:8px;align-items:center;gap:10px;padding:12px 16px;font-size:.75rem;line-height:1.4;display:flex}.cartPanel-module__Gd2Kcq__discountBanner p{margin:0;font-size:.8em}.cartPanel-module__Gd2Kcq__placeOrderBtn{background-color:var(--dark);color:var(--white);cursor:pointer;border:none;border-radius:6px;padding:.7em .5em;font-size:.7rem;font-weight:600;transition:opacity .2s}.cartPanel-module__Gd2Kcq__placeOrderBtn:disabled{background-color:var(--lightGray);cursor:not-allowed}.cartPanel-module__Gd2Kcq__placeOrderBtn:not(:disabled):hover{background:var(--low)}.cartPanel-module__Gd2Kcq__emptyStateContainer{text-align:center;background-color:var(--darkWhite);border:1px dashed var(--lightGray);border-radius:8px;flex-direction:column;justify-content:center;gap:.7em;padding:2em;display:flex}.cartPanel-module__Gd2Kcq__emptyStateContainer svg{width:30px;height:30px;color:var(--black)}.cartPanel-module__Gd2Kcq__orderSpacer{flex-direction:column;gap:.5em;display:flex}.cartPanel-module__Gd2Kcq__emptyStateTitle{color:var(--darkGray);margin:0;font-size:1.25rem}.cartPanel-module__Gd2Kcq__emptyStateText{color:var(--medGray);margin:0;font-size:.95rem}.cartPanel-module__Gd2Kcq__ordersContainer{flex-direction:column;gap:1.5em;padding:0 1em;display:flex}.cartPanel-module__Gd2Kcq__mobileHeader{background-color:var(--white);border-bottom:1px solid var(--lightGray);z-index:20;justify-content:space-between;align-items:center;padding:16px 20px;display:none}.cartPanel-module__Gd2Kcq__mobileLogo{color:var(--dark);align-items:center;gap:8px;font-size:1.25rem;font-weight:700;display:flex}.cartPanel-module__Gd2Kcq__btnTextDesktop{justify-content:center;align-items:center;gap:.7em;margin:0;font-size:.8em;display:flex}.cartPanel-module__Gd2Kcq__btnTextDesktop p{margin:0}.cartPanel-module__Gd2Kcq__orderButton:hover{background:var(--low)}.cartPanel-module__Gd2Kcq__logoIconPlaceholder{background-color:var(--main);color:var(--white);border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.cartPanel-module__Gd2Kcq__iconBtn{color:var(--gray);cursor:pointer;background:0 0;border:none;padding:4px;position:relative}.cartPanel-module__Gd2Kcq__cartBadge{background-color:var(--red2);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.cartPanel-module__Gd2Kcq__productSpacing{width:12vw;min-width:8vw}.cartPanel-module__Gd2Kcq__price{font-size:.8em}.cartPanel-module__Gd2Kcq__desktopOnly{display:block}.cartPanel-module__Gd2Kcq__btnIconMobile{font-size:1.4rem;font-weight:400;line-height:1;display:none}.cartPanel-module__Gd2Kcq__mobileStockWrapper{margin-left:8px;font-weight:600;display:none}.cartPanel-module__Gd2Kcq__stockTextYes{color:var(--moderate)}.cartPanel-module__Gd2Kcq__stockTextNo{color:var(--red2)}.cartPanel-module__Gd2Kcq__mobilePriceBlock{text-align:right;display:none}.cartPanel-module__Gd2Kcq__closeBtn{color:var(--medGray);cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;display:none}.cartPanel-module__Gd2Kcq__cartHeaderRight{align-items:center;gap:16px;display:flex}.cartPanel-module__Gd2Kcq__cartOpen{overflow-x:hidden}@media (max-width:600px){.cartPanel-module__Gd2Kcq__layout,.cartPanel-module__Gd2Kcq__layoutTwoCols{flex-direction:column;height:100vh;display:flex;overflow:hidden}.cartPanel-module__Gd2Kcq__desktopOnly{display:none!important}.cartPanel-module__Gd2Kcq__mobileHeader{display:flex}.cartPanel-module__Gd2Kcq__sidebar{z-index:50;width:280px;height:100vh;transition:left .3s ease-in-out;position:fixed;top:0;left:-300px;box-shadow:4px 0 15px #0000001a}.cartPanel-module__Gd2Kcq__sidebarOpen{left:0}.cartPanel-module__Gd2Kcq__logoContainer{justify-content:space-between;align-items:center;display:flex}.cartPanel-module__Gd2Kcq__closeBtn{display:block}.cartPanel-module__Gd2Kcq__cartPanel{z-index:50;width:100%;max-width:400px;height:100vh;transition:right .3s ease-in-out;position:fixed;top:0;right:-100%;box-shadow:-4px 0 15px #0000001a}.cartPanel-module__Gd2Kcq__cartOpen{right:0}.cartPanel-module__Gd2Kcq__mobileOverlay{z-index:40;cursor:pointer;background-color:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0}.cartPanel-module__Gd2Kcq__cartIcon svg,.cartPanel-module__Gd2Kcq__cartHeaderRight svg,.cartPanel-module__Gd2Kcq__cartHeaderRight span{display:none}.cartPanel-module__Gd2Kcq__mainContent{background-color:var(--white)}.cartPanel-module__Gd2Kcq__tableHeader{display:none}.cartPanel-module__Gd2Kcq__productTable{background:0 0;border:none}.cartPanel-module__Gd2Kcq__tableBody{padding:0;overflow-y:scroll}.cartPanel-module__Gd2Kcq__header,.cartPanel-module__Gd2Kcq__searchBar{padding:0}.cartPanel-module__Gd2Kcq__productRow{border:1px solid var(--lightGray);border-radius:.9em;flex-direction:row;justify-content:space-between;align-items:center;gap:.8em;margin:0;box-shadow:0 2px 4px #00000005}.cartPanel-module__Gd2Kcq__productThumbnail{display:none}.cartPanel-module__Gd2Kcq__productSize{justify-content:space-between;align-items:center;display:flex}.cartPanel-module__Gd2Kcq__colDetails{flex:1;min-width:0}.cartPanel-module__Gd2Kcq__productName{white-space:wrap;min-width:10vw;font-size:.9em;overflow:hidden}.cartPanel-module__Gd2Kcq__mobileStockWrapper{display:inline}.cartPanel-module__Gd2Kcq__mobilePriceBlock{flex-direction:column;justify-content:center;align-items:flex-end;min-width:60px;display:flex}.cartPanel-module__Gd2Kcq__stockTextYes{font-size:.9em}.cartPanel-module__Gd2Kcq__discountBanner{gap:10px;display:flex}.cartPanel-module__Gd2Kcq__mobilePtr{color:var(--dark);font-size:.8em;font-weight:700}.cartPanel-module__Gd2Kcq__mobileMrp{color:var(--medGray);margin-top:2px;font-size:.8rem;text-decoration:line-through}.cartPanel-module__Gd2Kcq__sku{display:none}.cartPanel-module__Gd2Kcq__colAction{flex:none;display:flex}.cartPanel-module__Gd2Kcq__orderButton{border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:flex}.cartPanel-module__Gd2Kcq__productSpacing{width:40vw;min-width:20vw}.cartPanel-module__Gd2Kcq__btnTextDesktop{display:none}.cartPanel-module__Gd2Kcq__cartItemCard{flex-direction:column;gap:1em;display:flex}.cartPanel-module__Gd2Kcq__cartSpacer{flex-direction:column;gap:.5em;display:flex}.cartPanel-module__Gd2Kcq__cartItemHeader{margin:0}.cartPanel-module__Gd2Kcq__cartItemName{margin:0;font-size:.8em}.cartPanel-module__Gd2Kcq__emptyCart p{padding:0 1em;font-size:1.2em}.cartPanel-module__Gd2Kcq__discountBanner p{font-size:1.2em}.cartPanel-module__Gd2Kcq__btnIconMobile{display:block}}.cartPanel-module__Gd2Kcq__bounceTop{animation:.9s both cartPanel-module__Gd2Kcq__bounce-top}@keyframes cartPanel-module__Gd2Kcq__bounce-top{0%{opacity:1;animation-timing-function:ease-in;transform:translateY(-45px)}24%{opacity:1}40%{animation-timing-function:ease-in;transform:translateY(-24px)}65%{animation-timing-function:ease-in;transform:translateY(-12px)}82%{animation-timing-function:ease-in;transform:translateY(-6px)}93%{animation-timing-function:ease-in;transform:translateY(-4px)}25%,55%,75%,87%{animation-timing-function:ease-out;transform:translateY(0)}to{opacity:1;animation-timing-function:ease-out;transform:translateY(0)}}.cartPanel-module__Gd2Kcq__cartIcon{display:flex;position:relative}.cartPanel-module__Gd2Kcq__cartNum{background-color:var(--error);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:600;display:flex;position:absolute;top:-4px;right:-4px}.cartPanel-module__Gd2Kcq__cartIcon svg{cursor:pointer;width:24px;height:24px;color:var(--black)}.cartPanel-module__Gd2Kcq__cartBody::-webkit-scrollbar{width:4px}.cartPanel-module__Gd2Kcq__cartBody::-webkit-scrollbar-thumb{background:var(--lightGray);border-radius:4px}.cartPanel-module__Gd2Kcq__productTable::-webkit-scrollbar{width:4px}.cartPanel-module__Gd2Kcq__productTable::-webkit-scrollbar-thumb{background:var(--lightGray);border-radius:4px}.cartPanel-module__Gd2Kcq__orderMutation{background:0 0;border:none}.cartPanel-module__Gd2Kcq__cartSpacerCard{flex-direction:column;gap:.3em;display:flex}.cartPanel-module__Gd2Kcq__cartSpacer{flex-direction:column;gap:.2em;display:flex}
.contact-module__8n00eG__contactBtn{z-index:900;cursor:pointer;background-color:var(--main);border:2px solid var(--main);border-radius:50%;padding:.5em;transition:all .1s;display:none;position:absolute;bottom:2%;right:15px}.contact-module__8n00eG__contactBtn svg{color:var(--white);width:30px;height:30px;transition:all .1s}.contact-module__8n00eG__contactBtn:hover{border:2px solid var(--main);transform:scale(1.1)}.contact-module__8n00eG__subPageContentHead{font-size:1.25rem;font-weight:500}.contact-module__8n00eG__contactForm{min-width:100vw;padding:2em 1.5em}.contact-module__8n00eG__blackBtn{background-color:var(--dark);border:1px solid var(--dark);color:var(--white);box-shadow:none;cursor:pointer;border-radius:.5rem;align-self:center;width:max-content;margin:0;padding:.5em 1em;font-size:.9rem;font-weight:500;transition:all .3s}.contact-module__8n00eG__blackBtn:focus,.contact-module__8n00eG__blackBtn:active:focus{box-shadow:none;border:1px solid var(--main);background-color:var(--main);color:var(--white);outline:0}@media (min-width:600px){.contact-module__8n00eG__contactBtn{display:inline-block;bottom:5%;right:25px}.contact-module__8n00eG__blackBtn:hover{border:1px solid var(--main);background-color:var(--main);color:var(--white)}.contact-module__8n00eG__contactForm{min-width:45vw;padding:2em 1.5em}}
.downbar-module__bnyx_W__downbar{background-color:var(--darkGray);flex-direction:column;gap:1.5em;margin:0 -1em;padding:3em 2em;display:flex}.downbar-module__bnyx_W__downbarContent,.downbar-module__bnyx_W__downbarLeft{flex-direction:column;gap:1.5em;display:flex}.downbar-module__bnyx_W__downbarMain{background-color:var(--white);border-radius:4px;flex-direction:column;gap:1em;padding:4px 8px;display:flex}.downbar-module__bnyx_W__downbarMainImage{align-self:center}.downbar-module__bnyx_W__downbarSection{flex-direction:column;gap:1em;display:flex}.downbar-module__bnyx_W__downbarHeading{color:var(--light);white-space:nowrap;margin:0;font-size:1rem;font-weight:500}.downbar-module__bnyx_W__downbarDescription{color:var(--lightGray);letter-spacing:.3px;text-align:justify;margin:0;font-size:.9rem;font-weight:300;line-height:24px}.downbar-module__bnyx_W__nlBox{border:1px solid var(--light);border-radius:99px;justify-content:space-between;align-items:center;gap:1em;padding:.5em;display:flex}.downbar-module__bnyx_W__nlBox>div:first-child{flex-grow:2}.downbar-module__bnyx_W__nlBox input{color:var(--white);background-color:#0000;border:none;font-weight:500}.downbar-module__bnyx_W__sendBtn{background-color:var(--main);cursor:pointer;border-radius:20px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.downbar-module__bnyx_W__nlBox svg{color:var(--white);width:18px;height:18px}.downbar-module__bnyx_W__qLinks{flex-wrap:wrap;display:flex}.downbar-module__bnyx_W__qLink{color:var(--lightGray);letter-spacing:.3px;flex-basis:50%;margin:0;padding:4px;font-size:.7rem;font-weight:300;text-decoration:none}.downbar-module__bnyx_W__dbItem{color:var(--white);border-radius:.5rem;align-items:center;gap:1em;padding:.5em 0;text-decoration:none;display:flex}.downbar-module__bnyx_W__dbItem svg{width:16px;height:16px;color:var(--lightGray);flex-shrink:0}.downbar-module__bnyx_W__dbText{letter-spacing:.3px;margin:0;font-size:.7rem;font-weight:300}.downbar-module__bnyx_W__downbarCrText{color:var(--white);margin-bottom:0;font-size:.75rem}.downbar-module__bnyx_W__downbarMyarth{filter:invert()}.downbar-module__bnyx_W__downbarSocialIcons{justify-content:flex-start;gap:1.5em;display:flex}.downbar-module__bnyx_W__downbarSocialIcons svg{width:20px;height:20px;color:var(--white);fill:var(--white)}@media (min-width:600px){.downbar-module__bnyx_W__downbar{align-items:flex-start;gap:2em;margin:0 -4em;padding:4em 4em 2em}.downbar-module__bnyx_W__downbarContent{flex-direction:row;gap:5em}.downbar-module__bnyx_W__downbarLeft{gap:2em;max-width:40%}.downbar-module__bnyx_W__downbarSection{flex-direction:column;gap:1em}.downbar-module__bnyx_W__downbarHeading{font-size:1rem;font-weight:600}.downbar-module__bnyx_W__downbarDescription{text-align:justify;font-size:.7rem;font-weight:500}.downbar-module__bnyx_W__nlBox{gap:1em;padding:.25em .5em}.downbar-module__bnyx_W__sendBtn{border-radius:20px;width:32px;height:32px}.downbar-module__bnyx_W__nlBox svg{width:18px;height:18px}.downbar-module__bnyx_W__qLinks{gap:.5em}.downbar-module__bnyx_W__qLink{white-space:nowrap;flex-basis:0%;padding:4px 0;font-size:.7rem;font-weight:500}.downbar-module__bnyx_W__dbItem{gap:1em;padding:.5em 0}.downbar-module__bnyx_W__dbItem svg{width:16px;height:16px}.downbar-module__bnyx_W__dbText{font-size:.7rem}.downbar-module__bnyx_W__downbarCrText{align-self:center;padding-top:2em;font-size:.75rem}}@media (min-width:1550px){.downbar-module__bnyx_W__downbar{margin:0 -14em;padding:4em 14em 2em}}
.footer-module__Vmx-gq__footer{justify-content:space-between;padding:1em;display:flex;box-shadow:0 0 11px #0000004d}.footer-module__Vmx-gq__footerIconCon{fill:var(--black);color:var(--black);cursor:pointer;-webkit-tap-highlight-color:transparent;flex-direction:column;align-items:center;gap:.3em;display:flex;position:relative}.footer-module__Vmx-gq__footerIconCon svg{width:24px;height:24px}.footer-module__Vmx-gq__footerIconText{text-align:center;-webkit-user-select:none;user-select:none;margin:0;font-size:.65rem}.footer-module__Vmx-gq__redNo{background-color:var(--error);color:var(--white);border-radius:9px;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6rem;display:flex;position:absolute;top:-8px;right:-8px}.footer-module__Vmx-gq__selected.footer-module__Vmx-gq__footerIconCon{color:var(--main);fill:var(--main);font-weight:700}.footer-module__Vmx-gq__profileImage{border:2px solid var(--main);border-radius:50%;width:24px;height:24px;position:relative;overflow:hidden}@media (min-width:600px){.footer-module__Vmx-gq__footer{display:none}}.footer-module__Vmx-gq__bounceTop{animation:.9s both footer-module__Vmx-gq__bounce-top}@keyframes footer-module__Vmx-gq__bounce-top{0%{opacity:1;animation-timing-function:ease-in;transform:translateY(-45px)}24%{opacity:1}40%{animation-timing-function:ease-in;transform:translateY(-24px)}65%{animation-timing-function:ease-in;transform:translateY(-12px)}82%{animation-timing-function:ease-in;transform:translateY(-6px)}93%{animation-timing-function:ease-in;transform:translateY(-4px)}25%,55%,75%,87%{animation-timing-function:ease-out;transform:translateY(0)}to{opacity:1;animation-timing-function:ease-out;transform:translateY(0)}}
.pagelist-module__d2U69W__pageList{-webkit-user-select:none;user-select:none;align-items:center;margin:auto 2em 0;display:flex}.pagelist-module__d2U69W__pageList *{font-size:.8rem}.pagelist-module__d2U69W__pageList ul{margin:0}
.loading-module__hX9Xwa__loadingCon{justify-content:center;width:100%;display:flex}.loading-module__hX9Xwa__ldsDualRing{width:100px;height:100px;display:inline-block}.loading-module__hX9Xwa__ldsDualRing:after{content:" ";border:6px solid var(--main);border-color:var(--main) transparent var(--main) transparent;border-radius:50%;width:80px;height:80px;margin:8px;animation:1.2s linear infinite loading-module__hX9Xwa__ldsDualRing;display:block}@keyframes loading-module__hX9Xwa__ldsDualRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.sortbtn-module__oWR87q__sortBtn{align-items:center;display:flex;text-transform:capitalize!important;font-size:.8rem!important;font-weight:600!important}.sortbtn-module__oWR87q__sortBtn svg{width:16px;height:16px;margin-left:1rem}
.gtable-module__eUYd_W__generalTable{width:100%}.gtable-module__eUYd_W__gtable{width:98%;font-size:.8rem}.gtable-module__eUYd_W__tableTitle{font-size:1.3rem;font-weight:600;font-family:var(--font);padding:0 1em}.gtable-module__eUYd_W__tableHeader{flex-wrap:wrap;justify-content:space-evenly;align-items:center;gap:1em;padding:1em 0;display:flex}.gtable-module__eUYd_W__totalRows{color:#ccc;margin:0;font-size:.8rem;font-weight:500}.gtable-module__eUYd_W__gtable .gtable-module__eUYd_W__adminPanelLinks{margin-bottom:0}.gtable-module__eUYd_W__gtable .gtable-module__eUYd_W__gtableEye,.gtable-module__eUYd_W__gtable .gtable-module__eUYd_W__gtablePen{cursor:pointer}.gtable-module__eUYd_W__gtable .gtable-module__eUYd_W__gtableTrash{color:#8b0000;cursor:pointer}.gtable-module__eUYd_W__gtable .gtable-module__eUYd_W__btn-danger{padding:.2em .5em;font-size:.8rem}.gtable-module__eUYd_W__searchCon{background-color:var(--white);border:1px solid #e4e4e4;border-radius:99rem;align-items:center;height:45px;padding-right:.3em;display:flex}.gtable-module__eUYd_W__searchCon input{background-color:#0000;border:none;border-radius:99rem;width:17vw;margin:0;padding:.3em 1em;font-size:.7rem}.gtable-module__eUYd_W__cancel{fill:var(--error);width:24px;height:24px}.gtable-module__eUYd_W__hide{visibility:hidden;width:24px}.gtable-module__eUYd_W__searchCon svg{cursor:pointer;color:var(--white);transform:scale(.8)}.gtable-module__eUYd_W__searchCon .gtable-module__eUYd_W__searchBtn{background-color:var(--dark);cursor:pointer;border:none;border-radius:50%;margin-right:5px;padding:6px 7px;transition:all .1s}.gtable-module__eUYd_W__searchCon .gtable-module__eUYd_W__searchBtn:focus{outline:0}.gtable-module__eUYd_W__searchCon .gtable-module__eUYd_W__searchBtn:hover{background-color:var(--main)}.gtable-module__eUYd_W__tableHeader .gtable-module__eUYd_W__searchCon{border:1px solid #e4e4e4;padding-right:0}.gtable-module__eUYd_W__tableHeader .gtable-module__eUYd_W__searchCon input{width:17vw;padding:.3em 1em;font-size:.7rem}.gtable-module__eUYd_W__tableHeader .gtable-module__eUYd_W__searchCon>svg{margin-right:.5em;font-size:1rem}.gtable-module__eUYd_W__offCanvasEnd{width:500px}.gtable-module__eUYd_W__empty{text-align:center;padding:1em;font-size:1.1rem;font-weight:500}@media (max-width:600px){.gtable-module__eUYd_W__gtable{width:90%;font-size:.7rem}.gtable-module__eUYd_W__tableTitle{padding:0 .5em;font-size:1.1rem}.gtable-module__eUYd_W__tableHeader{flex-direction:column}.gtable-module__eUYd_W__tableHeader .gtable-module__eUYd_W__searchCon input{background-color:#0000;width:70vw;margin:0;padding:.3em 1em;font-size:1rem}.gtable-module__eUYd_W__empty{text-align:left}}
.menu-module__oiGIiW__mainMenuHead{align-items:center;gap:.75em;display:flex}.menu-module__oiGIiW__menuBody{background-color:var(--darkGray)}.menu-module__oiGIiW__mainMenu{flex-direction:column;justify-content:space-between;height:100%;display:flex}.menu-module__oiGIiW__mainMenuTop{flex-direction:column;flex-grow:1;gap:1em;padding:1em;display:flex}.menu-module__oiGIiW__mainMenuMiddle{flex-direction:column;gap:1em;padding:1em;display:flex}.menu-module__oiGIiW__mainMenuMiddle svg{width:24px;height:24px}.menu-module__oiGIiW__menuItem{color:var(--white);fill:var(--white);border-radius:.5rem;align-items:center;gap:1em;padding:.5em;text-decoration:none;display:flex}.menu-module__oiGIiW__menuItem svg{width:24px;height:24px}.menu-module__oiGIiW__menuItem.menu-module__oiGIiW__selected{background-color:var(--thodaWhite)}.menu-module__oiGIiW__menuText{margin:0;font-size:1.1rem}@media (min-width:600px){.menu-module__oiGIiW__menu{display:none}}
.header-module__FpSQAG__header{fill:var(--dark);-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--lightGray);flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:1em;padding:.5em 1em;display:flex}.header-module__FpSQAG__headerLeft{align-items:center;gap:.5em;display:flex}.header-module__FpSQAG__headerRight{gap:1em;display:flex}.header-module__FpSQAG__headerFirst svg,.header-module__FpSQAG__headerRight svg{width:24px;height:24px}.header-module__FpSQAG__cartIcon{display:flex;position:relative}.header-module__FpSQAG__cartNum{background-color:var(--error);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:600;display:flex;position:absolute;top:-4px;right:-4px}.header-module__FpSQAG__headerContentFirst,.header-module__FpSQAG__headerSecond .header-module__FpSQAG__userIcon,.header-module__FpSQAG__headerSecond .header-module__FpSQAG__cartIcon{display:none}.header-module__FpSQAG__none{display:none!important}.header-module__FpSQAG__headerSecond{flex-basis:100%}.header-module__FpSQAG__headerSearch{border:1px solid var(--lightGray);border-radius:8px;justify-content:space-between;align-items:center;gap:.5em;padding-left:.5em;display:flex;position:relative}.header-module__FpSQAG__headerSearch input{color:var(--gray);border-radius:none;background-color:#0000;border:none;padding:8px 10px;font-size:.8rem}.header-module__FpSQAG__headerSearch>div{flex-grow:1}.header-module__FpSQAG__headerSearch svg{width:20px;height:20px;color:var(--medGray)}.header-module__FpSQAG__donateBtn{background-color:var(--main);color:var(--white);border:1px solid var(--main);border-top-right-radius:4px;border-bottom-right-radius:4px;padding:.6em 1.5em;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s}.header-module__FpSQAG__userIcon{justify-content:center;width:50px;display:flex;position:relative}.header-module__FpSQAG__userName{color:var(--main);white-space:nowrap;margin:0;font-size:.7rem;font-weight:600;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}@media (min-width:600px){.header-module__FpSQAG__header{flex-wrap:nowrap;padding:.75em calc(4em + 20px) .75em 4em;box-shadow:0 0 5px #0003}.header-module__FpSQAG__headerFirst{gap:1.25em;display:flex}.header-module__FpSQAG__headerLeft,.header-module__FpSQAG__headerRight,.header-module__FpSQAG__backArrow{display:none}.header-module__FpSQAG__header>.header-module__FpSQAG__logoCon{cursor:pointer;flex-basis:20%;display:inline-block}.header-module__FpSQAG__headerLogo{align-items:center;gap:.75em;display:flex}.header-module__FpSQAG__logoText{color:var(--main);margin:0;font-size:2rem;font-weight:600}.header-module__FpSQAG__headerItem{white-space:nowrap;min-width:70px;color:var(--medGray);flex-direction:column;align-items:center;text-decoration:none;display:flex}.header-module__FpSQAG__headerItem p{cursor:pointer;margin:0;font-size:.85rem;font-weight:500;transform:translateY(9px)}.header-module__FpSQAG__headerItemLine{background-color:#0000;border-radius:1rem;width:100%;height:4px}.header-module__FpSQAG__headerItem.header-module__FpSQAG__selected p,.header-module__FpSQAG__headerItem:hover p{color:var(--main)}.header-module__FpSQAG__headerItem.header-module__FpSQAG__selected p{font-weight:600}.header-module__FpSQAG__headerContentFirst{align-items:center;gap:.7em;display:flex}.header-module__FpSQAG__headerSecond{flex-basis:unset;align-items:center;gap:1em;display:flex}.header-module__FpSQAG__headerSecond .header-module__FpSQAG__userIcon,.header-module__FpSQAG__headerSecond .header-module__FpSQAG__cartIcon{display:flex}.header-module__FpSQAG__headerSecond .header-module__FpSQAG__userIcon svg,.header-module__FpSQAG__headerSecond .header-module__FpSQAG__cartIcon svg{cursor:pointer;width:30px;height:30px;color:var(--black)}.header-module__FpSQAG__headerSearch{display:none}.header-module__FpSQAG__donateBtn:hover{background-color:var(--dark);border:1px solid var(--dark)}.header-module__FpSQAG__userIcon{justify-content:center;width:50px;display:flex;position:relative}.header-module__FpSQAG__userName{color:var(--main);white-space:nowrap;margin:0;font-size:.7rem;font-weight:600;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.header-module__FpSQAG__cartIcon{display:flex;position:relative}.header-module__FpSQAG__cartNum{background-color:var(--error);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:600;display:flex;position:absolute;top:-4px;right:-4px}}@media (min-width:1100px){.header-module__FpSQAG__headerSearch{display:flex}.header-module__FpSQAG__headerSearch input{width:18vw}.header-module__FpSQAG__headerSearch>div{flex-grow:unset}}.header-module__FpSQAG__suggestions{background:var(--white);border:1px solid var(--darkWhite);z-index:30;border-radius:8px;width:100%;max-height:360px;margin:4px 0 0;padding:4px 0;list-style:none;animation:.12s ease-out header-module__FpSQAG__fadeIn;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 4px 12px #00000014}.header-module__FpSQAG__suggestionItem{cursor:pointer;color:var(--dark);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.5em;padding:8px 12px;font-size:.75rem;line-height:1.2;transition:background .12s,color .12s;display:flex;overflow:hidden}.header-module__FpSQAG__suggestionItem:hover{background:var(--mainLight,#f2f8ff);color:var(--main)}.header-module__FpSQAG__suggestionName{white-space:nowrap;text-overflow:ellipsis;flex:1;font-weight:500;overflow:hidden}.header-module__FpSQAG__suggestionCat{background:var(--darkWhite);color:var(--medGray);white-space:nowrap;text-overflow:ellipsis;border-radius:10px;max-width:30%;padding:2px 6px;font-size:.65rem;overflow:hidden}.header-module__FpSQAG__suggestionFooter{color:var(--medGray);cursor:pointer;border-top:1px solid var(--darkWhite);align-items:center;padding:8px 12px;font-size:.65rem;font-weight:500;line-height:1.1;display:flex}.header-module__FpSQAG__suggestionFooter svg{width:10px;height:10px;color:var(--medGray)}.header-module__FpSQAG__suggestionFooter:hover{background:var(--darkWhite);color:var(--dark)}@media (min-width:1550px){.header-module__FpSQAG__header{padding:1em 14em}}@keyframes header-module__FpSQAG__fadeIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.header-module__FpSQAG__bounceTop{animation:.9s both header-module__FpSQAG__bounce-top}@keyframes header-module__FpSQAG__bounce-top{0%{opacity:1;animation-timing-function:ease-in;transform:translateY(-45px)}24%{opacity:1}40%{animation-timing-function:ease-in;transform:translateY(-24px)}65%{animation-timing-function:ease-in;transform:translateY(-12px)}82%{animation-timing-function:ease-in;transform:translateY(-6px)}93%{animation-timing-function:ease-in;transform:translateY(-4px)}25%,55%,75%,87%{animation-timing-function:ease-out;transform:translateY(0)}to{opacity:1;animation-timing-function:ease-out;transform:translateY(0)}}
.pop-module__riQPEG__popCon{z-index:99999;background-color:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;inset:0}.pop-module__riQPEG__popup{background-color:#fff;border-radius:.5rem;width:auto;height:auto;margin-top:auto;margin-bottom:auto;display:inline-block;position:relative;overflow:hidden}.pop-module__riQPEG__popupClose{z-index:99;color:#1b1b1b;cursor:pointer;padding:0 .35em;font-size:2rem;font-weight:400;transition:transform .3s ease-in-out;position:absolute;top:5px;right:5px}.pop-module__riQPEG__popupClose svg{fill:var(--medGray);cursor:pointer;width:24px;height:24px}.pop-module__riQPEG__popupClose:hover{transform:scale(1.2)}.pop-module__riQPEG__loginPopup{flex-direction:column;align-items:center;gap:1.5em;width:90vw;padding:2em;display:flex}.pop-module__riQPEG__signInPopup,.pop-module__riQPEG__forgotPopup{flex-direction:column;align-items:center;gap:1.5em;width:90vw;padding:2.5em 2em 1.5em;display:flex}.pop-module__riQPEG__signUpPopup{flex-direction:column;align-items:center;gap:1em;width:90vw;max-height:98vh;padding:1em 1.5em;display:flex;overflow-y:scroll}.pop-module__riQPEG__signInForm{width:100%}.pop-module__riQPEG__signUpForm{gap:.75em;width:100%}.pop-module__riQPEG__sifText{text-align:center;cursor:pointer;align-self:stretch;margin:0;font-size:.8rem;font-weight:500}.pop-module__riQPEG__flText{justify-content:space-between;display:flex}.pop-module__riQPEG__otpForm{flex-direction:column;gap:1em;padding-top:1em;display:flex}.pop-module__riQPEG__blueText{color:var(--main);cursor:pointer}.pop-module__riQPEG__lpHead{flex-direction:column;align-items:center;gap:.5em;width:100%;display:flex}.pop-module__riQPEG__lpLogo{justify-content:space-between;align-items:center;gap:.5em;width:100%;display:flex}.pop-module__riQPEG__lpTitle{text-align:center;margin:0;font-size:1.5rem;font-weight:700}.pop-module__riQPEG__lpHr{border:1px solid var(--medGray);width:40%}.pop-module__riQPEG__lpInput input{text-align:center;letter-spacing:5px}.pop-module__riQPEG__lpBtns{gap:1em;display:flex}.pop-module__riQPEG__blackBtn{background-color:var(--main);color:var(--white);min-width:40%;box-shadow:none;cursor:pointer;border:none;border-radius:.5rem;align-self:center;width:max-content;margin:0;padding:.5em 1em;font-size:.9rem;font-weight:500;transition:all .3s}.pop-module__riQPEG__blackBtn.pop-module__riQPEG__hidden{visibility:hidden}.pop-module__riQPEG__blackBtn:focus,.pop-module__riQPEG__blackBtn:active:focus{box-shadow:none;background-color:var(--light);color:var(--main);outline:0}.pop-module__riQPEG__blackBtn:hover{background-color:var(--light);color:var(--main)}.pop-module__riQPEG__em{color:var(--main)}.pop-module__riQPEG__addProductForm{width:90vw;max-width:600px;max-height:85vh;padding:1.5em 2em;overflow-y:auto}.pop-module__riQPEG__formTitle{text-align:left;margin:0 0 1.5em;font-size:1.2rem;font-weight:600}.pop-module__riQPEG__formContent{flex-direction:column;gap:1.5em;display:flex}.pop-module__riQPEG__uploadSection{border:2px dashed var(--medGray);border-radius:.5rem;flex-direction:column;align-items:center;gap:.75em;padding:1.5em;display:flex}.pop-module__riQPEG__imagePreview{background-color:#f0f0f0;border-radius:.25rem;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.pop-module__riQPEG__uploadBtn{color:var(--main);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:500;text-decoration:underline}.pop-module__riQPEG__formGroup{flex-direction:column;gap:.5em;display:flex}.pop-module__riQPEG__label{color:var(--darkGray);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.pop-module__riQPEG__input,.pop-module__riQPEG__textarea,.pop-module__riQPEG__select{border:1px solid #ddd;border-radius:.35rem;padding:.6em;font-family:inherit;font-size:.9rem;transition:border-color .2s}.pop-module__riQPEG__input:focus,.pop-module__riQPEG__textarea:focus,.pop-module__riQPEG__select:focus{border-color:var(--main);outline:none;box-shadow:0 0 0 2px #0000000d}.pop-module__riQPEG__textarea{resize:vertical;min-height:80px}.pop-module__riQPEG__twoColRow{grid-template-columns:1fr 1fr;gap:1em;display:grid}.pop-module__riQPEG__sizesGrid{flex-wrap:wrap;gap:.5em;display:flex}.pop-module__riQPEG__sizeBtn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:.35rem;justify-content:center;align-items:center;width:40px;height:40px;font-weight:500;transition:all .2s;display:flex}.pop-module__riQPEG__sizeBtn:hover{border-color:var(--main)}.pop-module__riQPEG__sizeActive{background-color:var(--main);color:#fff;border-color:var(--main)}.pop-module__riQPEG__formActions{border-top:1px solid #eee;justify-content:flex-end;gap:1em;margin-top:1em;padding-top:1em;display:flex}.pop-module__riQPEG__cancelBtn{color:var(--darkGray);cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:.35rem;padding:.6em 1.5em;font-weight:500;transition:all .2s}.pop-module__riQPEG__cancelBtn:hover{background-color:#f5f5f5;border-color:#bbb}.pop-module__riQPEG__submitBtn{background:var(--main);color:#fff;cursor:pointer;border:none;border-radius:.35rem;padding:.6em 2em;font-weight:600;transition:all .2s}.pop-module__riQPEG__submitBtn:hover{opacity:.9;background-color:#000}@media (min-width:600px){.pop-module__riQPEG__signInPopup,.pop-module__riQPEG__loginPopup{width:30vw}.pop-module__riQPEG__signUpPopup{width:40vw}.pop-module__riQPEG__addProductForm{width:600px}}
.page-module__rY8pmG__contactForm{border-radius:8px;flex-direction:column;gap:2em;width:35vw;min-width:100%;padding:2em 1.5em;display:flex;box-shadow:5px 10px 15px 2px #0000004d}.page-module__rY8pmG__RegisterForm{border-radius:8px;flex-direction:column;gap:2em;width:35vw;margin-top:2vh;padding:2em 1.5em;display:flex;box-shadow:5px 10px 15px 2px #0000004d}.page-module__rY8pmG__subPageContentHead{margin:0;font-size:1.25rem;font-weight:500}.page-module__rY8pmG__blackBtn{background-color:var(--black);border:1px solid var(--dark);color:var(--white);box-shadow:none;cursor:pointer;border-radius:.5rem;align-self:center;width:max-content;margin:1vh 0;padding:.5em 1em;font-size:.9rem;font-weight:500;transition:all .3s ease-in-out}.page-module__rY8pmG__blackBtn:hover{background:var(--low);border:none;scale:1}
.pagecomp-module__pZrvrG__page{flex-direction:column;gap:64px;display:flex}.pagecomp-module__pZrvrG__spacer{width:100%;height:1px;margin-bottom:-64px}@media (max-width:600px){.pagecomp-module__pZrvrG__page{gap:32px}}
.progress-module__WEFoRq__progressbar{flex-direction:column;align-items:center;padding:1em 0 2.5em;display:flex}.progress-module__WEFoRq__pb{font-family:var(--pop);justify-content:center;align-items:center;width:80%;font-weight:500;display:flex}.progress-module__WEFoRq__pb .progress-module__WEFoRq__numberCon{border:1px solid var(--lightGray);border-radius:50%;width:20px;height:20px;padding:3px;position:relative}.progress-module__WEFoRq__pb .progress-module__WEFoRq__numberCon.progress-module__WEFoRq__active{border:1px solid var(--main);background-color:var(--main)}.progress-module__WEFoRq__pb .progress-module__WEFoRq__pbLine{border-top:3px dashed var(--lightGray);width:50px}.progress-module__WEFoRq__pb .progress-module__WEFoRq__pbLine.progress-module__WEFoRq__active{border-top:3px solid var(--main)}@media (max-width:600px){.progress-module__WEFoRq__progressbar{padding:.5em 0}.progress-module__WEFoRq__pb{width:95%}.progress-module__WEFoRq__pb .progress-module__WEFoRq__numberCon{border:1px solid var(--lightGray);padding:2px}.progress-module__WEFoRq__pb .progress-module__WEFoRq__numberCon.progress-module__WEFoRq__active{border:1px solid var(--main)}.progress-module__WEFoRq__pb .progress-module__WEFoRq__number{width:30px;height:30px;font-size:.8rem}.progress-module__WEFoRq__pbText{text-align:center;font-size:.8rem;bottom:-55px;left:50%;transform:translate(-50%)}.progress-module__WEFoRq__pbSmall{font-size:.7rem;transform:translate(-65%)}.progress-module__WEFoRq__pb .progress-module__WEFoRq__pbLine{border-top:2px dashed var(--lightGray)}.progress-module__WEFoRq__pb .progress-module__WEFoRq__pbLine.progress-module__WEFoRq__active{border-top:2px solid var(--main)}.progress-module__WEFoRq__pbImg{width:100%}}
@font-face{font-family:revicons;fallback:fallback;src:url(../media/revicons.0..pvb1q~5e1d.woff)format("woff"),url(../media/revicons.014dop33xc2p3.ttf)format("ttf"),url(../media/revicons.11pud~zpz6jrf.eot)format("ttf")}.react-multi-carousel-list{align-items:center;display:flex;position:relative;overflow:hidden}.react-multi-carousel-track{transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition;flex-direction:row;margin:0;padding:0;list-style:none;display:flex;position:relative}.react-multiple-carousel__arrow{z-index:1000;opacity:1;cursor:pointer;background:#00000080;border:0;border-radius:35px;outline:0;min-width:43px;min-height:43px;transition:all .5s;position:absolute}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{color:#fff;text-align:center;z-index:2;font-family:revicons;font-size:20px;display:block;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:#00000080}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{text-align:center;justify-content:center;margin:0;padding:0;list-style:none;display:flex;position:absolute;bottom:0;left:0;right:0}.react-multi-carousel-dot button{opacity:1;width:12px;height:12px;box-shadow:none;cursor:pointer;border:2px solid gray;border-radius:50%;outline:0;margin:0 6px 0 0;padding:0;transition:background .5s;display:inline-block}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{left:calc(4% + 1px);right:auto}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}
.slider-module__DWIuva__sliderItemCon{height:100%;position:relative}.slider-module__DWIuva__sliderImgCon{border-bottom:1px solid var(--lightGray);height:50vw;position:relative}.slider-module__DWIuva__sliderImg{object-fit:cover;object-position:center;position:absolute}.slider-module__DWIuva__overlay{position:absolute;inset:0}.slider-module__DWIuva__hidden{display:none}@media (max-width:600px){.slider-module__DWIuva__sliderImgCon{height:150vw}}
.title-module__PYGQbG__mainTitleCon{background-image:url(../media/title.0.p9i90bt6ll4.webp);background-position:top;background-size:cover;margin:0 -4em .75em;display:flex}.title-module__PYGQbG__blackOverlay{background-color:var(--thodaBlack);flex-direction:column;align-items:center;width:100%;display:flex}.title-module__PYGQbG__title{color:var(--white);text-transform:capitalize;margin:1.5em 0;font-size:2.5rem;font-weight:600}@media (max-width:600px){.title-module__PYGQbG__mainTitleCon{margin:0 -1em}.title-module__PYGQbG__title{letter-spacing:1px;text-align:center;font-size:1.05rem}}@media (min-width:1550px){.title-module__PYGQbG__mainTitleCon{margin:0 -14em}.title-module__PYGQbG__title{font-size:2.7rem}}
.topbar-module__g0SdtW__topbar{z-index:100;background:#fff;border-bottom:1px solid #e8eaed;flex-shrink:0;justify-content:flex-end;align-items:center;height:52px;min-height:68px;padding:0 20px;display:flex;position:sticky;top:0}.topbar-module__g0SdtW__bellBadge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.6rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.topbar-module__g0SdtW__right{align-items:center;gap:16px;display:flex}.topbar-module__g0SdtW__bell{color:#666;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:flex;position:relative}.topbar-module__g0SdtW__bell:hover{color:#111;background:#f3f4f6}.topbar-module__g0SdtW__userInfo{cursor:pointer;align-items:center;gap:10px;display:flex}.topbar-module__g0SdtW__userText{flex-direction:column;align-items:flex-end;line-height:1.35;display:flex}.topbar-module__g0SdtW__userName{color:#111;font-size:13px;font-weight:600}.topbar-module__g0SdtW__userRole{color:#888;font-size:11px}.topbar-module__g0SdtW__avatar{color:#fff;background:#111;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:600;display:flex}.topbar-module__g0SdtW__hamburger{cursor:pointer;color:#666;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:background .15s;display:none}.topbar-module__g0SdtW__hamburger:hover{color:#111;background:#f3f4f6}.topbar-module__g0SdtW__mobileBrand{color:#111;letter-spacing:.04em;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:800;display:none}@media (max-width:768px){.topbar-module__g0SdtW__topbar{justify-content:space-between}.topbar-module__g0SdtW__hamburger{display:flex}.topbar-module__g0SdtW__mobileBrand{display:block}.topbar-module__g0SdtW__userText{display:none}}
.productSearch-module__wN1EWG__shopCon{justify-content:space-between;align-items:flex-start;gap:2em;display:flex}.productSearch-module__wN1EWG__filterContainer{flex-basis:20%}.productSearch-module__wN1EWG__productsContainer{flex-direction:column;flex-basis:80%;gap:1em;display:flex}.productSearch-module__wN1EWG__headerSearchCon{flex-direction:column;justify-content:flex-start;gap:1.5em;display:flex}.productSearch-module__wN1EWG__headerSearch{border:1px solid var(--lightGray);border-radius:8px;justify-content:space-between;align-self:flex-start;align-items:center;padding-left:.8em;display:flex}.productSearch-module__wN1EWG__headerSearch input{color:var(--gray);border-radius:none;background-color:#0000;border:none;width:25vw;padding:12px;font-size:.8rem}.productSearch-module__wN1EWG__headerSearch svg{width:20px;height:20px}.productSearch-module__wN1EWG__cardCon{flex-wrap:wrap;justify-content:flex-start;gap:1.25em;display:flex}.productSearch-module__wN1EWG__searchText{color:var(--medGray);margin:0;font-size:.85rem;font-weight:500}.productSearch-module__wN1EWG__clear{color:var(--error);cursor:pointer;font-size:.7rem}.productSearch-module__wN1EWG__tagsRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.productSearch-module__wN1EWG__tag{background-color:var(--darkWhite);color:var(--medGray);border:1px solid var(--darkWhite);border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.75rem;display:inline-flex}.productSearch-module__wN1EWG__tagLabel{text-transform:capitalize;margin:0}.productSearch-module__wN1EWG__tagClose{color:var(--medGray);cursor:pointer;background:0 0;border:none;font-size:.9rem;line-height:1}.productSearch-module__wN1EWG__clearAllBtn{color:var(--error);cursor:pointer;background:0 0;border:none;margin-left:.25rem;font-size:.75rem}.productSearch-module__wN1EWG__menuCon{display:none}.productSearch-module__wN1EWG__emptyImageCon{align-self:center;width:18vw;height:18vw;position:relative}.productSearch-module__wN1EWG__productBanners{flex-direction:column;display:flex}.productSearch-module__wN1EWG__banner{background-image:url(../media/finding.16-artlfzqrip.webp);background-position:top;background-size:cover;border-radius:8px;flex-direction:column;justify-content:space-evenly;align-items:flex-start;width:100%;height:372px;padding:1em 3em;display:flex}.productSearch-module__wN1EWG__bannerGreen{color:var(--white);margin:0;font-size:2rem;font-weight:600}.productSearch-module__wN1EWG__bannerText{color:var(--black);margin:0;font-size:3rem;font-weight:600}.productSearch-module__wN1EWG__bannerBtn{background-color:var(--white);color:var(--main);border:1px solid var(--white);cursor:pointer;border-radius:99px;padding:.8em 2em;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s}.productSearch-module__wN1EWG__bannerBtn svg{width:16px;height:16px}.productSearch-module__wN1EWG__bannerBtn:hover,.productSearch-module__wN1EWG__bannerBtn:focus{background-color:var(--dark);border:1px solid var(--dark);color:var(--white)}.productSearch-module__wN1EWG__bannerBtn p{margin:0}@media (max-width:600px){.productSearch-module__wN1EWG__shopCon{gap:2em}.productSearch-module__wN1EWG__filterContainer{display:none}.productSearch-module__wN1EWG__productsContainer{flex-basis:100%;gap:1em}.productSearch-module__wN1EWG__headerSearchCon{gap:1em}.productSearch-module__wN1EWG__headerSearch{justify-content:flex-start;width:100%;padding-left:.8em}.productSearch-module__wN1EWG__headerSearch input{width:75vw;padding:12px;font-size:.8rem}.productSearch-module__wN1EWG__headerSearch svg,.productSearch-module__wN1EWG__menuCon svg{width:20px;height:20px}.productSearch-module__wN1EWG__cardCon{justify-content:center;gap:.75em}.productSearch-module__wN1EWG__searchText{font-size:.8rem}.productSearch-module__wN1EWG__clear{font-size:.7rem}.productSearch-module__wN1EWG__tagsRow{gap:.5rem}.productSearch-module__wN1EWG__tag{border-radius:999px;gap:.35rem;padding:.25rem .5rem;font-size:.75rem}.productSearch-module__wN1EWG__tagClose{font-size:.9rem}.productSearch-module__wN1EWG__clearAllBtn{margin-left:.25rem;font-size:.75rem}.productSearch-module__wN1EWG__menuCon{color:var(--medGray);font-weight:500;display:flex}.productSearch-module__wN1EWG__emptyImageCon{width:65vw;height:65vw}.productSearch-module__wN1EWG__banner{width:calc(100vw - 2em);height:calc(32vw - .8em);margin-bottom:1em;padding:1em}.productSearch-module__wN1EWG__bannerGreen{font-size:.8rem}.productSearch-module__wN1EWG__bannerText{font-size:1rem}.productSearch-module__wN1EWG__bannerBtn{padding:.4em 1em;font-size:.6rem}.productSearch-module__wN1EWG__bannerBtn svg{width:10px;height:10px}}@media (min-width:1550px){.productSearch-module__wN1EWG__shopCon{gap:2em}.productSearch-module__wN1EWG__filterContainer{flex-basis:22%}.productSearch-module__wN1EWG__productsContainer{flex-basis:78%}}
.pagination-module__pawPgG__pagination{justify-content:center;align-items:center;gap:2em;display:flex}.pagination-module__pawPgG__paginationNumber{align-items:center;gap:2em;display:flex}.pagination-module__pawPgG__paginationNumber p{cursor:pointer;margin:0}.pagination-module__pawPgG__selectedNumber{background-color:var(--main);color:var(--white);border-radius:2rem;padding:.5em 1em;margin:0 -14px!important}.pagination-module__pawPgG__paginationArrowLeft,.pagination-module__pawPgG__paginationArrowRight{cursor:pointer;align-items:center;display:flex}.pagination-module__pawPgG__paginationArrowLeft svg{color:var(--main);width:20px;height:20px;transform:rotate(180deg)}.pagination-module__pawPgG__paginationArrowRight svg{color:var(--main);width:20px;height:20px}.pagination-module__pawPgG__disabled svg{cursor:not-allowed;width:18px!important;height:18px!important;color:var(--medGray)!important}
.filterSection-module__eyOpQG__filterMainCon{background-color:var(--light2);-webkit-user-select:none;user-select:none;border-radius:8px;flex-direction:column;gap:1.5em;padding:2em;display:flex}.filterSection-module__eyOpQG__filterMainCon p{margin:0}.filterSection-module__eyOpQG__filterBoxCon{border-bottom:1px solid var(--white);flex-direction:column;gap:1em;padding-bottom:1.5em;display:flex}.filterSection-module__eyOpQG__filterBoxCon:last-child{border-bottom:none;padding-bottom:0}.filterSection-module__eyOpQG__filterBoxTop{justify-content:space-between;display:flex}.filterSection-module__eyOpQG__filterBoxHeading{font-size:1rem;font-weight:600}.filterSection-module__eyOpQG__filterBoxTop svg{width:21px;height:21px;color:var(--main);cursor:pointer}.filterSection-module__eyOpQG__filterBoxBody{flex-direction:column;gap:.5em;display:flex}.filterSection-module__eyOpQG__checkListCon{flex-direction:column;gap:.8em;display:flex}.filterSection-module__eyOpQG__checkListChild{align-items:center;gap:.5em;display:flex}.filterSection-module__eyOpQG__checkListChild input{transform:scale(.8)}.filterSection-module__eyOpQG__checkListValue{font-size:.8rem;font-weight:500}.filterSection-module__eyOpQG__thumb{background-color:var(--white);width:16px;height:16px;box-shadow:0px 2px 6px var(--medGray);border-radius:8px;justify-content:center;align-items:center;display:flex}.filterSection-module__eyOpQG__thumbCircle{background-color:var(--main);border-radius:6px;width:10px;height:10px}.filterSection-module__eyOpQG__thumbLabel{color:var(--white);background-color:var(--main);border-radius:4px;padding:4px;font-size:12px;font-weight:500;position:absolute;bottom:-28px}
.pageheader-module__qCcBvG__pageHeader{justify-content:space-between;align-items:center;gap:1rem;padding:1.2em 1.4em 1em;display:flex}.pageheader-module__qCcBvG__left{flex-direction:column;gap:.15em;display:flex}.pageheader-module__qCcBvG__title{color:var(--black);letter-spacing:-.02em;margin:0;font-family:Poppins,sans-serif;font-size:1.5em;font-weight:600}.pageheader-module__qCcBvG__subtitle{color:var(--medGray);margin:0;font-family:Poppins,sans-serif;font-size:.78em;font-weight:500}.pageheader-module__qCcBvG__right{flex-shrink:0;align-items:center;gap:.7rem;display:flex}.pageheader-module__qCcBvG__btn{background:var(--black);color:var(--white);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:.4em;padding:1em 1.1em;font-family:Poppins,sans-serif;font-size:.82em;font-weight:600;transition:background .18s,transform .15s;display:flex}.pageheader-module__qCcBvG__btn:hover{background:var(--darkGray);transform:translateY(-1px)}.pageheader-module__qCcBvG__btn:active{transform:translateY(0)}.pageheader-module__qCcBvG__btnIcon{justify-content:center;align-items:center;display:flex}.pageheader-module__qCcBvG__btnIcon svg{background:var(--black);width:18px;height:18px}.pageheader-module__qCcBvG__btnOutline{border:1px solid var(--medGray);cursor:pointer;white-space:nowrap;background:var(--white);border-radius:8px;align-items:center;gap:.38rem;padding:.8rem .75rem;font-family:poppins,sans-serif;font-size:.83rem;font-weight:600;line-height:1;transition:background .15s,border-color .15s,color .15s;display:inline-flex}@media (max-width:600px){.pageheader-module__qCcBvG__pageHeader{flex-wrap:wrap;padding:1em .8em .8em}.pageheader-module__qCcBvG__right{flex-wrap:wrap;width:100%}.pageheader-module__qCcBvG__btn{flex:1;justify-content:center;padding:.5rem}.pageheader-module__qCcBvG__btnOutline{flex:1;justify-content:center}.pageheader-module__qCcBvG__mainContent{padding:.5rem .75rem}}
.sidebar-module__CeNkmG__sidebar{background-color:#1c1c1c;flex-direction:column;flex-shrink:0;width:210px;min-width:210px;height:100vh;display:flex;position:sticky;top:0;overflow:hidden auto}.sidebar-module__CeNkmG__logoRow{flex-shrink:0;justify-content:space-between;align-items:center;padding:1.1em 1.1em 1em 1.2em;display:flex}.sidebar-module__CeNkmG__brand{color:#fff;letter-spacing:.06em;font-family:Poppins,sans-serif;font-size:1em;font-weight:800}.sidebar-module__CeNkmG__menuBtn{color:#a0a0a0;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.sidebar-module__CeNkmG__menuBtn:hover{color:#fff}.sidebar-module__CeNkmG__menuBtn svg{width:17px;height:17px}.sidebar-module__CeNkmG__nav{flex-direction:column;flex:1;gap:2px;padding:.3em .6em;display:flex}.sidebar-module__CeNkmG__navItem{color:#9a9a9a;white-space:nowrap;border-radius:8px;align-items:center;gap:.65em;padding:.6em .75em;font-family:Poppins,sans-serif;font-size:.82em;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.sidebar-module__CeNkmG__navItem:hover{color:#e0e0e0;background-color:#ffffff12}.sidebar-module__CeNkmG__navItemActive{background-color:#fff;font-weight:600;color:#1c1c1c!important}.sidebar-module__CeNkmG__navItemActive:hover{color:#1c1c1c;background-color:#f0f0f0}.sidebar-module__CeNkmG__navIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.sidebar-module__CeNkmG__navIcon svg{width:15px;height:15px}.sidebar-module__CeNkmG__navLabel{line-height:1}.sidebar-module__CeNkmG__spacer{flex:1}.sidebar-module__CeNkmG__bottomSection{flex-shrink:0;padding:.8em .6em 1.2em}.sidebar-module__CeNkmG__logoutBtn{color:#9a9a9a;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.65em;width:100%;padding:.6em .75em;font-family:Poppins,sans-serif;font-size:.82em;font-weight:500;transition:background .15s,color .15s;display:flex}.sidebar-module__CeNkmG__logoutBtn:hover{color:#ff6b6b;background-color:#ff50501a}.sidebar-module__CeNkmG__logoutBtn svg{flex-shrink:0;width:15px;height:15px}.sidebar-module__CeNkmG__mobileHeader{z-index:30;background-color:#1c1c1c;border-bottom:1px solid #2e2e2e;justify-content:space-between;align-items:center;padding:.6em 1em;display:none;position:sticky;top:0}.sidebar-module__CeNkmG__mobileBrand{color:#fff;letter-spacing:.06em;font-family:Poppins,sans-serif;font-size:.95em;font-weight:800}.sidebar-module__CeNkmG__mobileMenuBtn{color:#a0a0a0;cursor:pointer;background:0 0;border:none;align-items:center;display:flex}.sidebar-module__CeNkmG__mobileMenuBtn svg{width:20px;height:20px}.sidebar-module__CeNkmG__mobileHeader{display:none!important}@media (max-width:768px){.sidebar-module__CeNkmG__mobileHeader{display:flex}.sidebar-module__CeNkmG__sidebar{z-index:200;width:230px;transition:left .28s;position:fixed;top:0;left:-240px;box-shadow:4px 0 20px #0006}.sidebar-module__CeNkmG__sidebarOpen{left:0}}
.inventoryPopup-module__sDqsaq__overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.inventoryPopup-module__sDqsaq__modal{background:#fff;border-radius:20px;flex-direction:column;width:420px;max-width:95vw;font-family:Poppins,sans-serif;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000002e}.inventoryPopup-module__sDqsaq__modalHeader{background-color:var(--lightWhite,#fafafa);border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:flex-start;padding:1.4rem 1.6rem 1rem;display:flex}.inventoryPopup-module__sDqsaq__modalTitle{color:#111;letter-spacing:.02em;margin:0 0 .2rem;font-size:1rem;font-weight:700}.inventoryPopup-module__sDqsaq__modalSub{color:#aaa;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.65rem;font-weight:600}.inventoryPopup-module__sDqsaq__closeBtn{cursor:pointer;color:#555;background:#f5f5f5;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.inventoryPopup-module__sDqsaq__closeBtn:hover{color:#111;background:#e8e8e8}.inventoryPopup-module__sDqsaq__closeBtn svg{width:16px;height:16px}.inventoryPopup-module__sDqsaq__modalBody{padding:1.4rem 1.6rem;overflow-y:auto}.inventoryPopup-module__sDqsaq__modalBody::-webkit-scrollbar{width:4px}.inventoryPopup-module__sDqsaq__modalBody::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:4px}.inventoryPopup-module__sDqsaq__form{flex-direction:column;gap:1rem;display:flex}.inventoryPopup-module__sDqsaq__imageRow{align-items:center;gap:.8rem;display:flex}.inventoryPopup-module__sDqsaq__imageThumb{color:#bbb;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;width:52px;min-width:52px;height:52px;display:flex;overflow:hidden}.inventoryPopup-module__sDqsaq__imagePreviewImg{object-fit:cover;width:100%;height:100%}.inventoryPopup-module__sDqsaq__uploadBtn{color:#444;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;transition:background .15s,border-color .15s;display:flex}.inventoryPopup-module__sDqsaq__uploadBtn:hover{background:#f9f9f9;border-color:#bbb}.inventoryPopup-module__sDqsaq__sizeBtn{color:#555;cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:700;transition:all .15s;display:flex}.inventoryPopup-module__sDqsaq__sizeBtn:hover{color:#111;border-color:#111}.inventoryPopup-module__sDqsaq__formGroup{flex-direction:column;gap:.35rem;display:flex}.inventoryPopup-module__sDqsaq__label{color:#888;letter-spacing:.05em;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:.65rem;font-weight:700}.inventoryPopup-module__sDqsaq__twoCol{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.inventoryPopup-module__sDqsaq__label{color:#888;letter-spacing:.05em;text-transform:uppercase;font-size:.65rem;font-weight:700}.inventoryPopup-module__sDqsaq__input{color:#111;background:var(--darkWhite,#fff);box-sizing:border-box;border:none;border-radius:8px;outline:none;width:100%;padding:.6rem .8rem;font-family:Poppins,sans-serif;font-size:.85rem;transition:border-color .15s,box-shadow .15s}.inventoryPopup-module__sDqsaq__input:focus{background:#fff;border-color:#aaa;box-shadow:0 0 0 3px #0000000d}.inventoryPopup-module__sDqsaq__textarea{color:#111;background:var(--lightWhite,#fafafa);resize:vertical;box-sizing:border-box;border:none;border-radius:8px;outline:none;width:100%;padding:.6rem .8rem;font-family:Poppins,sans-serif;font-size:.85rem;transition:border-color .15s,box-shadow .15s}.inventoryPopup-module__sDqsaq__textarea:focus{background:var(--darkWhite,#fff);border-color:#111;box-shadow:0 0 0 3px #0000000d}.inventoryPopup-module__sDqsaq__sizesRow{flex-wrap:wrap;gap:.5rem;display:flex}.inventoryPopup-module__sDqsaq__sizeBtn{color:#555;cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;width:40px;height:40px;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:700;transition:all .15s}.inventoryPopup-module__sDqsaq__sizeBtn:hover{border-color:#111;font-weight:700}.inventoryPopup-module__sDqsaq__sizeActive{color:#fff;background:#111;border-color:#111}.inventoryPopup-module__sDqsaq__actions{grid-template-columns:1fr 1.6fr;gap:.8rem;padding-top:.4rem;display:grid}.inventoryPopup-module__sDqsaq__cancelBtn{cursor:pointer;width:100%;color:#666!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:10px!important;padding:.75rem 1.2rem!important;font-family:Poppins,sans-serif!important;font-size:.88rem!important;font-weight:600!important;transition:background .15s!important}.inventoryPopup-module__sDqsaq__cancelBtn:hover{background:#111;border-color:#bbb;background:#f5f5f5!important}.inventoryPopup-module__sDqsaq__submitBtn{cursor:pointer;z-index:1;border-radius:10px;padding:.75rem;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600;transition:background .15s;color:#fff!important;background:#111!important;border:none!important}.inventoryPopup-module__sDqsaq__confirmBtn{cursor:pointer;width:100%;color:#fff!important;background:#111!important;border:none!important;border-radius:10px!important;padding:.75rem 1.4rem!important;font-family:Poppins,sans-serif!important;font-size:.88rem!important;font-weight:600!important;transition:background .15s!important}.inventoryPopup-module__sDqsaq__uploadBtn svg{flex-shrink:0;width:16px;height:16px}.inventoryPopup-module__sDqsaq__modalBody form{flex-direction:column;gap:1.1rem;display:flex}.inventoryPopup-module__sDqsaq__modalBody form label{color:#aaa;letter-spacing:.07em;text-transform:uppercase;margin-bottom:.3rem;font-size:.62rem;font-weight:700;display:block}.inventoryPopup-module__sDqsaq__modalBody form input,.inventoryPopup-module__sDqsaq__modalBody form select{color:#111;background:var(--lightWhite,#fafafa);box-sizing:border-box;appearance:none;border:1.5px solid #ececec;border-radius:10px;outline:none;width:100%;padding:.75rem .9rem;font-family:Poppins,sans-serif;font-size:.85rem;transition:border-color .15s}.inventoryPopup-module__sDqsaq__modalBody form input:focus,.inventoryPopup-module__sDqsaq__modalBody form select:focus{border-color:#bbb}.inventoryPopup-module__sDqsaq__modalBody form input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.inventoryPopup-module__sDqsaq__modalBody form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.inventoryPopup-module__sDqsaq__modalBody form [class*=formRow],.inventoryPopup-module__sDqsaq__modalBody form [class*=row]{flex-direction:row;align-items:flex-end;gap:.9rem;display:flex}.inventoryPopup-module__sDqsaq__modalBody form [class*=formRow]>*,.inventoryPopup-module__sDqsaq__modalBody form [class*=row]>*{flex:1;min-width:0}.inventoryPopup-module__sDqsaq__modalBody form button[type=button][class*=formBtn]{cursor:pointer;box-sizing:border-box;width:100%;transition:background .15s,border-color .15s;color:#444!important;box-shadow:none!important;background:#fff!important;border:1.5px solid #e0e0e0!important;border-radius:14px!important;padding:.85rem!important;font-family:Poppins,sans-serif!important;font-size:.88rem!important;font-weight:600!important}.inventoryPopup-module__sDqsaq__modalBody form button[type=button][class*=formBtn]:hover{background:#f5f5f5!important;border-color:#bbb!important}.inventoryPopup-module__sDqsaq__modalFooter{background:#fff;border-top:1px solid #f0f0f0;flex-shrink:0;grid-template-columns:1fr 1.6fr;gap:.8rem;padding:1rem 1.4rem;display:grid}.inventoryPopup-module__sDqsaq__confirmModal{background:#fff;border-radius:14px;flex-direction:column;gap:.8rem;width:100%;max-width:360px;padding:1.8rem;font-family:Poppins,sans-serif;display:flex;box-shadow:0 20px 60px #0003}.inventoryPopup-module__sDqsaq__confirmTitle{color:#111;margin:0;font-size:1rem;font-weight:700}.inventoryPopup-module__sDqsaq__confirmText{color:#666;margin:0;font-size:.85rem;line-height:1.6}.inventoryPopup-module__sDqsaq__confirmActions{grid-template-columns:1fr 1fr;gap:.8rem;margin-top:.4rem;display:grid}.inventoryPopup-module__sDqsaq__noBtn{color:#444;cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;padding:.65rem;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:600;transition:background .15s}.inventoryPopup-module__sDqsaq__noBtn:hover{background:#f5f5f5}.inventoryPopup-module__sDqsaq__confirmBtn{color:#fff;cursor:pointer;background:#d32f2f;border:none;border-radius:8px;padding:.65rem;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:600;transition:background .15s}.inventoryPopup-module__sDqsaq__confirmBtn:hover{background:#b71c1c}@media (max-width:480px){.inventoryPopup-module__sDqsaq__modalBody .formRow{flex-direction:column}.inventoryPopup-module__sDqsaq__modalBody .formRow .inputField{width:100%}.inventoryPopup-module__sDqsaq__modal{border-radius:16px 16px 0 0;max-width:100%;max-height:95vh;margin-top:auto}.inventoryPopup-module__sDqsaq__overlay{align-items:flex-end;padding:0}.inventoryPopup-module__sDqsaq__twoCol{grid-template-columns:1fr}.inventoryPopup-module__sDqsaq__confirmModal{border-radius:14px 14px 0 0;max-width:100%;margin-top:auto}}
.csvExportPopup-module__9W-LgG__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.csvExportPopup-module__9W-LgG__modal{background:var(--white);border-radius:16px;flex-direction:column;gap:1rem;width:420px;max-width:95vw;padding:1.5rem;font-family:Poppins,sans-serif;display:flex;position:relative;overflow:visible;box-shadow:0 20px 60px #00000026}.csvExportPopup-module__9W-LgG__dropdownWrapper{flex-direction:column;gap:.3rem;display:flex;position:relative}.csvExportPopup-module__9W-LgG__dropdownTrigger{border:1.5px solid var(--lightGray);background:var(--white);color:var(--black);cursor:pointer;text-align:left;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:.6rem .8rem;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:500;transition:border-color .15s;display:flex}.csvExportPopup-module__9W-LgG__dropdownTrigger:hover{border-color:var(--black)}.csvExportPopup-module__9W-LgG__dropdownMenu{background:var(--white);border:1.5px solid var(--lightGray);z-index:50;border-radius:8px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #0000001a}.csvExportPopup-module__9W-LgG__dropdownItem{text-align:left;width:100%;color:var(--darkGray);cursor:pointer;background:0 0;border:none;padding:.65rem .9rem;font-family:Poppins,sans-serif;font-size:.8rem;transition:background .12s;display:block}.csvExportPopup-module__9W-LgG__dropdownItem:hover{background:var(--darkWhite);color:var(--black)}.csvExportPopup-module__9W-LgG__dropdownItemActive{background:var(--black);color:var(--white);font-weight:600}.csvExportPopup-module__9W-LgG__dropdownItemActive:hover{background:var(--darkGray);color:var(--white)}.csvExportPopup-module__9W-LgG__header{justify-content:space-between;align-items:center;display:flex}.csvExportPopup-module__9W-LgG__title{color:var(--black);margin:0;font-size:1rem;font-weight:700}.csvExportPopup-module__9W-LgG__closeBtn{cursor:pointer;color:var(--medGray);background:0 0;border:none;border-radius:6px;align-items:center;padding:4px;transition:background .15s;display:flex}.csvExportPopup-module__9W-LgG__closeBtn:hover{background:var(--darkWhite);color:var(--black)}.csvExportPopup-module__9W-LgG__subtitle{color:var(--medGray);margin:0;font-size:.82rem}.csvExportPopup-module__9W-LgG__quickRanges{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.csvExportPopup-module__9W-LgG__rangePill{border:1.5px solid var(--lightGray);background:var(--white);color:var(--medGray);cursor:pointer;text-align:center;border-radius:8px;padding:.6rem 1rem;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;transition:all .15s}.csvExportPopup-module__9W-LgG__rangePill:hover{border-color:var(--black);color:var(--black)}.csvExportPopup-module__9W-LgG__rangePillActive{background:var(--black);color:var(--white);border-color:var(--black)}.csvExportPopup-module__9W-LgG__divider{color:var(--lightGray);align-items:center;gap:.75rem;font-size:.75rem;display:flex}.csvExportPopup-module__9W-LgG__divider:before,.csvExportPopup-module__9W-LgG__divider:after{content:"";background:var(--lightGray);flex:1;height:1px}.csvExportPopup-module__9W-LgG__dateRow{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.csvExportPopup-module__9W-LgG__dateGroup{flex-direction:column;gap:.3rem;display:flex}.csvExportPopup-module__9W-LgG__label{color:var(--medGray);letter-spacing:.05em;text-transform:uppercase;font-size:.65rem;font-weight:700}.csvExportPopup-module__9W-LgG__dateInput{border:1.5px solid var(--medGray);color:var(--black);box-sizing:border-box;border-radius:8px;outline:none;width:100%;padding:.55rem .7rem;font-family:Poppins,sans-serif;font-size:.85rem;transition:border-color .15s}.csvExportPopup-module__9W-LgG__dateInput:focus{border-color:var(--black)}.csvExportPopup-module__9W-LgG__footer{grid-template-columns:1fr 1.5fr;gap:.8rem;padding-top:.4rem;display:grid}.csvExportPopup-module__9W-LgG__cancelBtn{border:1.5px solid var(--lightGray);background:var(--white);color:var(--darkGray);cursor:pointer;border-radius:10px;padding:.7rem;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600;transition:background .15s}.csvExportPopup-module__9W-LgG__cancelBtn:hover{background:var(--white)}.csvExportPopup-module__9W-LgG__exportBtn{background:var(--black);color:var(--white);cursor:pointer;border:none;border-radius:10px;padding:.7rem;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600;transition:background .15s}.csvExportPopup-module__9W-LgG__exportBtn:hover:not(:disabled){background:var(--darkGray)}.csvExportPopup-module__9W-LgG__exportBtn:disabled{background:var(--lightGray);cursor:not-allowed}
.notificationPanel-module__bCZv9W__panel{background:var(--white);border:1px solid var(--lightGray);border-radius:12px;flex-direction:column;width:100%;height:100%;max-height:100%;font-family:Poppins,sans-serif;display:flex;overflow:hidden}.notificationPanel-module__bCZv9W__header{border-bottom:1px solid var(--lightGray);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.2rem;display:flex}.notificationPanel-module__bCZv9W__headerLeft{align-items:center;gap:.75rem;display:flex}.notificationPanel-module__bCZv9W__title{color:var(--dark);font-size:.95rem;font-weight:700}.notificationPanel-module__bCZv9W__markAll{color:var(--medGray);cursor:pointer;font-size:.72rem;transition:color .2s}.notificationPanel-module__bCZv9W__markAll:hover{color:var(--dark)}.notificationPanel-module__bCZv9W__badge{background:var(--red2);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex}.notificationPanel-module__bCZv9W__list{min-height:0;max-height:calc(100vh-8rem);flex:1;overflow-y:auto}.notificationPanel-module__bCZv9W__list::-webkit-scrollbar{width:4px}.notificationPanel-module__bCZv9W__list::-webkit-scrollbar-thumb{background:var(--lightGray);border-radius:4px}.notificationPanel-module__bCZv9W__item{border-bottom:1px solid var(--lightGray);align-items:center;gap:.75rem;padding:.85rem 1.2rem;transition:background .15s;display:flex;position:relative}.notificationPanel-module__bCZv9W__item:last-child{border-bottom:none}.notificationPanel-module__bCZv9W__item:hover,.notificationPanel-module__bCZv9W__unread,.notificationPanel-module__bCZv9W__unread:hover{background:var(--darkWhite)}.notificationPanel-module__bCZv9W__avatar{background:var(--darkWhite);width:36px;height:36px;color:var(--medGray);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.notificationPanel-module__bCZv9W__content{flex:1;min-width:0}.notificationPanel-module__bCZv9W__message{color:var(--dark);margin:0 0 2px;font-size:.8rem;font-weight:500;line-height:1.4}.notificationPanel-module__bCZv9W__time{color:var(--medGray);margin:0;font-size:.72rem}.notificationPanel-module__bCZv9W__dot{background:var(--red2);border-radius:50%;flex-shrink:0;width:8px;height:8px}
.csvExportPopup-module___KmCua__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.csvExportPopup-module___KmCua__modal{background:var(--white);border-radius:16px;flex-direction:column;gap:1rem;width:420px;max-width:95vw;padding:1.5rem;font-family:Poppins,sans-serif;display:flex;position:relative;overflow:visible;box-shadow:0 20px 60px #00000026}.csvExportPopup-module___KmCua__dropdownWrapper{flex-direction:column;gap:.3rem;display:flex;position:relative}.csvExportPopup-module___KmCua__dropdownTrigger{border:1.5px solid var(--lightGray);background:var(--white);color:var(--black);cursor:pointer;text-align:left;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:.6rem .8rem;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:500;transition:border-color .15s;display:flex}.csvExportPopup-module___KmCua__dropdownTrigger:hover{border-color:var(--black)}.csvExportPopup-module___KmCua__dropdownMenu{background:var(--white);border:1.5px solid var(--lightGray);z-index:50;border-radius:8px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #0000001a}.csvExportPopup-module___KmCua__dropdownItem{text-align:left;width:100%;color:var(--darkGray);cursor:pointer;background:0 0;border:none;padding:.65rem .9rem;font-family:Poppins,sans-serif;font-size:.8rem;transition:background .12s;display:block}.csvExportPopup-module___KmCua__dropdownItem:hover{color:var(--black);background:#f5f5f5}.csvExportPopup-module___KmCua__dropdownItemActive{background:var(--black);color:var(--white);font-weight:600}.csvExportPopup-module___KmCua__dropdownItemActive:hover{background:var(--darkGray);color:var(--white)}.csvExportPopup-module___KmCua__header{justify-content:space-between;align-items:center;display:flex}.csvExportPopup-module___KmCua__title{color:var(--black);margin:0;font-size:1rem;font-weight:700}.csvExportPopup-module___KmCua__closeBtn{cursor:pointer;color:var(--medGray);background:0 0;border:none;border-radius:6px;align-items:center;padding:4px;transition:background .15s;display:flex}.csvExportPopup-module___KmCua__closeBtn:hover{color:var(--black);background:#f5f5f5}.csvExportPopup-module___KmCua__subtitle{color:var(--medGray);margin:0;font-size:.82rem}.csvExportPopup-module___KmCua__quickRanges{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.csvExportPopup-module___KmCua__rangePill{border:1.5px solid var(--lightGray);background:var(--white);color:var(--medGray);cursor:pointer;text-align:center;border-radius:8px;padding:.6rem 1rem;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;transition:all .15s}.csvExportPopup-module___KmCua__rangePill:hover{border-color:var(--black);color:var(--black)}.csvExportPopup-module___KmCua__rangePillActive{background:var(--black);color:var(--white);border-color:var(--black)}.csvExportPopup-module___KmCua__divider{color:var(--lightGray);align-items:center;gap:.75rem;font-size:.75rem;display:flex}.csvExportPopup-module___KmCua__divider:before,.csvExportPopup-module___KmCua__divider:after{content:"";background:var(--lightGray);flex:1;height:1px}.csvExportPopup-module___KmCua__dateRow{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.csvExportPopup-module___KmCua__dateGroup{flex-direction:column;gap:.3rem;display:flex}.csvExportPopup-module___KmCua__label{color:var(--medGray);letter-spacing:.05em;text-transform:uppercase;font-size:.65rem;font-weight:700}.csvExportPopup-module___KmCua__dateInput{border:1.5px solid var(--medGray);color:var(--black);box-sizing:border-box;border-radius:8px;outline:none;width:100%;padding:.55rem .7rem;font-family:Poppins,sans-serif;font-size:.85rem;transition:border-color .15s}.csvExportPopup-module___KmCua__dateInput:focus{border-color:var(--black)}.csvExportPopup-module___KmCua__footer{grid-template-columns:1fr 1.5fr;gap:.8rem;padding-top:.4rem;display:grid}.csvExportPopup-module___KmCua__cancelBtn{border:1.5px solid var(--lightGray);background:var(--white);color:var(--darkGray);cursor:pointer;border-radius:10px;padding:.7rem;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600;transition:background .15s}.csvExportPopup-module___KmCua__cancelBtn:hover{background:var(--white)}.csvExportPopup-module___KmCua__exportBtn{background:var(--black);color:var(--white);cursor:pointer;border:none;border-radius:10px;padding:.7rem;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600;transition:background .15s}.csvExportPopup-module___KmCua__exportBtn:hover:not(:disabled){background:var(--darkGray)}.csvExportPopup-module___KmCua__exportBtn:disabled{background:var(--lightGray);cursor:not-allowed}
.page-module__E0kJGG__sliderCon{flex-direction:column;gap:1em;min-height:40vw;margin:0 -4em;display:flex;position:relative}.page-module__E0kJGG__productsCategoryMain{flex-direction:column;gap:1em;display:flex}.page-module__E0kJGG__productsCategoryMain p{margin:0}.page-module__E0kJGG__productsCategoryCon{border-bottom:1px solid var(--lightGray);flex-wrap:wrap;gap:1em;display:flex}.page-module__E0kJGG__productsCategoryText{color:var(--medGray);cursor:pointer;text-transform:capitalize;-webkit-user-select:none;user-select:none;white-space:nowrap;border-bottom:3px solid var(--white);padding:0 1em 1em;font-size:.9rem;font-weight:500}.page-module__E0kJGG__productsTextSelected{color:var(--black);border-bottom:3px solid var(--main)}.page-module__E0kJGG__productsBoxesCon{justify-content:space-between;display:flex}.page-module__E0kJGG__featuresCon{background-color:var(--white);border-radius:8px;justify-content:space-between;align-self:center;gap:3.5em;width:calc(100vw - 8em);padding:2em 2.5em;display:flex;position:absolute;bottom:5%;left:50%;transform:translate(-50%);box-shadow:0 8px 40px #0026031a}.page-module__E0kJGG__feature{gap:1em;display:flex}.page-module__E0kJGG__feature svg{width:40px;height:40px;color:var(--main)}.page-module__E0kJGG__featureContent{flex-direction:column;gap:4px;display:flex}.page-module__E0kJGG__featureTitle{margin:0;font-size:.8rem;font-weight:700}.page-module__E0kJGG__featureText{color:var(--medGray);margin:0;font-size:.75rem}.page-module__E0kJGG__banner1{cursor:pointer;background-image:url(../media/banner4.0b-jt1ey7v3k5.webp);background-position:50%;background-size:cover;border-radius:8px;width:100%;height:38vw}.page-module__E0kJGG__bannerGreen{color:var(--white);margin:0;font-size:2rem;font-weight:600}.page-module__E0kJGG__bannerText{color:var(--black);margin:0;font-size:3rem;font-weight:600}.page-module__E0kJGG__bannerBtn{background-color:var(--white);color:var(--main);border:1px solid var(--white);border-radius:99px;padding:.8em 2em;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s}.page-module__E0kJGG__bannerBtn svg{width:16px;height:16px}.page-module__E0kJGG__bannerBtn:hover,.page-module__E0kJGG__bannerBtn:focus{background-color:var(--dark);border:1px solid var(--dark);color:var(--white)}.page-module__E0kJGG__bannerBtn p{margin:0}.page-module__E0kJGG__banner2{background-image:url(../media/banner2.049f.9h5-pf8t.webp);background-position:top;background-size:cover;border-radius:8px;flex-direction:column;justify-content:space-evenly;align-items:flex-start;width:100%;height:372px;padding:1em 3em;display:flex}@media (max-width:600px){.page-module__E0kJGG__sliderCon{gap:1em;min-height:150vw;margin:0 -1em}.page-module__E0kJGG__featuresCon{flex-wrap:wrap;justify-content:space-between;gap:1em;padding:1em;box-shadow:0 8px 40px #0026031a}.page-module__E0kJGG__feature{gap:1em;width:47%;display:flex}.page-module__E0kJGG__feature svg{flex-shrink:0;width:28px;height:28px}.page-module__E0kJGG__featureContent{gap:0}.page-module__E0kJGG__featureTitle{font-size:.7rem}.page-module__E0kJGG__featureText{font-size:.6rem}.page-module__E0kJGG__banner1{background-image:url(../media/4.0_idh4jl993iz.webp);width:calc(100vw - 2em);height:150vw;padding:1em}.page-module__E0kJGG__bannerGreen{font-size:.8rem}.page-module__E0kJGG__bannerText{font-size:1rem}.page-module__E0kJGG__bannerBtn{padding:.4em 1em;font-size:.6rem}.page-module__E0kJGG__bannerBtn svg{width:10px;height:10px}.page-module__E0kJGG__bannerBtn:hover{background-color:var(--dark);border:1px solid var(--dark);color:var(--white)}.page-module__E0kJGG__banner2{width:calc(100vw - 2em);height:calc(32vw - .8em);margin-bottom:1em;padding:1em}}@media (min-width:1550px){.page-module__E0kJGG__sliderCon{margin:0 -14em 4em}.page-module__E0kJGG__featuresCon{gap:7em;width:calc(100vw - 28em)}}.page-module__E0kJGG__mainSection{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}
