.product-carousel-section {
  padding-top: 108px;
  padding-bottom: 12px;
}

.product-carousel-section .product-mob-slider .product-mob-item div {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  border: 0.5px solid var(--grey, #c2cbd2);
  position: relative;
}

.product-carousel-section .product-mob-slider .product-mob-item .badge {
  position: absolute;
  top: 16px;
  right: 16px;
  width: fit-content;
  height: 22px;
  white-space: nowrap;
  display: inline-flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: var(--white, #fff);
  text-align: center;
  font-size: 10px;
}

.product-carousel-section
  .product-mob-slider
  .product-mob-item
  .badge.under-order {
  background: var(--blue, #0b99cd);
}

.product-carousel-section
  .product-mob-slider
  .product-mob-item
  .badge.in-stock {
  background: #568e3e;
}

.product-carousel-section
  .product-mob-slider
  .product-mob-item
  .badge.sold-out {
  background: #ca0828;
}

.product-carousel-section
  .product-mob-slider
  .product-mob-item
  .badge.is-expected {
  background: var(--yellow, #f9b805);
  color: var(--black, #2f2f37);
}

.product-carousel-section .swiper-pagination3 {
  text-align: center;
}

.product-carousel-section .swiper3 {
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.product-carousel-section .swiper3 .swiper-pagination-bullets {
  position: relative;
  bottom: -16px;
}

.product-carousel-section .swiper3 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  margin: 0 6px;
  opacity: 1;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  transition: var(--transition-dur-and-func);
}

.product-carousel-section .swiper3 .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--green, #568e3e);
  border: 1px solid var(--green, #568e3e);
}

.product-carousel-section .product-carousel-wrapper h1 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--green, #568e3e);
  margin-bottom: 16px;
}

.product-carousel-section .product-carousel-wrapper h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.product-carousel-section .product-carousel-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 342px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
}

.product-carousel-section .product-carousel-wrapper ul li {
  display: flex;
  gap: 16px;
  width: 100%;
}

.product-carousel-section .product-carousel-wrapper ul li p {
  width: calc((100% - 16px) / 2);
}

.product-carousel-section .product-carousel-wrapper ul li span {
  width: calc((100%) / 2);
}

.product-carousel-section .product-carousel-wrapper .product-carousel-price {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-carousel-section .product-carousel-wrapper .product-carousel-price p {
  font-size: 16px;
  font-weight: 700;
}

.product-carousel-section
  .product-carousel-wrapper
  .product-carousel-price
  p
  span {
  font-size: 20px;
}

.product-carousel-section .product-carousel-wrapper .product-carousel-price a {
  display: flex;
  height: 39px;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--green, #568e3e);
  color: var(--white, #fff);
  font-size: 16px;
  font-weight: 400;
  transition: var(--transition-dur-and-func);
}

.product-carousel-section
  .product-carousel-wrapper
  .product-carousel-price
  a:hover,
.product-carousel-section
  .product-carousel-wrapper
  .product-carousel-price
  a:focus {
  background: var(--yellow, #f9b805);
  color: var(--black, #2f2f37);
}

.product-carousel-desc {
  display: none;
}

@media screen and (min-width: 768px) {
  .product-carousel-section {
    padding-top: 142px;
    padding-bottom: 20px;
  }
  .product-carousel-section .swiper3 {
    display: none;
  }
  .product-carousel-section .product-carousel-wrapper h1 {
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--green, #568e3e);
    margin-bottom: 20px;
  }
  .product-carousel-section .product-carousel-wrapper h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .product-carousel-section .product-carousel-wrapper ul {
    gap: 12px;
    max-width: 100%;
    font-size: 17px;
    margin-bottom: 36px;
  }
  .product-carousel-section .product-carousel-wrapper ul li {
    gap: 40px;
  }
  .product-carousel-section .product-carousel-wrapper ul li p {
    width: 204px;
  }
  .product-carousel-section .product-carousel-wrapper ul li span {
    flex-grow: 1;
  }
  .product-carousel-section .product-carousel-wrapper .product-carousel-price {
    gap: 60px;
  }
  .product-carousel-section
    .product-carousel-wrapper
    .product-carousel-price
    p {
    font-size: 16px;
  }
  .product-carousel-section
    .product-carousel-wrapper
    .product-carousel-price
    p
    span {
    font-size: 24px;
  }
  .product-carousel-section
    .product-carousel-wrapper
    .product-carousel-price
    a {
    padding: 8px 40px;
    border-radius: 8.887px;
  }
  .product-carousel-desc {
    display: flex;
  }
  .product-carousel-section .product-carousel-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .product-carousel-section .product-carousel-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .product-carousel-section .product-carousel-container .product-carousel-desc {
    width: 625px;
  }
  .product-carousel-section
    .product-carousel-container
    .product-carousel-desc
    .gallery {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .product-carousel-section
    .product-carousel-container
    .product-carousel-desc
    .gallery
    div {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .product-carousel-section .product-carousel-desc .gallery div.next,
  .product-carousel-section .product-carousel-desc .gallery div.first {
    border-radius: 12px;
    border: 1px solid var(--grey, #c2cbd2);
  }
  .product-carousel-section .product-carousel-desc .gallery div.next {
    width: 141px;
    height: 141px;
  }
  .product-carousel-section .product-carousel-desc .gallery div.first {
    width: 464px;
    height: 464px;
  }
  .sl-wrapper .sl-close,
  .sl-wrapper .sl-prev,
  .sl-wrapper .sl-next,
  .sl-wrapper .sl-counter {
    color: var(--green, #568e3e) !important;
  }
  .product-carousel-section .product-carousel-desc .gallery div.first {
    position: relative;
  }
  .product-carousel-section .product-carousel-desc .gallery div.first .badge {
    position: absolute;
    top: 16px;
    right: 16px;
    width: fit-content;
    height: 33px;
    white-space: nowrap;
    display: inline-flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: var(--white, #fff);
    text-align: center;
    font-size: 18px;
  }
  .product-carousel-section
    .product-carousel-desc
    .gallery
    div.first
    .badge.under-order {
    background: var(--blue, #0b99cd);
  }
  .product-carousel-section
    .product-carousel-desc
    .gallery
    div.first
    .badge.in-stock {
    background: #568e3e;
  }
  .product-carousel-section
    .product-carousel-desc
    .gallery
    div.first
    .badge.sold-out {
    background: #ca0828;
  }
  .product-carousel-section
    .product-carousel-desc
    .gallery
    div.first
    .badge.is-expected {
    background: var(--yellow, #f9b805);
    color: var(--black, #2f2f37);
  }
}

@media screen and (min-width: 1280px) {
  .product-carousel-section {
    padding-top: 210px;
    padding-bottom: 20px;
  }
  .product-carousel-section .product-carousel-wrapper h1 {
    font-size: 32px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .product-carousel-section .product-carousel-wrapper h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .product-carousel-section .product-carousel-wrapper ul {
    gap: 16px;
    font-size: 18px;
  }
  .product-carousel-section .product-carousel-wrapper .product-carousel-price {
    gap: 32px;
  }
  .product-carousel-section
    .product-carousel-wrapper
    .product-carousel-price
    p {
    font-size: 18px;
  }
  .product-carousel-section
    .product-carousel-wrapper
    .product-carousel-price
    p
    span {
    font-size: 32px;
  }
  .product-carousel-section
    .product-carousel-wrapper
    .product-carousel-price
    a {
    padding: 12px 40px;
    border-radius: 12px;
    font-size: 20px;
  }
  .product-carousel-section .product-carousel-container {
    display: flex;
    flex-direction: row;
    gap: 100px;
  }
  .product-carousel-section .product-carousel-container .product-carousel-desc {
    width: 586px;
  }
  .product-carousel-section
    .product-carousel-container
    .product-carousel-desc
    .gallery {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .product-carousel-section
    .product-carousel-container
    .product-carousel-desc
    .gallery
    div {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .product-carousel-section .product-carousel-desc .gallery div.next,
  .product-carousel-section .product-carousel-desc .gallery div.first {
    border-radius: 20px;
  }
  .product-carousel-section .product-carousel-desc .gallery div.next {
    width: 179px;
    height: 193px;
  }
  .product-carousel-section .product-carousel-desc .gallery div.first {
    width: 586px;
    height: 530px;
  }
}

.product-slider-section {
  padding-top: 12px;
  padding-bottom: 12px;
}

.product-slider-section p {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}

.product-slider-section .product-slider-list {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
}

.product-slider-section .product-slider-list li {
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.product-slider-section .product-slider-list li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: var(--green, #568e3e);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.product-slider-section .swiper4 li {
  height: 148px;
  width: 100%;
  border-radius: 8px;
}

.product-slider-section .swiper-pagination4 {
  text-align: center;
}

.product-slider-section .swiper4 {
  padding-bottom: 16px;
  overflow: hidden;
}

.product-slider-section .swiper4 .swiper-pagination-bullets {
  position: relative;
  bottom: -16px;
}

.product-slider-section .swiper4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  margin: 0 6px;
  opacity: 1;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  transition: var(--transition-dur-and-func);
}

.product-slider-section .swiper4 .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--green, #568e3e);
  border: 1px solid var(--green, #568e3e);
}

@media screen and (min-width: 768px) {
  .product-slider-section {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .product-slider-section p {
    margin-bottom: 8px;
    font-size: 17px;
  }
  .product-slider-section .product-slider-list {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .product-slider-section .swiper4 li {
    height: 300px;
    border-radius: 12px;
  }
}

@media screen and (min-width: 1280px) {
  .product-slider-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product-slider-section p {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .product-slider-section .product-slider-list {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .product-slider-section .swiper4 li {
    height: 520px;
    border-radius: 20px;
  }
  .product-slider-section .swiper4 {
    padding-bottom: 20px;
  }
  .product-slider-section .swiper4 .swiper-pagination-bullets {
    bottom: -20px;
  }
}

.product-tab-section {
  padding-top: 12px;
  padding-bottom: 40px;
}

.product-tab-section .product-tab-list.tab-list {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
  gap: 16px;
  border-bottom: 2px solid var(--green, #568e3e);
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 6px;
  width: 30px !important;
  background: var(--green, #568e3e);
  border-radius: 3px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 8px !important;
  width: 25%;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

.simplebar-wrapper {
  padding-bottom: 24px !important;
}

.product-tab-section .product-tab-list.tab-list li {
  display: flex;
  width: 164px;
  height: 57px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.product-tab-section .product-tab-list.tab-list li:hover,
.product-tab-section .product-tab-list.tab-list li:focus {
  color: var(--green, #568e3e);
}

.product-tab-section .product-tab-list.tab-list li.active {
  color: var(--green, #568e3e);
}

.product-tab-section .content-section {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 1s ease;

  display: flex;
  width: 100%;
  padding: 16px 12px;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  border-radius: 8px;
  border: 0.5px solid var(--grey, #c2cbd2);
  margin-top: 16px;
}

.product-tab-section .content-section.active {
  visibility: visible;
  position: relative;
  opacity: 1;
}

.product-tab-section .content-section > ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-tab-section .content-section > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 12px 8px;
  border-bottom: 0.5px solid var(--grey, #c2cbd2);
}

.product-tab-section .content-section > ul:last-child > li:last-child {
  border-bottom: none;
}

.product-tab-section .content-section ul li div {
  min-width: 140px;
}

.product-tab-section .content-section ul li div ul {
  padding-left: 16px;
}

.product-tab-section .content-section ul li div ul li {
  list-style-type: disc;
}

.product-tab-section .content-section ul li p {
  font-size: 14px;
  font-weight: 700;
}

.product-tab-section .content-section ul li span {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

.product-tab-section .content-section ul li span ul {
  margin-top: 19px;
}

.product-tab-section h2 {
  display: none;
}

@media screen and (min-width: 768px) {
  .product-tab-section {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .product-tab-section .product-tab-list.tab-list {
    gap: 20px;
  }
  .product-tab-section .product-tab-list.tab-list li {
    width: 222px;
    height: 57px;
    padding: 12px 32px;
    font-size: 20px;
  }
  .product-tab-section .content-section {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--grey, #c2cbd2);
    margin-top: 12px;
  }
  .product-tab-section .content-section > ul > li {
    gap: 36px;
    padding: 16px 8px;
    border-bottom: 1px solid var(--grey, #c2cbd2);
  }
  .product-tab-section .content-section ul li p {
    font-size: 17px;
  }
  .product-tab-section .content-section ul li span {
    font-size: 17px;
  }
  .product-tab-section .content-section ul li span ul {
    margin-top: 23px;
  }
  .product-tab-section .content-section ul li div {
    min-width: 334px;
  }
}

@media screen and (min-width: 1280px) {
  .product-tab-section {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .product-tab-section .product-tab-list.tab-list {
    gap: 40px;
  }
  .product-tab-section .product-tab-list.tab-list li {
    width: 220px;
    height: 57px;
    padding: 12px 40px;
    font-size: 24px;
  }
  .product-tab-section .content-section {
    /* flex-direction: row; */
    /* gap: 100px; */
    padding: 24px;
    border-radius: 20px;
    margin-top: 24px;
  }
  .product-tab-section .content-section > ul {
    /* width: calc((100% - 100px) / 2); */
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 100px;
  }
  .product-tab-section .content-section > ul > li:last-child {
    border-bottom: none;
  }
  .product-tab-section .content-section ul li p {
    font-size: 18px;
  }
  .product-tab-section .content-section ul li span {
    font-size: 18px;
  }
  .product-tab-section h2 {
    display: block;
    font-size: 24px;
    font-weight: 700;
  }
  .product-tab-section .content-section ul li span ul {
    margin-top: 25px;
  }
  .product-tab-section .content-section ul li div {
    min-width: 260px;
  }
}
