.elementor-1224 .elementor-element.elementor-element-9af9c80{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-2e8fcec *//* ==========================================================================
   Ficha de Producto Premium - Estilo Minimalista
   ========================================================================== */

/* Contenedor Principal */
.koaj-product-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Enlace de Regreso */
.koaj-back-nav {
    margin-bottom: 25px;
}
.koaj-btn-back {
    text-decoration: none;
    color: #86868b;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
}
.koaj-btn-back:hover {
    color: #1d1d1f;
}

/* Distribución en Dos Columnas */
.koaj-product-layout {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}
.koaj-product-media {
    flex: 1 1 450px;
    max-width: 100%;
}
.koaj-product-info {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
}

/* Contenedor de la Imagen */
.koaj-detail-img-box {
    background-color: #ffffff;
    border: 1px solid #e5e5e7;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s ease;
}
.koaj-detail-img {
    max-width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
}

/* Textos Principales */
.koaj-detail-category {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #86868b;
    font-weight: 600;
    margin-bottom: 8px;
}
.koaj-detail-title {
    font-size: 34px;
    font-weight: 700;
    color: #1d1d1f;
    line-height: 1.2;
    margin: 0 0 10px 0;
}
.koaj-detail-sku {
    font-size: 13px;
    color: #86868b;
    margin-bottom: 20px;
}
.koaj-detail-price {
    font-size: 36px;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

/* Badge de Stock Limpio */
.koaj-detail-stock {
    display: inline-block;
    align-self: flex-start;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 30px;
}
.koaj-stock-ok { 
    background-color: #e6f7ed; 
    color: #1f874c; 
}
.koaj-stock-low { 
    background-color: #fff9db; 
    color: #f59f00; 
}

/* ==========================================================================
   NUEVO CONFIGURADOR INTERACTIVO MODERNO
   ========================================================================== */
.koaj-premium-configurator {
    border-top: 1px solid #e5e5e7;
    padding-top: 25px;
    margin-bottom: 30px;
}
.koaj-premium-configurator h2 {
    font-size: 16px;
    font-weight: 600;
    color: #1d1d1f;
    margin: 0 0 20px 0;
}

/* Rejilla de Selectores */
.koaj-config-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.koaj-.elementor-1224 .elementor-element.elementor-element-2e8fcec-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.col-span-2 {
    grid-column: span 2; /* Equilibra el diseño dándole ancho completo al disco */
}
.koaj-.elementor-1224 .elementor-element.elementor-element-2e8fcec-group label {
    font-size: 13px;
    font-weight: 500;
    color: #6e6e73;
}

/* Estilización de los Menús Desplegables */
.koaj-select-attr {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #d2d2d7;
    background-color: #ffffff;
    font-size: 14px;
    color: #1d1d1f;
    outline: none;
    font-family: inherit;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    -webkit-appearance: none; /* Elimina estilos nativos antiguos */
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6e73' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
}
.koaj-select-attr:focus {
    border-color: #0071e3;
    box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.1);
}

/* Selector de Cantidad */
.koaj-qty-container {
    margin-bottom: 30px;
}
.koaj-qty-container label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #6e6e73;
    margin-bottom: 8px;
}
.koaj-qty-box {
    display: flex;
    align-items: center;
    border: 1px solid #d2d2d7;
    border-radius: 10px;
    width: 120px;
    overflow: hidden;
    background: #ffffff;
}
.koaj-qty-button {
    background: #f5f5f7;
    border: none;
    width: 38px;
    height: 38px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    color: #1d1d1f;
    transition: background 0.2s ease;
}
.koaj-qty-button:hover {
    background: #e8e8ed;
}
#koaj-qty-num {
    width: 44px;
    height: 38px;
    border: none;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #1d1d1f;
    outline: none;
}

/* ==========================================================================
   BOTÓN DE WHATSAPP PROFESIONAL
   ========================================================================== */
.koaj-actions-area {
    border-top: 1px solid #e5e5e7;
    padding-top: 25px;
}
.koaj-premium-btn-wpp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #25D366;
    color: #ffffff !important;
    text-decoration: none;
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.2);
    border: none;
    cursor: pointer;
}
.koaj-premium-btn-wpp:hover {
    background-color: #1ebd58;
}
.koaj-premium-btn-wpp:active {
    transform: scale(0.98);
}

/* Estados de error o vacío */
.koaj-empty {
    padding: 60px;
    background: #f5f5f7;
    border: 1px dashed #d2d2d7;
    border-radius: 12px;
    text-align: center;
    color: #6e6e73;
    font-size: 15px;
}

/* ==========================================================================
   ADAPTABILIDAD MÓVIL
   ========================================================================== */
@media (max-width: 768px) {
    .koaj-product-layout { gap: 35px; }
    .koaj-detail-title { font-size: 28px; }
    .koaj-config-grid { grid-template-columns: 1fr; }
    .col-span-2 { grid-column: span 1; }
    .koaj-premium-btn-wpp { display: flex; width: 100%; }
}/* End custom CSS */