/* ==================================================
   TECNOPCSHOP CORE - CAJA DE PRECIOS
================================================== */

.tpsc-price-panel {
    width: 100%;
    max-width: 470px;
    margin: 22px 0 18px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e6e8eb;
    border-radius: 14px;
    box-shadow: 0 5px 18px rgba(20, 30, 45, 0.06);
}

.tpsc-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    background: #f7f8fa;
    border-bottom: 1px solid #e6e8eb;
}

.tpsc-service-item {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 12px 15px;
    color: #343a40;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.tpsc-service-item:nth-child(odd) {
    border-right: 1px solid #e6e8eb;
}

.tpsc-service-item:nth-child(-n+2) {
    border-bottom: 1px solid #e6e8eb;
}

.tpsc-service-icon {
    flex: 0 0 auto;
    margin-right: 9px;
    font-size: 17px;
    line-height: 1;
}

.tpsc-price-section {
    padding: 22px 24px;
}

.tpsc-transfer-section {
    border-bottom: 1px solid #eceef0;
}

.tpsc-price-label {
    display: block;
    margin-bottom: 7px;
    color: #272b30;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.tpsc-main-price {
    margin-bottom: 8px;
    color: #23833b !important;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1px;
}

.tpsc-main-price .woocommerce-Price-currencySymbol,
.tpsc-secondary-price .woocommerce-Price-currencySymbol {
    margin-right: 2px;
}

.tpsc-saving {
    padding: 10px 12px;
    color: #317242;
    font-size: 13px;
    line-height: 1.45;
    background: #edf8f0;
    border: 1px solid #d5edda;
    border-radius: 8px;
}

.tpsc-card-section {
    border-bottom: 1px solid #eceef0;
}

.tpsc-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.tpsc-card-badge {
    flex: 0 0 auto;
    padding: 5px 8px;
    color: #525960;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    background: #f1f2f4;
    border-radius: 5px;
}

.tpsc-secondary-price {
    margin-bottom: 5px;
    color: #22272b;
    font-size: 28px;
    font-weight: 750;
    line-height: 1.15;
}

.tpsc-price-note {
    margin: 0;
    color: #737980;
    font-size: 12px;
    line-height: 1.4;
}

.tpsc-trust-section {
    padding: 18px 24px;
    border-bottom: 1px solid #eceef0;
}

.tpsc-trust-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    color: #444a50;
    font-size: 13px;
    line-height: 1.45;
}

.tpsc-trust-item:last-child {
    margin-bottom: 0;
}

.tpsc-trust-item span {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin: 1px 9px 0 0;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    background: #23833b;
    border-radius: 50%;
}

.tpsc-company-section {
    padding: 14px 24px;
    color: #454b50;
    font-size: 13px;
    line-height: 1.45;
    background: #fafafa;
}

.tpsc-company-section strong {
    display: block;
    margin-bottom: 4px;
    color: #272b30;
    font-size: 14px;
}

.tpsc-company-section p {
    margin: 0;
}

@media (max-width: 576px) {

    .tpsc-service-grid {
        grid-template-columns: 1fr;
    }

    .tpsc-service-item,
    .tpsc-service-item:nth-child(odd),
    .tpsc-service-item:nth-child(-n+2) {
        border-right: 0;
        border-bottom: 1px solid #e6e8eb;
    }

    .tpsc-service-item:last-child {
        border-bottom: 0;
    }

    .tpsc-price-section,
    .tpsc-trust-section,
    .tpsc-company-section {
        padding-right: 18px;
        padding-left: 18px;
    }

    .tpsc-main-price {
        font-size: 33px;
    }

    .tpsc-card-heading {
        display: block;
    }

    .tpsc-card-badge {
        display: inline-block;
        margin-bottom: 8px;
    }
}.tpsc-price-panel .woocommerce-Price-amount,
.tpsc-price-panel .woocommerce-Price-currencySymbol {
    color: inherit !important;
}

.tpsc-price-section {
    padding-top: 18px;
    padding-bottom: 18px;
}

.tpsc-trust-section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.tpsc-company-section {
    padding-top: 14px;
    padding-bottom: 15px;
}

.tpsc-service-item {
    min-height: 47px;
    padding-top: 9px;
    padding-bottom: 9px;
}/* ==================================================
   MERCADO LIBRE
================================================== */

.tpsc-ml-section {
    padding: 18px 24px;
    background: #fffef2;
    border-bottom: 1px solid #eceef0;
    border-left: 4px solid #ffe600;
}

.tpsc-ml-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.tpsc-ml-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    color: #2d3277;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    background: #ffe600;
    border-radius: 5px;
}

.tpsc-ml-sales {
    color: #666b70;
    font-size: 11px;
    font-weight: 700;
}

.tpsc-ml-title {
    display: block;
    margin-bottom: 4px;
    color: #272b30;
    font-size: 14px;
    line-height: 1.4;
}

.tpsc-ml-description {
    margin: 0 0 13px;
    color: #666b70;
    font-size: 12px;
    line-height: 1.45;
}

.tpsc-ml-button {
    display: flex;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 11px 16px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
    background: #3483fa;
    border-radius: 7px;
    box-shadow: 0 3px 8px rgba(52, 131, 250, 0.2);
    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.tpsc-ml-button:hover {
    color: #ffffff !important;
    background: #2968c8;
    box-shadow: 0 5px 12px rgba(52, 131, 250, 0.28);
    transform: translateY(-1px);
}

@media (max-width: 576px) {

    .tpsc-ml-section {
        padding-right: 18px;
        padding-left: 18px;
    }

    .tpsc-ml-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}
/* =========================================================
   TECNOPCSHOP - ESPECIFICACIONES DEL PRODUCTO
========================================================= */

.tps-specifications {
    margin: 18px 0;
    padding: 0;
}

.tps-specifications__header {
    margin-bottom: 12px;
}

.tps-specifications__header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    color: #1f2937;
}

.tps-specifications__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.tps-specifications__item {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 14px 15px;
    border-bottom: 1px solid #e5e7eb;
}

.tps-specifications__item:nth-child(odd) {
    border-right: 1px solid #e5e7eb;
}

.tps-specifications__item:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.tps-specifications__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    margin-right: 11px;
    border-radius: 9px;
    background: #f1f5f9;
    color: #2968c8;
    font-size: 16px;
}

.tps-specifications__svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px;
    max-width: 20px !important;
    min-height: 20px;
    max-height: 20px !important;
    margin: 0 !important;
    overflow: visible;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tps-specifications__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.25;
}

.tps-specifications__label {
    display: block;
    margin-bottom: 3px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.35px;
}

.tps-specifications__value {
    display: block;
    overflow-wrap: anywhere;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

/* Tablet y celular */

@media (max-width: 767px) {

    .tps-specifications {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .tps-specifications__list {
        grid-template-columns: 1fr;
    }

    .tps-specifications__item {
        padding: 13px 14px;
        border-right: 0 !important;
        border-bottom: 1px solid #e5e7eb;
    }

    .tps-specifications__item:nth-last-child(-n + 2) {
        border-bottom: 1px solid #e5e7eb;
    }

    .tps-specifications__item:last-child {
        border-bottom: 0;
    }

    .tps-specifications__header h2 {
        font-size: 18px;
    }
}
{

    .single-product .tpsc-product-top-header {
        margin-bottom: 18px;
    }

    .single-product .tpsc-product-top-title {
        font-size: 23px;
        line-height: 1.28;
    }

    .single-product .tpsc-custom-breadcrumb {
        font-size: 12px;
    }
}
.tpsc-product-layout{

    max-width:1400px;
    margin:0 auto;

    border:3px dashed #1e73be;

    padding:20px;

}
.single-product .summary .product_title{
    display:none;
}
