/* SOURCE: public/assets/css/salespro-tokens.css */
/* =========================================================
   SalesPro Design System — SPDS 1.0 / Tokens
   Version 3.2.6.40
   Fuente única de colores, tipografía, espacio, radios y elevación.
   ========================================================= */

:root {
  color-scheme: light;

  /* Brand — morado oscuro oficial */
  --sp-brand-950:var(--sp-color-secondary);
  --sp-brand-900:var(--sp-color-secondary);
  --sp-brand-800:#32145F;
  --sp-brand-700:var(--sp-color-primary);
  --sp-brand-600:var(--sp-color-primary);
  --sp-brand-500:var(--sp-color-accent);
  --sp-brand-400:var(--sp-color-accent);
  --sp-brand-100:#EDE9FE;
  --sp-brand-50:#F5F3FF;

  /* Semánticos */
  --sp-success-700:var(--sp-color-success);
  --sp-success-600:var(--sp-color-success);
  --sp-success-100:#D1FAE5;
  --sp-success-50:#ECFDF5;
  --sp-warning-700:var(--sp-color-warning);
  --sp-warning-600:var(--sp-color-warning);
  --sp-warning-100:#FEF3C7;
  --sp-warning-50:#FFFBEB;
  --sp-danger-700:var(--sp-color-danger);
  --sp-danger-600:var(--sp-color-danger);
  --sp-danger-100:#FEE2E2;
  --sp-danger-50:#FEF2F2;
  --sp-info-700:var(--sp-color-info);
  --sp-info-600:var(--sp-color-info);
  --sp-info-100:#E0F2FE;
  --sp-info-50:#F0F9FF;

  /* Neutros */
  --sp-neutral-950:#090E1A;
  --sp-neutral-900:#0F172A;
  --sp-neutral-800:#1E293B;
  --sp-neutral-700:var(--sp-color-text-primary);
  --sp-neutral-600:var(--sp-color-text-secondary);
  --sp-neutral-500:var(--sp-color-text-secondary);
  --sp-neutral-400:var(--sp-color-text-secondary);
  --sp-neutral-300:var(--sp-color-border);
  --sp-neutral-200:var(--sp-color-border);
  --sp-neutral-100:#F1F5F9;
  --sp-neutral-50:var(--sp-color-bg-page);
  --sp-white:var(--sp-color-bg-surface);

  /* Roles de interfaz */
  --sp-color-primary:var(--sp-brand-700);
  --sp-color-primary-hover:var(--sp-brand-800);
  --sp-color-primary-active:var(--sp-brand-900);
  --sp-color-secondary:var(--sp-brand-500);
  --sp-color-focus:rgba(124,58,237,.22);

  --sp-page-bg:var(--sp-color-bg-page);
  --sp-surface-0:var(--sp-color-bg-surface);
  --sp-surface-1:var(--sp-color-bg-surface);
  --sp-surface-2:#FAFAFD;
  --sp-surface-3:#F3F1FA;
  --sp-surface-glass:rgba(255,255,255,.90);

  --sp-text-primary:var(--sp-color-text-primary);
  --sp-text-secondary:var(--sp-color-text-primary);
  --sp-text-muted:var(--sp-color-text-secondary);
  --sp-text-inverse:var(--sp-color-bg-surface);
  --sp-border:var(--sp-color-border);
  --sp-border-strong:var(--sp-color-border);

  /* Tipografía: única escala oficial */
  --sp-font-family:'Gilroy',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --sp-font-12:12px;
  --sp-font-14:14px;
  --sp-font-16:16px;
  --sp-font-18:18px;
  --sp-font-22:22px;
  --sp-font-28:28px;
  --sp-font-36:36px;
  --sp-font-48:48px;
  --sp-line-tight:1.08;
  --sp-line-title:1.2;
  --sp-line-body:1.55;
  --sp-weight-regular:400;
  --sp-weight-medium:500;
  --sp-weight-semibold:600;
  --sp-weight-bold:800;
  --sp-weight-black:900;

  /* Espaciado oficial */
  --sp-space-4:4px;
  --sp-space-8:8px;
  --sp-space-12:12px;
  --sp-space-16:16px;
  --sp-space-24:24px;
  --sp-space-32:32px;
  --sp-space-48:48px;
  --sp-space-64:64px;
  --sp-space-96:96px;

  /* Radios oficiales */
  --sp-radius-8:8px;
  --sp-radius-16:16px;
  --sp-radius-24:24px;
  --sp-radius-pill:999px;

  /* Elevación oficial */
  --sp-shadow-sm:0 2px 8px rgba(15,23,42,.06);
  --sp-shadow-md:0 14px 36px rgba(15,23,42,.09);
  --sp-shadow-lg:0 28px 72px rgba(15,23,42,.14);

  /* Movimiento */
  --sp-duration-fast:150ms;
  --sp-duration-normal:220ms;
  --sp-easing:cubic-bezier(.2,.8,.2,1);

  /* Controles */
  --sp-control-sm:36px;
  --sp-control-md:44px;
  --sp-control-lg:52px;
  --sp-content-max:1280px;

  /* Alias compatibles con hojas existentes */
  --font-main:var(--sp-font-family);
  --accent:var(--sp-color-primary);
  --accent-2:var(--sp-color-secondary);
  --dark:var(--sp-text-primary);
  --muted:var(--sp-text-muted);
  --line:var(--sp-border);
  --card:var(--sp-surface-1);
  --bg:var(--sp-page-bg);
  --shadow:var(--sp-shadow-md);
  --radius:var(--sp-radius-24);

  --sp-primary-950:var(--sp-brand-950);
  --sp-primary-900:var(--sp-brand-900);
  --sp-primary-800:var(--sp-brand-800);
  --sp-primary-700:var(--sp-brand-700);
  --sp-accent-700:var(--sp-brand-700);
  --sp-accent-600:var(--sp-brand-600);
  --sp-accent-500:var(--sp-brand-500);
  --sp-accent-100:var(--sp-brand-100);
  --sp-accent-50:var(--sp-brand-50);
  --sp-surface:var(--sp-surface-1);
  --sp-surface-soft:var(--sp-surface-glass);
  --sp-line:var(--sp-border);
  --sp-line-strong:var(--sp-border-strong);
  --sp-text:var(--sp-text-primary);
  --sp-text-soft:var(--sp-text-secondary);
  --sp-muted:var(--sp-text-muted);
  --sp-font:var(--sp-font-family);
  --sp-text-xs:var(--sp-font-12);
  --sp-text-sm:var(--sp-font-14);
  --sp-text-md:var(--sp-font-16);
  --sp-text-lg:var(--sp-font-18);
  --sp-text-xl:var(--sp-font-22);
  --sp-text-2xl:var(--sp-font-36);
  --sp-text-3xl:var(--sp-font-48);
  --sp-radius-xs:var(--sp-radius-8);
  --sp-radius-sm:var(--sp-radius-8);
  --sp-radius-md:var(--sp-radius-16);
  --sp-radius-lg:var(--sp-radius-16);
  --sp-radius-xl:var(--sp-radius-24);
  --sp-radius-2xl:var(--sp-radius-24);
  --sp-space-1:var(--sp-space-4);
  --sp-space-2:var(--sp-space-8);
  --sp-space-3:var(--sp-space-12);
  --sp-space-5:var(--sp-space-24);
  --sp-space-6:var(--sp-space-24);
  --sp-space-8:var(--sp-space-32);
  --sp-space-10:var(--sp-space-48);
  --sp-space-12:var(--sp-space-48);
  --sp-shadow-xs:var(--sp-shadow-sm);
  --sp-control-h:var(--sp-control-md);
  --sp-control-h-sm:var(--sp-control-sm);
  --sp-control-h-lg:var(--sp-control-lg);
  --sp-fast:var(--sp-duration-fast);
  --sp-normal:var(--sp-duration-normal);
  --sp-ease:var(--sp-easing);
}

html[data-theme="dark"],
body[data-theme="dark"],
body.dark-mode,
[data-store-mode="dark"] {
  color-scheme:dark;
  --sp-page-bg:#080B12;
  --sp-surface-0:#0C111B;
  --sp-surface-1:var(--sp-color-text-primary);
  --sp-surface-2:#151D2B;
  --sp-surface-3:#1D2635;
  --sp-surface-glass:rgba(17,24,39,.90);
  --sp-text-primary:var(--sp-color-bg-page);
  --sp-text-secondary:var(--sp-color-border);
  --sp-text-muted:var(--sp-color-text-secondary);
  --sp-border:#273244;
  --sp-border-strong:#3B475A;
  --sp-color-focus:rgba(139,92,246,.30);
}

/* Normalización mínima y aditiva */
html { font-family:var(--sp-font-family); }
body,button,input,select,textarea { font-family:var(--sp-font-family); }
body { color:var(--sp-text-primary); background-color:var(--sp-page-bg); }
:focus-visible { outline:3px solid var(--sp-color-focus); outline-offset:2px; }
::selection { color:var(--sp-text-inverse); background:var(--sp-color-primary); }


/* SOURCE: public/assets/css/salespro-components.css */
/* =========================================================
   SalesPro Design System — SPDS 1.1 / Componentes base
   Version 3.2.6.41
   Capa de normalización progresiva para panel y tienda.
   ========================================================= */

/* ---------- Base compartida ---------- */
.spds-admin,
.spds-store {
  color:var(--sp-text-primary);
  font-family:var(--sp-font-family);
  font-size:var(--sp-font-14);
  line-height:var(--sp-line-body);
}

.spds-admin :where(button,input,select,textarea),
.spds-store :where(button,input,select,textarea) {
  font:inherit;
}

.spds-admin :where(h1,h2,h3,h4,p),
.spds-store :where(h1,h2,h3,h4,p) { text-wrap:pretty; }

/* ---------- Tipografía ---------- */
.spds-admin :where(.sp-title-1),.spds-store :where(.sp-title-1){font-size:clamp(var(--sp-font-36),4vw,var(--sp-font-48));line-height:var(--sp-line-tight);font-weight:var(--sp-weight-black);letter-spacing:-.04em}
.spds-admin :where(.sp-title-2),.spds-store :where(.sp-title-2){font-size:var(--sp-font-36);line-height:var(--sp-line-title);font-weight:var(--sp-weight-bold);letter-spacing:-.03em}
.spds-admin :where(.sp-title-3),.spds-store :where(.sp-title-3){font-size:var(--sp-font-28);line-height:var(--sp-line-title);font-weight:var(--sp-weight-bold);letter-spacing:-.025em}
.spds-admin :where(.sp-title-4),.spds-store :where(.sp-title-4){font-size:var(--sp-font-22);line-height:var(--sp-line-title);font-weight:var(--sp-weight-semibold)}

/* ---------- Botones oficiales y puente legado ---------- */
.spds-admin :where(.sp-btn,.btn,button.btn,a.btn),
.spds-store :where(.sp-btn,.sp-store-btn) {
  min-height:var(--sp-control-md);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:var(--sp-space-8);
  padding:0 var(--sp-space-16);
  border:1px solid transparent;
  border-radius:var(--sp-radius-16);
  color:var(--sp-text-inverse)!important;
  background:var(--sp-color-primary);
  font-size:var(--sp-font-14);
  font-weight:var(--sp-weight-bold);
  line-height:1;
  text-decoration:none!important;
  cursor:pointer;
  box-shadow:var(--sp-shadow-sm);
  transition:background var(--sp-duration-fast) var(--sp-easing),border-color var(--sp-duration-fast) var(--sp-easing),box-shadow var(--sp-duration-fast) var(--sp-easing),transform var(--sp-duration-fast) var(--sp-easing),color var(--sp-duration-fast) var(--sp-easing);
}
.spds-admin :where(.sp-btn,.btn,button.btn,a.btn):hover,
.spds-store :where(.sp-btn,.sp-store-btn):hover {background:var(--sp-color-primary-hover);box-shadow:var(--sp-shadow-md);transform:translateY(-1px)}
.spds-admin :where(.sp-btn,.btn,button.btn,a.btn):active,
.spds-store :where(.sp-btn,.sp-store-btn):active {background:var(--sp-color-primary-active);transform:none}
.spds-admin :where(.sp-btn,.btn,button.btn,a.btn):focus-visible,
.spds-store :where(.sp-btn,.sp-store-btn):focus-visible {outline:0;box-shadow:0 0 0 4px var(--sp-color-focus)}
.spds-admin :where(.sp-btn,.btn,button.btn,a.btn)[disabled],
.spds-store :where(.sp-btn,.sp-store-btn)[disabled] {opacity:.5;pointer-events:none}

.spds-admin :where(.sp-btn--secondary,.sp-btn-secondary,.btn.secondary,.btn-secondary,.btn-sec),
.spds-store :where(.sp-store-btn.is-secondary,.sp-store-btn.secondary) {
  color:var(--sp-text-primary)!important;
  border-color:var(--sp-border);
  background:var(--sp-surface-1);
  box-shadow:none;
}
.spds-admin :where(.sp-btn--secondary,.sp-btn-secondary,.btn.secondary,.btn-secondary,.btn-sec):hover,
.spds-store :where(.sp-store-btn.is-secondary,.sp-store-btn.secondary):hover {border-color:var(--sp-border-strong);background:var(--sp-surface-2)}
.spds-admin :where(.sp-btn--ghost,.btn.ghost,.btn-ghost){color:var(--sp-text-secondary)!important;background:transparent;box-shadow:none}
.spds-admin :where(.sp-btn--danger,.btn.danger,.btn-danger){color:#fff!important;background:var(--sp-danger-600)}
.spds-admin :where(.sp-btn--success,.btn.success,.btn-success){color:#fff!important;background:var(--sp-success-600)}
.spds-admin :where(.sp-btn--sm,.btn.small,.btn-sm){min-height:var(--sp-control-sm);padding:0 var(--sp-space-12);border-radius:var(--sp-radius-8);font-size:var(--sp-font-12)}
.spds-admin :where(.sp-btn--lg,.btn.large,.btn-lg){min-height:var(--sp-control-lg);padding:0 var(--sp-space-24);font-size:var(--sp-font-16)}

/* ---------- Tarjetas ---------- */
.spds-admin :where(.sp-card,.sp-panel,.card,.panel,.data-card,.table-card,.quote-card,.catalog-card),
.spds-store :where(.sp-card,.sp-store-card) {
  border:1px solid var(--sp-border);
  border-radius:var(--sp-radius-24);
  background:var(--sp-surface-1);
  box-shadow:var(--sp-shadow-sm);
}
.spds-admin :where(.sp-card,.card,.data-card,.quote-card,.catalog-card){padding:var(--sp-space-24)}
.spds-admin :where(.sp-panel,.panel,.table-card){overflow:hidden}
.spds-admin :where(.card,.panel,.data-card,.table-card,.quote-card,.catalog-card):hover {border-color:var(--sp-border-strong)}
.spds-admin :where(.card h2,.card h3,.panel h2,.panel h3){color:var(--sp-text-primary);font-weight:var(--sp-weight-bold);letter-spacing:-.02em}

/* ---------- Formularios ---------- */
.spds-admin :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea,.sp-control,.sp-select,.sp-textarea),
.spds-store :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea) {
  width:100%;
  min-height:var(--sp-control-md);
  padding:10px var(--sp-space-12);
  border:1px solid var(--sp-border);
  border-radius:var(--sp-radius-16);
  color:var(--sp-text-primary);
  background:var(--sp-surface-1);
  font-size:var(--sp-font-14);
  font-weight:var(--sp-weight-medium);
  outline:0;
  box-shadow:none;
  transition:border-color var(--sp-duration-fast) var(--sp-easing),box-shadow var(--sp-duration-fast) var(--sp-easing),background var(--sp-duration-fast) var(--sp-easing);
}
.spds-admin :where(textarea,.sp-textarea),.spds-store textarea{min-height:112px;resize:vertical}
.spds-admin :where(input,select,textarea,.sp-control,.sp-select,.sp-textarea):hover,
.spds-store :where(input,select,textarea):hover {border-color:var(--sp-border-strong)}
.spds-admin :where(input,select,textarea,.sp-control,.sp-select,.sp-textarea):focus,
.spds-store :where(input,select,textarea):focus {border-color:var(--sp-color-secondary);box-shadow:0 0 0 4px var(--sp-color-focus)}
.spds-admin :where(input,select,textarea)[disabled],.spds-store :where(input,select,textarea)[disabled]{color:var(--sp-text-muted);background:var(--sp-surface-2);cursor:not-allowed}
.spds-admin :where(label,.label,.sp-label),.spds-store label{color:var(--sp-text-secondary);font-size:var(--sp-font-14);font-weight:var(--sp-weight-semibold)}
.spds-admin :where(.muted,.help,.sp-help),.spds-store :where(.muted,.help){color:var(--sp-text-muted);font-size:var(--sp-font-12)}
.spds-admin :where(input[type="checkbox"],input[type="radio"]),.spds-store :where(input[type="checkbox"],input[type="radio"]){accent-color:var(--sp-color-primary)}

/* ---------- Tablas ---------- */
.spds-admin :where(.sp-table-wrap,.table-wrap,.table-card){width:100%;overflow:auto;border:1px solid var(--sp-border);border-radius:var(--sp-radius-24);background:var(--sp-surface-1);box-shadow:var(--sp-shadow-sm);-webkit-overflow-scrolling:touch}
.spds-admin :where(table,.sp-table){width:100%;border-collapse:separate;border-spacing:0;background:transparent}
.spds-admin :where(table thead th,.sp-table th){padding:var(--sp-space-12) var(--sp-space-16);border-bottom:1px solid var(--sp-border);color:var(--sp-text-muted);background:var(--sp-surface-2);font-size:var(--sp-font-12);font-weight:var(--sp-weight-bold);letter-spacing:.06em;text-align:left;text-transform:uppercase;white-space:nowrap}
.spds-admin :where(table tbody td,.sp-table td){padding:var(--sp-space-16);border-bottom:1px solid var(--sp-border);color:var(--sp-text-primary);font-size:var(--sp-font-14);vertical-align:middle}
.spds-admin :where(table tbody tr:last-child td,.sp-table tbody tr:last-child td){border-bottom:0}
.spds-admin :where(table tbody tr,.sp-table tbody tr){transition:background var(--sp-duration-fast) var(--sp-easing)}
.spds-admin :where(table tbody tr:hover,.sp-table tbody tr:hover){background:var(--sp-surface-2)}

/* ---------- Badges ---------- */
.spds-admin :where(.sp-badge,.badge),.spds-store :where(.sp-badge,.badge){min-height:26px;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid var(--sp-border);border-radius:var(--sp-radius-pill);color:var(--sp-text-secondary);background:var(--sp-surface-2);font-size:var(--sp-font-12);font-weight:var(--sp-weight-bold);line-height:1;white-space:nowrap}
.spds-admin :where(.sp-badge--success,.badge.success,.badge.is-success){color:var(--sp-success-700);border-color:color-mix(in srgb,var(--sp-success-600) 24%,transparent);background:var(--sp-success-50)}
.spds-admin :where(.sp-badge--warning,.badge.warning,.badge.is-warning){color:var(--sp-warning-700);border-color:color-mix(in srgb,var(--sp-warning-600) 24%,transparent);background:var(--sp-warning-50)}
.spds-admin :where(.sp-badge--danger,.badge.danger,.badge.is-danger){color:var(--sp-danger-700);border-color:color-mix(in srgb,var(--sp-danger-600) 24%,transparent);background:var(--sp-danger-50)}
.spds-admin :where(.sp-badge--info,.badge.info,.badge.is-info){color:var(--sp-info-700);border-color:color-mix(in srgb,var(--sp-info-600) 24%,transparent);background:var(--sp-info-50)}
.spds-admin :where(.sp-badge--primary,.badge.primary,.badge.active){color:var(--sp-brand-700);border-color:var(--sp-brand-100);background:var(--sp-brand-50)}

/* ---------- Alertas ---------- */
.spds-admin :where(.sp-alert,.alert,.notice),.spds-store :where(.sp-alert,.alert,.notice){display:flex;align-items:flex-start;gap:var(--sp-space-12);padding:var(--sp-space-16);border:1px solid var(--sp-border);border-radius:var(--sp-radius-16);color:var(--sp-text-secondary);background:var(--sp-surface-2);font-size:var(--sp-font-14);font-weight:var(--sp-weight-medium);line-height:var(--sp-line-body)}
.spds-admin :where(.sp-alert--success,.alert.success,.notice.success){color:var(--sp-success-700);border-color:color-mix(in srgb,var(--sp-success-600) 24%,transparent);background:var(--sp-success-50)}
.spds-admin :where(.sp-alert--warning,.alert.warning,.notice.warning){color:var(--sp-warning-700);border-color:color-mix(in srgb,var(--sp-warning-600) 24%,transparent);background:var(--sp-warning-50)}
.spds-admin :where(.sp-alert--danger,.alert.danger,.notice.danger,.alert.error){color:var(--sp-danger-700);border-color:color-mix(in srgb,var(--sp-danger-600) 24%,transparent);background:var(--sp-danger-50)}
.spds-admin :where(.sp-alert--info,.alert.info,.notice.info){color:var(--sp-info-700);border-color:color-mix(in srgb,var(--sp-info-600) 24%,transparent);background:var(--sp-info-50)}

/* ---------- Modales ---------- */
.spds-admin :where(.sp-modal-backdrop,.modal-backdrop,.modal-overlay){background:rgba(9,14,26,.62);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.spds-admin :where(.sp-modal,.modal,.modal-content,.popup-content){border:1px solid var(--sp-border);border-radius:var(--sp-radius-24);background:var(--sp-surface-1);box-shadow:var(--sp-shadow-lg);color:var(--sp-text-primary)}
.spds-admin :where(.sp-modal-head,.modal-header){padding:var(--sp-space-24);border-bottom:1px solid var(--sp-border)}
.spds-admin :where(.sp-modal-body,.modal-body){padding:var(--sp-space-24)}
.spds-admin :where(.sp-modal-actions,.modal-footer){display:flex;justify-content:flex-end;flex-wrap:wrap;gap:var(--sp-space-8);padding:var(--sp-space-16) var(--sp-space-24) var(--sp-space-24);border-top:1px solid var(--sp-border)}

/* ---------- Estados oscuros ---------- */
html[data-theme="dark"] .spds-admin,
body.dark-mode.spds-admin,
html[data-store-mode="dark"] .spds-store {
  --sp-success-50:rgba(5,150,105,.12);
  --sp-warning-50:rgba(217,119,6,.12);
  --sp-danger-50:rgba(220,38,38,.12);
  --sp-info-50:rgba(2,132,199,.12);
  --sp-brand-50:rgba(124,58,237,.14);
  --sp-brand-100:rgba(139,92,246,.24);
}

/* ---------- Responsive ---------- */
@media (max-width:760px){
  .spds-admin :where(.sp-card,.card,.data-card,.quote-card,.catalog-card){padding:var(--sp-space-16);border-radius:var(--sp-radius-16)}
  .spds-admin :where(.sp-modal,.modal,.modal-content,.popup-content){border-radius:var(--sp-radius-24) var(--sp-radius-24) 0 0}
  .spds-admin :where(.sp-modal-head,.sp-modal-body,.modal-header,.modal-body){padding:var(--sp-space-16)}
  .spds-admin :where(.sp-modal-actions,.modal-footer){padding:var(--sp-space-16)}
}

@media (max-width:520px){
  .spds-admin :where(.sp-btn,.btn,button.btn,a.btn):not(.sp-btn--inline):not(.btn-inline){width:100%}
}


/* SOURCE: public/assets/css/salespro-store-refactor.css */
/* SalesPro Design System — SPDS 1.3
   Refactorización progresiva de tienda pública. Version 3.2.6.43 */

.spds-store{
  --spds-store-container:min(calc(100% - 32px),var(--sp-width,1240px));
  --spds-store-section-space:clamp(40px,6vw,72px);
  --spds-store-card-radius:var(--radius-lg,24px);
  --spds-store-control-radius:var(--radius-sm,8px);
  background:var(--sp-bg,var(--surface-0,var(--sp-color-bg-page)));
  color:var(--sp-text,var(--text-primary,var(--sp-color-text-primary)));
}
.spds-store .sp-store-wrap{width:var(--spds-store-container)}
.spds-store .sp-store-main{overflow:clip}
.spds-store :where(h1,h2,h3,h4){color:var(--ph-heading,var(--sp-text));letter-spacing:-.025em}
.spds-store :where(p,small,.sp-muted){color:var(--ph-subtitle,var(--sp-muted))}
.spds-store :where(a,button,input,select,textarea){transition:border-color var(--duration-fast,160ms) ease,box-shadow var(--duration-fast,160ms) ease,background-color var(--duration-fast,160ms) ease,color var(--duration-fast,160ms) ease,transform var(--duration-fast,160ms) ease}
.spds-store :where(button,a,input,select,textarea):focus-visible{outline:3px solid color-mix(in srgb,var(--sp-accent) 22%,transparent);outline-offset:2px}

/* Header y navegación */
.spds-store .sp-store-announcement{min-height:34px;display:grid;place-items:center;padding:7px 16px;background:linear-gradient(90deg,var(--sp-primary-dark),var(--sp-accent));font-size:var(--font-size-xs,12px);font-weight:700;letter-spacing:.02em}
.spds-store .sp-store-header{border-bottom:1px solid color-mix(in srgb,var(--ph-border) 86%,transparent);background:color-mix(in srgb,var(--sp-surface) 92%,transparent);box-shadow:0 8px 24px rgba(15,23,42,.035)}
.spds-store .ph-main-header-v3245 :where(button,a){-webkit-tap-highlight-color:transparent}
.spds-store .ph-menu-trigger-v3245,.spds-store .ph-theme-toggle,.spds-store .ph-header-cart-v3245{border-color:var(--ph-border);background:var(--sp-surface);box-shadow:var(--shadow-sm)}
.spds-store .ph-header-search-premium-v32532{border:1px solid var(--ph-border);background:color-mix(in srgb,var(--sp-surface) 92%,var(--sp-bg));box-shadow:none}
.spds-store .ph-header-search-premium-v32532:hover{border-color:color-mix(in srgb,var(--sp-accent) 45%,var(--ph-border));box-shadow:0 0 0 4px color-mix(in srgb,var(--sp-accent) 8%,transparent)}
.spds-store .ph-category-drawer-v3245,.spds-store .ph-search-panel-v325,.spds-store .ph-contact-modal-v325,.spds-store .ph-cart-drawer{background:var(--sp-surface);border-color:var(--ph-border);box-shadow:var(--shadow-lg)}
.spds-store .ph-category-row-v3245{border-radius:var(--radius-md,16px)}
.spds-store .ph-category-row-v3245:hover,.spds-store .ph-category-row-v3245.is-active{background:color-mix(in srgb,var(--sp-accent) 9%,var(--sp-surface));color:var(--sp-accent)}

/* Secciones y jerarquía */
.spds-store .sp-store-section,.spds-store .ph-section{margin-block:var(--spds-store-section-space)}
.spds-store .sp-store-section-head{align-items:flex-end;margin-bottom:var(--spacing-24,24px)}
.spds-store .sp-store-section-head h2{font-size:clamp(24px,3vw,36px);line-height:1.08}
.spds-store .ph-kicker,.spds-store .ph-cart-kicker,.spds-store .ph-cart-kicker,.spds-store .ph-cart-page-head span:first-child{color:var(--sp-accent);font-size:var(--font-size-xs,12px);font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.spds-store .sp-breadcrumbs{padding-block:20px;font-size:var(--font-size-xs,12px)}
.spds-store .sp-breadcrumbs a:hover{color:var(--sp-accent)}

/* Botones tienda */
.spds-store :where(.sp-store-btn,.ph-btn,.sp-btn){min-height:44px;border-radius:var(--sp-button-radius,var(--radius-sm,8px));font-size:var(--font-size-sm,14px);font-weight:800;line-height:1;box-shadow:none}
.spds-store :where(.sp-store-btn,.ph-btn-primary,.sp-btn--primary){background:var(--sp-accent);color:#fff;border:1px solid transparent}
.spds-store :where(.sp-store-btn,.ph-btn-primary,.sp-btn--primary):hover{background:color-mix(in srgb,var(--sp-accent) 88%,#000);transform:translateY(-1px);box-shadow:0 10px 24px color-mix(in srgb,var(--sp-accent) 22%,transparent)}
.spds-store :where(.sp-store-btn.secondary,.ph-btn-ghost,.sp-btn--quiet){background:var(--sp-surface);color:var(--sp-text);border:1px solid var(--ph-border)}
.spds-store :where(.sp-store-btn.secondary,.ph-btn-ghost,.sp-btn--quiet):hover{border-color:color-mix(in srgb,var(--sp-accent) 42%,var(--ph-border));color:var(--sp-accent);background:color-mix(in srgb,var(--sp-accent) 5%,var(--sp-surface))}

/* Tarjetas de catálogo, categorías y marcas */
.spds-store :where(.sp-product-card,.sp-category-card,.ph-category-card,.ph-brand-card,.sp-filter-card,.ph-product-detail,.ph-product-tabs,.ph-cart-products,.ph-cart-summary){border:1px solid var(--ph-border);border-radius:var(--spds-store-card-radius);background:var(--sp-surface);box-shadow:var(--shadow-sm)}
.spds-store :where(.sp-product-card,.sp-category-card,.ph-category-card,.ph-brand-card){transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.spds-store :where(.sp-product-card,.sp-category-card,.ph-category-card,.ph-brand-card):hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--sp-accent) 24%,var(--ph-border));box-shadow:var(--shadow-md)}
.spds-store .sp-product-media{background:color-mix(in srgb,var(--sp-bg) 65%,var(--sp-surface));overflow:hidden}
.spds-store .sp-product-media img{transition:transform .32s ease}
.spds-store .sp-product-card:hover .sp-product-media img{transform:scale(1.025)}
.spds-store .sp-product-body{padding:18px}
.spds-store .sp-product-body h3{font-size:var(--font-size-md,16px);line-height:1.32}
.spds-store :where(.sp-product-price,.ph-detail-price){color:var(--sp-price,var(--sp-primary-dark));font-weight:900}
.spds-store :where(.sp-product-badge,.ph-detail-badge,.ph-discount-badge-v32622){border-radius:999px;font-size:11px;font-weight:800}
.spds-store .sp-catalog-layout{gap:24px;align-items:start}
.spds-store .sp-filter-card{position:sticky;top:100px;padding:20px}
.spds-store .sp-filter-card :where(input,select){min-height:44px;border:1px solid var(--ph-border);border-radius:var(--radius-sm,8px);background:var(--sp-surface);color:var(--sp-text)}
.spds-store .sp-filter-card :where(input,select):focus{border-color:var(--sp-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--sp-accent) 9%,transparent)}
.spds-store .sp-pagination a{min-width:40px;height:40px;border:1px solid var(--ph-border);border-radius:var(--radius-sm,8px);background:var(--sp-surface)}
.spds-store .sp-pagination a.active{background:var(--sp-accent);border-color:var(--sp-accent);color:#fff}

/* Home Builder público */
.spds-store .ph-home-carousel{border-radius:clamp(16px,2.2vw,28px);box-shadow:var(--shadow-md)}
.spds-store .ph-carousel-arrow{border:1px solid color-mix(in srgb,#fff 46%,transparent);background:color-mix(in srgb,#fff 88%,transparent);color:var(--sp-primary-dark);box-shadow:var(--shadow-sm)}
.spds-store .ph-carousel-dots button{box-shadow:0 0 0 1px color-mix(in srgb,#fff 65%,transparent)}
.spds-store .ph-carousel-dots button.is-active{background:var(--sp-accent)}
.spds-store :where(.ph-benefit-card,.ph-testimonial-card,.ph-promotion-card,.ph-collection-card,.ph-tag-card){border-color:var(--ph-border);border-radius:var(--spds-store-card-radius);box-shadow:var(--shadow-sm)}

/* Ficha de producto */
.spds-store .ph-product-page{padding-bottom:var(--spacing-64,64px)}
.spds-store .ph-product-detail{padding:clamp(18px,3vw,34px);gap:clamp(24px,4vw,52px)}
.spds-store .ph-gallery-stage{border:1px solid var(--ph-border);border-radius:var(--spds-store-card-radius);background:color-mix(in srgb,var(--sp-bg) 55%,var(--sp-surface))}
.spds-store .ph-gallery-thumbs button{border:1px solid var(--ph-border);border-radius:var(--radius-md,16px);background:var(--sp-surface)}
.spds-store .ph-gallery-thumbs button.active{border-color:var(--sp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--sp-accent) 12%,transparent)}
.spds-store .ph-product-summary h1{font-size:clamp(28px,4vw,44px);line-height:1.05}
.spds-store .ph-stock-pill{border-radius:999px;font-weight:800}
.spds-store .ph-product-buybox-v326 :where(input,select){min-height:44px;border-color:var(--ph-border);border-radius:var(--radius-sm,8px)}
.spds-store .ph-purchase-benefits-v326{border:1px solid var(--ph-border);border-radius:var(--radius-md,16px);background:color-mix(in srgb,var(--sp-accent) 4%,var(--sp-surface))}
.spds-store .ph-product-tabs{padding:clamp(18px,3vw,32px)}
.spds-store .ph-tab-nav{border-bottom:1px solid var(--ph-border)}
.spds-store .ph-tab-nav button.active{color:var(--sp-accent);border-color:var(--sp-accent)}

/* Carrito */
.spds-store .ph-cart-page{padding-block:clamp(28px,5vw,64px)}
.spds-store .ph-cart-page-head{margin-bottom:28px}
.spds-store .ph-cart-page-head h1{font-size:clamp(30px,4vw,46px)}
.spds-store .ph-cart-page-layout{gap:24px;align-items:start}
.spds-store :where(.ph-cart-products,.ph-cart-summary){overflow:hidden}
.spds-store .ph-cart-product-list>*+*{border-top:1px solid var(--ph-border)}
.spds-store .ph-cart-summary{position:sticky;top:100px}
.spds-store .ph-cart-back:hover{color:var(--sp-accent)}

/* Checkout wizard: integración visual sin alterar su lógica */
.spds-store.sp-checkout-mode{background:linear-gradient(180deg,color-mix(in srgb,var(--sp-accent) 4%,var(--sp-bg)),var(--sp-bg) 320px)}
.spds-store .sp-wizard{width:min(calc(100% - 32px),1120px);margin-inline:auto}
.spds-store .sp-wizard__header h1{color:var(--ph-heading);letter-spacing:-.035em}
.spds-store :where(.sp-step,.sp-map-card,.sp-delivery-panel,.sp-order-summary,.sp-payment-card){border-color:var(--ph-border);border-radius:var(--spds-store-card-radius);box-shadow:var(--shadow-sm)}
.spds-store .sp-step :where(input,select,textarea){border-color:var(--ph-border);border-radius:var(--radius-sm,8px);background:var(--sp-surface);color:var(--sp-text)}
.spds-store .sp-step :where(input,select,textarea):focus{border-color:var(--sp-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--sp-accent) 9%,transparent)}
.spds-store .sp-option{border-color:var(--ph-border);border-radius:var(--radius-md,16px)}
.spds-store .sp-option:has(input:checked){border-color:var(--sp-accent);background:color-mix(in srgb,var(--sp-accent) 6%,var(--sp-surface));box-shadow:0 0 0 3px color-mix(in srgb,var(--sp-accent) 10%,transparent)}
.spds-store .sp-progress button.is-current i,.spds-store .sp-progress button.is-complete i{background:var(--sp-accent);border-color:var(--sp-accent)}
.spds-store .sp-progress__line{background:var(--ph-border)}
.spds-store .sp-notice{border-radius:var(--radius-md,16px)}

/* Footer y móvil */
.spds-store .sp-store-footer{margin-top:var(--spds-store-section-space);background:var(--ph-footer-bg);color:var(--ph-footer-text)}
.spds-store .sp-store-footer :where(h2,h3,strong){color:#fff}
.spds-store .sp-store-footer :where(p,a,span){color:color-mix(in srgb,var(--ph-footer-text) 82%,transparent)}
.spds-store .sp-store-footer a:hover{color:#fff}
.spds-store .ph-mobile-bottom-nav{border-top:1px solid var(--ph-border);background:color-mix(in srgb,var(--sp-surface) 94%,transparent);box-shadow:0 -8px 24px rgba(15,23,42,.08);backdrop-filter:blur(16px)}
.spds-store .ph-mobile-bottom-nav .is-active{color:var(--sp-accent)}

/* Dark mode */
html[data-store-mode="dark"] .spds-store{color-scheme:dark}
html[data-store-mode="dark"] .spds-store .sp-store-header{background:color-mix(in srgb,var(--sp-dark-surface) 92%,transparent);border-color:var(--ph-dark-border)}
html[data-store-mode="dark"] .spds-store :where(.sp-product-card,.sp-category-card,.ph-category-card,.ph-brand-card,.sp-filter-card,.ph-product-detail,.ph-product-tabs,.ph-cart-products,.ph-cart-summary,.ph-category-drawer-v3245,.ph-search-panel-v325,.ph-contact-modal-v325,.ph-cart-drawer){background:var(--sp-dark-surface);border-color:var(--ph-dark-border)}
html[data-store-mode="dark"] .spds-store .sp-product-media,html[data-store-mode="dark"] .spds-store .ph-gallery-stage{background:color-mix(in srgb,var(--sp-dark-bg) 76%,var(--sp-dark-surface))}
html[data-store-mode="dark"] .spds-store .ph-mobile-bottom-nav{background:color-mix(in srgb,var(--sp-dark-surface) 94%,transparent);border-color:var(--ph-dark-border)}

@media (max-width:900px){
  .spds-store{--spds-store-container:min(calc(100% - 24px),var(--sp-width,1240px));--spds-store-section-space:40px}
  .spds-store .sp-catalog-layout{grid-template-columns:1fr}
  .spds-store .sp-filter-card,.spds-store .ph-cart-summary{position:static}
  .spds-store .ph-product-detail{border-radius:var(--radius-lg,24px)}
}
@media (max-width:640px){
  .spds-store{--spds-store-container:calc(100% - 20px)}
  .spds-store .sp-store-section-head{align-items:flex-start;flex-direction:column}
  .spds-store .sp-store-section-head h2{font-size:26px}
  .spds-store .sp-product-grid{gap:12px}
  .spds-store .sp-product-body{padding:14px}
  .spds-store .ph-product-detail,.spds-store .ph-product-tabs,.spds-store .ph-cart-products,.spds-store .ph-cart-summary{border-radius:var(--radius-md,16px)}
  .spds-store :where(.sp-store-btn,.ph-btn,.sp-btn){min-height:46px}
}

@media (prefers-reduced-motion:reduce){
  .spds-store *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}


/* SOURCE: public/assets/css/salespro-consolidation.css */
/* =========================================================
   SalesPro Design System — SPDS 1.5 / Consolidación visual
   ERP 3.2.6.45
   Correcciones transversales posteriores a la migración.
   ========================================================= */

/* 1. Base estable: evita desbordes y diferencias de cálculo entre módulos. */
.spds-admin *, .spds-admin *::before, .spds-admin *::after,
.spds-store *, .spds-store *::before, .spds-store *::after { box-sizing:border-box; }

.spds-admin, .spds-store { min-width:0; }
.spds-admin :where(main,section,article,aside,header,footer,div,form,fieldset),
.spds-store :where(main,section,article,aside,header,footer,div,form,fieldset) { min-width:0; }
.spds-admin :where(img,svg,video,canvas),
.spds-store :where(img,svg,video,canvas) { max-width:100%; }
.spds-admin img, .spds-store img { height:auto; }

/* 2. Tipografía: elimina saltos extraños en controles y títulos operativos. */
.spds-admin :where(h1,h2,h3,h4,h5,h6),
.spds-store :where(h1,h2,h3,h4,h5,h6) { margin-top:0; overflow-wrap:anywhere; }
.spds-admin :where(p:last-child), .spds-store :where(p:last-child) { margin-bottom:0; }
.spds-admin :where(.page-head,.spds-page-head) h1 { line-height:1.08; }

/* 3. Controles: corrige la regla heredada width:100% en tipos especiales. */
.spds-admin :where(input[type="hidden"],input[type="checkbox"],input[type="radio"],input[type="button"],input[type="submit"],input[type="reset"],input[type="color"],input[type="range"]),
.spds-store :where(input[type="hidden"],input[type="checkbox"],input[type="radio"],input[type="button"],input[type="submit"],input[type="reset"],input[type="color"],input[type="range"]) {
  width:auto; min-height:0; padding:0;
}
.spds-admin input[type="color"], .spds-store input[type="color"] { width:44px; height:44px; border-radius:var(--sp-radius-8); padding:4px; }
.spds-admin input[type="file"], .spds-store input[type="file"] { min-height:var(--sp-control-md); padding:7px 10px; }
.spds-admin :where(input,select,textarea)::placeholder,
.spds-store :where(input,select,textarea)::placeholder { color:var(--sp-text-muted); opacity:.78; }
.spds-admin :where(select), .spds-store :where(select) { text-overflow:ellipsis; }

/* 4. Botones: conserva botones de icono y evita que grupos se deformen. */
.spds-admin :where(.btn,.sp-btn,button.btn,a.btn),
.spds-store :where(.sp-store-btn) { max-width:100%; white-space:nowrap; }
.spds-admin :where(.btn-icon,.icon-btn,.action-btn,.modal-close,.close-btn,[aria-label][class*="close"]) {
  width:var(--sp-control-md); min-width:var(--sp-control-md); padding:0; flex:0 0 auto;
}
.spds-admin :where(.actions,.page-actions,.toolbar-actions,.row-actions,.hb-head-actions),
.spds-store :where(.actions,.store-actions) { display:flex; align-items:center; flex-wrap:wrap; gap:var(--sp-space-8); }
.spds-admin :where(.btn svg,.sp-btn svg), .spds-store :where(.sp-store-btn svg) { width:18px; height:18px; flex:0 0 auto; }

/* 5. Tarjetas y paneles: una tarjeta anidada no duplica sombra/borde exterior. */
.spds-admin :where(.sp-card,.sp-panel,.card,.panel,.table-card) :where(.sp-card,.sp-panel) { box-shadow:none; }
.spds-admin :where(.sp-card,.card,.panel,.table-card),
.spds-store :where(.sp-card,.sp-store-card) { background-clip:padding-box; }
.spds-admin :where(.card,.panel,.table-card) > :first-child,
.spds-store :where(.sp-store-card) > :first-child { margin-top:0; }
.spds-admin :where(.card,.panel,.table-card) > :last-child,
.spds-store :where(.sp-store-card) > :last-child { margin-bottom:0; }

/* 6. Tablas: evita borde y sombra duplicados y mantiene acciones visibles. */
.spds-admin :where(.table-wrap,.sp-table-wrap,.table-card) table { margin:0; }
.spds-admin .table-card:has(> table),
.spds-admin .table-card:has(> .table-wrap) { padding:0; }
.spds-admin :where(.table-wrap,.sp-table-wrap) :where(.table-wrap,.sp-table-wrap) { border:0; border-radius:0; box-shadow:none; }
.spds-admin table :where(th,td) { overflow-wrap:normal; }
.spds-admin table td:last-child :where(.actions,.row-actions) { justify-content:flex-end; flex-wrap:nowrap; }

/* 7. Modales: tamaño predecible y scroll interno, no de toda la pantalla. */
.spds-admin :where(.modal-card,.sp-modal__dialog,.product-search-dialog,.simple-qr-card),
.spds-store :where(.modal-card,.sp-modal__dialog) {
  max-width:min(720px,calc(100vw - 32px)); max-height:calc(100dvh - 32px); overflow:auto;
}
.spds-admin :where(.modal,.sp-modal,.pos-modal,.product-search-modal),
.spds-store :where(.modal,.sp-modal) { padding:var(--sp-space-16); }

/* 8. Estados: foco consistente sin desplazar componentes. */
.spds-admin :where(a,button,input,select,textarea,[tabindex]):focus-visible,
.spds-store :where(a,button,input,select,textarea,[tabindex]):focus-visible {
  outline:2px solid color-mix(in srgb,var(--sp-color-secondary) 58%,transparent);
  outline-offset:2px;
}
.spds-admin :where(.btn,.sp-btn,button.btn,a.btn):focus-visible,
.spds-store :where(.sp-store-btn):focus-visible { outline:0; }

/* 9. Carga, estados vacíos y avisos: dimensiones y jerarquía homogéneas. */
.spds-admin :where(.empty-state,.no-results,.loading-state),
.spds-store :where(.empty-state,.no-results,.loading-state) {
  padding:var(--sp-space-32); text-align:center; color:var(--sp-text-muted);
}
.spds-admin :where(.alert,.notice,.sp-alert) + :where(.alert,.notice,.sp-alert),
.spds-store :where(.alert,.notice,.sp-alert) + :where(.alert,.notice,.sp-alert) { margin-top:var(--sp-space-12); }

/* 10. Dark mode: controles nativos y recursos de fondo blanco. */
[data-theme="dark"] .spds-admin :where(input,select,textarea),
[data-theme="dark"] .spds-store :where(input,select,textarea) { color-scheme:dark; }
[data-theme="dark"] .spds-store :where(.product-card img,.product-gallery img,.cart-item img) { background:#fff; }

/* 11. Responsive: elimina scroll horizontal accidental sin ocultar tablas deliberadas. */
@media (max-width:900px) {
  .spds-admin :where(.page-head,.spds-page-head) { align-items:stretch; }
  .spds-admin :where(.page-actions,.toolbar-actions,.hb-head-actions) { width:100%; }
  .spds-admin :where(.page-actions,.toolbar-actions,.hb-head-actions) > :where(.btn,.sp-btn,a.btn,button.btn) { flex:1 1 auto; }
}
@media (max-width:640px) {
  .spds-admin :where(.card,.sp-card,.data-card,.quote-card,.catalog-card),
  .spds-store :where(.sp-card,.sp-store-card) { border-radius:var(--sp-radius-16); }
  .spds-admin :where(.card,.sp-card,.data-card,.quote-card,.catalog-card) { padding:var(--sp-space-16); }
  .spds-admin :where(.modal-card,.sp-modal__dialog,.product-search-dialog,.simple-qr-card),
  .spds-store :where(.modal-card,.sp-modal__dialog) { max-width:calc(100vw - 16px); max-height:calc(100dvh - 16px); border-radius:var(--sp-radius-16); }
  .spds-admin :where(.modal,.sp-modal,.pos-modal,.product-search-modal),
  .spds-store :where(.modal,.sp-modal) { padding:8px; }
  .spds-admin table td:last-child :where(.actions,.row-actions) { justify-content:flex-start; }
}

@media (prefers-reduced-motion:reduce) {
  .spds-admin *, .spds-admin *::before, .spds-admin *::after,
  .spds-store *, .spds-store *::before, .spds-store *::after {
    scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important;
  }
}


/* SOURCE: public/assets/css/salespro-motion.css */
/* SalesPro Design System 2.0 — Motion & microinteractions
   Version 3.2.6.46
   Progressive enhancement only: no layout or business-logic changes. */

:root {
  --sp-motion-fast: 140ms;
  --sp-motion-base: 220ms;
  --sp-motion-slow: 360ms;
  --sp-ease-standard: cubic-bezier(.2,.8,.2,1);
  --sp-ease-emphasized: cubic-bezier(.16,1,.3,1);
  --sp-press-scale: .975;
  --sp-lift-y: -2px;
}

html.spds-motion-ready { scroll-behavior: smooth; }

/* Interactive controls */
.spds-admin :where(.btn,.sp-btn,button:not(.no-spds-motion),[role="button"]),
.spds-store :where(.ph-btn,.btn,.sp-btn,button:not(.no-spds-motion),[role="button"]) {
  transition:
    transform var(--sp-motion-fast) var(--sp-ease-standard),
    box-shadow var(--sp-motion-base) var(--sp-ease-standard),
    background-color var(--sp-motion-base) var(--sp-ease-standard),
    border-color var(--sp-motion-base) var(--sp-ease-standard),
    color var(--sp-motion-base) var(--sp-ease-standard),
    opacity var(--sp-motion-fast) linear;
  -webkit-tap-highlight-color: transparent;
}

.spds-admin :where(.btn,.sp-btn,button,[role="button"]):not(:disabled):not([aria-disabled="true"]):active,
.spds-store :where(.ph-btn,.btn,.sp-btn,button,[role="button"]):not(:disabled):not([aria-disabled="true"]):active,
.spds-motion-pressed {
  transform: scale(var(--sp-press-scale)) !important;
}

/* Lift only for genuine cards; never move table wrappers or form shells */
.spds-admin :where(.sp-card,.metric-card,.dashboard-card,.quick-action-card),
.spds-store :where(.product-card,.ph-product-card,.ph-collection-card,.ph-promo-card) {
  transition:
    transform var(--sp-motion-base) var(--sp-ease-emphasized),
    box-shadow var(--sp-motion-base) var(--sp-ease-standard),
    border-color var(--sp-motion-base) var(--sp-ease-standard);
}

@media (hover:hover) and (pointer:fine) {
  .spds-admin :where(.sp-card,.metric-card,.dashboard-card,.quick-action-card):hover,
  .spds-store :where(.product-card,.ph-product-card,.ph-collection-card,.ph-promo-card):hover {
    transform: translateY(var(--sp-lift-y));
  }
}

/* Inputs: subtle focus transition without changing dimensions */
.spds-admin :where(input,select,textarea),
.spds-store :where(input,select,textarea) {
  transition:
    border-color var(--sp-motion-fast) var(--sp-ease-standard),
    box-shadow var(--sp-motion-fast) var(--sp-ease-standard),
    background-color var(--sp-motion-base) var(--sp-ease-standard);
}

/* Progressive reveal. Elements stay visible when JS is unavailable. */
.spds-motion-ready .spds-reveal {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity var(--sp-motion-slow) var(--sp-ease-emphasized),
    transform var(--sp-motion-slow) var(--sp-ease-emphasized);
  transition-delay: var(--sp-reveal-delay, 0ms);
}
.spds-motion-ready .spds-reveal.spds-in-view {
  opacity: 1;
  transform: none;
}

/* Modal and drawer transitions — compatible with hidden/display implementations */
.spds-admin :where(.modal,.sp-modal,.modal-overlay),
.spds-store :where(.modal,.sp-modal,.ph-cart-drawer-overlay,.ph-mobile-overlay) {
  transition: opacity var(--sp-motion-base) var(--sp-ease-standard), visibility var(--sp-motion-base) linear;
}
.spds-admin :where(.modal-content,.sp-modal__dialog,.modal-dialog),
.spds-store :where(.modal-content,.sp-modal__dialog,.ph-cart-drawer) {
  transition: transform var(--sp-motion-slow) var(--sp-ease-emphasized), opacity var(--sp-motion-base) linear;
}
.spds-store .ph-cart-drawer { will-change: transform; }

/* Busy state utility */
.sp-is-busy,
[aria-busy="true"] {
  cursor: wait !important;
}
.sp-is-busy::after,
button[aria-busy="true"]::after,
a[aria-busy="true"]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-inline-start: .55em;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  vertical-align: -.15em;
  animation: spds-spin .7s linear infinite;
}
@keyframes spds-spin { to { transform: rotate(360deg); } }

/* Skeleton utilities for future AJAX blocks */
.sp-skeleton {
  position: relative;
  overflow: hidden;
  color: transparent !important;
  background: color-mix(in srgb, var(--surface-2, #e9eaf1) 88%, transparent);
  border-color: transparent !important;
  border-radius: var(--radius-sm, 8px);
}
.sp-skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);
  animation: spds-shimmer 1.35s infinite;
}
@keyframes spds-shimmer { 100% { transform: translateX(100%); } }

/* Toast entrance utility */
.sp-toast-enter { animation: spds-toast-in var(--sp-motion-slow) var(--sp-ease-emphasized) both; }
@keyframes spds-toast-in {
  from { opacity:0; transform:translate3d(0,-8px,0) scale(.985); }
  to { opacity:1; transform:none; }
}

/* Current-page navigation feedback */
.spds-admin :where(.sidebar a,.nav-link)[aria-current="page"],
.spds-store .sp-store-links > a[aria-current="page"] {
  position: relative;
}
.spds-admin :where(.sidebar a,.nav-link)[aria-current="page"]::after,
.spds-store .sp-store-links > a[aria-current="page"]::after {
  content:"";
  position:absolute;
  inset-inline-start:0;
  top:25%;
  bottom:25%;
  width:3px;
  border-radius:999px;
  background:currentColor;
  animation:spds-indicator-in var(--sp-motion-base) var(--sp-ease-emphasized) both;
}
@keyframes spds-indicator-in { from { transform:scaleY(0); opacity:0; } }

/* Respect accessibility settings completely */
@media (prefers-reduced-motion: reduce) {
  html.spds-motion-ready { scroll-behavior:auto; }
  *,*::before,*::after {
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }
  .spds-motion-ready .spds-reveal { opacity:1; transform:none; }
}


/* SPDS 2.1 — compatibility fixes for storefront controls */
/* Product cards already provide their own loading spinner and labels. */
.spds-store button.ph-add-button-v3241[aria-busy="true"]::after,
.spds-store button.ph-add-button-v3241.sp-is-busy::after,
.spds-store [data-add-button][aria-busy="true"]::after,
.spds-store [data-add-button].sp-is-busy::after {
  content: none !important;
  display: none !important;
  animation: none !important;
}

/* Taxonomy pills and category drawer rows must never receive the global
   current-page side indicator. Their active state is rendered by the theme. */
.spds-store .ph-category-row-v3245[aria-current="page"]::after,
.spds-store .ph-taxonomy-pills a[aria-current="page"]::after,
.spds-store .ph-catalog-brand-pills-v32621 a[aria-current="true"]::after {
  content: none !important;
  display: none !important;
}


/* SPDS 2.1.2 — mobile bottom navigation must never inherit the side indicator. */
.spds-store .ph-mobile-bottom-nav > a::before,
.spds-store .ph-mobile-bottom-nav > a::after,
.spds-store .ph-mobile-bottom-nav > button::before,
.spds-store .ph-mobile-bottom-nav > button::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}


/* SOURCE: legacy inline storefront base, extracted from layout */
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--sp-bg);color:var(--sp-text);font-family:'Gilroy',Arial,sans-serif}body,button,input,select,textarea{font-family:'Gilroy',Arial,sans-serif!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.sp-store-wrap{width:min(calc(100% - 30px),var(--sp-width));margin:auto}.sp-store-announcement{padding:8px 15px;text-align:center;color:#fff;background:var(--sp-accent);font-size:12px}.sp-store-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--sp-color-border);background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}.sp-store-nav{display:flex;align-items:center;gap:20px;min-height:74px}.sp-store-logo{display:flex;align-items:center;gap:10px;color:var(--sp-text);text-decoration:none;font-size:21px;font-weight:900}.sp-store-logo img{max-width:150px;max-height:45px}.sp-store-search{flex:1;display:flex;max-width:560px;margin-left:auto}.sp-store-search input{width:100%;min-height:43px;padding:0 15px;border:1px solid var(--sp-color-border);border-radius:999px 0 0 999px;background:var(--sp-color-bg-page)}.sp-store-search button{padding:0 16px;border:0;border-radius:0 999px 999px 0;color:#fff;background:var(--sp-accent);font-weight:800}.sp-store-links{display:flex;gap:14px;align-items:center}.sp-store-links a{color:var(--sp-color-text-primary);text-decoration:none;font-size:12px;font-weight:800}.sp-store-main{min-height:65vh}.sp-breadcrumbs{display:flex;flex-wrap:wrap;gap:7px;padding:18px 0;color:var(--sp-color-text-secondary);font-size:11px}.sp-breadcrumbs a{color:var(--sp-color-text-secondary);text-decoration:none}.sp-store-hero{position:relative;overflow:hidden;min-height:380px;margin:24px 0;padding:55px;border-radius:28px;color:#fff;background:linear-gradient(135deg,var(--sp-primary),var(--sp-accent))}.sp-store-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.52}.sp-store-hero-content{position:relative;z-index:2;max-width:690px}.sp-store-hero h1{margin:0 0 14px;font-size:clamp(34px,5vw,65px);line-height:.98}.sp-store-hero p{font-size:18px;color:var(--sp-color-border)}.sp-store-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:0;border-radius:var(--sp-button-radius);color:#fff;background:var(--sp-accent);text-decoration:none;font-size:12px;font-weight:900;cursor:pointer}.sp-store-btn.secondary{color:var(--sp-color-text-primary);background:#fff;border:1px solid var(--sp-color-border)}.sp-store-section{margin:42px 0}.sp-store-section-head{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:17px}.sp-store-section h2{margin:0;font-size:27px}.sp-store-section-head p{margin:5px 0 0;color:var(--sp-color-text-secondary)}.sp-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.sp-category-card{overflow:hidden;border:1px solid var(--sp-color-border);border-radius:var(--sp-card-radius);background:var(--sp-surface);text-decoration:none;color:inherit}.sp-category-card img{width:100%;height:130px;object-fit:cover;background:#f1f5f9}.sp-category-card div{padding:14px}.sp-category-card strong{display:block}.sp-category-card small{color:var(--sp-color-text-secondary)}.sp-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:17px}.sp-product-card{position:relative;display:grid;overflow:hidden;border:1px solid var(--sp-color-border);border-radius:var(--sp-card-radius);background:var(--sp-surface)}.sp-product-media{display:grid;place-items:center;min-height:220px;background:var(--sp-color-bg-page)}.sp-product-media img{width:100%;height:220px;object-fit:contain}.sp-product-body{display:grid;gap:8px;padding:14px}.sp-product-brand{color:var(--sp-color-primary);font-size:10px;font-weight:900;text-transform:uppercase}.sp-product-card h3{margin:0;font-size:15px;line-height:1.25}.sp-product-price{font-size:20px;font-weight:900}.sp-product-stock{font-size:10px;font-weight:800}.sp-product-stock.in{color:var(--sp-color-success)}.sp-product-stock.out{color:var(--sp-color-danger)}.sp-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:4px}.sp-brand-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.sp-brand-card{display:grid;place-items:center;min-height:100px;padding:15px;border:1px solid var(--sp-color-border);border-radius:var(--sp-card-radius);background:#fff;text-decoration:none;color:inherit}.sp-brand-card img{max-width:100%;max-height:55px;object-fit:contain}.sp-store-footer{margin-top:55px;padding:45px 0;color:var(--sp-color-border);background:var(--sp-primary)}.sp-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px}.sp-store-footer h3,.sp-store-footer h4{color:#fff}.sp-store-footer a{color:var(--sp-color-border);text-decoration:none}.sp-catalog-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px;margin-bottom:45px}.sp-filter-card{position:sticky;top:95px;align-self:start;display:grid;gap:12px;padding:15px;border:1px solid var(--sp-color-border);border-radius:16px;background:#fff}.sp-filter-card label{display:grid;gap:5px;color:var(--sp-color-text-secondary);font-size:10px;font-weight:900;text-transform:uppercase}.sp-filter-card input,.sp-filter-card select{min-height:40px;padding:0 10px;border:1px solid var(--sp-color-border);border-radius:10px}.sp-pagination{display:flex;justify-content:center;gap:8px;margin:25px 0}.sp-pagination a,.sp-pagination span{padding:9px 12px;border:1px solid var(--sp-color-border);border-radius:9px;background:#fff;text-decoration:none;color:var(--sp-color-text-primary)}.sp-pagination .active{color:#fff;background:var(--sp-accent)}.sp-product-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:35px;margin-bottom:45px}.sp-gallery-main{display:grid;place-items:center;min-height:480px;border:1px solid var(--sp-color-border);border-radius:22px;background:#fff}.sp-gallery-main img{width:100%;height:480px;object-fit:contain}.sp-gallery-thumbs{display:flex;gap:8px;overflow:auto;margin-top:10px}.sp-gallery-thumbs button{width:72px;height:72px;padding:4px;border:1px solid var(--sp-color-border);border-radius:10px;background:#fff}.sp-gallery-thumbs img{width:100%;height:100%;object-fit:contain}.sp-product-info h1{margin:8px 0 12px;font-size:36px;line-height:1.05}.sp-product-info .price{font-size:31px;font-weight:900}.sp-product-info .summary{color:var(--sp-color-text-secondary);line-height:1.6}.sp-product-info-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:18px 0}.sp-product-content{display:grid;gap:20px;padding:22px;border:1px solid var(--sp-color-border);border-radius:20px;background:#fff}.sp-product-content h2{margin:0}.sp-taxonomy-hero{display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center;margin:25px 0;padding:28px;border:1px solid var(--sp-color-border);border-radius:22px;background:#fff}.sp-taxonomy-hero img{width:180px;height:130px;object-fit:contain}.sp-empty{padding:50px 20px;text-align:center;border:1px dashed var(--sp-color-border);border-radius:18px;color:var(--sp-color-text-secondary)}
@media(max-width:900px){.sp-store-links{display:none}.sp-catalog-layout,.sp-product-detail{grid-template-columns:1fr}.sp-filter-card{position:static}.sp-footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.sp-store-nav{flex-wrap:wrap;padding:12px 0}.sp-store-search{order:3;width:100%;max-width:none}.sp-store-hero{min-height:320px;padding:36px 22px}.sp-product-actions,.sp-product-info-actions{grid-template-columns:1fr}.sp-footer-grid,.sp-taxonomy-hero{grid-template-columns:1fr}.sp-gallery-main,.sp-gallery-main img{min-height:330px;height:330px}}

/* SOURCE: premium_hybrid/theme.css */
/* SalesPro ERP 3.2.6.19
   Tokens y componentes autoritativos se declaran primero con alcance del tema.
   El CSS histórico se conserva debajo para compatibilidad con vistas anteriores. */
/* SALES PRO 3.2.6.19 — AUDITORÍA VISUAL CONSOLIDADA
   Capa final autoritativa: jerarquía, accesibilidad y respuesta móvil. */
html body[data-web-theme="premium_hybrid"]{
  --tp-font-display:"Gilroy",Arial,sans-serif;
  --tp-ink:#17171a;
  --tp-muted:#686875;
  --tp-purple:var(--sp-button-primary-hover);
  --tp-purple-dark:#3f167f;
  --tp-line:#e7e5eb;
  --tp-soft:#f7f6f9;
  --tp-white:#fff;
  --tp-r-sm:12px;
  --tp-r-md:18px;
  --tp-r-lg:28px;
  --tp-shadow:0 14px 40px rgba(24,18,34,.08);
  --tp-shadow-hover:0 18px 50px rgba(44,25,76,.13);
  color:var(--tp-ink);
  background:#fff;
  font-family:var(--tp-font-display);
  font-size:16px;
  line-height:1.55;
}
html body[data-web-theme="premium_hybrid"] .sp-store-wrap{
  width:min(calc(100% - 40px),1440px);
}
html body[data-web-theme="premium_hybrid"] :where(a,button,input,select,textarea,summary):focus-visible{
  outline:3px solid rgba(91,33,182,.35);
  outline-offset:3px;
}
html body[data-web-theme="premium_hybrid"] :where(button,.ph-btn,.sp-store-btn,input,select){min-height:44px}
html body[data-web-theme="premium_hybrid"] h1,
html body[data-web-theme="premium_hybrid"] h2,
html body[data-web-theme="premium_hybrid"] h3{
  color:var(--tp-ink);
  font-family:var(--tp-font-display);
  letter-spacing:-.025em;
  text-wrap:balance;
}
html body[data-web-theme="premium_hybrid"] h1{font-size:clamp(2.35rem,5vw,4.8rem);line-height:.98}
html body[data-web-theme="premium_hybrid"] h2{font-size:clamp(1.75rem,3vw,2.75rem);line-height:1.08}
html body[data-web-theme="premium_hybrid"] h3{font-size:1.08rem;line-height:1.25}
html body[data-web-theme="premium_hybrid"] .sp-store-header{
  border-bottom:1px solid rgba(23,23,26,.08);
  background:rgba(255,255,255,.94);
  box-shadow:0 6px 22px rgba(20,18,25,.04);
}
html body[data-web-theme="premium_hybrid"] .ph-header-row-v3245{min-height:78px;gap:18px}
html body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 img{max-height:46px;object-fit:contain}
html body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532{
  border:1px solid var(--tp-line);
  border-radius:999px;
  background:var(--tp-soft);
}
html body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532:hover{border-color:#cfc8da;background:#fff}
html body[data-web-theme="premium_hybrid"] .sp-store-section,
html body[data-web-theme="premium_hybrid"] .ph-section{margin-block:clamp(50px,7vw,96px)}
html body[data-web-theme="premium_hybrid"] .sp-store-section-head,
html body[data-web-theme="premium_hybrid"] .ph-section-head{align-items:end;gap:24px;margin-bottom:24px}
html body[data-web-theme="premium_hybrid"] .sp-store-section-head p,
html body[data-web-theme="premium_hybrid"] .ph-section-head p{max-width:700px;color:var(--tp-muted);font-size:1rem}
html body[data-web-theme="premium_hybrid"] .ph-category-card,
html body[data-web-theme="premium_hybrid"] .ph-brand-card{
  border:1px solid var(--tp-line);
  border-radius:var(--tp-r-md);
  background:#fff;
  box-shadow:0 8px 24px rgba(25,20,34,.04);
  transition:border-color .2s ease,box-shadow .2s ease;
}
html body[data-web-theme="premium_hybrid"] .ph-category-card:hover,
html body[data-web-theme="premium_hybrid"] .ph-brand-card:hover{border-color:#d5cce3;box-shadow:var(--tp-shadow)}
html body[data-web-theme="premium_hybrid"] .ph-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(16px,2vw,26px);
}
html body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
  display:flex;
  min-width:0;
  height:100%;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--tp-line);
  border-radius:var(--tp-r-md);
  background:#fff;
  box-shadow:0 8px 26px rgba(27,20,38,.05);
  transition:border-color .2s ease,box-shadow .2s ease;
}
html body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover{border-color:#d8cfdf;box-shadow:var(--tp-shadow-hover)}
html body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
  display:grid;
  aspect-ratio:1/1;
  min-height:0;
  place-items:center;
  overflow:hidden;
  background:#fff;
}
html body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{
  width:100%;
  height:100%;
  padding:18px;
  object-fit:contain;
  transform:none;
}
html body[data-web-theme="premium_hybrid"] .ph-product-card:hover .ph-product-media img{transform:none}
html body[data-web-theme="premium_hybrid"] .ph-product-body-v3241{display:flex;flex:1;flex-direction:column;gap:14px;padding:18px}
html body[data-web-theme="premium_hybrid"] .ph-product-card h3{min-height:3.75em;margin:0}
html body[data-web-theme="premium_hybrid"] .ph-product-card h3 a{
  display:-webkit-box;
  overflow:hidden;
  color:var(--tp-ink);
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  text-decoration:none;
}
html body[data-web-theme="premium_hybrid"] .ph-product-brand,
html body[data-web-theme="premium_hybrid"] .ph-card-code{color:var(--tp-muted);font-size:.75rem;letter-spacing:.06em}
html body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241{margin-top:auto}
html body[data-web-theme="premium_hybrid"] .ph-product-price{color:var(--tp-ink);font-size:1.35rem;font-weight:800}
html body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241{margin-top:0}
html body[data-web-theme="premium_hybrid"] .ph-btn-card,
html body[data-web-theme="premium_hybrid"] .ph-add-button-v3241{width:100%;min-height:48px;border-radius:12px;font-size:.94rem}
html body[data-web-theme="premium_hybrid"] .ph-product-badge{font-size:.72rem;letter-spacing:.02em}
html body[data-web-theme="premium_hybrid"] .ph-product-detail{gap:clamp(28px,5vw,70px);align-items:start}
html body[data-web-theme="premium_hybrid"] .ph-gallery-stage,
html body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328{background:#fff}
html body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328 img{object-fit:contain}
html body[data-web-theme="premium_hybrid"] .ph-product-summary-v326{position:sticky;top:110px}
html body[data-web-theme="premium_hybrid"] .ph-detail-price{font-size:clamp(2rem,4vw,3.25rem)}
html body[data-web-theme="premium_hybrid"] .ph-detail-summary,
html body[data-web-theme="premium_hybrid"] .ph-product-content{color:#55545f;font-size:1.02rem;line-height:1.75}
html body[data-web-theme="premium_hybrid"] .sp-empty{
  padding:clamp(42px,8vw,90px) 24px;
  border:1px dashed #cdc7d5;
  border-radius:var(--tp-r-lg);
  background:var(--tp-soft);
}
html body[data-web-theme="premium_hybrid"] .ph-cart-drawer{width:min(440px,100vw);background:#fff;box-shadow:-20px 0 70px rgba(21,17,28,.18)}
html body[data-web-theme="premium_hybrid"] .ph-cart-drawer-items{overscroll-behavior:contain}
html body[data-web-theme="premium_hybrid"] .ph-cart-drawer-footer{position:sticky;bottom:0;border-top:1px solid var(--tp-line);background:#fff}
html body[data-web-theme="premium_hybrid"] .sp-store-footer{margin-top:clamp(60px,8vw,110px)}
html body[data-web-theme="premium_hybrid"] .sp-store-footer p,
html body[data-web-theme="premium_hybrid"] .sp-store-footer a{font-size:.95rem;line-height:1.65}
@media (max-width:1100px){
  html body[data-web-theme="premium_hybrid"] .ph-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  html body[data-web-theme="premium_hybrid"] .ph-product-summary-v326{position:static}
}
@media (max-width:780px){
  html body[data-web-theme="premium_hybrid"] .sp-store-wrap{width:min(calc(100% - 28px),1440px)}
  html body[data-web-theme="premium_hybrid"] .ph-header-row-v3245{min-height:68px;gap:10px}
  html body[data-web-theme="premium_hybrid"] .ph-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  html body[data-web-theme="premium_hybrid"] .ph-product-body-v3241{padding:14px}
  html body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{padding:12px}
  html body[data-web-theme="premium_hybrid"] .ph-product-detail{grid-template-columns:1fr}
  html body[data-web-theme="premium_hybrid"] .sp-footer-grid{grid-template-columns:1fr 1fr;gap:28px}
}
@media (max-width:480px){
  html body[data-web-theme="premium_hybrid"] .sp-store-wrap{width:min(calc(100% - 22px),1440px)}
  html body[data-web-theme="premium_hybrid"] .ph-product-grid{grid-template-columns:1fr}
  html body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{max-width:420px;margin-inline:auto}
  html body[data-web-theme="premium_hybrid"] .sp-footer-grid{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  html body[data-web-theme="premium_hybrid"] *,
  html body[data-web-theme="premium_hybrid"] *::before,
  html body[data-web-theme="premium_hybrid"] *::after{scroll-behavior:auto;animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms}
}

/* SalesPro 3.2.6.20 — corrección estructural visual */
html body[data-web-theme="premium_hybrid"] .ph-visually-hidden-v32620{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0;
}
html body[data-web-theme="premium_hybrid"] .ph-add-label[hidden],
html body[data-web-theme="premium_hybrid"] .ph-add-loading[hidden],
html body[data-web-theme="premium_hybrid"] .ph-add-success[hidden],
html body[data-web-theme="premium_hybrid"] .ph-cart-drawer-footer[hidden]{display:none!important}
html body[data-web-theme="premium_hybrid"] .ph-add-button-v3241{
  contain:layout;min-width:0;
}
html body[data-web-theme="premium_hybrid"] .ph-add-label,
html body[data-web-theme="premium_hybrid"] .ph-add-loading,
html body[data-web-theme="premium_hybrid"] .ph-add-success{width:100%;min-width:0;white-space:nowrap}
html body[data-web-theme="premium_hybrid"] .ph-featured-section-v32620{
  padding:clamp(28px,4vw,54px);border:1px solid var(--tp-line);
  border-radius:var(--tp-r-lg);background:linear-gradient(145deg,#faf8fd,#fff 58%);
}
html body[data-web-theme="premium_hybrid"] .ph-featured-section-v32620 .ph-product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
html body[data-web-theme="premium_hybrid"] .ph-newest-section-v32620{
  padding-block:clamp(16px,2.5vw,34px);border-block:1px solid var(--tp-line);
}
html body[data-web-theme="premium_hybrid"] .ph-newest-section-v32620 .ph-product-card-v3241{
  box-shadow:0 5px 18px rgba(27,20,38,.045);
}
html body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255:not(.swiper-initialized),
html body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255:not(.swiper-initialized){overflow:hidden}
html body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255:not(.swiper-initialized) .swiper-wrapper,
html body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255:not(.swiper-initialized) .swiper-wrapper{
  display:flex;gap:16px;transform:none;
}
html body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255:not(.swiper-initialized) .swiper-slide{
  flex:0 0 calc((100% - 64px)/5);width:auto;
}
html body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255:not(.swiper-initialized) .swiper-slide{
  flex:0 0 calc((100% - 80px)/6);width:auto;
}
html body[data-web-theme="premium_hybrid"] .ph-cart-empty{min-height:280px;padding:34px 22px}
html body[data-web-theme="premium_hybrid"] .ph-cart-empty-action-v32620{
  width:min(100%,240px);min-height:48px;margin-top:20px;color:#fff;text-decoration:none;
}
html body[data-web-theme="premium_hybrid"] .ph-contact-brand-v325 h2{font-size:clamp(1.75rem,4vw,2.5rem)}
html body[data-web-theme="premium_hybrid"] :where(.ph-home,.ph-section,.ph-product-grid,.ph-product-card,.ph-product-body-v3241){min-width:0;max-width:100%}
html body[data-web-theme="premium_hybrid"] img{max-width:100%}
@media(max-width:1100px){
  html body[data-web-theme="premium_hybrid"] .ph-featured-section-v32620 .ph-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  html body[data-web-theme="premium_hybrid"] .ph-featured-section-v32620{padding:28px 14px}
  html body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255:not(.swiper-initialized) .swiper-slide{flex-basis:82%}
  html body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255:not(.swiper-initialized) .swiper-slide{flex-basis:52%}
  html body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 a,
  html body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 button{
    flex:1;min-width:0;min-height:56px;padding:4px 2px;gap:4px;
  }
  html body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 span{
    max-width:100%;overflow:hidden;color:inherit;font-size:12px;line-height:1;white-space:nowrap;text-overflow:ellipsis;
  }
  html body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 :where(a,button).is-active{
    color:var(--sp-primary);background:color-mix(in srgb,var(--sp-accent) 12%,var(--sp-surface));opacity:1;
  }
}
@media(max-width:480px){
  html body[data-web-theme="premium_hybrid"] .ph-featured-section-v32620 .ph-product-grid{grid-template-columns:1fr}
  html body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 span{font-size:11px}
}
/* COMPATIBILIDAD HISTÓRICA DEL TEMA */
/* SalesPro Premium Hybrid 3.2.1 */
body[data-web-theme="premium_hybrid"]{--ph-ink:var(--sp-text);--ph-muted:var(--sp-muted);--ph-purple:var(--sp-accent);--ph-purple-deep:var(--sp-primary);--ph-line:color-mix(in srgb,var(--sp-text) 16%,transparent);--ph-soft:var(--sp-bg);--ph-white:var(--sp-surface);background:radial-gradient(circle at 90% 0,color-mix(in srgb,var(--sp-accent) 12%,transparent),transparent 31%),var(--sp-bg);color:var(--ph-ink)}
body[data-web-theme="premium_hybrid"] .sp-store-wrap{width:min(calc(100% - 38px),1320px)}
body[data-web-theme="premium_hybrid"] .sp-store-announcement{padding:9px 16px;background:linear-gradient(90deg,var(--sp-color-secondary),var(--sp-button-primary-hover),var(--sp-color-secondary));background-size:200% 100%;animation:phGradient 12s linear infinite;font-size:11px;font-weight:700;letter-spacing:.035em}
body[data-web-theme="premium_hybrid"] .sp-store-header{top:0;border-bottom:1px solid rgba(148,163,184,.18);background:rgba(255,255,255,.82);backdrop-filter:blur(22px) saturate(160%);box-shadow:0 10px 34px rgba(15,23,42,.055)}
body[data-web-theme="premium_hybrid"] .sp-store-nav{min-height:82px;gap:18px}
body[data-web-theme="premium_hybrid"] .sp-store-logo{min-width:150px;font-size:22px;letter-spacing:-.035em}
body[data-web-theme="premium_hybrid"] .sp-store-logo img{max-width:168px;max-height:48px}
body[data-web-theme="premium_hybrid"] .sp-store-search{max-width:520px}
body[data-web-theme="premium_hybrid"] .sp-store-search input{min-height:48px;padding-left:19px;border:1px solid var(--sp-color-border);background:var(--sp-color-bg-page);box-shadow:inset 0 1px 0 #fff;outline:0}
body[data-web-theme="premium_hybrid"] .sp-store-search input:focus{border-color:var(--sp-input-border-focus);background:var(--sp-input-bg);box-shadow:0 0 0 4px color-mix(in srgb,var(--sp-color-accent) 12%,transparent)}
body[data-web-theme="premium_hybrid"] .sp-store-search button{min-width:84px;background:var(--sp-button-primary-bg);color:var(--sp-button-primary-text)}
body[data-web-theme="premium_hybrid"] .sp-store-links{gap:5px}
body[data-web-theme="premium_hybrid"] .sp-store-links>a{padding:10px 11px;border-radius:11px;color:#293246;font-size:11px;transition:.18s ease}
body[data-web-theme="premium_hybrid"] .sp-store-links>a:hover{color:var(--sp-color-primary);background:color-mix(in srgb,var(--sp-color-primary) 8%,var(--sp-color-bg-surface))}
body[data-web-theme="premium_hybrid"] .ph-cart-link{display:flex;align-items:center;gap:7px;color:#fff!important;background:var(--sp-color-secondary)!important}
body[data-web-theme="premium_hybrid"] .ph-cart-link b{font-size:15px}
.ph-mobile-toggle,.ph-mobile-overlay{display:none}
.ph-home{overflow:hidden}.ph-hero{position:relative;overflow:hidden;min-height:610px;margin:22px 0 0;color:#fff;background:linear-gradient(120deg,#10071f 0%,var(--sp-color-secondary) 58%,var(--sp-button-primary-hover) 100%)}.ph-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.42}.ph-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,7,25,.96) 0%,rgba(25,12,48,.78) 48%,rgba(32,12,62,.3) 100%)}.ph-hero-orb{position:absolute;border-radius:999px;filter:blur(4px);pointer-events:none}.ph-hero-orb-a{width:370px;height:370px;right:4%;top:-22%;background:rgba(168,85,247,.28);box-shadow:0 0 90px rgba(168,85,247,.38)}.ph-hero-orb-b{width:220px;height:220px;right:29%;bottom:-18%;background:rgba(59,130,246,.18);box-shadow:0 0 70px rgba(59,130,246,.22)}.ph-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(330px,.7fr);gap:64px;align-items:center;min-height:610px;padding-top:64px;padding-bottom:64px}.ph-hero-copy{max-width:760px}.ph-eyebrow,.ph-section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--sp-color-accent);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.ph-hero .ph-eyebrow{color:#d8c7ff}.ph-hero h1{max-width:760px;margin:18px 0;font-size:clamp(46px,6vw,86px);line-height:.92;letter-spacing:-.065em}.ph-hero-copy>p{max-width:620px;margin:0;color:#d7d8e0;font-size:18px;line-height:1.65}.ph-hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:30px}.ph-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:0 20px;border:1px solid transparent;border-radius:14px;text-decoration:none;font-size:12px;font-weight:900;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.ph-btn:hover{transform:translateY(-2px)}.ph-btn-primary{color:var(--sp-button-primary-text);background:var(--sp-button-primary-bg);box-shadow:0 14px 35px color-mix(in srgb,var(--sp-button-primary-bg) 34%,transparent)}.ph-btn-ghost{color:#fff;border-color:rgba(255,255,255,.26);background:rgba(255,255,255,.08);backdrop-filter:blur(12px)}.ph-btn-light{color:var(--sp-color-secondary);background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.16)}.ph-hero-metrics{display:flex;flex-wrap:wrap;gap:25px;margin-top:42px}.ph-hero-metrics div{display:grid;gap:4px;padding-left:15px;border-left:1px solid rgba(255,255,255,.22)}.ph-hero-metrics strong{font-size:12px}.ph-hero-metrics span{color:#b7b9c7;font-size:10px}.ph-hero-card{padding:28px;border:1px solid rgba(255,255,255,.18);border-radius:26px;background:rgba(255,255,255,.09);backdrop-filter:blur(18px);box-shadow:0 26px 70px rgba(0,0,0,.24)}.ph-hero-card-kicker{display:block;margin-bottom:18px;color:#d8c7ff;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.ph-hero-card>strong{display:block;font-size:28px;line-height:1.05;letter-spacing:-.04em}.ph-hero-card>p{color:#c9cad4;line-height:1.55}.ph-hero-search{display:flex;margin-top:22px}.ph-hero-search input{width:100%;min-height:50px;padding:0 15px;border:0;border-radius:13px 0 0 13px;outline:0}.ph-hero-search button{width:54px;border:0;border-radius:0 13px 13px 0;color:var(--sp-button-primary-text);background:var(--sp-button-primary-bg);font-size:20px;cursor:pointer}
.ph-trust-strip{position:relative;z-index:4;display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:-26px;border:1px solid var(--ph-line);border-radius:20px;background:#fff;box-shadow:0 20px 55px rgba(15,23,42,.10)}.ph-trust-strip article{display:flex;align-items:center;gap:13px;padding:20px 24px}.ph-trust-strip article+article{border-left:1px solid #edf1f6}.ph-trust-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;color:#fff;background:var(--sp-color-secondary);font-weight:900}.ph-trust-strip strong,.ph-trust-strip small{display:block}.ph-trust-strip strong{font-size:12px}.ph-trust-strip small{margin-top:3px;color:var(--ph-muted);font-size:10px}
.ph-section{margin-top:78px;margin-bottom:78px}.ph-section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:25px}.ph-section-head h2{margin:8px 0 0;font-size:clamp(30px,4vw,48px);line-height:1;letter-spacing:-.05em}.ph-section-head p{margin:10px 0 0;color:var(--ph-muted)}.ph-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--sp-color-primary);text-decoration:none;font-size:12px;font-weight:900}.ph-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ph-category-card{position:relative;display:grid;grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px;border:1px solid var(--ph-line);border-radius:19px;color:inherit;background:#fff;text-decoration:none;box-shadow:0 10px 28px rgba(15,23,42,.045);transition:.2s ease;animation-delay:var(--delay)}.ph-category-card:hover{transform:translateY(-3px);border-color:#c4b5fd;box-shadow:0 18px 40px rgba(36,16,68,.12)}.ph-category-media{display:grid;place-items:center;width:78px;height:78px;overflow:hidden;border-radius:15px;background:linear-gradient(180deg,#fff,#f2f0f8)}.ph-category-media img{width:100%;height:100%;object-fit:contain}.ph-category-media span{font-size:28px;font-weight:900;color:var(--sp-color-accent)}.ph-category-copy{display:grid;gap:5px}.ph-category-copy strong{font-size:13px}.ph-category-copy small{color:var(--ph-muted);font-size:10px}.ph-category-arrow{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;color:var(--sp-color-primary);background:color-mix(in srgb,var(--sp-color-primary) 9%,var(--sp-color-bg-surface))}
.ph-products-stage{padding:1px 0;background:linear-gradient(135deg,#10071f,#21103c 56%,var(--sp-color-primary));color:#fff}.ph-section-head-light .ph-section-kicker{color:#cbb8ff}.ph-section-head-light p{color:#b8b9c5}.ph-product-grid{display:grid;grid-template-columns:repeat(var(--ph-columns),minmax(0,1fr));gap:16px}.ph-product-card{position:relative;overflow:hidden;border:1px solid rgba(148,163,184,.22);border-radius:22px;background:#fff;color:var(--ph-ink);box-shadow:0 14px 38px rgba(15,23,42,.08);transition:.2s ease;animation-delay:var(--delay)}.ph-product-card:hover{transform:translateY(-5px);box-shadow:0 26px 56px rgba(15,23,42,.16)}.ph-product-topline{position:absolute;z-index:2;top:12px;left:12px;right:12px;display:flex;justify-content:space-between;align-items:center}.ph-product-badge{padding:7px 9px;border:1px solid rgba(255,255,255,.8);border-radius:999px;color:var(--sp-color-text-primary);background:rgba(255,255,255,.88);backdrop-filter:blur(8px);font-size:9px;font-weight:900}.ph-product-quick{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:#fff;background:var(--sp-color-secondary);text-decoration:none}.ph-product-media{display:grid;place-items:center;height:275px;padding:28px;background:linear-gradient(180deg,#fff,#f5f4f9)}.ph-product-media img{width:100%;height:100%;object-fit:contain;transition:transform .28s ease}.ph-product-card:hover .ph-product-media img{transform:scale(1.035)}.ph-product-body{display:grid;gap:9px;padding:16px}.ph-product-brand{color:var(--sp-color-accent);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.ph-product-body h3{min-height:38px;margin:0;font-size:14px;line-height:1.35}.ph-product-body h3 a{color:inherit;text-decoration:none}.ph-product-meta{display:flex;justify-content:space-between;align-items:end;gap:8px}.ph-product-price{font-size:20px;font-weight:900;letter-spacing:-.025em}.ph-stock{font-size:9px;font-weight:850}.ph-stock.in{color:var(--sp-color-success)}.ph-stock.out{color:var(--sp-color-danger)}.ph-product-actions{display:grid;grid-template-columns:1fr 42px;gap:8px;margin-top:5px}.ph-btn-card{min-height:42px;color:var(--sp-button-primary-text);background:var(--sp-button-primary-bg)}.ph-icon-btn{display:grid;place-items:center;border:1px solid #d9e1eb;border-radius:12px;color:var(--sp-color-success);background:#fff;text-decoration:none;font-size:12px;font-weight:900}
.ph-brand-track{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.ph-brand-card{display:grid;place-items:center;min-height:112px;padding:18px;border:1px solid var(--ph-line);border-radius:18px;color:inherit;background:#fff;text-decoration:none;transition:.18s ease}.ph-brand-card:hover{border-color:#c4b5fd;box-shadow:0 16px 36px rgba(36,16,68,.09)}.ph-brand-card img{max-width:100%;max-height:58px;object-fit:contain;filter:grayscale(1);opacity:.78;transition:.18s ease}.ph-brand-card:hover img{filter:none;opacity:1}.ph-cta{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:70px;margin-bottom:80px;padding:36px;border:1px solid rgba(109,40,217,.18);border-radius:26px;background:radial-gradient(circle at 90% 10%,rgba(109,40,217,.16),transparent 30%),#fff;box-shadow:0 22px 55px rgba(15,23,42,.07)}.ph-cta h2{margin:8px 0;font-size:34px;letter-spacing:-.04em}.ph-cta p{margin:0;color:var(--ph-muted)}
body[data-web-theme="premium_hybrid"] .sp-store-footer{margin-top:0;padding:60px 0 20px;background:linear-gradient(135deg,#0e071a,#21103c);color:#bfc2ce}.ph-footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.10);font-size:10px}.sp-theme-preview-bar{position:sticky;top:0;z-index:1000;padding:9px 15px;text-align:center;color:#fff;background:var(--sp-color-secondary);font-size:12px}.sp-theme-preview-bar a{margin-left:10px;color:#fff;font-weight:900}.sp-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.sp-reveal.is-visible{opacity:1;transform:none}@keyframes phGradient{to{background-position:200% 0}}
@media(max-width:1100px){body[data-web-theme="premium_hybrid"] .sp-store-links>a{padding:9px 7px}.ph-hero-grid{grid-template-columns:1fr .7fr;gap:30px}.ph-category-grid,.ph-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ph-brand-track{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){body[data-web-theme="premium_hybrid"] .sp-store-nav{display:grid;grid-template-columns:auto 1fr auto;min-height:70px}.ph-mobile-toggle{display:grid;width:42px;height:42px;padding:10px;border:1px solid var(--sp-color-border);border-radius:12px;background:#fff;cursor:pointer}.ph-mobile-toggle span{display:block;height:2px;margin:auto 0;border-radius:2px;background:var(--sp-color-secondary)}.body-menu-open{overflow:hidden}.ph-mobile-overlay{position:fixed;inset:0;z-index:48;background:rgba(9,5,18,.46);backdrop-filter:blur(3px)}.ph-mobile-overlay.is-open{display:block}.body-menu-open .sp-store-links{display:flex!important}.body-menu-open .sp-store-links{position:fixed;z-index:60;left:14px;right:14px;top:82px;flex-direction:column;align-items:stretch;padding:14px;border:1px solid rgba(148,163,184,.22);border-radius:18px;background:#fff;box-shadow:0 28px 70px rgba(15,23,42,.22)}.body-menu-open .sp-store-links>a{padding:13px 14px}.body-menu-open .ph-cart-link{justify-content:space-between}.ph-hero{min-height:auto}.ph-hero-grid{grid-template-columns:1fr;padding-top:70px;padding-bottom:70px}.ph-hero-card{display:none}.ph-trust-strip{grid-template-columns:1fr;margin-top:0;border-radius:0}.ph-trust-strip article+article{border-left:0;border-top:1px solid #edf1f6}.ph-category-grid,.ph-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-brand-track{grid-template-columns:repeat(3,1fr)}.ph-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){body[data-web-theme="premium_hybrid"] .sp-store-wrap{width:min(calc(100% - 24px),1320px)}body[data-web-theme="premium_hybrid"] .sp-store-nav{grid-template-columns:auto 1fr auto;padding:9px 0}body[data-web-theme="premium_hybrid"] .sp-store-logo{justify-content:center;min-width:0;font-size:18px}body[data-web-theme="premium_hybrid"] .sp-store-logo img{max-width:128px;max-height:38px}body[data-web-theme="premium_hybrid"] .sp-store-search{grid-column:1/-1;order:4;margin:0;max-width:none}body[data-web-theme="premium_hybrid"] .sp-store-search input{min-height:44px}.ph-hero{margin-top:0}.ph-hero-grid{padding-top:58px;padding-bottom:58px}.ph-hero h1{font-size:47px}.ph-hero-copy>p{font-size:15px}.ph-hero-actions{display:grid}.ph-btn{width:100%}.ph-hero-metrics{display:grid;grid-template-columns:1fr 1fr;gap:15px}.ph-hero-metrics div:last-child{grid-column:1/-1}.ph-trust-strip{width:100%}.ph-section{margin-top:56px;margin-bottom:56px}.ph-section-head{align-items:flex-start;flex-direction:column}.ph-category-grid{grid-template-columns:1fr}.ph-product-grid{grid-template-columns:1fr 1fr;gap:10px}.ph-product-media{height:190px;padding:18px}.ph-product-body{padding:12px}.ph-product-body h3{font-size:12px}.ph-product-price{font-size:16px}.ph-product-meta{align-items:flex-start;flex-direction:column}.ph-product-actions{grid-template-columns:1fr}.ph-icon-btn{display:none}.ph-btn-card{width:100%;min-height:38px;padding:0 10px;font-size:10px}.ph-brand-track{grid-template-columns:repeat(2,1fr)}.ph-brand-card{min-height:90px}.ph-cta{margin-bottom:55px;padding:25px}.ph-cta h2{font-size:29px}.ph-footer-bottom{align-items:flex-start;flex-direction:column}}
@media(max-width:390px){.ph-product-grid{grid-template-columns:1fr}.ph-product-media{height:245px}}
@media(prefers-reduced-motion:reduce){.sp-reveal{opacity:1;transform:none;transition:none}.ph-product-card,.ph-category-card,.ph-btn,.ph-product-media img{transition:none!important}}

/* Checkout Premium Hybrid 3.2.6 */
body[data-web-theme="premium_hybrid"] .ph-checkout-page{padding-top:34px;padding-bottom:80px}
.ph-checkout-page [hidden]{display:none!important}
.ph-checkout-steps{display:flex;align-items:center;justify-content:center;max-width:680px;margin:0 auto 32px;color:var(--sp-muted);font-size:11px;font-weight:800}
.ph-checkout-steps span{display:flex;align-items:center;gap:8px;white-space:nowrap}.ph-checkout-steps span b{display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--ph-line);border-radius:999px;background:var(--sp-surface);font-size:10px}.ph-checkout-steps span.is-active{color:var(--sp-primary)}.ph-checkout-steps span.is-active b{color:#fff;border-color:var(--sp-primary);background:var(--sp-primary);box-shadow:0 7px 18px color-mix(in srgb,var(--sp-primary) 25%,transparent)}.ph-checkout-steps i{width:70px;height:1px;margin:0 14px;background:var(--ph-line)}
.ph-checkout-intro{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}.ph-checkout-kicker{color:var(--sp-accent);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.ph-checkout-intro h1{margin:8px 0 7px;font-size:clamp(34px,4vw,54px);line-height:.95;letter-spacing:-.055em}.ph-checkout-intro p{max-width:650px;margin:0;color:var(--sp-muted);line-height:1.55}.ph-checkout-intro>a{flex:none;padding:11px 14px;border:1px solid var(--ph-line);border-radius:12px;color:var(--sp-text);background:var(--sp-surface);text-decoration:none;font-size:11px;font-weight:850;transition:.18s ease}.ph-checkout-intro>a:hover{color:var(--sp-primary);border-color:color-mix(in srgb,var(--sp-accent) 35%,var(--ph-line));transform:translateX(-2px)}
.ph-checkout-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(350px,.8fr);gap:24px;align-items:start}.ph-checkout-form{display:grid;gap:16px}.ph-checkout-card,.ph-order-summary{border:1px solid var(--ph-line);border-radius:22px;background:var(--sp-surface);box-shadow:0 14px 40px color-mix(in srgb,var(--sp-text) 7%,transparent)}.ph-checkout-card{padding:22px}.ph-checkout-card-head{display:grid;grid-template-columns:40px minmax(0,1fr);gap:14px;align-items:start;margin-bottom:20px}.ph-checkout-card-head>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--sp-accent),var(--sp-primary));font-size:10px;font-weight:900;box-shadow:0 9px 20px color-mix(in srgb,var(--sp-primary) 22%,transparent)}.ph-checkout-card-head small{color:var(--sp-accent);font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.ph-checkout-card-head h2{margin:3px 0 4px;font-size:21px;letter-spacing:-.025em}.ph-checkout-card-head p{margin:0;color:var(--sp-muted);font-size:11px;line-height:1.45}
.ph-checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ph-checkout-card label{display:grid;gap:7px;color:var(--sp-text);font-size:11px;font-weight:850}.ph-checkout-card label>span:first-child{padding-left:2px}.ph-checkout-card input:not([type="radio"]):not([type="checkbox"]),.ph-checkout-card select,.ph-checkout-card textarea{width:100%;box-sizing:border-box;border:1px solid var(--ph-line);border-radius:12px;color:var(--sp-text);background:color-mix(in srgb,var(--sp-surface) 86%,var(--sp-bg));font:inherit;font-weight:650;outline:0;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.ph-checkout-card input:not([type="radio"]):not([type="checkbox"]),.ph-checkout-card select{min-height:47px;padding:0 13px}.ph-checkout-card textarea{min-height:92px;padding:13px;resize:vertical}.ph-checkout-card input:focus,.ph-checkout-card select:focus,.ph-checkout-card textarea:focus{border-color:var(--sp-accent);background:var(--sp-surface);box-shadow:0 0 0 4px color-mix(in srgb,var(--sp-accent) 11%,transparent)}
.ph-invoice-toggle{display:grid!important;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:10px;margin-top:14px;padding:13px;border:1px solid var(--ph-line);border-radius:14px;cursor:pointer;background:color-mix(in srgb,var(--sp-surface) 82%,var(--sp-bg))}.ph-invoice-toggle>input{position:absolute;opacity:0;pointer-events:none}.ph-switch{position:relative;width:38px;height:22px;border-radius:999px;background:color-mix(in srgb,var(--sp-muted) 24%,transparent);transition:.2s ease}.ph-switch:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(15,23,42,.18);transition:.2s ease}.ph-invoice-toggle input:checked+.ph-switch{background:var(--sp-accent)}.ph-invoice-toggle input:checked+.ph-switch:after{transform:translateX(16px)}.ph-invoice-toggle b,.ph-invoice-toggle small{display:block}.ph-invoice-toggle small{margin-top:2px;color:var(--sp-muted);font-size:10px;font-weight:550}.ph-reveal-fields{margin-top:12px;padding-top:12px;border-top:1px solid var(--ph-line)}
.ph-checkout-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ph-payment-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-checkout-choice{position:relative;display:block!important;min-height:142px;padding:16px;border:1px solid var(--ph-line);border-radius:17px;cursor:pointer;background:color-mix(in srgb,var(--sp-surface) 88%,var(--sp-bg));transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.ph-checkout-choice:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--sp-accent) 35%,var(--ph-line))}.ph-checkout-choice>input{position:absolute;opacity:0;pointer-events:none}.ph-choice-mark{position:absolute;top:14px;right:14px;width:18px;height:18px;border:1.5px solid color-mix(in srgb,var(--sp-muted) 45%,transparent);border-radius:50%;background:var(--sp-surface)}.ph-checkout-choice.is-selected{border-color:var(--sp-accent);background:color-mix(in srgb,var(--sp-accent) 8%,var(--sp-surface));box-shadow:0 0 0 3px color-mix(in srgb,var(--sp-accent) 10%,transparent)}.ph-checkout-choice.is-selected .ph-choice-mark{border:5px solid var(--sp-accent)}.ph-checkout-choice>small{display:block;margin-right:24px;color:var(--sp-accent);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.ph-checkout-choice>b{display:block;margin-top:20px;font-size:14px}.ph-checkout-choice>p{margin:6px 0 0;color:var(--sp-muted);font-size:10px;font-weight:550;line-height:1.45}.ph-city-field{margin-top:12px;padding:14px;border:1px solid color-mix(in srgb,var(--sp-accent) 22%,var(--ph-line));border-radius:15px;background:color-mix(in srgb,var(--sp-accent) 5%,var(--sp-surface))}
.ph-delivery-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:14px;padding:5px;border:1px solid var(--ph-line);border-radius:16px;background:color-mix(in srgb,var(--sp-surface) 75%,var(--sp-bg))}.ph-delivery-tabs button{display:grid;gap:2px;min-height:54px;padding:8px 14px;border:0;border-radius:12px;color:var(--sp-muted);background:transparent;font:inherit;cursor:pointer;transition:.18s ease}.ph-delivery-tabs button span{font-size:12px;font-weight:900}.ph-delivery-tabs button small{font-size:9px;font-weight:600}.ph-delivery-tabs button.is-active{color:#fff;background:linear-gradient(135deg,var(--sp-accent),var(--sp-primary));box-shadow:0 8px 20px color-mix(in srgb,var(--sp-primary) 22%,transparent)}.ph-delivery-panel[hidden]{display:none!important}.ph-delivery-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-pickup-panel{position:relative;padding:18px;border:1px solid color-mix(in srgb,var(--sp-accent) 20%,var(--ph-line));border-radius:16px;background:color-mix(in srgb,var(--sp-accent) 5%,var(--sp-surface))}.ph-pickup-panel>input{position:absolute;opacity:0;pointer-events:none}.ph-pickup-panel strong{display:block;font-size:14px}.ph-pickup-panel p{margin:6px 0;color:var(--sp-muted);font-size:11px;line-height:1.5}.ph-pickup-panel small{color:var(--sp-accent);font-size:9px;font-weight:800}
.ph-checkout-extras{display:grid}.ph-coupon-field{margin-bottom:14px}.ph-coupon-field label>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.ph-coupon-field button{min-width:105px;border:0;border-radius:12px;color:#fff;background:var(--sp-primary);font:inherit;font-size:11px;font-weight:900;cursor:pointer}.ph-coupon-field button:hover{background:var(--sp-accent)}.ph-coupon-field button:disabled{opacity:.65;cursor:wait}.ph-coupon-field>small{display:block;min-height:17px;margin-top:6px;font-size:10px;font-weight:750}.ph-coupon-field>small.is-ok{color:var(--sp-success,var(--sp-color-success))}.ph-coupon-field>small.is-error{color:var(--sp-danger,var(--sp-color-danger))}
.ph-checkout-submit{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:56px;padding:0 20px;border:0;border-radius:15px;color:#fff;background:linear-gradient(135deg,var(--sp-accent),var(--sp-primary));box-shadow:0 14px 30px color-mix(in srgb,var(--sp-primary) 24%,transparent);font:inherit;cursor:pointer;transition:.18s ease}.ph-checkout-submit:hover{transform:translateY(-2px);box-shadow:0 19px 38px color-mix(in srgb,var(--sp-primary) 31%,transparent)}.ph-checkout-submit span{font-size:13px;font-weight:900}.ph-checkout-submit b{font-size:11px}.ph-summary-action{display:grid;gap:7px;padding:0 20px 18px}.ph-summary-action p{margin:0;text-align:center;color:var(--sp-muted);font-size:9px;line-height:1.4}
.ph-order-summary{position:sticky;top:104px;overflow:hidden}.ph-order-summary>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px 20px 16px;border-bottom:1px solid var(--ph-line)}.ph-order-summary>header small{color:var(--sp-accent);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.ph-order-summary>header h2{margin:3px 0 0;font-size:20px}.ph-order-summary>header>span{padding:7px 9px;border-radius:999px;color:var(--sp-primary);background:color-mix(in srgb,var(--sp-accent) 10%,var(--sp-surface));font-size:9px;font-weight:900}.ph-summary-items{display:grid;max-height:355px;overflow:auto;padding:4px 20px}.ph-summary-items article{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:11px;align-items:center;padding:13px 0;border-bottom:1px solid var(--ph-line)}.ph-summary-media{position:relative;display:grid;place-items:center;width:54px;height:54px;overflow:visible;border-radius:12px;background:#f7f7fa}.ph-summary-media img{width:100%;height:100%;object-fit:contain}.ph-summary-media>span{font-size:18px;font-weight:900;color:var(--sp-accent)}.ph-summary-media i{position:absolute;right:-5px;top:-5px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 4px;border:2px solid var(--sp-surface);border-radius:999px;color:#fff;background:var(--sp-primary);font-size:8px;font-style:normal;font-weight:900}.ph-summary-items article>div:nth-child(2){display:grid;gap:3px;min-width:0}.ph-summary-items article strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.ph-summary-items article small{color:var(--sp-accent);font-size:8px;font-weight:900;text-transform:uppercase}.ph-summary-items article span{color:var(--sp-muted);font-size:9px}.ph-summary-items article>b{font-size:10px;white-space:nowrap}.ph-summary-totals{display:grid;gap:10px;padding:18px 20px}.ph-summary-totals>div{display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--sp-muted);font-size:11px}.ph-summary-totals>div b{color:var(--sp-text)}.ph-summary-totals>#ph-discount-row b{color:var(--sp-success,var(--sp-color-success))}.ph-summary-totals>#ph-free-hint{color:var(--sp-success,var(--sp-color-success));font-size:9px;line-height:1.4}.ph-summary-totals>.ph-summary-total{margin-top:5px;padding-top:15px;border-top:1px solid var(--ph-line);color:var(--sp-text);font-size:15px;font-weight:900}.ph-summary-totals>.ph-summary-total b{color:var(--sp-price);font-size:25px;letter-spacing:-.04em}.ph-summary-trust{display:grid;gap:3px;padding:15px 20px;color:var(--sp-muted);background:color-mix(in srgb,var(--sp-surface) 84%,var(--sp-bg));font-size:9px;line-height:1.45}.ph-summary-trust b{color:var(--sp-text);font-size:10px}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-checkout-card,html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-order-summary{background:var(--sp-dark-surface);border-color:rgba(255,255,255,.1)}html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-summary-media{background:#f6f7fa}html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-checkout-intro>a,html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-checkout-steps span b{color:var(--sp-dark-text);background:var(--sp-dark-surface)}
@media(max-width:1020px){.ph-checkout-layout{grid-template-columns:minmax(0,1fr) 340px}.ph-checkout-choices{grid-template-columns:1fr}.ph-checkout-choice{min-height:0}.ph-checkout-choice>b{margin-top:14px}}
@media(max-width:820px){.ph-checkout-page{padding-top:22px!important}.ph-checkout-layout{grid-template-columns:1fr}.ph-order-summary{position:static}.ph-summary-items{max-height:none}.ph-checkout-intro{align-items:flex-start;flex-direction:column}.ph-checkout-intro>a{order:-1}.ph-checkout-steps{margin-bottom:24px}.ph-checkout-steps i{width:34px;margin:0 8px}}
@media(max-width:560px){.ph-checkout-page{width:min(calc(100% - 22px),1320px)!important;padding-bottom:90px}.ph-checkout-steps{justify-content:space-between}.ph-checkout-steps span{font-size:0}.ph-checkout-steps span b{font-size:10px}.ph-checkout-steps i{flex:1;width:auto}.ph-checkout-intro{gap:14px;margin-bottom:20px}.ph-checkout-intro h1{font-size:35px}.ph-checkout-intro p{font-size:11px}.ph-checkout-card{padding:15px;border-radius:18px}.ph-checkout-card-head{grid-template-columns:34px minmax(0,1fr);gap:10px;margin-bottom:15px}.ph-checkout-card-head>span{width:32px;height:32px;border-radius:10px}.ph-checkout-card-head h2{font-size:17px}.ph-checkout-fields{grid-template-columns:1fr}.ph-delivery-tabs,.ph-delivery-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-payment-choices{grid-template-columns:1fr}.ph-delivery-tabs button{min-width:0;padding:7px 8px}.ph-delivery-tabs button span{font-size:10px}.ph-delivery-tabs button small{font-size:8px}.ph-delivery-choices .ph-checkout-choice{min-width:0;padding:12px}.ph-delivery-choices .ph-checkout-choice>small{font-size:8px}.ph-delivery-choices .ph-checkout-choice>b{font-size:11px;line-height:1.25}.ph-delivery-choices .ph-checkout-choice>p{font-size:9px;line-height:1.35}.ph-checkout-choice{padding:14px}.ph-coupon-field label>div{grid-template-columns:1fr}.ph-coupon-field button{min-height:44px}.ph-order-summary{border-radius:18px}.ph-order-summary>header{padding:16px}.ph-summary-items{padding:3px 16px}.ph-summary-items article{grid-template-columns:48px minmax(0,1fr);gap:9px}.ph-summary-media{width:48px;height:48px}.ph-summary-items article>b{grid-column:2;justify-self:start;color:var(--sp-price)}.ph-summary-totals{padding:15px 16px}.ph-summary-action{padding:0 16px 15px}.ph-summary-trust{padding:14px 16px}}
@media(max-width:370px){.ph-delivery-tabs button small{display:none}.ph-delivery-tabs button{min-height:46px}.ph-delivery-choices .ph-checkout-choice{padding:11px 9px}.ph-delivery-choices .ph-choice-mark{top:10px;right:10px}.ph-delivery-choices .ph-checkout-choice>b{margin-top:16px;font-size:10px}}


/* SalesPro 3.2.2 — sistema visual configurable */
body[data-web-theme="premium_hybrid"] .sp-store-announcement{background:linear-gradient(90deg,var(--sp-primary-dark),var(--sp-accent),var(--sp-primary-dark))}
body[data-web-theme="premium_hybrid"] .sp-store-search button,
body[data-web-theme="premium_hybrid"] .ph-btn-primary,
body[data-web-theme="premium_hybrid"] .ph-hero-search button{background:linear-gradient(135deg,color-mix(in srgb,var(--sp-primary) 82%,#fff),var(--sp-primary))}
body[data-web-theme="premium_hybrid"] .ph-cart-link,
body[data-web-theme="premium_hybrid"] .ph-product-quick,
body[data-web-theme="premium_hybrid"] .ph-trust-icon,
body[data-web-theme="premium_hybrid"] .ph-btn-card{background:var(--sp-primary)!important}
body[data-web-theme="premium_hybrid"] .ph-product-brand,
body[data-web-theme="premium_hybrid"] .ph-text-link,
body[data-web-theme="premium_hybrid"] .ph-category-media span{color:var(--sp-accent)}
body[data-web-theme="premium_hybrid"] .ph-product-price{color:var(--sp-price)}
body[data-web-theme="premium_hybrid"] .ph-hero,
body[data-web-theme="premium_hybrid"] .ph-products-stage{background:linear-gradient(120deg,var(--sp-primary-dark),var(--sp-primary) 58%,var(--sp-accent))}
body[data-web-theme="premium_hybrid"] .ph-category-card,
body[data-web-theme="premium_hybrid"] .ph-product-card,
body[data-web-theme="premium_hybrid"] .ph-brand-card,
body[data-web-theme="premium_hybrid"] .ph-trust-strip,
body[data-web-theme="premium_hybrid"] .ph-cta{background:var(--sp-surface)}
body[data-web-theme="premium_hybrid"] .ph-theme-toggle{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;width:54px;height:30px;padding:3px;border:1px solid color-mix(in srgb,var(--sp-text) 15%,transparent);border-radius:999px;background:var(--sp-surface);color:var(--sp-text);cursor:pointer;box-shadow:0 7px 18px rgba(15,23,42,.08)}
body[data-web-theme="premium_hybrid"] .ph-theme-toggle:before{content:"";position:absolute;left:3px;top:3px;width:22px;height:22px;border-radius:50%;background:var(--sp-primary);transition:transform .22s ease}
body[data-web-theme="premium_hybrid"] .ph-theme-toggle span{position:relative;z-index:1;font-size:11px;text-align:center}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-theme-toggle:before{transform:translateX(25px);background:var(--sp-accent)}
body[data-web-theme="premium_hybrid"][data-header-sticky="0"] .sp-store-header{position:relative}
body[data-web-theme="premium_hybrid"][data-header-style="solid"] .sp-store-header{background:var(--sp-surface);backdrop-filter:none}
body[data-web-theme="premium_hybrid"][data-header-style="dark"] .sp-store-header{background:var(--sp-primary-dark);border-bottom-color:rgba(255,255,255,.1)}
body[data-web-theme="premium_hybrid"][data-header-style="dark"] .sp-store-logo,
body[data-web-theme="premium_hybrid"][data-header-style="dark"] .sp-store-links>a{color:#fff}
body[data-web-theme="premium_hybrid"][data-button-style="solid"] .ph-btn-primary,
body[data-web-theme="premium_hybrid"][data-button-style="solid"] .sp-store-search button{background:var(--sp-primary)}
body[data-web-theme="premium_hybrid"][data-button-style="soft"] .ph-btn-primary{color:var(--sp-primary);background:color-mix(in srgb,var(--sp-primary) 14%,var(--sp-surface));box-shadow:none}
body[data-web-theme="premium_hybrid"][data-card-density="compact"] .ph-product-media{height:220px;padding:18px}
body[data-web-theme="premium_hybrid"][data-card-density="compact"] .ph-product-body{padding:12px}
body[data-web-theme="premium_hybrid"][data-card-density="spacious"] .ph-product-media{height:315px;padding:36px}
body[data-web-theme="premium_hybrid"][data-card-density="spacious"] .ph-product-body{padding:20px}
body[data-web-theme="premium_hybrid"][data-shadow-level="none"] .ph-product-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="none"] .ph-category-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="none"] .ph-brand-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="none"] .ph-cta{box-shadow:none}
body[data-web-theme="premium_hybrid"][data-shadow-level="soft"] .ph-product-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="soft"] .ph-category-card{box-shadow:0 8px 20px rgba(15,23,42,.045)}
body[data-web-theme="premium_hybrid"][data-shadow-level="strong"] .ph-product-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="strong"] .ph-category-card{box-shadow:0 22px 55px rgba(15,23,42,.15)}
body[data-web-theme="premium_hybrid"][data-animations="0"] *,
body[data-web-theme="premium_hybrid"][data-animations="0"] *:before,
body[data-web-theme="premium_hybrid"][data-animations="0"] *:after{animation:none!important;transition:none!important}
.ph-mobile-bottom-nav{display:none}

/* Modo oscuro sin destello */
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"]{
  --sp-bg:var(--sp-dark-bg);
  --sp-surface:var(--sp-dark-surface);
  --sp-text:var(--sp-dark-text);
  --sp-muted:var(--sp-dark-muted);
  --ph-line:rgba(255,255,255,.12);
  background:radial-gradient(circle at 90% 0,color-mix(in srgb,var(--sp-accent) 16%,transparent),transparent 31%),var(--sp-dark-bg);
  color:var(--sp-dark-text)
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-header{background:color-mix(in srgb,var(--sp-dark-surface) 88%,transparent);border-bottom-color:rgba(255,255,255,.09)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-logo,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-links>a{color:var(--sp-dark-text)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-search input,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-mobile-toggle,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-theme-toggle{color:var(--sp-dark-text);border-color:rgba(255,255,255,.12);background:var(--sp-dark-surface)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-category-card,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-card,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-brand-card,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-trust-strip,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-cta,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-filter-card,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-product-content,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-taxonomy-hero,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-gallery-main{color:var(--sp-dark-text);border-color:rgba(255,255,255,.1);background:var(--sp-dark-surface)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-media,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-category-media{background:linear-gradient(180deg,#171d2b,#101521)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-price{color:color-mix(in srgb,var(--sp-accent) 65%,#fff)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-trust-strip article+article{border-color:rgba(255,255,255,.09)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-mobile-toggle span{background:var(--sp-dark-text)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .body-menu-open .sp-store-links{background:var(--sp-dark-surface)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav{border-color:rgba(255,255,255,.1);background:color-mix(in srgb,var(--sp-dark-surface) 94%,transparent)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav a,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav button{color:var(--sp-dark-text)}

@media(max-width:900px){
  body[data-web-theme="premium_hybrid"] .ph-theme-toggle{margin-left:auto}
}
@media(max-width:620px){
  body[data-web-theme="premium_hybrid"]{padding-bottom:74px}
  .ph-mobile-bottom-nav{position:fixed;z-index:70;left:10px;right:10px;bottom:9px;display:grid;grid-template-columns:repeat(4,1fr);padding:7px;border:1px solid rgba(148,163,184,.22);border-radius:18px;background:rgba(255,255,255,.93);backdrop-filter:blur(18px);box-shadow:0 18px 50px rgba(15,23,42,.18)}
  .ph-mobile-bottom-nav a,.ph-mobile-bottom-nav button{display:grid;place-items:center;gap:2px;min-height:46px;border:0;border-radius:12px;color:var(--sp-color-text-primary);background:transparent;text-decoration:none;font-size:9px;font-weight:850}
  .ph-mobile-bottom-nav b{font-size:17px}
  body[data-web-theme="premium_hybrid"] .ph-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* 3.2.3 carrito rápido */
.ph-cart-link{position:relative}.ph-cart-count{position:absolute;right:-7px;top:-7px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 4px;border:2px solid var(--sp-surface);border-radius:20px;color:#fff;background:var(--sp-offer);font-size:9px;font-style:normal}.ph-cart-control{display:flex;flex:1;min-width:0}.ph-cart-control>.ph-btn{width:100%;border:0;cursor:pointer}.ph-qty-inline{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;width:100%;overflow:hidden;border:1px solid var(--ph-line);border-radius:12px;background:var(--sp-surface)}.ph-qty-inline button{height:39px;border:0;color:var(--sp-primary);background:transparent;font-size:19px;cursor:pointer}.ph-qty-inline b{text-align:center}.ph-cart-drawer-overlay{position:fixed;z-index:110;inset:0;background:rgba(5,7,12,.48);backdrop-filter:blur(5px)}.ph-cart-drawer{position:fixed;z-index:111;right:0;top:0;bottom:0;display:grid;grid-template-rows:auto 1fr auto;width:min(430px,94vw);color:var(--sp-text);background:var(--sp-surface);box-shadow:-25px 0 70px rgba(5,7,12,.25);transform:translateX(105%);transition:transform .28s ease}.ph-cart-drawer.is-open{transform:none}.ph-cart-drawer>header{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid var(--ph-line)}.ph-cart-drawer h2{margin:2px 0 0}.ph-cart-drawer header button{width:40px;height:40px;border:1px solid var(--ph-line);border-radius:50%;color:inherit;background:transparent;font-size:24px}.ph-cart-drawer-items{overflow:auto;padding:12px 20px}.ph-cart-drawer-item{display:grid;grid-template-columns:58px 1fr auto;gap:11px;align-items:center;padding:12px 0;border-bottom:1px solid var(--ph-line)}.ph-cart-drawer-item img{width:58px;height:58px;object-fit:contain;border-radius:11px;background:var(--sp-bg)}.ph-cart-drawer-item div{display:grid;gap:3px}.ph-cart-drawer-item small{color:var(--sp-muted)}.ph-cart-drawer>footer{display:grid;gap:10px;padding:18px 20px;border-top:1px solid var(--ph-line)}.ph-cart-drawer>footer>div{display:flex;justify-content:space-between}.ph-product-buybox{display:grid;grid-template-columns:auto 1fr 1fr;gap:10px}.ph-detail-qty{display:grid;grid-template-columns:38px 48px 38px;border:1px solid var(--ph-line);border-radius:12px;overflow:hidden}.ph-detail-qty button,.ph-detail-qty input{border:0;text-align:center;background:var(--sp-surface)}@media(max-width:620px){.ph-cart-drawer{width:100%}.ph-product-buybox{grid-template-columns:1fr 1fr}.ph-detail-qty{grid-column:1/-1;justify-self:start}}


/* SalesPro 3.2.4 — catálogo premium y ficha avanzada */
.ph-catalog-page,.ph-product-page{padding-bottom:42px}
.ph-catalog-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;margin:12px 0 18px;padding:34px;border:1px solid var(--ph-line);border-radius:28px;background:
radial-gradient(circle at 88% 16%,color-mix(in srgb,var(--sp-accent) 19%,transparent),transparent 32%),
linear-gradient(135deg,var(--sp-surface),color-mix(in srgb,var(--sp-bg) 84%,var(--sp-surface)));box-shadow:0 18px 55px rgba(15,23,42,.07)}
.ph-catalog-hero h1{max-width:680px;margin:7px 0 9px;font-size:clamp(34px,5vw,62px);line-height:.96;letter-spacing:-.055em}
.ph-catalog-hero p{max-width:650px;margin:0;color:var(--sp-muted);font-size:15px;line-height:1.65}
.ph-catalog-stat{display:grid;place-items:center;min-width:150px;padding:19px;border:1px solid color-mix(in srgb,var(--sp-accent) 24%,transparent);border-radius:20px;background:color-mix(in srgb,var(--sp-surface) 86%,transparent);backdrop-filter:blur(14px)}
.ph-catalog-stat strong{font-size:34px;color:var(--sp-primary)}.ph-catalog-stat span{color:var(--sp-muted);font-size:10px;font-weight:800}
.ph-catalog-toolbar{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;margin-bottom:13px;padding:12px 14px;border:1px solid var(--ph-line);border-radius:17px;background:var(--sp-surface)}
.ph-filter-open{display:none;align-items:center;gap:8px;min-height:42px;padding:0 14px;border:1px solid var(--ph-line);border-radius:12px;color:var(--sp-text);background:var(--sp-surface);font-weight:800}.ph-filter-open b{display:grid;place-items:center;min-width:20px;height:20px;border-radius:50%;color:#fff;background:var(--sp-accent);font-size:9px}
.ph-result-copy{display:grid;gap:2px}.ph-result-copy strong{font-size:13px}.ph-result-copy small{color:var(--sp-muted);font-size:10px}
.ph-sort-form label{display:flex;align-items:center;gap:9px}.ph-sort-form span{color:var(--sp-muted);font-size:10px;font-weight:850;text-transform:uppercase}.ph-sort-form select{min-height:40px;padding:0 34px 0 12px;border:1px solid var(--ph-line);border-radius:11px;color:var(--sp-text);background:var(--sp-bg)}
.ph-active-filters{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-bottom:13px}.ph-active-filters>span{color:var(--sp-muted);font-size:10px;font-weight:800}.ph-active-filters i{padding:7px 10px;border:1px solid color-mix(in srgb,var(--sp-accent) 18%,var(--ph-line));border-radius:999px;color:var(--sp-primary);background:color-mix(in srgb,var(--sp-accent) 8%,var(--sp-surface));font-size:10px;font-style:normal;font-weight:750}.ph-active-filters a{margin-left:auto;color:var(--sp-offer);font-size:10px;font-weight:850}
.ph-catalog-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:18px;align-items:start}
.ph-filter-drawer{position:sticky;top:94px;overflow:hidden;border:1px solid var(--ph-line);border-radius:20px;background:var(--sp-surface);box-shadow:0 14px 38px rgba(15,23,42,.05)}
.ph-filter-drawer>header{display:flex;justify-content:space-between;align-items:center;padding:18px;border-bottom:1px solid var(--ph-line)}.ph-filter-drawer h2{margin:2px 0 0;font-size:21px}.ph-filter-drawer>header button{display:none;width:38px;height:38px;border:1px solid var(--ph-line);border-radius:50%;color:inherit;background:transparent;font-size:24px}
.ph-filter-form{display:grid}.ph-filter-form>label,.ph-filter-form>details{padding:15px 17px;border-bottom:1px solid var(--ph-line)}.ph-filter-form details summary{cursor:pointer;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.ph-filter-form details summary::marker{color:var(--sp-accent)}
.ph-filter-search>span,.ph-price-range label>span{display:block;margin-bottom:7px;color:var(--sp-muted);font-size:9px;font-weight:900;text-transform:uppercase}.ph-filter-search>div{display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid var(--ph-line);border-radius:11px;background:var(--sp-bg)}.ph-filter-search input{min-width:0;height:42px;padding:0 10px;border:0;color:var(--sp-text);background:transparent;outline:0}.ph-filter-search b{padding:0 11px;color:var(--sp-accent)}
.ph-filter-options{display:grid;gap:8px;margin-top:12px}.ph-filter-options-scroll{max-height:210px;overflow:auto;padding-right:3px}.ph-filter-options label{display:flex;align-items:center;gap:8px;color:var(--sp-muted);font-size:11px;cursor:pointer}.ph-filter-options input{accent-color:var(--sp-accent)}.ph-filter-options input:checked+span{color:var(--sp-text);font-weight:850}
.ph-price-range{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.ph-price-range input{width:100%;height:40px;padding:0 9px;border:1px solid var(--ph-line);border-radius:10px;color:var(--sp-text);background:var(--sp-bg);box-sizing:border-box}
.ph-filter-actions{display:grid;gap:8px;padding:15px 17px}.ph-filter-actions .ph-btn{width:100%}
.ph-catalog-results{min-width:0}.ph-catalog-results .ph-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.ph-catalog-empty{display:grid;place-items:center;min-height:460px;padding:40px;border:1px dashed var(--ph-line);border-radius:24px;background:var(--sp-surface);text-align:center}.ph-catalog-empty>span{font-size:48px;color:var(--sp-accent)}.ph-catalog-empty h2{margin:8px 0 0}.ph-catalog-empty p{color:var(--sp-muted)}
.ph-pagination{display:flex;justify-content:center;gap:7px;margin-top:25px}.ph-pagination a{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--ph-line);border-radius:11px;color:var(--sp-text);background:var(--sp-surface);text-decoration:none;font-size:11px;font-weight:850}.ph-pagination a.active{color:#fff;border-color:var(--sp-primary);background:var(--sp-primary)}.ph-pagination a.disabled{pointer-events:none;opacity:.35}
.ph-filter-overlay{display:none}

/* Ficha */
.ph-product-detail{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:34px;align-items:start;margin:12px 0 26px}
.ph-product-gallery{display:grid;grid-template-columns:82px minmax(0,1fr);gap:12px;min-width:0}
.ph-gallery-thumbs{display:grid;align-content:start;gap:9px}.ph-gallery-thumbs button{width:82px;height:82px;padding:7px;border:1px solid var(--ph-line);border-radius:14px;background:var(--sp-surface);cursor:pointer;transition:border-color .15s,box-shadow .15s}.ph-gallery-thumbs button.active{border-color:var(--sp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--sp-accent) 13%,transparent)}.ph-gallery-thumbs img{width:100%;height:100%;object-fit:contain}
.ph-gallery-stage{position:relative;display:grid;place-items:center;min-height:570px;padding:42px;border:1px solid var(--ph-line);border-radius:26px;background:linear-gradient(180deg,var(--sp-surface),var(--sp-bg));overflow:hidden}.ph-gallery-stage>img{width:100%;height:100%;max-height:520px;object-fit:contain;transition:transform .3s ease}.ph-gallery-stage:hover>img{transform:scale(1.025)}.ph-gallery-zoom{position:absolute;z-index:2;right:16px;top:16px;width:43px;height:43px;border:1px solid var(--ph-line);border-radius:50%;color:var(--sp-primary);background:color-mix(in srgb,var(--sp-surface) 90%,transparent);backdrop-filter:blur(10px);font-size:20px;cursor:pointer}.ph-detail-badge{position:absolute;left:16px;top:16px;padding:8px 11px;border-radius:999px;color:#fff;background:var(--sp-primary);font-size:9px;font-weight:900;text-transform:uppercase}.ph-no-image{color:var(--sp-muted)}
.ph-product-summary{position:sticky;top:94px;padding:27px;border:1px solid var(--ph-line);border-radius:25px;background:var(--sp-surface);box-shadow:0 20px 55px rgba(15,23,42,.07)}.ph-product-summary-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.ph-product-code{color:var(--sp-muted);font-size:10px}.ph-product-summary h1{margin:11px 0 18px;font-size:clamp(30px,4vw,49px);line-height:1.01;letter-spacing:-.052em}
.ph-detail-price-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:center;padding:15px 0;border-block:1px solid var(--ph-line)}.ph-detail-price{color:var(--sp-price);font-size:32px}.ph-detail-price small{font-size:13px}.ph-stock-pill{display:flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;font-size:9px;font-weight:900;text-transform:uppercase}.ph-stock-pill i{width:7px;height:7px;border-radius:50%}.ph-stock-pill.available{color:var(--sp-color-success);background:#ecfdf5}.ph-stock-pill.available i{background:var(--sp-color-success)}.ph-stock-pill.unavailable{color:var(--sp-color-danger);background:#fef2f2}.ph-stock-pill.unavailable i{background:#ef4444}
.ph-detail-summary{padding:14px 0;color:var(--sp-muted);font-size:14px;line-height:1.48}
.ph-purchase-benefits{display:grid;gap:8px;margin-bottom:17px}.ph-purchase-benefits article{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;padding:9px;border-radius:12px;background:var(--sp-bg)}.ph-purchase-benefits article>b{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;color:var(--sp-primary);background:color-mix(in srgb,var(--sp-accent) 12%,var(--sp-surface))}.ph-purchase-benefits span{display:grid}.ph-purchase-benefits strong{font-size:11px}.ph-purchase-benefits small{color:var(--sp-muted);font-size:9px}
.ph-product-buybox-v324{grid-template-columns:140px 1fr 1fr}.ph-product-buybox-v324 .ph-btn{min-height:49px}.ph-detail-actions{display:grid;gap:10px}.ph-whatsapp-detail{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border:1px solid #b7e8c9;border-radius:var(--sp-button-radius);color:#087b3d;background:#effdf4;text-decoration:none;font-size:11px}.ph-whatsapp-detail span{font-size:18px}.ph-btn-disabled{display:flex;align-items:center;justify-content:center;opacity:.65}
.ph-product-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:17px 0 0}.ph-product-meta div{padding:10px;border:1px solid var(--ph-line);border-radius:11px}.ph-product-meta dt{color:var(--sp-muted);font-size:8px;font-weight:900;text-transform:uppercase}.ph-product-meta dd{margin:3px 0 0;font-size:10px;font-weight:800}
.ph-product-tabs{overflow:hidden;margin-bottom:30px;border:1px solid var(--ph-line);border-radius:24px;background:var(--sp-surface)}.ph-tab-nav{display:flex;gap:4px;padding:9px;border-bottom:1px solid var(--ph-line);background:var(--sp-bg)}.ph-tab-nav button{min-height:42px;padding:0 17px;border:0;border-radius:11px;color:var(--sp-muted);background:transparent;font-size:10px;font-weight:900;cursor:pointer}.ph-tab-nav button.active{color:#fff;background:var(--sp-primary)}.ph-product-tabs>article{display:none;padding:29px}.ph-product-tabs>article.active{display:block}.ph-product-tabs h2{margin:0 0 14px;font-size:25px}.ph-product-tabs article>div{color:var(--sp-muted);line-height:1.8}.ph-specs-content{white-space:pre-line}.ph-delivery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.ph-delivery-grid section{padding:17px;border:1px solid var(--ph-line);border-radius:15px;background:var(--sp-bg)}.ph-delivery-grid b{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;color:#fff;background:var(--sp-primary)}.ph-delivery-grid h3{margin:10px 0 5px;font-size:13px}.ph-delivery-grid p{margin:0;color:var(--sp-muted);font-size:10px;line-height:1.55}
.ph-related-section,.ph-recent-section{margin-top:30px}.ph-card-code{display:block;margin-top:-5px;color:var(--sp-muted);font-size:8px}
.ph-gallery-modal{position:fixed;z-index:180;inset:0;display:grid;place-items:center;padding:40px;background:rgba(2,4,9,.88);backdrop-filter:blur(14px)}.ph-gallery-modal[hidden]{display:none}.ph-gallery-modal img{width:min(1100px,90vw);height:min(820px,84vh);object-fit:contain}.ph-gallery-modal button{position:absolute;right:22px;top:22px;width:48px;height:48px;border:1px solid rgba(255,255,255,.25);border-radius:50%;color:#fff;background:rgba(255,255,255,.08);font-size:28px;cursor:pointer}
.ph-mobile-buybar{display:none}

html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-catalog-hero,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-catalog-toolbar,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-filter-drawer,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-summary,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-tabs{background:var(--sp-dark-surface)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-filter-search>div,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-filter-options,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-price-range input,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-sort-form select,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-purchase-benefits article,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-delivery-grid section{background:var(--sp-dark-bg)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-whatsapp-detail{color:#65e69b;border-color:#174d2f;background:#0b2819}

@media(max-width:1120px){
  .ph-catalog-results .ph-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ph-product-detail{grid-template-columns:minmax(0,1fr) minmax(330px,.82fr);gap:20px}
  .ph-gallery-stage{min-height:470px}
  .ph-product-buybox-v324{grid-template-columns:1fr 1fr}.ph-product-buybox-v324 .ph-detail-qty{grid-column:1/-1;width:150px}
}
@media(max-width:900px){
  .ph-catalog-hero{grid-template-columns:1fr;padding:25px}.ph-catalog-stat{justify-self:start}
  .ph-catalog-layout{grid-template-columns:1fr}.ph-filter-open{display:flex}.ph-filter-drawer{position:fixed;z-index:130;left:0;top:0;bottom:0;width:min(390px,92vw);border-radius:0 22px 22px 0;transform:translateX(-105%);transition:transform .25s ease}.ph-filter-drawer.is-open{transform:none}.ph-filter-drawer>header button{display:block}.ph-filter-form{max-height:calc(100vh - 81px);overflow:auto}.ph-filter-overlay{position:fixed;z-index:129;inset:0;display:block;background:rgba(3,5,10,.5);backdrop-filter:blur(5px)}.ph-filter-overlay[hidden]{display:none}
  .ph-product-detail{grid-template-columns:1fr}.ph-product-summary{position:static}.ph-product-gallery{grid-template-columns:72px minmax(0,1fr)}.ph-gallery-thumbs button{width:72px;height:72px}
}
@media(max-width:620px){
  .ph-catalog-page,.ph-product-page{padding-bottom:95px}.ph-catalog-hero{margin-top:5px;padding:20px;border-radius:20px}.ph-catalog-hero h1{font-size:37px}.ph-catalog-stat{grid-template-columns:auto auto;gap:7px;min-width:0;padding:10px 13px}.ph-catalog-stat strong{font-size:21px}
  .ph-catalog-toolbar{grid-template-columns:auto 1fr}.ph-result-copy{display:none}.ph-sort-form label>span{display:none}.ph-sort-form select{width:100%}.ph-active-filters{overflow:auto;flex-wrap:nowrap;padding-bottom:3px}.ph-active-filters>*{flex:0 0 auto}.ph-active-filters a{margin-left:0}
  .ph-catalog-results .ph-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ph-pagination a{width:37px;height:37px}
  .ph-product-detail{margin-top:5px}.ph-product-gallery{display:flex;flex-direction:column-reverse}.ph-gallery-thumbs{display:flex;overflow:auto}.ph-gallery-thumbs button{flex:0 0 62px;width:62px;height:62px}.ph-gallery-stage{min-height:390px;padding:24px;border-radius:20px}.ph-product-summary{padding:19px;border-radius:20px}.ph-product-summary h1{font-size:34px}.ph-detail-price{font-size:28px}.ph-product-buybox-v324{grid-template-columns:1fr}.ph-product-buybox-v324 .ph-detail-qty{grid-column:auto;width:100%;height:48px}.ph-product-meta{grid-template-columns:1fr}.ph-tab-nav{overflow:auto}.ph-tab-nav button{flex:0 0 auto}.ph-product-tabs>article{padding:20px}.ph-delivery-grid{grid-template-columns:1fr}
  .ph-mobile-buybar{position:fixed;z-index:75;left:8px;right:8px;bottom:72px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:10px 11px;border:1px solid var(--ph-line);border-radius:17px;background:color-mix(in srgb,var(--sp-surface) 94%,transparent);backdrop-filter:blur(18px);box-shadow:0 18px 45px rgba(15,23,42,.2)}.ph-mobile-buybar div{display:grid}.ph-mobile-buybar small{color:var(--sp-muted);font-size:8px}.ph-mobile-buybar strong{font-size:14px}.ph-mobile-buybar button{min-height:43px;padding:0 18px;border:0;border-radius:12px;color:#fff;background:var(--sp-primary);font-weight:850}
}
@media(max-width:390px){
  .ph-catalog-results .ph-product-grid{grid-template-columns:1fr}.ph-gallery-stage{min-height:330px}
}


/* =========================================================
   SalesPro 3.2.4.1 — Tarjeta Premium Hybrid definitiva
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
  display:grid;
  grid-template-rows:minmax(250px,52%) minmax(0,1fr);
  min-width:0;
  height:100%;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--sp-text) 11%,transparent);
  border-radius:23px;
  background:var(--sp-surface);
  box-shadow:0 15px 38px rgba(15,23,42,.075);
  transform:none!important;
  transition:border-color .18s ease,box-shadow .18s ease!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover{
  transform:none!important;
  border-color:color-mix(in srgb,var(--sp-accent) 30%,transparent);
  box-shadow:0 20px 46px rgba(15,23,42,.12);
}
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
  position:relative;
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  min-height:250px;
  padding:8px;
  overflow:hidden;
  background:linear-gradient(180deg,var(--sp-surface),color-mix(in srgb,var(--sp-bg) 72%,var(--sp-surface)));
}
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{
  position:absolute;
  inset:8px;
  width:calc(100% - 16px);
  height:calc(100% - 16px);
  max-width:none;
  max-height:none;
  object-fit:contain;
  object-position:center;
  transform:none;
  transition:opacity .24s ease,transform .24s ease;
}
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover .ph-product-image-primary{
  transform:scale(1.025);
}
body[data-web-theme="premium_hybrid"] .ph-product-image-secondary{
  opacity:0;
}
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover .ph-product-image-secondary{
  opacity:1;
  transform:scale(1.025);
}
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover .ph-product-image-secondary + *{
  transform:none;
}
body[data-web-theme="premium_hybrid"] .ph-product-topline{
  top:13px;
  left:13px;
  right:13px;
}
body[data-web-theme="premium_hybrid"] .ph-product-badge{
  padding:6px 9px;
  border:1px solid color-mix(in srgb,var(--sp-text) 8%,transparent);
  color:var(--sp-text);
  background:color-mix(in srgb,var(--sp-surface) 91%,transparent);
  box-shadow:0 5px 14px rgba(15,23,42,.06);
  font-size:8px;
  letter-spacing:.01em;
}
body[data-web-theme="premium_hybrid"] .ph-product-badge-low{
  color:#a45b00;
  background:#fff7e5;
}
body[data-web-theme="premium_hybrid"] .ph-product-badge-out{
  color:var(--sp-color-danger);
  background:#fff1f0;
}
body[data-web-theme="premium_hybrid"] .ph-product-badge-upcoming{
  color:var(--sp-primary);
  background:color-mix(in srgb,var(--sp-accent) 10%,var(--sp-surface));
}
body[data-web-theme="premium_hybrid"] .ph-product-quick{
  width:36px;
  height:36px;
  border-radius:11px;
  background:var(--sp-primary);
  box-shadow:0 8px 18px color-mix(in srgb,var(--sp-primary) 25%,transparent);
  transition:transform .16s ease,background .16s ease;
}
body[data-web-theme="premium_hybrid"] .ph-product-quick:hover{
  transform:rotate(5deg) scale(1.04);
  background:var(--sp-accent);
}
body[data-web-theme="premium_hybrid"] .ph-product-body-v3241{
  display:grid;
  grid-template-rows:minmax(70px,auto) auto 46px;
  gap:11px;
  min-width:0;
  padding:15px;
}
body[data-web-theme="premium_hybrid"] .ph-product-copy-v3241{
  display:grid;
  align-content:start;
  gap:6px;
  min-width:0;
}
body[data-web-theme="premium_hybrid"] .ph-product-body-v3241 h3{
  display:-webkit-box;
  min-height:38px;
  max-height:38px;
  margin:0;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size:14px;
  line-height:1.35;
  font-weight:700;
}
body[data-web-theme="premium_hybrid"] .ph-product-brand{
  color:var(--sp-accent);
  font-size:8px;
  letter-spacing:.07em;
}
body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241{
  display:grid;
  justify-content:start;
  align-items:start;
  gap:3px;
}
body[data-web-theme="premium_hybrid"] .ph-product-price{
  color:var(--sp-price);
  font-size:21px;
  line-height:1.05;
  font-weight:900;
}
body[data-web-theme="premium_hybrid"] .ph-stock{
  width:max-content;
  font-size:8px;
  line-height:1.2;
}
body[data-web-theme="premium_hybrid"] .ph-stock.low{
  color:#c46a00;
}
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241{
  display:grid;
  grid-template-columns:minmax(0,1fr) 46px;
  gap:9px;
  align-items:stretch;
  min-height:46px;
  margin:0;
}
body[data-web-theme="premium_hybrid"] .ph-cart-control-v3241{
  position:relative;
  display:block;
  width:100%;
  min-width:0;
  height:46px;
}
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241,
body[data-web-theme="premium_hybrid"] .ph-qty-inline-v3241{
  width:100%;
  height:46px;
  min-height:46px;
  border-radius:13px;
}
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241{
  position:relative;
  overflow:hidden;
  border:0;
  color:#fff;
  background:var(--sp-primary)!important;
  cursor:pointer;
}
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241:hover{
  background:var(--sp-accent)!important;
}
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241:disabled{
  cursor:wait;
  opacity:.9;
}
body[data-web-theme="premium_hybrid"] .ph-add-label,
body[data-web-theme="premium_hybrid"] .ph-add-loading{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  position:absolute;
  inset:0;
  transition:opacity .15s ease,transform .15s ease;
}
body[data-web-theme="premium_hybrid"] .ph-add-loading{
  opacity:0;
  transform:translateY(6px);
  pointer-events:none;
}
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241.is-loading .ph-add-label{
  opacity:0;
  transform:translateY(-6px);
}
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241.is-loading .ph-add-loading{
  opacity:1;
  transform:none;
}
body[data-web-theme="premium_hybrid"] .ph-button-spinner{
  width:15px;
  height:15px;
  border:2px solid rgba(255,255,255,.42);
  border-top-color:#fff;
  border-radius:50%;
  animation:phButtonSpinV3241 .65s linear infinite;
}
@keyframes phButtonSpinV3241{to{transform:rotate(360deg)}}
body[data-web-theme="premium_hybrid"] .ph-qty-inline-v3241{
  grid-template-columns:42px minmax(0,1fr) 42px;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--sp-accent) 22%,var(--ph-line));
  background:var(--sp-surface);
}
body[data-web-theme="premium_hybrid"] .ph-qty-inline-v3241 button{
  height:44px;
  color:var(--sp-primary);
  font-size:20px;
}
body[data-web-theme="premium_hybrid"] .ph-qty-inline-v3241 b{
  font-size:13px;
}
body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241{
  width:46px;
  height:46px;
  border:1px solid #55cfa0;
  border-radius:13px;
  color:#029b67;
  background:transparent;
  transition:background .16s ease,transform .16s ease;
}
body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241:hover{
  transform:none;
  background:#effdf6;
}
body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241 svg{
  width:23px;
  height:23px;
  fill:currentColor;
}
body[data-web-theme="premium_hybrid"] .ph-disabled-product-v3241{
  min-height:46px;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
  background:linear-gradient(180deg,#171d2b,#101521);
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-badge{
  border-color:rgba(255,255,255,.10);
  color:var(--sp-dark-text);
  background:rgba(17,22,35,.88);
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241{
  color:#67e5af;
  border-color:#237a59;
  background:rgba(8,61,42,.18);
}
@media(max-width:620px){
  body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
    grid-template-rows:minmax(185px,50%) minmax(0,1fr);
    border-radius:18px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
    min-height:185px;
    padding:5px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{
    inset:5px;
    width:calc(100% - 10px);
    height:calc(100% - 10px);
  }
  body[data-web-theme="premium_hybrid"] .ph-product-body-v3241{
    grid-template-rows:minmax(66px,auto) auto 42px;
    gap:8px;
    padding:11px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-body-v3241 h3{
    min-height:34px;
    max-height:34px;
    font-size:11px;
    line-height:1.45;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-price{
    font-size:16px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241{
    grid-template-columns:minmax(0,1fr) 42px;
    min-height:42px;
    gap:7px;
  }
  body[data-web-theme="premium_hybrid"] .ph-cart-control-v3241,
  body[data-web-theme="premium_hybrid"] .ph-add-button-v3241,
  body[data-web-theme="premium_hybrid"] .ph-qty-inline-v3241,
  body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241{
    height:42px;
    min-height:42px;
  }
  body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241{
    display:grid!important;
    width:42px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-topline{
    top:9px;
    left:9px;
    right:9px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-badge{
    padding:5px 7px;
    font-size:7px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-quick{
    width:31px;
    height:31px;
  }
}
@media(max-width:390px){
  body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
    grid-template-rows:245px minmax(0,1fr);
  }
}


/* =========================================================
   SalesPro 3.2.4.2 — corrección definitiva de tarjeta
   ========================================================= */

/* La tarjeta ya no reserva ni muestra controles +/- */
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241{
  grid-template-columns:minmax(0,1fr) 46px!important;
  align-items:stretch!important;
  min-height:46px!important;
}
body[data-web-theme="premium_hybrid"] .ph-cart-control-v3241{
  display:block!important;
  height:46px!important;
  min-height:46px!important;
}
body[data-web-theme="premium_hybrid"] .ph-qty-inline-v3241,
body[data-web-theme="premium_hybrid"] .ph-cart-control-v3241 .ph-qty-inline{
  display:none!important;
}

/* Precio limpio: sin borde, caja, fondo ni padding */
body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:4px!important;
  min-height:43px!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241 .ph-product-price{
  display:block!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:var(--sp-price)!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241 .ph-stock{
  display:block!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
  justify-self:start!important;
}

/* Imagen centrada y visualmente más grande dentro de todo el cuadro */
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
  padding:0!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:scale(1.06)!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover .ph-product-image-primary,
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover .ph-product-image-secondary{
  transform:scale(1.085)!important;
}

/* Loader y confirmación sin cambiar la altura */
body[data-web-theme="premium_hybrid"] .ph-add-success{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  transform:translateY(6px);
  pointer-events:none;
  transition:opacity .16s ease,transform .16s ease;
}
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241.is-success .ph-add-label,
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241.is-success .ph-add-loading{
  opacity:0!important;
  transform:translateY(-6px)!important;
}
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241.is-success .ph-add-success{
  opacity:1;
  transform:none;
}

/* Iconos del tema */
body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241 img{
  display:block;
  width:24px;
  height:24px;
  object-fit:contain;
}

@media(max-width:620px){
  body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241{
    grid-template-columns:minmax(0,1fr) 42px!important;
    min-height:42px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-cart-control-v3241{
    height:42px!important;
    min-height:42px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{
    transform:scale(1.04)!important;
  }
}


/* =========================================================
   SalesPro 3.2.4.3 — imagen, espaciado y WhatsApp
   ========================================================= */

/* La grilla deja de estirar tarjetas hasta la altura de la más alta */
body[data-web-theme="premium_hybrid"] .ph-product-grid{
  align-items:start!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
  grid-template-rows:270px auto!important;
  align-self:start!important;
  height:auto!important;
  min-height:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:0 14px 34px rgba(15,23,42,.09)!important;
  background:var(--sp-surface)!important;
}

/* Quita el borde/blanco adicional alrededor del área visual */
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
  min-height:270px!important;
  height:270px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:var(--sp-surface)!important;
}

/* La imagen llena proporcionalmente todo el cuadro */
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover .ph-product-image-primary,
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241:hover .ph-product-image-secondary{
  transform:scale(1.018)!important;
}

/* Cuerpo compacto y sin vacío entre título y precio */
body[data-web-theme="premium_hybrid"] .ph-product-body-v3241{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:10px!important;
  min-height:0!important;
  height:auto!important;
  padding:15px 16px 16px!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-copy-v3241{
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
  min-height:0!important;
  height:auto!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-body-v3241 h3{
  display:-webkit-box!important;
  min-height:0!important;
  max-height:44px!important;
  margin:0!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  font-size:16px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:3px!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241 .ph-product-price{
  margin:0!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  font-size:21px!important;
  line-height:1.08!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241 .ph-stock{
  margin:0!important;
  padding:0!important;
  font-size:9px!important;
  line-height:1.2!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241{
  margin-top:2px!important;
}

/* WhatsApp: sin dependencia de ruta pública */
body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241{
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241 img{
  display:block!important;
  width:24px!important;
  height:24px!important;
  margin:0!important;
  object-fit:contain!important;
}
body[data-web-theme="premium_hybrid"] .ph-whatsapp-fallback-v3243{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border:2px solid currentColor;
  border-radius:50%;
  font-size:10px;
  font-weight:900;
}

/* Móvil: proporciones compactas y ordenadas */
@media(max-width:620px){
  body[data-web-theme="premium_hybrid"] .ph-product-grid{
    gap:10px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
    grid-template-rows:190px auto!important;
    border-radius:17px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
    min-height:190px!important;
    height:190px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-body-v3241{
    gap:8px!important;
    padding:11px 11px 12px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-copy-v3241{
    gap:4px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-body-v3241 h3{
    max-height:36px!important;
    font-size:12px!important;
    line-height:1.45!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-brand{
    font-size:7px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241{
    gap:2px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241 .ph-product-price{
    font-size:17px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-meta-v3241 .ph-stock{
    font-size:7px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241{
    margin-top:1px!important;
  }
}

@media(max-width:390px){
  body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
    grid-template-rows:250px auto!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
    min-height:250px!important;
    height:250px!important;
  }
}


/* =========================================================
   SalesPro 3.2.4.4 — Paleta completa e independiente
   ========================================================= */
body[data-web-theme="premium_hybrid"]{
  --ph-ink:var(--ph-heading)!important;
  --ph-muted:var(--ph-subtitle)!important;
  --ph-line:var(--ph-border)!important;
}

/* Títulos y textos: no heredan colores del diseño general */
body[data-web-theme="premium_hybrid"] h1,
body[data-web-theme="premium_hybrid"] h2,
body[data-web-theme="premium_hybrid"] h3,
body[data-web-theme="premium_hybrid"] h4,
body[data-web-theme="premium_hybrid"] h5,
body[data-web-theme="premium_hybrid"] h6,
body[data-web-theme="premium_hybrid"] .ph-section-head h2,
body[data-web-theme="premium_hybrid"] .sp-store-section h2,
body[data-web-theme="premium_hybrid"] .ph-product-body h3 a,
body[data-web-theme="premium_hybrid"] .ph-product-summary h1{
  color:var(--ph-heading)!important;
}
body[data-web-theme="premium_hybrid"] p,
body[data-web-theme="premium_hybrid"] small,
body[data-web-theme="premium_hybrid"] .ph-section-head p,
body[data-web-theme="premium_hybrid"] .ph-catalog-hero p,
body[data-web-theme="premium_hybrid"] .ph-detail-summary,
body[data-web-theme="premium_hybrid"] .sp-breadcrumbs,
body[data-web-theme="premium_hybrid"] .sp-breadcrumbs a{
  color:var(--ph-subtitle)!important;
}

/* Bordes globales del tema */
body[data-web-theme="premium_hybrid"] .ph-category-card,
body[data-web-theme="premium_hybrid"] .ph-product-card,
body[data-web-theme="premium_hybrid"] .ph-brand-card,
body[data-web-theme="premium_hybrid"] .ph-trust-strip,
body[data-web-theme="premium_hybrid"] .ph-cta,
body[data-web-theme="premium_hybrid"] .ph-catalog-toolbar,
body[data-web-theme="premium_hybrid"] .ph-filter-drawer,
body[data-web-theme="premium_hybrid"] .ph-product-summary,
body[data-web-theme="premium_hybrid"] .ph-product-tabs,
body[data-web-theme="premium_hybrid"] .ph-cart-drawer,
body[data-web-theme="premium_hybrid"] .sp-gallery-main,
body[data-web-theme="premium_hybrid"] .sp-product-content,
body[data-web-theme="premium_hybrid"] .sp-taxonomy-hero{
  border-color:var(--ph-border)!important;
}

/* Superficies claras independientes */
body[data-web-theme="premium_hybrid"] .ph-product-card,
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
  background:var(--ph-card-product)!important;
}
body[data-web-theme="premium_hybrid"] .ph-category-card{
  background:var(--ph-card-category)!important;
}
body[data-web-theme="premium_hybrid"] .ph-brand-card{
  background:var(--ph-card-brand)!important;
}
body[data-web-theme="premium_hybrid"] .ph-filter-drawer,
body[data-web-theme="premium_hybrid"] .sp-filter-card,
body[data-web-theme="premium_hybrid"] .ph-catalog-toolbar{
  background:var(--ph-card-filter)!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-summary,
body[data-web-theme="premium_hybrid"] .ph-product-tabs,
body[data-web-theme="premium_hybrid"] .sp-gallery-main,
body[data-web-theme="premium_hybrid"] .sp-product-content,
body[data-web-theme="premium_hybrid"] .sp-taxonomy-hero{
  background:var(--ph-card-detail)!important;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer,
body[data-web-theme="premium_hybrid"] .ph-cart-drawer footer,
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-item{
  background:var(--ph-card-cart)!important;
}

/* Sombras configurables */
body[data-web-theme="premium_hybrid"][data-shadow-level="soft"] .ph-product-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="soft"] .ph-category-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="soft"] .ph-brand-card{
  box-shadow:0 8px 22px color-mix(in srgb,var(--ph-shadow) 8%,transparent)!important;
}
body[data-web-theme="premium_hybrid"][data-shadow-level="medium"] .ph-product-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="medium"] .ph-category-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="medium"] .ph-brand-card{
  box-shadow:0 15px 38px color-mix(in srgb,var(--ph-shadow) 12%,transparent)!important;
}
body[data-web-theme="premium_hybrid"][data-shadow-level="strong"] .ph-product-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="strong"] .ph-category-card,
body[data-web-theme="premium_hybrid"][data-shadow-level="strong"] .ph-brand-card{
  box-shadow:0 24px 58px color-mix(in srgb,var(--ph-shadow) 20%,transparent)!important;
}

/* Estados configurables */
body[data-web-theme="premium_hybrid"] .ph-stock.in,
body[data-web-theme="premium_hybrid"] .ph-stock-pill.available,
body[data-web-theme="premium_hybrid"] .ph-whatsapp-detail{
  color:var(--ph-success)!important;
}
body[data-web-theme="premium_hybrid"] .ph-stock.low,
body[data-web-theme="premium_hybrid"] .ph-product-badge-low{
  color:var(--ph-warning)!important;
}
body[data-web-theme="premium_hybrid"] .ph-stock.out,
body[data-web-theme="premium_hybrid"] .ph-stock-pill.unavailable,
body[data-web-theme="premium_hybrid"] .ph-product-badge-out{
  color:var(--ph-danger)!important;
}

/* Footer independiente */
body[data-web-theme="premium_hybrid"] .sp-store-footer{
  color:var(--ph-footer-text)!important;
  background:var(--ph-footer-bg)!important;
}
body[data-web-theme="premium_hybrid"] .sp-store-footer h3,
body[data-web-theme="premium_hybrid"] .sp-store-footer h4,
body[data-web-theme="premium_hybrid"] .sp-store-footer a,
body[data-web-theme="premium_hybrid"] .sp-store-footer p,
body[data-web-theme="premium_hybrid"] .ph-footer-bottom{
  color:var(--ph-footer-text)!important;
}

/* Modo oscuro completamente independiente */
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"]{
  --ph-heading:var(--ph-dark-heading)!important;
  --ph-subtitle:var(--sp-dark-muted)!important;
  --ph-border:var(--ph-dark-border)!important;
  --ph-shadow:var(--ph-dark-shadow)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-card,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
  background:var(--ph-dark-card-product)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-category-card{
  background:var(--ph-dark-card-category)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-brand-card{
  background:var(--ph-dark-card-brand)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-filter-drawer,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-filter-card,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-catalog-toolbar{
  background:var(--ph-dark-card-filter)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-summary,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-product-tabs,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-gallery-main,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-product-content,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-taxonomy-hero{
  background:var(--ph-dark-card-detail)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-cart-drawer,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-cart-drawer footer,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-cart-drawer-item{
  background:var(--ph-dark-card-cart)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-footer{
  color:var(--ph-dark-footer-text)!important;
  background:var(--ph-dark-footer-bg)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-footer h3,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-footer h4,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-footer a,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .sp-store-footer p,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-footer-bottom{
  color:var(--ph-dark-footer-text)!important;
}


/* SalesPro 3.2.4.5 — Header responsive y categorías */
body[data-web-theme="premium_hybrid"] .ph-main-header-v3245{position:sticky;top:0;z-index:80;border-bottom:1px solid var(--ph-border);background:color-mix(in srgb,var(--sp-surface) 94%,transparent);backdrop-filter:blur(18px)}
body[data-web-theme="premium_hybrid"][data-header-sticky="0"] .ph-main-header-v3245{position:relative}
.ph-header-row-v3245{display:flex;align-items:center;gap:14px;min-height:70px}
.ph-menu-trigger-v3245{display:flex;align-items:center;gap:9px;min-height:42px;padding:0 12px;border:1px solid var(--ph-border);border-radius:12px;color:var(--ph-heading);background:var(--sp-surface);cursor:pointer;font-weight:800}
.ph-menu-trigger-v3245>span{display:block;width:17px;height:2px;border-radius:2px;background:currentColor}.ph-menu-trigger-v3245>span+span{margin-left:-26px;margin-top:10px}.ph-menu-trigger-v3245>span+span+span{margin-top:-10px}
.ph-header-brand-v3245{display:flex;align-items:center;gap:10px;min-width:0;color:var(--ph-heading);text-decoration:none}.ph-header-brand-v3245 img{width:auto;max-width:48px;height:42px;object-fit:contain}.ph-header-brand-v3245 strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px}
.ph-header-spacer-v3245{flex:1}.ph-header-cart-v3245{position:relative;display:flex;align-items:center;gap:8px;min-height:42px;padding:0 13px;border:1px solid var(--ph-border);border-radius:12px;color:var(--ph-heading);background:var(--sp-surface);text-decoration:none;font-size:12px;font-weight:850}.ph-header-cart-v3245 svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ph-header-cart-v3245 .ph-cart-count{position:absolute;right:-6px;top:-7px;display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border:2px solid var(--sp-surface);border-radius:999px;color:#fff;background:var(--sp-accent);font-size:9px;font-style:normal}.ph-header-cart-v3245 .ph-cart-count[hidden]{display:none}
.ph-header-search-row-v3245{padding-bottom:11px}.ph-header-search-v3245{max-width:none;margin:0}.ph-header-search-v3245 input{background:var(--sp-bg);border-color:var(--ph-border)}
.ph-category-drawer-overlay-v3245{position:fixed;z-index:139;inset:0;background:rgba(3,5,10,.48);backdrop-filter:blur(5px)}.ph-category-drawer-overlay-v3245[hidden]{display:none}
.ph-category-drawer-v3245{position:fixed;z-index:140;left:0;top:0;bottom:0;width:min(390px,92vw);overflow:hidden;border-right:1px solid var(--ph-border);background:var(--ph-card-filter);box-shadow:22px 0 60px color-mix(in srgb,var(--ph-shadow) 22%,transparent);transform:translateX(-105%);transition:transform .24s ease}.ph-category-drawer-v3245.is-open{transform:none}.ph-category-drawer-v3245>header{display:flex;justify-content:space-between;align-items:center;min-height:66px;padding:0 16px;border-bottom:1px solid var(--ph-border)}.ph-category-drawer-v3245>header>div{display:flex;align-items:center;gap:10px}.ph-category-drawer-v3245 h2{margin:0;font-size:17px}.ph-category-drawer-v3245>header button{display:grid;place-items:center;width:34px;height:34px;border:2px solid color-mix(in srgb,var(--ph-success) 70%,transparent);border-radius:50%;color:var(--ph-success);background:transparent;font-size:23px;cursor:pointer}.ph-category-drawer-icon-v3245{font-size:17px}.ph-category-drawer-v3245 nav{height:calc(100% - 66px);overflow:auto;padding:18px 12px 28px}.ph-category-row-v3245{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:60px;padding:8px 7px;border-radius:13px;color:var(--ph-subtitle);text-decoration:none}.ph-category-row-v3245:hover{color:var(--ph-heading);background:color-mix(in srgb,var(--sp-accent) 8%,transparent)}.ph-category-row-v3245 strong{font-size:13px;font-weight:650}.ph-category-row-v3245 i{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;color:var(--ph-subtitle);background:color-mix(in srgb,var(--ph-border) 42%,transparent);font-size:9px;font-style:normal}.ph-category-thumb-v3245{display:grid;place-items:center;width:36px;height:36px;overflow:hidden;border-radius:11px;background:var(--sp-bg)}.ph-category-thumb-v3245 img{width:100%;height:100%;object-fit:cover}.ph-category-thumb-v3245 b{color:var(--sp-accent)}.ph-category-all-v3245{color:var(--sp-accent);background:color-mix(in srgb,var(--sp-accent) 12%,var(--sp-surface))}.ph-category-row-v3245.is-all strong{color:var(--sp-accent)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-main-header-v3245{background:color-mix(in srgb,var(--sp-dark-surface) 94%,transparent)}html[data-store-mode="dark"] .ph-menu-trigger-v3245,html[data-store-mode="dark"] .ph-header-cart-v3245{color:var(--ph-dark-heading);background:var(--ph-dark-card-filter)}html[data-store-mode="dark"] .ph-category-drawer-v3245{background:var(--ph-dark-card-filter)}
@media(max-width:620px){.ph-header-row-v3245{gap:8px;min-height:60px}.ph-menu-trigger-v3245{width:40px;min-height:40px;padding:0;justify-content:center}.ph-menu-trigger-v3245 b{display:none}.ph-menu-trigger-v3245>span{width:18px}.ph-header-brand-v3245{gap:7px;flex:1}.ph-header-brand-v3245 img{max-width:38px;height:36px}.ph-header-brand-v3245 strong{max-width:150px;font-size:14px}.ph-header-spacer-v3245{display:none}.ph-theme-toggle{width:48px!important}.ph-header-cart-v3245{width:42px;min-height:40px;padding:0;justify-content:center}.ph-header-cart-v3245>span{display:none}.ph-header-cart-v3245 svg{width:21px;height:21px}.ph-header-search-row-v3245{padding-bottom:9px}.ph-category-drawer-v3245{width:min(350px,92vw)} }


/* =========================================================
   SalesPro 3.2.5 — Inicio comercial y navegación móvil
   ========================================================= */
.ph-header-row-v3245{gap:14px}
.ph-header-search-v325{flex:0 1 430px;max-width:430px;margin:0;min-width:240px;position:relative}
.ph-header-search-v325 input{height:46px;padding:0 54px 0 18px;border:1px solid var(--ph-border);border-radius:15px;background:var(--ph-card-filter);color:var(--sp-text);box-shadow:0 8px 24px rgba(15,23,42,.05);transition:border-color .2s,box-shadow .2s,background .2s}
.ph-header-search-v325 input:focus{outline:0;border-color:var(--sp-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--sp-accent) 13%,transparent)}
.ph-header-search-v325 button{position:absolute;right:5px;top:5px;width:36px;height:36px;padding:0;border:0;border-radius:11px;display:grid;place-items:center;background:var(--sp-accent);color:#fff}
.ph-header-search-v325 button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}

.ph-home{overflow:hidden}
.ph-hero{margin-bottom:0}
.ph-hero-grid{min-height:520px}
.ph-section{padding-top:58px;padding-bottom:58px;margin:0 auto}
.ph-section-head{margin-bottom:26px}
.ph-section-head h2{font-size:clamp(27px,3vw,42px);letter-spacing:-.035em}
.ph-section-head p{max-width:620px}
.ph-category-grid{gap:16px}
.ph-category-card{min-height:116px;border-radius:20px;box-shadow:0 12px 32px rgba(15,23,42,.055);transition:transform .2s,border-color .2s,box-shadow .2s}
.ph-category-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--sp-accent) 35%,var(--ph-border));box-shadow:0 18px 42px rgba(15,23,42,.09)}
.ph-product-card{border-radius:22px;box-shadow:0 12px 35px rgba(15,23,42,.055);transition:transform .2s,box-shadow .2s,border-color .2s}
.ph-product-card:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(15,23,42,.105)}
.ph-product-media{background:linear-gradient(180deg,#fff,var(--sp-color-bg-surface))}
.ph-brand-card{border-radius:18px;box-shadow:0 10px 28px rgba(15,23,42,.05)}
.ph-cta{margin-top:32px;margin-bottom:68px;border-radius:28px;overflow:hidden;position:relative}
.ph-cta:before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-80px;top:-100px;background:color-mix(in srgb,var(--sp-accent) 18%,transparent);filter:blur(3px)}
.ph-cta>*{position:relative;z-index:1}

.ph-mobile-bottom-nav-v325{display:none}
.ph-mobile-bottom-nav-v325 a,.ph-mobile-bottom-nav-v325 button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0;color:var(--sp-muted);background:transparent;border:0;text-decoration:none;font:inherit}
.ph-mobile-bottom-nav-v325 svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.ph-mobile-bottom-nav-v325 span{font-size:10px;font-weight:800;letter-spacing:.01em}
.ph-mobile-bottom-nav-v325 a:hover,.ph-mobile-bottom-nav-v325 button:hover,.ph-mobile-bottom-nav-v325 a:focus-visible,.ph-mobile-bottom-nav-v325 button:focus-visible{color:var(--sp-accent)}

.ph-search-overlay-v325,.ph-contact-overlay-v325{position:fixed;inset:0;z-index:140;background:rgba(9,11,18,.66);backdrop-filter:blur(12px);padding:18px}
.ph-search-overlay-v325[hidden],.ph-contact-overlay-v325[hidden]{display:none}
.ph-search-panel-v325{width:min(100%,980px);max-height:calc(100vh - 36px);margin:0 auto;overflow:auto;border:1px solid var(--ph-border);border-radius:26px;background:var(--sp-bg);color:var(--sp-text);box-shadow:0 28px 90px rgba(0,0,0,.3)}
.ph-search-panel-v325>header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:22px 24px 18px;background:color-mix(in srgb,var(--sp-bg) 92%,transparent);backdrop-filter:blur(15px);border-bottom:1px solid var(--ph-border)}
.ph-search-panel-v325 header small,.ph-contact-brand-v325 small{color:var(--sp-accent);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.ph-search-panel-v325 h2,.ph-contact-modal-v325 h2{margin:4px 0 0;font-size:clamp(24px,5vw,38px);line-height:1}
.ph-search-panel-v325 header button,.ph-contact-close-v325{width:42px;height:42px;border:1px solid var(--ph-border);border-radius:14px;background:var(--ph-card-filter);color:var(--sp-text);font-size:25px}
.ph-search-form-v325{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin:22px 24px;padding:7px 7px 7px 16px;border:1px solid var(--ph-border);border-radius:17px;background:var(--ph-card-filter);box-shadow:0 12px 34px rgba(15,23,42,.06)}
.ph-search-form-v325 svg{width:23px;height:23px;fill:none;stroke:var(--sp-muted);stroke-width:2;stroke-linecap:round}
.ph-search-form-v325 input{min-width:0;height:46px;border:0;outline:0;background:transparent;color:var(--sp-text);font-size:16px}
.ph-search-form-v325 button{height:42px;padding:0 18px;border:0;border-radius:12px;background:var(--sp-accent);color:#fff;font-weight:800}
.ph-search-status-v325{padding:0 24px 18px;color:var(--sp-muted);font-size:13px}
.ph-search-results-v325{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;padding:0 24px 28px}
.ph-search-results-v325 .ph-product-card{min-width:0}
.ph-search-results-v325 .ph-product-card:nth-child(n+13){display:none}

.ph-contact-overlay-v325{display:grid;place-items:center}
.ph-contact-modal-v325{position:relative;width:min(100%,720px);max-height:calc(100vh - 36px);overflow:auto;padding:30px;border:1px solid var(--ph-border);border-radius:28px;background:var(--sp-surface);color:var(--sp-text);box-shadow:0 30px 100px rgba(0,0,0,.32)}
.ph-contact-close-v325{position:absolute;right:18px;top:18px}
.ph-contact-brand-v325{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;padding-right:50px;margin-bottom:26px}
.ph-contact-brand-v325 img{width:84px;height:84px;object-fit:contain;border:1px solid var(--ph-border);border-radius:20px;background:#fff;padding:10px}
.ph-contact-brand-v325 p{margin:9px 0 0;color:var(--sp-muted);line-height:1.5}
.ph-contact-grid-v325{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ph-contact-grid-v325 a,.ph-contact-grid-v325>div{display:grid;gap:5px;padding:17px;border:1px solid var(--ph-border);border-radius:16px;background:var(--ph-card-filter);color:inherit;text-decoration:none}
.ph-contact-grid-v325 span{color:var(--sp-muted);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.ph-contact-grid-v325 strong{overflow-wrap:anywhere;font-size:14px;line-height:1.35}
.ph-contact-action-v325{width:100%;margin-top:18px}

html[data-store-mode="dark"] .ph-header-search-v325 input,html[data-store-mode="dark"] .ph-search-panel-v325,html[data-store-mode="dark"] .ph-contact-modal-v325{box-shadow:0 20px 70px rgba(0,0,0,.38)}

@media(max-width:900px){
 .ph-header-search-v325{flex-basis:310px;max-width:310px}
 .ph-search-results-v325{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:700px){
 body{padding-bottom:78px}
 .ph-header-row-v3245{min-height:64px;gap:8px}
 .ph-header-search-v325{display:none!important}
 .ph-menu-trigger-v3245 b,.ph-header-cart-v3245 span{display:none}
 .ph-header-brand-v3245 strong{max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
 .ph-theme-toggle{width:39px;height:39px;min-width:39px}
 .ph-header-cart-v3245{width:42px;height:42px;min-width:42px;padding:0;display:grid;place-items:center}
 .ph-mobile-bottom-nav-v325{position:fixed;left:10px;right:10px;bottom:10px;z-index:120;display:grid;grid-template-columns:repeat(4,1fr);height:66px;padding:6px;border:1px solid color-mix(in srgb,var(--ph-border) 80%,transparent);border-radius:20px;background:color-mix(in srgb,var(--sp-surface) 94%,transparent);backdrop-filter:blur(20px);box-shadow:0 18px 55px rgba(15,23,42,.2)}
 .ph-section{padding-top:42px;padding-bottom:42px}
 .ph-section-head{align-items:flex-start}
 .ph-section-head h2{font-size:29px}
 .ph-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
 .ph-category-card{min-height:104px;border-radius:17px}
 .ph-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
 .ph-search-overlay-v325,.ph-contact-overlay-v325{padding:0}
 .ph-search-panel-v325,.ph-contact-modal-v325{width:100%;height:100%;max-height:none;border:0;border-radius:0}
 .ph-search-panel-v325>header{padding:18px 16px 14px}
 .ph-search-form-v325{margin:16px;padding-left:13px;grid-template-columns:auto 1fr}
 .ph-search-form-v325 button{display:none}
 .ph-search-status-v325{padding:0 16px 14px}
 .ph-search-results-v325{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 12px 28px}
 .ph-contact-modal-v325{padding:24px 18px 90px}
 .ph-contact-brand-v325{grid-template-columns:1fr;padding-right:42px}
 .ph-contact-brand-v325 img{width:72px;height:72px}
 .ph-contact-grid-v325{grid-template-columns:1fr}
}
@media(max-width:380px){
 .ph-header-brand-v3245 strong{max-width:90px}
 .ph-mobile-bottom-nav-v325 span{font-size:9px}
 .ph-mobile-bottom-nav-v325 svg{width:23px;height:23px}
}


/* =========================================================
   SalesPro 3.2.5.1 — Banner limpio y tarjetas simplificadas
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-banner-clean{
  position:relative;
  width:100%;
  min-height:clamp(320px,42vw,650px);
  margin:0;
  overflow:hidden;
  background:#f2f3f5;
  isolation:isolate;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__picture,
body[data-web-theme="premium_hybrid"] .ph-banner-clean__picture img,
body[data-web-theme="premium_hybrid"] .ph-banner-clean__placeholder{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__picture img{
  object-fit:cover;
  object-position:center;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__placeholder{
  background:#eef0f3;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__content{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  min-height:clamp(320px,42vw,650px);
  padding-top:clamp(36px,6vw,86px);
  padding-bottom:clamp(36px,6vw,86px);
  pointer-events:none;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__panel{
  width:min(520px,54vw);
  padding:clamp(22px,3.2vw,42px);
  border:1px solid rgba(255,255,255,.28);
  border-radius:22px;
  color:#fff;
  background:rgba(10,10,12,.58);
  box-shadow:0 18px 50px rgba(0,0,0,.18);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  pointer-events:auto;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__panel h1{
  margin:0;
  color:inherit;
  font-size:clamp(34px,4.4vw,68px);
  line-height:.98;
  letter-spacing:-.045em;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__panel p{
  max-width:48ch;
  margin:18px 0 0;
  color:rgba(255,255,255,.86);
  font-size:clamp(14px,1.25vw,18px);
  line-height:1.55;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  min-height:48px;
  margin-top:24px;
  padding:0 20px;
  border-radius:12px;
  color:#111;
  background:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  box-shadow:0 8px 24px rgba(0,0,0,.14);
  transition:transform .18s ease,box-shadow .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-banner-clean__button:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(0,0,0,.20);
}
body[data-web-theme="premium_hybrid"] .ph-products-stage{
  background:var(--sp-bg,#f6f7f9)!important;
  color:var(--sp-text,var(--sp-color-text-primary))!important;
}
body[data-web-theme="premium_hybrid"] .ph-section-head-light h2,
body[data-web-theme="premium_hybrid"] .ph-section-head-light p{
  color:inherit!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241{
  display:block!important;
  grid-template-columns:1fr!important;
}
body[data-web-theme="premium_hybrid"] .ph-cart-control-v3241,
body[data-web-theme="premium_hybrid"] .ph-add-button-v3241{
  width:100%!important;
}
body[data-web-theme="premium_hybrid"] .ph-whatsapp-button-v3241{
  display:none!important;
}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-banner-clean{
    min-height:420px;
  }
  body[data-web-theme="premium_hybrid"] .ph-banner-clean__content{
    align-items:flex-end;
    min-height:420px;
    padding:18px 0;
  }
  body[data-web-theme="premium_hybrid"] .ph-banner-clean__panel{
    width:100%;
    padding:20px;
    border-radius:18px;
    background:rgba(8,8,10,.66);
  }
  body[data-web-theme="premium_hybrid"] .ph-banner-clean__panel h1{
    font-size:34px;
  }
  body[data-web-theme="premium_hybrid"] .ph-banner-clean__panel p{
    margin-top:12px;
    font-size:14px;
  }
  body[data-web-theme="premium_hybrid"] .ph-banner-clean__button{
    width:100%;
    margin-top:18px;
  }
}


/* SalesPro 3.2.5.2 — Productos destacados como sección clara normal */
body[data-web-theme="premium_hybrid"] #productos-destacados{
  background:transparent!important;
  color:var(--sp-text)!important;
}
body[data-web-theme="premium_hybrid"] #productos-destacados .ph-section-head h2{
  color:var(--sp-text)!important;
}
body[data-web-theme="premium_hybrid"] #productos-destacados .ph-section-head p{
  color:var(--sp-muted)!important;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] #productos-destacados{
  background:transparent!important;
}

/* =========================================================
   SalesPro 3.2.5.3 — Carruseles limpios del inicio
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-home-carousel--banner{
  position:relative;
  width:100%;
  overflow:hidden;
  background:transparent;
}
body[data-web-theme="premium_hybrid"] .ph-home-carousel__viewport{
  width:100%;
  overflow:hidden;
}
body[data-web-theme="premium_hybrid"] .ph-home-carousel__track{
  display:flex;
  width:100%;
  transition:transform .65s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}
body[data-web-theme="premium_hybrid"] .ph-home-carousel__slide{
  flex:0 0 100%;
  min-width:0;
}
body[data-web-theme="premium_hybrid"] .ph-banner-slide,
body[data-web-theme="premium_hybrid"] .ph-banner-slide>a,
body[data-web-theme="premium_hybrid"] .ph-banner-slide picture{
  display:block;
  width:100%;
}
body[data-web-theme="premium_hybrid"] .ph-banner-slide img{
  display:block;
  width:100%;
  height:auto;
  max-height:620px;
  object-fit:cover;
  object-position:center;
}
body[data-web-theme="premium_hybrid"] .ph-carousel-arrow{
  position:absolute;
  z-index:3;
  top:50%;
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid rgba(255,255,255,.4);
  border-radius:999px;
  color:#fff;
  background:rgba(12,10,18,.52);
  box-shadow:0 10px 28px rgba(0,0,0,.2);
  backdrop-filter:blur(8px);
  transform:translateY(-50%);
  cursor:pointer;
  font:700 31px/1 Arial,sans-serif;
  transition:background .2s ease,transform .2s ease;
}
body[data-web-theme="premium_hybrid"] .ph-carousel-arrow:hover{
  background:rgba(12,10,18,.78);
  transform:translateY(-50%) scale(1.04);
}
body[data-web-theme="premium_hybrid"] .ph-carousel-arrow--prev{left:22px}
body[data-web-theme="premium_hybrid"] .ph-carousel-arrow--next{right:22px}
body[data-web-theme="premium_hybrid"] .ph-carousel-dots{
  position:absolute;
  z-index:3;
  left:50%;
  bottom:17px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:7px 9px;
  border-radius:999px;
  background:rgba(12,10,18,.32);
  backdrop-filter:blur(7px);
  transform:translateX(-50%);
}
body[data-web-theme="premium_hybrid"] .ph-carousel-dots button{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.55);
  cursor:pointer;
  transition:width .2s ease,background .2s ease;
}
body[data-web-theme="premium_hybrid"] .ph-carousel-dots button.is-active{
  width:24px;
  background:#fff;
}

body[data-web-theme="premium_hybrid"] .ph-slider-head-actions{
  display:flex;
  align-items:center;
  gap:16px;
}
body[data-web-theme="premium_hybrid"] .ph-inline-slider-controls{
  display:flex;
  align-items:center;
  gap:8px;
}
body[data-web-theme="premium_hybrid"] .ph-inline-slider-controls button{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  padding:0;
  border:1px solid var(--ph-line);
  border-radius:12px;
  color:var(--ph-ink);
  background:var(--ph-white,#fff);
  cursor:pointer;
  font:700 25px/1 Arial,sans-serif;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
body[data-web-theme="premium_hybrid"] .ph-inline-slider-controls button:hover{
  border-color:var(--ph-purple,var(--sp-color-primary));
  box-shadow:0 8px 22px rgba(36,16,68,.1);
  transform:translateY(-1px);
}
body[data-web-theme="premium_hybrid"] .ph-inline-slider{
  width:100%;
  overflow:hidden;
  touch-action:pan-y pinch-zoom;
}
body[data-web-theme="premium_hybrid"] .ph-inline-slider__track{
  display:flex;
  gap:14px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:2px 2px 12px;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  overscroll-behavior-inline:contain;
}
body[data-web-theme="premium_hybrid"] .ph-inline-slider__track::-webkit-scrollbar{display:none}
body[data-web-theme="premium_hybrid"] .ph-category-card--slider{
  flex:0 0 clamp(250px,25vw,340px);
  scroll-snap-align:start;
  min-width:0;
}
body[data-web-theme="premium_hybrid"] .ph-brand-card--slider{
  flex:0 0 clamp(150px,16vw,220px);
  min-height:105px;
  scroll-snap-align:start;
}
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241,
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241 .ph-cart-control-v3241,
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241 .ph-btn-card,
body[data-web-theme="premium_hybrid"] .ph-disabled-product-v3241{
  width:100%;
}
body[data-web-theme="premium_hybrid"] .ph-disabled-product-v3241{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  box-sizing:border-box;
}

@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-banner-slide img{
    max-height:none;
    object-fit:cover;
  }
  body[data-web-theme="premium_hybrid"] .ph-carousel-arrow{
    width:38px;
    height:38px;
    font-size:25px;
  }
  body[data-web-theme="premium_hybrid"] .ph-carousel-arrow--prev{left:10px}
  body[data-web-theme="premium_hybrid"] .ph-carousel-arrow--next{right:10px}
  body[data-web-theme="premium_hybrid"] .ph-carousel-dots{bottom:10px}
  body[data-web-theme="premium_hybrid"] .ph-section-head{
    gap:14px;
  }
  body[data-web-theme="premium_hybrid"] .ph-slider-head-actions{
    width:100%;
    justify-content:space-between;
  }
  body[data-web-theme="premium_hybrid"] .ph-category-card--slider{
    flex-basis:min(82vw,310px);
  }
  body[data-web-theme="premium_hybrid"] .ph-brand-card--slider{
    flex-basis:44vw;
    min-height:88px;
  }
}

@media(prefers-reduced-motion:reduce){
  body[data-web-theme="premium_hybrid"] .ph-home-carousel__track,
  body[data-web-theme="premium_hybrid"] .ph-inline-slider__track{
    scroll-behavior:auto;
    transition:none;
  }
}


/* SalesPro 3.2.5.4 — interacción premium funcional */
body[data-web-theme="premium_hybrid"] .ph-home-carousel-v3254{position:relative;overflow:hidden;width:min(calc(100% - 30px),var(--sp-width));margin:24px auto 0;border:1px solid var(--ph-border);border-radius:28px;background:var(--sp-surface);box-shadow:0 22px 60px rgba(15,23,42,.12)}
body[data-web-theme="premium_hybrid"] .ph-home-carousel-track-v3254{display:flex;width:100%;transition:transform .72s cubic-bezier(.22,.61,.36,1);will-change:transform}
body[data-web-theme="premium_hybrid"] .ph-home-carousel-slide-v3254{flex:0 0 100%;min-width:100%;aspect-ratio:16/5.8;background:#eef1f5}
body[data-web-theme="premium_hybrid"] .ph-home-carousel-slide-v3254 a,body[data-web-theme="premium_hybrid"] .ph-home-carousel-slide-v3254 picture{display:block;width:100%;height:100%}
body[data-web-theme="premium_hybrid"] .ph-home-carousel-slide-v3254 img{display:block;width:100%;height:100%;object-fit:cover}
body[data-web-theme="premium_hybrid"] .ph-carousel-arrow-v3254{position:absolute;top:50%;z-index:3;display:grid;place-items:center;width:46px;height:46px;margin-top:-23px;border:1px solid rgba(255,255,255,.65);border-radius:50%;color:var(--sp-color-text-primary);background:rgba(255,255,255,.88);backdrop-filter:blur(14px);box-shadow:0 12px 30px rgba(0,0,0,.18);transition:transform .2s,background .2s,box-shadow .2s}
body[data-web-theme="premium_hybrid"] .ph-carousel-arrow-v3254:hover{transform:scale(1.08);background:#fff;box-shadow:0 16px 38px rgba(0,0,0,.24)}
body[data-web-theme="premium_hybrid"] .ph-carousel-arrow-v3254.is-prev{left:18px}body[data-web-theme="premium_hybrid"] .ph-carousel-arrow-v3254.is-next{right:18px}
body[data-web-theme="premium_hybrid"] .ph-carousel-arrow-v3254 svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
body[data-web-theme="premium_hybrid"] .ph-carousel-dots-v3254{position:absolute;left:50%;bottom:15px;z-index:3;display:flex;gap:7px;transform:translateX(-50%);padding:7px 9px;border-radius:999px;background:rgba(15,23,42,.28);backdrop-filter:blur(12px)}
body[data-web-theme="premium_hybrid"] .ph-carousel-dots-v3254 button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.6);transition:width .25s,background .25s}
body[data-web-theme="premium_hybrid"] .ph-carousel-dots-v3254 button.is-active{width:24px;background:#fff}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3254{overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-inline-slider-controls{display:flex;gap:8px;margin-left:auto}
body[data-web-theme="premium_hybrid"] .ph-inline-slider-controls button{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--ph-border);border-radius:13px;color:var(--sp-text);background:var(--sp-surface);font-size:25px;line-height:1;box-shadow:0 8px 24px rgba(15,23,42,.06);transition:transform .2s,border-color .2s,background .2s}
body[data-web-theme="premium_hybrid"] .ph-inline-slider-controls button:hover{transform:translateY(-2px);border-color:var(--sp-accent);background:var(--ph-card-filter)}
body[data-web-theme="premium_hybrid"] .ph-inline-slider{overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-inline-slider__track{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 2px 12px}
body[data-web-theme="premium_hybrid"] .ph-inline-slider__track::-webkit-scrollbar{display:none}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3254{flex:0 0 clamp(210px,23vw,290px);scroll-snap-align:start;min-height:118px}
body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3254{flex:0 0 clamp(150px,17vw,220px);scroll-snap-align:start;min-height:104px}
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241,body[data-web-theme="premium_hybrid"] .ph-product-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
body[data-web-theme="premium_hybrid"] .ph-product-actions-v3241>* ,body[data-web-theme="premium_hybrid"] .ph-product-actions>*{width:100%!important;min-height:44px!important}
body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245{width:46px!important;min-width:46px!important;padding:0!important;justify-content:center!important}
body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245>span{display:none!important}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245{transition:transform .2s,background .2s,border-color .2s,box-shadow .2s}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(15,23,42,.12)}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245>span{transition:transform .3s,opacity .2s}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245[aria-expanded="true"]>span:nth-child(1){transform:translateY(6px) rotate(45deg)}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245[aria-expanded="true"]>span:nth-child(2){opacity:0}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245[aria-expanded="true"]>span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
body[data-web-theme="premium_hybrid"] .ph-category-drawer-v3245 header button,body[data-web-theme="premium_hybrid"] .ph-search-panel-v325>header button,body[data-web-theme="premium_hybrid"] .ph-contact-close-v325{color:var(--sp-text)!important;background:var(--ph-card-filter)!important;border-color:var(--ph-border)!important;transition:transform .2s,background .2s,color .2s,border-color .2s}
body[data-web-theme="premium_hybrid"] .ph-category-drawer-v3245 header button:hover,body[data-web-theme="premium_hybrid"] .ph-search-panel-v325>header button:hover,body[data-web-theme="premium_hybrid"] .ph-contact-close-v325:hover{transform:rotate(90deg) scale(1.05);color:#fff!important;background:var(--sp-accent)!important;border-color:var(--sp-accent)!important}
body[data-web-theme="premium_hybrid"] .ph-category-drawer-icon-v3245 svg,body[data-web-theme="premium_hybrid"] .ph-category-all-v3245 svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
body[data-web-theme="premium_hybrid"] .ph-header-search-v325{cursor:pointer}
body[data-web-theme="premium_hybrid"] .ph-header-search-v325 input{cursor:pointer}
@media(max-width:700px){body[data-web-theme="premium_hybrid"] .ph-home-carousel-v3254{width:calc(100% - 20px);margin-top:12px;border-radius:20px}body[data-web-theme="premium_hybrid"] .ph-home-carousel-slide-v3254{aspect-ratio:4/3}body[data-web-theme="premium_hybrid"] .ph-carousel-arrow-v3254{width:38px;height:38px;margin-top:-19px}body[data-web-theme="premium_hybrid"] .ph-carousel-arrow-v3254.is-prev{left:10px}body[data-web-theme="premium_hybrid"] .ph-carousel-arrow-v3254.is-next{right:10px}body[data-web-theme="premium_hybrid"] .ph-category-slide-v3254{flex-basis:78vw}body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3254{flex-basis:42vw}}


/* =========================================================
   SalesPro 3.2.5.5 — Swiper oficial / corrección autoritativa
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-header-search-icon-v3255{
  flex:0 0 46px;width:46px;height:46px;padding:0;border:1px solid var(--ph-border);border-radius:15px;
  display:grid;place-items:center;color:var(--sp-text);background:var(--sp-surface);
  box-shadow:0 8px 24px rgba(15,23,42,.06);transition:transform .22s,border-color .22s,background .22s,box-shadow .22s;
}
body[data-web-theme="premium_hybrid"] .ph-header-search-icon-v3255:hover,
body[data-web-theme="premium_hybrid"] .ph-header-search-icon-v3255:focus-visible{
  transform:translateY(-2px);border-color:var(--sp-accent);background:var(--ph-card-filter);box-shadow:0 12px 30px rgba(15,23,42,.1);outline:none;
}
body[data-web-theme="premium_hybrid"] .ph-header-search-icon-v3255 svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}

body[data-web-theme="premium_hybrid"] .ph-hero-swiper-v3255{
  position:relative;width:min(calc(100% - 32px),var(--sp-width));margin:22px auto 0;overflow:hidden;
  border:1px solid var(--ph-border);border-radius:26px;background:var(--sp-surface);box-shadow:0 24px 70px rgba(15,23,42,.13);
}
body[data-web-theme="premium_hybrid"] .ph-hero-swiper-v3255 .swiper-wrapper{align-items:stretch}
body[data-web-theme="premium_hybrid"] .ph-hero-slide-v3255{height:auto;aspect-ratio:16/5.7;background:#eef1f5;overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-hero-slide-v3255>a,
body[data-web-theme="premium_hybrid"] .ph-hero-slide-v3255 picture{display:block;width:100%;height:100%}
body[data-web-theme="premium_hybrid"] .ph-hero-slide-v3255 img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
body[data-web-theme="premium_hybrid"] .ph-swiper-nav-v3255{
  position:absolute;top:50%;z-index:6;width:46px;height:46px;margin-top:-23px;padding:0;border:1px solid rgba(255,255,255,.72);
  border-radius:50%;display:grid;place-items:center;color:var(--sp-color-text-primary);background:rgba(255,255,255,.9);backdrop-filter:blur(14px);
  box-shadow:0 14px 34px rgba(0,0,0,.18);transition:transform .2s,background .2s,opacity .2s;
}
body[data-web-theme="premium_hybrid"] .ph-swiper-nav-v3255:hover{transform:scale(1.08);background:#fff}
body[data-web-theme="premium_hybrid"] .ph-swiper-nav-v3255 svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
body[data-web-theme="premium_hybrid"] .ph-swiper-prev-v3255{left:18px}body[data-web-theme="premium_hybrid"] .ph-swiper-next-v3255{right:18px}
body[data-web-theme="premium_hybrid"] .ph-swiper-pagination-v3255{position:absolute;left:50%!important;bottom:14px!important;z-index:6;width:auto!important;transform:translateX(-50%);padding:7px 10px;border-radius:999px;background:rgba(15,23,42,.3);backdrop-filter:blur(12px)}
body[data-web-theme="premium_hybrid"] .ph-swiper-pagination-v3255 .swiper-pagination-bullet{width:8px;height:8px;margin:0 4px!important;background:#fff;opacity:.52;transition:width .25s,opacity .25s}
body[data-web-theme="premium_hybrid"] .ph-swiper-pagination-v3255 .swiper-pagination-bullet-active{width:24px;border-radius:999px;opacity:1}

body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255{overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-slider-head-v3255{align-items:flex-end}
body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255{display:flex;gap:8px;margin-left:auto}
body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255 button{
  width:42px;height:42px;padding:0;border:1px solid var(--ph-border);border-radius:14px;display:grid;place-items:center;
  color:var(--sp-text);background:var(--sp-surface);box-shadow:0 8px 24px rgba(15,23,42,.06);transition:transform .2s,border-color .2s,background .2s,opacity .2s;
}
body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255 button:hover{transform:translateY(-2px);border-color:var(--sp-accent);background:var(--ph-card-filter)}
body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255 button.swiper-button-disabled{opacity:.35;pointer-events:none}
body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255 svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255,
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255{width:100%;overflow:hidden;padding:4px 2px 16px}
body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255 .swiper-wrapper,
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .swiper-wrapper{align-items:stretch}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255{
  height:auto!important;min-height:126px;box-sizing:border-box;display:flex!important;align-items:center;gap:16px;padding:16px;
}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255 .ph-category-media{flex:0 0 76px;width:76px;height:76px}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255 .ph-category-copy{min-width:0;display:grid;gap:5px}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255 .ph-category-copy strong{white-space:normal;line-height:1.2}
body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255{
  height:118px!important;box-sizing:border-box;display:grid!important;place-items:center;padding:18px;border-radius:20px;
}
body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255 img{max-width:100%;max-height:60px;object-fit:contain}

body[data-web-theme="premium_hybrid"] .ph-category-drawer-v3245>header{padding:20px 18px;border-bottom:1px solid var(--ph-border);background:var(--sp-surface)}
body[data-web-theme="premium_hybrid"] .ph-category-drawer-v3245>header>div{display:flex;align-items:center;gap:12px}
body[data-web-theme="premium_hybrid"] .ph-category-drawer-icon-v3245{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:var(--sp-accent);background:color-mix(in srgb,var(--sp-accent) 10%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-category-drawer-icon-v3245 svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}
body[data-web-theme="premium_hybrid"] .ph-category-close-v3255{width:42px;height:42px;padding:0;border:1px solid var(--ph-border);border-radius:13px;display:grid;place-items:center;color:var(--sp-text);background:var(--ph-card-filter);transition:transform .25s,border-color .2s,background .2s}
body[data-web-theme="premium_hybrid"] .ph-category-close-v3255:hover{transform:rotate(90deg);border-color:var(--sp-accent);background:color-mix(in srgb,var(--sp-accent) 9%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-category-close-v3255 svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
body[data-web-theme="premium_hybrid"] .ph-category-drawer-v3245 nav{padding:12px}
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245{display:grid!important;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:62px;padding:8px 10px!important;border:1px solid transparent;border-radius:15px;color:var(--sp-text);transition:background .2s,border-color .2s,transform .2s}
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245:hover{transform:translateX(3px);border-color:var(--ph-border);background:var(--ph-card-filter)}
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245 strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245 i{min-width:34px;padding:5px 9px;border-radius:999px;text-align:center;font-style:normal;font-size:12px;color:var(--ph-muted);background:var(--ph-card-filter)}
body[data-web-theme="premium_hybrid"] .ph-category-thumb-v3245{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;overflow:hidden;background:var(--ph-card-filter)}
body[data-web-theme="premium_hybrid"] .ph-category-thumb-v3245 img{width:100%;height:100%;object-fit:contain;padding:5px;background:#fff}
body[data-web-theme="premium_hybrid"] .ph-category-all-v3255{color:#fff;background:var(--sp-accent)}
body[data-web-theme="premium_hybrid"] .ph-category-all-v3255 svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}

body[data-web-theme="premium_hybrid"] .ph-product-actions,
body[data-web-theme="premium_hybrid"] .ph-product-card form[data-cart-add]{width:100%}
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-btn,
body[data-web-theme="premium_hybrid"] .ph-product-card button[type="submit"],
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-view,
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-upcoming{width:100%!important;min-height:46px;display:flex!important;align-items:center;justify-content:center;box-sizing:border-box}

@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-header-search-icon-v3255{display:none!important}
  body[data-web-theme="premium_hybrid"] .ph-hero-swiper-v3255{width:calc(100% - 20px);margin-top:12px;border-radius:20px}
  body[data-web-theme="premium_hybrid"] .ph-hero-slide-v3255{aspect-ratio:4/3}
  body[data-web-theme="premium_hybrid"] .ph-swiper-nav-v3255{width:38px;height:38px;margin-top:-19px}
  body[data-web-theme="premium_hybrid"] .ph-swiper-prev-v3255{left:10px}body[data-web-theme="premium_hybrid"] .ph-swiper-next-v3255{right:10px}
  body[data-web-theme="premium_hybrid"] .ph-section-head.ph-slider-head-v3255{display:flex!important;align-items:flex-end!important;gap:12px}
  body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255 button{width:38px;height:38px;border-radius:12px}
  body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255{min-height:112px;padding:13px;gap:12px}
  body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255 .ph-category-media{flex-basis:66px;width:66px;height:66px}
  body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255{height:96px!important;padding:13px;border-radius:16px}
}


/* SalesPro 3.2.5.6 — carruseles proporcionales y compactos */
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255{
  overflow:hidden;
}
body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255,
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255{
  width:100%;
  overflow:hidden;
  padding:8px 2px 18px;
}
body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255 .swiper-wrapper,
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .swiper-wrapper{
  align-items:stretch;
}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255,
body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255{
  width:auto;
  height:auto;
  box-sizing:border-box;
}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255{
  display:grid;
  grid-template-columns:74px minmax(0,1fr);
  align-items:center;
  gap:14px;
  min-width:0;
  min-height:112px;
  padding:14px;
  border-radius:20px;
}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255 .ph-category-media{
  width:74px;
  height:74px;
  border-radius:16px;
}
body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255 .ph-category-copy strong{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-height:1.25;
}
body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:76px;
  padding:13px 20px;
  border-radius:17px;
}
body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255 img{
  width:100%;
  max-width:150px;
  height:42px;
  max-height:42px;
  object-fit:contain;
}
body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255 strong{
  overflow:hidden;
  max-width:100%;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:14px;
}
body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255 button.swiper-button-disabled{
  opacity:.35;
  cursor:not-allowed;
  transform:none;
}
@media(max-width:767px){
  body[data-web-theme="premium_hybrid"] .ph-slider-head-v3255{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:end;
    gap:12px;
  }
  body[data-web-theme="premium_hybrid"] .ph-slider-head-v3255 h2{
    font-size:clamp(28px,9vw,38px);
  }
  body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255{
    align-self:end;
  }
  body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255{
    grid-template-columns:62px minmax(0,1fr);
    min-height:96px;
    padding:11px;
    border-radius:17px;
  }
  body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255 .ph-category-media{
    width:62px;
    height:62px;
    border-radius:14px;
  }
  body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255{
    min-height:64px;
    padding:10px 14px;
    border-radius:15px;
  }
  body[data-web-theme="premium_hybrid"] .ph-brand-slide-v3255 img{
    height:34px;
    max-height:34px;
  }
}
@media(max-width:420px){
  body[data-web-theme="premium_hybrid"] .ph-slider-actions-v3255 button{
    width:38px;
    height:38px;
  }
  body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255{
    grid-template-columns:58px minmax(0,1fr);
  }
  body[data-web-theme="premium_hybrid"] .ph-category-slide-v3255 .ph-category-media{
    width:58px;
    height:58px;
  }
}
/* SalesPro 3.2.5.9 — carrito rápido profesional */
body.body-cart-open{overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-overlay{
  z-index:1199;
  background:color-mix(in srgb,#060913 54%,transparent);
  backdrop-filter:blur(7px);
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer{
  z-index:1200;
  width:min(460px,100vw);
  border-left:1px solid var(--ph-border);
  box-shadow:-24px 0 70px color-mix(in srgb,var(--ph-shadow) 24%,transparent);
  transition:transform .32s cubic-bezier(.22,1,.36,1);
}
body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav,
body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325{
  transition:opacity .2s ease,visibility .2s ease,transform .24s cubic-bezier(.22,1,.36,1);
}
body.body-cart-open[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav,
body.body-cart-open[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325{
  pointer-events:none;
  visibility:hidden;
  opacity:0;
  transform:translateY(calc(100% + 28px));
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header{
  min-height:94px;
  padding:22px 24px;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header small{
  color:var(--sp-muted);
  font-size:11px;
  font-weight:700;
  letter-spacing:.02em;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header h2{
  margin:3px 0 0;
  font-size:26px;
  line-height:1.05;
  letter-spacing:-.035em;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header>[data-cart-close]{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid var(--ph-border);
  color:var(--sp-text);
  background:var(--sp-surface);
  cursor:pointer;
  transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header>[data-cart-close]:hover{
  border-color:color-mix(in srgb,var(--sp-primary) 38%,var(--ph-border));
  color:var(--sp-primary);
  background:color-mix(in srgb,var(--sp-primary) 7%,var(--sp-surface));
  transform:rotate(6deg);
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header>[data-cart-close]:focus-visible,
body[data-web-theme="premium_hybrid"] .ph-cart-stepper button:focus-visible,
body[data-web-theme="premium_hybrid"] .ph-cart-remove:focus-visible{
  outline:3px solid color-mix(in srgb,var(--sp-primary) 25%,transparent);
  outline-offset:2px;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header>[data-cart-close] svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-width:1.8;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-items{
  overscroll-behavior:contain;
  padding:4px 24px 20px;
  scrollbar-width:thin;
  scrollbar-color:color-mix(in srgb,var(--sp-muted) 35%,transparent) transparent;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-item{
  position:relative;
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:14px;
  align-items:start;
  min-width:0;
  padding:18px 0;
  background:transparent;
  transition:opacity .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-cart-item-media{
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--ph-border) 75%,transparent);
  border-radius:14px;
  color:var(--sp-muted);
  background:var(--ph-image-bg,var(--sp-color-bg-surface));
  font-size:11px;
  font-weight:900;
}
body[data-web-theme="premium_hybrid"] .ph-cart-item-media img{
  width:100%;
  height:100%;
  padding:5px;
  border-radius:0;
  object-fit:contain;
  object-position:center;
  background:transparent;
  box-sizing:border-box;
}
body[data-web-theme="premium_hybrid"] .ph-cart-item-copy{
  display:grid;
  gap:4px;
  min-width:0;
}
body[data-web-theme="premium_hybrid"] .ph-cart-item-copy>strong{
  display:-webkit-box;
  overflow:hidden;
  padding-right:86px;
  color:var(--sp-text);
  font-size:15px;
  font-weight:800;
  line-height:1.25;
  letter-spacing:-.012em;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
body[data-web-theme="premium_hybrid"] .ph-cart-item-copy>small{
  color:var(--sp-muted);
  font-size:11px;
  line-height:1.3;
}
body[data-web-theme="premium_hybrid"] .ph-cart-line-total{
  position:absolute;
  top:20px;
  right:0;
  color:var(--sp-text);
  font-size:14px;
  font-weight:900;
  white-space:nowrap;
}
body[data-web-theme="premium_hybrid"] .ph-cart-line-total span{font-size:10px;font-weight:800}
body[data-web-theme="premium_hybrid"] .ph-cart-item-tools{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-top:8px;
}
body[data-web-theme="premium_hybrid"] .ph-cart-stepper{
  display:grid;
  grid-template-columns:34px 36px 34px;
  align-items:center;
  height:34px;
  overflow:hidden;
  border:1px solid var(--ph-border);
  border-radius:11px;
  background:var(--sp-surface);
}
body[data-web-theme="premium_hybrid"] .ph-cart-stepper button{
  display:grid;
  place-items:center;
  width:34px;
  height:32px;
  padding:0;
  border:0;
  color:var(--sp-text);
  background:transparent;
  font:800 18px/1 Gilroy,Arial,sans-serif;
  cursor:pointer;
  transition:color .16s ease,background .16s ease;
}
body[data-web-theme="premium_hybrid"] .ph-cart-stepper button:hover{
  color:#fff;
  background:var(--sp-primary);
}
body[data-web-theme="premium_hybrid"] .ph-cart-stepper button:disabled{cursor:not-allowed;opacity:.4}
body[data-web-theme="premium_hybrid"] .ph-cart-stepper output{
  display:grid;
  place-items:center;
  min-width:0;
  height:22px;
  border-inline:1px solid var(--ph-border);
  color:var(--sp-text);
  font-size:12px;
  font-weight:900;
}
body[data-web-theme="premium_hybrid"] .ph-cart-remove{
  display:inline-flex;
  gap:5px;
  align-items:center;
  min-height:32px;
  padding:0 4px;
  border:0;
  color:var(--sp-muted);
  background:transparent;
  font:750 10px/1 Gilroy,Arial,sans-serif;
  cursor:pointer;
  transition:color .16s ease;
}
body[data-web-theme="premium_hybrid"] .ph-cart-remove:hover{color:var(--ph-danger,var(--sp-offer))}
body[data-web-theme="premium_hybrid"] .ph-cart-remove svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.7;
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-item.is-updating{pointer-events:none;opacity:.5}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-item.is-updating::after{
  position:absolute;
  top:50%;
  left:35px;
  width:18px;
  height:18px;
  margin:-9px;
  border:2px solid color-mix(in srgb,var(--sp-primary) 18%,transparent);
  border-top-color:var(--sp-primary);
  border-radius:50%;
  content:"";
  animation:ph-cart-spin .7s linear infinite;
}
@keyframes ph-cart-spin{to{transform:rotate(360deg)}}
body[data-web-theme="premium_hybrid"] .ph-cart-empty{
  display:grid;
  place-items:center;
  align-content:center;
  min-height:280px;
  padding:35px 20px;
  color:var(--sp-muted);
  text-align:center;
}
body[data-web-theme="premium_hybrid"] .ph-cart-empty svg{
  width:46px;
  height:46px;
  margin-bottom:14px;
  fill:none;
  stroke:color-mix(in srgb,var(--sp-primary) 70%,var(--sp-muted));
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.45;
}
body[data-web-theme="premium_hybrid"] .ph-cart-empty strong{color:var(--sp-text);font-size:16px}
body[data-web-theme="premium_hybrid"] .ph-cart-empty span{margin-top:5px;font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-footer{
  gap:14px;
  padding:18px 24px max(20px,env(safe-area-inset-bottom));
  box-shadow:0 -16px 36px color-mix(in srgb,var(--ph-shadow) 7%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-footer .ph-cart-subtotal{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:start;
}
body[data-web-theme="premium_hybrid"] .ph-cart-subtotal>span{display:grid;gap:3px;font-size:13px;font-weight:800}
body[data-web-theme="premium_hybrid"] .ph-cart-subtotal small{color:var(--sp-muted);font-size:9px;font-weight:600}
body[data-web-theme="premium_hybrid"] .ph-cart-subtotal>strong{font-size:17px;font-weight:900;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-cart-footer-actions{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:10px;
}
body[data-web-theme="premium_hybrid"] .ph-cart-footer-actions .ph-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  margin:0;
  text-align:center;
}
body[data-web-theme="premium_hybrid"] .ph-cart-footer-actions .ph-btn-ghost{
  border-color:var(--ph-border);
  color:var(--sp-text);
  background:var(--sp-surface);
  box-shadow:none;
}
body[data-web-theme="premium_hybrid"] .ph-cart-footer-actions .ph-btn-ghost:hover{
  border-color:color-mix(in srgb,var(--sp-primary) 35%,var(--ph-border));
  color:var(--sp-primary);
  background:color-mix(in srgb,var(--sp-primary) 6%,var(--sp-surface));
}
@media(max-width:520px){
  body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header{min-height:86px;padding:19px 18px}
  body[data-web-theme="premium_hybrid"] .ph-cart-drawer-header h2{font-size:23px}
  body[data-web-theme="premium_hybrid"] .ph-cart-drawer-items{padding:3px 18px 18px}
  body[data-web-theme="premium_hybrid"] .ph-cart-drawer-item{grid-template-columns:62px minmax(0,1fr);gap:11px;padding:15px 0}
  body[data-web-theme="premium_hybrid"] .ph-cart-item-media{width:62px;height:62px;border-radius:12px}
  body[data-web-theme="premium_hybrid"] .ph-cart-item-copy>strong{padding-right:72px;font-size:13px}
  body[data-web-theme="premium_hybrid"] .ph-cart-line-total{top:16px;font-size:12px}
  body[data-web-theme="premium_hybrid"] .ph-cart-item-tools{gap:7px;margin-top:6px}
  body[data-web-theme="premium_hybrid"] .ph-cart-remove span{display:none}
  body[data-web-theme="premium_hybrid"] .ph-cart-drawer-footer{padding:16px 18px max(18px,env(safe-area-inset-bottom))}
}
@media(max-width:360px){
  body[data-web-theme="premium_hybrid"] .ph-cart-footer-actions{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-cart-footer-actions .ph-btn{min-height:44px}
}

/* Carrito completo Premium Hybrid */
body[data-web-theme="premium_hybrid"] .ph-cart-page{
  --ph-cart-line:color-mix(in srgb,var(--ph-border) 82%,transparent);
  padding-top:clamp(28px,4vw,58px);
  padding-bottom:clamp(88px,10vw,140px);
}
body[data-web-theme="premium_hybrid"] .ph-cart-page-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:end;
  margin-bottom:clamp(24px,3vw,40px);
}
body[data-web-theme="premium_hybrid"] .ph-cart-kicker,
body[data-web-theme="premium_hybrid"] .ph-cart-summary-kicker{
  display:block;
  margin-bottom:8px;
  color:var(--sp-primary);
  font-size:11px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
body[data-web-theme="premium_hybrid"] .ph-cart-page-head h1{
  margin:0;
  color:var(--sp-text);
  font-size:clamp(30px,4vw,48px);
  line-height:1;
  letter-spacing:-.045em;
}
body[data-web-theme="premium_hybrid"] .ph-cart-page-head p{
  max-width:660px;
  margin:13px 0 0;
  color:var(--sp-muted);
  font-size:14px;
  line-height:1.55;
}
body[data-web-theme="premium_hybrid"] .ph-cart-back{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 16px;
  border:1px solid var(--ph-cart-line);
  border-radius:12px;
  color:var(--sp-text);
  background:var(--sp-surface);
  font-size:12px;
  font-weight:800;
  text-decoration:none;
  transition:border-color .18s ease,color .18s ease,transform .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-cart-back:hover{border-color:var(--sp-primary);color:var(--sp-primary);transform:translateX(-2px)}
body[data-web-theme="premium_hybrid"] .ph-cart-page-layout{
  display:grid;
  grid-template-columns:minmax(0,1.68fr) minmax(310px,.72fr);
  gap:clamp(22px,3vw,38px);
  align-items:start;
}
body[data-web-theme="premium_hybrid"] .ph-cart-products,
body[data-web-theme="premium_hybrid"] .ph-cart-page-summary{
  overflow:hidden;
  border:1px solid var(--ph-cart-line);
  border-radius:22px;
  background:var(--sp-surface);
  box-shadow:0 18px 55px color-mix(in srgb,var(--ph-shadow) 7%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-cart-products-head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  min-height:82px;
  padding:20px 24px;
  border-bottom:1px solid var(--ph-cart-line);
  background:color-mix(in srgb,var(--sp-surface-alt,var(--sp-bg)) 55%,var(--sp-surface));
}
body[data-web-theme="premium_hybrid"] .ph-cart-products-head>div{display:flex;gap:12px;align-items:baseline;min-width:0}
body[data-web-theme="premium_hybrid"] .ph-cart-products-head h2{margin:0;color:var(--sp-text);font-size:20px;letter-spacing:-.025em}
body[data-web-theme="premium_hybrid"] .ph-cart-products-head span{color:var(--sp-muted);font-size:11px;font-weight:700}
body[data-web-theme="premium_hybrid"] .ph-cart-product{
  position:relative;
  display:grid;
  grid-template-columns:112px minmax(0,1fr) minmax(180px,auto);
  gap:20px;
  align-items:center;
  min-width:0;
  padding:24px;
  border-bottom:1px solid var(--ph-cart-line);
  transition:opacity .18s ease,background .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-cart-product:last-child{border-bottom:0}
body[data-web-theme="premium_hybrid"] .ph-cart-product:hover{background:color-mix(in srgb,var(--sp-primary) 2.5%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-cart-product.is-updating{pointer-events:none;opacity:.55}
body[data-web-theme="premium_hybrid"] .ph-cart-product-media{
  display:grid;
  place-items:center;
  width:112px;
  height:112px;
  overflow:hidden;
  border:1px solid var(--ph-cart-line);
  border-radius:17px;
  color:var(--sp-muted);
  background:var(--ph-image-bg,var(--sp-color-bg-surface));
  font-size:25px;
  font-weight:900;
}
body[data-web-theme="premium_hybrid"] .ph-cart-product-media img{width:100%;height:100%;padding:7px;object-fit:contain;object-position:center;box-sizing:border-box}
body[data-web-theme="premium_hybrid"] .ph-cart-product-info{display:grid;justify-items:start;min-width:0}
body[data-web-theme="premium_hybrid"] .ph-cart-product-info>small{margin-bottom:5px;color:var(--sp-primary);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
body[data-web-theme="premium_hybrid"] .ph-cart-product-info h3{max-width:520px;margin:0;color:var(--sp-text);font-size:16px;line-height:1.28;letter-spacing:-.015em}
body[data-web-theme="premium_hybrid"] .ph-cart-product-info h3 a{color:inherit;text-decoration:none}
body[data-web-theme="premium_hybrid"] .ph-cart-product-info>span{margin-top:7px;color:var(--sp-muted);font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-cart-page-remove{margin-top:13px;padding:0;border:0;color:var(--sp-muted);background:transparent;font:800 10px/1 Gilroy,Arial,sans-serif;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
body[data-web-theme="premium_hybrid"] .ph-cart-page-remove:hover{color:var(--ph-danger,var(--sp-offer))}
body[data-web-theme="premium_hybrid"] .ph-cart-product-buy{display:grid;grid-template-columns:auto auto;gap:10px 15px;align-items:center;justify-items:end}
body[data-web-theme="premium_hybrid"] .ph-cart-unit-price{grid-column:1/-1;color:var(--sp-muted);font-size:11px;font-weight:700}
body[data-web-theme="premium_hybrid"] .ph-cart-unit-price small{font-size:9px;font-weight:600}
body[data-web-theme="premium_hybrid"] .ph-cart-product-buy>strong{min-width:96px;color:var(--sp-price,var(--sp-primary));font-size:16px;font-weight:900;text-align:right;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-cart-page-stepper{display:grid;grid-template-columns:38px 42px 38px;align-items:center;height:40px;overflow:hidden;border:1px solid var(--ph-cart-line);border-radius:12px;background:var(--sp-surface)}
body[data-web-theme="premium_hybrid"] .ph-cart-page-stepper button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;color:var(--sp-text);background:transparent;font:900 18px/1 Gilroy,Arial,sans-serif;cursor:pointer;transition:color .16s ease,background .16s ease}
body[data-web-theme="premium_hybrid"] .ph-cart-page-stepper button:hover{color:#fff;background:var(--sp-primary)}
body[data-web-theme="premium_hybrid"] .ph-cart-page-stepper input{width:42px;height:24px;padding:0;border:0;border-inline:1px solid var(--ph-cart-line);border-radius:0;color:var(--sp-text);background:transparent;font:900 12px/1 Gilroy,Arial,sans-serif;text-align:center;box-shadow:none;appearance:textfield}
body[data-web-theme="premium_hybrid"] .ph-cart-page-stepper input::-webkit-inner-spin-button{display:none}
body[data-web-theme="premium_hybrid"] .ph-cart-product-loader{position:absolute;inset:0;display:none;place-items:center;background:color-mix(in srgb,var(--sp-surface) 55%,transparent);backdrop-filter:blur(1px)}
body[data-web-theme="premium_hybrid"] .ph-cart-product.is-updating .ph-cart-product-loader{display:grid}
body[data-web-theme="premium_hybrid"] .ph-cart-product-loader::before{width:24px;height:24px;border:3px solid color-mix(in srgb,var(--sp-primary) 18%,transparent);border-top-color:var(--sp-primary);border-radius:50%;content:"";animation:ph-cart-spin .7s linear infinite}
body[data-web-theme="premium_hybrid"] .ph-cart-page-summary{position:sticky;top:calc(var(--ph-header-height,80px) + 22px);padding:26px}
body[data-web-theme="premium_hybrid"] .ph-cart-page-summary h2{margin:0 0 24px;color:var(--sp-text);font-size:24px;letter-spacing:-.035em}
body[data-web-theme="premium_hybrid"] .ph-cart-summary-row{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--ph-cart-line);color:var(--sp-muted);font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-cart-summary-row b{color:var(--sp-text);font-weight:850}
body[data-web-theme="premium_hybrid"] .ph-cart-page-summary>p{margin:17px 0;color:var(--sp-muted);font-size:10px;line-height:1.5}
body[data-web-theme="premium_hybrid"] .ph-cart-summary-total{display:grid;gap:5px;margin:4px 0 22px;padding:18px 0 0;color:var(--sp-muted);font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-cart-summary-total strong{color:var(--sp-price,var(--sp-primary));font-size:27px;line-height:1;font-weight:950;letter-spacing:-.035em}
body[data-web-theme="premium_hybrid"] .ph-cart-checkout-btn{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:52px;margin:0;padding-inline:20px;box-sizing:border-box}
body[data-web-theme="premium_hybrid"] .ph-cart-checkout-btn span{font-size:20px;transition:transform .18s ease}
body[data-web-theme="premium_hybrid"] .ph-cart-checkout-btn:hover span{transform:translateX(3px)}
body[data-web-theme="premium_hybrid"] .ph-cart-trust{display:grid;gap:9px;margin-top:20px;padding-top:18px;border-top:1px solid var(--ph-cart-line);color:var(--sp-muted);font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-cart-trust span{display:flex;gap:8px;align-items:center}
body[data-web-theme="premium_hybrid"] .ph-cart-trust b{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;color:var(--sp-success,#128a55);background:color-mix(in srgb,var(--sp-success,#128a55) 10%,transparent);font-size:9px}
body[data-web-theme="premium_hybrid"] .ph-cart-page-empty{display:grid;justify-items:center;max-width:680px;margin:20px auto 0;padding:clamp(55px,8vw,90px) 25px;border:1px solid var(--ph-cart-line);border-radius:26px;background:var(--sp-surface);box-shadow:0 24px 70px color-mix(in srgb,var(--ph-shadow) 7%,transparent);text-align:center}
body[data-web-theme="premium_hybrid"] .ph-cart-empty-mark{display:grid;place-items:center;width:74px;height:74px;margin-bottom:22px;border-radius:24px;color:#fff;background:var(--sp-primary);font-size:0;transform:rotate(-4deg)}
body[data-web-theme="premium_hybrid"] .ph-cart-empty-mark::before{content:"+";font-size:34px;font-weight:300;transform:rotate(4deg)}
body[data-web-theme="premium_hybrid"] .ph-cart-page-empty small{color:var(--sp-primary);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
body[data-web-theme="premium_hybrid"] .ph-cart-page-empty h1{margin:9px 0;color:var(--sp-text);font-size:clamp(27px,4vw,42px);letter-spacing:-.04em}
body[data-web-theme="premium_hybrid"] .ph-cart-page-empty p{max-width:440px;margin:0 0 25px;color:var(--sp-muted);font-size:13px;line-height:1.55}
body[data-web-theme="premium_hybrid"] .ph-cart-page-notice{position:fixed;right:24px;bottom:24px;z-index:1300;max-width:min(360px,calc(100vw - 32px));padding:13px 17px;border-radius:12px;color:#fff;background:var(--sp-text);box-shadow:0 16px 45px color-mix(in srgb,var(--ph-shadow) 22%,transparent);font-size:11px;font-weight:800}
body[data-web-theme="premium_hybrid"] .ph-cart-page-notice.is-error{background:var(--ph-danger,var(--sp-color-danger))}
@media(max-width:940px){
  body[data-web-theme="premium_hybrid"] .ph-cart-page-layout{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-cart-page-summary{position:static}
}
@media(max-width:680px){
  body[data-web-theme="premium_hybrid"] .ph-cart-page{padding-top:25px}
  body[data-web-theme="premium_hybrid"] .ph-cart-page-head{grid-template-columns:1fr;gap:18px;align-items:start}
  body[data-web-theme="premium_hybrid"] .ph-cart-page-head h1{font-size:31px}
  body[data-web-theme="premium_hybrid"] .ph-cart-back{justify-self:start}
  body[data-web-theme="premium_hybrid"] .ph-cart-products{border-radius:18px}
  body[data-web-theme="premium_hybrid"] .ph-cart-products-head{min-height:68px;padding:16px 17px}
  body[data-web-theme="premium_hybrid"] .ph-cart-products-head>span{display:none}
  body[data-web-theme="premium_hybrid"] .ph-cart-products-head h2{font-size:18px}
  body[data-web-theme="premium_hybrid"] .ph-cart-product{grid-template-columns:84px minmax(0,1fr);gap:13px;padding:17px}
  body[data-web-theme="premium_hybrid"] .ph-cart-product-media{width:84px;height:84px;border-radius:14px}
  body[data-web-theme="premium_hybrid"] .ph-cart-product-info h3{font-size:13px}
  body[data-web-theme="premium_hybrid"] .ph-cart-product-buy{grid-column:1/-1;grid-template-columns:auto minmax(0,1fr);justify-items:start;padding-top:2px}
  body[data-web-theme="premium_hybrid"] .ph-cart-unit-price{display:none}
  body[data-web-theme="premium_hybrid"] .ph-cart-product-buy>strong{justify-self:end;align-self:center;font-size:15px}
  body[data-web-theme="premium_hybrid"] .ph-cart-page-summary{padding:22px;border-radius:18px}
  body[data-web-theme="premium_hybrid"] .ph-cart-summary-total strong{font-size:24px}
  body[data-web-theme="premium_hybrid"] .ph-cart-page-notice{right:16px;bottom:calc(82px + env(safe-area-inset-bottom))}
}
@media(max-width:370px){
  body[data-web-theme="premium_hybrid"] .ph-cart-product{grid-template-columns:70px minmax(0,1fr);padding:14px}
  body[data-web-theme="premium_hybrid"] .ph-cart-product-media{width:70px;height:70px}
  body[data-web-theme="premium_hybrid"] .ph-cart-page-stepper{grid-template-columns:34px 38px 34px}
  body[data-web-theme="premium_hybrid"] .ph-cart-page-stepper button{width:34px}
  body[data-web-theme="premium_hybrid"] .ph-cart-page-stepper input{width:38px}
}

/* Barra inferior móvil de alto contraste */
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav.ph-mobile-bottom-nav-v325{
    border-color:rgba(255,255,255,.11);
    background:rgba(13,15,22,.96);
    box-shadow:0 18px 55px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter:blur(22px) saturate(125%);
  }
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 a,
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 button{
    min-height:52px;
    border-radius:14px;
    color:#f5f7fb;
    opacity:.88;
    transition:color .18s ease,background .18s ease,opacity .18s ease,transform .16s ease;
  }
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 svg{
    width:24px;
    height:24px;
    stroke:#f5f7fb;
    stroke-width:1.9;
    filter:drop-shadow(0 1px 3px rgba(0,0,0,.24));
  }
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 span{
    color:#f5f7fb;
    font-size:9px;
    font-weight:800;
  }
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 a:hover,
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 button:hover,
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 a:focus-visible,
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 button:focus-visible{
    color:#fff;
    background:rgba(255,255,255,.1);
    opacity:1;
  }
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 a:active,
  body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 button:active{
    color:#fff;
    background:color-mix(in srgb,var(--sp-primary) 74%,#151821);
    opacity:1;
    transform:scale(.96);
  }
}

/* Navegación contextual de categorías y marcas */
body[data-web-theme="premium_hybrid"] .ph-taxonomy-page{
  padding-top:clamp(12px,2vw,25px);
  padding-bottom:clamp(88px,9vw,130px);
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(150px,260px);
  gap:clamp(24px,4vw,58px);
  align-items:center;
  min-height:clamp(210px,25vw,330px);
  margin:20px 0 clamp(28px,4vw,48px);
  padding:clamp(27px,4.5vw,62px);
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--ph-border) 80%,transparent);
  border-radius:26px;
  background:linear-gradient(135deg,color-mix(in srgb,var(--sp-primary) 8%,var(--sp-surface)),var(--sp-surface) 62%);
  box-shadow:0 22px 65px color-mix(in srgb,var(--ph-shadow) 7%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-kicker{
  display:block;
  margin-bottom:8px;
  color:var(--sp-primary);
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero h1{
  max-width:820px;
  margin:0;
  color:var(--sp-text);
  font-size:clamp(34px,5vw,64px);
  line-height:.98;
  letter-spacing:-.052em;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero p{
  max-width:700px;
  margin:17px 0 0;
  color:var(--sp-muted);
  font-size:13px;
  line-height:1.6;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero figure{
  display:grid;
  place-items:center;
  width:100%;
  aspect-ratio:1;
  margin:0;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--ph-border) 78%,transparent);
  border-radius:24px;
  background:var(--ph-image-bg,var(--sp-color-bg-surface));
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero figure img{width:100%;height:100%;padding:15px;object-fit:contain;object-position:center;box-sizing:border-box}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav{
  margin-bottom:18px;
  padding:20px;
  border:1px solid color-mix(in srgb,var(--ph-border) 82%,transparent);
  border-radius:21px;
  background:var(--sp-surface);
  box-shadow:0 14px 42px color-mix(in srgb,var(--ph-shadow) 5%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav>header{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:end;
  margin-bottom:15px;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav>header small{display:block;margin-bottom:3px;color:var(--sp-primary);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav>header h2{margin:0;color:var(--sp-text);font-size:20px;line-height:1.1;letter-spacing:-.025em}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav>header>span{color:var(--sp-muted);font-size:9px;font-weight:750;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills{
  display:flex;
  gap:9px;
  width:100%;
  padding:2px 1px 7px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scrollbar-width:thin;
  scrollbar-color:color-mix(in srgb,var(--sp-muted) 25%,transparent) transparent;
  scroll-snap-type:x proximity;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills a{
  display:flex;
  flex:0 0 auto;
  gap:12px;
  align-items:center;
  min-height:44px;
  padding:0 15px;
  border:1px solid color-mix(in srgb,var(--ph-border) 86%,transparent);
  border-radius:13px;
  color:var(--sp-text);
  background:color-mix(in srgb,var(--sp-surface) 82%,var(--sp-bg));
  font-size:11px;
  text-decoration:none;
  scroll-snap-align:start;
  transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills a:hover{border-color:color-mix(in srgb,var(--sp-primary) 42%,var(--ph-border));color:var(--sp-primary);transform:translateY(-1px)}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills a.is-active{border-color:var(--sp-primary);color:#fff;background:var(--sp-primary);box-shadow:0 8px 20px color-mix(in srgb,var(--sp-primary) 20%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills b{font-weight:850;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills small{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;color:var(--sp-muted);background:color-mix(in srgb,var(--sp-muted) 9%,transparent);font-size:9px;font-weight:900;box-sizing:border-box}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills a.is-active small{color:#fff;background:rgba(255,255,255,.17)}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-brands{margin-bottom:clamp(35px,5vw,62px)}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-brands .ph-taxonomy-pills a{border-radius:999px}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-products{padding-top:clamp(12px,2vw,25px)}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px;
  align-items:end;
  margin-bottom:clamp(22px,3vw,34px);
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head h2{margin:0;color:var(--sp-text);font-size:clamp(27px,3.4vw,42px);line-height:1.05;letter-spacing:-.04em}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head p{margin:7px 0 0;color:var(--sp-muted);font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head>a{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border:1px solid var(--ph-border);border-radius:11px;color:var(--sp-text);font-size:10px;font-weight:850;text-decoration:none}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head>a:hover{border-color:var(--sp-primary);color:var(--sp-primary)}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-empty{display:grid;justify-items:center;padding:60px 20px;border:1px dashed var(--ph-border);border-radius:22px;background:var(--sp-surface);text-align:center}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-empty h3{margin:0;color:var(--sp-text);font-size:24px}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-empty p{margin:8px 0 22px;color:var(--sp-muted);font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-content{
  position:relative;
  min-height:260px;
  transition:opacity .18s ease,filter .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-content.is-loading{
  pointer-events:none;
  opacity:.48;
  filter:saturate(.75);
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-content.is-loading::after{
  position:absolute;
  z-index:8;
  top:48px;
  left:50%;
  width:30px;
  height:30px;
  margin-left:-15px;
  border:3px solid color-mix(in srgb,var(--sp-primary) 18%,transparent);
  border-top-color:var(--sp-primary);
  border-radius:50%;
  content:"";
  animation:ph-cart-spin .72s linear infinite;
}
body.ph-category-entry-open{overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-category-entry{
  position:fixed;
  z-index:1500;
  inset:0;
  display:grid;
  place-items:center;
  padding:30px;
  color:#fff;
  background:rgba(7,8,12,.76);
  backdrop-filter:blur(11px) brightness(.68) saturate(.72);
  opacity:0;
  transition:opacity .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-category-entry[hidden]{display:none!important}
body[data-web-theme="premium_hybrid"] .ph-category-entry>div{
  display:grid;
  justify-items:center;
  max-width:min(900px,92vw);
  text-align:center;
  transform:translateY(18px) scale(.985);
  opacity:0;
  transition:transform .38s cubic-bezier(.22,1,.36,1),opacity .25s ease;
}
body[data-web-theme="premium_hybrid"] .ph-category-entry small{
  margin-bottom:10px;
  color:rgba(255,255,255,.76);
  font-size:clamp(11px,1.4vw,17px);
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body[data-web-theme="premium_hybrid"] .ph-category-entry strong{
  width:min(100%,1100px);
  max-width:calc(100vw - 60px);
  color:#fff;
  font-size:clamp(44px,8.2vw,112px);
  font-weight:650;
  line-height:.94;
  letter-spacing:-.055em;
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
  text-shadow:0 16px 48px rgba(0,0,0,.28);
}
body[data-web-theme="premium_hybrid"] .ph-category-entry strong.is-long{font-size:clamp(40px,6.6vw,88px)}
body[data-web-theme="premium_hybrid"] .ph-category-entry strong.is-extra-long{font-size:clamp(34px,5.4vw,72px)}
body[data-web-theme="premium_hybrid"] .ph-category-entry i{
  position:relative;
  display:block;
  width:clamp(110px,18vw,210px);
  height:2px;
  margin-top:clamp(22px,3.5vw,38px);
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.2);
}
body[data-web-theme="premium_hybrid"] .ph-category-entry i::after{
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:#fff;
  content:"";
  transform:scaleX(0);
  transform-origin:left center;
  animation:ph-category-entry-progress 1.05s cubic-bezier(.22,1,.36,1) forwards;
}
@keyframes ph-category-entry-progress{to{transform:scaleX(1)}}
body[data-web-theme="premium_hybrid"] .ph-category-entry.is-visible{opacity:1}
body[data-web-theme="premium_hybrid"] .ph-category-entry.is-visible>div{transform:translateY(0) scale(1);opacity:1}
body[data-web-theme="premium_hybrid"] .ph-category-entry.is-leaving{opacity:0}
body[data-web-theme="premium_hybrid"] .ph-category-entry.is-leaving>div{transform:translateY(-10px) scale(1.01);opacity:0}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-page{width:min(calc(100% - 22px),var(--sp-width));padding-top:17px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero{grid-template-columns:minmax(0,1fr) 92px;gap:15px;min-height:170px;margin:14px 0 24px;padding:21px;border-radius:20px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero h1{font-size:clamp(29px,10vw,42px)}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero p{display:-webkit-box;overflow:hidden;margin-top:10px;font-size:10px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero figure{border-radius:17px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero figure img{padding:8px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav{margin-bottom:12px;padding:15px 13px;border-radius:17px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav>header{margin-bottom:12px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav>header h2{font-size:17px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav>header>span{font-size:8px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills{gap:7px;margin-inline:-1px;padding-bottom:6px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills a{min-height:40px;padding:0 12px;border-radius:11px;font-size:10px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-brands{margin-bottom:36px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head{gap:10px;margin-bottom:22px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head h2{font-size:27px}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head>a{min-height:36px;padding:0 10px;font-size:9px}
  body[data-web-theme="premium_hybrid"] .ph-category-entry{padding:22px}
  body[data-web-theme="premium_hybrid"] .ph-category-entry strong{max-width:calc(100vw - 36px);font-size:clamp(39px,13.5vw,68px)}
  body[data-web-theme="premium_hybrid"] .ph-category-entry strong.is-long{font-size:clamp(34px,10.5vw,55px)}
  body[data-web-theme="premium_hybrid"] .ph-category-entry strong.is-extra-long{font-size:clamp(29px,8.2vw,44px)}
}
@media(max-width:390px){
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-hero figure{display:none}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav>header>span{display:none}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-products-head>a{justify-self:start}
}

/* Categorías destacadas: carrusel continuo y cabecera estable */
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]){
  overflow:visible;
}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]) .ph-slider-head-v3255{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  gap:clamp(14px,2.5vw,30px);
  align-items:end!important;
  margin-bottom:clamp(20px,2.5vw,30px);
}
body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260{
  display:grid;
  min-width:0;
  gap:5px;
}
body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260 .ph-section-kicker{margin:0 0 2px}
body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260 h2{
  max-width:780px;
  margin:0;
  color:var(--sp-text);
  font-size:clamp(27px,3.4vw,43px);
  line-height:1.03;
  letter-spacing:-.042em;
  overflow-wrap:anywhere;
}
body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260 p{
  max-width:620px;
  margin:3px 0 0;
  color:var(--sp-muted);
  font-size:12px;
  line-height:1.45;
}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]) .ph-slider-actions-v3255{
  align-self:end;
  margin:0 0 3px;
  padding:4px;
  border:1px solid color-mix(in srgb,var(--ph-border) 82%,transparent);
  border-radius:16px;
  background:var(--sp-surface);
  box-shadow:0 12px 32px color-mix(in srgb,var(--ph-shadow) 8%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]) .ph-slider-actions-v3255 button{
  width:40px;
  height:40px;
  border:0;
  border-radius:12px;
  box-shadow:none;
}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]) .ph-slider-actions-v3255 button:hover{
  color:#fff;
  background:var(--sp-primary);
  transform:none;
}
body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255{
  width:100%;
  min-width:0;
  overflow:hidden;
  padding:5px 2px 20px;
}
body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255 .swiper-wrapper{align-items:stretch}
body[data-web-theme="premium_hybrid"] .ph-category-swiper-v3255 .ph-category-slide-v3255{
  height:auto!important;
  margin:0;
  box-sizing:border-box;
}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]) .ph-slider-head-v3255{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:10px!important;
    align-items:end!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260{gap:3px}
  body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260 h2{font-size:clamp(24px,8vw,34px);line-height:1.06}
  body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260 p{max-width:330px;font-size:10px;line-height:1.35}
  body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]) .ph-slider-actions-v3255{gap:3px;padding:3px;border-radius:13px}
  body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]) .ph-slider-actions-v3255 button{width:34px;height:34px;border-radius:10px}
}
@media(max-width:390px){
  body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260 h2{font-size:23px}
  body[data-web-theme="premium_hybrid"] .ph-slider-title-v3260 p{font-size:9px}
  body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-categories]) .ph-slider-actions-v3255 button{width:32px;height:32px}
}

/* Ficha de producto: jerarquía comercial y relacionados */
body[data-web-theme="premium_hybrid"] .ph-product-summary-v326{display:grid;align-content:start}
body[data-web-theme="premium_hybrid"] .ph-detail-category-v326{
  display:inline-grid;
  justify-self:start;
  gap:2px;
  margin-bottom:13px;
  color:var(--sp-primary);
  text-decoration:none;
}
body[data-web-theme="premium_hybrid"] .ph-detail-category-v326 small{
  color:var(--sp-muted);
  font-size:8px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
body[data-web-theme="premium_hybrid"] .ph-detail-category-v326 span{font-size:11px;font-weight:900}
body[data-web-theme="premium_hybrid"] .ph-detail-category-v326:hover span{text-decoration:underline;text-underline-offset:3px}
body[data-web-theme="premium_hybrid"] .ph-product-summary-v326>h1{
  margin:0 0 17px;
  font-size:clamp(31px,4vw,49px);
}
body[data-web-theme="premium_hybrid"] .ph-detail-identity-v326{
  display:grid;
  gap:0;
  margin-bottom:16px;
  border-block:1px solid color-mix(in srgb,var(--ph-border) 82%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-detail-identity-v326>div{
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  gap:12px;
  align-items:center;
  min-height:39px;
  border-bottom:1px solid color-mix(in srgb,var(--ph-border) 68%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-detail-identity-v326>div:last-child{border-bottom:0}
body[data-web-theme="premium_hybrid"] .ph-detail-identity-v326 small{color:var(--sp-muted);font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
body[data-web-theme="premium_hybrid"] .ph-detail-identity-v326 strong,
body[data-web-theme="premium_hybrid"] .ph-detail-identity-v326 a{overflow:hidden;color:var(--sp-text);font-size:11px;font-weight:850;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-detail-identity-v326 a:hover{color:var(--sp-primary)}
body[data-web-theme="premium_hybrid"] .ph-product-summary-v326 .ph-detail-price-row{margin:0;padding:15px 0;border-top:0}
body[data-web-theme="premium_hybrid"] .ph-product-summary-v326 .ph-detail-summary{padding:14px 0 16px}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-bottom:18px;
}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326:has(.ph-whatsapp-detail){grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
body[data-web-theme="premium_hybrid"] .ph-product-buybox-v326{display:block;min-width:0}
body[data-web-theme="premium_hybrid"] .ph-product-buybox-v326 .ph-btn,
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326>.ph-btn,
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-whatsapp-detail{
  width:100%;
  min-height:50px;
  margin:0;
  box-sizing:border-box;
}
body[data-web-theme="premium_hybrid"] .ph-product-buybox-v326 .ph-btn{display:flex;align-items:center;justify-content:center}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-whatsapp-detail{padding:0 13px;font-size:10px;font-weight:800;text-align:center}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-whatsapp-detail img{width:19px;height:19px;object-fit:contain;flex:0 0 auto}
body[data-web-theme="premium_hybrid"] .ph-detail-disabled-v326{min-height:50px;border-radius:var(--sp-button-radius);background:color-mix(in srgb,var(--sp-muted) 10%,var(--sp-surface));font-size:10px;font-weight:850}
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326{margin:0 0 5px}

body[data-web-theme="premium_hybrid"] .ph-related-carousel-v326{overflow:hidden;margin-top:clamp(35px,5vw,64px)}
body[data-web-theme="premium_hybrid"] .ph-related-head-v326{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:end;
  margin-bottom:22px;
}
body[data-web-theme="premium_hybrid"] .ph-related-head-v326 h2{margin:3px 0 0;font-size:clamp(27px,3.5vw,42px);line-height:1.05;letter-spacing:-.04em}
body[data-web-theme="premium_hybrid"] .ph-related-head-actions-v326{display:flex;gap:7px;align-items:center}
body[data-web-theme="premium_hybrid"] .ph-related-head-actions-v326 button{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  padding:0;
  border:1px solid var(--ph-border);
  border-radius:12px;
  color:var(--sp-text);
  background:var(--sp-surface);
  box-shadow:0 8px 22px color-mix(in srgb,var(--ph-shadow) 6%,transparent);
  font:500 25px/1 Gilroy,Arial,sans-serif;
  cursor:pointer;
  transition:color .18s ease,background .18s ease,border-color .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-related-head-actions-v326 button:hover{border-color:var(--sp-primary);color:#fff;background:var(--sp-primary)}
body[data-web-theme="premium_hybrid"] .ph-related-head-actions-v326 button.swiper-button-disabled{pointer-events:none;opacity:.35}
body[data-web-theme="premium_hybrid"] .ph-related-head-actions-v326 .ph-text-link{margin-left:6px;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-related-swiper-v326{width:100%;min-width:0;overflow:hidden;padding:4px 2px 25px}
body[data-web-theme="premium_hybrid"] .ph-related-swiper-v326 .swiper-wrapper{align-items:stretch}
body[data-web-theme="premium_hybrid"] .ph-related-swiper-v326 .ph-product-card{height:auto!important;margin:0;box-sizing:border-box}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-product-summary-v326>h1{font-size:32px}
  body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326:has(.ph-whatsapp-detail){grid-template-columns:1fr 1fr}
  body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-whatsapp-detail{padding-inline:9px;font-size:9px}
  body[data-web-theme="premium_hybrid"] .ph-related-head-v326{grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}
  body[data-web-theme="premium_hybrid"] .ph-related-head-v326 h2{font-size:27px}
  body[data-web-theme="premium_hybrid"] .ph-related-head-actions-v326 .ph-text-link{display:none}
  body[data-web-theme="premium_hybrid"] .ph-related-head-actions-v326 button{width:35px;height:35px;border-radius:10px;font-size:22px}
}
@media(max-width:380px){
  body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326:has(.ph-whatsapp-detail){grid-template-columns:1fr}
}

/* Marcas destacadas: banda horizontal continua */
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]){
  overflow:visible;
}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]) .ph-slider-head-v3255{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  gap:clamp(14px,2.5vw,30px);
  align-items:end!important;
  margin-bottom:clamp(20px,2.5vw,30px);
}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]) .ph-slider-actions-v3255{
  align-self:end;
  margin:0 0 3px;
  padding:4px;
  border:1px solid color-mix(in srgb,var(--ph-border) 82%,transparent);
  border-radius:16px;
  background:var(--sp-surface);
  box-shadow:0 12px 32px color-mix(in srgb,var(--ph-shadow) 8%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]) .ph-slider-actions-v3255 button{
  width:40px;
  height:40px;
  border:0;
  border-radius:12px;
  box-shadow:none;
}
body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]) .ph-slider-actions-v3255 button:hover{
  color:#fff;
  background:var(--sp-primary);
  transform:none;
}
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255{
  width:100%;
  min-width:0;
  overflow:hidden;
  padding:5px 2px 20px;
}
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .swiper-wrapper{align-items:stretch}
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .ph-brand-slide-v3255{
  display:flex!important;
  align-items:center;
  justify-content:center;
  height:78px!important;
  min-height:78px;
  margin:0;
  padding:13px 22px;
  border:1px solid color-mix(in srgb,var(--ph-border) 82%,transparent);
  border-radius:17px;
  background:var(--sp-surface);
  box-shadow:0 10px 30px color-mix(in srgb,var(--ph-shadow) 5%,transparent);
  box-sizing:border-box;
  transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .ph-brand-slide-v3255:hover{
  border-color:color-mix(in srgb,var(--sp-primary) 32%,var(--ph-border));
  background:color-mix(in srgb,var(--sp-primary) 3%,var(--sp-surface));
  box-shadow:0 13px 34px color-mix(in srgb,var(--ph-shadow) 8%,transparent);
  transform:none;
}
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .ph-brand-slide-v3255 img{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  max-height:42px;
  object-fit:contain;
  object-position:center;
}
body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .ph-brand-slide-v3255 strong{
  overflow:hidden;
  max-width:100%;
  color:var(--sp-text);
  font-size:14px;
  font-weight:850;
  text-align:center;
  text-overflow:ellipsis;
  white-space:nowrap;
}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]) .ph-slider-head-v3255{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:10px!important;
    align-items:end!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]) .ph-slider-actions-v3255{gap:3px;padding:3px;border-radius:13px}
  body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]) .ph-slider-actions-v3255 button{width:34px;height:34px;border-radius:10px}
  body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .ph-brand-slide-v3255{height:68px!important;min-height:68px;padding:10px 16px;border-radius:15px}
  body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .ph-brand-slide-v3255 img{max-height:35px}
  body[data-web-theme="premium_hybrid"] .ph-brand-swiper-v3255 .ph-brand-slide-v3255 strong{font-size:12px}
}
@media(max-width:390px){
  body[data-web-theme="premium_hybrid"] .ph-slider-section-v3255:has([data-swiper-brands]) .ph-slider-actions-v3255 button{width:32px;height:32px}
}

/* =========================================================
   SalesPro 3.2.5.19 — Galería táctil e imágenes sin recorte
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-product-page .ph-product-detail{
  margin-top:clamp(12px,2vw,28px);
}

body[data-web-theme="premium_hybrid"] .ph-gallery-stage{
  position:relative;
  aspect-ratio:1 / 1;
  min-height:0!important;
  padding:0!important;
  overflow:hidden;
  border:0!important;
  border-radius:clamp(18px,2vw,26px);
  background:var(--ph-image-bg,var(--sp-color-bg-surface));
  box-shadow:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-swiper-v327,
body[data-web-theme="premium_hybrid"] .ph-product-gallery-swiper-v327 .swiper-wrapper,
body[data-web-theme="premium_hybrid"] .ph-product-gallery-swiper-v327 .swiper-slide{
  width:100%;
  height:100%;
  min-width:0;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-swiper-v327{
  touch-action:pan-y;
  -webkit-user-select:none;
  user-select:none;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-swiper-v327 .swiper-slide{
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:var(--ph-image-bg,var(--sp-color-bg-surface));
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-swiper-v327 .swiper-slide::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:-18px;
  pointer-events:none;
  background-image:var(--ph-gallery-image);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  filter:blur(17px) saturate(.72);
  opacity:.13;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-swiper-v327 img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  margin:0;
  padding:0;
  object-fit:contain;
  object-position:center;
  user-select:none;
  -webkit-user-drag:none;
}
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs{
  gap:10px;
}
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button{
  aspect-ratio:1 / 1;
  padding:0!important;
  overflow:hidden;
  border:2px solid transparent;
  background:var(--ph-image-bg,var(--sp-color-bg-surface));
  box-shadow:none;
}
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button.active{
  border-color:var(--sp-primary);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--sp-primary) 12%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs img{
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  object-fit:contain;
  object-position:center;
}
body[data-web-theme="premium_hybrid"] .ph-gallery-zoom,
body[data-web-theme="premium_hybrid"] .ph-detail-badge{
  z-index:5;
}
body[data-web-theme="premium_hybrid"] .ph-gallery-arrow{
  position:absolute;
  z-index:5;
  top:50%;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid color-mix(in srgb,var(--ph-border) 72%,transparent);
  border-radius:14px;
  color:var(--sp-text);
  background:color-mix(in srgb,var(--sp-surface) 90%,transparent);
  box-shadow:0 10px 28px color-mix(in srgb,var(--ph-shadow) 14%,transparent);
  backdrop-filter:blur(12px);
  font:600 28px/1 Gilroy,Arial,sans-serif;
  cursor:pointer;
  transform:translateY(-50%);
  transition:color .18s ease,background .18s ease,opacity .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-gallery-arrow:hover{
  color:#fff;
  background:var(--sp-primary);
}
body[data-web-theme="premium_hybrid"] .ph-gallery-arrow-prev{left:14px}
body[data-web-theme="premium_hybrid"] .ph-gallery-arrow-next{right:14px}
body[data-web-theme="premium_hybrid"] .ph-gallery-arrow.swiper-button-disabled{opacity:.28;pointer-events:none}

/* Iconos SVG de beneficios: Lucide, coloreados por el tema. */
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326 article{
  align-items:center;
}
body[data-web-theme="premium_hybrid"] .ph-benefit-icon{
  display:block;
  flex:0 0 40px;
  width:40px;
  height:40px;
  padding:9px;
  box-sizing:border-box;
  border-radius:13px;
  object-fit:contain;
  background:color-mix(in srgb,var(--sp-primary) 9%,var(--sp-surface));
}

/* Una única regla autoritativa para imágenes de todas las tarjetas de producto. */
body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
  grid-template-rows:auto minmax(0,1fr)!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media,
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
  position:relative;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:1 / 1!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden;
  border:0!important;
  border-radius:0!important;
  background:var(--ph-image-bg,var(--sp-color-bg-surface))!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media::before,
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:-16px;
  pointer-events:none;
  background-image:var(--ph-card-image);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  filter:blur(15px) saturate(.68);
  opacity:.12;
}
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media img,
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
  z-index:1!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card:hover .ph-product-media img{
  transform:none!important;
}

/* 3.2.5.24 — Cobertura uniforme en todas las fotografías de producto. */
body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328::before,
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button::before,
body[data-web-theme="premium_hybrid"] .ph-cart-product-media::before,
body[data-web-theme="premium_hybrid"] .ph-cart-item-media::before,
body[data-web-theme="premium_hybrid"] .ph-summary-media::before{
  content:none!important;
  display:none!important;
  background:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328,
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button,
body[data-web-theme="premium_hybrid"] .ph-cart-product-media,
body[data-web-theme="premium_hybrid"] .ph-cart-item-media,
body[data-web-theme="premium_hybrid"] .ph-summary-media{
  padding:0!important;
  background:#fff!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328 img,
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button img,
body[data-web-theme="premium_hybrid"] .ph-cart-product-media img,
body[data-web-theme="premium_hybrid"] .ph-cart-item-media img,
body[data-web-theme="premium_hybrid"] .ph-summary-media img{
  position:relative!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  object-fit:cover!important;
  object-position:center!important;
  background:#fff!important;
  transform:none!important;
}

/* Respaldo para las vistas clásicas que usan los componentes genéricos. */
body[data-web-theme="premium_hybrid"] .sp-product-media img,
body[data-web-theme="premium_hybrid"] .sp-gallery-main img,
body[data-web-theme="premium_hybrid"] .sp-gallery-thumbs img,
body[data-web-theme="premium_hybrid"] .ph-cart-drawer-item>img{
  width:100%!important;
  height:100%!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center!important;
}

/* La compra permanece dentro del contenido; no hay botón flotante inferior. */
body[data-web-theme="premium_hybrid"] .ph-mobile-buybar{
  display:none!important;
}

@media(max-width:620px){
  body[data-web-theme="premium_hybrid"] .ph-product-page{padding-bottom:24px}
  body[data-web-theme="premium_hybrid"] .ph-product-gallery{gap:12px}
  body[data-web-theme="premium_hybrid"] .ph-gallery-stage{min-height:0!important;padding:0!important}
  body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs{padding:3px 1px 5px}
  body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button{flex:0 0 64px;width:64px;height:64px}
  body[data-web-theme="premium_hybrid"] .ph-gallery-arrow{width:36px;height:36px;border-radius:12px;font-size:24px}
  body[data-web-theme="premium_hybrid"] .ph-gallery-arrow-prev{left:9px}
  body[data-web-theme="premium_hybrid"] .ph-gallery-arrow-next{right:9px}
}

/* Galería nativa 3.2.5.21: funciona sin depender del carrusel global. */
body[data-web-theme="premium_hybrid"] .ph-product-gallery-viewport-v328{
  position:relative;
  width:100%;
  height:100%;
  min-width:0;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  overscroll-behavior-x:contain;
  touch-action:pan-x pan-y;
  -webkit-overflow-scrolling:touch;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-viewport-v328::-webkit-scrollbar{display:none}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-track-v328{
  display:flex;
  width:100%;
  height:100%;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328{
  position:relative;
  display:grid;
  place-items:center;
  flex:0 0 100%;
  width:100%;
  height:100%;
  min-width:100%;
  overflow:hidden;
  scroll-snap-align:start;
  scroll-snap-stop:always;
  background:var(--ph-image-bg,var(--sp-color-bg-surface));
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:-18px;
  pointer-events:none;
  background:var(--ph-gallery-image) center/cover no-repeat;
  filter:blur(17px) saturate(.72);
  opacity:.13;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328 img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  margin:0;
  padding:0;
  object-fit:contain;
  object-position:center;
  user-select:none;
  -webkit-user-drag:none;
}
body[data-web-theme="premium_hybrid"] .ph-gallery-arrow:disabled{
  opacity:.28;
  pointer-events:none;
}

/* Los SVG se insertan en el documento: no dependen de rutas públicas. */
body[data-web-theme="premium_hybrid"] .ph-benefit-icon{
  display:block;
  flex:0 0 40px;
  width:40px;
  height:40px;
  padding:9px;
  box-sizing:border-box;
  border-radius:13px;
  overflow:visible;
  background:color-mix(in srgb,var(--sp-primary) 9%,var(--sp-surface));
}
body[data-web-theme="premium_hybrid"] .ph-whatsapp-detail .ph-whatsapp-svg{
  display:block;
  flex:0 0 19px;
  width:19px;
  height:19px;
}

/* =========================================================
   SalesPro 3.2.5.22 — estado activo e imágenes coherentes
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245.is-active{
  color:#fff!important;
  background:linear-gradient(135deg,var(--sp-primary-dark),color-mix(in srgb,var(--sp-primary-dark) 82%,#000));
  box-shadow:0 13px 30px color-mix(in srgb,var(--sp-primary-dark) 24%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245.is-active strong{
  color:#fff!important;
  font-weight:800;
}
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245.is-active i{
  color:#fff;
  background:rgba(255,255,255,.16);
}
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245.is-active .ph-category-thumb-v3245{
  background:rgba(255,255,255,.13);
}
body[data-web-theme="premium_hybrid"] .ph-category-row-v3245.is-active .ph-category-thumb-v3245 img{
  background:transparent;
}

/* La fotografía completa se conserva; la misma imagen completa el fondo sin franjas vacías. */
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media::before,
body[data-web-theme="premium_hybrid"] .ph-product-media-v3241::before{
  opacity:.28!important;
  filter:blur(14px) saturate(.82)!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-gallery-slide-v328::before{
  opacity:.24;
  filter:blur(15px) saturate(.8);
}

body[data-web-theme="premium_hybrid"] .ph-cart-product-media,
body[data-web-theme="premium_hybrid"] .ph-cart-item-media,
body[data-web-theme="premium_hybrid"] .ph-summary-media,
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button{
  position:relative;
  isolation:isolate;
  overflow:hidden!important;
  padding:0!important;
  background:var(--ph-image-bg,#f7f7fa)!important;
}
body[data-web-theme="premium_hybrid"] .ph-cart-product-media::before,
body[data-web-theme="premium_hybrid"] .ph-cart-item-media::before,
body[data-web-theme="premium_hybrid"] .ph-summary-media::before,
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:-10px;
  pointer-events:none;
  background-image:var(--ph-item-image,var(--ph-thumb-image));
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  filter:blur(10px) saturate(.72);
  opacity:.22;
}
body[data-web-theme="premium_hybrid"] .ph-cart-product-media img,
body[data-web-theme="premium_hybrid"] .ph-cart-item-media img,
body[data-web-theme="premium_hybrid"] .ph-summary-media img,
body[data-web-theme="premium_hybrid"] .ph-gallery-thumbs button img{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
}
body[data-web-theme="premium_hybrid"] .ph-summary-media i{z-index:3}

/* 3.2.5.23 — La fotografía cubre completamente el cuadro de cada tarjeta. */
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media,
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media-v3241{
  background:#fff!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media::before,
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media-v3241::before{
  content:none!important;
  display:none!important;
  background:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media img,
body[data-web-theme="premium_hybrid"] .ph-product-card .ph-product-media-v3241 img{
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
}

/* Portal de pedido Premium Hybrid 3.2.5.26 */
body[data-web-theme="premium_hybrid"] .ph-order-page{
  padding-top:34px;
  padding-bottom:86px;
}
body[data-web-theme="premium_hybrid"] .ph-order-kicker,
body[data-web-theme="premium_hybrid"] .ph-order-card-label{
  margin:0;
  color:var(--sp-accent);
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body[data-web-theme="premium_hybrid"] .ph-order-success{
  display:grid;
  justify-items:center;
  width:min(100%,760px);
  margin:30px auto 0;
  padding:clamp(28px,5vw,58px);
  border:1px solid var(--ph-line);
  border-radius:28px;
  text-align:center;
  background:
    radial-gradient(circle at 50% 0,color-mix(in srgb,var(--sp-accent) 13%,transparent),transparent 35%),
    var(--sp-surface);
  box-shadow:0 24px 70px color-mix(in srgb,var(--sp-text) 9%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-order-success-mark{
  display:grid;
  place-items:center;
  width:74px;
  height:74px;
  margin-bottom:20px;
  border-radius:24px;
  background:color-mix(in srgb,var(--sp-success,var(--sp-color-success)) 12%,var(--sp-surface));
  box-shadow:0 14px 32px color-mix(in srgb,var(--sp-success,var(--sp-color-success)) 16%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-order-success-mark span{
  width:28px;
  height:15px;
  border-left:4px solid var(--sp-success,var(--sp-color-success));
  border-bottom:4px solid var(--sp-success,var(--sp-color-success));
  transform:translateY(-3px) rotate(-45deg);
}
body[data-web-theme="premium_hybrid"] .ph-order-success h1{
  margin:8px 0 12px;
  font-size:clamp(34px,5vw,54px);
  line-height:.98;
  letter-spacing:-.055em;
}
body[data-web-theme="premium_hybrid"] .ph-order-success-copy{
  max-width:570px;
  margin:0;
  color:var(--sp-muted);
  font-size:13px;
  line-height:1.65;
}
body[data-web-theme="premium_hybrid"] .ph-order-success-number{
  display:grid;
  gap:4px;
  min-width:min(100%,360px);
  margin:25px 0 16px;
  padding:14px 22px;
  border:1px solid color-mix(in srgb,var(--sp-accent) 22%,var(--ph-line));
  border-radius:16px;
  background:color-mix(in srgb,var(--sp-accent) 6%,var(--sp-surface));
}
body[data-web-theme="premium_hybrid"] .ph-order-success-number span{color:var(--sp-muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
body[data-web-theme="premium_hybrid"] .ph-order-success-number strong{font-size:21px;letter-spacing:.01em}
body[data-web-theme="premium_hybrid"] .ph-order-success-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  width:100%;
  border-top:1px solid var(--ph-line);
  border-bottom:1px solid var(--ph-line);
}
body[data-web-theme="premium_hybrid"] .ph-order-success-facts>div{display:grid;gap:5px;padding:16px 12px}
body[data-web-theme="premium_hybrid"] .ph-order-success-facts>div+div{border-left:1px solid var(--ph-line)}
body[data-web-theme="premium_hybrid"] .ph-order-success-facts span{color:var(--sp-muted);font-size:9px;font-weight:800;text-transform:uppercase}
body[data-web-theme="premium_hybrid"] .ph-order-success-facts strong{font-size:12px;line-height:1.35}
body[data-web-theme="premium_hybrid"] .ph-order-success-next{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  width:100%;
  margin-top:22px;
  text-align:left;
}
body[data-web-theme="premium_hybrid"] .ph-order-success-next article{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:9px;
  align-items:start;
  padding:12px;
  border-radius:14px;
  background:color-mix(in srgb,var(--sp-surface) 84%,var(--sp-bg));
}
body[data-web-theme="premium_hybrid"] .ph-order-success-next i{
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  border-radius:9px;
  color:#fff;
  background:var(--sp-primary);
  font-size:9px;
  font-style:normal;
  font-weight:900;
}
body[data-web-theme="premium_hybrid"] .ph-order-success-next strong,
body[data-web-theme="premium_hybrid"] .ph-order-success-next span{display:block}
body[data-web-theme="premium_hybrid"] .ph-order-success-next strong{font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-success-next span{margin-top:3px;color:var(--sp-muted);font-size:9px;line-height:1.4}
body[data-web-theme="premium_hybrid"] .ph-order-success-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:min(100%,500px);margin-top:24px}
body[data-web-theme="premium_hybrid"] .ph-order-success-actions .sp-store-btn{width:100%;box-sizing:border-box}
body[data-web-theme="premium_hybrid"] .ph-order-security-note{margin:14px 0 0;color:var(--sp-muted);font-size:9px}

body[data-web-theme="premium_hybrid"] .ph-order-portal{display:grid;gap:18px}
body[data-web-theme="premium_hybrid"] .ph-order-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  padding:24px 26px;
  border:1px solid var(--ph-line);
  border-radius:22px;
  background:var(--sp-surface);
  box-shadow:0 12px 38px color-mix(in srgb,var(--sp-text) 6%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-order-head h1{margin:5px 0 6px;font-size:clamp(28px,4vw,43px);line-height:1;letter-spacing:-.05em}
body[data-web-theme="premium_hybrid"] .ph-order-head>div>p:last-child{max-width:650px;margin:0;color:var(--sp-muted);font-size:11px;line-height:1.5}
body[data-web-theme="premium_hybrid"] .ph-order-status,
body[data-web-theme="premium_hybrid"] .ph-order-payment-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 13px;
  border-radius:999px;
  color:var(--sp-primary);
  background:color-mix(in srgb,var(--sp-accent) 10%,var(--sp-surface));
  font-size:9px;
  font-weight:900;
  white-space:nowrap;
}
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="completed"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="paid"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="payment_validated"]{color:var(--sp-success,var(--sp-color-success));background:color-mix(in srgb,var(--sp-success,var(--sp-color-success)) 11%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="cancelled"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="customer_cancelled"]{color:var(--sp-danger,var(--sp-color-danger));background:color-mix(in srgb,var(--sp-danger,var(--sp-color-danger)) 10%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-countdown,
body[data-web-theme="premium_hybrid"] .ph-order-confirmed-note,
body[data-web-theme="premium_hybrid"] .ph-order-sale-note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:15px 18px;
  border:1px solid color-mix(in srgb,var(--sp-accent) 22%,var(--ph-line));
  border-radius:16px;
  background:color-mix(in srgb,var(--sp-accent) 5%,var(--sp-surface));
}
body[data-web-theme="premium_hybrid"] .ph-order-countdown>div{display:grid;gap:3px;min-width:225px}
body[data-web-theme="premium_hybrid"] .ph-order-countdown small{color:var(--sp-accent);font-size:9px;font-weight:900;text-transform:uppercase}
body[data-web-theme="premium_hybrid"] .ph-order-countdown strong{font-size:26px;letter-spacing:-.03em;font-variant-numeric:tabular-nums}
body[data-web-theme="premium_hybrid"] .ph-order-countdown p{margin:0;color:var(--sp-muted);font-size:10px;line-height:1.5}
body[data-web-theme="premium_hybrid"] .ph-order-confirmed-note{justify-content:flex-start;color:var(--sp-success,var(--sp-color-success));border-color:color-mix(in srgb,var(--sp-success,var(--sp-color-success)) 24%,var(--ph-line));background:color-mix(in srgb,var(--sp-success,var(--sp-color-success)) 6%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-confirmed-note span,
body[data-web-theme="premium_hybrid"] .ph-order-sale-note span{font-size:10px;line-height:1.45}
body[data-web-theme="premium_hybrid"] .ph-order-sale-note{justify-content:flex-start}
body[data-web-theme="premium_hybrid"] .ph-order-sale-note.is-valid{color:var(--sp-success,var(--sp-color-success));border-color:color-mix(in srgb,var(--sp-success,var(--sp-color-success)) 24%,var(--ph-line));background:color-mix(in srgb,var(--sp-success,var(--sp-color-success)) 6%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-sale-note.is-pending{color:#a15c00;border-color:color-mix(in srgb,var(--sp-color-warning) 24%,var(--ph-line));background:color-mix(in srgb,var(--sp-color-warning) 7%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-progress{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:8px;
}
body[data-web-theme="premium_hybrid"] .ph-order-progress article{
  display:grid;
  grid-template-columns:31px minmax(0,1fr);
  gap:9px;
  align-items:start;
  min-width:0;
  padding:13px;
  border:1px solid var(--ph-line);
  border-radius:15px;
  color:var(--sp-muted);
  background:var(--sp-surface);
}
body[data-web-theme="premium_hybrid"] .ph-order-progress i{display:grid;place-items:center;width:29px;height:29px;border:1px solid var(--ph-line);border-radius:10px;font-size:9px;font-style:normal;font-weight:900}
body[data-web-theme="premium_hybrid"] .ph-order-progress strong,
body[data-web-theme="premium_hybrid"] .ph-order-progress small{display:block}
body[data-web-theme="premium_hybrid"] .ph-order-progress strong{font-size:10px;color:var(--sp-text)}
body[data-web-theme="premium_hybrid"] .ph-order-progress small{margin-top:4px;font-size:8px;line-height:1.4}
body[data-web-theme="premium_hybrid"] .ph-order-progress .is-done i,
body[data-web-theme="premium_hybrid"] .ph-order-progress .is-current i{color:#fff;border-color:var(--sp-accent);background:var(--sp-accent)}
body[data-web-theme="premium_hybrid"] .ph-order-progress .is-current{border-color:color-mix(in srgb,var(--sp-accent) 45%,var(--ph-line));background:color-mix(in srgb,var(--sp-accent) 5%,var(--sp-surface));box-shadow:0 8px 24px color-mix(in srgb,var(--sp-accent) 10%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-order-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);gap:18px;align-items:start}
body[data-web-theme="premium_hybrid"] .ph-order-main,
body[data-web-theme="premium_hybrid"] .ph-order-aside{display:grid;gap:16px;min-width:0}
body[data-web-theme="premium_hybrid"] .ph-order-aside{position:sticky;top:102px}
body[data-web-theme="premium_hybrid"] .ph-order-card{
  min-width:0;
  padding:20px;
  border:1px solid var(--ph-line);
  border-radius:20px;
  background:var(--sp-surface);
  box-shadow:0 10px 32px color-mix(in srgb,var(--sp-text) 5%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-order-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:15px}
body[data-web-theme="premium_hybrid"] .ph-order-card h2{margin:3px 0 0;font-size:19px;line-height:1.15;letter-spacing:-.025em}
body[data-web-theme="premium_hybrid"] .ph-order-card>header>b{padding:7px 9px;border-radius:999px;color:var(--sp-muted);background:color-mix(in srgb,var(--sp-surface) 82%,var(--sp-bg));font-size:8px;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-order-items{display:grid}
body[data-web-theme="premium_hybrid"] .ph-order-items article{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:11px;align-items:center;padding:13px 0;border-bottom:1px solid var(--ph-line)}
body[data-web-theme="premium_hybrid"] .ph-order-item-quantity{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;color:var(--sp-primary);background:color-mix(in srgb,var(--sp-accent) 9%,var(--sp-surface));font-size:9px;font-weight:900}
body[data-web-theme="premium_hybrid"] .ph-order-items article>div{display:grid;gap:3px;min-width:0}
body[data-web-theme="premium_hybrid"] .ph-order-items strong{font-size:11px;line-height:1.35}
body[data-web-theme="premium_hybrid"] .ph-order-items small,
body[data-web-theme="premium_hybrid"] .ph-order-items span{overflow:hidden;color:var(--sp-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-order-items article>b{font-size:10px;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-order-totals{display:grid;gap:9px;padding-top:14px}
body[data-web-theme="premium_hybrid"] .ph-order-totals>div{display:flex;justify-content:space-between;gap:15px;color:var(--sp-muted);font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-totals b{color:var(--sp-text)}
body[data-web-theme="premium_hybrid"] .ph-order-totals .is-discount b{color:var(--sp-success,var(--sp-color-success))}
body[data-web-theme="premium_hybrid"] .ph-order-totals .is-total{margin-top:3px;padding-top:13px;border-top:1px solid var(--ph-line);color:var(--sp-text);font-size:15px;font-weight:900}
body[data-web-theme="premium_hybrid"] .ph-order-totals .is-total b{color:var(--sp-price);font-size:22px;letter-spacing:-.035em}
body[data-web-theme="premium_hybrid"] .ph-order-timeline{display:grid}
body[data-web-theme="premium_hybrid"] .ph-order-timeline article{position:relative;display:grid;grid-template-columns:15px minmax(0,1fr);gap:10px;padding:5px 0 15px}
body[data-web-theme="premium_hybrid"] .ph-order-timeline article:not(:last-child):before{content:"";position:absolute;left:6px;top:17px;bottom:-4px;width:1px;background:var(--ph-line)}
body[data-web-theme="premium_hybrid"] .ph-order-timeline article>i{position:relative;z-index:1;width:11px;height:11px;margin-top:4px;border:3px solid color-mix(in srgb,var(--sp-accent) 20%,var(--sp-surface));border-radius:50%;background:var(--sp-accent)}
body[data-web-theme="premium_hybrid"] .ph-order-timeline strong,
body[data-web-theme="premium_hybrid"] .ph-order-timeline small{display:block}
body[data-web-theme="premium_hybrid"] .ph-order-timeline strong{font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-timeline small{margin-top:3px;color:var(--sp-muted);font-size:8px}
body[data-web-theme="premium_hybrid"] .ph-order-timeline p{margin:7px 0 0;color:var(--sp-muted);font-size:10px;line-height:1.5}
body[data-web-theme="premium_hybrid"] .ph-order-timeline img{display:block;max-width:min(100%,320px);max-height:280px;margin-top:10px;border:1px solid var(--ph-line);border-radius:13px;object-fit:contain}
body[data-web-theme="premium_hybrid"] .ph-order-empty-copy{margin:0;color:var(--sp-muted);font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
body[data-web-theme="premium_hybrid"] .ph-order-data-grid span{display:grid;gap:4px;padding:11px;border-radius:12px;background:color-mix(in srgb,var(--sp-surface) 82%,var(--sp-bg))}
body[data-web-theme="premium_hybrid"] .ph-order-data-grid small{color:var(--sp-muted);font-size:8px;text-transform:uppercase}
body[data-web-theme="premium_hybrid"] .ph-order-data-grid strong{font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-payment-card>header{align-items:center}
body[data-web-theme="premium_hybrid"] .ph-order-qr{display:grid;gap:10px;justify-items:center}
body[data-web-theme="premium_hybrid"] .ph-order-qr img{display:block;width:min(100%,280px);aspect-ratio:1;padding:9px;border:1px solid var(--ph-line);border-radius:16px;background:#fff;object-fit:contain}
body[data-web-theme="premium_hybrid"] .ph-order-qr .sp-store-btn{width:100%;box-sizing:border-box}
body[data-web-theme="premium_hybrid"] .ph-order-info-box,
body[data-web-theme="premium_hybrid"] .ph-order-bank{padding:12px;border-radius:12px;color:var(--sp-muted);background:color-mix(in srgb,var(--sp-surface) 80%,var(--sp-bg));font-size:10px;line-height:1.5}
body[data-web-theme="premium_hybrid"] .ph-order-instructions{margin:12px 0;color:var(--sp-muted);font-size:10px;line-height:1.55}
body[data-web-theme="premium_hybrid"] .ph-order-bank{margin-top:10px;color:var(--sp-text)}
body[data-web-theme="premium_hybrid"] .ph-order-pay-total{display:grid;gap:3px;margin-top:12px;padding:14px;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--sp-primary-dark),var(--sp-primary))}
body[data-web-theme="premium_hybrid"] .ph-order-pay-total span{font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;opacity:.75}
body[data-web-theme="premium_hybrid"] .ph-order-pay-total strong{font-size:24px;letter-spacing:-.04em}
body[data-web-theme="premium_hybrid"] .ph-order-proof{margin-top:12px;border:1px solid var(--ph-line);border-radius:14px;overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-order-proof summary{padding:13px;cursor:pointer;font-size:10px;font-weight:900;list-style-position:inside;background:color-mix(in srgb,var(--sp-surface) 82%,var(--sp-bg))}
body[data-web-theme="premium_hybrid"] .ph-order-proof form{display:grid;gap:10px;padding:13px}
body[data-web-theme="premium_hybrid"] .ph-order-proof label{display:grid;gap:6px;font-size:9px;font-weight:800}
body[data-web-theme="premium_hybrid"] .ph-order-proof label small{color:var(--sp-muted);font-weight:500}
body[data-web-theme="premium_hybrid"] .ph-order-proof input{width:100%;min-height:42px;box-sizing:border-box;padding:8px 10px;border:1px solid var(--ph-line);border-radius:10px;color:var(--sp-text);background:var(--sp-surface);font:inherit;outline:0}
body[data-web-theme="premium_hybrid"] .ph-order-proof input:focus{border-color:var(--sp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--sp-accent) 10%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-order-proof-state{display:grid;gap:3px;margin-top:10px;padding:10px;border-radius:11px;color:var(--sp-success,var(--sp-color-success));background:color-mix(in srgb,var(--sp-success,var(--sp-color-success)) 7%,var(--sp-surface));font-size:9px}
body[data-web-theme="premium_hybrid"] .ph-order-delivery-card>strong,
body[data-web-theme="premium_hybrid"] .ph-order-delivery-card>span{display:block}
body[data-web-theme="premium_hybrid"] .ph-order-delivery-card>strong{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-delivery-card>span{margin-top:5px;color:var(--sp-muted);font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-side-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
body[data-web-theme="premium_hybrid"] .ph-order-side-actions .sp-store-btn{width:100%;min-width:0;box-sizing:border-box;padding-inline:10px}
body[data-web-theme="premium_hybrid"] .ph-order-expired{
  display:grid;
  justify-items:center;
  width:min(100%,690px);
  margin:35px auto 0;
  padding:clamp(27px,5vw,48px);
  box-sizing:border-box;
  border:1px solid var(--ph-line);
  border-radius:26px;
  text-align:center;
  background:var(--sp-surface);
  box-shadow:0 22px 60px color-mix(in srgb,var(--sp-text) 8%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-order-expired-mark{width:62px;height:62px;margin-bottom:18px;border:8px solid color-mix(in srgb,var(--sp-muted) 18%,transparent);border-top-color:var(--sp-muted);border-radius:50%}
body[data-web-theme="premium_hybrid"] .ph-order-expired h1{margin:8px 0 11px;font-size:clamp(30px,5vw,45px);line-height:1;letter-spacing:-.05em}
body[data-web-theme="premium_hybrid"] .ph-order-expired>p{max-width:540px;margin:0;color:var(--sp-muted);font-size:11px;line-height:1.6}
body[data-web-theme="premium_hybrid"] .ph-order-expired-data{display:grid;grid-template-columns:1fr 1fr;gap:9px;width:100%;margin:22px 0}
body[data-web-theme="premium_hybrid"] .ph-order-expired-data span{display:grid;gap:4px;padding:12px;border-radius:12px;text-align:left;background:color-mix(in srgb,var(--sp-surface) 82%,var(--sp-bg))}
body[data-web-theme="premium_hybrid"] .ph-order-expired-data small{color:var(--sp-muted);font-size:8px;text-transform:uppercase}
body[data-web-theme="premium_hybrid"] .ph-order-expired-data strong{font-size:10px}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-order-card,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-order-head,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-order-success,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-order-expired{background:var(--sp-dark-surface);border-color:rgba(255,255,255,.1)}
@media(max-width:980px){
  body[data-web-theme="premium_hybrid"] .ph-order-layout{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-order-aside{position:static}
}
@media(max-width:680px){
  body[data-web-theme="premium_hybrid"] .ph-order-page{width:min(calc(100% - 22px),1320px);padding-top:20px;padding-bottom:100px}
  body[data-web-theme="premium_hybrid"] .ph-order-success{margin-top:8px;padding:28px 16px;border-radius:22px}
  body[data-web-theme="premium_hybrid"] .ph-order-success-facts{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-order-success-facts>div+div{border-top:1px solid var(--ph-line);border-left:0}
  body[data-web-theme="premium_hybrid"] .ph-order-success-next{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-order-success-actions{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-order-head{grid-template-columns:1fr;gap:14px;padding:19px;border-radius:18px}
  body[data-web-theme="premium_hybrid"] .ph-order-status{justify-self:start}
  body[data-web-theme="premium_hybrid"] .ph-order-countdown,
  body[data-web-theme="premium_hybrid"] .ph-order-confirmed-note,
  body[data-web-theme="premium_hybrid"] .ph-order-sale-note{align-items:flex-start;flex-direction:column;gap:8px}
  body[data-web-theme="premium_hybrid"] .ph-order-countdown>div{min-width:0}
  body[data-web-theme="premium_hybrid"] .ph-order-progress{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory;scrollbar-width:none}
  body[data-web-theme="premium_hybrid"] .ph-order-progress::-webkit-scrollbar{display:none}
  body[data-web-theme="premium_hybrid"] .ph-order-progress article{flex:0 0 min(76vw,250px);scroll-snap-align:start}
  body[data-web-theme="premium_hybrid"] .ph-order-card{padding:16px;border-radius:17px}
  body[data-web-theme="premium_hybrid"] .ph-order-items article{grid-template-columns:31px minmax(0,1fr)}
  body[data-web-theme="premium_hybrid"] .ph-order-items article>b{grid-column:2;justify-self:start;color:var(--sp-price)}
  body[data-web-theme="premium_hybrid"] .ph-order-data-grid{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-order-side-actions{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-order-expired{margin-top:8px;padding:28px 16px;border-radius:22px}
  body[data-web-theme="premium_hybrid"] .ph-order-expired-data{grid-template-columns:1fr}
}

/* Pedidos públicos 3.2.5.27 — legibilidad y estados semánticos */
body[data-web-theme="premium_hybrid"] .ph-order-success-copy{font-size:15px}
body[data-web-theme="premium_hybrid"] .ph-order-success-number span{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-success-number strong{font-size:23px}
body[data-web-theme="premium_hybrid"] .ph-order-success-facts span{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-success-facts strong{font-size:14px}
body[data-web-theme="premium_hybrid"] .ph-order-success-next strong{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-success-next span{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-security-note,
body[data-web-theme="premium_hybrid"] .ph-order-whatsapp-redirect{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-whatsapp-redirect{margin:12px 0 0;color:var(--sp-accent);font-weight:800}
body[data-web-theme="premium_hybrid"] .ph-order-kicker,
body[data-web-theme="premium_hybrid"] .ph-order-card-label{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-head>div>p:last-child{font-size:13px}
body[data-web-theme="premium_hybrid"] .ph-order-status,
body[data-web-theme="premium_hybrid"] .ph-order-payment-status{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-countdown small{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-countdown p,
body[data-web-theme="premium_hybrid"] .ph-order-confirmed-note span,
body[data-web-theme="premium_hybrid"] .ph-order-sale-note span{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-progress strong{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-progress small{font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-card>header>b{font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-items strong{font-size:13px}
body[data-web-theme="premium_hybrid"] .ph-order-items small,
body[data-web-theme="premium_hybrid"] .ph-order-items span{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-items article>b,
body[data-web-theme="premium_hybrid"] .ph-order-totals>div{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-timeline strong{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-timeline small{font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-timeline p,
body[data-web-theme="premium_hybrid"] .ph-order-empty-copy{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-data-grid small{font-size:10px}
body[data-web-theme="premium_hybrid"] .ph-order-data-grid strong,
body[data-web-theme="premium_hybrid"] .ph-order-info-box,
body[data-web-theme="premium_hybrid"] .ph-order-bank,
body[data-web-theme="premium_hybrid"] .ph-order-instructions{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-proof summary{font-size:12px}
body[data-web-theme="premium_hybrid"] .ph-order-proof label,
body[data-web-theme="premium_hybrid"] .ph-order-proof-state{font-size:11px}
body[data-web-theme="premium_hybrid"] .ph-order-delivery-card>strong{font-size:14px}
body[data-web-theme="premium_hybrid"] .ph-order-delivery-card>span{font-size:12px}

body[data-web-theme="premium_hybrid"] .ph-order-progress article{
  --step-color:var(--sp-color-text-secondary);
  --step-bg:color-mix(in srgb,var(--sp-color-text-secondary) 6%,var(--sp-surface));
  border-color:color-mix(in srgb,var(--step-color) 26%,var(--ph-line));
  background:var(--step-bg);
}
body[data-web-theme="premium_hybrid"] .ph-order-progress article[data-step="received"]{--step-color:var(--sp-color-info);--step-bg:color-mix(in srgb,var(--sp-color-info) 7%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-progress article[data-step="payment_pending"]{--step-color:var(--sp-color-warning);--step-bg:color-mix(in srgb,var(--sp-color-warning) 8%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-progress article[data-step="payment_validated"]{--step-color:var(--sp-color-success);--step-bg:color-mix(in srgb,var(--sp-color-success) 8%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-progress article[data-step="packed"]{--step-color:var(--sp-color-accent);--step-bg:color-mix(in srgb,var(--sp-color-accent) 7%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-progress article[data-step="shipped"]{--step-color:var(--sp-color-info);--step-bg:color-mix(in srgb,var(--sp-color-info) 8%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-progress article i{color:var(--step-color);border-color:color-mix(in srgb,var(--step-color) 36%,var(--ph-line));background:var(--sp-surface)}
body[data-web-theme="premium_hybrid"] .ph-order-progress article.is-done i,
body[data-web-theme="premium_hybrid"] .ph-order-progress article.is-current i{color:#fff;border-color:var(--step-color);background:var(--step-color)}
body[data-web-theme="premium_hybrid"] .ph-order-progress article.is-current{border-color:var(--step-color);box-shadow:0 9px 25px color-mix(in srgb,var(--step-color) 18%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-order-progress article.is-current strong{color:var(--step-color)}

body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="pending_confirmation"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="pending_whatsapp"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="sent_whatsapp"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="viewed"]{color:#1d4ed8;background:color-mix(in srgb,var(--sp-color-info) 11%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="waiting_payment"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="proof_submitted"]{color:#a15c00;background:color-mix(in srgb,var(--sp-color-warning) 13%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="payment_validated"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="paid"],
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="sale_validated"]{color:var(--sp-color-success);background:color-mix(in srgb,var(--sp-color-success) 12%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="packed"]{color:var(--sp-color-primary);background:color-mix(in srgb,var(--sp-color-accent) 12%,var(--sp-surface))}
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="shipped"]{color:#075985;background:color-mix(in srgb,var(--sp-color-info) 13%,var(--sp-surface));box-shadow:0 7px 18px color-mix(in srgb,var(--sp-color-info) 15%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-order-status[data-status="completed"]{color:#166534;background:color-mix(in srgb,#22c55e 13%,var(--sp-surface))}

/* Búsqueda Premium Hybrid 3.2.5.28 */
body[data-web-theme="premium_hybrid"] .ph-search-page{padding-top:34px;padding-bottom:95px}
body[data-web-theme="premium_hybrid"] .ph-search-page-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(330px,.7fr);
  gap:30px;
  align-items:center;
  padding:clamp(22px,4vw,38px);
  border:1px solid var(--ph-line);
  border-radius:25px;
  background:
    radial-gradient(circle at 8% 0,color-mix(in srgb,var(--sp-accent) 12%,transparent),transparent 34%),
    var(--sp-surface);
  box-shadow:0 18px 54px color-mix(in srgb,var(--sp-text) 7%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-search-page-head h1{margin:8px 0 9px;font-size:clamp(34px,5vw,58px);line-height:.96;letter-spacing:-.055em;overflow-wrap:anywhere}
body[data-web-theme="premium_hybrid"] .ph-search-page-head p{margin:0;color:var(--sp-muted);font-size:13px;line-height:1.55}
body[data-web-theme="premium_hybrid"] .ph-search-page-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:6px;border:1px solid var(--ph-line);border-radius:16px;background:color-mix(in srgb,var(--sp-surface) 84%,var(--sp-bg));box-shadow:inset 0 1px 0 color-mix(in srgb,#fff 55%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-search-page-form input{min-width:0;min-height:48px;padding:0 13px;border:0;color:var(--sp-text);background:transparent;font:inherit;font-size:12px;font-weight:700;outline:0}
body[data-web-theme="premium_hybrid"] .ph-search-page-form button{min-width:92px;border:0;border-radius:11px;color:#fff;background:linear-gradient(135deg,var(--sp-accent),var(--sp-primary));font:inherit;font-size:11px;font-weight:900;cursor:pointer;transition:.18s ease}
body[data-web-theme="premium_hybrid"] .ph-search-page-form button:hover{transform:translateY(-1px);box-shadow:0 9px 22px color-mix(in srgb,var(--sp-primary) 22%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-search-section{margin-top:54px}
body[data-web-theme="premium_hybrid"] .ph-search-brand-filter{margin-top:34px;margin-bottom:10px}
body[data-web-theme="premium_hybrid"] .ph-search-found-products{padding-top:30px}
body[data-web-theme="premium_hybrid"] .ph-search-section-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:end;margin-bottom:18px}
body[data-web-theme="premium_hybrid"] .ph-search-section-head h2{margin:6px 0 5px;font-size:clamp(26px,3.5vw,40px);line-height:1;letter-spacing:-.045em}
body[data-web-theme="premium_hybrid"] .ph-search-section-head p{margin:0;color:var(--sp-muted);font-size:11px;line-height:1.45}
body[data-web-theme="premium_hybrid"] .ph-search-section-head .ph-slider-actions-v3255,
body[data-web-theme="premium_hybrid"] .ph-search-section-head .ph-related-head-actions-v326{align-self:end}
body[data-web-theme="premium_hybrid"] .ph-search-section-head button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid var(--ph-line);border-radius:12px;color:var(--sp-text);background:var(--sp-surface);font:inherit;font-size:22px;cursor:pointer;transition:.18s ease}
body[data-web-theme="premium_hybrid"] .ph-search-section-head button:hover{color:#fff;border-color:var(--sp-primary);background:var(--sp-primary);transform:translateY(-1px)}
body[data-web-theme="premium_hybrid"] .ph-search-brand-all{margin-bottom:10px}
body[data-web-theme="premium_hybrid"] .ph-search-brand-all a{display:inline-flex;align-items:center;gap:10px;min-height:38px;padding:0 13px;border:1px solid var(--ph-line);border-radius:12px;color:var(--sp-text);background:var(--sp-surface);text-decoration:none;font-size:10px;font-weight:900}
body[data-web-theme="premium_hybrid"] .ph-search-brand-all a b{display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:999px;color:var(--sp-muted);background:color-mix(in srgb,var(--sp-surface) 75%,var(--sp-bg));font-size:8px}
body[data-web-theme="premium_hybrid"] .ph-search-brand-all a.is-active{color:#fff;border-color:var(--sp-primary);background:var(--sp-primary)}
body[data-web-theme="premium_hybrid"] .ph-search-brand-all a.is-active b{color:var(--sp-primary);background:#fff}
body[data-web-theme="premium_hybrid"] .ph-search-brand-swiper{width:100%;overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card{display:grid;grid-template-columns:62px minmax(0,1fr);gap:13px;align-items:center;min-width:0;height:86px;padding:11px;border:1px solid var(--ph-line);border-radius:17px;color:var(--sp-text);background:var(--sp-surface);text-decoration:none;box-shadow:0 9px 26px color-mix(in srgb,var(--sp-text) 5%,transparent);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--sp-accent) 42%,var(--ph-line));box-shadow:0 15px 34px color-mix(in srgb,var(--sp-primary) 10%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card.is-active{border-color:var(--sp-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--sp-primary) 9%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card>span{display:grid;place-items:center;width:62px;height:62px;overflow:hidden;border-radius:12px;background:#f7f7fa}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card img{display:block;width:100%;height:100%;padding:7px;object-fit:contain}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card>span>b{color:var(--sp-accent);font-size:22px}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card>div{display:grid;gap:4px;min-width:0}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-search-brand-card small{color:var(--sp-muted);font-size:9px}
body[data-web-theme="premium_hybrid"] .ph-search-products-swiper{width:100%;overflow:hidden;padding:2px 1px 12px}
body[data-web-theme="premium_hybrid"] .ph-search-empty{display:grid;justify-items:center;gap:8px;padding:44px 18px;border:1px dashed var(--ph-line);border-radius:20px;text-align:center;background:color-mix(in srgb,var(--sp-surface) 88%,var(--sp-bg))}
body[data-web-theme="premium_hybrid"] .ph-search-empty strong{font-size:21px}
body[data-web-theme="premium_hybrid"] .ph-search-empty p{margin:0 0 8px;color:var(--sp-muted);font-size:11px}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-search-page-head,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-search-brand-card,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-search-brand-all a{background:var(--sp-dark-surface);border-color:rgba(255,255,255,.1)}
@media(max-width:820px){
  body[data-web-theme="premium_hybrid"] .ph-search-page-head{grid-template-columns:1fr;gap:20px}
}
@media(max-width:560px){
  body[data-web-theme="premium_hybrid"] .ph-search-page{width:min(calc(100% - 22px),1320px);padding-top:20px;padding-bottom:100px}
  body[data-web-theme="premium_hybrid"] .ph-search-page-head{padding:20px 15px;border-radius:20px}
  body[data-web-theme="premium_hybrid"] .ph-search-page-head h1{font-size:34px}
  body[data-web-theme="premium_hybrid"] .ph-search-page-form{grid-template-columns:1fr}
  body[data-web-theme="premium_hybrid"] .ph-search-page-form button{min-height:44px}
  body[data-web-theme="premium_hybrid"] .ph-search-section{margin-top:42px}
  body[data-web-theme="premium_hybrid"] .ph-search-section-head{grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}
  body[data-web-theme="premium_hybrid"] .ph-search-section-head h2{font-size:26px}
  body[data-web-theme="premium_hybrid"] .ph-search-section-head p{font-size:10px}
  body[data-web-theme="premium_hybrid"] .ph-search-section-head button{width:34px;height:34px;border-radius:10px}
  body[data-web-theme="premium_hybrid"] .ph-search-brand-card{grid-template-columns:52px minmax(0,1fr);height:76px;padding:10px}
  body[data-web-theme="premium_hybrid"] .ph-search-brand-card>span{width:52px;height:52px}
}


/* =========================================================
   SalesPro 3.2.5.32 — Header Premium (reglas autoritativas)
   ========================================================= */
body[data-web-theme="premium_hybrid"] .sp-store-announcement{min-height:30px;display:flex;align-items:center;justify-content:center;padding:6px 18px;background:linear-gradient(90deg,var(--sp-primary),color-mix(in srgb,var(--sp-primary) 80%,var(--sp-accent)),var(--sp-primary));background-size:160% 100%;color:#fff;font-size:11px;font-weight:700;letter-spacing:.025em}
body[data-web-theme="premium_hybrid"] .ph-main-header-v3245{position:sticky;top:0;z-index:130;border-bottom:1px solid color-mix(in srgb,var(--ph-border) 82%,transparent);background:color-mix(in srgb,var(--sp-surface) 92%,transparent);box-shadow:0 8px 28px rgba(15,23,42,.055);backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%);transition:background .24s ease,box-shadow .24s ease,border-color .24s ease}
body[data-web-theme="premium_hybrid"] .ph-main-header-v3245.is-condensed-v32532{background:color-mix(in srgb,var(--sp-surface) 97%,transparent);box-shadow:0 12px 34px rgba(15,23,42,.1)}
body[data-web-theme="premium_hybrid"] .ph-header-row-v3245{width:min(calc(100% - 32px),var(--sp-width));min-height:72px;gap:12px;padding:8px 0;transition:min-height .24s ease,padding .24s ease}
body[data-web-theme="premium_hybrid"] .is-condensed-v32532 .ph-header-row-v3245{min-height:62px;padding:6px 0}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245{position:relative;flex:0 0 auto;display:grid;grid-template-columns:20px auto;grid-template-rows:repeat(3,2px);align-content:center;align-items:center;column-gap:9px;row-gap:4px;min-width:93px;height:46px;min-height:46px;padding:0 13px;overflow:hidden;border:1px solid var(--ph-border);border-radius:14px;color:var(--ph-heading);background:var(--sp-surface);box-shadow:0 6px 18px rgba(15,23,42,.055);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245>span{grid-column:1;display:block;width:19px;height:2px;margin:0!important;border-radius:999px;background:currentColor;transform-origin:center;transition:transform .22s ease,opacity .18s ease,width .2s ease}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245>b{grid-column:2;grid-row:1/4;align-self:center;font-size:12px;font-weight:800;letter-spacing:.01em}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245:hover,body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245:focus-visible{transform:translateY(-1px);border-color:color-mix(in srgb,var(--sp-accent) 42%,var(--ph-border));background:color-mix(in srgb,var(--sp-accent) 5%,var(--sp-surface));box-shadow:0 10px 26px rgba(15,23,42,.1);outline:none}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245[aria-expanded="true"]{color:#fff;border-color:var(--sp-primary);background:var(--sp-primary)}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245[aria-expanded="true"]>span:nth-child(1){transform:translateY(6px) rotate(45deg)}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245[aria-expanded="true"]>span:nth-child(2){opacity:0;transform:scaleX(.3)}
body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245[aria-expanded="true"]>span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245{flex:0 1 auto;gap:11px;min-width:0;padding:3px 5px;border-radius:12px;transition:opacity .2s ease,transform .2s ease}
body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245:hover{opacity:.82;transform:translateY(-1px)}
body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 img{width:42px;max-width:42px;height:42px;object-fit:contain}
body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 strong{max-width:245px;color:var(--ph-heading);font-size:17px;font-weight:800;letter-spacing:-.025em}
body[data-web-theme="premium_hybrid"] .ph-header-spacer-v3245{flex:1 1 36px;min-width:12px}
body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532{flex:0 1 390px;width:min(390px,34vw);height:46px;min-width:230px;padding:4px 4px 4px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--ph-border);border-radius:15px;color:var(--ph-subtitle);background:var(--ph-card-filter);box-shadow:inset 0 1px 0 color-mix(in srgb,#fff 70%,transparent),0 7px 20px rgba(15,23,42,.045);cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}
body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532:hover,body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532:focus-visible{transform:translateY(-1px);border-color:color-mix(in srgb,var(--sp-accent) 52%,var(--ph-border));background:var(--sp-surface);box-shadow:0 0 0 4px color-mix(in srgb,var(--sp-accent) 9%,transparent),0 12px 28px rgba(15,23,42,.08);outline:none}
body[data-web-theme="premium_hybrid"] .ph-header-search-copy-v32532{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;text-align:left}
body[data-web-theme="premium_hybrid"] .ph-header-search-symbol-v32532{flex:0 0 36px;width:36px;height:36px;display:grid;place-items:center;border-radius:11px;color:#fff;background:var(--sp-primary);box-shadow:0 7px 16px color-mix(in srgb,var(--sp-primary) 24%,transparent)}
body[data-web-theme="premium_hybrid"] .ph-header-search-symbol-v32532 svg{width:18px!important;height:18px!important;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245{flex:0 0 46px;width:46px;height:46px;min-height:46px;padding:0;display:grid;place-items:center;border:1px solid var(--sp-primary);border-radius:15px;color:#fff;background:var(--sp-primary);box-shadow:0 9px 22px color-mix(in srgb,var(--sp-primary) 24%,transparent);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245:hover,body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245:focus-visible{transform:translateY(-2px);color:#fff;background:color-mix(in srgb,var(--sp-primary) 86%,var(--sp-accent));box-shadow:0 13px 28px color-mix(in srgb,var(--sp-primary) 30%,transparent);outline:none}
body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245 .ph-cart-count{right:-7px;top:-8px;min-width:22px;height:22px;border:2px solid var(--sp-surface);background:var(--sp-accent);font-size:10px;font-weight:900;box-shadow:0 4px 12px rgba(15,23,42,.16)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-main-header-v3245{background:color-mix(in srgb,var(--sp-dark-surface) 93%,transparent);border-bottom-color:rgba(255,255,255,.09);box-shadow:0 10px 34px rgba(0,0,0,.24)}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245,html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532{color:var(--ph-dark-heading);border-color:var(--ph-dark-border);background:var(--ph-dark-card-filter);box-shadow:none}
@media(max-width:900px){body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532{flex-basis:280px;width:min(280px,30vw);min-width:190px}body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 strong{max-width:180px}}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .sp-store-announcement{min-height:28px;padding:5px 12px;font-size:10px}
  body[data-web-theme="premium_hybrid"] .ph-header-row-v3245,body[data-web-theme="premium_hybrid"] .is-condensed-v32532 .ph-header-row-v3245{width:min(calc(100% - 20px),var(--sp-width));min-height:62px;padding:7px 0;gap:8px}
  body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245{grid-template-columns:19px;min-width:42px;width:42px;height:42px;min-height:42px;padding:0 11px;border-radius:13px}
  body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245>b{display:none}
  body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245>span{width:18px}
  body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245{flex:1 1 auto;gap:8px;padding:2px}
  body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 img{width:36px;max-width:36px;height:36px}
  body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 strong{max-width:min(42vw,170px);font-size:14px}
  body[data-web-theme="premium_hybrid"] .ph-header-spacer-v3245{display:none}
  body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532{display:none!important}
  body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245{flex-basis:42px;width:42px;height:42px;min-height:42px;border-radius:13px}
  body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245 .ph-cart-count{right:-5px;top:-7px}
}
@media(max-width:370px){body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 strong{max-width:105px;font-size:13px}}
@media(prefers-reduced-motion:reduce){body[data-web-theme="premium_hybrid"] .ph-main-header-v3245,body[data-web-theme="premium_hybrid"] .ph-header-row-v3245,body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245,body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245,body[data-web-theme="premium_hybrid"] .ph-header-search-premium-v32532,body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245{transition:none!important}}

/* SalesPro 3.2.6.11: contenido enriquecido seguro */
.ph-detail-summary p{margin:0 0 6px}
.ph-detail-summary p:last-child{margin-bottom:0}
.ph-detail-summary ul,.ph-detail-summary ol{margin:6px 0;padding-left:21px}
.ph-detail-summary li{margin:2px 0}
.ph-detail-summary h2,.ph-detail-summary h3,.ph-detail-summary h4{margin:8px 0 5px;color:var(--sp-text);font-size:1em}
.ph-detail-summary blockquote{margin:7px 0;padding-left:10px;border-left:3px solid var(--sp-accent)}
.ph-product-tabs article>div p,.ph-specs-content p{margin:0 0 12px}
.ph-product-tabs article>div ul,.ph-product-tabs article>div ol,.ph-specs-content ul,.ph-specs-content ol{margin:8px 0 12px;padding-left:22px}
.ph-specs-content{white-space:normal!important}

/* =========================================================
   SalesPro 3.2.6.21 — distribución responsive y catálogo único
   Capa final autoritativa. Debe permanecer al final del archivo.
   ========================================================= */
html body[data-web-theme="premium_hybrid"] .ph-add-button-v3241,
html body[data-web-theme="premium_hybrid"] .ph-btn-card{
  font-weight:650!important;
  letter-spacing:0!important;
}

html body[data-web-theme="premium_hybrid"] .ph-catalog-page-v32621{
  padding-top:clamp(12px,2vw,24px);
  padding-bottom:clamp(88px,8vw,126px);
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-content-v32621{
  display:grid;
  gap:clamp(18px,2.5vw,30px);
  min-width:0;
  transition:opacity .18s ease;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-content-v32621.is-loading{
  opacity:.48;
  pointer-events:none;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-filters-v32621{
  display:grid;
  gap:18px;
  min-width:0;
  padding:clamp(18px,2.4vw,28px);
  border:1px solid var(--tp-line);
  border-radius:22px;
  background:var(--sp-surface,#fff);
  box-shadow:0 10px 32px rgba(24,18,34,.055);
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-filters-v32621>header{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-filters-v32621>header small{
  display:block;
  margin-bottom:4px;
  color:var(--sp-accent);
  font-size:10px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-filters-v32621 h2{
  margin:0;
  font-size:clamp(24px,3vw,36px);
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-filters-v32621>header>span{
  flex:none;
  padding:7px 10px;
  border-radius:999px;
  color:var(--sp-primary);
  background:color-mix(in srgb,var(--sp-accent) 10%,var(--sp-surface));
  font-size:10px;
  font-weight:750;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-brand-pills-v32621,
html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621 nav{
  display:flex;
  gap:8px;
  min-width:0;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-brand-pills-v32621{
  overflow-x:auto;
  padding:2px 2px 7px;
  scroll-snap-type:x proximity;
  scrollbar-width:thin;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-brand-pills-v32621 a,
html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621 a{
  flex:0 0 auto;
  min-height:40px;
  padding:9px 14px;
  border:1px solid var(--tp-line);
  border-radius:999px;
  color:var(--tp-ink);
  background:var(--sp-surface,#fff);
  text-decoration:none;
  font-size:11px;
  font-weight:650;
  line-height:20px;
  scroll-snap-align:start;
  transition:border-color .18s ease,color .18s ease,background .18s ease;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-brand-pills-v32621 a:hover,
html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621 a:hover{
  border-color:color-mix(in srgb,var(--sp-accent) 48%,var(--tp-line));
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-brand-pills-v32621 a.is-active,
html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621 a.is-active{
  border-color:var(--sp-primary);
  color:#fff;
  background:var(--sp-primary);
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621{
  display:grid;
  gap:9px;
  padding-top:16px;
  border-top:1px solid var(--tp-line);
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621>strong{
  font-size:11px;
  font-weight:750;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621 nav{
  flex-wrap:wrap;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-result-meta-v32621{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  color:var(--tp-muted);
  font-size:11px;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-result-meta-v32621 strong{
  color:var(--tp-ink);
  font-size:14px;
}
html body[data-web-theme="premium_hybrid"] .ph-catalog-page-v32621 .ph-catalog-results .ph-product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

html body[data-web-theme="premium_hybrid"] .ph-cart-item-media.is-image-empty::after{
  content:"TP";
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  color:var(--sp-primary);
  font-size:13px;
  font-weight:750;
}

@media(max-width:1100px){
  html body[data-web-theme="premium_hybrid"] .ph-catalog-page-v32621 .ph-catalog-results .ph-product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:780px){
  html body[data-web-theme="premium_hybrid"] .ph-product-grid,
  html body[data-web-theme="premium_hybrid"] .ph-featured-section-v32620 .ph-product-grid,
  html body[data-web-theme="premium_hybrid"] .ph-newest-section-v32620 .ph-product-grid,
  html body[data-web-theme="premium_hybrid"] .ph-catalog-page-v32621 .ph-catalog-results .ph-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-card-v3241{
    grid-template-rows:auto 1fr!important;
    width:100%;
    max-width:none;
    margin:0;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-media-v3241{
    width:100%;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:1/1;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-media-v3241 img{
    padding:7px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-body-v3241{
    gap:8px;
    padding:11px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-card h3{
    min-height:3.6em;
    font-size:12px!important;
    line-height:1.2;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-brand{
    font-size:8px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-price{
    font-size:17px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-badge{
    max-width:calc(100% - 40px);
    overflow:hidden;
    padding:6px 8px;
    font-size:9px!important;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-quick{
    width:34px;
    height:34px;
  }
  html body[data-web-theme="premium_hybrid"] .ph-add-button-v3241,
  html body[data-web-theme="premium_hybrid"] .ph-btn-card{
    min-height:42px!important;
    padding-inline:8px!important;
    font-size:12px!important;
    font-weight:650!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-featured-section-v32620,
  html body[data-web-theme="premium_hybrid"] .ph-newest-section-v32620{
    margin-block:34px!important;
    padding:22px 10px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-section-head{
    display:grid;
    gap:10px;
    margin-bottom:17px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-section-head p{
    margin-top:6px;
    font-size:13px;
  }
  html body[data-web-theme="premium_hybrid"] .ph-section-head .ph-text-link{
    justify-self:start;
  }
  html body[data-web-theme="premium_hybrid"] .ph-catalog-filters-v32621{
    gap:14px;
    padding:16px 12px;
    border-radius:18px;
  }
  html body[data-web-theme="premium_hybrid"] .ph-catalog-filters-v32621>header{
    align-items:start;
  }
  html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621 nav{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  html body[data-web-theme="premium_hybrid"] .ph-catalog-sort-v32621 a{
    display:grid;
    min-width:0;
    place-items:center;
    padding:8px 6px;
    text-align:center;
    white-space:normal;
  }
  html body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 :where(a,button).is-active{
    color:#fff;
    background:color-mix(in srgb,var(--sp-accent,var(--sp-color-accent)) 28%,transparent);
    box-shadow:inset 0 -3px 0 var(--sp-accent,var(--sp-color-accent));
    opacity:1;
  }
  html body[data-web-theme="premium_hybrid"] .ph-mobile-bottom-nav-v325 :where(a,button).is-active :where(svg,span){
    color:inherit;
    stroke:currentColor;
  }
}

@media(max-width:420px){
  html body[data-web-theme="premium_hybrid"] .sp-store-wrap{
    width:min(calc(100% - 18px),1440px);
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-grid,
  html body[data-web-theme="premium_hybrid"] .ph-featured-section-v32620 .ph-product-grid,
  html body[data-web-theme="premium_hybrid"] .ph-newest-section-v32620 .ph-product-grid,
  html body[data-web-theme="premium_hybrid"] .ph-catalog-page-v32621 .ph-catalog-results .ph-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-body-v3241{
    padding:9px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-card h3{
    font-size:11px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-product-price{
    font-size:15px!important;
  }
  html body[data-web-theme="premium_hybrid"] .ph-add-button-v3241,
  html body[data-web-theme="premium_hybrid"] .ph-btn-card{
    min-height:40px!important;
    font-size:11px!important;
  }
}
/* 3.2.6.22 — precios promocionales */
.ph-product-price.has-discount-v32622{display:flex;align-items:center;gap:6px;flex-wrap:wrap;line-height:1.15}
.ph-regular-price-v32622,.ph-detail-regular-v32622{color:#7c8594;font-size:.72em;font-weight:650;text-decoration:line-through}
.ph-sale-price-v32622{color:var(--sp-color-warning);font:inherit;font-weight:850}
.ph-discount-badge-v32622{display:inline-flex;align-items:center;width:max-content;padding:4px 7px;border:1px solid #facc15;border-radius:999px;background:#fffbeb;color:#92400e;font-size:10px;font-weight:850;line-height:1}
.ph-detail-price-stack-v32622{display:grid;gap:5px;align-items:start}
.ph-detail-price-stack-v32622 .ph-detail-price{color:var(--sp-color-warning)}
@media(max-width:640px){.ph-product-price.has-discount-v32622{gap:4px}.ph-discount-badge-v32622{padding:3px 5px;font-size:9px}}
/* =========================================================
   SalesPro 3.2.6.46 — corrección raíz de filtros y carrito
   Fuente canónica: el componente, no hojas correctivas externas.
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav{
  overflow:hidden;
  box-shadow:none!important;
  filter:none!important;
  contain:paint;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills{
  display:flex;
  align-items:center;
  gap:10px!important;
  width:100%;
  max-width:100%;
  margin:0!important;
  padding:2px 0 4px!important;
  overflow-x:auto;
  overflow-y:hidden;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none;
  scroll-padding-inline:0;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills::-webkit-scrollbar{
  display:none!important;
  width:0!important;
  height:0!important;
  background:transparent!important;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills::before,
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills::after{
  content:none!important;
  display:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills>a{
  flex:0 0 auto;
  min-height:40px;
  margin:0!important;
  padding:0 14px;
  border:1px solid color-mix(in srgb,var(--ph-border) 88%,transparent);
  border-radius:999px!important;
  background:color-mix(in srgb,var(--sp-bg) 72%,var(--sp-surface))!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills>a:hover{
  transform:none!important;
  box-shadow:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills>a.is-active{
  border-color:var(--sp-primary)!important;
  color:#fff!important;
  background:var(--sp-primary)!important;
  box-shadow:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills>a>small{
  flex:0 0 auto;
  margin-left:0;
}

/* Botón de carrito: un solo nodo visual y un solo indicador. */
body[data-web-theme="premium_hybrid"] [data-add-button]{
  position:relative;
  display:grid!important;
  place-items:center;
  overflow:hidden;
  isolation:isolate;
}
body[data-web-theme="premium_hybrid"] [data-add-button] .ph-add-button-content{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  min-width:0;
  position:static!important;
  opacity:1!important;
  transform:none!important;
  white-space:nowrap;
}
body[data-web-theme="premium_hybrid"] [data-add-button] .ph-add-button-icon{
  display:none;
  flex:0 0 auto;
  width:15px;
  height:15px;
}
body[data-web-theme="premium_hybrid"] [data-add-button][data-add-state="loading"] .ph-add-button-icon{
  display:block;
  border:2px solid rgba(255,255,255,.38);
  border-top-color:#fff;
  border-radius:50%;
  animation:phButtonSpinV3241 .65s linear infinite;
}
body[data-web-theme="premium_hybrid"] [data-add-button][data-add-state="success"] .ph-add-button-icon{
  display:grid;
  place-items:center;
  width:17px;
  height:17px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.18);
  animation:none;
}
body[data-web-theme="premium_hybrid"] [data-add-button][data-add-state="success"] .ph-add-button-icon::before{
  content:'✓';
  color:#fff;
  font-size:12px;
  font-style:normal;
  font-weight:900;
  line-height:1;
}
body[data-web-theme="premium_hybrid"] [data-add-button] :is(.ph-add-label,.ph-add-loading,.ph-add-success,[data-add-default],[data-add-loading],[data-add-success]){
  display:none!important;
}

@media(max-width:900px){
  body[data-web-theme="premium_hybrid"] .ph-header-row-v3245{
    display:grid!important;
    grid-template-columns:42px minmax(0,1fr) auto 42px!important;
    align-items:center;
    column-gap:10px!important;
    width:100%;
    min-width:0;
  }
  body[data-web-theme="premium_hybrid"] .ph-menu-trigger-v3245{
    grid-column:1;
    width:42px!important;
    min-width:42px!important;
    height:42px;
    padding:0!important;
    justify-content:center;
  }
  body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245{
    grid-column:2;
    min-width:0;
    max-width:100%!important;
    overflow:hidden;
  }
  body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 strong{
    min-width:0;
    max-width:100%!important;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  body[data-web-theme="premium_hybrid"] .ph-theme-toggle{grid-column:3;justify-self:end}
  body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245{
    grid-column:4;
    position:relative;
    justify-self:end;
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    margin:0!important;
    padding:0!important;
  }
}

@media(max-width:620px){
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav{
    margin-bottom:14px;
    padding:15px 12px 12px!important;
    border-radius:18px;
  }
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills{
    width:100%!important;
    margin:0!important;
    padding:2px 0 4px!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills>a{
    min-height:40px;
    padding-inline:14px;
    font-size:11px;
  }
}

/* SalesPro 3.2.6.47 — componentes públicos canónicos, sin contenedores redundantes. */
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326{
  display:block;
  overflow:hidden;
  margin:0 0 8px;
  padding:0;
  border:0;
  border-radius:16px;
  background:color-mix(in srgb,var(--sp-text) 4%,var(--sp-surface));
  box-shadow:none;
}
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326 article{
  display:grid;
  grid-template-columns:40px minmax(0,1fr);
  gap:11px;
  align-items:center;
  min-height:64px;
  margin:0;
  padding:10px 12px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326 article+article{
  border-top:1px solid color-mix(in srgb,var(--sp-text) 8%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326 .ph-benefit-icon{
  width:40px;
  height:40px;
  margin:0;
  padding:9px;
  border:0;
  border-radius:12px;
  background:color-mix(in srgb,var(--sp-primary) 9%,var(--sp-surface));
  box-shadow:none;
}
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326 strong{
  color:var(--sp-text);
  font-size:11px;
  line-height:1.25;
}
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326 small{
  margin-top:3px;
  color:var(--sp-muted);
  font-size:9px;
  line-height:1.35;
}

/* Tabs accesibles con contraste calculado por JS y un único estado autoritativo. */
body[data-web-theme="premium_hybrid"] .ph-tab-nav[role="tablist"]{
  display:flex;
  gap:6px;
  padding:8px;
  background:color-mix(in srgb,var(--sp-text) 4%,var(--sp-surface));
}
body[data-web-theme="premium_hybrid"] .ph-tab-nav [role="tab"]{
  appearance:none;
  min-height:44px;
  padding:0 18px;
  border:1px solid transparent;
  border-radius:12px;
  color:var(--sp-muted)!important;
  background:transparent!important;
  box-shadow:none!important;
  font-size:12px;
  font-weight:750;
  line-height:1;
  white-space:nowrap;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-tab-nav [role="tab"]:hover{
  color:var(--sp-text)!important;
  background:color-mix(in srgb,var(--sp-text) 6%,var(--sp-surface))!important;
}
body[data-web-theme="premium_hybrid"] .ph-tab-nav [role="tab"][aria-selected="true"]{
  color:var(--ph-tab-active-fg,#fff)!important;
  background:var(--ph-tab-active-bg,var(--sp-primary))!important;
  border-color:var(--ph-tab-active-bg,var(--sp-primary))!important;
  box-shadow:0 7px 18px color-mix(in srgb,var(--ph-tab-active-bg,var(--sp-primary)) 24%,transparent)!important;
}
body[data-web-theme="premium_hybrid"] .ph-tab-nav [role="tab"]:focus-visible{
  outline:3px solid color-mix(in srgb,var(--sp-accent) 35%,transparent);
  outline-offset:2px;
}
body[data-web-theme="premium_hybrid"] .ph-product-tabs [role="tabpanel"][hidden]{display:none!important}
body[data-web-theme="premium_hybrid"] .ph-product-tabs [role="tabpanel"]{display:block}

html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326,
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-tab-nav[role="tablist"]{
  background:color-mix(in srgb,var(--sp-dark-surface) 88%,#fff 12%);
}
@media(max-width:640px){
  body[data-web-theme="premium_hybrid"] .ph-tab-nav[role="tablist"]{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  body[data-web-theme="premium_hybrid"] .ph-tab-nav[role="tablist"]::-webkit-scrollbar{display:none}
  body[data-web-theme="premium_hybrid"] .ph-tab-nav [role="tab"]{flex:0 0 auto;min-height:42px;padding-inline:15px;font-size:11px}
}




/* ==========================================================================\n   SalesPro Storefront Visual Core 3.2.7.0\n   Canonical component contracts. These rules are the final authority.\n   ========================================================================== */
body.spds-store{
  --store-primary:var(--sp-primary);
  --store-on-primary:var(--sp-on-primary,#fff);
  --store-surface:var(--sp-surface,#fff);
  --store-page:var(--sp-bg,var(--sp-color-bg-page));
  --store-text:var(--sp-text,var(--sp-color-text-primary));
  --store-muted:var(--sp-muted,#667085);
  --store-border:color-mix(in srgb,var(--store-text) 10%,transparent);
  overflow-x:clip;
}
body.spds-store *,body.spds-store *::before,body.spds-store *::after{box-sizing:border-box}

/* Chips de categorías, subcategorías y marcas: sin superficie o sombra en el rail. */
body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav{
  overflow:hidden!important;
  border:1px solid var(--store-border)!important;
  border-radius:18px!important;
  background:var(--store-surface)!important;
  box-shadow:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:2px 0 6px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:none!important;
  scrollbar-width:none!important;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-inline:contain;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills::-webkit-scrollbar{display:none!important}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills::before,
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills::after{content:none!important;display:none!important}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills>a{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0 15px!important;
  border:1px solid var(--store-border)!important;
  border-radius:999px!important;
  color:var(--store-text)!important;
  background:color-mix(in srgb,var(--store-surface) 94%,var(--store-text) 6%)!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
  text-decoration:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills>a:hover{border-color:color-mix(in srgb,var(--store-primary) 45%,var(--store-border))!important;color:var(--store-primary)!important;background:var(--store-surface)!important}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills>a.is-active{
  color:var(--store-on-primary)!important;
  background:var(--store-primary)!important;
  border-color:var(--store-primary)!important;
  box-shadow:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills>a>small{
  display:inline-grid!important;place-items:center!important;min-width:22px!important;height:22px!important;padding:0 6px!important;
  border-radius:999px!important;color:var(--store-muted)!important;background:color-mix(in srgb,var(--store-text) 8%,transparent)!important;
}
body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills>a.is-active>small{color:var(--store-on-primary)!important;background:color-mix(in srgb,var(--store-on-primary) 18%,transparent)!important}

/* Beneficios: un solo nivel visual, sin caja exterior redundante. */
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326{
  display:grid!important;
  gap:10px!important;
  margin:14px 0 0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
  overflow:visible!important;
}
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326 article{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-items:center!important;
  gap:11px!important;
  margin:0!important;
  padding:12px!important;
  border:1px solid var(--store-border)!important;
  border-radius:16px!important;
  background:var(--store-surface)!important;
  box-shadow:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-purchase-benefits-v326 article+article{border-top:1px solid var(--store-border)!important}

/* Tabs: los colores provienen del sistema global y siempre tienen contraste. */
body[data-web-theme="premium_hybrid"] .ph-tab-nav[role="tablist"]{
  display:flex!important;gap:8px!important;padding:6px!important;border:1px solid var(--store-border)!important;border-radius:16px!important;
  background:color-mix(in srgb,var(--store-surface) 92%,var(--store-text) 8%)!important;box-shadow:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-tab-nav [role="tab"]{
  min-height:42px!important;padding:0 16px!important;border:0!important;border-radius:11px!important;
  color:var(--store-muted)!important;background:transparent!important;box-shadow:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-tab-nav [role="tab"][aria-selected="true"]{
  color:var(--store-on-primary)!important;background:var(--store-primary)!important;border-color:transparent!important;box-shadow:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-tabs [role="tabpanel"][hidden]{display:none!important}

/* Botón de carrito: un solo nodo visual y un único estado. */
body[data-web-theme="premium_hybrid"] [data-add-button]{position:relative!important;isolation:isolate;min-height:44px!important}
body[data-web-theme="premium_hybrid"] [data-add-button] .ph-add-button-content{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important}
body[data-web-theme="premium_hybrid"] [data-add-button] .ph-add-button-icon{display:inline-block!important;flex:0 0 16px;width:16px;height:16px;position:relative;background:none!important;box-shadow:none!important}
body[data-web-theme="premium_hybrid"] [data-add-button][data-add-state="default"] .ph-add-button-icon::before{content:"+";position:absolute;inset:0;display:grid;place-items:center;font-size:19px;line-height:1;font-weight:700}
body[data-web-theme="premium_hybrid"] [data-add-button][data-add-state="loading"] .ph-add-button-icon{border:2px solid color-mix(in srgb,currentColor 28%,transparent)!important;border-top-color:currentColor!important;border-radius:50%!important;animation:spStoreSpin .7s linear infinite!important}
body[data-web-theme="premium_hybrid"] [data-add-button][data-add-state="loading"] .ph-add-button-icon::before{content:none!important}
body[data-web-theme="premium_hybrid"] [data-add-button][data-add-state="success"] .ph-add-button-icon::before{content:"✓";position:absolute;inset:0;display:grid;place-items:center;font-size:16px;font-weight:800}
body[data-web-theme="premium_hybrid"] [data-add-button] .ph-add-label,
body[data-web-theme="premium_hybrid"] [data-add-button] .ph-add-loading,
body[data-web-theme="premium_hybrid"] [data-add-button] .ph-add-success{display:none!important}
@keyframes spStoreSpin{to{transform:rotate(360deg)}}

/* Header móvil estable: no permite que el carrito invada el logo. */
@media(max-width:720px){
  body[data-web-theme="premium_hybrid"] .ph-header-row-v3245{display:grid!important;grid-template-columns:44px minmax(0,1fr) 40px 44px!important;gap:9px!important;align-items:center!important}
  body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245{min-width:0!important;max-width:100%!important;overflow:hidden!important}
  body[data-web-theme="premium_hybrid"] .ph-header-brand-v3245 strong{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  body[data-web-theme="premium_hybrid"] .ph-header-cart-v3245{width:44px!important;height:44px!important;margin:0!important;justify-self:end!important}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-nav{border-radius:15px!important}
  body[data-web-theme="premium_hybrid"] .ph-taxonomy-pills{padding:2px 0 5px!important}
}
@media(max-width:360px){body[data-web-theme="premium_hybrid"] .ph-header-row-v3245{grid-template-columns:42px minmax(0,1fr) 42px!important}body[data-web-theme="premium_hybrid"] .ph-theme-toggle{display:none!important}}


/* ================================================================
   SalesPro DesignLab 1.0 — canonical reusable storefront components
   Version 3.2.7.2. New public UI must use dl-* classes and tokens.
   ================================================================ */
:where(.spds-store){
  font-family:var(--sp-font-primary);
  font-size:var(--sp-font-size-body);
  line-height:var(--sp-line-height-body);
  color:var(--sp-color-text-primary);
  background:var(--sp-color-bg-page);
}
.sp-store-wrap{width:min(calc(100% - (var(--sp-layout-gutter) * 2)),var(--sp-layout-max-width));margin-inline:auto}
.sp-store-main{display:grid;gap:var(--sp-layout-section-gap)}

.dl-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 24px;color:var(--sp-color-text-primary)}
.dl-section-heading__content,.dl-section-heading>div:first-child{min-width:0;max-width:760px}
.dl-section-heading :is(.ph-section-kicker,.hb-eyebrow){display:block;margin:0 0 7px;color:var(--sp-color-accent);font-size:var(--sp-font-size-small);font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.dl-section-heading h2{margin:0;color:var(--sp-color-heading);font-size:clamp(1.55rem,var(--sp-font-size-h2),2.3rem);line-height:1.12;letter-spacing:-.025em}
.dl-section-heading p{margin:9px 0 0;color:var(--sp-color-text-secondary);font-size:var(--sp-font-size-body);line-height:1.55}

.dl-button{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:var(--sp-button-height);padding-inline:var(--sp-button-padding-x);border:1px solid transparent;border-radius:var(--sp-button-radius);font:inherit;font-weight:800;line-height:1;text-decoration:none;cursor:pointer;transition:transform var(--sp-motion-fast) var(--sp-motion-easing),background var(--sp-motion-fast) var(--sp-motion-easing),border-color var(--sp-motion-fast) var(--sp-motion-easing),box-shadow var(--sp-motion-fast) var(--sp-motion-easing)}
.dl-button:hover{transform:translateY(-1px)}
.dl-button:focus-visible{outline:3px solid color-mix(in srgb,var(--sp-color-accent) 35%,transparent);outline-offset:3px}
.dl-button:disabled,.dl-button[aria-disabled="true"]{cursor:not-allowed;transform:none;opacity:.58}
.dl-button--primary{background:var(--sp-button-primary-bg);color:var(--sp-button-primary-text);border-color:var(--sp-button-primary-bg);box-shadow:0 8px 20px color-mix(in srgb,var(--sp-button-primary-bg) 22%,transparent)}
.dl-button--primary:hover{background:var(--sp-button-primary-hover);border-color:var(--sp-button-primary-hover)}
.dl-button--secondary{background:var(--sp-button-secondary-bg);color:var(--sp-button-secondary-text);border-color:var(--sp-color-border)}
.dl-button--outline{background:transparent;color:var(--sp-color-primary);border-color:var(--sp-color-primary)}
.dl-button--ghost{background:transparent;color:var(--sp-color-text-primary)}
.dl-button--whatsapp{background:var(--sp-button-whatsapp-bg);color:#07150b;border-color:var(--sp-button-whatsapp-bg);box-shadow:0 8px 20px color-mix(in srgb,var(--sp-button-whatsapp-bg) 24%,transparent)}
.dl-button--whatsapp:hover{background:color-mix(in srgb,var(--sp-button-whatsapp-bg) 88%,#000);border-color:color-mix(in srgb,var(--sp-button-whatsapp-bg) 88%,#000)}

/* Compatibility contract: legacy markup consumes DesignLab tokens. */
:where(.ph-btn,.hb-action,.hb-inline-link){border-radius:var(--sp-button-radius)}
:where(.ph-btn-primary,.ph-add-button-v3241,[data-add-button]){background:var(--sp-button-primary-bg)!important;color:var(--sp-button-primary-text)!important;border-color:var(--sp-button-primary-bg)!important}
:where(.ph-btn-primary,.ph-add-button-v3241,[data-add-button]):hover{background:var(--sp-button-primary-hover)!important;border-color:var(--sp-button-primary-hover)!important}
:where(.ph-whatsapp-button-v3241,.ph-whatsapp-detail){background:var(--sp-button-whatsapp-bg)!important;color:#07150b!important;border-color:var(--sp-button-whatsapp-bg)!important}
:where(.ph-product-card-v3241,.ph-category-card,.ph-brand-card,.hb-promo-card,.hb-testimonial-card,.hb-collection-card){border-radius:var(--sp-card-radius);background:var(--sp-card-bg);border-color:var(--sp-card-border);box-shadow:var(--sp-card-shadow)}
:where(.ph-product-card-v3241,.ph-category-card,.ph-brand-card,.hb-promo-card,.hb-testimonial-card,.hb-collection-card):hover{box-shadow:var(--sp-card-shadow-hover)}

/* Taxonomy rails: no white band, pseudo shadows or escaped overlays. */
:where(.ph-taxonomy-strip,.ph-category-filter-v3255,.ph-subcategory-filter-v3255,.ph-brand-filter-v3255){background:transparent!important;box-shadow:none!important;filter:none!important;border:0!important;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}
:where(.ph-taxonomy-strip,.ph-category-filter-v3255,.ph-subcategory-filter-v3255,.ph-brand-filter-v3255)::-webkit-scrollbar{display:none}
:where(.ph-taxonomy-strip,.ph-category-filter-v3255,.ph-subcategory-filter-v3255,.ph-brand-filter-v3255)::before,
:where(.ph-taxonomy-strip,.ph-category-filter-v3255,.ph-subcategory-filter-v3255,.ph-brand-filter-v3255)::after{content:none!important;display:none!important}

/* Unified section rhythm and titles on Home Builder blocks. */
:where(.hb-section,.ph-section){margin-block:0}
:where(.hb-section-head,.ph-section-head) h2{color:var(--sp-color-heading)}
:where(.hb-section-head,.ph-section-head) p{color:var(--sp-color-text-secondary)}

@media(max-width:720px){
  .dl-section-heading{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:18px}
  .sp-store-main{gap:clamp(28px,var(--sp-layout-section-gap),44px)}
  .dl-button{min-height:max(44px,var(--sp-button-height))}
}


/* ================================================================
   SalesPro 3.2.7.3 — Premium Hybrid Token Compliance
   Primary actions are derived exclusively from color.primary.
   Accent is reserved for emphasis/focus and never recolors primary CTAs.
   ================================================================ */
:where(.spds-store){
  --dl-primary-action-bg:var(--sp-button-primary-bg);
  --dl-primary-action-hover:var(--sp-button-primary-hover);
  --dl-primary-action-text:var(--sp-button-primary-text);
}
body[data-web-theme="premium_hybrid"] :where(
  .dl-button--primary,
  .ph-btn-primary,
  .ph-btn-card,
  .sp-store-btn:not(.secondary),
  .hb-action,
  .ph-order-primary-action,
  [data-add-button],
  .sp-store-search button,
  .ph-hero-search button
){
  color:var(--dl-primary-action-text)!important;
  background:var(--dl-primary-action-bg)!important;
  background-image:none!important;
  border-color:var(--dl-primary-action-bg)!important;
}
body[data-web-theme="premium_hybrid"] :where(
  .dl-button--primary,
  .ph-btn-primary,
  .ph-btn-card,
  .sp-store-btn:not(.secondary),
  .hb-action,
  .ph-order-primary-action,
  [data-add-button],
  .sp-store-search button,
  .ph-hero-search button
):hover{
  color:var(--dl-primary-action-text)!important;
  background:var(--dl-primary-action-hover)!important;
  background-image:none!important;
  border-color:var(--dl-primary-action-hover)!important;
}
body[data-web-theme="premium_hybrid"] :where(.ph-product-brand,.ph-section-kicker,.hb-eyebrow){color:var(--sp-color-accent)!important}
body[data-web-theme="premium_hybrid"] :where(.ph-text-link,.ph-category-arrow){color:var(--sp-color-primary)!important}
body[data-web-theme="premium_hybrid"] :where(.ph-cart-link,.ph-product-quick,.ph-trust-icon){background:var(--sp-color-primary)!important;color:var(--sp-color-on-primary)!important}
body[data-web-theme="premium_hybrid"] :where(.sp-pagination .active,.ph-tab-nav [role="tab"][aria-selected="true"],.ph-taxonomy-pills>a.is-active){background:var(--sp-color-primary)!important;color:var(--sp-color-on-primary)!important;border-color:var(--sp-color-primary)!important}
body[data-web-theme="premium_hybrid"] .sp-store-announcement{background:var(--sp-color-secondary)!important;color:var(--sp-color-on-secondary)!important}
body[data-web-theme="premium_hybrid"] :where(.sp-store-search input,.ph-hero-search input):focus{border-color:var(--sp-color-accent)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--sp-color-accent) 18%,transparent)!important}


/* =========================================================
   DesignLab UI Foundation 3.3.0 — contrato público consolidado
   Esta sección no define una paleta. Consume exclusivamente roles
   entregados por DesignTokenService.
   ========================================================= */

.spds-store {
  background: var(--sp-color-bg-page);
  color: var(--sp-color-text-primary);
}

.sp-store-announcement {
  background: var(--sp-color-secondary) !important;
  color: var(--sp-color-on-secondary) !important;
  border-color: color-mix(in srgb, var(--sp-color-secondary) 78%, var(--sp-color-border)) !important;
}

/* Acciones primarias */
.dl-button--primary,
.ph-btn-primary,
.ph-add-btn,
.ph-product-add,
.ph-card-add,
[data-add-button],
.sp-store-btn-primary,
.sp-checkout-primary,
.ph-header-cart-v3245,
.ph-product-quick-link,
.ph-product-quick-action,
button[type="submit"].ph-btn-primary {
  background-color: var(--sp-button-primary-bg) !important;
  background-image: none !important;
  color: var(--sp-button-primary-text) !important;
  border-color: var(--sp-button-primary-bg) !important;
}
.dl-button--primary:hover,
.ph-btn-primary:hover,
.ph-add-btn:hover,
.ph-product-add:hover,
.ph-card-add:hover,
[data-add-button]:hover,
.sp-store-btn-primary:hover,
.sp-checkout-primary:hover,
.ph-header-cart-v3245:hover,
.ph-product-quick-link:hover,
.ph-product-quick-action:hover {
  background-color: var(--sp-button-primary-hover) !important;
  border-color: var(--sp-button-primary-hover) !important;
  color: var(--sp-button-primary-text) !important;
}

/* Taxonomía, chips, tabs y paginación */
.ph-taxonomy-chip.is-active,
.ph-taxonomy-chip[aria-current="true"],
.ph-filter-chip.is-active,
.ph-category-chip.is-active,
.ph-brand-chip.is-active,
.ph-subcategory-chip.is-active,
.ph-chip.is-active,
.ph-tab.is-active,
.sp-filter-chip.is-active,
.sp-chip.is-active,
.sp-pagination .is-active,
[aria-selected="true"].ph-chip,
[aria-pressed="true"].ph-chip {
  background: var(--sp-color-primary) !important;
  color: var(--sp-color-on-primary) !important;
  border-color: var(--sp-color-primary) !important;
}
.ph-taxonomy-chip.is-active *,
.ph-filter-chip.is-active *,
.ph-category-chip.is-active *,
.ph-brand-chip.is-active *,
.ph-subcategory-chip.is-active *,
.ph-chip.is-active * {
  color: inherit !important;
}

/* Encabezados y texto comercial no son colores de estado */
.dl-section-heading h1,
.dl-section-heading h2,
.dl-section-heading h3,
.ph-section-heading h1,
.ph-section-heading h2,
.ph-section-heading h3,
.ph-product-title,
.ph-product-card h3,
.ph-product-card-title,
.ph-product-name,
.sp-product-title,
.sp-product-card h3 {
  color: var(--sp-color-text-primary) !important;
}
.ph-section-kicker,
.dl-section-heading .ph-section-kicker {
  color: var(--sp-color-accent) !important;
}
.ph-product-price,
.sp-product-price,
[data-product-price] {
  color: var(--sp-product-price) !important;
}
.ph-product-old-price,
.sp-product-old-price {
  color: var(--sp-product-old-price) !important;
}
.ph-discount,
.ph-discount-badge,
.sp-discount-badge {
  color: var(--sp-product-discount) !important;
}

/* Estados semánticos */
.is-available,
.ph-stock-available,
.sp-stock-available { color: var(--sp-color-success) !important; }
.is-warning,
.ph-stock-low,
.sp-stock-low { color: var(--sp-color-warning) !important; }
.is-sold-out,
.ph-stock-sold-out,
.sp-stock-sold-out { color: var(--sp-color-danger) !important; }

/* Superficies */
.ph-product-card,
.sp-product-card,
.ph-filter-panel,
.ph-taxonomy-panel,
.ph-category-panel,
.ph-brand-panel,
.sp-store-card {
  background: var(--sp-card-bg) !important;
  border-color: var(--sp-card-border) !important;
  color: var(--sp-color-text-primary);
}

/* Foco accesible */
.spds-store :focus-visible {
  outline-color: var(--sp-color-accent) !important;
}

/* SalesPro 3.3.1 — DesignLab Discount Product Carousel */
body[data-web-theme="premium_hybrid"] .dl-discount-products__heading-actions{display:flex;align-items:center;gap:var(--sp-space-12,12px)}
body[data-web-theme="premium_hybrid"] .dl-discount-products__swiper{overflow:hidden;padding:4px 2px 14px}
body[data-web-theme="premium_hybrid"] .dl-discount-products__swiper:not(.swiper-initialized) .swiper-wrapper{display:flex;gap:var(--sp-space-16,16px);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
body[data-web-theme="premium_hybrid"] .dl-discount-products__swiper:not(.swiper-initialized) .swiper-wrapper::-webkit-scrollbar{display:none}
body[data-web-theme="premium_hybrid"] .dl-discount-products__swiper:not(.swiper-initialized) .swiper-slide{flex:0 0 min(430px,88vw);scroll-snap-align:start}
body[data-web-theme="premium_hybrid"] .dl-discount-card{position:relative;display:grid;grid-template-columns:minmax(112px,38%) minmax(0,1fr);align-items:center;min-height:168px;background:var(--sp-color-bg-card);border:1px solid var(--sp-color-border);border-radius:var(--sp-card-radius);box-shadow:var(--sp-card-shadow);color:var(--sp-color-text-primary);text-decoration:none;overflow:hidden;transition:transform var(--sp-transition-normal),box-shadow var(--sp-transition-normal),border-color var(--sp-transition-normal)}
body[data-web-theme="premium_hybrid"] .dl-discount-card:hover{transform:translateY(-3px);box-shadow:var(--sp-card-shadow-hover);border-color:color-mix(in srgb,var(--sp-color-primary) 34%,var(--sp-color-border))}
body[data-web-theme="premium_hybrid"] .dl-discount-card:focus-visible{outline:3px solid color-mix(in srgb,var(--sp-color-accent) 35%,transparent);outline-offset:3px}
body[data-web-theme="premium_hybrid"] .dl-discount-card__media{display:grid;place-items:center;align-self:stretch;min-height:168px;padding:var(--sp-space-12,12px);background:var(--sp-color-bg-surface);border-inline-end:1px solid var(--sp-color-border)}
body[data-web-theme="premium_hybrid"] .dl-discount-card__media img{display:block;width:100%;height:142px;object-fit:contain;mix-blend-mode:multiply}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .dl-discount-card__media img{mix-blend-mode:normal}
body[data-web-theme="premium_hybrid"] .dl-discount-card__placeholder{font-size:var(--sp-font-size-sm);color:var(--sp-color-text-secondary)}
body[data-web-theme="premium_hybrid"] .dl-discount-card__content{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:var(--sp-space-20,20px) var(--sp-space-36,36px) var(--sp-space-20,20px) var(--sp-space-18,18px)}
body[data-web-theme="premium_hybrid"] .dl-discount-card__brand{margin-bottom:4px;font-size:var(--sp-font-size-xs);font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--sp-color-accent)}
body[data-web-theme="premium_hybrid"] .dl-discount-card__name{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:var(--sp-font-size-md);line-height:1.22;color:var(--sp-color-text-primary)}
body[data-web-theme="premium_hybrid"] .dl-discount-card__sku{margin-top:6px;font-size:var(--sp-font-size-xs);color:var(--sp-color-text-secondary)}
body[data-web-theme="premium_hybrid"] .dl-discount-card__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px;margin-top:var(--sp-space-14,14px)}
body[data-web-theme="premium_hybrid"] .dl-discount-card__regular{font-size:var(--sp-font-size-sm);color:var(--sp-commerce-old-price);text-decoration:line-through}
body[data-web-theme="premium_hybrid"] .dl-discount-card__sale{font-size:clamp(1rem,1.4vw,1.22rem);color:var(--sp-commerce-price)}
body[data-web-theme="premium_hybrid"] .dl-discount-card__badge{position:absolute;z-index:2;inset:10px auto auto 10px;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 9px;border-radius:999px;background:var(--sp-commerce-discount);color:var(--sp-color-on-offer);font-size:var(--sp-font-size-xs);font-weight:900;box-shadow:var(--sp-shadow-sm)}
body[data-web-theme="premium_hybrid"] .dl-discount-card__arrow{position:absolute;right:12px;top:12px;display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:var(--sp-color-primary);color:var(--sp-color-on-primary);font-weight:900}
@media (max-width:767px){body[data-web-theme="premium_hybrid"] .dl-discount-products__heading-actions .ph-text-link{display:none}body[data-web-theme="premium_hybrid"] .dl-discount-card{grid-template-columns:112px minmax(0,1fr);min-height:148px}body[data-web-theme="premium_hybrid"] .dl-discount-card__media{min-height:148px;padding:9px}body[data-web-theme="premium_hybrid"] .dl-discount-card__media img{height:120px}body[data-web-theme="premium_hybrid"] .dl-discount-card__content{padding:16px 34px 16px 14px}body[data-web-theme="premium_hybrid"] .dl-discount-card__name{font-size:var(--sp-font-size-sm)}}

/* SalesPro 3.3.2 — Discount carousel visual alignment */
body[data-web-theme="premium_hybrid"] .dl-discount-products{
  overflow:visible;
}
body[data-web-theme="premium_hybrid"] .dl-discount-products .ph-slider-head-v3255{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end!important;
  gap:clamp(14px,2.5vw,30px);
  margin-bottom:clamp(18px,2vw,24px);
}
body[data-web-theme="premium_hybrid"] .dl-discount-products__heading-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  min-width:max-content;
}
body[data-web-theme="premium_hybrid"] .dl-discount-products .ph-slider-actions-v3255{
  display:flex;
  gap:4px;
  margin:0;
  padding:4px;
  border:1px solid color-mix(in srgb,var(--sp-color-border) 82%,transparent);
  border-radius:16px;
  background:var(--sp-color-bg-surface);
  box-shadow:0 12px 32px color-mix(in srgb,var(--sp-color-text-primary) 8%,transparent);
}
body[data-web-theme="premium_hybrid"] .dl-discount-products .ph-slider-actions-v3255 button{
  width:40px;
  height:40px;
  border:0;
  border-radius:12px;
  background:transparent;
  color:var(--sp-color-text-primary);
  box-shadow:none;
}
body[data-web-theme="premium_hybrid"] .dl-discount-products .ph-slider-actions-v3255 button:hover{
  transform:none;
  color:var(--sp-color-on-primary);
  background:var(--sp-color-primary);
}
body[data-web-theme="premium_hybrid"] .dl-discount-products__swiper{
  padding:2px 2px 8px;
}
body[data-web-theme="premium_hybrid"] .dl-discount-card{
  grid-template-columns:minmax(100px,34%) minmax(0,1fr);
  min-height:142px;
}
body[data-web-theme="premium_hybrid"] .dl-discount-card__media{
  min-height:142px;
  padding:12px;
  border-inline-end:0;
  background:var(--sp-color-bg-card);
}
body[data-web-theme="premium_hybrid"] .dl-discount-card__media img{
  height:112px;
  max-width:100%;
}
body[data-web-theme="premium_hybrid"] .dl-discount-card__content{
  gap:2px;
  padding:16px 38px 16px 8px;
  overflow:hidden;
}
body[data-web-theme="premium_hybrid"] .dl-discount-card__brand,
body[data-web-theme="premium_hybrid"] .dl-discount-card__name,
body[data-web-theme="premium_hybrid"] .dl-discount-card__sku,
body[data-web-theme="premium_hybrid"] .dl-discount-card__prices{
  max-width:100%;
  min-width:0;
}
body[data-web-theme="premium_hybrid"] .dl-discount-card__name{
  overflow-wrap:anywhere;
  word-break:normal;
}
body[data-web-theme="premium_hybrid"] .dl-discount-card__prices{
  margin-top:9px;
  flex-wrap:wrap;
  line-height:1.2;
}
body[data-web-theme="premium_hybrid"] .dl-discount-card__arrow{
  width:28px;
  height:28px;
  right:10px;
  top:10px;
}
body[data-web-theme="premium_hybrid"] .dl-discount-card__badge{
  inset:9px auto auto 9px;
  min-height:26px;
  padding-inline:8px;
}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .dl-discount-products .ph-slider-head-v3255{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:10px!important;
    margin-bottom:18px;
  }
  body[data-web-theme="premium_hybrid"] .dl-discount-products__heading-actions{
    align-self:end;
    gap:0;
  }
  body[data-web-theme="premium_hybrid"] .dl-discount-products__heading-actions .ph-text-link{display:none}
  body[data-web-theme="premium_hybrid"] .dl-discount-products .ph-slider-actions-v3255{
    gap:3px;
    padding:3px;
    border-radius:13px;
  }
  body[data-web-theme="premium_hybrid"] .dl-discount-products .ph-slider-actions-v3255 button{
    width:34px;
    height:34px;
    border-radius:10px;
  }
  body[data-web-theme="premium_hybrid"] .dl-discount-products__swiper:not(.swiper-initialized) .swiper-slide,
  body[data-web-theme="premium_hybrid"] .dl-discount-products__swiper .swiper-slide{
    width:min(88vw,390px)!important;
  }
  body[data-web-theme="premium_hybrid"] .dl-discount-card{
    grid-template-columns:104px minmax(0,1fr);
    min-height:132px;
  }
  body[data-web-theme="premium_hybrid"] .dl-discount-card__media{
    min-height:132px;
    padding:8px;
  }
  body[data-web-theme="premium_hybrid"] .dl-discount-card__media img{height:96px}
  body[data-web-theme="premium_hybrid"] .dl-discount-card__content{
    padding:13px 36px 13px 10px;
  }
  body[data-web-theme="premium_hybrid"] .dl-discount-card__brand{font-size:10px;margin-bottom:2px}
  body[data-web-theme="premium_hybrid"] .dl-discount-card__name{
    font-size:14px;
    line-height:1.18;
    -webkit-line-clamp:2;
  }
  body[data-web-theme="premium_hybrid"] .dl-discount-card__sku{margin-top:4px;font-size:11px}
  body[data-web-theme="premium_hybrid"] .dl-discount-card__prices{gap:5px;margin-top:8px}
  body[data-web-theme="premium_hybrid"] .dl-discount-card__regular{font-size:12px}
  body[data-web-theme="premium_hybrid"] .dl-discount-card__sale{font-size:15px}
}
@media(max-width:390px){
  body[data-web-theme="premium_hybrid"] .dl-discount-products .ph-slider-actions-v3255 button{width:32px;height:32px}
  body[data-web-theme="premium_hybrid"] .dl-discount-card{grid-template-columns:96px minmax(0,1fr)}
  body[data-web-theme="premium_hybrid"] .dl-discount-card__media img{height:88px}
}

/* SalesPro 3.3.3 — Home rhythm, reusable section cards and safe hover elevation */
body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder]{
  --dl-home-section-gap:clamp(44px,4.5vw,64px);
  display:grid;
  gap:var(--dl-home-section-gap);
  padding-block:clamp(24px,3vw,40px) clamp(48px,5vw,72px);
}
body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder]>.hb-public-block{
  min-width:0;
  margin-block:0!important;
}
body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder]>.hb-public-block--hero_slider{
  margin-top:0!important;
}
body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder] :where(.hb-section,.ph-section){
  margin-block:0!important;
}
body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder] :where(.hb-section-head,.ph-section-head,.ph-slider-head-v3255){
  margin-bottom:clamp(16px,1.8vw,22px);
}

/* One heading rhythm for Categories, Needs, Collections and Testimonials. */
body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder] :where(.hb-section-head,.ph-section-head){
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:clamp(14px,2.4vw,28px);
}
body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder] :where(.hb-section-head,.ph-section-head)>div:first-child{
  min-width:0;
}
body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder] :where(.hb-section-head,.ph-section-head) h2{
  margin:7px 0 0;
  font-size:clamp(30px,3.6vw,48px);
  line-height:1.02;
  letter-spacing:-.045em;
}
body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder] :where(.hb-section-head,.ph-section-head) p{
  max-width:700px;
  margin:9px 0 0;
  line-height:1.5;
}

/* Reusable DesignLab card contract for commercial sections. */
body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder] :where(
  .hb-commercial-card,
  .hb-collection-card,
  .hb-testimonial-card
){
  position:relative;
  min-width:0;
  border:1px solid var(--sp-color-border);
  border-radius:var(--sp-card-radius);
  background:var(--sp-color-bg-card);
  color:var(--sp-color-text-primary);
  box-shadow:var(--sp-card-shadow);
  transition:transform var(--sp-transition-normal),box-shadow var(--sp-transition-normal),border-color var(--sp-transition-normal);
}
body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder] :where(
  .hb-commercial-card,
  .hb-collection-card,
  .hb-testimonial-card
):hover{
  transform:translateY(-3px);
  border-color:color-mix(in srgb,var(--sp-color-primary) 28%,var(--sp-color-border));
  box-shadow:var(--sp-card-shadow-hover);
}
body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder] :where(
  .hb-commercial-card,
  .hb-collection-card,
  .hb-testimonial-card
):focus-visible{
  outline:3px solid color-mix(in srgb,var(--sp-color-accent) 34%,transparent);
  outline-offset:3px;
}

/* Compra según tu necesidad: compact, aligned and resilient. */
body[data-web-theme="premium_hybrid"] .hb-commercial-grid{
  gap:clamp(12px,1.5vw,18px);
}
body[data-web-theme="premium_hybrid"] .hb-commercial-card{
  grid-template-columns:54px minmax(0,1fr) auto;
  min-height:94px;
  gap:13px;
  padding:16px;
  overflow:visible;
}
body[data-web-theme="premium_hybrid"] .hb-commercial-card>span:not(.hb-commercial-icon){min-width:0}
body[data-web-theme="premium_hybrid"] .hb-commercial-card strong{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body[data-web-theme="premium_hybrid"] .hb-commercial-card em{
  grid-column:auto;
  align-self:center;
  white-space:nowrap;
}

/* Collections: balanced image/content ratio and no oversized cards. */
body[data-web-theme="premium_hybrid"] .hb-collection-card{
  overflow:hidden;
}
body[data-web-theme="premium_hybrid"] .hb-collection-card>a{
  aspect-ratio:16/8.5;
  background:var(--sp-color-bg-surface);
}
body[data-web-theme="premium_hybrid"] .hb-collection-card>div{
  padding:clamp(16px,2vw,22px);
}
body[data-web-theme="premium_hybrid"] .hb-collection-card h3{
  margin:6px 0 7px;
  color:var(--sp-color-text-primary);
  font-size:clamp(1.05rem,1.4vw,1.3rem);
}
body[data-web-theme="premium_hybrid"] .hb-collection-card p{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  margin-bottom:12px;
}

/* Testimonials: same card proportions and consistent content alignment. */
body[data-web-theme="premium_hybrid"] .hb-testimonial-grid{
  gap:clamp(12px,1.5vw,18px);
}
body[data-web-theme="premium_hybrid"] .hb-testimonial-card{
  display:flex;
  flex-direction:column;
  min-height:210px;
  padding:clamp(18px,2vw,24px);
  overflow:visible;
}
body[data-web-theme="premium_hybrid"] .hb-testimonial-card blockquote{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  margin:13px 0 18px;
}
body[data-web-theme="premium_hybrid"] .hb-testimonial-card footer{
  margin-top:auto;
}

/* Prevent elevation shadows from being clipped by horizontal tracks. */
body[data-web-theme="premium_hybrid"] :where(
  .dl-discount-products__swiper,
  .ph-category-swiper-v3255,
  .ph-brand-swiper-v3255
){
  padding-block:16px 24px!important;
  margin-block:-16px -24px!important;
}
body[data-web-theme="premium_hybrid"] .dl-discount-products__swiper{
  padding-inline:4px!important;
  margin-inline:-4px!important;
}
body[data-web-theme="premium_hybrid"] .hb-commercial-grid--carousel{
  gap:16px;
  padding:14px 4px 22px;
  margin:-14px -4px -22px;
  overflow-x:auto;
  overflow-y:visible;
  scrollbar-width:none;
}
body[data-web-theme="premium_hybrid"] .hb-commercial-grid--carousel::-webkit-scrollbar{display:none}

/* The discount cards retain their border while elevated. */
body[data-web-theme="premium_hybrid"] .dl-discount-card{
  isolation:isolate;
  overflow:hidden;
}
body[data-web-theme="premium_hybrid"] .dl-discount-card:hover{
  z-index:3;
}

@media(max-width:900px){
  body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder]{
    --dl-home-section-gap:clamp(36px,6vw,48px);
    padding-block:22px 52px;
  }
  body[data-web-theme="premium_hybrid"] .hb-commercial-card{
    grid-template-columns:50px minmax(0,1fr);
  }
  body[data-web-theme="premium_hybrid"] .hb-commercial-card em{
    grid-column:2;
    justify-self:start;
  }
}
@media(max-width:620px){
  body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder]{
    --dl-home-section-gap:34px;
    padding-block:18px 42px;
  }
  body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder] :where(.hb-section-head,.ph-section-head,.ph-slider-head-v3255){
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:end!important;
    gap:10px!important;
    margin-bottom:16px;
  }
  body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder] :where(.hb-section-head,.ph-section-head) h2{
    font-size:clamp(28px,8vw,38px);
  }
  body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder] :where(.hb-section-head,.ph-section-head) p{
    font-size:14px;
  }
  body[data-web-theme="premium_hybrid"] .hb-commercial-card{
    min-height:82px;
    padding:13px;
  }
  body[data-web-theme="premium_hybrid"] .hb-testimonial-card{
    min-height:190px;
  }
}

/* SalesPro 3.3.4 — Unified Home Builder carousels */
body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder]{
  --dl-home-section-gap:clamp(34px,3.2vw,48px);
}
body[data-web-theme="premium_hybrid"] .hb-unified-carousel{
  width:min(calc(100% - (var(--sp-layout-gutter) * 2)),var(--sp-layout-max-width));
  margin-inline:auto;
  min-width:0;
}
body[data-web-theme="premium_hybrid"] .hb-unified-carousel .hb-section-head{
  width:100%;
}
body[data-web-theme="premium_hybrid"] .hb-unified-swiper{
  width:100%;
  min-width:0;
  padding:12px 4px 22px!important;
  margin:-12px -4px -22px!important;
  overflow:hidden;
}
body[data-web-theme="premium_hybrid"] .hb-unified-swiper .swiper-wrapper{
  align-items:stretch;
}
body[data-web-theme="premium_hybrid"] .hb-unified-card{
  height:auto;
  min-width:0;
  border:1px solid var(--sp-color-border);
  border-radius:var(--sp-card-radius);
  background:var(--sp-color-bg-card);
  color:var(--sp-color-text-primary);
  box-shadow:var(--sp-card-shadow);
  transition:transform var(--sp-transition-normal),box-shadow var(--sp-transition-normal),border-color var(--sp-transition-normal);
}
body[data-web-theme="premium_hybrid"] .hb-unified-card:hover{
  z-index:3;
  transform:translateY(-3px);
  border-color:color-mix(in srgb,var(--sp-color-primary) 28%,var(--sp-color-border));
  box-shadow:var(--sp-card-shadow-hover);
}
body[data-web-theme="premium_hybrid"] .hb-unified-card:focus-visible,
body[data-web-theme="premium_hybrid"] .hb-unified-card a:focus-visible{
  outline:3px solid color-mix(in srgb,var(--sp-color-accent) 34%,transparent);
  outline-offset:3px;
}

/* Needs */
body[data-web-theme="premium_hybrid"] .hb-need-card{
  position:relative;
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  align-items:center;
  gap:14px;
  min-height:96px;
  padding:16px 44px 16px 16px;
  text-decoration:none;
}
body[data-web-theme="premium_hybrid"] .hb-need-card__media{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  overflow:hidden;
  border-radius:calc(var(--sp-card-radius) * .7);
  background:var(--sp-color-bg-surface);
}
body[data-web-theme="premium_hybrid"] .hb-need-card__media img{width:100%;height:100%;object-fit:cover}
body[data-web-theme="premium_hybrid"] .hb-need-card__copy{display:grid;gap:3px;min-width:0}
body[data-web-theme="premium_hybrid"] .hb-need-card__copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}
body[data-web-theme="premium_hybrid"] .hb-need-card__copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--sp-color-text-secondary)}
body[data-web-theme="premium_hybrid"] .hb-need-card__copy em{color:var(--sp-color-text-secondary);font-size:12px;font-style:normal}
body[data-web-theme="premium_hybrid"] .hb-unified-card__arrow{position:absolute;right:15px;top:15px;display:grid;place-items:center;width:30px;height:30px;border-radius:999px;color:var(--sp-color-on-primary);background:var(--sp-color-primary);font-weight:900}

/* Collections */
body[data-web-theme="premium_hybrid"] .hb-collection-card-v3340{overflow:hidden}
body[data-web-theme="premium_hybrid"] .hb-collection-card-v3340__link{display:grid;grid-template-columns:minmax(120px,38%) minmax(0,1fr);height:100%;min-height:168px;color:inherit;text-decoration:none}
body[data-web-theme="premium_hybrid"] .hb-collection-card-v3340__media{display:block;min-height:168px;background:var(--sp-color-bg-surface)}
body[data-web-theme="premium_hybrid"] .hb-collection-card-v3340__media img{width:100%;height:100%;object-fit:cover}
body[data-web-theme="premium_hybrid"] .hb-collection-card-v3340__copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:20px}
body[data-web-theme="premium_hybrid"] .hb-collection-card-v3340__copy strong{margin-top:7px;font-size:clamp(18px,1.5vw,23px);line-height:1.1}
body[data-web-theme="premium_hybrid"] .hb-collection-card-v3340__copy small{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top:8px;color:var(--sp-color-text-secondary);line-height:1.45}
body[data-web-theme="premium_hybrid"] .hb-collection-card-v3340__copy .hb-inline-link{margin-top:14px;color:var(--sp-color-primary);font-weight:800}

/* Testimonials */
body[data-web-theme="premium_hybrid"] .hb-testimonial-card-v3340{display:flex;flex-direction:column;min-height:220px;padding:22px}
body[data-web-theme="premium_hybrid"] .hb-testimonial-card-v3340__stars{color:var(--sp-color-accent);letter-spacing:.08em}
body[data-web-theme="premium_hybrid"] .hb-testimonial-card-v3340 blockquote{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;margin:16px 0 22px;color:var(--sp-color-text-primary);font-size:17px;line-height:1.55}
body[data-web-theme="premium_hybrid"] .hb-testimonial-card-v3340 footer{display:flex;align-items:center;gap:12px;margin-top:auto}
body[data-web-theme="premium_hybrid"] .hb-testimonial-card-v3340 footer img,
body[data-web-theme="premium_hybrid"] .hb-testimonial-card-v3340__avatar{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:999px;object-fit:cover;background:var(--sp-color-bg-surface);color:var(--sp-color-primary);font-weight:900}
body[data-web-theme="premium_hybrid"] .hb-testimonial-card-v3340 footer>span:last-child{display:grid;min-width:0}
body[data-web-theme="premium_hybrid"] .hb-testimonial-card-v3340 footer strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .hb-testimonial-card-v3340 footer small{color:var(--sp-color-text-secondary)}

@media(max-width:620px){
  body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder]{--dl-home-section-gap:30px}
  body[data-web-theme="premium_hybrid"] .hb-unified-carousel{width:min(calc(100% - 20px),var(--sp-layout-max-width))}
  body[data-web-theme="premium_hybrid"] .hb-unified-swiper{padding-block:10px 18px!important;margin-block:-10px -18px!important}
  body[data-web-theme="premium_hybrid"] .hb-need-card{min-height:88px;padding:13px 40px 13px 13px;grid-template-columns:52px minmax(0,1fr);gap:12px}
  body[data-web-theme="premium_hybrid"] .hb-need-card__media{width:52px;height:52px}
  body[data-web-theme="premium_hybrid"] .hb-need-card__copy strong{font-size:14px}
  body[data-web-theme="premium_hybrid"] .hb-collection-card-v3340__link{grid-template-columns:110px minmax(0,1fr);min-height:150px}
  body[data-web-theme="premium_hybrid"] .hb-collection-card-v3340__media{min-height:150px}
  body[data-web-theme="premium_hybrid"] .hb-collection-card-v3340__copy{padding:16px}
  body[data-web-theme="premium_hybrid"] .hb-testimonial-card-v3340{min-height:200px;padding:18px}
}


/* SalesPro 3.3.5 — Home carousel parity and resilient fallback */
body[data-web-theme="premium_hybrid"] .hb-unified-carousel .ph-slider-actions-v3255{
  display:inline-flex;
  align-items:center;
  gap:3px;
  padding:3px;
  border:1px solid var(--sp-color-border);
  border-radius:13px;
  background:var(--sp-color-bg-card);
  box-shadow:var(--sp-shadow-sm);
}
body[data-web-theme="premium_hybrid"] .hb-unified-carousel .ph-slider-actions-v3255 button{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  margin:0;
  padding:0;
  border:0;
  border-radius:10px;
  background:transparent;
  color:var(--sp-color-text-primary);
  box-shadow:none;
}
body[data-web-theme="premium_hybrid"] .hb-unified-carousel .ph-slider-actions-v3255 button:hover:not(.swiper-button-disabled){
  background:var(--sp-color-bg-surface);
  color:var(--sp-color-primary);
  transform:none;
}
body[data-web-theme="premium_hybrid"] .hb-unified-carousel .ph-slider-actions-v3255 button svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* The track must never stretch a few cards across the full container. */
body[data-web-theme="premium_hybrid"] .hb-unified-swiper:not(.swiper-initialized) .swiper-wrapper{
  display:flex;
  align-items:stretch;
  gap:18px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
}
body[data-web-theme="premium_hybrid"] .hb-unified-swiper:not(.swiper-initialized) .swiper-wrapper::-webkit-scrollbar{display:none}
body[data-web-theme="premium_hybrid"] .hb-unified-swiper:not(.swiper-initialized) .swiper-slide{
  flex:0 0 calc((100% - 54px)/4);
  width:auto;
  scroll-snap-align:start;
}
body[data-web-theme="premium_hybrid"] .hb-collections-carousel .hb-unified-swiper:not(.swiper-initialized) .swiper-slide,
body[data-web-theme="premium_hybrid"] .hb-testimonials-carousel .hb-unified-swiper:not(.swiper-initialized) .swiper-slide{
  flex-basis:calc((100% - 36px)/3);
}

/* Swiper receives a stable minimum width even when there are fewer records. */
body[data-web-theme="premium_hybrid"] .hb-needs-carousel .swiper-slide{min-width:0}
body[data-web-theme="premium_hybrid"] .hb-collections-carousel .swiper-slide,
body[data-web-theme="premium_hybrid"] .hb-testimonials-carousel .swiper-slide{min-width:0}

@media (max-width:1099px){
  body[data-web-theme="premium_hybrid"] .hb-unified-swiper:not(.swiper-initialized) .swiper-slide{flex-basis:calc((100% - 32px)/3)}
  body[data-web-theme="premium_hybrid"] .hb-collections-carousel .hb-unified-swiper:not(.swiper-initialized) .swiper-slide,
  body[data-web-theme="premium_hybrid"] .hb-testimonials-carousel .hb-unified-swiper:not(.swiper-initialized) .swiper-slide{flex-basis:calc((100% - 16px)/2)}
}
@media (max-width:767px){
  body[data-web-theme="premium_hybrid"] .hb-unified-carousel .ph-slider-actions-v3255{gap:3px;padding:3px;border-radius:13px}
  body[data-web-theme="premium_hybrid"] .hb-unified-carousel .ph-slider-actions-v3255 button{width:34px;height:34px;border-radius:10px}
  body[data-web-theme="premium_hybrid"] .hb-unified-swiper:not(.swiper-initialized) .swiper-wrapper{gap:12px}
  body[data-web-theme="premium_hybrid"] .hb-unified-swiper:not(.swiper-initialized) .swiper-slide,
  body[data-web-theme="premium_hybrid"] .hb-collections-carousel .hb-unified-swiper:not(.swiper-initialized) .swiper-slide,
  body[data-web-theme="premium_hybrid"] .hb-testimonials-carousel .hb-unified-swiper:not(.swiper-initialized) .swiper-slide{
    flex-basis:88%;
  }
}
@media (max-width:420px){
  body[data-web-theme="premium_hybrid"] .hb-unified-carousel .ph-slider-actions-v3255 button{width:32px;height:32px}
}

/* =========================================================
   SalesPro 3.3.6 — Exact visual parity with Marcas destacadas
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-brand-parity-section{
  /* The outer width is inherited from .sp-store-wrap, exactly like Marcas destacadas. */
  overflow:visible;
}
body[data-web-theme="premium_hybrid"] .ph-brand-parity-section .ph-slider-head-v3255{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  gap:clamp(14px,2.5vw,30px);
  align-items:end!important;
  margin-bottom:clamp(20px,2.5vw,30px);
}
body[data-web-theme="premium_hybrid"] .ph-brand-parity-section .ph-slider-title-v3260{
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  text-align:left!important;
}
body[data-web-theme="premium_hybrid"] .ph-brand-parity-section .ph-slider-actions-v3255{
  display:inline-flex;
  align-items:center;
  align-self:end;
  gap:0;
  margin:0 0 3px;
  padding:4px;
  border:1px solid color-mix(in srgb,var(--ph-border) 82%,transparent);
  border-radius:16px;
  background:var(--sp-surface);
  box-shadow:0 12px 32px color-mix(in srgb,var(--ph-shadow) 8%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-brand-parity-section .ph-slider-actions-v3255 button{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  margin:0;
  padding:0;
  border:0;
  border-radius:12px;
  color:var(--sp-text);
  background:transparent;
  box-shadow:none;
  transform:none;
  transition:color .18s ease,background .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-brand-parity-section .ph-slider-actions-v3255 button:hover:not(.swiper-button-disabled),
body[data-web-theme="premium_hybrid"] .ph-brand-parity-section .ph-slider-actions-v3255 button:active:not(.swiper-button-disabled),
body[data-web-theme="premium_hybrid"] .ph-brand-parity-section .ph-slider-actions-v3255 button:focus-visible:not(.swiper-button-disabled){
  color:var(--sp-color-on-primary);
  background:var(--sp-primary);
  transform:none;
}
body[data-web-theme="premium_hybrid"] .ph-brand-parity-section .ph-slider-actions-v3255 button.swiper-button-disabled{
  opacity:.35;
  pointer-events:none;
}
body[data-web-theme="premium_hybrid"] .ph-brand-parity-section .ph-slider-actions-v3255 svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body[data-web-theme="premium_hybrid"] .ph-brand-parity-swiper{
  width:100%;
  min-width:0;
  overflow:hidden;
  padding:5px 2px 20px;
}
body[data-web-theme="premium_hybrid"] .ph-brand-parity-swiper .swiper-wrapper{align-items:stretch}
body[data-web-theme="premium_hybrid"] .ph-brand-parity-card{
  box-sizing:border-box;
  margin:0;
  border:1px solid color-mix(in srgb,var(--ph-border) 82%,transparent);
  border-radius:17px;
  color:var(--sp-text);
  background:var(--sp-surface);
  box-shadow:0 10px 30px color-mix(in srgb,var(--ph-shadow) 5%,transparent);
  text-decoration:none;
  transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
body[data-web-theme="premium_hybrid"] .ph-brand-parity-card:hover{
  border-color:color-mix(in srgb,var(--sp-primary) 32%,var(--ph-border));
  background:color-mix(in srgb,var(--sp-primary) 3%,var(--sp-surface));
  box-shadow:0 13px 34px color-mix(in srgb,var(--ph-shadow) 8%,transparent);
  transform:none;
}
/* Needs: same six-column rhythm as brands. */
body[data-web-theme="premium_hybrid"] .ph-need-card-v3360{
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr);
  align-items:center;
  gap:12px;
  height:78px!important;
  min-height:78px;
  padding:10px 14px;
}
body[data-web-theme="premium_hybrid"] .ph-need-card-v3360__media{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--sp-color-bg-surface);overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-need-card-v3360__media img{width:100%;height:100%;object-fit:cover}
body[data-web-theme="premium_hybrid"] .ph-need-card-v3360__copy{display:grid;min-width:0;gap:3px}
body[data-web-theme="premium_hybrid"] .ph-need-card-v3360__copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850}
body[data-web-theme="premium_hybrid"] .ph-need-card-v3360__copy small{color:var(--sp-muted);font-size:11px}
/* Collections and testimonials keep content-appropriate height, but identical frame/nav behavior. */
body[data-web-theme="premium_hybrid"] .ph-collection-card-v3360{display:grid!important;grid-template-columns:minmax(88px,34%) minmax(0,1fr);min-height:148px;overflow:hidden}
body[data-web-theme="premium_hybrid"] .ph-collection-card-v3360__media{display:block;min-height:148px;background:var(--sp-color-bg-surface)}
body[data-web-theme="premium_hybrid"] .ph-collection-card-v3360__media img{width:100%;height:100%;object-fit:cover}
body[data-web-theme="premium_hybrid"] .ph-collection-card-v3360__copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:16px}
body[data-web-theme="premium_hybrid"] .ph-collection-card-v3360__copy small{color:var(--sp-muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
body[data-web-theme="premium_hybrid"] .ph-collection-card-v3360__copy strong{margin-top:6px;font-size:18px;line-height:1.15}
body[data-web-theme="premium_hybrid"] .ph-collection-card-v3360__copy em{margin-top:12px;color:var(--sp-primary);font-size:13px;font-style:normal;font-weight:850}
body[data-web-theme="premium_hybrid"] .ph-testimonial-card-v3360{display:flex!important;flex-direction:column;min-height:190px;padding:18px}
body[data-web-theme="premium_hybrid"] .ph-testimonial-card-v3360__stars{color:var(--sp-accent);letter-spacing:.08em}
body[data-web-theme="premium_hybrid"] .ph-testimonial-card-v3360 blockquote{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;margin:14px 0 18px;line-height:1.5}
body[data-web-theme="premium_hybrid"] .ph-testimonial-card-v3360 footer{display:flex;align-items:center;gap:10px;margin-top:auto}
body[data-web-theme="premium_hybrid"] .ph-testimonial-card-v3360 footer img,
body[data-web-theme="premium_hybrid"] .ph-testimonial-card-v3360__avatar{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:999px;object-fit:cover;background:var(--sp-color-bg-surface);color:var(--sp-primary);font-weight:900}
body[data-web-theme="premium_hybrid"] .ph-testimonial-card-v3360 footer>span:last-child{display:grid;min-width:0}
body[data-web-theme="premium_hybrid"] .ph-testimonial-card-v3360 footer strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body[data-web-theme="premium_hybrid"] .ph-testimonial-card-v3360 footer small{color:var(--sp-muted)}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-brand-parity-section .ph-slider-head-v3255{grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:end!important}
  body[data-web-theme="premium_hybrid"] .ph-brand-parity-section .ph-slider-title-v3260{text-align:left!important}
  body[data-web-theme="premium_hybrid"] .ph-brand-parity-section .ph-slider-actions-v3255{gap:3px;padding:3px;border-radius:13px}
  body[data-web-theme="premium_hybrid"] .ph-brand-parity-section .ph-slider-actions-v3255 button{width:34px;height:34px;border-radius:10px}
  body[data-web-theme="premium_hybrid"] .ph-need-card-v3360{height:68px!important;min-height:68px;grid-template-columns:40px minmax(0,1fr);padding:8px 12px;gap:10px;border-radius:15px}
  body[data-web-theme="premium_hybrid"] .ph-need-card-v3360__media{width:40px;height:40px;border-radius:11px}
  body[data-web-theme="premium_hybrid"] .ph-collection-card-v3360{grid-template-columns:92px minmax(0,1fr);min-height:138px;border-radius:15px}
  body[data-web-theme="premium_hybrid"] .ph-collection-card-v3360__media{min-height:138px}
  body[data-web-theme="premium_hybrid"] .ph-collection-card-v3360__copy{padding:14px}
  body[data-web-theme="premium_hybrid"] .ph-testimonial-card-v3360{min-height:180px;padding:16px;border-radius:15px}
}
@media(max-width:390px){body[data-web-theme="premium_hybrid"] .ph-brand-parity-section .ph-slider-actions-v3255 button{width:32px;height:32px}}


/* =========================================================
   SalesPro 3.3.7 — Exact container parity
   These sections intentionally inherit .sp-store-wrap without
   redefining width, max-width or side gutters.
   ========================================================= */
body[data-web-theme="premium_hybrid"] :is(.ph-needs-section,.ph-collections-section,.ph-testimonials-section){
  width:min(calc(100% - 38px),1320px);
  max-width:none;
  margin-inline:auto;
}
@media(max-width:620px){
  body[data-web-theme="premium_hybrid"] :is(.ph-needs-section,.ph-collections-section,.ph-testimonials-section){
    width:min(calc(100% - 24px),1320px);
  }
}

/* SalesPro 3.3.8 — autoridad visible del Fondo general */
html,
body.spds-store{
  background-color:var(--sp-color-bg-page)!important;
}
body.spds-store .sp-store-main,
body[data-web-theme="premium_hybrid"] .ph-home,
body[data-web-theme="premium_hybrid"] .ph-home[data-home-builder]{
  background:transparent!important;
}

/* =========================================================
   SalesPro 3.3.16 — DesignLab Product Actions
   Botones del detalle de producto: minimalistas, consistentes
   y vinculados a los tokens oficiales del Sistema global.
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:12px;
  margin:20px 0 22px;
}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326:has(.ph-whatsapp-detail){
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-product-buybox-v326{
  display:block;
  width:100%;
  min-width:0;
  margin:0;
}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 :is(.ph-add-button-v3241,.ph-whatsapp-detail,.ph-detail-disabled-v326){
  width:100%;
  min-height:52px;
  padding:0 20px;
  margin:0;
  border-width:1px;
  border-style:solid;
  border-radius:var(--sp-button-radius);
  box-sizing:border-box;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font:inherit;
  font-size:13px;
  font-weight:800;
  line-height:1.1;
  letter-spacing:0;
  text-align:center;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
  transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-add-button-v3241{
  background:var(--sp-button-primary-bg)!important;
  border-color:var(--sp-button-primary-bg)!important;
  color:var(--sp-button-primary-text)!important;
  background-image:none!important;
  box-shadow:0 8px 20px color-mix(in srgb,var(--sp-button-primary-bg) 18%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-add-button-v3241:hover{
  background:var(--sp-button-primary-hover)!important;
  border-color:var(--sp-button-primary-hover)!important;
  box-shadow:0 11px 24px color-mix(in srgb,var(--sp-button-primary-bg) 23%,transparent);
  transform:translateY(-1px);
}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-add-button-v3241:active{
  transform:translateY(0);
  box-shadow:0 5px 12px color-mix(in srgb,var(--sp-button-primary-bg) 17%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-whatsapp-detail{
  background:color-mix(in srgb,var(--sp-button-whatsapp-bg) 9%,var(--sp-color-bg-card))!important;
  border-color:color-mix(in srgb,var(--sp-button-whatsapp-bg) 42%,var(--sp-color-border))!important;
  color:color-mix(in srgb,var(--sp-button-whatsapp-bg) 62%,#07150b)!important;
  box-shadow:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-whatsapp-detail:hover{
  background:color-mix(in srgb,var(--sp-button-whatsapp-bg) 15%,var(--sp-color-bg-card))!important;
  border-color:color-mix(in srgb,var(--sp-button-whatsapp-bg) 70%,var(--sp-color-border))!important;
  color:color-mix(in srgb,var(--sp-button-whatsapp-bg) 50%,#07150b)!important;
  transform:translateY(-1px);
  box-shadow:0 9px 20px color-mix(in srgb,var(--sp-button-whatsapp-bg) 12%,transparent)!important;
}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-whatsapp-detail:active{
  transform:translateY(0);
  box-shadow:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-whatsapp-detail .ph-whatsapp-svg{
  width:19px;
  height:19px;
  flex:0 0 19px;
}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-whatsapp-detail b{
  font:inherit;
  font-weight:800;
}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 :is(.ph-add-button-v3241,.ph-whatsapp-detail):focus-visible{
  outline:3px solid color-mix(in srgb,var(--sp-color-accent) 38%,transparent);
  outline-offset:3px;
}
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-add-button-v3241:disabled,
body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-detail-disabled-v326{
  cursor:not-allowed;
  opacity:.58;
  transform:none;
  box-shadow:none;
}
html[data-store-mode="dark"] body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 .ph-whatsapp-detail{
  background:color-mix(in srgb,var(--sp-button-whatsapp-bg) 11%,var(--sp-color-bg-card))!important;
  border-color:color-mix(in srgb,var(--sp-button-whatsapp-bg) 38%,var(--sp-color-border))!important;
  color:color-mix(in srgb,var(--sp-button-whatsapp-bg) 78%,#fff)!important;
}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326:has(.ph-whatsapp-detail){
    grid-template-columns:1fr;
  }
  body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 :is(.ph-add-button-v3241,.ph-whatsapp-detail,.ph-detail-disabled-v326){
    min-height:50px;
    padding-inline:16px;
    font-size:12px;
  }
}
@media(prefers-reduced-motion:reduce){
  body[data-web-theme="premium_hybrid"] .ph-detail-actions-v326 :is(.ph-add-button-v3241,.ph-whatsapp-detail){
    transition:none;
  }
}

/* SalesPro 3.3.17 — Commercial card media ratios */
body[data-web-theme="premium_hybrid"] .ph-need-card-v3360{
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr);
  grid-template-columns:1fr;
  align-items:stretch;
  min-height:168px;
  padding:0;
  overflow:hidden;
}
body[data-web-theme="premium_hybrid"] .ph-need-card-v3360__media{
  width:100%;
  height:auto;
  aspect-ratio:20/9;
  border-radius:0;
  background:var(--sp-color-bg-surface);
}
body[data-web-theme="premium_hybrid"] .ph-need-card-v3360__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
body[data-web-theme="premium_hybrid"] .ph-need-card-v3360__media>span{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  font-size:26px;
}
body[data-web-theme="premium_hybrid"] .ph-need-card-v3360__copy{
  align-content:center;
  gap:4px;
  padding:14px 16px 16px;
}
body[data-web-theme="premium_hybrid"] .ph-need-card-v3360__copy strong{
  white-space:normal;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-height:1.25;
  font-size:14px;
}
body[data-web-theme="premium_hybrid"] .ph-collection-card-v3360{
  grid-template-columns:minmax(118px,32%) minmax(0,1fr);
  min-height:210px;
}
body[data-web-theme="premium_hybrid"] .ph-collection-card-v3360__media{
  min-height:210px;
  aspect-ratio:3/4;
}
body[data-web-theme="premium_hybrid"] .ph-collection-card-v3360__media img{
  object-fit:cover;
  object-position:center;
}
@media(max-width:620px){
  body[data-web-theme="premium_hybrid"] .ph-need-card-v3360{
    height:auto!important;
    min-height:154px;
    grid-template-columns:1fr;
    grid-template-rows:auto minmax(0,1fr);
    padding:0;
  }
  body[data-web-theme="premium_hybrid"] .ph-need-card-v3360__media{
    width:100%;
    height:auto;
    aspect-ratio:20/9;
    border-radius:0;
  }
  body[data-web-theme="premium_hybrid"] .ph-need-card-v3360__copy{padding:12px 13px 14px}
  body[data-web-theme="premium_hybrid"] .ph-collection-card-v3360{
    grid-template-columns:104px minmax(0,1fr);
    min-height:174px;
  }
  body[data-web-theme="premium_hybrid"] .ph-collection-card-v3360__media{
    min-height:174px;
  }
}

/* SalesPro ERP 3.3.18 — Visual commercial cards & responsive banners */
body[data-web-theme="premium_hybrid"] .ph-visual-card{
  position:relative;
  display:block!important;
  isolation:isolate;
  overflow:hidden;
  padding:0!important;
  border:1px solid var(--sp-color-border);
  border-radius:var(--sp-card-radius);
  background:var(--sp-color-bg-card);
  box-shadow:var(--sp-card-shadow);
  color:#fff;
  text-decoration:none;
  transform:translateZ(0);
  transition:transform var(--sp-transition-base),box-shadow var(--sp-transition-base),border-color var(--sp-transition-base);
}
body[data-web-theme="premium_hybrid"] .ph-visual-card--need{aspect-ratio:20/9}
body[data-web-theme="premium_hybrid"] .ph-visual-card--collection{aspect-ratio:3/4}
body[data-web-theme="premium_hybrid"] .ph-visual-card__media,
body[data-web-theme="premium_hybrid"] .ph-visual-card__media img{
  position:absolute;inset:0;width:100%;height:100%;display:block;
}
body[data-web-theme="premium_hybrid"] .ph-visual-card__media{background:var(--sp-color-bg-surface)}
body[data-web-theme="premium_hybrid"] .ph-visual-card__media img{object-fit:cover;transition:transform 520ms cubic-bezier(.2,.65,.25,1)}
body[data-web-theme="premium_hybrid"] .ph-visual-card__overlay{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(to top,rgba(8,10,16,.78) 0%,rgba(8,10,16,.30) 38%,rgba(8,10,16,.04) 72%,transparent 100%);
  transition:opacity var(--sp-transition-base);
}
body[data-web-theme="premium_hybrid"] .ph-visual-card__title{
  position:absolute;z-index:2;left:clamp(14px,5%,22px);right:clamp(14px,5%,22px);bottom:clamp(13px,5%,22px);
  color:#fff;font-size:clamp(1rem,1.4vw,1.28rem);font-weight:850;line-height:1.12;
  text-shadow:0 2px 14px rgba(0,0,0,.38);
}
body[data-web-theme="premium_hybrid"] .ph-visual-card--collection .ph-visual-card__title{font-size:clamp(1.1rem,1.55vw,1.42rem)}
body[data-web-theme="premium_hybrid"] .ph-visual-card__fallback{
  position:absolute;inset:0;display:grid;place-items:center;padding:20px;color:var(--sp-color-text-secondary);font-weight:800;
}
@media (hover:hover){
  body[data-web-theme="premium_hybrid"] .ph-visual-card:hover{transform:translateY(-3px);box-shadow:var(--sp-card-shadow-hover);border-color:color-mix(in srgb,var(--sp-color-primary) 25%,var(--sp-color-border))}
  body[data-web-theme="premium_hybrid"] .ph-visual-card:hover .ph-visual-card__media img{transform:scale(1.035)}
  body[data-web-theme="premium_hybrid"] .ph-visual-card:hover .ph-visual-card__overlay{opacity:.92}
}
body[data-web-theme="premium_hybrid"] .ph-visual-card:focus-visible{outline:3px solid color-mix(in srgb,var(--sp-color-primary) 42%,transparent);outline-offset:3px}

body[data-web-theme="premium_hybrid"] .ph-commercial-page{display:grid;gap:clamp(24px,4vw,46px)}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero{
  position:relative;isolation:isolate;display:grid;align-items:end;min-height:clamp(280px,37.5vw,600px);
  overflow:hidden;border:1px solid var(--sp-color-border);border-radius:clamp(18px,var(--sp-card-radius),30px);
  background:var(--sp-color-bg-card);box-shadow:var(--sp-card-shadow);
}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero:not(.has-image){min-height:auto;padding:clamp(28px,5vw,70px)}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero__picture,
body[data-web-theme="premium_hybrid"] .ph-commercial-hero__picture img{position:absolute;inset:0;width:100%;height:100%;display:block}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero__picture img{object-fit:cover}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(7,9,14,.80) 0%,rgba(7,9,14,.42) 48%,rgba(7,9,14,.08) 78%),linear-gradient(to top,rgba(7,9,14,.40),transparent 50%)}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content{position:relative;z-index:2;max-width:760px;padding:clamp(28px,5vw,72px);color:#fff}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero.has-image .ph-commercial-hero__content :is(h1,p,.ph-kicker){color:#fff}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content h1{margin:.22em 0 .28em;font-size:clamp(2rem,5vw,4.4rem);line-height:.98;letter-spacing:-.045em}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content p{max-width:640px;margin:0;font-size:clamp(.98rem,1.35vw,1.16rem);line-height:1.55;color:rgba(255,255,255,.88)!important}
@media(max-width:767px){
  body[data-web-theme="premium_hybrid"] .ph-commercial-hero{min-height:min(118vw,620px);align-items:end}
  body[data-web-theme="premium_hybrid"] .ph-commercial-hero__overlay{background:linear-gradient(to top,rgba(7,9,14,.86) 0%,rgba(7,9,14,.34) 48%,rgba(7,9,14,.06) 78%)}
  body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content{padding:24px 20px 28px}
  body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content h1{font-size:clamp(2rem,10vw,3.15rem)}
}


/* SalesPro ERP 3.3.19 — Commercial hero compact & contrast-safe */
body[data-web-theme="premium_hybrid"] .ph-commercial-page{
  gap:clamp(20px,2.6vw,34px);
  padding-top:clamp(14px,1.8vw,24px);
}
body[data-web-theme="premium_hybrid"] .ph-commercial-page > .sp-breadcrumbs{
  display:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero{
  width:100%;
  min-height:0;
  height:clamp(300px,27vw,440px);
  aspect-ratio:8 / 3;
}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero__overlay{
  background:
    linear-gradient(90deg,rgba(5,7,12,.88) 0%,rgba(5,7,12,.60) 40%,rgba(5,7,12,.22) 68%,rgba(5,7,12,.08) 100%),
    linear-gradient(to top,rgba(5,7,12,.58) 0%,rgba(5,7,12,.10) 58%,rgba(5,7,12,.12) 100%);
}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content{
  max-width:min(680px,72%);
  padding:clamp(24px,3.8vw,52px);
  color:#fff!important;
  text-shadow:0 2px 18px rgba(0,0,0,.72),0 1px 3px rgba(0,0,0,.9);
}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero.has-image .ph-commercial-hero__content :is(h1,p,.ph-kicker){
  color:#fff!important;
}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content h1{
  font-size:clamp(2rem,4vw,3.75rem);
}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content .ph-kicker{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:.42rem .68rem;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(5,7,12,.30);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero + .ph-catalog-results{
  margin-top:0;
}
@media (max-width:767px){
  body[data-web-theme="premium_hybrid"] .ph-commercial-page{
    gap:22px;
    padding-top:12px;
  }
  body[data-web-theme="premium_hybrid"] .ph-commercial-hero{
    min-height:0;
    height:clamp(340px,92vw,520px);
    aspect-ratio:auto;
  }
  body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content{
    max-width:100%;
    padding:22px 18px 24px;
  }
  body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content h1{
    font-size:clamp(1.9rem,9vw,2.85rem);
  }
}
@media (prefers-reduced-motion:reduce){
  body[data-web-theme="premium_hybrid"] .ph-commercial-hero__picture img{transition:none!important}
}

/* SalesPro ERP 3.3.20 — Commercial Hero Responsive Compact */
body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content .ph-kicker{display:none!important}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content{max-width:760px}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content h1{margin:0 0 .32em}
body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content p{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  margin:0;
}
@media (max-width:767px){
  body[data-web-theme="premium_hybrid"] .ph-commercial-hero{
    min-height:210px!important;
    height:clamp(210px,58vw,280px)!important;
    max-height:280px!important;
    align-items:flex-end;
  }
  body[data-web-theme="premium_hybrid"] .ph-commercial-hero__picture img{
    object-fit:cover;
    object-position:center;
  }
  body[data-web-theme="premium_hybrid"] .ph-commercial-hero__overlay{
    background:linear-gradient(90deg,rgba(7,9,14,.72) 0%,rgba(7,9,14,.42) 58%,rgba(7,9,14,.12) 100%),linear-gradient(to top,rgba(7,9,14,.38),transparent 55%)!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content{
    padding:20px 18px 22px!important;
    max-width:min(92%,620px);
  }
  body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content h1{
    font-size:clamp(1.7rem,8vw,2.45rem)!important;
    line-height:1.02;
  }
  body[data-web-theme="premium_hybrid"] .ph-commercial-hero__content p{
    font-size:.94rem!important;
    line-height:1.42!important;
    max-width:34rem;
  }
  body[data-web-theme="premium_hybrid"] .ph-commercial-hero + .ph-catalog-results{
    margin-top:clamp(18px,5vw,28px)!important;
  }
}

/* SalesPro Combos 3.3.24 */
.sp-bundle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.sp-bundle-card{overflow:hidden;border:1px solid var(--store-border,#e8e8ee);border-radius:var(--store-card-radius,22px);background:var(--store-card-bg,#fff);box-shadow:var(--store-shadow-sm,0 8px 30px rgba(20,16,40,.06))}.sp-bundle-media{position:relative;display:block;aspect-ratio:3/2;overflow:hidden;background:var(--store-surface-soft,#f4f3f7)}.sp-bundle-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.sp-bundle-card:hover .sp-bundle-media img{transform:scale(1.035)}.sp-bundle-media>span{display:grid;place-items:center;height:100%;font-weight:900;letter-spacing:.16em}.sp-bundle-media em{position:absolute;left:14px;top:14px;padding:7px 11px;border-radius:999px;background:rgba(20,12,32,.82);color:#fff;font-size:12px;font-style:normal;font-weight:800;backdrop-filter:blur(10px)}.sp-bundle-body{display:grid;gap:12px;padding:20px}.sp-bundle-body h3{margin:0;font-size:21px}.sp-bundle-body h3 a{color:inherit;text-decoration:none}.sp-bundle-body p{margin:0;color:var(--store-text-muted,#667085);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sp-bundle-body ul{margin:0;padding-left:18px;color:var(--store-text-muted,#667085);font-size:13px}.sp-bundle-prices{display:flex;align-items:baseline;gap:10px}.sp-bundle-prices span{text-decoration:line-through;color:var(--store-text-muted,#667085)}.sp-bundle-prices strong{font-size:25px}.sp-bundle-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.sp-bundle-foot small{font-weight:800;color:var(--store-success,#087443)}.sp-bundle-detail{padding-top:30px;padding-bottom:60px}.sp-bundle-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:42px;margin-top:22px}.sp-bundle-detail-media{border-radius:28px;overflow:hidden;background:var(--store-surface-soft,#f4f3f7);aspect-ratio:3/2}.sp-bundle-detail-media img{width:100%;height:100%;object-fit:cover}.sp-bundle-detail-copy h1{font-size:clamp(34px,5vw,60px);margin:8px 0 12px}.sp-bundle-prices--detail{display:grid;gap:5px;margin:24px 0}.sp-bundle-prices--detail strong{font-size:38px}.sp-bundle-prices--detail small{color:var(--store-success,#087443);font-weight:800}.sp-bundle-availability{display:inline-flex;padding:10px 14px;border-radius:999px;background:var(--store-surface-soft,#f4f3f7);font-weight:800}.sp-bundle-items{display:grid;gap:10px}.sp-bundle-items article{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid var(--store-border,#e8e8ee);border-radius:16px}.sp-bundle-items img{width:58px;height:58px;object-fit:contain;border-radius:10px;background:#fff}.sp-bundle-items article div{display:grid}.sp-bundle-items small{color:var(--store-text-muted,#667085)}.sp-bundle-note{padding:14px;border-radius:14px;background:var(--store-surface-soft,#f4f3f7);font-size:13px}@media(max-width:900px){.sp-bundle-grid{grid-template-columns:1fr 1fr}.sp-bundle-detail-grid{grid-template-columns:1fr}}@media(max-width:620px){.sp-bundle-grid{grid-template-columns:1fr}.sp-bundle-foot{align-items:flex-start;flex-direction:column}}

/* SalesPro 3.3.26 - combos operativos */
.sp-bundle-buy{display:flex;gap:12px;align-items:end;flex-wrap:wrap;margin-top:22px}.sp-bundle-buy label{display:grid;gap:6px;font-weight:700}.sp-bundle-buy input{width:90px;padding:12px;border:1px solid var(--sp-border-color,#ddd);border-radius:12px}.sp-cart-bundle{border-color:color-mix(in srgb,var(--sp-primary,#5b2a86) 28%,transparent)}.sp-cart-bundle details{margin-top:8px}.sp-cart-bundle summary{cursor:pointer;font-size:.86rem;font-weight:700}.sp-cart-bundle ul{margin:8px 0 0;padding-left:18px;font-size:.82rem}


/* SalesPro 3.3.26.2 — combos visibles en carrito rápido y checkout */
.ph-cart-drawer-item--bundle{border-color:color-mix(in srgb,var(--sp-color-primary,#111827) 24%,var(--sp-border-color,#e5e7eb));background:linear-gradient(135deg,color-mix(in srgb,var(--sp-color-primary,#111827) 4%,#fff),#fff)}
.ph-cart-bundle-badge,.sp-final-bundle-badge{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;background:color-mix(in srgb,var(--sp-color-primary,#111827) 10%,#fff);color:var(--sp-color-primary,#111827)}
.ph-cart-bundle-components{margin-top:5px;font-size:11px;line-height:1.35;color:var(--sp-text-secondary,#6b7280)}
.sp-final-item--bundle{border-radius:14px;padding:9px;background:color-mix(in srgb,var(--sp-color-primary,#111827) 4%,#fff);border:1px solid color-mix(in srgb,var(--sp-color-primary,#111827) 16%,var(--sp-border-color,#e5e7eb))}
.sp-final-item--bundle>div{display:grid;gap:3px}
.sp-final-item--bundle .sp-item-placeholder{font-size:9px;font-weight:900}

/* SalesPro ERP 3.3.28 — Bundle Detail Commercial UX */
.ph-bundle-page-v3328{padding-top:clamp(18px,3vw,34px);padding-bottom:clamp(54px,8vw,96px)}
.ph-bundle-breadcrumb-v3328{display:flex;align-items:center;gap:9px;min-width:0;margin:0 0 20px;color:var(--store-text-muted,#667085);font-size:.84rem}.ph-bundle-breadcrumb-v3328 a{color:inherit;text-decoration:none}.ph-bundle-breadcrumb-v3328 a:hover{color:var(--sp-color-primary,#111827)}.ph-bundle-breadcrumb-v3328 strong{overflow:hidden;color:var(--store-text,#111827);font-weight:750;text-overflow:ellipsis;white-space:nowrap}
.ph-bundle-hero-v3328{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:clamp(30px,5vw,68px);align-items:start}
.ph-bundle-media-v3328{position:sticky;top:92px;isolation:isolate;overflow:hidden;aspect-ratio:1.08/1;border:1px solid var(--store-border,#e8e8ee);border-radius:clamp(22px,3vw,34px);background:linear-gradient(145deg,var(--store-surface-soft,#f4f3f7),#fff);box-shadow:var(--store-shadow-md,0 18px 58px rgba(17,24,39,.10))}.ph-bundle-media-v3328:after{position:absolute;right:-18%;bottom:-26%;z-index:-1;width:58%;aspect-ratio:1;border-radius:50%;background:color-mix(in srgb,var(--sp-color-primary,#111827) 8%,transparent);content:"";filter:blur(4px)}.ph-bundle-media-v3328>img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.75,.25,1)}.ph-bundle-media-v3328:hover>img{transform:scale(1.025)}.ph-bundle-media-placeholder-v3328{display:grid;place-items:center;width:100%;height:100%;background:radial-gradient(circle at 30% 25%,#fff 0,transparent 34%),linear-gradient(135deg,var(--store-surface-soft,#f4f3f7),color-mix(in srgb,var(--sp-color-primary,#111827) 10%,#fff))}.ph-bundle-media-placeholder-v3328 span{font-size:clamp(2.8rem,9vw,7rem);font-weight:950;letter-spacing:.06em;opacity:.1}
.ph-bundle-media-badges-v3328{position:absolute;top:18px;left:18px;display:flex;gap:8px;flex-wrap:wrap}.ph-bundle-badge-v3328,.ph-bundle-discount-v3328{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border-radius:999px;font-size:.72rem;font-weight:850;letter-spacing:.045em;text-transform:uppercase;box-shadow:0 8px 20px rgba(0,0,0,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.ph-bundle-badge-v3328{border:1px solid rgba(255,255,255,.28);background:rgba(13,16,24,.76);color:#fff}.ph-bundle-discount-v3328{background:#fff;color:var(--sp-color-primary,#111827)}
.ph-bundle-media-caption-v3328{position:absolute;right:18px;bottom:18px;left:18px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid rgba(255,255,255,.28);border-radius:16px;background:rgba(10,13,20,.68);color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.18);backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px)}.ph-bundle-media-caption-v3328 strong{font-size:.93rem}.ph-bundle-media-caption-v3328 span{font-size:.76rem;opacity:.78}
.ph-bundle-summary-v3328{display:grid;gap:20px;padding-top:6px}.ph-bundle-heading-v3328 h1{max-width:15ch;margin:8px 0 12px;font-size:clamp(2.35rem,5vw,4.65rem);line-height:.98;letter-spacing:-.05em}.ph-bundle-lead-v3328{max-width:58ch;margin:0;color:var(--store-text-muted,#667085);font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.65}
.ph-bundle-price-card-v3328{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(190px,.9fr);gap:18px;align-items:center;padding:20px;border:1px solid color-mix(in srgb,var(--sp-color-primary,#111827) 14%,var(--store-border,#e8e8ee));border-radius:22px;background:linear-gradient(135deg,color-mix(in srgb,var(--sp-color-primary,#111827) 4%,#fff),#fff);box-shadow:0 12px 36px rgba(17,24,39,.06)}.ph-bundle-price-main-v3328{display:grid;gap:4px}.ph-bundle-price-main-v3328 small{color:var(--store-text-muted,#667085);font-weight:700}.ph-bundle-price-main-v3328 strong{font-size:clamp(2.1rem,4vw,3.3rem);line-height:1;letter-spacing:-.04em}.ph-bundle-price-main-v3328 strong span{font-size:.42em;letter-spacing:0}.ph-bundle-saving-v3328{display:grid;gap:6px;padding-left:18px;border-left:1px solid var(--store-border,#e8e8ee)}.ph-bundle-saving-v3328 span{display:grid;gap:2px;color:var(--store-text-muted,#667085);font-size:.78rem}.ph-bundle-saving-v3328 del{font-size:.9rem}.ph-bundle-saving-v3328 strong{color:var(--store-success,#087443);font-size:1rem}
.ph-bundle-countdown-v3328{display:grid;gap:14px;padding:18px;border:1px solid color-mix(in srgb,#d97706 22%,var(--store-border,#e8e8ee));border-radius:20px;background:linear-gradient(135deg,#fffaf0,#fff);box-shadow:0 10px 30px rgba(217,119,6,.07)}.ph-bundle-countdown-copy-v3328{display:flex;align-items:center;gap:11px}.ph-bundle-countdown-copy-v3328 div{display:grid;gap:2px}.ph-bundle-countdown-copy-v3328 small{color:#92400e;font-weight:700}.ph-bundle-countdown-copy-v3328 strong{font-size:.98rem}.ph-bundle-countdown-pulse-v3328{width:10px;height:10px;border-radius:50%;background:#f59e0b;box-shadow:0 0 0 0 rgba(245,158,11,.5);animation:phBundlePulse3328 1.8s infinite}.ph-bundle-countdown-units-v3328{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.ph-bundle-countdown-units-v3328>div{display:grid;place-items:center;gap:2px;min-height:64px;padding:8px;border:1px solid rgba(217,119,6,.14);border-radius:14px;background:#fff}.ph-bundle-countdown-units-v3328 strong{font-variant-numeric:tabular-nums;font-size:1.35rem;line-height:1}.ph-bundle-countdown-units-v3328 span{color:#92400e;font-size:.64rem;font-weight:750;text-transform:uppercase}.ph-bundle-countdown-date-v3328{color:var(--store-text-muted,#667085);font-size:.72rem}.ph-bundle-countdown-v3328.is-expired{filter:grayscale(.4);opacity:.78}.ph-bundle-countdown-v3328.is-expired .ph-bundle-countdown-pulse-v3328{animation:none;background:#9ca3af}
.ph-bundle-stock-v3328{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:16px}.ph-bundle-stock-v3328>span{flex:0 0 auto;width:10px;height:10px;margin-top:5px;border-radius:50%}.ph-bundle-stock-v3328 div{display:grid;gap:3px}.ph-bundle-stock-v3328 strong{font-size:.91rem}.ph-bundle-stock-v3328 small{color:var(--store-text-muted,#667085);line-height:1.45}.ph-bundle-stock-v3328.is-available{border:1px solid color-mix(in srgb,var(--store-success,#087443) 18%,transparent);background:color-mix(in srgb,var(--store-success,#087443) 6%,#fff)}.ph-bundle-stock-v3328.is-available>span{background:var(--store-success,#087443);box-shadow:0 0 0 5px color-mix(in srgb,var(--store-success,#087443) 12%,transparent)}.ph-bundle-stock-v3328.is-unavailable{border:1px solid #fecaca;background:#fff7f7}.ph-bundle-stock-v3328.is-unavailable>span{background:#dc2626;box-shadow:0 0 0 5px #fee2e2}
.ph-bundle-actions-v3328{display:grid;gap:10px}.ph-bundle-buybox-v3328{display:grid;grid-template-columns:104px minmax(0,1fr);gap:10px}.ph-bundle-quantity-v3328{display:grid;gap:5px}.ph-bundle-quantity-v3328 span{font-size:.72rem;font-weight:750}.ph-bundle-quantity-v3328 input{width:100%;height:52px;padding:0 14px;border:1px solid var(--store-border,#e8e8ee);border-radius:14px;background:#fff;font:inherit;font-weight:750;outline:none}.ph-bundle-quantity-v3328 input:focus{border-color:var(--sp-color-primary,#111827);box-shadow:0 0 0 3px color-mix(in srgb,var(--sp-color-primary,#111827) 12%,transparent)}.ph-bundle-add-v3328,.ph-bundle-whatsapp-v3328{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-height:52px!important;border-radius:14px!important;text-decoration:none!important;font-size:.92rem!important;font-weight:800!important}.ph-bundle-add-v3328 i{font-size:1.15rem;font-style:normal;transition:transform .2s ease}.ph-bundle-add-v3328:hover i{transform:translateX(4px)}.ph-bundle-whatsapp-v3328{width:100%;background:#25d366!important;color:#071b0f!important}.ph-bundle-whatsapp-icon-v3328{display:grid;place-items:center;width:24px;height:24px;border:2px solid currentColor;border-radius:50%;font-size:0}.ph-bundle-whatsapp-icon-v3328:after{width:7px;height:7px;border:2px solid currentColor;border-top-color:transparent;border-left-color:transparent;border-radius:50%;content:"";transform:rotate(-18deg)}
.ph-bundle-trust-v3328{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-top:4px}.ph-bundle-trust-v3328 article{display:flex;align-items:flex-start;gap:8px;padding:11px;border:1px solid var(--store-border,#e8e8ee);border-radius:14px;background:#fff}.ph-bundle-trust-v3328 b{display:grid;place-items:center;flex:0 0 auto;width:21px;height:21px;border-radius:50%;background:color-mix(in srgb,var(--store-success,#087443) 10%,#fff);color:var(--store-success,#087443);font-size:.7rem}.ph-bundle-trust-v3328 span{display:grid;gap:2px}.ph-bundle-trust-v3328 strong{font-size:.72rem}.ph-bundle-trust-v3328 small{color:var(--store-text-muted,#667085);font-size:.62rem;line-height:1.35}
.ph-bundle-content-v3328{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:clamp(24px,4vw,48px);align-items:start;margin-top:clamp(54px,8vw,92px)}.ph-bundle-includes-v3328>header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:20px}.ph-bundle-includes-v3328 h2,.ph-bundle-description-v3328 h2{margin:6px 0 0;font-size:clamp(1.8rem,3vw,2.55rem);line-height:1.05;letter-spacing:-.035em}.ph-bundle-includes-count-v3328{flex:0 0 auto;padding:8px 11px;border-radius:999px;background:var(--store-surface-soft,#f4f3f7);color:var(--store-text-muted,#667085);font-size:.76rem;font-weight:800}.ph-bundle-items-v3328{display:grid;gap:10px}.ph-bundle-item-v3328{display:grid;grid-template-columns:34px 76px minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px 16px 12px 10px;border:1px solid var(--store-border,#e8e8ee);border-radius:18px;background:#fff;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.ph-bundle-item-v3328:hover{border-color:color-mix(in srgb,var(--sp-color-primary,#111827) 20%,var(--store-border,#e8e8ee));box-shadow:0 12px 30px rgba(17,24,39,.06);transform:translateY(-2px)}.ph-bundle-item-index-v3328{color:var(--store-text-muted,#667085);font-size:.68rem;font-weight:850;letter-spacing:.07em}.ph-bundle-item-media-v3328{display:grid;place-items:center;overflow:hidden;width:76px;height:76px;border-radius:14px;background:var(--store-surface-soft,#f4f3f7)}.ph-bundle-item-media-v3328 img{width:100%;height:100%;object-fit:contain}.ph-bundle-item-media-v3328 span{font-size:.75rem;font-weight:900;opacity:.35}.ph-bundle-item-copy-v3328{display:grid;gap:4px;min-width:0}.ph-bundle-item-copy-v3328 h3{overflow:hidden;margin:0;font-size:.98rem;text-overflow:ellipsis;white-space:nowrap}.ph-bundle-item-copy-v3328 small{color:var(--store-text-muted,#667085);font-size:.7rem}.ph-bundle-item-qty-v3328{width:max-content;padding:4px 7px;border-radius:999px;background:color-mix(in srgb,var(--sp-color-primary,#111827) 7%,#fff);color:var(--sp-color-primary,#111827);font-size:.65rem;font-weight:800}.ph-bundle-item-price-v3328{display:grid;gap:3px;text-align:right}.ph-bundle-item-price-v3328 small{color:var(--store-text-muted,#667085);font-size:.66rem}.ph-bundle-item-price-v3328 strong{font-size:.84rem;white-space:nowrap}
.ph-bundle-description-v3328{position:sticky;top:98px;padding:24px;border:1px solid var(--store-border,#e8e8ee);border-radius:22px;background:linear-gradient(145deg,#fff,var(--store-surface-soft,#f4f3f7));box-shadow:0 14px 38px rgba(17,24,39,.06)}.ph-bundle-description-copy-v3328{margin-top:17px;color:var(--store-text-muted,#667085);font-size:.94rem;line-height:1.72}.ph-bundle-conditions-v3328{margin:20px 0 0;padding-top:17px;border-top:1px solid var(--store-border,#e8e8ee);color:var(--store-text-muted,#667085);font-size:.78rem;line-height:1.55}.ph-bundle-conditions-v3328 strong{color:var(--store-text,#111827)}
@keyframes phBundlePulse3328{0%{box-shadow:0 0 0 0 rgba(245,158,11,.48)}70%{box-shadow:0 0 0 8px rgba(245,158,11,0)}100%{box-shadow:0 0 0 0 rgba(245,158,11,0)}}
@media(max-width:980px){.ph-bundle-hero-v3328{grid-template-columns:1fr}.ph-bundle-media-v3328{position:relative;top:auto;aspect-ratio:16/10}.ph-bundle-heading-v3328 h1{max-width:18ch}.ph-bundle-content-v3328{grid-template-columns:1fr}.ph-bundle-description-v3328{position:relative;top:auto}.ph-bundle-trust-v3328{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.ph-bundle-page-v3328{padding-top:10px}.ph-bundle-breadcrumb-v3328{margin-bottom:14px}.ph-bundle-breadcrumb-v3328 a:nth-of-type(2),.ph-bundle-breadcrumb-v3328 a:nth-of-type(2)+span{display:none}.ph-bundle-hero-v3328{gap:24px}.ph-bundle-media-v3328{aspect-ratio:4/3;border-radius:22px}.ph-bundle-media-badges-v3328{top:12px;left:12px}.ph-bundle-media-caption-v3328{right:12px;bottom:12px;left:12px;padding:11px 12px}.ph-bundle-media-caption-v3328 span{display:none}.ph-bundle-summary-v3328{gap:16px}.ph-bundle-heading-v3328 h1{font-size:clamp(2.25rem,12vw,3.35rem)}.ph-bundle-price-card-v3328{grid-template-columns:1fr;padding:17px}.ph-bundle-saving-v3328{padding:13px 0 0;border-top:1px solid var(--store-border,#e8e8ee);border-left:0}.ph-bundle-countdown-units-v3328>div{min-height:58px;padding:7px 4px}.ph-bundle-buybox-v3328{grid-template-columns:92px minmax(0,1fr)}.ph-bundle-trust-v3328{grid-template-columns:1fr}.ph-bundle-trust-v3328 article{padding:10px 12px}.ph-bundle-content-v3328{margin-top:50px}.ph-bundle-includes-v3328>header{align-items:flex-start}.ph-bundle-item-v3328{grid-template-columns:26px 62px minmax(0,1fr);gap:10px;padding:10px}.ph-bundle-item-media-v3328{width:62px;height:62px}.ph-bundle-item-price-v3328{grid-column:3;text-align:left}.ph-bundle-item-copy-v3328 h3{white-space:normal}.ph-bundle-description-v3328{padding:20px}}
@media(max-width:420px){.ph-bundle-buybox-v3328{grid-template-columns:1fr}.ph-bundle-quantity-v3328{grid-template-columns:auto 90px;align-items:center;justify-content:space-between}.ph-bundle-countdown-v3328{padding:14px}.ph-bundle-countdown-units-v3328{gap:5px}.ph-bundle-countdown-units-v3328 strong{font-size:1.15rem}.ph-bundle-item-index-v3328{display:none}.ph-bundle-item-v3328{grid-template-columns:58px minmax(0,1fr)}.ph-bundle-item-media-v3328{width:58px;height:58px}.ph-bundle-item-price-v3328{grid-column:2}.ph-bundle-includes-count-v3328{display:none}}
@media(prefers-reduced-motion:reduce){.ph-bundle-media-v3328>img,.ph-bundle-item-v3328,.ph-bundle-add-v3328 i{transition:none!important}.ph-bundle-countdown-pulse-v3328{animation:none!important}}

/* SalesPro 3.3.28.1 — refinamiento visual de la ficha de combo */
.ph-bundle-page-v3328{max-width:1480px;margin-inline:auto;padding-top:18px}
.ph-bundle-breadcrumb-v3328{margin-bottom:16px}
.ph-bundle-hero-v3328{grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);gap:clamp(26px,4vw,56px);align-items:center}
.ph-bundle-media-v3328{position:relative;top:auto;aspect-ratio:4/3;max-height:590px;border-radius:28px;box-shadow:0 24px 70px rgba(15,23,42,.12)}
.ph-bundle-media-v3328>img{object-position:center}
.ph-bundle-media-caption-v3328{right:16px;bottom:16px;left:16px;padding:12px 14px;border-radius:14px}
.ph-bundle-summary-v3328{gap:14px;padding:0}
.ph-bundle-heading-v3328 h1{max-width:12ch;margin:7px 0 8px;font-size:clamp(2.8rem,4.4vw,4.8rem);line-height:.94}
.ph-bundle-lead-v3328{font-size:1.05rem;line-height:1.55}
.ph-bundle-price-card-v3328{grid-template-columns:minmax(0,1fr) auto;gap:24px;padding:22px 24px;border-radius:20px;box-shadow:none}
.ph-bundle-price-main-v3328 strong{font-size:clamp(2.4rem,3.6vw,3.75rem)}
.ph-bundle-saving-v3328{min-width:190px}
.ph-bundle-countdown-v3328{grid-template-columns:minmax(170px,.85fr) minmax(0,1.15fr);gap:14px 18px;align-items:center;padding:14px 16px;border-radius:18px}
.ph-bundle-countdown-copy-v3328{align-self:center}
.ph-bundle-countdown-units-v3328{gap:7px}
.ph-bundle-countdown-units-v3328>div{min-height:56px;border-radius:12px}
.ph-bundle-countdown-units-v3328 strong{font-size:1.2rem}
.ph-bundle-countdown-date-v3328{grid-column:1/-1;padding-top:2px}
.ph-bundle-stock-v3328{padding:12px 14px}
.ph-bundle-stock-v3328 small{font-size:.78rem}
.ph-bundle-actions-v3328{grid-template-columns:minmax(0,1.35fr) minmax(220px,.65fr);gap:10px}
.ph-bundle-buybox-v3328{display:block}
.ph-bundle-add-v3328,.ph-bundle-whatsapp-v3328{min-height:56px!important;border-radius:15px!important}
.ph-bundle-whatsapp-v3328{height:100%}
.ph-bundle-trust-v3328{gap:10px}
.ph-bundle-trust-v3328 article{min-height:62px;padding:12px 13px}
.ph-bundle-content-v3328{grid-template-columns:minmax(0,1.5fr) minmax(310px,.5fr);gap:clamp(28px,4vw,52px);margin-top:clamp(48px,6vw,72px)}
.ph-bundle-items-v3328{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ph-bundle-item-v3328{grid-template-columns:30px 72px minmax(0,1fr);align-items:center;padding:12px}
.ph-bundle-item-price-v3328{grid-column:3;text-align:left;padding-top:2px}
.ph-bundle-description-v3328{top:90px;padding:26px}

@media(max-width:1120px){
  .ph-bundle-hero-v3328{grid-template-columns:minmax(0,.95fr) minmax(390px,1.05fr);gap:30px}
  .ph-bundle-heading-v3328 h1{font-size:clamp(2.6rem,5vw,4rem)}
  .ph-bundle-actions-v3328{grid-template-columns:1fr}
  .ph-bundle-whatsapp-v3328{min-height:52px!important}
}
@media(max-width:980px){
  .ph-bundle-hero-v3328{grid-template-columns:1fr;align-items:start}
  .ph-bundle-media-v3328{aspect-ratio:16/10;max-height:none}
  .ph-bundle-summary-v3328{max-width:none}
  .ph-bundle-countdown-v3328{grid-template-columns:minmax(180px,.8fr) minmax(0,1.2fr)}
}
@media(max-width:760px){
  .ph-bundle-price-card-v3328{grid-template-columns:1fr;gap:12px}
  .ph-bundle-saving-v3328{min-width:0;padding:12px 0 0;border-top:1px solid var(--store-border,#e8e8ee);border-left:0}
  .ph-bundle-countdown-v3328{grid-template-columns:1fr}
  .ph-bundle-countdown-date-v3328{grid-column:auto}
  .ph-bundle-items-v3328{grid-template-columns:1fr}
  .ph-bundle-content-v3328{grid-template-columns:1fr}
}
@media(max-width:520px){
  .ph-bundle-page-v3328{padding-top:8px}
  .ph-bundle-media-v3328{aspect-ratio:4/3;border-radius:20px}
  .ph-bundle-heading-v3328 h1{font-size:clamp(2.35rem,12vw,3.2rem)}
  .ph-bundle-actions-v3328{grid-template-columns:1fr}
  .ph-bundle-trust-v3328{grid-template-columns:1fr}
  .ph-bundle-countdown-units-v3328>div{min-height:54px}
}

/* =========================================================
   SalesPro 3.3.30 — Restauración visual de Colecciones
   Mantiene nombre, descripción y CTA sin alterar otros módulos.
   ========================================================= */
    font-size:.94rem!important;
    line-height:1.42!important;
    max-width:34rem;
  }
  body[data-web-theme="premium_hybrid"] .ph-commercial-hero + .ph-catalog-results{
    margin-top:clamp(18px,5vw,28px)!important;
  }
}

/* SalesPro ERP 3.3.21 — Colecciones con descripción y CTA DesignLab */
body[data-web-theme="premium_hybrid"] .ph-collection-card-v33210{
  min-height:clamp(300px,32vw,430px);
}
body[data-web-theme="premium_hybrid"] .ph-collection-card-v33210 .ph-visual-card__overlay{
  background:
    linear-gradient(to top,rgba(7,9,15,.92) 0%,rgba(7,9,15,.66) 42%,rgba(7,9,15,.12) 76%,transparent 100%);
}
body[data-web-theme="premium_hybrid"] .ph-collection-card-v33210__content{
  position:absolute;
  z-index:2;
  left:clamp(16px,6%,25px);
  right:clamp(16px,6%,25px);
  bottom:clamp(16px,6%,25px);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
  color:var(--sp-color-on-primary,#fff);
}
body[data-web-theme="premium_hybrid"] .ph-collection-card-v33210__eyebrow{
  display:inline-flex;
  align-items:center;
  margin-bottom:8px;
  font-size:11px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.09em;
  text-transform:uppercase;
  opacity:.82;
}
body[data-web-theme="premium_hybrid"] .ph-collection-card-v33210__title{
  display:block;
  max-width:100%;
  color:inherit;
  font-size:clamp(1.18rem,1.7vw,1.55rem);
  font-weight:850;
  line-height:1.12;
  text-wrap:balance;
  text-shadow:0 2px 14px rgba(0,0,0,.38);
}
body[data-web-theme="premium_hybrid"] .ph-collection-card-v33210__description{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  max-width:36ch;
  margin-top:9px;
  color:inherit;
  font-size:clamp(.82rem,1vw,.94rem);
  line-height:1.45;
  opacity:.88;
}
body[data-web-theme="premium_hybrid"] .ph-collection-card-v33210__action{
  min-height:38px;
  margin-top:15px;
  padding:8px 13px;
  border-color:color-mix(in srgb,currentColor 52%,transparent);
  background:color-mix(in srgb,var(--sp-color-bg-card) 24%,transparent);
  color:inherit;
  box-shadow:none;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  pointer-events:none;
}
body[data-web-theme="premium_hybrid"] .ph-collection-card-v33210__action svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform var(--sp-transition-fast);
}
@media (hover:hover){
  body[data-web-theme="premium_hybrid"] .ph-collection-card-v33210:hover .ph-collection-card-v33210__action svg{
    transform:translateX(3px);
  }
}
@media (max-width:767px){
  body[data-web-theme="premium_hybrid"] .ph-collection-card-v33210{
    min-height:300px;
    aspect-ratio:4/5;
  }
  body[data-web-theme="premium_hybrid"] .ph-collection-card-v33210__description{
    -webkit-line-clamp:2;
  }
}
@media (prefers-reduced-motion:reduce){
  body[data-web-theme="premium_hybrid"] .ph-collection-card-v33210__action svg{
    transition:none;
  }
}


/* SalesPro ERP 3.3.22 — Imagen unificada y cuatro necesidades en escritorio */
body[data-web-theme="premium_hybrid"] .ph-visual-card--need .ph-visual-card__media img,
body[data-web-theme="premium_hybrid"] .ph-visual-card--collection .ph-visual-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
@media (min-width:1024px){
  body[data-web-theme="premium_hybrid"] .ph-needs-swiper-v3360 .swiper-slide{
    width:calc((100% - 48px)/4);
  }
}

/* =========================================================
   SalesPro 3.3.31 — Ficha de producto lineal y responsive
   Mantiene los componentes oficiales; reorganiza su layout.
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-product-page .sp-breadcrumbs,
body[data-web-theme="premium_hybrid"] .ph-product-page > nav[aria-label="Breadcrumb"]{
  display:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr);
  grid-template-areas:
    "gallery summary"
    "gallery support";
  gap:18px clamp(24px,4vw,56px);
  align-items:start;
  margin-top:clamp(18px,3vw,38px);
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331>.ph-product-gallery{
  grid-area:gallery;
  min-width:0;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331>.ph-product-summary{
  grid-area:summary;
  min-width:0;
  padding:clamp(24px,3vw,42px)!important;
  border:1px solid var(--ph-border);
  border-radius:clamp(20px,2vw,28px);
  background:var(--sp-surface);
  box-shadow:0 18px 48px color-mix(in srgb,var(--ph-shadow) 7%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-product-gallery{
  grid-template-columns:1fr;
  gap:14px;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-gallery-thumbs{
  order:2;
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:0 4px 4px;
  scrollbar-width:none;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-gallery-thumbs::-webkit-scrollbar{display:none}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-gallery-thumbs button{
  flex:0 0 76px;
  width:76px;
  height:76px;
  border-radius:16px;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-gallery-stage{
  order:1;
  width:100%;
  aspect-ratio:1 / 1;
  border-radius:clamp(22px,2.5vw,32px);
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-product-summary-v326>h1{
  margin:0 0 14px;
  font-size:clamp(32px,3.25vw,52px);
  line-height:1.02;
  letter-spacing:-.045em;
  text-wrap:balance;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-category-v326{
  margin-bottom:14px;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-identity-v326{
  display:flex;
  flex-wrap:wrap;
  gap:8px 24px;
  margin:0 0 12px;
  padding:0 0 14px;
  border-block:0;
  border-bottom:1px solid color-mix(in srgb,var(--ph-border) 82%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-identity-v326>div{
  display:flex;
  grid-template-columns:none;
  gap:8px;
  min-height:0;
  border:0;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-price-row{
  align-items:end;
  gap:12px;
  padding:13px 0!important;
  border-bottom:1px solid color-mix(in srgb,var(--ph-border) 82%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-price{
  font-size:clamp(36px,4vw,58px);
  line-height:.95;
  letter-spacing:-.045em;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-summary{
  max-height:7.4em;
  overflow:hidden;
  padding:15px 0 18px!important;
  color:var(--sp-muted);
  font-size:clamp(14px,1.15vw,17px);
  line-height:1.58;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-actions-v326{
  gap:10px;
  margin:0;
}
body[data-web-theme="premium_hybrid"] .ph-product-support-v3331{
  grid-area:support;
  min-width:0;
}
body[data-web-theme="premium_hybrid"] .ph-product-support-v3331 .ph-purchase-benefits-v326{
  margin:0;
  padding:12px;
  border:1px solid var(--ph-border);
  border-radius:20px;
  background:var(--sp-surface);
  box-shadow:0 12px 34px color-mix(in srgb,var(--ph-shadow) 5%,transparent);
}
body[data-web-theme="premium_hybrid"] .ph-product-support-v3331 .ph-product-meta{
  margin-top:10px;
}
body[data-web-theme="premium_hybrid"] .ph-product-tabs{
  margin-top:clamp(26px,4vw,52px);
  border:1px solid var(--ph-border);
  box-shadow:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-tabs .ph-tab-nav{
  margin:0;
  border-radius:16px;
}
@media(max-width:980px){
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331{
    grid-template-columns:1fr;
    grid-template-areas:
      "gallery"
      "summary"
      "support";
    gap:16px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331>.ph-product-summary{
    padding:clamp(20px,4vw,32px)!important;
  }
}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331{
    margin-top:12px;
    gap:14px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-gallery-stage{
    border-radius:20px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-gallery-thumbs{
    gap:8px;
    padding-inline:2px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-gallery-thumbs button{
    flex-basis:62px;
    width:62px;
    height:62px;
    border-radius:13px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331>.ph-product-summary{
    padding:20px!important;
    border-radius:20px;
    box-shadow:none;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-product-summary-v326>h1{
    margin-bottom:12px;
    font-size:clamp(28px,9vw,38px);
    line-height:1.04;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-identity-v326{
    gap:6px 16px;
    padding-bottom:12px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-price{
    font-size:clamp(34px,11vw,46px);
  }
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-summary{
    max-height:6.6em;
    font-size:14px;
    line-height:1.55;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-actions-v326:has(.ph-whatsapp-detail){
    grid-template-columns:1fr;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-support-v3331 .ph-purchase-benefits-v326{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding:10px;
    border-radius:18px;
    scrollbar-width:none;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-support-v3331 .ph-purchase-benefits-v326::-webkit-scrollbar{display:none}
  body[data-web-theme="premium_hybrid"] .ph-product-support-v3331 .ph-purchase-benefits-v326 article{
    flex:0 0 min(82vw,260px);
  }
  body[data-web-theme="premium_hybrid"] .ph-product-tabs{
    margin-top:24px;
    border-radius:20px;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-tabs .ph-tab-nav{
    overflow-x:auto;
    padding:5px;
    scrollbar-width:none;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-tabs .ph-tab-nav::-webkit-scrollbar{display:none}
  body[data-web-theme="premium_hybrid"] .ph-product-tabs>article{
    padding:20px!important;
  }
}

/* =========================================================
   SalesPro 3.3.31.1 — Ajustes finales ficha de producto
   Imagen sin contenedor; información, beneficios y pestañas
   conservan sus contenedores independientes.
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-gallery-stage{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-product-gallery-viewport-v328,
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-product-gallery-track-v328,
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-product-gallery-slide-v328{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-product-gallery-slide-v328::before{
  display:none!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-price small{
  display:inline-block;
  margin-left:8px;
  line-height:1;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-summary-collapsible{
  max-height:none!important;
  overflow:visible!important;
  padding:15px 0 22px!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-summary-content{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5;
  overflow:hidden;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-summary-collapsible.is-expanded .ph-detail-summary-content{
  display:block;
  overflow:visible;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-summary-toggle{
  display:inline-flex;
  margin-top:6px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--sp-text);
  font:inherit;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-actions-v326{
  margin-top:2px;
}
body[data-web-theme="premium_hybrid"] .ph-product-support-v3331 .ph-purchase-benefits-v326,
body[data-web-theme="premium_hybrid"] .ph-product-tabs{
  background:var(--sp-surface);
}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-gallery-stage{
    border-radius:0!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-detail-summary-collapsible{
    padding-bottom:20px!important;
  }
}

/* =========================================================
   SalesPro 3.3.31.2 — Galería completamente libre
   Elimina el contenedor exterior compartido entre galería e
   información. Solo resumen, beneficios y pestañas conservan
   superficies independientes.
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-product-page .ph-product-detail-v3331{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331>.ph-product-gallery{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-gallery-stage,
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-gallery-thumbs,
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-gallery-thumbs button{
  box-shadow:none;
}
@media(max-width:980px){
  body[data-web-theme="premium_hybrid"] .ph-product-page .ph-product-detail-v3331,
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331>.ph-product-gallery{
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
}

/* =========================================================
   SalesPro 3.3.31.3 — Galería: radio y orden consistente
   Mantiene imagen principal libre y miniaturas siempre debajo.
   ========================================================= */
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-product-gallery{
  display:flex!important;
  flex-direction:column!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-gallery-stage{
  order:1!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-gallery-thumbs{
  order:2!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-product-gallery-viewport-v328,
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-product-gallery-track-v328,
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-product-gallery-slide-v328{
  border-radius:var(--sp-radius-lg)!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-product-gallery-viewport-v328{
  overflow:hidden!important;
}
body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-product-gallery-slide-v328 img{
  border-radius:inherit!important;
}
@media(max-width:700px){
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-product-gallery{
    display:flex!important;
    flex-direction:column!important;
  }
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-gallery-stage{order:1!important}
  body[data-web-theme="premium_hybrid"] .ph-product-detail-v3331 .ph-gallery-thumbs{order:2!important}
}
