.aa-swiper-container {
    width: 1685px;
    height: 475px;
    overflow: hidden;
}


.ingredincenprev {
    width:40px!important;
    left:-50px!important;
}


.ingredincetitle {
    margin-top:15px;
    font-family: "Fira Sans", Sans-serif;
    font-weight:500!important;
}
.reviewnext {
    width:40px!important;
    right:0px!important;

}


/*STYLI IZ SWIPER STYLE CSS*/
.aa-ingredient-item {
    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;
}
.ingredincenprev {
    box-shadow:none!important;
    background:transparent!important;
    width:45px;
}

.ingredincennext {
    box-shadow:none!important;
    background:transparent!important;
    width:45px;
}
.aa-swiper-prev,
.aa-swiper-next {
  position: absolute;
  top: 67%!important;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-next, .swiper-button-prev {
    top: 67%;
    width: 45px;
}

.ingredincenprev  {
    left:-50px;
}

.ingredincennext {
    right:-50px;
} 
.swiper-container {
  position: relative;
}

.aa-swiper-prev,
.aa-swiper-next {
  z-index: 9999 !important;
}


.swiper-container .swiper-wrapper {
    position: relative; 
}

.ingredincennext {
    top: 67% !important;
}

.ingredincenprev {
    top: 67% !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-ingredients-title {
    text-align: center;
    width: 100%;
	margin-bottom: 35px;
    margin-top:40px;
    font-size:36px;
    font-weight:500;
}
.inner h3 {
    margin-top:20px;
}

/*STYLI IZ SWIPER STYLE CSS*/

/* --- CENTER SLIDES (Desktop + Mobile) --- */
.swiper-container .swiper-wrapper {
    display: flex !important;
    justify-content: center !important;
    overflow: visible !important;
    /* Optional for equal height slides: */
    /* align-items: stretch !important; */
}

/* --- SLIDE AUTO HEIGHT --- */
.swiper-container .swiper-slide,
.swiper-container .swiper-slide .inner {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    display: flex;
    flex-direction: column;
}

/* --- INNER STRETCH --- */
.swiper-container .swiper-slide .inner {
    flex: 1 1 auto;
}

/* --- HIDE SWIPER SCROLLBAR --- */
.aa-swiper-scrollbar {
    display: none !important;
}
.swiper-container .swiper-wrapper:not(.cent) {
    justify-content: flex-start !important;
}

/* --- Desktop: Center with "cent" class if less than 4 slides --- */
@media (min-width: 768px) {
  .swiper-container .swiper-wrapper.cent {
    justify-content: center !important;
  }
}

/* --- MOBILE (Max-width: 767px) --- */
@media (max-width: 767px) {
  /* 1. Container width a little less than full viewport for edge arrows */
  .swiper-container {
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  /* 2. Slides narrower than container, so arrows aren't on top */
  .swiper-container .swiper-slide .inner {
    max-width: 86vw;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /*.swiper-container .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }*/
  
  .aa-ingredient-item {
    margin-right: 0px !important;

  /* 3. Remove left padding for wrapper in mobile centering case */
  .swiper-container .swiper-wrapper.cent {
    justify-content: flex-start !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* 4. Arrows styled & pinned to edges */
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.85);
    border-radius: 50%;
    box-shadow: 0 1px 8px rgba(0,0,0,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    pointer-events: auto;
    position: absolute !important;
  }
  .swiper-container .swiper-button-prev {
    left: 0vw !important;
    right: auto !important;
  }
  .swiper-container .swiper-button-next {
    right: 0vw !important;
    left: auto !important;
  }

  /* 5. Make arrow icons larger */
  .swiper-container .swiper-button-prev img,
  .swiper-container .swiper-button-next img {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* Limit and center the content INSIDE each slide */
  .swiper-container .swiper-slide .inner {
    max-width: 72vw !important;  /* The content width (tweak as needed) */
    margin: 0 auto !important;
    text-align: center;
    box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* If your <p> and <h3> don't fill .inner's width, target them too: */
  .swiper-container .swiper-slide .inner > * {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  .ingredincenprev  {
    left:0px!important;
    width:30px!important;
}

.ingredincennext {
    right:0px;
    width:30px!important;
} 

.ingredincenprev img {
    width:30px!important;
} 
.ingredincennext img {
    width:30px!important;
} 
  
  .aa-swiper-prev,
.aa-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
  .swiper-container {
  position: relative;
}
  .aa-ingredient-swiper-wrapper{
      width:100vw;
      margin-left: -7px;
  }
}

/* Responsive behavior */
@media only screen and (max-width: 767px) {
    .aa-ingredients-title {
        font-size:28px;
        line-height:30px;
        
    }
 
}

/* --- END --- */


.reviewprev {
    width:40px!important;
    left:0px!important;
}
.ingredincennext {
    width:40px!important;
    right:-50px!important;
}
.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-ingredientswiper {
    margin-left:50px;
    margin-right:50px;
}
.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;
}

.swiper-slide.aa-ingredient-item.swiper-slide-active p {
    padding-top:5px;
    font-size:16px;
}
.swiper-slide.aa-ingredient-item.swiper-slide-next p {
    padding-top:5px;
    font-size:16px;
}
.swiper-slide.aa-ingredient-item p {
    padding-top:5px;
    font-size:16px;
}

.swiper-slide.aa-ingredient-item.swiper-slide-active h3 {
    font-size:22px;
}
.swiper-slide.aa-ingredient-item.swiper-slide-next h3 {
    font-size:22px;
}
.swiper-slide.aa-ingredient-item h3 {
    font-size:22px;
}
.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%;
    box-sizing: border-box;
}

@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 {
    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-ingredients-title {
    text-align: center;
    width: 100%;
	margin-bottom: 35px;
    margin-top:50px;
    font-size:36px;
    font-weight:500;
}
.ingredincenprev {
    top:60%!important;
}


.ingredincennext {
    top:60%!important;
}

@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: 10px;
    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: 250px!important;
	max-width:100%;
	object-fit: cover;
    display:block;
    width:100%;
}

.aa-rateMeta {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 10px;
    gap:5px;
}

.aa-star {
    position: relative;
    top: 2.5px;
    width: 18px;
}
.aa-rating-text {
    font-size:16px;
}
.aa-revComment .highlight {
    color: #ff8c00;
    font-weight: bold;
}
.aa-revComment {
    font-size:14px;
    font-weight:300;
}

.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;
    margin-left:50px;
    margin-right:50px;
}

@media (max-width: 767px) {
    .swiper-wrapper.cent {
        justify-content: flex-start;
    }

    .swiper-slide {
        flex: 0 0 auto;
        width: calc(100% - 10px);
    }
}





.onsalenew.yes .onsale {
    background-color:#1FB25A!important;
}