.ccb-choice-block{margin:18px 0 22px;padding:18px;background:#fbf8f3;border:1px solid #e5ddd2;border-radius:4px}.ccb-title{margin:0 0 6px;font-size:18px;font-weight:700;text-transform:uppercase}.ccb-subtitle{margin-bottom:16px;color:#333}.ccb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ccb-card{background:#fff;border:1px solid #ddd;border-radius:4px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.08)}.ccb-card img{display:block;width:100%;height:130px;object-fit:cover}.ccb-card-body{padding:10px}.ccb-card-title{font-weight:700;margin-bottom:6px}.ccb-card-text{font-size:13px;line-height:1.35;margin-bottom:10px;color:#333}.ccb-card-link{font-size:13px;font-weight:600;color:#7a3d20;text-decoration:none}@media(max-width:991px){.ccb-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.ccb-choice-block{padding:12px}.ccb-grid{display:flex;overflow-x:auto;gap:12px;padding-bottom:6px}.ccb-card{min-width:210px}.ccb-card img{height:115px}}
.ccb-card img {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;height: auto;
}


@media (min-width: 768px) {}

@media (max-width: 575px) {
    .ccb-grid {
        display: block;
        overflow-x: auto;
        gap: 12px;
        padding-bottom: 6px;
    }
}

.product-list .product-miniature .product-thumbnail img {
    margin: 0 auto;
    max-width: 115%;
}


a.product-cover-link {
    display: flex ! IMPORTANT;
    justify-content: center;
}