/** Shopify CDN: Minification failed

Line 89:18 Expected identifier but found whitespace
Line 89:23 Unexpected ";"

**/
.shopify-policy__container {
    max-width: 95ch !important;
}
.shopify-policy__title h1 {
    text-transform: capitalize;
}

.badges-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.badges-track {
  display: flex;
  gap: 20px;
  animation: marquee 12s linear infinite;
  width: max-content;
}

.badges-col {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  flex-direction: column;
}
.badges-track img {
  width: 40px;
  height: auto;
  margin-top: 30px;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}



/* .badges-section {
  margin: 20px auto;
  padding: 0 10px;
  overflow-x: auto; 
}
.wt-header__panel {
    align-items: center;
}
.wishlist-hero-header-icon svg {
  font-size: 24px !important;
}
.badges-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  min-width: max-content;
}

.badges-col {
  flex: 0 0 auto;
  text-align: center;
}

.badges-col img {
  display: block;
  margin: 0 auto 8px;
  max-width: 70px;
  height: auto;
} */

/* .badges-col span {
  display: block;
  font-size: 14px;
  font-weight: 500;
} */

/* Optional: hide scrollbar for a cleaner look */
/* .badges-section::-webkit-scrollbar {
  display: none;
} */
/* .badges-section {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
} */

.card__title {
    font-size: 20px;
}
p.product__short-description {
    font-size: 16px;
}