[class^="section-index-"] {
  padding: 60px 0; }

@media (max-width: 767px) {
  [class^="section-index-"] {
    padding: 30px 0; } }

.slider-owl.owl-carousel {
  /*
   @media (min-width: 1200px) {
   .owl-nav{
   button{
   &.owl-prev{
   left: -15px;
   }
   &.owl-next{
   right: -15px;
   }
   }
   }
   }
*/ }
  .slider-owl.owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 23px);
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border: none;
    outline: none;
    color: #333333;
    transition: all 0.3s; }
    .slider-owl.owl-carousel .owl-nav button svg {
      width: 20px;
      height: 20px;
      fill: currentColor; }
      .slider-owl.owl-carousel .owl-nav button svg polyline,
      .slider-owl.owl-carousel .owl-nav button svg line {
        stroke: currentColor; }
    .slider-owl.owl-carousel .owl-nav button.owl-prev {
      left: 15px; }
    .slider-owl.owl-carousel .owl-nav button.owl-next {
      right: 15px; }
    .slider-owl.owl-carousel .owl-nav button:hover {
      background: var(--shop-color-main);
      color: #fff;
      border-color: var(--shop-color-main); }
  @media (max-width: 767px) {
    .slider-owl.owl-carousel .owl-nav button {
      top: calc(50% - 16px);
      width: 34px;
      height: 34px;
      line-height: 34px; }
      .slider-owl.owl-carousel .owl-nav button.owl-prev {
        left: 0; }
      .slider-owl.owl-carousel .owl-nav button.owl-next {
        right: 0; } }

.section-index-slider {
  padding: 0; }
  .section-index-slider .slider-owl:not(.owl-loaded) {
    display: flex;
    overflow: hidden; }
    .section-index-slider .slider-owl:not(.owl-loaded) .slider-item {
      flex: 0 0 100%; }
  .section-index-slider .slider-item img {
    width: 100%; }
  @media (max-width: 767px) {
    .section-index-slider .slider-owl .owl-nav button.owl-prev {
      left: 10px; }
    .section-index-slider .slider-owl .owl-nav button.owl-next {
      right: 10px; } }

.section-index-ingredients .ingredients-content {
  display: flex;
  gap: 40px; }
  .section-index-ingredients .ingredients-content .item {
    font-weight: 600; }
    .section-index-ingredients .ingredients-content .item .title {
      font-size: 14px;
      color: var(--shop-color-main);
      margin-bottom: 5px; }
    .section-index-ingredients .ingredients-content .item .desc {
      font-size: 18px; }
    .section-index-ingredients .ingredients-content .item:nth-child(2) {
      position: relative; }
      .section-index-ingredients .ingredients-content .item:nth-child(2):before {
        content: '';
        position: absolute;
        top: 0;
        left: -20px;
        width: 1px;
        height: 100%;
        background: var(--shop-color-main); }

.section-index-ingredients .ingredients-review {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  color: rgba(51, 51, 51, 0.6); }
  .section-index-ingredients .ingredients-review .star {
    color: var(--shop-color-main); }
  .section-index-ingredients .ingredients-review .title {
    font-size: 18px;
    font-weight: 600; }
    .section-index-ingredients .ingredients-review .title span {
      color: #333333; }
  .section-index-ingredients .ingredients-review .desc {
    font-size: 14px; }
  .section-index-ingredients .ingredients-review .img-review {
    display: flex;
    background: var(--shop-ingredients-review-bg);
    padding: 8px;
    border-radius: 50px; }
    .section-index-ingredients .ingredients-review .img-review .img {
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      border-radius: 50%;
      overflow: hidden; }
      .section-index-ingredients .ingredients-review .img-review .img ~ .img {
        margin-left: -10px; }
    .section-index-ingredients .ingredients-review .img-review .icon {
      background: var(--shop-color-bg); }

.section-index-ingredients .ingredients-banner {
  text-align: center; }

@media (min-width: 1200px) {
  .section-index-ingredients.has-slide {
    padding: 0;
    margin-top: -50px;
    position: relative;
    z-index: 1; } }

@media (max-width: 991px) {
  .section-index-ingredients .row {
    gap: 30px; }
  .section-index-ingredients .ingredients-content {
    text-align: center;
    justify-content: center; }
  .section-index-ingredients .ingredients-review {
    justify-content: center; } }

@media (max-width: 767px) {
  .section-index-ingredients .ingredients-content .item .desc {
    font-size: 16px; } }

.section-index-about .about-item .desc {
  color: rgba(51, 51, 51, 0.6); }

.section-index-about .about-item .item-banner img {
  border-radius: 20px; }

.section-index-about .about-item--1 .heading-title .title {
  margin-bottom: 20px; }

.section-index-about .about-item--1 .btn-more {
  margin-bottom: 40px; }

.section-index-about .about-item--2 {
  display: flex;
  flex-flow: column-reverse; }
  .section-index-about .about-item--2 .heading-title {
    margin-bottom: 0; }
    .section-index-about .about-item--2 .heading-title .title {
      font-size: 22px;
      color: var(--shop-color-main);
      margin-bottom: 10px; }
  .section-index-about .about-item--2 .item-banner {
    margin-bottom: 30px; }

@media (min-width: 1200px) {
  .section-index-about .about-item .item-banner.has-icon {
    position: relative; }
    .section-index-about .about-item .item-banner.has-icon:before {
      content: '';
      left: -65px;
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .section-index-about .about-item--1 {
    padding-right: 20px; }
    .section-index-about .about-item--1 .item-banner.has-icon:before {
      bottom: -50px;
      width: 174px;
      height: 160px;
      background-image: url("//cdn.hstatic.net/themes/200001104162/1001434333/14/home_about_img_1.jpg?v=4236"); }
  .section-index-about .about-item--2 {
    padding-left: 20px; }
    .section-index-about .about-item--2 .item-banner.has-icon:before {
      top: -50px;
      width: 180px;
      height: 155px;
      background-image: url("//cdn.hstatic.net/themes/200001104162/1001434333/14/home_about_img_2.jpg?v=4236"); } }

@media (max-width: 991px) {
  .section-index-about .row {
    gap: 30px; }
  .section-index-about .about-item {
    text-align: center; } }

@media (max-width: 767px) {
  .section-index-about .row {
    gap: 15px; }
  .section-index-about .about-item--1 .heading-title .title {
    margin-bottom: 10px; }
  .section-index-about .about-item--1 .btn-more {
    margin-bottom: 30px; }
  .section-index-about .about-item--2 .heading-title .title {
    font-size: 18px; } }

.section-index-featured .heading-title .title {
  margin: 0; }

.section-index-featured .heading-title .title-icon.has-icon {
  display: flex;
  align-items: center;
  gap: 10px; }
  .section-index-featured .heading-title .title-icon.has-icon img {
    width: 50%;
    max-width: 290px; }

.section-index-featured .list-pro {
  display: flex;
  flex-flow: wrap;
  gap: 24px; }
  .section-index-featured .list-pro .product-loop-small {
    -ms-flex: 0 0 calc(100% / 3 - 16px);
    flex: 0 0 calc(100% / 3 - 16px);
    max-width: calc(100% / 3 - 16px); }

@media (max-width: 991px) {
  .section-index-featured .heading-title .title {
    margin-bottom: 20px; }
  .section-index-featured .list-pro .product-loop-small {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 767px) {
  .section-index-featured .list-pro {
    gap: 15px; } }

.section-index-banner .banner-bg {
  margin: 0;
  padding: 30px;
  background: var(--shop-color-main-2);
  border-radius: 40px; }
  .section-index-banner .banner-bg .btn-more {
    margin-top: 20px; }

@media (min-width: 1200px) {
  .section-index-banner.has-icon .banner-bg {
    position: relative; }
    .section-index-banner.has-icon .banner-bg:before {
      content: '';
      position: absolute;
      top: -110px;
      right: 0;
      width: 100px;
      height: 100px;
      background-image: url("//cdn.hstatic.net/themes/200001104162/1001434333/14/home_banner_img_top.jpg?v=4236");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; } }

@media (min-width: 1440px) {
  .section-index-banner.has-icon .banner-bg {
    position: relative; }
    .section-index-banner.has-icon .banner-bg:before {
      right: -100px; } }

@media (max-width: 991px) {
  .section-index-banner {
    text-align: center; }
    .section-index-banner .row {
      gap: 30px; } }

@media (max-width: 767px) {
  .section-index-banner .banner-bg {
    padding: 30px 15px;
    border-radius: 16px; } }

.section-index-col-slider .product-loop .product-inner .pro-sale {
  display: none; }

.section-index-col-slider .product-loop .product-inner .list-icon {
  opacity: 0;
  visibility: hidden; }

.section-index-col-slider .product-loop .product-inner .proloop-image {
  width: 50%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
  border-radius: 10px; }
  .section-index-col-slider .product-loop .product-inner .proloop-image:before {
    content: none; }

.section-index-col-slider .product-loop .product-inner .proloop-detail {
  text-align: center; }
  .section-index-col-slider .product-loop .product-inner .proloop-detail h3 {
    font-size: 22px; }
  .section-index-col-slider .product-loop .product-inner .proloop-detail .wrapper-action-loop {
    display: block; }
    .section-index-col-slider .product-loop .product-inner .proloop-detail .wrapper-action-loop .proloop--price {
      display: flex;
      justify-content: center;
      flex-flow: row-reverse;
      gap: 5px;
      font-size: 18px; }
    .section-index-col-slider .product-loop .product-inner .proloop-detail .wrapper-action-loop .proloop-actions {
      width: auto;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s; }
      .section-index-col-slider .product-loop .product-inner .proloop-detail .wrapper-action-loop .proloop-actions .actions-primary {
        text-align: center; }

.section-index-col-slider .product-loop .product-inner:hover {
  box-shadow: none; }

.section-index-col-slider .swiper-3d .swiper-slide-shadow-left,
.section-index-col-slider .swiper-3d .swiper-slide-shadow-right {
  background-image: none; }

.section-index-col-slider .swiper-3d .nav-swiper .swiper-button {
  /*bottom: 0;top: auto;*/
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  color: rgba(51, 51, 51, 0.6); }
  .section-index-col-slider .swiper-3d .nav-swiper .swiper-button:after {
    content: none; }
  .section-index-col-slider .swiper-3d .nav-swiper .swiper-button svg {
    fill: currentcolor; }
  .section-index-col-slider .swiper-3d .nav-swiper .swiper-button.swiper-button-prev svg {
    transform: rotate(180deg); }

.section-index-col-slider .swiper-slide-active .product-loop .product-inner .list-icon {
  opacity: 1;
  visibility: visible;
  right: 30px; }

.section-index-col-slider .swiper-slide-active .product-loop .product-inner .proloop-image {
  width: 100%;
  border: none;
  background: linear-gradient(180deg, rgba(0, 17, 102, 0.2), #001166);
  -webkit-mask-image: url("//cdn.hstatic.net/themes/200001104162/1001434333/14/items-bg.png?v=4236");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("//cdn.hstatic.net/themes/200001104162/1001434333/14/items-bg.png?v=4236");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  padding: 30px; }

.section-index-col-slider .swiper-slide-active .product-loop .product-inner .proloop-detail .wrapper-action-loop .proloop-actions {
  opacity: 1;
  visibility: visible; }

@media (min-width: 1200px) {
  .section-index-col-slider.has-icon .heading-title {
    position: relative; }
    .section-index-col-slider.has-icon .heading-title:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100px;
      height: 100px;
      background-image: url("//cdn.hstatic.net/themes/200001104162/1001434333/14/home_col_slider_img.jpg?v=4236");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .section-index-col-slider.has-icon .heading-title .title,
    .section-index-col-slider.has-icon .heading-title .desc {
      max-width: 750px;
      margin: 0 auto 10px; } }

@media (max-width: 767px) {
  .section-index-col-slider .product-loop .product-inner .proloop-detail {
    padding: 15px 15px 0; }
    .section-index-col-slider .product-loop .product-inner .proloop-detail h3 {
      font-size: 18px; } }

.section-index-review .review-item {
  position: relative; }
  .section-index-review .review-item .item-img img {
    border-radius: 20px; }
  .section-index-review .review-item .item-detail {
    margin-top: 15px;
    transition: all 0.3s; }
    .section-index-review .review-item .item-detail .star i {
      color: var(--shop-color-main);
      margin-right: 3px; }
    .section-index-review .review-item .item-detail .name {
      font-size: 22px;
      font-weight: 600; }
    .section-index-review .review-item .item-detail .position {
      color: rgba(51, 51, 51, 0.6); }
    .section-index-review .review-item .item-detail--2 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      border-radius: 20px;
      transform: rotate(-3deg); }
      .section-index-review .review-item .item-detail--2 .hover-content {
        width: 90%;
        height: 80%;
        margin: 10% auto 0;
        background: #1E1F20;
        color: var(--shop-color-bg);
        border-radius: 20px;
        padding: 30px 15px;
        display: flex;
        flex-flow: column;
        justify-content: space-between; }
        .section-index-review .review-item .item-detail--2 .hover-content .star {
          margin-bottom: 15px; }
        .section-index-review .review-item .item-detail--2 .hover-content .name {
          font-size: 18px;
          margin-top: 15px; }
        .section-index-review .review-item .item-detail--2 .hover-content .desc,
        .section-index-review .review-item .item-detail--2 .hover-content .position {
          color: rgba(245, 250, 255, 0.6);
          font-size: 14px; }
        .section-index-review .review-item .item-detail--2 .hover-content .desc {
          max-height: 160px;
          overflow-y: scroll; }
          .section-index-review .review-item .item-detail--2 .hover-content .desc::-webkit-scrollbar {
            width: 3px; }
          .section-index-review .review-item .item-detail--2 .hover-content .desc::-webkit-scrollbar-track {
            background: none; }
          .section-index-review .review-item .item-detail--2 .hover-content .desc::-webkit-scrollbar-thumb {
            background: rgba(245, 250, 255, 0.3); }
  .section-index-review .review-item:hover .item-detail--1 {
    opacity: 0;
    visibility: hidden; }
  .section-index-review .review-item:hover .item-detail--2 {
    opacity: 1;
    visibility: visible; }

@media (min-width: 1200px) {
  .section-index-review.has-icon .heading-title {
    position: relative; }
    .section-index-review.has-icon .heading-title:before {
      content: '';
      position: absolute;
      top: -110px;
      right: 0;
      width: 100px;
      height: 100px;
      background-image: url("//cdn.hstatic.net/themes/200001104162/1001434333/14/home_review_img_top.jpg?v=4236");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; } }

@media (min-width: 1440px) {
  .section-index-review.has-icon .heading-title:before {
    right: -100px; } }

@media (max-width: 991px) {
  .section-index-review .review-item .item-detail--2 .hover-content {
    width: 95%;
    height: 90%;
    margin: 5% auto 0;
    padding: 15px; }
    .section-index-review .review-item .item-detail--2 .hover-content .star {
      margin-bottom: 8px; }
    .section-index-review .review-item .item-detail--2 .hover-content .desc {
      max-height: 100px; }
    .section-index-review .review-item .item-detail--2 .hover-content .name {
      font-size: 16px; } }

@media (max-width: 767px) {
  .section-index-review .review-item .item-detail .name {
    font-size: 16px; } }

.section-index-about-2.has-bg {
  background-image: url("//cdn.hstatic.net/themes/200001104162/1001434333/14/home_about_2_bg.jpg?v=4236");
  background-size: cover;
  background-position: center; }

.section-index-about-2 .list-about {
  display: flex;
  flex-flow: wrap;
  gap: 20px; }
  .section-index-about-2 .list-about .about-item {
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    display: flex;
    gap: 15px; }
    .section-index-about-2 .list-about .about-item .img {
      flex: 0 0 70px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      border-radius: 50%;
      background: radial-gradient(50% 50% at 50% 50%, rgba(218, 169, 156, 0.2) 0%, #DAA99C 100%);
      transition: all 0.3s ease-in-out; }
      .section-index-about-2 .list-about .about-item .img img {
        max-width: 35px;
        transition: all 0.3s ease-in-out; }
      .section-index-about-2 .list-about .about-item .img:hover {
        background: radial-gradient(75.8% 75.8% at 50% 50%, rgba(0, 27, 183, 0.4) 0%, #001BB7 100%); }
        .section-index-about-2 .list-about .about-item .img:hover img {
          filter: brightness(0) invert(1); }
    .section-index-about-2 .list-about .about-item .detail .title {
      font-size: 18px;
      font-weight: 600; }
    .section-index-about-2 .list-about .about-item .detail .desc {
      color: rgba(51, 51, 51, 0.6);
      font-size: 14px;
      margin-top: 8px; }

@media (min-width: 1200px) {
  .section-index-about-2 .about-content {
    padding-left: 100px; } }

@media (max-width: 991px) {
  .section-index-about-2 .row {
    gap: 30px; }
  .section-index-about-2 .heading-title {
    text-align: center; } }

@media (max-width: 767px) {
  .section-index-about-2 .list-about .about-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    gap: 8px; }
    .section-index-about-2 .list-about .about-item .img {
      flex: 0 0 50px;
      height: 50px;
      line-height: 50px; }
      .section-index-about-2 .list-about .about-item .img img {
        max-width: 25px; }
    .section-index-about-2 .list-about .about-item .detail .title {
      font-size: 16px; }
    .section-index-about-2 .list-about .about-item .detail .desc {
      color: rgba(51, 51, 51, 0.6);
      margin-top: 5px; } }

.section-index-blog .list-blog {
  display: flex;
  flex-flow: wrap;
  gap: 20px; }
  .section-index-blog .list-blog .item-article {
    -ms-flex: 0 0 calc(100% / 4 - 15px);
    flex: 0 0 calc(100% / 4 - 15px);
    max-width: calc(100% / 4 - 15px); }
    .section-index-blog .list-blog .item-article .media-article {
      border-radius: 20px;
      overflow: hidden; }
      .section-index-blog .list-blog .item-article .media-article img {
        transition: all 0.3s ease-in-out; }
    .section-index-blog .list-blog .item-article .info-article {
      margin-top: 15px;
      padding: 30px 20px;
      border-radius: 20px;
      background: linear-gradient(0deg, #001166 10%, rgba(0, 17, 102, 0.3) 100%); }
      .section-index-blog .list-blog .item-article .info-article h4 {
        font-size: 20px;
        font-weight: 600; }
      .section-index-blog .list-blog .item-article .info-article .entry-content {
        color: rgba(51, 51, 51, 0.6);
        margin-bottom: 30px; }
      .section-index-blog .list-blog .item-article .info-article .btn-icon a {
        color: var(--shop-color-main);
        text-transform: uppercase;
        font-weight: 600; }
        .section-index-blog .list-blog .item-article .info-article .btn-icon a svg {
          fill: currentColor;
          transition: all 0.3s ease-in-out; }
        .section-index-blog .list-blog .item-article .info-article .btn-icon a:hover {
          color: #333333; }
          .section-index-blog .list-blog .item-article .info-article .btn-icon a:hover svg {
            margin-left: 8px; }
    .section-index-blog .list-blog .item-article .article-post-meta {
      display: flex;
      gap: 10px 24px;
      margin-bottom: 10px;
      color: rgba(51, 51, 51, 0.6);
      font-size: 14px; }
      .section-index-blog .list-blog .item-article .article-post-meta a {
        color: rgba(51, 51, 51, 0.6); }
      .section-index-blog .list-blog .item-article .article-post-meta > span {
        display: flex;
        align-items: center;
        gap: 5px; }
        .section-index-blog .list-blog .item-article .article-post-meta > span:nth-child(2) {
          position: relative; }
          .section-index-blog .list-blog .item-article .article-post-meta > span:nth-child(2):before {
            content: '';
            position: absolute;
            top: 0;
            left: -12px;
            width: 1px;
            height: 100%;
            background: rgba(51, 51, 51, 0.6); }
        .section-index-blog .list-blog .item-article .article-post-meta > span svg {
          fill: var(--shop-color-main); }
        .section-index-blog .list-blog .item-article .article-post-meta > span i {
          font-size: 22px;
          color: var(--shop-color-main); }
    .section-index-blog .list-blog .item-article:hover .media-article img {
      transform: scale(1.1); }

.section-index-blog .btn-more {
  margin-top: 40px; }

@media (min-width: 1200px) {
  .section-index-blog.has-icon .heading-title {
    position: relative; }
    .section-index-blog.has-icon .heading-title:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100px;
      height: 100px;
      background-image: url("//cdn.hstatic.net/themes/200001104162/1001434333/14/home_blog_img.jpg?v=4236");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .section-index-blog.has-icon .heading-title .title,
    .section-index-blog.has-icon .heading-title .desc {
      max-width: 750px;
      margin: 0 auto 10px; } }

@media (max-width: 991px) {
  .section-index-blog .list-blog .item-article {
    -ms-flex: 0 0 calc(100% / 2 - 10px);
    flex: 0 0 calc(100% / 2 - 10px);
    max-width: calc(100% / 2 - 10px); } }

@media (max-width: 767px) {
  .section-index-blog .list-blog {
    gap: 15px; }
    .section-index-blog .list-blog .item-article {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .section-index-blog .list-blog .item-article .media-article {
        border-radius: 16px; }
      .section-index-blog .list-blog .item-article .info-article {
        margin-top: 8px;
        padding: 20px 15px;
        border-radius: 16px; }
        .section-index-blog .list-blog .item-article .info-article h4 {
          font-size: 18px; }
        .section-index-blog .list-blog .item-article .info-article .entry-content {
          margin-bottom: 15px; }
        .section-index-blog .list-blog .item-article .info-article .btn-icon a svg {
          width: 16px;
          height: 16px; }
  .section-index-blog .btn-more {
    margin-top: 20px; } }

.section-index-newsletter .newsletter-box {
  position: relative;
  border-radius: 40px;
  background: #ecd6d0; }
  .section-index-newsletter .newsletter-box .newsletter-banner img {
    border-radius: 40px; }
  .section-index-newsletter .newsletter-box .newsletter-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center; }
  .section-index-newsletter .newsletter-box .heading-title,
  .section-index-newsletter .newsletter-box .newsletter-form {
    width: 100%;
    max-width: 650px;
    margin: 0 auto; }
  .section-index-newsletter .newsletter-box .contact-form .input-group {
    margin: 20px 0 0;
    flex-flow: nowrap;
    gap: 15px; }
    .section-index-newsletter .newsletter-box .contact-form .input-group input {
      height: 50px;
      border-radius: 30px;
      border: none;
      outline: none;
      background: #001166;
      padding: 0 15px 0 45px;
      color: rgba(51, 51, 51, 0.6); }
      .section-index-newsletter .newsletter-box .contact-form .input-group input::-webkit-input-placeholder {
        color: rgba(51, 51, 51, 0.6) !important; }
      .section-index-newsletter .newsletter-box .contact-form .input-group input::-moz-placeholder {
        color: rgba(51, 51, 51, 0.6) !important; }
      .section-index-newsletter .newsletter-box .contact-form .input-group input:-moz-placeholder {
        color: rgba(51, 51, 51, 0.6) !important; }
    .section-index-newsletter .newsletter-box .contact-form .input-group .icon {
      position: absolute;
      top: 12px;
      left: 15px;
      z-index: 4; }
      .section-index-newsletter .newsletter-box .contact-form .input-group .icon svg {
        fill: rgba(51, 51, 51, 0.6); }
  .section-index-newsletter .newsletter-box .btn-more {
    flex: 0 0 auto; }

@media (min-width: 1200px) {
  .section-index-newsletter .newsletter-box .heading-title .desc {
    font-size: 20px; }
  .section-index-newsletter.has-icon .newsletter-box:before {
    content: '';
    position: absolute;
    top: -110px;
    right: 0;
    width: 100px;
    height: 100px;
    background-image: url("//cdn.hstatic.net/themes/200001104162/1001434333/14/home_newsletter_img_top.jpg?v=4236");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; } }

@media (min-width: 1440px) {
  .section-index-newsletter.has-icon .newsletter-box:before {
    right: -100px; } }

@media (max-width: 767px) {
  .section-index-newsletter .newsletter-box {
    border-radius: 16px; }
    .section-index-newsletter .newsletter-box .newsletter-banner {
      padding-top: 15px; }
    .section-index-newsletter .newsletter-box .newsletter-content {
      position: unset;
      padding: 20px 15px; }
    .section-index-newsletter .newsletter-box .contact-form .input-group {
      gap: 5px;
      align-items: center; }
      .section-index-newsletter .newsletter-box .contact-form .input-group input {
        height: 35px;
        border: 1px solid var(--shop-color-button);
        font-size: 14px; }
      .section-index-newsletter .newsletter-box .contact-form .input-group .icon {
        top: 6px; } }
