.elementor-56617 .elementor-element.elementor-element-2e5d1b2{padding:0px 16px 80px 16px;}.elementor-56617 .elementor-element.elementor-element-daf0735 > .elementor-element-populated{padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-56617 .elementor-element.elementor-element-2e5d1b2{padding:0px 16px 60px 16px;}}@media(max-width:767px){.elementor-56617 .elementor-element.elementor-element-2e5d1b2{padding:0px 0px 40px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-48291b7 */.cj-single-product,
.cj-single-product *,
.cj-single-product *::before,
.cj-single-product *::after {
    box-sizing: border-box;
}

.cj-single-product {
    --cj-orange: #ff611a;
    --cj-black: #111;
    --cj-white: #fff;
    --cj-dark: #222;
    --cj-gray-light: #f6f4f4;
    
    font-family: "WorkSans", sans-serif;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
    padding: 20px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
}

.cj-single-product img {
    max-width: 100%;
    height: auto;
}

.cj-sp-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    min-width: 0;
}

.cj-sp-main-image {
    position: relative;
    width: 100%;
    padding-top: 75%;
    background: var(--cj-gray-light);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(16,16,16,.08);
}

.cj-sp-main-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cj-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 800;
    color: var(--cj-white);
    z-index: 3;
    text-transform: uppercase;
}

.cj-badge-agotado {
    background: var(--cj-dark);
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
}

.cj-badge-oferta {
    background: var(--cj-orange);
}

.cj-sp-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 12px;
}

.cj-sp-thumb {
    position: relative;
    padding-top: 100%;
    background: var(--cj-gray-light);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.cj-sp-thumb:hover {
    border-color: var(--cj-orange);
    transform: scale(1.05);
}

.cj-sp-thumb.active {
    border-color: var(--cj-orange);
}

.cj-sp-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cj-sp-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    min-width: 0;
}

.cj-sp-title {
    font-size: 26px;
    font-weight: 600;
    color: var(--cj-black);
    margin-bottom: -20px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.cj-sp-short-desc h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--cj-black);
    line-height: 1.6;
    letter-spacing: 0.2px;
    margin-top: 12px;
}

.cj-sp-short-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.cj-sp-short-desc p {
    margin: 0 0 10px 0;
}

.cj-sp-short-desc p:last-child {
    margin-bottom: 0;
}

.cj-sp-price {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 10px 0;
    flex-wrap: wrap;
}

.cj-sp-price-sale,
.cj-sp-price-current {
    color: var(--cj-orange);
    font-weight: 900;
    font-size: 36px;
}

.cj-sp-price-regular {
    color: #999;
    font-size: 24px;
    text-decoration: line-through;
}

.cj-sp-cart-area {
    margin: 10px 0;
    width: 100%;
}

.cj-sp-cart-form {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
}

.cj-sp-quantity {
    display: flex;
    align-items: center;
    border: 2px solid var(--cj-black);
    border-radius: 50px;
    overflow: hidden;
    background: var(--cj-white);
    flex-shrink: 0;
}

.cj-qty-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.cj-qty-btn:hover {
    background: var(--cj-gray-light);
}

.cj-qty-input {
    width: 60px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    -moz-appearance: textfield;
}

.cj-qty-input::-webkit-outer-spin-button,
.cj-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cj-sp-btn-add {
    flex: 1;
    padding: 12px 32px;
    background: var(--cj-orange);
    color: var(--cj-white);
    border: 2px solid var(--cj-orange);
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 6px 18px rgba(255,97,26,.12);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    min-width: 140px;
    text-align: center;
}

.cj-sp-btn-add:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(255,97,26,.20);
}

.cj-sp-btn-disabled {
    background: #e7e7e7;
    color: #7a7a7a;
    border-color: #e7e7e7;
    cursor: not-allowed;
}

.cj-sp-btn-disabled:hover {
    transform: none;
    box-shadow: none;
}

.cj-sp-category {
    font-size: 14px;
    color: #666;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

.cj-sp-category strong {
    color: var(--cj-black);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.cj-sp-category a {
    color: var(--cj-orange);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.cj-sp-category a:hover {
    color: var(--cj-black);
}




/* ===== TABLA ===== */

.cj-sp-short-desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 12px;
    background-color: #f9f9f9;
}

.cj-sp-short-desc table td,
.cj-sp-short-desc table th {
    border: 1px solid #ddd;
    padding: 6px 10px;
    text-align: left;
    vertical-align: middle;
}

.cj-sp-short-desc table tr:first-child td {
    font-weight: 600;
    color: #111;
}






/* ===== ACORDEÓN ===== */

.cj-sp-accordion {
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    min-width: 0;
}

.cj-sp-accordion-btn {
    width: 100%;
    padding: 18px 32px;
    background: white;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--cj-black);
    transition: background 0.3s ease;
    text-align: left;
}

.cj-sp-accordion-btn:hover {
    background: #ececec;
}

.cj-sp-accordion-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 10px;
}

.cj-sp-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: var(--cj-white);
}

.cj-sp-accordion-content.open {
    padding: 32px;
    max-height: none !important;
    overflow: visible;
}

.cj-sp-accordion-content * {
    max-width: 100% !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.cj-sp-accordion-content h2,
.cj-sp-accordion-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--cj-black);
    margin: 24px 0 16px 0;
    line-height: 1.3;
}

.cj-sp-accordion-content h2:first-child,
.cj-sp-accordion-content h3:first-child {
    margin-top: 0;
}

.cj-sp-accordion-content p {
    margin: 0 0 16px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.cj-sp-accordion-content p:last-child {
    margin-bottom: 0;
}

.cj-sp-accordion-content ul,
.cj-sp-accordion-content ol {
    margin: 16px 0;
    padding-left: 24px;
}

.cj-sp-accordion-content li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.cj-sp-accordion-content img {
    max-width: 20% !important;
    width: auto;
    height: auto;
    display: block;
    margin: 16px 0;
    border-radius: 8px;
    object-fit: contain;
}

.cj-sp-accordion-content table,
.cj-sp-accordion-content iframe,
.cj-sp-accordion-content video {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.cj-sp-accordion-content strong {
    font-weight: 700;
    color: var(--cj-black);
}

.cj-sp-accordion-content a {
    color: var(--cj-orange);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.cj-sp-accordion-content a:hover {
    color: var(--cj-black);
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .cj-single-product {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .cj-single-product {
        grid-template-columns: minmax(0, 100%);
        gap: 30px;
        padding: 15px;
    }
    
    .cj-sp-accordion-content img {
        max-width: 30% !important;
    }
    
    .cj-sp-accordion-content.open {
        padding: 20px;
    }
    
    .cj-sp-title {
        font-size: 26px;
    }
    
    .cj-sp-price-sale,
    .cj-sp-price-current {
        font-size: 28px;
    }
    
    .cj-sp-cart-form {
        flex-direction: column;
        align-items: stretch;
    }
    
    .cj-sp-quantity {
        justify-content: center;
        width: 100%;
    }
    
    .cj-sp-accordion-content figure,
    .cj-sp-accordion-content .wp-block-image {
        flex-direction: column;
        max-width: 100% !important;
    }
    
    .cj-sp-accordion-content img,
    .cj-sp-accordion-content p img {
        float: none;
        margin: 0 auto 16px auto;
        display: block;
    }
}

@media (max-width: 460px) {
    .cj-sp-title {
        font-size: 22px;
    }
    
    .cj-sp-gallery {
        grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
        gap: 8px;
    }
    
    .cj-sp-accordion-content img {
        max-width: 40% !important;
    }
}

@media (max-width: 1024px) {
    .cj-sp-accordion-content table {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}/* End custom CSS */