*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  background: #fff;
}
.container {
  max-width: 1408px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  position: relative;
}
.scwheader {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #b8b8b8;
}
.scwheader .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin: 20px auto;
  align-items: center;
}

.scwheader .scwheader_menu_popup_con .container {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
.scwheader_menu_popup_con_item {
}
.scwheader_menu_popup_close {
  cursor: pointer;
  font-size: 30px;
  float: right;
  position: absolute;
  right: 30px;
}
.scwheader_menu_popup_con {
  padding: 40px;
}
.scwheader_menu_popup_con {
  padding: 40px;
}
.scwheader_menu_popup_con_item {
  display: inline-block;
  width: 100%;
  position: relative;
}
.scwheader_menu_popup_con_item_thumn {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border: 1px solid #b8b8b8;
  border-radius: 12px;
  margin-top: 0;
  padding: 10px 30px;
}
.scwheader_menu_popup_con_item_title {
  font-family: Work Sans;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #010c1b;
  margin-top: 0;
  margin-bottom: 0;
  height: 64px;
}
.scwheader_menu_popup_con_item_title a {
  text-decoration: unset;
}
.scwheader_menu_popup_con_item_but {
  margin: 0;
  text-align: center;
}
.scwheader_menu_popup_con_item_but a {
  background: #6e2078;
  width: auto;
  height: auto;
  display: inline-block;
  font-family: Work Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: #fff;
  line-height: normal;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: unset;
  border-radius: 300px;
  padding: 20px 40px;
}
.scwheader_menu_popup_con_item_thumn img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.scwheader_menu_popup_con_item_thumn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 100%;
}
.scwheader_logo {
  text-align: center;
}
.scwheader_menu_popup {
  display: none;
  position: absolute;
  top: 127px;
  left: auto;
  right: 0;
  margin: 0 auto;
  width: 300px;
  height: auto;
  z-index: 9;
  background: #fff;
  text-align: center;
  border: 1px solid #aaa;
}
.scwheader_menu {
  text-align: right;
}
.scwheader_menu_bar {
  font-size: 30px;
  cursor: pointer;
}
.scwheader_logo a {
  display: inline-block;
  width: auto;
}
.scwheader_logo img {
  width: 314px;
  height: 100px;
  object-fit: contain;
  padding-top: 10px;
}
.scwheader_but a {
  width: 290px;
  height: 70px;
  background: #6e2078;
  display: inline-block;
  font-family: Work Sans;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  text-decoration: unset;
  line-height: 70px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 300px;
}
.scwhome_banner {
  background: #6e2078;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
}
.scwhome_banner_head {
  margin-top: 124px;
  margin-bottom: 200px;
  font-family: Work Sans;
  font-weight: 700;
  color: #fff;
  font-size: 88px;
  line-height: 95px;
  text-transform: uppercase;
}
.scwhome_banner_but {
  margin-top: 50px;
  margin-bottom: 503px;
  display: inline-block;
}
.scwhome_banner_but a {
  font-family: Work Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  width: 309px;
  letter-spacing: 10%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  height: 70px;
  background: #fff;
  display: inline-block;
  line-height: 70px;
  text-decoration: unset;
  color: #6e2078;
  border-radius: 300px;
}
.scwhome_banner_img {
  position: absolute;
  width: 70%;
  height: 518px;
  object-fit: contain;
  bottom: 0;
  right: 0;
}
.scwhome_scroll {
  padding: 20px 0;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  background: #6e2078;
}
.scwhome_scroll_slider {
  margin: auto;
  overflow: hidden;
  position: relative;
}
.scwhome_scroll_slider_con {
  display: flex;
  width: max-content;
  animation: scroll 60s linear infinite;
  will-change: transform;
}

.scwhome_scroll_slider_wrap {
  overflow: hidden;
}
.scwhome_scroll_item_icon {
  width: 52px;
  height: 62px;
  object-fit: contain;
}
.scwhome_scroll_item_text {
  font-family: Work Sans;
  font-weight: 600;
  color: #fff;
  font-size: 52.51px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
.scwhome_scroll_item {
  display: grid;
  grid-template-columns: 52px auto;
  grid-gap: 52px;
  margin-right: 52px;
  align-items: center;
}
.scwhome_scroll_item:last-child {
  margin-right: 0;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-66.666%);
  }
}
.scwhome_products {
  display: inline-block;
  width: 100%;
  position: relative;
}
.scwhome_products .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.scwhome_products_head {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  color: #6e2078;
}
.scwhome_products_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 72px;
}
.scwhome_products_item {
  width: 100%;
  position: relative;
  flex: 1 1 200px;
  max-width: 450px;
}
.scwhome_products_item_thumn {
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border: 1px solid #b8b8b8;
  border-radius: 12px;
  margin-top: 0;
  padding: 0 34px;
}
.scwhome_products_item_thumn:hover img {
  transform: scale(1.05);
}
.scwhome_products_item_thumn img {
  max-width: 100%;
  max-height: 400px;
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.scwhome_products_item_thumn a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.scwhome_products_item_title {
  font-family: Work Sans;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #010c1b;
  margin-top: 0;
  margin-bottom: 20px;
  height: 64px;
}
.scwhome_products_item_title a {
  text-decoration: unset;
}
.scwho .scwhome_products_item_subtitle {
  font-family: Roboto;
  font-weight: 400;
  font-size: 19px;
  line-height: 33px;
  text-align: center;
  color: #010c1b;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 76px;
}
.scwhome_products_item_but a {
  background: #6e2078;
  width: auto;
  height: auto;
  display: inline-block;
  font-family: Work Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: #fff;
  line-height: normal;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: unset;
  border-radius: 300px;
  padding: 20px 40px;
}
.scwhome_products_item_but {
  margin: 0;
  text-align: center;
}
.scwhome_intro {
  position: relative;
  background-image: none !important;
  min-height: 650px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: radial-gradient(
    32.12% 50% at 51.67% 50%,
    #e18aec 0%,
    #a755b2 37.02%,
    #7a2285 85.1%,
    #6e1f78 100%
  ) !important;
}
.scwhome_intro .container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.scwhome_intro_item {
  display: grid;
  align-items: center;
  grid-gap: 24px;
  pointer-events: auto;
  grid-template-columns: 96px auto;
  max-width: 550px;
}
.scwhome_intro_item_text {
  font-family: Work Sans;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
.scwhome_intro_item_icon img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}
.scwhome_intro_behindtext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 140px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
  text-align: center;
  line-height: 170px;
  z-index: 1;
  max-width: 1314px;
  height: 720px;
  width: 70%;
}
.scwhome_intro_water {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 788px;
  height: 922px;
  object-fit: contain;
}

.scwhome_intro_img {
  position: relative;
  margin: 392px 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 3;
  max-width: 546px;
}
.scwhome_intro_items {
  display: inline-block;
  width: 100%;
  position: relative;
}
.scwhome_intro_item:nth-child(1) {
  position: absolute;
  top: 156px;
  left: 0;
  right: auto;
  bottom: auto;
}
.scwhome_intro_item:nth-child(2) {
  position: absolute;
  top: 156px;
  right: 0;
  left: auto;
  bottom: auto;
}

.scwhome_intro_item:nth-child(3) {
  position: absolute;
  bottom: auto;
  left: 0;
  top: 1000px;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}
.scwhome_advice {
  display: inline-block;
  width: 100%;
  position: relative;
}
.scwhome_advice .container .scwhome_advice_slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 100%;
  padding: 0;
}
.scwhome_advice .container {
  max-width: 100%;
  padding: 0;
}
.scwhome_advice_item {
  position: relative;
  overflow: hidden;
  min-height: 770px;
  color: #fff;
  display: grid;
  align-content: end;
  padding: 60px;
}

.scwhome_advice_item_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.scwhome_advice_item_title,
.scwhome_advice_item_des {
  position: relative;
  z-index: 2;
}

.scwhome_advice_item_title {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
  font-family: Work Sans;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}

.scwhome_advice_item_des {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 19px;
  line-height: 33px;
  letter-spacing: 0%;
  color: #ffffff;
}

.scwhome_advice_item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(1, 12, 27, 0) 43.77%, #010c1b 100%);
}

.scwhome_ingre_con {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.scwhome_ingre {
  background: #f4f4f4;
  display: inline-block;
  width: 100%;
  padding: 100px 0;
}
.scwhome_ingre_head {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Work Sans;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #6e2078;
  text-align: center;
}
.scwhome_ingre_subhead {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}
.scwhome_wtb {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}
.scwhome_wtb .container {
  padding-top: 83px;
  padding-bottom: 76px;
  display: inline-block;
  width: 100%;
}
.scwhome_wtb_head {
  margin-top: 0;
  margin-bottom: 105px;
  font-family: Work Sans;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #6e2078;
}
.scwhome_wtb_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 0;
}

/* --- HÀNG 1: luôn 5 item --- */
.scwhome_wtb_item {
  flex: 0 0 20%; /* 5 item / hàng */
  display: flex;
  justify-content: center;
}

.scwhome_wtb_item a {
  display: inline-block;
  width: 100%;
}
.scwhome_wtb_item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100px;
}
.scwfooter {
  background: #fff;
  border-top: 1px solid #b8b8b8;
  color: #010c1bcc;
}
.scwfooter_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 63.2px;
  margin-bottom: 0;
  padding-top: 69px;
}

.scwfooter_logo_spec {
  width: 1px;
  height: 62px;
  background: #b8b8b8;
  display: inline-block;
}
.scwfooter_logo img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.scwfooter_des p {
  margin: 0;
}
.scwfooter_des {
  max-width: 930px;
  margin: 0 auto;
  width: 100%;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #010c1bcc;
  text-align: left;
  padding-bottom: 79px;
  padding-top: 50px;
}

.scwfooter_bot {
  padding: 44px 0;
  background: #f4f4f4;
}

.scwfooter_bot .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

.scwfooter_bot_menu ul li {
  display: inline-block;
  margin: 0;
  position: relative;
}
.scwfooter_bot_menu ul li::after {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  background: #b8b8b8;
  top: 10px;
  right: -30px;
}
.scwfooter_bot_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 60px;
}
.scwfooter_bot_menu ul li a {
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #010c1bcc;
}

.scwfooter_bot_menu ul li a:hover {
  color: #000;
}

.scwfooter_bot_cpr {
  margin: 0;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #010c1bcc;
}

.scwproduct_content {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  position: relative;
  float: left;
}
.scwproduct_content .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.scwproduct_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  max-height: 100%;
  background: #6e2078;
  z-index: 0;
  height: 100%;
}
.scwproduct_content_left,
.scwproduct_content_right {
  position: relative;
  z-index: 1;
}
.scwproduct {
  display: inline-block;
  width: 100%;
  position: relative;
}
.scwproduct_content_left_images {
  position: relative;
}
.scwproduct_content_left {
  width: 100%;
  float: left;
  padding-right: 123px;
  overflow: hidden;
  margin-top: 90px;
}
.scwproduct_images_sldier_main {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.scwproduct_images_sldier_main img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.scwproduct_images_slider swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scwproduct_images_slider {
  display: flex;
}
.scwproduct_images_sldier_thumb {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 0 51px;
  position: relative;
}
.scwproduct_images_sldier_thumb .swiper-slide {
  width: 90px !important;
  height: 90px;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s ease;
}
.scwproduct_images_sldier_thumb
  .swiper-slide-fully-visible.swiper-slide-thumb-active {
  opacity: 1;
}
.scwproduct_images_sldier_thumb swiper-slide {
  border: 1px solid #b8b8b8;
  padding: 54px 65px;
  width: 46% !important;
  height: auto !important;
  max-height: 224px;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}
.scwproduct_images_sldier_thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

/* Nút điều hướng */
.scwproduct_images_navi {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 50%;
}
.scwproduct_images_navi span {
  font-size: 40px;
  cursor: pointer;
  color: #010c1b;
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
}
.scwproduct_images_navi_next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.scwproduct_images_navi_prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.scwproduct_images_navi span:hover {
  color: #6c2eb9;
}

/* Cột phải */
.scwproduct_size_head {
  color: #000;
  font-family: Work Sans;
  font-weight: 700;
  font-size: 19px;
  line-height: 100%;
}
.scwproduct_size {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.scwproduct_size_item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #333;
}
.scwproduct_size_item label {
  cursor: pointer;
  user-select: none;
  color: #010c1bcc;
  font-weight: 300;
  font-size: 19px;
  line-height: 33px;
  font-family: Work Sans;
}
.scwproduct_size_item input[type="radio"]:checked {
  border-color: #b8b8b8;
}
.scwproduct_size_item input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid #b8b8b8;
}
.scwproduct_size_item input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #3d90fc;
  border-radius: 50%;
}
.scwproduct_content_right {
  padding-top: 0;
  width: 100%;
  float: left;
  padding-left: 60px;
  padding-bottom: 70px;
}
.scwproduct_content_right h1 {
  font-family: Work Sans;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  color: #6e2078;
  margin-top: 80px;
  margin-bottom: 0;
}
.scwproduct_flavours {
  margin-top: 50px;
}
.scwproduct_flavours_head {
  font-family: Work Sans;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #010c1b;
  margin-top: 0;
  margin-bottom: 40px;
}
.scwproduct_flavours_con {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.scwproduct_flavours_con_item {
  display: grid;
  align-items: center;
  gap: 9px;
  padding: 9px 18px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #b8b8b8;
  grid-template-columns: 32px auto;
}
.scwproduct_flavours_con_item img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.scwproduct_flavours_con_item:hover {
  border: 1px solid #6e2078;
  background: #6e20781a;
}
.scwproduct_content_right_buy {
  margin-top: 60px;
  margin-bottom: 0;
}
.scwproduct_content_right_buy a {
  display: inline-block;
  color: #fff;
  padding: 24px 53px;
  border-radius: 300px;
  text-decoration: none;
  transition: background 0.3s;
  background: #6e2078;
  font-family: Work Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.scwproduct_content_right_buy a:hover {
  background: #551089;
}

/* Tabs */
.scwproduct_content_right_tabs {
  display: inline-block;
  width: 100%;
  margin-top: 73px;
}
.scwproduct_tabs_head {
  display: grid;
  grid-column-gap: 60px;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8b8b8;
  grid-template-columns: auto auto auto;
}
.scwproduct_tabs_head_item {
  padding-bottom: 0;
  cursor: pointer;
}
.scwproduct_tabs_head_item span {
  padding-bottom: 16px;
  cursor: pointer;
  position: relative;
  font-family: Roboto;
  font-weight: 400;
  font-size: 19px;
  line-height: 33px;
  text-align: left;
  color: #010c1b;
  text-decoration: unset;
}
.scwproduct_tabs_head_item.active span::after,
.scwproduct_tabs_head_item:hover span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #6e2078;
}

.scwproduct_tabs_con_item {
  display: none;
}
.scwproduct_tabs_con_item.active {
  display: block;
}

/* Footer icon trong tab */
.scwproduct_tabs_con_item_ft {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
  grid-gap: 40px;
}
.scwproduct_tabs_con_item_ft_item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-gap: 24px;
  text-align: center;
}
.scwproduct_tabs_con_item_ft_item img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  margin: 0 auto;
}
.scwproduct_tabs_con_item_ft_item span {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #010c1bcc;
}
.scwproduct_tabs_con_item_des p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #010c1bcc;
  margin-top: 0;
  margin-bottom: 0;
}

.scwproduct_tabs_con_item p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
}

.scwproduct_rehydration {
  display: inline-block;
  width: 100%;
}
.scwproduct_rehydration_head {
  background: #009a43;
  margin: 0;
  padding-top: 96px;
  padding-bottom: 107px;
  font-family: Work Sans;
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  color: #fff;
  line-height: 48px;
  text-transform: uppercase;
}
.scwproduct_rehydration_con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.scwproduct_rehydration_con_item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0;
  position: relative;
}

.scwproduct_rehydration_con_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.scwproduct_tabs_con_item.active ul {
  padding-left: 56px;
  margin-top: 0;
  margin-bottom: 15px;
}
.scwproduct_tabs_con_item.active ul li {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  list-style: none;
  position: relative;
}
.scwproduct_tabs_con_item.active ul li::before {
  content: "";
  background: #6e2078;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: -15px;
}
.scwproduct_tabs_con_item:last-child p:last-child {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #010c1b;
}
.scwproduct_tabs_con_item {
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  font-size: 16px;
  background: #fff;
  border-radius: 12px;
}

.scwproduct_tabs_con_item p {
  margin-bottom: 16px;
}

.scwproduct_tabs_con_item strong {
  font-size: 20px;
  color: #222;
  line-height: normal;
}

/* Bảng */
.scwproduct_tabs_con_item table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}

.scwproduct_tabs_con_item table thead th {
  background: #f2f5ff;
  font-weight: 600;
  text-align: left;
  padding: 12px 10px;
  border-bottom: 2px solid #d5dcff;
}

.scwproduct_tabs_con_item table tbody td {
  padding: 10px;
  border-bottom: 1px solid #ececec;
  font-size: 16px;
}

.scwproduct_tabs_con_item table tr:last-child td {
  border-bottom: none;
}
.scwproduct_images_navi span.swiper-button-disabled {
  display: none;
}
.scwhome_imgrid .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0;
  max-width: 100%;
}
.scwhome_imgrid_it {
  display: inline-block;
  width: 100%;
  height: auto;
}
.scwhome_imgrid {
  display: inline-block;
  width: 100%;
  margin-top: 80px;
}
.scwhome_imgrid_it img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scwhome_ingre_item:hover .scwhome_ingre_item_boc {
  transform: rotateY(180deg);
}
.scwhome_ingre_item.item0:hover .scwhome_ingre_item_boc {
  background: #f9c20a1a;
}
.scwhome_ingre_item.item1:hover .scwhome_ingre_item_boc {
  background: #009a431a;
}
.scwhome_ingre_item.item2:hover .scwhome_ingre_item_boc {
  background: #3a63b51a;
}
.scwhome_ingre_item:hover .scwhome_ingre_item_boc .scwhome_ingre_item_des {
  max-height: 100%;
  text-align: center;
  box-sizing: border-box;
  display: table-cell;
  height: auto;
}
.scwhome_ingre_item:hover .scwhome_ingre_item_boc .scwhome_ingre_item_boc_img {
  display: none;
}
.scwhome_ingre_item {
  background-color: transparent;
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  display: inline-block;
}
.scwhome_ingre_item_boc {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: grid;
  place-items: center;
}
.scwhome_ingre_item_boc_img,
.scwhome_ingre_item_des {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
  align-content: center;
  display: grid;
  place-items: center;
  grid-auto-flow: row;
  position: absolute;
}
.scwhome_ingre_item_boc_img {
  overflow: hidden;
}
.scwhome_ingre_item_des {
  padding: 30px;
}
.scwhome_ingre_item_des {
  transform: rotateY(180deg);
}
.scwhome_ingre_item :last-child {
  margin-bottom: 0;
}

.scwhome_ingre_item_boc_img {
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  overflow: hidden;
}

.scwhome_ingre_item_des {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.scwhome_ingre_item_title {
  font-family: Work Sans;
  position: absolute;
  top: 0;
  right: 30px;
  color: #6e2078;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  max-width: 100%;
  text-align: right;
  text-shadow: 2px 1px #fff;
}
.scwhome_ingre_item_boc_img img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scwhome_ingre_item_des {
  color: #010c1bcc;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
}

.scwproduct_tabs_con_item_hero {
  display: grid;
  align-items: center;
  grid-gap: 24px;
  padding: 30px;
  grid-template-columns: 157px auto;
  border-radius: 12px;
  margin-bottom: 30px;
}
.scwproduct_tabs_con_item_hero.item2 {
  margin-bottom: 0;
}
.scwproduct_tabs_con_item_hero.item0 {
  background: #f9c20a1a;
  border-left: 1px solid #f9c20a;
}

.scwproduct_tabs_con_item_hero.item1 {
  background: #009a431a;
  border-left: 1px solid #009a43;
}

.scwproduct_tabs_con_item_hero.item2 {
  background: #3a63b51a;
  border-left: 1px solid #3a63b5;
}

.scwproduct_tabs_con_item_hero_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.scwproduct_tabs_con_item_hero_con {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.scwproduct_tabs_con_item_hero_con_title {
  font-size: 27px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.scwproduct_tabs_con_item_hero_con_des {
  font-size: 21px;
  line-height: 1.5;
  color: #444;
}

/* Mobile tối ưu */
@media (max-width: 600px) {
  .scwhome_imgrid .container {
    padding: 0;
  }
  .scwproduct_tabs_con_item table thead {
    display: none;
  }

  /* Mỗi dòng thành 1 card */
  .scwproduct_tabs_con_item table tr {
    display: block;
    background: #fafafa;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    margin-bottom: 14px;
    padding: 10px;
  }

  .scwproduct_tabs_con_item table td {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: none;
  }

  /* Tạo tiêu đề trong before theo số thứ tự cột */
  .scwproduct_tabs_con_item table td:nth-child(1)::before {
    content: "Nutritional Value";
    font-weight: 600;
    color: #444;
  }

  .scwproduct_tabs_con_item table td:nth-child(2)::before {
    content: "2 tablets";
    font-weight: 600;
    color: #444;
  }

  .scwproduct_tabs_con_item table td:nth-child(3)::before {
    content: "EU % NRV*";
    font-weight: 600;
    color: #444;
  }
}

@media screen and (max-width: 1407px) {
  .container {
    padding: 0 2rem;
  }
  .scwproduct_images_sldier_thumb swiper-slide {
    padding: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .scwhome_intro_behindtext {
    font-size: 120px;
    line-height: 160px;
    height: 600px;
  }
  .scwproduct_content_left {
    padding-right: 100px;
  }
  .scwproduct_images_sldier_thumb swiper-slide {
    padding: 40px;
    width: 44% !important;
  }
  .scwproduct_content_right h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .scwproduct_tabs_head_item span {
    font-size: 15px;
    line-height: 30px;
  }
  .scwproduct_tabs_con_item_ft {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .scwproduct_tabs_con_item_hero_con {
    gap: 10px;
  }
  .scwproduct_tabs_con_item_hero_con_title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .scwproduct_tabs_con_item_hero {
    grid-template-columns: 100px auto;
  }

  .scwproduct_content_left {
    padding-right: 50px;
  }
  .scwhome_intro_item_text {
    font-size: 25px;
    line-height: 35px;
  }
  .scwhome_intro_item {
    max-width: 420px;
  }
  .scwhome_intro_water {
    height: 800px;
  }
  .scwhome_intro_behindtext {
    font-size: 116px;
    height: 580px;
  }
}
@media screen and (max-width: 1024px) {
  .scwproduct_content_left {
    margin-top: 0;
  }
  .scwproduct_content_left {
    overflow: hidden;
    padding: 60px 0;
  }
  .scwproduct_content .container {
    grid-template-columns: 1fr;
  }
  .scwhome_banner_img {
    bottom: 0;
  }

  .scwproduct_content::before {
    display: none;
  }
  .scwproduct_tabs_con_item_hero_con_title {
    font-size: 24px;
    line-height: 32px;
  }
  .scwproduct_tabs_con_item_hero_con {
    gap: 30px;
  }
  .scwproduct_tabs_con_item_hero {
    grid-template-columns: 157px auto;
  }

  .scwproduct_content_right h1 {
    font-size: 48px;
    line-height: 55px;
    margin-top: 0px;
  }
  .scwproduct_content_right {
    padding-top: 0;
    width: 100%;
    padding-left: 0;
  }
  .scwproduct_tabs_con_item_ft {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
  }
  .scwproduct_tabs_head_item span {
    font-size: 19px;
    line-height: 33px;
  }
  .scwproduct_content_left {
    padding-right: 0;
    width: 100%;
  }
  .scwproduct_images_sldier_thumb swiper-slide {
    width: 48% !important;
  }
  .scwhome_advice_item {
    padding: 40px;
  }
  .scwhome_wtb_con {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .scwhome_intro_behindtext {
    font-size: 106px;
    height: 575px;
    line-height: 150px;
  }
  .scwhome_intro_img {
    max-width: 470px;
  }
  .scwhome_intro_behindtext {
    font-size: 100px;
    height: auto;
    line-height: 145px;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .scwproduct_images_sldier_thumb swiper-slide {
    width: 47% !important;
  }
  .scwhome_banner_head {
    margin-top: 80px;
    font-size: 50px;
    line-height: 60px;
  }
  .scwhome_banner_but {
    margin-bottom: 200px;
  }
  .scwhome_banner_img {
    width: 60%;
    bottom: 60px;
    height: auto;
  }
  .scwhome_scroll_item_text {
    font-size: 40px;
  }
  .scwhome_products_item_thumn {
    height: 250px;
    padding: 20px;
  }
  .scwhome_products_item_thumn img,
  .scwheader_menu_popup_con_item_thumn img {
    max-height: 230px;
  }
  .scwhome_products_item_title {
    font-size: 18px;
    line-height: 28px;
  }
  .scwhome_intro_item {
    max-width: 325px;
  }
  .scwhome_intro_item_text {
    font-size: 20px;
    line-height: 30px;
  }
  .scwhome_advice_item_title {
    font-size: 24px;
    line-height: 34px;
  }
  .scwhome_advice_item_des {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .scwheader_menu_popup {
    top: 100px;
  }
  .scwhome_ingre {
    padding-bottom: 0;
    padding-top: 50px;
  }
  .scwhome_banner_head {
    margin-bottom: 20px;
  }
  .scwproduct_tabs_con_item_hero_con {
    gap: 10px;
  }
  .scwproduct_rehydration_head {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .scwproduct_tabs_con_item_ft {
    margin-top: 30px;
  }
  .scwproduct_content_right_tabs {
    margin-top: 50px;
  }
  .scwproduct_flavours_head {
    margin-bottom: 30px;
  }
  .scwproduct_flavours,
  .scwproduct_content_right_buy {
    margin-top: 30px;
  }
  .scwproduct_content_right {
    padding-bottom: 50px;
  }
  .scwproduct_images_sldier_thumb swiper-slide {
    width: 46% !important;
  }
  .scwproduct_images_sldier_main {
    margin-bottom: 0;
  }
  .scwhome_banner_but {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inherit;
    margin-top: 30px;
  }
  .scwhome_banner_img {
    width: 100%;
    bottom: 0;
    position: relative;
    height: auto;
    margin-bottom: 20px;
  }
  .scwhome_banner_head {
    margin-top: 50px;
    font-size: 70px;
    line-height: 80px;
    text-align: center;
  }
  .scwhome_scroll_item_text {
    font-size: 30px;
  }
  .scwhome_products .container,
  .scwhome_wtb .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .scwhome_products_item_title {
    font-size: 24px;
    line-height: 32px;
    height: auto;
  }
  .scwhome_products_con,
  .scwheader .scwheader_menu_popup_con .container {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .scwhome_products_item_thumn {
    height: 420px;
    padding: 30px;
  }
  .scwhome_advice .container .scwhome_advice_slider {
    grid-template-columns: repeat(1, 1fr);
  }
  .scwhome_advice_item_title {
    font-size: 32px;
    line-height: 40px;
  }
  .scwhome_advice_item_des {
    font-size: 19px;
    line-height: 33px;
  }
  .scwhome_advice_item {
    min-height: 500px;
  }

  .scwhome_ingre_head,
  .scwhome_wtb_head {
    margin-bottom: 30px;
  }
  .scwfooter_logo {
    padding-top: 50px;
  }
  .scwhome_ingre_con {
    grid-template-columns: 1fr;
  }
  .scwfooter_des {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .scwfooter_bot {
    padding: 30px 0;
  }
  .scwfooter_bot .container {
    gap: 20px;
  }
  .scwhome_intro_img {
    max-width: 450px;
    margin: 290px 0;
  }
  .scwhome_intro_water {
    height: 700px;
    width: 100%;
  }
  .scwhome_intro_behindtext {
    font-size: 80px;
    line-height: 135px;
  }
  .scwhome_intro_item {
    max-width: 280px;
  }
  .scwhome_intro_item:nth-child(1),
  .scwhome_intro_item:nth-child(2) {
    top: 50px;
  }
  .scwhome_intro_item:nth-child(3) {
    top: 800px;
  }
  .scwhome_intro_item_text {
    font-size: 16px;
    line-height: 26px;
  }
  .scwhome_intro_item_icon img {
    width: 70px;
    height: 70px;
  }
  .scwhome_intro_item {
    grid-template-columns: 70px auto;
  }
  .scwheader_logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .scwheader_but a {
    width: 240px;
  }
}
@media screen and (max-width: 640px) {
  .scwproduct_content_right_buy {
    text-align: center;
  }
  .scwhome_ingre_item.item2 {
    margin-bottom: 50px;
  }
  .scwproduct_rehydration_con {
    grid-template-columns: repeat(2, 1fr);
  }
  .scwproduct_tabs_con_item_hero_img {
    align-content: baseline !important;
  }
  .scwproduct_tabs_con_item_hero {
    align-items: self-start;
  }
  .scwheader_menu_popup {
    width: 250px;
  }
  .scwhome_ingre_item_des_title {
    margin-top: 0;
  }
  .scwhome_products_item_thumn,
  .scwheader_menu_popup_con_item_thumn {
    margin-bottom: 20px;
  }
  .scwheader_menu_popup_con_item_title,
  .scwhome_products_item_title {
    height: auto;
    margin-bottom: 20px;
  }
  .scwhome_products_con,
  .scwheader .scwheader_menu_popup_con .container {
    gap: 50px;
  }
  .scwheader_menu_popup {
    top: 90px;
  }
  .scwproduct_tabs_head {
    grid-column-gap: 10px;
  }
  .scwproduct_tabs_con_item_ft {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }

  .scwproduct_images_sldier_thumb swiper-slide {
    width: 45% !important;
    padding: 30px;
  }
  .scwproduct_content_right h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .scwproduct_flavours_con {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .scwproduct_flavours_con_item:nth-child(3),
  .scwproduct_tabs_con_item_ft_item:nth-child(3) {
    grid-column: 1 / 3;
    justify-self: center;
    width: 50%;
  }
  .scwhome_wtb_con {
    grid-template-columns: repeat(2, auto);
  }
  .scwhome_banner_head {
    font-size: 50px;
    line-height: 60px;
  }
  .scwhome_scroll_item_text {
    font-size: 24px;
  }
  .scwhome_scroll_item {
    grid-template-columns: 30px auto;
    grid-gap: 30px;
    margin-right: 30px;
  }
  .scwhome_scroll_item_icon {
    width: 30px;
    height: auto;
  }
  .scwhome_products_head {
    font-size: 40px;
    line-height: 50px;
  }
  .scwhome_intro_img {
    max-width: 350px;
    margin-bottom: 200px;
  }
  .scwhome_intro_behindtext {
    font-size: 75px;
    line-height: 115px;
  }
  .scwhome_intro_item {
    max-width: 100%;
  }
  .scwhome_intro_item:nth-child(3) {
    top: 650px;
  }
  .scwhome_intro_item:nth-child(1) {
    top: 30px;
  }
  .scwhome_intro_item:nth-child(2) {
    top: 120px;
  }
  .scwfooter_logo {
    gap: 29.2px;
  }
  .scwfooter_bot_cpr {
    text-align: center;
  }
  .scwfooter_bot_menu ul {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 480px) {
  .scwhome_advice {
    float: left;
  }
  .scwheader_menu_popup_con_item_thumn img {
    height: auto;
    width: 100px;
  }
  .scwheader_menu_popup_con {
    padding: 10px;
  }
  .scwheader_menu_popup {
    width: 50%;
  }
  .scwheader .scwheader_menu_popup_con .container {
    gap: 0;
  }
  .scwheader_menu_popup_con_item_title {
    font-size: 14px;
    line-height: normal;
  }
  .scwhome_intro_items {
    z-index: 9;
  }
  .scwhome_intro_items .bx-wrapper {
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 0;
    position: absolute;
    top: -130px;
    z-index: 2;
    left: 0;
    right: 0;
  }
  .scwhome_intro_water {
    height: auto;
    width: 100%;
  }
  .scwhome_intro_item:nth-child(3),
  .scwhome_intro_item:nth-child(1),
  .scwhome_intro_item:nth-child(2) {
    top: 0 !important;
  }

  .scwhome_intro_item_icon {
    float: left;
  }
  .scwhome_intro_img {
    margin: 0;
  }
  .scwhome_wtb_con {
    display: block !important;
    white-space: normal !important;
    overflow: visible; /* hoặc hidden nếu cần che phần tràn */
    box-sizing: border-box;
  }
  .scwhome_wtb_item {
    position: relative;
    height: auto; /* bạn muốn cao bao nhiêu chỉnh tại đây */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  /* Căn giữa logo */
  .scwhome_wtb_item img {
    min-height: 100px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    display: block;
    margin: auto;
    max-width: 70% !important;
  }
  /* đảm bảo clone/ẩn vẫn hiển thị nếu chỉ muốn hình xuất hiện */
  .scwhome_wtb_item.bx-clone,
  .scwhome_wtb_item[aria-hidden="true"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .scwproduct_tabs_con_item_hero {
    grid-template-columns: 100px auto;
    padding: 20px 10px;
  }
  .scwhome_advice_item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  .scwhome_ingre_item {
    aspect-ratio: unset !important;
    height: 234px !important; /* CHIỀU CAO MẶC ĐỊNH */
    overflow: hidden !important;
  }
  .scwhome_products .bx-wrapper,
  .scwhome_wtb .bx-wrapper,
  .scwhome_advice .bx-wrapper {
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 0;
  }
  .scwhome_ingre .bx-wrapper {
    box-shadow: none;
    border: none;
    background: none;
  }

  .scwhome_products_item,
  .scwhome_advice .container .scwhome_advice_slider {
    max-width: none !important; /* bỏ giới hạn 450px */
    flex: unset !important;
  }
  .scwhome_ingre_con,
  .scwhome_advice .container .scwhome_advice_slider {
    display: flex !important;
  }
  .scwhome_imgrid {
    margin-top: 50px;
  }
  .scwhome_imgrid .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0;
  }

  /* Ảnh thứ 3 chiếm full hàng dưới */
  .scwhome_imgrid_it:nth-child(3) {
    grid-column: 1 / -1;
  }
  .scwproduct_tabs_con_item_hero_con_title {
    text-align: left;
  }
  .scwhome_ingre_item:hover .scwhome_ingre_item_des {
    max-height: 100%;
    overflow: auto;
    display: inline-block;
  }
  .scwhome_products_item_but {
    margin-bottom: 30px;
  }
  .scwhome_ingre_item {
    background-color: transparent;
    width: 100%;
    aspect-ratio: auto;
    height: 100%;
  }

  .scwhome_ingre_item .scwhome_ingre_item_des {
    display: none;
  }
  .scwhome_ingre_item_des {
    padding: 20px;
  }
  .scwproduct_tabs_con_item_hero_img,
  .scwhome_ingre_item_des {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    align-content: center;
    display: grid;
    place-items: center;
    grid-auto-flow: row;
    position: relative;
    overflow: auto;
  }
  .scwheader_logo img {
    width: 70%;
  }
  .scwheader .container {
    grid-template-columns: auto auto auto;
    grid-gap: 5px;
  }
  .scwproduct_rehydration_head {
    font-size: 30px;
    line-height: 40px;
  }
  .scwproduct_tabs_con_item_hero_con_title {
    font-size: 22px;
    line-height: 32px;
  }
  .scwproduct_content_right h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .scwproduct_tabs_head_item span {
    font-size: 15px;
    line-height: 30px;
  }
  .scwproduct_images_sldier_thumb {
    gap: 0;
    padding: 0 35px;
  }
  .scwproduct_images_sldier_thumb swiper-slide {
    width: 44% !important;
    padding: 25px;
  }
  .scwfooter_logo {
    gap: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    text-align: center;
    gap: 0;
  }
  .scwfooter_logo_spec {
    width: 0;
    height: 1px;
  }
  .scwhome_ingre_item_title {
    font-size: 20px;
    line-height: 30px;
  }
  .scwhome_ingre_head {
    font-size: 30px;
    line-height: 40px;
  }
  .scwhome_intro_behindtext {
    font-size: 65px;
    line-height: 100px;
  }

  .scwheader_but a {
    width: auto;
    font-size: 14px;
    height: auto;
    line-height: normal;
    padding: 10px;
  }
  .scwheader_menu_popup {
    top: 72px;
  }
  .scwheader_menu_popup_con_item_thumn {
    height: auto;
    padding: 20px;
  }
  .scwheader_menu_popup_con_item_but a {
    padding: 10px 20px;
    margin-top: 20px;
  }
  .scwheader_menu_bar {
    font-size: 20px;
    cursor: pointer;
  }
  .scwhome_banner_head {
    font-size: 40px;
    line-height: 50px;
  }
  .scwhome_banner_but a {
    width: 250px;
  }
  .scwhome_scroll_item_text {
    font-size: 20px;
  }
  .scwhome_products_head {
    font-size: 32px;
    line-height: 42px;
  }
  .scwhome_products_item_thumn {
    height: 360px !important;
  }
  .scwhome_products_item_thumn img {
    max-height: 360px !important;
  }
  .scwheader_but {
	  grid-column: 2;
	  grid-row: 1;
	  margin-right: 10px;
	}
	.scwheader_logo {
	  grid-column: 1;
	  text-align: left;
	  grid-row: 1;
	}
	.scwheader_menu {
	  grid-column: 3;
	  grid-row: 1;
	}
}
@media screen and (max-width: 513px) {
  .scwhome_products_item_thumn {
    height: auto;
    padding: 10px;
  }
  .scwhome_products_item_thumn img {
    max-height: 100%;
  }
}
@media screen and (max-width: 375px) {
  .scwheader_but a {
    font-size: 10px;
  }
  .scwproduct_flavours_con_item {
    padding: 5px 10px;
  }
  .scwhome_intro_items .bx-wrapper {
    top: -90px;
  }
  .scwhome_intro {
    min-height: 500px;
  }
  .scwproduct_tabs_con_item_hero {
    grid-template-columns: 60px auto;
    padding: 20px 10px;
  }

  .scwproduct_size_item label {
    font-size: 16px;
  }
  .scwproduct_size {
    gap: 10px;
  }
  .scwproduct_tabs_con_item_hero_con_title {
    font-size: 17px;
    line-height: 27px;
  }
  .scwproduct_tabs_con_item_hero_con_des {
    font-size: 14px;
    line-height: 24px;
  }
  .scwproduct_images_sldier_thumb swiper-slide {
    width: 47% !important;
    padding: 10px;
    margin-right: 10px !important;
  }
  .scwproduct_flavours_con {
    grid-template-columns: 1fr;
  }

  .scwhome_banner_head {
    font-size: 30px;
    line-height: 40px;
  }
  .scwhome_scroll_item_text {
    font-size: 16px;
  }
  .scwhome_products_head,
  .scwhome_ingre_head {
    font-size: 24px;
    line-height: 34px;
  }
  .scwhome_products_item_title {
    font-size: 20px;
    line-height: 30px;
  }
  .scwhome_intro_behindtext {
    font-size: 50px;
    line-height: 130px;
  }
  .scwhome_intro_img {
    max-width: 350px;
  }
  .scwhome_intro_item_text {
    font-size: 14px;
    line-height: 24px;
  }
  .scwhome_intro_item {
    grid-template-columns: 50px auto;
  }
  .scwhome_intro_item_icon img {
    width: 50px;
    height: 50px;
  }
  .scwfooter_bot_menu ul {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
  .scwfooter_bot_menu ul li::after {
    display: none;
  }
  .scwproduct_tabs_head {
    grid-template-columns: 1fr;
  }
  .scwproduct_tabs_head_item.active span::after,
  .scwproduct_tabs_head_item:hover span::after {
    bottom: 10px;
  }
}
