/* Add custom CSS styles below */ 
body.index {
    background: linear-gradient(to right, #111111, #1c1c1c);
}
.index .product-entry {
    background: linear-gradient(to right, #111111, #1c1c1c);
        border: 1px solid #f0d086;
    gap: 10px;
}
.index .product-entry * {
    color: white !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0;
    padding-block: 0;
}

@media (min-width: 992px) {
  section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: -2rem;
}
}
section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0px !important;
    width: 100% !important;
    max-width: unset;
}

.banner--fixed img {
    background-color: transparent;
    border-radius: 0px !important;
}

.store-footer__inner {
    background: #1d1d1d;
    border: 1px solid #f0d086;
    border-radius: 50px;
}

footer.store-footer {
    background: transparent;
}

.store-footer__bottom {
    background-color: transparent;
}

.store-footer .s-social-link a {
    background: #f0d086;
    border: 0;
}

.store-footer h3,
.store-footer .s-menu-footer-list a,
.store-footer .f_vat div *,
.s-block__title h2 {
    color: #f0d086;
}



button.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    border: 1px solid;
    background: linear-gradient(to right, #111111, #1c1c1c);
}



.main-nav-container {
    background: linear-gradient(45deg, #1b1b1b, #313131);
     border-bottom: 1px solid #f0d086;
    padding: 20px !important;
}
@media (max-width: 992px) {
    .s-reviews-testimonial__inner {
    flex-direction: column !important;
}
}