@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

.gap-4 {
  gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-64 {
  gap: 64px !important;
}

.gap-80 {
  gap: 80px !important;
}

.br-0 {
  border-radius: 0px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-24 {
  border-radius: 24px !important;
}

.br-32 {
  border-radius: 32px !important;
}

.br-64 {
  border-radius: 64px !important;
}

.text-white {
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF;
}

.text-black {
  color: #000;
}

.bg-black {
  background-color: #000;
}

.text-light-gray {
  color: #F7F7F7;
}

.bg-light-gray {
  background-color: #F7F7F7;
}

.text-dark-gray {
  color: #727272;
}

.bg-dark-gray {
  background-color: #727272;
}

.text-black-400 {
  color: #073400;
}

.bg-black-400 {
  background-color: #073400;
}

.text-black-500 {
  color: #093E01;
}

.bg-black-500 {
  background-color: #093E01;
}

.text-yellow {
  color: #FFE700;
}

.bg-yellow {
  background-color: #FFE700;
}

.text-dark-green {
  color: #04B500;
}

.bg-dark-green {
  background-color: #04B500;
}

.text-light-green {
  color: #ADFF00;
}

.bg-light-green {
  background-color: #ADFF00;
}

.text-dark-blue {
  color: #012F60;
}

.bg-dark-blue {
  background-color: #012F60;
}

.text-light-blue {
  color: #EFFCFE;
}

.bg-light-blue {
  background-color: #EFFCFE;
}

.text-light-purple {
  color: #F0F0FF;
}

.bg-light-purple {
  background-color: #F0F0FF;
}

.btn-primary {
  background-color: #FFFFFF;
}
.btn-primary:hover {
  background-color: #FFFFFF;
  color: #012F60;
}

.btn {
  font-size: 20px;
  font-weight: 500;
  color: #012F60;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.btn:focus {
  background-color: #FFFFFF;
  color: #012F60;
}
@media (max-width: 768px) {
  .btn {
    font-size: 18px;
  }
}

.btn-lg {
  padding: 14px 40px;
  width: 271px;
}
@media (max-width: 768px) {
  .btn-lg {
    padding: 10px 30px;
  }
}

.cart-btn {
  background-color: rgb(0, 117, 23);
  color: #FFFFFF;
  padding: 16px;
  border-radius: 12px;
  text-decoration: none;
  border: none;
  font-size: 16px;
}

header .header_wrapper {
  padding: 0 20px;
  display: grid;
  grid-template-columns: 2fr auto 2fr;
  align-items: center;
}
@media (max-width: 992px) {
  header .header_wrapper {
    padding: 0 20px;
  }
}
header .header_wrapper .header--left .listwrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  header .header_wrapper .header--left .listwrapper {
    display: none;
  }
}
@media (max-width: 992px) {
  header .header_wrapper .header--left .listwrapper {
    gap: 12px;
  }
}
header .header_wrapper .header--left .listwrapper .list-item a {
  font-size: 16px;
  font-weight: 500;
  color: #093E01;
  text-decoration: none;
}
header .header_wrapper .header--left .bar-menu {
  display: none;
}
@media (max-width: 768px) {
  header .header_wrapper .header--left .bar-menu svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 768px) {
  header .header_wrapper .header--left .bar-menu {
    display: block;
  }
}
header .header_wrapper .header--mid {
  text-align: center;
}
header .header_wrapper .header--mid .logo {
  display: inline-block;
}
header .header_wrapper .header--mid .logo img {
  width: 62px;
}
@media (max-width: 768px) {
  header .header_wrapper .header--mid .logo img {
    width: 50px;
  }
}
header .header_wrapper .header--right {
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  header .header_wrapper .header--right {
    gap: 10px;
  }
}
header .header_wrapper .header--right .btn-icon {
  display: inline-block;
  color: #000;
}
@media (max-width: 768px) {
  header .header_wrapper .header--right .btn-icon.search {
    display: none;
  }
}
header .header_wrapper .header--right .btn-icon svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  header .header_wrapper .header--right .btn-icon svg {
    width: 14px;
    height: 14px;
  }
}

.home_banner--wrapper {
  position: relative;
  margin-bottom: 12px;
}
.home_banner--wrapper img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home_banner--wrapper .home_banner--content {
  text-align: center;
  padding: 180px 0;
}
@media (max-width: 768px) {
  .home_banner--wrapper .home_banner--content {
    padding: 80px 0 20px;
  }
}
.home_banner--wrapper .home_banner--content .main-title {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home_banner--wrapper .home_banner--content .main-title {
    font-size: 30px;
  }
}
.home_banner--wrapper .home_banner--content .text-content {
  max-width: 732px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  margin: 0 auto 26px;
  line-height: 1.5;
}
.home_banner--wrapper .home_banner--content .text-content .text-bold {
  font-weight: 700;
}
@media (max-width: 768px) {
  .home_banner--wrapper .home_banner--content .text-content {
    font-size: 18px;
    margin: 0 auto 26px;
  }
}

.scrolling-container {
  width: 100%;
  overflow: hidden;
  background-color: #041800;
  padding: 16px 0;
  margin-bottom: 16px;
}
.scrolling-container .scrolling-text {
  display: inline-block;
  white-space: nowrap;
  animation: scrollLeft 26s linear infinite;
}
.scrolling-container .scrolling-text p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #ADFF00;
}
@media (max-width: 768px) {
  .scrolling-container .scrolling-text p {
    font-size: 16px;
  }
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
    /* Adjust based on the content width */
  }
}
.collection-slider--wrapper {
  background-color: #F7F7F7;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .collection-slider--wrapper {
    margin-bottom: 40px;
  }
}
.collection-slider--wrapper .title {
  padding: 20px 0;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .collection-slider--wrapper .title {
    padding: 16px 0;
    font-size: 22px;
  }
}
.collection-slider--wrapper .collection--slider .slick-prev {
  left: auto !important;
  right: 60px;
  z-index: 1;
  top: -46px;
}
@media (max-width: 768px) {
  .collection-slider--wrapper .collection--slider .slick-prev {
    top: -36px;
  }
}
.collection-slider--wrapper .collection--slider .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  font-size: 22px;
  opacity: 1;
}
@media (max-width: 768px) {
  .collection-slider--wrapper .collection--slider .slick-prev:before {
    font-size: 18px;
  }
}
.collection-slider--wrapper .collection--slider .slick-next {
  right: 30px;
  z-index: 1;
  top: -46px;
}
@media (max-width: 768px) {
  .collection-slider--wrapper .collection--slider .slick-next {
    top: -36px;
  }
}
.collection-slider--wrapper .collection--slider .slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  font-size: 22px;
  opacity: 1;
}
@media (max-width: 768px) {
  .collection-slider--wrapper .collection--slider .slick-next:before {
    font-size: 18px;
  }
}
.collection-slider--wrapper .collection--slider .collection_card {
  padding: 60px 16px 20px 16px;
  border: 1px solid #e2e2e2;
  position: relative;
}
.collection-slider--wrapper .collection--slider .collection_card .tag {
  font-size: 16px;
  font-weight: 600;
  color: #0C5800;
  margin-bottom: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.collection-slider--wrapper .collection--slider .collection_card .image-box {
  margin-bottom: 30px;
}
.collection-slider--wrapper .collection--slider .collection_card .image-box a img {
  width: 100%;
  height: auto;
}
.collection-slider--wrapper .collection--slider .collection_card .collection-name {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.banner-text {
  background-color: #FFE700;
  padding: 40px 0;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .banner-text {
    margin-bottom: 40px;
    padding: 26px 0;
  }
}
.banner-text .text-content {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  color: #073400;
}
@media (max-width: 768px) {
  .banner-text .text-content {
    font-size: 18px;
  }
}
.banner-text .text-content .text-bold {
  font-weight: 700;
}

.slider-wrapper {
  margin-bottom: 60px;
}
.slider-wrapper .slider_card {
  margin: 0 4px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.slider-wrapper .slider_card--image {
  margin-bottom: 6px;
  display: inline-block;
}
.slider-wrapper .slider_card--image img {
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .slider-wrapper .slider_card--image img {
    height: 480px;
  }
}
@media (max-width: 768px) {
  .slider-wrapper .slider_card--image img {
    height: 360px;
  }
}
.slider-wrapper .slider_card--info {
  text-align: center;
  border: 1px solid #000;
  padding: 30px;
  height: 100%;
}
@media (max-width: 768px) {
  .slider-wrapper .slider_card--info {
    padding: 20px;
  }
}
.slider-wrapper .slider_card--info .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #073400;
}
@media (max-width: 768px) {
  .slider-wrapper .slider_card--info .title {
    font-size: 18px;
  }
}
.slider-wrapper .slider_card--info .text-content {
  color: #073400;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .slider-wrapper .slider_card--info .text-content {
    font-size: 14px;
  }
}

.collection-banner {
  margin-bottom: 40px;
}
.collection-banner .image-box {
  width: 100%;
  height: 100%;
}
.collection-banner .image-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.collection-banner .collection-banner--info {
  padding: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media (max-width: 768px) {
  .collection-banner .collection-banner--info {
    padding: 40px;
  }
}
.collection-banner .collection-banner--info .title {
  font-size: 35px;
  color: #073400;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .collection-banner .collection-banner--info .title {
    font-size: 20px;
  }
}
.collection-banner .collection-banner--info .text-content {
  color: #073400;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .collection-banner .collection-banner--info .text-content {
    font-size: 14px;
  }
}

.planet-section {
  padding-top: 46px;
  padding-bottom: 40px;
  background-color: #F7F7F7;
}
.planet-section .main-title {
  padding: 0 20px 30px;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 768px) {
  .planet-section .main-title {
    font-size: 22px;
  }
}
.planet-section .planet-slider {
  padding: 0 10px;
}
.planet-section .planet-slider .planet-slider--card {
  margin-right: 16px;
}
@media (max-width: 768px) {
  .planet-section .planet-slider .planet-slider--card {
    margin-right: 10px;
  }
}
.planet-section .planet-slider .planet-slider--card .imagebox {
  margin-bottom: 26px;
  width: 100%;
}
.planet-section .planet-slider .planet-slider--card .imagebox img {
  border-radius: 50px;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .planet-section .planet-slider .planet-slider--card .imagebox img {
    height: 280px;
  }
}
.planet-section .planet-slider .planet-slider--card .content-info .title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .planet-section .planet-slider .planet-slider--card .content-info .title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.planet-section .planet-slider .planet-slider--card .content-info .text-content {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .planet-section .planet-slider .planet-slider--card .content-info .text-content {
    font-size: 14px;
  }
}
.planet-section .planet-slider .planet-slider--card .content-info .learn-more-btn {
  font-size: 14px;
  color: #727272;
  font-weight: 500;
  border: 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  .planet-section .planet-slider .planet-slider--card .content-info .learn-more-btn {
    font-size: 14px;
  }
}

.learn-more-modal .modal-dialog .modal-content {
  border-radius: 50px;
  border: 1px solid #D7D6D6;
  background: #FFF;
  padding: 38px;
  box-shadow: 4px 4px 4px 4px rgba(219, 219, 219, 0.25);
}
@media (max-width: 768px) {
  .learn-more-modal .modal-dialog .modal-content {
    padding: 28px 16px;
  }
}
.learn-more-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding: 0;
}
.learn-more-modal .modal-dialog .modal-content .modal-header .btn-close {
  background: none;
  opacity: 1;
  width: 38px;
  height: 38px;
}
@media (max-width: 768px) {
  .learn-more-modal .modal-dialog .modal-content .modal-header .btn-close {
    width: 20px;
    height: 20px;
  }
}
.learn-more-modal .modal-dialog .modal-content .modal-header .btn-close:focus {
  box-shadow: none;
  outline: none;
}
.learn-more-modal .modal-dialog .modal-content .modal-header .btn-close svg {
  width: 38px;
  height: 38px;
}
@media (max-width: 768px) {
  .learn-more-modal .modal-dialog .modal-content .modal-header .btn-close svg {
    width: 20px;
    height: 20px;
  }
}
.learn-more-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.learn-more-modal .modal-dialog .modal-content .modal-body .title {
  text-align: center;
  font-size: 28px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .learn-more-modal .modal-dialog .modal-content .modal-body .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.learn-more-modal .modal-dialog .modal-content .modal-body .text-content {
  font-size: 18px;
  font-weight: 400;
  color: #041800;
  margin-bottom: 30px;
}
.learn-more-modal .modal-dialog .modal-content .modal-body .image-box {
  margin: auto;
  text-align: center;
}
.learn-more-modal .modal-dialog .modal-content .modal-body .image-box img {
  width: 80%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}

.modal-backdrop {
  display: none;
  /* Remove the modal backdrop */
}

.block-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .block-container {
    grid-template-columns: 1fr 1fr;
  }
}
.block-container--items {
  border: 1px solid #000;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #073400;
}
.block-container--items .block-icon svg {
  width: 36px;
  height: 36px;
}
.block-container--items .block-text-content {
  color: #073400;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
}

.collection-section {
  background-color: #F7F7F7;
}
.collection-section .collection_card {
  border: 1px solid #e2e2e2;
  position: relative;
  background-color: #F7F7F7;
}
.collection-section .collection_card:hover {
  border: 1px solid #000;
}
.collection-section .collection_card:hover .imagebox-back {
  display: block;
}
.collection-section .collection_card:hover .imagebox-front {
  display: none;
}
.collection-section .collection_card:hover .content {
  visibility: visible;
}
.collection-section .collection_card:hover .list-content {
  display: flex;
}
.collection-section .collection_card .imagebox-front {
  display: block;
}
.collection-section .collection_card .imagebox-front img {
  width: 100%;
  aspect-ratio: 4/4;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.collection-section .collection_card .imagebox-back {
  display: none;
}
.collection-section .collection_card .imagebox-back img {
  width: 100%;
  aspect-ratio: 4/4;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.collection-section .collection_card .content {
  visibility: hidden;
  padding: 10px 16px 10px 20px;
}
.collection-section .collection_card .content .product_name {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 4px;
}
.collection-section .collection_card .content .price-container {
  display: flex;
  gap: 12px;
  align-items: center;
}
.collection-section .collection_card .content .product-price {
  color: #727272;
  font-size: 14px;
  font-weight: 500;
}
.collection-section .collection_card .content .product-color-swatches {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 6px;
  align-items: center;
}
.collection-section .collection_card .content .product-color-swatches--disc {
  border-radius: 50%;
  display: flex;
}
.collection-section .collection_card .content .product-color-swatches--disc.red {
  background-color: red;
}
.collection-section .collection_card .content .product-color-swatches--disc .swatch {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 50%;
}
.collection-section .collection_card .content .product-color-swatches--disc.yellow {
  background-color: #FFE700;
}
.collection-section .collection_card .list-content {
  list-style: none;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}

.product-detail--wrapper {
  background-color: #F7F7F7;
}
.product-detail--wrapper .product-heading--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 16px 20px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e2e2e2;
}
.product-detail--wrapper .product-heading--content .product-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0;
  padding-right: 8px;
}
.product-detail--wrapper .product-heading--content .product-price {
  font-size: 16px;
  font-weight: 400;
  color: #727272;
}
.product-detail--wrapper .product-description {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 0 20px;
}
.product-detail--wrapper .icon-group {
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 20px 30px;
}
.product-detail--wrapper .icon-group .icon-title {
  color: #0C5800;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
}
.product-detail--wrapper .icon-group .list-content {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 14px;
}
.product-detail--wrapper .icon-group .list-content .list-items svg {
  width: 26px;
  height: 26px;
}
.product-detail--wrapper .color-group {
  margin-bottom: 40px;
  padding: 0 20px;
}
.product-detail--wrapper .color-group .color-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.product-detail--wrapper .color-group .color-title .color-name {
  padding: 0 4px;
}
.product-detail--wrapper .color-group .color-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}
.product-detail--wrapper .color-group .color-list li .colorCheck {
  padding: 0;
}
.product-detail--wrapper .color-group .color-list li .colorCheck input {
  display: none;
}
.product-detail--wrapper .color-group .color-list li .colorCheck input:checked ~ label::before {
  display: block;
}
.product-detail--wrapper .color-group .color-list li .circle-color {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  margin: 1px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail--wrapper .color-group .color-list li .circle-color::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid black;
  border-radius: 50%;
  display: none;
}
.product-detail--wrapper .size-wrapper {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 20px 26px;
  margin-bottom: 30px;
}
.product-detail--wrapper .size-wrapper .size-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.product-detail--wrapper .size-wrapper .size-title .selected-size {
  padding: 0 4px;
  color: #cd1422;
}
.product-detail--wrapper .size-wrapper .product-form__sizes-wrapper .size-list {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  width: auto;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  height: 64px;
  margin-bottom: 10px;
}
.product-detail--wrapper .size-wrapper .product-form__sizes-wrapper .size-list .size-option {
  padding: 0 20px;
}
.product-detail--wrapper .size-wrapper .product-form__sizes-wrapper .size-list .size-option input {
  display: none;
}
.product-detail--wrapper .size-wrapper .text-content {
  font-size: 13px;
  font-weight: 600;
  color: #727272;
}
.product-detail--wrapper .btn-wrapper {
  padding: 0 20px;
  margin-bottom: 20px;
}
.product-detail--wrapper .product-note {
  padding: 0 20px;
}
.product-detail--wrapper .product-note .product-note--wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}
.product-detail--wrapper .product-note .product-note--wrapper .icon svg {
  width: 19px;
  height: 18px;
}
.product-detail--wrapper .product-note .product-note--wrapper .text-content {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}
.product-detail--wrapper .accordion--wrapper .accordion .accordion-item {
  padding: 16px 20px;
  background-color: #F7F7F7;
  border-color: #e2e2e2;
}
.product-detail--wrapper .accordion--wrapper .accordion .accordion-item:first-child {
  border-top: 1px solid #e2e2e2;
}
.product-detail--wrapper .accordion--wrapper .accordion .accordion-item:last-child {
  border-bottom: 1px solid #e2e2e2;
}
.product-detail--wrapper .accordion--wrapper .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #F7F7F7;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 0;
  text-transform: uppercase;
}
.product-detail--wrapper .accordion--wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.product-detail--wrapper .accordion--wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  /* Plus icon */
  font-weight: 900;
  background: none;
}
.product-detail--wrapper .accordion--wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  /* Plus icon */
  font-weight: 900;
  background: none;
  transform: none;
}
.product-detail--wrapper .accordion--wrapper .accordion .accordion-item .accordion-body {
  background-color: #F7F7F7;
  padding: 16px 0px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.product-detail--wrapper .accordion--wrapper .accordion .accordion-item .accordion-body ul {
  margin: 0;
  padding-left: 16px;
}
.product-detail--wrapper .accordion--wrapper .accordion .accordion-item .accordion-body ul li {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.product-detail--wrapper .accordion--wrapper .accordion .accordion-item .accordion-body .impact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-detail--wrapper .accordion--wrapper .accordion .accordion-item .accordion-body .impact-list li {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.product-detail--wrapper .accordion--wrapper .accordion .accordion-item .accordion-body .impact-list li .icon {
  width: 30px;
  height: 30px;
}
.product-detail--wrapper .accordion--wrapper .accordion .accordion-item .accordion-body .impact-list li .icon svg {
  width: 30px;
  height: 30px;
}
.product-detail--wrapper .accordion--wrapper .accordion .accordion-item .accordion-body .impact-list li .title {
  margin-bottom: 4px;
}
.product-detail--wrapper .accordion--wrapper .accordion .accordion-item .accordion-body .impact-list li .text-content {
  margin-bottom: 0;
}

.product_slider--wrapper {
  position: sticky;
  top: 0;
}
.product_slider--wrapper .product-slider .slick-dots {
  bottom: 18px;
}
.product_slider--wrapper .product-slider .slick-dots li {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}
.product_slider--wrapper .product-slider .slick-dots li.slick-active button {
  border-radius: 100px;
  background: #7E7E7E !important;
  border-radius: 100px !important;
}
.product_slider--wrapper .product-slider .slick-dots li button {
  width: 30px;
  height: 6px;
  background: #FFF;
  border-radius: 100px;
  margin-right: 4px;
  padding: 0;
}
.product_slider--wrapper .product-slider .slick-dots li button::before {
  display: none;
}
.product_slider--wrapper .product-slider .slick-prev {
  left: 20px;
  z-index: 1;
}
.product_slider--wrapper .product-slider .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  font-size: 22px;
}
@media (max-width: 768px) {
  .product_slider--wrapper .product-slider .slick-prev:before {
    font-size: 18px;
  }
}
.product_slider--wrapper .product-slider .slick-next {
  right: 20px;
}
.product_slider--wrapper .product-slider .slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  font-size: 22px;
}
@media (max-width: 768px) {
  .product_slider--wrapper .product-slider .slick-next:before {
    font-size: 18px;
  }
}
.product_slider--wrapper .product-slider .imagebox img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=main.css.map */
