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


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


/* HACKS */

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

/* ACTIVE STATES */

.activeState--1.active {
  color: black;
}

/* HOVER STATES */

.hoverState--1.hover,
.hoverState--1:hover {
  color: black;
}

/** BUTTONS **/

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

.button--selectable {
  font-size: 1.2rem;
  border: 1px solid var(--greyOnLight);
  border-radius: 0.5rem;
  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: #192952;
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  transition: 0.2s;
}

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

.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: rgb(255, 255, 255);
  color: black;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  min-width: 140px;
  border-radius: 3px;
  /* padding-top: 1.3rem; */
}

.button--promoPrimary:hover {
  background-color: var(--greyDark);
  color: white
}

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

.button--promoSecondary {
  background-color: #0d1a3c;
  color: white;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  min-width: 140px;
  border-radius: 3px;
  
}

.button--promoSecondary:hover {
  background-color: var(--greyDark);
}

.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;
  border-radius: 3px;
}

.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: #525252;
  letter-spacing: 1px;
  font-family: var(--fontPrimary);
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: flex;
  justify-content: center;
  white-space: pre-wrap;
  text-align: center;
}

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

.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--languageToggle {
  align-items: center;
  border-bottom: 1px solid var(--greyLight);
  display: flex;
  height: 55px;
  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;
}

.EmailSignupCheckbox__checkboxLabel {
  font-size: 1.2rem;
}

/* stylelint-disable */
#header-layout .slick-slide {
  align-items: center;
  display: flex;
  justify-content: center;
}

.menu-links__link,
.additional-links__link,
.accordion button,
.secondary-menu__header,
.secondary-menu__top-link {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
}

@media (min-width: 993px) {
  .ProductCarousel__startControls {
    grid-template-columns: 1fr 6fr;
  }
}

@media (max-width: 992px) {
  .ControlTrack__controlTrack {
    grid-template-columns: repeat(6, 1fr);
  }
}

.secondary-menu__header,
.secondary-menu__top-link {
  font-weight: 600;
}

.secondary-menu__top-link {
  display: none;
}

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

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

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

div[data-testid="hero-slide-half-size-desktop"] > div {
  height: 100%;
}

/* CLP SEO text styling*/

[data-testid="clp-seo-text-desktop"] {
  display: grid;
  grid-template-columns: 230px 1fr;
}

[data-testid="clp-seo-text-desktop"]::before {
  content: ""; /* Create an empty pseudo-element */
  grid-column: 1 / 2; /* Place it in the first column */
}

[data-testid="clp-seo-text-desktop"] .HtmlText__htmlText.HtmlText__primary {
  grid-column: 2 / 3;
  padding: 0 3rem;
}


.clp-seo-text-mobile{
  margin-bottom: 2rem;
}

/* CLP CTA ANIMATION AND STYLINGS */

.cc-cta-clp-transparent-bg .TextAndImage__buttonsWrapper .Button__buttonWrapper .Button__button{
  padding: 12px 24px;
  opacity: 1;
  background-color:transparent; 
  color: #000000;
  font-size: 14px;
  border: 1px solid #000000;
  border-radius: 2px;
  text-align: center;
  min-width: 200px;
  transition: 0.3s ease-out;
}

.cc-cta-clp-transparent-bg-mobile .TextAndImage__buttonsWrapper .Button__buttonWrapper .Button__button{
  padding: 8px 16px;
  opacity: 1;
  margin-bottom: 0px;
  font-size: 14px;
  background-color: transparent; 
  color: #000000;
  border: 1px solid #000000;
  border-radius: 2px;
  text-align: center;
  min-width: 200px;
  transition: 0.3s ease-out;
}


.cc-clp-banner .Heading__heading .HtmlText__htmlText{
  font-size: 24px;
  line-height: 1.3;
  padding-bottom: 0px;
  color: #000000;
  font-family: "playfair display", serif;
  font-weight: 400;
  font-style: normal;
}

.cc-clp-banner .Subtitle__subtitle .HtmlText__htmlText{
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
}

.cc-cta-clp-transparent-bg-mobile .TextAndImage__buttonsWrapper .Button__buttonWrapper .Button__button:hover{
  background-color: #000000;
  color: white !important;
  transition: 0.3s ease-out;
}

.cc-cta-clp-transparent-bg .TextAndImage__buttonsWrapper .Button__buttonWrapper .Button__button:hover{
  background-color: #000000;
  color: white !important;
  transition: 0.3s ease-out;
}

.cc-banner-margin-bottom-large .layout__siteContainerFlush .TextAndImage__imageWrapper {
  margin-bottom: 40px;
}

.cc-banner-margin-bottom-large-mobile .Layout__layout {
  margin-bottom: 30px;
}

.cc-product-tray-remove-title .layout__siteContainerMedium h2{
  visibility: hidden;
  color: white;
}

.cc-fathers-day-font-jun3 .Heading__heading .HtmlText__htmlText{
  color: #ffffff;
  font-size: 50px;
  font-family: "playfair display", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.cc-promo-title-medium .Heading__heading .HtmlText__htmlText{
  color: #ffffff;
  font-family: "playfair display", serif;
  font-weight: 400;
  line-height: 1.2;
  font-style: normal;
  text-transform: uppercase;
}

.cc-medium-font-size-desktop .Heading__heading .HtmlText__htmlText{
  color: #ffffff;
  font-size: 60px !important;
  font-family: "playfair display", serif;
  font-weight: 400;
  line-height: 1.2;
  font-style: normal;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  .cc-medium-font-size-desktop .Heading__heading .HtmlText__htmlText.HtmlText__secondary{
    color: #ffffff;
    font-size: 35px !important;
    font-family: "playfair display", serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
  }
}

/* .cc-medium-font-size-mobile .Layout__layout .Heading__heading .HtmlText__htmlText.HtmlText__secondary {
  color: #ffffff;
  font-size: 28px !important;
  font-family: "playfair display", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
} */

.cc-banner-left-text-width-80p-desktop .TextAndImage__textOverlay .TextAndImage__caption .TextAndImage__xLeft{
  width: 80% !important;
}

.cc-banner-left-text-width-80p-desktop .TextAndImage__textOverlay .TextAndImage__caption .TextAndImage__xLeft .Subtitle__subtitle{
  max-width: 40% !important;
  /* margin-right: auto; */
  font-weight: 500 !important;
}


.cc-banner-right-text-width-80p-desktop .TextAndImage__textOverlay .TextAndImage__caption .TextAndImage__xRight{
  width: 80% !important;
}


.cc-banner-right-text-width-80p-desktop .TextAndImage__textOverlay .TextAndImage__caption .TextAndImage__xRight .Subtitle__subtitle{
  max-width: 40% !important;
  /* margin-left: auto; */
  font-weight: 500 !important;
}

.cc-position-large-font-desktop .Layout__layout .Subtitle__subtitle{
  font-size: 30px;
}

.cc-position-large-font-desktop .Layout__layout .Subtitle__subtitle .HtmlText__htmlText{
  font-size: 25px !important;
}

.cc-position-large-font-desktop .Layout__layout .Heading__heading .HtmlText__htmlText{
  font-size: 80px !important;
}

.cc-position-medium-font-desktop .Heading__heading .HtmlText__htmlText{
  font-size: 65px !important;
  line-height: 1.1;
}

.cc-position-medium-font-mobile .Heading__heading .HtmlText__htmlText{
  font-size: 40px !important;
}
.cc-position-small-font-mobile .Heading__heading .HtmlText__htmlText{
  font-size: 28px !important;
}
.cc-text-small-bottom-padding .TextAndImage__textOverlay .TextAndImage__xCenter{
  padding-bottom: 10px !important;
  margin-bottom: 1px !important;
}
.cc-labour-day-subtitle .TextAndImage__xLeft div:nth-child(2) .HtmlText__htmlText{
  font-family: "playfair display", serif !important;
  font-size: 25px !important;
  font-style: italic !important;
  font-weight: 500;
}

.cc-labour-day-subtitle .TextAndImage__xLeft div:nth-child(4):not(.TextAndImage__buttonsWrapper){
  color: #ffffff !important;
  font-size: 12px !important;
  margin-top: 10px !important;
}

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

.QuantitySelector__margin {
  margin-bottom: 10px;
}

.ZeroState__container {
  margin-top: 1px;
}

.ZeroState__textWrapper {
  margin-bottom: 20px;
}


.cc-bundle-save-promo .Heading__heading .HtmlText__htmlText{
  color: #ffffff;
  font-size: 80px !important;
  font-family: "playfair display", serif;
  font-weight: 400;
  line-height: 1.2;
  font-style: normal;
  text-transform: uppercase;
}
.cc-bundle-save-promo .TextAndImage__textOverlay .Layout__layout .TextAndImage__xRight{
  padding-left: 20px !important;
  width: 55% !important;
  font-family: "playfair display", serif;
  text-align: left;
  justify-content: flex-start !important;
}

.cc-bundle-save-promo .TextAndImage__textOverlay .TextAndImage__buttonsWrapper.TextAndImage__xRight{
  margin-left: 0px;
  padding-left: 0px !important;
}
.cc-bundle-save-promo .TextAndImage__textOverlay .TextAndImage__xRight div:nth-child(2) .HtmlText__htmlText{
  color: #ffffff;
  font-size: 28px !important;
  font-weight: 400;
  font-style: normal;
  padding-right: 60px !important;
}

@media only screen and (max-width: 600px) {
  .cc-bundle-save-promo-mobile .Heading__heading .HtmlText__htmlText.HtmlText__secondary{
    color: #ffffff;
    font-size: 65px !important;
    font-family: "playfair display", serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
  }
  .cc-bundle-save-promo-mobile .TextAndImage__textOverlay .TextAndImage__xCenter div:nth-child(2) .HtmlText__htmlText{
    color: #ffffff;
    font-size: 18px !important;
    font-weight: 400;
    font-style: normal;
  }
}

.subtitle-font-size-20 .Subtitle__subtitle .HtmlText__htmlText {
  font-size: 20px !important;
}

.subtitle-font-size-25 .Subtitle__subtitle .HtmlText__htmlText {
  font-size: 25px !important;
}

.subtitle-font-size-30 .Subtitle__subtitle .HtmlText__htmlText {
  font-size: 30px !important;
}

.subtitle-font-size-40 .Subtitle__subtitle .HtmlText__htmlText {
  font-size: 40px !important;
}

.subtitle-font-size-45 .Subtitle__subtitle .HtmlText__htmlText {
  font-size: 45px !important;
}

.subtitle-font-size-50 .Subtitle__subtitle .HtmlText__htmlText {
  font-size: 50px !important;
}

.title-font-size-30 .Heading__heading .HtmlText__htmlText {
  font-size: 30px !important;
}

.title-font-size-40 .Heading__heading .HtmlText__htmlText {
  font-size: 40px !important;
}

.title-font-size-45 .Heading__heading .HtmlText__htmlText {
  font-size: 45px !important;
}

.title-font-size-50 .Heading__heading .HtmlText__htmlText {
  font-size: 50px !important;
}

.title-font-size-60 .Heading__heading .HtmlText__htmlText {
  font-size: 60px !important;
}

.title-font-size-65 .Heading__heading .HtmlText__htmlText {
  font-size: 65px !important;
}

.title-font-size-70 .Heading__heading .HtmlText__htmlText {
  font-size: 70px !important;
}

.title-font-size-75 .Heading__heading .HtmlText__htmlText {
  font-size: 75px !important;
}

.cc-text-drop-shadow .Heading__heading .HtmlText__htmlText{
  filter: drop-shadow(2px 4px 6px black);
}

.cc-text-drop-shadow-mobile .Heading__heading .HtmlText__htmlText{
  filter: drop-shadow(2px 2px 4px black);
  font-size: 50px !important;
}

.cc-banner-width-60 .TextAndImage__textOverlay .TextAndImage__xRight{
  width: 60% !important;
  text-align: left;
}

.cc-banner-width-60 .TextAndImage__buttonsWrapper .TextAndImage__xRight{
  margin-left: 0px;
  text-align: left !important;
}
.cc-banner-width-60 .TextAndImage__textOverlay .layout__paddingVerticalLarge{
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.cc-banner-width-60 .TextAndImage__buttonsWrapper.TextAndImage__xRight{
  margin-left: 0px;
}
.cc-padding-below-cta .TextAndImage__buttonsWrapper .button--promoSecondary{
  padding-bottom: 10px !important;
}
.cc-padding-below-cta .TextAndImage__buttonsWrapper .button--promoSecondary{
  margin-right: auto !important;
  margin-bottom: 10px;
}

.width80 .TextAndImage__textOverlay .TextAndImage__xLeft{
  width: 80% !important;
}

.cc-disclaimer-font-color-white .TextAndImage__caption .Layout__layout .Layout__layout:last-child .HtmlText__htmlText {
  color: white !important;
}
