@import "blackfriday2021.css";
@media (min-width: 420px) {
  .section-copy p strong {
    font-size: 7vw;
  }
}
@media (min-width: 768px) {
  .section-copy, .secton-fourth-copy {
    width: 100%;
    max-width: none;
  }
  header, section {
    padding: 15% 0;
  }
  section {
    padding: 3% 0 10%;
  }
  header ul.row li {
    padding: 0 15px;
    width: calc(100% /3);
  }
  .elena {
    width: 54%;
    max-width: none;
  }
  .elena_small {
    width: 100%;
    max-width: none;
  }
  h2 {
    font-size: 4vw;
  }
  h2 + span {
    font-size: 3.2vw;
  }
  .section-copy p {
    font-size: 6.4vw;
  }
  .section-copy p strong {
    font-size: 7.4vw;
    margin: 0;
  }
  .section-copy p span {
    font-size: 4vw;
    display: inline-block;
  }
  .hero-title {
    width: 100%;
    max-width: 80%;
    padding: 0;
  }
  .hero-title p {
    font-size: 4.4vw;
    margin: 6% 0 10%;
  }
  header .buyNow {
    margin: 0 auto;
    width: 80%;
    max-width: none;
  }
  header .buyNow a:hover {
    transform: scale(1.1);
    background-color: rgba(0, 0, 0, .5);
  }
  .secton-third .section-copy small {
    display: block;
  }
  .secton-fourth dl.row dt {
    width: 40%;
    padding-right: 6%;
  }
  .secton-fourth dl.row dd {
    width: 30%;
  }
  .secton-third .section-copy p, .secton-third .section-copy p span {
    font-size: 3vw;
    max-width: none;
  }
  .products-group, .products-combine {
    max-width: 88%;
  }
  .secton-third .section-copy {
    max-width: 540px;
  }
  .secton-third .section-copy p span {
    display: block
  }
}
@media (min-width: 800px) {
  .elena {
    margin: 0;
  }
  .elena, .elena_small {
    width: 100%;
  }
  .secton-third .section-copy {
    max-width: none;
  }
  .secton-third dl.row dt {
    width: 39%;
  }
  .secton-third dl.row dd {
    width: 50%;
  }
  .secton-third .section-copy p, .secton-third .section-copy p span {
    font-size: 2vw;
  }
}
@media (min-width: 1366px) {
  h2 {
    font-size: 2.6vw;
  }
  h2 + span {
    font-size: 2vw;
  }
  .hero-title p {
    font-size: 3vw;
  }
  .section-copy p {
    font-size: 5vw;
  }
  .section-copy p strong {
    font-size: 6vw;
  }
  .section-copy p span {
    font-size: 2.6vw;
  }
  .hero-title {
    max-width: 50%;
  }
  .secton-third .section-copy p, .secton-third .section-copy p span {
    font-size: 1.7vw;
  }
  .products-group, .products-combine {
    max-width: 57%;
  }
}
@media screen and (orientation:landscape) and (min-device-width: 319px) and (max-device-width: 480px) {}