.paid-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px 4px;
  background: #fff;
}

.paid-header-logo img {
  display: block;
  width: min(170px, 52vw);
  height: auto;
}

.product__media.media > picture {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product__media.media > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 749px) {
  #MediaGallery-template--27820895502630__main {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  #MediaGallery-template--27820895502630__main #Slider-Gallery-template--27820895502630__main {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    overflow-x: auto !important;
    scroll-padding-left: 0 !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch;
  }

  #MediaGallery-template--27820895502630__main #Slider-Gallery-template--27820895502630__main .product__media-item {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    scroll-snap-align: start !important;
  }

  #MediaGallery-template--27820895502630__main #Slider-Gallery-template--27820895502630__main .product-media-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 12px;
    overflow: hidden;
  }

  #MediaGallery-template--27820895502630__main #Slider-Gallery-template--27820895502630__main .product__modal-opener {
    display: block !important;
    width: 100% !important;
  }

  #MediaGallery-template--27820895502630__main #Slider-Gallery-template--27820895502630__main .product__media {
    width: 100% !important;
    padding-top: 100% !important;
  }

  #MediaGallery-template--27820895502630__main #Slider-Gallery-template--27820895502630__main .product__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
}


.paid-shopify-checkout {
  width: 100%;
  max-width: 560px;
  margin: 18px 0 20px;
  direction: ltr;
  text-align: left;
}

.paid-shopify-quantity {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 18px;
}

.paid-shopify-quantity__label {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  color: #121212;
}

.paid-shopify-quantity__choices {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}

.paid-shopify-quantity__choices button {
  width: 48px;
  height: 38px;
  border: 1px solid #9b9b9b;
  border-radius: 999px;
  background: #fff;
  color: #121212;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.paid-shopify-quantity__choices button.is-active {
  background: #121212;
  border-color: #121212;
  color: #fff;
}

.paid-shopify-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 24px;
}

.paid-shopify-price s {
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
  color: #303030;
  text-decoration-thickness: 2px;
}

.paid-shopify-price strong {
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
  color: #123b82;
  letter-spacing: 0;
}

.paid-shopify-buy-now {
  width: 100%;
  min-height: 50px;
  border-radius: 6px;
  background: #121212;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.paid-shopify-buy-now:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 749px) {
  .paid-shopify-checkout {
    margin: 14px 0 18px;
  }
}
