.section-padding
{
    padding:100px 0px;
}

.bb-stationary-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.bb-stationary-link:hover {
    color: inherit;
}

.bb-stationary-card-text {
    text-align: center;
    font-weight: 600;
}

.bb-stationary-cat-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.bb-stationary-chip {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.bb-stationary-chip:hover,
.bb-stationary-chip.active {
    background: #c8102e;
    border-color: #c8102e;
    color: #fff;
}

.bb-stationary-sku {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
}

.bb-stationary-old-price {
    text-decoration: line-through;
    color: #999;
    margin-bottom: 0;
}

.bb-stationary-back {
    display: inline-block;
    margin-bottom: 12px;
    color: #c8102e;
    text-decoration: none;
    font-weight: 600;
}

.bb-stationary-back:hover {
    text-decoration: underline;
    color: #c8102e;
}

.bb-stationary-lead {
    font-size: 16px;
    color: #555;
}

.bb-stationary-details .product-image-wrapper img {
    max-height: 480px;
    object-fit: cover;
}

