.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 40px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.whatsapp-float:hover {
    box-shadow: 2px 2px 3px #999;
}
.after-pay-class{
font-size: 12px;
    font-weight: 400;
    vertical-align: super;
    background: #b2fce4;
    padding: 0 5px 3px;
    border-radius: 30px;
}
.afterpay-custom-button-con{
		margin-bottom: 10px;
}
p.afterpay-msg {
    font-size: 12px;
    text-align: left;
    margin: 0;
    padding: 0;
}
.after-pay-class-con{
	vertical-align: middle;
}
.main-banner-sec{
    width: 100%;
    float: left;
    padding-top: 52px;
    padding-bottom: 12px;
}
.banner-inner-con{
    display: grid;
    gap: 16px;
    justify-content: space-between;
    grid-template-columns: 18.5% 60.5% 18.5%;
}
.banner-inner-con figure img{
    width: 100%;
    border-radius: 8px;
}
.banner-slider > .swiper{
    height: 100%;
}
.banner-slider figure{
    height: 100%;
}
.banner-slider figure img {
    height: 433px;
	object-fit:contain;
}
.banner-right-con{
    gap: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.banner-slider .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background-color: #00796b;
}
.banner-slider .swiper-pagination-bullet-active{
    width: 28px;
    border-radius: 8px;
    background-color: #00796b;
    transition: all .7s ease-in-out;
}
/* banner ended */
.popular-categories{
    width: 100%;
    float: left;
    padding-top: 24px;
    padding-bottom: 24px;
}
.popular-slide {
  text-align: center;
}

.popular-slide a {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.popular-slide a > figure {
  border-radius: 100%;
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f3f8;
  border: 1px solid #c6c6c6;
  margin-bottom: 10px;
  transition: border-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.popular-slide a > h6 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  transition: color 0.3s ease-in-out;
}

.popular-slide a:hover h6 {
  color: #00796b;
  font-weight: 500;
}

.popular-slide a:hover figure {
  border-color: #00796b;
  transform: scale(1.05);
}
.popular-slider {
    overflow: hidden;
}
.popular-slider{
    padding: 26px 15px 0 ;
}
.vendor-contact-con{
    width: 100%;
    float: left;
    padding-top: 24px;
    padding-bottom: 24px;
}
.vendor-banner figure{
    max-height: 280px;
}
.vendor-banner figure img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.special-offer-con{
    width: 100%;
    float: left;
    padding-top: 24px;
    padding-bottom: 24px;
}
.special-offer-heading{
    margin-bottom: 24px;
}
.special-offer-listing{
    display: grid;
    gap: 10px;
    list-style: none;
    grid-template-columns: repeat(4 , 1fr);
}
.special-offer-list a{
    display: inline-block;
}
.special-offer-list a img{
    width: 100%;
    border-radius: 8px;
}
.bg-signupbanner{
    display: flex;
    gap: 15px;
    align-items: center;
    height: 48px;
    margin: 0 0 6px;
    width: 100%;
    float: left;
    background: url("../images/sigupBanner.svg") no-repeat center;
    background-size: cover;
    position: relative;
}
.bg-sigupbannerbutton-gradient {
    font-weight: 600;
    color: #fff;
    height: 48px;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 100px 100px 0;
    background-image: linear-gradient(283deg, #332ab7 9.27%, #3c64b0 36.82%, #2fc389 90.73%);
}
.download-text{
  font-size: 14px;
    font-weight: 600;
    position: absolute;
    color: #222;
    width: 100%;
    display: flex;
    justify-content: center;
}
.download-text > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-text img {
    width: 40px;
    height: 29px;
    flex-grow: 1;
    object-fit: cover;
    position: relative;
    top: 3px;
}
.download-text a{
    color: #1bab6e;
}
.products_item{
    border-radius: 10px 10px 6px 6px;
    border: 1px solid #e1e1e1;
}
.products_content {
    padding: 15px;
}
.products_rating{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
.products_rating svg{
    width: 16px;
    height: 16px;
    color: #1bab6e;
    text-align: center;
    vertical-align: middle;
}
.products_title a,.products_title span{
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 5px;
    color: #999;
}
.products_title h2, .products_title h2 a{
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    margin-top: 0;
    height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products_rating span{
    font-size: 11px;
    color: #999;
}
.price_box a{
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
.new-price{
    font-size: 13px;
    font-weight: 800;
    color: #000;
}
.old_price{
    font-size: 11px;
    font-weight: 700;
    color: #999;
}
.recent .new-price{
    font-size: 14px;
    font-weight: 800;
}
.recent .old_price{
    font-size: 13px;
    font-weight: 600;
}
.recent .price_box {
    margin-bottom: 10px;
}
.add-cart a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    padding: 12px;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    background: linear-gradient(45deg, #006559 0%, #048b7b 25%, #02a28f 51%, #006559 100%) !important;
    border-radius: 5px;
    cursor: pointer;
}
.category-page .category-card img {
    width: 170px;
    height: 130px;
}
.recent-product-con .generic-heading-btn, .our-category-section .generic-heading-btn{
    margin-bottom: 24px;
}
.products_item_img{
    position: relative;
    padding: 0 10px;
    padding-top: 30px;
}
.favorite_icon_box svg{
    width: 16px;
    height: 16px;
}
.favorite_icon_box {
    position: absolute;
    top: 10px;
    right: 10px;
}
.favorite_icon{
    /* width: 32px;
    height: 32px; */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 6px;
}
.favorite_icon:hover{
    background: #222;
}
.products_item_img figure{
    text-align: center;
    /* padding-top: 10px; */
}
.product_tag_box{
    position: absolute;
    /* top: 20px; */
    top: 10px;
    left: 10px;
    font-size: 10px;
    color: #fff;
}
.product_tag{
    width: 50px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D23636;
    border-radius: 5px 0 0 5px;
    gap: 10px;
}
.dots{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius:50% ;
    background: #fff;
}
.triangle {
    position: absolute;
    right: -16px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 10px 17px;
    border-color: transparent transparent transparent #D23636;
}
.swiper-button-next{
    right: -20px !important;
}
.swiper-button-prev{
    left: -20px !important;
}
.swiper-button-next, .swiper-button-prev{
    width: 48px !important;
    height: 48px !important;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #eee;
    margin-top: 0 !important;
    transform: translateY(-50%);
    box-shadow: 0 0 7px 2px rgb(0 0 0 / 15%);
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 800 !important;
}
/**/
.filter-buttons {
    text-align: center;
}

.filter-buttons button {
    margin: 5px;
    padding: 10px 20px;
    border: none;
    background: #ddd;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
	color: #000;
}
.filter-buttons button:focus, .filter-buttons button:hover, .filter-buttons button.active, .filter-buttons button:active {
    background: linear-gradient(45deg, #006559 0%, #048b7b 25%, #02a28f 51%, #006559 100%) !important;
    color: white;
}

.arrivals_tab .swiper {
    width: 100%;
    padding: 20px 0;
}


.hidden {
    display: none !important;
}
.arrivals_tab{
    width: 100%;
    float: left;
}
.app-download{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
/*brand logo*/

.brand-logo{
    width: 100%;
    float: left;
    padding-top: 24px;
    padding-bottom: 24px;
}
.brans-logo{
    height: 86px;
    padding: 10px;
    display: flex;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    border: 1px solid #efefef;
}
.brand-slider{
    width: 100%;
    position: relative;
}

.brans-logo a:hover{
    cursor: pointer;
}

.brans-logo a figure img{
    width: 100px;
	height: 100%;
    object-fit: contain;
}
.brand-slider .swiper-button-next:after, .brand-slider .swiper-button-prev:after{
    font-size: 14px !important;
}
.brand-logo .generic-heading-btn , .feature-highlights-con .generic-heading-btn{
    padding-bottom: 24px;
}
/*PRICE FILTER*/
.price-filter{
    float: left;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
}
/*CONDITION-EXPLAINED*/
.condition-exp{
    width: 100%;
    float: left;
    padding-top: 24px;
    padding-bottom: 24px;
   background:  #f2f2f2f2;
}
.condition-exp-inner{
    display: grid;
    gap: 15px;
    justify-content: space-between;
    grid-template-columns: 28% 70%;
}
.condition-text h6{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}
.condition-text h6 span{
    color: #00796b;
    display: inline-block;
}
.condition-text p{
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}




:root {
  --bg: #0f172a;
  --card: #1e293b;
  --tooltip: #f1f5f9;
  --primary: #6366f1;
  --text: #0f172a;
  --radius: 16px;
}

.card-grid {
  display: flex;
  gap: 55px;
  flex-wrap: wrap;
}

.hover-card {
    z-index: 5;
    display: flex;
    outline: none;
    cursor: pointer;
    position: relative;
    flex-direction: column;
    /* transition: transform 0.3s ease-in-out; */
}

.hover-card:hover, .hover-card:focus {
  transform: scale(1.05);
  transition: all 0.4s ease-in-out;
}

.hover-card figure {
  width: 138px;
  height: 138px;
  display: flex;
  border-radius: 9999px;
  align-items: flex-end;
  justify-content: center;
  border: 3px solid #e1e1e1;
}
.hover-card img{
    width: 75px;
    height: 105px;
    object-fit: contain;
}
.hover-card:hover figure {
    border-color: #1bab6e;
    background-color: #D4F4e6;
}
.tooltip {
  position: absolute;
  top: -56%;
  left: 50%;
  z-index: 999;
  opacity: 0;
  width: 110px;
  padding: 8px 12px;
  color: var(--text);
  border-radius: 16px;
  pointer-events: none;
  background: #f1f5f9;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.hover-card:hover .tooltip,
.hover-card:focus .tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.tooltip{
    font-size: 12px;
    color: #000000;
    line-height: 13px;
}

.tooltip h4 {
  margin: 0;
  font-weight: 600;
}

.tooltip p {
  margin-top: 4px;
}

.tooltip-actions {
  display: flex;
  gap: 8px;
}







.card-grid-inner{
    display: inline-block;
    margin: 0 auto;

}

.hover-card span{
    margin-top: -10px;
    padding: 5px;
    display: flex;
    gap: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    background: #eaeaea;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-transform: capitalize;
}
.hover-card:hover span{
    color: white;
    background: #00796B;
}
/*feature-highlights*/
.feature-highlights-con{
    width: 100%;
    float: left;
    padding: 70px;  
    background: #f2f2f2f2;
}
.feature-highlights-inner{
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3 , 1fr);
}
.feature-highlights{
    display: flex;
    gap: 15px;
    padding: 28px 20px;
    border-radius: 8px;
    background: #D4F4E6;
    align-items: center;
}
.feature-highlights > div h6{
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}
.feature-highlights > div p{
    color: #1bab6e;
    font-size: 13px;
    line-height: 14px;
    display: inline-block;
    text-decoration: underline;
}
.feature-highlights-con .generic-heading-btn h3{
    color: #5a5a5a;
}
.slider-wrap-con{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.products_item_img figure img {
        width: 100%;
	height: 225px;
}
.popular-static-data{
    display: none;
}
.feature-highlights figure{
    width: 42px;
}
.feature-highlights figure img{
    max-width: 100%;
    object-fit: contain;
}
.tabs-slides-inner{
    display: none;
}
.free-shippment {
    background: #eee;
    padding: 10px 20px;
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align: left;
    background-color: #d3f9e9;
border-radius: 10px 10px 0 0;
}
 .free-shippment p{
    margin: 0;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    color: #000;
}

/* Container: Right side, middle of screen */
.floating-button-left {
z-index:999;
    position: fixed;
    top: 33%; 
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: auto;
}
.floating-button-left a {
    border: 1px solid #027264;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 250px;
    height: 50px;
    margin-right: -200px;
    margin-bottom: 10px;
    padding: 10px 15px;
    color: #ffffff !important;
    font-family: "Arial",Sans-serif;
    text-decoration: none;
    background-color: #027264;
    transition: all 0.4s ease-in-out;
    font-size: 16px;
    font-weight: 700;
}

.floating-button-left a:hover {
    margin-right: 0;
    background-color: #c45100;
}

.btn-float-one:before,
.btn-float-two:before,
.btn-float-three:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 25px;
font-size: 20px;
}


.btn-float-one:before {
    content: "\f095"; }
.btn-float-two:before {
    content: "\f0e0"; }
.btn-float-three:before {
    content: "\f02d"; }

.btn-float-one:hover, .btn-float-two:hover, .btn-float-three:hover{
    color: #016b5e !important;
    background: #fff !important;
}

@media screen and (max-width: 440px) {
    .floating-button-left .btn-float-three {
        display: none;
    }

    .floating-button-left {
        top: auto;
        bottom: 0;
        flex-direction: row;
        width: 100%;
    }

    .floating-button-left a {
        margin-right: 0;
        margin-bottom: 0;
        padding: 5px;
        width: 100%;
        box-shadow: none;
        justify-content: center;

    }
}



.our-category-section {
    width: 100%;
    float: left;
    padding-top: 24px;
    margin-bottom: 40px;
}

.category h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 30px;
    padding: 0;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.category-item {
  text-align: center;
}

.category-card {
  background-color: #d3f9e9;
  border-radius: 15px;
/*   padding: 20px; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.category-card img {
    max-width: 250px;
    height: 200px;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.category-item p {
font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding: 8px 0;
	color: #000;
}

/* Mobile: 2 per row */
@media (max-width: 768px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.afterpay-custom-button{
	height: 90px;
}

/* menu */
.sub-menu.elementor-nav-menu--dropdown.sm-nowrap{
    padding: 10px;
	 column-count: 3;
}
 .elementor-nav-menu--dropdown .elementor-sub-item {
    display: inline-block;
    padding-inline: 20px;
}
.arrival-product-inner{
	display: none;
}
.swiper-slide figure{
	margin-top:-24px;
}

.banner_Box .swiper-slide a{
	width:100%;
	display: block;
}


