/*======  STORES =========*/
.layout-pageStores .wrapbox-content {
  background: #fff;
  padding: 72px 0 0; }

.layout-pageStores .wrapbox-info {
  background: #fff; }
  .layout-pageStores .wrapbox-info h1 {
    font-size: 64px;
    margin-bottom: 24px;
    font-weight: 400;
    letter-spacing: -2.5px; }

.layout-pageStores .box-filter label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px; }

.layout-pageStores .box-filter select {
  padding: 5px 12px;
  cursor: pointer;
  outline: none;
  text-overflow: ellipsis;
  border-radius: 200px;
  height: 40px;
  line-height: 30px;
  background: #FAFAFA;
  border: 1px solid #F5F5F5;
  font-size: 16px;
  width: 100%;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.layout-pageStores .box-filter .field-select {
  position: relative; }

.layout-pageStores .box-filter .field-select:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 12px;
  border: solid #666666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.layout-pageStores .box-filter .select-item {
  margin-bottom: 10px; }

.layout-pageStores .box-content h3 {
  font-size: 16px;
  margin-bottom: 5px; }

.layout-pageStores .box-content .store-item {
  margin-bottom: 10px;
  position: relative;
  padding: 16px;
  border-radius: 16px;
  background: #FAFAFA; }
  .layout-pageStores .box-content .store-item .store--name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 8px; }
  .layout-pageStores .box-content .store-item .store--address {
    font-weight: 400;
    margin-bottom: 6px; }
  .layout-pageStores .box-content .store-item .store--time span, .layout-pageStores .box-content .store-item .store--hotline span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin-left: 4px; }
  .layout-pageStores .box-content .store-item .store--link {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: 30%;
    /* 4.2px */
    text-underline-position: from-font; }
    .layout-pageStores .box-content .store-item .store--link svg {
      margin-right: 4px; }

.layout-pageStores .boxscroll {
  overflow-y: scroll;
  max-height: 330px;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  margin-top: 16px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .layout-pageStores .boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }

@media (min-width: 992px) {
  .layout-pageStores .boxscroll {
    min-height: 578px; }
  .layout-pageStores .box-map {
    height: 100%; }
  .layout-pageStores .box-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 4px; } }

@media (max-width: 991.98px) {
  .layout-pageStores .wrapbox-content {
    padding: 32px 0 0; }
  .layout-pageStores .wrapbox-info {
    margin-bottom: 32px; }
    .layout-pageStores .wrapbox-info h1 {
      font-size: 32px; }
  .layout-pageStores .box-map {
    height: 100%; }
  .layout-pageStores .box-map iframe {
    width: 100%;
    border-radius: 4px; } }

.pageStores-aboutus {
  padding-top: 72px; }
  .pageStores-aboutus h2 {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -1.7px;
    text-align: center;
    margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .pageStores-aboutus {
      padding-top: 32px; }
      .pageStores-aboutus h2 {
        font-size: 32px;
        margin-bottom: 24px; } }

.pageStores-showroom {
  padding-top: 72px; }
  .pageStores-showroom h2 {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -1.7px;
    text-align: center;
    margin-bottom: 32px; }
  .pageStores-showroom .pageStores-showroom-slider .showroom-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden; }
    .pageStores-showroom .pageStores-showroom-slider .showroom-item .title {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
      text-align: center;
      color: #fff;
      font-size: 36px;
      font-weight: 400;
      letter-spacing: -1.2px; }
  @media (max-width: 991.98px) {
    .pageStores-showroom {
      padding-top: 32px; }
      .pageStores-showroom h2 {
        font-size: 32px;
        margin-bottom: 24px; } }

.pageStores-newsletter {
  padding-top: 72px; }
  .pageStores-newsletter .pageStores-newsletter-wrapper {
    padding: 40px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
    align-self: stretch;
    background-repeat: no-repeat;
    background-size: cover; }
  .pageStores-newsletter .pageStores-newsletter-form {
    border-radius: 12px;
    background: #fff;
    display: flex;
    max-width: 569px;
    padding: 24px;
    flex-direction: column;
    align-items: center; }
    .pageStores-newsletter .pageStores-newsletter-form h2 {
      text-align: center;
      font-size: 44px;
      font-weight: 400;
      letter-spacing: -1.5px;
      margin-bottom: 8px;
      line-height: 1; }
    .pageStores-newsletter .pageStores-newsletter-form .desc {
      font-size: 20px;
      font-weight: 500;
      letter-spacing: -0.5px;
      margin-bottom: 24px;
      text-align: center; }
    .pageStores-newsletter .pageStores-newsletter-form form .input-group {
      margin-bottom: 8px; }
      .pageStores-newsletter .pageStores-newsletter-form form .input-group input, .pageStores-newsletter .pageStores-newsletter-form form .input-group textarea, .pageStores-newsletter .pageStores-newsletter-form form .input-group select {
        width: 100%;
        border: 1px solid #F5F5F5;
        min-height: 44px;
        background: #FAFAFA;
        border-radius: 16px !important;
        padding: 12px; }
      .pageStores-newsletter .pageStores-newsletter-form form .input-group button {
        width: 100%;
        padding: 8px 40px;
        font-weight: 500;
        min-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: stretch; }
      .pageStores-newsletter .pageStores-newsletter-form form .input-group.input-group-half {
        display: flex;
        gap: 8px; }
        .pageStores-newsletter .pageStores-newsletter-form form .input-group.input-group-half input {
          flex: 0 0 calc(50% - 4px);
          max-width: calc(50% - 4px); }
  @media (max-width: 991.98px) {
    .pageStores-newsletter {
      padding-top: 32px; }
      .pageStores-newsletter .pageStores-newsletter-wrapper {
        background-position: center;
        padding: 16px; }
      .pageStores-newsletter .pageStores-newsletter-form {
        padding: 16px; }
        .pageStores-newsletter .pageStores-newsletter-form h2 {
          font-size: 24px; }
        .pageStores-newsletter .pageStores-newsletter-form .desc {
          font-size: 16px; } }

.pageStores-bannerbottom {
  padding-top: 72px; }
  .pageStores-bannerbottom .pageStores-bannerbottom-wrapper {
    border-radius: 16px;
    overflow: hidden; }
  @media (max-width: 991.98px) {
    .pageStores-bannerbottom {
      padding-top: 32px; } }
