@charset "UTF-8";
.loader-square {
  width: 55px;
  aspect-ratio: 1;
  --g1:conic-gradient(from 90deg at 3px 3px , #0000 90deg, var(--kt-text-dark) 0);
  --g2:conic-gradient(from -90deg at 22px 22px, #0000 90deg, var(--kt-text-dark) 0);
  background: var(--g1), var(--g1), var(--g1), var(--g2), var(--g2), var(--g2);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  animation: loaderSquare 1.5s infinite;
}

@keyframes loaderSquare {
  0% {
    background-position: 0 0, 0 100%, 100% 100%;
  }
  25% {
    background-position: 100% 0, 0 100%, 100% 100%;
  }
  50% {
    background-position: 100% 0, 0 0, 100% 100%;
  }
  75% {
    background-position: 100% 0, 0 0, 0 100%;
  }
  100% {
    background-position: 100% 100%, 0 0, 0 100%;
  }
}
.dataTables_filter, .dataTables_info {
  display: none;
}

.btn.btn-icon.btn-xs {
  font-size: 10px;
  line-height: 0em;
  border-radius: 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  width: 2.5em;
}

.dataTables_filter, .dataTables_info {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input.input-lg {
  font-size: 5em !important;
}

.login-svg-bg-1 {
  background-image: url("../media/svg/illustrations/login-visual-1.svg");
}

.login-svg-bg-2 {
  background-image: url("../media/svg/illustrations/login-visual-2.svg");
}

.login-svg-bg-3 {
  background-image: url("../media/svg/illustrations/login-visual-3.svg");
}

.login-svg-bg-4 {
  background-image: url("../media/svg/illustrations/login-visual-4.svg");
}

.cell {
  vertical-align: middle;
}

.container-xxl {
  max-width: 1480px;
}

.form-control.form-control-solid:focus {
  border-color: 1px #8E62FF !important;
}

.ml-10 {
  margin-left: 10px;
}

.kanban {
  width: 1880px;
}

.red-card {
  background-color: #F1416C;
  background-image: url("/media/svg/shapes/wave-bg-red.svg");
}

.red-border {
  border: 1px dashed rgba(255, 255, 255, 0.4);
  background-color: #F1416C;
}

.purple-card {
  background-color: #7239EA;
  background-image: url("/media/svg/shapes/wave-bg-purple.svg");
}

.purple-border {
  border: 1px dashed rgba(255, 255, 255, 0.4);
  background-color: #7239EA;
}

.blue-card {
  background-color: #3992F6;
  background-image: url("/media/svg/shapes/wave-bg-blue.svg");
}

.blue-border {
  border: 1px dashed rgba(255, 255, 255, 0.4);
  background-color: #3992F6;
}

.color-card-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.15);
}

.ml-5 {
  margin-left: 5px;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon i {
  font-size: 1.2em !important;
}

[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon, [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon .svg-icon, [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon i {
  font-size: 1.2em !important;
}

.strike-text {
  text-decoration: line-through;
}

.text-white {
  color: white !important;
}

li.nav-item > a.active > span > i {
  color: white !important;
}

.nav-pills .nav-link .nav-dark {
  background-color: #131313;
  color: white;
}

.select2-selection.select2-selection--multiple.form-select.form-control-sm.fs-6.assignment-select {
  background: transparent;
  border: 0.1mm dashed rgba(0, 0, 20, 0.1);
}

.nav-dark .nav-link.active {
  background-color: #1A1A1A;
}

.form-select.form-control-sm.fs-6.status-select {
  background: transparent;
}

.w-max-content {
  width: -moz-max-content;
  width: max-content;
}

.icon-edit {
  background: transparent !important;
  border: transparent !important;
}

input.form-control:-moz-read-only {
  background: transparent !important;
  border: 0;
}

input.form-control:read-only {
  background: transparent !important;
  border: 0;
}

.form-control-transparent {
  background: transparent !important;
  border: transparent !important;
}

@media screen and (min-width: 0px) and (max-width: 400px) {
  .span-btn {
    display: block;
  } /* show it on smaller screen */
}
@media screen and (min-width: 401px) and (max-width: 1024px) {
  .span-btn {
    display: none;
  } /* hide it on larger screens */
}
@keyframes typing {
  0%, 3% {
    content: "";
  }
  4% {
    content: "P";
  }
  5% {
    content: "Pe";
  }
  6% {
    content: "Pen";
  }
  7% {
    content: "Pens";
  }
  8% {
    content: "Pensa";
  }
  9% {
    content: "Pensan";
  }
  10% {
    content: "Pensand";
  }
  11%, 14% {
    content: "Pensando";
  }
  15%, 17% {
    content: "";
  }
  18% {
    content: "A";
  }
  19% {
    content: "Af";
  }
  20% {
    content: "Afi";
  }
  21% {
    content: "Afin";
  }
  22% {
    content: "Afina";
  }
  23% {
    content: "Afinan";
  }
  24% {
    content: "Afinand";
  }
  25% {
    content: "Afinando";
  }
  26% {
    content: "Afinando ";
  }
  27% {
    content: "Afinando i";
  }
  28% {
    content: "Afinando id";
  }
  29% {
    content: "Afinando ide";
  }
  30% {
    content: "Afinando idea";
  }
  31%, 34% {
    content: "Afinando ideas";
  }
  35%, 37% {
    content: "";
  }
  38% {
    content: "Y";
  }
  39% {
    content: "Ya";
  }
  40% {
    content: "Ya ";
  }
  41% {
    content: "Ya c";
  }
  42% {
    content: "Ya ca";
  }
  43% {
    content: "Ya cas";
  }
  44% {
    content: "Ya casi";
  }
  45% {
    content: "Ya casi ";
  }
  46% {
    content: "Ya casi t";
  }
  47% {
    content: "Ya casi te";
  }
  48% {
    content: "Ya casi ter";
  }
  49% {
    content: "Ya casi term";
  }
  50% {
    content: "Ya casi termi";
  }
  51% {
    content: "Ya casi termin";
  }
  52%, 55% {
    content: "Ya casi termino";
  }
  56%, 58% {
    content: "";
  }
  59% {
    content: "A";
  }
  60% {
    content: "Ar";
  }
  61% {
    content: "Arm";
  }
  62% {
    content: "Arma";
  }
  63% {
    content: "Arman";
  }
  64% {
    content: "Armand";
  }
  65% {
    content: "Armando";
  }
  66% {
    content: "Armando ";
  }
  67% {
    content: "Armando e";
  }
  68% {
    content: "Armando el";
  }
  69% {
    content: "Armando el ";
  }
  70% {
    content: "Armando el r";
  }
  71% {
    content: "Armando el ro";
  }
  72% {
    content: "Armando el rom";
  }
  73% {
    content: "Armando el romp";
  }
  74% {
    content: "Armando el rompe";
  }
  75% {
    content: "Armando el rompec";
  }
  76% {
    content: "Armando el rompeca";
  }
  77% {
    content: "Armando el rompecab";
  }
  78% {
    content: "Armando el rompecabe";
  }
  79% {
    content: "Armando el rompecabez";
  }
  80% {
    content: "Armando el rompecabeza";
  }
  81%, 85% {
    content: "Armando el rompecabezas";
  }
  /* Reinicio */
  86%, 100% {
    content: "";
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.typewriter {
  --caret: currentcolor;
}

.typewriter::before {
  content: "";
  animation: typing 13.5s infinite;
}

.typewriter::after {
  content: "";
  border-right: 1px solid var(--caret);
  animation: blink 0.5s linear infinite;
}

.typewriter.thick::after {
  border-right: 1ch solid var(--caret);
}

.typewriter.nocaret::after {
  border-right: 0;
}

@media (prefers-reduced-motion) {
  .typewriter::after {
    animation: none;
  }
  @keyframes sequencePopup {
    0%, 100% {
      content: "Pensando";
    }
    25% {
      content: "Afinando ideas…";
    }
    50% {
      content: "Ya casi termino";
    }
    75% {
      content: "Armando el rompecabezas…";
    }
  }
  .typewriter::before {
    content: "Pensando";
    animation: sequencePopup 12s linear infinite;
  }
}
.kanban-item {
  padding: 5px !important;
  margin: 6px !important;
}

.kanban-board .kanban-drag {
  padding: 5px !important;
}

.blur-bottom-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  pointer-events: none;
  z-index: 2;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  mask-image: linear-gradient(to bottom, transparent 0%, black 65%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 90%);
}

.btn-href {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  font-weight: 600 !important;
  text-align: left;
}

body {
  overflow-x: hidden !important;
}

#kt_app_content_container {
  padding: 0 !important;
}

#kt_app_content {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.store-top-bar {
  background-color: #0b1a30;
  position: relative;
  z-index: 101;
}
.store-top-bar a {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: color 0.2s ease;
}
.store-top-bar a:hover {
  color: #fff !important;
}

#kt_app_header.store-navbar {
  transition: all 0.3s ease;
  top: 38px;
  border: none !important;
}
#kt_app_header.store-navbar .nav-link {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.5px !important;
}
#kt_app_header.store-navbar.navbar-transparent {
  background-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  position: absolute !important;
  width: 100% !important;
  left: 0 !important;
  z-index: 100 !important;
}
#kt_app_header.store-navbar.navbar-transparent .nav-link {
  color: rgba(255, 255, 255, 0.95) !important;
}
#kt_app_header.store-navbar.navbar-transparent .nav-link:hover {
  color: #fff !important;
}
#kt_app_header.store-navbar.navbar-transparent .navbar-brand img {
  filter: brightness(0) invert(1) !important;
}
#kt_app_header.store-navbar.navbar-transparent .navbar-toggler-icon {
  filter: invert(1) !important;
}
#kt_app_header.store-navbar.navbar-transparent .btn-custom {
  color: #ffffff !important;
}
#kt_app_header.store-navbar.navbar-transparent .btn-custom:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
#kt_app_header.store-navbar.navbar-solid {
  background-color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  border-bottom: 1px solid #eef2f5 !important;
  position: relative !important;
  top: 0 !important;
  z-index: 100 !important;
}
#kt_app_header.store-navbar.navbar-solid .nav-link {
  color: #2b3a4a !important;
}
#kt_app_header.store-navbar.navbar-solid .nav-link:hover {
  color: #0f52ba !important;
}
#kt_app_header.store-navbar.navbar-solid .navbar-toggler-icon {
  filter: none !important;
}
#kt_app_header.store-navbar.navbar-solid .btn-custom {
  color: #4a5568 !important;
}
#kt_app_header.store-navbar.navbar-solid .btn-custom:hover {
  background-color: #f7fafc !important;
}

.btn-hemolac {
  background-color: #ffffff !important;
  color: #12284c !important;
  border: 1px solid #ffffff !important;
  border-radius: 50px !important;
  font-weight: 700;
  transition: all 0.3s ease;
}
.btn-hemolac:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.navbar-solid .btn-hemolac {
  background-color: #12284c !important;
  color: #ffffff !important;
  border: 1px solid #12284c !important;
}
.navbar-solid .btn-hemolac:hover {
  background-color: transparent !important;
  color: #12284c !important;
  border-color: #12284c !important;
}

.store-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 240px;
  padding-bottom: 180px;
  color: #ffffff;
  min-height: 650px;
  display: flex;
  align-items: center;
}
.store-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(14, 28, 54, 0.3) 0%, rgba(14, 28, 54, 0) 100%);
  z-index: 1;
}
.store-hero .container,
.store-hero .container-fluid {
  position: relative;
  z-index: 2;
}
.store-hero .hero-title {
  font-size: 4rem !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  margin-bottom: 1.5rem !important;
  letter-spacing: -1px !important;
  color: #ffffff !important;
}
.store-hero .hero-subtitle {
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  max-width: 650px !important;
  line-height: 1.65 !important;
  color: #ffffff !important;
  opacity: 0.95 !important;
}

@media (max-width: 991.98px) {
  #kt_app_header.store-navbar {
    top: 0 !important;
    background-color: #0b1a30 !important;
    position: relative !important;
  }
  #kt_app_header.store-navbar .navbar-brand img {
    filter: brightness(0) invert(1) !important;
  }
  .store-hero {
    padding-top: 140px;
    padding-bottom: 100px;
    min-height: auto;
  }
  .store-hero .hero-title {
    font-size: 2.75rem !important;
  }
}
@media (max-width: 575.98px) {
  .store-hero {
    padding-top: 110px;
    padding-bottom: 70px;
  }
  .store-hero .hero-title {
    font-size: 2.1rem !important;
  }
  .store-hero .hero-subtitle {
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
  }
  .store-brands-section {
    padding: 2.5rem 0;
  }
  .store-brands-section .brand-logo-container {
    gap: 2rem;
  }
  .store-brands-section .brand-logo {
    height: 30px;
  }
  .store-categories-section,
  .store-featured-section,
  .store-corporate-section,
  .store-benefits-section {
    padding: 4rem 0;
  }
  .store-corporate-section .corp-title {
    font-size: 1.85rem;
  }
}
.store-brands-section {
  padding: 3.5rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.store-brands-section .brand-title {
  color: #12284c;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 2.5rem;
}
.store-brands-section .brand-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
}
.store-brands-section .brand-logo {
  height: auto;
  max-height: 80px;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.store-brands-section .brand-logo:hover {
  transform: scale(1.05);
}
.store-brands-section .tns-nav {
  text-align: center;
  margin-top: 0.5rem;
}
.store-brands-section .tns-nav button {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e4e6ef;
  border: none;
  margin: 0 4px;
  padding: 0;
  transition: all 0.3s ease;
}
.store-brands-section .tns-nav button.tns-nav-active {
  background-color: #0f2244;
}

.store-categories-section {
  background-color: #f4f7fc;
  padding: 6rem 0;
}
.store-categories-section .section-title {
  color: #12284c;
  font-weight: 800;
  margin-bottom: 3.5rem;
}
.store-categories-section .category-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 3rem 2.5rem;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.015);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.store-categories-section .category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(18, 40, 76, 0.07);
}
.store-categories-section .category-card .category-icon-wrapper {
  margin-bottom: 2.5rem;
  color: #0f52ba;
}
.store-categories-section .category-card .category-icon-wrapper svg {
  width: 50px;
  height: 50px;
}
.store-categories-section .category-card .category-title {
  color: #12284c;
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}
.store-categories-section .category-card .category-link {
  color: #12284c;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
  margin-top: auto;
}
.store-categories-section .category-card .category-link i {
  transition: transform 0.2s ease;
}
.store-categories-section .category-card .category-link:hover {
  color: #0f52ba;
}
.store-categories-section .category-card .category-link:hover i {
  transform: translateX(4px);
}

.store-featured-section {
  padding: 6rem 0;
}
.store-featured-section .section-title {
  color: #12284c;
  font-weight: 800;
  margin-bottom: 3.5rem;
}
.store-featured-section .view-all-link {
  color: #12284c;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
}
.store-featured-section .view-all-link i {
  transition: transform 0.2s ease;
}
.store-featured-section .view-all-link:hover {
  color: #0f52ba;
}
.store-featured-section .view-all-link:hover i {
  transform: translateX(4px);
}

.store-product-card {
  background-color: #f0f2f5;
  border: none;
  border-radius: 16px;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}
.store-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.store-product-card:hover .product-image-wrapper img {
  transform: scale(1.05);
}
.store-product-card .product-image-wrapper {
  position: relative;
  background-color: transparent;
  overflow: hidden;
}
.store-product-card .product-image-wrapper img {
  transition: transform 0.4s ease;
}
.store-product-card .product-card-header .product-rating span {
  font-size: 0.85rem;
}
.store-product-card .product-card-header .product-favorite .hover-danger:hover {
  color: #e53e3e !important;
  font-weight: 900;
}
.store-product-card .product-info .product-name {
  font-size: 0.95rem;
  color: #1a202c;
  line-height: 1.3;
}
.store-product-card .product-info .product-price-wrapper {
  display: flex;
  align-items: baseline;
}
.store-product-card .product-info .product-price-wrapper .price-current {
  color: #4a5568;
}
.store-product-card .product-info .product-price-wrapper .price-old {
  color: #a0aec0;
}
.store-product-card .product-info .btn-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.store-product-card .product-info .btn-add-to-cart:hover {
  background-color: #0b1a30 !important;
}
.store-product-card .product-info .btn-add-to-cart:hover i {
  color: #ffffff !important;
}

.store-cat-pill {
  border-radius: 50px !important;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  padding: 0.5rem 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.store-cat-pill.active {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  border: 1px solid #1a1a1a !important;
}
.store-cat-pill.active:hover {
  background-color: #000000 !important;
}
.store-cat-pill.inactive {
  background-color: #ffffff !important;
  border: 1px solid #d1d5db !important;
  color: #374151 !important;
}
.store-cat-pill.inactive:hover {
  border-color: #1a1a1a !important;
  color: #1a1a1a !important;
}

.store-corporate-section {
  padding: 6rem 0;
  background-color: #ffffff;
}
.store-corporate-section .corp-image {
  border-radius: 24px;
  width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
.store-corporate-section .corp-badge {
  color: #0f52ba;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  display: inline-block;
}
.store-corporate-section .corp-title {
  color: #12284c;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.25;
  margin-bottom: 2rem;
  letter-spacing: -0.5px;
}
.store-corporate-section .corp-text {
  color: #606f7b;
  font-size: 1.1rem;
  line-height: 1.75;
}

.store-benefits-section {
  padding: 6rem 0;
  background-color: #ffffff;
  border-top: 1px solid #f0f2f5;
}
.store-benefits-section .section-title {
  color: #12284c;
  font-weight: 800;
  margin-bottom: 4.5rem;
}
.store-benefits-section .benefit-card {
  background-color: #f4f7fc;
  border-radius: 16px;
  padding: 3rem 2rem;
  border: none;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.store-benefits-section .benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
}
.store-benefits-section .benefit-card .benefit-icon {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 2rem;
}
.store-benefits-section .benefit-card .benefit-title {
  color: #12284c;
  font-weight: 800;
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}
.store-benefits-section .benefit-card .benefit-desc {
  color: #515f6e;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.store-footer {
  background-color: #0b1a30;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 6rem;
}
.store-footer .footer-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
  letter-spacing: 0.5px;
}
.store-footer .footer-logo {
  height: 48px;
  margin-bottom: 1.5rem;
}
.store-footer .footer-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.store-footer .footer-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.store-footer .footer-links li {
  margin-bottom: 0.75rem;
}
.store-footer .footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 0.95rem;
}
.store-footer .footer-links a:hover {
  color: #ffffff;
}
.store-footer .footer-contact-info p {
  font-size: 0.95rem;
  margin-bottom: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.store-footer .footer-contact-info a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}
.store-footer .footer-contact-info a:hover {
  color: #ffffff;
}
.store-footer .footer-social-icons {
  display: flex;
  gap: 1rem;
}
.store-footer .footer-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 1.1rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.store-footer .footer-social-icons a:hover {
  background-color: #0f52ba;
  transform: translateY(-3px);
}
.store-footer .sub-footer {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 1.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  margin-top: 5rem;
  font-size: 0.9rem;
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.store-cart-page {
  background: linear-gradient(180deg, #f7faff 0%, #eef4fb 100%);
  min-height: 70vh;
  padding: 3rem 0 5rem;
}

.stepper.first #paypal-container-elements,
.stepper.between #paypal-container-elements {
  display: none;
}

.stepper.last #paypal-container-elements {
  display: inline-block;
}

.store-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.store-cart-header .store-cart-title {
  color: #12284c;
  font-weight: 800;
  font-size: 1.8rem;
  margin: 0;
}
.store-cart-header .store-cart-count {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background-color: #ffffff;
  color: #12284c;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(18, 40, 76, 0.05);
}

.store-cart-list-wrapper {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #e7eef8;
  border-radius: 24px;
  padding: 1.25rem;
  box-shadow: 0 12px 35px rgba(18, 40, 76, 0.04);
}

.store-cart-list-header {
  display: grid;
  grid-template-columns: 180px minmax(0, 2.2fr) 1fr 1fr 1fr auto;
  gap: 1rem;
  padding: 0 0 0.9rem;
  color: #606f7b;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #eef2f5;
  margin-bottom: 1rem;
  align-items: center;
}

.store-cart-select-all {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #12284c;
  font-weight: 700;
  cursor: pointer;
}
.store-cart-select-all input {
  width: 16px;
  height: 16px;
  accent-color: #0f52ba;
  cursor: pointer;
}

.store-cart-item-checkbox {
  width: 18px;
  height: 18px;
  accent-color: #0f52ba;
  cursor: pointer;
  margin: 0;
}

.store-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid #f2f5f8;
  font-size: 0.92rem;
  color: #12284c;
}
.store-summary-line:last-child {
  border-bottom: none;
}

.store-summary-line-empty {
  color: #606f7b;
  font-style: italic;
}

.store-summary-line-name {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.4;
}

.store-summary-line-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.8rem;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: #eef4fb;
  color: #12284c;
  font-weight: 700;
  font-size: 0.78rem;
}

.store-summary-line-price {
  font-weight: 700;
  white-space: nowrap;
  color: #12284c;
}

.store-cart-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #e7eef8;
  border-radius: 16px;
  background: linear-gradient(90deg, #f8fbff 0%, #f4f8fd 100%);
}

.store-cart-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.store-cart-filter-chip {
  border: 1px solid #dce6f2;
  background: #ffffff;
  color: #12284c;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 700;
  transition: all 0.2s ease;
}
.store-cart-filter-chip.active {
  background: #12284c;
  color: #ffffff;
  border-color: #12284c;
}

.store-cart-filter-sort {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #606f7b;
  font-size: 0.9rem;
}
.store-cart-filter-sort label {
  font-weight: 700;
  color: #12284c;
}

.store-cart-sort-select {
  border: 1px solid #dce6f2;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  background: #ffffff;
  color: #12284c;
  font-weight: 600;
  min-width: 140px;
}

.store-cart-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.store-cart-empty {
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 1px dashed #dce6f2;
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  color: #606f7b;
}
.store-cart-empty .store-cart-empty-icon {
  font-size: 3rem;
  color: #c3cdda;
  margin-bottom: 1rem;
  display: block;
}
.store-cart-empty .store-cart-empty-text {
  font-size: 1rem;
  font-weight: 600;
  color: #12284c;
  margin-bottom: 0.5rem;
}

.store-order-summary {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border-radius: 22px;
  border: 1px solid #e7eef8;
  padding: 1.6rem;
  box-shadow: 0 14px 36px rgba(18, 40, 76, 0.06);
  position: sticky;
  top: 100px;
  overflow: hidden;
}
.store-order-summary::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #0f52ba 0%, #12284c 100%);
}
.store-order-summary .store-summary-title {
  color: #12284c;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.store-order-summary .store-summary-lines {
  margin-bottom: 1rem;
}
.store-order-summary .store-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.7rem 0;
  border-bottom: 1px solid #f2f5f8;
  font-size: 0.95rem;
}
.store-order-summary .store-summary-label {
  color: #606f7b;
}
.store-order-summary .store-summary-value {
  color: #12284c;
  font-weight: 700;
}
.store-order-summary .store-summary-divider {
  height: 1px;
  background: #eef2f5;
  margin: 1rem 0;
}
.store-order-summary .store-summary-total {
  font-size: 1.05rem;
  font-weight: 800;
  color: #12284c;
  border-bottom: none;
}

.store-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(90deg, #12284c 0%, #0f52ba 100%);
  color: #ffffff !important;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  padding: 0.9rem 1.45rem;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(18, 40, 76, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.store-btn-primary:hover {
  background: linear-gradient(90deg, rgb(21.9063829787, 48.6808510638, 92.4936170213) 0%, rgb(17.2835820896, 94.4835820896, 214.3164179104) 100%);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(18, 40, 76, 0.18);
}

.store-btn-checkout {
  margin-top: 1.2rem;
}

.store-back-link {
  color: #606f7b;
  font-weight: 600;
  text-decoration: none;
}
.store-back-link:hover {
  color: #0f52ba;
}

.store-btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #ffffff;
  color: #12284c !important;
  border: 1.5px solid #d5deeb;
  border-radius: 999px;
  font-weight: 700;
  padding: 0.9rem 1.45rem;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.store-btn-back:hover {
  background: #f4f7fc;
  border-color: #0f52ba;
  color: #12284c !important;
  transform: translateY(-1px);
}

.store-btn-pay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(90deg, #1f9d55 0%, #27b567 100%);
  color: #ffffff !important;
  border: none;
  border-radius: 999px;
  font-weight: 800;
  padding: 0.9rem 1.7rem;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(31, 157, 85, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.store-btn-pay:hover {
  background: linear-gradient(90deg, #1b8c4c 0%, #22a75e 100%);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(31, 157, 85, 0.3);
}

.store-invoice-toggle {
  margin-top: 0.5rem;
}

.store-toggle-label {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  cursor: pointer;
  color: #12284c;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.store-toggle-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.store-toggle-box {
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 26px;
  border-radius: 999px;
  background: #cfd8e6;
  transition: background 0.2s ease;
}
.store-toggle-box::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.store-toggle-input:checked + .store-toggle-box {
  background: #0f52ba;
}
.store-toggle-input:checked + .store-toggle-box::after {
  transform: translateX(20px);
}

.store-toggle-input:focus-visible + .store-toggle-box {
  box-shadow: 0 0 0 3px rgba(15, 82, 186, 0.2);
}

.store-checkout-section {
  display: none;
  padding: 2rem 0 4rem;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fc 100%);
  scroll-margin-top: 120px;
}

.store-checkout-section.is-visible,
.store-checkout-section:target {
  display: block;
}

.store-checkout-card {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid #e7eef8;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 12px 35px rgba(18, 40, 76, 0.05);
}

.store-stepper-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.store-stepper-item {
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 180px;
}

.store-stepper-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.store-stepper-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f4f7fc;
  color: #606f7b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  border: 1px solid #e2e8f0;
}

.store-stepper-label {
  color: #606f7b;
  font-weight: 700;
}

.store-stepper-connector {
  flex: 1;
  height: 2px;
  background: #e2e8f0;
  margin: 0 1rem;
}

.store-step-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #12284c;
  margin-bottom: 1.2rem;
}
.store-step-heading .store-step-icon {
  color: #0f52ba;
  font-size: 1.2rem;
}

.store-address-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid #e8edf4;
  border-radius: 14px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.store-address-card:hover {
  border-color: #b8cde8;
  box-shadow: 0 6px 16px rgba(18, 40, 76, 0.05);
}

.store-address-radio {
  margin-top: 0.1rem;
}

.store-address-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  color: #606f7b;
  font-size: 0.9rem;
}

.store-address-check {
  margin-left: auto;
  color: #0f52ba;
}

.store-form-label {
  display: block;
  font-weight: 700;
  color: #12284c;
  margin-bottom: 0.5rem;
}

.store-form-control {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.8rem 1rem;
  color: #12284c;
  background: #f4f7fc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.store-form-control:focus {
  outline: none;
  border-color: #0f52ba;
  box-shadow: 0 0 0 3px rgba(15, 82, 186, 0.12);
  background: #ffffff;
}

.store-cart-panel {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #eef2f5;
  overflow: hidden;
}
.store-cart-panel .cart-panel-header {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #f0f2f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.store-cart-panel .cart-panel-header h4 {
  color: #12284c;
  font-weight: 800;
  font-size: 1.15rem;
  margin: 0;
}
.store-cart-panel .cart-panel-header .cart-count-badge {
  background-color: #f4f7fc;
  color: #12284c;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  border: 1px solid #e2e8f0;
}
.store-cart-panel .cart-empty-state {
  padding: 4rem 2rem;
  text-align: center;
  color: #606f7b;
}
.store-cart-panel .cart-empty-state i {
  font-size: 3rem;
  opacity: 0.3;
  margin-bottom: 1rem;
  display: block;
}
.store-cart-panel .cart-empty-state p {
  font-size: 0.95rem;
  margin: 0;
}

.cart-product-item {
  display: grid;
  grid-template-columns: 24px 92px minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid #eef3f8;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(18, 40, 76, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.cart-product-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(18, 40, 76, 0.05);
  border-color: #dce6f2;
}
.cart-product-item .cart-item-image {
  width: 84px;
  height: 84px;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #f4f7fc;
  flex-shrink: 0;
  border: 1px solid #eef2f5;
}
.cart-product-item .cart-item-image-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background-color: #f4f7fc;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eef2f5;
}
.cart-product-item .cart-item-image-placeholder i {
  color: #c9d0da;
  font-size: 1.5rem;
}
.cart-product-item .cart-item-info {
  flex: 1;
  min-width: 0;
  padding-right: 0.5rem;
}
.cart-product-item .cart-item-info .cart-item-category {
  font-size: 0.75rem;
  color: #606f7b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.cart-product-item .cart-item-info .cart-item-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #12284c;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-product-item .cart-item-info .cart-item-desc {
  font-size: 0.8rem;
  color: #606f7b;
  line-height: 1.45;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-product-item .cart-item-info .cart-item-tag {
  display: inline-block;
  background-color: #f4f7fc;
  color: #12284c;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.65rem;
  border-radius: 50px;
  border: 1px solid #dde3ec;
}
.cart-product-item .cart-item-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.6rem;
  flex-shrink: 0;
  min-width: 140px;
}
.cart-product-item .cart-item-controls .cart-item-price-block,
.cart-product-item .cart-item-controls .cart-item-subtotal-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.15rem;
}
.cart-product-item .cart-item-controls .cart-item-price-label,
.cart-product-item .cart-item-controls .cart-item-subtotal-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #606f7b;
}
.cart-product-item .cart-item-controls .cart-item-price,
.cart-product-item .cart-item-controls .cart-item-subtotal {
  font-size: 1.02rem;
  font-weight: 800;
  color: #12284c;
  text-align: right;
}
.cart-product-item .cart-item-controls .cart-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cart-product-item .cart-item-controls .cart-qty-controls .btn-qty {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #dde3ec;
  background: #ffffff;
  color: #12284c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  line-height: 1;
}
.cart-product-item .cart-item-controls .cart-qty-controls .btn-qty:hover {
  border-color: #12284c;
  background-color: #12284c;
  color: #ffffff;
}
.cart-product-item .cart-item-controls .cart-qty-controls .cart-qty-value {
  font-size: 0.9rem;
  font-weight: 700;
  color: #12284c;
  min-width: 20px;
  text-align: center;
}
.cart-product-item .cart-item-controls .btn-remove-item {
  background: none;
  border: none;
  padding: 0;
  color: #c0c9d4;
  font-size: 0.95rem;
  cursor: pointer;
  transition: color 0.2s ease;
  line-height: 1;
}
.cart-product-item .cart-item-controls .btn-remove-item:hover {
  color: #e53e3e;
}

.store-order-summary {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #eef2f5;
  position: sticky;
  top: 100px;
}
.store-order-summary .summary-header {
  padding: 1.5rem 1.75rem;
  border-bottom: 1px solid #f0f2f5;
}
.store-order-summary .summary-header h5 {
  color: #12284c;
  font-weight: 800;
  font-size: 1.05rem;
  margin: 0;
}
.store-order-summary .summary-body {
  padding: 1.5rem 1.75rem;
}
.store-order-summary .summary-product-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
}
.store-order-summary .summary-product-line .summary-product-name {
  color: #4a5568;
  flex: 1;
  line-height: 1.35;
}
.store-order-summary .summary-product-line .summary-product-name .summary-qty-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #f4f7fc;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.7rem;
  color: #12284c;
  margin-right: 0.35rem;
  flex-shrink: 0;
}
.store-order-summary .summary-product-line .summary-product-price {
  font-weight: 600;
  color: #12284c;
  white-space: nowrap;
}
.store-order-summary .summary-divider {
  border: none;
  border-top: 1px solid #f0f2f5;
  margin: 1.25rem 0;
}
.store-order-summary .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.65rem;
  font-size: 0.875rem;
}
.store-order-summary .summary-row .summary-label {
  color: #606f7b;
}
.store-order-summary .summary-row .summary-value {
  font-weight: 600;
  color: #12284c;
}
.store-order-summary .summary-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 2px solid #f0f2f5;
  margin-top: 0.5rem;
}
.store-order-summary .summary-total-row .total-label {
  font-weight: 800;
  font-size: 1rem;
  color: #12284c;
}
.store-order-summary .summary-total-row .total-amount {
  font-weight: 800;
  font-size: 1.35rem;
  color: #12284c;
}
.store-order-summary .coupon-input-wrapper {
  position: relative;
  margin-top: 1.25rem;
}
.store-order-summary .coupon-input-wrapper i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #c0c9d4;
  font-size: 0.9rem;
}
.store-order-summary .coupon-input-wrapper input {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border: 1.5px solid #eef2f5;
  border-radius: 10px;
  font-size: 0.875rem;
  color: #12284c;
  background-color: #f4f7fc;
  outline: none;
  transition: border-color 0.2s ease;
}
.store-order-summary .coupon-input-wrapper input::-moz-placeholder {
  color: #c0c9d4;
}
.store-order-summary .coupon-input-wrapper input::placeholder {
  color: #c0c9d4;
}
.store-order-summary .coupon-input-wrapper input:focus {
  border-color: #0f52ba;
  background-color: #ffffff;
}
.store-order-summary .btn-checkout-primary {
  display: block;
  width: 100%;
  padding: 0.9rem 1.5rem;
  background-color: #12284c;
  color: #ffffff !important;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.2s ease;
  margin-top: 1rem;
}
.store-order-summary .btn-checkout-primary:hover {
  background-color: rgb(25.8127659574, 57.3617021277, 108.9872340426) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}
.store-order-summary .btn-checkout-primary:active {
  transform: translateY(0);
}

.store-checkout-stepper .stepper-nav {
  margin-bottom: 2.5rem !important;
}
.store-checkout-stepper .stepper-nav .stepper-item .stepper-icon {
  border-radius: 50%;
  background-color: #f4f7fc;
  border: 2px solid #dde3ec;
  color: #606f7b;
  font-weight: 700;
  transition: all 0.3s ease;
}
.store-checkout-stepper .stepper-nav .stepper-item .stepper-title {
  font-size: 0.8rem;
  color: #606f7b;
  font-weight: 600;
}
.store-checkout-stepper .stepper-nav .stepper-item.current .stepper-icon {
  background-color: #12284c !important;
  border-color: #12284c !important;
  color: #ffffff !important;
}
.store-checkout-stepper .stepper-nav .stepper-item.current .stepper-title {
  color: #12284c !important;
  font-weight: 700;
}
.store-checkout-stepper .stepper-nav .stepper-item.completed .stepper-icon {
  background-color: #e6f0ff;
  border-color: #0f52ba;
  color: #0f52ba;
}
.store-checkout-stepper .stepper-nav .stepper-line {
  border-color: #dde3ec !important;
}
.store-checkout-stepper .btn-stepper-next,
.store-checkout-stepper [data-kt-stepper-action=next],
.store-checkout-stepper [data-kt-stepper-action=submit] {
  background-color: #12284c !important;
  border-color: #12284c !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  padding: 0.75rem 2rem !important;
  transition: background-color 0.25s ease !important;
}
.store-checkout-stepper .btn-stepper-next:hover,
.store-checkout-stepper [data-kt-stepper-action=next]:hover,
.store-checkout-stepper [data-kt-stepper-action=submit]:hover {
  background-color: rgb(25.8127659574, 57.3617021277, 108.9872340426) !important;
}
.store-checkout-stepper [data-kt-stepper-action=previous] {
  border-radius: 10px !important;
  font-weight: 600 !important;
  padding: 0.75rem 1.5rem !important;
}
.store-checkout-stepper .card.shadow-sm {
  border: 1.5px solid #eef2f5 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
.store-checkout-stepper .card.shadow-sm:hover {
  border-color: #b8cde8 !important;
  box-shadow: 0 4px 12px rgba(18, 40, 76, 0.06) !important;
}
.store-checkout-stepper .card.shadow-sm:has(.form-check-input:checked) {
  border-color: #12284c !important;
  box-shadow: 0 0 0 3px rgba(18, 40, 76, 0.08) !important;
}
.store-checkout-stepper .form-control-solid,
.store-checkout-stepper .form-select-solid {
  border-radius: 10px !important;
  border: 1.5px solid #eef2f5 !important;
  background-color: #f4f7fc !important;
}
.store-checkout-stepper .form-control-solid:focus,
.store-checkout-stepper .form-select-solid:focus {
  border-color: #0f52ba !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(15, 82, 186, 0.1) !important;
}
.store-checkout-stepper .form-label {
  font-weight: 600;
  font-size: 0.875rem;
  color: #12284c;
  margin-bottom: 0.5rem;
}
.store-checkout-stepper .required::after {
  color: #e53e3e;
}

@media (max-width: 991.98px) {
  .store-order-summary {
    position: relative;
    top: 0;
    margin-top: 1.5rem;
  }
  .cart-product-item {
    padding: 1.25rem 1.25rem;
  }
  .cart-product-item .cart-item-image,
  .cart-product-item .cart-item-image-placeholder {
    width: 64px;
    height: 64px;
  }
  .cart-product-item .cart-item-desc {
    display: none;
  }
  .store-cart-page {
    padding: 1.5rem 0 3rem;
  }
}
@media (max-width: 575.98px) {
  .cart-product-item .cart-item-controls .cart-item-price {
    font-size: 0.95rem;
  }
  .store-order-summary .summary-header,
  .store-order-summary .summary-body {
    padding: 1.25rem;
  }
}
.store-product-show {
  background: #e9ecef !important;
  min-height: 100vh;
  padding: 0;
}
.store-product-show .store-pd-layout {
  display: grid !important;
  grid-template-columns: 88px 1fr 480px !important;
  grid-template-rows: auto;
  min-height: 100vh;
  align-items: start;
}
.store-product-show .store-pd-thumbs-col {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px;
  padding: 2rem 12px;
  background: transparent;
  position: sticky;
  top: 0;
}
.store-product-show .store-pd-thumb-wrap {
  position: relative;
  width: 64px !important;
  height: 64px !important;
  border-radius: 10px !important;
  overflow: hidden;
  border: 2px solid transparent !important;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  background: #ffffff;
}
.store-product-show .store-pd-thumb-wrap img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.store-product-show .store-pd-thumb-wrap .store-pd-thumb-num {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  font-size: 0.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b1a30;
  line-height: 1;
}
.store-product-show .store-pd-thumb-wrap:hover {
  border-color: #0f52ba !important;
}
.store-product-show .store-pd-thumb-wrap.active {
  border-color: #0f52ba !important;
  box-shadow: 0 0 0 3px rgba(15, 82, 186, 0.15) !important;
}
.store-product-show .store-pd-main-col {
  background: #e2e5e9 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 3rem 2rem;
  position: relative;
}
.store-product-show .store-pd-main-col .store-pd-zoom {
  position: relative;
  width: 100%;
  max-width: 640px;
  height: 640px;
  max-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: zoom-in;
  border-radius: 8px;
}
.store-product-show .store-pd-main-col .store-pd-zoom.zooming #main-product-img {
  transform: scale(2);
}
.store-product-show .store-pd-main-col .store-pd-zoom:hover .store-pd-zoom-hint {
  opacity: 1;
}
.store-product-show .store-pd-main-col .store-pd-zoom-hint {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 34, 68, 0.75);
  color: #fff;
  border-radius: 50%;
  font-size: 0.8rem;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.store-product-show .store-pd-main-col #main-product-img {
  width: 100%;
  height: 100%;
  max-height: 78vh !important;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.15s ease-out;
  display: block;
}
.store-product-show .store-pd-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1090;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(10, 15, 25, 0.92);
}
.store-product-show .store-pd-lightbox.open {
  display: flex;
}
.store-product-show .store-pd-lightbox .store-pd-lb-stage {
  max-width: 80vw;
  max-height: 82vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
}
.store-product-show .store-pd-lightbox .store-pd-lb-stage img {
  max-width: 80vw;
  max-height: 82vh;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.15s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.store-product-show .store-pd-lightbox .store-pd-lb-stage img.zoomed {
  transform: scale(2.4);
  cursor: zoom-out;
}
.store-product-show .store-pd-lightbox .store-pd-lb-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.store-product-show .store-pd-lightbox .store-pd-lb-close:hover {
  background: rgba(255, 255, 255, 0.25);
}
.store-product-show .store-pd-lightbox .store-pd-lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.store-product-show .store-pd-lightbox .store-pd-lb-nav:hover {
  background: rgba(255, 255, 255, 0.25);
}
.store-product-show .store-pd-lightbox .store-pd-lb-nav.prev {
  left: 22px;
}
.store-product-show .store-pd-lightbox .store-pd-lb-nav.next {
  right: 22px;
}
.store-product-show .store-pd-lightbox .store-pd-lb-thumbs {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  max-width: 90vw;
  overflow-x: auto;
  padding: 6px;
}
.store-product-show .store-pd-lightbox .store-pd-lb-thumbs img {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  border: 2px solid transparent;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}
.store-product-show .store-pd-lightbox .store-pd-lb-thumbs img.active, .store-product-show .store-pd-lightbox .store-pd-lb-thumbs img:hover {
  opacity: 1;
  border-color: #fff;
}
.store-product-show .store-pd-info-col {
  background: #ffffff !important;
  padding: 3rem 2.5rem !important;
  min-height: 100vh;
  border-left: 1px solid #e4e8ee;
}
.store-product-show .store-pd-info-col .store-pd-brand {
  display: block;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #0f52ba !important;
  margin-bottom: 0.4rem;
}
.store-product-show .store-pd-info-col .store-pd-name {
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #1a1a2e !important;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.store-product-show .store-pd-info-col .store-pd-meta {
  font-size: 0.78rem !important;
  color: #606f7b !important;
  margin-bottom: 0.75rem;
}
.store-product-show .store-pd-info-col .store-pd-meta strong {
  color: #2d3748 !important;
  font-weight: 700 !important;
}
.store-product-show .store-pd-info-col .store-pd-meta a {
  color: #0f52ba !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}
.store-product-show .store-pd-info-col .store-pd-meta a:hover {
  text-decoration: underline !important;
}
.store-product-show .store-pd-info-col .store-pd-divider {
  height: 1px;
  background: #edf0f5;
  margin: 1rem 0;
}
.store-product-show .store-pd-info-col .store-pd-desc {
  font-size: 0.88rem !important;
  color: #4a5568 !important;
  line-height: 1.7;
  margin-bottom: 0;
}
.store-product-show .store-pd-info-col .store-pd-price-row {
  display: flex !important;
  align-items: baseline;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 1rem 0 0.75rem;
}
.store-product-show .store-pd-info-col .store-pd-price {
  font-size: 1.9rem !important;
  font-weight: 900 !important;
  color: #1a1a2e !important;
  letter-spacing: -0.02em;
}
.store-product-show .store-pd-info-col .store-pd-price-orig {
  font-size: 0.95rem !important;
  color: #a0aec0 !important;
  text-decoration: line-through !important;
}
.store-product-show .store-pd-info-col .store-pd-disc {
  display: inline-block;
  background: #e6f0ff !important;
  color: #0c3e8a !important;
  border: 1px solid #b3ccf5 !important;
  border-radius: 6px !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  padding: 0.2rem 0.55rem;
  white-space: nowrap;
}
.store-product-show .store-pd-info-col .store-pd-stock-wrap {
  margin-bottom: 1rem;
}
.store-product-show .store-pd-info-col .store-pd-stock {
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  border-radius: 20px !important;
  padding: 0.3rem 0.85rem !important;
}
.store-product-show .store-pd-info-col .store-pd-stock.ok {
  background: #eaf7f0 !important;
  color: #1a6644 !important;
  border: 1.5px solid #9adfc0 !important;
}
.store-product-show .store-pd-info-col .store-pd-stock.low {
  background: #fff8e6 !important;
  color: #8a6100 !important;
  border: 1.5px solid #f0d888 !important;
}
.store-product-show .store-pd-info-col .store-pd-stock.out {
  background: #fdecea !important;
  color: #b71c1c !important;
  border: 1.5px solid #f5b8b5 !important;
}
.store-product-show .store-pd-info-col .store-pd-specs {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 1.25rem !important;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  font-size: 0.82rem !important;
  color: #606f7b !important;
}
.store-product-show .store-pd-info-col .store-pd-specs li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.store-product-show .store-pd-info-col .store-pd-specs i {
  color: #0f52ba !important;
}
.store-product-show .store-pd-info-col .store-pd-actions {
  display: flex !important;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.store-product-show .store-pd-info-col .store-pd-btn-cart {
  flex: 1;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem;
  padding: 0.85rem 1.25rem !important;
  border-radius: 8px !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  cursor: pointer;
  border: 2px solid #12284c !important;
  background: #ffffff !important;
  color: #12284c !important;
  transition: background 0.2s ease, color 0.2s ease;
}
.store-product-show .store-pd-info-col .store-pd-btn-cart:hover:not(:disabled) {
  background: #12284c !important;
  color: #ffffff !important;
}
.store-product-show .store-pd-info-col .store-pd-btn-cart:disabled {
  opacity: 0.45 !important;
  cursor: not-allowed;
}
.store-product-show .store-pd-info-col .store-pd-btn-buy {
  flex: 1;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem;
  padding: 0.85rem 1.25rem !important;
  border-radius: 8px !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  cursor: pointer;
  border: none !important;
  background: #0b1a30 !important;
  color: #ffffff !important;
  transition: background 0.2s ease, transform 0.15s ease;
}
.store-product-show .store-pd-info-col .store-pd-btn-buy:hover:not(:disabled) {
  background: rgb(6.2457627119, 14.7627118644, 27.2542372881) !important;
  transform: translateY(-1px);
}
.store-product-show .store-pd-info-col .store-pd-btn-buy:disabled {
  opacity: 0.45 !important;
  cursor: not-allowed;
  transform: none;
}
.store-product-show .store-pd-info-col .store-pd-trust {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0.5rem;
  padding: 1.1rem 0;
  border-top: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  margin-bottom: 1.5rem;
}
.store-product-show .store-pd-info-col .store-pd-trust-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  gap: 0.35rem;
  text-align: center;
}
.store-product-show .store-pd-info-col .store-pd-trust-item i {
  font-size: 1.4rem !important;
  color: #0f52ba !important;
}
.store-product-show .store-pd-info-col .store-pd-trust-item span {
  font-size: 0.65rem !important;
  color: #606f7b !important;
  font-weight: 600 !important;
  line-height: 1.3;
}
.store-product-show .store-pd-info-col .store-pd-detail-section {
  border-top: 1px solid #edf0f5;
}
.store-product-show .store-pd-info-col .store-pd-detail-toggle {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  padding: 1rem 0 !important;
  background: none !important;
  border: none !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  cursor: pointer;
}
.store-product-show .store-pd-info-col .store-pd-detail-toggle i {
  font-size: 0.85rem;
  color: #606f7b !important;
}
.store-product-show .store-pd-info-col .store-pd-detail-body {
  display: none;
  padding-bottom: 1rem;
}
.store-product-show .store-pd-info-col .store-pd-detail-body.open {
  display: block !important;
}
.store-product-show .store-pd-info-col .store-pd-detail-body p {
  font-size: 0.85rem !important;
  color: #4a5568 !important;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}
.store-product-show .store-pd-info-col .store-pd-detail-body ul {
  padding-left: 0;
  list-style: none;
  font-size: 0.82rem !important;
  color: #606f7b !important;
}
.store-product-show .store-pd-info-col .store-pd-detail-body ul li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}
.store-product-show .store-pd-info-col .store-pd-detail-body ul li i {
  color: #0f52ba !important;
}
.store-product-show .store-pd-info-col .store-pd-msi {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  background: #f6f8fc;
  border: 1px solid #e6ebf3;
  border-radius: 12px;
}
.store-product-show .store-pd-info-col .store-pd-msi .store-pd-msi-title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin-bottom: 0.6rem;
}
.store-product-show .store-pd-info-col .store-pd-msi .store-pd-msi-title i {
  color: #0f52ba !important;
}
.store-product-show .store-pd-info-col .store-pd-msi .store-pd-msi-list {
  padding-left: 0 !important;
  list-style: none;
  margin-bottom: 0.5rem;
}
.store-product-show .store-pd-info-col .store-pd-msi .store-pd-msi-list .store-pd-msi-item {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.35rem 0;
  font-size: 0.82rem !important;
  border-bottom: 1px dashed #e0e6f0;
}
.store-product-show .store-pd-info-col .store-pd-msi .store-pd-msi-list .store-pd-msi-item:last-child {
  border-bottom: none;
}
.store-product-show .store-pd-info-col .store-pd-msi .store-pd-msi-list .store-pd-msi-item .store-pd-msi-months {
  font-weight: 700;
  color: #1a1a2e;
}
.store-product-show .store-pd-info-col .store-pd-msi .store-pd-msi-list .store-pd-msi-item .store-pd-msi-monthly {
  color: #0f52ba !important;
  font-weight: 600;
}
.store-product-show .store-pd-info-col .store-pd-msi .store-pd-msi-list .store-pd-msi-item .store-pd-msi-total {
  color: #606f7b !important;
}
.store-product-show .store-pd-info-col .store-pd-msi .store-pd-msi-note {
  font-size: 0.72rem !important;
  color: #606f7b !important;
  margin-bottom: 0 !important;
}
@media (max-width: 1199.98px) {
  .store-product-show .store-pd-layout {
    grid-template-columns: 80px 1fr 380px !important;
  }
}
@media (max-width: 991.98px) {
  .store-product-show .store-pd-layout {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
  }
  .store-product-show .store-pd-thumbs-col {
    flex-direction: row !important;
    padding: 1rem 1.25rem;
    position: static;
    background: #e9ecef !important;
    overflow-x: auto;
    gap: 8px;
  }
  .store-product-show .store-pd-thumb-wrap {
    flex-shrink: 0;
  }
  .store-product-show .store-pd-main-col {
    min-height: 380px !important;
    padding: 1.5rem !important;
  }
  .store-product-show .store-pd-main-col .store-pd-zoom {
    height: 420px;
    max-height: 60vh;
    cursor: pointer;
  }
  .store-product-show .store-pd-main-col #main-product-img {
    max-height: 60vh !important;
  }
  .store-product-show .store-pd-info-col {
    min-height: auto !important;
    border-left: none !important;
    border-top: 1px solid #e4e8ee;
  }
}
@media (max-width: 575.98px) {
  .store-product-show .store-pd-info-col {
    padding: 1.5rem !important;
  }
  .store-product-show .store-pd-info-col .store-pd-name {
    font-size: 1.5rem !important;
  }
  .store-product-show .store-pd-info-col .store-pd-price {
    font-size: 1.6rem !important;
  }
  .store-product-show .store-pd-info-col .store-pd-trust {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .store-product-show .store-pd-info-col .store-pd-actions {
    flex-direction: column !important;
  }
}

.store-checkout-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}
.store-checkout-actions .d-flex {
  flex-wrap: wrap;
  gap: 0.75rem !important;
}

[data-kt-stepper-action=submit] {
  display: none !important;
}

.stepper.last [data-kt-stepper-action=submit] {
  display: inline-flex !important;
}

.stepper.last [data-kt-stepper-action=next] {
  display: none !important;
}

.stepper.first [data-kt-stepper-action=previous] {
  display: none !important;
}

.hemo-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0f52ba;
  margin-bottom: 0.6rem;
}

.hemo-title {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #12284c;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}
.hemo-title.text-white {
  color: #ffffff;
}
.hemo-title span {
  color: #0f52ba;
}

.hemo-text {
  color: #606f7b;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.hemo-section {
  padding: 6rem 0;
}
@media (max-width: 767.98px) {
  .hemo-section {
    padding: 4rem 0;
  }
}
@media (max-width: 575.98px) {
  .hemo-section {
    padding: 3rem 0;
  }
}

.hemo-img-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.hemo-img-wrap .hemo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.hemo-hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  padding: 6rem 0;
  overflow: hidden;
  background-image: url("https://encore-health.ery.mx/media/store/encore-health-hero-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  background-color: #0b1a30;
}
.hemo-hero .hemo-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(12, 26, 48, 0.88) 0%, rgba(12, 26, 48, 0.55) 55%, rgba(12, 26, 48, 0.82) 100%);
  z-index: 1;
}
.hemo-hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(15, 82, 186, 0.35) 0%, rgba(15, 82, 186, 0) 70%);
  z-index: 1;
  pointer-events: none;
}
.hemo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.5;
  z-index: 1;
  -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.15) 65%);
          mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.15) 65%);
  pointer-events: none;
}
.hemo-hero .hemo-label {
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.15em;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.hemo-hero .hemo-label::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #7eb8f7, rgba(126, 184, 247, 0.2));
}
.hemo-hero .hemo-hero-title {
  font-size: clamp(2.4rem, 5vw, 4rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  color: #ffffff !important;
  letter-spacing: -1px !important;
  margin-bottom: 1.25rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}
.hemo-hero .hemo-hero-title span {
  background: linear-gradient(90deg, #ffffff 0%, #aecdf2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hemo-hero .hemo-hero-sub {
  font-size: 1.15rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  max-width: 560px;
  margin-bottom: 2rem;
}
.hemo-hero .hemo-hero-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.75rem;
}
@media (max-width: 575.98px) {
  .hemo-hero .hemo-hero-contact-grid {
    grid-template-columns: 1fr;
  }
}
.hemo-hero .hemo-hero-contact-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 0.9rem 1.15rem;
  overflow: hidden;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 12px 24px -16px rgba(0, 0, 0, 0.4);
}
.hemo-hero .hemo-hero-contact-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #7eb8f7, #4f8fe0);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.hemo-hero .hemo-hero-contact-item:hover {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.03) 100%);
  border-color: rgba(126, 184, 247, 0.45);
  transform: translateY(-4px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset, 0 16px 28px -12px rgba(0, 0, 0, 0.45);
}
.hemo-hero .hemo-hero-contact-item:hover::before {
  transform: scaleX(1);
}
.hemo-hero .hemo-hero-contact-item.full-width {
  grid-column: 1/-1;
}
.hemo-hero .hemo-hero-contact-item .hemo-hci-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(126, 184, 247, 0.14);
  border: 1px solid rgba(126, 184, 247, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.hemo-hero .hemo-hero-contact-item .hemo-hci-icon i {
  font-size: 0.95rem;
  color: #7eb8f7;
}
.hemo-hero .hemo-hero-contact-item:hover .hemo-hci-icon {
  background: rgba(126, 184, 247, 0.24);
  transform: scale(1.1);
  box-shadow: 0 0 0 6px rgba(126, 184, 247, 0.08);
}
.hemo-hero .hemo-hero-contact-item .hemo-hci-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.hemo-hero .hemo-hero-contact-item .hemo-hci-label {
  font-size: 0.64rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  line-height: 1;
}
.hemo-hero .hemo-hero-contact-item .hemo-hci-value {
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
  overflow-wrap: break-word;
}
.hemo-hero .hemo-hero-contact-item .hemo-hci-value a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(126, 184, 247, 0.4);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.hemo-hero .hemo-hero-contact-item .hemo-hci-value a:hover {
  color: #7eb8f7;
  border-color: #7eb8f7;
}
.hemo-hero .z-2 {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .hemo-hero {
    min-height: auto;
    padding: 4rem 0 3rem;
  }
  .hemo-hero .hemo-hero-title {
    font-size: 2.25rem !important;
  }
}

.hemo-cta-btn {
  font-size: 0.88rem;
  padding: 0.8rem 1.75rem;
  border-radius: 50px !important;
}

.hemo-stats-inline {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #dde6f0;
  flex-wrap: wrap;
}
.hemo-stats-inline .hemo-stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.hemo-stats-inline .hemo-stat-item strong {
  font-size: 1.5rem;
  font-weight: 800;
  color: #12284c;
  letter-spacing: -0.02em;
}
.hemo-stats-inline .hemo-stat-item span {
  font-size: 0.8rem;
  color: #606f7b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hemo-phases-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1199.98px) {
  .hemo-phases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .hemo-phases-grid {
    grid-template-columns: 1fr;
  }
}

.hemo-phase-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem 1.75rem;
  border: 1px solid #dde6f0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hemo-phase-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(18, 40, 76, 0.08);
}
.hemo-phase-card .hemo-phase-num {
  font-size: 2.2rem;
  font-weight: 900;
  color: #dde6f0;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: -0.04em;
}
.hemo-phase-card .hemo-phase-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #12284c;
  margin-bottom: 0.65rem;
}
.hemo-phase-card .hemo-phase-desc {
  font-size: 0.88rem;
  color: #606f7b;
  line-height: 1.65;
  margin: 0;
}

.hemo-service-card {
  background: #f4f7fc;
  border-radius: 16px;
  padding: 2rem 1.75rem;
  border: 1px solid #dde6f0;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hemo-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(18, 40, 76, 0.07);
}
.hemo-service-card.hemo-service-featured {
  background: #ffffff;
  border-color: #12284c;
  position: relative;
}
.hemo-service-card.hemo-service-featured::before {
  content: "Más frecuente";
  position: absolute;
  top: -12px;
  left: 1.75rem;
  background: #12284c;
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.28rem 0.75rem;
  border-radius: 4px;
}
.hemo-service-card .hemo-service-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #dde6f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.hemo-service-card .hemo-service-icon i {
  font-size: 1.3rem;
  color: #0f52ba;
}
.hemo-service-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #12284c;
  margin-bottom: 0.6rem;
}
.hemo-service-card p {
  font-size: 0.9rem;
  color: #606f7b;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.hemo-service-card .hemo-service-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid #dde6f0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hemo-service-card .hemo-service-meta li {
  font-size: 0.82rem;
  color: #606f7b;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hemo-service-card .hemo-service-meta li i {
  color: #0f52ba;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.hemo-benefits-section {
  background-color: #0b1a30;
  padding: 6rem 0;
}
.hemo-benefits-section .hemo-label {
  color: rgba(255, 255, 255, 0.7);
}

.hemo-benefit-item {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 2.25rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  text-align: center;
  transition: background 0.25s ease;
}
.hemo-benefit-item:hover {
  background: rgba(255, 255, 255, 0.07);
}
.hemo-benefit-item i {
  font-size: 2rem;
  color: #0f52ba;
  margin-bottom: 1.25rem;
  display: block;
}
.hemo-benefit-item h4 {
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.6rem;
}
.hemo-benefit-item p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
  margin: 0;
}

.hemo-insumos-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.hemo-insumo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.92rem;
  color: #606f7b;
}
.hemo-insumo i {
  color: #0f52ba;
  font-size: 1rem;
  flex-shrink: 0;
}

.hemo-cta-section {
  position: relative;
  padding: 6rem 0;
  background-image: url("https://encore-health.ery.mx/media/store/encore-health-hero-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-color: #0b1a30;
}
.hemo-cta-section .hemo-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(12, 26, 48, 0.88) 0%, rgba(12, 26, 48, 0.7) 100%);
  z-index: 1;
}
.hemo-cta-section .z-2 {
  position: relative;
  z-index: 2;
}
.hemo-cta-section .hemo-label {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}
@media (max-width: 575.98px) {
  .hemo-cta-section {
    padding: 4rem 0;
  }
}

.hemo-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.78rem 1.6rem;
  border-radius: 50px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  color: #ffffff !important;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.hemo-btn-ghost i {
  font-size: 1.1rem;
}
.hemo-btn-ghost:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.min-vh-60 {
  min-height: 60vh;
}

.hemo-map-section {
  background: #f4f7fc;
}

.hemo-branch-tabs {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.hemo-branch-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  border: 1px solid #dde6f0;
  color: #606f7b;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.65rem 1.25rem;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.hemo-branch-tab i {
  font-size: 0.85rem;
  color: #0f52ba;
}
.hemo-branch-tab:hover {
  border-color: #0f52ba;
  color: #12284c;
}
.hemo-branch-tab.is-active {
  background: #12284c;
  border-color: #12284c;
  color: #ffffff;
}
.hemo-branch-tab.is-active i {
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .hemo-branch-tab {
    flex: 1 1 100%;
    justify-content: center;
  }
}

.hemo-branch-panel {
  display: none;
}
.hemo-branch-panel.is-active {
  display: block;
  animation: hemoFadeIn 0.25s ease;
}

@keyframes hemoFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hemo-map-frame {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #dde6f0;
  box-shadow: 0 8px 24px rgba(18, 40, 76, 0.06);
  height: 320px;
}
.hemo-map-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
@media (max-width: 767.98px) {
  .hemo-map-frame {
    height: 240px;
  }
}

.hemo-map-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.hemo-map-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 1.25rem 1.4rem;
  border: 1px solid #dde6f0;
}
.hemo-map-card .hemo-map-card-title {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0f52ba;
  margin-bottom: 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.hemo-map-card .hemo-map-card-title i {
  font-size: 0.85rem;
}
.hemo-map-card .hemo-map-card-text {
  font-size: 0.88rem;
  color: #606f7b;
  line-height: 1.6;
  margin-bottom: 0.4rem;
}
.hemo-map-card .hemo-map-card-text:last-of-type {
  margin-bottom: 0;
}
.hemo-map-card .hemo-map-session-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: #606f7b;
  padding: 0.3rem 0;
  border-bottom: 1px solid #dde6f0;
}
.hemo-map-card .hemo-map-session-row:last-child {
  border-bottom: none;
}
.hemo-map-card .hemo-map-session-row strong {
  font-weight: 700;
  color: #12284c;
}

.hemo-map-btn {
  display: block;
  text-align: center;
  border-radius: 10px !important;
  font-size: 0.85rem;
  padding: 0.75rem 1rem;
  margin-top: auto;
}

.hemo-lab-contact {
  background: #f4f7fc;
  border: 1px solid #dde6f0;
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hemo-lab-contact-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.92rem;
  color: #606f7b;
}
.hemo-lab-contact-row i {
  color: #0f52ba;
  font-size: 1rem;
  width: 18px;
  flex-shrink: 0;
  text-align: center;
}
.hemo-lab-contact-row a {
  color: #606f7b;
  text-decoration: none;
}
.hemo-lab-contact-row a:hover {
  color: #0f52ba;
}

.hemo-lab-block {
  margin-top: 3rem;
}
.hemo-lab-block:first-of-type {
  margin-top: 0;
}

.hemo-lab-subtitle {
  font-size: 1.2rem;
  font-weight: 800;
  color: #12284c;
  margin-bottom: 1.25rem;
}

.hemo-lab-studies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem 0.9rem;
}
@media (max-width: 991.98px) {
  .hemo-lab-studies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .hemo-lab-studies-grid {
    grid-template-columns: 1fr;
  }
}
.hemo-lab-studies-grid span {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.88rem;
  color: #606f7b;
  padding: 0.6rem 0.85rem;
  background: #f4f7fc;
  border: 1px solid #dde6f0;
  border-radius: 10px;
  transition: border-color 0.18s ease, background 0.18s ease;
}
.hemo-lab-studies-grid span:hover {
  border-color: #0f52ba;
  background: rgb(235.9857142857, 241.1714285714, 249.8142857143);
}
.hemo-lab-studies-grid span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0f52ba;
  flex-shrink: 0;
}

.hemo-lab-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 991.98px) {
  .hemo-lab-packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .hemo-lab-packages-grid {
    grid-template-columns: 1fr;
  }
}

.hemo-lab-package {
  background: #ffffff;
  border: 1px solid #dde6f0;
  border-radius: 14px;
  padding: 1.5rem 1.5rem 1.25rem;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.hemo-lab-package:hover {
  border-color: #0f52ba;
  transform: translateY(-2px);
}
.hemo-lab-package .hemo-lab-package-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgb(252.0142857143, 252.8285714286, 254.1857142857);
  border: 1px solid #dde6f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.hemo-lab-package .hemo-lab-package-icon i {
  font-size: 1.1rem;
  color: #0f52ba;
}
.hemo-lab-package h4 {
  font-size: 0.98rem;
  font-weight: 800;
  color: #12284c;
  margin-bottom: 0.9rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dde6f0;
}
.hemo-lab-package ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.hemo-lab-package li {
  font-size: 0.85rem;
  color: #606f7b;
  line-height: 1.4;
  padding-left: 1.1rem;
  position: relative;
}
.hemo-lab-package li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0f52ba;
}

.hemo-precio-pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  .hemo-precio-pkg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .hemo-precio-pkg-grid {
    grid-template-columns: 1fr;
  }
}

.hemo-precio-pkg {
  background: #ffffff;
  border: 1px solid #dde6f0;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.hemo-precio-pkg:hover {
  border-color: #0f52ba;
  transform: translateY(-3px);
}

.hemo-precio-pkg-head {
  padding: 1.25rem 1.4rem 1rem;
  border-bottom: 1px solid #dde6f0;
}

.hemo-precio-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 0.3rem 0.75rem;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}
.hemo-precio-tag i {
  font-size: 0.75rem;
}
.hemo-precio-tag--blue {
  background: #e6f1fb;
  color: #0c447c;
}
.hemo-precio-tag--teal {
  background: #e1f5ee;
  color: #085041;
}
.hemo-precio-tag--amber {
  background: #faeeda;
  color: #633806;
}

.hemo-precio-pkg-name {
  font-size: 0.95rem;
  font-weight: 800;
  color: #12284c;
  line-height: 1.35;
  margin-bottom: 0.6rem;
}

.hemo-precio-total {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f52ba;
}
.hemo-precio-total span {
  font-size: 0.82rem;
  font-weight: 400;
  color: #606f7b;
  margin-left: 0.2rem;
}

.hemo-precio-pkg-body {
  padding: 0.9rem 1.4rem 1.1rem;
}

.hemo-precio-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 0.84rem;
  color: #606f7b;
  padding: 0.35rem 0;
  border-bottom: 1px solid #f4f7fc;
}
.hemo-precio-row:last-child {
  border-bottom: none;
}
.hemo-precio-row span:first-child {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding-right: 0.5rem;
}
.hemo-precio-row span:first-child::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0f52ba;
  flex-shrink: 0;
}
.hemo-precio-row span:last-child {
  font-weight: 700;
  color: #12284c;
  white-space: nowrap;
}

.hemo-divider {
  border: none;
  border-top: 1px solid #dde6f0;
  margin: 0 0 2rem;
}

.hemo-precio-ind-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 575.98px) {
  .hemo-precio-ind-grid {
    grid-template-columns: 1fr;
  }
}

.hemo-precio-ind {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  background: #ffffff;
  border: 1px solid #dde6f0;
  border-radius: 12px;
  padding: 0.85rem 1.1rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.hemo-precio-ind:hover {
  border-color: #0f52ba;
  background: rgb(250.0107142857, 251.3714285714, 253.6392857143);
}
.hemo-precio-ind span:first-child {
  font-size: 0.88rem;
  color: #12284c;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.4;
}
.hemo-precio-ind span:first-child::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0f52ba;
  flex-shrink: 0;
}
.hemo-precio-ind span:last-child {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f52ba;
  white-space: nowrap;
}

.hemo-precio-note {
  font-size: 0.8rem;
  color: #606f7b;
  font-style: italic;
  text-align: right;
  margin-top: 0.5rem;
}

@keyframes hemo-fade-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hemo-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hemo-scale-in {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes hemo-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
[data-animate] {
  opacity: 0;
  will-change: opacity, transform;
}
[data-animate].is-visible {
  animation-name: hemo-fade-up;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.21, 0.8, 0.32, 1);
  animation-fill-mode: forwards;
}

.hemo-animate-group > * {
  opacity: 0;
}
.hemo-animate-group.is-visible > * {
  animation-name: hemo-fade-up;
  animation-duration: 0.65s;
  animation-timing-function: cubic-bezier(0.21, 0.8, 0.32, 1);
  animation-fill-mode: forwards;
}
.hemo-animate-group.is-visible > :nth-child(1) {
  animation-delay: 0ms;
}
.hemo-animate-group.is-visible > :nth-child(2) {
  animation-delay: 60ms;
}
.hemo-animate-group.is-visible > :nth-child(3) {
  animation-delay: 120ms;
}
.hemo-animate-group.is-visible > :nth-child(4) {
  animation-delay: 180ms;
}
.hemo-animate-group.is-visible > :nth-child(5) {
  animation-delay: 240ms;
}
.hemo-animate-group.is-visible > :nth-child(6) {
  animation-delay: 300ms;
}
.hemo-animate-group.is-visible > :nth-child(7) {
  animation-delay: 360ms;
}
.hemo-animate-group.is-visible > :nth-child(8) {
  animation-delay: 420ms;
}
.hemo-animate-group.is-visible > :nth-child(9) {
  animation-delay: 480ms;
}
.hemo-animate-group.is-visible > :nth-child(10) {
  animation-delay: 540ms;
}
.hemo-animate-group.is-visible > :nth-child(11) {
  animation-delay: 600ms;
}
.hemo-animate-group.is-visible > :nth-child(12) {
  animation-delay: 660ms;
}
.hemo-animate-group.is-visible > :nth-child(13) {
  animation-delay: 720ms;
}
.hemo-animate-group.is-visible > :nth-child(14) {
  animation-delay: 780ms;
}
.hemo-animate-group.is-visible > :nth-child(15) {
  animation-delay: 840ms;
}
.hemo-animate-group.is-visible > :nth-child(16) {
  animation-delay: 900ms;
}
.hemo-animate-group.is-visible > :nth-child(17) {
  animation-delay: 960ms;
}
.hemo-animate-group.is-visible > :nth-child(18) {
  animation-delay: 1020ms;
}
.hemo-animate-group.is-visible > :nth-child(19) {
  animation-delay: 1080ms;
}
.hemo-animate-group.is-visible > :nth-child(20) {
  animation-delay: 1140ms;
}
.hemo-animate-group.is-visible > :nth-child(21) {
  animation-delay: 1200ms;
}
.hemo-animate-group.is-visible > :nth-child(22) {
  animation-delay: 1260ms;
}
.hemo-animate-group.is-visible > :nth-child(23) {
  animation-delay: 1320ms;
}
.hemo-animate-group.is-visible > :nth-child(24) {
  animation-delay: 1380ms;
}

.hemo-phase-card,
.hemo-service-card,
.hemo-benefit-item,
.hemo-lab-package,
.hemo-precio-pkg,
.hemo-precio-ind,
.hemo-hero-contact-item,
.hemo-insumo,
.hemo-map-card {
  will-change: transform;
}

.hemo-phase-card:hover .hemo-phase-num,
.hemo-service-card:hover .hemo-service-icon i,
.hemo-benefit-item:hover .hemo-benefit-icon i,
.hemo-lab-package:hover .hemo-lab-package-icon i {
  animation: hemo-float 1.4s ease-in-out infinite;
}

.hemo-cta-btn,
.btn-hemolac,
.hemo-btn-ghost {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.hemo-cta-btn:hover,
.btn-hemolac:hover,
.hemo-btn-ghost:hover {
  transform: translateY(-2px);
}
.hemo-cta-btn:active,
.btn-hemolac:active,
.hemo-btn-ghost:active {
  transform: translateY(0) scale(0.98);
}

.hemo-branch-panel {
  animation: hemo-fade-in 0.45s ease;
}

.hemo-branch-tab {
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.hemo-branch-tab:hover {
  transform: translateY(-2px);
}

.hemo-map-frame iframe {
  animation: hemo-fade-in 0.5s ease;
}

.hemo-lab-studies-grid.hemo-animate-group.is-visible > span {
  animation-name: hemo-scale-in;
  animation-duration: 0.45s;
}

/* Contenedor de botones flotantes */
.floating-actions {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 1030;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Botón flotante base */
.fab-btn {
  position: relative;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
}

.fab-btn:hover,
.fab-btn:focus-visible {
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  color: #fff;
  outline: none;
}

.fab-btn:active {
  transform: scale(0.96);
}

/* Tooltip lateral */
.fab-btn[data-fab-tooltip]::after {
  content: attr(data-fab-tooltip);
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  background: #0f2244;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.fab-btn[data-fab-tooltip]::before {
  content: "";
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  border: 6px solid transparent;
  border-left-color: #0f2244;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.fab-btn:hover::after,
.fab-btn:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

/* WhatsApp */
.fab-btn--whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
  font-size: 2.1rem; /* icono de WhatsApp más grande */
}

/* Pulso sutil para llamar la atención */
.fab-btn--whatsapp::before,
.fab-btn--whatsapp::after {
  z-index: 2;
}

.fab-btn--whatsapp .fa-whatsapp {
  position: relative;
  z-index: 1;
}

/* Carrito */
.fab-btn--cart {
  background: linear-gradient(135deg, #3b3f88, #0f2244);
  font-size: 1.2rem;
}

/* Badge del carrito */
.fab-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e53935;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 999px;
  border: 2px solid #fff;
  line-height: 1;
}

/* Anillo pulsante en WhatsApp */
.fab-btn--whatsapp {
  animation: fabPulse 2.4s infinite;
}

@keyframes fabPulse {
  0% {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18), 0 0 0 0 rgba(37, 211, 102, 0.45);
  }
  70% {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18), 0 0 0 16px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18), 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@media (max-width: 575.98px) {
  .floating-actions {
    right: 1rem;
    bottom: 1rem;
    gap: 0.85rem;
  }
  .fab-btn {
    width: 48px;
    height: 48px;
  }
  .fab-btn--whatsapp {
    font-size: 1.9rem;
  }
  .fab-btn--cart {
    font-size: 1.1rem;
  }
  /* Ocultar tooltips en móvil (no hay hover) */
  .fab-btn[data-fab-tooltip]::after,
  .fab-btn[data-fab-tooltip]::before {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fab-btn--whatsapp {
    animation: none;
  }
  .fab-btn {
    transition: none;
  }
}
/* Hero con video de fondo full-height responsivo */
.store-hero--video {
  position: relative;
  min-height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.store-hero__video-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

/* Técnica "cover" para mantener el video 16:9 llenando todo el contenedor */
.store-hero__video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 100vw en 16:9 */
  min-width: 177.78vh; /* 100vh en 16:9 */
  min-height: 100vh;
  transform: translate(-50%, -50%);
  border: 0;
}

/* Overlay para legibilidad de los textos sobre el video */
.store-hero--video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 28, 54, 0.65) 0%, rgba(14, 28, 54, 0.25) 60%, rgba(14, 28, 54, 0.15) 100%);
  z-index: 1;
}

.store-hero--video .container-fluid {
  position: relative;
  z-index: 2;
}

/* Títulos más grandes y visibles al 100% */
.store-hero--video .hero-title {
  font-size: 5rem !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: -1.5px !important;
  color: #ffffff !important;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}

.store-hero--video .hero-subtitle {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  max-width: 700px !important;
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991.98px) {
  .store-hero--video {
    min-height: 90vh;
  }
  .store-hero--video .hero-title {
    font-size: 3.25rem !important;
  }
  .store-hero--video .hero-subtitle {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 575.98px) {
  .store-hero--video {
    min-height: 90vh;
  }
  .store-hero--video .hero-title {
    font-size: 2.5rem !important;
  }
  .store-hero--video .hero-subtitle {
    font-size: 1.15rem !important;
  }
}
