@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 20%;
    display: inline-block;
}

.woocommerce div.product div.images img {
	padding: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-toggle {
	border: 0px;
}

#hero .row {
	justify-content: start;
	align-content: center;
}

.category-item .overlay, .category-item a {
	border-radius: 8px;
}

.navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
}

.video-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
}

.bg-video {
    height: 100%;
    min-width: 100%;
	width: 100%;
    overflow-y: hidden;
    z-index: -999;
    object-fit: cover;
}

video {
	position: absolute;
}

footer {
	background-color: #f6f6f6;
	color: #000;
	margin-top: 55px;
    padding: 45px 0 55px;
}

footer h4 {
	line-height: 30px;
}

footer ul {
	list-style: none;
	padding: 0px;
	padding-top: 15px;
}

footer ul li {
	padding-bottom: 10px;
}

footer ul.social {
	display: flex;
	gap: 10px;
}

footer ul.social li svg {
	font-size: 24px;
}

footer hr {
	width: 100%;
	border: 1px solid #ccc;
}

.search-bar-container {
    display: none;
    position: absolute;
    top: 100%; /* Below the nav menu */
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.search-bar-container.showSearch {
    display: block;
}


.nav .dropdown-toggle::after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    margin-left: 5px;
    font-size: 10px;
    line-height: 10px;
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
}

.dropdown-menu li {
	width: 100%;
}

a {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#hero {
	height: 500px;
	padding:0px;
	display: flex;
    align-items: center;
	position: relative;
	width: 100%;
}

.search-field {
	padding: 8px 15px;
	border: 1px solid #333;
	width: 90%;
}

.price {
	color: #000 !important;
	font-weight: 700;
}

button, .woocommerce div.product form.cart .button {
	text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 9px 15px;
    background-color: #000;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: normal;
    font-size: 13px;
}

@media(max-width:768px) {
	footer .col-md-6 {
		width: 100%;
	}
	.mobile-100p {
		width: 100%;
		padding: 0px 10px;
	}
	.desktop {
		display: none;
	}
}

#hero h1 {
	font-size: 38px;
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
	line-height: 48px;
	color: #fff;
}

#hero h2 {
	font-size: 18px;
	line-height: 32px;
    font-weight: 400;
	color: #fff;
}

@media(min-width:768px) {
	#hero h1 {
		font-size: 58px;
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
		line-height: 68px;
		color: #fff;
	}

	#hero h2 {
		font-size: 22px;
		line-height: 32px;
		font-weight: 400;
		color: #fff;
	}
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
}

/* Header Container */
#masthead {
    background-color: #f8f9fa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Logo Section */

.navbar {
    position: relative;
    min-height: 100px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-header {
    text-align: left;
}

.navbar-header .custom-logo {
    max-height: 100px;
	width: auto;
}

.navbar-brand {
	height: 100px;
	padding: 0px;
}

.align-items-center {
	align-items: center;
}

/* Centered Menu */
.navbar-nav {
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.navbar-nav li {
    display: inline-block;
}

.navbar-nav li a {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 15px;
    transition: color 0.3s;
}

.navbar-nav li a:hover {
    color: #007bff; /* Highlight color */
}

/* Icons Section */
.navbar-nav.icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav.icons li {
    display: inline-block;
    margin-left: 15px;
}

.navbar-nav.icons li a {
    color: #333;
    font-size: 20px;
    transition: color 0.3s;
}

.navbar-nav.icons li a:hover {
    color: #007bff; /* Highlight color */
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color:transparent;
	border:0px;
	color: #000;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .navbar-header {
        text-align: center;
    }

    .navbar-nav {
        float: none;
        display: block;
        text-align: center;
    }

    .navbar-nav.icons {
        text-align: center;
        margin-top: 10px;
    }
	
	.navbar-nav li {
		display: inline-block;
		width: 100%;
		text-align: left;
	}
}

section {
	padding-top: 50px;
	padding-bottom: 50px;
}

#home-section h2 {
    font-size: 1.66667em;
    text-transform: uppercase;
    letter-spacing: .1em;
	text-align: center;
	font-weight: 400;
	padding-bottom: 25px;
}

/* Featured Collection Section */
.product-item {
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease;
	border-radius: 8px;
}

.product-item a {
	border-radius: 8px;
}

.product-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.product-item h3 {
    font-size: 2rem;
    margin-top: 10px;
	color: #000;
}

.product-item p {
    font-size: 1.5rem;
    color: #000;
    margin-top: 5px;
}

.product-item:hover img {
    transform: scale(1.05);
}

.btn-primary {
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 8px 15px;
    background-color: #000;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: normal;
    font-size: 13px;
}

.btn-primary:hover {
    background-color: #0056b3;
}

/* Categories Section */


/* Grid Layout for Categories */
.category-item {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 300px;
}

.category-item a {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
}

.category-item a:hover {
	text-decoration: none;
}

.category-item h3 {
	z-index: 3;
	text-align: center;
}

.category-item:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  #home-section h2 {
    font-size: 2rem;
  }
}



/* Grid Layout */
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#home-section .col-md-3 {
    width: 22%;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    #home-section .col-md-3 {
        width: 48%;
    }
}

@media (max-width: 576px) {
    #home-section .col-md-3 {
        width: 100%;
    }
}

