#tienda-section-hero {}





















/* PLANTILLA PRODUCTO */

    #plantilla-producto-pics > * {
        /* TEMPORAL */
        aspect-ratio: 703 / 432;
        display: flex;
        align-items: center;
        overflow: hidden;}

    #plantilla-producto-main-section {
        /* TEMPORAL */
        padding-top: 150px;}

    #plantilla-producto-main-section .e-con-inner {
        display: flex;
        justify-content: space-between;}

    #plantilla-producto-pics {
        width: 45%;}

    #plantilla-producto-info {
        width: 50%;}

    #plantilla-producto-otros-productos {}

/* ACORDEÓN PRODUCTO */

    .pac-accordion {
        width: 100%;
        border-top: 1px solid #e0e0e0;}

    .pac-item {
        border-bottom: 1px solid #e0e0e0;}

    .pac-trigger {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 16px 0;
        background: none;
        border: none;
        cursor: pointer;
        text-align: left;
        gap: 12px;
        color: inherit;}

    .pac-trigger:focus-visible {
        outline: 2px solid currentColor;
        outline-offset: 2px;}

    .pac-label {
        font-size: 0.95rem;
        font-weight: 600;
        letter-spacing: 0.04em;
        text-transform: uppercase;}

    .pac-icon {
        position: relative;
        flex-shrink: 0;
        width: 18px;
        height: 18px;}

    .pac-icon::before,
    .pac-icon::after {
        content: '';
        position: absolute;
        background: currentColor;
        border-radius: 2px;
        transition: transform 0.3s ease, opacity 0.3s ease;}

    .pac-icon::before {
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        transform: translateY(-50%);}

    .pac-icon::after {
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        transform: translateX(-50%);}

    .pac-trigger[aria-expanded="true"] .pac-icon::after {
        opacity: 0;
        transform: translateX(-50%) rotate(90deg);}

    .pac-panel {
        overflow: hidden;
        /* La animación la controla max-height via JS */
        transition: max-height 0.35s ease;
        max-height: 0;}

    .pac-panel:not([hidden]) {
        display: block;}

    .pac-panel[hidden] {
        display: none !important;  /* reset antes de JS */}

    .pac-panel-inner {
        padding: 4px 0 20px;
        font-size: 0.92rem;
        line-height: 1.7;
        color: #444;}

    .pac-panel-inner p  { margin: 0 0 0.75em; }
    .pac-panel-inner ul { padding-left: 1.25em; margin: 0 0 0.75em; }
    .pac-panel-inner li { margin-bottom: 0.25em; }