.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;
}

/* Styl dla wierszy, które mają zamieniony układ (opis po lewej, zdjęcie po prawej) */
.product-row.reverse {
    flex-direction: row-reverse;
}

/* Responsywność dla mniejszych ekranów */
@media (max-width: 768px) {
    .product-row {
        flex-direction: column;
    }
    
    .product-row .product-image, .product-row .product-details {
        max-width: 100%;
        flex: 1 1 100%;
    }
}
div#menu_contact {
    display: none !important;
}

.product_name__notes.mb-4.mb-lg-2.mr-lg-auto {
    display: none !important;
}
.newsletter_form_label.big_label {
display: none ! IMPORTANT;
}

<style>
.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);
}
<style>
.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;
}

/* Kafel główny */
.tile-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background-color: white;
  color: #444;
  font-size: 14px;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.expandable-tile.active .tile-content {
  max-height: 5000px; /* większa wartość dla dłuższych sekcji */
  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; /* zmienione z 300px – teraz n */ie ogranicza długości
  padding: 10px 0;
}

</style>
form[name="add_opinion"] {
    display: none !important;
}
.opinions-form {
    display: none !important;
}
* GLOBALNY WRAPPER dla sekcji produktowych */
.product-section {
    max-width: 1200px; /* szerokość kontenera */
    margin: 0 auto; /* wyśrodkowanie */
    padding: 0 20px; /* równe odstępy po lewej i prawej */
    box-sizing: border-box;
    margin-top: 30px;
}

/* Ikony na górze */
.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;
    margin-bottom: 30px; /* równy odstęp między wierszami */
    gap: 30px; /* zamiast kombinacji margin-left/right */
}

/* Obie kolumny rozciągają się równo */
.product-image,
.product-details {
    flex: 1;
}

/* Reset wewnętrzny – wszystko w CSS, zero inline */
.product-details {
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
}

.product-details h4,
.product-details h3 {
    font-size: 14pt !important;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 10px;
}

.product-details p {
    font-size: 12pt !important;
    font-family: Verdana, Geneva, sans-serif;
    margin: 0;
}

/* WIDOK MOBILNY */
@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; /* równe odstępy na mobile */
    }

    .product-image {
        width: 100% !important;
    }
}
*Sekcja czepków z nadrukiem - Font GLOBALNY
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Bazowy kontener i kolorystyka landingu */
.as-swimcaps-landing {
    --as-color-primary: #3860a6;
    --as-color-primary-dark: #273f72;
    --as-color-accent: #00bfd8;
    --as-color-bg-light: #f4f7fb;
    --as-color-text: #111111;
    --as-radius-lg: 18px;
    --as-shadow-soft: 0 12px 35px rgba(0,0,0,.08);

    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 24px 16px 60px;
    box-sizing: border-box;
    color: var(--as-color-text);
}

/* Uniwersalna etykieta sekcji */
.as-section-label {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 11px;
    font-weight: 700;
    color: var(--as-color-primary, #3860a6);
    margin-bottom: 8px;
}

/* Uniwersalny box wideo – do wykorzystania także na innych podstronach */
.as-swimcaps-video-box {
    border-radius: var(--as-radius-lg, 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 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;
}

/* Podstawowa responsywność kontenera */
@media (max-width: 640px) {
    .as-swimcaps-landing {
        padding: 16px 10px 40px;
        margin-bottom: 40px;
    }
}