body.locked {
  overflow: hidden;
  height: 100vh;
}

/* Job Listings */
.job-listing__toggles {
  display: flex;
}

.job-listing__toggle {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}

.job-listing__toggle:not(.selected):hover,
.job-listing__toggle:disabled,
.job-listing__toggle[disabled] {
  background-color: #000;
  color: #FFF;
}

.job-listing__listing:not(.selected) {
  display: none;
}

/* End Job Listings */

/* 2025 Holiday Page */
.page-id-24256 .section--membership,
.page-id-24408 .section--membership,
.page-id-24406 .section--membership {
  background-color: #111111 !important;
  color: #fff !important;
}

.page-id-24256 .section--contact,
.page-id-24408 .section--contact,
.page-id-24406 .section--contact {
  background: url("assets/img/pattern-bg-07.png") !important;
}

.page-id-24256 .section--contact .button-red,
.page-id-24408 .section--contact .button-red,
.page-id-24406 .section--contact .button-red {
  background-color: #FFF !important;
}

.page-id-24256 .section--contact .button-red:hover,
.page-id-24408 .section--contact .button-red:hover,
.page-id-24406 .section--contact .button-red:hover {
  background-color: #8b0000 !important;
  color: #FFF !important;
}

.page-id-24256 .section--contact .contact_intro,
.page-id-24408 .section--contact .contact_intro,
.page-id-24406 .section--contact .contact_intro {
  display: grid;
}

.page-id-24256 .section--contact .contact_intro h3,
.page-id-24408 .section--contact .contact_intro h3,
.page-id-24406 .section--contact .contact_intro h3 {
  grid-row: 1;
}

.page-id-24256 .section--contact .contact_intro .subheader,
.page-id-24408 .section--contact .contact_intro .subheader,
.page-id-24406 .section--contact .contact_intro .subheader {
  font-size: 22px !important;
}

.page-id-24256 .option-items .item,
.page-id-24408 .option-items .item,
.page-id-24406 .option-items .item {
  display: flex;
  flex-direction: column;
}

.page-id-24256 .option-items .item .card-action,
.page-id-24408 .option-items .item .card-action,
.page-id-24406 .option-items .item .card-action {
  margin: auto 0 0 0;
}

.page-id-24256 .option-items .item .card-details-after,
.page-id-24408 .option-items .item .card-details-after,
.page-id-24406 .option-items .item .card-details-after {
  position: relative;
  padding: 50px 0 0 0;
}

.page-id-24256 .option-items .item .card-details-after p,
.page-id-24408 .option-items .item .card-details-after p,
.page-id-24406 .option-items .item .card-details-after p {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
}

.page-id-24256 .hero_content h1,
.page-id-24408 .hero_content h1,
.page-id-24406 .hero_content h1 {
  display: flex;
  justify-content: center;
}

.page-id-24256 .hero_content .page-highlight,
.page-id-24408 .hero_content .page-highlight,
.page-id-24406 .hero_content .page-highlight {
  margin-top: 0 !important;
}

.page-id-24256 .hero_content .page-action .button-white,
.page-id-24408 .hero_content .page-action .button-white,
.page-id-24406 .hero_content .page-action .button-white {
  font-size: 18px;
  padding: 25px 45px;
}

.page-id-24408 .navigation-block .menu-item a,
.page-id-24406 .navigation-block .menu-item a {
  font-size: 20px !important;
}

@media (max-width: 1024px) {

  .page-id-24256 .option-items,
  .page-id-24408 .option-items,
  .page-id-24406 .option-items {
    flex-direction: column;
  }

  .page-id-24256 .option-items .item,
  .page-id-24408 .option-items .item,
  .page-id-24406 .option-items .item {
    margin-bottom: 60px;
  }

  .page-id-24256 .option-items .item .card-details-after p,
  .page-id-24408 .option-items .item .card-details-after p,
  .page-id-24406 .option-items .item .card-details-after p {
    position: unset;
  }
}

/* End 2025 Holiday Page */


@media (max-width: 699px) {

  .page-id-5950 .sss__step,
  .slideout .sss__step {
    height: fit-content !important;
  }

  .page-id-5950 .sss__step .m2 {
    max-height: 100% !important;
  }
}


.header {
  background-color: #fff;
}

.header.is-fixed {
  background-color: #fff;

}

.header__wrapper {
  border-bottom: none;
}

.button-rounded-black {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background-color: #111;
  color: #fff !important;
  border: 1px solid #111;
  border-radius: 2.5rem;
  font-family: Antenna, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.button-rounded-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  color: #111 !important;
  border: 1px solid #111;
  border-radius: 2.5rem;
  font-family: Antenna, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.button-rounded-black:hover {
  color: #fff !important;
}

.header .menu-item__link {
  padding: 32px 0 !important;
}

.mobile-nav {
  padding: 4rem 16px;
}

.mobile-nav .book-buy-buttons {
  display: flex;
  flex-direction: column;
  max-width: 330px;
  gap: 16px;
  margin: 0 auto;
}

.mobile-nav .book-buy-buttons a {
  font-size: 0.8rem;
}

.mobile-nav .slideout__menu {
  margin: 35px 0 0 0;
}

.mobile-nav .menu-item {
  padding: 0;
}

.mobile-nav .menu-item:first-of-type {
  border-top: 0;
}

.mobile-nav .menu-item:last-of-type {
  border-bottom: .5px solid #e9e9e9;
}

.mobile-nav .menu-item a {
  font-family: Antenna, Arial, sans-serif;
  font-size: 14px;
  padding: 18px 0 17px !important;
}

.download-app {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #dbd9d6;
  border-radius: 8px;
  padding: 16px 4px 0 16px
}

.download-app__text {
  max-width: calc(100% - 170px);
}

.download-app__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111;

  p {
    font-weight: 700;
  }
}

.download-app__logo-divider {
  font-weight: 600;
}

.download-app__image {
  display: flex;
  position: relative;
  max-width: 118px;
  align-self: flex-end;
}

.download-app__image img {
  max-width: 150px;
  width: 100%;
}

.download-app__description {
  font-size: 10px;
  margin: 16px 0 0 0;

  p {
    color: #111;
    max-width: 260px;
  }
}

.download-app__link {
  font-family: Antenna, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0 16px 0;
}

.download-app__link a {
  display: flex;
  align-items: center;
}

.download-app__link img {
  max-width: 90px;
}

.mobile-nav__footer {
  margin: 35px 0 0 0;
}

.mobile-nav .social-icons-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.mobile-nav .social-icons-list__icon {
  margin: 0;
}

.mobile-nav .social-icons-list__link {
  padding: 15px;
  border: 1px solid #000;
  border-radius: 100%;
  background: transparent;
  width: unset;
  height: unset;
}

.mobile-nav .social-icons-list__icon svg {
  width: 15px;
  height: 15px;
}

.mobile-nav .social-icons-list__icon path {
  fill: #000;
}

.mobile-nav .social-icons-list__icon {
  background: transparent;
}

@media (max-width: 999px) {
  .header__right .book-buy-buttons>a:not(:first-of-type) {
    display: none;
  }

  .header .slideout {
    max-width: 90% !important;
    width: 575px !important;
  }
}

.footer {
  background-color: #111;
  color: #fff;
}

.footer .app-badges {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer .footer-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px
}

.footer .button-rounded-outline {
  background-color: #fff;
  padding: 16px 24px;
  max-width: 245px;
  width: 100%;
}

.footer .button-rounded-black {
  border: 1px solid #fff;
  padding: 16px 24px;
  max-width: 245px;
  width: 100%;
  margin-left: 0;
}

@media (min-width: 1000px) {
  .footer .footer__menu {
    columns: 4;
  }
}

.footer .country-select-label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer .translation-select--footer-only {
  margin: 0;
  max-width: 240px;
}

.footer .footer__meta__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .translation-select--footer-only label {
  display: none;
}

.footer .translation-select--footer-only select {
  height: 56px;
  padding: 16px 40px 16px 16px;
  border: 1px solid #333;
  border-radius: 4px;
  background: #111;
  color: #fff;
}

.footer .translation-select--footer-only::after {
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-color: #fff;
  transform: translateY(-65%) rotate(45deg);
}

.footer .country-select--footer .translation-select,
.footer .country-select--footer .select-wrapper>label,
.footer .country-select--footer .country-select__flag,
.footer .country-select--footer .country-select__current {
  display: none;
}

.footer .country-select--footer .country-select__combined {
  position: relative;
  width: 100%;
  max-width: 460px;
}

.footer .country-select--footer .country-select__combined-trigger {
  width: 100%;
  min-height: 56px;
  padding: 16px 48px 16px 16px;
  border: 1px solid #333;
  border-radius: 4px;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  position: relative;
  max-width: 240px;
}

.footer .country-select__combined-short {
  display: none;
}

.footer .country-select--footer .country-select__combined-trigger::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}

.footer .country-select--footer .country-select__combined-trigger[aria-expanded="true"]::after {
  transform: translateY(-35%) rotate(225deg);
}

.footer .country-select--footer .country-select__combined-flag,
.footer .country-select--footer .country-select__combined-option-flag {
  width: 20px;
  min-width: 20px;
  height: 12px;
  border-radius: 0;
  background: rgba(17, 17, 17, 0.08);
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer .country-select--footer .country-select__combined-flag {
  order: 2;
  margin-left: auto;
  width: 23px;
  min-width: 23px;
  height: 14px;
}

.footer .country-select--footer .country-select__combined-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .country-select--footer .country-select__combined-option-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .country-select--footer .country-select__combined-label,
.footer .country-select--footer .country-select__combined-option-label {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "benton-sans", sans-serif;
  text-transform: capitalize;
}

.footer .country-select--footer .country-select__combined-label {
  order: 1;
  color: #fff;
}

.footer .country-select--footer .country-select__combined-trigger {
  font-family: "benton-sans", sans-serif;
}

.footer .country-select--footer .country-select__combined-option-label {
  color: #111;
}

.footer .country-select--footer .country-select__combined-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 10px);
  max-height: 560px;
  overflow-y: auto;
  padding: 10px;
  border-radius: 18px;
  background: #f4f2ef;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  z-index: 20;
}

.footer .country-select--footer .country-select__combined-option {
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.footer .country-select--footer .country-select__combined-option.is-selected {
  background: #d9d5d1;
}

.footer .country-select--footer .country-select__combined-option:hover {
  background: rgba(17, 17, 17, 0.06);
}

.footer .country-select--footer .country-select__confirm {
  margin-top: 14px;
}

.footer .country-select--footer .country-select__confirm-text {
  display: block;
  color: #fff;
}

.footer .country-select--footer .country-select__confirm-inner {
  max-width: 460px;
}

.footer .country-select--footer .country-select__submit {
  margin-top: 12px;
}

@media (max-width: 699px) {

  .footer .country-select--footer .country-select__combined-trigger,
  .footer .country-select--footer .country-select__combined-label,
  .footer .country-select--footer .country-select__combined-option-label {
    font-size: 16px;
  }

  .footer .country-select--footer .country-select__combined-menu {
    max-height: 420px;
  }
}

.footer .footer__block--app {
  max-width: 370px;
}

.footer .footer__block--info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
}

.footer .barrys-logo {
  margin-bottom: 16px;
}

.footer .footer__menu .menu-item a {
  font-size: 12px;
}

.footer .footer__title {
  display: none;
}

.footer .footer__meta {
  border-color: #333333;
}

.footer .social-icons-list__icon {
  background-color: transparent;
  border: 1px solid #333333;
  border-radius: 100px;
}

.footer .social-icons-list__icon a {
  background-color: transparent;
}

.footer .social-icons-list__icon svg {
  max-width: 12px;
}

.footer .social-copyright-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  width: 25%;
}

.footer .footer__social {
  margin: 0;
}

.footer .logo-copyright {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
}

.header {
  border-top-color: #fff;
  transition: none;
  min-height: 82px;
  height: 82px;
  position: fixed;
}

body.blog .header + .main,
body.category .header + .main,
body.tag .header + .main,
body.date .header + .main,
body.author .header + .main,
body.single-post .header + .main,
body.blog.is-fixed-header .header + .main,
body.category.is-fixed-header .header + .main,
body.tag.is-fixed-header .header + .main,
body.date.is-fixed-header .header + .main,
body.author.is-fixed-header .header + .main,
body.single-post.is-fixed-header .header + .main {
  padding-top: 82px;
}

.header:hover {
  border-top-color: #fff;
}

.header__wrapper {
  background: #fff;
  border-bottom-color: var(--border);
  transition: none;
}

.header__logo-image {
  opacity: 0;
  visibility: hidden;
}

.header__logo-image--black {
  opacity: 1;
  visibility: visible;
}

.header .header__left .menu-item>a,
.header .header__left .menu-item>button {
  color: #111;
}

.header .header__left .menu-item.has-sub-menu>a::after,
.header .header__left .menu-item.has-sub-menu>button::after {
  border-right-color: #111;
  border-bottom-color: #111;
}

.header .header__button {
  border-color: #111;
  color: #111;
}

.header .header__login path {
  stroke: #111;
}

.header .nav-trigger__bar {
  background: #111;
}

.header__actions {
  display: none;
}

@media (max-width: 1230px) {
  .header__nav {
    display: none;
  }

  .header__actions {
    display: none;
  }

  .header .nav-trigger--header {
    display: inline-block;
  }

  .mobile-nav__country-select {
    margin-top: 24px;
  }

  .mobile-nav .mobile-nav__buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mobile-nav .mobile-nav__buttons a {
    font-size: 12px;
  }

  .mobile-nav .social-icons-list {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .mobile-nav .social-icons-list__link {
    border-color: #dbd9d7;
  }

  .mobile-nav .social-icons-list__link:hover svg path {
    fill: #000;
  }

  .mobile-nav__country-select .country-select-label {
    display: block;
    margin-bottom: 12px;
    color: #111;
    font-size: 14px;
    font-weight: 700;
  }

  .mobile-nav__country-select .country-select__confirm {
    display: none !important;
  }

  .mobile-nav__country-select .country-select__combined,
  .mobile-nav__country-select .country-select__confirm-inner {
    max-width: none;
  }

  .mobile-nav__country-select .country-select__combined {
    position: relative;
  }

  .mobile-nav__country-select .country-select__combined-short {
    display: none;
  }

  .mobile-nav__country-select .country-select__combined-trigger {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    width: 100%;
    max-width: none;
    min-height: 60px;
    padding: 0 42px 0 16px;
    border: 1px solid #d9d5d1;
    border-radius: 6px;
    background: #fff;
  }

  .mobile-nav__country-select .country-select__combined-label {
    color: #111;
    order: 1;
    font-size: 14px;
    font-weight: 400;
    font-family: "benton-sans", sans-serif;
    text-transform: capitalize
  }

  .mobile-nav__country-select .country-select__combined-flag {
    order: 2;
    margin-left: auto;
    width: 23px;
    min-width: 23px;
    height: 14px;
  }

  .mobile-nav__country-select .country-select__combined-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .mobile-nav__country-select .country-select__combined-trigger::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    border-right-color: #111;
    border-bottom-color: #111;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.2s ease;
  }

  .mobile-nav__country-select .country-select__combined-trigger[aria-expanded="true"]::after {
    transform: translateY(-35%) rotate(225deg);
  }

  .mobile-nav__country-select .country-select__combined-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: calc(100% + 10px);
    padding: 8px;
    border-radius: 12px;
    background: #f4f2ef;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    max-height: min(520px, calc(100vh - 180px));
    overflow-y: auto;
  }

  .mobile-nav__country-select .country-select__combined-option {
    width: 100%;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
  }

  .mobile-nav__country-select .country-select__combined-option-flag {
    width: 18px;
    min-width: 18px;
    height: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .mobile-nav__country-select .country-select__combined-option-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .mobile-nav__country-select .country-select__combined-option-label {
    color: #111;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
    font-family: "benton-sans", sans-serif;
    text-transform: none;
  }

  .mobile-nav__country-select .country-select__combined-option.is-selected {
    background: #d9d5d1;
  }

  .mobile-nav__country-select .country-select__combined-option:hover {
    background: rgba(17, 17, 17, 0.05);
  }

  .header__content {
    display: flex;
    height: 82px;
  }

  .header__grid {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .header__actions {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .header__right .book-buy-buttons {
    display: none;
  }

  .header__button--book,
  .header__button--login {
    width: auto;
    min-width: 0;
    margin-left: 0;
    padding: 0 34px;
    height: 54px;
    font-size: 12px;
    letter-spacing: 0.7px;
    white-space: nowrap;
  }

  .header__button--book {
    background: #111;
    color: #fff !important;
    border-color: #111;
  }

  .header__button--login {
    background: #fff;
    color: #111 !important;
    border: 1px solid #111;
  }

  .header__country-select {
    display: flex;
    align-items: center;
  }

  .header .header__actions a {
    height: 44px;
  }

  .header .country-select--header-actions .country-select__confirm,
  .header .country-select--header-actions .country-select-label,
  .header .country-select--header-actions .footer__title {
    display: none;
  }

  .header .country-select--header-actions .country-select__combined {
    position: relative;
    max-width: none;
  }

  .header .country-select--header-actions .country-select__combined-short {
    display: block;
    order: 1;
    color: #111;
    font-family: "antenna", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }

  .header .country-select--header-actions .country-select__combined-trigger {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    width: auto;
    min-width: 0;
    max-width: none;
    min-height: 54px;
    padding: 0 17px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111;
    gap: 14px;
  }

  .header .country-select--header-actions .country-select__combined-trigger::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    border-right-color: #111;
    border-bottom-color: #111;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.2s ease;
  }

  .header .country-select--header-actions .country-select__combined-trigger[aria-expanded="true"]::after {
    transform: translateY(-35%) rotate(225deg);
  }

  .header .country-select--header-actions .country-select__combined-label {
    display: none;
  }

  .header .country-select--header-actions .country-select__combined-flag {
    order: 2;
    margin-left: 0;
    width: 23px;
    min-width: 23px;
    height: 14px;
  }

  .header .country-select--header-actions .country-select__combined-flag img,
  .header .country-select--header-actions .country-select__combined-option-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .header .country-select--header-actions .country-select__combined-menu {
    position: absolute;
    left: auto;
    right: 0;
    top: calc(100% + 22px);
    bottom: auto;
    width: 455px;
    max-height: min(560px, calc(100vh - 120px));
    overflow-y: auto;
    padding: 14px;
    border-radius: 16px;
    background: #f4f2ef;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    z-index: 30;
  }

  .header .country-select--header-actions .country-select__combined-menu[hidden] {
    display: none !important;
  }

  .header .country-select--header-actions .country-select__combined-option {
    width: 100%;
    padding: 12px 14px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
  }

  .header .country-select--header-actions .country-select__combined-option-flag {
    width: 20px;
    min-width: 20px;
    height: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .header .country-select--header-actions .country-select__combined-option.is-selected {
    background: #d9d5d1;
  }

  .header .country-select--header-actions .country-select__combined-option:hover {
    background: rgba(17, 17, 17, 0.06);
  }

  .header .country-select--header-actions .country-select__combined-option-label {
    font-size: 14px;
    color: #111;
    line-height: 1.2;
    font-weight: 400;
    font-family: "benton-sans", sans-serif;
    text-transform: capitalize;
  }
}

@media (max-width: 1230px) {
  .header__right {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .header__actions {
    display: flex !important;
    align-items: center;
  }

  .header__button--login {
    display: none !important;
  }

  .header__button--book {
    display: flex;
    min-width: 0;
    margin-left: 0;
    padding: 0 18px;
    height: 40px;
    font-size: 10px;
    letter-spacing: 0.7px;
    white-space: nowrap;
  }
}

/* Newsletter footer */

.newsletter-footer {
  background-color: #DBD9D6;
  padding: 50px 0;
}

.newsletter-footer .gravity-forms--newsletter .gfield.gfield_select {
  border: none;
}

.newsletter-footer .gravity-forms--newsletter .gfield.gfield_select label,
.newsletter-footer .gravity-forms--newsletter .gfield_label {
  top: 0;
  left: 0;
  color: #111;
  font-weight: 700;
}

.newsletter-footer .newsletter-footer .gfield.gfield_checkbox {
  color: #111;
}

.newsletter-footer .gform_title {
  color: #111;
}

.newsletter-footer .ginput_container_checkbox label:after {
  border-color: #111;
}

.newsletter-footer .ginput_container_checkbox label:before {
  border-color: #111;
}

.newsletter-footer .gravity-forms--newsletter .gfield.gfield_checkbox li label {
  font-weight: 400;
  color: #111;
}

.newsletter-footer .gravity-forms--newsletter .gfield.gfield_checkbox a {
  text-decoration: none;
  font-weight: 700;
}

.newsletter-footer .gfield_required {
  color: #D6001A !important;
}

.newsletter-footer #input_30_2,
.newsletter-footer #input_30_3 {
  background-color: #fff !important;
  color: #111 !important;
  padding: 16px !important;
  height: unset !important;
}

.newsletter-footer #input_30_3::placeholder {
  color: #111 !important;
}

.newsletter-footer #gform_submit_button_30 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #111;
  color: #fff !important;
  border: 1px solid #111;
  border-radius: 2.5rem;
  font-family: Antenna, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  height: 44px;
  margin-left: 30px;
  padding: 0;
}

.newsletter-footer .gravity-forms--newsletter .gform_body {
  padding-right: 152px;
}

.newsletter-footer .newsletter-form-intro p {
  font-size: 12px;
  color: #D6001A;
  text-transform: uppercase;
  font-weight: 700;
}

.newsletter-footer .gravity-form__form .gform_title {
  display: none;
}

.newsletter-footer #field_30_1 {
  padding-top: 0 !important;
}

.newsletter-footer .gform_wrapper .gfield.gfield_select:after {
  border-color: #111;
  border-width: 0 2px 2px 0;
  top: 35px;
}

@media (max-width: 1230px) {
  .newsletter-footer {
    padding: 36px 0 40px;
  }

  .newsletter-footer .container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .newsletter-footer .gravity-forms--newsletter form,
  .newsletter-footer .gravity-forms--newsletter .gform_wrapper,
  .newsletter-footer .gravity-forms--newsletter .gform_body {
    width: 100%;
    margin-top: 40px;
  }

  .newsletter-footer .gravity-forms--newsletter .gform_body {
    padding-right: 0;
    padding-bottom: 0;
  }

  .newsletter-footer .gravity-forms--newsletter .gform_fields {
    display: flex;
    /* flex-direction: column; */
    margin: 0;
  }

  .newsletter-footer .gravity-forms--newsletter .gfield {
    margin-bottom: 18px;
    padding: 0;
  }

  .newsletter-footer .gravity-forms--newsletter .gfield:not(.gfield_checkbox) {
    order: 1;
  }

  .newsletter-footer .gravity-forms--newsletter .gfield.gfield_checkbox {
    order: 2;
    position: static;
    width: 100%;
    margin: 10px 0 22px;
    padding: 0 !important;
  }

  .newsletter-footer .gravity-forms--newsletter .ginput_container_checkbox ul,
  .newsletter-footer .gravity-forms--newsletter .gfield_checkbox {
    margin: 0;
  }

  .newsletter-footer .gravity-forms--newsletter .gfield.gfield_checkbox li {
    display: flex;
    align-items: flex-start;
  }

  .newsletter-footer .gravity-forms--newsletter .gfield.gfield_checkbox li label {
    float: none;
    overflow: visible;
    padding-left: 36px;
    line-height: 1.4;
  }

  /* .newsletter-footer .gravity-forms--newsletter .ginput_container_checkbox label::before,
  .newsletter-footer .gravity-forms--newsletter .ginput_container_checkbox label::after {
    top: 2px;
  } */

  .newsletter-footer #input_30_2,
  .newsletter-footer #input_30_3 {
    border: 1px solid #b7b2ad !important;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.2;
    max-width: 290px;
  }

  .newsletter-footer .gform_wrapper .gfield.gfield_select:after {
    top: 32px;
    right: 18px;
  }

  .newsletter-footer #gform_submit_button_30 {
    position: static;
    width: 100%;
    height: 64px;
    margin: 0;
    border-radius: 999px;
    font-size: 14px;
    transform: none;
  }

  .newsletter-footer .gravity-forms--newsletter .gfield.gfield_select label,
  .newsletter-footer .gravity-forms--newsletter .gfield_label {
    position: relative;
  }

  .newsletter-footer .gform_wrapper .gfield.gfield_select:after {
    top: 42px;
  }

  /* Footer */

  .footer {
    padding: 0 0 28px;
  }

  .footer .container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .footer__content {
    margin-bottom: 0;
  }

  .footer .footer__block,
  .footer .footer__block--info,
  .footer .footer__block--menu,
  .footer .footer__block--select,
  .footer .social-copyright-wrapper {
    width: 100%;
    max-width: none;
  }

  .footer .footer__block--info {
    align-items: center;
    padding-top: 44px;
  }

  .footer .barrys-logo {
    margin-bottom: 28px;
  }

  .footer .footer-buttons {
    width: 100%;
    gap: 14px;
  }

  .footer .button-rounded-outline,
  .footer .button-rounded-black {
    max-width: none;
    width: 100%;
    height: 60px;
    font-size: 12px;
  }

  .footer .footer__block--app {
    display: none;
  }

  .footer .footer__block--menu {
    padding: 34px;
  }

  .footer .footer__menu {
    columns: 2;
    column-gap: 28px;
  }

  .footer .footer__menu .menu-item {
    margin-bottom: 22px;
    break-inside: avoid;
  }

  .footer .footer__menu .menu-item a {
    font-size: 12px;
    line-height: 1.35;
  }

  .footer .footer__meta {
    padding-top: 18px;
    border-top: 0;
  }

  .footer .footer__meta__wrapper {
    display: block;
  }

  .footer .footer__block--select {
    margin-top: 10px;
  }

  .footer .footer__block--select .footer__title {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    text-transform: none;
  }

  .footer .country-select--footer .country-select__combined,
  .footer .country-select--footer .country-select__confirm-inner {
    max-width: none;
  }

  .footer .country-select--footer .country-select__combined-trigger {
    min-height: 60px;
  }

  .footer .country-select--footer .country-select__combined-menu {
    max-height: 340px;
  }

  .footer .social-copyright-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
    margin-top: 42px;
  }

  .footer .footer__social {
    width: 100%;
  }

  .footer .social-icons-list {
    display: flex;
    justify-content: center;
    gap: 28px;
  }

  .footer .social-icons-list__icon {
    width: 60px;
    height: 60px;
  }

  .footer .social-icons-list__icon a {
    width: 60px;
    height: 60px;
  }

  .footer .logo-copyright {
    width: 100%;
    justify-content: center;
    gap: 8px;
    padding-top: 22px;
    border-top: 1px solid #333333;
    font-size: 11px;
  }
}

@media (max-width: 699px) {

  .newsletter-footer #input_30_2,
  .newsletter-footer #input_30_3 {
    max-width: 100%;
  }

  .footer .country-select--footer .country-select__combined-trigger {
    max-width: 100%;
  }
}
