/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.pbp-best-price {
    font-size: 22px;
    color: #020202;
    /* margin-top: 10px; */
}

.pbp-miniature.pbp-best-price {
	font-size: 14px;
	color: #000;
	font-weight:500;
}

.pbp-low-price {
    color: #d9534f;
}

.pbp-small-sup {
    font-size: 14px;
    vertical-align: middle;
    font-weight: 500;
}

.pbp-miniature .pbp-small-sup {
    font-size: 11px;
}

.pbp-medium-sup {
    font-size: 20px;
    font-weight: 500;
    vertical-align: super;
}

.pbp-miniature .pbp-medium-sup {
    font-size: 16px;
}

.pbp-medium-low {
    font-size: 24px;
    font-weight: 500;
    vertical-align: sub;
    margin-left: -16px;
	top: -10px;
}

.pbp-miniature .pbp-medium-low {
	font-size: 16px;
    margin-left: -10px;
    top: -6px;
}

.pbp-large-base {
    font-size: 46px;
	line-height: 52px;
    font-weight: 500;
}

.pbp-miniature .pbp-large-base {
    font-size: 28px;
	line-height: 40px; 
}

.pbp-thumb-quantity {
	font-size: 16px;
    line-height: 36px;
    color: #020202;
    font-weight: 500;
}

.pbp-miniature .pbp-thumb-quantity {
    font-size: 13px;
	line-height: 20px;
    color: #020202;
    font-weight: 400;	
}

.product-price-and-shipping>.price, .product-discount, .product-price.has-discount, .product-price.h5 {
	display:none !important;
}

.pbp-amount-part {
    border: solid 2px #c61111;
	padding: 2px 4px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
	background-color: #c61111;
    text-align: center;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .25);
}

.pbp-miniature .pbp-amount-part {
    font-size: 14px;
	padding: 0px 2px;
}

.pbp-base-price-container {
	width: 110px;
	height: 40px;
	margin: 0 20px;
}

.pbp-base-price .pbp-small-sup {
    font-size: 10px;
}

.pbp-base-price {
	color: #5a5a5a;
    padding: 0 8px;
    font-size: 16px;
    text-align: center;
    align-content: center;
}

.pbp-miniature-additional-infos {
	display:grid;
} 

.pbp-miniature .pbp-base-price {
	font-size: 14px;
	font-weight: 400;
}

.pbp-miniature.pbp-crossed-price-container {
	margin-bottom: 4px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.pbp-crossed-price-container {
	display:flex;
}

.pbp-crossed-price {
	text-decoration:line-through;
}

.pbp_from_info {
	font-style:italic;
	font-size:12px;
	color: #202020;
}

@media screen and (max-width: 1024px) {
	
	.pbp-miniature.pbp-best-price {
		font-size: 12px;
		font-weight: 600;
	}
	
	.pbp-miniature .pbp-large-base {
		font-size: 22px;
		line-height: 34px;
		font-weight:600;
	}

	.pbp-miniature .pbp-medium-sup {
		font-size: 13px;
		font-weight:600;
	}

	.pbp-miniature .pbp-thumb-quantity {
		font-size: 11px;
		line-height: 18px;
		font-weight: 500;
	}

	.pbp-miniature .pbp-medium-low {
		font-size: 14px;
		margin-left: -8px;
		font-weight:600;
		top: -6px;
	}	
	
	.pbp-miniature .pbp-small-sup {
		font-size: 9px;
	}	
	.pbp_from_info {
		font-weight:400;
	}
}