/** Shopify CDN: Minification failed

Line 12:3 Unexpected "body"

**/

html, body {
  overscroll-behavior: none;
  max-width: 100%;
  }
  
  *body {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  overflow: auto;
  }
  
  body::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
  }

   ::selection {
      background: black;
      color: white;
  }


@font-face {
    font-family: 'IM Fell DW Pica';
    src: url('/cdn/shop/files/IMFellDWPica-Regular.woff2?v=1773396515') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  

@font-face {
  font-family: 'IM Fell DW Pica Italic'; 
  src: url('/cdn/shop/files/IMFellDWPica-Italic.woff2?v=1773396515') format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

h1 {
  font-family: 'IM Fell DW Pica' !important;
  text-transform: none !important;
  font-weight: normal !important;

}

h2, h3, h4, h5, h6, p, a, .heading-mini, span, li, .accordion__title, .heading-x-small, .field, .popout__toggle, .btn--primary {
  font-family: 'IM Fell DW Pica' !important;
  text-transform: none !important;
  font-weight: normal  !important;
}

.custom-form__block.checkbox label {
  font-family: 'IM Fell DW Pica' !important;
  text-transform: none !important;
  font-weight: normal !important;
  font-size: 16px !important;
}






img, .product-item__image{
  border-radius: 18px;
}

.hero__images{
  border-radius: 0 !important;
}


#AnchorLogo--sections--28993139409221__section_anchor_logo_wd4R3P .anchor-logo__link {
    max-width: 80px !important; 
    margin: 0 auto !important;  
    display: block !important; 
}

.sup{
  display: none;
}

@media screen and (min-width: 990px) {
  /* Forces the link container to be a single row */
  .header__dropdown__inner .header__grandparent__links {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px; /* Adjust this to change the space between your columns */
    width: 100%;
  }

  /* Ensures each column shrinks/grows to fit the space without breaking */
  .header__dropdown__inner .dropdown__family {
    flex: 1 1 auto !important;
    min-width: max-content; 
  }
}

/*PAGINA PRODUCTO*/

.product__tax {
  display: none !Important;
}

/*SHOP*/

.highlights__item-inner{
  padding: 10px 20px;
}




