@charset "utf-8";
/* CSS Document */
 :root {
            --primary-font: 'Poppins', sans-serif;
            --heading-font: 'Playfair Display', serif;
            --text-color: #333333;
            --light-text: #666666;
        }


body{
	background: #f3f3f3!important;
	font-family: var(--primary-font);
	color: #000000;
	overflow-x: hidden;
}
 






p{
	 font-family: var(--primary-font);
}
ul,li{
	 font-family: var(--primary-font);
}
h1,h2,h3,h4,h5,h6,h7{
	font-family: var(--primary-font);
}
h3{
	font-family: var(--primary-font);
}
.ash-clr{
	background: #ededed;
}
.contact-info h3{
	font-family: "Inter", sans-serif !important;
    font-size: 18px;
    font-weight: 600;
}
.contact-info h5{
	font-family: "Inter", sans-serif !important;
    font-size: 18px;
    font-weight: 600;
}
.contact-info label{
	font-family: "Inter", sans-serif !important;
    font-weight: 500;
    font-size: 14px;
}
.contact-info p{
	margin-bottom: 0px;
}
.margin-0{
	margin-bottom:0px!important;
}
.cheack-out{
	background: #000000;
    color: #fff;
}

.img-container {
    position: relative;
    overflow: hidden;
}

/* Size Overlay - බොත්තමට ඉහළින් තැබීම */
.size-overlay {
    position: absolute;
    bottom: -100px; /* ආරම්භයේදී සැඟවී ඇත */
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 10px;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}
.newsletter-form {
  display: flex;
  justify-content: center; /* Centers the whole unit on the page */
  align-items: stretch;    /* Ensures input and button are the same height */
  max-width: 600px;        /* Adjust based on your design */
  margin: 0 auto;          /* Centers the container itself */
}

.newsletter-form input {
  flex-grow: 1;            /* Makes the input take up available space */
  padding: 15px;
  border: 1px solid #ccc;
  outline: none;
}

.newsletter-form button {
  padding: 0 30px;
  background-color: #222;  /* Matches your dark button style */
  color: white;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
}
.product-card:hover .size-overlay {
    bottom: 45px; 
}

.product-card:hover .cart-btn-overlay {
    bottom: 0;
}
.size-box {
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}

.size-none {
    color: #000;
    position: relative;
    border-color: #eee;
}

.size-none::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    transform: rotate(-45deg);
}
.size-overlay {
    position: absolute;
    bottom: -80px; 
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center; 
    gap: 5px;
    padding: 10px;
    transition: all 0.4s ease;
    z-index: 2;
}
.product-card:hover .size-overlay {
    bottom: 30px;
    opacity: 1;
}
.product-card:hover .cart-btn-overlay {
    bottom: 0;
    opacity: 1;
}
.size-box {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    background: #fff;
    cursor: pointer;
    transition: 0.2s;
}
.size-box:hover {
    background: #000;
    color: #fff;
}
.size-none {
    color: #000;
    text-decoration: line-through; /* ඉරක් ගැසීම */
    border-color: #eee;
    cursor: not-allowed;
}
.img-container { 
    position: relative; 
    overflow: hidden; 
    aspect-ratio: 3/4; 
    background: #f8f8f8;
}
.img-container img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 0.6s ease; /* Zoom වන වේගය */
}
.product-card:hover .img-container img { 
    transform: scale(1.1); 
}
.product-card { 
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); 
}
.product-card:hover { 
    transform: translateY(-10px); /* 10px ප්‍රමාණයක් උඩට එසවේ */
}
.cart-btn-overlay {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    padding:20px 10px 20px 10px;
    transition: all 0.4s ease;
    opacity: 0;
}
.product-card:hover .cart-btn-overlay {
    bottom: 0;
    opacity: 1;
}
       
.hero-section {
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://images.unsplash.com/photo-1515886657613-9f3515b0c78f?auto=format&fit=crop&w=1920&q=80');
            height: 70vh;
            background-size: cover;
            background-position: center;
            display: flex;
			font-weight: 700 !important;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
        }
h1{
		font-family: "Montserrat", sans-serif!important;

}
.btn-dark {
    background-color: #000;
    border: none;
    border-radius: 50px !important; /* රවුම් button එකක් */
    padding: 15px 30px !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.product-name{
/*	padding: 10px 0px 0px 0;
*/    font-size: 30px;
}
#color-container{
	padding: 10px;
    background: #f4f4f4;
    border-radius: 10px;
}  
    /* Breadcrumb container එක සඳහා */
    .custom-breadcrumb {
        background: transparent;
        font-family: 'Inter', sans-serif; /* ලස්සන font එකක් */
        padding: 10px 0;
        margin-bottom: 0;
    }

    /* සියලුම අයිතම සඳහා (Home, Category, Product) */
    .custom-breadcrumb .breadcrumb-item, 
    .custom-breadcrumb .breadcrumb-item a {
        font-size: 11px !important;
    text-decoration: none;
    color: #000000;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: capitalize;
    }

    /* දැනට ඉන්න පිටුවේ නම (Active item) සඳහා පමණක් තද පැහැය */
    .custom-breadcrumb .breadcrumb-item.active {
        color: #000000;
        font-weight: 500;
    }

    /* "/" ලකුණේ පෙනුම */
    .breadcrumb-item + .breadcrumb-item::before {
        content: "/";
        color: #cccccc;
        font-size: 9px;
        padding: 0 8px;
    }

    /* Hover කළ විට කළු පැහැය */
    .custom-breadcrumb .breadcrumb-item a:hover {
        color: #000;
    }
	.breadcrumb-style{
		Padding-bottom:10px;
	}
	.View-image{
		background: #fff;
		padding: 20px 10px 20px 10px;
		border-radius: 20px;
}
	}
.details-card {
        background: #ffffff;
        /* උඩට සහ යටට 50px ද, දෙපැත්තට 40px ද padding ලබා දුන්නා */
        padding: 50px 40px; 
        border-radius: 25px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        margin-top: 10px; /* Card එකට ඉහළින් පොඩි ඉඩක් */
    }
.details-card {
        background: #ffffff;
        padding: 30px; /* Padding එක පොඩ්ඩක් අඩු කළා පෙනුම balance කරන්න */
        border-radius: 20px;
        box-shadow: 0 5px 25px rgba(0,0,0,0.03);
    }
.btn-dark:hover {
    background-color: #333;
    transform: translateY(-3px); /* උඩට ඉස්සෙනවා වගේ පෙනේ */
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
h1.fw-bold { font-size: 1.5rem; letter-spacing: -1px; margin-bottom: 10px; text-transform: capitalize; }
h3.text-dark { color: #d90429 !important; font-size: 1.8rem; } /* තද රතු පාටක් මිලට */		
        /* Navbar Styling */
        .brand-main { 
 			font-family: "GFS Didot", serif;
  			font-weight: 400;
 			font-style: normal;
			font-size: 24px;
			text-transform: uppercase;
			color: #000;
			text-decoration:none;
}
.brand-main{
	font-family: "Montserrat", sans-serif!important;
	font-weight: 600!important;
    letter-spacing: 0.7px!important;
}
        .brand-sub {
			font-size: 9px;
			letter-spacing: 2px;
			color: #666;
			display: block;
			margin-top: -5px;
}
.custom-breadcrumb {
        background: transparent;
        font-family: 'Inter', sans-serif;
        display: flex;
        align-items: center;
    }

    .custom-breadcrumb .breadcrumb-item a {
        text-decoration: none;
        color: #000; /* Simple grey color */
        font-size: 14px;
        transition: color 0.2s;
    }

    .custom-breadcrumb .breadcrumb-item a:hover {
        color: #000;
    }

    .custom-breadcrumb .breadcrumb-item.active {
        color: #212529;
        font-size: 14px;
        font-weight: 600;
    }

    /* "/" ලකුණේ පෙනුම වෙනස් කිරීමට */
    .breadcrumb-item + .breadcrumb-item::before {
        content: "/";
        color: #adb5bd;
        padding: 0 10px;
    }
        
        /* Navigation Links */
        .nav-link { 
			font-weight: 700!important;
    		font-size: 14px!important;
			color: #000 !important;
			text-transform: uppercase;
			letter-spacing:0.5px;
}
        
        /* Search Box */
        .search-container { 
			background: #d1d1d1;
			border-radius: 1px;
			padding: 6px 12px;
			display: flex;
			align-items: center;
			width: 200px;
}
.search-container input::placeholder {
    color: #000 !important; 
}

        /* Animation & Slider Fixes */
        .nav-arrows { width: 38px; height: 38px; border: 1px solid #ddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; background: #fff; transition: 0.3s; }
        .nav-arrows:hover { background: #000; color: #fff; }

        /* Product Hover */
        .product-card { position: relative; transition: transform 0.4s ease; background: #fff; text-align: center; margin-bottom: 20px;}
        .product-card:hover { transform: translateY(-12px); }
        .img-wrapper { position: relative; overflow: hidden; aspect-ratio: 3/4; }
        .cart-overlay { position: absolute; bottom: -50px; left: 0; width: 100%; padding: 10px; background: rgba(255,255,255,0.9); transition: 0.4s ease; opacity: 0; }
        .product-card:hover .cart-overlay { bottom: 0; opacity: 1; }
        .btn-black { background: #000; color: #fff; border: none; width: 100%; padding: 8px; font-size: 11px; font-weight: 700; text-transform: uppercase; }

        /* Mobile Adjustments */
        @media (max-width: 768px) {
            .hero-section h1 { font-size: 2rem !important; }
            .brand-main {
				font-size: 20px;
			}
        }
		.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
   font-weight: 692;
  font-style: normal;
}
		/* පින්තූරය අඩංගු ප්‍රධාන පෙට්ටිය */
.cat-card {
    position: relative;
    overflow: hidden; /* පින්තූරය Zoom වෙද්දී රාමුවෙන් පිටතට යාම වැළැක්වීමට */
    height: 450px; /* ඔබේ කැමැත්ත පරිදි උස වෙනස් කරන්න */
    cursor: pointer;
}

/* පින්තූරයේ මූලික සැකසුම */
.cat-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* සුමට Zoom එකක් සඳහා */
}

/* Mouse එක ගෙන ගිය විට පින්තූරය Zoom වීම */
.cat-card:hover img {
    transform: scale(1.1); /* 10% කින් විශාල වේ */
}

/* පින්තූරය මත ඇති අකුරු (MENS / WOMENS) */
.cat-overlay-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 1px;
    z-index: 2;
    text-transform: uppercase;
}

/* පින්තූරය මත මඳ අඳුරු ගතියක් (Gradient) එක් කිරීම (අකුරු පැහැදිලිව පෙනීමට) */
.cat-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, transparent 40%);
    z-index: 1;
}
		/* Size Container සැකසුම */
.size-overlay {
    position: absolute;
    top: 73%; /* පින්තූරය මැද පෙන්වීමට */
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 8px;
    opacity: 0; /* ආරම්භයේදී නොපෙනේ */
    transition: 0.4s ease;
    z-index: 3;
}
.f-footer-copy{
	font-size: 10px;
}
.pd-price{
	font-size: 12px;
}
/* Mouse එක ගෙන ගිය විට Sizes පෙන්වීම */
.product-card:hover .size-overlay {
    opacity: 1;
}

/* පොදු Size Box එකක පෙනුම */
.size-box {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    cursor: default;
}

/* ඉවර වූ (Not Available) Sizes සඳහා */
.size-none {
    color: #000;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
}

/* ඉවර වූ බව පෙන්වීමට ඉරක් ඇඳීම */
.size-none::after {

    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    transform: rotate(-45deg);
}
		/* Restocks Badge එක සකස් කිරීම */
.restock-badge {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    border: 2px solid #333; /* පින්තූරයේ ඇති double border ගතිය සඳහා */
}

/* Shop All Button එක සකස් කිරීම */
.btn-shop-all {
    color: #000;
    border: 1px solid #000;
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-shop-all:hover {
    background-color: #000;
    color: #fff;
}

/* Navigation Arrows සකස් කිරීම */
.nav-circle-btn {
    width: 42px;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
    color: #333;
}

.nav-circle-btn:hover {
    border-color: #000;
    color: #000;
}

/* Icons වල ප්‍රමාණය */
.nav-circle-btn i {
    font-size: 18px;
}
		/* Product Card එකේ මූලික සැකසුම */
.product-card {
    background: #fff;
    border: none; /* Border එක ඉවත් කිරීම වඩාත් ලස්සනයි */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); /* Animation එක සුමට කිරීමට */
    position: relative;
    border-radius: 4px; /* සියුම් වටකුරු බවක් සඳහා */
}

/* Mouse Hover කළ විට Shadow එක සහ ඉහළට එසවීම */
.product-card:hover {
    transform: translateY(-8px); /* මඳක් ඉහළට එසවීම */
    /* ලස්සන සියුම් Shadow එකක් මෙන්න */
    box-shadow: 0 12px 24px rgba(0 0 0 / 11%); 
}

/* පින්තූරය Zoom වන ආකාරය (කලින් කේතය) */
.img-container {
    overflow: hidden;
    position: relative;
}

.img-container img {
    transition: transform 0.6s ease;
}

.product-card:hover .img-container img {
    transform: scale(1.05); /* පින්තූරය මඳක් විශාල වීම */
}
		/* Product Card එකේ පොදු පෙනුම */
.product-card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #fff;
    position: relative;
    border: none;
}

/* Hover කළ විට Shadow එක සහ උඩට එසවීම */
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1); /* සියුම් හෙවනැල්ල */
}

/* Hover Content එක සැඟවීම */
.hover-content-wrapper {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    transition: all 0.4s ease;
    opacity: 0;
    z-index: 5;
}

/* Mouse Hover එකේදී පමණක් Sizes සහ Button එක පෙන්වීම */
.product-card:hover .hover-content-wrapper {
    bottom: 0;
    opacity: 1;
}

/* Sizes පෙන්වන පේළිය */
.size-selection-bar {
    display: flex;
    justify-content: center;
    gap: 4px;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
}

.size-item {
    width: 32px;
    height: 32px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    background: #fff;
    cursor: pointer;
}

/* ඉවර වූ (Not Available) Sizes */
.size-out {
    color: #ccc;
    text-decoration: line-through;
}

/* ඔබ ඉල්ලූ කළු පැහැති ADD TO CART බොත්තම */
.btn-add-cart-solid {
    width: 100%;
    background-color: #000000; /* තද කළු පැහැය */
    color: #ffffff; /* සුදු පැහැති අකුරු */
    border: none;
	border-radius: 60px;
    padding: 14px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: background 0.3s;
	outline: 1.5px solid #1a1a1a; 
    outline-offset: 1.5px; 
	display: block;
}
.btn-add-cart {
    /* මෙය එක් කිරීමෙන් width: 100% ක්‍රියාත්මක වේ */
    background-color: #000;
    color: #fff;
    width: 100%; 
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
}
.btn-add-cart:hover {
        background-color: #333; /* වර්ණය මදක් ලා පැහැ වීම */
        transform: translateY(-2px); /* මදක් ඉහළට එසවීම */
        box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }
.btn-add-cart {
        background-color: #000; /* කළු පැහැති පසුබිම */
        color: #fff; /* සුදු පැහැති අකුරු */
        width: 100%; /* සම්පූර්ණ පළල */
        padding: 12px 0; /* ඉහළ සහ පහළ පරතරය */
        font-weight: bold;
        text-transform: uppercase; /* අකුරු සියල්ල කැපිටල් කිරීම */
        border: none;
        border-radius: 50px; /* බොත්තම දෙපස රවුම් කිරීමට */
        font-size: 14px;
        letter-spacing: 1px; /* අකුරු අතර පරතරය */
        transition: all 0.3s ease; /* Hover effect එක මෘදුව සිදු වීමට */
        cursor: pointer;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* මද සෙවනැල්ලක් */
    }
.btn-add-cart-solid:hover {
    background-color: #333333; /* Mouse එක තැබූ විට මඳක් අළු පැහැ වීම */
}
	.badge-restock {
    display: inline-flex;
    align-items: center;
    background-color: #1a1a1a; /* ඇතුළත කළු පසුබිම */
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    
    /* ප්‍රධාන වටකුරු බව (Pill shape) */
    border-radius: 50px; 
    
    /* ඇතුළත සුදු පාට Border එක */
    border: 1px solid #ffffff; 
    
    /* පිටතින් පෙනෙන කළු පාට රේඛාව (Double border effect) */
    outline: 1.5px solid #1a1a1a; 
    outline-offset: 1.5px; /* Border දෙක අතර පරතරය */
    
    margin-left: 10px;
    cursor: default;
}

.plus-sign {
    font-size: 12px;
    margin-right: 4px;
    font-weight: 400;
}
.best-titale{
	font-size: 25px;
	text-transform: uppercase;
}
/* Newsletter පසුබිම */
.newsletter-section {
    background-color: #f5f5f5; /* ලා අළු පැහැය */
}

/* Footer අකුරු සහ Links */
.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.3s;
}

.footer-links a:hover {
    opacity: 0.7;
}

/* දකුණු පස ඇති බොත්තම් */
.footer-action-btn {
    width: 220px;
    font-size: 12px;
    font-weight: 800;
    padding: 10px;
    border: none;
    text-align: center;
}

.bg-black {
    background-color: #000000 !important;
}

.social-icons i {
    font-size: 20px;
    cursor: pointer;
}
.newsletter-section{
	background: #ececec;
}
.light-ash{
	background:rgb(66 64 64) !important;
}
.padding-bottom-3rem{
	padding-top: 3rem;
	padding-bottom: 10px;
}
.home-page-emil-btn{
	width: 150px;
    height: 60px;
}
    /* Product View Styles */
        .main-product-img-wrap {
            position: sticky;
            top: 100px;
            overflow: hidden;
            border-radius: 4px;
        }
        .thumb-img {
            width: 100%;
            aspect-ratio: 1/1.2;
            object-fit: cover;
            cursor: pointer;
            border: 2px solid transparent;
            transition: 0.3s;
        }
        .thumb-img.active { border-color: #000; }
        
        .view-size-box {
            width: 45px;
            height: 40px;
            border: 1px solid #ddd;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 13px;
            font-weight: 700;
            transition: 0.2s;
        }
        .view-size-box:hover, .view-size-box.active {
            border-color: #000;
            background: #f8f9fa;
        }
        .size-disabled {
            color: #ccc;
            text-decoration: line-through;
            cursor: not-allowed;
            border-color: #eee;
        }
        .color-circle {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 2px solid #fff;
            box-shadow: 0 0 0 1px #ddd;
            cursor: pointer;
        }
        .color-circle.active { box-shadow: 0 0 0 2px #000; }
        
        /* Mobile Adjustments */
        @media (max-width: 768px) {
            .main-product-img-wrap { position: relative; top: 0; margin-bottom: 20px; }
            .thumb-list { order: 2; flex-direction: row !important; }
            .thumb-img { width: 70px; }
        }
.padding-top{
	padding-top: 1.5rem !important;
}
    /* Number input එකේ අයිනේ තියෙන arrows අයින් කිරීමට */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.size-btn {
        min-width: 50px;
        font-weight: 600;
        transition: 0.3s;
    }
    
    .size-btn:hover {
        background-color: #f8f9fa;
    }

    /* Modal එක ඇතුලේ table එක පිරිසිදුව පෙන්වීමට */
    .modal-content {
        border-radius: 15px;
    }

    .size-badge {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #ddd;
        font-size: 10px;
        margin-right: 2px;
        background: #fff;
        color: #000;
        border-radius: 4px;
        text-transform: uppercase;
        font-weight: bold;
    }

    /* ස්ටොක් නොමැති size සඳහා හරස් ඉර */
    .size-out {
        position: relative;
        color: #ccc;
        border-color: #eee;
        background: #f9f9f9;
        cursor: not-allowed;
    }

    .size-out::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #ff0000; /* රතු පැහැති හරස් ඉර */
        transform: rotate(-45deg);
    }
/* රූපය Zoom වීමේ Effect එක */
.cat-card:hover .cat-img {
    transform: scale(1.1);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cat-img {
    transition: transform 0.6s ease;
}

/* Hover කළ විට මැදින් මතුවන අඳුරු ස්ථරය */
.cat-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* කළු පැහැය */
    opacity: 0; /* මුලින් නොපෙනේ */
    z-index: 3;
    transition: opacity 0.4s ease;
}

.cat-card:hover .cat-content-overlay {
    opacity: 1; /* Hover කළ විට පෙනේ */
}

/* Icon එකේ සැකසුම */
.hover-icon {
    font-size: 45px;
    color: #fff;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.cat-card:hover .hover-icon {
    transform: translateY(0);
}

/* Category නම (MENS/WOMENS) Hover කළ විට තරමක් ඉහළට යාම */
.cat-title {
    transition: transform 0.4s ease;
}

.cat-card:hover .cat-title {
    transform: translateY(-15px);
}
.product-card {
    transition: transform 0.3s ease;
}
.product-card:hover {
    transform: translateY(-5px);
}
.product-card img {
    transition: opacity 0.3s ease;
}
.product-card:hover img {
    opacity: 0.9;
}
/* Related Product Hover Animation */
.related-card {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.related-img {
    height: 380px;
    object-fit: cover;
    transition: transform 0.6s ease;
}
/* Radio button එක සැඟවීමට */
.btn-check { display: none; }

/* Size button එකේ පෙනුම */
.size-btn-box {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    cursor: pointer;
    font-weight: bold;
    transition: 0.2s;
}

/* Mouse එක ගෙන ගිය විට */
.size-btn-box:hover { background-color: #f8f8f8; }

/* Button එක select කළ විට කළු පැහැ වීම */
.btn-check:checked + .size-btn-box {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000;
}

/* Stock නැති විට පෙනුම */
.btn-check:disabled + .size-btn-box {
    opacity: 0.3;
    text-decoration: line-through;
    cursor: not-allowed;
}

.related-card:hover .related-img {
    transform: scale(1.05);
}

.related-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 40%);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
}

.related-card:hover .related-overlay {
    opacity: 1;
}

/* Size Boxes Styling */
.size-container span {
    transition: all 0.2s;
    display: inline-block;
}

.size-container span:hover {
    background-color: #000 !important;
    color: #fff !important;
}

/* Animations using Animate.css (optional but recommended) */
.animate__fadeInUp {
    animation: fadeInUp 0.4s both;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .related-img { height: 250px; }
    .related-overlay { display: none; } /* Mobile වලදී hover එක කරදරයක් නිසා අයින් කරන්න */
}
/* Size Guide Link Hover Effect */
[data-bs-target="#sizeGuideModal"] {
    transition: 0.3s;
    font-weight: 500;
}
[data-bs-target="#sizeGuideModal"]:hover {
    color: #000 !important;
}

/* Modal Table Styling */
.modal-content table thead {
    background-color: #000;
}
.modal-content table th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 15px;
}
.modal-content table td {
    padding: 12px;
    font-size: 0.95rem;
}
.view-details{
	background: #fff;
    border-radius: 20px;
	Padding:20px;
}
.every-day{
	font-weight: 700;
	font-size: 48px;
}
.cart-btn-overlay {
    position: absolute;
    /* top: 66%; */
    bottom: -48px !important;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    transition: var(--transition);
    width: 80%;
}
.logo-f{
	width: 100%;
	text-align: right;
}
.lead{
	font-weight: 600!important;
}
.search-header {
    background: #000;
    color: white;
    padding: 60px 0;
    margin-bottom: 40px;
}
.faq-header{
	background: #ededed;
}
.fql-style{
line-height: 35px;
}
.fql-style h4{
	font-weight: 600;
    font-size: 20px;
    letter-spacing: 0px;
}
.filter-box{
	background: #ffffff;
    padding: 20px;
}
.contact-header {
    padding: 60px 0;
    background: #000;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 40px;
    background-color: #000;
    color: #FFF;
    border-radius: 50px;
    padding: 10px 20px; /* පළල වැඩි කර නම සඳහා ඉඩ ලබා දීම */
    display: flex;
    align-items: center;
    gap: 10px; /* Icon එක සහ අකුරු අතර පරතරය */
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    z-index: 1000;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif; /* පිරිසිදු පෙනුමක් ලබා දීමට */
}

.whatsapp-float:hover {
    background-color: #1D1D1D!important;
    color: #fff;
	transform: translateY(-5px); /* මදක් ඉහළට එසවීම */
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.chat-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.whatsapp-float i {
    font-size: 24px;
}

/* Mobile වලදී නම ඉවත් කර Icon එක පමණක් පෙන්වීමට අවශ්‍ය නම් (Optional) */
@media screen and (max-width: 768px) {
    .chat-label {
        display: none;
    }
    .whatsapp-float {
        padding: 15px;
        border-radius: 50%;
    }
}
/* Hover effect එක */
.nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0;
}

/* Dropdown menu එකේ පෙනුම */
.dropdown-menu {
    border-radius: unset !important;
    border: #000 1px solid !important;
    background: #000 !important;
    color: #fff !important;
    display: none;
    position: absolute;
    left: 0;
    
    /* Pallaheta ganna transform eka ain karala padding danna */
    margin-top: 0 !important; 
    padding-top: 20px !important; /* Gap eka wage penna padding eka danna */
    
    /* Background eka padding ekata yanne nathi wenna meka aniwaren danna */
    background-clip: content-box; 
    border: none !important; /* Border eka ain karamu nathi nam udata border ekak enawa */
}

.dropdown-item:hover {
    background-color:unset!important;
    color: #000;
}
.dropdown-item{
	color: #fff !important;
}
.dropdown-toggle::after{
	display: none!important;
}

/* Dropdown eka lassanata position karamu */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    /* Margin eka ain karala transform eken pallaheta gammu */
    margin-top: 0 !important; 
    transform: translateY(10px); /* Pallaheta ena pramanaya methanin wenas karanna */
    transition: all 0.3s ease;
}

/* Dropdown eka athule thiyena links wala pata */
.dropdown-menu .dropdown-item {
    color: #fff !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #333 !important;
}
.dropdown-menu::before {
   content: "";
    position: absolute;
    top: -25px; /* Transform eka 20px nisa, meka -25px wage danna gap eka cover wenna */
    left: 0;
    width: 100%;
    height: 30px; /* Gap eka bridge karana invisible box eka */
    background: transparent; /* Penne nathi bridge ekak */
}

/* Hover karama penna ganna */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    margin-top: 5px !important; /* Meka 20px idan 5px wage adu karanna banner ekata lagatama enna */
}

.dropdown-menu::before {
    top: -10px; /* Margin eka adu karana nisa meka -10px wage wenas karanna */
    height: 10px;
}
.nav-item.dropdown {
    position: relative;
}


.py-5-top{
    padding-top: 3rem !important;
}
.hero-section {
    /* PHP eken ena image eka methanata set wenawa */
    height: 70vh;
    background-size: cover;
    background-position: center;
    display: flex;
    font-weight: 700 !important;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    transition: background 1s ease-in-out; /* Image maru weddi lassanata wenna */
}

.every-day {
    font-size: 4rem;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
    .every-day { font-size: 2.5rem; }
}
.hero-section h1{
	font-size: 3.5rem;
}
.description-list li{
	font-size: 14px;
}
/* Table Header එක Dark grey/black කිරීමට */
.custom-size-table thead {
    background-color: #2c2e33; /* රූපයේ ඇති පරිදි තද අළු පැහැය */
    color: #ffffff;
}

.custom-size-table th {
    font-weight: 600;
    padding: 15px !important;
    border: none;
    text-transform: capitalize;
}

/* Table එකේ අනෙක් කොටස් වල style එක */
.custom-size-table td {
    padding: 12px !important;
    border-bottom: 1px solid #dee2e6;
    color: #444;
}

/* Modal එකේ Border radius එක වැඩි කිරීමට (Optional) */
.modal-content {
    border-radius: 12px;
    border: none;
}

.modal-header {
    border-bottom: 1px solid #f0f0f0;
}
/* Header එකේ හිස් columns තිබුණොත් ඒවා පාලනය කිරීමට */
.custom-size-table thead th:empty {
    display: none;
}

/* Table එකේ width එක හරියටම පවත්වා ගැනීමට */
.custom-size-table {
    width: 100% !important;
    border-collapse: collapse;
}
.offcanvas-backdrop{
	background: unset !important;
}
.mobile-serching-icon{
	margin-top: 5px !important;
}



/* Side Cart Container */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px; /* Arambaye hanganna */
    width: 420px;
    height: 100vh;
    background: #ffffff;
    box-shadow: -5px 0 15px rgba(0,0,0,0.2);
    transition: 0.4s ease;
    z-index: 10000;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

/* Cart eka open unama */
.cart-sidebar.open {
    right: 0;
}

/* Close button style */
.close-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    align-self: flex-end;
}

/* Items list eka */
#cart-items-container {
    flex-grow: 1;
    overflow-y: auto;
    margin-top: 20px;
}

/* Checkout Button */
.btn-checkout {
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    margin-top: 10px;
    font-weight: bold;
}




/* Side Cart Design */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -100%; /* Mulinma hide karanna */
    width: 350px;
    height: 100vh;
    background: white;
    box-shadow: -5px 0 15px rgba(0,0,0,0.3);
    z-index: 9999; /* Anith okkotama wada udin thiyenna */
    transition: 0.5s ease;
    padding: 20px;
}

/* Side cart eka open unama apply wana class eka */
.cart-sidebar.active {
    right: 0;
}
/* Right Side Search Bar */
.search-sidebar {
    position: fixed;
    top: 0;
    right: -380px;
    width: 380px;
    height: 100vh;
    background: #fff;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    z-index: 10001;
    transition: 0.3s ease-in-out;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.search-sidebar.active {
    right: 0;
}
.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
}
.search-overlay.active {
    display: block;
}
.search-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.search-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 40px;
    padding: 8px 15px;
    background: #f8f9fa;
}
.search-input-wrapper i {
    font-size: 1.2rem;
    color: #999;
    margin-right: 10px;
}
.search-input {
    border: none;
    background: transparent;
    width: 100%;
    outline: none;
    font-size: 1rem;
}
.search-results-list .result-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    transition: 0.2s;
    text-decoration: none;
    color: #000;
}
.search-results-list .result-item:hover {
    background: #f8f9fa;
}
.result-img {
    width: 50px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}
.result-info h6 {
    font-size: 0.85rem;
    margin-bottom: 3px;
}
.result-info .price {
    font-size: 0.8rem;
    color: #d90429;
    font-weight: 600;
}
.popular-searches a {
    text-decoration: none;
    background: #f0f0f0;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.8rem;
    color: #333;
    transition: 0.2s;
}
.popular-searches a:hover {
    background: #000;
    color: #fff;
}