/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/clientlibs/bhStudio/discoverProducts/css/discoverProducts.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* reset css start */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  font-family: "Lato", sans-serif, sans-serif;
  position: relative;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input {
  outline: 0;
  border: 0;
}

body,
html,
button,
input {
  line-height: normal;
}

button {
  border: 0;
  outline: 0;
  font-family: "Lato", sans-serif, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 1rem;
}

/* reset css end */
/* common css start */
.bh-studio-page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}

.container.responsivegrid.bh-studio-page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dsp-inline {
  display: inline;
}

.dsp-inline-block {
  display: inline-block;
}

.dsp-block {
  display: block;
}

.dsp-none {
  display: none;
}

.dsp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dsp-grid {
  display: grid;
}

.dsp-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.dsp-flex-just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txt-center {
  text-align: center;
}

.just-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-wh {
  width: 100%;
  height: 100%;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.bh-btn-default {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  outline: 0;
  border: 0;
}

.body-no-scroll {
  overflow: hidden;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.bg-white {
  background-color: #FFFFFF;
}

.bh-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.bh-popup-overlay.active {
  visibility: visible;
  opacity: 1;
}

.visiblity-hdn {
  visibility: hidden;
}

.mt-40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .bh-studio-page-container {
    padding: 0 16px;
  }

  .container.responsivegrid.bh-studio-page-container {
    padding: 0 16px;
  }

  .mt-40 {
    margin-top: 16px;
  }
}
/* common css end */
.discoverProductsContainer {
  position: relative;
}
.discoverProductsContainer .discoverProductsWrapper {
  position: absolute;
  z-index: 2;
  top: 157px;
  left: 117px;
}
@media screen and (max-width: 768px) {
  .discoverProductsContainer .discoverProductsWrapper {
    top: 32px;
    left: 28px;
  }
}
.discoverProductsContainer .discoverProductsWrapper .discoverProductsTitle {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 2.75rem;
  width: 563px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .discoverProductsContainer .discoverProductsWrapper .discoverProductsTitle {
    width: 281px;
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}
.discoverProductsContainer .discoverProductsWrapper .discoverProductsImgContent {
  width: 490px;
  height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .discoverProductsContainer .discoverProductsWrapper .discoverProductsImgContent {
    width: 282px;
    height: 38px;
  }
}
.discoverProductsContainer .discoverProductsBackgroundImgContainer {
  width: 100%;
  height: 440px;
  background-size: cover;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F1EDEA;
}
@media screen and (max-width: 768px) {
  .discoverProductsContainer .discoverProductsBackgroundImgContainer {
    display: none;
  }
}
.discoverProductsContainer .discoverProductsBackgroundImgContainerMob {
  display: none;
}
@media screen and (max-width: 768px) {
  .discoverProductsContainer .discoverProductsBackgroundImgContainerMob {
    height: 301px;
    display: block;
    width: 100%;
    background-size: cover;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F1EDEA;
  }
}
