/* Add custom CSS styles below */ 
.footer-is-light .store-footer .store-footer__inner{
background:url('https://github.com/alshershaby/salla-images/blob/main/pattern%20gold%2025.png?raw=true');
background-position:top center
}
.full-banner-entry{
height:600px
}
.full-banner-entry::after, .full-banner-entry::before{
display:none;
}
.leading-6{
display:none;
}
.store-footer h3{
color:#3B060B;
}

.grid.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8{
display:flex;
justify-content:space-evenly;
flex-wrap:wrap;
}

a.banner-entry.lazy.has-overlay.h-lg-banner.entered.loaded{
width:200px;
height:200px;
border-radius:50%;
border: solid 5px #F49421;
}
.s-product-card-minimal .s-product-card-image{
width:14rem;
}
.banner-entry h3, .banner-entry p{
opacity:1;
transform:initial
}
.footer-is-light .store-footer{
background: linear-gradient(to bottom, #EC8C1A, white);
}
.full-width-div.mt-5{
display:flex;
justify-content:center;
align-items:center;
}


/* Style for the button */
.custom-button {
    padding: 10px 20px; /* Padding inside the button */
    margin: 16px; /* Margin around the button */
    background-color: #3b060b; /* New background color */
    color: white; /* Text color */
    border: none; /* Remove border */
    border-radius: .75rem; /* Rounded corners */
    font-size: 16px; /* Font size */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease; /* Smooth hover effect */
    display: inline-block; /* Ensure the button behaves as a block element */
    cursor:pointer;
}

.custom-button:hover {
    background-color: #5a0a11; /* Slightly lighter color on hover */
}


a.banner-entry.square-photos{
width:180px;
height:180px;
transition:ease-in-out .4s;
}
a.banner-entry.square-photos:hover{
transform:scale(.95)
}

.banner-entry.square-photos{
background:none;
}

.certificates .md\:grid-cols-2 a{
  height:420px;
  border: solid 2px orange;
  border-radius: 20px;
  width:100%;
}


.content .content-entry ul{
list-style: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
 

.content .content-entry ol{
list-style:none!important;
}
.content .content-entry ol li{
    margin: 20px 8px;
    border: solid 4px #ec8c1a;
    border-radius: 20px;
    overflow: hidden;
}
.content .content-entry ol li img{
margin:0;
}

salla-slider.photos-slider .swiper-slide{
 width: 60%;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
}

.whatsapp-icon {
    width: 50px;
    height: 50px;
    padding: 5px;
}

.two-row .banner-entry:first-child{
height:auto;
}

a.banner-entry.lazy.has-overlay.h-banner.entered.loaded {
width:150px;
height:150px;
border-radius:50%;
border:solid 4px #ec8c1a;
}

.two-row .banner-entry:first-child{
height:auto!important;
}

@media all and (max-width: 768px) {
    .full-banner-entry {
        height: 490px !important;
    }
    
.certificates .grid.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 a,.certificates .grid.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 a:first-child{
  width:100%!important;
  height:530px!important;
}

a.banner-entry.square-photos {
    width: 110px;
    height: 110px;
}

.certificates .grid-flow-row a.banner-entry.square-photos{
width:100%;
height:300px
}
.two-row .banner-entry:first-child{
height:auto;
}
}

@media all and (max-width: 500px) {
    .full-banner-entry {
        height: 200px !important;
    }
    salla-slider.photos-slider .swiper-slide{
    width:500px;
    }
    
    a.banner-entry.lazy.has-overlay.h-banner.entered.loaded{
    width: 100px;
    height: 100px;
    }
    .two-row .banner-entry:first-child h3 {
    font-size: inherit;
    line-height: inherit;
}
    a.banner-entry.lazy.has-overlay.h-lg-banner.entered.loaded{
    width:100px;
    height:100px
    }
    .banner-entry article{
    padding:0px;
    }
    .banner-entry h3, .banner-entry p{
    font-size:10px
    }
    .certificates .grid.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 a, .certificates .grid.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 a:first-child {
        width: 100% !important;
        height: 284px !important;
    }
}