* {
    font-family: 'Montserrat', sans-serif;
}

div.product-view div.lay {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.8);
}
.product-view img{
  width:100%;
}
.fadeIn {
    animation-name: fadeIn;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

div.titler.double{
	justify-content: space-between;
	position: relative;	
	align-items: center;
}

div.titler.double h1{
	font-size: 28px;
	line-height: 28px;
	margin: 0;
}

div.titler.double div.ref{
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
}

div.titler.double div.ref p.ref{
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	color: #808080;
	margin: 0;	
}

div.titler.double div.ref p.cod{
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	color: #808080;
	margin: 0;
	margin-left: 20px;
}

div.titler.double div.ref div.ico{
	position: relative;
	width: 24px;
	margin-left: 30px;
}

div.titler.double div.ref div.ico img{
	width: 100%;
}

div.titler.double div.ref div.ico div.bubble{
	position: absolute;
	right: -9px;
	top: -5px;
	width: 15px;
	height: 15px;
	background: #004D73;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 8px;
	color: white;
}

.size_1 {
    width: 73px;
    height: 103px;
    border: solid 2px #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #808080;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    margin-left: 15px;
}

.size_2 {
    width: 73px;
    height: 123px;
    border: solid 2px #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #808080;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    margin-left: 15px;
}

.size_3 {
    width: 86px;
    height: 133px;
    border: solid 2px #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #808080;
    text-align: center;
    padding: 20px 5px;
}

div.espesor>div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.esp_1{
	height: 1px;
}

.esp_2{
	height: 1px;
}

.esp_3{
	height: 2px;
}

.esp_4{
	height: 2px;
}

.esp_5{
	height: 2px;
}

.esp_6{
	height: 3px;
}

.esp_7{
	height: 4px;
}

.esp_8{
	height: 6px;
}

.esp_9{
	height: 8px;
}

.esp_10{
	height: 10px;
}

.esp_11{
	height: 13px;
}

.esp_12{
	height: 13px;
}

.comercial {
    position: absolute;
    right: 35px;
    bottom: 0px;
}

div.row-products {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.selects select {
    width: 180px;
    background: #000;
    font-size: 13px;
    color: white;
    padding: 5px;
    border-style: none;
    border-radius: 5px;
    margin-left: 5px;
}

div.row-products>div {
    width: 24%;
    position: relative;
    overflow-y: hidden;
}

.btas{
    background-color: #000;
    color: #fff;
    border-radius: 0.25rem!important;
}

/* Badge "New Ref" - equivalente al div con clases Tailwind absolute border border-white text-xs... */
.badge-new-ref {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 3rem;
    height: 3rem;
    border: 1px solid white;
    border-radius: 50%;
    background-color: var(--primary, #007bff);
    color: white;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Solo en página de producto: badge a la izquierda y un poco más abajo */
.badge-new-ref--producto {
    top: 1.25rem;
    left: 0.5rem;
    right: auto;
}