.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}}