@charset "UTF-8";
/* All Settings will be here like :
colors,fonts,sizes,breakpoints ect.*/
/* stylelint-disable */
/*md
## Add new Icon
1. add your .svg icon to `cartridges\app_slcycl\cartridge\client\default\icons\svg` 
2. SVG icon code should have: path, shape + fill (no strokes and masks!)
3. from console run command `npm run build:font`



## Usage Icons 
1. in html: just add two classes to your span/i ect. tag   `icon icon-hamburger`
* ``` <span class="icon icon hamburger"></span> ```
2. in scss use `@include slcicons('icon-arrow-to-left')`; 
*  slcicons - mixin for icons
* ('icon-arrow-to-left') - name for your that you can find in sidebar or in slcicons.scss;


* `A full list of varaiables you can see in right side bar ,like $icon-... ;`

*/
@font-face {
  font-family: "slcicons";
  src: url("fonts/icons/slcicons.eot?4101dd0387f6f4388ffc08e22e9a718e?#iefix") format("embedded-opentype"), url("fonts/icons/slcicons.woff2?4101dd0387f6f4388ffc08e22e9a718e") format("woff2"), url("fonts/icons/slcicons.woff?4101dd0387f6f4388ffc08e22e9a718e") format("woff"), url("fonts/icons/slcicons.ttf?4101dd0387f6f4388ffc08e22e9a718e") format("truetype"), url("fonts/icons/slcicons.svg?4101dd0387f6f4388ffc08e22e9a718e#slcicons") format("svg"); }

.icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'slcicons' !important;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  line-height: 1; }

.icon-arrow-back::before {
  content: ""; }

.icon-arrow-down::before {
  content: ""; }

.icon-arrow-forward::before {
  content: ""; }

.icon-arrow-right-circle::before {
  content: ""; }

.icon-arrow-to-left::before {
  content: ""; }

.icon-arrow-to-right-thin::before {
  content: ""; }

.icon-arrow-to-right::before {
  content: ""; }

.icon-arrow-up::before {
  content: ""; }

.icon-check-circle::before {
  content: ""; }

.icon-check-mark::before {
  content: ""; }

.icon-close-sharp::before {
  content: ""; }

.icon-close-thin::before {
  content: ""; }

.icon-close::before {
  content: ""; }

.icon-danger::before {
  content: ""; }

.icon-edit::before {
  content: ""; }

.icon-envelope::before {
  content: ""; }

.icon-facebook-outlined::before {
  content: ""; }

.icon-facebook::before {
  content: ""; }

.icon-gift::before {
  content: ""; }

.icon-hamburger::before {
  content: ""; }

.icon-info::before {
  content: ""; }

.icon-instagram-outlined::before {
  content: ""; }

.icon-instagram::before {
  content: ""; }

.icon-letter::before {
  content: ""; }

.icon-logout-mobile::before {
  content: ""; }

.icon-logout::before {
  content: ""; }

.icon-minicart::before {
  content: ""; }

.icon-package-clean::before {
  content: ""; }

.icon-package::before {
  content: ""; }

.icon-plus-circle::before {
  content: ""; }

.icon-region::before {
  content: ""; }

.icon-rotate-cw::before {
  content: ""; }

.icon-ruler::before {
  content: ""; }

.icon-search::before {
  content: ""; }

.icon-sunset::before {
  content: ""; }

.icon-tick-sharp::before {
  content: ""; }

.icon-top-arrow::before {
  content: ""; }

.icon-trash::before {
  content: ""; }

.icon-triangle-down::before {
  content: ""; }

.icon-twitter-outlined::before {
  content: ""; }

.icon-twitter::before {
  content: ""; }

.icon-zoom-in::before {
  content: ""; }

.icon-zoom-out::before {
  content: ""; }

/*------------------------------- # FONTS # ------------------------------------*/
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("fonts/Helvetica/HelveticaNeue-Cn.otf") format("otf"), url("fonts/Helvetica/HelveticaNeue-Cn.woff") format("woff");
  font-weight: 100; }

@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("fonts/Helvetica/HelveticaNeue-Lt.otf") format("otf"), url("fonts/Helvetica/HelveticaNeue-Lt.woff") format("woff");
  font-weight: 300; }

@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("fonts/Helvetica/HelveticaNeue-Roman.otf") format("otf"), url("fonts/Helvetica/HelveticaNeue-Roman.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("fonts/Helvetica/HelveticaNeue-Bd.otf") format("otf"), url("fonts/Helvetica/HelveticaNeue-Bd.woff") format("woff");
  font-weight: 700; }

@font-face {
  font-family: "Helvetica-Ou";
  src: url("fonts/Helvetica/HelveticaNeue-Ou.otf") format("otf"), url("fonts/Helvetica/HelveticaNeue-Ou.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd75Bold";
  src: url("fonts/Helvetica/HelveticaNeueLTStd75Bold.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url("fonts/Helvetica/HelveticaNeue-Bd.otf") format("otf"), url("fonts/Helvetica/HelveticaNeue-Bd.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNeueLTStd-Roman";
  src: url("fonts/Helvetica/HelveticaNeueLTStd-Roman.woff") format("woff"); }

/* Font Sizes */
/* Line Height */
/* Letter Spacing */
/*------------------------------- # COLORS # ------------------------------------*/
/*------------------------------- # BASE / CORE # ------------------------------------*/
/* Core Unit Sizes */
/* Spacing */
/* 5px  */
/* 10px */
/* 15px */
/* 20px */
/* 25px */
/* Box Shadow */
/* Tex Shadow */
/* -------------------------------
   # BREAKPOINTS
   # Mobile small - xs  [320px - 374px]
   # Mobile - sm  [375px - 767px]
   # Tablet - md [768px - 1024px]
   # Desktop - lg  [1440px - ...]
-------------------------------*/
/* Breakpoints */
/* ------------------ # Z-INDEX # ------------------ */
/* ------------------ #UTILITY MIXINS ------------------ */
.clearfix::after {
  content: '';
  display: table;
  clear: both; }

/* ==========================================================================
    # HOMEPAGE
   ========================================================================== */
/* Home Page Hero Section */
.homepage-hero {
  padding: 0 1.75rem 1.375rem;
  border-bottom: 1px solid #d9d9d6; }
  @media screen and (min-width: 768px), print {
    .homepage-hero {
      padding: 0; } }
  .homepage-hero__content {
    padding: 2rem 0 2.5rem; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .homepage-hero__content {
        padding: 0 0 1.25rem; } }
    @media screen and (min-width: 1024px), print {
      .homepage-hero__content {
        padding-bottom: 3.75rem; } }
  .homepage-hero__content-title {
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .homepage-hero__content-title {
        font-size: 3rem; } }
  .homepage-hero__content-text {
    font-size: 1rem;
    line-height: 1.5rem; }
  @media screen and (min-width: 768px), print {
    .homepage-hero__left {
      padding-right: 1.125rem; } }
  @media screen and (min-width: 768px), print {
    .homepage-hero__left .homepage-hero__product {
      padding: 0 1.125rem; } }
  @media screen and (min-width: 768px), print {
    .homepage-hero__right {
      padding-left: 1.125rem; } }
  @media screen and (min-width: 768px), print {
    .homepage-hero__products {
      margin: 0 -1.125rem; } }
  .homepage-hero__product {
    margin-bottom: 1.125rem;
    padding-bottom: 1.25rem;
    position: relative; }
    @media screen and (min-width: 768px), print {
      .homepage-hero__product {
        margin-bottom: 0; } }
  .homepage-hero__product--large {
    margin-bottom: 0; }
    @media screen and (min-width: 768px), print {
      .homepage-hero__product--large {
        padding-bottom: 0; }
        .homepage-hero__product--large .homepage-hero__product-img {
          display: block;
          margin-bottom: 0;
          padding-bottom: 0; } }
  .homepage-hero__product-img {
    width: 100%;
    margin-bottom: 1rem; }
  .homepage-hero__product-info {
    padding-left: 1rem; }
  @media screen and (min-width: 768px), print {
    .homepage-hero__product-info--absolute {
      position: absolute;
      right: 2rem;
      bottom: 2rem;
      background-color: #fff;
      padding: 0.5rem 1rem; } }
  .homepage-hero__product-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0.25rem;
    font-weight: 700; }
  .homepage-hero__product-link {
    font-size: 0.875rem;
    line-height: 1rem; }

/* Home Page full-bleed Section */
.full-bleed-section {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  overflow-x: hidden; }
  .full-bleed-section__image img {
    width: 100%;
    display: inline-block;
    vertical-align: bottom; }
  @media screen and (max-width: 767px) {
    .full-bleed-section {
      font-size: 1rem;
      line-height: 1.5rem; } }
  .full-bleed-section__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1.75rem; }
    .full-bleed-section__content-title {
      font-size: 4rem;
      line-height: 4rem;
      margin-bottom: 1.75rem;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .full-bleed-section__content-title {
          font-size: 3rem; } }
    .full-bleed-section__content-text {
      max-width: 29.375rem;
      margin: 0 auto; }
    .full-bleed-section__content-link .icon {
      font-size: 0.75rem; }

/* Home Page Categories Block */
.homepage-categories {
  padding: 0.3125rem 1.75rem 0; }
  @media screen and (min-width: 768px), print {
    .homepage-categories {
      padding: 1.875rem 0 1.125rem;
      border-top: 0.0625rem solid #f8f8f8; } }
  .homepage-categories--2-tiles {
    padding: 3.4375rem 1.75rem 1.875rem; }
    @media screen and (min-width: 768px), print {
      .homepage-categories--2-tiles {
        padding: 3.75rem 0 1.125rem; } }
  .homepage-categories__title {
    margin-bottom: 2.125rem;
    font-size: 3rem;
    line-height: 2.875rem;
    letter-spacing: -0.05rem; }
    @media screen and (min-width: 768px), print {
      .homepage-categories__title {
        margin-bottom: 2.875rem; } }
    .homepage-categories__title--secondary {
      margin-bottom: 2.125rem;
      font-size: 2rem;
      line-height: 2.5rem;
      letter-spacing: 0;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .homepage-categories__title--secondary {
          padding-top: 1.75rem; } }
      @media screen and (min-width: 768px), print {
        .homepage-categories__title--secondary {
          margin-bottom: 1.875rem; } }
  .homepage-categories__item {
    color: #000;
    padding-bottom: 1.125rem; }
    .homepage-categories__item--2-tiles {
      padding-bottom: 2.5rem; }
  .homepage-categories__item-img {
    display: block;
    width: 100%;
    margin-bottom: 0.375rem; }
  .homepage-categories__item-title {
    margin-bottom: 0.4375rem;
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: none; }
  .homepage-categories__item-text {
    display: block;
    margin: 0.875rem 0 0.375rem;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      .homepage-categories__item-text {
        margin-top: 0.125rem;
        text-align: center; } }
    @media screen and (min-width: 1024px), print {
      .homepage-categories__item-text {
        margin-bottom: 2.625rem; } }
  .homepage-categories__item-link {
    display: block; }
    @media screen and (min-width: 1025px), print {
      .homepage-categories__item-link:hover .o-link--arrowed-right::before {
        -webkit-transform: translateX(0.5rem);
                transform: translateX(0.5rem); } }
  .full-bleed-section + .homepage-categories {
    padding-top: 3.125rem; }
    @media screen and (min-width: 768px), print {
      .full-bleed-section + .homepage-categories {
        border-top: 0;
        padding-top: 4.375rem; } }

/* Home Page Info Blocks */
.homepage-info {
  text-align: center;
  padding: 1.875rem 1rem 2.625rem;
  border-top: 1px solid #d9d9d6; }
  @media screen and (min-width: 768px), print {
    .homepage-info {
      border-top: 0; } }
  .homepage-info__title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    color: #000; }
    @media screen and (min-width: 768px), print {
      .homepage-info__title {
        margin-bottom: 0.5rem; } }
  .homepage-info__text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.6875rem; }
    @media screen and (min-width: 768px), print {
      .homepage-info__text {
        margin-bottom: 0.75rem; } }
  .homepage-info__btn {
    max-width: 20rem; }
    @media screen and (min-width: 768px), print {
      .homepage-info__btn {
        width: 100%;
        max-width: 16.25rem; } }
  @media screen and (min-width: 768px), print {
    .homepage-info--small {
      text-align: left;
      padding: 0; } }
  @media screen and (min-width: 768px), print {
    .homepage-info--large {
      padding: 3rem 0 2.125rem; }
      .homepage-info--large .homepage-info__title {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 1rem; }
      .homepage-info--large .homepage-info__text {
        max-width: 59.0625rem;
        margin: 0 auto 2rem; } }
  .homepage-info--bordered {
    position: relative; }
    @media screen and (max-width: 767px) {
      .homepage-info--bordered::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 0.0625rem;
        background-color: #000;
        width: 11.375rem;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }

/* Home Page PLP */
.homepage-products {
  overflow: hidden; }
  @media screen and (min-width: 768px), print {
    .homepage-products {
      padding: 2.5rem 0 0.3125rem;
      border-top: 1px solid #d9d9d6; } }
  @media screen and (max-width: 767px) {
    .homepage-products__inner {
      margin: 0 -0.4375rem; } }
  @media screen and (min-width: 768px), print {
    .homepage-products__inner {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .homepage-products__inner--secondary {
    justify-content: space-between; }
  .homepage-products__content {
    margin-bottom: 3.4375rem;
    padding: 0 0.4375rem; }
    @media screen and (min-width: 768px), print {
      .homepage-products__content {
        padding: 0 0.9375rem;
        align-self: center; } }
    .homepage-products__content--secondary {
      margin-bottom: 7.5rem; }
      @media screen and (min-width: 768px), print {
        .homepage-products__content--secondary {
          width: 42.7%;
          padding: 0 1.5625rem 0 0; } }
  .homepage-products__item {
    padding: 0 0.4375rem;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 768px), print {
      .homepage-products__item {
        padding: 0 0.9375rem;
        margin-bottom: 2rem; } }
    .homepage-products__item--secondary {
      padding: 0 0.4375rem;
      margin-bottom: 3.25rem; }
      @media screen and (min-width: 768px), print {
        .homepage-products__item--secondary {
          padding: 0; } }
      @media screen and (min-width: 768px), print {
        .homepage-products__item--secondary:not(:last-child) {
          width: 23%; } }
      @media screen and (min-width: 768px), print {
        .homepage-products__content + .homepage-products__item--secondary {
          margin-right: auto; } }
      @media screen and (min-width: 768px), print {
        .homepage-products__item--secondary:last-child {
          width: 31.6%; } }
    .homepage-products__item .c-product-tile__body {
      padding-bottom: 0; }
  .homepage-products .homepage-info__title {
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: none; }

/* ==========================================================================
   # PDP
   ========================================================================== */
.c-pdp {
  margin-bottom: 2.1875rem; }
  @media screen and (min-width: 768px), print {
    .c-pdp {
      margin-bottom: 3.125rem; } }
  @media screen and (max-width: 767px) {
    .is-select-expanded-global .c-pdp::before {
      content: '';
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 100; } }
  .c-pdp__breadcrumbs {
    margin-top: 1.25rem; }
  .c-pdp__inner {
    align-items: flex-start;
    margin: 0 auto 2.25rem; }
    @media screen and (min-width: 768px), print {
      .c-pdp__inner {
        max-width: 59.0625rem;
        margin-top: 1.25rem; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .c-pdp__media {
      width: 45%; } }
  @media screen and (min-width: 1024px), print {
    .c-pdp__media {
      width: 48.7%; } }
  .c-pdp__content {
    font-size: 1rem;
    line-height: 1.5rem; }
    @media screen and (max-width: 767px) {
      .c-pdp__content {
        margin: 2rem 1.75rem; } }
    @media screen and (min-width: 768px), print {
      .c-pdp__content {
        position: -webkit-sticky;
        position: sticky;
        top: 6.875rem; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .c-pdp__content {
        width: 55%;
        margin-top: 1.5625rem;
        margin-bottom: 1.5625rem;
        padding-left: 1.25rem; } }
    @media screen and (min-width: 1024px), print {
      .c-pdp__content {
        width: 50%;
        max-width: 31.0625rem;
        margin-top: 4.25rem;
        margin-bottom: 4.25rem;
        padding-left: 2rem; } }
    .modal-open-zindex .c-pdp__content {
      z-index: 2; }
    .c-pdp__content.complete-this-look {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      @media screen and (min-width: 1024px), print {
        .c-pdp__content.complete-this-look {
          width: 100%;
          padding-left: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .c-pdp__content.complete-this-look {
          width: 100%;
          padding-left: 0; } }
      .c-pdp__content.complete-this-look .c-pdp__attribute {
        width: 100%; }
        @media screen and (min-width: 1024px), print {
          .c-pdp__content.complete-this-look .c-pdp__attribute {
            width: 100%; } }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .c-pdp__content.complete-this-look .c-pdp__attribute {
            width: 100%; } }
      @media screen and (min-width: 1024px), print {
        .c-pdp__content.complete-this-look .c-pdp__actions {
          width: 100%; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .c-pdp__content.complete-this-look .c-pdp__actions {
          width: 100%; } }
  .c-pdp__brand {
    display: block;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    text-overflow: ellipsis;
    color: #75787b; }
  .c-pdp__title {
    font-size: 2rem;
    line-height: 2.5rem; }
    @media screen and (min-width: 768px), print {
      .c-pdp__title {
        margin-bottom: 0.1875rem; } }
  .c-pdp__description {
    margin-bottom: 0.6875rem; }
    @media screen and (min-width: 768px), print {
      .c-pdp__description {
        margin-bottom: 1rem; } }
  .c-pdp__prices {
    display: flex; }
    .c-pdp__prices .o-price {
      flex-shrink: 0; }
    .c-pdp__prices .o-price__old + .o-price__sales {
      margin-left: 0.75rem;
      font-weight: 700;
      color: #000; }
    .c-pdp__prices .o-price__old {
      color: #75787b; }
  .c-pdp__disclaimer {
    color: #53565a;
    margin-bottom: 0.625rem; }
  .c-pdp__callout {
    color: #0d52e3;
    font-weight: 700;
    transition: all 0.1s;
    font-size: 0.875rem;
    line-height: 1.125rem; }
    .c-pdp__dropdown-btn .c-pdp__callout--primary {
      display: none; }
    .c-pdp__option:hover .c-pdp__callout--primary {
      visibility: hidden;
      opacity: 0; }
    .c-pdp__prices .c-pdp__callout {
      margin-left: 0.75rem;
      font-weight: 400; }
    .c-pdp__dropdown .c-pdp__callout {
      grid-area: 1 / 3 / 1 / 4;
      max-height: 1.25rem;
      font-size: 0.625rem;
      line-height: 0.875rem;
      font-weight: 700;
      color: #0d52e3;
      text-align: right; }
    .is-unselectable .c-pdp__callout {
      display: none; }
  .c-pdp__links {
    display: flex;
    align-items: center;
    margin: 1.75rem 0; }
  .c-pdp__promo {
    margin-bottom: 1.5rem;
    color: #fff;
    font-weight: 700;
    text-align: center; }
    @media screen and (min-width: 768px), print {
      .c-pdp__promo {
        max-width: 28.625rem; } }
    .c-pdp__promo-callout:not(:empty) {
      padding: 1.0625rem 0.9375rem 0rem;
      background-color: #000; }
      @media screen and (min-width: 768px), print {
        .c-pdp__promo-callout:not(:empty) {
          padding: 0.8125rem 1.6875rem 0rem; } }
    .c-pdp__promo-highlight:not(:empty),
    .c-pdp__promo-callout:not(:empty) + .c-pdp__promo-highlight:empty {
      padding: 0rem 0.9375rem 1.0625rem;
      background-color: #000;
      color: #ffde00; }
      @media screen and (min-width: 768px), print {
        .c-pdp__promo-highlight:not(:empty),
        .c-pdp__promo-callout:not(:empty) + .c-pdp__promo-highlight:empty {
          padding: 0rem 1.6875rem 1.1875rem; } }
      .c-pdp__promo-item:not(:last-child) .c-pdp__promo-highlight:not(:empty), .c-pdp__promo-item:not(:last-child)
      .c-pdp__promo-callout:not(:empty) + .c-pdp__promo-highlight:empty {
        padding-bottom: 0.6875rem; }
    .c-pdp__promo-callout:empty + .c-pdp__promo-highlight:not(:empty) {
      padding-top: 1.0625rem; }
      @media screen and (min-width: 768px), print {
        .c-pdp__promo-callout:empty + .c-pdp__promo-highlight:not(:empty) {
          padding-top: 0.8125rem; } }
  .c-pdp__availability-message {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 700;
    color: #0d52e3; }
  .c-pdp__actions {
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 768px), print {
      .c-pdp__actions {
        width: 16.5rem; } }
    .c-pdp__size .c-pdp__actions {
      margin-bottom: 0; }
  .c-pdp__shipping {
    display: flex;
    margin-bottom: 0.125rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #53565a; }
    .c-pdp__shipping .icon {
      margin-right: 0.4375rem;
      font-size: 1.1875rem; }
  .c-pdp__availability {
    margin-bottom: 2rem; }
    @media screen and (min-width: 768px), print {
      .c-pdp__availability {
        margin-bottom: 1.625rem; } }
  .c-pdp__details {
    margin-bottom: 1.5rem; }
  @media screen and (max-width: 767px) {
    .c-pdp__recommendation .c-pdp__attributes > div {
      display: inline-block;
      width: 48%;
      vertical-align: top; }
      .c-pdp__recommendation .c-pdp__attributes > div .c-pdp__color .c-pdp__option-label {
        display: none; }
      .c-pdp__recommendation .c-pdp__attributes > div .c-pdp__color .c-pdp__option-inner {
        display: block; }
        .c-pdp__recommendation .c-pdp__attributes > div .c-pdp__color .c-pdp__option-inner .c-pdp__option-cell {
          padding-left: 0; }
          .c-pdp__recommendation .c-pdp__attributes > div .c-pdp__color .c-pdp__option-inner .c-pdp__option-cell .c-pdp__color-value {
            border: 1px solid;
            margin: auto; }
      .c-pdp__recommendation .c-pdp__attributes > div .c-pdp__size .c-pdp__option-label-select {
        display: none; }
    .c-pdp__recommendation .c-pdp__actions {
      display: none; } }

/* ==========================================================================
   # Product variation attributes dropdown styles
   ========================================================================== */
/* Attributes */
.c-pdp {
  /* Attributes dropdown */
  /* Attributes options */ }
  .c-pdp__attributes {
    padding-top: 1.125rem; }
  .c-pdp__attribute {
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 768px), print {
      .c-pdp__attribute {
        width: 16.5rem; } }
    @media screen and (min-width: 768px), print {
      .c-pdp__attribute::before {
        content: '';
        background-color: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        z-index: -1;
        transition: all 0.2s;
        pointer-events: none; } }
    @media screen and (min-width: 768px), print {
      .c-pdp__attribute.is--expanded::before {
        opacity: 1;
        z-index: auto; } }
    .c-pdp__attribute.is-single-option-mode .c-pdp__option,
    .c-pdp__attribute.is-single-option-mode .c-pdp__dropdown-btn {
      cursor: default; }
  .c-pdp__color {
    font-size: 1rem;
    line-height: 1.125rem; }
    .c-pdp__color-value {
      display: block;
      width: 1.25rem;
      height: 1.25rem;
      border: 1px solid #ccc; }
      .is-unselectable .c-pdp__color-value {
        opacity: 0.2; }
  .c-pdp__size {
    font-size: 1rem;
    line-height: 1.125rem; }
  @media screen and (min-width: 768px), print {
    .c-pdp__dropdown {
      position: relative; } }
  .c-pdp__dropdown-btn {
    position: relative;
    display: block;
    width: 100%;
    height: 2.5rem;
    padding: 0.3125rem 0;
    border: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    cursor: pointer; }
    .c-pdp__dropdown-btn::after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: 'slcicons' !important;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal !important;
      line-height: 1;
      content: "";
      position: absolute;
      right: 0.75rem;
      top: 0.875rem;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      transition: all 0.2s;
      font-size: 0.75rem;
      color: #000; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .c-pdp__dropdown-btn::after {
          right: 0.625rem; } }
      .is--expanded .c-pdp__dropdown-btn::after {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    @media screen and (min-width: 768px), print {
      .c-pdp__attribute.is--expanded .c-pdp__dropdown-btn {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent; } }
    .is-single-option-mode .c-pdp__dropdown-btn::after {
      display: none; }
    .c-pdp__color .c-pdp__dropdown-btn {
      padding: 0.3125rem 0; }
  .c-pdp__dropdown-inner {
    display: none;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 120; }
    @media screen and (max-width: 767px) {
      .c-pdp__dropdown-inner {
        height: 22.625rem;
        max-height: calc(100vh - 4.375rem);
        position: fixed;
        right: 0;
        bottom: 0;
        padding: 3rem 1.75rem 1.5rem; } }
    @media screen and (max-width: 767px) and (max-height: 414px) {
      .c-pdp__dropdown-inner {
        padding-top: 1.25rem; } }
    @media screen and (min-width: 768px), print {
      .c-pdp__dropdown-inner {
        position: absolute;
        top: calc(100% - 0.375rem);
        padding: 0.125rem 0;
        border-bottom: 1px solid #000;
        border-left: 1px solid transparent;
        z-index: 100; } }
    .is--expanded .c-pdp__dropdown-inner {
      display: block; }
    @media screen and (max-width: 767px) {
      .c-pdp__size .c-pdp__dropdown-inner {
        padding-bottom: 4.0625rem; } }
    @media screen and (max-width: 767px) and (max-height: 414px) {
      .c-pdp__size .c-pdp__dropdown-inner {
        padding-bottom: 3.75rem; } }
    @media screen and (max-width: 767px) {
      .modal-open .c-pdp__dropdown-inner::before {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        bottom: 100%;
        display: block;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.7); } }
  @media screen and (max-width: 767px) {
    .c-pdp__dropdown-close {
      position: absolute;
      top: -2.1875rem;
      right: -1.25rem; }
      .c-pdp__dropdown-close::before {
        font-size: 1.875rem; } }
  @media screen and (max-width: 767px) and (max-height: 414px) {
    .c-pdp__dropdown-close {
      top: -0.9375rem; } }
  .c-pdp__dropdown-header {
    position: relative; }
  @media screen and (max-width: 767px) {
    .c-pdp__dropdown-label {
      display: block;
      width: 100%;
      max-width: 18.1875rem;
      padding-bottom: 1.5rem;
      margin: 0 auto 0.75rem;
      border-bottom: 1px solid #000;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.5rem;
      text-align: center; } }
  @media screen and (max-width: 767px) and (max-height: 414px) {
    .c-pdp__dropdown-label {
      padding-bottom: 0.3125rem;
      margin-bottom: 0.3125rem; } }
  @media screen and (max-width: 767px) {
    .c-pdp__dropdown-actions {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      padding: 0.3125rem 1.75rem 1.25rem;
      background-color: #fff; } }
  @media screen and (max-width: 767px) and (max-height: 414px) {
    .c-pdp__dropdown-actions {
      padding: 0.3125rem 1.75rem 0.625rem; } }
  .c-pdp__options {
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-pdp__options {
        width: 100%;
        max-width: 18.1875rem;
        margin: 0 auto; } }
    .c-pdp__options-list {
      /* stylelint-disable */
      /* stylelint-enable */
      max-height: 9.375rem;
      padding: 0 1.25rem 0 0.9375rem;
      overflow-x: hidden;
      overflow-y: auto; }
      .c-pdp__options-list::-webkit-scrollbar {
        width: 0.3125rem;
        height: 0.3125rem; }
      .c-pdp__options-list::-webkit-scrollbar-thumb {
        border-radius: 0.3125rem;
        background: #000; }
      .c-pdp__options-list::-webkit-scrollbar-track {
        background: #fff;
        border: 1px solid #d9d9d6;
        border-radius: 0.3125rem; }
      .c-pdp__options-list {
        scrollbar-face-color: #000;
        scrollbar-track-color: #fff; }
      @media screen and (max-width: 767px) {
        .c-pdp__options-list {
          max-height: 11.625rem;
          padding-top: 0.4375rem; } }
      @media screen and (max-width: 767px) and (max-height: 414px) {
        .c-pdp__options-list {
          max-height: 9.375rem;
          padding-top: 0rem; } }
    .c-pdp__options-item {
      position: relative;
      margin-right: -0.9375rem;
      padding: 0.625rem 0; }
      @media screen and (max-width: 767px) and (max-height: 414px) {
        .c-pdp__options-item {
          padding: 0.3125rem 0; } }
      @media screen and (min-width: 768px), print {
        .c-pdp__options-item {
          padding: 0.3125rem 0; } }
  .c-pdp__option {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.1875rem 0;
    background: none;
    border: 0;
    cursor: pointer;
    font-family: "HelveticaNeueLTStd", Helvetica, Arial, sans-serif; }
    .c-pdp__options .c-pdp__option::before {
      content: '';
      height: 1.5rem;
      width: 82%;
      max-width: 11.375rem;
      position: absolute;
      top: 0.0625rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1;
      border-radius: 0.125rem; }
    .c-pdp__options--size .c-pdp__option::before {
      max-width: 14.0625rem; }
    @media screen and (min-width: 1025px), print {
      .c-pdp__option:hover::before {
        background-color: #d9d9d6; } }
    .c-pdp__option.is-unselectable {
      text-decoration: line-through;
      color: #808080;
      pointer-events: none;
      cursor: normal; }
    .c-pdp__options .c-pdp__option.is-selected,
    .c-pdp__options .c-pdp__option.selected {
      font-weight: 700; }
    .c-pdp__dropdown-btn--size .c-pdp__option:not(.selected) {
      font-weight: 700; }
    .c-pdp__option-inner {
      display: grid;
      grid-template-columns: 1fr -webkit-min-content 1fr;
      grid-template-columns: 1fr min-content 1fr;
      grid-template-rows: 1fr;
      grid-gap: 0.3125rem;
      align-items: baseline; }
    .c-pdp__option-cell {
      grid-area: 1 / 1 / 1 / 2;
      align-self: center; }
      .c-pdp__dropdown-btn .c-pdp__option-cell {
        padding-left: 0.9375rem; }
      @media screen and (max-width: 767px) {
        .c-pdp__color .c-pdp__dropdown-inner .c-pdp__option-cell {
          padding-left: 0.75rem; } }
    .c-pdp__option-label {
      grid-area: 1 / 2 / 1 / 3;
      max-width: 6rem;
      min-width: 1.125rem;
      overflow: hidden;
      line-height: 1.25rem;
      text-align: center;
      text-overflow: ellipsis;
      text-transform: capitalize;
      color: #000; }
      .c-pdp__color .c-pdp__option-label {
        padding: 0 1rem 0 0.5625rem;
        max-width: 13.875rem; }
        @media screen and (max-width: 767px) {
          .c-pdp__color .c-pdp__option-label {
            font-size: 0.875rem; } }
      .is-unselectable .c-pdp__option-label {
        color: #808080; }

/* ==========================================================================
   # Product carousel
   ========================================================================== */
/* Carousel */
@media screen and (max-width: 767px) {
  .c-pdp__carousel {
    position: relative; } }

@media screen and (min-width: 768px), print {
  .c-pdp__carousel {
    z-index: auto; } }

.c-pdp__carousel-prev, .c-pdp__carousel-next {
  position: absolute;
  top: calc(50% - 0.5rem);
  z-index: 2;
  border: 0;
  background: none;
  cursor: pointer; }
  @media screen and (min-width: 768px), print {
    .c-pdp .c-pdp__carousel-prev, .c-pdp .c-pdp__carousel-next {
      display: none; } }

.c-pdp__carousel-prev {
  left: 0; }

.c-pdp__carousel-next {
  right: 0; }

.c-pdp__carousel .c-pdp__image--zoom {
  cursor: url("./assets/images/zoom-in.png"), zoom-in;
  /* stylelint-disable */
  cursor: -webkit-image-set(url("./assets/images/zoom-in.svg") 1x, url("./assets/images/zoom-in.png") 2x) 0 0, pointer;
  /* stylelint-enable */ }

.c-pdp__carousel .c-slide--no-zoom .c-pdp__image {
  cursor: default; }

@media screen and (min-width: 768px), print {
  .c-pdp .c-pdp__slides {
    display: block; } }

@media screen and (min-width: 768px), print {
  .c-pdp .c-pdp__slide {
    position: static;
    height: auto; } }

/* Images */
.c-pdp__image {
  width: 100%;
  display: block; }
  @media screen and (min-width: 768px), print {
    .c-pdp .c-pdp__image {
      margin-bottom: 1rem; } }

.c-price .o-price__old {
  margin-right: 0.3125rem; }

.o-price__old + .o-price__sales {
  font-weight: 700;
  color: #000; }

.o-price__old {
  color: #75787b; }

/* ==========================================================================
   # PRODUCT TILES (for PLP, Recommendations etc)
   ========================================================================== */
.c-product-tile {
  color: #000; }
  .c-product-tile__image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 0.875rem;
    line-height: 1rem;
    background: #fff; }
  .c-product-tile__links {
    width: 100%;
    height: 100%; }
  .c-product-tile__link {
    display: block;
    width: 100%; }
  .c-product-tile__image {
    display: block;
    width: 100%; }
  .c-product-tile__badge {
    position: absolute;
    text-align: left;
    bottom: 0.4375rem;
    left: 0.5rem;
    z-index: 1;
    padding: 0.25rem 0.375rem;
    background-color: #ffde00;
    font-family: "HelveticaNeueLTStd", Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 768px), print {
      .c-product-tile__badge {
        padding: 0.3125rem 0.375rem; } }
    .c-product-tile__badge-image {
      display: inline-block;
      max-width: 2.1875rem;
      max-height: 2.1875rem; }
    .c-product-tile__badge-text {
      color: #000;
      font-size: 0.875rem; }
  .c-product-tile__inner {
    display: flex;
    height: 100%;
    flex-direction: column; }
  .c-product-tile__colors {
    position: absolute;
    right: 0;
    bottom: -0.0625rem;
    left: 0;
    z-index: 1; }
  .c-product-tile__swatches {
    flex-wrap: nowrap; }
  .c-product-tile__quick-view, .c-product-tile__color-swatches {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    background: #fff; }
  .c-product-tile__quick-view {
    bottom: calc(50% - 1.125rem);
    left: calc(50% - 2.8125rem);
    z-index: -1;
    padding: 0.625rem;
    opacity: 0;
    border: 0;
    transition: all 0.2s;
    cursor: pointer; }
    .c-product-tile__quick-view:focus {
      z-index: 1;
      opacity: 1; }
    @media screen and (min-width: 1025px), print {
      .c-product-tile__links:hover .c-product-tile__quick-view {
        z-index: auto;
        opacity: 1; }
      .c-product-tile__links:focus-within .c-product-tile__quick-view {
        z-index: auto;
        opacity: 1; } }
  .c-product-tile__color-swatches {
    padding: 0.4375rem;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s; }
    @media screen and (min-width: 1025px), print {
      .c-product-tile__colors:hover .c-product-tile__color-swatches {
        visibility: visible;
        opacity: 1; } }
    @media screen and (min-width: 1025px), print {
      body:not(.intent-mouse) .c-product-tile__colors:focus-within .c-product-tile__color-swatches {
        visibility: visible;
        opacity: 1; } }
  .c-product-tile__swatch {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    background: #fff;
    border: 0;
    cursor: pointer;
    overflow: hidden; }
    .c-product-tile__swatch:not(:last-child) {
      margin-right: 0.4375rem; }
    .c-product-tile__swatch--active {
      border: 1px solid #000;
      padding: 0.125rem; }
  .c-product-tile__colors-label {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.5rem;
    transition: all 0.2s; }
  .c-product-tile__colors-label-inner {
    display: inline-block;
    padding: 0.3125rem 0.9375rem;
    font-size: 0.6875rem;
    line-height: 0.9375rem;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer; }
    @media screen and (min-width: 1025px), print {
      .c-product-tile__colors-label-inner {
        padding: 0.3125rem 0.625rem;
        font-size: 0.875rem;
        line-height: 1rem;
        pointer-events: none; } }
  .c-product-tile__body {
    padding: 0rem 0.625rem 1.875rem;
    font-size: 0.75rem;
    line-height: 1.125rem; }
    @media screen and (min-width: 768px), print {
      .c-product-tile__body {
        padding: 0rem 0 1.875rem;
        line-height: 1.125rem; } }
    .c-product-tile__body > div {
      line-height: 0.75rem; }
  .c-product-tile__brand {
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    font-family: "HelveticaNeueLTStd", Helvetica, Arial, sans-serif;
    margin-bottom: 0.75rem;
    margin-top: 1rem; }
  .c-product-tile__title {
    line-height: 0.75rem;
    font-size: 0.75rem;
    font-weight: 400;
    margin: 0rem 0 0.75rem; }
  .c-product-tile__promo {
    margin: 0;
    color: #000; }
    @media screen and (min-width: 768px), print {
      .c-product-tile__promo {
        font-size: 0.875rem;
        color: #000;
        line-height: 1rem;
        margin-top: 0.5625rem;
        font-family: "HelveticaNeueLTStd", Helvetica, Arial, sans-serif; } }
  @media screen and (min-width: 768px) and (min-width: 768px), print {
    .c-product-tile__promo {
      margin-top: 0.5625rem; } }
  .c-product-tile__tag {
    margin-bottom: 0.5rem;
    color: #2e4576; }
    @media screen and (max-width: 767px) {
      .c-product-tile__tag {
        font-size: 0.75rem;
        line-height: 1rem; } }

/* ==========================================================================
   # Set / Related products
   ========================================================================== */
/* Sets */
.c-pdp__set {
  /* Attributes */
  /* Attributes dropdown */
  /* Attributes options */ }
  .c-pdp__set-items {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 1.0625rem; }
    .c-pdp__related .c-pdp__set-items {
      padding: 1rem 0; }
  .c-pdp__set-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0; }
  .c-pdp__set-item-content {
    width: 56%; }
    @media screen and (min-width: 768px), print {
      .c-pdp__set-item-content {
        width: 59%; } }
    @media screen and (min-width: 1140px), print {
      .c-pdp__set-item-content {
        padding-right: 0.75rem; } }
  .c-pdp__set-title {
    display: block;
    margin-bottom: 0.5rem;
    color: #000;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: 0.03125rem; }
    @media screen and (min-width: 768px), print {
      .c-pdp__set-title {
        font-size: 1rem;
        line-height: 1.25rem; } }
    .c-pdp__set-title .icon {
      font-size: 0.75rem; }
  .c-pdp__set-options {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 768px), print {
      .c-pdp__set-options {
        min-height: 2.5rem; } }
  .c-pdp__set-item-image {
    width: 40%; }
    @media screen and (min-width: 768px), print {
      .c-pdp__set-item-image {
        width: 35.5%; } }
    .c-pdp__set-item-image img {
      display: block;
      width: 100%;
      height: auto; }
  .c-pdp__set-footer {
    text-align: right; }
  .c-pdp__set-btn {
    margin-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      .c-pdp__set-btn {
        min-width: 100%; } }
  .c-pdp__set .c-pdp__brand {
    margin-bottom: 0.5rem; }
    @media screen and (max-width: 767px) {
      .c-pdp__set .c-pdp__brand {
        font-size: 0.875rem;
        line-height: 1rem;
        margin-bottom: 0.25rem; } }
  .c-pdp__set .c-pdp__prices {
    margin-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      .c-pdp__set .c-pdp__prices {
        font-size: 0.875rem; } }
  .c-pdp__set .c-pdp__callout {
    font-size: 0.875rem; }
  .c-pdp__set .c-pdp__attributes {
    padding: 0; }
  .c-pdp__set .c-pdp__attribute {
    margin-bottom: 0; }
    .c-pdp__set .c-pdp__attribute::before {
      display: none; }
  .c-pdp__set .c-pdp__color {
    width: 26%;
    position: static; }
    @media screen and (max-width: 767px) {
      .c-pdp__set .c-pdp__color {
        min-width: 4.3125rem; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .c-pdp__set .c-pdp__color {
        width: 30%; } }
  .c-pdp__set .c-pdp__size {
    width: 63%;
    margin-left: auto;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .c-pdp__set .c-pdp__size.selected-size {
        margin-right: 2.5rem;
        width: calc(61.5% - 2.5rem); } }
    @media screen and (max-width: 767px) {
      .c-pdp__set .c-pdp__size {
        max-width: calc(100% - 5.0625rem); }
        .c-pdp__set .c-pdp__size.selected-size {
          width: calc(100% - 6.75rem);
          margin-right: 2rem; }
          .c-pdp__set .c-pdp__size.selected-size .c-pdp__dropdown-btn .c-pdp__option-inner {
            grid-template-columns: 0 minmax(2rem, -webkit-min-content) 1fr;
            grid-template-columns: 0 minmax(2rem, min-content) 1fr; }
            .c-pdp__set .c-pdp__size.selected-size .c-pdp__dropdown-btn .c-pdp__option-inner .c-pdp__option-label {
              text-align: left;
              padding-left: 0.5rem; } }
    .c-pdp__set .c-pdp__size .clear-size {
      cursor: pointer;
      position: absolute;
      top: 50%;
      right: -2.5rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 1.5rem;
      width: 1.5rem;
      border: 1px solid #0d52e3;
      border-radius: 50%;
      color: #0d52e3;
      font-size: 1.3125rem;
      line-height: 1.375rem;
      text-align: center; }
      .c-pdp__set .c-pdp__size .clear-size .icon-close-thin {
        position: absolute;
        left: 1px;
        top: 1px; }
  .c-pdp__set .c-pdp__dropdown--color {
    position: static; }
  @media screen and (min-width: 768px), print {
    .c-pdp__set .is--expanded .c-pdp__dropdown--color {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2; } }
  @media screen and (min-width: 1140px), print {
    .c-pdp__set .is--expanded .c-pdp__dropdown--color {
      position: static;
      z-index: auto; } }
  @media screen and (min-width: 1140px), print {
    .c-pdp__set .c-pdp__color.is--expanded .c-pdp__dropdown-btn::after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); } }
  @media screen and (min-width: 1140px), print {
    .c-pdp__set .c-pdp__color .c-pdp__dropdown-btn {
      border-left: 1px solid #000;
      border-right: 1px solid #000; } }
  .c-pdp__set .c-pdp__attribute:not(.is--expanded) .c-pdp__color .c-pdp__dropdown-btn {
    padding-left: 0.6875rem; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .c-pdp__set .c-pdp__dropdown--color .c-pdp__dropdown-inner {
      left: 0;
      top: calc(100% - 0.375rem);
      width: 100%;
      border-top: 0; } }
  @media screen and (min-width: 1140px), print {
    .c-pdp__set .c-pdp__dropdown--color .c-pdp__dropdown-inner {
      left: 6rem;
      top: 0;
      width: 15.9375rem;
      border-top: 1px solid #000; } }
  .c-pdp__set .c-pdp__dropdown-actions {
    display: none; }
  @media screen and (min-width: 1140px), print {
    .c-pdp__set .c-pdp__options--color::before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: 'slcicons' !important;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal !important;
      line-height: 1;
      content: "";
      position: absolute;
      top: 0.625rem;
      right: 1.125rem;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      font-size: 0.75rem; } }
  @media screen and (max-width: 767px) {
    .c-pdp__set .c-pdp__size .c-pdp__dropdown-btn .c-pdp__option-inner {
      grid-template-columns: 1fr minmax(2rem, -webkit-min-content) 1fr;
      grid-template-columns: 1fr minmax(2rem, min-content) 1fr; } }
  @media screen and (max-width: 767px) {
    .c-pdp__set .c-pdp__option-label-select {
      display: none; } }
  .c-pdp__set .c-pdp__dropdown-btn--color .c-pdp__option-label {
    display: none; }
  @media screen and (min-width: 768px), print {
    .c-pdp__set .is--expanded .c-pdp__dropdown-btn--color .c-pdp__option-label {
      display: block; } }
  @media screen and (min-width: 1140px), print {
    .c-pdp__set .is--expanded .c-pdp__dropdown-btn--color .c-pdp__option-label {
      display: none; } }
  .c-pdp__set .c-pdp__promo {
    margin-top: 1rem; }
  .c-pdp__set .c-pdp__availability {
    margin-bottom: 0.25rem; }
  .c-pdp__set .c-pdp__callout--primary {
    display: none; }
  .c-pdp__set .c-pdp__options .c-pdp__option::before {
    max-width: 9.375rem; }

@media screen and (max-width: 767px) {
  .c-pdp__callout--set {
    display: block; } }

.c-pdp__set-footer .c-pdp__shipping {
  justify-content: flex-end; }

/* Related/Same set products */
@media screen and (min-width: 768px), print {
  .c-pdp__related {
    max-width: 59.0625rem;
    margin: 0 auto; } }

.c-pdp__related-image {
  width: 100%;
  height: auto; }

.c-pdp__related-content {
  margin: 0; }
  @media screen and (max-width: 767px) {
    .c-pdp__related-content {
      padding: 2rem 1.75rem 2.5rem; } }

.c-pdp__related-title {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 2.25rem; }

.c-pdp__related-description {
  margin-bottom: 1.0625rem; }

/* ==========================================================================
   # Quick View Modal
   ========================================================================== */
.c-quick-view {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 71.25rem;
  max-height: calc(100% - 1.875rem);
  padding: 3rem 1.75rem 2.5rem;
  border: 0; }
  @media screen and (max-width: 767px) {
    .c-quick-view {
      min-height: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .c-quick-view {
      padding: 2.5rem; } }
  @media screen and (min-width: 1024px), print {
    .c-quick-view {
      padding: 2.5rem 3.75rem; } }
  @media screen and (min-width: 1440px), print {
    .c-quick-view {
      padding: 3rem 3.625rem 2.5rem 6.125rem; } }
  .c-quick-view__close {
    font-size: 1.5625rem;
    top: 0.9375rem;
    right: 0.625rem; }
  .c-quick-view__link {
    display: inline-block;
    margin-bottom: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.05rem; }
    @media screen and (min-width: 1025px), print {
      .c-quick-view__link:hover {
        opacity: 0.3; } }
    .c-quick-view__link .icon {
      vertical-align: middle; }
  .c-quick-view__inner {
    width: 100%; }
    @media screen and (min-width: 768px), print {
      .c-quick-view__inner {
        /* stylelint-disable */
        /* stylelint-enable */
        overflow-y: auto; }
        .c-quick-view__inner::-webkit-scrollbar {
          width: 0.375rem;
          height: 0.375rem; }
        .c-quick-view__inner::-webkit-scrollbar-thumb {
          border-radius: 0.375rem;
          background: #000; }
        .c-quick-view__inner::-webkit-scrollbar-track {
          background: #fff;
          border: 1px solid #000;
          border-radius: 0.375rem; }
        .c-quick-view__inner {
          scrollbar-face-color: #000;
          scrollbar-track-color: #fff; } }
  @media screen and (min-width: 768px), print {
    .c-quick-view__product {
      padding: 0.9375rem 0; } }
  @media screen and (min-width: 1440px), print {
    .c-quick-view__product {
      padding: 3.125rem 0 1.5625rem; } }
  .c-quick-view__product-set {
    margin-right: 2rem; }
  .c-quick-view .o-modal-header {
    position: absolute;
    top: 0;
    right: 0; }
  .c-quick-view .modal-body {
    position: relative;
    z-index: 2;
    width: 100%; }
  .c-quick-view .c-pdp__inner {
    margin: 0;
    align-items: center; }
    @media screen and (min-width: 1025px), print {
      .c-quick-view .c-pdp__inner {
        margin-right: 2rem;
        overflow: hidden; } }
  .c-quick-view .c-pdp__media {
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 767px) {
      .c-quick-view .c-pdp__media {
        margin-bottom: 1.5625rem; } }
    @media screen and (min-width: 768px), print {
      .c-quick-view .c-pdp__media {
        width: 48.5%; } }
    .c-quick-view .c-pdp__media::before {
      content: '';
      position: relative;
      display: block;
      width: 100%;
      padding: 0 0 133%; }
  .c-quick-view .c-pdp__carousel {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .c-quick-view .c-pdp__carousel-prev {
    left: 0.3125rem; }
  .c-quick-view .c-pdp__carousel-next {
    right: 0.3125rem; }
  .c-quick-view .c-pdp__content {
    margin: 0;
    position: static; }
    @media screen and (min-width: 768px), print {
      .c-quick-view .c-pdp__content {
        width: 51.5%; } }
  @media screen and (min-width: 768px), print {
    .c-quick-view .c-pdp__brand {
      margin-bottom: 0.4375rem; } }
  @media screen and (max-width: 767px) {
    .c-quick-view .c-pdp__title {
      font-size: 1.25rem; } }
  @media screen and (min-width: 1025px), print {
    .c-quick-view .c-pdp__title-link:hover {
      opacity: 0.3; } }
  .c-quick-view .c-pdp__prices {
    margin-bottom: 0.375rem; }
    @media screen and (min-width: 768px), print {
      .c-quick-view .c-pdp__prices {
        margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .is-select-expanded-global .c-quick-view.o-modal-content {
      overflow: hidden;
      height: 100%; } }
  .c-quick-view .product-set__header {
    border-bottom: 1px solid #000;
    padding-bottom: 1.625rem;
    margin-bottom: 1.5rem; }
    .c-quick-view .product-set__header .product-name {
      margin-bottom: 0.5625rem; }
  .c-quick-view .product-set__subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.5rem; }
  .c-quick-view .product-set .c-pdp__set-items {
    padding-bottom: 1rem;
    border-top: 0; }
  .c-quick-view .product-set .c-pdp__set-title {
    font-size: 2rem;
    line-height: 2.5rem; }
    .c-quick-view .product-set .c-pdp__set-title .icon {
      display: none; }
  .c-quick-view .product-set .c-pdp__inner {
    width: 100%; }
  .c-quick-view .product-set .c-pdp__media {
    width: 38.9%; }
  .c-quick-view .product-set .c-pdp__set-item-content {
    width: 55%;
    padding: 0 0 0 2rem; }
  .c-quick-view .product-set .c-pdp__set-options {
    display: block; }
  .c-quick-view .product-set .c-pdp__prices {
    margin-bottom: 1rem; }
  .c-quick-view .product-set .c-pdp__attribute {
    margin: 0 0 0.5rem;
    position: relative; }
    @media screen and (min-width: 768px), print {
      .c-quick-view .product-set .c-pdp__attribute {
        width: 16.5rem; } }
  .c-quick-view .product-set .c-pdp__dropdown-btn--color .c-pdp__option-label {
    display: block; }
  .c-quick-view .product-set .c-pdp__dropdown-inner {
    left: 0;
    width: 100%; }
  .c-quick-view .product-set .modal-footer {
    display: flex;
    justify-content: space-between; }
    .c-quick-view .product-set .modal-footer .c-pdp__actions {
      margin: 1.125rem 0 1rem; }
  .c-quick-view .product-set .c-pdp__callout--set {
    margin-top: 1rem; }


/*# sourceMappingURL=homePage.css.map*/