body {
    background-color: #f7f7f7;
}

html {
    scroll-behavior: smooth;
}

body {
    padding-top: 0;
}

#coffee-vanilla,
#tropical-fruits-magnolia,
#coconut-praline,
#flowers-amber {
    scroll-margin-top: 110px;
}

.navbar-default .navbar-nav>li>a {
    color: #292929;
    font-weight: 500;
}

.navbar-default .navbar-nav>li>a:hover, a.focus, a:hover {
    color: #FFC735;
    text-decoration: none;
}

.navbar-default {
    background-color: #f7f7f7;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}

.-sal-sds-navbar-sticky {
    margin-bottom: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #292929;
}

.navbar-en .navbar-nav>li>a {
        font-size: 15px;
        padding: 12px 10px;
    }

@media (max-width: 1199px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px 6px;
    }
}

.-sal-sds-hr {
    border: none;
    border-top: 1px solid #292929;
    margin: 20px 0;
}


.-sal-sds-flex-row-bottom {
  display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.-sal-sds-flex-row-center-row {
  display: flex;
  align-items: center;
}

.-sal-sds-flex-row-center {
  display: flex;
  justify-content: center;
}

.-sal-sds-main {
    font-family: montserrat, sans-serif;
    color: #292929;
    font-size: 16px;
    font-weight: 300;
}

.-sal-sds-hero-cta {
    --sal-sds-cta-accent: #FFC735;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.-sal-sds-hero-cta-yellow {
    --sal-sds-cta-accent: #FFC735;
}

.-sal-sds-hero-cta-pink {
    --sal-sds-cta-accent: #FD78A7;
}

.-sal-sds-hero-cta-blue {
    --sal-sds-cta-accent: #1FD9CD;
}

.-sal-sds-hero-cta-purple {
    --sal-sds-cta-accent: #9158DF;
}

.-sal-sds-btn {
    display: inline-block;
    min-width: 210px;
    padding: 14px 24px;
    border: 2px solid var(--sal-sds-cta-accent);
    border-radius: 999px;
    font-family: bebas-neue-by-fontfabric, sans-serif;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.-sal-sds-btn:hover,
.-sal-sds-btn:focus {
    text-decoration: none;
}

.-sal-sds-btn-hebe {
    background-color: var(--sal-sds-cta-accent);
    border-color: var(--sal-sds-cta-accent);
    color: #292929;
}

.-sal-sds-btn-hebe:hover,
.-sal-sds-btn-hebe:focus {
    background-color: #292929;
    border-color: #292929;
    color: #fff;
}

.-sal-sds-btn-store {
    background-color: transparent;
    color: var(--sal-sds-cta-accent);
}

.-sal-sds-btn-store:hover,
.-sal-sds-btn-store:focus {
    background-color: #292929;
    color: #fff;
}

/* .-sal-sds-section-1 {
    background-image: url("/no28/images/no28_top.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
} */

.-sal-sds-section-2 {
      background-image:
    url("/no28/images/palm_background.png"),
        linear-gradient(180deg, rgba(248, 194, 70, 1) 0, rgba(248, 194, 70, 1) 285px, rgb(247, 247, 247) 285px, rgb(247, 247, 247) 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 50px;  
    margin-top: -20px;
}

.-sal-sds-section-2-82 {
      background-image:
    url("/no82/images/palm_background.png"),
        linear-gradient(180deg, rgb(253, 120, 167) 0, rgb(253, 120, 167) 285px, rgb(247, 247, 247) 285px, rgb(247, 247, 247) 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 40px;  
    margin-top: -2px;
}

.-sal-sds-section-2-57 {
      background-image:
    url("/no57/images/palm_background.png"),
        linear-gradient(180deg, rgb(31, 217, 205) 0, rgb(31, 217, 205) 285px, rgb(247, 247, 247) 285px, rgb(247, 247, 247) 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 40px;  
    margin-top: -2px;
}

.-sal-sds-section-2-93 {
      background-image:
    url("/no93/images/palm_background.png"),
        linear-gradient(180deg, rgb(145, 88, 223) 0, rgb(145, 88, 223) 285px, rgb(247, 247, 247) 285px, rgb(247, 247, 247) 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 40px;  
    margin-top: -2px;
}

/* .-sal-sds-section-3 {
    background-image: url("/no28/images/middle_background.png");
    background-size: cover;
    background-repeat: no-repeat;
} */

.-sal-sds-section-4, .-sal-sds-section-5 {
    background-color: #FFC735;
}

.-sal-sds-section-4-82, .-sal-sds-section-5-82 {
    background-color: #FD78A7;
}

.-sal-sds-section-4-57, .-sal-sds-section-5-57 {
    background-color: #1FD9CD;
}

.-sal-sds-section-4-93, .-sal-sds-section-5-93 {
    background-color: #9158DF;
}


.-sal-sds-move-up {
    margin-top: -200px;
}
.-sal-sds-move-up-more {
    margin-top: -360px;
}

.-sal-sds-h1 {
    font-size: 70px;
    font-family: atocha, sans-serif;
    font-weight: 400;
}

.-sal-sds-logo {
    font-size: 40px;
    font-family: atocha, sans-serif;
    font-weight: 400;
}

.-sal-sds-subhed {
    font-size: 32px;
    font-family: bebas-neue-by-fontfabric, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    line-height: 36px;;
}



.-sal-sds-products {
    font-size: 42px;
    font-family: atocha, sans-serif;
    font-weight: 400;
}

.-sal-sds-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 12px 25px;
}

.-sal-sds-product-card img {
    height: 220px;
    width: auto;
    margin-bottom: 0;
    object-fit: contain;
}

.-sal-sds-product-card .-sal-sds-products {
    min-height: 84px;
    margin-top: 28px;
    margin-bottom: 2px;
    font-size: 34px;
    line-height: 1;
}

.-sal-sds-product-copy {
    max-width: 250px;
    margin: 0 auto;
    padding-top: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #292929;
}

.-sal-sds-availability {
    display: inline-block;
    margin-top: 24px;
    padding: 8px 14px 7px;
    background-color: #ec008c;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: bebas-neue-by-fontfabric, sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.-sal-sds-yellow {
    color: #FFC735;
}

.-sal-sds-pink {
    color: #FD78A7;
}   

.-sal-sds-blue {
    color: #1FD9CD;
}

.-sal-sds-purple {
    color: #9158DF;
}   

.-sal-sds-white {
    color: #fff;
}

.-sal-sds-pad-section {
    padding-top: 20px;
}

.-sal-sds-pad-section-mid {
    padding-top: 50px;
}

.-sal-sds-pad-section-video {
    padding-top: 50px;
    padding-bottom: 200px;
}

.-sal-sds-pad-section-video-93 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.-sal-sds-pad-bottom-50 {
    padding-bottom:50px;
}

.-sal-sds-pad-bottom-25 {
    padding-bottom:25px;
}

.-sal-sds-pad-top-50 {
    padding-top:50px;
}

.-sal-sds-pad-top-150 {
    padding-top:150px;
}

.-sal-sds-pad-top-25 {
    padding-top:25px;
}
.-sal-sds-pad-x-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.-sal-sds-pad-40 {
    padding: 40px;
}

.-sal-sds-display-mobile{
    display:none;
}

.-sal-sds-background-text-multi {
  position: relative;
  min-height: 400px;
}
.-sal-sds-bg-text {
  position: absolute;
  /* left: 50%; */
  transform: translate(-20%, -70%);
  font-size: 4.9vw;
  color: rgba(255,255,255,0.40);
  font-weight: 400;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  letter-spacing: 1px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  text-transform: uppercase;
  /* text-wrap: wrap; */
  /* text-align: justify; */
  /* line-height: 4.5vw */
}
.-sal-sds-bg-text-en {
  position: absolute;
  /* left: 50%; */
  transform: translate(-20%, -70%);
  font-size: 4.5vw;
  color: rgba(255,255,255,0.40);
  font-weight: 400;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  letter-spacing: 1px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  text-transform: uppercase;
  /* text-wrap: wrap; */
  /* text-align: justify; */
  /* line-height: 4.5vw */
}

.-sal-sds-foreground-content {
  position: relative;
  z-index: 1;
}

.-sal-sds-wdth-100 {
    width:100%;
}

.-sal-sds-wdth-60 {
    width:60%;
}

.-sal-sds-wdth-25 {
    width:25%;
}

.-sal-sds-margin-300 {
    margin-top: -300px;
}

.-sal-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:1200px) {

    .-sal-sds-product-card {
        padding-bottom: 20px;
    }

    .-sal-sds-product-card .-sal-sds-products {
        min-height: 72px;
        margin-top: 22px;
        margin-bottom: 6px;
        font-size: 30px;
    }

    .-sal-sds-product-card img {
        height: 190px;
    }

    .-sal-sds-wdth-25 {
        width:50%;
    }

    .-sal-sds-display-desktop {
        display:none;
    }

    .-sal-sds-display-mobile {
        display:block;
    }

    .-sal-sds-flex-row-center-row {
        display: block;
    }

    .-sal-sds-pad-40 {
        padding: 10px;
    }

    .-sal-sds-move-up {
    margin-top: 0px;
    }
    .-sal-sds-move-up-more {
    margin-top: -100px;
}
    .-sal-sds-pad-section-video {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .-sal-sds-pad-section-video-93 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}
@media(max-width:768px) {

body {
    padding-top: 0;
}

#coffee-vanilla,
#tropical-fruits-magnolia,
#coconut-praline,
#flowers-amber {
    scroll-margin-top: 20px;
}

.-sal-sds-wdth-25 {
    width:50%;
}

.-sal-sds-pad-x-30-mobile {
    padding-left: 30px;
    padding-right: 30px;
}

.-sal-sds-pad-top-50 {
    padding-top: 0px;
}
.-sal-sds-pad-top-150 {
    padding-top: 50px;
}

    .-sal-sds-desktop-break {
    display:none;
}
    .-sal-sds-section-1 {
    background-size: contain;
}

.-sal-sds-pad-section {
    padding-bottom: 10px;
}

.-sal-sds-flex-row-center-row {
    display: block;
}

.-sal-sds-section-2 {
      background-image:
    url("/no28/images/palm_background.png"),
        linear-gradient(180deg, rgba(255, 199, 53, 1) 0, rgba(255, 199, 53, 1) 180px, rgba(255, 255, 255, 1) 180px, rgba(255, 255, 255, 1) 100%);
    background-size: auto;
}

.-sal-sds-section-2-82 {
      background-image:
    url("/no82/images/palm_background.png"),
        linear-gradient(180deg, rgba(253, 120, 167, 1) 0, rgba(253, 120, 167, 1) 180px, rgba(255, 255, 255, 1) 180px, rgba(255, 255, 255, 1) 100%);
    background-size: auto;
}
.-sal-sds-section-2-57 {
      background-image:
    url("/no57/images/palm_background.png"),
        linear-gradient(180deg, rgba(31, 217, 205, 1) 0, rgba(31, 217, 205, 1) 180px, rgba(255, 255, 255, 1) 180px, rgba(255, 255, 255, 1) 100%);
    background-size: auto;
}
.-sal-sds-section-2-93 {
      background-image:
    url("/no93/images/palm_background.png"),
        linear-gradient(180deg, rgba(145, 88, 223, 1) 0, rgba(145, 88, 223, 1) 180px, rgba(255, 255, 255, 1) 180px, rgba(255, 255, 255, 1) 100%);
    background-size: auto;
}

/* .-sal-sds-pad-section-mid {
    padding-top: 250px;
    padding-bottom: 50px;
} */

.-sal-sds-section-3 {
    background-size: contain;
}

.-sal-sds-pad-bottom-50 {
    padding-bottom:14em;
}

.-sal-sds-pad-section-video {
    padding-top: 50px;
    padding-bottom: 50px;
}

.-sal-sds-pad-section-video-93 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.-sal-sds-pad-mob-bottom-10 {
    padding-bottom:10px;
}

.-sal-sds-hero-cta {
    gap: 10px;
}

.-sal-sds-btn {
    width: 100%;
    min-width: 0;
    font-size: 22px;
}

.-sal-sds-product-card {
    padding-bottom: 30px;
}

.-sal-sds-product-card img {
    height: 150px;
}

.-sal-sds-product-card .-sal-sds-products {
    min-height: 0;
    margin-top: 18px;
    margin-bottom: 2px;
    font-size: 28px;
}

.-sal-sds-product-copy {
    max-width: none;
    font-size: 13px;
}

.-sal-sds-availability {
    font-size: 18px;
}

.-sal-sds-margin-300 {
    margin-top: 10px;
}

.-sal-sds-move-up {
    margin-top: 0px;
}
.-sal-sds-move-up-more {
    margin-top: -100px;
}

}

@media(min-width:769px) {
    body {
        padding-top: 88px;
    }

    .-sal-sds-navbar-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 8px 24px rgba(41, 41, 41, 0.08);
    }
}