       a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline: none !important;
}

		.header-cart-total span.woocommerce-Price-amount.amount {
    font-size: 13px !important;
}
		
		.header-cart-total span.woocommerce-Price-currencySymbol
 {
    font-size: 13px;
}


		.custom-topbar-wrapper,
		.custom-nav-wrap {
			width: 100%;
		}
        
        .custom-topbar-wrapper{
    border-bottom: 1px solid #e7e7e7;
    background: linear-gradient(to bottom, #500203 0%, #B60506 100%);
}

		header#masthead {
			padding-top: 0;
			background: #FBFBFA;
			border:none;
		}

		.custom-topbar,
		.custom-header-inner,
		.custom-nav-inner {
			max-width: 1400px;
			margin: 0 auto;
			width: 100%;
		}
		
		.custom-nav-inner {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff5c;
    padding: 6px 0 17px 0;
    border-radius: 10px;
    border: 1px solid #ffffff7a;
}

		.custom-topbar {
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 5px 1.5rem;
			color: #fff;
			font-size: 0.9rem;
		}
        
        
        .custom-topbar__item span {
    font-size: 14px;
    font-weight: 300;
    font-family: "Inclusive Sans", sans-serif;
}

		.custom-topbar__left,
		.custom-topbar__right {
			display: flex;
			align-items: center;
			flex-wrap: wrap;
		}

		.custom-topbar__item,
		.custom-topbar__right a {
			display: inline-flex;
			align-items: center;
			gap: 0.45rem;
		}


		.custom-topbar__separator {
			margin: 0 0.6rem;
			color: #999;
		}

		.custom-topbar__right a {
			margin-left: 1.5rem;
			color: #fff;
			text-decoration: none;
                font-size: 14px;
    font-weight: 300;
   font-family: "Inclusive Sans", sans-serif;
		}


		.custom-header-inner {
			display: grid;
			grid-template-columns: minmax(180px, 1fr) minmax(320px, 2fr) minmax(220px, 1fr);
			gap: 1rem;
			align-items: center;
			padding: 10px 1.5rem;
		}
        
        a.custom-logo-link img {
    max-width: 260px !important;
}

		.custom-logo img {
			max-width: 100%;
			height: auto;
			display: block;
		}

		.custom-header-search {
			min-width: 0;
		}

		.custom-search-form {
			display: flex;
			width: 100%;
			background: #fff;
			border: 1px solid #ddd;
			border-radius: 0.25rem;
			overflow: hidden;
            margin:0px;
		}

		.custom-search-input {
			flex: 1;
			border: none;
			padding: 0.95rem 1rem;
			font-size: 0.95rem;
			min-width: 0;
            background: #FBFBFA !important;
		}

		.custom-search-input:focus {
			outline: none;
		}

		.custom-search-button {
			background: #d0021b;
			color: #fff;
			border: none;
			padding: 0 1.4rem;
			font-weight: 700;
			cursor: pointer;
		}

		.custom-header-actions {
			display: flex;
			justify-content: flex-end;
			flex-wrap: wrap;
		}

		.custom-action {
			display: inline-flex;
			align-items: center;
			gap: 0.75rem;
			padding: 0.75rem 1rem;
			border-radius: 999px;
			background: transparent;
			text-decoration: none;
			color: #111;
			font-size: 0.95rem;
			border: none;
			transition: none;
		}

		.custom-action:hover {
			background: transparent;
			border-color: transparent;
			color: #111;
		}

		.custom-action img {
			width: 26px;
			height: auto;
		}

		.custom-action__text {
			display: grid;
			line-height: 1.1;
		}

		.custom-action__text span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: "Inclusive Sans", sans-serif;
}

		.custom-action small {
		font-size: 15px;
		font-weight: 300;
		font-family: "Inclusive Sans", sans-serif;
	}

.custom-action .basket-badge {
    position: absolute;
    top: -18px;
    right: -7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #d0021b;
    color: #fff;
    border-radius: 50%;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

		.custom-action__text {
			position: relative;
		}

		.header-cart-total {
			color: #d0021b;
			font-weight: 800;
			font-size: 18px;
			margin-top: 1px;
			text-align: center;
			display: block;
			padding: 0;
			border: none;
			border-radius: 0;
			background: transparent;
		}

		.custom-action--account,
		.custom-action--basket {
			background: transparent;
			color: #111;
		}

		.custom-action--account:hover,
		.custom-action--basket:hover {
			background: transparent;
			color: #111;
		}

		.custom-action--basket {
			position: relative;
		}

		.custom-action__link {
			display: inline-flex;
			align-items: center;
			gap: 0.75rem;
			text-decoration: none;
			color: inherit;
		}

		.custom-mini-cart {
			display: none;
			position: absolute;
			top: calc(100% + 10px);
			right: 0;
			width: min(360px, calc(100vw - 2rem));
			background: #fff;
			border: 1px solid #e6e6e6;
			box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
			padding: 1rem;
			z-index: 1100;
			opacity: 0;
			visibility: hidden;
			transform: translateY(6px);
			transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
			box-sizing: border-box;
		}

		.custom-action--basket:hover .custom-mini-cart,
		.custom-action--basket:focus-within .custom-mini-cart {
			display: block;
			opacity: 1;
			visibility: visible;
			transform: translateY(0);
		}

		.custom-mini-cart .woocommerce-mini-cart {
			list-style: none;
			margin: 0;
			padding: 0;
			max-height: 280px;
			overflow-y: auto;
		}

		.custom-mini-cart .woocommerce-mini-cart-item {
			display: grid;
			grid-template-columns: 1fr auto auto;
			gap: 0.35rem 0.75rem;
			align-items: center;
			padding: 0.7rem 0;
			border-bottom: 1px solid #f0f0f0;
		}

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

		.custom-mini-cart .woocommerce-mini-cart-item a {
			color: #111;
			text-decoration: none;
			font-size: 0.95rem;
		}

		.custom-mini-cart .quantity {
			color: #666;
			font-size: 0.85rem;
		}

		.custom-mini-cart .remove {
			color: #d0021b;
			font-size: 1rem;
			justify-self: end;
		}

		.custom-mini-cart .woocommerce-mini-cart__total {
			display: flex;
			justify-content: space-between;
			align-items: center;
			margin-top: 0.75rem;
			padding-top: 0.75rem;
			border-top: 1px solid #f0f0f0;
			font-weight: 700;
		}

		.custom-mini-cart .woocommerce-mini-cart__buttons {
			display: flex;
			gap: 0.5rem;
			margin-top: 0.75rem;
		}

		.custom-mini-cart .woocommerce-mini-cart__buttons a {
			flex: 1;
			text-align: center;
			padding: 0.7rem 0.8rem;
			border-radius: 4px;
			background: #111;
			color: #fff;
			text-decoration: none;
			font-size: 0.9rem;
		}

		.custom-mini-cart .woocommerce-mini-cart__buttons .checkout {
			background: #d0021b;
		}

		.custom-mini-cart .woocommerce-mini-cart__empty-message {
			padding: 0.75rem 0;
			color: #666;
		}
		
		
		.custom-header-actions span.woocommerce-Price-amount.amount {
    display: flex !important;
    gap: 5px !important;
    align-items: center !important;
}

		.custom-nav-wrap {
    padding: 15px 1.5rem 1rem;
    border-bottom: 0;
    background: linear-gradient(180deg, #B60506 0%, #5D0404 100%) !important;
}

		.custom-nav-toggle {
			display: none;
			align-items: center;
			justify-content: center;
			width: 44px;
			height: 44px;
			background: #111;
			border: none;
			border-radius: 8px;
			padding: 0;
			font-size: 0;
			color: #fff;
			cursor: pointer;
		}

		.custom-nav-toggle i {
			font-size: 18px;
			color: #fff;
		}

		.custom-nav-toggle .screen-reader-text {
			position: absolute;
			width: 1px;
			height: 1px;
			padding: 0;
			margin: -1px;
			overflow: hidden;
			clip: rect(0, 0, 0, 0);
			white-space: nowrap;
			border: 0;
		}

		.custom-site-nav {
			margin-top: 0.5rem;
		}

		.custom-site-nav__list {
			display: flex;
			flex-wrap: wrap;
			gap: 1rem;
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.custom-site-nav__list li a {
			display: block;
			padding: 0.75rem 0;
			color: #111;
			text-decoration: none;
			font-weight: 600;
		}

		.custom-site-nav__list li a:hover {
			color: #d0021b;
		}
        
        
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
    font-weight: 400;
    font-family: "Inclusive Sans", sans-serif;
    width: 139px;
    line-height: 27px;
    text-align: center;
	color: #fff;
}


span.mega-indicator {
    display: none !important;
}

 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
      
        color: #fff !important;
       
    }
    
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #fff !important;
}
		
		#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
         background-color: transparent !important;
      
}
		
		@media (max-width: 1024px) {
			.custom-topbar-wrapper,
			.custom-topbar,
			.custom-header-search,
			.custom-header-actions {
				display: none !important;
			}

			.custom-header-inner {
				display: flex;
				justify-content: space-between;
				align-items: center;
				flex-wrap: nowrap;
				padding: 0 1.5rem;
			}

			.custom-header-branding {
				flex: 1 1 auto;
				min-width: 0;
			}

			.custom-nav-toggle {
				display: inline-flex;
				margin-left: auto;
			}

			.custom-nav-wrap {
				padding-left: 1rem;
				padding-right: 1rem;
				background: transparent !important;
			}

			.custom-site-nav {
				display: none;
			}

			.custom-site-nav.custom-site-nav--open {
				display: block !important;
				background: linear-gradient(180deg, #B60506 0%, #5D0404 100%) !important;
				border-radius: 14px;
				padding: 0.5rem 0;
				box-shadow: 0 18px 45px rgba(0,0,0,0.22);
			}

			.custom-site-nav__list,
			#mega-menu-primary,
			#mega-menu-wrap-primary,
			#mega-menu-primary > li,
			.custom-site-nav__list li {
				display: block !important;
				width: 100% !important;
			}

			.custom-site-nav__list li a,
			#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
				display: block !important;
				width: 100% !important;
				padding: 0.85rem 1rem;
				border-bottom: 1px solid #eee;
			}

			.custom-site-nav__list li a:hover,
			#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
				color: #d0021b !important;
			}
		}

		@media (max-width: 768px) {
			.custom-topbar,
			.custom-header-inner,
			.custom-nav-wrap {
				padding-left: 1rem;
				padding-right: 1rem;
			}

			.custom-topbar {
				flex-direction: column;
				align-items: flex-start;
				gap: 0.75rem;
			}

			.custom-topbar__right {
				flex-wrap: wrap;
				margin-top: 0.5rem;
			}

			.custom-nav-toggle {
				display: inline-flex;
			}

			.custom-nav-wrap {
				background: transparent !important;
				padding: 0 !important;
			}
			
			header#masthead{
				padding-bottom:0px !important;
			}

			.custom-site-nav {
				display: none;
			}

			.custom-site-nav.custom-site-nav--open {
				display: block !important;
				background: linear-gradient(180deg, #B60506 0%, #5D0404 100%) !important;
				border-radius: 14px;
				padding: 0.5rem 0;
				box-shadow: 0 18px 45px rgba(0,0,0,0.22);
			}

			.custom-site-nav__list,
			#mega-menu-primary,
			#mega-menu-wrap-primary,
			#mega-menu-primary > li,
			.custom-site-nav__list li {
				display: block !important;
				width: 100% !important;
			}

			.custom-site-nav__list li a,
			#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
				display: block !important;
				width: 100% !important;
				padding: 0.85rem 1rem;
				border-bottom: 1px solid #eee;
			}
		}
