.LanguageSelector__option {
  font-size: 1rem;
}

.EmailSignupBar__newline label div {
  font-size: var(--bodyMedium);
  padding: .5rem;
  text-align: left;
}

.EmailSignupError__error {
  color: #FF4C4C;
  display: block;
  font-size: var(--bodyMedium);
  margin: 5px 0 10px;
  padding: 0;
  text-align: inherit;
  width: 100%;
}

/* stylelint-disable comment-no-empty */


/* h3{
  font-weight: 500;
} */


/* HACKS */

.CardImage__imageWrapper {
  border: 1px solid #dfdfdf;
}

/* ACTIVE STATES */

.activeState--1.active {
  /* color: black; */
  font-weight: 500;
}

.activeState--2.active {
  color: black
}

.activeState--3.active {
  color: white
}

/* HOVER STATES */
.hoverState--1.hover,
.hoverState--1:hover {
  color: black;
}

.hoverState--3.hover,
.hoverState--3:hover {
  color: #dfdfdf
}

/** BUTTONS **/

.button--text {
  display: inline-flex;
  position: relative;
}

.button--selectable {
  font-size: 1.2rem;
  border: 1px solid var(--greyOnLight);
  color: var(--colorActivePrimary);
  text-transform: uppercase;
}

.button--selectable:hover:not(.selected) {
  background-color: var(--greyLight);
}

.button--selectable.selected:not(.disabled) {
  border: 1px solid black;
  cursor: pointer;
}

.button--selectable.disabled {
  background-color: var(--greyLight);
  color: var(--greyMedium);
  cursor: pointer;
}

.button--primary {
  background-color: #000;
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  transition: 0.2s;
}

.button--primary:hover {
  background-color: #efefef;
  color: black
}

.button--primary.disabled {
  background-color: var(--greyLight);
  color: var(--greyMedium);
  cursor: pointer;
}

.button--secondary {
  background-color: var(--bodyBackgroundColor);
  border-color: var(--greyDark);
  color: black;
  /* padding-top: 1.3rem;  */
}

.button--secondary:hover {
  background-color: var(--greyLight);
}

.button--promoPrimary {
  background-color: #000;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  min-height: 40px;
}

.button--promoPrimary:hover {
  background-color: #fff;
  color: #000
}

.button--promoPrimary.disabled {
  background-color: var(--greyLight);
  color: var(--greyMedium);
}

.button--promoSecondary {
  /* background-color: #fff; */
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04rem;
  /* text-transform: uppercase; */
  font-style: italic;
  min-height: 40px;
  text-decoration: underline;
  font-family: var(--fontPrimary);
}

.button--promoSecondary:hover {
  /* background-color: var(--greyDark); */
  font-style: normal;
}

.button--promoSecondary.disabled {
  background-color: var(--greyLight);
  color: var(--greyMedium);
}

.button--textSecondary {
  color: #ab8c52;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.button--sortBy {
  margin-bottom: 0.5rem;
}

.button--pulloutSortBy {
  margin: 0.5rem 0;
}

.button--sortBy,
.button--pulloutSortBy {
  color: var(--greyInactive);
}

.button--sortBy:hover,
.button--sortBy.active,
.button--pulloutSortBy:hover,
.button--pulloutSortBy.active {
  color: black;
}

.CarouselNavArrow__navArrow {
  z-index: 2;
}

/* LINKS */

.linkText--menuLinkPrimary {
  color: #fff;
  letter-spacing: 1px;
  font-family: var(--fontPrimary);
  font-size: 1.2rem;
  font-weight: 500;
  /* text-transform: uppercase; */
  position: relative;
  display: flex;
  justify-content: center;
  white-space: pre-wrap;
  text-align: center;
}

.linkText--menuLinkPrimary:before {
  content: "";
  position: absolute;
  bottom: 12px;
  width: 0%;
  transition: width 200ms;
  height: 1px;
  background-color: #fff4df;
}

.linkText--menuLinkPrimary.hover:before {
  width: 100%;
}

.linkText--menuLinkSecondary {
  color: #525252;
  font-family: var(--fontPrimary);
  font-size: 1.4rem;
  font-weight: 400;
  /* text-transform: var(--variableCasing); */
}


/* var(--associatedImage) available to linkText for pullout */

.linkText--pulloutLink,
.linkText--pulloutBack,
.linkText--pulloutSupportLink,
.linkText--languageToggle {
  align-items: center;
  background-color: transparent;
  border-bottom: 1px solid var(--greyLight);
  color: inherit;
  display: flex;
  font-family: var(--fontSecondary);
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  height: 70px;
  padding: 0 2rem;
  /* text-transform: var(--variableCasing); */
  width: 100%;
}

.linkText--querySuggestion {
  font-size: 1.8rem;
  font-family: var(--fontPrimary);
  color: black;
  text-transform: uppercase;
}

.linkText--popularSearch {
  font-size: 1.8rem;
  font-family: var(--fontPrimary);
  letter-spacing: .05rem;
  color: black;
  padding: 10px;
  text-transform: uppercase;
  background-color: #f7f6f2;
}

table.privacy-cookies-collect-table td {
  vertical-align: top;
}

table.privacy-cookies-share-table td {
  vertical-align: top;
}

/* if things break */

.SwatchButton__circle {
  border: 1px solid #adadad;
}

.support-size-guide-table {
  /* display: contents; */
  text-align: center;
}

.Accordion__container {
  overflow: scroll;
}

.KakaoTalkButton__button {
  height: 0;
}

.kk-mobile-site-search-group .ExpandableSearchInput__input {
  color: black;
}

.SiteSearchBarToggle__toggle {
  color: white;
}

.Footer__footer .SupportNav__section {
  color: #1c1b1b;
  letter-spacing: 2.4px;
  font-weight: 400;
}

.Footer__footer .FooterLinkSet__item {
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
  font-family: var(--fontCustom);
}

.SupportNav__section .Heading__heading {
  font-weight: 400;
  font-size: 1.6rem;
  font-family: var(--fontPrimary);
}

.EmailSignupBarContainer__container .EmailSignupBarTitle__title {
  color: #1c1b1b;
  font-weight: 400;
}

label[for="email-signup-input"] {
  color: white
}

[data-testid="email-signup-submit"] {
  background-color: #121212;
  /* border-bottom: 1px solid white; */
}

/* [data-testid="email-signup-input"]{
  background-color: black;
  border-bottom: 1px solid white;
  color: white;
} */

/* .FavoriteButton__darker{
  background-color: transparent;
} */

/* [data-testid^="sideNavigation-sideNavigation-2"] {
  line-height: 2rem;
  color: red;
} */

/* 
.SideNav__sideNav{
  font-size: 1.3rem;
} */

.api-description h3 {
  height: 30px;
}

.api-details h3 {
  height: 30px;
}

.ProductOptionsSize__sizes>a {
  text-decoration: underline;
}

.ProductCard__title {
  text-transform: uppercase;
}

.kk-homepage-product-tray-title-uppercase h1 {
  text-transform: uppercase;
}

.kk-homepage-product-tray-title-uppercase .ProductTraySupportLink__supportLink {
  text-transform: uppercase;
}

.kk-hero-banner-uppercase {
  text-transform: uppercase;
}

.kk-promo-strip-uppercase .Heading__heading .HtmlText__htmlText {
  text-transform: uppercase;
}

@media (max-width: 400px) {
  .hp-new-arrivals-ss23-tray-tablet-tray>div>.Layout__layout {
    padding-left: 0;
  }
}

.Price__container>span {
  font-family: var(--fontCustom2);
}

.LanguageSelector__container {
  font-family: var(--fontCustom2);
}

/* For CONT-195 product tray title text overflowing on mobile devices for langauges HU and PL */
div[data-testid="productTray"] div[data-testid="title"] div:has(.HtmlText__htmlText) {
  width: 100%;
}

div[data-testid="productTray"] div[data-testid="title"] .HtmlText__htmlText {
  max-width: 50%;
}

/* For CONT-197 HP video have small margin around the edges, since the code in lithos wasn't as fine tuned.*/
/* .Video__container {
  padding-top: 56.255% !important;
} */

.signup-emailSignup .email-signup-splash .EmailSignupExtended__controls button {
  background-color: black;
  color: white;
  border: 1px solid black;
  transition: 0.3s ease;
}

.signup-emailSignup .email-signup-splash .EmailSignupExtended__controls button:hover {
  background-color: transparent;
  color: black;
}

.signup-emailSignup .Group__flex .email-signup-splash .EmailSignupExtended__disclaimer {
  text-align: left;
}

.signup-emailSignup .EmailSignupCheckbox__checkboxLabel {
  align-items: flex-start;
}

.signup-emailSignup .EmailSignupCheckbox__checkboxLabel span {
  margin-top: 2px;
}

@media only screen and (min-width: 375px) {
  .Video__container {
    width: 100% !important;
    /* height: unset !important; */
    min-height: 215px;
    max-height: 100%;
  }

  div[data-testid="video-cta"] div.Layout__layout.TextAndImage__xLeft.TextAndImage__yBottom.layout__paddingHorizontalSmall.layout__paddingVerticalSmall {
    margin-bottom: 25%;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .Video__container {
    width: 100% !important;
    height: unset !important;
    /* min-height: 1600px; */
    max-height: 100%;
  }

  div[data-testid="video-cta"] div.Layout__layout.TextAndImage__xLeft.TextAndImage__yBottom.layout__paddingHorizontalSmall.layout__paddingVerticalSmall {
    margin-bottom: 15%;
  }
}


@media only screen and (min-width: 1023px) and (max-width: 1024px) {
  .Video__container {
    width: 100% !important;
    height: unset !important;
    min-height: 600px;
    max-height: 100%;
  }

  /* div[data-testid="video-cta"] div.Layout__layout.TextAndImage__xLeft.TextAndImage__yBottom.layout__paddingHorizontalSmall.layout__paddingVerticalSmall{
    margin-bottom: 15%;
  } */
}

.kk-hero-banner-st-patrick-day .TextAndImage__textOverlay .Heading__heading .HtmlText__htmlText {
  font-family: "Avenir Next", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.kk-hero-banner-st-patrick-day .TextAndImage__textOverlay .Subtitle__subtitle .HtmlText__htmlText {
  font-family: "Avenir Next", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.kk-banner-title-white-cta-white-border .TextAndImage__textOverlay .HtmlText__htmlText {
  font-size: 12px;
  color: #ffffff
}

.kk-banner-title-white-cta-white-border .TextAndImage__buttonsWrapper .button--promoSecondary {
  border: 1px solid white
}

.banner-title-text-size-large .TextAndImage__textOverlay .Heading__heading {
  font-size: 3rem !important;
}

.banner-title-text-size-medium .TextAndImage__textOverlay .Heading__heading {
  font-size: 2rem !important;
}

.banner-title-text-size-small .TextAndImage__textOverlay .Heading__heading {
  font-size: 1.6rem !important;
}

/* les campaign clp */

.kk-les-campaign-m1-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  margin: 0;
}

.kk-les-campaign-m1-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  margin: 0;
}

/* hero banner shadow overlay */
.kk-banner-overlay-desktop,
.kk-banner-overlay-mobile {
  position: relative;
}

.kk-banner-overlay-desktop .TextAndImage__imageWrapper {
  position: relative;
  overflow: hidden;
}

.kk-banner-overlay-desktop .TextAndImage__imageWrapper::before,
.kk-banner-overlay-mobile .TextAndImage__imageWrapper::before,
.kk-banner-overlay-mobile::before,
.kk-banner-overlay-desktop::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: 0.7s all ease;
  opacity: 0;
  z-index: 1;
}

.kk-banner-overlay-desktop .TextAndImage__imageWrapper:hover::before,
.kk-banner-overlay-mobile .TextAndImage__imageWrapper:hover::before,
.kk-banner-overlay-mobile:hover::before,
.kk-banner-overlay-desktop:hover::before {
  opacity: 1;
}

.kk-banner-overlay-desktop .TextAndImage__imageWrapper>img,
.kk-banner-overlay-mobile .TextAndImage__imageWrapper>img,
.kk-banner-overlay-mobile .Video__container,
.kk-banner-overlay-desktop .Video__container {
  position: relative;
  z-index: 0;
  /* ensure the image is below the overlay */
  transition: 0.7s all ease;
  transform: scale(1);
}

.kk-banner-overlay-desktop .TextAndImage__imageWrapper:hover>img,
.kk-banner-overlay-mobile .TextAndImage__imageWrapper:hover>img {
  transform: scale(1.1);
}


/* plp banner shadow overlay */
.kk-plp-banner-overlay {
  position: relative;
}

.kk-plp-banner-overlay .TextAndImage__imageWrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c1b1b;
  opacity: 0.59;
  z-index: 1;
}

/* about us clp */

.kk-about-us-m1-b1-desktop {
  background-image: url('https://m.localised.com/Screenshot_2024_05_16_at_10_33_1_bb8e749085.jpg');
  /* Replace with your image path */
  background-repeat: repeat;
  /* Repeats the image both horizontally and vertically */
  width: 100%;
  /* Optional: Sets the width of the div */
  height: 63px;
  /* Optional: Sets the height of the div */
}

.kk-about-us-m1-b1-mobile {
  background-image: url('https://m.localised.com/Group_6817343_2138e56e00.jpg');
  /* Replace with your image path */
  background-repeat: repeat;
  /* Repeats the image both horizontally and vertically */
  width: 100%;
  /* Optional: Sets the width of the div */
  height: 33px;
  /* Optional: Sets the height of the div */
}

.kk-about-us-m2-b1-mobile {
  height: 200px;
  display: grid;
  align-items: center;
}

.kk-about-us-m3-desktop {
  position: relative;
}

.kk-about-us-m3-mobile {
  position: relative;
  height: 810px;
}

.kk-about-us-m3-desktop .HtmlText__htmlText {
  position: absolute;
  left: 18rem;
  width: 47rem;
  text-align: left;
  bottom: 1rem;
  color: black;
}

.kk-about-us-m3-mobile .HtmlText__htmlText {
  position: absolute;
  left: 13px;
  width: 260px;
  text-align: left;
  bottom: -44rem;
  color: black;
}

.kk-about-us-m4-desktop {
  position: relative;
  height: 296px;
}

.kk-about-us-m4-desktop .TextAndImage__imageWrapper {
  position: absolute;
  z-index: 1;
  left: 114px;
  width: 296px;
}

.kk-about-us-m4-mobile {
  position: relative;
  height: 296px;
}

.kk-about-us-m4-mobile .TextAndImage__imageWrapper {
  position: absolute;
  z-index: 1;
  right: 13px;
  width: 226px;
}

.kk-about-us-m7-b1-desktop {
  position: relative;
}

.kk-about-us-m7-b1-mobile {
  position: relative;
  height: 270px;
}

.kk-about-us-m7-b1-desktop .TextAndImage__imageWrapper {
  position: absolute;
  left: 30px;
  width: 222px;
  bottom: -596px;
}

.kk-about-us-m7-b1-mobile .TextAndImage__imageWrapper {
  position: absolute;
  right: 30px;
  width: 167px;
  top: 10px;
}

.kk-about-us-m7-b2-desktop {
  height: 600px;
  display: grid;
  align-items: center;
}

.kk-about-us-m7-b2-mobile {
  height: 270px;
  display: grid;
  align-items: center;
}

.kk-about-us-m7-b2-mobile .Heading__heading {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  display: grid;
  padding: 2rem 0;
  margin-bottom: 21rem;
}

.kk-about-us-m7-b2-desktop .Heading__heading {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 6rem;
}


.kk-about-us-m7-b3-desktop {
  position: relative;
}

.kk-about-us-m7-b3-mobile {
  position: relative;
  height: 270px;
}

.kk-about-us-m7-b3-desktop .TextAndImage__imageWrapper {
  position: absolute;
  right: 30px;
  width: 222px;
}

.kk-about-us-m7-b3-mobile .TextAndImage__imageWrapper {
  position: absolute;
  left: 30px;
  width: 167px;
}

.kk-text-wrap .HtmlText__htmlText.HtmlText__custom {
  text-wrap: balance;
}

.ResultsSummary__resultsSummary {
  font-size: 1.6rem;
}

.Paginator__small {
  font-size: 1.6rem;
}

.Price__tax {
  font-size: 1.4rem;
  margin-bottom: 5px;
  font-weight: 400;
}

.kk-banner-overlay-mobile .Video__container {
  position: relative;
  width: 100%;
  height: 800px;
  /* Fixed height */
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.kk-banner-overlay-mobile .Video__iframeVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Ensure iframe stretches to fill the container */
  object-fit: cover;
  /* Ensures the video covers the area and maintains its aspect ratio */
  border: none;
  transform: scale(4);
  /* Remove scaling here if it's causing issues */
}

.kk-about-us-mobile .Video__container {
  position: relative;
  width: 100%;
  height: 800px;
  /* Fixed height */
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.kk-about-us-mobile .Video__iframeVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Ensure iframe stretches to fill the container */
  object-fit: cover;
  /* Ensures the video covers the area and maintains its aspect ratio */
  border: none;
  transform: scale(4);
  /* Remove scaling here if it's causing issues */
}

.QuantitySelector__margin {
  margin-bottom: 10px;
}

.ZeroState__container {
  margin-top: 1px;
}

.ZeroState__textWrapper {
  margin-bottom: 20px;
}

.Button__buttonWrapper {
  text-wrap: balance;
}

.kk-banner-overlay-mobile .Button__buttonWrapper {
  min-width: 200px;
}

.kk-large-title-promo .TextAndImage__xCenter .Heading__heading {
  font-size: 8rem !important;
}

.kk-large-title-promo-mobile .TextAndImage__xCenter .Subtitle__subtitle {
  font-size: 3rem !important;
}

.caption-padding-top-xxs .TextAndImage__textOverlay {
  padding-top: var(--layoutXxs);
}

.caption-padding-top-xs .TextAndImage__textOverlay {
  padding-top: var(--layoutXs);
}

.caption-padding-top-small .TextAndImage__textOverlay {
  padding-top: var(--layoutSmall);
}

.caption-padding-top-medium .TextAndImage__textOverlay {
  padding-top: var(--layoutMedium);
}

.caption-padding-top-large .TextAndImage__textOverlay {
  padding-top: var(--layoutLarge);
}

.caption-padding-top-xl .TextAndImage__textOverlay {
  padding-top: var(--layoutXl);
}

.caption-padding-top-xxl .TextAndImage__textOverlay {
  padding-top: var(--layoutXxl);
}

.caption-padding-bottom-xxs .TextAndImage__textOverlay {
  padding-bottom: var(--layoutXxs);
}

.caption-padding-bottom-xs .TextAndImage__textOverlay {
  padding-bottom: var(--layoutXs);
}

.caption-padding-bottom-small .TextAndImage__textOverlay {
  padding-bottom: var(--layoutSmall);
}

.caption-padding-bottom-medium .TextAndImage__textOverlay {
  padding-bottom: var(--layoutMedium);
}

.caption-padding-bottom-large .TextAndImage__textOverlay {
  padding-bottom: var(--layoutLarge);
}

.caption-padding-bottom-xl .TextAndImage__textOverlay {
  padding-bottom: var(--layoutXl);
}

.caption-padding-bottom-xxl .TextAndImage__textOverlay {
  padding-bottom: var(--layoutXxl);
}

/* Custom class used to center child slides in a carousel #LSR-4852*/
.center-child-slides {
  >div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slick-slide>div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}