.abs-btn-group {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 kolumn! */
    gap: 10px;
    width: 100%;
    max-width: 550px;       /* lub 600px, dopasuj do szerokości jaką chcesz! */
    box-sizing: border-box;
    margin: 0 auto;         /* wyśrodkuj na stronie */
    padding: 0;             /* usuń padding jeśli niepotrzebny */
}

.abs-btn-group .btn.variantChooser {
    aspect-ratio: 1 / 1;
    width: 100%;
    min-width: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.abs-btn-group .btn.variantChooser img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    margin: 0;
    padding: 0;
    display: block;
}













.product-label.label-custom-1009 {
    display: none !important;
}

.abs-btn-group{
    width: 550px !important;
    max-width: 550px !important;
}
/* 1. Ukryje całą sekcję wraz z zawartością */
section[data-panel-id="injection-1019"] {
  display: none !important;
}

.abs-product-name {
  font-size: 18px !important;
}
.abs-offer-gallery.abs-offer-gallery-box .abs-layout-product-gallery,
.abs-offer-gallery.abs-offer-gallery-box .abs-layout-product-gallery-thumbnails {
    border: none !important;
}