/*
Theme Name: From America
Theme URI: https://directfromamerica.com
Author: From America LLC
Description: A cross-border marketplace storefront for a US company shipping American goods into the Gulf. One price contains everything — the item, freight from the USA, customs duty and VAT at the destination's own rate — so the cart adds nothing and no courier collects at the door. Publishes its own restricted list rather than letting customs deliver the bad news. Arabic RTL first, English ready, WooCommerce, no page builder.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fromamerica
Tags: e-commerce, rtl-language-support, translation-ready, custom-logo, custom-colors, full-width-template
*/

/* ==========================================================================
   Tokens
   ========================================================================== */

:root {
	--fa-primary: #0B2545;
	--fa-primary-dark: #06182F;
	--fa-primary-mid: #163A66;
	--fa-primary-soft: #E6EDF6;
	--fa-accent: #C8102E;
	--fa-accent-dark: #A20D25;
	--fa-accent-soft: #FDEAED;
	--fa-ink: #0F172A;
	--fa-ink-2: #475467;
	--fa-ink-3: #8A93A3;
	--fa-sand: #F5F7FA;
	--fa-sand-2: #E8EDF4;
	--fa-paper: #FFFFFF;
	--fa-line: #E2E7EF;
	--fa-line-soft: #EFF3F8;
	--fa-good: #15803D;
	--fa-good-soft: #E8F6ED;
	--fa-warn: #A85B00;
	--fa-warn-soft: #FFF4E5;
	--fa-danger: #C0342B;
	--fa-star: #F5A524;
	--fa-container: 1400px;
	--fa-radius: 12px;
	--fa-radius-sm: 8px;
	--fa-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 8px 24px -14px rgba(16, 24, 40, .28);
	--fa-shadow-lg: 0 2px 4px rgba(16, 24, 40, .04), 0 20px 48px -24px rgba(16, 24, 40, .34);
	--fa-font: "IBM Plex Sans Arabic", "SF Arabic", "Geeza Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
	--fa-latin: Inter, "Helvetica Neue", Arial, sans-serif;
	--fa-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}

/* ==========================================================================
   Base
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }

body {
	margin: 0;
	font-family: var(--fa-font);
	font-size: 15px;
	line-height: 1.65;
	color: var(--fa-ink);
	background: var(--fa-sand);
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--fa-primary); text-decoration: none; }
a:hover { color: var(--fa-accent-dark); }

h1, h2, h3, h4 {
	margin: 0 0 .5em;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -.015em;
	text-wrap: balance;
}

h1 { font-size: clamp(24px, 3.4vw, 38px); }
h2 { font-size: clamp(19px, 2.2vw, 27px); }
h3 { font-size: 17px; }

p { margin: 0 0 1em; }

:focus-visible {
	outline: 2px solid var(--fa-accent);
	outline-offset: 2px;
	border-radius: 3px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.fa-skip:focus {
	position: fixed !important;
	inset-inline-start: 16px; top: 16px;
	z-index: 999; width: auto; height: auto; clip: auto;
	background: var(--fa-ink); color: #fff;
	padding: 10px 16px; border-radius: var(--fa-radius-sm);
}

.fa-container { width: min(100% - 24px, var(--fa-container)); margin-inline: auto; }

.fa-section { padding-block: clamp(28px, 3.4vw, 48px); }
.fa-section-tight { padding-block: clamp(18px, 2.2vw, 30px); }

.fa-section-head {
	display: flex; flex-wrap: wrap; gap: 6px 20px;
	align-items: baseline; justify-content: space-between;
	margin-bottom: 18px;
}

.fa-section-head h2 { margin: 0; }
.fa-section-head p { margin: 0; color: var(--fa-ink-3); font-size: 14px; flex-basis: 100%; }

.fa-section-link {
	font-weight: 700; font-size: 14px; color: var(--fa-accent-dark); white-space: nowrap;
}

.fa-section-link::after { content: " ›"; }

.fa-eyebrow {
	font-size: 11.5px; font-weight: 800; letter-spacing: .14em;
	text-transform: uppercase; color: var(--fa-accent); margin: 0 0 8px;
}

.fa-muted { color: var(--fa-ink-3); }
.fa-prose { max-width: 72ch; }

/* Panels — the marketplace look is built from these white cards on grey. */
.fa-card {
	background: var(--fa-paper);
	border: 1px solid var(--fa-line);
	border-radius: var(--fa-radius);
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.fa-btn, button.fa-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	font-family: inherit; font-size: 15px; font-weight: 700; line-height: 1;
	padding: 13px 24px; border-radius: var(--fa-radius-sm);
	border: 1.5px solid transparent; cursor: pointer; text-decoration: none;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.fa-btn-accent { background: var(--fa-accent); border-color: var(--fa-accent); color: #fff; }
.fa-btn-accent:hover { background: var(--fa-accent-dark); border-color: var(--fa-accent-dark); color: #fff; }

.fa-btn-navy { background: var(--fa-primary); border-color: var(--fa-primary); color: #fff; }
.fa-btn-navy:hover { background: var(--fa-primary-dark); border-color: var(--fa-primary-dark); color: #fff; }

.fa-btn-ghost { background: transparent; border-color: var(--fa-line); color: var(--fa-ink); }
.fa-btn-ghost:hover { border-color: var(--fa-ink); color: var(--fa-ink); }

.fa-btn-white { background: #fff; border-color: #fff; color: var(--fa-primary); }
.fa-btn-white:hover { background: var(--fa-sand-2); border-color: var(--fa-sand-2); color: var(--fa-primary); }

.fa-btn-lg { padding: 16px 32px; font-size: 16px; }
.fa-btn-sm { padding: 9px 16px; font-size: 13.5px; }

/* ==========================================================================
   Top bar
   ========================================================================== */

.fa-topbar {
	background: var(--fa-primary-dark);
	color: #fff;
	font-size: 13px;
}

.fa-topbar .fa-container {
	display: flex; gap: 16px; align-items: center; justify-content: space-between;
	min-height: 38px; padding-block: 5px;
}

.fa-topbar-text { font-weight: 600; display: flex; align-items: center; gap: 8px; }

.fa-topbar-text::before {
	content: ""; width: 16px; height: 16px; flex: none;
	background: var(--fa-accent);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") no-repeat center / contain;
}

.fa-topbar-right { display: flex; align-items: center; gap: 14px; }

.fa-lang { display: flex; gap: 3px; font-size: 12.5px; }
.fa-lang a { color: inherit; opacity: .7; padding: 3px 9px; border-radius: 5px; font-weight: 600; }
.fa-lang a.is-current, .fa-lang a:hover { opacity: 1; background: rgba(255,255,255,.15); }

.fa-footer .fa-lang a { color: var(--fa-ink-2); }
.fa-footer .fa-lang a.is-current, .fa-footer .fa-lang a:hover { background: var(--fa-line-soft); color: var(--fa-ink); }

/* ==========================================================================
   Header
   ========================================================================== */

.fa-header { background: var(--fa-primary); color: #fff; }
.fa-sticky-header .fa-header { position: sticky; top: 0; z-index: 60; }

.fa-header-inner {
	display: flex; align-items: center; gap: 18px; padding-block: 14px;
}

.fa-brand { flex: none; }

.fa-wordmark {
	font-family: var(--fa-latin);
	display: inline-flex; align-items: center; gap: 11px;
	font-size: 21px; font-weight: 800; letter-spacing: -.02em; color: #fff;
	text-transform: uppercase; white-space: nowrap;
}

.fa-wordmark:hover { color: #fff; text-decoration: none; }
/* The mark's viewBox is cropped to its own drawing (108 × 100 units). */
.fa-mark { width: 42px; height: 39px; flex: none; display: block; }
.fa-mark-small { width: 34px; height: 34px; }
.custom-logo { max-height: 46px; width: auto; }

/* On the pale footer ground the mark is handed the dark tone by the template. */
.fa-footer .fa-wordmark { color: #fff; }

.fa-header-search { flex: 1; min-width: 0; }

.fa-search {
	display: flex; align-items: stretch;
	border-radius: 999px; overflow: hidden; background: #fff;
	max-width: 720px; box-shadow: 0 2px 10px rgba(0,0,0,.12);
}

.fa-search input[type="search"] {
	flex: 1; min-width: 0; border: 0; background: transparent;
	font: inherit; font-size: 14.5px; padding: 12px 20px; color: var(--fa-ink);
}

.fa-search input[type="search"]:focus { outline: none; }

.fa-search button {
	border: 0; background: var(--fa-accent); color: #fff;
	padding-inline: 24px; cursor: pointer; display: grid; place-items: center;
}

.fa-search button:hover { background: var(--fa-accent-dark); }

.fa-search-icon, .fa-cart-icon, .fa-account-icon, .fa-wa-icon, .fa-grid-icon {
	width: 20px; height: 20px; display: block; background: currentColor;
	-webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
	-webkit-mask-position: center; mask-position: center;
	-webkit-mask-size: contain; mask-size: contain;
}

.fa-search-icon {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");
}

.fa-cart-icon {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.4 11.2a2 2 0 0 0 2 1.6h7.6a2 2 0 0 0 2-1.6L21 8H6'/%3E%3Ccircle cx='10' cy='20' r='1.4'/%3E%3Ccircle cx='17' cy='20' r='1.4'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.4 11.2a2 2 0 0 0 2 1.6h7.6a2 2 0 0 0 2-1.6L21 8H6'/%3E%3Ccircle cx='10' cy='20' r='1.4'/%3E%3Ccircle cx='17' cy='20' r='1.4'/%3E%3C/svg%3E");
}

.fa-account-icon {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E");
}

.fa-wa-icon {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M12 2a10 10 0 0 0-8.6 15L2 22l5.2-1.4A10 10 0 1 0 12 2Zm0 18a8 8 0 0 1-4.1-1.1l-.3-.2-3 .8.8-2.9-.2-.3A8 8 0 1 1 12 20Zm4.4-5.8c-.2-.1-1.4-.7-1.6-.8s-.4-.1-.5.1l-.7.9c-.1.2-.3.2-.5.1a6.5 6.5 0 0 1-3.2-2.8c-.1-.2 0-.4.1-.5l.4-.5.2-.4v-.4l-.7-1.7c-.2-.4-.4-.4-.5-.4h-.5a1 1 0 0 0-.7.3 3 3 0 0 0-.9 2.2 5.2 5.2 0 0 0 1.1 2.7 11.8 11.8 0 0 0 4.5 4 5.3 5.3 0 0 0 3.2.7 2.6 2.6 0 0 0 1.7-1.2 2.1 2.1 0 0 0 .1-1.2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M12 2a10 10 0 0 0-8.6 15L2 22l5.2-1.4A10 10 0 1 0 12 2Zm0 18a8 8 0 0 1-4.1-1.1l-.3-.2-3 .8.8-2.9-.2-.3A8 8 0 1 1 12 20Zm4.4-5.8c-.2-.1-1.4-.7-1.6-.8s-.4-.1-.5.1l-.7.9c-.1.2-.3.2-.5.1a6.5 6.5 0 0 1-3.2-2.8c-.1-.2 0-.4.1-.5l.4-.5.2-.4v-.4l-.7-1.7c-.2-.4-.4-.4-.5-.4h-.5a1 1 0 0 0-.7.3 3 3 0 0 0-.9 2.2 5.2 5.2 0 0 0 1.1 2.7 11.8 11.8 0 0 0 4.5 4 5.3 5.3 0 0 0 3.2.7 2.6 2.6 0 0 0 1.7-1.2 2.1 2.1 0 0 0 .1-1.2Z'/%3E%3C/svg%3E");
}

.fa-grid-icon {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Crect x='3' y='3' width='7' height='7' rx='1.5'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1.5'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1.5'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1.5'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Crect x='3' y='3' width='7' height='7' rx='1.5'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1.5'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1.5'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1.5'/%3E%3C/svg%3E");
}

.fa-header-actions { display: flex; align-items: center; gap: 4px; flex: none; }

.fa-account, .fa-cart-link, .fa-wa {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 9px 12px; border-radius: var(--fa-radius-sm);
	color: #fff; font-size: 13.5px; font-weight: 600; position: relative;
}

.fa-account:hover, .fa-cart-link:hover, .fa-wa:hover { background: rgba(255,255,255,.12); color: #fff; }

.fa-account-label, .fa-wa-label { display: flex; flex-direction: column; line-height: 1.25; }
.fa-account-label small, .fa-wa-label small { font-size: 11px; opacity: .7; font-weight: 500; }

.fa-cart-count {
	min-width: 20px; height: 20px; padding-inline: 6px; border-radius: 999px;
	background: var(--fa-accent); color: #fff; font-size: 11.5px; font-weight: 800;
	display: grid; place-items: center; font-variant-numeric: tabular-nums;
}

.fa-cart-count.is-empty { background: rgba(255,255,255,.25); }

.fa-burger {
	display: none; background: rgba(255,255,255,.12); border: 0;
	border-radius: var(--fa-radius-sm); padding: 11px; cursor: pointer;
}

.fa-burger-bars, .fa-burger-bars::before, .fa-burger-bars::after {
	display: block; width: 18px; height: 2px; background: #fff; border-radius: 2px; position: relative;
}

.fa-burger-bars::before, .fa-burger-bars::after { content: ""; position: absolute; inset-inline-start: 0; }
.fa-burger-bars::before { top: -6px; }
.fa-burger-bars::after { top: 6px; }

/* ==========================================================================
   Category nav + mega menu
   ========================================================================== */

.fa-nav { background: var(--fa-primary-mid); position: relative; z-index: 55; }

.fa-nav .fa-container { display: flex; align-items: stretch; gap: 4px; }

.fa-mega-trigger {
	display: inline-flex; align-items: center; gap: 9px;
	background: var(--fa-accent); color: #fff; border: 0;
	font: inherit; font-size: 14px; font-weight: 700;
	padding: 12px 20px; cursor: pointer; flex: none;
}

.fa-mega-trigger:hover { background: var(--fa-accent-dark); }

.fa-nav-list {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-wrap: nowrap; overflow-x: auto; gap: 0;
	scrollbar-width: none;
}

.fa-nav-list::-webkit-scrollbar { display: none; }

.fa-nav-list a {
	display: block; padding: 12px 15px; white-space: nowrap;
	font-size: 14px; font-weight: 600; color: rgba(255,255,255,.88);
}

.fa-nav-list a:hover, .fa-nav-list .current-menu-item > a {
	color: #fff; background: rgba(255,255,255,.1);
}

.fa-mega {
	position: absolute; inset-inline-start: 0; top: 100%; width: 100%;
	background: var(--fa-paper); border-top: 3px solid var(--fa-accent);
	box-shadow: var(--fa-shadow-lg); padding: 24px 0;
}

.fa-mega-grid {
	display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 6px 24px;
}

.fa-mega-col > a {
	display: flex; align-items: center; gap: 10px;
	font-weight: 700; font-size: 14.5px; color: var(--fa-ink); padding: 8px 0;
}

.fa-mega-col > a:hover { color: var(--fa-accent-dark); }

.fa-mega-thumb {
	width: 34px; height: 34px; border-radius: 7px; flex: none;
	background: var(--fa-sand-2); overflow: hidden;
}

.fa-mega-thumb img { width: 100%; height: 100%; object-fit: cover; }

.fa-mega-sub { list-style: none; margin: 0 0 12px; padding: 0 0 0 44px; }
.fa-rtl .fa-mega-sub { padding: 0 44px 0 0; }
.fa-mega-sub a { font-size: 13px; color: var(--fa-ink-3); display: block; padding: 3px 0; }
.fa-mega-sub a:hover { color: var(--fa-accent-dark); }

.fa-mobile-nav { background: var(--fa-primary-mid); padding-block: 16px; }
.fa-mobile-list { list-style: none; margin: 12px 0 0; padding: 0; display: flex; flex-direction: column; }
.fa-mobile-list a {
	display: block; padding: 11px 4px; color: #fff; font-weight: 600;
	border-bottom: 1px solid rgba(255,255,255,.12);
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */

.fa-crumbs { background: var(--fa-paper); font-size: 13px; color: var(--fa-ink-3); border-bottom: 1px solid var(--fa-line); }
.fa-crumbs .fa-container { padding-block: 10px; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.fa-crumbs a { color: var(--fa-ink-3); }
.fa-crumbs a:hover { color: var(--fa-accent-dark); }
.fa-crumb-sep { opacity: .4; }

/* WooCommerce writes delimiters only between its own crumbs, so its first one
   sits flush against the Home link the theme prints before it. Matching a link
   that directly follows the first one hits the WooCommerce trail and nothing
   else: elsewhere the second child is already a separator. */
.fa-crumbs .fa-container > a:first-child + a::before { content: "/"; opacity: .4; margin-inline-end: 6px; }

/* ==========================================================================
   Quick category strip
   ========================================================================== */

.fa-quickstrip { background: var(--fa-paper); border-bottom: 1px solid var(--fa-line); }

.fa-quickstrip .fa-container {
	display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 1fr);
	gap: 12px; overflow-x: auto; padding-block: 12px; scrollbar-width: none;
}

.fa-quickstrip .fa-container::-webkit-scrollbar { display: none; }

.fa-quick {
	display: flex; align-items: center; gap: 12px;
	border: 1px solid var(--fa-line); border-radius: var(--fa-radius-sm);
	padding: 10px 14px; color: var(--fa-ink); background: var(--fa-paper);
	transition: border-color .15s ease, box-shadow .15s ease;
}

.fa-quick:hover { border-color: var(--fa-accent); box-shadow: var(--fa-shadow); color: var(--fa-ink); }

.fa-quick-body { display: flex; flex-direction: column; min-width: 0; }
.fa-quick-name { font-weight: 700; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fa-quick-sub { font-size: 12px; color: var(--fa-ink-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fa-quick-arrow { margin-inline-start: auto; color: var(--fa-accent); font-weight: 800; flex: none; }

/* ==========================================================================
   Hero banner
   ========================================================================== */

.fa-hero { background: var(--fa-sand); padding-block: 18px; }

.fa-hero-grid {
	display: grid; grid-template-columns: 1fr 320px; gap: 14px;
}

/* All slides share one grid cell, so the deck stretches to the tallest slide
   and every slide fills the height the hero row gives it. With absolute
   positioning the active slide kept its own height and the container's
   background showed as a band beneath it whenever the side cards were taller. */
.fa-slider {
	display: grid; border-radius: var(--fa-radius); overflow: hidden;
	background: var(--fa-primary); min-height: 340px; position: relative;
}

.fa-slide {
	grid-area: 1 / 1; opacity: 0; visibility: hidden; pointer-events: none;
	transition: opacity .5s ease, visibility .5s;
	display: flex; align-items: center; padding: clamp(24px, 4vw, 52px);
	background-size: cover; background-position: center;
}

.fa-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }

.fa-slide-1 { background: linear-gradient(120deg, #06182F 0%, #0B2545 50%, #1B4A85 100%); }
.fa-slide-2 { background: linear-gradient(120deg, #6B0715 0%, #A20D25 55%, #C8102E 100%); }
.fa-slide-3 { background: linear-gradient(120deg, #0B2545 0%, #14395C 55%, #1C6E7D 100%); }

.fa-slide-inner { max-width: 30em; color: #fff; position: relative; z-index: 2; }
.fa-slide-eyebrow {
	display: inline-block; font-size: 11.5px; font-weight: 800; letter-spacing: .12em;
	text-transform: uppercase; background: rgba(255,255,255,.16);
	padding: 5px 12px; border-radius: 999px; margin-bottom: 14px;
}
.fa-slide h2 { color: #fff; font-size: clamp(24px, 3.4vw, 40px); margin: 0 0 12px; }
.fa-slide p { color: rgba(255,255,255,.9); font-size: 15.5px; margin: 0 0 22px; }

.fa-slider-dots {
	position: absolute; bottom: 16px; inset-inline-start: clamp(24px, 4vw, 52px);
	display: flex; gap: 7px; z-index: 3;
}

.fa-slider-dots button {
	width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0;
	background: rgba(255,255,255,.4); cursor: pointer;
}

.fa-slider-dots button[aria-current="true"] { background: #fff; width: 26px; border-radius: 999px; }

.fa-hero-side { display: grid; grid-template-rows: 1fr 1fr; gap: 14px; }

.fa-promo {
	border-radius: var(--fa-radius); padding: 20px; color: #fff;
	display: flex; flex-direction: column; justify-content: center;
}

.fa-promo-1 { background: linear-gradient(135deg, #C8102E, #8E0B20); }
.fa-promo-2 { background: var(--fa-paper); color: var(--fa-ink); border: 1px solid var(--fa-line); }

.fa-promo h3 { font-size: 17px; margin: 0 0 6px; color: inherit; }
.fa-promo p { font-size: 13.5px; margin: 0 0 14px; opacity: .92; }
.fa-promo .fa-btn { align-self: flex-start; }

.fa-promo-figure {
	font-family: var(--fa-mono); font-size: 34px; font-weight: 800;
	line-height: 1; letter-spacing: -.03em; color: var(--fa-accent); margin-bottom: 6px;
}

/* ==========================================================================
   Bento hero
   Replaces the carousel. A slider shows one message and hides the rest behind
   a wait most visitors never spend; these tiles lay every message down at once.
   ========================================================================== */

.fa-bento-wrap {
	background: var(--fa-primary-dark);
	padding-block: clamp(22px, 3.4vw, 44px);
}

.fa-bento {
	display: grid;
	grid-template-columns: 1.55fr 1fr 1fr;
	gap: 14px;
}

.fa-tile {
	background: var(--fa-paper);
	border-radius: 18px;
	padding: clamp(22px, 2.4vw, 34px);
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.fa-tile h1, .fa-tile h2 { margin: 0 0 10px; }
.fa-tile p { margin: 0; color: var(--fa-ink-3); font-size: 14.5px; line-height: 1.7; }

/* Lead tile — the offer, spanning both rows on the reading side. */
.fa-tile-lead {
	grid-row: span 2;
	justify-content: center;
	background: linear-gradient(150deg, #0B2545 0%, #12365E 60%, #1B4A85 100%);
	color: #fff;
}

/* A faint star, cropped by the tile — the mark echoed at display scale. */
.fa-tile-lead::after {
	content: "";
	position: absolute;
	inset-block-start: -60px;
	inset-inline-end: -70px;
	width: 320px; height: 320px;
	background: var(--fa-accent);
	opacity: .12;
	clip-path: polygon(50% 4%, 100% 100%, 74% 100%, 50% 52%, 26% 100%, 0% 100%);
	pointer-events: none;
}

.fa-tile-lead > * { position: relative; z-index: 1; }

.fa-tile-eyebrow {
	font-size: 12px; font-weight: 800; letter-spacing: .14em;
	text-transform: uppercase; color: rgba(255,255,255,.6);
	margin: 0 0 14px !important;
}

.fa-tile-lead h1 {
	font-size: clamp(30px, 3.9vw, 52px);
	line-height: 1.1; letter-spacing: -.03em; color: #fff;
}

.fa-tile-lede {
	color: rgba(255,255,255,.82) !important;
	font-size: clamp(15px, 1.4vw, 17px) !important;
	max-width: 44ch; margin-bottom: 26px !important;
}

.fa-tile-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.fa-btn-outline {
	background: transparent; color: #fff;
	border-color: rgba(255,255,255,.35);
}

.fa-btn-outline:hover { background: rgba(255,255,255,.12); border-color: #fff; color: #fff; }

/* Stat tile — the one number the whole business rests on. */
.fa-tile-stat { justify-content: center; }

/* Isolated so the multiplier stays after the digits in an RTL paragraph. */
.fa-tile-figure {
	direction: ltr; unicode-bidi: isolate;
	font-family: var(--fa-latin);
	font-size: clamp(46px, 5.2vw, 68px);
	font-weight: 800; line-height: 1; letter-spacing: -.05em;
	color: var(--fa-accent); margin-bottom: 8px;
}

.fa-tile-stat h2 { font-size: 17px; color: var(--fa-ink); }

.fa-tile-link {
	margin-top: 14px; font-size: 13.5px; font-weight: 700;
	color: var(--fa-accent-dark); align-self: flex-start;
}

.fa-tile-link::after { content: " ›"; }

/* Promise tile. */
.fa-tile-promise {
	justify-content: center;
	background: var(--fa-sand-2);
	border: 1px solid var(--fa-line);
}

.fa-tile-badge {
	align-self: flex-start;
	background: var(--fa-accent-soft); color: var(--fa-accent-dark);
	font-size: 11.5px; font-weight: 800; letter-spacing: .08em;
	text-transform: uppercase; padding: 5px 11px; border-radius: 999px;
	margin-bottom: 12px;
}

.fa-tile-promise h2 { font-size: 18px; }

/* Ask tile — wide, spans the two right columns. */
.fa-tile-ask {
	grid-column: span 2;
	background: var(--fa-ink);
	color: #fff;
	flex-direction: row; align-items: center; gap: 24px;
}

.fa-tile-ask h2 { font-size: 19px; color: #fff; }
.fa-tile-ask p { color: rgba(255,255,255,.62); font-size: 13.5px; }
.fa-tile-ask-copy { flex: 1; min-width: 0; }

.fa-tile-ask-form { display: flex; gap: 9px; flex: 1.1; min-width: 0; }

.fa-tile-ask-form input {
	flex: 1; min-width: 0;
	font: inherit; font-size: 14px;
	padding: 13px 15px; border-radius: 10px;
	border: 1.5px solid rgba(255,255,255,.2);
	background: rgba(255,255,255,.07); color: #fff;
}

.fa-tile-ask-form input::placeholder { color: rgba(255,255,255,.4); }
.fa-tile-ask-form input:focus { outline: none; border-color: var(--fa-accent); background: rgba(255,255,255,.12); }
.fa-tile-ask-form .fa-btn { white-space: nowrap; }

@media (max-width: 1080px) {
	.fa-bento { grid-template-columns: 1fr 1fr; }
	.fa-tile-lead { grid-column: span 2; grid-row: auto; }
	.fa-tile-ask { grid-column: span 2; }
}

@media (max-width: 700px) {
	.fa-bento { grid-template-columns: 1fr; }
	.fa-tile-lead, .fa-tile-ask { grid-column: auto; }
	.fa-tile-ask { flex-direction: column; align-items: stretch; gap: 16px; }
	.fa-tile-ask-form { flex-direction: column; }
}

/* ==========================================================================
   Trust bar
   ========================================================================== */

.fa-trustbar { background: var(--fa-paper); border-block: 1px solid var(--fa-line); }

.fa-trustbar .fa-container {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 4px; padding-block: 18px;
}

.fa-trust-item { display: flex; gap: 12px; align-items: flex-start; padding-inline: 14px; }

.fa-trust-item + .fa-trust-item { border-inline-start: 1px solid var(--fa-line); }

.fa-trust-mark {
	width: 34px; height: 34px; border-radius: 9px; flex: none;
	background: var(--fa-accent-soft); color: var(--fa-accent-dark);
	display: grid; place-items: center; font-weight: 800; font-size: 15px;
}

.fa-trust-item h3 { font-size: 14px; margin: 0 0 2px; }
.fa-trust-item p { font-size: 12.5px; color: var(--fa-ink-3); margin: 0; line-height: 1.55; }

/* ==========================================================================
   Category tiles
   ========================================================================== */

/* Fixed column counts rather than auto-fill: eight categories then divide
   evenly into full rows instead of leaving one tile stranded on its own. */
.fa-cat-grid {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px;
}

@media (max-width: 900px) { .fa-cat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 620px) { .fa-cat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.fa-cat-card a {
	display: block; background: var(--fa-paper); border: 1px solid var(--fa-line);
	border-radius: var(--fa-radius); overflow: hidden; color: inherit; height: 100%;
	transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.fa-cat-card a:hover {
	border-color: var(--fa-accent); transform: translateY(-3px); box-shadow: var(--fa-shadow);
}

.fa-cat-media { display: block; aspect-ratio: 4 / 3; background: var(--fa-sand-2); overflow: hidden; }
.fa-cat-media img { width: 100%; height: 100%; object-fit: cover; }

.fa-cat-body { display: block; padding: 12px 14px 14px; }
.fa-cat-name { display: block; font-weight: 700; font-size: 14.5px; margin-bottom: 2px; }
.fa-cat-count { display: block; font-size: 12px; color: var(--fa-ink-3); }

.fa-thumb-placeholder {
	display: block; width: 100%; height: 100%; min-height: 110px;
	background:
		repeating-linear-gradient(45deg, var(--fa-line-soft) 0 10px, transparent 10px 20px),
		var(--fa-sand-2);
}

/* ==========================================================================
   Product carousel
   ========================================================================== */

.fa-rail-wrap { position: relative; }

.fa-rail {
	display: grid; grid-auto-flow: column; grid-auto-columns: minmax(200px, 1fr);
	gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory;
	scrollbar-width: none; padding-bottom: 4px;
}

.fa-rail::-webkit-scrollbar { display: none; }
.fa-rail > * { scroll-snap-align: start; }

.fa-rail-nav {
	position: absolute; top: 42%; z-index: 4;
	width: 38px; height: 38px; border-radius: 50%;
	background: var(--fa-paper); border: 1px solid var(--fa-line);
	box-shadow: var(--fa-shadow); cursor: pointer;
	display: grid; place-items: center; color: var(--fa-ink);
	font-size: 17px; font-weight: 800; line-height: 1; padding: 0;
}

.fa-rail-nav:hover { background: var(--fa-accent); border-color: var(--fa-accent); color: #fff; }
.fa-rail-prev { inset-inline-start: -14px; }
.fa-rail-next { inset-inline-end: -14px; }

/* ==========================================================================
   Brand strip
   ========================================================================== */

.fa-brands {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 10px;
}

.fa-brand-tile {
	display: grid; place-items: center; min-height: 74px;
	background: var(--fa-paper); border: 1px solid var(--fa-line);
	border-radius: var(--fa-radius-sm); font-weight: 700; font-size: 14.5px;
	color: var(--fa-ink-2); letter-spacing: -.01em; padding: 12px;
	transition: border-color .15s ease, color .15s ease;
}

.fa-brand-tile:hover { border-color: var(--fa-accent); color: var(--fa-accent-dark); }

/* Tag clouds for long category / brand lists. */
.fa-pills { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }

.fa-pill {
	display: inline-block; padding: 8px 15px; border-radius: 999px;
	background: var(--fa-paper); border: 1px solid var(--fa-line);
	font-size: 13.5px; font-weight: 600; color: var(--fa-ink-2);
}

.fa-pill:hover { border-color: var(--fa-accent); color: var(--fa-accent-dark); background: var(--fa-accent-soft); }

/* ==========================================================================
   Savings explainer
   ========================================================================== */

.fa-why { background: var(--fa-primary); color: #fff; }
.fa-why h2 { color: #fff; }
.fa-why .fa-section-head p { color: rgba(255,255,255,.72); }

.fa-why-grid { display: grid; grid-template-columns: minmax(190px, .75fr) 1.25fr; gap: clamp(20px, 4vw, 48px); align-items: center; }

.fa-why-figure {
	display: block; font-family: var(--fa-mono);
	font-size: clamp(58px, 9vw, 104px); font-weight: 800; line-height: 1;
	letter-spacing: -.05em; color: var(--fa-accent);
}

.fa-why-stat p { margin: 12px 0 0; font-size: 15px; color: rgba(255,255,255,.8); max-width: 28ch; }

.fa-why-example { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--fa-radius); padding: 22px 24px; }
.fa-why-example h3 { margin: 0 0 4px; font-size: 16.5px; color: #fff; }
.fa-why-example-lede { margin: 0 0 16px; font-size: 13.5px; color: rgba(255,255,255,.66); }

.fa-why-rows { display: flex; flex-direction: column; gap: 9px; }

.fa-why-row {
	display: flex; align-items: center; justify-content: space-between; gap: 16px;
	padding: 12px 16px; border-radius: var(--fa-radius-sm);
	background: rgba(255,255,255,.06); font-size: 14px;
}

.fa-why-row strong { font-family: var(--fa-mono); font-size: 17px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.fa-why-row-win { background: var(--fa-accent); }
.fa-why-row-win strong, .fa-why-row-win span { color: #fff; }
.fa-why-foot { margin: 14px 0 0; font-size: 13px; color: rgba(255,255,255,.66); }

/* ==========================================================================
   Deals
   ========================================================================== */

.fa-deals-head {
	display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between;
	background: linear-gradient(120deg, var(--fa-accent), var(--fa-accent-dark));
	color: #fff; border-radius: var(--fa-radius) var(--fa-radius) 0 0; padding: 16px 22px;
}

.fa-deals-head h2 { margin: 0; color: #fff; font-size: 21px; }
.fa-deals-head p { margin: 0; font-size: 13.5px; color: rgba(255,255,255,.9); }

.fa-deals-body {
	background: var(--fa-paper); border: 1px solid var(--fa-line); border-top: 0;
	border-radius: 0 0 var(--fa-radius) var(--fa-radius); padding: 18px;
}

/* ==========================================================================
   Reviews
   ========================================================================== */

.fa-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; }

.fa-review {
	background: var(--fa-paper); border: 1px solid var(--fa-line);
	border-radius: var(--fa-radius); padding: 18px 20px;
}

.fa-stars { color: var(--fa-star); font-size: 15px; letter-spacing: 2px; margin-bottom: 8px; }
.fa-review p { font-size: 14px; color: var(--fa-ink-2); margin: 0 0 12px; line-height: 1.65; }

.fa-review-by { display: flex; align-items: center; gap: 10px; font-size: 13px; }

.fa-review-avatar {
	width: 32px; height: 32px; border-radius: 50%; flex: none;
	background: var(--fa-primary-soft); color: var(--fa-primary);
	display: grid; place-items: center; font-weight: 800; font-size: 13px;
}

.fa-review-name { font-weight: 700; }
.fa-review-date { color: var(--fa-ink-3); font-size: 12px; }

/* ==========================================================================
   What we will not ship
   ========================================================================== */

.fa-restricted { background: var(--fa-paper); }

.fa-blocked-grid {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 14px;
}

.fa-blocked {
	display: flex; gap: 13px; align-items: flex-start;
	background: var(--fa-sand); border: 1px solid var(--fa-line);
	border-radius: var(--fa-radius); padding: 16px 18px;
}

.fa-blocked-mark {
	width: 22px; height: 22px; flex: none; margin-top: 2px;
	border-radius: 50%; background: var(--fa-accent-soft);
	position: relative;
}

/* A drawn slash rather than an icon font, so it survives any stylesheet. */
.fa-blocked-mark::before,
.fa-blocked-mark::after {
	content: ""; position: absolute; inset-inline-start: 5px; top: 10px;
	width: 12px; height: 2px; border-radius: 2px; background: var(--fa-accent);
}

.fa-blocked-mark::before { transform: rotate(45deg); }
.fa-blocked-mark::after { transform: rotate(-45deg); }

.fa-blocked h3 { font-size: 14.5px; margin: 0 0 3px; }
.fa-blocked p { font-size: 12.5px; color: var(--fa-ink-3); margin: 0; line-height: 1.6; }

.fa-restricted-foot {
	margin: 20px 0 0; font-size: 14px; color: var(--fa-ink-2);
	padding-top: 16px; border-top: 1px dashed var(--fa-line);
}

.fa-restricted-foot a { font-weight: 700; margin-inline-start: 6px; }

/* ==========================================================================
   Request a product
   ========================================================================== */

.fa-request { background: var(--fa-sand-2); }

.fa-quote { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(22px, 4vw, 52px); align-items: start; }
.fa-quote-copy h2 { margin-top: 0; }
.fa-quote-copy > p { color: var(--fa-ink-2); max-width: 46ch; }

.fa-quote-points { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 9px; font-size: 14px; color: var(--fa-ink-2); }
.fa-quote-points li { display: flex; gap: 10px; align-items: flex-start; }
.fa-quote-points li::before { content: ""; flex: none; width: 7px; height: 7px; margin-top: 8px; border-radius: 50%; background: var(--fa-accent); }

.fa-quote-form {
	background: var(--fa-paper); border: 1px solid var(--fa-line);
	border-radius: var(--fa-radius); padding: 22px; box-shadow: var(--fa-shadow);
	display: flex; flex-direction: column; gap: 14px;
}

.fa-field { display: flex; flex-direction: column; gap: 6px; }
.fa-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fa-field label { font-size: 13px; font-weight: 700; color: var(--fa-ink-2); }
.fa-optional { font-weight: 400; color: var(--fa-ink-3); font-size: 11.5px; }

.fa-field input, .fa-field textarea {
	font: inherit; font-size: 14.5px; padding: 11px 13px;
	border: 1.5px solid var(--fa-line); border-radius: var(--fa-radius-sm);
	background: var(--fa-paper); color: inherit; width: 100%;
}

.fa-field input:focus, .fa-field textarea:focus { outline: none; border-color: var(--fa-accent); }
.fa-field textarea { resize: vertical; }

.fa-quote-status { margin: 0; font-size: 13.5px; min-height: 1.2em; font-weight: 600; }
.fa-quote-status.is-ok { color: var(--fa-good); }
.fa-quote-status.is-error { color: var(--fa-danger); }

/* ==========================================================================
   Blog / pages
   ========================================================================== */

.fa-main { background: var(--fa-sand); }
.fa-layout { display: grid; grid-template-columns: 1fr 290px; gap: 32px; padding-block: 36px; }
.fa-no-sidebar .fa-layout { grid-template-columns: 1fr; }

.fa-post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 18px; }

.fa-post-card { background: var(--fa-paper); border: 1px solid var(--fa-line); border-radius: var(--fa-radius); overflow: hidden; }
.fa-post-media { display: block; aspect-ratio: 16 / 10; background: var(--fa-sand-2); overflow: hidden; }
.fa-post-media img { width: 100%; height: 100%; object-fit: cover; }
.fa-post-body { padding: 15px 17px 17px; }
.fa-post-title { font-size: 16.5px; margin: 0 0 6px; }
.fa-post-title a { color: var(--fa-ink); }
.fa-post-excerpt { font-size: 13.5px; color: var(--fa-ink-3); margin: 0 0 9px; }
.fa-post-date { font-size: 12px; color: var(--fa-ink-3); }

.fa-single { background: var(--fa-paper); }
.fa-single-head { padding-block: 34px 18px; }
.fa-single-title { margin: 0; }
.fa-single-meta { font-size: 13px; color: var(--fa-ink-3); margin: 0 0 9px; }
.fa-single-media { margin-bottom: 26px; }
.fa-single-media img { border-radius: var(--fa-radius); }

.fa-sidebar .widget {
	background: var(--fa-paper); border: 1px solid var(--fa-line);
	border-radius: var(--fa-radius); padding: 18px; margin-bottom: 18px;
}

.fa-sidebar .widget-title { font-size: 15px; margin-top: 0; }

.fa-empty { text-align: center; padding-block: 56px; color: var(--fa-ink-3); }
.fa-empty .fa-search { margin: 20px auto; max-width: 480px; }
.fa-404 h1 { margin-bottom: 8px; }

.fa-comments { padding-block: 36px; max-width: 72ch; }
.fa-comment-list { list-style: none; padding: 0; }

/* ==========================================================================
   Footer
   ========================================================================== */

.fa-footer { background: var(--fa-primary-dark); color: rgba(255,255,255,.72); margin-top: 40px; }
.fa-footer a { color: rgba(255,255,255,.72); }
.fa-footer a:hover { color: #fff; }

.fa-footer-top {
	display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.1fr; gap: 32px;
	padding-block: 44px 32px;
}

.fa-footer-brand .fa-wordmark { color: #fff; }
.fa-footer-about { font-size: 13.5px; max-width: 40ch; margin: 14px 0 0; line-height: 1.7; }

.fa-legal { list-style: none; margin: 16px 0 0; padding: 0; font-size: 12.5px; display: flex; flex-direction: column; gap: 4px; }
.fa-legal span { font-family: var(--fa-mono); color: rgba(255,255,255,.9); }

.fa-footer h3 { font-size: 14.5px; color: #fff; margin: 0 0 14px; }

.fa-footer-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; font-size: 13.5px; }

.fa-footer-promise ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.fa-footer-promise li { display: flex; gap: 9px; align-items: flex-start; }
.fa-footer-promise li::before { content: ""; flex: none; width: 6px; height: 6px; margin-top: 7px; border-radius: 50%; background: var(--fa-accent); }

.fa-pay { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }

.fa-pay span {
	background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16);
	border-radius: 6px; padding: 6px 11px; font-size: 11.5px; font-weight: 700; color: #fff;
}

.fa-cities { font-size: 12.5px; line-height: 1.9; margin: 10px 0 0; }

.fa-footer-bottom {
	border-top: 1px solid rgba(255,255,255,.12); padding-block: 16px;
	display: flex; flex-wrap: wrap; gap: 12px; align-items: center;
	justify-content: space-between; font-size: 12.5px;
}

.fa-copy { margin: 0; }

/* ==========================================================================
   Customs choice at checkout
   ========================================================================== */

.fa-duty-choice {
	margin: 24px 0;
	padding: 20px;
	background: var(--fa-sand);
	border-radius: 14px;
}

.fa-duty-choice h3 {
	margin: 0 0 14px;
	font-size: 1rem;
	color: var(--fa-primary);
}

.fa-duty-option {
	display: block;
	position: relative;
	padding: 14px 16px 14px 46px;
	margin-bottom: 10px;
	background: #fff;
	border: 2px solid #E3E8EF;
	border-radius: 10px;
	cursor: pointer;
	transition: border-color .15s ease, box-shadow .15s ease;
}

/* The control sits in the padding reserved for it on the reading-start side,
   so the same rule works in both directions. */
.fa-duty-option input {
	position: absolute;
	inset-inline-start: 16px;
	top: 20px;
	margin: 0;
	accent-color: var(--fa-accent);
}

.fa-duty-option:last-child { margin-bottom: 0; }
.fa-duty-option:hover { border-color: #C7D2E0; }

.fa-duty-option.is-chosen {
	border-color: var(--fa-accent);
	box-shadow: 0 0 0 3px rgba(200, 16, 46, .1);
}

.fa-duty-head {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: baseline;
	justify-content: space-between;
}

.fa-duty-head strong {
	font-size: .98rem;
	color: var(--fa-ink);
}

.fa-duty-head em {
	font-style: normal;
	font-weight: 700;
	color: var(--fa-accent);
	/* A figure inside Arabic copy must not be reordered by the bidi algorithm. */
	direction: ltr;
	unicode-bidi: isolate;
}

.fa-duty-note {
	display: block;
	margin-top: 6px;
	font-size: .85rem;
	line-height: 1.6;
	color: #5A6779;
}

.fa-order-incoterm code {
	padding: 2px 8px;
	background: var(--fa-sand);
	border-radius: 4px;
	font-weight: 700;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1100px) {
	.fa-hero-grid { grid-template-columns: 1fr; }
	.fa-hero-side { grid-template-rows: none; grid-template-columns: 1fr 1fr; }
	.fa-footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1024px) {
	.fa-why-grid, .fa-quote { grid-template-columns: 1fr; }
	.fa-layout { grid-template-columns: 1fr; }
	.fa-trust-item + .fa-trust-item { border-inline-start: 0; }
}

@media (max-width: 900px) {
	.fa-burger { display: block; }
	.fa-nav { display: none; }
	.fa-header-search { order: 3; flex-basis: 100%; }
	.fa-header-inner { flex-wrap: wrap; }
	.fa-account-label, .fa-wa-label { display: none; }
}

@media (max-width: 640px) {
	.fa-topbar .fa-container { flex-direction: column; align-items: flex-start; gap: 3px; }
	.fa-field-row { grid-template-columns: 1fr; }
	.fa-footer-top { grid-template-columns: 1fr; }
	.fa-hero-side { grid-template-columns: 1fr; }
	.fa-slider { min-height: 280px; }
	.fa-rail-nav { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: .001ms !important;
		transition-duration: .001ms !important;
	}
}
