@charset "UTF-8";
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #2a2a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #2a2a2a;
  border-radius: 0.69em;
  background-color: #2a2a2a;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #076d07;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #076d07;
  border-radius: 0.69em;
  background-color: #076d07;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 12px;
  height: 12px;
  background: "";
  border-radius: 6px;
  display: block;
  position: relative;
}
.swatch-circle.disabled {
  opacity: 0.2;
}
.swatch-circle.selected::after {
  border: 1px solid #414041;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 16px;
  height: 16px;
}
.swatch-circle.color-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swatch-circle .swatch-color-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.category-tile {
  position: relative;
}
.category-tile h1,
.category-tile h2 {
  font-size: 1.75rem;
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  color: #fff;
}
.category-tile::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
}

.refinement-bar {
  overflow: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 504;
}
.refinement-bar .refinements-footer1 {
  margin-left: 45px;
  padding-bottom: 15px;
}
.refinement-bar .refinements-footer1 {
  margin-left: 45px;
  padding-bottom: 15px;
}
.refinement-bar ul {
  padding-left: 0;
}
.refinement-bar.active {
  width: 360px;
}
@media (min-width: 992px) {
  .refinement-bar.active {
    width: 400px;
  }
}
.refinement-bar .reset {
  background-color: transparent;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  margin-top: 25px;
}
@media (max-width: 1199.98px) {
  .refinement-bar .reset {
    font-size: 10px;
    line-height: 12px;
    margin-top: 25px;
  }
}
.refinement-bar .refinements {
  padding: 36px 0 15px 20px;
}
@media (min-width: 992px) {
  .refinement-bar .refinements {
    padding: 44px 0 15px 40px;
  }
}
.refinement-bar .refinements .heading3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  letter-spacing: 0;
  text-align: left;
  margin-top: 7px;
}
@media (max-width: 991.98px) {
  .refinement-bar .refinements .heading3 {
    font-size: 14px;
    line-height: 17px;
  }
}
.refinement-bar .refinements-header {
  background-color: #fff;
  padding: 16px 15px;
  display: inline;
  float: right;
}
@media (min-width: 992px) {
  .refinement-bar .refinements-header {
    padding: 15px 30px;
  }
}
.refinement-bar .refinements-header .close {
  color: #414041;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.refinement-bar .refinements-header .close-text {
  font-weight: normal;
  text-transform: lowercase;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  padding-left: 0.3125rem;
  color: #2a2a2a;
}
.refinement-bar .refinements-header .icon-close {
  font-size: 1rem;
  letter-spacing: 3px;
}
.refinement-bar .refinements-footer {
  margin-top: 27px;
}
@media (max-width: 991.98px) {
  .refinement-bar .refinements-footer {
    margin-top: 20px;
  }
}
.refinement-bar .refinements-footer .js-show-all {
  padding: 11px 28px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  background-color: #000;
  text-transform: capitalize;
  width: 180px;
}
@media (max-width: 991.98px) {
  .refinement-bar .refinements-footer .js-show-all {
    font-size: 12px;
    line-height: 15px;
    width: 160px;
  }
}
.refinement-bar .filters {
  margin-top: 24px;
}
@media (max-width: 991.98px) {
  .refinement-bar .filters {
    margin-top: 16px;
  }
}
.refinement-bar .filters h3 {
  margin-bottom: 9px !important;
}
.refinement-bar .icon-radio,
.refinement-bar .icon-radio-selected,
.refinement-bar .icon-checkbox,
.refinement-bar .icon-checkbox-selected {
  font-size: 24px;
  margin-bottom: 5px;
  color: #000;
}
.refinement-bar .refinement-attr-title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 15px;
  letter-spacing: 0;
  text-align: left;
  color: #000 !important;
}
@media (max-width: 991.98px) {
  .refinement-bar .refinement-attr-title {
    font-size: 10px !important;
    line-height: 12px;
  }
}
.refinement-bar .refinement-selection-list {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  text-align: left;
  color: #757575;
  margin-top: 2px;
}
@media (max-width: 991.98px) {
  .refinement-bar .refinement-selection-list {
    margin-top: -5px;
  }
}

.refinement-bar-modal-background {
  z-index: 503;
}
.refinement-bar-modal-background.loading {
  z-index: 504;
  pointer-events: none;
  cursor: default;
}

.search-results {
  margin-top: -1px;
  margin-bottom: 0.625rem;
  z-index: initial !important;
}
@media (max-width: 991.98px) {
  .search-results {
    margin-top: -3px;
  }
}
.search-results .breadcrumb-item a {
  color: #212121 !important;
  text-decoration: underline !important;
}
.search-results .breadcrumb-item + .breadcrumb-item::before {
  content: "›" !important;
  margin-top: 1px;
  color: #2a2a2a !important;
}
.search-results .filter-results-btn {
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.search-results .filter-results-icons {
  position: relative;
}
.search-results .filter-results-value {
  position: absolute;
  top: -15px;
  left: 30px;
  background-color: #c2469b;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  padding-top: 2px;
}
@media (max-width: 991.98px) {
  .search-results .filter-results-value {
    height: 12px;
    width: 12px;
    top: -13px;
    font-size: 8px;
    line-height: 10px;
    padding-top: 1px;
  }
}
.search-results .filter-results-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  color: #000;
  margin-left: 6px;
}
@media (min-width: 992px) {
  .search-results .filter-results-txt {
    font-size: 12px;
    line-height: 15px;
    margin-left: 7px;
  }
}
.search-results .icon-filter {
  font-size: 1.3125rem;
  color: #2a2a2a;
}
.search-results .results-value {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 42px;
  text-align: right;
  color: #212121;
  padding-left: 24px;
}
@media (max-width: 991.98px) {
  .search-results .results-value {
    font-size: 10px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  .search-results .results-value {
    position: relative;
  }
  .search-results .results-value::before {
    content: "(";
    position: absolute;
    left: 20px;
    top: -13px;
  }
  .search-results .results-value::after {
    content: ")";
    position: absolute;
    top: -13px;
  }
  @-moz-document url-prefix() {
    .search-results .results-value::after {
      right: -1px; /* Firefox-specific adjustment */
    }
  }
}
.search-results .show-viewed-products {
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  margin-top: 1.5625rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .search-results .show-viewed-products {
    margin-top: 2.1875rem;
  }
}
.search-results .product-grid-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .search-results .product-grid-top-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .search-results .product-grid-top-bar {
    margin-bottom: 25px;
  }
}
.search-results .product-grid-top-bar p {
  margin-top: 7px;
  margin-right: 15px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.search-results .product-grid-top-bar .result-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 105px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: calc(100% - 105px);
      flex-basis: calc(100% - 105px);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
@media (max-width: 991px) {
  .search-results .product-grid-top-bar .result-count .result-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* Stack elements in mobile */
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; /* Align text to the left */
    width: 100%;
  }
  .search-results .product-grid-top-bar .result-count .result-count p {
    margin: 0;
    width: 100%;
  }
  .search-results .product-grid-top-bar .result-count .search-keywords {
    display: block;
    max-width: 100%;
    white-space: normal; /* Allow text to wrap */
    word-break: break-word; /* Ensure long words break */
    overflow-wrap: break-word;
  }
  .search-results .product-grid-top-bar .result-count .search-result-count {
    -ms-flex-item-align: end;
        align-self: flex-end; /* Move count to the right */
    white-space: nowrap; /* Prevents wrapping */
  }
  .search-results .product-grid-top-bar .result-count .search-result-count .p {
    display: block !important;
  }
}
.search-results .plp-filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  float: right;
}
@media (min-width: 768px) {
  .search-results .plp-filter-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.search-results .plp-filter-btn p {
  margin: 0;
}
.search-results .plp-filter-btn .result-count {
  white-space: nowrap;
}
.search-results .plp-filter-btn .search-keywords {
  display: none;
}
.search-results .plp-filter-btn .search-result-count {
  display: none;
}

.filled-category {
  margin-bottom: 40px;
}

.cat-name {
  display: block;
}
.cat-name h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 6px;
  letter-spacing: 0;
  color: #212121;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .cat-name h1 {
    font-size: 18px;
  }
}

.plp-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cat-subcategories-wrapper {
  width: 100%;
  width: 100vw;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  margin-top: -18px;
}
@media (max-width: 991.98px) {
  .cat-subcategories-wrapper {
    margin-top: -20px;
  }
}
@media (max-width: 767.98px) {
  .cat-subcategories-wrapper {
    margin-top: -3px;
  }
}
.cat-subcategories-wrapper.dragging a {
  pointer-events: none;
}
.cat-subcategories-wrapper::-webkit-scrollbar {
  display: none;
}
.cat-subcategories-wrapper > * {
  white-space: nowrap;
}

.cat-subcategory-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 5px;
}
@media (max-width: 1199.98px) {
  .cat-subcategory-item .btn-small {
    padding: 11px 16px;
  }
}
.cat-subcategory-item:first-of-type {
  padding-left: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .cat-subcategory-item:first-of-type {
    margin-left: calc((100vw - 720px) / 2 + 0);
  }
}
@media (min-width: 992px) {
  .cat-subcategory-item:first-of-type {
    margin-left: calc((100vw - 940px) / 2 + 0);
  }
}
@media (min-width: 1200px) {
  .cat-subcategory-item:first-of-type {
    margin-left: 0;
  }
}
@media (min-width: 1680px) {
  .cat-subcategory-item:first-of-type {
    margin-left: calc((100vw - 1680px) / 2 + 0);
  }
}
.cat-subcategory-item:last-of-type {
  padding-right: 30px !important;
}

.cat-filter-text {
  padding-left: 6px;
}

.cat-filter-btn {
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #212121;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #212121;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cat-filter-btn {
    font-size: 12px;
    line-height: 15px;
    margin-right: 6px;
  }
}
@media (max-width: 991.98px) {
  .cat-filter-btn {
    font-size: 12px;
    line-height: 12px;
    margin-right: 6px;
    margin-bottom: 2px;
  }
}

.cat-subcategories-btn {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #212121;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.5px solid #212121;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cat-subcategories-btn {
    font-size: 12px;
    line-height: 15px;
    margin-right: 6px;
  }
  .cat-subcategories-btn:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
  }
}
@media (max-width: 991.98px) {
  .cat-subcategories-btn {
    font-size: 12px;
    margin-right: 6px;
    line-height: 14px;
    margin-bottom: 2px;
  }
}

.refinements .header,
.refinements .values {
  padding-top: 0.3125rem;
}
@media (min-width: 544px) and (max-width: 767.98px) {
  .refinements .header li,
  .refinements .values li {
    display: inline-block;
  }
}
.refinements .values {
  margin-bottom: 0;
  padding-top: 0;
}
.refinements .value {
  margin-bottom: 8px;
}
.refinements .header {
  font-size: 1.125em;
  color: #444;
}
.refinements ul li {
  padding-left: 1px;
}
.refinements ul li button {
  border: none;
  background-color: transparent;
  height: 1.875rem;
  gap: 4px;
}
.refinements ul li button > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
  padding-left: 0.0625rem;
}
.refinements li {
  list-style-type: none;
  padding-left: 0;
}
.refinements li.color-attribute {
  display: block;
}
.refinements li.color-attribute button {
  padding: 0;
}
.refinements li.disabled {
  opacity: 0.5;
}
.refinements .color-attribute-title {
  margin-left: 10px;
}
@media (max-width: 543.98px) {
  .refinements {
    padding: 0;
  }
}
.refinements .card,
.refinements .card-header,
.refinements .card-body {
  border: none;
  padding: 0;
}
.refinements div.collapsible-xxl button.title {
  margin-bottom: 0;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  color: #000;
}
@media (max-width: 991.98px) {
  .refinements div.collapsible-xxl button.title {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
  }
}
.refinements div.collapsible-xxl.active button.title {
  font-weight: 400;
}
.refinements .sort-order-wrapper {
  margin-top: 3px;
}
.refinements .sort-order-btn {
  background-color: transparent;
  border: none;
  height: 1.875rem;
  margin-bottom: 2px;
  display: block;
}
@media (max-width: 991.98px) {
  .refinements .sort-order-btn {
    margin-bottom: -3px;
  }
}
.refinements .sort-order-btn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
  padding-left: 0.0625rem;
}
.refinements .color-attribute-title,
.refinements .refinements-hitcount {
  font-size: 1rem;
}
.refinements .color-attribute-title,
.refinements .refinement-attr-title,
.refinements .refinements-hitcount {
  color: #414041;
  margin-left: 10px !important;
}
.refinements .refinement-price .values button,
.refinements .refinement-new-arrival .values button {
  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;
  margin-bottom: -14px;
}

.disabled {
  pointer-events: none;
}

.grid-header,
.content-grid-header {
  margin-top: 1em;
  margin-bottom: 1em;
}
.grid-header select,
.content-grid-header select {
  width: 100%;
}

.refinement {
  margin-bottom: 4px;
}
@media (max-width: 767.98px) {
  .refinement.card {
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-radius: 0;
    margin-bottom: 0;
  }
  .refinement .card-header {
    border-bottom: 0 none;
    padding: 0;
  }
}
.refinement .card,
.refinement .card-header,
.refinement .card-body {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.refinement .card-header .title .arrow-reskin-plp {
  margin-left: 10px;
  width: 6px;
  height: 7px;
}
.refinement a {
  text-decoration: none;
}
.refinement.refinement-category li {
  margin-left: 0.9375rem;
  display: block;
}
.refinement.refinement-category > ul > li {
  margin-left: 0;
}

.search-banner {
  background-image: url("../images/search.jpg");
  background-position-y: 40%;
}

.search-keywords {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
}
@media (max-width: 543.98px) {
  .search-keywords {
    margin-left: 15px;
  }
}

.filter-bar ul {
  padding-left: 15px;
}
.filter-bar li {
  list-style: none;
  float: left;
  margin-left: 0.3125em;
  margin-right: 0.3125em;
}
.filter-bar li:first-child {
  margin-left: 0;
}
.filter-bar li.filter-value {
  border: 1px solid #ccc;
  padding: 0.3125em;
  border-radius: 3px;
  position: relative;
}
.filter-bar li.filter-value button {
  color: black;
  border: none;
  padding: 0 2rem 0 0.5rem;
}
.filter-bar li.filter-value button::after {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  position: absolute;
  right: 10px;
  top: 11px;
}
.filter-bar li.swatch-filter {
  font-size: 1.38em;
  position: relative;
  margin-top: 4px;
}
.filter-bar li.swatch-filter button {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.filter-bar li.swatch-filter button::before {
  content: "";
  background-color: white;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.4em;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
}
.filter-bar li.swatch-filter button::after {
  content: "\f057";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline;
  text-rendering: auto;
  position: absolute;
  left: 0.18em;
  top: 0.12em;
  font-size: 1.5em;
}

@media (max-width: 543.98px) {
  .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 543.98px) {
  .LB-contentslot-main p {
    margin-bottom: 0;
  }
}

@media (max-width: 543.98px) {
  .product-grid .col-6 {
    padding: 1rem 2%;
  }
  .product-grid .col-12 .content-asset {
    margin-bottom: 27px;
  }
}

.grid-footer {
  margin-bottom: 0.625rem;
  grid-column: span 4;
}
@media (max-width: 991.98px) {
  .grid-footer {
    grid-column: span 3;
  }
}
@media (max-width: 767.98px) {
  .grid-footer {
    grid-column: span 2;
  }
}

.search-tips {
  text-align: left;
  margin-top: 1.875rem;
}

.category-item {
  margin-bottom: 0.938rem;
}

.show-more {
  padding: 10px 0;
}
.show-more button {
  background-color: #2a2a2a;
  padding: 10px 50px;
  border-color: #2a2a2a;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
}

.load {
  background-color: #fff !important;
  color: #2a2a2a !important;
  border: 1px solid #2a2a2a !important;
  text-transform: capitalize !important;
}

.show-more-text {
  background-color: #fff !important;
  color: #2a2a2a !important;
  border: 1px solid #2a2a2a !important;
  text-transform: capitalize !important;
  width: 210px;
  margin-bottom: 30px !important;
  padding: 0 10px !important;
}

.search-nav .nav-tabs-wrapper {
  padding: 0;
}
@media (max-width: 543.98px) {
  .search-nav .nav-tabs-wrapper {
    width: 100%;
  }
}
.search-nav .nav-tabs-wrapper .nav-tabs {
  border-bottom: 0 none;
}

.product-options .quantity {
  position: absolute;
  bottom: 0;
  right: 0;
}

.contentslot-plp-promo-wrapper .plp-promo-title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
@media (min-width: 992px) {
  .contentslot-plp-promo-wrapper .plp-promo-title {
    font-size: 1.125rem;
  }
}
.contentslot-plp-promo-wrapper .plp-promo-details {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.seo-title {
  font-size: 10px;
  font-weight: 600 !important;
  line-height: 13px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 10px;
}

.seo-paragraph {
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 400 !important;
  line-height: 13px;
  letter-spacing: 0;
  text-align: left;
}

.cat-landing-wrapper .category_heading {
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  margin-bottom: 0.9375rem;
  opacity: 1;
}
@media (min-width: 768px) {
  .cat-landing-wrapper .category_heading {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .cat-landing-wrapper .category_heading {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.cat-landing-wrapper .category_heading_viewall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 35px;
}
@media (min-width: 768px) {
  .cat-landing-wrapper .category_heading_viewall {
    margin: 0 0 40px;
  }
}
@media (min-width: 992px) {
  .cat-landing-wrapper .category_heading_viewall {
    margin-bottom: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.cat-landing-wrapper .cat-landing-banner-wrapper {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cat-landing-wrapper .cat-landing-banner-wrapper {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .cat-landing-wrapper .cat-landing-banner-wrapper {
    margin-bottom: 30px;
  }
}
.cat-landing-wrapper .cat-landing-main-banner-wrapper {
  padding-top: 22px;
}
@media (max-width: 991.98px) {
  .cat-landing-wrapper .cat-landing-main-banner-wrapper {
    padding-top: 14px;
  }
}

body:not(.user-is-tabbing) .refinements-header .close {
  outline: none;
  color: #000;
  margin-right: -15px;
}
@media (max-width: 991.98px) {
  body:not(.user-is-tabbing) .refinements-header .close {
    margin-right: 2px;
  }
}

ul.pagination-grid {
  list-style: none;
  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;
  font-size: 12px;
}

li.pagination-element {
  margin: 0 3px;
  width: 36px;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 36px;
  border: 1px solid #000;
}

a.pagination-number,
div.pagination-number-next,
div.pagination-number-pre {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a.pagination-number:hover,
div.pagination-number-next:hover,
div.pagination-number-pre:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

a.pagination-number.current {
  background-color: #000;
  color: #fff;
  pointer-events: none;
}

.pagination-wrapper ul {
  padding-left: 0;
}

@media (max-width: 991.98px) {
  body {
    cursor: pointer;
  }
}
.refinements .collapsible-xxl .title::after {
  content: none !important;
}

.plp-breadcrumb {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* Empty line before @include */
}
@media (max-width: 991.98px) {
  .plp-breadcrumb {
    margin-top: 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.breadcrumb {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-underline-offset: 2px;
  color: #212121;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .breadcrumb {
    font-size: 10px;
    line-height: 12px;
  }
}
.breadcrumb .breadcrumb-item {
  color: #212121 !important;
  padding-left: 3px !important;
}
.breadcrumb .breadcrumb-item a {
  color: #212121 !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  margin-top: 1px;
  color: #c2c2c2;
}

@media (max-width: 991.98px) {
  .plp-container {
    max-width: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .plp-container {
    max-width: none !important;
  }
}
.plp-container .breadcrumb-item a {
  text-decoration: none !important;
}
.plp-container .breadcrumb-item + .breadcrumb-item::before {
  content: "/" !important;
  margin-top: 1px;
  color: #c2c2c2;
  text-decoration: none !important;
}

.cat-subcat-margin {
  margin-top: -1px;
}

.wishlist-container .wishlistTile.selected .icon-wishlist-selected {
  color: #2a2a2a !important;
  opacity: 1 !important;
}

.refinements-clear-all .reset {
  background-color: transparent;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .refinements-clear-all .reset {
    font-size: 10px;
    line-height: 12px;
  }
}

.subCategorySelected {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.selected-swatch {
  border: 1px solid #212121 !important;
  border-radius: 50%;
  display: block;
  padding: 2px;
  position: relative;
}

.hovered-swatch {
  border: 1px dashed #000 !important;
  border-radius: 50%;
  display: block;
  padding: 2px;
  position: relative;
}
@media (max-width: 1024px) {
  .hovered-swatch {
    border: 1px solid #000;
  }
}

.lookbook-page-wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .lookbook-page-wrapper {
    max-width: none !important;
  }
}
.lookbook-page-wrapper .product-tile #ratingTop img {
  margin-top: 0;
}
.lookbook-page-wrapper .productset-title {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media (max-width: 1199.98px) {
  .lookbook-page-wrapper .productset-title {
    font-size: 24px;
  }
}
.lookbook-page-wrapper .productset-short-description {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-bottom: 18px;
}
@media (max-width: 1199.98px) {
  .lookbook-page-wrapper .productset-short-description {
    font-size: 12px;
    padding: 0 15px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .lookbook-page-wrapper .style-stories-wrapper {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .lookbook-page-wrapper .style-stories-wrapper .product-grid {
    padding: 0;
  }
}
.lookbook-page-wrapper .style-stories-wrapper .each-product-tile {
  width: 47%;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .lookbook-page-wrapper .style-stories-wrapper .each-product-tile {
    width: 46%;
  }
}
@media screen and (max-width: 992px) {
  .lookbook-page-wrapper .style-stories-wrapper .each-product-tile {
    width: 200px;
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .lookbook-page-wrapper .style-stories-wrapper .each-product-tile {
    width: 160px;
    margin-top: 2px;
  }
}
.lookbook-page-wrapper .style-stories-wrapper .left-main-image {
  padding: 0;
}
.lookbook-page-wrapper .style-stories-wrapper .right-sided-products .product-container-wrapper {
  padding-left: 15px;
}
.lookbook-page-wrapper .style-stories-wrapper .left-sided-products .product-container-wrapper {
  margin-left: 30px;
}
@media (min-width: 992px) {
  .lookbook-page-wrapper .style-stories-wrapper .right-main-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lookbook-page-wrapper .style-stories-wrapper .slick-dots {
  margin-left: 254px;
}
.lookbook-page-wrapper .style-stories-wrapper .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  list-style: none;
}
.lookbook-page-wrapper .style-stories-wrapper .slick-dots li button {
  font-size: 0;
  color: #111;
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 0;
}
.lookbook-page-wrapper .style-stories-wrapper .slick-active button {
  background-color: #333;
}
.lookbook-page-wrapper .style-stories-wrapper .slick-dots li button:hover {
  background-color: #555;
}
.lookbook-page-wrapper .style-stories-wrapper .slick-prev,
.lookbook-page-wrapper .style-stories-wrapper .slick-next {
  font-size: 0;
  color: #111;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 97%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  background: none;
}
.lookbook-page-wrapper .style-stories-wrapper .slick-prev::before,
.lookbook-page-wrapper .style-stories-wrapper .slick-next::before {
  content: "‹";
  display: inline-block;
  font-size: 24px;
}
.lookbook-page-wrapper .style-stories-wrapper .slick-next::before {
  content: "›";
}
.lookbook-page-wrapper .style-stories-wrapper .slick-prev {
  left: auto;
  top: auto;
  bottom: -13px;
  margin-left: 268px;
}
.lookbook-page-wrapper .style-stories-wrapper .slick-disabled {
  pointer-events: none;
  opacity: 0.25;
}
.lookbook-page-wrapper .style-stories-wrapper .slick-dots li button::before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lookbook-page-wrapper .style-stories-wrapper .slick-next {
  top: auto;
  margin-top: 15px;
  margin-left: 361px;
}
.lookbook-page-wrapper .slick-parent-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 992px) {
  .lookbook-page-wrapper .slick-parent-mobile {
    display: none;
  }
}
@media (min-width: 544px) {
  .lookbook-page-wrapper .slick-parent-mobile {
    padding-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .lookbook-page-wrapper .slick-parent-mobile {
    margin-bottom: 60px;
  }
}
.lookbook-page-wrapper .slick-parent-mobile .each-product-tile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 2px;
}
@media (min-width: 544px) {
  .lookbook-page-wrapper .slick-parent-mobile .each-product-tile {
    margin-right: 15px;
  }
}
.lookbook-page-wrapper .slick-parent-mobile::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
@media (min-width: 544px) {
  .lookbook-page-wrapper .slick-parent-mobile .tile-body {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .lookbook-page-wrapper .slick-parent-mobile .tile-body {
    padding-bottom: 0;
  }
}
.lookbook-page-wrapper .product-container-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lookbook-page-wrapper .product-container-wrapper .tile-body {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.lookbook-page-wrapper .lookbook-hr {
  border-top: 1px solid #d9d9d9;
  width: 100%;
  margin-right: 22px;
}
@media screen and (max-width: 992px) {
  .lookbook-page-wrapper .slick-parent-desktop {
    display: none;
  }
}
.lookbook-page-wrapper .slick-parent-desktop .hr {
  display: none !important;
}
.lookbook-page-wrapper .lookbook-header-wrapper {
  display: block;
}
@media screen and (min-width: 1024px) {
  .lookbook-page-wrapper .lookbook-header-wrapper {
    margin-top: 34px;
  }
}
.lookbook-page-wrapper .lookbook-header-wrapper-0 {
  margin-top: 50px !important;
}

.lookbook-page-wrapper-horizontal {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .lookbook-page-wrapper-horizontal {
    max-width: none !important;
  }
}
.lookbook-page-wrapper-horizontal .product-tile #ratingTop img {
  margin-top: 0 !important;
}
.lookbook-page-wrapper-horizontal .product-tile .sales,
.lookbook-page-wrapper-horizontal .product-tile .range,
.lookbook-page-wrapper-horizontal .product-tile .starting {
  color: #414041 !important;
}
.lookbook-page-wrapper-horizontal .product-tile .tile-body .product-name .link {
  color: #414041 !important;
}
.lookbook-page-wrapper-horizontal .productset-title {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media (max-width: 1199.98px) {
  .lookbook-page-wrapper-horizontal .productset-title {
    font-size: 24px;
  }
}
.lookbook-page-wrapper-horizontal .productset-short-description {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .lookbook-page-wrapper-horizontal .productset-short-description {
    font-size: 12px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .lookbook-page-wrapper-horizontal .style-stories-wrapper {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .lookbook-page-wrapper-horizontal .style-stories-wrapper .product-grid {
    padding: 0;
  }
}
.lookbook-page-wrapper-horizontal .style-stories-wrapper .each-product-tile {
  width: 25%;
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .lookbook-page-wrapper-horizontal .style-stories-wrapper .each-product-tile {
    width: 200px;
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .lookbook-page-wrapper-horizontal .style-stories-wrapper .each-product-tile {
    width: 160px;
    margin-top: 2px;
  }
}
.lookbook-page-wrapper-horizontal .style-stories-wrapper .left-main-image {
  padding: 0;
}
.lookbook-page-wrapper-horizontal .style-stories-wrapper .right-sided-products .product-container-wrapper {
  padding-left: 15px;
}
.lookbook-page-wrapper-horizontal .style-stories-wrapper .left-sided-products .product-container-wrapper {
  margin-left: 30px;
}
@media (min-width: 992px) {
  .lookbook-page-wrapper-horizontal .style-stories-wrapper .right-main-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lookbook-page-wrapper-horizontal .style-stories-wrapper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.lookbook-page-wrapper-horizontal .style-stories-wrapper .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  list-style: none;
}
.lookbook-page-wrapper-horizontal .style-stories-wrapper .slick-dots li button {
  font-size: 0;
  color: #111;
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 0;
}
.lookbook-page-wrapper-horizontal .style-stories-wrapper .slick-active button {
  background-color: #414041;
}
.lookbook-page-wrapper-horizontal .style-stories-wrapper .slick-dots li button:hover {
  background-color: #414041;
}
.lookbook-page-wrapper-horizontal .style-stories-wrapper .slick-prev {
  font-size: 0;
  color: #414041;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  left: 31px;
  background: none;
}
.lookbook-page-wrapper-horizontal .style-stories-wrapper .slick-next {
  font-size: 0;
  color: #414041;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  right: 31px;
  background: none;
}
.lookbook-page-wrapper-horizontal .style-stories-wrapper .slick-prev::before,
.lookbook-page-wrapper-horizontal .style-stories-wrapper .slick-next::before {
  content: "‹";
  display: inline-block;
  font-size: 65px;
}
.lookbook-page-wrapper-horizontal .style-stories-wrapper .slick-next::before {
  content: "›";
}
.lookbook-page-wrapper-horizontal .style-stories-wrapper .slick-disabled {
  pointer-events: none;
  opacity: 0.25;
}
.lookbook-page-wrapper-horizontal .style-stories-wrapper .slick-dots li button::before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lookbook-page-wrapper-horizontal .slick-parent-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 992px) {
  .lookbook-page-wrapper-horizontal .slick-parent-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .lookbook-page-wrapper-horizontal .slick-parent-mobile {
    padding-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .lookbook-page-wrapper-horizontal .slick-parent-mobile {
    margin-bottom: 60px;
  }
}
.lookbook-page-wrapper-horizontal .slick-parent-mobile .each-product-tile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 2px;
}
@media (min-width: 768px) {
  .lookbook-page-wrapper-horizontal .slick-parent-mobile .each-product-tile {
    padding-right: 15px;
  }
}
.lookbook-page-wrapper-horizontal .slick-parent-mobile::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
@media (min-width: 544px) {
  .lookbook-page-wrapper-horizontal .slick-parent-mobile .tile-body {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .lookbook-page-wrapper-horizontal .slick-parent-mobile .tile-body {
    padding-bottom: 0;
  }
}
.lookbook-page-wrapper-horizontal .product-container-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 15px 59px 30px 74px;
}
.lookbook-page-wrapper-horizontal .product-container-wrapper .tile-body {
  padding-bottom: 0;
  margin-bottom: 0;
}
.lookbook-page-wrapper-horizontal .lookbook-hr {
  border-top: 1px solid #d9d9d9;
  width: 100%;
  margin-top: -3px;
  margin-bottom: 0;
}
.lookbook-page-wrapper-horizontal .hr {
  margin: 0 74px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .lookbook-page-wrapper-horizontal .slick-horizontal {
    display: none;
  }
}
.lookbook-page-wrapper-horizontal .lookbook-header-wrapper {
  display: block;
}
@media screen and (min-width: 1024px) {
  .lookbook-page-wrapper-horizontal .lookbook-header-wrapper {
    margin-top: 60px;
  }
}
.lookbook-page-wrapper-horizontal .lookbook-header-wrapper-0 {
  margin-top: 60px !important;
}
