.aa-swiper-container {
    width: 1685px;
    height: 475px;
    overflow: hidden;
}

.aa-swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.aa-discount-badge {
    position: absolute;
    color: #fff;
    background-color: #DE1528;
    font-weight: bold !important;
    font-size: 13pt !important;
    border-radius: 100px !important;
    right: 0px;
    top: 40px;
    padding: 9px;
    align-content: center;
    width: 50px !important;
    height: 50px !important;
}

.best-seller-badge{
	Width: 100%;
    position: absolute;
    left: 0px;
    top: 35px;
}

.aa-myswiper-product-image {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 317px;
    width: 100%;
}

.aa-myswiper-item-image img {
    width: 262px;
    height: 317px;
    object-fit: cover;
}

.aa-swiper-horizontal {
    margin-bottom: 20px;
}

.aa-swiper-slide .aa-product-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.aa-swiper-slide .aa-price-and-cart {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.aa-swiper-product-title,
.aa-swiper-product-description,
.aa-swiper-regular-price {
    text-align: left;
    width: 100%;
}

.aa-swiper-product-title {
    color: #282828;
    font-size: 16px;
    font-family: "Fira Sans", Sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.aa-swiper-product-description {
    color: #858585;
    font-size: 14px;
    font-family: "Fira Sans", Sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: left;
}

.aa-swiper-slide .aa-swiper-sale-price,
.aa-swiper-slide .aa-swiper-regular-price {
    font-family: "Fira Sans", Sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: red;
    text-align: left;
    margin-right: 10px;
    height: 19px;
}

.aa-swiper-slide .woocommerce-Price-amount bdi {
    font-size: 16px;
}

.aa-swiper-sale-price del,
.aa-swiper-sale-price del span,
.aa-swiper-sale-price del bdi {
    color: #282828;
    text-decoration: line-through;
}

.aa-swiper-sale-price ins,
.aa-swiper-sale-price ins span,
.aa-swiper-sale-price ins bdi {
    color: red;
    text-decoration: none;
	font-weight: 600;
}

.aa-cart-icon_swiper {
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-left: 20px;
}

.aa-cart-icon_swiper:hover {
    width: 20px;
    height: 20px;
    margin-left: 20px;
}

.aa-cart-button_swiper {
    margin-left: 80px;
}

.aa-swiper-scrollbar {
    width: 70% !important;
	margin-top: 30px;
    margin-left: 15% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 0ms;
	background: rgba(0, 0, 0, .1);
    z-index: 50;
    height: 5px;
}

.aa-swiper-scrollbar-horizontal {
    width: 100%;
}

.aa-swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 100%;
    padding: 1px;
}

.aa-swiper-item-description-mobile {
    display: none;
}

.aa-add-to-cart-icon-2 {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    transition: background-color 1s ease, color 1s ease, opacity 1s ease !important;
    border-radius: 100px;
    display: none;
    width: 70%;
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
	opacity: 0;
}

.aa-add-to-cart-icon-2 img {
    width: 16px;
    height: 16px;
    margin: -1px;
    margin-right: 5px;
}

.aa-add-to-cart-icon-2:hover {
    background-color: #f0f0f0;
    color: #000;
}

.aa-product-item:hover .aa-cart .aa-add-to-cart-icon-2 {
    display: block;
    opacity: 1;
	transition: opacity 1s ease !important;
}

.aa-product-item:hover .aa-product-description,
.aa-product-item:hover .aa-price,
.aa-product-item:hover .aa-price-and-cart {
    opacity: 0;
}

.aa-product-item:hover .aa-product-image,
.aa-product-item:hover .aa-discount-badge {
    opacity: 1;
}

/* Swiper wrapper centered class */
.swiper-wrapper.cent {
    justify-content: center;
	margin-bottom: 20px !important;
}

.swiper-container {
    overflow: hidden;
}

@media (max-width: 767px) {
    /* Disable centering on mobile */
    .swiper-wrapper.cent {
        justify-content: flex-start;
    }

    /* Adjust slide widths to prevent cut off */
    .swiper-slide {
        flex: 0 0 auto;
        width: calc(100% - 10px); /* Adjust the width to account for space between slides */
    }
}

/* Flexbox centering for single items */
.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

@media (max-width: 768px) {
    .aa-cart-button_swiper {
        margin-left: 40px !important;
    }
    
    .aa-swiper-product-description {
        display: block;
        text-align: left;
        width: 100%;
        color: #858585;
        font-size: 14px;
        font-family: "Fira Sans", Sans-serif;
        font-weight: 300;
    }

    .aa-swiper-slide .aa-discount-badge {
        position: absolute;
        right: 0px;
    }

    .aa-swiper-horizontal {
        margin-bottom: 0px;
    }

    .aa-product-item .aa-add-to-cart-icon-2 {
        display: block !important;
        opacity: 1 !important;
        position: static;
        transform: none;
        margin-bottom: 10px;
        width: 100%;
    }

    .aa-product-item .aa-product-description,
    .aa-product-item .aa-price,
    .aa-product-item .aa-price-and-cart {
        opacity: 1 !important;
    }

    .aa-product-item .aa-product-image,
    .aa-product-item .aa-discount-badge {
        opacity: 1;
    }
}

/* Blog Slider Styles */

.aa-blog-item {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
	height: 400px !important;
    text-align: left;
    position: relative;
    transition: box-shadow 0.3s ease !important;
}

.aa-blog-item:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.aa-blog-image img {
    height: 190px !important;
    object-fit: cover;
    border-bottom: 1px solid #ddd;
}

.aa-blog-info {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aa-blog-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px;
    font-family: "Fira Sans", Sans-serif;
}

.aa-blog-excerpt {
    font-size: 14px;
    color: #666;
    font-family: "Fira Sans", Sans-serif;
    margin-bottom: 20px;
}

.aa-read-more {
    background: none;
    border: none;
    color: #1FB25A;
    font-size: 14px;
    font-family: "Fira Sans", Sans-serif;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    left: 15px;
	padding: 0;
}

.aa-read-more:hover {
    text-decoration: none;
	background: none;
    border: none;
    color: #1FB25A;
}

/* Ingredient Slider Styles */

.aa-ingredient-item {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 390px !important;
    text-align: center;
    position: relative;
    transition: box-shadow 0.5s ease !important;
	margin-right: 10px!important;
}

.aa-ingredient-item .inner{
	padding: 20px;
}

.aa-ingredient-item .inner img{
	width: 315px;
	height: 100px;
	object-fit: scale-down;
}
.aa-ingredient-item .inner p{
	font-size: 10pt;
	font-weight: 300;
}

.aa-ingredient-item:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.aa-ingredients-title {
    text-align: center;
    width: 100%;
	margin-bottom: 35px;
}

@media (max-width: 768px){
	.aa-ingredient-item .inner p{
	font-size: 9pt;
	font-weight: 300;
}
}

/* Styles for Reviews */
.aa-review-item {
    width: 100%;
    max-width: 315px;
    margin: 0 10px;
}

.aa-review-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.aa-revSlid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.aa-square {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* height: 380px; */
    width: 100%;
	overflow: hidden;
}

.aa-revComment {
    flex: 1;
    display: flex;
    text-align: center;
    margin-bottom: 10px;
}

.aa-square img {
    height: auto;
	max-width:100%;
	object-fit: cover;
}

.aa-rateMeta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.aa-star {
    position: relative;
    top: 4px;
    width: 26px;
}

.aa-revComment .highlight {
    color: #ff8c00;
    font-weight: bold;
}

.aa-udata {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.aa-name {
    text-align: left;
}

.aa-checker {
    text-align: right;
}

.aa-udata .aa-checker .aa-check {
    background-color: #1FB25A;
    display: inline-flex;
    border-radius: 100px;
    align-items: center;
    width: 19px;
    height: 19px;
    justify-content: center;
    margin-left: 10px;
    white-space: nowrap;
}

.aa-bg-light-grey {
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
    height: auto !important;
	background-color: #ebebeb;
	max-width:400px;
}

/* Centering the reviews slider and limiting the width */
.aa-reviewswiper {
    max-width: 1685px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .swiper-wrapper.cent {
        justify-content: flex-start;
    }

    .swiper-slide {
        flex: 0 0 auto;
        width: calc(100% - 10px);
    }
}
