:root {
  --abc-page-blue: #0076bd;
  --abc-page-blue-dark: #005f99;
  --abc-page-ink: #111111;
  --abc-page-muted: #5f6b76;
  --abc-page-line: #d8dee5;
  --abc-page-soft: #f5f8fb;
  --abc-page-green: #58b72f;
}

body:not(#index) #inner-wrapper.container {
  max-width: 1320px !important;
  padding-top: 28px;
  padding-bottom: 72px;
}

body:not(#index):not(#product) #main {
  color: var(--abc-page-ink);
}

body#cms .page-header,
body#contact .page-header,
body#category #js-product-list-header,
body#cart .page-header,
body#authentication .page-header,
body#my-account .page-header,
body#history .page-header,
body#addresses .page-header,
body#identity .page-header,
body#order-slip .page-header,
body#discount .page-header,
body#search .page-header,
body#prices-drop .page-header,
body#new-products .page-header,
body#best-sales .page-header {
  max-width: 1120px;
  margin: 0 auto 34px;
  padding: 0 0 20px;
  border-bottom: 4px solid var(--abc-page-ink);
}

body#category #js-product-list-header {
  max-width: none;
}

body#cms .page-title,
body#contact .page-title,
body#category .page-title,
body#cart .page-title,
body#authentication .page-title,
body#my-account .page-title,
body#history .page-title,
body#addresses .page-title,
body#identity .page-title,
body#order-slip .page-title,
body#discount .page-title,
body#search .page-title,
body#prices-drop .page-title,
body#new-products .page-title,
body#best-sales .page-title {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0;
  color: var(--abc-page-ink);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

body#cms .page-title span,
body#contact .page-title span,
body#category .page-title span {
  display: inline;
  min-width: 0;
}

body#cms .page-title::before,
body#contact .page-title::before,
body#category .page-title::before {
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 0;
  color: #cfd8df;
  font-family: FontAwesome;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

body#cms .page-title::before {
  content: "\f15c";
}

body#contact .page-title::before {
  content: "\f0e0";
}

body#category .page-title::before {
  content: "\f00b";
}

body#cms .page-content,
body#contact .page-content {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

body#cms .rte-content {
  max-width: 1040px;
  margin: 0 auto;
  color: var(--abc-page-ink);
  font-size: 18px;
  line-height: 1.68;
}

body#cms .rte-content > *:first-child {
  margin-top: 0;
}

body#cms .rte-content p,
body#cms .rte-content ul,
body#cms .rte-content ol {
  margin-bottom: 18px;
}

body#cms .rte-content h2,
body#cms .rte-content h3,
body#cms .rte-content h4 {
  margin: 38px 0 16px;
  color: var(--abc-page-ink);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

body#cms .rte-content h2 {
  font-size: 32px;
}

body#cms .rte-content h3 {
  font-size: 26px;
}

body#cms .rte-content h4 {
  font-size: 22px;
}

body#cms .rte-content a {
  color: var(--abc-page-blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body#cms .rte-content table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--abc-page-line);
  border-radius: 8px;
}

body#cms .rte-content th,
body#cms .rte-content td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--abc-page-line);
  vertical-align: top;
}

body#cms .rte-content th {
  background: var(--abc-page-soft);
  font-weight: 800;
}

body#cms.cms-id-7 .page-content,
body#cms.cms-id-12 .page-content,
body#contact .page-content {
  max-width: 980px;
}

body#cms.cms-id-7 .rte-content,
body#cms.cms-id-12 .rte-content {
  max-width: 980px;
}

body#cms.cms-id-7 .abc-gform,
body#cms.cms-id-12 .abc-gform,
body#contact .abc-gform {
  margin-top: 0;
}

body#cms.cms-id-13 .page-header {
  max-width: 1170px;
  margin-bottom: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e9ed;
  text-align: center;
}

body#cms.cms-id-13 .page-title {
  display: block;
  color: #2f3439;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

body#cms.cms-id-13 .page-title::before {
  content: none;
}

body#cms.cms-id-13 .page-content,
body#cms.cms-id-13 .rte-content {
  max-width: 1170px;
}

body#cms.cms-id-13 .rte-content {
  font-size: 16px;
  line-height: 1.45;
}

body#cms.cms-id-13 .page-catalogos {
  margin-top: 28px;
}

body#cms.cms-id-13 .catalogos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 273px));
  gap: 24px;
  justify-content: center;
}

body#cms.cms-id-13 .catalogo-card {
  width: 100%;
  max-width: 273px;
  min-height: 450px;
  overflow: hidden;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(22, 32, 44, 0.11);
  display: flex;
  flex-direction: column;
}

body#cms.cms-id-13 .catalogo-card .cover {
  display: block;
  height: 365px;
  overflow: hidden;
  background: #0870c7;
  text-decoration: none;
}

body#cms.cms-id-13 .catalogo-card .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body#cms.cms-id-13 .catalogo-card .body {
  min-height: 84px;
  padding: 12px 12px 10px;
  background: #ffffff;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body#cms.cms-id-13 .catalogo-card .title {
  margin: 0 0 9px;
  color: #000000;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

body#cms.cms-id-13 .catalogo-card .btn-pdf {
  display: inline-flex;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid #0b3e9a;
  border-radius: 7px;
  background: #ffffff;
  color: #0b3e9a;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

body#cms.cms-id-13 .catalogo-card .btn-pdf:hover,
body#cms.cms-id-13 .catalogo-card .btn-pdf:focus {
  border-color: var(--abc-page-blue);
  background: var(--abc-page-blue);
  color: #ffffff;
  text-decoration: none;
}

body#category #content-wrapper,
body#prices-drop #content-wrapper,
body#new-products #content-wrapper,
body#best-sales #content-wrapper {
  padding-right: 18px;
}

body#category #left-column,
body#prices-drop #left-column,
body#new-products #left-column,
body#best-sales #left-column {
  padding-left: 18px;
}

body#category #left-column .block,
body#category #search_filters_wrapper,
body#category .facet,
body#category .block-categories,
body#prices-drop #left-column .block,
body#prices-drop #search_filters_wrapper,
body#prices-drop .facet,
body#prices-drop .block-categories,
body#new-products #left-column .block,
body#new-products #search_filters_wrapper,
body#new-products .facet,
body#new-products .block-categories,
body#best-sales #left-column .block,
body#best-sales #search_filters_wrapper,
body#best-sales .facet,
body#best-sales .block-categories {
  border: 1px solid var(--abc-page-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(20, 34, 52, 0.05);
}

body#category #left-column .block,
body#category .block-categories,
body#prices-drop #left-column .block,
body#prices-drop .block-categories,
body#new-products #left-column .block,
body#new-products .block-categories,
body#best-sales #left-column .block,
body#best-sales .block-categories {
  margin-bottom: 20px;
  padding: 18px;
}

body#category #left-column .block-title,
body#category #search_filters .facet-title,
body#prices-drop #left-column .block-title,
body#prices-drop #search_filters .facet-title,
body#new-products #left-column .block-title,
body#new-products #search_filters .facet-title,
body#best-sales #left-column .block-title,
body#best-sales #search_filters .facet-title {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--abc-page-line);
  color: var(--abc-page-ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body#category .products-selection,
body#prices-drop .products-selection,
body#new-products .products-selection,
body#best-sales .products-selection {
  margin-bottom: 24px;
  padding: 14px 16px;
  border: 1px solid var(--abc-page-line);
  border-radius: 8px;
  background: var(--abc-page-soft);
}

body#category .products-grid,
body#prices-drop .products-grid,
body#new-products .products-grid,
body#best-sales .products-grid {
  row-gap: 24px;
}

body#category .product-miniature,
body#prices-drop .product-miniature,
body#new-products .product-miniature,
body#best-sales .product-miniature {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--abc-page-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(20, 34, 52, 0.05);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body#category .product-miniature:hover,
body#prices-drop .product-miniature:hover,
body#new-products .product-miniature:hover,
body#best-sales .product-miniature:hover {
  border-color: rgba(0, 118, 189, 0.45);
  box-shadow: 0 16px 34px rgba(20, 34, 52, 0.1);
  transform: translateY(-2px);
}

body#category .product-title,
body#category .product-miniature .product-title a,
body#category .product-miniature .product_name,
body#prices-drop .product-title,
body#prices-drop .product-miniature .product-title a,
body#prices-drop .product-miniature .product_name,
body#new-products .product-title,
body#new-products .product-miniature .product-title a,
body#new-products .product-miniature .product_name,
body#best-sales .product-title,
body#best-sales .product-miniature .product-title a,
body#best-sales .product-miniature .product_name {
  color: var(--abc-page-ink);
  font-weight: 800;
  letter-spacing: 0;
}

body#category .product-price,
body#category .price,
body#category .current-price,
body#prices-drop .product-price,
body#prices-drop .price,
body#prices-drop .current-price,
body#new-products .product-price,
body#new-products .price,
body#new-products .current-price,
body#best-sales .product-price,
body#best-sales .price,
body#best-sales .current-price {
  color: #c72d12;
  font-weight: 800;
}

body#category .product-add-cart .btn,
body#category .ajax_add_to_cart_button,
body#category .product-miniature .btn-primary,
body#prices-drop .product-add-cart .btn,
body#prices-drop .ajax_add_to_cart_button,
body#prices-drop .product-miniature .btn-primary,
body#new-products .product-add-cart .btn,
body#new-products .ajax_add_to_cart_button,
body#new-products .product-miniature .btn-primary,
body#best-sales .product-add-cart .btn,
body#best-sales .ajax_add_to_cart_button,
body#best-sales .product-miniature .btn-primary {
  border: 0;
  border-radius: 4px;
  background: var(--abc-page-blue);
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}

body#category .product-add-cart .btn:hover,
body#category .ajax_add_to_cart_button:hover,
body#category .product-miniature .btn-primary:hover,
body#prices-drop .product-add-cart .btn:hover,
body#prices-drop .ajax_add_to_cart_button:hover,
body#prices-drop .product-miniature .btn-primary:hover,
body#new-products .product-add-cart .btn:hover,
body#new-products .ajax_add_to_cart_button:hover,
body#new-products .product-miniature .btn-primary:hover,
body#best-sales .product-add-cart .btn:hover,
body#best-sales .ajax_add_to_cart_button:hover,
body#best-sales .product-miniature .btn-primary:hover {
  background: var(--abc-page-blue-dark);
}

body#cart .cart-grid,
body#authentication #content,
body#my-account #content,
body#history #content,
body#addresses #content,
body#identity #content,
body#order-slip #content,
body#discount #content {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

body#cart .card,
body#authentication .page-content,
body#my-account .page-content,
body#history .page-content,
body#addresses .page-content,
body#identity .page-content,
body#order-slip .page-content,
body#discount .page-content {
  border: 1px solid var(--abc-page-line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(20, 34, 52, 0.05);
}

@media (max-width: 1199px) {
  body#cms.cms-id-13 .catalogos-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 273px));
  }
}

@media (max-width: 991px) {
  body:not(#index) #inner-wrapper.container {
    padding-top: 22px;
    padding-bottom: 54px;
  }

  body#cms.cms-id-13 .catalogos-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 273px));
  }

  body#category #content-wrapper,
  body#category #left-column,
  body#prices-drop #content-wrapper,
  body#prices-drop #left-column,
  body#new-products #content-wrapper,
  body#new-products #left-column,
  body#best-sales #content-wrapper,
  body#best-sales #left-column {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  html,
  body#index {
    max-width: 100%;
    overflow-x: hidden;
  }

  body#index {
    --abc-home-product-slide-width: min(300px, calc(100vw - 56px));
  }

  body#index .elementor-section,
  body#index .elementor-container,
  body#index .elementor-column,
  body#index .elementor-column-wrap,
  body#index .elementor-widget-wrap,
  body#index .elementor-widget-container {
    max-width: 100%;
  }

  body#index .elementor-button-link.elementor-button {
    display: inline-flex !important;
    width: auto !important;
    min-width: min(260px, calc(100vw - 48px)) !important;
    max-width: calc(100vw - 32px) !important;
    min-height: 48px !important;
    height: auto !important;
    align-items: center;
    justify-content: center;
    padding: 13px 22px !important;
    font-size: 18px !important;
    line-height: 1.18 !important;
    text-align: center;
    white-space: normal !important;
    word-break: normal;
  }

  body#index .elementor-widget-button .elementor-widget-container {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body#index .elementor-button-wrapper {
    display: flex !important;
    width: 100% !important;
    justify-content: center;
  }

  body#index .elementor-widget-prestashop-widget-ProductsList,
  body#index .elementor-widget-prestashop-widget-ProductsList > .elementor-widget-container,
  body#index .elementor-products,
  body#index .elementor-products .swiper-container-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body#index .elementor-widget-prestashop-widget-ProductsList > .elementor-widget-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body#index .elementor-products .swiper-container-wrapper,
  body#index .elementor-products .products.swiper-container {
    width: var(--abc-home-product-slide-width) !important;
    max-width: var(--abc-home-product-slide-width) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: hidden !important;
  }

  body#index .elementor-products-carousel .swiper-slide {
    width: var(--abc-home-product-slide-width) !important;
    max-width: var(--abc-home-product-slide-width) !important;
    flex: 0 0 var(--abc-home-product-slide-width) !important;
  }

  body#index .elementor-column:has(.elementor-widget-image-box) {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  body#index .elementor-section:has(.elementor-widget-image-box) {
    margin-top: 36px !important;
  }

  body#index .elementor-column:has(.elementor-widget-image-box) .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  body#index .elementor-column:has(.elementor-widget-image-box) .elementor-widget-image-box {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body#index .elementor-column:has(.elementor-widget-image-box) + .elementor-column:has(.elementor-widget-image-box) {
    margin-top: 20px !important;
  }

  body#index .elementor-widget-image-box .elementor-widget-container {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 7px 7px 12px !important;
    overflow: hidden;
  }

  body#index .elementor-image-box-wrapper,
  body#index .elementor-image-box-img {
    width: 100% !important;
    max-width: 100% !important;
  }

  body#index .elementor-image-box-img {
    height: 138px !important;
    margin: 0 !important;
  }

  body#index .elementor-image-box-img img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }

  body#index .elementor-image-box-title {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
  }

  body#index .pls-inline-card,
  body#index .pls-inline-card__article {
    width: 100% !important;
    max-width: 100% !important;
  }

  body#index .pls-inline-card__control-row {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 8px;
    padding-left: 8px;
    gap: 6px;
    justify-content: center;
    box-sizing: border-box;
  }

  body#index .pls-inline-card__qty-btn {
    flex: 0 0 26px !important;
    width: 26px !important;
    min-width: 26px !important;
  }

  body#index .pls-inline-card__submit {
    width: 154px !important;
    min-width: 154px !important;
    max-width: 154px !important;
    flex: 0 0 154px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
    font-size: 10px !important;
    line-height: 1.05 !important;
    text-align: center;
    white-space: nowrap !important;
    box-sizing: border-box;
  }

  body#index .elementor-element-2bqmlnh {
    margin-top: 26px !important;
    padding-top: 18px !important;
  }

  body#index .elementor-element-oesdglb .elementor-widget-container {
    padding: 16px 14px 28px !important;
  }

  body#index .elementor-element-oesdglb .elementor-heading-title {
    margin: 0 !important;
    line-height: 1.22 !important;
  }

  body#index .elementor-element-mnr7p12,
  body#index .elementor-element-mnr7p12 .elementor-text-editor {
    font-size: 21px !important;
    line-height: 1.28 !important;
    letter-spacing: 0 !important;
  }

  body#index .elementor-element-mnr7p12 .elementor-widget-container {
    padding: 14px 34px 48px !important;
  }

  body#index .elementor-element-tzcwmcg,
  body#index .elementor-element-tzcwmcg .elementor-text-editor {
    font-size: 26px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
  }

  body#index .elementor-element-tzcwmcg .elementor-widget-container {
    padding: 24px 18px 22px !important;
  }

  body#index .elementor-element-8c469hq,
  body#index .elementor-element-8c469hq .elementor-text-editor {
    font-size: 25px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
  }

  body#index .elementor-element-8c469hq .elementor-widget-container {
    margin-bottom: 34px !important;
    padding: 28px 22px !important;
  }

  body#index .elementor-element-8s11jo6 {
    margin-top: 24px !important;
    margin-bottom: 30px !important;
    padding: 38px 14px 28px !important;
    background-color: #1e73be !important;
  }

  body#index .elementor-element-95lept9 .elementor-widget-container {
    margin: 0 !important;
    padding: 0 18px 20px !important;
    background-color: transparent !important;
  }

  body#index .elementor-element-ohxoeyg .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
  }

  body#cms .page-header,
  body#contact .page-header,
  body#category #js-product-list-header,
  body#cart .page-header,
  body#authentication .page-header,
  body#my-account .page-header,
  body#history .page-header,
  body#addresses .page-header,
  body#identity .page-header,
  body#order-slip .page-header,
  body#discount .page-header,
  body#search .page-header,
  body#prices-drop .page-header,
  body#new-products .page-header,
  body#best-sales .page-header {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }

  body#cms .page-title,
  body#contact .page-title,
  body#category .page-title,
  body#cart .page-title,
  body#authentication .page-title,
  body#my-account .page-title,
  body#history .page-title,
  body#addresses .page-title,
  body#identity .page-title,
  body#order-slip .page-title,
  body#discount .page-title,
  body#search .page-title,
  body#prices-drop .page-title,
  body#new-products .page-title,
  body#best-sales .page-title {
    font-size: 32px;
  }

  body#cms .page-title::before,
  body#contact .page-title::before,
  body#category .page-title::before {
    margin-right: 0;
    font-size: 26px;
  }

  body#cms .rte-content {
    font-size: 16px;
    line-height: 1.58;
  }

  body#cms .rte-content h2 {
    font-size: 26px;
  }

  body#cms .rte-content h3 {
    font-size: 22px;
  }
}

/* ABC Dental home redesign based on web_nueva.html */
body#index {
  --abc-navy: #0d3a6e;
  --abc-navy-dark: #081f3c;
  --abc-navy-mid: #1565c0;
  --abc-orange: #e8821a;
  --abc-orange-dark: #c96c0a;
  --abc-orange-light: #fff3e5;
  --abc-white: #ffffff;
  --abc-off: #f8fafc;
  --abc-line: #e6eaf0;
  --abc-muted: #64748b;
  --abc-text: #0f1b2d;
  --abc-shadow: 0 10px 30px rgba(8, 31, 60, 0.12);
  --abc-shadow-soft: 0 6px 18px rgba(8, 31, 60, 0.08);
  --abc-radius: 20px;
  --abc-radius-sm: 14px;
  --abc-radius-xs: 8px;
  color: var(--abc-text);
  background: var(--abc-white);
  font-family: Manrope, system-ui, -apple-system, "Segoe UI", sans-serif;
}

body#index #wrapper,
body#index #inner-wrapper,
body#index #content-wrapper,
body#index #main,
body#index .page-home {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#index .container,
body#index #inner-wrapper.container {
  max-width: none;
}

.abc-home-source {
  display: none !important;
}

.abc-new-home,
.abc-new-home * {
  box-sizing: border-box;
}

.abc-new-home {
  overflow: hidden;
  color: var(--abc-text);
  background: var(--abc-white);
  font-family: Manrope, system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.45;
}

.abc-new-home a {
  text-decoration: none;
}

.abc-home-container {
  width: min(1320px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.abc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--abc-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.1;
  text-transform: uppercase;
}

.abc-eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: currentColor;
}

.abc-eyebrow--orange {
  color: var(--abc-orange);
}

.abc-btn,
.abc-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.abc-btn {
  min-height: 46px;
  padding: 0 26px;
  font-size: 14px;
}

.abc-btn--primary {
  border: 1px solid var(--abc-orange);
  background: var(--abc-orange);
  color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(232, 130, 26, 0.28);
}

.abc-btn--primary:hover,
.abc-btn--primary:focus {
  border-color: var(--abc-orange-dark);
  background: var(--abc-orange-dark);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.abc-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
}

.abc-btn--ghost:hover,
.abc-btn--ghost:focus {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.abc-link-btn {
  min-height: 40px;
  padding: 0 20px;
  border: 1.5px solid var(--abc-navy);
  color: var(--abc-navy) !important;
  font-size: 13px;
}

.abc-link-btn:hover {
  background: var(--abc-navy);
  color: #ffffff !important;
}

.abc-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--abc-navy-dark) 0%, var(--abc-navy) 52%, var(--abc-navy-mid) 100%);
}

.abc-hero__bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.abc-hero__glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, rgba(232, 130, 26, 0.08) 100%);
  pointer-events: none;
}

.abc-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 520px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: 48px;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 58px;
}

.abc-hero h1 {
  max-width: 620px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(31px, 3.65vw, 52px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.08;
}

.abc-hero h1 em {
  display: block;
  color: var(--abc-orange);
  font-style: normal;
}

.abc-hero__text {
  max-width: 500px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 16px;
  line-height: 1.7;
}

.abc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 38px;
}

.abc-hero__badges {
  display: grid;
  max-width: 520px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.abc-hero__badges span {
  display: grid;
  min-height: 58px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  backdrop-filter: blur(4px);
}

.abc-hero__badges strong {
  font-size: 13px;
  font-weight: 800;
}

.abc-hero__badges small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.abc-hero__visual {
  position: relative;
}

.abc-hero__frame {
  position: relative;
  display: flex;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(4px);
}

.abc-hero__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  align-content: center;
  gap: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(232, 130, 26, 0.09));
}

.abc-hero__placeholder span:last-child {
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.abc-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.abc-hero__cross {
  position: relative;
  width: 74px;
  height: 74px;
  opacity: 0.28;
}

.abc-hero__cross::before,
.abc-hero__cross::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #ffffff;
}

.abc-hero__cross::before {
  top: 30px;
  left: 0;
  width: 74px;
  height: 14px;
}

.abc-hero__cross::after {
  top: 0;
  left: 30px;
  width: 14px;
  height: 74px;
}

.abc-hero__catalog-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 190px;
  border: 2px solid var(--abc-orange);
  border-radius: 20px;
  padding: 16px 18px;
  background: var(--abc-navy-dark);
  color: #ffffff;
  text-align: center;
  box-shadow: var(--abc-shadow);
}

.abc-hero__catalog-badge strong {
  display: block;
  color: var(--abc-orange);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.abc-hero__catalog-badge span {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.7px;
  line-height: 1.25;
  text-transform: uppercase;
}

.abc-brand-strip {
  border-bottom: 1px solid var(--abc-line);
  background: #ffffff;
  overflow: hidden;
}

.abc-brand-strip__inner {
  display: block;
  min-height: 76px;
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: 14px;
}

.abc-brand-strip__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.abc-brand-strip__track {
  display: flex;
  width: max-content;
  animation: abc-brand-marquee 75s linear infinite;
  will-change: transform;
}

.abc-brand-strip:hover .abc-brand-strip__track,
.abc-brand-strip:focus-within .abc-brand-strip__track {
  animation-play-state: paused;
}

.abc-brand-strip__group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0;
}

.abc-brand-strip a {
  flex: 0 0 auto;
  padding: 8px 16px;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.abc-brand-strip a:hover {
  color: var(--abc-navy);
}

@keyframes abc-brand-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .abc-brand-strip__viewport {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .abc-brand-strip__viewport::-webkit-scrollbar {
    display: none;
  }

  .abc-brand-strip__track {
    animation: none;
  }

  .abc-brand-strip__group[aria-hidden="true"] {
    display: none;
  }
}

.abc-section {
  padding: 82px 0;
  background: #ffffff;
}

.abc-section--light {
  background: var(--abc-off);
}

.abc-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.abc-section-head--center {
  justify-content: center;
  text-align: center;
}

.abc-section-head--center .abc-eyebrow {
  justify-content: center;
}

.abc-section-head h2 {
  margin: 0;
  color: var(--abc-text);
  font-size: clamp(27px, 2.6vw, 38px);
  font-weight: 800;
  letter-spacing: -0.4px;
  line-height: 1.12;
}

.abc-section-head p {
  max-width: 560px;
  margin: 12px 0 0;
  color: var(--abc-muted);
  font-size: 15px;
  line-height: 1.65;
}

.abc-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.abc-category-card {
  position: relative;
  display: flex;
  min-height: 228px;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  border: 1px solid var(--abc-line);
  border-radius: 20px;
  padding: 24px;
  background: #ffffff;
  color: var(--abc-text) !important;
  box-shadow: var(--abc-shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.abc-category-card:hover {
  border-color: rgba(13, 58, 110, 0.22);
  box-shadow: var(--abc-shadow);
  transform: translateY(-4px);
}

.abc-category-card__icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: rgba(13, 58, 110, 0.08);
  color: var(--abc-navy);
  font-size: 20px;
  font-weight: 900;
}

.abc-category-card strong {
  margin-top: 22px;
  color: var(--abc-text);
  font-size: 17px;
  font-weight: 800;
}

.abc-category-card small {
  margin-top: 8px;
  color: var(--abc-muted);
  font-size: 13px;
  line-height: 1.45;
}

.abc-category-card > span:last-child {
  margin-top: auto;
  color: var(--abc-navy);
  font-size: 13px;
  font-weight: 800;
}

.abc-product-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 30px;
}

.abc-product-tab {
  min-height: 38px;
  border: 1px solid var(--abc-line);
  border-radius: 999px;
  padding: 0 18px;
  background: #ffffff;
  color: var(--abc-muted);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.abc-product-tab.is-active,
.abc-product-tab:hover {
  border-color: var(--abc-navy);
  background: var(--abc-navy);
  color: #ffffff;
}

.abc-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.abc-product-card {
  overflow: hidden;
  border: 1px solid var(--abc-line);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: var(--abc-shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.abc-product-card:hover {
  border-color: rgba(13, 58, 110, 0.22);
  box-shadow: var(--abc-shadow);
  transform: translateY(-4px);
}

.abc-product-card__media {
  position: relative;
  display: flex;
  height: 214px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: var(--abc-off);
}

.abc-product-card__media img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 168px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.abc-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 999px;
  padding: 4px 10px;
  background: var(--abc-navy);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.3px;
}

.abc-product-card__body {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 18px;
}

.abc-product-card__brand {
  margin-bottom: 8px;
  color: var(--abc-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.abc-product-card h3 {
  min-height: 52px;
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.abc-product-card h3 a {
  color: var(--abc-text) !important;
}

.abc-product-card__price {
  margin-bottom: 16px;
  color: var(--abc-navy);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.abc-product-form {
  margin-top: auto;
}

.abc-product-form .pls-inline-card__control-row {
  display: flex !important;
  width: 100% !important;
  align-items: center;
  gap: 8px;
}

.abc-product-form .pls-inline-card__qty {
  display: flex !important;
  flex: 0 0 auto;
  height: 38px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--abc-line);
  border-radius: 12px;
  background: #ffffff;
}

.abc-product-form .pls-inline-card__qty-btn {
  display: inline-flex !important;
  width: 32px !important;
  height: 36px !important;
  min-width: 32px !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  background: transparent !important;
  color: var(--abc-navy) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  cursor: pointer;
}

.abc-product-form .pls-inline-card__qty-input {
  width: 36px !important;
  height: 36px !important;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--abc-text) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-align: center;
  -moz-appearance: textfield;
}

.abc-product-form .pls-inline-card__qty-input::-webkit-inner-spin-button,
.abc-product-form .pls-inline-card__qty-input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.abc-product-form__submit,
.abc-product-form .pls-inline-card__submit,
.abc-product-card__fallback {
  display: inline-flex !important;
  height: 38px !important;
  min-height: 38px !important;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 0 14px !important;
  background: var(--abc-navy) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: none !important;
  text-decoration: none !important;
  cursor: pointer;
}

.abc-product-form__submit:hover,
.abc-product-form .pls-inline-card__submit:hover,
.abc-product-card__fallback:hover {
  background: var(--abc-navy-dark) !important;
}

.abc-product-form .fa,
.abc-product-form .spinner-icon {
  display: none !important;
}

.abc-product-card--loading {
  min-height: 400px;
  animation: abcPulse 1.2s ease-in-out infinite alternate;
}

@keyframes abcPulse {
  from { opacity: 0.58; }
  to { opacity: 1; }
}

.abc-value {
  background: var(--abc-off);
}

.abc-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.abc-value-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--abc-line);
  border-radius: 20px;
  padding: 28px 24px;
  background: #ffffff;
  box-shadow: var(--abc-shadow-soft);
}

.abc-value-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--abc-navy);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.abc-value-card:hover::after {
  transform: scaleX(1);
}

.abc-value-card span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(13, 58, 110, 0.08);
  color: var(--abc-navy);
  font-weight: 900;
}

.abc-value-card h3 {
  margin: 18px 0 10px;
  color: var(--abc-text);
  font-size: 18px;
  font-weight: 900;
}

.abc-value-card p {
  margin: 0;
  color: var(--abc-muted);
  font-size: 14px;
  line-height: 1.6;
}

.abc-review {
  display: flex;
  gap: 18px;
  max-width: 920px;
  margin: 30px auto 0;
  border: 1px solid var(--abc-line);
  border-left: 4px solid var(--abc-navy);
  border-radius: 20px;
  padding: 24px 28px;
  background: rgba(13, 58, 110, 0.04);
}

.abc-review::before {
  content: "★★★★★";
  flex: 0 0 auto;
  color: var(--abc-orange);
  font-size: 14px;
  letter-spacing: 1px;
}

.abc-review p {
  margin: 0;
  color: var(--abc-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.abc-review cite {
  display: block;
  margin-top: 10px;
  color: var(--abc-navy);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.abc-offer {
  background: #ffffff;
}

.abc-offer-box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 48px;
  overflow: hidden;
  border-radius: 24px;
  padding: 56px;
  background: linear-gradient(135deg, var(--abc-navy-dark) 0%, var(--abc-navy) 55%, var(--abc-navy-mid) 100%);
}

.abc-offer-box::before {
  content: "OFERTA";
  position: absolute;
  top: 20px;
  right: -20px;
  color: rgba(255, 255, 255, 0.035);
  font-size: 110px;
  font-weight: 900;
  letter-spacing: -4px;
  line-height: 1;
}

.abc-offer-box__content,
.abc-offer-box__visual {
  position: relative;
  z-index: 1;
}

.abc-offer-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 6px 14px;
  background: var(--abc-orange);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.abc-offer-tag span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  animation: abcBlink 1.5s infinite;
}

@keyframes abcBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.abc-offer-box h2 {
  margin: 16px 0 18px;
  color: #ffffff;
  font-size: clamp(25px, 2.8vw, 40px);
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.abc-offer-box h2 em {
  color: var(--abc-orange);
  font-style: normal;
}

.abc-offer-price {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
}

.abc-offer-note {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}

.abc-offer-points {
  display: grid;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  list-style: none;
}

.abc-offer-points li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}

.abc-offer-points li::before {
  content: "✓";
  color: var(--abc-orange);
  font-weight: 900;
}

.abc-offer-form .abc-product-form--offer .pls-inline-card__control-row {
  max-width: 460px;
}

.abc-offer-form .abc-product-form--offer .pls-inline-card__qty {
  height: 44px;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.abc-offer-form .abc-product-form--offer .pls-inline-card__qty-btn,
.abc-offer-form .abc-product-form--offer .pls-inline-card__qty-input {
  height: 42px !important;
  color: #ffffff !important;
}

.abc-offer-form .abc-product-form--offer .pls-inline-card__submit {
  height: 44px !important;
  min-height: 44px !important;
  background: var(--abc-orange) !important;
  box-shadow: 0 4px 16px rgba(232, 130, 26, 0.34);
}

.abc-offer-form .abc-product-form--offer .pls-inline-card__submit:hover {
  background: var(--abc-orange-dark) !important;
}

.abc-offer-validity {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
}

.abc-offer-box__visual {
  display: grid;
  gap: 16px;
}

.abc-offer-media {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.abc-offer-media span {
  width: 120px;
  height: 120px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.abc-offer-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.abc-offer-media strong {
  position: absolute;
  top: 14px;
  right: 14px;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  padding: 5px 12px;
  background: #dcfce7;
  color: #166534;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.abc-offer-box__visual blockquote {
  margin: 0;
  border-left: 3px solid var(--abc-orange);
  border-radius: 14px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.08);
}

.abc-offer-box__visual p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.abc-offer-box__visual cite {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.abc-cta {
  padding: 64px 0;
  background: var(--abc-off);
  text-align: center;
}

.abc-cta h2 {
  margin: 0;
  color: var(--abc-text);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 900;
  letter-spacing: -0.4px;
}

.abc-cta p {
  margin: 10px 0 26px;
  color: var(--abc-navy-mid);
  font-size: 17px;
  font-weight: 600;
}

.abc-newsletter {
  padding: 48px 0;
  background: var(--abc-navy-dark);
}

.abc-newsletter__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 38px;
  align-items: center;
}

.abc-newsletter h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 900;
  letter-spacing: -0.4px;
}

.abc-newsletter p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.65;
}

.abc-newsletter p a {
  color: #ffffff;
  font-weight: 900;
}

.abc-newsletter__form {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.07);
}

.abc-newsletter__form .ps-emailsubscription-block,
.abc-newsletter__form form {
  margin: 0;
}

.abc-newsletter__form form {
  display: grid;
  gap: 12px;
}

.abc-newsletter__form input[type="email"],
.abc-newsletter__form input[name="email"] {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: #ffffff;
  color: var(--abc-text);
  font-size: 14px;
}

.abc-newsletter__form input[type="submit"],
.abc-newsletter__form button[type="submit"] {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  background: var(--abc-orange);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-transform: none;
}

.abc-newsletter__form .alert,
.abc-newsletter__form .conditions,
.abc-newsletter__form .ps-emailsubscription-conditions,
.abc-newsletter__form .gdpr_module {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

#iqitcookielaw {
  right: 24px !important;
  bottom: 24px !important;
  left: auto !important;
  width: min(520px, calc(100vw - 48px)) !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 18px !important;
  background: var(--abc-navy-dark) !important;
  color: #ffffff !important;
  box-shadow: var(--abc-shadow);
}

#iqitcookielaw p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

#iqitcookielaw a {
  color: #ffffff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#iqitcookielaw-accept {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  background: var(--abc-orange) !important;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 1199px) {
  .abc-category-grid,
  .abc-products-grid,
  .abc-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .abc-hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .abc-hero__visual {
    display: none;
  }

  .abc-offer-box,
  .abc-newsletter__inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .abc-home-container {
    width: min(100% - 32px, 1320px);
  }

  .abc-hero,
  .abc-hero__inner {
    min-height: 0;
  }

  .abc-hero__inner {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .abc-hero h1 {
    font-size: 32px;
    letter-spacing: 0;
  }

  .abc-hero__badges,
  .abc-category-grid,
  .abc-products-grid,
  .abc-value-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .abc-hero__actions {
    display: grid;
  }

  .abc-btn {
    width: 100%;
  }

  .abc-section {
    padding: 58px 0;
  }

  .abc-section-head {
    display: grid;
    align-items: start;
  }

  .abc-section-head--center {
    text-align: left;
  }

  .abc-section-head--center .abc-eyebrow {
    justify-content: flex-start;
  }

  .abc-category-card {
    min-height: 190px;
  }

  .abc-product-card__media {
    height: 196px;
  }

  .abc-review {
    display: block;
    padding: 22px;
  }

  .abc-review::before {
    display: block;
    margin-bottom: 12px;
  }

  .abc-offer-box {
    border-radius: 18px;
    padding: 28px 20px;
  }

  .abc-offer-box::before {
    display: none;
  }

  .abc-offer-price {
    font-size: 38px;
  }

  .abc-product-form .pls-inline-card__control-row {
    flex-wrap: nowrap;
  }

  .abc-newsletter__form {
    padding: 18px;
  }
}

@media (max-width: 430px) {
  .abc-product-tabs {
    justify-content: flex-start;
  }

  .abc-product-tab {
    flex: 1 1 calc(50% - 8px);
    padding-right: 10px;
    padding-left: 10px;
  }

  .abc-product-form .pls-inline-card__qty-btn {
    width: 28px !important;
    min-width: 28px !important;
  }

  .abc-product-form .pls-inline-card__qty-input {
    width: 32px !important;
  }
}

@media (max-width: 575px) {
  body#cms.cms-id-13 .page-header {
    margin-bottom: 22px;
  }

  body#cms.cms-id-13 .page-title {
    font-size: 20px;
  }

  body#cms.cms-id-13 .catalogos-grid {
    grid-template-columns: minmax(0, 273px);
    gap: 18px;
  }

  body#cms.cms-id-13 .catalogo-card {
    min-height: 450px;
  }

  body#cms.cms-id-13 .catalogo-card .cover {
    height: 365px;
  }
}

body.page-index #iqitpopup,
body.page-index #iqitpopup-overlay {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 767px) {
  .abc-hero__inner {
    padding-top: 34px;
    padding-bottom: 28px;
  }

  .abc-hero h1 {
    margin-bottom: 14px;
    font-size: 29px;
    line-height: 1.08;
  }

  .abc-hero__text {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.55;
  }

  .abc-hero__actions {
    gap: 10px;
    margin-bottom: 24px;
  }

  .abc-hero__badges {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .abc-hero__badges span {
    min-height: 62px;
    border-radius: 12px;
    padding: 9px 10px;
  }

  .abc-hero__badges strong {
    font-size: 11px;
    line-height: 1.2;
  }

  .abc-hero__badges small {
    font-size: 10.5px;
    line-height: 1.25;
  }
}

@media (max-width: 360px) {
  .abc-hero__badges {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Pulido 100% hacia web_nueva.html */
.abc-new-home {
  --abc-navy: #0D3A6E;
  --abc-navy-dark: #081F3C;
  --abc-navy-mid: #1565C0;
  --abc-orange: #E8821A;
  --abc-orange-dark: #C96C0A;
  --abc-orange-light: #FFF3E5;
  --abc-white: #FFFFFF;
  --abc-off: #F8FAFC;
  --abc-gray-100: #F1F5F9;
  --abc-line: #E2E8F0;
  --abc-gray-400: #94A3B8;
  --abc-muted: #475569;
  --abc-text: #0F1B2D;
  --abc-shadow: 0 2px 12px rgba(13,58,110,.10), 0 1px 4px rgba(13,58,110,.06);
  --abc-shadow-md: 0 8px 32px rgba(13,58,110,.14), 0 2px 8px rgba(13,58,110,.08);
  --abc-shadow-lg: 0 20px 60px rgba(13,58,110,.18), 0 4px 16px rgba(13,58,110,.10);
}

.abc-home-container {
  width: min(100% - 48px, 1320px) !important;
}

.abc-hero {
  min-height: 520px !important;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--abc-navy-dark) 0%, var(--abc-navy) 50%, var(--abc-navy-mid) 100%) !important;
}

.abc-hero__inner {
  min-height: 520px !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 48px !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.abc-eyebrow {
  gap: 8px !important;
  margin-bottom: 10px !important;
  color: var(--abc-orange) !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
}

.abc-hero .abc-eyebrow {
  margin-bottom: 20px !important;
  font-size: 13px !important;
}

.abc-hero h1 {
  max-width: 560px !important;
  margin-bottom: 16px !important;
  color: #ffffff;
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.abc-hero__text {
  max-width: 440px !important;
  margin-bottom: 32px !important;
  color: rgba(255,255,255,.70) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}

.abc-hero__actions {
  gap: 12px !important;
  margin-bottom: 40px !important;
}

.abc-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px !important;
  border-radius: 50px !important;
  padding: 14px 28px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.abc-btn--primary {
  box-shadow: 0 6px 24px rgba(232,130,26,.4) !important;
}

.abc-btn--ghost {
  border: 1px solid rgba(255,255,255,.25) !important;
  background: rgba(255,255,255,.08) !important;
  backdrop-filter: blur(4px);
}

.abc-hero__badges {
  max-width: 520px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.abc-hero__badges > span {
  display: flex !important;
  min-height: 62px !important;
  align-items: center !important;
  gap: 10px !important;
  border-radius: 14px !important;
  padding: 12px 14px !important;
  background: rgba(255,255,255,.06) !important;
}

.abc-hero__badges i {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(232,130,26,.15);
  color: var(--abc-orange);
  font-style: normal;
}

.abc-hero__badges > span > span {
  display: block;
  min-width: 0;
}

.abc-hero__badges strong {
  display: block;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.abc-hero__badges small {
  display: block;
  color: rgba(255,255,255,.55) !important;
  font-size: 12.5px !important;
}

.abc-hero__frame {
  aspect-ratio: 4 / 3 !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,.06) !important;
  backdrop-filter: blur(4px);
}

.abc-hero__image {
  border-radius: inherit;
}

.abc-hero__clinic-icon {
  color: #ffffff;
  opacity: .3;
}

.abc-hero__cross {
  display: none !important;
}

.abc-hero__catalog-badge {
  right: 24px !important;
  bottom: 24px !important;
  box-sizing: border-box !important;
  width: 186.39px !important;
  min-height: 120px !important;
  max-width: 190px !important;
  border-radius: 14px !important;
  padding: 16px 20px !important;
  text-align: center !important;
  box-shadow: var(--abc-shadow-lg) !important;
}

.abc-hero__catalog-badge small {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,255,255,.5);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
}

.abc-hero__catalog-badge em {
  display: block;
  margin-top: 2px;
  color: rgba(255,255,255,.5);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 15px;
  text-transform: uppercase;
}

.abc-hero__catalog-badge strong {
  font-size: 28px !important;
}

.abc-hero__catalog-badge span {
  margin-top: 4px !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  line-height: 17px !important;
}

.abc-brand-strip {
  padding: 20px 0 !important;
  overflow: hidden !important;
}

.abc-brand-strip__inner {
  display: block !important;
  overflow: hidden !important;
}

.abc-brand-strip__viewport {
  overflow: hidden !important;
}

.abc-brand-strip__track {
  animation-duration: 75s !important;
}

.abc-brand-strip__group {
  gap: 0 !important;
}

.abc-brand-strip a {
  border-right: 1px solid var(--abc-line);
  padding: 0 28px !important;
  color: var(--abc-gray-400) !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
}

.abc-section {
  padding: 80px 0 !important;
}

.abc-section-head {
  align-items: end !important;
  margin-bottom: 32px !important;
}

.abc-section-head h2 {
  margin: 0 0 8px !important;
  color: var(--abc-text);
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

.abc-section-head h2 span {
  color: var(--abc-orange);
}

.abc-section-head p {
  color: var(--abc-muted) !important;
  font-size: 16px !important;
}

.abc-link-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  min-height: 40px !important;
  border: 1px solid var(--abc-navy) !important;
  border-radius: 50px !important;
  padding: 0 20px !important;
  background: #ffffff !important;
  color: var(--abc-navy) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.abc-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.abc-category-card {
  display: flex !important;
  min-height: 0 !important;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--abc-line) !important;
  border-radius: 20px !important;
  padding: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}

.abc-category-card:hover {
  border-color: transparent !important;
  box-shadow: var(--abc-shadow-lg) !important;
  transform: translateY(-4px) !important;
}

.abc-category-card__media {
  position: relative;
  display: flex !important;
  aspect-ratio: 16 / 9;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--abc-off) 0%, #D4E9FF 100%);
}

.abc-category-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .25s ease;
}

.abc-category-card:hover .abc-category-card__image {
  transform: scale(1.035);
}

.abc-category-card__media--blue {
  background: linear-gradient(135deg,#e8f0fb,#c5d8f7);
}

.abc-category-card__media--orange {
  background: linear-gradient(135deg,#fff3e5,#ffd9aa);
}

.abc-category-card__media--violet {
  background: linear-gradient(135deg,#f3e5f5,#e1bee7);
}

.abc-category-card__media--green {
  background: linear-gradient(135deg,#f0fdf4,#bbf7d0);
}

.abc-category-card__media--yellow {
  background: linear-gradient(135deg,#fef9c3,#fde68a);
}

.abc-category-card__icon {
  display: inline-flex !important;
  width: 64px !important;
  height: 64px !important;
  align-items: center;
  justify-content: center;
  border-radius: 18px !important;
  background: rgba(13,58,110,.08) !important;
  color: var(--abc-navy) !important;
  font-size: 0 !important;
}

.abc-category-card__media--orange .abc-category-card__icon {
  background: rgba(232,130,26,.10) !important;
  color: var(--abc-orange) !important;
}

.abc-category-card__media--violet .abc-category-card__icon {
  background: rgba(124,58,237,.08) !important;
  color: #7C3AED !important;
}

.abc-category-card__media--green .abc-category-card__icon {
  background: rgba(22,163,74,.08) !important;
  color: #16A34A !important;
}

.abc-category-card__media--yellow .abc-category-card__icon {
  background: rgba(202,138,4,.08) !important;
  color: #CA8A04 !important;
}

.abc-category-card__overlay {
  position: absolute;
  inset: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(13,58,110,.7) !important;
  color: #ffffff !important;
  opacity: 0;
  transition: opacity .25s ease;
}

.abc-category-card__overlay > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 9px 22px !important;
  border-radius: 50px !important;
  background: #e8821a !important;
  color: #ffffff !important;
  font-family: Manrope, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: .5px !important;
}

.abc-category-card:hover .abc-category-card__overlay {
  opacity: 1;
}

.abc-category-card__body {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 18px 16px;
}

.abc-category-card__body strong {
  margin: 0 0 6px !important;
  color: var(--abc-text);
  font-size: 17px !important;
  font-weight: 800 !important;
}

.abc-category-card__body small {
  min-height: 42px;
  margin: 0 0 12px !important;
  color: var(--abc-muted) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.abc-category-card__body > span {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  margin-top: auto !important;
  color: var(--abc-navy) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.abc-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.abc-product-tabs {
  margin: -6px 0 30px !important;
}

.abc-product-tab {
  border-radius: 50px !important;
  padding: 10px 18px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
}

.abc-product-card {
  border: 1px solid var(--abc-line) !important;
  border-radius: 20px !important;
  box-shadow: var(--abc-shadow) !important;
}

.abc-product-card__media {
  height: 210px !important;
  background: linear-gradient(135deg,#e8f0fb,#c5d8f7) !important;
}

.abc-product-card:nth-child(2) .abc-product-card__media {
  background: linear-gradient(135deg,#fff3e5,#ffd9aa) !important;
}

.abc-product-card:nth-child(3) .abc-product-card__media {
  background: linear-gradient(135deg,#f0fdf4,#bbf7d0) !important;
}

.abc-product-card:nth-child(4) .abc-product-card__media {
  background: linear-gradient(135deg,#faf5ff,#e9d5ff) !important;
}

.abc-product-card__media img {
  max-width: 78% !important;
  max-height: 76% !important;
}

.abc-product-card__badge {
  top: 10px !important;
  left: 10px !important;
  border-radius: 50px !important;
  padding: 3px 9px !important;
  font-size: 11.5px !important;
  letter-spacing: .3px !important;
}

.abc-product-card__body {
  padding: 14px 16px !important;
}

.abc-product-card__brand {
  margin-bottom: 4px !important;
  color: var(--abc-gray-400) !important;
  font-size: 11px !important;
  letter-spacing: 2px !important;
}

.abc-product-card h3 {
  min-height: 58px !important;
  margin-bottom: 10px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

.abc-product-card h3 a {
  color: var(--abc-muted) !important;
}

.abc-product-card__price {
  margin-bottom: 12px !important;
  color: var(--abc-text) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
}

.abc-product-form .pls-inline-card__control-row {
  gap: 8px !important;
}

.abc-product-form .pls-inline-card__qty {
  flex: 0 0 102px !important;
  height: 38px !important;
}

.abc-product-form .pls-inline-card__qty-btn,
.abc-product-form .pls-inline-card__qty-input {
  height: 36px !important;
}

.abc-product-form .pls-inline-card__submit {
  display: inline-flex !important;
  height: 38px !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 10px !important;
  background: var(--abc-navy) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.abc-value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.abc-value-card {
  border: 1px solid var(--abc-line) !important;
  border-radius: 20px !important;
  padding: 28px 24px !important;
  background: #ffffff !important;
  box-shadow: var(--abc-shadow) !important;
}

.abc-value-card::after {
  display: none !important;
}

.abc-value-card span {
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  background: var(--abc-orange-light) !important;
  color: var(--abc-orange) !important;
}

.abc-value-card h3 {
  margin: 18px 0 10px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.abc-value-card p {
  color: var(--abc-muted) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.abc-review {
  margin-top: 34px !important;
  border: 1px solid var(--abc-line) !important;
  border-radius: 20px !important;
  padding: 26px 30px !important;
  background: #ffffff !important;
  box-shadow: var(--abc-shadow) !important;
}

.abc-review::before {
  content: none !important;
}

.abc-review__stars {
  display: block;
  margin-bottom: 8px;
  color: var(--abc-orange);
  font-size: 16px;
  letter-spacing: 2px;
}

.abc-offer-box {
  border-radius: 24px !important;
  padding: 56px !important;
  gap: 48px !important;
  background: linear-gradient(135deg, var(--abc-navy-dark) 0%, var(--abc-navy) 55%, var(--abc-navy-mid) 100%) !important;
}

.abc-offer-tag {
  border-radius: 50px !important;
  padding: 5px 14px !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
}

.abc-offer-box h2 {
  font-size: 40px !important;
  line-height: 1.1 !important;
}

.abc-offer-price {
  font-size: 46px !important;
}

.abc-offer-media {
  border-radius: 20px !important;
}

.abc-cta {
  padding: 64px 0 !important;
}

.abc-newsletter__inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 48px !important;
}

.abc-newsletter h2 {
  margin-bottom: 6px !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}

.abc-newsletter__whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  border-radius: 14px;
  padding: 14px 18px;
  background: rgba(255,255,255,.08);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
}

.abc-newsletter__whatsapp strong {
  color: #25D366;
  font-size: 18px;
  font-weight: 800;
}

@media (max-width: 1199px) {
  .abc-category-grid,
  .abc-products-grid,
  .abc-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .abc-hero h1 {
    font-size: 44px !important;
  }
}

@media (max-width: 820px) {
  .abc-home-container {
    width: min(100% - 40px, 1320px) !important;
  }

  .abc-hero__inner {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 32px !important;
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .abc-hero__visual {
    display: none !important;
  }

  .abc-hero h1 {
    font-size: 36px !important;
  }

  .abc-offer-box,
  .abc-newsletter__inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 560px) {
  .abc-home-container {
    width: min(100% - 32px, 1320px) !important;
  }

  .abc-hero h1 {
    font-size: 32px !important;
  }

  .abc-hero__badges,
  .abc-category-grid,
  .abc-products-grid,
  .abc-value-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .abc-hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .abc-btn {
    width: 100%;
  }

  .abc-section-head {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .abc-offer-box {
    border-radius: 16px !important;
    padding: 24px 18px !important;
  }

  .abc-offer-box h2 {
    font-size: 24px !important;
  }

  .abc-offer-price {
    font-size: 38px !important;
  }
}

.abc-new-home,
.abc-new-home * {
  letter-spacing: 0 !important;
}

/* Correcciones metricas finales contra web_nueva.html. */
.abc-hero__inner {
  min-height: 550px !important;
}

@media (min-width: 821px) {
  .abc-new-home .abc-hero__inner {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

.abc-hero h1 {
  font-size: 45px !important;
}

.abc-hero__badges > span {
  display: flex !important;
  min-height: 62px !important;
}

.abc-hero__badges > span > span {
  display: block !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  backdrop-filter: none !important;
}

.abc-brand-strip__inner {
  min-height: 20px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.abc-category-card {
  align-items: stretch !important;
}

.abc-category-card__media {
  width: 100% !important;
}

.abc-value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (min-width: 821px) and (max-width: 1199px) {
  .abc-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .abc-value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .abc-hero h1 {
    font-size: 36px !important;
  }
}

@media (max-width: 820px) {
  .abc-hero__inner {
    min-height: 0 !important;
  }

  .abc-hero h1 {
    font-size: 32px !important;
  }
}

@media (max-width: 600px) {
  .abc-hero h1 {
    font-size: 28px !important;
  }
}

.abc-category-card__body {
  padding: 16px 18px 14px !important;
}

.abc-category-card__body small {
  min-height: 28px !important;
  margin-bottom: 8px !important;
  line-height: 1.4 !important;
}

.abc-product-card__media {
  height: 240px !important;
  min-height: 0 !important;
}

.abc-value-card {
  min-height: 258px !important;
}

@media (min-width: 821px) and (max-width: 1199px) {
  .abc-product-card__media {
    height: 402px !important;
  }

  .abc-value-card {
    min-height: 282px !important;
  }
}

@media (max-width: 820px) {
  .abc-value-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .abc-value-card {
    min-height: 0 !important;
  }

  .abc-product-card__media {
    height: 313px !important;
  }
}

/* Comparacion visual home actual vs web_nueva: pulido de grids, tipografia y alturas. */
.abc-new-home {
  font-size: 16px !important;
}

.abc-section-head h2 {
  font-size: 36px !important;
  line-height: 1.1 !important;
}

.abc-products-grid {
  gap: 16px !important;
}

.abc-product-card,
.abc-value-card {
  box-shadow: none !important;
}

.abc-product-card:hover,
.abc-value-card:hover {
  box-shadow: var(--abc-shadow-lg) !important;
}

.abc-value-grid {
  gap: 20px !important;
}

.abc-value-card {
  padding: 32px 28px !important;
}

.abc-category-card__body strong {
  font-size: 15.5px !important;
  font-weight: 700 !important;
}

.abc-value-card h3 {
  font-weight: 700 !important;
}

.abc-newsletter {
  padding: 48px 0 !important;
}

.abc-newsletter__inner {
  align-items: center !important;
}

.abc-newsletter__form {
  padding: 20px !important;
}

.abc-newsletter__form form {
  gap: 10px !important;
}

.abc-newsletter__form input[type="email"],
.abc-newsletter__form input[name="email"],
.abc-newsletter__form input[type="submit"],
.abc-newsletter__form button[type="submit"] {
  min-height: 44px !important;
}

.abc-newsletter__whatsapp {
  margin-top: 14px !important;
  padding: 12px 16px !important;
}

@media (min-width: 821px) and (max-width: 1100px) {
  .abc-hero__inner {
    gap: 32px !important;
  }

  .abc-section-head h2 {
    font-size: 28.67px !important;
  }

  .abc-offer-box {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr) !important;
    gap: 40px !important;
    padding: 40px !important;
  }

  .abc-offer-box__visual {
    display: grid !important;
  }

  .abc-offer-media {
    aspect-ratio: 1 / 1 !important;
  }

  .abc-category-card__body {
    padding: 14px 16px 13px !important;
  }

  .abc-category-card__body small {
    min-height: 26px !important;
    margin-bottom: 7px !important;
    font-size: 13.5px !important;
    line-height: 1.35 !important;
  }

  .abc-newsletter__inner {
    gap: 28px !important;
  }
}

@media (max-width: 820px) {
  .abc-home-container {
    width: min(100% - 40px, 1320px) !important;
  }

  .abc-hero h1 {
    font-size: 28.7px !important;
    line-height: 1.08 !important;
  }

  .abc-section-head {
    margin-bottom: 26px !important;
  }

  .abc-section-head h2 {
    font-size: 22.5px !important;
    line-height: 1.1 !important;
  }

  .abc-section-head p {
    font-size: 14px !important;
  }

  .abc-category-card__body {
    padding: 14px 16px 13px !important;
  }

  .abc-category-card__body small {
    min-height: 26px !important;
    margin-bottom: 7px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .abc-value-card {
    padding: 26px 24px !important;
  }

  .abc-offer-box {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
    padding: 32px 24px !important;
  }

  .abc-offer-box h2 {
    font-size: 28px !important;
  }

  .abc-newsletter {
    padding: 44px 0 !important;
  }

  .abc-newsletter__inner {
    gap: 24px !important;
  }
}

@media (max-width: 600px) {
  .abc-home-container {
    width: min(100% - 32px, 1320px) !important;
  }

  .abc-section {
    padding: 52px 0 !important;
  }

  .abc-hero__inner {
    padding-top: 48px !important;
    padding-bottom: 50px !important;
  }

  .abc-hero h1 {
    font-size: 28px !important;
    line-height: 30.24px !important;
  }

  .abc-hero__actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    margin-bottom: 36px !important;
  }

  .abc-btn {
    width: 100% !important;
  }

  .abc-hero__badges,
  .abc-category-grid,
  .abc-products-grid,
  .abc-value-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .abc-category-grid,
  .abc-products-grid {
    gap: 16px !important;
  }

  .abc-hero__badges {
    gap: 10px !important;
  }

  .abc-hero__badges > span {
    min-height: 68px !important;
    padding: 14px !important;
  }

  .abc-product-card__media {
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }

  .abc-product-card__body {
    min-height: 0 !important;
    padding: 12px 14px !important;
  }

  .abc-product-card__brand {
    margin-bottom: 3px !important;
    font-size: 10.5px !important;
    line-height: 1.2 !important;
  }

  .abc-product-card h3 {
    min-height: 38px !important;
    margin-bottom: 6px !important;
    font-size: 13.5px !important;
    line-height: 1.35 !important;
  }

  .abc-product-card__price {
    margin-bottom: 6px !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  .abc-product-form {
    margin-top: 0 !important;
  }

  .abc-product-form .pls-inline-card__qty {
    height: 34px !important;
  }

  .abc-product-form .pls-inline-card__qty-btn,
  .abc-product-form .pls-inline-card__qty-input,
  .abc-product-form .pls-inline-card__submit {
    height: 32px !important;
    min-height: 32px !important;
  }

  .abc-value-card {
    padding: 24px 22px !important;
  }

  .abc-value-card span {
    width: 44px !important;
    height: 44px !important;
  }

  .abc-value-card h3 {
    margin-top: 16px !important;
  }

  .abc-offer-box {
    gap: 22px !important;
    padding: 26px 20px !important;
  }

  .abc-offer-media {
    max-height: 360px !important;
  }

  .abc-offer-box__visual {
    gap: 12px !important;
  }

  .abc-offer-box__visual blockquote {
    padding: 14px 16px !important;
  }

  .abc-newsletter {
    padding: 40px 0 !important;
  }

  .abc-newsletter__form {
    padding: 16px !important;
  }

  .abc-newsletter__form form {
    gap: 8px !important;
  }

  .abc-newsletter__form input[type="email"],
  .abc-newsletter__form input[name="email"],
  .abc-newsletter__form input[type="submit"],
  .abc-newsletter__form button[type="submit"] {
    min-height: 42px !important;
  }

  .abc-newsletter__whatsapp {
    align-items: flex-start !important;
    gap: 12px !important;
    margin-top: 12px !important;
    padding: 11px 14px !important;
  }
}

@media (max-width: 430px) {
  .abc-hero__inner {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }

  .abc-hero__badges > span {
    min-height: 70px !important;
  }

  .abc-category-card__body {
    padding: 13px 16px 12px !important;
  }

  .abc-offer-price {
    font-size: 38px !important;
  }

  .abc-newsletter h2 {
    font-size: 22px !important;
  }
}

@media (min-width: 1101px) {
  .abc-newsletter__form {
    padding: 10px !important;
  }

  .abc-newsletter__form form {
    gap: 6px !important;
  }

  .abc-newsletter__form input[type="email"],
  .abc-newsletter__form input[name="email"],
  .abc-newsletter__form input[type="submit"],
  .abc-newsletter__form button[type="submit"] {
    height: 38px !important;
    min-height: 38px !important;
  }

  .abc-newsletter__form .conditions,
  .abc-newsletter__form .ps-emailsubscription-conditions,
  .abc-newsletter__form .gdpr_module {
    margin-top: 4px !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .abc-newsletter__whatsapp {
    min-height: 44px !important;
    margin-top: 10px !important;
    padding: 10px 14px !important;
  }
}

@media (min-width: 601px) and (max-width: 1100px) {
  .abc-newsletter__form {
    padding: 14px !important;
  }

  .abc-newsletter__form form {
    gap: 8px !important;
  }

  .abc-newsletter__form input[type="email"],
  .abc-newsletter__form input[name="email"],
  .abc-newsletter__form input[type="submit"],
  .abc-newsletter__form button[type="submit"] {
    height: 40px !important;
    min-height: 40px !important;
  }

  .abc-newsletter__form .conditions,
  .abc-newsletter__form .ps-emailsubscription-conditions,
  .abc-newsletter__form .gdpr_module {
    margin-top: 6px !important;
    font-size: 11.5px !important;
    line-height: 1.4 !important;
  }
}

/* Hero typography alignment against web_nueva.html reference. */
.abc-new-home .abc-hero .abc-eyebrow {
  gap: 8px !important;
  margin-bottom: 20px !important;
  color: var(--abc-orange) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
}

.abc-new-home .abc-hero .abc-eyebrow::before {
  width: 28px !important;
  height: 2px !important;
}

.abc-new-home .abc-hero h1 {
  max-width: 620px !important;
  margin: 0 0 16px !important;
  color: #ffffff !important;
  font-family: Manrope, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: clamp(28px, 3.5vw, 52px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -1.5px !important;
}

.abc-new-home .abc-hero h1 em {
  display: block !important;
  color: var(--abc-orange) !important;
  font-style: normal !important;
  letter-spacing: -1.5px !important;
}

.abc-new-home .abc-hero__text {
  max-width: 440px !important;
  margin: 0 0 32px !important;
  color: rgba(255,255,255,.70) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

.abc-new-home .abc-hero__actions {
  gap: 12px !important;
  margin-bottom: 40px !important;
}

.abc-new-home .abc-hero .abc-btn {
  min-height: 48px !important;
  border-radius: 50px !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.abc-new-home .abc-hero .abc-btn--primary {
  gap: 10px !important;
  padding: 14px 28px !important;
  font-weight: 700 !important;
  box-shadow: 0 6px 24px rgba(232,130,26,.4) !important;
}

.abc-new-home .abc-hero .abc-btn--ghost {
  gap: 8px !important;
  padding: 14px 24px !important;
  border: 1px solid rgba(255,255,255,.25) !important;
  background: rgba(255,255,255,.08) !important;
  font-weight: 600 !important;
  backdrop-filter: blur(4px);
}

.abc-new-home .abc-hero__badges {
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.abc-new-home .abc-hero__badges > span {
  display: flex !important;
  min-height: 66px !important;
  gap: 10px !important;
  align-items: center !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 14px !important;
  padding: 12px 14px !important;
  background: rgba(255,255,255,.06) !important;
  color: #ffffff !important;
}

.abc-new-home .abc-hero__badges > span > span {
  display: block !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
}

.abc-new-home .abc-hero__badges i {
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
  border-radius: 8px !important;
  background: rgba(232,130,26,.15) !important;
  color: var(--abc-orange) !important;
}

.abc-new-home .abc-hero__badges i svg {
  width: 18px !important;
  height: 18px !important;
  stroke: currentColor !important;
}

.abc-new-home .abc-hero__badges strong {
  display: block !important;
  color: #ffffff !important;
  font-family: Manrope, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.abc-new-home .abc-hero__badges small {
  display: block !important;
  margin-top: 2px !important;
  color: rgba(255,255,255,.55) !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

@media (max-width: 600px) {
  .abc-new-home .abc-hero h1 {
    letter-spacing: -0.8px !important;
  }

  .abc-new-home .abc-hero h1 em {
    letter-spacing: -0.8px !important;
  }

  .abc-new-home .abc-hero__actions {
    gap: 10px !important;
    margin-bottom: 36px !important;
  }

  .abc-new-home .abc-hero .abc-btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .abc-new-home .abc-hero__badges {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Home categories: align cards and heading with the new visual reference. */
.abc-new-home .abc-categories .abc-eyebrow {
  display: none !important;
}

.abc-new-home .abc-categories .abc-section-head {
  align-items: center !important;
  margin-bottom: 34px !important;
}

.abc-new-home .abc-categories .abc-section-head h2 {
  margin: 0 0 8px !important;
  color: var(--abc-text) !important;
  font-size: 38px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.abc-new-home .abc-categories .abc-section-head h2 span {
  color: var(--abc-orange) !important;
}

.abc-new-home .abc-categories .abc-section-head p {
  margin: 0 !important;
  color: var(--abc-muted) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.abc-new-home .abc-categories .abc-link-btn {
  min-height: 40px !important;
  border: 1px solid var(--abc-navy) !important;
  border-radius: 50px !important;
  padding: 0 20px !important;
  background: #ffffff !important;
  color: var(--abc-navy) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.abc-new-home .abc-category-card {
  overflow: hidden !important;
  border: 1px solid var(--abc-line) !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.abc-new-home .abc-category-card:hover {
  border-color: rgba(13,58,110,.2) !important;
  box-shadow: var(--abc-shadow-lg) !important;
  transform: translateY(-3px) !important;
}

.abc-new-home .abc-category-card__media,
.abc-new-home .abc-category-card__media--blue,
.abc-new-home .abc-category-card__media--orange,
.abc-new-home .abc-category-card__media--violet,
.abc-new-home .abc-category-card__media--green,
.abc-new-home .abc-category-card__media--yellow {
  aspect-ratio: 16 / 9 !important;
  padding: 12px 18px 8px !important;
  background: #ffffff !important;
}

.abc-new-home .abc-category-card__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.abc-new-home .abc-category-card__body {
  min-height: 124px !important;
  border-top: 0 !important;
  padding: 14px 18px 16px !important;
  background: #ffffff !important;
}

.abc-new-home .abc-category-card__body strong {
  margin: 0 0 6px !important;
  color: var(--abc-text) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.abc-new-home .abc-category-card__body small {
  min-height: 38px !important;
  margin: 0 0 10px !important;
  color: var(--abc-muted) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

.abc-new-home .abc-category-card__body > span {
  color: var(--abc-navy) !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

@media (max-width: 820px) {
  .abc-new-home .abc-categories .abc-section-head {
    align-items: flex-start !important;
  }

  .abc-new-home .abc-categories .abc-section-head h2 {
    font-size: 28.67px !important;
  }
}

@media (max-width: 600px) {
  .abc-new-home .abc-categories .abc-section-head {
    margin-bottom: 28px !important;
  }

  .abc-new-home .abc-categories .abc-section-head h2 {
    font-size: 28px !important;
  }

  .abc-new-home .abc-category-card__body {
    min-height: 116px !important;
  }
}

/* Home categories: final title color and divider accents. */
.abc-categories .abc-eyebrow,
.abc-new-home .abc-categories .abc-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 12px !important;
  color: var(--abc-orange) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 4px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.abc-categories .abc-eyebrow::before,
.abc-new-home .abc-categories .abc-eyebrow::before {
  content: "" !important;
  display: block !important;
  width: 22px !important;
  height: 2px !important;
  flex: 0 0 22px !important;
  background: var(--abc-orange) !important;
}

.abc-categories .abc-section-head h2 span,
.abc-categories #abc-categories-title span,
.abc-new-home .abc-categories #abc-categories-title span,
.abc-new-home .abc-categories .abc-section-head h2 span {
  color: #0d3a6e !important;
}

.abc-categories .abc-category-card,
.abc-new-home .abc-categories .abc-category-card {
  background: #ffffff !important;
}

.abc-categories .abc-category-card::before,
.abc-categories .abc-category-card::after,
.abc-categories .abc-category-card__media::before,
.abc-categories .abc-category-card__media::after,
.abc-new-home .abc-categories .abc-category-card::before,
.abc-new-home .abc-categories .abc-category-card::after,
.abc-new-home .abc-categories .abc-category-card__media::before,
.abc-new-home .abc-categories .abc-category-card__media::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  background: transparent !important;
}

.abc-categories .abc-category-card__media,
.abc-new-home .abc-categories .abc-category-card__media {
  border-bottom: 3px solid #e8821a !important;
  background: linear-gradient(135deg, #f8fafc 0%, #d4e9ff 100%) !important;
  background-image: linear-gradient(135deg, #f8fafc 0%, #d4e9ff 100%) !important;
}

.abc-categories .abc-category-card__media--blue,
.abc-new-home .abc-categories .abc-category-card__media--blue {
  background: linear-gradient(135deg, #e8f0fb 0%, #c5d8f7 100%) !important;
  background-image: linear-gradient(135deg, #e8f0fb 0%, #c5d8f7 100%) !important;
}

.abc-categories .abc-category-card__media--orange,
.abc-new-home .abc-categories .abc-category-card__media--orange {
  background: linear-gradient(135deg, #fff3e5 0%, #ffd9aa 100%) !important;
  background-image: linear-gradient(135deg, #fff3e5 0%, #ffd9aa 100%) !important;
}

.abc-categories .abc-category-card__media--violet,
.abc-new-home .abc-categories .abc-category-card__media--violet {
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%) !important;
  background-image: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%) !important;
}

.abc-categories .abc-category-card__media--green,
.abc-new-home .abc-categories .abc-category-card__media--green {
  background: linear-gradient(135deg, #f0fdf4 0%, #bbf7d0 100%) !important;
  background-image: linear-gradient(135deg, #f0fdf4 0%, #bbf7d0 100%) !important;
}

.abc-categories .abc-category-card__media--yellow,
.abc-new-home .abc-categories .abc-category-card__media--yellow {
  background: linear-gradient(135deg, #fef9c3 0%, #fde68a 100%) !important;
  background-image: linear-gradient(135deg, #fef9c3 0%, #fde68a 100%) !important;
}

.abc-categories .abc-category-card__body,
.abc-new-home .abc-categories .abc-category-card__body {
  border-top: 0 !important;
  background: #ffffff !important;
}

.abc-categories .abc-category-card__body > span,
.abc-new-home .abc-categories .abc-category-card__body > span {
  color: #e8821a !important;
}

/* Home headings: match reference span color outside categories too. */
.abc-products .abc-section-head h2 span,
.abc-products #abc-products-title span,
.abc-value .abc-section-head h2 span,
.abc-value #abc-value-title span,
.abc-new-home .abc-products .abc-section-head h2 span,
.abc-new-home .abc-products #abc-products-title span,
.abc-new-home .abc-value .abc-section-head h2 span,
.abc-new-home .abc-value #abc-value-title span {
  color: #0d3a6e !important;
}

/* Home hero primary CTA: match the visual reference button. */
.abc-new-home .abc-hero .abc-btn--primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: normal !important;
  gap: 10px !important;
  min-height: 0 !important;
  height: 47px !important;
  box-sizing: border-box !important;
  padding: 14px 28px !important;
  border: 0 !important;
  border-radius: 50px !important;
  background: #e8821a !important;
  color: #ffffff !important;
  font-family: Manrope, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-decoration: none !important;
  box-shadow: 0 6px 24px rgba(232, 130, 26, 0.4) !important;
  transition: all 0.22s ease !important;
}

.abc-new-home .abc-hero .abc-btn--primary:hover,
.abc-new-home .abc-hero .abc-btn--primary:focus {
  border: 0 !important;
  background: #c96c0a !important;
  color: #ffffff !important;
  box-shadow: 0 10px 32px rgba(232, 130, 26, 0.5) !important;
  transform: translateY(-2px) !important;
}

/* Home product tabs: match reference left alignment. */
.abc-products .abc-product-tabs,
.abc-new-home .abc-products .abc-product-tabs {
  justify-content: flex-start !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Home product cards: match reference price and quantity controls. */
.abc-products .abc-product-card__price,
.abc-new-home .abc-products .abc-product-card__price {
  margin-bottom: 12px !important;
  color: #0f1b2d !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.3px !important;
}

.abc-products .abc-product-card__price span,
.abc-new-home .abc-products .abc-product-card__price span {
  color: #94a3b8 !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.abc-products .abc-product-form .pls-inline-card__qty,
.abc-new-home .abc-products .abc-product-form .pls-inline-card__qty {
  flex: 0 0 92px !important;
  height: 35px !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
}

.abc-products .abc-product-form .pls-inline-card__qty-btn,
.abc-new-home .abc-products .abc-product-form .pls-inline-card__qty-btn {
  flex: 0 0 28px !important;
  width: 28px !important;
  min-width: 28px !important;
  height: 32px !important;
  min-height: 32px !important;
  border: 0 !important;
  background: #f8fafc !important;
  color: #475569 !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.abc-products .abc-product-form .pls-inline-card__qty-btn:hover,
.abc-products .abc-product-form .pls-inline-card__qty-btn:focus,
.abc-new-home .abc-products .abc-product-form .pls-inline-card__qty-btn:hover,
.abc-new-home .abc-products .abc-product-form .pls-inline-card__qty-btn:focus {
  background: rgba(13, 58, 110, 0.08) !important;
  color: #0d3a6e !important;
}

.abc-products .abc-product-form .pls-inline-card__qty-input,
.abc-new-home .abc-products .abc-product-form .pls-inline-card__qty-input {
  flex: 0 0 32px !important;
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  border: 0 !important;
  border-right: 1.5px solid #e2e8f0 !important;
  border-left: 1.5px solid #e2e8f0 !important;
  background: #ffffff !important;
  color: #0f1b2d !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
}

/* Home value cards: match the reference blue treatment and hover. */
.abc-value .abc-value-card,
.abc-new-home .abc-value .abc-value-card {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  transition: all 0.25s ease !important;
}

.abc-value .abc-value-card::after,
.abc-new-home .abc-value .abc-value-card::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: block !important;
  height: 3px !important;
  background: #0d3a6e !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.25s ease !important;
}

.abc-value .abc-value-card:hover,
.abc-new-home .abc-value .abc-value-card:hover {
  border-color: transparent !important;
  box-shadow: var(--abc-shadow-lg) !important;
  transform: translateY(-3px) !important;
}

.abc-value .abc-value-card:hover::after,
.abc-new-home .abc-value .abc-value-card:hover::after {
  transform: scaleX(1) !important;
}

.abc-value .abc-value-card > span,
.abc-new-home .abc-value .abc-value-card > span {
  width: 48px !important;
  height: 48px !important;
  margin-bottom: 16px !important;
  border-radius: 14px !important;
  background: rgba(13, 58, 110, 0.08) !important;
  color: #0d3a6e !important;
}

/* Home value review: match the reference review-card exactly. */
.abc-value .abc-review,
.abc-new-home .abc-value .abc-review {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  align-items: flex-start !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 24px 28px !important;
  border: 1px solid #e2e8f0 !important;
  border-left: 4px solid #0d3a6e !important;
  border-radius: 14px !important;
  background: rgba(13, 58, 110, 0.04) !important;
  box-shadow: none !important;
  line-height: normal !important;
}

.abc-value .abc-review::before,
.abc-new-home .abc-value .abc-review::before {
  content: none !important;
}

.abc-value .abc-review__stars,
.abc-new-home .abc-value .abc-review__stars {
  display: block !important;
  margin: 0 0 5px !important;
  color: #f59e0b !important;
  font-size: 18px !important;
  line-height: normal !important;
  letter-spacing: 0 !important;
}

.abc-value .abc-review p,
.abc-new-home .abc-value .abc-review p {
  margin: 0 0 5px !important;
  color: #475569 !important;
  font-size: 16px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

.abc-value .abc-review cite,
.abc-new-home .abc-value .abc-review cite {
  display: block !important;
  margin: 0 !important;
  color: #0d3a6e !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
}

/* Home value section: exact web_nueva.html layout. */
.abc-new-home .abc-value,
.abc-value {
  padding: 80px 0 !important;
  background: #f8fafc !important;
  line-height: normal !important;
}

.abc-new-home .abc-value .abc-home-container,
.abc-value .abc-home-container {
  width: 100% !important;
  max-width: 1320px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 24px !important;
  padding-left: 24px !important;
  box-sizing: border-box !important;
}

.abc-new-home .abc-value .abc-section-head,
.abc-value .abc-section-head {
  display: block !important;
  max-width: 540px !important;
  margin: 0 auto 48px !important;
  text-align: center !important;
}

.abc-new-home .abc-value .abc-section-head > div,
.abc-value .abc-section-head > div {
  max-width: none !important;
  margin: 0 !important;
}

.abc-new-home .abc-value .abc-eyebrow,
.abc-value .abc-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 0 10px !important;
  color: #e8821a !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
}

.abc-new-home .abc-value .abc-eyebrow::before,
.abc-value .abc-eyebrow::before {
  content: "" !important;
  display: block !important;
  width: 20px !important;
  height: 2px !important;
  background: #e8821a !important;
}

.abc-new-home .abc-value .abc-section-head h2,
.abc-value .abc-section-head h2,
.abc-new-home .abc-value #abc-value-title,
.abc-value #abc-value-title {
  margin: 0 0 6px !important;
  color: #0f1b2d !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: clamp(22px, 2.8vw, 38px) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.5px !important;
}

.abc-new-home .abc-value .abc-section-head h2 span,
.abc-value .abc-section-head h2 span,
.abc-new-home .abc-value #abc-value-title span,
.abc-value #abc-value-title span {
  color: #0d3a6e !important;
}

.abc-new-home .abc-value .abc-section-head p,
.abc-value .abc-section-head p {
  max-width: none !important;
  margin: 8px 0 0 !important;
  color: #475569 !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

.abc-new-home .abc-value .abc-value-grid,
.abc-value .abc-value-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  margin: 0 0 40px !important;
}

.abc-new-home .abc-value .abc-value-card,
.abc-value .abc-value-card {
  position: relative !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  padding: 32px 28px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  transition: all 0.25s ease !important;
}

.abc-new-home .abc-value .abc-value-card::after,
.abc-value .abc-value-card::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: block !important;
  height: 3px !important;
  background: #0d3a6e !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.25s ease !important;
}

.abc-new-home .abc-value .abc-value-card:hover,
.abc-value .abc-value-card:hover {
  border-color: transparent !important;
  box-shadow: 0 20px 60px rgba(13, 58, 110, 0.18), 0 4px 16px rgba(13, 58, 110, 0.1) !important;
  transform: translateY(-3px) !important;
}

.abc-new-home .abc-value .abc-value-card:hover::after,
.abc-value .abc-value-card:hover::after {
  transform: scaleX(1) !important;
}

.abc-new-home .abc-value .abc-value-card > span,
.abc-value .abc-value-card > span {
  display: flex !important;
  width: 48px !important;
  height: 48px !important;
  margin: 0 0 16px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  background: rgba(13, 58, 110, 0.08) !important;
  color: #0d3a6e !important;
}

.abc-new-home .abc-value .abc-value-card h3,
.abc-value .abc-value-card h3 {
  margin: 0 0 8px !important;
  color: #0f1b2d !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

.abc-new-home .abc-value .abc-value-card p,
.abc-value .abc-value-card p {
  margin: 0 !important;
  color: #475569 !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
}

@media (max-width: 1024px) {
  .abc-new-home .abc-value .abc-value-grid,
  .abc-value .abc-value-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }
}

@media (max-width: 640px) {
  .abc-new-home .abc-value .abc-value-card,
  .abc-value .abc-value-card {
    padding: 24px 20px !important;
  }
}

/* Home featured offer: exact web_nueva.html section layout. */
.abc-new-home .abc-offer,
.abc-offer {
  padding: 80px 0 !important;
  background: #ffffff !important;
  line-height: normal !important;
}

.abc-new-home .abc-offer .abc-home-container,
.abc-offer .abc-home-container {
  width: 100% !important;
  max-width: 1320px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 24px !important;
  padding-left: 24px !important;
  box-sizing: border-box !important;
}

.abc-new-home .abc-offer .abc-offer-box,
.abc-offer .abc-offer-box {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 48px !important;
  align-items: center !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  padding: 56px !important;
  background: linear-gradient(135deg, #081f3c 0%, #0d3a6e 55%, #1565c0 100%) !important;
}

.abc-new-home .abc-offer .abc-offer-box::before,
.abc-offer .abc-offer-box::before {
  content: "OFERTA" !important;
  position: absolute !important;
  top: 20px !important;
  right: -20px !important;
  display: block !important;
  color: rgba(255, 255, 255, 0.03) !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 110px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -4px !important;
  pointer-events: none !important;
}

.abc-new-home .abc-offer .abc-offer-box__content,
.abc-new-home .abc-offer .abc-offer-box__visual,
.abc-offer .abc-offer-box__content,
.abc-offer .abc-offer-box__visual {
  position: relative !important;
  z-index: 1 !important;
}

.abc-new-home .abc-offer .abc-offer-tag,
.abc-offer .abc-offer-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 16px !important;
  border-radius: 50px !important;
  padding: 5px 14px !important;
  background: #e8821a !important;
  color: #ffffff !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: normal !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

.abc-new-home .abc-offer .abc-offer-tag span,
.abc-offer .abc-offer-tag span {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
}

.abc-new-home .abc-offer .abc-offer-box h2,
.abc-offer .abc-offer-box h2 {
  margin: 0 0 20px !important;
  color: #ffffff !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: clamp(24px, 2.8vw, 40px) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.5px !important;
}

.abc-new-home .abc-offer .abc-offer-box h2 em,
.abc-offer .abc-offer-box h2 em {
  color: #e8821a !important;
  font-style: normal !important;
}

.abc-new-home .abc-offer .abc-offer-price,
.abc-offer .abc-offer-price {
  margin: 0 0 6px !important;
  color: #ffffff !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 48px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -1.5px !important;
}

.abc-new-home .abc-offer .abc-offer-note,
.abc-offer .abc-offer-note {
  margin: 0 0 20px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.abc-new-home .abc-offer .abc-offer-points,
.abc-offer .abc-offer-points {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  list-style: none !important;
}

.abc-new-home .abc-offer .abc-offer-points li,
.abc-offer .abc-offer-points li {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.abc-new-home .abc-offer .abc-offer-points li::before,
.abc-offer .abc-offer-points li::before {
  content: "\2713" !important;
  color: #e8821a !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.abc-new-home .abc-offer .abc-offer-form .pls-inline-card__control-row,
.abc-offer .abc-offer-form .pls-inline-card__control-row {
  display: flex !important;
  max-width: none !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 14px !important;
  flex-wrap: wrap !important;
}

.abc-new-home .abc-offer .abc-offer-form .pls-inline-card__qty,
.abc-offer .abc-offer-form .pls-inline-card__qty {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  height: 44px !important;
  overflow: hidden !important;
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 8px !important;
  background: transparent !important;
}

.abc-new-home .abc-offer .abc-offer-form .pls-inline-card__qty-btn,
.abc-offer .abc-offer-form .pls-inline-card__qty-btn {
  display: flex !important;
  width: 32px !important;
  min-width: 32px !important;
  height: 44px !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.abc-new-home .abc-offer .abc-offer-form .pls-inline-card__qty-btn:hover,
.abc-offer .abc-offer-form .pls-inline-card__qty-btn:hover {
  background: rgba(255, 255, 255, 0.18) !important;
}

.abc-new-home .abc-offer .abc-offer-form .pls-inline-card__qty-input,
.abc-offer .abc-offer-form .pls-inline-card__qty-input {
  width: 36px !important;
  min-width: 36px !important;
  height: 44px !important;
  min-height: 44px !important;
  border: 0 !important;
  border-right: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  border-left: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-align: center !important;
}

.abc-new-home .abc-offer .abc-offer-form .pls-inline-card__submit,
.abc-offer .abc-offer-form .pls-inline-card__submit {
  display: flex !important;
  flex: 1 1 auto !important;
  height: 44px !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #e8821a !important;
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(232, 130, 26, 0.35) !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

.abc-new-home .abc-offer .abc-offer-form .pls-inline-card__submit:hover,
.abc-offer .abc-offer-form .pls-inline-card__submit:hover {
  background: #c96c0a !important;
}

.abc-new-home .abc-offer .abc-offer-validity,
.abc-offer .abc-offer-validity {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.abc-new-home .abc-offer .abc-offer-validity svg,
.abc-offer .abc-offer-validity svg {
  flex: 0 0 auto !important;
  color: rgba(255, 255, 255, 0.4) !important;
}

.abc-new-home .abc-offer .abc-offer-box__visual,
.abc-offer .abc-offer-box__visual {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.abc-new-home .abc-offer .abc-offer-media,
.abc-offer .abc-offer-media {
  position: relative !important;
  display: flex !important;
  aspect-ratio: 1 / 1 !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.abc-new-home .abc-offer .abc-offer-media span,
.abc-offer .abc-offer-media span {
  width: 120px !important;
  height: 120px !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.abc-new-home .abc-offer .abc-offer-media img,
.abc-offer .abc-offer-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

.abc-new-home .abc-offer .abc-offer-media strong,
.abc-offer .abc-offer-media strong {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  border: 1px solid #bbf7d0 !important;
  border-radius: 50px !important;
  padding: 5px 12px !important;
  background: #dcfce7 !important;
  color: #166534 !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  line-height: normal !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
}

.abc-new-home .abc-offer .abc-offer-box__visual blockquote,
.abc-offer .abc-offer-box__visual blockquote {
  margin: 0 !important;
  border: 0 !important;
  border-left: 3px solid #e8821a !important;
  border-radius: 14px !important;
  padding: 16px 18px !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.abc-new-home .abc-offer .abc-offer-stars,
.abc-offer .abc-offer-stars {
  margin: 0 0 5px !important;
  color: #f59e0b !important;
  font-size: 15px !important;
  line-height: normal !important;
}

.abc-new-home .abc-offer .abc-offer-box__visual p,
.abc-offer .abc-offer-box__visual p {
  margin: 0 0 5px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.abc-new-home .abc-offer .abc-offer-box__visual cite,
.abc-offer .abc-offer-box__visual cite {
  display: block !important;
  color: #e8821a !important;
  font-size: 12.5px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
}

@media (max-width: 1100px) {
  .abc-new-home .abc-offer .abc-offer-box,
  .abc-offer .abc-offer-box {
    padding: 40px !important;
  }
}

@media (max-width: 820px) {
  .abc-new-home .abc-offer .abc-offer-box,
  .abc-offer .abc-offer-box {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
    padding: 32px 24px !important;
  }

  .abc-new-home .abc-offer .abc-offer-box::before,
  .abc-offer .abc-offer-box::before {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .abc-new-home .abc-offer,
  .abc-offer {
    padding: 52px 0 !important;
  }

  .abc-new-home .abc-offer .abc-home-container,
  .abc-offer .abc-home-container {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .abc-new-home .abc-offer .abc-offer-box,
  .abc-offer .abc-offer-box {
    border-radius: 16px !important;
    padding: 24px 18px !important;
  }

  .abc-new-home .abc-offer .abc-offer-box h2,
  .abc-offer .abc-offer-box h2 {
    font-size: 24px !important;
  }

  .abc-new-home .abc-offer .abc-offer-price,
  .abc-offer .abc-offer-price {
    font-size: 38px !important;
  }
}

/* Home CTA: exact web_nueva.html banner. */
.abc-new-home .abc-cta,
.abc-cta {
  position: relative !important;
  overflow: hidden !important;
  padding: 0 !important;
  border-top: 1px solid #e2e8f0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  background: #f5f8ff !important;
  text-align: left !important;
}

.abc-new-home .abc-cta .abc-cta__inner,
.abc-cta .abc-cta__inner {
  display: grid !important;
  width: 100% !important;
  max-width: 1320px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 24px !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 0 !important;
  box-sizing: border-box !important;
}

.abc-new-home .abc-cta .abc-cta__left,
.abc-cta .abc-cta__left {
  padding: 64px 48px 64px 0 !important;
  text-align: left !important;
}

.abc-new-home .abc-cta h2,
.abc-cta h2 {
  margin: 0 0 8px !important;
  color: #0f1b2d !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: clamp(26px, 3vw, 44px) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.5px !important;
}

.abc-new-home .abc-cta h2 em,
.abc-cta h2 em {
  color: #1565c0 !important;
  font-style: normal !important;
}

.abc-new-home .abc-cta .abc-cta__sub,
.abc-cta .abc-cta__sub {
  margin: 0 0 28px !important;
  color: #1565c0 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.abc-new-home .abc-cta .abc-cta__sub strong,
.abc-cta .abc-cta__sub strong {
  font-weight: 700 !important;
}

.abc-new-home .abc-cta .abc-cta__button,
.abc-cta .abc-cta__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border: 0 !important;
  border-radius: 50px !important;
  padding: 15px 36px !important;
  background: #e8821a !important;
  color: #ffffff !important;
  box-shadow: 0 6px 24px rgba(232, 130, 26, 0.35) !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: normal !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.abc-new-home .abc-cta .abc-cta__button:hover,
.abc-cta .abc-cta__button:hover {
  background: #c96c0a !important;
  color: #ffffff !important;
  box-shadow: 0 10px 32px rgba(232, 130, 26, 0.45) !important;
  transform: translateY(-2px) !important;
}

.abc-new-home .abc-cta .abc-cta__right,
.abc-cta .abc-cta__right {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  padding: 40px 24px !important;
  border-left: 1px solid #e2e8f0 !important;
}

.abc-new-home .abc-cta .abc-cta__diamond,
.abc-cta .abc-cta__diamond {
  color: #1565c0 !important;
  opacity: 0.7 !important;
}

.abc-new-home .abc-cta .abc-cta__illustration,
.abc-cta .abc-cta__illustration {
  width: 100% !important;
  max-width: 340px !important;
  height: auto !important;
}

@media (max-width: 820px) {
  .abc-new-home .abc-cta .abc-cta__inner,
  .abc-cta .abc-cta__inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .abc-new-home .abc-cta .abc-cta__left,
  .abc-cta .abc-cta__left {
    padding: 48px 0 32px !important;
    text-align: center !important;
  }

  .abc-new-home .abc-cta .abc-cta__right,
  .abc-cta .abc-cta__right {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .abc-new-home .abc-cta .abc-cta__inner,
  .abc-cta .abc-cta__inner {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .abc-new-home .abc-cta .abc-cta__left,
  .abc-cta .abc-cta__left {
    padding: 40px 0 28px !important;
  }

  .abc-new-home .abc-cta h2,
  .abc-cta h2 {
    font-size: 26px !important;
  }

  .abc-new-home .abc-cta .abc-cta__button,
  .abc-cta .abc-cta__button {
    width: 100% !important;
  }
}

/* Home newsletter: exact web_nueva.html layout with the live PrestaShop widget. */
.abc-new-home .abc-newsletter,
.abc-newsletter {
  display: block !important;
  margin: 0 !important;
  padding: 48px 0 !important;
  border: 0 !important;
  background: #081f3c !important;
  color: #ffffff !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__inner,
.abc-newsletter .abc-newsletter__inner {
  display: grid !important;
  max-width: 1320px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 24px !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 48px !important;
  box-sizing: border-box !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__left,
.abc-newsletter .abc-newsletter__left,
.abc-new-home .abc-newsletter .abc-newsletter__right,
.abc-newsletter .abc-newsletter__right {
  min-width: 0 !important;
}

.abc-new-home .abc-newsletter .abc-eyebrow,
.abc-newsletter .abc-eyebrow {
  display: block !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #e8821a !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

.abc-new-home .abc-newsletter .abc-eyebrow::before,
.abc-newsletter .abc-eyebrow::before {
  display: none !important;
}

.abc-new-home .abc-newsletter h2,
.abc-newsletter h2,
.abc-new-home .abc-newsletter #abc-newsletter-title,
.abc-newsletter #abc-newsletter-title {
  margin: 0 0 6px !important;
  color: #ffffff !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.abc-new-home .abc-newsletter p,
.abc-newsletter p {
  max-width: none !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 14.5px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__form,
.abc-newsletter .abc-newsletter__form {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__form .ps-emailsubscription-block,
.abc-newsletter .abc-newsletter__form .ps-emailsubscription-block {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__form form,
.abc-newsletter .abc-newsletter__form form {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__form .input-group,
.abc-newsletter .abc-newsletter__form .input-group,
.abc-new-home .abc-newsletter .abc-newsletter__form .newsletter-input-group,
.abc-newsletter .abc-newsletter__form .newsletter-input-group {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: stretch !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__form .form-group,
.abc-newsletter .abc-newsletter__form .form-group,
.abc-new-home .abc-newsletter .abc-newsletter__form .input-wrapper,
.abc-newsletter .abc-newsletter__form .input-wrapper,
.abc-new-home .abc-newsletter .abc-newsletter__form .newsletter-input,
.abc-newsletter .abc-newsletter__form .newsletter-input,
.abc-new-home .abc-newsletter .abc-newsletter__form .input-group-append,
.abc-newsletter .abc-newsletter__form .input-group-append {
  flex: 1 1 auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__form .input-group-append,
.abc-newsletter .abc-newsletter__form .input-group-append {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: stretch !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__form input[type="email"],
.abc-newsletter .abc-newsletter__form input[type="email"],
.abc-new-home .abc-newsletter .abc-newsletter__form input[name="email"],
.abc-newsletter .abc-newsletter__form input[name="email"],
.abc-new-home .abc-newsletter .abc-newsletter__form input[type="text"],
.abc-newsletter .abc-newsletter__form input[type="text"] {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 14px 18px !important;
  border: 1.5px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 50px !important;
  outline: none !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  transition: border-color 0.18s ease !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__form input[type="email"]::placeholder,
.abc-newsletter .abc-newsletter__form input[type="email"]::placeholder,
.abc-new-home .abc-newsletter .abc-newsletter__form input[name="email"]::placeholder,
.abc-newsletter .abc-newsletter__form input[name="email"]::placeholder,
.abc-new-home .abc-newsletter .abc-newsletter__form input[type="text"]::placeholder,
.abc-newsletter .abc-newsletter__form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 1 !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__form input[type="email"]:focus,
.abc-newsletter .abc-newsletter__form input[type="email"]:focus,
.abc-new-home .abc-newsletter .abc-newsletter__form input[name="email"]:focus,
.abc-newsletter .abc-newsletter__form input[name="email"]:focus,
.abc-new-home .abc-newsletter .abc-newsletter__form input[type="text"]:focus,
.abc-newsletter .abc-newsletter__form input[type="text"]:focus {
  border-color: #e8821a !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__form input[type="submit"],
.abc-newsletter .abc-newsletter__form input[type="submit"],
.abc-new-home .abc-newsletter .abc-newsletter__form button[type="submit"],
.abc-newsletter .abc-newsletter__form button[type="submit"] {
  display: inline-flex !important;
  width: auto !important;
  min-width: 132px !important;
  height: auto !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 14px 24px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 50px !important;
  background: #e8821a !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-align: center !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: background-color 0.18s ease !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__form input[type="submit"]:hover,
.abc-newsletter .abc-newsletter__form input[type="submit"]:hover,
.abc-new-home .abc-newsletter .abc-newsletter__form button[type="submit"]:hover,
.abc-newsletter .abc-newsletter__form button[type="submit"]:hover {
  background: #c96c0a !important;
  color: #ffffff !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__form button[type="submit"] i,
.abc-newsletter .abc-newsletter__form button[type="submit"] i,
.abc-new-home .abc-newsletter .abc-newsletter__form button[type="submit"] svg,
.abc-newsletter .abc-newsletter__form button[type="submit"] svg {
  display: none !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__form .alert,
.abc-newsletter .abc-newsletter__form .alert,
.abc-new-home .abc-newsletter .abc-newsletter__form .conditions,
.abc-newsletter .abc-newsletter__form .conditions,
.abc-new-home .abc-newsletter .abc-newsletter__form .ps-emailsubscription-conditions,
.abc-newsletter .abc-newsletter__form .ps-emailsubscription-conditions,
.abc-new-home .abc-newsletter .abc-newsletter__form .gdpr_module,
.abc-newsletter .abc-newsletter__form .gdpr_module,
.abc-new-home .abc-newsletter .abc-newsletter__form .custom-checkbox,
.abc-newsletter .abc-newsletter__form .custom-checkbox,
.abc-new-home .abc-newsletter .abc-newsletter__form form > .mt-2,
.abc-newsletter .abc-newsletter__form form > .mt-2 {
  display: none !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__whatsapp,
.abc-newsletter .abc-newsletter__whatsapp {
  display: flex !important;
  margin: 16px 0 0 !important;
  padding: 14px 18px !important;
  min-height: 71px !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  border: 1px solid rgba(37, 211, 102, 0.2) !important;
  border-radius: 14px !important;
  background: rgba(37, 211, 102, 0.08) !important;
  color: inherit !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__whatsapp:hover,
.abc-newsletter .abc-newsletter__whatsapp:hover {
  border-color: rgba(37, 211, 102, 0.35) !important;
  background: rgba(37, 211, 102, 0.12) !important;
  color: inherit !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__wa-icon,
.abc-newsletter .abc-newsletter__wa-icon {
  display: flex !important;
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #25d366 !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__wa-text,
.abc-newsletter .abc-newsletter__wa-text {
  display: block !important;
  min-width: 0 !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__wa-text strong,
.abc-newsletter .abc-newsletter__wa-text strong {
  display: block !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__wa-text span,
.abc-newsletter .abc-newsletter__wa-text span {
  display: block !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

.abc-new-home .abc-newsletter .abc-newsletter__wa-phone,
.abc-newsletter .abc-newsletter__wa-phone {
  display: block !important;
  margin-left: auto !important;
  color: #25d366 !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

@media (max-width: 820px) {
  .abc-new-home .abc-newsletter .abc-newsletter__inner,
  .abc-newsletter .abc-newsletter__inner {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  .abc-new-home .abc-newsletter .abc-newsletter__whatsapp,
  .abc-newsletter .abc-newsletter__whatsapp {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    padding: 18px !important;
  }

  .abc-new-home .abc-newsletter .abc-newsletter__wa-phone,
  .abc-newsletter .abc-newsletter__wa-phone {
    width: 100% !important;
    margin-left: 0 !important;
    padding-top: 4px !important;
    font-size: 22px !important;
  }
}

@media (max-width: 600px) {
  .abc-new-home .abc-newsletter,
  .abc-newsletter {
    padding: 42px 0 !important;
  }

  .abc-new-home .abc-newsletter .abc-newsletter__inner,
  .abc-newsletter .abc-newsletter__inner {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .abc-new-home .abc-newsletter .abc-newsletter__form form,
  .abc-newsletter .abc-newsletter__form form,
  .abc-new-home .abc-newsletter .abc-newsletter__form .input-group,
  .abc-newsletter .abc-newsletter__form .input-group {
    flex-direction: column !important;
  }

  .abc-new-home .abc-newsletter .abc-newsletter__form input[type="submit"],
  .abc-newsletter .abc-newsletter__form input[type="submit"],
  .abc-new-home .abc-newsletter .abc-newsletter__form button[type="submit"],
  .abc-newsletter .abc-newsletter__form button[type="submit"] {
    width: 100% !important;
  }
}

/* Hero catalog badge: exact metrics from web_nueva.html reference. */
.abc-new-home .abc-hero__catalog-badge {
  box-sizing: border-box !important;
  width: 186.39px !important;
  min-height: 120px !important;
}

.abc-new-home .abc-hero__catalog-badge small {
  margin-bottom: 4px !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  line-height: 14px !important;
}

.abc-new-home .abc-hero__catalog-badge strong {
  font-size: 28px !important;
  line-height: 28px !important;
}

.abc-new-home .abc-hero__catalog-badge span {
  margin-top: 4px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  line-height: 17px !important;
}

.abc-new-home .abc-hero__catalog-badge em {
  margin-top: 2px !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: .5px !important;
  line-height: 15px !important;
}

/* Mobile home parity with web_nueva.html. */
@media (max-width: 600px) {
  .abc-new-home .abc-section-head,
  .abc-new-home .abc-categories .abc-section-head,
  .abc-new-home .abc-products .abc-section-head {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 28px !important;
  }

  .abc-new-home .abc-section-head h2,
  .abc-new-home .abc-categories .abc-section-head h2,
  .abc-new-home .abc-products .abc-section-head h2,
  .abc-new-home .abc-value .abc-section-head h2,
  .abc-new-home .abc-value #abc-value-title {
    margin-bottom: 6px !important;
    font-size: 22px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.5px !important;
  }

  .abc-new-home .abc-section-head p,
  .abc-new-home .abc-categories .abc-section-head p,
  .abc-new-home .abc-products .abc-section-head p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  .abc-new-home .abc-link-btn,
  .abc-new-home .abc-categories .abc-link-btn,
  .abc-new-home .abc-products .abc-link-btn {
    width: auto !important;
    min-width: 0 !important;
    min-height: 41px !important;
    align-self: flex-start !important;
    justify-content: center !important;
    border-width: 1.5px !important;
    padding: 10px 20px !important;
    line-height: normal !important;
  }

  .abc-new-home .abc-categories .abc-eyebrow {
    margin-bottom: 10px !important;
    font-size: 12.5px !important;
    letter-spacing: 2.5px !important;
  }

  .abc-new-home .abc-category-card__body {
    display: block !important;
    min-height: 106px !important;
    padding: 16px 18px !important;
  }

  .abc-new-home .abc-category-card__body strong {
    margin-bottom: 4px !important;
    font-size: 15.5px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
  }

  .abc-new-home .abc-category-card__body small {
    min-height: 0 !important;
    margin: 0 !important;
    font-size: 13.5px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
  }

  .abc-new-home .abc-category-card__body > span {
    display: flex !important;
    margin-top: 8px !important;
    color: #e8821a !important;
  }

  .abc-new-home .abc-products .abc-product-tabs {
    gap: 6px !important;
    margin-bottom: 32px !important;
  }

  .abc-new-home .abc-products .abc-product-tab {
    padding: 8px 18px !important;
    font-size: 14px !important;
    line-height: normal !important;
  }

  .abc-new-home .abc-value,
  .abc-value {
    padding: 52px 0 !important;
  }

  .abc-new-home .abc-value .abc-home-container,
  .abc-value .abc-home-container {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
