.ps-product__actions {
    display: none !important;
}
.rating_wrap {
    display: none !important;
}
.ps-product {
 	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); 
    transition: none;
	border: none;
}
.ps-product:hover {
    transform: translateY(-2px); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}



.ps-product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ps-product .ps-product__thumbnail img {
    height: 200px;
    object-fit: contain;
    width: 100%;
}






.ps-shopping .row {
    margin-left: 0;
    margin-right: 0;
}

.ps-shopping .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}






.ps-product .ps-product__title {
    --max-lines: 2;
    display: -webkit-box;
    -webkit-line-clamp: var(--max-lines);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.2em;
    height: calc(1.2em * var(--max-lines)); 
    margin: 0;
    padding: 0 1rem 5px 0;
}

.ps-product .ps-product__title {
    --max-lines: 2;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.2em;
    min-height: 2.4em; 
    margin: 0;
}


.ps-product .ps-product__price { 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 55.21px;
}

.ps-product .ps-product__price.sale del {
    order: 2;
    margin-top: 4px;
    font-size: 0.65em;
    color: #888;
}
.ps-product .ps-product__price.sale {
  	color: #e53935;
}

/*  صفحه اصلی  */ 

.ps-product .ps-product__progress-bar {
	display: none !important;
}

owl-prev, owl-prev {
	display: none important!;
}

.ps-product .ps-product__vendor {
	display: none !important;
}

.ps-product .ps-product__thumbnail img {
	border-bottom: 1px solid #e1e1e1 !important;
	}

/* ناموجود */
.out-stock-inline {
  	display: inline-block;
	padding: 25px 8px 4px;
	color: #888;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	text-align: center;
	min-height: 55.21px;

}

.out-stock-inline:hover {
	color: #e53935;
}

/* شگفت انگیز */

.progress-container {
    display: none;
}
.product-actions {
  	display: none !important;
}
.product-card {
  	overflow: hidden;
}

.ps-product__content {
    min-height: auto !important;
}

/* /products */
.ps-layout--shop > .ps-layout__right:only-child {
    max-width: 100% !important;
}

}
/* /products/شگفت انگیز */

.ps-block__content {
    position: relative !important;
  	overflow: visible !important;
}

.ps-block__content .ps-block__navigation a {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999 !important;
  display: flex !important;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 30%;

}
.ps-block__content .ps-block__navigation a:hover {
	background: #fff;
}

.ps-block__content .ps-carousel__prev { left: 10px; }
.ps-block__content .ps-carousel__next { right: 10px; }

.ps-block__navigation .icon-chevron-left {
    transform: rotate(180deg);

}

.ps-block__navigation .icon-chevron-right {
    transform: rotate(180deg);
}
.ps-block--shop-features .ps-block__navigation a {
	color: #000000 !important;
}

.ps-footer__links {
padding: 0px 0;
}

/* mobile */ 
@media (max-width: 1199px) {
    .ps-page--shop .ps-product:not(.ps-product--wide) .ps-product__content:not(.hover) {
        border-bottom: none !important;
  }
}

/* laptop */
@media (min-width: 768px) {


.header .header__actions {
	justify-content: normal;
}
.ps-block__right {
	display: flex;
	align-items: center;
}



body > header.header.header--1 > div > div > div.header__right > div > div.ps-block--user-header > div.ps-block__right > a:nth-child(2) {
    width: -webkit-fill-available;
}

a.vendor-login-link {
    width: -webkit-fill-available;
}

}