.projector_buy__number_amounts,
#projector_amount,
.smile_basket,
.projector_info__item.--stocks.projector_stocks,
.projector_prices__info,
span.price_sellby,
span.count {
    display: none !important;
}
@media (min-width: 757px) {
    #footer_links .footer_links_sub {
        display: flex !important;
        flex-direction: column !important;
    }

    #footer_links .footer_links {
        flex-basis: 25% !important;
    }
}

@media (min-width: 1200px) {
    #footer_links .footer_links_sub > li {
        width: 100%;
        line-height: 20px;
    }
}
li.contact_type_phone,
li.contact_type_mail,
li.contact_type_adress,
#price_info {
    display: none !important;
}

.product-section {
    max-width: 1200px;
    margin: 30px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.feature-icon-item {
    background-color: #3860a6 !important;
    color: #ffffff !important;
    border: 1px solid #cccccc;
    border-radius: 20px !important;
    padding: 6px 15px !important;
    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;
}

.intro-container {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.intro-details {
    flex: 1;
    padding-right: 30px;
}

.intro-image {
    width: 350px;
    min-width: 300px;
}

.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;
}

.product-row.reverse {
    flex-direction: row-reverse;
}

.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,
.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;
}

@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 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.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;
    min-height: 100px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.tile:hover {
    background-color: #e0e0e0;
    transform: translateY(-3px);
}

form[name="add_opinion"],
.opinions-form {
    display: none !important;
}

.as-swimcaps-video-box {
    background: #ffffff;
    border-radius: 18px;
    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-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 14px;
    overflow: hidden;
    background: #273f72;
}

.as-swimcaps-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}