<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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: white
}

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

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

.hoverState--3.hover,
.hoverState--3:hover {
  color: white
}

/** 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 {
  border: 1px solid black;
}

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

.button--selectable.selected {
  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: rgb(255, 255, 255);
  color: black;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.button--promoPrimary:hover {
  background-color: #121212;
  color: white
}

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

.button--promoSecondary {
  background-color: #000;
  color: white;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

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

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

.button--promoTertiary {
  background-color: transparent;
  color: white;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 10px;
  
  &amp;:hover {
    background-color: var(--greyDark);
  }
}

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

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

.SiteSearchBarToggle__toggle{
  color: white;
}

.Footer__footer .SupportNav__section{
  color: white;
}

.Footer__footer .FooterLinkSet__item{
  color: rgb(255, 255, 255)
}

.EmailSignupBarContainer__container .EmailSignupBarTitle__title{
  color: rgb(255, 255, 255);
  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 &gt; a{
  text-decoration: underline;
}

.ProductCard__title {
  text-transform: uppercase;
}

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

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

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

.jc-promo-strip-uppercase .Heading__heading .HtmlText__htmlText{
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .hp-new-arrivals-ss23-tray-tablet-tray &gt; div &gt; .Layout__layout {
    padding-left: 0;
  }
}

/* blackfriday */
.jc-first-hero-banner-desktop .Layout__layout .layout__marginBottomXxs .Heading__heading{
  padding-top: 30rem;
}

/* 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) and (max-width: 993px){
  .Video__container {
    width: 100% !important;
    height: unset !important;
    aspect-ratio: 9 / 16;
  }

}


@media only screen and (min-width: 993px){
  .Video__container {
    width: 100% !important;
    height: unset !important;
    aspect-ratio: 16 / 9;
  }
}

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

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

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

.jc-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;
}

.mb-xxxs {
  margin-bottom: var(--layoutXxxs);
}

.Footer__footer h3 .HtmlText__htmlText{
  color: white !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;
}

.banner-row p{
  text-transform: uppercase !important;
}

.jc-banner-black-text .TextAndImage__textOverlay .Heading__heading .HtmlText__htmlText{
  color: black !important;
}
.jc-banner-large-text .TextAndImage__textOverlay .Heading__heading .HtmlText__htmlText{
  font-size: 24px;
  color: white !important;
}

.jc-center-align-menu-list .dropdown-link-wrapper{
  justify-content: center !important;
}

.jc-banner-white-text .TextAndImage__caption .HtmlText__htmlText{
  color: white !important;
}
</pre></body></html>