.articul_new {
    color: white;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    background: var(--color-bgnd);
    padding: 2px 5px;
    top: 0;
    left: 25px;
    transform-origin: left top;
}

.d2-right span {
    height: 100%;
    width: 20%;
    flex-shrink: 0;
    border-right: 1px solid #EEE;
    padding: 10px 0;
}

.d2-right span.plus {
    border: 0;
    border-left: 1px solid #EEE;
}

.d2-img img {
    /*height: 150px;*/
    display: block;
    margin: 0 auto;
    max-width: 220px;
    object-fit: contain;
}

.articul_num {
    font-size: 14px;
    position: absolute;
    background: #ededed;
    padding: 2px 5px;
    top: 0;
    left: 25px;
    transform-origin: left top;
    transform: rotate(90deg);
}

@media(max-width: 768px) {
	.articul_new {
		left: 0;
		font-size: 12px;
	}
}

@media (max-width: 700px) {
	.d2-right span {
	    height: 100%;
	    width: 20%;
	    flex-shrink: 0;
	    border-right: 1px solid #EEE;
	    padding: 0 10px;
	}
}

.extravert-logo-on-image {
	max-width: 140px !important;
    margin: 0 auto !important;
    padding-top: 20px;
}
@media (max-width: 576px) {
	.extravert-logo-on-image {
		max-width: 120px !important;
    }
}

.currency {
    font-size: 16px;
    font-weight: normal;
}

.price-per-unit__block {
	display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.price-per-unit__text {
	font-size: 13px;
}
.price-per-unit__value {
	font-size: 16px;
}
.product-detail .d2-flex {
	min-height: auto;
    align-items: center;
}


.image-block {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 160px;
}
@media (max-width: 576px) {
	.image-block {
		height: 130px;
    }
}