@charset "UTF-8";
.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 1199.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 1200px) and (max-width: 1919.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1920px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1919.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -ms-flexbox;
  display: flex; }

.swatch-circle-rosewine {
  border: 2px solid transparent;
  width: 2.5em;
  height: 2.5em;
  background: #e5a9a9;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-rosewine.disabled {
    opacity: 0.2; }

.swatch-filter-rosewine {
  border: 2px solid transparent;
  width: 1.38em;
  height: 1.38em;
  background: #e5a9a9;
  border-radius: 0.69em;
  background-color: #e5a9a9;
  display: block;
  position: relative; }
  .swatch-filter-rosewine.disabled {
    opacity: 0.2; }

.swatch-circle-whitewine {
  border: 2px solid transparent;
  width: 2.5em;
  height: 2.5em;
  background: #efd185;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-whitewine.disabled {
    opacity: 0.2; }

.swatch-filter-whitewine {
  border: 2px solid transparent;
  width: 1.38em;
  height: 1.38em;
  background: #efd185;
  border-radius: 0.69em;
  background-color: #efd185;
  display: block;
  position: relative; }
  .swatch-filter-whitewine.disabled {
    opacity: 0.2; }

.tag-badge-item {
  font-size: 12px;
  line-height: 24px;
  color: #393939;
  background: #fff3dc;
  border-radius: 100px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 8px; }
  .tag-badge-item:empty {
    background: transparent; }
  @media (hover: hover) and (pointer: fine) {
    .tag-badge-item:hover {
      text-decoration: none; } }

.filter-bar li {
  list-style: none;
  margin-bottom: 16px; }
  .filter-bar li:last-child {
    margin-bottom: 10px; }

.filter-bar .btn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #393939;
  background: #fff3dc;
  border-radius: 100px;
  padding: 0 16px;
  height: 24px; }
  .filter-bar .btn::after {
    content: "";
    background: url("../../images/svg/icon-close-secondary.svg") 50% 50% no-repeat;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 16px;
    height: 16px;
    margin-left: 10px; }
  .filter-bar .btn .close-svg {
    margin-left: 10px; }
  @media (hover: hover) and (pointer: fine) {
    .filter-bar .btn:hover {
      background: #fff3dc; } }

.filter-bar.swatch-filter .swatch-circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 35px;
  height: 35px;
  margin: auto;
  border-radius: 1.25em; }
  .filter-bar.swatch-filter .swatch-circle::after {
    content: "\D7";
    position: relative;
    top: -1px;
    font-size: 26px;
    background: transparent;
    color: #000; }

#reset-filter-button:not(.reset-filter-label) {
  background-color: transparent;
  color: #393939;
  border: 1px solid #f0e5cd;
  border-radius: 96px; }

@media (min-width: 544px) {
  .tag-badge-item {
    padding: 8px 16px;
    font-size: 14px; } }

@media (min-width: 769px) {
  .tag-badge-item {
    padding: 8px 16px;
    margin: 0 0 40px; }
  .filter-bar .btn {
    padding: 8px 16px;
    height: 40px;
    font-size: 14px; } }

@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  #reset-filter-button:not(.reset-filter-label):hover {
    background-color: #fff3dc;
    color: #393939;
    border-color: #f0e5cd; } }

.product {
  height: 100%; }

.product-tile-order {
  height: 100%; }

.product-tile {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 0;
  margin-bottom: 0;
  padding: 15px 0 12px; }
  @media (max-width: 1199.98px) {
    .product-tile {
      min-height: 23.4375em; } }
  @media (max-width: 768.98px) {
    .product-tile {
      min-height: 19.6875em; } }
  @media (max-width: 543.98px) {
    .product-tile {
      min-height: 13.4375em; } }
  .product-tile .image-container {
    position: relative;
    overflow: auto; }
    @media (max-width: 768.98px) {
      .product-tile .image-container {
        margin-bottom: 5px; } }
    .product-tile .image-container a,
    .product-tile .image-container .product-images {
      display: block;
      position: relative;
      padding: 0 18px; }
      .product-tile .image-container a::before,
      .product-tile .image-container .product-images::before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 133.33%; }
      .product-tile .image-container a img,
      .product-tile .image-container .product-images img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
        max-height: initial; }
      @media (min-width: 1200px) {
        .product-tile .image-container a,
        .product-tile .image-container .product-images {
          padding: 0 51px; } }
      @media (min-width: 769px) and (max-width: 1199.98px) {
        .product-tile .image-container a,
        .product-tile .image-container .product-images {
          padding: 0 34px; } }
      @media (min-width: 544px) and (max-width: 768.98px) {
        .product-tile .image-container a,
        .product-tile .image-container .product-images {
          padding: 0 27px; } }
      .product-tile .image-container a .tile-img-second,
      .product-tile .image-container .product-images .tile-img-second {
        opacity: 0;
        transition: all 0.25s ease-out; }
        @media (min-width: 769px) {
          .product-tile .image-container a .tile-img-second:hover,
          .product-tile .image-container .product-images .tile-img-second:hover {
            opacity: 1; } }
  .product-tile .product-image {
    max-width: 100%; }
  .product-tile .product-name {
    font-family: "VeuveClicquotLight", "arial", "sans-serif";
    text-transform: uppercase;
    padding-top: 20px;
    margin-bottom: 0; }
    @media (max-width: 768.98px) {
      .product-tile .product-name {
        padding-top: 0; } }

.product-tile--search {
  font-size: 14px;
  line-height: 1.43;
  position: relative; }
  @media (max-width: 543.98px) {
    .product-tile--search {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; } }
  .product-tile--search .product-name::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1; }
  .product-tile--search .product-name::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .product-tile--search .product-body {
    position: static; }
  .product-tile--search .image-container {
    z-index: 2; }
    .product-tile--search .image-container .product-images {
      padding: 0 16px; }
      @media (min-width: 544px) {
        .product-tile--search .image-container .product-images {
          padding: 0 20px; } }

.product-grid-container .tile-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.product-grid-container .product-tile {
  min-height: 438px;
  padding: 20px 0 24px;
  text-align: center; }

.product-grid-container .image-container {
  overflow: unset;
  min-height: 157px;
  max-height: 210px; }
  .product-grid-container .image-container a {
    height: 100%; }

.product-grid-container .pdp-link {
  margin: 29px 0 8px;
  text-transform: capitalize;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */ }
  .product-grid-container .pdp-link .link {
    font-family: "PPeikoLight", "arial", "sans-serif";
    font-size: 16px;
    line-height: 26px;
    color: #000;
    text-decoration-thickness: 1px; }

.product-grid-container .product-type-link {
  font-size: 14px;
  line-height: 24px;
  color: #393939; }

.product-grid-container .product-grid {
  margin: 0 -1.5rem; }
  .product-grid-container .product-grid .col-6.col-sm-4 {
    border-bottom: 1px solid #f0e5cd;
    border-right: 1px solid #f0e5cd; }
    .product-grid-container .product-grid .col-6.col-sm-4:not(:nth-child(-n+4)) {
      border-top: 1px solid #f0e5cd; }
    .product-grid-container .product-grid .col-6.col-sm-4:nth-child(-n+3) {
      border-top: 1px solid #f0e5cd;
      margin-left: -1px; }
    .product-grid-container .product-grid .col-6.col-sm-4:nth-child(n+4) {
      margin-top: -1px;
      margin-left: -1px; }
    .product-grid-container .product-grid .col-6.col-sm-4:not(:first-child) {
      border-left: 1px solid #f0e5cd; }
    .product-grid-container .product-grid .col-6.col-sm-4:only-child {
      border-right: 1px solid #f0e5cd; }
    .product-grid-container .product-grid .col-6.col-sm-4:nth-child(-n+2):only-child {
      border-top: 1px solid #f0e5cd; }
    .product-grid-container .product-grid .col-6.col-sm-4:nth-child(2n):only-child {
      border-right: 1px solid #f0e5cd; }
    .product-grid-container .product-grid .col-6.col-sm-4:nth-child(n+3):only-child {
      margin-left: 0; }
    .product-grid-container .product-grid .col-6.col-sm-4:nth-child(2n-1):only-child {
      border-left: none; }
  @media (min-width: 769px) {
    .product-grid-container .product-grid {
      margin: 0; }
      .product-grid-container .product-grid .col-6.col-sm-4 {
        border-bottom: 1px solid #f0e5cd;
        border-right: 1px solid #f0e5cd; }
        .product-grid-container .product-grid .col-6.col-sm-4:not(:nth-child(-n+4)) {
          border-top: 1px solid #f0e5cd; }
        .product-grid-container .product-grid .col-6.col-sm-4:nth-child(-n+3) {
          margin-left: -1px;
          border-top: none; }
        .product-grid-container .product-grid .col-6.col-sm-4:nth-child(n+4) {
          margin-top: -1px;
          margin-left: -1px; }
        .product-grid-container .product-grid .col-6.col-sm-4:not(:first-child) {
          border-left: 1px solid #f0e5cd; } }

.product-grid-container .link-primary {
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.product-grid-container .tag-badge {
  display: -ms-grid;
  display: grid; }

@media (min-width: 769px) {
  .product-grid-container .product-tile {
    padding: 40px 0 48px; }
  .product-grid-container .pdp-link {
    margin-top: 32px; }
    .product-grid-container .pdp-link .link {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      font-size: 24px;
      line-height: 34px; } }

@media (min-width: 1200px) {
  .product-grid-container .product-grid {
    padding: 0 0 64px; } }

.slot-title {
  font-family: "PPeikoLight", "arial", "sans-serif";
  font-size: 24px;
  line-height: 32px; }
  @media (min-width: 769px) {
    .slot-title {
      font-size: 32px;
      line-height: 44px; } }

.slot-paragraph {
  font-size: 14px;
  line-height: 24px; }
  @media (min-width: 769px) {
    .slot-paragraph {
      font-size: 16px; } }

@media (max-width: 1199.98px) {
  .slot-mobile-padding {
    padding: 139px 0; } }

.slot-row {
  margin: 0 -3rem; }
  @media (min-width: 769px) {
    .slot-row {
      margin: 0 -30px; } }

.slot-row-image {
  margin: 0 -3rem; }
  .slot-row-image img {
    object-fit: cover; }
  @media (min-width: 769px) {
    .slot-row-image {
      min-height: 673px;
      margin: 0 -11px 0 -16px; } }

.loading-dots {
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: loading-dots 0.5s infinite linear alternate;
  animation-delay: 0.25s;
  margin: 5px 0 0 12px; }
  .loading-dots::before, .loading-dots::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #000;
    color: #000;
    animation: loading-dots 0.5s infinite alternate; }
  .loading-dots::before {
    left: -7.5px;
    animation-delay: 0s; }
  .loading-dots::after {
    animation-delay: 0.5s;
    left: 7.5px; }

@keyframes loading-dots {
  0% {
    background-color: #000; }
  50% {
    background-color: rgba(0, 0, 0, 0.1); }
  100% {
    background-color: rgba(0, 0, 0, 0.2); } }

div[role="main"] {
  overflow: hidden; }

.breadcrumb-wrapper {
  display: none; }

.show-more .btn-load-more {
  font-family: "VeuveClicquotRegular", "arial", "sans-serif";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #53565a;
  text-decoration: none;
  border: 0;
  background: transparent;
  margin: 56px 0 80px; }
  .show-more .btn-load-more::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin-left: 1rem;
    background: #ffa300;
    border-radius: 50%;
    box-shadow: 0 0 12px 4px rgba(255, 178, 1, 0.5); }
  @media (hover: hover) and (pointer: fine) {
    .show-more .btn-load-more:hover {
      color: #393939;
      background: transparent; }
      .show-more .btn-load-more:hover::after {
        transition: box-shadow ease 0.5s;
        box-shadow: 0 0 12px 8px rgba(255, 178, 1, 0.5); } }

.show-more-loading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 10px 0 0; }

.product-grid-container {
  transition: all 0.5s ease-in-out;
  padding: 0 24px; }
  .product-grid-container .applied-filters {
    font-size: 14px;
    line-height: 24px; }
  .product-grid-container .product-badges {
    height: 24px;
    margin: 0 0 40px; }
  .product-grid-container .pdp-link .link:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px; }
  .product-grid-container .discover-cta {
    margin: 21px 0 0;
    font-size: 14px;
    padding: 11px 20px;
    max-height: 64px;
    min-height: 40px; }
    @media (min-width: 769px) {
      .product-grid-container .discover-cta {
        font-size: 16px;
        margin: 30px 0 0;
        padding: 20px 40px; } }
  .product-grid-container .product-type-link {
    text-decoration: none; }

.refinement,
.sort-by-collapse {
  margin-bottom: 1em; }
  .refinement.card .arrow-down-small-svg,
  .sort-by-collapse.card .arrow-down-small-svg {
    transition: transform 0.3s ease-in-out;
    transform: rotate(-90deg); }
  .refinement.card.active .arrow-down-small-svg,
  .sort-by-collapse.card.active .arrow-down-small-svg {
    transform: rotate(0); }
  .refinement.card .card-header,
  .sort-by-collapse.card .card-header {
    border-bottom: 1px solid #f0e5cd;
    padding: 24px 0 !important; }
    .refinement.card .card-header .title,
    .sort-by-collapse.card .card-header .title {
      line-height: 24px;
      font-size: 14px;
      font-weight: 600;
      color: #f0e5cd;
      cursor: pointer; }
      .refinement.card .card-header .title::after,
      .sort-by-collapse.card .card-header .title::after {
        display: none; }
  .refinement.card:last-child .card-header,
  .sort-by-collapse.card:last-child .card-header {
    border: 0; }
  .refinement a,
  .sort-by-collapse a {
    text-decoration: none; }

.refinement-bar {
  overflow: auto;
  background: #fff9ed;
  padding: 0; }
  .refinement-bar .filter-header {
    padding: 26px 24px;
    background: #fff9ed;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.04);
    font-size: 14px; }
    .refinement-bar .filter-header .close {
      margin-right: 0 !important; }
  .refinement-bar ul {
    padding-left: 0; }
    .refinement-bar ul .filter-item-wrapper {
      margin: 24px 0; }
      .refinement-bar ul .filter-item-wrapper:first-child {
        margin-top: 32px; }
      .refinement-bar ul .filter-item-wrapper:last-child {
        margin-top: 18px;
        margin-bottom: 8px; }
  .refinement-bar .custom-checkbox .custom-control-label-right {
    font-size: 12px; }
  .refinement-bar.col-md-3 {
    max-width: 100%; }
  .refinement-bar .refinements {
    padding: 0 24px 100px;
    font-size: 14px; }
    .refinement-bar .refinements li {
      list-style-type: none;
      padding-left: 0; }
      .refinement-bar .refinements li button {
        border: none;
        background-color: transparent; }
      .refinement-bar .refinements li.disabled {
        opacity: 0.5; }
    .refinement-bar .refinements .card:not(.active) .card-body {
      display: none; }
    .refinement-bar .refinements .custom-checkbox .custom-control-label-right {
      display: inline-block;
      padding-left: 16px; }
  .refinement-bar .refinement-header {
    overflow: auto; }
  .refinement-bar .secondary-bar {
    background: #fff9ed !important;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 1; }
    .refinement-bar .secondary-bar .reset,
    .refinement-bar .secondary-bar .apply {
      margin-top: 20px;
      margin-bottom: 20px;
      width: 100%;
      font-size: 14px; }

#refinement-colour ul {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

#refinement-colour li {
  padding-left: 0;
  width: 100%; }

#refinement-colour .selected {
  border-color: #000; }

.filter-bar ul {
  margin: 0; }

.filter-bar li {
  list-style-type: none; }
  .filter-bar li.swatch-filter .swatch-circle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%; }
  .filter-bar li.swatch-filter .btn::after {
    position: absolute;
    top: calc(50% - 16px / 2); }
  .filter-bar li .btn {
    height: auto;
    min-height: 100%; }

.filter-bar .refinement-header-text {
  text-transform: capitalize; }

.search-result-display-count {
  line-height: 24px;
  font-size: 14px; }

.grid-header,
.content-grid-header {
  margin: 0 -14px;
  padding: 24px 5px; }
  .grid-header select,
  .content-grid-header select {
    width: 100%; }

.show-hide-filters-button {
  font-size: 14px;
  cursor: pointer; }

.show-filters-text {
  display: none; }

.hidden-filters .show-filters-text {
  display: inline-block; }

.hidden-filters .hide-filters-text {
  display: none; }

.sort-order-container {
  margin-left: 39px; }
  .sort-order-container .select2-container {
    position: relative; }
    .sort-order-container .select2-container .select2-selection__rendered {
      font-size: 14px;
      opacity: 1;
      padding: 0 28px 0 0;
      display: -ms-flexbox;
      display: flex; }
    .sort-order-container .select2-container .select2-selection--single {
      border: 0;
      background: transparent;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      position: relative;
      height: auto; }
      .sort-order-container .select2-container .select2-selection--single .select2-selection__arrow {
        background: url(../../images/svg/arrow-down.svg) center center/20px 20px no-repeat;
        right: 0; }
  .sort-order-container .select2-container--focus {
    outline: 2px solid #000;
    outline-offset: 2px;
    border-radius: 2px; }
  .sort-order-container .select2-container--open,
  .sort-order-container .select2-dropdown {
    left: auto !important;
    right: 0;
    width: auto !important; }
    .sort-order-container .select2-container--open .custom-control-label-right,
    .sort-order-container .select2-dropdown .custom-control-label-right {
      padding-left: 14px; }

@media (min-width: 769px) {
  .applied-filters {
    font-size: 14px;
    line-height: 24px;
    margin: 40px 0 24px; }
  .reset-filter-label {
    cursor: pointer;
    border: 0;
    border-bottom: 1px solid #ffa300;
    background-color: transparent;
    padding: 0;
    color: #53565a;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px; }
  .col-sm-12.col-md-9 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; }
  .grid-header {
    padding: 28px 0; }
  .btn-load-more {
    margin: 64px 0 140px; }
  .refinement-bar-wrapper {
    padding: 0 25px 0 15px; }
  .refinement.card .card-header .title,
  .refinement .filter-header,
  .sort-by-collapse.card .card-header .title,
  .sort-by-collapse .filter-header {
    font-size: 14px; }
  .refinement .card-header {
    padding: 18px 0 !important; }
  .refinement.active .card-header {
    border-bottom: 1px solid transparent; }
  .refinement-bar {
    display: block !important;
    transition: all 0.5s ease-in-out; }
    .refinement-bar ul {
      padding-bottom: 0; }
    .refinement-bar.col-md-3 {
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
      max-width: 30%;
      padding: 0 15px; }
  .filter-bar {
    margin: 0;
    padding: 0; }
    .filter-bar li .filter-value button {
      font-size: 14px;
      padding: 8px 16px; }
  .grid-header,
  .content-grid-header {
    margin: 0;
    border: 0;
    position: relative; }
    .grid-header::after,
    .content-grid-header::after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 9999px;
      height: 1px;
      background: #f0e5cd;
      left: -2000px; } }

@media (min-width: 544px) {
  .filter-item-wrapper {
    margin: 14px 0; }
    .filter-item-wrapper:first-child {
      margin-top: 18px; }
  .hidden-filters-section {
    max-width: 0;
    padding: 0;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 0; }
  .search-results .filter-results {
    height: auto; }
  .product-grid-container .product-badges {
    height: 40px; } }

@media (max-width: 768.98px) {
  ~ .search-results .grid-header {
    margin-top: 0;
    margin-bottom: 0; }
  .refinement-bar {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .refinement-vintage .vintage-filter {
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 543.98px) {
  .search-nav .nav-tabs-wrapper {
    width: 100%; }
  .grid-header .result-count,
  .content-grid-header .result-count {
    padding-bottom: 0.938em; }
  .grid-header .filter-results,
  .content-grid-header .filter-results {
    min-height: 100%; } }

.plp-banner-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .plp-banner-wrapper .plp-banner-carousel {
    -ms-flex-order: -1;
        order: -1; }
    .plp-banner-wrapper .plp-banner-carousel picture,
    .plp-banner-wrapper .plp-banner-carousel img {
      display: block;
      max-width: 100%;
      margin: auto; }
  .plp-banner-wrapper .plp-hero {
    padding: 32px 24px;
    position: absolute;
    bottom: 0; }
    @media (min-width: 769px) {
      .plp-banner-wrapper .plp-hero {
        padding: 64px 80px;
        bottom: 75px; } }
    .plp-banner-wrapper .plp-hero .page-title {
      font-family: "PPeikoLight", "arial", "sans-serif";
      color: #fff;
      font-size: 24px;
      line-height: 32px;
      margin: 0; }
      @media (min-width: 769px) {
        .plp-banner-wrapper .plp-hero .page-title {
          font-size: 32px;
          line-height: 44px; } }
    .plp-banner-wrapper .plp-hero .page-description {
      margin: 16px 0 0;
      font-size: 14px;
      line-height: 24px;
      color: #fff; }
      @media (min-width: 769px) {
        .plp-banner-wrapper .plp-hero .page-description {
          font-size: 16px;
          line-height: 30px; } }
  .plp-banner-wrapper .container-wrapper .container {
    max-width: unset;
    padding: unset; }

.tab-content .tab-pane.active {
  overflow: visible; }


/*# sourceMappingURL=search.css.map*/