.swiper-slide.ss-product-slide {
    height: auto;
}
.ss-product-slide .inner-bx,
.ss-product-grid .inner-bx {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    height: 100%;
}
.ss-product-slide .image-caption,
.ss-product-grid .image-caption {
    position: relative;
    padding-top: 75%;
    background-color: #F7F4EB;
}
.ss-product-slide .image-caption img,
.ss-product-grid .image-caption img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    padding: 40px 15px 20px 15px;
}
.fs-product-crousel .swiper-slide {
    padding-bottom: 50px;
}
.fs-product-crousel .swiper-pagination {
    justify-content: center;
}
.ss-product-grid-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -12px;
}
.ss-product-grid-layout .ss-product-grid {
    padding: 0px 12px;
    width: 25%;
    margin-bottom: 24px;
}
.product-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
	z-index: 99999;
	overflow-y: auto;
	padding: 10px;
}
.popup-inner {
    background: #fff;
    max-width: 1000px;
    margin: 5% auto;
    padding: 30px;
    position: relative;
    border-radius: 20px;
}
.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 22px;
    background: var(--e-global-color-primary);
    color: #fff;
    padding: 18px;
    line-height: 0;
    border-radius: 0px 18px 0px 18px;
}
.popup-top {
    border-left: 4px solid var(--e-global-color-primary);
    padding-left: 10px;
}
.popup-title {
    color: #000;
    font-size: 24px !important;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.popup-description {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-caption {
    padding: 30px 20px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.product-caption h3 {
    font-size: 16px;
    text-transform: uppercase;
}
.p-r {
    display: flex;
    gap: 1px;
}
.p-r i {
    color: #fab611;
    font-size: 14px;
}
.p-cat {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--e-global-color-primary);
    color: #fff;
    text-transform: uppercase;
    padding: 2px 10px;
    font-size: 11px;
    border-radius: 15px 0px 15px 0px;
    font-weight: 600;
    letter-spacing: 1px;
}
.popup-table {
    overflow-x: auto;
}
.popup-table table {
    margin-bottom: 0px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.popup-table table td {
    vertical-align: top;
    padding: 8px;
    border: 1px solid #33333380;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
}
.popup-btn.button {
    margin-top: 15px;
}
.es-ps .swiper-pagination {
    bottom: -50px !important;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5E3326;
    transform: scale(1.5);
}
@media only screen and (max-width: 767px) {
.ss-product-grid-layout .ss-product-grid {
    width: 100%;
}
.popup-inner {
padding: 20px;
}
}

