.color-swatches.custom-single,
.tipo-producto-lista.custom-single {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 16px 0;
  list-style: none;
}

.color-swatches.custom-single li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.color-swatches.custom-single li.selected,
.color-swatches.custom-single li:hover {
  border: 2px solid #ccc;
  width: 30px;
  height: 30px;
}

.color-swatches.custom-single .color-swatch-header {
  width: auto;
  height: auto;
  border: none;
  background: none;
  cursor: default;
  padding: 0;
  margin-right: 8px;
  font-weight: 600;
}

.tipo-producto-lista.custom-single li.tipo-producto-item {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 16px 24px;
  min-width: 94px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
  background: #fff;
  margin: 0;
}

.tipo-producto-lista.custom-single li.tipo-producto-item.selected {
  background: #ce0000;
  color: #fff;
  border-color: #ce0000;
}

.tipo-producto-lista.custom-single li.tipo-producto-item:hover {
  border-color: #ce0000;
  transform: scale(1.05);
}

.label-inline {
  font-weight: 600;
  margin-right: 8px;
}

.hidden.custom-single {
  display: none !important;
}

.product-buttons-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-top: 16px !important;
  margin-left: 16px !important;
  flex-wrap: wrap;
}

.single_add_to_cart_button,
.add-to-favorites {
  width: 50% !important;
  height: 56px !important;
  gap: 8px !important;
  border-radius: 6px !important;
  border-width: 1px !important;
  border-style: solid !important;
  padding: 16px 0 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: 0.3s !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  margin-left: 16px;
}

@media (max-width:768px) {
  .single_add_to_cart_button,
  .add-to-favorites {
    height: 68px !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.single_add_to_cart_button {
  background-color: #ce0000 !important;
  color: #fff !important;
  border-color: #ce0000 !important;
  min-width: 190px;
}

.single_add_to_cart_button:hover {
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}

.add-to-favorites {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
  min-width: 190px;
}

.add-to-favorites:hover {
  background-color: #f0f0f0 !important;
  border-color: #000 !important;
}

.quantity .qty {
  width: 120px !important;
  height: 56px !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: center !important;
  color: #000 !important;
  background-color: #fff !important;
  transition: 0.3s !important;
  outline: none !important;
}

.quantity .qty:hover,
.quantity .qty:focus {
  border-color: #ce0000 !important;
  box-shadow: 0 0 6px rgba(206, 0, 0, 0.4);
}

.product-additional-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0;
}

.attribute-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(33.333% - 8px);
  background: #f9f9f9;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.attribute-icon {
  margin-bottom: 8px;
  font-size: 20px;
  color: #ce0000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
}

.attribute-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.attribute-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
  text-align: left;
}

.attribute-value {
  font-size: 13px;
  color: #333;
  text-align: left;
  line-height: 1.4;
}

.single-product-category,
.woocommerce-breadcrumb {
  display: none !important;
}

/* Breadcrumbs personalizados para single product */
.custom-product-breadcrumb {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  padding: 0;
}

.custom-product-breadcrumb .breadcrumb-item {
  display: inline;
}

.custom-product-breadcrumb .breadcrumb-separator {
  color: #999;
  margin: 0 4px;
}

.custom-product-breadcrumb .breadcrumb-link {
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.custom-product-breadcrumb .breadcrumb-link:hover {
  color: #e30d13;
  text-decoration: underline;
}

.custom-product-breadcrumb .breadcrumb-marca-link {
  color: #999;
}

.custom-product-breadcrumb .breadcrumb-product {
  font-weight: 700;
  color: #303b92;
}

h1.product_title.entry-title {
  font-family: "Helvetica Neue" !important;
  color: #303b92;
}

.price {
  display: flex;
  flex-direction: row-reverse !important;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 16px;
  color: #303b92 !important;
}

p.price ins .woocommerce-Price-amount.amount {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #303b92;
}

p.price del .woocommerce-Price-amount.amount, .woocommerce-js div.product p.price del {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #e30d13;
}

.mi-carrito-contenedor {
  display: flex !important;
  gap: 30px !important;
  flex-wrap: wrap !important;
}

.mi-carrito-items {
  flex: 2 !important;
  min-width: 300px !important;
}

.mi-carrito-resumen {
  flex: 1 !important;
  min-width: 250px !important;
  border: 1px solid #ddd !important;
  padding: 20px !important;
  background-color: #f9f9f9 !important;
  height: fit-content !important;
}
.checkout-button {
  background-color: #e30d13 !important;
  border-color: #e30d13 !important;
  color: #ffffff !important;
}


.woocommerce-js div.product h1.product_title{
  color: #383F45;
  text-decoration: none !important;
  font-size: 1.4rem;
  font-weight: 500;
}