@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
.summer-landing {
  font-family: "Montserrat";
  color: #ffffff;
}
.summer-landing * {
  box-sizing: border-box;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 24px;
  }
}

.btn {
  width: 276px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 0;
  color: #1D1D1D;
  border: 1px solid;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn {
    height: 48px;
  }
}
.btn--default {
  background-color: #FEC465;
  color: #1D1D1D;
  border-color: #FEC465;
}
.btn--default:hover {
  background-color: transparent;
  color: #FEC465;
}

.sum-landing-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 640px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .sum-landing-banner {
    display: block;
    background-image: none !important;
    height: auto !important;
    background-color: #000000;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .sum-landing-banner .desktop {
    display: none;
  }
}
.sum-landing-banner .mobile {
  display: none;
}
@media (max-width: 768px) {
  .sum-landing-banner .mobile {
    display: block !important;
  }
}
.sum-landing-banner.second {
  height: 612px;
}
.sum-landing-banner.second .sum-landing-banner__title {
  max-width: 460px;
}
.sum-landing-banner.third {
  height: 646px;
}
.sum-landing-banner.third .sum-landing-banner__title {
  max-width: 460px;
  font-size: 45px;
}
@media (max-width: 768px) {
  .sum-landing-banner {
    padding-top: 0;
    background-image: none !important;
  }
}
.sum-landing-banner__content {
  flex: 1;
}
@media (max-width: 768px) {
  .sum-landing-banner .desktop {
    display: none;
  }
}
.sum-landing-banner .mobile {
  display: none;
}
@media (max-width: 768px) {
  .sum-landing-banner .mobile {
    display: block !important;
  }
}
.sum-landing-banner__title {
  margin-bottom: 20px;
  max-width: 630px;
  font-size: 54px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -2.5%;
}
@media (max-width: 768px) {
  .sum-landing-banner__title {
    font-size: 34px !important;
  }
}
.sum-landing-banner__title span {
  color: #FEC465;
}
.sum-landing-banner__subtitle {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  max-width: 430px;
}
@media (max-width: 768px) {
  .sum-landing-banner__subtitle {
    font-size: 14px !important;
  }
}
.sum-landing-banner__subtitle span {
  font-weight: 600;
}
.sum-landing-banner__button {
  margin-top: 44px;
}
@media (max-width: 768px) {
  .sum-landing-banner__button {
    flex-direction: column;
    margin-top: 14px;
  }
  .sum-landing-banner__button .btn {
    text-align: center;
  }
}
.sum-landing-banner__feature {
  margin-top: 44px;
}
@media (max-width: 768px) {
  .sum-landing-banner__feature {
    margin-top: 16px;
  }
}
.sum-landing-banner__feature__item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.sum-landing-banner__feature__item img {
  height: 20px;
  width: auto;
  margin-right: 12px;
}
.sum-landing-banner__feature__item--text {
  font-size: 16px;
  line-height: 1.3;
  font-weight: Bold;
}
@media (max-width: 768px) {
  .sum-landing-banner__feature__item--text {
    font-size: 14px;
  }
}

.sum-landing-worldwide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 570px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .sum-landing-worldwide {
    display: block;
    height: auto !important;
    background-image: none !important;
    background-color: #000000;
    padding-bottom: 40px;
  }
}
.sum-landing-worldwide__content {
  flex: 1;
}
@media (max-width: 768px) {
  .sum-landing-worldwide .desktop {
    display: none;
  }
}
.sum-landing-worldwide .mobile {
  display: none;
}
@media (max-width: 768px) {
  .sum-landing-worldwide .mobile {
    display: block !important;
  }
}
.sum-landing-worldwide__title {
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .sum-landing-worldwide__title {
    font-size: 34px;
    text-align: left;
  }
}
.sum-landing-worldwide__title span {
  color: #FEC465;
}
.sum-landing-worldwide__subtitle {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 700px;
  text-align: center;
}
@media (max-width: 768px) {
  .sum-landing-worldwide__subtitle {
    margin-bottom: 16px;
    font-size: 14px;
    text-align: left;
  }
}
.sum-landing-worldwide__subtitle span {
  font-weight: 600;
}
.sum-landing-worldwide__feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .sum-landing-worldwide__feature {
    flex-wrap: wrap;
  }
}
.sum-landing-worldwide__feature__item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .sum-landing-worldwide__feature__item {
    width: 100%;
  }
}
.sum-landing-worldwide__feature__item img {
  height: 20px;
  width: auto;
  margin-right: 12px;
}
.sum-landing-worldwide__feature__item--text {
  font-size: 16px;
  line-height: 1.3;
  font-weight: Bold;
}
@media (max-width: 768px) {
  .sum-landing-worldwide__feature__item--text {
    font-size: 14px;
  }
}

.sum-landing-product-list {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .sum-landing-product-list {
    padding: 32px 0;
  }
}
.sum-landing-product-list__title {
  margin: 0 auto 16px auto;
  color: #1D1D1D;
  max-width: 750px;
  font-size: 54px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -2.5%;
}
@media (max-width: 768px) {
  .sum-landing-product-list__title {
    margin: 0 0 16px 0;
    text-align: left;
    font-size: 34px;
  }
}
.sum-landing-product-list__subtitle {
  margin: 0 auto 50px auto;
  color: #1D1D1D;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 768px) {
  .sum-landing-product-list__subtitle {
    margin: 0 0 32px 0;
    text-align: left;
    font-size: 14px;
  }
}
.sum-landing-product-list__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 30px;
}
@media (max-width: 768px) {
  .sum-landing-product-list__list {
    gap: 30px;
  }
}
.sum-landing-product-list__list--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 calc(25% - 22.5px);
}
@media (max-width: 768px) {
  .sum-landing-product-list__list--item {
    flex-basis: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .sum-landing-product-list__list--item {
    flex-basis: 100%;
  }
}
.sum-landing-product-list__list--item--image {
  margin-bottom: 16px;
}
.sum-landing-product-list__list--item--image img {
  width: 222px;
  max-width: 100%;
  height: auto;
}
.sum-landing-product-list__list--item--name {
  margin-bottom: 10px;
  color: #1D1D1D;
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  font-weight: Bold;
  text-transform: uppercase;
}
.sum-landing-product-list__list--item--price {
  margin-bottom: 14px;
  color: #1D1D1D;
  font-size: 22px;
  text-align: center;
}
.sum-landing-product-list__list--item--price del, .sum-landing-product-list__list--item--price ins {
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  font-weight: 400;
}
.sum-landing-product-list__list--item--price del {
  padding-right: 5px;
}
.sum-landing-product-list__list--item .btn {
  width: 230px;
  max-width: 100%;
  margin-top: auto;
}
.sum-landing-product-list__list--item.is-large {
  flex-basis: calc(33.333% - 20px);
}
@media (max-width: 768px) {
  .sum-landing-product-list__list--item.is-large {
    flex-basis: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .sum-landing-product-list__list--item.is-large {
    flex-basis: 100%;
  }
}
.sum-landing-product-list__list--item.is-large .sum-landing-product-list__list--item--image img {
  width: 300px;
}
@media (max-width: 768px) {
  .sum-landing-product-list__list--item.is-large .sum-landing-product-list__list--item--image img {
    width: 222px;
  }
}
.sum-landing-product-list__list--item.is-large .sum-landing-product-list__list--item--name {
  font-size: 28px;
}
@media (max-width: 768px) {
  .sum-landing-product-list__list--item.is-large .sum-landing-product-list__list--item--name {
    font-size: 22px;
  }
}
.sum-landing-product-list__list--item.is-large .sum-landing-product-list__list--item--price {
  font-size: 28px;
}
@media (max-width: 768px) {
  .sum-landing-product-list__list--item.is-large .sum-landing-product-list__list--item--price {
    font-size: 22px;
  }
}
.sum-landing-product-list__list--item.is-large .sum-landing-product-list__list--item--price del, .sum-landing-product-list__list--item.is-large .sum-landing-product-list__list--item--price ins {
  font-size: 28px;
}
@media (max-width: 768px) {
  .sum-landing-product-list__list--item.is-large .sum-landing-product-list__list--item--price del, .sum-landing-product-list__list--item.is-large .sum-landing-product-list__list--item--price ins {
    font-size: 22px;
  }
}
.sum-landing-product-list__list--item.is-large .btn {
  width: 300px;
}
@media (max-width: 768px) {
  .sum-landing-product-list__list--item.is-large .btn {
    width: 230px;
  }
}

.sum-landing-products__list--item {
  padding: 80px 0;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .sum-landing-products__list--item {
    background-image: none !important;
    display: block;
    padding: 0 0 40px 0;
    margin-top: -40px;
    background-color: #000000;
  }
}
.sum-landing-products__list--item--mobile-image {
  display: none;
}
@media (max-width: 768px) {
  .sum-landing-products__list--item--mobile-image {
    display: block;
  }
}
.sum-landing-products__list--item--wrapper {
  max-width: 470px;
}
.sum-landing-products__list--item--tag {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
}
.sum-landing-products__list--item--name {
  margin-bottom: 14px;
  font-size: 47px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}
.sum-landing-products__list--item--content {
  margin-bottom: 44px;
}
.sum-landing-products__list--item--content table.specification {
  height: auto !important;
  width: auto !important;
}
.sum-landing-products__list--item--content table.specification tr:hover {
  background: none !important;
}
.sum-landing-products__list--item--content table.specification tr td {
  padding: 0 !important;
  font-size: 12px;
  font-weight: 400;
  border: 0 !important;
  text-transform: uppercase;
}
.sum-landing-products__list--item--content table.specification tr td.specification-value {
  text-transform: capitalize;
  font-weight: Bold;
  text-align: left;
}
.sum-landing-products__list--item--content table.specification tr td:first-child {
  width: 130px;
}

/*# sourceMappingURL=summer-landing.css.map */
