.product-teaser-tile {
  position: relative;
  width: 100%; }
  .product-teaser-tile:has(.cart-link:hover) .title {
    color: #E94E24;
    transition: all 0.4s ease; }
  .product-teaser-tile:has(.cart-link:hover) .cart {
    background-color: transparent;
    transition: all 0.4s ease; }
    .product-teaser-tile:has(.cart-link:hover) .cart svg path {
      stroke: #00305B;
      transition: all 0.4s ease; }
  .product-teaser-tile figure {
    position: relative;
    height: 278px;
    padding: 1.43em;
    margin-bottom: 1.43em;
    background-color: #F7F7F9;
    text-align: center; }
    .product-teaser-tile figure div {
      width: 100%;
      height: 100%; }
    .product-teaser-tile figure img {
      width: auto;
      height: 100%;
      filter: drop-shadow(3px 5px 8px rgba(0, 0, 0, 0.2));
      object-fit: contain; }
  .product-teaser-tile .category {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0.36em 1em;
    margin-bottom: 0.36em;
    z-index: 5; }
    .product-teaser-tile .category a {
      font-size: 14px;
      line-height: 1.5;
      line-height: 1.4;
      text-decoration: none; }
  .product-teaser-tile .title {
    font-size: 14px;
    line-height: 1.5;
    font-size: clamp(1.071rem, 1.012rem + 0.174vw, 1.2rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.36rem; }
  .product-teaser-tile .authors {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    line-height: 1.4; }
  .product-teaser-tile .price-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.15rem; }
  .product-teaser-tile .price {
    font-size: clamp(1.443rem, 1.31rem + 0.388vw, 1.729rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0; }
  .product-teaser-tile .cart-link {
    position: absolute;
    inset: 0;
    display: block;
    text-indent: -99999px; }
  .product-teaser-tile .cart {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #00305B;
    background-color: #00305B;
    cursor: pointer; }
    .product-teaser-tile .cart svg {
      margin: 2px 2px 0 0; }

.product-teaser-tile--book-tip {
  max-width: 20em;
  padding: 1.86em 1.43em;
  background-color: #F2F5F7; }
  .product-teaser-tile--book-tip .header {
    font-size: 14px;
    line-height: 1.5;
    font-size: clamp(1.071rem, 1.012rem + 0.174vw, 1.2rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.43rem;
    color: #00305B; }
  .product-teaser-tile--book-tip figure {
    padding: 1.43em;
    margin-bottom: 1.43em;
    background-color: #F7F7F9; }
  .product-teaser-tile--book-tip .category {
    display: flex;
    flex-wrap: wrap;
    gap: 0.36em 1em;
    margin-bottom: 0.36em; }
    .product-teaser-tile--book-tip .category a {
      font-size: 14px;
      line-height: 1.5;
      font-size: 0.836rem;
      line-height: 1.4;
      text-decoration: none; }
  .product-teaser-tile--book-tip .title {
    font-size: 14px;
    line-height: 1.5;
    font-size: clamp(1.071rem, 1.012rem + 0.174vw, 1.2rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.36rem; }
  .product-teaser-tile--book-tip .authors {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    line-height: 1.4; }

/*# sourceMappingURL=product-teaser-tile.css.map */
