<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

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

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

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

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

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

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

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

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: calc($diameter / 2);
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.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: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%); }

.refinement-bar {
  overflow: auto; }
  .refinement-bar ul {
    padding-left: 0; }
  @media (max-width: 768.98px) {
    .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: 1; } }
  @media (max-width: 543.98px) {
    .refinement-bar {
      position: fixed;
      height: 100%; } }
  @media (min-width: 769px) {
    .refinement-bar {
      display: block !important; } }

.filter-header {
  margin-left: calc($grid-gutter-width / 2 * -1);
  margin-right: calc($grid-gutter-width / 2 * -1); }

.header-bar {
  background-color: #eee;
  border-bottom: 0.063em solid #eee; }
  .header-bar button.close {
    font-size: 1rem;
    font-weight: normal;
    opacity: 1; }
  .header-bar .fa.fa-close::before {
    font-size: 1.25em; }
  @media (min-width: 544px) and (max-width: 768.98px) {
    .header-bar {
      padding: 0.938em 2.813em; } }
  @media (max-width: 543.98px) {
    .header-bar {
      padding: 0.938em; } }

.refinements .header,
.refinements .values {
  padding: 0.313em 0; }
  @media (min-width: 544px) and (max-width: 768.98px) {
    .refinements .header li,
    .refinements .values li {
      display: inline-block; } }

.refinements .header {
  font-size: 1.125em;
  color: #444; }

.refinements ul {
  overflow: auto; }
  .refinements ul li {
    padding-left: 1px; }
    .refinements ul li button {
      border: none;
      color: var(--skin-link-color-1);
      background-color: transparent; }

.refinements li {
  list-style-type: none;
  padding-left: 0; }
  .refinements li.color-attribute {
    display: inline-block;
    padding-left: 0; }
    .refinements li.color-attribute button {
      padding: 0; }
  .refinements li.disabled {
    opacity: 0.5; }

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

.refinements .card-header h2 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 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; } }

.refinement-header {
  overflow: auto; }

.disabled {
  pointer-events: none; }

.grid-header,
.content-grid-header {
  margin-top: 1em;
  margin-bottom: 1em; }
  @media (max-width: 543.98px) {
    .grid-header .result-count,
    .content-grid-header .result-count {
      padding-bottom: 0.938em; }
    .grid-header .filter-results,
    .content-grid-header .filter-results {
      display: block;
      width: 100%; } }
  .grid-header select,
  .content-grid-header select {
    width: 100%; }

.result-count {
  font-size: 0.875rem; }

.refinement {
  margin-bottom: 1em; }
  @media (max-width: 768.98px) {
    .refinement.card {
      border-top: 0 none;
      border-left: 0 none;
      border-right: 0 none;
      border-radius: 0;
      margin-bottom: 0; }
    .refinement .card-header {
      border-bottom: 0 none;
      padding: 0.25rem 1rem; }
    .refinement .card-body {
      padding: 0 1rem; } }
  .refinement a {
    text-decoration: none; }
  .refinement.refinement-category li {
    margin-left: 0.938em;
    display: block; }
  .refinement.refinement-category &gt; ul &gt; li {
    margin-left: 0; }

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

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

.filter-bar ul {
  padding-left: calc($grid-gutter-width / 2); }

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

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

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em; }
    .product-grid .col-6 {
      padding-left: 5px;
      padding-right: 5px; } }

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

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

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

.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: 50%;
  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; }

.search-nav {
  margin-bottom: 1em;
  border-bottom: 0.063em solid #ccc; }
  .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; }

@font-face {
  font-family: "workSans-medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/WorkSans-Medium.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "workSans-regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/WorkSans-Regular.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "workSans-semiBold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/WorkSans-SemiBold.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "crimsonPro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/crimsonPro.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "crimsonPro-Italic";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/crimsonPro-Italic.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'icobiba';
  src: url("../fonts/icomoon.eot?tvyxnf");
  src: url("../fonts/icomoon.eot?tvyxnf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?tvyxnf") format("truetype"), url("../fonts/icomoon.woff?tvyxnf") format("woff"), url("../fonts/icomoon.svg?tvyxnf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icobiba' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-display: swap;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-heart-o::before {
  content: url('data:image/svg+xml,&lt;svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M16.0012 24.5012L8.55401 17.054C7.55179 16.052 7 14.7199 7 13.3029C7 11.8859 7.55175 10.5535 8.55401 9.55146C10.6047 7.49999 13.9315 7.48324 16.004 9.49971C18.0739 7.48827 21.3976 7.50627 23.4466 9.55579C24.4484 10.5575 25 11.8891 25 13.3058C25 14.7224 24.4484 16.054 23.4466 17.0558L16.0012 24.5012ZM12.3062 9.19932C11.2546 9.19932 10.2032 9.59929 9.40255 10.3999C8.62729 11.175 8.2004 12.206 8.2004 13.3027C8.2004 14.3991 8.62743 15.4301 9.40283 16.2053L16.0014 22.8039L22.5986 16.2067C23.3734 15.4319 23.8002 14.4013 23.8002 13.3055C23.8002 12.2095 23.3735 11.1791 22.5983 10.4043C20.9983 8.80453 18.3955 8.80453 16.7955 10.4043L15.9976 11.1959L15.2062 10.3983C14.4071 9.59904 13.3566 9.19936 12.3059 9.19936L12.3062 9.19932Z" fill="%23222222"/&gt;&lt;/svg&gt;'); }

.fa-heart::before {
  content: url('data:image/svg+xml,&lt;svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M16.0012 24.5012L8.55401 17.054C7.55179 16.052 7 14.7199 7 13.3029C7 11.8859 7.55175 10.5535 8.55401 9.55146C10.6047 7.49999 13.9315 7.48324 16.004 9.49971C18.0739 7.48827 21.3976 7.50627 23.4466 9.55579C24.4484 10.5575 25 11.8891 25 13.3058C25 14.7224 24.4484 16.054 23.4466 17.0558L16.0012 24.5012Z" fill="%23AB3430"/&gt;&lt;/svg&gt;'); }

.fa-expand::before {
  content: url('data:image/svg+xml,&lt;svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;circle opacity="0.7" cx="15" cy="15" r="15" fill="white"/&gt;&lt;path d="M15 22.0716C12.9516 22.0716 10.7506 20.9711 8.63848 18.8863C7.32835 17.5967 6 15.8058 6 15.537C6 15.2681 7.32835 13.4749 8.63848 12.1853C10.7506 10.1005 12.9516 9 15 9C17.5997 9 19.8942 10.7111 21.3615 12.1466C22.7218 13.4772 24 15.2316 24 15.5347C24 15.8377 22.7218 17.5922 21.3615 18.9228C19.8942 20.3582 17.5997 22.0716 15 22.0716ZM6.74734 15.537C7.38076 16.4916 10.8509 21.3904 15 21.3904C19.1491 21.3904 22.683 16.5395 23.2732 15.537C22.683 14.5367 19.099 9.68354 15 9.68354C10.901 9.68354 7.38076 14.58 6.74734 15.537Z" fill="black"/&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M21.3615 18.9227C19.8942 20.3581 17.5998 22.0715 15 22.0715C12.9517 22.0715 10.7506 20.971 8.63849 18.8862C7.32836 17.5966 6 15.8057 6 15.5368C6 15.268 7.32836 13.4748 8.63849 12.1852C10.7506 10.1004 12.9517 8.99988 15 8.99988C17.5998 8.99988 19.8942 10.711 21.3615 12.1465C22.7218 13.4771 24 15.2315 24 15.5346C24 15.8376 22.7218 17.592 21.3615 18.9227ZM8.5543 12.0997C10.6789 10.0027 12.9084 8.87988 15 8.87988C17.6493 8.87988 19.9733 10.6206 21.4454 12.0607C22.1304 12.7307 22.7938 13.5065 23.2863 14.1532C23.5325 14.4764 23.7373 14.769 23.8811 15.0013C23.9528 15.1172 24.0106 15.22 24.0509 15.3053C24.0711 15.3479 24.0877 15.3879 24.0994 15.4241C24.1107 15.4588 24.12 15.4972 24.12 15.5346C24.12 15.5719 24.1107 15.6104 24.0994 15.645C24.0877 15.6813 24.0711 15.7213 24.0509 15.7639C24.0106 15.8491 23.9528 15.9519 23.8811 16.0678C23.7373 16.3001 23.5325 16.5927 23.2863 16.916C22.7938 17.5626 22.1304 18.3384 21.4454 19.0084C19.9734 20.4485 17.6493 22.1915 15 22.1915C12.9084 22.1915 10.6789 21.0688 8.5543 18.9717C7.89458 18.3223 7.23138 17.5479 6.73295 16.9021C6.48374 16.5791 6.27454 16.2868 6.12705 16.0571C6.05344 15.9424 5.99398 15.8415 5.95246 15.759C5.93173 15.7179 5.9145 15.6794 5.90221 15.6449C5.89072 15.6127 5.88 15.5744 5.88 15.5368C5.88 15.4993 5.89072 15.461 5.9022 15.4288C5.91449 15.3943 5.93172 15.3558 5.95244 15.3146C5.99396 15.2321 6.05342 15.131 6.12702 15.0163C6.27451 14.7863 6.48371 14.4937 6.73292 14.1705C7.23135 13.5241 7.89456 12.7491 8.5543 12.0997ZM9.6364 18.7331C11.0947 20.0707 12.9711 21.2703 15 21.2703C17.0295 21.2703 18.922 20.082 20.3906 18.7506C21.8004 17.4725 22.8009 16.0793 23.1331 15.537C22.8002 14.9959 21.788 13.6027 20.372 12.3241C18.8968 10.992 17.0043 9.80343 15 9.80343C12.9963 9.80343 11.12 11.0022 9.655 12.3399C8.25595 13.6174 7.25036 15.0047 6.89168 15.5368C7.24982 16.0686 8.24364 17.4557 9.6364 18.7331ZM6.74735 15.5368C7.38076 16.4915 10.8509 21.3903 15 21.3903C19.1491 21.3903 22.683 16.5394 23.2732 15.5368C22.683 14.5366 19.099 9.68343 15 9.68343C10.901 9.68343 7.38076 14.5799 6.74735 15.5368Z" fill="black"/&gt;&lt;path d="M15 19.2531C14.2564 19.2531 13.5296 19.0392 12.9113 18.6387C12.2931 18.2381 11.8112 17.6687 11.5267 17.0026C11.2421 16.3364 11.1677 15.6034 11.3127 14.8963C11.4578 14.1891 11.8158 13.5395 12.3416 13.0297C12.8674 12.5198 13.5373 12.1726 14.2665 12.032C14.9958 11.8913 15.7517 11.9635 16.4387 12.2394C17.1256 12.5153 17.7128 12.9826 18.1259 13.5821C18.539 14.1816 18.7595 14.8865 18.7595 15.6075C18.7585 16.5741 18.3622 17.5008 17.6573 18.1843C16.9525 18.8678 15.9968 19.2522 15 19.2531ZM15 12.8032C14.428 12.8032 13.8689 12.9677 13.3933 13.2758C12.9177 13.5839 12.5471 14.0219 12.3282 14.5343C12.1093 15.0467 12.052 15.6106 12.1636 16.1546C12.2752 16.6986 12.5506 17.1982 12.9551 17.5904C13.3595 17.9826 13.8748 18.2497 14.4358 18.3579C14.9968 18.4661 15.5782 18.4106 16.1067 18.1983C16.6351 17.9861 17.0867 17.6266 17.4045 17.1655C17.7223 16.7043 17.8919 16.1621 17.8919 15.6075C17.8907 14.8641 17.5856 14.1515 17.0435 13.6259C16.5014 13.1002 15.7666 12.8044 15 12.8032Z" fill="black"/&gt;&lt;/svg&gt;');
  position: absolute;
  right: 0; }

.fa-close::before {
  content: url('data:image/svg+xml,&lt;svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;g clip-path="url(%23clip0_1384_733)"&gt;&lt;circle cx="16" cy="16" r="16" fill="white"/&gt;&lt;path d="M11.5331 20.6675L20.8669 11.3337" stroke="%23222222" stroke-width="1.3" stroke-linecap="round"/&gt;&lt;path d="M20.584 20.6675L11.533 11.6165" stroke="%23222222" stroke-width="1.3" stroke-linecap="round"/&gt;&lt;/g&gt;&lt;defs&gt;&lt;clipPath id="clip0_1384_733"&gt;&lt;rect width="32" height="32" fill="white"/&gt;&lt;/clipPath&gt;&lt;/defs&gt;&lt;/svg&gt;'); }

.fa-search::before {
  content: url('data:image/svg+xml,&lt;svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M14.4073 21.3146C18.2221 21.3146 21.3146 18.2221 21.3146 14.4073C21.3146 10.5925 18.2221 7.5 14.4073 7.5C10.5925 7.5 7.5 10.5925 7.5 14.4073C7.5 18.2221 10.5925 21.3146 14.4073 21.3146Z" stroke="#222222"/&gt;&lt;path d="M19.4791 19.4229L23.8727 23.9997" stroke="#222222" stroke-linecap="round"/&gt;&lt;/svg&gt;'); }

.whatsapp-icon::before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAACBjSFJN%0AAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAA%0ACXBIWXMAAAsTAAALEwEAmpwYAAAFBklEQVRIx5WVW2xVZRbHf+vb57SnBdpyaKltRaowOpIGUamM%0AokEF8TbDxCiDTowzXuKDD8RkyGQuNRkzGjKTGH1Q4wsxalDBC9GohGHC4CWDhoKFKDqDo8illFJq%0AT+vUnrP3Wmsezjmbzggk872svdf3ff//Wv+19trCGZa7twF3uvsyEekCWoDI3QdFZL+Z/TWE8JKI%0A7Of/We5+lqo+b2YlM3N396o9zfMr7j77VFjyv44kSe4IITzt7k2JJ/QW+ugd62P/+JcUklEUJZ+Z%0AzqxcOz9qXMilDQuoj+oAYnfviaLoz6clUNXfiMhagF2FPTx79CWGSkMECbg7jhMIIODuAMzI5vnp%0AzBtZll+CiCAiD4vIH75HkCTJKhF5GWDDwCZeG3yLSALmBgiOIwhBpOwTAT8Z3PIZ13B3+88JIgBr%0Aoih6LCVw904z+wDo2DCwiY3H3kzBHK9ET/nyJFDHkUm+a/JX8sCsewAmQggLReTTUJHmIaBjx0gv%0AGwbeQM0Qh1Wtt/CLtjvAA+ZOokpiirqRuKHuxBVfbMrWoXfZPLQNIKeqTwIEd28XkbsA1h1aT2KK%0AuXFn+0pWtq1gRev1dDdcjJnhUCYyLb97OTtzx9wwd144spFxHUdErnb3+UFVlwOZ3pE+BoqDJKa4%0AO8ual6RS/HjmdagpsSaoKVYBTjQhMaWkMeZOrAmFeIztJ3ZUr64MwE0AH47sQt3AwdzIRbmUYM6U%0ATiIymFtZokmgalpuEk1wypnsLHxc7cprg7uf4+4c+O4QZlYGUeXT0X+kBOu+Xs+ETqBmmJX3q7J4%0ApTZa9Zvx2dj+ahvPDSLSAjA4MYSaEScxiSkvHN6YEgyXChWQcoHLJAmlJE5JcS8HaEYhHq1ebQ6V%0ANkWQVF8zY9c3e3n96NsAPDjnflprW1KAauSeFtfS5qjaSgZxCCEcdHdaaprL7WeK48SmPPOv5/ny%0A31/TmJ3GE/Mf4QdTz027aN608/nt+auZXXd2mpm6oaack+uoZnAo6unpuUREFvVPHGP3yF68kpG7%0AU7KYv5/YyVXNi2jPtbKi7QZaa1ooakzPhQ+yoLGLW9pv4ocNc3lv8COKWsKBhY0XcWV+ESLyfshk%0AMm+4O0tmXJ7qm1pTjnx3jHt3/Yptxz8A4Oa2ZTx+0cO01s5Ma3T59G4ST8pymbG89WoAzGxTAN4T%0AkeOd9bNYnO9Owa3yAYFzvDjMmj1/pOeTP7FnZN/3RvK6Ay/ybTyOmjFnaieXNsxHRL7JZrObBSCO%0A49+5+6N7Rz/jvt1rTvmPEJF0gnbUn8WCpi7y2Sb2jf6T3uE9iAi1UQ0bu5+hLdeKuz9SW1v7UKaS%0ASk5E+GLsK9QUqQzZKqCIpMMN4NC3/RwcO3JyFjsECfx+3uoq+IGampq1AJkKwFKA7UM7yrKk49gr%0ARJOwhHR6SsU21jTwaNevWZy/DBEZUNVrRWQcIOPuzXEcX2FuHJ7o59aOm7mkqYt5DXN59fA7vHl0%0AKyOlwknCSeM6F9Xys7N/wj2dt5OvaUJE+s1saV1d3VeptMVi8TYReYXTrKKV2DncR19hH8eLJzB3%0Ammunc8G081g8o5tpmalVGf8Wx/Ev6+vrD/5X7Uql0nPAXZVDw+7+lyiK3o/j+GAIYTVwHWdYIvKu%0Aqq7N5XJbTrlfKpWeAr4Atmez2T4R8ckH3L1DVS9T1W4RaQYiERkSkc+LxeKWKVOm9J8pgP8AZF1T%0AAcRQv+cAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjMtMDctMTlUMTY6Mzk6MjkrMDA6MDCqp7SqAAAA%0AJXRFWHRkYXRlOm1vZGlmeQAyMDIzLTA3LTE5VDE2OjM5OjI5KzAwOjAw2/oMFgAAACh0RVh0ZGF0%0AZTp0aW1lc3RhbXAAMjAyMy0wNy0xOVQxNjozOToyOSswMDowMIzvLckAAAAASUVORK5CYII="); }

.fa-arrow::after {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"&gt;&lt;path d="M1 1.25L6.5 6.75L12 1.25" stroke="%23111827"/&gt;&lt;/svg&gt;'); }

.fa-right-chevron::after {
  content: url('data:image/svg+xml,&lt;svg width="8" height="13" viewBox="0 0 8 13" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M1 12L6.5 6.5L1 1" stroke="%23222222"/&gt;&lt;/svg&gt;'); }

.fa-order::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19" fill="none"&gt;&lt;path d="M0.0315001 18.225C0.0450001 18.279 0.063 18.333 0.0855 18.3825C0.0855 18.387 0.0899999 18.387 0.0899999 18.3915C0.234 18.6885 0.5445 18.9 0.9 18.9H17.1C17.361 18.9 17.5995 18.783 17.7615 18.603C17.7705 18.594 17.7795 18.5805 17.7885 18.5715C17.8155 18.5355 17.8425 18.4995 17.8695 18.459C17.883 18.4365 17.8965 18.4095 17.91 18.387C17.928 18.351 17.9415 18.315 17.955 18.2745C17.964 18.252 17.973 18.225 17.9775 18.2025C17.991 18.135 18 18.0675 18 18V4.95C18 4.9455 17.9955 4.941 17.9955 4.932C17.9955 4.8825 17.9865 4.8285 17.9685 4.7835L16.1685 0.2835C16.101 0.1125 15.9345 0 15.75 0H2.25C2.0655 0 1.899 0.1125 1.8315 0.2835L0.0315001 4.7835C0.0135001 4.833 0.0045001 4.8825 0.0045001 4.932C0.0045001 4.941 0 4.9455 0 4.95V18C0 18.0675 0.00900009 18.1305 0.0225001 18.1935C0.0225001 18.2025 0.0270001 18.2115 0.0315001 18.225ZM15.444 0.9L16.884 4.5H12.069L11.349 0.9H15.444ZM7.569 0.9H10.431L11.151 4.5H6.849L7.569 0.9ZM6.75 5.4H11.25V10.071L9.4185 9.1575C9.4365 9.108 9.45 9.054 9.45 9V7.65C9.45 7.4025 9.2475 7.2 9 7.2C8.7525 7.2 8.55 7.4025 8.55 7.65V9C8.55 9.054 8.5635 9.108 8.5815 9.1575L6.75 10.071V5.4ZM2.556 0.9H6.651L5.931 4.5H1.116L2.556 0.9ZM0.9 5.4H5.85V10.8C5.85 10.9575 5.931 11.1015 6.0615 11.1825C6.192 11.2635 6.3585 11.2725 6.498 11.2005L9 9.954L11.4975 11.205C11.5605 11.232 11.6325 11.25 11.7 11.25C11.781 11.25 11.8665 11.2275 11.9385 11.1825C12.069 11.1015 12.15 10.9575 12.15 10.8V5.4H17.1V17.901H0.963C0.945 17.901 0.9225 17.901 0.9 17.9055V5.4Z" fill="%23222222"/&gt;&lt;path d="M11.7 15.7496H15.75C15.9975 15.7496 16.2 15.5471 16.2 15.2996C16.2 15.0521 15.9975 14.8496 15.75 14.8496H11.7C11.4525 14.8496 11.25 15.0521 11.25 15.2996C11.25 15.5471 11.4525 15.7496 11.7 15.7496Z" fill="%23222222"/&gt;&lt;path d="M11.7 17.1002H15.75C15.9975 17.1002 16.2 16.8977 16.2 16.6502C16.2 16.4027 15.9975 16.2002 15.75 16.2002H11.7C11.4525 16.2002 11.25 16.4027 11.25 16.6502C11.25 16.8977 11.4525 17.1002 11.7 17.1002Z" fill="%23222222"/&gt;&lt;/svg&gt;'); }

.fa-address::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="18" height="26" viewBox="0 0 18 26" fill="none"&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M8.99978 5.86178C9.73449 5.86172 10.4527 6.07872 11.0636 6.48532C11.6746 6.89193 12.1507 7.46988 12.4319 8.14609C12.7131 8.8223 12.7867 9.5664 12.6434 10.2843C12.5001 11.0022 12.1464 11.6616 11.6269 12.1792C11.1074 12.6968 10.4455 13.0493 9.72487 13.1921C9.00428 13.3349 8.25736 13.2616 7.57857 12.9815C6.89978 12.7014 6.3196 12.2271 5.91141 11.6185C5.50322 11.0099 5.28535 10.2944 5.28535 9.56249C5.28648 8.58139 5.67817 7.6408 6.37451 6.94703C7.07085 6.25327 8.01497 5.86298 8.99978 5.86178ZM8.99978 14.4589C9.97172 14.4589 10.9218 14.1718 11.73 13.6338C12.5381 13.0959 13.168 12.3313 13.54 11.4367C13.912 10.5422 14.0093 9.55782 13.8198 8.60813C13.6302 7.65845 13.1622 6.78609 12.475 6.10137C11.7877 5.41666 10.9121 4.95033 9.95887 4.76136C9.00561 4.57239 8.01752 4.66926 7.11952 5.03973C6.22153 5.4102 5.45397 6.03762 4.91391 6.84266C4.37384 7.6477 4.08552 8.59421 4.08541 9.56249C4.08684 10.8606 4.60504 12.1051 5.52634 13.023C6.44764 13.9409 7.69679 14.4573 8.99978 14.4589ZM3.27739 3.54547C0.481334 6.33212 0.511198 10.6304 3.35845 15.0465L8.99978 23.7964L14.6411 15.0465C17.4884 10.6304 17.5182 6.33212 14.7222 3.54547C13.2032 2.03588 11.1453 1.1881 8.99978 1.1881C6.85425 1.1881 4.79632 2.03588 3.27739 3.54547ZM2.3485 15.6923L8.49494 25.2261C8.54942 25.3101 8.62417 25.3792 8.71236 25.4271C8.80055 25.4749 8.89936 25.5 8.99978 25.5C9.10019 25.5 9.19901 25.4749 9.2872 25.4271C9.37538 25.3792 9.45013 25.3101 9.50461 25.2261L15.6511 15.6923C17.076 13.4822 17.8823 11.1792 17.9832 9.03378C18.0581 7.86775 17.8815 6.69927 17.4652 5.60694C17.0489 4.51462 16.4025 3.52379 15.5697 2.70112C13.8238 0.97112 11.4614 0 8.99892 0C6.53643 0 4.17407 0.97112 2.42814 2.70112C1.59573 3.52406 0.949855 4.51503 0.533943 5.60739C0.118031 6.69975 -0.0582725 7.86816 0.0168887 9.03406C0.117286 11.1792 0.922458 13.4822 2.3485 15.6923Z" fill="%23222222"/&gt;&lt;/svg&gt;'); }

.fa-profile::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="20" height="18" viewBox="0 0 20 18" fill="none"&gt;&lt;path d="M19 17.4775H19.075V17.4025V16.9526C19.075 15.0611 18.1636 13.2829 16.6128 12.211C15.3367 11.3241 13.9357 10.7055 12.4497 10.3952C13.9922 9.53936 15.0475 7.88253 15.0475 5.9725C15.0475 3.18608 12.7864 0.925 10 0.925C7.2133 0.925 4.9525 3.20902 4.9525 5.995C4.9525 7.88668 6.01133 9.54441 7.55696 10.4189C6.068 10.7464 4.64477 11.3445 3.38703 12.2336C1.83664 13.3053 0.925 15.0609 0.925 16.9526C0.925 17.2415 1.16104 17.4775 1.44996 17.4775H19ZM17.994 16.4275H2.0039C2.15316 15.0812 2.87176 13.8615 3.99043 13.0765C5.75512 11.8479 7.83267 11.2 9.99996 11.2C12.1672 11.2 14.2447 11.8477 16.0094 13.0763C17.1163 13.8578 17.8405 15.086 17.994 16.4275ZM6.00246 5.99508C6.00246 3.7865 7.79134 1.99758 9.99996 1.99758C12.2086 1.99758 13.9975 3.78646 13.9975 5.99508C13.9976 8.20366 12.2087 9.99258 9.99996 9.99258C7.79118 9.99258 6.00246 8.2037 6.00246 5.99508Z" fill="%23222222" stroke="%23222222" stroke-width="0.15"/&gt;&lt;/svg&gt;'); }

.fa-profile-image-icon::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="24" height="22" viewBox="0 0 24 22" fill="none"&gt;&lt;path d="M0 21.3965C0 21.7285 0.269952 22 0.599947 22H24V21.3965C24 18.8917 22.8001 16.5378 20.76 15.1194C18.9901 13.882 17.0399 13.0371 14.97 12.6447C17.13 11.5583 18.63 9.2949 18.63 6.66939C18.63 2.98765 15.6599 0 12 0C8.34021 0 5.37 3.01783 5.37 6.69957C5.37 9.2949 6.87 11.5583 9.03 12.6749C6.95995 13.0973 4.97989 13.9122 3.24 15.1496C1.19989 16.568 0 18.8917 0 21.3965C0 21.7285 0.269952 22 0.599947 22C0.929957 22 1.19989 21.7284 1.19989 21.3965C1.19989 19.2841 2.21984 17.3223 3.92995 16.1153C6.29984 14.4554 9.08995 13.5802 11.9999 13.5802C14.9099 13.5802 17.6999 14.4552 20.0699 16.1151C21.5999 17.2015 22.5899 18.9215 22.7698 20.7928H0.599786C0.269775 20.7928 0 21.0645 0 21.3965ZM6.56995 6.69968C6.56995 3.68185 8.99989 1.23742 11.9999 1.23742C15 1.23742 17.4299 3.6818 17.4299 6.69968C17.4302 9.7175 15.0002 12.1619 11.9999 12.1619C8.99968 12.1619 6.56995 9.71756 6.56995 6.69968Z" fill="%23B51F2A"/&gt;&lt;/svg&gt;'); }

.fa-profile-image-icon-big::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="80" height="74" viewBox="0 0 80 74" fill="none"&gt;&lt;path d="M0 71.5452C0 72.6553 0.89984 73.5632 1.99982 73.5632H80V71.5452C80 63.1697 76.0004 55.2988 69.2 50.556C63.3002 46.4186 56.7998 43.5931 49.9 42.2811C57.1 38.6483 62.1 31.0801 62.1 22.301C62.1 9.99004 52.1998 0 40 0C27.8007 0 17.9 10.091 17.9 22.4019C17.9 31.0801 22.9 38.6483 30.1 42.382C23.1998 43.7947 16.5996 46.5195 10.8 50.6569C3.99964 55.3997 0 63.1699 0 71.5452C0 72.6553 0.89984 73.5632 1.99982 73.5632C3.09986 73.5632 3.99964 72.6552 3.99964 71.5452C3.99964 64.4817 7.39946 57.9221 13.0998 53.886C20.9995 48.3358 30.2998 45.4091 39.9998 45.4091C49.6998 45.4091 58.9998 48.3351 66.8998 53.8853C71.9996 57.5181 75.2996 63.2695 75.8995 69.5265H1.99929C0.899249 69.5265 0 70.4352 0 71.5452ZM21.8998 22.4023C21.8998 12.3113 29.9996 4.13765 39.9998 4.13765C50 4.13765 58.0998 12.3111 58.0998 22.4023C58.1005 32.4932 50.0007 40.6669 39.9998 40.6669C29.9989 40.6669 21.8998 32.4934 21.8998 22.4023Z" fill="#AB3430"/&gt;&lt;/svg&gt;'); }

.fa-empty-wishlist-icon::before {
  content: url('data:image/svg+xml,&lt;svg width="81" height="95" viewBox="0 0 81 95" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M70.73 5.85493C69.6768 1.96556 27.4306 6.06475 6.21973 7.68532L11.4859 90.7141L75.5573 85.4104C74.3871 60.5125 71.7832 9.74431 70.73 5.85493Z" fill="white" stroke="%23B51F2A" stroke-width="0.8"/&gt;&lt;path d="M65.594 2.2186C64.0575 -1.50376 22.4008 7.86737 1.43129 12.1388L17.0469 93.7659L80.3383 80.4585C76.0638 55.9295 67.1306 5.94096 65.594 2.2186Z" fill="white" stroke="%23B51F2A" stroke-width="0.8"/&gt;&lt;path d="M41.4416 61.8499L28.6554 49.0637C26.9347 47.3434 25.9873 45.0562 25.9873 42.6234C25.9873 40.1906 26.9346 37.9029 28.6554 36.1825C32.1762 32.6603 37.8881 32.6316 41.4465 36.0937C45.0003 32.6402 50.7068 32.6711 54.2246 36.19C55.9447 37.9098 56.8918 40.196 56.8918 42.6284C56.8918 45.0605 55.9447 47.3468 54.2246 49.0669L41.4416 61.8499ZM35.0975 35.5779C33.292 35.5779 31.4869 36.2646 30.1123 37.6393C28.7812 38.9701 28.0483 40.7402 28.0483 42.6231C28.0483 44.5055 28.7815 46.2756 30.1128 47.6066L41.442 58.9358L52.7688 47.6091C54.0991 46.2788 54.8318 44.5093 54.8318 42.6279C54.8318 40.7462 54.0991 38.9771 52.7683 37.6468C50.0212 34.9001 45.5524 34.9001 42.8053 37.6468L41.4354 39.0058L40.0766 37.6365C38.7046 36.2642 36.901 35.578 35.0971 35.578L35.0975 35.5779Z" fill="%23B51F2A"/&gt;&lt;/svg&gt;'); }

.fa-empty-order-icon::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="99" height="71" viewBox="0 0 99 71" fill="none"&gt;&lt;path d="M49.536 26.7341L9.46875 14.3189L49.536 1.33936L89.6032 14.3189L49.536 26.7341Z" stroke="%23B51F2A" stroke-width="0.8"/&gt;&lt;path d="M8.63277 14.4238L1 26.7331L41.6316 38.584L50.0965 26.7331L57.9971 39.7126L97.5 26.1687L90.7281 14.3179" stroke="%23B51F2A" stroke-width="0.8"/&gt;&lt;path d="M8.33959 29.5551L7.21094 56.0785M7.21094 56.0785L48.9712 69.6224M7.21094 56.0785L8.63569 14.4238" stroke="%23B51F2A" stroke-width="0.8"/&gt;&lt;path d="M90.1628 55.5139L49.5312 69.6221L50.6599 26.7332L90.1628 14.8823V55.5139Z" stroke="%23B51F2A" stroke-width="0.8"/&gt;&lt;/svg&gt;'); }

.fa-empty-payment-details::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width=" 30 " height=" 30 " viewBox='0 0 30 30'%3E%3Cpath d='M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm48 160l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zM96 336c0-8.8 7.2-16 16-16l352 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-352 0c-8.8 0-16-7.2-16-16zM376 160l80 0c13.3 0 24 10.7 24 24l0 48c0 13.3-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24z'/%3E%3C/svg%3E"); }

.icon-logo:before {
  content: "\E91A";
  color: #fff; }

.icon-cart-black-header-icn:before {
  content: "\E900"; }

.icon-cart-black-header-with-count-icn .path1:before {
  content: "\E901";
  color: #222222; }

.icon-cart-black-header-with-count-icn .path2:before {
  content: "\E902";
  margin-left: -1em;
  color: #f3bf43; }

.icon-cart-plp-icn .path1:before {
  content: "\E903";
  color: white;
  opacity: 0.7; }

.icon-cart-plp-icn .path2:before {
  content: "\E904";
  margin-left: -1em;
  color: #323232; }

.icon-cart-plp-icn .path3:before {
  content: "\E905";
  margin-left: -1em;
  color: #222222; }

.icon-cart-white-header-icn:before {
  content: "\E906";
  color: #fff; }

.icon-Cross-icn:before {
  content: "\E907";
  color: #fff; }

.icon-filter-icn:before {
  content: "\E908"; }

.icon-hamburger-black-header-icn:before {
  content: "\E909"; }

.icon-hamburger-white-header-icn:before {
  content: "\E90A"; }

.icon-plp-view-double-icn:before {
  content: "\E90B"; }

.icon-plp-view-double-selected-icn:before {
  content: "\E90C"; }

.icon-plp-view-single-icn:before {
  content: "\E90D"; }

.icon-plp-view-single-selected-icn:before {
  content: "\E90E"; }

.icon-profile-black-header-icn:before {
  content: "\E90F"; }

.icon-profile-white-header-icn:before {
  content: "\E910";
  color: #fff; }

.icon-search-black-header-icn:before {
  content: "\E911"; }

.icon-search-within-field:before {
  content: "\E912"; }

.icon-sortby-icn:before {
  content: "\E913"; }

.icon-star-icn:before {
  content: "\E914";
  color: #f3bf43; }

.icon-Tick-disabled-icn:before {
  content: "\E915"; }

.icon-Tick-enabled-icn:before {
  content: "\E916"; }

.icon-wishlist-black-icn:before {
  content: "\E917"; }

.icon-wishlisted-red-icn:before {
  content: "\E918";
  color: #ab3430; }

.icon-wishlist-white-icn:before {
  content: "\E919";
  color: #fff; }

.icon-secure-wallet::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group'%3E%3Cg id='Group_2'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3Cg id='Group_6'%3E%3Cg id='Group_7'%3E%3Cpath id='Vector' d='M15.3749 15.7496H1.87494C0.840652 15.7496 0 14.9083 0 13.8747V3.37514C0 3.16762 0.167866 2.99976 0.374725 2.99976C0.582244 2.99976 0.75011 3.16762 0.75011 3.37514V13.8747C0.75011 14.4953 1.25503 14.9995 1.87494 14.9995H15.3749C15.5811 14.9995 15.7497 14.8317 15.7497 14.6248V12.3751C15.7497 12.1676 15.9175 11.9998 16.1251 11.9998C16.3319 11.9998 16.4998 12.1676 16.4998 12.3751V14.6248C16.4998 15.2454 15.9949 15.7496 15.3749 15.7496Z' fill='%23757575'/%3E%3Cpath id='Vector_2' d='M16.1251 8.24967C15.9175 8.24967 15.7497 8.0818 15.7497 7.87494V5.62395C15.7497 5.4171 15.5811 5.24923 15.3749 5.24923H1.87494C1.3687 5.24923 0.897489 5.05162 0.548539 4.69342C0.196945 4.35174 0 3.88119 0 3.37494C0 2.34131 0.840652 1.5 1.87494 1.5H8.28756C8.49442 1.5 8.66228 1.66787 8.66228 1.87472C8.66228 2.08158 8.49442 2.24945 8.28756 2.24945H1.87494C1.25503 2.24945 0.75011 2.75437 0.75011 3.37494C0.75011 3.67697 0.867088 3.95653 1.07857 4.16405C1.2927 4.38214 1.57358 4.49978 1.87494 4.49978H15.3749C15.9949 4.49978 16.4998 5.0047 16.4998 5.62461V7.87494C16.4998 8.0818 16.3319 8.24967 16.1251 8.24967Z' fill='%23757575'/%3E%3Cpath id='Vector_3' d='M13.8725 5.24989C13.6656 5.24989 13.4978 5.08202 13.4978 4.8745V2.62483C13.4978 2.41798 13.3286 2.24945 13.1224 2.24945H11.7504C11.5429 2.24945 11.375 2.08158 11.375 1.87472C11.375 1.66787 11.5429 1.5 11.7504 1.5H13.1224C13.743 1.5 14.2479 2.00426 14.2479 2.62483V4.8745C14.2479 5.08202 14.0794 5.24989 13.8725 5.24989Z' fill='%23757575'/%3E%3Cpath id='Vector_4' d='M13.5001 5.24985C13.3712 5.24985 13.2457 5.1831 13.1763 5.06348L10.7422 0.891943L3.56758 5.19632C3.39244 5.30272 3.16047 5.24589 3.0534 5.06745C2.947 4.89033 3.0045 4.65968 3.18228 4.55327L10.6821 0.0526129C10.768 0.00106346 10.8711 -0.0121543 10.9682 0.0109768C11.0654 0.0354297 11.148 0.0988752 11.1995 0.184791L13.8239 4.68545C13.929 4.86389 13.8682 5.09388 13.6891 5.19764C13.6296 5.23333 13.5642 5.24985 13.5001 5.24985ZM17.6247 12.7496H13.8748C12.4275 12.7496 11.2498 11.5719 11.2498 10.1246C11.2498 8.67723 12.4275 7.49952 13.8748 7.49952H17.6247C17.8322 7.49952 18.0001 7.66739 18.0001 7.87491V12.3749C18.0001 12.5818 17.8322 12.7496 17.6247 12.7496ZM13.8748 8.24963C12.8405 8.24963 11.9999 9.09094 11.9999 10.1246C11.9999 11.1582 12.8405 11.9995 13.8748 11.9995H17.25V8.24963H13.8748Z' fill='%23757575'/%3E%3Cpath id='Vector_5' d='M13.8748 11.2492C13.2549 11.2492 12.75 10.7449 12.75 10.1243C12.75 9.50443 13.2549 8.99951 13.8748 8.99951C14.4954 8.99951 14.9997 9.50443 14.9997 10.1243C14.9997 10.7449 14.4954 11.2492 13.8748 11.2492ZM13.8748 9.74896C13.6686 9.74896 13.5001 9.91749 13.5001 10.1243C13.5001 10.3312 13.6686 10.4997 13.8748 10.4997C14.081 10.4997 14.2502 10.3312 14.2502 10.1243C14.2502 9.91749 14.081 9.74962 13.8748 9.74962V9.74896Z' fill='%23757575'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }

.fa-measure-tape::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"&gt;&lt;path d="M5.99463 2.51172C4.59963 2.51172 3.47656 3.35836 3.47656 4.37922C3.47656 5.39879 4.60156 6.24608 5.99463 6.24608C7.38706 6.24608 8.51206 5.39879 8.51206 4.37922C8.51206 3.35836 7.38899 2.51172 5.99463 2.51172ZM6.10713 2.98615V2.99258L6.15535 2.9945C7.16335 3.04915 7.99071 3.61743 8.03249 4.32265L8.03378 4.37922C8.03378 5.1455 7.09392 5.76779 5.99463 5.76779C4.89471 5.76779 3.95485 5.1455 3.95485 4.37922C3.95485 3.63029 4.85035 3.017 5.91428 2.98743L5.99463 2.98615H6.10713Z" fill="#757575"/&gt;&lt;path d="M5.9776 0.140137C2.78002 0.140137 0.189953 2.00442 0.128239 4.29171L0.126953 4.37528V8.70107C0.126953 10.7904 2.24838 12.5691 5.06731 12.8816L5.18881 12.8944H5.25952L5.46845 12.9111C5.5006 12.9137 5.53274 12.9163 5.5636 12.9176L5.74102 12.9272C5.7976 12.9298 5.85224 12.9311 5.90624 12.9324H17.1453C17.2578 12.9324 17.351 12.8488 17.3658 12.7395L17.3684 12.7099V8.38799C17.3684 8.27485 17.2842 8.18164 17.1755 8.16685L17.1453 8.16492H11.8263V4.37528C11.8263 2.04942 9.21245 0.140137 5.97631 0.140137H5.9776ZM0.608453 6.03514L0.840525 6.35335C1.82667 7.70142 3.73531 8.57378 5.87474 8.60978L6.01167 8.61106H16.9222V12.4862H15.9612V10.5782C15.9612 10.4561 15.8615 10.3551 15.7387 10.3551C15.6256 10.3551 15.5324 10.4394 15.5176 10.548L15.5157 10.5782V12.4901H13.8513V11.3946C13.8513 11.2712 13.7517 11.1716 13.6282 11.1716C13.5157 11.1716 13.4225 11.2551 13.4071 11.3644L13.4052 11.3946V12.4901H11.7415V11.3946C11.7415 11.2712 11.6418 11.1716 11.5184 11.1716C11.4059 11.1716 11.3127 11.2551 11.2972 11.3644L11.2953 11.3946V12.4901H9.6316V10.5782C9.6316 10.4554 9.53131 10.3551 9.40852 10.3551C9.29538 10.3551 9.20281 10.4394 9.18738 10.548L9.18545 10.5782V12.4901H7.58152V11.3946C7.58152 11.2712 7.48124 11.1716 7.35845 11.1716C7.24531 11.1716 7.15274 11.2551 7.13731 11.3644L7.13538 11.3946V12.4901H5.47231V11.3946C5.47231 11.2712 5.37202 11.1716 5.24924 11.1716C5.1361 11.1716 5.04288 11.2551 5.0281 11.3644L5.02617 11.3946V12.4258L4.87831 12.4039C2.4541 12.0452 0.66631 10.5538 0.609739 8.78335L0.609096 8.69721V6.03578L0.608453 6.03514ZM5.99495 0.59078C8.96174 0.59078 11.3982 2.27957 11.3982 4.37978C11.3982 6.48257 8.97074 8.16878 5.99495 8.16878C3.01852 8.16878 0.591096 6.48257 0.591096 4.37978C0.591096 2.27957 3.0301 0.589494 5.99495 0.589494V0.59078ZM11.3982 6.29999V8.16428H8.63452L9.1771 7.91871C9.90802 7.58699 10.5515 7.09071 11.0568 6.46842L11.15 6.35014L11.1886 6.29999H11.3982Z" fill="#757575"/&gt;&lt;/svg&gt;'); }

.fa-delivery-van::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="21" height="12" viewBox="0 0 21 12" fill="none"&gt;&lt;path d="M5.57249 10.2862H3.85783C3.62142 10.2862 3.42969 10.0939 3.42969 9.85751C3.42969 9.6211 3.62194 9.42885 3.85783 9.42885H5.57249C5.8089 9.42885 6.00115 9.6211 6.00115 9.85751C6.00115 10.0939 5.8089 10.2862 5.57249 10.2862ZM19.5012 10.2862H18.4293C18.1929 10.2862 18.0012 10.0939 18.0012 9.85751C18.0012 9.6211 18.1934 9.42885 18.4293 9.42885H19.1453L19.7231 6.35026C19.7153 4.77485 18.3695 3.42911 16.7152 3.42911H13.901L12.5376 9.42885H15.0005C15.2374 9.42885 15.4297 9.6211 15.4297 9.85751C15.4297 10.0939 15.2374 10.2862 15.001 10.2862H12.0009C11.871 10.2862 11.7473 10.2269 11.6658 10.1251C11.5842 10.0238 11.5535 9.89024 11.5826 9.76294L13.1414 2.90588C13.1856 2.70999 13.3586 2.57178 13.5592 2.57178H16.7152C18.8419 2.57178 20.5726 4.30202 20.5726 6.42872L19.9216 9.93597C19.8842 10.1396 19.708 10.2862 19.5012 10.2862Z" fill="#892825"/&gt;&lt;path d="M7.28573 11.9997C6.1047 11.9997 5.14293 11.0385 5.14293 9.85693C5.14293 8.67486 6.10418 7.71413 7.28573 7.71413C8.46677 7.71413 9.42853 8.67537 9.42853 9.85693C9.42853 11.039 8.46729 11.9997 7.28573 11.9997ZM7.28573 8.57094C6.57701 8.57094 6.00026 9.14768 6.00026 9.85693C6.00026 10.5657 6.57701 11.1424 7.28573 11.1424C7.99446 11.1424 8.57121 10.5657 8.57121 9.85693C8.57121 9.1482 7.99446 8.57094 7.28573 8.57094ZM5.5716 2.5712H2.1428C1.90639 2.5712 1.71414 2.37895 1.71414 2.14253C1.71414 1.90612 1.90639 1.71387 2.1428 1.71387H5.5716C5.80801 1.71387 6.00026 1.90612 6.00026 2.14253C6.00026 2.37895 5.80801 2.5712 5.5716 2.5712ZM5.5716 5.14266H1.28547C1.04906 5.14266 0.857328 4.95041 0.857328 4.714C0.857328 4.47758 1.04958 4.28533 1.28547 4.28533H5.5716C5.80801 4.28533 6.00026 4.47758 6.00026 4.714C6.00026 4.95041 5.80801 5.14266 5.5716 5.14266ZM5.5716 7.71413H0.428664C0.192249 7.71413 0 7.52188 0 7.28546C0 7.04905 0.192249 6.8568 0.428664 6.8568H5.5716C5.80801 6.8568 6.00026 7.04905 6.00026 7.28546C6.00026 7.52188 5.80801 7.71413 5.5716 7.71413Z" fill="#892825"/&gt;&lt;path d="M12.0009 10.2859H9.00076C8.76435 10.2859 8.5721 10.0936 8.5721 9.8572C8.5721 9.62078 8.76435 9.42853 9.00076 9.42853H11.659L13.6064 0.857328H3.85783C3.62142 0.857328 3.42969 0.665079 3.42969 0.428664C3.42969 0.192249 3.62194 0 3.85783 0H14.1442C14.2741 0 14.3978 0.0592336 14.4794 0.161074C14.5609 0.262394 14.5916 0.39593 14.5625 0.522711L12.4192 9.95125C12.3745 10.1477 12.2009 10.2859 12.0009 10.2859ZM16.7152 12C15.5341 12 14.5724 11.0388 14.5724 9.8572C14.5724 8.67513 15.5336 7.7144 16.7152 7.7144C17.8962 7.7144 18.858 8.67564 18.858 9.8572C18.858 11.0393 17.8967 12 16.7152 12ZM16.7152 8.57121C16.0064 8.57121 15.4297 9.14795 15.4297 9.8572C15.4297 10.5659 16.0064 11.1427 16.7152 11.1427C17.4239 11.1427 18.0012 10.5659 18.0012 9.8572C18.0012 9.14847 17.4244 8.57121 16.7152 8.57121Z" fill="#892825"/&gt;&lt;/svg&gt;'); }

.fa-star-circle::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"&gt;&lt;circle cx="9" cy="9" r="8.75" stroke="#892825" stroke-width="0.5"/&gt;&lt;path d="M9 3.80902L10.0532 7.05041C10.1201 7.25642 10.3121 7.3959 10.5287 7.3959H13.9369L11.1796 9.39919C11.0044 9.52651 10.9311 9.75219 10.998 9.9582L12.0512 13.1996L9.29389 11.1963C9.11865 11.069 8.88135 11.069 8.70611 11.1963L5.94882 13.1996L7.00201 9.9582C7.06895 9.75219 6.99562 9.52651 6.82037 9.39919L4.06308 7.3959H7.47128C7.68789 7.3959 7.87987 7.25642 7.94681 7.05041L9 3.80902Z" fill="white" stroke="#892825" stroke-width="0.5"/&gt;&lt;/svg&gt;'); }

.fa-box-return::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="20" height="19" viewBox="0 0 20 19" fill="none"&gt;&lt;path d="M5.51949 4.16526L7.72184 6.22221C8.09848 6.57462 8.70289 6.2776 8.70289 5.74449V5.33809C9.34677 5.38378 9.94704 5.56033 10.4518 5.85319C11.133 6.24921 11.6654 6.94364 11.9112 7.75853C11.9908 8.023 12.2207 8.20024 12.4817 8.20024C12.544 8.20024 12.6063 8.1947 12.6686 8.19193C12.9954 8.17601 13.2571 7.8693 13.2391 7.51967V7.51482C13.2059 6.88963 13.0633 6.26375 12.8258 5.70503C12.3786 4.6499 11.6128 3.78862 10.4857 3.07274C9.91934 2.71272 9.30177 2.50709 8.70289 2.30839V1.62989C8.70289 1.09748 8.0964 0.801845 7.72184 1.15148L5.52018 3.20844C5.25294 3.45768 5.25363 3.9167 5.52018 4.16526H5.51949ZM5.83935 3.60238L8.0424 1.54473C8.10886 1.48242 8.21548 1.53435 8.21548 1.6292V2.50709C8.21548 2.62894 8.29372 2.73418 8.4038 2.76187C8.45088 2.77295 8.5028 2.78818 8.55127 2.8048C9.15153 3.0035 9.71787 3.19251 10.2371 3.52207C11.2756 4.18187 11.9777 4.9663 12.3827 5.92173C12.5946 6.42161 12.722 6.9831 12.7524 7.54321V7.54736C12.7559 7.61175 12.706 7.66714 12.6465 7.66991L12.4872 7.67821H12.4817C12.4332 7.67821 12.3889 7.64498 12.3751 7.5979C12.0912 6.65631 11.475 5.85319 10.6837 5.39417C10.0523 5.02723 9.29208 4.82368 8.4848 4.80498C8.34287 4.80152 8.21548 4.90537 8.21548 5.0653V5.7438C8.21548 5.83796 8.10886 5.89127 8.0424 5.82896L5.83866 3.77131C5.79158 3.727 5.79158 3.64669 5.83866 3.60238H5.83935ZM1.78291 13.361H2.42056V17.2686C2.42056 17.8266 2.90243 18.2808 3.49507 18.2808H16.5042C17.0969 18.2808 17.5788 17.8266 17.5788 17.2686V13.361H18.2164C18.762 13.361 19.1476 12.8258 18.9454 12.3481L17.5601 9.07675C17.5199 8.9819 17.423 8.92028 17.315 8.92028H15.922C15.7766 8.92028 15.6582 9.03106 15.6582 9.16883C15.6582 9.30592 15.7759 9.41738 15.9213 9.41738H17.1363L18.4553 12.5322C18.5224 12.6894 18.3957 12.8646 18.2164 12.8646H9.95534C9.8508 12.8646 9.75456 12.8036 9.71649 12.7123L8.32072 9.41669H14.8668C15.0122 9.41669 15.1306 9.30592 15.1306 9.16883C15.1306 9.03106 15.0129 8.92028 14.8675 8.92028H2.68365C2.57564 8.92028 2.47871 8.98259 2.43856 9.07675L1.05456 12.3474C0.852394 12.8251 1.23803 13.3603 1.7836 13.3603L1.78291 13.361ZM7.93093 15.9884C8.07701 15.9884 8.1954 15.8777 8.1954 15.7399V10.4614L9.22631 12.8964C9.34608 13.1789 9.63202 13.361 9.95534 13.361H17.0512V17.2686C17.0512 17.5524 16.8061 17.7837 16.5042 17.7837H8.1954V16.7341C8.1954 16.5963 8.0777 16.4848 7.93162 16.4848C7.78623 16.4848 7.66784 16.5963 7.66784 16.7341V17.7837H3.49507C3.19321 17.7837 2.94812 17.5531 2.94812 17.2686V13.361H5.9079C6.22637 13.361 6.51854 13.1747 6.63694 12.8957L7.66784 10.4614V15.7399C7.66784 15.8777 7.78554 15.9884 7.93093 15.9884ZM1.54405 12.5322L2.86366 9.41669H7.54321L6.14745 12.7123C6.10868 12.8036 6.01382 12.8646 5.90859 12.8646H1.78291C1.60359 12.8646 1.47758 12.6894 1.54405 12.5322Z" fill="#892825" stroke="#892825" stroke-width="0.1"/&gt;&lt;/svg&gt;'); }

.fa-hand-cod::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="19" height="15" viewBox="0 0 19 15" fill="none"&gt;&lt;path d="M12.3465 7.50016C10.2787 7.50016 8.59603 5.81744 8.59603 3.74972C8.59603 1.682 10.2787 0 12.3465 0C14.4142 0 16.0955 1.682 16.0955 3.74972C16.0955 5.81744 14.4142 7.50016 12.3465 7.50016ZM12.3465 0.7498C10.6919 0.7498 9.34655 2.09511 9.34655 3.74972C9.34655 5.40433 10.6919 6.74964 12.3457 6.74964C14.0004 6.74964 15.3464 5.40433 15.3464 3.75044C15.3464 2.09511 14.0004 0.7498 12.3465 0.7498ZM2.6243 12.7495H0.3749C0.167984 12.7495 0 12.5815 0 12.3746V5.62494C0 5.41803 0.167984 5.25004 0.3749 5.25004C2.92566 5.25004 4.27314 6.10943 4.32937 6.1462C4.46419 6.23416 4.52764 6.39709 4.48799 6.55282L2.98839 12.4669C2.94657 12.6334 2.79589 12.7495 2.6243 12.7495ZM0.7498 11.9997H2.33303L3.68916 6.65231C3.2674 6.45044 2.27319 6.06257 0.7498 6.00633V11.9997Z" fill="#892825"/&gt;&lt;path d="M9.75056 14.2497C7.9806 14.2497 4.55891 12.7616 2.67648 11.8734C2.48903 11.7861 2.40829 11.5619 2.49696 11.3752C2.58492 11.1863 2.81058 11.1084 2.99587 11.1949C4.46591 11.8885 8.06639 13.4999 9.75128 13.4999C11.5753 13.4999 15.8744 11.3572 17.1109 10.7198C16.9162 10.4653 16.5132 10.1243 15.7504 10.1243C15.0583 10.1243 14.1809 10.4012 13.3323 10.6701C12.4297 10.9541 11.496 11.2497 10.6885 11.2497C9.14062 11.2497 7.08372 10.5086 6.99721 10.4769C6.80255 10.4069 6.70161 10.1914 6.77371 9.9967C6.84364 9.80204 7.05921 9.70111 7.25387 9.77248C7.27333 9.77969 9.27256 10.4999 10.6885 10.4999C11.3807 10.4999 12.2581 10.2231 13.1066 9.95416C14.0093 9.67011 14.9429 9.37451 15.7504 9.37451C17.5009 9.37451 17.9623 10.6996 17.9818 10.7559C18.0395 10.9289 17.9638 11.1192 17.8023 11.2058C17.5694 11.329 12.0684 14.2497 9.75056 14.2497Z" fill="#892825"/&gt;&lt;path d="M12.3749 10.9424C12.1679 10.9424 12 10.7744 12 10.5675V10.1926C12 9.66914 11.6467 9.2207 11.142 9.10391L3.90211 7.35557C3.70024 7.30655 3.57696 7.10396 3.62598 6.90209C3.67429 6.70166 3.87832 6.57982 4.07875 6.62596L11.315 8.37285C12.1586 8.5704 12.7498 9.31875 12.7498 10.1926V10.5675C12.7498 10.7744 12.5818 10.9424 12.3749 10.9424Z" fill="#892825"/&gt;&lt;/svg&gt;'); }

.fa-share::before {
  content: url('data:image/svg+xml,&lt;svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;circle opacity="0.2" cx="15" cy="15" r="15" fill="#C8C8C8"/&gt;&lt;path d="M11.1466 16.3466L11.5369 15.6396L16.303 18.3532L15.9127 19.0602L11.1466 16.3466Z" fill="#222222"/&gt;&lt;path d="M11.1221 13.6077L15.8857 10.8955L16.2759 11.6024L11.5124 14.3146L11.1221 13.6077Z" fill="#222222"/&gt;&lt;path d="M9.49143 17.5303C8.1176 17.5303 7 16.3952 7 15.0002C7 13.6049 8.1176 12.4698 9.49143 12.4698C10.3913 12.4698 11.224 12.9651 11.6648 13.7624C11.8728 14.1378 11.983 14.5657 11.983 14.9999C11.983 15.4123 11.8829 15.8217 11.6938 16.1837C11.2602 17.0143 10.4162 17.5303 9.49142 17.5303H9.49143ZM9.49143 13.2802C8.55776 13.2802 7.798 14.0518 7.798 15.0001C7.798 15.9483 8.55776 16.7197 9.49143 16.7197C10.1201 16.7197 10.6939 16.3686 10.9889 15.8038C11.1191 15.5548 11.185 15.2842 11.185 14.9998C11.185 14.7048 11.1104 14.4141 10.9692 14.1596C10.6693 13.6169 10.1031 13.2802 9.49145 13.2802H9.49143Z" fill="#222222"/&gt;&lt;path d="M17.7207 12.6299C16.4639 12.6299 15.4415 11.5915 15.4415 10.315C15.4415 9.03857 16.4639 8 17.7207 8C18.9775 8 20 9.03844 20 10.3149C20 11.5913 18.9775 12.6299 17.7207 12.6299ZM17.7207 8.81057C16.904 8.81057 16.2395 9.48545 16.2395 10.315C16.2395 11.1445 16.904 11.8194 17.7207 11.8194C18.5375 11.8194 19.202 11.1445 19.202 10.315C19.202 9.48545 18.5375 8.81057 17.7207 8.81057Z" fill="#222222"/&gt;&lt;path d="M17.7207 21.9999C16.4639 21.9999 15.4415 20.9615 15.4415 19.685C15.4415 18.4086 16.4639 17.3701 17.7207 17.3701C18.9775 17.3701 20 18.4086 20 19.685C20 20.9613 18.9775 21.9999 17.7207 21.9999ZM17.7207 18.1806C16.904 18.1806 16.2395 18.8554 16.2395 19.685C16.2395 20.5145 16.904 21.1894 17.7207 21.1894C18.5375 21.1894 19.202 20.5145 19.202 19.685C19.202 18.8554 18.5375 18.1806 17.7207 18.1806Z" fill="#222222"/&gt;&lt;/svg&gt;'); }

.biba-red-icon::before {
  content: url("data:image/svg+xml,&lt;svg width='17' height='27' viewBox='0 0 17 27' fill='none' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M15.6997 5.86695C17.6071 9.91386 16.8447 13.594 12.896 16.1256C11.5639 16.9796 10.3891 18.0789 8.81804 19.3229C8.71675 18.6107 8.48809 17.9993 8.57375 17.4356C8.9816 14.7515 11.0181 13.3933 13.0662 12.0199C17.2977 9.18246 16.681 10.0427 13.2156 7.27883C11.6501 6.03014 9.69256 5.22422 8.93567 3.17722C8.57956 2.21414 8.05391 1.19837 8.86886 0C11.1877 1.97653 13.417 3.87666 15.6997 5.86695Z' fill='%23AB3430'/&gt;&lt;path d='M11.3311 24.2599C10.625 25.0909 9.9937 25.8529 9.28141 26.7126C7.98618 25.111 8.60894 23.9185 9.20123 22.7778C10.339 20.5867 12.6024 19.6768 14.4528 18.3011C15.0511 17.8564 15.6916 17.4685 16.4549 16.96C16.8962 18.6835 16.4958 19.9724 15.4578 20.9377C14.1928 22.1142 12.7638 23.1145 11.3311 24.2599Z' fill='%23AB3430'/&gt;&lt;path d='M5.78641 5.6461C4.20496 6.82644 2.709 7.9504 1.18613 9.03664C0.956238 9.20063 0.391161 9.31765 0.340716 9.23553C0.144208 8.9156 -0.0444321 8.48583 0.00927413 8.1344C0.33971 5.97223 1.86242 4.6247 3.442 3.34548C4.65733 2.36124 5.90431 1.41573 7.14895 0.468424C7.3213 0.337247 7.56117 0.294777 7.76809 0.211914C8.54891 2.01529 7.78003 4.12885 5.78641 5.6461Z' fill='%23AB3430'/&gt;&lt;path d='M1.2018 13.7478C0.0435733 12.3211 -0.223181 10.9938 0.449205 9.70703C2.6793 11.5066 4.99656 13.1665 7.02465 15.1257C7.74588 15.8224 7.87545 17.2282 8.05773 18.3458C8.14969 18.9096 7.66645 19.2882 7.03882 18.7477C5.12377 17.0984 3.20197 15.457 1.2018 13.7478Z' fill='%23AB3430'/&gt;&lt;path d='M0.214946 19.0261C0.146769 18.356 0.102681 17.792 0.0585938 17.2281C0.209972 17.1783 0.361351 17.1285 0.512729 17.0786C2.62093 18.6997 4.7981 20.2406 6.81192 21.9716C8.05566 23.0406 8.43453 24.5475 7.91663 26.2943C7.62065 26.2197 7.34925 26.2309 7.19894 26.1014C5.28967 24.4568 3.36287 22.8294 1.5226 21.1098C0.965364 20.5891 0.65985 19.799 0.214946 19.0261Z' fill='%23AB3430'/&gt;&lt;/svg&gt;%0A"); }

.fa-email::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="20" height="14" viewBox="0 0 20 14" fill="none"&gt;&lt;path d="M17.2394 1H2.76056C1.78823 1 1 1.78823 1 2.76056V11.5552C1 12.5275 1.78823 13.3157 2.76056 13.3157H17.2394C18.2118 13.3157 19 12.5275 19 11.5552V2.76056C19 1.78823 18.2118 1 17.2394 1Z" stroke="#222222" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;path d="M18.2939 1.92383L9.87487 9.24776L1.45703 1.92383" stroke="#222222" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;'); }

.fa-similar::before {
  content: url('data:image/svg+xml,&lt;svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;circle opacity="0.2" cx="15" cy="15" r="15" fill="#C8C8C8"/&gt;&lt;rect x="10.9568" y="8.375" width="8.19545" height="11.9045" rx="0.625" stroke="#222222" stroke-width="0.75"/&gt;&lt;path d="M19.4182 9.74545L22.9828 10.5942C23.5371 10.7262 23.8693 11.2939 23.7128 11.8417L21.2574 20.4356C21.0919 21.0148 20.4556 21.3173 19.9019 21.08L18.6545 20.5455" stroke="#222222" stroke-width="0.75" stroke-linecap="round"/&gt;&lt;path d="M10.5818 9.74545L7.01715 10.5942C6.46288 10.7262 6.13072 11.2939 6.28725 11.8417L8.74265 20.4356C8.90814 21.0148 9.5444 21.3173 10.0981 21.08L11.3455 20.5455" stroke="#222222" stroke-width="0.75" stroke-linecap="round"/&gt;&lt;/svg&gt;'); }

.fa-circle-arrow-up::before {
  content: url('data:image/svg+xml,&lt;svg width="73" height="24" viewBox="0 0 73 24" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;rect width="73" height="24" rx="12" fill="%23222222" fill-opacity="0.8"/&gt;&lt;path d="M24.6564 15.13C24.143 15.13 23.678 14.9967 23.2614 14.73C22.8447 14.46 22.513 14.0817 22.2664 13.595C22.0197 13.105 21.8964 12.53 21.8964 11.87C21.8964 11.3333 21.973 10.8567 22.1264 10.44C22.283 10.0233 22.498 9.67167 22.7714 9.385C23.048 9.09833 23.368 8.88167 23.7314 8.735C24.0947 8.58833 24.483 8.515 24.8964 8.515C25.4364 8.515 25.8997 8.62833 26.2864 8.855C26.673 9.08167 26.9914 9.44167 27.2414 9.935L26.3014 10.205C26.1014 9.92833 25.8814 9.72167 25.6414 9.585C25.4014 9.445 25.138 9.375 24.8514 9.375C24.5014 9.375 24.178 9.47667 23.8814 9.68C23.588 9.88 23.353 10.1667 23.1764 10.54C22.9997 10.91 22.9114 11.3533 22.9114 11.87C22.9114 12.34 22.9847 12.755 23.1314 13.115C23.2814 13.4717 23.4914 13.7517 23.7614 13.955C24.0347 14.155 24.3564 14.255 24.7264 14.255C25.0197 14.255 25.283 14.1883 25.5164 14.055C25.7497 13.9217 25.933 13.725 26.0664 13.465C26.203 13.2017 26.2714 12.8767 26.2714 12.49H26.5214C26.5214 13.0267 26.4564 13.4933 26.3264 13.89C26.1997 14.2833 25.9997 14.5883 25.7264 14.805C25.453 15.0217 25.0964 15.13 24.6564 15.13ZM26.4214 15L26.2714 13.54V12.46L24.7414 12.42V11.795H27.1914V15H26.4214ZM30.7684 15.13C30.3317 15.13 29.9401 15.035 29.5934 14.845C29.2501 14.655 28.9784 14.3717 28.7784 13.995C28.5784 13.6183 28.4784 13.1533 28.4784 12.6C28.4784 12.0367 28.5784 11.5683 28.7784 11.195C28.9784 10.8183 29.2501 10.535 29.5934 10.345C29.9401 10.155 30.3317 10.06 30.7684 10.06C31.1984 10.06 31.5851 10.155 31.9284 10.345C32.2717 10.535 32.5417 10.8183 32.7384 11.195C32.9384 11.5683 33.0384 12.0367 33.0384 12.6C33.0384 13.1533 32.9384 13.6183 32.7384 13.995C32.5417 14.3717 32.2717 14.655 31.9284 14.845C31.5851 15.035 31.1984 15.13 30.7684 15.13ZM30.7384 14.3C31.0151 14.3 31.2534 14.2333 31.4534 14.1C31.6567 13.9667 31.8117 13.7733 31.9184 13.52C32.0284 13.2633 32.0834 12.9567 32.0834 12.6C32.0834 12.0533 31.9717 11.63 31.7484 11.33C31.5284 11.03 31.2101 10.88 30.7934 10.88C30.5134 10.88 30.2717 10.9483 30.0684 11.085C29.8684 11.2183 29.7134 11.4133 29.6034 11.67C29.4967 11.9233 29.4434 12.2333 29.4434 12.6C29.4434 13.1367 29.5551 13.555 29.7784 13.855C30.0017 14.1517 30.3217 14.3 30.7384 14.3ZM38.4917 15.13C38.2183 15.13 37.9717 15.0783 37.7517 14.975C37.5317 14.8717 37.3567 14.7167 37.2267 14.51C37.1 14.3 37.0367 14.0367 37.0367 13.72V8.88H37.9817V13.69C37.9817 14.1433 38.1933 14.37 38.6167 14.37C38.7467 14.37 38.8733 14.3567 38.9967 14.33C39.12 14.3 39.26 14.2567 39.4167 14.2L39.5517 14.875C39.375 14.9483 39.2 15.0083 39.0267 15.055C38.8567 15.105 38.6783 15.13 38.4917 15.13ZM36.3017 10.835V10.19H39.4067V10.835H36.3017ZM42.5946 15.13C42.1579 15.13 41.7662 15.035 41.4196 14.845C41.0762 14.655 40.8046 14.3717 40.6046 13.995C40.4046 13.6183 40.3046 13.1533 40.3046 12.6C40.3046 12.0367 40.4046 11.5683 40.6046 11.195C40.8046 10.8183 41.0762 10.535 41.4196 10.345C41.7662 10.155 42.1579 10.06 42.5946 10.06C43.0246 10.06 43.4112 10.155 43.7546 10.345C44.0979 10.535 44.3679 10.8183 44.5646 11.195C44.7646 11.5683 44.8646 12.0367 44.8646 12.6C44.8646 13.1533 44.7646 13.6183 44.5646 13.995C44.3679 14.3717 44.0979 14.655 43.7546 14.845C43.4112 15.035 43.0246 15.13 42.5946 15.13ZM42.5646 14.3C42.8412 14.3 43.0796 14.2333 43.2796 14.1C43.4829 13.9667 43.6379 13.7733 43.7446 13.52C43.8546 13.2633 43.9096 12.9567 43.9096 12.6C43.9096 12.0533 43.7979 11.63 43.5746 11.33C43.3546 11.03 43.0362 10.88 42.6196 10.88C42.3396 10.88 42.0979 10.9483 41.8946 11.085C41.6946 11.2183 41.5396 11.4133 41.4296 11.67C41.3229 11.9233 41.2696 12.2333 41.2696 12.6C41.2696 13.1367 41.3812 13.555 41.6046 13.855C41.8279 14.1517 42.1479 14.3 42.5646 14.3ZM47.8579 9.45V8.63H52.8779V9.45H50.6279L50.8429 9.23V15H49.8929V9.23L50.1029 9.45H47.8579ZM54.8797 15.13C54.4431 15.13 54.0514 15.035 53.7047 14.845C53.3614 14.655 53.0897 14.3717 52.8897 13.995C52.6897 13.6183 52.5897 13.1533 52.5897 12.6C52.5897 12.0367 52.6897 11.5683 52.8897 11.195C53.0897 10.8183 53.3614 10.535 53.7047 10.345C54.0514 10.155 54.4431 10.06 54.8797 10.06C55.3097 10.06 55.6964 10.155 56.0397 10.345C56.3831 10.535 56.6531 10.8183 56.8497 11.195C57.0497 11.5683 57.1497 12.0367 57.1497 12.6C57.1497 13.1533 57.0497 13.6183 56.8497 13.995C56.6531 14.3717 56.3831 14.655 56.0397 14.845C55.6964 15.035 55.3097 15.13 54.8797 15.13ZM54.8497 14.3C55.1264 14.3 55.3647 14.2333 55.5647 14.1C55.7681 13.9667 55.9231 13.7733 56.0297 13.52C56.1397 13.2633 56.1947 12.9567 56.1947 12.6C56.1947 12.0533 56.0831 11.63 55.8597 11.33C55.6397 11.03 55.3214 10.88 54.9047 10.88C54.6247 10.88 54.3831 10.9483 54.1797 11.085C53.9797 11.2183 53.8247 11.4133 53.7147 11.67C53.6081 11.9233 53.5547 12.2333 53.5547 12.6C53.5547 13.1367 53.6664 13.555 53.8897 13.855C54.1131 14.1517 54.4331 14.3 54.8497 14.3ZM60.8966 15.13C60.5466 15.13 60.2433 15.0517 59.9866 14.895C59.7299 14.735 59.5333 14.5017 59.3966 14.195C59.2633 13.885 59.1966 13.5017 59.1966 13.045H59.5666C59.5666 13.3083 59.6233 13.5317 59.7366 13.715C59.8499 13.895 59.9983 14.0333 60.1816 14.13C60.3683 14.2233 60.5666 14.27 60.7766 14.27C60.9966 14.27 61.2099 14.2083 61.4166 14.085C61.6266 13.9583 61.7983 13.77 61.9316 13.52C62.0649 13.27 62.1316 12.96 62.1316 12.59C62.1316 12.2367 62.0716 11.935 61.9516 11.685C61.8349 11.435 61.6749 11.2433 61.4716 11.11C61.2683 10.9767 61.0399 10.91 60.7866 10.91C60.5733 10.91 60.3733 10.9617 60.1866 11.065C59.9999 11.165 59.8499 11.3133 59.7366 11.51C59.6233 11.7033 59.5666 11.94 59.5666 12.22H59.1966C59.1966 11.7367 59.2733 11.335 59.4266 11.015C59.5833 10.695 59.7933 10.4567 60.0566 10.3C60.3199 10.14 60.6116 10.06 60.9316 10.06C61.3083 10.06 61.6616 10.1617 61.9916 10.365C62.3216 10.565 62.5883 10.8533 62.7916 11.23C62.9983 11.6067 63.1016 12.06 63.1016 12.59C63.1016 13.12 62.9983 13.575 62.7916 13.955C62.5849 14.335 62.3133 14.6267 61.9766 14.83C61.6433 15.03 61.2833 15.13 60.8966 15.13ZM58.6166 17.36V10.19H59.4016L59.5666 11.345V17.36H58.6166Z" fill="white"/&gt;&lt;path d="M13 18L13 8" stroke="white"/&gt;&lt;path d="M10 11L13 8L16 11" stroke="white"/&gt;&lt;/svg&gt;'); }

.fa-close-wishlist::before {
  content: url('data:image/svg+xml,&lt;svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;circle cx="15" cy="15" r="15" fill="white" fill-opacity="0.3"/&gt;&lt;path d="M10.8125 19.376L19.5629 10.6255" stroke="white" stroke-width="1.3" stroke-linecap="round"/&gt;&lt;path d="M19.2988 19.376L10.8135 10.8907" stroke="white" stroke-width="1.3" stroke-linecap="round"/&gt;&lt;/svg&gt;'); }

.fa-target-location::before {
  content: url("data:image/svg+xml,&lt;svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M14.7689 8.99899C14.7689 9.16282 14.7629 9.32465 14.7489 9.48848C14.7429 9.5664 14.7349 9.64432 14.7269 9.72224C14.7249 9.74022 14.7229 9.7582 14.7209 9.77618C14.7129 9.84811 14.7229 9.7602 14.7249 9.75221C14.7149 9.79616 14.7109 9.84211 14.7049 9.88807C14.655 10.1997 14.5791 10.5074 14.4812 10.8071C14.4352 10.951 14.3813 11.0928 14.3253 11.2327C14.2994 11.2986 14.3333 11.2187 14.3353 11.2107C14.3313 11.2267 14.3213 11.2447 14.3134 11.2586C14.2974 11.2946 14.2814 11.3306 14.2654 11.3685C14.2314 11.4405 14.1975 11.5124 14.1615 11.5823C14.0237 11.852 13.8678 12.1118 13.692 12.3595C13.648 12.4194 13.6041 12.4794 13.5601 12.5393C13.5282 12.5813 13.6081 12.4794 13.5741 12.5213C13.5601 12.5373 13.5462 12.5553 13.5342 12.5733C13.5102 12.6032 13.4842 12.6352 13.4602 12.6652C13.3623 12.7831 13.2604 12.8969 13.1546 13.0068C13.0507 13.1127 12.9448 13.2166 12.8349 13.3145C12.7789 13.3645 12.723 13.4124 12.6671 13.4604C12.6371 13.4863 12.6071 13.5103 12.5752 13.5343C12.5612 13.5443 12.5472 13.5563 12.5332 13.5662C12.4713 13.6162 12.5991 13.5163 12.5312 13.5682C12.2895 13.7501 12.0377 13.9159 11.772 14.0617C11.6361 14.1356 11.4983 14.2056 11.3584 14.2695C11.3265 14.2835 11.2945 14.2995 11.2605 14.3135C11.2465 14.3195 11.2266 14.3314 11.2126 14.3354C11.2965 14.3155 11.2605 14.3155 11.2346 14.3255C11.1606 14.3554 11.0867 14.3854 11.0108 14.4114C10.7151 14.5193 10.4114 14.6032 10.1037 14.6651C10.0318 14.6791 9.95988 14.6931 9.88995 14.7031C9.85 14.7091 9.80804 14.715 9.76808 14.721C9.71214 14.729 9.848 14.7111 9.79206 14.717C9.77008 14.719 9.7461 14.723 9.72413 14.725C9.5583 14.745 9.39247 14.757 9.22465 14.763C8.90298 14.775 8.58132 14.761 8.26165 14.723C8.24367 14.721 8.22569 14.719 8.2077 14.717C8.15176 14.7111 8.28762 14.729 8.23168 14.721C8.19172 14.715 8.14977 14.7091 8.10981 14.7031C8.02989 14.6891 7.94797 14.6751 7.86806 14.6591C7.71821 14.6291 7.56837 14.5932 7.42052 14.5512C7.27068 14.5093 7.12084 14.4613 6.97499 14.4074C6.90506 14.3814 6.83313 14.3534 6.76321 14.3255C6.73723 14.3155 6.70327 14.3155 6.78518 14.3354C6.7692 14.3314 6.75122 14.3215 6.73723 14.3135C6.69728 14.2955 6.65732 14.2775 6.61536 14.2595C6.33565 14.1297 6.06593 13.9798 5.8102 13.812C5.75226 13.774 5.69432 13.7341 5.63638 13.6941C5.57644 13.6522 5.49652 13.6082 5.44658 13.5543C5.5165 13.6302 5.45057 13.5582 5.4246 13.5363C5.39463 13.5123 5.36266 13.4863 5.33269 13.4623C5.27276 13.4124 5.21282 13.3605 5.15488 13.3085C4.93111 13.1067 4.72133 12.8889 4.52953 12.6572C4.50755 12.6312 4.48558 12.6032 4.4636 12.5753C4.44961 12.5573 4.43763 12.5413 4.42364 12.5233C4.38968 12.4834 4.46959 12.5853 4.43763 12.5413C4.39167 12.4774 4.34372 12.4154 4.29777 12.3515C4.20986 12.2256 4.12595 12.0978 4.04603 11.9659C3.97011 11.838 3.89619 11.7062 3.83026 11.5723C3.79629 11.5044 3.76433 11.4385 3.73236 11.3705C3.71638 11.3346 3.70039 11.2986 3.68441 11.2606C3.67842 11.2467 3.66643 11.2267 3.66243 11.2127C3.66843 11.2287 3.67642 11.2447 3.68241 11.2586C3.67642 11.2427 3.66843 11.2267 3.66243 11.2087C3.54655 10.923 3.45265 10.6293 3.38073 10.3276C3.34476 10.1738 3.3128 10.0179 3.28882 9.8601C3.28283 9.82413 3.27883 9.78817 3.27284 9.75221C3.29481 9.86609 3.27284 9.75221 3.26884 9.72224C3.25885 9.64033 3.25086 9.55641 3.24487 9.4745C3.22089 9.14884 3.22089 8.82118 3.24686 8.49552C3.25286 8.42159 3.26085 8.34767 3.26884 8.27574C3.27084 8.25776 3.27284 8.23978 3.27484 8.2218C3.28482 8.1299 3.26485 8.29373 3.27284 8.23179C3.27883 8.19183 3.28482 8.14987 3.29082 8.10992C3.31679 7.94808 3.34876 7.78825 3.38872 7.63041C3.46264 7.32873 3.56653 7.04303 3.67642 6.75333C3.6944 6.70338 3.64445 6.82525 3.66643 6.77531C3.67442 6.75932 3.68041 6.74334 3.68841 6.72735C3.70439 6.69139 3.72037 6.65543 3.73835 6.61947C3.77232 6.54754 3.80628 6.47562 3.84224 6.40569C3.91017 6.27183 3.9821 6.14196 4.06002 6.0141C4.13994 5.88223 4.22385 5.75437 4.31176 5.6305C4.35171 5.57455 4.39167 5.49663 4.44362 5.45068C4.43763 5.45668 4.38568 5.52461 4.42963 5.46866C4.43962 5.45468 4.45161 5.44069 4.4616 5.42671C4.48957 5.39274 4.51754 5.35878 4.54551 5.32481C4.74131 5.09106 4.95509 4.87129 5.18285 4.6675C5.2348 4.62155 5.28874 4.57559 5.34268 4.53164C5.36866 4.50966 5.39663 4.48768 5.4246 4.46571C5.43858 4.45572 5.45257 4.44373 5.46656 4.43374C5.53848 4.3758 5.39463 4.48768 5.46855 4.43174C5.59043 4.33984 5.7163 4.24993 5.84416 4.16802C6.0979 4.00219 6.36562 3.85634 6.64133 3.73047C6.6733 3.71649 6.70527 3.7005 6.73923 3.68652C6.74722 3.68252 6.82914 3.65255 6.76521 3.67453C6.70926 3.69451 6.7652 3.67453 6.77919 3.66854C6.85311 3.63857 6.92704 3.6106 7.00296 3.58263C7.1508 3.52868 7.29865 3.48073 7.45049 3.43877C7.59834 3.39682 7.74818 3.36285 7.89803 3.33288C7.97395 3.3169 8.04987 3.30491 8.12579 3.29293C8.16575 3.28693 8.2077 3.28294 8.24766 3.27495C8.23767 3.27694 8.15176 3.28693 8.22369 3.27894C8.25166 3.27495 8.27763 3.27295 8.3056 3.26895C8.62527 3.23299 8.94694 3.223 9.2686 3.23499C9.43043 3.24098 9.59226 3.25497 9.7521 3.27495C9.77008 3.27694 9.78806 3.28094 9.80604 3.28094C9.79605 3.28094 9.71014 3.26695 9.78207 3.27694C9.81803 3.28294 9.85399 3.28693 9.88995 3.29293C9.96987 3.30691 10.0518 3.3209 10.1317 3.33688C10.4394 3.39882 10.7431 3.48673 11.0368 3.59461C11.1027 3.61859 11.1686 3.64656 11.2346 3.67253C11.3005 3.6985 11.2206 3.66454 11.2126 3.66254C11.2326 3.66654 11.2545 3.68052 11.2725 3.68852C11.3085 3.7045 11.3444 3.72048 11.3804 3.73846C11.5203 3.8024 11.6581 3.87232 11.792 3.94825C11.9258 4.02217 12.0577 4.10209 12.1856 4.188C12.2475 4.22795 12.3094 4.27191 12.3694 4.31386C12.3973 4.33384 12.4253 4.35382 12.4553 4.3758C12.4693 4.38579 12.4833 4.39578 12.4972 4.40777C12.5072 4.41576 12.5792 4.4737 12.5292 4.43174C12.4813 4.39178 12.5712 4.46571 12.5812 4.4737C12.6111 4.49767 12.6431 4.52365 12.6731 4.54762C12.733 4.59757 12.7929 4.64952 12.8509 4.70146C12.9608 4.80136 13.0667 4.90525 13.1705 5.01114C13.2764 5.12103 13.3783 5.23491 13.4742 5.35278C13.5002 5.38275 13.5242 5.41272 13.5482 5.44469C13.5561 5.45468 13.5761 5.47466 13.5801 5.48665C13.5781 5.48065 13.5222 5.41072 13.5661 5.46866C13.6141 5.5326 13.66 5.59453 13.706 5.65847C13.8798 5.90621 14.0356 6.16794 14.1715 6.43766C14.2055 6.50559 14.2374 6.57152 14.2694 6.64144C14.2834 6.67341 14.2994 6.70538 14.3134 6.73934C14.3193 6.75333 14.3313 6.77331 14.3353 6.78729C14.3114 6.68939 14.3253 6.76332 14.3353 6.78929C14.3933 6.93314 14.4472 7.08099 14.4932 7.22883C14.5871 7.52453 14.659 7.83021 14.7089 8.13589C14.7129 8.16786 14.7289 8.21381 14.7249 8.24378C14.7369 8.16186 14.7189 8.19183 14.7229 8.23379C14.7249 8.25177 14.7269 8.26975 14.7289 8.28773C14.7369 8.36565 14.7449 8.44357 14.7509 8.52149C14.7649 8.68132 14.7689 8.84116 14.7689 8.99899C14.7689 9.20877 14.9527 9.40857 15.1685 9.39858C15.3842 9.38859 15.568 9.22276 15.568 8.99899C15.5641 7.65239 15.1505 6.30979 14.3653 5.21293C13.5821 4.11807 12.4972 3.28494 11.2326 2.82142C9.95389 2.35191 8.51538 2.30595 7.20675 2.67757C5.94206 3.03519 4.78327 3.78442 3.94614 4.80136C3.07704 5.85826 2.55359 7.14692 2.4457 8.5115C2.33981 9.8581 2.66946 11.2367 3.36874 12.3935C4.04603 13.5123 5.06497 14.4353 6.25973 14.9748C7.5384 15.5522 8.96292 15.714 10.3395 15.4343C11.6242 15.1726 12.8269 14.5013 13.734 13.5543C14.651 12.5972 15.2803 11.3605 15.4801 10.0499C15.5341 9.70226 15.5641 9.35462 15.5661 9.00299C15.5661 8.79321 15.3822 8.59341 15.1665 8.6034C14.9527 8.6094 14.7709 8.77522 14.7689 8.99899Z' fill='%23B51F2A'/&gt;&lt;path d='M9.39878 2.82942C9.39878 2.12016 9.39878 1.41289 9.39878 0.703628C9.39878 0.601734 9.39878 0.49984 9.39878 0.399944C9.39878 0.190162 9.21497 -0.0096301 8.99919 0.000359515C8.78342 0.0103491 8.59961 0.176177 8.59961 0.399944C8.59961 1.10921 8.59961 1.81647 8.59961 2.52573C8.59961 2.62763 8.59961 2.72952 8.59961 2.82942C8.59961 3.0392 8.78342 3.23899 8.99919 3.229C9.21497 3.21901 9.39878 3.05318 9.39878 2.82942Z' fill='%23B51F2A'/&gt;&lt;path d='M9.39878 17.6C9.39878 16.8908 9.39878 16.1835 9.39878 15.4743C9.39878 15.3724 9.39878 15.2705 9.39878 15.1706C9.39878 14.9608 9.21497 14.761 8.99919 14.771C8.78342 14.781 8.59961 14.9468 8.59961 15.1706C8.59961 15.8798 8.59961 16.5871 8.59961 17.2964C8.59961 17.3983 8.59961 17.5002 8.59961 17.6C8.59961 17.8098 8.78342 18.0096 8.99919 17.9996C9.21497 17.9896 9.39878 17.8238 9.39878 17.6Z' fill='%23B51F2A'/&gt;&lt;path d='M2.82942 8.59943C2.12016 8.59943 1.41289 8.59943 0.703628 8.59943C0.601734 8.59943 0.49984 8.59943 0.399944 8.59943C0.190162 8.59943 -0.0096301 8.78324 0.000359515 8.99901C0.0103491 9.21479 0.176177 9.3986 0.399944 9.3986C1.10921 9.3986 1.81647 9.3986 2.52573 9.3986C2.62763 9.3986 2.72952 9.3986 2.82942 9.3986C3.0392 9.3986 3.23899 9.21479 3.229 8.99901C3.21901 8.78324 3.05318 8.59943 2.82942 8.59943Z' fill='%23B51F2A'/&gt;&lt;path d='M17.5999 8.59943C16.8907 8.59943 16.1834 8.59943 15.4741 8.59943C15.3722 8.59943 15.2703 8.59943 15.1705 8.59943C14.9607 8.59943 14.7609 8.78324 14.7709 8.99901C14.7809 9.21479 14.9467 9.3986 15.1705 9.3986C15.8797 9.3986 16.587 9.3986 17.2962 9.3986C17.3981 9.3986 17.5 9.3986 17.5999 9.3986C17.8097 9.3986 18.0095 9.21479 17.9995 8.99901C17.9895 8.78324 17.8237 8.59943 17.5999 8.59943Z' fill='%23B51F2A'/&gt;&lt;path d='M10.4536 8.99899C10.4536 9.04494 10.4516 9.09289 10.4476 9.13884C10.4456 9.16282 10.4436 9.1848 10.4416 9.20677C10.4376 9.26671 10.4596 9.10488 10.4436 9.19479C10.4277 9.28269 10.4077 9.3706 10.3797 9.45651C10.3737 9.4725 10.3517 9.57439 10.3338 9.58238C10.3397 9.5664 10.3477 9.55042 10.3537 9.53643C10.3457 9.55241 10.3397 9.5684 10.3318 9.58438C10.3238 9.60036 10.3158 9.61635 10.3078 9.63233C10.2658 9.71425 10.2159 9.79217 10.1659 9.86809C10.136 9.91204 10.1619 9.91404 10.1739 9.86009C10.1719 9.86809 10.1479 9.89206 10.142 9.90005C10.114 9.93402 10.086 9.96598 10.054 9.99795C10.0241 10.0299 9.99211 10.0599 9.96014 10.0899C9.94815 10.1018 9.93417 10.1138 9.92018 10.1238C9.9062 10.1358 9.82428 10.1838 9.87823 10.1578C9.93417 10.1318 9.86624 10.1658 9.85625 10.1738C9.84226 10.1838 9.82828 10.1937 9.81229 10.2037C9.77633 10.2277 9.73837 10.2497 9.70041 10.2717C9.66245 10.2936 9.62249 10.3136 9.58253 10.3316C9.57254 10.3356 9.49462 10.3616 9.55856 10.3436C9.62249 10.3256 9.5186 10.3576 9.50661 10.3616C9.43069 10.3875 9.35277 10.4095 9.27286 10.4275C9.24688 10.4335 9.21891 10.4375 9.19294 10.4435C9.137 10.4535 9.20293 10.4555 9.21691 10.4415C9.19693 10.4615 9.07706 10.4535 9.05109 10.4535C8.96717 10.4555 8.88326 10.4495 8.79935 10.4435C8.70345 10.4355 8.89125 10.4615 8.79735 10.4435C8.77937 10.4395 8.76139 10.4375 8.74341 10.4335C8.68946 10.4235 8.63752 10.4095 8.58557 10.3955C8.54761 10.3836 8.50965 10.3716 8.47169 10.3576C8.4597 10.3536 8.41375 10.3436 8.40975 10.3336C8.42174 10.3596 8.48368 10.3676 8.41974 10.3376C8.33583 10.2956 8.25591 10.2537 8.17799 10.2037C8.16401 10.1937 8.14803 10.1838 8.13404 10.1738C8.12605 10.1678 8.12005 10.1638 8.11206 10.1578C8.0781 10.1318 8.08409 10.1378 8.13004 10.1738C8.10207 10.1678 8.06211 10.1178 8.04014 10.0978C7.97221 10.0359 7.90827 9.96998 7.85034 9.90005C7.84634 9.89606 7.81837 9.86809 7.81837 9.86009C7.82836 9.87408 7.83835 9.88607 7.84834 9.90005C7.83835 9.88607 7.82836 9.87208 7.81837 9.8581C7.79639 9.82613 7.77441 9.79216 7.75444 9.7602C7.73446 9.72623 7.71448 9.69227 7.69649 9.65631C7.68451 9.63233 7.67252 9.60836 7.66053 9.58638C7.65654 9.57839 7.65254 9.5704 7.64854 9.5624C7.63056 9.52245 7.63456 9.53044 7.65853 9.58438C7.64255 9.57639 7.61858 9.47649 7.61258 9.45851C7.5986 9.41656 7.58661 9.3726 7.57662 9.32865C7.56663 9.28869 7.55864 9.24873 7.55264 9.20877C7.54665 9.17681 7.55464 9.12486 7.55264 9.22076C7.55264 9.19479 7.54665 9.16482 7.54465 9.13884C7.53866 9.04494 7.53866 8.95304 7.54465 8.85914C7.54665 8.84115 7.54865 8.82317 7.54865 8.80319C7.55664 8.71129 7.53666 8.87312 7.54665 8.81318C7.55664 8.76324 7.56463 8.71528 7.57662 8.66733C7.58661 8.62338 7.5986 8.58142 7.61258 8.53747C7.62057 8.51349 7.63856 8.42159 7.65853 8.4116C7.64655 8.41759 7.62457 8.48552 7.64854 8.43358C7.66053 8.4096 7.67052 8.38563 7.68251 8.36165C7.70249 8.32169 7.72447 8.28373 7.74644 8.24577C7.76842 8.20781 7.7924 8.17185 7.81837 8.13589C7.82636 8.1239 7.85833 8.05597 7.83435 8.11391C7.81038 8.16785 7.84234 8.10592 7.85233 8.09193C7.90827 8.024 7.96821 7.96207 8.03215 7.90413C8.05412 7.88415 8.10207 7.82621 8.13204 7.82022C8.0781 7.8322 8.0801 7.85818 8.12405 7.82821C8.14203 7.81622 8.16001 7.80223 8.17799 7.79025C8.25192 7.7423 8.32784 7.69834 8.40776 7.66238C8.41575 7.65838 8.42374 7.65439 8.43173 7.65039C8.47169 7.63241 8.4637 7.63641 8.40975 7.66038C8.41175 7.65639 8.45171 7.6444 8.4597 7.6404C8.50166 7.62442 8.54361 7.61043 8.58757 7.59845C8.63152 7.58646 8.67348 7.57447 8.71743 7.56648C8.73541 7.56248 8.7534 7.55849 8.77138 7.55649C8.78936 7.55249 8.80734 7.5505 8.82532 7.5485C8.76938 7.55649 8.75539 7.55849 8.78736 7.55449C8.87527 7.5465 8.96318 7.54051 9.05109 7.5445C9.09704 7.5465 9.14299 7.5505 9.18894 7.55449C9.26886 7.56049 9.16497 7.5505 9.16497 7.5505C9.17496 7.5425 9.24488 7.56448 9.25887 7.56648C9.36076 7.58646 9.45666 7.61843 9.55456 7.65239C9.60651 7.67037 9.55656 7.63841 9.53259 7.6424C9.55057 7.63841 9.59852 7.67237 9.6165 7.68236C9.66045 7.70434 9.70241 7.72631 9.74436 7.75229C9.79032 7.78026 9.83227 7.81023 9.87623 7.8382C9.91419 7.86417 9.89621 7.8322 9.85825 7.82221C9.87823 7.82621 9.9022 7.85818 9.91818 7.87216C9.99411 7.93809 10.066 8.00802 10.13 8.08594C10.14 8.09793 10.1679 8.1219 10.1719 8.13589C10.138 8.09193 10.132 8.08394 10.1479 8.10792C10.1559 8.11791 10.1639 8.12989 10.1699 8.13988C10.1999 8.18384 10.2279 8.22779 10.2538 8.27175C10.2758 8.30971 10.2958 8.34767 10.3158 8.38763C10.3218 8.40161 10.3517 8.44557 10.3497 8.45955C10.3278 8.4096 10.3238 8.39762 10.3358 8.42559C10.3397 8.43757 10.3457 8.44956 10.3497 8.46355C10.3837 8.55545 10.4097 8.65135 10.4297 8.74725C10.4316 8.75724 10.4496 8.81918 10.4436 8.82717C10.4416 8.80919 10.4396 8.7932 10.4376 8.77522C10.4396 8.7932 10.4416 8.81119 10.4436 8.82917C10.4516 8.88711 10.4536 8.94305 10.4536 8.99899C10.4556 9.20877 10.6354 9.40856 10.8532 9.39857C11.069 9.38858 11.2548 9.22276 11.2528 8.99899C11.2448 8.04199 10.6394 7.20286 9.74636 6.8732C8.88926 6.55753 7.84834 6.83924 7.27294 7.5505C6.96526 7.9301 6.78544 8.37164 6.74948 8.85914C6.71552 9.30467 6.83139 9.76819 7.06116 10.1518C7.55464 10.9769 8.52364 11.3885 9.46266 11.2047C10.4996 11.0029 11.2448 10.0419 11.2528 8.99899C11.2548 8.78921 11.067 8.58942 10.8532 8.59941C10.6354 8.6094 10.4556 8.77522 10.4536 8.99899Z' fill='%23B51F2A'/&gt;&lt;/svg&gt;%0A"); }

.fa-close-sort::before {
  content: url("data:image/svg+xml,&lt;svg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M7.37312 6.46853L12.8497 0.990953C13.0594 0.75489 13.0485 0.395905 12.8244 0.173272C12.6005 -0.0495016 12.2416 -0.058637 12.0068 0.152672L6.53022 5.63025L1.05369 0.152672C0.817178 -0.0433559 0.470367 -0.0270762 0.253134 0.190216C0.0359015 0.407507 0.0196079 0.754389 0.215598 0.990929L5.69213 6.4685L0.215598 11.9461C0.0865419 12.0529 0.00847998 12.2092 0.000673377 12.3767C-0.00729906 12.5441 0.0558171 12.7071 0.174239 12.8257C0.29283 12.9442 0.455766 13.0073 0.623204 12.9993C0.790625 12.9915 0.946918 12.9134 1.05372 12.7844L6.53024 7.30678L12.0068 12.7844C12.2433 12.9804 12.5901 12.9641 12.8073 12.7468C13.0246 12.5295 13.0409 12.1826 12.8449 11.9461L7.37312 6.46853Z' fill='black'/&gt;&lt;/svg&gt;"); }

.fa-times::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"&gt;&lt;path d="M4.11401 12.5996L12.5993 4.11433" stroke="#222222" stroke-width="1.3" stroke-linecap="round"/&gt;&lt;path d="M12.3422 12.5996L4.11401 4.37146" stroke="#222222" stroke-width="1.3" stroke-linecap="round"/&gt;&lt;/svg&gt;'); }

.fa-arrow-icon-right::after {
  content: url('data:image/svg+xml,&lt;svg width="8" height="13" viewBox="0 0 8 13" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M1 12L6.5 6.5L1 1" stroke="%23222222"/&gt;&lt;/svg&gt;'); }

.fa-arrow-icon-left::after {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="12" height="20" viewBox="0 0 12 20" fill="none"&gt;&lt;path d="M11 1L0.999999 10L11 19" stroke="%23111827"/&gt;&lt;/svg&gt;'); }

.fa-facebook::before,
.fa-pinterest::before,
.fa-instagram::before,
.fa-twitter::before,
.fa-youtube-play::before {
  display: block;
  margin: 1px -2px; }

.fa-facebook::before {
  content: url('data:image/svg+xml,&lt;svg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M7.47663 7.97855L7.89086 5.41099H5.29724V3.74607C5.27912 3.55434 5.30664 3.3612 5.37775 3.18093C5.44886 3.00067 5.56175 2.83791 5.70806 2.70468C5.85437 2.57146 6.03035 2.47118 6.22299 2.41128C6.41562 2.35138 6.61997 2.33339 6.82092 2.35863H8V0.173841C7.30759 0.0674424 6.60789 0.00933719 5.90654 0C3.77011 0 2.37448 1.22992 2.37448 3.45552V5.41425H0V7.97855H2.37448V14H5.29638V7.97855H7.47663Z" fill="white"/&gt;&lt;/svg&gt;'); }

.fa-pinterest::before {
  content: url('data:image/svg+xml,&lt;svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M7 0C3.13425 0 0 3.13425 0 7C0 9.96567 1.84508 12.4985 4.44908 13.5182C4.38783 12.9646 4.33242 12.1147 4.47358 11.5103C4.60075 10.9643 5.29433 8.03075 5.29433 8.03075C5.29433 8.03075 5.08492 7.61133 5.08492 6.99183C5.08492 6.01825 5.649 5.292 6.35133 5.292C6.94867 5.292 7.23683 5.74058 7.23683 6.27783C7.23683 6.87867 6.85475 7.77642 6.657 8.60825C6.49192 9.30533 7.00642 9.8735 7.69358 9.8735C8.93783 9.8735 9.89392 8.56158 9.89392 6.66808C9.89392 4.99217 8.68992 3.82025 6.97025 3.82025C4.97875 3.82025 3.80975 5.31417 3.80975 6.85825C3.80975 7.45967 4.04133 8.10483 4.33067 8.456C4.38783 8.52542 4.396 8.58608 4.37908 8.65667C4.326 8.87775 4.20817 9.35317 4.18483 9.45058C4.1545 9.57892 4.08333 9.60575 3.95092 9.54392C3.0765 9.13675 2.52992 7.85867 2.52992 6.832C2.52992 4.62408 4.13408 2.59583 7.15517 2.59583C9.58358 2.59583 11.4707 4.326 11.4707 6.63892C11.4707 9.05158 9.94933 10.9929 7.83825 10.9929C7.12892 10.9929 6.46217 10.6242 6.23408 10.1891C6.23408 10.1891 5.88292 11.5255 5.79775 11.8533C5.63967 12.4612 5.21325 13.2236 4.92742 13.6885C5.5825 13.8903 6.27842 14 7 14C10.8657 14 14 10.8657 14 7C14 3.13425 10.8657 0 7 0Z" fill="white"/&gt;&lt;/svg&gt;'); }

.fa-instagram::before {
  content: url('data:image/svg+xml,&lt;svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M10.7532 2.5C10.593 2.5 10.4364 2.54815 10.3033 2.63836C10.1701 2.72858 10.0663 2.8568 10.005 3.00682C9.94371 3.15684 9.92767 3.32191 9.95892 3.48117C9.99017 3.64043 10.0673 3.78672 10.1806 3.90154C10.2938 4.01635 10.4381 4.09454 10.5952 4.12622C10.7523 4.1579 10.9151 4.14164 11.0631 4.0795C11.2111 4.01736 11.3376 3.91213 11.4265 3.77712C11.5155 3.64211 11.563 3.48338 11.563 3.321C11.563 3.10326 11.4777 2.89444 11.3258 2.74047C11.174 2.5865 10.968 2.5 10.7532 2.5Z" fill="white"/&gt;&lt;path d="M7.15304 3.55029C6.48037 3.55029 5.82281 3.75252 5.26351 4.13139C4.7042 4.51026 4.26826 5.04877 4.01084 5.67881C3.75342 6.30885 3.68608 7.00213 3.81731 7.67098C3.94854 8.33983 4.27245 8.95421 4.7481 9.43642C5.22375 9.91863 5.82977 10.247 6.48952 10.3801C7.14927 10.5131 7.83313 10.4448 8.4546 10.1839C9.07607 9.92288 9.60724 9.48094 9.98096 8.91392C10.3547 8.3469 10.5542 7.68026 10.5542 6.99831C10.5532 6.08413 10.1946 5.20766 9.55696 4.56124C8.91933 3.91482 8.05478 3.55124 7.15304 3.55029ZM7.15304 9.20676C6.7222 9.20676 6.30102 9.07724 5.94279 8.83457C5.58455 8.5919 5.30535 8.24699 5.14048 7.84345C4.9756 7.4399 4.93245 6.99586 5.0165 6.56746C5.10056 6.13906 5.30803 5.74556 5.61269 5.4367C5.91734 5.12784 6.30548 4.9175 6.72805 4.83229C7.15062 4.74708 7.58863 4.79082 7.98668 4.95797C8.38473 5.12512 8.72495 5.40818 8.96431 5.77136C9.20368 6.13453 9.33143 6.56152 9.33143 6.99831C9.3312 7.58412 9.1017 8.14589 8.69327 8.56029C8.28484 8.97469 7.73088 9.20784 7.15304 9.20855V9.20676Z" fill="white"/&gt;&lt;path d="M9.85275 14H4.34044C3.2407 13.9983 2.18647 13.5548 1.40876 12.7665C0.631042 11.9782 0.193277 10.9095 0.191406 9.79462V4.20538C0.193276 3.09063 0.630909 2.02207 1.40843 1.23382C2.18596 0.445573 3.23996 0.00189584 4.33955 0H9.85186C10.9514 0.00189584 12.0054 0.445573 12.783 1.23382C13.5605 2.02207 13.9981 3.09063 14 4.20538V9.79462C13.9981 10.9092 13.5606 11.9776 12.7833 12.7659C12.006 13.5541 10.9522 13.9979 9.85275 14ZM4.34044 1.31754C3.58509 1.31849 2.86098 1.62317 2.32695 2.16473C1.79292 2.70629 1.49261 3.44051 1.49191 4.20627V9.79462C1.49261 10.5603 1.79295 11.2944 2.327 11.8358C2.86106 12.3773 3.58517 12.6817 4.34044 12.6825H9.85275C10.6081 12.6817 11.3323 12.3773 11.8665 11.8359C12.4007 11.2945 12.7012 10.5604 12.7022 9.79462V4.20538C12.7012 3.43953 12.4007 2.70532 11.8666 2.16378C11.3324 1.62224 10.6082 1.3176 9.85275 1.31665L4.34044 1.31754Z" fill="white"/&gt;&lt;/svg&gt;'); }

.fa-twitter::before {
  content: url('data:image/svg+xml,&lt;svg width="15" height="12" viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M14.2648 1.41402C13.8013 1.61265 13.3144 1.75144 12.8158 1.82702C13.0488 1.78802 13.3908 1.36601 13.5278 1.19601C13.7421 0.936671 13.9053 0.639095 14.0088 0.319014C14.0218 0.294014 14.0308 0.262017 14.0088 0.244017C13.9964 0.238701 13.9829 0.236464 13.9695 0.237509C13.9561 0.238554 13.9432 0.242847 13.9318 0.250014C13.389 0.539878 12.8122 0.760914 12.2148 0.908011C12.194 0.914636 12.1718 0.915245 12.1508 0.909758C12.1297 0.90427 12.1107 0.892913 12.0958 0.877012C12.0499 0.821782 11.9998 0.770287 11.9458 0.723013C11.6977 0.50963 11.4167 0.337745 11.1138 0.21401C10.7094 0.0502263 10.2732 -0.0201828 9.83779 0.00801678C9.41471 0.0364545 9.00224 0.152937 8.62679 0.350012C8.25028 0.547295 7.91812 0.819551 7.65078 1.15002C7.37287 1.49171 7.1738 1.89053 7.06777 2.31801C6.97626 2.72295 6.96572 3.14199 7.03676 3.55102C7.04576 3.62002 7.03677 3.62902 6.97777 3.62002C4.70642 3.38866 2.60285 2.31904 1.07778 0.620016C1.00978 0.541016 0.971784 0.541014 0.914784 0.625014C0.60851 1.19095 0.492722 1.84051 0.584584 2.47742C0.676446 3.11432 0.971048 3.70469 1.42476 4.16102C1.54076 4.27102 1.65877 4.38002 1.78777 4.48002C1.38963 4.45022 1.00142 4.34144 0.645772 4.16002C0.576772 4.11602 0.545786 4.14102 0.535787 4.21902C0.531611 4.33203 0.537953 4.44518 0.554768 4.55701C0.624158 5.08833 0.833387 5.59169 1.16106 6.01565C1.48873 6.4396 1.92312 6.76894 2.41979 6.97001C2.54131 7.02295 2.66846 7.06186 2.79879 7.08601C2.43093 7.15937 2.05342 7.17087 1.68178 7.12002C1.59978 7.10502 1.56978 7.14501 1.59978 7.22001C1.79109 7.72042 2.10713 8.16362 2.5179 8.50754C2.92867 8.85145 3.42052 9.08465 3.94677 9.18501C4.05277 9.20401 4.15977 9.20402 4.26677 9.22902C4.26077 9.23802 4.25379 9.23801 4.24779 9.24801C3.79258 9.65855 3.24294 9.9502 2.64779 10.097C1.86879 10.3753 1.03878 10.4817 0.214772 10.409C0.0837721 10.39 0.0557719 10.391 0.0207719 10.409C-0.0142281 10.427 0.0207663 10.463 0.0587663 10.496C0.223766 10.606 0.392785 10.703 0.565785 10.796C1.08283 11.0715 1.62837 11.2898 2.19277 11.447C3.64477 11.8837 5.18591 11.9319 6.66234 11.5867C8.13878 11.2415 9.49885 10.5151 10.6068 9.48002C11.4041 8.61545 12.0207 7.60038 12.4205 6.49433C12.8202 5.38828 12.9951 4.21354 12.9348 3.03902C12.9348 2.94602 13.0448 2.89501 13.1088 2.84701C13.5461 2.50755 13.9318 2.10636 14.2538 1.65601C14.3037 1.5906 14.3301 1.51028 14.3288 1.42801V1.41501C14.3238 1.37601 14.3228 1.38802 14.2648 1.41402Z" fill="white"/&gt;&lt;/svg&gt;');
  margin-top: 2px; }

.fa-youtube-play::before {
  content: url('data:image/svg+xml,&lt;svg width="17" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M8.5 0C8.5 0 3.18371 -2.7433e-05 1.85771 0.365723C1.12586 0.566973 0.550773 1.15985 0.355273 1.91235C-2.66492e-05 3.27735 0 7 0 7C0 7 -2.66492e-05 10.7226 0.355273 12.0876C0.550773 12.841 1.12671 13.433 1.85771 13.6343C3.18371 14 8.5 14 8.5 14C8.5 14 13.8163 14 15.1423 13.6343C15.8733 13.433 16.4492 12.8401 16.6447 12.0876C17 10.7226 17 7 17 7C17 7 17 3.27735 16.6447 1.91235C16.4492 1.15985 15.8733 0.566973 15.1423 0.365723C13.8163 -2.7433e-05 8.5 0 8.5 0ZM8.5 1.75C10.9497 1.75 14.0172 1.86691 14.7023 2.05591C14.846 2.09528 14.9637 2.21648 15.0028 2.36523C15.2077 3.15098 15.3 5.54925 15.3 7C15.3 8.45075 15.2077 10.8481 15.0028 11.6348C14.9646 11.7826 14.8468 11.9038 14.7023 11.9441C14.0181 12.1331 10.9497 12.25 8.5 12.25C6.05115 12.25 2.98361 12.1331 2.29766 11.9441C2.15401 11.9047 2.03627 11.7835 1.99717 11.6348C1.79232 10.849 1.7 8.45075 1.7 7C1.7 5.54925 1.79232 3.15103 1.99717 2.36353C2.03542 2.21653 2.15316 2.09528 2.29766 2.05591C2.98191 1.86691 6.0503 1.75 8.5 1.75ZM6.8 3.96826V10.0317L11.9 7L6.8 3.96826Z" fill="white"/&gt;&lt;/svg&gt;'); }

.fa-plus::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"&gt;&lt;path d="M7 0C6.69071 0 6.44 0.25072 6.44 0.56V6.44H0.56C0.250712 6.44 0 6.69071 0 7C0 7.30929 0.250712 7.56 0.56 7.56H6.44V13.44C6.44 13.7493 6.69071 14 7 14C7.30929 14 7.56 13.7493 7.56 13.44V7.56H13.44C13.7493 7.56 14 7.30929 14 7C14 6.69071 13.7493 6.44 13.44 6.44H7.56V0.56C7.56 0.25072 7.30929 0 7 0Z" fill="%23757575"/&gt;&lt;/svg&gt;'); }

.fa-minus::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="16" height="2" viewBox="0 0 16 2" fill="none"&gt;&lt;path d="M1 1H15" stroke="%23757575" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/&gt;&lt;/svg&gt;'); }

.fa-error-triangle::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cpath d='M10.278 0.737935C10.0113 0.275858 9.53345 0 8.99996 0C8.46647 0 7.98866 0.275858 7.72187 0.737935L0.20006 13.7662C-0.0666403 14.2283 -0.0667328 14.78 0.20006 15.242C0.46676 15.704 0.944563 15.9799 1.47806 15.9799H16.5218C17.0553 15.9799 17.5331 15.704 17.7999 15.2421C18.0667 14.78 18.0667 14.2283 17.8 13.7662L10.278 0.737935ZM16.9795 14.7683C16.9336 14.8478 16.7972 15.0326 16.5218 15.0326H1.47806C1.20266 15.0326 1.0663 14.8478 1.02042 14.7684C0.974535 14.6889 0.882675 14.4783 1.02042 14.2398L8.54223 1.21158C8.67997 0.97309 8.90819 0.94728 8.99996 0.94728C9.09173 0.94728 9.31994 0.97309 9.45769 1.21158L16.9796 14.2398C17.1172 14.4783 17.0254 14.6889 16.9795 14.7683Z' fill='white'/%3E%3Cpath d='M9.47853 4.9834H8.53125V11.4975H9.47853V4.9834Z' fill='white'/%3E%3Cpath d='M8.99772 12.2493C8.58263 12.2493 8.24609 12.5858 8.24609 13.0009C8.24609 13.416 8.58263 13.7525 8.99772 13.7525C9.41283 13.7525 9.74936 13.416 9.74936 13.0009C9.74936 12.5858 9.41283 12.2493 8.99772 12.2493Z' fill='white'/%3E%3C/svg%3E"); }

.fa-info-icon::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="14" height="13" viewBox="0 0 14 13" fill="none"&gt;&lt;path d="M7.99404 0.573949C7.78653 0.214556 7.41491 0 6.99997 0C6.58503 0 6.2134 0.214556 6.0059 0.573949L0.155602 10.707C-0.0518314 11.0664 -0.0519033 11.4955 0.155602 11.8549C0.363035 12.2143 0.73466 12.4288 1.1496 12.4288H12.8503C13.2652 12.4288 13.6368 12.2143 13.8443 11.8549C14.0518 11.4955 14.0519 11.0664 13.8444 10.707L7.99404 0.573949ZM13.2063 11.4865C13.1706 11.5483 13.0645 11.692 12.8503 11.692H1.1496C0.935402 11.692 0.829347 11.5483 0.793659 11.4865C0.757972 11.4247 0.686525 11.2609 0.793659 11.0754L6.64396 0.942336C6.75109 0.756848 6.92859 0.736774 6.99997 0.736774C7.07134 0.736774 7.24885 0.756848 7.35598 0.942336L13.2063 11.0754C13.3134 11.2609 13.242 11.4247 13.2063 11.4865Z" fill="white"/&gt;&lt;path d="M7.37203 3.87598H6.63525V8.94252H7.37203V3.87598Z" fill="white"/&gt;&lt;path d="M6.99866 9.5271C6.67581 9.5271 6.41406 9.78885 6.41406 10.1117C6.41406 10.4346 6.67581 10.6963 6.99866 10.6963C7.32152 10.6963 7.58327 10.4346 7.58327 10.1117C7.58327 9.78885 7.32152 9.5271 6.99866 9.5271Z" fill="white"/&gt;&lt;/svg&gt;'); }

.fa-secure-pay-icon:before {
  content: url('data:image/svg+xml,&lt;svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M16.3749 16.7494H2.87494C1.84065 16.7494 1 15.9081 1 14.8745V4.37491C1 4.16739 1.16787 3.99953 1.37472 3.99953C1.58224 3.99953 1.75011 4.16739 1.75011 4.37491V14.8745C1.75011 15.495 2.25503 15.9993 2.87494 15.9993H16.3749C16.5811 15.9993 16.7497 15.8314 16.7497 15.6246V13.3749C16.7497 13.1674 16.9175 12.9995 17.1251 12.9995C17.3319 12.9995 17.4998 13.1674 17.4998 13.3749V15.6246C17.4998 16.2452 16.9949 16.7494 16.3749 16.7494Z" fill="#222222" stroke="#F9F6F0" stroke-width="0.25"/&gt;&lt;path d="M17.1251 9.24963C16.9175 9.24963 16.7497 9.08177 16.7497 8.87491V6.62392C16.7497 6.41706 16.5811 6.24919 16.3749 6.24919H2.87494C2.3687 6.24919 1.89749 6.05158 1.54854 5.69338C1.19695 5.3517 1 4.88115 1 4.37491C1 3.34127 1.84065 2.49996 2.87494 2.49996H9.28756C9.49442 2.49996 9.66229 2.66783 9.66229 2.87469C9.66229 3.08154 9.49442 3.24941 9.28756 3.24941H2.87494C2.25503 3.24941 1.75011 3.75433 1.75011 4.37491C1.75011 4.67693 1.86709 4.95649 2.07857 5.16401C2.2927 5.3821 2.57358 5.49974 2.87494 5.49974H16.3749C16.9949 5.49974 17.4998 6.00466 17.4998 6.62458V8.87491C17.4998 9.08177 17.3319 9.24963 17.1251 9.24963Z" fill="#222222" stroke="#F9F6F0" stroke-width="0.25"/&gt;&lt;path d="M14.8745 6.24985C14.6676 6.24985 14.4997 6.08199 14.4997 5.87447V3.6248C14.4997 3.41794 14.3305 3.24941 14.1243 3.24941H12.7523C12.5448 3.24941 12.377 3.08155 12.377 2.87469C12.377 2.66783 12.5448 2.49996 12.7523 2.49996H14.1243C14.7449 2.49996 15.2498 3.00422 15.2498 3.6248V5.87447C15.2498 6.08199 15.0813 6.24985 14.8745 6.24985Z" fill="#222222" stroke="#F9F6F0" stroke-width="0.25"/&gt;&lt;path d="M14.5001 6.24985C14.3712 6.24985 14.2457 6.1831 14.1763 6.06348L11.7422 1.89194L4.56758 6.19632C4.39244 6.30272 4.16047 6.24589 4.0534 6.06745C3.947 5.89033 4.0045 5.65968 4.18228 5.55327L11.6821 1.05261C11.768 1.00106 11.8711 0.987846 11.9682 1.01098C12.0654 1.03543 12.148 1.09888 12.1995 1.18479L14.8239 5.68545C14.929 5.86389 14.8682 6.09388 14.6891 6.19764C14.6296 6.23333 14.5642 6.24985 14.5001 6.24985ZM18.6247 13.7496H14.8748C13.4275 13.7496 12.2498 12.5719 12.2498 11.1246C12.2498 9.67723 13.4275 8.49952 14.8748 8.49952H18.6247C18.8322 8.49952 19.0001 8.66739 19.0001 8.87491V13.3749C19.0001 13.5818 18.8322 13.7496 18.6247 13.7496ZM14.8748 9.24963C13.8405 9.24963 12.9999 10.0909 12.9999 11.1246C12.9999 12.1582 13.8405 12.9995 14.8748 12.9995H18.25V9.24963H14.8748Z" fill="#222222" stroke="#F9F6F0" stroke-width="0.25"/&gt;&lt;path d="M14.8748 12.2494C14.2549 12.2494 13.75 11.7452 13.75 11.1246C13.75 10.5047 14.2549 9.99974 14.8748 9.99974C15.4954 9.99974 15.9997 10.5047 15.9997 11.1246C15.9997 11.7452 15.4954 12.2494 14.8748 12.2494ZM14.8748 10.7492C14.6686 10.7492 14.5001 10.9177 14.5001 11.1246C14.5001 11.3314 14.6686 11.5 14.8748 11.5C15.081 11.5 15.2502 11.3314 15.2502 11.1246C15.2502 10.9177 15.081 10.7499 14.8748 10.7499V10.7492Z" fill="#222222" stroke="#F9F6F0" stroke-width="0.25"/&gt;&lt;/svg&gt;'); }

.fa-bars::before {
  content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10H24' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M8 16L24 16' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M8 22L24 22' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E%0A"); }

.fa-arrow-up::before {
  content: url('data:image/svg+xml,&lt;svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;circle cx="20" cy="20" r="20" transform="rotate(90 20 20)" fill="white"/&gt;&lt;path d="M20 26.3333L20 13" stroke="#222222"/&gt;&lt;path d="M16 16.9999L20 12.9999L24 16.9999" stroke="#222222"/&gt;&lt;/svg&gt;'); }

.fa-arrow-up-white::before {
  content: url('data:image/svg+xml,&lt;svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M20 26.3333L20 13" stroke="white"/&gt;&lt;path d="M16 16.9999L20 12.9999L24 16.9999" stroke="white"/&gt;&lt;/svg&gt;'); }

.fa-assured-quality::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"&gt;&lt;circle cx="9" cy="9" r="8.75" stroke="#222222" stroke-width="0.5"/&gt;&lt;path d="M9 3.80902L10.0532 7.05041C10.1201 7.25642 10.3121 7.3959 10.5287 7.3959H13.9369L11.1796 9.39919C11.0044 9.52651 10.9311 9.75219 10.998 9.9582L12.0512 13.1996L9.29389 11.1963C9.11865 11.069 8.88135 11.069 8.70611 11.1963L5.94882 13.1996L7.00201 9.9582C7.06895 9.75219 6.99562 9.52651 6.82037 9.39919L4.06308 7.3959H7.47128C7.68789 7.3959 7.87987 7.25642 7.94681 7.05041L9 3.80902Z" fill="white" stroke="#222222" stroke-width="0.5"/&gt;&lt;/svg&gt;'); }

.fa-free-shipping::before {
  content: url('data:image/svg+xml,&lt;svg width="21" height="12" viewBox="0 0 21 12" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M5.57151 10.286H3.85686C3.62044 10.286 3.42871 10.0937 3.42871 9.85731C3.42871 9.6209 3.62096 9.42865 3.85686 9.42865H5.57151C5.80793 9.42865 6.00018 9.6209 6.00018 9.85731C6.00018 10.0937 5.80793 10.286 5.57151 10.286ZM19.5002 10.286H18.4283C18.1919 10.286 18.0002 10.0937 18.0002 9.85731C18.0002 9.6209 18.1924 9.42865 18.4283 9.42865H19.1443L19.7221 6.35006C19.7143 4.77465 18.3686 3.42891 16.7142 3.42891H13.9001L12.5367 9.42865H14.9995C15.2365 9.42865 15.4287 9.6209 15.4287 9.85731C15.4287 10.0937 15.2365 10.286 15 10.286H11.9999C11.87 10.286 11.7464 10.2267 11.6648 10.1249C11.5832 10.0236 11.5525 9.89005 11.5816 9.76275L13.1404 2.90568C13.1846 2.70979 13.3576 2.57158 13.5582 2.57158H16.7142C18.8409 2.57158 20.5716 4.30182 20.5716 6.42852L19.9206 9.93577C19.8832 10.1395 19.707 10.286 19.5002 10.286Z" fill="#222222"/&gt;&lt;path d="M7.28573 11.9999C6.1047 11.9999 5.14293 11.0387 5.14293 9.85711C5.14293 8.67504 6.10418 7.71431 7.28573 7.71431C8.46677 7.71431 9.42853 8.67556 9.42853 9.85711C9.42853 11.0392 8.46729 11.9999 7.28573 11.9999ZM7.28573 8.57112C6.57701 8.57112 6.00026 9.14787 6.00026 9.85711C6.00026 10.5658 6.57701 11.1426 7.28573 11.1426C7.99446 11.1426 8.57121 10.5658 8.57121 9.85711C8.57121 9.14839 7.99446 8.57112 7.28573 8.57112ZM5.5716 2.57138H2.1428C1.90639 2.57138 1.71414 2.37913 1.71414 2.14271C1.71414 1.9063 1.90639 1.71405 2.1428 1.71405H5.5716C5.80801 1.71405 6.00026 1.9063 6.00026 2.14271C6.00026 2.37913 5.80801 2.57138 5.5716 2.57138ZM5.5716 5.14284H1.28547C1.04906 5.14284 0.857328 4.9506 0.857328 4.71418C0.857328 4.47777 1.04958 4.28552 1.28547 4.28552H5.5716C5.80801 4.28552 6.00026 4.47777 6.00026 4.71418C6.00026 4.9506 5.80801 5.14284 5.5716 5.14284ZM5.5716 7.71431H0.428664C0.192249 7.71431 0 7.52206 0 7.28565C0 7.04923 0.192249 6.85698 0.428664 6.85698H5.5716C5.80801 6.85698 6.00026 7.04923 6.00026 7.28565C6.00026 7.52206 5.80801 7.71431 5.5716 7.71431Z" fill="#222222"/&gt;&lt;path d="M11.9999 10.2859H8.99979C8.76337 10.2859 8.57112 10.0936 8.57112 9.8572C8.57112 9.62078 8.76337 9.42853 8.99979 9.42853H11.658L13.6055 0.857328H3.85686C3.62044 0.857328 3.42871 0.665079 3.42871 0.428664C3.42871 0.192249 3.62096 0 3.85686 0H14.1432C14.2731 0 14.3968 0.0592336 14.4784 0.161074C14.56 0.262394 14.5906 0.39593 14.5615 0.522711L12.4182 9.95125C12.3735 10.1477 12.2 10.2859 11.9999 10.2859ZM16.7142 12C15.5331 12 14.5714 11.0388 14.5714 9.8572C14.5714 8.67513 15.5326 7.7144 16.7142 7.7144C17.8952 7.7144 18.857 8.67564 18.857 9.8572C18.857 11.0393 17.8957 12 16.7142 12ZM16.7142 8.57121C16.0055 8.57121 15.4287 9.14795 15.4287 9.8572C15.4287 10.5659 16.0055 11.1427 16.7142 11.1427C17.4229 11.1427 18.0002 10.5659 18.0002 9.8572C18.0002 9.14847 17.4234 8.57121 16.7142 8.57121Z" fill="#222222"/&gt;&lt;/svg&gt;'); }

.fa-hand-cod-black::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="19" height="15" viewBox="0 0 19 15" fill="none"&gt;&lt;path d="M12.3465 7.50016C10.2787 7.50016 8.59603 5.81744 8.59603 3.74972C8.59603 1.682 10.2787 0 12.3465 0C14.4142 0 16.0955 1.682 16.0955 3.74972C16.0955 5.81744 14.4142 7.50016 12.3465 7.50016ZM12.3465 0.7498C10.6919 0.7498 9.34655 2.09511 9.34655 3.74972C9.34655 5.40433 10.6919 6.74964 12.3457 6.74964C14.0004 6.74964 15.3464 5.40433 15.3464 3.75044C15.3464 2.09511 14.0004 0.7498 12.3465 0.7498ZM2.6243 12.7495H0.3749C0.167984 12.7495 0 12.5815 0 12.3746V5.62494C0 5.41803 0.167984 5.25004 0.3749 5.25004C2.92566 5.25004 4.27314 6.10943 4.32937 6.1462C4.46419 6.23416 4.52764 6.39709 4.48799 6.55282L2.98839 12.4669C2.94657 12.6334 2.79589 12.7495 2.6243 12.7495ZM0.7498 11.9997H2.33303L3.68916 6.65231C3.2674 6.45044 2.27319 6.06257 0.7498 6.00633V11.9997Z" fill="#222222"/&gt;&lt;path d="M9.75056 14.2497C7.9806 14.2497 4.55891 12.7616 2.67648 11.8734C2.48903 11.7861 2.40829 11.5619 2.49696 11.3752C2.58492 11.1863 2.81058 11.1084 2.99587 11.1949C4.46591 11.8885 8.06639 13.4999 9.75128 13.4999C11.5753 13.4999 15.8744 11.3572 17.1109 10.7198C16.9162 10.4653 16.5132 10.1243 15.7504 10.1243C15.0583 10.1243 14.1809 10.4012 13.3323 10.6701C12.4297 10.9541 11.496 11.2497 10.6885 11.2497C9.14062 11.2497 7.08372 10.5086 6.99721 10.4769C6.80255 10.4069 6.70161 10.1914 6.77371 9.9967C6.84364 9.80204 7.05921 9.70111 7.25387 9.77248C7.27333 9.77969 9.27256 10.4999 10.6885 10.4999C11.3807 10.4999 12.2581 10.2231 13.1066 9.95416C14.0093 9.67011 14.9429 9.37451 15.7504 9.37451C17.5009 9.37451 17.9623 10.6996 17.9818 10.7559C18.0395 10.9289 17.9638 11.1192 17.8023 11.2058C17.5694 11.329 12.0684 14.2497 9.75056 14.2497Z" fill="#222222"/&gt;&lt;path d="M12.3749 10.9424C12.1679 10.9424 12 10.7744 12 10.5675V10.1926C12 9.66914 11.6467 9.2207 11.142 9.10391L3.90211 7.35557C3.70024 7.30655 3.57696 7.10396 3.62598 6.90209C3.67429 6.70166 3.87832 6.57982 4.07875 6.62596L11.315 8.37285C12.1586 8.5704 12.7498 9.31875 12.7498 10.1926V10.5675C12.7498 10.7744 12.5818 10.9424 12.3749 10.9424Z" fill="#222222"/&gt;&lt;/svg&gt;'); }

.fa-box-return-black::before {
  content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="20" height="19" viewBox="0 0 20 19" fill="none"&gt;&lt;path d="M5.51949 4.16526L7.72184 6.22221C8.09848 6.57462 8.70289 6.2776 8.70289 5.74449V5.33809C9.34677 5.38378 9.94704 5.56033 10.4518 5.85319C11.133 6.24921 11.6654 6.94364 11.9112 7.75853C11.9908 8.023 12.2207 8.20024 12.4817 8.20024C12.544 8.20024 12.6063 8.1947 12.6686 8.19193C12.9954 8.17601 13.2571 7.8693 13.2391 7.51967V7.51482C13.2059 6.88963 13.0633 6.26375 12.8258 5.70503C12.3786 4.6499 11.6128 3.78862 10.4857 3.07274C9.91934 2.71272 9.30177 2.50709 8.70289 2.30839V1.62989C8.70289 1.09748 8.0964 0.801845 7.72184 1.15148L5.52018 3.20844C5.25294 3.45768 5.25363 3.9167 5.52018 4.16526H5.51949ZM5.83935 3.60238L8.0424 1.54473C8.10886 1.48242 8.21548 1.53435 8.21548 1.6292V2.50709C8.21548 2.62894 8.29372 2.73418 8.4038 2.76187C8.45088 2.77295 8.5028 2.78818 8.55127 2.8048C9.15153 3.0035 9.71787 3.19251 10.2371 3.52207C11.2756 4.18187 11.9777 4.9663 12.3827 5.92173C12.5946 6.42161 12.722 6.9831 12.7524 7.54321V7.54736C12.7559 7.61175 12.706 7.66714 12.6465 7.66991L12.4872 7.67821H12.4817C12.4332 7.67821 12.3889 7.64498 12.3751 7.5979C12.0912 6.65631 11.475 5.85319 10.6837 5.39417C10.0523 5.02723 9.29208 4.82368 8.4848 4.80498C8.34287 4.80152 8.21548 4.90537 8.21548 5.0653V5.7438C8.21548 5.83796 8.10886 5.89127 8.0424 5.82896L5.83866 3.77131C5.79158 3.727 5.79158 3.64669 5.83866 3.60238H5.83935ZM1.78291 13.361H2.42056V17.2686C2.42056 17.8266 2.90243 18.2808 3.49507 18.2808H16.5042C17.0969 18.2808 17.5788 17.8266 17.5788 17.2686V13.361H18.2164C18.762 13.361 19.1476 12.8258 18.9454 12.3481L17.5601 9.07675C17.5199 8.9819 17.423 8.92028 17.315 8.92028H15.922C15.7766 8.92028 15.6582 9.03106 15.6582 9.16883C15.6582 9.30592 15.7759 9.41738 15.9213 9.41738H17.1363L18.4553 12.5322C18.5224 12.6894 18.3957 12.8646 18.2164 12.8646H9.95534C9.8508 12.8646 9.75456 12.8036 9.71649 12.7123L8.32072 9.41669H14.8668C15.0122 9.41669 15.1306 9.30592 15.1306 9.16883C15.1306 9.03106 15.0129 8.92028 14.8675 8.92028H2.68365C2.57564 8.92028 2.47871 8.98259 2.43856 9.07675L1.05456 12.3474C0.852394 12.8251 1.23803 13.3603 1.7836 13.3603L1.78291 13.361ZM7.93093 15.9884C8.07701 15.9884 8.1954 15.8777 8.1954 15.7399V10.4614L9.22631 12.8964C9.34608 13.1789 9.63202 13.361 9.95534 13.361H17.0512V17.2686C17.0512 17.5524 16.8061 17.7837 16.5042 17.7837H8.1954V16.7341C8.1954 16.5963 8.0777 16.4848 7.93162 16.4848C7.78623 16.4848 7.66784 16.5963 7.66784 16.7341V17.7837H3.49507C3.19321 17.7837 2.94812 17.5531 2.94812 17.2686V13.361H5.9079C6.22637 13.361 6.51854 13.1747 6.63694 12.8957L7.66784 10.4614V15.7399C7.66784 15.8777 7.78554 15.9884 7.93093 15.9884ZM1.54405 12.5322L2.86366 9.41669H7.54321L6.14745 12.7123C6.10868 12.8036 6.01382 12.8646 5.90859 12.8646H1.78291C1.60359 12.8646 1.47758 12.6894 1.54405 12.5322Z" fill="#222222" stroke="#222222" stroke-width="0.1"/&gt;&lt;/svg&gt;'); }

.fa-chevron-right::before {
  content: url('data:image/svg+xml,&lt;svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;circle cx="15" cy="15" r="15" transform="matrix(4.37114e-08 -1 -1 -4.37114e-08 30 30)" fill="#C8C8C8" fill-opacity="0.2"/&gt;&lt;path d="M12 9L18 15L12 21" stroke="#222222" stroke-width="1.5" stroke-linecap="round"/&gt;&lt;/svg&gt;'); }

.fa-chevron-left::before {
  content: url('data:image/svg+xml,&lt;svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;circle cx="15" cy="15" r="15" transform="rotate(-90 15 15)" fill="#C8C8C8" fill-opacity="0.2"/&gt;&lt;path d="M18 9L12 15L18 21" stroke="#222222" stroke-width="1.5" stroke-linecap="round"/&gt;&lt;/svg&gt;'); }

.fa-gift::before {
  content: url('data:image/svg+xml,&lt;svg width="40" height="25" viewBox="0 0 40 25" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M37.4395 0H2.56046C1.14859 0 0 1.13584 0 2.53203V22.2955C0 23.6917 1.14859 24.8276 2.56046 24.8276H37.4395C38.8514 24.8276 40 23.6917 40 22.2955V2.53203C40 1.13584 38.8514 0 37.4395 0ZM38.7234 2.53203V10.941H29.899C30.4222 10.5202 30.9286 10.3505 31.3668 9.97484C33.0556 8.5271 33.9083 7.23055 33.9734 6.02814C34.0131 5.29501 33.7558 4.62416 33.2087 4.04286C32.7456 3.55098 32.1439 3.28898 31.4684 3.28898C29.466 3.28898 27.4131 5.53398 27.3932 5.55679C27.2918 5.6739 26.8085 6.22373 26.383 7.09433V1.26242H37.4395C38.1474 1.26242 38.7234 1.83198 38.7234 2.53203ZM26.496 10.7341C26.7526 8.2805 28.1672 6.57981 28.3417 6.37825C28.5933 6.09408 30.2387 4.54934 31.4684 4.54934C31.7937 4.54934 32.0497 4.66052 32.2741 4.89886C32.5806 5.22431 32.7194 5.56891 32.6986 5.95231C32.6544 6.77111 31.9047 7.82641 30.5307 9.00438C29.3634 10.0051 27.5249 10.5142 26.496 10.7341ZM2.56046 1.26242H25.1064V7.10111C24.6809 6.68813 24.5886 6.29194 24.2805 5.9404C22.7579 4.20314 21.3975 3.35846 20.1423 3.35846C19.4573 3.35846 18.8269 3.61426 18.279 4.1189C17.7676 4.58961 17.5025 5.20378 17.5168 5.89478C17.558 7.85949 19.787 9.88689 19.8093 9.90579C19.9275 10.0061 20.4825 10.5202 21.3624 10.941H1.2766V2.53203C1.2766 1.83198 1.85255 1.26242 2.56046 1.26242ZM25.0445 10.7567C22.5615 10.5031 20.8438 9.10444 20.6397 8.93145C20.3561 8.68591 18.8096 7.07687 18.7907 5.8615C18.7855 5.52965 18.8977 5.26934 19.1437 5.0429C19.4521 4.75894 19.7756 4.62088 20.1323 4.62088C20.9714 4.62088 22.0653 5.36301 23.2958 6.7672C24.3075 7.92156 24.8223 9.73936 25.0445 10.7567ZM1.2766 22.2955V12.2034H24.0421L20.341 15.816C20.0906 16.0613 20.0889 16.4526 20.3372 16.7003C20.5851 16.9477 21.0094 16.9453 21.2597 16.6997L25.1064 12.9435V23.5652H2.56046C1.85255 23.5652 1.2766 22.9956 1.2766 22.2955ZM37.4395 23.5652H26.383V12.9899L30.193 16.6985C30.3173 16.8187 30.4683 16.8787 30.6296 16.8787C30.7952 16.8787 30.9556 16.8154 31.0807 16.6891C31.3273 16.44 31.3204 16.057 31.0686 15.8131L27.3209 12.2034H38.7234V22.2955C38.7234 22.9956 38.1474 23.5652 37.4395 23.5652Z" fill="#B51F2A"/&gt;&lt;/svg&gt;'); }

.fa-voucher::before {
  content: url('data:image/svg+xml,&lt;svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;g clip-path="url(#clip0_17567_1669)"&gt;&lt;path d="M19 4C19.7652 3.99996 20.5015 4.29233 21.0583 4.81728C21.615 5.34224 21.9501 6.06011 21.995 6.824L22 7V8.817C21.9977 9.08708 21.925 9.35189 21.7888 9.58518C21.6527 9.81847 21.458 10.0121 21.224 10.147L21.117 10.205C20.7935 10.3638 20.5189 10.6071 20.3222 10.9091C20.1256 11.2111 20.0142 11.5607 19.9998 11.9208C19.9855 12.2809 20.0687 12.6382 20.2407 12.9549C20.4127 13.2716 20.6671 13.536 20.977 13.72L21.117 13.795C21.55 14.009 21.937 14.451 21.993 15.035L22 15.183V17C22 17.7652 21.7077 18.5015 21.1827 19.0583C20.6578 19.615 19.9399 19.9501 19.176 19.995L19 20H5C4.23479 20 3.49849 19.7077 2.94174 19.1827C2.38499 18.6578 2.04989 17.9399 2.005 17.176L2 17V15.183C2 14.577 2.352 14.105 2.776 13.853L2.883 13.795C3.20653 13.6362 3.48114 13.3929 3.67779 13.0909C3.87445 12.7889 3.98583 12.4393 4.00017 12.0792C4.01452 11.7191 3.93129 11.3618 3.75928 11.0451C3.58727 10.7284 3.33288 10.464 3.023 10.28L2.883 10.205C2.45 9.991 2.063 9.549 2.007 8.965L2 8.818V7C1.99996 6.23479 2.29233 5.49849 2.81728 4.94174C3.34224 4.38499 4.06011 4.04989 4.824 4.005L5 4H19ZM19 6H5C4.75507 6.00003 4.51866 6.08996 4.33563 6.25272C4.15259 6.41547 4.03566 6.63975 4.007 6.883L4 7V8.535C4.59268 8.8766 5.08783 9.36453 5.43809 9.95214C5.78836 10.5397 5.98203 11.2074 6.00059 11.8912C6.01915 12.575 5.86198 13.2522 5.5441 13.8579C5.22623 14.4637 4.75828 14.9778 4.185 15.351L4 15.465V17C4.00003 17.2449 4.08996 17.4813 4.25272 17.6644C4.41547 17.8474 4.63975 17.9643 4.883 17.993L5 18H19C19.2449 18 19.4813 17.91 19.6644 17.7473C19.8474 17.5845 19.9643 17.3603 19.993 17.117L20 17V15.465C19.4073 15.1234 18.9122 14.6355 18.5619 14.0479C18.2116 13.4603 18.018 12.7926 17.9994 12.1088C17.9809 11.425 18.138 10.7478 18.4559 10.1421C18.7738 9.53632 19.2417 9.02225 19.815 8.649L20 8.535V7C20 6.75507 19.91 6.51866 19.7473 6.33563C19.5845 6.15259 19.3603 6.03566 19.117 6.007L19 6ZM10 9C10.2449 9.00003 10.4813 9.08996 10.6644 9.25272C10.8474 9.41547 10.9643 9.63975 10.993 9.883L11 10V14C10.9997 14.2549 10.9021 14.5 10.7272 14.6854C10.5522 14.8707 10.313 14.9822 10.0586 14.9972C9.80416 15.0121 9.55362 14.9293 9.35817 14.7657C9.16271 14.6021 9.0371 14.3701 9.007 14.117L9 14V10C9 9.73478 9.10536 9.48043 9.29289 9.29289C9.48043 9.10536 9.73478 9 10 9Z" fill="#757575"/&gt;&lt;/g&gt;&lt;defs&gt;&lt;clipPath id="clip0_17567_1669"&gt;&lt;rect width="24" height="24" fill="white"/&gt;&lt;/clipPath&gt;&lt;/defs&gt;&lt;/svg&gt;'); }

.fa-empty-bag-icon::before {
  content: url('data:image/svg+xml,&lt;svg width="117" height="111" viewBox="0 0 117 111" fill="none" xmlns="http://www.w3.org/2000/svg"&gt; &lt;path d="M23.1165 65.3745C21.502 60.0538 17.8189 47.9159 16.0026 41.93C13.7322 34.4478 11.8632 17.583 29.2145 12.318C46.5658 7.05294 53.9714 18.9692 57.15 29.4444C59.6928 37.8245 62.9521 48.5657 64.2639 52.8888" stroke="#B51F2A" stroke-width="1.5" stroke-linejoin="round"/&gt; &lt;path d="M0.93546 55.1237L76.0534 32.3301L89.7731 77.5444C91.2565 82.4329 88.496 87.5984 83.6075 89.0817L26.1925 106.504C21.304 107.987 16.1385 105.227 14.6552 100.338L0.93546 55.1237Z" stroke="#B51F2A" stroke-width="1.5" stroke-linejoin="round"/&gt; &lt;circle cx="76.1718" cy="45.1722" r="25" transform="rotate(10.6002 76.1718 45.1722)" fill="#F3BF43"/&gt; &lt;path d="M75.4203 53.3733C74.2025 53.2773 73.1768 52.8989 72.3432 52.2381C71.5143 51.5777 70.9061 50.6656 70.5185 49.5017C70.1357 48.3382 70.0061 46.9634 70.1298 45.3773C70.2484 43.7955 70.5832 42.4651 71.1341 41.3858C71.6898 40.3069 72.4262 39.5098 73.3433 38.9946C74.2654 38.4749 75.3332 38.2606 76.5466 38.3516C77.7601 38.4426 78.7816 38.8136 79.6112 39.4645C80.4455 40.1158 81.057 41.0164 81.4456 42.1661C81.8345 43.311 81.9674 44.6742 81.844 46.2556C81.7247 47.8468 81.3867 49.1889 80.8299 50.2819C80.2779 51.3754 79.5428 52.1868 78.6247 52.7162C77.7066 53.2456 76.6385 53.4647 75.4203 53.3733ZM75.6109 50.8308C76.4419 50.8931 77.1367 50.525 77.6951 49.7264C78.2535 48.9279 78.593 47.6927 78.7136 46.0209C78.7961 44.9207 78.7515 43.9963 78.5797 43.2474C78.4127 42.4989 78.1376 41.9252 77.7544 41.5261C77.376 41.1273 76.9105 40.9073 76.3581 40.8658C75.5318 40.8039 74.8398 41.1675 74.2821 41.9566C73.7244 42.7457 73.3814 43.964 73.2531 45.6115C73.1696 46.7258 73.2108 47.6642 73.3767 48.4269C73.5478 49.1852 73.8247 49.7662 74.2076 50.17C74.5907 50.5691 75.0585 50.7894 75.6109 50.8308Z" fill="black"/&gt; &lt;path d="M98.5964 18.261L106.662 8.06567" stroke="#F3BF43" stroke-width="2" stroke-linecap="round"/&gt; &lt;path d="M92.0969 15.9992L93.9844 3.13696" stroke="#F3BF43" stroke-width="2" stroke-linecap="round"/&gt; &lt;path d="M101.902 23.7548L113.984 18.9583" stroke="#F3BF43" stroke-width="2" stroke-linecap="round"/&gt; &lt;/svg&gt;'); }

.mobile-sort-by-list {
  display: none; }
  @media (max-width: 991.98px) {
    .mobile-sort-by-list {
      position: fixed;
      width: 100%;
      bottom: 0;
      z-index: 9999;
      background: #fff;
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
      left: 0;
      padding: 30px 0; }
      .mobile-sort-by-list h4 {
        padding: 0 18px;
        font-size: 14px;
        line-height: 18px;
        font-family: "workSans-regular";
        font-weight: 400; }
      .mobile-sort-by-list ul {
        padding-left: 0;
        margin-bottom: 0; }
        .mobile-sort-by-list ul li {
          list-style-type: none;
          padding: 12px 18px;
          font-size: 14px;
          line-height: 18px; }
          .mobile-sort-by-list ul li.selected {
            font-weight: bold; }
            .mobile-sort-by-list ul li.selected span {
              font-weight: bold; }
          .mobile-sort-by-list ul li i {
            float: right;
            width: 18px;
            height: 18px;
            position: relative;
            font-size: 20px;
            line-height: 24px; } }

.button-tile-image {
  border: none;
  background: transparent; }

.veil {
  z-index: 1052; }

.plp-mobile-footer {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: -1px;
  width: 100%;
  z-index: 99;
  background: #fff; }
  .plp-mobile-footer .blocks {
    width: 100%;
    border-right: solid 1px #f6f6f6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .plp-mobile-footer .blocks.js-tile-selection {
    width: 25%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-right: 0;
    text-align: left; }

#product-search-results .color-swatches .custom-select,
#product-search-results .filter-bar .custom-select,
#product-search-results .refinementsQuick .custom-select {
  margin-bottom: 25px; }

@media (min-width: 769px) {
  #product-search-results .filter-bar h4 {
    display: none; } }

.plp-mobile-footer .plp-bottom-filter {
  background: none;
  display: block;
  letter-spacing: normal;
  padding: 7px 15px;
  text-transform: none; }
  .plp-mobile-footer .plp-bottom-filter:focus {
    background-color: #fff !important; }
  .plp-mobile-footer .plp-bottom-filter .text {
    text-align: center;
    color: #222;
    font-family: "workSans-regular";
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-left: 24px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600; }
  .plp-mobile-footer .plp-bottom-filter .plp-icons {
    font-size: 30px; }
    .plp-mobile-footer .plp-bottom-filter .plp-icons:before {
      position: absolute;
      top: 16px; }
  .plp-mobile-footer .plp-bottom-filter:hover, .plp-mobile-footer .plp-bottom-filter:active {
    background: transparent !important; }
  .plp-mobile-footer .plp-bottom-filter.active-button::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50px;
    position: absolute;
    right: 21px;
    top: 20px; }
  .plp-mobile-footer .plp-bottom-filter .filter-results.active-button::after {
    right: 27px;
    top: 18px; }

.plp-bottom-filter .plp-mobile-footer .plp-bottom-filter:not(:disabled):not(.disabled):active,
.plp-mobile-footer .plp-bottom-filter:not(:disabled):not(.disabled).active {
  background: none;
  box-shadow: none; }

@media (min-width: 769px) {
  .secondary-bar {
    display: block; } }

.secondary-bar.selected-list-box {
  margin: 0 16px 8px;
  overflow: initial;
  padding: 0;
  border-bottom: 1px solid #c8c8c899;
  position: relative; }
  .secondary-bar.selected-list-box button:hover, .secondary-bar.selected-list-box button:active, .secondary-bar.selected-list-box button:focus {
    background-color: transparent !important; }

.secondary-bar button.reset {
  position: absolute;
  right: 0;
  top: -8px;
  text-align: right;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: none;
  letter-spacing: 0;
  color: #757575;
  font-family: "workSans-regular";
  font-size: 14px;
  line-height: 18px;
  font-weight: 400; }

.secondary-bar .swatch--box {
  padding: 0 0.3125em 0 0;
  border-radius: 3px;
  position: relative;
  background: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  outline: none;
  transition: all ease 0.5s;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .secondary-bar .swatch--box button {
    padding: 0 40px 0 8px; }
  .secondary-bar .swatch--box .color-text {
    margin: 0;
    width: auto; }
  .secondary-bar .swatch--box button {
    padding: 0 16px 0 8px; }
    .secondary-bar .swatch--box button::after {
      right: 5px !important;
      top: 5px !important; }
    .secondary-bar .swatch--box button:hover {
      background: transparent; }

@media (max-width: 991.98px) {
  .secondary-bar .filter-bar {
    display: none; } }

.secondary-bar .filter-bar h4 {
  display: block;
  color: #222;
  font-family: "workSans-semiBold";
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase; }

.secondary-bar .filter-bar ul {
  display: none; }

.refinement-bar {
  overflow: initial; }
  @media (max-width: 991.98px) {
    .refinement-bar {
      background-color: #fff;
      box-shadow: 0 0.313em 0.938em #d7d6d2;
      display: none;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1; } }
  @media (min-width: 992px) {
    .refinement-bar.plp-sidebar-block {
      position: relative; }
      .refinement-bar.plp-sidebar-block .plp-sidebar {
        max-height: 90vh;
        overflow: hidden;
        overflow-y: auto;
        position: sticky;
        top: 5%; } }
  .refinement-bar .plp-sidebar {
    scrollbar-width: thin; }
    .refinement-bar .plp-sidebar .filter-header {
      background-color: #fff; }

.refinement {
  margin-bottom: 0; }

@media (max-width: 991.98px) {
  .refinement {
    background-color: #faf3eb; } }

.refinements {
  padding-right: 8px; }
  .refinements-size .card-body ul li button {
    font-size: 14px; }
    .refinements-size .card-body ul li button .fa {
      margin-right: 5px; }

.plp-filters-area {
  padding: 16px 0; }

.plp-quick-filters-section {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  .plp-quick-filters-section .plp-filters-area {
    width: 95%;
    padding: 0; }
    .plp-quick-filters-section .plp-filters-area .filter-bar h4 {
      display: none; }
  .plp-quick-filters-section .plp-tile-selection-area {
    float: right; }

.refinementsQuick button {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 0;
  margin-right: 15px;
  margin-bottom: 10px; }
  .refinementsQuick button i {
    display: none; }

.refinements .refinement-category:first-child .card-header {
  padding: 16px 0; }
  @media (max-width: 991.98px) {
    .refinements .refinement-category:first-child .card-header {
      padding: 15px 0 15px 16px; } }

.refinements .refinement-category ul {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }
  .refinements .refinement-category ul &gt; li {
    margin-left: 0;
    line-height: 16px;
    margin-bottom: 8px; }
    .refinements .refinement-category ul &gt; li ul li {
      line-height: 16px; }

.refinements.open .card-header h2 {
  width: 100%; }

.refinements ul {
  overflow: initial;
  margin-bottom: 0; }

.refinements li.color-attribute {
  display: inline-block;
  padding-left: 0;
  width: 100%; }

.refinements .card-header {
  background-color: transparent;
  border: 0 none;
  padding: 16px 0; }
  @media (max-width: 991.98px) {
    .refinements .card-header {
      padding: 16px 0 16px 16px; } }
  .refinements .card-header h6 {
    color: #222;
    font-family: "workSans-medium";
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .refinements .card-header .title {
      line-height: normal;
      height: 40px; } }

.refinements .card-body {
  padding: 0;
  display: inline-block;
  width: 100%; }
  .refinements .card-body ul li {
    margin-left: 0;
    line-height: 16px;
    margin-bottom: 8px; }
    .refinements .card-body ul li button {
      display: -ms-inline-flexbox;
      display: inline-flex;
      color: #757575;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      padding: 0;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      margin-bottom: 4px; }
      .refinements .card-body ul li button:focus {
        outline: none; }
      .refinements .card-body ul li button .fa {
        margin-right: 8px;
        font-size: 18px;
        color: #c8c8c899; }
      .refinements .card-body ul li button span {
        color: #757575;
        font-size: 12px;
        line-height: 16px;
        text-align: left; }
        .refinements .card-body ul li button span:hover {
          font-style: normal;
          font-weight: 600;
          color: #222; }
      .refinements .card-body ul li button .selected,
      .refinements .card-body ul li button .nullselected {
        font-style: normal;
        font-weight: 600;
        color: #222; }
      .refinements .card-body ul li button .fa {
        position: relative;
        color: #c8c8c899;
        border: 1px solid #c8c8c899;
        border-radius: 50px;
        width: 18px;
        height: 18px;
        font-size: 12px;
        overflow: hidden; }
        .refinements .card-body ul li button .fa.fa-check-square {
          padding-top: 2px; }
          .refinements .card-body ul li button .fa.fa-check-square::before {
            content: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="11" height="9" viewBox="0 0 11 9" fill="none"&gt;&lt;path d="M1 5L3.5 7.5L10 1" stroke="%23757575" stroke-width="1.5" stroke-linecap="round"/&gt;&lt;/svg&gt;') !important;
            color: #757575; }
        .refinements .card-body ul li button .fa.fa-circle::before {
          content: "\F111";
          position: absolute;
          top: 2px;
          right: 2px;
          left: 3px;
          color: #757575; }
        .refinements .card-body ul li button .fa.fa-square-o {
          color: #c8c8c899;
          border: 1px solid #c8c8c899; }
        .refinements .card-body ul li button .fa.fa-square-o, .refinements .card-body ul li button .fa.fa-check-square {
          border-radius: 0; }
          .refinements .card-body ul li button .fa.fa-square-o::before, .refinements .card-body ul li button .fa.fa-check-square::before {
            content: " "; }
        .refinements .card-body ul li button .fa.fa-circle-o::before {
          content: ""; }
      .refinements .card-body ul li button .selected-element .fa {
        border-color: #757575; }
    .refinements .card-body ul li ul li {
      margin-left: 8px;
      line-height: 16px;
      margin-bottom: 8px; }
      .refinements .card-body ul li ul li button {
        margin-bottom: 0; }
  .refinements .card-body .swatch-circle.color-value:not(.null) {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border-radius: 25px; }

.refinements #refinement-size ul li {
  width: 47%;
  display: inline-block;
  padding-right: 8px; }
  @media (max-width: 991.98px) {
    .refinements #refinement-size ul li {
      width: 50%; } }
  .refinements #refinement-size ul li button {
    font-size: 12px; }

.refinements .accordion .card-header .fa {
  margin-right: 8px; }

.refinements .accordion .card-header button {
  text-decoration: none; }
  .refinements .accordion .card-header button:hover {
    text-decoration: none; }
  .refinements .accordion .card-header button:focus {
    text-decoration: none; }

.refinements .title.btn-link {
  background: transparent;
  display: contents;
  text-transform: uppercase; }
  .refinements .title.btn-link:hover {
    background: transparent;
    color: #222; }
  .refinements .title.btn-link .fa-minus,
  .refinements .title.btn-link .fa-plus {
    float: right;
    display: none;
    margin-top: -18px;
    margin-right: 2px; }
    .refinements .title.btn-link .fa-minus:hover,
    .refinements .title.btn-link .fa-plus:hover {
      background: transparent;
      color: #222; }
    .refinements .title.btn-link .fa-minus::before,
    .refinements .title.btn-link .fa-plus::before {
      height: 14px;
      width: 14px;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-top: 2px; }
  .refinements .title.btn-link .fa-minus {
    display: block;
    margin-top: -22px; }
  .refinements .title.btn-link.collapsed .fa-plus {
    display: block; }
    @media (max-width: 991.98px) {
      .refinements .title.btn-link.collapsed .fa-plus {
        display: none; } }
  .refinements .title.btn-link.collapsed .fa-minus {
    display: none; }

.refinements .card {
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  background-color: transparent; }
  @media (max-width: 991.98px) {
    .refinements .card.active {
      background-color: #fff; }
      .refinements .card.active .filler-content {
        background-color: #fff; } }

@media (max-width: 768.98px) {
  .refinements .filler-content .card-body {
    max-height: 80%; } }

@media (max-width: 991.98px) {
  .search-results {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    clear: both; }
    .search-results .results-search-count {
      float: left;
      display: inline-block;
      white-space: nowrap;
      margin-top: 12px;
      margin-left: 8px; }
      .search-results .results-search-count + .filter-link {
        display: none; } }

@media (max-width: 768.98px) {
  .search-results .row,
  .search-results .container {
    margin-right: 0;
    margin-bottom: 0; } }

.refinementsQuick .btn-quickfilter {
  background: none;
  border: 0.8px solid #757575;
  border-radius: 0; }
  .refinementsQuick .btn-quickfilter .fa {
    display: none; }
  .refinementsQuick .btn-quickfilter .filtertext {
    font-size: 16px;
    line-height: 20px; }
    .refinementsQuick .btn-quickfilter .filtertext.selected {
      font-weight: 600; }

.mobile-view-filter {
  display: none; }

.result-count .no-product-reset {
  display: none; }
  @media (max-width: 991.98px) {
    .result-count .no-product-reset {
      display: block; } }

@media (min-width: 769px) {
  .result-count {
    margin-bottom: 16px; } }

@media (min-width: 769px) {
  .plp-header {
    margin-bottom: 16px; } }

.sticky-footer-filter {
  display: none; }

.grid-header .custom-mv-select .selected-item {
  border: none;
  white-space: nowrap;
  color: #757575; }

@media (max-width: 991.98px) {
  .filter-header .result-count {
    display: none; }
  .filter-header .js-clear-all {
    display: none; }
  .filter-header .mobile-view-filter {
    display: block;
    padding-left: 5px; }
    .filter-header .mobile-view-filter h2 {
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #222;
      font-family: "workSans-regular";
      display: inline; }
  .grid-header .result-count {
    padding-bottom: 0; }
  .plp-mobile-footer {
    left: 0; }
  .refinement-bar {
    position: fixed;
    top: 0;
    z-index: 1050;
    height: 100%;
    padding-right: 8px;
    padding-left: 8px; } }
  @media (max-width: 991.98px) and (max-width: 1199.98px) {
    .refinement-bar {
      background: #faf3eb;
      padding-right: 0;
      padding-left: 0; } }
  @media (max-width: 991.98px) and (max-width: 543.98px) {
    .refinement-bar {
      overflow: unset; } }
  @media (max-width: 991.98px) and (min-width: 992px) {
    .refinement-bar {
      display: block !important; } }
  @media (max-width: 991.98px) and (max-width: 1199.98px) {
    .refinement-bar {
      display: none !important; } }

@media (max-width: 991.98px) {
    .refinement-bar .sticky-footer-filter button.close {
      width: inherit;
      margin-left: 15px;
      line-height: 48px;
      color: #892825;
      background-color: #fff;
      border: 1px solid #b51f2a;
      padding: 0; }
    .refinement-bar .refinements {
      padding: 0 40px 0 20px; }
      .refinement-bar .refinements.open .card.active .card-header h2 {
        font-weight: 600; }
      .refinement-bar .refinements.open .card .filler-content.show .card-body .color-attribute .swatch-circle {
        height: 18px; }
      .refinement-bar .refinements.open .card .filler-content.show .card-body .color-attribute button span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: end;
        color: #222; }
      .refinement-bar .refinements .card-body .price-wrapper .values.content {
        display: none; } }
    @media (max-width: 991.98px) and (min-width: 769px) {
      .refinement-bar .refinements #refinement-size ul li {
        width: 47%; } }

@media (max-width: 991.98px) {
      .refinement-bar .refinements.open {
        padding: 0 0 20px 0;
        display: table;
        width: 100%;
        table-layout: fixed;
        overflow-wrap: break-word; }
        .refinement-bar .refinements.open .collapsible-sm .content,
        .refinement-bar .refinements.open .collapsible-sm .card-body {
          display: block; }
        .refinement-bar .refinements.open .collapsible-sm .content {
          padding-bottom: 0;
          margin-bottom: 0; }
        .refinement-bar .refinements.open .card {
          display: table-row; }
          .refinement-bar .refinements.open .card .card-header {
            display: table-cell;
            width: 40%;
            padding-right: 2px; }
          .refinement-bar .refinements.open .card .filler-content {
            height: auto;
            max-height: auto;
            width: 64%;
            position: fixed;
            z-index: 1052;
            margin: 0;
            display: none;
            top: 60px;
            padding: 20px 16px 0px 16px; }
            .refinement-bar .refinements.open .card .filler-content.show {
              display: table-cell;
              background-color: #fff; }
              .refinement-bar .refinements.open .card .filler-content.show .card-body {
                display: block;
                overflow: scroll;
                height: 500px !important; }
                .refinement-bar .refinements.open .card .filler-content.show .card-body button {
                  height: 25px;
                  line-height: inherit;
                  display: -ms-flexbox;
                  display: flex; } }
                @media screen and (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 0) {
                  .refinement-bar .refinements.open .card .filler-content.show .card-body button span {
                    /* Safari 5+ ONLY */ }
                    .refinement-bar .refinements.open .card .filler-content.show .card-body button span #payment-submit {
                      height: 13px; } }

@media (max-width: 991.98px) {
                  .refinement-bar .refinements.open .card .filler-content.show .card-body button span.sr-only {
                    display: none; }
                  .refinement-bar .refinements.open .card .filler-content.show .card-body button.btn-round {
                    height: 30px; }
                .refinement-bar .refinements.open .card .filler-content.show .card-body ul li {
                  margin-bottom: 0; }
        .refinement-bar .refinements.open .refinement .title::after {
          display: none; }
      .refinement-bar .refinements .card {
        border: 0 none;
        width: 100%; }
      .refinement-bar .refinements .card-header {
        padding: 0; } }
      @media (max-width: 991.98px) and (max-width: 991.98px) {
        .refinement-bar .refinements .card-header {
          padding: 15px 0 15px 16px; } }

@media (max-width: 991.98px) {
        .refinement-bar .refinements .card-header h6 {
          color: #222;
          display: inline-block;
          letter-spacing: 0;
          width: 95%; } }
        @media (max-width: 991.98px) and (max-width: 991.98px) {
          .refinement-bar .refinements .card-header h6 {
            line-height: normal;
            height: auto;
            margin-bottom: 0; } }

@media (max-width: 991.98px) {
        .refinement-bar .refinements .card-header .collapsed h2 {
          width: 94%; }
      .refinement-bar .refinements .first-block .card-body.content {
        display: block; }
        .refinement-bar .refinements .first-block .card-body.content .values {
          display: block;
          padding-bottom: 8px; }
    .refinement-bar .refinement .title .fa {
      display: none; }
    .refinement-bar .refinement .title::after {
      content: " ";
      height: 14px;
      width: 8px;
      clear: none;
      margin-top: 14px;
      display: inline-block; }
    .refinement-bar .show-links #show-more {
      display: block;
      float: left; }
  .grid-header .filter-link {
    display: none; }
  .grid-header .custom-mv-select .selected-item {
    border: none;
    color: #757575; }
  .header-bar {
    background: transparent;
    border-bottom: 1px solid #222;
    height: 60px;
    line-height: 60px;
    padding: 0; } }
  @media (max-width: 991.98px) and (max-width: 991.98px) {
    .header-bar {
      padding: 16px;
      background-color: #fff; } }

@media (max-width: 991.98px) {
    .header-bar .category-header {
      line-height: 50px; }
    .header-bar button {
      padding: 0 16px; }
      .header-bar button &gt; span {
        font-family: "workSans-medium";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        text-align: right;
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
        letter-spacing: 0;
        float: right; }
      .header-bar button .filter-link {
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #222; }
  .sticky-footer-filter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1060;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px;
    padding-top: 20px; }
    .sticky-footer-filter .close,
    .sticky-footer-filter .close-filter {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      opacity: 1;
      border-radius: 0;
      display: inline-block;
      text-transform: uppercase; }
      .sticky-footer-filter .close:not(:disabled):not(.disabled):focus,
      .sticky-footer-filter .close-filter:not(:disabled):not(.disabled):focus {
        opacity: 1; }
      .sticky-footer-filter .close:focus,
      .sticky-footer-filter .close-filter:focus {
        border-radius: 0; }
    .sticky-footer-filter .close-filter {
      width: inherit;
      margin-right: 16px -1;
      margin-left: 16px;
      background-color: #fff;
      color: #fff;
      background-color: #ab3430;
      border: 1px solid #b51f2a; } }

.filter-bar ul {
  padding-left: 8px;
  margin-bottom: 0; }
  .filter-bar ul li:first-child {
    margin-left: 0; }
  .filter-bar ul li.filter-value {
    border: none; }
    .filter-bar ul li.filter-value button {
      border-radius: 25px;
      padding: 0 20px 0 10px; }
      .filter-bar ul li.filter-value button::after {
        top: 9px;
        content: url('data:image/svg+xml,&lt;svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M2.82812 8.82861L8.52597 3.17176" stroke="%23757575" stroke-miterlimit="10" stroke-linecap="round"/&gt;&lt;path d="M8.52539 8.82861L2.82754 3.17176" stroke="%23757575" stroke-miterlimit="10" stroke-linecap="round"/&gt;&lt;/svg&gt;'); }
    .filter-bar ul li.filter-value span {
      color: #222;
      text-align: center;
      font-family: "workSans-regular";
      font-size: 14px;
      line-height: 18px;
      font-weight: 400; }
  .filter-bar ul li .swatch-filter {
    display: none; }

@media (max-width: 768.98px) {
  .product-grid {
    padding-top: 0.938em; } }

.product-grid .col-6 {
  padding-right: 4px;
  padding-left: 4px; }
  @media (max-width: 768.98px) {
    .product-grid .col-6:nth-of-type(odd) {
      padding-left: 0; }
    .product-grid .col-6:nth-of-type(even) {
      padding-right: 0; } }

.product-grid .color-swatches .swatches:empty {
  display: none; }

.container.search-results .tab-content &gt; .active {
  min-height: 65vh; }

.goto-home {
  padding: 15px 12px;
  max-width: 180px;
  color: #b51f2a !important;
  border: 1px solid #b51f2a;
  background: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700; }

.no-search {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  .no-search-image {
    border-radius: 50%;
    background: #fdf2d9;
    width: 272px;
    height: 50px;
    margin-top: -16px; }
  .no-search-text {
    padding: 16px;
    margin-top: 24px; }
    .no-search-text p {
      color: #222;
      text-align: center;
      font-family: "workSans-regular";
      margin-bottom: 8px;
      font-size: 14px;
      line-height: 18px;
      font-weight: 500; }
  .no-search-cta-button {
    margin: 8px 0 48px; }

#refinements-price #refinement-price .values {
  margin-bottom: 0px;
  margin-top: 0px; }
  #refinements-price #refinement-price .values li {
    margin-bottom: 8px; }

.price-block .form-group input.form-control {
  border: 1px solid #c8c8c899;
  width: calc(50% - 35px);
  height: 30px;
  padding: 8px;
  font-size: 12px;
  line-height: 16px; }

.price-block .form-group .fa-minus {
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  color: #c8c8c899; }

.price-block .form-group .btn.btn-round {
  background: transparent;
  width: 30px;
  height: 30px;
  border: 1px solid #c8c8c899;
  border-radius: 50%;
  margin-left: 8px;
  padding-top: 6px; }
  @media (max-width: 991.98px) {
    .price-block .form-group .btn.btn-round {
      padding: 6px 0 0 10px; } }

.price-block label {
  font-size: 12px;
  line-height: 16px;
  font-family: "workSans-regular";
  font-weight: 400;
  color: #222;
  color: #757575;
  margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .price-block label {
      font-size: 12px;
      line-height: 16px; } }

@media (min-width: 769px) {
  [data-action="Search-Show"] #maincontent {
    overflow: visible; } }

#refinements-category .card-body ul li button {
  margin-bottom: 12px; }

#refinements-category .card-body ul li ul li button {
  margin-bottom: 8px; }

@media (min-width: 992px) {
  header.sticky-header ~ #maincontent .search-results .refinement-bar.plp-sidebar-block .plp-sidebar {
    top: 15%;
    animation: smoothScroll 1s forwards; } }

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

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

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5edce;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

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

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

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

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0074d9;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0074d9;
  border-radius: calc($diameter / 2);
  background-color: #0074d9;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-teal {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008080;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-teal.disabled {
    opacity: 0.2; }

.swatch-filter-teal {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008080;
  border-radius: calc($diameter / 2);
  background-color: #008080;
  display: block;
  position: relative; }
  .swatch-filter-teal.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #7c502d;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #7c502d;
  border-radius: calc($diameter / 2);
  background-color: #7c502d;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-gold {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #e5c74a;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-gold.disabled {
    opacity: 0.2; }

.swatch-filter-gold {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #e5c74a;
  border-radius: calc($diameter / 2);
  background-color: #e5c74a;
  display: block;
  position: relative; }
  .swatch-filter-gold.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #5eb160;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #5eb160;
  border-radius: calc($diameter / 2);
  background-color: #5eb160;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #7e7e7e;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #7e7e7e;
  border-radius: calc($diameter / 2);
  background-color: #7e7e7e;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-maroon {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #7f1416;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-maroon.disabled {
    opacity: 0.2; }

.swatch-filter-maroon {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #7f1416;
  border-radius: calc($diameter / 2);
  background-color: #7f1416;
  display: block;
  position: relative; }
  .swatch-filter-maroon.disabled {
    opacity: 0.2; }

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

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

.swatch-circle-peach {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffe5b4;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-peach.disabled {
    opacity: 0.2; }

.swatch-filter-peach {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffe5b4;
  border-radius: calc($diameter / 2);
  background-color: #ffe5b4;
  display: block;
  position: relative; }
  .swatch-filter-peach.disabled {
    opacity: 0.2; }

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

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

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

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

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

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

.swatch-circle-silver {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #b3b3b3;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-silver.disabled {
    opacity: 0.2; }

.swatch-filter-silver {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #b3b3b3;
  border-radius: calc($diameter / 2);
  background-color: #b3b3b3;
  display: block;
  position: relative; }
  .swatch-filter-silver.disabled {
    opacity: 0.2; }

.swatch-circle-turquoise {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #29b3a1;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-turquoise.disabled {
    opacity: 0.2; }

.swatch-filter-turquoise {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #29b3a1;
  border-radius: calc($diameter / 2);
  background-color: #29b3a1;
  display: block;
  position: relative; }
  .swatch-filter-turquoise.disabled {
    opacity: 0.2; }

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

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

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

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

.swatch-circle-neutral {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #dbaf97;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-neutral.disabled {
    opacity: 0.2; }

.swatch-filter-neutral {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #dbaf97;
  border-radius: calc($diameter / 2);
  background-color: #dbaf97;
  display: block;
  position: relative; }
  .swatch-filter-neutral.disabled {
    opacity: 0.2; }

.swatch-circle-offwhite {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffffff;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-offwhite.disabled {
    opacity: 0.2; }

.swatch-filter-offwhite {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffffff;
  border-radius: calc($diameter / 2);
  background-color: #ffffff;
  display: block;
  position: relative; }
  .swatch-filter-offwhite.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous,
.swatch-circle-assorted,
.swatch-circle-multicolor {
  background: linear-gradient(0deg, #821e91 0, #84f061 25%, #b968e6 50%, #fed73e 75%, #f16060 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  position: relative;
  transform: rotate(35deg); }
  .swatch-circle-miscellaneous.disabled,
  .swatch-circle-assorted.disabled,
  .swatch-circle-multicolor.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after,
  .swatch-circle-assorted.selected::after,
  .swatch-circle-multicolor.selected::after {
    transform: rotate(-35deg); }

.sortOrderList .selected-item {
  border: 1px solid #DFDFDF !important;
  padding: 10px 32px; }
  .sortOrderList .selected-item::after {
    top: 10px !important; }

.sortOrderList .all-items {
  margin-top: 0;
  border: 1px solid #DFDFDF !important;
  border-top: none !important; }


/*# sourceMappingURL=search.css.map*/</pre></body></html>