.sycsa-rfq-price-label {
    font-weight: 500;
    color: #555;
    display: inline-block;
}
.single-product .price .amount,
.woocommerce-cart .product-price .amount,
.woocommerce-cart .product-subtotal .amount,
.woocommerce-checkout-review-order-table .product-total .amount,
.woocommerce-checkout-review-order-table tfoot,
.woocommerce table.shop_table .cart-subtotal,
.woocommerce table.shop_table .order-total,
.woocommerce table.shop_table .shipping,
.woocommerce table.shop_table .tax-rate,
.woocommerce-cart .cart_totals .shop_table,
.woocommerce-cart .cart_totals h2,
.woocommerce-checkout #payment {
    display: none !important;
}
.woocommerce-cart .cart_totals::before {
    content: "La cotización final será preparada por el equipo de SYCSA.";
    display: block;
    padding: 16px 18px;
    border: 1px solid #e2e2e2;
    background: #fafafa;
    margin-bottom: 18px;
}
.sycsa-rfq-item-note {
    margin-top: 12px;
    max-width: 620px;
}
.sycsa-rfq-item-note label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}
.sycsa-rfq-item-note textarea {
    width: 100%;
    min-height: 62px;
    resize: vertical;
}
.sycsa-product-technical-info h3 {
    margin-top: 24px;
}
.sycsa-datasheet-button.button {
    margin-top: 12px;
}
.sycsa-source-url {
    color: #777;
    word-break: break-word;
}
.sycsa-rfq-admin-box {
    margin-top: 16px;
    padding: 12px 14px;
    border-left: 4px solid #cc0000;
    background: #fff8f8;
}

/* SYCSA / CommerSS product presentation */
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab,
.woocommerce div.product .woocommerce-tabs ul.tabs li#tab-title-reviews {
    display: none !important;
}
.single-product .product .summary .price {
    margin: 0 0 18px;
}
.single-product .product .summary .single_add_to_cart_button,
.woocommerce a.button.sycsa-datasheet-button,
.woocommerce button.button.single_add_to_cart_button {
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: .01em;
}
.sycsa-commerss-product-info {
    margin-top: 8px;
}
.sycsa-tech-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.sycsa-tech-card {
    border: 1px solid #e7eaee;
    border-radius: 10px;
    padding: 20px 22px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 35, 52, .04);
}
.sycsa-tech-card-wide {
    grid-column: 1 / -1;
}
.sycsa-tech-card h3,
.sycsa-tech-card h4 {
    margin: 0 0 12px;
    color: #0b3242;
    font-weight: 800;
}
.sycsa-tech-card h3 {
    font-size: 22px;
}
.sycsa-tech-card h4 {
    font-size: 17px;
    margin-top: 18px;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.sycsa-tech-list,
.sycsa-tech-card ul {
    margin-left: 0;
    padding-left: 20px;
}
.sycsa-tech-list li,
.sycsa-tech-card li {
    margin: 6px 0;
}
.sycsa-downloads {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.sycsa-source-url {
    color: #667;
    word-break: break-word;
    background: #f7fafb;
}
@media (max-width: 768px) {
    .sycsa-tech-grid {
        grid-template-columns: 1fr;
    }
}


/* ==================================================
   COMMERSS PRODUCT TEMPLATE - v1.2
   Estilo industrial para producto individual WooCommerce
================================================== */

.single-product .woocommerce {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

.single-product div.product {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    padding: 38px 0 80px;
}

.single-product .woocommerce-breadcrumb {
    margin-bottom: 26px;
    color: rgba(7, 63, 91, .58);
    font-size: 14px;
    font-weight: 500;
}

.single-product .woocommerce-breadcrumb a {
    color: rgba(7, 63, 91, .76);
    text-decoration: none;
}

.single-product .woocommerce-breadcrumb a:hover {
    color: #4ba6a6;
}

.single-product div.product div.images {
    width: 48%;
    margin-bottom: 44px;
}

.single-product div.product div.images .woocommerce-product-gallery__wrapper {
    border: 1px solid rgba(7, 63, 91, .12);
    border-radius: 28px;
    overflow: hidden;
    background: #f5f5f7;
}

.single-product div.product div.images img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.single-product div.product div.summary {
    width: 46%;
    padding-left: 20px;
}

.single-product div.product .product_title {
    margin: 0 0 18px;
    color: #073f5b;
    font-size: clamp(38px, 4vw, 64px);
    font-weight: 650;
    line-height: .98;
    letter-spacing: -.055em;
}

.single-product .sycsa-rfq-price-label,
.single-product div.product p.price,
.single-product div.product span.price {
    display: block;
    margin: 0 0 24px;
    color: #4ba6a6;
    font-size: 20px;
    font-weight: 750;
}

.single-product div.product .woocommerce-product-details__short-description {
    max-width: 620px;
    margin-bottom: 28px;
    color: #657782;
    font-size: 17px;
    line-height: 1.65;
}

.single-product div.product form.cart {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 32px;
}

.single-product div.product form.cart .quantity input.qty {
    width: 74px;
    min-height: 52px;
    border: 1px solid rgba(7, 63, 91, .16);
    border-radius: 12px;
    color: #073f5b;
    font-weight: 700;
}

.single-product div.product form.cart .button,
.single-product .single_add_to_cart_button,
.single-product .yith-ywraq-add-to-quote a,
.single-product .add-request-quote-button,
.single-product a.add-request-quote-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 28px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #073f5b !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: 0 14px 34px rgba(7, 63, 91, .18);
    transition: transform .28s ease, background .28s ease, box-shadow .28s ease;
}

.single-product div.product form.cart .button:hover,
.single-product .single_add_to_cart_button:hover,
.single-product .yith-ywraq-add-to-quote a:hover,
.single-product .add-request-quote-button:hover,
.single-product a.add-request-quote-button:hover {
    transform: translateY(-3px);
    background: #4ba6a6 !important;
    box-shadow: 0 20px 44px rgba(75, 166, 166, .24);
}

.single-product div.product .product_meta {
    margin-top: 24px;
    padding: 22px 24px;
    border: 1px solid rgba(7, 63, 91, .1);
    border-radius: 22px;
    background: #f8fafb;
    color: #657782;
    font-size: 14px;
    line-height: 1.75;
}

.single-product div.product .product_meta a {
    color: #4ba6a6;
    font-weight: 650;
    text-decoration: none;
}

.single-product .woocommerce-product-rating,
.single-product .woocommerce-review-link,
.single-product #reviews,
.single-product .woocommerce-Reviews,
.single-product .star-rating,
.single-product .woocommerce-tabs ul.tabs li.reviews_tab,
.single-product .woocommerce-tabs ul.tabs li#tab-title-reviews {
    display: none !important;
}

.single-product .woocommerce-tabs {
    clear: both;
    padding-top: 24px;
}

.single-product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 8px;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(7, 63, 91, .12);
}

.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs::after,
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(7, 63, 91, .12) !important;
    border-bottom: 0 !important;
    border-radius: 14px 14px 0 0 !important;
    background: #f5f5f7 !important;
}

.single-product .woocommerce-tabs ul.tabs li.active {
    background: #ffffff !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 16px 22px !important;
    color: #073f5b !important;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
}

.single-product .woocommerce-tabs .panel {
    margin: 0 0 26px !important;
    padding: 30px 32px !important;
    border: 1px solid rgba(7, 63, 91, .12);
    border-top: 0;
    border-radius: 0 22px 22px 22px;
    background: #ffffff;
    color: #657782;
    font-size: 16px;
    line-height: 1.75;
}

.single-product .woocommerce-tabs .panel h2,
.single-product .sycsa-tech-card h3 {
    margin: 0 0 18px;
    color: #073f5b;
    font-size: 28px;
    font-weight: 750;
    letter-spacing: -.035em;
}

.single-product .sycsa-tech-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.single-product .sycsa-tech-card {
    border: 1px solid rgba(7, 63, 91, .12);
    border-radius: 22px;
    padding: 26px 28px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(7, 63, 91, .04), 0 20px 55px rgba(7, 63, 91, .045);
}

.single-product .sycsa-tech-card-wide {
    grid-column: 1 / -1;
}

.single-product .sycsa-tech-card ul,
.single-product .sycsa-tech-list {
    margin: 0;
    padding-left: 20px;
}

.single-product .sycsa-tech-card li {
    margin: 7px 0;
}

.single-product .sycsa-downloads {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.single-product .sycsa-datasheet-button.button,
.single-product .sycsa-brand-catalog-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #073f5b !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform .28s ease, background .28s ease;
}

.single-product .sycsa-datasheet-button.button:hover,
.single-product .sycsa-brand-catalog-button:hover {
    transform: translateY(-3px);
    background: #4ba6a6 !important;
}

.single-product .sycsa-brand-catalog-card {
    clear: both;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    width: min(1280px, calc(100% - 48px));
    margin: 28px auto 40px;
    padding: 34px 36px;
    border: 1px solid rgba(7, 63, 91, .12);
    border-radius: 24px;
    background: radial-gradient(circle at 92% 10%, rgba(75, 166, 166, .11), transparent 26%), #ffffff;
    box-shadow: 0 4px 12px rgba(7, 63, 91, .04), 0 24px 60px rgba(7, 63, 91, .06);
}

.single-product .sycsa-brand-catalog-copy span {
    display: block;
    margin-bottom: 10px;
    color: #4ba6a6;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
}

.single-product .sycsa-brand-catalog-card h2 {
    margin: 0;
    color: #073f5b;
    font-size: clamp(26px, 2.4vw, 38px);
    font-weight: 750;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.single-product .sycsa-brand-catalog-card p {
    max-width: 620px;
    margin: 14px 0 0;
    color: #657782;
    font-size: 15px;
    line-height: 1.55;
}

.single-product .sycsa-brand-catalog-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.single-product .related.products {
    clear: both;
    margin-top: 60px;
}

.single-product .related.products h2 {
    margin-bottom: 28px;
    color: #073f5b;
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 750;
    letter-spacing: -.04em;
}

@media (max-width: 1024px) {
    .single-product div.product div.images,
    .single-product div.product div.summary {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .single-product div.product div.summary {
        margin-top: 34px;
    }

    .single-product .sycsa-brand-catalog-card {
        grid-template-columns: 1fr;
    }

    .single-product .sycsa-brand-catalog-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .single-product div.product,
    .single-product .sycsa-brand-catalog-card {
        width: calc(100% - 28px);
    }

    .single-product div.product {
        padding-top: 28px;
    }

    .single-product div.product .product_title {
        font-size: 42px;
    }

    .single-product div.product form.cart {
        align-items: stretch;
        flex-direction: column;
    }

    .single-product div.product form.cart .quantity input.qty,
    .single-product div.product form.cart .button {
        width: 100%;
    }

    .single-product .woocommerce-tabs ul.tabs {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .single-product .woocommerce-tabs ul.tabs::-webkit-scrollbar {
        display: none;
    }

    .single-product .woocommerce-tabs ul.tabs li {
        flex: 0 0 auto;
    }

    .single-product .woocommerce-tabs .panel,
    .single-product .sycsa-tech-card,
    .single-product .sycsa-brand-catalog-card {
        padding: 24px 22px !important;
    }

    .single-product .sycsa-tech-grid {
        grid-template-columns: 1fr;
    }

    .single-product .sycsa-brand-catalog-button {
        width: 100%;
    }
}

/* ==================================================
   RFQ BRAND CATALOGS - v1.3
   Catálogos PDF disponibles después de crear inquiry
================================================== */

.sycsa-rfq-catalog-gate,
.sycsa-rfq-thankyou-downloads {
    margin: 28px 0;
    padding: 28px 30px;
    border: 1px solid rgba(7, 63, 91, .12);
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 8%, rgba(75, 166, 166, .12), transparent 26%),
        #ffffff;
    box-shadow: 0 4px 12px rgba(7, 63, 91, .04), 0 22px 55px rgba(7, 63, 91, .055);
    color: #073f5b;
}

.sycsa-rfq-catalog-gate-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #4ba6a6;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.sycsa-rfq-catalog-gate h3,
.sycsa-rfq-thankyou-downloads h2 {
    margin: 0;
    color: #073f5b;
    font-size: clamp(24px, 2.4vw, 36px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.sycsa-rfq-catalog-gate p,
.sycsa-rfq-thankyou-downloads p {
    max-width: 760px;
    margin: 13px 0 0;
    color: #657782;
    font-size: 15px;
    line-height: 1.55;
}

.sycsa-rfq-catalog-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.sycsa-rfq-catalog-list li,
.sycsa-catalog-locked-list span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid rgba(7, 63, 91, .1);
    border-radius: 14px;
    background: #f8fafb;
    color: #657782;
    font-size: 13px;
}

.sycsa-rfq-catalog-list strong {
    color: #073f5b;
    font-weight: 800;
}

.sycsa-rfq-catalog-list span {
    overflow: hidden;
    max-width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sycsa-catalog-locked-card p {
    margin: 0 0 16px;
}

.sycsa-catalog-locked-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sycsa-rfq-download-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}

.woocommerce .sycsa-rfq-download-buttons .button,
.sycsa-rfq-download-buttons .button,
.woocommerce .sycsa-rfq-download-link.button,
.woocommerce .sycsa-rfq-download-all.button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #073f5b !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .28s ease, background .28s ease, box-shadow .28s ease;
}

.woocommerce .sycsa-rfq-download-buttons .button:hover,
.sycsa-rfq-download-buttons .button:hover {
    transform: translateY(-3px);
    background: #4ba6a6 !important;
    box-shadow: 0 20px 44px rgba(75, 166, 166, .24);
}

.sycsa-rfq-download-link span {
    color: #85cecb;
    font-size: 18px;
}

.sycsa-rfq-admin-settings .sycsa-brand-catalogs-table input.regular-text {
    max-width: 100%;
}

.sycsa-rfq-admin-settings .sycsa-rfq-select-pdf {
    margin-left: 6px;
}

.sycsa-rfq-admin-settings .sycsa-rfq-file-name {
    word-break: break-all;
}

@media (max-width: 767px) {
    .sycsa-rfq-catalog-list {
        grid-template-columns: 1fr;
    }

    .sycsa-rfq-catalog-list li {
        align-items: flex-start;
        flex-direction: column;
    }

    .sycsa-rfq-catalog-list span {
        max-width: 100%;
    }

    .sycsa-rfq-download-buttons .button,
    .woocommerce .sycsa-rfq-download-buttons .button {
        width: 100%;
    }
}

/* ==================================================
   RFQ CART + CHECKOUT EXPERIENCE - v1.4
   Carrito mejorado, productos relacionados y checkout B2B
================================================== */

.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-cart h1,
.woocommerce-checkout h1 {
    color: #073f5b;
    font-size: clamp(40px, 5vw, 68px);
    font-weight: 760;
    line-height: .98;
    letter-spacing: -.055em;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.woocommerce-cart table.cart,
.woocommerce-cart .cart_totals,
.woocommerce-checkout form.checkout,
.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-checkout-review-order {
    border-radius: 24px;
}

.woocommerce-cart table.cart {
    border: 1px solid rgba(7, 63, 91, .1) !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(7, 63, 91, .035), 0 24px 65px rgba(7, 63, 91, .055);
}

.woocommerce-cart table.cart th {
    padding: 18px 20px !important;
    background: #f7fafb;
    color: #073f5b;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.woocommerce-cart table.cart td {
    padding: 24px 20px !important;
    border-top: 1px solid rgba(7, 63, 91, .08) !important;
}

.woocommerce-cart table.cart img {
    width: 88px !important;
    border-radius: 14px;
    background: #f5f5f7;
}

.woocommerce-cart table.cart .product-name a,
.woocommerce-checkout-review-order-table .product-name,
.wc-block-components-product-name {
    color: #073f5b !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.woocommerce-cart table.cart .product-remove a {
    color: #073f5b !important;
    background: #f5f5f7 !important;
    transition: background .25s ease, color .25s ease;
}

.woocommerce-cart table.cart .product-remove a:hover {
    color: #ffffff !important;
    background: #4ba6a6 !important;
}

.woocommerce-cart .coupon,
.woocommerce-cart .cart_totals .shop_table,
.woocommerce-cart .cart_totals h2,
.woocommerce-checkout #payment,
.woocommerce-checkout-review-order-table tfoot,
.wc-block-components-totals-coupon,
.wc-block-components-totals-shipping,
.wc-block-components-totals-taxes {
    display: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .cart_totals .checkout-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.woocommerce-checkout button#place_order {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 30px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #073f5b !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
    box-shadow: 0 16px 38px rgba(7, 63, 91, .2);
    transition: transform .28s ease, background .28s ease, box-shadow .28s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .cart_totals .checkout-button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.woocommerce-checkout button#place_order:hover {
    transform: translateY(-3px);
    background: #4ba6a6 !important;
    box-shadow: 0 22px 48px rgba(75, 166, 166, .25);
}

.woocommerce-cart .cart_totals::before,
.woocommerce-checkout .woocommerce-checkout-review-order::before,
.wc-block-components-sidebar::before {
    content: "No se realizará ningún pago. Recibiremos tu inquiry y prepararemos una cotización personalizada.";
    display: block;
    margin-bottom: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(75, 166, 166, .22);
    border-radius: 18px;
    background: rgba(75, 166, 166, .08);
    color: #073f5b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .7fr);
    gap: 36px;
    align-items: start;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.wc-block-components-sidebar,
.wc-block-checkout__main,
.wc-block-cart-items,
.wp-block-woocommerce-cart-order-summary-block {
    padding: 28px;
    border: 1px solid rgba(7, 63, 91, .1);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(7, 63, 91, .035), 0 24px 65px rgba(7, 63, 91, .055);
}

.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading,
.wc-block-components-title {
    color: #073f5b !important;
    font-size: 24px !important;
    font-weight: 850 !important;
    letter-spacing: -.035em !important;
}

.woocommerce-checkout .form-row label,
.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-combobox label,
.woocommerce-checkout .wc-block-components-address-form__address_1 label {
    color: #073f5b !important;
    font-size: 13px !important;
    font-weight: 750 !important;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-selection,
.wc-block-components-text-input input,
.wc-block-components-combobox input,
.wc-block-components-textarea {
    min-height: 50px !important;
    border: 1px solid rgba(7, 63, 91, .18) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #073f5b !important;
    font-weight: 600 !important;
}

.woocommerce-checkout textarea,
.wc-block-components-textarea {
    min-height: 120px !important;
}

/* Bloques WooCommerce: ocultar $0.00 y mostrar cotización */
.wc-block-components-product-price,
.wc-block-cart-item__total-price-and-sale-badge-wrapper,
.wc-block-components-totals-item__value,
.wc-block-components-order-summary-item__total-price {
    font-size: 0 !important;
}

.wc-block-components-product-price::after,
.wc-block-cart-item__total-price-and-sale-badge-wrapper::after,
.wc-block-components-order-summary-item__total-price::after {
    content: "Bajo cotización";
    color: #4ba6a6;
    font-size: 13px;
    font-weight: 800;
}

.wc-block-components-totals-item__value::after {
    content: "Pendiente de cotización";
    color: #4ba6a6;
    font-size: 14px;
    font-weight: 850;
}

/* Productos relacionados en carrito */
.sycsa-rfq-related-products {
    width: min(1280px, calc(100% - 48px));
    margin: 54px auto 20px;
    padding: 38px 0 0;
    border-top: 1px solid rgba(7, 63, 91, .1);
}

.sycsa-rfq-related-header {
    max-width: 760px;
    margin-bottom: 26px;
}

.sycsa-rfq-related-header span {
    display: block;
    margin-bottom: 10px;
    color: #4ba6a6;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .15em;
}

.sycsa-rfq-related-header h2 {
    margin: 0;
    color: #073f5b;
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 850;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.sycsa-rfq-related-header p {
    max-width: 620px;
    margin: 12px 0 0;
    color: #657782;
    font-size: 15px;
    line-height: 1.55;
}

.sycsa-rfq-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.sycsa-rfq-related-card {
    overflow: hidden;
    border: 1px solid rgba(7, 63, 91, .1);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(7, 63, 91, .035), 0 22px 55px rgba(7, 63, 91, .055);
    transition: transform .35s ease, box-shadow .35s ease;
}

.sycsa-rfq-related-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 34px rgba(7, 63, 91, .095), 0 30px 72px rgba(7, 63, 91, .13);
}

.sycsa-rfq-related-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    padding: 18px;
    background: #f5f5f7;
}

.sycsa-rfq-related-image img {
    width: 100%;
    height: 165px;
    object-fit: contain;
}

.sycsa-rfq-related-copy {
    padding: 20px;
}

.sycsa-rfq-related-copy h3 {
    margin: 0;
    color: #073f5b;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.18;
}

.sycsa-rfq-related-copy h3 a {
    color: inherit;
    text-decoration: none;
}

.sycsa-rfq-related-copy p {
    margin: 10px 0 16px;
    color: #657782;
    font-size: 13px;
    line-height: 1.45;
}

.sycsa-rfq-related-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 17px;
    border-radius: 999px;
    background: #073f5b;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none !important;
    transition: transform .25s ease, background .25s ease;
}

.sycsa-rfq-related-button:hover {
    transform: translateY(-2px);
    background: #4ba6a6;
}

@media (max-width: 1024px) {
    .woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
    }

    .sycsa-rfq-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .woocommerce-cart .woocommerce,
    .woocommerce-checkout .woocommerce,
    .sycsa-rfq-related-products {
        width: calc(100% - 28px);
    }

    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review,
    .wc-block-components-sidebar,
    .wc-block-checkout__main,
    .wc-block-cart-items,
    .wp-block-woocommerce-cart-order-summary-block {
        padding: 20px;
        border-radius: 20px;
    }

    .sycsa-rfq-related-grid {
        grid-template-columns: 1fr;
    }
}
