@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;
}
.container-read-more-bottom .read-more-bottom::after, .bottom-cold-content a::after, .load-more-link::after, .top-cold-CC-title-wrap .container-read-more span::after {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: #33383c;
  transition: transform 0.25s ease-out;
  transform-origin: bottom left;
}
.container-read-more-bottom .read-more-bottom:hover::after, .bottom-cold-content a:hover::after, .load-more-link:hover::after, .top-cold-CC-title-wrap .container-read-more span:hover::after {
  transform-origin: bottom right;
  transform: scaleX(0);
}

@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;
}

.top-cold-CC-title-wrap .top-cold-content-full-alt {
  font-family: "Hellix";
  line-height: 20px;
  letter-spacing: normal;
  font-size: 1.4rem;
  color: #7b8487;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  transition-duration: 300ms;
  transition-timing-function: all cubic-bezier(0.31, 0, 0.13, 1);
}
body.accessibility-active .top-cold-CC-title-wrap .top-cold-content-full-alt {
  color: #33383c;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}
.top-cold-CC-title-wrap .top-cold-content-full-alt.collapsed {
  -webkit-line-clamp: 2;
}
.top-cold-CC-title-wrap .top-cold-content-full-alt.expanded {
  max-height: 400px;
}
.top-cold-CC-title-wrap .top-cold-content-full-alt,
.top-cold-CC-title-wrap .page-title {
  font-weight: 400;
  text-align: center;
}
body.accessibility-active .top-cold-CC-title-wrap .page-title {
  color: #000;
}
.top-cold-CC-title-wrap .articles-num-wrap span,
.top-cold-CC-title-wrap .container-read-more span {
  font-family: "Hellix";
  line-height: 17px;
  letter-spacing: normal;
  font-size: 1.4rem;
  color: #7b8487;
  font-weight: 400;
}
body.accessibility-active .top-cold-CC-title-wrap .articles-num-wrap span,
body.accessibility-active .top-cold-CC-title-wrap .container-read-more span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #33383c;
}
.top-cold-CC-title-wrap .container-read-more {
  cursor: auto;
}
.top-cold-CC-title-wrap .container-read-more span {
  position: relative;
  display: inline-block;
  color: #33383c;
  text-decoration: none;
  cursor: pointer;
}
body.accessibility-active .top-cold-CC-title-wrap .container-read-more span {
  color: #000;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 23px;
}

.page-title {
  font-family: "AtacamaVAR";
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.64px;
  color: #33383c;
  font-stretch: 100%;
  font-variation-settings: "CNTR" 28, "XHGT" 0, "wdth" 100, "wght" 352;
}
@media (max-width: 1023.98px) {
  .page-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.48px;
    color: #33383c;
    font-stretch: 100;
    font-variation-settings: "CNTR" 70;
  }
}
.page-title.fallback-title {
  text-align: center;
}

.product-card .product-labels-span {
  letter-spacing: normal;
  font-size: 12px;
  text-transform: capitalize;
  color: #7b8487;
  line-height: 32px;
}

.product-card .product-label {
  font-family: "Hellix";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #7b8487;
}
body.accessibility-active .product-card .product-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #33383c;
}
.product-card .title {
  font-family: "Hellix";
  line-height: 19px;
  font-size: 14px;
  text-align: center;
  color: #33383c;
  font-weight: 500;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  word-break: break-word;
}
body.accessibility-active .product-card .title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 20px;
  height: 36px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.product-card .subtitle {
  font-weight: 400;
  font-family: "Hellix";
  line-height: 17px;
  font-size: 14px;
  text-align: center;
  color: #7b8487;
  word-wrap: break-word;
  word-break: break-word;
  height: unset;
  max-height: 0px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  opacity: 0;
  transform: translateY(-6px);
  bottom: -6px;
  transition: opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), margin-bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
body.accessibility-active .product-card .subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #33383c;
}
@media (max-width: 991.98px) {
  .product-card .subtitle {
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .product-card:hover .subtitle {
    -webkit-line-clamp: 2;
    transform: translateY(0px);
    bottom: 0px;
    max-height: 35px;
    opacity: 1;
    transition-delay: 0.1s;
    margin-bottom: 12px;
  }
  body.accessibility-active .product-card:hover .subtitle {
    max-height: 36px;
  }
}
.product-card .price,
.product-card .color-option-num {
  font-weight: 400;
  font-family: "Hellix";
  line-height: 17px;
  font-size: 14px;
  color: #7b8487;
}
body.accessibility-active .product-card .price,
body.accessibility-active .product-card .color-option-num {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #33383c;
}
.product-card .price {
  text-align: center;
}

.load-more-btn {
  background-color: #33383c;
  color: #ffffff;
  font-family: "Hellix";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
body.accessibility-active .load-more-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.load-more-btn:hover {
  background-color: #5D676C;
}

.load-more-text {
  font-weight: 500;
  font-family: "Hellix";
  line-height: 17px;
  font-size: 14px;
  line-height: 17px;
  color: #7b8487;
}
body.accessibility-active .load-more-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #33383c;
}

.load-more-link {
  color: #33383c;
  font-family: "Hellix";
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
body.accessibility-active .load-more-link {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: color 500ms ease;
}
body.accessibility-active .load-more-link:hover {
  color: #5D676C;
}

.bottom-cold-content {
  font-weight: 400;
  font-family: "Hellix";
  line-height: 20px;
  letter-spacing: normal;
  font-size: 14px;
  color: #7b8487;
  height: unset;
  max-height: 40px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.31, 0, 0.13, 1);
}
body.accessibility-active .bottom-cold-content {
  color: #33383c;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 23px;
  max-height: 41px;
}
.bottom-cold-content.collapsed {
  -webkit-line-clamp: 2;
}
.bottom-cold-content a {
  color: #33383c;
  font-family: "Hellix";
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.bottom-cold-content.expanded {
  max-height: 400px !important;
}

.container-read-more-bottom .read-more-bottom {
  cursor: pointer;
  font-weight: 500;
  font-family: "Hellix";
  line-height: 17px;
  letter-spacing: normal;
  font-size: 14px;
  color: #33383c;
  position: relative;
}
body.accessibility-active .container-read-more-bottom .read-more-bottom {
  color: #000;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 23px;
}

.ls-link-section {
  border-top: 1px solid #e5e5e5;
}
.ls-link-section .ls-links a {
  font-weight: 400;
  font-family: Hellix, ABCDiorIcons, arial, sans-serif;
  letter-spacing: normal;
  font-size: 14px;
  text-decoration: none !important;
  color: #7b8487;
  transition: 0.3s all;
}
.ls-link-section .ls-links a:hover {
  color: #5d676c;
}

body.accessibility-active .ls-link-section .ls-links a {
  font-weight: 500;
  font-size: 16px;
  color: rgb(51, 56, 60);
}

.loader-wrap .pulsing-circle {
  background-color: #CECECE;
}

.swiper-scrollbar {
  background-color: transparent !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #33383c !important;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 44px !important;
  height: 44px !important;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #33383c;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 13px;
  font-weight: 700;
}

.filters-sort-btn {
  background: #ffffff;
  font-weight: 500;
  font-family: "Hellix";
  line-height: 17px;
  letter-spacing: normal;
  font-size: 14px;
  cursor: pointer;
}
.filters-sort-btn .btn-text {
  color: rgba(0, 0, 0, 0.8705882353);
}
body.accessibility-active .filters-sort-btn .btn-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 20px;
}
.filters-sort-btn .filters-selected-num {
  color: #7b8487;
}
body.accessibility-active .filters-sort-btn .filters-selected-num {
  font-size: 1.6rem;
  color: #33383c;
  font-weight: 600;
  line-height: 20px;
}
.filters-sort-btn:hover {
  background: #E5E5E5;
}

.modal-header-title {
  font-weight: 500;
  font-family: "Hellix";
  line-height: 17px;
  letter-spacing: normal;
  font-size: 1.4rem;
}
body.accessibility-active .modal-header-title {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.filter-name,
.sorting-name,
.sorting-item > label,
.filter-list-lvl-1-item > label {
  white-space: nowrap;
  font-weight: 400;
  font-family: "Hellix";
  line-height: 17px;
  letter-spacing: normal;
  font-size: 1.4rem;
  color: #33383c;
}
body.accessibility-active .filter-name,
body.accessibility-active .sorting-name,
body.accessibility-active .sorting-item > label,
body.accessibility-active .filter-list-lvl-1-item > label {
  color: #000;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: 500;
}
.filter-name.is-selected,
.sorting-name.is-selected,
.sorting-item > label.is-selected,
.filter-list-lvl-1-item > label.is-selected {
  font-weight: 600;
}
body.accessibility-active .filter-name.is-selected,
body.accessibility-active .sorting-name.is-selected,
body.accessibility-active .sorting-item > label.is-selected,
body.accessibility-active .filter-list-lvl-1-item > label.is-selected {
  font-weight: 700;
}

.sorting-name {
  font-weight: 600;
}

.sorting-item label {
  cursor: pointer;
}
.sorting-item input {
  accent-color: #33383c;
}
.sorting-item.is-checked label, .sorting-item.selected label {
  font-weight: 600;
}

.filter-list-lvl-1-item input {
  accent-color: #33383c;
}

.filters-list-lvl-2-item,
.filter-list-lvl-2 {
  cursor: default;
}
.filters-list-lvl-2-item .filter-name,
.filter-list-lvl-2 .filter-name {
  font-weight: 600;
}

.filter-list-lvl-2-item-inner {
  cursor: pointer;
}

.filters-lvl-2-input-wrap li label {
  font-weight: 500;
  font-family: "Hellix";
  line-height: 17px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8705882353);
  background-color: #ffffff;
  cursor: pointer;
}
.filters-lvl-2-input-wrap li label span {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.filters-lvl-2-input-wrap li label input:checked + span {
  background-color: #33383C;
  color: #ffffff;
}
.filters-lvl-2-input-wrap li:hover label span {
  background-color: #E5E5E5;
}
.filters-lvl-2-input-wrap li:hover input:checked + span {
  background-color: #5F676C;
}

.filters-selected-num {
  font-weight: 400;
  font-family: "Hellix";
  line-height: 14px;
  letter-spacing: normal;
  font-size: 12px;
  color: #7b8487;
}
.filters-selected-num.bigger-num {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: normal;
  font-weight: 500;
}
body.accessibility-active .filters-selected-num {
  color: #000;
}

.selected-filters,
.selected-sort {
  font-weight: 400;
  font-family: "Hellix";
  line-height: 14px;
  letter-spacing: normal;
  font-size: 12px;
  color: #7b8487;
}
body.accessibility-active .selected-filters,
body.accessibility-active .selected-sort {
  font-size: 14px;
  font-weight: 500;
  color: #33383c;
  line-height: 17px;
}

.selected-sort span {
  padding-right: 8px;
}

.selected-filters span::after {
  content: ",";
}
.selected-filters span:nth-last-child(1 of .show-this-filter)::after {
  content: "";
}

.filters-modal-btns-wrap {
  background-color: #ffffff;
}
.filters-modal-btns-wrap .clear-filters-btn,
.filters-modal-btns-wrap .view-results-btn {
  font-weight: 500;
  font-family: "Hellix";
  line-height: 17px;
  letter-spacing: normal;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
body.accessibility-active .filters-modal-btns-wrap .clear-filters-btn,
body.accessibility-active .filters-modal-btns-wrap .view-results-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}
.filters-modal-btns-wrap .clear-filters-btn {
  background-color: #e5e5e5;
  color: #acb2b4;
  border-color: #E5E5E5;
  pointer-events: none;
}
.filters-modal-btns-wrap .clear-filters-btn.active {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.8705882353);
  border-color: #E5E5E5;
  pointer-events: all;
}
body.accessibility-active .filters-modal-btns-wrap .clear-filters-btn {
  border-color: #ACB2B4;
}
.filters-modal-btns-wrap .clear-filters-btn:hover {
  background-color: #E5E5E5;
}
.filters-modal-btns-wrap .view-results-btn {
  color: #ffffff;
  background-color: #33383c;
  border-color: #33383c;
}
.filters-modal-btns-wrap .view-results-btn:hover {
  background-color: #5F676B;
}

.sorting-list {
  background-color: #ffffff;
}

.js-z-index {
  z-index: 20 !important;
  background-color: #ffffff;
}

.js-z-index-alt {
  z-index: 25 !important;
  background-color: #ffffff;
}

.filter-list-lvl-1-inner.temp li label {
  font-weight: 500;
  font-family: "Hellix";
  line-height: 17px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8705882353);
  background-color: #ffffff;
  cursor: pointer;
}
.filter-list-lvl-1-inner.temp li label span {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.filter-list-lvl-1-inner.temp li label input:checked + span {
  background-color: #33383C !important;
  color: #ffffff !important;
}
.filter-list-lvl-1-inner.temp li:hover label span {
  background-color: #E5E5E5;
}
.filter-list-lvl-1-inner.temp li:hover input:checked + span {
  background-color: #5F676C;
}

label[data-aggregation=parent][disabled] {
  color: #ACB2B4;
}
label[data-aggregation=parent][disabled] .custom-checkbox-img {
  filter: brightness(0) saturate(100%) invert(76%) sepia(7%) saturate(128%) hue-rotate(151deg) brightness(92%) contrast(94%);
}
label[data-aggregation=parent].size-box[disabled] {
  background-color: rgb(229, 229, 229);
}

@media (max-width: 1032.98px) {
  .view-results-btn {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: auto;
  }
}

