@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
    用來定義變數用的
\*------------------------------------*/
/*
* FONT
* COLOR
*/
/*------------------------------------*\
    $BREAK-POINTS
\*------------------------------------*/
/*------------------------------------*\
    $COLOR
\*------------------------------------*/
.layout-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 2.7vw;
  line-height: 1.54;
  letter-spacing: 0.6px;
  font-weight: normal;
  color: #58207b;
  caret-color: #58207b;
  vertical-align: baseline;
}
@media (min-width: 1024px) {
  .layout-container * {
    font-size: 14px;
    line-height: 1.54;
    letter-spacing: 0.6px;
    font-weight: normal;
  }
}
.layout-container *:focus {
  outline: none;
  box-shadow: none;
}
.layout-container ol,
.layout-container ul {
  list-style: none;
}
.layout-container blockquote,
.layout-container q {
  quotes: none;
}
.layout-container blockquote:before,
.layout-container blockquote:after,
.layout-container q:before,
.layout-container q:after {
  content: "";
  content: none;
}
.layout-container table {
  border-collapse: collapse;
  border-spacing: 0;
}
.layout-container img {
  object-fit: contain;
}
.layout-container a:hover {
  text-decoration: none;
}
.layout-container .is-hidden {
  display: none !important;
}
.layout-container .is-unvisible {
  opacity: 0 !important;
  pointer-events: none !important;
}
.layout-container .is-unclick {
  pointer-events: none !important;
}
@media (min-width: 1024px) {
  .layout-container .is-hidden-pc {
    display: none !important;
  }
}

body {
  scroll-behavior: smooth;
}
body.has-nav, body.has-popup, body.has-loading {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: hidden;
}

.is-webp::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("/themes/custom/nestle_baby/images/webp/main-bg-mobile.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
@media (min-width: 768px) {
  .is-webp::before {
    background-image: url("/themes/custom/nestle_baby/images/webp/main-bg-pc.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.no-webp {
  z-index: -1;
}
.no-webp::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("/themes/custom/nestle_baby/images/original/main-bg-mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  .no-webp::before {
    background-image: url("/themes/custom/nestle_baby/images/original/main-bg-pc.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

#block-nestle-baby-main-menu .trigger,
#block-nestle-baby-main-menu .contextual-links {
  position: absolute !important;
}
#block-nestle-baby-main-menu .contextual-links {
  top: 25px !important;
}

#block-nestle-baby-main-menu .navbar {
  width: 100vw;
  height: auto;
  border-radius: 0;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2vw 4vw;
  width: 100%;
  height: auto;
  border-radius: 0;
  transition: background 0.3s;
}
#block-nestle-baby-main-menu .navbar * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 2.7vw;
  line-height: 1.54;
  letter-spacing: 0.6px;
  font-weight: normal;
  color: #58207b;
  caret-color: #58207b;
  vertical-align: baseline;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar * {
    font-size: 14px;
    line-height: 1.54;
    letter-spacing: 0.6px;
    font-weight: normal;
  }
}
#block-nestle-baby-main-menu .navbar *:focus {
  outline: none;
  box-shadow: none;
}
#block-nestle-baby-main-menu .navbar ol,
#block-nestle-baby-main-menu .navbar ul {
  list-style: none;
}
#block-nestle-baby-main-menu .navbar blockquote,
#block-nestle-baby-main-menu .navbar q {
  quotes: none;
}
#block-nestle-baby-main-menu .navbar blockquote:before,
#block-nestle-baby-main-menu .navbar blockquote:after,
#block-nestle-baby-main-menu .navbar q:before,
#block-nestle-baby-main-menu .navbar q:after {
  content: "";
  content: none;
}
#block-nestle-baby-main-menu .navbar table {
  border-collapse: collapse;
  border-spacing: 0;
}
#block-nestle-baby-main-menu .navbar img {
  object-fit: contain;
}
#block-nestle-baby-main-menu .navbar h1 {
  text-indent: -1000px;
}
#block-nestle-baby-main-menu .navbar a:hover {
  text-decoration: none;
}
#block-nestle-baby-main-menu .navbar .is-hidden {
  display: none !important;
}
#block-nestle-baby-main-menu .navbar .is-unvisible {
  opacity: 0 !important;
  pointer-events: none !important;
}
#block-nestle-baby-main-menu .navbar .is-unclick {
  pointer-events: none !important;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar .is-hidden-pc {
    display: none !important;
  }
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar {
    padding: 20px 30px;
  }
}
#block-nestle-baby-main-menu .navbar::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
#block-nestle-baby-main-menu .navbar__brand {
  width: auto;
  height: 8vw;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#block-nestle-baby-main-menu .navbar__brand picture, #block-nestle-baby-main-menu .navbar__brand img {
  width: auto;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar__brand {
    width: auto;
    height: 58px;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #block-nestle-baby-main-menu .navbar__brand picture, #block-nestle-baby-main-menu .navbar__brand img {
    width: auto;
    height: 100%;
    border-radius: 0;
  }
}
#block-nestle-baby-main-menu .navbar__brand img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s;
}
#block-nestle-baby-main-menu .navbar__brand .logo__light {
  opacity: 1;
}
#block-nestle-baby-main-menu .navbar__brand .logo__dark {
  opacity: 0;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar__brand .logo__dark {
    opacity: 0;
    display: none;
  }
}
#block-nestle-baby-main-menu .navbar__toggle {
  width: 8vw;
  height: auto;
  border-radius: 0;
  position: absolute;
  margin: auto;
  top: 0;
  right: 4vw;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar__toggle {
    width: 60px;
    height: auto;
    border-radius: 0;
    position: absolute;
    margin: auto;
    top: 0;
    right: 30px;
    bottom: 0;
  }
}
#block-nestle-baby-main-menu .navbar .toggle__bar {
  width: 100%;
  height: 0.4vw;
  border-radius: 0.4vw;
  background-color: #aaa;
  transition: all 0.3s;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar .toggle__bar {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #aaa;
  }
}
#block-nestle-baby-main-menu .navbar .toggle__bar:first-child {
  transform: translateY(-2vw);
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar .toggle__bar:first-child {
    transform: translateY(-16px);
  }
}
#block-nestle-baby-main-menu .navbar .toggle__bar:last-child {
  transform: translateY(2vw);
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar .toggle__bar:last-child {
    transform: translateY(16px);
  }
}
#block-nestle-baby-main-menu .navbar .toggle.is-active .toggle__bar {
  width: 0;
  background: #aaa;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar .toggle.is-active .toggle__bar {
    background: #aaa;
  }
}
#block-nestle-baby-main-menu .navbar .toggle.is-active .toggle__bar:first-child {
  width: 100%;
  transform: translateY(120%) rotate(45deg) !important;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar .toggle.is-active .toggle__bar:first-child {
    transform: translateY(4.5px) rotate(45deg) !important;
  }
}
#block-nestle-baby-main-menu .navbar .toggle.is-active .toggle__bar:last-child {
  width: 100%;
  transform: translateY(-120%) rotate(-45deg) !important;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar .toggle.is-active .toggle__bar:last-child {
    transform: translateY(-4.5px) rotate(-45deg) !important;
  }
}

.has-nav #block-nestle-baby-main-menu .navbar {
  background: #eee;
}
.has-nav #block-nestle-baby-main-menu .navbar::after {
  opacity: 1;
}
@media (min-width: 960px) {
  .has-nav #block-nestle-baby-main-menu .navbar {
    background: none;
  }
  .has-nav #block-nestle-baby-main-menu .navbar::after {
    content: none;
  }
}
.has-nav #block-nestle-baby-main-menu .navbar .logo__light {
  opacity: 0;
}
@media (min-width: 960px) {
  .has-nav #block-nestle-baby-main-menu .navbar .logo__light {
    opacity: 1;
  }
}
.has-nav #block-nestle-baby-main-menu .navbar .logo__dark {
  opacity: 1;
}
@media (min-width: 960px) {
  .has-nav #block-nestle-baby-main-menu .navbar .logo__dark {
    opacity: 0;
  }
}

#block-nestle-baby-main-menu * {
  text-decoration: none !important;
}
#block-nestle-baby-main-menu .navbar__collapse {
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: calc(100vh - 12vw);
  border-radius: 0;
  height: calc(var(--vh, 1vh) * 100 - 12vw);
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.4s;
  opacity: 0;
  pointer-events: none;
  margin-top: 12vw;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar__collapse {
    margin-top: 0;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#block-nestle-baby-main-menu .navbar__collapse.is-open {
  opacity: 1;
  pointer-events: auto;
}
#block-nestle-baby-main-menu .navbar__collapse .menu-level-0 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-y: scroll;
  width: 100vw;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar__collapse .menu-level-0 {
    width: 768px;
    height: 70vh;
    border-radius: 0;
  }
}
#block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .menu-item {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  padding-top: 0;
}
#block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .menu-item .btn-link {
  padding: 2vw 13vw 2vw 6vw;
  width: 100%;
  height: 14vw;
  border-radius: 0;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .menu-item .btn-link {
    padding: 2.5vh calc(70px + 2.5vh) 2.5vh 40px;
    width: 100%;
    height: 10vh;
    border-radius: 0;
  }
}
#block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .menu-item .btn-link:hover {
  text-decoration: none;
}
#block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .menu-item .nav-link {
  font-size: 4.5vw;
  line-height: 1.54;
  letter-spacing: 0.6px;
  font-weight: normal;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .menu-item .nav-link {
    font-size: 2.5vh;
    line-height: 1.54;
    letter-spacing: 0.6px;
    font-weight: normal;
  }
}
#block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .menu-item--expanded.is-active .btn-link::before {
  transform: rotate(225deg);
  position: absolute;
  margin: auto;
  top: 0;
  right: 6vw;
  bottom: -1.6vw;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .menu-item--expanded.is-active .btn-link::before {
    position: absolute;
    margin: auto;
    top: 0;
    right: 40px;
    bottom: -1vh;
  }
}
#block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .menu-item--expanded .btn-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .menu-item--expanded .btn-link::before {
  content: "";
  display: block;
  width: 3vw;
  height: 3vw;
  border-radius: 0;
  border-bottom-style: solid;
  border-right-style: solid;
  border-width: 3px;
  border-radius: 3px;
  transform: rotate(45deg);
  position: absolute;
  margin: auto;
  top: 0;
  right: 6vw;
  bottom: 1.6vw;
  transition: all 0.3s linear;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .menu-item--expanded .btn-link::before {
    width: 2.5vh;
    height: 2.5vh;
    border-radius: 0;
    position: absolute;
    margin: auto;
    top: 0;
    right: 40px;
    bottom: 1vh;
  }
}
#block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .menu-item--expanded .btn-link::after {
  content: "";
  display: block;
  width: 18vw;
  height: 8vw;
  border-radius: 0;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .menu-item--expanded .btn-link::after {
    width: 12vh;
    height: 5vh;
    border-radius: 0;
  }
}
#block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .collapse {
  width: 100%;
  height: auto;
  border-radius: 0;
}
#block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .collapse .dropdown-menu-wrapper {
  width: 100%;
  height: auto;
  border-radius: 0;
  padding: 2.5vw 0;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .collapse .dropdown-menu-wrapper {
    padding: 2vh 0;
  }
}
#block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .collapse .dropdown-menu-wrapper::before {
  content: "";
  display: block;
  border-top-style: dotted;
  width: calc(100% - 12vw);
  height: 0;
  border-radius: 0;
  border-width: 4px;
  transform: translate(6vw, -2vh);
  transform: translate(6vw, calc(var(--vh, 1vh) * -2));
  position: absolute;
  margin: auto;
  left: 0;
  top: 3.5vw;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .collapse .dropdown-menu-wrapper::before {
    width: calc(100% - 80px);
    height: 0;
    border-radius: 0;
    border-width: 6px;
    transform: translate(40px, -2vh);
    position: absolute;
    margin: auto;
    left: 0;
    top: 12px;
  }
}
#block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .collapse .dropdown-menu-wrapper .menu-item {
  padding: 0.5vh 6vw 0.5vh 14vw;
  padding: calc(var(--vh, 1vh) * 0.5) 6vw calc(var(--vh, 1vh) * 0.5) 14vw;
  width: 100%;
  height: 10vw;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .collapse .dropdown-menu-wrapper .menu-item {
    padding: 0.5vh 40px 0.5vh calc(40px + 5vh);
    width: 100%;
    height: 6vh;
    border-radius: 0;
  }
}
#block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .collapse .dropdown-menu-wrapper .menu-item a {
  font-size: 4.5vw;
  line-height: 1.54;
  letter-spacing: 0.6px;
  font-weight: normal;
  width: 100%;
  height: auto;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .collapse .dropdown-menu-wrapper .menu-item a {
    font-size: 2.5vh;
    line-height: 1.54;
    letter-spacing: 0.6px;
    font-weight: normal;
  }
}
#block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .collapse .dropdown-menu-wrapper .menu-item .icon {
  width: 6vw;
  height: 100%;
  border-radius: 0;
  position: absolute;
  margin: auto;
  left: 6vw;
  top: 0;
  bottom: 0;
  object-fit: contain;
}
@media (min-width: 960px) {
  #block-nestle-baby-main-menu .navbar__collapse .menu-level-0 .collapse .dropdown-menu-wrapper .menu-item .icon {
    width: 4vh;
    height: 100%;
    border-radius: 0;
    position: absolute;
    margin: auto;
    left: 40px;
    top: 0;
    bottom: 0;
  }
}

#block-nestle-baby-main-menu .menu-nestlebaby {
  background: #eee;
}
#block-nestle-baby-main-menu .menu-nestlebaby .nav-link {
  color: #313131;
}
#block-nestle-baby-main-menu .menu-nestlebaby * {
  color: #626262;
}
#block-nestle-baby-main-menu .menu-nestlebaby .btn-link {
  background: #eee;
}
#block-nestle-baby-main-menu .menu-nestlebaby .btn-link::before {
  border-color: #313131;
}
#block-nestle-baby-main-menu .menu-nestlebaby .dropdown-menu-wrapper::before {
  border-color: #a3a3a3;
}
#block-nestle-baby-main-menu .menu-ha3 {
  background: #fff4cd;
}
#block-nestle-baby-main-menu .menu-ha3 .nav-link {
  color: #313131;
}
#block-nestle-baby-main-menu .menu-ha3 * {
  color: #313131;
}
#block-nestle-baby-main-menu .menu-ha3 .btn-link {
  background: #fff4cd;
}
#block-nestle-baby-main-menu .menu-ha3 .btn-link::before {
  border-color: #313131;
}
#block-nestle-baby-main-menu .menu-ha3 .btn-link::after {
  background-image: url(../images/ha3-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#block-nestle-baby-main-menu .menu-ha3 .dropdown-menu-wrapper::before {
  border-color: #ff4814;
}
#block-nestle-baby-main-menu .menu-comfort3 {
  background: #72b639;
}
#block-nestle-baby-main-menu .menu-comfort3 .nav-link {
  color: white;
}
#block-nestle-baby-main-menu .menu-comfort3 * {
  color: white;
}
#block-nestle-baby-main-menu .menu-comfort3 .btn-link {
  background: #72b639;
}
#block-nestle-baby-main-menu .menu-comfort3 .btn-link::before {
  border-color: white;
}
#block-nestle-baby-main-menu .menu-comfort3 .dropdown-menu-wrapper::before {
  border-color: white;
}
#block-nestle-baby-main-menu .menu-supreme3 {
  background: #49247f;
}
#block-nestle-baby-main-menu .menu-supreme3 .nav-link {
  color: white;
}
#block-nestle-baby-main-menu .menu-supreme3 * {
  color: white;
}
#block-nestle-baby-main-menu .menu-supreme3 .btn-link {
  background: #49247f;
}
#block-nestle-baby-main-menu .menu-supreme3 .btn-link::before {
  border-color: white;
}
#block-nestle-baby-main-menu .menu-supreme3 .btn-link::after {
  background-image: url(../images/supreme3-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#block-nestle-baby-main-menu .menu-supreme3 .dropdown-menu-wrapper::before {
  border-color: #7355ab;
}
#block-nestle-baby-main-menu .menu-apro3 {
  background: #088bad;
}
#block-nestle-baby-main-menu .menu-apro3 .nav-link {
  color: white;
}
#block-nestle-baby-main-menu .menu-apro3 * {
  color: white;
}
#block-nestle-baby-main-menu .menu-apro3 .btn-link {
  background: #088bad;
}
#block-nestle-baby-main-menu .menu-apro3 .btn-link::before {
  border-color: white;
}
#block-nestle-baby-main-menu .menu-apro3 .dropdown-menu-wrapper::before {
  border-color: white;
}
#block-nestle-baby-main-menu .menu-nan3 {
  background: #d3e6f6;
}
#block-nestle-baby-main-menu .menu-nan3 .nav-link {
  color: #313131;
}
#block-nestle-baby-main-menu .menu-nan3 * {
  color: #313131;
}
#block-nestle-baby-main-menu .menu-nan3 .btn-link {
  background: #d3e6f6;
}
#block-nestle-baby-main-menu .menu-nan3 .btn-link::before {
  border-color: #313131;
}
#block-nestle-baby-main-menu .menu-nan3 .dropdown-menu-wrapper::before {
  border-color: #0274be;
}
#block-nestle-baby-main-menu .menu-excel3 {
  background: #cc3b3d;
}
#block-nestle-baby-main-menu .menu-excel3 .nav-link {
  color: white;
}
#block-nestle-baby-main-menu .menu-excel3 * {
  color: white;
}
#block-nestle-baby-main-menu .menu-excel3 .btn-link {
  background: #cc3b3d;
}
#block-nestle-baby-main-menu .menu-excel3 .btn-link::before {
  border-color: white;
}
#block-nestle-baby-main-menu .menu-excel3 .dropdown-menu-wrapper::before {
  border-color: white;
}
#block-nestle-baby-main-menu .menu-excelha3 {
  background: #ac1f24;
}
#block-nestle-baby-main-menu .menu-excelha3 .nav-link {
  color: white;
}
#block-nestle-baby-main-menu .menu-excelha3 * {
  color: white;
}
#block-nestle-baby-main-menu .menu-excelha3 .btn-link {
  background: #ac1f24;
}
#block-nestle-baby-main-menu .menu-excelha3 .btn-link::before {
  border-color: white;
}
#block-nestle-baby-main-menu .menu-excelha3 .dropdown-menu-wrapper::before {
  border-color: white;
}

#block-baby-header-bottom-menu .trigger, #block-baby-header-bottom-menu .contextual-links {
  position: absolute !important;
}
#block-baby-header-bottom-menu .contextual-links {
  top: 25px !important;
}

#megasite__bottomBar .navbar {
  align-self: baseline;
  background: rgb(117, 53, 142);
  background: -moz-linear-gradient(top, rgb(117, 53, 142) 0%, rgb(50, 21, 76) 100%);
  background: -webkit-linear-gradient(top, rgb(117, 53, 142) 0%, rgb(50, 21, 76) 100%);
  background: linear-gradient(to bottom, rgb(117, 53, 142) 0%, rgb(50, 21, 76) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#75358e", endColorstr="#32154c", GradientType=0);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8.5vw;
  border-radius: 0;
  border-bottom: solid 1px #f8ca62;
}
@media (min-width: 1200px) {
  #megasite__bottomBar .navbar {
    width: 100%;
    height: 85px;
    border-radius: 0;
    border-bottom: solid 2px #f8ca62;
  }
}
#megasite__bottomBar .navbar__brand {
  display: none;
  margin: 0 30px;
}
@media (min-width: 1200px) {
  #megasite__bottomBar .navbar__brand {
    width: auto;
    height: 58px;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #megasite__bottomBar .navbar__brand picture, #megasite__bottomBar .navbar__brand img {
    width: auto;
    height: 100%;
    border-radius: 0;
  }
}
#megasite__bottomBar .navbar .nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#megasite__bottomBar .navbar .nav__item {
  margin: 0 3vw;
}
@media (min-width: 1200px) {
  #megasite__bottomBar .navbar .nav__item {
    margin: 0 45px;
  }
}
#megasite__bottomBar .navbar .nav__item::before {
  content: "";
  display: block;
  width: 2.5vw;
  height: 5.6vw;
  border-radius: 0;
  position: absolute;
  margin: auto;
  top: 0;
  right: -3vw;
  bottom: 0;
  background: url(../images/megasite/original/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(50%);
}
@media (min-width: 1200px) {
  #megasite__bottomBar .navbar .nav__item::before {
    width: 16px;
    height: 54px;
    border-radius: 0;
    position: absolute;
    margin: auto;
    top: 0;
    right: -45px;
    bottom: 0;
  }
}
#megasite__bottomBar .navbar .nav__item:last-child::before {
  content: none;
}
#megasite__bottomBar .navbar .nav__link {
  color: white;
  font-size: 3.5vw;
  line-height: 1.5;
  letter-spacing: 0.6px;
  font-weight: normal;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0);
  transition: text-shadow 0.2s;
}
@media (min-width: 1200px) {
  #megasite__bottomBar .navbar .nav__link {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.6px;
    font-weight: lighter;
  }
}
#megasite__bottomBar .navbar .nav__link:hover {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.megasite .region-header-bottom {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.layout-container footer .footer-wrapper {
  background-color: #57267a;
  padding: 4vw 3vw 12vw 3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 960px) {
  .layout-container footer .footer-wrapper {
    padding: 40px 20px;
  }
}
.layout-container footer * {
  color: white;
  font-size: 3.6vw;
  line-height: 1.5;
  letter-spacing: 0.6px;
  font-weight: lighter;
}
@media (min-width: 960px) {
  .layout-container footer * {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.6px;
    font-weight: lighter;
  }
}
.layout-container footer * .nav-link {
  padding: 0;
  position: relative;
}
.layout-container footer * .menu-level-0 {
  margin: 0;
}
.layout-container footer .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
}
@media (min-width: 960px) {
  .layout-container footer .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
}
.layout-container footer .menu-level-0 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 960px) {
  .layout-container footer .menu-level-0 {
    padding-left: 12px;
  }
}
.layout-container footer .menu-level-0 a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-radius: 0;
  border-bottom: 1px solid white;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -6%;
}
.layout-container footer .menu-level-0 .menu-item {
  padding: 0 1vw;
}
@media (min-width: 960px) {
  .layout-container footer .menu-level-0 .menu-item {
    padding: 0 4px;
  }
}
.layout-container footer .copyright {
  text-align: center;
}
.layout-container footer .copyright span {
  display: block;
}
@media (min-width: 960px) {
  .layout-container footer .copyright span {
    display: inline;
  }
}
.layout-container footer .note {
  text-align: justify;
  margin-top: 5vw;
  font-size: 2.7vw;
  line-height: 1.5;
  letter-spacing: 0.6px;
  font-weight: lighter;
  display: inline-block;
}
@media (min-width: 960px) {
  .layout-container footer .note {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.6px;
    font-weight: lighter;
  }
}

body.path-frontpage .logo__light {
  display: none !important;
}
body.path-frontpage .fixed__btnGroup {
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 9.2vw;
  height: auto;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12.1vw;
}
@media (min-width: 960px) {
  body.path-frontpage .fixed__btnGroup {
    width: 5.5vw;
    height: auto;
    border-radius: 0;
    padding-top: 116px;
  }
}
body.path-frontpage .fixed__btn {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
body.path-frontpage .fixed__btn picture, body.path-frontpage .fixed__btn img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
body.path-frontpage .fixed__btn:hover {
  filter: brightness(120%);
}

.megasite {
  overflow: visible !important;
}
.megasite__kv {
  width: 100vw;
  height: 72vw;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #f8ca62;
  overflow: hidden;
}
@media (min-width: 960px) {
  .megasite__kv {
    width: 100vw;
    height: 49.8vw;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: solid 2px #f8ca62;
  }
}
.megasite__kv .swiper-slide {
  display: block;
}
.megasite__kv picture,
.megasite__kv img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}
.megasite__kv .swiper-pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 3.5vw !important;
  width: auto !important;
  height: 100% !important;
}
@media (min-width: 960px) {
  .megasite__kv .swiper-pagination {
    left: 34px !important;
  }
}
.megasite__kv .swiper-pagination-bullet {
  width: 2.9vw;
  height: 2.9vw;
  border-radius: 50%;
  margin: 1.3vw 0 !important;
  background: none;
  border: 0.2vw solid #79858b;
  opacity: 1;
}
@media (min-width: 960px) {
  .megasite__kv .swiper-pagination-bullet {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 12px 0 !important;
    border: 2px solid #79858b;
  }
}
.megasite__kv .swiper-pagination-bullet-active {
  background: #79858b;
}
.megasite__chart {
  width: 100vw;
  height: 67.2vw;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 8vw;
}
@media (min-width: 960px) {
  .megasite__chart {
    margin-bottom: 68px;
    width: 100vw;
    height: 41.6vw;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.megasite__chart img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}
.megasite__titleGroup {
  margin: 3.5vw 0 4.5vw 0;
}
@media (min-width: 960px) {
  .megasite__titleGroup {
    margin: 35px 0;
  }
}
.megasite__title {
  -webkit-font-smoothing: antialiased;
  font-size: 9.3vw;
  line-height: 1.4;
  letter-spacing: 0.6vw;
  font-weight: normal;
  text-align: center;
  background: rgb(255, 221, 69);
  background: -moz-linear-gradient(top, rgb(255, 221, 69) 60%, rgb(221, 162, 0) 85%, rgb(221, 162, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(255, 221, 69) 60%, rgb(221, 162, 0) 85%, rgb(221, 162, 0) 100%);
  background: linear-gradient(to bottom, rgb(255, 221, 69) 60%, rgb(221, 162, 0) 85%, rgb(221, 162, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdd45", endColorstr="#e3b711", GradientType=0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 960px) {
  .megasite__title {
    font-size: 76px;
    line-height: 1.5;
    letter-spacing: 4px;
    font-weight: normal;
  }
}
.megasite__subTitle {
  color: white;
  font-size: 3.4vw;
  line-height: 1.5;
  letter-spacing: 0.4vw;
  font-weight: normal;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .megasite__subTitle {
    display: none;
  }
}
.megasite__subTitle::before, .megasite__subTitle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-radius: 0;
  border-style: solid;
  border-width: 1.6vw 1vw 0 1vw;
  border-color: white transparent transparent transparent;
  margin: 0 1vw;
  transform: translateY(-5%);
}
.megasite__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  border-radius: 0;
}
.megasite .l-main {
  width: 100%;
  height: auto;
  border-radius: 1vw;
  margin: 0 auto 12vw auto;
  padding: 0 6vw;
}
@media (min-width: 960px) {
  .megasite .l-main {
    max-width: 1520px;
    width: calc(100% - 120px);
    height: auto;
    border-radius: 12px;
    margin: 0 60px 120px 60px;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  #productBlock .l-main {
    margin-bottom: 45px;
  }
}
#productBlock .megasite__swiper {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 0;
}
#productBlock .megasite__swiper .gallery__main {
  overflow-y: scroll;
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  padding: 28vw 12vw 16vw 12vw;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__main {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    opacity: 1;
    pointer-events: auto;
    background: none;
  }
}
#productBlock .megasite__swiper .gallery__main .product__colseBtn {
  position: absolute;
  margin: auto;
  top: 16vw;
  right: 12vw;
  width: 9vw;
  height: auto;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#productBlock .megasite__swiper .gallery__main .product__colseBtn picture, #productBlock .megasite__swiper .gallery__main .product__colseBtn img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__main .product__colseBtn {
    display: none;
  }
}
#productBlock .megasite__swiper .gallery__main .swiper-wrapper {
  width: 100%;
  height: 148.2vw;
  border-radius: 1.4vw;
  margin: auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__main .swiper-wrapper {
    width: 100%;
    height: calc((100vw - 120px) * 0.4);
    border-radius: 0.7vw;
    max-width: none;
    max-height: 597px;
    padding-bottom: 0;
  }
}
#productBlock .megasite__swiper .gallery__main .swiper-slide {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#productBlock .megasite__swiper .gallery__main .swiper-slide picture,
#productBlock .megasite__swiper .gallery__main .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}
#productBlock .megasite__swiper .gallery__main .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.4vw;
  border-radius: 0;
  background: url("/themes/custom/nestle_baby/images/megasite/product/line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 23.6%;
  z-index: 1;
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__main .swiper-slide::before {
    content: none;
  }
}
#productBlock .megasite__swiper .gallery__main .swiper-slide .product__btnGroup {
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 2.6%;
  width: 100%;
  height: 20%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__main .swiper-slide .product__btnGroup {
    position: absolute;
    margin: auto;
    left: 6%;
    top: 80%;
    width: 16.5%;
    height: 40%;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#productBlock .megasite__swiper .gallery__main .swiper-slide .product__btn {
  margin: 1.8% 0;
  width: 56%;
  height: 27%;
  border-radius: 0;
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__main .swiper-slide .product__btn {
    flex: 0 0 18%;
    margin: 2.6% 0;
    width: 100%;
    height: 18%;
    border-radius: 0;
  }
}
#productBlock .megasite__swiper .gallery__main .swiper-slide .product__btn a {
  color: white;
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0.4vw;
  font-weight: normal;
  border-color: white;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  height: 100%;
  border-radius: 1.2vw;
  text-shadow: 0 0.1vw 0.1vw rgba(0, 0, 0, 0.5);
  padding: 2% 0;
  display: block;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__main .swiper-slide .product__btn a {
    font-size: 1vw;
    line-height: 1.5;
    letter-spacing: 0.12vw;
    font-weight: normal;
    border-color: white;
    border-width: 2px;
    border-style: solid;
    width: 100%;
    height: 100%;
    border-radius: 0.6vw;
    filter: drop-shadow(1.5px 1.5px 1.5px rgba(0, 0, 0, 0.5));
  }
}
#productBlock .megasite__swiper .gallery__main .swiper-slide .product__moreBtn::before {
  content: "";
  display: block;
  width: 9.5%;
  height: 100%;
  border-radius: 0;
  background: url(../images/megasite/product/icon-link.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 3.5%;
  filter: drop-shadow(0 0.15vw 0.15vw rgba(0, 0, 0, 0.5));
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__main .swiper-slide .product__moreBtn::before {
    filter: drop-shadow(1.5px 1.5px 1.5px rgba(0, 0, 0, 0.5));
  }
}
#productBlock .megasite__swiper .gallery__main .swiper-slide .product__storeBtn::before {
  content: "";
  display: block;
  width: 7.5%;
  height: 100%;
  border-radius: 0;
  background: url(../images/megasite/product/icon-map.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 3.5%;
  filter: drop-shadow(0 0.15vw 0.15vw rgba(0, 0, 0, 0.5));
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__main .swiper-slide .product__storeBtn::before {
    filter: drop-shadow(1.5px 1.5px 1.5px rgba(0, 0, 0, 0.5));
  }
}
#productBlock .megasite__swiper .gallery__main .swiper-slide .product__buyBtn::before {
  content: "";
  display: block;
  width: 9.5%;
  height: 100%;
  border-radius: 0;
  background: url(../images/megasite/product/icon-buy.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 3.5%;
  filter: drop-shadow(0 0.15vw 0.15vw rgba(0, 0, 0, 0.5));
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__main .swiper-slide .product__buyBtn::before {
    filter: drop-shadow(1.5px 1.5px 1.5px rgba(0, 0, 0, 0.5));
  }
}
#productBlock .megasite__swiper .gallery__thumbs .swiper-wrapper {
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__thumbs .swiper-wrapper {
    padding: 50px 0 20px 0;
    flex-wrap: nowrap;
  }
}
#productBlock .megasite__swiper .gallery__thumbs .swiper-slide {
  width: auto;
  height: auto;
  border-radius: 0;
  flex: 0 0 50%;
  margin-bottom: 4vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s 0.3s linear;
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__thumbs .swiper-slide {
    width: 100%;
    height: 100%;
    border-radius: 0;
    flex: 0 0 auto;
  }
}
#productBlock .megasite__swiper .gallery__thumbs .swiper-slide p {
  color: white;
  text-align: center;
  font-size: 3.8vw;
  line-height: 1.5;
  letter-spacing: 0.4vw;
  font-weight: normal;
  margin: 1.3vw 0;
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__thumbs .swiper-slide p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.6px;
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 8px;
  }
}
#productBlock .megasite__swiper .gallery__thumbs .swiper-slide img {
  filter: drop-shadow(0 0.7vw 0.5vw rgba(68, 24, 105, 0.3));
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__thumbs .swiper-slide img {
    filter: drop-shadow(0 8px 6px rgba(68, 24, 105, 0.6));
    transition: filter 0.3s linear;
  }
}
#productBlock .megasite__swiper .gallery__thumbs .swiper-slide-can picture, #productBlock .megasite__swiper .gallery__thumbs .swiper-slide-can img {
  width: 20vw;
  height: 26vw;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__thumbs .swiper-slide-can picture, #productBlock .megasite__swiper .gallery__thumbs .swiper-slide-can img {
    width: 70%;
    height: 7.5vw;
    border-radius: 0;
    max-height: 115px;
  }
}
#productBlock .megasite__swiper .gallery__thumbs .swiper-slide-can::before {
  width: 85%;
  height: 85%;
  border-radius: 6px;
}
#productBlock .megasite__swiper .gallery__thumbs .swiper-slide-mom picture, #productBlock .megasite__swiper .gallery__thumbs .swiper-slide-mom img {
  width: 21vw;
  height: 23vw;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__thumbs .swiper-slide-mom picture, #productBlock .megasite__swiper .gallery__thumbs .swiper-slide-mom img {
    width: 81%;
    height: 7.5vw;
    border-radius: 0;
    max-height: 115px;
  }
}
#productBlock .megasite__swiper .gallery__thumbs .swiper-slide-mom::before {
  width: 85%;
  height: 76%;
  border-radius: 6px;
}
#productBlock .megasite__swiper .gallery__thumbs .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #45237b;
  opacity: 0;
  transition: opacity 0.3s linear, box-shadow 0.3s 0.3s linear;
}
@media (min-width: 1200px) {
  #productBlock .megasite__swiper .gallery__thumbs .swiper-slide-thumb-active {
    transform: translate(5px, -10px);
  }
  #productBlock .megasite__swiper .gallery__thumbs .swiper-slide-thumb-active img {
    filter: drop-shadow(0 8px 6px #441869);
  }
  #productBlock .megasite__swiper .gallery__thumbs .swiper-slide-thumb-active::before {
    opacity: 1;
    box-shadow: -10px 10px 8px rgba(64, 22, 99, 0.8);
  }
}
#productBlock .megasite__swiper .pupup__wrap {
  transition: opacity 0.6s;
}
#productBlock .megasite__swiper .pupup__wrap.is-popup {
  opacity: 1;
  pointer-events: auto;
}
#productBlock .megasite__swiper .pupup__wrap .swiper-slide {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s;
}
#productBlock .megasite__swiper .pupup__wrap .swiper-slide.is-popup {
  opacity: 1;
  pointer-events: auto;
}

#trialBlock .trial__lists {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  border-radius: 1vw;
}
@media (min-width: 960px) {
  #trialBlock .trial__lists {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
}
#trialBlock .trial__item {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw 0 26vw 0;
  overflow: hidden;
}
#trialBlock .trial__item::before {
  content: "";
  display: block;
  width: 17px;
  height: 100%;
  border-radius: 0;
  background: url("/themes/custom/nestle_baby/images/megasite/trial/line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}
#trialBlock .trial__item::after {
  content: "";
  display: block;
  width: 17px;
  height: 100%;
  border-radius: 0;
  background: url("/themes/custom/nestle_baby/images/megasite/trial/line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  margin: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(50%);
}
@media (min-width: 960px) {
  #trialBlock .trial__item {
    flex: 1;
    margin: 0;
    padding: 40px 0 25px 0;
    border-radius: 0;
  }
}
#trialBlock .trial__item-ha3 {
  background: #f3c51a;
}
#trialBlock .trial__item-ha3::after {
  content: none;
}
#trialBlock .trial__item-ha3 .trial__link:hover {
  color: #f3c51a;
}
#trialBlock .trial__item-supreme3 {
  background: #4d2681;
}
#trialBlock .trial__item-supreme3::before {
  content: none;
}
#trialBlock .trial__item-supreme3 .trial__link:hover {
  color: #4d2681;
}
@media (min-width: 960px) {
  #trialBlock .trial__item:hover .trial__can {
    filter: drop-shadow(0 0px 10px rgba(255, 255, 255, 0.6));
  }
}
#trialBlock .trial__title {
  width: auto;
  height: 11.5vw;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vw;
}
#trialBlock .trial__title picture, #trialBlock .trial__title img {
  width: auto;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 960px) {
  #trialBlock .trial__title {
    width: 69.8%;
    height: auto;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  #trialBlock .trial__title picture, #trialBlock .trial__title img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
#trialBlock .trial__can {
  width: 62%;
  height: auto;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 0px 0.8vw rgba(255, 255, 255, 0.8));
}
#trialBlock .trial__can picture, #trialBlock .trial__can img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
@media (min-width: 960px) {
  #trialBlock .trial__can {
    position: relative;
    left: 0;
    width: 82%;
    height: auto;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: -5% auto 0 auto;
    filter: none;
    transition: filter 0.4s;
  }
  #trialBlock .trial__can picture, #trialBlock .trial__can img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
#trialBlock .trial__link {
  font-size: 4.6vw;
  line-height: 1.2;
  letter-spacing: 1.2vw;
  font-weight: normal;
  padding-bottom: 0.6%;
  border-radius: 2vw;
  border-color: white;
  border-width: 1px;
  border-style: solid;
  width: 80%;
  height: 8vw;
  border-radius: 1.5vw;
  margin: 0.8vw 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: white;
}
#trialBlock .trial__linkGroup {
  margin-top: 2.8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: auto;
  left: 0;
  top: 60vw;
  right: 0;
}
@media (min-width: 960px) {
  #trialBlock .trial__linkGroup {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    transform: translateY(-30%);
  }
}
@media (min-width: 960px) {
  #trialBlock .trial__link {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 3px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin: 0 20px;
    width: 260px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-color: white;
    border-width: 2px;
    border-style: solid;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
  }
}
#trialBlock .trial__link:hover {
  background: white;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  padding-top: 0.6%;
}
#trialBlock .trial__link.buy__link {
  padding-bottom: 0;
  font-size: 4.2vw;
  line-height: 1.2;
  letter-spacing: 0.8vw;
  font-weight: normal;
}
@media (min-width: 960px) {
  #trialBlock .trial__link.buy__link {
    font-size: 33px;
    line-height: 1.2;
    letter-spacing: 3px;
    font-weight: normal;
  }
}

#storeBlock .l-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  #storeBlock .l-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px 40px;
    background: rgba(255, 255, 255, 0.6);
  }
}
#storeBlock .control__panel, #storeBlock .map__panel {
  width: 100%;
  height: auto;
  border-radius: 1vw;
  background: rgba(255, 255, 255, 0.6);
  padding: 4.6vw 6vw 5.6vw 6vw;
}
@media (min-width: 1024px) {
  #storeBlock .control__panel, #storeBlock .map__panel {
    border-radius: none;
    background: none;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #storeBlock .control__panel {
    flex: 0 0 480px;
  }
}
#storeBlock .form__titleGroup {
  padding-bottom: 1vw;
  margin-bottom: 2.5vw;
  margin-top: 1vw;
}
@media (min-width: 1024px) {
  #storeBlock .form__titleGroup {
    padding-bottom: 17px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
#storeBlock .form__titleGroup::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.9vw;
  border-radius: 0;
  background: url(../images/megasite/store/title-line_mobile.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  transform: translate(-0.5%, 0.8vw);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  #storeBlock .form__titleGroup::before {
    width: 100%;
    height: 17px;
    border-radius: 0;
    background: url(../images/megasite/store/title-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    transform: translateX(-3%);
  }
}
#storeBlock .form__titleGroup * {
  color: white;
  text-shadow: 3px 3px 4px rgba(88, 32, 123, 0.2);
}
#storeBlock .form__title {
  font-size: 4.5vw;
  line-height: 1.54;
  letter-spacing: 0.6px;
  font-weight: normal;
  display: inline;
}
@media (min-width: 1024px) {
  #storeBlock .form__title {
    font-size: 30px;
    line-height: 1.54;
    letter-spacing: 0.6px;
    font-weight: normal;
  }
}
#storeBlock .form__note {
  margin-left: 5px;
  display: inline;
}
#storeBlock .product__menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  #storeBlock .product__menu {
    margin-bottom: 6rem;
  }
}
#storeBlock .product__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
}
@media (min-width: 1024px) {
  #storeBlock .product__item {
    margin-bottom: 0;
  }
}
#storeBlock .product__item input {
  display: none;
}
#storeBlock .product__item input:checked + .product__option::before {
  opacity: 1;
}
#storeBlock .product__item input:checked + .product__option .product__name {
  color: white;
}
#storeBlock .product__option {
  display: block;
  width: 37.7vw;
  height: 31.5vw;
  border-radius: 0;
  padding: 0.9vw 1.5vw 1.5vw 0.9vw;
  background: url(../images/megasite/store/btn-bg-unselected_mobile.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #storeBlock .product__option {
    width: 120px;
    height: 120px;
    border-radius: 0;
    padding: 9px 15px 15px 9px;
    background: url(../images/megasite/store/btn-bg-unselected.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 125px 120px;
  }
}
#storeBlock .product__option::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: url(../images/megasite/store/btn-bg-selected_mobile.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 1024px) {
  #storeBlock .product__option::before {
    background: url(../images/megasite/store/btn-bg-selected.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 125px 120px;
  }
}
#storeBlock .product__option img {
  width: 13.4vw;
  height: auto;
  border-radius: 0;
}
@media (min-width: 1024px) {
  #storeBlock .product__option img {
    width: 50px;
    height: auto;
    border-radius: 0;
  }
}
#storeBlock .product__option:hover, #storeBlock .product__option:active, #storeBlock .product__option:focus {
  text-decoration: none;
}
#storeBlock .product__option#store-mom img, #storeBlock .product__option#store-gbalance img {
  width: 14.4vw;
  height: auto;
  border-radius: 0;
}
@media (min-width: 1024px) {
  #storeBlock .product__option#store-mom img, #storeBlock .product__option#store-gbalance img {
    width: 50px;
    height: auto;
    border-radius: 0;
  }
}
#storeBlock .product__option#store-mom .product__name, #storeBlock .product__option#store-gbalance .product__name {
  transform: translateY(0.4vw);
}
@media (min-width: 1024px) {
  #storeBlock .product__option#store-mom .product__name, #storeBlock .product__option#store-gbalance .product__name {
    transform: translateY(0);
  }
}
#storeBlock .product__option#store-lc40 img {
  width: 15.4vw;
  height: auto;
  border-radius: 0;
  margin-top: 0.3vw;
  transform: translateY(-0.2vw);
}
@media (min-width: 1024px) {
  #storeBlock .product__option#store-lc40 img {
    width: 65px;
    height: auto;
    border-radius: 0;
    margin-top: -9.5px;
    transform: translateY(3px);
  }
}
#storeBlock .product__option#store-lc40 .product__name {
  transform: translateY(-0.6vw);
}
@media (min-width: 1024px) {
  #storeBlock .product__option#store-lc40 .product__name {
    transform: translateY(0);
  }
}
#storeBlock .product__name {
  text-align: center;
  margin-top: 0.7vw;
  font-size: 3vw;
  line-height: 1.2;
  letter-spacing: 0.6px;
  font-weight: 500;
  transition: color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 1024px) {
  #storeBlock .product__name {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    font-weight: 500;
    white-space: nowrap;
  }
}
#storeBlock .search__group {
  overflow: hidden;
}
#storeBlock .search__group::after {
  content: "";
  display: block;
  width: 5.9vw;
  height: 5.9vw;
  border-radius: 0;
  position: absolute;
  margin: auto;
  left: 1.8vw;
  top: 0;
  bottom: 0;
  background: url(../images/megasite/store/search-icon.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (min-width: 1024px) {
  #storeBlock .search__group::after {
    width: 28px;
    height: 28px;
    border-radius: 0;
    position: absolute;
    margin: auto;
    left: 12px;
    top: 0;
    bottom: 0;
  }
}
#storeBlock .search__group input {
  width: calc(100% - 1.2vw);
  height: auto;
  border-radius: 0.8vw;
  padding: 1.6vw 20.4vw 1.6vw 10.2vw;
  font-size: 4.6vw;
  line-height: 1.54;
  letter-spacing: 0.6px;
  font-weight: normal;
}
@media (min-width: 1024px) {
  #storeBlock .search__group input {
    width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 8px 100px 8px 50px;
    font-size: 20px;
    line-height: 1.54;
    letter-spacing: 0.6px;
    font-weight: normal;
  }
}
#storeBlock .search__group input::placeholder {
  color: #ab8fbb;
}
#storeBlock .search__group input::-webkit-input-placeholder {
  color: #ab8fbb;
}
#storeBlock .search__group input:-ms-input-placeholder {
  color: #ab8fbb;
}
#storeBlock .search__group input::-moz-placeholder {
  color: #ab8fbb;
}
#storeBlock .search__btn {
  width: 18vw;
  height: 8.8vw;
  border-radius: 0;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translate(-8%, 7%);
}
@media (min-width: 1024px) {
  #storeBlock .search__btn {
    width: 93px;
    height: 45px;
    border-radius: 0;
    transform: translateY(13%);
  }
}
#storeBlock .nearby__group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.8vw;
}
@media (min-width: 1024px) {
  #storeBlock .nearby__group {
    margin-top: 10px;
  }
}
#storeBlock .nearby__btn {
  width: 37vw;
  height: auto;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 37vw;
  transform: translate(-0.2vw, 8%);
}
#storeBlock .nearby__btn picture, #storeBlock .nearby__btn img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
@media (min-width: 1024px) {
  #storeBlock .nearby__btn {
    width: 223px;
    height: auto;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 0 223px;
    transform: translate(4px, 14%);
  }
  #storeBlock .nearby__btn picture, #storeBlock .nearby__btn img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
#storeBlock .nearby__menu {
  width: 100%;
  padding-right: 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#storeBlock .nearby__menu input {
  display: none;
}
#storeBlock .nearby__menu input:checked + .nearby__option::after {
  opacity: 1;
}
#storeBlock .nearby__menu .nearby__option {
  display: block;
  padding-bottom: 5vw;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #storeBlock .nearby__menu .nearby__option {
    padding-bottom: 20px;
  }
}
#storeBlock .nearby__menu .nearby__option::before {
  content: "";
  display: block;
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  background: #e7d9ee;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  #storeBlock .nearby__menu .nearby__option::before {
    width: 17px;
    height: 17px;
    border-radius: 50%;
  }
}
#storeBlock .nearby__menu .nearby__option::after {
  content: "";
  display: block;
  width: 3.47vw;
  height: 3.47vw;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0.77vw;
  background: #58207b;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 1024px) {
  #storeBlock .nearby__menu .nearby__option::after {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 3px;
  }
}
#storeBlock .nearby__name {
  font-size: 3vw;
  line-height: 1.5;
  letter-spacing: 0.6px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  #storeBlock .nearby__name {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.6px;
    font-weight: 500;
  }
}
#storeBlock .citySelector__group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#storeBlock .citySelector__selector {
  flex: 0 0 calc(33.3% - 1vw);
  width: calc(33.3% - 1vw);
  height: auto;
  border-radius: 0.8vw;
  padding: 1.5vw 6.9vw 1.4vw 3vw;
  font-size: 4.6vw;
  line-height: 1.54;
  letter-spacing: 0.6px;
  font-weight: normal;
  margin-top: 3vw;
  margin-right: 3.8vw;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/megasite/store/arrow.png);
  background-size: auto 30%;
  background-repeat: no-repeat;
  background-position: right 1.5vw center;
  background-color: white;
}
@media (min-width: 1024px) {
  #storeBlock .citySelector__selector {
    width: calc(33.3% - 10px);
    height: auto;
    border-radius: 8px;
    padding: 4.3px 30px 4px 20px;
    font-size: 20px;
    line-height: 1.54;
    letter-spacing: 0.6px;
    font-weight: normal;
    margin-top: 30px;
    flex: 0 0 calc(33.3% - 10px);
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  #storeBlock .citySelector__selector {
    margin-top: 16px;
    background-size: auto 28%;
    background-repeat: no-repeat;
    background-position: right 10px center;
  }
}
#storeBlock .citySelector__btn {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(33.3% - 4.5vw);
  height: auto;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 calc(33.3% - 4.5vw);
  transform: translate(-1%, 14.5%);
}
#storeBlock .citySelector__btn picture, #storeBlock .citySelector__btn img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
@media (min-width: 1024px) {
  #storeBlock .citySelector__btn {
    width: 33.3%;
    height: auto;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 0 calc(33.3% - 20px);
    transform: translate(1px, 21%);
  }
  #storeBlock .citySelector__btn picture, #storeBlock .citySelector__btn img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
#storeBlock .map__panel {
  margin-top: 7.65vw;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  #storeBlock .map__panel {
    width: calc(100% - 500px);
    height: 718px;
    border-radius: 0;
    flex: 0 0 calc(100% - 500px);
    margin-top: 0;
    margin-left: 20px;
  }
}
#storeBlock .map__panel.is-storeMap .map__sortBtnGroup::before {
  transform: translate(-49%, 3%);
}
#storeBlock .map__panel.is-storeMap #storeMapBtn {
  color: white;
}
#storeBlock .map__panel.is-storeList .map__sortBtnGroup::before {
  transform: translate(49.5%, 3%);
}
#storeBlock .map__panel.is-storeList #storeListBtn {
  color: white;
}
#storeBlock .map__panel .storeMap__container {
  margin-top: 2.55vw;
}
@media (min-width: 1024px) {
  #storeBlock .map__panel .storeMap__container {
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin-top: 0;
  }
}
#storeBlock .map__sortBtn {
  width: 50%;
  height: auto;
  border-radius: 0;
  flex: 0 0 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 4.2vw;
  line-height: 1.54;
  letter-spacing: 0.6px;
  font-weight: normal;
  padding: 2.4vw 0;
  color: #ab8fbb;
  transition: color 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}
#storeBlock .map__sortBtn:hover, #storeBlock .map__sortBtn:active, #storeBlock .map__sortBtn:focus {
  text-decoration: none;
}
#storeBlock .map__sortBtnGroup {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background: url(../images/megasite/store/map-btn-wrap.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#storeBlock .map__sortBtnGroup::before {
  content: "";
  display: block;
  width: 52%;
  height: 110%;
  border-radius: 0;
  background: url(../images/megasite/store/map-btn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
#storeBlock .map__wrap {
  width: 100%;
  height: 80vh;
  border-radius: 0;
}
@media (min-width: 1024px) {
  #storeBlock .map__wrap {
    margin-top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
#storeBlock .map__wrap .gm-err-content {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10%;
}
#storeBlock .map__wrap .gm-style-mot {
  color: white;
  font-size: 3.7vw;
  line-height: 1.54;
  letter-spacing: 0.6px;
  font-weight: normal;
}
@media (min-width: 1024px) {
  #storeBlock .map__wrap .gm-style-mot {
    font-size: 20px;
    line-height: 1.54;
    letter-spacing: 0.6px;
    font-weight: normal;
  }
}
#storeBlock .map__wrap .gm-style .gm-style-iw-c {
  padding: 6px 12px !important;
  border-radius: 6px;
  z-index: 1;
  background: #ecdc33; /* Old browsers */
  background: -moz-linear-gradient(top, #ecdc33 0%, #dca749 40%, #dca749 60%, #ecdc33 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ecdc33 0%, #dca749 40%, #dca749 60%, #ecdc33 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ecdc33 0%, #dca749 40%, #dca749 60%, #ecdc33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ecdc33", endColorstr="#ecdc33",GradientType=0 ); /* IE6-9 */
  box-shadow: 4px 4px 6px 0 rgba(113, 63, 151, 0.35);
}
#storeBlock .map__wrap .gm-style .gm-style-iw-c::before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 0.5vw;
  background: white;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  #storeBlock .map__wrap .gm-style .gm-style-iw-c::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 5px;
  }
}
#storeBlock .map__wrap .gm-style .gm-style-iw-c > button.gm-ui-hover-effect {
  display: none !important;
}
#storeBlock .map__wrap .gm-style .gm-style-iw-t::after {
  transform: translate(-50%, -80%) rotate(-45deg);
  box-shadow: none;
  z-index: 1;
}
#storeBlock .map__wrap .gm-style .gm-style-iw-t::before {
  z-index: 1;
  background: linear-gradient(45deg, rgb(236, 221, 51) 50%, rgba(236, 221, 51, 0) 51%, rgba(236, 221, 51, 0) 100%);
  box-shadow: 4px 4px 6px 0 rgba(113, 63, 151, 0.35);
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 0;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#storeBlock .map__wrap .gm-style .gm-style-iw-d {
  overflow: visible !important;
  max-height: none !important;
}
#storeBlock .map__loading {
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
#storeBlock .map__slideShow {
  width: calc(100% - 16vw);
  height: auto;
  border-radius: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 8.1vw;
  z-index: 1;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 1024px) {
  #storeBlock .map__slideShow {
    width: calc(100% - 38px);
    height: auto;
    border-radius: 0;
    padding: 0 43px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 12px;
  }
}
#storeBlock .template {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
#storeBlock .template__wrap {
  min-height: 19.5vw;
  padding: 6px 12px !important;
  border-radius: 6px;
  text-decoration: none !important;
  z-index: 1;
  background: #ecdc33; /* Old browsers */
  background: -moz-linear-gradient(top, #ecdc33 0%, #dca749 40%, #dca749 60%, #ecdc33 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ecdc33 0%, #dca749 40%, #dca749 60%, #ecdc33 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ecdc33 0%, #dca749 40%, #dca749 60%, #ecdc33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ecdc33", endColorstr="#ecdc33",GradientType=0 ); /* IE6-9 */
  box-shadow: 4px 4px 6px 0 rgba(113, 63, 151, 0.35);
}
@media (min-width: 1024px) {
  #storeBlock .template__wrap {
    min-height: 105px;
  }
}
#storeBlock .template__wrap::before {
  content: "";
  display: block;
  width: calc(100% - 0.6vw);
  height: calc(100% - 0.6vw);
  border-radius: 0.5vw;
  background: white;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  #storeBlock .template__wrap::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 5px;
  }
}
#storeBlock .template__storeName {
  padding-bottom: 0.8vw;
  margin-bottom: 0.3vw;
}
@media (min-width: 1024px) {
  #storeBlock .template__storeName.gm-storeName {
    margin-right: 98px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
#storeBlock .template__storeName span {
  font-size: 3.9vw;
  line-height: 1.5;
  letter-spacing: 0.6px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #storeBlock .template__storeName span {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.6px;
    font-weight: bold;
  }
}
#storeBlock .template__storeName::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.9vw;
  border-radius: 0;
  background: url(../images/megasite/store/box-line_mobile.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  margin: auto;
  left: -2vw;
  right: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  #storeBlock .template__storeName::before {
    width: 100%;
    height: 17px;
    border-radius: 0;
    background: url(../images/megasite/store/box-line.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    margin: auto;
    left: -20px;
    right: 0;
    bottom: 0;
  }
}
#storeBlock .template__item {
  padding-left: 4vw;
  margin-bottom: 3px;
}
@media (min-width: 1024px) {
  #storeBlock .template__item {
    padding-left: 20px;
  }
}
#storeBlock .template__item::before {
  content: "";
  display: block;
  width: 2.95vw;
  height: 3.97vw;
  border-radius: 0;
  position: absolute;
  margin: auto;
  left: 0;
  top: 8%;
}
@media (min-width: 1024px) {
  #storeBlock .template__item::before {
    width: 16px;
    height: 22px;
    border-radius: 0;
    position: absolute;
    margin: auto;
    left: 0;
    top: -1px;
  }
}
#storeBlock .template__address::before {
  background: url(../images/megasite/store/box-icon-marker.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#storeBlock .template__time::before {
  background: url(../images/megasite/store/box-icon-time.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#storeBlock .template__tel::before {
  background: url(../images/megasite/store/box-icon-tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#storeBlock .template__dir {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.8vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1vw 0;
  background: #58207b;
  margin-top: 1vw;
}
@media (min-width: 1024px) {
  #storeBlock .template__dir {
    display: block;
    width: auto;
    height: auto;
    border-radius: 0;
    position: absolute;
    margin: auto;
    top: 5px;
    right: 0;
    background: none;
    padding: 0;
    padding-left: 20px;
    margin-top: 0;
  }
}
#storeBlock .template__dir span {
  font-size: 3.8vw;
  line-height: 1.5;
  letter-spacing: 0.6px;
  font-weight: bold;
  color: white;
}
@media (min-width: 1024px) {
  #storeBlock .template__dir span {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.6px;
    font-weight: bold;
    color: #58207b;
  }
}
#storeBlock .template__dir::before {
  width: 4.5vw;
  height: 4.5vw;
  border-radius: 0;
  background: url(../images/megasite/store/box-icon-dir_mobile.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin: 0 1vw 0 0;
}
@media (min-width: 1024px) {
  #storeBlock .template__dir::before {
    width: 15px;
    height: 15px;
    border-radius: 0;
    background: url(../images/megasite/store/box-icon-dir.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    margin: auto;
    left: 0;
    top: 3px;
  }
}
#storeBlock .template__dir:hover, #storeBlock .template__dir:active, #storeBlock .template__dir:focus {
  color: white;
}
@media (min-width: 1024px) {
  #storeBlock .template__dir:hover, #storeBlock .template__dir:active, #storeBlock .template__dir:focus {
    color: #58207b;
  }
}
#storeBlock .template__close {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  transform: translate(4px, 3px);
  z-index: 1;
}
#storeBlock .swiper-container {
  padding-bottom: 10px;
  padding-right: 6px;
}
#storeBlock .swiper-buttonGroup {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: none;
}
@media (min-width: 1024px) {
  #storeBlock .swiper-buttonGroup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
#storeBlock .swiper-button {
  pointer-events: auto;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
#storeBlock .swiper-button-disabled {
  opacity: 0.4;
}
#storeBlock .storeList__container {
  width: calc(100% + 13.8vw);
  height: auto;
  border-radius: 0;
  margin-left: -6.9vw;
  margin-top: 2.55vw;
  max-height: 80vh;
  min-height: 26.5vw;
  overflow-y: scroll;
}
#storeBlock .storeList__container::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#storeBlock .storeList__container::-webkit-scrollbar {
  width: 1.4vw;
  background-color: rgba(88, 32, 123, 0.35);
}
#storeBlock .storeList__container::-webkit-scrollbar-thumb {
  background-color: #58207b;
  border-radius: 7px;
}
#storeBlock .storeList__container.is-unvisible {
  position: absolute;
  bottom: 0;
}
#storeBlock .storeList__loading {
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
#storeBlock .storeList__lists {
  padding: 0 6.9vw;
}
#storeBlock .storeList__item {
  padding: 2.5vw 0 4.6vw 0;
  border-bottom: 1px solid #58207b;
}
#storeBlock .storeList__item:first-child {
  padding-top: 0;
}
#storeBlock .storeList__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#storeBlock .storeList__item .template__storeName {
  margin-bottom: 1vw;
}
#storeBlock .storeList__item .template__storeName::before {
  content: none;
}
#storeBlock .storeList__item .template__storeName span {
  font-size: 4.6vw;
  line-height: 1.5;
  letter-spacing: 0.6px;
  font-weight: bold;
}
#storeBlock .storeList__item .template__item span {
  font-size: 3.3vw;
  line-height: 1.54;
  letter-spacing: 0.6px;
  font-weight: normal;
}
#storeBlock .storeList__item .template__item::before {
  transform: translateY(0vw);
}
#storeBlock .storeList__item .template__dir {
  background: none;
  border-color: #58207b;
  border-width: 0.5vw;
  border-style: solid;
  box-shadow: 4px 4px 6px rgba(88, 32, 123, 0.25);
}
#storeBlock .storeList__item .template__dir span {
  font-size: 4.6vw;
  line-height: 1.54;
  letter-spacing: 0.6px;
  font-weight: normal;
  color: #58207b;
}
#storeBlock .storeList__item .template__dir::before {
  background: url(../images/megasite/store/box-icon-dir.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(0vw);
}

body.path-user .header-top {
  position: sticky;
}
body.path-user .user-login-form {
  padding: 100px 10%;
  height: calc(100vh - 242px);
}
body.path-user .user-login-form input.form-text {
  width: 100%;
  max-width: 400px;
  padding: 4px 12px;
  color: black;
}
body.path-user .user-login-form label {
  width: 100%;
  display: block;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 6px;
  color: #fff;
}
body.path-user .user-login-form div.description {
  color: #fff;
}
body.path-user .user-login-form .form-submit {
  margin-top: 10px;
  padding: 4px 12px;
  color: black;
}
body.path-user .user-login-form .button-saml {
  color: #FFF;
  display: inline-block;
  padding: 4px 12px;
  margin: 0px 0px 30px 0px;
  border: 1px solid #FFF;
  border-radius: 5px;
  font-size: 18px;
}
body.path-user .user-login-form h2.login-message {
  font-size: 18px;
  margin: 40px 0px 10px 0px;
  color: #FFF;
}
body.path-user .region-primary-menu {
  margin-top: 120px;
}
body.path-user .region-primary-menu .menu-item {
  margin-right: 30px;
}
body.path-user .region-primary-menu .menu-level-0 {
  flex-direction: column;
}
@media (min-width: 1200px) {
  body.path-user .region-primary-menu .menu-level-0 {
    flex-direction: row;
  }
}
body.path-user article.profile {
  color: #fff;
  height: calc(100vh - 360px);
  padding: 0 10%;
}
body.path-user #block-user-account-menu .menu-level-0 {
  padding: 0 10%;
  display: flex;
}
body.path-user #block-user-account-menu .menu-level-0 .menu-item a {
  padding-left: 0;
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
}
body.path-user #block-user-account-menu .menu-level-0 .menu-item a:hover, body.path-user #block-user-account-menu .menu-level-0 .menu-item a:active, body.path-user #block-user-account-menu .menu-level-0 .menu-item a:focus {
  color: #dbdbdb;
}

#main_title {
  width: auto;
  height: 15vw;
  padding: 15.4898% 0 6%;
  margin: 0 auto;
  box-sizing: content-box;
  object-fit: contain;
}
@media (min-width: 1024px) {
  #main_title {
    width: 50%;
    min-height: 9.6vw;
    padding: 8.4898% 0 5%;
    margin: 0 auto;
    box-sizing: content-box;
  }
}

.about__tab_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 79.59184%;
  margin: 0% auto;
  padding: 3.38776% 5.30612% 3.67347% 5.10204%;
  background-color: rgba(214, 214, 214, 0.4);
  border-radius: 10px 10px 0 0;
}
@media (min-width: 1024px) {
  .about__tab_box {
    display: flex;
    justify-content: space-between;
    width: 70%;
    background-color: transparent;
    padding: 0 0 0.67347%;
  }
}
.about__tab_box .tab {
  width: auto;
  height: 70%;
}
.about__tab_box .tab img {
  width: 100%;
  height: auto;
  margin: auto;
}

.sec {
  display: flex;
  flex-direction: column;
  width: 79.59184%;
  height: auto;
  margin: 0% auto 7%;
  padding: 5.38776% 5.30612% 2.67347% 5.10204%;
  background-color: rgba(214, 214, 214, 0.4);
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .sec {
    width: 69.59184%;
  }
}
.sec img {
  max-width: 100%;
  object-fit: contain;
}
.sec.about {
  border-radius: 0 0 10px 10px;
}
@media (min-width: 1024px) {
  .sec.about {
    border-radius: 10px;
  }
}
@media (min-width: 1024px) {
  .sec.about p {
    font-size: 1.5vw;
  }
}
.sec h3 {
  font-size: 1.2em;
}
@media (min-width: 1024px) {
  .sec h3 {
    font-size: 1.75em;
  }
}
.sec h4 {
  font-size: 1.25em;
}
@media (min-width: 1024px) {
  .sec h4 {
    font-size: 1.5em;
  }
}
.sec p, .sec a, .sec li {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: justify;
}
@media (min-width: 1024px) {
  .sec p, .sec a, .sec li {
    font-size: 22px;
  }
}
.sec ul {
  padding-left: 20px;
}
.sec ul p {
  color: #313131;
  margin: 30px 0;
}
.sec li {
  color: #313131;
  list-style: disc;
}
.sec p.bt {
  font-size: 8px;
  margin-top: 10%;
}
@media (min-width: 1024px) {
  .sec p.bt {
    font-size: 12px;
  }
}
.sec a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.sec__h2 {
  margin: 0% auto 3%;
}
.sec__h3 {
  margin: 5% auto 3%;
}
@media (min-width: 1024px) {
  .sec #technology .sec__h3 {
    margin: 0 auto 5%;
  }
}
.sec #technology img[pic="1"] {
  width: 60%;
  margin: -5% auto -10%;
}
@media (min-width: 1024px) {
  .sec #technology img[pic="1"] {
    width: 50%;
    margin: 0 auto;
  }
}
.sec #technology img[pic="2"] {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .sec #technology img[pic="2"] {
    width: 50%;
    margin-right: 5%;
  }
}

.sec_pc {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .sec_pc {
    flex-direction: row-reverse;
  }
}

.people {
  width: 57.58974%;
  margin: 0 auto 7%;
}
@media (min-width: 1024px) {
  .people {
    width: 26%;
    flex-basis: 20%;
    margin: 0 0 0 4%;
  }
}

.bg-w {
  background-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 1024px) {
  .p-wrap {
    padding: 2% 13% 7%;
  }
}

.d-f {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .d-f {
    align-items: center;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .d-r {
    flex-direction: row;
  }
}

.dark_black {
  color: #313131;
}

p.black {
  color: #313131;
}

.bold {
  font-weight: bold;
}

.text-c {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 5%;
}
@media (min-width: 1024px) {
  .text-c {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  #main_title.w-3 {
    width: 35%;
    height: 9.7vw;
  }
}

.for-404 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.for-404 p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

#probitics_main_title {
  width: auto;
  height: 13vw;
  padding: 15.4898% 0 6%;
  margin: 0 auto;
  box-sizing: content-box;
  object-fit: contain;
}
@media (min-width: 1024px) {
  #probitics_main_title {
    width: 80%;
    min-height: 9.6vw;
    padding: 8.4898% 0 1%;
    margin: 0 auto;
    box-sizing: content-box;
  }
}

.probiotics #probiotics {
  width: 79.59184%;
  height: auto;
  margin: 0% auto 7%;
  padding: 5.38776% 5.30612% 2.67347% 5.10204%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
.probiotics_info img {
  width: 100%;
}
.probiotics_description {
  text-align: center;
  font-size: 2.7vw;
  margin: 5px 0 5px;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .probiotics_description {
    font-size: 1.7vw;
  }
}
.probiotics_description > span {
  color: #fcdc83;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .probiotics_description > span {
    font-size: 1.7vw;
  }
}
@media (min-width: 1024px) {
  .probiotics_can_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .probiotics_can_item:not(:first-child) {
    margin-top: -5vw;
  }
}
.probiotics_can_item:nth-child(odd) .can_image {
  margin-left: 1vw;
}
@media (min-width: 1024px) {
  .probiotics_can_item:nth-child(odd) .can_image {
    margin-left: -46px;
  }
}
.probiotics_can_item:nth-child(even) .can_image {
  margin-right: 4vw;
  margin-left: auto;
}
@media (min-width: 980px) {
  .probiotics_can_item:nth-child(even) .can_image {
    margin-right: 15vw;
  }
}
@media (min-width: 1024px) {
  .probiotics_can_item:nth-child(even) .can_image {
    margin-left: -46px;
  }
}
.probiotics_can_note {
  margin: 7vw 0 4vw;
}
@media (min-width: 1024px) {
  .probiotics_can_note {
    margin: 0 0 4vw;
  }
}
.probiotics_can_note .can_note, .probiotics_can_note .can_note-pc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
@media (min-width: 1024px) {
  .probiotics_can_note .can_note, .probiotics_can_note .can_note-pc {
    font-size: 16px;
  }
}
.probiotics .can_image {
  width: 76%;
}
.probiotics .can_image img {
  width: 100%;
}
@media (min-width: 1024px) {
  .probiotics .can_image {
    width: 100%;
  }
}
.probiotics .can_info {
  margin-top: -7vw;
}
@media (min-width: 1024px) {
  .probiotics .can_info {
    margin-bottom: 7vw;
    margin-left: -7vw;
  }
}
.probiotics .can_name {
  font-size: 4.2vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5vw;
  background: linear-gradient(to top, #d8ac39, #f1d551, #f2d756);
  background: -webkit-linear-gradient(to top, #d8ac39, #f1d551, #f2d756);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media (min-width: 1024px) {
  .probiotics .can_name {
    font-size: 23px;
    text-align: left;
  }
}
@media (min-width: 1920px) {
  .probiotics .can_name {
    font-size: 36px;
  }
}
.probiotics .can_line {
  width: 46%;
  height: 2px;
  margin: auto;
  border-radius: 10px;
  background: #ffeec5;
  background-image: linear-gradient(to right, #e4b046, #ffeec5, #e4b046);
}
@media (min-width: 780px) {
  .probiotics .can_line {
    height: 3px;
    margin: 2px auto;
  }
}
@media (min-width: 1024px) {
  .probiotics .can_line {
    margin: 0;
  }
}
.probiotics .can_sub {
  font-size: 2.8vw;
  font-weight: 500;
  text-align: center;
  color: #fcdc83;
  letter-spacing: 0.3vw;
}
@media (min-width: 1024px) {
  .probiotics .can_sub {
    text-align: left;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .probiotics .can_sub {
    font-size: 20px;
  }
}
.probiotics .can_description {
  color: #ffffff;
  text-align: center;
  margin-top: 3px;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .probiotics .can_description {
    text-align: left;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .probiotics .can_description {
    font-size: 25px;
  }
}

.path-knowledge .knowledge .view-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 70px;
}
@media (min-width: 480px) {
  .path-knowledge .knowledge .view-content {
    padding: 4.2vw;
    margin-bottom: 14.6vw;
  }
}
@media (min-width: 1200px) {
  .path-knowledge .knowledge .view-content {
    background: #f6f3fa;
    padding: 80px 100px;
    border-radius: 12px;
    margin-bottom: 70px;
  }
}
.path-knowledge .knowledge .pager * {
  color: white;
  font-size: 16px;
  line-height: 1.54;
  letter-spacing: 0.6px;
  font-weight: normal;
}
.path-knowledge .knowledge .pager .pager__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.path-knowledge .knowledge .pager .pager__item a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0 2px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
.path-knowledge .knowledge .pager .pager__item a:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffce6e+75,c88208+100 */
  background: rgb(255, 206, 110);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(255, 206, 110) 75%, rgb(200, 130, 8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(255, 206, 110) 75%, rgb(200, 130, 8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 206, 110) 75%, rgb(200, 130, 8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffce6e", endColorstr="#c88208", GradientType=0);
  /* IE6-9 */
  opacity: 0;
  transition: all 0.3s linear;
}
.path-knowledge .knowledge .pager .pager__item a:hover {
  color: #57237f;
}
.path-knowledge .knowledge .pager .pager__item a:hover:before {
  opacity: 1;
}
.path-knowledge .knowledge .pager .pager__item.is-active::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  border-radius: 0;
  background: #ffce6e;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(4px);
}
.path-knowledge .knowledge .pager .pager__item--next::after {
  width: 44%;
  height: 44%;
  border-radius: 0;
  background-image: url("/themes/custom/nestle_baby/images/knowledge/next-icon.png");
}
.path-knowledge .knowledge .pager .pager__item--last::after {
  width: 46%;
  height: 46%;
  border-radius: 0;
  background-image: url("/themes/custom/nestle_baby/images/knowledge/last-icon.png");
}
.path-knowledge .knowledge .pager .pager__item--previous::after {
  width: 44%;
  height: 44%;
  border-radius: 0;
  background-image: url("/themes/custom/nestle_baby/images/knowledge/prev-icon.png");
}
.path-knowledge .knowledge .pager .pager__item--first::after {
  width: 46%;
  height: 46%;
  border-radius: 0;
  background-image: url("/themes/custom/nestle_baby/images/knowledge/first-icon.png");
}
.path-knowledge .knowledge .pager .pager__item--first span, .path-knowledge .knowledge .pager .pager__item--previous span, .path-knowledge .knowledge .pager .pager__item--last span, .path-knowledge .knowledge .pager .pager__item--next span {
  display: none;
}
.path-knowledge .knowledge .pager .pager__item--first::after, .path-knowledge .knowledge .pager .pager__item--previous::after, .path-knowledge .knowledge .pager .pager__item--last::after, .path-knowledge .knowledge .pager .pager__item--next::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateY(10%);
  filter: grayscale(1) brightness(1000%);
  pointer-events: none;
}
.path-knowledge .knowledge .pager .pager__item--first:hover::after, .path-knowledge .knowledge .pager .pager__item--previous:hover::after, .path-knowledge .knowledge .pager .pager__item--last:hover::after, .path-knowledge .knowledge .pager .pager__item--next:hover::after {
  filter: grayscale(0) brightness(100%);
}
.path-knowledge .knowledge__h1title {
  width: 90%;
  height: auto;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  margin: auto;
  margin-bottom: 50px;
}
.path-knowledge .knowledge__h1title picture, .path-knowledge .knowledge__h1title img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
@media (min-width: 480px) {
  .path-knowledge .knowledge__h1title {
    padding-top: 16.7vw;
    margin-bottom: 10.4vw;
  }
}
@media (min-width: 1200px) {
  .path-knowledge .knowledge__h1title {
    width: auto;
    height: 335px;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 160px;
    margin-bottom: 100px;
  }
  .path-knowledge .knowledge__h1title picture, .path-knowledge .knowledge__h1title img {
    width: auto;
    height: 100%;
    border-radius: 0;
  }
}
.path-knowledge .knowledge__link {
  background: #ede6f7;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 480px) {
  .path-knowledge .knowledge__link {
    padding: 4.2vw;
  }
}
@media (min-width: 1200px) {
  .path-knowledge .knowledge__link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 12px;
    padding: 45px;
  }
}
.path-knowledge .knowledge__link:hover .knowledge__title {
  color: #f6ae02;
}
.path-knowledge .knowledge__link::after {
  width: 0;
  height: 0;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 17px 17px;
  border-color: transparent transparent #5a2881 transparent;
  position: absolute;
  margin: auto;
  right: 46px;
  bottom: 46px;
}
@media (min-width: 1200px) {
  .path-knowledge .knowledge__link::after {
    content: "";
    display: block;
  }
}
.path-knowledge .knowledge__image {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.path-knowledge .knowledge__image picture, .path-knowledge .knowledge__image img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
@media (min-width: 480px) {
  .path-knowledge .knowledge__image {
    margin-bottom: 4.2vw;
  }
}
@media (min-width: 1200px) {
  .path-knowledge .knowledge__image {
    width: 290px;
    height: auto;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 0 290px;
    margin-right: 45px;
    margin-bottom: 0;
  }
  .path-knowledge .knowledge__image picture, .path-knowledge .knowledge__image img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.path-knowledge .knowledge__title {
  color: #57237f;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.6px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .path-knowledge .knowledge__title {
    font-size: 4.6vw;
    line-height: 5.8vw;
    letter-spacing: 0.6px;
    font-weight: bold;
    margin-bottom: 4.2vw;
  }
}
@media (min-width: 1200px) {
  .path-knowledge .knowledge__title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-weight: bold;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .path-knowledge .knowledge__title::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6d39b+0,f6d39b+100&0+0,1+20,1+80,0+100 */
    background: -moz-linear-gradient(left, rgba(246, 211, 155, 0.2) 0%, rgb(246, 211, 155) 25%, rgb(246, 211, 155) 75%, rgba(246, 211, 155, 0.2) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(246, 211, 155, 0.2) 0%, rgb(246, 211, 155) 25%, rgb(246, 211, 155) 75%, rgba(246, 211, 155, 0.2) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(246, 211, 155, 0.2) 0%, rgb(246, 211, 155) 25%, rgb(246, 211, 155) 75%, rgba(246, 211, 155, 0.2) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f6d39b", endColorstr="#00f6d39b", GradientType=0);
    /* IE6-9 */
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 0;
    max-width: 260px;
  }
}
.path-knowledge .knowledge__content * {
  color: #313131;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.6px;
  font-weight: normal;
}
@media (min-width: 480px) {
  .path-knowledge .knowledge__content * {
    font-size: 3.8vw;
    line-height: 5vw;
    letter-spacing: 0.6px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .path-knowledge .knowledge__content * {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.6px;
    font-weight: normal;
  }
}
.path-knowledge .knowledge__content b,
.path-knowledge .knowledge__content strong {
  font-weight: bold;
}
.path-knowledge .views-row + .views-row {
  margin-top: 20px;
}
@media (min-width: 480px) {
  .path-knowledge .views-row + .views-row {
    margin-top: 4.2vw;
  }
}
@media (min-width: 1200px) {
  .path-knowledge .views-row + .views-row {
    margin-top: 46px;
  }
}
.path-knowledge .fixed__menu {
  position: fixed;
  margin: auto;
  right: 6vw;
  bottom: 80px;
  z-index: 10;
}
.path-knowledge .fixed__menu .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px rgba(88, 32, 123, 0.5);
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .path-knowledge .fixed__menu .btn {
    width: 8.3vw;
    height: 8.3vw;
    border-radius: 50%;
    margin-bottom: 2.5px;
  }
}
.path-knowledge .fixed__menu .btn img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  object-fit: contain;
}
@media (min-width: 480px) {
  .path-knowledge .fixed__menu .btn img {
    width: 4.2vw;
    height: 4.2vw;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .path-knowledge .fixed__menu {
    display: none;
  }
}

.knowledgePost .knowledge__wrap {
  margin-top: 82px;
  padding: 28px 12px;
  border-radius: 10px;
  background: white;
}
@media (min-width: 480px) {
  .knowledgePost .knowledge__wrap {
    margin-top: 17vw;
  }
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__wrap {
    margin-top: 165px;
    padding: 4.9vw 5.5vw;
    background: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 1640px) {
  .knowledgePost .knowledge__wrap {
    margin-top: 165px;
    padding: 80px 90px;
    border-radius: 12px;
  }
}
.knowledgePost .knowledge__breadcrumb {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.6px;
  font-weight: 400;
  color: #313131;
  margin-bottom: 32px;
  padding: 0;
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__breadcrumb {
    margin-bottom: 2vw;
    padding: 0 0.6vw;
  }
}
@media (min-width: 1640px) {
  .knowledgePost .knowledge__breadcrumb {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.6px;
    font-weight: 400;
    margin-bottom: 32px;
    padding: 0 10px;
  }
}
.knowledgePost .knowledge__breadcrumb * {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.6px;
  font-weight: 400;
  color: #313131;
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__breadcrumb * {
    font-size: 1vw;
    line-height: 1.5vw;
    letter-spacing: 0.6px;
    font-weight: 400;
  }
}
@media (min-width: 1640px) {
  .knowledgePost .knowledge__breadcrumb * {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.6px;
    font-weight: 400;
  }
}
.knowledgePost .knowledge__breadcrumb span {
  display: inline-block;
  font-size: 10px;
  transform: scale(0.7, 0.9) translateY(-3%);
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__breadcrumb span {
    font-size: 0.6vw;
  }
}
@media (min-width: 1640px) {
  .knowledgePost .knowledge__breadcrumb span {
    font-size: 10px;
    transform: scale(0.7, 0.9) translateY(-3%);
  }
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__post {
    width: 54.9vw;
    flex: 0 0 54.9vw;
    padding: 0 0.6vw;
  }
}
@media (min-width: 1640px) {
  .knowledgePost .knowledge__post {
    width: 900px;
    flex: 0 0 900px;
    padding: 0 10px;
  }
}
.knowledgePost .knowledge__nav {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px 30px;
  background: white;
  border-radius: 10px 10px 0 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__nav {
    z-index: 20;
  }
}
.knowledgePost .knowledge__nav.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0%);
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__nav {
    position: relative;
    margin: 0;
    bottom: auto;
    padding: 0;
    border-radius: 0;
    background: none;
    width: 15.2vw;
    flex: 0 0 15.2vw;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}
@media (min-width: 1640px) {
  .knowledgePost .knowledge__nav {
    width: 250px;
    flex: 0 0 250px;
  }
}
.knowledgePost .knowledge__title {
  text-indent: 0;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.6px;
  font-weight: bold;
  color: #313131;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__title {
    font-size: 2vw;
    line-height: 2.9vw;
    letter-spacing: 0.6px;
    font-weight: bold;
    margin-bottom: 2vw;
  }
}
@media (min-width: 1640px) {
  .knowledgePost .knowledge__title {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.6px;
    font-weight: bold;
    margin-bottom: 32px;
  }
}
.knowledgePost .knowledge__summary {
  padding: 20px;
  padding-right: 20px;
  background: #ab8ebd;
  border-radius: 5px;
  margin-bottom: 40px;
  box-shadow: 2px 2px 6px rgba(88, 32, 123, 0.2);
}
.knowledgePost .knowledge__summary * {
  color: white;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.6px;
  font-weight: 400;
  text-shadow: 5px 5px 8px rgba(113, 63, 151, 0.45);
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__summary * {
    font-size: 1.2vw;
    line-height: 1.8vw;
    letter-spacing: 0.6px;
    font-weight: 400;
    text-shadow: 0.3vw 0.3vw 0.5vw rgba(113, 63, 151, 0.45);
  }
}
@media (min-width: 1640px) {
  .knowledgePost .knowledge__summary * {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-weight: 400;
    text-shadow: 5px 5px 8px rgba(113, 63, 151, 0.45);
  }
}
.knowledgePost .knowledge__summary * b,
.knowledgePost .knowledge__summary * strong {
  font-weight: bold;
}
.knowledgePost .knowledge__summary p + p {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__summary p + p {
    margin-top: 1.5vw;
  }
}
@media (min-width: 1640px) {
  .knowledgePost .knowledge__summary p + p {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__summary {
    padding: 1.5vw;
    padding-right: 2.2vw;
    font-size: 1.2vw;
    line-height: 1.8vw;
    letter-spacing: 0.6px;
    font-weight: 400;
    text-shadow: 0.3vw 0.3vw 0.5vw rgba(113, 63, 151, 0.45);
    margin-bottom: 2.4vw;
    box-shadow: 0.1vw 0.1vw 0.4vw rgba(88, 32, 123, 0.2);
  }
}
@media (min-width: 1640px) {
  .knowledgePost .knowledge__summary {
    padding: 25px;
    padding-right: 37px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-weight: 400;
    text-shadow: 5px 5px 8px rgba(113, 63, 151, 0.45);
    margin-bottom: 40px;
    box-shadow: 2px 2px 6px rgba(88, 32, 123, 0.2);
  }
}
.knowledgePost .knowledge__summary::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 17px 17px;
  border-color: transparent transparent #5a2881 transparent;
  position: absolute;
  margin: auto;
  right: 12px;
  bottom: 12px;
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__summary::after {
    border-width: 0 0 1vw 1vw;
    position: absolute;
    margin: auto;
    right: 0.7vw;
    bottom: 0.7vw;
  }
}
@media (min-width: 1640px) {
  .knowledgePost .knowledge__summary::after {
    border-width: 0 0 17px 17px;
    position: absolute;
    margin: auto;
    right: 12px;
    bottom: 12px;
  }
}
.knowledgePost .knowledge__content * {
  word-break: break-all;
  color: #313131;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.6px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__content * {
    font-size: 1.2vw;
    line-height: 1.8vw;
    letter-spacing: 0.6px;
    font-weight: 400;
  }
}
@media (min-width: 1640px) {
  .knowledgePost .knowledge__content * {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-weight: 400;
  }
}
.knowledgePost .knowledge__content * b,
.knowledgePost .knowledge__content * strong {
  font-weight: bold;
}
.knowledgePost .knowledge__content h2 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.6px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__content h2 {
    font-size: 1.5vw;
    line-height: 1.8vw;
    letter-spacing: 0.6px;
    font-weight: bold;
    margin-bottom: 1.5vw;
  }
}
@media (min-width: 1640px) {
  .knowledgePost .knowledge__content h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-weight: bold;
    margin-bottom: 24px;
  }
}
.knowledgePost .knowledge__content h2.is-active {
  color: #5a2881;
}
.knowledgePost .knowledge__content img {
  max-width: 100%;
  height: auto;
}
.knowledgePost .knowledge__content p,
.knowledgePost .knowledge__content ol,
.knowledgePost .knowledge__content ul,
.knowledgePost .knowledge__content table {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__content p,
  .knowledgePost .knowledge__content ol,
  .knowledgePost .knowledge__content ul,
  .knowledgePost .knowledge__content table {
    margin-bottom: 1.5vw;
  }
}
@media (min-width: 1640px) {
  .knowledgePost .knowledge__content p,
  .knowledgePost .knowledge__content ol,
  .knowledgePost .knowledge__content ul,
  .knowledgePost .knowledge__content table {
    margin-bottom: 24px;
  }
}
.knowledgePost .knowledge__content p p,
.knowledgePost .knowledge__content p ol,
.knowledgePost .knowledge__content p ul,
.knowledgePost .knowledge__content ol p,
.knowledgePost .knowledge__content ol ol,
.knowledgePost .knowledge__content ol ul,
.knowledgePost .knowledge__content ul p,
.knowledgePost .knowledge__content ul ol,
.knowledgePost .knowledge__content ul ul,
.knowledgePost .knowledge__content table p,
.knowledgePost .knowledge__content table ol,
.knowledgePost .knowledge__content table ul {
  margin-bottom: 0;
}
.knowledgePost .knowledge__content a {
  color: #624079;
  text-decoration: underline;
  cursor: pointer !important;
}
.knowledgePost .knowledge__content a:hover, .knowledgePost .knowledge__content a:visited {
  color: #57237f;
}
.knowledgePost .knowledge__content ol {
  list-style: none;
  counter-reset: my-counter;
}
.knowledgePost .knowledge__content ol li {
  counter-increment: my-counter;
}
.knowledgePost .knowledge__content ol li::before {
  content: "(" counter(my-counter) ") ";
}
.knowledgePost .knowledge__content ul {
  margin-left: 32px;
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__content ul {
    margin-left: 2vw;
  }
}
@media (min-width: 1640px) {
  .knowledgePost .knowledge__content ul {
    margin-left: 32px;
  }
}
.knowledgePost .knowledge__content ul li {
  list-style: disc;
}
.knowledgePost .knowledge__content p + ol,
.knowledgePost .knowledge__content p + ul {
  margin-top: -24px;
}
@media (min-width: 1200px) {
  .knowledgePost .knowledge__content p + ol,
  .knowledgePost .knowledge__content p + ul {
    margin-top: -1.5vw;
  }
}
@media (min-width: 1640px) {
  .knowledgePost .knowledge__content p + ol,
  .knowledgePost .knowledge__content p + ul {
    margin-top: -24px;
  }
}
.knowledgePost .knowledge img {
  max-width: 100%;
  object-fit: contain;
}
.knowledgePost .nav__title {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.6px;
  font-weight: 500;
  color: #57237f;
  width: 100%;
  height: 42px;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .knowledgePost .nav__title {
    font-size: 1.5vw;
    line-height: 1.5vw;
    letter-spacing: 0.6px;
    font-weight: 500;
    width: 100%;
    height: 2.6vw;
    border-radius: 0;
  }
}
@media (min-width: 1640px) {
  .knowledgePost .nav__title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.6px;
    font-weight: 500;
    width: 100%;
    height: 42px;
    border-radius: 0;
  }
}
.knowledgePost .nav__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6d39b+0,f6d39b+100&0+0,1+20,1+80,0+100 */
  background: -moz-linear-gradient(left, rgba(246, 211, 155, 0.2) 0%, rgb(246, 211, 155) 25%, rgb(246, 211, 155) 75%, rgba(246, 211, 155, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(246, 211, 155, 0.2) 0%, rgb(246, 211, 155) 25%, rgb(246, 211, 155) 75%, rgba(246, 211, 155, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(246, 211, 155, 0.2) 0%, rgb(246, 211, 155) 25%, rgb(246, 211, 155) 75%, rgba(246, 211, 155, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f6d39b", endColorstr="#00f6d39b", GradientType=0);
  /* IE6-9 */
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1200px) {
  .knowledgePost .nav__title::before {
    width: 100%;
    height: 0.2vw;
    border-radius: 0;
  }
}
@media (min-width: 1640px) {
  .knowledgePost .nav__title::before {
    width: 100%;
    height: 2px;
    border-radius: 0;
  }
}
.knowledgePost .nav__title::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 0;
  background-image: url("/themes/custom/nestle_baby/images/knowledge/close-icon.png");
  transition: all 0.3s linear;
  transform: translateY(40%);
}
@media (min-width: 1200px) {
  .knowledgePost .nav__title::after {
    width: 0.5vw;
    height: 0.5vw;
    border-radius: 0;
    border-top: solid 0.2vw #57237f;
    border-left: solid 0.2vw #57237f;
    background: none;
    transform: translateY(60%) rotateZ(225deg);
  }
}
@media (min-width: 1640px) {
  .knowledgePost .nav__title::after {
    width: 8px;
    height: 8px;
    border-radius: 0;
    border-top: solid 3px #57237f;
    border-left: solid 3px #57237f;
  }
}
@media (min-width: 1200px) {
  .knowledgePost .nav__title.is-active::after {
    transform: translateY(100%) rotateZ(45deg);
  }
}
.knowledgePost .nav__item {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .knowledgePost .nav__item {
    margin-top: 1.5vw;
  }
}
@media (min-width: 1640px) {
  .knowledgePost .nav__item {
    margin-top: 24px;
  }
}
.knowledgePost .nav__item a {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.6px;
  font-weight: 400;
  color: #624079;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .knowledgePost .nav__item a {
    font-size: 1.2vw;
    line-height: 1.8vw;
    letter-spacing: 0.6px;
    font-weight: 400;
  }
}
@media (min-width: 1640px) {
  .knowledgePost .nav__item a {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-weight: 400;
  }
}
.knowledgePost .nav__item a:hover {
  color: #57237f;
  text-decoration: underline;
}
.knowledgePost .nav__item a.is-active {
  color: #57237f;
}
.knowledgePost .fixed__menu {
  position: fixed;
  margin: auto;
  right: 6vw;
  bottom: 80px;
  z-index: 10;
}
.knowledgePost .fixed__menu .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px rgba(88, 32, 123, 0.5);
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .knowledgePost .fixed__menu .btn {
    width: 8.3vw;
    height: 8.3vw;
    border-radius: 50%;
    margin-bottom: 2.5px;
  }
}
.knowledgePost .fixed__menu .btn img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  object-fit: contain;
}
@media (min-width: 480px) {
  .knowledgePost .fixed__menu .btn img {
    width: 4.2vw;
    height: 4.2vw;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .knowledgePost .fixed__menu {
    display: none;
  }
}
.knowledgePost .overlay {
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s linear;
  z-index: 100;
}
@media (min-width: 1200px) {
  .knowledgePost .overlay {
    z-index: 20;
  }
}
.knowledgePost .overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}
.knowledgePost table.table-nowrap {
  width: 100%;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .knowledgePost table.table-nowrap {
    white-space: unset;
  }
}
.knowledgePost table.table-maxwidth {
  width: 100%;
  display: block;
  overflow-x: auto;
}
.knowledgePost table.table-maxwidth th {
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .knowledgePost table.table-maxwidth th {
    white-space: unset;
  }
}
.knowledgePost table.table-maxwidth td {
  min-width: 300px;
}
@media (min-width: 1200px) {
  .knowledgePost table.table-maxwidth td {
    min-width: auto;
  }
}
.knowledgePost table.table-maxwidth tr.is-highlight td,
.knowledgePost table.table-maxwidth td.is-highlight,
.knowledgePost table.table-maxwidth tr.is-mark td,
.knowledgePost table.table-maxwidth td.is-mark {
  min-width: auto;
  white-space: nowrap;
}
.knowledgePost table.table-pc {
  display: none;
}
@media (min-width: 780px) {
  .knowledgePost table.table-pc {
    display: block;
  }
}
.knowledgePost table.table-pc tr.is-highlight td,
.knowledgePost table.table-pc td.is-highlight,
.knowledgePost table.table-pc tr.is-mark td,
.knowledgePost table.table-pc td.is-mark {
  min-width: auto;
  white-space: nowrap;
  text-align: center;
}
.knowledgePost table.table-mobile {
  width: 100%;
  text-align: center;
}
@media (min-width: 780px) {
  .knowledgePost table.table-mobile {
    display: none;
  }
}
.knowledgePost table th,
.knowledgePost table td {
  border: 1px solid #ab8ebd;
  padding: 6px 12px;
  background: #f6f3fa;
  vertical-align: middle;
}
.knowledgePost table th {
  font-weight: bold !important;
  background: #57237f;
  color: white !important;
}
.knowledgePost table tr.is-highlight td,
.knowledgePost table td.is-highlight {
  background: #79439d;
  color: white !important;
}
.knowledgePost table tr.is-mark td,
.knowledgePost table td.is-mark {
  background: #ede6f7;
}
.knowledgePost .views-view-entity-pager {
  display: none;
}
.knowledgePost .entity-pager-list {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .knowledgePost .entity-pager-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.knowledgePost .entity-pager-item {
  margin: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .knowledgePost .entity-pager-item {
    flex: 0 0 43%;
    align-self: stretch;
  }
}
.knowledgePost .entity-pager-item .inactive {
  display: none;
}
@media (min-width: 1200px) {
  .knowledgePost .entity-pager-item .inactive {
    display: flex;
    opacity: 0;
    pointer-events: none;
  }
}
.knowledgePost .entity-pager-item a {
  width: 100%;
  height: 100%;
  text-align: left;
  color: white;
  padding: 20px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.6px;
  font-weight: 400;
  background: #ab8ebd;
  border-radius: 8px;
  box-shadow: inset -2px -2px 6px rgba(58, 1, 94, 0), inset 2px 2px 6px rgba(255, 255, 255, 0), 2px 2px 6px rgba(88, 32, 123, 0.2);
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .knowledgePost .entity-pager-item a {
    padding: 1.5vw;
    padding-right: 2.2vw;
    font-size: 1.2vw;
    line-height: 1.8vw;
    letter-spacing: 0.6px;
    font-weight: 400;
    box-shadow: 0.1vw 0.1vw 0.4vw rgba(88, 32, 123, 0.2);
    box-shadow: inset -0.1vw -0.1vw 0.4vw rgba(58, 1, 94, 0), inset 0.1vw 0.1vw 0.4vw rgba(255, 255, 255, 0), 0.1vw 0.1vw 0.4vw rgba(88, 32, 123, 0.2);
  }
}
@media (min-width: 1640px) {
  .knowledgePost .entity-pager-item a {
    padding: 25px;
    padding-right: 37px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-weight: 400;
    border-radius: 8px;
    box-shadow: inset -2px -2px 6px rgba(58, 1, 94, 0), inset 2px 2px 6px rgba(255, 255, 255, 0), 2px 2px 6px rgba(88, 32, 123, 0.2);
  }
}
.knowledgePost .entity-pager-item a span {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.6px;
  font-weight: 400;
  color: white;
  text-shadow: 5px 5px 8px rgba(113, 63, 151, 0.45);
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .knowledgePost .entity-pager-item a span {
    font-size: 1.5vw;
    line-height: 1.8vw;
    letter-spacing: 0.6px;
    font-weight: 400;
    text-shadow: 0.3vw 0.3vw 0.5vw rgba(113, 63, 151, 0.45);
  }
}
@media (min-width: 1640px) {
  .knowledgePost .entity-pager-item a span {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-weight: 400;
    text-shadow: 5px 5px 8px rgba(113, 63, 151, 0.45);
  }
}
.knowledgePost .entity-pager-item a span::before {
  width: 15px;
  height: 15px;
  border-radius: 0;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(10%);
  filter: grayscale(1) brightness(1000%);
  pointer-events: none;
}
.knowledgePost .entity-pager-item a:hover {
  background: #57237f;
  box-shadow: inset -2px -2px 6px rgba(58, 1, 94, 0.6), inset 2px 2px 6px rgba(255, 255, 255, 0.3), 2px 2px 6px rgba(88, 32, 123, 0.2);
}
@media (min-width: 1200px) {
  .knowledgePost .entity-pager-item a:hover {
    box-shadow: inset -0.1vw -0.1vw 0.4vw rgba(58, 1, 94, 0.6), inset 0.1vw 0.1vw 0.4vw rgba(255, 255, 255, 0.3), 0.1vw 0.1vw 0.4vw rgba(88, 32, 123, 0.2);
  }
}
@media (min-width: 1640px) {
  .knowledgePost .entity-pager-item a:hover {
    box-shadow: inset -2px -2px 6px rgba(58, 1, 94, 0.6), inset 2px 2px 6px rgba(255, 255, 255, 0.3), 2px 2px 6px rgba(88, 32, 123, 0.2);
  }
}
.knowledgePost .entity-pager-item-next {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.knowledgePost .entity-pager-item-next a span {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
}
.knowledgePost .entity-pager-item-next a span::before {
  margin-left: 8px;
  background-image: url("/themes/custom/nestle_baby/images/knowledge/next-icon.png");
}
.knowledgePost .entity-pager-item-prev {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.knowledgePost .entity-pager-item-prev a {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .knowledgePost .entity-pager-item-prev a {
    margin-bottom: 0;
  }
}
.knowledgePost .entity-pager-item-prev a span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.knowledgePost .entity-pager-item-prev a span::before {
  margin-right: 8px;
  background-image: url("/themes/custom/nestle_baby/images/knowledge/prev-icon.png");
}

body.maintenance-page::before {
  background: none;
}
body.maintenance-page .dialog-off-canvas-main-canvas > .layout-container {
  width: 480px;
  min-height: 500px;
  margin: 0 auto !important;
  border: 1px solid black;
  padding: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
body.maintenance-page .dialog-off-canvas-main-canvas > .layout-container h1 {
  font-size: 24px;
  color: black;
  text-align: center;
}
body.maintenance-page .dialog-off-canvas-main-canvas > .layout-container * {
  font-size: 24px;
  color: black;
}
body.maintenance-page .dialog-off-canvas-main-canvas > .layout-container h1.site-name a {
  color: black;
  font-size: 32px;
  margin-bottom: 20px;
}