:root {
  --relay-navy: #0b356b;
  --relay-navy-dark: #062c5d;
  --relay-blue: #0f4d92;
  --relay-blue-2: #0b59a5;
  --relay-red: #ef2433;
  --relay-red-dark: #d91e2c;
  --relay-green: #2f965d;
  --relay-ink: #0c366c;
  --relay-text: #24476d;
  --relay-muted: #72859c;
  --relay-pale: #f3f7fc;
  --relay-pale-blue: #eaf3ff;
  --relay-border: #d9e4ef;
  --relay-border-strong: #c8d7e7;
  --relay-white: #fff;
  --relay-shadow: 0 8px 24px rgba(8, 47, 96, 0.07);
  --relay-radius: 8px;
  --relay-radius-lg: 14px;
  --relay-container: 1280px;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--relay-text);
  background: var(--relay-white);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--relay-navy); text-decoration: none; }
a:hover { color: var(--relay-red); text-decoration: none !important;}
.container { width: min(100% - 48px, var(--relay-container)); margin-inline: auto; }
.site-main { overflow: hidden; }
.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; width: 1px; word-wrap: normal !important;
}

h1,h2,h3,h4,h5,h6 { margin-top: 0; color: var(--relay-ink); font-weight: 750; line-height: 1.2; }
h1 { font-size: clamp(2rem, 4vw, 3rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.8rem); }
h3 { font-size: 1.15rem; }
p:last-child { margin-bottom: 0; }

.relay-btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 35px;
  padding: .75rem 1.25rem;
  border: 1px solid var(--relay-navy);
  border-radius: 5px;
  background: var(--relay-navy);
  color: #fff;
  font-size: .91rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: .2s ease;
}
.relay-btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  border-color: var(--relay-red);
  background: var(--relay-red);
  color: #fff;
}

.woocommerce table.shop_table th {
    padding: 20px 12px;
}

.woocommerce table.shop_table td{
  border-top: 0px !important;
}

.product-total{
    text-align: right;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
  border-top:0px;
  border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
}

.relay-btn--outline { color: var(--relay-navy); background: #fff; }
.relay-btn--navy { color: #fff; background: var(--relay-navy); }
.relay-btn--red { color: #fff; border-color: var(--relay-red); background: var(--relay-red); }
.relay-btn--block { width: 100%; }

/* Header */
.relay-header { position: relative; z-index: 50; background: #fff; border-bottom: 1px solid #edf1f5; }
.relay-header__topline { height: 27px; background: var(--relay-navy-dark); }
.relay-header__inner { display: grid; grid-template-columns: minmax(260px, 1fr) auto auto; align-items: center; gap: 55px; min-height: 96px; }
.relay-header__brand { min-width: 0; }
.relay-header__logo-link { display: inline-flex; align-items: center; max-width: 360px; }
.relay-header__logo img,
.relay-header__wp-logo { display: block; width: auto; max-width: 330px; max-height: 64px; object-fit: contain; }
.relay-header__logo--mobile { display: none; }
.relay-header__site-title { font-size: 1.35rem; font-weight: 800; color: var(--relay-ink); }
.relay-header__nav { display: block !important; }
.relay-menu { display: flex; align-items: center; gap: clamp(26px, 4vw, 68px); margin: 0; padding: 0; list-style: none; }
.relay-menu li { position: relative; margin: 0; }
.relay-menu a { display: inline-flex; align-items: center; min-height: 50px; color: var(--relay-navy-dark); font-size: .9rem; font-weight: 700; }
.relay-menu a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 1px; height: 2px; transform: scaleX(0); background: var(--relay-red); transition: transform .2s ease; }
.relay-menu li.current-menu-item > a::after,
.relay-menu li.current_page_item > a::after,
.relay-menu a:hover::after { transform: scaleX(1); }
.relay-menu .sub-menu { position: absolute; top: 100%; left: -18px; z-index: 20; min-width: 210px; margin: 0; padding: 10px; background: #fff; border: 1px solid var(--relay-border); box-shadow: var(--relay-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; list-style: none; }
.relay-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.relay-menu .sub-menu a { width: 100%; min-height: 38px; padding: 7px 9px; }
.relay-menu .sub-menu a::after { display: none; }
.relay-cart-link { position: relative; display: inline-grid; place-items: center; width: 49px; height: 49px; border: 2px solid var(--relay-navy); border-radius: 50%; color: var(--relay-navy); }
.relay-cart-link svg { width: 28px; height: 28px; }
.relay-cart-link__count { position: absolute; top: -7px; right: -5px; display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 4px; border: 2px solid #fff; border-radius: 999px; background: var(--relay-red); color: #fff; font-size: .66rem; font-weight: 800; }
.relay-nav-toggle { display: none; width: 44px; height: 40px; padding: 7px; border: 0; background: transparent; }
.relay-nav-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--relay-navy); }

/* Shared */
.relay-section { padding: clamp(70px, 8vw, 120px) 0; }
.relay-section--navy { background: var(--relay-navy); }
.relay-section-title { margin-bottom: 52px; }
.relay-section-title--center { text-align: center; }
.relay-section-title--light { color: #fff; }
.relay-rich-text > :last-child { margin-bottom: 0; }
.relay-rich-text h2,.relay-rich-text h3,.relay-rich-text h4 { margin-top: 1.25em; }
.relay-rich-text img { border-radius: var(--relay-radius); }

/* Home */
.relay-home-hero { border-bottom: 7px solid var(--relay-navy); background: #fff; }
.relay-home-hero__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center;  }
.relay-home-hero__content { padding: 70px 70px 70px 0; }
.relay-home-hero h1 { max-width: 590px; margin-bottom: 24px; font-size: clamp(2.4rem, 4vw, 4rem); letter-spacing: -.035em; }
.relay-home-hero h1 span { display: block; margin-top: -.1em; color: var(--relay-red); }
.relay-home-hero__separator { max-width: 80px; height: 4px; background: var(--relay-red); border-radius: 2px; margin-bottom: 15px; }
.relay-home-hero__copy { max-width: 520px; color: var(--relay-text); }
.relay-home-hero__copy p { margin-bottom: 0; }
.relay-home-hero__note { display: flex; gap: 12px; align-items: center; margin-top: 30px; max-width: 570px; color: var(--relay-text); font-size: .92rem; font-weight: 650; }
.relay-home-hero__pin { display: grid; place-items: center; flex: 0 0 20px; width: 28px; height: 28px; color: var(--relay-red); }
.relay-home-hero__image { align-self: stretch; min-height: 610px; }
.relay-home-hero__image img { width: 100%; height: 100%; object-fit: contain; }

.relay-supply-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(50px, 8vw, 120px); max-width: 800px; margin: 0 auto; }
.relay-supply-card { position: relative; padding: 34px 0; text-align: center; }
.relay-supply-card__inner { position: relative; z-index: 2; min-height: 540px; padding: 58px 42px; border: 4px solid #1362ad; border-radius: 42% 42% 14% 14% / 9% 9% 8% 8%; background: var(--relay-navy); color: #fff; box-shadow: 0 16px 28px rgba(6,44,93,.13); }
.relay-supply-card__cap { position: absolute; left: 15%; width: 70%; height: 80px; border-radius: 50% / 30%; background: var(--relay-red); border: 5px solid rgba(255,255,255,.12); }
.relay-supply-card__cap--top { top: 0; }
.relay-supply-card__cap--bottom { bottom: 0; }
.relay-supply-card__image { display: flex; align-items: center; justify-content: center; height: 215px; margin-bottom: 22px; }
.relay-supply-card__image img { max-height: 205px; width: auto; object-fit: contain; }
.relay-supply-card h3 { margin-bottom: 18px; color: #fff; font-size: clamp(1.65rem, 2vw, 2.15rem); }
.relay-supply-card__copy { font-size: .92rem; }
.relay-supply-card__copy ul { display: inline-block; margin: 0; padding: 0; list-style: none; }
.relay-supply-card__copy li { margin: .18rem 0; }
.relay-supply-card__copy p {margin-bottom: 0rem;}
.relay-card-link { display: inline-flex; margin-top: 18px; color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.relay-why-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 30px; }
.relay-why-card { min-height: 280px; padding: 30px 24px; border-radius: 12px; background: #fff; text-align: center; box-shadow: 0 10px 26px rgba(0,0,0,.08); }
.relay-why-card__icon { display: flex; align-items: center; justify-content: center; height: 76px; margin-bottom: 14px; }
.relay-why-card__icon img { max-height: 68px; width: auto; object-fit: contain; }
.relay-why-card h3 { margin-bottom: 10px; font-size: 1rem; line-height: 1.15; padding: 0px 5px;}
.relay-why-card p { color: var(--relay-text); font-size: .84rem; line-height: 1.45; }

.relay-about-grid { display: grid; grid-template-columns: .86fr 1.2fr; grid-auto-flow: dense; gap: 26px; max-width: 1050px; margin: 0 auto; }
.relay-about-card { padding: 34px 38px; border-radius: 0 34px 34px 34px; color: #fff; }
.relay-about-card h3 { margin-bottom: 15px; color: #fff; font-size: 1.2rem; }
.relay-about-card--red { background: var(--relay-red); }
.relay-about-card--blue { background: var(--relay-blue); }
.relay-about-card--small { grid-column: 1; }
.relay-about-card--large { grid-column: 2; grid-row: span 2; font-size: 1.2rem;}
.relay-about-card p,.relay-about-card li { color: #fff; }
.relay-about-card ul { padding-left: 1.1rem; }

.relay-commerce-split { display: grid; grid-template-columns: 1fr 1fr; border-top: 7px solid var(--relay-navy); border-bottom: 7px solid var(--relay-navy); background: #fff; }
.relay-commerce-split__panel { position: relative; min-height: 330px; display: flex; align-items: center; padding:50px;}
.relay-commerce-split__panel--products::after { content: ""; position: absolute; top: 0; right: -52px; width: 100px; height: 100%; background: #fff; border-right: 14px solid var(--relay-navy); transform: skew(-11deg); transform-origin: top; z-index: 1; }
.relay-commerce-split__content { position: relative; z-index: 2; width: min(100% - 80px, 500px); margin: 0 auto; }
.relay-commerce-split__content div {padding:20px;}
.relay-commerce-split h2 { font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 500; }
.relay-commerce-split__image img { max-height: 72px; width: auto; }

.relay-commerce-split {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;

	/* Remove these if currently set */
	border-top: 0;
	border-bottom: 0;
}

/* Full-screen top + bottom borders */
.relay-commerce-split::before,
.relay-commerce-split::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 100vw;
	height: 8px;
	background: var(--relay-navy, #07376f);
	transform: translateX(-50%);
	z-index: 2;
}

.relay-commerce-split::before {
	top: 0;
}

.relay-commerce-split::after {
	bottom: 0;
}


/* Match Bootstrap container widths */
@media (min-width: 576px) {
	.relay-commerce-split {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.relay-commerce-split {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.relay-commerce-split {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.relay-commerce-split {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.relay-commerce-split {
		max-width: 1220px;
	}
}

/* Basic page */
.relay-basic-hero { background: linear-gradient(90deg,#fff 0%,#fff 57%,var(--relay-pale) 57%,var(--relay-pale) 100%); border-bottom: 1px solid #edf2f7; }
.relay-basic-hero__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 360px; }
.relay-basic-hero__grid--single { grid-template-columns: 1fr; background: #fff; }
.relay-basic-hero h1 { margin-bottom: 16px; }
.relay-basic-hero__intro { max-width: 680px; }
.relay-basic-hero__image { height: 360px; margin-left: 40px; }
.relay-basic-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.relay-basic-section { padding: 70px 0; }
.relay-basic-section:nth-child(even) { background: #fafcff; }
.relay-basic-section__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.relay-basic-section--full_text .relay-basic-section__grid { grid-template-columns: 1fr; }
.relay-basic-section--full_image .relay-basic-section__grid { grid-template-columns: 1fr; }
.relay-basic-section__image img { width: 100%; border-radius: 10px; }
.relay-basic-section__content h2 { margin-bottom: 22px; }
.relay-basic-section__content .relay-btn { margin-top: 18px; }

/* Breadcrumbs and page hero */
.woocommerce .woocommerce-breadcrumb,
.woocommerce-breadcrumb { margin: 0 0 14px; color: var(--relay-muted); font-size: .82rem; }
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-breadcrumb a { color: var(--relay-muted); }
.relay-breadcrumb-delimiter { display: inline-block; padding: 0 .85rem; color: #a3b0bd; }
.relay-page-hero { padding: 44px 0 36px; background: linear-gradient(90deg,#fff 0%,#fff 58%,#f2f7fd 100%); }
.relay-page-hero__grid { display: grid; grid-template-columns: 1fr 520px; align-items: center; gap: 60px; min-height: 155px; }
.relay-page-hero__grid--single { grid-template-columns: 1fr; }
.relay-page-hero__grid--single > div { max-width: 820px; }
.relay-page-hero h1 { margin: 0 0 12px; font-size: clamp(2.5rem,4vw,3.65rem); }
.relay-page-hero__intro { color: var(--relay-text); font-size: 1.04rem; }
.relay-checkout-steps { display: grid; grid-template-columns: repeat(3,1fr); align-items: start; }
.relay-checkout-step { position: relative; text-align: center; }
.relay-checkout-step::before { content: ""; position: absolute; top: 20px; left: -50%; width: 100%; height: 2px; background: var(--relay-border-strong); }
.relay-checkout-step:first-child::before { display: none; }
.relay-checkout-step__dot { position: relative; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; margin: 0 auto 8px; border: 2px solid var(--relay-border-strong); border-radius: 50%; background: #fff; color: var(--relay-muted); font-size: .82rem; font-weight: 800; }
.relay-checkout-step__label { color: #6a7c91; font-size: .77rem; font-weight: 700; }
.relay-checkout-step.is-current .relay-checkout-step__dot { border-color: var(--relay-red); background: var(--relay-red); color: #fff; }
.relay-checkout-step.is-current .relay-checkout-step__label { color: var(--relay-navy); }
.relay-checkout-step.is-complete .relay-checkout-step__dot { border-color: var(--relay-green); background: var(--relay-green); color: #fff; }
.relay-checkout-step.is-complete::before,
.relay-checkout-step.is-current::before { background: var(--relay-green); }

/* Shop archive */
.relay-shop-hero { background: linear-gradient(90deg,#fff 0%,#fff 58%,#f5f9fd 58%,#f5f9fd 100%); }
.relay-shop-hero__grid { display: grid; grid-template-columns: 1.2fr .9fr; align-items: stretch; min-height: 260px; }
.relay-shop-hero__grid--single { grid-template-columns: 1fr; }
.relay-shop-hero__grid > div:first-child { display: flex; flex-direction: column; justify-content: center; padding: 44px 60px 44px 0; }
.relay-shop-hero h1 { margin-bottom: 16px; }
.relay-shop-hero__intro { max-width: 720px; font-size: 1.03rem; }
.relay-shop-hero__image { min-height: 260px; }
.relay-shop-hero__image img { width: 100%; height: 260px; object-fit: cover; -webkit-mask-image: linear-gradient(to right, transparent 0%, black 30%);  mask-image: linear-gradient(to right, transparent 0%, black 30%); }
.relay-shop-content { padding: 38px 0 65px; }
.relay-shop-layout { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 30px; }
.relay-shop-sidebar__panel { padding: 18px 16px; border: 1px solid var(--relay-border); border-radius: 8px; background: #fff; }
.relay-shop-widget + .relay-shop-widget { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--relay-border); }
.relay-shop-widget__title,
.relay-shop-widget .widget-title { margin-bottom: 15px; font-size: 1rem; }
.relay-shop-widget ul { margin: 0; padding: 0; list-style: none; }
.relay-shop-widget li { margin: 8px 0; color: var(--relay-text); font-size: .87rem; }
.relay-shop-widget li a { color: var(--relay-text); }
.relay-shop-widget input[type="checkbox"] { margin-right: 8px; }
.relay-shop-widget .price_slider_wrapper .ui-widget-content { background: #dce4ec; }
.relay-shop-widget .ui-slider .ui-slider-range,
.relay-shop-widget .ui-slider .ui-slider-handle { background: var(--relay-red); }
.relay-shop-widget .button { width: 100%; margin-top: 10px; }
.relay-shop-widget--placeholder p { color: var(--relay-muted); font-size: .82rem; }
.relay-shop-help { margin-top: 22px; padding: 24px 18px; border-radius: 8px; background: var(--relay-pale-blue); text-align: center; }
.relay-shop-help__icon { width: 42px; height: 42px; margin: 0 auto 12px; display: grid; place-items: center; border: 2px solid var(--relay-red); border-radius: 50%; color: var(--relay-red); font-size: 1.2rem; }
.relay-shop-help h3 { margin-bottom: 10px; font-size: 1rem; }
.relay-shop-help p { margin-bottom: 16px; font-size: .84rem; }
.relay-shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 54px; margin-bottom: 16px; }
.relay-shop-toolbar .woocommerce-result-count { margin: 0; color: var(--relay-muted); font-size: .9rem; }
.relay-shop-toolbar .woocommerce-ordering { margin: 0; }
.relay-shop-toolbar select { min-width: 220px; height: 42px; padding: 0 42px 0 14px; border: 1px solid var(--relay-border-strong); border-radius: 5px; background: #fff; color: var(--relay-navy); font-weight: 600; }
.woocommerce ul.products,
ul.products { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin: 0 !important; padding: 0; }
.woocommerce ul.products::before,.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product.relay-product-card,
.woocommerce ul.products li.product,
ul.products li.product.relay-product-card { float: none !important; width: auto !important; margin: 0 !important; padding: 0; border: 1px solid var(--relay-border-strong); border-radius: 7px; background: #fff; overflow: hidden; }
.relay-product-card__image-link { display: block; padding: 12px 12px 0; }
.relay-product-card__image { display: grid; place-items: center; aspect-ratio: 1.08 / 1; border: 1px solid #eef2f6; background: #fff; }
.relay-product-card__image img { width: 100%; height: 100%; max-height: 250px; object-fit: contain; margin: 0 !important; }
.relay-product-card__body { display: flex; flex-direction: column; min-height: 215px; padding: 14px 12px 12px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.relay-product-card .woocommerce-loop-product__title { margin: 0 0 5px !important; padding: 0 !important; color: var(--relay-navy); font-size: .91rem !important; line-height: 1.25; text-align:left;}
.relay-product-card__excerpt { min-height: 36px; margin-bottom: 8px; color: var(--relay-muted); font-size: .78rem; line-height: 1.35; }
.relay-product-card__price,
.woocommerce ul.products li.product .price { margin: auto 0 12px; color: var(--relay-navy) !important; font-size: 1.1rem !important; font-weight: 800; }
.relay-product-card__actions { display: grid; gap: 7px; }
.relay-product-card__actions .button { width: 100%; min-height: 38px; margin: 0 !important; padding: .62rem .8rem !important; font-size: .8rem !important; }
.relay-product-card__view { color: var(--relay-navy) !important; background: #fff !important; }
.relay-product-card__view:hover { color: #fff !important; background: var(--relay-navy) !important; }

.relay-product-card__actions .add_to_cart_button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-left: 42px !important;
	padding-right: 42px !important;
	text-align: center;
}

.relay-product-card__cart-icon {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.relay-product-card__cart-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.woocommerce ul.products li.product a {
    text-align: center;
}

.relay-product-card__view:hover{
    border-color: var(--relay-blue) !important;
}

.woocommerce nav.woocommerce-pagination { margin-top: 26px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { margin: 0 4px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { min-width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 1px solid var(--relay-border-strong); border-radius: 4px; background: #fff; color: var(--relay-navy); font-weight: 700; }
.woocommerce nav.woocommerce-pagination ul li span.current { border-color: var(--relay-red); background: var(--relay-red); color: #fff; }

/* Trust strip */
.relay-trust-strip { padding: 0 0 45px; }
.relay-trust-strip__grid { display: grid; grid-template-columns: repeat(4,1fr); background: var(--relay-pale); border-radius: 8px; }
.relay-trust-item { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 12px; min-height: 96px; padding: 18px 24px; }
.relay-trust-item + .relay-trust-item { border-left: 1px solid var(--relay-border); }
.relay-trust-item__icon { display: grid; place-items: center; width: 44px; height: 44px; }
.relay-trust-item__icon img { max-height: 44px; width: auto; }
.relay-trust-item h3 { margin-bottom: 2px; font-size: .86rem; }
.relay-trust-item p { color: var(--relay-text); font-size: .73rem; line-height: 1.35; }

/* Single product */
.relay-product-breadcrumbs { padding: 28px 0 4px; }
.relay-product-page__container { padding-top: 24px; padding-bottom: 70px; }
.relay-product-page .product { display: flow-root; }
.relay-product-page div.product div.images,
.relay-product-page div.product div.summary { margin-bottom: 55px; }
.relay-product-page div.product div.images { width: 50%;  }
.relay-product-page div.product div.summary { width: 50%; padding-left: 35px; }
.woocommerce div.product div.images .woocommerce-product-gallery__image a{ border: 1px solid var(--relay-border); border-radius: 10px;}
.relay-product-page .woocommerce-product-gallery__image a { display: grid; place-items: center; min-height: 520px; padding: 30px; background: #fff; }
.relay-product-page .woocommerce-product-gallery__image img { max-height: 520px; object-fit: contain; }
.relay-product-page .flex-control-thumbs { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; margin-top: 10px !important; }
.relay-product-page .flex-control-thumbs li { width: auto !important; float: none !important; border: 1px solid var(--relay-border); border-radius: 5px; overflow: hidden; }
.relay-product-page .summary .product_title { margin-bottom: 12px; font-size: clamp(2rem,3vw,3rem); }
.relay-product-page .summary .price { margin-bottom: 20px; color: var(--relay-navy) !important; font-size: 1.75rem !important; font-weight: 800; }
.relay-product-page .woocommerce-product-details__short-description { padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid var(--relay-border); color: var(--relay-text); }
.relay-product-page form.cart { display: flex; gap: 10px; align-items: stretch; }
.relay-product-page form.cart .quantity input.qty { min-height: 46px; width: 80px; border: 1px solid var(--relay-border-strong); border-radius: 5px; }
.relay-product-page form.cart .single_add_to_cart_button { min-width: 220px; background: var(--relay-navy) !important; }
.relay-product-page .product_meta { margin-top: 24px; color: var(--relay-muted); font-size: .86rem; }
.relay-product-page .woocommerce-tabs { clear: both; padding-top: 20px; }
.relay-product-page .woocommerce-tabs ul.tabs { display: flex; gap: 28px; padding: 0 !important; border-bottom: 1px solid var(--relay-border); }
.relay-product-page .woocommerce-tabs ul.tabs::before { display: none !important; }
.relay-product-page .woocommerce-tabs ul.tabs li { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.relay-product-page .woocommerce-tabs ul.tabs li::before,.relay-product-page .woocommerce-tabs ul.tabs li::after { display: none !important; }
.relay-product-page .woocommerce-tabs ul.tabs li a { padding: 12px 0 !important; border-bottom: 3px solid transparent; color: var(--relay-muted) !important; }
.relay-product-page .woocommerce-tabs ul.tabs li.active a { border-bottom-color: var(--relay-red); color: var(--relay-navy) !important; }
.relay-product-page .woocommerce-Tabs-panel { padding: 28px 0; }
.relay-product-page .related.products,.relay-product-page .upsells.products { clear: both; padding-top: 40px; }

/* Cart */
.relay-cart-section { padding: 28px 0 70px; }
.relay-cart-heading-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.relay-cart-heading-row h2 { margin: 0; font-size: 1.75rem; }
.relay-cart-heading-row span { color: var(--relay-muted); font-size: .88rem; }
.relay-cart-form { margin: 0; }
.woocommerce .relay-cart-table { border: 0; border-collapse: separate; border-spacing: 0; }
.woocommerce .relay-cart-table thead th { padding: 18px 14px; border: 0; background: var(--relay-pale); color: var(--relay-navy); font-size: .82rem; text-align: left; }
.woocommerce .relay-cart-table thead th:first-child { border-radius: 7px 0 0 7px; }
.woocommerce .relay-cart-table thead th:last-child { border-radius: 0 7px 7px 0; }
.woocommerce .relay-cart-table tbody td { padding: 18px 14px; border-top: 0; border-bottom: 1px solid var(--relay-border); vertical-align: middle; }
.relay-cart-table .product-remove { width: 42px; text-align: center; }
.relay-cart-table .product-remove a.remove { display: inline-grid; place-items: center; width: 24px; height: 24px; border: 1px solid var(--relay-border-strong); border-radius: 50%; color: #7d8da0 !important; font-size: 1rem; line-height: 1; }
.relay-cart-table .product-remove a.remove:hover { border-color: var(--relay-red); background: var(--relay-red); color: #fff !important; }
.relay-cart-table .product-thumbnail { width: 132px; }
.relay-cart-table .product-thumbnail img { width: 110px !important; height: 96px; object-fit: contain; border: 1px solid #eff3f7; }
.relay-cart-table .product-name a { color: var(--relay-navy); font-weight: 800; }
.relay-cart-table .product-name .variation,.relay-cart-table .product-name .wc-item-meta { margin-top: 5px; color: var(--relay-muted); font-size: .8rem; }
.relay-cart-table .product-price,.relay-cart-table .product-subtotal { color: var(--relay-navy); font-weight: 800; }
.relay-cart-table .quantity .qty { width: 72px; height: 42px; border: 1px solid var(--relay-border-strong); border-radius: 5px; color: var(--relay-navy); text-align: center; }
.relay-cart-actions-row td { padding: 18px !important; border: 0 !important; background: var(--relay-pale) !important; }
.relay-cart-actions { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.relay-coupon { flex: 1; max-width: 520px; }
.relay-coupon label { display: block; margin-bottom: 7px; color: var(--relay-navy); font-size: .78rem; font-weight: 800; }
.relay-coupon__controls { display: flex; gap: 8px; }
.woocommerce .relay-coupon__controls input.input-text { flex: 1; width: auto; min-width: 0; height: 44px; padding: 0 14px; border: 1px solid var(--relay-border-strong); border-radius: 5px; background: #fff; }
.relay-continue-shopping { display: inline-flex; margin: 14px 0 45px; color: var(--relay-navy); font-size: .84rem; font-weight: 750; }
.relay-cart-totals-section > h2 { margin-bottom: 20px; font-size: 1.75rem; }
.relay-cart-totals-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; padding: 26px 28px; border: 1px solid var(--relay-border-strong); border-radius: 8px; }
.relay-cart-totals-card__info { padding: 8px 50px 8px 0; border-right: 1px solid var(--relay-border); }
.relay-cart-totals-card__info h3 { margin-bottom: 24px; }
.relay-trust-compact { display: grid; gap: 18px; margin-top: 30px; }
.relay-trust-compact__item { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; }
.relay-trust-compact__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--relay-pale-blue); }
.relay-trust-compact__icon img { max-width: 30px; max-height: 30px; }
.relay-trust-compact strong { display: block; margin-bottom: 2px; color: var(--relay-navy); font-size: .84rem; }
.relay-trust-compact p { color: var(--relay-muted); font-size: .76rem; }
.relay-cart-totals-card__totals { padding-left: 50px; }
.relay-cart-totals-card .cart_totals { float: none !important; width: 100% !important; }
.relay-cart-totals-card .cart_totals h2 { display: none; }
.relay-cart-totals-card .shop_table { border: 0 !important; border-collapse: collapse !important; }
.relay-cart-totals-card .shop_table th,
.relay-cart-totals-card .shop_table td { padding: 16px 0 !important; border-top: 0 !important; border-bottom: 1px solid var(--relay-border); color: var(--relay-muted); font-size: .86rem; }
.relay-cart-totals-card .shop_table td { color: var(--relay-navy); text-align: right; font-weight: 700; }
.relay-cart-totals-card .order-total th,
.relay-cart-totals-card .order-total td { color: var(--relay-navy) !important; font-size: 1.08rem !important; }
.relay-cart-totals-card .order-total td strong { font-size: 1.45rem; }
.relay-cart-totals-card .wc-proceed-to-checkout { padding: 12px 0 0 !important; }
.relay-cart-totals-card .wc-proceed-to-checkout a.checkout-button { width: 100%; min-height: 54px; margin: 0; border-color: var(--relay-red); background: var(--relay-red); font-size: 1rem; }
.relay-cart-cross-sells { margin-top: 48px; }
.relay-cart-cross-sells > h2 { margin-bottom: 22px; font-size: 1.75rem; }

/* Checkout */
.relay-checkout-section { padding: 28px 0 45px; }
.relay-checkout-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 42px; align-items: start; }
.relay-checkout-grid > div > h2 { margin-bottom: 18px; font-size: 1.75rem; }
.relay-checkout-card { padding: 28px; border: 1px solid var(--relay-border-strong); border-radius: 7px; background: #fff; }
/* .relay-checkout-card .woocommerce-billing-fields > h3,
.relay-checkout-card .woocommerce-shipping-fields > h3 { display: none; } */
.woocommerce form .relay-checkout-card .form-row { margin: 0 0 14px; padding: 0; }
.woocommerce form .relay-checkout-card .form-row label { margin-bottom: 7px; color: var(--relay-navy); font-size: .78rem; font-weight: 800; }
.woocommerce form .relay-checkout-card .form-row .required { color: var(--relay-navy); }
.woocommerce form .relay-checkout-card .form-row input.input-text,
.woocommerce form .relay-checkout-card .form-row textarea,
.woocommerce form .relay-checkout-card .form-row select,
.woocommerce form .relay-checkout-card .select2-container .select2-selection--single { min-height: 47px; padding: 10px 12px; border: 1px solid var(--relay-border-strong); border-radius: 4px; background: #fff; color: var(--relay-text); font-size: .86rem; }
.woocommerce form .relay-checkout-card .select2-container .select2-selection--single { padding: 8px 12px; }
.woocommerce form .relay-checkout-card .select2-container .select2-selection__rendered { padding: 0; line-height: 29px; }
.woocommerce form .relay-checkout-card .select2-container .select2-selection__arrow { height: 45px; }
.woocommerce form .relay-checkout-card .form-row textarea { min-height: 95px; }
.relay-checkout-card #ship-to-different-address { margin: 16px 0; padding-top: 18px; border-top: 1px solid var(--relay-border); font-size: 1rem; }
.relay-checkout-card--order { padding: 0 18px 18px; }
.relay-checkout-card--order .woocommerce-checkout-review-order-table { margin: 0 !important; border: 0 !important; }
.relay-checkout-card--order .woocommerce-checkout-review-order-table th { padding: 18px 8px; color: var(--relay-navy); font-size: .8rem; }
#order_review thead{ background: var(--relay-pale);}
.relay-checkout-card--order .woocommerce-checkout-review-order-table td { padding: 15px 8px; border-top: 0; border-bottom: 1px solid var(--relay-border); font-size: .84rem; }
.relay-checkout-card--order .cart_item .product-name { color: var(--relay-navy); font-weight: 750; }
.relay-checkout-card--order .cart_item .product-total { color: var(--relay-navy); text-align: right; font-weight: 800; }
.relay-checkout-card--order .cart-subtotal td,
.relay-checkout-card--order .shipping td,
.relay-checkout-card--order .tax-total td,
.relay-checkout-card--order .order-total td { text-align: right; color: var(--relay-navy); font-weight: 750; }
.relay-checkout-card--order .order-total th,
.relay-checkout-card--order .order-total td { padding-top: 19px; color: var(--relay-navy); font-size: 1rem; }
.relay-checkout-card--order .order-total td strong { font-size: 1.45rem; }
.woocommerce-checkout #payment { margin-top: 12px; background: transparent; }
.woocommerce-checkout #payment ul.payment_methods { padding: 0; border: 0; }
.woocommerce-checkout #payment ul.payment_methods li { padding: 18px; border-radius: 5px; background: var(--relay-pale); }
.woocommerce-checkout #payment ul.payment_methods li + li { margin-top: 8px; }
.woocommerce-checkout #payment div.payment_box { margin: 10px 0 0; background: transparent; color: var(--relay-muted); font-size: .77rem; }
.woocommerce-checkout #payment div.payment_box::before { display: none; }
.woocommerce-checkout #payment div.form-row { padding: 18px 0 0; }
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper { color: var(--relay-text); font-size: .75rem; }
.woocommerce-checkout #payment #place_order { float: none; width: 100%; min-height: 54px; border-color: var(--relay-red); background: var(--relay-red); }

/* Order confirmed */
.relay-order-confirmed { padding: 28px 0 60px; }
.relay-order-status { display: grid; grid-template-columns: 56px 1fr 270px; gap: 20px; align-items: center; margin-bottom: 38px; padding: 24px 28px; border-radius: 7px; }
.relay-order-status--success { border: 1px solid #caead9; background: #eaf8f0; }
.relay-order-status--failed { border: 1px solid #f1c2c7; background: #fff0f1; }
.relay-order-status__icon { display: grid; place-items: center; width: 48px; height: 48px; border: 2px solid var(--relay-green); border-radius: 50%; color: var(--relay-green); font-size: 1.45rem; font-weight: 800; }
.relay-order-status__message h2 { margin-bottom: 7px; font-size: 1.25rem; }
.relay-order-status__message p { color: var(--relay-muted); font-size: .8rem; }
.relay-order-status__meta { display: grid; gap: 8px; margin: 0; }
.relay-order-status__meta div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.relay-order-status__meta dt { color: var(--relay-muted); font-size: .72rem; }
.relay-order-status__meta dd { margin: 0; color: var(--relay-navy); font-size: .75rem; font-weight: 800; text-align: right; }
.relay-order-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.relay-order-column { display: grid; gap: 25px; align-content: start; }
.relay-order-panel > h2,.relay-order-next > h2,.relay-order-related > h2 { margin-bottom: 15px; font-size: 1.48rem; }
.relay-order-panel__body { border: 1px solid var(--relay-border-strong); border-radius: 6px; overflow: hidden; }
.relay-order-items { padding: 0 16px; }
.relay-order-item { display: grid; grid-template-columns: 62px 1fr auto; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--relay-border); }
.relay-order-item__image img { width: 58px; height: 58px; object-fit: contain; }
.relay-order-item__name strong { display: block; color: var(--relay-navy); font-size: .8rem; }
.relay-order-item__name span { color: var(--relay-muted); font-size: .7rem; }
.relay-order-item__total { color: var(--relay-navy); font-size: .8rem; font-weight: 800; }
.relay-order-totals { padding: 8px 16px 14px; }
.relay-order-total-row { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--relay-border); color: var(--relay-muted); font-size: .78rem; }
.relay-order-total-row:last-child { border-bottom: 0; color: var(--relay-navy); font-size: .94rem; }
.relay-order-total-row strong { color: var(--relay-navy); }
.relay-order-next__list { padding: 18px 16px; border-radius: 6px; background: var(--relay-pale); }
.relay-order-next__item { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.relay-order-next__item + .relay-order-next__item { margin-top: 18px; }
.relay-order-next__item > span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--relay-navy); border-radius: 50%; color: var(--relay-navy); font-size: .72rem; font-weight: 800; }
.relay-order-next__item strong { color: var(--relay-navy); font-size: .8rem; }
.relay-order-next__item p { color: var(--relay-muted); font-size: .71rem; }
.relay-address-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 18px; }
.relay-address-card { padding: 18px; border-radius: 5px; background: var(--relay-pale); }
.relay-address-card h3 { margin-bottom: 10px; font-size: .83rem; }
.relay-address-card address,.relay-address-card p { margin: 0; color: var(--relay-text); font-style: normal; font-size: .74rem; line-height: 1.45; }
.relay-payment-support { padding: 18px; }
.relay-payment-status { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 12px; padding: 14px; background: var(--relay-pale); font-size: .76rem; }
.relay-payment-status strong { color: var(--relay-navy); }
.relay-status-pill { padding: 5px 10px; border-radius: 999px; font-size: .66rem; font-weight: 800; }
.relay-status-pill.is-paid { background: var(--relay-green); color: #fff; }
.relay-status-pill.is-pending { background: #f0b94b; color: #412d00; }
.relay-support-note { margin-top: 12px; padding: 13px 14px; border-radius: 5px; background: #edf8f2; color: var(--relay-text); font-size: .74rem; }
.relay-order-related ul.products { grid-template-columns: repeat(3,1fr) !important; }
.relay-order-continue { margin-top: 28px; }

/* Newsletter */
.relay-newsletter { padding: 32px 0 28px; background: #fff; }
.relay-newsletter__panel { display: grid; grid-template-columns: 1fr 1.08fr; gap: 30px; align-items: center; padding: 24px 32px; border-radius: 8px; background: linear-gradient(90deg,#073670,#0C4A8C); color: #fff; }
.relay-newsletter__copy { display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: center; }
.relay-newsletter__icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); font-size: 1.35rem; }
.relay-newsletter__icon img {padding:10px;}
.relay-newsletter h2 { margin-bottom: 3px; color: #fff; font-size: 1.5rem; }
.relay-newsletter p { color: #fff; font-size: .83rem; }
.relay-newsletter__form form { display: flex; gap: 8px; align-items: center; }
.relay-newsletter__form input[type="email"],.relay-newsletter__form input[type="text"] { flex: 1; min-width: 0; height: 44px; padding: 0 14px; border: 0; border-radius: 4px; background: #fff; }
.relay-newsletter__form input[type="submit"],.relay-newsletter__form button { min-width: 120px; height: 44px; border: 0; border-radius: 4px; background: var(--relay-red); color: #fff; font-weight: 750; }
.relay-newsletter__form input[type="submit"]:hover,.relay-newsletter__form button:hover { background: #d12734; color: #fff;  }
.relay-newsletter__form small { display: block; margin-top: 6px; color: rgba(255,255,255,.75); font-size: .65rem; }
.wpcf7-spinner { display: none !important;}
.wpcf7 .wpcf7-form p { margin-bottom: 0rem !important;}

/* Footer */
.relay-footer { position: relative; min-height: 500px; padding: 48px 0 70px; background-color: #0a4d93; background-position: center; background-size: cover; color: #fff; overflow: hidden; }
/* .relay-footer::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(8,47,96,.97),rgba(12,79,149,.88)); }
.relay-footer::after { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(135deg,transparent 0 41%,rgba(255,255,255,.18) 42% 45%,transparent 46% 100%); background-size: 170px 100px; pointer-events: none; } */
.relay-footer > * { position: relative; z-index: 2; }
.relay-footer__payment-logos { position: absolute; top: 0; right: 0; z-index: 4; min-width: 200px; min-height: 54px; padding: 9px 18px; background: #fff; }
.relay-footer__payment-logos img { display: block; max-height: 38px; width: auto; }
.relay-footer__title { margin-bottom: 52px; color: #fff; font-size: clamp(2.6rem,4vw,4.2rem); font-weight: 350; text-align: center; }
.relay-footer__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; max-width: 1040px; margin: 0 auto; }
.relay-footer__details { display: grid; align-content: start; gap: 28px; }
.relay-footer__detail strong { display: block; margin-bottom: 1px; color: #fff; font-size: 1rem; }
.relay-footer__detail a,.relay-footer__detail div { color: #fff; font-size: 1rem; }
.relay-footer__form form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
.relay-footer__form input[type="text"],.relay-footer__form input[type="email"],.relay-footer__form input[type="tel"],.relay-footer__form textarea,.relay-footer__form select { width: 100%; min-height: 44px; padding: 10px 12px; border: 0; border-radius: 4px; background: #fff; color: var(--relay-text);  }
.relay-footer__form textarea { grid-column: 1 / -1; min-height: 96px; max-height:150px; resize: vertical; }
.relay-footer__form p { margin: 0; }
.relay-footer__form p:has(textarea),.relay-footer__form p:has(input[type="submit"]),.relay-footer__form p:has(button) { grid-column: 1 / -1; }
.relay-footer__form input[type="submit"],.relay-footer__form button { min-width: 105px; min-height: 42px; padding: 0 20px; border: 0; border-radius: 4px; background: #ed3542; color: #fff; font-weight: 750; }
.relay-footer__form input[type="submit"]:hover,.relay-footer__form button:hover { background: #d12734; color: #fff;  }

/* Woo notices */
.woocommerce-message,.woocommerce-info,.woocommerce-error { border-top-color: var(--relay-navy); background: var(--relay-pale); color: var(--relay-text); }
.woocommerce-message::before,.woocommerce-info::before { color: var(--relay-navy); }
.woocommerce-error { border-top-color: var(--relay-red); }
.woocommerce-error::before { color: var(--relay-red); }

/* Responsive */
@media (max-width: 1199px) {
  :root { --relay-container: 1080px; }
  .relay-menu { gap: 28px; }
  .relay-why-grid { gap: 16px; }
  .relay-why-card { padding-inline: 16px; }
  .relay-shop-layout { grid-template-columns: 230px 1fr; }
  .woocommerce ul.products,ul.products { grid-template-columns: repeat(3,1fr); }
  .relay-checkout-grid { grid-template-columns: 1.1fr .9fr; gap: 28px; }
}

@media (max-width: 991px) {
  .container { width: min(100% - 36px, var(--relay-container)); }
  .relay-header__inner { grid-template-columns: 1fr auto auto; min-height: 80px; }
  .relay-header__logo img,.relay-header__wp-logo { max-width: 260px; max-height: 54px; }
  .relay-nav-toggle { display: block; order: 2; }
  .relay-header__nav { position: absolute; top: 100%; left: 0; right: 0; display: none !important; padding: 12px 18px 18px; background: #fff; border-top: 1px solid var(--relay-border); box-shadow: var(--relay-shadow); }
  .relay-header__nav.show { display: block !important; }
  .relay-menu { display: block; }
  .relay-menu a { width: 100%; min-height: 44px; }
  .relay-menu a::after { display: none; }
  .relay-menu .sub-menu { position: static; display: block; min-width: 0; padding: 0 0 0 18px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .relay-cart-link { order: 3; width: 44px; height: 44px; }
  .relay-home-hero__grid { grid-template-columns: 1fr 1fr; min-height: 500px; }
  .relay-home-hero__content { padding: 50px 35px 50px 0; }
  .relay-home-hero__image { min-height: 500px; }
  .relay-why-grid { grid-template-columns: repeat(3,1fr); }
  .relay-about-grid { grid-template-columns: 1fr; }
  .relay-about-card--small,.relay-about-card--large { grid-column: auto; grid-row: auto; }
  .relay-commerce-split__panel--products::after { display: none; }
  .relay-commerce-split { border-width: 5px; }
  .relay-page-hero__grid { grid-template-columns: 1fr 440px; gap: 30px; }
  .relay-shop-layout { grid-template-columns: 1fr; }
  .relay-shop-sidebar { display: grid; grid-template-columns: 1fr .7fr; gap: 20px; }
  .woocommerce ul.products,ul.products { grid-template-columns: repeat(3,1fr); }
  .relay-trust-strip__grid { grid-template-columns: repeat(2,1fr); }
  .relay-trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--relay-border); }
  .relay-trust-item:nth-child(4) { border-top: 1px solid var(--relay-border); }
  .relay-product-page div.product div.images,.relay-product-page div.product div.summary { float: none !important; width: 100%; padding: 0; }
  .relay-product-page div.product div.images { max-width: 720px; margin-inline: auto; }
  .relay-page-hero { background: var(--relay-pale); }
  .relay-cart-totals-card { grid-template-columns: 1fr; }
  .relay-cart-totals-card__info { padding: 0 0 28px; border-right: 0; border-bottom: 1px solid var(--relay-border); }
  .relay-cart-totals-card__totals { padding: 28px 0 0; }
  .relay-checkout-grid { grid-template-columns: 1fr; }
  .relay-order-grid { grid-template-columns: 1fr; }
  .relay-footer__grid { gap: 42px; }
}

@media (max-width: 767px) {
  body { font-size: 15px; }
  .container { width: min(100% - 28px, var(--relay-container)); }
  .relay-header__topline { height: 16px; }
  .relay-header__inner { gap: 10px; min-height: 72px; }
  .relay-header__logo-link { max-width: 210px; }
  .relay-header__logo img,.relay-header__wp-logo { max-width: 205px; max-height: 45px; }
  .relay-header__logo--desktop:has(+ .relay-header__logo--mobile) { display: none; }
  .relay-header__logo--mobile { display: inline-flex; }
  .relay-cart-link { width: 40px; height: 40px; }
  .relay-cart-link svg { width: 23px; height: 23px; }
  .relay-home-hero__grid { grid-template-columns: 1fr; }
  .relay-home-hero__content { order: 1; padding: 36px 0 42px; }
  .relay-home-hero__image { order: 2; min-height: 320px; margin-inline: -14px; }
  .relay-section { padding: 58px 0; }
  .relay-section-title { margin-bottom: 32px; }
  .relay-supply-grid { grid-template-columns: 1fr; gap: 36px; max-width: 430px; }
  .relay-supply-card__inner { min-height: 490px; }
  .relay-why-grid { grid-template-columns: repeat(2,1fr); }
  .relay-commerce-split { grid-template-columns: 1fr; }
  .relay-commerce-split__panel { min-height: 250px; }
  .relay-commerce-split__panel + .relay-commerce-split__panel { border-top: 1px solid var(--relay-border); }
  .relay-commerce-split__content { width: min(100% - 40px,500px); padding: 38px 0; }
  .relay-basic-hero { background: var(--relay-pale); }
  .relay-basic-hero__grid { grid-template-columns: 1fr; min-height: 0; padding-top: 36px; }
  .relay-basic-hero__image { height: 260px; margin: 28px -14px 0; }
  .relay-basic-section__grid { grid-template-columns: 1fr; gap: 28px; }
  .relay-basic-section--image_text .relay-basic-section__image { order: 1; }
  .relay-basic-section--image_text .relay-basic-section__content { order: 2; }
  .relay-page-hero { padding: 30px 0; }
  .relay-page-hero__grid { grid-template-columns: 1fr; gap: 28px; }
  .relay-checkout-steps { max-width: 440px; }
  .relay-shop-hero { background: var(--relay-pale); }
  .relay-shop-hero__grid { grid-template-columns: 1fr; }
  .relay-shop-hero__grid > div:first-child { padding: 34px 0; }
  .relay-shop-hero__image { height: 250px; min-height: 0; margin-inline: -14px;}
  .relay-shop-sidebar { grid-template-columns: 1fr; }
  .woocommerce ul.products,ul.products { grid-template-columns: repeat(2,1fr); }
  .relay-trust-strip__grid { grid-template-columns: 1fr; }
  .relay-trust-item + .relay-trust-item { border-left: 0; border-top: 1px solid var(--relay-border); }
  .relay-product-page .woocommerce-product-gallery__image a { min-height: 360px; }
  .relay-product-page form.cart { flex-wrap: wrap; }
  .relay-product-page form.cart .single_add_to_cart_button { flex: 1; min-width: 170px; }
  .relay-cart-heading-row { align-items: baseline; }
  .woocommerce .relay-cart-table thead { display: none; }
  .woocommerce .relay-cart-table tbody,.woocommerce .relay-cart-table tr,.woocommerce .relay-cart-table td { display: block; width: 100% !important; }
  .woocommerce .relay-cart-table tr.cart_item { position: relative; display: grid; grid-template-columns: 86px 1fr; gap: 0 14px; padding: 18px 0; border-bottom: 1px solid var(--relay-border); }
  .woocommerce .relay-cart-table tr.cart_item td { padding: 5px 0; border: 0; }
  .relay-cart-table .product-remove { position: absolute; top: 8px; right: 0; z-index: 2; }
  .relay-cart-table .product-thumbnail { grid-row: 1 / span 4; width: 86px !important; }
  .relay-cart-table .product-thumbnail img { width: 82px !important; height: 82px; }
  .relay-cart-table .product-name,.relay-cart-table .product-price,.relay-cart-table .product-quantity,.relay-cart-table .product-subtotal { grid-column: 2; }
  .relay-cart-table .product-price::before { content: attr(data-title) ": "; color: var(--relay-muted); font-weight: 500; }
  .relay-cart-table .product-subtotal::before { content: attr(data-title) ": "; color: var(--relay-muted); font-weight: 500; }
  .relay-cart-actions-row { display: block !important; }
  .relay-cart-actions { align-items: stretch; flex-direction: column; }
  .relay-coupon { max-width: none; }
  .relay-coupon__controls { flex-direction: column; }
  .relay-cart-totals-card { padding: 22px 18px; }
  .relay-checkout-card { padding: 20px 16px; }
  .relay-order-status { grid-template-columns: 48px 1fr; }
  .relay-order-status__meta { grid-column: 1 / -1; padding-top: 12px; border-top: 1px solid rgba(47,150,93,.18); }
  .relay-address-grid { grid-template-columns: 1fr; }
  .relay-payment-status { grid-template-columns: 1fr auto; }
  .relay-payment-status strong { grid-column: 1; }
  .relay-order-related ul.products { grid-template-columns: repeat(2,1fr) !important; }
  .relay-newsletter__panel { grid-template-columns: 1fr; padding: 24px 20px; }
  .relay-newsletter__form form { flex-direction: column; align-items: stretch; }
  .relay-footer { min-height: 0; padding-top: 70px; }
  .relay-footer__payment-logos { min-width: 160px; padding: 8px 12px; }
  .relay-footer__title { margin-bottom: 36px; font-size: 2.6rem; }
  .relay-footer__grid { grid-template-columns: 1fr; gap: 42px; }
  .relay-footer__form form { grid-template-columns: 1fr; }
  .relay-footer__form textarea,.relay-footer__form p:has(textarea),.relay-footer__form p:has(input[type="submit"]),.relay-footer__form p:has(button) { grid-column: 1; }
}

@media (max-width: 479px) {
  .relay-header__logo-link { max-width: 165px; }
  .relay-header__logo img,.relay-header__wp-logo { max-width: 160px; }
  .relay-why-grid { grid-template-columns: 1fr; }
  .relay-why-card { min-height: 0; }
  .woocommerce ul.products,ul.products { grid-template-columns: 1fr; }
  .relay-product-card__image { aspect-ratio: 1.35 / 1; }
  .relay-shop-toolbar { align-items: stretch; flex-direction: column; }
  .relay-shop-toolbar select { width: 100%; }
  .relay-checkout-step__label { font-size: .66rem; }
  .relay-checkout-step__dot { width: 36px; height: 36px; }
  .relay-checkout-step::before { top: 17px; }
  .relay-order-related ul.products { grid-template-columns: 1fr !important; }
}

/* Quantity control enhancement */
.quantity.relay-quantity-ready {
  display: inline-grid;
  grid-template-columns: 34px minmax(42px, 54px) 34px;
  align-items: stretch;
}
.quantity.relay-quantity-ready .qty {
  width: 100% !important;
  height: 42px !important;
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  -moz-appearance: textfield;
}
.quantity.relay-quantity-ready .qty::-webkit-outer-spin-button,
.quantity.relay-quantity-ready .qty::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.relay-qty-btn {
  height: 46px;
  padding: 0;
  border: 1px solid var(--relay-border-strong);
  background: #fff;
  color: var(--relay-navy);
  font-weight: 800;
}
.relay-qty-btn--minus { border-radius: 5px 0 0 5px; }
.relay-qty-btn--plus { border-radius: 0 5px 5px 0; }
.relay-qty-btn:hover { background: var(--relay-pale); }

/* Checkout product thumbnails */

.relay-checkout-product {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 10px;
	row-gap: 2px;
	align-items: center;
  margin-bottom: -20px;
}

.relay-checkout-product-thumb {
	grid-column: 1;
	grid-row: 1 / span 2;

	display: block;
	width: 54px !important;
	height: 54px !important;
	margin: 0 !important;
	object-fit: contain;
	align-self: center;
}

.relay-checkout-product__name {
	grid-column: 2;
	grid-row: 1;

	display: block;
	align-self: end;

	color: var(--relay-navy);
	font-size: .84rem;
	font-weight: 750;
	line-height: 1.3;
}

.relay-checkout-product__qty {
	grid-column: 2;
	grid-row: 2;

	display: block;
	align-self: start;
	margin: 0;

	color: var(--relay-muted);
	font-size: .72rem;
	font-weight: 400;
	line-height: 1.3;
}


/* =========================================================
   SHOP SIDEBAR FILTERS
   ========================================================= */

.relay-shop-sidebar__panel {
	padding: 22px 18px;
	border: 1px solid var(--relay-border);
	border-radius: 8px;
	background: #fff;
}

.relay-shop-widget + .relay-shop-widget {
	margin-top: 26px;
	padding-top: 24px;
	border-top: 1px solid var(--relay-border);
}

.relay-shop-widget__title,
.relay-shop-widget .widget-title {
	margin: 0 0 17px;
	color: var(--relay-navy);
	font-size: 1rem;
	font-weight: 800;
}


/* Categories */

.relay-shop-widget--categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.relay-shop-widget--categories li {
	position: relative;
	margin: 0;
}

.relay-shop-widget--categories li + li {
	margin-top: 9px;
}

.relay-shop-widget--categories li a {
	display: inline-flex;
	align-items: center;
	color: var(--relay-text);
	font-size: .86rem;
	line-height: 1.35;
}

.relay-shop-widget--categories li a:hover,
.relay-shop-widget--categories li.current-cat > a {
	color: var(--relay-navy);
	font-weight: 700;
}

.relay-shop-widget--categories .count {
	margin-left: 5px;
	color: var(--relay-muted);
	font-size: .75rem;
}

.relay-shop-widget--categories .children {
	margin-top: 8px;
	padding-left: 16px;
}

/* =========================================================
   SHOP PRICE FILTER
   ========================================================= */

.relay-shop-widget--price .price_slider_wrapper {
	padding-top: 6px;
}

.relay-shop-widget--price .price_slider {
	position: relative;
	height: 5px;
	margin: 0px 8px 10px !important;
	border-radius: 10px;
	background: #dce5ef;
}

/* Slider range */
.relay-shop-widget--price .ui-slider-range {
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
	border: 0;
	border-radius: 10px;
	background: var(--relay-red);
}

/* Slider handles */
.relay-shop-widget--price .ui-slider-handle {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 17px;
	height: 17px;
	margin-top: -8.5px;
	margin-left: -8.5px;
	border: 0;
	border-radius: 50%;
	background: var(--relay-red);
	cursor: ew-resize;
	outline: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
}

.relay-shop-widget--price .ui-slider-handle:hover,
.relay-shop-widget--price .ui-slider-handle:focus {
	background: var(--relay-red-dark);
}

/* Hide raw min/max inputs - WooCommerce JS controls them */
.relay-shop-widget--price .price_slider_amount input#min_price,
.relay-shop-widget--price .price_slider_amount input#max_price {
	display: none;
}

.relay-shop-widget--price .price_slider_amount {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font-size: .78rem;
}

.relay-shop-widget--price .price_label {
	order: 1;
	color: var(--relay-muted);
	font-size: .78rem;
}

.relay-shop-widget--price .price_slider_amount .button {
	order: 2;
	min-height: 36px !important;
	padding: 8px 14px !important;
	margin: 0 !important;
	font-size: .75rem !important;
}

.relay-shop-widget--price .clear {
	display: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
  background-color: #ef2533 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
  background-color: #ef2533 !important;
  top: 0.3em !important;
}




/* Brands */

.relay-brand-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.relay-brand-list__item {
	margin: 0;
}

.relay-brand-list__item + .relay-brand-list__item {
	margin-top: 10px;
}

.relay-brand-list__item a {
	display: grid;
	grid-template-columns: 18px 1fr auto;
	align-items: center;
	gap: 9px;
	color: var(--relay-text);
	font-size: .86rem;
}

.relay-brand-list__checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border: 1px solid var(--relay-border-strong);
	border-radius: 3px;
	background: #fff;
	color: #fff;
	font-size: 10px;
	line-height: 1;
}

.relay-brand-list__item.is-active .relay-brand-list__checkbox {
	border-color: var(--relay-navy);
	background: var(--relay-navy);
}

.relay-brand-list__item.is-active .relay-brand-list__name {
	color: var(--relay-navy);
	font-weight: 700;
}

.relay-brand-list__item a:hover .relay-brand-list__checkbox {
	border-color: var(--relay-navy);
}

.relay-brand-list__item a:hover .relay-brand-list__name {
	color: var(--relay-navy);
}

.relay-brand-list__count {
	color: var(--relay-muted);
	font-size: .72rem;
}

.btn-outline-primary, .wpcf7 input[type="submit"],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn-primary,
.woocommerce-cart .wc-proceed-to-checkout .btn-primary {
	background-color: var(--relay-red) !important;
	border-color: var(--relay-red) !important;
	color: #fff !important;
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;

	/* Bootstrap 5 button variables */
	--bs-btn-bg: var(--relay-red);
	--bs-btn-border-color: var(--relay-red);
	--bs-btn-color: #fff;
	--bs-btn-hover-bg: var(--relay-red-dark);
	--bs-btn-hover-border-color: var(--relay-red-dark);
	--bs-btn-hover-color: #fff;
	--bs-btn-active-bg: var(--relay-red-dark);
	--bs-btn-active-border-color: var(--relay-red-dark);
}

.btn-outline-primary:hover, .wpcf7 input[type="submit"]:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn-primary:hover,
.woocommerce-cart .wc-proceed-to-checkout .btn-primary:hover {
	background-color: var(--relay-red-dark) !important;
	border-color: var(--relay-red-dark) !important;
	color: #fff !important;
}

/* =========================================================
   CHECKOUT COUPON - CONSTRAIN TO SITE WIDTH
   ========================================================= */

.woocommerce-info,
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received,
.woocommerce-form.woocommerce-form-login.login,
.wc-empty-cart-message,
.return-to-shop,   
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout form.checkout_coupon {
	width: min(100% - 48px, var(--relay-container));
	max-width: 1110px;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box;
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last{
	display: block;
}

.return-to-shop{
  padding:30px 0px 50px 0px;
}

/* Coupon notice */
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	width: 100%;
	margin: 0 !important;
	box-sizing: border-box;
}


/* Expanded coupon form */
.woocommerce-checkout form.checkout_coupon {
	margin-top: 28px !important;
	margin-bottom: 40px !important;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error{
  border-color: #bee5eb !important;
}


.relay-checkout-product__qty {
	display: block;
	margin-top: 3px;
	color: var(--relay-muted);
	font-size: .72rem;
	font-weight: 400;
	line-height: 1.3;
}