/** Shopify CDN: Minification failed

Line 22:17 Unexpected "{"
Line 22:26 Expected ":"

**/
.product-image-wrapper {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
/* Try all possible overrides for the product page H1 */
#ProductSection-{{ section.id }} h1,
.product-template__container h1,
.widget-shop-single h1.product-title,
.product-title,
h1.product-title,
h1 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  margin-bottom: 15px !important;
  color: #333 !important;
}
@media (max-width: 600px) {
  .tab-links {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .tab-links li {
    flex: 0 0 auto;
  }
  .tab-link {
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 22px;
    background: #f7f7f7;
    border: none;
    margin-bottom: 0;
    white-space: nowrap;
    display: inline-block;
    transition: background 0.2s, color 0.2s;
  }
  .tab-link.active {
    background: #00aaff;
    color: #fff;
    border-radius: 22px;
    border-bottom: none;
  }
}
