/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./pages/elsa-shop/scss/style.scss ***!
  \**************************************************************************************************************************/
@charset "UTF-8";
:root {
  --background-color: #fff;
  --text-color: #000;
  --grey-color: #656488;
}

[data-theme=dark] {
  --background-color: #1f1b4e;
  --text-color: #fff;
  --grey-color: #bec4d0;
}

.banner-slider a, .banner-slider__bg {
  display: block;
  margin: 0;
}
.banner-slider img {
  width: 100%;
}
.banner-slider .slick-arrow {
  position: absolute;
  z-index: 990;
  top: 50%;
  transform: translateY(-50%);
}
.banner-slider .slick-prev {
  left: 20px;
}
.banner-slider .slick-next {
  right: 20px;
}

.section-road-map {
  background: #eff2ff;
  padding: 40px 0 20px;
}
.section-road-map .section-title {
  font-size: 3rem;
}

.step-list .step-item__image {
  width: 180px;
  margin: 0 auto;
}
.step-list .step-item__content {
  padding: 30px 10px;
}
.step-list .step-item__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 1.875rem;
  background: #fff;
  border: 1px solid #5041aa;
  border-radius: 40px;
  color: #5041aa;
  font-weight: 700;
  margin: 0 auto 10px;
}
.step-list .step-item__text {
  text-align: center;
  font-size: 1.125rem;
}
.step-list .step-item__text .title {
  margin-bottom: 10px;
  font-size: 1.25rem;
}
.step-list .step-item__text .desc {
  margin-bottom: 0;
}

.button-container {
  margin: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.button-container p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.fb-post {
  font-size: 0.875rem;
}
.fb-post__header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.fb-post__header-profile {
  width: 42px;
  border-radius: 21px;
  overflow: hidden;
}
.fb-post__header-info {
  flex: 1;
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
}
.fb-post__header-info .fb-action {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fb-post__header-time {
  color: rgba(30, 30, 30, 0.6);
  font-size: 0.75rem;
}
.fb-post__header-time img {
  display: inline-block;
}
.fb-post__header .fb-name {
  display: inline-block;
  font-weight: bold;
}
@media (min-width: 768px) {
  .fb-post__header .fb-name {
    margin-right: 4px;
  }
}
.fb-post__header .fb-name.is-recommend {
  padding-right: 20px;
  background: url(../images/icon-recommend.png) no-repeat right center/16px auto;
}
.fb-post__header .recommendation {
  color: rgba(30, 30, 30, 0.6);
}
.fb-post__header .recommendation strong {
  color: #000;
}
.fb-post__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.fb-post__body-content {
  line-height: 1.3;
}
.fb-post__body-statistic {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
}
.fb-post__body-statistic::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  background: #129bf7;
}
.fb-post__body-statistic .counter {
  display: inline-block;
  margin-left: 5px;
}
.fb-post__body-statistic .comments {
  color: rgba(30, 30, 30, 0.6);
}
.fb-post__body-statistic img {
  display: inline-block;
}
.fb-post__footer {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  padding: 0 10px;
}
.fb-post__footer-btn {
  position: relative;
}
.fb-post__footer-btn::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: bottom;
}
.fb-post__footer-btn.like {
  color: #129bf7;
}
.fb-post__footer-btn.like::before {
  background-image: url(../images/icon-like.svg);
}
.fb-post__footer-btn.comment::before {
  background-image: url(../images/icon-comment.svg);
}
.fb-post__footer-btn.share::before {
  background-image: url(../images/icon-share.svg);
}

.user-review {
  padding: 50px 0 20px;
  margin-bottom: 40px;
}
.user-review .section-title {
  font-size: 3rem;
}
.user-review__item {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  min-height: 218px;
}
@media (min-width: 768px) {
  .user-review__item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .user-review .slick-list {
    padding: 10px 0;
  }
}
.user-review .slick-dots {
  width: 100%;
  margin: 0;
}
.user-review .slick-dots .slick-active button {
  background: linear-gradient(180deg, #8445ea 0%, #5445ea 100%);
}

.elsa-package {
  background: #eff2ff;
  padding: 40px 0;
}
.elsa-package__header {
  position: relative;
  border-radius: 15px 15px 0 0;
  padding: 15px;
  margin-bottom: 10px;
  color: #fff;
  background: linear-gradient(253.74deg, #a293ec 0.2%, #5f67ec 97.33%);
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 992px) {
  .elsa-package__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 20px 20px 0 0;
    padding: 20px;
  }
  .elsa-package__header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
  }
}
.elsa-package__header-title {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .elsa-package__header-title {
    margin-bottom: 0;
    margin-right: 5%;
    font-size: 3.125rem;
  }
}
.elsa-package__header-title small {
  display: block;
  font-size: 0.6em;
}
.elsa-package__header-desc {
  list-style: disc;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
@media (min-width: 992px) {
  .elsa-package__header-desc {
    padding: 0;
    max-width: 20%;
  }
}
.elsa-package__header-desc li + li {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .elsa-package__list {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 -7px;
    padding: 0 7px 10px;
  }
}
.elsa-package__item {
  background: #fff;
  padding: 24px 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  margin-right: 10px;
  width: 246px;
}
@media (min-width: 768px) {
  .elsa-package__item {
    flex: 0 0 246px;
  }
}
.elsa-package__item:last-child {
  margin-right: 0;
}
.elsa-package__item .promotion-text {
  font-size: 12px;
  margin-bottom: 8px;
}
.elsa-package__item .promotion-text strong {
  background: linear-gradient(180deg, #29f4ff, #5257ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.elsa-package__item .product-label {
  position: absolute;
  left: 60%;
  top: 10px;
  color: yellow;
  background: url(../images/label-recommand.png) no-repeat 0 0/contain;
  width: 86px;
  height: 86px;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: serif;
}
.elsa-package__item .btn-default {
  display: flex;
  width: auto;
  height: 45px;
  margin: 0 10px;
}
.elsa-package__image {
  margin-bottom: 10px;
}
.elsa-package__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .elsa-package__title {
    font-size: 1rem;
  }
}
.elsa-package__price {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.elsa-package__price .promotion {
  margin-right: 20px;
  color: #787885;
  text-decoration: line-through;
  margin-bottom: 0;
}
.elsa-package__price .promotion.hidden {
  opacity: 0;
  visibility: hidden;
}
.elsa-package__price .price-amount {
  font-weight: bold;
  font-size: 1.5rem;
  color: #c81b0d;
}
.elsa-package__detail {
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: 0;
  margin-top: 10px;
  justify-content: space-between;
}
.elsa-package__detail .detail-item {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #787878;
  font-size: 0.8rem;
}
.elsa-package--pro .elsa-package__header::before {
  background-image: url(../images/bg-head-pro.png);
}
@media (min-width: 768px) {
  .elsa-package--premium .elsa-package__list {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 40px) / 3));
    gap: 0 20px;
  }
}
@media (min-width: 768px) {
  .elsa-package--premium .elsa-package__item {
    width: auto;
    margin: 0;
  }
}
.elsa-package--premium .elsa-package__header-desc {
  max-width: max-content;
}
.elsa-package--premium .elsa-package__header-desc li {
  list-style-type: "✓ ";
}
.elsa-package--premium .elsa-package__header::before {
  background-image: url(../images/bg-head-premium.png);
  background-position: right -4px top -2px;
}
.elsa-package--premium .product-label {
  width: 130px;
  height: 130px;
  font-size: 24px;
  left: 20px;
}
@media (min-width: 768px) {
  .elsa-package--premium-nova .elsa-package__list {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 40px) / 3));
    gap: 0 20px;
  }
}
@media (min-width: 768px) {
  .elsa-package--premium-nova .elsa-package__item {
    width: auto;
    margin: 0;
  }
}
.elsa-package--premium-nova .elsa-package__header-title {
  font-size: 2.5rem;
}
.elsa-package--premium-nova .elsa-package__header-desc {
  max-width: max-content;
  font-size: 13px;
}
.elsa-package--premium-nova .elsa-package__header-desc li {
  list-style-type: "✓ ";
}
.elsa-package--premium-nova .elsa-package__header::before {
  background-image: url(../images/bg-head-premium-nova.png);
  background-position: right center;
}
.elsa-package--premium-nova .product-label {
  width: 130px;
  height: 130px;
  font-size: 24px;
  left: 20px;
}

.special-post {
  padding: 50px 0;
}
.special-post__title {
  font-size: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .special-post__title {
    text-align: left;
  }
}
.special-post__btn {
  display: none;
  width: 100%;
  max-width: 400px;
  padding: 10px;
  margin: 20px auto;
  border: 1px solid #3cadff;
  border-radius: 5px;
  color: #3cadff;
  background: #fff;
  font-size: 1.25rem;
  text-align: center;
}
.special-post__btn span::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  border-top: 8px dashed #3cadff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  vertical-align: middle;
}
.special-post__btn.is-active span::after {
  border-top: 0;
  border-bottom: 8px solid #3cadff;
}
.special-post .the-content {
  font-size: 1.125rem;
  transition: max-height 0.4s;
  overflow: hidden;
  position: relative;
}
.special-post .the-content.is-extend {
  max-height: 2000px;
}
.special-post .the-content::after {
  content: "";
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, white, transparent);
  position: absolute;
  left: 0;
  bottom: 0;
}
.special-post .the-content.is-extend::after {
  display: none;
}
.special-post .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.award {
  padding: 0 10px 20px;
  margin-top: 90px;
  border: 1px solid #bec4d0;
  border-radius: 10px;
}
.award__title {
  max-width: 260px;
  margin: -30px auto 0;
  padding: 14px 0;
  border-radius: 10px;
  background: #bec4d0;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 1.5rem;
  z-index: 1;
}
.award__list {
  list-style: none;
  padding-left: 0;
}
.award__item {
  margin-top: 20px;
  padding: 0 35px;
  background: url(../images/bg-rice-left.png) no-repeat left bottom 5px, url(../images/bg-rice-right.png) no-repeat right bottom 5px;
  background-size: 28px auto;
  text-align: center;
}
.award__text {
  font-size: 15px;
}

.elsa-pro {
  padding-block: 40px;
  background: url(../images/planet-purple.png) no-repeat bottom 40px right, rgba(163, 172, 255, 0.2);
}
.elsa-pro__slides {
  display: flex;
  flex-wrap: wrap;
}
.elsa-pro__slide-item {
  padding-inline: 40px;
}
@media (min-width: 768px) {
  .elsa-pro__slide-item {
    padding-inline: 30px;
    width: 33.3333333333%;
    margin-bottom: 60px;
  }
}
.elsa-pro__slide-title {
  display: flex;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 10px;
}
.elsa-pro__slide-desc {
  list-style: disc;
  padding-left: 2rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.elsa-ai {
  background: rgba(161, 207, 226, 0.2);
  padding-block: 40px;
}
.elsa-ai__nav {
  margin-bottom: 32px;
  counter-reset: list-num;
  padding: 0;
}
.elsa-ai__nav li {
  position: relative;
  padding: 15px 36px;
  list-style: none;
}
@media (min-width: 768px) {
  .elsa-ai__nav li {
    padding: 15px;
    border-left: solid 2px #3cadff;
  }
}
.elsa-ai__nav li::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
  font-size: 18px;
  line-height: 180%;
  font-weight: bold;
  position: absolute;
  left: 30px;
}
@media (min-width: 768px) {
  .elsa-ai__nav li::before {
    left: 15px;
  }
}
.elsa-ai__nav li:last-child {
  margin-bottom: 0;
}
.elsa-ai__nav li:nth-child(n+4)::before {
  content: none;
}
.elsa-ai__nav .nav-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .elsa-ai__nav .nav-title::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #3cadff;
    position: absolute;
    left: 0;
    top: 28px;
    transform: translateX(-50%);
  }
}
.elsa-ai__nav .nav-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}
.elsa-ai .common-btn {
  width: max-content;
  height: max-content;
  padding: 10px 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .elsa-ai .common-btn {
    margin: 0 auto;
  }
}

.elsa-sa {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .elsa-sa {
    margin-bottom: 20px;
  }
}
.elsa-sa .title {
  margin-bottom: 15px;
  text-align: center !important;
  position: static !important;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .elsa-sa .title img {
    height: 32px;
    width: auto;
  }
}
.elsa-sa__desc {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .elsa-sa__desc {
    margin-bottom: 25px;
    font-size: 1.25rem;
  }
}
.elsa-sa__nav {
  position: relative;
}
@media (max-width: 767px) {
  .elsa-sa__nav {
    margin-top: 20px;
    padding-bottom: 16px;
    overflow: auto;
    width: 100%;
    scrollbar-width: none;
  }
  .elsa-sa__nav::-webkit-scrollbar {
    display: none;
  }
  .elsa-sa__nav ul {
    display: flex;
    gap: 0 24px;
  }
}
@media (min-width: 768px) {
  .elsa-sa__nav {
    width: 192px;
    flex: 0 0 192px;
  }
}
.elsa-sa__nav li {
  display: flex;
  align-items: center;
  width: 210px;
  flex: 0 0 210px;
  height: 64px;
  padding: 5px 20px;
  font-size: 1.125rem;
  font-weight: 500;
  border: 2px solid transparent;
  border-radius: 32px;
  background: #fff;
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media (max-width: 767px) {
  .elsa-sa__nav li {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .elsa-sa__nav li {
    width: 100%;
    height: 62px;
    flex: none;
    margin-bottom: 20px;
  }
  .elsa-sa__nav li:last-child {
    margin-bottom: 0;
  }
}
.elsa-sa__nav li.active {
  border-color: #6ee8ff;
  box-shadow: none;
}
.elsa-sa__nav li.active .elsa-sa__nav-text {
  background: linear-gradient(180deg, #6ee8ff 0.45%, #3a87ff 101.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.elsa-sa__nav-icon {
  flex: 0 0 32px;
  margin-right: 10px;
  line-height: 1;
}
@media (min-width: 768px) {
  .elsa-sa__content {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .elsa-sa__slider {
    width: calc(100% - 232px);
  }
}
.elsa-sa .device-support {
  justify-content: center;
}
@media (min-width: 768px) {
  .elsa-sa .device-support {
    margin-top: 16px;
    justify-content: flex-end;
  }
}

.elsa-sa {
  padding-block: 40px;
  background: rgba(163, 249, 255, 0.2);
}
.elsa-sa .common-btn {
  width: max-content;
  height: max-content;
  padding-block: 10px;
  text-align: center;
  margin: 0 auto;
}
.elsa-sa__desc {
  text-align: left;
  margin: 0;
}

.feature .section-title {
  margin-bottom: 30px;
}
.feature .section-head {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.feature .section-head .index {
  padding-right: 30px;
  margin-right: 30px;
  line-height: 1;
  font-size: 72px;
  font-weight: 900;
  border-right: solid 1px #1f1d44;
}
.feature .section-head .title {
  text-align: left !important;
  margin: 0;
  font-size: 20px;
  line-height: 150%;
}
.feature .section-head .title img {
  margin-bottom: 10px;
}
.feature .thumb-img {
  width: fit-content;
  margin: 0 auto 30px;
}
.feature .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.feature {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .feature .slick-arrow {
    height: 64px;
    width: 64px;
  }
  .feature .slick-arrow.slick-disabled {
    display: none !important;
  }
  .feature .slick-arrow.slick-next {
    right: -50px;
    background-image: url(../images/arrow-next-square.svg);
    background-size: contain;
  }
  .feature .slick-arrow.slick-prev {
    left: -70px;
    background-image: url(../images/arrow-prev-square.svg);
    background-size: contain;
  }
}
.feature .elsa-pro {
  background-color: #3a3771;
  color: #fff;
}
.feature .elsa-ai {
  background-color: #393f6b;
  color: #fff;
}
.feature .elsa-sa {
  background-color: #3a4871;
  color: #000;
}
.feature .elsa-sa .section-head {
  color: #fff;
}

.elsa-flow {
  padding: 20px 0 40px;
}
@media (min-width: 768px) {
  .elsa-flow {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .elsa-flow__container {
    width: 250px;
    margin: 300px auto 220px;
    position: relative;
  }
}
.elsa-flow__item {
  margin-bottom: 15px;
  text-align: center;
}
.elsa-flow__item::after {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media (max-width: 767px) {
  .elsa-flow__item::after {
    display: block;
    width: 9px;
    height: 54px;
    margin: 14px auto 20px;
    background-image: url(../images/line-arrow.png);
  }
}
@media (min-width: 768px) {
  .elsa-flow__item::after {
    position: absolute;
  }
}
@media (min-width: 768px) {
  .elsa-flow__item {
    min-width: 380px;
    position: absolute;
    z-index: 2;
  }
  .elsa-flow__item:nth-child(even) {
    left: 50%;
    transform: translateX(-50%);
  }
  .elsa-flow__item:nth-child(3), .elsa-flow__item:nth-child(5) {
    top: 50%;
    transform: translateY(-50%);
  }
  .elsa-flow__item:nth-child(2) {
    bottom: calc(100% + 10px);
  }
  .elsa-flow__item:nth-child(2)::after {
    width: 320px;
    height: 198px;
    background-image: url(../images/line-top-right.png);
    left: calc(50% + 70px);
    top: 60px;
  }
  .elsa-flow__item:nth-child(4) {
    top: calc(100% + 10px);
  }
  .elsa-flow__item:nth-child(3) {
    left: calc(100% + 80px);
  }
  .elsa-flow__item:nth-child(3)::after {
    width: 183px;
    height: 197px;
    background-image: url(../images/line-bottom-right.png);
    right: 50%;
    top: calc(100% + 10px);
  }
  .elsa-flow__item:nth-child(5) {
    right: calc(100% + 80px);
  }
  .elsa-flow__item:nth-child(5)::after {
    width: 188px;
    height: 165px;
    background-image: url(../images/line-bottom-left.png);
    left: 50%;
    top: calc(100% + 10px);
  }
}
@media (max-width: 767px) {
  .elsa-flow__item:last-child::after {
    display: none;
  }
}
.elsa-flow__thumb {
  width: 120px;
  margin: 0 auto 10px;
}
.elsa-flow__title {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.333;
  font-weight: bold;
}
.elsa-flow__desc {
  font-size: 1.125rem;
  color: #bec4d0;
}

.nova {
  color: #fff;
  background: #1c173e;
  margin-block: 40px;
}
.nova p {
  margin-bottom: 0;
}
.nova ul {
  list-style: none;
}
.nova .title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.333;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .nova .title {
    font-size: 3rem;
  }
}
.nova .common-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  height: 70px;
  max-width: 100%;
  border-radius: 123px;
  background: linear-gradient(180deg, #55ffad 0%, #14b9ff 100%);
  font-size: 1.25rem;
  font-weight: bold;
  color: #1f1d44;
  line-height: 1.333;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
  transition: opacity 0.5s;
}
.nova .common-btn:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .nova .common-btn {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 535px;
  }
}
.nova .text-center .common-btn {
  margin-left: auto;
  margin-right: auto;
}

.btn-to-top {
  position: fixed;
  z-index: 990;
  right: 20px;
  bottom: 20px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

/*# sourceMappingURL=elsa-shop.css.map*/