 
 * {
  box-sizing: border-box;
}
body {
  margin: 0 auto;
  width: 100%;
}
body.wp-child-theme-astralmoisturiser .scwheader {
  background: linear-gradient(180deg, #C2DBFA 0%, #F6F7F9 100%);
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 454px;
}
body.home.wp-child-theme-astralmoisturiser .scwheader {
  background: linear-gradient(180deg, #C2DBFA 0%, #F6F7F9 100%);
  display: inline-block;
  width: 100%;
  text-align: center;
  height: auto!important;
}
.container {
  max-width: 1410px;
width: 100%;
padding: 0 auto;
margin: 0 auto;
}

.scwproduct {
  margin-top: -275px;
}

.scwheader_logo {
  padding-top: 40px;
  padding-bottom: 42.5px;
}
.scwheader_logo a {
  display: inline-block;
  width: 100%;
}
.scwheader_logo img {
  width: 312.68px;
  height: 115.5px;
  object-fit: contain;
}
#content {
  display: inline-block;
  width: 100%;
}
#main-content {
  display: inline-block;
  width: 100%;
}
.scwhome_banner {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.scwhome_banner_head {
  margin-top: 50px;
  margin-bottom: 60px;
  font-family: Outfit;
  font-weight: 400;
  font-size: 88px;
  line-height: 95px;
  text-align: center;
  color: #3D90FC;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}
.scwhome_banner_but {
  margin-top: 0;
  margin-bottom: 80px;
}
.scwhome_banner_but a {
  background: #3D90FC;
  padding: 0;
  border-radius: 300px;
  font-family: Outfit;
  font-weight: 600;
  width: 210px;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: unset;
  display: inline-block;
}
.scwhome_banner_but a:hover {
  color: #3D90FC;
  border: 1px solid #3D90FC;
  background:#fff;
}
.scwhome_banner_img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: -8px;
}
.scwhome_scroll {
  padding-bottom: 35px;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  background: #E8AB8F;
  padding-top: 27.86px;
}
.scwhome_scroll_slider {
  margin: auto;
  overflow: hidden;
  position: relative;
}
.scwhome_scroll_slider_con {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(100% * 14);
}
.scwhome_scroll_item {
  display: grid;
  grid-template-columns: 30px auto;
  grid-gap: 30px;
  margin-right: 30px;
  align-items: center;
}
.scwhome_scroll_item_icon {
  width: 30px;
  height: 37px;
  object-fit: contain;
}
.scwhome_scroll_item_text {
  color: #010C1B;
  text-transform: none;
  font-family: Outfit;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.scwhome_products {
  background: #fff;
  padding-top: 0;
  padding-bottom: 118px;
}
.scwhome_products .container {
  margin: 0 auto;
}

.scwhome_products_con {
  display: grid;
  grid-template-columns: repeat(5,auto);
  gap: 112px;
  justify-items: center;
  align-items: end;
}
.scwhome_products_item {
  text-align: center;
  transition: all 0.3s ease;
}

.scwhome_products_item:hover {
  transform: translateY(-5px);
}
.scwhome_products_item_thumn {
  margin-top: 0;
  margin-bottom: auto;
}
.scwhome_products_item_thumn a {
  display: inline-block;
  width: 100%;
}
.scwhome_products_item_thumn img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.scwhome_products_item:hover .scwhome_products_item_thumn img {
  transform: scale(1.05);
}

.scwhome_products_item_title a {
  color: #010C1B;
  font-family: Outfit;
  font-weight: 500;
  font-size: 15px;
  line-height: 33px;
  text-align: center;
  text-decoration: unset;
}
.scwhome_products_item_title {
  margin-top: 30px;
  margin-bottom: 0;
}

.scwhome_products_item_subtitle {
  color: #010C1B;
  margin-bottom: 0;
  margin-top: 16px;
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.scwhome_products_item_but {
  margin-top: 24px;
  margin-bottom: 0;
}
.scwhome_products_item_but a {
  display: inline-block;
  color: #3D90FC;
  border: 1px solid #3D90FC;
  border-radius: 300px;
  padding: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: Outfit;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  width: 168px;
  height: 50px;
}

.scwhome_products_item_but a:hover {
  background-color: #007bff;
  color: #fff;
}

.scwhome_intro {
  display: inline-block;
  width: 100%;
  padding: 133px 0;
  background: #6c8495;
  position: relative;
  background-repeat: no-repeat !important;
background-size: cover !important;
background-position: top right !important;
}

.scwhome_intro_des {
  font-family: Outfit;
  font-weight: 500;
  color: #fff;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 50px;
  width: 100%;
  max-width: 690px;
}
.scwhome_intro_items {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 42px;
  width: 100%;
  max-width: 690px;
}
.scwhome_intro_item {
  display: grid;
  grid-template-columns: 100px auto;
  grid-column-gap: 24px;
  align-items: center;
}
.scwhome_intro_item_icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.scwhome_intro_item_text {
  font-family: Outfit;
  font-weight: 300;
  color: #fff;
  font-size: 32px;
  line-height: 100%;
}
.scwhome_intro_img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: auto;
  object-fit: contain;
  height: 100%;
}



.scwhome_testi {
  background-color: #f9fafc;
  padding: 80px 0;
  overflow: hidden;
}

.scwhome_testi_head {
  text-align: center;
  color: #3D90FC;
  margin-bottom: 100px;
  max-width: 669px;
  margin-left: auto;
  margin-right: auto;
  font-family: Outfit;
  font-weight: 500;
  font-size: 48px;
  margin-top: 0;
  line-height: 100%;
  font-style: italic;
}

.scwhome_testi_sl1_con, .scwhome_testi_sl2_con {
  display: flex;
  gap: 30px;
  height: 358px;
  margin: 0 auto;
  width: calc(450px * 14);
}
.scwhome_testi_sl1_con:hover, .scwhome_testi_sl2_con:hover{
  animation-play-state: paused;
}
.scwhome_testi_sl1_con {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
}
.scwhome_testi_sl2_con {
  -webkit-animation: scroll2 40s linear infinite;
  animation: scroll2 40s linear infinite;
}
@-webkit-keyframes scroll2 {
  0% {
    transform: translateX(-1750px);
  }
  100% {
    transform: translateX(0); 
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(-1750px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.scwhome_testi_item {
  background: #fff;
  padding: 43px 36px;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 30px 10px #010C1B1A;
  border-radius: 12px;
   flex: 0 0 450px; 
}

.scwhome_testi_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.scwhome_testi_item_des {
  margin-bottom: 30px;
  font-family: Outfit;
  font-weight: 300;
  font-size: 19px;
  line-height: 33px;
  color: #000000;
}
.scwhome_testi_sl1 {
  margin-bottom: 30px;
}
.scwhome_testi_item_stars {
  color: #FDD086;
  margin-bottom: 16px;
  margin-top: 0;
}
.scwhome_testi_item_stars i {
  font-size: 16px;
}
.scwhome_testi_item_name {
  color: #010C1B;
  margin: 0;
  font-family: Outfit;
  font-weight: 500;
  font-size: 19px;
  line-height: 33px;
}

.scwhome_socials {
  background: #f6f7f9;
  padding: 120px 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.scwhome_socials .container {

}

.scwhome_socials_head {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Outfit;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
color: #3D90FC;
font-style: italic;
}

.scwhome_socials_icon {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr;
  width: 115px;
  margin: 0 auto;
}
.scwhome_socials_icon a {
display: inline-block;
width: 100%;
}
.scwhome_socials_icon a i {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  font-size: 20px;
  border-radius: 100%;
  background: #3D90FC;
  color: #fff;
}
.scwhome_socials_icon a i:hover {
  color: #3D90FC;
  background:#fff;
  border:1px solid #3D90FC;
}

.scwhome_socials_con {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 80px;
}
.scwhome_socials_item {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.scwhome_socials_item_bg {
 width: 100%;
  height: auto;
  object-fit: contain; /* hoặc cover tùy bạn muốn hiển thị đầy hay vừa khung */
  aspect-ratio: 1 / 1; /* giữ tỷ lệ vuông nếu ảnh gốc là vuông */
  transition: transform 0.6s ease;
}

/* Hover overlay */
.scwhome_socials_item_hover {
  position: absolute;
  inset: 0;
  background: rgba(0, 78, 173, 0.9);
  color: #fff;
  opacity: 0;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  align-items: start;
  justify-items: center;
  text-align: center;
  padding: 20px;
  transition: opacity 0.4s ease;
}

.scwhome_socials_item:hover .scwhome_socials_item_bg {
  transform: scale(1.1);
}

.scwhome_socials_item:hover .scwhome_socials_item_hover {
  opacity: 1;
}

.scwhome_socials_item_hover_top {
  display: grid;
  align-items: center;
  gap: 30px;
  font-size: 22px;
  margin-bottom: 20px;
  grid-template-columns: auto 110px;
  width: 100%;
  margin-top: 0;
}
.scwhome_socials_item_hover_top img {
  width: 110px;
  height: auto;
  object-fit: contain;
}

.scwhome_socials_item_hover_con {
  margin-bottom: 0;
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.scwhome_socials_item_hover_name {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
}

.scwhome_socials_item_hover_qt {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  float: right;
  text-align: right;
  width: 100%;margin: 0;
}
.scwhome_about {
  display: inline-block;
  width: 100%;
  padding-top: 244px;
  padding-bottom: 260px;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: left top !important;
}
.scwhome_about::before {
  content: "";
  background: linear-gradient(0deg, #E7E8EA, #E7E8EA), linear-gradient(90deg, rgba(231, 232, 234, 0) 43.23%, #E7E8EA 65.94%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.scwhome_about_des {
  font-family: Outfit;
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #010C1B;
  width: 50%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 0 8px rgba(255,255,255,0.8);
}
.scwhome_about_image {
right: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
}


.scwhome_wtb {
  display: inline-block;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 76px;background: #fff;
}
.scwhome_wtb_head {
  margin-top: 0;
  font-family: Outfit;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 102px;
  color: #3D90FC;
font-style: italic;
}
.scwhome_wtb_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* căn giữa hàng cuối cùng */
  gap: 20px; /* khoảng cách giữa các item */
}

.scwhome_wtb_item {
  flex: 1 1 calc(20% - 20px); /* 5 item mỗi hàng (100% / 5) */
  max-width: calc(20% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.scwhome_wtb_item img {
  max-width: 100%;
  height: auto;
  display: block;
}
.scwhome_wtb_item a {
  display: inline-block;
}
.scwhome_wtb_item img {
  width: auto;
  height: 83px;
  object-fit: contain;
}

.scwfooter {
  background-size: cover !important;
  background-position: center bottom !important;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 94px;
  background-repeat: no-repeat !important;
}

.scwfooter .container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}
.scwfooter_logo a {
  display: inline-block;
  width: 100%;
}
.scwfooter_logo img {
  width: 316px;
  margin-bottom: 19px;
  height: 117px;
  object-fit: contain;
}
.scwfooter_des {
  margin-bottom: 30px;
  opacity: 0.9;
  font-family: Outfit;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  margin-top: 0;
  line-height: 24px;
}

.scwfooter_socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 140px;
}
.scwfooter_socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  color: #3D90FC;
  transition: all 0.3s ease;
  text-decoration: unset;
  font-size: 24px;
}
.scwfooter_socials a:hover {
  background: #3D90FC;
  color: #fff;
  transform: translateY(-3px);
}

.scwfooter_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 50px;
}

/* bỏ style mặc định của ul/li nếu có */
.scwfooter_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.scwfooter_menu li {
  position: relative;
}

.scwfooter_menu li::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 8px;
  background: #fff;
  width: 1px;
  height: 10px;
}
.scwfooter_menu a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}


.scwfooter_menu_cpr {
  color: #fff;
  margin-left: 0;
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.scwfooter_regoff{
  font-family: Outfit;
  font-weight: 400;
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 24px;
}
.scwfooter_regnum {
  font-family: Outfit;
  font-weight: 400;
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 24px;
}
.scwproduct_content .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 150px;
}
.scwproduct_content {
  padding-top: 0;
  padding-bottom: 100px;
  margin-bottom: -130px;
}
.scwproduct_images_slider {
  text-align: center;
  position: relative;
  width: 100%;
}
.scwproduct_images_sldier_main {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}
.scwproduct_content_left {
  max-width: 690px;
}
.scwproduct_content_left_images {
  position: relative;
}
.scwproduct_images_sldier_main img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  object-fit: contain;
  width: 80%;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
}

/* Thumbnails */
.scwproduct_images_sldier_thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.scwproduct_images_sldier_thumb swiper-slide {
  width: calc((100% - 60px) / 3) !important;
  height: auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.scwproduct_images_sldier_thumb swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scwproduct_images_sldier_main .swiper-slide-active {
	margin-right:0!important;
}
.scwproduct_content_right {
  text-align: left;
}
.scwproduct_content_right h1 {
  font-family: Outfit;
  font-weight: 400;
  font-style: Regular;
  font-size: 88px;
  margin-top: 0;
  line-height: 95px;
  letter-spacing: 0%;
  margin-bottom: 30px;
  color: #010C1B;
}
.scwproduct_buy {
  margin-top: 0;
  margin-bottom: 30px;
}
.scwproduct_buy a {
  width: 210px;
  height: 60px;
  background: #3D90FC;
  display: inline-block;
  font-family: Outfit;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  color: #fff;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 300px;
  line-height: 60px;
  text-decoration: unset;
}
.scwproduct_buy a:hover {
  border: 1px solid #3D90FC;
  color: #3D90FC;background: #fff;
}
/* Hover & active */
.scwproduct_images_sldier_thumb swiper-slide:hover,
.scwproduct_images_sldier_thumb .swiper-slide-thumb-active {
  transform: translateY(-4px);
}
.scwproduct_images_navi_prev, .scwproduct_images_navi_next {
  color: #3D90FC;
  position: absolute;
  bottom: auto;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border: 1px solid #B8B8B8;
  border-radius: 100%;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  transform: translate(0%,-50%);
  top: 50%;
}
.scwproduct_images_navi_prev:hover, .scwproduct_images_navi_next:hover {
	background: #3D90FC;
	color:#fff;
}
.scwproduct_images_navi_prev {
  right: auto;
  left: -60px;
}
.scwproduct_images_navi_next{
	right:-60px;
	left:auto;
}
.scwproduct_size {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.scwproduct_size_head {
  color: #000;
  font-family: Outfit;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
}

/* Item */
.scwproduct_size_item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #333;
}

/* Radio base */
.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;
}

/* Khi hover */
.scwproduct_size_item input[type="radio"]:hover {
  border-color: #B8B8B8;
}

/* Khi chọn */
.scwproduct_size_item input[type="radio"]:checked {
  border-color: #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_size_item label {
  cursor: pointer;
  user-select: none;
  color: #010C1BCC;
  font-family: Outfit;
  font-weight: 300;
  font-size: 19px;
  line-height: 33px;
}
/* ------------------- TAB HEADER ------------------- */
.scwproduct_tabs_head {
  display: flex;
  gap: 59px;
  border-bottom: 1px solid #B8B8B8;
  margin-bottom: 24px;
}

.scwproduct_tabs_head_item {
  position: relative;
  cursor: pointer;
  padding-bottom: 10px;
  transition: color 0.2s ease;
  font-family: Outfit;
  font-weight: 500;
  font-size: 19px;
  line-height: normal;
  text-align: center;
  color: #010C1B;
}



.scwproduct_tabs_head_item.active::after,
.scwproduct_tabs_head_item:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3D90FC;
}

.scwproduct_tabs_con_item {
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #010C1BCC;
  display:none;
  text-align:left;
}
.scwproduct_tabs_con_item_des p {
  margin-top: 0;
  margin-bottom: 40px;
}

.scwproduct_tabs_con_item.active {
  display: block;
}


.scwproduct_tabs_con_item h4 {
  margin-top: 0;
  color: #0A0F1C;
  font-family: Outfit;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 100%;
}

.scwproduct_tabs_con_item ul {
  padding-left: 20px;
  margin: 0;
}
.scwproduct_tabs_con_item ul li {
  position: relative;
  list-style: none;
  margin-bottom: 16px;
  color: #010C1BCC;
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.scwproduct_tabs_con_item ul li:last-child{
  margin-bottom: 0;
}

.scwproduct_tabs_con_item ul li::before {
  content: "";
  background: #3D90FC;
  position: absolute;
  left: -20px;
  width: 8px;
  height: 8px;
  top: 8px;
}

.scwproduct_tabs_con_item_ft {
  display: grid;
  grid-template-columns: 102px 128px 102px;
  align-items: flex-start;
  gap: 50px;
  margin-top: 30px;
}
.scwproduct_tabs_con_item_ft_item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.scwproduct_tabs_con_item_ft_item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
}
.scwproduct_tabs_con_item_ft_item span {
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #010C1B;
  width: 100%;
  max-width: 129px;
  margin-left: auto;
  margin-right: auto;
}
.scwproduct_hero {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 50px;
}
.scwproduct_hero_img img {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0px 0px 30px 10px #010C1B1A;
  border: 3px solid #FFFFFF;
}
.scwproduct_hero_con_title {
  margin-bottom: 16px;
  font-family: Outfit;
  font-weight: 500;
  font-size: 19px;
  line-height: normal;
  color: #010C1B;
  display: inline-block;
}
.scwproduct_hero_con_items {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap:10px;
}

.scwproduct_hero_con_item {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #010C1BCC;
}
.scwproduct_hero_con_item::before {
  content: "";
  background: #3D90FC;
  position: absolute;
  left: 0px;
  width: 4px;
  height: 4px;
  top: 10px;
}

/* ------------------- PRODUCT INFO ------------------- */
.scwproduct_tabs_con_item strong {
  color: #0A0F1C;
  font-weight: 600;
}

.scwproduct_otherpro {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 120px;
  background: #f6f7f9;
  margin-top: -30px;
}
.scwproduct_otherpro_head {
  margin-top: 50px;
  margin-bottom: 100px;
  font-family: Outfit;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #010C1B;
}

.scwproduct_otherpro_con {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 216px;
  align-items: end;
}
body.wp-singular.wp-child-theme-astralmoisturiser .scwheader {
  background: linear-gradient(180deg, #C2DBFA 0%, #F6F7F9 100%);
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 1000px;float: left;
}
body.wp-singular.wp-child-theme-astralmoisturiser .scwproduct {
  margin-top: -800px;
}
/* Item */
.scwproduct_otherpro_con_item {
  width: auto;
  text-align: center;
}

.scwproduct_otherpro_con_item_thumn {
  margin-bottom: 30px;
  margin-top: 0;
}
.scwproduct_otherpro_con_item_thumn img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.scwproduct_otherpro_con_item_title {
  margin-top: 0;
  margin-bottom: 16px;
}
.scwproduct_otherpro_con_item_title a {
  text-decoration: none;
  font-family: Outfit;
  font-weight: 500;
  font-size: 19px;
  line-height: 33px;
  text-align: center;
  color: #010C1B;
}


.scwproduct_otherpro_con_item_subtitle {
  margin-top: 0;
  margin-bottom: 24px;
  color: #010C1B;
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.scwproduct_otherpro_con_item_but {
  margin: 0;
}
.scwproduct_otherpro_con_item_but a {
  display: inline-block;
  letter-spacing: 1px;
  color: #3D90FC;
  border: 1px solid #3D90FC;
  border-radius: 300px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 168px;
  height: 50px;
  font-family: Outfit;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.scwproduct_otherpro_con_item_but a:hover {
  background: #0072CE;
  color: #fff;
}
/* ===== HEADER ===== */
.scwheader_top {
  background-color: #3D90FC;
  padding:20px 0;
  position: relative;
  color: #fff;
  z-index: 200;
  box-sizing: border-box;height: auto;
}
.scwheader_top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scwheader_top_but a {
display: inline-block;
color: #3D90FC;
border: 1px solid #3D90FC;
border-radius: 300px;
padding: 0;
text-decoration: none;
transition: all 0.3s ease;
font-family: Outfit;
font-weight: 600;
font-size: 16px;
line-height: 50px;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
width: 168px;
height: 50px;
background: #fff;
}

.scwheader_top_but a:hover {
  background: #e6e6e6;
}

.scwheader_top_logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 15px;
  bottom: auto;width: 30%;
}
.scwheader_top_logo img {
  height: 50px;
}

.scwheader_top_menu_bar {
  font-size: 22px;
  cursor: pointer;
  color: #fff;
}

/* ===== MENU POPUP ===== */
.scwheader_top_menu_popup {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 40px 0;
  border-top: 3px solid #3D90FC;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: fadeInDown 0.4s ease forwards;
  box-sizing: border-box;
  overflow: hidden; /* Ngăn item vượt khung */
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== GRID 5 CỘT ===== */
.scwheader_top_menu_popup_con .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.scwheader_top_menu_popup_item_right .scwhome_products_item_but a {
  display: inline-block;
  color: #3D90FC;
  border: 1px solid #3D90FC;
  border-radius: 300px;
  padding: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: Outfit;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  width: auto;
  height: auto;
  padding: 10px 20px;
}
/* ===== ITEM ===== */
.scwheader_top_menu_popup_item {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 12px;
  transition: transform 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.scwheader_top_menu_popup_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* Thumbnail */
.scwheader_top_menu_popup_item_thumn {
  flex-shrink: 0;
  margin-right: 10px;
}

.scwheader_top_menu_popup_item_thumn img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 6px;
}

/* Nội dung bên phải */
.scwheader_top_menu_popup_item_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scwheader_top_menu_popup_item_right .scwhome_products_item_title a {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  line-height: normal;
}
.scwheader_top_menu_popup_item_right .scwhome_products_item_but a {
  color: #3D90FC;
  font-size: 14px;
text-decoration: unset;
  margin-top: 3px;
}
.scwheader_top_menu_popup_item_right .scwhome_products_item_but a:hover {
  background-color: #3D90FC;
  color: #fff;
}
.scwheader_top_menu_popup_item_right .scwhome_products_item_title {
  margin-top: 0;
  margin-bottom: 0;
}
.scwheader_top_menu_popup_item_right .scwhome_products_item_but {
  margin-top: 10px;
  margin-bottom: 0;
}
/* ===== NÚT ĐÓNG ===== */
.scwheader_top_menu_popup_close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 24px;
  color: #3D90FC;
  cursor: pointer;
}
.scwhome_hero {
  background: #f6f7f9;
  padding: 120px 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.scwhome_hero_head {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Outfit;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #3D90FC;
  font-style: italic;
}
.scwhome_hero_con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
.scwhome_hero_con_item {
display: grid;
grid-template-columns: 1fr;
grid-gap: 20px;justify-items: center;
}
.scwhome_hero_con_item_img {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 2px solid #fff;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);  width: 80%;
}
.scwhome_hero_con_item_img_title {
  color: #3D90FC;
  font-family: Outfit;
  font-weight: 500;
  font-size: 30px;
  line-height: 33px;
  text-align: center;
  text-decoration: unset;
}
.scwhome_hero_con_item:hover .scwhome_hero_con_item_img img {
  transform: scale(1.1);
}
.scwhome_hero_con_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.scwhome_hero_con_item:hover .scwhome_hero_con_item_img_hover {
  opacity: 1;
}
.scwhome_hero_con_item_img_hover {
  position: absolute;
  inset: 0;
  background: rgba(0, 78, 173, 0.9);
  color: #fff;
  opacity: 0;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  align-items: start;
  justify-items: center;
  text-align: center;
  padding: 20px;
  transition: opacity 0.4s ease;
}
.scwhome_hero_con_item_img_hover_boc {
  font-size: 20px;
  position: absolute;
  padding: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.scwproduct_content_left h1 {
  margin-top: 0;
}
@media only screen and (min-width: 1280px) {
	.scwhome_banner_head {
  font-size: 50px;
}
}
@media only screen and (max-width: 1409px) {
	.scwproduct_content_left {
  max-width: 100%;
  overflow: hidden;
}
	.container {
padding: 0 2rem;
}
	.scwproduct_content {
  margin-bottom: -75px;
}
.scwproduct_otherpro_head {
  margin-top: 0;
}
.scwproduct_images_navi_prev {
  left: 5px;
}
.scwproduct_images_navi_next {
  right: 5px;
}
.scwproduct_content .container {
  grid-gap: 50px;
}

.scwproduct_otherpro_con {
  grid-column-gap: 167px;
  margin: 0 auto;
}
.scwhome_intro_img {
  height: 80%;
}
.scwhome_products_con {
  gap: 90px;
}
.scwhome_about_image {
  width: 340px;
  height: 466px;
  object-fit: contain;
}
.scwhome_socials_item_hover_con {
  line-height: 22px;
}
}
@media only screen and  (max-width: 1300px) {

.scwproduct_content_right h1 {
  font-size: 50px;
  line-height: 60px;
}
.scwproduct_tabs_con_item ul li,.scwproduct_hero_con_title, .scwproduct_hero_con_item {
  margin-bottom: 10px;
}

.scwproduct_content_right h1,.scwproduct_tabs_con_item_des p, .scwproduct_buy,.scwproduct_size,
.scwproduct_tabs_con_item h4,.scwproduct_hero{
  margin-bottom: 20px;
}
	.scwproduct_images_sldier_main img {
  width: 80%;
	}
	.scwproduct_otherpro_con {
  grid-column-gap: 150px;
}
	.scwhome_products_con {
  gap: 50px;
}
.scwhome_banner_head {
  font-size: 80px;
}
.scwhome_intro_img {
  height: 75%;
}
.scwhome_about_image {
  width: 230px;
  height: auto;
  object-fit: contain;
}
.scwhome_about_des {
  width: 60%;
}
.scwhome_socials_item_hover_con {
  line-height: 20px;
  font-size: 14px;
}
}
@media only screen and  (max-width: 1200px) {
		.scwproduct_content {
  margin-bottom: -85px;
}
body.wp-singular.wp-child-theme-astralmoisturiser .scwproduct {
  margin-top: -860px;
}
body.wp-singular.wp-child-theme-astralmoisturiser #content {
  background: #f6f7f9;
}
	.scwproduct_tabs_head {
  gap: 30px;
	}

		.scwproduct_otherpro_con {
  grid-column-gap: 94px;
}
.scwhome_banner_head {
  font-size: 80px;
  width: 100%;
  line-height: 90px;
}
.scwhome_products_con {
  gap: 30px;
}
.scwhome_intro_img {
  height: 60%;
}
.scwhome_about_des {
  width: 60%;
  font-size: 35px;
  line-height: 45px;
}
.scwhome_socials_item_hover_con {
  line-height: 30px;
  font-size: 16px;
}
.scwhome_socials_con,.scwhome_products_con,.scwhome_wtb_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 30px;
}

.scwhome_socials_item,.scwhome_products_item,.scwhome_wtb_item {
  width: calc(33.333% - 30px);text-align: center;
}

}
@media only screen and  (max-width: 1024px) {
	.scwproduct_content .container {
  grid-gap: 0;
}
body.wp-singular.wp-child-theme-astralmoisturiser .scwproduct {
  margin-top: -860px;
}
.scwhome_socials_item_hover_con {
  line-height: 24px;
  font-size: 14px;
}
.scwhome_wtb_item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
		.scwproduct_otherpro_con {
  grid-column-gap: 84px;
}
.scwproduct_images_slider {
  margin: 0 auto;
}

.scwproduct_content .container {
  grid-template-columns: 1fr;
}
.scwproduct_content_left {
  text-align: center;margin: 0 auto;
}
}

@media only screen and  (max-width: 991px) {
	body.wp-singular.wp-child-theme-astralmoisturiser .scwproduct {
  margin-top: -860px;
}
	  .scwheader_top_menu_popup_con .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.scwproduct_otherpro_con {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 50px;
  align-items: end;
}
.scwhome_intro {
  grid-template-columns: 1fr;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 0;
}

  .scwhome_intro .container {
    padding: 0;
  }

.scwhome_intro_img {
  width: 80%;
  margin-top: 30px;
  height: auto;
  position: relative;
  margin-bottom: -7px;
}

  .scwhome_intro_item {
    grid-template-columns: 1fr;
    justify-items: center;
  }
.scwhome_banner_head {
  font-size: 70px;
  width: 100%;
  line-height: 80px;
}
.scwhome_intro_des {
  font-size: 40px;
  line-height: 50px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.scwhome_intro_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 30px;max-width: 100%;
  margin-bottom: 30px;
}

.scwhome_intro_item {
  width: calc(50% - 30px);text-align: center;
}
.scwhome_socials_con,.scwhome_products_con,.scwhome_wtb_con,.scwhome_hero_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 30px;
}

.scwhome_socials_item,.scwhome_products_item,.scwhome_wtb_item {
  width: calc(50% - 30px);text-align: center;
}
.scwhome_about_des {
  width: 100%;
}
.scwhome_about {
  text-align: center;padding-top: 50px;
padding-bottom: 50px;
}
.scwhome_about_image {
  width: 70%;
  height: auto;
  object-fit: contain;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transform: translateY(0%);
  text-align: center;
  padding-top: 30px;
}
.scwhome_socials_item_hover_con {
  line-height: 30px;
  font-size: 16px;
}
}
@media only screen and  (max-width: 768px) {
	body.wp-singular.wp-child-theme-astralmoisturiser .scwproduct {
  margin-top: -1050px;
}
	.scwhome_hero {
  padding: 50px 0;
}

.scwproduct_images_navi_next {
  right: 0;
}
.scwproduct_images_navi_prev {
  left: 0;
}
.scwproduct_content {
  padding-bottom:50px;padding-top: 200px;
}
	  .scwproduct_otherpro_con {
    gap: 40px;
  }
.scwproduct_otherpro {
  padding: 50px 0;
}
.scwproduct_otherpro_head {
  margin-bottom: 50px;
  margin-top: 30px;
}


  .scwhome_testi_item {
    padding: 20px;
  }
  .scwhome_banner_head {
  font-size: 60px;
  width: 100%;
  line-height: 70px;
  margin-bottom: 30px;
}
.scwhome_banner_but,.scwhome_socials_head,.scwhome_wtb_head,
.scwfooter_socials,.scwfooter_menu{
  margin-bottom: 30px;
}

.scwhome_testi_head {
  margin-bottom: 50px;
}
.scwhome_socials,.scwhome_wtb,.scwhome_testi,.scwfooter{
  padding: 50px 0;
}
.scwhome_products {
  padding-bottom: 50px;
}
.scwhome_socials_con {
  margin-top: 30px;
}
.scwhome_socials_item_hover_con {
  line-height: 20px;
  font-size: 14px;
}

}
@media only screen and  (max-width: 640px) {
	body.wp-singular.wp-child-theme-astralmoisturiser .scwproduct {
  margin-top: -1100px;
}
.scwheader_top .container {
  position: relative;
  margin-top: 20px;
}
.scwheader_top_logo {
  position: absolute;
  left: 2rem;
  right: auto;
  margin: 0 auto;
  top: -10px;
  bottom: auto;
  width: 30%;
}
.scwheader_top {
  height: 75px !important;
  padding: 0 !important;
  width: 100%;
  top: 0;
  position: absolute;
}
.scwheader_top_but {
  position: absolute;
  right: calc(2rem + 60px);
  top: -8px;
}

.scwheader_top_menu_popup {
    top: 55px;
}
.scwheader_top_menu_bar {
  position: absolute;
  right: 2rem;
}
.scwheader_top_but {
  position: absolute;
  right: calc(2rem + 60px);
}
	  .scwheader_top_menu_popup_con .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .scwheader_top_menu_popup_item {
    flex-direction: column;
    text-align: center;
  }
  .scwheader_top_menu_popup_item_thumn {
    margin: 0 0 8px 0;
  }

.scwproduct_tabs_head {
  gap: 15px;
}
	.scwhome_banner_head,.scwhome_socials_head {
  font-size: 40px;
  line-height: 50px;
}
.scwhome_intro_des {
  font-size: 30px;
  line-height: 40px;
}
.scwhome_intro_item {
  width: 100%;
}
.scwhome_testi_head {
  font-size: 35px;
  left: 45px;
}
.scwhome_about_des {
  font-size: 30px;
  line-height: 40px;
}
.scwhome_socials_item {
  width: 100%;
}
.scwhome_socials_item_hover_con {
  line-height: 30px;
  font-size: 25px;
  width: 80%;
}
.scwhome_socials_item_hover_name {
  font-size: 25px;
}
}
@media only screen and (max-width: 480px) {
.bx-controls-direction a {
  background-image: none !important;
  background-color: white !important;
  border: 1px solid #3D90FC;
  text-indent: 0 !important;
  border-radius: 100%;
  text-align: center;
  width: 40px !important;
  height: 40px !important;
  padding-top: 5px;
}

/* 2. Thiết lập màu xanh cho biểu tượng mũi tên (icon) */
.bx-controls-direction a i {
  /* Đặt màu xanh dương */
  color: #3D90FC !important; 
}
.bx-controls-direction a i:before {
  /* Đặt màu xanh dương */
  color: #3D90FC !important; 
}

/* Tùy chọn: Thay đổi màu khi di chuột (hover) */
.bx-controls-direction a:hover {
  background-color: #f0f0f0 !important; /* Màu nền xám nhạt khi hover */
}
.scwhome_testi_sl1 .bx-wrapper .bx-prev ,.scwhome_testi_sl2 .bx-wrapper .bx-prev,
.scwproduct_otherpro .bx-wrapper .bx-prev {
  left: -20px;
}
.scwhome_testi_sl1 .bx-wrapper .bx-next ,.scwhome_testi_sl2 .bx-wrapper .bx-next,
.scwproduct_otherpro .bx-wrapper .bx-next  {
  right: -20px;
}
	.scwhome_wtb_con {
  gap: 10px;
}
.scwhome_wtb_item {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
}
	.scwhome_testi_item {
  box-shadow:none;
  border: 1px solid #010C1B1A;
}
.scwhome_testi_sl1_con, .scwhome_testi_sl2_con {
  -webkit-animation: none;
  animation: none;
}

.scwhome_testi_sl1 .bx-viewport,.scwhome_testi_sl2 .bx-viewport {
  -webkit-transform: translatez(0);
  height:230px!important;
}
.scwhome_testi_sl1 .bx-wrapper,
.scwhome_testi_sl2 .bx-wrapper,
.scwproduct_otherpro .bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow:none;
  border: none;
  background: none;margin-bottom: 0;
}
.scwhome_testi_sl1_con, .scwhome_testi_sl2_con {
  height: 230px;
}
.scwhome_testi_sl1,.scwhome_testi_sl2 {
  padding: 0 20px;
}
.scwhome_hero .bx-wrapper .bx-controls-direction a {
transform: translate(0%,-50%);
}
.scwhome_hero .bx-wrapper .bx-prev {
  left: -10px;
}
.scwhome_hero .bx-wrapper .bx-next {
  right: -10px;
}
	.scwhome_hero_con_item_img {
  width: 100%;
}
	.scwhome_hero_con {
  margin-top: 0;
}
	.scwhome_intro .container {
  padding: 0;
  position: relative;
}
.scwhome_intro::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0,.2);
  top: 0;
}
.scwhome_intro_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 20px;
  max-width: 100%;
  margin-bottom: 50px;
  padding: 0 20px;
  align-items: start;
}
.scwhome_intro_item_text {
  font-size: 18px;
}
.scwhome_intro_item_icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
		.scwhome_hero_con_item_img_hover_boc {
  font-size: 13px;
  line-height: normal;
}
	.scwhome_products .bx-wrapper,
	.scwhome_hero .bx-wrapper,.scwhome_socials .bx-wrapper	{
  box-shadow: none;
  border: none;
  background: none;margin-bottom: 0;
}
.scwhome_products_con {
  display:inline-block;
}
.scwhome_products .bx-wrapper .bx-viewport,
.scwhome_hero .bx-wrapper .bx-viewport,.scwhome_socials .bx-wrapper .bx-viewport {
  height: 100% !important;
}
.scwhome_products_item_thumn img {
  width: 100%;
  max-width: 100%;
  height: 250px;
  object-fit: contain;
  transition: transform 0.3s ease;
  object-position: bottom;
}

	.scwhome_banner_img {
  object-fit: cover;
  min-height: 400px;
}
.scwhome_scroll_item_text {
  font-size: 24px;
}
.scwhome_scroll_item_icon {	
  height: 30px;
 
}
	.scwheader_top_but a {
  line-height: normal;
  width: auto;
  height: auto;
  padding: 10px 20px;
}
.scwheader_top_logo img {
  height: 40px;
  width: 100%;
  object-fit: contain;
}
	.scwhome_about {
  background-position: right top !important;
}
	.scwheader_top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
	height:auto;
  }

	  .scwheader_top_menu_popup_con .container {
    grid-template-columns: 1fr;
  }
	.scwhome_testi_item_des {
  font-size: 16px;
  line-height: 26px;
}
.scwhome_testi_item_des {
  margin-bottom: 10px;
}
	.scwhome_testi_sl1_con, .scwhome_testi_sl2_con {
  width: calc(250px * 14);
}
.scwhome_testi_item {
flex: 0 0 auto;
}
	.scwproduct_size_item {
  gap: 0;
}

.scwproduct_size {
  gap: 5px;
}
	.scwproduct_images_sldier_thumb swiper-slide {
  width: calc((100% - 30px) / 2) !important;
	}
	.scwproduct_otherpro_head {
  font-size: 30px;
}
	.scwproduct_content_right h1 {
  font-size: 30px;
  line-height: 40px;
}
.scwproduct_tabs_head_item {
  font-size: 16px;
  line-height: normal;
}
	.scwproduct_tabs_con_item_ft {
  gap: 10px;
	}
	.scwproduct_tabs_head {
  gap: 10px;
}
.scwproduct_hero {
  display: grid;
  grid-template-columns: 1fr;
}
.scwproduct_hero_img {
  text-align: center;
}
	  .scwproduct_otherpro_con_item {
    width: 100%;
  }
  .scwproduct_otherpro_con {
  gap: 40px;
  grid-template-columns: auto;
  display:inline-block;
}
.scwhome_banner_head, .scwhome_socials_head {
  font-size: 33px;
  line-height: 43px;
}
.scwhome_scroll {
  padding-bottom: 15px;
  padding-top: 15px;
}
.scwhome_socials_item, .scwhome_products_item, .scwhome_wtb_item {
  width: 100%;
}
.scwhome_socials_item_hover_con {
  line-height: 30px;
  font-size: 16px;
  width: 100%;
}
.scwhome_socials_item_hover_name {
  font-size: 16px;
}
.scwheader_logo img,.scwfooter_logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

}
@media only screen and  (max-width: 375px) {
	.scwhome_hero_con_item_img_hover_boc {
  font-size: 13px;
  line-height: normal;
}
	.scwheader_top_but a {
  padding: 5px 10px;
}
.scwheader_top_logo img {
  height: 30px;
}
.scwheader_top_menu_bar {
  position: absolute;
  right: 2rem;
  top: -10px;
}
.scwheader_top {
  height: 60px !important;
}
.scwheader_top_menu_popup {
  top: 40px;
}
	.scwproduct_tabs_con_item_ft {
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
	.scwproduct_tabs_con_item_ft_item span {
  max-width: 90px;font-size: 14px;word-break: break-all;
}
.scwproduct_tabs_con_item_ft_item img {
  width: 60px;
  height: 60px;
}
	.scwproduct_tabs_head {
  gap: 5px;
}
	.scwproduct {
  margin-top: -300px;
}
.scwproduct_tabs_head_item {
  font-size: 14px;
  line-height: normal;
}
.scwhome_banner_head, .scwhome_socials_head {
  font-size: 27px;
  line-height: 37px;
}

.scwhome_socials_item_hover_con {
  line-height: 16px;
  font-size: 14px;
  width: 100%;
}
.scwhome_wtb_head,.scwproduct_otherpro_head {
  font-size: 40px;
}
.scwproduct_size_item label {
  font-size: 15px;
}
.scwproduct_size_head {
  font-size: 20px;
}.scwproduct_images_slider {
  max-width: 260px;
}
}
@media only screen and  (max-width: 320px) {
.scwproduct_tabs_head_item {
  font-size: 13px;
}
}
		