.ae-theme .ae-featured-card > a.button { flex: 0 0 auto !important; }
.ae-theme .ae-featured-card > a.button::before,
.ae-theme .ae-unavailable-button::before {
    content: "\f217";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 16px;
    margin-right: 8px;
    flex-shrink: 0;
}
.ae-theme .ae-featured-card > a.button,
.ae-theme .ae-unavailable-button {
    box-sizing: border-box; width: 140px; height: 41px;
    display: flex; align-items: center; justify-content: center;
    flex-direction: row !important; white-space: nowrap;
    padding: 10px 12px !important;
    font-size: 14px; line-height: 21px;
}
.ae-featured-pricing { margin-top: auto; min-height: 52px; }
.ae-unavailable-action { position: relative; align-self: center; display: block; flex: 0 0 auto; }
.ae-theme .ae-unavailable-button {
    background: #737b84 !important; color: #fff !important; border: 0;
    border-radius: 6px !important; margin: 0; padding: 10px 22px; line-height: 1.5;
    cursor: not-allowed; font-family: inherit;
}
.ae-action-tooltip {
    display: none; position: absolute; bottom: calc(100% + 8px); left: 50%;
    transform: translateX(-50%); width: 180px; padding: 8px 10px;
    background: #203858; color: #fff; border-radius: 5px; z-index: 10;
    text-align: center; font-size: 12px; line-height: 1.4; pointer-events: none;
}
.ae-unavailable-action:hover .ae-action-tooltip,
.ae-unavailable-action:focus-within .ae-action-tooltip { display: block; }
.ae-theme .ae-featured-card > a.button,
.ae-theme ul.products li.product a.button { transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.ae-theme .ae-featured-card > a.button:hover,
.ae-theme .ae-featured-card > a.button:focus-visible,
.ae-theme ul.products li.product a.button:hover,
.ae-theme ul.products li.product a.button:focus-visible {
    background: #d96a00 !important; transform: translateY(-2px);
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
}
@media (prefers-reduced-motion: reduce) {
    .ae-theme .ae-featured-card > a.button,
    .ae-theme ul.products li.product a.button { transition: none; transform: none !important; }
}
