body {
  background: var(--site-background-color);
}
body.has-offcanvas {
  overflow: hidden;
}
#page-container {
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}
#content-wrapper {
  flex-grow: 1;
  margin: 0 0.5em;
}
@media (min-width: 1460px) {
  #content-wrapper {
    margin: 0;
  }
}
#important-notice {
  background: var(--important-notice-background-color);
  color: var(--important-notice-text-color);
  text-align: center;
}
#important-notice .fourteen-forty {
  padding: 0.5em var(--gutter-x);
}
@media (max-width: 991px) {
  #site-menu {
    position: sticky;
    display: block;
    top: 0;
    z-index: 999;
    transition: top 200ms linear;
  }
  #site-menu .navbar-header a {
    color: var(--navigation-text-color);
  }
}
@media (max-width: 991px) {
  #site-menu .container {
    padding: 0 !important;
  }
}
#site-menu .quick-access {
  display: flex;
  font-size: 0.8em;
  align-items: center;
  gap: 1em;
}
@media (min-width: 768px) {
  #site-menu .quick-access {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  #site-menu .quick-access {
    font-size: 1em;
  }
}
#site-menu .navbar {
  padding: 0.5rem var(--gutter-x);
}
@media (min-width: 992px) {
  #site-menu .navbar {
    margin-top: 6.5em;
    padding: 0;
  }
  #site-menu .navbar .dropdown-menu .nav-link {
    background: var(--dropdown-menu-item-background-color);
    color: var(--dropdown-menu-item-text-color);
  }
  #site-menu .navbar .dropdown-menu .nav-link:hover {
    filter: brightness(0.95);
  }
}
#site-menu .dropdown-menu {
  overflow: hidden;
  --gutter-y: 0.75em;
}
body.scrolling-down #site-menu {
  top: 0;
}
.navbar-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.5em 1em;
  justify-content: space-between;
  background: var(--header-background-color);
  color: var(--header-text-color);
  width: 100%;
}
@media (min-width: 768px) {
  .navbar-header {
    gap: var(--gutter-x);
  }
}
@media (min-width: 992px) {
  .navbar-header {
    position: absolute;
    top: -5rem;
    left: 0;
    right: 0;
    margin-bottom: var(--gutter-y);
    padding-left: 1em;
    padding-right: 1em;
  }
}
.navbar-header .fourteen-forty {
  display: inherit;
  flex-flow: inherit;
  gap: inherit;
  justify-content: inherit;
  align-items: inherit;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-header .logotype {
  flex-grow: 1;
}
.navbar-header .logotype img {
  max-width: 140px;
  max-height: 32px;
}
@media (min-width: 768px) {
  .navbar-header .logotype img {
    max-width: 250px;
    max-height: 60px;
  }
}
@media (min-width: 768px) {
  .navbar-header .logotype {
    width: auto;
  }
}
@media (min-width: 992px) {
  .navbar-header .logotype {
    flex-grow: 0;
  }
}
.navbar-header .navbar-brand {
  display: none;
  width: calc(var(--sidebar-width) + var(--gutter-x)/2);
  font-size: 17px;
}
.navbar-header .navbar-brand:hover,
.navbar-header .navbar-brand:focus {
  text-decoration: none;
}
.navbar-header .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar-header .navbar-brand {
    display: block;
  }
}
.navbar-header form[name="search_form"] .input-group {
  background-color: #f1f3f5;
}
.navbar-header .navbar-search {
  flex: 1 1 auto;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .navbar-header .navbar-search {
    width: 100%;
    order: 999;
  }
}
@media (min-width: 992px) {
  .navbar-header .navbar-search {
    max-width: 600px;
  }
}
.navbar-header .navbar-icon {
  font-size: 1.5em;
}
#cart {
  position: relative;
  display: inline-block;
}
#cart > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px;
  border: 1px transparent solid;
  border-radius: var(--border-radius);
  color: inherit;
  white-space: nowrap;
}
#cart > a:hover {
  border-color: var(--default-border-color);
  text-decoration: none;
}
#cart img {
  max-width: 2em;
  max-height: 2em;
}
@media (min-width: 768px) {
  #cart img {
    font-size: 1.5em;
  }
}
#cart .badge {
  background: #c90000;
  border-radius: 2rem;
  padding: 0.25em 0em;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -6px;
  right: -8px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  font-size: 10px;
  font-weight: 700;
  animation: pulsating 1.5s linear infinite;
}
#cart .badge:empty {
  display: none;
}
@media (max-width: calc(768px - 1px)) {
  #cart .details {
    display: none;
  }
  #cart #cart .badge {
    top: -6px;
    right: -8px;
  }
}
#sidebar {
  position: relative;
  display: flex;
  flex-flow: column;
}
#footer {
  background-color: var(--footer-background-color);
  color: var(--footer-text-color);
  padding: var(--gutter-y) var(--gutter-x);
}
#footer a {
  color: inherit;
}
#footer .columns {
  display: grid;
  margin-bottom: 0;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  grid-gap: var(--gutter-x);
}
@media (min-width: 768px) {
  #footer .columns {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  #footer .columns {
    grid-template-columns: repeat(5, 1fr);
  }
}
#footer .title {
  font-size: 1.5em;
  margin: 0 0 0.75em 0;
  color: var(--footer-title-color);
}
#footer ul.list-vertical li {
  padding: 0;
}
#copyright {
  background: var(--copyright-background-color);
  color: var(--copyright-text-color);
}
#copyright .container {
  padding: 0.75em var(--gutter-x);
}
#copyright .notice {
  text-align: center;
}
#copyright .notice a {
  color: inherit;
  text-decoration: underline;
}
#scroll-up {
  bottom: 30px;
  display: none;
  height: 48px;
  opacity: 0.3;
  position: fixed;
  right: 30px;
  width: 48px;
}
.box {
  margin-bottom: var(--gutter-y);
}
#box-filter .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
#box-filter .filters > * {
  flex: 1 1 auto;
  min-width: fit-content;
}
#box-filter .filters [data-toggle="dropdown"] {
  cursor: pointer;
}
#box-filter .filters .dropdown-menu li {
  margin: 0.5em 1em;
}
#box-filter .filters .dropdown-menu .option {
  white-space: nowrap;
}
#box-filter .manufacturers ul {
  max-height: 200px;
  overflow-y: auto;
}
#box-filter .tokens {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#box-filter .tokens:not(:empty) {
  padding-top: var(--gutter-y);
}
#box-filter .tokens .token {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: var(--border-radius);
  cursor: default;
}
#box-filter .tokens .token[data-group="name"] {
  background: #cbe2b6;
}
#box-filter .tokens .token[data-group="manufacturer"] {
  background: #b6c2e2;
}
#box-filter .tokens .token[data-group^="attribute"] {
  background: #e2c6b6;
}
#box-filter .tokens .token .remove {
  padding-inline-start: 0.5em;
  color: inherit;
  font-weight: 600;
}
#box-cookie-notice {
  background: var(--cookie-notice-background-color);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  backdrop-filter: saturate(200%) blur(5px);
  color: var(--cookie-notice-text-color);
  z-index: 999;
}
#box-cookie-notice .notice {
  margin-bottom: 1em;
}
#box-cookie-notice .notice a {
  color: inherit;
  text-decoration: underline;
}
#box-cookie-notice button {
  margin: 0 0.5em;
}
@media (min-width: 768px) {
  #box-cookie-notice {
    max-width: 480px;
    margin: 0 auto;
    bottom: var(--gutter-y);
    border-radius: var(--border-radius);
  }
}
#box-recently-viewed-products .link img {
  transition: all 100ms linear;
}
#box-recently-viewed-products .link img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  #box-also-purchased-products {
    position: sticky;
    top: 0;
  }
}
#box-manufacturer-logotypes img {
  max-height: 90px;
  max-width: 130px;
  object-fit: contain;
  transition: transform 0.2s ease, filter 0.2s ease;
}
#box-manufacturer-logotypes img:hover {
  transform: scale(1.08);
}
#box-recently-viewed-products .listing {
  grid-template-columns: repeat(auto-fill, minmax(48px, 0.5fr));
}
.listing {
  display: grid;
  grid-gap: var(--gutter-x);
}
@media (min-width: 768px) {
  .listing {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.listing.products.columns {
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
}
@media (min-width: 768px) {
  .listing.products.columns {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
@media (min-width: 992px) {
  .listing.products.columns {
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  }
}
.listing.products.rows {
  grid-auto-flow: row;
  grid-template-columns: initial;
}
.listing.categories {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.listing.manufacturers {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
@media (min-width: 768px) {
  .listing.manufacturers {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.listing h1,
.listing h2,
.listing h3 {
  padding-bottom: 0;
  border: none;
}
.listing a {
  color: inherit;
  text-decoration: none;
}
.listing .category,
.listing .manufacturer,
.listing .product {
  position: relative;
  overflow: hidden;
  background: var(--image-whitespace-color);
  border: 1px solid var(--default-border-color);
  border-radius: var(--border-radius);
  transform: scale(1);
  transition: all 100ms linear;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .listing .category:hover,
  .listing .manufacturer:hover,
  .listing .product:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.01);
  }
}
.listing .category {
  position: relative;
  background: var(--whitespace-color);
}
.listing .category .caption {
  background: var(--whitespace-color);
  padding: calc(var(--gutter-y)/2) var(--gutter-x);
  color: var(--default-text-color);
  text-align: center;
}
.listing .category .caption * {
  font-weight: normal;
  color: inherit;
  margin: 0;
}
.listing .category .caption .name {
  font-size: 1.15em;
}
.listing .manufacturer {
  position: relative;
  background: var(--whitespace-color);
}
.listing .manufacturer img {
  width: 100%;
  height: auto;
  padding: 1rem;
}
.listing .manufacturer .caption {
  margin: 0;
  padding: calc(var(--gutter-y)/2) var(--gutter-x);
  background: #f2f2f2;
  color: var(--default-text-color);
  text-align: center;
}
.listing .product {
  position: relative;
  background: var(--whitespace-color);
}
.listing .product .link {
  text-decoration: none;
}
.listing .product .image-wrapper {
  background: var(--image-whitespace-color);
}
.listing .product .image-wrapper .sticker {
  position: absolute;
  top: 20px;
  left: -32px;
  width: 125px;
  padding: 0.25rem 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-45deg);
}
.listing .product .image-wrapper .sticker.new {
  background: rgba(0, 191, 179, 0.9);
}
.listing .product .image-wrapper .sticker.sale {
  background: rgba(237, 60, 50, 0.9);
}
.listing .product .name {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 40px;
  font-size: 1em;
  font-weight: 400;
  line-height: 115%;
  border-bottom: 0;
  margin: 0;
}
.listing .product .manufacturer-name {
  color: var(--default-text-color);
  font-size: 0.9em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 200%;
  opacity: 0.75;
}
.listing .product .description {
  max-width: 640px;
  text-align: left;
}
.listing .product .stock-available .value { color: #009900; }
.listing .product .stock-partly-available .value { color: #ff9900; }
.listing .product .stock-unavailable .value { color: #cc0000; }
.listing .product .price-wrapper { font-size: 1.25em; }
.listing .product .price-wrapper .price { font-weight: bold; white-space: nowrap; }
.listing .product .price-wrapper .regular-price,
.listing .product .price-wrapper .recommended-price {
  color: var(--default-text-color);
  font-size: 0.75em;
  font-weight: normal;
  white-space: nowrap;
}
.listing .product .price-wrapper .campaign-price { font-weight: bold; color: #c00; white-space: nowrap; }
.listing .product .preview {
  margin: 0 -1px -1px -1px;
  display: none;
  position: absolute;
  top: 1em;
  right: 1em;
  padding: var(--input-padding-y);
  width: 3em;
  box-shadow: none;
}
@media (min-width: 768px) {
  .listing .product:hover .preview { display: inline-block; }
}
.listing.columns .product .image { width: 100%; height: auto; }
.listing.columns .product .info { padding: 0.5rem 0; text-align: center; }
.listing.columns .product .description { display: none; }
.listing.columns .product .price-wrapper { position: initial; }
.listing.rows .product .link { display: flex; gap: var(--gutter-x); padding: var(--gutter-y) var(--gutter-x); }
.listing.rows .product .info { flex: 1 1 auto; }
.listing.rows .product .image-wrapper { width: 175px; }
@media (min-width: 768px) {
  .listing.rows .product .image-wrapper { width: 160px; }
  .listing.rows .product { height: auto; }
  .listing.rows .product .description { margin-bottom: 1em; }
}
#box-product form[name="buy_now_form"] {
  padding: var(--gutter-y) var(--gutter-x);
  margin: 1em 0;
  border: 1px solid var(--default-border-color);
  border-radius: var(--border-radius);
}
#box-product .images { margin-bottom: var(--gutter-y); }
#box-product .main-image { position: relative; background: var(--whitespace-color); overflow: hidden; }
#box-product .main-image .sticker {
  color: #fff; font-size: 12px; font-weight: bold;
  top: 15px; left: -35px; padding: 0.25rem 0;
  position: absolute; text-align: center;
  text-transform: uppercase; transform: rotate(-45deg); width: 140px;
}
#box-product .main-image .sticker.new { background: rgba(0, 191, 179, 0.85); }
#box-product .main-image .sticker.sale { background: rgba(237, 60, 50, 0.85); }
#box-product .price-wrapper { font-size: 1.75em; }
#box-product .price-wrapper .regular-price,
#box-product .price-wrapper .recommended-price { font-size: 0.75em; }
#box-product .price-wrapper .campaign-price { color: #cc0000; }
#box-product .tax { color: #999; }
#box-product .stock-available .value { color: #009900; }
#box-product .stock-partly-available .value { color: #ff9900; }
#box-product .stock-unavailable .value { color: #cc0000; }
#box-product .out-of-stock-notice {
  background: var(--default-background-color);
  border: 1px solid var(--default-border-color);
  padding: var(--gutter-y) var(--gutter-x);
  border-radius: var(--border-radius);
}
#box-product .stock-notice {
  margin-top: 1em; padding: 0.5em;
  border-radius: var(--border-radius);
  border: 1px #86cb00 solid; color: #86cb00;
}
#box-product .stock-notice:empty { display: none; }
#box-product .stock-notice.notice { color: #e58310; border-color: #e58310; }
#box-product .stock-notice.warning { color: #c00; border-color: #c00; }
#box-product .stock-notice .description { margin-top: 1em; font-size: 0.8em; }
#box-product .social-bookmarks { font-size: 1.75em; margin-top: 1em; }
#box-product .social-bookmarks a { margin: 0 0.25em; }
#box-product .description p:first-child { margin-top: 0; }
#box-product .description p:last-child { margin-bottom: 0; }
#box-product .description a { text-decoration: underline; }
 
/* =========================================================
   INFINITCELL - CUSTOM
   ========================================================= */
html,
body,
#page-container {
  background: linear-gradient(180deg, #edfaf9 0%, #f7fffe 55%, #edfaf9 100%) !important;
}
#content-wrapper {
  padding-top: 24px;
  padding-bottom: 40px;
}
#site-menu {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  position: relative;
  z-index: 99999;
}
#site-menu .dropdown-menu { z-index: 999999 !important; }
.box,
.listing .category,
.listing .product,
.listing .manufacturer,
.card,
.panel {
  background: #fff !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.listing .product:hover,
.listing .category:hover,
.listing .manufacturer:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.14);
}
.listing .product .price-wrapper .price,
.price,
.price-wrapper .price {
  color: #0d2b4f !important;
  font-weight: 800 !important;
}
#footer .title, #footer h4, #footer strong { color: #00bfb3 !important; }
#footer a { color: #0d2b4f !important; }
#footer a:hover { color: #00877e !important; text-decoration: underline; }
#footer, #footer p, #footer li, #footer span { color: #0d2b4f !important; }
@media (min-width: 992px) {
  #footer .columns {
    grid-template-columns: repeat(4, 1fr) !important;
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
#footer { background-color: #e8faf9 !important; }
#copyright { background-color: #d4f3f0 !important; }
 
/* Trust section */
.trust-section {
  background: linear-gradient(135deg, #e8fffe 0%, #f0fafa 50%, #e3f8f7 100%);
  border: 1px solid rgba(0,191,179,0.18);
  border-top: 2px solid rgba(0,191,179,0.3);
  border-bottom: 2px solid rgba(0,191,179,0.3);
  border-radius: 18px;
  padding: 28px 22px;
  margin: 22px 0 30px 0;
  box-shadow: 0 10px 30px rgba(0,191,179,0.1);
}
.trust-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  text-align: center;
}
.trust-item { padding: 12px 10px; }
.trust-item i { font-size: 34px; margin-bottom: 10px; opacity: 0.95; }
.trust-item h4 { margin: 0 0 6px 0; font-size: 16px; font-weight: 700; letter-spacing: -0.02em; }
.trust-item p { margin: 0; font-size: 13px; line-height: 1.35; color: rgba(15, 23, 42, 0.72); }
@media (max-width: 991px) {
  .trust-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
 
#box-latest-products,
#box-popular-products,
#box-campaign-products,
#box-featured-products {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#box-latest-products .listing,
#box-popular-products .listing,
#box-campaign-products .listing,
#box-featured-products .listing {
  justify-content: center !important;
}
#footer .contact li .fa-instagram { font-size: 16px; margin-right: 8px; vertical-align: middle; }
#footer .contact li a { display: inline-flex; align-items: center; gap: 6px; }
#box-categories .card-header { display: flex !important; justify-content: center !important; align-items: center !important; }
#box-categories .card-title { width: 100% !important; margin: 0 !important; text-align: center !important; }
.ml-categories .ml-pill a { padding: 10px 16px !important; font-size: 15px !important; font-weight: 700; text-align: center; justify-content: center; }
.ml-pills { gap: 8px !important; }
.ml-label.cat { text-align: center; }
.ml-scroll.cat { display: flex; align-items: center; }
.ml-label.manu { width: 100% !important; text-align: center !important; }
 
/* =========================================================
   FORMULARIO CREAR CUENTA
   ========================================================= */
main#content .card {
  border-top: 4px solid #00bfb3 !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 60px rgba(0,191,179,0.12) !important;
  overflow: hidden;
}
main#content h1, main#content .card-title { color: #00bfb3 !important; font-weight: 800 !important; }
main#content input[type="text"],
main#content input[type="email"],
main#content input[type="password"],
main#content input[type="tel"],
main#content select,
main#content textarea {
  border: 1.5px solid #d0e8e6 !important;
  border-radius: 8px !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}
main#content input[type="text"]:focus,
main#content input[type="email"]:focus,
main#content input[type="password"]:focus,
main#content input[type="tel"]:focus,
main#content select:focus,
main#content textarea:focus {
  border-color: #00bfb3 !important;
  box-shadow: 0 0 0 3px rgba(0,191,179,0.18) !important;
  outline: none !important;
}
main#content label { font-weight: 600 !important; color: #0d2b4f !important; }
main#content button[type="submit"],
main#content input[type="submit"],
main#content button[name="submit"] {
  background: linear-gradient(135deg, #00bfb3, #00877e) !important;
  border: none !important; color: #fff !important; font-weight: 700 !important;
  padding: 12px 28px !important; border-radius: 12px !important; font-size: 15px !important;
  box-shadow: 0 6px 20px rgba(0,191,179,0.35) !important;
  transition: transform 0.15s, box-shadow 0.15s !important;
}
main#content button[type="submit"]:hover,
main#content input[type="submit"]:hover,
main#content button[name="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(0,191,179,0.45) !important;
}
main#content .card h2.card-title { color: #00bfb3 !important; font-weight: 800 !important; }
main#content .box-account-login,
main#content #box-account-login { border-top: 4px solid #00bfb3 !important; border-radius: 16px !important; }
#sidebar .card, #sidebar .box, .sidebar .card {
  border-top: 4px solid #00bfb3 !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 60px rgba(0,191,179,0.12) !important;
  overflow: hidden;
}
#sidebar .card h2, #sidebar .card h3, #sidebar .card .card-title { color: #00bfb3 !important; font-weight: 800 !important; }
#sidebar .card input[type="text"],
#sidebar .card input[type="email"],
#sidebar .card input[type="password"] {
  border: 1.5px solid #d0e8e6 !important;
  border-radius: 8px !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}
#sidebar .card input:focus {
  border-color: #00bfb3 !important;
  box-shadow: 0 0 0 3px rgba(0,191,179,0.18) !important;
  outline: none !important;
}
#sidebar .card button,
#sidebar .card input[type="submit"] {
  background: linear-gradient(135deg, #00bfb3, #00877e) !important;
  border: none !important; color: #fff !important; font-weight: 700 !important;
  border-radius: 10px !important; box-shadow: 0 6px 20px rgba(0,191,179,0.35) !important;
  transition: transform 0.15s, box-shadow 0.15s !important; width: 100% !important;
}
#sidebar .card button:hover,
#sidebar .card input[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(0,191,179,0.45) !important;
}
main#content .btn-primary, main#content button.btn {
  background: linear-gradient(135deg, #00bfb3, #00877e) !important;
  border: none !important; color: #fff !important; font-weight: 700 !important;
  border-radius: 12px !important; box-shadow: 0 6px 20px rgba(0,191,179,0.35) !important;
  transition: transform 0.15s, box-shadow 0.15s !important;
}
main#content .btn-primary:hover, main#content button.btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(0,191,179,0.45) !important;
  color: #fff !important;
}
 
/* =========================================================
   PÁGINAS DE INFORMACIÓN
   ========================================================= */
div.card-body p { font-size: 16px !important; line-height: 1.85 !important; color: #2c3e50 !important; margin-bottom: 14px !important; }
div.card-body strong, div.card-body b { color: #0d2b4f !important; font-weight: 700 !important; }
div.card-body a { color: #00bfb3 !important; font-weight: 600 !important; }
div.card-body a:hover { color: #00877e !important; text-decoration: underline !important; }
#box-information-links .card-title { color: #00bfb3 !important; font-weight: 800 !important; }
#box-information-links .nav li a {
  color: #0d2b4f !important; font-weight: 600 !important; font-size: 14px !important;
  padding: 8px 14px !important; border-radius: 8px !important; display: block !important; transition: all 0.2s !important;
}
#box-information-links .nav li a:hover { background: #e8faf9 !important; color: #00bfb3 !important; text-decoration: none !important; }
#box-information-links .nav li.active a { background: #00bfb3 !important; color: #fff !important; }
#box-page .card-body h2 {
  font-size: 26px !important; font-weight: 900 !important; color: #0d2b4f !important;
  border-bottom: 3px solid #00bfb3 !important; padding-bottom: 12px !important; margin-bottom: 24px !important;
}
#box-page .card-body h3 {
  font-size: 17px !important; font-weight: 800 !important; color: #00bfb3 !important;
  background: #f0fafa !important; border-left: 4px solid #00bfb3 !important;
  padding: 10px 16px !important; border-radius: 0 10px 10px 0 !important; margin: 20px 0 8px !important;
}
#box-page .card-body p {
  font-size: 16px !important; line-height: 1.8 !important; color: #2c3e50 !important;
  margin: 0 0 14px 0 !important; padding-left: 8px !important;
}
#box-page .card-body hr { border: none !important; border-top: 2px solid rgba(0,191,179,0.2) !important; margin: 24px 0 !important; }
#box-page .card-body ul { list-style: none !important; padding: 0 !important; margin: 0 0 16px !important; }
#box-page .card-body ul li {
  font-size: 15px !important; padding: 10px 14px !important;
  border-bottom: 1px solid rgba(0,191,179,0.12) !important; color: #2c3e50 !important;
}
#box-page .card-body ul li:last-child { border-bottom: none !important; }
#box-page .card-body a { color: #00bfb3 !important; font-weight: 600 !important; }
#box-page .card-body a:hover { color: #00877e !important; text-decoration: underline !important; }
 
/* =========================================================
   MOBILE — solo pantallas < 768px, no afecta desktop
   ========================================================= */
@media (max-width: 767px) {
 
  /* Fix espacio slide */
  #content-wrapper { padding-top: 0 !important; }
  #box-slides { margin-top: 0 !important; margin-bottom: 12px !important; }
 
  /* Productos 2 columnas */
  .listing.products.columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .listing .product .name {
    font-size: 11px !important;
    height: auto !important;
    min-height: 36px !important;
  }
 
  /* Trust section 2x2 */
  .trust-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    text-align: center !important;
  }
  .trust-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 12px 6px !important;
  }
  .trust-item i { font-size: 26px !important; margin: 0 0 6px 0 !important; }
  .trust-item h4 { font-size: 12px !important; margin: 0 0 4px !important; }
  .trust-item p { font-size: 11px !important; line-height: 1.3 !important; }
 
  /* Footer 2 columnas */
  #footer .columns {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
  #footer .categories,
  #footer .manufacturers { display: block !important; }
  #footer .title { font-size: 1em !important; }
  #footer ul.list-vertical li { font-size: 13px !important; }
 
  /* Medios de pago wrap */
  .ic-payments-icons { gap: 6px !important; flex-wrap: wrap !important; justify-content: center !important; }
  .ic-pay-card { min-width: 50px !important; height: 32px !important; padding: 4px 8px !important; }
  .ic-pay-card.ic-pay-mp img { max-height: 16px !important; }
 
}
 
/* =========================================================
   CARRITO - selección con color de marca
   ========================================================= */
input[type="radio"]:checked {
  background-color: #00bfb3 !important;
}
input[type="radio"]:hover {
  box-shadow: 0 0 0 0.25rem rgba(0, 191, 179, 0.25) !important;
}