@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;
}
html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
i,
ul,
li,
form,
label,
article,
canvas,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
  font-family: "Hellix";
}

html {
  line-height: 1;
  font-size: 62.5%;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.6rem;
  font-family: "Hellix";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f8f8f8;
}

ul {
  list-style: none;
}

a img {
  border: none;
}

article,
footer,
header,
main,
nav,
section {
  display: block;
}

button {
  background: none;
  border: none;
}
button:focus {
  outline: none;
  box-shadow: none;
}
button:active {
  outline: none;
  box-shadow: none;
}

input {
  background: none;
  border: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
input:active {
  outline: none;
  box-shadow: none;
}

img {
  max-width: 100%;
}

a {
  color: initial;
  text-decoration: none;
}

select:focus {
  outline: none;
  box-shadow: none;
}
select:active {
  outline: none;
  box-shadow: none;
}

@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 {
  padding: 1px 24px;
  position: relative;
  z-index: 32;
}
.header-logo {
  position: absolute;
  margin: 0 auto;
  z-index: 10;
  left: calc(50% - 53.332px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1032.98px) {
  .header-logo {
    left: calc(50% - 40px);
  }
  .header-logo img {
    width: 80px;
    height: 22.64px;
  }
}
.header-main {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  height: 80px;
}
.header-main .burger-btn {
  padding: 21px;
  position: relative;
  margin-left: -5px;
}
.header-main .burger-btn span {
  position: absolute;
  width: 14px;
  height: 1.4px;
  transition: transform 0.3s cubic-bezier(0.31, 0, 0.13, 1);
}
body.accessibility-active .header-main .burger-btn span {
  height: 2.4px;
  margin-top: -5px;
}
.header-main .burger-btn .burger-upper, .header-main .burger-btn .burger-lower {
  transform: translateY(0px);
  transition: transform 0.3s cubic-bezier(0.31, 0, 0.13, 1);
  transition-delay: 0.3s;
  fill: #33383c;
}
.header-main .burger-btn.js-burger-btn .line-top, .header-main .burger-btn.js-burger-btn .burger-upper {
  transform: translateY(3px);
}
.header-main .burger-btn.js-burger-btn .line-bottom, .header-main .burger-btn.js-burger-btn .burger-lower {
  transform: translateY(-3px);
}
.header .icons-right {
  display: flex;
}
.header .icons-right a,
.header .icons-right span {
  display: block;
  padding: 12px 16px;
  margin: 12px 0;
  margin-top: 7px;
}
.header .icons-right a:last-of-type {
  padding-right: 12px;
}
.header .burger-modal {
  overflow: hidden;
}
.header .burger-modal .burger-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.header .burger-modal .burger-menu-top {
  margin: 24px 24px 0 24px;
  padding-bottom: 24px;
}
.header .burger-modal .burger-menu-top .close-burger-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.header .burger-modal .burger-menu-top .close-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  top: 2px;
  width: 24px;
  height: 24px;
}
.header .burger-modal .burger-menu-top .close-btn span {
  display: block;
  position: absolute;
  background-color: rgba(51, 56, 60, 0.99212312);
  width: 14px;
  height: 1.4px;
  transition: transform 0.3s cubic-bezier(0.31, 0, 0.13, 1);
  box-shadow: 0 0.5px 0 0 rgba(51, 56, 60, 0.99212312);
}
body.accessibility-active .header .burger-modal .burger-menu-top .close-btn span {
  height: 2.4px;
}
.header .burger-modal .burger-menu-top .close-btn .svg-line {
  opacity: 0;
}
.header .burger-modal .burger-menu-top .burger-menu-inner {
  padding-top: 12px;
}
.header .burger-modal .burger-menu-bottom {
  padding: 4px;
  display: flex;
  margin: auto 8px 8px;
}
.header .burger-modal .burger-menu-bottom span {
  padding: 8px 4px;
  display: block;
  width: 50%;
  align-items: center;
  justify-content: center;
}
.header .burger-modal .burger-menu .parfume-beauty-menu {
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.header .burger-modal .burger-menu .parfume-beauty-menu .header-links-list {
  padding-bottom: 12px;
}
.header .burger-modal .burger-menu .parfume-beauty-menu .accesibility-menu {
  padding-top: 32px;
  border-top: 1px solid #e5e5e5;
}
.header .burger-modal .burger-menu .accesibility-menu {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  align-items: center;
  padding: 8px 0;
}
.header .burger-modal .burger-menu-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-height: calc(100vh - 161px);
  overflow-y: auto;
  height: 100%;
  line-height: 19px;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) #f8f8f9;
}
.header .burger-modal .burger-menu-inner .header-links-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-top: 12px;
}
.header .burger-modal .burger-menu-inner .header-links-list a {
  padding: 12px 0;
}
.header .burger-modal .burger-menu-inner .header-bottom-links-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  margin-top: 12px;
  padding-top: 24px;
}
.header .burger-modal .burger-menu-inner .header-bottom-links-list a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-bottom: 4px;
  font-size: 14px;
}
.header .burger-modal .burger-menu-inner .header-bottom-links-list .wishlist-link {
  margin-bottom: 40px;
}
.header .burger-modal .burger-menu-inner .header-bottom-links-list .languages-header {
  position: relative;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  margin-bottom: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.header .burger-modal .burger-menu-inner .header-bottom-links-list .languages-header::before {
  bottom: -4px !important;
}
.header .burger-modal .burger-menu-inner .middle-menu-item {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px 42px 24px;
  width: 100%;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.31, 0, 0.13, 1), opacity 0.7s cubic-bezier(0.31, 0, 0.13, 1) 0.4s, height 0s cubic-bezier(0.31, 0, 0.13, 1);
}
.header .burger-modal .burger-menu-inner .middle-menu-item .links-animation {
  opacity: 0;
  transform: translateX(-50%);
}
.header .burger-modal .burger-menu-inner .middle-menu-item.active {
  height: 100%;
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
  transition: all 0.7s cubic-bezier(0.31, 0, 0.13, 1), opacity 0.7s cubic-bezier(0.31, 0, 0.13, 1) 0.4s, height 0s cubic-bezier(0.31, 0, 0.13, 1);
}
.header .burger-modal .burger-menu-inner .middle-menu-item.active .links-animation {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}
.header .burger-modal .svg-line {
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.31, 0, 0.13, 1);
}
.header .burger-modal.js-modal-left-open .close-btn {
  position: relative;
}
.header .burger-modal.js-modal-left-open .close-btn .svg-line {
  opacity: 1;
  transform-box: fill-box;
  transform-origin: center;
  transition: all 0.3s 0.1s cubic-bezier(0.31, 0, 0.13, 1);
}
.header .burger-modal.js-modal-left-open .close-btn .svg-line-1 {
  transform: translateY(0.19375rem) rotate(-45deg);
}
.header .burger-modal.js-modal-left-open .close-btn .svg-line-2 {
  transform: translateY(-0.4rem) rotate(45deg);
}
@-webkit-keyframes fadeInSlide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInSlide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header .burger-modal.js-modal-left-open .header-links-list .animate-opacity {
  opacity: 1;
}
.header .burger-modal.js-modal-left-open .header-bottom-links-list .animate-opacity {
  opacity: 0;
}
.header .burger-modal.js-modal-left-open .header-bottom-links-list .animate-opacity:nth-child(1) {
  -webkit-animation: fadeInSlide 0.25s cubic-bezier(0.31, 0, 0.13, 1) forwards;
          animation: fadeInSlide 0.25s cubic-bezier(0.31, 0, 0.13, 1) forwards;
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}
.header .burger-modal.js-modal-left-open .header-bottom-links-list .animate-opacity:nth-child(2) {
  -webkit-animation: fadeInSlide 0.25s cubic-bezier(0.31, 0, 0.13, 1) forwards;
          animation: fadeInSlide 0.25s cubic-bezier(0.31, 0, 0.13, 1) forwards;
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.header .burger-modal.js-modal-left-open .header-bottom-links-list .animate-opacity:nth-child(3) {
  -webkit-animation: fadeInSlide 0.25s cubic-bezier(0.31, 0, 0.13, 1) forwards;
          animation: fadeInSlide 0.25s cubic-bezier(0.31, 0, 0.13, 1) forwards;
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}
.header .burger-modal.js-modal-left-open .header-bottom-links-list .animate-opacity:nth-child(4) {
  -webkit-animation: fadeInSlide 0.25s cubic-bezier(0.31, 0, 0.13, 1) forwards;
          animation: fadeInSlide 0.25s cubic-bezier(0.31, 0, 0.13, 1) forwards;
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.header .burger-modal.js-modal-left-open .header-bottom-links-list .animate-opacity:nth-child(5) {
  -webkit-animation: fadeInSlide 0.25s cubic-bezier(0.31, 0, 0.13, 1) forwards;
          animation: fadeInSlide 0.25s cubic-bezier(0.31, 0, 0.13, 1) forwards;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.header .burger-modal.js-modal-left-open .accesibility-menu.animate-opacity {
  opacity: 0;
  -webkit-animation: fadeInSlide 0.25s cubic-bezier(0.31, 0, 0.13, 1) forwards;
          animation: fadeInSlide 0.25s cubic-bezier(0.31, 0, 0.13, 1) forwards;
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.header .search-modal {
  width: 50vw !important;
  display: flex;
  flex-direction: column;
}
.header .search-modal-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 32px;
}
.header .search-modal-top .close-search-modal {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2px;
  padding: 6px 20px 6px 0;
}
.header .search-modal-top .icons-right span,
.header .search-modal-top .icons-right a {
  margin: 12px 0 8px;
}
.header .search-modal .header-search-container {
  padding: 24px 84px 24px 50px;
  flex-grow: 1;
  margin-left: 20px;
}
.header .search-modal .header-search-container form {
  display: flex;
  padding-bottom: 13px;
  margin-top: 16px;
  align-items: flex-start;
  padding-top: 5.5px;
  gap: 7px;
}
.header .search-modal .header-search-container form input {
  flex-grow: 1;
}
.header .search-modal .header-search-container form span,
.header .search-modal .header-search-container form input {
  margin-bottom: -5.5px;
}
.header .search-modal .header-search-bottom {
  padding-right: 32px;
  padding-bottom: 39px;
  display: flex;
  justify-content: flex-end;
  gap: 3px;
  margin-right: 15px;
}
@media (max-width: 1032.98px) {
  .header .search-modal {
    width: 100% !important;
    height: 95%;
    top: auto;
    bottom: 0;
  }
  .header .search-modal-top {
    margin: 0 24px;
  }
  .header .search-modal-top .close-search-modal {
    padding: 8px;
  }
  .header .search-modal-top .close-search-modal p {
    display: none;
  }
  .header .search-modal-top .search-btn {
    display: none;
  }
  .header .search-modal .header-search-container {
    max-width: 100%;
    padding: 16px 24px 24px;
    margin-left: 0;
  }
  .header .search-modal .header-search-bottom {
    justify-content: center;
  }
}
@media (max-width: 1032.98px) {
  .header {
    padding: 1px 16px;
  }
  .header-main {
    height: 64px;
  }
  .header-main .icons-right {
    flex-grow: 1;
    align-items: center;
  }
  .header-main .icons-right .search-btn {
    margin-right: auto;
    padding-left: 0;
    margin-top: 12px;
  }
  .header-main .burger-btn {
    padding-left: 0;
    padding-right: 12px;
    padding-bottom: 18px;
    margin-left: 0;
    margin-top: -3px;
  }
  .header .icons-right a {
    padding: 10px 6px 12px;
    margin: 12px 0;
    margin-top: 9px;
  }
  .header .icons-right a:last-of-type {
    padding-right: 0;
  }
  .header .burger-menu-inner {
    max-height: calc(100vh - 134px) !important;
  }
  .header .burger-menu-inner .accesibility-menu {
    justify-content: space-between;
  }
  .header .burger-menu-bottom {
    bottom: 0 !important;
  }
}

.footer {
  position: relative;
  padding: 16px;
}
.footer .footer-wrapper {
  padding: 16px;
}
@media (min-width: 1033px) {
  .footer .footer-wrapper {
    padding: 0 32px 32px;
  }
}
.footer .footer-wrapper .upper-footer {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1033px) {
  .footer .footer-wrapper .upper-footer {
    gap: 65px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer .footer-wrapper .upper-footer .box-style {
  width: 100%;
  position: relative;
}
@media (min-width: 1033px) {
  .footer .footer-wrapper .upper-footer .box-style:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -34px;
    height: 89px;
    width: 1px;
  }
}
@media (min-width: 1249px) {
  .footer .footer-wrapper .upper-footer .box-style:not(:first-child)::after {
    height: 72px;
  }
}
@media (min-width: 1635px) {
  .footer .footer-wrapper .upper-footer .box-style:not(:first-child)::after {
    height: 55px;
    top: 45%;
    transform: translateY(-45%);
  }
}
.footer .footer-wrapper .upper-footer .box-link {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1033px) {
  .footer .footer-wrapper .upper-footer .box-link {
    gap: 10%;
  }
}
.footer .footer-wrapper .upper-footer .box-content {
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.footer .footer-wrapper .upper-footer .box-title {
  margin: 0;
}
.footer .footer-wrapper .upper-footer .box-paragraph {
  margin: 0;
}
.footer .footer-wrapper .middle-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 48px 0 8px;
}
@media (min-width: 1033px) {
  .footer .footer-wrapper .middle-footer {
    flex-direction: row;
    gap: 16px;
  }
}
@media (min-width: 1680px) {
  .footer .footer-wrapper .middle-footer {
    gap: 100px;
    justify-content: space-between;
  }
}
@media (min-width: 1033px) {
  .footer .footer-wrapper .middle-footer .footer-list {
    width: 100%;
  }
}
@media (min-width: 1680px) {
  .footer .footer-wrapper .middle-footer .footer-list {
    width: auto;
  }
}
.footer .footer-wrapper .middle-footer .footer-list:last-of-type {
  margin-bottom: 16px;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .middle-footer .footer-list:last-of-type {
    margin-bottom: 0;
  }
}
.footer .footer-wrapper .middle-footer .footer-list .footer-title-item {
  margin: 0;
  margin-bottom: 24px;
}
.footer .footer-wrapper .middle-footer .footer-list .list-wrapper {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .footer-wrapper .middle-footer .footer-list .line-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1033px) {
  .footer .footer-wrapper .middle-footer .footer-list .line-item {
    justify-content: flex-start;
    gap: 8px;
  }
}
.footer .footer-wrapper .middle-footer .footer-list .list-items-design {
  display: flex;
  flex-direction: column;
}
.footer .footer-wrapper .middle-footer .footer-list .toggle-list {
  position: relative;
  max-height: 24px;
  overflow: hidden;
  transition: all 600ms ease;
}
.footer .footer-wrapper .middle-footer .footer-list .toggle-list .list-items {
  opacity: 0;
  gap: 15px;
  margin-top: 16px;
  padding-top: 12px;
  padding-bottom: 0;
  transition: opacity 600ms ease 100ms, padding-bottom 600ms ease, margin-top 600ms ease;
}
.footer .footer-wrapper .middle-footer .footer-list .toggle-list.active {
  max-height: 250px;
}
.footer .footer-wrapper .middle-footer .footer-list .toggle-list.active .list-items {
  opacity: 1;
  padding-bottom: 15px;
  transition: opacity 600ms ease 0s, padding-bottom 600ms ease, margin-top 600ms ease;
}
.footer .footer-wrapper .middle-footer-secondary {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  max-height: 0px;
  overflow: hidden;
  visibility: hidden;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .middle-footer-secondary {
    border-top: none;
  }
  .footer .footer-wrapper .middle-footer-secondary .list-items {
    padding-top: 3px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.footer .footer-wrapper .middle-footer-secondary.active {
  max-height: 250px;
  visibility: visible;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .middle-footer-secondary.active {
    max-height: 700px;
  }
}
@media (min-width: 1033px) {
  .footer .footer-wrapper .desktop-style {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
    width: calc(100vw - 100px);
    height: 250px;
    padding-block: 32px;
  }
  .footer .footer-wrapper .desktop-style.active {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .footer .footer-wrapper .desktop-style > * {
    flex: 0 0 auto;
    height: 24px;
    width: calc((100% - 48px) / 4);
  }
  .footer .footer-wrapper .desktop-style li {
    height: 24px;
  }
}
.footer .footer-wrapper .bottom-footer {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 48px;
}
@media (min-width: 1280px) {
  .footer .footer-wrapper .bottom-footer {
    flex-direction: row;
  }
  .footer .footer-wrapper .bottom-footer .logo {
    order: 1;
    margin: 0 auto;
  }
  .footer .footer-wrapper .bottom-footer .language-part {
    order: 2;
  }
  .footer .footer-wrapper .bottom-footer .language-part,
  .footer .footer-wrapper .bottom-footer .social-media {
    flex: 1 0 0%;
  }
}
.footer .footer-wrapper .bottom-footer .language-wrapper {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1280px) {
  .footer .footer-wrapper .bottom-footer .language-wrapper {
    justify-content: end;
    padding: 0;
  }
}
.footer .footer-wrapper .bottom-footer .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1280px) {
  .footer .footer-wrapper .bottom-footer .text-wrapper {
    flex-direction: row;
  }
}
.footer .footer-wrapper .bottom-footer .region-text {
  margin: 0;
}
.footer .footer-wrapper .bottom-footer .country-text {
  margin: 0;
}
@media (min-width: 1033px) {
  .footer .footer-wrapper .bottom-footer .social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-left: -16px;
  }
}
@media (min-width: 1280px) {
  .footer .footer-wrapper .bottom-footer .social-media {
    justify-content: flex-start;
    padding-left: 16.5px;
  }
}
.footer .footer-wrapper .bottom-footer .social-media .social-media-links {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 20px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  gap: 8px;
}
@media (min-width: 526px) {
  .footer .footer-wrapper .bottom-footer .social-media .social-media-links {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1033px) {
  .footer .footer-wrapper .bottom-footer .social-media .social-media-links {
    gap: 16px;
  }
}
.footer .footer-wrapper .bottom-footer .logo {
  height: 16px;
  width: 56.53px;
  margin: 0 auto;
}
@media (min-width: 1033px) {
  .footer .footer-wrapper .bottom-footer .logo {
    height: 24px;
    width: 84.8px;
  }
}
.footer .footer-wrapper .bottom-footer .logo .dior-logo {
  height: 100%;
  width: 100%;
}
.footer .footer-wrapper .modal-wrapper {
  position: fixed;
  top: 16px;
  left: 16px;
  height: calc(100vh - 32px);
  max-width: calc(100% - 32px);
  overflow: auto;
}
.footer .footer-wrapper .modal-wrapper .modal-language {
  max-height: 100%;
}
.footer .footer-wrapper .modal-wrapper .modal-language.active {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language {
    position: absolute;
    height: calc(80vh - 16px);
    width: 100%;
    bottom: 0;
    top: auto;
  }
}
.footer .footer-wrapper .modal-wrapper .modal-language .line-decor {
  margin: 0px 32px 0px 24px;
  flex-shrink: 0;
  border-width: 0px 0px 1px;
}
.footer .footer-wrapper .modal-wrapper .modal-language .modal-header {
  padding: 40px 56px 28px;
  position: relative;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language .modal-header {
    padding: 80px 24px 28px;
  }
}
.footer .footer-wrapper .modal-wrapper .modal-language .modal-header .close-icon {
  position: absolute;
  right: 32px;
  top: 32px;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language .modal-header .close-icon {
    right: 24px;
    top: 24px;
  }
}
.footer .footer-wrapper .modal-wrapper .modal-language .country-lang {
  display: flex;
  padding: 32px;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language .country-lang {
    flex-direction: column;
    padding: 0;
  }
}
.footer .footer-wrapper .modal-wrapper .modal-language .wrapper-modal-country {
  overflow-y: auto;
  padding-left: 24px;
  padding-right: 24px;
  flex: 1 1 auto;
  min-height: 0;
}
.footer .footer-wrapper .modal-wrapper .modal-language .wrapper-modal-country::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language .title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer .footer-wrapper .modal-wrapper .modal-language .title-row .plus-icon {
  display: none;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language .title-row .plus-icon {
    display: flex;
  }
}
.footer .footer-wrapper .modal-wrapper .modal-language .icon {
  width: 24px;
  height: 24px;
}
.footer .footer-wrapper .modal-wrapper .modal-language .lang-section {
  padding: 12px 44px 6px;
  flex-grow: 1;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language .lang-section {
    position: relative;
    padding: 0;
  }
  .footer .footer-wrapper .modal-wrapper .modal-language .lang-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
  }
}
.footer .footer-wrapper .modal-wrapper .modal-language .lang-section:first-child {
  padding-left: 0;
}
.footer .footer-wrapper .modal-wrapper .modal-language .lang-section:last-child {
  padding-right: 0;
}
.footer .footer-wrapper .modal-wrapper .modal-language .title-country {
  margin: 0;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language .title-country {
    padding: 32px 0;
  }
}
.footer .footer-wrapper .modal-wrapper .modal-language .list-country {
  margin-top: 32px;
  display: grid;
  row-gap: 24px;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-auto-flow: column;
  grid-template-rows: repeat(17, auto);
  grid-template-columns: 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language .list-country {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    grid-auto-flow: row;
    grid-template-rows: none;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: opacity 460ms cubic-bezier(0.31, 0, 0.14, 1);
  }
  .footer .footer-wrapper .modal-wrapper .modal-language .list-country.active {
    opacity: 1;
    max-height: 2000px;
    visibility: visible;
    margin-top: 16px;
    padding-top: 4px;
    padding-bottom: 32px;
    transition-delay: 0s;
  }
}
.footer .footer-wrapper .modal-wrapper .modal-language .list-country.add {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language .list-country.add {
    grid-template-columns: 1fr;
  }
}
.footer .footer-wrapper .modal-wrapper .modal-language .list-country .list-item-country.line-height {
  display: flex;
  align-items: end;
}
.footer .footer-wrapper .modal-wrapper .modal-language .additional-text-modal {
  display: flex;
  flex-wrap: wrap;
  padding: 0 32px;
  margin-top: 32px;
  padding-bottom: 38px;
  gap: 8px;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper .modal-language .additional-text-modal {
    justify-content: space-between;
    margin-top: 16px;
    padding: 0 0 40px;
  }
}
.footer .footer-wrapper .modal-wrapper .modal-language .additional-text-modal a {
  padding-bottom: 2px;
}
@media (max-width: 1032.98px) {
  .footer .footer-wrapper .modal-wrapper {
    max-width: calc(100vw - 16px);
    height: calc(80vh - 16px);
    width: 100%;
    left: 8px;
    top: auto;
    bottom: 8px;
  }
}

.overlay {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s ease 0.5s, opacity 0.36s cubic-bezier(0.31, 0, 0.13, 1) 0.12s;
  display: block;
  cursor: pointer;
  position: fixed;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 30;
  background: rgba(51, 56, 60, 0.2470588235);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
body.accessibility-active .overlay {
  background: rgba(51, 56, 60, 0.7490196078);
}
.overlay.js-overlay, .overlay.js-overlay-search {
  opacity: 100%;
  visibility: visible;
  transition: visibility 0s ease 0s, opacity 0.36s cubic-bezier(0.31, 0, 0.13, 1);
  transition-delay: 0.3s;
}
.overlay.js-overlay-filters {
  background-color: rgba(0, 0, 0, 0.247);
  opacity: 1;
  visibility: visible;
  transition: visibility 0s ease 0s, opacity 0.36s cubic-bezier(0.31, 0, 0.13, 1);
  z-index: 35;
}

:root {
  --desktop-min-width: 293px;
}

@media only screen and (min-width: 1280px) {
  :root {
    --desktop-min-width: 316px;
  }
}
@media only screen and (min-width: 1440px) {
  :root {
    --desktop-min-width: 367px;
  }
}
.modal-left {
  background: rgba(254, 254, 254, 0.8980392157);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  position: fixed;
  bottom: 16px;
  inset-inline-start: 16px;
  inset-inline-end: 0;
  top: 16px;
  z-index: 31;
  border-radius: 6px;
  width: 0;
  transition: width 0.36s cubic-bezier(0.31, 0, 0.13, 1);
}
body.accessibility-active .modal-left {
  background: #ffffff;
}
@media (max-width: 1032.98px) {
  .modal-left {
    bottom: 8px;
    inset-inline-start: 8px;
    top: 8px;
    height: calc(100% - 16px);
  }
  .modal-left.js-modal-left-open {
    width: calc(100% - 16px) !important;
    transition-delay: 0.3s;
  }
}
@media (min-width: 1033px) {
  .modal-left.js-modal-left-open {
    transition: width 0.36s cubic-bezier(0.31, 0, 0.13, 1);
    -webkit-animation: MenuAnimation 0.36s cubic-bezier(0.31, 0, 0.13, 1);
            animation: MenuAnimation 0.36s cubic-bezier(0.31, 0, 0.13, 1);
    transform-origin: left;
  }
}
@media only screen and (min-width: 1034px) {
  .modal-left.js-modal-left-open {
    width: clamp(var(--desktop-min-width, 293px), 24vw, 514px);
  }
}

.modal-right {
  color: rgb(51, 56, 60);
  background-color: rgb(255, 255, 255);
  overflow: hidden auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1 0 auto;
  z-index: 33;
  position: fixed;
  top: 0px;
  right: 0px;
  border-radius: 4px;
  box-shadow: none;
  margin: 8px;
  max-width: calc(100% - 16px);
  max-height: calc(100% - 16px);
  outline: none !important;
  transition: 560ms cubic-bezier(0.31, 0, 0.14, 1) !important;
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  width: 400px;
  transform: translateX(110%);
}
@media (min-width: 1033px) {
  .modal-right.js-modal-right {
    transition: 560ms cubic-bezier(0.31, 0, 0.14, 1) !important;
    transform: translateX(0);
  }
}
@media (max-width: 1032.98px) {
  .modal-right {
    width: 100%;
    transform: translateX(0);
    transform: translateY(150%);
  }
  .modal-right.js-modal-right {
    transform: translateY(0);
  }
}

@-webkit-keyframes MenuAnimation {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes MenuAnimation {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
  inset-inline-end: 20px !important;
  top: unset !important;
  inset-inline-start: unset !important;
}

#ot-pc-desc :dir(rtl) {
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 28px !important;
}

#ot-sdk-row .ot-cat-grp p :dir(rtl) {
  text-align: right !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk {
  padding: 40px;
  inset-inline-start: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
:dir(rtl) #onetrust-consent-sdk #onetrust-banner-sdk {
  transform: translate(50%, -50%);
}
@media screen and (max-width: pxToRem(1025)) {
  #onetrust-consent-sdk #onetrust-banner-sdk {
    padding: 16px;
  }
}

#onetrust-consent-sdk #onetrust-banner-sdk,
#onetrust-pc-sdk {
  outline-width: 0 !important;
  border-radius: 4px !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #ot-pc-content,
#onetrust-pc-sdk #ot-pc-content {
  top: 99px !important;
  bottom: 98px !important;
}
@media screen and (max-width: pxToRem(600)) {
  #onetrust-consent-sdk #onetrust-banner-sdk #ot-pc-content,
  #onetrust-pc-sdk #ot-pc-content {
    bottom: 160px !important;
  }
}
@media screen and (max-width: pxToRem(1025)) {
  #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy,
  #onetrust-pc-sdk #onetrust-policy {
    margin-top: 16px;
  }
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy :dir(rtl),
#onetrust-pc-sdk #onetrust-policy :dir(rtl) {
  text-align: right !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk .ot-pc-header,
#onetrust-pc-sdk .ot-pc-header {
  padding: 30px !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk .ot-pc-header:dir(rtl),
#onetrust-pc-sdk .ot-pc-header:dir(rtl) {
  text-align: right !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk h2,
#onetrust-pc-sdk h2 {
  text-align: center !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding-top: 32px !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk h3,
#onetrust-pc-sdk h3 {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-top: 32px !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk h3:dir(rtl),
#onetrust-pc-sdk h3:dir(rtl) {
  text-align: right !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk h4:dir(rtl),
#onetrust-pc-sdk h4:dir(rtl) {
  text-align: right !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  font-stretch: 100% !important;
  font-optical-sizing: 20 !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk p,
#onetrust-pc-sdk p {
  font-family: "Hellix";
  font-size: 14px;
  color: #7b8487;
}
#onetrust-consent-sdk #onetrust-banner-sdk p:dir(rtl),
#onetrust-pc-sdk p:dir(rtl) {
  font-family: "Noto Kufi Arabic";
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 28px !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk a,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn,
#onetrust-pc-sdk a,
#onetrust-pc-sdk .ot-link-btn {
  font-weight: 500 !important;
  color: #33383c !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group,
#onetrust-pc-sdk #onetrust-button-group {
  margin-top: 34px;
}
@media screen and (max-width: pxToRem(1025)) {
  #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group,
  #onetrust-pc-sdk #onetrust-button-group {
    margin-top: 0;
  }
}
@media screen and (max-width: pxToRem(600)) {
  #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group,
  #onetrust-pc-sdk #onetrust-button-group {
    display: unset !important;
  }
  #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group #onetrust-reject-all-handler,
  #onetrust-pc-sdk #onetrust-button-group #onetrust-reject-all-handler {
    margin-left: 0 !important;
  }
}
:dir(rtl) #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group,
:dir(rtl) #onetrust-pc-sdk #onetrust-button-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#onetrust-consent-sdk #onetrust-banner-sdk #ot-pc-desc:dir(rtl),
#onetrust-pc-sdk #ot-pc-desc:dir(rtl) {
  text-align: right !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-consent-sdk #onetrust-banner-sdk a,
#onetrust-consent-sdk #onetrust-banner-sdk :dir(rtl) a,
#onetrust-pc-sdk #onetrust-consent-sdk #onetrust-banner-sdk a,
#onetrust-pc-sdk :dir(rtl) a {
  text-underline-offset: 8px !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk #accept-recommended-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-pc-refuse-all-handler,
#onetrust-consent-sdk #onetrust-banner-sdk .save-preference-btn-handler,
#onetrust-pc-sdk #onetrust-reject-all-handler,
#onetrust-pc-sdk #onetrust-accept-btn-handler,
#onetrust-pc-sdk #accept-recommended-btn-handler,
#onetrust-pc-sdk #onetrust-pc-btn-handler,
#onetrust-pc-sdk .ot-pc-refuse-all-handler,
#onetrust-pc-sdk .save-preference-btn-handler {
  background-color: #33383c !important;
  font-family: "Hellix" !important;
  font-weight: 500 !important;
  border: 1px solid rgb(229, 229, 229);
  line-height: 17px !important;
  letter-spacing: normal !important;
  font-size: 14px !important;
  border-radius: 6px !important;
  margin-bottom: 5px;
}
:dir(rtl) #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler,
:dir(rtl) #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler,
:dir(rtl) #onetrust-consent-sdk #onetrust-banner-sdk #accept-recommended-btn-handler,
:dir(rtl) #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,
:dir(rtl) #onetrust-consent-sdk #onetrust-banner-sdk .ot-pc-refuse-all-handler,
:dir(rtl) #onetrust-consent-sdk #onetrust-banner-sdk .save-preference-btn-handler,
:dir(rtl) #onetrust-pc-sdk #onetrust-reject-all-handler,
:dir(rtl) #onetrust-pc-sdk #onetrust-accept-btn-handler,
:dir(rtl) #onetrust-pc-sdk #accept-recommended-btn-handler,
:dir(rtl) #onetrust-pc-sdk #onetrust-pc-btn-handler,
:dir(rtl) #onetrust-pc-sdk .ot-pc-refuse-all-handler,
:dir(rtl) #onetrust-pc-sdk .save-preference-btn-handler {
  font-family: "Noto Kufi Arabic" !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:hover,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:hover,
#onetrust-consent-sdk #onetrust-banner-sdk #accept-recommended-btn-handler:hover,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:hover,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-pc-refuse-all-handler:hover,
#onetrust-consent-sdk #onetrust-banner-sdk .save-preference-btn-handler:hover,
#onetrust-pc-sdk #onetrust-reject-all-handler:hover,
#onetrust-pc-sdk #onetrust-accept-btn-handler:hover,
#onetrust-pc-sdk #accept-recommended-btn-handler:hover,
#onetrust-pc-sdk #onetrust-pc-btn-handler:hover,
#onetrust-pc-sdk .ot-pc-refuse-all-handler:hover,
#onetrust-pc-sdk .save-preference-btn-handler:hover {
  background-color: #5d676c !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #ot-pc-desc,
#onetrust-pc-sdk #ot-pc-desc {
  padding-top: 32px !important;
}

#onetrust-pc-sdk #ot-pc-lst {
  bottom: 0 !important;
  max-height: calc(100% - 194px);
}
@media screen and (max-width: pxToRem(1025)) {
  #onetrust-pc-sdk #ot-pc-lst {
    bottom: 180px !important;
    max-height: unset;
  }
}
#onetrust-pc-sdk .ot-sdk-row button {
  font-family: "Hellix" !important;
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #33383c;
  font-weight: 500 !important;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 32px;
  font-size: 14px;
}
#onetrust-pc-sdk .ot-hlst-cntr :dir(rtl) {
  font-family: "Noto Kufi Arabic" !important;
  display: inline-flex;
  text-underline-offset: 8px;
}
#onetrust-pc-sdk .ot-category-desc :dir(rtl) {
  text-align: right !important;
}
#onetrust-pc-sdk :dir(rtl) .ot-cat-item {
  position: relative;
}
#onetrust-pc-sdk :dir(rtl) .ot-cat-item .ot-tgl {
  float: left;
}
#onetrust-pc-sdk :dir(rtl) .ot-cat-item .ot-switch {
  width: 46px;
  height: 26px;
}
#onetrust-pc-sdk :dir(rtl) .ot-cat-item .ot-cat-header {
  float: right;
}
#onetrust-pc-sdk :dir(rtl) .ot-cat-item .ot-category-desc,
#onetrust-pc-sdk :dir(rtl) .ot-cat-item .ot-hlst-cntr {
  float: right;
  text-align: right;
}
#onetrust-pc-sdk :dir(rtl) .ot-cat-item .ot-hlst-cntr {
  text-underline-offset: 6px;
}
#onetrust-pc-sdk :dir(rtl) .ot-cat-item .ot-link-btn.category-host-list-handler {
  float: right;
}

