.elementor-element-2421bfc .subcategory-product-card {
  padding: 10px !important;
}

.elementor-element-2421bfc .subcategory-product-card:hover {
  box-shadow: initial;
  transform: initial;
}

.elementor-element-2421bfc .subcategory-product-card-img {
  width: 58% !important;
  height: 100% !important;
  max-height: 470px;
  object-fit: cover;
}

.elementor-element-2421bfc .subcategory-product-title {
  margin-top: 10px;
}

.elementor-element-2421bfc .subcategory-product-title strong {
  font-size: 22px;
  font-weight: 850;
  text-transform: uppercase;
}

.elementor-element-2421bfc .product-individual-presentacion-item {
  width: max-content !important;
}

.elementor-element-2421bfc .product-individual-presentacion-item img {
  width: 80px;
  height: 80px;
  border-radius: 10px !important;
  padding: 5px;
  background-color: #ededed;
}

.product-individual-presentaciones-title {
  color: #a0a0a0;
  border-radius: 8px;
  padding: 0;
  font-size: 13px;
  margin-top: 30px;
  font-weight: 740;
  text-transform: uppercase;
}

.product-individual-download-row {
  margin-top: 110px !important;

}

.product-individual-download-row a {
  border: solid 1px #5e5e5e;
  padding: 10px;
  font-size: 18px;
  display: block;
  width: 100% !important;
  font-weight: 800;
  text-align: center;
  color: #5e5e5e !important;
  border-radius: 40px;
}

/* Estilos para la vista de categorÃ­a individual */
.extraFeatures-category {
  margin: 0 auto;
  padding: 2rem 1rem;
  padding-bottom: 160px;
  background: #ededed;
  border-radius: 12px;
}

.extraFeatures-category>div {
  max-width: 1500px;
  margin: auto;
}

.extraFeatures-category h2 {
  font-size: 2rem;
  margin-bottom: 0.5em;
  color: #222;
}

.category-individual-icon {
  margin-bottom: 1em;
  text-align: left;
}

.extraFeatures-category>p {
  color: #666;
  margin-bottom: 2em;
}

.subcategory-block {
  margin-bottom: 2.5em;
}

.subcategory-block h3 {
  font-size: 1.2rem;
  margin-bottom: 1em;
  color: #2a2a2a;
  font-weight: 600;
}

.subcategory-products {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}

.subcategory-product-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 7px 8px rgb(0 0 0 / 6%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding: 30px 20px;
  padding-right: 40px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.subcategory-product-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
  transform: translateY(-4px);
}

.subcategory-product-image {
  width: 90px;
  height: 90px;
  background: #f0f0f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.2em;
  flex-shrink: 0;
  overflow: hidden;
}

.subcategory-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.subcategory-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.subcategory-product-info strong {
  font-size: 1.05rem;
  color: #1a1a1a;
  margin-bottom: 0.3em;
}

.subcategory-product-desc {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.2;
  margin-top: 0;
}

/* --- Breadcrumbs --- */
.category-breadcrumbs-row {
  margin-bottom: 1.5em;
}

.category-breadcrumbs {
  margin-bottom: 18px;
  color: #888;
}

.category-breadcrumbs a {
  font-weight: 650;
  color: #2a5d9f;
  text-decoration: none;
  font-size: 14px;
  margin-right: 0.2em;
}

.category-breadcrumbs span {
  color: #222;
  font-weight: 500;
}

/* --- Main Row: Two Columns --- */
.category-main-row {
  display: flex;
  gap: 2.5em;
}

.category-main-col-left {
  flex: 0 0 327px;
  max-width: 340px;
  width: 100%;
  display: flex;

  flex-direction: column;
  align-items: flex-start;
}

.category-main-col-left h2 {
  font-size: 22px;
  font-weight: 650;
  margin-bottom: 10px;
  color: #000000 !important;
}

.category-individual-icon {
  margin-top: 0.5em;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-individual-icon img {
  max-width: 120px;
  max-height: 230px;
  border-radius: 10px !important;
  display: block;
}

.category-main-col-right {
  flex: 1 1 0%;
  margin-top: 27px;
}

/* --- Subcategory Block --- */
.subcategory-title-row h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 1em;
}

.subcategory-products-row {
  margin-bottom: 1.5em;
}

.subcategory-products-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  row-gap: 30px;
}

.subcategory-products-flex>a {
  width: 100%;

}

/* --- Product Card --- */
.subcategory-product-card-img {
  width: 130px;
  min-width: 130px;
  height: 130px;
  object-fit: cover;
  background: #f0f0f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.subcategory-product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subcategory-product-card-info {
  flex: 1;
  display: flex;
  margin-top: 12px;
  flex-direction: column;
  align-content: center;
}

.subcategory-product-title {
  font-size: 18px;
  font-weight: 760;
  color: #1a1a1a;
  text-transform: uppercase;
  margin-bottom: -3px;
}

.subcategory-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 4px;
  margin-bottom: 5px;
}

.subcategory-product-tag {
  color: #a0a0a0;
  border-radius: 8px;
  padding: 0;
  font-size: 13px;
  font-weight: 740;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .category-main-row {
    flex-direction: column;
    gap: 1.5em;
  }

  .category-main-col-left {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding-right: 0;
    padding-bottom: 1.5em;
    max-width: 100%;
    align-items: flex-start;
  }

  .category-main-col-right {
    padding-left: 0;
  }
}

@media (max-width: 700px) {
  .subcategory-products {
    flex-direction: column;
    gap: 1em;
  }

  .subcategory-product-card {
    min-width: 0;
    max-width: 100%;
    flex: 1 1 100%;
  }
}

.product-individual-presentaciones-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.product-individual-presentacion-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 120px;
}

.product-individual-presentacion-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}

.product-individual-presentacion-cantidad {
  font-size: 16px;
  color: #5e5e5e;
  font-weight: 850;
}

/* --- Content Row: Two Columns --- */
.product-individual-content-row {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  padding: 25px;
  padding-top: 0px;
}

.product-individual-content-row h3 {
  font-size: 33px;
  font-weight: 880;
  color: #5e5e5e;
}

/product-individual-content-col p,
.product-individual-content-col ul {
  color: #5e5e5e;
  font-size: 18px;
}

.product-individual-content-col {
  flex: 1;
}

.product-individual-apps-col {
  flex: 0 0 300px;
  max-width: 300px;
  padding: 20px;
  padding-top: 0;
  border-radius: 12px;
  height: fit-content;
}

.product-individual-apps-col h3 {
  font-size: 33px;
  font-weight: 880;
  color: #5e5e5e;
  margin-bottom: 6px;
}

.product-individual-apps-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-individual-apps-list li {
  margin-bottom: 5px;
  font-size: 16px;
  padding-left: 1.2em;
  position: relative;
  color: #555;
}

.product-individual-apps-list li::before {
  content: "\2022";
  color: #686868;
  font-weight: bold;
  position: absolute;
  left: 0;
}

@media (max-width: 768px) {
  .product-individual-content-row {
    flex-direction: column;
    gap: 30px;
  }

  .product-individual-apps-col {
    flex: auto;
    max-width: 100%;
    width: 100%;
  }
}