/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./code/app_mia/cartridge/client/default/scss/blog/blogCatalogueLead.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./code/app_mia/cartridge/client/default/scss/blog/blogCatalogueLead.scss (1) ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100;0,9..144,200;0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;0,9..144,800;0,9..144,900;1,9..144,100;1,9..144,200;1,9..144,300;1,9..144,400;1,9..144,500;1,9..144,600;1,9..144,700;1,9..144,800;1,9..144,900&family=Questrial&display=swap);
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./code/app_mia/cartridge/client/default/scss/blog/blogCatalogueLead.scss (2) ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Questrial&display=swap);
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./code/app_mia/cartridge/client/default/scss/blog/blogCatalogueLead.scss (3) ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./code/app_mia/cartridge/client/default/scss/blog/blogCatalogueLead.scss (4) ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.blog-lead-form-container {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 12px;
}
.blog-lead-form-container h1 {
  font: 600 29px "Fraunces", serif;
  color: rgb(255, 255, 255);
  margin: 0;
  width: 60%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .blog-lead-form-container h1 {
    font: 600 24px "Fraunces", serif;
    width: 55%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .blog-lead-form-container h1 {
    font: 600 15px "Fraunces", serif;
  }
}
.blog-lead-form-container h2 {
  font: 400 14px "Albert Sans", sans-serif;
  color: rgb(255, 255, 255);
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .blog-lead-form-container h2 {
    font: 300 16px "Albert Sans", sans-serif;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .blog-lead-form-container h2 {
    font: 600 9px "Fraunces", serif;
  }
}
.blog-lead-form-container #blogleadform {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  margin-top: 4px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .blog-lead-form-container #blogleadform {
    padding: 0 10px;
  }
}
.blog-lead-form-container #blogleadform input {
  width: 100%;
  height: 42px;
  border-radius: 30px;
  text-align: left;
  font: 400 16px "Fraunces", serif;
  outline: none;
  margin-bottom: 20px;
  border: none;
  padding: 0 0 0 30px;
}
.blog-lead-form-container #blogleadform input::-webkit-input-placeholder {
  border: none;
  outline: none;
  color: #a9a9a9;
}
.blog-lead-form-container #blogleadform input::-moz-placeholder {
  border: none;
  outline: none;
  color: #a9a9a9;
}
.blog-lead-form-container #blogleadform input:-ms-input-placeholder {
  border: none;
  outline: none;
  color: #a9a9a9;
}
.blog-lead-form-container #blogleadform input::-ms-input-placeholder {
  border: none;
  outline: none;
  color: #a9a9a9;
}
.blog-lead-form-container #blogleadform input::placeholder {
  border: none;
  outline: none;
  color: #a9a9a9;
}
.blog-lead-form-container #blogleadform input.alert {
  border: 1px solid red;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .blog-lead-form-container #blogleadform input {
    height: 42px;
    font: 400 12px "Fraunces", serif;
    margin-bottom: 8px;
  }
}
.blog-lead-form-container #blogleadform .error-msg {
  color: rgb(211, 47, 47);
  font: 400 12px "IBM Plex Sans", sans-serif;
  margin: -15px 0 15px 22px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .blog-lead-form-container #blogleadform .error-msg {
    font: 400 8px "IBM Plex Sans", sans-serif;
  }
}
@media (max-width: 767.98px) {
  .blog-lead-form-container #blogleadform .error-msg {
    font: 400 10px "IBM Plex Sans", sans-serif;
  }
}
.blog-lead-form-container #blogleadform button {
  width: 100%;
  height: 56px;
  border: none;
  outline: none;
  border-radius: 40px;
  padding: 12px 15px 12px 34px;
  background-color: rgb(209, 74, 97);
  font: 600 14px "Albert Sans", sans-serif;
  color: #fff;
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20%;
     -moz-column-gap: 20%;
          column-gap: 20%;
}
@media (max-width: 767.98px) {
  .blog-lead-form-container #blogleadform button {
    width: 100%;
    height: 56px;
    padding: 8px 11px 8px 34px;
    -webkit-column-gap: 25%;
       -moz-column-gap: 25%;
            column-gap: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .blog-lead-form-container #blogleadform button {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    height: 42px;
    font: 600 12px "Fraunces", serif;
    margin: 4px;
  }
}
.blog-lead-form-container #blogleadform button span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 255, 255);
}
.blog-lead-form-container #blogleadform button span i {
  color: rgb(209, 74, 97);
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .blog-lead-form-container #blogleadform button span {
    width: 32px;
    height: 32px;
  }
  .blog-lead-form-container #blogleadform button span i {
    font-size: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .blog-lead-form-container #blogleadform button span {
    width: 24px;
    height: 24px;
  }
}

.starinside {
  position: relative;
  z-index: 9;
  top: 2rem;
  left: 78%;
  height: 25px;
  width: 25px;
  scale: 1.5;
}

.blog-main-component {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(211, 80, 97)), color-stop(rgb(236, 171, 177)), to(rgb(255, 200, 200)));
  background-image: linear-gradient(rgb(211, 80, 97), rgb(236, 171, 177), rgb(255, 200, 200));
}
@media (max-width: 1023.98px) {
  .blog-main-component {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(211, 80, 97)), color-stop(rgb(236, 171, 177)), to(rgb(255, 200, 200)));
    background-image: linear-gradient(rgb(211, 80, 97), rgb(236, 171, 177), rgb(255, 200, 200));
  }
}
.blog-main-component.flipped {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.blog-main-component .blog-lead-form-container {
  width: 100%;
  height: auto;
  background: url("../../images/mia/articledetail/miawatermark.svg") no-repeat;
  background-position-y: 92%;
}
@media (max-width: 767.98px) {
  .blog-main-component .blog-lead-form-container {
    background: url("../../images/mia/articledetail/mobilewatermark.svg") no-repeat;
    background-size: 126% 115%;
  }
}
@media (max-width: 767.98px) {
  .blog-main-component .backgroundimagemobile.backgroundimagemobile {
    background: url("../../images/mia/articledetail/miawatermark.svg") no-repeat !important;
    background-size: 100% 118% !important;
  }
}
.blog-main-component .flip-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(211, 80, 97)), color-stop(rgb(236, 171, 177)), to(rgb(255, 200, 200)));
  background-image: linear-gradient(rgb(211, 80, 97), rgb(236, 171, 177), rgb(255, 200, 200));
}
.blog-main-component .flip-back h1 {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0 25px;
  font-family: "Fraunces", serif;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1023.98px) {
  .blog-main-component .flip-back h1 {
    margin-bottom: 3.5rem;
    padding: 0 40px;
  }
}
.blog-main-component .flip-back .starinside {
  left: 43%;
  top: 1rem;
}
.blog-main-component .flip-back button {
  width: 100%;
  height: 56px;
  border: none;
  outline: none;
  border-radius: 40px;
  padding: 12px 15px;
  background-color: rgb(209, 74, 97);
  font: 600 14px "Albert Sans", sans-serif;
  color: #fff;
  margin: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media (max-width: 767.98px) {
  .blog-main-component .flip-back button {
    width: 280px;
    height: 56px;
    padding: 8px 11px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .blog-main-component .flip-back button {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    height: 42px;
    font: 600 12px "Fraunces", serif;
    margin: 4px;
  }
}
.blog-main-component .flip-back button span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 255, 255);
}
.blog-main-component .flip-back button span i {
  color: rgb(209, 74, 97);
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .blog-main-component .flip-back button span {
    width: 32px;
    height: 32px;
  }
  .blog-main-component .flip-back button span i {
    font-size: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .blog-main-component .flip-back button span {
    width: 24px;
    height: 24px;
  }
}

.blog-main-component .flip-back::before {
  content: "";
  position: absolute;
  inset: 0;
  margin-top: 3rem;
  background: url("../../images/mia/articledetail/miawatermark.svg") no-repeat !important;
}

.opencataloguebtn {
  z-index: 1;
  background: white !important;
  color: rgb(209, 74, 97) !important;
}

#shopthiscollectionbtn {
  z-index: 1;
  margin-bottom: 2rem;
}
#shopthiscollectionbtn a {
  color: white;
}

.responsiveviews {
  width: -webkit-fill-available; /* stylelint-disable-line */
}

@media (max-width: 767.98px) {
  .nav-btn {
    display: none !important;
  }
}
@media (max-width: 1023.98px) {
  body:has(.responsiveviews) .right-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body:has(.responsiveviews) .right-tab .image-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  body:has(.responsiveviews) .right-tab .responsiveviews {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 95%;
  }
  body:has(.responsiveviews) .right-tab .section-1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  body:has(.responsiveviews) .right-tab .section-3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  body:has(.responsiveviews) .right-tab .article-border {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (min-width: 768px) {
  body:has(.frame-mob.col-sm) .blogdesktop {
    margin-top: 20rem;
    z-index: 1;
  }
}
.blog-main-component.blogleadformheight {
  height: auto;
}

.blog-main-component.blogleadformheight.flipped {
  height: 24rem;
}

.mobiledummybtn {
  width: 100%;
  height: 56px;
  border: none;
  outline: none;
  border-radius: 40px;
  padding: 12px 15px 12px 34px;
  background-color: rgb(209, 74, 97);
  font: 400 14px "Fraunces", serif;
  color: #fff;
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25%;
     -moz-column-gap: 25%;
          column-gap: 25%;
}
@media (max-width: 767.98px) {
  .mobiledummybtn {
    width: 85%;
    height: 56px;
    padding: 8px 11px 8px 34px;
  }
}
.mobiledummybtn span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 255, 255);
}
.mobiledummybtn span i {
  color: rgb(209, 74, 97);
  font-size: 12px;
  rotate: 90deg;
}
@media (max-width: 767.98px) {
  .mobiledummybtn span {
    width: 32px;
    height: 32px;
  }
  .mobiledummybtn span i {
    font-size: 8px;
  }
}

.blogdesktop {
  margin-top: -6rem;
}

html,
body {
  margin: 0;
  height: 100%;
}

/* Modal */
.custom-modal.book-modal {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  padding-bottom: 4rem;
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  overflow: auto;
  overflow: hidden;
  height: -webkit-fill-available; /* stylelint-disable-line */
}

.book-modal .modal-content {
  background-color: #fefefe;
  margin: 1% auto;
  padding: 20px;
  padding-bottom: 50px;
  border: none;
  border-radius: 20px;
  width: 90%;
  max-width: 1200px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  margin-bottom: -4rem;
}
@media (max-width: 1023.98px) {
  .book-modal .modal-content {
    margin: 20% auto;
  }
}

.close {
  float: right;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  opacity: 1;
}
@media (max-width: 1023.98px) {
  .close {
    margin-bottom: 3rem;
  }
}
.close img {
  height: 58px;
  width: 58px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

/* helpers */
.book-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.book-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

/* book */
.book {
  margin: 0 auto;
  width: 90%;
  height: 80%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.book .page {
  height: 100%;
}

.book .page img {
  max-width: 100%;
  height: 100%;
}

/* Navigation buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  border: none;
  padding: 20px 60px;
  font-size: 24px;
  cursor: pointer;
  border-radius: none;
  z-index: 10;
}

.prev-btn {
  background: url("../../images/mia/blog/article-slide-left.svg") no-repeat;
  left: 20px;
}

.next-btn {
  right: 20px;
  background: url("../../images/mia/blog/article-slide-right.svg") no-repeat;
}

/* Pagination */
.pagination {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.pagination .page-arrow {
  width: 40px;
  height: 30px;
  border: none;
  background-color: white;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.pagination .page-number {
  width: 70px;
  height: 30px;
  border: 1px solid #ccc;
  background-color: white;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.pagination .page-number:hover {
  background-color: #f0f0f0;
}

.page-arrow.right-arrow {
  background: url("../../images/mia/blog/arrow-right-black.svg") no-repeat;
  margin-top: 3px;
}

.page-arrow.left-arrow {
  background: url("../../images/mia/blog/arrow-right-black.svg") no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.no-scroll {
  overflow: hidden !important;
}

/*# sourceMappingURL=default\css\blog\blogCatalogueLead.css.map*/