.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;
}

.vertical__slider .content__header:has(.splide) {
  padding: 0 !important;
}

.vertical__slider .content__header:has(.splide) #product-thumbnails {
  position: relative;
  bottom: 0;
  width: 100%;
}
/* start of product section styling */

#product-image-carousel.splide {
  height: auto;
}

.splide__track {
  height: 100%;
}

.splide__slide.thumbnail {
  opacity: 0.5;
}

.splide__slide.thumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.splide__slide.thumbnail.is-active {
  opacity: 1;
}

.splide__slide .badge {
  padding: 0.5rem;
  top: 0;
  transform: translate(10px, 10px);
}

.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;
}

.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 .swiper-pagination {
  bottom: -5px !important;
}

@media screen and (min-width: 992px) {
  .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) {
}
