.immagine-prodotto-ricerca {
    width: 100%;
}

.compare-button {
    border-radius: 0px !important;
}

.main-buy-button {
    border-radius: 0px !important;
}
.buy-now-button {
    border-radius: 0px !important;
}

.box-disabled {
    pointer-events: none;
    background-color: #cccccc50;
    color: gray;
}

.badge h3 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
}

.black-font {
    color: black;
    text-align: center;
}
.p-col-4.filtro-ricerca {
    padding: 0;
}
.locator-background{
    background-size: cover;
    position: relative;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}
.dealer-block-scroll {
    top: 0;
    position: absolute;
    left: 0;
    z-index: 9999;
    margin-left: 20px;
    margin-right: 20px;
    width: 30%;
    color: white;
    padding-top: 30px;
}

.subscribe-discover{
        color: #FFF;
        font-family: 'RedGun', sans-serif;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 0px;
        margin-top: 10px;
}


.button-stroke:hover {
  text-decoration: none !important;
}

.info-product-loop {
    height: 300px;
    position: relative;
}

.info-product-loop h3 {
    height: 90px !important;
}


.badge {
     position: absolute;
     width: 96%;
     top: 2%;
     left: 2%;
     padding: 4px;
     background-color: transparent;
     color: #33644a;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     text-transform: uppercase;
     z-index: 1000;
}

.badge.new {
     background-color: #DB2903;
     color: white;
}

.badge.popular {
    background-color: #FFBA00;
    color: white;
}

body .ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-tabs-header.ui-state-active {
    border-color: #224231;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active a {
    color: #224231;
}

.age-verification-filter {
    pointer-events: none;
    opacity: 0.5;
}

h1.title-verification {
    font-family: "RedGun", sans-serif;
    position: absolute;
    font-size: 100px;
    right: 60px;
    color: #224231;
    font-weight: 400;
}

.tmp-support-mails-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
    margin-bottom: 80px;
    width: 100%;
    align-items: center;
}

.tmp-support-details-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    font-size: 20px;
}

.title-mailto {
    font-size: 40px;
    font-weight: 300;
    color: var(--primary-text-color);
}

.value-mailto {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    font-family: var(--gun-font);
    margin-bottom: 30px;
    color: var(--primary-color) !important;
}

.bold-label {
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 10px;
    margin-top: 10px;
}