.product-information p {
    font-size: 14px;
}

#product .tab-content p {
    font-size: 14px;
}

.block-category #category-description p:first-child {
    font-size: 14px;
}

.open-modal-btn svg {
    display: none;
}

.product-actions .product-variants>.product-variants-item select.form-control:not([size]):not([multiple]) {
    border-radius: 0px;
}

#product span.askaboutproduct.position1 a {
    margin-bottom: 15px;
}

.products-show-all {
    display: none;
}

.notification_cookie p, .notification_cookie {
    z-index: 9999;
}

.fancybox-skin {
    background: #fff;
    color: #000;
    border-radius: 0px;
}

.pd_aap_send_custommer_form .form_container {
    background: none repeat scroll 0 0 #ffffff;
    border: 0px;
}

.carrier-price {
display: none;
}

.an_advantages-head p:not(.an_advantages-title) {
    font-size: 15px;
}

.product-prices .tax-shipping-delivery-label {
    font-size: 1rem;
    font-weight: 700;
    color: #5d5d5d;
}

.form-control {
    color: #000000;
}

.amega-menu {
font-weight: 500;
}

.an_advantages .an_advantages-item p:not(.an_advantages-item-title) {
    color: #000;
}

a.an_homeproducts-category:not(.active) {
    color: #000000;
}

.mobile-header {
     padding-top: 10px;
     padding-bottom: 10px;
}

.an-sfsl {
    padding: 7px 0;
}

.product-flags .product-flag {
    padding: 3px 5px 3px;
    font-weight: 600;
    border-radius: 0px;
}

.product-quantities {
display: none;
}

.total-line.shipping .value.price {
display: none;
}

.total-line.shipping .label {
width: 100%;
}

#cart-subtotal-shipping .value {
display: none;
}

.responsivewroclaw{
width: 100%;
height: auto;
}

.responsivepoznan{
width: 100%;
height: auto;
}

.responsivekrakow{
width: 100%;
height: auto;
}

#product .tabs .product-manufacturer {
    display: none;
}

.responsive-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1300px;
    margin: 20px auto;
}

.responsive-gallery img {
    max-width: 270px;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    object-fit: cover;
}

/* Pełna szerokość obrazów na małych ekranach */
@media (max-width: 768px) {
    .responsive-gallery {
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }

    .responsive-gallery img {
        max-width: 100%;
        width: 100%;
        border: none;
    }
}








.image-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }

    .image-row img {
        width: 100%;
        height: auto;
        display: block;
    }

    .image-column {
        flex: 1;
        max-width: 32%;
    }

    /* Responsywność dla telefonów */
    @media (max-width: 768px) {
        .image-row {
            flex-direction: column;
            align-items: center;
        }
        
        .image-column {
            max-width: 100%;
        }
    }

#header .header-top>.container {
    background: #fff;
}

#product-availability {
    font-size: 16px;
    font-weight: 500;
    color: red;
}