.section-header {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/header_banner.webp');
    min-height: 35vh;
    display: flex;
    align-items: center; 
    justify-content: center;
    flex-direction: column;
    color: white; 
}

h1{
    font-size: 2em;
}

h3{
    font-size: 1.4em;
}

.price{
    font-size: 1.4em;
}

.product-select{
    font-size: 0.9em;    
}

.zoom-container {
    overflow: hidden;
    position: relative;
}

.zoom-image {
    transition: transform 0.4s ease;
    transform-origin: center center;
}

.zoom-container:hover .zoom-image {
    transform: scale(1.7);
}

.img-thumbnail {
    border: 0px solid;
    padding: 0px 0px;
}

.ez-carousel.carousel-item img { 
    height: 400px;
}

.product-text {
    color: #212529;
}


.select2-container--default .select2-selection--single{
    height: 40px!important;
    font-size: 1em;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #212529!important;
    font-size: 0.9em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px!important;
    font-size: 0.9em!important;
}



.select2-container .select2-results__option[aria-selected="true"].select2-results__option--highlighted {
    background-color: #f34343 !important;
    color: #ffffff !important;
}