/**
 * iFody Kits - Template Exclusivo
 * Design System iFody
 */

/* Reset & Base */
.ifody-kit-page {
    background: #020617;
    color: #ffffff;
    min-height: 100vh;
}

/* Hero Section */
.ifody-kit-hero {
    background: linear-gradient(135deg, #020617 0%, #0b1120 50%, #020314 100%);
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.ifody-kit-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(218,5,122,0.15) 0%, transparent 70%);
    pointer-events: none;
}

.ifody-kit-hero::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(148,50,232,0.15) 0%, transparent 70%);
    pointer-events: none;
}

.kit-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.kit-breadcrumb {
    margin-bottom: 30px;
}

.kit-breadcrumb .woocommerce-breadcrumb {
    color: #a5b4fc;
    font-size: 14px;
}

.kit-breadcrumb .woocommerce-breadcrumb a {
    color: #cbd5f5;
    text-decoration: none;
    transition: color 0.3s;
}

.kit-breadcrumb .woocommerce-breadcrumb a:hover {
    color: #da057a;
}

.kit-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Hero Image */
.kit-hero-image {
    position: relative;
}

.kit-main-image {
    background: rgba(255,255,255,0.98);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    border: 1px solid rgba(148,163,184,0.3);
    position: relative;
}

.kit-main-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.kit-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, rgba(218,5,122,0.95) 0%, rgba(148,50,232,0.95) 100%);
    padding: 12px 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 24px rgba(218,5,122,0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.kit-badge svg {
    width: 24px;
    height: 24px;
}

.kit-badge span {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

/* Hero Info */
.kit-hero-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.kit-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    background: linear-gradient(135deg, #ffffff 0%, #cbd5f5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Pricing */
.kit-pricing {
    background: rgba(15,23,42,0.9);
    border: 2px solid rgba(148,163,184,0.3);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.price-comparison {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(148,163,184,0.2);
}

.price-old,
.price-new {
    flex: 1;
    text-align: center;
}

.price-old .label,
.price-new .label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a5b4fc;
    margin-bottom: 8px;
    font-weight: 600;
}

.price-old .amount {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #64748b;
    text-decoration: line-through;
}

.price-arrow {
    font-size: 32px;
    color: #fbbf24;
    flex-shrink: 0;
}

.price-new .amount {
    display: block;
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(90deg, #da057a 0%, #9432e8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.savings-highlight {
    background: linear-gradient(135deg, rgba(34,197,94,0.2) 0%, rgba(251,191,36,0.2) 100%);
    border: 2px solid rgba(34,197,94,0.4);
    border-radius: 999px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 4px 12px rgba(34,197,94,0.3); }
    50% { transform: scale(1.02); box-shadow: 0 6px 20px rgba(34,197,94,0.5); }
}

.savings-icon {
    font-size: 24px;
}

.savings-text {
    font-size: 18px;
    font-weight: 600;
    color: #22c55e;
}

.savings-text strong {
    font-weight: 800;
    font-size: 20px;
}

.savings-percent {
    color: #fbbf24;
    margin-left: 8px;
}

/* ==========================================
   NOVA SEÇÃO DE PREÇOS v2 - Com Produtos Individuais
   ========================================== */

.kit-pricing-new {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 32px 0;
}

/* Card Breakdown de Produtos */
.products-breakdown-card {
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.breakdown-header {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.breakdown-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #94a3b8;
}

/* Lista de Produtos */
.products-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.product-mini-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    transition: all 0.3s;
}

.product-mini-card:hover {
    border-color: rgba(218, 5, 122, 0.4);
    background: rgba(15, 23, 42, 0.8);
    transform: translateX(4px);
}

.product-mini-image {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 8px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-mini-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-mini-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-mini-name {
    font-size: 14px;
    font-weight: 600;
    color: #cbd5f5;
    line-height: 1.3;
}

.product-mini-price {
    font-size: 16px;
    font-weight: 700;
    color: #da057a;
}

/* Total do Breakdown */
.breakdown-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: rgba(218, 5, 122, 0.1);
    border: 1px solid rgba(218, 5, 122, 0.3);
    border-radius: 8px;
}

.breakdown-total-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #cbd5f5;
}

.breakdown-total-value {
    font-size: 24px;
    font-weight: 800;
    color: #cbd5f5;
}

/* Card de Economia Destacada */
.savings-highlight-card {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.2) 0%, rgba(218, 5, 122, 0.2) 100%);
    border: 2px solid rgba(251, 191, 36, 0.5);
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
    0%, 100% { 
        box-shadow: 0 4px 20px rgba(251, 191, 36, 0.4);
        transform: scale(1);
    }
    50% { 
        box-shadow: 0 8px 32px rgba(251, 191, 36, 0.6);
        transform: scale(1.01);
    }
}

.savings-highlight-icon {
    font-size: 48px;
    flex-shrink: 0;
}

.savings-highlight-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.savings-highlight-text {
    font-size: 14px;
    font-weight: 600;
    color: #cbd5f5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.savings-highlight-amount {
    font-size: 32px;
    font-weight: 900;
    color: #fbbf24;
    line-height: 1;
}

/* Card DE/POR */
.price-from-to-card {
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 12px;
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.price-from,
.price-to {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.price-from-label,
.price-to-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #94a3b8;
}

.price-from-value {
    font-size: 24px;
    font-weight: 700;
    color: #cbd5f5;
    text-decoration: line-through;
    opacity: 0.6;
}

.price-to-value {
    font-size: 36px;
    font-weight: 900;
    background: linear-gradient(90deg, #da057a 0%, #9432e8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.price-to-installment {
    font-size: 13px;
    font-weight: 600;
    color: #a5b4fc;
    margin-top: 4px;
}

.price-arrow-big {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Card Oferta PIX */
.pix-offer-card {
    background: linear-gradient(135deg, rgba(0, 195, 165, 0.2) 0%, rgba(34, 197, 94, 0.2) 100%);
    border: 2px solid rgba(0, 195, 165, 0.5);
    border-radius: 12px;
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.pix-offer-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 195, 165, 0.3), transparent 60%);
    pointer-events: none;
}

.pix-offer-header {
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.pix-offer-question {
    font-size: 16px;
    font-weight: 700;
    color: #fbbf24;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pix-offer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.pix-offer-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pix-offer-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(0, 195, 165, 0.3);
    border: 1px solid rgba(0, 195, 165, 0.6);
    border-radius: 999px;
    color: #00C3A5;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pix-offer-benefit {
    font-size: 14px;
    font-weight: 600;
    color: #22c55e;
}

.pix-offer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.pix-offer-price {
    font-size: 40px;
    font-weight: 900;
    color: #00C3A5;
    line-height: 1;
}

.pix-offer-economy {
    font-size: 13px;
    font-weight: 600;
    color: #22c55e;
}

/* Card de Comparação */
.price-compare-card {
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 12px;
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.compare-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.compare-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #94a3b8;
}

.compare-value {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.compare-old .compare-value {
    color: #cbd5f5;
    text-decoration: line-through;
    opacity: 0.6;
}

.compare-new .compare-value {
    background: linear-gradient(90deg, #da057a 0%, #9432e8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.compare-installment {
    font-size: 13px;
    font-weight: 600;
    color: #a5b4fc;
}

.compare-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Card PIX */
.pix-payment-card {
    background: linear-gradient(135deg, rgba(0, 195, 165, 0.15) 0%, rgba(34, 197, 94, 0.15) 100%);
    border: 2px solid rgba(0, 195, 165, 0.4);
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.pix-payment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgba(0, 195, 165, 0.2), transparent 60%);
    pointer-events: none;
}

.pix-icon {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.pix-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.pix-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.pix-badge {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00C3A5;
    background: rgba(0, 195, 165, 0.2);
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0, 195, 165, 0.4);
}

.pix-discount {
    font-size: 13px;
    font-weight: 600;
    color: #22c55e;
}

.pix-price {
    font-size: 36px;
    font-weight: 900;
    color: #00C3A5;
    line-height: 1;
}

/* Card de Economia */
.savings-card {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.15) 0%, rgba(218, 5, 122, 0.15) 100%);
    border: 1px solid rgba(251, 191, 36, 0.3);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.savings-fire {
    font-size: 32px;
    flex-shrink: 0;
}

.savings-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.savings-text {
    font-size: 13px;
    font-weight: 600;
    color: #cbd5f5;
}

.savings-amount {
    font-size: 24px;
    font-weight: 800;
    color: #fbbf24;
}

.savings-percent {
    font-size: 16px;
    font-weight: 700;
    color: #da057a;
    margin-left: 8px;
}

/* Description */
.kit-description {
    font-size: 16px;
    line-height: 1.8;
    color: #cbd5f5;
}

.kit-description p {
    margin-bottom: 16px;
}

/* Stock Status */
.kit-stock {
    font-size: 16px;
    font-weight: 600;
}

.kit-stock .in-stock {
    color: #22c55e;
    display: flex;
    align-items: center;
    gap: 8px;
}

.kit-stock .out-of-stock {
    color: #ef4444;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Add to Cart Form */
.cart {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 12px;
}

.quantity-selector label {
    font-weight: 600;
    color: #cbd5f5;
}

.quantity-selector input[type="number"] {
    width: 80px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid rgba(148,163,184,0.3);
    border-radius: 8px;
    background: rgba(15,23,42,0.5);
    color: #ffffff;
    text-align: center;
}

.single_add_to_cart_button {
    background: linear-gradient(90deg, #da057a 0%, #9432e8 100%) !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 18px 36px !important;
    border-radius: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    box-shadow: 0 8px 24px rgba(218,5,122,0.4) !important;
    transition: all 0.3s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    cursor: pointer !important;
}

.single_add_to_cart_button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 32px rgba(218,5,122,0.6) !important;
}

.single_add_to_cart_button svg {
    fill: currentColor;
}

/* Trust Badges */
.kit-trust-badges {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(34,197,94,0.1);
    border: 1px solid rgba(34,197,94,0.3);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #22c55e;
}

.trust-badge svg {
    flex-shrink: 0;
}

/* Products Included Section */
.ifody-kit-products-full {
    background: linear-gradient(135deg, #050816 0%, #020314 100%);
    padding: 100px 20px;
    position: relative;
}

.kit-products-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    color: #ffffff;
}

.title-accent {
    flex: 1;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #da057a 50%, #9432e8 100%);
}

.section-subtitle {
    text-align: center;
    font-size: 18px;
    color: #a5b4fc;
    margin-bottom: 60px;
}

/* Products Grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.product-card {
    background: rgba(15,23,42,0.9);
    border: 1px solid rgba(148,163,184,0.3);
    border-radius: 16px;
    padding: 30px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

.product-card:hover {
    border-color: #da057a;
    box-shadow: 0 12px 40px rgba(218,5,122,0.3);
    transform: translateY(-8px);
}

.product-number {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #da057a 0%, #9432e8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(218,5,122,0.4);
}

.product-gallery {
    margin-bottom: 24px;
}

.gallery-main {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 12px;
    text-align: center;
}

.gallery-main img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
}

.gallery-thumbs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.thumb {
    width: 60px;
    height: 60px;
    border: 2px solid rgba(148,163,184,0.3);
    border-radius: 8px;
    padding: 4px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
    overflow: hidden;
}

.thumb:hover,
.thumb.active {
    border-color: #da057a;
    box-shadow: 0 0 16px rgba(218,5,122,0.4);
    transform: scale(1.1);
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Product Info */
.product-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-name {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.product-price {
    font-size: 20px;
    font-weight: 700;
    color: #da057a;
}

.product-description {
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5f5;
}

.product-meta {
    padding-top: 16px;
    border-top: 1px solid rgba(148,163,184,0.2);
}

.stock-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stock-badge.in-stock {
    background: rgba(34,197,94,0.1);
    border: 1px solid rgba(34,197,94,0.3);
    color: #22c55e;
}

.stock-badge.out-of-stock {
    background: rgba(239,68,68,0.1);
    border: 1px solid rgba(239,68,68,0.3);
    color: #ef4444;
}

/* View Product Button */
.view-product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    margin-top: 16px;
    background: linear-gradient(90deg, #da057a 0%, #9432e8 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(218,5,122,0.3);
}

.view-product-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(218,5,122,0.5);
}

.view-product-btn svg {
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .kit-hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .kit-title {
        font-size: 36px;
    }
    
    .price-compare-card {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .compare-arrow {
        transform: rotate(90deg);
    }
    
    .section-title-h2 {
        font-size: 32px;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .kit-hero {
        padding: 40px 16px;
    }
    
    .kit-title {
        font-size: 28px;
    }
    
    .section-title-h2 {
        font-size: 28px;
    }
    
    .section-tagline {
        font-size: 10px;
        padding: 6px 12px;
    }
    
    .compare-label {
        font-size: 10px;
    }
    
    .compare-value {
        font-size: 22px;
    }
    
    .pix-price {
        font-size: 28px;
    }
    
    .savings-amount {
        font-size: 20px;
    }
    
    .tab-btn {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .tab-btn svg {
        width: 16px;
        height: 16px;
    }
    
    .section-title {
        font-size: 28px;
        flex-direction: column;
    }
    
    .title-accent {
        width: 100px;
        height: 2px;
    }
    
    .kit-trust-badges {
        flex-direction: column;
    }
}
/**
 * iFody Kits - Correções Mobile
 * Adicione este CSS após o CSS principal
 */

/* Correções Globais Mobile */
@media (max-width: 768px) {
    /* Hero Section */
    .ifody-kit-hero {
        padding: 30px 12px;
    }
    
    .kit-hero-content {
        gap: 30px;
    }
    
    /* Título Principal */
    .kit-title {
        font-size: 24px !important;
        line-height: 1.3;
        word-break: break-word;
    }
    
    /* Badge do Kit */
    .kit-badge {
        top: 12px;
        right: 12px;
        padding: 8px 12px;
        font-size: 11px;
    }
    
    .kit-badge svg {
        width: 16px;
        height: 16px;
    }
    
    /* Main Image Container */
    .kit-main-image {
        padding: 20px;
        border-radius: 12px;
    }
    
    /* ==========================================
       SEÇÃO DE PREÇOS - MOBILE
       ========================================== */
    
    /* Breakdown Card */
    .products-breakdown-card {
        padding: 16px;
    }
    
    .breakdown-label {
        font-size: 10px;
    }
    
    /* Mini Cards de Produtos */
    .product-mini-card {
        gap: 12px;
        padding: 10px;
        flex-wrap: wrap;
    }
    
    .product-mini-image {
        width: 50px;
        height: 50px;
        padding: 4px;
    }
    
    .product-mini-name {
        font-size: 13px;
    }
    
    .product-mini-price {
        font-size: 14px;
    }
    
    /* Total do Breakdown */
    .breakdown-total {
        flex-direction: column;
        gap: 8px;
        padding: 12px;
        text-align: center;
    }
    
    .breakdown-total-value {
        font-size: 20px;
    }
    
    /* Card de Economia */
    .savings-highlight-card {
        flex-direction: column;
        gap: 12px;
        padding: 16px;
        text-align: center;
    }
    
    .savings-highlight-icon {
        font-size: 36px;
    }
    
    .savings-highlight-text {
        font-size: 12px;
    }
    
    .savings-highlight-amount {
        font-size: 24px;
    }
    
    /* Card DE/POR */
    .price-from-to-card {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px;
    }
    
    .price-from,
    .price-to {
        text-align: center;
    }
    
    .price-from-label,
    .price-to-label {
        font-size: 11px;
    }
    
    .price-from-value {
        font-size: 20px;
    }
    
    .price-to-value {
        font-size: 28px;
    }
    
    .price-to-installment {
        font-size: 12px;
    }
    
    .price-arrow-big {
        transform: rotate(90deg);
    }
    
    .price-arrow-big svg {
        width: 24px;
        height: 24px;
    }
    
    /* Card Oferta PIX */
    .pix-offer-card {
        padding: 16px;
    }
    
    .pix-offer-question {
        font-size: 14px;
    }
    
    .pix-offer-content {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .pix-offer-left {
        align-items: center;
    }
    
    .pix-offer-badge {
        padding: 8px 12px;
        font-size: 11px;
    }
    
    .pix-offer-badge svg {
        width: 18px;
        height: 18px;
    }
    
    .pix-offer-benefit {
        font-size: 13px;
    }
    
    .pix-offer-right {
        align-items: center;
    }
    
    .pix-offer-price {
        font-size: 32px;
    }
    
    .pix-offer-economy {
        font-size: 12px;
    }
    
    /* Descrição */
    .kit-description {
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* Stock Status */
    .kit-stock {
        font-size: 14px;
    }
    
    .kit-stock svg {
        width: 16px;
        height: 16px;
    }
    
    /* Quantidade */
    .quantity-selector {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .quantity-selector input[type="number"] {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }
    
    /* Botão Add to Cart */
    .single_add_to_cart_button {
        font-size: 16px !important;
        padding: 16px 24px !important;
        width: 100%;
    }
    
    /* Trust Badges */
    .kit-trust-badges {
        gap: 12px;
    }
    
    .trust-badge {
        flex: 1;
        min-width: 0;
        padding: 10px 12px;
        font-size: 12px;
        justify-content: center;
    }
    
    .trust-badge svg {
        width: 18px;
        height: 18px;
    }
    
    .trust-badge span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    /* ==========================================
       SEÇÃO DE PRODUTOS INCLUSOS - MOBILE
       ========================================== */
    
    .ifody-kit-products-full {
        padding: 60px 12px;
    }
    
    .section-tagline {
        font-size: 10px;
        padding: 6px 12px;
    }
    
    .section-title-h2 {
        font-size: 24px;
    }
    
    .section-subtitle {
        font-size: 14px;
        padding: 0 12px;
    }
    
    /* Tabs */
    .products-tabs {
        flex-direction: column;
        gap: 8px;
    }
    
    .tab-btn {
        width: 100%;
        padding: 12px 16px;
        font-size: 14px;
        justify-content: center;
    }
    
    /* Grid de Produtos */
    .products-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    /* Product Card */
    .product-card {
        padding: 20px;
    }
    
    .product-number {
        width: 32px;
        height: 32px;
        font-size: 16px;
        top: 16px;
        left: 16px;
    }
    
    /* Gallery */
    .gallery-main {
        padding: 16px;
    }
    
    .gallery-main img {
        max-height: 200px;
    }
    
    .thumb {
        width: 50px;
        height: 50px;
    }
    
    /* Product Info */
    .product-name {
        font-size: 18px;
    }
    
    .product-price {
        font-size: 18px;
    }
    
    .product-description {
        font-size: 13px;
    }
    
    .view-product-btn {
        padding: 12px 16px;
        font-size: 13px;
    }
    
    .view-product-btn svg {
        width: 16px;
        height: 16px;
    }
}

/* Correções para telas MUITO pequenas (< 375px) */
@media (max-width: 374px) {
    .kit-title {
        font-size: 20px !important;
    }
    
    .product-mini-card {
        flex-direction: column;
        text-align: center;
    }
    
    .product-mini-image {
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }
    
    .price-to-value {
        font-size: 24px;
    }
    
    .pix-offer-price {
        font-size: 28px;
    }
    
    .savings-highlight-amount {
        font-size: 20px;
    }
    
    .trust-badges {
        flex-direction: column;
    }
    
    .trust-badge {
        width: 100%;
    }
}

/* Correções para tablets (768px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
    .kit-title {
        font-size: 32px;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .price-from-to-card {
        grid-template-columns: 1fr auto 1fr;
    }
    
    .price-arrow-big {
        transform: rotate(0deg);
    }
}

/* Otimizações de Performance */
@media (max-width: 768px) {
    /* Reduzir animações em mobile */
    .savings-highlight-card {
        animation: none;
    }
    
    .pix-offer-card::before,
    .ifody-kit-hero::before,
    .ifody-kit-hero::after {
        display: none;
    }
    
    /* Simplificar sombras */
    .product-card,
    .kit-main-image,
    .products-breakdown-card {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }
}

/* Garantir overflow seguro */
* {
    box-sizing: border-box;
}

.ifody-kit-page {
    overflow-x: hidden;
    width: 100%;
}

.ifody-kit-page * {
    max-width: 100%;
}

/* Garantir que imagens não estourem */
img {
    max-width: 100%;
    height: auto;
}