.card.card--product + .card-information .card-information__text, 
.card.card--product + .card-information .custom-product-title {font-size: 12px;}

.card.card--product + .card-information .custom-product-tag-name {font-size: 12px;}

.card.card--product + .card-information .card-information__wrapper .price {font-size: 15px;}

.card.card--product + .card-information .card-information__wrapper .card__swatches {text-align: center;}
.card.card--product + .card-information .card-information__wrapper {
    text-align: center;
}
.card-wrapper {gap: 10px;}


@media screen and (min-width: 768px) {
    .card.card--product + .card-information .card-information__wrapper .card__swatches {text-align: center;}
    .card.card--product + .card-information .card-information__text, 
    .card.card--product + .card-information .custom-product-title {font-size: 14px;}
    .card.card--product + .card-information .custom-product-tag-name {font-size: 14px;}
    .card.card--product + .card-information .card-information__wrapper .price {font-size: 15px;}
    .card.card--product + .card-information .card-information__wrapper { text-align: center;}
    .card-wrapper {gap: 10px;}
}