@charset "UTF-8";
.collection-container {
  padding-top: 20px;
}
.product-card-quickview,
.product-card-quickview span,
.product-card-quickview .quick-view-icon path,
.product-card-sizes--size,
.product-card-swatches .product-card-swatch {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.no-js .product-card-quickview {
  display: none !important;
}
.products {
  list-style: none;
}
.products.carousel {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  min-width: 100%;
  padding: 0;
}
.products.carousel .product-card {
  flex-shrink: 0;
}
.products.carousel + .flickity-progress {
  margin-top: 40px;
}
.products.carousel .carousel__slide {
  width: 100%;
}
.products.carousel .carousel__slide .product-card {
  margin-bottom: 0 !important;
}
.no-js .products.carousel {
  overflow-x: scroll;
}
.products.carousel.flickity-enabled {
  overflow: visible;
  flex-direction: column;
}
.products.carousel.flickity-enabled .flickity-viewport {
  overflow: visible;
}
.products.carousel .promotion-column {
  margin-bottom: 0;
  height: 100%;
}
.products .promotion-column {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .products .promotion-column {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .products .promotion-column.promotion-column-width--2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .products .promotion-column.promotion-column-width--2.product-columns-3 {
    flex: 0 0 66.6%;
    max-width: 66.6%;
  }
}
@media only screen and (min-width: 768px) {
  .products .promotion-column.promotion-column-width--2.product-columns-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.products .gallery--item {
  height: 100%;
}
.products .gallery--item figure {
  height: 100%;
  padding-bottom: 0;
}
.products .gallery--item-content {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .products .gallery--item-content {
    padding: 40px;
  }
}
.products .gallery--item-content p {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  .products .gallery--item-content p {
    font-size: 1rem;
  }
}
.products.row {
  padding: 0;
}
.product-card-spacing-small .products.row {
  margin: 0 -5px;
}
.product-card-spacing-small .products.row .columns,
.product-card-spacing-small .products.row .column {
  padding: 0 5px;
}
.product-card-spacing-small .products.row .product-card {
  margin-bottom: 10px;
}
.product-card-spacing-small .products.row + .pagination {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .product-card-spacing-medium .products.row {
    margin: 0 -10px;
  }
  .product-card-spacing-medium .products.row .columns,
  .product-card-spacing-medium .products.row .column {
    padding: 0 10px;
  }
  .product-card-spacing-medium .products.row .product-card {
    margin-bottom: 20px;
  }
  .product-card-spacing-medium .products.row + .pagination {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .product-card-spacing-large .products.row {
    margin: 0 -15px;
  }
  .product-card-spacing-large .products.row .columns,
  .product-card-spacing-large .products.row .column {
    padding: 0 15px;
  }
  .product-card-spacing-large .products.row .product-card {
    margin-bottom: 30px;
  }
  .product-card-spacing-large .products.row + .pagination {
    margin-top: 0;
  }
}
.product-card {
  display: block;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-card {
    margin-bottom: 30px;
  }
}
.carousel .product-card {
  margin-bottom: 0;
}
.product-card .product-card-info {
  line-height: 1;
}
.product-card.text-center .product-card-info {
  padding: 0 5%;
}
.product-card.text-center .product-card-sizes--container {
  justify-content: center;
}
.product-card.text-right .product-card-sizes--container {
  justify-content: flex-end;
}
.product-card .product-featured-image {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .product-card .product-featured-image {
    margin-bottom: 20px;
  }
}
.product-card .product-featured-image-link {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: var(--padding-bottom);
}
.js .animations-true .product-card .product-featured-image-link {
  opacity: 0;
  transform: scale(1.15);
}
.product-card swiper-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.product-card .product-featured-image-link:hover swiper-carousel {
  opacity: 1;
}
.product-card-media-swiper .swiper-button-prev:after,
.product-card-media-swiper .swiper-rtl .swiper-button-next:after,
.product-card-media-swiper .swiper-button-next:after,
.product-card-media-swiper .swiper-rtl .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 900;
  color: #23201d;
}
.product-card-media-swiper .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translateZ(0);
  top: 0;
  opacity: 1;
  display: flex;
  gap: 10px;
  width: 100%;
}
.product-card-media-swiper .swiper-pagination-bullet {
  width: var(--bullet-width, 0);
  background: #0000;
  opacity: 1;
  border-radius: 0;
  height: 3px;
  transition: opacity 0.3s;
}
.product-card-media-swiper .swiper-pagination-bullet-active {
  width: var(--bullet-width, 0);
  height: 3px;
  background: #23201d;
  opacity: 1;
  transition: opacity 0.3s;
}
.product__media-slider--mobile .product-secondary-image,
.product__media-slider--mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .product__media-slider--mobile {
    display: block;
  }
  .product-card .product-featured-image-link swiper-carousel {
    opacity: 1;
  }
  .product__media-slider--desktop,
  .product-card-media-swiper .swiper-button-next,
  .product-card-media-swiper .swiper-button-prev {
    display: none;
  }
}
.product-card .product-featured-image-link.aspect-ratio--square {
  padding-bottom: 100%;
}
.product-card .product-featured-image-link.aspect-ratio--portrait {
  padding-bottom: var(--padding-bottom, 125%);
}
.product-card .product-featured-image-link.aspect-ratio--landscape {
  padding-bottom: var(--padding-bottom, 75%);
}
.product-card-vendor {
  text-transform: uppercase;
  font-size: 0.625rem;
  margin-bottom: 8px;
}
.product-card-vendor a {
  color: rgba(var(--color-body-rgb), 0.65);
}
.product-card-title {
  font-size: calc(var(--font-product-title-scale, 1) * 0.9375rem);
  line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.5);
  font-weight: var(--font-body-bold-weight, 700);
  display: block;
  margin-bottom: 5px;
}
.product-title-uppercase-true .product-card-title {
  text-transform: uppercase;
}
.product-card--badges {
  position: absolute;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product-card--badges.bottom {
  bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .product-card--badges.bottom {
    bottom: 15px;
  }
}
.product-card--badges.left {
  left: 8px;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .product-card--badges.left {
    left: 15px;
  }
}
.product-card--badges.top {
  top: 8px;
}
@media only screen and (min-width: 768px) {
  .product-card--badges.top {
    top: 15px;
  }
}
.product-card--badges.right {
  right: 8px;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .product-card--badges.right {
    right: 15px;
  }
}
.product-card--badges.top.right + .product-card-quickview {
  right: auto;
  left: 15px;
}
.product-card-quickview {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 40;
  background: var(--color-accent);
  border-radius: 3px;
  height: 30px;
  display: flex;
  opacity: 0;
}
.product-card-quickview + .product-card-quickview {
  top: 50px;
}
.product-card-quickview > svg {
  width: 30px;
  height: 30px;
  padding: 9px;
}
.product-card-quickview span {
  max-width: 0;
  overflow: hidden;
  line-height: 30px;
  font-size: 0.6875rem;
  font-weight: 400;
  padding-right: 0;
  white-space: nowrap;
  color: var(--bg-body);
}
.product-card-quickview .spinner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
}
.product-card-quickview .spinner circle {
  stroke: var(--bg-body);
}
[dir='rtl'] .product-card-quickview .spinner {
  left: auto;
  right: 0;
}
.product-card-quickview .quick-view-icon path {
  stroke: var(--bg-body);
}
.product-card-quickview.loading > svg {
  opacity: 0;
}
.product-card-quickview.loading > svg + .spinner {
  opacity: 1;
}
.product-card-quickview:hover span,
.product-card-quickview:focus span {
  max-width: 94px;
  padding-right: 9px;
}
[dir='rtl'] .product-card-quickview:hover span,
[dir='rtl'] .product-card-quickview:focus span {
  padding-left: 15px;
  padding-right: 2px;
}
.product-card-quickview[disabled] {
  cursor: not-allowed;
}
.product-card-sizes {
  grid-gap: 5px;
  grid-auto-flow: column;
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-card-sizes {
    display: inline-grid;
  }
}
.product-card-sizes--container {
  display: none;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .product-card-sizes--container {
    display: flex;
    flex-wrap: wrap;
  }
}
.product-card-sizes--remaining {
  font-size: 0.75rem;
  margin-left: 10px;
}
.product-card-sizes--size {
  height: 30px;
  min-width: 45px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  cursor: pointer;
  position: relative;
  box-shadow: 0 0 0 1px transparent inset;
  border-radius: var(--input-border-radius, 3px);
  background: rgba(var(--color-body-rgb), 0.05);
}
.product-card-sizes--size:not(.is-disabled):hover {
  background-color: var(--bg-body);
  box-shadow:
    0 0 0 1px var(--color-body) inset,
    0 2px 4px #00000026;
}
.product-card-sizes--size .loading-overlay {
  width: 14px;
  height: auto;
}
.product-card-sizes--size.is-disabled {
  border-color: var(--color-border);
  cursor: not-allowed;
}
.product-card-sizes--size.is-disabled > span {
  opacity: 0.4;
}
.product-card-sizes--size.loading > span {
  opacity: 0;
}
.product-card-swatches {
  display: grid;
  align-items: start;
  grid-gap: 5px;
  grid-template-columns: repeat(var(--size, 5), 1fr);
}
.product-card-swatches .product-card-swatch {
  display: inline-flex;
  margin: 0;
  position: relative;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  cursor: pointer;
  background: var(--option-color);
  background-image: var(--option-color-image);
  background-size: cover;
}
.product-card-swatches .product-card-swatch:after {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
}
.product-card-swatches .product-card-swatch.active {
  box-shadow:
    inset 0 0 0 1px var(--color-body),
    inset 0 0 0 2px var(--bg-body);
}
.product-card-swatches--container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  padding: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.product-card-swatches--remaining {
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.product-card .price {
  margin-bottom: 10px;
}
.product-card .star-rating {
  margin-top: 7px;
  font-size: 0.875rem;
}
.product-card:hover .product-card-quickview {
  opacity: 1;
}
.collection-empty {
  text-align: center;
  padding: 10vh 0;
}
@media only screen and (min-width: 768px) {
  .collection-empty {
    padding: 10vh;
  }
}
.collection-empty svg {
  margin-bottom: 30px;
}
.collection-empty .text-button {
  font-size: inherit;
}
.collection-empty p {
  font-size: 1.25rem;
}
.star-rating {
  --star-percent: calc(var(--star-rating) / 5 * 100%);
  display: inline-block;
  font-size: 1rem;
  font-family: Times;
  line-height: 1;
}
.star-rating:before {
  content: '\2605\2605\2605\2605\2605';
  background: linear-gradient(
    90deg,
    var(--color-star) var(--star-percent),
    #e1e1e1 var(--star-percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating {
  display: inline-block;
  margin: 0;
}
.rating-star {
  --letter-spacing: 0.3;
  --font-size: 1.5;
  --percent: calc(
    (
        var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) /
          (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
      ) *
      100%
  );
  letter-spacing: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0;
}
.rating-star:before {
  content: '\2605\2605\2605\2605\2605';
  background: linear-gradient(
    90deg,
    var(--color-reviews) var(--percent),
    rgba(var(--color-foreground), 0.15) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating-text {
  display: none;
}
.rating-count {
  display: none;
  margin: 0;
}
@media (forced-colors: active) {
  .rating {
    display: none;
  }
  .rating-text {
    display: block;
  }
}
.product-card--label {
  font-size: 0.625rem;
  border: 1px solid var(--color-border);
  padding: 4px 6px;
  line-height: 1.2;
  border-radius: var(--input-border-radius, 3px);
  text-transform: uppercase;
}
.product-card--label-container {
  display: flex;
  grid-gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.text-center .product-card--label-container {
  justify-content: center;
}
.text-right .product-card--label-container {
  justify-content: flex-end;
}
.product-card {
  background: var(--color-primary-9);
}
.product-card .product-featured-image {
  margin-bottom: 0;
}
.product-card-info {
  padding: 8px 16px 20px;
  border: var(--color-primary-7) 1px solid;
  border-top: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-card-vendor {
  margin-bottom: 0;
}
.product-card-vendor a {
  font-family: var(--font-jost);
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.product__vendor {
  margin-bottom: 8px;
}
.product-information__top .price del .amount {
  font-size: 16px;
}
.product-information__top .price ins .amount {
  font-size: 18px;
}
.product-information__top .product__vendor {
  margin-bottom: 4px;
}
.product__vendor a {
  font-size: 14px;
}
.product__vendor a {
  font-size: 12px;
  font-weight: var(--font-body-bold-weight, 700);
}
.product-card-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.product-card .price {
  margin-bottom: 14px;
  font-size: 16px;
}
.price del .amount {
  opacity: 1;
  color: var(--color-primary-4);
}
.price .amount.discounted {
  color: var(--color-primary-2);
}
.product-card .badge.final-sale {
  color: var(--color-primary-9);
}
.product-card .badge.onsale,
.product-card .price .badge {
  display: none;
}
.product-card .product-card--badges {
  column-gap: 6px;
}
.product-card .badge {
  padding: 8px 6px;
}
.product-card .product-card-vendor-wrapper,
.product-card .product-card-title-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.product-card .product-card-vendor-wrapper {
  align-items: center;
}
.product-card .product-card-wish {
  flex-shrink: 0;
}
.product-featured-image-link {
  position: static;
}
.product-card-quickview {
  position: static;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  background: var(--color-primary-9);
  color: var(--color-primary-2);
  opacity: 1;
  padding: 11px;
  gap: 8px;
  margin-bottom: 8px;
}
.product-card .variations .product-form__input--block {
  margin: 0 -4px;
}
.product-card .variations .product-form__input--block input[type='radio'] + label {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  background: var(--color-primary-9);
  min-width: auto;
  height: 24px;
  border-radius: 0;
  margin: 4px;
}
.product-card .variations input[type='radio']:checked + label {
  border: 0;
  box-shadow: none;
}
.product-card .variations,
.product-card .variations .product-form__input--block {
  margin-bottom: 0;
}
.product-card-quickview .quickview-icons {
  display: flex;
  align-items: center;
  position: relative;
}
.product-card-quickview svg {
  flex-shrink: 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
.product-card-quickview .spinner circle {
  stroke: var(--color-primary-2);
}
.product-card-quickview span {
  color: var(--color-primary-2);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  max-width: 100%;
}
.product-card-quickview-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  background: #fff6;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 12px 18px 8px;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
.product-featured-image-link:hover .product-card-quickview-wrapper {
  transform: translateY(0);
}
.product-card .product-card-quickview.loading:after {
  display: none;
}
.product-card-quickview.loading > svg {
  opacity: 1;
}
.product-card .product-card-quickview.loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: var(--color-primary-9);
  opacity: 0.5;
}
.product-card .product-card-quickview .spinner {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-card--template .product-featured-image-link {
  transform: scale(1) !important;
  opacity: 1 !important;
}
.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products .gallery--item-content {
  padding: 24px;
}
.grid-wrapper {
  background: var(--color-primary-8);
}
.grid-wrapper.full-width-row {
  max-width: 1440px;
}
.grid-wrapper .columns,
.grid-wrapper .column {
  padding: 0 !important;
}
.product-card-spacing-large .grid-wrapper .products {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(var(--columns-desktop), 1fr);
  margin: 0 0 40px;
}
.product-card-spacing-large .grid-wrapper .products .column {
  max-width: 100%;
}
.product-card-spacing-large .products.row .product-card {
  margin-bottom: 0;
  height: 100%;
}
.products .promotion-column {
  margin-bottom: 0;
}
.gallery--item .gallery--item--heading {
  font-size: 28px;
  line-height: 24px;
  margin-bottom: 8px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.products .gallery--item figure {
  border-radius: 8px;
}
.gallery--item p.gallery--item--description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.gallery--item a.button {
  border-radius: 4px;
}
.product-card-spacing-large .products.row .columns {
  padding: 0 10px;
}
.section-header--content h2 {
  font-weight: var(--font-body-light-weight, 300);
}
.section-header--content p {
  font-weight: var(--font-body-bold-weight, 700);
}
.product-recommendations .section-header {
  margin-bottom: 24px;
}
.recently-viewed-container {
  overflow: hidden;
}
.recently-viewed-row.row {
  max-width: 1440px;
}
.product-recommendations--recent .carousel__slide {
  max-width: 25%;
  width: 100%;
}
.product-recommendations--recent .flickity-button.flickity-prev-next-button {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--color-border);
  background: var(--color-primary-9);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product-recommendations--recent .flickity-button[disabled] {
  display: none;
}
.product-recommendations--recent .flickity-button {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.product-recommendations--recent:hover .flickity-button {
  opacity: 1;
}
.product-recommendations--recent .flickity-button.flickity-prev-next-button.previous {
  left: -14px;
}
.product-recommendations--recent .flickity-button.flickity-prev-next-button.next {
  right: -14px;
}
.product-recommendations--recent .flickity-button.flickity-prev-next-button.next > svg {
  fill: transparent;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEwIDE2IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTEuMjUgMC41TDguNzUgOEwxLjI1IDE1LjUiIHN0cm9rZT0iIzIyMjEyMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==)
    center center no-repeat;
  background-size: 9px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-recommendations--recent .flickity-button.flickity-prev-next-button.next:hover > svg {
  transform: scale(1.2);
}
.product-recommendations--recent .flickity-button.flickity-prev-next-button.previous > svg {
  fill: transparent;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEwIDE2IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTguNzUgMTUuNUwxLjI1IDhMOC43NSAwLjUwMDAwMSIgc3Ryb2tlPSIjMjIyMTIwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+)
    center center no-repeat;
  background-size: 9px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-recommendations--recent .flickity-button.flickity-prev-next-button.previous:hover > svg {
  transform: scale(1.2);
}
.template-cart .recently-viewed-slider,
.template-cart .product-recommendations .carousel {
  margin: 0 -10px !important;
}
.product-recommendations--recent .flickity-page-dots .dot:hover,
.product-recommendations--recent .flickity-page-dots .dot.is-selected {
  background-color: var(--color-primary-4);
  border: none;
}
.product-recommendations--recent .flickity-slider {
  display: flex;
}
.product-card .product-featured-image-link img {
  object-position: top center !important;
  opacity: 1;
}
.product-card {
  border-radius: 8px;
  overflow: hidden;
}
.product-card-variants {
  pointer-events: none;
}
@media only screen and (max-width: 1067px) {
  .product-card-spacing-large .grid-wrapper .products {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-card-vendor {
    margin-bottom: 4px;
  }
  .product-card-vendor a {
    margin-bottom: 0;
  }
  .product-card--badges {
    z-index: 5;
  }
  .product-featured-image-link:hover {
    z-index: 6;
  }
  .product-recommendations--recent .carousel__slide {
    max-width: 50%;
  }
  .product-recommendations--recent .flickity-button {
    opacity: 1;
  }
  .product-recommendations--recent .flickity-button.flickity-prev-next-button.previous {
    left: -10px;
  }
  .product-recommendations--recent .flickity-button.flickity-prev-next-button.next {
    right: -10px;
  }
  .product-recommendations--recent .flickity-viewport {
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  .product-card-info {
    padding: 16px 24px 20px;
  }
  .product-card .product-card-vendor-wrapper .product-card-wish {
    display: none;
  }
  .products .promotion-column.promotion-column-width--2 {
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 767px) {
  .product-card .product-card--badges {
    bottom: 8px;
    top: auto;
  }
  .product-card .product-card-title-wrapper .product-card-wish {
    display: none;
  }
  .product-card-spacing-large .grid-wrapper .products {
    gap: 8px;
    grid-template-columns: repeat(var(--columns-mobile), 1fr);
  }
  .products .gallery--item-content {
    padding: 20px;
  }
  .products .promotion-column.promotion-column-width--2 {
    grid-column-end: span 1;
  }
  .product-recommendations--recent .carousel__slide {
    max-width: 66.6%;
    flex: 0 0 66.6%;
  }
  .product-recommendations--recent .flickity-page-dots {
    display: flex;
  }
  .product-recommendations--recent .flickity-button[disabled] {
    display: none !important;
  }
  .product-recommendations--recent .flickity-button {
    display: block !important;
    opacity: 1;
    transform: translateY(-100px) !important;
  }
}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product-grid.css.map?v=75103953557283026961767774525 */
