/** Shopify CDN: Minification failed

Line 319:0 Unexpected "}"
Line 483:2 Unexpected "}"
Line 532:0 Unexpected "@media"
Line 567:3 Expected "}" to go with "{"

**/
variant-selects {
  display: block;
}

.product--no-media .product-form__input--pill,
.product--no-media .product-form__input--swatch,
.product--no-media .product-form__input--dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form__input.product-form__input--pill,
.product--no-media .product-form__input.product-form__input--swatch {
  flex-wrap: wrap;
  margin: 0 auto 1.2rem auto;
}

.product--no-media .product-form__input--dropdown {
  flex-direction: column;
  max-width: 100%;
}

:is(.product-form__input--pill, .product-form__input--swatch) .form__label {
  margin-bottom: 0.2rem;
}

.product-form__input input[type='radio'] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.product-form__input input[type='radio']:not(.disabled):not(.visually-disabled) + label > .label-unavailable {
  display: none;
}

.product-form__input--dropdown {
  --swatch-input--size: 2rem;
  margin-bottom: 1.6rem;
}

.product-form__input--dropdown .dropdown-swatch + select {
  padding-left: calc(2.4rem + var(--swatch-input--size));
}

.product-form__input--dropdown .dropdown-swatch {
  position: absolute;
  left: 1.6rem;
  top: calc(50% - var(--swatch-input--size) / 2);
  width: var(--swatch-input--size);
  height: var(--swatch-input--size);
  z-index: 1;
}

/* Custom styles for Pill display type */
.product-form__input--pill input[type='radio'] + label {
  border: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  background-color: rgb(var(--color-background));
  color: rgba(var(--color-foreground));
  border-radius: var(--variant-pills-radius);
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 0.5rem 0.2rem 0;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
}

.product-form__input--pill input[type='radio'] + label:before {
  content: '';
  position: absolute;
  top: calc(var(--variant-pills-border-width) * -1);
  right: calc(var(--variant-pills-border-width) * -1);
  bottom: calc(var(--variant-pills-border-width) * -1);
  left: calc(var(--variant-pills-border-width) * -1);
  z-index: -1;
  border-radius: var(--variant-pills-radius);
  box-shadow: var(--variant-pills-shadow-horizontal-offset) var(--variant-pills-shadow-vertical-offset)
    var(--variant-pills-shadow-blur-radius) rgba(var(--color-shadow), var(--variant-pills-shadow-opacity));
}

.product-form__input--pill input[type='radio'] + label:hover {
  border-color: rgb(var(--color-foreground));
}

.product-form__input--pill input[type='radio']:checked + label {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

@media screen and (forced-colors: active) {
  .product-form__input--pill input[type='radio']:checked + label {
    text-decoration: underline;
  }

  .product-form__input--pill input[type='radio']:focus-visible + label {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}

.product-form__input--pill input[type='radio']:checked + label::selection {
  background-color: rgba(var(--color-background), 0.3);
}

.product-form__input--pill input[type='radio']:disabled + label,
.product-form__input--pill input[type='radio'].disabled + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.6);
  text-decoration: line-through;
}

.product-form__input--pill input[type='radio'].disabled:checked + label,
.product-form__input--pill input[type='radio']:disabled:checked + label {
  color: rgba(var(--color-background), 0.6);
}
.product-form__input--pill input[type='radio']:focus-visible + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Fallback */
.product-form__input--pill input[type='radio'].focused + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Custom styles for Swatch display type */
.product-form__input--swatch {
  display: flex;
  flex-wrap: wrap;
}

.product-form__input--swatch .swatch-input__input + .swatch-input__label {
  --swatch-input--size: 3.6rem;

  margin: 0.7rem 1.2rem 0.2rem 0;
}

@media screen and (min-width: 750px) {
  .product-form__input--swatch .swatch-input__input + .swatch-input__label {
    --swatch-input--size: 2.8rem;
  }
}
/* End custom styles for Swatch display type */


@media screen and (min-width: 1800px) {

  .section-featured-product .product-form__input {
    position: relative !important;
    left: 1100px !important;
  }

  .section-featured-product .product-form__buttons {
    position: relative !important;
    left: 1100px !important;
  }

}

@media screen and (min-width: 1800px) {

  /* Joga os botões pra esquerda */
  .section-featured-product .product-form__buttons {
    position: relative !important;
    left: 467px !important;
    display: flex !important;
    justify-content: flex-start !important;
  }

  /* Aumenta largura dos botões */
  .section-featured-product .product-form__buttons .button {
    width: 600px !important;
    max-width: 600px !important;
  }
  /* Botão secundário / favoritos */
  .section-featured-product .product-form__buttons .button--secondary,
  .section-featured-product .product-form__buttons .wishlist-btn {
    width: 600px !important;
    max-width: 600px !important;
  }
}

@media screen and (min-width: 1800px) {

  .section-featured-product .product__media-wrapper {
    transform: scale(1.6) !important;
    transform-origin: left center !important;
  }

}

@media screen and (min-width: 1800px) {

  .section-featured-product {
    margin-top: 80px !important; /* desce a section inteira */
  }

  .section-featured-product .product__media-wrapper {
    position: relative !important;
    left: -170px !important;  /* joga pra esquerda */
    top: 105px !important;     /* desce só a imagem */
  }

}

@media screen and (min-width: 1800px) {

  .section-featured-product .product__info-wrapper {
    transform: scale(1.30) translateX(-50px) !important;
    transform-origin: top left !important;
  }

}

@media screen and (min-width: 1800px) {

  /* Desce variantes */
  .section-featured-product .product-form__input {
    position: relative !important;
    top: 110px !important;
  }

  /* Desce botões */
  .section-featured-product .product-form__buttons {
    position: relative !important;
    top: -140px !important;
  }

}

/* 1025px até 1300px */
@media screen and (min-width: 1025px) and (max-width: 1300px) {

  .header__icons {
    position: relative !important;
    left: -60px !important;
  }

}

/* 1500px pra cima */
@media screen and (min-width: 1500px) {

  .header__icons {
    position: relative !important;
    left: -60px !important;
  }

}

@media screen and (min-width: 1501px) {

  .header__heading {
    position: relative !important;
    left: 80px !important;
  }

}

@media screen and (min-width: 1901px) {

  .header__heading {
    position: relative !important;
    left: 140px !important;
  }

}

/* 1900px pra cima */
@media screen and (min-width: 1900px) {

  .header__icons {
    position: relative !important;
    left: -100px !important;
  }

}

@media screen and (min-width: 1900px) {

  .slideshow__text-wrapper .banner__buttons {
    position: relative !important;
    left: 75px !important;
  }

}

@media screen and (min-width: 1025px) and (max-width: 1300px) {

  .slideshow__text-wrapper .banner__buttons {
    position: relative !important;
    left: 26px !important;
  }


  .slideshow__text-wrapper .banner__buttons {
    position: relative !important;
    top: -30px !important;
  }

}
}

@media screen and (min-width: 1499px) and (max-width: 1599px) {

  .slideshow__text-wrapper {
    transform: translateY(-70px) !important;
  }

}

@media screen and (min-width: 1900px) {

  a.button.slideshow-mobile-button.button--primary {
    padding: 26px 72px !important;   /* aumenta altura e largura interna */
    font-size: 26px !important;      /* texto maior */
  }

}



@media screen and (min-width: 990px) {

  .card-information {
    position: relative !important;
  }

  .card-information .dynamic-discount {
    position: absolute !important;
    top: -5px !important;     /* ajusta altura até alinhar com preço riscado */
    left: 85px !important;   /* joga pro lado do preço riscado */
    z-index: 5 !important;
  }

}

@media screen and (min-width: 1400px) {

  .card-information {
    position: relative !important;
  }

  .card-information .dynamic-discount {
    position: absolute !important;
    top: -6px !important;     /* ajusta altura até alinhar com preço riscado */
    left: 85px !important;   /* joga pro lado do preço riscado */
    z-index: 5 !important;
  }

}

@media screen and (min-width: 1000px) and (max-width: 1500px) {

  /* reduz altura da barra */
  .menu-colecoes-bar {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }


  /* reduz altura dos links */
  .menu-colecoes-bar .menu-colecoes li a {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    font-size: 13px !important;
  }

}

.collection-list-wrapper {
  padding-top: 10px !important;
}

@media screen and (max-width: 749px) {


}
@media screen and (min-width: 1000px){

#shopify-section-template--21807218819307__1772418552a62a3a0f{
  position: relative;
  margin-top: -220px !important;
  z-index: 5;
}

}
@media screen and (min-width: 1900px){

#shopify-section-template--21807218819307__1772418552a62a3a0f{
  position: relative;
  margin-top: -260px !important;
  z-index: 5;
}

}

.shopify-section{
  position: relative;
  z-index: 1;
}main{
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 749px){
  .featured-product{
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 749px){
  .section-template--21807218819307__featured_product_y9QgTC-padding{
    padding-top: 0px !important;
  }
}
.product__media-toggle{
  display: none !important;
}

.product-media-modal__toggle{
  display: none !important;
}

@media screen and (min-width: 1900px) {

[class*="ai-product-banners__header"]{
margin-top:200px;
}

}

.featured-product,
.featured-product .product__media-wrapper,
.featured-product .product__media{
overflow: visible !important;
}@media screen and (min-width:1500px) and (max-width:1600px){

.featured-product .product__media img{
transform: translateY(-120px) scale(1.2) !important;
transform-origin: left center;
}

}@media screen and (min-width:1500px) and (max-width:1600px){

.featured-product .product__media img{
transform: translate(-95px,-85px) scale(1.25) !important;
transform-origin:left center;
position:relative;
z-index:-1;
}

}



@media screen and (min-width:1200px){

#Slider-template--21807218819307__featured_collection_8Rrw7W{
row-gap:0px !important;
}

}


  }
}@media (min-width:1200px) and (max-width:1300px){
  .header{
    min-height:70px !important;
  }

  .header__heading-logo{
    max-height:40px !important;
  }
}

@media (max-width:749px){
  .header__heading-link:not(.medium-hide){
    display:none !important;
  }
}

@media (min-width:1200px) and (max-width:1900px){
  .menu-colecoes-bar{
    min-height:30px !important;
 
  }
}

@media (min-width:1500px) and (max-width:1600px){
  .menu-colecoes-bar{
    height:40px !important;
 
  }
}

@font-face {
font-family: 'Inter';
src: url('{{ "Inter.ttf" | asset_url }}') format('truetype');
font-weight: 100 900;
font-style: normal;
font-display: swap;
}

/* FORÇAR INTER NA LOJA */
body,
h1,
h2,
h3,
h4,
h5,
h6

/* TÍTULOS MENORES NO MOBILE */
@media (max-width:749px){

h2{
font-size:22px !important;
}

}

/* espaço acima do Explore por Marcas */
#shopify-section-template--21807218819307__collection_list_ENBJ6W{
padding-top:40px !important;
}

@media (max-width: 749px) {
    #shopify-section-template--21807218819307__collection_list_ENBJ6W .collection-list-title {
        font-size: 22px !important;
    }
}

.collection__title h2 {
    font-family: Inter, sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;

    




    


    @media screen and (max-width: 749px) {
    .section-template--21807218819307__featured_product_y9QgTC-padding {margin-top: -144px !important;}}

   