/* Add custom CSS styles below */ 
:root{--color-primary:#2e2a63
 }
/*banner main*/
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: -2%;
}
section.s-block.s-block--photos-slider .container {
    max-width: 100%;
   padding-left: 15px;
    padding-right: 15px;
}

/*grid section*/
.s-block__title {
    justify-content: center;
}
h2.da-cp,.s-slider-block__title-right h2 {
    font-size: 25px;
}
body.index section:nth-of-type(2) {
    margin-top: 0rem !important;
}

body.index section:nth-of-type(3) {
    margin-top: -3% !important;
}
 .md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
 gap: 0.20rem !important;

}

 .banner-entry {
    height: 212px;
    background-color: transparent;
}


a.banner-entry.square-photos:hover {
    transform: scale(1.1);
    transition: 3s ease-in-out;
}
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: 1;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
.store-footer__inner.da-bgm {
    box-shadow: 1px 1px 4px 1px #00000040;
}

@media (max-width: 480px){
.s-block--banners .two-row .banner-entry {
    height: 118px;
}

header.store-header.z-3.absolute.top-0.right-0.left-0.fixed-sticky {
    position: relative;
}
}


div[data-bg*="RCXPZMJA18EoJGgo2Azz3IT4pZr0jPiNwL9FO87L.png"] {
    display: none !important;
}


img.w-full.object-contain.lazy.loaded {
    padding-left: 20px !important; 
    padding-right: 20px !important;
    margin-top: 15px !important;    
    box-sizing: border-box !important;
}

@media (max-width: 480px) {
    img.w-full.object-contain.md\:!hidden {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
}



.s-button-element.s-button-primary-outline:hover {
    background-color: #2e2a63 !important; 
    color: #ffffff !important;         
    border-color: #ffffff !important;     
    transition: all 0.3s ease-in-out;   
}

.s-button-element.s-button-primary-outline:hover .s-button-text,
.s-button-element.s-button-primary-outline:hover i {
    color: #ffffff !important;
}