/* Add custom CSS styles below */ 

body {  
  background-color: #fbeebc;  
}  
  
header, #mainnav {  
  background-color: #ffeba0; 
}

.banner-entry lazy h-banner entered loaded {  
  background-color: #f2f2f2;  
  padding: 20px;  
  border: 1px solid #ddd;  
  border-radius: 10px;  
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  
}  

/*new*/
.s-block--banners {
    margin: 0 auto;
}
.s-block {
    display: block;
}
@media (max-width: 768px) {
    .md\:grid-cols-3 {
        margin: 1rem auto !important;
    }
}
.md\:grid-cols-3 {
    margin: 2rem auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gap-3 {
    gap: 0.75rem;
}
.grid-flow-row {
    grid-auto-flow: row;
}
.grid {
    display: grid;
}
@media (max-width: 768px) {
    .one-row .banner-entry, .two-row .banner-entry, .one-row .banner-entry:first-child, .two-row .banner-entry:first-child {
        height: 100px;
    }
}
.one-row .banner-entry, .two-row .banner-entry, .one-row .banner-entry:first-child, .two-row .banner-entry:first-child {
    height: 200px;
    grid-column: span 1;
    grid-row: span 1;
    background-color: transparent;
}
.two-row .banner-entry:first-child {
    padding: 1.25rem;
}
.banner-entry {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    transition: .5s;
}
a.banner-entry .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.lazy__bg.loaded {
    opacity: 1;
}
.lazy__bg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.banner-entry::after {
    content: '';
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, .25);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
/*@media (max-width: 768px) {
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5){
    margin-bottom: -151px;
     margin-top: -50px;
}}
@media (max-width: 768px) {
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(6){
    margin-bottom: -50px;
}}*/
a.banner-entry.square-photos:hover {
    transform: scale(1.1);
    transition: transform 1s ease;
}
/* new*/
body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
     background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background:
    url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/PdZPRx/aDcAIGmhzqAqMuFdxOw2A7C0PeTIPO2d3kgx0VH2.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px;
    animation-name: fade-in;
    animation-duration: 2.5s;
    transform: scale(0);
    border: none;
}

  

@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    75% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(.1);
    }
}
/* Footer Start */

.store-footer {
      background: linear-gradient(154deg, #f7c45c, rgb(236 104 11));
    padding: 30px;
    font-size: 14px;
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
    text-align: center;
}


.footer-is-light .store-footer .store-footer__inner {
    background_color: transparent;
}



.store-footer__inner {
    background-color: transparent !important;
}

.store-footer__inner .flex {

    justify-content: center;
}

.store-footer__inner .max-w-sm {
    margin: auto;
}

.store-footer h3 {
    color: var(--main-color);
    font-size: 1.3rem;
}

.store-footer h3:hover {
    color: var(--second-color);
    opacity: 1;
    coursor: pointer;
}

.footer-list {
    color: var(--second-color);
}

.store-footer__inner .max-w-sm {
    color: var(--second-color);
}

.store-footer a {
    color: var(--second-color);
}

.store-footer i {
    color: var(--main-color);
    border-color: var(--main-color);
}

.store-footer__inner {
    text-align: center;
}
.copyright-text p {
    
    color:white;
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div.md\:flex.items-center.justify-between.py-4.container.text-center > span > p:before {
    content: "برمجة و تطوير | متجر هارس ";
    top: 0;
    font-size: 14px;
    color: white !important;
    margin-right: auto;
    margin-left: auto;
    display:block;
}
.s-contacts-list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-content: space-around;
}


#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(3){
        margin-top: 0px;
    }
  #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(3) > div{    padding-right: 0px;
    padding-left: 0px;
}
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(3) > div > a > img {
  border-radius: 0; 
    }
    
    
    .banner--fixed img {
    background-color: transparent;}
    
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container {
    margin-bottom: -66px;
    margin-top: 0px;
}
.navbar-brand img {
    max-height: 5rem;
    width: auto;
    max-width: 110px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 50px;
}

/* Product start */

.s-products-slider-card {
    padding: 0.625rem;
}

.s-product-card-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.s-product-card-entry {
    background-color: #fff !important;
    border-radius: 20px;
}

.s-product-card-content-main {
    text-align: center;
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-content {
    padding: .75rem .75rem;
    justify-content: center;
    align-items: center;
}

.s-button-outline {
    border-radius: 50px;
}

.s-product-card-entry {
    background-color: transparent;
}


/* Product End */
.s-product-card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
    background-color: #256095;
    border-radius: 0 0 10px 10px;
    color:white;
}
.s-product-card-content-title a {
    color:#f08121;
}
/*Start banners */ 
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(4){
        margin-top: 0px;
    }
  #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(4) > div{    padding-right: 0px;
    padding-left: 0px;
}
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(4) > div > a > img {
  border-radius: 0; 
    }
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(8){ padding-top: 30px;}