html,
body {
    overflow-x: hidden;
    width: 100%;
	height: 100%;
	font-family: "Nunito Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Nunito Sans", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}
/*------------------------
	Top Offer Banner 
---------------------------*/
.top-offer-banner {
    background: #000000;
    color: #ffffff;
    padding: 8px 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
	z-index: 1001;
	 position: relative;
}

.top-offer-banner p {
    margin: 0;
    color: #ffffff;
}
p {
	font-size: 12px;
	font-family: "Nunito Sans", sans-serif;
	color: #3d3d3d;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 45px;
	text-align: center;
}

.section-title span {
	color: #84648d;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	display: block;
}

.section-title h2 {
	color: #111111;
	font-weight: 700;
	line-height: 46px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 30px;
	color: #ffffff;
	background: #84648d;
	letter-spacing: 4px;
}

.site-btn {
	font-size: 14px;
	color: #ffffff;
	background: #111111;
	font-weight: 700;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 30px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}

.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: 0 0;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*---------------------
  Header
-----------------------*/

.header {
    background: #ffffff;
    position: relative;
    z-index: 999;
    height:40px;
    padding: 0; /* Reduced from 10px */
    width: 100%;
}


.header__top {
	display: none;
}
.header__top__left,
.header__top__right,
.header__top__links,
.header__top__hover {
    display: none;
}
.header__top__left p {
	color: #000000;
	margin-bottom: 0;
}

.header__top__right {
	text-align: right;
}

.header__top__links {
	display: inline-block;
	margin-right: 25px;
}

.header__top__links a {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-right: 28px;
	display: inline-block;
}

.header__top__links a:last-child {
	margin-right: 0;
}

.header__top__hover {
	display: inline-block;
	position: relative;
}

.header__top__hover:hover ul {
	top: 24px;
	opacity: 1;
	visibility: visible;
}

.header__top__hover span {
	color: #000000;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	cursor: pointer;
}

.header__top__hover span i {
	font-size: 20px;
	position: relative;
	top: 3px;
	right: 2px;
}

.header__top__hover ul {
	/*background: #ffffff;*/
	background: #000000;
	display: inline-block;
	padding: 2px 0;
	position: absolute;
	left: 0;
	top: 44px;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__top__hover ul li {
	list-style: none;
	font-size: 13px;
	color: #111111;
	padding: 2px 15px;
	cursor: pointer;
}

.header__logo {
	padding: 5px 0;
	height: 60px;
	width:70px;
}

.header__logo img{
	height: 50px;
	width: 80px;
}

.header__logo a {
	display: inline-block;
}

.header__menu {
	text-align: center;
	padding: 0;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
	position: relative;
}

.header__menu ul li a {
    font-size: 13px;
    padding: 5px 0; 
	 font-weight: 500; 
}

.header__menu ul li.active a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover .dropdown {
	top: 32px;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 56px;
	width: 150px;
	background: #111111;
	text-align: left;
	padding: 5px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.header__menu ul li .dropdown li a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	padding: 5px 20px;
	text-transform: capitalize;
}

.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	font-size: 16px;
	color: #000000;
	display: block;
	font-weight: 600;
	position: relative;
	padding: 3px 0;
}
.header__search {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.header__search form {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    width: 150px;
    height: 35px;
    padding: 0 40px 0 15px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    font-size: 12px;
    transition: all 0.3s ease;
    background: #ffffff;
    box-sizing: border-box;
}

.header .row {
    align-items: center;
    min-height: 35px; 
	margin: 0;
	margin-top: 15px;
}
.container {
    max-width: 100%;
}
.header .container {
    padding-top: 0;
    padding-bottom: 0;
}
.hero, .banner, .product, .moving-banner, .about-business, .mission-vision {
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}
.search-input:focus {
    width: 200px;
    border-color: #84648d;
    outline: none;
}

.search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
     z-index: 2;
}

.search-btn img {
    width: 16px;
    height: 16px;
}

/* Mobile search icon - hidden on desktop */
.search-icon-mobile {
    display: none;
    background: none;
    border: none;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
    padding: 8px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
     z-index: 2;
}

/* Hide the existing search model since we now have visible search */
.search-model {
    display: none;
}
.header__menu ul li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #84648d;
    content: "";
    transition: all, 0.5s;
    transform: scale(0);
}
.header.sticky {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header.sticky .header__menu ul li a {
    color: #111111;
}
.header__nav__option {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header__nav__option a {
	display: inline-block;
	margin-right: 26px;
	position: relative;
}

.header__nav__option a span {
	color: #0d0d0d;
	font-size: 11px;
	position: absolute;
	left: 5px;
	top: 8px;
}
.cart-icon {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.cart-icon:hover {
    background-color: #f5f5f5;
}

.cart-icon i {
    font-size: 18px;
    color: #111111;
}
.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #84648d;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.header__nav__option a:last-child {
	margin-right: 0;
}

.header__nav__option .price {
	font-size: 15px;
	color: #111111;
	font-weight: 700;
	display: inline-block;
	margin-left: -20px;
	position: relative;
	top: 3px;
}

.offcanvas-menu-wrapper {
	display: none;
}

.canvas__open {
	display: none;
}
@media (max-width: 767px) {
    .offcanvas-menu-wrapper {
        width: 100vw;
        right: -100vw;
        max-width: 300px;
    }
    .header .container {
        padding: 0 15px;
        position: relative;
        height: 40px;
        margin-top: 0 !important;
    }
    .cart-sidebar {
        width: 100vw;
        right: -100vw;
        max-width: none;
    }
    
    
    .header .row {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        min-height: 40px;
        margin: 0 !important;
        flex-wrap: nowrap;
        width: 100%;
        position: relative;
        height: 40px;
    }
    
    /* Logo - Left */
    .header .col-lg-3.col-md-3:first-child {
        flex: 0 0 auto;
        order: 1;
        width: auto;
        display: flex !important;
        align-items: center;
        position: absolute;
        left: 5px !important;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
    }
    
    .header__logo {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        height: 60px;
    }
    
    .header__logo img {
        height: 35px;
        width: auto;
        max-width: 80px;
    }
    
    /* Hide desktop menu */
    .header .col-lg-6.col-md-6 {
        display: none !important;
    }
    
    /* Search and Cart Container - ABSOLUTE POSITIONING */
    .header .col-lg-3.col-md-3:last-child {
        position: absolute;
        left: 140px !important; /* Adjust this value to move closer/further from logo */
        top: 50%;
        transform: translateY(-50%);
        display: flex !important;
        align-items: center;
        z-index: 5;
        margin: 0;
        padding: 0;
    }
    
    .header__nav__option {
        display: flex !important;
        align-items: center;
        gap: 20px;
        margin: 0;
        padding: 0;
    }
    
    /* Search styling */
    .header__search {
        margin-right: 0;
        display: flex;
        align-items: center;
        position: relative;
    }
    
    .search-input {
        display: none !important;
        width: 150px;
        height: 35px;
        background: white;
        border: 1px solid #e5e5e5;
        border-radius: 20px;
        padding: 0 15px;
        font-size: 14px;
        transition: all 0.3s ease;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        box-sizing: border-box;
    }
    
    .search-icon-mobile {
        display: flex;
    }
    
    /* Cart icon */
    .cart-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex-shrink: 0;
    }
    
    .cart-count {
        position: absolute;
        top: -5px;
        right: -5px;
        background: #84648d;
        color: white;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }
    
    /* Hamburger menu - Right (ABSOLUTE POSITIONING) */
    .canvas__open {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #111111;
        background: none;
        border: none;
        padding: 8px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        z-index: 10;
    }
     .search-expanded {
        position: relative;
        background: #ffffff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden !important;
    }
    
    /* Search expanded state */
    .search-expanded .header__logo,
    .search-expanded .canvas__open,
    .search-expanded .cart-icon {
       visibility: hidden !important; /* Use visibility instead of display */
        opacity: 0 !important;
        transition: opacity 0.3s ease;
    }
    
    .search-expanded .header__logo,
    .search-expanded .canvas__open,
    .search-expanded .cart-icon {
        visibility: visible !important;
        opacity: 1 !important;
        transition: all 0.3s ease;
    }
    
    .search-expanded .header__nav__option {
        width: 100% !important;
        justify-content: flex-end !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .search-expanded .header__search {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        position: relative !important;
        margin: 0 !important;
        padding: 0 10px;
    }
    
    .search-expanded .search-input {
        display: block !important;
        width: 100% !important;
        max-width: 400px !important;
        height: 40px !important;
        font-size: 16px !important;
        padding: 0 50px 0 20px !important;
        border: 2px solid #84648d !important;
        border-radius: 25px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
        background: white !important;
        position: static !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
        right: auto !important;
    }
    
    .search-expanded .search-icon-mobile {
        position: absolute !important;
        right: 20px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        background: #84648d !important;
        color: white !important;
        border-radius: 50% !important;
        width: 32px !important;
        height: 32px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 10 !important;
    }
    
    /* Hide the original column structure */
    .header .col-lg-3.col-md-3 {
        display: flex;
        align-items: center;
        height: 60px;
    }
    
    .header {
        transition: none !important;
    }
    
    .search-expanded .header {
        height: 40px !important;
        margin-top: 0 !important;
    }
    
     /* Ensure header maintains its structure */
    .search-expanded .header .container {
        position: relative;
         max-width: 100%;
        overflow: hidden;
    }
    
    .search-expanded .header__logo {
        display: none !important;
    }
    
    .search-expanded .canvas__open {
        display: none !important;
    }
    
    .search-expanded .cart-icon {
        display: none !important;
    }
    
    .search-expanded .header__nav__option {
        width: 100% !important;
        justify-content: center !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .search-expanded .header__search {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        position: relative !important;
        margin: 0 !important;
        padding: 0;
    }
    
    .search-expanded .search-input {
        display: block !important;
        width: 100% !important;
        max-width: calc(100% - 80px) !important;
        height: 40px !important;
        font-size: 16px !important;
        padding: 0 50px 0 20px !important;
        border: 2px solid #84648d !important;
        border-radius: 25px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
        background: white !important;
        position: static !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        margin: 0 auto !important;
    }
    
    .search-expanded .search-icon-mobile {
        position: absolute !important;
        right: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        background: #84648d !important;
        color: white !important;
        border-radius: 50% !important;
        width: 32px !important;
        height: 32px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 10 !important;
    }
    
    /* Ensure no horizontal scroll */
    .search-expanded body,
    .search-expanded html {
        overflow-x: hidden !important;
        width: 100% !important;
        position: relative !important;
    }
    
    .search-expanded .header {
        overflow: hidden !important;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .search-expanded .search-input {
        width: 95% !important;
        max-width: 450px !important;
    }
}

@media (max-width: 480px) {
    .search-expanded .search-input {
        width: 100% !important;
        max-width: 350px !important;
        height: 38px !important;
        padding: 0 45px 0 15px !important;
    }
    
    .search-expanded .search-icon-mobile {
        right: 15px !important;
        width: 30px !important;
        height: 30px !important;
    }
}
/*---------------------
  Hero
-----------------------*/
.hero {
    position: relative;
	  margin-top: 0;
}
/*.hero__slider.owl-carousel .owl-item.active .hero__text h6 {
	top: 0;
	opacity: 1;
}*/

.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
	top: 0;
	opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text p {
	top: 0;
	opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
	top: 0;
	opacity: 1;
}


.hero__items {
    height:650px;
    position: relative;
	 padding-top: 45px;
}
.hero, .banner, .product, .moving-banner, .about-business, .mission-vision {
    margin-top: 20px;
}
/*.hero__text h6 {
	color: #e53637;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 28px;
	position: relative;
	top: 200px;
	opacity: 0;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}
*/
.hero__text h2 {
    color: white;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 20px; /* Reduced from 30px */
    position: relative;
    top: 0; /* Changed from 100px */
    opacity: 0;
    -webkit-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
}

.hero__text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px; /* Reduced from 35px */
    position: relative;
    top: 0; /* Changed from 230px */
    opacity: 0;
    -webkit-transition: all, 0.9s;
    -o-transition: all, 0.9s;
    transition: all, 0.9s;
}

.hero__items {
    padding-top: 80px; 
}

.hero__text {
    margin-top: 30px; 
}

.hero__text .primary-btn {
    position: relative;
    top: 0; /* Changed from 260px */
    opacity: 0;
    -webkit-transition: all, 1.1s;
    -o-transition: all, 1.1s;
    transition: all, 1.1s;
}


.hero {
    padding-top: 20px;
}
.hero__text .primary-btn {
	position: relative;
	top: 460px;
	opacity: 0;
	-webkit-transition: all, 1.1s;
	-o-transition: all, 1.1s;
	transition: all, 1.1s;
}

.hero__text .primary-btn span {
	font-size: 20px;
	position: relative;
	top: 4px;
	font-weight: 700;
}

.hero__social {
	margin-top: 190px;
}

.hero__social a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	margin-right: 32px;
}

.hero__social a:last-child {
	margin-right: 0;
}

/*---------------------
  Banner
-----------------------*/

.banner__item {
    text-align: center;
    margin-bottom: 30px;
}

.banner__item:hover .banner__item__text a:after {
	width: 40px;
	background: #84648d;
}

.banner__item.banner__item--middle {
	margin-top: -75px;
}

.banner__item.banner__item--middle .banner__item__pic {
	float: none;
}

.banner__item.banner__item--middle .banner__item__text {
	position: relative;
	top: 0;
	left: 0;
	max-width: 100%;
	padding-top: 22px;
}

.banner__item.banner__item--last {
	margin-top: 100px;
}

.banner__item__pic {
	 margin-bottom: 20px;
}

.banner__item__text {
	max-width: 300px;
	position: absolute;
	left: 0;
	right: 0;
	top: 140px;
	margin: 0 auto;
}

.banner__item__pic img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.banner__item__text h2 {
    color: #111111;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}
.banner__item__text a {
    display: inline-block;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 3px 0;
    position: relative;
}

.banner__item__text a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #111111;
    content: "";
    transition: all, 0.3s;
}
.banner__item__text a:hover:after {
    width: 40px;
    background: #84648d;
}

.banner__item--middle,
.banner__item--last {
    margin-top: 0;
}

/*---------------------
  Categories
-----------------------*/

.categories {
	background: #f3f2ee;
	overflow: hidden;
	padding-top: 150px;
	padding-bottom: 125px;
}

.categories__text {
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

.categories__text:before {
	position: absolute;
	left: -485px;
	top: 0;
	height: 300px;
	width: 600px;
	background: #ffffff;
	z-index: -1;
	content: "";
}

.categories__text h2 {
	color: #b7b7b7;
	line-height: 72px;
	font-size: 34px;
}

.categories__text h2 span {
	font-weight: 700;
	color: #111111;
}

.categories__hot__deal {
	position: relative;
	z-index: 5;
}

.categories__hot__deal img {
	min-width: 100%;
}

.hot__deal__sticker {
	height: 100px;
	width: 100px;
	background: #111111;
	border-radius: 50%;
	padding-top: 22px;
	text-align: center;
	position: absolute;
	right: 0;
	top: -36px;
}

.hot__deal__sticker span {
	display: block;
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 4px;
}

.hot__deal__sticker h5 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
}

.categories__deal__countdown span {
	color: #84648d;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	display: block;
}

.categories__deal__countdown h2 {
	color: #111111;
	font-weight: 700;
	line-height: 46px;
	margin-bottom: 25px;
}

.categories__deal__countdown .categories__deal__countdown__timer {
	margin-bottom: 20px;
	overflow: hidden;
	margin-left: -30px;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item {
	width: 25%;
	float: left;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item:after {
	position: absolute;
	right: 0;
	top: 7px;
	content: ":";
	font-size: 24px;
	font-weight: 700;
	color: #3d3d3d;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item:last-child:after {
	display: none;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item span {
	color: #111111;
	font-weight: 700;
	display: block;
	font-size: 36px;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item p {
	margin-bottom: 0;
}

/*-----------------------
 Moving Text Banner Styles 
-------------------------*/
.moving-banner {
    padding: 80px 0;
}

.moving-banner__container {
    position: relative;
    overflow: hidden;
}

.moving-banner__image {
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
	background-attachment: fixed;
}

.moving-banner__text-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.moving-banner__text {
    position: absolute;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
	top:50%;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    animation: moveText 20s linear infinite;
}

/* Text moving animation */
@keyframes moveText {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Pause animation on hover */
.moving-banner__text-wrapper:hover .moving-banner__text {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .moving-banner__text {
        font-size: 36px;
        letter-spacing: 2px;
    }
    
    .moving-banner__image {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .moving-banner__text {
        font-size: 24px;
        letter-spacing: 1px;
    }
    
    .moving-banner__image {
        height: 200px;
    }
}

/*---------------------
  About Business Section
-----------------------*/

.about-business {
    background: #f8f9fa;
}

.about-business__text {
    text-align: center;
    margin-bottom: 60px;
}

.about-business__text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #3d3d3d;
}

.about-business__item {
    text-align: center;
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.about-business__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.about-business__icon {
    width: 80px;
    height: 80px;
    background: #e53637;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.about-business__item:hover .about-business__icon {
    background: #111111;
    transform: scale(1.1);
}

.about-business__icon i {
    font-size: 36px;
    color: #ffffff;
}

.about-business__item h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111111;
}

.about-business__item p {
    font-size: 14px;
    line-height: 1.6;
    color: #3d3d3d;
    margin-bottom: 0;
}

/* Responsive styles */
@media (max-width: 768px) {
    .about-business__item {
        margin-bottom: 30px;
        padding: 30px 15px;
    }
    
    .about-business__icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    
    .about-business__icon i {
        font-size: 30px;
    }
}
/*---------------------
  Product
-----------------------*/

.product {
	padding-top: 0;
	padding-bottom: 60px;
}

.filter__controls {
	text-align: center;
	margin-bottom: 45px;
}

.filter__controls li {
	color: #b7b7b7;
	font-size: 24px;
	font-weight: 700;
	list-style: none;
	display: inline-block;
	margin-right: 88px;
	cursor: pointer;
}

.filter__controls li:last-child {
	margin-right: 0;
}

.filter__controls li.active {
	color: #111111;
}
.product__filter {
    margin: 0 -15px;
    overflow: hidden;
}
.product__item {
    position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.product__item.sale .product__item__pic .label {
	color: #ffffff;
	background: #111111;
}

.product__item.sale .product__item__text .rating i {
	color: #f7941d;
}

.product__item.sale .product__item__text .rating i:nth-last-child(1) {
	color: #b7b7b7;
}

.product__item:hover .product__item__pic .product__hover {
	right: 20px;
	opacity: 1;
}

.product__item:hover .product__item__text a {
	top: 22px;
	opacity: 1;
	visibility: visible;
}

.product__item:hover .product__item__text h6 {
	opacity: 0;
}

.product__item:hover .product__item__text .product__color__select {
	opacity: 1;
}

.product__item__pic {
	height: 260px;
	position: relative;
	background-position: center center;
}

.product__item__pic .label {
	color: #111111;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 15px 2px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 20px;
}

.product__item__pic .product__hover {
	position: absolute;
	right: -200px;
	top: 20px;
	-webkit-transition: all, 0.8s;
	-o-transition: all, 0.8s;
	transition: all, 0.8s;
}

.product__item__pic .product__hover li {
	list-style: none;
	margin-bottom: 10px;
	position: relative;
}

.product__item__pic .product__hover li:hover span {
	opacity: 1;
	visibility: visible;
}

.product__item__pic .product__hover li span {
	color: #ffffff;
	background: #111111;
	display: inline-block;
	padding: 4px 10px;
	font-size: 12px;
	position: absolute;
	left: -78px;
	top: 5px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product__item__pic .product__hover li span:after {
	position: absolute;
	right: -2px;
	top: 5px;
	height: 15px;
	width: 15px;
	background: #111111;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
}

.product__item__pic .product__hover li img {
	background: #ffffff;
	padding: 10px;
	display: inline-block;
}

.product__item__text {
	padding-top: 25px;
	position: relative;
	transition: all 0.3s ease;
	min-height: 140px;
}
.product__price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.product__description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    font-size: 12px;
    line-height: 1.4;
    color: #3d3d3d;
    padding: 5px 0;
    background: white;
    z-index: 2;
    height: 70px;
    display: flex;
    align-items: center;
}
.product__item__text .rating,
.product__item__text .product__price,
.product__item__text h5 {
    position: relative;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.product__item:hover .product__item__text .rating,
.product__item:hover .product__item__text .product__price,
.product__item:hover .product__item__text h5 {
    opacity: 1;
}

.product__item:hover .product__description {
    opacity: 1;
    visibility: visible;
}


.original-price {
    color: #b7b7b7;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
}

.discounted-price {
    color: #e53637;
    font-size: 18px;
    font-weight: 700;
}

.product__item__text h5 {
    color: #0d0d0d;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.product__item__text a {
	font-size: 15px;
	color: #e53637;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product__item__text h6 {
	color: #111111;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product__item__text .rating {
	margin-bottom: 6px;
}

.product__item__text .rating i {
	font-size: 14px;
	color: #b7b7b7;
	margin-right: -5px;
}

.product__item__text h5 {
	color: #0d0d0d;
	font-weight: 700;
}

.product__item__text .product__color__select {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product__item__text .product__color__select label {
	display: inline-block;
	height: 12px;
	width: 12px;
	background: #5e64d1;
	border-radius: 50%;
	margin-bottom: 0;
	margin-right: 5px;
	position: relative;
	cursor: pointer;
}
/*-----Product Colors-----*/
.product__item__text .product__color__select label.black {
	background: #000000;
}
.product__item__text .product__color__select label.diamond-blue {
	background: #BFE2F5;
}

.product__item__text .product__color__select label.queen-pink {
	background: #F2C9D9;
}

.product__item__text .product__color__select label.Artichoke {
	background: #97A486;
}

.product__item__text .product__color__select label.khaki {
	background: #B7AA97;
}

.product__item__text .product__color__select label.brown-bistre {
	background: #422414;
}

.product__item__text .product__color__select label.rifle-green {
	background: #424733;
}

.product__item__text .product__color__select label.jacarta-blue {
	background: #34314E;
}

.product__item__text .product__color__select label.bright-maroon-prink {
	background: #BE284B;
}

.product__item__text .product__color__select label.white {
	background: #ffffff;
}

.product__item__text .product__color__select label.active:after {
	opacity: 1;
}

.product__item__text .product__color__select label:after {
	position: absolute;
	left: -3px;
	top: -3px;
	height: 18px;
	width: 18px;
	border: 1px solid #b9b9b9;
	content: "";
	border-radius: 50%;
	opacity: 0;
}

.product__item__text .product__color__select label input {
	position: absolute;
	visibility: hidden;
}

/* Make product cards clickable with overlay */
.product__item {
    position: relative;
}
.product__link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
    text-decoration: none;
}


/* View Collection Button Styles */
.view-collection__btn {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}

.view-collection__btn .primary-btn {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 40px;
    color: #ffffff;
    background: #84648d;
    letter-spacing: 2px;
    border: 2px solid #84648d;
    transition: all 0.3s ease;
    display: inline-block;
}

.view-collection__btn .primary-btn:hover {
    background: transparent;
    color: #84648d;
    text-decoration: none;
}

.view-collection__btn .primary-btn span {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 8px;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.view-collection__btn .primary-btn:hover span {
    transform: translateX(5px);
}

/* 1. Fix Star Ratings — Make them filled */
.rating i.fa.fa-star {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #FFD700; /* Gold color */
}

/* 2. Hide Owl Carousel Navigation Arrows */
.hero__slider.owl-carousel .owl-nav {
    display: none !important;
}
.hero__slider.owl-carousel .owl-prev,
.hero__slider.owl-carousel .owl-next {
    display: none !important;
}
/* 3. Hover Tooltip for Product Descriptions */
.product__item {
    position: relative;
}
.product__tooltip {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    pointer-events: none;
    max-width: 90%;
    text-align: center;
    z-index: 10;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product__item:hover .product__tooltip {
    opacity: 1;
    visibility: visible;
}
.product-image-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-decoration: none;
    background: transparent;
}
.product__item__pic {
    position: relative;
}
.product__item {
    position: relative;
}
.product__link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    text-decoration: none;
    cursor: pointer;
}
/*---------------------
  mission - vision section
-----------------------*/

.mission-vision {
    padding: 100px 0;
    background: #ffffff;
}

.mission-vision__image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.mission-vision__image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mission-vision__image:hover img {
    transform: scale(1.03);
}

.mission-vision__content {
    padding-left: 50px;
}

.mission-vision__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
	opacity: 0;
    transform: translateX(-100px);
    transition: all 0.8s ease;
}

.mission-vision__icon {
    width: 60px;
    height: 60px;
    background: #84648d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.mission-vision__item:hover .mission-vision__icon {
    background: #111111;
    transform: scale(1.1);
}
.mission-vision__item:nth-child(2) {
    transform: translateX(100px);
}

.mission-vision__icon i {
    font-size: 24px;
    color: #ffffff;
}

.mission-vision__text h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111111;
}

.mission-vision__text p {
    font-size: 14px;
    line-height: 1.7;
    color: #3d3d3d;
    margin-bottom: 15px;
}

.mission-vision__text p:last-child {
    margin-bottom: 0;
}

.mission-vision__quote {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    border-left: 4px solid #84648d;
    margin-top: 30px;
    position: relative;
	opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease 0.4s;
}

.mission-vision__quote-icon {
    position: absolute;
    top: -20px;
    left: 30px;
    width: 40px;
    height: 40px;
    background: #84648d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-vision__quote-icon i {
    font-size: 18px;
    color: #ffffff;
}

.mission-vision__quote-text {
    padding-top: 10px;
}

.mission-vision__quote-text p {
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    color: #111111;
    margin-bottom: 15px;
    font-weight: 500;
}

.mission-vision__quote-text span {
    font-size: 14px;
    color: #84648d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mission-vision__item.animate {
    opacity: 1;
    transform: translateX(0);
}

.mission-vision__quote.animate {
    opacity: 1;
    transform: translateY(0);
}
/* Responsive styles */
@media (max-width: 991px) {
    .mission-vision__content {
        padding-left: 0;
        padding-top: 50px;
    }
    
    .mission-vision__image img {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .mission-vision__item {
        flex-direction: column;
        text-align: center;
    }
    
    .mission-vision__icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .mission-vision__image img {
        height: 300px;
    }
    
    .mission-vision__quote {
        padding: 25px 20px;
    }
    
    .mission-vision__quote-text p {
        font-size: 16px;
    }
}

/*---------------------
  Footer
-----------------------*/

.footer {
	background: linear-gradient(135deg, #9a9b9e 0%, #050307 100%);
	padding-top: 70px;
}

.footer__about {
	margin-bottom: 30px;
}

.footer__about .footer__logo {
    margin-bottom: 15px !important; /* Reduced from 30px */
    padding-top: 0 !important;
}

.footer__about .footer__logo a {
    display: inline-block;
}

/* Decrease logo size and ensure it's visible */
.footer .footer__about .footer__logo a img {
    height: 150px !important;
    width: 150px !important;
    display: block !important;
    object-fit: contain !important;
}
.footer__about p {
	color: #b7b7b7;
	margin-bottom: 30px;
}

.footer__widget {
	margin-bottom: 30px;
}

.footer__widget h6 {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.footer__widget ul li {
	line-height: 36px;
	list-style: none;
}

.footer__widget ul li a {
	color: #b7b7b7;
	font-size: 15px;
}

.footer__widget .footer__newslatter p {
	color: #b7b7b7;
}

.footer__widget .footer__newslatter form {
	position: relative;
}

.footer__widget .footer__newslatter form input {
	width: 100%;
	font-size: 15px;
	color: #b7b7b7;
	background: transparent;
	border: none;
	padding: 15px 0;
	border-bottom: 2px solid #ffffff;
}

.footer__widget .footer__newslatter form input::-webkit-input-placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::-moz-placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form input:-ms-input-placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::-ms-input-placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form button {
	color: #b7b7b7;
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 100%;
	background: transparent;
	border: none;
}

.footer__copyright__text {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
	margin-top: 40px;
}

.footer__copyright__text p {
	color: #b7b7b7;
	font-size: 10px;
	margin-bottom: 0;
}

.footer__copyright__text p i {
	color: #84648d;
}

.footer__copyright__text p a {
	color: #84648d;
}

/*---------------------
  About
-----------------------*/

.about {
	padding-bottom: 70px;
}

.about__pic {
	margin-bottom: 35px;
}

.about__pic img {
	min-width: 100%;
}

.about__item {
	margin-bottom: 30px;
}

.about__item h4 {
	color: #111111;
	font-weight: 700;
	margin-bottom: 10px;
}

.about__item p {
	margin-bottom: 0;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/



@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.categories__text h2 {
		font-size: 26px;
	}
	.header__menu ul li {
		margin-right: 38px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header__menu ul li {
		margin-right: 10px;
	}
	.header__nav__option a {
		margin-right: 10px;
	}
	.header__nav__option .price {
		margin-left: 0;
	}
	.banner__item.banner__item--middle {
		margin-top: 0;
	}
	.banner__item.banner__item--last {
		margin-top: 0;
	}
	.banner__item {
		margin-bottom: 40px;
	}
	.banner {
		padding-bottom: 60px;
	}
	.categories__text {
		margin-bottom: 40px;
	}
	.categories__hot__deal {
		margin-bottom: 40px;
	}
	.instagram__text {
		padding-top: 70px;
	}
}


@media only screen and (max-width: 767px) {
	/*.canvas__open {
		display: block;
		font-size: 22px;
		color: #111111;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #111111;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 25px;
	}*/
	.offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1001;
        display: none;
    }
    
    .offcanvas-menu-overlay.active {
        display: block;
    }
	/*.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}*/
	.offcanvas__menu {
		display: none;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #111111;
		font-weight: 600;
	}
	.slicknav_nav .slicknav_arrow {
		color: #111111;
	}
    .primary-btn i {
        margin-left: 8px;
        transition: transform 0.3s ease;
    }
    
    .primary-btn:hover i {
        transform: translateX(3px);
    }
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__option {
		text-align: center;
		margin-bottom: 30px;
	}
	.offcanvas__links {
		display: inline-block;
		margin-right: 25px;
	}
	.offcanvas__links a {
		color: #111111;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-right: 16px;
		display: inline-block;
		font-weight: 600;
	}
	.offcanvas__links a:last-child {
		margin-right: 0;
	}
	.offcanvas__top__hover {
		display: inline-block;
		position: relative;
	}
	.offcanvas__top__hover:hover ul {
		top: 24px;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas__top__hover span {
		color: #111111;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: inline-block;
		cursor: pointer;
		font-weight: 600;
	}
	.offcanvas__top__hover span i {
		font-size: 20px;
		position: relative;
		top: 3px;
		right: 2px;
	}
	.offcanvas__top__hover ul {
		background: #111111;
		display: inline-block;
		padding: 2px 0;
		position: absolute;
		left: 0;
		top: 44px;
		opacity: 0;
		visibility: hidden;
		z-index: 3;
		-webkit-transition: all, 0.3s;
		-o-transition: all, 0.3s;
		transition: all, 0.3s;
	}
	.offcanvas__top__hover ul li {
		list-style: none;
		font-size: 13px;
		color: #ffffff;
		padding: 2px 15px;
		cursor: pointer;
	}
	.offcanvas__nav__option {
		text-align: center;
		margin-bottom: 25px;
	}
	.offcanvas__nav__option a {
		display: inline-block;
		margin-right: 26px;
		position: relative;
	}
	.offcanvas__nav__option a span {
		color: #0d0d0d;
		font-size: 11px;
		position: absolute;
		left: 5px;
		top: 8px;
	}
	.offcanvas__nav__option a:last-child {
		margin-right: 0;
	}
	.offcanvas__nav__option .price {
		font-size: 15px;
		color: #111111;
		font-weight: 700;
		display: inline-block;
		margin-left: -20px;
		position: relative;
		top: 3px;
	}
	.offcanvas__text p {
		color: #111111;
		margin-bottom: 0;
	}
	.header__top {
		display: none;
	}
	.header .container {
		position: relative;
		padding: 0 10px;
	}
	.header__nav__option {
		display: none;
	}

/* Remove any existing arrow styles that might be conflicting */
.arrow_left,
.arrow_right {
    display: none;
}

.nav-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
	.banner__item.banner__item--middle {
		margin-top: 0;
	}
	.banner__item.banner__item--last {
		margin-top: 0;
	}
	.banner__item {
		margin-bottom: 40px;
	}
	.banner {
		padding-bottom: 60px;
	}
	.banner__item__pic {
		float: none;
	}
	.banner__item__pic img {
		min-width: 100%;
	}
	.banner__item__text {
		max-width: 100%;
		position: relative;
		top: 0;
		padding-top: 22px;
	}
	.filter__controls li {
		margin-right: 15px;
	}
	.categories__text {
		margin-bottom: 40px;
	}
	.categories__hot__deal {
		margin-bottom: 40px;
	}
	.instagram__text {
		padding-top: 70px;
	}
	.instagram__pic__item {
		width: 50%;
	}
	.shop__product__option__right {
		text-align: left;
		padding-top: 20px;
	}
	.shop__sidebar {
		padding-right: 0;
		margin-bottom: 40px;
	}
	.testimonial__text {
		padding: 100px 40px 100px;
	}
	.product__details__breadcrumb {
		text-align: left;
	}
	.product__details__pic .nav-tabs {
		width: auto;
		margin-bottom: 40px;
	}
	.product__details__pic .nav-tabs .nav-item {
		margin-bottom: 0;
		margin-right: 10px;
	}
	.product__details__option__size {
		display: block;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.product__details__last__option h5:before {
		width: 440px;
	}
	.product__details__tab .nav-tabs .nav-item {
		margin-bottom: 15px;
	}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.hero__items {
		height: auto;
		padding-top: 130px;
		padding-bottom: 40px;
	}
	.hero__text h2 {
		font-size: 36px;
		line-height: 48px;
	}
	.hero__social {
		margin-top: 145px;
	}
	.categories__deal__countdown .categories__deal__countdown__timer {
		margin-left: 0;
	}
	.instagram__pic__item {
		width: 100%;
	}
	.testimonial__text {
		padding: 60px 40px 60px;
	}
	.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
		width: 100%;
	}
	.product__details__pic .nav-tabs .nav-item {
		margin-bottom: 10px;
		width: calc(33.33% - 10px);
	}
	.product__details__last__option h5:before {
		width: 280px;
	}
	.product__details__cart__option .quantity {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.product__details__last__option h5 span {
		font-size: 16px;
	}
	.categories__text h2 {
		font-size: 30px;
		line-height: 55px;
	}
	.categories__text:before {
		height: 250px;
	}
}

/* Mobile Header Layout - Fixed */
@media (max-width: 767px) {
    
    /* Cart icon */
    .header__nav__option a {
        margin: 0;
        display: flex;
        align-items: center;
        position: relative;
        flex-shrink: 0;
    }
    
    .header__nav__option a i {
        font-size: 18px;
        color: #111111;
    }
    
    .header__nav__option a span {
        background: #84648d;
        color: white;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -5px;
        right: -5px;
    }
    
    /* Hamburger menu */
    .canvas__open {
        order: 3;
        display: block !important;
        margin-left: 10px;
        font-size: 20px;
        color: #111111;
        background: none;
        border: none;
        padding: 5px;
        flex-shrink: 0;
    }
}
@media (max-width: 576px) {
    .header .container {
        height: 55px;
    }
    
    .header .row {
        min-height: 55px;
    }
    
    .header__logo img {
        height: 30px;
    }
    
    .header .col-lg-3.col-md-3:last-child {
        left: 70px; /* Adjust for smaller logo */
        gap: 15px;
    }
    
    .header__nav__option {
        gap: 15px;
    }
    
    .search-icon-mobile,
    .cart-icon,
    .canvas__open {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .search-icon-mobile i,
    .cart-icon i,
    .canvas__open i {
        font-size: 16px;
    }
}
html.cart-open,
body.cart-open {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}
/* Very small screens */
@media (max-width: 400px) {
    .header .col-lg-3.col-md-3:last-child {
        left: 65px; /* Even closer for very small screens */
        gap: 10px;
    }
    
    .header__nav__option {
        gap: 10px;
    }
    
    .header__logo img {
        height: 25px;
    }
    
    .search-icon-mobile,
    .cart-icon,
    .canvas__open {
        width: 32px;
        height: 32px;
        font-size: 15px;
        padding: 6px;
    }
}
@media (max-width: 767px) {
    .search-expanded .header__logo,
    .search-expanded .canvas__open,
    .search-expanded .cart-icon {
        display: none !important;
    }
    
    .search-expanded .header__search {
        flex: 1;
    }
    
    .search-expanded .search-input {
        display: block;
        width: 100% !important;
    }
}
/* Mobile Menu Responsive Styles */
@media (max-width: 767px) {
    /* Hide desktop menu on mobile */
    .header__menu {
        display: none;
    }
    
    .canvas__open {
        order: 3;
        display: block !important;
        margin-left: 10px;
        font-size: 20px;
        color: #111111;
        background: none;
        border: none;
        padding: 8px;
        cursor: pointer;
    }
    
    .offcanvas-menu-wrapper {
        position: fixed;
        top: 0;
        right: -320px;
        width: 300px;
        height: 100%;
        background: #ffffff;
        z-index: 9999;
        padding: 60px 30px 30px;
        transition: all 0.5s ease;
        overflow-y: auto;
        display: block !important;
    }
    
    .offcanvas-menu-wrapper.active {
        right: 0;
    }
    
    .offcanvas-menu-wrapper .mobile-menu {
        display: block;
    }
    
    .offcanvas-menu-wrapper .mobile-menu li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .offcanvas-menu-wrapper .mobile-menu li a {
        display: block;
        padding: 15px 0;
        color: #111111;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }
    
    .offcanvas-menu-wrapper .mobile-menu li a:hover {
        color: #84648d;
    }
    
    .offcanvas-close {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 24px;
        color: #111111;
        cursor: pointer;
        background: none;
        border: none;
    }
}

/* Hero Arrows Responsive Styling */
@media (max-width: 767px) {
    
    /* Adjust hero content spacing */
    .hero__items {
        padding-bottom: 100px;
        height: 500px !important; /* Fixed height for mobile */
        min-height: 500px !important;
    }
    .hero__items .set-bg {
        height: 100% !important;
        background-size: cover !important;
        background-position: center !important;
    }
    
    .hero__text {
        margin-bottom: 60px;
    }
}

/* Extra small devices */
@media (max-width: 576px) {
    .hero__items {
        height: 450px !important;
        min-height: 450px !important;
    }
    .hero__items .set-bg {
        height: 100% !important;
        background-size: cover !important;
        background-position: center !important;
    }
}

/* Products Responsive Grid with Larger Images */
@media (max-width: 767px) {
    .product__filter .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .product__item {
        margin-bottom: 30px;
    }
    
    .product__item__pic {
        height: 280px !important; /* Increased from 200px */
        min-height: 280px;
    }
    
    .product__item__text {
        padding-top: 20px;
    }
}

/* Extra small devices */
@media (max-width: 576px) {
    .product__filter .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .product__item__pic {
        height: 320px !important; /* Increased from 250px */
        min-height: 320px;
    }
}

/* Moving Banner Responsive Height */
@media (max-width: 767px) {
    .moving-banner__image {
        height: 300px !important; /* Increased height */
        background-attachment: scroll !important; 
    }
    
    .moving-banner__text {
        font-size: 28px !important;
        letter-spacing: 2px !important;
    }
}

@media (max-width: 576px) {
    .moving-banner__image {
        height: 250px !important;
    }
    
    .moving-banner__text {
        font-size: 22px !important;
        letter-spacing: 1px !important;
    }
}

/* Tablet devices */
@media (min-width: 768px) and (max-width: 991px) {
    .product__item__pic {
        height: 300px !important;
        min-height: 300px;
    }
}

 /*-----------------------
    Shopping Cart Sidebar 
---------------------------*/
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 380px;
    height: 100vh;
    height: 100dvh;
    background: white;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    z-index: 1002;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden; 
}

.cart-sidebar.active {
    right: 0;
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    display: none;
}

.cart-overlay.active {
    display: block;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
    background: white;
    flex-shrink: 0; /* Prevent header from shrinking */
}

.cart-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.cart-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #757575;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-close:hover {
    color: #111111;
}

.cart-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    min-height: 0; /* Important for flexbox calculation */
}

.cart-empty {
    text-align: center;
    padding: 60px 20px;
    color: #757575;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.cart-empty i {
    font-size: 48px;
    margin-bottom: 16px;
    color: #E5E5E5;
}

.cart-empty p {
    margin: 0;
    font-size: 16px;
}

.cart-item {
    display: flex;
    padding: 16px 0;
    border-bottom: 1px solid #E5E5E5;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 16px;
    flex-shrink: 0;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0; /* Prevent text overflow */
}

.cart-item-name {
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 16px;
    color: #111111;
    word-wrap: break-word;
}

.cart-item-category {
    color: #757575;
    font-size: 14px;
    margin-bottom: 4px;
}

.cart-item-price {
    font-weight: 600;
    color: #111111;
    font-size: 16px;
}

.cart-item-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    overflow: hidden;
}

.quantity-btn {
    background: none;
    border: none;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
    color: #111111;
}

.quantity-btn:hover {
    background: #f5f5f5;
}

.quantity-value {
    width: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.remove-item {
    background: none;
    border: none;
    color: #757575;
    cursor: pointer;
    font-size: 14px;
    transition: color 0.2s ease;
    padding: 4px 8px;
}

.remove-item:hover {
    color: #D32F2F;
}

.cart-footer {
    padding: 20px;
    border-top: 1px solid #E5E5E5;
    background: white;
    flex-shrink: 0; /* Prevent footer from shrinking */
    margin-top: auto; /* Push to bottom */
}

.cart-subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
}

.cart-subtotal-price {
    font-weight: 600;
}

.checkout-btn {
    width: 100%;
    padding: 16px 24px;
    background: #000000;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.checkout-btn:hover {
    background: #333333;
}

.checkout-btn:disabled {
    background: #E5E5E5;
    color: #757575;
    cursor: not-allowed;
}

/* Prevent body scroll when cart is open */
body.cart-open,
body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .cart-sidebar {
        max-width: 340px;
    }
}
/* Cart Sidebar Mobile Fix */
@media (max-width: 480px) {
    .cart-sidebar {
        width: 100vw;
        right: -100vw;
        max-width: none;
    }
    
    .cart-header {
        padding: 16px;
        position: sticky;
        top: 0;
        background: white;
        z-index: 10;
    }
    
    .cart-content {
        padding: 16px;
        /* Let flexbox handle the height automatically */
    }
    
    .cart-item {
        flex-direction: column;
        text-align: center;
        padding: 16px 0;
    }
    
    .cart-item-image {
        margin-right: 0;
        margin-bottom: 12px;
        width: 100px;
        height: 100px;
        align-self: center;
    }
    
    .cart-item-details {
        width: 100%;
    }
    
    .cart-item-controls {
        flex-direction: column;
        gap: 8px;
        margin-top: 12px;
    }
    
    .quantity-controls {
        align-self: center;
    }
    
    .cart-footer {
        padding: 16px;
        position: sticky;
        bottom: 0;
        background: white;
        border-top: 1px solid #E5E5E5;
    }
    
    /* Ensure cart doesn't get cut off on small screens */
    .cart-overlay.active {
        z-index: 1001;
    }
    
    .cart-sidebar.active {
        z-index: 1002;
    }
    
    .offcanvas-menu-wrapper {
        width: 85vw;
        max-width: 300px;
    }
}

/* Extra small devices */
@media (max-width: 360px) {
    .cart-header {
        padding: 12px;
    }
    
    .cart-content {
        padding: 12px;
    }
    
    .cart-footer {
        padding: 12px;
    }
    
    .cart-item-image {
        width: 70px;
        height: 70px;
    }
    
    .checkout-btn {
        padding: 14px 20px;
        font-size: 15px;
    }
}

@supports (-webkit-touch-callout: none) {
    .cart-sidebar {
        height: -webkit-fill-available;
    }
} 


