"${value?string}" 
364            <#else> 
365                null 
366            </#if> 
367

    .ecom-norma body {
        font-family: Arial, sans-serif;
        font-size: 14px;
        color: #333;
        background: #f9f9f9;
    }

    .ecom-norma .main-container,
    .ecom-norma .container {
        width: 100%;
        margin: 40px auto;
        display: flex;
        gap: 24px;
    }

    .ecom-norma .main-container {
        max-width: 1200px;
    }

    .ecom-norma .container {
        padding: 1em 5em;
    }

    .ecom-norma .top-section {
        display: flex;
        align-items: flex-start;
        gap: 24px;
    }

    .ecom-norma .promo-banner {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #111;
        color: #fff;
        font-size: 14px;
        padding: 12px 20px;
        gap: 8px;
    }

    .ecom-norma .promo-banner .discount {
        color: #ffd700;
        font-weight: bold;
    }

    .ecom-norma .promo-banner .conditions {
        display: flex;
        align-items: center;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

    .ecom-norma .promo-banner .conditions:hover {
        text-decoration: underline;
    }

    .ecom-norma .promo-banner .conditions i {
        margin-left: 4px;
        font-size: 16px;
    }

    .ecom-norma .product-detail {
        flex: 1;
        background: #fff;
        padding: 24px;
        border-radius: 4px;
    }

    .ecom-norma .header {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 16px;
    }

    .ecom-norma .header .logo {
        height: 80px;
    }

    .ecom-norma .title {
        font-family: 'SohoPro-Regular';
        font-size: 24px;
        color: #00437a;
        font-weight: bold;
    }

    .ecom-norma .subinfo {
        display: inline-block;
        margin: 10px 0 0;
        padding: 4px 8px;
        background: #D8F8FF;
        font-size: 12px;
        font-weight: bold;
        color: #00437A;
    }

    .ecom-norma .description {
        margin: 10px 0 20px;
        font-family: 'SohoPro-Regular';
        font-size: 1.2em;
        font-weight: 600;
        line-height: 1.4;
        color: #222;
    }

    .ecom-norma .btn {
        display: inline-block;
        font-family: 'SohoPro-Regular';
        font-weight: bold;
        padding: 8px 16px;
        text-decoration: none;
    }

    .ecom-norma .extract-btn {
        font-size: 1em !important;
        border: 2px solid #00437a;
        color: #00437a;
        transition: background .2s, color .2s;
        text-transform: none !important;
    }

    .ecom-norma .extract-btn:hover {
        background: #e6f0ff;
        color: #120e5b;
    }

    .ecom-norma .purchase-box {
        flex: 0 0 300px;
        background: #f3f6f9;
        padding: 10px 0 15px;
        border-radius: 4px;
        text-align: center;
    }

    .ecom-norma .purchase-box .price-header {
        padding: 16px;
        text-align: left;
    }

    .ecom-norma .purchase-box .price-header .price {
        font-family: 'SohoPro-Regular';
        font-size: 28px;
        font-weight: bold;
        color: #00437a;
    }

    .ecom-norma .purchase-box .price-header .note {
        font-family: sans-serif;
        font-size: 12px;
        font-weight: 500;
        margin-top: 4px;
        color: #000;
    }

    .ecom-norma .purchase-box .selectors {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 0 16px 16px;
    }

    .ecom-norma .purchase-box .selectors .qty {
        flex: 0 0 50px;
    }

    .ecom-norma .purchase-box .selectors input,
    .ecom-norma .purchase-box .selectors select {
        width: 100%;
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff;
    }

    .ecom-norma .purchase-box .selectors select {
        background-image: url(/documents/d/global/ico-chevron-down);
        background-repeat: no-repeat;
        background-size: 18px 10px;
        background-position: right 12px center;
    }

    .ecom-norma .purchase-box .selectors select::-ms-expand {
        display: none;
    }

    .ecom-norma .purchase-box .selectors .selector {
      position: relative;
      flex: 1;
    }

    .ecom-norma .purchase-box .selectors .selector .arrow {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: 12px;
        color: #666;
    }

    .ecom-norma .purchase-box .selectors .selector:focus-within {
        background-size: 18px 10px;
        background-position-x: 95%;
    }

    .ecom-norma .purchase-box .buy-btn {
      width: calc(100% - 32px);
      text-transform: uppercase;
    }

    .ecom-norma .purchase-box .buy-btn:hover,
    .ecom-norma .purchase-box .buy-btn:focus,
    .ecom-norma .purchase-box .buy-btn:focus-visible {
      outline: 2px solid var(--brand-color-2, #6a9bd3);
      outline-offset: 2px;
      box-shadow: 0 0 0 3px rgba(106, 155, 211, 0.35);
    }

    .ecom-norma .purchase-box .buy-btn.disabled,
    .ecom-norma .purchase-box .buy-btn:disabled,
    .ecom-norma .purchase-box .buy-btn[disabled],
    .ecom-norma .purchase-box .buy-btn.ecom-btn-loading {
      opacity: .6;
      pointer-events: none;
    }

    .ecom-norma .purchase-box .buy-btn.ecom-btn-loading::before,
    .ecom-norma .purchase-box .buy-btn.ecom-btn-loading::after {
      display: none;
    }

    .ecom-norma .tabs-section {
        max-width: 900px;
        //margin: 0 auto 40px;
        //padding-top: 3em;
        background: #fff;
        border-radius: 4px;
        overflow: hidden;
    }

    .ecom-norma .tabs-section .tabs {
        display: flex;
        border-bottom: 1px solid #ddd;
    }

    .ecom-norma .tabs-section .tab {
        padding: 12px 16px;
        margin-right: 8px;
        background: transparent;
        border: none;
        border-radius: 4px 4px 0 0;
        cursor: pointer;
        font-size: 14px;
        color: #222;
        transition: background .2s;
    }

    .ecom-norma .tabs-section .tab:hover {
        background: rgba(0, 67, 122, 0.05);
    }

    .ecom-norma .tabs-section .tab.active {
        color: #00437a;
        background: #e5f5ff;
        border-bottom: 2px solid #00437a;
        font-weight: bold;
    }

    .ecom-norma .tabs-section .tab-content {
        margin: 0;
        padding: 0;
    }

    .ecom-norma .tabs-section table {
        width: 100%;
        border-collapse: collapse;
    }

    .ecom-norma .tabs-section th,
    .ecom-norma .tabs-section td {
        padding: 12px 16px;
        vertical-align: middle;
    }

    .ecom-norma .tabs-section th {
        width: 180px;
        font-weight: 600;
        color: #444;
        text-align: right;
        white-space: nowrap;
    }

    .ecom-norma .tabs-section td {
        font-weight: 400;
        color: #222;
        line-height: 1.4;
    }

    .ecom-norma .tabs-section tr:nth-child(even) > * {
        background: #f9fafb;
    }

    .ecom-norma .tabs-section .badge {
        display: inline-block;
        margin-left: 8px;
        padding: 2px 6px;
        font-size: 11px;
        text-transform: uppercase;
        border-radius: 3px;
    }

    .ecom-norma .tabs-section .alert-label {
        vertical-align: top;
        text-align: right;
    }

    .ecom-norma .tabs-section .th-content {
        vertical-align: top;
        text-align: right;
    }

    .ecom-norma .tabs-section .alert-content {
        vertical-align: bottom;
        text-align: left;
    }

    /* Márgenes para <p> dentro del td */
    .ecom-norma .tabs-section .alert-content p {
        margin-top: 0;
        margin-bottom: 0;
    }

    /* Márgenes para <p> dentro del td */
    .ecom-norma .tabs-section .td-content p {
        margin-top: 0;
        margin-bottom: 0;
    }

    /* Márgenes para el <strong> del título */
    .ecom-norma .tabs-section .alert-content strong {
        display: inline; /* o block si quieres control total del margen */
        margin: 0;
    }

    .ecom-norma .tabs-section .tag-success {
        background: #2a7a36;
        color: #fff;
    }

    .ecom-norma .tabs-section .tag-danger {
        background: #c00000;
        color: #fff;
    }

    .ecom-norma .tabs-section .tag-blue {
        background: #0078c0;
        color: #fff;
    }

    .ecom-norma .info-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 1.5em;
        height: 1.5em;
        margin-right: 8px;
        border: 2px solid #273469;
        border-radius: 50%;
        font-size: 1em;
        font-weight: bold;
    }

    /* === Media queries === */
    @media (max-width: 1024px) {
        .ecom-norma .main-container { padding: 20px; margin: 20px auto; }
        .ecom-norma .top-section  { flex-direction: column; gap: 16px; }
        .ecom-norma .purchase-box { flex: none; width: 100%; }
        .ecom-norma .product-detail { padding: 16px; }
        .ecom-norma .header .logo  { height: 60px; }
        .ecom-norma .title          { font-size: 18px; }
        .ecom-norma .description    { font-size: 1em; }
        .ecom-norma .tabs-section   { max-width: 100%; padding: 1.5em 1em; }
    }

    @media (max-width: 768px) {
        .ecom-norma body            { font-size: 13px; }
        .ecom-norma .promo-banner   { flex-direction: column; text-align: center; gap: 4px; padding: 8px 10px; }
        .ecom-norma .main-container { margin: 16px auto; }
        .ecom-norma .top-section    { gap: 12px; }
        .ecom-norma .header         { flex-direction: column; align-items: flex-start; }
        .ecom-norma .header .logo   { height: 50px; }
        .ecom-norma .title          { font-size: 16px; }
        .ecom-norma .subinfo        { font-size: 11px; }
        .ecom-norma .description    { font-size: 0.95em; }
        .ecom-norma .extract-btn    { padding: 6px 12px; font-size: 13px; }
        .ecom-norma .selectors      { flex-direction: column; gap: 8px; padding: 12px; }
        .ecom-norma .selectors .qty,
        .ecom-norma .selectors .selector { width: 100%; }
        .ecom-norma .buy-btn        { width: 100%; margin-bottom: 16px; }
        .ecom-norma .tabs-section .tabs { flex-wrap: wrap; justify-content: center; }
        .ecom-norma .tabs-section .tab  { flex: 1 1 45%; margin: 4px; padding: 10px 8px; font-size: 13px; text-align: center; }
        .ecom-norma .tabs-section th,
        .ecom-norma .tabs-section td   { padding: 8px 10px; font-size: 12px; }
        .ecom-norma .tabs-section th    { width: 140px; }
    }

            <#if k_has_next>, </#if> 
368        </#list> 
370    <#elseif obj?is_sequence> 
371
372        <#list obj as item> 
373            <@printObject obj=item/> 
374            <#if item_has_next>, </#if> 
375        </#list> 
376
377    <#elseif obj?is_boolean> 
378        ${obj?c} 
379    <#elseif obj?is_number> 
380        ${obj} 
381    <#elseif obj?has_content> 
382        "${obj?string}" 
    #ecom-norma-detail-normas-referenced .standards-section {
        position: relative;
      }
    #ecom-norma-detail-normas-referenced .standards-section .container {
        display: block;
        width: 100%;
        max-width: 1110px;
        margin: 0 auto !important;
        padding: 0 15px !important;
        box-sizing: border-box;
      }
    #ecom-norma-detail-normas-referenced .standards-section .container.m-1.p-1 {
        margin: 0 !important;
        padding: 0 15px !important;
      }
    #ecom-norma-detail-normas-referenced .standards-section .standards-container {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px 0;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        box-sizing: border-box;
      }
      #ecom-norma-detail-normas-referenced .standards-section .standards-container.standards-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 3.5%;
        row-gap: 20px;
        width: 100%;
        flex-wrap: unset;
      }
      #ecom-norma-detail-normas-referenced .standards-section .standards-container.standards-grid .item-standard {
        width: 100%;
      }
      #ecom-norma-detail-normas-referenced .standards-section .standards-container.standards-grid .item-standard {
        height: 100%;
      }
      #ecom-norma-detail-normas-referenced .standards-section .standards-container.standards-grid .item-standard .info-standard {
        display: flex;
        flex-direction: column;
        height: 100%;
      }
      #ecom-norma-detail-normas-referenced .standards-section .standards-container.standards-grid .price-container {
        margin-top: auto;
      }
      @media (max-width: 1200px) {
        #ecom-norma-detail-normas-referenced .standards-section .standards-container.standards-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          column-gap: 4%;
        }
      }
      @media (max-width: 576px) {
        #ecom-norma-detail-normas-referenced .standards-section .standards-container.standards-grid {
          grid-template-columns: 1fr;
          column-gap: 0;
        }
      }
      #ecom-norma-detail-normas-referenced .standards-section .standards-container:not(.owl-drag) .owl-stage {
        cursor: auto;
      }
      #ecom-norma-detail-normas-referenced .standards-section .item-standard {
        position: relative;
        border: 1px solid #e0e0e0;
        padding: 20px 14px 16px;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
      #ecom-norma-detail-normas-referenced .standards-section .title-standard {
        font-family: SohoGothicPro-Regular;
        font-size: 16px;
        font-weight: bold;
        color: #1a4b94;
        margin-top: 10px;
        margin-bottom: 10px;
      }
      #ecom-norma-detail-normas-referenced .standards-section .description-text {
        margin-top: 10px;
        margin-bottom: 12px;
        font-family: SohoGothicPro-Regular;
        font-size: 13px;
        text-align: left;
        color: #333;
      }
      #ecom-norma-detail-normas-referenced .standards-section .price-container {
        display: flex;
        flex-direction: column;
        text-align: left;
        letter-spacing: -0.02em;
      }
      #ecom-norma-detail-normas-referenced .standards-section .price-container .price-text {
        font-family: SohoGothicPro-Regular;
        font-size: 12px;
        font-weight: 400;
        line-height: 13.2px;
        color: #000;
      }
      #ecom-norma-detail-normas-referenced .standards-section .price-container .price {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #1a4b94;
      }
      #ecom-norma-detail-normas-referenced .standards-section .info-container {
        display: flex;
      }
      @media (min-width: 500px) and (max-width: 767px) {
        #ecom-norma-detail-normas-referenced .standards-section .info-container {
          flex-direction: column;
          justify-content: end;
          align-items: start;
        }
      }
      #ecom-norma-detail-normas-referenced .standards-section .info-container .standard-mode img,
      #ecom-norma-detail-normas-referenced .standards-section .info-container .standard-date img,
      #ecom-norma-detail-normas-referenced .standards-section .info-container .standard-mode picture,
      #ecom-norma-detail-normas-referenced .standards-section .info-container .standard-date picture {
        width: 16px;
      }
      #ecom-norma-detail-normas-referenced .standards-section .info-container .standard-mode {
        margin-right: 16px;
      }
      #ecom-norma-detail-normas-referenced .standards-section .standard-button {
        border: 0;
        outline: 0;
        padding: 17px;
        width: 100%;
        text-align: center;
        display: block;
        background-color: var(--brand-color-1, #1f57a3);
        color: #fff;
        text-transform: uppercase;
        font-family: SohoStd-Medium;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        text-align: center;
        cursor: pointer;
      }
      #ecom-norma-detail-normas-referenced .standards-section .standard-button.disabled,
      #ecom-norma-detail-normas-referenced .standards-section .standard-button:disabled,
      #ecom-norma-detail-normas-referenced .standards-section .standard-button[disabled],
      #ecom-norma-detail-normas-referenced .standards-section .standard-button.ecom-btn-loading {
        opacity: .6;
        pointer-events: none;
        filter: brightness(0.85);
      }

      #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-next {
        width: 50px;
        border: 1px solid #c3c3c3;
        border-radius: 0;
        height: 50px;
        font-size: 30px;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-next:focus {
        outline: 0;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-prev {
        width: 50px;
        border: 1px solid #c3c3c3;
        border-radius: 0;
        height: 50px;
        font-size: 30px;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-dots {
        display: flex;
        justify-content: center;
        margin-top: 30px;
      }
      #ecom-norma-detail-normas-referenced .standards-section button.owl-dot {
        width: 15px;
        height: 15px;
        background: transparent;
        margin: 10px;
        border: 1px solid var(--brand-color-2, #6a9bd3);
        background-color: var(--brand-color-2, #6a9bd3);
      }
      #ecom-norma-detail-normas-referenced .standards-section button.owl-dot:focus-visible {
        outline: solid;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-dot button {
        color: white;
      }
      #ecom-norma-detail-normas-referenced .standards-section .pagi-btn {
        font-family: "SohoGothicPro-Regular";
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        position: relative;
        width: 100%;
        background: transparent !important;
        border: none !important;
        cursor: pointer;
        padding: 32px 10px;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-dot.active {
        background: var(--brand-color-3, #29337f);
        border: 1px solid var(--brand-color-3, #29337f);
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-dot.active .pagi-btn {
        color: white;
        font-family: "SohoStd-Medium";
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-dot.active .pagi-btn::before {
        border-bottom: 28px solid var(--brand-color-2, #6a9bd3);
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        bottom: 84px;
        left: 45%;
      }
      @media (min-width: 992px) {
        #ecom-norma-detail-normas-referenced .standards-section .owl-navigation-mobile {
          display: none;
        }
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-navigation-mobile .owl-navigation-mobile-box {
        background: linear-gradient(0deg, var(--brand-color-2, #6a9bd3) 4.9%, var(--brand-color-1, #1f57a3) 110.78%);
        padding: 28px;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-navigation-mobile .owl-navigation-mobile-box p {
        color: white;
        font-family: "SohoStd-Medium";
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        margin-bottom: 0;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-navigation-mobile .owl-navigation-mobile-box::before {
        border-bottom: 28px solid var(--brand-color-1, #1f57a3);
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        bottom: 72px;
        z-index: 1;
        margin-left: -14px;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        pointer-events: none;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-prev,
      #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-next {
        position: absolute;
        background: none;
        border: 2px solid #fff;
        z-index: 100;
        pointer-events: auto;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-prev.disabled,
      #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-next.disabled {
        opacity: 0.5;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-prev {
        background: var(--brand-color-3, #29337f);
        padding: 16px !important;
        left: -55px;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-prev i {
        color: white;
        position: absolute;
        top: 17px;
        left: 19px;
        font-size: 13px;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-next {
        background: var(--brand-color-3, #29337f);
        padding: 16px !important;
        right: -55px;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-next i {
        color: white;
        position: absolute;
        top: 17px;
        left: 19px;
        font-size: 13px;
      }
      @media (max-width: 991px) {
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-prev { left: -55px; }
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-next { right: -55px; }
      }
      @media (max-width: 868px) {
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-prev { left: -25px; }
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-next { right: -25px; }
      }
      @media (max-width: 767px) {
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-prev { left: -60px; }
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-next { right: -60px; }
      }
      @media (max-width: 668px) {
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav { top: 103%; }
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-prev { left: 40%; }
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-next { right: 40%; }
      }
      @media (max-width: 575px) {
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-prev { left: 35%; }
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-next { right: 35%; }
      }
      @media (max-width: 400px) {
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-prev { left: 32%; }
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-next { right: 32%; }
      }
      @media (min-width: 300px) {
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-stage-outer {
          overflow: visible;
        }
      }
      @media (min-width: 1100px) {
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-prev { left: -55px; }
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-next { right: -55px; }
      }
      @media (min-width: 1200px) {
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-prev { left: -25px; }
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-next { right: -25px; }
      }
      @media (min-width: 1330px) {
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-prev { left: -75px; }
        #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-nav .owl-next { right: -75px; }
      }

      #ecom-norma-detail-normas-referenced .standards-section .owl-item {
        display: flex;
        flex-direction: column;
        justify-content: stretch;
      }
      .status-standard {
        margin-right: 10px;
        color: white;
        font-size: 10px;
        padding: 2px 6px;
        border-radius: 3px;
        font-weight: bold;
      }
      .date-standard {
        font-size: 12px;
        color: #666;
      }
      #ecom-norma-detail-normas-referenced .standards-section .tag-standard {
        position: absolute;
        background-color: #6a9bd3;
        top: -10px;
        left: 16px;
        padding: 4px 10px;
        border-radius: 4px;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        z-index: 5;
      }
      #ecom-norma-detail-normas-referenced .standards-section .status-box {
        text-transform: uppercase;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 10px;
        gap: 4px 0;
      }
      #ecom-norma-detail-normas-referenced .standards-section .status-box .status-standard.red-tag {
        background-color: var(--ae-450, #D44436);
        border: 1px solid var(--ae-450, #D44436);
        color: #fff;
      }
      #ecom-norma-detail-normas-referenced .standards-section .status-box .status-standard.green-tag {
        background-color: #138636;
        border: 1px solid #138636;
        color: #fff;
      }
      #ecom-norma-detail-normas-referenced .standards-section .status-box .status-standard.blue-tag {
        background-color: #0078c0;
        border: 1px solid #0078c0;
        color: #fff;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-stage-outer {
        overflow-x: hidden;
        overflow-y: visible;
      }
      #ecom-norma-detail-normas-referenced .standards-section .owl-carousel .owl-stage-outer .owl-stage {
        overflow: hidden;
        display: flex;
        align-items: stretch;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 30px;
      }

      /* select */
      select .form-control {
        padding: 15.5px 16px;
        font-family: "SohoGothicPro-Regular";
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.5px;
        text-align: left;
        border: 1px solid #c2c2c2;
        height: 50px;
        width: 100%;
        color: #66757f;
        border-radius: 4px;
      }
      select.form-control option {
        font-family: "SohoGothicPro-Regular";
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.5px;
        text-align: left;
      }
      select.form-control,
      select.form-control:focus,
      select.form-control:focus-visible {
        background-image: url(/documents/d/global/ico-chevron-down);
        position: relative;
        background-size: 18px 10px;
        background-position-x: 95%;
      }

      #ecom-norma-detail-normas-referenced .standards-section .options-standard {
        display: flex;
        gap: 10px;
        margin-bottom: 16px;
        border: none;
      }
      #ecom-norma-detail-normas-referenced .standards-section .options-standard .select-language {
        background-color: #f5f5f5;
        flex: 2;
        font-size: 13px;
      }
      #ecom-norma-detail-normas-referenced .standards-section .options-standard .select-format {
        background-color: #f5f5f5;
        flex: 1;
        font-size: 13px;
      }



383    <#else> 
384        null 
385    </#if> 
386</#macro> 
387 
388 
389 
390 
391<#-- HTML --> 
392<#if hasProductCategoriaTipoEntidadColeccionTematica> 
393    <div id="ecom-coleccion_tematica-detail" class="ecom-coleccion_tematica"> 
394 
395        <div class="tabs-section"> 
396            <div class="tab-content"> 
397 
398                <#-- Fecha edicion del producto > description del Producto --> 
399                <div class="ecom-coleccion_tematica-detail-body"> 
400                    ${product.description} 
401                </div> 
402 
403                <#-- Para imprimir el contenido de los Objects --> 
404                <#-- Thematic collection/Coleccion tematica data 
405                <#if isDebug> 
406                    <div class=""> 
407                        <p><strong>thematicCollectionsProduct:</strong></p> 
408                        <div class="print-object-json-content mb-3" style="max-height:200px; overflow:auto; border:1px solid #ccc; padding:5px; cursor:pointer;" 
409                             onclick="const r=document.createRange(); r.selectNodeContents(this); const s=window.getSelection(); s.removeAllRanges(); s.addRange(r);"> 
410                            <@printObject thematicCollectionsProduct /> 
411                        </div> 
412                    </div> 
413                 </#if> 
414                 --> 
415 
416            </div> 
417        </div> 
418    </div> 
419</#if> 
  • URL del producto: https://aenorportalesweb-uat.lxc.liferay.com/web/tienda/e/{friendlyURL_display-page-template}/{ClassNameId-CPDefinition}/{CPDefinition ID (Field: product.id)}
    por ejemplo: https://aenorportalesweb-uat.lxc.liferay.com/web/tienda/e/producto-tienda/30025/${cpDefinitionId}

Nombre producto:

BS 7505:2025 - TC

URL producto tienda:

{"nofollow":true,"url":"https://tienda-uat.aenor.com/e/normas-relacionadas/30025/155547748"}

CPDefinitionId producto:

155547748

CProductId producto:

155547749