@font-face {
  font-family: "Avenir";
  src: url("https://nxmcdn.com/fonts/xog/Avenir-Book.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("https://nxmcdn.com/fonts/xog/Avenir-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("https://nxmcdn.com/fonts/xog/Avenir-Black.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("https://nxmcdn.com/fonts/xog/AvenirBlack.otf") format("opentype");
  font-weight: 750;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("https://nxmcdn.com/fonts/xog/AvenirMedium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
.shipping-alert {
  padding: 17px 0;
}
.shipping-alert p {
  color: #b9262b;
  font-family: Avenir;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .shipping-alert p {
    font-size: 20px;
  }
}

.banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  padding-right: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .banner .banner-content {
    padding-right: 20px;
  }
}
.banner .banner-content h1 {
  color: #fff;
  text-align: right;
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  text-transform: uppercase;
  font-size: clamp(3.125rem, 0.7647rem + 3.8031vw, 4.1875rem);
}
@media screen and (max-width: 1440px) {
  .banner .banner-content h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-content h1 {
    font-size: 26px;
  }
}
.banner .banner-content p {
  color: #fff;
  font-family: "Avenir LT Std";
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 15px 0 !important;
}
@media screen and (max-width: 991px) {
  .banner .banner-content p {
    font-size: 20px;
  }
}
.banner .banner-content .find-color {
  color: #fff;
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  border-radius: 15px;
  border: 5px solid #fff;
  /* height: 70px; */
  /* width: 350px; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: clamp(1rem, -1.2215rem + 3.5794vw, 2rem);
  padding: 26px 22px;
}
@media screen and (max-width: 991px) {
  .banner .banner-content .find-color {
    font-size: 20px;
    width: 273px;
    height: 60px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-content .find-color {
    margin-right: 0;
  }
}

.shopby {
  padding: 50px 40px;
}
@media screen and (max-width: 991px) {
  .shopby {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .shopby {
    padding: 50px 20px;
  }
}
.shopby a {
  display: flex;
  padding: 26px 22px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: var(--Main-Color, #c10003);
  color: #fff;
  font-family: Avenir;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: clamp(1rem, -1.2215rem + 3.5794vw, 1.5rem);
}
@media screen and (max-width: 991px) {
  .shopby a {
    display: flex;
    width: 100%;
    height: 81px;
    padding: 26px 22px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: var(--Main-Color, #c10003);
    font-size: 22px;
    max-width: 273px;
  }
}
@media screen and (max-width: 767px) {
  .shopby a {
    margin-bottom: 30px;
  }
}
.shopby h1 {
  color: var(--Main-Color, #c10003);
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  text-transform: uppercase;
  font-size: clamp(1.375rem, -1.8184rem + 5.1454vw, 2.8125rem);
}
@media screen and (max-width: 991px) {
  .shopby h1 {
    font-size: 22px;
  }
}

.diff {
  padding-top: 90px;
}
@media screen and (max-width: 991px) {
  .diff {
    padding-top: 40px;
  }
}
.diff h1 {
  color: var(--Main-Color, #c10003);
  font-family: "Avenir LT Std";
  font-size: 65px;
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 40px;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 991px) {
  .diff h1 {
    font-size: 45px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .diff h1 {
    font-size: 36px;
    padding: 0;
  }
}
.diff h1 span {
  font-size: 38px;
}
@media screen and (max-width: 991px) {
  .diff h1 span {
    font-size: 43px;
  }
}
@media screen and (max-width: 767px) {
  .diff h1 span {
    font-size: 28px;
  }
}
.diff p {
  color: #fff;
  text-align: center;
  font-family: "Avenir LT Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .diff p {
    font-size: 12px;
  }
}
.diff .red-wrapper {
  background: var(--Main-Color, #c10003);
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .diff .red-wrapper {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .diff .red-wrapper {
    margin-top: 30px;
  }
}
.diff .red-block {
  padding: 20px 20px 50px;
}
@media screen and (max-width: 991px) {
  .diff .red-block {
    padding: 20px 10px 50px;
  }
}

.exp {
  padding: 50px 40px;
}
@media screen and (max-width: 991px) {
  .exp {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .exp {
    padding: 50px 20px;
  }
}
.exp a {
  display: flex;
  padding: 26px 22px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: var(--Main-Color, #c10003);
  color: #fff;
  font-family: Avenir;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: clamp(1rem, -1.2215rem + 3.5794vw, 1.5rem);
  max-width: 294px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .exp a {
    font-size: 16px;
    width: 200px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .exp a {
    margin-top: 30px;
    color: #fff;
    font-family: Avenir;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    width: 273px;
    height: 81px;
    padding: 26px 22px;
    justify-content: center;
    align-items: center;
  }
}
.exp h1 {
  color: #000;
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 65%;
  font-size: clamp(1.75rem, 0.2227rem + 2.4609vw, 2.4375rem);
}
@media screen and (max-width: 991px) {
  .exp h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .exp h1 {
    text-align: center;
    width: 100%;
    font-size: 26px;
  }
}

.empower {
  padding: 50px 40px;
}
@media screen and (max-width: 991px) {
  .empower {
    padding: 25px 20px;
  }
}
.empower h1 {
  color: var(--Main-Color, #c10003);
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px !important;
  font-size: clamp(1.875rem, -0.763rem + 4.2506vw, 3.0625rem);
}
@media screen and (max-width: 991px) {
  .empower h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .empower h1 {
    text-align: center;
    font-size: 26px;
    margin-top: 60px;
  }
}
.empower p {
  color: #000;
  font-family: "Avenir LT Std";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 991px) {
  .empower p {
    font-size: 16px;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .empower p {
    text-align: center;
    font-size: 22px;
  }
}
.empower a {
  display: flex;
  /* height: 79px; */
  padding: 26px 22px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: var(--Main-Color, #c10003);
  color: #fff;
  font-family: Avenir;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: auto;
  font-size: clamp(1rem, -1.2215rem + 3.5794vw, 1.5rem);
  max-width: 294px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .empower a {
    font-size: 16px;
    width: 200px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .empower a {
    margin: 0 auto;
    color: #fff;
    font-family: Avenir;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    width: 273px;
    height: 81px;
    padding: 26px 22px;
    justify-content: center;
    align-items: center;
  }
}

.bold {
  padding: 45px 40px;
}
@media screen and (max-width: 991px) {
  .bold {
    padding: 45px 20px;
  }
}
.bold h1 {
  color: var(--Main-Color, #c10003);
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  text-transform: uppercase;
  /* margin-top: -30px; */
  font-size: clamp(1.875rem, -4.3729rem + 10.0671vw, 4.6875rem);
}
@media screen and (max-width: 991px) {
  .bold h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .bold h1 {
    margin-top: 0;
    font-size: 44px;
    text-align: center;
  }
}
.bold a {
  color: #fff;
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  /* width: 387px; */
  /* height: 96px; */
  padding: 26px 22px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: var(--Main-Color, #c10003);
  text-decoration: none;
  font-size: clamp(1rem, -1.2215rem + 3.5794vw, 1.6rem);
  max-width: 294px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .bold a {
    font-size: 16px;
    width: 200px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .bold a {
    margin: 30px 0;
    color: #fff;
    font-family: "Avenir LT Std";
    font-size: 22px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    width: 313px;
    height: 78px;
    padding: 26px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    max-width: 273px;
  }
}
@media screen and (max-width: 424px) {
  .bold a {
    width: 100%;
    height: 81px;
    font-size: 22px;
  }
}

.artist {
  padding-bottom: 60px;
}
.artist p {
  color: #000;
  font-family: "Avenir LT Std";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 30px !important;
}
@media screen and (max-width: 991px) {
  .artist p {
    font-size: 20px;
    margin: 20px 15px !important;
  }
}
.artist .artist-block:first-child {
  padding-right: 50px !important;
}
@media screen and (max-width: 991px) {
  .artist .artist-block:first-child {
    padding-right: 0 !important;
  }
}
.artist .artist-block:last-child {
  padding-left: 50px !important;
}
@media screen and (max-width: 991px) {
  .artist .artist-block:last-child {
    padding-left: 0 !important;
  }
}

.must {
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .must {
    padding: 0 20px;
  }
}
.must h1 {
  color: var(--Main-Color, #c10003);
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  text-transform: uppercase;
  font-size: clamp(2.5rem, -2.3595rem + 7.83vw, 4.6875rem);
}
@media screen and (max-width: 991px) {
  .must h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .must h1 {
    padding: 0 20px;
    text-align: center;
    font-size: 40px;
  }
}
.must a {
  text-decoration: none;
  color: #fff;
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  /* width: 343px; */
  /* height: 96px; */
  padding: 26px 22px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: var(--Main-Color, #c10003);
  font-size: clamp(1rem, -1.2215rem + 3.5794vw, 1.5rem);
  max-width: 294px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .must a {
    font-size: 16px;
    width: 200px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .must a {
    margin: 30px auto 0;
    color: #fff;
    font-family: "Avenir LT Std";
    font-size: 22px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    width: 343px;
    height: 81px;
    padding: 26px 22px;
    justify-content: center;
    align-items: center;
    max-width: 273px;
  }
}
@media screen and (max-width: 424px) {
  .must a {
    width: 100%;
    font-size: 22px;
  }
}

.bestsellers {
  padding: 50px 40px;
}
@media screen and (max-width: 991px) {
  .bestsellers {
    padding: 25px 20px;
  }
}
.bestsellers .product-block {
  text-decoration: none;
}
.bestsellers .product-vendor {
  color: #979797;
  font-family: "Avenir LT Std";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .bestsellers .product-vendor {
    font-size: 18px;
  }
}
.bestsellers .product-title {
  color: #000;
  font-family: "Avenir LT Std";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 15px;
  height: 65px;
}
@media screen and (max-width: 991px) {
  .bestsellers .product-title {
    margin-top: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .bestsellers .product-title {
    margin-top: 15px;
    font-size: 26px;
  }
}
.bestsellers .review {
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .bestsellers .review img {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .bestsellers .review img {
    width: 140px;
  }
}
.bestsellers .review span {
  color: #000;
  font-family: "Avenir LT Std";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .bestsellers .review span {
    margin-left: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .bestsellers .review span {
    margin-left: 30px;
    font-size: 26px;
  }
}

.fall {
  padding: 50px 40px;
}
@media screen and (max-width: 991px) {
  .fall {
    padding: 25px 20px;
  }
}
.fall h1 {
  color: var(--Main-Color, #c10003);
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px !important;
  font-size: clamp(2.8125rem, -1.3528rem + 6.7114vw, 4.6875rem);
}
@media screen and (max-width: 991px) {
  .fall h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .fall h1 {
    text-align: center;
    font-size: 50px;
  }
}
.fall h1 span {
  color: var(--Main-Color, #c10003);
  font-family: Avenir;
  font-size: 75px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: lowercase;
}
@media screen and (max-width: 991px) {
  .fall h1 span {
    font-size: 45px;
  }
}
.fall h3 {
  color: #000;
  text-align: center;
  font-family: "Avenir LT Std";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .fall h3 {
    font-size: 18px;
  }
}
.fall .review {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .fall .review img {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .fall .review img {
    width: 140px;
  }
}
.fall .review span {
  color: #000;
  font-family: "Avenir LT Std";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .fall .review span {
    margin-left: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .fall .review span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fall .fall-block {
    margin-bottom: 30px;
  }
  .fall .fall-block:last-child {
    margin-bottom: 0;
  }
}

.footer {
  background: var(--Main-Color, #c10003);
  padding: 45px 40px 75px;
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 25px 15px 100px 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 25px 5px 100px 5px;
  }
}
@media screen and (max-width: 991px) {
  .footer img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .footer img {
    width: 215px;
  }
}
.footer ul,
.footer li {
  list-style: none;
}
.footer h3 {
  color: #fff;
  font-family: "Avenir LT Std";
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px !important;
}
@media screen and (max-width: 991px) {
  .footer h3 {
    font-size: 14px;
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .footer h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.footer a {
  color: #fff;
  font-family: "Avenir LT Std";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .footer a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer a {
    font-size: 17px;
  }
}
.footer .logo-block {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer .logo-block {
    margin-bottom: 60px;
  }
}
.footer .logo-block p {
  color: #fff;
  font-family: "Avenir LT Std";
  font-size: 31px;
  font-weight: 600;
  line-height: normal;
  margin-left: 30px;
  font-style: italic;
}
@media screen and (max-width: 991px) {
  .footer .logo-block p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer .logo-block p {
    text-align: center;
    margin-left: 0;
    margin-top: 30px;
  }
}
.footer .footer-links {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .footer .footer-links {
    margin-left: 0;
  }
}
.footer .footer-links li {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 991px) {
  .footer .footer-links li {
    margin-bottom: 15px !important;
  }
}
.footer .footer-links p {
  color: #fff;
  font-family: "Avenir LT Std";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .footer .footer-links p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-links p {
    font-size: 17px;
    width: 70%;
  }
}
.footer .footer-links p:last-child {
  color: #fff;
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media screen and (max-width: 991px) {
  .footer .footer-links p:last-child {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-links p:last-child {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
}
.footer .footer-links button {
  color: var(--Main-Color, #c10003);
  font-family: "Avenir LT Std";
  font-size: 19px;
  font-style: normal;
  font-weight: 750;
  line-height: normal;
  width: 65px;
  height: 37px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: 0;
}
@media screen and (max-width: 991px) {
  .footer .footer-links button {
    height: 20px;
    font-size: 12px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-links button {
    width: 65px;
    height: 37px;
    font-size: 19px;
  }
}
.footer .footer-links input {
  width: calc(100% - 75px);
  background: none;
  border: 0;
  outline: 0;
  color: #fff;
  font-family: "Avenir LT Std";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .footer .footer-links input {
    font-size: 12px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-links input {
    font-size: 19px;
    width: calc(100% - 75px);
  }
}
.footer .footer-links input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer .footer-links input::placeholder {
  color: #fff;
  opacity: 1;
}
.footer .footer-links .email-wrap {
  border: 1px solid #fff;
  background: var(--Main-Color, #c10003);
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  margin: 30px 0 15px;
}
.footer .footer-links .phone-wrap {
  border: 1px solid #fff;
  background: var(--Main-Color, #c10003);
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .footer .footer-links .link-block {
    margin-bottom: 30px;
  }
  .footer .footer-links .link-block:last-child {
    margin-bottom: 0;
  }
}
.footer .social-block {
  margin-left: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer .social-block {
    margin-top: 60px;
    margin-left: 0;
  }
}
.footer .social-block h1 {
  color: #fff;
  font-family: "Avenir LT Std";
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .footer .social-block h1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer .social-block h1 {
    text-align: center;
    font-size: 25px;
  }
}
.footer .social-block .social-links {
  margin-left: 30px !important;
  margin-top: 30px !important;
}
@media screen and (max-width: 991px) {
  .footer .social-block .social-links {
    margin-left: 10px !important;
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .footer .social-block .social-links {
    margin-top: 30px !important;
    justify-content: center;
    margin-left: 0 !important;
  }
}
.footer .social-block .social-links li {
  margin: 0 20px !important;
}
@media screen and (max-width: 991px) {
  .footer .social-block .social-links li {
    margin: 0 10px !important;
  }
}
@media screen and (max-width: 991px) {
  .footer .social-block .social-links img {
    width: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer .social-block .social-links img {
    width: 35px;
  }
}
.footer .social-block .social-links img {
  width: 35px;
}
.footer .copyright {
  margin-top: 50px !important;
}
.footer .copyright p {
  color: #fff;
  font-family: "Avenir LT Std";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


@media screen and (min-width: 991px) {

  .custom-gap {
    gap: 10rem; /* Adjust as needed */
  }

}

@media only screen and (min-width: 820px) and (max-width: 820px){
  .custom-gap {
    gap: 2rem; /* 2rem gap at 820px */
  }
}


@media screen and (max-width: 991px) {
  .footer .copyright p {
    font-size: 14px;
  }
  .custom-gap {
    gap: 2rem; /* Adjust as needed */
  }

}
@media screen and (max-width: 767px) {
  .footer .copyright p {
    margin-right: 0 !important;
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px !important;
  }

  .custom-gap {
    gap: 0rem; /* Adjust as needed */
  }

}
.footer .copyright a {
  color: #fff;
  font-family: "Avenir LT Std";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .footer .copyright a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer .copyright a {
    font-size: 17px;
    margin-right: 0px;
  }
}
.footer .copyright a:last-child {
  margin-right: 0;
}
.announcement-bar {
  background: #c00000;
}
.grecaptcha-badge {
  position: absolute !important;
  bottom: 20px !important;
  right: 0 !important;
}

.marquee.shipping-alert {
  --duration: 10s;
  display: flex;
  gap: var(--gap);
  overflow: hidden;
  white-space: nowrap;
}
.marquee.shipping-alert:hover .marquee__wrapper {
  animation-play-state: paused;
}
.marquee.shipping-alert .marquee__wrapper {
  display: flex;
  flex-shrink: 0;
  gap: var(--gap);
  justify-content: space-around;
  min-width: 100%;
}
.marquee.shipping-alert .marquee__wrapper--a {
  animation: var(--duration) slide-1 1 linear, calc(var(--duration) * 2) slide-2 var(--duration) infinite linear;
}
.marquee.shipping-alert .marquee__wrapper--b {
  animation: calc(var(--duration) * 2) slide-3 infinite linear;
}
.marquee.shipping-alert .marquee p {
  font-size: 22px;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@keyframes slide-1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide-2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}