.product.banner {
    background-color: rgba(0, 0, 0, 0.7);
}

.product.banner::after {
    background-image: url("/img/tariffs/tariffs.jpg");
    background-position: bottom;
}

.fatherOfAll > *:not(svg) {
    padding: 3em 0;
}

/* Custom Page */
.otherBanner h3 {
    text-transform: uppercase;
}

.doubleBlock .default {
    align-items: flex-start;
}

.customHr {
    height: 3px;
    padding: 0;
    width: 72px;
    background-color: #2b579a;
    border: 0;
    margin-left: 0;
}

body .productTitle {
    font-size: 35px;
    text-transform: capitalize;
}

.cart {
    margin-top: 1em;
}

.cart input {
    line-height: 22px;
    padding: 10px;
    outline: none;
    width: 60px;
}

.cart button {
    padding: 0.8em 2em;
}

.blockDescription {
    margin-top: 2em;
}

.blockDescription .description {
    margin-top: 10px;
    font-size: 15px;
}

.boxUpper > div {
    padding: 0;
    box-shadow: unset;
    background-color: transparent;
    align-items: flex-start;
}

@media (min-width: 1025px) {
    .boxUpper {
        justify-content: center;
    }
    .boxUpper > div {
        margin: 0 .916%;
        width: 31.5%;
        margin-bottom: 4%;
    }
}

.boxUpper > div:hover {
    background-color: transparent;
}

.boxUpper > div p {
    text-transform: capitalize;
    text-align: left;
    color: #000;
}

.boxUpper > div img {
    height: 100%;
    margin-top: 0;
}

.boxUpper > div a {
    text-decoration: none;
}

@media (max-width: 1024px) {
    .boxUpper > div > p {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .doubleBlock > div > div {
        width: 50%;
    }
}

.lineBlockTitle {
    margin-bottom: 1em;
}

.boxUpper > div img {
    object-fit: contain;
}

@media (min-width: 1025px) {
    .boxUpper > div img {
        height: 250px;
    }
}

@media (max-width: 1024px) {
    .boxUpper > div img {
        height: 100%;
    }
}