.single-product .hp-product-primary {
  min-width: 0;
  grid-column: 1 / -1;
}

.single-product .hp-product-primary > .onsale {
  display: none;
}

.single-product .product-type-variable > .hp-product-primary > .summary > .price {
  display: none;
}

.single-product .woocommerce-product-gallery {
  position: relative !important;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0;
}

.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  overflow: hidden;
  border-radius: 16px;
}

.single-product .woocommerce-product-gallery__image img,
.single-product .woocommerce-product-gallery .flex-control-thumbs img {
  border-radius: inherit;
}

.single-product .woocommerce-product-gallery .hp-gallery-nav__button {
  border-radius: 50%;
  background: #fff;
}

.single-product .woocommerce-product-gallery .hp-gallery-nav__button span {
  display: block;
  transform: scaleX(.65);
}

@media (max-width: 1023px) {
  .single-product .woocommerce-product-gallery__trigger::before {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    width: 16px;
    height: 16px;
    background: #111;
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M8 3H5a2 2 0 0 0-2 2v3M16 3h3a2 2 0 0 1 2 2v3M8 21H5a2 2 0 0 1-2-2v-3M16 21h3a2 2 0 0 0 2-2v-3'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M8 3H5a2 2 0 0 0-2 2v3M16 3h3a2 2 0 0 1 2 2v3M8 21H5a2 2 0 0 1-2-2v-3M16 21h3a2 2 0 0 0 2-2v-3'/%3E%3C/svg%3E") center / contain no-repeat;
  }
}

@media (min-width: 1024px) {
  .single-product div.product > .summary {
    position: static;
    top: auto;
  }

  .single-product .flex-control-thumbs li:first-child { display: none; }
}

@media (min-width: 1024px) {
  .single-product .woocommerce-product-gallery {
    position: sticky !important;
    top: 132px;
    width: 100% !important;
    align-self: start;
    gap: 32px;
    overflow: visible !important;
  }

  .single-product .woocommerce-product-gallery .hp-gallery-nav {
    top: 15cqi;
  }

  .single-product .hp-product-primary {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 400px);
    column-gap: 40px;
    align-items: start;
  }

  .single-product .hp-product-primary > .woocommerce-product-gallery {
    grid-column: 1;
  }

  .single-product .hp-product-primary > .summary {
    grid-column: 2;
  }

  .single-product .woocommerce-product-gallery .flex-viewport {
    height: auto !important;
    overflow: visible !important;
  }

  .single-product .woocommerce-product-gallery__wrapper {
    display: grid !important;
    width: 100% !important;
    height: auto !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    transform: none !important;
  }

  .single-product .woocommerce-product-gallery__image {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .single-product .woocommerce-product-gallery__image:first-child {
    grid-column: 1 / -1;
  }

  .single-product .woocommerce-product-gallery__image img {
    display: block;
  }

  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .single-product .hp-product-primary {
    grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
    column-gap: clamp(48px, 4.73vw, 90px);
  }
}

@media (max-width: 767px) {
  .single-product div.product .woocommerce-product-gallery {
    margin-bottom: 28px;
  }

  .single-product .woocommerce-product-gallery .hp-gallery-nav {
    top: auto;
    right: 12px;
    bottom: 52.5px;
    left: 12px;
    height: 23px;
    transform: translateY(50%);
  }

  .single-product .woocommerce-product-gallery .hp-gallery-nav__button {
    width: 23px;
    height: 23px;
    border: 0;
  }

  .single-product .woocommerce-product-gallery .hp-gallery-nav__button span {
    font-size: 16px;
    line-height: 1;
  }

  .single-product .woocommerce-product-gallery .hp-gallery-nav__button:focus-visible {
    outline: 2px solid #111;
    outline-offset: 2px;
  }

  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    gap: 10px;
    padding-top: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .single-product .woocommerce-product-gallery {
    gap: 32px;
  }

  .single-product .woocommerce-product-gallery .hp-gallery-nav {
    top: auto;
    right: 12px;
    bottom: 52.5px;
    left: 12px;
    transform: translateY(50%);
  }

  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    margin-top: -32px;
  }

  .single-product .hp-product-primary > .woocommerce-product-gallery {
    width: 100%;
    margin: 0;
  }
}
