/** Shopify CDN: Minification failed

Line 597:0 Unexpected "{"
Line 597:1 Expected identifier but found "%"
Line 597:47 Unexpected "1em，最后一个正常"
Line 597:73 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.shopify-balcony-box {
  overflow: hidden;
  height: 720px;
}
.m-shopify-water-balcony {
  padding-bottom: 0;
  transform-origin: top center;
  transform: scale(0.7);
}
.m-shopify-water-balcony .progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 140px;
}
.m-shopify-water-balcony .progress-bar .bar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  padding-right: 4px;
  background-color: #D9D9D9;
  color: #000000;
}
.m-shopify-water-balcony .progress-bar .bar.selected {
  background-color: #6C04FC;
  color: #FFFFFF;
}
.m-shopify-water-balcony .progress-bar .line {
  width: 71px;
  height: 0;
  border-bottom: 1px solid #000000;
  margin: 0 5px;
}
.m-shopify-water-balcony .title {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  padding-bottom: 2px;
}
.m-shopify-water-balcony .room-items {
  display: flex;
  justify-content: center;
}
.m-shopify-water-balcony .room-items .item {
  margin: 0 30px;
}
.m-shopify-water-balcony .room-items .item .name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  line-height: 88px;
  text-align: center;
}
.m-shopify-water-balcony .room-items .item.selected .room {
  border: 8px solid #6C04FC;
}
.m-shopify-water-balcony .room-items .item .room {
  width: 384px;
  height: 442px;
  border: 3px solid #DADCE0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.m-shopify-water-balcony .room-items .item .room .img {
  width: 256px;
  height: 252px;
}
  
.m-shopify-water-balcony .next-btn {
  width: 183px;
  height: 68px;
  background: #000000;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  line-height: 68px;
  margin: 80px auto 0;
  color: #FFFFFF;
  display: none;
}

@media screen and (max-width: 1200px) {
  .shopify-balcony-box {
    height: 620px;
  }
  .m-shopify-water-balcony {
    transform: scale(0.6);
  }
}
  
@media screen and (max-width: 1000px) {
  .shopify-balcony-box {
    height: auto;
  }
  .m-shopify-water-balcony {
    padding-top: 0;
    transform: scale(1);
    padding-bottom: 120px;
  }
  .m-shopify-water-balcony .progress-bar {
    height: 4rem;
  }
  .m-shopify-water-balcony .progress-bar .bar {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding-right: 0.125rem;
  }
  .m-shopify-water-balcony .progress-bar .line {
    width: 1.75rem;
    margin: 0 0.125rem;
  }
  .m-shopify-water-balcony .title {
    font-size: 2rem;
    padding: 0 1rem 1rem;
    box-sizing: border-box;
    line-height: 2.625rem;
  }
  .m-shopify-water-balcony .room-items {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 1rem;
  }
  .m-shopify-water-balcony .room-items .item {
    width: 21.4375rem;
    height: 8.375rem;
    background: #FFFFFF;
    border: 1px solid #8C8C8C;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 2.25rem;
    margin: 0 0 1rem 0;
  }
  .m-shopify-water-balcony .room-items .item.selected {
    border: 1px solid #6C04FC;
    background: url("https://cdn.shopifycdn.net/s/files/1/0578/8110/0480/files/page-item-selected.png?v=1682048638") right bottom no-repeat;
    background-size: 2.5rem 2.5rem;
  }
  .m-shopify-water-balcony .room-items .item.selected .room {
    border: 0 none;
  }
  .m-shopify-water-balcony .room-items .item.selected .name {
    color: #6C04FC;
  }
  .m-shopify-water-balcony .room-items .item .name {
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: left;
    font-weight: 700;
    position: absolute;
    left: 10.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #8C8C8C;
  }
  .m-shopify-water-balcony .room-items .item .room {
    width: 6.875rem;
    height: 6.875rem;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
  }
  .m-shopify-water-balcony .room-items .item .room .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .m-shopify-water-balcony .next-btn {
    width: 10.5rem;
    height: 3rem;
    border-radius: 3rem;
    font-size: 1rem;
    line-height: 3rem;
    margin: 1.25rem auto 0;
  }
}
.shopify-bathroom-box {
  overflow: hidden;
  height: 760px;
}
.m-shopify-water-bathroom {
  padding-bottom: 0;
  transform-origin: top center;
  transform: scale(0.7);
}
.m-shopify-water-bathroom .progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 140px;
}
.m-shopify-water-bathroom .progress-bar .bar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  padding-right: 4px;
  background-color: #D9D9D9;
  color: #000000;
}
.m-shopify-water-bathroom .progress-bar .bar.selected {
  background-color: #6C04FC;
  color: #FFFFFF;
}
.m-shopify-water-bathroom .progress-bar .line {
  width: 71px;
  height: 0;
  border-bottom: 1px solid #000000;
  margin: 0 5px;
}
.m-shopify-water-bathroom .title {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  padding-bottom: 10px;
  max-width: 1130px;
  word-break: break-word;
  margin: 0 auto;
}
.m-shopify-water-bathroom .room-items {
  display: flex;
  justify-content: center;
}
.m-shopify-water-bathroom .room-items .item {
  margin: 0 30px;
}
.m-shopify-water-bathroom .room-items .item.selected .room {
  border: 8px solid #6C04FC;
}
.m-shopify-water-bathroom .room-items .item .name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  line-height: 88px;
  text-align: center;
}
.m-shopify-water-bathroom .room-items .item .room {
  width: 384px;
  height: 442px;
  border: 3px solid #DADCE0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.m-shopify-water-bathroom .room-items .item .room .img {
  width: 277px;
  height: 275px;
}
.m-shopify-water-bathroom .next-btn {
  width: 183px;
  height: 68px;
  background: #000000;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  line-height: 68px;
  margin: 80px auto 0;
  color: #FFFFFF;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .shopify-bathroom-box {
    height: 660px;
  }
  .m-shopify-water-bathroom {
    transform: scale(0.6);
  }
}
  
@media screen and (max-width: 1000px) {
  .shopify-bathroom-box {
    height: auto;
  }
  .m-shopify-water-bathroom {
    padding-top: 0;
    transform: scale(1);
    padding-bottom: 120px;
  }
  .m-shopify-water-bathroom .progress-bar {
    height: 4rem;
  }
  .m-shopify-water-bathroom .progress-bar .bar {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding-right: 0.125rem;
  }
  .m-shopify-water-bathroom .progress-bar .line {
    width: 1.75rem;
    margin: 0 0.125rem;
  }
  .m-shopify-water-bathroom .title {
    font-size: 2rem;
    padding: 0 1rem 1rem;
    box-sizing: border-box;
    line-height: 2.625rem;
  }
  .m-shopify-water-bathroom .room-items {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 1rem;
  }
  .m-shopify-water-bathroom .room-items .item {
    width: 21.4375rem;
    height: 8.375rem;
    background: #FFFFFF;
    border: 1px solid #8C8C8C;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 2.25rem;
    margin: 0 0 1rem 0;
  }
  .m-shopify-water-bathroom .room-items .item.selected {
    border: 1px solid #6C04FC;
    background: url("https://cdn.shopifycdn.net/s/files/1/0578/8110/0480/files/page-item-selected.png?v=1682048638") right bottom no-repeat;
    background-size: 2.5rem 2.5rem;
  }
  .m-shopify-water-bathroom .room-items .item.selected .room {
    border: 0 none;
  }
  .m-shopify-water-bathroom .room-items .item.selected .name {
    color: #6C04FC;
  }
  .m-shopify-water-bathroom .room-items .item .name {
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: left;
    font-weight: 700;
    position: absolute;
    left: 10.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #8C8C8C;
  }
  .m-shopify-water-bathroom .room-items .item .room {
    width: 6.875rem;
    height: 6.875rem;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
  }
  .m-shopify-water-bathroom .room-items .item .room .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .m-shopify-water-bathroom .next-btn {
    width: 10.5rem;
    height: 3rem;
    border-radius: 3rem;
    font-size: 1rem;
    line-height: 3rem;
    margin: 1.25rem auto 0;
  }
}
.early-bird-first {width: 100%;height: 52.08333vw;position: relative;}.early-bird-first .swiper-container {height: 52.08333vw;}.early-bird-first .backdrop-img {width: 100%;height: 100%;object-fit: cover;}.early-bird-first .arrow-prev, .early-bird-first .arrow-next {position: absolute;z-index: 3;left: 10px;top: 50%;transform: translate3d(0, -50%, 0);width: 64px;height: 64px;border-radius: 50%;background-image: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/black-friday-seventh-arrow-left-new.png?v=1698820663");background-size: 14px 22px;background-repeat: no-repeat;background-position: center center;cursor: pointer;transition: all 0.3s;}.early-bird-first .arrow-prev:hover, .early-bird-first .arrow-next:hover {background-color: rgba(75, 75, 75, 0.8);}.early-bird-first .arrow-prev.gray, .early-bird-first .arrow-next.gray {cursor: not-allowed;opacity: 0.5;}.early-bird-first .arrow-prev.gray:hover, .early-bird-first .arrow-next.gray:hover {background-color: transparent;}.early-bird-first .arrow-next {left: auto;right: 10px;background-image: url("https://cdn.shopify.com/s/files/1/0578/8110/0480/files/black-friday-seventh-arrow-right.png?v=1697682008");}.early-bird-first .early-bird-content {width: 100%;padding-left: 12.5vw;box-sizing: border-box;position: absolute;top: 45%;left: 0;z-index: 2;transform: translate3d(0, -50%, 0);}.early-bird-first .early-bird-content .title-wrap {height: 182px;}.early-bird-first .early-bird-content .title {font-size: 72px;font-weight: bold;line-height: 84px;color: #181623;}.early-bird-first .early-bird-content .title .suffix {color: #683DF5;}.early-bird-first .early-bird-content .desc {font-size: 40px;font-weight: 250;line-height: 48px;color: #181623;padding: 8px 0 0 0;}.early-bird-first .bird-card {display: block;text-decoration: none;}.early-bird-first .bird-card .card-img {width: 728px;height: 160px;border-radius: 20px;}@media screen and (max-width: 1850px) {.early-bird-first .arrow-prev, .early-bird-first .arrow-next {left: 8px;width: 51.2px;height: 51.2px;background-size: 11.2px 17.6px;}.early-bird-first .arrow-next {right: 8px;}.early-bird-first .early-bird-content .title-wrap {height: 145.6px;}.early-bird-first .early-bird-content .title {font-size: 57.6px;line-height: 67.2px;}.early-bird-first .early-bird-content .desc {font-size: 32px;line-height: 38.4px;padding: 6.4px 0 0 0;}.early-bird-first .bird-card .card-img {width: 582.4px;height: 128px;border-radius: 16px;}}@media screen and (max-width: 1440px) {.early-bird-first .arrow-prev, .early-bird-first .arrow-next {left: 7px;width: 44.8px;height: 44.8px;background-size: 9.8px 15.4px;}.early-bird-first .arrow-next {right: 7px;}.early-bird-first .early-bird-content .title-wrap {height: 127.4px;}.early-bird-first .early-bird-content .title {font-size: 50.4px;line-height: 58.8px;}.early-bird-first .early-bird-content .desc {font-size: 28px;line-height: 33.6px;padding: 5.6px 0 0 0;}.early-bird-first .bird-card .card-img {width: 509.6px;height: 112px;border-radius: 14px;}}@media screen and (max-width: 1150px) {.early-bird-first .arrow-prev, .early-bird-first .arrow-next {left: 6px;width: 38.4px;height: 38.4px;background-size: 8.4px 13.2px;}.early-bird-first .arrow-next {right: 6px;}.early-bird-first .early-bird-content .title-wrap {height: 109.2px;}.early-bird-first .early-bird-content .title {font-size: 43.2px;line-height: 50.4px;}.early-bird-first .early-bird-content .desc {font-size: 24px;line-height: 28.8px;padding: 4.8px 0 0 0;}.early-bird-first .bird-card .card-img {width: 436.8px;height: 96px;border-radius: 12px;}}@media screen and (max-width: 1000px) {.shopify-ax4-early-bird .early-bird-first {height: 159.2vw;}.shopify-ax4-early-bird .early-bird-first .swiper-container {height: 159.2vw;}.shopify-ax4-early-bird .early-bird-first .arrow-prev, .shopify-ax4-early-bird .early-bird-first .arrow-next {display: none;}.shopify-ax4-early-bird .early-bird-first .early-bird-content {padding-left: 0;top: 0;transform: translate3d(0, 0, 0);height: 100%;}.shopify-ax4-early-bird .early-bird-first .early-bird-content .title-wrap {height: auto;position: absolute;left: 50%;transform: translate3d(-50%, 0, 0);top: 4.53125rem;text-align: center;z-index: 3;width: 100%;}.shopify-ax4-early-bird .early-bird-first .early-bird-content .title {font-size: 2rem;line-height: 2.375rem;}.shopify-ax4-early-bird .early-bird-first .early-bird-content .desc {font-size: 1.25rem;line-height: 1.625rem;padding: 0 4.6875rem;}.shopify-ax4-early-bird .early-bird-first .bird-card {position: absolute;left: 50%;bottom: 1.25rem;transform: translate3d(-50%, 0, 0);z-index: 3;}.shopify-ax4-early-bird .early-bird-first .bird-card .card-img {width: 19.0625rem;height: auto;border-radius: 0.5rem;}}
.early-bird-second {padding-top: 3px;}.early-bird-second .early-bird-title {font-size: 60px;font-style: normal;font-weight: 700;color: #000;text-align: center;line-height: 70px;padding-bottom: 40px;}.early-bird-second .early-bird-content {width: 1440px;height: 633px;border-radius: 16px;margin: 0 auto;position: relative;}.early-bird-second .early-bird-content .backdrop-img {width: 100%;height: 100%;object-fit: fill;}.early-bird-second .early-bird-progress {position: absolute;left: 0;bottom: 0;z-index: 1;height: 156px;width: 100%;display: flex;justify-content: space-between;align-items: center;padding: 0 114px 0 66px;box-sizing: border-box;}.early-bird-second .early-bird-progress .progress-wrap .progress-time {display: flex;align-items: center;padding-bottom: 14px;}.early-bird-second .early-bird-progress .progress-wrap .progress-time .date-icon {width: 22px;height: 22px;background: url("https://cdn.shopify.com/s/files/1/0550/6200/3893/files/early-bird-date.svg?v=1704958491") no-repeat;background-size: 100% 100%;display: block;}.early-bird-second .early-bird-progress .progress-wrap .progress-time .time-name {font-weight: 700;font-size: 18px;color: #000000;padding: 0 10px;}.early-bird-second .early-bird-progress .progress-wrap .progress-time .time-text {font-size: 14px;font-weight: 400;color: #615E67;}.early-bird-second .early-bird-progress .progress-box {display: flex;align-items: center;}.early-bird-second .early-bird-progress .progress-box .progress-bar {width: 882px;height: 29px;border: 1px solid #683DF5;border-radius: 29px;box-sizing: border-box;padding: 1px;overflow: hidden;}.early-bird-second .early-bird-progress .progress-box .progress-bar .bar {height: 100%;width: 0;border-radius: 30px;background: linear-gradient(91deg, rgba(123, 61, 255, 0.2) 0.53%, #683DF5 41.16%, #683DF5 99.13%);transition: all 0.3s;}.early-bird-second .early-bird-progress .progress-box .progress-sold {color: #683DF5;font-size: 20px;font-weight: 700;padding-left: 16px;}.early-bird-second .early-bird-progress .buy-now {height: 68px;padding: 0 16px;border-radius: 68px;text-align: center;display: flex;justify-content: center;align-items: center;font-size: 22px;color: #FFFFFF;font-weight: 400;border: 0 none;min-width: 193px;background-color: #683DF5;text-decoration: none;}.early-bird-second .early-bird-progress .buy-now:hover {opacity: 0.8;}@media screen and (max-width: 1850px) {.early-bird-second {padding-top: 2.4px;}.early-bird-second .early-bird-title {font-size: 48px;line-height: 56px;padding-bottom: 32px;}.early-bird-second .early-bird-content {width: 1152px;height: 506.4px;border-radius: 12.8px;}.early-bird-second .early-bird-progress {height: 124.8px;padding: 0 91.2px 0 52.8px;}.early-bird-second .early-bird-progress .progress-wrap .progress-time {padding-bottom: 11.2px;}.early-bird-second .early-bird-progress .progress-wrap .progress-time .date-icon {width: 17.6px;height: 17.6px;}.early-bird-second .early-bird-progress .progress-wrap .progress-time .time-name {font-size: 16px;padding: 0 8px;}.early-bird-second .early-bird-progress .progress-wrap .progress-time .time-text {font-size: 13px;}.early-bird-second .early-bird-progress .progress-box .progress-bar {width: 705.6px;height: 23.2px;border-radius: 23.2px;}.early-bird-second .early-bird-progress .progress-box .progress-bar .bar {border-radius: 24px;}.early-bird-second .early-bird-progress .progress-box .progress-sold {font-size: 16px;padding-left: 12.8px;}.early-bird-second .early-bird-progress .buy-now {height: 54.4px;padding: 0 12.8px;border-radius: 54.4px;font-size: 17.6px;min-width: 154.4px;}}@media screen and (max-width: 1440px) {.early-bird-second {padding-top: 2.1px;}.early-bird-second .early-bird-title {font-size: 42px;line-height: 49px;padding-bottom: 28px;}.early-bird-second .early-bird-content {width: 1008px;height: 443.1px;border-radius: 11.2px;}.early-bird-second .early-bird-progress {height: 109.2px;padding: 0 79.8px 0 46.2px;}.early-bird-second .early-bird-progress .progress-wrap .progress-time {padding-bottom: 9.8px;}.early-bird-second .early-bird-progress .progress-wrap .progress-time .date-icon {width: 15.4px;height: 15.4px;}.early-bird-second .early-bird-progress .progress-wrap .progress-time .time-name {font-size: 14px;padding: 0 7px;}.early-bird-second .early-bird-progress .progress-wrap .progress-time .time-text {font-size: 12px;}.early-bird-second .early-bird-progress .progress-box .progress-bar {width: 617.4px;height: 20.3px;border-radius: 20.3px;}.early-bird-second .early-bird-progress .progress-box .progress-bar .bar {border-radius: 21px;}.early-bird-second .early-bird-progress .progress-box .progress-sold {font-size: 14px;padding-left: 11.2px;}.early-bird-second .early-bird-progress .buy-now {height: 47.6px;padding: 0 11.2px;border-radius: 47.6px;font-size: 15.4px;min-width: 135.1px;}}@media screen and (max-width: 1150px) {.early-bird-second {padding-top: 1.8px;}.early-bird-second .early-bird-title {font-size: 36px;line-height: 42px;padding-bottom: 24px;}.early-bird-second .early-bird-content {width: 864px;height: 379.8px;border-radius: 9.6px;}.early-bird-second .early-bird-progress {height: 93.6px;padding: 0 68.4px 0 39.6px;}.early-bird-second .early-bird-progress .progress-wrap .progress-time {padding-bottom: 8.4px;}.early-bird-second .early-bird-progress .progress-wrap .progress-time .date-icon {width: 13.2px;height: 13.2px;}.early-bird-second .early-bird-progress .progress-wrap .progress-time .time-name {font-size: 14px;padding: 0 6px;}.early-bird-second .early-bird-progress .progress-wrap .progress-time .time-text {font-size: 12px;}.early-bird-second .early-bird-progress .progress-box .progress-bar {width: 529.2px;height: 17.4px;border-radius: 17.4px;}.early-bird-second .early-bird-progress .progress-box .progress-bar .bar {border-radius: 18px;}.early-bird-second .early-bird-progress .progress-box .progress-sold {font-size: 12px;padding-left: 9.6px;}.early-bird-second .early-bird-progress .buy-now {height: 40.8px;padding: 0 9.6px;border-radius: 40.8px;font-size: 13.2px;min-width: 115.8px;}}@media screen and (max-width: 1000px) {.shopify-ax4-early-bird .early-bird-second {padding-top: 0.75rem;}.shopify-ax4-early-bird .early-bird-second .early-bird-title {font-size: 1.6875rem;line-height: 1.96875rem;box-sizing: border-box;padding: 0 3.4375rem 1.25rem 3.4375rem;}.shopify-ax4-early-bird .early-bird-second .early-bird-content {width: 21.4375rem;height: 17.125rem;border-radius: 0.5rem;}.shopify-ax4-early-bird .early-bird-second .early-bird-progress {height: 5.5625rem;justify-content: flex-start;padding: 0 0 0 0.75rem;}.shopify-ax4-early-bird .early-bird-second .early-bird-progress .progress-wrap .progress-time {display: flex;align-items: center;flex-wrap: wrap;padding-bottom: 0.8125rem;}.shopify-ax4-early-bird .early-bird-second .early-bird-progress .progress-wrap .progress-time .date-icon {width: 1rem;height: 1rem;background-size: 100% 100%;}.shopify-ax4-early-bird .early-bird-second .early-bird-progress .progress-wrap .progress-time .time-name {font-weight: 700;font-size: 1rem;line-height: 1.1875rem;padding: 0 0 0 0.3125rem;}.shopify-ax4-early-bird .early-bird-second .early-bird-progress .progress-wrap .progress-time .time-text {padding-top: 0.125rem;padding-left: 1.34375rem;font-size: 0.6875rem;min-width: 12.5rem;}.shopify-ax4-early-bird .early-bird-second .early-bird-progress .progress-box .progress-bar {width: 14.90625rem;height: 0.90625rem;border-radius: 0.90625rem;}.shopify-ax4-early-bird .early-bird-second .early-bird-progress .progress-box .progress-bar .bar {border-radius: 0.9375rem;}.shopify-ax4-early-bird .early-bird-second .early-bird-progress .progress-box .progress-sold {font-size: 0.75rem;padding-left: 0.75rem;}.shopify-ax4-early-bird .early-bird-second .early-bird-progress .buy-now {height: 2.25rem;padding: 0;border-radius: 2.25rem;font-size: 0.875rem;min-width: auto;width: 6.90625rem;position: absolute;right: 0.6875rem;top: 0.6875rem;}.shopify-ax4-early-bird .index-2023-scroll-top {width: 1.375rem;height: 1.375rem;box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);right: 0.1875rem;bottom: 2.5rem;display: none;}.shopify-ax4-early-bird .index-2023-scroll-top .arrow-top {width: 0.75rem;height: 0.75rem;}.shopify-ax4-early-bird .index-2023-scroll-top:hover {transform: scale(1);}}
@media screen and (min-width: 1001px) {.early-bird-third .cols-1 .item-1, .early-bird-third .cols-2 .item-1 {left: 0;background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-2-1.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-1 .item-1:before, .early-bird-third .cols-2 .item-1:before {left: 49px;}.early-bird-third .cols-1 .item-1:after, .early-bird-third .cols-2 .item-1:after {left: 41px;}.early-bird-third .cols-1 .item-1 .info, .early-bird-third .cols-2 .item-1 .info {padding-left: 41px;}.early-bird-third .cols-1 .item-1.selected, .early-bird-third .cols-2 .item-1.selected {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-2-1-selected.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-1 .item-1.disabled, .early-bird-third .cols-2 .item-1.disabled {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-2-1-disabled.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-1 .item-2, .early-bird-third .cols-2 .item-2 {left: 710px;background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-2-2.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-1 .item-2.selected, .early-bird-third .cols-2 .item-2.selected {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-2-2-selected.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-1 .item-2.disabled, .early-bird-third .cols-2 .item-2.disabled {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-2-2-disabled.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-1 .item-2 .info, .early-bird-third .cols-2 .item-2 .info {padding-left: 72px;}.early-bird-third .cols-1 .item-2:before, .early-bird-third .cols-2 .item-2:before {left: 80px;}.early-bird-third .cols-1 .item-2:after, .early-bird-third .cols-2 .item-2:after {left: 72px;}.early-bird-third .cols-3 .early-bird-item {width: 492px;}.early-bird-third .cols-3 .early-bird-item .title, .early-bird-third .cols-3 .early-bird-item .name, .early-bird-third .cols-3 .early-bird-item .desc {width: 398px;}.early-bird-third .cols-3 .item-1 {left: 0;background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-3-1.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-3 .item-1 .info {padding-left: 43px;}.early-bird-third .cols-3 .item-1.selected {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-3-1-selected.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-3 .item-1.disabled {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-3-1-disabled.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-3 .item-2 {left: 474px;background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-3-2.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-3 .item-2.selected {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-3-2-selected.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-3 .item-2.disabled {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-3-2-disabled.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-3 .item-2 .info {padding-left: 61px;}.early-bird-third .cols-3 .item-2:before {left: 69px;}.early-bird-third .cols-3 .item-2:after {left: 61px;}.early-bird-third .cols-3 .item-3 {right: 0;background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-3-3.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-3 .item-3 .info {padding-left: 61px;}.early-bird-third .cols-3 .item-3.selected {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-3-3-selected.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-3 .item-3.disabled {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-3-3-disabled.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-3 .item-3:before {left: 69px;}.early-bird-third .cols-3 .item-3:after {left: 61px;}.early-bird-third .cols-4 .early-bird-item {width: 370px;}.early-bird-third .cols-4 .early-bird-item .title, .early-bird-third .cols-4 .early-bird-item .name, .early-bird-third .cols-4 .early-bird-item .desc {width: 290px;}.early-bird-third .cols-4 .item-1 {left: 0;background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-4-1.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-4 .item-1:before {left: 36px;}.early-bird-third .cols-4 .item-1:after {left: 28px;}.early-bird-third .cols-4 .item-1 .info {padding-left: 28px;}.early-bird-third .cols-4 .item-1.selected {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-4-1-selected.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-4 .item-1.disabled {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-4-1-disabled.png") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-4 .item-2 {left: 357px;background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-4-2.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-4 .item-2.selected {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-4-2-selected.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-4 .item-2.disabled {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-4-2-disabled.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-4 .item-3 {left: 714px;background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-4-3.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-4 .item-3.selected {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-4-3-selected.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-4 .item-3.disabled {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-4-3-disabled.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-4 .item-4 {right: 0;background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-4-4.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-4 .item-4.selected {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-4-4-selected.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-4 .item-4.disabled {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-cols-4-4-disabled.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .cols-4 .item-2 .info, .early-bird-third .cols-4 .item-3 .info, .early-bird-third .cols-4 .item-4 .info {padding-left: 45px;}.early-bird-third .cols-4 .item-2:before, .early-bird-third .cols-4 .item-3:before, .early-bird-third .cols-4 .item-4:before {left: 53px;}.early-bird-third .cols-4 .item-2:after, .early-bird-third .cols-4 .item-3:after, .early-bird-third .cols-4 .item-4:after {left: 45px;}}.early-bird-third {padding-top: 20px;}.early-bird-third .early-bird-title {font-size: 60px;font-style: normal;font-weight: 700;color: #000;text-align: center;line-height: 70px;padding-bottom: 40px;}.early-bird-third .early-bird-content {width: 1440px;height: 324px;margin: 0 auto;position: relative;}.early-bird-third .early-bird-item {height: 324px;position: absolute;top: 0;z-index: 1;}.early-bird-third .early-bird-item .sold-out {position: absolute;z-index: 4;top: 67px;right: 13px;width: 100px;height: 100px;object-fit: contain;}.early-bird-third .early-bird-item .title {font-size: 35px;font-weight: 900;color: #A6A5AB;line-height: 70px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 0 auto;}.early-bird-third .early-bird-item:before {content: "";position: absolute;left: 44px;top: 90px;width: 120px;height: 52px;z-index: 2;}.early-bird-third .early-bird-item.item-1:before {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-order-01.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .early-bird-item.item-2:before {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-order-02.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .early-bird-item.item-3:before {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-order-03.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .early-bird-item.item-4:before {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-third-order-04.png?v=1704852099") no-repeat;background-size: 100% 100%;}.early-bird-third .early-bird-item:after {content: "";width: 300px;height: 19px;background-image: linear-gradient(90deg, #B5B5B5 0.01%, rgba(181, 181, 181, 0) 100%);position: absolute;z-index: 1;left: 52px;top: 138px;}.early-bird-third .early-bird-item.selected:after {background-image: linear-gradient(90deg, #9378F8 0.01%, rgba(147, 120, 248, 0) 100%);}.early-bird-third .early-bird-item.selected .title {color: #FFFFFF;}.early-bird-third .early-bird-item.disabled .info .name {opacity: 0.5;}.early-bird-third .early-bird-item .info {position: relative;z-index: 3;padding-top: 45px;}.early-bird-third .early-bird-item .info .name {font-size: 30px;font-weight: 900;color: #181623;line-height: 42px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}.early-bird-third .early-bird-item .info .desc {margin-top: 20px;word-break: break-word;font-size: 20px;color: #A6A5AB;font-weight: 400;line-height: 24px;max-height: 120px;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}@media screen and (max-width: 1850px) {.early-bird-third {padding-top: 16px;}.early-bird-third .early-bird-title {font-size: 48px;line-height: 56px;padding-bottom: 32px;}.early-bird-third .early-bird-content {width: 1152px;height: 259.2px;}.early-bird-third .early-bird-item {height: 259.2px;}.early-bird-third .early-bird-item .sold-out {top: 53.6px;right: 10.4px;width: 80px;height: 80px;}.early-bird-third .early-bird-item .title {font-size: 28px;line-height: 56px;}.early-bird-third .early-bird-item:before {left: 35.2px;top: 72px;width: 96px;height: 41.6px;}.early-bird-third .early-bird-item:after {width: 240px;height: 15.2px;left: 41.6px;top: 110.4px;}.early-bird-third .early-bird-item .info {padding-top: 36px;}.early-bird-third .early-bird-item .info .name {font-size: 24px;line-height: 33.6px;}.early-bird-third .early-bird-item .info .desc {margin-top: 16px;font-size: 16px;line-height: 19.2px;max-height: 96px;}.early-bird-third .cols-1 .early-bird-item, .early-bird-third .cols-2 .early-bird-item {width: 584px;}.early-bird-third .cols-1 .early-bird-item .title, .early-bird-third .cols-1 .early-bird-item .name, .early-bird-third .cols-1 .early-bird-item .desc, .early-bird-third .cols-2 .early-bird-item .title, .early-bird-third .cols-2 .early-bird-item .name, .early-bird-third .cols-2 .early-bird-item .desc {width: 494.4px;}.early-bird-third .cols-1 .item-1:before, .early-bird-third .cols-2 .item-1:before {left: 39.2px;}.early-bird-third .cols-1 .item-1:after, .early-bird-third .cols-2 .item-1:after {left: 32.8px;}.early-bird-third .cols-1 .item-1 .info, .early-bird-third .cols-2 .item-1 .info {padding-left: 32.8px;}.early-bird-third .cols-1 .item-2, .early-bird-third .cols-2 .item-2 {left: 568px;}.early-bird-third .cols-1 .item-2 .info, .early-bird-third .cols-2 .item-2 .info {padding-left: 57.6px;}.early-bird-third .cols-1 .item-2:before, .early-bird-third .cols-2 .item-2:before {left: 64px;}.early-bird-third .cols-1 .item-2:after, .early-bird-third .cols-2 .item-2:after {left: 57.6px;}.early-bird-third .cols-3 .early-bird-item {width: 393.6px;}.early-bird-third .cols-3 .early-bird-item .title, .early-bird-third .cols-3 .early-bird-item .name, .early-bird-third .cols-3 .early-bird-item .desc {width: 318.4px;}.early-bird-third .cols-3 .item-1 .info {padding-left: 34.4px;}.early-bird-third .cols-3 .item-2 {left: 379.2px;}.early-bird-third .cols-3 .item-2 .info {padding-left: 48.8px;}.early-bird-third .cols-3 .item-2:before {left: 55.2px;}.early-bird-third .cols-3 .item-2:after {left: 48.8px;}.early-bird-third .cols-3 .item-3 .info {padding-left: 48.8px;}.early-bird-third .cols-3 .item-3:before {left: 55.2px;}.early-bird-third .cols-3 .item-3:after {left: 48.8px;}.early-bird-third .cols-4 .early-bird-item {width: 296px;}.early-bird-third .cols-4 .early-bird-item .title, .early-bird-third .cols-4 .early-bird-item .name, .early-bird-third .cols-4 .early-bird-item .desc {width: 232px;}.early-bird-third .cols-4 .item-1:before {left: 28.8px;}.early-bird-third .cols-4 .item-1:after {left: 22.4px;}.early-bird-third .cols-4 .item-1 .info {padding-left: 22.4px;}.early-bird-third .cols-4 .item-2 {left: 285.6px;}.early-bird-third .cols-4 .item-3 {left: 571.2px;}.early-bird-third .cols-4 .item-2 .info, .early-bird-third .cols-4 .item-3 .info, .early-bird-third .cols-4 .item-4 .info {padding-left: 36px;}.early-bird-third .cols-4 .item-2:before, .early-bird-third .cols-4 .item-3:before, .early-bird-third .cols-4 .item-4:before {left: 42.4px;}.early-bird-third .cols-4 .item-2:after, .early-bird-third .cols-4 .item-3:after, .early-bird-third .cols-4 .item-4:after {left: 36px;}}@media screen and (max-width: 1440px) {.early-bird-third {padding-top: 14px;}.early-bird-third .early-bird-title {font-size: 42px;line-height: 49px;padding-bottom: 28px;}.early-bird-third .early-bird-content {width: 1008px;height: 226.8px;}.early-bird-third .early-bird-item {height: 226.8px;}.early-bird-third .early-bird-item .sold-out {top: 46.9px;right: 9.1px;width: 70px;height: 70px;}.early-bird-third .early-bird-item .title {font-size: 24.5px;line-height: 49px;}.early-bird-third .early-bird-item:before {left: 30.8px;top: 63px;width: 84px;height: 36.4px;}.early-bird-third .early-bird-item:after {width: 210px;height: 13.3px;left: 36.4px;top: 96.6px;}.early-bird-third .early-bird-item .info {padding-top: 31.5px;}.early-bird-third .early-bird-item .info .name {font-size: 21px;line-height: 29.4px;}.early-bird-third .early-bird-item .info .desc {margin-top: 14px;font-size: 14px;line-height: 16.8px;max-height: 84px;}.early-bird-third .cols-1 .early-bird-item, .early-bird-third .cols-2 .early-bird-item {width: 511px;}.early-bird-third .cols-1 .early-bird-item .title, .early-bird-third .cols-1 .early-bird-item .name, .early-bird-third .cols-1 .early-bird-item .desc, .early-bird-third .cols-2 .early-bird-item .title, .early-bird-third .cols-2 .early-bird-item .name, .early-bird-third .cols-2 .early-bird-item .desc {width: 432.6px;}.early-bird-third .cols-1 .item-1:before, .early-bird-third .cols-2 .item-1:before {left: 34.3px;}.early-bird-third .cols-1 .item-1:after, .early-bird-third .cols-2 .item-1:after {left: 28.7px;}.early-bird-third .cols-1 .item-1 .info, .early-bird-third .cols-2 .item-1 .info {padding-left: 28.7px;}.early-bird-third .cols-1 .item-2, .early-bird-third .cols-2 .item-2 {left: 497px;}.early-bird-third .cols-1 .item-2 .info, .early-bird-third .cols-2 .item-2 .info {padding-left: 50.4px;}.early-bird-third .cols-1 .item-2:before, .early-bird-third .cols-2 .item-2:before {left: 56px;}.early-bird-third .cols-1 .item-2:after, .early-bird-third .cols-2 .item-2:after {left: 50.4px;}.early-bird-third .cols-3 .early-bird-item {width: 344.4px;}.early-bird-third .cols-3 .early-bird-item .title, .early-bird-third .cols-3 .early-bird-item .name, .early-bird-third .cols-3 .early-bird-item .desc {width: 278.6px;}.early-bird-third .cols-3 .item-1 .info {padding-left: 30.1px;}.early-bird-third .cols-3 .item-2 {left: 331.8px;}.early-bird-third .cols-3 .item-2 .info {padding-left: 42.7px;}.early-bird-third .cols-3 .item-2:before {left: 48.3px;}.early-bird-third .cols-3 .item-2:after {left: 42.7px;}.early-bird-third .cols-3 .item-3 .info {padding-left: 42.7px;}.early-bird-third .cols-3 .item-3:before {left: 48.3px;}.early-bird-third .cols-3 .item-3:after {left: 42.7px;}.early-bird-third .cols-4 .early-bird-item {width: 259px;}.early-bird-third .cols-4 .early-bird-item .title, .early-bird-third .cols-4 .early-bird-item .name, .early-bird-third .cols-4 .early-bird-item .desc {width: 203px;}.early-bird-third .cols-4 .item-1:before {left: 25.2px;}.early-bird-third .cols-4 .item-1:after {left: 19.6px;}.early-bird-third .cols-4 .item-1 .info {padding-left: 19.6px;}.early-bird-third .cols-4 .item-2 {left: 249.9px;}.early-bird-third .cols-4 .item-3 {left: 499.8px;}.early-bird-third .cols-4 .item-2 .info, .early-bird-third .cols-4 .item-3 .info, .early-bird-third .cols-4 .item-4 .info {padding-left: 31.5px;}.early-bird-third .cols-4 .item-2:before, .early-bird-third .cols-4 .item-3:before, .early-bird-third .cols-4 .item-4:before {left: 37.1px;}.early-bird-third .cols-4 .item-2:after, .early-bird-third .cols-4 .item-3:after, .early-bird-third .cols-4 .item-4:after {left: 31.5px;}}@media screen and (max-width: 1150px) {.early-bird-third {padding-top: 12px;}.early-bird-third .early-bird-title {font-size: 36px;line-height: 42px;padding-bottom: 24px;}.early-bird-third .early-bird-content {width: 864px;height: 194.4px;}.early-bird-third .early-bird-item {height: 194.4px;}.early-bird-third .early-bird-item .sold-out {top: 40.2px;right: 7.8px;width: 60px;height: 60px;}.early-bird-third .early-bird-item .title {font-size: 21px;line-height: 42px;}.early-bird-third .early-bird-item:before {left: 26.4px;top: 54px;width: 72px;height: 31.2px;}.early-bird-third .early-bird-item:after {width: 180px;height: 11.4px;left: 31.2px;top: 82.8px;}.early-bird-third .early-bird-item .info {padding-top: 27px;}.early-bird-third .early-bird-item .info .name {font-size: 18px;line-height: 25.2px;}.early-bird-third .early-bird-item .info .desc {margin-top: 12px;font-size: 12px;line-height: 14.4px;max-height: 72px;}.early-bird-third .cols-1 .early-bird-item, .early-bird-third .cols-2 .early-bird-item {width: 438px;}.early-bird-third .cols-1 .early-bird-item .title, .early-bird-third .cols-1 .early-bird-item .name, .early-bird-third .cols-1 .early-bird-item .desc, .early-bird-third .cols-2 .early-bird-item .title, .early-bird-third .cols-2 .early-bird-item .name, .early-bird-third .cols-2 .early-bird-item .desc {width: 370.8px;}.early-bird-third .cols-1 .item-1:before, .early-bird-third .cols-2 .item-1:before {left: 29.4px;}.early-bird-third .cols-1 .item-1:after, .early-bird-third .cols-2 .item-1:after {left: 24.6px;}.early-bird-third .cols-1 .item-1 .info, .early-bird-third .cols-2 .item-1 .info {padding-left: 24.6px;}.early-bird-third .cols-1 .item-2, .early-bird-third .cols-2 .item-2 {left: 426px;}.early-bird-third .cols-1 .item-2 .info, .early-bird-third .cols-2 .item-2 .info {padding-left: 43.2px;}.early-bird-third .cols-1 .item-2:before, .early-bird-third .cols-2 .item-2:before {left: 48px;}.early-bird-third .cols-1 .item-2:after, .early-bird-third .cols-2 .item-2:after {left: 43.2px;}.early-bird-third .cols-3 .early-bird-item {width: 295.2px;}.early-bird-third .cols-3 .early-bird-item .title, .early-bird-third .cols-3 .early-bird-item .name, .early-bird-third .cols-3 .early-bird-item .desc {width: 238.8px;}.early-bird-third .cols-3 .item-1 .info {padding-left: 25.8px;}.early-bird-third .cols-3 .item-2 {left: 284.4px;}.early-bird-third .cols-3 .item-2 .info {padding-left: 36.6px;}.early-bird-third .cols-3 .item-2:before {left: 41.4px;}.early-bird-third .cols-3 .item-2:after {left: 36.6px;}.early-bird-third .cols-3 .item-3 .info {padding-left: 36.6px;}.early-bird-third .cols-3 .item-3:before {left: 41.4px;}.early-bird-third .cols-3 .item-3:after {left: 36.6px;}.early-bird-third .cols-4 .early-bird-item {width: 222px;}.early-bird-third .cols-4 .early-bird-item .title, .early-bird-third .cols-4 .early-bird-item .name, .early-bird-third .cols-4 .early-bird-item .desc {width: 174px;}.early-bird-third .cols-4 .item-1:before {left: 21.6px;}.early-bird-third .cols-4 .item-1:after {left: 16.8px;}.early-bird-third .cols-4 .item-1 .info {padding-left: 16.8px;}.early-bird-third .cols-4 .item-2 {left: 214.2px;}.early-bird-third .cols-4 .item-3 {left: 428.4px;}.early-bird-third .cols-4 .item-2 .info, .early-bird-third .cols-4 .item-3 .info, .early-bird-third .cols-4 .item-4 .info {padding-left: 27px;}.early-bird-third .cols-4 .item-2:before, .early-bird-third .cols-4 .item-3:before, .early-bird-third .cols-4 .item-4:before {left: 31.8px;}.early-bird-third .cols-4 .item-2:after, .early-bird-third .cols-4 .item-3:after, .early-bird-third .cols-4 .item-4:after {left: 27px;}}@media screen and (max-width: 1000px) {.shopify-ax4-early-bird .early-bird-third {padding-top: 1.125rem;}.shopify-ax4-early-bird .early-bird-third .early-bird-title {font-size: 1.6875rem;line-height: 2rem;padding-bottom: 1.625rem;}.shopify-ax4-early-bird .early-bird-third .early-bird-content {width: 21.4375rem;height: auto;}.shopify-ax4-early-bird .early-bird-third .early-bird-item {height: auto;width: 100%;position: relative;border-radius: 0.5rem;box-sizing: border-box;overflow: hidden;}.shopify-ax4-early-bird .early-bird-third .early-bird-item .sold-out {top: 1.78125rem;right: 0.75rem;width: 4.25rem;height: 4.25rem;}.shopify-ax4-early-bird .early-bird-third .early-bird-item .title {font-size: 1.09375rem;line-height: 2.1875rem;width: 100%;padding: 0 0.625rem;margin: 0;box-sizing: border-box;background-color: #DBDBDD;}.shopify-ax4-early-bird .early-bird-third .early-bird-item.selected {border: 1px solid #683DF5;}.shopify-ax4-early-bird .early-bird-third .early-bird-item.selected .title {background-color: #683DF5;}.shopify-ax4-early-bird .early-bird-third .early-bird-item:before {left: 1rem !important;top: 2.875rem;width: 3.75rem;height: 1.625rem;}.shopify-ax4-early-bird .early-bird-third .early-bird-item:after {width: 13.125rem;height: 0.59375rem;left: 1.375rem;top: 4.28125rem;}.shopify-ax4-early-bird .early-bird-third .early-bird-item .info {padding: 1.25rem 1.375rem 1.3125rem;box-sizing: border-box;}.shopify-ax4-early-bird .early-bird-third .early-bird-item .info .name {font-size: 1.125rem;line-height: 1.3125rem;}.shopify-ax4-early-bird .early-bird-third .early-bird-item .info .desc {width: 100%;margin-top: 0.625rem;font-size: 1rem;line-height: 1.1875rem;max-height: none;display: block;overflow: inherit;}.shopify-ax4-early-bird .early-bird-third .arrow {height: 2rem;background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-arrow.svg?v=1704852099") center center no-repeat;background-size: 1rem 1rem;width: 100%;}.shopify-ax4-early-bird .early-bird-third .cols-1 .early-bird-item, .shopify-ax4-early-bird .early-bird-third .cols-2 .early-bird-item, .shopify-ax4-early-bird .early-bird-third .cols-3 .early-bird-item, .shopify-ax4-early-bird .early-bird-third .cols-4 .early-bird-item {width: 100%;}.shopify-ax4-early-bird .early-bird-third .cols-1 .early-bird-item .title, .shopify-ax4-early-bird .early-bird-third .cols-1 .early-bird-item .name, .shopify-ax4-early-bird .early-bird-third .cols-1 .early-bird-item .desc, .shopify-ax4-early-bird .early-bird-third .cols-2 .early-bird-item .title, .shopify-ax4-early-bird .early-bird-third .cols-2 .early-bird-item .name, .shopify-ax4-early-bird .early-bird-third .cols-2 .early-bird-item .desc, .shopify-ax4-early-bird .early-bird-third .cols-3 .early-bird-item .title, .shopify-ax4-early-bird .early-bird-third .cols-3 .early-bird-item .name, .shopify-ax4-early-bird .early-bird-third .cols-3 .early-bird-item .desc, .shopify-ax4-early-bird .early-bird-third .cols-4 .early-bird-item .title, .shopify-ax4-early-bird .early-bird-third .cols-4 .early-bird-item .name, .shopify-ax4-early-bird .early-bird-third .cols-4 .early-bird-item .desc {width: 100%;}.shopify-ax4-early-bird .early-bird-third .cols-1 .item-1, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-2, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-3, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-4, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-1, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-2, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-3, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-4, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-1, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-2, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-3, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-4, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-1, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-2, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-3, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-4 {left: 0;background: #FFFFFF;}.shopify-ax4-early-bird .early-bird-third .cols-1 .item-1.selected, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-1.disabled, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-2.selected, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-2.disabled, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-3.selected, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-3.disabled, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-4.selected, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-4.disabled, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-1.selected, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-1.disabled, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-2.selected, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-2.disabled, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-3.selected, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-3.disabled, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-4.selected, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-4.disabled, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-1.selected, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-1.disabled, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-2.selected, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-2.disabled, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-3.selected, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-3.disabled, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-4.selected, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-4.disabled, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-1.selected, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-1.disabled, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-2.selected, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-2.disabled, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-3.selected, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-3.disabled, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-4.selected, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-4.disabled {background: #FFFFFF;}.shopify-ax4-early-bird .early-bird-third .cols-1 .item-1:before, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-2:before, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-3:before, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-4:before, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-1:before, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-2:before, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-3:before, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-4:before, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-1:before, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-2:before, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-3:before, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-4:before, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-1:before, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-2:before, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-3:before, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-4:before {left: 1.375rem;}.shopify-ax4-early-bird .early-bird-third .cols-1 .item-1:after, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-2:after, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-3:after, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-4:after, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-1:after, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-2:after, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-3:after, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-4:after, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-1:after, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-2:after, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-3:after, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-4:after, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-1:after, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-2:after, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-3:after, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-4:after {left: 1.375rem;}.shopify-ax4-early-bird .early-bird-third .cols-1 .item-1 .info, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-2 .info, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-3 .info, .shopify-ax4-early-bird .early-bird-third .cols-1 .item-4 .info, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-1 .info, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-2 .info, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-3 .info, .shopify-ax4-early-bird .early-bird-third .cols-2 .item-4 .info, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-1 .info, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-2 .info, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-3 .info, .shopify-ax4-early-bird .early-bird-third .cols-3 .item-4 .info, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-1 .info, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-2 .info, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-3 .info, .shopify-ax4-early-bird .early-bird-third .cols-4 .item-4 .info {padding-left: 1.375rem;}}
.early-bird-fourth {width: 100%;}.early-bird-fourth .form-content {width: 580px;margin: 0 auto;}.early-bird-fourth .form-pristine {width: 100%;height: 76px;border-radius: 76px;margin: 0 auto;background-color: #FFFFFF;display: flex;justify-content: space-between;align-items: center;box-sizing: border-box;padding: 3px 3px 3px 34px;border: 1px solid rgba(0, 0, 0, 0.2);}.early-bird-fourth .form-pristine .email-input {flex: 1;font-size: 22px;background: none;line-height: 72px;color: #000000;border: 0 none;outline: 0;}.early-bird-fourth .form-pristine .email-input::placeholder {color: #9F9F9F;}.early-bird-fourth .form-pristine .submit-btn {height: 100%;padding: 0 26px;border-radius: 76px;background-color: #683DF5;color: #FFFFFF;font-size: 22px;font-weight: 400;text-align: center;border: 0 none;line-height: 1;}.early-bird-fourth .form-pristine .submit-btn:hover {opacity: 0.8;}.early-bird-fourth .form-pristine .submit-svg {background: none;border: 0 none;}.early-bird-fourth .form-pristine .submit-svg svg {width: 68px;height: 68px;}.early-bird-fourth .form-check {padding-top: 16px;display: flex;align-items: flex-start;text-align: left;width: 100%;}.early-bird-fourth .form-check .form-check-label {padding-left: 8px;font-size: 14px;color: #A6A5AB;width: 100%;word-break: break-word;}.early-bird-fourth .form-check .form-check-label a {color: #683DF5;text-decoration: underline;}@media screen and (max-width: 1850px) {.early-bird-fourth .form-content {width: 464px;}.early-bird-fourth .form-pristine {height: 60.8px;border-radius: 60.8px;padding: 2px 2px 2px 30px;}.early-bird-fourth .form-pristine .email-input {font-size: 17.6px;line-height: 57.6px;}.early-bird-fourth .form-pristine .submit-btn {padding: 0 20.8px;border-radius: 60.8px;font-size: 17.6px;}.early-bird-fourth .form-pristine .submit-svg svg {width: 54.4px;height: 54.4px;}.early-bird-fourth .form-check {padding-top: 12.8px;}.early-bird-fourth .form-check .form-check-label {padding-left: 6.4px;font-size: 13px;}}@media screen and (max-width: 1440px) {.early-bird-fourth .form-content {width: 406px;}.early-bird-fourth .form-pristine {height: 53.2px;border-radius: 53.2px;padding: 2px 2px 2px 30px;}.early-bird-fourth .form-pristine .email-input {font-size: 15.4px;line-height: 50.4px;}.early-bird-fourth .form-pristine .submit-btn {padding: 0 18.2px;border-radius: 53.2px;font-size: 15.4px;}.early-bird-fourth .form-pristine .submit-svg svg {width: 47.6px;height: 47.6px;}.early-bird-fourth .form-check {padding-top: 11.2px;}.early-bird-fourth .form-check .form-check-label {padding-left: 5.6px;font-size: 12px;}}@media screen and (max-width: 1150px) {.early-bird-fourth .form-content {width: 348px;}.early-bird-fourth .form-pristine {height: 45.6px;border-radius: 45.6px;padding: 2px 2px 2px 30px;}.early-bird-fourth .form-pristine .email-input {font-size: 13.2px;line-height: 43.2px;}.early-bird-fourth .form-pristine .submit-btn {padding: 0 15.6px;border-radius: 45.6px;font-size: 13.2px;}.early-bird-fourth .form-pristine .submit-svg svg {width: 40.8px;height: 40.8px;}.early-bird-fourth .form-check {padding-top: 9.6px;}.early-bird-fourth .form-check .form-check-label {padding-left: 4.8px;font-size: 12px;}}@media screen and (max-width: 1000px) {.shopify-ax4-early-bird .early-bird-fourth .form-content {padding-top: 0.9375rem;width: 21.4375rem;}.shopify-ax4-early-bird .early-bird-fourth .form-pristine {height: 2.5rem;border-radius: 2.5rem;padding: 0.09375rem 0.09375rem 0.09375rem 1.625rem;}.shopify-ax4-early-bird .early-bird-fourth .form-pristine .email-input {font-size: 0.875rem;line-height: 2.25rem;}.shopify-ax4-early-bird .early-bird-fourth .form-pristine .submit-btn {padding: 0 0.75rem;border-radius: 2.25rem;font-size: 0.875rem;}.shopify-ax4-early-bird .early-bird-fourth .form-pristine .submit-svg svg {width: 2.25rem;height: 2.25rem;}.shopify-ax4-early-bird .early-bird-fourth .form-check {padding-top: 1.5625rem;}.shopify-ax4-early-bird .early-bird-fourth .form-check .form-check-label {padding-left: 0.125rem;font-size: 0.875rem;}}
.early-bird-fifth {width: 100%;display: flex;justify-content: center;padding-top: 8px;}.early-bird-fifth .fullscreen-term-wrap {position: fixed;width: 100%;height: 100%;z-index: 99999;background-color: rgba(100, 99, 99, 0.9);backdrop-filter: blur(20px);left: 0;top: 0;display: none;}.early-bird-fifth .fullscreen-term-wrap.offset {display: block;left: -100000px;top: -100000px;}.early-bird-fifth .fullscreen-term-wrap.show {display: block;}.early-bird-fifth .fullscreen-term-wrap .scroll-view {width: 100%;height: 100vh;overflow: auto;}.early-bird-fifth .fullscreen-term-wrap .term-content {width: 1440px;border-radius: 16px;background-color: #FFFFFF;box-sizing: border-box;margin: 100px auto;height: auto;position: relative;}.early-bird-fifth .fullscreen-term-wrap .term-content.center {position: absolute;left: 50%;top: 50%;transform: translate3d(0, -50%, 0);margin-left: -720px;margin-top: 0;}.early-bird-fifth .fullscreen-term-wrap .term-content .close {background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-popup-close.png?v=1704852099") no-repeat;width: 73px;height: 73px;position: sticky;top: 114px;left: calc((100vw - 1440px) / 2 + 1331px);cursor: pointer;transform: translateY(36px);}.early-bird-fifth .fullscreen-term-wrap .term-content .close:hover {opacity: 0.8;}.early-bird-fifth .fullscreen-term-wrap .term-content .title {font-weight: 500;font-size: 46px;text-align: center;line-height: 54px;margin-top: -13px;}.early-bird-fifth .fullscreen-term-wrap .term-content .content {font-size: 24px;line-height: 1.5;font-weight: 500;word-break: break-word;padding: 50px 130px 72px;color: #615E67;}.early-bird-fifth .term-box {padding: 0 10px 0 24px;height: 52px;border-radius: 52px;background-color: #FFFFFF;display: flex;font-size: 17px;font-weight: 500;color: #181623;align-items: center;cursor: pointer;}.early-bird-fifth .term-box .btn-submit {width: 36px;height: 36px;background: url("https://cdn.shopify.com/s/files/1/0674/3271/0420/files/early-bird-submit.svg?v=1704852099") center center no-repeat #683DF5;background-size: 10px 17px;border-radius: 50%;margin-left: 9px;}.early-bird-fifth .term-box:hover {opacity: 0.8;}@media screen and (max-width: 1850px) {.early-bird-fifth {padding-top: 6.4px;}.early-bird-fifth .fullscreen-term-wrap .term-content {width: 1152px;border-radius: 12.8px;margin: 80px auto;}.early-bird-fifth .fullscreen-term-wrap .term-content.center {margin-left: -576px;margin-top: 0;}.early-bird-fifth .fullscreen-term-wrap .term-content .close {width: 58.4px;height: 58.4px;top: 91.2px;left: calc((100vw - 1152px) / 2 + 1065px);transform: translateY(28.8px);background-size: 100% 100%;}.early-bird-fifth .fullscreen-term-wrap .term-content .title {font-size: 36.8px;line-height: 43.2px;margin-top: -10.4px;word-break: break-word;}.early-bird-fifth .fullscreen-term-wrap .term-content .content {font-size: 19.2px;padding: 40px 104px 57.6px;}.early-bird-fifth .term-box {padding: 0 8px 0 19.2px;height: 41.6px;border-radius: 41.6px;font-size: 13.6px;}.early-bird-fifth .term-box .btn-submit {width: 28.8px;height: 28.8px;margin-left: 7.2px;background-size: 8px 13.6px;}}@media screen and (max-width: 1440px) {.early-bird-fifth {padding-top: 5.6px;}.early-bird-fifth .fullscreen-term-wrap .term-content {width: 1008px;border-radius: 11.2px;margin: 70px auto;}.early-bird-fifth .fullscreen-term-wrap .term-content.center {margin-left: -504px;margin-top: 0;}.early-bird-fifth .fullscreen-term-wrap .term-content .close {width: 51.1px;height: 51.1px;top: 79.8px;left: calc((100vw - 1008px) / 2 + 932px);transform: translateY(25.2px);background-size: 100% 100%;}.early-bird-fifth .fullscreen-term-wrap .term-content .title {font-size: 32.2px;line-height: 37.8px;margin-top: -9.1px;}.early-bird-fifth .fullscreen-term-wrap .term-content .content {font-size: 16.8px;padding: 35px 91px 50.4px;}.early-bird-fifth .term-box {padding: 0 7px 0 16.8px;height: 36.4px;border-radius: 36.4px;font-size: 11.9px;}.early-bird-fifth .term-box .btn-submit {width: 25.2px;height: 25.2px;margin-left: 6.3px;background-size: 7px 11.9px;}}@media screen and (max-width: 1150px) {.early-bird-fifth {padding-top: 4.8px;}.early-bird-fifth .fullscreen-term-wrap .term-content {width: 864px;border-radius: 9.6px;margin: 60px auto;}.early-bird-fifth .fullscreen-term-wrap .term-content.center {margin-left: -432px;margin-top: 0;}.early-bird-fifth .fullscreen-term-wrap .term-content .close {width: 43.8px;height: 43.8px;top: 68.4px;left: calc((100vw - 864px) / 2 + 799px);transform: translateY(21.6px);background-size: 100% 100%;}.early-bird-fifth .fullscreen-term-wrap .term-content .title {font-size: 27.6px;line-height: 32.4px;margin-top: -7.8px;}.early-bird-fifth .fullscreen-term-wrap .term-content .content {font-size: 14.4px;padding: 30px 78px 43.2px;}.early-bird-fifth .term-box {padding: 0 6px 0 14.4px;height: 31.2px;border-radius: 31.2px;font-size: 10.2px;}.early-bird-fifth .term-box .btn-submit {width: 21.6px;height: 21.6px;margin-left: 5.4px;background-size: 6px 10.2px;}}@media screen and (max-width: 1000px) {.early-bird-fifth {padding-top: 0.9375rem;}.early-bird-fifth .fullscreen-term-wrap .term-content {width: 21.4375rem;border-radius: 0.5rem;margin: 5.65625rem auto;}.early-bird-fifth .fullscreen-term-wrap .term-content.center {margin-left: -10.671875rem;}.early-bird-fifth .fullscreen-term-wrap .term-content .close {width: 2.125rem;height: 2.125rem;top: 5.28125rem;left: calc((100vw - 19.4375rem) / 2 + 17.5rem);transform: translateY(0.875rem);background-size: 100% 100%;}.early-bird-fifth .fullscreen-term-wrap .term-content .title {font-size: 1.75rem;line-height: 2.0625rem;padding-top: 1.875rem;}.early-bird-fifth .fullscreen-term-wrap .term-content .content {font-size: 1.125rem;padding: 1.25rem 1.5625rem;}.early-bird-fifth .term-box {padding: 0 0.46875rem 0 1.15625rem;height: 2.5rem;border-radius: 2.5rem;font-size: 0.8125rem;font-weight: 700;}.early-bird-fifth .term-box .btn-submit {width: 1.71875rem;height: 1.71875rem;background-size: 0.3125rem 0.53125rem;border-radius: 50%;margin-left: 0.40625rem;}}
.shopify-water-box8 {
  overflow: hidden;
  height: 800px;
}
.m-shopify-water-page8 {
  padding: 60px 0;
  transform-origin: top center;
  transform: scale(0.7);
}
.m-shopify-water-page8 .title {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  padding-bottom: 10px;
}
.m-shopify-water-page8 .start-over {
  padding-top: 60px;
    text-align: center;
}
.m-shopify-water-page8 .start-over .href {
   text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    display: inline-block;
    border-bottom: 1px solid #000000;
}
.m-shopify-water-page8 .time {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #6C04FC;
  padding-top: 22px;
  padding-bottom: 10px;
  text-align: center;
}
.m-shopify-water-page8 .robot-img {
  width: 490px;
  height: 490px;
  margin: 0 auto;
}
.m-shopify-water-page8 .robot-img .img {
  width: 100%;
  height: 100%;
}
.m-shopify-water-page8 .next-btn {
  width: 217px;
  height: 83px;
  background: #000000;
  border-radius: 83px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  line-height: 83px;
  margin: 40px auto 0;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .shopify-water-box8 {
    height: 700px;
  }
  .m-shopify-water-page8 {
    transform: scale(0.6);
  }
}
@media screen and (max-width: 1000px) {
  .shopify-water-box8 {
    height: auto;
  }
  .m-shopify-water-page8 {
    padding-top: 64px;
    transform: scale(1);
    padding-bottom: 60px;
  }
  .m-shopify-water-page8 .title {
    font-size: 1.5rem;
    padding: 0 1rem 1rem;
    box-sizing: border-box;
    line-height: 2rem;
  }
  .m-shopify-water-page8 .time {
    font-size: 1.375rem;
    word-break: break-word;
    box-sizing: border-box;
    padding: 0.125rem 1rem 0;
  }
  .m-shopify-water-page8 .robot-img { 
    width: 21.4375rem;
    height: 21.4375rem;
  }
  .m-shopify-water-page8 .next-btn {
    width: 10.5rem;
    height: 3rem;
    border-radius: 3rem;
    font-size: 1rem;
    line-height: 3rem;
    margin: 0 auto;
  }
  .m-shopify-water-page8 .start-over {
    padding-top: 3.75rem;
  }
  .m-shopify-water-page8 .start-over .href {
    font-size: 0.875rem;
  }
}
.m-shopify-water-index {
  background: url("https://cdn.shopify.com/s/files/1/0550/6200/3893/files/c50b192415a23a22b7d2a40cf065434e.png?v=1683269960") center bottom no-repeat;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  position: relative;
  background-color: #000000;
} 
.m-shopify-water-index .title {
  padding-top: 120px;
  font-size: 64px;
  text-align: center;
  font-style: italic;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  word-break: break-word;
}
.m-shopify-water-index .start-btn {
  position: absolute;
  width: 184px;
  height: 67px;
  left: 50%;
  margin-left: -92px;
  bottom: 127px;
  background: #FFFFFF;
  color: #6C04FC;
  border-radius: 50px;
  line-height: 67px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  font-color: #6C04FC;
  text-decoration: none;
}

@media screen and (max-width: 1600px) {
  .m-shopify-water-index .title, .m-shopify-water-index .start-btn {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1300px) {
  .m-shopify-water-index .title, .m-shopify-water-index .start-btn {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 1000px) {
 .m-shopify-water-index {
    background: url("https://cdn.shopify.com/s/files/1/0550/6200/3893/files/9._Mobi_430x.jpg?v=1687167990#") center bottom no-repeat;
    height: 100vh;
    width: 100vw;
    background-size: cover;
    position: relative;
 }
  .m-shopify-water-index .title {
    transform: scale(1);
    padding-top: 75px;
    font-size: 34px;
  }
  .m-shopify-water-index .start-btn {
    transform: scale(0.5);
  }
}
{%- comment -%}Advert 信息之间的间距为 1em，最后一个正常 {%- endcomment -%}
  .payment-icons>img {
    margin-bottom: .25rem;
    margin-right: .25rem;
  }
  .payment-icons {
    margin-right: -.25rem;
  }
.main-media-assets {
  padding-bottom: 100px;
}

.main-media-assets .press-crumbs {
  color: #000000;
  padding-bottom: 2.2222222222vw;
}

.main-media-assets .press-crumbs .light {
  color: #707070;
}

.main-media-assets .press-title {
  padding-bottom: 2.2222222222vw;
}

.main-media-assets .media-items .media-item {
  width: 460px;
  height: 220px;
  background-color: #fafafa;
  border-radius: 8px;
  margin-right: 30px;
}

.main-media-assets .media-items .media-item .img {
  width: 230px;
  height: 220px;
  border-radius: 8px 0 0 8px;
}

.main-media-assets .media-items .media-item .info {
  padding: 12px 30px 0;
  flex: 1;
}

.main-media-assets .media-items .media-item .info .title {
  line-height: 46px;
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid #E8E8E8;
}

.main-media-assets .media-items .media-item .info .title .size {
  font-size: 13px;
  color: #9F9F9F;
}

.main-media-assets .media-items .media-item .info .desc {
  line-height: 40px;
  font-size: 12px;
  color: #000000;
}

.main-media-assets .media-items .media-item .info .down-btn {
  margin-top: 62px;
  width: 140px;
  height: 36px;
  border: 1px solid #000000;
  border-radius: 4px;
  font-size: 12px;
  color: #000000;
  cursor: pointer;
}

.main-media-assets .media-items .media-item .info .down-btn:hover {
  border: 1px solid var(--se-purple);
  color: var(--se-purple);
}

.main-media-assets .media-items .media-item .info .down-btn .icon {
  width: 12px;
  height: 10px;
  margin-right: 4px;
}

@media (max-width: 998px) {
  .main-media-assets .media-items {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .main-media-assets .media-items .media-item {
    width: 100%;
    height: 10.25rem;
    border-radius: 0.375rem;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
  .main-media-assets .media-items .media-item .img {
    width: 10.75rem;
    height: 10.25rem;
    border-radius: 0.375rem 0 0 0.375rem;
  }
  .main-media-assets .media-items .media-item .info {
    padding: 0.75rem 1.1875rem 0;
  }
  .main-media-assets .media-items .media-item .info .title {
    line-height: 2rem;
    font-size: 0.75rem;
  }
  .main-media-assets .media-items .media-item .info .title .size {
    font-size: 0.625rem;
  }
  .main-media-assets .media-items .media-item .info .desc {
    line-height: 2.0625rem;
    font-size: 0.625rem;
  }
  .main-media-assets .media-items .media-item .info .down-btn {
    margin-top: 2.5rem;
    height: 1.6875rem;
    border: 0.0625rem solid #000000;
    border-radius: 0.25rem;
    font-size: 0.5rem;
    white-space: nowrap;
  }
  .main-media-assets .media-items .media-item .info .down-btn:hover {
    border: 0.0625rem solid var(--se-purple);
  }
  .main-media-assets .media-items .media-item .info .down-btn .icon {
    width: 0.625rem;
    height: 0.5625rem;
    margin-right: 0.25rem;
  }
}
.shopify-water-box1 {
  overflow: hidden;
  height: 700px;
}
.m-shopify-water-page1 {
  padding-bottom: 0;
  transform-origin: top center;
  transform: scale(0.7);
}
.m-shopify-water-page1 .progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 140px;
}
.m-shopify-water-page1 .progress-bar .bar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  padding-right: 4px;
  background-color: #D9D9D9;
  color: #000000;
}
.m-shopify-water-page1 .progress-bar .bar.selected {
  background-color: #6C04FC;
  color: #FFFFFF;
}
.m-shopify-water-page1 .progress-bar .line {
  width: 71px;
  height: 0;
  border-bottom: 1px solid #000000;
  margin: 0 5px;
}
.m-shopify-water-page1 .title {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  padding-bottom: 2px;
  
}
.m-shopify-water-page1 .room-items {
  display: flex;
  justify-content: center;
}
.m-shopify-water-page1 .room-items .item {
  margin: 0 30px;
}
.m-shopify-water-page1 .room-items .item.selected .room {
  border: 8px solid #6C04FC;
}
.m-shopify-water-page1 .room-items .item .name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  line-height: 88px;
  text-align: center;
}
.m-shopify-water-page1 .room-items .item .room {
  width: 384px;
  height: 442px;
  border: 3px solid #DADCE0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.m-shopify-water-page1 .room-items .item .room .img {
  width: 325px;
  height: 333px;
}
.m-shopify-water-page1 .next-btn {
  width: 183px;
  height: 68px;
  background: #000000;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  line-height: 68px;
  margin: 80px auto 0;
  color: #FFFFFF;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1200px) {
  .shopify-water-box1 {
    height: 600px;
  }
  .m-shopify-water-page1 {
    transform: scale(0.6);
  }
}
@media screen and (max-width: 1000px) {
  .shopify-water-box1 {
    height: auto;
  }
  .m-shopify-water-page1 {
    padding-top: 0;
    transform: scale(1);
    padding-bottom: 60px;
  }
  .m-shopify-water-page1 .progress-bar {
    height: 4rem;
  }
  .m-shopify-water-page1 .progress-bar .bar {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding-right: 0.125rem;
  }
  .m-shopify-water-page1 .progress-bar .line {
    width: 1.75rem;
    margin: 0 0.125rem;
  }
  .m-shopify-water-page1 .title {
    font-size: 2rem;
    padding: 0 1rem 1rem;
    box-sizing: border-box;
    line-height: 2.625rem;
  }
  .m-shopify-water-page1 .room-items {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
  }
  .m-shopify-water-page1 .room-items .item {
    width: 21.4375rem;
    height: 8.375rem;
    background: #FFFFFF;
    border: 1px solid #8C8C8C;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 2.25rem;
    margin: 0 0 1rem 0;
  }
  .m-shopify-water-page1 .room-items .item.selected {
    border: 1px solid #6C04FC;
    background: url("https://cdn.shopifycdn.net/s/files/1/0578/8110/0480/files/page-item-selected.png?v=1682048638") right bottom no-repeat;
    background-size: 2.5rem 2.5rem;
  }
  .m-shopify-water-page1 .room-items .item.selected .room {
    border: 0 none;
  }
  .m-shopify-water-page1 .room-items .item.selected .name {
    color: #6C04FC;
  }
  .m-shopify-water-page1 .room-items .item .name {
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: left;
    font-weight: 700;
    position: absolute;
    left: 10.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #8C8C8C;
  }
  .m-shopify-water-page1 .room-items .item .room {
    width: 6.875rem;
    height: 6.875rem;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
  }
  .m-shopify-water-page1 .room-items .item .room .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .m-shopify-water-page1 .next-btn {
    width: 10.5rem;
    height: 3rem;
    border-radius: 3rem;
    font-size: 1rem;
    line-height: 3rem;
    margin: 1.25rem auto 0;
  }
}
.shopify-water-box2 {
  overflow: hidden;
  height: 820px;
}
.m-shopify-water-page2 {
  padding-bottom: 0;
  transform-origin: top center;
  transform: scale(0.7);
}
.m-shopify-water-page2 .progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 140px;
}
.m-shopify-water-page2 .progress-bar .bar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  padding-right: 4px;
  background-color: #D9D9D9;
  color: #000000;
  text-decoration: none;
}
.m-shopify-water-page2 .progress-bar .bar.selected {
  background-color: #6C04FC;
  color: #FFFFFF;
}
.m-shopify-water-page2 .progress-bar .line {
  width: 71px;
  height: 0;
  border-bottom: 1px solid #000000;
  margin: 0 5px;
}
.m-shopify-water-page2 .title {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  padding-bottom: 10px;
  max-width: 1340px;
  word-break: break-word;
  margin: 0 auto;
  line-height: 68px;
}
.m-shopify-water-page2 .hydro-ease {
  width: 1000px;
  height: 662px;
  margin: 20px auto 0;
}
.m-shopify-water-page2 .hydro-ease .img {
  width: 100%;
  height: 100%;
}
.m-shopify-water-page2 .next-btn-group {
  display: flex;
  justify-content: center;
  padding-top: 48px;
}
.m-shopify-water-page2 .next-btn-group .btn-next {
  width: 183px;
  height: 68px;
  background: #000000;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  line-height: 68px;
  margin: 0 158px;
  color: #FFFFFF;
  cursor: pointer;
}
  
@media screen and (max-width: 1200px) {
  .shopify-water-box2 {
    height: 700px;
  }
  .m-shopify-water-page2 {
    transform: scale(0.6);
  }
}
  
@media screen and (max-width: 1000px) {
  .shopify-water-box2 {
    height: auto;
  }
  .m-shopify-water-page2 {
    padding-top: 0;
    transform: scale(1);
    padding-bottom: 60px;
  }
  .m-shopify-water-page2 .progress-bar {
    height: 4rem;
  }
  .m-shopify-water-page2 .progress-bar .bar {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding-right: 0.125rem;
  }
  .m-shopify-water-page2 .progress-bar .line {
    width: 1.75rem;
    margin: 0 0.125rem;
  }
  .m-shopify-water-page2 .title {
    font-size: 1.625rem;
    padding: 0 1rem 1rem;
    box-sizing: border-box;
    line-height: 2.625rem;
  }
  .m-shopify-water-page2 .hydro-ease {
    width: 21.4375rem;
    height: 14.125rem;
    margin-top: 1.25rem;
  }
  .m-shopify-water-page2 .next-btn-group {
    padding-top: 1.25rem;
  }
  .m-shopify-water-page2 .next-btn-group .btn-next {
    width: 10.5rem;
    height: 3rem;
    border-radius: 3rem;
    font-size: 1rem;
    line-height: 3rem;
    margin: 1.25rem auto 0; 
  }
}
.shopify-water-box3 {
  overflow: hidden;
  height: 780px;
}
.m-shopify-water-page3 {
  padding-bottom: 0;
  transform-origin: top center;
  transform: scale(0.7);
}
.m-shopify-water-page3 .progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 140px;
}
.m-shopify-water-page3 .progress-bar .bar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  padding-right: 4px;
  background-color: #D9D9D9;
  color: #000000;
  text-decoration: none;
}
.m-shopify-water-page3 .progress-bar .bar.selected {
  background-color: #6C04FC;
  color: #FFFFFF;
}
.m-shopify-water-page3 .progress-bar .line {
  width: 71px;
  height: 0;
  border-bottom: 1px solid #000000;
  margin: 0 5px;
}
.m-shopify-water-page3 .title {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  padding-bottom: 2px;
}
.m-shopify-water-page3 .time {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #6C04FC;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}
.m-shopify-water-page3 .room-items {
  display: flex;
  justify-content: center;
}
.m-shopify-water-page3 .room-items .item {
  margin: 0 30px;
}
.m-shopify-water-page3 .room-items .item.selected .room {
  border: 8px solid #6C04FC;
}
.m-shopify-water-page3 .room-items .item .name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  line-height: 88px;
  text-align: center;
}
.m-shopify-water-page3 .room-items .item .room {
  width: 384px;
  height: 442px;
  border: 3px solid #DADCE0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.m-shopify-water-page3 .room-items .item .room .img {
  width: 339px;
  height: 347px;
}
.m-shopify-water-page3 .next-btn {
  width: 183px;
  height: 68px;
  background: #000000;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  line-height: 68px;
  margin: 50px auto 0;
  color: #FFFFFF;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .shopify-water-box3 {
    height: 680px;
  }
  .m-shopify-water-page3 {
    transform: scale(0.6);
  }
}
  
@media screen and (max-width: 1000px) {
  .shopify-water-box3 {
    height: auto;
  }
  .m-shopify-water-page3 {
    padding-top: 0;
    transform: scale(1);
    padding-bottom: 60px;
  }
  .m-shopify-water-page3 .progress-bar {
    height: 4rem;
  }
  .m-shopify-water-page3 .progress-bar .bar {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding-right: 0.125rem;
  }
  .m-shopify-water-page3 .progress-bar .line {
    width: 1.75rem;
    margin: 0 0.125rem;
  }
  .m-shopify-water-page3 .title {
    font-size: 1.75rem;
    padding: 0 1rem 1rem;
    box-sizing: border-box;
    line-height: 2.25rem;
  }
  .m-shopify-water-page3 .time {
    font-size: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 1.875rem;
    word-break: break-word;
  }
  .m-shopify-water-page3 .room-items {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 1rem;
  }
  .m-shopify-water-page3 .room-items .item {
    width: 21.4375rem;
    height: 8.375rem;
    background: #FFFFFF;
    border: 1px solid #8C8C8C;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 2.25rem;
    margin: 0 0 1rem 0;
  }
  .m-shopify-water-page3 .room-items .item.selected {
    border: 1px solid #6C04FC;
    background: url("https://cdn.shopifycdn.net/s/files/1/0578/8110/0480/files/page-item-selected.png?v=1682048638") right bottom no-repeat;
    background-size: 2.5rem 2.5rem;
  }
  .m-shopify-water-page3 .room-items .item.selected .room {
    border: 0 none;
  }
  .m-shopify-water-page3 .room-items .item.selected .name {
    color: #6C04FC;
  }
  .m-shopify-water-page3 .room-items .item .name {
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: left;
    font-weight: 700;
    position: absolute;
    left: 10.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #8C8C8C;
  }
  .m-shopify-water-page3 .room-items .item .room {
    width: 6.875rem;
    height: 6.875rem;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
  }
  .m-shopify-water-page3 .room-items .item .room .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .m-shopify-water-page3 .next-btn {
    width: 10.5rem;
    height: 3rem;
    border-radius: 3rem;
    font-size: 1rem;
    line-height: 3rem;
    margin: 1.25rem auto 0;
  }
}
.shopify-water-box4 {
  overflow: hidden;
  height: 740px;
}
.m-shopify-water-page4 {
  padding-bottom: 0;
  transform-origin: top center;
  transform: scale(0.7);
}
.m-shopify-water-page4 .progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 140px;
}
.m-shopify-water-page4 .progress-bar .bar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  padding-right: 4px;
  background-color: #D9D9D9;
  color: #000000;
  text-decoration: none;
}
.m-shopify-water-page4 .progress-bar .bar.selected {
  background-color: #6C04FC;
  color: #FFFFFF;
}
.m-shopify-water-page4 .progress-bar .line {
  width: 71px;
  height: 0;
  border-bottom: 1px solid #000000;
  margin: 0 5px;
}
.m-shopify-water-page4 .title {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  padding-bottom: 2px;
  max-width: 1150px;
  word-break: break-word;
  margin: 0 auto;
}
.m-shopify-water-page4 .room-items {
  display: flex;
  justify-content: center;
}
.m-shopify-water-page4 .room-items .item {
  margin: 0 30px;
}
.m-shopify-water-page4 .room-items .item.selected .room {
  border: 8px solid #6C04FC;
}
.m-shopify-water-page4 .room-items .item .name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  line-height: 88px;
  text-align: center;
}
.m-shopify-water-page4 .room-items .item .room {
  width: 384px;
  height: 442px;
  border: 3px solid #DADCE0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.m-shopify-water-page4 .room-items .item .room .img {
  width: 256px;
  height: 252px;
}
.m-shopify-water-page4 .next-btn {
  width: 183px;
  height: 68px;
  background: #000000;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  line-height: 68px;
  margin: 50px auto 0;
  color: #FFFFFF;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .shopify-water-box4 {
    height: 620px;
  }
  .m-shopify-water-page4 {
    transform: scale(0.6);
  }
}
  
@media screen and (max-width: 1000px) {
   .shopify-water-box4 {
    height: auto;
  }
  .m-shopify-water-page4 {
    padding-top: 0;
    transform: scale(1);
    padding-bottom: 60px;
  }
  .m-shopify-water-page4 .progress-bar {
    height: 4rem;
  }
  .m-shopify-water-page4 .progress-bar .bar {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding-right: 0.125rem;
  }
  .m-shopify-water-page4 .progress-bar .line {
    width: 1.75rem;
    margin: 0 0.125rem;
  }
  .m-shopify-water-page4 .title {
    font-size: 1.75rem;
    padding: 0 1rem 1rem;
    box-sizing: border-box;
    line-height: 2.25rem;
  }
  .m-shopify-water-page4 .room-items {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 1rem;
  }
  .m-shopify-water-page4 .room-items .item {
    width: 21.4375rem;
    height: 8.375rem;
    background: #FFFFFF;
    border: 1px solid #8C8C8C;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 2.25rem;
    margin: 0 0 1rem 0;
  }
  .m-shopify-water-page4 .room-items .item.selected {
    border: 1px solid #6C04FC;
    background: url("https://cdn.shopifycdn.net/s/files/1/0578/8110/0480/files/page-item-selected.png?v=1682048638") right bottom no-repeat;
    background-size: 2.5rem 2.5rem;
  }
  .m-shopify-water-page4 .room-items .item.selected .room {
    border: 0 none;
  }
  .m-shopify-water-page4 .room-items .item.selected .name {
    color: #6C04FC;
  }
  .m-shopify-water-page4 .room-items .item .name {
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: left;
    font-weight: 700;
    position: absolute;
    left: 10.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #8C8C8C;
  }
  .m-shopify-water-page4 .room-items .item .room {
    width: 6.875rem;
    height: 6.875rem;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
  }
  .m-shopify-water-page4 .room-items .item .room .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .m-shopify-water-page4 .next-btn {
    width: 10.5rem;
    height: 3rem;
    border-radius: 3rem;
    font-size: 1rem;
    line-height: 3rem;
    margin: 1.25rem auto 0;
  }
}
.shopify-water-box5 {
  overflow: hidden;
  height: 800px; 
}
.m-shopify-water-page5 {
  padding-bottom: 0;
  transform-origin: top center;
  transform: scale(0.7);
}
.m-shopify-water-page5 .progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 140px;
}
.m-shopify-water-page5 .progress-bar .bar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  padding-right: 4px;
  background-color: #D9D9D9;
  color: #000000;
  text-decoration: none;
}
.m-shopify-water-page5 .progress-bar .bar.selected {
  background-color: #6C04FC;
  color: #FFFFFF;
}
.m-shopify-water-page5 .progress-bar .line {
  width: 71px;
  height: 0;
  border-bottom: 1px solid #000000;
  margin: 0 5px;
}
.m-shopify-water-page5 .title {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  padding-bottom: 2px;
  max-width: 1430px;
  word-break: break-word;
  line-height: 68px;
  margin: 0 auto;
}
.m-shopify-water-page5 .time {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #6C04FC;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}
.m-shopify-water-page5 .room-items {
  display: flex;
  justify-content: center;
}
.m-shopify-water-page5 .room-items .item {
  margin: 0 30px;
}
.m-shopify-water-page5 .room-items .item.selected .room {
  border: 8px solid #6C04FC;
}
.m-shopify-water-page5 .room-items .item .name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  line-height: 88px;
  text-align: center;
}
.m-shopify-water-page5 .room-items .item .room {
  width: 384px;
  height: 442px;
  border: 3px solid #DADCE0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.m-shopify-water-page5 .room-items .item .room .img {
  width: 256px;
  height: 252px;
}
.m-shopify-water-page5 .next-btn {
  width: 183px;
  height: 68px;
  background: #000000;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  line-height: 68px;
  margin: 50px auto 0;
  color: #FFFFFF;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .shopify-water-box5 {
    height: 700px;
  }
  .m-shopify-water-page5 {
    transform: scale(0.6);
  }
}
  
@media screen and (max-width: 1000px) {
  .shopify-water-box5 {
    height: auto;
  }
  .m-shopify-water-page5 {
    padding-top: 0;
    transform: scale(1);
    padding-bottom: 60px;
  }
  .m-shopify-water-page5 .progress-bar {
    height: 4rem;
  }
  .m-shopify-water-page5 .progress-bar .bar {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding-right: 0.125rem;
  }
  .m-shopify-water-page5 .progress-bar .line {
    width: 1.75rem;
    margin: 0 0.125rem;
  }
  .m-shopify-water-page5 .title {
    font-size: 1.75rem;
    padding: 0 1rem 1rem;
    box-sizing: border-box;
    line-height: 2.25rem;
  }
  .m-shopify-water-page5 .time {
    font-size: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 1.875rem;
    word-break: break-word;
  }
  .m-shopify-water-page5 .room-items {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 1rem;
  }
  .m-shopify-water-page5 .room-items .item {
    width: 21.4375rem;
    height: 8.375rem;
    background: #FFFFFF;
    border: 1px solid #8C8C8C;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 2.25rem;
    margin: 0 0 1rem 0;
  }
  .m-shopify-water-page5 .room-items .item.selected {
    border: 1px solid #6C04FC;
    background: url("https://cdn.shopifycdn.net/s/files/1/0578/8110/0480/files/page-item-selected.png?v=1682048638") right bottom no-repeat;
    background-size: 2.5rem 2.5rem;
  }
  .m-shopify-water-page5 .room-items .item.selected .room {
    border: 0 none;
  }
  .m-shopify-water-page5 .room-items .item.selected .name {
    color: #6C04FC;
  }
  .m-shopify-water-page5 .room-items .item .name {
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: left;
    font-weight: 700;
    position: absolute;
    left: 10.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #8C8C8C;
  }
  .m-shopify-water-page5 .room-items .item .room {
    width: 6.875rem;
    height: 6.875rem;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
  }
  .m-shopify-water-page5 .room-items .item .room .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .m-shopify-water-page5 .next-btn {
    width: 10.5rem;
    height: 3rem;
    border-radius: 3rem;
    font-size: 1rem;
    line-height: 3rem;
    margin: 1.25rem auto 0;
  }
}
.shopify-water-box6 {
  overflow: hidden;
  height: 720px;
}
.m-shopify-water-page6 {
  padding-bottom: 0;
  transform-origin: top center;
  transform: scale(0.7);
}
.m-shopify-water-page6 .progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 140px;
}
.m-shopify-water-page6 .progress-bar .bar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  padding-right: 4px;
  background-color: #D9D9D9;
  color: #000000;
  text-decoration: none;
}
.m-shopify-water-page6 .progress-bar .bar.selected {
  background-color: #6C04FC;
  color: #FFFFFF;
}
.m-shopify-water-page6 .progress-bar .line {
  width: 71px;
  height: 0;
  border-bottom: 1px solid #000000;
  margin: 0 5px;
}
.m-shopify-water-page6 .title {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  padding-bottom: 2px;
  max-width: 1285px;
  word-break: break-word;
  margin: 0 auto;
}
.m-shopify-water-page6 .room-items {
  display: flex;
  justify-content: center;
}
.m-shopify-water-page6 .room-items .item {
  margin: 0 30px;
}
.m-shopify-water-page6 .room-items .item.selected .room {
  border: 8px solid #6C04FC;
}
.m-shopify-water-page6 .room-items .item .name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  line-height: 88px;
  text-align: center;
}
.m-shopify-water-page6 .room-items .item .room {
  width: 384px;
  height: 442px;
  border: 3px solid #DADCE0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.m-shopify-water-page6 .room-items .item .room .img {
  width: 350px;
  height: 353px;
}
.m-shopify-water-page6 .next-btn {
  width: 183px;
  height: 68px;
  background: #000000;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  line-height: 68px;
  margin: 50px auto 0;
  color: #FFFFFF;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .shopify-water-box6 {
    height: 620px;
  }
  .m-shopify-water-page6 {
    transform: scale(0.6);
  }
}
  
@media screen and (max-width: 1000px) {
  .shopify-water-box6 {
    height: auto;
  }
  .m-shopify-water-page6 {
    padding-top: 0;
    transform: scale(1);
    padding-bottom: 60px;
  }
  .m-shopify-water-page6 .progress-bar {
    height: 4rem;
  }
  .m-shopify-water-page6 .progress-bar .bar {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding-right: 0.125rem;
  }
  .m-shopify-water-page6 .progress-bar .line {
    width: 1.75rem;
    margin: 0 0.125rem;
  }
  .m-shopify-water-page6 .title {
    font-size: 1.625rem;
    padding: 0 1rem 1rem;
    box-sizing: border-box;
    line-height: 2.125rem;
  }
  .m-shopify-water-page6 .room-items {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 1rem;
  }
  .m-shopify-water-page6 .room-items .item {
    width: 21.4375rem;
    height: 8.375rem;
    background: #FFFFFF;
    border: 1px solid #8C8C8C;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 2.25rem;
    margin: 0 0 1rem 0;
  }
  .m-shopify-water-page6 .room-items .item.selected {
    border: 1px solid #6C04FC;
    background: url("https://cdn.shopifycdn.net/s/files/1/0578/8110/0480/files/page-item-selected.png?v=1682048638") right bottom no-repeat;
    background-size: 2.5rem 2.5rem;
  }
  .m-shopify-water-page6 .room-items .item.selected .room {
    border: 0 none;
  }
  .m-shopify-water-page6 .room-items .item.selected .name {
    color: #6C04FC;
  }
  .m-shopify-water-page6 .room-items .item .name {
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: left;
    font-weight: 700;
    position: absolute;
    left: 10.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #8C8C8C;
  }
  .m-shopify-water-page6 .room-items .item .room {
    width: 6.875rem;
    height: 6.875rem;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
  }
  .m-shopify-water-page6 .room-items .item .room .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .m-shopify-water-page6 .next-btn {
    width: 10.5rem;
    height: 3rem;
    border-radius: 3rem;
    font-size: 1rem;
    line-height: 3rem;
    margin: 1.25rem auto 0;
  }
}
.shopify-water-box7 {
  overflow: hidden;
  height: 740px;
}
.m-shopify-water-page7 {
  padding-bottom: 0;
  transform-origin: top center;
  transform: scale(0.7);
}
.m-shopify-water-page7 .progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 140px;
}
.m-shopify-water-page7 .progress-bar .bar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  padding-right: 4px;
  background-color: #D9D9D9;
  color: #000000;
  text-decoration: none;
}
.m-shopify-water-page7 .progress-bar .bar.selected {
  background-color: #6C04FC;
  color: #FFFFFF;
}
.m-shopify-water-page7 .progress-bar .line {
  width: 71px;
  height: 0;
  border-bottom: 1px solid #000000;
  margin: 0 5px;
}
.m-shopify-water-page7 .title {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  padding-bottom: 2px;
  max-width: 1290px;
  word-break: break-word;
  margin: 0 auto;
}
.m-shopify-water-page7 .room-items {
  display: flex;
  justify-content: center;
}
.m-shopify-water-page7 .room-items .item {
  margin: 0 30px;
}
.m-shopify-water-page7 .room-items .item.selected .room {
  border: 8px solid #6C04FC;
}
.m-shopify-water-page7 .room-items .item .name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  line-height: 88px;
  text-align: center;
}
.m-shopify-water-page7 .room-items .item .room {
  width: 384px;
  height: 442px;
  border: 3px solid #DADCE0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.m-shopify-water-page7 .room-items .item .room .img {
  width: 350px;
  height: 353px;
}
.m-shopify-water-page7 .next-btn {
  width: 183px;
  height: 68px;
  background: #000000;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  line-height: 68px;
  margin: 50px auto 0;
  color: #FFFFFF;
  display: none;
  cursor: pointer;
}
  
@media screen and (max-width: 1200px) {
  .shopify-water-box7 {
    height: 640px;
  }
  .m-shopify-water-page7 {
    transform: scale(0.6);
  }
}
  
@media screen and (max-width: 1000px) {
  .shopify-water-box7 {
    height: auto;
  }
  .m-shopify-water-page7 {
    padding-top: 0;
    transform: scale(1);
    padding-bottom: 60px;
  }
  .m-shopify-water-page7 .progress-bar {
    height: 4rem;
  }
  .m-shopify-water-page7 .progress-bar .bar {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding-right: 0.125rem;
  }
  .m-shopify-water-page7 .progress-bar .line {
    width: 1.75rem;
    margin: 0 0.125rem;
  }
  .m-shopify-water-page7 .title {
    font-size: 1.625rem;
    padding: 0 1rem 1rem;
    box-sizing: border-box;
    line-height: 2.125rem;
  }
  .m-shopify-water-page7 .room-items {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 1rem;
  }
  .m-shopify-water-page7 .room-items .item {
    width: 21.4375rem;
    height: 8.375rem;
    background: #FFFFFF;
    border: 1px solid #8C8C8C;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 2.25rem;
    margin: 0 0 1rem 0;
  }
  .m-shopify-water-page7 .room-items .item.selected {
    border: 1px solid #6C04FC;
    background: url("https://cdn.shopifycdn.net/s/files/1/0578/8110/0480/files/page-item-selected.png?v=1682048638") right bottom no-repeat;
    background-size: 2.5rem 2.5rem;
  }
  .m-shopify-water-page7 .room-items .item.selected .room {
    border: 0 none;
  }
  .m-shopify-water-page7 .room-items .item.selected .name {
    color: #6C04FC;
  }
  .m-shopify-water-page7 .room-items .item .name {
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: left;
    font-weight: 700;
    position: absolute;
    left: 10.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #8C8C8C;
  }
  .m-shopify-water-page7 .room-items .item .room {
    width: 6.875rem;
    height: 6.875rem;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
  }
  .m-shopify-water-page7 .room-items .item .room .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .m-shopify-water-page7 .next-btn {
    width: 10.5rem;
    height: 3rem;
    border-radius: 3rem;
    font-size: 1rem;
    line-height: 3rem;
    margin: 1.25rem auto 0;
  }
}
.m-views-pixlee-widget {
  background-color: #ffffff;
  padding: 20px 0;
}

#photo_lightbox_wrapper_desktop #right_panel #middle_block {
    pointer-events: initial;
}
.shopify-water-box9 {
   overflow: hidden;
   height: 740px;
}
.m-shopify-water-page9 {
  padding: 60px 0;
  transform-origin: top center;
  transform: scale(0.7);
}
.m-shopify-water-page9 .title {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}
.m-shopify-water-page9 .start-over {
  padding-top: 60px;
    text-align: center;
}
.m-shopify-water-page9 .start-over .href {
   text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    display: inline-block;
    border-bottom: 1px solid #000000;
}
.m-shopify-water-page9 .room-items {
  display: flex;
  justify-content: center;
}
.m-shopify-water-page9 .room-items .item {
  margin: 0 135px;
}
.m-shopify-water-page9 .room-items .item .name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #6C04FC;
  line-height: 130px;
  text-align: center;
  padding-bottom: 20px;
}
.m-shopify-water-page9 .room-items .item .room {
  width: 363px;
  height: 400px;
  border: 3px solid #DADCE0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.m-shopify-water-page9 .room-items .item .room .img {
  width: 290px;
  height: 334px;
}
.m-shopify-water-page9 .buy-now {
  width: 220px;
  height: 80px;
  background: #000000;
  border-radius: 80px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  line-height: 80px;
  margin: 80px auto 0;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .shopify-water-box9 {
     height: 640px;
  }
  .m-shopify-water-page9 {
    transform: scale(0.6);
  }
}
@media screen and (max-width: 1000px) {
  .shopify-water-box9 {
     height: auto;
  }
  .m-shopify-water-page9 {
    padding-top: 64px;
    transform: scale(1);
    padding-bottom: 60px;
  }
  .m-shopify-water-page9 .title {
    font-size: 1.5rem;
    padding: 0 1rem 2rem;
    box-sizing: border-box;
    line-height: 2rem;
  }
  .m-shopify-water-page9 .time {
    font-size: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 1.875rem;
    word-break: break-word;
  }
  .m-shopify-water-page9 .room-items {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 1rem;
  }
  .m-shopify-water-page9 .room-items .item {
    width: 21.4375rem;
    height: 8.375rem;
    background: #FFFFFF;
    border: 1px solid #8C8C8C;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 2.25rem;
    margin: 0 0 1rem 0;
  }
  .m-shopify-water-page9 .room-items .item .name {
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: left;
    font-weight: 700;
    position: absolute;
    right: 4.25rem;
    top: 1.75rem;
    color: #8C8C8C;
  }
  .m-shopify-water-page9 .room-items .item .room {
    width: 6.875rem;
    height: 6.875rem;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
  }
  .m-shopify-water-page9 .room-items .item .room .img { 
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .m-shopify-water-page9 .buy-now {
    width: 4.8125rem;
    height: 1.875rem;
    border-radius: 3rem;
    font-size: 0.75rem;
    line-height: 1.875rem;
    margin: 0;
    position: absolute;
    bottom: 1.875rem;
    right: 4.25rem;
    z-index: 9;
    text-decoration: none;
  }
  .m-shopify-water-page9 .start-over {
    padding-top: 3.75rem;
  }
  .m-shopify-water-page9 .start-over .href {
    font-size: 0.875rem;
  }
}