/* victoria customizations */
/* Colors */
/* Fonts */
.page {
  overflow-x: hidden; }

.plp-heading {
  padding: 50px 15px;
  text-align: center; }
  .plp-heading h1 {
    font-family: "FuturaStd-Heavy";
    font-style: italic;
    font-size: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 20px; }
  .plp-heading p {
    font-family: "FuturaStd-LightOblique";
    font-size: 14px;
    letter-spacing: 0.6px;
    transition: max-height 1s ease;
    overflow: hidden;
    margin-bottom: 0; }
    @media (max-width: 544px) {
      .plp-heading p {
        padding: 0 15px; } }
  @media (max-width: 544px) {
    .plp-heading .description-collapsed {
      max-width: 99%; } }
  .plp-heading .arrows {
    position: absolute;
    right: -20px;
    top: 50%; }
    @media (max-width: 991px) {
      .plp-heading .arrows {
        right: 4px; } }
    @media (max-width: 544px) {
      .plp-heading .arrows {
        right: 10px; } }
  .plp-heading .showMore {
    text-decoration: none; }
  .plp-heading .showLess {
    display: none;
    text-decoration: none; }

.search-results #product-search-results {
  padding-left: 0;
  padding-right: 0; }
  .search-results #product-search-results .btn.btn-link.filter-results {
    padding: 0;
    height: auto;
    font-size: 12px;
    color: #000; }
    @media (max-width: 544px) {
      .search-results #product-search-results .btn.btn-link.filter-results {
        width: auto; } }
    .search-results #product-search-results .btn.btn-link.filter-results::after {
      display: inline-block;
      width: 10px;
      height: 9px;
      content: "";
      background-image: url("../images/icon-arrow-down.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 8px 8px; }
    .search-results #product-search-results .btn.btn-link.filter-results[aria-expanded="true"]::after {
      display: inline-block;
      width: 10px;
      height: 9px;
      content: "";
      background-image: url("../images/icon-arrow-up.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 8px 8px; }
  .search-results #product-search-results .custom-select {
    text-align: left;
    font-size: 12px;
    color: #000;
    padding: 0 20px 0 15px;
    height: auto;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../images/icon-arrow-down.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 8px 8px; }
    .search-results #product-search-results .custom-select.sort-by-select {
      padding: 0 10px 0 10px;
      text-align-last: right;
      text-align: right;
      text-align: -moz-right;
      text-align: -webkit-right; }
  @media (max-width: 991px) {
    .search-results #product-search-results .victoria-refinement-bar {
      background-color: #fff;
      box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
      display: none;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 2147483648;
      height: 100%;
      overflow: scroll;
      overflow-x: hidden; }
      .search-results #product-search-results .victoria-refinement-bar .header-bar {
        padding: 15px;
        background-color: transparent;
        border: 0; } }
  @media (max-width: 768px) {
    .search-results #product-search-results .victoria-refinement-bar {
      height: 100%; } }
  @media (min-width: 992px) {
    .search-results #product-search-results .victoria-refinement-bar {
      display: block !important; } }
  @media (max-width: 991px) {
    .search-results #product-search-results .victoria-refinement-bar .refinements {
      -ms-flex-direction: column;
          flex-direction: column;
      overflow: scroll; } }
  .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement {
    border: none; }
    @media (max-width: 992px) {
      .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement {
        margin: 8px 0; } }
    @media (min-width: 992px) {
      .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement {
        min-width: 170px;
        max-width: 220px;
        padding: 0 8px 0 0; }
        .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement:first-child {
          padding-left: 0; } }
    .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement .card-header {
      border: solid 1px #000;
      padding: 0; }
      .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement .card-header button {
        font-family: "FuturaStd-Light";
        font-size: 12px;
        text-transform: uppercase;
        padding: 18px 15px 15px;
        line-height: 1.2; }
        .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement .card-header button:focus {
          box-shadow: none; }
        .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement .card-header button::after {
          width: 10px;
          height: 12px;
          content: "";
          background-image: url("../images/icon-arrow-down.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 8px 8px; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement.active .card-header button::after {
      width: 10px;
      height: 12px;
      content: "";
      background-image: url("../images/icon-close.svg");
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: 8px 8px; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement .card-body {
      -ms-flex-positive: 0;
          flex-grow: 0;
      border-right: solid 1px #000;
      border-left: solid 1px #000;
      border-bottom: solid 1px #000;
      padding: 1rem 0 0; }
      .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement .card-body ul.values.content {
        font-family: "FuturaStd-Light";
        font-size: 12px;
        padding: 0;
        list-style: none; }
        .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement .card-body ul.values.content button {
          text-align: left;
          margin-bottom: 5px;
          border: none;
          background-color: transparent;
          padding: 0; }
        .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement .card-body ul.values.content button:focus {
          outline: none; }
        .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement .card-body ul.values.content button span,
        .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement .card-body ul.values.content span {
          color: #000;
          text-transform: uppercase;
          letter-spacing: 0.2px;
          margin-bottom: 8px; }
          .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement .card-body ul.values.content button span.selected,
          .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement .card-body ul.values.content span.selected {
            font-family: "FuturaStd-Medium"; }
      .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement .card-body#refinement-talla {
        padding: 1rem 1rem 0; }
        .search-results #product-search-results .victoria-refinement-bar .refinements .card.refinement .card-body#refinement-talla ul li {
          display: inline;
          padding: 0; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Negro {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    background: #000;
    border-radius: 50%;
    display: block;
    position: relative; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Negro.disabled {
      opacity: 0.2; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Gris {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    background: #999999;
    border-radius: 50%;
    display: block;
    position: relative; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Gris.disabled {
      opacity: 0.2; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Azul {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    background: #006699;
    border-radius: 50%;
    display: block;
    position: relative; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Azul.disabled {
      opacity: 0.2; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Verde {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    background: #006633;
    border-radius: 50%;
    display: block;
    position: relative; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Verde.disabled {
      opacity: 0.2; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Amarillo {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    background: #fafa00;
    border-radius: 50%;
    display: block;
    position: relative; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Amarillo.disabled {
      opacity: 0.2; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Natural {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    background: #ffcc99;
    border-radius: 50%;
    display: block;
    position: relative; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Natural.disabled {
      opacity: 0.2; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Rosa {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    background: #ff9999;
    border-radius: 50%;
    display: block;
    position: relative; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Rosa.disabled {
      opacity: 0.2; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Morado {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    background: #996699;
    border-radius: 50%;
    display: block;
    position: relative; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Morado.disabled {
      opacity: 0.2; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Bronce {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    background: #826c5e;
    border-radius: 50%;
    display: block;
    position: relative; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Bronce.disabled {
      opacity: 0.2; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Rojo {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    background: #cc3333;
    border-radius: 50%;
    display: block;
    position: relative; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Rojo.disabled {
      opacity: 0.2; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Marron {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    background: #663300;
    border-radius: 50%;
    display: block;
    position: relative; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Marron.disabled {
      opacity: 0.2; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Oro {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    background: #bdae92;
    border-radius: 50%;
    display: block;
    position: relative; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Oro.disabled {
      opacity: 0.2; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Naranja {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    background: #ff6633;
    border-radius: 50%;
    display: block;
    position: relative; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Naranja.disabled {
      opacity: 0.2; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Plata {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    background: #999999;
    border-radius: 50%;
    display: block;
    position: relative; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Plata.disabled {
      opacity: 0.2; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Blanco {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: relative; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Blanco.disabled {
      opacity: 0.2; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Multicolor {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 26px;
    background: linear-gradient(180deg, #cc3333, #006633, #fafa00, #006699);
    border-radius: 50%;
    display: block;
    position: relative; }
    .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle-Multicolor.disabled {
      opacity: 0.2; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .refinement-color .swatch-circle.selected::after {
    display: table-caption;
    position: absolute;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: solid 3px black;
    content: '';
    background-color: transparent;
    top: -5px;
    left: -5px; }
  .search-results #product-search-results .victoria-refinement-bar .refinements .reset.btn-link,
  .search-results #product-search-results .victoria-refinement-bar .refinements .filters-applied.btn-link {
    padding: 18px 15px 15px;
    font-family: "FuturaStd-Light";
    font-size: 12px;
    text-decoration: underline;
    color: #000; }
    @media (max-width: 991px) {
      .search-results #product-search-results .victoria-refinement-bar .refinements .reset.btn-link,
      .search-results #product-search-results .victoria-refinement-bar .refinements .filters-applied.btn-link {
        border: solid 1px #000;
        border-radius: 0;
        margin: 20px 0; } }
  @media (min-width: 991px) {
    .search-results #product-search-results .victoria-refinement-bar .refinements .filters-applied.btn-link {
      display: none; } }
  .search-results #product-search-results .product-grid .row.data-row,
  .search-results #product-search-results .product-grid .row.new-row {
    margin: 0 -6px; }
  .search-results #product-search-results .product-grid .region,
  .search-results #product-search-results .product-grid .col-sel.col-6 {
    padding: 0 6px; }

.search-results .result-count.col {
  text-align: center;
  font-family: "FuturaStd-Light";
  letter-spacing: 0.28px;
  font-size: 14px;
  margin-top: 20px; }
  @media (max-width: 991px) {
    .search-results .result-count.col {
      font-size: 15px; } }
  .search-results .result-count.col .content-asset {
    display: inline-block; }
  .search-results .result-count.col .search-keywords {
    font-family: "FuturaStd-Medium"; }
  .search-results .result-count.col .no-search-form-title {
    margin-top: 28px; }
  .search-results .result-count.col .site-search-no-results {
    margin-top: 50px; }
    .search-results .result-count.col .site-search-no-results .search-field-no-result {
      width: 270px;
      border: unset;
      padding-right: 0;
      border-radius: unset;
      border-bottom: 1px solid #000;
      box-shadow: none;
      font-size: 12px;
      text-align: center;
      font-family: "FuturaStd-Medium";
      text-align: center; }
      .search-results .result-count.col .site-search-no-results .search-field-no-result:focus {
        outline: none;
        box-shadow: none; }

.slick-dots li button:before {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 3px;
  background-color: #000; }

.slick-carousel .product-details {
  text-align: left; }

.slick-carousel .slick-next {
  background-image: url(../images/icon-arrow-down.svg);
  background-repeat: no-repeat;
  transform: rotate(-90deg); }

.slick-carousel .slick-prev {
  background-image: url(../images/icon-arrow-down.svg);
  background-repeat: no-repeat;
  transform: rotate(90deg); }

.slick-carousel .slick-prev:before,
.slick-carousel .slick-next:before {
  color: transparent; }

.slick-carousel .slick-dots {
  bottom: -30px; }
  .slick-carousel .slick-dots li {
    width: 25px;
    height: 3px; }

.slot-content h3 {
  font-family: "FuturaStd-Medium";
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  text-align: left; }

.SelectedCategories__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(180px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-pack: center;
      justify-content: center;
  place-items: center; }
  @media (max-width: 992px) {
    .SelectedCategories__grid {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin-top: 0;
      overflow-x: auto;
      padding-bottom: 7px;
      gap: 40px;
      margin-bottom: 25px; } }
  .SelectedCategories__grid__item__link {
    text-decoration: none;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: max-content; }
    .SelectedCategories__grid__item__link:hover {
      text-decoration: none; }
    .SelectedCategories__grid__item__link span {
      font-family: "FuturaStd-Medium";
      color: #000;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 400;
      border-bottom: transparent solid 2px; }
      .SelectedCategories__grid__item__link span:hover {
        border-bottom: #000 solid 2px;
        font-weight: 700;
        text-decoration: none; }

.overlayFilters {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2147483648;
  display: none; }

.floatFilters {
  position: fixed;
  top: 0;
  --float-filters-width: 500px;
  right: calc(-1 * var(--float-filters-width));
  z-index: 2147483649;
  background: white;
  height: 100%;
  min-width: 500px;
  transition: 0.6s all cubic-bezier(0.4, 0, 1, 1); }
  @media (max-width: 992px) {
    .floatFilters {
      min-width: 100%;
      --float-filters-width: 100%; } }
  .floatFilters .container {
    padding: 30px;
    overflow-y: auto;
    max-height: 100vh;
    padding-bottom: 105px; }
    .floatFilters .container .head {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      gap: 20px;
      margin-bottom: 25px; }
      .floatFilters .container .head p {
        color: #000;
        font-family: "FuturaStd-Heavy";
        font-size: 16px;
        font-style: normal; }
        @media (max-width: 992px) {
          .floatFilters .container .head p {
            font-size: 14px; } }
      .floatFilters .container .head .closefilters {
        cursor: pointer; }
    .floatFilters .container .body .orderFilters .up {
      border-bottom: 1px solid #BEBEBE;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer;
      padding-bottom: 7px; }
      .floatFilters .container .body .orderFilters .up p {
        color: #000;
        font-family: "FuturaStd-Heavy";
        font-size: 16px;
        font-style: normal;
        margin-bottom: 0; }
        @media (max-width: 992px) {
          .floatFilters .container .body .orderFilters .up p {
            font-size: 14px; } }
      .floatFilters .container .body .orderFilters .up .icon {
        display: -ms-flexbox;
        display: flex; }
        .floatFilters .container .body .orderFilters .up .icon .less {
          display: none; }
    .floatFilters .container .body .orderFilters .options {
      margin-top: 12px;
      display: none; }
      .floatFilters .container .body .orderFilters .options .values {
        list-style: none;
        padding: 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        gap: 10px; }
        .floatFilters .container .body .orderFilters .options .values li {
          padding: 0;
          width: 100%;
          max-width: 100%; }
          .floatFilters .container .body .orderFilters .options .values li button {
            border: none;
            background: transparent;
            color: #000;
            font-family: "FuturaStd-Light";
            font-weight: 400;
            font-size: 16px;
            font-style: normal;
            cursor: pointer; }
            @media (max-width: 992px) {
              .floatFilters .container .body .orderFilters .options .values li button {
                font-size: 14px; } }
            .floatFilters .container .body .orderFilters .options .values li button.selected {
              font-weight: 600; }
            .floatFilters .container .body .orderFilters .options .values li button:focus, .floatFilters .container .body .orderFilters .options .values li button:active {
              outline: none; }
            .floatFilters .container .body .orderFilters .options .values li button:hover {
              font-weight: 600; }
            .floatFilters .container .body .orderFilters .options .values li button::before {
              content: "";
              display: inline-block;
              width: 2px;
              height: 2px;
              border: 1px solid #000;
              background: #000;
              margin-right: 8px;
              vertical-align: middle;
              border-radius: 50px; }
    .floatFilters .container .body .refinements {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
      .floatFilters .container .body .refinements .myrefinement {
        width: 100%;
        margin-bottom: 15px; }
        .floatFilters .container .body .refinements .myrefinement .up {
          border-bottom: 1px solid #BEBEBE;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center;
          cursor: pointer;
          padding-bottom: 7px; }
          .floatFilters .container .body .refinements .myrefinement .up p {
            color: #000;
            font-family: "FuturaStd-Heavy";
            font-size: 16px;
            font-style: normal;
            margin-bottom: 0; }
            @media (max-width: 992px) {
              .floatFilters .container .body .refinements .myrefinement .up p {
                font-size: 14px; } }
          .floatFilters .container .body .refinements .myrefinement .up .icon {
            display: -ms-flexbox;
            display: flex; }
            .floatFilters .container .body .refinements .myrefinement .up .icon .less {
              display: none; }
        .floatFilters .container .body .refinements .myrefinement .options {
          margin-top: 12px;
          display: none; }
          .floatFilters .container .body .refinements .myrefinement .options .values {
            list-style: none;
            padding: 0;
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 1fr;
                grid-template-columns: 1fr;
            gap: 10px; }
            .floatFilters .container .body .refinements .myrefinement .options .values li {
              padding: 0;
              width: 100%;
              max-width: 100%; }
              .floatFilters .container .body .refinements .myrefinement .options .values li button {
                border: none;
                background: transparent;
                color: #000;
                font-family: "FuturaStd-Light";
                font-weight: 400;
                font-size: 16px;
                font-style: normal; }
                @media (max-width: 992px) {
                  .floatFilters .container .body .refinements .myrefinement .options .values li button {
                    font-size: 14px; } }
                .floatFilters .container .body .refinements .myrefinement .options .values li button .selected {
                  font-weight: 600; }
                .floatFilters .container .body .refinements .myrefinement .options .values li button:focus, .floatFilters .container .body .refinements .myrefinement .options .values li button:active {
                  outline: none; }
                .floatFilters .container .body .refinements .myrefinement .options .values li button:hover {
                  font-weight: 600; }
                .floatFilters .container .body .refinements .myrefinement .options .values li button::before {
                  content: "";
                  display: inline-block;
                  width: 2px;
                  height: 2px;
                  border: 1px solid #000;
                  background: #000;
                  margin-right: 8px;
                  vertical-align: middle;
                  border-radius: 50px; }
        .floatFilters .container .body .refinements .myrefinement.size .options {
          margin-top: 0px; }
          .floatFilters .container .body .refinements .myrefinement.size .options .values {
            list-style: none;
            padding: 0;
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: (minmax(60px, 1fr))[auto-fit];
                grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); }
            .floatFilters .container .body .refinements .myrefinement.size .options .values li {
              padding: 0;
              width: auto;
              max-width: -webkit-min-content;
              max-width: min-content;
              margin: auto; }
              .floatFilters .container .body .refinements .myrefinement.size .options .values li button {
                border: none;
                background: transparent;
                color: #000;
                font-family: "FuturaStd-Medium";
                font-size: 16px;
                font-style: normal;
                padding: 6px 13px;
                transition: 0.3s all; }
                @media (max-width: 992px) {
                  .floatFilters .container .body .refinements .myrefinement.size .options .values li button {
                    font-size: 14px; } }
                .floatFilters .container .body .refinements .myrefinement.size .options .values li button:has(span.selected) {
                  background-color: #000;
                  color: white;
                  font-weight: unset; }
                .floatFilters .container .body .refinements .myrefinement.size .options .values li button .selected {
                  font-weight: unset; }
                .floatFilters .container .body .refinements .myrefinement.size .options .values li button:hover {
                  background-color: #000;
                  color: white;
                  font-weight: unset; }
                .floatFilters .container .body .refinements .myrefinement.size .options .values li button::before {
                  display: none; }
        .floatFilters .container .body .refinements .myrefinement.color .options {
          margin-top: 12px; }
          .floatFilters .container .body .refinements .myrefinement.color .options .values {
            list-style: none;
            padding: 0;
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: (minmax(75px, 1fr))[auto-fit];
                grid-template-columns: repeat(auto-fit, minmax(75px, 1fr)); }
            .floatFilters .container .body .refinements .myrefinement.color .options .values li {
              padding: 0;
              width: auto;
              max-width: -webkit-min-content;
              max-width: min-content;
              margin: auto; }
              .floatFilters .container .body .refinements .myrefinement.color .options .values li button {
                border: none;
                background: transparent;
                color: #000;
                font-family: "FuturaStd-Medium";
                font-size: 16px;
                font-style: normal; }
                @media (max-width: 992px) {
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button {
                    font-size: 14px; } }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button::before {
                  display: none; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button:hover {
                  font-weight: unset; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Negro {
                  border: 1px solid rgba(0, 0, 0, 0.3);
                  width: 26px;
                  height: 26px;
                  background: #000;
                  border-radius: 50%;
                  display: block;
                  position: relative; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Negro.disabled {
                    opacity: 0.2; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Negro.selected {
                    border: 2px solid #000; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Gris {
                  border: 1px solid rgba(0, 0, 0, 0.3);
                  width: 26px;
                  height: 26px;
                  background: #999999;
                  border-radius: 50%;
                  display: block;
                  position: relative; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Gris.disabled {
                    opacity: 0.2; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Gris.selected {
                    border: 2px solid #000; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Azul {
                  border: 1px solid rgba(0, 0, 0, 0.3);
                  width: 26px;
                  height: 26px;
                  background: #006699;
                  border-radius: 50%;
                  display: block;
                  position: relative; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Azul.disabled {
                    opacity: 0.2; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Azul.selected {
                    border: 2px solid #000; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Verde {
                  border: 1px solid rgba(0, 0, 0, 0.3);
                  width: 26px;
                  height: 26px;
                  background: #006633;
                  border-radius: 50%;
                  display: block;
                  position: relative; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Verde.disabled {
                    opacity: 0.2; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Verde.selected {
                    border: 2px solid #000; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Amarillo {
                  border: 1px solid rgba(0, 0, 0, 0.3);
                  width: 26px;
                  height: 26px;
                  background: #fafa00;
                  border-radius: 50%;
                  display: block;
                  position: relative; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Amarillo.disabled {
                    opacity: 0.2; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Amarillo.selected {
                    border: 2px solid #000; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Natural {
                  border: 1px solid rgba(0, 0, 0, 0.3);
                  width: 26px;
                  height: 26px;
                  background: #ffcc99;
                  border-radius: 50%;
                  display: block;
                  position: relative; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Natural.disabled {
                    opacity: 0.2; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Natural.selected {
                    border: 2px solid #000; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Rosa {
                  border: 1px solid rgba(0, 0, 0, 0.3);
                  width: 26px;
                  height: 26px;
                  background: #ff9999;
                  border-radius: 50%;
                  display: block;
                  position: relative; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Rosa.disabled {
                    opacity: 0.2; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Rosa.selected {
                    border: 2px solid #000; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Morado {
                  border: 1px solid rgba(0, 0, 0, 0.3);
                  width: 26px;
                  height: 26px;
                  background: #996699;
                  border-radius: 50%;
                  display: block;
                  position: relative; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Morado.disabled {
                    opacity: 0.2; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Morado.selected {
                    border: 2px solid #000; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Bronce {
                  border: 1px solid rgba(0, 0, 0, 0.3);
                  width: 26px;
                  height: 26px;
                  background: #826c5e;
                  border-radius: 50%;
                  display: block;
                  position: relative; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Bronce.disabled {
                    opacity: 0.2; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Bronce.selected {
                    border: 2px solid #000; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Rojo {
                  border: 1px solid rgba(0, 0, 0, 0.3);
                  width: 26px;
                  height: 26px;
                  background: #cc3333;
                  border-radius: 50%;
                  display: block;
                  position: relative; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Rojo.disabled {
                    opacity: 0.2; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Rojo.selected {
                    border: 2px solid #000; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Marron {
                  border: 1px solid rgba(0, 0, 0, 0.3);
                  width: 26px;
                  height: 26px;
                  background: #663300;
                  border-radius: 50%;
                  display: block;
                  position: relative; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Marron.disabled {
                    opacity: 0.2; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Marron.selected {
                    border: 2px solid #000; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Oro {
                  border: 1px solid rgba(0, 0, 0, 0.3);
                  width: 26px;
                  height: 26px;
                  background: #bdae92;
                  border-radius: 50%;
                  display: block;
                  position: relative; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Oro.disabled {
                    opacity: 0.2; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Oro.selected {
                    border: 2px solid #000; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Naranja {
                  border: 1px solid rgba(0, 0, 0, 0.3);
                  width: 26px;
                  height: 26px;
                  background: #ff6633;
                  border-radius: 50%;
                  display: block;
                  position: relative; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Naranja.disabled {
                    opacity: 0.2; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Naranja.selected {
                    border: 2px solid #000; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Plata {
                  border: 1px solid rgba(0, 0, 0, 0.3);
                  width: 26px;
                  height: 26px;
                  background: #999999;
                  border-radius: 50%;
                  display: block;
                  position: relative; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Plata.disabled {
                    opacity: 0.2; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Plata.selected {
                    border: 2px solid #000; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Blanco {
                  border: 1px solid rgba(0, 0, 0, 0.3);
                  width: 26px;
                  height: 26px;
                  background: #fff;
                  border-radius: 50%;
                  display: block;
                  position: relative; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Blanco.disabled {
                    opacity: 0.2; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Blanco.selected {
                    border: 2px solid #000; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Multicolor {
                  border: 1px solid rgba(0, 0, 0, 0.3);
                  width: 26px;
                  height: 26px;
                  background: linear-gradient(180deg, #cc3333, #006633, #fafa00, #006699);
                  border-radius: 50%;
                  display: block;
                  position: relative; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Multicolor.disabled {
                    opacity: 0.2; }
                  .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle.swatch-circle-Multicolor.selected {
                    border: 2px solid #000; }
                .floatFilters .container .body .refinements .myrefinement.color .options .values li button .swatch-circle:hover {
                  border: 2px solid #000; }
      .floatFilters .container .body .refinements .buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        width: 100%;
        gap: 12px;
        margin-top: 35px;
        position: absolute;
        bottom: 0px;
        left: 0;
        padding: 0 30px;
        padding-bottom: 30px;
        padding-top: 15px;
        background-color: white;
        z-index: 10; }
        .floatFilters .container .body .refinements .buttons button {
          width: 100%;
          color: #FFF;
          background-color: #000;
          font-family: "FuturaStd-Medium";
          font-size: 16px;
          font-style: normal;
          transition: all 0.6s;
          text-transform: initial;
          letter-spacing: normal; }
          @media (max-width: 992px) {
            .floatFilters .container .body .refinements .buttons button {
              font-size: 14px; } }
          .floatFilters .container .body .refinements .buttons button:hover {
            background-color: transparent;
            color: #000;
            border: 1px solid #000; }

button.filterAndOrder {
  background: transparent;
  border: none;
  font-size: 16px;
  color: #000;
  font-family: "FuturaStd-Heavy";
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px; }
  @media (max-width: 992px) {
    button.filterAndOrder {
      font-size: 13px;
      margin-bottom: 10px; } }
  button.filterAndOrder:focus {
    outline: none; }

#refinement-bar {
  display: none; }

.container.floatFilterDesktop {
  background-color: white;
  padding-right: 31px;
  padding-left: 31px;
  padding-top: 10px; }
