/** Shopify CDN: Minification failed

Line 41:3 Unexpected "/"

**/
/* Badge roja para ítems [new] */
.menu-badge{
  display:inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 3px 6px;
  margin-left: .4rem;
  background: #e11900; /* rojo */
  color: #fff;
  border-radius: 999px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
  position: relative;
  top: -1px; /* “flotando” levemente arriba */
}
.dropdown-item .menu-badge{
  top: -0.5px;
}
.menu-badge--sm{
  font-size: 10px;
  padding: 2px 6px;
}


/* 
    Add here your own custom css styles
*/
#smile-ui-lite-launcher-frame-container{
  bottom: 25px
}

/* Fix for ultra wide monitors for hover effect  featured products */
.product-item .card .product-item-img {
    width: 100%;
} */



/* 
    CODE ADDED BY MICHAEL BOOTH
*/

/* Target <h2> tags inside blog post content */
.article-content h2 {
    font-size: 24px; /* Adjust to your desired size */
    line-height: 1.4; /* Adjust for readability */
    font-weight: bold; /* Optional: Make the text bold */
    margin-bottom: 15px; /* Adjust spacing below headings */
}

/* Adjust the h2 and h3 for Richtext containers */
.richtext h2 {
    font-size: 1.4rem;
    line-height: 1.5;
}

.richtext h3 {
    font-size: 1.2rem;
    line-height: 1.4;
}

.container {
  max-width: 1150px; /* or any width you want */
  margin: 0 auto;
  padding: 0 20px; /* for some breathing room on small screens */
}

.fera h2 {
    color: var(--heading-color--1);
    font-family: var(--heading-font--1);
    font-size: var(--heading-size--1);
    font-weight: var(--heading-font-weight--1);
    text-align: var(--heading-alignment--wide);
}

.collection-header .description h2{
  font-size: 1rem!important;
}

.featured-collections .collection-item-img{
  border-radius: 0!important;
  border: none;
}

.featured-collections .collection-item-title{
  border-radius: 0;
  background: rgba(0,0,0,0.4)
}

.dropdown-megamenu ul{
  flex-wrap: nowrap;
}

.dropdown-megamenu ul{
  flex-wrap: nowrap;
}
.dropdown-megamenu .megamenu-col a{
  place-items: center;
  width: 100px;
}
.dropdown-megamenu .megamenu-col a img {
  display: block;
}

/* MAIN BANNER */

.main-header-bg{
  background: #070707!important;
}
.main-banner {
  background-image: url("/cdn/shop/t/42/assets/main-banner.webp?v=1753239918");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 60px;
  padding-bottom: 60px;
}
.main-banner .heading {
  font-size: 28px;
  font-weight: bold;
}
.main-banner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-banner li {
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
  min-height: 30px; 
  display: flex; 
  align-items: center;  
  background-image: url("/cdn/shop/t/42/assets/list-bullet.PNG?v=1753238687");
}
.main-banner .btn-banner{
  border: solid;
  border-color: white;
  color: white;
  margin-top: 20px;
  border-width: 1px;
  border-radius: 5px
}
.main-banner .btn-banner:hover{
  background: white;
  color: black
}

.page-type-product .video-wrapper{
  margin-top: 20px
}

/* END MAIN BANNER */

/* Adjust <h2> size for larger screens */
@media (min-width: 992px) {
    .article-content h2 {
        font-size: 28px;
    }
}

/* Adjust <h2> size for smaller screens (mobile) */
@media (max-width: 768px) {
  .agrs__badge{
    display: none!important
  }
    .article-content h2 {
        font-size: 20px; /* Smaller size for mobile */
        line-height: 1.3; /* Optional: Adjust line height */
    }
  .main-banner{
    background-image: none;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-banner .btn-banner {
    font-size: 0.8rem;
  }
}