@media (max-width: 767px) {
  html body .product-layout .product-thumb .caption .name {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 58px;
    margin: 0;
    padding: 12px 9px 5px;
  }

  html body .product-layout .product-thumb .caption .name a {
    display: -webkit-box;
    overflow: hidden;
    color: #17191d !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    letter-spacing: -.1px;
    text-align: center;
    text-decoration: none !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  html body .product-layout .product-thumb .caption .price {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: 1px 0 8px;
    padding: 0 7px;
  }

  html body .product-layout .product-thumb .caption .price > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px 7px;
  }

  html body .product-layout .product-thumb .caption .price-normal {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid #ffd9c7;
    border-radius: 999px;
    background: #fff3ed;
    color: #e95018 !important;
    font-size: 17px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 12px rgba(238, 91, 32, .08);
  }

  html body .product-layout .product-thumb .caption .price-new,
  html body .product-layout .product-thumb .caption .price-special {
    display: inline-flex;
    align-items: center;
    min-height: 35px;
    padding: 7px 13px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6a2a, #ef4e16);
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    box-shadow: 0 7px 16px rgba(239, 78, 22, .25);
  }

  html body .product-layout .product-thumb .caption .price-old {
    color: #9299a3 !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
    text-decoration: line-through !important;
  }
}
