.swatch-circle-beige {
  width: 0.875rem;
  height: 0.875rem;
  background: #f5f5dc;
  border-radius: 0.875rem;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 1.38em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  width: 0.875rem;
  height: 0.875rem;
  background: #000;
  border-radius: 0.875rem;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 1.38em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  width: 0.875rem;
  height: 0.875rem;
  background: #0070d2;
  border-radius: 0.875rem;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 1.38em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  width: 0.875rem;
  height: 0.875rem;
  background: #a52a2a;
  border-radius: 0.875rem;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 1.38em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  width: 0.875rem;
  height: 0.875rem;
  background: #5c9315;
  border-radius: 0.875rem;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  width: 1.38em;
  height: 1.38em;
  background: #5c9315;
  border-radius: 1.38em;
  background-color: #5c9315;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  width: 0.875rem;
  height: 0.875rem;
  background: #8f979d;
  border-radius: 0.875rem;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 1.38em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  width: 0.875rem;
  height: 0.875rem;
  background: #000080;
  border-radius: 0.875rem;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 1.38em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  width: 0.875rem;
  height: 0.875rem;
  background: #ffa500;
  border-radius: 0.875rem;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 1.38em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  width: 0.875rem;
  height: 0.875rem;
  background: #fe249a;
  border-radius: 0.875rem;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 1.38em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  width: 0.875rem;
  height: 0.875rem;
  background: #800080;
  border-radius: 0.875rem;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 1.38em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  width: 0.875rem;
  height: 0.875rem;
  background: #f00;
  border-radius: 0.875rem;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 1.38em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  width: 0.875rem;
  height: 0.875rem;
  background: #f5f5f5;
  border-radius: 0.875rem;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  width: 1.38em;
  height: 1.38em;
  background: #f5f5f5;
  border-radius: 1.38em;
  background-color: #f5f5f5;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  width: 0.875rem;
  height: 0.875rem;
  background: #ff0;
  border-radius: 0.875rem;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 1.38em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous,
.swatch-circle-multicolor {
  background: conic-gradient(from 180deg at 50% 50%, rgba(219, 18, 0, 0.32) 0deg, rgba(225, 88, 29, 0.66) 76.8750017881deg, rgba(215, 166, 30, 0.53) 148.1250035763deg, rgba(161, 206, 33, 0.42) 215.6249928474deg, rgba(93, 164, 187, 0.45) 285.0000071526deg, rgba(203, 0, 146, 0.32) 360deg);
  background-repeat: repeat;
  background-repeat: repeat-y, repeat;
  border-radius: 0.875rem;
  display: block;
  height: 0.875rem;
  position: relative;
  width: 0.875rem;
}
.swatch-circle-miscellaneous.disabled,
.swatch-circle-multicolor.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after,
.swatch-circle-multicolor.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

/* Start - PLP swatch */
.swatch-mark.color-value[data-selected=true]::after {
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.swatch-mark.color-value.selected::after {
  background: #fff;
  border-radius: 3px;
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}

.disabled {
  pointer-events: none;
}

.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;
}

/* End - PLP swatch */
/* Start - PDP swatch */
.product-detail .attributes .swatch-circle {
  width: 0;
  height: 0;
  background: #fff;
  border-radius: 0;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-detail .attributes .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 3px;
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.product-detail .attributes .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}
.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #495057;
}

/* End - PDP swatch */
.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%);
}

/**
* All font sizes are in px
**/
h1,
h2,
h3,
h4,
.h4 {
  font-family: "Avenir-Roman";
  color: #000;
  font-weight: 400;
}

h5,
h6 {
  font-family: "Avenir-Roman";
  color: #454b4c;
  font-weight: 400;
}

h1 {
  line-height: normal;
  font-size: 2.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h1 {
    font-size: 3.625rem;
    font-weight: 700;
  }
}

h2 {
  line-height: normal;
  font-size: 1.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h2 {
    font-size: 1.25rem;
    font-weight: 800;
  }
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 0.75rem;
}
@media (min-width: 769px) {
  h3 {
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.375rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.125rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1rem;
}

/**
* All font sizes are in px
**/
body, .grid-header select,
.content-grid-header select {
  font-family: "Avenir-Roman";
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  body, .grid-header select,
  .content-grid-header select {
    font-size: 1rem;
    font-weight: 400;
  }
}

.text-strong {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  .text-strong {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
.text-strike-through {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: calc(normal / 16)rem;
}
@media (min-width: 769px) {
  .text-strike-through {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: calc(normal / 16)rem;
  }
}

.small-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strong {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .small-text-strong {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strike-through {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text-strike-through {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}

.cta {
  background: transparent;
  border-color: transparent;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .cta {
    font-weight: 600;
    line-height: 1.0625rem;
  }
}

.btn {
  font-family: "Avenir-Roman";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: initial;
  letter-spacing: 0.08625rem;
  border: none;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  text-decoration: none;
}
@media (min-width: 769px) {
  .btn {
    border: none;
    padding: 0.625rem 1.875rem 0.625rem 1.875rem;
    text-decoration: none;
    letter-spacing: 0.04rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
  }
}
.btn-primary {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 0;
  text-decoration: none;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:hover {
  background-color: #343a40;
  border: none;
  text-decoration: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  background-color: #000;
  color: #fff;
  border: none;
  text-decoration: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #e0e4e5;
  border-color: #e0e4e5;
  color: #655f56;
  opacity: 1;
}
.btn-outline-primary {
  -webkit-box-shadow: inset 0 0 0 1px #000;
          box-shadow: inset 0 0 0 1px #000;
  color: #000;
  border: none;
  border-radius: 0;
  text-decoration: none;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:focus {
  -webkit-box-shadow: inset 0 0 0 2px #000 !important;
          box-shadow: inset 0 0 0 2px #000 !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #000;
}
.btn-outline-primary:hover {
  background-color: #000;
  color: #fff;
  border: none;
  text-decoration: none;
}
.btn-outline-primary.white {
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}
.btn-outline-primary.white:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.white:not(:disabled):not(.disabled).active:focus, .btn-outline-primary.white:focus {
  -webkit-box-shadow: inset 0 0 0 1px #fff !important;
          box-shadow: inset 0 0 0 1px #fff !important;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #000;
  opacity: 0.5;
}
.btn-100 {
  width: 100%;
}
.btn-50 {
  width: 50%;
}
.btn-reset-style {
  border: none;
  background: transparent;
}
.close-button .btn {
  opacity: 1;
  color: #fff;
  width: 100%;
}
.close-button .btn span {
  font-size: 2.375rem;
  font-weight: 100;
}
.btn.link-style {
  background: transparent;
  border: none;
  text-decoration: underline !important;
  padding: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}
.btn.link-style:hover {
  text-decoration: none !important;
}
.btn.link-style.back-to-plp {
  position: absolute;
  font-family: "Avenir-Roman";
  line-height: 1.375rem;
  left: 0.9375rem;
  top: 1.4375rem;
}
.btn.link-style.store-stock__btn {
  padding: 0;
  font-family: "Avenir-Roman";
}
@media (min-width: 992px) {
  .description-and-detail .btn.link-style {
    font-size: 1rem;
  }
}
.btn.oauth-google {
  -webkit-box-shadow: inset 0 0 0 1px #d5423c;
          box-shadow: inset 0 0 0 1px #d5423c;
  color: #d5423c;
}
.btn.oauth-google:hover {
  background-color: transparent;
}
.btn.oauth-facebook {
  -webkit-box-shadow: inset 0 0 0 1px #4267b2;
          box-shadow: inset 0 0 0 1px #4267b2;
  color: #4267b2;
}
.btn.oauth-facebook:hover {
  background-color: transparent;
}
.btn.max-button-width-300 {
  max-width: 18.75rem;
  margin: 0 auto;
}

a.tertiary-button, .tertiary-button.btn.link-style {
  text-decoration: none;
  color: #000;
}

button.tertiary-button {
  border: none;
  background: transparent;
  padding: 0;
  color: #000;
}

.no-underline {
  text-decoration: none !important;
}

.tertiary-button {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-family: "Avenir-Heavy";
  font-style: normal;
  letter-spacing: 0.48px;
  display: inline-block;
  position: relative;
}
.store-stock .tertiary-button {
  font-size: 0.875rem;
}
.tertiary-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
button:focus,
select:focus {
  outline-style: auto;
}
button:focus:not(:focus-visible),
select:focus:not(:focus-visible) {
  outline: 0;
}

.custom-btn {
  color: #000;
  border: none;
  background-color: transparent;
  padding: 0.625rem 0;
  text-decoration: none;
  font-weight: 500;
}
.custom-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:focus,
.btn.focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgb(0, 0, 0);
          box-shadow: 0 0 0 0.1rem rgb(0, 0, 0);
}

#ot-sdk-btn.ot-sdk-show-settings {
  font-size: 0.875rem !important;
  color: #fff !important;
  border: none !important;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem !important;
  line-height: 1.5rem !important;
  background-color: #000;
  border-radius: 0;
  text-decoration: none;
}
@media (min-width: 769px) {
  #ot-sdk-btn.ot-sdk-show-settings {
    padding: 0.625rem 1.875rem 0.625rem 1.875rem !important;
  }
}
#ot-sdk-btn.ot-sdk-show-settings:not(:disabled):not(.disabled):active, #ot-sdk-btn.ot-sdk-show-settings:not(:disabled):not(.disabled).active, #ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: #343a40 !important;
}
#ot-sdk-btn.ot-sdk-show-settings.disabled, #ot-sdk-btn.ot-sdk-show-settings:disabled {
  background-color: #e0e4e5 !important;
  border-color: #e0e4e5 !important;
  color: #655f56 !important;
  opacity: 1 !important;
}

.page-number {
  text-decoration: none;
  font-size: 0.875rem;
  border: 0.0625rem solid #cfcfcf;
  padding: 0.75rem 0.9375rem;
  color: #757f82;
}
.page-number.selected-page {
  border: 0.125rem solid #000;
  border-radius: 0.125rem;
  color: #000;
}

.pagination-arrow {
  padding: 0.625rem;
}
.pagination-arrow.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.refinement-variant-side ::-webkit-scrollbar {
  width: 3px;
}
.refinement-variant-side ::-webkit-scrollbar-button {
  display: none;
}
.refinement-variant-side ::-webkit-scrollbar-track {
  background-color: #fff;
}
.refinement-variant-side ::-webkit-scrollbar-thumb {
  background-color: #545454;
  border-radius: 10px;
  border: none;
  min-height: 20px;
}
.refinement-variant-side .close {
  opacity: 1;
}
.refinement-variant-side .refinement-bar {
  background-color: #fff;
  display: none;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 101;
  max-width: 35.125rem;
  stroke-width: 1px;
  stroke: #e8e8e8;
  padding: 0 5.875rem 0 2.8125rem;
}
.refinement-variant-side .refinement-bar ::-webkit-scrollbar {
  width: 3px;
}
.refinement-variant-side .refinement-bar ::-webkit-scrollbar-button {
  display: none;
}
.refinement-variant-side .refinement-bar ::-webkit-scrollbar-track {
  background-color: #fff;
}
.refinement-variant-side .refinement-bar ::-webkit-scrollbar-thumb {
  background-color: #545454;
  border-radius: 10px;
  border: none;
  min-height: 20px;
}
.refinement-variant-side .refinement-bar__content {
  max-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 0.625rem;
}
.refinement-variant-side .refinement-bar ul {
  padding-left: 0;
  list-style: none;
}
@media (max-width: 543.98px) {
  .refinement-variant-side .refinement-bar {
    position: fixed;
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 0 1.375rem;
  }
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .refinement-variant-side .refinements .header li,
  .refinement-variant-side .refinements .values li {
    display: inline-block;
  }
}
.refinement-variant-side .refinements .header {
  font-size: 1.125em;
  color: #444;
}
.refinement-variant-side .refinements ul {
  overflow: auto;
}
.refinement-variant-side .refinements ul li button {
  border: none;
  color: var(--skin-link-color-1);
  background-color: transparent;
}
.refinement-variant-side .refinements li {
  list-style-type: none;
  padding-left: 0;
}
.refinement-variant-side .refinements li.color-attribute {
  display: inline-block;
  padding-left: 0;
}
.refinement-variant-side .refinements li.color-attribute button {
  padding: 0;
}
.refinement-variant-side .refinements li.disabled {
  opacity: 0.5;
}
@media (max-width: 543.98px) {
  .refinement-variant-side .refinements {
    padding: 0;
  }
}
.refinement-variant-side .refinements .card-header span {
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: inherit;
  margin-bottom: 0;
}
.refinement-variant-side .refinements .card.refinement {
  border-top: 1px solid lightgrey;
  margin: 0;
  padding: 0.75rem 0 1.125rem 0;
}
.refinement-variant-side .filter-bar li {
  list-style: none;
  float: left;
  margin-left: 0.3125em;
  margin-right: 0.3125em;
}
.refinement-variant-side .filter-bar li:first-child {
  margin-left: 0;
}
.refinement-variant-side .filter-bar li.filter-value {
  border: 1px solid #ccc;
  padding: 0.3125em;
  border-radius: 3px;
  position: relative;
}
.refinement-variant-side .filter-bar li.filter-value button {
  color: black;
  border: none;
  padding: 0 2rem 0 0.5rem;
}
.refinement-variant-side .filter-bar li.swatch-filter {
  font-size: 1.38em;
  position: relative;
  margin-top: 0.25rem;
}
.refinement-variant-side .filter-bar li.swatch-filter button {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.refinement-variant-side .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;
}
.refinement-variant-side .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;
}
.refinement-variant-side .refinement-header {
  overflow: auto;
}
.refinement-variant-side .refinement-btn-title::before {
  position: absolute;
  right: 0;
  top: 40%;
}
.refinement-variant-side .refinement-value-label {
  padding: 0.5rem 0.875rem;
  display: inline-block;
  font-size: 0.875rem;
}
.refinement-variant-side .attribute-item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.refinement-variant-side .filters-side-toggle-btn {
  font-weight: 400;
  font-family: "Avenir-Heavy";
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.56px;
}
@media (min-width: 992px) {
  .refinement-variant-side .filters-side-toggle-btn {
    letter-spacing: 0.64px;
    font-family: 1rem;
  }
}
.refinement-variant-side .reset-btn {
  border: 1px solid #000;
  border-radius: 0;
  margin-bottom: 2.5rem;
}
.refinement-variant-side .reset-btn.disabled {
  border-color: #e8e8e8;
  background-color: #e8e8e8;
  color: #fff;
}
.refinement-variant-side label {
  font-weight: 400;
  font-size: 0.875rem;
  padding-left: 1.25rem;
}
.refinement-variant-side .sort-by {
  font-size: 1.125rem;
}
.refinement-variant-side ul.sort-options-list li {
  margin: 0.625rem 0;
}

.refinement-variant-top .refinement-bar {
  overflow: auto;
}
@media (min-width: 769px) {
  .refinement-variant-top .refinement-bar {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    overflow: initial;
  }
}
.refinement-variant-top .refinement-bar ul {
  padding-left: 0;
}
@media (max-width: 768.98px) {
  .refinement-variant-top .refinement-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
            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: 101;
  }
}
@media (max-width: 543.98px) {
  .refinement-variant-top .refinement-bar {
    position: fixed;
    height: 100%;
  }
}
.refinement-variant-top .header-bar .close {
  opacity: 1;
  margin-top: 0.3125rem;
}
.refinement-variant-top .header-bar h2 {
  margin: 0;
}
.refinement-variant-top .refinement-text {
  margin-bottom: 1.875rem;
  padding: 0 0.9375rem;
}
@media (min-width: 769px) {
  .refinement-variant-top .refinements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 1.875rem 6.875rem;
    margin-bottom: 1.875rem;
  }
}
.refinement-variant-top .refinements .header,
.refinement-variant-top .refinements .values {
  padding: 0.313em 0;
}
.refinement-variant-top .refinements .header .values,
.refinement-variant-top .refinements .values .values {
  padding: 0;
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .refinement-variant-top .refinements .header li,
  .refinement-variant-top .refinements .values li {
    display: inline-block;
  }
}
.refinement-variant-top .refinements .header {
  font-size: 1.125em;
  color: #444;
}
.refinement-variant-top .refinements ul {
  overflow: auto;
}
.refinement-variant-top .refinements ul li {
  padding-left: 1px;
}
.refinement-variant-top .refinements ul li button {
  border: none;
  color: var(--skin-link-color-1);
  background-color: transparent;
}
.refinement-variant-top .refinements li {
  list-style-type: none;
  padding-left: 0;
}
.refinement-variant-top .refinements li > button {
  padding: 0.625rem 2.8125rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
@media (min-width: 769px) {
  .refinement-variant-top .refinements li > button {
    padding: 0.625rem 0;
  }
}
@media (min-width: 769px) {
  .refinement-variant-top .refinements li.attribute-item {
    display: inline-block;
  }
}
.refinement-variant-top .refinements li.attribute-item.col-md-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}
.refinement-variant-top .refinements li.disabled {
  opacity: 0.5;
}
@media (max-width: 543.98px) {
  .refinement-variant-top .refinements {
    padding: 0;
  }
}
.refinement-variant-top .refinements .card-header h2 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}
.refinement-variant-top .refinement-header {
  overflow: auto;
}
@media (min-width: 769px) {
  .refinement-variant-top .refinement {
    border-right: 1px solid #e8e8e8;
    padding: 0 1.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
  }
  .refinement-variant-top .refinement:last-child {
    padding-right: 0;
    border: none;
  }
}
@media (max-width: 768.98px) {
  .refinement-variant-top .refinement.card {
    padding: 1.125rem 0.625rem;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
  }
  .refinement-variant-top .refinement.card:first-child {
    padding-top: 0;
  }
  .refinement-variant-top .refinement.card:last-child {
    border-bottom: none;
  }
  .refinement-variant-top .refinement .card-header {
    padding: 0;
    border: none;
  }
}
.refinement-variant-top .refinement a, .refinement-variant-top .refinement .btn.link-style {
  text-decoration: none;
}
.refinement-variant-top .refinement.refinement-category li {
  margin-left: 0;
  display: block;
}
.refinement-variant-top .refinement.refinement-category > ul > li {
  margin-left: 0;
}

.filter-header {
  padding: 1.4375rem 0.9375rem 1.875rem 0.9375rem;
}

.search-results .filter-info {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
}
@media (min-width: 992px) {
  .search-results .filter-info {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
}
.plp-page-header .filter-info {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .plp-page-header .filter-info {
    margin-bottom: 1.375rem;
  }
}

.filter-large .grid-header,
.filter-large .content-grid-header {
  margin: 0;
}
.filter-large .grid-header .result-count,
.filter-large .content-grid-header .result-count {
  margin: 0;
}
.grid-header .result-count h2,
.content-grid-header .result-count h2 {
  margin: 0;
  font-size: 0.875rem;
  color: #5a5a5a;
}
@media (min-width: 992px) {
  .grid-header .result-count h2,
  .content-grid-header .result-count h2 {
    font-size: 1rem;
  }
}
.grid-header .result-count .search-keywords,
.content-grid-header .result-count .search-keywords {
  text-transform: initial;
}
@media (max-width: 543.98px) {
  .grid-header .filter-results,
  .content-grid-header .filter-results {
    display: block;
    width: 100%;
  }
}
.grid-header select,
.content-grid-header select {
  border: 1px solid #000;
  border-left: none;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  height: 100%;
  font-family: "Avenir-Roman";
  background: none;
}
.grid-header .filter-element,
.content-grid-header .filter-element {
  padding-right: 0;
}
.grid-header .filter-element .btn,
.content-grid-header .filter-element .btn {
  height: 100%;
  border: 1px solid #000;
  border-radius: 0;
  font-weight: normal;
}
@supports (-webkit-touch-callout: none) {
  .grid-header .filter-element .btn,
  .content-grid-header .filter-element .btn {
    text-align: left;
    padding-left: 0.75rem;
  }
}
.grid-header .sort-element,
.content-grid-header .sort-element {
  padding-left: 0;
}

.search-result__wrap {
  margin-top: 1.25rem;
}

.filter-bar ul {
  padding-right: 0.8125rem;
  margin-bottom: 1.25rem;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 992px) {
  .filter-bar ul {
    margin-top: 0;
    margin-bottom: 0.9375rem;
    padding-right: 0.4375rem;
  }
}
.filter-bar li {
  list-style: none;
  float: left;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.4375rem;
}
.filter-bar li.filter-value {
  background-color: #e8e8e8;
  border-radius: 3px;
  position: relative;
}
.filter-bar li.filter-value .filter-label {
  margin-right: 0.3125rem;
  line-height: 1.5rem;
  letter-spacing: 0.48px;
  font-size: 0.75rem;
  font-family: "Avenir-Heavy";
}
@media (min-width: 992px) {
  .filter-bar li.filter-value .filter-label {
    letter-spacing: 0.56px;
    font-size: 0.875rem;
  }
}
.filter-bar li.filter-value button {
  color: black;
  border: none;
  padding: 0.25rem 0.75rem;
}
.filter-bar li.filter-value i {
  position: relative;
  top: 0.3125rem;
}

.filter-large {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 1.875rem;
  padding: 1.5rem 0 1.75rem 0;
}
@media (min-width: 769px) {
  .filter-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filter-large .title {
  line-height: 1.0625rem;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
}
.active .filter-large {
  margin-bottom: 0;
}

.content-search__image {
  height: 19.25rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-search__image.no-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.content-search__title {
  font-family: "Courier-New-Bold";
}
.content-search__date {
  color: #666;
  font-size: 0.75rem;
  letter-spacing: 0.24px;
  text-transform: capitalize;
  font-family: "Avenir-Heavy";
}
.content-search__category {
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 800;
}

.content-search-results {
  min-height: 21.875rem;
}
.content-search-results.search-category {
  margin-top: 0.875rem;
}
@media (min-width: 769px) {
  .content-search-results.search-category {
    margin-top: 1.875rem;
  }
}

#content-search-results .content-search__image {
  display: none;
}

.search-banner {
  background-image: url("https://www.agnesb.com/on/demandware.static/Sites-Agnesb-eu-Site/-/en/v1774070634242/css/pages/images/search.jpg");
  background-position-y: 40%;
}

.search-keywords {
  font-weight: bold;
}

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

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

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

.show-more,
.show-more-content,
.show-more-content-blog {
  padding: 0.938em;
  clear: both;
}

.see-all {
  display: block;
  margin: 0 auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: none;
  background: transparent;
  text-decoration: underline;
  color: #000;
}
@media (min-width: 992px) {
  .see-all {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.search-nav {
  margin-bottom: 1em;
}
.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;
}
.search-nav .nav-link:focus {
  background-color: #f9f9f9;
}

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

.secondary-bar {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  overflow: auto;
}
@media (max-width: 768.98px) {
  .secondary-bar button.reset {
    float: right;
  }
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .secondary-bar {
    padding: 0.938em 2.813em;
  }
}
@media (max-width: 543.98px) {
  .secondary-bar {
    padding: 0.938em;
  }
}

.nav-result-search {
  margin-top: 1.5625rem;
}
@media (min-width: 992px) {
  .nav-result-search {
    margin-top: 3.0625rem;
  }
}
.nav-result-search .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.0625rem;
}
@media (min-width: 992px) {
  .nav-result-search .nav-tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.nav-result-search .nav-tabs .nav-item > .nav-link {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.625rem 0;
}
@media (min-width: 992px) {
  .nav-result-search .nav-tabs .nav-item > .nav-link {
    font-size: 1rem;
    margin-right: 1.875rem;
  }
}
.nav-result-search .nav-tabs .nav-item > .nav-link.active {
  color: #000;
  font-family: "Avenir-Heavy";
  border-bottom: 1.5px solid #000;
}

.product-grid .product {
  height: 100%;
  min-height: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .product-grid .product-tile__head {
    min-height: 16.0625rem;
  }
}
@media screen and (min-width: 1240px) {
  .product-grid .product-tile__head {
    min-height: 22.5rem;
  }
}

.grid-footer .prev-page-button-slick,
.grid-footer .next-page-button-slick {
  background-color: transparent;
  border: none;
}
.grid-footer .prev-page-button-slick .icon-left-arrow,
.grid-footer .next-page-button-slick .icon-left-arrow {
  rotate: 180deg;
}
.grid-footer .prev-page-button-slick .icon-agnesb--ss.disabled,
.grid-footer .next-page-button-slick .icon-agnesb--ss.disabled {
  opacity: 0.5;
}
.grid-footer .prev-page-button-slick:has(.icon-agnesb--ss.disabled),
.grid-footer .next-page-button-slick:has(.icon-agnesb--ss.disabled) {
  cursor: auto;
}
.grid-footer .page-number {
  text-decoration: none;
  font-size: 0.875rem;
  border: 0.0625rem solid #cfcfcf;
  padding: 0.75rem 0.9375rem;
  color: #757f82;
}
.grid-footer .page-number.selected-page {
  border: 0.125rem solid #000;
  border-radius: 0.125rem;
  color: #000;
}
.grid-footer .see-all {
  display: inline-block;
  text-decoration: none;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.grid-footer .pagination-text-summary {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 0.125rem solid #000;
}
.grid-footer .pagination-text-summary,
.grid-footer .see-all {
  font-family: "Avenir-Roman";
  font-size: 0.875rem;
  font-weight: 900;
}

.search-results .plp-grid-padding .refinement-variant-side {
  margin-bottom: 1.5625rem;
}
@media (min-width: 992px) {
  .search-results .plp-grid-padding .refinement-variant-side {
    padding: 0 1.25rem;
    margin-bottom: 1.375rem;
  }
}

.plp-page-header h1 {
  font-size: 1.25rem;
  margin: 0 0 0.1875rem 0;
  font-weight: 400;
  font-family: "Courier-New-Bold";
  line-height: 1.875rem;
}
@media (min-width: 992px) {
  .plp-page-header h1 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.plp-page-header .category-description {
  font-size: 0.875rem;
  line-height: 1.5rem;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
@media (min-width: 992px) {
  .plp-page-header .category-description {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
.plp-page-header .category-description.collapsed {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3; /* limits to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.plp-page-header .read-more-btn:active {
  text-decoration: underline;
}
.plp-page-header .read-more-btn:hover {
  text-decoration: underline;
}
.plp-page-header .read-more-btn:focus {
  text-decoration: underline;
}

.search-title {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 1.125rem;
}
@media (min-width: 992px) {
  .search-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.out-of-stock-icon {
  opacity: 0.4;
}

.plp-grid-padding {
  padding: 0 1.25rem 0 1.375rem;
}
@media (min-width: 992px) {
  .plp-grid-padding {
    padding: 0;
  }
}

.read-more a, .read-more .btn.link-style {
  color: #757f82;
  font-family: "Avenir-Heavy";
}

.more-text {
  display: none;
}
@media (min-width: 1399px) {
  .more-text {
    display: block;
  }
}

.plp-banner {
  overflow-x: hidden;
}
.plp-banner__wrap {
  min-height: 14.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 0.5625rem;
}
@media (min-height: 500px) and (max-height: 999px) {
  .plp-banner__wrap {
    min-height: 14.375rem;
  }
}
@media (min-height: 1000px) {
  .plp-banner__wrap {
    min-height: 26.1875rem;
  }
}
@media (min-width: 1200px) {
  .plp-banner__wrap {
    margin-bottom: 1.625rem;
  }
}
.plp-banner img {
  width: 100vw;
}
.plp-banner__content {
  -ms-flex-item-align: center;
      align-self: center;
  z-index: 2;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  margin: 0 1.25rem;
}
.plp-banner__content h2 {
  line-height: normal;
  font-size: 2.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  .plp-banner__content h2 {
    font-size: 3.625rem;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .plp-banner__content {
    text-align: left;
    margin: 0 2.5rem;
  }
}
.plp-banner__text {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  .plp-banner__text {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.125rem;
  }
}

.children-categories__title {
  font-size: 1.25rem;
  font-family: "Avenir-Heavy";
  line-height: 1.875rem;
  margin-bottom: 1.875rem;
  font-weight: 400;
}
.children-categories__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin-bottom: 2.5625rem;
}
@media (min-width: 769px) {
  .children-categories__list {
    gap: 34px;
    margin-bottom: 3.9375rem;
  }
}
.children-categories__list a, .children-categories__list .btn.link-style {
  text-decoration: none;
  font-weight: 400;
  font-family: "Avenir-Heavy";
  text-transform: capitalize;
}

/**
* All font sizes are in px
**/
h1,
h2,
h3,
h4,
.h4 {
  font-family: "Avenir-Roman";
  color: #000;
  font-weight: 400;
}

h5,
h6 {
  font-family: "Avenir-Roman";
  color: #454b4c;
  font-weight: 400;
}

h1 {
  line-height: normal;
  font-size: 2.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h1 {
    font-size: 3.625rem;
    font-weight: 700;
  }
}

h2 {
  line-height: normal;
  font-size: 1.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h2 {
    font-size: 1.25rem;
    font-weight: 800;
  }
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 0.75rem;
}
@media (min-width: 769px) {
  h3 {
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.375rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.125rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1rem;
}

.product-recommendation {
  margin-bottom: 1.875rem;
}
.product-recommendation .carousel-items {
  display: none;
}
.product-detail .product-recommendation .carousel-items {
  display: block;
  font-size: 0.75rem;
  font-family: "Avenir-Heavy";
  color: #3b424a;
}
@media (min-width: 992px) {
  .product-detail .product-recommendation .carousel-items {
    display: none;
  }
}
.product-detail .product-recommendation__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-recommendation .recommendation-carousel {
  padding: 0 0 2.5rem 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .product-recommendation .recommendation-carousel {
    padding: 0 0 1.8125rem 0;
  }
}
.product-detail .product-recommendation .recommendation-carousel {
  padding: 0 0 2.0625rem 0;
}
.product-recommendation .product-tile-body__cart {
  display: none;
}
.product-recommendation__title {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: normal;
}
@media (min-width: 992px) {
  .product-recommendation__title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.product-recommendation .slick-list {
  margin: 0 -0.6875rem;
}
.product-recommendation .slick-slide {
  margin: 0 0.75rem;
}
.product-recommendation.content-recommendation .slick-list {
  margin: 0 -0.9375rem;
}
.product-recommendation.content-recommendation .slick-slide {
  margin: 0 0.9375rem;
}
.product-recommendation .product-tile {
  padding: 0;
  height: 100%;
}
.product-recommendation .slick-dots {
  bottom: -27px;
}
.product-recommendation .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
  padding: 9px;
}
.product-recommendation .slick-dots button {
  border: solid 0.5px #000;
  padding: 0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}
.product-recommendation .slick-dots button::before {
  display: none;
}
.product-recommendation .slick-dots .slick-active button {
  background-color: #000;
}
.product-recommendation .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.product-recommendation .slick-slide {
  height: auto;
}
.product-recommendation .slick-slide .product,
.product-recommendation .slick-slide > div {
  height: 100%;
}
.product-recommendation .slick-next,
.product-recommendation .slick-prev {
  top: 35%;
}
.product-recommendation .slick-button-disabled {
  opacity: 0.5;
}
.product-recommendation .prev-button-slick,
.product-recommendation .next-button-slick {
  background-color: transparent;
  border: none;
}
.product-recommendation .product-tags {
  margin-top: 0.625rem;
}