/* Thailand Kanit override */

/* Header */
.dp-header,
.dp-header__main-title,
.dp-header__secondary-title,
.dp-header__bold-text,
.dp-header__text,
.dp-header__nav ul li a {
    font-family: "Kanit", sans-serif !important;
}

/* Product */
.dp-product,
.dp-product__title,
.dp-product__subtitle,
.dp-product__text,
.dp-product__text-bold,
.dp-product__list,
.dp-product__shop-btn,
.dp-product__ingredient-name {
    font-family: "Kanit", sans-serif !important;
}

/* Selection */
.dp-selection,
.dp-selection__title {
    font-family: "Kanit", sans-serif !important;
}

/* How-to */
.dp-howto,
.dp-howto__title,
.dp-howto-step__duration,
.dp-howto-step__name,
.dp-howto-step__text,
.dp-howto-cta {
    font-family: "Kanit", sans-serif !important;
}

/* FAQ */
.dp-faq,
.dp-faq__title,
.dp-faq__question-title,
.dp-faq__answer,
.dp-faq__answer p,
.dp-faq__answer a {
    font-family: "Kanit", sans-serif !important;
}

/* Mentions */
.dp-mentions,
.dp-mentions__text {
    font-family: "Kanit", sans-serif !important;
}

/* MASTER ANALYSIS CSS UPDATES */

.dp-selection  .swiper {
  padding: 0 20px;
}


 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {}

@media (max-width: 480px) {
  .dp-selection  .swiper {
    padding: 0;
  }
}
