@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*
	Title # Medical Cybernetikz
	Date #  23 December 2025
*/
html {
	scroll-behavior: smooth;
}
* {
	padding: 0px;
	margin: 0px;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	padding: 0px;
	margin: 0px;
	background: #f2f3f5;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
}
.body-full {
	width: 100%;
	float: left;
	position: relative;
	background: #FFF;
}

.body-full2{ width:100%; float:left; position:relative; background:#f2f3f5; }


img {
	max-width: 100%;
	height: auto;
}


.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	/*width: 70%;*/
	margin: auto;
}

a {
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

:focus {
	outline: 0;
}

button:focus {
	outline: 0 !important;
}

.table>thead>tr>th {
	border: none;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border: none;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 20px;
}



.container {
	/*max-width: 1800px;*/
	width: 1290px;
	/*padding-right:15px;
	padding-left:15px;*/
	margin-right:auto;
	margin-left:auto;
	padding-right:0px;
	padding-left:0px;
}
@media (min-width:320px) {
.container {
	max-width:100%;
}
}
@media (min-width:576px) {
.container {
	max-width:540px;
}
}
@media (min-width:768px) {
.container {
	max-width:720px
}
}
@media (min-width:992px) {
.container {
	max-width:960px
}
}
@media (min-width:1200px) {
.container {
	max-width:1200px;
}
}
@media (max-width:1250px) {	
.container{
		padding-right:40px;
		padding-left:40px;
		}
}
.row {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Top <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.top-full{ width: 100%; position: relative; background: #274888; border-bottom: 1px solid #436097; }

.header-banner {
			width: 100%;
            color: white;
            padding: 12px 0px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .shipping-text {
            font-size: 14px;
            font-weight: normal;
            flex: 1;
            min-width: auto;
            text-align: left;
        }

        .social-icons {
            display: flex;
            gap: 20px;
            align-items: center;
        }

        .social-icons a {
            color: white;
            font-size: 14px;
            transition: opacity 0.3s ease;
            text-decoration: none;
        }

        .social-icons a:hover {
            opacity: 0.8;
        }

        @media (max-width: 768px) {
            .header-banner {
                justify-content: center;
                text-align: center;
                padding: 12px 0px;
            }

            .shipping-text {                
                font-size: 14px;
            }

            .social-icons {
                gap: 15px;
            }

            .social-icons a {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .shipping-text {
                font-size: 13px;
            }

            .social-icons {
                gap: 12px;
            }

            .social-icons a {
                font-size: 15px;
            }
        }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Top <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* ============================================ Start Navigation =============================================== */

.navigation-full{ width: 100%; position: relative; background: #274888; }

.main-header {
			width: 100%;
            background: #274888;
            color: white;
        }

        .header-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0px;
            flex-wrap: wrap;
            gap: 20px;
        }

        .logo {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: white;
        }

        .logo-icon {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, #7dc242 0%, #5a9e2d 100%);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            position: relative;
        }

        .logo-icon::before {
            content: '+';
            font-size: 32px;
            color: white;
            font-weight: bold;
        }

        .logo-text h1 {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 2px;
        }

        .logo-text p {
            font-size: 12px;
            opacity: 0.9;
        }

        .search-container {
            flex: 1;
            max-width: 700px;
            /*min-width: 300px;*/
            position: relative;
        }

        .search-box {
            width: 100%;
            display: flex;
            background: white;
            border-radius: 50px;
            overflow: hidden;
        }

        .search-box input {
            flex: 1;
            border: none;
            padding: 12px 25px;
            font-size: 15px;
            outline: none;
        }

        .search-box button {
            background: #1db89e;
            border: none;
            padding: 12px 20px;
            color: white;
            cursor: pointer;
            transition: background 0.3s;
        }

        .search-box button:hover {
            background: #189481;
        }

        .header-right {
            display: flex;
            align-items: center;
            gap: 20px;
			position:relative;
        }

        .sign-in {
            font-size: 14px; font-weight: 500;
            text-decoration: none;
            color: white;
            white-space: nowrap;
        }

        .sign-in:hover {
            opacity: 0.8;
        }

        .wishlist, .cart {
            position: relative;
            color: white;
            font-size: 22px;
            cursor: pointer;
            transition: opacity 0.3s;
        }

        .wishlist:hover, .cart:hover {
            opacity: 0.8;
        }

        .cart-badge {
            position: absolute;
            top: -8px;
            right: -8px;
            background: #ff4757;
            color: white;
            border-radius: 50%;
            width: 18px;
            height: 18px;
            font-size: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }

        .cart-info {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .cart-price {
            font-size: 14px;
            font-weight: 600;
        }

        /* Navigation */
        .main-nav {
            background: #274888;
            padding: 0 0px;
        }

        .nav-menu {
            list-style: none;
            display: flex;
            gap: 45px;
        }

        .nav-item {
            position: relative;
        }

        .nav-link {
            color: white;
            text-decoration: none;
            padding: 18px 0;
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 16px; font-weight: 500;
            transition: opacity 0.3s;
        }

        .nav-link:hover {
            opacity: 0.8;
            color: #24AEB1;
        }

        .nav-link.active {
            color: #24AEB1;
        }

        /* Dropdown Menu */
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            min-width: 200px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s;
            z-index: 1000;
        }

        .nav-item:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .nav-item.active .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .dropdown-menu li {
            list-style: none;
        }

        .dropdown-menu a {
            display: block;
            padding: 12px 20px;
            color: #333;
            text-decoration: none;
            transition: background 0.3s;
        }

        .dropdown-menu a:hover {
            background: #f5f5f5;
            color: #1db89e;
        }

        /* Mega Menu */
        .mega-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            width: 800px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s;
            z-index: 1000;
            padding: 30px;
        }

        .nav-item:hover .mega-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .nav-item.active .mega-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .mega-menu-content {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .mega-menu-column h4 {
            color: #2c5aa0;
            font-size: 16px;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #7dc242;
        }

        .mega-menu-column ul {
            list-style: none;
        }

        .mega-menu-column ul li {
            margin-bottom: 8px;
        }

        .mega-menu-column a {
            color: #666;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s;
        }

        .mega-menu-column a:hover {
            color: #1db89e;
        }

        /* Mobile Menu Toggle */
        .mobile-toggle {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .header-top {
                padding: 20px 0px;
            }

            .main-nav {
                padding: 0 0px;
            }

            .nav-menu {
                gap: 20px;
            }

            .mega-menu {
                width: 600px;
            }

            .mega-menu-content {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .header-top {
                padding: 20px 0px;
            }

            .search-container {
                order: 3;
                width: 100%;
                max-width: 100%;
            }

            .mobile-toggle {
                display: block;
            }

            .main-nav {
                padding: 0;
            }

            .nav-menu {
                display: none;
                flex-direction: column;
                gap: 0;
                background: rgba(0, 0, 0, 0.2);
            }

            .nav-menu.active {
                display: flex;
            }

            .nav-link {
                padding: 15px 20px;
                border-bottom: 1px solid rgba(255,255,255,0.1);
            }

            .dropdown-menu, .mega-menu {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: none;
                width: 100%;
            }

            .mega-menu-content {
                grid-template-columns: 1fr;
            }

            .logo-text h1 {
                font-size: 22px;
            }

            .cart-price {
                display: none;
            }
        }

        @media (max-width: 480px) {
			.logo{ margin:auto; }
			
            .header-right {
                gap: 15px;
				margin:auto;
            }

            .sign-in {
                font-size: 12px;
            }

            .logo-icon {
                width: 35px;
                height: 35px;
            }

            .logo-icon::before {
                font-size: 24px;
            }

            .logo-text h1 {
                font-size: 18px;
            }

            .logo-text p {
                font-size: 10px;
            }
        }

/* ============================================= End Navigation ================================================= */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Header Slide <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.header-slide-full{ width: 100%; position: relative; background: linear-gradient(135deg, #4ec3c5 0%, #5cc9cb 100%); }

.slider-container {
            position: relative;
            width: 100%;
            overflow: hidden;            
        }

       .slider-container .slider-wrapper {
            display: flex;
            transition: transform 0.6s ease-in-out;
        }

       .slider-container .slide {
            min-width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 60px 80px;
            position: relative;
            background: linear-gradient(135deg, #4ec3c5 0%, #5cc9cb 100%);
        }

        /* Medical Pattern Background */
       .slider-container .slide::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            background-image: 
                repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.1) 35px, rgba(255,255,255,.1) 70px),
                repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(255,255,255,.1) 35px, rgba(255,255,255,.1) 70px);
        }

       .slider-container .slide-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

       .slider-container .product-showcase {
            flex: 1;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

       .slider-container .products-group {
            position: relative;
            width: 600px;
            height: 400px;
        }

       .slider-container .badge {
            position: absolute;
            top: 20px;
            left: 20px;
            background: linear-gradient(135deg, #ffa726 0%, #ff9800 100%);
            color: white;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            box-shadow: 0 5px 20px rgba(255, 152, 0, 0.4);
            z-index: 10;
        }

       .slider-container .badge::before {
            content: '';
            position: absolute;
            top: -5px;
            left: -5px;
            right: -5px;
            bottom: -5px;
            border-radius: 50%;
            background: linear-gradient(135deg, #ffa726 0%, #ff9800 100%);
            opacity: 0.3;
            z-index: -1;
        }

       .slider-container .badge-text {
            font-size: 12px;
            margin-bottom: 2px;
        }

       .slider-container .badge-price {
            font-size: 18px;
            font-weight: bold;
        }

       .slider-container .product-image {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

       .slider-container .text-content {
            flex: 1;
            color: white;
            padding-left: 60px;
        }

       .slider-container .main-heading {
            font-size: 60px;
            font-weight: 600;
            line-height: 1.1;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
        }

       .slider-container .promo-code {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 30px;
            font-size: 16px;
        }

       .slider-container .promo-code span:first-child {
            opacity: 0.9;
        }

       .slider-container .promo-code span:last-child {
            font-weight: 500;
            font-size: 16px;
        }

       .slider-container .shop-btn {
            display: inline-flex;
            align-items: center;
            gap: 15px;
            background: white;
            color: #4ec3c5;
            padding: 15px 35px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            transition: all 0.3s;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
            margin-bottom: 40px;
        }

       .slider-container .shop-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        }

       .slider-container .shop-btn i {
            font-size: 20px;
        }

       .slider-container .features {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

       .slider-container .feature-item {
            display: flex;
            align-items: center;
            gap: 15px;
        }

       .slider-container .feature-icon {
            width: 50px;
            height: 50px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

       .slider-container .feature-icon i {
            font-size: 24px;
            color: #4ec3c5;
        }

       .slider-container .feature-text {
            font-size: 16px;
            font-weight: 600;
        }

       .slider-container .decorative-elements {
            position: absolute;
            bottom: 55px;
            right: 80px;
            display: flex;
            gap: 15px;
            align-items: center;
            z-index: 1;
        }

       .slider-container .clip, .plant {
            filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.2));
        }

       .slider-container .clip {
            width: 40px;
            height: auto;
        }

       .slider-container .plant {
            width: 120px;
            height: auto;
        }

        /* Slider Controls */
       .slider-container .slider-controls {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
            display: none;
        }

       .slider-container .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s;
        }

       .slider-container .dot.active {
            background: white;
            width: 30px;
            border-radius: 6px;
        }

       .slider-container .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.3);
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
            z-index: 10;
            border: none;
            font-size: 20px;
        }

       .slider-container .arrow:hover {
            background: rgba(255, 255, 255, 0.5);
        }

       .slider-container .arrow-left {
            left: 0px;
        }

       .slider-container .arrow-right {
            right: 0px;
        }

        /* Responsive */
        @media (max-width: 1200px) {
           .slider-container .slide {
                padding: 40px 50px;
            }

           .slider-container .main-heading {
                font-size: 56px;
            }

           .slider-container .products-group {
                width: 450px;
                height: 300px;
            }

           .slider-container .text-content {
                padding-left: 40px;
            }
        }
		
		@media (max-width: 991px) {   
		
			.slider-container .slide {
								padding: 30px 0px;
							}   
							
			.slider-container .text-content {
											padding-left: 10px;
										}     

           .slider-container .main-heading {
                font-size: 35px;
            }
			
			.slider-container .shop-btn{ font-size:14px; padding:10px 15px; gap: 10px; } 
			
		}

        @media (max-width: 768px) {
           .slider-container .slide {
                flex-direction: column;
                padding: 40px 30px;
                text-align: center;
            }

           .slider-container .slide-content {
                flex-direction: column;
            }

           .slider-container .text-content {
                padding-left: 0;
                padding-top: 30px;
                order: 2;
            }

           .slider-container .product-showcase {
                order: 1;
            }

           .slider-container .main-heading {
                font-size: 42px;
            }

           .slider-container .products-group {
                width: 100%;
                max-width: 400px;
                height: 250px;
            }

           .slider-container .shop-btn {
                margin: 20px auto 30px;
            }

           .slider-container .features {
                align-items: center;
            }

           .slider-container .decorative-elements {
                right: 30px;
                bottom: 10px;
            }

           .slider-container .plant {
                width: 80px;
            }

           .slider-container .clip {
                width: 30px;
            }

           .slider-container .arrow {
                width: 40px;
                height: 40px;
            }
        }

        @media (max-width: 480px) {
           .slider-container .main-heading {
                font-size: 32px;
            }

           .slider-container .promo-code {
                font-size: 14px;
                flex-direction: column;
                gap: 5px;
            }

           .slider-container .feature-text {
                font-size: 16px;
            }

           .slider-container .badge {
                width: 70px;
                height: 70px;
            }

           .slider-container .badge-price {
                font-size: 16px;
            }

           .slider-container .products-group {
                height: 200px;
            }
        }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Header Slide <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


.block-body{
            width: 100%;
            padding: 50px 0px;
            position: relative;
            }


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Icon Body <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.icon-body{
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            margin: -80px 0px 30px;
        }

        .icon-item {
            flex: 1;
            min-width: 180px;
            display: flex;
            align-items: center;
            gap: 12px;
            cursor: pointer;
            transition: transform 0.2s;
        }

        .icon-item:hover {
            transform: translateY(-2px);
        }

        .icon-wrapper {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .icon-wrapper svg {
            width: 26px;
            height: 26px;
        }

        .cyan { background: #17a2b8; }
        .pink { background: #e91e63; }
        .green { background: #8bc34a; }
        .blue { background: #42a5f5; }
        .orange { background: #ffa726; }

        .icon-content {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .icon-title {
            font-size: 16px;
            font-weight: 600;
            color: #1D2A38;
        }

        .icon-subtitle {
            font-size: 14px;
            color: #7D879D;
        }

        @media (max-width: 768px) {
            .icon-body {
                gap: 15px;
				margin-top:0px;
            }

            .icon-item {
                min-width: 150px;
            }

            .icon-wrapper {
                width: 45px;
                height: 45px;
            }

            .icon-wrapper svg {
                width: 22px;
                height: 22px;
            }

            .icon-title {
                font-size: 15px;
            }

            .icon-subtitle {
                font-size: 12px;
            }
        }

        @media (max-width: 480px) {
            .icon-body {
                flex-direction: column;
                gap: 12px;
            }

            .icon-item {
                min-width: 100%;
            }
        }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Icon Body <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Product Box <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.cards-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 20px;
            width: 100%;
            margin: 0 auto;
            margin-bottom: 30px;
        }

       .cards-container .promo-card {
            border-radius: 16px;
            padding: 40px;
            min-height: 280px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            overflow: hidden;
            transition: transform 0.3s ease;
        }

       .cards-container .promo-card:hover {
            transform: translateY(-5px);
        }

       .cards-container .card-medlife {
            background: linear-gradient(135deg, #b91d73 0%, #e85d75 100%);
        }

       .cards-container .card-natural {
            background: linear-gradient(135deg, #7cb342 0%, #9ccc65 100%);
        }

       .cards-container .card-healthcare {
            background: linear-gradient(135deg, #0288d1 0%, #4fc3f7 100%);
        }

       .cards-container .card-content {
            flex: 1;
            z-index: 2;
        }

       .cards-container .card-title {
            font-size: 30px;
            font-weight: 600;
            color: white;
            margin-bottom: 8px;
            line-height: 1.2;
        }

       .cards-container .card-discount {
            font-size: 16px;
            font-weight: 600;
            color: white;
            margin-bottom: 25px;
            opacity: 0.95;
        }

       .cards-container .shop-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background:none;
            color: #FFF;
            padding:5px 0px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
        }

       .cards-container .shop-btn:hover {
            /*transform: scale(1.05);
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);*/
        }

       .cards-container .btn-icon {
            width: 32px;
            height: 32px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

       .cards-container .btn-icon svg {
            width: 22px;
            height: 22px;
            color: #1d2a38;
        }

       .cards-container .card-image {
            flex: 0 0 45%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 2;
        }

       .cards-container .product-placeholder {
            width: 100%;
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 14px;
            text-align: center;
            opacity: 0.9;
        }

        /* Decorative elements */
       .cards-container .card-medlife::before {
            content: '';
            position: absolute;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            border-radius: 50%;
            top: -50px;
            right: -50px;
        }

       .cards-container .card-natural::before {
            content: '';
            position: absolute;
            width: 150px;
            height: 300px;
            background: rgba(255,255,255,0.08);
            bottom: -50px;
            right: 20%;
            transform: rotate(-15deg);
        }

       .cards-container .card-healthcare::before {
            content: '';
            position: absolute;
            width: 180px;
            height: 180px;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            border-radius: 50%;
            bottom: -40px;
            left: -40px;
        }

        @media (max-width: 1024px) {
           .cards-container .cards-container {
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            }

           .cards-container .card-title {
                font-size: 28px;
            }
        }

        @media (max-width: 768px) {
           .cards-container .promo-card {
                padding: 30px;
                min-height: 240px;
                flex-direction: column;
                text-align: center;
            }

           .cards-container .card-content {
                margin-bottom: 20px;
            }

           .cards-container .card-image {
                flex: 0 0 auto;
            }

           .cards-container .product-placeholder {
                height: 150px;
            }

           .cards-container .card-title {
                font-size: 24px;
            }
        }

        @media (max-width: 480px) {
           .cards-container .cards-container {
                grid-template-columns: 1fr;
            }

           .cards-container .promo-card {
                padding: 25px;
            }

           .cards-container .card-title {
                font-size: 22px;
            }

           .cards-container .card-discount {
                font-size: 14px;
            }
        }
		
		@media (max-width: 374px) {
			 
			 .cards-container{ display: inline-block; }
			 
			 .cards-container .promo-card {	margin-bottom:25px; }
			 
		 }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Product Box <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Featured Brands <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.brands-section {
            max-width: 100%;
            margin: 0 auto;
        }

       .brands-section .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

       .brands-section .section-title {
            font-size: 30px;
            font-weight: 600;
            color: #1D2A38;
        }

       .brands-section .nav-buttons {
            display: flex;
            gap: 12px;
        }

       .brands-section .nav-btn {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: white;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

       .brands-section .nav-btn:hover {
            background: #f0f0f0;
            transform: scale(1.05);
        }

       .brands-section .nav-btn:active {
            transform: scale(0.95);
        }

       .brands-section .nav-btn svg {
            width: 20px;
            height: 20px;
            fill: #2c3e50;
        }

       .brands-section .brands-slider {
            position: relative;
            overflow: hidden;
        }

       .brands-section .brands-container {
            display: flex;
            gap: 20px;
            transition: transform 0.5s ease;
        }

       .brands-section .brand-card {
            flex: 0 0 calc(20% - 16px);
            min-width: 220px;
            background: white;
            border-radius: 12px;
            padding: 40px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

       .brands-section .brand-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 16px rgba(0,0,0,0.15);
        }

       .brands-section .brand-logo {
            display: flex;
            align-items: center;
            gap: 10px;
        }

       .brands-section .logo-icon {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

       .brands-section .logo-text {
            display: flex;
            flex-direction: column;
        }

       .brands-section .brand-name {
            font-size: 20px;
            font-weight: 700;
            line-height: 1.2;
        }

       .brands-section .brand-tagline {
            font-size: 11px;
            color: #95a5a6;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Brand specific colors */
       .brands-section .brand-hospital .brand-name { color: #7cb342; }
       .brands-section .brand-river .brand-name { color: #1976d2; }
       .brands-section .brand-hospital2 .brand-name { color: #1976d2; }
       .brands-section .brand-neuro .brand-name { color: #0288d1; }
       .brands-section .brand-drugstore .brand-name { color: #00acc1; }

        @media (max-width: 1200px) {
           .brands-section .brand-card {
                flex: 0 0 calc(25% - 15px);
                min-width: 200px;
            }
        }

        @media (max-width: 992px) {
           .brands-section .brand-card {
                flex: 0 0 calc(33.333% - 14px);
                min-width: 180px;
            }

           .brands-section .section-title {
                font-size: 28px;
            }
        }

        @media (max-width: 768px) {
           .brands-section .brand-card {
                flex: 0 0 calc(50% - 10px);
                min-width: 160px;
                padding: 30px 15px;
            }

           .brands-section .section-title {
                font-size: 24px;
            }

           .brands-section .nav-btn {
                width: 40px;
                height: 40px;
            }

           .brands-section .logo-icon {
                width: 40px;
                height: 40px;
            }

           .brands-section .brand-name {
                font-size: 18px;
            }
        }

        @media (max-width: 480px) {
           .brands-section .brand-card {
                flex: 0 0 calc(100% - 10px);
                min-width: 100%;
            }

           .brands-section .brands-container {
                gap: 15px;
            }
        }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Featured Brands <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Products Box <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.products-section {
            max-width: 100%;
            margin: 0 auto;
        }

       .products-section .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 40px;
        }

       .products-section .section-title {
            font-size: 30px;
            font-weight: 600;
            color: #1D2A38;
        }

       .products-section .nav-buttons {
            display: flex;
            gap: 12px;
        }

       .products-section .nav-btn {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: white;
            border: 1px solid #e0e0e0;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

       .products-section .nav-btn:hover {
            background: #f5f5f5;
            transform: scale(1.05);
        }

       .products-section .nav-btn svg {
            width: 20px;
            height: 20px;
            fill: #2c3e50;
        }

       .products-section .products-slider {
            position: relative;
            overflow: hidden;
        }

       .products-section .products-container {
            display: flex;
            gap: 20px;
            transition: transform 0.5s ease;
        }

       .products-section .product-card {
            flex: 0 0 calc(20% - 16px);
            min-width: 260px;
            background: white;
            border-radius: 12px;
            padding: 20px;
            position: relative;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

       .products-section .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.12);
        }

       .products-section .discount-badge {
            position: absolute;
            top: 20px;
            left: 20px;
            background: #7cb342;
            color: white;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 700;
            z-index: 2;
        }

       .products-section .wishlist-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: white;
            border: 1px solid #e0e0e0;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 2;
        }

       .products-section .wishlist-btn:hover {
            background: #f5f5f5;
            border-color: #ff4757;
        }

       .products-section .wishlist-btn:hover svg {
            fill: #ff4757;
        }

       .products-section .wishlist-btn svg {
            width: 18px;
            height: 18px;
            fill: #95a5a6;
            transition: fill 0.3s ease;
        }

       .products-section .product-image {
            width: 100%;
            height: 220px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            background: #f8f9fa;
            border-radius: 8px;
        }

       .products-section .product-image img {
            max-width: 90%;
            max-height: 90%;
            object-fit: contain;
        }

       .products-section .product-categories {
            font-size: 13px;
            color: #7D879C;
            margin-bottom: 8px;
        }

       .products-section .product-title {
            font-size: 18px;
            font-weight: 600;
            color: #1D2A38;
            margin-bottom: 10px;
            line-height: 1.4;
            min-height: 44px;
        }

       .products-section .product-rating {
            display: flex;
            gap: 3px;
            margin-bottom: 12px;
        }

       .products-section .star {
            color: #ffc107;
            font-size: 14px;
        }

       .products-section .star.empty {
            color: #e0e0e0;
        }

       .products-section .product-pricing {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
        }

       .products-section .original-price {
            font-size: 16px;
            color: #7D879C;
            text-decoration: line-through;
        }

       .products-section .sale-price {
            font-size: 18px;
            font-weight: 600;
            color: #EB3A7B;
        }

       .products-section .add-to-cart-btn {
            width: 100%;
            padding: 12px;
            background: #17a2b8;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: all 0.3s ease;
        }

       .products-section .add-to-cart-btn:hover {
            background: #24aeb1;
            transform: translateY(-2px);
        }

       .products-section .add-to-cart-btn svg {
            width: 16px;
            height: 16px;
            fill: white;
        }

        @media (max-width: 1200px) {
           .products-section .product-card {
                flex: 0 0 calc(25% - 15px);
                min-width: 240px;
            }
        }

        @media (max-width: 992px) {
           .products-section .product-card {
                flex: 0 0 calc(33.333% - 14px);
                min-width: 220px;
            }

           .products-section .section-title {
                font-size: 28px;
            }
        }

        @media (max-width: 768px) {
           .products-section .product-card {
                flex: 0 0 calc(50% - 10px);
                min-width: 200px;
            }

           .products-section .section-title {
                font-size: 24px;
            }

           .products-section .product-image {
                height: 180px;
            }

           .products-section .nav-btn {
                width: 40px;
                height: 40px;
            }
        }

        @media (max-width: 480px) {
           .products-section .product-card {
                flex: 0 0 calc(100% - 10px);
                min-width: 100%;
            }

           .products-section .products-container {
                gap: 15px;
            }
        }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Products Box <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Daily Deal Of The Day <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

 .deals-section {
            max-width: 100%;
            margin: 0 auto;
        }

       .deals-section .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

       .deals-section .section-title {
            font-size: 30px;
            font-weight: 600;
            color: #1D2A38;
        }

       .deals-section .nav-buttons {
            display: flex;
            gap: 12px;
        }

       .deals-section .nav-btn {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: white;
            border: 1px solid #e0e0e0;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

       .deals-section .nav-btn:hover {
            background: #f5f5f5;
            transform: scale(1.05);
        }

       .deals-section .nav-btn svg {
            width: 20px;
            height: 20px;
            fill: #2c3e50;
        }
		
		.deals-section .products-slider {
            position: relative;
            overflow: hidden; /* keep this */
        }

       .deals-section .deals-container {
            display: flex;
            gap: 20px;
            overflow: hidden;
            scroll-behavior: smooth;
        }

        .deals-section .deal-card {
            flex: 0 0 605px; /* fixed width */
        }

       .deals-section .deal-card {
            background: white;
            border-radius: 12px;
            padding: 40px;
            display: flex;
            align-items: center;
            gap: 40px;
            position: relative;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

       .deals-section .deal-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.12);
        }

       .deals-section .discount-badge {
            position: absolute;
            top: 30px;
            left: 30px;
            background: #7cb342;
            color: white;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 700;
            z-index: 2;
        }

       .deals-section .wishlist-btn {
            position: absolute;
            top: 30px;
            right: 30px;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: white;
            border: 1px solid #e0e0e0;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 2;
        }

       .deals-section .wishlist-btn:hover {
            background: #f5f5f5;
            border-color: #ff4757;
        }

       .deals-section .wishlist-btn:hover svg {
            fill: #ff4757;
        }

       .deals-section .wishlist-btn svg {
            width: 18px;
            height: 18px;
            fill: #95a5a6;
            transition: fill 0.3s ease;
        }

       .deals-section .deal-image {
            flex: 0 0 280px;
            height: 250px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

       .deals-section .deal-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

       .deals-section .product-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 80px;
        }

       .deals-section .deal-info {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

       .deals-section .deal-categories {
            font-size: 13px;
            color: #7D879C;
        }

       .deals-section .deal-title {
            font-size: 18px;
            font-weight: 600;
            color: #1D2A38;
            line-height: 1.3;
        }

       .deals-section .deal-pricing {
            display: flex;
            align-items: center;
            gap: 12px;
        }

       .deals-section .original-price {
            font-size: 16px;
            color: #7D879C;
            text-decoration: line-through;
        }

       .deals-section .sale-price {
            font-size: 18px;
            font-weight: 600;
            color: #EB3A7B;
        }

       .deals-section .add-to-cart-btn {
            width: fit-content;
            padding: 14px 20px;
            background: #17a2b8;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
        }

       .deals-section .add-to-cart-btn:hover {
            background: #138496;
            transform: translateY(-2px);
        }

       .deals-section .add-to-cart-btn svg {
            width: 18px;
            height: 18px;
            fill: white;
        }

        @media (max-width: 1200px) {
           .deals-section .deals-container {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 992px) {
           .deals-section .deal-card {
                padding: 30px;
                gap: 30px;
            }

           .deals-section .deal-image {
                flex: 0 0 220px;
                height: 200px;
            }

           .deals-section .deal-title {
                font-size: 20px;
            }

           .deals-section .section-title {
                font-size: 28px;
            }
			.deals-section .products-slider {
				height: 260px;
			}
        }

        @media (max-width: 768px) {
           .deals-section .deals-container {
                grid-template-columns: 1fr;
                gap: 15px;
            }

           .deals-section.deals-section .deal-card {
                flex-direction: column;
                text-align: center;
                padding: 25px;
                gap: 20px;
            }

           .deals-section .discount-badge {
                top: 20px;
                left: 20px;
            }

           .deals-section .wishlist-btn {
                top: 20px;
                right: 20px;
            }

           .deals-section .deal-image {
                flex: 0 0 auto;
                height: 180px;
                width: 100%;
            }

           .deals-section .product-placeholder {
                font-size: 60px;
            }

           .deals-section .deal-info {
                align-items: center;
            }

           .deals-section .section-title {
                font-size: 24px;
            }

           .deals-section .nav-btn {
                width: 40px;
                height: 40px;
            }

           .deals-section .add-to-cart-btn {
                width: 100%;
                justify-content: center;
            }
        }
		
		@media (max-width: 768px) {
			
			.deals-section .products-slider {
				height: 420px;
			}	
			
		}

        @media (max-width: 480px) {
           .deals-section .deal-card {
                padding: 20px;
            }

           .deals-section .deal-title {
                font-size: 18px;
            }

           .deals-section .sale-price {
                font-size: 20px;
            }

           .deals-section .deal-image {
                height: 150px;
            }
			
			.deals-section .products-slider {
				height: 385px;
			}
        }
		
		@media (max-width: 359px) {			
			.deals-section .products-slider {
				height: 406px;
			}
        }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Daily Deal Of The Day <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Popular Categories <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


.popular-categories{
                    width: 100%;
                    padding:50px 0px;
                    position: relative;
                    }

    .popular-categories .carousel-container {
            max-width: 100%;
            margin: 0 auto;
            padding:0px 0px;
            border-radius: 0px;
            position: relative;
        }

       .popular-categories .carousel-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            padding: 0 0px;
        }

       .popular-categories .carousel-header h2 {
            font-size: 30px;
            color: #1D2A38;
            font-weight: 600;
        }

       .popular-categories .carousel-controls {
            display: flex;
            gap: 15px;
        }

       .popular-categories .carousel-btn {
            width: 45px;
            height: 45px;
            border: none;
            background-color: white;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

       .popular-categories .carousel-btn:hover {
            background-color: #f8f9fa;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }

       .popular-categories .carousel-btn:active {
            transform: scale(0.95);
        }

       .popular-categories .carousel-btn svg {
            width: 20px;
            height: 20px;
            stroke: #2c3e50;
            stroke-width: 2;
        }

       .popular-categories .carousel-wrapper {
            overflow: hidden;
            padding: 0 0px;
        }

       .popular-categories .carousel-track {
            display: flex;
            gap: 20px;
            transition: transform 0.5s ease;
        }

       .popular-categories .category-card {
            flex: 0 0 calc((100% - 120px) / 7);
            min-width: 150px;
            background-color: white;
            border-radius: 12px;
            padding: 30px 20px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        }

       .popular-categories .category-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        }

       .popular-categories .category-image {
            width: 100%;
            height: 120px;
            object-fit: contain;
            margin-bottom: 20px;
        }

       .popular-categories .category-name {
            font-size: 16px;
            color: #2c3e50;
            font-weight: 600;
        }

        @media (max-width: 1200px) {
           .popular-categories .category-card {
                flex: 0 0 calc((100% - 100px) / 6);
            }
        }

        @media (max-width: 992px) {
           .popular-categories .category-card {
                flex: 0 0 calc((100% - 80px) / 5);
            }
        }

        @media (max-width: 768px) {
           .popular-categories .carousel-header h2 {
                font-size: 24px;
            }
            
           .popular-categories .category-card {
                flex: 0 0 calc((100% - 60px) / 4);
                min-width: 120px;
            }

           .popular-categories .carousel-btn {
                width: 40px;
                height: 40px;
            }
        }

        @media (max-width: 576px) {
           .popular-categories .category-card {
                flex: 0 0 calc((100% - 40px) / 3);
                min-width: 100px;
                padding: 20px 15px;
            }

           .popular-categories .category-image {
                height: 80px;
            }

           .popular-categories .category-name {
                font-size: 14px;
            }
        }

        @media (max-width: 400px) {
           .popular-categories .category-card {
                flex: 0 0 calc((100% - 20px) / 2);
            }
        }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Popular Categories <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start From Our Blog <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.from-our-blog{
            width: 100%;
            padding: 50px 0px;
            position: relative;
            overflow: hidden;
            }

   .from-our-blog .blog-carousel-container {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
        }

       .from-our-blog .carousel-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

       .from-our-blog .carousel-header h2 {
            font-size: 30px;
            color: #1D2A38;;
            font-weight: 600;
        }

       .from-our-blog .carousel-controls {
            display: flex;
            gap: 15px;
        }

       .from-our-blog .carousel-btn {
            width: 45px;
            height: 45px;
            border: 2px solid #e0e0e0;
            background-color: white;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

       .from-our-blog .carousel-btn:hover {
            background-color: #f8f9fa;
            border-color: #1e3a5f;
        }

       .from-our-blog .carousel-btn:active {
            transform: scale(0.95);
        }

       .from-our-blog .carousel-btn svg {
            width: 20px;
            height: 20px;
            stroke: #1e3a5f;
            stroke-width: 2.5;
        }

       .from-our-blog .blog-carousel-wrapper {
            overflow: hidden;
        }

       .from-our-blog .blog-carousel-track {
            display: flex;
            gap: 25px;
            transition: transform 0.5s ease;
        }

       .from-our-blog .blog-card {
            flex: 0 0 calc((100% - 75px) / 4);
            min-width: 280px;
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            /*box-shadow: 0 2px 10px rgba(0,0,0,0.08);*/
            transition: all 0.3s ease;
            cursor: pointer;
        }

       .from-our-blog .blog-card:hover {
            /*box-shadow: 0 8px 25px rgba(0,0,0,0.15);*/
            transform: translateY(-5px);
        }

       .from-our-blog .blog-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

       .from-our-blog .blog-content {
            padding:10px 0px 0px;
        }

       .from-our-blog .blog-date {
            font-size: 11px;
            color: #25AEB1;
            font-weight: 600;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .from-our-blog .blog-date span{ color: #7D879C; }

       .from-our-blog .blog-title {
            font-size: 18px;
            color: #1D2A38;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 20px;
            min-height: 50px;
        }

       .from-our-blog .read-more-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background-color: transparent;
            border: none;
            color: #1e3a5f;
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            padding: 0;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

       .from-our-blog .read-more-btn:hover {
            color: #20b2aa;
        }

       .from-our-blog .read-more-btn:hover .plus-icon {
            background-color: #1a9d96;
        }

       .from-our-blog .plus-icon {
            width: 35px;
            height: 35px;
            background-color: #20b2aa;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

       .from-our-blog .plus-icon::before,
       .from-our-blog .plus-icon::after {
            content: '';
            position: absolute;
            background-color: white;
        }

       .from-our-blog .plus-icon::before {
            width: 14px;
            height: 2px;
        }

       .from-our-blog .plus-icon::after {
            width: 2px;
            height: 14px;
        }

        @media (max-width: 1200px) {
           .from-our-blog .blog-card {
                flex: 0 0 calc((100% - 50px) / 3);
            }
        }

        @media (max-width: 992px) {
           .from-our-blog .blog-card {
                flex: 0 0 calc((100% - 25px) / 2);
            }
            
           .from-our-blog .carousel-header h2 {
                font-size: 30px;
            }
        }

        @media (max-width: 768px) {
           .from-our-blog .carousel-header h2 {
                font-size: 26px;
            }

           .from-our-blog .blog-card {
                flex: 0 0 calc(100% - 40px);
                min-width: 250px;
            }

           .from-our-blog .carousel-btn {
                width: 40px;
                height: 40px;
            }
        }

        @media (max-width: 576px) {
           .from-our-blog .carousel-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }

           .from-our-blog .blog-card {
                min-width: 220px;
            }

           .from-our-blog .blog-content {
                padding: 20px;
            }

           .from-our-blog .blog-title {
                font-size: 16px;
                min-height: auto;
            }
        }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start From Our Blog <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Sign Up For Newsletter <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.sign-newsletter{
                width: 100%;                
                position: relative;
                }

   .sign-newsletter .newsletter-section {
            /*background: linear-gradient(135deg, #e8eef3 0%, #f0f4f8 100%);*/
            padding:50px 0px 70px;
            position: relative;
            overflow: hidden;
        }

       .sign-newsletter .newsletter-container {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
            position: relative;
            z-index: 2;
        }

       .sign-newsletter .paper-plane {
            position: absolute;
            right: 10%;
            top: 50%;
            transform: translateY(-50%) rotate(-15deg);
            opacity: 0.08;
            z-index: 1;
        }

       .sign-newsletter .paper-plane svg {
            width: 250px;
            height: 250px;
            fill: #1e3a5f;
        }

       .sign-newsletter .newsletter-title {
            font-size: 28px;
            color: #1D2A38;
            font-weight: 700;
            margin-bottom: 20px;
        }

       .sign-newsletter .newsletter-subtitle {
            font-size: 14px;
            color: #7D879C;
            margin-bottom: 40px;
            line-height: 1.6;
        }

       .sign-newsletter .newsletter-form {
            display: flex;
            gap: 0px;
            max-width: 600px;
            margin: 0 auto;
            flex-wrap: wrap;
            justify-content: center;
        }

       .sign-newsletter .email-input {
            flex: 1;
            min-width: 280px;
            padding: 18px 25px;
            border: none;
            border-radius: 50px;
            font-size: 15px;
            background-color: white;
            box-shadow: 0 2px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
        }

       .sign-newsletter .email-input:focus {
            outline: none;
            box-shadow: 0 4px 20px rgba(32,178,170,0.2);
        }

       .sign-newsletter .email-input::placeholder {
            color: #7D879C;
        }

       .sign-newsletter .subscribe-btn {
            padding: 18px 40px;
            background-color: #25AEB1;
            color: white;
            border: none;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 15px rgba(32,178,170,0.3);
            margin-left: -40px;
        }

       .sign-newsletter .subscribe-btn:hover {
            background-color: #1a9d96;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(32,178,170,0.4);
        }

       .sign-newsletter .subscribe-btn:active {
            transform: translateY(0);
        }

       .sign-newsletter .subscribe-btn svg {
            width: 18px;
            height: 18px;
            fill: white;
        }
		

        @media (max-width: 768px) {
           .sign-newsletter .newsletter-section {
                padding: 40px 0px;
            }

           .sign-newsletter .newsletter-title {
                font-size: 32px;
            }

           .sign-newsletter .newsletter-subtitle {
                font-size: 15px;
            }

           .sign-newsletter .newsletter-form {
                flex-direction: column;
                align-items: stretch;
            }

           .sign-newsletter .email-input {
                min-width: 100%;
                margin-bottom: 20px;
            }

           .sign-newsletter .subscribe-btn {
                width: 100%;
                justify-content: center;
                margin-left: 0px;
            }

           .sign-newsletter .paper-plane {
                right: -5%;
                opacity: 0.05;
            }

           .sign-newsletter .paper-plane svg {
                width: 180px;
                height: 180px;
            }
        }

        @media (max-width: 480px) {
           .sign-newsletter .newsletter-title {
                font-size: 26px;
            }

           .sign-newsletter .newsletter-subtitle {
                font-size: 14px;
            }           
        }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Sign Up For Newsletter <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Bottom Address <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.bottom-full{ width: 100%; float: left; position: relative; background: #FFF; }

.bottom-address{
                width: 100%;
                padding:50px 0px;
                position: relative;
            }

   .bottom-address .footer-content {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 50px;
            align-items: start;
        }

       .bottom-address .footer-item {
            display: flex;
            gap: 20px;
            align-items: flex-start;
        }

       .bottom-address .icon-wrapper {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background-color: #FFF;
            box-shadow:0px 0px 9px 0px rgba(0,0,0,0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

       .bottom-address .icon-wrapper svg {
            width: 35px;
            height: 35px;
            stroke: #20b2aa;
            fill: none;
            stroke-width: 2;
        }

       .bottom-address .footer-info {
            flex: 1;
        }

       .bottom-address .footer-label {
            font-size: 16px;
            font-weight: 600;
            color: #1D2A38;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 12px;
        }

       .bottom-address .footer-text {
            font-size: 14px;
            color: #7D879C;
            line-height: 1.6;
        }

       .bottom-address .footer-phone {
            font-size: 26px;
            color: #20b2aa;
            font-weight: 600;
            margin-bottom: 8px;
            display: block;
        }

       .bottom-address .footer-email {
            font-size: 16px;
            color: #7a8a9e;
        }

       .bottom-address .download-section {
            text-align: left;
        }

       .bottom-address .download-title {
            font-size: 24px;
            color: #1D2A38;
            font-weight: 700;
            margin-bottom: 20px;
        }

       .bottom-address .app-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

       .bottom-address .app-btn {
            display: inline-block;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

       .bottom-address .app-btn:hover {
            transform: translateY(-3px);
        }

       .bottom-address .app-btn img {
            height: 40px;
            width: auto;
        }

        @media (max-width: 1024px) {
           .bottom-address .footer-content {
                grid-template-columns: repeat(2, 1fr);
                gap: 40px;
            }

           .bottom-address .download-section {
                grid-column: span 2;
            }
        }

        @media (max-width: 768px) {
           .bottom-address .footer-contact {
                padding: 30px 25px;
            }

           .bottom-address .footer-content {
                grid-template-columns: 1fr;
                gap: 35px;
            }

           .bottom-address .download-section {
                grid-column: span 1;
                text-align: center;
            }

           .bottom-address .footer-item {
                gap: 15px;
            }

           .bottom-address .icon-wrapper {
                width: 60px;
                height: 60px;
            }

           .bottom-address .icon-wrapper svg {
                width: 30px;
                height: 30px;
            }

           .bottom-address .footer-phone {
                font-size: 24px;
            }

           .bottom-address .download-title {
                font-size: 20px;
            }

           .bottom-address .app-buttons {
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
           .bottom-address .footer-contact {
                padding: 25px 20px;
            }

           .bottom-address .footer-item {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

           .bottom-address .footer-phone {
                font-size: 20px;
            }

           .bottom-address .app-btn img {
                height: 45px;
            }

           .bottom-address .app-buttons {
                flex-direction: column;
                align-items: center;
            }
        }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Bottom Address <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Footer <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.footer-full{ width: 100%; float: left; position: relative; background: #FFF; border-top: 1px solid #e0e0e0; }

footer{
        width: 100%;
        padding:50px 0px;
        position: relative;        
        display: grid;
        grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
        gap: 40px;
    }

       footer .footer-brand {
            display: flex;
            flex-direction: column;
        }

       footer .logo {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

       footer .logo-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #7ED957 0%, #4CAF50 100%);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            font-size: 24px;
            color: white;
        }

       footer .logo-text h2 {
            font-size: 28px;
            color: #2C3E50;
            font-weight: 700;
        }

       footer .logo-text p {
            font-size: 12px;
            color: #7ED957;
            font-weight: 500;
        }

       footer .brand-description {
            color: #7D879C;
            font-size: 14px;
            line-height: 1.6;
        }

       footer .footer-column h3 {
            font-size: 24px;
            color: #1D2A38;
            margin-bottom: 20px;
            font-weight: 600;
        }

       footer .footer-column ul {
            list-style: none;
        }

       footer .footer-column ul li {
            margin-bottom: 12px;
        }

       footer .footer-column ul li a {
            color: #7D879C;
            text-decoration: none;
            font-size: 15px;
            transition: color 0.3s ease;
        }

       footer .footer-column ul li a:hover {
            color: #7ED957;
        }

       footer .social-link {
            display: flex;
            align-items: center;
            gap: 10px;
        }

       footer .social-icon {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 12px;
        }

       footer .facebook { background-color: #3b5998; }
       footer .twitter { background-color: #1da1f2; }
       footer .linkedin { background-color: #0077b5; }
       footer .pinterest { background-color: #e60023; }
       footer .email { background-color: #ea4335; }

        /* Responsive Design */
        @media (max-width: 1024px) {     

           footer .footer-container {
                grid-template-columns: 1fr 1fr 1fr;
            }
            
           /*footer .footer-brand {
                grid-column: 1 / -1;
            }*/
            
        }
		
		@media (max-width: 991px) {
			
			footer{
                gap: 20px 85px;
            }
			
			footer .footer-brand {
                grid-column: 1 / -1;
            }
			
			footer .footer-column h3 {
									font-size: 18px;	
									line-height: 22px;
								}
			
			
		}

        @media (max-width: 768px) {
           footer .footer {
                padding: 40px 20px;
            }

           footer .footer-container {
                grid-template-columns: 1fr 1fr;
                gap: 30px;
            }

           footer .footer-brand {
                grid-column: 1 / -1;
                text-align: center;
            }

           footer .logo {
                justify-content: center;
            }
        }
		
		@media (max-width: 767px) {
			
			footer{
                gap: 0px 0px;
				padding:30px 0px;
				display:inline-block;
            }
			
			footer .footer-brand {
                grid-column: 1 / -1;
            }
			
			footer .footer-column {
                grid-column: 1 / -1;
				width:25%;
				float:left;
				margin-top:20px;
            }
			
				footer .footer-column h3 {
									font-size: 15px;	
									line-height: 20px;
								}
								
					footer .footer-column ul li a{ font-size:13px; line-height:18px; }
			
		}

        @media (max-width: 480px) {
           footer .footer-container {
                grid-template-columns: 1fr;
                gap: 30px;
            }

           /*footer .footer-column {
                text-align: center;
            }*/

           footer .social-link {
                justify-content: center;
            }
			
			footer .footer-column ul li a{ float:left; margin-bottom:12px; width:100%; }
        }
		
		
		@media (max-width: 479px) {
           
		   footer .footer-column {
								width: 100%;
								text-align:center;
							}
		   
        }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Footer <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Footer Payment <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.footer-payment-full{ width: 100%; float: left; position: relative; background: #FFF; border-top: 1px solid #e0e0e0; }

.footer-payment{
        width: 100%;
        padding:50px 0px;
        position: relative;
    }

       .footer-payment .payment-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
        }

       .footer-payment .payment-text {
            color: #7D879D;
            font-size: 14px;
            font-weight: 500;
            white-space: nowrap;
        }

       .footer-payment .payment-logos {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }

       .footer-payment .payment-logo {
            height: 32px;
            display: flex;
            align-items: center;
            padding: 5px 10px;
            border-radius: 4px;
            transition: transform 0.2s ease;
        }

       .footer-payment .payment-logo:hover {
            transform: translateY(-2px);
        }

        /* Klarna */
       .footer-payment .klarna {
            background-color: #FFB3C7;
            color: #000000;
            font-weight: 700;
            font-size: 14px;
            padding: 5px 10px;
            border-radius: 6px;
        }

        /* PayPal */
       .footer-payment .paypal {
            background-color: #ffffff;
            padding: 5px;
        }

       .footer-payment .paypal-icon {
            font-size: 25px;
            font-weight: 700;
            color: #003087;
        }

       .footer-payment .paypal-icon .p1 {
            color: #009CDE;
        }

       .footer-payment .paypal-icon .p2 {
            color: #012169;
        }

        /* Visa */
       .footer-payment .visa {
            background-color: #1A1F71;
            color: #ffffff;
            font-weight: 700;
            font-size: 20px;
            padding: 5px 15px;
            font-style: italic;
        }

        /* Mastercard */
       .footer-payment .mastercard {
            display: flex;
            gap: 0;
            padding: 0;
        }

       .footer-payment .mc-circle {
            width: 30px;
            height: 30px;
            border-radius: 50%;
        }

       .footer-payment .mc-red {
            background-color: #EB001B;
            margin-right: -8px;
            z-index: 1;
        }

       .footer-payment .mc-yellow {
            background-color: #FF5F00;
            z-index: 2;
        }

        /* Diners Club */
       .footer-payment .diners {
            background-color: #0079BE;
            color: #ffffff;
            padding: 4px 15px;
            border-radius: 4px;
            display: flex;
            flex-direction: column;
            align-items: center;
            line-height: 1.1;
        }

       .footer-payment .diners-top {
            font-weight: 700;
            font-size: 11px;
        }

       .footer-payment .diners-bottom {
            font-weight: 400;
            font-size: 9px;
            letter-spacing: 0.5px;
        }

        /* American Express */
       .footer-payment .amex {
            background-color: #006FCF;
            color: #ffffff;
            padding: 6px 15px;
            border-radius: 4px;
            font-weight: 700;
            font-size: 10px; line-height: 12px;
        }

        /* Invoice */
       .footer-payment .invoice {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 5px 12px;
            border: 1px solid #e0e0e0;
            border-radius: 4px;
            background-color: #ffffff;
        }

       .footer-payment .invoice-icon {
            width: 20px;
            height: 20px;
            border: 2px solid #2C3E50;
            border-radius: 3px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 2px;
            padding: 4px;
        }

       .footer-payment .invoice-line {
            width: 100%;
            height: 2px;
            background-color: #2C3E50;
        }

       .footer-payment .invoice-text {
            color: #2C3E50;
            font-weight: 600;
            font-size: 12px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
           .footer-payment .payment-container {
                flex-direction: column;
                gap: 15px;
            }

           .footer-payment .payment-text {
                text-align: center;
            }

           .footer-payment .payment-logos {
                justify-content: center;
            }
        }

		@media (max-width: 767px) {

				.footer-payment{
							width: 100%;
							padding:30px 0px;
						}
						
					.footer-payment .payment-logos {
													gap: 25px;
												}
						
		}

        @media (max-width: 480px) {
           .footer-payment .payment-section {
                padding: 20px 15px;
            }

           .footer-payment .payment-logos {
                gap: 20px;
            }

           .footer-payment .payment-logo {
                height: 28px;
            }

           .footer-payment .klarna {
                font-size: 16px;
                padding: 6px 12px;
            }

           .footer-payment .visa {
                font-size: 20px;
                padding: 5px 15px;
            }

           .footer-payment .mc-circle {
                width: 28px;
                height: 28px;
            }
        }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Footer Payment <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Footer Navigation <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.footer-nav-full{ width: 100%; float: left; position: relative; background: #f2f3f5; }

.footer-nav-block{
        width: 100%;
        padding:30px 0px 40px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

       .footer-nav-block .copyright-text {
            color: #7D879C;
            font-size: 14px;
            font-weight: 400;
        }

       .footer-nav-block .footer-nav {
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
        }

       .footer-nav-block .footer-nav a {
            color: #7D879C;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: color 0.3s ease;
            position: relative;
        }

       .footer-nav-block .footer-nav a:hover {
            color: #2C3E50;
        }

       .footer-nav-block .footer-nav a::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -5px;
            left: 0;
            background-color: #7ED957;
            transition: width 0.3s ease;
        }

       .footer-nav-block .footer-nav a:hover::after {
            width: 100%;
        }

		@media (max-width: 991px) {
			
				.footer-nav-block {
								width: 100%;
								padding: 30px 0px;
								text-align: center;
								display: inline-block;
							}	
							
				.footer-nav-block .footer-nav {
											display: inline-block;
											margin-top:10px;
											gap: 0;
										}
										
					.footer-nav-block .footer-nav a{ margin:0px 10px; }*		
			
			}

        /* Responsive Design */
        @media (max-width: 768px) {
           .footer-nav-block .copyright-container {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }

           .footer-nav-block .footer-nav {
                justify-content: center;
                gap: 20px;
            }

           .footer-nav-block .copyright-footer {
                padding: 20px 15px;
            }
        }

        @media (max-width: 480px) {
           .footer-nav-block .footer-nav {
                flex-direction: column;
                gap: 12px;
                align-items: center;
            }

           .footer-nav-block .footer-nav a {
                font-size: 12px;
            }

           .footer-nav-block .copyright-text {
                font-size: 12px;
            }
        }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Footer Navigation <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */




/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Signin Signup <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.signin-signup{
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
			border-top:3px solid #24aeb1;
            width: 320px;
            padding:20px 20px;
			position:absolute;
			right:125px;
			top:40px;
			z-index:2;
			display:none;
        }
		
.signin-signup:after{
					content: '';
					display: block;
					position: absolute;
					top: -22px;
					right: 30px;
					width: 0;
					height: 0;
					border-color: transparent transparent #24aeb1 transparent;
					border-style: solid;
					border-width:10px;
				}

        .signin-signup-title{
            border-bottom: 2px solid #e0e0e0;
            padding-bottom: 15px;
            margin-bottom: 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .signin-signup-title h1 {
            font-size: 18px;
            font-weight: 500;
            color: #2d2d2d;
        }

        .signin-signup-title a {
            color: #17a2b8;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s;
        }

        .signin-signup-title a:hover {
            color: #138496;
            text-decoration: underline;
        }

       .signin-signup .form-group {
            margin-bottom: 25px;
        }

       .signin-signup label {
            display: block;
            margin-bottom: 8px;
            color: #333;
            font-size: 14px;
            font-weight: 500;
        }

       .signin-signup .required {
            color: #dc3545;
        }

       .signin-signup input[type="text"],
       .signin-signup input[type="email"],
       .signin-signup input[type="password"] {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
            transition: border-color 0.3s;
            background-color: #fafafa;
        }

       .signin-signup input[type="text"]:focus,
       .signin-signup input[type="email"]:focus,
       .signin-signup input[type="password"]:focus {
            outline: none;
            border-color: #17a2b8;
            background-color: white;
        }

       .signin-signup input::placeholder {
            color: #999;
        }

       .signin-signup .login-btn {
            width: 100%;
            padding: 14px;
            background-color: #17a2b8;
            color: white;
            border: none;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

       .signin-signup .login-btn:hover {
            background-color: #138496;
        }

       .signin-signup .login-btn:active {
            transform: scale(0.98);
        }

       .signin-signup .forgot-password {
            text-align: center;
            margin-top: 15px;
        }

       .signin-signup .forgot-password a {
            color: #17a2b8;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s;
        }

       .signin-signup .forgot-password a:hover {
            color: #138496;
            text-decoration: underline;
        }
		
		
		@media (max-width: 991px) {
            .signin-signup {
							right:0px;
							left:30px;
						}
						
				.signin-signup::after {								
									right:0px;
									left: 30px;
								}
						
		}
		
		
		@media (max-width: 767px) {
            .signin-signup {			
							width:250px;				
							left:auto;
							right:0px;
						}
						
				.signin-signup::after {								
									right:0px;
									left:20%;
								}
						
		}
		

        /* Responsive adjustments */
        @media (max-width: 480px) {
            .signin-signup {
							padding:20px 20px;
						}

            .signin-signup-title h1 {
                font-size: 20px;
            }

            .signin-signup-title a {
                font-size: 13px;
            }

           .signin-signup input[type="text"],
           .signin-signup input[type="email"],
           .signin-signup input[type="password"] {
                padding: 10px 12px;
            }

           .signin-signup .login-btn {
                padding: 12px;
                font-size: 15px;
            }
        }

        @media (max-width: 360px) {           
            .signin-signup-title {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
        }
		
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Signin SignUp <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Shop <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.breadcrumb {
            max-width: 100%;
            padding: 20px 0px;
            font-size: 14px;
            color: #7d879c;
        }
		
	 .breadcrumb a{
            color: #7d879c;
            text-decoration: none;
        }
		
		.breadcrumb a:hover {
            color: #7d879c;
        }
		
	.breadcrumb span{ color: #000; }

		

.shop-block{
			width: 100%;
			padding:30px 0px;
			position: relative;
			display: flex;
    		gap: 30px;
		}
       

        
        /* Sidebar */
       .shop-block .sidebar {
            width: 280px;
            flex-shrink: 0;
        }

       .shop-block .sidebar-section {
            background-color:#FFF;
            padding: 25px;
            margin-bottom: 25px;
            border-radius: 0;
        }

       .shop-block .sidebar-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 20px;
            color: #1D2A38;
        }

       .shop-block .category-list {
            list-style: none;
        }

       .shop-block .category-item {
            padding:5px 0;
            display: flex;
            align-items: center;
            color: #1D2A38;
            font-size: 15px;
            cursor: pointer;
            transition: color 0.3s;
        }

       .shop-block .category-item:hover {
            color: var(--primary-teal);
        }

       .shop-block .category-item::before {
            content: '›';
            margin-right: 8px;
            font-size: 18px;
            color: #1D2A38;
        }

       .shop-block .color-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 12px;
            margin-top: 10px;
        }

       .shop-block .color-box {
            width: 100%;
            aspect-ratio: 1;
            border-radius: 4px;
            cursor: pointer;
            border: 2px solid transparent;
            transition: all 0.3s;
        }

       .shop-block .color-box:hover {
            border-color: #e6e6e6;
            transform: scale(1.05);
        }

       .shop-block .size-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 10px;
            margin-top: 15px;
        }

       .shop-block .size-box {
            padding: 12px;
            border: 1px solid #e6e6e6;
            text-align: center;
            cursor: pointer;
            font-size: 15px;
            font-weight: 500;
            transition: all 0.3s;
            background-color: #FFF;
        }

       .shop-block .size-box:hover,
       .shop-block .size-box.active {
            border-color: #000;
            color: #1D2A38;
        }

       .shop-block .product-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

       .shop-block .tag {
            padding: 8px 16px;
            background-color: var(--light-bg);
            border-radius: 0;
            font-size: 14px;
            color: #1D2A38;
            cursor: pointer;
            transition: all 0.3s;
            border: 1px solid #e6e6e6;
        }

       .shop-block .tag:hover {
            border-color: #000;
            color: #1D2A38;
        }

       .shop-block .tag-row {
            display: flex;
            gap: 10px;
            margin-bottom: 5px;
        }

       .shop-block .price-filter {
            margin-top: 15px;
        }

       .shop-block .price-slider {
            width: 100%;
            height: 4px;
            background: linear-gradient(to right, var(--primary-teal) 0%, var(--primary-teal) 50%, var(--border-color) 50%, var(--border-color) 100%);
            border-radius: 2px;
            position: relative;
            margin: 20px 0;
        }

       .shop-block .price-handle {
            width: 14px;
            height: 14px;
            background-color: var(--primary-teal);
            border-radius: 50%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 50%;
            cursor: pointer;
        }

       .shop-block .price-values {
            display: flex;
            justify-content: space-between;
            font-size: 14px;
            color: #1D2A38;
        }

        /* Main Content */
       .shop-block .main-content {
            flex: 1;
        }

       .shop-block .shop-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            padding: 20px 0;
        }

        .shop-block.results-count {
            color: #1D2A38;
            font-size: 15px;
        }

       .shop-block .shop-controls {
            display: flex;
            align-items: center;
            gap: 15px;
        }

       .shop-block .view-toggle {
            display: flex;
            gap: 0;
            border: 1px solid #e6e6e6;
        }

       .shop-block .view-btn {
            padding: 8px 12px;
            background-color: #FFF;
            border: none;
            cursor: pointer;
            transition: all 0.3s;
            color: #1D2A38;
        }

        .shop-block .view-btn:first-child {
            border-right: 1px solid #e6e6e6;
        }

       .shop-block .view-btn:hover,
       .shop-block .view-btn.active {
            background-color: #1D2A38;
            color: #FFF;
        }

       .shop-block .sort-select {
            padding: 8px 10px 8px 15px;
            border: 1px solid #e6e6e6;
            font-size: 14px;
            cursor: pointer;
            background-color: #FFF;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 10px center;
            appearance: none;
        }

        /* Product Grid */
       .shop-block .product-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

       .shop-block .product-card {
            background-color: #FFF;
            overflow: hidden;
            transition: all 0.3s;
            position: relative;
        }

       .shop-block .product-card:hover {
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        }

       .shop-block .product-image-wrapper {
            position: relative;
            padding-top: 100%;
            overflow: hidden;
            background-color: var(--light-bg);
        }

       .shop-block .product-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 20px;
        }

       .shop-block .product-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background-color: var(--sale-green);
            color: var(--white);
            padding: 5px 12px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
        }

       .shop-block .wishlist-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 36px;
            height: 36px;
            background-color: #FFF;
            border: 1px solid #e6e6e6;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            color: #1D2A38;
        }

       .shop-block .wishlist-btn:hover {
            border-color: var(--primary-teal);
            color: #1D2A38;
        }

       .shop-block .product-info {
            padding: 20px;
        }

       .shop-block .product-category {
            color: #1D2A38;
            font-size: 13px;
            margin-bottom: 8px;
        }

       .shop-block .product-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 12px;
            color: #1D2A38;
            min-height: 44px;
        }

       .shop-block .product-rating {
            display: flex;
            align-items: center;
            gap: 3px;
            margin-bottom: 12px;
        }

       .shop-block .stars {
            color: #1D2A38;
            font-size: 13px;
            display: flex;
            gap: 2px;
        }

       .shop-block .stars .far {
            color: #1D2A38;
        }

       .shop-block .product-price {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
            min-height: 28px;
        }

       .shop-block .current-price {
            font-size: 16px;
            font-weight: 700;
            color: #1D2A38;
        }

       .shop-block .original-price {
            font-size: 15px;
            color: #1D2A38;
            text-decoration: line-through;
        }

       .shop-block .add-to-cart-btn {
            width: 100%;
            padding: 12px;
            background-color: #17a2b8;
			border-radius:8px;
            color: #FFF;
            border: none;
            cursor: pointer;
            font-weight: 600;
            font-size: 12px;
            text-transform: uppercase;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

       .shop-block .add-to-cart-btn:hover {
            background-color: #17a2b8;
        }

       .shop-block .view-product-btn,
       .shop-block .select-options-btn {
            background-color: #17a2b8;
        }

        /* Pagination */
       .shop-block .pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
            margin-top: 50px;
        }

       .shop-block .page-btn {
            min-width: 40px;
            height: 40px;
            border: 1px solid #e6e6e6;
            background-color: #FFF;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            font-weight: 500;
            font-size: 14px;
            padding: 0 12px;
            color: #1D2A38;
        }

       .shop-block .page-btn:hover,
       .shop-block .page-btn.active {
            background-color: #1D2A38;
            color: #FFF;
            border-color: #000;
        }

       .shop-block .page-btn.next {
            text-transform: uppercase;
            font-size: 12px;
            gap: 5px;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
           .shop-block .product-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }
        }

        @media (max-width: 991px) {
			.shop-block {
						width: 100%;
						padding: 30px 0px;
						display: inline-block;
						gap: 30px;
					}
			
           .shop-block .sidebar {
                width: 100%;
                display: inline-block;
            }
			

           .shop-block .sidebar-section {
                margin-bottom: 0;
            }
			
			.shop-block .color-grid {
            display: grid;
            grid-template-columns: repeat(8, 1fr);
            gap: 12px;
            margin-top: 10px;
        }
        }

        @media (max-width: 768px) {
           .shop-block .product-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

           .shop-block .shop-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }

           .shop-block .shop-controls {
                width: 100%;
                justify-content: space-between;
            }

           .shop-block .sidebar {
                grid-template-columns: 1fr;
            }
        }
		

        @media (max-width: 576px) {
           .shop-block .product-grid {
                grid-template-columns: 1fr;
            }

           .shop-block .color-grid {
                grid-template-columns: repeat(8, 1fr);
            }

           .shop-block .size-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }
		
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Shop <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */






.shop-block .filter-card {
      background: #fff;
      border-radius:0px;
      padding: 25px 25px;
      width: 100%;
      max-width: 320px;
      /*box-shadow: 0 2px 12px rgba(0,0,0,0.08);*/
	  margin-bottom:25px;
    }

    .shop-block .filter-title {
      font-size: 1.15rem;
      font-weight: 700;
      color: #222;
      margin-bottom: 22px;
      letter-spacing: 0.01em;
    }

    /* Slider track container */
    .shop-block .slider-wrapper {
      position: relative;
      height: 20px;
      margin-bottom: 14px;
    }

    .shop-block .slider-track {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 4px;
      background: #e0e0e0;
      border-radius: 2px;
      transform: translateY(-50%);
    }

    .shop-block .slider-range {
      position: absolute;
      top: 50%;
      height: 4px;
      background: #26c6b0;
      border-radius: 2px;
      transform: translateY(-50%);
    }

    /* Hidden native inputs */
    .shop-block .thumb {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: 4px;
      appearance: none;
      -webkit-appearance: none;
      background: transparent;
      pointer-events: none;
      outline: none;
      border: none;
    }

    .shop-block .thumb::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #26c6b0;
      border: 2.5px solid #fff;
      box-shadow: 0 1px 4px rgba(38,198,176,0.5);
      pointer-events: all;
      cursor: pointer;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
    }

    .shop-block .thumb::-moz-range-thumb {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #26c6b0;
      border: 2.5px solid #fff;
      box-shadow: 0 1px 4px rgba(38,198,176,0.5);
      pointer-events: all;
      cursor: pointer;
    }

   .shop-block .thumb::-webkit-slider-thumb:hover {
      transform: scale(1.15);
      box-shadow: 0 0 0 4px rgba(38,198,176,0.2);
    }

    .shop-block .price-label {
      font-size: 0.88rem;
      color: #555;
      margin-top: 6px;
    }

    .shop-block .price-label span {
      color: #333;
      font-weight: 600;
    }
	




.shop-block .product-grid2{
            display: inline-block;
       		width:100%;
        }	
	
	
.shop-block .product-grid2 .product-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 16px rgba(0,0,0,0.07);
      display: flex;
      align-items: center;
      gap: 0;
      width: 100%;
      overflow: hidden;
      padding: 25px 25px;
	  margin-bottom:30px;
    }

    /* Left: Image area */
.shop-block .product-grid2 .product-image-wrap {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 10px 10px 20px;
      min-width: 160px;
    }

.shop-block .product-grid2 .product-image-wrap img {
      width: 140px;
      max-width: 100%;
      object-fit: contain;
      display: block;
    }

    /* Middle: Action icons */
.shop-block .product-grid2 .product-actions {
      flex: 0 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 14px;
      padding: 0 18px;
    }

.shop-block .product-grid2 .action-btn {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1.5px solid #ddd;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #888;
      transition: border-color 0.2s, color 0.2s, transform 0.15s;
    }

.shop-block .product-grid2 .action-btn:hover {
      border-color: #26c6b0;
      color: #26c6b0;
      transform: scale(1.1);
    }

.shop-block .product-grid2 .action-btn svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    /* Right: Product info */
.shop-block .product-grid2 .product-info {
      flex: 1 1 auto;
      padding: 0 10px 0 16px;
      border-left: 1px solid #eee;
    }

.shop-block .product-grid2 .product-category {
      font-size: 0.78rem;
      color: #888;
      letter-spacing: 0.02em;
      margin-bottom: 8px;
    }

.shop-block .product-grid2 .product-title {
      font-size: 1.45rem;
      font-weight: 700;
      color: #1a1a1a;
      line-height: 1.3;
      margin-bottom: 18px;
    }

.shop-block .product-grid2 .product-price {
      font-size: 0.9rem;
      color: #888;
      text-align: right;
      margin-bottom: 16px;
      font-weight: 600;
    }

.shop-block .product-grid2 .product-desc {
      font-size: 0.88rem;
      color: #666;
      line-height: 1.7;
      margin-bottom: 24px;
    }

.shop-block .product-grid2 .view-btn {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: #26c6b0;
      color: #fff;
      border: none;
      border-radius: 50px;
      padding: 10px 22px 10px 10px;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      cursor: pointer;
      transition: background 0.2s, transform 0.15s;
      text-decoration: none;
    }

.shop-block .product-grid2 .view-btn:hover {
      background: #1aab96;
      transform: translateY(-1px);
    }

.shop-block .product-grid2 .view-btn .btn-icon {
      width: 36px;
      height: 36px;
      background: rgba(255,255,255,0.2);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

.shop-block .product-grid2 .view-btn svg {
      width: 18px;
      height: 18px;
      stroke: #fff;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    /* Responsive */
    @media (max-width: 620px) {
      .shop-block .product-grid2 .product-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
      }

      .shop-block .product-grid2 .product-actions {
        flex-direction: row;
        padding: 10px 0;
        border-left: none;
      }

      .shop-block .product-grid2 .product-info {
        border-left: none;
        border-top: 1px solid #eee;
        padding: 16px 0 0;
        width: 100%;
      }

      .shop-block .product-grid2 .product-image-wrap {
        width: 100%;
        padding: 0;
        justify-content: center;
      }

      .shop-block .product-grid2 .product-image-wrap img {
        width: 120px;
      }

      .shop-block .product-grid2 .product-title {
        font-size: 1.2rem;
      }
    }
	
	
	
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Start Product Details Page <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.product-details{
				width:100%;				
				position:relative;
				background:#FFF;
				padding:25px 25px;
				border-radius: 10px;
				margin-bottom:30px;
				}
/* 
.product-details .product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:0px;
    align-items: start;	
  }

  .product-details .product-image-wrap {
    border-radius:0px;
    padding:0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
  }

  .product-details .zoom-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: var(--muted);
    transition: background 0.2s;
  }
  .product-details .zoom-icon:hover { background: var(--border); }

  .product-details .product-image-wrap img {
    max-width: 280px;
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(0,0,0,0.12));
    transition: transform 0.4s ease;
  }
  .product-details .product-image-wrap:hover img { transform: scale(1.04); }

  .product-details .product-details { display: flex; flex-direction: column; gap: 20px; } */

  .product-details .product-title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text);
  }

  /* Stars */
  .product-details .rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: var(--muted);
  }
  .product-details .stars { display: flex; gap: 2px; }
  .product-details .star { color:#fbb614; font-size: 1rem; }
  .product-details .star.empty { color: #ddd; }

  /* Price */
  .product-details .price {
    font-size: 1.6rem;
    font-weight: 600;
    color: #eb3a7b;
    letter-spacing: -0.5px;
  }

  /* Description */
  .product-details .description {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #666;
    font-weight: 300;
  }

  /* ── PRODUCT OPTIONS CARD ── */
  .product-details .options-card {
    background:#FFF;
    border-radius:6px;
    overflow: hidden;
	border:1px solid #e6e6e6;
  }

  .product-details .option-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    transition: background 0.15s;
  }
 .product-details .option-row:not(:last-child) { border-bottom: 1px solid var(--border); }
  .product-details .option-row:hover { background: #fafafa; }

  .product-details .option-thumb {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 8px;
    background: var(--bg);
    padding: 4px;
    flex-shrink: 0;
  }

  .product-details .option-name {
    flex: 1;
    font-size: 0.92rem;
    font-weight: 500;
  }

  .product-details .option-price {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text);
    white-space: nowrap;
  }
  .product-details .option-price .old {
    text-decoration: line-through;
    color: var(--muted);
    font-weight: 400;
    margin-right: 6px;
    font-size: 0.82rem;
  }

  /* Qty stepper */
  .product-details .qty-stepper {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;

  }
  .product-details .qty-btn {
    width: 32px;
    height: 32px;
    background: var(--bg);
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    flex-shrink: 0;
  }
  .product-details .qty-btn:hover { }
  .product-details .qty-num {
    width: 40px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    background: var(--white);
    outline: none;
    padding: 0;
  }

  /* Buy product link */
  .product-details .buy-link {
    font-size: 0.88rem;
    color: var(--teal);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    padding: 6px 12px;
    border: 1.5px solid var(--teal);
    border-radius: 8px;
    transition: all 0.2s;
  }
  .product-details .buy-link:hover { color: #fff; }

  /* ── CTA ROW ── */
  .product-details .cta-row {
	padding:15px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
	border:1px solid #e6e6e6;
  }

  .product-details .btn-cart {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #17a2b8;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 30px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    text-transform: uppercase;
  }
  .product-details .btn-cart:hover { background: #1c8687; transform: translateY(-1px); }

  .product-details .btn-wish {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid var(--border);
    background: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbb;
    font-size: 1.2rem;
    transition: all 0.2s;
  }
  .product-details .btn-wish:hover { color: var(--pink); }

  /* ── META INFO ── */
  .product-details .meta-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 12px;
    font-size: 0.88rem;
    color: #555;
  }
  .product-details .meta-info span { display: inline; }
  .product-details .meta-info strong { font-weight: 600; color:#000; }
  .product-details .meta-info a { text-decoration: none; color:#555; }
  .product-details .meta-info a:hover { text-decoration: underline; }

  /* ── SOCIAL SHARE ── */
  .product-details .share-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    color: #555;
  }
  .product-details .share-row strong { font-weight: 600; color:#000; }
  .product-details .social-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7d879c;
    font-size:15px;
    text-decoration: none;
    transition: all 0.2s;
    font-weight: 700;
  }
  .product-details .social-icon:hover { color: #000; }

  /* ── RESPONSIVE ── */
  @media (max-width: 768px) {
    /* .product-details .product-layout { grid-template-columns: 1fr; gap: 32px; }
    .product-details .product-image-wrap { min-height: 300px; padding: 28px; }
    .product-details .product-image-wrap img { max-width: 220px; } */
    .product-details .btn-cart { padding: 13px 22px; font-size: 0.88rem; }
    .product-details .option-name { font-size: 0.84rem; }
  }

  @media (max-width: 480px) {
    .product-details .page { padding: 24px 16px; }
    .product-details .option-row { flex-wrap: wrap; gap: 10px; }
    .product-details .qty-stepper, .buy-link { margin-left: auto; }
  }

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< End Product Details Page <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Start Product Details Tab <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.product-details-tab{
					width:100%;
					background:#FFF;
					position:relative;
					border-radius: 10px;
					margin-bottom:30px;
					}
					
					
.product-details-tab .tab-nav {
    display: flex;    
    padding: 10px 10px;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .product-details-tab .tab-nav::-webkit-scrollbar { display: none; }

  .product-details-tab .tab-btn {
    position: relative;
    padding: 20px 0px;    
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    background: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.2s;
	margin-left:20px;
  }

  .product-details-tab .tab-btn::after {
    content: '';
    position: absolute;
    bottom:0px;
    left: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
  }

  .product-details-tab .tab-btn.active {
    color: #24aeb1;
	border-bottom:3px solid #24aeb1;
  }
  .product-details-tab .tab-btn.active::after {
    transform: scaleX(1);
  }

  .product-details-tab .tab-btn:hover:not(.active) { color: #444; }

  /* ── TAB CONTENT ── */
  .product-details-tab .tab-content { display: none; padding:20px 30px 30px; }
  .product-details-tab .tab-content.active { display: block; }

  /* ── TYPOGRAPHY ── */
  .product-details-tab .tab-content p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #000;
    margin-bottom: 20px;
  }

  .product-details-tab .tab-content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    margin: 32px 0 20px;
  }

  /* ── FEATURE ITEMS ── */
  .product-details-tab .feature-list { display: flex; flex-direction: column; gap: 28px; margin-bottom: 36px; }

  .product-details-tab .feature-item {}

  .product-details-tab .feature-label {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
  }

  .product-details-tab .feature-num {
    font-size: 0.82rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5px;
  }

  .product-details-tab .feature-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.4px;
  }

  .product-details-tab .feature-item p {
    font-size: 0.93rem;
    line-height: 1.75;
    color: #000;
    margin: 0;
    padding-left: 34px;
  }

  /* ── BULLET LIST ── */
  .product-details-tab .detail-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  .product-details-tab .detail-list li {
    font-size: 0.93rem;
    font-weight: 600;
    color: #000;
    padding-left: 18px;
    position: relative;
    line-height: 1.5;
  }

  .product-details-tab .detail-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }

  /* ── ADDITIONAL INFO TABLE ── */
  .product-details-tab .info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.93rem;
  }
  .product-details-tab .info-table tr { border-bottom: 1px solid #e6e6e6; }
  .product-details-tab .info-table tr:last-child { border-bottom: none; }
  .product-details-tab .info-table td {
    padding: 14px 16px;
    color: #000;
    line-height: 1.6;
  }
  .product-details-tab .info-table td:first-child {
    font-weight: 600;
    color: #000;
    width: 200px;
    background: #fafafa;
  }

  /* ── REVIEWS ── */
  .product-details-tab .reviews-summary {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 32px;
  }
  .product-details-tab .rating-big {
    font-size: 3.5rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
  }
  .product-details-tab .rating-stars { display: flex; gap: 4px; font-size: 1.4rem; color: #f5a623; margin-bottom: 4px; }
  .product-details-tab .rating-count { font-size: 0.85rem; color: var(--muted); }

  .product-details-tab .review-card {
    border-bottom: 1px solid #e6e6e6;
    padding: 24px 0;
  }
  .product-details-tab .review-card:last-child { border-bottom: none; }

  .product-details-tab .reviewer-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
  }
  .product-details-tab .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    color: #fff;
    flex-shrink: 0;
  }
  .product-details-tab .reviewer-name { font-weight: 600; font-size: 0.95rem; }
  .product-details-tab .reviewer-date { font-size: 0.8rem; color: #000; }
  .product-details-tab .review-stars { display: flex; gap: 2px; font-size: 0.85rem; color: #f5a623; margin-bottom: 8px; }
  .product-details-tab .review-text { font-size: 0.92rem; color: var(--muted); line-height: 1.75; }

  /* ── RESPONSIVE ── */
  @media (max-width: 600px) {
    .product-details-tab .tab-nav { padding: 0 16px; }
    .product-details-tab .tab-btn { padding: 16px 14px 14px; font-size: 0.88rem; }
    .product-details-tab .tab-content { padding: 24px 20px 36px; }
    .product-details-tab .feature-item p { padding-left: 0; }
    .product-details-tab .info-table td:first-child { width: 130px; }
    .product-details-tab .reviews-summary { flex-direction: column; align-items: flex-start; gap: 12px; }
  }

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< End Product Details Tab <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */