.swatch-circle-beige {
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 50%;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

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

.swatch-circle-black {
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 50%;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

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

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

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

.swatch-circle-brown {
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 50%;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

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

.swatch-circle-green {
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 50%;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

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

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

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

.swatch-circle-navy {
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 50%;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

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

.swatch-circle-orange {
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 50%;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

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

.swatch-circle-pink {
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 50%;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

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

.swatch-circle-purple {
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 50%;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

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

.swatch-circle-red {
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 50%;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

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

.swatch-circle-white {
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

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

.swatch-circle-yellow {
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 50%;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

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

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

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

:root {
  --card-fontsize: 2.1rem;
}

.refinement-bar {
  overflow: auto;
}
.refinement-bar ul {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .refinement-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 991.98px) {
  .refinement-bar {
    position: fixed;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .refinement-bar {
    display: block !important;
  }
}

.filter-header {
  margin-left: -15px;
  margin-right: -15px;
}

.header-bar {
  background-color: #eee;
  border-bottom: 0.063em solid #eee;
  position: fixed;
  width: -webkit-fill-available;
  z-index: 2;
  display: block;
}
.header-bar button.close {
  font-size: 1rem;
  font-weight: normal;
  opacity: 1 !important;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.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 {
  color: #1C355E !important;
  padding: 8px 15px;
  border: 2px solid #E7E7E7;
  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;
  color: #1C355E;
}

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

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

@media (max-width: 543.98px) {
  .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;
}

/* CUSTOM */
/* CATEGORY TILE */
body {
  overflow-x: hidden;
}

.pre-plp-banner {
  height: 863px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pre-plp-banner .btn {
  min-width: 250px;
}

.pre-plp-banner-text {
  color: #1C355E;
  margin: auto 100px;
  max-width: 400px;
}

.pre-heb-magazine-text {
  color: #1C355E;
  width: 450px;
  margin: auto 50px;
}

.heb-magazine-text {
  color: #1C355E;
  font-size: 6rem;
  line-height: normal;
  font-weight: 600;
}

.plp-text-title {
  font-size: 9rem;
  line-height: normal;
}
@media (max-width: 543.98px) {
  .plp-text-title {
    font-size: 3.4rem;
  }
}

.plp-text-description {
  font-size: 4.5rem;
}
.plp-text-description p {
  margin: 0;
}

.category-tile-container {
  max-width: none;
  padding: 0;
}

.category-slot img {
  width: 100%;
}

.category-slot > div .category-item {
  max-width: none;
}
.category-slot > div .category-item a {
  height: 100%;
  display: block;
}

.category-slot > .categorySectionsWrapper > div {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 768.98px) {
  .category-slot > .categorySectionsWrapper > div {
    grid-template-columns: 1fr;
  }
}
.category-slot > .categorySectionsWrapper > div .category-item {
  max-width: none;
}
.category-slot > .categorySectionsWrapper > div .category-item a {
  height: 100%;
  display: block;
}

.header-bg-transparent {
  background-color: transparent;
  border: none;
}
.header-bg-transparent .navbar-toggler {
  color: white !important;
}

.header-bg-transparent .pull-right i {
  color: white !important;
}

@media screen and (min-width: 769px) {
  .header-bg-transparent .pull-left ul .nav-parent-link > a {
    color: white !important;
  }
  .header-bg-transparent .pull-left ul .nav-parent-link > a:hover {
    color: #1C355E !important;
  }
  .header-bg-transparent .pull-left ul > .nav-parent-link:hover > a {
    color: #1C355E !important;
  }
}
.search-bg-transparent {
  background-color: transparent;
}
.search-bg-transparent input {
  background-color: transparent;
}

.search-bg-transparent input:focus {
  background-color: transparent;
}

.search-bg-transparent input::-webkit-input-placeholder {
  color: white;
}

.search-bg-transparent input::-moz-placeholder {
  color: white;
}

.search-bg-transparent input:-ms-input-placeholder {
  color: white;
}

.search-bg-transparent input::-ms-input-placeholder {
  color: white;
}

.search-bg-transparent input::placeholder {
  color: white;
}

.search-bg-transparent button {
  color: white;
}

/* PRE PLP CATEGORY TILE */
.pre-plp-category-name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pre-plp-category-name h2 {
  font-size: 4rem;
  font-weight: bold;
  position: initial !important;
  margin-bottom: 19px;
}
@media (max-width: 991.98px) {
  .pre-plp-category-name .btn {
    font-size: 1.6rem !important;
  }
}

/* REFINEMENTS */
.refinements-mobile {
  display: none;
}

.refinements-desktop {
  display: block;
}
.refinements-desktop .plp-filter {
  font-size: 1.8rem;
  font-weight: bold;
}

.refinement-bar {
  z-index: 2;
}

@media screen and (max-width: 992px) {
  .refinement-bar {
    z-index: 3;
  }
}
/* CUSTOM COLLAPSIBLE */
.refinements-desktop .hide-refine {
  display: none;
}
.refinements-desktop .show-refine {
  display: block;
}
.refinements-desktop .card {
  border: none;
  color: #1C355E;
  border-bottom: 1px solid #1C355E;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.refinements-desktop .card .card-header {
  border: none;
  cursor: pointer;
}
.refinements-desktop .card .card-header h2 {
  text-transform: uppercase;
  font-size: 0.9rem;
}
.refinements-desktop .card .card-body .values li {
  padding: 0;
}
.refinements-desktop .card .card-body .values li button i,
.refinements-desktop .card .card-body .values li button span {
  font-size: 1.5rem;
}

.swatch-mark.color-value.selected::after {
  display: none;
}

.swatch-circle-c {
  background: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
  -webkit-transform: none;
          transform: none;
  height: 100%;
  font-size: 0.7rem !important;
  text-transform: uppercase;
}

.category-link-selected {
  border-bottom: 2px solid #1C355E !important;
}

.sort-card-header {
  text-transform: uppercase;
  font-size: 0.9rem;
}

/* BREADCRUMB */
.breadcrumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 750px; */
}

.breadcrumb-wrapper .breadcrumb {
  border: none !important;
}

.breadcrumb-wrapper .breadcrumb li a {
  color: #1C355E !important;
}

.breadcrumb-wrapper .breadcrumb li:nth-last-child(1) a {
  color: #1C355E !important;
  font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "|" !important;
}

.breadcrumb-item-currentProd a {
  text-decoration: none !important;
  color: #1C355E !important;
}

.breadcrumb-item-currentProd:hover a {
  text-decoration: none !important;
}

/* PLP TITLE */
.plp-title-wrapper {
  color: #1C355E;
  padding: 35px;
}
.plp-title-wrapper .category-description {
  font-size: 1.8rem;
}

.search-results select[name=sort-order] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='%231C355E'/></g></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  border: none;
  min-width: auto;
  color: #1C355E;
}

.search-results .risultatiRicerca {
  color: #1C355E;
}

label[for=sort-order] {
  width: -webkit-fill-available;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #1C355E;
}

/* PLP CARDS */
.setGridMargin {
  margin: 0 30px;
}

.plp-product-card .product-tile {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-grid-results-wrapper {
  padding-right: 45px;
}

.plp-product-card .wishlistTile {
  position: absolute;
  top: 18px;
  right: 18px;
}
@media (max-width: 543.98px) {
  .plp-product-card .wishlistTile {
    top: 12px;
    right: 12px;
  }
}

.plp-product-card .pdp-link .link {
  font-size: var(--card-fontsize) !important;
  color: #1C355E;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  .plp-product-card .pdp-link .link {
    font-size: 1.5rem !important;
  }
}

.plp-product-card .price .value {
  font-size: var(--card-fontsize) !important;
  color: #1C355E;
}
@media (max-width: 543.98px) {
  .plp-product-card .price .value {
    font-size: 1.5rem !important;
  }
}

.product-grid {
  display: grid !important;
  grid-gap: 60px 30px;
  position: relative;
  padding-bottom: 25px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 1440px) {
  .product-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.product-grid .grid-footer {
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-grid .grid-footer button {
  max-width: none;
}

.plp-banner-desc {
  background-color: #efefed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filter-icon-wrapper {
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .filter-icon-wrapper {
    padding-bottom: 40px;
    margin-top: 6rem;
  }
}
.filter-selected-c {
  border-color: #1C355E !important;
}

.refinement-category-c li {
  padding: 8px;
}
.refinement-category-c li a {
  font-size: 1.5rem;
  color: #1C355E;
}

.no-results {
  color: #1C355E;
}
.no-results .searchParameter {
  font-weight: bold;
}
.no-results .continue-shopping-link-wrapper {
  max-width: 350px;
}
.no-results .searchNoHits-wrapper .title {
  font-weight: bold;
}
.no-results .searchNoHits-wrapper ul {
  list-style: none;
  padding-left: 0;
}

@media only screen and (max-width: 768px) {
  .plp-title-wrapper {
    padding: 25px 15px;
  }
  .pre-plp-banner-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-grid {
    display: block !important;
  }
}
@media only screen and (max-width: 544px) {
  .pre-plp-banner-text {
    margin: 150px 10px;
  }
}
.prices-add-to-cart-actions {
  padding: 0 !important;
}

@media only screen and (max-width: 1440px) {
  .product-grid .grid-footer {
    grid-column: 1/3;
  }
}