@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


html, body {
	overflow-x: hidden;
}

body{
	 color: #7E7E7E;
	font-family: 'Barlow', sans-serif!important;
	font-weight: 400;
	background-color:#fff;
	line-height: 20px;
}

body.home{
	background-color: #ffff;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	background-color:#fff;
	line-height: 20px;
}
a {
    color:#EB601D ;
}
img.wp-smiley, img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
.c-gray{
	color:#1E1E1E;
}
.c-white{
	color:#FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
   font-family: 'Barlow', sans-serif;
   font-weight: 700;
   color:#1E1E1E;
}
.bde-h1, .bde-h2, .bde-h3, .bde-h4, .bde-h5, .bde-h6, .breakdance h1, .breakdance h2, .breakdance h3, .breakdance h4, .breakdance h5, .breakdance h6{
	    font-family: 'Barlow', sans-serif!Important;
	    font-weight: 700;
}
.border-orange:before{
	content: '';
    width: 80px;
    display: inline-block;
    height: 5px;
    background: #FF7735;
    position: absolute;
    bottom: -20px;
}
html .formcraft-css .fc-form .form-element .submit-cover .submit-button:hover {
    background: #d96025;
}
/**header**/
#custom-header {
	position: relative;
	z-index: 10000;
}
#custom-header .elementor-nav-menu--main .elementor-nav-menu {
	flex-wrap: nowrap;
	justify-content: center;
}
#custom-header .elementor-nav-menu--main .elementor-nav-menu li {
	white-space: nowrap;
}
#custom-header .elementor-nav-menu--main .elementor-item {
	padding-left: 12px !important;
	padding-right: 12px !important;
	font-size: 14px;
}
#custom-header .elementor-nav-menu--main ul li .elementor-item:after{
	    width: 32px !important;
    border-radius: 100px!important;
    position: absolute!important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;

}
#custom-header .search-form,
#custom-header .btn-search {
    display: none !important;
}
.cart-count {
	background: #FF7735;
    color: white;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50%;
    line-height: 18px;
    position: absolute;
    top: -6px;
    right: -8px;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
}
.cart-menu-item {
    position: relative;
}
#custom-header .elementor-menu-toggle{
    background: url(../images/mobile-menu.svg) !important;
    background-repeat: no-repeat !important;
    color: transparent !important;
    font-size: 0px;
    height: 40px;
    width: 40px;
}

/***elementor***/
.elementor-widget-button .elementor-button{
	    font-family: 'Barlow', sans-serif!important;
	    font-weight: 700;
    font-size: 16px!important;
    background: #FF7735!important;
    color: #1E1E1E!important;
    padding: 14px 43px!important;
    border-radius: 40px!important;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2) !important;
}
 .elementor-widget-theme-post-content h3,
 .elementor-widget-theme-post-content h2 {
    font-size: 24px;
}

/***footer-custom***/
.footer-custom-section{
	background: #000;
    padding: 80px 80px 0px 80px;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
    margin-top: 80px;
    position: relative;
}
.footer-custom-section:before {
    content: "";
    background: rgb(0 0 0 / 60%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 80px 80px 0 0;
}
.footer-custom-section .flexible-content {
    position: relative;
    z-index: 1;
}
.footer-custom-section .newsletter .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #595959;
    padding-bottom: 40px;
}
.footer-custom-section .newsletter .container .column {
    flex: 1;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}
.newsletter_content h2{
	font-size: 40px;
    color: #fff;
}
.newsletter_content{
	max-width:560px;
}
.newsletter_form{
    max-width: 480px;
    border: 1px solid #595959;
    border-radius: 100px;
    padding: 10px;
    height: 72px;
    float: right;
}
.newsletter_form .elo-newsletter-form form {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 0;
}
.newsletter_form .elo-newsletter-field {
    flex: 1;
}
.newsletter_form input[type="email"] {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 0 15px;
    outline: none;
    box-sizing: border-box;
}
.newsletter_form input[type="email"]::placeholder {
    color: #A1A1A1;
}
.newsletter_form .elo-newsletter-submit button {
    background: #FF7735;
    color: #fff;
    border: none;
    border-radius: 100px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 11px 25px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.3s ease;
}
.newsletter_form .elo-newsletter-submit button:hover {
    background: #EB601D;
}
.newsletter_form .elo-newsletter-message {
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
}

.footer-custom-section .bottom_section .container {
	max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
    padding-top: 60px;
}
.footer-custom-section .column.bottom_section_content{
	width: 420px;
    padding-right: 80px;
}
.footer-custom-section .logo-footer .description{
	    color: #A1A1A1;
    margin-top: 30px;
}
.footer-custom-section .logo-footer .description strong{
	color:#fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}
.footer-custom-section .col-3 {
    padding: 0px 20px;
}
.footer-custom-section .contact_details_content .col-3 {
    padding: 0px 20px;
}

.footer-custom-section .col-3 .footer-title{
    font-size: 16px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 0px;
}
.footer-custom-section .col-3 .footer-title::before {
	content: '';
    width: 32px;
    display: inline-block;
    height: 2px;
    background: #FF7735;
    position: absolute;
    bottom: 20px;
}
.footer-custom-section .col-3 ul{
	padding:0px;
	list-style:none;
}
.footer-custom-section .col-3 ul li{
	padding:10px 0px;
}
.footer-custom-section .col-3 ul li a{
	color:#fff;
}
.footer-custom-section .contact_details_content .footer-contact{
	color: #A1A1A1;
}
.footer-custom-section .contact_details_content .footer-contact strong{
	color:#fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}
.copyright-section{
	     background: linear-gradient(to bottom, rgb(34, 34, 34), rgb(19, 19, 19));
    border-top: 1px solid #595959;
    padding: 20px;
}
.copyright-section .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}
.copyright-section .container .column {
    flex: 1;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}
.footer-copyright,
.footer-copyright p{
	color:#fff;
	margin-bottom:0px;
}
.copyright-section ul{
	padding: 0px;
    list-style: none;
    display: flex;
    gap: 0px;
    text-align: right;
    justify-content: flex-end;
}
.copyright-section ul li:first-child{
	padding-right: 40px;
	padding-left: 0px;
	border-right:1px solid #595959;
}
.copyright-section ul li{
	padding-right: 0px;
	padding-left: 40px;
}
.copyright-section ul a{
	color:#fff;
}

/* Footer claim substantiation — sits above copyright, ties to homepage hero claims */
.footer-substantiation {
	background: #131313;
	border-top: 1px solid #2a2a2a;
	padding: 18px 20px;
}
.footer-substantiation .container {
	max-width: 1200px;
	margin: 0 auto;
}
.footer-substantiation p {
	margin: 0;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.5);
}

/* ── Hide stray AI-generated span artifacts ── */
span[data-metadata],
span[data-buffer] {
	display: none !important;
}

/* ── Blog posts: hide author name ── */
.single-post .elementor-icon-list-item:has(.elementor-post-info__item--type-author),
.single-post .elementor-post-info__item--type-author,
.single-post .post-author,
.single-post .entry-author,
.single-post .byline,
.single-post .author-info {
	display: none !important;
}

/* Mobile cart icon — visible only on mobile, anchored inside header */
.elo-mobile-cart {
	display: none;
}
@media (max-width: 767px) {
	.elo-mobile-cart {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		right: 52px;
		transform: translateY(-50%);
		z-index: 10000;
		color: #fff;
		width: 40px;
		height: 40px;
		text-decoration: none;
	}
	.elo-mobile-cart svg {
		width: 22px;
		height: 22px;
	}
	.elo-mobile-cart__count {
		position: absolute;
		top: 2px;
		right: 0;
		background: #FF7735;
		color: #fff;
		font-size: 11px;
		font-weight: 700;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		font-family: 'Barlow', sans-serif;
	}
}

/* Hide PhotoSwipe lightbox when inactive */
.pswp[aria-hidden="true"] {
	display: none !important;
}

/* ── Scroll-to-top button ── */
.elo-scroll-top {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: rgba(30, 30, 30, 0.35);
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s, background 0.3s;
	z-index: 999;
	padding: 0;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.elo-scroll-top.is-visible {
	opacity: 1;
	visibility: visible;
}
.elo-scroll-top:hover {
	background: rgba(30, 30, 30, 0.6);
}
.elo-scroll-top svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	stroke-width: 2.5;
	fill: none;
}

/* WooPay express checkout spacing */
.wcpay-express-checkout-wrapper {
	margin-top: 15px;
}

@media (max-width: 768px) {
	body{
		font-size:14px;
	}
	#custom-header .elementor-nav-menu--dropdown {
		background-color: #fff;
		font-size: 13px;
		border-radius: 12px;
		position: absolute;
		z-index: 9999;
		top: 40px;
	}
	.section {
		padding-top: 40px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.footer-custom-section {
		padding: 40px 20px 0px 20px;
	}
	.footer-custom-section .newsletter .container {
		display: block;
	}
	.newsletter_content h2 {
		font-size: 32px;
	}
	.newsletter_form {
		float: none;
		height: 65px;
	}
	.newsletter_form input[type="email"] {
		font-size: 14px;
	}
	.newsletter_form .elo-newsletter-submit button {
		font-size: 14px;
		padding: 11px 18px;
	}
	.footer-custom-section .bottom_section .container {
		grid-template-columns: repeat(1, 1fr);
	}
	.footer-custom-section .col-3 {
		padding: 15px 0px;
	}
	.footer-custom-section .contact_details_content .col-3 {
		padding: 15px 0px;
	}
	.footer-custom-section .column.bottom_section_content {
		width: 100%;
		padding-right: 0px;
	}
	.copyright-section .container {
		display: block;
	}
	.footer-copyright, .footer-copyright p {
		margin-bottom: 20px;
		text-align: center;
	}
	.copyright-section ul {
		justify-content: center;
	}
	.copyright-section ul li:first-child {
		padding-right: 20px;
	}
	.copyright-section ul li {
		padding-left: 20px;
	}
}

@media (max-width: 420px) {
	.newsletter_form .elo-newsletter-submit button {
		padding: 11px 12px;
	}
}

@media (min-width: 769px) {
    .product-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .product-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
}
