.SingleProductPageParent{background-color:#f6f6f6}.SingleProductPageParent .MuiPaper-root{width:100%!important}.SingleProductPageParent .SingleProductPageContainer{display:flex;padding-top:100px;padding-bottom:100px;flex-direction:column;align-items:flex-start;gap:48px;align-self:stretch}.SingleProductPageParent .SingleProductPageContainer .breadcrumbs{display:flex;justify-content:start;align-items:center;gap:2px;flex-wrap:wrap}.SingleProductPageParent .SingleProductPageContainer .breadcrumbs .prodName{color:var(--Main)}.SingleProductPageParent .SingleProductPageContainer .breadcrumbs .linkName{color:#373030;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:140%}.SingleProductPageParent .SingleProductPageContainer .breadcrumbs .linkName:hover{color:var(--Main);cursor:pointer}.SingleProductPageParent .SingleProductPageContainer .breadcrumbs .icon{color:#373030}.SingleProductPageParent .SingleProductPageContainer .ProductName{width:-moz-fit-content;width:fit-content;color:var(--Main);font-family:var(--Outfit);font-size:14px;font-style:normal;font-weight:400;line-height:150%;margin:12px auto}.SingleProductPageParent .SingleProductPageContainer .TopSection{display:flex;flex-direction:column;gap:24px;background-color:#fff;width:100%;padding:24px;box-sizing:border-box}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider{display:flex;flex-direction:column;align-items:center;max-width:none}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .main-image-container{margin-bottom:20px;width:95%;overflow:hidden;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);height:85vh;position:relative;background:#fff}@media(max-width:850px){.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .main-image-container{height:40vh}}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .main-image-container .icons-wrapper{position:absolute;top:16px;right:16px;z-index:2;display:flex;gap:8px}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .main-image-container .icons-wrapper .icon-wrapper{width:40px;height:40px;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #dadbdc;transition:all .3s ease}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .main-image-container .icons-wrapper .icon-wrapper:hover{background:#f5f5f5}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .main-image-container .icons-wrapper .icon-wrapper .icon{font-size:24px;transition:all .3s ease;color:#000}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .main-image-container .icons-wrapper .icon-wrapper .inWishList{color:#df002c}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .main-image-container .main-image{transition:transform .3s ease;object-position:center;object-fit:contain;width:100%;height:100%;position:relative}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .thumbnailSwiper{height:auto;width:100%}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .thumbnailSwiper .swiper-slide{display:flex;justify-content:center;cursor:pointer;max-width:25%}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .thumbnailSwiper .swiper-slide .thumbnail-image{width:auto;aspect-ratio:1;transition:transform .3s ease,box-shadow .3s ease;border-radius:5px;max-width:100%;object-fit:contain}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .thumbnailSwiper .swiper-slide .thumbnail-image:hover{box-shadow:0 4px 8px rgba(0,0,0,.2)}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .thumbnailSwiper .swiper-slide .thumbnail-image.selected{border:2px solid var(--secondary-light-blue-secondary,#0975b9)}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .thumbnailSwiper .swiper-wrapper{padding:0 5px}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .swiper-pagination{position:relative;display:none;top:30px;left:100px;width:100%;text-align:center;height:-moz-fit-content;height:fit-content;z-index:100}@media(min-width:850px){.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .swiper-pagination{position:absolute}}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;background:#ccc;opacity:.7;transition:all .3s}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:24px;height:8px;border-radius:8.8px;background:var(--secondary-light-blue-secondary,#0975b9)}@media(min-width:850px){.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:8px;height:24px}}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductHeadSection{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductHeadSection #ProductBrand{display:flex;padding:var(--spacing-small-400,5px) var(--padding-top-bottom,16px);justify-content:center;align-items:center;gap:var(--Spacing,8px);border-radius:40px;background:var(--Color-gray-50,#f6f6f6)}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductHeadSection #ProductName{color:var(--Color-gray-700,#413f3f);font-family:var(--Outfit);font-size:40px;font-style:normal;font-weight:600;line-height:120%}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductHeadSection #ProductSize{color:var(--Neutral-800,#170f49);font-family:var(--Outfit);font-size:14px;font-style:normal;font-weight:400;line-height:150%}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductHeadSection #ProductReview{display:flex;align-items:center;gap:4px;align-self:stretch}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductHeadSection #ProductReview #numofUsers{color:var(--Grey-300,#b6b7c3);display:flex;align-items:center;font-family:var(--Outfit);font-size:14px;font-style:normal;font-weight:400;line-height:150%}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductHeadSection .tags-section{display:flex;flex-direction:column;align-items:center;margin:16px 0 0;width:100%}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductHeadSection .tags-title{color:var(--Main,#e03b24);font-family:var(--Outfit);font-size:16px;font-weight:600;margin-bottom:8px;text-align:center}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductHeadSection .tags-line{width:100%;border:none;border-top:2px solid #f7f7fb;margin:8px 0}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductHeadSection .product-tags{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductHeadSection .tag,.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductHeadSection .tag-item{border-radius:40px;background:var(--Color-gray-50,#f6f6f6);color:var(--Main,#e03b24);border:1px solid var(--Main,#e03b24);padding:6px 16px;font-family:var(--Outfit);font-size:14px;font-weight:500;display:inline-block;margin:0 5px}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo #spacer{width:100%}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo #spacer hr{display:block;height:1px;border:0;border-top:2px solid #f7f7fb;padding:0;width:100%;margin:0}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductPrice{display:flex;align-items:center;gap:12px}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductPrice #currentPrice{color:var(--Color-red-primary---600,#e03b24);font-family:var(--Outfit);font-size:32px;font-style:normal;font-weight:500;line-height:120%}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductPrice #discountedPrice{color:var(--Color-gray-300,#aeaeae);font-family:var(--Outfit);font-size:20px;font-style:normal;font-weight:400;line-height:120%;text-decoration:line-through}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .actionButtons{display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;align-items:center}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .actionButtons .disabled{pointer-events:none;opacity:.5}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .actionButtons .addButt{display:flex;width:100%;justify-content:space-between;align-items:center;border-radius:29.286px;background-color:var(--Neutral-200,#f7f7fb);padding:6px}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .actionButtons .addButt .iconHolder{display:flex;padding:8.786px;justify-content:center;align-items:center;gap:5.857px;align-self:stretch;border-radius:29.286px;background-color:#fff;cursor:pointer;border:none!important}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .actionButtons .addButt #quantity{color:var(--Neutral-800,#170f49);text-align:center;font-family:var(--Outfit);font-size:11.714px;font-style:normal;font-weight:700;line-height:150%}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .actionButtons .addCart{display:flex;width:100%;gap:12px}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .actionButtons .addCart .floatButton{border-radius:50px;border:1px solid var(--Neutral-400,#d8dbe9);background:#fff;display:flex;width:40px;height:40px;padding:10px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;transition:.2s}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .actionButtons .addCart .floatButton .fillRed{fill:red}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .actionButtons .addCart .floatButton .icon{font-size:xx-large}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .actionButtons .addCart .floatButton:hover{border:1px solid #e03b24!important}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .actionButtons .addCart .floatButton:hover svg{color:#e03b24!important}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .BenefitsTitle{color:var(--Color-gray-700,#413f3f);font-family:var(--Outfit);font-size:18px;font-style:normal;font-weight:500;line-height:140%}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .Benefits{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:18px;align-self:stretch}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .Benefits .benefit{display:flex;align-items:flex-start;gap:12px;align-self:stretch}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .Benefits .benefit .text{color:var(--Color-gray-700,#413f3f);font-family:var(--Outfit);font-size:16px;font-style:normal;font-weight:300;line-height:150%}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .metaData{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;align-self:stretch}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .metaData .dataline{display:flex;align-items:center;gap:12px;align-self:stretch}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .metaData .dataline .key{color:var(--Color-gray-400,#949494);font-family:var(--Outfit);font-size:14px;font-style:normal;font-weight:400;line-height:140%}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .metaData .dataline .value{color:var(--Color-gray-500,#747474);font-family:var(--Outfit);font-size:14px;font-style:normal;font-weight:400;line-height:140%;display:flex;flex-wrap:wrap;align-items:center;gap:12px}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .metaData .tag{border-radius:40px;background:var(--Color-gray-50,#f6f6f6);padding:6px;margin:0 5px}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMLMobile{width:calc(100vw - 80px);border-radius:12px;background:var(--Color-white,#fff);box-shadow:0 0 24px 0 rgba(0,0,0,.05);display:flex;padding:var(--Padding-Sides,24px) var(--padding-top-bottom,16px);flex-direction:column;align-items:flex-start;gap:var(--Padding-Sides,24px)}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMLMobile .title{color:var(--Color-gray-800,#373030);font-family:var(--Outfit);font-size:24px;font-style:normal;font-weight:400;line-height:140%}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMLMobile .data{width:100%!important}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMLMobile .data .description *{width:100%}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMLMobile .ReviewsContainer .filters{width:100%!important}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMLMobile .css-ahj2mt-MuiTypography-root{color:var(--Neutral-800,#170f49);font-family:var(--Outfit);font-size:18px;font-style:normal;font-weight:700;line-height:150%}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMLMobile .MuiAccordionSummary-content{border-top:1px solid var(--Color-gray-50,#f6f6f6);border-bottom:1px solid var(--Color-gray-50,#f6f6f6);padding:var(--Padding-Sides,24px) 0;margin:0}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMLMobile b{color:var(--Neutral-700,#514f6e)!important;font-family:var(--Outfit);font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:150%!important}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMLMobile ul li{color:var(--Neutral-700,#514f6e);font-family:var(--Outfit);font-size:14px;font-style:normal;font-weight:400;line-height:150%}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMLMobile ul::marker{font-size:x-large}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMLMobile table{width:100%;text-align:center;caption-side:top}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMLMobile table caption,.SingleProductPageParent .SingleProductPageContainer .RenderedHTMLMobile table th{color:var(--Neutral-700,#514f6e);font-family:var(--Outfit);font-size:14px;font-style:normal;font-weight:500}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMLMobile table th{line-height:150%;background-color:var(--Neutral-200,#f7f7fb);height:48px;padding:var(--Radius-12,12px) var(--Padding-Sides-10,10px);gap:var(--Gap-8,8px);align-self:stretch}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMLMobile table tr{padding:0 var(--Radius-10,10px)}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMLMobile table td{padding:var(--Radius-12,12px) var(--Padding-Sides-10,10px)}.SingleProductPageParent .SingleProductPageContainer .FrequentlyBoughtParent{background-color:#f6f6f6}.spinner-container{display:flex;justify-content:center;align-items:center;height:100vh}.variants .name{font-weight:700;font-size:1.5rem;margin-bottom:.5rem;text-transform:capitalize}.variants .values{display:flex;gap:1rem}.variants .values .option{padding:1rem 2rem;border:1px solid rgba(157,157,157,.732);border-radius:2rem;font-weight:700;cursor:pointer;text-transform:capitalize}.variants .values .option.selected{border-color:#e03b24}.product-details-wrapper{width:100%}.product-details-wrapper .section-wrap{max-width:1920px;margin:0 auto}.product-details-wrapper .section-wrap .MuiTabPanel-root{padding:0}.product-details-wrapper .section-wrap .tab-container{display:flex;justify-content:center;border-radius:16px;background:#fff;padding:16px 48px}@media(max-width:980px){.product-details-wrapper .section-wrap .tab-container{padding:16px}}.product-details-wrapper .section-wrap .tab-container .tab-list .tab-item{color:var(--Colors-Neutral-Greys-700,#616265);font-family:var(--font-Urbanist);font-size:20px;font-style:normal;font-weight:500;line-height:120%;letter-spacing:.4px;text-transform:capitalize}@media(max-width:980px){.product-details-wrapper .section-wrap .tab-container .tab-list .tab-item{font-size:16px}}.product-details-wrapper .section-wrap .tab-container .tab-list .Mui-selected{color:var(--Main,#e03b24);font-weight:700}.product-details-wrapper .section-wrap .tab-container .tab-list .MuiTabs-indicator{background-color:var(--Main,#e03b24)}.product-details-wrapper .section-wrap .tab-details-wrapper{margin-top:16px;border-radius:16px;background:#fff;padding:24px 32px 48px;display:flex;flex-direction:column;gap:56px}@media(max-width:980px){.product-details-wrapper .section-wrap .tab-details-wrapper{padding:24px}}.product-details-wrapper .section-wrap .tab-details-wrapper .details-section-wrapper{display:flex;flex-direction:column;gap:16px}.product-details-wrapper .section-wrap .tab-details-wrapper .details-section-wrapper .details-list{margin-left:2.5%}.product-details-wrapper .section-wrap .tab-details-wrapper .details-section-wrapper .details-list li{padding:6px 0}.product-details-wrapper .section-wrap .tab-details-wrapper .filters-header-section{display:flex;gap:24px;width:100%}@media(max-width:1024px){.product-details-wrapper .section-wrap .tab-details-wrapper .filters-header-section{flex-direction:column;gap:16px}}.product-details-wrapper .section-wrap .tab-details-wrapper .filters-header-section .filters{flex:5 1}.product-details-wrapper .section-wrap .tab-details-wrapper .filters-header-section .btn-main,.product-details-wrapper .section-wrap .tab-details-wrapper .filters-header-section .btn-styles,.product-details-wrapper .section-wrap .tab-details-wrapper .filters-header-section .btn_main{flex:1 1}.product-details-wrapper .section-wrap .tab-details-wrapper .filters-header-section .btn-main .icon-wrapper,.product-details-wrapper .section-wrap .tab-details-wrapper .filters-header-section .btn-styles .icon-wrapper,.product-details-wrapper .section-wrap .tab-details-wrapper .filters-header-section .btn_main .icon-wrapper{display:flex;align-items:center}.product-details-wrapper .section-wrap .tab-details-wrapper .review-wrapper .review-card{display:flex;flex-direction:column;gap:24px}.product-details-wrapper .section-wrap .tab-details-wrapper .review-wrapper .review-card .user-info{display:flex;gap:16px}.product-details-wrapper .section-wrap .tab-details-wrapper .review-wrapper .review-card .user-info .user-state{display:flex;gap:10px;align-items:center;border-radius:100px;background:var(--Colors-Primary---Blue-50,#e9ecf2);padding:4px 10px}.product-details-wrapper .section-wrap .tab-details-wrapper .review-wrapper .line{border-bottom:1px solid var(--Colors-Neutral-Greys-50,#f3f3f4);margin:24px 0}.product-details-wrapper .css-kk1bwy-MuiButtonBase-root-MuiMenuItem-root{color:var(--Main)!important;font-family:var(--Outfit);font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:150%!important;padding:10px 20px!important;min-width:120px;white-space:nowrap}.product-details-wrapper .MuiInputBase-root,.product-details-wrapper .MuiOutlinedInput-root,.product-details-wrapper .MuiSelect-select{border-radius:8px!important;font-family:var(--Outfit)!important;font-size:14px!important;padding:10px 20px!important;min-width:120px;background:#fff!important;color:var(--Neutral-800,#170F49)!important;box-sizing:border-box}.product-details-wrapper .Mui-focused .MuiOutlinedInput-notchedOutline,.product-details-wrapper .MuiOutlinedInput-notchedOutline{border-color:var(--Main,#e03b24)!important;border-width:2px!important}.product-details-wrapper .MuiMenuItem-root.Mui-selected,.product-details-wrapper .MuiMenuItem-root.Mui-selected:hover{background:var(--Main,#e03b24)!important;color:#fff!important}.product-details-wrapper .MuiInputLabel-root{color:var(--Neutral-800,#170F49)!important;font-family:var(--Outfit)!important;font-size:14px!important;font-weight:600!important}.attributes-container{margin-bottom:24px}.size-info{margin-bottom:16px}.sizes{display:flex;gap:12px;flex-wrap:wrap}.btn-main,.btn-styles{min-width:48px;padding:8px 20px;border-radius:9999px;background:var(--Color-red-primary---600,#e03b24);color:#000;border:2px solid #000!important;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;line-height:180%;text-align:center;cursor:pointer;transition:background .2s,color .2s,border .2s;box-shadow:none}.btn-main.active,.btn-main:active,.btn-styles.active,.btn-styles:active{background:var(--Main,#e03b24)!important;color:#fff!important;border:2px solid var(--Main,#e03b24)!important}.btn-main:not(.active):hover,.btn-styles:not(.active):hover{background:#fff!important;color:var(--Main,#e03b24)!important;border:2px solid var(--Main,#e03b24)!important}@media(max-width:600px){.sizes{gap:8px}.btn-main,.btn-styles{padding:8px 12px;font-size:13px}}@media(min-width:850px){.SingleProductPageParent .SingleProductPageContainer .TopSection{display:flex;flex-direction:row;gap:80px;padding:48px}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider{flex:1 1;align-items:start;gap:12px;flex-direction:column;max-width:50%}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .thumbnailSwiper{width:100%!important}.SingleProductPageParent .SingleProductPageContainer .TopSection #ProductSlider .swiper-slide-active{border:1px solid var(--Outfit);border-radius:50px}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo{flex:1 1}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductOptions{flex-direction:row}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductOptions div{width:80%}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .ProductPrice{width:100%;flex-direction:row;justify-content:start}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .actionButtons{width:100%;flex-direction:row}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .actionButtons .addButt{flex:1 1 30%}.SingleProductPageParent .SingleProductPageContainer .TopSection .ProductInfo .actionButtons #button{flex:1 1 70%}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMl{width:100%;background-color:#fff;padding:80px 0;color:var(--Neutral-700,#514f6e);font-family:var(--Outfit);font-size:14px;font-style:normal;font-weight:400;line-height:150%}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMl .tabs{display:flex;padding-top:24px;align-items:flex-start;align-self:stretch;border-bottom:2px solid var(--Neutral-300,#eff0f6);justify-content:space-between;width:100%;margin-bottom:40px}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMl .tabs div{width:100%;text-align:center;color:var(--Neutral-800,#170f49);font-family:var(--Outfit);font-size:14px;font-style:normal;font-weight:600;line-height:120%;display:flex;flex-direction:column;gap:12px;cursor:pointer}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMl .tabs .active{color:var(--Main)}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMl .tab-content{margin:0 9%}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMl b{color:var(--Neutral-700,#514f6e)!important;font-family:var(--Outfit);font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:150%!important}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMl ul li{color:var(--Neutral-700,#514f6e);font-family:var(--Outfit);font-size:14px;font-style:normal;font-weight:400;line-height:150%}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMl ul::marker{font-size:x-large}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMl table{width:100%;text-align:center;caption-side:top}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMl table caption,.SingleProductPageParent .SingleProductPageContainer .RenderedHTMl table th{color:var(--Neutral-700,#514f6e);font-family:var(--Outfit);font-size:14px;font-style:normal;font-weight:500}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMl table th{line-height:150%;background-color:var(--Neutral-200,#f7f7fb);height:48px;padding:var(--Radius-12,12px) var(--Padding-Sides-10,10px);gap:var(--Gap-8,8px);align-self:stretch}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMl table tr{padding:0 var(--Radius-10,10px)}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMl table td{padding:var(--Radius-12,12px) var(--Padding-Sides-10,10px)}.SingleProductPageParent .SingleProductPageContainer .RenderedHTMl .img-highlight{width:clamp(40px,3vw,80px)}}