[id^="bloom-product-card-"] {
  background-color: #ffffff;
}

[id^="bloom-product-card-"] * {
  color: #000000 !important;
}

[id^="bloom-product-card-"] .product-main-content {
  position: relative;
}

[id^="bloom-product-card-"] .product-main-content .product-images {
  line-height: 0;
  cursor: pointer;
}

[id^="bloom-product-card-"]
  .product-main-content
  .product-images
  .swiper-slide {
  height: unset !important;
}

[id^="bloom-product-card-"] .card-tag {
  position: absolute;
  left: 12px;
  top: 12px;
  color: #929292 !important;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  z-index: 3;
}

[id^="bloom-product-card-"] .product-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
  color: #252525;
  padding: 12px 12px 18px 12px;
}

[id^="bloom-product-card-"] .product-footer .row-one,
[id^="bloom-product-card-"] .product-footer .row-two {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

[id^="bloom-product-card-"] .product-footer .regular-price {
  font-weight: 400;
}

[id^="bloom-product-card-"] .product-footer .sale-price {
  text-decoration: line-through;
  color: #929292 !important;
}

[id^="bloom-product-card-"] .product-main-content .right-arrow-style,
[id^="bloom-product-card-"] .product-main-content .left-arrow-style {
  position: absolute;
  width: 12.8px;
  height: 12.8px;
  margin-top: 0;
  margin-bottom: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #929292;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}

[id^="bloom-product-card-"] .next-button-container,
[id^="bloom-product-card-"] .prev-button-container {
  position: absolute;
  width: 32px;
  height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  top: 50%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

[id^="bloom-product-card-"] .product-main-content .right-arrow-style {
  right: 10px;
  z-index: 1;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}

[id^="bloom-product-card-"] .product-main-content .left-arrow-style {
  left: 10px;
  z-index: 2;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

[id^="bloom-product-card-"] .product-main-content .next-button-container {
  right: 10px;
  z-index: 1;
}

[id^="bloom-product-card-"] .product-main-content .prev-button-container {
  left: 10px;
  z-index: 2;
}

[id^="bloom-product-card-"] .swiper-slide img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

[id^="bloom-product-card-"] .card-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

[id^="bloom-product-card-"] .count-colors {
  min-width: fit-content;
}

bloomreach-products-carousel
  [id^="bloom-product-card-"]
  .product-main-content
  .product-images {
  height: 446px;
}

@media (min-width: 641px) {
  bloomreach-products-carousel {
    padding-left: 24px;
  }

  [id^="bloom-product-card-"]:hover .add-to-cart {
    opacity: 1;
  }

  [id^="bloom-product-card-"]:hover:has(.add-to-cart:not(:hover)):has(
      .product-footer:not(:hover)
    )
    .product-main-content
    .right-arrow-style,
  [id^="bloom-product-card-"]:hover:has(.add-to-cart:not(:hover)):has(
      .product-footer:not(:hover)
    )
    .product-main-content
    .left-arrow-style {
    opacity: 1;
  }

  #product-grid[data-grid-view="card-grid"]
    [id^="bloom-product-card-"]
    .product-main-content
    .product-images,
  #AjaxinateLoop
    [id^="bloom-product-card-"]
    .product-main-content
    .product-images {
    aspect-ratio: 3/4;
  }

  #product-grid[data-grid-view="fullscreen-grid"]
    [id^="bloom-product-card-"]
    .product-main-content
    .product-images {
    height: 1077px;
  }

  #product-grid[data-grid-view="small-grid"]
    [id^="bloom-product-card-"]
    .product-main-content
    .product-images {
    height: 267px;
  }

  .ff-pre-search-suggested
    [id^="bloom-product-card-"]
    .product-main-content
    .product-images {
    height: 538px;
  }
}

@media (max-width: 640px) {
  bloomreach-products-carousel {
    padding-left: 16px;
  }

  [id^="bloom-product-card-"].swiper-slide-active
    .product-main-content
    .right-arrow-style,
  [id^="bloom-product-card-"].swiper-slide-active
    .product-main-content
    .left-arrow-style {
    opacity: 1;
  }

  [id^="bloom-product-card-"] .product-main-content .product-images {
    height: 295px;
  }

  [id^="bloom-product-card-"] .product-footer {
    font-size: 8px;
    line-height: 14px;
  }
}

.full-unstyled-link.card-title {
  text-transform: uppercase;
}

.card-title-text {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  display: inline;
}