<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 682:0 Unexpected "}"
Line 1282:0 Unexpected "}"
Line 1291:0 Unexpected "}"

**/
/*============================================================================
  # General Variables
==============================================================================*/
:root {
  /*  Colors */
  --colorPrimary: #444444;
  --colorSecondary: #bbb;
  --black: #444444;
  --greige: #f6f5f0;
  --blanco: #fbf9f5;
  --cardShadow: 0 1px 3px 0px lightgrey;

  --acai: #743494;
  --espirulina: #108e8d;
  --matcha: #88a83d;
  --canamo: #bfb351;
  --maca: #f2ae29;
  --goji: #e92749;
  --chia: #c94b35;
  --cacao: #612318;
  --coco: #83b4c7;
  --baobab: #e36f38;
  --ballance: #f77a40;
  --moringa: #02713e;
  --beauty: #f98c95;
  --inmunity: #06539a;
  --rojo-bg: #b80101;
  --matcha-latte: #aabd4e;
  --pink-latte: #d02558;
  --vainilla: #f1ce8e;
  --blue: #5091cd;
  --brain-latte: #612318;
  --pack-opositor: #feac7a;
  --plant-protein-organic-cacao-sachets: #612318;
  --microbiotic-creamer: #7fba81;
}

img {
  border-radius: 5px !important;
}
::-webkit-scrollbar {
  display: none;
}

.shopify-section-group-footer-group{
  overflow:hidden;
}

@media (max-width: 767px) {
  .hideOnMobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hideOnDesktop {
    display: none !important;
  }
}

.sf-logo img {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .sf-logo {
    margin-left: 35px;
  }
}
/* 
.prod__sticky-atc {
  display: none !important;
} */

[aria-disabled]  {
    opacity: .5;
    pointer-events: unset !important;
}


/*============================================================================
  # TIPOGRAPHY
==============================================================================*/
/* @font-face {
    font-family: 'Mulish';
    src: url('/cdn/shop/files/Mulish-ExtraLight.eot?v=1696325361');
    src: url('/cdn/shop/files/Mulish-ExtraLight.eot?v=1696325361?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Mulish-ExtraLight.woff?v=1696325360') format('woff'),
        url('/cdn/shop/files/Mulish-ExtraLight.ttf?v=1696325360') format('truetype'),
        url('/cdn/shop/files/Mulish-VariableFont_wght.woff2?v=1688375551') format('woff2'), 
          font-weight: 200;
    font-style: normal;
    font-display: swap;
}
 */


*{
    font-family: 'Inter', sans-serif !important;
}

:root {

  --fontMini: 16px;
  --fontMiniDesk: 16px;

  --fontNormal: 16px;
  --fontNormalDesk: 16px;

  --fontTitle: 22px;
  --fontTitleDesk: 40px;

  --fontSectionTitle: 35px;
  --fontSectionTitleDesk: 60px;

  --fontProductName: 22px;
  --fontProductNameDesk: 26px;
}

@media (max-width: 767px) {
  .fontMini {
    font-size: var(--fontMini);
  }
  .fontNormal,
  p {
    font-size: var(--fontNormal);
    letter-spacing: -0.01rem;
  }
  .fontTitle {
    font-size: var(--fontTitle);
    font-weight: bold;
  }
  .fontSectionTitle {
    font-size: var(--fontSectionTitle);
    font-weight: 700;
    letter-spacing: -3px;
  }
  .fontProductName {
    font-size: var(--fontProductName);
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .fontMini {
    font-size: var(--fontMiniDesk);
  }
  .fontNormal,
  p {
    font-size: var(--fontNormalDesk);
  }
  .fontTitle {
    font-size: var(--fontTitleDesk);
    font-weight: bold;
  }
  .fontSectionTitle {
    font-size: var(--fontSectionTitleDesk) !important;
    font-weight: bold;
    color: #444;
  }
  .fontProductName {
    font-size: var(--fontProductNameDesk);
    font-weight: bold;
  }
}
/* AÃ±adido por Bruno para ajustar Desktop */
.fontSectionTitle {
  letter-spacing: -3px;
  line-height: 65px;
}
.section__subheading {
    margin-bottom: 10px;
    font-size: 60px;
    letter-spacing: -3px;
    font-weight: 400;
    color: #444;
    line-height: 50px;
}
@media (max-width: 769px) {
  .fontSectionTitle {
    letter-spacing: -2px;
    line-height: 40px;
  }
  .section__subheading {
      margin-bottom: 10px;
      font-size: 35px;
      letter-spacing: -2px;
      font-weight: 400;
      color: #444;
      line-height: 40px;
  }
}


/*========================================================================================================================================================
  #                                                                       HOME
==========================================================================================================================================================*/
/* HERO SLIDER */

.slide__block-desktop .sf__slide-content h2 {
  font-size: 25px;
  color: var(--black) !important;
}
.slide__block-desktop .slide__block-subtitle {
  font-size: 18px;
  margin-top: -10px;
  color: var(--black) !important;
}
.slide__block-desktop .slide__block-link {
  font-size: 15px;
  color: var(--black) !important;
  border-color: var(--black) !important;
}
@media (min-width: 768px) {
  .slide__block-desktop .sf__slide-content {
    /*       margin-top: 10px;
      margin-left: 50px;   */
  }
  .slide__block-desktop .sf__slide-content h2 {
    font-size: 40px;
  }
  .slide__block-desktop .slide__block-subtitle {
    font-size: 30px;
    margin-top: -20px;
  }
  .slide__block-desktop .slide__block-link {
    font-size: 25px;
    margin-top: 10px;
  }
}
/* ---------------------- HOME - LO MAS VENDIDO ----------------------*/
#section-template--19207875166539__fc19d046-25f6-4d40-8ffe-0c187893a7e6 {
}
/* ---------------------- HOME - STAMPED IO ---------------------- */
  #stamped-prod-page{
    &amp; h2{
      text-align:center;
      padding-block: 80px 0px;
    }
  }
@media (max-width: 767px) {
  /* #stamped-reviews-widget[data-widget-type="carousel"] {
    width: unset !important;
  }
  .stamped-carousel-title {
    font-size: 30px !important;
    font-weight: bold !important;
  } */
  #stamped-prod-page{
    
  }
}

@media (min-width: 768px) {
  /* .stamped-carousel-title {
    font-size: 40px !important;
    font-weight: bold !important;
  } */
}

/* ---------------------- HOME - NUESTRAS GAMAS ---------------------- */
#sf__collection-list-template--19207875166539__16225316461d1cff80 {
  &amp; .collection-list__inner--overflow {
    padding-left: 10px;
    max-width: 1000px;
    margin: 0 auto !important;
  }
  &amp; .sf-mixed-layout__wrapper {
    padding-block: 2px;
  }
  &amp; .swiper-slide {
    padding-block: 0;
  }
  &amp; .collection-card {
    padding: 10px;
    border-radius: 10px;
    box-shadow: var(--cardShadow);
    overflow: hidden;
    background-color: var(--blanco);
  }
  &amp; .collection-card__info a {
    font-size: 20px;
    font-weight: bold;
    margin-block: 35px 20px;
  }
  &amp; .sf-image {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1;
  }
  &amp; img {
    object-fit: cover;
  }
  &amp; .sf__pcard-content {
    min-height: 150px;
    padding: 0 5px;
  }

  &amp; .sf__btn {
    display: none;
  }

  /* controls*/
  &amp; .m-collection-list {
    position: relative;
  }
  &amp; .collection-list__controls {
    position: absolute;
    bottom: 225px !important;
  }
  &amp; .sf-slider__controls {
    border: none;
  }
  &amp; .swiper-button-prev {
    left: -30px;
  }
  &amp; .swiper-button-next {
    right: -30px;
  }
}
@media (min-width: 768px) {
  #sf__collection-list-template--19207875166539__16225316461d1cff80
    .collection-card__info
    a {
    font-size: 25px;
    font-weight: bold;
    margin-block: 35px 20px;
  }
}
/* ---------------------- HOME - LIFESTYLE ---------------------- */

@media (max-width: 767px) {
  .sf-custom__block {
    &amp; h3 {
      font-size: 30px;
      letter-spacing: -1px;
    }
    &amp; p {
      font-size: var(--fontNormal);
    }
    &amp; h4 {
      font-size: 24px;
      letter-spacing: -1px;
      line-height: 30px;
      margin-bottom: 5px;
    }
  }
}
@media (min-width: 768px) {
  .sf-custom__block {
    &amp; h3 {
      font-size: 60px;
      letter-spacing: -3px;
    }
    &amp; p {
      font-size: var(--fontNormalDesk);
    }
    &amp; h4 {
      font-size: 32px;
      letter-spacing: -1px;
      line-height: 38px;
    }
  }
}

/* ---------------------- HOME  - TESTIMONIALS  ---------------------- */
/* testimonials-3.liquid */
/* theme.global.js original: case"testimonials-3":this.settings={slidesPerView:1,spaceBetween:30,breakpoints:{768:{slidesPerView:"w-full"===e?3:2}}};*/
.testimonials-3 {
  &amp; .swiper-container {
    padding: 10px !important;
  }
  &amp; .testimonials-card {
    display: flex;
    flex-direction: column;
    background-color: #f6f5f0;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.1));
    padding: 10px;
  }
  &amp; .testimonials-img-wrapper {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  &amp; .testimonials-img-wrapper .sf-image {
    height: 100%;
  }
  &amp; .sf-testimonials .star svg {
    fill: #ffd300 !important;
  }
  &amp; .testimonial-author {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .testimonials-3 .container-fluid {
    padding-inline: 50px;
  }
}

/* ---------------------- HOME - CONOCE MAS ---------------------- */
#sf-custom-template--19207875166539__cc08b7d6-ba64-439b-846f-48a916477bae
  .sf-image {
  height: 450px;
}
#sf-custom-template--19207875166539__cc08b7d6-ba64-439b-846f-48a916477bae img {
  border-radius: unset !important;
}
#sf-custom-template--19207875166539__cc08b7d6-ba64-439b-846f-48a916477bae
  .image-card__content {
  max-width: 500px;
}
#sf-custom-template--19207875166539__cc08b7d6-ba64-439b-846f-48a916477bae a {
  color: white;
  border-color: white;
}

/* ---------------------- HOME - NUESTRO COMPROMISO ---------------------- */

#sf-custom-template--19207875166539__054ab132-43ee-4284-bc7a-67693a493e12 {
  &amp; .sf-image {
    max-height: 450px;
  }
  &amp; h3 {
    font-size: 2rem !important;
    color: var(--black) !important;
  }
  &amp; a {
    border-color: var(--black) !important;
    width: 100%;
  }
  @media (min-width: 768px) {
    &amp; a {
      max-width: 300px;
    }
  }
}
/* ---------------------- HOME - KLAVIYO  ---------------------- */

#shopify-section-template--19207875166539__439302de-3e6b-4eb3-a495-0d9e645ed8c8
  .sf-image {
  max-height: 450px;
}

/*============================================================================
 PRODUCT CARD 
==============================================================================*/
.product-recommendations .sf__ms-wrapper .swiper-slide {
  height: auto;
}
.sf__pcard,
.sf__pcard .background-color-expand,
.sf__pcard-content {
  background: var(--greige);
}

.sf__pcard-style-2:hover .background-color-expand {
  transform: unset !important;
}
.sf__pcard {
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.16));
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
/*product card atc*/
button.sf__btn.sf__btn-white{
  background: #f6f5f0;
}
@media (max-width: 767px) {
  .sf__pcard-content {
    padding: 5px;
  }
  .sf__pcard-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.03px;
    line-height: 20px;
  }
  .f-price-item {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.03px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .sf__pcard-content {
    padding: 10px;
  }
  .sf__pcard-name {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.02rem;
    line-height: 22px;
  }
  .f-price-item {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.02rem;
    line-height: 20px;
  }
  .catch-phrase {
    margin-bottom: 0px; /*cambiado por Bruno (15px)*/
    font-size: 90%; /*aÃ±adido por Bruno (estaba en cada pÃ¡g de colecciÃ³n)*/
  }
}
/*aÃ±adido por Bruno (estaba en cada pÃ¡g de colecciÃ³n)*/
@media (max-width: 767px) {
  .catch-phrase {
    font-size: 90%;
  }
} /*hasta aquÃ­*/

.foxkit-cartgoal__icon,
.foxkit-cartgoal__bar{
  color: #7fba81 !important; 
}
/*=====================================================================================================================================
  #                                                       PRODUCT PAGE
=======================================================================================================================================*/
@media (min-width: 768px) {
  .product-template {
    padding-top: 30px;
    margin-block: 0;
    padding-bottom: 0px;
  }
  .sf-prod__container {
    flex-wrap: unset;
    column-gap: 0vw; /* cambiado por Bruno (2vw)  */
    margin: 0px !important; /* aÃ±adido por Bruno (CLS)  */
  }
  .sf-prod-template .md\:w-1\/2:first-child {
    width: 45%; /* cambiado por Bruno (45%)  */
    padding-right: 0px; /* aÃ±adido por Bruno (CLS)  */
    padding-left: 0px; /* aÃ±adido por Bruno (CLS)  */
  }
  .sf-prod-template .md\:w-1\/2:nth-child(2) {
    width: 55%; /* cambiado por Bruno (55%)  */
    max-width: 55%; /* aÃ±adido por Bruno (CLS)  */
    padding-left: 2vw; /* aÃ±adido por Bruno (para reemplazar column-gap: 2vw)  */
  }
}
/* ---------------------- PRODUCT PAGE - CAROUSEL ----------------------  */
.sf-prod__layout-6 .sf-pis__wrapper {
    max-height: 380px;
}
.template-product .sf-prod-media__wrapper .swiper-container {
    max-width: 380px;
}

.sf-product-media__desktop .sf-image {
  aspect-ratio: 1 !important;
}
.sf-prod__layout-6 .sf-preview__wrapper {
    margin: 0;
}
.sf-media-nav{
  &amp; .nav-swiper-container .swiper-slide{
    min-height: 110px !important; /* aÃ±adido por Bruno (CLS)  */
    margin-bottom: 15px !important;
  }
  &amp; .template-product .sf-prod-media__wrapper .swiper-container {
      height: auto;
  }  
}
.prose h4 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1px;
}


@media(max-width: 768px){
  .sf-product-media__mobile .sf-image{
    /* aspect-ratio: 1 !important; */
  }

  .sf-product-media__mobile .prod__title{
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sf-product-media__mobile {
    margin-left: -15px;
    width: 100vw;
    background: var(--blanco);
    filter: drop-shadow(0px -2px 3px rgba(0, 0, 0, 0.16));
  }
  .sf-preview__wrapper {
    margin-bottom: 8px !important;
  }
  .sf-product-media__mobile .swiper-wrapper {
    margin-left: -6px;
    max-height: 100%;
  }
  /* .sf-product-media__mobile .swiper-slide:first-child {
    padding-left: 200px !important;
  } */
  .sf-product-media__mobile .swiper-slide {
    width: 66% !important;
    padding-left: 10px;
  }
  .sf-product-media__mobile .swiper-slide img {
    border-radius: 10px !important;
  }
  .prose h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
}
}
@media(min-width: 768px){
  /* navigation arrows*/
  .sf-product-media__desktop .swiper-button-control {
    display: none !important;
  }
  /*thumbnails*/
  .nav-swiper-container .swiper-slide-thumb-active .sf-prod-media {
    border-radius: 10px;
    border-color: #d6d0d0 !important;
  }
  .nav-swiper-container .sf-prod-media {
    border-color: #f6f5f0 !important;
  }
}
/* ---------------------- PRODUCT PAGE - PRODUCT INFO ---------------------- */
.product-template {
  background-color: var(--greige);
}
.sf-product-media__desktop {
  padding-bottom: 40px;
}
.sf-prod__info-wrapper {
  padding-bottom: 40px;

  &amp; .main-product__block-price{
    display: inline-block;
    
    &amp; .f-price-item {
      font-size: 20px;
      font-weight:bold;
      color: #444;
      }
      &amp; .prod__compare_price {
        color:var(--product-sale-price-color);
        }
    }
  }
  &amp; .main-product__block-rating{
    display: inline-block;
    margin-left:10px;
    font-size: 20px; /* Cambiado por Bruno ( var(--fontTitle) ) */
    max-height: 28px;
    vertical-align: text-bottom;
  }

  &amp; .main-product__block-tax {
    display: none;
  }
  &amp; .prod__option--button .variant-picker__option input:checked+label {
    background-color: #424242;
    border-color: #424242;
  }
  &amp; .main-product__block-shipping {
    margin-top: 0px !important;
    text-align: center;
  }
  &amp; .main-product__block-shipping ul li {
    justify-content: center;
  }
  &amp; .add-to-cart{
    border-color:transparent !important;
  }
}
  @media (max-width: 767px) {
    #countdownultimate-KT-auto {
      display: none;
    }
    &amp; .prod__title {
      margin-top: -20px;
    }
    &amp; .main-product__block-shipping p {
      font-size: var(--fontMini) !important;
    }
  }
  @media (min-width: 768px) {
    &amp; .main-product__block-title .prod__title h1,
    &amp; .main-product__block-title{
      font-size: var(--fontTitleDesk);
      letter-spacing: -2px;
      line-height: 60px;
    }
    &amp; .main-product__block-shipping p {
      font-size: var(--fontMiniDesk) !important;
    }
    &amp; .main-product__block .stamped-fa-star:before,
    &amp; .main-product__block .stamped-badge-caption {
      font-size: 20px;
    }
    &amp; .main-product__block .stamped-badge-starrating {
      vertical-align: baseline;
    }
  }
  @media (max-width: 768px) {
    &amp; .main-product__block-title .prod__title h1,
    &amp; .main-product__block-title{
      font-size: 25px;
      letter-spacing: -1px;
      line-height: 40px;
    }
}
/* AÃ±adido por Bruno para mostrar background en blanco del rich text */
.main-product__block-custom_text_white {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    padding: 2px 10px;
    width: 100%;
    text-align: center;
}
/* AÃ±adido por Bruno para mostrar background en blanco del rich text */
.bundle-product__block-buy_buttons+.bundle-product__block-custom_text_white {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    padding: 2px 10px;
    width: 100%;
    text-align: center;
}

/* ---------------------- INGREDIENTES product-desplegable.liquid ---------------------- */
#shopify-section-template--19207875723595__965cf416-a531-40de-94fe-30bd1e56dcc6 {
  background-color: var(--blanco);
  filter: drop-shadow(0px -2px 3px rgba(0, 0, 0, 0.16));
}
@media (max-width: 767px) {
  #shopify-section-template--19207875723595__965cf416-a531-40de-94fe-30bd1e56dcc6 {
    margin-top: -20px;
  }
}

/* ---------------------- PRODUCT PAGE - COMO TOMARLO ---------------------- */
/* style in icon-box.liquid */

/* ---------------------- PRODUCT PAGE -  TIME LINE ---------------------- */

@media (max-width: 767px) {
  #timeline_section {
    padding-inline: 0;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .timeline-img-wrapper {
    width: 48%;
  }
  .timeline {
    width: 48%;
  }
}

/* ---------------------- PRODUCT PAGE -  ESTUDIOS CIENTIFICOS ---------------------- */
#sf-custom-template--19207875723595__7eade0c4-9540-4348-a0fb-25f814373780 {
  &amp; h2 {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  #sf-custom-template--19207875723595__7eade0c4-9540-4348-a0fb-25f814373780
    m-custom-content {
    flex-flow: row-reverse;
  }
}

/* ---------------------- PRODUCT PAGE -  DOWNLOAD ---------------------- */
.pango-download {
  text-align: center;
  font-size: var(--fontMini);
  padding: 50px 0;
  background-color: #f6f5f0;
}
.pango-download a {
  border-bottom: 1px solid;
}
@media (min-width: 768px) {
  .pango-download {
    padding: 40px 0;
  }
}
/* ---------------------- PRODUCT PAGE - DESPLEGABLE VALORES NUTRICIONALES ---------------------- */
/* 
product-desplegable-2.liquid
tabla-nutricional.liquid
*/

/* ---------------------- PRODUCT PAGE - PROFESIONALES ---------------------- */
#Profesionales-section {
  background-color: var(--blanco);
  filter: drop-shadow(0px -2px 3px rgba(0, 0, 0, 0.16));
  padding-block: 50px;

  &amp; .profesionales-row {
    padding-top: 30px;
  }
  &amp; .profesionales-col-left {
    margin-bottom: 15px;
  }
  &amp; .video-section-content {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  &amp; .collapsible__item {
    border: 1px solid;
    display: block;
    border-radius: 15px;
    padding: 10px 20px;
    margin-top: -10px;
  }
  &amp; .pangoClick svg {
    width: 10px;
  }
}

@media (min-width: 768px) {
  #Profesionales-section {
    padding-bottom: 50px;
  }
  #Profesionales-section {
    &amp; .profesionales-row {
      display: flex;
    }
    &amp; .profesionales-col-left,
    &amp; .profesionales-col-right {
      width: 45%;
      margin: 18px auto;
    }

    &amp; .borde {
      display: block;
      border: 1px solid #707070;
      border-radius: 35px;
      padding: 15px 25px 15px 15px;
    }
  }
}
/* ---------------------- PRODUCT PAGE - FAQ ---------------------- */
#shopify-section-template--19207875723595__bc7fc9d4-d141-4758-a312-763210a64f4d {
  padding-top: 50px;
}
.desplegableTitle {
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
  letter-spacing: -1px;
}

/*============================================================================
  # FOOTER
==============================================================================*/
.footer-logo {
  max-width: 100px;
}


/* footer .sf__accordion-item .sf__accordion-button:after {
  color: white;
}
footer .sf__accordion-item .sf__accordion-button:after {
  background-image: var(--arrow-down-white-url) !important;
} */
/* .sf__footer-bottom {
  display: none;
} 
    .payment-methods {
        display: flex;
        justify-content: space-between;
        margin: 10px;
    }

    .scalapay,
    .bizum {
        flex: 1;
        max-width: 100px;
        margin-right: 10px;
        margin:10px;
    }


    @media only screen and (max-width: 475px) {
        .payment-methods {
            flex-direction: row;  Cambia a row 
            align-items: flex-start;
            justify-content: flex-start;
            width: 100%;
            margin-left: -1px;
        }

        .scalapay,
        .bizum {
            margin-right: 0px; /* Ajusta el espacio entre las imÃ¡genes 
            margin-bottom: 10px;
        }
        .bizum {
            margin-left: -7vh;
        }
    }*/
 /*============================================================================
  # COLLECTIONS 
==============================================================================*/
.sf__toolbar-wrapper,
.sf__collection-toolbar{
  background: transparent !important;
  background-color: transparent !important;
}


.sf-header__mobile-right{
  align-items: center;
  gap: 5px;
}

.sf-header__mobile-right a:not(.cart-icon){
  padding-right: 0;
}
.sf-header__mobile-right .cart-icon{
  padding-left: 0;
}
.sf__product-listing &gt; div{
  width: 100%;
}
.collection-header__title {
    color: #444 !important;
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 4rem;
}

@media (max-width: 767px){
  .sf-prod__info-wrapper .prod__title{
    margin-top: -20px;
  }
  .collection-header__title {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 2rem;
}
}

 /*============================================================================
  # CUSTOM CSS 
==============================================================================*/

/*.shogun-root {display: none;}*/
div#pushdaddy-button {
  bottom: 148px !important;
}
button.sf__btn.sf__btn-primary.w-full.scd__checkout.relative {
  background-color: #b2d8a5;
}
.m-menu-customer {
  display: none;
}
.sf__pcard {
  height: 100%;
}
.sf__pcard-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* @media (max-width: 767px){
  .sf__pcard-content h3{
    width: 80%;
    margin: 0 auto;
  }
} */

.sf__pcard-action-atc {
  margin-top: auto;
} /*Cambios para el width, revisar Giovanni*/
.slider-wrapper {
  margin-left: 0 !important;
}
.section-width {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 800px) {
  div#pushdaddy-button {
    bottom: 188px !important;
  }
}
#scroll-to-top-button {
  display: none;
}
._19gi7yt0 {
  display: none !important;
} /*change of text size*/
.bundle-item-title {
  font-size: 16px;
  font-weight: bold;
}
.bundle-item-title + p {
  font-size: 16px;
}

.sf__blog-card {
  border: 1px solid #999;
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 15px;
}

body,html{
  overflow-x: unset !important;
}

section:not(.sf-header){
  overflow-x: hidden !important;
}

@media (max-width: 767px){
  .sf-custom__block--mobile-hidden{
    display: none;
  }
}

@media (min-width: 768px){
  .sf-custom__block--desktop-hidden{
    display: none;
  }
}

/*cambiado color boton fuera stock*/
.klaviyo-bis-trigger {
    background: #444;
    border-color: #444 !important;
    color: #fff;
}
.gorgias-chat-key-76gqfx {
z-index: 50 !important;
}

.mb-5 {
    margin-bottom: 0rem;
    margin-top: 5px;
}


.cart-upsells{
  margin-top: 30px;
  padding: 0 30px;
  text-align: center;
}

.cart-upsells__title h3{
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.cart-upsells__title h3 + span{
margin-bottom: 10px;
margin-top: -5px;
display: flex;
justify-content: center;
}

.cart-upsells__inner{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-upsells__item{
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f6f6f7;
  padding: 7.5px 15px;
  border-radius: 5px;
  width: 100%;
  text-align: left;
}

.cart-upsells__item-image img{
  width: 90px;
  height: 90px;
  object-fit: contain;
  flex-shrink: 0;
}

.cart-upsells__item-content{
  width: 100%;
}

.cart-upsells__item-content h4{
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 100%;
}

.cart-upsells__item-content p{
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.cart-upsells__item-add{
  background: #444;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  height: 36px;
  margin: 0;
  max-height: 36px;
  min-height: 36px;
  padding: 7px 16px;
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
  position: relative;
}

.cart-upsells__item-add:hover{
  background: black;
}

.atc-loading .atc-text{
  opacity: 0;
}

.cart-upsells__item-add .atc-text{
  color: white!important;
  font-weight: 800;
}

.cart-upsells__item-add:not(.atc-loading) .atc-spinner{
  display: none;
}

.atc-loading{
  pointer-events: none;
}

.atc-loading .atc-spinner{
  opacity: 1;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
}

.cart-single-upsell{
  margin: 20px 30px 0;
  border-radius: 10px;
  padding: 10px;
}

.cart-single-upsell h3{
  text-align: center;
}

/* html, body {
overflow-x: hidden !important;
} */

.color_naranja {
  background-color: #ffa37b;
}

.color_rosa {
  background-color: #efdaf5;
}

.foto-magazin-bg {
  background-image: url("/cdn/shop/files/Foto_Magazin_Fondo.webp?v=1741188349");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}


.sf__parent-item--highlight,
.m-menu-mobile__link--highlight span{
  position: relative;
  color: #FFF6E0 !important;
  font-family: "CreamerFont", sans-serif !important;
  z-index: 1;
  font-weight: 700;
  border-radius: 4px;
}

.sf__parent-item--highlight,
.m-menu-mobile__link--highlight span{
  padding: 4px 10px;
  margin-left: -10px;
}

.sf__parent-item--highlight::before,
.m-menu-mobile__link--highlight span::before{
  z-index: -1;
  height: 30px;
  width: 100%;
  background: #805841 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 4px;
}
.sf__parent-item--highlight::before {
  height: 50px;
}

.m-menu-mobile__link--highlight span::before{
  height: 100%;
}

.sf-header .sf-menu-item&gt;a{
  height: 100%;
}

.product-swatches{
  padding: 10px 6px;
  border-radius: 10px;
  background: white;
  border: 2px solid var(--template-color-2);
}

.shopify-app-block .product-swatches:empty{
  display: none;
}

.shopify-app-block .product-swatches .product-swatches__swatches-wrapper{
  margin-bottom: 0;
}

.custom-tip {
  background-color: #F7F5EE;
  border-radius: 10px;
  border: 3px solid #E5D8C5;
  padding: 0 20px 10px !important;
}

@media (max-width: 769px)
  .hidden-mobile {
  display: none !important;
  }
  .padding-top30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 769px)
  .hidden-desktop {
  display: none !important;
  }
  .center {
    margin: auto;
  }
}

/* Para aÃ±adir una onda en la parte inferior de una secciÃ³n */
.separador-1 {
  position: relative;
  padding-bottom: 50px; /* Ajusta segÃºn el tamaÃ±o de tu onda */
}

.separador-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px; /* Ajusta segÃºn el tamaÃ±o de tu onda */
  background-image: url('/cdn/shop/files/Separador.svg?v=1744880022');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  transform: translateY(99%); /* Para colocar la onda justo debajo del borde inferior */
  z-index: 1;
}

/* Para aÃ±adir una onda en la parte inferior de una secciÃ³n */
.separador-2 {
  position: relative;
  padding-bottom: 50px; /* Ajusta segÃºn el tamaÃ±o de tu onda */
}

.separador-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px; /* Ajusta segÃºn el tamaÃ±o de tu onda */
  background-image: url('/cdn/shop/files/Separador.svg?v=1744880022');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  transform: translateY(99%); /* Para colocar la onda justo debajo del borde inferior */
  z-index: 1;
}

/* Para aÃ±adir una onda en la parte inferior de una secciÃ³n */
.separador-3 {
  position: relative;
  padding-bottom: 50px; /* Ajusta segÃºn el tamaÃ±o de tu onda */
}

.separador-3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px; /* Ajusta segÃºn el tamaÃ±o de tu onda */
  background-image: url('/cdn/shop/files/Separador.svg?v=1744880022');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  transform: translateY(99%); /* Para colocar la onda justo debajo del borde inferior */
  z-index: 1;
}

.fondo-blanco {
    background-color: #ffffff50;
    border-radius: 30px;
}
.bg-image-mag-3 {
  background-image: url("/cdn/shop/files/huesos.webp?v=1745571838");
}

@media (max-width: 769px){
  .bg-image-mag-3 {
  background-image: url("/cdn/shop/files/Foto_hueso.webp?v=1745574567");
}
}
.bibliografia-mag p {
  font-size: 12px !important; 
}



/* FILTER APP CUSTOM CSS */

.boost-sd__suggestion-queries-item-badge--sale {
    display: none !important;
}
.boost-sd__instant-search-results--product-type-grid {
  aspect-ratio: 1;
}
</pre></body></html>