/*******************
      Text Center
 ********************/

.bwa-highlight_text-center__publicity {
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
  overflow        : hidden;
  border-radius   : 5px;
  cursor          : default;
}

.bwa-highlight_text-center__publicity-link {
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
}

.bwa-highlight_text-center__publicity-img img {
  transition : all 0.35s ease-in-out;
}

.bwa-highlight_text-center__publicity:hover img {
  transform : scale(1.1);
}

.bwa-highlight_text-center__publicity-text {
  position        : absolute;
  color           : var(--color-white-default);
  display         : flex;
  flex-direction  : column;
  justify-content : center;
  align-items     : center;
  margin-top      : 20px;
  gap             : calc(5px + (10 - 5) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-highlight_text-center__publicity-flag {
  position : absolute;
  top      : 15px;
  right    : 20px;
  color    : var(--color-white-default);
}

.bwa-highlight_text-center__publicity-text h3 {
  font-size      : calc(22px + (34 - 22) * ((100vw - 1200px) / (1920 - 1200)));
  letter-spacing : calc(8px + (15 - 8) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight    : 600;
  text-transform : uppercase;
  margin         : 0;
}

.bwa-highlight_text-center__publicity-text p {
  font-size   : calc(12px + (14 - 12) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 500;
  margin      : 0;
}

.bwa-highlight_text-center__publicity-flag {
  font-size   : calc(10px + (12 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 300;
}

/*******************
      Text Left
 ********************/

.bwa-highlight_text-left__publicity {
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
  overflow        : hidden;
  border-radius   : 5px;
  cursor          : pointer;
}

.bwa-highlight_text-left__publicity-img {
  width : 100%;
}

.bwa-highlight_text-left__publicity-img img {
  transition : all 0.35s ease-in-out;
}

.bwa-highlight_text-left__publicity:hover img {
  transform : scale(1.1)
}

.bwa-highlight_text-left__publicity-text {
  position        : absolute;
  color           : var(--color-white-default);
  display         : flex;
  flex-direction  : column;
  align-items     : flex-start;
  justify-content : space-between;
  width           : 35%;
  left            : 40px;
  gap             : calc(5px + (10 - 5) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-highlight_text-left__button {
  border-radius  : 50px !important;
  background     : #6E9CE1 !important;
  padding        : .2rem 1rem !important;
  font-size      : calc(10px + (14 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight    : 400 !important;
  letter-spacing : 1px;
  border         : 1px solid #6E9CE1 !important;
}

.bwa-highlight_text-left__button:hover {
  background : transparent !important;
  color      : #6E9CE1 !important;
}

.bwa-highlight_text-left__publicity-text h3 {
  font-size      : calc(14px + (21 - 14) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight    : 600;
  text-transform : uppercase;
  margin         : 0;
  line-height    : 1.2;
  letter-spacing : 2px;
}

.bwa-highlight_text-left__publicity-text_description {
  color       : #ADC6EB;
  font-size   : calc(10px + (12 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 400;
  line-height : calc(1.25em + (1.25 - 1) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-highlight_text-left__publicity-text_text {
  font-size   : calc(14px + (19 - 14) * ((100vw - 1200px) / (1920 - 1200)));
  line-height : 1.2;
  font-weight : 600;
}

/*******************
      Text Right
 ********************/

.bwa-highlight_text-right__grid a:hover {
  color : var(--color-black-default);
}

.bwa-highlight_text-right__publicity {
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
  overflow        : hidden;
  cursor          : pointer;
}

.bwa-highlight_text-right__publicity-img {
  width : 100%;
}

.bwa-highlight_text-right__publicity-img img {
  transition : all 0.35s ease-in-out;
}

.bwa-highlight_text-right__publicity:hover img {
  transform : scale(1.1)
}

.bwa-highlight_text-right__publicity-text {
  position        : absolute;
  display         : flex;
  flex-direction  : column;
  align-items     : flex-start;
  justify-content : space-between;
  width           : 45%;
  left            : 48%;
  gap             : calc(5px + (10 - 5) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-highlight_text-right__button {
  border-radius : 2px !important;
  background    : var(--color-white-default) !important;
  padding       : .2rem 1rem !important;
  font-size     : calc(10px + (14 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight   : 700 !important;
  border        : 1px solid var(--color-white-default) !important;
  color         : var(--color-black-default) !important;
}

.bwa-highlight_text-right__button:hover {
  background : transparent !important;
}

.bwa-highlight_text-right__title-container {
  display        : flex;
  flex-direction : column;
  gap            : calc(2px + (5 - 2) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-highlight_text-right__publicity-text h3 {
  font-size      : calc(14px + (30 - 14) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight    : 700;
  text-transform : uppercase;
  margin         : 0;
  line-height    : 1;
}

.bwa-highlight_text-right__publicity-text_description {
  font-size   : calc(10px + (14 - 10) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 400;
  line-height : calc(1.25em + (1.25 - 1) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-highlight_text-right__publicity-text_text {
  font-size   : calc(12px + (12 - 8) * ((100vw - 1200px) / (1920 - 1200)));
  font-weight : 600;
  line-height : 1.1em;
}

.bwa-highlight_text-right__svg {
  width           : 100%;
  display         : flex;
  justify-content : end;
}

/**************************
      With slider
 ************************/
.bwa-responsive-slider .bwa-highlight_text-center__publicity-link,
.bwa-responsive-slider .bwa-highlight_text-center__publicity-img,
.bwa-responsive-slider .bwa-highlight_text-left__publicity-img,
.bwa-responsive-slider .bwa-highlight_text-right__publicity-img {
  width : 100%;
}

.bwa-responsive-slider .bwa-highlight_text-center__publicity-text h3 {
  font-size      : calc(50px + (70 - 50) * ((100vw - 1200px) / (1920 - 1200)));
  letter-spacing : calc(14px + (20 - 14) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-responsive-slider .bwa-highlight_text-center__publicity-text {
  margin-top : 80px;
  gap        : calc(17px + (25 - 17) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-responsive-slider .bwa-highlight_text-left__publicity-text {
  gap  : calc(15px + (20 - 15) * ((100vw - 1200px) / (1920 - 1200)));
  left : calc(60px + (85 - 60) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-responsive-slider .bwa-highlight_text-left__button {
  font-size : calc(18px + (26 - 18) * ((100vw - 1200px) / (1920 - 1200)));
}

.bwa-responsive-slider .bwa-highlight_text-left__publicity-text h3 {
  font-size      : calc(30px + (45 - 30) * ((100vw - 1200px) / (1920 - 1200)));
  line-height    : 1.2;
  letter-spacing : 3px;
}

.bwa-responsive-slider .bwa-highlight_text-left__publicity-text_description {
  font-size   : calc(16px + (24 - 16) * ((100vw - 1200px) / (1920 - 1200)));
  line-height : 1.5;
}

.bwa-responsive-slider .bwa-highlight_text-left__publicity-text_text {
  font-size : calc(30px + (40 - 30) * ((100vw - 1200px) / (1920 - 1200)));
}


@media ( max-width : 767px) {
  /*****************************
      Text Center in Slider
 ********************************/
  .bwa-responsive-slider .bwa-highlight_text-center__publicity-text h3 {
    font-size      : calc(25px + (50 - 25) * ((100vw - 320px) / (767 - 320)));
    letter-spacing : calc(8px + (14 - 8) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-highlight_text-center__publicity-text {
    margin-top : calc(60px + (80 - 60) * ((100vw - 320px) / (767 - 320)));
    gap        : calc(8px + (25 - 8) * ((100vw - 320px) / (767 - 320)));
  }

  /*****************************
      Text Left in Slider
 ********************************/
  .bwa-responsive-slider .bwa-highlight_text-left__publicity-text {
    gap  : calc(7px + (10 - 7) * ((100vw - 320px) / (767 - 320)));
    left : calc(30px + (85 - 30) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-highlight_text-left__button {
    font-size : calc(12px + (20 - 12) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-highlight_text-left__publicity-text h3 {
    font-size      : calc(16px + (30 - 16) * ((100vw - 320px) / (767 - 320)));
    line-height    : 1.2;
    letter-spacing : 3px;
  }

  .bwa-responsive-slider .bwa-highlight_text-left__publicity-text_description {
    font-size   : calc(8px + (18 - 8) * ((100vw - 320px) / (767 - 320)));
    line-height : 1.5;
  }

  .bwa-responsive-slider .bwa-highlight_text-left__publicity-text_text {
    font-size : calc(14px + (35 - 14) * ((100vw - 320px) / (767 - 320)));
  }

  /*****************************
      Text Right in Slider
 ********************************/
  .bwa-responsive-slider .bwa-highlight_text-right__publicity-text {
    gap : calc(7px + (10 - 7) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-highlight_text-right__button {
    font-size : calc(12px + (20 - 12) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-highlight_text-right__publicity-text h3 {
    font-size : calc(16px + (35 - 16) * ((100vw - 320px) / (767 - 320)));
  }

  .bwa-responsive-slider .bwa-highlight_text-right__publicity-text_description {
    font-size   : calc(8px + (18 - 8) * ((100vw - 320px) / (767 - 320)));
    line-height : 1.5;
  }

  .bwa-responsive-slider .bwa-highlight_text-right__publicity-text_text {
    font-size : calc(14px + (30 - 14) * ((100vw - 320px) / (767 - 320)));
  }

  /*****************************
      Text Center, Left and Right in Slider
 ********************************/
  .bwa-highlight_text-left__publicity, .bwa-highlight_text-center__publicity {
    border-radius : 0 !important;
  }
}

/*****************************
    Pub in Product Listing
********************************/
.bwa-highlight-group[data-width="1"] {
  grid-column : -1/1;
}
