/** Shopify CDN: Minification failed

Line 106:0 Expected "}" to go with "{"

**/
.pix {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
}

.pix p{
  margin-top: 0;
  margin-bottom: 0;
}

.card__media img {
    object-fit: contain!important;
    aspect-ratio: 1;
}

ul.list-menu.list-menu--inline {
  margin: 0 auto;
  align-items: center;
  display: flex;
}

nav.header__inline-menu {
  border-top: solid 1px #12121233;
  width: 100%;
}

.slider-counter__link--dots .dot {
  width: 3rem;
  height: 1px;
  border-radius: 0;
}

.payment-title-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.payment-title-fixed p {
  margin: 0;
}

.compare-at-price-cart {
  text-decoration: line-through;
  color: #818181;
  font-size: 13px;
}

.items-center{
  align-items: center;
}

.gap-2 {
  gap: .5rem;
}

.banner {
  display: flex;
  align-items: center;
}

.check-icon {
  width: 24px;
  height: 24px;
  background-color: #28a745;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}

.check-icon::after {
  content: '✓';
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.text {
  color: #28a745;
  font-size: 14px;
  flex-grow: 1;
}

.highlight {
  font-weight: bold;
}

.emoji {
  font-size: 18px;
  margin-left: 4px;
}

p.totals__discount-value {
  margin: 5px 0 0;
