:root{
    --nb-product-attribute-3-height: 54px;
    --nb-product-attribute-3-img-max-height: 30px;
    --nb-product-attribute-3-text-fs: 14px;
    --nb-product-attribute-3-text-fw: var(--nb-font-regular);
}
.nb-product-attribute-3{
    height: var(--nb-product-attribute-3-height);
    padding: 10px;
}
.nb-product-attribute-3 img.nb-img{
    max-height: 30px;
}
.nb-product-attribute-3 .custom-text{
    font-size: var(--nb-product-attribute-3-text-fs);
    font-weight: var(--nb-product-attribute-3-text-fw);
}
