@font-face {
    font-family: "Hacen Tehran";
    src: url("https://raw.githubusercontent.com/Khalil20star/my-fonts/main/Hacen%20Tehran.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Hacen Tehran", sans-serif;
}

.my-2.mx-auto.w-28.h-0.border-2.border-primary.home-block-line {
    display: none;
}

.s-slider-block__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    position: relative;
}

.s-slider-block__title-left {
    position: absolute;
    inset-inline-start: 0;
}

.s-slider-block__title-right {
    width: 100%;
    display: flex;
    justify-content: center;
    
}
.s-block--best-offers .s-slider-block__title-right, salla-products-slider .s-slider-block__title-right {
    border-bottom: 0px !important;
}
.s-block--best-offers .s-slider-block__title, salla-products-slider .s-slider-block__title {
    border-bottom: 0px !important;
}

.s-slider-block__title-right {
    padding: 20px 0 !important;
}

.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
     padding-left: 0px !important; 
}

.s-slider-block__title-left {
    display: none;
}

.app-inner {
  position: relative;
  isolation: isolate;
}

.app-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://i.postimg.cc/Dz5cHkR1/Cover.png");
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.1; 
  pointer-events: none;
  z-index: -1;
}



custom-salla-product-card {
	position: relative;
	border: 2px solid #000;
	border-radius: 10px;
	padding-top: 90px; 
	background: #fff;
	box-sizing: border-box;
	overflow: visible; 
}
.product-card__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 5;
}

.swiper-wrapper{
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .swiper-wrapper {
    padding-top: 5rem;
  }
}

.banner-Padd .swiper-wrapper{
  padding-top: 0px !important;
}


.product-card {
	overflow: visible;
}
.product-card__image {
	width: 75%;
	margin: 0 auto; 
}
.s-button-btn {
	padding: 0.2rem 1rem 0.3rem;
}
@media (min-width: 1024px) {
    .product-card__title {
        margin: 3rem 0 10px; 
    }
}
.product-card__discount {
    display: none;
}
p.product-card__subtitle{
    display: none;
}

.store-footer__inner {
	text-align: center;
}

.store-footer__inner .grid {
	display: flex !important;
	flex-direction: column !important;
	align-items: center;
	gap: 0.5rem;
}


.store-footer__inner .grid > div {
	width: 100%;
	max-width: 420px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.store-footer__inner ul,
.store-footer__inner li,
.store-footer__inner a {
	text-align: center;
}

.store-footer__inner .links-contact {
	justify-content: center;
}

.store-footer__inner .footer-badges {
	justify-content: center;
}


.store-footer__inner img {
	margin-left: auto;
	margin-right: auto;
}
.rtl\:md\:text-right:where([dir=rtl],[dir=rtl] *) {
    text-align: center;
}
.user-contacts .footer-title {
    text-align: center;
    margin-bottom: 12px;
}

.user-contacts .links-contact span {
    display: none !important;
}

.user-contacts {
    text-align: center !important;
}


.user-contacts .links-contact {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 8px !important;
    padding: 8px !important;
}


.user-contacts .links-icon {
    font-size: 22px;
}
.user-contacts .links-contact .links-icon {
    border-width: 0px !important;
}
.user-contacts .links-contact .links-icon {
    margin-left: 0px !important; 
}

.product-card__image {
    background: transparent !important;
}

.product-card__image a,
.product-card__image img {
    background: transparent !important;
}
.sicon-quote::before {
    content: none !important;
    display: none !important;
}
.reviews-slider .mb-2 {
    margin-bottom: 0px;
}
.reviews-slider .text-xs {
    font-size: 1.2rem;
}
.s-products-list-wrapper.s-products-list-vertical-cards {
    padding-top: 7rem;
    row-gap: 9rem;
}