.header-cart {
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#loading-indicator {
    font-size: 22px;
    color: #027264;
    font-weight: 600;
    background: #d3f9e9;
    padding: 20px;
    margin-bottom: 30px;
	width: 100%;
	border: 0 !important;
	border-radius: 0;
}
button#recent-products-loadmore {
    font-size: 22px;
    color: #027264;
    font-weight: 600;
    background: #d3f9e9 !important;
    padding: 20px !important;
    margin: 10px 0;
	border: 0 !important;
	width: 100%;
	border-radius: 0;
}
#load-more.load-more-btn-style{
	background: #01796b !important;
	color: #fff;
}
#load-more.load-more-btn-style:hover{
	background: #01796b !important;
	color: #fff;
}
.header-cart .cart-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
	gap: 4px;
}

.header-cart .cart-icon {
  font-size: 22px; 
  position: relative;
}

.header-cart .cart-count {
  	background: #027264;
    color: #fff;
    font-size: 12px;
    padding: 1px 7px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -10px;
}

.header-cart .cart-label {
  font-size: 13px;
  margin-top: 4px;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    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: 16px;
    line-height: 17px;
    font-weight: 700;
    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: 16px;
    font-weight: 800;
    color: #000;
}
.old_price{
    font-size: 13px;
    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: #027264 !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: #027264 !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: 80px;
    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: 100px;
    object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}
.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(6 , 1fr);
}
.feature-highlights{
    display: inline-block;
    padding: 15px;
    border-radius: 30px 0;
    background: #D4F4E6;
    align-items: center;
	vertical-align: middle;
	text-align: center;
}
.feature-highlights > div h6{
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}
.feature-highlights > div p{
    color: #027264;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    text-decoration: underline;
	margin: 0;
	margin-bottom: 10px;
}
.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 .assured-svg-img{
    width: 40px;
	height: 40px;
	margin: 10px auto;
}
.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(5, 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;
}
.page-id-70616 .elementor-shape .elementor-shape-fill{
	fill: #f3f3f3 !important;
}

#load-more.load-more-btn-style{
	background: #01796b !important;
	color: #fff;
}
#load-more.load-more-btn-style:hover{
	background: #01796b !important;
	color: #fff;
}
.category-card img {
/*     max-width: 250px; */
    height: 100%;
}

.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;
}

.banner-slider > .swiper, .banner-slider figure img {
    background: #eee !important;
}
/* introduction section style */
.introduce {
	padding: 30px 0;
	background-color: #f2f2f2;
}
.introduce {
	padding: 120px 0 60px;
	width: 100%;
	float: left;
	display: flex;
}
.introduce h1.intro-heading{
	display: flex;
	gap: 4px;
	font-size: 22px;
	line-height: 22px;
	align-items: center;
	white-space: nowrap;
	text-transform: capitalize;
}

.introduce .introduce-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.introduce .col-left {
	margin-bottom: 0;
	position: relative;
}
.introduce .col-left {
	width: 50%;
}
.introduce .col-right {
	width: calc(50% - 100px);
}
.introduce .col-left .content {
	padding: 40px;
	border-radius: 30px;
	background: #fff;
}
.introduce .col-left .content p {
	font-size: 15px;
}
.introduce .col-left:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 98px;
	height: 101px;
	margin-top: -65px;
	margin-right: -65px;
	content: "";
	background: url(https://staging.oztechemporium.com.au/wp-content/uploads/2025/09/1st.webp) 0 0 no-repeat;
	background-size: cover;
}
.introduce .section-title {
	margin-bottom: 35px;
}

.introduce .section-title h3 {
	font-size: 22px;
    line-height: 22px;
    color: #636363;
    font-weight: 400;
}
.introduce .tracker a p {
	color: #037263;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}
.wavy-underline {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.wavy-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #037263;
  transition: width 0.6s ease;
}

.wavy-underline:hover::after {
  width: 100%;
}

.introduce .content-wrap h2 {
	font-size: 13px;
    line-height: 24px;
	color: #636363;
	font-weight: 300;
	padding: 0;
	margin: 0;
}
.confidence-content{
	padding: 40px;
}
.introduce .col-right ul {
	gap: 45px 30px;
}
.introduce .col-right ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 26px;
}
.introduce .col-right ul li img {
	margin-bottom: 5px;
	max-width: 48px;
}
.introduce .col-right ul li h4 {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 1.38em;
}
.introduce .col-right ul li p {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1.38em;
}
li.advantage-item {
	list-style: none;
	width: 45%;
	float: left;
}
.introduce .col-right ul li p {
	font-size: 15px;
}
.products_title {
height: 40px;
}
