/* Menu offsets */
#page-main {
  padding-top: 134px;
}

@media screen and (min-width: 992px) {
  #page-main {
    padding-top: 72px;
  }
}

body.fixed-nav {
  padding-top: 0 !important;
}

/* Desktop menu */
header.v2024 {
  position: fixed;
  top: calc(0px + var(--offset));
  left: 0;
  right: 0;
  height: 72px;
  display: flex;
  width: 1481px;
  height: 72px;
  padding-left: 34px;
  z-index: 90;
  transition: all 150ms linear;
}

@media screen and (min-width: 992px) {
  header.v2024 {
    top: 0;
  }
}

header.v2024::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -100vw;
  right: -100vw;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
  box-shadow: 0px 1px 2px #00000029;
  transition: bottom 150ms linear;
}

header.v2024>* {
  position: relative;
  z-index: 3;
}

header.v2024 .trigger-menu {
  display: none;
}

header.v2024 .logo {
  height: 90px;
  margin: 11px 63px 0 0;
  position: relative;
  z-index: 3;
}

header.v2024 .logo img {
  position: relative;
  z-index: 3;
}

header.v2024 .bg {
  content: '';
  position: absolute;
  top: -13px;
  left: -100vw;
  right: -53px;
  background-color: #fff;
  bottom: 29px;
  z-index: 2;
  pointer-events: none;
}

/* header.v2024 .logo::before { */
header.v2024 #menu-2024::before {
  content: '';
  position: absolute;
  width: 270px;
  height: 270px;
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  /* bottom: -28px;
  left: 50%;
  transform: translateX(-52%); */
  bottom: -56px;
  left: -287px;
  box-shadow: 0px 3px 6px #00000029;
  pointer-events: none;
}

/* header.v2024 .logo::after { */
/* header.v2024 #menu-2024::after {
  content: '';
  position: absolute;
  top: 52px;
  bottom: 29px;
  top: 71px;
  bottom: 0px;
  left: -100vw;
  right: -100vw;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 1;
  pointer-events: none;
} */
#menu-2024 {
  display: flex;
  align-items: center;
  z-index: 2;
  flex: 1;
  --offset: -500px;
  --x: 508px;
}

header.v2024 #menu-2024::after {
  content: '';
  position: absolute;
  top: 54px;
  bottom: -13px;
  left: -2520px;
  background-image: url(../images/menu-bg-selected.svg);
  background-position: bottom left calc(var(--offset) + var(--x));
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
  margin: inherit;
  width: 4100px;
  pointer-events: none;
}

#menu-2024 .menu-item {
  height: 100%;
  display: flex;
  align-items: center;
}

#menu-2024 .menu-item>a {
  font-size: 18px;
  color: #101010;
  line-height: 1em;
  position: relative;
}

#menu-2024 .menu-item+.menu-item {
  margin-left: 36px;
}

/* #menu-2024 .menu-item:hover > a::after {
  content: '';
  position: absolute;
  top: 57px;
  bottom: -13px;
  left: -100vw;
  right: -100vw;
  background-image: url('../images/menu-bg-selected.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
} */
#menu-2024 .menu-item:hover .sub-menu {
  display: block !important;
}

#menu-2024 .sub-menu {
  background-color: #FAEFBD;
  top: 70px;
  left: -100vw;
  right: -100vw;
  height: 366px;
  position: absolute;
}

#menu-2024 .sub-menu::before {
  content: '';
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  background-color: #FAEFBD;
  height: 20px;
}

#menu-2024 .sub-menu .inner {
  max-width: 832px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 26px 20px 0 20px;
  height: 100%;
  position: relative;
}

#menu-2024 .sub-menu .inner .col {
  float: none;
  display: flex;
  flex-direction: column;
}

#menu-2024 .sub-menu .inner .col+.col {
  margin-left: 37px;
}

#menu-2024 .sub-menu--title {
  font-size: 18px;
  color: #101010;
  line-height: 1em;
  margin-bottom: 8px;
}

#menu-2024 .sub-menu a {
  font-size: 16px;
  line-height: 24px;
  color: #101010;
  margin-bottom: 5px;
}

#menu-2024 .popular {
  position: absolute;
  right: -393px;
  top: 0;
  bottom: 0;
  padding: 23px 0;
  display: flex;
  gap: 36px;
}

#menu-2024 .item {
  border-radius: 13px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  height: auto;
  background-color: #fff;
  text-align: center;
  width: 245px;
}

#menu-2024 .item h3,
#menu-2024 .item .h3 {
  font-size: 15px;
  padding: 0 25px;
  font-weight: 400 !important;
  margin-top: -5px;
  margin-bottom: -3px;
}

#menu-2024 .boxes .item h3,
#menu-2024 .boxes .item .h3 {
  font-size: 22px;
  color: var(--red);
  margin-top: 12px;
}

#menu-2024 .item .button {
  font-size: 15px;
  width: 112px;
  height: 37px;
  line-height: 37px;
  border-radius: 21px;
  margin: -7px auto 15px auto;
  background-color: var(--red);
  color: #ffff;
  text-transform: capitalize;
  padding: 0;
  letter-spacing: 0;
}

#menu-2024 .item .prod-price * {
  font-size: 15px;
  font-family: 'BasicSansSF-Bold';
}

#menu-2024 .item .prod-image {
  height: 203px;
  padding: 15px;
}

#menu-2024 .boxes .item .prod-image {
  padding: 0;
  width: 100%;
  height: 100%;
}

#menu-2024 .item .prod-image img {
  height: auto;
  width: auto;
  max-height: 100%;
}

#menu-2024 .item .pop {
  font-size: 18px;
  color: #000;
  line-height: 25px;
  background-color: #FFDF7F;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 26px;
  width: fit-content;
  margin: 0 auto;
}

#menu-2024-m .search-wrap,
header.v2024 .search-wrap {
  position: relative;
}

#menu-2024-m .search-wrap .icon,
#mobile-search .search-wrap .icon,
header.v2024 .search-wrap .icon {
  content: '';
  position: absolute;
  top: 23px;
  right: 6px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--red);
  background-image: url('../images/search-icon.png');
  background-repeat: no-repeat;
  background-position: top 4px left 6px;
  background-size: 15px;
  cursor: pointer;
}

#menu-2024-m .jas-ajax-search,
#mobile-search .jas-ajax-search,
header.v2024 .jas-ajax-search {
  border-radius: 18px;
  border: 1px solid #707070;
  margin-top: 18px;
  height: 36px;
  margin-left: 20px;
  font-weight: 600;
  letter-spacing: 0;
  width: 266px;
  max-width: 100%;
  color: #101010;
  font-size: 18px;
  line-height: 36px;
  padding: 0 24px;
}

#menu-2024-m .jas-ajax-search,
#mobile-search .jas-ajax-search::placeholder,
header.v2024 .jas-ajax-search::placeholder {
  color: #A2A2A2;
  font-size: 18px;
  line-height: 36px;
}

header.v2024 .jas-my-account {
  margin: 19px 0 0 41px;
  display: block !important;
}

header.v2024 .jas-my-account i::before {
  content: '';
  background-image: url('../images/account-icon.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 34px;
  height: 34px;
  display: block;
}

header.v2024 .jas-icon-cart {
  margin: 24px 0 0 17px;
}

header.v2024 .jas-icon-cart .pe-7s-shopbag::before {
  content: '';
  width: 44px;
  height: 29px;
  background-image: url('../images/cart-empty.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}

header.v2024 .jas-icon-cart .count {
  width: 23px;
  height: 22px;
  font-size: 11px;
  background-image: url('../images/icon-circle.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  line-height: 22px;
  left: -6px;
  top: -7px;
}

@media screen and (max-width: 1600px) {
  header.v2024 {
    padding: 0 15px;
  }

  #menu-2024 .menu-item+.menu-item {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1500px) {
  #menu-2024 .popular {
    right: -26vw;
  }
}

@media screen and (max-width: 1400px) {
  header.v2024 .logo {
    margin: 11px 44px 0 0;
  }

  header.v2024 .bg {
    right: -40px;
  }

  header.v2024 .logo::before {
    width: 240px;
    height: 240px;
    bottom: -13px;
    transform: translateX(-58%);
  }

  header.v2024 .logo img {
    width: 130px;
  }

  #menu-2024 .menu-item>a {
    font-size: 16px;
  }

  #menu-2024-m .jas-ajax-search,
  header.v2024 .jas-ajax-search {
    font-size: 16px;
    width: 230px;
    padding: 0 18px;
  }

  header.v2024 .jas-my-account {
    margin: 19px 0 0 20px;
  }

  #menu-2024 .popular {
    right: -220px;
  }
}

@media screen and (min-width: 1200px) {
  .jas-wc-single .page-head .woocommerce-breadcrumb {
    padding-left: 120px;
  }
}

@media screen and (max-width: 1200px) {
  #menu-2024 .sub-menu .inner {
    max-width: 787px;
  }

  header.v2024 #menu-2024::before {
    display: none;
  }

  header.v2024 .logo img {
    width: 104px;
  }

  #menu-2024 .popular {
    right: -201px;
    gap: 15px;
  }

  #menu-2024 .sub-menu .inner .col+.col {
    margin-left: 29px;
  }
}

@media screen and (max-width: 992px) {

  header.v2024 .logo::before,
  header.v2024 .logo::after {
    display: none;
  }

  header.v2024 {
    box-shadow: none !important;
    padding: 0 15px;
    height: 66px !important;
    z-index: 90 !important;
    background: transparent !important;
  }

  header.v2024 .trigger-menu {
    display: block;
    z-index: 4;
    margin-top: 15px;
  }

  #menu-2024,
  header.v2024 .search-wrap {
    display: none;
  }

  header.v2024 .jas-my-account {
    margin: 16px 0 0 auto;
  }

  header.v2024 .logo {
    margin: 5px 0 0 21px;
    height: auto;
  }

  header.v2024 .logo img {
    width: 101px;
  }

  header.v2024 .jas-my-account i::before {
    width: 25px;
    height: 25px;
  }

  header.v2024 .jas-icon-cart {
    margin: 16px 0 0 15px;
  }

  header.v2024 .jas-icon-cart .pe-7s-shopbag::before {
    width: 31px;
  }

  header.v2024 .jas-icon-cart .count {
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 22px;
    left: -2px;
    top: -2px;
  }
}

/* Mobile top bar */
.mobile-top-bar-2024 {
  display: none;
}

@media screen and (max-width: 992px) {
  .mobile-top-bar-2024 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    background-color: var(--red);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 91;
    transition: all 150ms linear;
  }

  .topbar-active .mobile-top-bar-2024 {
    top: 44px;
  }

  .fixed-nav .mobile-top-bar-2024 {
    top: -24px;
  }

  .fixed-nav header.v2024,
  .fixed-nav .topbar-active.with-bottom-bar header.v2024 {
    top: 0;
  }

  .mobile-top-bar-2024 a {
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.023em;
    flex: 1;
    color: #fff;
    position: relative;
    text-align: center;
  }

  .mobile-top-bar-2024 a+a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #fff;
  }
}

/* Mobile Menu */
#menu-2024-m {
  width: 100vw;
  position: fixed;
  left: -100vw;
  background: #fff;
  top: calc(98px + var(--offset));
  bottom: 0;
  height: auto;
  transition: left 150ms linear;
  display: block !important;
  overflow: auto;
  padding: 0 15px;
  z-index: 9;
}

body:not(.fixed-nav) .topbar-active.with-bottom-bar #menu-2024-m {
  top: calc(150px + var(--offset));
}


#mobile-search {
  display: block;
  height: 0;
  position: fixed;
  top: calc(66px + var(--offset));
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  padding: 0 15px;
  overflow: hidden;
  transition: all 100ms linear;
}

@media screen and (max-width: 992px) {
  header.v2024::before {
    box-shadow: none;
  }

  #menu-2024-m.open {
    left: 0;
  }

  html.no-scroll,
  html.no-scroll body {
    overflow: hidden !important;
  }

  #mobile-search {
    height: 44px;
    box-shadow: 0px 1px 2px #00000029;
  }

  #menu-2024-m .search-wrap {
    display: none;
  }

  .fixed-nav #mobile-search {
    top: 66px;
    height: 0;
  }

  .fixed-nav #menu-2024-m .search-wrap {
    display: block;
    padding-top: 26px;
  }

  .fixed-nav #menu-2024-m {
    top: 55px;
  }

  .fixed-nav header.v2024:not(.menu-open)::before {
    bottom: 11px;
  }

  header.v2024 .bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    bottom: 19px;
    background: #fff;
    z-index: 3;
  }

  header.v2024 .bg {
    width: 150px;
    height: 150px;
    left: -31px;
    /* bottom: 100px; */
    bottom: -8px;
    right: unset;
    top: unset;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    transition: opacity 150ms linear;
  }

  .fixed-nav header.v2024 .bg {
    /* bottom: -8px; */
    opacity: 1;
  }

  .fixed-nav header.v2024.menu-open .bg {
    bottom: 100px;
  }
}

#menu-2024-m .jas-ajax-search,
#mobile-search .jas-ajax-search {
  width: 100%;
  margin: 0;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 13px;
}

#menu-2024-m .jas-ajax-search::placeholder,
#mobile-search .jas-ajax-search::placeholder {
  font-size: 14px;
  font-weight: 400;
}

#menu-2024-m .search-wrap .icon,
#mobile-search .search-wrap .icon {
  width: 20px;
  height: 20px;
  top: 6px;
  right: 9px;
  background-size: 11px;
}

#menu-2024-m .search-wrap .icon {
  top: 18px;
}

.fixed-nav #menu-2024-m .search-wrap .icon {
  top: 31px;
}

#accord-2024 {
  margin-top: 27px;
}

#accord-2024 li {
  list-style: none;
  font-family: 'BasicSansRegular' !important;
  font-size: 15px;
}

#accord-2024 .acc_head {
  text-transform: uppercase;
  font-family: 'BasicSansSemibold' !important;
  color: #101010;
  display: block;
  width: 100%;
  cursor: pointer;
}

#accord-2024 .acc_section {
  padding: 10px 0 13px 0;
  border-top: 1px solid rgba(16, 16, 16, 0.2);
  position: relative;
}

#accord-2024 .acc_section:last-child {
  border-bottom: 1px solid rgba(16, 16, 16, 0.2);
}

#accord-2024 .acc_section.has-sub::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 9px;
  background-image: url('../images/accord-icon-yellow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  pointer-events: none;
  transform: none;
}

#accord-2024 .acc_section.acc_active::before {
  transform: rotate(180deg);
}

#accord-2024 .sub-menu.acc_content {
  margin: 26px 0 0 20px;
}

#accord-2024 .acc_content .inner .col {
  display: flex;
  flex-direction: column;
  float: none;
  padding: 0;
}

#accord-2024 .acc_content .inner .col a {
  color: #101010;
  font-size: 15px;
  line-height: 1em;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(16, 16, 16, 0.2);
  padding-bottom: 7px;
  margin-bottom: 16px;
}

#accord-2024 .acc_content .inner .col a:last-child {
  margin-bottom: 2px;
}

#accord-2024 .sub-menu .acc_section {
  border-top: none;
}

#accord-2024 .sub-menu .acc_content {
  display: flex;
  flex-direction: column;
  margin: 26px 0 0 0px;
}

#accord-2024 .sub-menu .acc_content a:last-child,
#accord-2024 .sub-menu .inner .col:last-child .acc_section,
#accord-2024 .sub-menu .inner .col:last-child a:last-child {
  border-bottom: none;
}

#accord-2024 .inner .col:first-child .sub-menu--title {
  display: none;
}

#accord-2024 .popular {
  width: 100vw;
  margin-left: -35px;
  text-align: center;
}

#accord-2024 .popular .pop {
  background-color: #FFDF7F;
  font-size: 22px;
  font-family: 'BasicSansSemibold' !important;
  height: 39px;
  line-height: 39px;
  text-align: center;
  margin-bottom: 25px;
}

#accord-2024 .popular h3,
#accord-2024 .popular .h3 {
  font-size: 15px;
  font-family: 'BasicSansRegular' !important;
  line-height: 1em;
}

#accord-2024 .popular .prod-image {
  margin-bottom: 18px;
}

#accord-2024 .popular .prod-image img {
  max-width: 170px;
  margin: 0 auto;
}

#accord-2024 .popular .prod-price,
#accord-2024 .popular .prod-price span {
  font-size: 15px;
  font-family: 'BasicSansSF-Bold' !important;
}

#accord-2024 .popular .button {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  height: 44px;
  line-height: 44px;
  border-radius: 33px;
  margin: 0 auto;
  width: 100%;
  max-width: 278px;
  letter-spacing: 0;
  background: var(--red);
}

#accord-2024 .boxes h3,
#accord-2024 .boxes .h3 {
  font-size: 36px;
  font-family: 'BasicSansBlack' !important;
  margin-top: 30px;
  margin-bottom: 13px;
}

#accord-2024 .boxes .button {
  width: auto;
}

#accord-2024 .boxes .prod-image {
  margin-bottom: 0;
  margin-top: 17px;
}

#accord-2024 .boxes .prod-image img {
  max-width: unset;
}

#accord-2024 .boxes .button+.button {
  margin-top: 14px;
}

/* Footer */
footer.v2024 {
  height: 623px;
  background-image: url('../images/footer-bg.png');
  background-image: image-set(url('../images/footer-bg.png') 1x,
      url('../images/footer-bg@2x.png') 2x);
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 79px 0 0 0;
}

footer.v2024 .container {
  width: 100%;
  max-width: 1510px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

footer.v2024 .left {
  max-width: 910px;
  width: 100%;
}

#footer-accord {
  font-size: 20px;
  line-height: 28px;
  display: flex;
  text-align: left;
}

#footer-2024 .col,
#footer-2024 .col div {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#footer-2024 .col a {
  color: #fff;
  margin-bottom: 13px;
  font-size: 20px;
}

#footer-2024 .col>a {
  font-size: 25px;
}

footer.v2024 .socials {
  text-align: right;
  margin-top: 8px;
}

footer.v2024 .socials a+a {
  margin-left: 6px;
}

footer.v2024 .footer-text {
  min-height: 172px;
  text-align: right;
  margin-top: 40px;
}

footer.v2024 .footer-text a {
  color: var(--yellow);
  font-family: 'BasicSansSF-Bold' !important;
}

footer.v2024 .footer-text p {
  font-family: 'BasicSansSF-Bold' !important;
  font-size: 39px;
  line-height: 1.2564em;
  color: #fff;
}

footer.v2024 .copyr {
  font-size: 20px;
  font-family: 'BasicSansSF-Bold' !important;
  line-height: 28px;
  text-align: right;
}

@media screen and (max-width: 1400px) {
  footer.v2024 .left {
    max-width: 720px;
  }
}

@media screen and (max-width: 1300px) {
  #footer-accord {
    font-size: 18px;
  }

  #footer-2024 .col a {
    margin-bottom: 10px;
  }

  #footer-2024 .col>a {
    font-size: 22px;
  }

  footer.v2024 .footer-text p {
    font-size: 32px;
  }
}

@media screen and (max-width: 1200px) {
  footer.v2024 .left {
    width: auto;
  }

  #footer-accord {
    gap: 30px;
  }
}

@media screen and (max-width: 992px) {
  footer.v2024 {
    height: unset;
    padding-top: 50px;
  }

  footer.v2024 .container {
    flex-direction: column;
  }

  footer.v2024 .left {
    max-width: 100%;
    width: 100%;
  }

  #footer-accord {
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    gap: 0;
    width: 355px;
    max-width: 100%;
  }

  #footer-accord .acc_section {
    position: relative;
    padding: 10px 0 15px 0;
    border-top: 1px solid #FFFFFF;
  }

  #footer-accord .acc_section::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 9px;
    background-image: url('../images/accord-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    pointer-events: none;
    transform: rotate(180deg);
  }

  #footer-accord .acc_section.acc_active::before {
    transform: none;
  }

  #footer-accord .acc_section:last-child {
    border-bottom: 1px solid #FFFFFF;
  }

  #footer-2024 .col>a {
    margin: 0 0 8px 0 !important;
  }

  footer.v2024 .socials,
  footer.v2024 .footer-text,
  footer.v2024 .copyr {
    text-align: center;
  }

  footer.v2024 .socials {
    margin-top: 50px;
  }

  footer.v2024 .footer-text {
    margin: 30px 0;
    min-height: unset;
  }

  footer.v2024 .copyr {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  footer.v2024 {
    padding-top: 25px;
    background-size: 194vw;
  }

  footer.v2024 .container {
    padding: 0 10px;
  }

  #footer-2024 .col>a {
    font-family: 'BasicSansSemibold' !important;
    font-size: 15px;
  }

  #footer-accord .acc_section {
    padding: 11px 0 4px 0;
  }

  #footer-accord .acc_content {
    margin: 9px 0 0 15px;
  }

  #footer-accord .acc_section::before {
    top: 9px;
    right: 9px;
  }

  #footer-2024 .col a {
    font-family: 'BasicSansRegular' !important;
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 18px;
  }

  footer.v2024 .socials {
    margin-top: 35px;
  }

  footer.v2024 .socials img {
    max-width: 23px;
  }

  footer.v2024 .socials a+a {
    margin-left: 12px;
  }

  footer.v2024 .footer-text {
    margin: 13px 0 0 0;
  }

  footer.v2024 .footer-text p {
    font-size: 24px;
    margin-bottom: 0;
  }

  footer.v2024 .copyr {
    font-size: 12px;
    margin-top: 13px;
    margin-bottom: 92px;
  }
}

#footer-newsletter {
  background: #69B4F6;
  padding: 25px 0;
}

#footer-newsletter .signup-newsletter-form {
  margin-top: 0 !important;
  width: 328px !important;
  border: 1px solid #707070 !important;
}

#footer-newsletter .signup-newsletter-form input.submit-btn {
  position: absolute;
  font-size: 0;
  text-indent: -9999px;
  width: 31px;
  height: 31px;
  background: #C02B1A url(../images/accord-right-white.svg) no-repeat center !important;
  right: 10px;
  top: 10px;
  padding: 0;
}

#footer-newsletter .signup-newsletter-form input.input-text {
  width: 100%;
  padding: 0 0 0 30px;
  height: 51px;
  line-height: 51px;
}

#footer-newsletter .signup-newsletter-form input.input-text::placeholder {
  opacity: 1;
  color: #A2A2A2;
}

#footer-newsletter .signup-newsletter-form input.input-text,
#footer-newsletter .signup-newsletter-form input.input-text::placeholder {
  font-size: 24px;
  font-weight: 600;
  color: #A2A2A2;
}

#footer-newsletter .news-title {
  font-size: 39px;
  padding-right: 30px;
}

@media screen and (max-width: 1040px) {
  #footer-newsletter .flex {
    flex-direction: column;
  }

  #footer-newsletter .news-title {
    padding-right: 0;
    margin-bottom: 15px;
    line-height: 1;
  }
}

@media screen and (max-width: 576px) {
  #footer-newsletter .flex>div {
    width: 100%;
  }

  #footer-newsletter .news-title {
    font-size: 22px;
  }

  #footer-newsletter .signup-newsletter-form input.input-text, #footer-newsletter .signup-newsletter-form input.input-text::placeholder {
    font-size: 16px;
  }

  #footer-newsletter .signup-newsletter-form {
    width: 100% !important;
  }

  #footer-newsletter .signup-newsletter-form input.input-text {
    padding: 0 0 0 15px;
    height: 38px;
    line-height: 38px;
  }

  #footer-newsletter .signup-newsletter-form input.submit-btn {
    top: 7px;
    right: 7px;
    width: 25px;
    height: 25px;
    background-size: 8px !important;
  }

  footer.v2024 {
    background: #c33111;
  }
}

.mc4wp-alert.mc4wp-success {
  color: #fff;
}

.mc4wp-alert.mc4wp-error {
  color: #b44141;
}