li.product
  .brandy-jewelry-dark-product-template__thumbnail-group
  [data-block-name="woocommerce/product-image"] {
  overflow: hidden;
}

li.product
  .brandy-jewelry-dark-product-template__thumbnail-group
  [data-block-name="woocommerce/product-image"]
  img {
  transition: all 0.2s ease-in-out;
}

li.product:hover
  .brandy-jewelry-dark-product-template__thumbnail-group
  [data-block-name="woocommerce/product-image"]
  img {
  transform: scale(1.1);
}

/** Single featured product */
@media screen and (max-width: 1000px) {
  .brandy-single-featured-product .wp-block-post-excerpt__excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

/** Override theme variables */
body {
  --theme-tooltip-background-color: #ffffff;
  --theme-tooltip-color: #122940;

  --cart-remove-icon-color: rgb(90 109 128/1);
  --brandy-wishlist-shortcode-loading-bg: rgba(242, 242, 243, 0.1);

  --cart-totals-block-brightness: 60%;
  --cart-totals-block-radius: 5px;
  --checkout-order-summary-border: 1px solid
    var(--wp--preset--color--brandy-border);
  --checkout-order-summary-radius: 5px;

  --nav-item-background: #0a1b2b;
  --nav-item-background-hover: #143351;

  --details-background: #000000;
}
