@font-face {
  font-family: "Inter-extrabold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"); }

@font-face {
  font-family: "Inter-bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "Inter-medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"); }

@font-face {
  font-family: "Inter-book";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Inter-Light.woff2") format("woff2"); }

.main-button {
  font-size: 15px;
  line-height: 36px;
  font-family: "Inter-bold", sans-serif;
  letter-spacing: -0.7px;
  color: #000;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #682f71;
  transition: all 0.3s ease-in-out; }
  @media screen and (min-width: 900px) {
    .main-button {
      font-size: 17px;
      letter-spacing: -0.9px;
      background: #fff;
      color: #000; }
      .main-button:hover {
        background: #682f71;
        color: #fff; } }

.page-heading {
  font-family: "Inter-bold", sans-serif; }

.accordion-block .accordion-content.is-open {
  position: absolute;
  background: #fff;
  border: 1px solid #efefef;
  width: 100%;
  left: 0;
  top: 50px;
  border-radius: 3px;
  z-index: 10; }
  @media screen and (min-width: 900px) {
    .accordion-block .accordion-content.is-open {
      position: static;
      border: none; } }

.accordion-block .facetedSearch-clearLink {
  display: none; }

.accordion-block .accordion-content.is-open {
  position: absolute;
  background: #fff;
  border: 1px solid #efefef;
  width: 100%;
  left: 0;
  top: 50px;
  border-radius: 3px;
  z-index: 10; }
  @media screen and (min-width: 900px) {
    .accordion-block .accordion-content.is-open {
      position: static;
      border: none; } }

.accordion-block .facetedSearch-clearLink {
  display: none; }

.actionBar {
  position: relative;
  margin: 0 !important; }
  @media screen and (min-width: 900px) {
    .actionBar .form-fieldset.actionBar-section {
      float: none; } }
  .actionBar .form-field {
    margin: 0 0 0 10px;
    border-radius: 20px !important;
    border: none !important; }
    @media screen and (min-width: 900px) {
      .actionBar .form-field {
        margin: 0;
        border-bottom: 0.8px solid #9595A2 !important;
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important; } }
    .actionBar .form-field label {
      background: #F7F7F7 0% 0% no-repeat padding-box;
      padding: 8.5px 9px;
      font-size: 14px;
      letter-spacing: -0.07px;
      color: #74747e;
      line-height: 17px;
      border-radius: 20px;
      margin: 0;
      white-space: nowrap; }
      @media screen and (min-width: 900px) {
        .actionBar .form-field label {
          background: transparent;
          padding: 20px 11.44px;
          font-size: 16px;
          letter-spacing: -0.16px;
          color: #313131;
          line-height: 19px;
          border-radius: 0;
          display: block; }
          .actionBar .form-field label .moNone {
            float: right; }
            .actionBar .form-field label .moNone svg {
              fill: #313131;
              stroke: #313131;
              width: 13px; } }
  .actionBar .form-select {
    color: #060606 !important;
    border-radius: 4px;
    z-index: 1;
    padding-right: 1.5rem;
    height: auto !important;
    margin-left: 10px;
    position: absolute;
    top: 3px;
    outline: 0px solid #0f7fff !important;
    outline-offset: 0px !important;
    background-position: right 0.75rem top 0.25rem;
    background-size: 1.75rem;
    font-size: 14px; }
    @media screen and (min-width: 900px) {
      .actionBar .form-select {
        right: 0px;
        top: 17px;
        background: transparent;
        background-position: right 0.5rem top 0.5rem;
        background-size: 1.28571rem;
        padding: 0.57143rem 1.5rem 0.57143rem 0.5rem; } }

#product-listing-container {
  margin-top: 24.5px; }
  @media screen and (min-width: 900px) {
    #product-listing-container {
      margin-top: 0; } }
  #product-listing-container .productGrid {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 12px; }
    @media screen and (min-width: 1200px) {
      #product-listing-container .productGrid {
        gap: 25px 18px; } }
    #product-listing-container .productGrid .product {
      width: 100%; }
      @media screen and (min-width: 350px) {
        #product-listing-container .productGrid .product {
          width: calc(50% - (12px / 2)); } }
      @media screen and (min-width: 600px) {
        #product-listing-container .productGrid .product {
          width: calc((100% / 3) - (24px / 3)); } }
      @media screen and (min-width: 1200px) {
        #product-listing-container .productGrid .product {
          width: calc(25% - (54px / 4)); } }
      #product-listing-container .productGrid .product._blank {
        display: none; }
  #product-listing-container .pagination-list .pagination-item .pagination-link {
    font-family: "Inter-medium", sans-serif; }
  #product-listing-container .pagination-list .pagination-item.pagination-item--next:before {
    content: none; }
  #product-listing-container .pagination-list .pagination-item.pagination-item--next > a {
    padding: 9px 16px;
    display: block;
    height: 100%;
    width: 32px;
    position: relative; }
    #product-listing-container .pagination-list .pagination-item.pagination-item--next > a:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 7px solid #682f71; }
    #product-listing-container .pagination-list .pagination-item.pagination-item--next > a i {
      display: none; }
  #product-listing-container .pagination-list .pagination-item.pagination-item--previous:before {
    content: none; }
  #product-listing-container .pagination-list .pagination-item.pagination-item--previous > a {
    padding: 9px 16px;
    display: block;
    height: 100%;
    width: 32px;
    position: relative; }
    #product-listing-container .pagination-list .pagination-item.pagination-item--previous > a:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-right: 7px solid #682f71; }
    #product-listing-container .pagination-list .pagination-item.pagination-item--previous > a i {
      display: none; }

[data-list-name] {
  margin-top: 24.6px; }
  @media screen and (min-width: 900px) {
    [data-list-name] {
      margin-top: 33.33px; } }

.card .card-title a,
.card .list-btn {
  font-family: "Inter-bold", sans-serif; }

.card [data-test-info-type="brandName"] {
  font-family: "Inter-book", sans-serif; }

.card p.product-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 20px; }
  @media screen and (min-width: 900px) {
    .card p.product-description {
      font-size: 16px;
      line-height: 24px; } }

.card .form-increment .form-input.form-input--incrementTotal {
  font-family: "Inter-medium", sans-serif; }
  @media screen and (max-width: 900px) {
    .card .form-increment .form-input.form-input--incrementTotal {
      font-size: 14px; } }

.card .form-increment .button.button--icon {
  border: none;
  padding: 12px 9px; }
  @media screen and (min-width: 900px) {
    .card .form-increment .button.button--icon {
      padding: 12px 15px; } }
  @media screen and (max-width: 900px) {
    .card .form-increment .button.button--icon .icon {
      width: 14px;
      height: 14px; } }

#add-to-cart-multiple {
  display: block;
  margin: 20px auto 0; }
  @media screen and (min-width: 900px) {
    #add-to-cart-multiple {
      margin: 30px auto 0;
      line-height: 46px; } }

.next-prev-collection {
  display: flex;
  max-width: 390px;
  margin: 32.72px auto 0; }
  @media screen and (min-width: 900px) {
    .next-prev-collection {
      max-width: 320px; } }
  .next-prev-collection .prev, .next-prev-collection .next {
    position: relative;
    width: 50%; }
    .next-prev-collection .prev:before, .next-prev-collection .next:before {
      content: '';
      position: absolute;
      top: 4px;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .next-prev-collection .prev a, .next-prev-collection .next a {
      font-size: 13.8px;
      line-height: 20px;
      letter-spacing: 0.07px;
      color: #6E6E79;
      font-family: "Inter-medium", sans-serif; }
      .next-prev-collection .prev a span, .next-prev-collection .next a span {
        font-size: 12px;
        letter-spacing: 0.06px;
        font-family: "Inter", sans-serif; }
  .next-prev-collection .prev {
    padding-left: 13.48px;
    border-right: 1px solid #E3E3E3; }
    @media screen and (min-width: 900px) {
      .next-prev-collection .prev {
        border: none; } }
    .next-prev-collection .prev:before {
      border-right: 7px solid #682f71;
      left: 0; }
  .next-prev-collection .next {
    padding-right: 13.48px;
    text-align: right; }
    .next-prev-collection .next:before {
      border-left: 7px solid #682f71;
      right: 0; }
    .next-prev-collection .next span {
      margin-right: -6px; }

.body.search {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .body.search #search-results-heading .page-heading {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; }
    @media screen and (min-width: 900px) {
      .body.search #search-results-heading .page-heading {
        padding-top: 47.5px;
        padding-bottom: 40px; } }
  .body.search .navBar--sub {
    margin-bottom: 2.5rem; }
    .body.search .navBar--sub a {
      color: #060606;
      font-family: 'Inter-medium', sans-serif; }
      @media screen and (min-width: 900px) {
        .body.search .navBar--sub a {
          font-size: 16px; } }
  .body.search .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap; }
    .body.search .page .page-sidebar {
      width: 100%;
      float: left; }
      @media screen and (min-width: 900px) {
        .body.search .page .page-sidebar {
          width: 230px; } }
      .body.search .page .page-sidebar #facetedSearch-navList {
        margin-top: 0; }
      @media screen and (max-width: 899px) {
        .body.search .page .page-sidebar #facetedSearch {
          margin-top: 0; } }
    .body.search .page .page-sidebar + .page-content {
      width: 100%;
      float: left; }
      @media screen and (min-width: 900px) {
        .body.search .page .page-sidebar + .page-content {
          width: calc(100% - 270px); } }
      .body.search .page .page-sidebar + .page-content #product-listing-container .actionBar {
        display: none; }
      .body.search .page .page-sidebar + .page-content #product-listing-container div[data-list-name] {
        margin-top: 0; }
      .body.search .page .page-sidebar + .page-content .panel-body {
        background: #f2f2f2; }
        .body.search .page .page-sidebar + .page-content .panel-body .suggestion-title {
          color: #060606;
          font-size: 16px;
          font-family: 'Inter-medium', sans-serif; }
          @media screen and (min-width: 900px) {
            .body.search .page .page-sidebar + .page-content .panel-body .suggestion-title {
              font-size: 22px; } }

.pagination {
  display: none !important; }

.product-count {
  display: none; }

.page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 10px;
  margin-top: 30px;
  border-top: 1px solid #CECECE;
  text-align: center;
  color: #777; }

.loader-ellips {
  font-size: 20px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto; }

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #682f71;
  /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite; }

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0; }

.loader-ellips__dot:nth-child(3) {
  left: 1.5em; }

.loader-ellips__dot:nth-child(4) {
  left: 3em; }

@keyframes reveal {
  from {
    transform: scale(0.001); }
  to {
    transform: scale(1); } }

@keyframes slide {
  to {
    transform: translateX(1.5em); } }

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal; }

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide; }

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse; }
