/**
* 2024 Danzai Software
*
* NOTICE OF LICENSE
*
* This source file is subject to the Commercial License
* you can't distribute, modify or sell this code
*
* DISCLAIMER
*
* Do not edit or add to this file
* If you need help please contact contacto@danzai.es
*
*  @author    Danzai Software <contacto@danzai.es>
*  @copyright 2024 Danzai Software
*  @license   https://danzai.es  Commercial license
*/

.tseprel-details {
  margin-top: 1.25rem;
  margin-left: 0.3125rem;
}
.tseprel-details-labels {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.tseprel-details-labels-label {
  display: flex;
  align-items: center;
  gap: 0.313rem;
}
.tseprel-details-image {
  margin-top: 0.7rem;
}
.tseprel-details-image img {
  max-width: 100%;
}
.tseprel-details-link {
  margin-top: 0.7rem;
}
.tseprel-details-front {
  display: flex;
  margin: 0.15rem;
  font-size: 0.7rem;
  font-weight: 500;
  justify-content: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tseprel-details-labels-front {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.tseprel-details-labels-label-front {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.tseprel-shop-product-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
}
.tseprel-shop-product-info img {
  width: 280px;
  max-width: 100%;
}
