/** Shopify CDN: Minification failed

Line 143:0 All "@import" rules must come first

**/
.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;
}

.separator-footer {
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  float: left;
  margin: 15px auto;
  clear: both;
}

.selos-wrap {
  display: flex;
  float: left;
  margin-top: -15px;
  gap: .5rem;
}

.footer__item-title {
  margin-bottom: 20px;
}
@media(max-width: 768px){
  .footer__collapsible-content {
    flex-direction: column;
    display: flex;
    justify-content: center;
  }

  .footer__item-title {
    text-align: center;
  }

  .footer__collapsible-content {
    margin-top: 1rem;
  }
}
/* === VESTRALO brand identity (Lauro) === */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,400&family=Jost:wght@300;400;500&display=swap');
:root{
  --font-heading-family:'Cormorant Garamond', Georgia, serif !important;
  --font-heading-style:normal !important;
  --font-heading-weight:500 !important;
  --font-body-family:'Jost', -apple-system, BlinkMacSystemFont, sans-serif !important;
  --font-body-style:normal !important;
  --font-body-weight:400 !important;
}
/* labels/nav/botoes: Jost caixa alta com tracking largo (assinatura quiet-luxury) */
.header__menu-item, .list-menu__item, .button, .btn, .shopify-payment-button__button--unbranded, .card__heading + *, .product__text.caption-with-letter-spacing{
  letter-spacing:.16em;
}

/* === VESTRALO conversion buttons (Lauro) === */
/* Add to cart: Ink */
.atc-button {
  background: #1C1915 !important;
  color: #F4EFE7 !important;
  border-color: #1C1915 !important;
}
.atc-button .button__label { color: #F4EFE7 !important; }
.atc-button:hover { background: #2E2720 !important; border-color: #2E2720 !important; }
/* Checkout / Buy Now: Green */
.cart__checkout-button,
button[name="checkout"],
#checkout,
#checkoutympButton {
  --color-button: 40, 148, 79 !important;
  --alpha-button-background: 1 !important;
  --color-button-text: 255, 255, 255 !important;
  background: #28944F !important;
  background-color: #28944F !important;
  color: #FFFFFF !important;
  border-color: #28944F !important;
}
.cart__checkout-button:after,
#checkout:after,
button[name="checkout"]:after { box-shadow: 0 0 0 var(--buttons-border-width) #28944F !important; }
.cart__checkout-button .button__label { color: #FFFFFF !important; }
.cart__checkout-button:hover,
button[name="checkout"]:hover,
#checkoutympButton:hover { background: #1F7A40 !important; border-color: #1F7A40 !important; }
