﻿.lobs-price,
.lobs-title {
  color: var(--bblack);
  text-align: center;
}
.view-all-apple-product-card {
  display: flex;
  background-color: var(--wwhite);
  height: 120px;
  min-width: 120px;
}
.view-all-apple-product-card a {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin: 5.5px auto;
}
.view-all-apple-product-card a:link,
.view-all-apple-product-card a:visited {
  outline: 0;
  text-decoration: none;
}
.lobs-image-container {
  display: flex;
  height: 60px;
  justify-content: center;
  margin: auto;
  width: 100px;
}
.lobs-media {
  display: flex;
  position: relative;
  align-items: stretch;
  justify-content: center;
}
.lobs-media img {
max-width: 100%;  
width: 100px;
max-height: 100%;  
height: 60px;
object-fit: contain;
object-position: center;
}
.lobs-details-container {
  display: flex;
  flex-direction: column;
  min-width: 120px;
  row-gap: 4px;
}
.lobs-title {
  font-family: "SF Pro Text";
  font-weight: 600;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  letter-spacing: -0.02em;
  overflow: hidden;
}
.lobs-price {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.whats-new-stripe-card {
  width: 288px !important;
  height: 390px !important;
}
@media screen and (max-width: 768px) {
  .whats-new-stripe-card {
    width: 249px !important;
    height: 362px !important;
  }
}
