/* Nagłówek sekcji produktów */
.product-header-custom {
  text-align: center;
  color: #357ca5;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 36px;
  margin-bottom: 36px;
}
@media (max-width: 600px) {
  .product-header-custom {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
    .ramy-details-container {
        flex-direction: column;
        gap: 16px;
        padding: 0 8px;
    }
    .ramy-types {
        margin-bottom: 12px;
        margin-left: 0;
    }
    .ramy-btn {
        font-size: 1.08rem;
        padding: 13px 0;
        margin-left: 0;
    }
    .ramy-image img {
        width: 100%;
        max-width: 340px;
        height: auto;
    }
    .ramy-desc {
        max-width: 100%;
        font-size: 1.05rem;
        padding: 0 2px;
    }
    .ramy-desc h2 {
        font-size: 1.08rem;
    }
}
body, html {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
/* Lista cech produktu z ikoną OK */
.ramy-ok-list {
    list-style: none;
    padding-left: 0;
}
.ramy-ok-list li {
    margin-bottom: 6px;
    font-size: 1em;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.ok-icon {
    color: #4a90a4;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 2px;
    flex-shrink: 0;
    display: inline-block;
    width: 1.2em;
    text-align: center;
}

.header-banner-overlay {
   display: flex;
    flex-direction: column;       
    justify-content: flex-end;    
    align-items: flex-start;      
    height: 100%;
    margin-bottom: 30px;
    padding-left: 48px;
    padding-bottom: 42px;
}
.header-banner-overlay h1 {
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    line-height: 1.1;
    text-align: left;
}
.breadcrumbs {
    font-size: 1.05em;
    margin-top: 0.2em;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    gap: 0.2em;
}
.breadcrumbs a {
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
    transition: opacity 0.2s;
}
.breadcrumbs a:hover {
    opacity: 1;
    text-decoration: underline;
}
@media (max-width: 900px) {
    .header-banner-overlay {
        padding-left: 18px !important;
        padding-bottom: 18px !important;
    }
    .header-banner-overlay h1 {
        font-size: 2.1rem;
    }
    .breadcrumbs {
        font-size: 0.98em;
    }
}

.ramy-details-section {
    background: #181c22;
    color: #e6e6e6;
    padding: 40px 0;
}
.ramy-details-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    align-items: flex-start;
}
.ramy-types {
    flex: 1;
    min-width: 180px;
}
.ramy-types h2 {
    color: #4a90a4;
    margin-left: 20px;
    font-size: 1.3rem;
    margin-bottom: 18px;
}
/* Większe, bardziej widoczne przyciski */
.ramy-btn {
    width: 100%;
    margin-left: 20px;
    margin-bottom: 16px;
    padding: 18px 0;
    font-size: 1.28rem;
    font-weight: 530;
    letter-spacing: 0.5px;
    background: #232a33;
    color: #ffffff;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.ramy-btn:hover, .ramy-btn.active {
    background: #4a90a4;
    color: #fff;
}
.ramy-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
}
/* Większe zdjęcie ramy */
.ramy-image img {
    max-width: 100%;
    max-height: 800px;
    width: 420px;
    border-radius: 10px;
}
/* Węższa kolumna z opisem */
.ramy-desc {
    flex: 1.2;
    min-width: 180px;
    max-width: 320px;
}
.ramy-desc h2 {
    color: #4a90a4;
    font-size: 1.3rem;
    margin-bottom: 18px;
}
.ramy-desc {
    font-size: 1.05rem;
    line-height: 1.7;
}
@media (max-width: 900px) {
    .ramy-details-container {
        flex-direction: column;
        gap: 24px;
        align-items: stretch;
    }
    .ramy-image, .ramy-desc, .ramy-types {
        min-width: 0;
    }
    .ramy-image img {
        width: 100%;
        max-width: 420px;
        max-height: 800px;
        margin: 0 auto;
        display: block;
    }
    .ramy-types {
        margin-bottom: 10px;
    }
    .ramy-btn {
        margin-left: 0;
        font-size: 1.08rem;
        padding: 14px 0;
    }
    .ramy-desc {
        max-width: 100%;
        font-size: 1.05rem;
        padding: 0 4px;
    }
}

@media (max-width: 600px) {
    .ramy-details-section {
        padding: 18px 0;
    }
    .ramy-details-container {
        gap: 12px;
        padding: 0 4px;
    }
    .ramy-image img {
        max-width: 98vw;
        width: 100%;
        max-width: 420px;
        max-height: 800px;
        margin: 0 auto;
        display: block;
    }
    .ramy-btn {
        font-size: 0.98rem;
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .ramy-desc {
        font-size: 0.98rem;
        padding: 0 2px;
    }
    .ramy-ok-list li {
        font-size: 0.98em;
    }
}

/* Footer styles (if needed for product pages) */
.footer {
    background: #15181d;
    color: #e6e6e6;
    padding: 32px 0 16px 0;
    margin-top: 40px;
}
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-section {
    flex: 1 1 220px;
    min-width: 180px;
}
.footer-section h3 {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #4a90a4;
}
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-menu a {
    color: #e6e6e6;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-description {
    font-size: 0.98em;
    color: #aaa;
    margin-top: 8px;
}
.footer-bottom {
    text-align: center;
    color: #888;
    font-size: 0.95em;
    margin-top: 28px;
}
.contact-info .address {
    margin-bottom: 8px;
}
.contact-phones .phone {
    display: block;
    color: #e6e6e6;
    text-decoration: none;
    margin-bottom: 4px;
    transition: color 0.2s;
}
.contact-phones .phone:hover {
    color: #4a90a4;
}
.social-media {
    margin-top: 18px;
}
.social-links {
    display: flex;
    gap: 12px;
    margin-top: 6px;
}
.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #232a33;
    color: #fff;
    border-radius: 50%;
    font-size: 1.2em;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.social-link:hover {
    background: #4a90a4;
    color: #fff;
}
