.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 nie ogranicza długości */
  padding: 10px 0;
}
</style>

form[name="add_opinion"] {
    display: none !important;
}
.opinions-form {
    display: none !important;
}