/* =========================================================
   NOUTATI - HERO
========================================================= */
.fry-news-products-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 48px;
    padding: 72px 30px;
    background: url('/wp-content/uploads/2026/09/noutati.png') center / cover no-repeat;
    border-radius: 8px;
}

.fry-news-products-hero-inner { max-width: 720px; }

.fry-news-products-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--fry-orange-light);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.fry-news-products-hero h1 {
    margin: 0 0 18px !important;
    color: #fff !important;
    font-size: 52px !important;
    line-height: 1.05 !important;
    font-weight: 800 !important;
    letter-spacing: -1px;
}

.fry-news-products-hero p {
    max-width: 620px;
    margin: 0 0 26px;
    color: rgba(255,255,255,.9);
    font-size: 17px;
    line-height: 1.6;
}

.fry-news-products-button,
.fry-noutati-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 4px;
    background: var(--fry-orange-light);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background .2s ease, transform .2s ease;
}

.fry-news-products-button:hover,
.fry-noutati-cta-button:hover {
    background: var(--fry-orange);
    color: #fff !important;
    transform: translateY(-1px);
}

/* Titlu produse */
.fry-new-products-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.fry-new-products-heading > span,
.fry-noutati-cta-content > span {
    display: block;
    margin-bottom: 10px;
    color: var(--fry-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.fry-new-products-heading h2 {
    margin: 0 0 12px !important;
    font-size: 34px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
}

.fry-new-products-heading p {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

/* Grila shortcode-ului FRY - strict doar pe Noutati */
.fry-new-products-grid .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 30px 20px !important;
}

.fry-new-products-grid .woocommerce ul.products::before,
.fry-new-products-grid .woocommerce ul.products::after {
    display: none !important;
    content: none !important;
}

.fry-new-products-grid .woocommerce ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
}

.fry-new-products-grid li.product > a.woocommerce-LoopProduct-link {
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column !important;
}

.fry-new-products-grid li.product img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    margin-bottom: 15px !important;
}

.fry-new-products-grid .woocommerce-loop-product__title {
    height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
    margin-bottom: 8px !important;
    overflow: hidden !important;
    line-height: 22px !important;
}

.fry-new-products-grid .price {
    display: flex !important;
    align-items: flex-end !important;
    min-height: 44px !important;
    margin-bottom: 12px !important;
}

.fry-new-products-grid .button { margin-top: auto !important; }

/* CTA final */
.fry-noutati-cta {
    margin: 64px 0 20px;
    padding: 52px 32px;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(135deg,#111 0%,#1b1b1b 65%,#2a2a2a 100%);
}

.fry-noutati-cta-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.fry-noutati-cta h2 {
    margin: 0 0 14px !important;
    color: #fff !important;
    font-size: 36px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
}

.fry-noutati-cta p {
    max-width: 650px;
    margin: 0 auto 24px;
    color: rgba(255,255,255,.82);
    font-size: 16px;
    line-height: 1.65;
}

@media (max-width: 767px) {
    .fry-news-products-hero {
        margin-bottom: 36px;
        padding: 54px 22px;
        border-radius: 5px;
    }
    .fry-news-products-kicker { font-size: 11px; letter-spacing: 1.4px; }
    .fry-news-products-hero h1 { font-size: 38px !important; }
    .fry-news-products-hero p { font-size: 15px; line-height: 1.55; }
    .fry-new-products-heading { margin-bottom: 26px; padding: 0 10px; }
    .fry-new-products-heading h2 { font-size: 28px !important; }
    .fry-new-products-heading p { font-size: 14px; }
    .fry-new-products-grid .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 12px !important;
    }
    .fry-new-products-grid .woocommerce-loop-product__title {
        height: 63px !important;
        min-height: 63px !important;
        max-height: 63px !important;
        line-height: 21px !important;
        font-size: 14px !important;
    }
    .fry-noutati-cta { margin-top: 44px; padding: 40px 22px; border-radius: 5px; }
    .fry-noutati-cta h2 { font-size: 30px !important; }
    .fry-noutati-cta p { font-size: 14px; }
    .fry-news-products-button, .fry-noutati-cta-button { min-height: 44px; font-size: 13px; }
}
/* =========================================================
   FRY — BANNER MOMITOARE
   ========================================================= */

.fry-momitoare-banner {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 18px;
    margin: 60px 0;

background-image: url("/wp-content/uploads/2026/09/momitoare-fry.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fry-momitoare-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.62) 38%,
        rgba(0, 0, 0, 0.18) 68%,
        rgba(0, 0, 0, 0.02) 100%
    );
}

.fry-momitoare-content {
    position: relative;
    z-index: 2;
    width: 52%;
    padding: 55px 60px;
    color: #fff;
}

.fry-momitoare-kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #f28c28;
}

.fry-momitoare-content h2 {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.1;
    color: #fff;
}

.fry-momitoare-content p {
    max-width: 560px;
    margin: 0 0 28px;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
}

.fry-momitoare-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 8px;
    background: #d96b00;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.fry-momitoare-button:hover {
    background: #f28c28;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .fry-momitoare-banner {
        min-height: 500px;
        margin: 40px 0;
        border-radius: 14px;
        background-position: 62% center;
        align-items: flex-end;
    }

    .fry-momitoare-overlay {
        background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.90) 0%,
            rgba(0, 0, 0, 0.68) 55%,
            rgba(0, 0, 0, 0.18) 100%
        );
    }

    .fry-momitoare-content {
        width: 100%;
        padding: 34px 24px;
    }

    .fry-momitoare-content h2 {
        font-size: 30px;
    }

    .fry-momitoare-content p {
        font-size: 15px;
        line-height: 1.55;
    }
}
/* =========================================================
   FRY — DEVINO PARTENER
   ========================================================= */

.fry-partner-banner {
    margin: 60px 0;
    padding: 58px 60px;
    border-radius: 18px;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(217, 107, 0, 0.20),
            transparent 35%
        ),
        #111;
    color: #fff;
}

.fry-partner-content {
    max-width: 820px;
}

.fry-partner-kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #f28c28;
}

.fry-partner-content h2 {
    margin: 0 0 14px;
    font-size: 40px;
    line-height: 1.15;
    color: #fff;
}

.fry-partner-lead {
    margin: 0 0 18px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.45;
    color: #fff;
}

.fry-partner-content > p:not(.fry-partner-lead) {
    max-width: 760px;
    margin: 0 0 26px;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
}

.fry-partner-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.fry-partner-benefits span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.fry-partner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 8px;
    background: #d96b00;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.fry-partner-button:hover {
    background: #f28c28;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .fry-partner-banner {
        margin: 40px 0;
        padding: 38px 24px;
        border-radius: 14px;
    }

    .fry-partner-content h2 {
        font-size: 30px;
    }

    .fry-partner-lead {
        font-size: 18px;
    }

    .fry-partner-benefits {
        gap: 8px;
    }

    .fry-partner-benefits span {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .fry-partner-button {
        width: 100%;
    }
}