@media (min-width: 1024px) {
    .header.header--fixed .nav__itemlvl1:hover {
        color: var(--primary-color) !important;
        font-weight: bold !important;
    }

      .header--transparent.header--fixed .nav .nav__itemlvl1 {
        color: #fff;
        text-transform: uppercase;
    }

      .header.header--fixed .nav__itemlvl1 {
        font-size: .875rem;
        line-height: 1.6 !important;
        font-weight: 500;
        margin: 0 5px !important;
        text-transform: uppercase;
    }

  .footer__link:focus, .footer__link:hover {
        color: var(--primary-color) !important;
    }

      .nav__itemlvl1 {
        font-weight: bold !important;
    }

  .prod-list__left {
        width: 25%;
        padding-right: 50px;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 1rem;
    }

  .prod-carac__desc, .prod-infos__desc {
        margin-top: 50px;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 1rem;
    }
}

.selection {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
}

.menu picture:not(.with-loading) img.lazyloaded {
  opacity: 0.8;
  transition: 0.8s ease-out;
}

.menu picture:not(.with-loading) img.lazyloaded:hover {
  opacity: 1;
  transition: 0.8s ease-out;
}

.cbdshop {
    background-color: black;
    color: white;
}

footer#footer {
    background-color: black;
}

a.footer__link {
    color: white!important;
}

p.footer__title {
    color: white;
}

    .powered {
        padding: 0 40px;
        margin-left: -40px;
        background-color: #CFA508;
    }