.ProductDetailComponent{.productDetailHeader{display:flex;justify-content:space-between;gap:5rem;.productBreadcrumb{display:flex;align-items:center;gap:2rem;text-transform:capitalize;flex-wrap:wrap;.breadcrumbLink,.breadcrumbSeparator{font-size:2.5rem;line-height:3.5rem;color:#a7a7a7}}.productBreadcrumb .breadcrumbLink:first-child,.productBreadcrumb .breadcrumbLink:first-child+.breadcrumbSeparator{color:rgb(var(--primary));font-weight:600}.productShareIcon{width:4rem;height:4rem}}.productDetailSection{display:flex;gap:5rem;@media (max-width:768px){flex-direction:column}.productImagesContainer{width:50%;@media (max-width:768px){width:100%}.productBigImageContainer{background-color:rgb(var(--off-white));max-width:100%;height:50rem;box-shadow:0 0 5px 0 rgba(0,0,0,.1);@media (max-width:768px){max-width:100%}.productImage{width:100%;height:100%;object-fit:cover;border-radius:1.5rem}}}.productDetail{width:50%;display:flex;flex-direction:column;gap:3.5rem;@media (max-width:768px){width:100%}.productHeadingAndStockStatus{display:flex;gap:1rem;flex-direction:column;align-items:flex-start;.productName{text-transform:capitalize}.productModelNumber{font-size:2rem;line-height:2.5rem;font-weight:500;margin-bottom:1rem}}.productPrice{.productPriceLabel{text-transform:capitalize;font-size:2rem;line-height:2.5rem;color:rgba(var(--black),.35)}.priceAndNote{display:flex;flex-direction:column;gap:.5rem;.priceAndDiscountedPrice{display:flex;align-items:baseline;gap:2rem;.price{font-size:2.5rem;line-height:3rem;font-weight:500}.discountedPriceAndPercentage{display:flex;align-items:baseline;gap:1rem;.discountedPrice{text-decoration:line-through;font-size:1.5rem;color:rgba(var(--black),.5);font-weight:400}.discountShow{font-size:2rem;color:rgb(var(--primary));font-weight:500}}}.priceNote{font-size:1.2rem;line-height:2rem;color:rgba(var(--black),.5)}}.priceNotAvailable{border-radius:1.5rem;padding:1.5rem 3rem;color:rgba(var(--warning));background-color:rgba(var(--warning),.1)}}.modelNumberAndRating{display:flex;gap:3rem;align-items:center;>div>.ratingCount{font-size:2.4rem;line-height:3rem;font-weight:500}}.productSoldBy{.productStoreName{font-size:2.2rem;line-height:2.5rem;color:rgba(var(--black),.5);.StoreName{font-size:2.2rem;text-transform:capitalize;color:rgb(var(--black));font-weight:500;text-decoration:underline}}}.productDropdownContainer{display:flex;gap:1.5rem;flex-wrap:wrap}.productQuantityDropdownAndAddToCartButton{display:flex;gap:1.5rem;flex-direction:column;.productDetailButton{padding:1rem 1.5rem;width:-moz-fit-content;width:fit-content;.productButtonTitle{font-size:2rem;line-height:2.5rem}}.minimum_order{text-transform:capitalize;font-size:2rem;line-height:2.5rem;color:rgba(var(--black),.35);margin-bottom:2rem}}.productDeliveryDate{display:flex;align-items:center;gap:1rem;.productDeliveryDateIcon{width:2.5rem;height:2.5rem}.deliveryDateNote{font-size:2rem;line-height:3rem}}}}}.RecommendedProductsInProductDetail{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3rem;gap:3rem;@media (max-width:1200px){grid-template-columns:repeat(3,1fr)}@media (max-width:900px){grid-template-columns:repeat(2,1fr)}@media (max-width:600px){grid-template-columns:repeat(1,1fr)}}.stockStatus{padding:.7rem 2rem;background-color:#f7f7f7;border-radius:40rem;display:flex;align-items:center;gap:1.5rem;width:-moz-fit-content;width:fit-content;.stockDot{width:1rem;height:1rem;-webkit-clip-path:circle();clip-path:circle();background-color:#9e9e9e}.availableStockHeading{font-size:1.6rem;line-height:2.2rem;text-transform:capitalize;font-weight:500}.stockDotActive{background-color:rgb(var(--success))}}.productsCatalogSwiperContainer{max-width:100%;margin-top:2.2rem;--swiper-scrollbar-top:14rem;--swiper-scrollbar-drag-bg-color:rgba(var(--primary));@media (max-width:768px){max-width:100%}}.productCatalogImages{width:12.5rem;height:12.5rem;object-fit:cover;border-radius:1rem;box-shadow:0 0 5px 0 rgba(0,0,0,.1);&:hover{transform:scale(1.05);cursor:pointer}}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.ProductTabs{margin-top:10rem;margin-bottom:5rem;.productTabContainer{margin-bottom:5rem;.productTabButton{text-transform:capitalize;font-size:2.5rem;line-height:3.5rem;background:none;outline:none;color:rgba(var(--black),.77);border:none;cursor:pointer}.tabActive{font-weight:700;color:rgba(var(--black))}}}.Specifications{.sheetLink{position:relative;color:rgba(var(--white));font-size:2rem;padding:1.5rem 2rem;border-radius:1.5rem;background-color:#333;text-decoration:none;z-index:444}}.pdfRenderContainer{margin-top:3rem;border-radius:2rem}.Specifications{.sheetLink{position:relative;color:rgba(var(--white));font-size:2rem;padding:1.5rem 2rem;border-radius:1.5rem;background-color:#333;text-decoration:none;z-index:444}}.Input{width:100%;background-color:rgb(var(--white));border-radius:1rem;.labelContainer{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;.label{font-size:2rem;line-height:2.5rem;font-weight:500}.label,.optionalTagName{text-transform:capitalize}.optionalTagName{font-size:1.6rem;line-height:2.2rem;color:rgba(var(--black),.5);font-style:italic}}.labelSubContainer{margin-bottom:.25rem}.inputSubLabel{margin-bottom:.75rem}.field{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border:.25rem solid rgba(var(--black),.05);border-radius:1rem;&:hover{border:.25rem solid rgba(var(--primary),.25)}&:focus-within{border:.25rem solid rgba(var(--primary),1)}.leftIcon,.rightIcon{min-height:4.5rem;min-width:4.5rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;cursor:pointer;&:hover{background-color:rgba(var(--black),.05)}}.leftIcon>img,.rightIcon>img{width:2.5rem}.input{width:100%;font-size:2rem;line-height:2rem;font-weight:400;border:none;outline:none;border-radius:1rem;padding-top:2.5rem;padding-bottom:2.5rem;&:disabled{cursor:not-allowed!important;opacity:.4;background-color:transparent}::placeholder{color:rgba(var(--black),.5)}}}.errorField{border:.25rem solid rgb(var(--error))!important}.error{color:rgb(var(--error));margin-top:.5rem}}.disabled{cursor:not-allowed!important;opacity:.5}.Inquiry{width:50rem;@media (max-width:768px){width:100%}.inquiryForm{display:flex;gap:4rem;flex-direction:column;.textareaInquiryFiled{font-size:2.5rem;line-height:2.5rem;font-weight:500;text-transform:capitalize}.inquiryTextarea{width:100%;margin-top:1rem;border:.25rem solid rgba(var(--black),.05);outline:none;font-size:2rem;line-height:2rem;padding:2.5rem;border-radius:1rem;resize:none;&:hover{border:.25rem solid rgba(var(--primary),.25)}&:focus{border:.25rem solid rgba(var(--primary),1)}}}}.Button{display:flex;padding:2rem 5rem;background-color:rgb(var(--primary));gap:2.5rem;align-items:center;justify-content:center;cursor:pointer;position:relative;border:.35rem solid rgba(var(--primary),0);border-radius:1rem;&:hover{background-color:rgb(var(--primary-hover))}.button{font-size:2.4rem;line-height:2.6rem;font-weight:500;background:none;border:none;color:rgb(var(--white));text-transform:capitalize;text-align:center;cursor:pointer;text-wrap:nowrap}.leftIcon,.rightIcon{width:2.5rem;height:1rem}.loader{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.hideElement{opacity:0}}[aria-disabled=true]{opacity:.5;pointer-events:none}.ButtonLoader{width:30px;aspect-ratio:1;border-radius:50%;border:4px solid var(--loader-background-color);border-right-color:var(--loader-foreground-color);animation:l2 1s linear infinite}@keyframes l2{to{transform:rotate(2turn)}}.loaderContainer{display:flex;align-items:center;justify-content:center;height:100%;margin-top:5rem}.loaderComponents{height:100vh}.loader{width:50px;aspect-ratio:1;display:grid;border-radius:50%;border:4px solid #0000;border-right:4px solid rgb(var(--primary));animation:l15 1s linear infinite}.loader:after,.loader:before{content:"";grid-area:1/1;margin:2px;border:inherit;border-radius:50%;animation:l15 2s infinite}.loader:after{margin:8px;animation-duration:3s}@keyframes l15{to{transform:rotate(1turn)}}.ReturnPolicy{.returnPolicyDescription{border:.3rem solid rgba(var(--black),.1);width:100%;padding:2.5rem;border-radius:1.5rem;.returnPolicyDescriptionHeading{font-size:2rem;line-height:3.5rem;text-transform:capitalize}}}.Delivery{.deliveryDescription{border:.3rem solid rgba(var(--black),.1);width:100%;padding:2.5rem;border-radius:1.5rem;.deliveryDescriptionHeading{font-size:2rem;line-height:3.5rem;text-transform:capitalize}}}.subFilterMainContainer{position:relative;width:-moz-fit-content;width:fit-content;.sortBy{display:flex;align-items:center;gap:1.5rem;text-transform:capitalize;border:none;background-color:none;padding:0 2.5rem;background-color:#f7f7f7;border-radius:1rem;cursor:pointer;text-wrap:nowrap;height:5.5rem;outline:none;@media (max-width:450px){width:100%;justify-content:space-between}.sortByDisplayNameAndSortBy{display:flex;align-items:center;gap:1.5rem}.sortByName{color:rgba(var(--black),.5)}.sortByName,.sortBySelectedItem{font-size:2rem;line-height:2rem;font-weight:500}.sortBySelectedItem{color:rgba(var(--black))}}@media (max-width:450px){width:100%}.SubFilterContainer{padding:1.5rem 3.5rem;border-radius:100rem;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;border:none;background-color:none;background-color:rgba(var(--white));border:.3rem solid rgba(var(--primary));cursor:pointer;text-transform:capitalize;min-width:20rem;text-align:left;@media (max-width:450px){width:100%}.subFilterItem{font-size:2rem;line-height:3.5rem;-webkit-line-clamp:1}}.dropdownMenuContainer{position:absolute;margin-top:1rem;z-index:99999;background-color:rgb(var(--white));width:100%;padding:1rem;display:flex;flex-direction:column;gap:.5rem;border:.25rem solid rgb(var(--off-white));border-radius:1rem;box-shadow:0 0 5px 0 rgba(0,0,0,.1);max-height:40rem;overflow-y:auto;.dropdownItem{list-style:none;text-align:start;padding:1rem 1.5rem;border-radius:.5rem;font-size:1.6rem;line-height:2.2rem;cursor:pointer;text-transform:capitalize;color:rgb(var(--black));&:hover{background-color:rgb(var(--off-white))}}.dropdownElementActive{background-color:rgb(var(--primary));color:rgb(var(--white));&:hover{background-color:rgb(var(--primary))}}}}.dropdownActiveIcon{transform:rotate(180deg)}.counterMainContainer{.counterLabelContainer{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;.counterLabel{font-size:2.2rem;line-height:2.5rem;font-weight:400;text-transform:capitalize}.counterOptionalTagName{font-size:1.6rem;line-height:2.2rem;color:rgba(var(--primary),.5);font-style:italic;text-transform:capitalize}}.counterLabelSubContainer{margin-bottom:.25rem}.counterSubLabel{margin-bottom:.75rem}.Counter{display:inline-flex;gap:2rem;padding:1.35rem;border-radius:100rem;border:.3rem solid rgb(var(--primary));.CounterMinusButton,.CounterPlusButton{border:none;background:none;outline:none;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:rgb(var(--off-white));border-radius:100rem;width:3.5rem;height:3.5rem;.CounterMinusIcon,.CounterPlusIcon{width:100%;height:100%;object-fit:cover}}.CounterInput{outline:none;border:none;min-width:2ch;max-width:20ch;font-size:2rem;text-align:center;line-height:2.6rem;color:rgb(var(--black))}}}.ProductImageViewModal{border:2px solid green;position:fixed;top:0;z-index:9999999;width:100%;height:100dvh;background-color:rgb(var(--white));.productImageViewModalCloseIcon{width:3.5rem;height:3.5rem;cursor:pointer;position:absolute;top:2rem;left:2rem}.productImageMainView{display:flex;align-items:center;justify-content:center;height:100dvh;.productImageContent{width:100%;display:flex;align-items:center;justify-content:center;height:80dvh;.modalImage{width:50%;height:100%;object-fit:contain;@media screen and (max-width:550px){width:90dvw}}}}}.NoDataFoundContainer{display:flex;align-items:center;justify-content:center;width:100%;padding:10rem 0;border-radius:2.5rem;background-color:rgba(var(--black),.05);color:rgb(var(--black))}.NoDataFoundImageContainer{margin-bottom:2.5rem}.NoDataFoundHeading{margin-bottom:1rem}.NoDataFoundSubContainer{text-align:center}.NotFoundButtonContainer{margin-top:5rem}.ProductCard{background-color:rgb(var(--white));border-radius:1.5rem;height:100%;display:flex;flex-direction:column;box-shadow:0 0 5px 0 rgba(0,0,0,.1);cursor:pointer;.productImageContainer{width:100%;height:25rem;border-radius:1.5rem;position:relative;>.productImage{width:100%;height:100%;object-fit:cover;border-radius:1.5rem}.productLikeIconContainer{position:absolute;bottom:2.5rem;right:2.5rem;display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:.5rem;cursor:pointer;.productLikeIcon{width:2.5rem;height:2.5rem}}}.productNameAndBuyButton{display:flex;flex-direction:column;padding:2.5rem;gap:1.5rem;flex:1 1;.nameAndDescription{height:100%;.productName{font-size:2rem;line-height:3.2rem;text-transform:capitalize;-webkit-line-clamp:1}.productDescription{font-size:1.5rem;line-height:2rem;font-weight:400;color:rgba(var(--black),.5);-webkit-line-clamp:2}}.buttonAndPrice{display:flex;align-items:center;justify-content:space-between;.productPrice{font-size:2rem;line-height:2rem;color:rgba(var(--black));font-weight:600}.priceNotAvailable{color:rgba(var(--warning))}.productButton{border-radius:.5rem;padding:.7rem 2rem;.productButtonTitle{font-size:2rem}}}}}