.stradale-bag-hero--term {
    align-items: center;
}

.stradale-bag-hero__media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
}

@media (min-width: 901px) {
    .stradale-bag-hero.stradale-bag-hero--term {
        grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.55fr) minmax(280px, 0.65fr);
    }
}

.stradale-bag-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: min(100% - 40px, 1240px);
    margin: 0 auto 32px;
}

.stradale-bag-chips a {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #1c1c1c;
    border-radius: 2px;
    color: #1c1c1c;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.stradale-bag-chips a:hover,
.stradale-bag-chips a:focus {
    border-color: #b99a5b;
    color: #b99a5b;
}

.stradale-bag-chips a[aria-current="page"] {
    background: #1c1c1c;
    border-color: #1c1c1c;
    color: #ffffff;
}

@media (max-width: 640px) {
    .stradale-bag-chips {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }
}
