/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.product-cell[data-v-f4a5d4b9] {
  position: relative;
}
.product-cell .product-info[data-v-f4a5d4b9] {
  margin-top: 4px;
  text-align: left;
  padding-left: 4vw;
}
@media (min-width: 1025px) {
.product-cell .product-info[data-v-f4a5d4b9] {
    margin-top: 8px;
    padding-left: 1vw;
}
}
.product-cell .product-title[data-v-f4a5d4b9] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .product-cell .product-title[data-v-f4a5d4b9], .-bg-section-dark .product-cell .product-title[data-v-f4a5d4b9], .-bg-page-dark .-bg-section-transparent .product-cell .product-title[data-v-f4a5d4b9] {
  color: #ffffff;
  fill: #ffffff;
}
.product-cell .product-title a[data-v-f4a5d4b9] {
  color: #000000;
}
.-bg-dark .product-cell .product-title a[data-v-f4a5d4b9], .-bg-section-dark .product-cell .product-title a[data-v-f4a5d4b9], .-bg-page-dark .-bg-section-transparent .product-cell .product-title a[data-v-f4a5d4b9] {
  color: #ffffff;
  fill: #ffffff;
}
.product-cell .product-title[data-v-f4a5d4b9] {
  line-height: 150%;
}
@media (min-width: 1025px) {
.product-cell .product-title[data-v-f4a5d4b9] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .product-cell .product-title[data-v-f4a5d4b9], .-bg-section-dark .product-cell .product-title[data-v-f4a5d4b9], .-bg-page-dark .-bg-section-transparent .product-cell .product-title[data-v-f4a5d4b9] {
    color: #ffffff;
    fill: #ffffff;
}
.product-cell .product-title a[data-v-f4a5d4b9] {
    color: #000000;
}
.-bg-dark .product-cell .product-title a[data-v-f4a5d4b9], .-bg-section-dark .product-cell .product-title a[data-v-f4a5d4b9], .-bg-page-dark .-bg-section-transparent .product-cell .product-title a[data-v-f4a5d4b9] {
    color: #ffffff;
    fill: #ffffff;
}
}
.product-cell .product-colors[data-v-f4a5d4b9] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 10px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .product-cell .product-colors[data-v-f4a5d4b9], .-bg-section-dark .product-cell .product-colors[data-v-f4a5d4b9], .-bg-page-dark .-bg-section-transparent .product-cell .product-colors[data-v-f4a5d4b9] {
  color: #ffffff;
  fill: #ffffff;
}
.product-cell .product-colors a[data-v-f4a5d4b9] {
  color: #000000;
}
.-bg-dark .product-cell .product-colors a[data-v-f4a5d4b9], .-bg-section-dark .product-cell .product-colors a[data-v-f4a5d4b9], .-bg-page-dark .-bg-section-transparent .product-cell .product-colors a[data-v-f4a5d4b9] {
  color: #ffffff;
  fill: #ffffff;
}
.product-cell .product-colors[data-v-f4a5d4b9] {
  line-height: 150%;
  color: #6e6e6e;
}
@media (min-width: 1025px) {
.product-cell .product-colors[data-v-f4a5d4b9] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 12px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .product-cell .product-colors[data-v-f4a5d4b9], .-bg-section-dark .product-cell .product-colors[data-v-f4a5d4b9], .-bg-page-dark .-bg-section-transparent .product-cell .product-colors[data-v-f4a5d4b9] {
    color: #ffffff;
    fill: #ffffff;
}
.product-cell .product-colors a[data-v-f4a5d4b9] {
    color: #000000;
}
.-bg-dark .product-cell .product-colors a[data-v-f4a5d4b9], .-bg-section-dark .product-cell .product-colors a[data-v-f4a5d4b9], .-bg-page-dark .-bg-section-transparent .product-cell .product-colors a[data-v-f4a5d4b9] {
    color: #ffffff;
    fill: #ffffff;
}
.product-cell .product-colors[data-v-f4a5d4b9] {
    color: #6e6e6e;
}
}
.product-cell .product-price[data-v-f4a5d4b9] .price-container {
  display: flex; /* Make the container a flex container */
  align-items: center; /* Vertically align items in the center */
}
.product-cell .product-price[data-v-f4a5d4b9] .price-container .price {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .product-cell .product-price[data-v-f4a5d4b9] .price-container .price, .-bg-section-dark .product-cell .product-price[data-v-f4a5d4b9] .price-container .price, .-bg-page-dark .-bg-section-transparent .product-cell .product-price[data-v-f4a5d4b9] .price-container .price {
  color: #ffffff;
  fill: #ffffff;
}
.product-cell .product-price[data-v-f4a5d4b9] .price-container .price a {
  color: #000000;
}
.-bg-dark .product-cell .product-price[data-v-f4a5d4b9] .price-container .price a, .-bg-section-dark .product-cell .product-price[data-v-f4a5d4b9] .price-container .price a, .-bg-page-dark .-bg-section-transparent .product-cell .product-price[data-v-f4a5d4b9] .price-container .price a {
  color: #ffffff;
  fill: #ffffff;
}
.product-cell .product-price[data-v-f4a5d4b9] .price-container .price {
  line-height: 150%;
  margin-top: 0px;
}
@media (min-width: 1025px) {
.product-cell .product-price[data-v-f4a5d4b9] .price-container .price {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .product-cell .product-price[data-v-f4a5d4b9] .price-container .price, .-bg-section-dark .product-cell .product-price[data-v-f4a5d4b9] .price-container .price, .-bg-page-dark .-bg-section-transparent .product-cell .product-price[data-v-f4a5d4b9] .price-container .price {
    color: #ffffff;
    fill: #ffffff;
}
.product-cell .product-price[data-v-f4a5d4b9] .price-container .price a {
    color: #000000;
}
.-bg-dark .product-cell .product-price[data-v-f4a5d4b9] .price-container .price a, .-bg-section-dark .product-cell .product-price[data-v-f4a5d4b9] .price-container .price a, .-bg-page-dark .-bg-section-transparent .product-cell .product-price[data-v-f4a5d4b9] .price-container .price a {
    color: #ffffff;
    fill: #ffffff;
}
}
.product-cell .image-container[data-v-f4a5d4b9] {
  position: relative;
}
.product-cell .sold-out-text[data-v-f4a5d4b9] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .product-cell .sold-out-text[data-v-f4a5d4b9], .-bg-section-dark .product-cell .sold-out-text[data-v-f4a5d4b9], .-bg-page-dark .-bg-section-transparent .product-cell .sold-out-text[data-v-f4a5d4b9] {
  color: #ffffff;
  fill: #ffffff;
}
.product-cell .sold-out-text[data-v-f4a5d4b9] {
  line-height: 120%;
  font-family: "DenimINK-Medium", Arial, sans-serif;
  color: #ffffff;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1025px) {
.product-cell .sold-out-text[data-v-f4a5d4b9] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-size: 24px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
    color: #ffffff;
}
}
@media (min-width: 1025px) and (min-width: 768px) {
.product-cell .sold-out-text[data-v-f4a5d4b9] {
    font-size: 32px;
}
}
@media (min-width: 1025px) and (min-width: 1025px) {
.product-cell .sold-out-text[data-v-f4a5d4b9] {
    font-size: 32px;
}
}
@media (min-width: 1025px) {
.-bg-dark .product-cell .sold-out-text[data-v-f4a5d4b9], .-bg-section-dark .product-cell .sold-out-text[data-v-f4a5d4b9], .-bg-page-dark .-bg-section-transparent .product-cell .sold-out-text[data-v-f4a5d4b9] {
    color: #ffffff;
    fill: #ffffff;
}
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.plp-editorial-section-products__copy[data-v-85b5cce0] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .plp-editorial-section-products__copy[data-v-85b5cce0], .-bg-section-dark .plp-editorial-section-products__copy[data-v-85b5cce0], .-bg-page-dark .-bg-section-transparent .plp-editorial-section-products__copy[data-v-85b5cce0] {
  color: #ffffff;
  fill: #ffffff;
}
.plp-editorial-section-products__copy a[data-v-85b5cce0] {
  color: #000000;
}
.-bg-dark .plp-editorial-section-products__copy a[data-v-85b5cce0], .-bg-section-dark .plp-editorial-section-products__copy a[data-v-85b5cce0], .-bg-page-dark .-bg-section-transparent .plp-editorial-section-products__copy a[data-v-85b5cce0] {
  color: #ffffff;
  fill: #ffffff;
}
.plp-editorial-section-products__copy[data-v-85b5cce0] {
  margin-bottom: 8px;
  padding-left: 8vw;
}
.plp-editorial-section-products__copy.hidden[data-v-85b5cce0] {
  display: none;
}
@media (min-width: 1025px) {
.plp-editorial-section-products__copy[data-v-85b5cce0] {
    margin-bottom: 28px;
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-size: 24px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .plp-editorial-section-products__copy[data-v-85b5cce0], .-bg-section-dark .plp-editorial-section-products__copy[data-v-85b5cce0], .-bg-page-dark .-bg-section-transparent .plp-editorial-section-products__copy[data-v-85b5cce0] {
    color: #ffffff;
    fill: #ffffff;
}
.plp-editorial-section-products__copy[data-v-85b5cce0] {
    line-height: 120%;
    letter-spacing: 0.04em;
    padding-left: unset;
}
.plp-editorial-section-products__copy.dweb-center[data-v-85b5cce0] {
    text-align: center;
}
}
.plp-editorial-section-products__hidden[data-v-85b5cce0] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .plp-editorial-section-products__hidden[data-v-85b5cce0], .-bg-section-dark .plp-editorial-section-products__hidden[data-v-85b5cce0], .-bg-page-dark .-bg-section-transparent .plp-editorial-section-products__hidden[data-v-85b5cce0] {
  color: #ffffff;
  fill: #ffffff;
}
.plp-editorial-section-products__hidden[data-v-85b5cce0] {
  text-align: center;
}
.product-list-container[data-v-85b5cce0] {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  column-gap: 1px;
}
.product-list-container[data-v-85b5cce0]::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.product-list-container.carousel[data-v-85b5cce0] {
  padding-left: 8vw;
}
@media (min-width: 1025px) {
.product-list-container.carousel[data-v-85b5cce0] {
    padding-left: unset;
}
}
.product-list-container.list-items[data-v-85b5cce0] {
  row-gap: 28px;
  margin-bottom: 72px;
}
@media (min-width: 1025px) {
.product-list-container.list-items[data-v-85b5cce0] {
    row-gap: 108px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 108px 8px;
}
.product-list-container.list-items.grid-4up[data-v-85b5cce0] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
.product-list-container.list-items-grid[data-v-85b5cce0] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 28px 1px;
}
@media (min-width: 1025px) {
.product-list-container.list-items-grid[data-v-85b5cce0] {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 108px 8px;
}
.product-list-container.list-items-grid.grid-4up[data-v-85b5cce0] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
@media (min-width: 1025px) {
.product-list-container.grid-3up .product-cell[data-v-85b5cce0] {
    max-width: 30.3vw;
}
}
@media (min-width: 1025px) {
.product-list-container.grid-4up[data-v-85b5cce0] {
    column-gap: 4px;
}
.product-list-container.grid-4up .product-cell[data-v-85b5cce0] {
    max-width: 22.8vw;
}
}
.product-list-container .last-product-tile[data-v-85b5cce0] {
  aspect-ratio: 4/5;
  white-space: pre-line;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.product-list-container .last-product-tile.carousel[data-v-85b5cce0] {
  aspect-ratio: 3/4;
}
@media (min-width: 1025px) {
.product-list-container .last-product-tile.carousel[data-v-85b5cce0] {
    aspect-ratio: 4/5;
}
}
.product-list-container .last-product-tile .tile-content .tile-icon[data-v-85b5cce0] {
  margin-top: 12px;
}
.product-list-container .last-product-tile .tile-content .tile-icon svg[data-v-85b5cce0] {
  fill: #ffffff;
  stroke: #ffffff;
}
.product-list-container .last-product-tile .tile-content .tile-icon svg[data-v-85b5cce0] path {
  fill: inherit;
}
.product-list-container .last-product-tile .tile-content .tile-text[data-v-85b5cce0] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .product-list-container .last-product-tile .tile-content .tile-text[data-v-85b5cce0], .-bg-section-dark .product-list-container .last-product-tile .tile-content .tile-text[data-v-85b5cce0], .-bg-page-dark .-bg-section-transparent .product-list-container .last-product-tile .tile-content .tile-text[data-v-85b5cce0] {
  color: #ffffff;
  fill: #ffffff;
}
.product-list-container .last-product-tile .tile-content .tile-text[data-v-85b5cce0] {
  color: #ffffff;
  z-index: 200;
  line-height: 120%;
}
@media (min-width: 1025px) {
.product-list-container .last-product-tile .tile-content .tile-text[data-v-85b5cce0] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-size: 24px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .product-list-container .last-product-tile .tile-content .tile-text[data-v-85b5cce0], .-bg-section-dark .product-list-container .last-product-tile .tile-content .tile-text[data-v-85b5cce0], .-bg-page-dark .-bg-section-transparent .product-list-container .last-product-tile .tile-content .tile-text[data-v-85b5cce0] {
    color: #ffffff;
    fill: #ffffff;
}
.product-list-container .last-product-tile .tile-content .tile-text[data-v-85b5cce0] {
    line-height: 120%;
}
}
.navigation-next-button[data-v-85b5cce0] {
  right: 40px;
}
.navigation-next-button.hidden[data-v-85b5cce0] {
  display: none;
  visibility: hidden;
}
.navigation-prev-button[data-v-85b5cce0] {
  left: 40px;
}
.navigation-prev-button.hidden[data-v-85b5cce0] {
  display: none;
  visibility: hidden;
}
.navigation-button[data-v-85b5cce0] {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.4); /* white with 40% opacity */
}
.navigation-button[data-v-85b5cce0]:focus, .navigation-button[data-v-85b5cce0]:hover {
  background-color: rgba(255, 255, 255, 0.6); /* white with 40% opacity */
}
.navigation-button .caret-left[data-v-85b5cce0] {
  margin-right: 4px;
  transform: rotate(180deg);
}
.navigation-button .caret-right[data-v-85b5cce0] {
  margin-left: 4px;
}
.navigation-button.navigation-prev-button[data-v-85b5cce0] {
  left: 40px;
  position: absolute;
}
.navigation-button.navigation-prev-button.hidden[data-v-85b5cce0] {
  display: none;
  visibility: hidden;
}