/*
Theme Name: SOAKJAM Office
Theme URI: https://office.soakjam.com/
Author: SOAKJAM
Author URI: https://soakjam.com/
Description: A fast, responsive WooCommerce storefront created for SOAKJAM Office, with a modern Kuwait-focused catalogue layout.
Version: 2.0.0
Requires at least: 7.0
Tested up to: 7.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soakjam-office
Tags: e-commerce, custom-logo, custom-menu, featured-images, rtl-language-support, translation-ready, wide-blocks
*/

:root {
	--sj-navy-950: #031e2d;
	--sj-navy-900: #053a59;
	--sj-navy-800: #07527c;
	--sj-blue: #0077c8;
	--sj-cyan: #46b5e6;
	--sj-violet: #00599e;
	--sj-coral: #ffb800;
	--sj-orange: #ff8a00;
	--sj-green: #00a37a;
	--sj-ink: #102a3a;
	--sj-muted: #667085;
	--sj-line: #e6e9f0;
	--sj-soft: #f5f7fb;
	--sj-white: #ffffff;
	--sj-radius-sm: 10px;
	--sj-radius: 18px;
	--sj-radius-lg: 28px;
	--sj-shadow: 0 18px 50px rgba( 3, 30, 45, 0.1 );
	--sj-shadow-sm: 0 8px 24px rgba( 3, 30, 45, 0.09 );
	--sj-container: 1380px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--sj-white);
	color: var(--sj-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.menu-is-open {
	overflow: hidden;
}

img,
svg {
	display: block;
	max-width: 100%;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

a {
	color: var(--sj-blue);
	text-decoration: none;
}

a:hover {
	color: var(--sj-violet);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.65em;
	color: var(--sj-ink);
	font-weight: 760;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

p {
	margin: 0 0 1.2em;
}

[hidden] {
	display: none !important;
}

.site-container,
.section-shell {
	width: min( calc( 100% - 40px ), var(--sj-container) );
	margin-inline: auto;
}

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

.screen-reader-text:focus,
.skip-link:focus {
	top: 12px;
	left: 12px;
	z-index: 99999;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: var(--sj-white);
	color: var(--sj-navy-900);
	border-radius: 8px;
	box-shadow: var(--sj-shadow-sm);
}

:focus-visible {
	outline: 3px solid rgba( 25, 191, 225, 0.72 );
	outline-offset: 3px;
}

.sj-icon {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
}

/* Header */
.announcement-bar {
	position: relative;
	z-index: 32;
	background: var(--sj-white);
	border-bottom: 1px solid var(--sj-line);
	color: #344054;
	font-size: 13px;
}

.announcement-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
	gap: 20px;
}

.announcement-bar p,
.announcement-bar span {
	margin: 0;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	background: var(--sj-navy-900);
	box-shadow: 0 8px 20px rgba( 5, 10, 38, 0.12 );
}

.admin-bar .site-header {
	top: 32px;
}

.site-header__inner {
	display: grid;
	grid-template-columns: minmax( 205px, 0.8fr ) minmax( 430px, 2fr ) minmax( 170px, 0.7fr );
	align-items: center;
	min-height: 88px;
	gap: 30px;
}

.site-brand-wrap,
.site-brand,
.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.site-brand {
	gap: 12px;
	color: var(--sj-white);
}

.site-brand:hover {
	color: var(--sj-white);
}

.site-brand__emblem {
	width: 47px;
	height: 47px;
}

.site-brand__wordmark {
	display: grid;
	line-height: 1;
}

.site-brand__wordmark strong {
	color: var(--sj-white);
	font-size: 21px;
	font-weight: 820;
	letter-spacing: 0.02em;
}

.site-brand__wordmark small {
	margin-top: 5px;
	color: #a8eafa;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.34em;
}

.custom-logo-link img {
	max-width: 220px;
	max-height: 60px;
	width: auto;
	height: auto;
}

.primary-menu,
.category-menu,
.footer-menu {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu > li {
	position: relative;
}

.primary-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: rgba( 255, 255, 255, 0.92 );
	font-size: 15px;
	font-weight: 650;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
	color: #77e5f6;
}

.primary-menu .sub-menu {
	position: absolute;
	top: calc( 100% + 10px );
	left: -18px;
	min-width: 230px;
	margin: 0;
	padding: 12px;
	list-style: none;
	background: var(--sj-white);
	border: 1px solid var(--sj-line);
	border-radius: 14px;
	box-shadow: var(--sj-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY( 7px );
	transition: 0.2s ease;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY( 0 );
}

.primary-menu .sub-menu a {
	width: 100%;
	min-height: 38px;
	padding: 6px 10px;
	color: var(--sj-ink);
	border-radius: 8px;
}

.primary-menu .sub-menu a:hover {
	background: var(--sj-soft);
	color: var(--sj-blue);
}

.header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.header-action,
.menu-toggle {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	background: transparent;
	color: var(--sj-white);
	border: 1px solid rgba( 255, 255, 255, 0.18 );
	border-radius: 50%;
	cursor: pointer;
	transition: 0.2s ease;
}

.header-action:hover,
.menu-toggle:hover {
	background: rgba( 255, 255, 255, 0.11 );
	color: var(--sj-white);
	transform: translateY( -1px );
}

.header-action .sj-icon,
.menu-toggle .sj-icon {
	width: 21px;
	height: 21px;
}

.header-cart__count {
	position: absolute;
	top: -5px;
	right: -4px;
	display: grid;
	place-items: center;
	min-width: 21px;
	height: 21px;
	padding: 0 5px;
	background: var(--sj-coral);
	color: var(--sj-white);
	border: 2px solid var(--sj-navy-900);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
}

.menu-toggle {
	display: none;
}

.menu-toggle__close {
	display: none;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__open {
	display: none;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__close {
	display: block;
}

.header-search {
	background: #0d1847;
	border-top: 1px solid rgba( 255, 255, 255, 0.1 );
}

.header-search .site-container {
	padding-block: 18px;
}

.header-search form,
.woocommerce-product-search {
	position: relative;
	display: flex;
	max-width: 760px;
	margin: 0 auto;
}

.header-search input[type="search"],
.woocommerce-product-search input[type="search"] {
	width: 100%;
	height: 52px;
	padding: 0 135px 0 18px;
	background: var(--sj-white);
	color: var(--sj-ink);
	border: 0;
	border-radius: 12px;
}

.header-search button,
.woocommerce-product-search button {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 42px;
	padding: 0 22px;
	background: var(--sj-blue);
	color: var(--sj-white);
	border: 0;
	border-radius: 9px;
	font-weight: 700;
	cursor: pointer;
}

.category-navigation {
	background: var(--sj-white);
	border-bottom: 1px solid var(--sj-line);
}

.category-menu {
	min-height: 48px;
	overflow-x: auto;
	gap: 24px;
	scrollbar-width: none;
}

.category-menu::-webkit-scrollbar {
	display: none;
}

.category-menu a {
	color: #344054;
	font-size: 13px;
	font-weight: 650;
	white-space: nowrap;
}

/* Shared buttons and headings */
.button,
button.button,
input.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 12px 22px;
	background: var(--sj-blue);
	color: var(--sj-white);
	border: 0;
	border-radius: 11px;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover,
button.button:hover,
input.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: #244ed6;
	color: var(--sj-white);
	box-shadow: 0 10px 24px rgba( 47, 91, 234, 0.25 );
	transform: translateY( -2px );
}

.button .sj-icon,
.text-link .sj-icon {
	width: 18px;
	height: 18px;
}

.button--light {
	background: var(--sj-white);
	color: var(--sj-navy-900);
}

.button--light:hover {
	background: #f7fbff;
	color: var(--sj-navy-900);
	box-shadow: 0 14px 28px rgba( 7, 16, 53, 0.2 );
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.section-heading h2 {
	margin: 0;
	font-size: clamp( 26px, 2.25vw, 38px );
}

.section-heading__eyebrow,
.hero-slide__eyebrow,
.offer-card > span,
.closing-cta > div > span {
	display: block;
	margin-bottom: 8px;
	color: var(--sj-blue);
	font-size: 12px;
	font-weight: 820;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--sj-navy-900);
	font-size: 14px;
	font-weight: 740;
	white-space: nowrap;
}

.text-link:hover {
	color: var(--sj-blue);
}

/* Homepage hero */
.storefront-home {
	overflow: hidden;
}

.hero {
	display: grid;
	grid-template-columns: minmax( 0, 2.2fr ) minmax( 250px, 0.8fr );
	gap: 18px;
	padding-top: 24px;
}

.hero-slider,
.hero-side,
.hero-slide {
	min-height: 540px;
}

.hero-slider {
	position: relative;
	overflow: hidden;
	border-radius: var(--sj-radius-lg);
	box-shadow: var(--sj-shadow-sm);
}

.hero-slide {
	position: relative;
	display: grid;
	grid-template-columns: minmax( 0, 1.18fr ) minmax( 280px, 0.82fr );
	align-items: center;
	gap: 30px;
	padding: clamp( 44px, 6vw, 82px );
	color: var(--sj-white);
	isolation: isolate;
}

.hero-slide::before,
.hero-slide::after {
	position: absolute;
	content: "";
	z-index: -1;
	border-radius: 50%;
}

.hero-slide::before {
	width: 520px;
	height: 520px;
	right: -200px;
	top: -190px;
	background: rgba( 255, 255, 255, 0.1 );
}

.hero-slide::after {
	width: 280px;
	height: 280px;
	left: 43%;
	bottom: -170px;
	background: rgba( 255, 255, 255, 0.08 );
}

.hero-slide--one {
	background: linear-gradient( 130deg, #004d87 0%, #0077c8 54%, #28a9df 100% );
}

.hero-slide--two {
	background: linear-gradient( 130deg, #031e2d 0%, #07527c 52%, #009bc7 100% );
}

.hero-slide--three {
	background: linear-gradient( 130deg, #006650 0%, #00a37a 52%, #4fc698 100% );
}

.hero-slide.is-active .hero-slide__content,
.hero-slide.is-active .hero-illustration {
	animation: sj-fade-up 0.55s ease both;
}

.hero-slide.is-active .hero-illustration {
	animation-delay: 0.08s;
}

@keyframes sj-fade-up {
	from { opacity: 0; transform: translateY( 12px ); }
	to { opacity: 1; transform: translateY( 0 ); }
}

.hero-slide__content {
	position: relative;
	z-index: 2;
}

.hero-slide__eyebrow {
	color: rgba( 255, 255, 255, 0.78 );
}

.hero-slide h1,
.hero-slide h2 {
	max-width: 690px;
	margin-bottom: 20px;
	color: var(--sj-white);
	font-size: clamp( 42px, 5vw, 72px );
	letter-spacing: -0.055em;
}

.hero-slide p {
	max-width: 590px;
	margin-bottom: 30px;
	color: rgba( 255, 255, 255, 0.86 );
	font-size: clamp( 16px, 1.3vw, 20px );
}

.hero-illustration {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 320px;
}

.hero-illustration span {
	position: absolute;
	display: grid;
	place-items: center;
	background: rgba( 255, 255, 255, 0.93 );
	color: var(--sj-navy-900);
	border: 1px solid rgba( 255, 255, 255, 0.5 );
	box-shadow: 0 25px 55px rgba( 7, 16, 53, 0.25 );
}

.hero-illustration .sj-icon {
	width: 56%;
	height: 56%;
}

.hero-illustration--desk .hero-paper {
	width: 210px;
	height: 250px;
	border-radius: 18px;
	transform: rotate( -8deg );
}

.hero-illustration--desk .hero-folder {
	left: -10px;
	bottom: 20px;
	width: 175px;
	height: 130px;
	background: #ffde67;
	color: #745300;
	border-radius: 18px;
	transform: rotate( 6deg );
}

.hero-illustration--desk .hero-pen {
	right: -4px;
	top: 18px;
	width: 100px;
	height: 240px;
	background: var(--sj-blue-500);
	color: var(--sj-white);
	border-radius: 70px;
	transform: rotate( 12deg );
}

.hero-illustration--files span:first-child {
	width: 260px;
	height: 190px;
	background: #ffdf7c;
	color: #6c5000;
	border-radius: 20px;
	transform: rotate( -6deg );
}

.hero-illustration--files span:last-child {
	width: 180px;
	height: 230px;
	right: -8px;
	bottom: 2px;
	border-radius: 18px;
	transform: rotate( 10deg );
}

.hero-illustration--boxes span:first-child,
.hero-illustration--boxes span:last-child {
	width: 210px;
	height: 210px;
	border-radius: 28px;
}

.hero-illustration--boxes span:first-child {
	left: 0;
	top: 28px;
	background: #ffcf6f;
	color: #795300;
	transform: rotate( -7deg );
}

.hero-illustration--boxes span:last-child {
	right: -10px;
	bottom: 20px;
	background: #d8f6ef;
	color: #075f57;
	transform: rotate( 8deg );
}

.hero-slider__controls {
	position: absolute;
	left: clamp( 44px, 6vw, 82px );
	bottom: 24px;
	z-index: 5;
	display: flex;
	gap: 8px;
}

.hero-dot {
	width: 9px;
	height: 9px;
	padding: 0;
	background: rgba( 255, 255, 255, 0.48 );
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	transition: 0.2s ease;
}

.hero-dot.is-active {
	width: 30px;
	background: var(--sj-white);
}

.hero-side {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 18px;
}

.mini-promo {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 0;
	padding: 30px;
	color: var(--sj-white);
	border-radius: var(--sj-radius);
	box-shadow: var(--sj-shadow-sm);
	isolation: isolate;
}

.mini-promo::after {
	position: absolute;
	content: "";
	width: 230px;
	height: 230px;
	top: -120px;
	right: -90px;
	background: rgba( 255, 255, 255, 0.12 );
	border-radius: 50%;
	z-index: -1;
}

.mini-promo:hover {
	color: var(--sj-white);
	transform: translateY( -2px );
}

.mini-promo > span {
	font-size: 12px;
	font-weight: 780;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mini-promo > strong {
	max-width: 210px;
	margin-top: 6px;
	font-size: clamp( 23px, 2.2vw, 34px );
	line-height: 1.05;
}

.mini-promo .sj-icon {
	position: absolute;
	top: 28px;
	right: 28px;
	width: 82px;
	height: 82px;
	opacity: 0.86;
}

.mini-promo--storage {
	background: linear-gradient( 140deg, #ff9700, #ffbd2e );
}

.mini-promo--creative {
	background: linear-gradient( 140deg, #00599e, #159fd3 );
}

.service-strip {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	margin-top: 20px;
	padding: 20px 26px;
	background: var(--sj-white);
	border: 1px solid var(--sj-line);
	border-radius: var(--sj-radius);
	box-shadow: 0 6px 18px rgba( 10, 21, 64, 0.04 );
}

.service-strip > div {
	display: flex;
	align-items: center;
	gap: 15px;
	min-height: 52px;
	padding: 2px 24px;
	border-right: 1px solid var(--sj-line);
}

.service-strip > div:first-child {
	padding-left: 0;
}

.service-strip > div:last-child {
	padding-right: 0;
	border-right: 0;
}

.service-strip .sj-icon {
	width: 31px;
	height: 31px;
	color: var(--sj-blue);
}

.service-strip p {
	display: grid;
	margin: 0;
	line-height: 1.3;
}

.service-strip strong {
	font-size: 14px;
}

.service-strip span {
	margin-top: 4px;
	color: var(--sj-muted);
	font-size: 12px;
}

.brand-strip,
.category-section,
.product-rail,
.offer-grid,
.closing-cta {
	margin-top: clamp( 68px, 8vw, 112px );
}

.section-heading--compact {
	margin-bottom: 18px;
}

.section-heading--compact h2 {
	font-size: 22px;
}

.brand-list {
	display: grid;
	grid-template-columns: repeat( 8, minmax( 0, 1fr ) );
	gap: 12px;
}

.brand-list a {
	display: grid;
	place-items: center;
	min-height: 80px;
	padding: 12px;
	background: var(--sj-white);
	color: var(--sj-navy-900);
	border: 1px solid var(--sj-line);
	border-radius: 12px;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
}

.brand-list a:hover {
	border-color: #b8c5f7;
	box-shadow: var(--sj-shadow-sm);
	transform: translateY( -2px );
}

.category-grid {
	display: grid;
	grid-template-columns: repeat( 8, minmax( 0, 1fr ) );
	gap: 15px;
}

.category-card {
	display: grid;
	justify-items: center;
	gap: 13px;
	padding: 8px;
	color: var(--sj-ink);
	text-align: center;
}

.category-card > span {
	display: grid;
	place-items: center;
	width: 92px;
	height: 92px;
	background: linear-gradient( 145deg, #f7f8ff, #eef9ff );
	color: var(--sj-blue);
	border: 1px solid #e4e9f8;
	border-radius: 50%;
	transition: 0.22s ease;
}

.category-card:nth-child( 2n ) > span {
	background: linear-gradient( 145deg, #fff9e6, #fff2c7 );
	color: #b87800;
}

.category-card:nth-child( 3n ) > span {
	background: linear-gradient( 145deg, #effcf8, #e6f8f4 );
	color: var(--sj-green);
}

.category-card .sj-icon {
	width: 39px;
	height: 39px;
}

.category-card strong {
	font-size: 13px;
	line-height: 1.3;
}

.category-card:hover {
	color: var(--sj-blue);
}

.category-card:hover > span {
	box-shadow: var(--sj-shadow-sm);
	transform: translateY( -4px );
}

/* Product rails and cards */
.woocommerce .products ul,
.woocommerce ul.products,
ul.products {
	display: grid;
	grid-template-columns: repeat( 5, minmax( 0, 1fr ) );
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
	float: none;
	display: flex;
	flex-direction: column;
	width: auto;
	margin: 0;
	padding: 14px 14px 16px;
	background: var(--sj-white);
	border: 1px solid var(--sj-line);
	border-radius: 16px;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	border-color: #cbd4f4;
	box-shadow: var(--sj-shadow-sm);
	transform: translateY( -4px );
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	display: flex;
	flex: 1;
	flex-direction: column;
	color: var(--sj-ink);
}

.woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 0 16px;
	object-fit: contain;
	background: #fafbfe;
	border-radius: 12px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin: 0 0 9px;
	padding: 0;
	font-size: 14px;
	font-weight: 680;
	letter-spacing: -0.012em;
	line-height: 1.42;
}

.woocommerce ul.products li.product .star-rating {
	margin: 0 0 8px;
	font-size: 12px;
}

.woocommerce ul.products li.product .price {
	margin-top: auto;
	color: var(--sj-navy-900);
	font-size: 15px;
	font-weight: 820;
}

.woocommerce ul.products li.product .price del {
	margin-right: 6px;
	color: #98a2b3;
	font-size: 12px;
	opacity: 1;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

.woocommerce ul.products li.product .button {
	width: 100%;
	min-height: 42px;
	margin-top: 13px;
	padding: 10px 12px;
	background: var(--sj-navy-900);
	border-radius: 9px;
	font-size: 12px;
}

.woocommerce ul.products li.product .button:hover {
	background: var(--sj-blue);
}

.woocommerce span.onsale {
	top: 23px;
	left: 23px;
	z-index: 3;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 5px 9px;
	background: var(--sj-coral);
	color: var(--sj-white);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 820;
	line-height: 1.2;
}

.product-placeholders {
	display: grid;
	grid-template-columns: repeat( 5, minmax( 0, 1fr ) );
	gap: 18px;
}

.product-placeholder {
	padding: 14px;
	background: var(--sj-white);
	border: 1px dashed #ccd3e3;
	border-radius: 16px;
}

.product-placeholder__image {
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	margin-bottom: 16px;
	background: #f7f8fc;
	color: #b5bed3;
	border-radius: 12px;
}

.product-placeholder__image .sj-icon {
	width: 56px;
	height: 56px;
}

.product-placeholder > span {
	display: block;
	height: 9px;
	margin: 9px 0;
	background: #eff1f6;
	border-radius: 999px;
}

.product-placeholder > span:nth-of-type( 2 ) {
	width: 65%;
}

.product-placeholder small {
	color: #98a2b3;
	font-size: 11px;
}

.offer-grid {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 18px;
}

.offer-card {
	position: relative;
	overflow: hidden;
	min-height: 280px;
	padding: 34px;
	color: var(--sj-ink);
	border-radius: var(--sj-radius);
	isolation: isolate;
}

.offer-card::after {
	position: absolute;
	content: "";
	width: 210px;
	height: 210px;
	right: -80px;
	bottom: -100px;
	background: rgba( 255, 255, 255, 0.5 );
	border-radius: 50%;
	z-index: -1;
}

.offer-card:hover {
	color: var(--sj-ink);
	box-shadow: var(--sj-shadow-sm);
	transform: translateY( -3px );
}

.offer-card h2 {
	max-width: 310px;
	font-size: clamp( 26px, 2.4vw, 38px );
}

.offer-card p {
	max-width: 280px;
	color: #475467;
}

.offer-card > .sj-icon {
	position: absolute;
	right: 28px;
	bottom: 25px;
	width: 74px;
	height: 74px;
	opacity: 0.65;
}

.offer-card--paper {
	background: linear-gradient( 145deg, #fff8df, #ffe6a5 );
}

.offer-card--desk {
	background: linear-gradient( 145deg, #e6f6ff, #cfeeff );
}

.offer-card--bulk {
	background: linear-gradient( 145deg, #e8fbf5, #d9f4ec );
}

.closing-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: clamp( 70px, 8vw, 112px );
	padding: clamp( 34px, 5vw, 62px );
	background: linear-gradient( 120deg, var(--sj-navy-950), #18296e );
	color: var(--sj-white);
	border-radius: var(--sj-radius-lg);
}

.closing-cta h2 {
	max-width: 760px;
	margin: 0;
	color: var(--sj-white);
	font-size: clamp( 30px, 3.6vw, 50px );
}

.closing-cta > div > span {
	color: #84e8f7;
}

.home-page-content {
	margin-bottom: 70px;
}

/* Content pages */
.content-shell,
.commerce-shell {
	min-height: 52vh;
	padding-top: clamp( 44px, 6vw, 84px );
	padding-bottom: clamp( 70px, 8vw, 120px );
}

.content-shell--narrow {
	max-width: 920px;
}

.page-hero {
	max-width: 900px;
	margin-bottom: 42px;
}

.page-hero h1 {
	font-size: clamp( 38px, 5vw, 68px );
}

.page-featured-image {
	overflow: hidden;
	margin-bottom: 38px;
	border-radius: var(--sj-radius);
}

.entry-content {
	font-size: 17px;
}

.entry-content > * {
	max-width: 820px;
	margin-inline: auto;
}

.entry-content > .alignwide {
	max-width: 1160px;
}

.entry-content > .alignfull {
	max-width: none;
	width: 100vw;
	margin-left: calc( 50% - 50vw );
}

.entry-content h2 {
	margin-top: 1.7em;
	font-size: clamp( 28px, 3vw, 40px );
}

.entry-content h3 {
	margin-top: 1.5em;
	font-size: 25px;
}

.entry-content img {
	border-radius: 12px;
}

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

.post-card {
	overflow: hidden;
	background: var(--sj-white);
	border: 1px solid var(--sj-line);
	border-radius: var(--sj-radius);
}

.post-card__image img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.post-card__body {
	padding: 24px;
}

.post-card__body h2 {
	font-size: 24px;
}

.post-card__body h2 a {
	color: var(--sj-ink);
}

.post-card__meta {
	display: block;
	margin-bottom: 8px;
	color: var(--sj-muted);
	font-size: 12px;
	font-weight: 700;
}

.empty-state {
	max-width: 700px;
	margin: 40px auto;
	padding: 50px;
	background: var(--sj-soft);
	border-radius: var(--sj-radius);
	text-align: center;
}

.empty-state--404 > span {
	display: block;
	color: var(--sj-coral);
	font-size: 70px;
	font-weight: 850;
}

.empty-state form {
	display: flex;
	max-width: 520px;
	margin: 24px auto;
}

.empty-state input[type="search"] {
	flex: 1;
	min-width: 0;
	height: 48px;
	padding: 0 14px;
	border: 1px solid var(--sj-line);
	border-radius: 10px 0 0 10px;
}

.empty-state input[type="submit"] {
	padding: 0 18px;
	background: var(--sj-blue);
	color: var(--sj-white);
	border: 0;
	border-radius: 0 10px 10px 0;
}

/* WooCommerce */
.commerce-shell .woocommerce-breadcrumb {
	margin-bottom: 24px;
	color: var(--sj-muted);
	font-size: 13px;
}

.commerce-shell .woocommerce-products-header__title,
.commerce-shell > .product .product_title {
	font-size: clamp( 34px, 4vw, 56px );
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 28px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
	min-height: 46px;
	padding: 9px 12px;
	background: var(--sj-white);
	border: 1px solid #d8dce7;
	border-radius: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
}

.woocommerce div.product {
	display: flow-root;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 60px;
}

.woocommerce div.product div.images img {
	background: #fafbfe;
	border-radius: var(--sj-radius);
}

.woocommerce div.product .product_title {
	font-size: clamp( 32px, 3.6vw, 52px );
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--sj-navy-900);
	font-size: 24px;
	font-weight: 830;
}

.woocommerce div.product form.cart {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 28px 0;
}

.woocommerce .quantity .qty {
	width: 76px;
	height: 48px;
	border: 1px solid #d8dce7;
	border-radius: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	border-bottom: 1px solid var(--sj-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0 18px 0 0;
	padding: 0;
	background: transparent;
	border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 14px 2px;
	border-bottom: 2px solid transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--sj-blue);
	border-bottom-color: var(--sj-blue);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 18px 22px 18px 54px;
	background: #f4f7ff;
	color: var(--sj-ink);
	border: 1px solid #dce4ff;
	border-top: 0;
	border-radius: 11px;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--sj-blue);
}

.woocommerce table.shop_table {
	overflow: hidden;
	border: 1px solid var(--sj-line);
	border-collapse: separate;
	border-radius: 13px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 16px;
	border-color: var(--sj-line);
}

.woocommerce-cart table.cart img {
	width: 82px;
	border-radius: 9px;
}

.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	padding: 24px;
	background: var(--sj-white);
	border: 1px solid var(--sj-line);
	border-radius: var(--sj-radius);
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: var(--sj-soft);
	border-radius: 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 12px;
	list-style: none;
	background: var(--sj-soft);
	border-radius: 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 10px 12px;
	color: var(--sj-ink);
	border-radius: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: var(--sj-white);
	color: var(--sj-blue);
}

/* Footer */
.site-footer {
	background: var(--sj-navy-950);
	color: rgba( 255, 255, 255, 0.72 );
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax( 280px, 1.5fr ) repeat( 3, minmax( 160px, 0.7fr ) );
	gap: clamp( 34px, 5vw, 80px );
	padding-top: clamp( 62px, 8vw, 100px );
	padding-bottom: 60px;
}

.site-brand--footer {
	margin-bottom: 24px;
}

.footer-brand > p {
	max-width: 430px;
	font-size: 14px;
}

.footer-contact {
	display: grid;
	gap: 7px;
}

.footer-contact a,
.footer-column a,
.footer-widget a {
	color: rgba( 255, 255, 255, 0.72 );
}

.footer-contact a:hover,
.footer-column a:hover,
.footer-widget a:hover {
	color: #79e3f3;
}

.footer-column h2,
.footer-widget__title,
.footer-widget .wp-block-heading {
	margin-bottom: 20px;
	color: var(--sj-white);
	font-size: 15px;
	letter-spacing: 0;
}

.footer-column ul,
.footer-widget ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-column li,
.footer-widget li {
	font-size: 13px;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 74px;
	border-top: 1px solid rgba( 255, 255, 255, 0.12 );
	font-size: 12px;
}

.footer-bottom p {
	margin: 0;
}

.footer-menu {
	gap: 18px;
}

.footer-menu a {
	color: rgba( 255, 255, 255, 0.62 );
}

/* Comments */
.comments-area {
	margin-top: 60px;
	padding-top: 35px;
	border-top: 1px solid var(--sj-line);
}

.comment-list {
	padding-left: 22px;
}

.comment-list li {
	margin-bottom: 22px;
}

.comment-form input:not( [type="submit"] ),
.comment-form textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid var(--sj-line);
	border-radius: 9px;
}

/* Responsive */
@media ( max-width: 1180px ) {
	.site-header__inner {
		grid-template-columns: minmax( 190px, 0.8fr ) minmax( 380px, 2fr ) minmax( 150px, 0.6fr );
		gap: 18px;
	}

	.primary-menu {
		gap: 20px;
	}

	.hero {
		grid-template-columns: minmax( 0, 1.75fr ) minmax( 240px, 0.75fr );
	}

	.hero-slide {
		grid-template-columns: 1.2fr 0.8fr;
		padding: 52px;
	}

	.hero-slide h1,
	.hero-slide h2 {
		font-size: 50px;
	}

	.woocommerce .products ul,
	.woocommerce ul.products,
	ul.products,
	.product-placeholders {
		grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	}

	.woocommerce ul.products li.product:nth-child( n + 5 ),
	.product-placeholder:nth-child( n + 5 ) {
		display: none;
	}

	.category-grid {
		grid-template-columns: repeat( 4, 1fr );
		row-gap: 26px;
	}

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

@media ( max-width: 920px ) {
	.admin-bar .site-header {
		top: 46px;
	}

	.site-header__inner {
		grid-template-columns: auto 1fr auto;
		min-height: 76px;
	}

	.site-brand-wrap {
		grid-column: 2;
		justify-self: center;
	}

	.site-brand__emblem {
		width: 41px;
		height: 41px;
	}

	.site-brand__wordmark strong {
		font-size: 18px;
	}

	.menu-toggle {
		display: inline-grid;
		grid-column: 1;
		grid-row: 1;
	}

	.primary-navigation {
		position: fixed;
		inset: 116px 0 auto 0;
		max-height: calc( 100vh - 116px );
		overflow-y: auto;
		padding: 22px;
		background: var(--sj-navy-950);
		border-top: 1px solid rgba( 255, 255, 255, 0.12 );
		opacity: 0;
		visibility: hidden;
		transform: translateY( -8px );
		transition: 0.2s ease;
	}

	.admin-bar .primary-navigation {
		inset-block-start: 162px;
		max-height: calc( 100vh - 162px );
	}

	.primary-navigation.is-open {
		opacity: 1;
		visibility: visible;
		transform: translateY( 0 );
	}

	.primary-menu {
		align-items: stretch;
		flex-direction: column;
		gap: 4px;
	}

	.primary-menu a {
		width: 100%;
		padding: 8px 4px;
		font-size: 18px;
	}

	.primary-menu .sub-menu {
		position: static;
		max-height: none;
		margin-left: 14px;
		padding: 4px 0 8px;
		background: transparent;
		border: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.primary-menu .sub-menu a {
		color: rgba( 255, 255, 255, 0.72 );
		font-size: 14px;
	}

	.header-actions {
		grid-column: 3;
		grid-row: 1;
	}

	.header-actions .header-action:nth-child( 2 ) {
		display: none;
	}

	.category-navigation {
		display: none;
	}

	.hero {
		grid-template-columns: 1fr;
	}

	.hero-slider,
	.hero-slide {
		min-height: 560px;
	}

	.hero-slide {
		grid-template-columns: 1.15fr 0.85fr;
	}

	.hero-side {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		min-height: 220px;
	}

	.mini-promo {
		min-height: 220px;
	}

	.service-strip {
		grid-template-columns: 1fr;
	}

	.service-strip > div,
	.service-strip > div:first-child,
	.service-strip > div:last-child {
		padding: 14px 0;
		border-right: 0;
		border-bottom: 1px solid var(--sj-line);
	}

	.service-strip > div:last-child {
		border-bottom: 0;
	}

	.offer-grid {
		grid-template-columns: 1fr;
	}

	.offer-card {
		min-height: 230px;
	}

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

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

	.footer-brand {
		grid-column: 1 / -1;
	}
}

@media ( max-width: 680px ) {
	.site-container,
	.section-shell {
		width: min( calc( 100% - 28px ), var(--sj-container) );
	}

	.announcement-bar__inner {
		justify-content: center;
		min-height: 36px;
		text-align: center;
	}

	.announcement-bar__inner > span {
		display: none;
	}

	.site-header__inner {
		gap: 8px;
	}

	.site-brand {
		gap: 8px;
	}

	.site-brand__wordmark small {
		font-size: 9px;
	}

	.header-actions {
		gap: 4px;
	}

	.header-action,
	.menu-toggle {
		width: 39px;
		height: 39px;
	}

	.header-actions .search-toggle {
		display: none;
	}

	.primary-navigation {
		inset-block-start: 112px;
		max-height: calc( 100vh - 112px );
	}

	.admin-bar .primary-navigation {
		inset-block-start: 158px;
		max-height: calc( 100vh - 158px );
	}

	.hero {
		padding-top: 14px;
		gap: 12px;
	}

	.hero-slider,
	.hero-slide {
		min-height: 620px;
	}

	.hero-slide {
		grid-template-columns: 1fr;
		align-content: start;
		gap: 18px;
		padding: 38px 26px 70px;
	}

	.hero-slide h1,
	.hero-slide h2 {
		font-size: clamp( 38px, 11.5vw, 54px );
	}

	.hero-slide p {
		font-size: 15px;
	}

	.hero-illustration {
		min-height: 240px;
		transform: scale( 0.78 );
	}

	.hero-slider__controls {
		left: 26px;
		bottom: 22px;
	}

	.hero-side {
		grid-template-columns: 1fr;
	}

	.mini-promo {
		min-height: 190px;
	}

	.section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.brand-strip,
	.category-section,
	.product-rail,
	.offer-grid,
	.closing-cta {
		margin-top: 66px;
	}

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

	.category-card > span {
		width: 82px;
		height: 82px;
	}

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

	.woocommerce .products ul,
	.woocommerce ul.products,
	ul.products,
	.product-placeholders {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
		gap: 12px;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		padding: 10px 10px 12px;
	}

	.woocommerce ul.products li.product:nth-child( n + 5 ),
	.product-placeholder:nth-child( n + 5 ) {
		display: none;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 13px;
	}

	.offer-card {
		padding: 28px;
	}

	.closing-cta {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 66px;
	}

	.post-grid {
		grid-template-columns: 1fr;
	}

	.empty-state {
		padding: 32px 20px;
	}

	.woocommerce div.product div.images,
	.woocommerce div.product div.summary {
		float: none;
		width: 100%;
	}

	.woocommerce div.product form.cart {
		align-items: stretch;
		flex-direction: column;
	}

	.woocommerce div.product form.cart .button {
		width: 100%;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.footer-brand {
		grid-column: auto;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		padding-block: 22px;
	}
}

@media ( prefers-reduced-motion: reduce ) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}
}
