:root {
    /* fonts */
    --sweet-medium: "Sweet medium";
    --sweet-bold: "Sweet bold";
    --sweet-light: "Sweet light";
    --sweet-regular: "Sweet regular";
    --sweet-hairline: "Sweet hairline";
    --cinzel: "Cinzel", serif;
    /* fonts */

    /* colors */
    --black: #000;
    --white: #fff;
    --primary: #bfb182;
    --text-color: #313131;
    --background: #f8f8f8;
    --dark-gray: #7c7c7c;
    /* colors */
}

@media only screen and (min-width: 1024px) {
    .packs .pack .body- .pack-infos img:hover,
    .pack-footer-picture img:hover {
        transform: scale(1.07);
    }
    footer .social-links ul li > a:hover {
        background-color: var(--white);
    }

    footer .social-links ul li > a:hover i.fa-facebook {
        color: #3b5998;
    }
    footer .social-links ul li > a:hover i.fa-linkedin {
        color: #0077b5;
    }
    footer .social-links ul li > a:hover i.fa-instagram {
        color: #8a3ab9;
    }
    /* .packs .pack .footer- .order-btn:hover::before {
        width: 100%;
        opacity: 1;
    } */
    .packs .pack .footer- .order-btn:hover {
        color: var(--white);
    }
    .packs .pack .footer- .order-btn:hover > span {
        color: var(--white);
        position: relative;
        z-index: 10;
    }

    .contact-links > ul > li > a:hover,
    .panier:hover {
        color: var(--primary);
    }
    .order-by-group .order-by-btn:hover::before
    {
        right: 0;
        opacity: 1;
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1024px) {
    .packs {
        justify-content: center;
        gap: 40px;
    }
    .packs .pack {
        width: calc(50% - 45px);
    }
    .loader-over img {
        width: 280px;
    }
}
@media only screen and (max-width: 720px) {
    header nav {
        justify-content: space-between;
    }
    header nav .panier {
        position: unset;
    }
    .packs .pack,
    .col-row-2 {
        width: calc(100%);
    }
    .packs .pack {
        max-width: 400px;
    }
    .row- {
        gap: 30px 0;
    }
    .loader-over img {
        width: 240px;
    }
}
@media only screen and (max-width: 540px) {
    header nav > ul > li .brand-logo img {
        width: 115px;
    }
}
