.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;
}
/* Sekcja z kafelkami czepków – podstrona CZEPKI Z NADRUKIEM */
.caps-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.caps-title {
    text-align: center;
    margin: 40px 0 20px;
    font-size: 26px;
}

.caps-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.caps-card {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    flex: 1 1 calc(50% - 15px);
    min-width: 260px;
}

.caps-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.caps-header img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #ddd;
    flex-shrink: 0;
}

.caps-info {
    flex: 1;
}

.caps-info h2 {
    margin: 0 0 6px;
    font-size: 22px;
}

.caps-info p {
    margin: 0 0 10px;
    font-size: 16px;
}

.caps-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.caps-swatch {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #ccc;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,0.6);
}

/* Na węższych ekranach kafel = pełna szerokość */
@media (max-width: 767px) {
    .caps-card {
        flex: 1 1 100%;
    }
}
/* Większe odstępy nad kafelkami i między tekstem a grafikami */
.caps-intro {
    margin-bottom: 40px;          /* odstęp między opisem a nagłówkiem "Wybierz model..." */
}

.caps-intro h2 {
    margin-bottom: 25px;
}

.caps-intro img {
    display: block;
    margin: 20px auto 35px;       /* odstęp pod banerem na górze */
}

.caps-intro .iai_additional_notes {
    margin-bottom: 20px;          /* odstęp między żółtymi boxami / listą a kolejnymi elementami */
}

.caps-title {
    margin: 10px 0 30px;          /* odstęp nad i pod nagłówkiem nad kafelkami */
}