/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 543.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 543.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 544px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 543.98px) {
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

div.availability {
  margin-top: 0 !important;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #d0d0d0;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 543.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.b-product-rating {
  display: block;
  margin-bottom: 15px;
}

.b-rating {
  font-size: 16px;
  line-height: 16px;
}

.b-nonreturnable__icon {
  background: #d0d0d0;
  border-radius: 50%;
  color: #767676;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin: 0 0 0 6px;
  text-align: center;
  width: 18px;
  position: relative;
  z-index: 1;
}

.b-product-nonreturnable {
  color: #767676;
  font-size: 12px;
  font-weight: 600;
  line-height: 0.75;
  letter-spacing: normal;
  margin: 20px 0 0 4px;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .b-product-nonreturnable {
    margin: 8px 0 28px 4px;
  }
}

.b-nonreturnable__icon-item {
  font-size: 19px;
  margin: 0 6px 2px -3px;
}

.b-nonreturnable__title {
  padding-left: 5px;
}

@media (max-width: 768.98px) {
  .b-plp-header {
    display: none;
  }
}
.b-plp-header .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-plp-header .row .select2-selection {
  height: 40px;
}
.b-plp-header .row .select2-selection__rendered {
  padding: 10px 12px;
  line-height: 20px;
}
@media (max-width: 768.98px) {
  .b-plp-header {
    text-align: center;
  }
  .l-search--srp .b-plp-header {
    padding-top: 23px;
  }
}

.b-plp-title {
  color: #000;
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 400;
}
@media (max-width: 768.98px) {
  .b-plp-title {
    font-size: 1rem;
    letter-spacing: 1.3px;
  }
}

.b-plp-subtitle {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 15px;
  padding-top: 10px;
}

.b-plp-description {
  color: #222;
  font-size: 12px;
  padding: 16px 0 0 1px;
}
@media (max-width: 768.98px) {
  .b-plp-description {
    color: #767676;
    padding: 3px 0 6px;
  }
  .b-plp-description .b-readmore__btn {
    color: #000;
  }
}

.b-plp-description--text {
  font-weight: 400;
}
@media (max-width: 768.98px) {
  .b-plp-description--text {
    margin-bottom: 0;
  }
}

.b-plp-assetid {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 15px;
  padding-top: 10px;
}

.b-plp-category-side-banner {
  text-align: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768.98px) {
  .b-plp-category-side-banner {
    display: none;
  }
}
.b-plp-category-side-banner img {
  margin-bottom: 28px;
  max-width: 100%;
}
.b-plp-category-side-banner h3 {
  color: #000;
  font-size: 1rem;
  letter-spacing: 1.3px;
  margin-bottom: 11px;
}
.b-plp-category-side-banner .b-banner-description {
  color: #222;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
}
.b-plp-category-side-banner .btn-link {
  margin: 0 auto;
  border: none;
  color: #222;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.8px;
  padding: 0;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .b-plp-banner--wrapper {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.b-plp-banner--actions {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}
.b-plp-banner--actions .btn {
  display: inline-block;
  margin: 10px 5px;
  min-width: 160px;
  padding: 12px 25px;
}

.b-search-result-header {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  padding: 24px 0 20px;
  color: #111;
}
@media (min-width: 769px) {
  .b-search-result-header {
    font-size: 20px;
    line-height: 25px;
    padding: 18px 0 32px;
    margin-bottom: 6px;
    -webkit-box-shadow: inset 0 -1px 0 #e8e8e8;
            box-shadow: inset 0 -1px 0 #e8e8e8;
  }
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 543.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 543.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 544px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 543.98px) {
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

div.availability {
  margin-top: 0 !important;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #d0d0d0;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 543.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.b-product-rating {
  display: block;
  margin-bottom: 15px;
}

.b-rating {
  font-size: 16px;
  line-height: 16px;
}

.b-nonreturnable__icon {
  background: #d0d0d0;
  border-radius: 50%;
  color: #767676;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin: 0 0 0 6px;
  text-align: center;
  width: 18px;
  position: relative;
  z-index: 1;
}

.b-product-nonreturnable {
  color: #767676;
  font-size: 12px;
  font-weight: 600;
  line-height: 0.75;
  letter-spacing: normal;
  margin: 20px 0 0 4px;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .b-product-nonreturnable {
    margin: 8px 0 28px 4px;
  }
}

.b-nonreturnable__icon-item {
  font-size: 19px;
  margin: 0 6px 2px -3px;
}

.b-nonreturnable__title {
  padding-left: 5px;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
@media (max-width: 768.98px) {
  .b-filter-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
  }
  .b-filter-modal.m-disabled {
    pointer-events: none;
  }
  .b-filter-modal__header, .b-filter-modal__footer {
    background-color: #fff;
  }
  .b-filter-modal__header {
    border-bottom: 1px solid #e8e8e8;
    padding: 18px 20px 17px;
    position: relative;
    z-index: 1;
    color: #111;
  }
  .b-filter-modal__header-action {
    font-size: 1rem;
    color: #767676;
  }
  .b-filter-modal__header-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .b-filter-modal__header-title-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  .b-filter-modal__header-clear {
    position: absolute;
    right: 15px;
    top: 19px;
  }
  .b-filter-modal__header-clear.btn {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    padding: 0;
    text-decoration: underline;
    text-transform: none;
  }
  .b-filter-modal__refinements-inner {
    /* stylelint-disable */
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in;
         -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    /* stylelint-enable */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .b-filter-modal__refinements {
    background-color: #fff;
    padding: 0 20px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 132px);
  }
  .b-filter-modal__refinements.b-refinements .b-refinement {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    position: static;
    overflow: hidden;
  }
  .b-filter-modal__refinements.b-refinements .b-search--brands__input {
    background-color: #f8f8f8;
  }
  .b-filter-modal__refinements.b-refinements .b-refinement .b-refinement--with-toggle .b-refinement__slide-toggle {
    right: 19px;
    top: 15px;
  }
  .b-filter-modal__refinements.b-refinements .b-refinement .b-refinement--sale {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .b-filter-modal__refinements.b-refinements .b-refinement .b-refinement__extra-info {
    padding: 30px 15px;
  }
  .b-filter-modal__refinements.b-refinements .b-refinement .b-refinement__extra-info-cta,
  .b-filter-modal__refinements.b-refinements .b-refinement .b-refinement__extra-info-cta-link {
    font-weight: 900;
  }
  .b-filter-modal__refinements.b-refinements .b-refinement.b-refinement--color .b-refinement__item .b-refinement__swatch {
    height: 22px;
    margin-right: 8px;
    margin-top: -2px;
    width: 22px;
  }
  .b-filter-modal__footer {
    -webkit-box-shadow: inset 0 1px 0 #e8e8e8;
            box-shadow: inset 0 1px 0 #e8e8e8;
    padding: 16px 20px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .b-filter-modal__footer .blm-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    text-transform: capitalize;
  }
  .b-filter-modal__footer .blm-btn:first-child {
    margin-right: 15px;
  }
  .b-modal--plp-mobile-sorting .b-modal__close {
    top: 28px;
  }
}
/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-category-intro {
  margin: 0 auto;
  padding: 24px 20px 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 769px) {
  .b-category-intro {
    max-width: 728px;
    padding: 40px 20px 32px;
  }
}
@media (min-width: 992px) {
  .b-category-intro {
    max-width: 840px;
  }
}
.b-category-intro__parent-category {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  display: block;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.non-touch .b-category-intro__parent-category:not(.b-category-intro__parent-category--no-link):hover {
  color: #111;
}
.b-category-intro__parent-category + .b-category-intro__category {
  margin-top: 4px;
}
@media (min-width: 769px) {
  .b-category-intro__parent-category + .b-category-intro__category {
    margin-top: 8px;
  }
}
.b-category-intro__category {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #111;
  text-transform: none;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .b-category-intro__category {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
  }
}
.b-category-intro__description {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  margin-top: 4px;
}
.b-category-intro__description.m-truncated {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media (min-width: 769px) {
  .b-category-intro__description {
    font-size: 1rem;
    line-height: 24px;
    margin-top: 8px;
  }
}
.b-category-intro__seo-landing p {
  margin-top: 4px;
  line-height: 22px;
}
@media (min-width: 769px) {
  .b-category-intro__seo-landing p {
    line-height: 26px;
    margin-top: 8px;
  }
}
.b-category-intro .b-readmore {
  white-space: normal;
}
.b-category-intro .b-readmore__button {
  font-size: 12px;
  line-height: 16px;
  background: none;
  border: none;
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin: 8px auto 0;
  padding: 0;
}
@media (min-width: 769px) {
  .b-category-intro .b-readmore__button {
    font-size: 14px;
    line-height: 20px;
  }
}
.b-category-intro__fav-brand-btn {
  font-size: 14px;
  line-height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 8px;
  padding: 10px 8px;
}
.b-category-intro__fav-brand-btn .icon {
  font-size: 16px;
  margin-right: 8px;
}
.b-category-intro__fav-brand-btn .icon-heart-s {
  display: none;
}
.b-category-intro__fav-brand-btn.m-active .icon-heart {
  display: none;
}
.b-category-intro__fav-brand-btn.m-active .icon-heart-s {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.b-category-recommendations {
  text-align: center;
}
@media (max-width: 991.98px) {
  .b-category-recommendations {
    padding: 0;
  }
}
.b-category-recommendations__wrapper {
  padding-bottom: 24px;
  margin-bottom: -24px;
}
@media (max-width: 991.98px) {
  .b-category-recommendations__wrapper--customized {
    padding-top: 24px;
  }
}
.b-category-recommendations__carousel {
  visibility: hidden;
  max-height: 212px;
}
@media (min-width: 769px) {
  .b-category-recommendations__carousel {
    max-height: 330px;
  }
}
.b-category-recommendations__carousel.swiper-container-initialized {
  visibility: visible;
  max-height: initial;
}
.b-category-recommendations__carousel.swiper-container {
  margin-bottom: 16px;
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  .b-category-recommendations__carousel.swiper-container {
    padding: 0;
    margin: 24px auto 0;
  }
}
@media (min-width: 769px) {
  .b-category-recommendations__carousel.swiper-container .swiper-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b-category-recommendations__carousel.swiper-container .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0 !important;
  }
}
.b-category-recommendations__carousel.swiper-container .swiper-pagination-progressbar {
  background-color: #f9f9f9;
  border-radius: 12px;
  height: 4px;
  width: 200px;
}
.b-category-recommendations__carousel.swiper-container .swiper-scrollbar-drag {
  background-color: #cbcbcb;
  border-radius: 2px;
}
.b-category-recommendations__link-item {
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #111;
  color: #111;
  display: inline-block;
  font-weight: 600;
  margin: 0 16px 18px;
}
@media (min-width: 769px) {
  .b-category-recommendations__link-item {
    margin: 0 16px;
  }
}
.b-category-recommendations__image-item .b-category-recommendations__name {
  font-size: 14px;
  line-height: 20px;
  color: #111;
  display: block;
  margin-top: 12px;
  white-space: normal;
}
@media (min-width: 769px) {
  .b-category-recommendations__image-item .b-category-recommendations__name {
    font-size: 1rem;
    line-height: 24px;
    max-width: 180px;
  }
}
.b-category-recommendations__link {
  display: block;
}
.b-category-recommendations__image-wrapper {
  display: block;
  position: relative;
}
.b-category-recommendations__image-wrapper::before {
  content: "";
  display: block;
  padding-top: 150%;
}
.b-category-recommendations__image-wrapper--overlay::after {
  background-color: rgba(17, 17, 17, 0.03);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.b-category-recommendations__image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.b-category-recommendations--links-only {
  margin: 2px 0 14px;
  white-space: normal;
  overflow: hidden;
}
@media (min-width: 769px) {
  .b-category-recommendations--links-only {
    margin: -17px auto 8px;
  }
}
.b-category-recommendations--less-content .swiper-container {
  margin-bottom: 0;
}
.b-category-recommendations--less-content .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-category-recommendations--less-content .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}

.l-refinements-bar {
  max-width: 292px;
  padding-right: 12px;
}
@media (max-width: 768.98px) {
  .l-refinements-bar {
    position: fixed;
    height: 100%;
    display: none;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background-color: #fff;
    max-width: 100%;
  }
  .l-refinements-bar.m-active {
    display: block;
  }
}

.b-filter-sidebar {
  max-height: 100%;
}
@media (min-width: 769px) {
  .b-filter-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media (min-width: 769px) {
  .b-filter-sidebar .b-filter-modal {
    max-height: calc(100vh - 66px);
    padding-right: 8px;
    overflow-y: auto;
    scrollbar-base-color: #cbcbcb;
    scrollbar-face-color: #cbcbcb;
    scrollbar-3dlight-color: #f9f9f9;
    scrollbar-arrow-color: #f9f9f9;
    scrollbar-highlight-color: #f9f9f9;
    scrollbar-shadow-color: #f9f9f9;
    scrollbar-dark-shadow-color: #f9f9f9;
    scrollbar-track-color: #f9f9f9;
    scrollbar-color: #cbcbcb #f9f9f9;
    scrollbar-track-color: #f9f9f9;
    scrollbar-width: thin;
  }
  .b-filter-sidebar .b-filter-modal::-webkit-scrollbar {
    width: 4px;
    height: 6px;
  }
  .b-filter-sidebar .b-filter-modal::-webkit-scrollbar-thumb {
    background: #cbcbcb;
    border-radius: 24px;
  }
  .b-filter-sidebar .b-filter-modal::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: 24px;
    margin: 0 0 0 0;
  }
}
.b-filter-sidebar .b-plp-sorting__text {
  padding: 20px 0 26px;
  display: none;
}
@media (min-width: 769px) {
  .b-filter-sidebar .b-plp-sorting__text {
    display: block;
  }
}

.b-filter-sort-container {
  display: none;
}
@media (min-width: 769px) {
  .b-filter-sort-container {
    display: block;
    text-align: right;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 0;
    margin-bottom: 6px;
  }
}
.b-filter-sort-container .select2-selection {
  height: 40px !important;
}
.b-filter-sort-container .select2-selection__rendered {
  padding: 10px 12px;
  line-height: 20px;
}

@media (min-width: 769px) {
  .b-refinements--tree .b-filter-modal__refinements-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .b-refinements--tree .b-refinement--category {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__header {
    display: none !important;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__content {
    max-height: unset !important;
    margin-bottom: 24px !important;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__item-button {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 20px !important;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__item-button--all {
    display: none !important;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__item-button.m-selected + .b-refinement__list {
    display: block !important;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__list {
    max-height: unset;
    overflow-y: visible;
    padding-left: 0;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__text {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
  }
  .b-refinements--tree .b-refinement--category .icon {
    display: none !important;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__list-level--1 .b-refinement__item-button {
    padding: 6px 20px 6px 0px !important;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__list-level--2 .b-refinement__item-button {
    padding: 6px 20px 6px 16px !important;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__list-level--3 .b-refinement__item-button {
    padding: 6px 20px 6px 48px !important;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__list-level--3 .b-refinement__item-button .b-refinement__text {
    color: #767676;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__list-level--3 .b-refinement__item-button.m-selected .b-refinement__text {
    color: #111;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__list-level--4 .b-refinement__item-button {
    padding: 6px 20px 6px 64px !important;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__list-level--4 .b-refinement__item-button .b-refinement__text {
    color: #767676;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__list-level--4 .b-refinement__item-button.m-selected .b-refinement__text {
    color: #111;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__list-level--5 .b-refinement__item-button {
    padding: 6px 20px 6px 80px !important;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__list-level--5 .b-refinement__item-button .b-refinement__text {
    color: #767676;
  }
  .b-refinements--tree .b-refinement--category .b-refinement__list-level--5 .b-refinement__item-button.m-selected .b-refinement__text {
    color: #111;
  }
}
@media (max-width: 768.98px) {
  .b-refinements .b-filter-modal__refinements-inner.m-expanded {
    height: 100%;
  }
}
.b-refinements .b-refinement {
  border: none;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 768.98px) {
  .b-refinements .b-refinement.m-expanded {
    height: 100%;
    overflow: hidden;
  }
}
@media (max-width: 768.98px) {
  .b-refinements .b-refinement.m-expanded .b-refinement__button {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.b-refinements .b-refinement.m-expanded .b-refinement__button .icon-minus {
  display: inline-block;
}
.b-refinements .b-refinement.m-expanded .b-refinement__button .icon-plus {
  display: none;
}
.b-refinements .b-refinement.m-expanded .b-refinement__content {
  max-height: calc(100% - 68px);
}
@media (min-width: 769px) {
  .b-refinements .b-refinement.m-expanded .b-refinement__content {
    margin-bottom: 16px;
    max-height: 314px;
  }
}
@media (max-width: 768.98px) {
  .b-refinements .b-refinement.m-expanded .b-refinement__list-container {
    max-height: calc(100% - 24px);
    overflow-y: scroll;
  }
}
@media (min-width: 769px) {
  .b-refinements .b-refinement--brand.m-expanded .b-refinement__content {
    max-height: 366px;
  }
}
@media (max-width: 768.98px) {
  .b-refinements .b-refinement--brand.m-expanded .b-refinement__list-container {
    max-height: calc(100% - 76px);
    overflow-y: scroll;
  }
}
@media (max-width: 768.98px) {
  .b-refinements .b-refinement--category.m-expanded .b-refinement__list {
    max-height: 100%;
    overflow-y: scroll;
  }
}
.b-refinements .b-refinement--with-toggle .b-refinement__button .b-refinement__button-filters-text {
  display: none;
}
.b-refinements .b-refinement--with-toggle .b-refinement__button .icon {
  display: none;
}
.b-refinements .b-refinement--with-toggle .b-checkbox-slide-toggle {
  margin: 0;
}
.b-refinements .b-refinement--with-toggle .b-checkbox-slide-toggle .b-checkbox-slide-toggle__thumb {
  margin: 0;
}
.b-refinements .b-refinement--with-toggle .b-checkbox-slide-toggle .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb {
  height: 20px;
  width: 40px;
}
.b-refinements .b-refinement--with-toggle .b-checkbox-slide-toggle .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon {
  height: 20px;
  width: 40px;
}
.b-refinements .b-refinement--with-toggle .b-checkbox-slide-toggle .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::before {
  background-color: #fff;
  height: 20px;
  width: 40px;
  border: 1px solid #cbcbcb;
}
.b-refinements .b-refinement--with-toggle .b-checkbox-slide-toggle .b-checkbox-slide-toggle__input + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::after {
  background-color: #cbcbcb;
  left: 2px;
  height: 16px;
  width: 16px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.b-refinements .b-refinement--with-toggle .b-checkbox-slide-toggle .b-checkbox-slide-toggle__input:checked + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::before {
  background-color: #111;
  border-color: #111;
}
.b-refinements .b-refinement--with-toggle .b-checkbox-slide-toggle .b-checkbox-slide-toggle__input:checked + .b-checkbox-slide-toggle__thumb .b-checkbox-slide-toggle__thumb-icon::after {
  background-color: #fff;
  left: 22px;
}
.b-refinements .b-refinement--with-toggle-single .b-refinement__button-toggle {
  -webkit-box-shadow: inset 0 -1px 0 #e8e8e8;
          box-shadow: inset 0 -1px 0 #e8e8e8;
  padding: 20px 0;
}
@media (min-width: 769px) {
  .b-refinements .b-refinement--with-toggle-single .b-refinement__button-toggle {
    -webkit-box-shadow: inset 0 1px 0 #e8e8e8;
            box-shadow: inset 0 1px 0 #e8e8e8;
  }
}
.b-refinements .b-refinement.b-refinement--category .b-refinement__item-count,
.b-refinements .b-refinement.b-refinement--category .b-refinement__button-filters-unselect {
  display: none;
}
.b-refinements .b-refinement.b-refinement--category .b-refinement__content .b-refinement__item .b-refinement__item-button .icon {
  margin-right: 12px;
  font-size: 20px;
}
.b-refinements .b-refinement.b-refinement--category .b-refinement__content .b-refinement__item button .b-refinement__category {
  display: inline-block;
}
.b-refinements .b-refinement.b-refinement--category .b-refinement__content .b-refinement__item button .btn-linktegory__display-name {
  display: inline-block;
  margin: 2px 0 0;
  vertical-align: top;
  line-height: 15px;
}
.b-refinements .b-refinement.b-refinement--category .b-refinement__content .b-refinement__list-level--1 > .b-refinement__item > .b-refinement__item-button.m-selected {
  pointer-events: none;
}
.b-refinements .b-refinement.b-refinement--color .b-refinement__swatch {
  border: 1px solid #cbcbcb;
  display: inline-block;
  height: 22px;
  margin: 0 12px 0 0;
  vertical-align: middle;
  width: 22px;
}
.b-refinements .b-refinement.b-refinement--color .b-refinement__swatch.swatch-circle {
  border-radius: 100%;
}
.b-refinements .b-refinement.b-refinement--color .b-refinement__swatch.selected {
  border-color: #444;
}
.b-refinements .b-refinement.b-refinement--color .b-refinement__swatch.selected::after {
  display: none;
}
.b-refinements .b-refinement.b-refinement--color .b-refinement__swatch.selected::before {
  font-size: 14px;
  position: absolute;
  font-weight: 900;
  top: -2px;
  left: 0;
  color: #fff;
}
.b-refinements .b-refinement.b-refinement--color .b-refinement__swatch.swatch-circle-black.selected::before {
  color: #fff;
}
.b-refinements .b-refinement.b-refinement--price .b-refinement__button {
  padding: 25px 0 24px;
}
.b-refinements .b-refinement.b-refinement--price .b-refinement__item {
  margin: 0 0 14px;
}
.b-refinements .b-refinement.b-refinement--price .b-refinement__price {
  font-size: 11px;
}
.b-refinements .b-refinement--adultsize .b-refinement__list, .b-refinements .b-refinement--adultshoesize .b-refinement__list, .b-refinements .b-refinement--kidsshoesize .b-refinement__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.b-refinements .b-refinement--adultsize .b-refinement__item, .b-refinements .b-refinement--adultshoesize .b-refinement__item, .b-refinements .b-refinement--kidsshoesize .b-refinement__item {
  width: 50%;
}
.b-refinements .b-refinement--adultsize .b-refinement__item-count, .b-refinements .b-refinement--adultshoesize .b-refinement__item-count, .b-refinements .b-refinement--kidsshoesize .b-refinement__item-count {
  display: none;
}
.b-refinements .b-refinement__header {
  border: 0;
  padding: 0;
  position: relative;
}
.b-refinements .b-refinement__content .b-refinement__item-button {
  position: relative;
  background: transparent;
  border: none;
  color: #222;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  padding: 0;
  text-align: left;
  text-transform: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 40px;
  width: 100%;
}
.b-refinements .b-refinement__content .b-refinement__item-button .b-refinement__text,
.b-refinements .b-refinement__content .b-refinement__item-button .b-refinement__item-count {
  font-size: 14px;
  line-height: 20px;
  white-space: normal;
  font-weight: 400;
  color: #111;
}
.b-refinements .b-refinement__content .b-refinement__item-button .b-refinement__item-count {
  padding-left: 8px;
}
.b-refinements .b-refinement__content .b-refinement__item-button .icon-circle {
  display: inline-block;
}
.b-refinements .b-refinement__content .b-refinement__item-button .icon-dot-s {
  display: none;
}
.b-refinements .b-refinement__content .b-refinement__item-button.m-selected .icon-circle {
  display: none;
}
.b-refinements .b-refinement__content .b-refinement__item-button.m-selected .icon-dot-s {
  display: inline-block;
}
.b-refinements .b-refinement__content .b-refinement__item-button .icon-square,
.b-refinements .b-refinement__content .b-refinement__item-button .icon-circle {
  color: #cbcbcb;
}
.b-refinements .b-refinement__content .b-refinement__item-button .icon-check-square-s,
.b-refinements .b-refinement__content .b-refinement__item-button .icon-dot-s {
  color: #111;
}
@media (max-width: 768.98px) {
  .b-refinements .b-refinement__list-container {
    overflow-y: auto;
    height: calc(100vh - 224px);
  }
}
.b-refinements .b-refinement__list {
  scrollbar-base-color: #cbcbcb;
  scrollbar-face-color: #cbcbcb;
  scrollbar-3dlight-color: #f9f9f9;
  scrollbar-arrow-color: #f9f9f9;
  scrollbar-highlight-color: #f9f9f9;
  scrollbar-shadow-color: #f9f9f9;
  scrollbar-dark-shadow-color: #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-color: #cbcbcb #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-width: thin;
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-refinements .b-refinement__list::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}
.b-refinements .b-refinement__list::-webkit-scrollbar-thumb {
  background: #cbcbcb;
  border-radius: 24px;
}
.b-refinements .b-refinement__list::-webkit-scrollbar-track {
  background: #f9f9f9;
  border-radius: 24px;
  margin: 0 0 0 0;
}
@media (min-width: 769px) {
  .b-refinements .b-refinement__list {
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .b-refinements .b-refinement__list .b-refinement__list-level--1,
  .b-refinements .b-refinement__list .b-refinement__list--default {
    padding-left: 8px;
  }
}
.b-refinements .b-refinement__button {
  border: none;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  line-height: 16px;
  padding: 16px 0 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  -webkit-box-shadow: inset 0 -1px 0 #e8e8e8;
          box-shadow: inset 0 -1px 0 #e8e8e8;
}
@media (min-width: 769px) {
  .b-refinements .b-refinement__button {
    -webkit-box-shadow: inset 0 1px 0 #e8e8e8;
            box-shadow: inset 0 1px 0 #e8e8e8;
  }
}
.b-refinements .b-refinement__button .icon {
  font-size: 15.5px;
  color: #111;
}
.b-refinements .b-refinement__button .icon-minus {
  display: none;
}
.b-refinements .b-refinement__button .icon-plus {
  display: inline-block;
}
.b-refinements .b-refinement__button--first {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 769px) {
  .b-refinements .b-refinement__button--first {
    -webkit-box-shadow: inset 0 1px 0 #e8e8e8;
            box-shadow: inset 0 1px 0 #e8e8e8;
  }
}
.b-refinements .b-refinement__button--last {
  -webkit-box-shadow: inset 0 -1px 0 #e8e8e8;
          box-shadow: inset 0 -1px 0 #e8e8e8;
}
@media (min-width: 769px) {
  .b-refinements .b-refinement__button--last {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.b-refinements .b-refinement__button-toggle {
  font-size: 14px;
  line-height: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 0;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
}
.b-refinements .b-refinement__button-toggle--first {
  padding-top: 20px;
}
@media (min-width: 769px) {
  .b-refinements .b-refinement__button-toggle--first {
    -webkit-box-shadow: inset 0 1px 0 #e8e8e8;
            box-shadow: inset 0 1px 0 #e8e8e8;
  }
}
.b-refinements .b-refinement__button-toggle--last {
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .b-refinements .b-refinement__button-toggle--last {
    -webkit-box-shadow: inset 0 -1px 0 #e8e8e8;
            box-shadow: inset 0 -1px 0 #e8e8e8;
  }
}
.b-refinements .b-refinement__item-button .icon {
  margin-right: 12px;
  font-size: 18px;
}
.b-refinements .b-refinement__item-button .icon-square {
  display: inline-block;
}
.b-refinements .b-refinement__item-button .icon-check-square-s {
  display: none;
}
.b-refinements .b-refinement__item-button.m-selected .icon-square {
  display: none;
}
.b-refinements .b-refinement__item-button.m-selected .icon-check-square-s {
  display: inline-block;
}

.b-search--brands__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-search--brands__form .icon {
  position: absolute;
  font-size: 16px;
  line-height: 40px;
  top: 0;
}
.b-search--brands__form .icon-search {
  left: 8px;
  color: #767676;
}
.b-search--brands__form .icon-remove {
  padding: 0 12px;
  right: 0;
  color: #111;
}
.b-search--brands__form .blm-field {
  width: 100%;
  margin-bottom: 12px;
}
.b-search--brands__form .blm-input,
.b-search--brands__form .blm-input.is-valid {
  padding: 9px 8px 9px 32px;
  background: none !important;
  color: #111 !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.b-search--brands__form .blm-field__control-holder {
  margin-bottom: 0;
}

.b-search__error--brands {
  font-size: 14px;
  line-height: 20px;
}

.b-refinement--brand__title {
  font-size: 12px;
  font-weight: 900;
  padding: 8px 7px 15px 0;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  .b-refinement--brand__title {
    letter-spacing: 0.86px;
    margin-left: 15px;
    padding: 13px 7px 10px 0;
  }
}

.b-refinement__extra-info {
  font-weight: 400;
  font-size: 12px;
  padding-bottom: 26px;
}

.b-refinement__extra-info-cta-link {
  text-decoration: underline;
}
.non-touch .b-refinement__extra-info-cta-link:hover {
  text-decoration: none;
}

.b-refinement__content {
  max-height: 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  .b-refinement__content {
    /* stylelint-disable */
    -webkit-transition-property: "max-height, margin-bottom";
    -o-transition-property: "max-height, margin-bottom";
    transition-property: "max-height, margin-bottom";
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    /* stylelint-enable */
  }
}

.b-refinement__button-text {
  color: #111;
}

.b-refinement__button-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.b-refinement__button-filters-text {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  margin-top: 4px;
  text-transform: none;
  letter-spacing: 0;
}

.b-refinement__button-filters-unselect {
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
  color: #767676;
  text-transform: capitalize;
  margin-bottom: 8px;
  display: block;
}
.non-touch .b-refinement__button-filters-unselect:hover {
  color: #111;
}
.b-refinement__button-filters-unselect.m-disabled {
  color: #cbcbcb;
  pointer-events: none;
}

.plp-sorting__select {
  height: 40px;
}
.plp-sorting__select + .select2-container {
  min-width: 240px;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.l-search__pagination {
  padding: 24px 7.5px 16px;
}
@media (min-width: 992px) {
  .l-search__pagination {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.b-pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-pagination__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  color: #d0d0d0;
  cursor: default;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  outline: none;
  padding: 0;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 44px;
}
.b-pagination__btn.m-active {
  background: #fff;
  color: #111;
  cursor: pointer;
}
@media (min-width: 769px) {
  .b-pagination__btn {
    background: none;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 22px;
    width: 22px;
  }
  .b-pagination__btn.m-active {
    color: #767676;
  }
  .b-pagination__btn.m-active:hover {
    color: #111;
  }
}

.b-pagination__btn--prev .b-pagination__btn-icon {
  margin-left: -2px;
}

.b-pagination__btn--next .b-pagination__btn-icon {
  margin-right: -2px;
}

.b-pagination__items {
  color: #767676;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}

.b-pagination__item {
  cursor: pointer;
  font-weight: 400;
  margin: 0 22px;
}
@media (max-width: 768.98px) {
  .b-pagination__item {
    margin: 0 13px;
  }
  .b-pagination__item:last-child, .b-pagination__item:first-child {
    display: block !important;
  }
  .b-pagination__item.first + .b-pagination__item, .b-pagination__item.first + .b-pagination__item + .b-pagination__item + .b-pagination__item + .b-pagination__item + .b-pagination__item, .b-pagination__item:nth-child(4):not(.last), .b-pagination__item:nth-child(5):not(.last) {
    display: none;
  }
  .b-pagination__item:first-child.m-current-index--3:not(.m-active) {
    display: none;
  }
  .b-pagination__item.first + .b-pagination__item + .b-pagination__item + .b-pagination__item, .b-pagination__item.first + .b-pagination__item + .b-pagination__item + .b-pagination__item + .b-pagination__item {
    display: block;
  }
  .b-pagination__item.m-current-index--3.m-active + .b-pagination__item {
    display: block;
  }
}
.b-pagination__item.m-active {
  color: #c00c99;
  cursor: default;
  font-weight: 900;
}
.b-pagination__item.first {
  margin-right: -5px;
}
.b-pagination__item.first::after {
  letter-spacing: 0.86px;
  content: "....";
}
@media (min-width: 769px) {
  .b-pagination__item.first {
    margin-right: -13px;
  }
}
.b-pagination__item.last {
  margin-left: -5px;
}
.b-pagination__item.last::before {
  letter-spacing: 0.86px;
  content: "....";
}
@media (min-width: 769px) {
  .b-pagination__item.last {
    margin-left: -13px;
  }
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.b-progress {
  background-color: #f9f9f9;
  border-radius: 2px;
  width: 200px;
  height: 4px;
}

.b-progress-bar {
  background-color: #767676;
  border-radius: 2px;
}

.b-product-count {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  margin-bottom: 8px;
}

/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
/*
* Usage:
* 1. Same values for all properties:
*   .f-button {
*       @include transition(
*           (background-color, border-color, color, box-shadow, transform),
*           $transition-duration: $transition-duration-long
*       );
*   }
*
* 2. Different values for specific properties:
*   .f-button {
*       @include transition((
*           background-color: $transition-duration-short null null,
*           border-color: null,
*           box-shadow: 0.315s ease-in null,
*           transform: null ease null
*       ));
*   }
* (!) All values for each property is required.
* (!) 'null' is used for setting default value.
*/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mixin to cut off the rest of one-line text with dots */
/* Firefox+ CSS styles go here */
.f-checkbox__label .f-field,
.f-radio__label .f-field {
  cursor: default;
}

/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 543.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 543.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 544px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 543.98px) {
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

div.availability {
  margin-top: 0 !important;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #d0d0d0;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 543.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.b-product-rating {
  display: block;
  margin-bottom: 15px;
}

.b-rating {
  font-size: 16px;
  line-height: 16px;
}

.b-nonreturnable__icon {
  background: #d0d0d0;
  border-radius: 50%;
  color: #767676;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin: 0 0 0 6px;
  text-align: center;
  width: 18px;
  position: relative;
  z-index: 1;
}

.b-product-nonreturnable {
  color: #767676;
  font-size: 12px;
  font-weight: 600;
  line-height: 0.75;
  letter-spacing: normal;
  margin: 20px 0 0 4px;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .b-product-nonreturnable {
    margin: 8px 0 28px 4px;
  }
}

.b-nonreturnable__icon-item {
  font-size: 19px;
  margin: 0 6px 2px -3px;
}

.b-nonreturnable__title {
  padding-left: 5px;
}

.b-filter-btn {
  /* stylelint-disable */
  -webkit-transition-property: background-color, min-width;
  -o-transition-property: background-color, min-width;
  transition-property: background-color, min-width;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  /* stylelint-enable */
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  color: #111;
  border: 0;
  padding: 0;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-filter-btn.b-filter-btn--filters.m-collapsed .b-filter-btn__text, .b-filter-btn.b-filter-btn--sorting.m-collapsed .b-filter-btn__text {
  display: none;
}
.b-filter-btn__text {
  margin: 0 8px;
}
.b-filter-btn .icon-filter {
  font-size: 20px;
}
.b-filter-btn .icon-chevron-down {
  font-size: 1rem;
}
.b-filter-btn.m-selected {
  background-color: #f8f8f8;
}
.b-filter-btn--sorting {
  font-weight: 400;
}

.b-plp-sorting {
  color: #767676;
  font-size: 12px;
  margin: -10px 0 0;
  text-align: right;
  vertical-align: middle;
}

.b-plp-sorting__row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.b-plp-sorting__text {
  white-space: nowrap;
  line-height: 20px;
  color: #767676;
  font-size: 14px;
}

.b-plp-mobile-sorting__items {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.b-plp-mobile-sorting__item {
  font-size: 14px;
  line-height: 20px;
  padding: 18px 5px;
  -webkit-box-shadow: inset 0 -1px 0 0 #e5e5e5;
          box-shadow: inset 0 -1px 0 0 #e5e5e5;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  cursor: pointer;
  color: #111;
}
.b-plp-mobile-sorting__item.m-selected {
  font-weight: 900;
  pointer-events: none;
}

.b-selected-filter__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  margin: 0;
  padding: 0;
}
@media (max-width: 768.98px) {
  .b-selected-filter__list {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
  }
  .b-selected-filter__list .b-selected-filter__item:first-child {
    margin-left: 20px;
  }
  .b-selected-filter__list > :nth-last-child(2) {
    margin-right: 20px !important;
  }
}
@media (min-width: 769px) {
  .b-selected-filter__list {
    white-space: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 16px;
  }
}
.b-selected-filter__list .b-selected-filter__item {
  display: inline-block;
}
@media (min-width: 769px) {
  .b-selected-filter__list .b-selected-filter__item {
    margin-bottom: 8px;
  }
}
.b-selected-filter__list .b-selected-filter__item:not(:last-child) {
  margin-right: 8px;
}
.b-selected-filter__list .b-selected-filter__item.b-selected-filter__clear {
  border: 0;
  color: #767676;
  text-decoration: underline;
  line-height: 16px;
  font-size: 12px;
  padding: 16px 0 8px;
  text-transform: capitalize;
}
@media (max-width: 768.98px) {
  .b-selected-filter__list .b-selected-filter__item.b-selected-filter__clear {
    margin-left: 20px;
  }
}
.b-selected-filter__list .b-selected-filter__item .btn {
  color: #111;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 12px;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  text-transform: none;
}
@media (min-width: 769px) {
  .b-selected-filter__list .b-selected-filter__item .btn {
    padding: 9px 12px;
  }
}
.b-selected-filter__list .b-selected-filter__item .btn .icon-remove {
  margin-left: 8px;
  font-size: 12px;
}

.b-selected-filter__clear {
  border: 0;
  color: #767676;
  text-decoration: underline;
  line-height: 16px;
  font-size: 12px;
  padding: 16px 0 24px;
  text-transform: capitalize;
  margin-left: 20px;
}
@media (min-width: 769px) {
  .b-selected-filter__clear {
    margin-bottom: 8px;
    padding: 12px 0;
    margin-left: 0;
  }
}

.b-interruptor {
  width: 100%;
}
.b-interruptor__overlay {
  color: #111;
  width: 100%;
}
.non-touch .b-interruptor__overlay:hover {
  color: #111;
}
.b-interruptor__image {
  width: 100%;
}
.b-interruptor__content {
  margin-top: 16px;
}
.b-interruptor__title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .b-interruptor__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
}
.b-interruptor__message {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}
.b-interruptor__link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  -webkit-box-shadow: inset 0 -1px 0 #111;
          box-shadow: inset 0 -1px 0 #111;
  color: #111;
  display: inline-block;
}
.non-touch .b-interruptor__link:hover {
  color: #111;
}
@media (min-width: 769px) {
  .b-interruptor--side-content .b-interruptor__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .b-interruptor--side-content .b-interruptor__content {
    margin-top: 0;
    min-width: 371px;
    padding: 0 24px 0 20px;
    width: 371px;
  }
  .b-interruptor--side-content__title {
    margin-bottom: 16px;
  }
  .b-interruptor--side-content__message {
    margin-bottom: 26px;
  }
}
.b-interruptor--overlaid .embed-responsive {
  pointer-events: none;
}
.b-interruptor .embed-responsive--1x1-interruptor::before {
  padding-top: 213.75%;
}
@media (min-width: 769px) {
  .b-interruptor .embed-responsive--1x1-interruptor::before {
    padding-top: 214.151%;
  }
}
.b-interruptor .embed-responsive--2x1-interruptor::before {
  padding-top: 115.224%;
}
@media (min-width: 769px) {
  .b-interruptor .embed-responsive--2x1-interruptor::before {
    padding-top: 115.316%;
  }
}
.b-interruptor .embed-responsive--2x1-interruptor.embed-responsive--with-content::before {
  padding-top: 66.568%;
}
@media (min-width: 769px) {
  .b-interruptor .embed-responsive--2x1-interruptor.embed-responsive--with-content::before {
    padding-top: 71.622%;
  }
}
.b-interruptor .embed-responsive--4x1-interruptor::before {
  padding-top: 115.224%;
}
@media (min-width: 769px) {
  .b-interruptor .embed-responsive--4x1-interruptor::before {
    padding-top: 39.428%;
  }
}
.b-interruptor .embed-responsive--4x1-interruptor.embed-responsive--with-content::before {
  padding-top: 66.568%;
}
@media (min-width: 769px) {
  .b-interruptor .embed-responsive--4x1-interruptor.embed-responsive--with-content::before {
    padding-top: 66.667%;
  }
}

.blm-plpseo {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  padding: 16px 0;
}
@media (min-width: 769px) {
  .blm-plpseo {
    margin-top: 24px;
    padding: 48px 0 40px;
  }
}
.blm-plpseo__block {
  margin-bottom: 24px;
  padding: 8px 0;
}
@media (min-width: 769px) {
  .blm-plpseo__block {
    padding: 0;
  }
}
.blm-plpseo__block:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .blm-plpseo__block:last-child {
    margin-bottom: 24px;
  }
}
.blm-plpseo__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  -webkit-box-shadow: inset 0 -1px 0 #e8e8e8;
          box-shadow: inset 0 -1px 0 #e8e8e8;
  margin: 0;
  padding: 8px 0;
  text-transform: initial;
}
@media (min-width: 769px) {
  .blm-plpseo__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    padding: 16px 0 8px;
  }
}
.blm-plpseo__header .blm-plpseo__title {
  padding: 16px 0;
}
@media (min-width: 769px) {
  .blm-plpseo__header .blm-plpseo__title {
    padding: 16px 0 8px;
  }
}
.blm-plpseo__description {
  margin-top: 16px;
}
@media (min-width: 769px) {
  .blm-plpseo__description {
    margin-top: 24px;
  }
}
.blm-plpseo__description .b-readmore {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  white-space: normal;
}
.blm-plpseo__description .b-readmore.m-truncated {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.blm-plpseo__description .b-readmore__button {
  font-size: 12px;
  line-height: 16px;
  background: none;
  border: none;
  color: #111;
  font-weight: 600;
  padding: 0;
}
@media (min-width: 769px) {
  .blm-plpseo__description .b-readmore__button {
    font-size: 14px;
    line-height: 20px;
    -webkit-box-shadow: inset 0 -1px 0 #e8e8e8;
            box-shadow: inset 0 -1px 0 #e8e8e8;
    color: #767676;
    font-weight: 400;
  }
}
.non-touch .blm-plpseo__description .b-readmore__button:hover {
  -webkit-box-shadow: inset 0 -1px 0 #111;
          box-shadow: inset 0 -1px 0 #111;
  color: #111;
}
.blm-plpseo__list-wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  padding: 5px 0 0;
}
.blm-plpseo__list-wrapper ul li {
  list-style-type: none;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  padding: 6px 12px;
}
.blm-plpseo__list-wrapper ul a {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #767676;
  display: block;
}
.non-touch .blm-plpseo__list-wrapper ul a:hover {
  color: #111;
}
.blm-plpseo .blm-accordion__item:first-child {
  border-top: 0;
}
.blm-plpseo .blm-accordion__item .show {
  margin-bottom: 24px;
}
.blm-plpseo .blm-accordion__button {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding: 16px 0;
  margin-bottom: 0;
}
.blm-plpseo .blm-accordion__button::after {
  font-size: 20px;
}
@media (min-width: 769px) {
  .blm-plpseo .blm-accordion__button {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
  }
}
.blm-plpseo .blm-accordion__body {
  margin-bottom: 0;
}
.blm-plpseo .blm-text__block__body,
.blm-plpseo .blm-accordion__body {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  text-transform: unset;
  font-weight: 400;
  text-align: justify;
}
.blm-plpseo .blm-text__block__container {
  position: relative;
  margin-top: 16px;
}
@media (min-width: 769px) {
  .blm-plpseo .blm-text__block__container {
    margin-top: 24px;
  }
}
.blm-plpseo .blm-text__block__title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 16px 0;
  -webkit-box-shadow: inset 0 -1px 0 #e8e8e8;
          box-shadow: inset 0 -1px 0 #e8e8e8;
}
@media (min-width: 769px) {
  .blm-plpseo .blm-text__block__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding: 16px 0 8px;
  }
}
.blm-plpseo .blm-text__block__body {
  margin-bottom: 8px !important;
}
.blm-plpseo .blm-text__block__link {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  padding: 0 0 4px 2px;
}
.blm-plpseo .blm-text__block .b-read-more__link {
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
}
.blm-plpseo .blm-text__block .b-read-more__link::before {
  color: #767676;
  content: "...";
  display: inline;
}
.blm-plpseo .blm-text__block .b-read-more__link-visible {
  width: 60%;
}
@media (min-width: 769px) {
  .blm-plpseo .blm-text__block .b-read-more__link-visible {
    width: 30%;
  }
}
.blm-plpseo .blm-text__block .blm-text__block-clamp {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media (min-width: 769px) {
  .blm-plpseo .blm-text__block .blm-text__block-clamp {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
}

.blm-plpcomingsoon__content {
  -webkit-box-shadow: inset 0 1px 0 #e8e8e8;
          box-shadow: inset 0 1px 0 #e8e8e8;
  padding: 40px 0 32px;
  text-align: center;
}
.blm-plpcomingsoon__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.blm-plpcomingsoon__subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  margin-bottom: 16px;
}
.blm-plpcomingsoon .blm-btn {
  width: 175px;
}

.blm-breadcrumb {
  margin: 24px 0;
}
@media (max-width: 991.98px) {
  .blm-breadcrumb {
    margin: 16px 0;
  }
}
.blm-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 24px;
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
}
.blm-breadcrumb__label {
  color: #111;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  margin: 8px 0;
  text-transform: uppercase;
}
.blm-breadcrumb__link {
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  font-weight: 400;
}
.blm-breadcrumb__link.unclickable-item {
  text-transform: capitalize;
}
