/* Add custom CSS styles below */ 
.main-nav-container.fixed-pinned .inner{
    padding:10px;
    border-bottom-left-radius:60px;
    border-bottom-right-radius:60px;
}
.inner.bg-white.da-bgm {
    background-color: oklabhsl(38, 100%, 98%)
}
 .banner--fixed img {
    border-radius: 0rem !important;
     background-color: transparent;
    
    }
section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0px!important;
    max-width: 100%;

}
 .lazy__bg.lazy.entered.loaded {
        background-size: contain;
        background-repeat: no-repeat;   
    }
    section.s-block.s-block--fixed-banner.wide-placeholder {
    padding-top: 0px!important;
}
.banner-entry {
    background-color:transparent;
}
section.s-block.s-block--features.angel-features.bg-gray-100.da-bgg.py-8 {
    background-color: transparent;
}
.store-footer__inner.da-bgm {
    background-color: hsl(38, 100%, 98%)!important;
}
section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
}
section:nth-child(15) > div {
         grid-template-columns: repeat(5, minmax(0, 1fr))!important;

}
section.s-block.s-block--banners.container .grid a.banner-entry.square-photos {
    height: 300px;
    background: transparent;
}
section.s-block.s-block--banners.container .grid a.banner-entry.square-photos > div {
    background-size: contain;
    background-repeat: no-repeat;
}

.two-row .banner-entry:first-child {
    grid-area: 1/1/1/1/1;
}
@media (max-width: 767px){
 .lazy__bg.lazy.entered.loaded {
    height: 100px !important;
}
  section.s-block.s-block--banners.container .grid:has(a:nth-child(6)) a.banner-entry.square-photos {
    height: 125px ;
}
.banner-entry {
    background-color: transparent;
    height: 100px;
}
}

 .contact-links a {
    color: #fab03b !important;
}

.store-footer__inner > div > div:nth-child(2) {
    order: 2 !important;
}
.store-footer__inner > div > div:nth-child(3) {
    order: 1 !important;
}
.store-footer__inner > div > div:nth-child(4) {
    order: 3 !important;
}

.store-footer h3 {
    color:white!important;
}
.s-quantity-input-container {
    border-color:#fffbf4;
}