@import url("https://www.dior.com/static/fashion/fontsv3/AtacamaVAR/AtacamaVAR.css");
@import url("https://www.dior.com/static/fashion/fontsv3/Hellix/Hellix.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap");
@font-face {
  font-family: "AtacamaVAR";
  src: url("../fonts/AtacamaVAR-VF.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABCDiorSymbols";
  src: url("../fonts/ABCDiorSymbols.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hellix";
  src: url("../fonts/Hellix-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hellix";
  src: url("../fonts/Hellix-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hellix";
  src: url("../fonts/Hellix-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hellix";
  src: url("../fonts/Hellix-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hellix";
  src: url("../fonts/Hellix-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}

@media (max-width: 1032.98px) {
  .desktop-only-l2 {
    display: none !important;
  }
}

.main-container {
  max-width: 1200px;
  margin: auto;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 991.98px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.js-fixed {
  overflow: hidden;
}

.js-block {
  display: block !important;
}

.js-flex {
  display: flex !important;
}

.js-none {
  display: none !important;
}

.top-cold-content {
  width: 100%;
  padding-bottom: 40px;
  padding-right: 26px;
}
.top-cold-content .top-cold-content-full {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.top-cold-content .container-read-more {
  display: flex;
  align-items: center;
  padding-top: 8px;
  cursor: pointer;
}
.top-cold-content .expanded {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: unset;
}

.header {
  -webkit-font-smoothing: antialiased;
}
.header.js-header {
  background-color: #ffffff;
  top: 0;
  -webkit-animation: stickyHeader 0.5s cubic-bezier(0.31, 0, 0.13, 1);
          animation: stickyHeader 0.5s cubic-bezier(0.31, 0, 0.13, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: -webkit-sticky;
  position: sticky;
}
body.accessibility-active .header .header-logo img {
  filter: brightness(0) saturate(100%);
}
.header-main .burger-btn {
  cursor: pointer;
}
.header-main .burger-btn span {
  background-color: #33383c;
}
body.accessibility-active .header .icons-right img {
  filter: brightness(0) saturate(100%);
}
.header .icons-right span,
.header .icons-right a {
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
.header .icons-right span:hover,
.header .icons-right a:hover {
  opacity: 1 !important;
  transition: opacity 0.3s ease-out;
}
.header .icons-right:hover span,
.header .icons-right:hover a {
  opacity: 50%;
  transition: opacity 0.3s ease-out;
}
.header .burger-menu-top {
  border-bottom: 1px solid #e5e5e5;
}
body.accessibility-active .header .burger-menu-top {
  border-bottom: 1px solid #acb2b4;
}
.header .burger-menu-top .close-burger-menu {
  color: #33383c;
  font-size: 1.4rem;
  font-family: "Hellix";
  font-weight: 500;
  line-height: 17px;
}
body.accessibility-active .header .burger-menu-top .close-burger-menu {
  font-size: 1.6rem;
  font-weight: 600;
}
.header .burger-menu .header-links-list a {
  font-size: 1.6rem;
  color: #33383c;
  line-height: 19px;
  font-family: "Hellix";
  font-weight: 400;
  transition: 0.2s linear;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.accessibility-active .header .burger-menu .header-links-list a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}
@media only screen and (min-width: 1034px) {
  .header .burger-menu .header-links-list a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #5d676c;
    transform-origin: right;
    bottom: 0;
    transition: transform 0.7s cubic-bezier(0.31, 0, 0.13, 1);
    transform: scaleX(0);
    top: -8px;
    z-index: 1;
  }
  .header .burger-menu .header-links-list a:hover:before {
    transform: scaleX(1);
    transition: transform 0.7s cubic-bezier(0.31, 0, 0.13, 1);
    transform-origin: left;
  }
}
.header .burger-menu-bottom {
  background-color: #acb2b4;
  border-radius: 4px;
  color: #ffffff;
  font-family: "Hellix";
  font-size: 1.4rem;
}
.header .burger-menu-bottom-item {
  text-align: center;
  border-radius: 4px;
  font-weight: 400;
  cursor: pointer;
}
.header .burger-menu-bottom-item.active {
  background-color: #ffffff;
  color: #33383c;
  font-weight: 500;
}
body.accessibility-active .header .burger-menu .header-bottom-links-list a {
  color: #000;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}
.header .burger-menu .header-bottom-links-list a,
.header .burger-menu .header-bottom-links-list .languages-header {
  color: #33383c;
  cursor: pointer;
  transition: 0.2s linear;
}
.header .burger-menu .header-bottom-links-list a:before,
.header .burger-menu .header-bottom-links-list .languages-header:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #5d676c;
  transform-origin: right;
  bottom: 0;
  transition: transform 0.7s cubic-bezier(0.31, 0, 0.13, 1);
  transform: scaleX(0);
  z-index: 1;
}
.header .burger-menu .header-bottom-links-list a:hover,
.header .burger-menu .header-bottom-links-list .languages-header:hover {
  color: #5d676c;
}
.header .burger-menu .header-bottom-links-list a:hover:before,
.header .burger-menu .header-bottom-links-list .languages-header:hover:before {
  transform: scaleX(1);
  transition: transform 0.7s cubic-bezier(0.31, 0, 0.13, 1);
  transform-origin: left;
}
.header .burger-menu .header-bottom-links-list .languages-header span {
  color: #7b8487 !important;
  font-size: 1.4rem;
}
.header .burger-menu .header-bottom-links-list .languages-header .language {
  color: #33383c !important;
}
body.accessibility-active .header .burger-menu .header-bottom-links-list .languages-header span {
  color: #33383c !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
body.accessibility-active .header .burger-menu .header-bottom-links-list .languages-header .language {
  color: #000 !important;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  line-height: 20px;
  font-weight: 500;
}
.header .burger-menu .header-bottom-links-list {
  border-top: 1px solid #e5e5e5;
}
body.accessibility-active .header .burger-menu .header-bottom-links-list {
  border-top: 1px solid #acb2b4;
}
.header .burger-menu .accesibility-menu {
  font-weight: 500;
  font-family: "Hellix";
  line-height: 17px;
  letter-spacing: normal;
  font-size: 1.4rem;
  color: #33383c;
  font-weight: 500;
  font-size: 14px;
}
body.accessibility-active .header .burger-menu .accesibility-menu {
  color: #000;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: 600;
}
.header .burger-menu .accesibility-menu label {
  position: relative;
  background-color: rgba(51, 56, 60, 0.2470588235);
  width: 42px;
  height: 24px;
  display: block;
  border-radius: 99px;
  cursor: pointer;
  margin-right: 1px;
}
body.accessibility-active .header .burger-menu .accesibility-menu label {
  background-color: #000;
}
.header .burger-menu .accesibility-menu label input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.header .burger-menu .accesibility-menu label .slider.round {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  margin: 2px;
  transition: left 0.3s ease;
}
.header .burger-menu .accesibility-menu label input:checked + .slider.round {
  left: calc(100% - 24px);
}
.header .search-modal-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}
body.accessibility-active .header .search-modal-top {
  background: #ffffff;
}
.header .search-modal-top .search-btn {
  position: relative;
}
.header .search-modal-top .search-btn:after {
  content: "";
  border-bottom: 1px solid #33383c;
  position: absolute;
  bottom: -9px;
  width: 24px;
  left: 16px;
}
.header .search-modal-top .close-search-modal {
  color: #33383c;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
body.accessibility-active .header .search-modal-top .close-search-modal {
  color: #000;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
.header .search-modal .header-search-container form {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4196078431);
  transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header .search-modal .header-search-container form:hover {
  border-color: #33383c;
}
.header .search-modal .header-search-container form input {
  color: #33383c;
  font-weight: 500;
  font-size: 14px;
}
.header .search-modal .header-search-container form input::-moz-placeholder {
  color: #33383c;
  opacity: 0.42;
  -moz-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header .search-modal .header-search-container form input::placeholder {
  color: #33383c;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header .search-modal .header-search-container form img {
  opacity: 0.3;
}
.header .search-modal .modal-search-icon img,
.header .search-modal .modal-arrow-icon img {
  pointer-events: none;
  transition: 0.2s linear;
}
.header .search-modal .modal-search-icon.js-modal-img-filter,
.header .search-modal .modal-arrow-icon.js-modal-img-filter {
  cursor: pointer;
}
.header .search-modal .modal-search-icon.js-modal-img-filter img,
.header .search-modal .modal-arrow-icon.js-modal-img-filter img {
  opacity: 1;
}
.header .search-modal .modal-search-icon.js-modal-img-filter:hover img,
.header .search-modal .modal-arrow-icon.js-modal-img-filter:hover img {
  opacity: 0.5;
}
.header .search-modal .header-search-bottom .modal-arrow-icon.js-modal-img-filter {
  cursor: pointer;
  transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .search-modal .header-search-bottom .modal-arrow-icon.js-modal-img-filter:hover {
  filter: brightness(0) saturate(100%) invert(48%) sepia(1%) saturate(2956%) hue-rotate(162deg) brightness(78%) contrast(84%);
}
.header .search-modal .header-search-bottom span,
.header .search-modal .header-search-bottom a {
  font-size: 14px;
  font-weight: 500;
  color: #33383c;
}
body.accessibility-active .header .search-modal .header-search-bottom span,
body.accessibility-active .header .search-modal .header-search-bottom a {
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
}
.header .search-modal .header-search-bottom a {
  color: #33383c;
  cursor: pointer;
  padding-bottom: 1px;
  position: relative;
}
.header .search-modal .header-search-bottom a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #33383c;
  transform-origin: left;
  bottom: -4.5px;
  transition: transform 0.7s cubic-bezier(0.31, 0, 0.13, 1);
  transform: scaleX(1);
  z-index: 1;
}
.header .search-modal .header-search-bottom a:hover {
  color: #5d676c;
}
.header .search-modal .header-search-bottom a:hover:before {
  transform: scaleX(0);
  transition: transform 0.7s cubic-bezier(0.31, 0, 0.13, 1);
  transform-origin: right;
}
@-webkit-keyframes stickyHeader {
  0% {
    visibility: visible;
    top: -5rem;
  }
  100% {
    visibility: visible;
    top: 0;
  }
}
@keyframes stickyHeader {
  0% {
    visibility: visible;
    top: -5rem;
  }
  100% {
    visibility: visible;
    top: 0;
  }
}
body.accessibility-active .header .burger-menu-bottom {
  background-color: #5d676c;
}
.header .burger-menu-bottom .burger-menu-bottom-item {
  line-height: 17px;
}
body.accessibility-active .header .burger-menu-bottom .burger-menu-bottom-item {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
}
body.accessibility-active .header .burger-menu-bottom .burger-menu-bottom-item.active {
  color: #000;
}

.footer {
  background-color: #eeeeee;
}
.footer .footer-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
@media (min-width: 1033px) {
  .footer .footer-wrapper .upper-footer {
    border-bottom: 1px solid #e5e5e5;
  }
}
.footer .footer-wrapper .upper-footer .box-style {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}
@media (min-width: 1033px) {
  .footer .footer-wrapper .upper-footer .box-style {
    border-bottom: 0;
  }
}
@media (min-width: 1033px) {
  .footer .footer-wrapper .upper-footer .box-style:not(:first-child)::after {
    background-color: rgba(0, 0, 0, 0.1215686275);
  }
}
.footer .footer-wrapper .upper-footer .box-content {
  font-family: "Hellix";
  letter-spacing: normal;
  font-size: 14px;
}
body.accessibility-active .footer .footer-wrapper .upper-footer .box-content img {
  filter: brightness(0) saturate(100%);
}
.footer .footer-wrapper .upper-footer .box-title {
  font-weight: 500;
  line-height: 17px;
  color: #33383c;
}
body.accessibility-active .footer .footer-wrapper .upper-footer .box-title {
  color: #000;
  line-height: 20px;
  font-size: 1.6rem;
  font-weight: 600;
}
.footer .footer-wrapper .upper-footer .box-paragraph {
  font-weight: 400;
  line-height: 17px;
  color: #7b8487;
}
body.accessibility-active .footer .footer-wrapper .upper-footer .box-paragraph {
  color: #33383c;
  line-height: 20px;
  font-size: 1.6rem;
  font-weight: 500;
}
.footer .footer-wrapper .middle-footer .footer-list .footer-title-item {
  font-weight: normal;
  font-family: "AtacamaVAR";
  line-height: 22px;
  letter-spacing: normal;
  font-size: 16px;
  font-stretch: 100%;
  font-variation-settings: "wght" 300, "wdth" 100, "CNTR" 20, "XHGT" 0;
  text-transform: capitalize;
  color: #33383c;
}
body.accessibility-active .footer .footer-wrapper .middle-footer .footer-list .footer-title-item {
  line-height: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
@media (min-width: 1033px) {
  .footer .footer-wrapper .middle-footer .footer-list .footer-title-item {
    font-size: 20px;
    line-height: 28px;
  }
}
.footer .footer-wrapper .middle-footer .footer-list .line-item {
  font-size: 14px;
}
.footer .footer-wrapper .middle-footer .footer-list .line-item:hover {
  cursor: pointer;
}
.footer .footer-wrapper .middle-footer .footer-list .line-item:hover span {
  color: #33383c;
}
.footer .footer-wrapper .middle-footer .footer-list .list-items-design {
  color: #7b8487;
  letter-spacing: normal;
  line-height: 17px;
  font-size: 14px;
  transition: color 0.3s ease;
}
body.accessibility-active .footer .footer-wrapper .middle-footer .footer-list .list-items-design {
  color: #33383c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.footer .footer-wrapper .middle-footer .footer-list .list-items-design:hover {
  color: #33383c;
  cursor: pointer;
  transition: color 0.3s ease;
}
body.accessibility-active .footer .footer-wrapper .middle-footer .footer-list .list-items-design:hover {
  color: #000;
}
.footer .footer-wrapper .middle-footer .footer-list .list-items-design a {
  color: #7b8487;
  letter-spacing: normal;
  font-size: 14px;
  transition: color 300ms ease;
}
body.accessibility-active .footer .footer-wrapper .middle-footer .footer-list .list-items-design a {
  color: #33383c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.footer .footer-wrapper .middle-footer .footer-list .list-items-design a:hover {
  color: #33383c;
}
body.accessibility-active .footer .footer-wrapper .middle-footer .footer-list .list-items-design a:hover {
  color: #000;
}
.footer .footer-wrapper .middle-footer .footer-list .toggle-list .list-items.active .first-list-item {
  color: #33383c;
}
.footer .footer-wrapper .middle-footer .footer-list .toggle-list .arrow-icon-toggle {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(4%) hue-rotate(128deg) brightness(103%) contrast(100%);
  opacity: 0.54;
}
.footer .footer-wrapper .middle-footer .footer-list .toggle-list .arrow-icon-toggle.active {
  transform: rotate(270deg);
}
.footer .footer-wrapper .bottom-footer .language-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.0588235294);
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}
.footer .footer-wrapper .bottom-footer .language-wrapper img {
  filter: brightness(0) saturate(100%);
}
.footer .footer-wrapper .bottom-footer .language-wrapper:hover {
  cursor: pointer;
}
@media (min-width: 1280px) {
  .footer .footer-wrapper .bottom-footer .language-wrapper {
    border: none;
  }
}
.footer .footer-wrapper .bottom-footer .region-text,
.footer .footer-wrapper .bottom-footer .country-text {
  font-weight: 400;
  font-family: "Hellix";
  line-height: 17px;
  letter-spacing: normal;
  font-size: 14px;
}
body.accessibility-active .footer .footer-wrapper .bottom-footer .region-text,
body.accessibility-active .footer .footer-wrapper .bottom-footer .country-text {
  color: #33383c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.footer .footer-wrapper .bottom-footer .region-text {
  color: #7b8487;
}
.footer .footer-wrapper .bottom-footer .country-text {
  color: #33383c;
}
body.accessibility-active .footer .footer-wrapper .bottom-footer .social-media .desktop-only-l2 {
  color: #33383c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.footer .footer-wrapper .bottom-footer .social-media .add-text {
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  color: #7b8487;
  white-space: nowrap;
}
.footer .footer-wrapper .bottom-footer .social-media .social-media-links {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  color: #7b8487;
}
.footer .footer-wrapper .bottom-footer .social-media .social-media-link-item {
  line-height: 15px;
}
.footer .footer-wrapper .bottom-footer .social-media .social-media-link-item a {
  letter-spacing: normal;
  font-weight: 400;
  font-size: 14px;
  color: #33383c;
}
body.accessibility-active .footer .footer-wrapper .bottom-footer .social-media .social-media-link-item a {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.footer .footer-wrapper .modal-wrapper {
  background-color: #ffffff;
  outline: 0px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: normal;
  pointer-events: none;
  font-size: 14px;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 900ms cubic-bezier(0.4, 0, 0.2, 1), transform 560ms cubic-bezier(0.31, 0, 0.14, 1);
  z-index: 32;
  border-radius: 4px;
  width: 100%;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper {
    background-color: rgba(0, 0, 0, 0.247);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
  }
}
.footer .footer-wrapper .modal-wrapper.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 200ms;
}
.footer .footer-wrapper .modal-wrapper .modal-language {
  border-radius: 4px;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  height: 100%;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language {
    background-color: white;
    box-shadow: none;
  }
}
.footer .footer-wrapper .modal-wrapper .modal-language .line-decor {
  border-style: solid;
  border-color: #e5e5e5;
}
body.accessibility-active .footer .footer-wrapper .modal-wrapper .modal-language .line-decor {
  border-color: #ACB2B4;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language .modal-header {
    text-align: center;
  }
}
body.accessibility-active .footer .footer-wrapper .modal-wrapper .modal-language .modal-header img {
  filter: brightness(0) saturate(100%);
  transition: filter 300ms ease;
}
body.accessibility-active .footer .footer-wrapper .modal-wrapper .modal-language .modal-header img:hover {
  filter: brightness(0) saturate(100%) invert(39%) sepia(7%) saturate(552%) hue-rotate(156deg) brightness(97%) contrast(92%);
}
.footer .footer-wrapper .modal-wrapper .modal-language .modal-header .close-icon {
  filter: brightness(0) opacity(0.8);
}
.footer .footer-wrapper .modal-wrapper .modal-language .modal-header .close-icon:hover {
  cursor: pointer;
  filter: brightness(0) opacity(0.54);
}
.footer .footer-wrapper .modal-wrapper .modal-language .modal-header h2 {
  font-family: "AtacamaVAR";
  line-height: 34px;
  letter-spacing: -0.48px;
  font-size: 24px;
  font-stretch: 100%;
  color: #33383c;
  font-variation-settings: "wght" 352, "wdth" 100, "CNTR" 28, "XHGT" 0;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language .modal-header h2 {
    line-height: 25px;
    letter-spacing: -0.36px;
    font-size: 18px;
  }
}
.footer .footer-wrapper .modal-wrapper .modal-language .country-lang {
  border-bottom: 1px solid #ACB2B4;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language .country-lang {
    border-bottom: 0;
  }
}
.footer .footer-wrapper .modal-wrapper .modal-language .wrapper-modal-country {
  scrollbar-gutter: stable;
}
.footer .footer-wrapper .modal-wrapper .modal-language .wrapper-modal-country::-webkit-scrollbar {
  width: 11px;
}
@media (max-width: 1023.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language .wrapper-modal-country::-webkit-scrollbar {
    width: 10px;
  }
}
body.accessibility-active .footer .footer-wrapper .modal-wrapper .modal-language .wrapper-modal-country::-webkit-scrollbar {
  width: 16px;
}
.footer .footer-wrapper .modal-wrapper .modal-language .wrapper-modal-country::-webkit-scrollbar-thumb {
  background-color: #000;
  background-clip: content-box;
  border: 4px solid transparent;
}
@media (max-width: 1023.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language .wrapper-modal-country::-webkit-scrollbar-thumb {
    width: 10px;
  }
}
body.accessibility-active .footer .footer-wrapper .modal-wrapper .modal-language .wrapper-modal-country::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 999px;
  background-clip: content-box;
  border: 4px solid transparent;
}
.footer .footer-wrapper .modal-wrapper .modal-language .wrapper-modal-country::-webkit-scrollbar-track {
  background-color: #EBEBEB;
  background-clip: content-box;
  border: 4px solid transparent;
}
body.accessibility-active .footer .footer-wrapper .modal-wrapper .modal-language .wrapper-modal-country::-webkit-scrollbar-track {
  background-color: rgb(172, 178, 180);
  border-radius: 999px;
  background-clip: content-box;
  border: 4px solid transparent;
}
.footer .footer-wrapper .modal-wrapper .modal-language .title-row:hover {
  cursor: pointer;
}
.footer .footer-wrapper .modal-wrapper .modal-language .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icon-plus.svg);
}
.footer .footer-wrapper .modal-wrapper .modal-language .icon.active {
  background-image: url(../img/icon-minus.svg);
}
.footer .footer-wrapper .modal-wrapper .modal-language .lang-section {
  -webkit-border-end: 1px solid #e5e5e5;
          border-inline-end: 1px solid #e5e5e5;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language .lang-section {
    -webkit-border-end: none;
            border-inline-end: none;
  }
  .footer .footer-wrapper .modal-wrapper .modal-language .lang-section::after {
    background-color: #e5e5e5;
  }
  body.accessibility-active .footer .footer-wrapper .modal-wrapper .modal-language .lang-section::after {
    background-color: #ACB2B4;
  }
}
.footer .footer-wrapper .modal-wrapper .modal-language .lang-section:last-child {
  -webkit-border-end: none;
          border-inline-end: none;
}
body.accessibility-active .footer .footer-wrapper .modal-wrapper .modal-language .lang-section:last-child {
  -webkit-border-end: none;
          border-inline-end: none;
}
.footer .footer-wrapper .modal-wrapper .modal-language .title-country {
  font-weight: 500;
  line-height: 19px;
  font-size: 16px;
  color: #33383c;
}
body.accessibility-active .footer .footer-wrapper .modal-wrapper .modal-language .title-country {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.footer .footer-wrapper .modal-wrapper .modal-language .list-country {
  line-height: 17px;
  font-weight: 400;
}
.footer .footer-wrapper .modal-wrapper .modal-language .list-country .list-item-country.line-height {
  height: 20px;
}
.footer .footer-wrapper .modal-wrapper .modal-language .list-country .list-item-country.height {
  height: 22px;
  line-height: 22px;
}
.footer .footer-wrapper .modal-wrapper .modal-language .list-country a {
  color: #33383c;
  letter-spacing: normal;
}
body.accessibility-active .footer .footer-wrapper .modal-wrapper .modal-language .list-country a {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.footer .footer-wrapper .modal-wrapper .modal-language .list-country a:hover {
  color: #5d676c;
}
body.accessibility-active .footer .footer-wrapper .modal-wrapper .modal-language .list-country a:hover {
  color: #5D676C;
}
.footer .footer-wrapper .modal-wrapper .modal-language .additional-text-modal p {
  font-weight: 400;
  color: #7b8487;
}
body.accessibility-active .footer .footer-wrapper .modal-wrapper .modal-language .additional-text-modal p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.footer .footer-wrapper .modal-wrapper .modal-language .additional-text-modal a {
  text-decoration: none;
  color: #33383c;
  background-image: linear-gradient(to right, rgb(51, 56, 60) 100%, transparent 0%);
  background-repeat: no-repeat;
  background-size: 100% 1.5px;
  background-position: 100% 100%;
  transition: background-size 500ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms;
}
body.accessibility-active .footer .footer-wrapper .modal-wrapper .modal-language .additional-text-modal a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
}
body.accessibility-active .footer .footer-wrapper .modal-wrapper .modal-language .additional-text-modal a:hover {
  color: #5d676c;
}
.footer .footer-wrapper .modal-wrapper .modal-language .additional-text-modal a:hover {
  color: #5d676c;
  background-size: 0% 1.5px;
}
.footer .line-item,
.footer .line-item * {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.footer a {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.footer .middle-footer-secondary .footer-list-item a {
  color: #7b8487;
  letter-spacing: normal;
  line-height: 17px;
  font-size: 14px;
  transition: color 0.3s ease;
}
body.accessibility-active .footer .middle-footer-secondary .footer-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #33383C;
  line-height: 20px;
}
.footer .middle-footer-secondary .footer-list-item a:hover {
  color: #33383c;
}
body.accessibility-active .footer .middle-footer-secondary .footer-list-item a:hover {
  color: #000;
}
.footer .middle-footer-secondary .first-list-item {
  color: #33383C;
  letter-spacing: normal;
  line-height: 17px;
  font-size: 14px;
  transition: color 0.3s ease;
}
body.accessibility-active .footer .middle-footer-secondary .first-list-item {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 20px;
}
.footer .middle-footer-secondary .first-list-item:hover {
  color: #33383c;
}

