body.page-single p:has(img) {
    display: inline-block !important;
    margin-left: 1rem;
}

.store-footer {
    margin-top: 0;
}

.s-user-menu-trigger-avatar {
    height: 2rem;
    width: 2rem;
}

.top-navbar{
   display:none
}

.absolute.z-\[2\].top-4.rtl\:left-4.ltr\:right-4.bg-white.shadow-sm.flex.flex-col.justify-center.items-center.rounded-full.w-20.h-20.md\:w-24.md\:h-24 {
    display: none;
}

.s-comments-product {
    display: none;
}

.main-nav-container {
    box-shadow: unset;
}

.navbar-brand img {
    max-width: 130px;
}


.sicon-shopping-bag:before {
    content: "\e96b" !important;
}


.sicon-user-circle:before {
    content: "\f078";
}


.navbar-brand img {
    max-height: 4rem;
    max-width: 100px;
    width: auto;
}



body {
    background-color:##EFECDB !important;
}
@media (min-width: 1280px) {
    .s-block.s-block--fixed-banner  .container {
        max-width: 100% !important;
    }
}

.s-block.s-block--fixed-banner  .container {
        padding-right:0 !important;
  padding-left:0 !important;
    }


#mainnav i {
    border: unset !important;
}

.sicon-shopping-bag:before {
    content: "\ef39" !important;
}

.sicon-user-circle:before {
    content: "\f078";
}

/* Carousel */

.s-block:nth-of-type(1){
    margin-top: 0 !important;
}



.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}

/* Products */

.s-product-card-content {
    padding: 0;
}

.s-product-card-entry {
    background-color: transparent !important;
    border-radius: 0.5rem !important;
}
.s-product-card-image {
    background-color: transparent !important;
}
.s-product-card-entry:hover img {
    scale: 1.2;
}
.s-product-card-entry img {
    transition: all 0.3s;
}
.slider-bannars-moving h2,
.s-product-card-content-title {
    text-align: center !important;
}
.s-product-card-content-sub {
    justify-content: center;
}


.s-product-card-content-title a {
    color: #000 !important;
    padding-top: 1rem;
}
body:not(body.product-single)
    .s-button-element:not(.s-product-card-wishlist-btn) {
    background: #f1ebdf;
    color: var(--color-primary) !important;
    border-radius: 0;
      border:unset
}
.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--color-primary) !important;
}
.s-product-card-vertical
    .s-product-card-wishlist-btn
    button:hover
    .sicon-heart {
    color: #fff !important;
}
@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    border-radius: 0 !important;
}


/* Footer */

footer .max-w-sm.leading-6.mb-6:after {
    margin-top: 16px !important;
    content: "";
    display: block;
}


.store-footer,
.store-footer__inner {
    background-color: #f1ebdf !important;
}

@media (min-width: 1024px) {
    footer .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 769px) {
    footer * {
        margin: 0 auto;
        text-align: center;
    }
  body:not(body.index) a {
    max-width: 375px !important;
    display: block;
    word-wrap: break-word;
}
}

footer a.flex.items-center.m-0 h3{
  font-size:0;
      line-height: 0;
}

footer a.flex.items-center.m-0 h3:before{
    content: "";
    display: block;
    width: 200px;
    height: 100px;
    background: url("https://cdn.files.salla.network/homepage/632614970/fc30f7f0-0763-4ca9-a401-aa5844a1d51d.webp");
    background-size: contain;
    background-repeat: no-repeat;
}

.s-contacts-item span.unicode {
    font-size: 1rem;
}

.s-contacts-icon svg,
.s-social-link a svg,
.s-social-link a{
    height: 1.5rem;
    width: 1.5rem;
    border:unset
}

.s-social-link a{
  font-size:1.5rem
}

.s-social-link path,
.s-contacts-icon path{
    fill:  #fff;
}

.s-social-list {
    gap: 2rem;
}

span.s-social-icon,
.s-contacts-icon{
    background: var(--color-primary) !important;
    padding: 0.5rem;
    margin: 8px !important;
    border-radius: 50%;
}

.s-contacts-icon {
    height: 2rem;
    width: 2rem;
    border: unset;
}



/* Special Heading */

.s-slider-block__title h2,
.s-block__title h2 {
    font-size: 48px !important;
    position: relative;
    color: var(--color-primary) !important;
}

@media (max-width: 1024px) {
    .s-slider-block__title h2,
    .s-block__title h2 {
        font-size: 28px !important;
    }
   
}