#primary.explore-page {
  background-color: var(--light-grey-color);
}
#primary.explore-page .product-slider-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "head" "products";
  overflow: hidden;
  padding: var(--spacing-2xl) var(--side-padding);
}
#primary.explore-page .product-slider-container .slider-header {
  display: grid;
  grid-area: head;
  grid-template-areas: "title l r" "desc l r";
  grid-template-columns: auto 42px 42px;
  column-gap: 15px;
  padding-bottom: var(--spacing-2xl);
}
#primary.explore-page .product-slider-container .slider-header h2 {
  grid-area: title;
  text-align: left;
  color: var(--brand-primary);
  font-family: var(--font-headline);
  font-size: var(--spacing-2xl);
  margin-bottom: var(--spacing-xl);
  padding: 0;
}
#primary.explore-page .product-slider-container .slider-header p {
  grid-area: desc;
}
#primary.explore-page .product-slider-container .slider-header .wpsp-nav {
  border-radius: var(--radius-sm);
  border: 1px solid var(--grey-3);
  --arrow-size: 42px;
  --arrow-gap: 15px;
  height: var(--arrow-size);
  width: var(--arrow-size);
  background-color: var(--base-white);
  position: relative;
  grid-area: r;
  right: 0;
  left: 0;
}
#primary.explore-page .product-slider-container .slider-header .wpsp-nav:hover {
  background-color: var(--brand-accent-old);
}
#primary.explore-page .product-slider-container .slider-header .wpsp-nav:hover i {
  filter: invert(1);
}
#primary.explore-page .product-slider-container .slider-header .wpsp-nav::after {
  display: none;
}
#primary.explore-page .product-slider-container .slider-header .wpsp-nav i::before {
  content: url(../media/images/toggle-arrow-black.svg);
}
#primary.explore-page .product-slider-container .slider-header .wpsp-nav.swiper-button-prev {
  grid-area: l;
}
#primary.explore-page .product-slider-container .slider-header .wpsp-nav.swiper-button-prev i::before {
  transform: rotate(90deg);
}
#primary.explore-page .product-slider-container .slider-header .wpsp-nav.swiper-button-next {
  transform: rotate(-90deg);
}
#primary.explore-page .product-slider-container .wpsp-slider-section {
  padding-top: var(--spacing-2xl);
}
#primary.explore-page .product-slider-container .wpsp-slider-section .wpsp-product .wpsp-product-img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: var(--radius-sm);
}
#primary.explore-page .product-slider-container .wpsp-slider-section .wpsp-product .product-details {
  display: grid;
  grid-template-columns: 1fr var(--spacing-2xl);
  column-gap: 10px;
  grid-template-areas: "title wishlist" "desc desc" "price price" "finance finance";
}
#primary.explore-page .product-slider-container .wpsp-slider-section .wpsp-product .product-details .wpsp-product-title {
  display: contents;
}
#primary.explore-page .product-slider-container .wpsp-slider-section .wpsp-product .product-details .wpsp-product-title a {
  grid-area: title;
  min-height: 40px;
  -webkit-box-orient: vertical;
  display: block;
}
#primary.explore-page .product-slider-container .wpsp-slider-section .wpsp-product .product-details .wpsp-product-title a h3 {
  line-height: 20px;
  text-transform: none;
  letter-spacing: 0px;
  font-family: var(--font-body);
  font-size: var(--font-size-md);
  font-weight: 700;
  text-decoration: none;
  color: var(--brand-primary);
  overflow: hidden;
}
#primary.explore-page .product-slider-container .wpsp-slider-section .wpsp-product .product-details .qwfw-add-to-wishlist-wrapper {
  grid-area: wishlist;
}
#primary.explore-page .product-slider-container .wpsp-slider-section .wpsp-product .product-details .wpsp-product-price {
  grid-area: price;
  display: grid;
  grid-template-areas: "price old-price save";
  grid-template-columns: repeat(3, min-content);
  gap: 10px;
  padding-top: 10px;
  align-items: baseline;
}
#primary.explore-page .product-slider-container .wpsp-slider-section .wpsp-product .product-details .product-savings-tag {
  color: white;
  background: var(--brand-tertiary);
  border-radius: var(--radius-md);
  line-height: 20px;
  font-family: var(--font-body);
  display: inline-flex;
  font-size: 12px;
  align-items: center;
  padding: 3px 8px 1px 8px;
  white-space: nowrap;
}
#primary.explore-page .product-slider-container .wpsp-slider-section .wpsp-product .product-details .sp-product-content {
  grid-area: desc;
  padding: 0;
  min-height: 50px;
}
#primary.explore-page .product-slider-container .wpsp-slider-section .wpsp-product .product-details div.financing-option {
  display: flex;
  flex-wrap: wrap;
  grid-area: finance;
  margin: 10px 0 0 0;
  row-gap: 5px;
}
#primary.explore-page .product-slider-container .wpsp-slider-section .wpsp-product .product-details div.financing-option p {
  text-align: left;
  margin-right: 5px;
  font-size: 12px;
  color: var(--grey-1);
}
#primary.explore-page .product-slider-container .wpsp-slider-section .wpsp-product .product-details div.financing-option p span {
  font-size: 12px;
}
#primary.explore-page .product-slider-container .wpsp-slider-section .wpsp-product .product-details div.financing-option img {
  margin-right: 5px;
  height: 20px;
}
#primary.explore-page .product-slider-container .wpsp-slider-section .wpsp-product .product-details div.financing-option a img {
  height: 14px;
}
@media screen and (min-width: 768px) {
  #primary.explore-page .product-slider-container {
    grid-template-columns: 1fr;
  }
  #primary.explore-page .product-slider-container h2 {
    grid-area: title;
  }
  #primary.explore-page .product-slider-container p {
    grid-area: desc;
  }
  #primary.explore-page .product-slider-container .woo-product-slider-pro,
  #primary.explore-page .product-slider-container > section {
    grid-area: products;
    max-width: 100%;
  }
}
#primary.explore-page .category-carousel-section,
#primary.explore-page .attribute-carousel-section {
  background-color: var(--brand-secondary);
  padding: var(--spacing-2xl) var(--side-padding);
  width: 100%;
  --carousel-cards-per-view: 1;
  --carousel-gap: 1rem;
}
@media (min-width: 768px) {
  #primary.explore-page .category-carousel-section,
  #primary.explore-page .attribute-carousel-section {
    --carousel-cards-per-view: 3;
  }
}
@media (min-width: 1400px) {
  #primary.explore-page .category-carousel-section,
  #primary.explore-page .attribute-carousel-section {
    --carousel-cards-per-view: 5;
  }
}
#primary.explore-page .category-carousel-section .heading-with-arrows,
#primary.explore-page .attribute-carousel-section .heading-with-arrows {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: var(--spacing-xl);
  --arrow-gap: 15px;
}
#primary.explore-page .category-carousel-section .heading-with-arrows .heading-text,
#primary.explore-page .attribute-carousel-section .heading-with-arrows .heading-text {
  width: 100%;
}
#primary.explore-page .category-carousel-section .heading-with-arrows .heading-text h2,
#primary.explore-page .attribute-carousel-section .heading-with-arrows .heading-text h2 {
  color: var(--brand-primary);
  font-family: var(--font-headline);
  font-size: var(--spacing-2xl);
  padding-bottom: var(--spacing-xl);
}
#primary.explore-page .category-carousel-section .heading-with-arrows .arrow-controls,
#primary.explore-page .attribute-carousel-section .heading-with-arrows .arrow-controls {
  display: none;
  gap: var(--arrow-gap);
}
#primary.explore-page .category-carousel-section .carousel-container,
#primary.explore-page .attribute-carousel-section .carousel-container {
  overflow: hidden;
  position: relative;
}
#primary.explore-page .category-carousel-section .carousel-container .carousel-wrapper,
#primary.explore-page .attribute-carousel-section .carousel-container .carousel-wrapper {
  overflow: hidden;
  position: relative;
}
#primary.explore-page .category-carousel-section .carousel-container .carousel-wrapper .categories-grid,
#primary.explore-page .attribute-carousel-section .carousel-container .carousel-wrapper .categories-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--carousel-cards-per-view) - 1) * var(--carousel-gap)) / var(--carousel-cards-per-view));
  gap: var(--carousel-gap);
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#primary.explore-page .category-carousel-section .carousel-container .carousel-wrapper .categories-grid::-webkit-scrollbar,
#primary.explore-page .attribute-carousel-section .carousel-container .carousel-wrapper .categories-grid::-webkit-scrollbar {
  display: none;
}
#primary.explore-page .category-carousel-section .carousel-container .carousel-wrapper .categories-grid .category-card,
#primary.explore-page .attribute-carousel-section .carousel-container .carousel-wrapper .categories-grid .category-card {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  height: 250px;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}
#primary.explore-page .category-carousel-section .carousel-container .carousel-wrapper .categories-grid .category-card .category-image,
#primary.explore-page .attribute-carousel-section .carousel-container .carousel-wrapper .categories-grid .category-card .category-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
#primary.explore-page .category-carousel-section .carousel-container .carousel-wrapper .categories-grid .category-card .category-image img,
#primary.explore-page .attribute-carousel-section .carousel-container .carousel-wrapper .categories-grid .category-card .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#primary.explore-page .category-carousel-section .carousel-container .carousel-wrapper .categories-grid .category-card h3,
#primary.explore-page .attribute-carousel-section .carousel-container .carousel-wrapper .categories-grid .category-card h3 {
  position: relative;
  z-index: 2;
  color: var(--base-white);
  padding: 15px;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 100%;
  font-family: var(--font-body) !important;
  text-shadow: black 0px 4px 6px;
}
#primary.explore-page .category-carousel-section .carousel-arrow,
#primary.explore-page .attribute-carousel-section .carousel-arrow {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: var(--base-white);
  border: 1px solid var(--grey-color);
  width: 42px;
  height: 42px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease;
}
#primary.explore-page .category-carousel-section .carousel-arrow span,
#primary.explore-page .attribute-carousel-section .carousel-arrow span {
  color: var(--brand-primary);
  font-size: 1.25rem;
  line-height: 1;
}
#primary.explore-page .category-carousel-section .carousel-arrow:hover,
#primary.explore-page .attribute-carousel-section .carousel-arrow:hover {
  background-color: var(--brand-accent-old);
}
#primary.explore-page .category-carousel-section .carousel-arrow:hover span,
#primary.explore-page .attribute-carousel-section .carousel-arrow:hover span {
  color: var(--base-white);
}
#primary.explore-page .category-carousel-section .carousel-arrow:active,
#primary.explore-page .attribute-carousel-section .carousel-arrow:active {
  transform: translateY(-50%) scale(0.95);
}
#primary.explore-page .category-carousel-section .carousel-arrow.left-arrow,
#primary.explore-page .attribute-carousel-section .carousel-arrow.left-arrow {
  left: 0.5rem;
}
#primary.explore-page .category-carousel-section .carousel-arrow.right-arrow,
#primary.explore-page .attribute-carousel-section .carousel-arrow.right-arrow {
  right: 0.5rem;
}
@media (min-width: 768px) {
  #primary.explore-page .category-carousel-section .heading-with-arrows,
  #primary.explore-page .attribute-carousel-section .heading-with-arrows {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: var(--spacing-5xl);
    margin-bottom: var(--spacing-2xl);
  }
  #primary.explore-page .category-carousel-section .heading-with-arrows .arrow-controls,
  #primary.explore-page .attribute-carousel-section .heading-with-arrows .arrow-controls {
    display: flex;
    flex-shrink: 0;
  }
  #primary.explore-page .category-carousel-section .heading-with-arrows .arrow-controls .carousel-arrow,
  #primary.explore-page .attribute-carousel-section .heading-with-arrows .arrow-controls .carousel-arrow {
    position: static;
    transform: none;
  }
  #primary.explore-page .category-carousel-section .heading-with-arrows .arrow-controls .carousel-arrow:active,
  #primary.explore-page .attribute-carousel-section .heading-with-arrows .arrow-controls .carousel-arrow:active {
    transform: scale(0.95);
  }
  #primary.explore-page .category-carousel-section .carousel-container .carousel-arrow,
  #primary.explore-page .attribute-carousel-section .carousel-container .carousel-arrow {
    display: none;
  }
}

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