.product-shape {
  top: 16.6rem;
  right: 0.5rem;
  width: 25%;
  height: 210px;
}

.product-shape1 {
  content: "";
  width: var(--bs-border-width);
  height: 210px;
  background-color: var(--bs-black);
  position: fixed;
  top: 16.6rem;
  right: 26%;
  display: block;
  z-index: 9999;
}

.product-shape2 {
  content: "";
  width: 25%;
  height: var(--bs-border-width);
  background-color: var(--bs-black);
  position: fixed;
  top: 16.6rem;
  right: 0.5rem;
  display: block;
  z-index: 9999;
}

.product-category-container .product-container .product-category__img {
  position: relative;
  align-items: start;
}
.product-category-container .product-container .product-category__img .img__cover {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: color-mix(in srgb, var(--bs-white) 50%, var(--bs-black) 90%);
  filter: blur(2px);
  opacity: 0.8;
  transition: 0.3s all ease-in-out;
}
.product-category-container .product-container .product-category__img .img__cover:hover {
  opacity: 0;
}
.product-category-container .product-container .product-category__title {
  border-right: 5px solid var(--bs-black);
  border-left: 5px solid var(--bs-black);
}
.product-category-container .product-container .product-category__title p {
  font-size: 17px;
  font-weight: 600;
  color: var(--bs-black);
}

.product .product__info {
  border-right: var(--bs-border-width) solid var(--bs-black);
}
.product .product__info .product__info-category-list {
  max-height: 300px;
  overflow: auto;
}
.product .product__info .product__info-category-list::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
.product .product__info .product__info-category-list::-webkit-scrollbar-thumb {
  background: var(--bs-black);
}
.product .product__info .product__info-category-list .product__info-category-item .product__info-category-item-title p, .product .product__info .product__info-category-list .product__info-category-item .product__info-category-item-title a {
  font-size: 16px;
  color: var(--bs-black);
}
.product .product__info .product__info-category-list .product__info-category-item.active .product__info-category-item-icon svg {
  color: var(--bs-blue);
}
.product .product__info .product__features {
  overflow: auto;
}
.product .product__info .product__features::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
.product .product__info .product__features::-webkit-scrollbar-thumb {
  background: var(--bs-black);
}
.product .product__info .product__features .product__features-item .product__features-item-icon {
  position: relative;
}
.product .product__info .product__features .product__features-item .product__features-item-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--bs-black);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.product .product__info .product__features .product__features-item .product__features-item-title p {
  font-size: 18px;
}
.product .product__info .product__features .product__features-item .product__features-item-desc p {
  font-size: 16px;
}
.product .product__info .add-to-basket button p {
  font-size: 18px;
}
.product .product__info .add-to-basket .product__price p {
  color: var(--bs-blue);
  font-size: 26px;
}
.product .product__info .add-to-basket .product__price p span {
  font-size: 14px;
}
.product .product__info .add-to-basket .product__price p .price-value {
  font-size: 26px;
}
.product .product-main-img .product-main-img__img-holder {
  width: 474px;
  aspect-ratio: 1;
  background-color: var(--bs-gray-800);
}
.product .product-main-img .product__price p {
  color: var(--bs-blue);
  font-size: 26px;
}
.product .product-main-img .product__price p span {
  font-size: 14px;
}

.product-gallery .product-gallery-swiper .swiper-wrapper .swiper-slide {
  width: unset;
}
.product-gallery .product-gallery-swiper .product-img-slide img {
  width: 180px;
  height: 100%;
  height: 180px;
  background-color: var(--bs-gray-800);
}

.product-img-swiper-button-prev {
  transform: unset !important;
}

.product-img-swiper-button-next {
  transform: unset !important;
}

@media only screen and (min-width: 992px) {
  .product__features {
    height: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-main-img__img-holder {
    width: 400px !important;
  }
}
@media only screen and (max-width: 991px) {
  .product__features {
    height: 200px;
  }
  .product-category-container {
    height: 100vh;
  }
  .product-category-container .product-container {
    justify-content: center;
  }
  .product-category-container .product-container .product-category {
    align-items: center;
  }
  .product-category-container .product-container .product-category .product-category__title {
    border-right: var(--bs-border-width) solid var(--bs-black);
    border-left: var(--bs-border-width) solid var(--bs-black);
  }
  .product-category-container .product-container .product-category .product-category__title p {
    font-size: 14px;
  }
  .product .product__info {
    border: unset;
  }
  .product .product__info .product__info-category-list .product__info-category-item .product__info-category-item-title p {
    font-size: 20px;
  }
  .product .product__info .product__features .product__features-item .product__features-item-title p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product-category-container {
    height: 100vh;
  }
  .product .product__info .product__info-category-list .product__info-category-item .product__info-category-item-title p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .product-category-container .product-container .product-category {
    align-items: end;
  }
  .product-category-container .product-container .product-category .product-category__title {
    padding-left: calc(var(--bs-gutter-x) * 0.3);
    padding-right: calc(var(--bs-gutter-x) * 0.3);
  }
  .product-category-container .product-container .product-category .product-category__title p {
    font-size: 12px;
  }
  .product .product__info .product__info-category-list .product__info-category-item .product__info-category-item-title p {
    font-size: 16px;
  }
  .product .product__info .product__features .product__features-item .product__features-item-title p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .product-category-container {
    margin-top: 11rem;
  }
}

/*# sourceMappingURL=Product.css.map */
