/* =========================
   ADDON PRODUCT PAGE
========================= */

.addon_product_page,
.container_main_body {
    width: min(1120px, calc(100% - 24px));
    margin: 0 auto;
    padding: 18px 0 56px;
    font-family: Avenir, Arial, sans-serif;
    color: #1f2937;
}


/* =========================
   BACK BUTTON
========================= */

.go_back_link {
    text-decoration: none;
}

.go_back_block {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    margin: 0 0 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #b3267d 0%, #8f1f62 100%);
    box-shadow: 0 10px 24px rgba(179, 38, 125, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.go_back_block:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(179, 38, 125, 0.28);
}

.go_back_block h1 {
    margin: 0;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
}


/* =========================
   MAIN PRODUCT CARD
========================= */

.bouncy_castle_info {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 34px;
    align-items: start;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
    box-shadow:
        0 16px 40px rgba(15, 23, 42, 0.08),
        0 4px 12px rgba(15, 23, 42, 0.04);
    border: 1px solid #ececf1;
}


/* =========================
   IMAGE AREA
========================= */

.swiper-container {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow:
        0 14px 30px rgba(15, 23, 42, 0.08),
        0 4px 10px rgba(15, 23, 42, 0.05);
    border: 1px solid #efeff3;
}

.swiper-slide {
    background: #ffffff;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.swiper-pagination {
    padding: 10px 0 12px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #d7d7de;
}

.swiper-pagination-bullet-active {
    background: #b3267d;
}


/* =========================
   RIGHT CONTENT
========================= */

.bouncy_description {
    display: flex;
    flex-direction: column;
}

.bouncy_description h2 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 1.08;
    color: #111827;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.addon_intro,
.bouncy_description > p:not(#may_increase) {
    margin: 0 0 18px;
    font-size: 1.03rem;
    line-height: 1.7;
    color: #4b5563;
}


/* =========================
   FEATURE TAGS
========================= */

.feature_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 24px;
}

.feature_tag {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #b3267d;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(179, 38, 125, 0.16);
}


/* =========================
   PRICE CARDS
========================= */

.price_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 16px;
}

.more_details_pricelist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 20px;
    background: #f8f8fb;
    border: 1px solid #ececf3;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.more_details_working_days_block,
.more_details_prices_block {
    width: auto;
}

.price_label,
.more_details_working_days_block p {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 800;
    color: #374151;
    line-height: 1.4;
}

.more_details_prices_block h1 {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1;
    color: #111827;
    font-weight: 900;
    letter-spacing: -0.02em;
}


/* =========================
   SEASON NOTICE
========================= */

#may_increase {
    margin: 4px 0 22px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff1f2;
    border: 1px solid #ffd7dc;
    color: #d11a2a;
    font-size: 0.98rem;
    line-height: 1.5;
    font-weight: 700;
}

/* Shared high-season fee badge (includes/high-season-fee-badge.php) — small, faded pink */
.high-season-fee-badge {
    margin: 4px 0 12px;
    padding: 5px 10px 5px 12px;
    border-radius: 6px;
    background: linear-gradient(180deg, #fef8fa 0%, #faeef3 100%);
    border: 1px solid #efd6df;
    border-left: 2px solid #d4a9b8;
    color: #6b4a58;
    font-size: 0.6875rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow: 0 1px 2px rgba(139, 80, 100, 0.06);
}

.addon-extra-note {
    margin: 4px 0 22px;
}


/* =========================
   INCLUDED FEATURES LIST
========================= */

.checkbox {
    display: grid;
    gap: 12px;
    margin: 0 0 26px;
    padding: 20px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #ececf3;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
}

.checkbox_details {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.checkbox_details img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.checkbox_details p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.55;
    color: #374151;
}


/* =========================
   CTA AREA
========================= */

.product_cta_group {
    display: grid;
    gap: 12px;
    margin-top: auto;
}

.order_button_link,
.whatsapp_button {
    text-decoration: none;
}

.whatsapp_button,
.bouncy_castle_order_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    width: 100%;
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.whatsapp_button {
    gap: 10px;
    background: linear-gradient(135deg, #25d366 0%, #18b957 100%);
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(37, 211, 102, 0.22);
}

.whatsapp_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(37, 211, 102, 0.28);
}

.bouncy_castle_order_button {
    background: linear-gradient(135deg, #b3267d 0%, #8f1f62 100%);
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(179, 38, 125, 0.22);
}

.bouncy_castle_order_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(179, 38, 125, 0.28);
}

.bouncy_castle_order_button h3 {
    margin: 0;
    color: inherit;
    font-size: 1rem;
    font-weight: 900;
}

.whatsapp_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.whatsapp_icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}


/* =========================
   OPTIONAL SMALL SECTION BOXES
========================= */

.info_card {
    padding: 18px 20px;
    border-radius: 20px;
    background: #f8f8fb;
    border: 1px solid #ececf3;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.info_card h3 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    color: #111827;
    font-weight: 800;
}

.info_card p {
    margin: 0;
    line-height: 1.65;
    color: #4b5563;
}




/* =========================
   MOBILE
========================= */

@media screen and (max-width: 960px) {
    .bouncy_castle_info {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 20px;
        border-radius: 22px;
    }

    .swiper-slide img {
        height: 380px;
    }
}

@media screen and (max-width: 640px) {
    .container_main_body {
        width: min(100% - 16px, 1120px);
        padding-top: 12px;
    }

    .go_back_block {
        width: 100%;
    }

    .bouncy_castle_info {
        padding: 16px;
        border-radius: 20px;
    }

    .swiper-container {
        border-radius: 18px;
    }

    .swiper-slide img {
        height: 260px;
    }

    .bouncy_description h2 {
        font-size: 1.9rem;
    }

    .feature_tag {
        font-size: 0.82rem;
        min-height: 34px;
        padding: 0 12px;
    }

    .more_details_pricelist {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }

    .more_details_prices_block h1 {
        font-size: 1.45rem;
    }

    .whatsapp_button,
    .bouncy_castle_order_button {
        min-height: 54px;
    }

    .bouncy_castle_order_button h3 {
        font-size: 0.96rem;
    }

    .checkbox {
        padding: 16px;
        border-radius: 18px;
    }
}