.single-product-wrapper {
  margin-top: 68px;
  overflow: hidden;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper {
    margin-top: 96px;
  }
}
.single-product-wrapper .sidebar-categories {
  display: none;
}
.single-product-wrapper .product-wrap {
  margin-bottom: 32px;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper .product-wrap {
    display: grid;
    grid-template-columns: 547px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.single-product-wrapper .product-wrap .product-gallery .product-main-slider .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
}
.single-product-wrapper .product-wrap .product-gallery .product-main-slider .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 24px;
  display: block;
  background: #f5f5f5;
}
.single-product-wrapper .product-wrap .product-gallery .product-main-slider.single-image img {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 24px;
  display: block;
  background: #f5f5f5;
}
.single-product-wrapper .product-wrap .product-gallery .product-thumbs-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin: 16px 28px 0;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper .product-wrap .product-gallery .product-thumbs-wrapper {
    margin: 16px 21.5px 0;
  }
}
.single-product-wrapper .product-wrap .product-gallery .product-thumbs-wrapper .product-thumbs-slider .swiper-slide {
  width: 80px !important;
  min-width: 80px;
  height: 80px;
  flex: 0 0 80px;
  border-radius: 8px;
  cursor: pointer;
}
.single-product-wrapper .product-wrap .product-gallery .product-thumbs-wrapper .product-thumbs-slider .swiper-slide.swiper-slide-visible {
  opacity: 0.7;
}
.single-product-wrapper .product-wrap .product-gallery .product-thumbs-wrapper .product-thumbs-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  border: 1px solid #D9D9D9;
}
.single-product-wrapper .product-wrap .product-gallery .product-thumbs-wrapper .product-thumbs-slider .swiper-slide img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.single-product-wrapper .product-wrap .product-gallery .product-thumbs-wrapper .thumbs-button-prev,
.single-product-wrapper .product-wrap .product-gallery .product-thumbs-wrapper .thumbs-button-next {
  position: static;
  flex: 0 0 44px;
  width: 44px;
  height: 80px;
  margin-top: 0;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #fff;
}
.single-product-wrapper .product-wrap .product-gallery .product-thumbs-wrapper .thumbs-button-prev::after,
.single-product-wrapper .product-wrap .product-gallery .product-thumbs-wrapper .thumbs-button-next::after {
  display: none;
}
.single-product-wrapper .product-wrap .product-gallery .product-thumbs-wrapper .thumbs-button-prev.swiper-button-disabled,
.single-product-wrapper .product-wrap .product-gallery .product-thumbs-wrapper .thumbs-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.single-product-wrapper .product-wrap .product-info {
  margin-top: 12px;
}
.single-product-wrapper .product-wrap .product-info .product-header {
  padding: 24px;
  border-radius: 16px;
  background: #FFF;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper .product-wrap .product-info .product-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px 32px;
  }
}
.single-product-wrapper .product-wrap .product-info .product-header .product-sku {
  margin-bottom: 8px;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.36px;
  color: #717171;
}
.single-product-wrapper .product-wrap .product-info .product-header .product-title {
  max-width: 500px;
  margin-bottom: 12px;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.6px;
  color: #7CB544;
}
.single-product-wrapper .product-wrap .product-info .product-header .add-to-wishlist {
  display: none;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper .product-wrap .product-info .product-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    padding: 24px 32px;
    border-radius: 24px;
    background: #FFF;
  }
}
.single-product-wrapper .product-wrap .product-info .product-center .product-center-wrap {
  margin-top: 12px;
  padding: 24px;
  border-radius: 16px;
  background: #FFF;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper .product-wrap .product-info .product-center .product-center-wrap {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
}
.single-product-wrapper .product-wrap .product-info .product-center .product-center-wrap .col {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper .product-wrap .product-info .product-center .product-center-wrap .col {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.single-product-wrapper .product-wrap .product-info .product-center .product-center-wrap .col .add-to-cart .quantity {
  display: none;
}
.single-product-wrapper .product-wrap .product-info .product-center .sale-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 21px;
  margin-top: 12px;
  padding: 16px 24px;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper .product-wrap .product-info .product-center .sale-timer {
    gap: 24px;
    padding: 10px 16px;
    border-radius: 16px;
    background: #F6F5F3;
  }
}
.single-product-wrapper .product-wrap .product-info .product-center .sale-timer .sale-timer-label {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.42px;
  color: #CF222D;
}
.single-product-wrapper .product-wrap .product-info .product-center .sale-timer .countdown {
  display: flex;
  gap: 8px;
}
.single-product-wrapper .product-wrap .product-info .product-center .sale-timer .countdown .countdown-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-product-wrapper .product-wrap .product-info .product-center .sale-timer .countdown .countdown-block .countdown-number {
  min-width: 41px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.6px;
  color: #CF222D;
  background: #fff;
}
.single-product-wrapper .product-wrap .product-info .product-center .sale-timer .countdown .countdown-block .countdown-label {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.36px;
  color: #CF222D;
}
.single-product-wrapper .product-wrap .product-info .product-center .sale-timer .countdown .colon {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 28px;
  color: #B2312D;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.single-product-wrapper .product-wrap .product-info .product-center .availability {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 14px;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper .product-wrap .product-info .product-center .availability {
    margin-bottom: 17px;
  }
}
.single-product-wrapper .product-wrap .product-info .product-center .availability.available {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.42px;
  color: #1DA000;
}
.single-product-wrapper .product-wrap .product-info .product-center .availability.backorder, .single-product-wrapper .product-wrap .product-info .product-center .availability.not-available {
  color: #A7A7A7;
}
.single-product-wrapper .product-wrap .product-info .product-center .price {
  display: flex;
  flex-direction: column;
}
.single-product-wrapper .product-wrap .product-info .product-center .price-current {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.72px;
  color: #7CB544;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper .product-wrap .product-info .product-center .price-current {
    font-size: 24px;
  }
}
.single-product-wrapper .product-wrap .product-info .product-center .price-old {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: #a7a7a7;
}
.single-product-wrapper .product-wrap .product-info .product-center .price-old del {
  text-decoration: line-through;
}
.single-product-wrapper .product-wrap .product-info .product-center .price-old .price-discount {
  margin-left: 8px;
  padding: 4px 6px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #fff;
  background: #E96C24;
}
.single-product-wrapper .product-wrap .product-info .product-center .price-sale {
  margin-top: 4px;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.72px;
  color: #E96C24;
}
.single-product-wrapper .product-wrap .product-info .upsells-products {
  margin-top: 12px;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper .product-wrap .product-info .upsells-products {
    margin-top: 24px;
  }
}
.single-product-wrapper .product-wrap .product-info .upsells-products .upsells-swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.single-product-wrapper .product-wrap .product-info .upsells-products .upsells-swiper .swiper-wrapper .swiper-slide:nth-child(1) .slide-text {
  background: #E96C24;
}
.single-product-wrapper .product-wrap .product-info .upsells-products .upsells-swiper .swiper-wrapper .swiper-slide:nth-child(2) .slide-text {
  background: #7CB544;
}
.single-product-wrapper .product-wrap .product-info .upsells-products .upsells-swiper .swiper-wrapper .swiper-slide:nth-child(3) .slide-text {
  background: #488EE8;
}
.single-product-wrapper .product-wrap .product-info .upsells-products .upsells-swiper .upsells-scrollbar {
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  margin-top: 10px;
}
.single-product-wrapper .product-wrap .product-info .upsells-products .upsells-swiper .upsells-scrollbar .swiper-scrollbar-drag {
  background: red;
  border-radius: 2px;
}
.single-product-wrapper .product-wrap .product-info .upsells-products .upsells-products-title {
  margin-bottom: 16px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #374957;
}
.single-product-wrapper .product-wrap .product-info .upsells-products .related-product-card .slide-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 8px 24px;
  text-wrap-mode: nowrap;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #fff;
}
.single-product-wrapper .product-wrap .product-info .upsells-products .related-product-card .wrap-card {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 16px;
  background: #FFF;
}
.single-product-wrapper .product-wrap .product-info .upsells-products .related-product-card a img {
  min-width: 76px;
  height: 76px;
}
.single-product-wrapper .product-wrap .product-info .upsells-products .related-product-card .related-product-wrap .title {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.42px;
  color: #374957;
}
.single-product-wrapper .product-wrap .product-info .upsells-products .related-product-card .related-product-wrap .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 8px;
}
.single-product-wrapper .product-wrap .product-info .upsells-products .related-product-card .related-product-wrap .item .price {
  display: flex;
  flex-direction: column;
}
.single-product-wrapper .product-wrap .product-info .upsells-products .related-product-card .related-product-wrap .item .price .amount {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #7CB544;
}
.single-product-wrapper .product-wrap .product-info .upsells-products .related-product-card .related-product-wrap .item .price .price-product {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.48px;
  text-decoration-line: line-through;
  color: #A7A7A7;
}
.single-product-wrapper .product-wrap .product-info .upsells-products .related-product-card .related-product-wrap .item .price .sale {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.42px;
  color: #CF222D;
}
.single-product-wrapper .product-wrap .product-info .upsells-products .related-product-card .related-product-wrap .item .cart .related-button {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.42px;
  color: #CF222D;
  cursor: pointer;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper .product-details {
    display: grid;
    grid-template-columns: 1000px 1fr;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
.single-product-wrapper .product-details .aside {
  display: none;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper .product-details .aside {
    display: block;
    position: static;
  }
}
.single-product-wrapper .product-details .product-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 12px;
  padding: 24px;
  border-radius: 16px;
  background: #FFF;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper .product-details .product-tabs {
    justify-content: flex-start;
    padding: 32px;
  }
}
.single-product-wrapper .product-details .product-tabs a {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.48px;
  color: #374957;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper .product-details .product-tabs a {
    font-size: 20px;
  }
}
.single-product-wrapper .product-details .product-tabs a:hover {
  color: #E96C24;
}
.single-product-wrapper .product-details .tab-content {
  padding: 24px;
  border-radius: 16px;
  background: #FFF;
}
.single-product-wrapper .product-details .tab-content.tab-attributes {
  margin-top: 12px;
}
.single-product-wrapper .product-details .tab-content .tab-content-title {
  margin-bottom: 16px;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.6px;
  color: #E96C24;
}
.single-product-wrapper .product-details .tab-content .product-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.single-product-wrapper .product-details .tab-content p {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.48px;
  color: #374957;
}
.single-product-wrapper .product-details .tab-content ul, .single-product-wrapper .product-details .tab-content ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 24px;
}
.single-product-wrapper .product-details .tab-content ul li, .single-product-wrapper .product-details .tab-content ol li {
  position: relative;
}
.single-product-wrapper .product-details .tab-content ul li::before, .single-product-wrapper .product-details .tab-content ol li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -14px;
  z-index: 1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #374957;
}
.single-product-wrapper .product-details .js-readmore__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 12.8em;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.single-product-wrapper .product-details .js-readmore.is-open .js-readmore__content {
  max-height: 3000px;
}
.single-product-wrapper .product-details .js-readmore__btn {
  text-align: left;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  color: #E96C24;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.single-product-wrapper .product-details .js-readmore__btn:hover {
  color: #E96C24;
}
.single-product-wrapper .product-details .attributes-list {
  display: flex;
  flex-direction: column;
}
.single-product-wrapper .product-details .attributes-list .attribute-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper .product-details .attributes-list .attribute-item {
    flex-direction: row;
    justify-content: space-between;
  }
}
.single-product-wrapper .product-details .attributes-list .attribute-item:nth-child(odd) {
  background: #FFF6F6;
}
.single-product-wrapper .product-details .attributes-list .attr-title {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.48px;
  color: #374957;
}
@media screen and (min-width: 1367px) {
  .single-product-wrapper .product-details .attributes-list .attr-title {
    font-weight: 500;
  }
}
.single-product-wrapper .product-details .attributes-list .attr-value {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.48px;
  color: #374957;
}
.single-product-wrapper .cross-sells-products .load-more {
  margin: 24px auto;
}