.page-width {
  max-width: 100%;
}

.product {
  width: 100%;
  height: calc(100vh - 32rem);
  overflow: hidden;
}

.product.inner_border:after {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.media_gallery {
  height: 100%;
  display: flex;
}

.media_gallery ul {
  margin: 0;
  padding: 0;
}

.media_gallery_thumbnails {
  height: 100%;
  width: 32rem;
  overflow-y: auto;
}

.media_gallery_viewer {
  aspect-ratio: 1/1;
  height: 100%;
  padding: 8rem;
}

.media_gallery_thumbnail_list_item {
  padding: 8rem 5rem;
  cursor: pointer;
}

.media_gallery_thumbnail_list_item:hover {
  background-color: #f3f4f6;
}

.media_gallery_thumbnail_list_item_button {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: block;
}

.media_gallery_thumbnail_list_item_button:not([data-current="true"]):after {
  border-color: transparent;
}

.media_gallery_thumbnail_list_item_button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product_info_container {
  flex-grow: 1;
  padding: 8rem;
  overflow-y: auto;
}

.product_info_title {
  font-size: 6rem;
  line-height: 8.5rem;
  color: #111827;
}

.price__container_price {
  font-size: 9rem;
  line-height: 10.5rem;
  color: #111827;
  font-weight: 900;
}

.product_variant_picker {
  margin-top: 10rem;
}

.variant-picker__icon {
  flex-shrink: 0;
  margin-right: 5rem;
}

.expand-wrapper-title {
  font-size: 9rem;
  line-height: 12.5rem;
  color: #111827;
  font-weight: 900;
  margin: 8rem 0 6rem;
}

.expand-wrapper .product__info-description,
.expand-wrapper .product__info-description h4 {
  font-size: 4.5rem;
  line-height: 9rem;
  font-weight: 400;
}

.expand-wrapper .product__info-description p,
.expand-wrapper .product__info-description ul {
  margin-block-start: 2rem;
  margin-block-end: 2rem;
}

.expand-wrapper .product__info-description ul {
  padding-inline-start: 6rem;
}

.expand-wrapper .product__info-description h4 {
  font-weight: 700;
}

.customer_add_to_cart_button {
  margin-bottom: 3rem;
  height: 18rem;
  width: 100%;
  cursor: pointer;
  border: none;
  background-color: #111827;
  color: #fff;
  font-size: 6rem;
  line-height: 8.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  gap: 2rem;
}

.product-form .__button,
.product-form button[type='button'] {
  font-size: 6rem;
  line-height: 8.5rem;
  font-weight: 700;
  padding: 0 4rem;
  height: 18rem;
  border-radius: 0;
}

.product-form .__button span {
  text-transform: capitalize;
}
