/**
 * NOTICE OF LICENSE.
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 * You must not modify, adapt or create derivative works of this source code
 *
 * @author      Prestarocket <prestarocket@gmail.com>
 * @copyright   SARL JUST WEB
 * @license     Commercial
 */

/* Layout/spacing/flex is handled by the theme's u-* utility classes in the
   template. Only rules with no theme utility equivalent live here: cropping
   product photos to a fixed ratio and clamping the title to 2 lines so cards
   stay the same height regardless of source image size or title length. */

.rocketfrequentbuy-thumb {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.rocketfrequentbuy-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rocketfrequentbuy-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.rocketfrequentbuy-link {
    display: block;
    color: inherit;
    text-decoration: none;
}
