/* Media Quuery Mixin */
@-webkit-keyframes blinker {
  50% {
    opacity: 0; } }
@keyframes blinker {
  50% {
    opacity: 0; } }

.sizeGuideButton {
  background: #ffffff;
  position: absolute;
  right: 0.9375rem;
  top: -2.375rem;
  padding: 0.375rem 0.5625rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-decoration: underline; }
  @media (min-width: 741px) {
    .sizeGuideButton {
      position: relative;
      top: auto;
      right: auto;
      text-align: right;
      margin-top: 0.625rem;
      padding-right: 0; } }
  .sizeGuideButton > svg {
    position: relative;
    top: 0.125rem;
    margin-right: 0.3125rem; }

/* Media Quuery Mixin */
.howTo > button {
  font-size: 1rem;
  padding: 1.5625rem 1.5625rem 1.5625rem 0;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  text-align: left;
  text-decoration: underline; }
  .howTo > button:before {
    transform: rotate(90deg); }
  .howTo > button > svg {
    position: relative;
    right: 5px; }

.howTo__inner {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.3s ease-in-out; }
  @media (min-width: 741px) {
    .howTo__inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 1.25rem; } }
  .howTo__inner img {
    width: 100%; }
  .howTo__inner ul {
    list-style: none;
    padding-left: 0; }
    .howTo__inner ul h4 {
      font-weight: 400;
      font-size: 1.25rem;
      text-transform: uppercase; }
    .howTo__inner ul p {
      font-size: 0.8125rem;
      color: #6d6d6d;
      margin: 0.3125rem 0 1.25rem 0; }

.howTo.\--show > button:before {
  display: none; }

.howTo.\--show .howTo__inner {
  max-height: 75rem; }
  @media only screen and (min-width: 38.875rem) {
    .howTo.\--show .howTo__inner {
      max-height: 100rem; } }

@media (min-width: 741px) {
  .howTo.\--show .howTo__inner {
    max-height: 31.25rem; } }

/* Media Quuery Mixin */
.sizeGuideContent {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: transform 0.3s ease-in-out;
  background: #ffffff;
  overflow-y: auto;
  transform: translateY(100%); }
  .sizeGuideContent .SizeGuideTable,
  .sizeGuideContent .sizeGuideRowTable {
    width: 100%; }
    @media (min-width: 1366px) {
      .sizeGuideContent .SizeGuideTable,
      .sizeGuideContent .sizeGuideRowTable {
        width: 100%; } }
  .sizeGuideContent::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.1);
    background-color: #f4f4f4; }
  .sizeGuideContent::-webkit-scrollbar {
    width: 0.375rem;
    background-color: #f4f4f4; }
  .sizeGuideContent::-webkit-scrollbar-thumb {
    background-color: #000000; }
  @media (min-width: 741px) {
    .sizeGuideContent {
      z-index: 999;
      width: calc(100vw - 23.75rem);
      left: auto;
      top: 0;
      right: 23.75rem;
      transform: translateX(180%);
      background: linear-gradient(90deg, white 0%, white 83%, #ececec 100%); }
      .sizeGuideContent.\--show {
        transform: translateY(0);
        transform: translateX(0); } }
  @media (min-width: 1366px) {
    .sizeGuideContent {
      width: 23.75rem;
      transform: translateX(150%); } }
  @media (min-width: 1366px) {
    .sizeGuideContent.\--large {
      width: 48.125rem; } }
  .sizeGuideContent.\--show {
    transform: translateY(0); }
  .sizeGuideContent__close-cross {
    width: 0.9375rem;
    height: 0.9375rem;
    display: block;
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
    cursor: pointer; }
    .sizeGuideContent__close-cross:before, .sizeGuideContent__close-cross:after {
      content: '';
      width: 0.0625rem;
      height: 1.125rem;
      background-color: #000000;
      position: absolute;
      top: -0.0625rem;
      left: 0.4375rem;
      transform: rotate(-45deg); }
    .sizeGuideContent__close-cross:before {
      transform: rotate(45deg); }
  .sizeGuideContent__mainHeading {
    text-align: center; }
  .sizeGuideContent > h2,
  .sizeGuideContent h3 {
    text-transform: uppercase;
    padding: 0.25rem;
    font-size: 1rem;
    letter-spacing: 0.03125rem; }
  .sizeGuideContent__content {
    padding: 0 1.25rem 1.25rem; }

/* Media Quuery Mixin */
@media (max-width: 740px) {
  .add-to-bag-button__button {
    height: auto;
    line-height: 1; } }

/* Media Quuery Mixin */
.notifyMe {
  -webkit-animation: fadeIn ease-in-out 0.7s;
          animation: fadeIn ease-in-out 0.7s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  @media (max-width: 740px) {
    .notifyMe {
      padding: 1.875rem 1.25rem 1.25rem; } }
  .notifyMe h3 {
    text-transform: uppercase; }
  .notifyMe .error {
    -webkit-animation: fadeIn ease-in-out 0.7s;
            animation: fadeIn ease-in-out 0.7s;
    font-size: 0.8125rem;
    color: #ed4224;
    font-style: normal;
    display: block;
    margin-bottom: 0.5rem; }
  .notifyMe__subTitle {
    margin: 0.3125rem 0;
    font-size: 0.8125rem;
    color: #9e9e9e; }
  .notifyMe__size, .notifyMe__success__email {
    display: flex;
    font-size: 0.8125rem;
    letter-spacing: 0.025rem;
    color: #313131; }
    .notifyMe__size > span, .notifyMe__success__email > span {
      flex: 50% 1; }
      .notifyMe__size > span:last-child, .notifyMe__success__email > span:last-child {
        text-align: right; }
  .notifyMe__email__container .form-input__label {
    display: none; }
  .notifyMe__email.form-input__textInput--valid {
    background: none; }
  .notifyMe .ck-Checkbox__label {
    padding-bottom: 1.25rem; }
  .notifyMe__newsletterForm {
    -webkit-animation: fadeIn ease-in-out 0.7s;
            animation: fadeIn ease-in-out 0.7s; }
    .notifyMe__newsletterForm fieldset {
      display: flex;
      padding: 0;
      margin: 0; }
      .notifyMe__newsletterForm fieldset .ck-Checkbox {
        flex: 1 1 30%;
        margin-right: 3.125rem; }
        .notifyMe__newsletterForm fieldset .ck-Checkbox label {
          padding-bottom: 0.75rem; }
    .notifyMe__newsletterForm__terms {
      max-height: 3.4375rem;
      overflow-y: auto;
      color: #9e9e9e;
      font-size: 0.6875rem;
      letter-spacing: 0.025rem;
      line-height: 1rem;
      margin-bottom: 0.625rem; }
    .notifyMe__newsletterForm.\--error label {
      color: #ed4224; }
    .notifyMe__newsletterForm.\--error .ck-Checkbox__label:before {
      border-color: #ed4224; }

/* Media Quuery Mixin */
.AddToBagFlyoutHeader {
  display: grid;
  grid-template-columns: 5.625rem 1fr;
  grid-gap: 1.375rem;
  gap: 1.375rem;
  align-items: center;
  padding: 1.25rem; }
  @media (min-width: 741px) {
    .AddToBagFlyoutHeader {
      padding: 0; } }
  @media (min-width: 741px) {
    .AddToBagFlyoutHeader__content {
      padding-right: 2.5rem; } }
  .AddToBagFlyoutHeader__name {
    font-size: 1rem;
    text-transform: uppercase;
    color: #6d6d6d;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100vw - 10rem); }
    @media (min-width: 741px) {
      .AddToBagFlyoutHeader__name {
        white-space: normal;
        white-space: initial; } }
  .AddToBagFlyoutHeader .PriceDisplay {
    font-size: 0.875rem;
    letter-spacing: 0.03125rem;
    line-height: 1.25rem; }
    .AddToBagFlyoutHeader .PriceDisplay--price {
      color: #313131; }
    .AddToBagFlyoutHeader .PriceDisplay--has-was-price .PriceDisplay--was-price {
      color: #313131; }
    .AddToBagFlyoutHeader .PriceDisplay--has-was-price .PriceDisplay--price {
      color: #d0021b; }

/* Media Quuery Mixin */
.sizes-section__wrapper {
  list-style: none;
  padding-left: 0;
  margin: 1.25rem 0;
  max-height: calc(100vh - 410px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .sizes-section__wrapper::-webkit-scrollbar {
    display: unset;
    width: 0.25rem; }
  .sizes-section__wrapper::-webkit-scrollbar-track {
    background-color: #ffffff; }
  .sizes-section__wrapper::-webkit-scrollbar-thumb {
    background: #e4e4e4; }

.sizes-section__size {
  font-size: 0.75rem;
  padding: 0.25rem 1.25rem;
  display: flex;
  justify-content: space-between;
  margin: 0.0625rem 0;
  cursor: pointer; }
  .sizes-section__size.\--selected {
    background-color: #e4e4e4; }
  .sizes-section__size .sizes-section__size-message__notify-icon {
    margin-right: 0.25rem; }
  .sizes-section__size .sizes-section__size-message .low-stock-dot {
    display: inline-block;
    margin-right: 0.625rem;
    border-radius: 50%;
    width: 0.375rem;
    height: 0.375rem;
    background-color: #e36b00;
    padding: 0; }
  .sizes-section__size:not(.\--selected) .sizes-section__size-message {
    color: #9e9e9e; }
  .sizes-section__size.\--out-of-stock .sizes-section__size-label {
    text-decoration: line-through;
    color: #e4e4e4; }
  .sizes-section__size.\--out-of-stock.\--selected .sizes-section__size-label {
    color: #000000; }

/* Media Quuery Mixin */
body.\--no-scroll {
  overflow: hidden;
  position: fixed; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.add-to-bag-flyout__overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 998;
  -webkit-animation: fadeIn ease-in-out 0.7s;
          animation: fadeIn ease-in-out 0.7s; }

.add-to-bag-flyout__sizes-and-button {
  padding: 1.25rem; }
  .add-to-bag-flyout__sizes-and-button .ck-Button {
    position: relative; }
    .add-to-bag-flyout__sizes-and-button .ck-Button .ck-loader__graphics {
      background-size: 70%; }

.add-to-bag-flyout__main {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 26.4375rem;
  top: auto;
  left: 0;
  bottom: 0;
  transform: translateY(403%);
  background: #ffffff;
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column; }
  .add-to-bag-flyout__main .add-to-bag-flyout__close-cross {
    width: 0.9375rem;
    height: 0.9375rem;
    display: block;
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
    cursor: pointer; }
    .add-to-bag-flyout__main .add-to-bag-flyout__close-cross:before, .add-to-bag-flyout__main .add-to-bag-flyout__close-cross:after {
      content: '';
      width: 0.0625rem;
      height: 1.125rem;
      background-color: #000000;
      position: absolute;
      top: -0.0625rem;
      left: 0.4375rem;
      transform: rotate(-45deg); }
    .add-to-bag-flyout__main .add-to-bag-flyout__close-cross:before {
      transform: rotate(45deg); }
  .add-to-bag-flyout__main .sizeGuide {
    position: absolute;
    top: -2.5rem;
    right: 1.25rem; }

.add-to-bag-flyout--desktop .add-to-bag-flyout__main, .add-to-bag-flyout--tablet .add-to-bag-flyout__main {
  height: 100vh;
  width: 23.75rem;
  left: unset;
  right: 0;
  top: 0;
  bottom: auto;
  transform: translate(100%); }

.add-to-bag-flyout--desktop .sizeGuide, .add-to-bag-flyout--tablet .sizeGuide {
  position: static;
  top: auto;
  right: auto; }

.add-to-bag-flyout__sizes-and-button {
  display: flex;
  overflow: hidden;
  flex: 1 1;
  flex-direction: column;
  padding: 0 2.5rem; }
  @media (max-width: 740px) {
    .add-to-bag-flyout__sizes-and-button {
      padding: 0 1.25rem 1.25rem; } }

.add-to-bag-flyout .sizeGuideContent {
  display: none; }

.add-to-bag-flyout.\--show .add-to-bag-flyout__main {
  transform: translate(0); }

.add-to-bag-flyout.\--show .sizeGuideContent {
  display: block; }

/* Media Quuery Mixin */
.recommendation-item {
  padding-right: 0.5rem;
  position: relative; }
  .recommendation-item img {
    width: 100%;
    height: 100%; }
  .recommendation-item .ProductImage--main:hover {
    opacity: 1; }
  .recommendation-item__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase; }
  .recommendation-item__add-to-bag--button {
    position: relative;
    width: 90%;
    margin: -0.9375rem auto 0 0.9375rem;
    height: auto;
    line-height: 1; }
  @media (min-width: 741px) {
    .recommendation-item {
      width: auto;
      padding: 0 0.1875rem; } }

