/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.md.
*
* @author    David Escudero Digital Studio <contacto@davidescudero.com>
* @copyright Since 2007 PrestaShop SA and Contributors
* @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

/* ── Price block (premium groups 4, 5, 6) ── */
.desproductinfo-block--prices {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 0.5rem;
}

.desproductinfo-prices {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.desproductinfo-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}

.desproductinfo-price-value {
  font-size: 0.9rem;
  color: #222;
}

.desproductinfo-price-label {
  font-size: 0.8rem;
  color: #555;
}

.desproductinfo-material {
  display: flex;
  align-items: center;
}

.desproductinfo-material-text {
  font-size: 0.9rem;
  color: #333;
}

/* ── Login block (non-premium groups 1, 2, 3) ── */
.desproductinfo-block--login {
  margin-top: 0.5rem;
}

.desproductinfo-login-btn {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background-color: #e02b20;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.desproductinfo-login-btn:hover,
.desproductinfo-login-btn:focus {
  background-color: #c0251b;
  color: #fff;
  text-decoration: none;
}
