/*!
Theme Name: LJM Web
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ljm-web
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

LJM Web is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

.business-repairs .lj-section-copy {
	color: #000;
}

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/
body {
	margin: 0;
	background: #0b0b0d;
}

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/
a {
	background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/
img {
	border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/
template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: unset;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	width: 100%;
	justify-content: end;
	align-items: end;
	margin-top: 5px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: white!important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1200px) {

	.menu-toggle {
		display: none!important;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

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

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* Custom CSS */

/* ===== ExtraLife Home – layout scaffold ===== */
:root { --container: 1200px; --space-1:.5rem; --space-2:1rem; --space-3:1.5rem; --space-4:2rem; --space-6:3rem; --radius:12px; }
.container { width: min(100% - 2rem, var(--container)); margin-inline:auto; }

/* Header */
.lj-header { background:#0b0b0d; color:#fff; position:sticky; top:0; z-index:10; }
.lj-header__inner { display:flex; align-items:center; gap:1rem; padding:.75rem 0; }
.lj-header__branding { display:flex; align-items:center; gap:.75rem; }
.lj-header__tag { font-size:.8rem; opacity:.7; }
.lj-menu{ display:flex; gap:1rem; list-style:none; margin:0; padding:0; }
.lj-header__actions	{margin-left:auto; display:flex; gap:.5rem; }

/* ==== Mob Header ==== */

/* ===== Off-canvas (mobile) ===== */
:root { --header-h: 64px; /* JS will update this dynamically */ }

.burger { display:inline-block; width:24px; height:18px; position:relative; margin-right:.5rem; }
.burger span { position:absolute; left:0; right:0; height:2px; background:#fff; border-radius:2px; }
.burger span:nth-child(1){ top:0; }
.burger span:nth-child(2){ top:8px; }
.burger span:nth-child(3){ bottom:0; }

/* Hide desktop UL on small screens as before; ensure burger shows */
@media (max-width: 1200px) {
	#primary-menu { display:none !important; }
	.menu-toggle { display:flex; align-items:center; gap:.25rem; background:transparent; border:1px solid #ffffff33; color:#fff; padding:.5rem .75rem; border-radius:8px; }
	.menu-toggle:focus-visible { outline:2px solid #3aa0ff; outline-offset:2px; }
}

/* Off-canvas host */
.offcanvas[hidden] { display:none !important; }
.offcanvas {
	position: fixed;
	inset: auto 0 0 0;  /* left/right/bottom fixed; top is controlled by --header-h */
	top: var(--header-h);
	z-index: 9998; /* just under header (which is 9999) */
	display: grid;
	grid-template-rows: auto 1fr;
	pointer-events: none; /* inner/backdrop re-enable */
}

/* Backdrop */
.offcanvas__backdrop {
	pointer-events:auto;
	border:0;
	margin:0;
	padding:0;
	background: rgba(0,0,0,.5);
	width:100%;
	height:100%;
	grid-row:1 / -1;
	grid-column:1;
	z-index: -1;
}

/* Panel */
.offcanvas__inner {
	pointer-events:auto;
	background:#0b0b0d;
	border-top:1px solid #1e1e28;
	max-height: min(80vh, 800px);
	overflow:auto;
	transform: translateY(-8px);
	opacity: 0;
	transition: transform .28s ease, opacity .28s ease;
	grid-row:1;
	grid-column:1;
}

/* Head */
.offcanvas__head { display:flex; align-items:center; justify-content:flex-end; padding:.5rem .75rem; }
.offcanvas__close {
	background:transparent; color:#fff; border:1px solid #ffffff33; border-radius:8px; font-size:1.2rem;
	width:2.2rem; height:2.2rem; line-height:1; text-align:center;
}
.offcanvas__close:focus-visible { outline:2px solid #3aa0ff; outline-offset:2px; }

/* Menu styles inside panel */
.offcanvas__nav ul { list-style:none; margin:0; padding:0; }
.offcanvas__nav li { border-top:1px solid #1e1e28; }
.offcanvas__nav a { display:block; padding:1rem 1.25rem; color:#fff; text-decoration:none; }
.offcanvas__nav a:focus-visible, .offcanvas__nav a:hover { background:#13131b; }

/* Open state */
.offcanvas.is-open .offcanvas__inner { transform: translateY(0); opacity:1; }

/* Prevent body scroll when menu open */
body.has-offcanvas-open { overflow:hidden; }

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
	.offcanvas__inner { transition: none; }
}


/* ===== Hero ===== */
.lj-hero { position:relative; color:#fff; padding:15svh 0 6rem; background:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.7)), var(--hero-bg) center/cover no-repeat; min-height:80svh; background-position: bottom; }
.lj-hero__overlay { position:absolute; inset:0; pointer-events:none; }
.lj-hero__content { position:relative; z-index:1; }
.lj-hero__title { font-size:clamp(1.8rem, 3vw, 2.6rem); max-width:22ch; text-align:center; margin:auto; }

/* ===== Quick Nav icons ===== */
.lj-icons { display:flex; gap:1rem; list-style:none; margin:0; padding:1.5rem 0; justify-content:space-between; }
.lj-icon { color:#fff; text-decoration:none; }

.lj-icons li {
	display: flex;
	gap: 10px;
	align-items: center;
}


/* ===== Intro ===== */
.lj-intro { color:#cfcfe3; padding:2.5rem 0; }
.lj-intro__lead { font-size:1.05rem; }
.lj-intro__sub {}

/* ===== Services / Grid / Cards ===== */
.lj-services { background:#0b0b0d; color:#fff; padding:3rem 0; }

.lj-card__title { font-family:'Pirulen',sans-serif; width:100%; text-align:left; }

.lj-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
@media (max-width:900px){ .lj-grid { grid-template-columns:1fr 1fr; } }
@media (max-width:600px){ .lj-grid { grid-template-columns:1fr; } }

.lj-card { background:#13131b; border-radius:var(--radius); padding:3rem; display:flex; flex-direction:column; gap:3rem; justify-content:center; align-items:center; border:1px solid #ffffff3d; }
.lj-card__media img { width:100%; height:auto; border-radius:10px; display:block; }
.lj-card--cta { align-items:flex-start; justify-content:center; }

/* CTA card accents */
.lj-card.lj-card--cta { background:linear-gradient(90deg, #0070d1, #0e7a0f); border:none; }
.lj-card.lj-card--cta .lj-btn.lj-btn--sm { background:transparent; border:3px solid #fff; }
.lj-card.lj-card--cta .lj-card__body { display:flex; justify-content:space-between; flex-direction:column; align-items:normal; height:100%; }

/* ===== Logistics (send/drop-off) ===== */
.lj-logistics { color:#e9e9f8; padding:6rem 0; }
.lj-actions { display:flex; gap:1rem; justify-content:left; margin-top:1rem; flex-wrap:wrap; }


.why-choose-us { display:grid; gap:25px; min-width:35%; grid-template-columns:1fr 1fr; }
.lj-logistics .send-info { max-width:50%; }
.business-repairs .container, .lj-logistics .container { display:flex; justify-content:space-between; }

.business-repairs {
	color: white;
}

.business-repairs h2 {
	color: #0070D1;
}

/* ===== Products (WooCommerce) ===== */
.lj-products { color:#fff; padding:3rem 0; }
.lj-products__head { display:flex; justify-content:space-between; align-items:center; margin-bottom:1rem; }
.lj-products__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
@media (max-width:900px){ .lj-products__grid { grid-template-columns:1fr 1fr; } }
@media (max-width:600px){ .lj-products__grid { grid-template-columns:1fr; } }

.lj-product {background: #13131b;
	border-radius: var(--radius);
	padding: 1rem;
	text-align: center;
	gap: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.lj-product__media img { width:100%; height:auto; border-radius:8px; }
.lj-product__title {}
.lj-product__price {}

.lj-link { color:#3aa0ff; text-decoration:none; }
.lj-link:hover { text-decoration:underline; }

/* ===== Sell Your Device (hero-style section) ===== */
.lj-sell { color:#fff; padding:10rem 0; background-size:cover !important; background-position:center !important; position:relative; }
.lj-sell__inner { display:grid; grid-template-columns:1.1fr .9fr; gap:1.5rem; align-items:center; }
@media (max-width:900px){ .lj-sell__inner { grid-template-columns:1fr; } }
.lj-sell__media img { width:100%; height:auto; border-radius:var(--radius); }
.lj-muted { opacity:.75; }

.lj-business {
	color: black;
}

.lj-business h2 {
	color: #0070D1;
}


/* ===== Contact section (Forminator inside) ===== */
.lj-contact { color:#fff; padding:3rem 0; }
.lj-contact__form {}

/* If you later use native forms again */
.lj-form input, .lj-form textarea { width:100%; background:#1a1a24; border:1px solid #2a2a36; color:#fff; padding:.8rem 1rem; border-radius:10px; }
.lj-form__row { margin-bottom:.75rem; }

/* ===== Buttons ===== */
a.lj-btn, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-button , .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .single_add_to_cart_button {
	transition: all .6s ease!important;
	font-family: proxima-nova, sans-serif!important;
	display: inline-block!important;
	padding: 20px 40px!important;
	border-radius: 50px!important;
	border: 3px solid transparent!important;
	background:
		linear-gradient(90deg, #13131b 50%, #0e7a0f 50%, #0070d1) padding-box,
		linear-gradient(90deg, #0070d1, #0e7a0f 45%, #0070d1) border-box!important;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background-size: 210% 100%!important;
	background-position-x: left!important;
}
.lj-btn:hover,  .forminator-ui.forminator-custom-form[data-design="default"] .forminator-button:hover,  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .single_add_to_cart_button:hover { color:#fff; background-position-x: right!important; }

.lj-btn--ghost {
	transition: all .6s ease;
	font-family: proxima-nova, sans-serif;
	display: inline;
	padding: 20px 60px;
	border-radius: 50px;
	border: 3px solid #fff; /* fixed */
	background: transparent;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.lj-btn--primary { /* optional explicit primary if needed in addition to gradient above */
	/* you can override the gradient button by scoping this to a container if preferred */
}

.lj-btn--sm { padding: 12px 28px; font-size:.95rem; }

/* ===== Forms ===== */

.forminator-row input, .forminator-row textarea, .forminator-row select, .forminator-row .select2-selection {
	border-radius: 32px !important;
	padding: 20px 20px !important;
} 

/* ===== Typography helpers ===== */
.pirulen, h1, h2, h3, h4, h5, h6 { font-family:'Pirulen', sans-serif; }
.nova { font-family: proxima-nova, sans-serif; }
h2 {
	font-size: 36px;
	font-weight: normal;
}




/* ===== Header/nav layout (theme-level) ===== */
#masthead {
	display: flex;
	justify-content: center;
	position: sticky;
	width: 100%;
	z-index: 9999;
	top: 0;
	background: #0b0b0d;
	padding: 20px 0;
}#primary-menu { gap:40px; }
.header-container { width:min(100% - 2rem, var(--container)); margin-inline:auto; display:flex; flex-direction:row; padding:10px 0; justify-content: space-between;}

.site-branding {
	width: 400px;
	max-width: 50svw;
	display: flex;
	align-items: center;
}

/* ===== Quick Nav container background ===== */
.q-nav { background:#0070D1; }
.q-nav-device-icons { width:min(100% - 2rem, var(--container)); margin-inline:auto; }
.q-nav a, .q-nav a:visited {
	color: white;
}

/* ===== Footer (compatibility: supports both old xh- and new lj-) ===== */
.lj-footer, .xh-footer { background:#fff; color:#000; }
.lj-footer a, .xh-footer a { color:#000; text-decoration:none; }
.lj-footer a:hover, .xh-footer a:hover { text-decoration:underline; }

.lj-footer__inner.bottom, .xh-footer__inner {
	display:grid;
	grid-template-columns: 1.1fr 1fr 1.2fr 1fr; /* brand | address | contact | nav */
	gap:2rem;
	align-items:start;
	padding:3rem 0 2rem;
}
.lj-footer__brand, .xh-footer__brand { display:flex; flex-direction:column; gap:.5rem; }
.lj-footer__logo img, .xh-footer__logo img { max-width:220px; height:auto; display:block; }
.lj-footer__tag, .xh-footer__tag { font-family:'Pirulen',sans-serif; font-size:.9rem; letter-spacing:.08em; opacity:.9; margin:0; }

.lj-footer__address, .xh-footer__address { font-style:normal; line-height:1.6; color:#000; }
.lj-footer__contact p, .xh-footer__contact p { margin:.25rem 0; }
.lj-footer__label, .xh-footer__label { color:#3aa0ff; font-weight:700; margin-right:.35rem; }

.lj-footer__social, .xh-footer__social { list-style:none; display:flex; gap:.6rem; padding:.75rem 0 0; margin:0; }
.lj-footer__social img, .xh-footer__social img { width:34px; height:34px; display:block; }

.lj-footer__nav, .xh-footer__nav {}
.lj-footer__menu, .xh-footer__menu {
	list-style:none; margin:0; padding:0;
	display:grid; grid-template-columns:1fr 1fr; gap:.35rem 2.5rem;
}
.lj-footer__menu li, .xh-footer__menu li { margin:0; }

.lj-footer__bar, .xh-footer__bar { border-top:1px solid #1e1e28; background:linear-gradient(90deg, #0e7a0f , #0070d1); color: white !important;}
.lj-footstrip__inner, .xh-footstrip__inner { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1rem 0; flex-wrap:wrap; }
.lj-footer__copy, .xh-footer__copy,
.lj-footer__legal, .xh-footer__legal { margin:0; color:#fff; font-size:.95rem; }
.lj-footer__legal a, .xh-footer__legal a { color:#fff; }
.lj-footer__payments, .xh-footer__payments { list-style:none; display:flex; gap:1rem; margin:0; padding:0; align-items:center; }
.lj-footer__payments img, .xh-footer__payments img { height:28px; width:auto; display:block; }

@media (max-width:1100px){
	.lj-footer__inner, .xh-footer__inner {
		grid-template-columns:1fr 1fr;
		grid-template-areas:
			"brand nav"
			"address contact";
	}
	.lj-footer__brand, .xh-footer__brand { grid-area:brand; }
	.lj-footer__address, .xh-footer__address { grid-area:address; }
	.lj-footer__contact, .xh-footer__contact { grid-area:contact; }
	.lj-footer__nav, .xh-footer__nav { grid-area:nav; }
}
@media (max-width:700px){
	.lj-footer__inner, .xh-footer__inner { grid-template-columns:1fr; }
	.lj-footer__logo img, .xh-footer__logo img { max-width:200px; }
	.lj-footer__menu, .xh-footer__menu { grid-template-columns:1fr 1fr; }
	.lj-footer__payments img, .xh-footer__payments img { height:24px; }
}
@media (max-width:460px){
	.lj-footer__menu, .xh-footer__menu { grid-template-columns:1fr; }
}


.container.lj-footer__inner.top .lg-footer__row {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 3rem 0 0;
}

.cart-social {
	display: flex;
	justify-content: end;
	gap: 20px;
}

.lj-cart {
	justify-content: center;
	align-items: center;
	display: flex;
	gap: 10px;
}

.lj-social {
	display: flex;
	gap: 10px;
	
}

#header-cart {
	color: white !important;
	text-decoration: navajowhite;
	font-size: 18px;
	justify-content: center;
	display: flex;
	align-items: center;
	gap: 10px;
}

.cart-social img {
	width: 30px;
}

/* ===== Misc theme helpers ===== */
#primary-menu { gap:40px; }

#contact {
	color: white;
}

.lj-business {
	color: black;
}

/* ==== Woo === */

/* Shop archive grid: let Woo items flow into your grid cleanly */
.woocommerce ul.products,
.woocommerce-page ul.products {
	list-style:none;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:1rem;
}
@media (max-width:900px){
	.woocommerce ul.products,
	.woocommerce-page ul.products { grid-template-columns:1fr 1fr; }
}
@media (max-width:600px){
	.woocommerce ul.products,
	.woocommerce-page ul.products { grid-template-columns:1fr; }
}

/* Ensure Woo loop items look like your cards */
.woocommerce ul.products li.product.lj-product,
.woocommerce-page ul.products li.product.lj-product {
	background:#13131b;
	border-radius:var(--radius);
	padding:1rem;
	text-align:center;
	border:1px solid #ffffff3d;
}
.woocommerce ul.products li.product .button {
	/* match .lj-btn--sm without touching other site buttons */
	display:inline-block;
	padding:12px 28px;
	border-radius:50px;
	border:3px solid transparent;
	background:
		linear-gradient(90deg, #13131b 50%, #0e7a0f 50%, #0070d1) padding-box,
		linear-gradient(90deg, #0070d1, #0e7a0f 45%, #0070d1) border-box;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	transition: all .6s ease;
}
.woocommerce ul.products li.product .button:hover { color:#fff; background-position-x:right; }

/* Features list */
.lj-product-features { color:#fff; padding:2rem 0; }
.lj-features { list-style:none; margin:1rem 0 0; padding:0; display:grid; grid-template-columns:repeat(2,1fr); gap:.75rem 1.25rem; }
@media (max-width:700px){ .lj-features { grid-template-columns:1fr; } }
.lj-feature { background:#13131b; border:1px solid #ffffff3d; border-radius:12px; padding:.9rem 1rem; display:flex; justify-content:space-between; gap:1rem; }
.lj-feature__label { color:#3aa0ff; font-weight:700; }
.lj-feature__value { color:#e9e9f8; }

/* Product detail: keep image corners rounded to match cards */
.single-product div.product .woocommerce-product-gallery img { border-radius:8px; }

/* Basket & Checkout content spacing below header */
.woocommerce-cart .site-main, .woocommerce-checkout .site-main { padding-top:1.5rem; }

/* Apply container width to all Woo pages’ primary children, but not full-bleed hero */
.woocommerce-page .site-main > *:not(.lj-sell):not(.q-nav):not(.full-bleed),
.woocommerce .site-main > *:not(.lj-sell):not(.q-nav):not(.full-bleed),
.woocommerce-account .site-main > *,
.woocommerce-cart .site-main > *,
.woocommerce-checkout .site-main > * {
	width: min(100% - 2rem, var(--container));
	margin-inline: auto;
}

/* Notices (sometimes injected near the top) */
.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	width: min(100% - 2rem, var(--container));
	margin-inline: auto;
}

/* Ensure shop grid stays within the rail (works with your existing .lj-products styles) */
.woocommerce ul.products,
.woocommerce-page ul.products {
	width: min(100% - 2rem, var(--container));
	margin-inline:auto;
}

/* Single product summary + gallery area */
.single-product .product {
	width: min(100% - 2rem, var(--container));
	margin-inline:auto;
}

/* Basket + checkout blocks */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
	width: min(100% - 2rem, var(--container));
	margin-inline:auto;
}

#contact {
	margin: 5rem 0;
}

/* Disable WooCommerce's old clearfix so it doesn't interfere with CSS Grid */
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
	content: none !important;
	display: none !important;
}


.lj-btn--sm.white-btn {
	font-family: proxima-nova, sans-serif !important;
	display: inline-block !important;
	padding: 20px 60px !important;
	border-radius: 50px !important;
	border: 3px solid white;
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	transition: all .6s ease !important;
}

.lj-btn--sm.white-btn:hover {
	background-color: white;
	color: #0070d0;
}

.woocommerce div.product form.cart {
	margin-bottom: 2em;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.lj-hero {
		min-height: 50svh;
	}

	.lj-icons {
		flex-wrap: wrap;
		justify-content: center;
	}

	.lj-card {
		gap: 1rem;
		padding: 2rem;
	}

	.lj-card__media {
		max-width: 60%;
	}

	.business-repairs .container, .lj-logistics .container {
		flex-direction: column;
	}

	.lj-logistics .send-info {
		max-width: 100%;
		gap: 20px;
	}

	.business-repairs .container, .lj-logistics .container {
		gap: 20px;
	}

	.why-choose-us {
		justify-items: center;
	}

	.lj-footer__inner.bottom, .xh-footer__inner {
		grid-template-columns: 1fr;
	}

	.container.lj-footer__inner.bottom > * {
		grid-column: 1/2;
		grid-row: auto;
	}
}


.lj-footer.reviews {
  background: #0b0b0d;
  justify-content: center;
  align-items: center;
}

.reviews .lj-section-title {
  color: white;
  text-align: center;
}

.container.google-reviews {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 0px;
}


.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  background: linear-gradient(45deg, #0070d1, #0e7a0f)!important;
}

/* Mail in page */

/* ============================================================
   Mail-In Repairs – Additional Styles
   Paste at the bottom of your existing stylesheet
   ============================================================ */

/* ------ Shared section spacing ------ */
.lj-how-it-works,
.lj-include-section,
.lj-address-section {
	padding: 5rem 0;
}

/* ------ Section copy helper ------ */
.lj-section-copy {
	color: #cfcfe3;
	line-height: 1.7;
}

.lj-section-title--centered {
	text-align: center;
}

.lj-section-copy--centered {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 3rem;
}

/* ============================================================
   HOW IT WORKS – numbered steps
   ============================================================ */
.lj-how-it-works {
	background: #0b0b0d;
	color: #fff;
}

.lj-how-it-works .lj-section-title--centered {
	margin-bottom: 1rem;
}

.lj-steps {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 820px;
	margin: 0 auto;
}

.lj-step {
	display: flex;
	gap: 1.75rem;
	align-items: flex-start;
}

.lj-step__number {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: linear-gradient(135deg, #0070d1, #0e7a0f);
	color: #fff;
	font-family: 'Pirulen', sans-serif;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
}

.lj-step__title {
	font-family: 'Pirulen', sans-serif;
	font-size: 1rem;
	font-weight: normal;
	margin: 0 0 .6rem;
	color: #fff;
}

.lj-step__copy {
	margin: 0;
	color: #cfcfe3;
	line-height: 1.7;
}

/* Packaging tips infobox */
.lj-infobox {
	margin-top: 1.25rem;
	background: #13131b;
	border: 1px solid #ffffff3d;
	border-left: 4px solid #0070d1;
	border-radius: var(--radius, 12px);
	padding: 1.25rem 1.5rem;
}

.lj-infobox__title {
	font-family: 'Pirulen', sans-serif;
	font-size: .85rem;
	font-weight: normal;
	margin: 0 0 .75rem;
	color: #fff;
}

.lj-infobox__list {
	margin: 0;
	padding-left: 1.25rem;
	color: #cfcfe3;
	line-height: 1.9;
}

.lj-infobox__list li + li {
	margin-top: .4rem;
}

/* ============================================================
   INCLUDE / EXCLUDE CARDS
   ============================================================ */
.lj-include-section {
	background: #0b0b0d;
	color: #fff;
}

.lj-include-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	max-width: 820px;
	margin: 0 auto 1.25rem;
}

.lj-include-card {
	background: #13131b;
	border: 1px solid #ffffff3d;
	border-radius: var(--radius, 12px);
	padding: 1.75rem 2rem;
}

.lj-include-card--do {
	border-left: 4px solid #0e7a0f;
}

.lj-include-card--dont {
	border-left: 4px solid #c0392b;
}

.lj-include-card__title {
	font-family: 'Pirulen', sans-serif;
	font-size: .85rem;
	font-weight: normal;
	margin: 0 0 1rem;
	color: #fff;
}

.lj-include-card ul {
	margin: 0;
	padding-left: 1.25rem;
	color: #cfcfe3;
	line-height: 1.9;
}

.lj-include-disclaimer {
	text-align: center;
	font-size: .85rem;
	color: #888;
	max-width: 640px;
	margin: 0 auto;
}

/* ============================================================
   ADDRESS SECTION
   ============================================================ */
.lj-address-section {
	background: #13131b;
	color: #fff;
	border-top: 1px solid #ffffff1a;
	border-bottom: 1px solid #ffffff1a;
}

.lj-address-section .lj-section-title {
	margin-bottom: .75rem;
}

.lj-address-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3.5rem;
	align-items: start;
}

.lj-address-block {
	display: block;
	font-style: normal;
	line-height: 2;
	font-size: 1rem;
	background: #0b0b0d;
	border: 1px solid #ffffff3d;
	border-radius: var(--radius, 12px);
	padding: 1.5rem 1.75rem;
	margin: 1.25rem 0;
	color: #cfcfe3;
}

.lj-address-name {
	display: block;
	font-family: 'Pirulen', sans-serif;
	font-size: .95rem;
	font-weight: normal;
	margin-bottom: .5rem;
	color: #0070d1;
}

.lj-address-notice {
	background: #0b0b0d;
	border: 1px solid #ffffff3d;
	border-left: 4px solid #f5a623;
	border-radius: var(--radius, 12px);
	padding: 1.25rem 1.5rem;
	font-size: .9rem;
	line-height: 1.6;
	color: #cfcfe3;
}

.lj-address-notice strong {
	display: block;
	margin-bottom: .5rem;
	color: #f5a623;
	font-family: 'Pirulen', sans-serif;
	font-size: .8rem;
	font-weight: normal;
}

.lj-address-notice p {
	margin: 0;
}

.lj-address-map iframe {
	display: block;
	width: 100%;
	height: 320px;
	border: 0;
	border-radius: var(--radius, 12px);
	filter: grayscale(30%) contrast(1.05);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
	.lj-step {
		flex-direction: column;
		gap: .9rem;
	}

	.lj-include-grid {
		grid-template-columns: 1fr;
	}

	.lj-address-inner {
		grid-template-columns: 1fr;
	}

	.lj-address-map {
		order: -1;
	}
}

/* Forms */

/* ===== Forminator Form Field Backgrounds ===== */

/* All text/email/phone/number/select inputs */
.forminator-row input[type="text"],
.forminator-row input[type="email"],
.forminator-row input[type="tel"],
.forminator-row input[type="number"],
.forminator-row input[type="password"],
.forminator-row textarea,
.forminator-row select,
.forminator-row .select2-selection,
.forminator-row .select2-container .select2-selection--single {
    background: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #cccccc !important;
}

/* Select2 dropdown rendered text */
.forminator-row .select2-selection__rendered {
    color: #111111 !important;
}

/* Select2 dropdown panel (the options list) */
.select2-dropdown {
    background: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #cccccc !important;
}

.select2-results__option {
    color: #111111 !important;
}

.select2-results__option--highlighted {
    background: #0070d1 !important;
    color: #ffffff !important;
}

/* Checkbox and radio labels */
.forminator-checkbox-label,
.forminator-radio-label {
    color: #ffffff !important;
}

/* Checkbox box itself */
.forminator-checkbox-box,
.forminator-radio-button {
    background: #ffffff !important;
    border-color: #cccccc !important;
}

/* Placeholder text */
.forminator-row input::placeholder,
.forminator-row textarea::placeholder {
    color: #888888 !important;
}

/* Calculation field output */
.forminator-calculation {
    background: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #cccccc !important;
}

/* ===== Fix Select2 height to match standard inputs ===== */

.forminator-row .select2-container .select2-selection--single {
    height: auto !important;
    line-height: normal !important;
    display: flex !important;
    align-items: center !important;
}

.forminator-row .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    line-height: normal !important;
}

.forminator-row .select2-container .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
}

.forminator-input.forminator-input-with-prefix {
  border: 0px solid transparent!important;
}

/* ============================================================
   Repair Single – Mail-in / Pay Repair CTA Section
   ============================================================ */

.lj-repair-options {
	background: #0b0b0d;
	color: #fff;
	padding: 5rem 0;
	border-bottom: 1px solid #ffffff1a;
}

.lj-repair-options__head {
	max-width: 760px;
	margin-bottom: 2.5rem;
}

.lj-repair-options__head .lj-section-title {
	margin-bottom: 1rem;
}

.lj-repair-options__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}

.lj-repair-option-card {
	background: #13131b;
	border: 1px solid #ffffff3d;
	border-radius: var(--radius, 12px);
	padding: 2.25rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
}

.lj-repair-option-card__title {
	font-family: 'Pirulen', sans-serif;
	font-size: 1rem;
	font-weight: normal;
	color: #fff;
	margin: 0;
}

.lj-repair-option-card p {
	color: #cfcfe3;
	line-height: 1.7;
	margin: 0 0 .75rem;
}

.lj-repair-option-card .lj-btn {
	margin-top: auto;
}

@media screen and (max-width: 767px) {
	.lj-repair-options {
		padding: 3.5rem 0;
	}

	.lj-repair-options__grid {
		grid-template-columns: 1fr;
	}

	.lj-repair-option-card {
		padding: 2rem;
	}
}

.type-product {
  color: white;
}

.offcanvas__backdrop {
  pointer-events: auto;
  border: 0;
  margin: 0;
  padding: 0;
  background: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  grid-row: 1 / -1;
  grid-column: 1;
  z-index: -1;
  cursor: pointer;
}

.offcanvas__backdrop::before,
.offcanvas__backdrop::after {
  content: none !important;
  display: none !important;
}