.ts-single-product{
    padding: 60px 0px;
  }
  
  .ts-single-product .ts-single-product_top .inner-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .ts-single-product .ts-single-product_top .inner-wrapper .product-top-left{
    padding-top: 24px;
  }
  .ts-single-product .ts-single-product_top .inner-wrapper .product-top-left .product-title,.product-title{
    font-size: 32px;
    line-height: 1.3rem;
    margin-bottom: 12px;
    display: block;
  }
  .ts-single-product .ts-single-product_top .inner-wrapper .product-top-left .product-title,.product-title:hover{
    color: #000;
  }
  .ts-single-product .ts-single-product_top .inner-wrapper .product-top-left .product-desc,.product-desc{
    font-size: 18px;
    line-height: 1.5rem;
    margin-bottom: 12px;
    display: block;
    font-weight: 400;
    margin-bottom: 0px;
  }
  
  .ts-single-product .product-price .current-price {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #d32e2e;
  }
  .ts-single-product .product-price{
    margin-top: 48px;
    margin-bottom: 16px;
  }
 
  .current-price-black {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.2px;
    /* color: #A7A7A7; */
    color: #000;

  }
  .current-price-full{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
  }
  #store-name-info {
    margin-bottom: 24px;
  }
  .ts-single-product .product-price .old-price {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.2px;
    /* color: #A7A7A7; */
    color: #000;
    text-decoration: line-through;
    margin-right: 5px;
  }
  .product-tag_lowest{
    padding: 4px 8px;
    background-color: rgba(243, 240, 233, 1);
    border-radius: 24px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #6a5318;
  
  }
  .product-tag_lowest .product-tag_icon {
    display: inline-block;
    margin-top: -1.3px;
  }
  .text-gray-707070{
    color: #707070;
  }
  
  .ts-single-product .text-mute{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .25px;
    padding-top: 16px;
    font-weight: 500;
    font-weight: 300;
  }
  
  .ts-single-product .text-mute .brand-name{
    color: inherit;
    display: inline-block;
    color: #000;
  }
  .ts-single-product a.text-mute:hover{
    color: #707070;
  }
  .ts-single-product a.text-mute{
    font-weight: 500;
    letter-spacing: -0.15px;
    margin-bottom: 24px;
  }
  
  
  .ts-single-product .letter-spacing-0{
    letter-spacing: 0;
  }
  
  .ts-single-product .btn-buy-now{
    margin-top: 24px;
  }
  
  .ts-single-product .ts-product-select{
    border: .8px solid #dedede;
      border-radius: 1px;
      cursor: pointer;
      display: flex;
      flex: 0 0 48px;
      flex-direction: row;
      justify-content: left;
      padding: 13.20px 10px;
      text-align: left;
      padding-left: 18px;
      font-size: 16px;
      font-weight: 500;
      line-height: 16px;
      font-family: 'Space Grotesk';
  }
  .ts-single-product .ts-product-select.nice-select.open .list{
    width: 100%;
    margin-top: 0px;
    border-radius: 1px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .ts-single-product .ts-product-select.nice-select .option.selected{
    font-weight: 300;
    background: #f5f4f2;
  }
  .ts-single-product .ts-product-select.nice-select .option{
    text-align: center;
    font-weight: 300;
    padding: 0px 18px;
    margin-bottom: 4px;
    font-size: 15px;
  }
  .ts-single-product .ts-product-select.nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    height: 10px;
    margin-top: -9px;
    width: 10px;
    right: 18px;
  }
  .ts-single-product .ts-btn.outline,.ts-single-product .ts-btn{
    border-width: 0.8px;
    padding: 7px 24px;
    border-radius: 4px;
    font-size: 14px;
  }
  
  .ts-single-product .widget-brand-desc{
    border: .8px solid #dedede;
    padding: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
  } 
  .ts-single-product .widget-brand-desc .brand-anchor{
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
  }
  .ts-single-product .widget-brand-desc ul{
    margin: 0px;
    padding: 0px;
  }
  .ts-single-product .widget-brand-desc ul li{
    color: #707070;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
  }
  .ts-single-product .widget-brand-desc ul li svg{
    margin-right: 4px;
  }
  .ts-single-product .ts-product-accordion-wrapper .accordion-button{
    outline: none;
    box-shadow: none;
    padding: 16px 0px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 14px;
    
  }
  .ts-single-product .ts-product-accordion-wrapper .accordion-button:not(.collapsed) {
    background: transparent !important;
    color: inherit;
    outline: none;
    box-shadow: none;
  }
  .ts-single-product .ts-product-accordion-wrapper .accordion-body{
   padding-top: 0px;
   font-size: 14px;
   color: #707070;
   line-height: 1.4333333333;
   padding-left: 0px;
   padding-right: 0px;
  }
  
  .ts-single-product .ts-product-accordion-wrapper .accordion-item{
    border-width: 0px;
    border-top: .8px solid #dedede;
    border-bottom: .8px solid #dedede;
    border-radius: 0px;
  }
  
  .ts-single-product .ts-product-accordion-wrapper .accordion-button {
    position: relative;
    cursor: pointer; 
  }
  .ts-single-product .ts-product-accordion-wrapper .accordion-button::after {
    content: "";
    position: absolute; 
    top: 50%;
    right: 0; 
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem; 
    transition: transform 0.2s ease-in-out; 
    transform: translateY(-50%) rotate(-90deg);
  }


  .ts-single-product .ts-product-accordion-wrapper .accordion-button:not(.collapsed)::after {
     transform: translateY(-50%) rotate(0deg);
  }


  /* .accordion-button::after {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    transform: translateY(-50%) rotate(-90deg);
    top: 50%;
    right: 0px;
    position: absolute;
} */
  .ts-product-extra-trust{
    font-size: 16px;
    position: relative;
    font-weight: 500;
    padding: 16px 0px;
    border-bottom: .8px solid #dedede;
    /* margin-top: 10px; */
  }
  .ts-product-extra-trust:hover {
    color: #000;
  }
  .icon-with-details {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .icon-with-details svg {
    width: 20px;
  }
  .icon-with-detail-items-wrap {
    padding-left: 12px;
  }
  .icon-with-details-title {
    line-height: 1.429;
    margin-bottom: 0;
  }
  .icon-with-details-info {
    font-size: 14px;
    line-height: 16px;
    padding: 4px 8px;
    padding-left: 0px;
    color: #707070;
  }
  .icon-with-details-info-url {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
  }
  .icon-with-details-info-url:hover {
    color: #707070;
  }

  .ts-single-product .ts-product-extra{
    padding: 16px 0px;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    border-bottom: .8px solid #dedede;
  
  }
  .ts-product-extra a:hover {
    color: #000 !important;;
  }
  .sizes-product-latest  {
    flex: none;
    width: auto;
    border-radius: .25rem;
    background-color: #e5e7eb;
    border: none;
    height: 23px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 8px 0px 8px;
    font-size: 10px;
    margin: 5px 5px 0px 0px;
    
  }
  .ts-single-product .ts-product-extra::after{
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  }
  
  /* Grid Settings */
  .ts-single-product .inner-wrapper{
    display: grid;
    grid-gap: 32px;
    overflow: hidden;
    grid-template-columns: minmax(30%, 460px) minmax(50%, 770px) minmax(98px, 1fr) !important;
  }
  
  
  .ts-single-product .simple-arrow-slider .swiper-wrapper, .ts-single-product .simple-arrow-slider .swiper-slide{
    height: auto;
   /* padding-bottom: 24px; */
   text-align: center;
  }
  
  .ts-single-product .simple-arrow-slider .swiper-slide img{
    position: relative;
    padding-left: 56px;
    padding-right: 56px;
    max-width: 86%;
    margin: 0 auto;
  }
  
  .ts-single-product .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    border-radius: 0;
  }
  
  .ts-single-product .simple-arrow-slider .swiper-pagination {
    bottom: 0px;
  }
  .ts-single-product .simple-arrow-slider .swiper-pagination-bullet {
    background: #000;
    opacity: .2;
    margin: 0px 3px !important;
  }
  .ts-single-product .simple-arrow-slider .swiper-pagination-bullet-active{
    opacity: 1;
  }
  
  .ts-single-product .simple-arrow-slider .swiper-button-cprev{
    left: 0px;
  }
  
  .ts-single-product .simple-arrow-slider .swiper-button-cnext{
    right: 0px;
  }
  
  .ts-single-product .simple-arrow-slider .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    border-radius: 0;
  }
  
  .ts-single-product .product-top-right .inner-con{
    border-left: .8px solid #e0e1e7;
    padding-left: 10px;
  }
  
  .ts-single-product .product-top-right .similar-item-block{
    margin-bottom: 20px;
    display: block;
  }
  
  .ts-single-product .product-top-right .similar-item-block img{
    display: block;
    height: auto;
    margin: 0 auto;
    min-width: 87px;
    width: 100%;
  }
  .ts-single-product .ts-btn.small{
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 18px;
    border-width: 0.6px;
  }
  
  .ts-single-product .product-top-right .inner-con .title{
    font-size: 14px;
    line-height: 18px;
  }
  
  .single-products-outer{
    padding-bottom: 48px !important;
  }
  .single-products-outer .grid-products__row{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - 16px), 1fr));
    grid-row-gap: 24px;
    grid-column-gap: 16px;
  }
  
  /* .single-products-outer .product-single .product-single__top{
    border-radius: 4px;
    border-width: 0px;
    outline: 1px solid #f5f4f2;
    border: 6px solid #fbfafa;
    margin-bottom: 6px;
  } */
  
  .single-products-outer .product-single .product-single__top{
    height: 320px;
    border-width:0px;
  }
  
  .single-products-outer .product-single .product-single__bottom .product-single__bottom-price .current-price{
    color: #d32e2e;
  }
  
  .single-products-outer .product-single .fav-icon-wrapper img{
    max-height: 20px;
    width: 20px;
  }
  
  .single-products-outer  .product-single .product-single__bottom .product-single__bottom-price .old-price{
    color: #000;
  }
  .single-products-outer  .product-single .product-details span{
   display: block;
   margin-bottom: 0px;
   color: #707070;
   font-size: 14px;
   line-height: 17.5px;
  }
  .single-products-outer  .product-single .product-details .brand-name{
    font-weight: 500;
  }
  .single-products-outer  .product-single .product-details .product-desc{
    line-height: 20.5px;
  }
  
  .single-products-outer  .product-single .store-name{
    color: #707070;
    font-weight: 500;
    font-size: 14px;
   line-height: 17.5px;
   margin-bottom: 8px;
   margin-top: 4px;
  }
  
  .single-products-outer  .product-single .store-name span{
    color: #000;
  }
  
  .single-products-outer  .product-single .store-name svg{
    height: 13.4px;
    width: 13.4px;
    margin-right: 8px;
  }
  
  .single-products-outer  .product-single .promo-text{
    font-size: 12px;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: 1.1666666667;
      text-transform: uppercase;
      color:#84681e;
      letter-spacing: 1px;
  }
  
  
  .single-products-outer .product-single{
    /* margin-bottom: 0px; */
    margin-bottom: 100px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .single-products-outer .section-title{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.2px;
    margin-bottom: 32px;
  }
  
  .single-products-outer{
    margin-bottom: 32px;
  }
  .section-tags-wrapper{
    padding-bottom: 48px;
  }
  .section-tags-wrapper .title{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    font-weight: 300;
  }
  .section-tags-wrapper .tags-wrapper{
    gap: 12px;
  }
  .section-tags-wrapper .tags-wrapper .single-tag-wrapper{
    padding: 8px;
    padding-right: 28px;
    padding-left: 13px;
    border: .8px solid #dadada;
    border-radius: 30px;
    font-size: 14px;
    line-height: 18px;
    /* letter-spacing: .25px; */
    position: relative;
    color: #000;
    font-weight: 400;
  }
  
  .section-tags-wrapper .tags-wrapper .single-tag-wrapper.highlighted{
    background: #f5f4f2;
    padding-right: 13px;
  }
  .section-tags-wrapper .tags-wrapper .single-tag-wrapper.highlighted svg{
    display: none;
  }
  
  .section-tags-wrapper .tags-wrapper .single-tag-wrapper svg{
    position: absolute;
    right: 10.5px;
    top: 11px;
    color: #000;
    width: 15px;
    height: 15px;
  }
  .section-tags-wrapper .tags-wrapper .single-tag-wrapper:hover{
    background: #f5f4f2;
  }
  
  .btn-show-more{
    margin-top: 32px;
  }
  
  .ts-btn-ps{
    cursor: pointer;
    border-width: 0.8px;
      padding: 7px 24px;
      border-radius: 4px !important;
      font-size: 14px;
  }
  .sp-ts-breadcumbs{
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .sp-ts-breadcumbs ol li{
    font-size: 14px;
    line-height: 19.6px;
    color: #707070;
  }
  .sp-ts-breadcumbs ol li a:hover{
    text-decoration: underline !important;
  }
  
  .sp-ts-breadcumbs ol li span{
    font-family: 'Space Grotesk';
  }
  .sp-ts-breadcumbs ol li:before {
      content: " / ";
      padding: 0 2px;
  }
  .sp-ts-breadcumbs ol li:first-child:before {
    content: "";
    padding: 0;
  }
  .comparison-wrapper .comparison-table{
    border: 1px solid #dadada;
    margin-top: 24px;
    margin-bottom: 56px;
  }
  .comparison-wrapper .comparison-table .ct-header{
    display: grid;
    grid-template-areas: "price retailer shipping size button";
    grid-template-columns: 1fr 1fr 1.5fr 1fr 1fr;
    grid-template-rows: 20px;
    grid-row-gap: 0px;
    grid-column-gap: 12px;
    border-bottom: 1px solid #dadada;
    padding: 24px;
  }
  .comparison-wrapper .comparison-table .ct-header span{
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
  }
  .comparison-wrapper .comparison-table .ct-row{
    padding: 24px;
    border-bottom: 1px solid #dadada;
    display: grid;
    grid-template-areas: "price retailer shipping size button";
    grid-template-columns: 1fr 1fr 1.5fr 1fr 1fr;
    grid-row-gap: 0px;
    grid-column-gap: 12px;
    grid-template-rows: minmax(85px, 1fr);
    align-items: center;
  }
  .comparison-wrapper .comparison-table .ct-row .price{
    font-size: 24px;
    font-size: 24px;
    letter-spacing: .2px;
    line-height: 1.1666666667;
    font-weight: 400;
    font-family: 'Space Grotesk';
  }
  .comparison-wrapper .comparison-table .ct-row .product-tag_lowest{
    width: fit-content;
  }
  .comparison-wrapper .comparison-table .ct-row .retailer-col{
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
  }
  .comparison-wrapper .comparison-table .ct-row .avail-sizes-col span{
    border-radius: 4px;
      display: inline-flex;
      /* border: .8px solid #dadada; */
      color: #707070;
      padding: 4px 8px;
      font-size: 14px;
      line-height: 18px;
      flex-wrap: wrap;
  }
  .comparison-wrapper .comparison-table .ct-row .buy-btn-col a{
    display: block !important;
  }
  .comparison-wrapper .comparison-table .ct-row .store-info-col{
    font-size: 12px;
      line-height: 16px;
      padding: 4px 8px;
      padding-left: 0px;
      color: #707070;
  }
  .comparison-wrapper .title{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .comparison-wrapper .desc{
    font-size: 18px;
    line-height: 24px;
    color: #707070;
  }
  .comparison-wrapper .comparison-table .ct-row .retailer-col a{
    font-size: 16px;
    line-height: 20px;
  }
  .comparison-wrapper .comparison-table .ct-row .retailer-col a:hover{
    color: #000;
  }
  .extra-item:hover {
    color: #000 !important;
  }
  .comparison-wrapper .comparison-table .mob{
    display: none;
  }

  .simple-arrow-slider .swiper-button-cnext {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    /* background: url("../../img/slider-arrow-right.svg") center no-repeat; */
    transform: translateY(-50%) rotate(270deg);

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

    width: 35px;
    height: 35px;
    display: block;
    z-index: 10; }
  
  .simple-arrow-slider .swiper-button-cprev {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    /* background: url("../../img/slider-arrow-left.svg") center no-repeat; */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 35px;
    height: 35px;
    display: block;
    z-index: 10; 
  }
  /* slider-2 */
  .SimilarProductSlider .swiper-pagination {
    bottom: 10px; /* Moves pagination slightly down */
  }
  .SimilarProductSlider .swiper-button-dnext {
    position: absolute;
    right: 0px;
    top: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transform: translateY(-50%) rotate(270deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 35px;
    height: 35px;
    display: block;
    z-index: 10; 
  }
  .SimilarProductSlider .swiper-button-dprev {
  top: 35%;
  color: black;
  position: absolute;
  left: 0px;
  transform: translateY(-50%) rotate(90deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  width: 35px;
  height: 35px;
  display: block;
  z-index: 10;
}
.SimilarProductSlider .swiper-pagination-bullet {
  margin: 0px 3px !important;
  height: 6px;
  width: 6px;
  background-color: black; 
  border-radius: 0;
}
.SimilarProductSlider .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  border-radius: 0;
  background-color: black;
}
  
  @media screen and (max-width: 1260px){
    .ts-single-product .inner-wrapper{
      grid-gap: 16px;
    }
    .single-products-outer .product-single .product-single__top {
      height: 400px;
    }
  }
  @media screen and (max-width: 992px){
    .ts-single-product .inner-wrapper{
      display: flex !important;
      flex-direction: column-reverse;
    }
    .ts-single-product .ts-single-product_top .inner-wrapper .product-top-right{
      display: none;
    }
    .ts-single-product .simple-arrow-slider .swiper-slide img{
      padding-left: 0px;
      padding-right: 0px;
    }
    /* .ts-single-product .simple-arrow-slider .swiper-slide img{
      max-width: 60%;
      height: 100%;
    } */
    .ts-single-product .simple-arrow-slider .swiper-slide img{
      max-width: 100%;
      height: auto;
    } 
    .ts-single-product .simple-arrow-slider .swiper-wrapper{
      /* height: 90vh; */
      height: auto;
    }
    .mobile-more-product-widget{
      display: block !important;
      margin: 15px 0px 24px 0px;
      background: #FBFAFA;
    }
    .mobile-more-product-widget .widget-title{
      background: #FBFAFA;
      padding: 12px;
      display: inline-block;
      font-size: 14px;
      line-height: 18px;
      font-weight: 500;
    }
    .mobile-more-product-widget .widget-flex{
      background: #FBFAFA;
      padding: 5px 12px;
      align-items: center;
      height: 200px;
    }
    .single-products-outer .grid-products__row {
      grid-template-columns: repeat(auto-fill, minmax(calc(33% - 16px), 1fr));
          margin-left: 16px;
          margin-right: 16px;
    }
  }
  @media screen and (min-width: 768px){
    .hide-on-web {
      display: none;
      
    }
    .ts-single-product .ts-product-select.nice-select.open .list{
     max-height: 400px;
      overflow: auto;
      padding-bottom: 20px;
    }
    .ts-single-product .ts-product-select.nice-select.open .list::-webkit-scrollbar {
      display: none;
    }
    
    /* Hide scrollbar for all other browsers (firefox, etc.) */
    .ts-single-product .ts-product-select.nice-select.open .list {
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }
  }
  @media screen and (max-width: 768px){
    .product-single .product-single__top .img-product {
      object-fit: contain;
    }
    .product-single__bottom-price {
      justify-content: center!important;
    }
    .product-single .product-single__top .img-product{
      position: unset;
    }
    .SimilarProductSlider .swiper-slide {
      /* display: flex; */
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-right: 20px;
    }
    .single-products-outer .product-single{ 
      margin-bottom: 50px;
    }
    .icon-with-details {
      margin-bottom: 8px;
    }
    .ts-single-product .btn-buy-now{
      margin-top: 18px;

    }
    .ts-single-product .ts-single-product_top .inner-wrapper .product-top-left .product-title, .product-title {
      font-size: 22px;
      line-height: 10px;
      margin-bottom: 12px;
      display: block;
    }

    .mbl-select-buy-btn {
      display: flex;
      align-items: flex-end;
    }
    .ts-single-product .simple-arrow-slider .swiper-pagination-bullet-active {
      border-radius: 0;
      width: 6px;
      height: 6px;
    }
    .simple-arrow-slider .swiper-button-cnext, .simple-arrow-slider .swiper-button-cprev{
      display: none!important;
    }
    .SimilarProductSlider .swiper-button-dprev,
    .SimilarProductSlider .swiper-button-dnext {
      display: none!important;
    }
    .ts-single-product .ts-btn.outline,.ts-single-product .ts-btn{
      padding: 8.5px 24px;
      border-radius: 1px;
    }

    .ts-single-product .ts-product-select {
      width: 100%;
    }
    .hide-on-mobile {
      display: none!important;
    }
    .simple-arrow-slider .swiper-pagination-bullet-active {
      width: .28571rem;
      height: .28571rem;
  
    }
    .ts-single-product .simple-arrow-slider .swiper-pagination-bullet {
      margin: 6px 11px !important;
    }
   
    .simple-arrow-slider__swiper_product {
      height: 380px;
      width: 100%; 
    }
    .ts-single-product .simple-arrow-slider .swiper-slide img{
      width: 100%; 
      height: 98%; 
      object-fit: cover; 
    }


  .ts-single-product .simple-arrow-slider .swiper-pagination{
    height: 10px;
    top: 40%;
    left: 0;
  }
  .swiper-button-cprev,
  .swiper-button-cnext {
      top: auto; /* Resetting any previous top positioning */
      bottom: 0; /* Default bottom positioning for the next button */
  }
  
  .swiper-button-cprev {
      top: 0; /* Position the prev button at the top */
      bottom: auto;
  }
  
  .swiper-button-cnext {
      bottom: 0; /* Position the next button at the bottom */
  }
    .icon-fav {
      display: none;
    }
    .single-products-outer .grid-products__row {
      grid-template-columns: repeat(auto-fill, minmax(calc(50% - 16px), 1fr));
          margin-left: 16px;
          margin-right: 16px;
    }
    .comparison-wrapper .comparison-table .mob{
      display: grid;
      grid-template-areas: "price size button";
      grid-template-columns: 1.5fr 1.5fr 1fr;
    }
    .comparison-wrapper .comparison-table .dt{
      display: none;
    }
    .comparison-wrapper .comparison-table .ct-row .retailer-col{
      color: #707070;
      font-size: 12px;
      line-height: 18px;
      font-weight: 300;
    }
    .comparison-wrapper .comparison-table .ct-row .retailer-col a{
      font-weight: bold;
      color: #000;
    }
    
    .ts-single-product .product-top-left .dt-display{
      display: none !important;
    }
    
  
    .ts-single-product  .mob-title-display{
      display: flex !important;
      padding: 12px 0px 10px 0px;

    }
    .ts-single-product .inner-wrapper{
      gap: 10px;
    }
    .ts-single-product .product-price {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .ts-single-product .simple-arrow-slider .swiper-wrapper {
      /* height: 54vh; */
      height: auto;
    }
    .ts-single-product{
      padding-top: 16px;
    }
    .ts-single-product .ts-single-product_top .inner-wrapper .product-top-left {
      padding-top: 0px;
    }
  }
  
  @media screen and (max-width: 640px){
    .comparison-wrapper .comparison-table .ct-header{
      display: none;
    }
    .comparison-wrapper .comparison-table .ct-row.mob{
      display: none;
    }
    .comparison-wrapper .comparison-table .ct-row.dt{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
    }
    .comparison-wrapper .comparison-table .ct-row.dt .price-col{
      justify-content: space-between;
      flex-direction: row !important;
      width: 100% !important;
    }
    .comparison-wrapper .comparison-table .ct-row.dt .buy-btn-col {
      width: 100%;
    }
    .comparison-wrapper .comparison-table .ct-row.dt .retailer-col a{
      position: relative;
    }
    .comparison-wrapper .comparison-table .ct-row.dt .retailer-col a:before{
      content: "From";
      color: #707070;
      margin-right: 3px;
      font-weight: 300;
    }
    .ts-single-product {
      padding: 35px 0px;
      padding-top: 0px;
    }
  
    .ts-single-product .simple-arrow-slider .swiper-wrapper {
      /* height: 40vh; */
      height: auto;
    }
    .ts-single-product .ts-single-product_top .inner-wrapper .product-top-left{
      padding-top: 0px;
    }
    
  
  }

  @media screen and (max-width: 450px){
    .simple-arrow-slider__swiper_product {
      /* height: 440px; */
      width: 100%;
    }
  }
  @media screen and (max-width: 375px) {
    .simple-arrow-slider__swiper_product {
      height: 370px;
      width: 100%; 
    }
    .ts-single-product .simple-arrow-slider .swiper-slide img{
      width: 100%; 
      height: 96%; 
      object-fit: cover; 
    }
    .product-desc {
      font-size: 16px;
    }
    .ts-single-product .ts-single-product_top .inner-wrapper .product-top-left .product-title, .product-title {
      font-size: 18px;
      line-height: 10px;
      margin-bottom: 8px;
      display: block;
    }
    .ts-single-product .mob-title-display{
      padding: 7px 0px 7px 0px
    }
    .ts-single-product .inner-wrapper {
      gap: 6px;
    }
  }
  @media screen and (max-width: 320px) {
    .simple-arrow-slider__swiper_product {
      height: 270px;
      width: 100%; 
    }
    .ts-single-product .simple-arrow-slider .swiper-slide img{
      width: 100%; 
      height: 95%; 
      object-fit: cover; 
    }
  }