body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: #212529 /*{body-font-colour}*/;
	background-image:none /*{body-background-image}*/;
	background-color: #fff /*{body-background-colour}*/;
}

html {
	overflow-x: hidden;
}

a, .btn-link{
	color: #ff6600 /*{link-text-colour}*/;
}
a:hover, a:active, a:focus, .btn-link:hover{
	color: #d84b08 /*{link-text-hover-colour}*/;
}

/* Oswald — section headings only */
.section-heading h2,
.wrapper-products h2,
h2.text-center {
	font-family: 'Oswald', -apple-system, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

/* Mustard Bikes Custom Styles */
/* Sticky header wrapper */
#site-header-sticky {
    position: sticky;
    top: 0;
    z-index: 1030;
}


/* Homepage Banner Wrapper */
.homepage-banner-wrapper {
	position: relative;
	z-index: 10;
	width: 100%;
	margin-bottom: 0;
	line-height: 0;
	font-size: 0;
}

.homepage-banner-wrapper .carousel-inner img {
	display: block;
	width: 100%;
}

/* Main Menu - Mega Menu */
.menu-section {
    background-color: #2a2a2a;
    margin-bottom: 0;
    border-bottom: none;
}

.menu-section .container {
    background-color: #2a2a2a;
    padding-left: 0;
    padding-right: 0;
}

.menu-section .navbar {
    background-color: #2a2a2a !important;
}

.menu-section .navbar-nav {
    margin: 0;
    justify-content: space-between;
    width: 100%;
}

.menu-section .nav-item {
    margin: 0;
    flex: 1;
    text-align: center;
}

.menu-section .nav-item {
    position: relative;
}

/* Top-level nav links only — scoped to direct children */
.menu-section .navbar-nav > .nav-item > .nav-link {
    color: #ffffff !important;
    background-color: #2a2a2a;
    padding: 10px 20px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    white-space: nowrap;
}

.menu-section .navbar-nav > .nav-item > .nav-link:hover {
    color: #FF6600 !important;
    background-color: rgba(255,255,255,0.06);
    font-weight: 700;
    box-shadow: inset 0 -3px 0 #FF6600;
}

.menu-section .navbar-nav > .nav-item > .nav-link.active-nav {
    color: #FF6600 !important;
    background-color: rgba(255,255,255,0.06);
    box-shadow: inset 0 -3px 0 #FF6600;
}

.menu-section .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-top: 3px solid #FF6600;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18), 0 2px 6px rgba(0,0,0,0.08);
    margin-top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    min-width: 100%;
    padding: 6px 0;
    animation: dropdownFade 0.18s ease forwards;
}

@keyframes dropdownFade {
    from { opacity: 0; transform: translateX(-50%) translateY(-6px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.menu-section .dropdown-menu .nav-link {
    color: #1a1a1a !important;
    background-color: transparent;
    padding: 9px 18px;
    font-size: 13px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
    border-left: 3px solid transparent;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    box-shadow: none !important;
}

.menu-section .dropdown-menu .nav-link:hover {
    background-color: #1a1a1a;
    color: #ffffff !important;
    border-left-color: #FF6600;
}

/* Mega menu styling */
.menu-section .mega-menu-cat {
    list-style: none;
}

.menu-section .mega-menu-cat .nav-item {
    width: 100%;
    padding: 0;
}

.menu-section .mega-menu-cat .nav-link {
    color: #000000 !important;
    padding: 5px 15px;
    font-weight: normal;
    box-shadow: none !important;
}

.menu-section .mega-menu-cat .nav-link.font-weight-bold {
    color: #000000 !important;
    font-weight: 600;
}

.menu-section .mega-menu-cat .nav-link:hover {
    background-color: #FF6600;
    color: #ffffff;
}

/* Hover dropdown functionality */
@media (min-width: 768px) {
    .dropdown-hover:hover > .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .menu-section {
        background-color: #2a2a2a;
    }
    .menu-section .navbar-nav {
        flex-direction: column;
    }
    .menu-section .dropdown-menu {
        display: none;
    }
    .menu-section .navbar-nav .show > .dropdown-menu {
        display: block;
    }
}

/* ========================
   Hamburger button
   ======================== */
.hamburger-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    min-width: 44px;
    min-height: 44px;
    margin-right: 0;
    flex-shrink: 0;
}

.hamburger-btn span {
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* ========================
   Mobile nav drawer
   ======================== */
.mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1040;
}

.mobile-nav-overlay.open {
    display: block;
}

.mobile-nav-drawer {
    position: fixed;
    top: 0;
    left: -310px;
    width: min(300px, 85vw);
    height: 100%;
    background: #2a2a2a;
    z-index: 1050;
    transition: left 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: env(safe-area-inset-top);
}

.mobile-nav-drawer.open {
    left: 0;
}

.mobile-nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #2a2a2a;
}

.mobile-nav-logo {
    max-height: 44px;
    max-width: 150px;
}

.mobile-nav-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 26px;
    min-width: 44px;
    min-height: 44px;
    cursor: pointer;
    line-height: 1;
    padding: 4px 8px;
    opacity: 0.7;
}

.mobile-nav-close:hover {
    opacity: 1;
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-item {
    border-bottom: 1px solid #1e1e1e;
}

.mobile-nav-row {
    display: flex;
    align-items: stretch;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    flex: 1;
    min-height: 44px;
    padding: 10px 16px;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.85rem;
    text-decoration: none;
}

.mobile-nav-link:hover {
    color: #ff6600 !important;
    text-decoration: none;
}

.mobile-nav-expand {
    background: none;
    border: none;
    border-left: 1px solid #1e1e1e;
    color: #888;
    font-size: 12px;
    cursor: pointer;
    padding: 0 16px;
    transition: color 0.2s, transform 0.2s;
}

.mobile-nav-expand.open {
    transform: rotate(180deg);
    color: #ff6600;
}

.mobile-nav-sub {
    display: none;
    list-style: none;
    padding: 4px 0;
    margin: 0;
    background: #1f1f1f;
}

.mobile-nav-sub.open {
    display: block;
}

.mobile-nav-sub-item {
    border-top: 1px solid #222;
}

.mobile-nav-sub-link {
    display: block;
    padding: 10px 28px;
    color: #bbb !important;
    font-size: 0.82rem;
    text-decoration: none;
}

.mobile-nav-sub-link:hover {
    color: #ff6600 !important;
    text-decoration: none;
}

.mobile-nav-divider {
    height: 1px;
    background: #2a2a2a;
    margin: 4px 0;
}

.mobile-nav-utility {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.mobile-nav-utility-link {
    display: block;
    padding: 10px 16px;
    color: #888 !important;
    font-size: 0.82rem;
    text-decoration: none;
}

.mobile-nav-utility-link:hover {
    color: #ff6600 !important;
    text-decoration: none;
}

/* Footer - Charcoal */
.wrapper-footer {
    background-color: #2a2a2a;
}

.wrapper-footer,
.wrapper-footer-text,
.wrapper-footer-text h1,
.wrapper-footer-text h2,
.wrapper-footer-text h3,
.wrapper-footer-text h4,
.wrapper-footer-text p,
.wrapper-footer h4 {
    color: #ffffff;
}

.wrapper-footer a,
.wrapper-footer-details a {
    color: #cccccc;
}

.wrapper-footer a:hover {
    color: #ff6600;
}

/* Button styling - Orange primary buttons */
.btn-primary {
    background-color: #FF6600;
    border-color: #FF6600;
}

.btn-primary:hover {
    background-color: #d84b08;
    border-color: #d84b08;
}

input[type="submit"].btn,
input[type="button"].btn {
    min-height: 0;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    height: auto;
}

/* Page header border */
.page-header {
    border-color: #ff6600;
}

/* Button rounding (8px as per Rapid theme) */
.btn,
button,
input[type="submit"],
input[type="button"] {
    border-radius: 8px;
}

/* =============================================
   Forms & Inputs — Modern Brand Styling
   ============================================= */

.form-control {
    height: auto;
    min-height: 44px;
    padding: 10px 14px;
    font-size: 1rem;
    color: #1a1a1a;
    background-color: #fff;
    border: 1.5px solid #d4d4d4;
    border-radius: 8px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus {
    border-color: #ff6600;
    box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.15);
    outline: none;
    color: #1a1a1a;
}

.form-control::placeholder {
    color: #b0b0b0;
    font-weight: 400;
}

.form-group label,
.form-group .col-form-label {
    font-weight: 600;
    font-size: 0.85rem;
    color: #1a1a1a;
    margin-bottom: 5px;
}

/* Select — custom chevron arrow replacing browser default */
select.form-control {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2210%22 height=%226%22 viewBox=%220 0 10 6%22%3E%3Cpath d=%22M0 0l5 6 5-6%22 fill=%22%23888%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

/* Input group — restore correct corner rounding after our border-radius override */
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group .input-group-btn > .btn,
.input-group .input-group-append > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.input-group .input-group-prepend > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

/* Header search — unified rounded wrapper, orange button */
.header-search .input-group {
    border: 1.5px solid #ff6600;
    border-radius: 8px;
    overflow: hidden;
    flex-wrap: nowrap;
}
.header-search .form-control {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    min-height: 46px;
    background: #fff;
}
.header-search .form-control:focus {
    border: none !important;
    box-shadow: none !important;
}
.header-search .input-group-btn,
.header-search .input-group-append {
    display: flex;
    align-items: stretch;
}
.header-search .input-group-btn > .btn,
.header-search .input-group-append > .btn {
    background-color: #ff6600;
    border: none;
    color: #fff;
    border-radius: 0 !important;
    padding: 0 14px;
    min-height: 40px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-search .input-group-btn > .btn:hover,
.header-search .input-group-append > .btn:hover {
    background-color: #e55b00;
}

/* Banner carousel — Bootstrap 4 controls */
.homepage-banner-wrapper .carousel-control-prev,
.homepage-banner-wrapper .carousel-control-next {
    width: 50px;
    opacity: 1;
    background: none;
}
.homepage-banner-wrapper .carousel-control-prev i,
.homepage-banner-wrapper .carousel-control-next i {
    font-size: 38px;
    color: #FF6600;
    opacity: 1;
}
.homepage-banner-wrapper .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: rgba(255,255,255,0.6);
    border: none;
}
.homepage-banner-wrapper .carousel-indicators .active {
    background-color: #FF6600;
}

/* Featured products carousel (Slick) */
#home-featured .slick-slide {
    padding: 0 15px;
}

/* Wrapper Products - naturally full width (outside Bootstrap container) */
.wrapper-products {
	background-color: rgba(255, 255, 255, 0.69);
	background-image: url(/assets/webshop/background.png);
	background-size: cover;
	background-position: center;
	padding: 32px 0;
	width: 100%;
}

.section-heading {
	margin-bottom: 32px;
}

.section-heading h2 {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 12px;
}


.wrapper-products .col-12 {
	text-align: center;
}

#home-featured {
	text-align: center;
	padding: 0 30px;
}


.wrapper-products .slick-arrow:hover:before {
    color: #ff6600;
}

/* Parts Finder / Model Selector */
.wrapper-part-finder {
	background-color: #FF6600 /*{part-finder-background-colour}*/;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

/* Collapse the empty container+row the header opens before full-width page heroes.
   default.template.html immediately closes </div></div> on these pages, leaving
   whitespace-only text inside the flex .row which creates a small white gap. */
#main-content {
	margin-top: 0;
}
#main-content:has(> .about-hero) > .container:first-child,
#main-content:has(> .blog-hero) > .container:first-child,
#main-content:has(> .faq-hero) > .container:first-child,
#main-content:has(> .homepage-banner-wrapper) > .container:first-child {
	display: none;
}
#main-content:has(> .about-hero) > .container:first-child > .row,
#main-content:has(> .blog-hero) > .container:first-child > .row,
#main-content:has(> .faq-hero) > .container:first-child > .row {
	height: 0 !important;
	overflow: hidden !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
}

/* Parts finder mobile toggle */
.parts-finder-toggle {
	display: none;
}
@media (max-width: 767px) {
	.parts-finder-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		width: 100%;
		background: none;
		border: none;
		color: #fff;
		font-family: 'Oswald', sans-serif;
		font-size: 0.95rem;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		padding: 10px 16px;
		cursor: pointer;
	}
	.parts-finder-toggle-icon {
		transition: transform 0.25s ease;
	}
	.parts-finder-toggle-icon.rotated {
		transform: rotate(180deg);
	}
	.parts-finder-body {
		display: none !important;
		padding-bottom: 10px;
	}
	.parts-finder-body.open {
		display: block !important;
	}
}

.wrapper-part-finder .parts-finder-content-new p {
	color: #fff;
	line-height: 36px;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 3px;
}

#compat_list {
	width: 100%;
	justify-content: center !important;
	gap: 8px;
}

.dah_compatibility_list {
	margin: 0;
	flex: 0 0 160px;
	min-width: 130px;
	max-width: 180px;
	min-height: 0 !important;
}

.dah_compatibility_list select,
.wrapper-part-finder .compatibility_list {
	height: 32px !important;
	min-height: 32px !important;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0.875rem;
	cursor: pointer;
}

.compat-btn {
	min-width: 60px;
	height: 32px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0.875rem;
	line-height: 32px;
}

.wrapper-part-finder .compatibility_list {
	margin: 0 5px;
	flex: 1;
	min-width: 100px;
	max-width: 200px;
}
#home-featured .slick-arrow {
	width: 40px;
	height: 40px;
	opacity: 1 !important;
	background: none;
	border: none;
	font-size: 0;
}

#home-featured .slick-prev { left: -25px; }
#home-featured .slick-next { right: -25px; }

#home-featured .slick-arrow:before {
	content: none;
}

#home-featured .slick-arrow i {
	font-size: 38px;
	color: #FF6600;
}

#home-featured .slick-disabled i {
	color: rgba(255, 102, 0, 0.35);
}

/* Screen reader only class */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

@media (max-width: 767px) {

	/* Parts finder - compact stacked layout on mobile */
	.parts-finder-body .container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.parts-finder-content-new {
		padding: 0 !important;
	}
	#compat_list {
		flex-direction: column !important;
		justify-content: flex-start !important;
		align-items: center !important;
		gap: 6px !important;
		padding: 8px 0 10px;
		width: 100%;
		margin: 0 auto;
	}
	.dah_compatibility_list {
		margin: 0 !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		flex: none !important;
		min-height: 0;
	}
	.dah_compatibility_list select {
		width: 100%;
		height: 48px;
		min-height: 48px;
		font-size: 0.95rem;
		padding: 10px 36px 10px 14px;
		-webkit-appearance: none;
		appearance: none;
		background-color: #2a2a2a;
		border: none;
		border-radius: 8px;
		font-weight: 500;
		color: #ffffff !important;
		background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2210%22 height=%226%22 viewBox=%220 0 10 6%22%3E%3Cpath d=%22M0 0l5 6 5-6%22 fill=%22%23ffffff%22/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: right 12px center;
	}
	.dah_compatibility_list select:focus {
		background-color: #1a1a1a;
		outline: none;
		color: #ffffff !important;
	}
	.dah_compatibility_list select option {
		background-color: #2a2a2a;
		color: #ffffff;
	}
	.compat-btn {
		width: 100% !important;
		margin-top: 4px;
	}

	/* Mega menu - full width on mobile */
	.mega-menu-cat .nav-item {
		float: none;
		width: 100%;
		padding: 0;
	}
}

#parts_finder {
	padding: 10px 0;
}

.parts-finder-content-new {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Hide Neto's compatibility list loading indicator to prevent layout shift */
.dah_compatibility_list img,
.dah_compatibility_list .n-loading,
.dah_compatibility_list .loading,
.dah_compatibility_list .loader,
.dah_compatibility_list .compat-loader {
	display: none !important;
}

.wrapper-part-finder p,
.wrapper-part-finder label {
	color: #fff;
}

/* Full-width backgrounds with centered content */

/* Consolidated header row — flex layout replacing the old multi-bar approach */

.header-row {
	display: flex;
	align-items: center;
	gap: 16px;
}

.header-logo {
	flex-shrink: 0;
}

.header-search-wrap {
	flex: 1;
	min-width: 0;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
}

.header-phone {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #fff !important;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	padding: 6px 10px;
	border-right: 1px solid rgba(255,255,255,0.15);
	margin-right: 4px;
	white-space: nowrap;
}

.header-phone:hover {
	color: #FF6600 !important;
	text-decoration: none;
}

.header-icon-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	min-width: 44px;
	min-height: 44px;
	color: #fff !important;
	text-decoration: none;
	padding: 6px 10px;
	border-radius: 8px;
	font-size: 0.75rem;
	font-weight: 500;
	transition: color 0.2s, background 0.2s;
	white-space: nowrap;
}

.header-icon-link:hover {
	color: #FF6600 !important;
	background: rgba(255,255,255,0.08);
	text-decoration: none;
}

.header-icon-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
}

.header-icon-label {
	font-size: 0.85rem;
	line-height: 1;
	letter-spacing: 0.02em;
}

.top-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
}

.top-menu li {
	margin-left: 20px;
}

.top-menu a {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}

.top-menu a:hover {
	color: #FF6600;
}

.wrapper-header {
	background-color: #2a2a2a /*{header-background-colour}*/;
	padding: 12px 0;
}

.wrapper-header a {
	color: #ffffff /*{header-link-colour}*/;
}

.wrapper-header a:hover {
	color: #FF6600;
	text-decoration: none;
}

/* Logo */
.wrapper-header .logo {
	max-height: 110px;
	max-width: 320px;
	width: auto;
	height: auto;
}

/* Header cart icon container */
#header-cart {
	display: flex;
	align-items: center;
}

/* Cart count badge */
.cart-count {
	position: absolute;
	bottom: -6px;
	right: -10px;
	font-size: 0.65rem;
	font-weight: 700;
	background: #FF6600;
	color: #fff;
	border-radius: 50%;
	min-width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	padding: 0 3px;
	display: inline-block;
}

/* Responsive header */
@media (max-width: 575px) {
	.header-search-wrap {
		display: none;
	}
	.wrapper-header .logo {
		max-height: 56px;
		max-width: 100%;
	}
	.wrapper-header {
		padding: 13px 0;
	}
}
@media (min-width: 576px) and (max-width: 991px) {
	.wrapper-header .logo {
		max-height: 80px;
	}
}


.wrapper-security {
	background-color: #fff;
	padding: 16px 0;
	border-bottom: 1px solid #e9ecef;
}

.secure-option {
	text-align: center;
}

@media (max-width: 767px) {
	.wrapper-security .col-12 .secure-option {
		padding-bottom: 24px;
		margin-bottom: 24px;
		border-bottom: 1px solid #e9ecef;
	}
	.wrapper-security .col-12:last-child .secure-option {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
}

.secure-option h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #333;
	text-align: center;
}

.secure-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 2px solid #FF6600;
	border-radius: 8px;
	padding: 7px 14px;
	background: #fff8f4;
}

.secure-badge-icon i {
	font-size: 24px;
	color: #FF6600;
}

.secure-badge-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}

.secure-badge-title {
	font-weight: 700;
	font-size: 13px;
	color: #1a1a1a;
	line-height: 1.2;
}

.secure-badge-sub {
	font-size: 10px;
	color: #555;
	line-height: 1.2;
}

.footer-logo {
	max-height: 110px;
	max-width: 280px;
	margin: 0 auto 20px;
	display: block;
}

.footer-contact-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 8px;
}

.footer-columns {
	padding-top: 32px;
	padding-bottom: 24px;
	align-items: flex-start;
}

.wrapper-footer hr {
	margin-top: 12px;
	margin-bottom: 12px;
	border-color: rgba(255,255,255,0.1);
}

.footer-contact-link {
	font-size: 1.15rem;
	font-weight: 600;
	text-decoration: none;
	color: #ccc;
}

.footer-contact-link:hover {
	text-decoration: none;
	color: #ff6600;
}

.list-social li {
	margin-right: 15px;
}

.list-social a {
	font-size: 28px;
	display: inline-block;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.list-social a:hover {
	transform: translateY(-3px) scale(1.15);
	opacity: 0.85;
	color: inherit;
}

/* Social media icon colors */
.text-facebook {
	color: #1877f2 !important;
}

.text-twitter {
	color: #1da1f2 !important;
}

.text-instagram {
	color: #e4405f !important;
}

.text-youtube {
	color: #ff0000 !important;
}

.text-google-plus {
	color: #db4437 !important;
}

.text-pinterest {
	color: #bd081c !important;
}

.text-linkedin {
	color: #0077b5 !important;
}

.payment-icons-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.payment-icon-item {
	display: flex;
	align-items: center;
	height: 60px;
}

.payment-svg {
	height: 60px;
	width: auto;
	display: block;
}

.payment-svg-mastercard {
	height: 44px;
	width: auto;
	display: block;
}

.payment-svg-amex {
	height: 52px;
	width: auto;
	display: block;
}

.payment-svg-afterpay {
	height: 40px;
	width: auto;
	display: block;
}

.list-inline {
	text-align: center;
}

.list-inline-item {
	background: transparent;
}

.list-social i {
	font-size: 48px;
}

.wrapper-footer {
	background-color: #2a2a2a /*{footer-background-colour}*/;
}

.wrapper-footer p,
.wrapper-footer h4 {
	color: #ffffff /*{footer-primary-font-colour}*/;
}

.wrapper-footer a {
	color: #cccccc /*{footer-link-colour}*/;
}

.wrapper-footer a:hover {
	color: #FF6600 /*{footer-link-hover-colour}*/;
}


/* Home USP Section */
.usp__section {
	background-color: #f4f4f4;
	padding: 40px 0;
	margin: 32px 0;
	border-radius: 8px;
}

.usp {
	text-align: center;
	padding: 20px;
	transition: transform 0.3s ease;
}

a.usp--link {
	display: block;
	text-decoration: none;
	color: inherit;
}

a.usp--link:hover {
	text-decoration: none;
	color: inherit;
	transform: translateY(-5px);
}

a.usp--link:hover .usp__heading {
	color: #FF6600;
}

.usp:hover {
	transform: translateY(-5px);
}

.usp__head {
	font-size: 2.5rem;
	margin-bottom: 15px;
	color: #FF6600;
}

.usp__icon {
	font-size: 2.5rem;
}

.usp__img-afterpay {
	max-height: 50px;
	width: auto;
	filter: brightness(0) saturate(100%) invert(47%) sepia(94%) saturate(1374%) hue-rotate(0deg) brightness(104%);
}

.usp__heading {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 10px;
	color: #333;
}

.usp__text {
	font-size: 0.9rem;
	color: #666;
	margin: 0;
}

/* ========================
   About Us Page
   ======================== */

/* Hero */
.about-hero {
	background-color: #2a2a2a;
	padding: 48px 0 40px;
	border-bottom: 4px solid #FF6600;
}

/* Strip Bootstrap's breadcrumb box from all charcoal hero sections */
.about-hero .breadcrumb,
.blog-hero .breadcrumb,
.cat-header .breadcrumb {
	background: none !important;
	border-radius: 0;
	padding: 0;
	margin: 0 0 10px;
}

.about-breadcrumb {
	background: transparent;
	padding: 0 0 16px;
	margin: 0;
}

.about-breadcrumb .breadcrumb-item a {
	color: rgba(255,255,255,0.35);
	text-decoration: none;
	font-size: 0.82rem;
}

.about-breadcrumb .breadcrumb-item a:hover {
	color: #FF6600;
}

.about-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255,255,255,0.18);
}

.about-hero-title {
	font-family: 'Oswald', sans-serif;
	font-size: 3rem;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin: 0 0 12px;
	line-height: 1.1;
}

.about-hero-tagline {
	color: #ccc;
	font-size: 1.1rem;
	margin: 0;
	max-width: 620px;
}

/* Brand story */
.about-story {
	padding: 64px 0;
	background: #fff;
}

.about-story-inner {
	max-width: 780px;
	margin: 0 auto;
}

.about-lead {
	font-size: 1.2rem;
	color: #333;
	line-height: 1.7;
	margin-bottom: 28px;
	font-weight: 500;
	border-left: 4px solid #FF6600;
	padding-left: 20px;
}

.about-body {
	font-size: 1rem;
	color: #444;
	line-height: 1.8;
}

.about-body h2,
.about-body h3 {
	color: #2a2a2a;
	margin-top: 32px;
}

/* Stats bar */
.about-stats {
	background-color: #2a2a2a;
	padding: 48px 0;
}

.about-stats-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
}

.about-stat {
	flex: 1 1 160px;
	text-align: center;
	padding: 16px 24px;
	border-right: 1px solid #3a3a3a;
}

.about-stat:last-child {
	border-right: none;
}

.about-stat-number {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 2.4rem;
	font-weight: 600;
	color: #FF6600;
	line-height: 1;
	margin-bottom: 8px;
}

.about-stat-label {
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	color: #aaa;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

@media (max-width: 575px) {
	.about-stats-grid {
		gap: 1px;
	}
	.about-stat {
		flex: 1 1 45%;
		border-right: none;
		border-bottom: 1px solid #3a3a3a;
	}
}

/* Why Mustard values */
.about-values {
	background: #f4f4f4;
	padding: 64px 0;
}

.about-values-heading {
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #2a2a2a;
	text-align: center;
	margin-bottom: 48px;
	letter-spacing: 0.04em;
}

.about-values-heading::after {
	content: '';
	display: block;
	width: 48px;
	height: 3px;
	background: #FF6600;
	margin: 12px auto 0;
}

.about-values-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

@media (max-width: 991px) {
	.about-values-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 575px) {
	.about-values-grid {
		grid-template-columns: 1fr;
	}
}

.about-value-card {
	background: #fff;
	padding: 32px 24px;
	text-align: center;
	border-top: 3px solid transparent;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.about-value-card:hover {
	border-top-color: #FF6600;
	box-shadow: 0 6px 20px rgba(0,0,0,0.10);
}

.about-value-icon {
	width: 64px;
	height: 64px;
	background: #2a2a2a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	transition: background 0.25s ease;
}

.about-value-card:hover .about-value-icon {
	background: #FF6600;
}

.about-value-icon i {
	font-size: 1.4rem;
	color: #FF6600;
	transition: color 0.25s ease;
}

.about-value-card:hover .about-value-icon i {
	color: #fff;
}

.about-value-title {
	font-family: 'Oswald', sans-serif;
	font-size: 1.05rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #2a2a2a;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
}

.about-value-text {
	font-size: 0.88rem;
	color: #666;
	line-height: 1.7;
	margin: 0;
}

/* Additional content zone */
.about-extra {
	padding: 64px 0;
	background: #fff;
}

/* CTA strip */
.about-cta {
	background: #FF6600;
	padding: 64px 0;
}

.about-cta-heading {
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
}

.about-cta-sub {
	color: rgba(255,255,255,0.85);
	font-size: 1rem;
	margin-bottom: 28px;
}

.about-cta-btn {
	display: inline-block;
	background: #fff;
	color: #2a2a2a;
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 14px 36px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.about-cta-btn:hover {
	background: #FF6600;
	color: #fff;
	text-decoration: none;
}

.about-cta .about-cta-btn:hover {
	background: #2a2a2a;
	color: #fff;
}

/* ========================
   Blog Post
   ======================== */

.blog-hero {
	background-color: #2a2a2a;
	padding: 32px 0;
	border-bottom: 4px solid #FF6600;
}

.blog-breadcrumb {
	background: transparent;
	padding: 0 0 14px;
	margin: 0;
}

.blog-breadcrumb .breadcrumb-item a {
	color: rgba(255,255,255,0.35);
	text-decoration: none;
	font-size: 0.82rem;
}

.blog-breadcrumb .breadcrumb-item a:hover { color: #FF6600; }

.blog-breadcrumb .breadcrumb-item.active {
	color: rgba(255,255,255,0.25);
	font-size: 0.82rem;
}

.blog-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.18); }

.blog-hero-title {
	font-family: 'Oswald', sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin: 0 0 14px;
	line-height: 1.15;
}

.blog-hero-sub {
	color: rgba(255,255,255,0.65);
	font-size: 1rem;
	margin: 0;
	max-width: 560px;
}

.blog-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	color: rgba(255,255,255,0.55);
	font-size: 0.85rem;
}

.blog-meta-item {
	display: flex;
	align-items: center;
	gap: 6px;
}

.blog-content {
	padding: 48px 0;
}

.blog-content-inner {
	max-width: 780px;
}

.blog-content-inner--wide {
	max-width: 960px;
}

.blog-lead {
	font-size: 1.15rem;
	line-height: 1.75;
	color: #444;
	border-left: 4px solid #FF6600;
	padding-left: 18px;
	margin-bottom: 32px;
}

.blog-body {
	font-size: 1rem;
	line-height: 1.8;
	color: #333;
}

.blog-body h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #2a2a2a;
	letter-spacing: 0.04em;
	margin: 40px 0 14px;
	padding-bottom: 8px;
	border-bottom: 2px solid #FF6600;
}

.blog-body h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: #2a2a2a;
	margin: 28px 0 10px;
}

.blog-body p { margin-bottom: 20px; }

.blog-body ul,
.blog-body ol {
	margin-bottom: 20px;
	padding-left: 24px;
}

.blog-body li { margin-bottom: 6px; }

.blog-body a { color: #FF6600; }

.blog-body a:hover { color: #e05500; }

.blog-body img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	margin: 16px 0;
}

/* Blog post listing (section/parent pages) */
.blog-listing {
	padding: 48px 0;
	background: #f8f8f8;
}

.blog-listing-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.blog-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-top: 3px solid #e8e8e8;
	padding: 24px;
	text-decoration: none;
	color: #2a2a2a;
	transition: border-top-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.blog-card:hover {
	border-top-color: #FF6600;
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
	transform: translateY(-2px);
	text-decoration: none;
	color: #2a2a2a;
}

.blog-card-date {
	font-size: 0.78rem;
	color: #FF6600;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
}

.blog-card-title {
	font-family: 'Oswald', sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #2a2a2a;
	letter-spacing: 0.03em;
	margin: 0 0 12px;
	line-height: 1.2;
	transition: color 0.2s ease;
}

.blog-card:hover .blog-card-title {
	color: #FF6600;
}

.blog-card-excerpt {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.6;
	margin-bottom: 16px;
	flex-grow: 1;
}

.blog-card-read-more {
	font-size: 0.82rem;
	font-weight: 600;
	color: #FF6600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

@media (max-width: 767px) {
	.blog-listing-grid { grid-template-columns: 1fr; }
}

.blog-cta {
	background: #2a2a2a;
	padding: 56px 24px;
	border-top: 4px solid #FF6600;
	border-bottom: 4px solid #FF6600;
}

.blog-cta-heading {
	font-family: 'Oswald', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}

.blog-cta-sub {
	color: rgba(255,255,255,0.7);
	font-size: 1rem;
	margin-bottom: 28px;
}

@media (max-width: 767px) {
	.blog-hero-title { font-size: 1.6rem; }
	.blog-content { padding: 32px 0; }
	.blog-body h2 { font-size: 1.25rem; }
}

/* ── FAQ Page ─────────────────────────────────────────────────────────────── */
html { scroll-behavior: smooth; }

.faq-hero {
	background: #2a2a2a;
	padding: 3.5rem 0 2.5rem;
}

.faq-hero .breadcrumb {
	background: transparent;
	padding: 0;
	margin-bottom: 1.5rem;
}

.faq-hero .faq-breadcrumb .breadcrumb-item a,
.faq-hero .faq-breadcrumb .breadcrumb-item.active {
	color: rgba(255,255,255,.65);
}

.faq-hero .faq-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255,255,255,.4);
}

.faq-hero-title {
	font-family: 'Oswald', sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #fff;
	margin-bottom: 2rem;
}

.faq-nav-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .75rem;
}

.faq-nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .35rem;
	padding: .9rem 1.4rem;
	background: rgba(255,255,255,.06);
	border: 2px solid rgba(255,255,255,.2);
	border-radius: 8px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: .8rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .04em;
	text-decoration: none;
	transition: border-color .2s, color .2s, background .2s, box-shadow .2s;
	min-width: 110px;
	text-align: center;
}

.faq-nav-item:hover {
	border-color: #FF6600;
	color: #FF6600;
	background: rgba(255,102,0,.08);
	box-shadow: 0 2px 12px rgba(255,102,0,.2);
	text-decoration: none;
}

.faq-nav-icon {
	font-size: 1.3rem;
	color: #FF6600;
}

.faq-body {
	padding: 3rem 0 2rem;
}

.faq-section {
	margin-bottom: 2.75rem;
	scroll-margin-top: 90px;
}

.faq-section-heading {
	font-family: 'Oswald', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #2a2a2a;
	margin-bottom: 1.1rem;
	padding-bottom: .45rem;
	border-bottom: 3px solid #FF6600;
	display: inline-block;
}

.faq-accordion .card {
	border: 1px solid #e5e5e5;
	border-radius: 8px !important;
	margin-bottom: .45rem;
	overflow: hidden;
	box-shadow: none;
}

.faq-item-header {
	background: #fff;
	padding: 0;
	border-bottom: none;
}

.faq-question {
	width: 100%;
	text-align: left;
	padding: .95rem 1.2rem;
	font-size: .95rem;
	font-weight: 600;
	color: #2a2a2a;
	display: flex;
	justify-content: space-between;
	align-items: center;
	white-space: normal;
	line-height: 1.45;
	text-decoration: none !important;
	transition: color .15s;
}

.faq-question:hover,
.faq-question:focus {
	color: #FF6600;
	text-decoration: none !important;
}

.faq-question[aria-expanded="true"] {
	color: #FF6600;
	border-bottom: 1px solid #e5e5e5;
}

.faq-chevron {
	flex-shrink: 0;
	margin-left: 1rem;
	font-size: .8rem;
	color: #FF6600;
	transition: transform .2s ease;
}

.faq-question[aria-expanded="true"] .faq-chevron {
	transform: rotate(180deg);
}

.faq-answer {
	padding: 1.1rem 1.2rem 1.2rem;
	color: #444;
	font-size: .95rem;
	line-height: 1.75;
	background: #fafafa;
}

.faq-answer p:last-child,
.faq-answer ul:last-child {
	margin-bottom: 0;
}

.faq-answer a {
	color: #FF6600;
	text-decoration: underline;
}

.faq-answer ul {
	padding-left: 1.4rem;
}

@media (max-width: 575px) {
	.faq-nav-item { min-width: 90px; padding: .7rem 1rem; font-size: .75rem; }
	.faq-nav-icon { font-size: 1.1rem; }
	.faq-section-heading { font-size: 1.1rem; }
	.faq-question { font-size: .9rem; padding: .85rem 1rem; }
}

/* ========================
   Brands Slider
   ======================== */
.our-brands {
	padding: 48px 0 56px;
	background-image: url(../assets/background1.png);
	background-size: cover;
	background-position: center;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	width: 100vw;
}

.our-brands h2,
.our-brands .home-section-sub {
	color: #fff;
}

.our-brands h2 {
	margin-bottom: 8px;
}

.our-brands .home-section-sub {
	margin-bottom: 32px;
}

.brand-slide {
	padding: 0 10px;
}

.brand-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 120px;
	gap: 8px;
}

.brand-item img {
	max-height: 90px;
	width: 100%;
	max-width: 100%;
	object-fit: contain;
	margin: 0 auto;
	transition: transform 0.25s ease;
}

.brand-item::after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background: #FF6600;
	border-radius: 2px;
	transition: width 0.25s ease;
}

.brand-item:hover img {
	transform: scale(1.08);
}

.brand-item:hover::after {
	width: 80%;
}

.brands-slider .slick-prev,
.brands-slider .slick-next {
	width: 40px;
	height: 40px;
	opacity: 1 !important;
}

.brands-slider .slick-prev:before,
.brands-slider .slick-next:before {
	color: #FF6600;
	font-size: 32px;
	opacity: 1 !important;
}

.brands-slider .slick-disabled:before {
	color: rgba(255, 102, 0, 0.35) !important;
}

@media (max-width: 767px) {
	.brands-slider .slick-prev,
	.brands-slider .slick-next {
		display: none !important;
	}
}

/* Hover Dropdowns */
.navbar .dropdown:hover .dropdown-menu {
	display: block;
}

.navbar .dropdown .dropdown-menu {
	display: none;
}

/* Mega Menu */
.navbar .dropdown.position-static .dropdown-menu {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	border: none;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	border-radius: 0;
}

.mega-menu-cat {
	list-style: none;
}

.mega-menu-cat .nav-item {
	float: left;
	width: 25%;
	padding: 0 15px;
}

.mega-menu-cat .nav-link {
	color: #333;
	padding: 5px 0;
	font-weight: normal;
}

.mega-menu-cat .nav-link.font-weight-bold {
	color: #ff6600;
	font-weight: 600;
}

.mega-menu-cat .nav-link:hover {
	color: #ff6600;
}

/* Category tiles - 4 equal columns */
.nAdvert__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 280px;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 8px;
}

.nAdvert__col {
    min-width: 0;
}

.nAdvert {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.nAdvert__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 5;
}

.nAdvert__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #2c2c2c;
    transition: transform 0.5s ease;
}

.nAdvert::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    transition: background 0.3s ease;
    z-index: 2;
}

.nAdvert:hover::after {
    background: rgba(0,0,0,0.2);
}

.nAdvert:hover .nAdvert__img {
    transform: scale(1.06);
}

.nAdvert__heading {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 4;
    transition: color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.nAdvert__heading::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #FF6600;
    border-radius: 2px;
    transition: width 0.25s ease;
}

.nAdvert:hover .nAdvert__heading {
    color: #FF6600;
}

.nAdvert:hover .nAdvert__heading::after {
    width: 80%;
}

@media (max-width: 767px) {
    .nAdvert__wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 180px);
        gap: 12px;
    }
    .nAdvert__heading {
        font-size: 1rem;
    }
}

/* Brands section - Automotiv style caption overlay */
.brand-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: none;
    margin-bottom: 0;
}

.brand-card img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.brand-card .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 102, 0, 0.8);
    padding: 15px;
    margin: 0;
    transition: background-color 0.3s ease;
}

.brand-card .caption h5 {
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
}

.brand-card:hover .caption {
    background-color: #FF6600;
}

.brand-card:hover img {
    transform: scale(1.05);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Oswald', sans-serif /*{headers-font-family}*/;
	color: #333 /*{headers-colour}*/;
}

.carousel-caption h3, .carousel-caption h2,.carousel-caption .h3,.carousel-caption p {
	color: #fff /*{carousel-text-colour}*/;
}

h1, .h1 {
	font-size: 26.249px /*{header-1-font-size}*/;
}
h2, .h2 {
	font-size: 21px /*{header-2-font-size}*/;
}
h3, .h3 {
	font-size: 18.375px /*{header-3-font-size}*/;
}
h4, .h4 {
	font-size: 15.75px /*{header-4-font-size}*/;
}
h5, .h5 {
	font-size: 13.124px /*{header-5-font-size}*/;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #333 /*{buttons | btn-default-text-colour}*/;
	background-color: #fff /*{buttons | btn-default-background-colour}*/;
	border-color: #ccc /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover{
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled, .btn-default:disabled {
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
	color: #fff /*{buttons | btn-primary-text-colour}*/;
	background-color: #FF6600 /*{buttons | btn-primary-background-colour}*/;
	border-color: #FF6600 /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #d84b08 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #d84b08 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #d84b08 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #d84b08 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #d84b08 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #d84b08 /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Warning button */
.btn-warning {
	color: #fff /*{buttons | btn-warning-text-colour}*/;
	background-color: #ffc107 /*{buttons | btn-warning-background-colour}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour}*/;
}
.btn-warning:hover {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color:  #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
/* Danger button */
.btn-danger {
	color: #fff /*{buttons | btn-danger-text-colour}*/;
	background-color: #dc3545 /*{buttons | btn-danger-background-colour}*/;
	border-color: #dc3545 /*{buttons | btn-danger-border-colour}*/;
}
.btn-danger:hover {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color:  #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
/* Success button — mapped to brand orange */
.btn-success {
	color: #fff /*{buttons | btn-success-text-colour}*/;
	background-color: #FF6600 /*{buttons | btn-success-background-colour}*/;
	border-color: #FF6600 /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #e55b00 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #e55b00 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #e55b00 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #e55b00 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #e55b00 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #e55b00 /*{buttons | btn-success-border-colour-hover}*/;
}
/* Info button */
.btn-info {
	color: #fff /*{buttons | btn-info-text-colour}*/;
	background-color: #17a2b8 /*{buttons | btn-info-background-colour}*/;
	border-color: #17a2b8 /*{buttons | btn-info-border-colour}*/;
}
.btn-info:hover {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color:  #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}

.breadcrumb {
	background-color: #f8f9fa /*{breadcrumb-background-colour}*/;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #6c757d /*{breadcrumb-text-colour}*/;
}

.breadcrumb > .active,
.breadcrumb a {
	color: #696969 /*{breadcrumb-text-colour}*/;
}

.pagination .page-link{
	color: #FF6600 /*{pagination-text-colour}*/;
	background-color: #fff /*{pagination-bg-colour}*/;
	border-color: #dee2e6 /*{pagination-border-colour}*/;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: #e55b00 /*{pagination-text-colour-hover}*/;
	background-color: #f4f4f4 /*{pagination-bg-colour-hover}*/;
	border-color: #dee2e6 /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
	color: #fff /*{pagination-text-colour-active}*/;
	background-color: #FF6600 /*{pagination-bg-colour-active}*/;
	border-color: #FF6600 /*{pagination-border-colour-active}*/;
}

.badge-secondary {
	background-color: #6c757d /*{label-default-bg}*/;
}
.badge-primary {
	background-color: #FF6600 /*{label-primary-bg}*/;
}
.badge-success {
	background-color: #28a745 /*{label-success-bg}*/;
}
.badge-info {
	background-color: #555555 /*{label-info-bg}*/;
}
.badge-warning {
	background-color: #ffc107 /*{label-warning-bg}*/;
	color: #1a1a1a;
}
.badge-danger {
	background-color: #dc3545 /*{label-danger-bg}*/;
}

.card {
	border-color: #ddd /*{panel-border-colour}*/;
}

.card.thumbnail {
	border: none;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card.thumbnail:hover {
	box-shadow: 0 6px 20px rgba(0,0,0,0.15);
	transform: translateY(-3px);
}

.card.thumbnail .price {
	font-size: 1.2rem;
	font-weight: 700;
	color: #212529;
}
.card-header {
	background-color: #f5f5f5 /*{panel-header-bg-colour}*/;
	border-color: #ddd /*{panel-header-border-colour}*/;
}

/* ========================
   Sidebar
   ======================== */
.sidebar-panel {
	border: none;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

.sidebar-panel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #2a2a2a;
	color: #fff;
	padding: 12px 16px;
	font-family: 'Oswald', sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-left: 4px solid #FF6600;
	width: 100%;
}

/* Toggle button variant (used for filters panel) */
button.sidebar-toggle {
	border: none;
	cursor: pointer;
	text-align: left;
}

button.sidebar-toggle .sidebar-toggle-icon {
	transition: transform 0.25s ease;
	font-size: 0.75rem;
}

button.sidebar-toggle[aria-expanded="true"] .sidebar-toggle-icon {
	transform: rotate(180deg);
}

/* Category / Information nav */
.sidebar-nav {
	background: #fff;
}

.sidebar-nav-item {
	border-bottom: 1px solid #f0f0f0;
}

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

.sidebar-nav-link {
	display: block;
	padding: 11px 16px;
	color: #2a2a2a;
	font-size: 0.9rem;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease, background 0.2s ease;
	border-left: 3px solid transparent;
}

.sidebar-nav-link:hover {
	color: #FF6600;
	background: #fff8f4;
	border-left-color: #FF6600;
	text-decoration: none;
}

.sidebar-nav-item--active > .sidebar-nav-link {
	color: #FF6600;
	border-left-color: #FF6600;
	font-weight: 700;
	background: #fff8f4;
}

/* Sub-nav (level 2 / 3) */
.sidebar-nav-sub {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #f8f8f8;
	border-top: 1px solid #f0f0f0;
}

.sidebar-nav-sub-item {
	border-bottom: 1px solid #ececec;
}

.sidebar-nav-sub-item:last-child {
	border-bottom: none;
}

.sidebar-nav-sub-link {
	display: block;
	padding: 8px 16px 8px 26px;
	color: #555;
	font-size: 0.85rem;
	text-decoration: none;
	transition: color 0.2s ease;
}

.sidebar-nav-sub-link:hover,
.sidebar-nav-sub-link--active {
	color: #FF6600;
	text-decoration: none;
}

.sidebar-nav-sub-link--active {
	font-weight: 600;
	border-left: 3px solid #FF6600;
	padding-left: 23px;
}

.sidebar-nav-sub-item--deep .sidebar-nav-sub-link {
	padding-left: 36px;
	font-size: 0.82rem;
}

/* Filter items */
#filters {
	background: #fff;
}

.sidebar-filter-group-header {
	padding: 8px 16px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #fff;
	background: #3a3a3a;
	border-top: 1px solid #444;
}

.sidebar-filter-item {
	display: flex;
	align-items: center;
	padding: 9px 16px;
	color: #333;
	font-size: 0.875rem;
	text-decoration: none;
	border-bottom: 1px solid #f0f0f0;
	transition: background 0.15s ease, color 0.15s ease;
	gap: 8px;
}

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

.sidebar-filter-item:hover {
	background: #fff8f4;
	color: #FF6600;
	text-decoration: none;
}

.sidebar-filter-item i {
	flex-shrink: 0;
	width: 14px;
}

.sidebar-filter-active {
	color: #FF6600;
	font-weight: 600;
}

.sidebar-filter-active i {
	color: #FF6600;
}

.sidebar-filter-count {
	margin-left: auto;
	background: #2a2a2a;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	padding: 2px 7px;
	border-radius: 8px;
	flex-shrink: 0;
}

.sidebar-filter-active .sidebar-filter-count {
	background: #FF6600;
}

/* Price range slider */
.sidebar-price-range {
	padding: 14px 16px;
	background: #fff;
	border-top: 1px solid #f0f0f0;
}

.sidebar-price-range #price-range {
	margin-bottom: 10px;
}

.price_range {
	font-size: 0.875rem;
	color: #2a2a2a;
	font-weight: 600;
}

.btn-sidebar-filter {
	background: #FF6600;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 0.8rem;
	font-weight: 600;
	padding: 5px 14px;
}

.btn-sidebar-filter:hover {
	background: #e05c00;
	color: #fff;
}

.btn-sidebar-clear {
	background: transparent;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 0.8rem;
	padding: 5px 14px;
	margin-left: 6px;
}

.btn-sidebar-clear:hover {
	border-color: #999;
	color: #333;
}

/* jQuery UI price slider — brand colours */
#left-sidebar .ui-slider-range {
	background: #FF6600;
}

#left-sidebar .ui-slider-handle {
	border-color: #FF6600;
}

.productsave {
	color: #FF6600 /*{sale-colour}*/;
}


.dropdown-menu {
	background-color: #fff /*{dropdown-menu-bg}*/;
	border-color: #ccc /*{dropdown-menu-border-colour}*/;
}

.dropdown-item{
	color: #212529 /*{dropdown-menu-link-colour}*/;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active{
	color: #262626 /*{dropdown-menu-link-colour-hover}*/;
	background-color: #f5f5f5 /*{dropdown-menu-link-bg-hover}*/;
}

/* =============================================
   Account Page
   ============================================= */

/* ── Account Login / Register ─────────────────────────────────────────── */
.account-login-hero {
	background: #2a2a2a;
	padding: 40px 0;
	width: 100%;
	color: #fff;
	border-radius: 12px;
	margin-top: 16px;
}

.account-login-hero h1 {
	color: #fff;
}

.account-logout-icon {
	font-size: 3rem;
	color: #FF6600;
	display: block;
	margin-bottom: 16px;
}

.account-logout-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.account-logout-btn {
	min-width: 160px;
}

.account-login-hero-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
}

.account-login-hero-icon {
	color: #FF6600;
	margin-right: 8px;
}


.account-login-hero-sub {
	color: #aaa;
	font-size: 0.95rem;
	margin: 8px 0 0;
}

.account-login-shop-btn {
	background: transparent;
	border: 2px solid #FF6600;
	color: #FF6600;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	border-radius: 8px;
	padding: 10px 20px;
	white-space: nowrap;
}

.account-login-shop-btn:hover {
	background: #FF6600;
	color: #fff;
	text-decoration: none;
}

.account-card {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.account-card-header {
	background: #2a2a2a;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	padding: 16px 24px;
}

.account-card-header i,
.account-wholesale-title i {
	color: #FF6600;
}

.account-card-body {
	padding: 24px;
	background: #fff;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.account-card-body form {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.account-card-body .account-btn {
	margin-top: auto;
}

.account-btn {
	background: #FF6600;
	border-color: #FF6600;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	border-radius: 8px;
}

.account-btn:hover {
	background: #e05a00;
	border-color: #e05a00;
	color: #fff;
}

.account-wholesale-card {
	background: #2a2a2a;
	border-radius: 8px;
	padding: 24px 32px;
}

.account-wholesale-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.account-wholesale-title {
	font-family: 'Oswald', sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #fff;
	margin-bottom: 4px;
}

.account-wholesale-sub {
	color: #aaa;
	font-size: 0.9rem;
	margin-bottom: 0;
}

.account-wholesale-btn {
	background: #FF6600;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	border-radius: 8px;
	padding: 10px 24px;
	white-space: nowrap;
}

.account-wholesale-btn:hover {
	background: #e05a00;
	color: #fff;
}

/* Account tiles grid */
.account-tile {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: 4px solid #ff6600;
    border-radius: 4px;
    text-decoration: none;
    color: #1a1a1a;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    min-height: 82px;
}

.account-tile:hover {
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.account-tile-icon {
    font-size: 1.8rem;
    color: #ff6600;
    flex-shrink: 0;
    width: 36px;
    text-align: center;
}

.account-tile-content {
    flex: 1;
    min-width: 0;
}

.account-tile-title {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 3px;
    color: inherit;
    line-height: 1.2;
}

.account-tile-sub {
    font-size: 0.78rem;
    color: #888;
    margin: 0;
    line-height: 1.3;
}

.account-tile:hover .account-tile-sub {
    color: #bbb;
}

/* Account section heading */
.account-section-heading {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: #2a2a2a;
	border-bottom: 2px solid #FF6600;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.account-section-heading i {
	color: #FF6600;
}

/* Account order / wishlist tiles */
.account-order-tile {
	border: 1px solid #e8e8e8;
	border-top: 4px solid #FF6600;
	border-radius: 4px;
	background: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.account-order-tile-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px 10px;
	gap: 8px;
}

.account-order-id {
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #2a2a2a;
}

.account-order-id i,
.account-order-tile-actions .account-order-action-btn i {
	color: #FF6600;
}

.account-order-badge {
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 3px 8px;
	border-radius: 4px;
	background: #e0e0e0;
	color: #555;
}

.account-order-badge--dispatched {
	background: #d4edda;
	color: #155724;
}

.account-order-tile-body {
	padding: 0 16px 12px;
	flex: 1;
	font-size: 0.85rem;
	color: #555;
}

.account-order-tile-body p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4px;
}

.account-order-tile-body span {
	color: #888;
}

.account-order-tile-actions {
	display: flex;
	gap: 8px;
	padding: 12px 16px;
	border-top: 1px solid #f0f0f0;
	flex-wrap: wrap;
}

.account-order-action-btn {
	font-family: 'Oswald', sans-serif;
	font-size: 0.82rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 6px 12px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	background: #fff;
	color: #2a2a2a;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.15s, color 0.15s;
}

.account-order-action-btn:hover {
	background: #2a2a2a;
	color: #fff;
	text-decoration: none;
	border-color: #2a2a2a;
}

.account-order-action-btn--primary {
	background: #FF6600;
	border-color: #FF6600;
	color: #fff;
}

.account-order-action-btn--primary:hover {
	background: #e05a00;
	border-color: #e05a00;
	color: #fff;
}

/* Account section headings (Orders, Wishlists etc.) */
#n_customer section > h2 {
    font-family: 'Oswald', -apple-system, sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1a1a1a;
    padding-bottom: 10px;
    border-bottom: 3px solid #ff6600;
    display: inline-block;
    margin-bottom: 20px;
}

/* Order status badge colours */
#n_customer .badge-primary   { background-color: #1a1a1a; }
#n_customer .badge-success   { background-color: #28a745; }
#n_customer .badge-info      { background-color: #17a2b8; }
#n_customer .badge-warning   { background-color: #ffc107; color: #1a1a1a; }
#n_customer .badge-danger    { background-color: #dc3545; }
#n_customer .badge-secondary { background-color: #6c757d; }

/* ========================
   Homepage
   ======================== */

/* Section spacing + headings */
.home-section {
	padding: 40px 0 24px;
}


.home-section-heading {
	font-family: 'Oswald', sans-serif;
	font-size: 1.75rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #2a2a2a;
	letter-spacing: 0.04em;
	margin-bottom: 32px;
}

.home-section-heading::after {
	content: '';
	display: block;
	width: 44px;
	height: 3px;
	background: #FF6600;
	margin: 10px 0 0;
}

.home-section-heading.text-center::after {
	margin: 10px auto 0;
}

/* Light variant for dark backgrounds */
.home-section-heading--light {
	color: #fff;
}

.home-section-heading--light::after {
	background: #FF6600;
}

/* Featured products — dark section */
.home-featured-section {
	background-image: url(/assets/webshop/background.png) /*{featured-background-image}*/;
	background-size: cover;
	background-position: center;
	padding: 48px 0 56px;
}


/* Brands section — dark background overrides */
.our-brands .home-section-heading {
	margin-bottom: 8px;
	color: #fff;
}
.our-brands .home-section-sub {
	color: rgba(255,255,255,0.8);
}
.home-section-sub {
	font-size: 0.95rem;
	color: #555;
	text-align: center;
	margin: 0 0 20px;
}

@media (max-width: 767px) {
	.home-section {
		padding: 24px 0 16px;
	}
	.home-section-heading {
		font-size: 1.4rem;
		margin-bottom: 24px;
	}
	.home-featured-section {
		padding: 40px 0 48px;
	}
}

/* ========================
   Product Detail Page
   ======================== */

/* Product brand pill */
.pdp-brand-tag {
	display: inline-block;
	background: #2a2a2a;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 3px 10px;
	border-radius: 4px;
	margin-bottom: 10px;
}

/* PDP title/price flex row */
.pdp-title-price-row {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	margin-bottom: 12px;
}
.pdp-title-col {
	flex: 0 0 72%;
	max-width: 72%;
	min-width: 0;
}
.pdp-price-col {
	flex: 0 0 28%;
	max-width: 28%;
	text-align: right;
}

/* Product title — Oswald, charcoal, orange left accent */
.pdp-title-col h1,
.wrapper-product-title h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	color: #1a1a1a;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 1.2;
	margin-bottom: 6px;
	border-left: 3px solid #FF6600;
	padding-left: 12px;
}

/* Product rating summary — under title */
.wrapper-product-title .small {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.95rem;
	color: #444;
	margin-bottom: 12px;
	padding-left: 15px;
}

.wrapper-product-title .small .fa-star,
.wrapper-product-title .small .far.fa-star {
	font-size: 1rem;
}

.wrapper-product-title .small .fas.fa-star { color: #FF6600; }
.wrapper-product-title .small .far.fa-star { color: #ddd; }

/* Product subtitle — orange Inter badge */
.pdp-subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 0.82rem;
	font-weight: 600;
	color: #FF6600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	padding-left: 15px;
}

/* Product price — orange, prominent */
.wrapper-pricing .h1,
.wrapper-pricing .productpromo.h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.1rem;
	font-weight: 600;
	color: #FF6600;
	line-height: 1.1;
}

.wrapper-pricing .productwasprice {
	font-size: 1rem;
	color: #888;
	text-decoration: line-through;
	margin-bottom: 2px;
}

.wrapper-pricing .productrrp {
	font-size: 0.85rem;
}

.wrapper-pricing .productsave {
	font-size: 0.85rem;
	font-weight: 700;
}

/* Tighten stock badge vertical spacing */
.wrapper-pricing .badge {
	font-size: 0.78rem;
	padding: 4px 10px;
	border-radius: 20px;
	letter-spacing: 0.03em;
}

/* ── Spec variation tiles ─────────────────────────────────────────────── */
.pdp-spec-group {
	margin: 20px 0 12px;
}

.pdp-spec-set {
	margin-bottom: 8px;
}

.pdp-spec-label {
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	color: #2a2a2a;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-weight: 600;
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 2px solid #FF6600;
	display: inline-block;
}

.pdp-selected-sku {
	font-family: 'Inter', sans-serif;
	font-size: 0.8rem;
	font-weight: 400;
	color: #888;
	margin-bottom: 12px;
	min-height: 1.2em;
}

.pdp-spec-tiles {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pdp-spec-tile-wrap {
	display: inline-block;
	width: 91%;
}

.pdp-spec-tile {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 7px 12px;
	width: 100%;
	border: 2px solid #e0e0e0;
	border-left: 4px solid #e0e0e0;
	border-radius: 8px;
	background: #fff;
	color: #2a2a2a;
	font-size: 0.88rem;
	font-weight: 600;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
	text-decoration: none;
	line-height: 1.3;
}

/* Radio circle indicator */
.pdp-spec-tile::before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	min-width: 14px;
	border: 2px solid #ccc;
	border-radius: 50%;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.pdp-spec-tile:hover {
	border-color: #FF6600;
	border-left-color: #FF6600;
	color: #2a2a2a;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(255,102,0,0.12);
}

.pdp-spec-tile:hover::before {
	border-color: #FF6600;
}

/* Neto JS adds _itmspec_selected on click */
.pdp-spec-tile._itmspec_selected,
.pdp-spec-tile.pdp-spec-selected {
	border-color: #FF6600;
	border-left-color: #FF6600;
	background: #fff8f4;
	color: #2a2a2a;
	box-shadow: 0 2px 8px rgba(255,102,0,0.15);
}

.pdp-spec-tile._itmspec_selected::before,
.pdp-spec-tile.pdp-spec-selected::before {
	border-color: #FF6600;
	background: #FF6600;
	box-shadow: inset 0 0 0 3px #fff;
}

/* Hide the native radio input visually */
.pdp-spec-radio {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.pdp-spec-tile--img img {
	max-height: 36px;
	max-width: 60px;
	object-fit: contain;
	gap: 10px;
    padding: 10px;
}

.pdp-spec-select-wrap {
	max-width: 280px;
}

.pdp-spec-tile--oos {
}

.pdp-spec-oos-badge {
	margin-left: auto;
	font-size: 0.75rem;
	font-weight: 600;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

/* ── Child products list ──────────────────────────────────────────────── */
.pdp-child-header {
	margin: 16px 0 8px;
}

.pdp-child-label {
	font-family: 'Oswald', sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	color: #2a2a2a;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 0;
}

.pdp-child-label i {
	color: #FF6600;
}

.pdp-child-list {
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 0;
}

.pdp-child-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 14px;
	border-bottom: 1px solid #f0f0f0;
	background: #fff;
	transition: background 0.12s ease;
}

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

.pdp-child-item:hover {
	background: #fff8f4;
}

.pdp-child-soldout {
	opacity: 0.5;
}

.pdp-child-img {
	width: 44px;
	height: 44px;
	object-fit: contain;
	border-radius: 4px;
	flex-shrink: 0;
}

.pdp-child-img--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f0f0;
	color: #aaa;
	font-size: 1.2rem;
}

.pdp-child-info {
	flex: 1;
	min-width: 0;
}

.pdp-child-name {
	display: block;
	font-weight: 600;
	font-size: 0.88rem;
	color: #1a1a1a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pdp-child-sub {
	display: block;
	font-size: 0.78rem;
	color: #888;
}

.pdp-child-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
	flex-shrink: 0;
}

.pdp-child-price {
	font-weight: 700;
	font-size: 0.95rem;
	color: #FF6600;
	white-space: nowrap;
}

.pdp-child-qty-wrap {
	flex-shrink: 0;
}

.pdp-child-qty {
	width: 62px !important;
	text-align: center;
	padding: 5px 6px !important;
	font-size: 0.9rem !important;
	min-height: 38px !important;
	border-radius: 8px !important;
}

.pdp-child-atc-wrap {
	padding: 14px 14px;
	background: #f8f8f8;
	border-top: 1px solid #e8e8e8;
}

.pdp-child-atc-btn {
	width: 100%;
}

/* ── Buying options / purchase section ───────────────────────────────── */
.pdp-buying-options {
	margin-top: 12px;
}

/* Bulk pricing */
.pdp-bulk-pricing {
	background: #f8f8f8;
	border-left: 3px solid #FF6600;
	border-radius: 0 8px 8px 0;
	padding: 10px 14px;
	margin-bottom: 14px;
}

.pdp-bulk-title {
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #2a2a2a;
	margin-bottom: 8px;
}

.pdp-bulk-title i { color: #FF6600; }

.pdp-bulk-tiers {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.pdp-bulk-tier {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 5px 10px;
	font-size: 0.82rem;
}

.pdp-bulk-qty {
	font-weight: 600;
	color: #2a2a2a;
	margin-right: 4px;
}

.pdp-bulk-price {
	color: #FF6600;
	font-weight: 700;
}

/* Extra options card (ADR add-ons, accessories) */
.pdp-extra-options {
	border: 2px solid #e8e8e8;
	border-top: 3px solid #FF6600;
	border-radius: 0 0 8px 8px;
	padding: 14px 16px;
	margin-bottom: 14px;
	background: #fff;
}

.pdp-extra-title {
	font-family: 'Oswald', sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #2a2a2a;
	margin-bottom: 12px;
}

.pdp-extra-title i { color: #FF6600; }

.pdp-option {
	margin-bottom: 10px;
}

.pdp-option:last-of-type {
	margin-bottom: 0;
}

.pdp-option-label {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
}

.pdp-option-input,
.pdp-option-select {
	font-size: 0.9rem !important;
	min-height: 44px !important;
}

/* Constraint notices */
.pdp-constraint {
	font-size: 0.82rem;
	color: #666;
	margin-bottom: 6px;
}

.pdp-constraint i { color: #FF6600; }

/* Qty stepper + ATC row */
.pdp-purchase {
	margin-top: 12px;
}

.pdp-atc-row {
	display: flex;
	align-items: stretch;
	gap: 8px;
	flex-wrap: wrap;
}

.pdp-qty-wrap {
	display: flex;
	align-items: stretch;
	border: 1.5px solid #d4d4d4;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	flex-shrink: 0;
}

.pdp-qty-btn {
	background: #f5f5f5;
	border: none;
	width: 42px;
	font-size: 1.25rem;
	font-weight: 600;
	cursor: pointer;
	color: #2a2a2a;
	transition: background 0.15s ease, color 0.15s ease;
	line-height: 1;
	padding: 0;
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pdp-qty-btn:hover {
	background: #e8e8e8;
	color: #FF6600;
}

.pdp-buying-options .pdp-qty-input {
	width: 54px !important;
	border: none !important;
	border-left: 1.5px solid #d4d4d4 !important;
	border-right: 1.5px solid #d4d4d4 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-align: center;
	font-size: 1rem !important;
	font-weight: 600;
	min-height: 52px !important;
	padding: 0 4px !important;
	-moz-appearance: textfield !important;
}

.pdp-buying-options .pdp-qty-input::-webkit-outer-spin-button,
.pdp-buying-options .pdp-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* ATC button — the primary conversion action */
.pdp-atc-btn {
	flex: 1;
	min-width: 160px;
	font-family: 'Oswald', sans-serif !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase !important;
	border-radius: 8px;
	min-height: 52px;
	transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
	box-shadow: 0 2px 8px rgba(255,102,0,0.25);
}

.pdp-atc-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(255,102,0,0.35);
}

.pdp-atc-btn:active {
	transform: translateY(0);
}

/* Wishlist icon button */
.pdp-wishlist-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 1.5px solid #d4d4d4;
	border-radius: 8px;
	color: #aaa;
	font-size: 1.15rem;
	transition: all 0.2s ease;
	flex-shrink: 0;
	background: #fff;
}

.pdp-wishlist-btn:hover,
.pdp-wishlist-btn.pdp-wishlist-active {
	border-color: #e74c3c;
	color: #e74c3c;
	text-decoration: none;
}

/* Trust strip */
.pdp-trust-strip {
	display: flex;
	flex-wrap: wrap;
	column-gap: 14px;
	row-gap: 6px;
	margin-top: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 0.8rem;
	font-weight: 600;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.pdp-trust-strip span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.pdp-trust-strip i {
	color: #FF6600;
	font-size: 0.9rem;
}

/* ── Shipping options ────────────────────────────────────────────────── */

.ship-opts {
	margin-top: 12px;
}

/* Section heading */
.ship-opts-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px;
	background: #2a2a2a;
	border-radius: 8px 8px 0 0;
}

.ship-opts-title {
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: #fff;
	margin: 0;
	white-space: nowrap;
	text-align: center;
	flex: 1;
}

.ship-opts-title i {
	color: #FF6600;
	margin-right: 8px;
}
.ship-opts-title-icon {
	display: block;
	font-size: 1.3rem;
	margin: 0 0 4px;
	text-align: center;
}

/* Body */
.ship-opts-body {
	border: 1px solid #2a2a2a;
	border-top: none;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
	background: #fff;
}

/* Region selector button row — sits inside the heading */
.ship-region-nav {
	display: flex;
	gap: 8px;
}

.ship-region-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 6px 14px;
	background: rgba(255,255,255,0.06);
	border: 2px solid rgba(255,255,255,0.2);
	border-radius: 8px;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	font-size: 0.65rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #fff;
	transition: border-color 0.15s, color 0.15s, background 0.15s, box-shadow 0.15s;
	line-height: 1.2;
}

.ship-region-btn:hover {
	border-color: #FF6600;
	color: #FF6600;
	background: rgba(255,102,0,0.08);
	box-shadow: 0 2px 12px rgba(255,102,0,0.2);
}

.ship-region-btn--active {
	border-color: #FF6600;
	color: #FF6600;
	background: rgba(255,102,0,0.08);
	box-shadow: 0 2px 12px rgba(255,102,0,0.2);
}

.ship-region-icon {
	font-size: 1rem;
	line-height: 1;
}

.ship-region-icon svg {
	width: 28px;
	height: 28px;
}

.ship-region-label {
	display: block;
}

/* Shipping option rows */
.ship-loc-panel {
	padding: 0;
}

.ship-opt-row {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 16px;
	border-bottom: 1px solid #f2f2f2;
	transition: background 0.12s;
}

.ship-opt-row:hover {
	background: #fffaf6;
}

.ship-opt-row:last-child {
	border-bottom: none;
}

.ship-opt-row::before {
	content: '';
	width: 3px;
	align-self: stretch;
	min-height: 32px;
	background: #FF6600;
	border-radius: 2px;
	flex-shrink: 0;
}

.ship-opt-info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.ship-opt-name {
	font-family: 'Oswald', sans-serif;
	font-size: 0.92rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #2a2a2a;
}

.ship-opt-desc {
	font-size: 0.78rem;
	color: #888;
	line-height: 1.5;
}

.ship-opt-meta {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
}

.ship-opt-price {
	font-family: 'Oswald', sans-serif;
	font-size: 1.3rem;
	font-weight: 600;
	color: #FF6600;
	white-space: nowrap;
	line-height: 1;
}

.ship-opt-price--free {
	color: #FF6600;
}

.ship-opt-eta {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 2px 8px;
	background: #2a2a2a;
	border-radius: 4px;
	font-family: 'Inter', sans-serif;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #fff;
	white-space: nowrap;
}

@media (max-width: 480px) {
	.ship-opts-heading {
		flex-wrap: wrap;
		gap: 8px;
	}
	.ship-region-nav {
		gap: 4px;
	}
	.ship-region-btn {
		padding: 4px 8px;
		font-size: 0.6rem;
	}
	.ship-region-icon svg {
		width: 22px;
		height: 22px;
	}
	.ship-opt-row {
		flex-wrap: wrap;
	}
	.ship-opt-meta {
		flex-direction: row;
		align-items: center;
		width: 100%;
		gap: 10px;
	}
}

/* Short description below ATC */
.pdp-short-desc {
	font-size: 0.92rem;
	color: #555;
	line-height: 1.65;
	margin-top: 12px;
	margin-bottom: 0;
}

/* Responsive iframes — prevents YouTube / embedded video overflow on mobile */
iframe {
	max-width: 100%;
}

/* Prevent long URLs / unbreakable strings from causing horizontal overflow */
body {
	overflow-wrap: break-word;
	word-break: break-word;
}

/* ── PDP Mobile ───────────────────────────────────────────────────────── */
@media (max-width: 767px) {
	.pdp-title-price-row {
		flex-direction: column;
		gap: 8px;
	}
	.pdp-title-col {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pdp-price-col {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: left;
	}
	.pdp-title-col h1,
	.wrapper-product-title h1 {
		font-size: 1.5rem;
	}

	.wrapper-pricing .h1 {
		font-size: 1.75rem;
	}

	.pdp-child-item {
		flex-wrap: wrap;
		gap: 8px;
	}

	.pdp-child-info {
		flex: 1 1 calc(100% - 56px);
		min-width: 0;
	}

	.pdp-child-meta {
		flex-direction: row;
		align-items: center;
		flex: 1;
		margin-left: 56px;
		gap: 8px;
	}

	.pdp-child-qty-wrap {
		margin-left: auto;
	}

	.pdp-atc-row {
		flex-wrap: wrap;
		gap: 8px;
	}

	.pdp-qty-wrap {
		order: 1;
		flex: 0 0 auto;
	}

	.pdp-wishlist-btn {
		order: 2;
		flex: 0 0 auto;
		margin-left: auto;
	}

	.pdp-buying-options .pdp-atc-btn {
		order: 3;
		flex: 0 0 100%;
		width: 100%;
		min-width: 0;
	}

	.pdp-trust-strip {
		gap: 10px;
		font-size: 0.75rem;
	}
}

/* ── PDP Tabs ─────────────────────────────────────────────────────────────── */
.pdp-tabs {
	margin-top: 40px;
}

.pdp-nav-tabs {
	background: #2a2a2a;
	border-bottom: 3px solid #FF6600 !important;
	border-radius: 0;
	padding: 0 8px;
	flex-wrap: wrap;
	overflow-x: visible;
}

.pdp-nav-tabs .nav-link {
	font-family: 'Oswald', sans-serif !important;
	font-weight: 600 !important;
	font-size: 0.95rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.65);
	border: none !important;
	border-bottom: 3px solid transparent !important;
	border-radius: 0 !important;
	margin-bottom: -3px;
	padding: 14px 22px;
	transition: color 0.2s, border-color 0.2s;
	white-space: nowrap;
}

.pdp-nav-tabs .nav-link:hover {
	color: #FF6600;
	background: transparent;
	border-color: transparent !important;
}

.pdp-nav-tabs .nav-link.active {
	color: #FF6600 !important;
	background: transparent !important;
	border-bottom: 3px solid #FF6600 !important;
}

/* Tab review stars */
.pdp-tab-reviews .fa-star,
.pdp-tab-reviews .far.fa-star {
	font-size: 0.65rem;
	margin-left: 1px;
}
.pdp-tab-reviews .fas.fa-star { color: #FF6600; }
.pdp-tab-reviews .far.fa-star { color: rgba(255,255,255,0.3); }

/* Tab content panel */
.pdp-tab-content {
	border: 1px solid #e0e0e0;
	border-top: none !important;
	padding: 32px;
	background: #fff;
}

/* Description body */
.pdp-description {
	color: #444;
	line-height: 1.85;
	font-size: 1rem;
}

.pdp-description h2,
.pdp-description h3,
.pdp-description h4 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #2a2a2a;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}

.pdp-description h2::after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: #FF6600;
	margin-top: 6px;
}

.pdp-description p { margin-bottom: 1rem; }

.pdp-description ul,
.pdp-description ol {
	padding-left: 1.4rem;
	margin-bottom: 1rem;
}

.pdp-description li { margin-bottom: 0.35rem; }

/* Generic tab body (install guide, shipping, tnc) */
.pdp-tab-body {
	color: #444;
	line-height: 1.85;
}

/* Specs table */
.pdp-specs-table {
	font-size: 0.9rem;
}

.pdp-specs-table td {
	padding: 10px 14px;
	border-color: #f0f0f0;
	vertical-align: middle;
}

.pdp-specs-table tr:nth-child(even) td { background: #f9f9f9; }

.pdp-specs-table td:first-child {
	width: 40%;
	color: #2a2a2a;
}

/* Reviews */
.pdp-review {
	padding: 20px 0;
	border-bottom: 1px solid #f0f0f0;
}

.pdp-review:last-of-type { border-bottom: none; }

.pdp-review-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 6px;
}

.pdp-review-stars .fas.fa-star { color: #FF6600; }
.pdp-review-stars .far.fa-star { color: #ccc; }

.pdp-review-title {
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	color: #2a2a2a;
}

.pdp-review-meta {
	font-size: 0.82rem;
	color: #888;
	margin-bottom: 8px;
}

.pdp-review-body {
	color: #555;
	margin-bottom: 0;
}

.pdp-review-response {
	margin-top: 12px;
	padding: 10px 14px;
	background: #f4f4f4;
	border-left: 3px solid #FF6600;
	font-size: 0.88rem;
	color: #555;
}

@media (max-width: 767px) {
	.pdp-nav-tabs .nav-link {
		padding: 12px 14px;
		font-size: 0.8rem;
	}

	.pdp-tab-content {
		padding: 20px 16px;
	}
}

/* ── PDP Sticky ATC bar (mobile/tablet only) ─────────────────────────────── */
.pdp-sticky-atc {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #2a2a2a;
	padding: 12px 16px;
	padding-bottom: max(12px, env(safe-area-inset-bottom));
	box-shadow: 0 -2px 16px rgba(0,0,0,0.3);
	transform: translateY(100%);
	transition: transform 0.25s ease;
}
.pdp-sticky-atc.visible {
	transform: translateY(0);
}
.pdp-sticky-atc-inner {
	display: flex;
	align-items: center;
	gap: 12px;
}
.pdp-sticky-atc-price {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
}
.pdp-sticky-price-now {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
}
.pdp-sticky-price-was {
	color: #aaa;
	font-size: 0.8rem;
	text-decoration: line-through;
	line-height: 1;
	margin-bottom: 2px;
}
.pdp-sticky-atc-btn {
	flex: 1;
	min-height: 48px;
	background: #FF6600;
	color: #fff !important;
	border: none;
	border-radius: 8px;
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	transition: background 0.2s;
}
.pdp-sticky-atc-btn:hover,
.pdp-sticky-atc-btn:focus {
	background: #e55a00;
	color: #fff !important;
}
.pdp-sticky-atc-btn--oos {
	background: #666;
	cursor: default;
}
@media (max-width: 991px) {
	.pdp-sticky-atc {
		display: block;
	}
	/* prevent page content hiding behind bar when visible */
	body.pdp-sticky-visible {
		padding-bottom: 76px;
	}
}

/* ── PDP Mobile Accordion (replaces tabs on mobile) ──────────────────────── */
.pdp-acc-toggle {
	display: none;
}

@media (max-width: 767px) {
	.pdp-tab-content {
		border: none;
		padding: 0;
	}

	.pdp-tab-content .tab-pane {
		display: block !important;
		opacity: 1 !important;
		margin-bottom: 6px;
	}

	.pdp-acc-toggle {
		display: flex;
		width: 100%;
		min-height: 44px;
		align-items: center;
		justify-content: space-between;
		background: #2a2a2a;
		color: #fff;
		border: none;
		border-bottom: 2px solid #FF6600;
		padding: 14px 16px;
		font-family: 'Oswald', sans-serif;
		font-size: 1rem;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.06em;
		cursor: pointer;
		text-align: left;
	}

	.pdp-acc-toggle.active .pdp-acc-icon {
		transform: rotate(180deg);
	}

	.pdp-acc-icon {
		transition: transform 0.2s ease;
		flex-shrink: 0;
	}

	.pdp-acc-body {
		display: none;
		padding: 20px 16px;
		border: 1px solid #e0e0e0;
		border-top: none;
	}

	.pdp-acc-body.open {
		display: block;
	}
}

/* ── Site USP Strip ───────────────────────────────────────────────────────── */
.site-usp {
	background: #2a2a2a;
}

.site-usp-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.site-usp-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 32px 20px;
	border-right: 1px solid rgba(255,255,255,0.07);
	transition: background 0.2s;
	text-decoration: none !important;
	color: inherit;
}

.site-usp-item:last-child {
	border-right: none;
}

a.site-usp-item:hover {
	background: rgba(255,102,0,0.1);
	text-decoration: none !important;
}

.site-usp-icon {
	font-size: 2rem;
	color: #FF6600;
	margin-bottom: 12px;
	transition: transform 0.2s;
}

a.site-usp-item:hover .site-usp-icon {
	transform: scale(1.1);
}

.site-usp-title {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fff;
	margin-bottom: 6px;
}

.site-usp-text {
	display: block;
	font-size: 0.8rem;
	color: rgba(255,255,255,0.5);
	line-height: 1.45;
}

/* About Us page variant — adds top/bottom padding for breathing room */
.site-usp--about {
	padding: 0;
	margin: 40px 0;
	border-radius: 4px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.site-usp-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.site-usp-item:nth-child(3) {
		border-right: none;
	}
}

@media (max-width: 575px) {
	.site-usp-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* If the last item is alone in its row (odd position), span full width */
	.site-usp-item:last-child:nth-child(2n+1) {
		grid-column: 1 / -1;
	}

	.site-usp-item {
		padding: 20px 12px;
		border-right: 1px solid rgba(255,255,255,0.07);
		border-bottom: 1px solid rgba(255,255,255,0.07);
	}

	.site-usp-item:nth-child(2n) {
		border-right: none;
	}

	.site-usp-icon { font-size: 1.5rem; }
	.site-usp-title { font-size: 0.85rem; }
	.site-usp-text { font-size: 0.72rem; }
}

/* ── About Us breadcrumb (bottom, dark) ──────────────────────────────────── */
.about-breadcrumb-bar {
	background: #1e1e1e;
	padding: 12px 0;
}

.about-breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
}

.about-breadcrumb .breadcrumb-item a {
	color: rgba(255,255,255,0.35);
	font-size: 0.82rem;
	text-decoration: none;
}

.about-breadcrumb .breadcrumb-item a:hover {
	color: #FF6600;
}

.about-breadcrumb .breadcrumb-item.active {
	color: rgba(255,255,255,0.25);
	font-size: 0.82rem;
}

.about-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255,255,255,0.18);
}

/* ── Category Hero ────────────────────────────────────────────────────────── */
.cat-header {
	background: #2a2a2a;
	padding: 20px 20px 16px;
	border-bottom: 3px solid #FF6600;
}

.cat-breadcrumb {
	background: transparent;
	padding: 0;
	margin-bottom: 6px;
}

.cat-breadcrumb .breadcrumb-item a {
	color: rgba(255,255,255,0.35);
	font-size: 0.8rem;
	text-decoration: none;
}

.cat-breadcrumb .breadcrumb-item a:hover { color: #FF6600; }

.cat-breadcrumb .breadcrumb-item.active {
	color: rgba(255,255,255,0.25);
	font-size: 0.8rem;
}

.cat-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255,255,255,0.18);
}

.cat-title {
	font-family: 'Oswald', sans-serif !important;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.04em;
	margin: 0 0 4px;
}

.cat-title::after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: #FF6600;
	margin-top: 10px;
}

/* ── Category Subcategory / Brand Grid ───────────────────────────────────── */
.cat-subcat-section {
	margin-bottom: 28px;
}

.cat-subcat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	gap: 12px;
}

.cat-subcat-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #2a2a2a;
	transition: transform 0.2s ease, color 0.2s ease;
}

.cat-subcat-item:hover {
	text-decoration: none;
	color: #FF6600;
	transform: translateY(-2px);
}

.cat-subcat-img-wrap {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	overflow: hidden;
	background: #f5f5f5;
	border: 2px solid #e8e8e8;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cat-subcat-item:hover .cat-subcat-img-wrap {
	border-color: #FF6600;
	box-shadow: 0 4px 12px rgba(255,102,0,0.15);
}

.cat-subcat-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 8px;
	display: block;
}

.cat-subcat-img-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ccc;
	font-size: 1.8rem;
}

.cat-subcat-name {
	font-family: 'Oswald', sans-serif;
	font-size: 0.78rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 6px;
	line-height: 1.2;
}

@media (max-width: 767px) {
	.cat-subcat-grid {
		grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
		gap: 8px;
	}
}

/* ── Category Toolbar ─────────────────────────────────────────────────────── */
.cat-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 16px;
	border-bottom: 2px solid #f0f0f0;
	margin-bottom: 24px;
	flex-wrap: wrap;
	gap: 10px;
}

.cat-result-count {
	font-size: 0.88rem;
	color: #888;
}

.cat-result-count strong {
	color: #2a2a2a;
}

.cat-toolbar-right {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cat-sort-select {
	border-color: #ddd;
	font-size: 0.85rem;
	min-width: 150px;
}

.cat-sort-select:focus {
	border-color: #FF6600;
	box-shadow: 0 0 0 2px rgba(255,102,0,0.15);
}

.cat-toolbar .btn-outline-secondary.active {
	background: #2a2a2a;
	border-color: #2a2a2a;
	color: #fff;
}

/* ── Product Grid ─────────────────────────────────────────────────────────── */
/* Shared grid layout used by category pages, search results, browsing history */
.cat-product-grid,
.products-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	/* reset Bootstrap .row negative margins */
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 1199px) {
	.cat-product-grid,
	.products-row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
	.cat-product-grid,
	.products-row { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
@media (max-width: 400px) {
	.cat-product-grid,
	.products-row { grid-template-columns: 1fr; }
}

/* ── PDP Recommendation Rows ──────────────────────────────────────────────── */
.pdp-rec-heading {
	font-family: 'Oswald', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #2a2a2a;
	margin-bottom: 1rem;
	padding-bottom: .4rem;
	border-bottom: 3px solid #FF6600;
	display: inline-block;
}

/* ── Product Card ─────────────────────────────────────────────────────────── */
.pcard-wrap {
	display: block;
}

.pcard {
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.2s, transform 0.2s;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.pcard:hover {
	box-shadow: 0 6px 24px rgba(0,0,0,0.1);
	transform: translateY(-2px);
}

.pcard-img-link {
	display: block;
	position: relative;
}

.pcard-img-wrap {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f8f8f8;
}

.pcard-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 12px;
	transition: transform 0.3s;
}

.pcard:hover .pcard-img {
	transform: scale(1.04);
}

.pcard-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 3px 8px;
	border-radius: 4px;
}

.pcard-badge--sale { background: #FF6600; color: #fff; }
.pcard-badge--oos  { background: #2a2a2a; color: #fff; }

.pcard-body {
	padding: 14px 16px 16px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.pcard-title {
	font-size: 0.9rem;
	font-weight: 600;
	color: #2a2a2a;
	line-height: 1.4;
	margin-bottom: 8px;
	flex: 1;
}

.pcard-title a {
	color: inherit;
	text-decoration: none;
}

.pcard-title a:hover { color: #FF6600; }

.pcard-price {
	margin-bottom: 12px;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px;
}

.pcard-price-now {
	font-size: 1.1rem;
	font-weight: 700;
	color: #FF6600;
}

.pcard-price-was {
	font-size: 0.82rem;
	color: #aaa;
	text-decoration: line-through;
}

.pcard-save {
	font-size: 0.72rem;
	font-weight: 700;
	color: #fff;
	background: #FF6600;
	padding: 2px 6px;
	border-radius: 4px;
}

/* Card buttons */
.pcard-btn {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
	text-decoration: none !important;
}

.pcard-btn--atc {
	background: #FF6600;
	color: #fff !important;
}

.pcard-btn--atc:hover { background: #e05500; color: #fff !important; }

.pcard-btn--options {
	background: #2a2a2a;
	color: #fff !important;
}

.pcard-btn--options:hover { background: #FF6600; color: #fff !important; }

.pcard-btn--preorder {
	background: #ffc107;
	color: #2a2a2a !important;
}

.pcard-btn--backorder {
	background: #6c757d;
	color: #fff !important;
}

.pcard-btn--oos {
	background: #f0f0f0;
	color: #aaa !important;
	cursor: default;
}

/* ── Equal-height product cards in Slick sliders ──────────────────────────── */
/* Slick doesn't stretch slides to match the tallest — flex on the track fixes it */
#home-featured .slick-track {
	display: flex !important;
}
#home-featured .slick-slide {
	height: auto !important;
	display: flex !important;
	flex-direction: column;
}
#home-featured .slick-slide > div {
	display: flex;
	flex: 1;
	width: 100%;
}
#home-featured .pcard-wrap {
	display: flex;
	flex-direction: column;
	flex: 1;
}

/* ── PDP recommendation rows — CSS Grid (same pattern as category page) ────── */
.pdp-rec-row {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin: 0;     /* reset Bootstrap .row negative margins */
	padding: 0;
}
@media (max-width: 991px)  { .pdp-rec-row { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px)  { .pdp-rec-row { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
@media (max-width: 480px)  { .pdp-rec-row { grid-template-columns: 1fr; } }

/* ── Pagination ───────────────────────────────────────────────────────────── */
.cat-pagination {
	margin-top: 32px;
}

.cat-pagination .page-link {
	color: #2a2a2a;
	border-color: #ddd;
}

.cat-pagination .page-item.active .page-link {
	background: #FF6600;
	border-color: #FF6600;
	color: #fff;
}

.cat-pagination .page-link:hover {
	background: #FF6600;
	border-color: #FF6600;
	color: #fff;
}

/* ── More from the Blog ───────────────────────────────────────────────────── */
.blog-more {
	background: #f8f8f8;
	padding: 56px 0 48px;
}

.blog-more-heading {
	font-family: 'Oswald', sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #2a2a2a;
	margin-bottom: 8px;
	padding-bottom: 10px;
	border-bottom: 3px solid #FF6600;
	display: inline-block;
}

.blog-more .blog-listing-grid {
	margin-top: 28px;
}

.blog-more-footer {
	margin-top: 32px;
	text-align: center;
}

.blog-more-all {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 0.9rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #FF6600;
	text-decoration: none;
	border-bottom: 2px solid #FF6600;
	padding-bottom: 2px;
	transition: color 0.2s, border-color 0.2s;
}

.blog-more-all:hover {
	color: #e05500;
	border-color: #e05500;
	text-decoration: none;
}

/* ── ADR Compliance Callout (Fender Eliminator category pages) ───────────── */
.adr-callout {
	display: flex;
	align-items: center;
	gap: 20px;
	background: #fff8f4;
	border-left: 4px solid #FF6600;
	border-radius: 4px;
	padding: 20px 24px;
}

.adr-callout-icon {
	font-size: 2rem;
	color: #FF6600;
	flex-shrink: 0;
}

.adr-callout-body {
	flex: 1;
}

.adr-callout-heading {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #2a2a2a;
	margin-bottom: 4px;
}

.adr-callout-text {
	font-size: 0.88rem;
	color: #555;
	margin: 0;
	line-height: 1.5;
}

.adr-callout-btn {
	display: inline-block;
	background: #FF6600;
	color: #fff !important;
	font-family: 'Oswald', sans-serif;
	font-size: 0.85rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 18px;
	border-radius: 4px;
	text-decoration: none !important;
	white-space: nowrap;
	flex-shrink: 0;
	transition: background 0.2s;
}

.adr-callout-btn:hover { background: #e05500; }

@media (max-width: 767px) {
	.adr-callout {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	.adr-callout-btn { width: 100%; text-align: center; }
}

/* ── Rider Resources strip (homepage) ───────────────────────────────────── */
.home-resources {
	background: #2a2a2a;
	padding: 64px 0 56px;
	border-bottom: 4px solid #FF6600;
}

.home-resources-sub {
	color: rgba(255,255,255,0.55);
	text-align: center;
	font-size: 0.95rem;
	margin-top: -12px;
	margin-bottom: 36px;
}

.home-resources-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.home-resource-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	padding: 24px;
	text-decoration: none;
	color: #2a2a2a;
	border-top: 3px solid transparent;
	transition: border-color 0.2s, transform 0.2s;
}

.home-resource-card:hover {
	border-top-color: #FF6600;
	transform: translateY(-3px);
	text-decoration: none;
	color: #2a2a2a;
}

.home-resources-btns {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}
.home-resources-faq-btn {
	flex-direction: row;
	gap: 8px;
	min-width: 160px;
	justify-content: center;
}

.home-resource-date {
	font-size: 0.75rem;
	color: #FF6600;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 8px;
}

.home-resource-title {
	font-family: 'Oswald', sans-serif;
	font-size: 1.05rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #2a2a2a;
	margin-bottom: 10px;
	line-height: 1.3;
}

.home-resource-excerpt {
	font-size: 0.87rem;
	color: #555;
	line-height: 1.55;
	flex: 1;
	margin-bottom: 16px;
}

.home-resource-read {
	font-size: 0.82rem;
	font-weight: 600;
	color: #FF6600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}


@media (max-width: 991px) { .home-resources-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .home-resources-grid { grid-template-columns: 1fr; } }

/* ── Product card thumbnail ─────────────────────────────────────────────── */
.prod-card-wrap { display: flex; min-height: 0; }

.prod-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	transition: box-shadow 0.2s, border-color 0.2s;
}
.prod-card:hover {
	box-shadow: 0 4px 18px rgba(0,0,0,0.10);
	border-color: #FF6600;
}

.prod-card-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: #FF6600;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 3px 8px;
	border-radius: 4px;
	z-index: 1;
}

.prod-card-img-link {
	display: block;
	background: #f8f8f8;
	overflow: hidden;
}
.prod-card-img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	padding: 12px;
	transition: transform 0.3s;
}
.prod-card:hover .prod-card-img { transform: scale(1.04); }

.prod-card-body {
	padding: 14px 16px 16px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.prod-card-title {
	font-family: 'Oswald', sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin: 0 0 8px;
}
.prod-card-title a { color: #2a2a2a; text-decoration: none; }
.prod-card-title a:hover { color: #FF6600; }

.prod-card-price { margin-bottom: 12px; line-height: 1.3; }
.prod-card-now { font-size: 1.1rem; font-weight: 700; color: #2a2a2a; }
.prod-card-was { font-size: 0.82rem; color: #999; text-decoration: line-through; margin-right: 5px; }
.prod-card-from { font-size: 0.78rem; color: #666; }

.prod-card-form { margin-top: auto; }

.prod-card-btn {
	display: block;
	width: 100%;
	text-align: center;
	padding: 9px 12px;
	font-family: 'Oswald', sans-serif;
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: 4px;
	border: 2px solid transparent;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
	line-height: 1.4;
}
.prod-card-btn--atc { background: #FF6600; border-color: #FF6600; color: #fff; }
.prod-card-btn--atc:hover { background: #e05a00; border-color: #e05a00; color: #fff; }
.prod-card-btn--options { background: transparent; border-color: #FF6600; color: #FF6600; }
.prod-card-btn--options:hover { background: #FF6600; color: #fff; text-decoration: none; }
.prod-card-btn--preorder { background: #2a2a2a; border-color: #2a2a2a; color: #fff; }
.prod-card-btn--preorder:hover { background: #444; border-color: #444; color: #fff; }
.prod-card-btn--oos { background: transparent; border-color: #ddd; color: #aaa; cursor: default; }

@media (max-width: 575px) {
	.prod-card-title { font-size: 0.85rem; }
	.prod-card-body { padding: 10px 12px 12px; }
	.prod-card-img { padding: 8px; }
}


/* ── Empty Cart ─────────────────────────────────────────────────────────── */
.empty-cart-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 80px 24px;
}
.empty-cart-icon {
	width: 96px;
	height: 96px;
	background: #f4f4f4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}
.empty-cart-icon .fas {
	font-size: 2.5rem;
	color: #aaa;
}
.empty-cart-heading {
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #2a2a2a;
	margin-bottom: 12px;
}
.empty-cart-text {
	color: #666;
	font-size: 1rem;
	margin-bottom: 32px;
}
.empty-cart-btn {
	background: #FF6600;
	color: #fff !important;
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 14px 32px;
	border-radius: 8px;
	text-decoration: none !important;
	transition: background 0.2s;
}
.empty-cart-btn:hover {
	background: #e55a00;
}

/* ── Cart List ───────────────────────────────────────────────────────────── */
.cart-list { width: 100%; }

/* Desktop header row */
.cart-list-head {
	display: grid;
	grid-template-columns: 80px 1fr 90px 120px 48px;
	background: #2a2a2a;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 0 14px;
}
.cart-list-head span { padding: 12px 8px; }
.cart-head-price { text-align: right; }

/* Desktop item row */
.cart-row {
	display: grid;
	grid-template-columns: 80px 1fr 90px 120px 48px;
	align-items: center;
	padding: 12px 14px;
	border-bottom: 1px solid #f0f0f0;
}

.cart-col-img img {
	width: 72px;
	height: 72px;
	object-fit: contain;
	border-radius: 8px;
	border: 1px solid #f0f0f0;
}

.cart-col-name { padding: 0 12px; min-width: 0; }
.cart-col-name a { font-weight: 700; color: #2a2a2a; text-decoration: none; }
.cart-col-name a:hover { color: #FF6600; }

.cart-col-qty { display: flex; justify-content: center; }
.cart-qty-input { width: 70px; text-align: center; }

.cart-col-price { text-align: right; }
.cart-unit-price { display: block; font-size: 0.82rem; color: #888; }
.cart-discount   { display: block; font-size: 0.82rem; color: #FF6600; }
.cart-line-total { display: block; font-size: 1.1rem; color: #2a2a2a; }

.cart-col-remove { display: flex; justify-content: center; align-items: center; }
.cart-remove-btn { color: #ccc; font-size: 1.1rem; text-decoration: none; transition: color 0.15s; }
.cart-remove-btn:hover { color: #FF6600; text-decoration: none; }

/* Mobile layout */
@media (max-width: 575px) {
	.cart-list-head { display: none; }

	.cart-row {
		grid-template-columns: 80px 1fr auto;
		grid-template-areas:
			"img  name    qty"
			"img  remove  remove"
			".    price   price";
		gap: 6px 12px;
		padding: 12px 0;
	}

	.cart-col-img    { grid-area: img;    align-self: start; }
	.cart-col-name   { grid-area: name;   padding: 0; min-width: 0; }
	.cart-col-qty    { grid-area: qty;    justify-content: flex-end; align-self: start; }
	.cart-col-remove { grid-area: remove; justify-content: flex-start; }
	.cart-col-price  {
		grid-area: price;
		text-align: right;
		padding-top: 6px;
		border-top: 1px solid #f0f0f0;
	}
}

.cart-checkout-btn {
	background: #FF6600;
	border-color: #FF6600;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	border-radius: 8px;
}

.cart-checkout-btn:hover {
	background: #e05a00;
	border-color: #e05a00;
	color: #fff;
}

.cart-secondary-btn {
	background: transparent;
	border: 2px solid #2a2a2a;
	color: #2a2a2a;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	border-radius: 8px;
}

.cart-secondary-btn:hover {
	background: #2a2a2a;
	color: #fff;
}

.cart-panel {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
}

.cart-panel-header {
	background: #2a2a2a;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 12px 16px;
}

.shipping-calc-note {
	font-size: 0.82rem;
	color: #555;
	margin: 0 0 12px;
}

.cart-panel-body {
	padding: 16px;
}

.cart-totals-table {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
}

.cart-totals-table th,
.cart-totals-table td {
	padding: 10px 14px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 0.9rem;
}

.cart-totals-grand th,
.cart-totals-grand td {
	background: #2a2a2a;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 1.3rem;
	font-weight: 600;
	border: none;
}

/* ── Cart / Checkout page header ────────────────────────────────────────── */
.page-header-section {
	background: #2a2a2a;
	padding: 32px 0;
	margin-bottom: 0;
}
.page-header-title {
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #fff;
	margin: 0;
	border-bottom: 3px solid #FF6600;
	display: inline-block;
	padding-bottom: 8px;
}
.page-header-sub {
	color: rgba(255,255,255,0.7);
	margin: 6px 0 0;
	font-size: 0.95rem;
}
@media (max-width: 767px) {
	.page-header-title { font-size: 1.5rem; }
	.page-header-section { padding: 24px 0; }
}

.cart-header-sticky {
	position: sticky;
	top: 0;
	z-index: 1020;
}

/* ── Cart Upsell Page ────────────────────────────────────────────────────── */
.upsell-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
@media (max-width: 991px) { .upsell-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) { .upsell-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
@media (max-width: 480px) { .upsell-grid { grid-template-columns: 1fr; } }

.upsell-card {
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s, transform 0.2s;
}
.upsell-card:hover {
	box-shadow: 0 6px 24px rgba(0,0,0,0.1);
	transform: translateY(-2px);
}
.upsell-card-img-link {
	display: block;
	position: relative;
}
.upsell-card-img-wrap {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f8f8f8;
}
.upsell-card-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 12px;
	transition: transform 0.3s;
}
.upsell-card:hover .upsell-card-img { transform: scale(1.04); }
.upsell-card-body {
	padding: 14px 16px 16px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.upsell-card-title {
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 8px;
	flex: 1;
	line-height: 1.35;
}
.upsell-card-title a { color: inherit; text-decoration: none; }
.upsell-card-title a:hover { color: #FF6600; }
.upsell-card-price {
	margin-bottom: 12px;
	display: flex;
	align-items: baseline;
	gap: 8px;
	flex-wrap: wrap;
}
.upsell-card-btn {
	display: block;
	width: 100%;
	padding: 10px 16px;
	background: #2a2a2a;
	color: #fff !important;
	text-align: center;
	border-radius: 8px;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none !important;
	transition: background 0.2s;
}
.upsell-card-btn:hover { background: #FF6600; }

.upsell-cta {
	text-align: center;
	margin-top: 40px;
	padding-top: 32px;
	border-top: 1px solid #e0e0e0;
}
.upsell-checkout-btn {
	background: #FF6600;
	color: #fff !important;
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 14px 40px;
	border-radius: 8px;
	border: none;
	transition: background 0.2s;
}
.upsell-checkout-btn:hover { background: #e05500; color: #fff !important; }

.upsell-extra-item {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 16px;
	background: #fff;
}

/* ── Cart & Checkout ─────────────────────────────────────────────────────── */
.cart-afterpay {
	text-align: right;
	margin-bottom: 1rem;
}


/* ── Full-width page layout closer (no padding between CTA and footer stats) */
.layout-end {
	padding: 0 !important;
	margin: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.layout-end > .row {
	margin: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
