.bh-stars {
  display: flex;
  align-items: center;
}
.bh-stars .bh-star {
  width: 2rem;
  height: 2rem;
}
.bh-stars .bh-star .outline {
  fill: gold;
}
.bh-stars .bh-star .full,
.bh-stars .bh-star .left-half {
  fill: transparent;
}
.bh-stars[data-bh-rating^="1"] .bh-star--1 .full {
  fill: gold;
}
.bh-stars[data-bh-rating^="2"] .bh-star--1 .full {
  fill: gold;
}
.bh-stars[data-bh-rating^="3"] .bh-star--1 .full {
  fill: gold;
}
.bh-stars[data-bh-rating^="4"] .bh-star--1 .full {
  fill: gold;
}
.bh-stars[data-bh-rating^="5"] .bh-star--1 .full {
  fill: gold;
}
.bh-stars[data-bh-rating^="2"] .bh-star--2 .full {
  fill: gold;
}
.bh-stars[data-bh-rating^="3"] .bh-star--2 .full {
  fill: gold;
}
.bh-stars[data-bh-rating^="4"] .bh-star--2 .full {
  fill: gold;
}
.bh-stars[data-bh-rating^="5"] .bh-star--2 .full {
  fill: gold;
}
.bh-stars[data-bh-rating^="3"] .bh-star--3 .full {
  fill: gold;
}
.bh-stars[data-bh-rating^="4"] .bh-star--3 .full {
  fill: gold;
}
.bh-stars[data-bh-rating^="5"] .bh-star--3 .full {
  fill: gold;
}
.bh-stars[data-bh-rating^="4"] .bh-star--4 .full {
  fill: gold;
}
.bh-stars[data-bh-rating^="5"] .bh-star--4 .full {
  fill: gold;
}
.bh-stars[data-bh-rating^="5"] .bh-star--5 .full {
  fill: gold;
}
.bh-stars[data-bh-rating^="0.5"] .bh-star--1 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="1.5"] .bh-star--2 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="2.5"] .bh-star--3 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="3.5"] .bh-star--4 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="4.5"] .bh-star--5 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="0.6"] .bh-star--1 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="1.6"] .bh-star--2 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="2.6"] .bh-star--3 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="3.6"] .bh-star--4 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="4.6"] .bh-star--5 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="0.7"] .bh-star--1 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="1.7"] .bh-star--2 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="2.7"] .bh-star--3 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="3.7"] .bh-star--4 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="4.7"] .bh-star--5 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="0.8"] .bh-star--1 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="1.8"] .bh-star--2 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="2.8"] .bh-star--3 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="3.8"] .bh-star--4 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="4.8"] .bh-star--5 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="0.9"] .bh-star--1 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="1.9"] .bh-star--2 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="2.9"] .bh-star--3 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="3.9"] .bh-star--4 .left-half {
  fill: gold;
}
.bh-stars[data-bh-rating^="4.9"] .bh-star--5 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="1"] .bh-star--1 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="2"] .bh-star--1 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--1 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--1 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--1 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="2"] .bh-star--2 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--2 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--2 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--2 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--3 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--3 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--3 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--4 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--4 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--5 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="0.6"] .bh-star--1 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="1.6"] .bh-star--2 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="2.6"] .bh-star--3 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="3.6"] .bh-star--4 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="4.6"] .bh-star--5 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="0.7"] .bh-star--1 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="1.7"] .bh-star--2 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="2.7"] .bh-star--3 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="3.7"] .bh-star--4 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="4.7"] .bh-star--5 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="0.8"] .bh-star--1 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="1.8"] .bh-star--2 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="2.8"] .bh-star--3 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="3.8"] .bh-star--4 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="4.8"] .bh-star--5 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="0.9"] .bh-star--1 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="1.9"] .bh-star--2 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="2.9"] .bh-star--3 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="3.9"] .bh-star--4 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="4.9"] .bh-star--5 .full {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="0.0"] .bh-star--1 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="1.0"] .bh-star--2 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="2.0"] .bh-star--3 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="3.0"] .bh-star--4 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="4.0"] .bh-star--5 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="0.1"] .bh-star--1 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="1.1"] .bh-star--2 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="2.1"] .bh-star--3 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="3.1"] .bh-star--4 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="4.1"] .bh-star--5 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="0.2"] .bh-star--1 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="1.2"] .bh-star--2 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="2.2"] .bh-star--3 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="3.2"] .bh-star--4 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="4.2"] .bh-star--5 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="0.3"] .bh-star--1 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="1.3"] .bh-star--2 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="2.3"] .bh-star--3 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="3.3"] .bh-star--4 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="4.3"] .bh-star--5 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="0.4"] .bh-star--1 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="1.4"] .bh-star--2 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="2.4"] .bh-star--3 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="3.4"] .bh-star--4 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="4.4"] .bh-star--5 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="0.5"] .bh-star--1 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="1.5"] .bh-star--2 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="2.5"] .bh-star--3 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="3.5"] .bh-star--4 .left-half {
  fill: gold;
}
.bh-stars.rounding-up[data-bh-rating^="4.5"] .bh-star--5 .left-half {
  fill: gold;
}
/* start of product section styling */
.vertical__slider .content__header {
  padding: 0;
}

.vertical__slider .content__header .product-image__slider {
  display: flex;
  height: 100%;
  gap: 1rem;
}

.vertical__slider .content__header .product-image__slider .slider__main {
  height: 300px;
  width: 100%;
  border: 1px solid rgba(150, 150, 150, 0.5);
}

.vertical__slider .content__header .product-image__slider .slider__thumbnail {
  flex-shrink: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.vertical__slider
  .content__header
  .product-image__slider
  .slider__thumbnail
  > *:not(.swiper) {
  cursor: pointer;
}

.vertical__slider
  .content__header
  .product-image__slider
  .slider__thumbnail
  .swiper {
  height: 350px;
  width: 80px;
}

.vertical__slider
  .content__header
  .product-image__slider
  .slider__thumbnail
  .swiper-slide {
  cursor: pointer;
  border: 0.5px solid rgba(150, 150, 150, 0.5);
}

.vertical__slider
  .content__header
  .product-image__slider
  .slider__thumbnail
  .swiper-slide:is(.active) {
  border-color: #000;
  border-width: 1px;
}

.vertical__slider .content__header .product-image__slider .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.product__misc {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}

.product__misc .misc__item {
  width: 90%;
}

.product__misc .misc__item .misc__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1rem;
}

.product__misc .misc__item .misc__body {
  padding-bottom: 1rem;
}

.slider__item .product__wrap .product__info .product__name h1 {
  font-size: 14pt;
  text-wrap: wrap;
  word-break: break-word;
}

.slider__item .product__wrap .product__info > * {
  margin-top: 1rem;
}

.slider__item .product__wrap .product__info .info__header,
.slider__item .product__wrap .product__info .product__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.slider__item .product__wrap .product__info .product__name h3 {
  flex-shrink: 0;
}

.variant-options-section.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.nav-item {
  background-color: #f2f2f2;
  color: #444;
}

.product__price del {
  font-size: 80%;
  color: #888;
  font-weight: 400;
}

.product__price ins {
  text-decoration: none;
}

.quantity-input__wrapper {
  border: 1px solid #555;
  width: fit-content;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.quantity-input__wrapper input {
  width: 50px;
  aspect-ratio: 1/1;
  text-align: center;
  border-width: 0;
  background-color: transparent;
}

.quantity-input__wrapper .input__actions {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #555;
}

.quantity-input__wrapper .input__actions span {
  padding: 0.25rem;
  transition: background-color 200ms ease-out;
}

.quantity-input__wrapper .input__actions span:hover {
  background-color: rgba(150, 150, 150, 0.3);
}

.quantity-input__wrapper .input__actions span:nth-child(1) {
  border-bottom: 1px solid #555;
}

.slider__item .product__wrap .product__action {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

.slider__item .product__wrap .product__action .gs-btn {
  width: 100%;
  flex-grow: 1;
}

.slider__item .product__wrap .product__action .quantity-input__wrapper {
  flex-shrink: 0;
}

.slider__item .product__wrap .product__action .cart__input {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.slider__item .product__wrap .product__action .cart__input:is(.disabled),
.slider__item .product__wrap .product__action button:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.product__description p {
  text-align: justify;
  margin: 0;
}

.review__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.review__header .customer__initial {
  display: flex;
  height: 65px;
  width: 65px;
  align-items: center;
  justify-content: center;
  font-size: 18pt;
  text-transform: uppercase;
  border-right: 1px solid #fff;
  font-weight: 700;
  background-color: var(--gs-button-bg-color);
  color: #f4f4f4;
  border-bottom-right-radius: 15px;
}

.customer__info .customer__avatar:has(.initial) {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(150, 150, 150, 0.5);
  height: 65px !important;
}

.customer__info .customer__avatar .initial {
  font-size: 18pt;
  text-transform: uppercase;
  color: #f4f4f4;
  font-weight: 700;
}

.customer__info .customer__rating {
  display: flex;
  align-items: center;
}

#productVideo {
  height: 360px;
  margin: 3rem 0;
}

.mirror-option {
  transition: all 200ms ease;
}

.mirror-option:hover {
  border: 1px solid var(--gs-button-bg-color) !important;
  color: var(--gs-button-bg-color);
}

.mirror-option.active {
  background-color: var(--gs-button-bg-color);
  border: 1px solid var(--gs-button-text-color) !important;
  color: var(--gs-button-text-color);
}

/* end of product section styling */

/* start of product review styling */

.customer__reviews {
  width: 100%;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customer__reviews .review__container {
  width: 95%;
}

.customer__reviews .review__container .review__summary {
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.customer__reviews .review__container:not(:nth-last-child(2)) {
  border-bottom: 0.5px solid rgba(150, 150, 150, 0.5);
}

.customer__reviews .review__container .review__summary .customer__info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.customer__reviews .review__container .review__summary .customer__info h4 {
  text-transform: capitalize;
}

.customer__reviews .review__container .review__summary .expand__indicator {
  color: var(--gs-button-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-out;
}

.customer__reviews
  .review__container:has(.show)
  .review__summary
  .expand__indicator {
  transform: rotate(-180deg);
}

.customer__reviews .review__container .review__body {
  padding: 1rem 0;
  text-align: justify;
}

/* end of product review styling */

.swiper.related-products {
  padding-inline: 2rem;
}

@media screen and (min-width: 992px) {
  .vertical__slider:not(.slider--mobile) .content__header {
    top: 175px;
  }

  .vertical__slider .content__header .product-image__slider .slider__thumbnail {
    display: flex;
  }

  .vertical__slider .content__header .product-image__slider .slider__main {
    height: 100%;
  }

  .product__misc .misc__item {
    width: 50%;
  }

  .slider__item .product__wrap .product__info .product__name h1 {
    font-size: 18pt;
  }

  .product__action .item__quantity {
    width: 45%;
  }

  #productVideo {
    height: 720px;
  }

  .customer__reviews .review__container {
    width: 65%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.99px) {
}

@media screen and (max-width: 767.99px) {
}
