:root {
  --evo-brand-secondary: #027afe;
  --evo-brand-accent: #027afe;
  --evo-header-background: #2D2B7D;
}
.header-full .logo img {
/* Change this for desktop */
    max-width: 250px !important;
    height: auto !important;
    max-height: none !important;
}

.fa-leaf:before {
    content: "\f06c";
    color: green;
}

.fa-recycle:before {
    content: "\f1b8";
    color: limegreen;
}


.label-danger {
    background-color: #03ae39;
}

.product-box .prod-image {
  left: 50%;
  transform: translateX(-50%);
}

.product-box:hover .prod-image,
.product-box:focus-visible .prod-image{
  transform: translateX(-50%) scale(1.05);
}