/*------------------------------------*\
  #SETTINGS
\*------------------------------------*/
/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/* $font-size-yotta : 8.875rem !default;  // 142px */
/* $font-size-zetta : 7.375rem !default;  // 118px */
/* $font-size-exa   : 6.250rem !default;   // 100px */
/* $font-size-kilo  : 1.750rem !default; // 28px */
/* $font-size-hecto : 1.500rem !default; // 24px */
/* $font-size-base  : 1.000rem !default; // 16px Base font size */
/* $font-size-centi : 0.750rem !default; // 12px */
/* $font-size-micro : 0.625rem !default; // 10px */
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/* $color-grey-2: #E6E9ED !default; */
/*------------------------------------*\
  #SPACING-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #ELEMENT-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/**
 * Returns the value of the `$key` value of a provided `$map`.
 */
/**
 * Uses `getProperty()` to return a value from the `$colors` map.
 */
/**
 * Uses `getProperty()` to return a value from the `$breakpoints` map.
 */
/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #ELEMENT-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HEADER-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HORIZONTAL-SPACING
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
/*------------------------------------*\
  #TOOLS
\*------------------------------------*/
/**
 * Responsive Mixin
 * This mixin is designed for a _cleaner_ first approach
 * This means that css isn't overridden but rather replaced for
 * different viewport widths; making it easier to inspect/debug css
 *
 * Usage:
 * @include media-query(exclude-medium)    { ... }
 * @include media-query(medium-up-to-site) 	   { ... }
 * ... etc
 */
/**
 * [Adds styles to allow an element's height scale proportionatelly]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 */
/**
 * [Calculates the percentage aspect ratio (what % height is compared to the width)]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * *****REMEMBER TO USE MARGIN OR PADDING AND NOT TOP/BOTTOM******
 * [Calculates the center of an element in relation to a provided width and height.
 * Useful to place an absolute element at the center of another when
 * the positioned element cannot be the target's child ]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * [In the  awful case you can't use Flexbox to vertically align something]
 * @param  {[type]} $transform:       false         [Use transforms to align instead of the absolute trick]
 * @param  {[type]} $pos:             absolute      [position type]
 * @param  {[type]} $posAdj:          0             [position adjustment. If $transform is true, this value only affects the 'top' property.]
 * @param  {[type]} $alignHorizontal: false         [Includes horizontal alignment]
 */
/**
 * Generate Enumerated Class
 * Iterates from 0 to the specified length and generates classes that set the specified property
 * @param  {[String]} $classname:       required      [Required: Specify the class name]
 * @param  {[String]} $property:        $classname    [Optional: Specify the enumerated property (if it's different from the name of the class)]
 * @param  {[Number]} $length:          10            [Optional: Specify the end of the loop]
 * @param  {[String]} $units:           null          [Optional: specify units to append to the enumerated property]
 */
/**
* [Strip the pesky units from values]
* @param  {[Number]} $value
*/
/**
* [Fluid Type]
*/
/**
 * Set size for color swatch
 * @param {String} $size
 * @param {String} $inset
 */
/*------------------------------------*\
  #EXTERNALS
\*------------------------------------*/
.store-locator__detect-location {
  margin-top: 0.5rem;
}

.store-locator__result-check:checked + .store-locator__result-content {
  background-color: #E6E9ED;
}

.store-locator__result-content {
  display: block;
  padding: 40px 0;
}
.store-locator__result-content:hover {
  cursor: pointer;
  background-color: #F7F7F7;
}

.only-instock-checkbox-wrap {
  margin-top: 40px;
}
.only-instock-checkbox-wrap input {
  display: none;
}
.only-instock-checkbox-wrap input:checked + label:before {
  left: 19px;
}
.only-instock-checkbox-wrap input:checked + label:after {
  background-color: #000000;
}
.only-instock-checkbox-wrap label {
  font-size: 14px;
  font-weight: 400;
  color: #323952;
  padding-left: 44px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.only-instock-checkbox-wrap label:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: 0.2s ease-in-out left;
  transition: 0.2s ease-in-out left;
}
.only-instock-checkbox-wrap label:after {
  content: "";
  position: absolute;
  left: 0;
  width: 36px;
  background: #C6C6C6;
  height: 20px;
  border-radius: 20px;
  z-index: 1;
  -webkit-transition: 0.2s ease-in-out background;
  transition: 0.2s ease-in-out background;
}

.storesnearyou {
  padding: 19px 0;
  margin-top: 30px;
  border-bottom: solid 0.0625rem #E6E9ED;
  border-top: solid 0.0625rem #E6E9ED;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 47.9375rem) {
  .storesnearyou {
    margin-top: 40px;
  }
}

.store-locator__results {
  overflow: auto;
  margin: 0;
  width: auto;
}

.store-locator__result-item {
  position: relative;
  border-bottom: solid 0.0625rem #E6E9ED;
  position: relative;
}
.store-locator__result-item address {
  color: #000;
  font-size: 14px;
}
.store-locator__result-item .store-name {
  margin-bottom: 10px;
  max-width: 75%;
  color: #000;
}
@media (max-width: 47.9375rem) {
  .store-locator__result-item .store-name {
    max-width: calc(100% - 175px);
  }
}
.store-locator__result-item .store-map {
  margin-bottom: -10px;
  max-width: 75%;
  display: block;
}
@media (max-width: 47.9375rem) {
  .store-locator__result-item .store-map {
    max-width: calc(100% - 175px);
  }
}
.store-locator__result-item .store-hours {
  margin-bottom: 10px;
}
.store-locator__result-item .product-availability__item {
  position: absolute;
  right: 2px;
  top: 40px;
  color: #000;
}
@media (max-width: 47.9375rem) {
  .store-locator__result-item .product-availability__item {
    font-size: 14px;
  }
}
.store-locator__result-item .product-availability__item:after {
  content: "";
  position: absolute;
  left: -14px;
  width: 8px;
  height: 8px;
  top: 6px;
  border-radius: 100%;
  background: red;
}
.store-locator__result-item .button-wrap {
  position: absolute;
  top: 40px;
  right: 2px;
  pointer-events: none;
}
.store-locator__result-item .button-wrap .button {
  width: 150px;
  padding: 9px 0;
  border-radius: 5px;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
}
.store-locator__result-item .button-wrap .button.filled {
  color: #fff;
  background: #000;
  width: 170px;
}
.store-locator__result-item .button-wrap .button[disabled], .store-locator__result-item .button-wrap .button.disabled, .store-locator__result-item .button-wrap .button[data-disabled] {
  pointer-events: none;
  cursor: pointer;
}

.store-locator__no-results {
  margin: 40px auto 0;
}
@media (max-width: 47.9375rem) {
  .store-locator__no-results {
    margin-top: 20px;
  }
}

.store-locator__actions {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 48rem) {
  .store-locator__results {
    max-height: 30rem;
  }
}
@media (max-width: 47.9375rem) {
  .modal--store-locator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal--store-locator .store-locator__form > .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modal--store-locator .window-modal__content {
  max-width: 620px;
  padding: 70px 40px 40px;
  border-radius: 10px;
}
@media (max-width: 47.9375rem) {
  .modal--store-locator .window-modal__content {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    min-height: 282px;
    max-height: 100%;
    padding: 70px 20px 40px;
    margin-top: 0;
    overflow-y: scroll;
  }
}
.modal--store-locator .window-modal__close {
  top: 30px;
  right: 40px;
  height: 20px;
  width: 21px;
}
.modal--store-locator .window-modal__close::after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M2 3.5L17.8041 17.3286" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M2 17.5L17.8041 3.6714" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 20px;
  height: 21px;
}
@media (max-width: 47.9375rem) {
  .modal--store-locator .window-modal__close {
    right: 20px;
  }
}
.modal--store-locator .form-intro__title {
  margin: 0 auto 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
}
.modal--store-locator .form-control-label {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
}
.modal--store-locator .store-locator-input {
  width: 100%;
  max-width: 220px;
  margin-right: 10px;
}
@media (max-width: 47.9375rem) {
  .modal--store-locator .store-locator-input {
    width: 58.5%;
    padding-right: 10px;
    margin-right: 0;
  }
}
.modal--store-locator .store-locator-selector {
  width: 100%;
  max-width: 150px;
  margin-right: 10px;
}
@media (max-width: 47.9375rem) {
  .modal--store-locator .store-locator-selector {
    width: 41.5%;
    margin-right: 0;
  }
}
@media screen and (min-width: 590px) and (max-width: 767px) {
  .modal--store-locator .store-locator-selector {
    max-width: calc(100% - 220px);
    width: calc(100% - 220px);
  }
  .modal--store-locator .store-locator-selector .form-group {
    max-width: 150px;
  }
}
.modal--store-locator .store-locator-btn {
  width: 100%;
  max-width: 150px;
}
.modal--store-locator .store-locator-btn button {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  border-radius: 5px;
}
.modal--store-locator .store-locator__detect-location {
  width: auto;
  margin-top: 20px;
}
@media (max-width: 47.9375rem) {
  .modal--store-locator .store-locator__detect-location {
    margin-top: 18px;
    margin-left: 15px;
  }
}
.modal--store-locator .store-locator__detect-location button {
  text-transform: capitalize;
  font-family: "National", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
}

.store-locator__result-content.disabled:hover {
  cursor: not-allowed;
}

/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
@media (max-width: 47.9375rem) {
  .pdp {
    padding-top: 20px;
  }
}

.pdp__breadcrumbs .breadcrumbs__item {
  display: none;
}
.pdp__breadcrumbs .breadcrumbs__item a {
  text-transform: none;
}
.pdp__breadcrumbs .breadcrumbs__item:nth-last-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  position: relative;
  padding-top: 3px;
}
.pdp__breadcrumbs .breadcrumbs__item:nth-last-child(2):after {
  content: url('data:image/svg+xml; utf8, <svg width="3" height="7" viewBox="0 0 3 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.903918 3.50067L2.88982 5.76926C2.96081 5.85277 3 5.96049 3 6.07206C3 6.18363 2.96081 6.29135 2.88982 6.37486C2.85662 6.41418 2.81577 6.44568 2.76998 6.46726C2.72419 6.48884 2.67451 6.5 2.62426 6.5C2.574 6.5 2.52432 6.48884 2.47853 6.46726C2.43274 6.44568 2.39189 6.41418 2.35869 6.37486L0.109197 3.80273C0.0407081 3.72134 0.00205563 3.61733 8.39003e-05 3.50909C-0.00188807 3.40085 0.032948 3.29538 0.0984237 3.21135L2.35689 0.624991C2.39012 0.585721 2.43099 0.55427 2.47677 0.532728C2.52256 0.511185 2.57222 0.500043 2.62246 0.500043C2.6727 0.500043 2.72236 0.511185 2.76814 0.532728C2.81393 0.55427 2.8548 0.585721 2.88802 0.62499C2.95901 0.708506 2.9982 0.816219 2.9982 0.927793C2.9982 1.03937 2.95901 1.14708 2.88802 1.23059L0.903918 3.50067Z" fill="black"/></svg>');
  position: absolute;
  left: 0;
}

@media (min-width: 48rem) {
  .pdp-main__details {
    padding-top: 25px;
  }
}

@media (min-width: 48rem) {
  .pdp-main__details-parent {
    position: relative;
    height: 100%;
  }
}

@media (min-width: 48rem) {
  .pdp-main__details.fixed-pdp {
    position: fixed;
    left: auto;
    z-index: 2;
  }
  .pdp-main__details.bottom-fixed {
    top: auto !important;
    bottom: 0;
    width: 100% !important;
    position: absolute !important;
  }
}

.pdp-main__section.pdp-main__section--actions {
  padding-top: 25px;
}
@media (max-width: 47.9375rem) {
  .pdp-main__section.pdp-main__section--actions {
    position: fixed;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    left: 0;
    bottom: 0;
    background: #FFF;
    z-index: 2;
    border-top: 1px solid #EFEFEF;
  }
  .pdp-main__section.pdp-main__section--actions, .pdp-main__section.pdp-main__section--actions:not(:last-child) {
    padding: 1rem;
  }
}
.pdp-main__section.pdp-main__section--actions .pdp-main-quantity-atb-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 2;
}
.pdp-main__section.pdp-main__section--actions .pdp-main__section--actions__mobile-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 0.7rem;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  display: none;
  padding: 0 0.35rem 0.7rem 0.35rem;
}
@media (max-width: 47.9375rem) {
  .pdp-main__section.pdp-main__section--actions .pdp-main__section--actions__mobile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pdp-main__section.pdp-main__section--actions .pdp-main__section--actions__mobile-info .pdp-main__section--actions__mobile-info--name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding-right: 20px;
  text-align: left;
  text-transform: capitalize;
}
.pdp-main__section.pdp-main__section--actions .pdp-main__section--actions__mobile-info .pdp-main__section--actions__mobile-info--price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right;
}
.pdp-main__section.pdp-main__section--actions .pdp-main__section--actions__mobile-info .pdp-main__section--actions__mobile-info--price .price.flex--inline {
  display: block;
}
.pdp-main__section.pdp-main__section--actions .pdp-main__section--actions__mobile-info .pdp-main__section--actions__mobile-info--price .price .price__original {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pdp-main__section.pdp-main__section--actions .pdp-main__section--actions__mobile-info .pdp-main__section--actions__mobile-info--price .price .price__original .value {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pdp-main__section.pdp-main__section--actions .pdp-main__section--actions__mobile-info .pdp-main__section--actions__mobile-info--price .price .price__sales {
  display: block;
}
.pdp-main__section.pdp-main__section--actions .pdp-main__section--actions__mobile-info .pdp-main__section--actions__mobile-info--price .price .price__sales.sales {
  color: #C32E2E;
}
.pdp-main__section.pdp-main__section--actions .pdp-main__section--actions__quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  margin-right: 8px;
}
.pdp-main__section.pdp-main__section--actions .pdp-main__section--actions__quantity .form-control--small {
  height: 45px;
}
.pdp-main__section.pdp-main__section--actions .pdp-main__section--actions__quantity .product-attribute__head {
  display: none;
}
.pdp-main__section.pdp-main__section--actions .product-add__container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pdp-main__section.pdp-main__section--actions .product-add__container button.button {
  background: #000000;
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 5px;
  color: #F7F7F7;
  text-transform: uppercase;
  font-size: 18px;
  margin-right: 8px;
}
.pdp-main__section.pdp-main__section--actions .product-add__container button.button[data-disabled] {
  background: #bbb;
}
@media (max-width: 47.9375rem) {
  .pdp-main__section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pdp-main__section:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: none;
}
@media (max-width: 47.9375rem) {
  .pdp-main__section:not(:last-child) {
    padding-bottom: 0;
  }
}
.pdp-main__section.no-pad {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 48rem) {
  .pdp-main__section.no-pad {
    padding-bottom: 0;
    position: static;
    margin-bottom: 0;
  }
}
.pdp-main__section.bopis {
  padding: 25px 0;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 47.9375rem) {
  .pdp-main__section.bopis {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 0;
  }
}
.pdp-main__section.section-attributes {
  border-bottom: 1px solid #dedede;
  padding-bottom: 0px;
}
.pdp-main__section .product-promotions {
  margin-top: 15px;
}
.pdp-main__section .product-promotions .product-promotions__item {
  font-size: 16px;
}

@media (max-width: 47.9375rem) {
  .pdp-main .product-images {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}
.pdp-main .product-promotions__item {
  width: 100%;
}
.pdp-main .row .col-12 + .col-12 {
  position: relative;
  z-index: 2;
}
.pdp-main .breadcrumbs {
  margin-bottom: 10px;
  font-size: 12px;
  color: #7C7C7C;
}
.pdp-main .breadcrumbs .breadcrumbs__item:nth-last-child(2) .breadcrumbs__separator {
  display: none;
}
.pdp-main .breadcrumbs .breadcrumbs__item:last-child {
  display: none;
}
.pdp-main .breadcrumbs__anchor--last {
  opacity: 1;
}
.pdp-main .pdp__name__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3px;
  margin-top: 9px;
}
@media (max-width: 47.9375rem) {
  .pdp-main .pdp__name__reviews {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.pdp-main .pdp__name__reviews #pr-reviewsnippet {
  margin-top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pdp-main .pdp__name__reviews .pr-snippet-stars-reco-stars .pr-snippet {
  position: static;
}
.pdp-main .pdp__name__reviews .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-read-and-write {
  margin: 0;
  display: block;
  margin-top: 5px;
}
.pdp-main .pdp__name__reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4, .pdp-main .pdp__name__reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-0-filled, .pdp-main .pdp__name__reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-25-filled, .pdp-main .pdp__name__reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-50-filled, .pdp-main .pdp__name__reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-75-filled, .pdp-main .pdp__name__reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-100-filled, .pdp-main .pdp__name__reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-0-filled, .pdp-main .pdp__name__reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-25-filled, .pdp-main .pdp__name__reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-50-filled, .pdp-main .pdp__name__reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-75-filled, .pdp-main .pdp__name__reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-100-filled, .pdp-main .pdp__name__reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star, .pdp-main .pdp__name__reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-selected, .pdp-main .pdp__name__reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-half {
  width: 15px;
  height: 15px;
}
@media (max-width: 47.9375rem) {
  .pdp-main .pdp__name__reviews .p-w-r .pr-no-reviews .pr-snippet {
    display: block !important;
    text-align: right;
  }
}
.pdp-main .pdp__name__reviews .p-w-r .pr-no-reviews .pr-snippet-stars-reco-inline .pr-snippet-read-and-write span.pr-snippet-review-count {
  display: none;
}
.pdp-main .pdp__name__reviews .p-w-r .pr-no-reviews .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-stars-container {
  display: none;
}
.pdp-main .pdp__name__reviews .p-w-r .pr-review-snippet-container:not(.pr-no-reviews) .pr-snippet-stars-reco-inline .pr-snippet-read-and-write .pr-snippet-write-review-link {
  display: none;
}
.pdp-main .pdp__name__reviews .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a.pr-snippet-review-count {
  margin: 0;
  padding: 0;
  color: #7C7C7C !important;
  font-size: 12px !important;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 100%;
  margin-left: 5px;
}
.pdp-main .pdp__name__reviews .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a.pr-snippet-review-count:hover {
  text-decoration: underline;
}
@media (max-width: 47.9375rem) {
  .pdp-main .pdp__name__reviews .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a.pr-snippet-review-count {
    text-decoration: underline;
  }
}
.pdp-main .pdp__name__reviews .pdp__name {
  color: #000000;
  font-size: 18px;
  margin-right: 15px;
  margin-bottom: 0;
}
.pdp-main .pdp-main__price {
  margin-bottom: 7px;
}
.pdp-main .pdp-main__price .price {
  font-size: 18px;
}
.pdp-main .pdp-main__price .price .price__sales.sales {
  color: #C32E2E;
}

/**
power reviews
**/
#pr-image-display {
  display: none !important;
}

.pr-review-snapshot-header .pr-review-snapshot-header-intro .pr-headline {
  padding-right: 0 !important;
  font-size: 21px !important;
  text-align: center !important;
}
@media (max-width: 64rem) {
  .pr-review-snapshot-header .pr-review-snapshot-header-intro .pr-headline {
    font-size: 18px !important;
  }
}

@media (max-width: 64rem) {
  .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal {
    font-size: 17px !important;
    padding: 7px 8px 5px !important;
    margin-left: 20px !important;
    border-radius: 0 !important;
  }
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-header-intro {
  padding: 0 !important;
  margin: 0 0 18px 0 !important;
}
@media (max-width: 64rem) {
  .p-w-r .pr-review-snapshot .pr-review-snapshot-header-intro {
    margin: 0 0 12px 0 !important;
  }
}

.pr-review-snapshot-header.pr-review-snapshot-content-block {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.pr-display {
  margin-top: 70px !important;
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-snippet-reco-to-friend > div {
  background: #262626 !important;
  border-radius: 5px !important;
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-snippet-reco-to-friend-yellow .pr-reco span {
  color: #fff !important;
}

.p-w-r .pr-snippet-reco-to-friend div, .p-w-r .pr-snippet-reco-to-friend span {
  margin-right: 0 !important;
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-reco {
  padding: 12px 13px !important;
}
@media (max-width: 64rem) {
  .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-reco {
    padding: 2px 8px !important;
  }
}

@media (max-width: 64rem) {
  .p-w-r .pr-review-snapshot.pr-snapshot-mobile .pr-review-snapshot-simple .pr-reco-to-friend-message {
    margin-top: 3px;
    font-size: 11px;
    text-transform: none;
  }
}

.p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-block-container .pr-review-snapshot-block {
  padding: 10px 20px 20px 20px !important;
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline {
  font-size: 35px !important;
  color: #000 !important;
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count {
  font-size: 12px !important;
  color: #000 !important;
  font-weight: normal !important;
}
@media (max-width: 64rem) {
  .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count {
    margin: 7px 0 16px 34px !important;
  }
}

.p-w-r .pr-accessible-btn, .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a {
  width: 195px !important;
  height: 45px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border: 1px solid #000 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #000 !important;
  font-family: "aktiv-grotesk-condensed", sans-serif !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
.p-w-r .pr-accessible-btn:hover, .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:hover {
  background: #000 !important;
  color: #fff !important;
}

.p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-histogram-msq-container .pr-review-snapshot-msq-histogram .pr-histogram-msq-headline {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: normal !important;
}

.p-w-r .pr-slider-root.pr-text-above-root {
  max-width: 100% !important;
}

.p-w-r .pr-slider-root .pr-min-text, .p-w-r .pr-slider-root .pr-max-text {
  font-size: 14px !important;
  color: #000 !important;
  font-weight: normal !important;
}

.p-w-r .pr-slider-root .pr-slider-text-above {
  margin-bottom: 18px !important;
}

.pr__read-all-reviews-cta {
  text-transform: none !important;
  text-decoration: underline !important;
  background: #F6F6F6 !important;
  font-size: 14px !important;
  color: #000 !important;
  font-weight: normal !important;
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
Stylitics
**/
.pdp .stylitics-widget .module-container__header {
  margin-bottom: 10px;
}
@media (max-width: 64rem) {
  .pdp .stylitics-widget .module-container__header {
    margin-bottom: 20px;
  }
}
.pdp .stylitics-widget .module-container__header h2 {
  font-size: 21px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
}
@media (max-width: 64rem) {
  .pdp .stylitics-widget .module-container__header h2 {
    font-size: 18px !important;
  }
}

/**
PDP recommendations
**/
.pdp .pdp__recommendations .module-container__header h1 {
  font-size: 21px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
}
@media (max-width: 64rem) {
  .pdp .pdp__recommendations .module-container__header h1 {
    font-size: 18px !important;
  }
}
.pdp .pdp__recommendations .slider--arrows-outer.slick-has-arrows.slider--arrows-size-regular, .pdp .pdp__recommendations .slider--arrows-outer.slick-has-arrows.slider--arrows-size-small {
  padding-left: 30px;
  padding-right: 30px;
}
.pdp .pdp__recommendations .slick-arrow {
  width: 20px;
}
.pdp .pdp__recommendations .slick-dots {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-top: 8px;
}
.pdp .pdp__recommendations .slick-dots .slick-active button:after {
  background: #7C7C7C;
}

@media (max-width: 47.9375rem) {
  #usntA40Toggle {
    bottom: 90px !important;
  }
}

.pr-rd-no-reviews {
  margin-top: -55px !important;
  margin-bottom: -100px !important;
}
@media (max-width: 47.9375rem) {
  .pr-rd-no-reviews {
    margin-top: -45px !important;
  }
}

.product-pickup.is-product-pickup ~ .product-availability__list > li:first-child {
  margin-top: 16px;
}
.product-pickup .product-pickup__options ~ .select-attr {
  margin-top: 16px;
}

.stylitics-widget[style="overflow: visible; visibility: hidden;"] {
  display: none !important;
}

.pdp__reviews {
  margin-bottom: 0;
}
@media (max-width: 47.9375rem) {
  .pdp__reviews {
    position: absolute;
    right: 15px;
    top: 0;
  }
}

.pdp__reviews-item {
  margin-left: 0.3em;
}

.pdp__reviews-item--link {
  opacity: 0.7;
  margin-left: 0.8em;
  font-size: 0.8em;
}

.product-zoom__arrow {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-zoom__arrow--prev {
  left: 0;
}

.product-zoom__arrow--next {
  right: 0;
}

@media (min-width: 48rem) {
  .product-zoom__arrow {
    width: 5rem;
    font-size: 3rem;
  }
}
.product-zoom {
  -ms-touch-action: auto;
      touch-action: auto;
}

@media (min-width: 48rem) {
  body .zoom-modal-open {
    position: absolute;
  }
}

.modal--product-zoom {
  z-index: 999999;
}
@media (min-width: 48rem) {
  .modal--product-zoom .window-modal__content {
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    border-radius: 0;
  }
}
@media (min-width: 48rem) {
  .modal--product-zoom .pdpZoom-wrapper {
    max-height: 100vh;
    position: relative;
    overflow: auto;
  }
}
.modal--product-zoom .window-modal__close {
  right: 20px;
  top: 20px;
}
.modal--product-zoom .window-modal__close::after {
  content: "";
  height: 20px;
  width: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNSAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzY4MzNfMTA3NDcpIj4KPHBhdGggZD0iTTMuNDY4NzUgMy40Njg4N0wzMS42OTkyIDMxLjY5OTQiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0zMS42OTkyIDMuNDY4ODdDMTIuNTg5MyAyMi41Nzg3IDQuOTE2NDQgMzAuMjUxNiAzLjQ2ODcyIDMxLjY5OTQiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNjgzM18xMDc0NyI+CjxyZWN0IHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  background-size: cover;
}
@media (min-width: 48rem) {
  .modal--product-zoom .window-modal__close::after {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 48rem) {
  .modal--product-zoom .window-modal__close {
    right: 65px;
    top: 40px;
  }
}
@media (min-width: 48rem) {
  .modal--product-zoom .product-zoom__item img {
    width: 100%;
  }
}
.modal--product-zoom .zoom-dummy-swatches {
  display: block;
  position: absolute;
  top: 90px;
  right: 15px;
  width: 50px;
  height: auto;
  background: white;
  border-radius: 10px;
  padding: 15px 6px 0;
  text-align: center;
}
@media (min-width: 48rem) {
  .modal--product-zoom .zoom-dummy-swatches {
    padding: 15px 15px 0;
    top: 136px;
    right: 42px;
    width: 75px;
  }
}
.modal--product-zoom .dummy-swatch-btn {
  width: 21px;
  height: 21px;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 48rem) {
  .modal--product-zoom .dummy-swatch-btn {
    width: 25px;
    height: 25px;
  }
}
.modal--product-zoom .dummy-swatch-btn::after {
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  margin: auto;
  border: 0.0625rem solid #FFF;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  content: "";
}
.modal--product-zoom .dummy-swatch-btn.selected::after {
  border-color: #707070;
}
.modal--product-zoom .dummy-swatch-label {
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 11px;
  text-transform: capitalize;
}
.modal--product-zoom .thumb-images-desktop {
  display: none;
  position: absolute;
  top: 30px;
}
@media (min-width: 48rem) {
  .modal--product-zoom .thumb-images-desktop {
    display: block;
    top: 40px;
    left: 40px;
  }
}
.modal--product-zoom .thumb-images-desktop .product-thumb__item {
  margin-bottom: 15px;
  width: 67px;
  cursor: pointer;
}
.modal--product-zoom .thumb-images-desktop .product-thumb__image {
  border: 1px solid white;
}
.modal--product-zoom .thumb-images-desktop .product-thumb__image.active {
  border: 2px solid black;
}
.modal--product-zoom .product-gallery--pdp .slick-dots li {
  color: #C6C6C6;
}

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