.projector_buy__number_amounts {
    display: none !important;
}
span#projector_amount {
    display: none !important;
}
.smile_basket {
    display: none ! important;
}
.projector_info__item.--stocks.projector_stocks {
    display: none !important;
}

.projector_prices__info{
display: none !important;
}

span.price_sellby{
display: none !important;
}

span.count{
 display: none !important;
}

@media (min-width: 757px){
#footer_links .footer_links_sub {
    display: flex !important;
    flex-direction: column !important;
}
}
 
@media (min-width: 757px){
#footer_links .footer_links {
    flex-basis: 25% !important;
}
}
 
@media (min-width: 1200px){
#footer_links .footer_links_sub > li {
    width: 100%;
    line-height: 20px;
}
}
.projector_buy__number_amounts {
    display: none !important;
}
span#projector_amount {
    display: none !important;
}
.smile_basket {
    display: none ! important;
}
.projector_info__item.--stocks.projector_stocks {
    display: none !important;
}

.projector_prices__info{
display: none !important;
}

span.price_sellby{
display: none !important;
}

span.count{
 display: none !important;
}

@media (min-width: 757px){
#footer_links .footer_links_sub {
    display: flex !important;
    flex-direction: column !important;
}
}
 
@media (min-width: 757px){
#footer_links .footer_links {
    flex-basis: 25% !important;
}
}
 
@media (min-width: 1200px){
#footer_links .footer_links_sub > li {
    width: 100%;
    line-height: 20px;
}
}
.product-section {
    max-width: 1200px;
    margin: 0 auto;
}

.product-row {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 20px 0;
    padding: 20px;
}

.product-row .product-image,
.product-row .product-details {
    flex: 1 1 50%;
    padding: 20px;
}

.product-row .product-image img {
    width: 100%;
    height: auto;
    max-width: 400px;
    border-radius: 10px;
}

.product-row .product-details h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.product-row .product-details p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}
/* GLOBALNY WRAPPER dla sekcji produktowych */
.product-section {
    max-width: 1200px;           /* szerokość kontenera */
    margin: 30px auto 0;         /* wyśrodkowanie + odstęp od góry */
    padding: 0 20px;             /* równe odstępy po bokach */
    box-sizing: border-box;
}

/* Ikony na górze (np. cechy produktu) */
.feature-icon-item {
    background-color: #3860a6 !important;
    color: #ffffff !important;
    border: 1px solid #cccccc;
    border-radius: 20px !important;
    padding: 6px 15px !important;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1;
    white-space: nowrap;
}

.feature-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

/* SEKCJA WPROWADZAJĄCA (główny opis + zdjęcie) */
.intro-container {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.intro-details {
    flex: 1;
    padding-right: 30px;
}

.intro-image {
    width: 350px;
    min-width: 300px;
}

/* WIERSZE PRODUKTOWE (zdjęcie + opis) */
.product-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 20px;
}

/* Obie kolumny rozciągają się równo */
.product-row .product-image,
.product-row .product-details {
    flex: 1 1 50%;
    padding: 20px;
}

/* Obrazek w wierszu produktu */
.product-row .product-image img {
    width: 100%;
    height: auto;
    max-width: 400px;
    border-radius: 10px;
}

/* Tekst w wierszu produktu */
.product-row .product-details {
    text-align: left;
    margin: 0;
}

.product-row .product-details h2,
.product-row .product-details h3,
.product-row .product-details h4 {
    font-size: 14pt !important;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 10px;
    color: #333;
}

.product-row .product-details p {
    font-size: 12pt !important;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Wiersze z odwróconym układem (opis po lewej, zdjęcie po prawej) */
.product-row.reverse {
    flex-direction: row-reverse;
}

/* WIDOK MOBILNY dla sekcji produktowych */
@media (max-width: 768px) {
    .intro-container {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .intro-details {
        padding-right: 0 !important;
        margin-bottom: 20px !important;
    }

    .intro-image {
        width: 100% !important;
        min-width: 0 !important;
    }

    .product-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px;
    }

    .product-row .product-image,
    .product-row .product-details {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .product-row .product-image {
        width: 100% !important;
    }
}

/* KAFELKI – LINKI INFORMACYJNE */
.info-tiles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.tile {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    color: #333;
    text-decoration: none;
    padding: 20px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-align: center;
    min-height: 100px;
}

.tile:hover {
    background-color: #e0e0e0;
    transform: translateY(-3px);
}

/* KAFELKI ROZWIJANE (FAQ / sekcje z podpunktami) */
.expandable-tiles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 40px 0;
}

.expandable-tile {
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}

.expandable-tile:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.tile-header {
    padding: 20px;
    font-weight: 600;
    font-size: 16px;
    background-color: #f1f1f1;
}

/* Zawartość głównego kafla */
.tile-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background-color: #ffffff;
    color: #444;
    font-size: 14px;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.expandable-tile.active .tile-content {
    max-height: 5000px;
    padding: 15px 20px;
}

/* Podkafle */
.sub-tile-wrapper {
    margin-bottom: 15px;
}

.sub-header {
    background-color: #eef2f6;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.sub-header:hover {
    background-color: #d9e2ec;
}

.sub-content {
    max-height: 0;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    background: none;
    padding: 0;
    margin-top: 5px;
    transition: max-height 0.4s ease, padding 0.4s ease;
    line-height: 1.6;
}

.sub-tile-wrapper.active .sub-content {
    max-height: 5000px;
    padding: 10px 0;
}

/* Ukrycie formularza opinii (tylko raz, bez duplikatów) */
form[name="add_opinion"],
.opinions-form {
    display: none !important;
}

/* KAFEL Z WIDEO (np. na landingu i podstronach modeli czepków) */
.as-swimcaps-video-box {
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e0e5f0;
    padding: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,.05);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.as-swimcaps-video-box h3 {
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 16px;
}

.as-swimcaps-video-box p {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.6;
}

/* Responsywne osadzenie wideo 16:9 */
.as-swimcaps-video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    border-radius: 14px;
    overflow: hidden;
    background: #273f72;
    box-shadow: 0 10px 28px rgba(0,0,0,.35);
}

.as-swimcaps-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ========== GLOBAL: RESPONSYWNOŚĆ LANDINGU CZEPKÓW (TABLETY + TELEFONY) ========== */

@media (max-width: 991px) {
    .as-swimcaps-hero {
        grid-template-columns: 1fr;
        padding: 24px 18px;
    }

    .as-swimcaps-hero-media {
        order: -1;
    }

    .as-swimcaps-benefits-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .as-swimcaps-order {
        grid-template-columns: 1fr;
    }

    .as-swimcaps-models-grid {
        grid-template-columns: repeat(3, minmax(0,1fr));
    }

    .as-swimcaps-gallery {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .as-swimcaps-landing {
        padding: 16px 10px 40px;
        margin-bottom: 40px;
    }

    .as-swimcaps-hero h1 {
        font-size: 23px;
    }

    .as-swimcaps-hero-subtitle {
        font-size: 13px;
    }

    .as-swimcaps-hero-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .as-swimcaps-benefits-grid {
        grid-template-columns: 1fr;
    }

    .as-swimcaps-models-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .as-swimcaps-bottom-cta {
        align-items: flex-start;
    }
}