/** Shopify CDN: Minification failed

Line 488:332 Unexpected "}"

**/
/* === DRIPOLOGY BRAND OVERRIDES === */
:root {
    --color-base-accent-1: 26, 184, 204;
    --color-base-accent-2: 26, 184, 204;
}

/* Teal primary buttons */
.button, .button--primary, button[type="submit"], input[type="submit"] {
      border-radius: 40px !important;
        background-color: #1AB8CC !important;
          color: #ffffff !important;
            border-color: #1AB8CC !important;
              font-weight: 700;
                letter-spacing: 0.08em;
                  text-transform: uppercase;
}
.button:hover, .button--primary:hover {
      background-color: #15a0b3 !important;
        border-color: #15a0b3 !important;
          color: #ffffff !important;

}

/* Secondary outlined buttons */
.button--secondary {
      background-color: transparent !important;
        color: #1AB8CC !important;
          border: 2px solid #1AB8CC !important;
            border-radius: 40px !important;
              font-weight: 700;
}

/* White clean header */
.header-wrapper {
      background-color: #ffffff !important;
        border-bottom: 1px solid #eeeeee !important;
          box-shadow: none !important;
}

/* Nav links */
.header__menu-item a, .header__menu-item span {
      color: #222222;
        font-weight: 600;
}
.header__menu-item a:hover { color: #1AB8CC !important; }

/* Bold headings */
h1, h2, h3, h4 {
      font-weight: 800;
        letter-spacing: -0.02em;
          color: #111111;
}

/* Teal price accents */
.price--highlight, .price-item--sale { color: #1AB8CC !important; }
.badge { background-color: #1AB8CC; color: #ffffff; border-radius: 20px; }

/* Teal announcement bar */
.announcement-bar { background-color: #1AB8CC !important; }
.announcement-bar__message, .announcement-bar a { color: #ffffff !important; }

/* Product cards */
.card__heading a { font-weight: 700; color: #111111; }

/* Footer */
.footer { background-color: #f7f7f7 !important; }

/* ============================================================
   HOMEPAGE HERO — Image Banner
      ============================================================ */
      .banner__box {
        background: rgba(0, 0, 0, 0.35) !important;
          border-radius: 12px;
            padding: 2.4rem 3.2rem !important;
              backdrop-filter: blur(4px);
                border: 1px solid rgba(255,255,255,0.15);
                }

                .banner__heading {
                  font-size: clamp(2.8rem, 6vw, 6rem) !important;
                    font-weight: 800 !important;
                      letter-spacing: -0.03em !important;
                        line-height: 1.05 !important;
                          color: #ffffff !important;
                            text-shadow: 0 2px 20px rgba(0,0,0,0.4);
                            }

                            .banner__content .banner__text {
                              font-size: 1.8rem !important;
                                color: rgba(255,255,255,0.92) !important;
                                  margin-top: 0.8rem;
                                    font-weight: 400;
                                      letter-spacing: 0.01em;
                                      }

                                      .banner .button {
                                        background: #1AB8CC !important;
                                          color: #fff !important;
                                            border: none !important;
                                              border-radius: 40px !important;
                                                font-weight: 700 !important;
                                                  font-size: 1.5rem !important;
                                                    padding: 1.4rem 3.2rem !important;
                                                      letter-spacing: 0.04em !important;
                                                        text-transform: uppercase !important;
                                                          box-shadow: 0 4px 24px rgba(26,184,204,0.45) !important;
                                                            transition: all 0.25s ease !important;
                                                            }

                                                            .banner .button:hover {
                                                              background: #15a0b2 !important;
                                                                transform: translateY(-2px) !important;
                                                                  box-shadow: 0 8px 32px rgba(26,184,204,0.55) !important;
                                                                  }

                                                                  /* ============================================================
                                                                     HOMEPAGE — Category / Collection List Grid
                                                                        ============================================================ */
                                                                        .collection-list-wrapper {
                                                                          padding: 6rem 0;
                                                                          }

                                                                          .collection-list__title {
                                                                            font-size: 3.2rem !important;
                                                                              font-weight: 800 !important;
                                                                                text-align: center;
                                                                                  letter-spacing: -0.03em;
                                                                                    color: #111111;
                                                                                      margin-bottom: 0.6rem !important;
                                                                                      }

                                                                                      .collection-list .card {
                                                                                        border-radius: 16px !important;
                                                                                          overflow: hidden;
                                                                                            transition: transform 0.28s ease, box-shadow 0.28s ease !important;
                                                                                              box-shadow: 0 2px 16px rgba(0,0,0,0.08) !important;
                                                                                                border: none !important;
                                                                                                }

                                                                                                .collection-list .card:hover {
                                                                                                  transform: translateY(-6px) !important;
                                                                                                    box-shadow: 0 12px 40px rgba(0,0,0,0.16) !important;
                                                                                                    }

                                                                                                    .collection-list .card__heading a {
                                                                                                      font-size: 2rem !important;
                                                                                                        font-weight: 700 !important;
                                                                                                          color: #111111 !important;
                                                                                                            letter-spacing: -0.01em;
                                                                                                            }

                                                                                                            .collection-list .card__heading a:hover {
                                                                                                              color: #1AB8CC !important;
                                                                                                              }

                                                                                                              .collection-list .card__media {
                                                                                                                border-radius: 16px 16px 0 0 !important;
                                                                                                                  overflow: hidden;
                                                                                                                  }

                                                                                                                  /* ============================================================
                                                                                                                     HOMEPAGE — Rich Text / "Shop Categories" section
                                                                                                                        ============================================================ */
                                                                                                                        .rich-text__heading {
                                                                                                                          font-size: 3.6rem !important;
                                                                                                                            font-weight: 800 !important;
                                                                                                                              letter-spacing: -0.03em !important;
                                                                                                                                color: #111111;
                                                                                                                                }

                                                                                                                                .rich-text__text {
                                                                                                                                  font-size: 1.7rem !important;
                                                                                                                                    color: #555555 !important;
                                                                                                                                      line-height: 1.7 !important;
                                                                                                                                        max-width: 640px;
                                                                                                                                          margin: 0 auto;
                                                                                                                                          }

                                                                                                                                          /* ============================================================
                                                                                                                                             HOMEPAGE — Multicolumn Trust/Features Section
                                                                                                                                                ============================================================ */
                                                                                                                                                .multicolumn {
                                                                                                                                                  background: #f8fbfc;
                                                                                                                                                    padding: 5rem 0 !important;
                                                                                                                                                    }

                                                                                                                                                    .multicolumn-list__title {
                                                                                                                                                      font-size: 1.8rem !important;
                                                                                                                                                        font-weight: 700 !important;
                                                                                                                                                          color: #111111;
                                                                                                                                                            margin-top: 1.2rem !important;
                                                                                                                                                            }

                                                                                                                                                            .multicolumn-list__item .rte {
                                                                                                                                                              font-size: 1.5rem !important;
                                                                                                                                                                color: #666666 !important;
                                                                                                                                                                  line-height: 1.6 !important;
                                                                                                                                                                  }

                                                                                                                                                                  .multicolumn .icon-with-text__icon svg,
                                                                                                                                                                  .multicolumn .icon-with-text__icon img {
                                                                                                                                                                    color: #1AB8CC;
                                                                                                                                                                      fill: #1AB8CC;
                                                                                                                                                                        width: 48px;
                                                                                                                                                                          height: 48px;
                                                                                                                                                                          }

                                                                                                                                                                          .multicolumn-list__item {
                                                                                                                                                                            background: #ffffff;
                                                                                                                                                                              border-radius: 14px;
                                                                                                                                                                                padding: 2.4rem !important;
                                                                                                                                                                                  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
                                                                                                                                                                                    transition: box-shadow 0.2s ease;
                                                                                                                                                                                    }

                                                                                                                                                                                    .multicolumn-list__item:hover {
                                                                                                                                                                                      box-shadow: 0 6px 28px rgba(0,0,0,0.10);
                                                                                                                                                                                      }

                                                                                                                                                                                      /* Section headings */
                                                                                                                                                                                      .multicolumn .title {
                                                                                                                                                                                        font-size: 3rem !important;
                                                                                                                                                                                          font-weight: 800 !important;
                                                                                                                                                                                            letter-spacing: -0.02em !important;
                                                                                                                                                                                              color: #111111;
                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                  margin-bottom: 3rem !important;
                                                                                                                                                                                                  }

                                                                                                                                                                                                  /* ============================================================
                                                                                                                                                                                                     HOMEPAGE — Featured Collection
                                                                                                                                                                                                        ============================================================ */
                                                                                                                                                                                                        .featured-collection .title {
                                                                                                                                                                                                          font-size: 3rem !important;
                                                                                                                                                                                                            font-weight: 800 !important;
                                                                                                                                                                                                              letter-spacing: -0.02em;
                                                                                                                                                                                                                color: #111111;
                                                                                                                                                                                                                }

                                                                                                                                                                                                                .featured-collection .card__heading a {
                                                                                                                                                                                                                  font-size: 1.6rem !important;
                                                                                                                                                                                                                    font-weight: 600 !important;
                                                                                                                                                                                                                      color: #111111 !important;
                                                                                                                                                                                                                      }

                                                                                                                                                                                                                      .featured-collection .card {
                                                                                                                                                                                                                        border-radius: 14px !important;
                                                                                                                                                                                                                          overflow: hidden;
                                                                                                                                                                                                                            transition: transform 0.25s ease, box-shadow 0.25s ease !important;
                                                                                                                                                                                                                              border: 1px solid #f0f0f0 !important;
                                                                                                                                                                                                                              }

                                                                                                                                                                                                                              .featured-collection .card:hover {
                                                                                                                                                                                                                                transform: translateY(-4px) !important;
                                                                                                                                                                                                                                  box-shadow: 0 10px 32px rgba(0,0,0,0.12) !important;
                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                  /* Price styling in product cards */
                                                                                                                                                                                                                                  .price__regular .price-item {
                                                                                                                                                                                                                                    color: #1AB8CC !important;
                                                                                                                                                                                                                                      font-weight: 700;
                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                      /* ============================================================
                                                                                                                                                                                                                                         HOMEPAGE — Section spacing & global polish
                                                                                                                                                                                                                                            ============================================================ */
                                                                                                                                                                                                                                            .shopify-section + .shopify-section {
                                                                                                                                                                                                                                              margin-top: 0;
                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                              /* Teal CTA buttons sitewide */
                                                                                                                                                                                                                                              .button--primary, a.button {
                                                                                                                                                                                                                                                background: #1AB8CC !important;
                                                                                                                                                                                                                                                  color: #ffffff !important;
                                                                                                                                                                                                                                                    border-color: #1AB8CC !important;
                                                                                                                                                                                                                                                      border-radius: 40px !important;
                                                                                                                                                                                                                                                        font-weight: 700 !important;
                                                                                                                                                                                                                                                          letter-spacing: 0.04em;
                                                                                                                                                                                                                                                            transition: all 0.22s ease !important;
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            .button--primary:hover, a.button:hover {
                                                                                                                                                                                                                                                              background: #15a0b2 !important;
                                                                                                                                                                                                                                                                border-color: #15a0b2 !important;
                                                                                                                                                                                                                                                                  transform: translateY(-2px);
                                                                                                                                                                                                                                                                    box-shadow: 0 6px 20px rgba(26,184,204,0.35) !important;
                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                    /* Section title underline accent */
                                                                                                                                                                                                                                                                    .collection-list .title::after,
                                                                                                                                                                                                                                                                    .featured-collection .title::after {
                                                                                                                                                                                                                                                                      content: '';
                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                          width: 48px;
                                                                                                                                                                                                                                                                            height: 4px;
                                                                                                                                                                                                                                                                              background: #1AB8CC;
                                                                                                                                                                                                                                                                                border-radius: 2px;
                                                                                                                                                                                                                                                                                  margin: 0.8rem auto 0;
                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                  /* ============================================================
                                                                                                                                                                                                                                                                                     RESPONSIVE
                                                                                                                                                                                                                                                                                        ============================================================ */
                                                                                                                                                                                                                                                                                        @media (max-width: 749px) {
                                                                                                                                                                                                                                                                                          .banner__heading { font-size: 3.2rem !important; }
                                                                                                                                                                                                                                                                                            .banner__box { padding: 1.6rem !important; }
                                                                                                                                                                                                                                                                                              .collection-list__title { font-size: 2.4rem !important; }
                                                                                                                                                                                                                                                                                                .multicolumn-list__item { padding: 1.6rem !important; }
                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                /* ============================================================
                                                                                                                                                                                                                                                                                                   DRIPOLOGY CREAM BACKGROUND — #f2f1e8
                                                                                                                                                                                                                                                                                                      ============================================================ */

                                                                                                                                                                                                                                                                                                      /* Override Dawn's CSS variables to use the cream palette */
                                                                                                                                                                                                                                                                                                      :root {
                                                                                                                                                                                                                                                                                                          --color-base-background-1: 242, 241, 232;
                                                                                                                                                                                                                                                                                                            --color-base-background-2: 235, 234, 222;
                                                                                                                                                                                                                                                                                                              --color-base-text: 30, 30, 30;
                                                                                                                                                                                                                                                                                                              }

                                                                                                                                                                                                                                                                                                              body {
                                                                                                                                                                                                                                                                                                                background-color: #f2f1e8 !important;
                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                /* Header / Nav — cream background */
                                                                                                                                                                                                                                                                                                                .header-wrapper,
                                                                                                                                                                                                                                                                                                                .header {
                                                                                                                                                                                                                                                                                                                  background-color: #f2f1e8 !important;
                                                                                                                                                                                                                                                                                                                    border-bottom: 1px solid rgba(26,184,204,0.15) !important;
                                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                                    /* All main sections inherit the cream */
                                                                                                                                                                                                                                                                                                                    .shopify-section,
                                                                                                                                                                                                                                                                                                                    .color-scheme-background-1,
                                                                                                                                                                                                                                                                                                                    .color-background-1 {
                                                                                                                                                                                                                                                                                                                        background-color: #f2f1e8 !important;
                                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                                        /* Slightly deeper cream for alternate sections */
                                                                                                                                                                                                                                                                                                                        .color-scheme-background-2,
                                                                                                                                                                                                                                                                                                                        .color-background-2 {
                                                                                                                                                                                                                                                                                                                          background-color: #eae9d8 !important;
                                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                                          /* Rich text section */
                                                                                                                                                                                                                                                                                                                          .section-rich-text { background-color: #f2f1e8 !important; }

                                                                                                                                                                                                                                                                                                                          /* Product cards — keep cream background */
                                                                                                                                                                                                                                                                                                                          .card,
                                                                                                                                                                                                                                                                                                                          .card__inner,
                                                                                                                                                                                                                                                                                                                          .card-wrapper {
                                                                                                                                                                                                                                                                                                                            background-color: #f5f4eb !important;
                                                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                                                            /* Dropdowns / menus — cream background */
                                                                                                                                                                                                                                                                                                                            .header__submenu,
                                                                                                                                                                                                                                                                                                                            .disclosure__panel,
                                                                                                                                                                                                                                                                                                                            .list-menu,
                                                                                                                                                                                                                                                                                                                            .mega-menu__content {
                                                                                                                                                                                                                                                                                                                              background-color: #f2f1e8 !important;
                                                                                                                                                                                                                                                                                                                                border: 1px solid rgba(26,184,204,0.2) !important;
                                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                                /* ============================================================
                                                                                                                                                                                                                                                                                                                                   FOOTER REDESIGN
                                                                                                                                                                                                                                                                                                                                      ============================================================ */

                                                                                                                                                                                                                                                                                                                                      .footer {
                                                                                                                                                                                                                                                                                                                                        background-color: #1a1a1a !important;
                                                                                                                                                                                                                                                                                                                                          color: #f2f1e8 !important;
                                                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                                                          .footer__content-top {
                                                                                                                                                                                                                                                                                                                                            border-bottom: 1px solid rgba(242,241,232,0.12) !important;
                                                                                                                                                                                                                                                                                                                                              padding-top: 4rem !important;
                                                                                                                                                                                                                                                                                                                                                padding-bottom: 3rem !important;
                                                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                                                /* Footer headings */
                                                                                                                                                                                                                                                                                                                                                .footer__heading,
                                                                                                                                                                                                                                                                                                                                                .footer-block__heading {
                                                                                                                                                                                                                                                                                                                                                  color: #ffffff !important;
                                                                                                                                                                                                                                                                                                                                                    font-size: 0.85rem !important;
                                                                                                                                                                                                                                                                                                                                                      letter-spacing: 0.12em !important;
                                                                                                                                                                                                                                                                                                                                                        text-transform: uppercase !important;
                                                                                                                                                                                                                                                                                                                                                          margin-bottom: 1.2rem !important;
                                                                                                                                                                                                                                                                                                                                                          }

                                                                                                                                                                                                                                                                                                                                                          /* Footer links */
                                                                                                                                                                                                                                                                                                                                                          .footer a,
                                                                                                                                                                                                                                                                                                                                                          .footer li a,
                                                                                                                                                                                                                                                                                                                                                          .footer .footer-block__list a {
                                                                                                                                                                                                                                                                                                                                                            color: rgba(242,241,232,0.72) !important;
                                                                                                                                                                                                                                                                                                                                                              text-decoration: none !important;
                                                                                                                                                                                                                                                                                                                                                                font-size: 0.9rem !important;
                                                                                                                                                                                                                                                                                                                                                                  transition: color 0.2s ease !important;
                                                                                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                                                                                  .footer a:hover,
                                                                                                                                                                                                                                                                                                                                                                  .footer li a:hover {
                                                                                                                                                                                                                                                                                                                                                                    color: #1AB8CC !important;
                                                                                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                                                                                    /* Footer bottom bar */
                                                                                                                                                                                                                                                                                                                                                                    .footer__content-bottom {
                                                                                                                                                                                                                                                                                                                                                                      background-color: #111111 !important;
                                                                                                                                                                                                                                                                                                                                                                        border-top: 1px solid rgba(242,241,232,0.08) !important;
                                                                                                                                                                                                                                                                                                                                                                          padding-top: 1.5rem !important;
                                                                                                                                                                                                                                                                                                                                                                            padding-bottom: 1.5rem !important;
                                                                                                                                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                                                                                                                                            .footer__content-bottom,
                                                                                                                                                                                                                                                                                                                                                                            .footer__content-bottom p,
                                                                                                                                                                                                                                                                                                                                                                            .footer__content-bottom a,
                                                                                                                                                                                                                                                                                                                                                                            .footer__copyright {
                                                                                                                                                                                                                                                                                                                                                                              color: rgba(242,241,232,0.45) !important;
                                                                                                                                                                                                                                                                                                                                                                                font-size: 0.78rem !important;
                                                                                                                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                                                                                                                .footer__content-bottom a:hover {
                                                                                                                                                                                                                                                                                                                                                                                  color: #1AB8CC !important;
                                                                                                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                                                                                                  /* Footer logo tint */
                                                                                                                                                                                                                                                                                                                                                                                  .footer .footer__logo img { filter: brightness(0) invert(1) !important; }

                                                                                                                                                                                                                                                                                                                                                                                  /* ============================================================
                                                                                                                                                                                                                                                                                                                                                                                     COMPLIANCE DISCLAIMER BAR
                                                                                                                                                                                                                                                                                                                                                                                        ============================================================ */

                                                                                                                                                                                                                                                                                                                                                                                        .dripology-disclaimer {
                                                                                                                                                                                                                                                                                                                                                                                          background-color: #f7f6ef;
                                                                                                                                                                                                                                                                                                                                                                                            border-top: 1px solid #dddccf;
                                                                                                                                                                                                                                                                                                                                                                                              border-bottom: 1px solid #dddccf;
                                                                                                                                                                                                                                                                                                                                                                                                padding: 1.6rem 2rem;
                                                                                                                                                                                                                                                                                                                                                                                                  text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                                                                                                                                                                                  .dripology-disclaimer p {
                                                                                                                                                                                                                                                                                                                                                                                                    font-size: 0.72rem;
                                                                                                                                                                                                                                                                                                                                                                                                      line-height: 1.7;
                                                                                                                                                                                                                                                                                                                                                                                                        color: #777;
                                                                                                                                                                                                                                                                                                                                                                                                          max-width: 920px;
                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0 auto;

                                                                                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                                                                                    .dripology-disclaimer strong { color: #555; font-weight: 600; }

                                                                                                                                                                                                                                                                                                                    /* ============================================================
                                                                                                                                                                                                                                                                                                                       NAV SUBMENU — Weight Loss under Dripology RX
                                                                                                                                                                                                                                                                                                                          ============================================================ */

                                                                                                                                                                                                                                                                                                                          .header__submenu .list-menu__item a { font-size: 0.88rem !important; color: #333 !important; padding: 0.5rem 1.2rem !important; }
                                                                                                                                                                                                                                                                                                                          .header__submenu .list-menu__item a:hover { color: #1AB8CC !important; background-color: rgba(26,184,204,0.06) !important; }

                                                                                                                                                                                                                                                                                                                          /* ============================================================
                                                                                                                                                                                                                                                                                                                             COLLECTION CARD IMAGE POLISH
                                                                                                                                                                                                                                                                                                                                ============================================================ */

                                                                                                                                                                                                                                                                                                                                .collection-list__item .card__media { overflow: hidden; border-radius: 12px; }
                                                                                                                                                                                                                                                                                                                                .collection-list__item .card__media img { object-fit: cover; transition: transform 0.45s ease !important; width: 100%; height: 100%; }
                                                                                                                                                                                                                                                                                                                                .collection-list__item:hover .card__media img { transform: scale(1.06) !important; }
                                                                                                                                                                                                                                                                                                                                .collection-list__item .card__heading a { color: #1a1a1a !important; font-weight: 600 !important; }

                                                                                                                                                                                                                                                                                                                                /* ============================================================
                                                                                                                                                                                                                                                                                                                                   ANNOUNCEMENT BAR
                                                                                                                                                                                                                                                                                                                                      ============================================================ */

                                                                                                                                                                                                                                                                                                                                      .announcement-bar { background-color: #1AB8CC !important; color: #ffffff !important; }
                                                                                                                                                                                                                                                                                                                                      .announcement-bar__message, .announcement-bar__message a { color: #ffffff !important; font-size: 0.82rem !important; letter-spacing: 0.04em !important; }

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

                                                                                                                                                                                                                                                                                                                                            @media (max-width: 749px) {
                                                                                                                                                                                                                                                                                                                                                .dripology-disclaimer { padding: 1.2rem 1rem; }
                                                                                                                                                                                                                                                                                                                                                  .dripology-disclaimer p { font-size: 0.68rem; }
                                                                                                                                                                                                                                                                                                                                                    .footer__content-top { padding-top: 2.5rem !important; }
                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                      }
