:root {
    --bg: #806F68;
    --txt: #101920
}

/* Hero 1 */
.h-screen {
    height: 130vh;
}
header:nth-child(1 of .olla-hero-image) h1 {
    font-size: 26px;
    line-height: 2rem;
    font-weight: normal;
    margin-block: 1rem;
}
header:nth-child(1 of .olla-hero-image) span {
    font-size: 34px;
    line-height: 2rem;
}
header:nth-child(1 of .olla-hero-image) span:first-of-type {
    font-size: 42px;
}
@media (min-width: 992px) {
    header:nth-child(1 of .h-screen) .bg-origin-border.bg-center {
        background-position: left;
    }
    header:nth-child(1 of .olla-hero-image)  {
        padding-right: 0;
    }
    header:nth-child(1 of .olla-hero-image) .container {
        margin-right: 2rem;
    }
    header:nth-child(1 of .olla-hero-image) .container > div {
        max-width: 900px;
    }
}
@media (max-width: 992px) {
    header:nth-child(1 of .olla-hero-image) h1 {
        font-size: 15px;
        margin-block: 0;
    }
    header:nth-child(1 of .olla-hero-image) span {
        font-size: 19px;
    }
    header:nth-child(1 of .olla-hero-image) span:first-of-type {
        font-size: 23px;
    }
    header:nth-child(1 of .olla-hero-image) .container > div {
        justify-content: end;
        background-image: linear-gradient(0deg, #00000055, transparent);
    }
    button.olla-background {
        padding: 0.5rem 2rem;
        font-size: 13px;
    }
    .h-screen {
        height: 38vh;
    }
}
@media (max-width: 400px) {
    .h-screen {
        height: 47vh;
    }
}


/* Categories List Start */
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 300px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 1280px) {
    section.s-block.s-block--banners.container {
        max-width: 1600px;
    }
}
@media(min-width:768px) and (max-width:1200px){
    a.banner-entry{
        height: 200px;
    }
}
@media(max-width:768px){
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    a.banner-entry{
        height: 235px;
    }
}
@media(max-width: 576px){
    a.banner-entry{
        height: 130px;
    }
}
/* Categories List End */


/* Hero 2 */
header:nth-child(2 of .olla-hero-image) .container > div {
    align-items: center;
    text-align: center;
}
header:nth-child(2 of .olla-hero-image) h1 {
    font-size: 32px;
    line-height: 2rem;
    font-weight: normal;
    margin-block: 1rem;
}
header:nth-child(2 of .olla-hero-image) span {
    font-size: 34px;
    line-height: 2rem;
}
@media (max-width: 992px) {
    header:nth-child(2 of .olla-hero-image) h1 {
        font-size: 20px;
        margin-block: 0;
    }
    header:nth-child(2 of .olla-hero-image) span {
        font-size: 22px;
    }
}

/* edit */
.content-entry > * {
    margin-block: 0.7rem;
}
footer .logo,
footer .info .max-w-sm {
  display: none;
}
footer .info {
  margin-top: 0;
}
.bg-\[var\(--header-main-color\)\],
.bg-\[var\(--header-menu-color\)\],
footer {
    background-color: var(--bg) !important;
}
.text-\[var\(--header-textmain-color\)\],
.header-btn__icon, .s-cart-summary-total {
    color: #fff !important;
}
.text-\[var\(--color-footer-text\)\] {
    color: #fff
}
i {
    border-color: #fff;
}