/* Nazwa produktu */
#product-name-information {
    margin-bottom: 4px !important;
}

/* Sekcja z ceną / elementami obok siebie */
.d-flex.justify-content-between.mb-3.align-items-center.flex-wrap {
    margin: 4px 0 !important;
}

/* Krótki opis produktu */
.product-card .product-description p.sky-f-body-regular {
    margin: -10px 0 10px !important;
}

/* Mobile */
@media (max-width: 767px) {

    /* Galeria produktu */
    .product-gallery .main-gallery {
        max-width: 75% !important;
        margin: 0 auto !important;
    }

    .product-gallery .main-gallery .product-card-img img {
        max-height: 260px !important;
        width: auto !important;
        object-fit: contain !important;
        margin: 0 auto !important;
    }

    /* Nazwa produktu */
    #product-name-information {
        font-size: 20px !important;
    }

    /* Opis produktu */
    .product-card .product-description p.sky-f-body-regular {
        color: #222 !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
    }

    .product-card .product-description p.sky-f-body-regular b.def {
        font-weight: 700 !important;
    }

    .product-card .product-description p.sky-f-body-regular br {
        content: "" !important;
    }

    /* Sekcja dodawania do koszyka */
    .product-card .product-add-to-cart {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        gap: 6px !important;
        width: 100% !important;
    }

    /* Wspólna wysokość elementów */
    .product-card .product-add-to-cart .counter-field,
    .product-card .product-add-to-cart .btn.btn-primary,
    .product-card .product-add-to-store,
    .product-card .product-add-to-store button {
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        box-sizing: border-box !important;
    }

    /* Licznik ilości */
    .product-card .product-add-to-cart .counter-field {
        width: 88px !important;
        min-width: 78px !important;
        max-width: 88px !important;
        flex: 0 0 88px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        overflow: hidden !important;
    }

    .product-card .product-add-to-cart .core_counterValue,
    .product-card .product-add-to-cart .counter-field button {
        width: 26px !important;
        min-width: 26px !important;
        max-width: 26px !important;
        height: 40px !important;
        padding: 0 !important;
    }

    .product-card .product-add-to-cart .core_counterValue {
        font-size: 12px !important;
        text-align: center !important;
        line-height: 40px !important;
    }

    .product-card .product-add-to-cart .counter-field i {
        font-size: 12px !important;
    }

    /* Ukrycie tekstów w przyciskach */
    .product-card .product-add-to-cart span {
        display: none !important;
    }

    /* Przycisk dodaj do koszyka */
    .product-card .product-add-to-cart .btn.btn-primary {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        font-size: 16px !important;
        line-height: 40px !important;
        white-space: nowrap !important;
        padding: 0 10px !important;
    }

    .product-card .product-add-to-cart .btn.btn-primary i {
        font-size: 20px !important;
    }

    /* Przycisk dodania do ulubionych */
    .product-card .product-add-to-store,
    .product-card .product-add-to-store button {
        width: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
        padding: 0 !important;
    }

    .product-card .product-add-to-store {
        flex: 0 0 40px !important;
    }
}