/* =================================================================== */
/* VARIABLES Y ESTILOS GLOBALES
/* =================================================================== */
:root {
  --po-bg: #000;
  --po-card: #0f0f0f;
  --po-stroke: rgba(255, 255, 255, .12);
  --po-stroke-soft: rgba(255, 255, 255, .08);
  --po-text: #fff;
  --po-muted: #cfcfcf;
  --po-gold: #ffcc00;
  --po-side: clamp(8px, 1.6vw, 24px); /* Margen lateral adaptable */
}

/* =================================================================== */
/* FUENTE GLOBAL - MONTSERRAT
/* =================================================================== */

*:not([class*="fa-"]):not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not([class*="icon"]):not([class*="glyphicon"]):not(i) {
    font-family: 'Montserrat', sans-serif !important;
}

/* Restaurar Font Awesome */
.fa, .fas, .far, .fab, .fal, .fad,
i.fas, i.far, i.fab, i.fa,
i[class*="fa-"],
[class*="fa-"],
[class*="icon-"],
.glyphicon,
.social-icons span,
.social-icon-instagram span,
.social-icon-whatsapp span,
.hika_edit i,
.hikashop_checkout i {
    font-family: 'Font Awesome 6 Brands', 'Font Awesome 6 Free', 'Font Awesome 5 Brands', 'Font Awesome 5 Free', 'FontAwesome' !important;
    font-weight: 900 !important;
}

/* Font Awesome Brands (peso 400) */
.fab,
i.fab,
.social-icons .fab {
    font-weight: 400 !important;
}

/* Excepción para títulos - Bebas Neue */
h1, h2, h3, h4, h5, h6,
.hikashop_cart_title,
.hikashop_cart_total_title,
.hikashop_cart_subtotal_title,
.hikashop_cart_shipping_title,
legend,
.hikabtn,
.hikabtn_checkout_next,
.hikabtn_checkout_coupon_add,
.hikashop_checkout_address_new_button,
button[type="submit"] {
    font-family: 'Bebas Neue', sans-serif !important;
}


.po-topbar{
  border-bottom:none !important;
}

.full-header{
  background:black !important;
}

#sp-header {
  margin-top: 40px !important;
}

#sp-logo > div > div > a{
      z-index: 9999;
}

.site{
  background: black !important;
}

.body-wrapper{
  background:black;
}

.hero-video {
  position: relative;
  width: 98% !important;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 16/9;
  max-height: 60vh !important;
  min-height: 220px;
  overflow: hidden;
}

html, body {
  overflow-x: hidden;
  background: var(--po-bg);
  color: var(--po-text);
}

/* Contenedores con ancho completo y padding lateral */
.container,
.container-fluid,
.sppb-row-container,
#sp-main-body .container,
#sp-main-body .container-fluid {
  max-width: 100vw;
  padding-left: var(--po-side);
  padding-right: var(--po-side);
}

/* Evitar desbordamiento en componentes principales */
#sp-main-body,
.body-innerwrapper,
.wrapper,
[class*="sppb-section"],
[class*="sppb-container"] {
  max-width: 100%;
  overflow-x: hidden;
}

/* =================================================================== */
/* LAYOUT: TOPBAR Y HEADER
/* =================================================================== */

/* Topbar fijo (Joomla - top1) */
#sp-top-bar, .sp-top-bar {
  background: #0a0a0a;
  border-bottom: 4px solid #bb7a06;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .3px;
  padding: 6px 12px;
}
#sp-top1, #sp-top1 .sp-column, #sp-top1 .moduletable {
  text-align: right;
}

/* Topbar fijo (HTML personalizado) */
.po-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: black;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  height: 40px;
  display: flex;
  align-items: center;
}
.po-topbar__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(300px, 1fr);
  align-items: center;
  column-gap: 220px;
}
.po-topbar__left,
.po-topbar__center,
.po-topbar__right {
  display: flex;
  align-items: center;
}
.po-topbar__left { justify-content: flex-start; gap: 18px; }
.po-topbar__center {
  justify-content: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .2px;
}
.po-topbar__right { justify-content: flex-end; gap: 20px; }
.po-topbar a { color: #dcdcdc; text-decoration: none; }
.po-topbar a:hover { color: #fff; }
.po-topbar .sep { opacity: .6; margin: 0 .5rem; }

/* Header principal */
#sp-header {
  position: relative;
  margin-top: 84px;
}

/* Buscador en Header */
#sp-header form[action*="com_search"],
#sp-header .sp-search,
#sp-header .quick-search {
  background: #000 !important;
  border: 1px solid rgba(255, 255, 255, .35) !important;
  border-radius: 0 !important;
  padding: 6px 8px !important;
}
#sp-header form[action*="com_search"] input,
#sp-header .sp-search input,
#sp-header .quick-search input {
  background: #000 !important;
  color: #fff !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
#sp-header form[action*="com_search"] input::placeholder,
#sp-header .sp-search input::placeholder,
#sp-header .quick-search input::placeholder {
  color: rgba(255, 255, 255, .75) !important;
}

/* =================================================================== */
/* MENÚ DE NAVEGACIÓN
/* =================================================================== */

.sp-megamenu-parent > li > a {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .35px;
  padding: 8px 12px !important;
  line-height: 1.05;
}
.sp-dropdown.sp-dropdown-main { min-width: 220px; }
.sp-dropdown li > a { padding: 8px 14px !important; line-height: 1.05; }

/* Menú de perfil de usuario */
.sp-profile-wrapper .sp-profile-dropdown {
  background: #111111;
}

/* =================================================================== */
/* ICONOS Y ELEMENTOS DE UI
/* =================================================================== */
.qa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 8px;
  background: #000;
  padding: 6px;
}
.qa-icon img, .qa-icon svg {
  width: 26px;
  height: 26px;
  display: block;
  filter: brightness(0) invert(1);
}

/* Carrito global fijo (personalizado) */
.po-cart-global {
  position: fixed;
  top: 12px;
  right: 25px;
  z-index: 9999;
}
.po-cart-global .qa-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
}
.po-cart-global .qa-icon img {
  width: 18px;
  height: 18px;
}

/* =================================================================== */
/* SECCIONES Y COMPONENTES (SPPB, Joomla Content)
/* =================================================================== */
/* Hero con vídeo */
.hero-section,
.hero-section .sppb-row-container {
  padding: 0 !important;
  margin: 0 !important;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

/* Carrusel SPPB Extended */
.sppb-carousel-extended .sppb-carousel-extended-nav-control { pointer-events: none; }
.sppb-carousel-extended .sppb-carousel-extended-nav-control .nav-control {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000 !important;
  color: var(--po-gold) !important;
  border: 1px solid #c8871e !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .35);
  opacity: .95;
  z-index: 5;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  text-decoration: none !important;
}
.sppb-carousel-extended .sppb-carousel-extended-nav-control .nav-control::before,
.sppb-carousel-extended .sppb-carousel-extended-nav-control .nav-control::after {
  content: none !important;
}
.sppb-carousel-extended .sppb-carousel-extended-nav-control .prev-control { left: 60px; }
.sppb-carousel-extended .sppb-carousel-extended-nav-control .next-control { right: 60px; }
.sppb-carousel-extended .sppb-carousel-extended-nav-control .nav-control i {
  font-size: 22px !important;
  line-height: 1;
  color: var(--po-gold) !important;
}
.sppb-carousel-extended .sppb-carousel-extended-nav-control .nav-control:hover,
.sppb-carousel-extended .sppb-carousel-extended-nav-control .nav-control:focus {
  transform: translateY(-50%) scale(1.05);
  opacity: 1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .45);
  outline: none;
}

/* Grid de Categorías (Joomla) */
.com-content-categories__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(250px, 25vw, 400px), 1fr));
  gap: clamp(16px, 2vw, 48px);
  margin-top: clamp(50px, 5vw, 80px);
}

.com-content-categories__item {
  background: #111;
  border: 1px solid #333;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, .3);
  transition: transform .2s ease, box-shadow .2s ease;
  position: relative;
  margin-bottom: 24px;
}
.com-content-categories__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .45);
}
.com-content-categories__item-title-wrapper,
.com-content-categories__description {
  padding: 16px;
}
.com-content-categories__description { text-align: center; color: #fff; }
.com-content-categories__description img {
  display: block;
  width: 90%;
  max-height: 260px;
  object-fit: cover;
  margin: 12px auto 14px;
  border-radius: 8px;
}
.com-content-categories__item-title a {
  color: #fcb800;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 700;
  position: static;
}
/* Tarjeta completa clicable */
.com-content-categories__item-title a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.com-content-categories__item-title a:hover { color: #ffd95a; }
.com-content-categories__item-title .badge { display: none !important; }

/* =================================================================== */
/* HIKASHOP: LISTADOS DE PRODUCTOS
/* =================================================================== */
.hikashop_products_listing { margin-top: 80px; }
.hikashop_products_listing .hk-row-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
  padding: 0 1%;
}
.hikashop_products_listing .hikashop_product {
  flex: 0 1 calc(33.333% - 2%);
  margin-bottom: 50px;
  text-align: center;
}
.hikashop_products_listing .hikashop_product_listing_image {
  width: 100% !important;
  aspect-ratio: 1/1;
  object-fit: cover !important;
  display: block;
  margin: 0 auto 14px;
}

/* Estilos "limpios" para el listado principal */
.hikashop_products_listing_main .hikashop_product {
}
.hikashop_products_listing_main .hikashop_product .hikashop_container,
.hikashop_products_listing_main .hikashop_product .hikashop_subcontainer,
.hikashop_products_listing_main .hikashop_product .thumbnail,
.hikashop_products_listing_main .hikashop_product .hikashop_listing_img_title,
.hikashop_products_listing_main .hikashop_product .hikashop_product_image,
.hikashop_products_listing_main .hikashop_product .hikashop_product_image_subdiv,
.hikashop_products_listing_main .hikashop_product .hikashop_product_image a {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 0 !important;
}
.hikashop_products_listing_main .hikashop_product .hikashop_product_listing_image {
  aspect-ratio: 1/1;
  object-fit: cover !important;
  margin-bottom: 14px !important;
}
.hikashop_products_listing_main .hikashop_product .hikashop_product_price_full,
.hikashop_products_listing_main .hikashop_product .hikashop_product_price {
  display: block !important;
  color: #eaeaea !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  margin: 0 0 6px 0 !important;
}
.hikashop_products_listing_main .hikashop_product .hikashop_product_name a {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 1.06rem !important;
  letter-spacing: .2px !important;
  text-decoration: none !important;
}
.hikashop_products_listing_main .hikashop_product .hikashop_product_name a:hover {
  color: var(--po-gold) !important;
}
.hikashop_products_listing_main .hikashop_product .hikashop_product_code_list,
.hikashop_products_listing_main .hikashop_product .hikashop_product_characteristics,
.hikashop_products_listing_main .hikashop_product .hikashop_product_custom {
  color: rgba(255, 255, 255, .7) !important;
  font-size: .86rem !important;
  text-transform: uppercase;
}
/* Ocultar elementos no deseados del listado */
.hikashop_products_listing_main .hikashop_product .hikashop_quantity_form,
.hikashop_products_listing_main .hikashop_product .hikashop_product_price_per_unit {
  display: none !important;
}

/* =================================================================== */
/* HIKASHOP: PÁGINAS DE PRODUCTO Y GENERALES
/* =================================================================== */
.hikashop_category_page,
.hikashop_product_page,
#sp-main-body,
.container-component,
.hika_toolbar {
  /*padding-top: 130px;*/
}
.hika_toolbar { margin-bottom: 24px; }

/* Ficha de producto */
.hikashop_product_page .hikashop_product_left_part,
.hikashop_product_page .hikashop_product_right_part {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 0 1%;
}
.hikashop_product_page .product-title { color: #fff; }
.hikashop_product_page .product-price { color: #ffd95a; }

/* Variantes y Swatches */
.po-variant-group .btn.po-variant {
  border-radius: 10px;
  padding: .45rem .9rem;
  background: #111;
  color: #eaeaea;
  border-color: rgba(255, 255, 255, .18) !important;
}
.po-variant-group .btn.po-variant:hover,
.po-variant-group .btn-check:checked + .btn.po-variant {
  background: var(--po-gold);
  color: #000;
  border-color: var(--po-gold) !important;
}
.po-swatch-group .po-swatch {
  --size: 34px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .28);
  background: var(--swatch);
  display: inline-block;
  cursor: pointer;
  box-shadow: 0 0 0 2px transparent inset;
}
.po-swatch-group .btn-check:checked + .po-swatch {
  box-shadow: 0 0 0 2px var(--po-gold) inset;
  border-color: var(--po-gold);
}

/* Selector de cantidad */
.po-qty-wrap { display: flex; align-items: center; gap: .5rem; }
.po-qty-btn {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .25);
  background: #111;
  color: #eee;
  border-radius: .6rem;
  font-weight: 800;
  font-size: 18px;
  cursor: pointer;
  transition: all .15s ease;
  user-select: none;
}
.po-qty-btn:hover {
  border-color: var(--po-gold);
  color: #fff;
  box-shadow: 0 4px 12px rgba(255, 196, 0, .15);
  transform: translateY(-1px);
}
.po-qty-btn:active { transform: translateY(0); }
.po-qty-wrap .hikashop_product_quantity_field {
  width: 72px;
  text-align: center;
  height: 38px;
  border-radius: .6rem;
}

/* Acordeón de producto */
.po-accordion { min-width: 0; }
.po-accordion .accordion-button { background: #121212; color: #fff; }
.po-accordion .accordion-button:not(.collapsed) { background: #181818; color: #ffd95a; }
.po-accordion .accordion-body {
  background: #0f0f0f;
  color: #ddd;
  overflow-wrap: anywhere;
}

/* =================================================================== */
/* HIKASHOP: CARRITO Y CHECKOUT
/* =================================================================== */
body.com-hikashop.view-cart #hikashop_cart,
body.com-hikashop.view-cart .hikashop_cart {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  margin-top: 18px;
}
body.com-hikashop.view-cart table { width: 100%; border-collapse: separate; border-spacing: 0; }
body.com-hikashop.view-cart thead th {
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px 12px;
}
body.com-hikashop.view-cart tbody td {
  color: #e6e6e6;
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
body.com-hikashop.view-cart tbody tr:hover { background: rgba(255, 255, 255, 0.04); }
body.com-hikashop.view-cart tfoot td {
  background: rgba(255, 204, 0, 0.07);
  border-top: 1px solid rgba(255, 204, 0, 0.35);
  font-weight: 600;
  color: #ffd95a;
}
body.com-hikashop.view-cart img { border-radius: 10px; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35); }
body.com-hikashop.view-cart input[type="text"],
body.com-hikashop.view-cart input[type="number"],
body.com-hikashop.view-cart .inputbox,
body.com-hikashop.view-cart select {
  background: #111;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 10px 12px;
}
body.com-hikashop.view-cart input:focus,
body.com-hikashop.view-cart select:focus {
  outline: none;
  border-color: var(--po-gold);
  box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.15);
}
body.com-hikashop.view-cart .btn,
body.com-hikashop.view-cart .button,
body.com-hikashop.view-cart a.btn {
  background: #1a1a1a;
  color: #eaeaea;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 14px 18px;
  transition: all .2s ease;
}
body.com-hikashop.view-cart .btn:hover,
body.com-hikashop.view-cart .button:hover,
body.com-hikashop.view-cart a.btn:hover {
  background: #222;
  border-color: var(--po-gold);
  color: #fff;
  transform: translateY(-1px);
}
body.com-hikashop.view-cart .fa,
body.com-hikashop.view-cart .icon,
body.com-hikashop.view-cart .hikashop_fonticon { color: var(--po-gold); }

/* Barra de botones del carrito (Toolbar) */
.hika_toolbar .hikabtn {
  background: #111;
  color: #f5f5f5;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 12px 18px;
  margin: 4px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all .2s ease;
  min-width: 180px;
  height: 56px;
  justify-content: center;
}
.hika_toolbar .hikabtn .btnIcon i { color: var(--po-gold); font-size: 1.2rem; }
.hika_toolbar .hikabtn .btnName, .hika_toolbar .hikabtn .hkdropdown-label { color: #f5f5f5; }
.hika_toolbar .hikabtn:hover {
  background: #1a1a1a;
  border-color: var(--po-gold);
  color: #fff;
  transform: translateY(-1px);
}
.hika_toolbar .hikabtn:hover .btnName,
.hika_toolbar .hikabtn:hover .btnIcon i,
.hika_toolbar .hikabtn:hover .hkdropdown-label { color: var(--po-gold); }

/* Botón especial de checkout */
.hika_toolbar .hikabtn[href*="checkout"] {
  background: var(--po-gold);
  border-color: var(--po-gold);
  color: #000;
  font-weight: 600;
}
.hika_toolbar .hikabtn[href*="checkout"] .btnIcon i,
.hika_toolbar .hikabtn[href*="checkout"] .btnName { color: #000; }
.hika_toolbar .hikabtn[href*="checkout"]:hover { background: #e6b800; border-color: #e6b800; }


/* =================================================================== */
/* HIKASHOP: MI CUENTA / DASHBOARD
/* =================================================================== */
.hikashop_cpanel_main_interface { margin: 50px 0; }

/* Layout general de "Mi Cuenta" */
#hikashop_dashboard {
  display: grid !important;
  grid-template-columns: 260px 1fr !important;
  gap: 28px !important;
  align-items: start !important;
}
#hikashop_dashboard > [class*="hkc-"] { float: none !important; width: auto !important; }
.hika_cpanel_side_bar { grid-column: 1 !important; position: sticky; top: 110px; }
.hika_cpanel_main_data { grid-column: 2 !important; background: transparent; }

/* Sidebar con botones de navegación */
.hika_cpanel_icons { display: flex; flex-direction: column; gap: 12px; }
.hika_cpanel_icon {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--po-card);
  color: var(--po-text);
  border: 1px solid var(--po-stroke);
  text-decoration: none;
  transition: all .2s ease;
}
.hika_cpanel_icon .hk-icon i { color: var(--po-gold); }
.hika_cpanel_icon .hikashop_cpanel_button_text {
  color: var(--po-text);
  font-weight: 700;
}
.hika_cpanel_icon:hover {
  transform: translateY(-1px);
  background: #131313;
  border-color: var(--po-gold);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .35);
}

/* Contenido principal de la cuenta */
.hika_cpanel_main_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--po-stroke);
}
.hika_cpanel_main_data_title {
  margin: 0;
  color: var(--po-text);
  font-size: 2rem;
}
.hk-well {
  background: rgba(255, 255, 255, .03);
  color: var(--po-muted);
  border: 1px solid var(--po-stroke-soft);
  border-radius: 16px;
  padding: 18px;
}
.hika_no_orders {
  background: rgba(255, 204, 0, .08) !important;
  border-color: rgba(255, 204, 0, .35) !important;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hika_no_orders p {
  margin: 0;
  color: #ffd95a;
  font-weight: 600;
}

/* Ocultar elementos no deseados */
.hk-well.hikashop_user_points_cpanel,
.hikashop_footer {
  display: none !important;
}

/* --- SECCIÓN DIRECCIONES (VERSIÓN FINAL) --- */
/* Layout principal con Flexbox */
#hikashop_user_addresses_show .hk-row-fluid {
  display: flex !important;
  gap: 28px !important;
}
#hikashop_user_addresses_show .hk-row-fluid .hkc-md-6 {
  flex: 1 1 0 !important;
  width: auto !important;
  margin: 0 !important;
}
/* Cajas de "Facturación" y "Envío" */
.hikashop_billing_addresses,
.hikashop_shipping_addresses {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  padding: 24px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hikashop_billing_addresses h3,
.hikashop_shipping_addresses h3 {
  color: #fff !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  margin: 0 0 16px 0 !important;
}
/* Botones de "Nueva dirección" */
.hikashop_billing_addresses .hikabtn-success,
.hikashop_shipping_addresses .hikabtn-success {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 10px !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}
.hikashop_billing_addresses .hikabtn-success:hover,
.hikashop_shipping_addresses .hikabtn-success:hover {
  background: #111 !important;
  border-color: var(--po-gold) !important;
  color: var(--po-gold) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
}
.hikashop_billing_addresses .hikabtn-success:hover i,
.hikashop_shipping_addresses .hikabtn-success:hover i {
  color: var(--po-gold) !important;
}

/* =================================================================== */
/* RESPONSIVE: MEDIA QUERIES
/* =================================================================== */

/* --- Pantallas grandes (desde 1200px) --- */
@media (min-width: 1200px) {
  #sp-logo img { width: 400px !important; height: auto; }
}

/* --- Tablets y Portátiles pequeños (hasta 1199.98px) --- */
@media (max-width: 1199.98px) {
  .po-topbar__inner {
    grid-template-columns: minmax(140px, 1fr) auto minmax(240px, 1fr);
    column-gap: 60px;
  }
  .po-topbar__left,
  .po-topbar__right { gap: 12px; }
  .po-topbar__center { font-size: 16px; }

  #sp-logo img { width: clamp(180px, 45vw, 340px); height: auto; }

  .qa-icon { width: 40px; height: 40px; padding: 5px; }
  .qa-icon img, .qa-icon svg { width: 22px; height: 22px; }
}

/* --- Tablets (hasta 991.98px) --- */
@media (max-width: 991.98px) {
  #sp-header { margin-top: 64px; }
  #sp-header::before { height: 18px; top: -18px; }
  #sp-header .sp-search,
  #sp-header .quick-search { padding: 5px 8px !important; }

  /* Ocultar menú principal y mostrar hamburguesa */
  .sp-megamenu-parent { display: none !important; }
  #offcanvas-toggler, .offcanvas-toggler-right { display: flex !important; }

  .hero-video { max-height: 45vh; min-height: 200px; }

  .hikashop_products_listing .hikashop_product { flex: 0 1 48%; max-width: 48%; }

  .hikashop_product_page .hikashop_product_left_part,
  .hikashop_product_page .hikashop_product_right_part {
    width: 100%;
    margin: 0 0 20px 0;
  }

  /* Layout "Mi Cuenta" en tablet */
  #hikashop_dashboard {
    display: block !important;
  }
  .hika_cpanel_side_bar {
    position: static;
    margin-bottom: 14px;
  }
  .hika_cpanel_icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

/* --- Móviles (hasta 767.98px) --- */
@media (max-width: 767.98px) {
  .po-topbar { height: 42px; }
  .po-topbar__inner {
    column-gap: 10px;
    grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  }
  .po-topbar__center {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .po-topbar .sep { margin: 0 .35rem; }
  .po-topbar__right { margin-right: -20px; }
  
  .po-cart-global { top: 10px; right: 6px; }

  #sp-menu { border-bottom: none !important; padding-bottom: 0 !important; }
  
  #hikashop_user_addresses_show .hk-row-fluid {
    flex-direction: column !important; /* Apila las cajas verticalmente */
  }
}

/* --- Móviles pequeños (hasta 600px) --- */
@media (max-width: 600px) {
  .hikashop_products_listing .hikashop_product { flex: 0 1 100%; max-width: 100%; }
}

/* --- Móviles muy pequeños (hasta 575.98px) --- */
@media (max-width: 575.98px) {
  .hero-video { max-height: 40vh; min-height: 180px; }
  .sppb-carousel-extended .sppb-carousel-extended-nav-control .nav-control { width: 46px; height: 46px; }
  .sppb-carousel-extended .sppb-carousel-extended-nav-control .prev-control { left: -6px; }
  .sppb-carousel-extended .sppb-carousel-extended-nav-control .next-control { right: -6px; }

  .com-content-categories__items { gap: 16px; }
  .com-content-categories__description img { width: 94%; max-height: 220px; }
  
  .hika_cpanel_icons { grid-template-columns: 1fr; }
}

.sppb-row-container {
  max-width: 100% !important;
}

/* ============================================= */
/* ESTILOS PARA EL DROPDOWN DE USUARIO PULL-OVER */
/* ============================================= */

/* 1. Ocultamos los elementos que no queremos ver */
.sp-profile-dropdown .mod-login-logout__login-greeting,
.sp-profile-dropdown li.sp-profile-dropdown-item {
    display: none !important;
}

/* 2. Hacemos la lista desplegable más ancha */
.sp-profile-dropdown {
    min-width: 150px !important; /* <-- Aumenta este valor si la quieres aún más ancha */
    padding: 10px;
    box-sizing: border-box; /* Asegura que el padding no afecte al ancho total */
}

/* 3. Ajustamos el contenedor principal */
.sp-profile-dropdown li.custom_user_login_menu {
    padding: 0; /* Quitamos el padding de aquí para dárselo al contenedor principal */
}

/* 4. Estilo común para los dos botones ("Mi perfil" y "Salir") */
.sp-profile-dropdown .mod-login-logout__options a,
.sp-profile-dropdown .mod-login-logout__button button {
    display: block;
    width: 100%; /* Ocupan todo el ancho del nuevo contenedor */
    text-align: center;
    padding: 14px 15px; /* Aumentamos el padding vertical para hacerlos más altos */
    margin-bottom: 8px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box; /* Clave para que ambos tengan el mismo tamaño */
}

/* 5. Estilo del botón principal ("Mi perfil") */
.sp-profile-dropdown .mod-login-logout__options a {
    background-color: #ffcc00; /* Dorado Pull Over */
    color: #000;
    border-color: #ffcc00;
}

/* 6. Estilo del botón secundario ("Salir") */
.sp-profile-dropdown .mod-login-logout__button button {
    background-color: #222;
    color: #fff;
    border-color: #444;
}

/* 7. Efecto hover para ambos botones */
.sp-profile-dropdown .mod-login-logout__options a:hover,
.sp-profile-dropdown .mod-login-logout__button button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Hover específico para el botón "Salir" */
.sp-profile-dropdown .mod-login-logout__button button:hover {
    border-color: #ffcc00;
    color: #ffcc00;
}

/* 8. Pequeño ajuste final para quitar el margen del último botón */
.sp-profile-dropdown .mod-login-logout__button {
    margin-bottom: 0;
}


/* 28/10/2025 */

#sp-sp-page-buider{
    margin-top:100px !important;
}

@media (max-width: 767px) {
    #sp-sp-page-buider {
        margin-top: -40px !important; /* Cambia el valor a lo que quieras */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #sp-sp-page-buider {
        margin-top: 35px !important; /* Cambia a tu gusto */
    }
}

.sp-profile-dropdown {
    min-width: 150px !important;
}

.sp-profile-wrapper .sp-profile-dropdown li a {
    padding: inherit;
    height: 50px;
}

.hika_cpanel_icon .hikashop_cpanel_button_text {
    color: white;
}

.hikashop_address_listing_div{
    width: 90%;
    padding-left: 10%;
}

#hikashop_user_addresses_show{
margin-top: 5%;
margin-bottom:10%;
}

#hikashop_default_billing_address_selector{
width: 40% !important;
margin-left: 10%;
}

#hikashop_default_shipping_address_selector{
width: 40% !important;
margin-left: 10%;
}

dl.hika_options.large > dt {
    width: 100%;
    text-align: left;
}

.hikashop_cpanel_affiliate_div{
display:none !important;
}

/* --- PANEL LATERAL PULL-OVER --- */
.hika_cpanel_side_bar {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 0 24px rgba(0,0,0,0.08);
  padding: 30px 20px;
  text-align: center;
}

/* Contenedor de iconos */
.hika_cpanel_icons {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
}

/* Cada botón */
.hika_cpanel_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  background-color: #090909 !important;
  color: #fff !important;
  border-radius: 12px;
  padding: 18px 10px;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* Efecto hover estilo Pull-Over */
.hika_cpanel_icon:hover {
  background: #bb7a06;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(187,122,6,0.25);
}

/* Íconos */
.hika_cpanel_icon .hk-icon {
  color: inherit;
  margin-bottom: 10px;
  transition: transform 0.25s ease;
}
.hika_cpanel_icon:hover .hk-icon {
  transform: scale(1.1);
}

/* Texto debajo del ícono */
.hikashop_cpanel_button_text {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: inherit;
}

/* Ajuste del color de íconos secundarios (fa-stack internos) */
.hika_cpanel_icon i {
  color: inherit !important;
}

/* Separación lateral cuando está en un layout de columnas */
.hika_cpanel_side_bar.hkc-md-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* --- Versión móvil --- */
@media (max-width: 768px) {
  .hika_cpanel_icons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .hika_cpanel_icon {
    flex: 1 1 45%;
    padding: 16px 8px;
  }
  .hikashop_cpanel_button_text {
    font-size: 13px;
  }
}

.hika_cpanel_side_bar{
    background: #222222;
}

/* --- BASE GENERAL --- */
body.com_hikashop.view-checkout {
  background: #111;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.3px;
}

#sp-main {
  /*padding: clamp(40px, 0vw, 100px) 0;*/
}

/* Contenedor principal */
#hikashop_checkout_form {
  background: #181818;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 0 30px rgba(0,0,0,0.4);
  max-width: 1400px;
  margin: 0 auto;
}

/* --- TÍTULOS / LEYENDAS --- */
#hikashop_checkout_form legend {
  color: #bb7a06;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 4px;
  text-transform: uppercase;
}

/* --- CAMPOS Y TEXTOS --- */
#hikashop_checkout_form label {
  color: #fff;
  font-weight: 500;
  margin-bottom: 6px;
}

#hikashop_checkout_form input,
#hikashop_checkout_form select,
#hikashop_checkout_form textarea {
  background: #222;
  border: 1px solid #333;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  padding: 10px 14px;
  margin-bottom: 12px;
  transition: all .2s ease;
}

#hikashop_checkout_form input:focus,
#hikashop_checkout_form select:focus,
#hikashop_checkout_form textarea:focus {
  outline: none;
  border-color: #bb7a06;
  box-shadow: 0 0 0 3px rgba(187,122,6,0.2);
}

/* --- BOTONES --- */
#hikashop_checkout_form .hikabtn,
#hikashop_checkout_form button,
#hikashop_checkout_form .btn {
  background: #bb7a06;
  border: none;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  padding: 12px 26px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#hikashop_checkout_form .hikabtn:hover,
#hikashop_checkout_form button:hover,
#hikashop_checkout_form .btn:hover {
  background: #fff;
  color: #111;
  box-shadow: 0 0 16px rgba(255,255,255,0.3);
}

/* Botón “Finalizar” destacado */
#hikabtn_checkout_next {
  display: block;
  width: 100%;
  margin-top: 30px;
  background: #bb7a06;
  color: #000;
  font-size: 1.1rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
#hikabtn_checkout_next:hover {
  background: #fff;
  color: #111;
}

/* --- TABLAS DEL CARRITO --- */
#hikashop_checkout_cart_1_6 table {
  width: 100%;
  border-collapse: collapse;
  background: #1c1c1c;
  border-radius: 12px;
  overflow: hidden;
}

#hikashop_checkout_cart_1_6 th,
#hikashop_checkout_cart_1_6 td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

#hikashop_checkout_cart_1_6 th {
  color: #bb7a06;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
}

#hikashop_checkout_cart_1_6 td {
  color: #eee;
  font-size: 0.95rem;
}

#hikashop_checkout_cart_1_6 tr:hover td {
  background: rgba(255,255,255,0.05);
}

/* Precios */
.hikashop_cart_product_price_value,
.hikashop_cart_product_total_value,
.hikashop_cart_total_value {
  font-weight: 700;
  color: #fff;
}

/* --- CUPÓN --- */
#hikashop_checkout_coupon_1_5 {
  margin: 30px 0;
}
.hikashop_checkout_coupon_field {
  border-radius: 10px 0 0 10px;
  border: 1px solid #333;
  background: #222;
  color: #fff;
}
.hikabtn_checkout_coupon_add {
  border-radius: 0 10px 10px 0;
  background: #bb7a06;
  color: #000;
  font-weight: 700;
  transition: all 0.3s;
}
.hikabtn_checkout_coupon_add:hover {
  background: #fff;
  color: #111;
}

/* --- DIRECCIONES --- */
.hika_address_field {
  background: #1c1c1c;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  margin-bottom: 24px;
}

.hika_address_field legend {
  margin-bottom: 10px;
}

.hika_address_element {
  color: #ccc;
  line-height: 1.5;
}

/* Botones de editar/eliminar direcciones */
.hika_address_field .hika_edit a {
  color: #bb7a06;
  text-decoration: none;
  font-weight: 500;
  margin-left: 8px;
  transition: color 0.2s;
}
.hika_address_field .hika_edit a:hover {
  color: #fff;
}

/* --- ENVÍO Y PAGO --- */
.hikashop_checkout_shipping,
.hikashop_checkout_payment {
  background: #1c1c1c;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.hikashop_checkout_shipping label,
.hikashop_checkout_payment label {
  cursor: pointer;
  color: #fff;
  font-weight: 500;
}

.hikashop_checkout_shipping input[type="radio"],
.hikashop_checkout_payment input[type="radio"] {
  accent-color: #bb7a06;
  margin-right: 8px;
}

/* --- STATUS --- */
#hikashop_checkout_status_1_7 {
  background: #222;
  border-left: 4px solid #bb7a06;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #ddd;
  margin-top: 10px;
}

/* --- FOOTER HIKASHOP --- */
.hikashop_footer {
  display: none !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  #hikashop_checkout_form {
    padding: 20px;
  }
  #hikashop_checkout_form legend {
    font-size: 1.1rem;
  }
  #hikabtn_checkout_next {
    font-size: 1rem;
  }
  #hikashop_checkout_cart_1_6 th,
  #hikashop_checkout_cart_1_6 td {
    font-size: 0.85rem;
    padding: 12px;
  }
}

/* ===== MÉTODOS DE PAGO EN CARDS (Pull-Over) ===== */

/* Limpieza general de la tabla de pagos */
.hikashop_checkout_payment .hikashop_payment_methods_table {
  border: 0;
  background: transparent;
}
.hikashop_checkout_payment .hikashop_payment_methods_table tr {
  display: block;               /* cada método como bloque */
  margin: 0 0 14px 0;
}
.hikashop_checkout_payment .hikashop_payment_methods_table tr:last-child {
  margin-bottom: 0;
}

/* Card */
.hikashop_checkout_payment .hikashop_payment_methods_table td {
  display: grid;
  grid-template-columns: 28px 1fr auto; /* radio | nombre | logos */
  grid-auto-rows: min-content;
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  align-items: center;

  background: #1e1e1e;
  border: 1px solid #2a2a2a;
  border-radius: 14px;
  padding: 16px 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  transition: border-color .2s ease, box-shadow .2s ease, transform .06s ease;
}

/* Hover */
.hikashop_checkout_payment .hikashop_payment_methods_table td:hover {
  border-color: #3a3a3a;
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
}

/* Estado seleccionado (borde dorado) – navegadores modernos */
.hikashop_checkout_payment .hikashop_payment_methods_table td:has(.hikashop_checkout_payment_radio:checked) {
  border-color: #bb7a06;
  box-shadow: 0 0 0 3px rgba(187,122,6,.18), 0 8px 24px rgba(187,122,6,.20);
}

/* Fallback (por si :has() no está) – resaltamos el label cuando el radio está checked */
.hikashop_checkout_payment .hikashop_checkout_payment_radio:checked + label {
  color: #fff;
  text-shadow: 0 0 0 #000; /* no visible, solo fuerza repintado en algunos navegadores */
  outline: 2px solid #bb7a06;
  outline-offset: 4px;
  border-radius: 10px;
  padding: 2px 6px;
}

/* Radio */
.hikashop_checkout_payment .hikashop_checkout_payment_radio {
  accent-color: #bb7a06;
  width: 18px;
  height: 18px;
  grid-column: 1;
}

/* Nombre del método */
.hikashop_checkout_payment .hikashop_checkout_payment_name,
.hikashop_checkout_payment label {
  grid-column: 2;
  color: #fff;
  font-weight: 600;
  letter-spacing: .2px;
  cursor: pointer;
}

/* Logos de pago: alineados y visibles */
.hikashop_checkout_payment .hikashop_checkout_payment_images {
  grid-column: 3;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hikashop_checkout_payment .hikashop_checkout_payment_images img {
  height: 22px;               /* tamaño uniforme */
  width: auto;
  object-fit: contain;
  filter: none !important;    /* sin aclarados raros */
  mix-blend-mode: normal;
  background: transparent;
  border-radius: 4px;
}

/* Descripción en blanco y a ancho completo debajo */
.hikashop_checkout_payment .hikashop_checkout_payment_description,
.hikashop_checkout_payment .hikashop_checkout_payment_description p {
  grid-column: 1 / -1;
  color: #fff !important;
  opacity: .9;
  margin: 4px 0 2px 0;
  line-height: 1.5;
}

/* Contenedor del formulario de tarjeta (cuando aplica) a ancho completo */
.hikashop_checkout_payment .hikashop_checkout_payment_card {
  grid-column: 1 / -1;
  background: #202020;
  border: 1px solid #2c2c2c;
  border-radius: 12px;
  padding: 14px;
  margin-top: 6px;
}
.hikashop_checkout_payment .hikashop_checkout_payment_card input,
.hikashop_checkout_payment .hikashop_checkout_payment_card select {
  background: #262626;
  border: 1px solid #333;
}

/* Botón de enviar pago dentro de la card */
.hikashop_checkout_payment .hikashop_checkout_payment_submit .hikabtn {
  background: #bb7a06;
  color: #000;
  border-radius: 10px;
  padding: 10px 18px;
  font-weight: 700;
}
.hikashop_checkout_payment .hikashop_checkout_payment_submit .hikabtn:hover {
  background: #fff;
  color: #111;
}

/* Opcional: mismas “cards” para métodos de envío por coherencia */
.hikashop_checkout_shipping .hikashop_shipping_methods_table tr { display:block; margin-bottom:12px; }
.hikashop_checkout_shipping .hikashop_shipping_methods_table td {
  display:grid; grid-template-columns: 28px 1fr auto;
  align-items:center; gap:10px;
  background:#1e1e1e; border:1px solid #2a2a2a; border-radius:12px;
  padding:14px 16px; box-shadow:0 4px 16px rgba(0,0,0,.25); transition:.2s;
}
.hikashop_checkout_shipping .hikashop_shipping_methods_table td:hover { border-color:#3a3a3a; }
.hikashop_checkout_shipping .hikashop_shipping_methods_table td:has(.hikashop_checkout_shipping_radio:checked){
  border-color:#bb7a06; box-shadow:0 0 0 3px rgba(187,122,6,.18), 0 8px 24px rgba(187,122,6,.20);
}
.hikashop_checkout_shipping .hikashop_checkout_shipping_name { color:#fff; font-weight:600; }
.hikashop_checkout_shipping .hikashop_checkout_shipping_price { color:#fff; font-weight:700; }

/* Responsive pequeño */
@media (max-width: 560px){
  .hikashop_checkout_payment .hikashop_payment_methods_table td,
  .hikashop_checkout_shipping .hikashop_shipping_methods_table td {
    grid-template-columns: 24px 1fr; /* radio + nombre; logos abajo */
  }
  .hikashop_checkout_payment .hikashop_checkout_payment_images { grid-column: 1 / -1; justify-content: flex-start; }
}

/* Página de direcciones */
body.com_hikashop.view-address {
  background:#111;
  color:#fff;
}

/* Títulos (quitamos la banda azul y pasamos a estilo Pull-Over) */
.hikashop_billing_addresses h3,
.hikashop_shipping_addresses h3{
  color:#fff;
  font-weight:800;
  letter-spacing:.3px;
  margin:0 0 14px;
  padding:0;
  position:relative;
}
.hikashop_billing_addresses h3::after,
.hikashop_shipping_addresses h3::after{
  content:"";
  display:block;
  width:220px;
  max-width:60%;
  height:4px;
  background:#bb7a06;
  margin-top:6px;
  border-radius:6px;
}

/* Tarjetas de dirección: sin fondo blanco, estilo card oscuro */
.hikashop_user_address{
  background:#1c1c1c !important;
  color:#fff !important;
  border:1px solid #2a2a2a;
  border-radius:16px;
  padding:20px;
  box-shadow:0 8px 28px rgba(0,0,0,.25);
  line-height:1.6;
}
/* aseguramos texto blanco dentro */
.hikashop_user_address *{
  color:#fff !important;
  opacity:1 !important;
}
/* limpiamos cualquier barra/área interna con blanco */
.hikashop_user_address .hika_edit,
.hikashop_user_address > div,
.hikashop_user_address > p{
  background:transparent !important;
  border:none !important;
}

/* Editar / Eliminar */
.hikashop_user_address .hika_edit{
  display:flex; gap:10px; justify-content:flex-end; margin-bottom:8px;
}
.hikashop_user_address .hika_edit a{
  color:#bb7a06 !important; text-decoration:none; font-weight:600;
}
.hikashop_user_address .hika_edit a:hover{ color:#fff !important; }

/* Botón “Nueva dirección …” */
.hikabtn.hikabtn-success{
  background:#111 !important; color:#fff !important; border:1px solid #333 !important;
  border-radius:12px; padding:12px 18px; font-weight:700;
  transition:.25s ease;
}
.hikabtn.hikabtn-success:hover{
  background:#bb7a06 !important; color:#000 !important; border-color:#bb7a06 !important;
  box-shadow:0 10px 26px rgba(187,122,6,.25);
}

/* Selects “Dirección por defecto” – modo oscuro */
.hikashop_default_address_dropdown{
  -webkit-appearance:none; appearance:none;
  background:#222 !important;
  color:#fff !important;
  border:1px solid #333 !important;
  border-radius:12px; height:46px; padding:10px 44px 10px 12px;
  transition:border-color .2s, box-shadow .2s;
}
.hikashop_default_address_dropdown:focus{
  outline:none; border-color:#bb7a06 !important;
  box-shadow:0 0 0 3px rgba(187,122,6,.18);
}
/* flecha del select */
.hikashop_default_address_dropdown{
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'><path fill='%23ffffff' d='M7 10l5 5 5-5z'/></svg>");
  background-repeat:no-repeat; background-position:right 12px center;
}

/* Contenedor general y separación */
#hikashop_address_listing{
  padding:40px 12px;
}
.hk-row-fluid{ gap:24px; }
.hkc-md-6{ padding:12px; }

/* Quitamos barra/box blanca que pueda meter estilos heredados */
#hikashop_address_listing .hkform-horizontal,
#hikashop_address_listing fieldset,
#hikashop_address_listing .address_selection{
  background:transparent !important;
  border:none !important;
}

/* Toolbar “Volver” si quieres ocultarla aquí también */
#hikashop_address_listing .hika_toolbar{ display:none !important; }

/* Responsive */
@media (max-width:768px){
  .hikashop_user_address{ padding:16px; }
}

/* === Checkout: direcciones (step 1) === */
body.com_hikashop.view-checkout #hikashop_checkout {
  color:#fff;
}

/* Título de cada bloque (legend) */
.hika_address_field > legend{
  color:#bb7a06;
  font-weight:800;
  letter-spacing:.3px;
  border-bottom:1px solid #2a2a2a;
  padding-bottom:6px;
  margin-bottom:12px;
}

/* Cada dirección como card oscura */
.hikashop_checkout_address .hika_address_element{
  background:#1b1b1b !important;
  border:1px solid #2a2a2a !important;
  border-radius:16px;
  padding:16px;
  margin:14px 0;
  box-shadow:0 8px 24px rgba(0,0,0,.25);
  color:#fff !important;
}

/* El “header” de la dirección (radio + editar/eliminar): sin fondo blanco */
.hikashop_checkout_address .hika_address_element .hika_edit{
  background:transparent !important;
  border:none !important;
  display:flex; gap:10px; justify-content:flex-end; align-items:center;
  margin-bottom:8px;
}
.hikashop_checkout_address .hika_address_element .hika_edit a{
  color:#bb7a06 !important; text-decoration:none; font-weight:600;
}
.hikashop_checkout_address .hika_address_element .hika_edit a:hover{ color:#fff !important; }

/* Texto de la dirección */
.hika_address_display{ background:transparent !important; color:#fff !important; }

/* Radio botón: color dorado */
.hikashop_checkout_address input[type="radio"]{
  accent-color:#bb7a06; /* navegadores modernos */
}

/* Botón “Nuevo” */
.hikashop_checkout_address .hikashop_checkout_address_new_button{
  background:#111 !important; color:#fff !important; border:1px solid #333 !important;
  border-radius:12px; padding:10px 14px; font-weight:700; transition:.25s;
}
.hikashop_checkout_address .hikashop_checkout_address_new_button:hover{
  background:#bb7a06 !important; color:#000 !important; border-color:#bb7a06 !important;
}

/* Mesas de envío/pago y el carrito: sin fondos claros ni rayas */
.hikashop_shipping_methods_table,
.hikashop_payment_methods_table,
.hikashop_checkout_cart table{
  background:transparent !important;
  color:#fff !important;
  border-collapse:separate;
  border-spacing:0;
}
.hikashop_shipping_methods_table td,
.hikashop_payment_methods_table td,
.hikashop_checkout_cart table td,
.hikashop_checkout_cart table th{
  background:transparent !important;
  border-color:#2a2a2a !important;
}
.table-striped > tbody > tr:nth-of-type(odd){ background:transparent !important; }
.table-hover tbody tr:hover{ background:#1f1f1f !important; }

/* Pequeños refinamientos */
.hkc-sm-6 fieldset{ background:transparent !important; border:none !important; }
.hikashop_checkout_status .label{ background:#222; border:1px solid #333; color:#fff; }

/* FIX: Forzar visibilidad del botón hamburguesa en móvil */
@media (max-width: 991.98px) {
  #sp-header.full-header-center .menu-with-offcanvas #offcanvas-toggler,
  #sp-header.header-with-social .menu-with-offcanvas #offcanvas-toggler,
  #sp-header .menu-with-offcanvas #offcanvas-toggler {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* ===== Pullover | Login (izda) + Registro (dcha) en 2 columnas ===== */

/* Contenedor de ambas secciones en 2 columnas */
#hikashop_checkout .hk-container-fluid,
#hikashop_checkout .hk-row-fluid{
  display: grid !important;
  grid-template-columns: 0.7fr 1fr;
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
  position: relative;
}

/* Divider vertical suave entre columnas (solo desktop) */
#hikashop_checkout .hk-container-fluid::before,
#hikashop_checkout .hk-row-fluid::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:1px;
  transform: translateX(-.5px);
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.12), transparent);
}
@media (max-width: 992px){
  #hikashop_checkout .hk-container-fluid,
  #hikashop_checkout .hk-row-fluid{
    grid-template-columns: 1fr;
  }
  #hikashop_checkout .hk-container-fluid::before,
  #hikashop_checkout .hk-row-fluid::before{
    display:none;
  }
}

/* Neutralizamos layout antiguo de Hikashop (floats / widths) */
#hikashop_checkout .hkc-lg-4,
#hikashop_checkout .hkc-lg-8{
  float: none !important;
  width: auto !important;
  display:block !important;
}

/* Las dos tarjetas */
#hikashop_checkout_login_form,
#hikashop_checkout_registration{
  background:#0f0f0f;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,0,0,.35);
  padding: clamp(18px, 3vw, 32px);
  width: 100%;
}

/* Títulos */
#hikashop_checkout h2{
  color:#fff;
  margin: 0 0 1rem 0;
}

/* Labels pegados a inputs */
#hikashop_checkout .hkform-horizontal .hkform-group.control-group{
  display:flex;
  flex-direction: column;
  margin-bottom: 10px;
}
#hikashop_checkout .hkform-horizontal .hkcontrol-label{
  margin: 0 0 6px 0;
  font-size:.95rem;
  color:#e4e4e4;
}

/* Inputs */
#hikashop_checkout input.form-control,
#hikashop_checkout select.form-select{
  background:#141414;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  color:#fff;
  padding:10px 12px;
  width:100%;
}
#hikashop_checkout input.form-control:focus,
#hikashop_checkout select.form-select:focus{
  border-color:#ffb627;
  box-shadow:0 0 0 3px rgba(255,182,39,.2);
}

/* Botón principal */
#hikashop_checkout .hikabtn{
  background: linear-gradient(180deg,#ffb627,#eaa41f) !important;
  color:#111 !important;
  border:none;
  border-radius:12px;
  padding:12px 16px;
  font-weight:700;
  letter-spacing:.02em;
  width:100%;
  transition: transform .2s, box-shadow .2s;
}
#hikashop_checkout .hikabtn:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255,182,39,.25);
}

/* Ocultar botón de Autenticación web */
#hikashop_checkout .plg_system_webauthn_login_button{
  display:none !important;
}

/* Links */
#hikashop_checkout a{ color:#ffb627; }

.hkc-sm-8 {
  width: 100%;
}

/* ===== Pullover | Login normal (com_users view-login) ===== */
:root{
  --po-card:#0f0f0f;
  --po-stroke:rgba(255,255,255,.10);
  --po-soft:#141414;
  --po-text:#fff;
  --po-accent:#ffb627;
}

/* Centrado y ancho cómodo */
.com-users-login.login .row.justify-content-center{
  justify-content:center !important;
}
.com-users-login.login .col-lg-4{
  flex: 0 1 520px;
  max-width: 520px;
}

/* Card principal del formulario */
.com-users-login__form{
  background: var(--po-card);
  border: 1px solid var(--po-stroke);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  padding: clamp(18px, 3vw, 32px);
  margin-top: 100px;
}

/* Título (si lo hubiera) */
.com-users-login.login h1,
.com-users-login.login h2{
  color: var(--po-text);
  margin: 0 0 1rem 0;
  text-align:center;
}

/* Labels pegados al input */
.com-users-login__form .mb-3 > label{
  margin-bottom: 6px;
  color:#e5e5e5;
  font-size:.95rem;
}

/* Inputs coherentes */
.com-users-login__form input.form-control{
  background: var(--po-soft);
  color: var(--po-text);
  border: 1px solid var(--po-stroke);
  border-radius: 12px;
  padding: 10px 12px;
}
.com-users-login__form input.form-control:focus{
  border-color: var(--po-accent);
  box-shadow: 0 0 0 3px rgba(255,182,39,.22);
  outline: none;
}

/* Botón mostrar contraseña y secundarios */
.com-users-login__form .btn.btn-secondary{
  background: linear-gradient(180deg,#1b1b1b,#121212);
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  border-radius: 10px;
}

/* Checkbox “Recuérdeme” alineado */
.com-users-login__remember .form-check{
  display:flex;
  align-items:center;
  gap:8px;
}
.com-users-login__remember .form-check-input{
  accent-color: var(--po-accent);
}

/* Botón principal */
.com-users-login__submit .btn.btn-primary{
  background: linear-gradient(180deg, var(--po-accent), #eaa41f);
  color:#111 !important;
  border:none;
  border-radius:12px;
  padding:12px 16px;
  font-weight:700;
  letter-spacing:.02em;
  transition: transform .2s, box-shadow .2s;
}
.com-users-login__submit .btn.btn-primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(255,182,39,.25);
}

/* Ocultar botón de Autenticación web */
.plg_system_webauthn_login_button{
  display:none !important;
}

/* Lista de opciones (reset/recordar/registrarse) también en card */
.com-users-login__options{
  background: var(--po-card);
  border: 1px solid var(--po-stroke);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,.28);
  margin-top: 16px;
  overflow: hidden;
}
.com-users-login__options .list-group-item{
  background: transparent;
  color: var(--po-accent);
  border: none;
  padding: 12px 16px;
}
.com-users-login__options .list-group-item + .list-group-item{
  border-top: 1px dashed rgba(255,255,255,.12);
}
.com-users-login__options .list-group-item:hover{
  background: rgba(255,182,39,.10);
  text-decoration: none;
}

/* Buscador del header en dark (por si queda muy claro) */
.js-finder-search-query.form-control{
  background: var(--po-soft);
  border:1px solid var(--po-stroke);
  color: var(--po-text);
}

/* Responsivo: algo más de respiración en mobile */
@media (max-width: 576px){
  .com-users-login.login .col-lg-4{ padding: 0 8px; }
}


/* ===== Pullover | Registro (com_users view-registration) ===== */
:root{
  --po-card:#0f0f0f;
  --po-soft:#141414;
  --po-stroke:rgba(255,255,255,.10);
  --po-text:#fff;
  --po-muted:#cfcfcf;
  --po-accent:#ffb627;
}

/* Centrado y ancho cómodo del bloque */
.com-users-registration.registration .row.justify-content-center{
  justify-content:center !important;
}
.com-users-registration.registration .col-lg-9.col-xl-6{
 flex: 0 1 750px;
 max-width: 750px;
}

/* Card principal */
.com-users-registration__form,
#member-registration{
  background: var(--po-card);
  border: 1px solid var(--po-stroke);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  padding: clamp(18px,3vw,32px);
  color: var(--po-text);
}

/* Título */
#member-registration fieldset > legend{
  width:100%;
  text-align:center;
  color: var(--po-text);
  font-size: clamp(20px,2.4vw,28px);
  margin: 0 0 14px 0;
}

/* Aviso “* Campo obligatorio” más discreto */
#member-registration .field-spacer .control-label,
#member-registration .field-spacer .controls{ display:none; }

/* Grid label + input (compacto) */
#member-registration .control-group{
  
  grid-template-columns: 180px 1fr;
  column-gap: 12px;
  row-gap: 8px;
  align-items:center;
  margin-bottom: 12px;
}
#member-registration .control-label{
  margin:0;
  color: var(--po-muted);
  line-height:1.2;
}
@media (max-width: 576px){
  #member-registration .control-group{ grid-template-columns: 1fr; }
}

/* Inputs */
#member-registration input.form-control{
  background: var(--po-soft);
  color: var(--po-text);
  border: 1px solid var(--po-stroke);
  border-radius: 12px;
  padding: 10px 12px;
}
#member-registration input.form-control:focus{
  border-color: var(--po-accent);
  box-shadow: 0 0 0 3px rgba(255,182,39,.22);
  outline:none;
}

/* Texto de reglas de contraseña */
#member-registration #jform\[password1]-rules{
  margin: 0 0 6px 0;
  color: var(--po-muted);
  grid-column: 2 / -1;
}
@media (max-width: 576px){
  #member-registration #jform\[password1]-rules{ grid-column: 1 / -1; }
}

/* Grupo de contraseña + botón ojo */
#member-registration .password-group .input-group{
  display:flex; gap:8px;
}
#member-registration .btn.btn-secondary.input-password-toggle{
  background: linear-gradient(180deg,#1b1b1b,#121212);
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  padding: 10px 12px;
}

/* Medidor de fuerza */
#member-registration meter{
  width:100%;
  height:6px;
  border-radius:999px;
  background: rgba(255,255,255,.1);
}
#member-registration meter::-webkit-meter-bar{ background: transparent; }
#member-registration meter::-webkit-meter-optimum-value{
  background: linear-gradient(90deg,#ff6b6b,#ffd166,#06d6a0);
  border-radius:999px;
}
#member-registration #password-0{ color: var(--po-muted); }

/* Botón Registrar */
.com-users-registration__register.btn.btn-primary{
  background: linear-gradient(180deg, var(--po-accent), #eaa41f);
  color:#111 !important;
  border:none;
  border-radius:12px;
  padding:12px 16px;
  font-weight:700;
  letter-spacing:.02em;
  width:100%;
  transition: transform .2s, box-shadow .2s;
}
.com-users-registration__register.btn.btn-primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(255,182,39,.25);
}

/* Enlaces y estados */
.com-users-registration.registration a{ color: var(--po-accent); }

/* Buscador del header en dark (coherencia) */
.js-finder-search-query.form-control{
  background: var(--po-soft);
  border:1px solid var(--po-stroke);
  color: var(--po-text);
}

/* ===== Centrado real del botón Registrar y margen inferior ===== */

/* Card centrado y con margen */
.com-users-registration.registration .col-lg-9.col-xl-6 {
  flex: 0 1 750px;
  max-width: 750px;
  margin: 0 auto 70px auto;
}

/* Contenedor del botón */
.com-users-registration__submit .controls {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  text-align: center;
  width: 100%;
}

/* Botón Registrar */
.com-users-registration__register.btn.btn-primary {
  width: auto !important;
  min-width: 220px;
  padding: 12px 28px;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(180deg, #ffb627, #eaa41f);
  color: #111 !important;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.2s, box-shadow 0.2s;
}
.com-users-registration__register.btn.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(255, 182, 39, 0.25);
}

.hika_no_products {
    margin-bottom: 500px;
  	margin-top: 100px;
}

/* ==== Direcciones: FIX mobile + títulos + selects ==== */

/* Títulos y subrayado (desktop y mobile) */
#hikashop_address_listing .hikashop_billing_addresses h3,
#hikashop_address_listing .hikashop_shipping_addresses h3{
  position: relative;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 8px 0 22px;
  z-index: 1;
}
#hikashop_address_listing .hikashop_billing_addresses h3::after,
#hikashop_address_listing .hikashop_shipping_addresses h3::after{
  content:"";
  position:absolute;
  left:24px; right:24px;
  bottom:-8px;
  height:4px; border-radius:999px;
  background:#ffb627;
}

/* Selects “por defecto” a ancho completo y legibles */
#hikashop_user_addresses_default .hika_options.large{
  display:grid;
  grid-template-columns: 280px 1fr;
  gap:12px 16px;
  margin-bottom:16px;
}
#hikashop_user_addresses_default .hika_options.large dt{ color:#e5e5e5; margin:0; }
#hikashop_user_addresses_default .hika_options.large dd select.form-select.hikashop_default_address_dropdown{
  width:100% !important;
  max-width:100%;
  background:#141414; color:#fff;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  padding:10px 14px;
  font-size:1rem;
  min-height:46px;
}

/* Cards bonitos */
#hikashop_user_addresses_show .hikashop_billing_addresses,
#hikashop_user_addresses_show .hikashop_shipping_addresses{
  background:#0f0f0f;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  box-shadow:0 14px 30px rgba(0,0,0,.35);
  padding:20px;
}

/* ====== MOBILE FIX (clave) ====== */
@media (max-width: 992px){
  /* romper floats y forzar 1 columna limpia */
  #hikashop_user_addresses_show .hk-row-fluid{
    display:block !important;
  }
  #hikashop_user_addresses_show .hkc-md-6{
    width:100% !important;
    float:none !important;
    margin:0 0 22px 0 !important;
  }

  /* grid de selects en una columna */
  #hikashop_user_addresses_default .hika_options.large{
    grid-template-columns: 1fr;
  }

  /* títulos más contenidos y sin solaparse */
  #hikashop_address_listing .hikashop_billing_addresses h3,
  #hikashop_address_listing .hikashop_shipping_addresses h3{
    font-size: clamp(18px, 5vw, 22px) !important;
    margin: 6px 0 18px !important;
  }
  #hikashop_address_listing .hikashop_billing_addresses h3::after,
  #hikashop_address_listing .hikashop_shipping_addresses h3::after{
    left:12px; right:12px; bottom:-6px; height:3px;
  }

  /* selects un pelín más compactos en móvil */
  #hikashop_user_addresses_default .hika_options.large dd select.form-select.hikashop_default_address_dropdown{
    font-size:.95rem; padding:10px 12px; min-height:44px;
  }
}

/* margen inferior de toda la sección para que “respire” */
#hikashop_address_listing{ margin-bottom:64px; }


/* ====== Dirección por defecto (label + select) ====== */
#hikashop_user_addresses_default .hika_options.large {
  display: grid;
  grid-template-columns: 0.3fr 0.6fr;
  align-items: center;
  gap: 6px 16px; /* menos separación vertical */
  margin-bottom: 16px;
}

.hikashop_default_billing_address > dt{
  width:100%;
}

#hikashop_user_addresses_default .hika_options.large dt {
  margin: 0;
}

#hikashop_user_addresses_default .hika_options.large dt label {
  display: block;              /* corrige truncado */
  width: 100%;                 /* ocupa todo el grid-col */
  white-space: normal;         /* permite salto de línea */
  overflow: visible;
  font-size: 1rem;
  font-weight: 500;
  color: #f1f1f1;
  line-height: 1.4;
}

#hikashop_user_addresses_default .hika_options.large dd select.form-select.hikashop_default_address_dropdown {
  width: 100% !important;
  max-width: 100%;
  background: #141414;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 1rem;
  min-height: 46px;
}

/* ====== Cards ====== */
#hikashop_user_addresses_show .hikashop_billing_addresses,
#hikashop_user_addresses_show .hikashop_shipping_addresses {
  background: #0f0f0f;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .35);
  padding: 22px;
}

/* ====== Mobile ====== */
@media (max-width: 992px) {
  #hikashop_user_addresses_default .hika_options.large {
    grid-template-columns: 1fr;  /* apila label + select */
    gap: 4px 0;                  /* reduce separación */
  }

  #hikashop_user_addresses_default .hika_options.large dt label {
    text-align: left;
    font-size: 0.95rem;
  }

  /* margen entre cards (para que respiren) */
  #hikashop_user_addresses_show .hikashop_billing_addresses {
    margin-bottom: 28px;
  }

  /* título más ajustado */
  #hikashop_address_listing .hikashop_billing_addresses h3,
  #hikashop_address_listing .hikashop_shipping_addresses h3 {
    font-size: clamp(18px, 5vw, 22px);
  }
}

dl.hika_options.large > dd {
  margin-left: 0px;
}

.hika_no_products {
  	margin-top: 100px;
}

/* Página de perfil/suscripción AcyMailing */
body.com_acym.view-frontusers #acym_wrapper {
  --po-bg:#0b0b0b;
  --po-panel:#131313;
  --po-text:#f3f3f3;
  --po-muted:#b8b8b8;
  --po-gold:#bb7a06;
  --po-gold-2:#d28b10;
  --po-border:rgba(255,255,255,.08);
  --po-shadow:0 10px 30px rgba(0,0,0,.35);
  color:var(--po-text);
}

body.com_acym.view-frontusers #sp-component .sp-column {
  display:flex;
  justify-content:center;
}

body.com_acym.view-frontusers #acym_fulldiv_formAcym32951 {
  width:100%;
  max-width:720px;
  background:var(--po-panel);
  border:1px solid var(--po-border);
  border-radius:16px;
  box-shadow:var(--po-shadow);
  padding:28px;
  margin:24px 0 60px;
}

/* Leyendas y secciones */
body.com_acym.view-frontusers fieldset.adminform {
  border:1px solid var(--po-border);
  border-radius:5px;
  padding:18px;
  margin-bottom:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}

body.com_acym.view-frontusers fieldset.adminform legend {
  font-size:14px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--po-muted);
  padding:0 8px;
}

/* Labels y títulos de campos */
body.com_acym.view-frontusers .acym__users__creation__fields__title {
  display:block;
  font-size:13px;
  color:var(--po-muted);
  margin-bottom:6px;
}

/* Inputs */
body.com_acym.view-frontusers input[type="text"],
body.com_acym.view-frontusers input[type="email"] {
  width:100%;
  background:#0f0f0f;
  border:1px solid var(--po-border);
  border-radius:12px;
  color:var(--po-text);
  padding:12px 14px;
  line-height:1.2;
  transition:box-shadow .2s ease, border-color .2s ease, transform .02s ease;
  outline:none;
}

body.com_acym.view-frontusers input[type="text"]::placeholder,
body.com_acym.view-frontusers input[type="email"]::placeholder {
  color:#8e8e8e;
}

body.com_acym.view-frontusers input[type="text"]:focus,
body.com_acym.view-frontusers input[type="email"]:focus {
  border-color:var(--po-gold);
  box-shadow:0 0 0 3px rgba(187,122,6,.15);
}

/* Grid de campos */
body.com_acym.view-frontusers #acyuserinfo {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
@media (max-width:768px){
  body.com_acym.view-frontusers #acyuserinfo { grid-template-columns:1fr; }
}

/* Toggle Sí/No elegante */
body.com_acym.view-frontusers .acym_radio_group {
  display:inline-flex;
  background:#0f0f0f;
  border:1px solid var(--po-border);
  border-radius:999px;
  overflow:hidden;
}

body.com_acym.view-frontusers .acym_radio_group input[type="radio"] {
  position:absolute;
  opacity:0;
  pointer-events:none;
}

body.com_acym.view-frontusers .acym_radio_group label {
  padding:10px 18px;
  font-weight:600;
  font-size:13px;
  color:var(--po-muted);
  cursor:pointer;
  user-select:none;
  transition:background .2s ease, color .2s ease, transform .02s ease;
}

body.com_acym.view-frontusers .acym_radio_group input[type="radio"]:checked + label {
  background:var(--po-gold);
  color:#0a0a0a;
}

/* Fila de lista de suscripción */
body.com_acym.view-frontusers .acym_list {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px;
  border:1px dashed var(--po-border);
  border-radius:12px;
  background:#0f0f0f;
}

body.com_acym.view-frontusers .acym_list .list_name {
  font-weight:700;
  letter-spacing:.02em;
}

/* Botón principal */
body.com_acym.view-frontusers .acymodifybutton {
  text-align:center;
  margin-top:14px;
}

body.com_acym.view-frontusers .acymodifybutton .btn.btn-primary,
body.com_acym.view-frontusers input[type="submit"].btn.btn-primary {
  appearance:none;
  background:linear-gradient(180deg, var(--po-gold), var(--po-gold-2));
  border:none;
  border-radius:999px;
  padding:14px 26px;
  font-weight:800;
  letter-spacing:.02em;
  color:#0a0a0a;
  text-transform:uppercase;
  box-shadow:0 8px 18px rgba(187,122,6,.25);
  transition:transform .05s ease, box-shadow .2s ease, filter .15s ease;
}

body.com_acym.view-frontusers .acymodifybutton .btn.btn-primary:hover {
  filter:saturate(1.05);
  box-shadow:0 10px 26px rgba(187,122,6,.35);
}

body.com_acym.view-frontusers .acymodifybutton .btn.btn-primary:active {
  transform:translateY(1px);
}

/* Errores de validación */
body.com_acym.view-frontusers .acym__field__error__block {
  margin-top:6px;
  font-size:12px;
  color:#ff6b6b;
}

/* Mensajes del sistema */
body.com_acym.view-frontusers #system-message-container .alert {
  border-radius:12px;
  overflow:hidden;
}

/* Topbar esfuerzo visual con el tema */
#sp-topbar .mod-custom { 
  color:#fff; 
  letter-spacing:.08em; 
}

/* Ajustes del contenedor para respirar bajo el header */
body.com_acym.view-frontusers #sp-sp-page-buider .container-inner {
  padding-top:18px;
}

/* Accesibilidad: estados de foco visibles para labels del toggle */
body.com_acym.view-frontusers .acym_radio_group label:focus {
  outline:2px solid var(--po-gold);
  outline-offset:2px;
}


/* --- Ajuste de ancho y distribución del formulario Pull-Over --- */
body.com_acym.view-frontusers #acym_fulldiv_formAcym32951 {
  max-width: 960px;        /* antes 720px */
  padding: 40px 50px;      /* un poco más de espacio lateral */
}

body.com_acym.view-frontusers #acyuserinfo {
  grid-template-columns: 1fr 1fr;
  gap: 24px;               /* más separación entre campos */
}

body.com_acym.view-frontusers fieldset.adminform {
  padding: 26px;
}

body.com_acym.view-frontusers .acymodifybutton {
  margin-top: 28px;
}

@media (max-width: 992px) {
  body.com_acym.view-frontusers #acym_fulldiv_formAcym32951 {
    max-width: 90%;
    padding: 30px 25px;
  }
}

/* ----- Layout 2 columnas (intro izquierda + formulario derecha) ----- */
body.com_acym.view-frontusers [id^="acym_fulldiv_formAcym"]{
  display:grid;
  grid-template-columns:minmax(300px,1fr) minmax(520px,1.2fr);
  gap:48px;
  align-items:stretch;
  max-width:1120px;      /* ancho cómodo en desktop */
  padding:40px 50px;     /* respira un poco más */
}

/* ----- Caja del mensaje con actitud ----- */
body.com_acym.view-frontusers .acym_introtext{
  display:block;
  position:relative;
  background:#0f0f0f;
  border:1px solid rgba(255,255,255,.08);
  border-radius:5px;
  padding:28px 24px 28px 28px;
  color:#eaeaea;
  line-height:1.55;
  font-size:18px;
  white-space:pre-line;        /* respeta tu salto de línea */
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}

/* Título dentro del intro (primera línea destacada) */
body.com_acym.view-frontusers .acym_introtext::first-line{
  color:#bb7a06;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
  font-size:20px;
}

/* Barra dorada de potencia */
body.com_acym.view-frontusers .acym_introtext::before{
  content:"";
  position:absolute;
  left:0; top:18px; bottom:18px;
  width:4px;
  border-radius:4px;
  background:linear-gradient(180deg,#bb7a06,#d28b10);
  box-shadow:0 0 18px rgba(187,122,6,.35);
}

/* Marca fantasma “ATTITUDE” para darle carácter */
body.com_acym.view-frontusers .acym_introtext::after{
  content:"ATTITUDE";
  position:absolute;
  right:-8px; bottom:-6px;
  font-weight:900;
  letter-spacing:.12em;
  font-size:72px;
  color:#ffffff;
  opacity:.04;
  pointer-events:none;
}

/* Ajuste del lado del formulario (columna derecha) */
body.com_acym.view-frontusers [id^="acym_fulldiv_formAcym"] form{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

/* Fieldsets un pelín más amplios para equilibrar con el texto */
body.com_acym.view-frontusers fieldset.adminform{
  padding:26px;
}

/* Responsive: apila en móvil/tablet */
@media (max-width: 992px){
  body.com_acym.view-frontusers [id^="acym_fulldiv_formAcym"]{
    grid-template-columns:1fr;
    gap:28px;
    padding:30px 22px;
    max-width:92%;
  }
  body.com_acym.view-frontusers .acym_introtext::after{
    font-size:48px;
    right:-4px;
  }
}

/* --- Ajuste del texto motivador para mantener Pull-Over unido y dorado --- */
body.com_acym.view-frontusers .acym_introtext strong {
  color: #bb7a06;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* Anula el salto automático que dividía Pull-Over */
body.com_acym.view-frontusers .acym_introtext {
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* Mantiene la primera línea (ÚNETE...) dorada también */
body.com_acym.view-frontusers .acym_introtext::first-line {
  color: #bb7a06;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 20px;
}

/* ===========================
   Pull-Over — Perfil de usuario (com_users view=profile layout=edit)
   =========================== */

body.com-users.view-profile.layout-edit {
  --po-bg: #0b0b0b;
  --po-panel:#131313;
  --po-text:#f3f3f3;
  --po-muted:#bdbdbd;
  --po-border: rgba(255,255,255,.08);
  --po-gold:#bb7a06;
  --po-gold-2:#d28b10;
  --po-shadow: 0 12px 34px rgba(0,0,0,.35);
}

/* Centrar y limitar ancho del contenido */
body.com-users.view-profile.layout-edit #sp-component .sp-column{
  display:flex; justify-content:center;
}
body.com-users.view-profile.layout-edit .com-users-profile__edit{
  width:100%; 
  max-width:960px;
  margin-top:50px;
  margin-bottom: 50px;
}

/* Panel principal */
body.com-users.view-profile.layout-edit .com-users-profile__edit-form{
  background:var(--po-panel) !important;
  border:1px solid var(--po-border) !important;
  border-radius:16px !important;
  padding:34px !important;
  box-shadow:var(--po-shadow);
  color:var(--po-text);
}

/* Fieldsets y leyendas */
body.com-users.view-profile.layout-edit fieldset{
  border:1px solid var(--po-border) !important;
  border-radius:14px;
  padding:20px !important;
  margin-bottom:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}
body.com-users.view-profile.layout-edit legend{
  font-size:14px; letter-spacing:.12em; text-transform:uppercase;
  color:var(--po-muted);
  padding:0 8px;
}

/* Etiquetas */
body.com-users.view-profile.layout-edit .control-label label{
  color:var(--po-muted); font-size:13px;
}

/* Inputs + selects */
body.com-users.view-profile.layout-edit .form-control,
body.com-users.view-profile.layout-edit .form-select,
body.com-users.view-profile.layout-edit input[type="text"],
body.com-users.view-profile.layout-edit input[type="email"],
body.com-users.view-profile.layout-edit input[type="password"]{
  background:#0f0f0f !important;
  border:1px solid var(--po-border) !important;
  color:var(--po-text) !important;
  border-radius:12px !important;
  padding:12px 14px !important;
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease, transform .02s ease;
}
body.com-users.view-profile.layout-edit .form-control:focus,
body.com-users.view-profile.layout-edit .form-select:focus{
  border-color:var(--po-gold) !important;
  box-shadow:0 0 0 3px rgba(187,122,6,.18) !important;
}

/* Inputs readonly (username) */
body.com-users.view-profile.layout-edit #jform_username[readonly]{
  opacity:.8;
}

/* Grupo de contraseña: botón ojo */
body.com-users.view-profile.layout-edit .input-group .btn{
  background:#1a1a1a; border:1px solid var(--po-border);
  color:#d8d8d8;
}
body.com-users.view-profile.layout-edit .input-group{
  gap:8px;
}

/* Switcher (Sí/No) */
body.com-users.view-profile.layout-edit .switcher{
  position:relative; display:inline-flex; align-items:center;
  background:#0f0f0f; border:1px solid var(--po-border);
  border-radius:999px; padding:4px; gap:4px;
}
body.com-users.view-profile.layout-edit .switcher label{
  cursor:pointer; font-weight:600; font-size:13px; color:var(--po-muted);
  padding:8px 14px; border-radius:999px; transition:background .2s,color .2s;
}
body.com-users.view-profile.layout-edit .switcher input:checked + label{
  background:var(--po-gold); color:#0a0a0a;
}

/* Choices (select avanzado) modo oscuro */
body.com-users.view-profile.layout-edit .choices__inner{
  background:#0f0f0f; border:1px solid var(--po-border);
  color:var(--po-text); border-radius:12px;
}
body.com-users.view-profile.layout-edit .choices__list--dropdown{
  background:#111; border:1px solid var(--po-border);
}
body.com-users.view-profile.layout-edit .choices__item{
  color:#ddd;
}
body.com-users.view-profile.layout-edit .choices__item--highlighted{
  background:#1a1a1a; color:#fff;
}

/* Tablas (WebAuthn / MFA) */
body.com-users.view-profile.layout-edit table.table{
  color:var(--po-text); background:#0f0f0f;
  border-color:var(--po-border);
}
body.com-users.view-profile.layout-edit table.table thead{
  background:#111 !important; color:#eaeaea;
}
body.com-users.view-profile.layout-edit table.table tbody tr{
  border-color:var(--po-border);
}

/* Tarjetas MFA */
body.com-users.view-profile.layout-edit .card{
  background:#101010; border:1px solid var(--po-border);
  border-radius:14px; overflow:hidden;
}
body.com-users.view-profile.layout-edit .card-header{
  background:#121212; border-bottom:1px solid var(--po-border);
}
body.com-users.view-profile.layout-edit .card-body{
  color:#dcdcdc;
}

/* Botones */
body.com-users.view-profile.layout-edit .btn.btn-primary{
  background:linear-gradient(180deg,var(--po-gold),var(--po-gold-2)) !important;
  border:none !important; color:#0a0a0a !important;
  font-weight:800; text-transform:uppercase; letter-spacing:.02em;
  border-radius:999px; padding:12px 22px;
  box-shadow:0 8px 18px rgba(187,122,6,.26);
  transition:transform .05s ease, box-shadow .2s ease, filter .15s ease;
}
body.com-users.view-profile.layout-edit .btn.btn-primary:hover{
  filter:saturate(1.05);
  box-shadow:0 10px 26px rgba(187,122,6,.35);
}
body.com-users.view-profile.layout-edit .btn.btn-danger{
  background:#2a1212; border:1px solid #512; color:#ffb3b3;
  border-radius:999px; padding:12px 20px;
}

/* Mensajes de ayuda / descripciones */
body.com-users.view-profile.layout-edit .form-text,
body.com-users.view-profile.layout-edit small.form-text{
  color:#9a9a9a !important;
}

/* Separación inferior del bloque de envío */
body.com-users.view-profile.layout-edit .com-users-profile__edit-submit{
  margin-top:8px;
}

/* Responsive */
@media (max-width: 992px){
  body.com-users.view-profile.layout-edit .com-users-profile__edit-form{
    padding:24px !important; max-width:92%;
  }
}

/* === PATCH VISIBILIDAD PERFIL (Pull-Over) === */

/* Más contraste general */
body.com-users.view-profile.layout-edit {
  --po-panel:#141414;
  --po-border:rgba(255,255,255,.16);
  --po-muted:#c9c9c9;
}

/* Fieldsets: borde + fondo más legibles */
body.com-users.view-profile.layout-edit fieldset{
  background:#131313 !important;
  border-color:var(--po-border) !important;
}
body.com-users.view-profile.layout-edit legend{
  color:#e6e6e6; letter-spacing:.14em;
}

/* Labels y textos de ayuda más claros */
body.com-users.view-profile.layout-edit .control-label label,
body.com-users.view-profile.layout-edit .form-text,
body.com-users.view-profile.layout-edit small.form-text{
  color:#dadada !important;
}

/* Controles: fondo un pelín más claro y borde marcado */
body.com-users.view-profile.layout-edit .form-control,
body.com-users.view-profile.layout-edit .form-select,
body.com-users.view-profile.layout-edit input[type="text"],
body.com-users.view-profile.layout-edit input[type="email"],
body.com-users.view-profile.layout-edit input[type="password"]{
  background:#161616 !important;
  border:1px solid var(--po-border) !important;
  color:#f4f4f4 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
body.com-users.view-profile.layout-edit .form-control::placeholder{
  color:#9b9b9b;
}
body.com-users.view-profile.layout-edit .form-control:focus,
body.com-users.view-profile.layout-edit .form-select:focus{
  border-color:#d28b10 !important;
  box-shadow:0 0 0 3px rgba(210,139,16,.22) !important;
}

/* SELECT avanzado (choices) más legible */
body.com-users.view-profile.layout-edit .choices__inner{
  background:#161616; border-color:var(--po-border); color:#f2f2f2;
}
body.com-users.view-profile.layout-edit .choices__list--dropdown{
  background:#121212; border-color:var(--po-border);
}
body.com-users.view-profile.layout-edit .choices__item{ color:#e6e6e6; }
body.com-users.view-profile.layout-edit .choices__item--highlighted{
  background:#1d1d1d; color:#fff;
}

/* Switcher (Sí/No): ocultar radios y pintar pista/knob */
body.com-users.view-profile.layout-edit .switcher input[type="radio"]{
  position:absolute !important; opacity:0 !important; pointer-events:none;
}
body.com-users.view-profile.layout-edit .switcher{
  background:#0f0f0f; border:1px solid var(--po-border);
  border-radius:999px; padding:4px; gap:6px;
}
body.com-users.view-profile.layout-edit .switcher label{
  color:#bdbdbd; background:transparent; border-radius:999px;
  padding:8px 16px; font-weight:700;
}
body.com-users.view-profile.layout-edit .switcher input[type="radio"]:checked + label{
  background:linear-gradient(180deg,#bb7a06,#d28b10);
  color:#0a0a0a;
}

/* Tablas WebAuthn/MFA: cabeceras y filas con contraste */
body.com-users.view-profile.layout-edit table.table{
  background:#121212; border-color:var(--po-border); color:#eaeaea;
}
body.com-users.view-profile.layout-edit table.table thead{
  background:#171717 !important;
}
body.com-users.view-profile.layout-edit table.table tbody tr{
  border-color:rgba(255,255,255,.10);
}

/* Botones secundarios (ojo de password y outline) */
body.com-users.view-profile.layout-edit .input-group .btn{
  background:#1b1b1b; border:1px solid var(--po-border); color:#e6e6e6;
}
body.com-users.view-profile.layout-edit .btn.btn-outline-primary{
  border-color:#bb7a06; color:#ffd28e;
}
body.com-users.view-profile.layout-edit .btn.btn-outline-primary:hover{
  background:#bb7a06; color:#0a0a0a;
}

/* Separación vertical entre fieldsets grandes */
body.com-users.view-profile.layout-edit fieldset + fieldset{
  margin-top:16px;
}

/* Required star visible */
body.com-users.view-profile.layout-edit .star{ color:#ffb74d; }

/* ==== PERFIL Pull-Over: más contraste ==== */
body.com-users.view-profile.layout-edit {
  --po-panel:#141414; --po-text:#f5f5f5; --po-muted:#d2d2d2;
  --po-border:rgba(255,255,255,.18); --po-gold:#bb7a06; --po-gold-2:#d28b10;
}
body.com-users.view-profile.layout-edit .com-users-profile__edit-form{
  background:#141414 !important; border:1px solid var(--po-border) !important;
  color:var(--po-text);
}
body.com-users.view-profile.layout-edit fieldset{
  background:#131313 !important; border-color:var(--po-border) !important;
}
body.com-users.view-profile.layout-edit legend{ color:#eaeaea; letter-spacing:.14em; }

/* Inputs/Selects legibles */
body.com-users.view-profile.layout-edit .form-control,
body.com-users.view-profile.layout-edit .form-select,
body.com-users.view-profile.layout-edit input[type="text"],
body.com-users.view-profile.layout-edit input[type="email"],
body.com-users.view-profile.layout-edit input[type="password"]{
  background:#171717 !important; border:1px solid var(--po-border) !important;
  color:#f5f5f5 !important; border-radius:12px !important; padding:12px 14px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
body.com-users.view-profile.layout-edit .form-control::placeholder{ color:#9c9c9c; }
body.com-users.view-profile.layout-edit .form-control:focus,
body.com-users.view-profile.layout-edit .form-select:focus{
  border-color:var(--po-gold) !important; box-shadow:0 0 0 3px rgba(187,122,6,.22) !important;
}
body.com-users.view-profile.layout-edit .control-label label,
body.com-users.view-profile.layout-edit .form-text,
body.com-users.view-profile.layout-edit small.form-text{ color:#dadada !important; }

/* Opciones <option> visibles en desplegable nativo */
body.com-users.view-profile.layout-edit select.form-select option{
  background:#151515; color:#f0f0f0;
}

/* Switcher Sí/No: usamos etiquetas como pastillas y ocultamos el “track” blanco */
body.com-users.view-profile.layout-edit .switcher .toggle-outside{ display:none !important; }
body.com-users.view-profile.layout-edit .switcher{
  background:#101010; border:1px solid var(--po-border); border-radius:999px; padding:4px; gap:6px;
}
body.com-users.view-profile.layout-edit .switcher label{
  color:#c9c9c9; background:transparent; border-radius:999px; padding:8px 16px; font-weight:700;
}
body.com-users.view-profile.layout-edit .switcher input[type="radio"]{ position:absolute; opacity:0; pointer-events:none; }
body.com-users.view-profile.layout-edit .switcher input[type="radio"]:checked + label{
  background:linear-gradient(180deg,var(--po-gold),var(--po-gold-2)); color:#0a0a0a;
}

/* Choices (select avanzado) oscuro */
body.com-users.view-profile.layout-edit .choices__inner{
  background:#171717; border:1px solid var(--po-border); color:#f2f2f2; border-radius:12px;
}
body.com-users.view-profile.layout-edit .choices__list--dropdown{
  background:#121212; border-color:var(--po-border);
}
body.com-users.view-profile.layout-edit .choices__item{ color:#e6e6e6; }
body.com-users.view-profile.layout-edit .choices__item--highlighted{ background:#1c1c1c; color:#fff; }

/* Tablas MFA / WebAuthn */
body.com-users.view-profile.layout-edit table.table{
  background:#121212; border-color:var(--po-border); color:#eaeaea;
}
body.com-users.view-profile.layout-edit table.table thead{ background:#171717 !important; }

/* Botones */
body.com-users.view-profile.layout-edit .btn.btn-primary{
  background:linear-gradient(180deg,#bb7a06,#d28b10) !important; border:none !important;
  color:#0a0a0a !important; font-weight:800; text-transform:uppercase; letter-spacing:.02em;
  border-radius:999px; padding:12px 22px; box-shadow:0 8px 18px rgba(187,122,6,.26);
}
body.com-users.view-profile.layout-edit .btn.btn-danger{
  background:#2a1212; border:1px solid #5a1a1a; color:#ffb3b3; border-radius:999px; padding:12px 20px;
}

/* ---- Ocultar métodos MFA que no sean Email ---- */
body.com-users.view-profile.layout-edit .com-users-profile__multifactor
  .com-users-methods-list-method:not(.com-users-methods-list-method-name-email){
  display:none !important;
}

:root{
  --gold:#bb7a06;
  --black:#0a0a0a;
  --ink:#0d0d0d;
}

#sp-main{
  background:#000 !important;
}

.hikashop_categories_listing_main{
  padding:40px 6vw !important;
}

.hikashop_subcategories_listing .hk-row-fluid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(280px, 1fr)) !important;
  justify-content:center !important;
  gap:40px !important;
  padding:40px 0 !important;
}


.hikashop_category{
  float:none !important;
  width:auto !important;
}

.hikashop_category .hikashop_subcontainer.thumbnail{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  background:#0d0d0d !important;
  border:1px solid rgba(255,255,255,.1) !important;
  border-radius:18px !important;
  padding:18px !important;
  height:auto !important;
  width:100% !important;
  box-shadow:none !important;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}

.hikashop_category .hikashop_subcontainer.thumbnail:hover{
  transform:translateY(-5px) !important;
  border-color:var(--gold) !important;
  box-shadow:0 8px 24px rgba(187,122,6,.15) !important;
}

.hikashop_category_image{
  width:100% !important;
  height:250px !important;
  overflow:hidden !important;
  border-radius:14px !important;
}

.hikashop_category_image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  border-radius:14px !important;
  transition:transform .3s ease !important;
}

.hikashop_category_image:hover img{
  transform:scale(1.06) !important;
}

.hikashop_category_name{
  text-align:center !important;
  margin:16px 0 6px !important;
}

.hikashop_category_name a{
  color:#fff !important;
  font-weight:700 !important;
  text-decoration:none !important;
  font-size:18px !important;
  text-transform:uppercase !important;
  letter-spacing:.6px !important;
}

.hikashop_category_list{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  text-align:center !important;
}

.hikashop_category_list li{
  margin:4px 0 !important;
}

.hikashop_category_list a{
  color:var(--gold) !important;
  font-size:14px !important;
  text-decoration:none !important;
}

.hikashop_category_list a:hover{
  text-decoration:underline !important;
}

.hikashop_footer{display:none !important;}

@media (max-width:1024px){
  .hikashop_subcategories_listing .hk-row-fluid{
    grid-template-columns:repeat(2, minmax(240px, 1fr)) !important;
  }
}
@media (max-width:700px){
  .hikashop_subcategories_listing .hk-row-fluid{
    grid-template-columns:1fr !important;
  }
}

.hikashop_subcategories_listing .hk-row-fluid{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  gap:40px !important;
  max-width:1100px !important;
  margin:0 auto !important;
  padding:40px 0 !important;
}

.hikashop_category{
  flex:1 1 calc(33.333% - 40px) !important;
  max-width:320px !important;
  box-sizing:border-box !important;
  display:flex !important;
  justify-content:center !important;
}

.hikashop_subcategories_listing .hk-row-fluid{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  gap:40px !important;
  max-width:1100px !important;
  margin:0 auto !important;
  padding:40px 0 !important;
}

.hikashop_category{
  flex:1 1 calc(33.333% - 40px) !important;
  max-width:320px !important;
  box-sizing:border-box !important;
  display:flex !important;
  justify-content:center !important;
}

/* Tablet: 2 cards por fila */
@media (max-width:1024px){
  .hikashop_category{
    flex:1 1 calc(50% - 40px) !important;
    max-width:400px !important;
  }
}

/* Móvil: 1 card por fila, centrada */
@media (max-width:700px){
  .hikashop_subcategories_listing .hk-row-fluid{
    justify-content:center !important;
  }
  .hikashop_category{
    flex:1 1 100% !important;
    max-width:500px !important;
  }
}

/*03/11/2025*/
/* === Forzar grid 4 productos sin huecos ni pseudo-elementos === */
#hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  grid-auto-flow: dense !important;
  position: relative !important;
}
#hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid::before,
#hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid::after {
  content: none !important;
  display: none !important;
}

/* === Resetear contenedores Hika === */
#sp-component .hikashop_product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
#sp-component .hikashop_container,
#sp-component .hikashop_subcontainer {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  min-height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* === Imagen (visible completa, tamaño uniforme) === */
#sp-component .hikashop_product_image_subdiv {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}
#sp-component img.hikashop_product_listing_image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

/* === Texto (nombre y precio con menos margen) === */
#sp-component .hikashop_listing_img_title {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
#sp-component .hikashop_product_name a {
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center !important;
}
#sp-component .hikashop_product_price_full {
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #ccc !important;
  text-align: center !important;
  margin-top: 2px !important;
}


/* === Responsive === */
@media (max-width: 1200px) {
  #hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 992px) {
  #hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 576px) {
  #hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid {
    grid-template-columns: 1fr !important;
  }
}

/* === Grid 4 productos === */
#hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  grid-auto-flow: dense !important;
}
#hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid::before,
#hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid::after {
  display: none !important;
  content: none !important;
}

/* === Imagen rellena completamente el bloque === */
#sp-component .hikashop_product_image_subdiv {
  width: 100% !important;
  aspect-ratio: 4/5 !important; /* más vertical, puedes probar 4/3 si prefieres más bajo */
  overflow: hidden !important;
  border-radius: 10px !important;
  background: #000 !important;
  padding: 0 !important;
}
#sp-component img.hikashop_product_listing_image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; /* zoom natural */
  transition: transform 0.3s ease !important;
}
#sp-component img.hikashop_product_listing_image:hover {
  transform: scale(1.05) !important; /* ligero zoom al pasar el ratón */
}



/* === Texto debajo, centrado === */
#sp-component .hikashop_listing_img_title {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: 10px !important;
}
#sp-component .hikashop_product_name a {
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #fff !important;
  text-align: center !important;
  text-decoration: none !important;
}
#sp-component .hikashop_product_price_full {
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #ccc !important;
  text-align: center !important;
}

/* === Responsive === */
@media (max-width:1200px){
  #hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid{
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width:992px){
  #hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid{
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width:576px){
  #hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid{
    grid-template-columns: 1fr !important;
  }
}
/* Imagen: sin barras blancas, sin padding ni fondo blanco en ningún nivel */
#sp-component .hikashop_product_image,
#sp-component .hikashop_product_image a,
#sp-component .hikashop_product_image_subdiv{
  width:100% !important;
  height:auto !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  background:#000 !important; /* fondo negro para que no asome blanco */
  display:block !important;
  overflow:hidden !important;
  border-radius:10px !important;
}
#sp-component .hikashop_product_image_subdiv{ aspect-ratio: 4 / 5 !important; }
#sp-component .hikashop_product_image a{ height:100% !important; }

#sp-component img.hikashop_product_listing_image{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;      /* rellena todo el contenedor */
  object-position:center center !important;
}

/* Título: vuelve a mostrarse y con color correcto */
#sp-component .hikashop_product_name{
  display:block !important;
  order:2 !important;
  margin:10px 0 0 !important;
  line-height:1.25 !important;
  text-align:center !important;
}
#sp-component .hikashop_product_name a{
  display:inline-block !important;
  color:#fff !important;
  font-weight:700 !important;
  font-size:16px !important;
  text-decoration:none !important;
  text-transform:none !important;
  opacity:1 !important;
  visibility:visible !important;
}

/* Precio debajo del título */
#sp-component .hikashop_product_price_full{
  order:3 !important;
  margin-top:6px !important;
  text-align:center !important;
  color:#ccc !important;
  font-weight:600 !important;
  font-size:15px !important;
}
#sp-component .hikashop_product_price_per_unit{ display:none !important; }

/* (por si reaparece el hueco) elimina pseudo-elemento del grid */
#hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid::before,
#hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid::after{
  content:none !important; display:none !important;
}

/* === Imagen completamente negra de fondo, sin bordes ni franjas === */
#sp-component .hikashop_product_image,
#sp-component .hikashop_product_image a,
#sp-component .hikashop_product_image_subdiv {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: #000 !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}

/* Altura reducida (más cuadrada) */
#sp-component .hikashop_product_image_subdiv {
  aspect-ratio: 4 / 4.5 !important; /* antes 4/5 → más baja */
}

/* Imagen ajustada a cubrir todo sin dejar márgenes blancos */
#sp-component img.hikashop_product_listing_image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  background: #000 !important; /* relleno en caso de png transparente */
  transition: transform 0.25s ease !important;
}
#sp-component img.hikashop_product_listing_image:hover {
  transform: scale(1.05) !important;
}

.hikashop_product_page{
  margin-top: 75px;
}

.hikacart{
  display:flex !important; 
}

.po-variant-two{display:grid;gap:.75rem}
.po-variant-group{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}
.po-variant-label{font-weight:600;opacity:.85;width:100%}
.po-color-btn{width:48px;height:48px;border-radius:6px;border:2px solid #444;background-size:cover;background-position:center;background-repeat:no-repeat;cursor:pointer;outline:0}
.po-color-btn.active{border-color:#ffc400;box-shadow:0 0 0 3px rgba(255,196,0,.25)}
.po-size-btn{min-width:54px;height:42px;padding:0 .7rem;border:1px solid rgba(255,255,255,.28);background:#0f0f0f;color:#eee;border-radius:.6rem;font-weight:600;cursor:pointer}
.po-size-btn:hover{border-color:#ffc400}
.po-size-btn.active{background:#ffc400;color:#000;border-color:#ffc400}

/*05/11/25*/

.hikashop_products_listing .hikashop_product .hikacart {
  display: none !important;
}


/* ===== PRODUCTO (ficha) ===== */
.hikashop_product_page .row.g-4 { align-items: flex-start; }

/* Móvil: apila y centra el formulario bajo las imágenes */
@media (max-width: 991.98px){
  .hikashop_product_page #po-image-container,
  .hikashop_product_page .col-12.col-lg-5{
    width: 100%;
  }
  .hikashop_product_page .col-12.col-lg-5{
    max-width: 520px;
    margin: 0 auto;              /* centra horizontalmente */
    text-align: left;            /* títulos a la izquierda si prefieres: left/center */
  }
  /* centra la fila cantidad + botón bajo el bloque */
  .hikashop_product_page .po-add-row{
    justify-content: center;
  }
}

/* Desktop: centra verticalmente el formulario respecto a las imágenes */
@media (min-width: 992px){
  .hikashop_product_page .row.g-4{
    align-items: center !important;  /* vertical align */
  }
}

/* Botón Pull-Over */
.po-add-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  height: 48px;
  padding: 0 20px;
  border: 2px solid #ffc107;
  background: transparent;
  color: #ffc107;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: transform .1s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.po-add-btn:hover,
.po-add-btn:focus{
  background: #ffc107;
  color: #000;
  box-shadow: 0 0 0 6px rgba(255,193,7,.15);
}
.po-add-btn:active{
  transform: translateY(1px);
}





/* Contenedor cantidad */
.po-qty-wrap{
  display: flex;
  align-items: center;
}

/* Input cantidad */
.po-qty-wrap .hikashop_product_quantity_field{
  width: 78px;
  height: 48px;
  text-align: center;
  font-weight: 700;
  background: #111;
  color: #fff;
  border: 2px solid rgba(255,255,255,.12);
  border-radius: 10px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.po-qty-wrap .hikashop_product_quantity_field:focus{
  border-color: #ffc107;
  box-shadow: 0 0 0 6px rgba(255,193,7,.15);
}

/* Botonera + / – */
.po-qty-changer{
  display: inline-flex;
  margin-left: .5rem;
  gap: .5rem;
}
.po-qty-btn{
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border: 2px solid #2b2b2b;
  background: #171717;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .1s ease;
}
.po-qty-btn:hover{ border-color: #ffc107; box-shadow: 0 0 0 6px rgba(255,193,7,.12); }
.po-qty-btn:active{ transform: translateY(1px); }

/* Alineación fila cantidad + botón */
.po-add-row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}

/* Que el botón quede con altura pareja al input en desktop */
@media (min-width: 992px){
  .po-cart-wrap .po-add-btn{ height: 52px; }
}

.hikashop_product_image_main{
  margin-bottom: 30px
}


/* Centrar el texto único de la topbar */
.po-topbar { width:100%; background:black; color:#fff; }
.po-topbar__inner{
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  justify-content: center;   /* centro horizontal */
  align-items: center;       /* centro vertical */
  text-align: center;        /* por si no hay flex */
  gap: 0;                    /* sin separación extra */
}
.po-topbar__inner > *{
  margin: 0;                 /* evita desplazamientos raros */
}

/*10/11/25*/


/* ========== HikaShop Cart toolbar: botones uniformes ========== */
.hika_toolbar .hika_toolbar_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Enlaces botón (Vaciar, Completar, Guardar, Volver) */
.hika_toolbar .hikabtn,
.hika_toolbar .hkdropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  min-height: 52px;
  min-width: 260px;               /* mismo ancho visual en desktop */
  border: 1px solid rgba(255,255,255,.18);
  text-decoration: none !important;
  color: #fff !important;         /* texto siempre blanco */
  line-height: 1.25;
}

/* Iconos: altura y alineación perfectas */
.hika_toolbar .hikabtn .btnIcon,
.hika_toolbar .hkdropdown > a .btnIcon,
.hika_toolbar .hikabtn .hk-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.hika_toolbar .hikabtn .btnIcon i,
.hika_toolbar .hkdropdown > a .btnIcon i {
  line-height: 1;
}

/* Etiquetas de texto de los botones */
.hika_toolbar .hikabtn .btnName,
.hika_toolbar .hkdropdown > a .hkdropdown-label {
  color: #fff !important;         /* evita que se ponga gris */
  font-weight: 600;
}

/* Mantener estilo especial del CTA amarillo si lo tienes ya en tu tema */
.hika_toolbar .hikabtn[href*="checkout"],
.hika_toolbar .hikabtn:has(.fa-shopping-cart) {
  border-color: transparent;
}

/* Dropdown "Mover a" con el mismo look */
.hika_toolbar .hkdropdown {
  border: 0;
  padding: 0;
}
.hika_toolbar .hkdropdown .hkdropdown-menu {
  background: #111;
  border: 1px solid rgba(255,255,255,.18);
}

/* ========== Móvil / tablets: ordenado y legible ========== */
@media (max-width: 991.98px) {
  /* dos por fila; en pantallas muy estrechas, 1 por fila */
  .hika_toolbar .hikabtn,
  .hika_toolbar .hkdropdown > a {
    flex: 1 1 calc(50% - 12px);
    min-width: auto;
  }
}
@media (max-width: 480px) {
  .hika_toolbar .hikabtn,
  .hika_toolbar .hkdropdown > a {
    flex-basis: 100%;
  }
}

/* ========== Tipografías de la tabla: asegurar blanco ========== */
#hikashop_cart_product_listing thead th,
#hikashop_cart_product_listing tbody td,
#hikashop_cart_product_listing a {
  color: #fff !important;
}

/* ========== Imagen del producto "más clara" ========== */
#hikashop_cart_product_listing .hikashop_cart_product_image {
  filter: brightness(1.18) contrast(1.05);
  /* si alguna regla externa aplica opacity, la neutralizamos */
  opacity: 1 !important;
}

/* Botones +/– y cantidad: mantener buen contraste */
.hikashop_product_quantity_field,
.hikashop_product_quantity_field_change {
  color: #fff !important;
}

/* Pequeña mejora de accesibilidad al pasar el foco */
.hika_toolbar .hikabtn:focus-visible,
.hika_toolbar .hkdropdown > a:focus-visible {
  outline: 2px solid #ffd54d;
  outline-offset: 2px;
}

/* Botonera superior */
.com-hikashop.view-cart .hika_toolbar .hika_toolbar_btn{display:flex;flex-wrap:wrap;gap:12px}
.com-hikashop.view-cart .hika_toolbar .hikabtn,
.com-hikashop.view-cart .hika_toolbar .hkdropdown>a{
  display:inline-flex;align-items:center;gap:10px;min-height:52px;padding:12px 18px;
  border:1px solid rgba(255,255,255,.18);text-decoration:none!important;color:#fff!important;
  line-height:1.25;border-radius:0!important
}
.com-hikashop.view-cart .hika_toolbar .hikabtn .btnIcon,
.com-hikashop.view-cart .hika_toolbar .hkdropdown>a .btnIcon{display:inline-flex;align-items:center;justify-content:center;line-height:1}
.com-hikashop.view-cart .hika_toolbar .hikabtn .btnName,
.com-hikashop.view-cart .hika_toolbar .hkdropdown>a .hkdropdown-label{color:#fff!important;font-weight:600}

/* CTA Completar compra en #bb7a06 */
.com-hikashop.view-cart .hika_toolbar .hikabtn[href*="checkout"],
.com-hikashop.view-cart .hika_toolbar .hikabtn:has(.fa-shopping-cart){
  background:#bb7a06;border-color:#bb7a06;color:#111
}
.com-hikashop.view-cart .hika_toolbar .hikabtn[href*="checkout"] .btnName,
.com-hikashop.view-cart .hika_toolbar .hikabtn:has(.fa-shopping-cart) .btnName{color:#111}

/* Dropdown Mover a coherente */
.com-hikashop.view-cart .hika_toolbar .hkdropdown{border:0;padding:0}
.com-hikashop.view-cart .hika_toolbar .hkdropdown .hkdropdown-menu{background:#111;border:1px solid rgba(255,255,255,.18)}

/* Dos columnas en tablet, una en móvil */
@media(max-width:991.98px){
  .com-hikashop.view-cart .hika_toolbar .hikabtn,
  .com-hikashop.view-cart .hika_toolbar .hkdropdown>a{flex:1 1 calc(50% - 12px);min-width:auto}
}
@media(max-width:480px){
  .com-hikashop.view-cart .hika_toolbar .hikabtn,
  .com-hikashop.view-cart .hika_toolbar .hkdropdown>a{flex-basis:100%}
}

/* Texto blanco en tabla y botones (incluido móvil) */
.com-hikashop.view-cart #hikashop_cart_product_listing thead th,
.com-hikashop.view-cart #hikashop_cart_product_listing tbody td,
.com-hikashop.view-cart #hikashop_cart_product_listing a{color:#fff!important}
@media(max-width:767.98px){
  .com-hikashop.view-cart #sp-main,
  .com-hikashop.view-cart #sp-main *{color:white !important}
}

/* Selector de cantidades visible y sin radios */
.com-hikashop.view-cart .hikashop_product_quantity_input_div_default .form-control,
.com-hikashop.view-cart .hikashop_product_quantity_field{background:#1a1a1a;border:1px solid rgba(255,255,255,.2);color:#fff!important;border-radius:0!important}
.com-hikashop.view-cart .hikashop_product_quantity_change_div_default a{
  display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;
  background:#2a2a2a;color:#fff!important;border:1px solid rgba(255,255,255,.2);border-radius:0!important
}

/* Botones generales sin radios en carrito */
.com-hikashop.view-cart .btn,
.com-hikashop.view-cart .hikabtn,
.com-hikashop.view-cart .hkdropdown>a,
.com-hikashop.view-cart .hikashop_no_print,
.com-hikashop.view-cart .mod-login-logout__button button{border-radius:0!important}

/* Accesibilidad foco */
.com-hikashop.view-cart .hika_toolbar .hikabtn:focus-visible,
.com-hikashop.view-cart .hika_toolbar .hkdropdown>a:focus-visible{outline:2px solid #ffd54d;outline-offset:2px}


/* ======== HikaShop carrito - PullOver ======== */

/* Botonera superior */
.com-hikashop.view-cart .hika_toolbar .hika_toolbar_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.com-hikashop.view-cart .hika_toolbar .hikabtn,
.com-hikashop.view-cart .hika_toolbar .hkdropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none !important;
  color: #fff !important;
  line-height: 1.25;
  border-radius: 0 !important;
}

/* Iconos + texto alineados */
.com-hikashop.view-cart .hika_toolbar .hikabtn .btnIcon,
.com-hikashop.view-cart .hika_toolbar .hkdropdown > a .btnIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.com-hikashop.view-cart .hika_toolbar .hikabtn .btnName,
.com-hikashop.view-cart .hika_toolbar .hkdropdown > a .hkdropdown-label {
  color: #fff !important;
  font-weight: 600;
}

/* Botón "Completar la compra" dorado */
.com-hikashop.view-cart .hika_toolbar .hikabtn[href*="checkout"],
.com-hikashop.view-cart .hika_toolbar .hikabtn:has(.fa-shopping-cart) {
  background: #bb7a06;
  border-color: #bb7a06;
  color: #111;
}
.com-hikashop.view-cart .hika_toolbar .hikabtn[href*="checkout"] .btnName,
.com-hikashop.view-cart .hika_toolbar .hikabtn:has(.fa-shopping-cart) .btnName {
  color: #111;
}

/* Ocultar el botón "Mover a" */
.com-hikashop.view-cart .hika_toolbar .hkdropdown {
  display: none !important;
}

/* Ocultar "Nombre del carro" y su input */
.com-hikashop.view-cart dl.hika_options,
.com-hikashop.view-cart #cart_name {
  display: none !important;
}

/* Responsividad */
@media (max-width: 991.98px) {
  .com-hikashop.view-cart .hika_toolbar .hikabtn {
    flex: 1 1 calc(50% - 12px);
    min-width: auto;
  }
}
@media (max-width: 480px) {
  .com-hikashop.view-cart .hika_toolbar .hikabtn {
    flex-basis: 100%;
  }
}

/* Texto blanco global en tabla y móvil */
.com-hikashop.view-cart #hikashop_cart_product_listing thead th,
.com-hikashop.view-cart #hikashop_cart_product_listing tbody td,
.com-hikashop.view-cart #hikashop_cart_product_listing a {
  color: white !important;
}

/* Nombres de producto dorado */
.com-hikashop.view-cart .hikashop_cart_product_name a {
  color: #bb7a06 !important;
}

/* Selector de cantidad visible y sin bordes redondeados */
.com-hikashop.view-cart .hikashop_product_quantity_input_div_default .form-control,
.com-hikashop.view-cart .hikashop_product_quantity_field {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: black !important;
  border-radius: 0 !important;
}
.com-hikashop.view-cart .hikashop_product_quantity_change_div_default a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #2a2a2a;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0 !important;
}

/* Botones generales sin radios */
.com-hikashop.view-cart .btn,
.com-hikashop.view-cart .hikabtn,
.com-hikashop.view-cart .hkdropdown > a,
.com-hikashop.view-cart .hikashop_no_print,
.com-hikashop.view-cart .mod-login-logout__button button {
  border-radius: 0 !important;
}

/* Foco accesible */
.com-hikashop.view-cart .hika_toolbar .hikabtn:focus-visible {
  outline: 2px solid #ffd54d;
  outline-offset: 2px;
}

@media only screen and (max-width: 760px) {
    #hikashop_show_cart_form table.hikashop_cart_products td:before {
 	color:white !important;
  }
}

/* Imagen del producto centrada arriba en móvil */
@media (max-width: 767.98px) {
  .com-hikashop.view-cart #hikashop_cart_product_listing td[data-title="Nombre"] {
    text-align: center;            /* centra el contenido del td Nombre */
  }
  .com-hikashop.view-cart #hikashop_cart_product_listing .hikashop_cart_product_image {
    float: none !important;        /* anula el float inline */
    display: block !important;
    margin: 0 auto 12px !important;/* centrada y con respiración abajo */
  }
  /* el texto (nombre de producto) vuelve alineado a la izquierda si lo prefieres */
  .com-hikashop.view-cart #hikashop_cart_product_listing td[data-title="Nombre"] .hikashop_cart_product_name {
    display: block;
    text-align: left;
  }
}

/* Ocultar botones: "Mover a", "Guardar" y "Volver" */
.com-hikashop.view-cart .hika_toolbar .hkdropdown,
.com-hikashop.view-cart .hika_toolbar .hikabtn[href*="apply"],
.com-hikashop.view-cart .hika_toolbar .hikabtn[href*="listing"] {
  display: none !important;
}

/* Imagen del producto más grande (doble del tamaño actual) */
.com-hikashop.view-cart #hikashop_cart_product_listing .hikashop_cart_product_image {
  opacity: 1 !important;
  border-radius: 0 !important;
  object-fit: cover;
  display: block;
  margin-right: 15px !important;
}

/* Centrado y ajuste en móvil */
@media (max-width: 767.98px) {
  .com-hikashop.view-cart #hikashop_cart_product_listing td[data-title="Nombre"] {
    text-align: center;
  }
  .com-hikashop.view-cart #hikashop_cart_product_listing .hikashop_cart_product_image {
    margin: 0 auto 16px !important;
  }
}

/* --- Spinner cantidad integrado --- */
.hikashop_product_quantity_input_div_default_main .hikashop_product_quantity_input_div_default {
  display: inline-flex;
  align-items: center;
  border: 1px solid #666;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

/* Input */
.hikashop_product_quantity_input_div_default .hikashop_product_quantity_field {
  width: 56px !important;
  height: 36px;
  border: none !important;
  outline: none;
  text-align: center;
  font-size: 15px;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
}

/* Botones */
.po-qty-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  border: 0 !important;
  background: #f4f4f4;
  line-height: 1;
  font-size: 18px;
  cursor: pointer;
  transition: background .2s, color .2s;
}

.po-qty-btn:hover {
  background: #e2b007;
  color: #fff;
}

/* Ocultar el contenedor antiguo (si quedara vacío) */
.hikashop_product_quantity_change_div_default { display: none !important; }

/* Opcional: ocultar el botón “refresh” si ya auto-enviamos con JS */
.hikashop_cart_product_quantity_refresh { display: none !important; }

a.hikashop_product_quantity_field_change_minus {
  color:black !important;
}
a.hikashop_product_quantity_field_change_plus {
  color:black !important;
}

#hikashop_checkout_form{
  margin-top: 100px;
}

/* Mostrar siempre el botón NUEVO en el bloque de direcciones */
.hikashop_checkout_address .hikashop_checkout_address_new_button{
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  pointer-events: auto !important;
}

/* Por si viene oculto por estados hover del fieldset */
.hika_address_field:hover .hikashop_checkout_address_new_button{
  opacity: 1;
}

/* Estilo coherente con tu tema */
.hikashop_checkout_address_new_button.hikabtn-success{
  background: #e2b007 !important;
  color: #1d1d1d !important;
  border: none !important;
  box-shadow: 0 8px 28px rgba(226,176,7,.25);
}
.hikashop_checkout_address_new_button.hikabtn-success:hover{
  filter: brightness(1.05);
}

/* Checkout: columnas de direcciones al 50% */
#hikashop_checkout_address_1_1 .hk-container-fluid{
  display:flex !important;
  flex-wrap:wrap !important;
  column-gap:24px !important;
  row-gap:24px !important;
}

#hikashop_checkout_address_1_1 .hk-container-fluid > .hkc-sm-6{
  box-sizing:border-box !important;
  flex:1 1 49% !important;
  max-width:49% !important;
}

/* Asegurar que el card ocupa todo el ancho de su columna */
#hikashop_checkout_address_1_1 .hika_address_field{
  width:100% !important;
}

/* En pantallas pequeñas, 100% */
@media (max-width: 991.98px){
  #hikashop_checkout_address_1_1 .hk-container-fluid > .hkc-sm-6{
    flex:1 1 100% !important;
    max-width:100% !important;
  }
}

/* ===== Imágenes del carrito/checkout: tamaño uniforme ===== */

/* Contenedor de la miniatura: cuadrado y recorta el exceso */
#hikashop_checkout_cart_1_6 .hikashop_cart_product_image_thumb,
.hikashop_cart_product_image_thumb{
  width: 110px !important;
  height: 110px !important;
  display: inline-block !important;
  overflow: hidden !important;
  box-sizing: content-box !important;
}

/* La imagen rellena el cuadrado y se centra */
#hikashop_checkout_cart_1_6 .hikashop_product_checkout_cart_image,
.hikashop_cart_product_image_thumb img,
.hikashop_product_checkout_cart_image{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* Opcional: fuerza un ancho de columna estable para que no “baile” */
#hikashop_checkout_cart_1_6 .hikashop_cart_product_image_value,
.hikashop_cart_product_image_value{
  width: 130px !important; /* 110px + márgenes internos de la tabla */
}

/* ===== Responsive (móvil): mismas proporciones pero más pequeñas ===== */
@media (max-width: 991.98px){
  #hikashop_checkout_cart_1_6 .hikashop_cart_product_image_thumb,
  .hikashop_cart_product_image_thumb{
    width: 80px !important;
    height: 80px !important;
  }

  #hikashop_checkout_cart_1_6 .hikashop_cart_product_image_value,
  .hikashop_cart_product_image_value{
    width: 96px !important;
  }
}

/* Ocultar columna de cantidad en el checkout */
#hikashop_checkout_cart_1_6 th.hikashop_cart_product_quantity_title,
#hikashop_checkout_cart_1_6 td.hikashop_cart_product_quantity_value {
  display: none !important;
}

/* Ajustar el resto de columnas para que ocupen bien el espacio */
#hikashop_checkout_cart_1_6 th.hikashop_cart_product_price_title,
#hikashop_checkout_cart_1_6 th.hikashop_cart_product_total_title,
#hikashop_checkout_cart_1_6 td.hikashop_cart_product_price_value,
#hikashop_checkout_cart_1_6 td.hikashop_cart_product_total_value {
  width: auto !important;
}

/* Carrito: + y – en negro (fuerza máxima) */
#hikashop_cart_product_listing td[data-title="Cantidad"]
  .hikashop_product_quantity_input_div_default_main
  .hikashop_product_quantity_field_change.hikabtn.po-qty-btn {
  color: #000 !important;
}

#hikashop_cart_product_listing td[data-title="Cantidad"]
  .hikashop_product_quantity_input_div_default_main
  .hikashop_product_quantity_field_change.hikabtn.po-qty-btn:hover,
#hikashop_cart_product_listing td[data-title="Cantidad"]
  .hikashop_product_quantity_input_div_default_main
  .hikashop_product_quantity_field_change.hikabtn.po-qty-btn:focus,
#hikashop_cart_product_listing td[data-title="Cantidad"]
  .hikashop_product_quantity_input_div_default_main
  .hikashop_product_quantity_field_change.hikabtn.po-qty-btn:active {
  color: #000 !important;
}

.hikashop_checkout_coupon_field{
  margin-right:50px !important;
}

.hikashop_checkout_payment_submit button.hikabtn_checkout_payment_submit {
    width: 40% !important;
    max-width: 300px !important;
    display: block;
    margin: 20px auto !important;
    padding: 12px 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
}

/* Borde redondeado en imágenes de listado HikaShop */
.hikashop_products_listing .hikashop_product_image img,
.hikashop_products .hikashop_product_image img,
img.hikashop_product_listing_image {
  border-radius: 10px !important;
}

/* Asegura el recorte limpio en contenedores */
.hikashop_products_listing .hikashop_product_image_subdiv,
.hikashop_products .hikashop_product_image_subdiv,
.hikashop_listing_img_title .hikashop_product_image_subdiv {
  border-radius: 10px !important;
  overflow: hidden;
}

/* GRID consistente: 3 cols desktop, 2 cols tablet, 1 col móvil */
.hikashop_products .hk-row-fluid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

/* Neutraliza el layout por floats de HikaShop */
.hikashop_products .hk-row-fluid > .hikashop_product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  clear: none !important;
}

/* Cuando solo hay 2 o 1, se colocan a la izquierda ordenados (no en 1 y 3) */
@media (max-width: 1199.98px) {
  .hikashop_products .hk-row-fluid { gap: 28px; }
}
@media (max-width: 991.98px) {
  .hikashop_products .hk-row-fluid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .hikashop_products .hk-row-fluid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Quita alturas forzadas que rompen la alineación */
.hikashop_products .hikashop_subcontainer {
  min-height: auto !important;
}

/* Imagen con bordes y recorte limpio */
.hikashop_products .hikashop_product_image_subdiv {
  border-radius: 10px !important;
  overflow: hidden;
}
.hikashop_products .hikashop_product_image_subdiv img {
  display: block;
  width: 100%;
  height: auto;
}

/* Precio y nombre más pegados a la imagen */
.hikashop_products .hikashop_listing_img_title { margin-bottom: 8px !important; }
.hikashop_products .hikashop_product_price_full {
  display: block;
  margin-top: 10px !important;
  margin-bottom: 6px !important;
}
.hikashop_products .hikashop_product_name {
  display: block;
  margin-top: 0 !important;
}

/* Opcional: cards más compactas */
.hikashop_products .hikashop_subcontainer.thumbnail {
  padding-bottom: 10px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

/* Forzar alineación a la izquierda del grid (evita huecos al inicio) */
.hikashop_products_listing .hikashop_products .hk-row-fluid{
  justify-content:flex-start !important; /* <- clave para quitar el hueco */
}

/* Neutraliza posibles columnas “empujadas” por clases column_2/3 u offsets */
.hikashop_products_listing .hikashop_products .hk-row-fluid > .hikashop_product{
  margin-left:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
  order:0 !important;             /* por si algún script cambia el orden */
  box-sizing:border-box !important;
}

/* Evita pseudo-elementos de filas que puedan ocupar como ítems flex */
.hikashop_products_listing .hikashop_products .hk-row-fluid::before,
.hikashop_products_listing .hikashop_products .hk-row-fluid::after{
  content:none !important;
  display:none !important;
}

/* Asegura que el “inner” no genere sangrías internas inesperadas */
.hikashop_products_listing .hikashop_products .hk-row-fluid .hikashop_container{
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
}

/* Reduce el hueco entre imagen y descripción a la mitad */
.hikashop_products_listing .hikashop_product_image {
  margin-bottom: 4px !important;
}

.hikashop_products_listing .hikashop_product_price_full {
  margin-top: 4px !important;
  margin-bottom: 2px !important;
}

/* Compactar bloque imagen + textos en listados HikaShop */
.hikashop_products_listing .hikashop_listing_img_title{
  display:flex;
  flex-direction:column;
}

/* La imagen no deja espacio inferior (baseline) y es bloque */
.hikashop_products_listing .hikashop_product_image,
.hikashop_products_listing .hikashop_product_image a,
.hikashop_products_listing .hikashop_product_image_subdiv,
.hikashop_products_listing .hikashop_product_image_subdiv img{
  display:block;
  margin:0;
  padding:0;
}
.hikashop_products_listing .hikashop_product_image{ margin-bottom:6px !important; }

/* Quitar márgenes extra de precio y nombre */
.hikashop_products_listing .hikashop_product_price_full,
.hikashop_products_listing .hikashop_product_name{
  display:block;
  margin:2px 0 !important;
  padding:0 !important;
  line-height:1.2;
}

/* Ocultar spans vacíos que añaden altura */
.hikashop_products_listing .hikashop_listing_img_title > *:empty{ display:none !important; }
.hikashop_products_listing .hikashop_product_code_list,
.hikashop_products_listing .hikashop_product_stock_count{ display:none !important; }

/* Forzar cero espacio entre imagen y descripción */
.hikashop_products_listing .hikashop_product_image,
.hikashop_products_listing .hikashop_product_image_subdiv,
.hikashop_products_listing .hikashop_product_image_subdiv a,
.hikashop_products_listing .hikashop_product_image_subdiv img {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.hikashop_products_listing .hikashop_product_image {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Compactar al máximo nombre y precio */
.hikashop_products_listing .hikashop_product_price_full,
.hikashop_products_listing .hikashop_product_name {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

/* Ocultar cualquier espacio “fantasma” (por ejemplo spans vacíos) */
.hikashop_products_listing .hikashop_listing_img_title > *:empty {
  display: none !important;
}

/* Eliminar separadores invisibles o alturas residuales */
.hikashop_products_listing .hikashop_listing_img_title {
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

/* 1) Quitar altura y padding del contenedor de la tarjeta */
.hikashop_products_listing .hikashop_subcontainer,
.hikashop_products_listing .thumbnail.hikashop_subcontainer_aligned {
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
}

/* 2) Hacer que el bloque interno apile sin huecos */
.hikashop_products_listing .hikashop_listing_img_title {
  display: flex !important;
  flex-direction: column !important;
  row-gap: 4px !important;      /* Ajusta si quieres aún menos (0–4px) */
  margin: 0 !important;
  padding: 0 !important;
}

/* 3) Imagen sin márgenes y línea base */
.hikashop_products_listing .hikashop_product_image,
.hikashop_products_listing .hikashop_product_image_subdiv,
.hikashop_products_listing .hikashop_product_image_subdiv a,
.hikashop_products_listing .hikashop_product_image_subdiv img {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

/* 4) Nombre y precio súper compactos */
.hikashop_products_listing .hikashop_product_name,
.hikashop_products_listing .hikashop_product_price_full {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.1 !important;  /* puedes bajar a 1 si lo quieres más pegado */
}

/* 5) Por si quedan spans vacíos “espaciadores” */
.hikashop_products_listing .hikashop_listing_img_title > *:empty {
  display: none !important;
}

/*13/11/2025*/
/* ===== PRODUCTOS PULL-OVER - LAYOUT OPTIMIZADO ===== */

/* Resetear TODOS los estilos de HikaShop para productos */
.hikashop_products_listing,
.hikashop_products_listing * {
  box-sizing: border-box !important;
}

/* Contenedor principal */
.hikashop_products_listing {
  width: 100% !important;
  max-width: 100% !important;
  padding: 40px clamp(20px, 3vw, 60px) !important;
  margin: 0 !important;
}

/* GRID DE PRODUCTOS - FORZAR 3 COLUMNAS */
.hikashop_products_listing .hk-row-fluid,
#hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 50px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Eliminar pseudo-elementos */
.hikashop_products_listing .hk-row-fluid::before,
.hikashop_products_listing .hk-row-fluid::after {
  display: none !important;
  content: none !important;
}

/* CADA PRODUCTO */
.hikashop_products_listing .hikashop_product,
.hikashop_products_listing .hkc-md-4 {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

/* Contenedores internos */
.hikashop_products_listing .hikashop_container,
.hikashop_products_listing .hikashop_subcontainer,
.hikashop_products_listing .thumbnail {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  min-height: auto !important;
}

/* IMAGEN DEL PRODUCTO */
.hikashop_products_listing .hikashop_product_image,
.hikashop_products_listing .hikashop_product_image a,
.hikashop_products_listing .hikashop_product_image_subdiv {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  background: #000 !important;
}

.hikashop_products_listing .hikashop_product_image_subdiv {
  aspect-ratio: 4 / 4.3 !important;
  overflow: hidden !important;
  border-radius: 10px !important;
}

.hikashop_products_listing img.hikashop_product_listing_image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform 0.3s ease !important;
}

.hikashop_products_listing img.hikashop_product_listing_image:hover {
  transform: scale(1.05) !important;
}

/* TEXTO BAJO LA IMAGEN */
.hikashop_products_listing .hikashop_listing_img_title {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 15px !important;
  padding: 0 !important;
}

/* NOMBRE DEL PRODUCTO */
.hikashop_products_listing .hikashop_product_name {
  order: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

.hikashop_products_listing .hikashop_product_name a {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.hikashop_products_listing .hikashop_product_name a:hover {
  color: #ffcc00 !important;
}

/* PRECIO */
.hikashop_products_listing .hikashop_product_price_full {
  order: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  color: #ccc !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.hikashop_products_listing .hikashop_product_price_per_unit {
  display: none !important;
}

/* BOTÓN "ESCOGER OPCIONES" */
.hikashop_products_listing .hikacart {
  order: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 5px !important;
  padding: 10px 20px !important;
  background: transparent !important;
  border: 2px solid #ffcc00 !important;
  color: #ffcc00 !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.hikashop_products_listing .hikacart:hover {
  background: #ffcc00 !important;
  color: #000 !important;
  transform: translateY(-2px) !important;
}

/* Ocultar elementos no deseados */
.hikashop_products_listing .hikashop_product_code_list,
.hikashop_products_listing .hikashop_product_stock_count,
.hikashop_products_listing .hikashop_quantity_form {
  display: none !important;
}

/* ===== RESPONSIVE ===== */

/* Tablets */
@media (max-width: 991.98px) {
  .hikashop_products_listing .hk-row-fluid,
  #hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px !important;
  }
}

/* Móviles */
@media (max-width: 575.98px) {
  .hikashop_products_listing .hk-row-fluid,
  #hikashop_products_switcher_hikashop_category_information_menu_211 .hk-row-fluid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  
  .hikashop_products_listing {
    padding: 20px 15px !important;
  }
}

/* ===== VERSIÓN MÁS COMPACTA ===== */

/* Margen superior para separar del menú */
.hikashop_products_listing {
  margin-top: 60px !important;
}

/* Reducir espacio entre imagen y textos AL MÍNIMO */
.hikashop_products_listing .hikashop_listing_img_title {
  margin-top: 4px !important;
  gap: 4px !important;
}

/* Sin espacios extras */
.hikashop_products_listing .hikashop_product_price_full,
.hikashop_products_listing .hikashop_product_name {
  margin: 0 !important;
  padding: 0 !important;
}

.hikashop_products_listing .hikacart {
  margin-top: 6px !important;
}

.hikashop_product_name{
  margin-top: 0px !important;
}

/* ===== CATEGORÍAS PULL-OVER - IGUAL QUE PRODUCTOS ===== */

/* Contenedor principal de categorías */
.hikashop_categories_listing_main,
.hikashop_subcategories_listing {
  width: 100% !important;
  max-width: 100% !important;
  padding: 60px clamp(20px, 3vw, 60px) 40px !important;
  margin: 0 !important;
}

/* GRID DE CATEGORÍAS - FORZAR 3 COLUMNAS */
.hikashop_subcategories_listing .hk-row-fluid,
.hikashop_subcategories .hk-row-fluid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 50px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
}

/* Eliminar clear y pseudo-elementos */
.hikashop_subcategories_listing .hk-row-fluid::before,
.hikashop_subcategories_listing .hk-row-fluid::after,
.hikashop_subcategories .hk-row-fluid::before,
.hikashop_subcategories .hk-row-fluid::after {
  display: none !important;
  content: none !important;
}

.hikashop_subcategories_listing div[style*="clear"],
.hikashop_subcategories div[style*="clear"] {
  display: none !important;
}

/* CADA CATEGORÍA */
.hikashop_category,
.hikashop_subcategories .hkc-md-4,
.hikashop_subcategories_listing .hkc-md-4 {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
  flex: none !important;
}

/* Contenedores internos - TODO TRANSPARENTE */
.hikashop_category .hikashop_container,
.hikashop_category .hikashop_subcontainer,
.hikashop_category .thumbnail {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  min-height: auto !important;
  border-radius: 0 !important;
  transition: none !important;
}

/* IMAGEN DE CATEGORÍA - SIN BORDES */
.hikashop_category_image {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: #000 !important;
  display: block !important;
}

.hikashop_category_image a {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

.hikashop_category_image img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 4.3 !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform 0.3s ease !important;
  border-radius: 0 !important;
  background: #000 !important;
}

.hikashop_category_image:hover img {
  transform: scale(1.05) !important;
}

/* NOMBRE DE CATEGORÍA - PEGADO A LA IMAGEN */
.hikashop_category_name {
  display: block !important;
  text-align: center !important;
  margin: 4px 0 0 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.hikashop_category_name a {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
  transition: color 0.3s ease !important;
  display: inline-block !important;
}

.hikashop_category_name a:hover {
  color: #ffcc00 !important;
}

/* Ocultar el <br> que genera espacio extra */
.hikashop_category .hikashop_subcontainer br {
  display: none !important;
}

/* Ocultar lista de subcategorías si existe */
.hikashop_category_list {
  display: none !important;
}

/* ===== RESPONSIVE CATEGORÍAS ===== */

/* Tablets */
@media (max-width: 991.98px) {
  .hikashop_subcategories_listing .hk-row-fluid,
  .hikashop_subcategories .hk-row-fluid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px !important;
  }
}

/* Móviles */
@media (max-width: 575.98px) {
  .hikashop_subcategories_listing .hk-row-fluid,
  .hikashop_subcategories .hk-row-fluid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  
  .hikashop_categories_listing_main,
  .hikashop_subcategories_listing {
    padding: 40px 15px 20px !important;
  }
}

/* BORDER RADIUS 10PX PARA CATEGORÍAS */

.hikashop_category_image {
  border-radius: 5px !important;
}

.hikashop_category_image a {
  border-radius: 5px !important;
}

.hikashop_category_image img {
  border-radius: 5px !important;
}

.hikashop_category_name{
      margin-top: 25px !important;
}

/* ===== FIX BOTONES CANTIDAD (+/-) ===== */

/* Ocultar los botones duplicados que no funcionan */
.po-qty-changer {
  display: none !important;
}

/* Contenedor principal del spinner */
.hikashop_product_quantity_input_div_default_main {
  display: inline-flex !important;
  align-items: center !important;
}

.hikashop_product_quantity_input_div_default {
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid #666 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  background: #fff !important;
}

/* Botones - / + de HikaShop (los que SÍ funcionan) */
.hikashop_product_quantity_field_change.hikabtn.po-qty-btn {
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  border: 0 !important;
  background: #f4f4f4 !important;
  color: #000 !important;
  line-height: 1 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: background .2s, color .2s !important;
  border-radius: 0 !important;
}

.hikashop_product_quantity_field_change.hikabtn.po-qty-btn:hover {
  background: #ffcc00 !important;
  color: #000 !important;
}

/* Input del medio */
.hikashop_product_quantity_field.form-control {
  width: 56px !important;
  height: 36px !important;
  border: none !important;
  outline: none !important;
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  color: #000 !important;
}

/* Específico para el carrito */
body.com-hikashop.view-cart .hikashop_product_quantity_field_change.hikabtn.po-qty-btn {
  color: #000 !important;
}

body.com-hikashop.view-cart .hikashop_product_quantity_field_change.hikabtn.po-qty-btn:hover {
  background: #ffcc00 !important;
  color: #000 !important;
}

/*19/11/2025*/

#sp-header::before {
    display: none;
}


#sp-header > div > div > div{
  	
    border-bottom: 1px solid var(--po-gold) !important;
}

#sp-menu {
  border-bottom: none !important;
  padding-bottom: 0px!important;
}

@media (max-width: 767px) {
    #sp-header {
           margin-top: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
      #sp-header {
           margin-top: 0px !important;
    }
}

@media (min-width: 992px) {
     #sp-header {
           margin-top: 40px !important;
    }
}

/*21/11/2025*/

.hikashop_address_listing_div{
  margin-top: 50px;
}

/* ============================
   CARD DEL FORMULARIO
   ============================ */
.hikashop_address_edition {
    max-width: 600px;
    margin: 40px auto;
    padding: 35px;
    background: #0a0a0a; /* negro como bloques MAN/WOMAN */
    border: 1px solid #111;
    border-radius: 1px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.55);
    color: #fff;
}

/* Título */
.hikashop_address_edition h3 {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/* ============================
   LABEL ENCIMA DEL INPUT
   ============================ */
.hikashop_address_edition .hkform-group {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 18px;
}

.hikashop_address_edition .hkform-group label {
    margin-bottom: 6px;
    color: #e6e6e6;
    font-size: 14px;
    font-weight: 600;
    text-align: left !important;
}

.hikashop_address_edition .hkform-group .hkc-sm-8 {
    width: 100% !important;
}

/* ============================
   INPUTS / SELECTS ESTILO PULL-OVER
   ============================ */
.hikashop_address_edition input.form-control,
.hikashop_address_edition input.inputbox,
.hikashop_address_edition select.form-select,
.hikashop_address_edition select.hikashop_field_dropdown {
    width: 100% !important;
    padding: 12px 14px;
    font-size: 15px;
    background: #f8f8f8;
    color: #000;
    border: 1px solid #111;
    border-radius: 1px !important;
    outline: none;
    transition: border 0.2s ease, background 0.2s ease;
}

/* Hover + focus */
.hikashop_address_edition input.form-control:focus,
.hikashop_address_edition input.inputbox:focus,
.hikashop_address_edition select.form-select:focus,
.hikashop_address_edition select.hikashop_field_dropdown:focus {
    background: #fff;
    border-color: #bb7a06 !important; /* dorado Pull-Over */
}

/* ============================
   BOTONES
   ============================ */
.hikashop_address_edition .hikabtn {
    border-radius: 1px !important;
    padding: 10px 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Botón OK */
.hikashop_checkout_address_ok_button {
    background: #bb7a06 !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

/* Botón Cancelar */
.hikashop_checkout_address_cancel_button {
    background: #333 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

/* Alineación de botones */
.hikashop_address_edition div[style*="float:right"],
.hikashop_address_edition .button-container {
    float: none !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 12px;
    margin-top: 20px;
}

/* ==============================
   OCULTAR CAMPO NÚMERO VAT
   ============================== */

#hikashop_address_address_vat {
    display: none !important;
}

/* ==========================================
   CONTENEDOR REAL DE LOS BOTONES
   ========================================== */

/* Quitamos floats que mete HikaShop */
.hikashop_address_edition div[style*="float:right"] {
    float: none !important;
}

/* Contenedor que contiene los 2 botones */
.hikashop_address_edition .hikabtn-success,
.hikashop_address_edition .hikabtn-danger {
    float: none !important;
}

/* Forzamos un contenedor flex para colocar los botones */
.hikashop_address_edition {
    position: relative;
}

.hikashop_address_edition .button-line,
#hikashop_user_addresses_show .button-line {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
    margin-top: 25px;
    gap: 20px;
}

/* Convertimos el contenedor original en nuestra button-line */
#hikashop_user_addresses_show > div[style*="float:right"] {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    float: none !important;
    clear: both !important;
}


#stripe-payment-form{
  margin-top:100px;
}


/*25/11/2025*/

/* Base - Móvil primero */
.com-content-categories__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 90px;
}

/* Tablet */
@media (min-width: 768px) {
  .com-content-categories__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .com-content-categories__items {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 100px;
  }
}

/* TV / 4K */
@media (min-width: 2560px) {
  .com-content-categories__items {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: clamp(24px, 2vw, 48px);
    margin-top: clamp(50px, 3vw, 80px);
  }
}
/* Contenedor general */
.blog.com-content-category-blog {
  background: #000;
}



/* Tarjetas */
.blog.com-content-category-blog .article {
  background: #111;
  border: 1px solid #333;
  padding: 24px 18px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Imagen: visible, responsive, mismo tamaño */
.blog.com-content-category-blog .article-intro-image {
  width: 100%;
  height: 180px;              /* altura fija para uniformidad */
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}

.blog.com-content-category-blog .article-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* recorta sin deformar */
  display: block;
  border-radius: 12px;
}

/* Cuerpo */
.blog.com-content-category-blog .article-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Título */
.blog.com-content-category-blog .article-header h2 {
  font-size: 20px;
  line-height: 1.3;
  color: #ffc400;
  margin-bottom: 16px;
  font-weight: 700;
}

/* Ocultar info que ensucia */
.blog.com-content-category-blog .article-info {
  display: none !important;
}

/* Texto */
.blog.com-content-category-blog .article-introtext {
  font-size: 16px;
  color: #f5f5f5;
  margin-top: 4px;
  line-height: 1.6;
}

.blog.com-content-category-blog .article-introtext p {
  margin: 0;
}

/* Botón leer más */
.blog.com-content-category-blog .readmore {
  margin-top: 20px;
}

.blog.com-content-category-blog .readmore a {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #ffc400;
  color: #ffc400;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog.com-content-category-blog .readmore a:hover {
  background: #ffc400;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .blog.com-content-category-blog .article-list.grid.cols-3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog.com-content-category-blog .article {
    padding: 20px 16px 22px;
  }

  .blog.com-content-category-blog .article-header h2 {
    font-size: 18px;
  }

  .blog.com-content-category-blog .article-intro-image {
    height: 160px;
  }
}

.blog.com-content-category-blog .article-intro-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
  position: relative;
}

.blog.com-content-category-blog .article-intro-image img {
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}


/**/

/* Grid de artículos del blog */
.com-content-category-blog .article-list.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(280px, 30vw, 400px), 1fr));
  gap: clamp(20px, 3vw, 40px);
}

/* Cards de artículos */
.com-content-category-blog .article {
  background: #111111;
  border-left: 3px solid #bb7a06;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Contenedor de imagen con altura fija */
.com-content-category-blog .article-intro-image {
  width: 100%;
  height: clamp(180px, 22vw, 280px);
  overflow: hidden;
}

/* Imagen uniforme */
.com-content-category-blog .article-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.com-content-category-blog .article-intro-image img:hover {
  transform: scale(1.05);
}

/* Body del artículo */
.com-content-category-blog .article-body {
  padding: clamp(15px, 2.5vw, 25px);
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Título */
.com-content-category-blog .article-header h2 {
  font-size: clamp(1rem, 2vw, 1.3rem);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.com-content-category-blog .article-header h2 a {
  color: #ffffff;
  text-decoration: none;
}

.com-content-category-blog .article-header h2 a:hover {
  color: #bb7a06;
}

/* Info del artículo */
.com-content-category-blog .article-info {
  display: none;
}

/* Intro text */
.com-content-category-blog .article-introtext {
  flex: 1;
}

.com-content-category-blog .article-introtext p {
  font-size: clamp(0.85rem, 1.5vw, 1rem) !important;
  color: #cccccc !important;
  font-family: inherit !important;
}

/* Botón Lee más */
.com-content-category-blog .readmore {
  margin-top: auto;
  padding-top: 15px;
}

.com-content-category-blog .readmore a {
  display: inline-block;
  border: 1px solid #bb7a06;
  color: #bb7a06;
  padding: 8px 20px;
  text-decoration: none;
  font-size: clamp(0.75rem, 1.2vw, 0.85rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.com-content-category-blog .readmore a:hover {
  background: #bb7a06;
  color: #0a0a0a;
}


/* ===== FIX IMÁGENES BLOG - TAMAÑO UNIFORME ===== */

/* Contenedor de imagen - altura fija */
.com-content-category-blog .article-intro-image,
.blog.com-content-category-blog .article-intro-image {
  width: 100% !important;
  height: clamp(180px, 20vw, 250px) !important;
  min-height: 180px !important;
  max-height: 250px !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  margin-bottom: 15px !important;
  position: relative !important;
}

/* Imagen - cubre todo el contenedor */
.com-content-category-blog .article-intro-image img,
.blog.com-content-category-blog .article-intro-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  border-radius: 8px !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
}

/* ===== FIX MÓVIL - EVITAR DESBORDAMIENTO ===== */
@media (max-width: 767px) {
  
  /* Cards no se salen */
  .com-content-category-blog .article,
  .blog.com-content-category-blog .article {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    margin: 0 0 20px 0 !important;
  }
  
  /* Imagen adaptada a móvil */
  .com-content-category-blog .article-intro-image,
  .blog.com-content-category-blog .article-intro-image {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
  }
  
  /* Grid de 1 columna en móvil */
  .com-content-category-blog .article-list.grid,
  .blog.com-content-category-blog .article-list.grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 0 10px !important;
  }
  
  /* Evitar overflow horizontal */
  .com-content-category-blog,
  .blog.com-content-category-blog {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
}

/* ===== TABLET ===== */
@media (min-width: 768px) and (max-width: 991px) {
  .com-content-category-blog .article-intro-image,
  .blog.com-content-category-blog .article-intro-image {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }
  
  .com-content-category-blog .article-list.grid,
  .blog.com-content-category-blog .article-list.grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
  }
}

/*26/11/2025*/

/* ===== FIX DEFINITIVO IMÁGENES BLOG ===== */

/* Contenedor con altura fija */
.article-list.grid .article-intro-image {
  width: 100% !important;
  height: 220px !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  margin-bottom: 15px !important;
  position: relative !important;
  display: block !important;
}

/* Imagen - ANULAR el position absolute con translate */
.article-list.grid .article-intro-image img,
.article-list.grid .article a img {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  max-width: 100% !important;
  max-height: none !important;
}

/* Responsive móvil */
@media (max-width: 767px) {
  .article-list.grid .article-intro-image,
  .article-list.grid .article-intro-image img,
  .article-list.grid .article a img {
    height: 180px !important;
  }
}

/* Responsive tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .article-list.grid .article-intro-image,
  .article-list.grid .article-intro-image img,
  .article-list.grid .article a img {
    height: 200px !important;
  }
}

/* Grid de artículos - Mobile first */
.blog.com-content-category-blog .article-list.grid.cols-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 100px 0 40px;
  padding: 0 15px;
}

/* Tablet */
@media (min-width: 768px) {
  .blog.com-content-category-blog .article-list.grid.cols-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin: 40px 0 40px;
    padding: 0;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .blog.com-content-category-blog .article-list.grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin: 50px 0 40px;
  }
}

/* TV / 4K */
@media (min-width: 2560px) {
  .blog.com-content-category-blog .article-list.grid.cols-3 {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(32px, 2.5vw, 50px);
    margin: clamp(50px, 4vw, 80px) 0 clamp(40px, 3vw, 60px);
  }
}

/* ===== ARTÍCULO BLOG PULL-OVER ===== */

/* Contenedor principal */
.article-details {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 80px) clamp(15px, 4vw, 40px);
  color: #fff;
}

/* Imagen principal del artículo */
.article-details .article-full-image {
  width: 100%;
  margin: 0 0 clamp(25px, 4vw, 45px) 0;
  float: none !important;
}

.article-details .article-full-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* Título */
.article-details .article-header h1 {
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 3px solid #bb7a06;
}

/* Ocultar botón de editar/bloquear */
.article-details .article-can-edit {
  display: none;
}

/* Info del artículo (categoría, fecha, vistas) */
.article-details .article-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
  margin-bottom: clamp(25px, 4vw, 40px);
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.article-details .article-info span {
  font-size: 0.85rem;
  color: #999;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.article-details .article-info .category-name a {
  color: #bb7a06;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.article-details .article-info .category-name a:hover {
  color: #fff;
}

/* Cuerpo del artículo */
.article-details .com-content-article__body {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.8;
  color: #e0e0e0;
}

/* Párrafos */
.article-details .com-content-article__body p {
  margin-bottom: 1.5em;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: clamp(1rem, 1.8vw, 1.1rem) !important;
}

/* Listas */
.article-details .com-content-article__body ul,
.article-details .com-content-article__body ol {
  margin: 1.5em 0;
  padding-left: 1.5em;
}

.article-details .com-content-article__body li {
  margin-bottom: 0.8em;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  font-size: clamp(1rem, 1.8vw, 1.1rem) !important;
  line-height: 1.7;
}

.article-details .com-content-article__body ul li::marker {
  color: #bb7a06;
}

/* Enlaces */
.article-details .com-content-article__body a {
  color: #bb7a06;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.article-details .com-content-article__body a:hover {
  color: #fff;
  border-bottom-color: #bb7a06;
}

/* Separador hr */
.article-details .com-content-article__body hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, #bb7a06, transparent);
  margin: clamp(30px, 4vw, 50px) 0;
}

/* Texto en cursiva (citas) */
.article-details .com-content-article__body em {
  color: #bb7a06;
  font-style: italic;
}

/* Texto en negrita */
.article-details .com-content-article__body strong {
  color: #fff;
  font-weight: 700;
}

/* Subtítulos dentro del contenido */
.article-details .com-content-article__body h2,
.article-details .com-content-article__body h3 {
  color: #fff;
  font-weight: 700;
  margin: 2em 0 1em;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.article-details .com-content-article__body h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
}

.article-details .com-content-article__body h3 {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: #bb7a06;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 767px) {
  .article-details {
    padding: 100px 15px 40px;
  }
  
  .article-details .article-full-image img {
    border-radius: 8px;
  }
  
  .article-details .article-info {
    gap: 10px 15px;
  }
  
  .article-details .article-info span {
    font-size: 0.8rem;
  }
}

/* TV / 4K */
@media (min-width: 2560px) {
  .article-details {
    max-width: 1200px;
  }
  
  .article-details .com-content-article__body {
    font-size: 1.3rem;
  }
}

#sp-component > div > div.article-details > div.article-can-edit.d-flex.flex-wrap.justify-content-between{
  display:none !important;
}


/* ===== PÁGINA DE CONTACTO PULL-OVER - FIX COMPLETO ===== */

/* Ocultar botón editar */
.sp-pagebuilder-page-edit {
  display: none !important;
}

/* Sección principal */
#section-id-2aa6d9f8-cbff-465b-a4e7-e0a9bbfc4214 {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 5vw, 80px) !important;
}

/* Layout de 2 columnas */
#section-id-2aa6d9f8-cbff-465b-a4e7-e0a9bbfc4214 > .sppb-row-container > .sppb-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: clamp(40px, 6vw, 80px) !important;
  align-items: flex-start !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

/* Columna izquierda - Texto */
#column-wrap-id-d41f1564-7d1f-4311-876c-892c6acfdcff {
  flex: 1 1 350px !important;
  max-width: 450px !important;
}

/* Columna derecha - Formulario */
#column-wrap-id-1ab254c1-5675-481e-bfcb-268b22dc79ab {
  flex: 1 1 500px !important;
  max-width: 650px !important;
}

/* ===== ESTILOS DEL TEXTO IZQUIERDO ===== */
.addon-root-text-block .sppb-addon-content h3 {
  font-size: clamp(2rem, 5vw, 3.2rem) !important;
  font-weight: 800 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  line-height: 1.1 !important;
  margin-bottom: 20px !important;
  position: relative !important;
  padding-bottom: 20px !important;
}

.addon-root-text-block .sppb-addon-content h3::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 80px !important;
  height: 4px !important;
  background: #bb7a06 !important;
}

.addon-root-text-block .sppb-addon-content p {
  font-size: clamp(1rem, 1.8vw, 1.1rem) !important;
  color: #a0a0a0 !important;
  line-height: 1.8 !important;
}

/* ===== ESTILOS DEL FORMULARIO ===== */

/* Título "Contacto" */
.sppb-addon-ajax-contact .sppb-addon-title {
  font-size: clamp(1.4rem, 3vw, 1.8rem) !important;
  font-weight: 700 !important;
  color: #bb7a06 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin-bottom: clamp(20px, 3vw, 30px) !important;
}

/* Contenedor del formulario */
.sppb-ajax-contact-content {
  background: #0f0f0f !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: clamp(25px, 4vw, 40px) !important;
}

/* Grid del formulario - CRÍTICO */
.sppb-ajaxt-contact-form .sppb-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 15px !important;
  width: 100% !important;
}

/* Campos individuales */
.sppb-ajaxt-contact-form .sppb-form-group {
  margin: 0 !important;
  width: 100% !important;
}

/* Name y Email - cada uno en su columna */
.sppb-ajaxt-contact-form .sppb-row > .sppb-form-group:nth-child(1),
.sppb-ajaxt-contact-form .sppb-row > .sppb-form-group:nth-child(2) {
  grid-column: span 1 !important;
}

/* Subject, Message, Captcha - ancho completo */
.sppb-ajaxt-contact-form .sppb-row > .sppb-form-group:nth-child(3),
.sppb-ajaxt-contact-form .sppb-row > .sppb-form-group:nth-child(4),
.sppb-ajaxt-contact-form .sppb-row > .sppb-form-group:nth-child(5) {
  grid-column: 1 / -1 !important;
}

/* Resetear clases de columna SPPB */
.sppb-ajaxt-contact-form .sppb-col-sm-12 {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  padding: 0 !important;
}

/* ===== INPUTS Y TEXTAREA ===== */
.sppb-ajaxt-contact-form .sppb-form-control {
  width: 100% !important;
  background: #1a1a1a !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  padding: 16px 18px !important;
  font-size: 1rem !important;
  color: #fff !important;
  transition: all 0.3s ease !important;
  outline: none !important;
}

.sppb-ajaxt-contact-form .sppb-form-control::placeholder {
  color: #666 !important;
  text-transform: uppercase !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.5px !important;
}

.sppb-ajaxt-contact-form .sppb-form-control:focus {
  border-color: #bb7a06 !important;
  box-shadow: 0 0 0 2px rgba(187, 122, 6, 0.2) !important;
  background: #222 !important;
}

/* Textarea */
.sppb-ajaxt-contact-form textarea.sppb-form-control {
  min-height: 150px !important;
  resize: vertical !important;
}

/* Captcha */
.sppb-ajaxt-contact-form input[name="captcha_question"] {
  text-align: center !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  font-size: 1.1rem !important;
}

/* ===== CHECKBOX ACUERDO ===== */
.sppb-ajaxt-contact-form .sppb-form-check {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin: 20px 0 !important;
}

.sppb-ajaxt-contact-form .sppb-form-check-input {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  accent-color: #bb7a06 !important;
  margin-top: 3px !important;
  cursor: pointer !important;
}

.sppb-ajaxt-contact-form .sppb-form-check-label {
  font-size: 0.8rem !important;
  color: #888 !important;
  line-height: 1.5 !important;
}

.sppb-ajaxt-contact-form .sppb-form-check-label a {
  color: #bb7a06 !important;
  text-decoration: none !important;
}

.sppb-ajaxt-contact-form .sppb-form-check-label a:hover {
  color: #fff !important;
}

/* ===== BOTÓN ENVIAR ===== */
.sppb-ajaxt-contact-form .sppb-btn-success {
  width: 100% !important;
  background: #bb7a06 !important;
  border: 2px solid #bb7a06 !important;
  padding: 18px 40px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #000 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin-top: 10px !important;
}

.sppb-ajaxt-contact-form .sppb-btn-success:hover {
  background: transparent !important;
  color: #bb7a06 !important;
}

/* Contenedor del botón */
.sppb-ajaxt-contact-form .sppb-form-button {
  text-align: center !important;
}

/* ===== RESPONSIVE ===== */

/* Tablet y móvil */
@media (max-width: 991px) {
  #section-id-2aa6d9f8-cbff-465b-a4e7-e0a9bbfc4214 > .sppb-row-container > .sppb-row {
    flex-direction: column !important;
    align-items: center !important;
  }
  
  #column-wrap-id-d41f1564-7d1f-4311-876c-892c6acfdcff,
  #column-wrap-id-1ab254c1-5675-481e-bfcb-268b22dc79ab {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  
  .addon-root-text-block .sppb-addon-content {
    text-align: center !important;
  }
  
  .addon-root-text-block .sppb-addon-content h3::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  
  .sppb-addon-ajax-contact .sppb-addon-title {
    text-align: center !important;
  }
}

/* Móvil pequeño */
@media (max-width: 575px) {
  /* Grid de 1 columna en móvil */
  .sppb-ajaxt-contact-form .sppb-row {
    grid-template-columns: 1fr !important;
  }
  
  .sppb-ajaxt-contact-form .sppb-row > .sppb-form-group:nth-child(1),
  .sppb-ajaxt-contact-form .sppb-row > .sppb-form-group:nth-child(2) {
    grid-column: 1 / -1 !important;
  }
  
  .sppb-ajax-contact-content {
    padding: 20px 15px !important;
  }
  
  .sppb-ajaxt-contact-form .sppb-form-control {
    padding: 14px 16px !important;
  }
}

/* TV / 4K */
@media (min-width: 2560px) {
  #section-id-2aa6d9f8-cbff-465b-a4e7-e0a9bbfc4214 > .sppb-row-container > .sppb-row {
    max-width: 1600px !important;
  }
  
  #column-wrap-id-1ab254c1-5675-481e-bfcb-268b22dc79ab {
    max-width: 800px !important;
  }
  
  .sppb-ajaxt-contact-form .sppb-form-control {
    padding: 20px 22px !important;
    font-size: 1.1rem !important;
  }
}

#sp-top1 > div > div > h3{
  display:none;
}

/* Contenedor del botón flotante */
.floating-cart-btn {
    position: fixed;      /* Fijo en la pantalla */
    bottom: 20px;         /* Separación del fondo */
    right: 20px;          /* Separación de la derecha */
    background: #ffffff;  /* Fondo blanco del botón */
    color: #333;          /* Color del icono */
    width: 50px;
    height: 50px;
    border-radius: 50%;   /* Botón redondo */
    box-shadow: 0 4px 12px rgba(0,0,0,0.15); /* Sombra suave */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;        /* Siempre encima de todo */
    transition: transform 0.3s ease;
}

.floating-cart-btn:hover {
    transform: translateY(-3px); /* Pequeño efecto al pasar el mouse */
}

/* La burbuja roja (Badge) */
.cart-badge-circle {
    position: absolute;
    top: -5px;            /* Ajuste vertical para que sobresalga */
    right: -5px;          /* Ajuste horizontal para que sobresalga */
    background-color: #ff3b30; /* EL ROJO DE TU FOTO */
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    
    /* Hacerlo un círculo perfecto */
    min-width: 20px;
    height: 20px;
    line-height: 20px;    /* Centrado vertical del texto */
    text-align: center;
    border-radius: 50%;
    padding: 0 4px;       /* Un poco de aire si el número es grande (ej: 100) */
    
    /* Animación de aparición */
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0);  /* Oculto por defecto hasta que el JS lo active */
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff; /* Borde blanco para separarlo del icono (opcional, queda elegante) */
}

#hikashop_cart_147{
   visibility: hidden !important;
}

/* EL BOTÓN FLOTANTE */
.floating-cart-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background:#2a2a2a;
    color: #ffcc00;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000; /* Muy alto */
    text-decoration: none !important;
}

/* LA BURBUJA (BADGE) */
#cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff0000; /* Rojo intenso */
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff; /* Borde blanco para resaltar */
    
    /* ESTADO INICIAL: OCULTO */
    display: none; 
    transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 10001; /* Encima del botón */
}

/* CLASE PARA MOSTRARLO (JS LA ACTIVARÁ) */
#cart-badge.show-badge {
    display: block !important;
    transform: scale(1) !important;
}

.hika_toolbar {
  margin-top: -20px !important;
}

#hikashop_show_cart_form{
  width: 80%;
  margin-left: 10%;
}

/* Corrección Tabla Carrito HikaShop en Móvil */
@media (max-width: 768px) {
    
    /* 1. Forzar que la tabla se comporte como bloques apilados */
    #hikashop_cart_product_listing,
    #hikashop_cart_product_listing tbody,
    #hikashop_cart_product_listing tr,
    #hikashop_cart_product_listing td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    /* 2. Regla específica para las celdas de precio y totales */
    #hikashop_cart_product_listing td[data-title="Precio total"],
    #hikashop_cart_product_listing td[data-title="Total final"],
    #hikashop_cart_product_listing td[data-title="Precio unitario"] {
        display: flex !important;
        justify-content: space-between !important; /* Separa título (izq) y precio (der) */
        align-items: center !important;
        padding: 10px 0 !important; /* Un poco de aire vertical */
        border-bottom: 1px solid rgba(255,255,255,0.1); /* Opcional: separador sutil */
        text-align: right;
    }

    /* 3. Asegurar que el pseudo-elemento (el título que pone Hikashop) no se monte */
    #hikashop_cart_product_listing td::before {
        content: attr(data-title); /* Muestra el título extraído del HTML */
        font-weight: bold;
        float: left; /* O usar order en flexbox, pero float asegura compatibilidad */
        text-align: left;
        padding-right: 15px;
        color: #fff; /* Asegura contraste si el fondo es negro */
    }

    /* 4. Arreglo específico para la fila final de totales (el pie de tabla) */
    tr.hika_show_cart_total_text_2 td {
        display: flex !important;
        justify-content: space-between !important;
        width: 100% !important;
    }
    
    /* Ocultar celdas vacías o irrelevantes en el footer si molestan */
    .hika_show_cart_total_text {
        display: none !important; 
    }
}

/* --- NOMBRE DEL PRODUCTO EN BLANCO --- */

/* Texto principal del enlace del producto */
.hikashop_cart_product_name a {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold; /* Opcional: para que se lea mejor */
}

/* Texto de la variante (ej: : Negro) */
.hikashop_product_variant_subname {
    color: #ffffff !important; /* Asegura que la variante también sea blanca */
    opacity: 0.9; /* Un pelín más suave para diferenciarlo del título */
}

/* Al pasar el ratón por encima (Hover) */
.hikashop_cart_product_name a:hover {
    color: #e0e0e0 !important; /* Blanco un poco grisáceo para dar feedback */
    text-decoration: underline;
}

/*27/11/2025*/

#hikashop_checkout_address_1_1 .hika_address_field {
    width: 70% !important;
    margin-left: 17%;
}

.hkcontrol-label{
  text-align: justify !important;
}

.hikashop_checkout_address_cancel_button{
  width: 10% !important;
  min-width: fit-content;
}

/*29/11/2025*/

#po-related-block {
    margin-top: 40px;
}

.po-related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.po-related-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.po-related-nav {
    display: flex;
    gap: 0.5rem;
}

.po-related-btn {
    border: 1px solid #000;
    background: #fff;
    border-radius: 999px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
}

.po-related-btn[disabled] {
    opacity: 0.3;
    cursor: default;
}

#po-related-viewport {
    overflow: hidden;
    width: 100%;
}

#po-related-list {
    display: flex;
    gap: 16px;
    transition: transform 0.4s ease;
    will-change: transform;
}

.po-related-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000;
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}

.po-related-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 8px;
}

.po-related-name {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.po-related-price {
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .po-related-title {
        font-size: 1rem;
    }
}

/* BLOQUE GENERAL */
#po-related-block {
    margin-top: 60px;
    padding: 0;
}

/* CABECERA */
.po-related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}

.po-related-title {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: .04em;
}

/* FLECHAS */
.po-related-nav {
    display: flex;
    gap: 6px;
}

.po-related-btn {
    border: 1px solid #000;
    background: #fff;
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    transition: background .15s ease;
}

.po-related-btn:hover:not([disabled]) {
    background: #000;
    color: #fff;
}

.po-related-btn[disabled] {
    opacity: 0.2;
    cursor: default;
}

/* VIEWPORT */
#po-related-viewport {
    overflow: hidden;
    width: 100%;
}

/* LISTA */
#po-related-list {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
    will-change: transform;
}

/* ITEM */
.po-related-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    padding: 12px;
    background: #fff;
}

/* IMG */
.po-related-item img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    display: block;
}

/* NOMBRE */
.po-related-name {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
}

/* PRECIO */
.po-related-price {
    font-size: 0.95rem;
    font-weight: 400;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .po-related-title {
        font-size: 1.1rem;
    }

    .po-related-btn {
        width: 30px;
        height: 30px;
        font-size: 1.2rem;
    }
}


#po-related-block {
    margin-top: 60px;
}

.po-related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}

.po-related-title {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 0;
}

/* Flechas */
.po-related-nav {
    display: flex;
    gap: 6px;
}

.po-related-btn {
    border: 1px solid #000;
    background: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.4rem;
    transition: background .15s ease;
}

.po-related-btn:hover:not([disabled]) {
    background: #000;
    color: #fff;
}

.po-related-btn[disabled] {
    opacity: 0.2;
}

/* VIEWPORT */
/* Mantiene comportamiento carrusel */
#po-related-viewport {
    overflow: hidden;
    width: 100%;
}

#po-related-list {
    display: flex;
    gap: 18px;
    transition: transform 0.4s ease;
}

/* ITEM – ahora sin card, sin borde, sin padding */
.po-related-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000;
}

/* CONTENEDOR DE IMAGEN CROPEADA */
.po-related-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1; /* cuadrado perfecto */
    overflow: hidden;
    background: #f4f4f4; /* por si carga lento */
}

/* IMAGEN CROPEADA */
.po-related-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* recorte perfecto */
    object-position: center;
    display: block;
}

/* META TEXT */
.po-related-meta {
    margin-top: 8px;
}

.po-related-name {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
}

.po-related-price {
    font-size: 0.9rem;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .po-related-title {
        font-size: 1.1rem;
    }
}

/* ===== RESET TOTAL PARA EL CONTAINER ===== */
#po-related-list,
#po-related-list * {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* ===== ITEM SIN BORDES ===== */
.po-related-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000;
    padding: 0 !important;
    margin: 0;
    border: none !important;
    background: transparent !important;
}

/* ===== CONTENEDOR DE IMAGEN — CROP PERFECTO ===== */
.po-related-img-wrapper {
    width: 100%;
    aspect-ratio: 1/1; /* cuadrado perfecto */
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff; /* si quieres black pon #000 */
}

/* ===== IMAGEN SIN BORDES NI MÁRGENES NI ESPACIOS ===== */
.po-related-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* CROP */
    object-position: center;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* ===== TEXTOS ===== */
.po-related-meta {
    margin-top: 10px;
    padding: 0;
}

.po-related-name {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
}

.po-related-price {
    font-size: 0.9rem;
}

.po-related-meta{
  color: white !important;
}

/* ===== CONTENEDOR FIJO PARA UNIFORMIDAD TOTAL ===== */
.po-related-img-wrapper {
    width: 100%;
    height: 320px; /* <-- FÍJALO AQUÍ, AJÚSTALO SI QUIERES */
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

/* ===== IMAGEN FORZADA A RECUADRO ===== */
.po-related-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover !important;     /* RECORTE PERFECTO */
    object-position: center !important;

    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;

    display: block;
}

.po-related-img-wrapper {
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
    position: relative;
}

.po-related-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover !important;
    object-position: center !important;

    display: block;
}

.po-related-block{
  margin-bottom:60px;
}

/*01/12/2025*/

/* Fondo oscuro detrás del pop-over */
.po-newsletter-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.75);
    z-index: 99999;
}

.po-newsletter-overlay.po-newsletter-visible {
    display: flex;
}

/* Caja principal estilo Pull Over */
.po-newsletter-modal {
    background: #ffffff;
    max-width: 480px;
    width: 90%;
    padding: 32px 40px;
    box-sizing: border-box;
    border-radius: 0;                  /* sin border radius */
    box-shadow:
        0 0 0 1px #000000,
        0 18px 45px rgba(0,0,0,0.45);  /* borde negro + sombra */
    position: relative;
}

/* Botón de cierre (X) */
.po-newsletter-close {
    position: absolute;
    top: 16px;
    right: 18px;
    border: none;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

/* Título y texto */
.po-newsletter-title {
    font-size: 22px;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.po-newsletter-text {
    font-size: 14px;
    margin: 0 0 24px;
}

/* Contenedor general del formulario + “Ahora no” */
.po-newsletter-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Estructura de campos AcyMailing dentro del pop-over */
#po-newsletter-overlay .acym_form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#po-newsletter-overlay .onefield {
    width: 100%;
}

/* Etiquetas de los campos */
#po-newsletter-overlay .acym__users__creation__fields__title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

/* Inputs */
#po-newsletter-overlay input[type="text"],
#po-newsletter-overlay input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    padding: 8px 10px;
    border-radius: 0;                    /* sin bordes redondos */
    border: 1px solid #d5d5d5;
    font-size: 14px;
}

/* Contenedor del botón de suscripción */
#po-newsletter-overlay .acysubbuttons {
    margin: 8px 0 0;
    padding: 0;
}

/* Botón SUSCRIBIRSE estilo Pull Over */
#po-newsletter-overlay .subbutton {
    width: 100%;
    border-radius: 0;
    border: none;
    background: #ffb52a;                  /* amarillo Pull Over */
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 12px 16px;
    cursor: pointer;
}

/* Botón “Ahora no” */
.po-newsletter-later {
    align-self: flex-start;
    padding: 8px 14px;
    font-size: 13px;
    border-radius: 0;
    border: 1px solid #dddddd;
    background: #ffffff;
    cursor: pointer;
}

/* Mobile */
@media (max-width: 480px) {
    .po-newsletter-modal {
        padding: 24px 18px;
    }

    .po-newsletter-title {
        font-size: 20px;
    }

    .po-newsletter-text {
        font-size: 13px;
    }
}

/* Centrar todo el formulario dentro del pop-over */
.po-newsletter-form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;   /* CENTRAR HORIZONTALMENTE */
    gap: 18px;
}

/* Hacer el formulario más estrecho y centrado */
#po-newsletter-overlay .acym_form {
    width: 100%;
    max-width: 360px;       /* AJUSTA AQUÍ EL ANCHO DEL FORM */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Asegurar que cada campo ocupa el 100% del nuevo ancho */
#po-newsletter-overlay .onefield {
    width: 100%;
}

/* Campos un poco más altos y limpios */
#po-newsletter-overlay input[type="text"],
#po-newsletter-overlay input[type="email"] {
    width: 100%;
    height: 48px;           /* MÁS ALTOS */
    padding: 10px 12px;
    font-size: 15px;        /* TAMANO MÁS CÓMODO */
}

/* Botón de suscripción centrado y alineado al nuevo ancho */
#po-newsletter-overlay .acysubbuttons {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 0;
}

#po-newsletter-overlay .subbutton {
    width: 100%;
}




/* ============================================
   MI CUENTA - ÓRDENES DE COMPRA
   ============================================ */

/* Contenedor principal de datos */
.hika_cpanel_main_data {
    padding: 0;
}

/* Título de sección */
.hika_cpanel_main_top {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(187, 122, 6, 0.3);
}

.hika_cpanel_main_data_title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

/* Mensaje de puntos */
.hikashop_user_points_cpanel {
    background: linear-gradient(135deg, rgba(187, 122, 6, 0.15) 0%, rgba(187, 122, 6, 0.05) 100%);
    border: 1px solid rgba(187, 122, 6, 0.3);
    border-radius: 0 !important;
    padding: 15px 20px;
    margin-bottom: 30px;
    color: #bb7a06;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

.hikashop_user_points_cpanel i {
    color: #bb7a06;
}

/* Tarjeta de pedido */
.hk-card-order {
    background: #0a0a0a;
    border: 1px solid #2a2a2a;
    border-radius: 0 !important;
    margin-bottom: 25px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.hk-card-order:hover {
    border-color: #bb7a06;
    box-shadow: 0 5px 30px rgba(187, 122, 6, 0.15);
}

/* Header del pedido - Fecha y precio en columna */
.hk-card-order .hk-card-header {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
    border-bottom: 1px solid #2a2a2a;
    padding: 0;
}

.hk-card-order .hk-card-header > a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 25px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.hk-card-order .hk-card-header > a:hover {
    background: rgba(187, 122, 6, 0.08);
}

/* Fecha y precio en columna */
.hk-card-order .hk-card-header .hkc-sm-6 {
    width: 100%;
    flex: none;
}

.hika_cpanel_date {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 8px;
}

.hika_cpanel_price {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.2rem;
    justify-content: flex-start;
}

.hika_cpanel_date i,
.hika_cpanel_price i {
    color: #bb7a06;
    font-size: 0.9rem;
}

/* Body del pedido - Número, estado y acciones */
.hk-card-order .hk-card-body {
    background: #0a0a0a;
    padding: 20px 25px;
    border-bottom: 1px solid #1a1a1a;
}

.hk-card-order .hk-card-body .hk-row-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hk-card-order .hk-card-body .hkc-sm-4:first-child {
    flex: 0 0 auto;
    width: auto;
    margin-right: 20px;
}

.hk-card-order .hk-card-body .hika_cpanel_order_status {
    flex: 0 0 auto;
    width: auto;
}

.hk-card-order .hk-card-body .hika_cpanel_order_action {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

/* Número de pedido */
.hika_cpanel_title {
    color: #888888;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hika_cpanel_value {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
    margin-left: 5px;
}

/* Estados del pedido */
.order-label {
    display: inline-block;
    padding: 6px 16px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0 !important;
}

.order-label-created {
    background: linear-gradient(135deg, rgba(187, 122, 6, 0.2) 0%, rgba(187, 122, 6, 0.1) 100%);
    color: #bb7a06;
    border: 1px solid #bb7a06;
}

.order-label-confirmed {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(46, 204, 113, 0.1) 100%);
    color: #2ecc71;
    border: 1px solid #2ecc71;
}

.order-label-shipped {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.2) 0%, rgba(52, 152, 219, 0.1) 100%);
    color: #3498db;
    border: 1px solid #3498db;
}

.order-label-cancelled {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.2) 0%, rgba(231, 76, 60, 0.1) 100%);
    color: #e74c3c;
    border: 1px solid #e74c3c;
}

/* Dropdown de acciones */
.hkdropdown .hikabtn {
    background: transparent;
    border: 1px solid #bb7a06;
    color: #bb7a06;
    padding: 8px 18px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0 !important;
}

.hkdropdown .hikabtn:hover {
    background: #bb7a06;
    color: #000000;
}

.hkdropdown .hikabtn .caret {
    margin-left: 8px;
    border-top-color: currentColor;
}

.hkdropdown-menu {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 0 !important;
    padding: 8px 0;
    min-width: 200px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.hkdropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #cccccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.hkdropdown-menu li a:hover {
    background: rgba(187, 122, 6, 0.15);
    color: #bb7a06;
}

.hkdropdown-menu li a i {
    width: 18px;
    text-align: center;
    color: #bb7a06;
}

/* Sección de productos - FONDO NEGRO */
.hk-card-order > .hk-row-fluid {
    display: flex;
    flex-wrap: wrap;
}

.hika_cpanel_products {
    background: #0a0a0a;
    padding: 20px 25px;
    margin: 0;
    border: none;
}

.hk-list-group-item.hika_cpanel_product {
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #1a1a1a;
}

.hika_cpanel_product:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.hika_cpanel_product:first-child {
    padding-top: 0;
}

/* Imagen del producto */
.hika_cpanel_product_image_link {
    flex-shrink: 0;
}

.hika_cpanel_product_image {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 1px solid #2a2a2a;
    border-radius: 0 !important;
    transition: border-color 0.3s ease;
}

.hika_cpanel_product_image_link:hover .hika_cpanel_product_image {
    border-color: #bb7a06;
}

/* Nombre del producto */
.hika_cpanel_product_name {
    color: #ffffff;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hika_cpanel_product a:hover .hika_cpanel_product_name {
    color: #bb7a06;
}

.hikashop_product_variant_subname {
    color: #888888;
    font-weight: 400;
    font-size: 0.85rem;
}

/* Precio del producto */
.hika_cpanel_product_price {
    margin: 8px 0 0 0;
    color: #888888;
    font-size: 0.9rem;
}

.hika_cpanel_product_price_quantity {
    color: #bb7a06;
    font-weight: 600;
}

.hika_cpanel_product_price_times {
    color: #555555;
    margin: 0 5px;
}

.hika_cpanel_product_price_amount {
    color: #ffffff;
    font-weight: 500;
}

/* Métodos de pago y envío */
.hika_cpanel_methods {
    background: #0a0a0a;
    padding: 20px 25px;
    border-left: 1px solid #1a1a1a;
}

.hika_cpanel_order_methods {
    margin: 0;
}

.hika_cpanel_order_methods dt {
    color: #bb7a06;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.hika_cpanel_order_methods dd {
    color: #cccccc;
    font-size: 0.9rem;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #1a1a1a;
}

.hika_cpanel_order_methods dd:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* Responsive */
@media (max-width: 768px) {
    .hk-card-order .hk-card-header > a {
        padding: 15px 20px;
    }
    
    .hk-card-order .hk-card-body {
        padding: 15px 20px;
    }
    
    .hk-card-order .hk-card-body .hk-row-fluid {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .hk-card-order .hk-card-body .hkc-sm-4:first-child,
    .hk-card-order .hk-card-body .hika_cpanel_order_status,
    .hk-card-order .hk-card-body .hika_cpanel_order_action {
        width: 100%;
        margin-right: 0;
    }
    
    .hk-card-order .hk-card-body .hika_cpanel_order_action {
        justify-content: flex-start;
    }
    
    .hika_cpanel_methods {
        border-left: none;
        border-top: 1px solid #1a1a1a;
    }
    
    .hika_cpanel_product {
        gap: 15px;
    }
    
    .hika_cpanel_product_image {
        width: 60px;
        height: 60px;
    }
    
    .hika_cpanel_products,
    .hika_cpanel_methods {
        padding: 15px 20px;
    }
}

/* Fix para el clear */
.hika_cpanel_product div[style*="clear:both"] {
    display: none;
}

.order-label{
  background: transparent !important;
    border: none !important;
}

/* ============================================
   MI CUENTA - DETALLE DEL PEDIDO
   ============================================ */

#hikashop_order_main {
    background: #0a0a0a;
    padding: 30px;
}

/* Título del pedido */
#hikashop_order_main .hikashop_header_title {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(187, 122, 6, 0.3);
}

#hikashop_order_main .hikashop_header_title h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

/* Toolbar de botones */
#hikashop_order_main .hika_toolbar {
    margin-bottom: 30px;
}

#hikashop_order_main .hika_toolbar_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

#hikashop_order_main .hika_toolbar .hikabtn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 1px solid #bb7a06;
    color: #bb7a06;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-radius: 0 !important;
}

#hikashop_order_main .hika_toolbar .hikabtn:hover {
    background: #bb7a06;
    color: #000000;
}

#hikashop_order_main .hika_toolbar .hikabtn .btnIcon {
    display: flex;
    align-items: center;
}

#hikashop_order_main .hika_toolbar .hikabtn .btnIcon i {
    font-size: 1rem;
}

/* Tabla principal del pedido */
.hikashop_order_main_table {
    width: 100%;
    border-collapse: collapse;
}

.hikashop_order_main_table > tbody > tr > td {
    padding: 0;
}

/* Información del pedido (fecha, número) */
#hikashop_order_right_part,
#hikashop_order_left_part {
    background: #111111;
    border: 1px solid #2a2a2a;
    padding: 20px 25px;
    margin-bottom: 20px;
    color: #cccccc;
    font-size: 0.95rem;
    line-height: 1.8;
}

#hikashop_order_right_part {
    border-left: 3px solid #bb7a06;
}

/* Fieldsets - Direcciones y productos */
#hikashop_order_main fieldset.adminform {
    background: #111111;
    border: 1px solid #2a2a2a;
    border-radius: 0 !important;
    padding: 25px;
    margin: 0 0 20px 0;
}

#hikashop_order_main fieldset.adminform legend {
    background: #bb7a06 !important;
    color: #000000;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 20px;
    margin-left: -10px;
    border-radius: 0 !important;
}

/* Contenido de direcciones */
#htmlfieldset_billing,
#htmlfieldset_shipping {
    color: #cccccc;
    font-size: 0.95rem;
    line-height: 1.8;
}

/* Tabla de direcciones */
#hikashop_order_main table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px 0;
}

#hikashop_order_main table table td {
    vertical-align: top;
    width: 50%;
}

/* ============================================
   TABLA DE PRODUCTOS - DISEÑO UNIFICADO
   ============================================ */

#htmlfieldset_products {
    overflow-x: auto;
}

#htmlfieldset_products > table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

/* Cabecera de la tabla */
#htmlfieldset_products > table > thead th {
    background: #1a1a1a;
    color: #bb7a06;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 20px;
    text-align: left;
    border: none;
    white-space: nowrap;
}

#htmlfieldset_products > table > thead th.hikashop_order_item_price_title {
    text-align: right;
    min-width: 120px;
}

#htmlfieldset_products > table > thead th.hikashop_order_item_quantity_title {
    text-align: center;
    min-width: 100px;
}

#htmlfieldset_products > table > thead th.hikashop_order_item_total_title {
    text-align: right;
    min-width: 120px;
}

/* Filas de productos */
#htmlfieldset_products > table > tbody > tr.row0,
#htmlfieldset_products > table > tbody > tr.row1 {
    background: #0f0f0f;
}

#htmlfieldset_products > table > tbody > tr.row0:hover,
#htmlfieldset_products > table > tbody > tr.row1:hover {
    background: #151515;
}

#htmlfieldset_products > table > tbody > tr.row0 > td,
#htmlfieldset_products > table > tbody > tr.row1 > td {
    padding: 20px;
    border: none;
    border-bottom: 1px solid #1a1a1a;
    vertical-align: middle;
    color: #ffffff;
}

/* Imagen del producto */
.hikashop_order_item_image_value {
    width: 80px;
    padding-right: 0 !important;
}

.hikashop_order_item_image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 1px solid #2a2a2a;
    border-radius: 0 !important;
}

/* Nombre del producto */
.hikashop_order_item_name_value {
    color: #ffffff;
}

.hikashop_order_product_link {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

.hikashop_order_product_link:hover {
    color: #bb7a06;
}

.hikashop_order_product_name {
    font-weight: 500;
    font-size: 0.95rem;
    color: #ffffff;
}

.hikashop_order_product_name .hikashop_product_variant_subname {
    color: #888888;
    font-weight: 400;
    font-size: 0.85rem;
}

/* Precio unitario */
.hikashop_order_item_price_value {
    text-align: right;
    color: #cccccc;
    font-size: 0.95rem;
    white-space: nowrap;
}

/* Cantidad */
.hikashop_order_item_quantity_value {
    text-align: center;
    color: #bb7a06;
    font-weight: 600;
    font-size: 1rem;
}

/* Precio total del producto */
.hikashop_order_item_total_value {
    text-align: right;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
}

/* ============================================
   FILAS DE TOTALES
   ============================================ */

#htmlfieldset_products > table > tbody > tr:not(.row0):not(.row1) {
    background: #0a0a0a;
}

#htmlfieldset_products > table > tbody > tr:not(.row0):not(.row1) > td {
    padding: 15px 20px;
    border: none;
    border-bottom: 1px solid #1a1a1a;
}

.hikashop_order_subtotal_title,
.hikashop_order_shipping_title,
.hikashop_order_total_title {
    text-align: right !important;
}

.hikashop_order_subtotal_title label,
.hikashop_order_shipping_title label,
.hikashop_order_total_title label {
    color: #888888;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hikashop_order_subtotal_value,
.hikashop_order_shipping_value {
    text-align: right !important;
    color: #cccccc;
    font-size: 0.95rem;
    white-space: nowrap;
}

.hikashop_order_total_title label {
    color: #bb7a06 !important;
    font-weight: 600;
    font-size: 0.9rem;
}

.hikashop_order_total_value {
    text-align: right !important;
    color: #bb7a06;
    font-size: 1.3rem;
    font-weight: 700;
    white-space: nowrap;
}

/* Métodos de envío y pago */
.hikashop_order_shipping_method,
.hikashop_order_payment_method {
    background: #111111;
    border: 1px solid #2a2a2a;
    border-left: 3px solid #bb7a06;
    padding: 15px 20px;
    margin: 10px 0;
    color: #cccccc;
    font-size: 0.95rem;
}

/* ============================================
   RESPONSIVE - MÓVIL
   ============================================ */

@media (max-width: 768px) {
    #hikashop_order_main {
        padding: 20px 15px;
    }
    
    #hikashop_order_main .hika_toolbar_btn {
        flex-direction: column;
    }
    
    #hikashop_order_main .hika_toolbar .hikabtn {
        width: 100%;
        justify-content: center;
    }
    
    /* Direcciones en columna */
    #hikashop_order_main table table {
        border-spacing: 0;
    }
    
    #hikashop_order_main table table td {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    
    /* Fieldset productos en móvil */
    #htmlfieldset_products {
        padding: 15px;
        overflow: visible;
    }
    
    #htmlfieldset_products > table {
        min-width: 0;
        display: block;
    }
    
    #htmlfieldset_products > table > thead {
        display: none;
    }
    
    #htmlfieldset_products > table > tbody {
        display: block;
    }
    
    /* PRODUCTOS en móvil - como tarjetas */
    #htmlfieldset_products > table > tbody > tr.row0,
    #htmlfieldset_products > table > tbody > tr.row1 {
        display: block;
        background: #0f0f0f;
        padding: 20px;
        margin-bottom: 15px;
        border: 1px solid #2a2a2a;
    }
    
    #htmlfieldset_products > table > tbody > tr.row0 > td,
    #htmlfieldset_products > table > tbody > tr.row1 > td {
        display: block;
        width: 100% !important;
        padding: 10px 0 !important;
        border: none !important;
        text-align: left !important;
        position: relative;
    }
    
    /* Labels en móvil usando data-title */
    #htmlfieldset_products > table > tbody > tr.row0 > td:before,
    #htmlfieldset_products > table > tbody > tr.row1 > td:before {
        content: attr(data-title);
        display: block;
        color: #bb7a06;
        font-size: 0.7rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }
    
    /* Ocultar label en imagen */
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_image_value:before,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_image_value:before {
        display: none;
    }
    
    .hikashop_order_item_image_value {
        text-align: center !important;
        padding-bottom: 15px !important;
    }
    
    .hikashop_order_item_image {
        width: 80px;
        height: 80px;
    }
    
    /* Colores forzados en móvil */
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_name_value,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_name_value,
    .hikashop_order_product_name,
    .hikashop_order_product_name div,
    .hikashop_order_product_link {
        color: #ffffff !important;
    }
    
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_price_value,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_price_value,
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_price_value span,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_price_value span {
        color: #cccccc !important;
    }
    
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_quantity_value,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_quantity_value,
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_quantity_value span,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_quantity_value span {
        color: #bb7a06 !important;
    }
    
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_total_value,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_total_value,
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_total_value span,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_total_value span {
        color: #ffffff !important;
        font-weight: 700 !important;
        font-size: 1.1rem !important;
    }
    
    /* ============================================
       TOTALES EN MÓVIL - SEPARADOS Y CLAROS
       ============================================ */
    
    #htmlfieldset_products > table > tbody > tr:not(.row0):not(.row1) {
        display: table;
        width: 100%;
        background: #0a0a0a;
        margin: 0;
        border-bottom: 1px solid #1a1a1a;
    }
    
    #htmlfieldset_products > table > tbody > tr:not(.row0):not(.row1) > td {
        display: table-cell;
        padding: 15px 0 !important;
        vertical-align: middle;
    }
    
    #htmlfieldset_products > table > tbody > tr:not(.row0):not(.row1) > td[colspan] {
        width: auto;
    }
    
    #htmlfieldset_products > table > tbody > tr:not(.row0):not(.row1) > td:last-child {
        text-align: right !important;
        width: 100px;
    }
    
    .hikashop_order_subtotal_title,
    .hikashop_order_shipping_title,
    .hikashop_order_total_title {
        text-align: left !important;
    }
    
    .hikashop_order_subtotal_title label,
    .hikashop_order_shipping_title label {
        color: #888888 !important;
        font-size: 0.8rem !important;
    }
    
    .hikashop_order_total_title label {
        color: #bb7a06 !important;
        font-size: 0.9rem !important;
    }
    
    .hikashop_order_subtotal_value,
    .hikashop_order_shipping_value {
        color: #cccccc !important;
        font-size: 0.95rem !important;
    }
    
    .hikashop_order_total_value {
        color: #bb7a06 !important;
        font-size: 1.2rem !important;
        font-weight: 700 !important;
    }
}

/* ============================================
   RESPONSIVE - TABLET
   ============================================ */

@media (min-width: 769px) and (max-width: 1024px) {
    #hikashop_order_main {
        padding: 25px;
    }
    
    #htmlfieldset_products > table > thead th {
        padding: 12px 15px;
        font-size: 0.7rem;
    }
    
    #htmlfieldset_products > table > tbody td {
        padding: 15px;
    }
    
    .hikashop_order_item_image {
        width: 50px;
        height: 50px;
    }
}

/* ============================================
   RESPONSIVE - TV/4K
   ============================================ */

@media (min-width: 1921px) {
    #hikashop_order_main {
        padding: 50px;
        max-width: 1800px;
        margin: 0 auto;
    }
    
    #hikashop_order_main .hikashop_header_title h1 {
        font-size: 3rem;
    }
    
    #htmlfieldset_products > table > thead th {
        padding: 20px 30px;
        font-size: 0.85rem;
    }
    
    #htmlfieldset_products > table > tbody td {
        padding: 25px 30px;
        font-size: 1.1rem;
    }
    
    .hikashop_order_item_image {
        width: 80px;
        height: 80px;
    }
    
    .hikashop_order_total_value {
        font-size: 1.5rem;
    }
}

/* ============================================
   RESPONSIVE - MÓVIL (reemplaza la sección anterior)
   ============================================ */

@media (max-width: 768px) {
    #hikashop_order_main {
        padding: 20px 15px;
    }
    
    #hikashop_order_main .hika_toolbar_btn {
        flex-direction: column;
    }
    
    #hikashop_order_main .hika_toolbar .hikabtn {
        width: 100%;
        justify-content: center;
    }
    
    /* Direcciones en columna */
    #hikashop_order_main table table {
        border-spacing: 0;
    }
    
    #hikashop_order_main table table td {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    
    /* Fieldset productos en móvil */
    #htmlfieldset_products {
        padding: 15px;
        overflow: visible;
    }
    
    #htmlfieldset_products > table {
        min-width: 0;
        display: block;
    }
    
    #htmlfieldset_products > table > thead {
        display: none;
    }
    
    #htmlfieldset_products > table > tbody {
        display: block;
    }
    
    /* ============================================
       PRODUCTOS en móvil - como tarjetas
       ============================================ */
    
    #htmlfieldset_products > table > tbody > tr.row0,
    #htmlfieldset_products > table > tbody > tr.row1 {
        display: flex !important;
        flex-direction: column !important;
        background: #0f0f0f;
        padding: 20px;
        margin-bottom: 15px;
        border: 1px solid #2a2a2a;
    }
    
    #htmlfieldset_products > table > tbody > tr.row0 > td,
    #htmlfieldset_products > table > tbody > tr.row1 > td {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 15px !important;
        border: none !important;
        text-align: left !important;
        position: relative !important;
        float: none !important;
        clear: both !important;
    }
    
    #htmlfieldset_products > table > tbody > tr.row0 > td:last-child,
    #htmlfieldset_products > table > tbody > tr.row1 > td:last-child {
        margin-bottom: 0 !important;
    }
    
    /* IMAGEN */
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_image_value,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_image_value {
        order: 1;
        text-align: center !important;
    }
    
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_image_value:before,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_image_value:before {
        display: none !important;
    }
    
    .hikashop_order_item_image {
        width: 100px !important;
        height: 100px !important;
    }
    
    /* NOMBRE PRODUCTO */
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_name_value,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_name_value {
        order: 2;
        text-align: center !important;
    }
    
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_name_value:before,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_name_value:before {
        display: none !important;
    }
    
    .hikashop_order_product_name,
    .hikashop_order_product_name div,
    .hikashop_order_product_link {
        color: #ffffff !important;
        font-size: 1rem !important;
    }
    
    .hikashop_order_product_name .hikashop_product_variant_subname {
        display: block !important;
        margin-top: 5px;
        color: #888888 !important;
    }
    
    /* PRECIO UNITARIO */
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_price_value,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_price_value {
        order: 3;
    }
    
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_price_value:before,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_price_value:before {
        content: "Precio unitario" !important;
        display: block !important;
        color: #bb7a06 !important;
        font-size: 0.7rem !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        margin-bottom: 5px !important;
    }
    
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_price_value,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_price_value,
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_price_value span,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_price_value span {
        color: #cccccc !important;
        font-size: 0.95rem !important;
    }
    
    /* CANTIDAD */
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_quantity_value,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_quantity_value {
        order: 4;
    }
    
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_quantity_value:before,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_quantity_value:before {
        content: "Cantidad" !important;
        display: block !important;
        color: #bb7a06 !important;
        font-size: 0.7rem !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        margin-bottom: 5px !important;
    }
    
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_quantity_value,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_quantity_value,
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_quantity_value span,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_quantity_value span {
        color: #bb7a06 !important;
        font-size: 1.1rem !important;
        font-weight: 600 !important;
    }
    
    /* PRECIO TOTAL */
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_total_value,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_total_value {
        order: 5;
        padding-top: 15px !important;
        border-top: 1px solid #2a2a2a !important;
    }
    
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_total_value:before,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_total_value:before {
        content: "Precio total" !important;
        display: block !important;
        color: #bb7a06 !important;
        font-size: 0.7rem !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        margin-bottom: 5px !important;
    }
    
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_total_value,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_total_value,
    #htmlfieldset_products > table > tbody > tr.row0 > td.hikashop_order_item_total_value span,
    #htmlfieldset_products > table > tbody > tr.row1 > td.hikashop_order_item_total_value span {
        color: #ffffff !important;
        font-weight: 700 !important;
        font-size: 1.2rem !important;
    }
    
    /* ============================================
       TOTALES EN MÓVIL
       ============================================ */
    
    #htmlfieldset_products > table > tbody > tr:not(.row0):not(.row1) {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        background: #0a0a0a;
        padding: 15px 0 !important;
        margin: 0 !important;
        border-bottom: 1px solid #1a1a1a;
    }
    
    #htmlfieldset_products > table > tbody > tr:not(.row0):not(.row1) > td {
        display: block !important;
        padding: 0 !important;
        border: none !important;
        float: none !important;
    }
    
    /* Ocultar celdas vacías del colspan */
    #htmlfieldset_products > table > tbody > tr:not(.row0):not(.row1) > td[colspan] {
        flex: 1;
    }
    
    #htmlfieldset_products > table > tbody > tr:not(.row0):not(.row1) > td:last-child {
        flex: 0 0 auto;
        text-align: right !important;
    }
    
    .hikashop_order_subtotal_title,
    .hikashop_order_shipping_title,
    .hikashop_order_total_title {
        text-align: left !important;
    }
    
    .hikashop_order_subtotal_title label,
    .hikashop_order_shipping_title label {
        color: #888888 !important;
        font-size: 0.85rem !important;
    }
    
    .hikashop_order_total_title label {
        color: #bb7a06 !important;
        font-size: 0.95rem !important;
        font-weight: 600 !important;
    }
    
    .hikashop_order_subtotal_value,
    .hikashop_order_shipping_value {
        color: #cccccc !important;
        font-size: 0.95rem !important;
    }
    
    .hikashop_order_total_value {
        color: #bb7a06 !important;
        font-size: 1.3rem !important;
        font-weight: 700 !important;
    }
}

/*02/12/2025*/

/* Invertir orden de direcciones en checkout: Envío a la izquierda, Facturación a la derecha */
#hikashop_checkout_address_1_1 .hk-container-fluid {
    display: flex;
    flex-wrap: wrap;
}

#hikashop_checkout_address_1_1 .hk-container-fluid > .hkc-sm-6:first-child {
    order: 2; /* Facturación pasa a la derecha */
}

#hikashop_checkout_address_1_1 .hk-container-fluid > .hkc-sm-6:last-child {
    order: 1; /* Envío pasa a la izquierda */
}

/* En móvil, envío arriba y facturación abajo */
@media (max-width: 767px) {
    #hikashop_checkout_address_1_1 .hk-container-fluid {
        flex-direction: column;
    }
    
    #hikashop_checkout_address_1_1 .hk-container-fluid > .hkc-sm-6:first-child {
        order: 2; /* Facturación abajo */
    }
    
    #hikashop_checkout_address_1_1 .hk-container-fluid > .hkc-sm-6:last-child {
        order: 1; /* Envío arriba */
    }
}

/* Checkout HikaShop: direcciones en dos columnas, envío IZQUIERDA, facturación DERECHA */
@media (min-width: 992px) {
    #hikashop_checkout_address_1_1 .hk-container-fluid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 30px;
    }

    #hikashop_checkout_address_1_1 .hk-container-fluid > .hkc-sm-6 {
        width: 50% !important;
        float: none !important;
    }

    /* Primera columna del HTML (facturación) pasa a la DERECHA */
    #hikashop_checkout_address_1_1 .hk-container-fluid > .hkc-sm-6:nth-child(1) {
        order: 2 !important;
    }

    /* Segunda columna del HTML (envío) pasa a la IZQUIERDA */
    #hikashop_checkout_address_1_1 .hk-container-fluid > .hkc-sm-6:nth-child(2) {
        order: 1 !important;
    }
}

.hika_address_display{
  overflow: hidden;
}

/* ========================================
   PRODUCTO PRINCIPAL - ESCALA CON PANTALLA
   ======================================== */

/* Contenedor principal del producto */
.hikashop_product_page {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 clamp(15px, 3vw, 60px);
}

/* Imágenes del producto principal - crecen con la pantalla */
#po-image-container,
.hikashop_product_page .hikashop_product_left_part,
.hikashop_product_page .hikashop_product_image_main {
    width: 100%;
    max-width: clamp(400px, 50vw, 800px);
}

.hikashop_product_page .hikashop_product_image_main img,
#po-image-container img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Galería de miniaturas */
.hikashop_product_page .hikashop_product_image_subdiv img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ========================================
   PRODUCTOS RELACIONADOS - TAMAÑO CONTROLADO
   ======================================== */

/* Contenedor del carrusel */
#po-related-block,
.hikashop_product_page .hikashop_products,
#hikashop_product_bottom_part .hikashop_products {
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

/* Cada producto relacionado - TAMAÑO MÁXIMO FIJO */
#po-related-list .po-related-item,
.hikashop_product_page .hikashop_products .hikashop_product,
#hikashop_product_bottom_part .hikashop_products .hikashop_product {
    flex: 0 0 clamp(200px, 20vw, 280px) !important;
    max-width: 280px !important;
    min-width: 200px;
}

/* Imágenes de productos relacionados - UNIFORMES Y RECORTADAS */
#po-related-list .po-related-img-wrapper,
.hikashop_product_page .hikashop_products .hikashop_product_image,
#hikashop_product_bottom_part .hikashop_products .hikashop_product_image {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    display: block !important;
    position: relative !important;
    background: #0a0a0a !important;
}

#po-related-list .po-related-img-wrapper img,
.hikashop_product_page .hikashop_products .hikashop_product_image img,
#hikashop_product_bottom_part .hikashop_products .hikashop_product_image img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Título y precio centrados */
#po-related-list .po-related-meta,
.hikashop_product_page .hikashop_products .hikashop_product_name,
.hikashop_product_page .hikashop_products .hikashop_product_price_full,
#hikashop_product_bottom_part .hikashop_products .hikashop_product_name,
#hikashop_product_bottom_part .hikashop_products .hikashop_product_price_full {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
    margin-top: 10px !important;
}

/* ========================================
   RESPONSIVE - MÓVIL
   ======================================== */
@media (max-width: 767px) {
    .hikashop_product_page {
        padding: 0 15px;
    }
    
    #po-image-container,
    .hikashop_product_page .hikashop_product_left_part,
    .hikashop_product_page .hikashop_product_image_main {
        max-width: 100%;
    }
    
    #po-related-list .po-related-item,
    .hikashop_product_page .hikashop_products .hikashop_product,
    #hikashop_product_bottom_part .hikashop_products .hikashop_product {
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        min-width: 140px;
    }
    
    #po-related-block,
    .hikashop_product_page .hikashop_products {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

/* ========================================
   RESPONSIVE - TABLET
   ======================================== */
@media (min-width: 768px) and (max-width: 1199px) {
    #po-related-list .po-related-item,
    .hikashop_product_page .hikashop_products .hikashop_product,
    #hikashop_product_bottom_part .hikashop_products .hikashop_product {
        flex: 0 0 clamp(180px, 22vw, 240px) !important;
        max-width: 240px !important;
    }
}

/* ========================================
   RESPONSIVE - PANTALLAS GRANDES (1400px+)
   ======================================== */
@media (min-width: 1400px) {
    .hikashop_product_page {
        max-width: 1800px;
    }
    
    #po-image-container,
    .hikashop_product_page .hikashop_product_left_part {
        max-width: 850px;
    }
    
    /* Productos relacionados NO crecen más */
    #po-related-list .po-related-item,
    .hikashop_product_page .hikashop_products .hikashop_product {
        max-width: 260px !important;
    }
}

/* ========================================
   RESPONSIVE - 4K / TV (2000px+)
   ======================================== */
@media (min-width: 2000px) {
    .hikashop_product_page {
        max-width: 2200px;
    }
    
    #po-image-container,
    .hikashop_product_page .hikashop_product_left_part {
        max-width: 1000px;
    }
    
    /* Productos relacionados con tope máximo */
    #po-related-list .po-related-item,
    .hikashop_product_page .hikashop_products .hikashop_product {
        max-width: 300px !important;
    }
    
    #po-related-block,
    .hikashop_product_page .hikashop_products {
        max-width: 1600px;
    }
}

/* ========================================
   PRODUCTO - LAYOUT DOS COLUMNAS DESKTOP
   ======================================== */

/* Contenedor principal en dos columnas */
.hikashop_product_page .row.g-4,
.hikashop_product_page .hk-row-fluid,
.hikashop_product_page > .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 40px;
    align-items: flex-start;
}

/* Columna izquierda - Imágenes */
.hikashop_product_page .col-12.col-lg-7,
.hikashop_product_page .hikashop_product_left_part,
#po-image-container {
    flex: 0 0 55% !important;
    max-width: 55% !important;
    width: 55% !important;
}

/* Columna derecha - Detalles */
.hikashop_product_page .col-12.col-lg-5,
.hikashop_product_page .hikashop_product_right_part {
    flex: 0 0 42% !important;
    max-width: 42% !important;
    width: 42% !important;
    position: sticky;
    top: 120px;
}

/* ========================================
   RESPONSIVE - TABLET VERTICAL Y MÓVIL
   ======================================== */
@media (max-width: 991px) {
    .hikashop_product_page .row.g-4,
    .hikashop_product_page .hk-row-fluid,
    .hikashop_product_page > .row {
        flex-wrap: wrap !important;
        flex-direction: column !important;
    }
    
    .hikashop_product_page .col-12.col-lg-7,
    .hikashop_product_page .hikashop_product_left_part,
    #po-image-container,
    .hikashop_product_page .col-12.col-lg-5,
    .hikashop_product_page .hikashop_product_right_part {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .hikashop_product_page .col-12.col-lg-5,
    .hikashop_product_page .hikashop_product_right_part {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
}

/* ========================================
   PANTALLA VERTICAL (PORTRAIT) - APILAR
   ======================================== */
@media (orientation: portrait) and (min-width: 768px) {
    .hikashop_product_page .row.g-4,
    .hikashop_product_page .hk-row-fluid,
    .hikashop_product_page > .row {
        flex-wrap: wrap !important;
        flex-direction: column !important;
    }
    
    .hikashop_product_page .col-12.col-lg-7,
    .hikashop_product_page .hikashop_product_left_part,
    #po-image-container,
    .hikashop_product_page .col-12.col-lg-5,
    .hikashop_product_page .hikashop_product_right_part {
        flex: 0 0 100% !important;
        max-width: 600px !important;
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ========================================
   PANTALLA HORIZONTAL (LANDSCAPE) - DOS COLUMNAS
   ======================================== */
@media (orientation: landscape) and (min-width: 992px) {
    .hikashop_product_page .row.g-4,
    .hikashop_product_page .hk-row-fluid,
    .hikashop_product_page > .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        flex-direction: row !important;
    }
    
    .hikashop_product_page .col-12.col-lg-7,
    .hikashop_product_page .hikashop_product_left_part,
    #po-image-container {
        flex: 0 0 55% !important;
        max-width: 55% !important;
        width: 55% !important;
    }
    
    .hikashop_product_page .col-12.col-lg-5,
    .hikashop_product_page .hikashop_product_right_part {
        flex: 0 0 42% !important;
        max-width: 42% !important;
        width: 42% !important;
    }
}

/*03/12/2025*/

#po-live-box {
    position: absolute;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 22px rgba(0,0,0,0.15);
    display: none;
    z-index: 99999;
    border-radius: 0;
    overflow: hidden;
}

.po-live-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #f2f2f2;
    transition: background .15s;
}

.po-live-item:hover {
    background: #f8f8f8;
}

.po-live-item img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.po-live-name {
    font-size: 14px;
    display: block;
}

.po-live-price {
    font-size: 13px;
    color: #888;
}

#po-live-box {
    position: absolute;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 22px rgba(0,0,0,0.35);
    display: none;
    z-index: 99999;
    border-radius: 0;
    overflow: hidden;
}

.po-live-item {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #f2f2f2;
    transition: background .15s;
}

.po-live-item:hover {
    background: #f8f8f8;
}

.po-live-name {
    font-size: 14px;
    line-height: 1.2;
    display: block;
}

.po-live-price {
    font-size: 13px;
    color: #888;
}

/* oculta las sugerencias amarillas de Awesomplete/mod_finder */
.awesomplete ul,
#awesomplete_list_1 {
    display: none !important;
}


/*04/12/2025*/


.po-newsletter-modal{
  color:black !important;
}

.hikashop_product_page{
  margin-top: 50px !important;
}

.blog{
      margin-top: 50px;
}
/* ============================================
   PULL-OVER - BLOG CATEGORIES STYLING
   Estilo oscuro con acentos dorados
   Sin border-radius (bordes rectos)
   ============================================ */

/* === CONTENEDOR PRINCIPAL === */
.categories-list.list-group {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.5rem, 3vw, 2.5rem);
    padding: clamp(2rem, 5vw, 4rem) 0;
    background-color: #0a0a0a;
}

/* === TARJETAS DE CATEGORÍA === */
.categories-list .list-group-item {
    background-color: #111111;
    border: 1px solid #1a1a1a;
    border-radius: 0 !important;
    padding: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.categories-list .list-group-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #bb7a06 0%, #d4940a 50%, #bb7a06 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.categories-list .list-group-item:hover {
    border-color: #bb7a06;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(187, 122, 6, 0.15);
}

.categories-list .list-group-item:hover::before {
    transform: scaleX(1);
}

/* === CONTENEDOR INTERIOR === */
.categories-list .list-group-item > div {
    padding: 0;
}

/* === CABECERA CON TÍTULO Y BADGE === */
.categories-list .d-flex.justify-content-between {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: clamp(1rem, 2vw, 1.5rem);
    background-color: #0d0d0d;
    border-bottom: 1px solid #1a1a1a;
}

/* === TÍTULOS === */
.categories-list h5.m-0 {
    margin: 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.categories-list h5.m-0 a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

.categories-list h5.m-0 a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #bb7a06;
    transition: width 0.3s ease;
}

.categories-list h5.m-0 a:hover {
    color: #bb7a06;
}

.categories-list h5.m-0 a:hover::after {
    width: 100%;
}

/* === BADGE DE CANTIDAD === */
.categories-list .badge.bg-primary {
    background-color: transparent !important;
    background: linear-gradient(135deg, #bb7a06 0%, #d4940a 100%);
    color: #0a0a0a;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(0.75rem, 1.2vw, 0.9rem);
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 0.4em 0.8em;
    border-radius: 0 !important;
    text-transform: uppercase;
    white-space: nowrap;
}

/* === CONTENIDO CON IMAGEN Y DESCRIPCIÓN === */
.categories-list .mt-2 {
    margin: 0 !important;
    padding: 0;
}

/* === IMÁGENES === */
.categories-list .mt-2 img {
    width: 100%;
    height: clamp(180px, 25vw, 280px);
    object-fit: cover;
    display: block;
    filter: grayscale(30%);
    transition: all 0.5s ease;
}

.categories-list .list-group-item:hover .mt-2 img {
    filter: grayscale(0%);
    transform: scale(1.03);
}

/* Contenedor de imagen para el efecto de zoom */
.categories-list .mt-2 {
    overflow: hidden;
    position: relative;
}

/* Overlay sutil sobre la imagen */
.categories-list .mt-2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

/* === TEXTO DESCRIPTIVO === */
.categories-list .mt-2 {
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    font-size: clamp(0.85rem, 1.3vw, 0.95rem);
    line-height: 1.7;
    color: #a0a0a0;
    padding: clamp(1rem, 2vw, 1.5rem);
    background-color: #111111;
    position: relative;
}

/* Separar imagen del texto */
.categories-list .mt-2 img + br,
.categories-list .mt-2 br {
    display: none;
}

/* === RESPONSIVE DESIGN === */

/* Tablet */
@media (max-width: 1024px) {
    .categories-list.list-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(1rem, 2.5vw, 2rem);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .categories-list.list-group {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem 0;
    }
    
    .categories-list .list-group-item:hover {
        transform: translateY(-4px);
    }
    
    .categories-list .mt-2 img {
        height: 200px;
    }
}

/* === ANIMACIÓN DE ENTRADA === */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.categories-list .list-group-item {
    animation: fadeInUp 0.6s ease forwards;
}

.categories-list .list-group-item:nth-child(1) {
    animation-delay: 0.1s;
}

.categories-list .list-group-item:nth-child(2) {
    animation-delay: 0.2s;
}

.categories-list .list-group-item:nth-child(3) {
    animation-delay: 0.3s;
}

/* Remover estilos por defecto de Bootstrap */
.categories-list.list-group .list-group-item + .list-group-item {
    border-top-width: 1px;
}

.list-group{
  margin-top: 50px;
}

/* ============================================
   PULL-OVER - BLOG CATEGORIES STYLING
   Estilo oscuro con acentos dorados
   Sin border-radius (bordes rectos)
   ============================================ */

/* === CONTENEDOR PRINCIPAL === */
.categories-list.list-group {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.5rem, 3vw, 2.5rem);
    padding: clamp(2rem, 5vw, 4rem) 0;
    background-color: #0a0a0a;
}

/* === TARJETAS DE CATEGORÍA === */
.categories-list .list-group-item {
    background-color: #111111;
    border: 1px solid #1a1a1a;
    border-radius: 0 !important;
    padding: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.categories-list .list-group-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #bb7a06 0%, #d4940a 50%, #bb7a06 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.categories-list .list-group-item:hover {
    border-color: #bb7a06;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(187, 122, 6, 0.15);
}

.categories-list .list-group-item:hover::before {
    transform: scaleX(1);
}

/* === CONTENEDOR INTERIOR === */
.categories-list .list-group-item > div {
    padding: 0;
}

/* === CABECERA CON TÍTULO Y BADGE === */
.categories-list .d-flex.justify-content-between {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: clamp(1rem, 2vw, 1.5rem);
    background-color: #0d0d0d;
    border-bottom: 1px solid #1a1a1a;
}

/* === TÍTULOS === */
.categories-list h5.m-0 {
    margin: 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.categories-list h5.m-0 a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

.categories-list h5.m-0 a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #bb7a06;
    transition: width 0.3s ease;
}

.categories-list h5.m-0 a:hover {
    color: #bb7a06;
}

.categories-list h5.m-0 a:hover::after {
    width: 100%;
}

/* === BADGE DE CANTIDAD === */
.categories-list .badge.bg-primary {
    background-color: transparent !important;
    background: linear-gradient(135deg, #bb7a06 0%, #d4940a 100%);
    color: #0a0a0a;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(0.75rem, 1.2vw, 0.9rem);
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 0.4em 0.8em;
    border-radius: 0 !important;
    text-transform: uppercase;
    white-space: nowrap;
}

/* === CONTENIDO CON IMAGEN Y DESCRIPCIÓN === */
.categories-list .mt-2 {
    margin: 0 !important;
    padding: 0;
}

/* === IMÁGENES === */
.categories-list .mt-2 img {
    width: 100%;
    height: clamp(180px, 25vw, 280px);
    object-fit: cover;
    display: block;
    filter: grayscale(30%);
    transition: all 0.5s ease;
}

.categories-list .list-group-item:hover .mt-2 img {
    filter: grayscale(0%);
    transform: scale(1.03);
}

/* Contenedor de imagen para el efecto de zoom */
.categories-list .mt-2 {
    overflow: hidden;
    position: relative;
}

/* Overlay sutil sobre la imagen */
.categories-list .mt-2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

/* === TEXTO DESCRIPTIVO === */
.categories-list .mt-2 {
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    font-size: clamp(0.85rem, 1.3vw, 0.95rem);
    line-height: 1.7;
    color: #a0a0a0;
    padding: clamp(1rem, 2vw, 1.5rem);
    background-color: #111111;
    position: relative;
}

/* Separar imagen del texto */
.categories-list .mt-2 img + br,
.categories-list .mt-2 br {
    display: none;
}

/* === RESPONSIVE DESIGN === */

/* Tablet */
@media (max-width: 1024px) {
    .categories-list.list-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(1rem, 2.5vw, 2rem);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .categories-list.list-group {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem 0;
    }
    
    .categories-list .list-group-item:hover {
        transform: translateY(-4px);
    }
    
    .categories-list .mt-2 img {
        height: 200px;
    }
}

/* === ANIMACIÓN DE ENTRADA === */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.categories-list .list-group-item {
    animation: fadeInUp 0.6s ease forwards;
}

.categories-list .list-group-item:nth-child(1) {
    animation-delay: 0.1s;
}

.categories-list .list-group-item:nth-child(2) {
    animation-delay: 0.2s;
}

.categories-list .list-group-item:nth-child(3) {
    animation-delay: 0.3s;
}

/* Remover estilos por defecto de Bootstrap */
.categories-list.list-group .list-group-item + .list-group-item {
    border-top-width: 1px;
}

/* ============================================
   PULL-OVER - BLOG ARTICLES LIST
   Artículos dentro de una categoría
   ============================================ */

/* === CONTENEDOR PRINCIPAL DEL BLOG === */
.blog {
    background-color: #0a0a0a;
    padding: clamp(2rem, 5vw, 4rem) 0;
}

/* === GRID DE ARTÍCULOS === */
.blog .article-list.grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.5rem, 3vw, 2.5rem);
}

/* === TARJETA DE ARTÍCULO === */
.blog .article.flow {
    background-color: #111111;
    border: 1px solid #1a1a1a;
    border-radius: 0 !important;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    display: flex;
    flex-direction: column;
}

.blog .article.flow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #bb7a06 0%, #d4940a 50%, #bb7a06 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2;
}

.blog .article.flow:hover {
    border-color: #bb7a06;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(187, 122, 6, 0.15);
}

.blog .article.flow:hover::before {
    transform: scaleX(1);
}

/* === IMAGEN DEL ARTÍCULO === */
.blog .article-intro-image {
    width: 100%;
    overflow: hidden;
    position: relative;
    float: none !important;
    margin: 0 !important;
}

.blog .article-intro-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.blog .article-intro-image a {
    display: block;
}

.blog .article-intro-image img {
    width: 100%;
    height: clamp(180px, 25vw, 280px);
    object-fit: cover;
    display: block;
    filter: grayscale(30%);
    transition: all 0.5s ease;
}

.blog .article.flow:hover .article-intro-image img {
    filter: grayscale(0%);
    transform: scale(1.03);
}

/* === CUERPO DEL ARTÍCULO === */
.blog .article-body {
    padding: clamp(1rem, 2vw, 1.5rem);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* === CABECERA Y TÍTULO === */
.blog .article-header {
    margin-bottom: 0.75rem;
}

.blog .article-header h2 {
    margin: 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.2;
}

.blog .article-header h2 a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog .article-header h2 a:hover {
    color: #bb7a06;
}

/* === INFO DEL ARTÍCULO (Categoría, Fecha, Tiempo de lectura) === */
.blog .article-info {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #1a1a1a;
}

.blog .article-info span {
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    font-size: clamp(0.7rem, 1vw, 0.8rem);
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.blog .article-info .category-name a {
    color: #bb7a06;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog .article-info .category-name a:hover {
    color: #d4940a;
}

.blog .article-info .published time {
    color: #666666;
}

.blog .article-info .read-time {
    color: #555555;
}

/* === INTRO TEXT / EXTRACTO === */
.blog .article-introtext {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog .article-introtext p {
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif !important;
    font-size: clamp(0.85rem, 1.3vw, 0.95rem) !important;
    line-height: 1.7 !important;
    color: #a0a0a0 !important;
    margin-bottom: 1rem;
}

/* === BOTÓN "LEE MÁS" === */
.blog .readmore {
    margin-top: auto;
    padding-top: 1rem;
}

.blog .readmore a {
    display: inline-block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #bb7a06;
    text-decoration: none;
    padding: 0.6em 1.2em;
    border: 1px solid #bb7a06;
    border-radius: 0 !important;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.blog .readmore a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #bb7a06 0%, #d4940a 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

.blog .readmore a:hover {
    color: #0a0a0a;
    border-color: #d4940a;
}

.blog .readmore a:hover::before {
    left: 0;
}

/* === RESPONSIVE - ARTÍCULOS === */

/* Tablet */
@media (max-width: 1024px) {
    .blog .article-list.grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(1rem, 2.5vw, 2rem);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .blog .article-list.grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .blog .article.flow:hover {
        transform: translateY(-4px);
    }
    
    .blog .article-intro-image img {
        height: 200px;
    }
    
    .blog .article-info {
        flex-direction: column;
        gap: 0.4rem;
    }
}

/* === ANIMACIÓN DE ENTRADA - ARTÍCULOS === */
.blog .article.flow {
    animation: fadeInUp 0.6s ease forwards;
}

.blog .article.flow:nth-child(1) {
    animation-delay: 0.1s;
}

.blog .article.flow:nth-child(2) {
    animation-delay: 0.2s;
}

.blog .article.flow:nth-child(3) {
    animation-delay: 0.3s;
}

.blog .article.flow:nth-child(4) {
    animation-delay: 0.4s;
}

.blog .article.flow:nth-child(5) {
    animation-delay: 0.5s;
}

.blog .article.flow:nth-child(6) {
    animation-delay: 0.6s;
}

#hikashop_order_main{
  margin-top:50px;
}

/* ============================================
   PULL-OVER - USER ACCOUNT MENU (HikaShop)
   Panel de control del usuario
   ============================================ */

/* === CONTENEDOR SIDEBAR === */
.hika_cpanel_side_bar {
    background-color: #111111;
    border: 1px solid #1a1a1a;
    border-radius: 0 !important;
    padding: clamp(1.5rem, 3vw, 2rem);
}

/* === CONTENEDOR DE ICONOS === */
.hika_cpanel_icons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* === BOTÓN INDIVIDUAL === */
.hika_cpanel_icon {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: clamp(0.8rem, 1.5vw, 1rem) clamp(1rem, 2vw, 1.25rem);
    background-color: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 0 !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hika_cpanel_icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #bb7a06 0%, #d4940a 100%);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
}

.hika_cpanel_icon:hover {
    background-color: #151515;
    border-color: #bb7a06;
    transform: translateX(5px);
}

.hika_cpanel_icon:hover::before {
    transform: scaleY(1);
}

/* === ICONOS === */
.hika_cpanel_icon .hk-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #bb7a06;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.hika_cpanel_icon .hk-icon.fa-stack {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.hika_cpanel_icon .hk-icon i {
    color: #bb7a06;
    transition: color 0.3s ease;
}

.hika_cpanel_icon .hk-icon i.fa-inverse {
    color: #0a0a0a !important;
}

.hika_cpanel_icon:hover .hk-icon i {
    color: #d4940a;
}

.hika_cpanel_icon:hover .hk-icon i.fa-inverse {
    color: #0a0a0a !important;
}

/* === TEXTO DEL BOTÓN === */
.hikashop_cpanel_button_text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    transition: color 0.3s ease;
}

.hika_cpanel_icon:hover .hikashop_cpanel_button_text {
    color: #bb7a06;
}

/* === OCULTAR BOTONES ESPECÍFICOS === */
.hikashop_cpanel_cart_div,
.hikashop_cpanel_order_div,
.hikashop_cpanel_wishlist_div {
    display: none !important;
}

/* === BOTÓN CERRAR SESIÓN - ESTILO ESPECIAL === */
.hikashop_cpanel_joomla_user_logout_div {
    margin-top: 1rem;
    border-color: #2a1a1a;
    background-color: #1a0a0a;
}

.hikashop_cpanel_joomla_user_logout_div .hk-icon i {
    color: #ff6b6b;
}

.hikashop_cpanel_joomla_user_logout_div:hover {
    border-color: #ff6b6b;
    background-color: #2a1010;
}

.hikashop_cpanel_joomla_user_logout_div:hover .hikashop_cpanel_button_text {
    color: #ff6b6b;
}

.hikashop_cpanel_joomla_user_logout_div::before {
    background: linear-gradient(180deg, #ff6b6b 0%, #ff4757 100%);
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .hika_cpanel_side_bar {
        padding: 1rem;
    }
    
    .hika_cpanel_icon {
        padding: 0.75rem 1rem;
    }
    
    .hika_cpanel_icon:hover {
        transform: translateX(3px);
    }
}

#member-profile {
    margin-top: 50px;
}

* ============================================
   PULL-OVER - USER PROFILE EDIT FORM
   Formulario de edición de perfil
   ============================================ */

/* === CONTENEDOR PRINCIPAL === */
.profile-edit {
    background-color: #0a0a0a;
    padding: clamp(2rem, 5vw, 4rem) 0;
}

.profile-edit .row.justify-content-center {
    margin: 0;
}

/* === FORMULARIO === */
.profile-edit #member-profile {
    background-color: #111111;
    border: 1px solid #1a1a1a;
    border-radius: 0 !important;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin-top: 0 !important;
}

/* === FIELDSETS === */
.profile-edit fieldset {
    border: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.profile-edit fieldset:last-of-type {
    margin-bottom: 1.5rem;
}

/* === LEGENDS (Títulos de sección) === */
.profile-edit legend {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #bb7a06;
    width: 100%;
    display: block;
}

/* === LABELS === */
.profile-edit .form-label,
.profile-edit label {
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    font-size: clamp(0.8rem, 1.2vw, 0.9rem);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #a0a0a0;
    margin-bottom: 0.5rem;
    display: block;
}

.profile-edit .form-label .star,
.profile-edit label .star {
    color: #bb7a06;
}

/* === INPUTS Y SELECTS === */
.profile-edit .form-control,
.profile-edit .form-select,
.profile-edit input[type="text"],
.profile-edit input[type="email"],
.profile-edit input[type="password"],
.profile-edit select {
    background-color: #0a0a0a;
    border: 1px solid #2a2a2a;
    border-radius: 0 !important;
    color: #ffffff;
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    padding: 0.8rem 1rem;
    transition: all 0.3s ease;
    width: 100%;
}

.profile-edit .form-control:focus,
.profile-edit .form-select:focus,
.profile-edit input:focus,
.profile-edit select:focus {
    background-color: #0d0d0d;
    border-color: #bb7a06;
    box-shadow: 0 0 0 2px rgba(187, 122, 6, 0.2);
    outline: none;
    color: #ffffff;
}

.profile-edit .form-control::placeholder {
    color: #555555;
}

.profile-edit .form-control[readonly] {
    background-color: #0d0d0d;
    color: #666666;
    cursor: not-allowed;
}

/* === INPUT GROUPS (Contraseñas) === */
.profile-edit .input-group {
    display: flex;
}

.profile-edit .input-group .input-group-text {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-right: none;
    border-radius: 0 !important;
    color: #bb7a06;
    padding: 0.8rem 1rem;
}

.profile-edit .input-group .form-control {
    border-left: none;
}

.profile-edit .input-group .btn {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-left: none;
    border-radius: 0 !important;
    color: #bb7a06;
    padding: 0.8rem 1rem;
    transition: all 0.3s ease;
}

.profile-edit .input-group .btn:hover {
    background-color: #bb7a06;
    color: #0a0a0a;
}

/* === SELECT DROPDOWNS === */
.profile-edit .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23bb7a06' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px;
    padding-right: 2.5rem;
    cursor: pointer;
}

.profile-edit .form-select option {
    background-color: #111111;
    color: #ffffff;
}

.profile-edit .form-select optgroup {
    background-color: #0a0a0a;
    color: #bb7a06;
    font-weight: 600;
}

/* === SWITCHER (Toggle Sí/No) === */
.profile-edit .switcher {
    display: flex;
    align-items: center;
    gap: 0;
    background-color: #0a0a0a;
    border: 1px solid #2a2a2a;
    border-radius: 0 !important;
    padding: 0.25rem;
    width: fit-content;
}

.profile-edit .switcher input[type="radio"] {
    display: none;
}

.profile-edit .switcher label {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #666666;
    padding: 0.5rem 1.25rem;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0 !important;
}

.profile-edit .switcher input[type="radio"]:checked + label {
    background-color: #bb7a06;
    color: #0a0a0a;
}

.profile-edit .switcher .toggle-outside {
    display: none;
}

/* === JOOMLA FANCY SELECT (Multi-select) === */
.profile-edit .choices {
    background-color: #0a0a0a;
    border: 1px solid #2a2a2a;
    border-radius: 0 !important;
}

.profile-edit .choices__inner {
    background-color: #0a0a0a;
    border: none;
    border-radius: 0 !important;
    padding: 0.5rem;
    min-height: auto;
}

.profile-edit .choices__input {
    background-color: transparent;
    color: #ffffff;
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
}

.profile-edit .choices__item--selectable {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 0 !important;
    color: #ffffff;
    padding: 0.4rem 0.8rem;
    margin: 0.2rem;
}

.profile-edit .choices__item--selectable .choices__button_joomla {
    border-left: 1px solid #2a2a2a;
    padding-left: 0.5rem;
    margin-left: 0.5rem;
}

.profile-edit .choices__list--dropdown {
    background-color: #111111;
    border: 1px solid #2a2a2a;
    border-radius: 0 !important;
}

.profile-edit .choices__list--dropdown .choices__item {
    color: #a0a0a0;
    padding: 0.6rem 1rem;
}

.profile-edit .choices__list--dropdown .choices__item.is-highlighted {
    background-color: #bb7a06;
    color: #0a0a0a;
}

/* === TABLA WEBAUTHN === */
.profile-edit .table {
    background-color: transparent;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1rem;
}

.profile-edit .table thead.table-dark th {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 0 !important;
    color: #bb7a06;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 1rem;
}

.profile-edit .table tbody td {
    background-color: #0a0a0a;
    border: 1px solid #2a2a2a;
    border-top: none;
    color: #a0a0a0;
    padding: 1rem;
}

/* === BOTONES === */
.profile-edit .btn-primary,
.profile-edit button[type="submit"] {
    background: linear-gradient(135deg, #bb7a06 0%, #d4940a 100%);
    border: none;
    border-radius: 0 !important;
    color: #0a0a0a;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.9rem 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-edit .btn-primary:hover,
.profile-edit button[type="submit"]:hover {
    background: linear-gradient(135deg, #d4940a 0%, #e5a50b 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(187, 122, 6, 0.3);
}

.profile-edit .btn-secondary,
.profile-edit a.btn-secondary {
    background-color: transparent;
    border: 1px solid #bb7a06;
    border-radius: 0 !important;
    color: #bb7a06;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.9rem 2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.profile-edit .btn-secondary:hover,
.profile-edit a.btn-secondary:hover {
    background-color: #bb7a06;
    color: #0a0a0a;
}

.profile-edit .btn-success {
    background-color: transparent;
    border: 1px solid #bb7a06;
    border-radius: 0 !important;
    color: #bb7a06;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.8rem 1.5rem;
    transition: all 0.3s ease;
}

.profile-edit .btn-success:hover {
    background-color: #bb7a06;
    color: #0a0a0a;
}

/* === CONTENEDOR DE BOTONES FINALES === */
.profile-edit form > .mb-3:last-of-type {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #1a1a1a;
}

/* === ROWS Y COLUMNS === */
.profile-edit .row.mb-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.profile-edit [class*="col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.profile-edit .mb-3 {
    margin-bottom: 1.25rem !important;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .profile-edit #member-profile {
        padding: 1.25rem;
    }
    
    .profile-edit legend {
        font-size: 1.3rem;
    }
    
    .profile-edit form > .mb-3:last-of-type {
        flex-direction: column;
    }
    
    .profile-edit .btn-primary,
    .profile-edit .btn-secondary {
        width: 100%;
        text-align: center;
    }
}

/* ============================================
   PULL-OVER - USER PROFILE VIEW
   Vista de datos del perfil de usuario
   ============================================ */

/* === CONTENEDOR PRINCIPAL === */
#users-profile-core {
    background-color: #111111;
    border: 1px solid #1a1a1a;
    border-radius: 0 !important;
    padding: clamp(1.5rem, 3vw, 2rem);
}

/* === CABECERA (Título + Editar) === */
#users-profile-core .d-flex.mb-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem !important;
    border-bottom: 2px solid #bb7a06;
}

#users-profile-core .d-flex.mb-3 strong {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
}

/* === ENLACE EDITAR PERFIL === */
#users-profile-core .d-flex.mb-3 a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #bb7a06;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border: 1px solid #bb7a06;
    border-radius: 0 !important;
    transition: all 0.3s ease;
}

#users-profile-core .d-flex.mb-3 a:hover {
    background-color: #bb7a06;
    color: #0a0a0a;
}

#users-profile-core .d-flex.mb-3 a .fas {
    font-size: 0.9em;
}

/* === LISTA DE DATOS === */
#users-profile-core .list-group {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 0 !important;
}

#users-profile-core .list-group-item {
    background-color: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 0 !important;
    padding: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: -1px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

#users-profile-core .list-group-item:first-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

#users-profile-core .list-group-item:last-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0;
}

#users-profile-core .list-group-item:hover {
    background-color: #0d0d0d;
    border-color: #2a2a2a;
}

/* === LABELS (Nombre, Username, etc.) === */
#users-profile-core .list-group-item strong {
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    font-size: clamp(0.75rem, 1.1vw, 0.85rem);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #bb7a06;
    min-width: 180px;
}

/* === VALORES === */
#users-profile-core .list-group-item {
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    color: #ffffff;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    #users-profile-core {
        padding: 1.25rem;
    }
    
    #users-profile-core .d-flex.mb-3 {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    #users-profile-core .d-flex.mb-3 a {
        width: 100%;
        justify-content: center;
    }
    
    #users-profile-core .list-group-item {
        flex-direction: column;
        gap: 0.25rem;
    }
    
    #users-profile-core .list-group-item strong {
        min-width: auto;
    }
}


/*11/12/2025*/

#stripe-payment-container {
    max-width: 420px;
    margin: 80px auto;
    padding: 32px 28px 36px;
    background: #111111;
    border: 1px solid #2b2b2b;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.7);
}

#stripe-payment-container .stripe-payment-form-row {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#stripe-payment-container .stripe-card-label {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

#stripe-payment-container .stripe-payment-form-row > p {
    margin: 0;
    color: #d4941a;
    font-size: 18px;
    font-weight: 500;
}

#stripe-payment-container .StripeElement {
    padding: 14px 16px;
    background: #000000;
    border: 1px solid #3b3b3b;
    border-radius: 0;
    box-shadow: 0 0 0 1px #3b3b3b;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

#stripe-payment-container .StripeElement--focus {
    border-color: #d4941a;
    box-shadow: 0 0 0 1px #d4941a, 0 0 18px rgba(212, 148, 26, 0.35);
    background: #050505;
}

#stripe-payment-container .StripeButton {
  	display: flex;
    align-items: center;
    width: 100%;
    margin-top: 24px;
    padding: 12px 18px;
    border: none;
    border-radius: 0;
    background: linear-gradient(135deg, #bb7a06 0%, #d4941a 100%);
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.75);
    transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

#stripe-payment-container .StripeButton:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.9);
    background: linear-gradient(135deg, #d4941a 0%, #f0b344 100%);
}

#stripe-payment-container .StripeButton:active {
    transform: translateY(1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.9);
}

#stripe-payment-container #hk_co_p_c_STRIPEC_errors_11 {
    margin-top: 8px;
    font-size: 13px;
    color: #ff5b5b;
}

/* Responsive */
@media (max-width: 576px) {
    #stripe-payment-container {
        margin: 40px 16px;
        padding: 24px 18px 28px;
    }

    #stripe-payment-container .stripe-card-label {
        font-size: 19px;
    }

    #stripe-payment-container .stripe-payment-form-row > p {
        font-size: 16px;
    }
}


/*HEADER*/

/* Base desktop (1025px - 1919px) */
@media screen and (min-width: 1025px) {
    /* Estilos base para PC */
    .logo-image{
        margin-top: 50px;
    }

     #sp-header > div > div > div{
            padding-bottom: 30px;
    }

    #sp-menu > div > div.d-none.d-lg-flex.header-modules.align-items-center{
            margin-top: -110px;
    }

    .sp-megamenu-wrapper{
        transform: translateX(185px);
    }

    .sp-menu-item{
        margin-right: 30px;
    }
}

/* TV/4K (1920px+) - Ajustes adicionales */
@media screen and (min-width: 1920px) {
    /* Espaciado ampliado para pantallas grandes */
    .logo-image{
        margin-top: 50px;
    }

    #sp-header > div > div > div{
            padding-bottom: 30px;
    }

    .menu-with-offcanvas{
            margin-top: 75px;
    }

     #sp-menu > div > div.d-none.d-lg-flex.header-modules.align-items-center{
            margin-top: -50px;
    }

    .sp-megamenu-wrapper{
        transform: translateX(185px);
    }

    .sp-menu-item{
        margin-right: 30px;
    }

}

.login{
  margin-top: 50px;
}

.reset{
  margin-top: 50px;
}

.remind{
  margin-top: 50px;
}

.registration-complete {
  display: flex;
  justify-content: center;
  padding: 80px 16px;
}

.po-register-box {
  max-width: 640px;
  width: 100%;
  background: #111111;
  border: 1px solid #2b2b2b;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.7);
  padding: 32px 28px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
}

.po-register-box h2 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.po-register-box p {
  margin: 0 0 8px;
}

.po-register-countdown {
  margin-top: 14px;
  font-weight: 600;
  color: #d4941a;
}

/* Un poco de margen en móviles */
@media (max-width: 576px) {
  .registration-complete {
    padding-top: 40px;
  }

  .po-register-box {
    padding: 24px 20px;
  }
}

#footerNav{
  padding-left:0rem !important;
}

.finder{
  margin-top: 50px;
}

.com-users-registration{
  margin-top: 50px;
}

/* Móviles en vertical */
@media (max-width: 480px) {
    .man-woman-wrapper .stage {
        aspect-ratio: 1.2 / 1;
    }
    
    .novedades-final-wrapper .stage-novedades {
        aspect-ratio: 1 / 2.2;
    }
    
    .novedades-final-wrapper .manifesto-tile {
        padding: clamp(6px, 1.5vw, 15px) clamp(8px, 2.5vw, 5%);
        top: calc(54% + var(--gap) * 2 + var(--edge));
    }
    
    .novedades-final-wrapper .manifesto-tile .manifesto-title {
        font-size: clamp(10px, 3.5vw, 18px);
        letter-spacing: 0.5px;
        margin-bottom: clamp(4px, 1vw, 10px);
    }
    
    .novedades-final-wrapper .manifesto-tile .manifesto-content p {
        font-size: clamp(6px, 2.2vw, 10px);
        line-height: 1.3;
        margin-bottom: 0.25em;
    }
    
    .novedades-final-wrapper .manifesto-tile .manifesto-content p:last-child {
        margin-top: 0.5em;
    }
    
    .novedades-final-wrapper .bottom-bar {
        height: 5%;
    }
    
    /* === LETRAS APILADAS VERTICALMENTE EN MÓVIL === */
    .novedades-final-wrapper .right-top a,
    .novedades-final-wrapper .mid-left a {
        writing-mode: vertical-lr;
        text-orientation: upright;
        font-size: clamp(8px, 2.5vw, 12px);
        letter-spacing: 2px;
        line-height: 1;
        padding: 3px;
    }
}

/* Móviles muy pequeños */
@media (max-width: 360px) {
    .novedades-final-wrapper .stage-novedades {
        aspect-ratio: 1 / 2.4;
    }
    
    .novedades-final-wrapper .manifesto-tile {
        top: calc(52% + var(--gap) * 2 + var(--edge));
    }
    
    .novedades-final-wrapper .manifesto-tile .manifesto-title {
        font-size: 10px;
    }
    
    .novedades-final-wrapper .manifesto-tile .manifesto-content p {
        font-size: 6px;
        line-height: 1.25;
        margin-bottom: 0.2em;
    }
    
    /* === LETRAS APILADAS - MÓVIL MUY PEQUEÑO === */
    .novedades-final-wrapper .right-top a,
    .novedades-final-wrapper .mid-left a {
        font-size: clamp(6px, 2vw, 10px);
        letter-spacing: 1px;
    }
}

#finder-search > fieldset > div > a{
  display:none;
}

/* ================================
   FINDER → HIKASHOP GRID FIX
   ================================ */

/* Contenedor principal de resultados Finder */
#search-results .hikashop_products_listing {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    margin-top: 30px;
}

/* Tablet */
@media (max-width: 992px) {
    #search-results .hikashop_products_listing {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
    }
}

/* Mobile */
@media (max-width: 560px) {
    #search-results .hikashop_products_listing {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

/* Asegura que los subcontainers no rompan el grid */
#search-results .hikashop_subcontainer {
    width: 100%;
    margin: 0;
}

/* Imagen cuadrada, consistente */
#search-results .hikashop_product_listing_image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

/* Quita decoraciones heredadas raras */
#search-results .thumbnail {
    border: none;
    background: transparent;
    padding: 0;
}

/* Alineación limpia del contenido */
#search-results .hikashop_listing_img_title {
    display: flex;
    flex-direction: column;
}

/* Precio estilo Pull Over */
#search-results .hikashop_product_price {
    font-weight: 700;
}

/* Botón "Escoger opciones" consistente */
#search-results .hikabtn.hikacart {
    margin-top: 14px;
}

/* Ocultamos el listado de texto original de Finder */
#search-results #search-result-list {
    display: none !important;
}

#search-query-explained{
  display:none;
}

#search-result-empty{
  display:none;
}

#search-results .po-search-message{
  color:#fff;
  border-top:1px solid rgba(255,255,255,.08);
}

@media (max-width: 767.98px) {
  .com-hikashop.view-cart #sp-main input#hikashop_product_quantity_field_1,
  .com-hikashop.view-cart #sp-main input#hikashop_product_quantity_field_1 * {
    color: black !important;
  }
}

#hikashop_checkout_cart_total2_title{
  color: white !important;
}

.hikashop_cart_subtotal_value{
  color: white !important;
}
#hikashop_checkout_cart_final_total_title{
  color: white !important;
}
.hikashop_cart_total_value{
  color: white !important;
}

/* =================================================================== */
/* CHECKOUT PULL-OVER - ESTILO PREMIUM
/* Fondo negro, acentos dorados, tipografía Bebas Neue, sin border-radius
/* =================================================================== */

/* --- CONTENEDOR PRINCIPAL DEL CHECKOUT --- */
#hikashop_checkout_form {
    background-color: #0a0a0a;
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

#hikashop_checkout {
    background-color: #0a0a0a;
    color: #fff;
}

/* --- FIELDSETS Y LEGENDS --- */
#hikashop_checkout fieldset {
    background-color: #111;
    border: 1px solid #222;
    border-radius: 0;
    padding: 25px;
    margin-bottom: 25px;
}

#hikashop_checkout legend,
#hikashop_checkout .hikashop_shipping_group legend {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #bb7a06;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 15px;
    background-color: #111;
    margin-bottom: 20px;
}

/* --- DIRECCIÓN DE ENVÍO --- */
.hika_address_element {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 15px;
}

.hika_address_display {
    color: #ccc;
    font-size: 14px;
    line-height: 1.6;
}

.hika_edit {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.hika_edit a {
    color: #bb7a06;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.hika_edit a:hover {
    color: #d4940a;
}

.hika_edit a i {
    margin-right: 5px;
}

/* --- RADIO BUTTONS PERSONALIZADOS --- */
#hikashop_checkout input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #bb7a06;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}

#hikashop_checkout input[type="radio"]:checked {
    background-color: #bb7a06;
}

#hikashop_checkout input[type="radio"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

/* --- TABLAS DE ENVÍO Y PAGO --- */
.hikashop_shipping_methods_table,
.hikashop_payment_methods_table {
    background-color: #111;
    border: 1px solid #222;
    border-radius: 0;
    overflow: hidden;
}

.hikashop_shipping_methods_table td,
.hikashop_payment_methods_table td {
    background-color: #1a1a1a;
    border: none;
    border-bottom: 1px solid #222;
    padding: 18px 20px;
    color: #fff;
    transition: background-color 0.3s ease;
}

.hikashop_shipping_methods_table tr:last-child td,
.hikashop_payment_methods_table tr:last-child td {
    border-bottom: none;
}

.hikashop_shipping_methods_table td:hover,
.hikashop_payment_methods_table td:hover {
    background-color: #252525;
}

.hikashop_checkout_shipping_name,
.hikashop_checkout_payment_name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}

.hikashop_checkout_shipping_cost,
.hikashop_checkout_shipping_price {
    color: #bb7a06;
    font-weight: 700;
    font-size: 15px;
    margin-left: 15px;
}

.hikashop_checkout_payment_description {
    color: #888;
    font-size: 12px;
    margin-top: 8px;
    font-style: italic;
}

.hikashop_checkout_payment_images {
    margin-left: 15px;
}

.hikashop_checkout_payment_images img {
    height: 28px;
    width: auto;
    margin-left: 8px;
    filter: brightness(0.9);
    border-radius: 0;
}

/* --- BOTÓN NUEVO (DIRECCIÓN) --- */
.hikashop_checkout_address_new_button,
.hikabtn-success {
    background-color: #bb7a06 !important;
    color: #000 !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 12px 25px !important;
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
}

.hikashop_checkout_address_new_button:hover,
.hikabtn-success:hover {
    background-color: #d4940a !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(187, 122, 6, 0.3);
}

/* --- CUPÓN DE DESCUENTO --- */
#hikashop_checkout_coupon_1_4 {
    background-color: #111;
    border: 1px solid #222;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 25px;
}

#hikashop_checkout_coupon_1_4 .input-group {
    display: flex;
    gap: 0;
}

.hikashop_checkout_coupon_field {
    flex: 1;
    background-color: #1a1a1a !important;
    border: 2px solid #333 !important;
    border-right: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 15px 20px !important;
    font-size: 14px !important;
}

.hikashop_checkout_coupon_field::placeholder {
    color: #666 !important;
}

.hikashop_checkout_coupon_field:focus {
    border-color: #bb7a06 !important;
    outline: none !important;
    box-shadow: none !important;
}

.hikabtn_checkout_coupon_add {
    background-color: #bb7a06 !important;
    color: #000 !important;
    border: 2px solid #bb7a06 !important;
    border-radius: 0 !important;
    padding: 15px 30px !important;
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
}

.hikabtn_checkout_coupon_add:hover {
    background-color: #000 !important;
    color: #bb7a06 !important;
}

/* --- TABLA DEL CARRITO --- */
#hikashop_checkout_cart_1_5 {
    background-color: #111;
    border: 1px solid #222;
    border-radius: 0;
    padding: 25px;
    margin-bottom: 25px;
}

#hikashop_checkout_cart_1_5 table {
    background-color: transparent;
    border: none;
}

#hikashop_checkout_cart_1_5 thead {
    background-color: #1a1a1a;
}

#hikashop_checkout_cart_1_5 thead th {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #bb7a06;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 12px;
    border: none;
    border-bottom: 2px solid #bb7a06;
}

#hikashop_checkout_cart_1_5 tbody tr {
    background-color: transparent;
    border-bottom: 1px solid #222;
}

#hikashop_checkout_cart_1_5 tbody tr:hover {
    background-color: rgba(187, 122, 6, 0.05);
}

#hikashop_checkout_cart_1_5 tbody td {
    padding: 20px 12px;
    color: #ccc;
    border: none;
    vertical-align: middle;
}

/* Imagen del producto en carrito */
.hikashop_cart_product_image_thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #333;
    border-radius: 0;
}

/* Nombre del producto */
.hikashop_cart_product_name a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s ease;
}

.hikashop_cart_product_name a:hover {
    color: #bb7a06;
}

.hikashop_product_variant_subname {
    color: #888;
    font-size: 12px;
    font-weight: 400;
}

/* Editar producto */
.edit_cart_product {
    color: #bb7a06 !important;
    margin-left: 10px;
}

/* Precios */
.hikashop_product_price {
    color: #bb7a06;
    font-weight: 700;
    font-size: 16px;
}

/* --- CONTROLES DE CANTIDAD --- */
.hikashop_product_quantity_input_div_default_main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hikashop_product_quantity_field {
    width: 50px !important;
    text-align: center !important;
    background-color: #1a1a1a !important;
    border: 2px solid #333 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 8px !important;
}

.hikashop_product_quantity_field:focus {
    border-color: #bb7a06 !important;
    outline: none !important;
}

.hikashop_product_quantity_field_change {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    height: 32px !important;
    background-color: #1a1a1a !important;
    border: 2px solid #333 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.hikashop_product_quantity_field_change:hover {
    background-color: #bb7a06 !important;
    border-color: #bb7a06 !important;
    color: #000 !important;
}

.hikashop_cart_product_quantity_delete a {
    color: #cc0000 !important;
    font-size: 18px;
    transition: color 0.3s ease;
}

.hikashop_cart_product_quantity_delete a:hover {
    color: #ff3333 !important;
}

.hikashop_cart_product_quantity_refresh a {
    color: #bb7a06 !important;
}

/* --- FILAS DE TOTALES --- */
.hikashop_cart_subtotal_title,
.hikashop_cart_shipping_title,
.hikashop_cart_total_title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hikashop_cart_subtotal_value,
.hikashop_cart_shipping_value {
    color: #ccc;
    font-size: 16px;
}

.hikashop_cart_total_title {
    color: #bb7a06 !important;
    font-size: 20px !important;
}

.hikashop_cart_total_value,
.hikashop_checkout_cart_final_total {
    color: #bb7a06 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}

/* --- ESTADO DEL PEDIDO --- */
#hikashop_checkout_status_1_6 {
    background-color: #111;
    border: 1px solid #222;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 25px;
    color: #ccc;
    font-size: 14px;
}

#hikashop_checkout_status_1_6 .label {
    display: inline-block;
    background-color: #bb7a06 !important;
    color: #000 !important;
    padding: 5px 12px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0;
    margin-left: 8px;
}

/* --- BOTONES DEL CHECKOUT --- */
.hikashop_checkout_buttons {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #222;
}

.hikabtn_checkout_next {
    background-color: #bb7a06 !important;
    color: #000 !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 18px 50px !important;
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    float: right;
}

.hikabtn_checkout_next:hover {
    background-color: #d4940a !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(187, 122, 6, 0.4);
}

/* --- LOADING SPINNER --- */
.hikashop_checkout_loading_elem {
    background-color: rgba(10, 10, 10, 0.8) !important;
}

.hikashop_checkout_loading_spinner {
    border-color: #333 !important;
    border-top-color: #bb7a06 !important;
}

/* --- ENLACES GENERALES --- */
#hikashop_checkout a {
    color: #bb7a06;
    transition: color 0.3s ease;
}

#hikashop_checkout a:hover {
    color: #d4940a;
}

/* --- FOOTER DE HIKASHOP (OCULTAR) --- */
.hikashop_footer {
    display: none !important;
}

/* =================================================================== */
/* RESPONSIVE
/* =================================================================== */

@media (max-width: 768px) {
    #hikashop_checkout_form {
        padding: 15px;
    }
    
    #hikashop_checkout fieldset {
        padding: 15px;
    }
    
    #hikashop_checkout legend,
    #hikashop_checkout .hikashop_shipping_group legend {
        font-size: 18px;
    }
    
    .hikashop_cart_product_image_thumb img {
        width: 60px;
        height: 60px;
    }
    
    #hikashop_checkout_cart_1_5 thead {
        display: none;
    }
    
    #hikashop_checkout_cart_1_5 tbody tr {
        display: block;
        margin-bottom: 20px;
        padding: 15px;
        background-color: #1a1a1a;
        border: 1px solid #333;
    }
    
    #hikashop_checkout_cart_1_5 tbody td {
        display: block;
        text-align: left;
        padding: 8px 0;
        border: none;
    }
    
    #hikashop_checkout_cart_1_5 tbody td::before {
        content: attr(data-title);
        display: block;
        font-family: 'Bebas Neue', sans-serif;
        font-size: 12px;
        color: #bb7a06;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }
    
    .hikabtn_checkout_next {
        width: 100% !important;
        float: none !important;
        padding: 16px 30px !important;
    }
    
    #hikashop_checkout_coupon_1_4 .input-group {
        flex-direction: column;
    }
    
    .hikashop_checkout_coupon_field {
        border-right: 2px solid #333 !important;
        margin-bottom: 10px;
    }
    
    .hikabtn_checkout_coupon_add {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    #hikashop_checkout legend,
    #hikashop_checkout .hikashop_shipping_group legend {
        font-size: 16px;
        letter-spacing: 1px;
    }
    
    .hikashop_cart_product_name a {
        font-size: 13px;
    }
    
    .hikashop_product_price {
        font-size: 14px;
    }
    
    .hikashop_cart_total_value,
    .hikashop_checkout_cart_final_total {
        font-size: 18px !important;
    }
    
    .hikabtn_checkout_next {
        font-size: 16px !important;
        padding: 14px 25px !important;
    }
}

#hikashop_checkout_form{
  margin-top: 50px;
}

.hikashop_product_discount{
  display: none;
}

.hikashop_products_pagination {
  display: none;
}