.elementor-904 .elementor-element.elementor-element-7c26697.elementor-element{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c76447d *//* Offers Hero Section */
.offers-hero-section {
    width: 100%;
    padding: 70px 20px 45px;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 206, 92, 0.16), transparent 28%),
        radial-gradient(circle at 85% 75%, rgba(0, 130, 80, 0.22), transparent 30%),
        linear-gradient(135deg, #041812 0%, #06251b 48%, #02110d 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.offers-hero-section::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 211, 113, 0.16);
    border-radius: 34px;
    pointer-events: none;
}

.offers-hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 45px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.offers-hero-content {
    text-align: right;
}

.offers-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 999px;
    background: rgba(255, 211, 113, 0.14);
    color: #ffd36f;
    border: 1px solid rgba(255, 211, 113, 0.35);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
}

.offers-badge::before {
    content: "★";
    font-size: 13px;
}

.offers-hero-content h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(36px, 5vw, 68px);
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -1px;
}

.offers-hero-content h1 span {
    display: block;
    color: #ffd36f;
}

.offers-hero-content p {
    max-width: 680px;
    margin: 18px 0 0;
    color: rgba(255,255,255,0.78);
    font-size: 19px;
    line-height: 1.9;
    font-weight: 500;
}

.offers-hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.offers-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd36f, #f6b73c);
    color: #06251b !important;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(246, 183, 60, 0.22);
    transition: 0.25s ease;
}

.offers-main-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(246, 183, 60, 0.32);
}

.offers-mini-note {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #fff;
}

.offers-mini-note strong {
    font-size: 16px;
    color: #fff;
}

.offers-mini-note small {
    font-size: 13px;
    color: rgba(255,255,255,0.62);
}

/* Right cards */
.offers-hero-cards {
    display: grid;
    gap: 16px;
}

.mini-offer-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 22px 24px;
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    transition: 0.25s ease;
}

.mini-offer-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 211, 113, 0.35);
}

.mini-offer-card.active {
    background: linear-gradient(135deg, rgba(255, 211, 113, 0.22), rgba(0, 130, 80, 0.18));
    border-color: rgba(255, 211, 113, 0.45);
}

.mini-offer-card span {
    display: block;
    color: rgba(255,255,255,0.68);
    font-size: 14px;
    margin-bottom: 6px;
}

.mini-offer-card strong {
    display: block;
    color: #ffd36f;
    font-size: 26px;
    line-height: 1.35;
    font-weight: 900;
}

.mini-offer-card small {
    display: block;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    margin-top: 5px;
}

/* Space between hero and products */
#offers-products {
    height: 35px;
}

/* Hide default page title if needed */
.page-id-ضعى_رقم_الصفحة .entry-title {
    display: none !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .offers-hero-section {
        padding: 55px 18px 35px;
    }

    .offers-hero-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .offers-hero-cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .mini-offer-card strong {
        font-size: 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .offers-hero-section {
        padding: 45px 16px 30px;
    }

    .offers-hero-section::before {
        inset: 10px;
        border-radius: 24px;
    }

    .offers-hero-content {
        text-align: center;
    }

    .offers-hero-content h1 {
        font-size: 34px;
    }

    .offers-hero-content p {
        font-size: 16px;
        line-height: 1.8;
        margin-left: auto;
        margin-right: auto;
    }

    .offers-hero-actions {
        justify-content: center;
    }

    .offers-mini-note {
        text-align: center;
        width: 100%;
    }

    .offers-hero-cards {
        grid-template-columns: 1fr;
    }

    .mini-offer-card {
        text-align: center;
        padding: 18px;
    }

    .mini-offer-card strong {
        font-size: 22px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7c26697 *//* Offers products grid */
.woocommerce.offers-grid ul.products,
.offers-grid ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 32px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.woocommerce.offers-grid ul.products::before,
.woocommerce.offers-grid ul.products::after,
.offers-grid ul.products::before,
.offers-grid ul.products::after {
    display: none !important;
    content: none !important;
}

.woocommerce.offers-grid ul.products li.product,
.offers-grid ul.products li.product {
    float: none !important;
    clear: none !important;
    width: calc(33.333% - 22px) !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
}

/* Make product card equal height */
.woocommerce.offers-grid ul.products li.product > *,
.offers-grid ul.products li.product > * {
    width: 100%;
}

/* Product image */
.woocommerce.offers-grid ul.products li.product img,
.offers-grid ul.products li.product img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    background: #fff !important;
}

/* Product title */
.woocommerce.offers-grid ul.products li.product .woocommerce-loop-product__title,
.offers-grid ul.products li.product .woocommerce-loop-product__title {
    min-height: 70px !important;
    line-height: 1.5 !important;
    text-align: center !important;
}

/* Price */
.woocommerce.offers-grid ul.products li.product .price,
.offers-grid ul.products li.product .price {
    min-height: 35px !important;
    text-align: center !important;
}

/* Buttons */
.woocommerce.offers-grid ul.products li.product .button,
.offers-grid ul.products li.product .button {
    width: 100% !important;
    text-align: center !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .woocommerce.offers-grid ul.products li.product,
    .offers-grid ul.products li.product {
        width: calc(50% - 16px) !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .woocommerce.offers-grid ul.products,
    .offers-grid ul.products {
        gap: 24px !important;
    }

    .woocommerce.offers-grid ul.products li.product,
    .offers-grid ul.products li.product {
        width: 100% !important;
    }
}

/* Final offers page polish */
.offers-grid ul.products {
    max-width: 1200px !important;
    margin: 0 auto !important;
    gap: 28px !important;
}

.offers-grid ul.products li.product {
    width: calc(33.333% - 22px) !important;
    max-width: 370px !important;
    padding: 18px !important;
    box-sizing: border-box !important;
}

.offers-grid ul.products li.product img {
    max-height: 250px !important;
    object-fit: contain !important;
    padding: 12px !important;
}

.offers-grid ul.products li.product .woocommerce-loop-product__title {
    font-size: 19px !important;
    line-height: 1.55 !important;
    min-height: 58px !important;
    margin-top: 15px !important;
}

.offers-grid ul.products li.product .price {
    font-size: 18px !important;
    margin: 10px 0 14px !important;
}

.offers-grid ul.products li.product .button {
    height: 42px !important;
    line-height: 42px !important;
    padding: 0 !important;
    border-radius: 18px !important;
}

/* Keep last row centered */
.offers-grid ul.products {
    justify-content: center !important;
}/* End custom CSS */