/* Approved homepage mobile hero and WBP range cards — September 2026. */
body.home #bestsellers .product-card { display: flex; flex-direction: column; }
body.home #bestsellers .product-copy { display: flex; flex: 1; flex-direction: column; }
body.home #bestsellers .product-meta { flex-wrap: wrap; gap: 12px; margin-top: auto; padding-top: 16px; }
body.home #bestsellers .product-meta > a.product-card-shop-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  min-height: 42px;
  padding: 11px 6px;
  border: 1px solid #087fd2;
  border-radius: 8px;
  color: #fff;
  background: #087fd2;
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .01em;
  text-align: center;
}
body.home #bestsellers .product-meta > a.product-card-shop-button:hover { background: #096cb0; border-color: #096cb0; }
body.home #bestsellers .product-meta > a.product-card-shop-button:focus-visible { outline: 3px solid #15202b; outline-offset: 3px; }
@media (max-width: 768px) {
  body.home main .hero.hero-brand.hero-pouches {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 0 20px 28px;
    background: #fff;
  }
  body.home main .hero.hero-brand.hero-pouches::before,
  body.home main .hero.hero-brand.hero-pouches::after { content: none; }
  body.home main .hero.hero-brand.hero-pouches .hero-background {
    order: 1;
    position: relative;
    inset: auto;
    display: block;
    flex: 0 0 auto;
    width: calc(100% + 40px);
    max-width: none;
    height: auto;
    aspect-ratio: 29 / 20;
    object-fit: cover;
    object-position: center;
    margin: 0 -20px 25px;
    padding: 0;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
    filter: none;
    box-shadow: none;
    -webkit-mask-image: none;
    mask-image: none;
  }
  body.home main .hero.hero-brand.hero-pouches .hero-copy {
    order: 2;
    width: 100%;
    max-width: 700px;
    padding: 0;
  }
  body.home #bestsellers {
    padding: 32px 14px;
    background: #fff;
  }
  body.home #bestsellers .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
    align-items: stretch;
  }
  body.home #bestsellers .product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe3e6;
    border-radius: 12px;
    box-shadow: none;
  }
  body.home #bestsellers .product-card::before,
  body.home #bestsellers .product-card::after,
  body.home #bestsellers .product-image-wrap::before,
  body.home #bestsellers .product-image-wrap::after { content: none; }
  body.home #bestsellers .product-image-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 8px 0 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }
  body.home #bestsellers .product-badge {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 16px);
    min-height: 30px;
    margin: 0 8px;
    padding: 5px 6px;
    color: #fff;
    background: #15202b;
    font-size: 8px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .035em;
    text-align: center;
    white-space: normal;
  }
  body.home #bestsellers .product-image-wrap picture {
    display: block;
    width: 100%;
    aspect-ratio: 1;
  }
  body.home #bestsellers .product-image-wrap .product-image,
  body.home #bestsellers .product-card:hover .product-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    margin: 0;
    padding: 0;
    transform: none;
    filter: none;
    box-shadow: none;
    mix-blend-mode: normal;
  }
  body.home #bestsellers .product-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: 5px 10px 14px;
    text-align: center;
  }
  body.home #bestsellers .product-copy > p:first-child {
    min-height: 28px;
    margin: 0 0 6px;
    font-size: 9px;
    line-height: 1.45;
    letter-spacing: .045em;
  }
  body.home #bestsellers .product-copy h3 {
    min-height: 60px;
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.025em;
    text-transform: none;
    overflow-wrap: normal;
  }
  body.home #bestsellers .product-card-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    gap: 4px;
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }
  body.home #bestsellers .product-card-rating .star-rating-icons {
    color: #d18300;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: .5px;
    line-height: 1.15;
    white-space: nowrap;
  }
  body.home #bestsellers .product-card-rating > span:not(.star-rating-icons) {
    color: #64717a;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
  }
  body.home #bestsellers .product-card-description {
    min-height: 4.5em;
    margin: 12px 0;
    font-size: 12px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }
  body.home #bestsellers .product-meta {
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
  }
  body.home #bestsellers .product-meta strong {
    width: 100%;
    min-width: 0;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 800;
  }
  body.home #bestsellers .product-meta .woocommerce-Price-amount { white-space: nowrap; }
  body.home #bestsellers .product-meta .wcsatt-sub-options {
    display: block;
    margin-top: 6px;
    color: #52606a;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
  }
  body.home #bestsellers .product-meta > a {
    width: 36px;
    height: 36px;
    color: #1768ad;
    border-color: #dfe3e6;
    box-shadow: none;
  }
}
@media (max-width: 360px) {
  body.home #bestsellers .product-copy { padding-left: 8px; padding-right: 8px; }
  body.home #bestsellers .product-copy h3 { font-size: 14px; min-height: 53px; }
  body.home #bestsellers .product-meta strong { font-size: 13px; }
  body.home #bestsellers .product-card-rating .star-rating-icons { font-size: 21px; letter-spacing: 0; }
}
