/* Body Nutrition: regole CSS della homepage. */

/* =========================================================
   2. HOME - solo homepage
   ========================================================= */

@media (max-width: 767px) {
  body.page-index .product-miniature .product-thumbnail {
    position: relative;
    aspect-ratio: 236 / 305;
    overflow: hidden;
    background: #fff;
  }

  body.page-index .product-miniature .product-thumbnail img,
  body.page-index .product-miniature img.product-thumbnail-first,
  body.page-index .product-miniature img.lazy-product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  body.page-index .product-miniature .availability,
  body.page-index .product-miniature .product-availability {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.page-index .product-miniature .product-flags li:not(.discount) {
    display: none !important;
  }
}


/* HOME - banner recensioni */

body.page-index .bn-reviews-banner {
  background-color: #f8f8f8;
  padding: 30px 20px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

body.page-index .bn-reviews-content {
  max-width: 800px;
  margin: 0 auto;
}

body.page-index .bn-stars {
  color: #ffcc00;
  font-size: 32px;
  margin-bottom: 10px;
  letter-spacing: 5px;
}

body.page-index .bn-reviews-banner h2 {
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
}

body.page-index .bn-reviews-banner p {
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
}

body.page-index .bn-reviews-btn {
  display: inline-block;
  padding: 12px 25px;
  background-color: #27ae60;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: background 0.3s;
}

body.page-index .bn-reviews-btn:hover {
  background-color: #219150;
}

@media (max-width: 768px) {
  body.page-index .bn-stars {
    font-size: 28px;
  }

  body.page-index .bn-reviews-banner h2 {
    font-size: 18px;
  }

  body.page-index .bn-reviews-banner p {
    font-size: 14px;
  }
}


/* HOME - trust box */

body.page-index .bn-trust-wrap {
  width: 100%;
  background: #f3f6f5;
  padding: 18px;
  border-radius: 18px;
}

body.page-index .bn-trust-row {
  margin-left: -6px;
  margin-right: -6px;
}

body.page-index .bn-trust-col {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}

body.page-index .bn-trust-item {
  background: #fff;
  border: 1px solid rgba(72, 188, 138, 0.14);
  border-radius: 14px;
  padding: 16px 10px;
  min-height: 130px;
  text-align: center;
}

body.page-index .bn-trust-item img {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
}

body.page-index .bn-trust-item span {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  color: #1f2a2a;
}

@media (max-width: 575px) {
  body.page-index .bn-trust-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* =========================================================
   x. HOME - CART BONUS ORIZZONTALE
   ========================================================= */

body.page-index .bn-cart-bonus {
  display: grid;
  grid-template-columns: minmax(390px, 1.55fr) minmax(330px, 1fr) minmax(190px, .65fr);
  align-items: center;
  gap: 24px;
  width: 100%;
  margin: 28px 0;
  padding: 14px 28px;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(72,188,138,.10) 0%, rgba(236,255,247,.92) 28%, #f8fffb 64%, rgba(72,188,138,.08) 100%);
  border: 1px solid #d6f2e5;
  border-radius: 14px;
  box-shadow: 0 7px 22px rgba(72,188,138,.10);
}

body.page-index .bn-cart-bonus__intro {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

body.page-index .bn-cart-bonus__icon {
  flex: 0 0 42px;
  width: 42px;
  font-size: 34px;
  line-height: 1;
  text-align: center;
  color: #2eb279;
}

body.page-index .bn-cart-bonus__intro-text {
  min-width: 0;
}

body.page-index .bn-cart-bonus__intro-text h2 {
  margin: 0 0 4px;
  padding: 0;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 800;
  color: #263746;
}

body.page-index .bn-cart-bonus__intro-text p {
  margin: 0;
  padding: 0;
  font-size: 10.5px;
  line-height: 1.3;
  color: #58666f;
}

body.page-index .bn-cart-bonus__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

body.page-index .bn-cart-bonus__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 58px;
  padding: 7px 8px;
  box-sizing: border-box;
  text-align: center;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(72,188,138,.24);
  border-radius: 7px;
  box-shadow: 0 2px 8px rgba(20,60,40,.04);
}

body.page-index .bn-cart-bonus__step strong {
  display: block;
  margin: 0;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  color: #2eb279;
}

body.page-index .bn-cart-bonus__step span {
  display: block;
  margin-top: 4px;
  font-size: 9.5px;
  line-height: 1.15;
  font-weight: 700;
  color: #44525b;
}

body.page-index .bn-cart-bonus__claim {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}

body.page-index .bn-cart-bonus__claim-text {
  display: flex;
  flex-direction: column;
  font-size: 10.5px;
  line-height: 1.2;
  text-align: right;
  color: #299d6c;
}

body.page-index .bn-cart-bonus__claim-text strong {
  font-weight: 800;
}

body.page-index .bn-cart-bonus__leaf {
  flex: 0 0 auto;
  font-size: 28px;
  line-height: 1;
  color: #2eb279;
}

@media (max-width: 991px) {
  body.page-index .bn-cart-bonus {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 20px;
  }

  body.page-index .bn-cart-bonus__intro {
    justify-content: center;
  }

  body.page-index .bn-cart-bonus__steps {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }

  body.page-index .bn-cart-bonus__claim {
    justify-content: center;
  }

  body.page-index .bn-cart-bonus__claim-text {
    text-align: left;
  }
}

@media (max-width: 767px) {
  body.page-index .bn-cart-bonus {
    gap: 14px;
    margin: 18px 0;
    padding: 18px 14px;
    border-radius: 10px;
  }

  body.page-index .bn-cart-bonus__intro {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }

  body.page-index .bn-cart-bonus__icon {
    flex-basis: 32px;
    width: 32px;
    margin-top: 2px;
    font-size: 27px;
  }

  body.page-index .bn-cart-bonus__intro-text h2 {
    font-size: 19px;
  }

  body.page-index .bn-cart-bonus__intro-text p {
    font-size: 11.5px;
  }

  body.page-index .bn-cart-bonus__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  body.page-index .bn-cart-bonus__step {
    min-height: 56px;
    padding: 7px 4px;
  }

  body.page-index .bn-cart-bonus__step strong {
    font-size: 20px;
  }

  body.page-index .bn-cart-bonus__step span {
    font-size: 9px;
  }

  body.page-index .bn-cart-bonus__claim {
    gap: 8px;
  }

  body.page-index .bn-cart-bonus__claim-text {
    font-size: 10px;
  }

  body.page-index .bn-cart-bonus__leaf {
    font-size: 24px;
  }
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  transition: .2s ease;
}

.hero-btn-primary {
  background: #42bd8b;
  border: 2px solid #42bd8b;
  color: #fff !important;
}

.hero-btn-secondary {
  background: rgba(255,255,255,.75);
  border: 2px solid #42bd8b;
  color: #263746 !important;
}

.hero-trust-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 14px;
  padding: 10px 14px;
  background: rgba(255,255,255,.72);
  border-radius: 4px;
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  color: #263746;
}

.hero-trust-item > i {
  font-size: 21px;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}

.hero-trust-item div {
  display: flex;
  flex-direction: column;
}

.hero-trust-item strong {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.hero-trust-item span {
  font-size: 10px;
  line-height: 1.3;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .hero-actions {
    flex-wrap: wrap;
  }

  .hero-trust-row {
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero-trust-item {
    flex: 0 0 calc(50% - 6px);
  }
}
/* =========================================================
   BODY NUTRITION - MAIN HOME CATEGORIES
   ========================================================= */

.bn-main-categories {
  width: 100%;
  margin: 0;
  padding: 8px 0 18px;
  box-sizing: border-box;
}


/* ---------------------------------------------------------
   HEADER
   --------------------------------------------------------- */

.bn-main-categories__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;

  margin-bottom: 16px;
}


/* TITLE */

.bn-main-categories__heading h2 {
  margin: 0 0 3px;
  padding: 0;

  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;

  color: #263746;
}


/* SUBTITLE */

.bn-main-categories__heading p {
  margin: 0;
  padding: 0;

  font-size: 12px;
  line-height: 1.45;

  color: #68767e;
}


/* BROWSE ALL */

.bn-main-categories__all {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  flex-shrink: 0;

  padding-bottom: 2px;

  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;

  color: #2eb279 !important;
  text-decoration: none !important;

  transition: opacity .2s ease;
}

.bn-main-categories__all span {
  font-size: 16px;
  line-height: 1;
}

.bn-main-categories__all:hover {
  opacity: .75;
}


/* ---------------------------------------------------------
   GRID
   --------------------------------------------------------- */

.bn-main-categories__grid {
  display: grid;

  grid-template-columns:
    repeat(6, minmax(0, 1fr));

  gap: 10px;

  width: 100%;
}


/* ---------------------------------------------------------
   CARD
   --------------------------------------------------------- */

.bn-main-category {
  position: relative;

  display: block;

  width: 100%;
  aspect-ratio: 16 / 9;

  overflow: hidden;

  border-radius: 5px;

  background: #263746;

  text-decoration: none !important;

  box-shadow:
    0 1px 4px rgba(0, 0, 0, .08);

  box-sizing: border-box;
}


/* IMAGE */

.bn-main-category img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .35s ease;
}


/* OVERLAY */

.bn-main-category__overlay {
  position: absolute;

  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  background:
    linear-gradient(
      to bottom,
      rgba(20, 34, 40, 0) 30%,
      rgba(20, 34, 40, .25) 55%,
      rgba(20, 34, 40, .90) 100%
    );
}


/* TEXT */

.bn-main-category__content {
  position: absolute;

  left: 11px;
  right: 9px;
  bottom: 9px;

  display: flex;
  flex-direction: column;

  color: #fff;
}


/* CATEGORY NAME */

.bn-main-category__content strong {
  display: block;

  margin: 0 0 2px;

  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;

  color: #fff;
}


/* DESCRIPTION */

.bn-main-category__content small {
  display: block;

  margin: 0;

  font-size: 9.5px;
  line-height: 1.25;
  font-weight: 500;

  color: rgba(255, 255, 255, .92);
}


/* ---------------------------------------------------------
   HOVER
   --------------------------------------------------------- */

.bn-main-category:hover img {
  transform: scale(1.035);
}


/* ---------------------------------------------------------
   SPECIAL OFFERS
   --------------------------------------------------------- */

.bn-main-category--offers {
  box-shadow:
    inset 0 0 0 1px rgba(238, 142, 38, .35),
    0 1px 4px rgba(0, 0, 0, .08);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1199px) {

  .bn-main-categories__grid {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));

    gap: 12px;
  }

  .bn-main-category__content strong {
    font-size: 14px;
  }

  .bn-main-category__content small {
    font-size: 10px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .bn-main-categories {
    padding-top: 4px;
    padding-bottom: 12px;
  }


  /* HEADER */

  .bn-main-categories__header {
    align-items: flex-start;
    gap: 14px;

    margin-bottom: 14px;
  }


  .bn-main-categories__heading h2 {
    font-size: 19px;
  }

  .bn-main-categories__heading p {
    margin-top: 3px;

    font-size: 11px;
    line-height: 1.4;
  }


  /* BROWSE ALL */

  .bn-main-categories__all {
    font-size: 10px;
    white-space: nowrap;
  }


  /* GRID */

  .bn-main-categories__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 8px;
  }


  /* CARD */

  .bn-main-category {
    border-radius: 5px;
  }


  .bn-main-category__content {
    left: 9px;
    right: 7px;
    bottom: 8px;
  }


  .bn-main-category__content strong {
    font-size: 12px;
  }

  .bn-main-category__content small {
    font-size: 8.5px;
  }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 430px) {

  .bn-main-categories__header {
    display: block;
  }

  .bn-main-categories__all {
    margin-top: 8px;
  }

}
/* =========================================================
   BODY NUTRITION - SHOP BY GOAL
   ========================================================= */

.bn-goals {
  width: 100%;
  margin: 0;
  padding: 10px 0 22px;
  box-sizing: border-box;
}


/* ---------------------------------------------------------
   HEADER
   --------------------------------------------------------- */

.bn-goals__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;

  margin-bottom: 16px;
}

.bn-goals__heading h2 {
  margin: 0 0 4px;
  padding: 0;

  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;

  color: #263746;
}

.bn-goals__heading p {
  margin: 0;
  padding: 0;

  font-size: 12px;
  line-height: 1.45;

  color: #68767e;
}


/* ALL GOALS */

.bn-goals__all {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  flex-shrink: 0;

  padding-bottom: 2px;

  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;

  color: #2eb279 !important;
  text-decoration: none !important;

  transition: opacity .2s ease;
}

.bn-goals__all span {
  font-size: 16px;
  line-height: 1;
}

.bn-goals__all:hover {
  opacity: .75;
}


/* ---------------------------------------------------------
   GRID
   --------------------------------------------------------- */

.bn-goals__grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 12px;

  width: 100%;
}


/* ---------------------------------------------------------
   CARD
   --------------------------------------------------------- */

.bn-goal-card {
  position: relative;

  min-height: 215px;

  overflow: hidden;

  border-radius: 10px;

  background: #f7faf8;

  border: 1px solid rgba(0, 0, 0, .05);

  box-shadow:
    0 2px 10px rgba(25, 45, 55, .07);

  box-sizing: border-box;
}


/* IMAGE */

.bn-goal-card__image {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .4s ease;
}


/* ---------------------------------------------------------
   OVERLAY
   --------------------------------------------------------- */

.bn-goal-card__overlay {
  position: absolute;

  inset: 0;

  pointer-events: none;
}


/* BUILD MUSCLE */

.bn-goal-card--muscle .bn-goal-card__overlay {
  background:
    linear-gradient(
      90deg,
      rgba(240, 252, 246, .08) 0%,
      rgba(240, 252, 246, .84) 42%,
      rgba(240, 252, 246, .98) 62%,
      rgba(240, 252, 246, .88) 100%
    );
}


/* ENERGY & PERFORMANCE */

.bn-goal-card--performance .bn-goal-card__overlay {
  background:
    linear-gradient(
      90deg,
      rgba(238, 248, 255, .07) 0%,
      rgba(238, 248, 255, .85) 42%,
      rgba(238, 248, 255, .98) 62%,
      rgba(238, 248, 255, .89) 100%
    );
}


/* WEIGHT MANAGEMENT */

.bn-goal-card--weight .bn-goal-card__overlay {
  background:
    linear-gradient(
      90deg,
      rgba(255, 248, 239, .07) 0%,
      rgba(255, 248, 239, .84) 42%,
      rgba(255, 248, 239, .98) 62%,
      rgba(255, 248, 239, .90) 100%
    );
}


/* EVERYDAY WELLNESS */

.bn-goal-card--wellness .bn-goal-card__overlay {
  background:
    linear-gradient(
      90deg,
      rgba(247, 242, 255, .07) 0%,
      rgba(247, 242, 255, .84) 42%,
      rgba(247, 242, 255, .98) 62%,
      rgba(247, 242, 255, .90) 100%
    );
}


/* ---------------------------------------------------------
   CONTENT
   --------------------------------------------------------- */

.bn-goal-card__content {
  position: relative;

  z-index: 2;

  display: flex;
  flex-direction: column;

  align-items: flex-start;

  min-height: 215px;

  padding:
    18px
    16px
    16px
    44%;

  box-sizing: border-box;
}


/* ---------------------------------------------------------
   ICON
   --------------------------------------------------------- */

.bn-goal-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  margin-bottom: 8px;

  border-radius: 50%;

  background: rgba(255,255,255,.78);

  font-size: 17px;

  box-shadow:
    0 2px 6px rgba(0,0,0,.05);
}


/* CARD COLORS */

.bn-goal-card--muscle .bn-goal-card__icon,
.bn-goal-card--muscle h3 {
  color: #14975f;
}

.bn-goal-card--performance .bn-goal-card__icon,
.bn-goal-card--performance h3 {
  color: #207fc4;
}

.bn-goal-card--weight .bn-goal-card__icon,
.bn-goal-card--weight h3 {
  color: #e76c27;
}

.bn-goal-card--wellness .bn-goal-card__icon,
.bn-goal-card--wellness h3 {
  color: #8050bd;
}


/* ---------------------------------------------------------
   TEXT
   --------------------------------------------------------- */

.bn-goal-card__text {
  width: 100%;
}

.bn-goal-card__text h3 {
  margin: 0 0 4px;

  font-size: 15px;
  line-height: 1.15;
  font-weight: 800;

  text-transform: uppercase;
}

.bn-goal-card__text p {
  margin: 0;

  font-size: 10px;
  line-height: 1.35;
  font-weight: 600;

  color: #53616a;
}


/* ---------------------------------------------------------
   BUTTONS
   --------------------------------------------------------- */

.bn-goal-card__actions {
  display: flex;
  align-items: center;
  gap: 8px;

  width: 100%;

  margin-top: auto;
  padding-top: 14px;
}

.bn-goal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 32px;

  padding: 0 13px;

  border-radius: 4px;

  font-size: 10px;
  line-height: 1;
  font-weight: 700;

  text-decoration: none !important;

  transition:
    background-color .2s ease,
    border-color .2s ease,
    color .2s ease,
    transform .2s ease;
}


/* PRIMARY */

.bn-goal-btn--primary {
  background: #2eb279;
  border: 1px solid #2eb279;

  color: #fff !important;
}

.bn-goal-btn--primary:hover {
  background: #259863;
  border-color: #259863;

  color: #fff !important;

  transform: translateY(-1px);
}


/* SECONDARY */

.bn-goal-btn--secondary {
  background: rgba(255,255,255,.68);

  border: 1px solid currentColor;

  color: #2eb279 !important;
}


/* SECONDARY COLOR BY CARD */

.bn-goal-card--performance .bn-goal-btn--secondary {
  color: #207fc4 !important;
}

.bn-goal-card--weight .bn-goal-btn--secondary {
  color: #e76c27 !important;
}

.bn-goal-card--wellness .bn-goal-btn--secondary {
  color: #8050bd !important;
}

.bn-goal-btn--secondary:hover {
  background: #fff;

  transform: translateY(-1px);
}


/* ---------------------------------------------------------
   IMAGE HOVER
   --------------------------------------------------------- */

.bn-goal-card:hover .bn-goal-card__image {
  transform: scale(1.025);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1199px) {

  .bn-goals__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 12px;
  }

  .bn-goal-card {
    min-height: 220px;
  }

  .bn-goal-card__content {
    min-height: 220px;

    padding-left: 43%;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .bn-goals {
    padding-top: 6px;
    padding-bottom: 14px;
  }


  /* HEADER */

  .bn-goals__header {
    align-items: flex-start;

    gap: 12px;

    margin-bottom: 14px;
  }

  .bn-goals__heading h2 {
    font-size: 19px;
  }

  .bn-goals__heading p {
    margin-top: 3px;

    font-size: 11px;
    line-height: 1.4;
  }

  .bn-goals__all {
    font-size: 10px;
    white-space: nowrap;
  }


  /* GRID */

  .bn-goals__grid {
    grid-template-columns: 1fr;

    gap: 10px;
  }


  /* CARD */

  .bn-goal-card {
    min-height: 190px;
  }

  .bn-goal-card__content {
    min-height: 190px;

    padding:
      15px
      14px
      14px
      43%;
  }


  /* TEXT */

  .bn-goal-card__text h3 {
    font-size: 14px;
  }

  .bn-goal-card__text p {
    font-size: 9.5px;
  }


  /* BUTTONS */

  .bn-goal-btn {
    min-height: 30px;

    padding: 0 11px;

    font-size: 9.5px;
  }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 430px) {

  .bn-goals__header {
    display: block;
  }

  .bn-goals__all {
    margin-top: 8px;
  }

  .bn-goal-card__content {
    padding-left: 40%;
  }

}
/* =========================================================
   CURRENT OFFERS - HEADER
   ========================================================= */

.bn-offers-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;

  width: 100%;
  margin: 0 0 14px;
}

.bn-offers-head__text h2 {
  margin: 0 0 5px;
  padding: 0;

  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;

  color: #263746;
}

.bn-offers-head__text p {
  margin: 0;
  padding: 0;

  font-size: 12px;
  line-height: 1.4;

  color: #68767e;
}

.bn-offers-head__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  flex-shrink: 0;
  padding-bottom: 2px;

  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;

  color: #2eb279 !important;
  text-decoration: none !important;
}

.bn-offers-head__link span {
  font-size: 16px;
  line-height: 1;

  transition: transform .2s ease;
}

.bn-offers-head__link:hover span {
  transform: translateX(2px);
}


/* MOBILE */

@media (max-width: 767px) {

  .bn-offers-head {
    margin-bottom: 12px;
  }

  .bn-offers-head__text h2 {
    font-size: 19px;
  }

  .bn-offers-head__text p {
    font-size: 11px;
  }

  .bn-offers-head__link {
    font-size: 10px;
    white-space: nowrap;
  }

}
/* =========================================================
   BODY NUTRITION - HOMEPAGE EXPERT GUIDES
   ========================================================= */

.bn-home-guides {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* ---------------------------------------------------------
   HEADER
   --------------------------------------------------------- */

.bn-home-guides__head {
  margin-bottom: 14px;
}

.bn-home-guides__head h2 {
  margin: 0 0 5px;
  padding: 0;

  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;

  color: #263746;
}

.bn-home-guides__head p {
  margin: 0;
  padding: 0;

  max-width: 620px;

  font-size: 12px;
  line-height: 1.4;

  color: #68767e;
}


/* ---------------------------------------------------------
   GRID
   --------------------------------------------------------- */

.bn-home-guides__grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 10px;

  width: 100%;
}


/* ---------------------------------------------------------
   CARD
   --------------------------------------------------------- */

.bn-home-guide {
  display: flex;
  flex-direction: column;

  min-width: 0;

  overflow: hidden;

  background: #fff;

  border: 1px solid #e7ece9;
  border-radius: 7px;

  box-shadow:
    0 2px 8px rgba(35, 55, 65, .05);

  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.bn-home-guide:hover {
  transform: translateY(-2px);

  box-shadow:
    0 5px 14px rgba(35, 55, 65, .09);
}


/* ---------------------------------------------------------
   IMAGE
   --------------------------------------------------------- */

.bn-home-guide__image {
  display: block;

  width: 100%;
  height: 86px;

  overflow: hidden;

  background: #f4f7f5;
}

.bn-home-guide__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .3s ease;
}

.bn-home-guide:hover .bn-home-guide__image img {
  transform: scale(1.035);
}


/* ---------------------------------------------------------
   BODY
   --------------------------------------------------------- */

.bn-home-guide__body {
  display: flex;
  flex-direction: column;

  flex: 1;

  padding: 10px 10px 11px;

  box-sizing: border-box;
}


/* TITLE */

.bn-home-guide__title {
  display: block;

  margin: 0 0 5px;

  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;

  color: #263746 !important;
  text-decoration: none !important;
}

.bn-home-guide__title:hover {
  color: #2eb279 !important;
}


/* DESCRIPTION */

.bn-home-guide__body p {
  margin: 0;

  font-size: 10px;
  line-height: 1.4;

  color: #68767e;
}


/* ---------------------------------------------------------
   LINK
   --------------------------------------------------------- */

.bn-home-guide__link {
  display: inline-flex;
  align-items: center;

  gap: 5px;

  margin-top: auto;
  padding-top: 10px;

  font-size: 10.5px;
  line-height: 1;
  font-weight: 700;

  color: #2eb279 !important;
  text-decoration: none !important;
}

.bn-home-guide__link span {
  font-size: 14px;
  line-height: 1;

  transition: transform .2s ease;
}

.bn-home-guide__link:hover span {
  transform: translateX(2px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1199px) {

  .bn-home-guides__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 10px;
  }

  .bn-home-guide__image {
    height: 105px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .bn-home-guides__head {
    margin-bottom: 12px;
  }

  .bn-home-guides__head h2 {
    font-size: 19px;
  }

  .bn-home-guides__head p {
    font-size: 11px;
  }

  .bn-home-guides__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 8px;
  }

  .bn-home-guide__image {
    height: 92px;
  }

  .bn-home-guide__body {
    padding: 9px;
  }

  .bn-home-guide__title {
    font-size: 12px;
  }

  .bn-home-guide__body p {
    font-size: 9.5px;
  }

  .bn-home-guide__link {
    font-size: 10px;
  }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 430px) {

  .bn-home-guides__grid {
    grid-template-columns: 1fr;
  }

  .bn-home-guide {
    display: grid;

    grid-template-columns: 120px 1fr;
  }

  .bn-home-guide__image {
    height: 100%;
    min-height: 120px;
  }

}
/* =========================================================
   BODY NUTRITION
   CURRENT OFFERS - PREMIUM SMALL GRID
   Widget class: bn-offers-products
   ========================================================= */


/* =========================================================
   CONTENITORE
   ========================================================= */

.bn-offers-products {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* =========================================================
   CARD PRODOTTO
   ========================================================= */

.bn-offers-products .product-miniature,
.bn-offers-products .product-miniature-small {
  position: relative;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  margin: 0;
  padding: 0;
  overflow: hidden;

  background: #fff;

  border: 1px solid #e6ece9 !important;
  border-radius: 8px;

  box-shadow: 0 2px 8px rgba(35, 55, 65, .05);

  box-sizing: border-box;

  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.bn-offers-products .product-miniature:hover,
.bn-offers-products .product-miniature-small:hover {
  transform: translateY(-2px);

  border-color: #d7e7df !important;

  box-shadow:
    0 6px 18px rgba(35, 55, 65, .09);
}


/* =========================================================
   ROW INTERNA
   ========================================================= */

.bn-offers-products .product-miniature > .row,
.bn-offers-products .list-small-gutters {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;

  width: 100%;
  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   AREA IMMAGINE
   ========================================================= */

.bn-offers-products .thumbnail-container {
  position: relative !important;

  display: flex !important;
  align-items: center;
  justify-content: center;

  flex: none !important;

  width: 100% !important;
  max-width: 100% !important;

  height: 106px !important;
  min-height: 106px !important;

  margin: 0 !important;
  padding: 9px 8px 3px !important;

  background:
    linear-gradient(
      180deg,
      #fbfdfc 0%,
      #ffffff 100%
    );

  box-sizing: border-box;
}

.bn-offers-products .product-thumbnail {
  position: relative !important;

  display: flex !important;
  align-items: center;
  justify-content: center;

  width: 100% !important;
  height: 94px !important;
  min-height: 94px !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden;
}

.bn-offers-products .product-thumbnail picture {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
}

.bn-offers-products .product-thumbnail img {
  position: static !important;

  display: block !important;

  width: auto !important;
  height: auto !important;

  max-width: 116px !important;
  max-height: 92px !important;

  margin: 0 auto !important;

  object-fit: contain;

  transform: none;

  transition: transform .28s ease;
}

.bn-offers-products .product-miniature:hover
.product-thumbnail img {
  transform: scale(1.045);
}


/* =========================================================
   BADGE SCONTO
   ========================================================= */

.bn-offers-products .bn-small-discount {
  position: absolute;

  top: 9px;
  right: 9px;

  z-index: 5;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 39px;
  height: 22px;

  padding: 0 7px;

  border-radius: 20px;

  background: #2eb279;
  color: #fff;

  font-size: 9.5px;
  line-height: 1;
  font-weight: 800;

  box-shadow:
    0 2px 7px rgba(46, 178, 121, .22);

  box-sizing: border-box;
}


/* =========================================================
   DESCRIZIONE
   ========================================================= */

.bn-offers-products .product-description {
  position: static !important;

  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center;
  align-items: center;

  flex: none !important;

  width: 100% !important;

  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 5px 10px 10px !important;

  background: transparent !important;

  text-align: center;

  box-sizing: border-box;
}


/* =========================================================
   NOME PRODOTTO
   ========================================================= */

.bn-offers-products .product-title {
  flex: 0 0 100%;

  width: 100%;

  min-height: 30px;

  margin: 0 0 2px !important;
  padding: 0 !important;

  font-size: 11px !important;
  line-height: 1.32 !important;
  font-weight: 800 !important;

  text-align: center;
}

.bn-offers-products .product-title a {
  color: #263746 !important;

  font-weight: 800 !important;

  text-decoration: none !important;

  transition: color .2s ease;
}

.bn-offers-products .product-title a:hover {
  color: #2eb279 !important;
}


/* =========================================================
   MARCA
   ========================================================= */

.bn-offers-products .bn-small-brand {
  flex: 0 0 100%;

  display: block;

  width: 100%;

  margin: 0 0 5px !important;
  padding: 0;

  font-size: 9.5px;
  line-height: 1.2;
  font-weight: 400;

  color: #7a858b;

  text-align: center;
}


/* =========================================================
   RECENSIONI
   ========================================================= */

.bn-offers-products .product-list-reviews,
.bn-offers-products .comments_note {
  flex: 0 0 100%;

  width: 100%;

  margin: 0 0 3px !important;
  padding: 0 !important;

  text-align: center;
}


/* =========================================================
   PREZZO CONSIGLIATO
   ========================================================= */

.bn-offers-products .bn-small-recommended-price {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  flex: 0 0 auto;

  width: auto !important;

  margin: 1px 5px 0 0 !important;
  padding: 0 !important;

  font-size: 9.5px;
  line-height: 1.2;

  color: #92999d;
}

.bn-offers-products .bn-small-recommended-price del {
  margin: 0;
  padding: 0;

  font-size: 9.5px;
  line-height: 1.2;
  font-weight: 400;

  color: #92999d;

  text-decoration: line-through;
  text-decoration-thickness: 1px;
}


/* =========================================================
   PREZZO ATTUALE
   ========================================================= */

.bn-offers-products .product-price-and-shipping {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;

  flex: 0 0 auto;

  width: auto !important;

  height: auto !important;
  min-height: 0 !important;

  margin: 1px 0 0 !important;
  padding: 0 !important;

  line-height: 1.2 !important;

  text-align: center;
}

.bn-offers-products .product-price {
  margin: 0 !important;
  padding: 0 !important;

  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;

  color: #2eb279 !important;
}


/* =========================================================
   EVENTUALI UNIT PRICE / WEIGHT
   ========================================================= */

.bn-offers-products .unit-price,
.bn-offers-products .product-unit-price {
  flex: 0 0 100%;

  width: 100%;

  margin-top: 3px !important;

  font-size: 8.5px !important;
  line-height: 1.2 !important;

  color: #8c959a !important;
}


/* =========================================================
   CTA VIEW OFFER
   ========================================================= */

.bn-offers-products .bn-small-offer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 100%;

  gap: 5px;

  width: 100%;

  margin-top: 6px;
  padding: 0;

  font-size: 9.5px;
  line-height: 1;
  font-weight: 700;

  color: #2eb279 !important;

  text-decoration: none !important;

  transition: opacity .2s ease;
}

.bn-offers-products .bn-small-offer-link span {
  font-size: 13px;
  line-height: 1;

  transition: transform .2s ease;
}

.bn-offers-products .bn-small-offer-link:hover {
  opacity: .78;
}

.bn-offers-products .bn-small-offer-link:hover span {
  transform: translateX(3px);
}


/* =========================================================
   NASCONDI ELEMENTI NON NECESSARI
   ========================================================= */

.bn-offers-products .product-functional-buttons,
.bn-offers-products .functional-buttons,
.bn-offers-products .product-add-cart,
.bn-offers-products .product-availability {
  display: none !important;
}


/* =========================================================
   ELIMINA ALTEZZE IMPOSTE DAL TEMA
   ========================================================= */

.bn-offers-products .product-miniature-default,
.bn-offers-products .product-miniature-small-grid,
.bn-offers-products .thumbnail-container,
.bn-offers-products .product-description {
  min-height: 0;
}

.bn-offers-products .product-description::before,
.bn-offers-products .product-description::after {
  min-height: 0 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1199px) {

  .bn-offers-products .thumbnail-container {
    height: 104px !important;
    min-height: 104px !important;
  }

  .bn-offers-products .product-thumbnail {
    height: 92px !important;
    min-height: 92px !important;
  }

  .bn-offers-products .product-thumbnail img {
    max-width: 112px !important;
    max-height: 90px !important;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .bn-offers-products .thumbnail-container {
    height: 100px !important;
    min-height: 100px !important;

    padding-top: 8px !important;
  }

  .bn-offers-products .product-thumbnail {
    height: 88px !important;
    min-height: 88px !important;
  }

  .bn-offers-products .product-thumbnail img {
    max-width: 106px !important;
    max-height: 86px !important;
  }

  .bn-offers-products .product-description {
    padding:
      4px 8px 9px !important;
  }

  .bn-offers-products .product-title {
    min-height: 28px;

    font-size: 10.5px !important;
  }

  .bn-offers-products .bn-small-brand {
    margin-bottom: 4px !important;

    font-size: 9px;
  }

  .bn-offers-products .bn-small-recommended-price,
  .bn-offers-products .bn-small-recommended-price del {
    font-size: 9px;
  }

  .bn-offers-products .product-price {
    font-size: 13px !important;
  }

  .bn-offers-products .bn-small-offer-link {
    margin-top: 5px;

    font-size: 9px;
  }

  .bn-offers-products .bn-small-discount {
    top: 8px;
    right: 8px;

    min-width: 37px;
    height: 21px;

    font-size: 9px;
  }
}
/* =========================================================
   BODY NUTRITION
   PREMIUM TRUST STRIP - 5 ITEMS
   ========================================================= */

.bn-trust-premium {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;

  width: 100%;

  margin: 18px 0 0;
  padding: 0;

  box-sizing: border-box;
}


/* =========================================================
   CARD
   ========================================================= */

.bn-trust-premium__item {
  position: relative;

  display: flex;
  align-items: center;

  gap: 11px;

  min-width: 0;
  min-height: 76px;

  padding: 13px 12px;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f8fcfa 100%
    );

  border: 1px solid #e4ece8;
  border-radius: 9px;

  box-shadow:
    0 2px 8px rgba(35, 55, 65, .045);

  box-sizing: border-box;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    border-color .2s ease;
}


/* ACCENTO VERDE SUPERIORE */

.bn-trust-premium__item::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  background:
    linear-gradient(
      90deg,
      #2eb279 0%,
      #48bc8a 60%,
      rgba(72, 188, 138, .18) 100%
    );
}


/* HOVER */

.bn-trust-premium__item:hover {
  transform: translateY(-2px);

  border-color: #d3e6dd;

  box-shadow:
    0 6px 16px rgba(35, 55, 65, .08);
}


/* =========================================================
   ICONA
   ========================================================= */

.bn-trust-premium__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 40px;

  width: 40px;
  height: 40px;

  border-radius: 50%;

  background: #eef9f4;

  color: #2eb279;

  font-size: 18px;

  box-shadow:
    inset 0 0 0 1px rgba(46, 178, 121, .10);
}


/* =========================================================
   TESTO
   ========================================================= */

.bn-trust-premium__content {
  display: flex;
  flex-direction: column;

  min-width: 0;

  overflow: hidden;
}

.bn-trust-premium__content strong {
  display: block;

  margin: 0 0 3px;
  padding: 0;

  font-size: 11.5px;
  line-height: 1.2;
  font-weight: 800;

  color: #263746;

  white-space: normal;
}

.bn-trust-premium__content span {
  display: block;

  margin: 0;
  padding: 0;

  font-size: 9px;
  line-height: 1.35;
  font-weight: 400;

  color: #6f7d84;

  white-space: normal;
}


/* =========================================================
   TABLET LARGE
   ========================================================= */

@media (max-width: 1199px) {

  .bn-trust-premium {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 900px) {

  .bn-trust-premium {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .bn-trust-premium__item {
    min-height: 72px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .bn-trust-premium {
    margin-top: 14px;
    gap: 8px;
  }

  .bn-trust-premium__item {
    gap: 9px;

    min-height: 68px;

    padding: 11px 10px;
  }

  .bn-trust-premium__icon {
    flex: 0 0 36px;

    width: 36px;
    height: 36px;

    font-size: 16px;
  }

  .bn-trust-premium__content strong {
    font-size: 10.5px;
  }

  .bn-trust-premium__content span {
    font-size: 8.5px;
  }

}


/* =========================================================
   MOBILE STRETTO
   ========================================================= */

@media (max-width: 430px) {

  .bn-trust-premium {
    grid-template-columns: 1fr;
  }

  .bn-trust-premium__item {
    min-height: 64px;
  }

}
.bn-magazine-section {
    background: #fff !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
