@charset "UTF-8";
/*!
Theme Name: glass_door
Theme URI: http://underscores.me/
Author: arzoo farooq
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: glass_door
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --color-bg-white: #fff;
  --color-bg-gray: #f2f2f2;
  --color-bg-dark: #151920;
  --color-btn-bg-primary: #2B70CA;
  --color-text-light: #fff;
  --color-text-dark: #151920;
  --color-text-light-gray: #717680;
  --color-text-red: #B20A01;
  --color-text-blue: #2b70CA;
  --color-link-red: #E22319;
  --color-border-white: #fff;
  --color-border-gray: #E2E2E2;
  --color-rating-yellow: #FEBA11;
  --font-family-base: "pragmatica", sans-serif;
  --section-padding: 80px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

p {
  margin-bottom: 1.5em;
}

li {
  font-size: 18px;
  line-height: 27px;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

/* ===== Component Buttons ===== */
.btn-primary,
a.btn-primary {
  font-family: var(--font-family-base);
  width: 386px;
  height: 46px;
  background-color: #2B70CA;
  color: var(--color-text-light);
  text-decoration: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.2s ease;
  box-sizing: border-box;
}
.btn-primary:hover,
a.btn-primary:hover {
  opacity: 0.9;
}
.btn-primary:focus,
a.btn-primary:focus {
  outline: none;
}
.btn-primary:disabled,
a.btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media screen and (max-width: 480px) {
  .btn-primary,
  a.btn-primary {
    width: 100%;
    max-width: 386px;
  }
}

.btn-secondary,
a.btn-secondary {
  font-family: var(--font-family-base);
  width: 386px;
  height: 46px;
  padding: 15px 120px;
  background-color: transparent;
  color: var(--color-btn-bg-primary);
  border: 1px solid #2B70CA;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.2s ease;
  box-sizing: border-box;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  opacity: 0.9;
}
.btn-secondary:focus,
a.btn-secondary:focus {
  outline: none;
}
.btn-secondary:disabled,
a.btn-secondary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .btn-secondary,
  a.btn-secondary {
    width: 100%;
    max-width: 386px;
    padding: 15px 40px;
  }
}

.btn-tertiary,
a.btn-tertiary {
  font-family: var(--font-family-base);
  padding: 0;
  background-color: transparent;
  color: var(--color-text-dark);
  text-decoration: underline;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
}
.btn-tertiary:hover,
a.btn-tertiary:hover {
  opacity: 0.9;
}
.btn-tertiary:disabled,
a.btn-tertiary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .btn-tertiary,
  a.btn-tertiary {
    width: 100%;
    max-width: 386px;
    padding: 15px 40px;
  }
}

/* Dark background variants */
.bg-dark .btn-secondary,
.bg-dark .btn-tertiary,
.bg-dark a.btn-secondary,
.bg-dark a.btn-tertiary {
  color: var(--color-text-light);
  border-color: var(--color-text-light);
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Breadcrumb - Reusable component
--------------------------------------------- */
/*--------------------------------------------------------------
# Breadcrumb - Reusable Component
--------------------------------------------------------------*/
.breadcrumb {
  font-size: 16px;
  color: var(--color-text-dark);
  margin-bottom: 24px;
}
.breadcrumb a, .breadcrumb__link {
  color: var(--color-btn-bg-primary);
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb__link:hover {
  text-decoration: underline;
}
.breadcrumb__sep {
  margin: 0 8px;
  color: var(--color-text-light-gray);
}
.breadcrumb__current {
  color: inherit;
}

/* Navigation
--------------------------------------------- */
/*--------------------------------------------------------------
# Ajax Cart Drawer (WooCommerce)
--------------------------------------------------------------*/
.ajax-cart {
  position: fixed;
  top: 0;
  right: -420px;
  width: 404px;
  height: 100vh;
  background: var(--color-bg-white);
  z-index: 9999;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
}

.ajax-cart.open {
  right: 0;
}

.ajax-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9998;
}

.ajax-cart-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.cart-close {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 20px;
  z-index: 2;
  color: var(--color-text-dark);
  padding: 4px;
  line-height: 0;
  transition: color 0.2s;
}
.cart-close:hover {
  color: var(--color-text-red);
}

/* Mini Cart inner structure */
.mini-cart {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Header */
.mini-cart__header {
  background: #F1F1F1;
  padding: 22px 20px;
  flex-shrink: 0;
}

.mini-cart__title {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

/* Progress bar */
.mini-cart__progress {
  padding: 16px 20px 12px;
  flex-shrink: 0;
}

.mini-cart__progress-track {
  position: relative;
  width: 100%;
  height: 6px;
  background: #F1F1F1;
  border-radius: 9px;
}

.mini-cart__progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #2B70CA;
  border-radius: 9px;
  transition: width 0.3s ease;
}

.mini-cart__progress-marker {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
.mini-cart__progress-marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #2B70CA;
  border-radius: 50%;
}

.mini-cart__progress-text {
  font-family: var(--font-family-base);
  font-size: 12px;
  color: var(--color-text-light-gray);
  margin: 8px 0 0;
  text-align: center;
}

/* Cart Items */
.mini-cart__items {
  flex: 1;
  overflow-y: auto;
  padding: 0 20px;
}

.mini-cart__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #F1F1F1;
  position: relative;
}
.mini-cart__item:last-child {
  border-bottom: none;
}

.mini-cart__item-image {
  width: 79px;
  height: 79px;
  flex-shrink: 0;
  border-radius: 2px;
  overflow: hidden;
}
.mini-cart__item-image a {
  display: block;
  line-height: 0;
}
.mini-cart__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mini-cart__item-details {
  flex: 1;
  min-width: 0;
}

.mini-cart__item-name {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: var(--color-text-dark);
  margin: 0 0 8px;
}
.mini-cart__item-name a {
  color: inherit;
  text-decoration: none;
}
.mini-cart__item-name a:hover {
  color: var(--color-text-blue);
}

/* Quantity controls */
.mini-cart__item-qty {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mini-cart__qty-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F1F1;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  color: var(--color-text-dark);
  padding: 0;
  transition: background 0.2s;
}
.mini-cart__qty-btn:hover {
  background: #E1E1E1;
}

.mini-cart__qty-value {
  font-family: "Poppins", var(--font-family-base);
  font-weight: 400;
  font-size: 20px;
  color: #000;
  min-width: 10px;
  text-align: center;
}

/* Item price */
.mini-cart__item-price {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 14px;
  color: #2B70CA;
  flex-shrink: 0;
}

/* Remove button */
.mini-cart__item-remove {
  position: absolute;
  top: 8px;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-text-light-gray);
  padding: 4px;
  line-height: 0;
  opacity: 0;
  transition: opacity 0.2s, color 0.2s;
}
.mini-cart__item:hover .mini-cart__item-remove {
  opacity: 1;
}
.mini-cart__item-remove:hover {
  color: var(--color-text-red);
}

/* Empty state */
.mini-cart__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 40px 20px;
}
.mini-cart__empty p {
  font-family: var(--font-family-base);
  font-size: 16px;
  color: var(--color-text-light-gray);
  margin: 0;
}

/* Footer */
.mini-cart__footer {
  flex-shrink: 0;
  background: #F1F1F1;
  padding: 20px;
}

.mini-cart__subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.mini-cart__subtotal-label {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

.mini-cart__subtotal-value {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 20px;
  color: #2B70CA;
}

.mini-cart__buttons {
  display: flex;
  gap: 16px;
}

.mini-cart__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  background: #2B70CA;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s;
}
.mini-cart__btn:hover {
  background: #2260a8;
}

/* Responsive */
@media screen and (max-width: 480px) {
  .ajax-cart {
    width: 100%;
    right: -100%;
  }
}
/*--------------------------------------------------------------
# Header - Glass Design (Homepage only)
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 100;
}

.site-header--home {
  background: var(--color-bg-white);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
}

.site-header--home .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
  padding: 0 16px;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Site branding / Logo (home header) */
.site-header--home .site-branding {
  flex-shrink: 0;
}
.site-header--home .site-branding .custom-logo-link {
  display: block;
  line-height: 0;
}
.site-header--home .site-branding .custom-logo {
  max-height: 51px;
  width: auto;
  height: auto;
}
.site-header--home .site-branding .site-logo-link {
  text-decoration: none;
  color: var(--color-text-dark);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-family-base);
}

/* Main navigation (home header) */
.site-header--home .main-navigation {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  position: relative;
}
.site-header--home .main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header--home .main-navigation ul ul {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: var(--color-bg-white);
  border-radius: 4px;
  padding: 8px 0;
  min-width: 200px;
}
.site-header--home .main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.site-header--home .main-navigation ul ul a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
}
.site-header--home .main-navigation ul > li {
  position: relative;
}
.site-header--home .main-navigation ul ul li {
  position: relative;
}
.site-header--home .main-navigation ul {
  /* Horizontal flip when submenu would overflow viewport (set via JS). */
}
.site-header--home .main-navigation ul > li.submenu-flip:hover > ul,
.site-header--home .main-navigation ul > li.submenu-flip.focus > ul {
  left: auto;
  right: 0;
}
.site-header--home .main-navigation ul ul li.submenu-flip:hover > ul,
.site-header--home .main-navigation ul ul li.submenu-flip.focus > ul {
  left: auto;
  right: 100%;
  margin-right: 2px;
}
.site-header--home .main-navigation ul {
  /* Top level open */
}
.site-header--home .main-navigation ul > li:hover > ul,
.site-header--home .main-navigation ul > li.focus > ul {
  left: 0;
}
.site-header--home .main-navigation ul {
  /* Keep deeper levels hidden until their parent is hovered/focused. */
}
.site-header--home .main-navigation ul > li:hover > ul ul,
.site-header--home .main-navigation ul > li.focus > ul ul {
  left: -999em;
}
.site-header--home .main-navigation ul {
  /* Nested open */
}
.site-header--home .main-navigation ul ul li:hover > ul,
.site-header--home .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.site-header--home .main-navigation ul .menu-item-has-children > a {
  padding-right: 12px;
}
.site-header--home .main-navigation ul .menu-item-has-children > a::after {
  content: "";
  position: static;
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.75 0.75L5.75 5.75L0.75 0.75' stroke='%23151920' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.site-header--home .main-navigation ul .menu-item-has-children > a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.75 0.75L5.75 5.75L0.75 0.75' stroke='%232B70CA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.site-header--home .main-navigation a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--color-text-dark);
  font-size: 16px;
  font-family: var(--font-family-base);
  font-weight: 400;
  transition: color 0.2s ease;
}
.site-header--home .main-navigation a:hover {
  color: var(--color-btn-bg-primary);
}
.site-header--home .main-navigation .current_page_item > a,
.site-header--home .main-navigation .current-menu-item > a,
.site-header--home .main-navigation .current-menu-ancestor > a,
.site-header--home .main-navigation .current_page_ancestor > a {
  color: var(--color-btn-bg-primary);
  font-weight: 600;
}

/* Menu toggle (mobile hamburger) - shared by both headers */
.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  z-index: 1001;
  transition: background-color 0.2s ease;
}
.menu-toggle:hover {
  background: rgba(0, 0, 0, 0.04);
}
.menu-toggle:focus {
  outline: 2px solid var(--color-btn-bg-primary);
  outline-offset: 2px;
}
.menu-toggle:active {
  background: rgba(0, 0, 0, 0.08);
}
.menu-toggle .menu-toggle-icon {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-text-dark);
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transform-origin: center;
}
.menu-toggle {
  /* Animate to X when expanded */
}
.menu-toggle[aria-expanded=true] .menu-toggle-icon:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.menu-toggle[aria-expanded=true] .menu-toggle-icon:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded=true] .menu-toggle-icon:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Shared mobile nav dropdown layout — home & shop use same layout */
/* Toggled menu (mobile, home header) — same layout as shop */
.site-header--home .main-navigation.toggled ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--color-bg-white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  padding: 16px;
  gap: 0;
  border-top: 1px solid #e8e8e8;
}
.site-header--home .main-navigation.toggled ul li {
  border-bottom: 1px solid #e8e8e8;
}
.site-header--home .main-navigation.toggled ul li:last-child {
  border-bottom: none;
}
.site-header--home .main-navigation.toggled ul a {
  padding: 14px 0;
}
.site-header--home .main-navigation.toggled ul ul {
  display: none;
  position: static;
  box-shadow: none;
  padding: 0 0 0 20px;
  margin: 0 0 8px 0;
  border-left: 2px solid var(--color-btn-bg-primary);
  border-bottom: none;
  background: transparent;
}
.site-header--home .main-navigation.toggled ul li.focus > ul,
.site-header--home .main-navigation.toggled ul li.focus > ul ul {
  display: flex;
  flex-direction: column;
}
.site-header--home .main-navigation.toggled ul .menu-item-has-children > a::after {
  transform: translateY(-50%) rotate(0deg);
}
.site-header--home .main-navigation.toggled ul li.focus.menu-item-has-children > a::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Mobile home menu: full-width fixed — clones shop layout */
@media screen and (max-width: 599px) {
  .site-header--home .main-navigation.toggled ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--color-bg-white);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    padding: 16px;
    gap: 0;
    border-top: 1px solid #e8e8e8;
    z-index: 9998;
  }
  .site-header--home .main-navigation.toggled ul li {
    border-bottom: 1px solid #e8e8e8;
  }
  .site-header--home .main-navigation.toggled ul li:last-child {
    border-bottom: none;
  }
  .site-header--home .main-navigation.toggled ul a {
    padding: 14px 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .site-header--home .main-navigation.toggled ul ul {
    display: none;
    position: static;
    box-shadow: none;
    padding: 0 0 0 20px;
    margin: 0 0 8px 0;
    border-left: 2px solid var(--color-btn-bg-primary);
    border-bottom: none;
    background: transparent;
  }
  .site-header--home .main-navigation.toggled ul li.focus > ul,
  .site-header--home .main-navigation.toggled ul li.focus > ul ul {
    display: flex;
    flex-direction: column;
  }
  .site-header--home .main-navigation.toggled ul .menu-item-has-children > a::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .site-header--home .main-navigation.toggled ul li.focus.menu-item-has-children > a::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .site-header--home .main-navigation.toggled ul {
    top: 120px;
    max-height: calc(100vh - 72px);
  }
}
/* Header icons (home header) */
.site-header--home .header-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.site-header--home .header-icons button,
.site-header--home .header-icons a {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0;
  line-height: 0;
  color: var(--color-text-dark);
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-header--home .header-icons button:hover,
.site-header--home .header-icons a:hover {
  color: var(--color-btn-bg-primary);
  transform: scale(1.05);
}
.site-header--home .header-icons button:hover svg path,
.site-header--home .header-icons a:hover svg path {
  stroke: var(--color-btn-bg-primary);
}

.site-header--home .header-icons svg {
  display: block;
}

/* Cart badge */
.cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-link-red);
  color: var(--color-text-light);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  border-radius: 50%;
}

/* Search form (home header dropdown) */
.site-header--home .header-search {
  position: absolute;
  top: 100%;
  right: 80px;
  left: auto;
  display: none;
  background: var(--color-bg-white);
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-top: 8px;
  z-index: 1000;
}

.site-header--home .header-search.active {
  display: block;
}

.header-search input[type=search] {
  width: 280px;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  font-family: var(--font-family-base);
}
.header-search input[type=search]:focus {
  outline: 2px solid var(--color-btn-bg-primary);
  outline-offset: 2px;
}

/*--------------------------------------------------------------
# Header & Navigation - Desktop (1025px+)
--------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  .site-header--home .menu-toggle {
    display: none;
  }
  .site-header--home .main-navigation .nav-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
  }
  /* Base rule hides all .main-navigation ul; re-enable dropdown ULs on desktop. */
  .site-header--home .main-navigation .nav-menu ul {
    display: block;
  }
  /* Desktop dropdown positioning (explicit tiers to prevent overlap). */
  .site-header--home .main-navigation .nav-menu > li > ul {
    top: 100%;
    left: -999em;
  }
  .site-header--home .main-navigation .nav-menu > li:hover > ul,
  .site-header--home .main-navigation .nav-menu > li.focus > ul {
    left: 0;
  }
  .site-header--home .main-navigation .nav-menu > li > ul > li > ul {
    top: -8px;
    left: -999em;
    margin-left: 2px;
  }
  .site-header--home .main-navigation .nav-menu > li > ul > li:hover > ul,
  .site-header--home .main-navigation .nav-menu > li > ul > li.focus > ul {
    left: 100%;
  }
  /* Horizontal flip support (set by JS). */
  .site-header--home .main-navigation .nav-menu > li.submenu-flip > ul {
    left: auto;
    right: 0;
  }
  .site-header--home .main-navigation .nav-menu > li.submenu-flip > ul > li > ul {
    margin-left: 0;
    margin-right: 2px;
  }
  .site-header--home .main-navigation .nav-menu > li.submenu-flip > ul > li.submenu-flip:hover > ul,
  .site-header--home .main-navigation .nav-menu > li.submenu-flip > ul > li.submenu-flip.focus > ul {
    left: auto;
    right: 100%;
  }
}
/* Hard override for desktop home header dropdown geometry (prevents overlap). */
@media screen and (min-width: 769px) {
  .site-header--home .main-navigation .nav-menu > li,
  .site-header--home .main-navigation .nav-menu > li > ul > li {
    position: relative;
  }
  .site-header--home .main-navigation .nav-menu > li > ul {
    min-width: 200px;
  }
  .site-header--home .main-navigation .nav-menu > li > ul > li {
    display: block;
    width: 100%;
  }
  /* Hide all submenus by default. */
  .site-header--home .main-navigation .nav-menu > li > ul,
  .site-header--home .main-navigation .nav-menu > li > ul > li > ul {
    left: -999em !important;
    right: auto !important;
  }
  /* Level 1 dropdown */
  .site-header--home .main-navigation .nav-menu > li:hover > ul,
  .site-header--home .main-navigation .nav-menu > li.focus > ul {
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
  }
  /* Level 2+ dropdown */
  .site-header--home .main-navigation .nav-menu > li > ul > li:hover > ul,
  .site-header--home .main-navigation .nav-menu > li > ul > li.focus > ul {
    top: 0 !important;
    left: 100% !important;
    right: auto !important;
    margin-left: 2px;
  }
  /* Flip support */
  .site-header--home .main-navigation .nav-menu > li.submenu-flip:hover > ul,
  .site-header--home .main-navigation .nav-menu > li.submenu-flip.focus > ul {
    left: auto !important;
    right: 0 !important;
  }
  .site-header--home .main-navigation .nav-menu > li.submenu-flip > ul > li.submenu-flip:hover > ul,
  .site-header--home .main-navigation .nav-menu > li.submenu-flip > ul > li.submenu-flip.focus > ul {
    left: auto !important;
    right: 100% !important;
    margin-right: 2px;
    margin-left: 0;
  }
}
/*--------------------------------------------------------------
# Header & Navigation - Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .site-header--home .header-inner {
    padding: 0 40px;
  }
  .header-search {
    right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header--home .header-inner {
    min-height: 72px;
    padding: 0 24px;
  }
  .site-header--home .main-navigation {
    order: 3;
    flex: none;
  }
  .site-header--home .site-branding {
    order: 1;
  }
  .site-header--home .header-icons {
    order: 2;
  }
  .header-search {
    right: 24px;
    left: 24px;
    width: auto;
  }
  .header-search input[type=search] {
    width: 100%;
  }
  /* Mobile nav: fixed full-width panel below header */
  .site-header--home .main-navigation.toggled ul {
    position: fixed;
    top: var(--mobile-menu-top, 72px);
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100vh - var(--mobile-menu-top, 72px));
    overflow-y: auto;
    background: var(--color-bg-white);
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    z-index: 9998;
    padding: 16px 24px;
  }
}
@media screen and (max-width: 480px) {
  .site-header--home .header-inner {
    padding: 0 16px;
    gap: 12px;
  }
  .site-header--home .header-icons {
    gap: 12px;
  }
  .site-header--home .site-branding .custom-logo {
    max-height: 40px;
  }
}
/*--------------------------------------------------------------
# Comment/Post navigation (legacy)
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Header Shop (Inner pages) - Two-row layout
--------------------------------------------------------------*/
.site-header--shop {
  background: var(--color-bg-white);
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.header-shop__top {
  padding: 20px 0;
}

.header-shop__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.header-shop__logo {
  flex-shrink: 0;
}
.header-shop__logo .custom-logo-link {
  display: block;
  line-height: 0;
}
.header-shop__logo .custom-logo-link img {
  max-height: 51px;
  width: auto;
}

.header-shop__logo-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--color-text-dark);
}

.header-shop__logo-cube {
  width: 32px;
  height: 32px;
  background: rgba(43, 112, 202, 0.2);
  border-radius: 4px;
  margin-bottom: 4px;
}

.header-shop__logo-main {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

.header-shop__logo-tagline {
  font-size: 11px;
  color: var(--color-text-light-gray);
  font-weight: 400;
  margin-top: 2px;
}

/* Search bar — WPForms-style field, black button, clean magnifier */
.header-shop__search {
  flex: 1;
  max-width: 560px;
  min-width: 0;
  display: flex;
  align-items: stretch;
  background: #f0f0f0;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

input.header-shop__search-input {
  flex: 1;
  padding: 12px 18px;
  border: none;
  background: #f0f0f0;
  font-size: 15px;
  font-family: var(--font-family-base);
  color: var(--color-text-dark);
  min-width: 0;
}
input.header-shop__search-input::placeholder {
  color: #999999;
}
input.header-shop__search-input:focus {
  outline: none;
  background: #f0f0f0;
}

.header-shop__search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-height: 44px;
  flex-shrink: 0;
  background: #000;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
  border-radius: 0 6px 6px 0;
}
.header-shop__search-btn:hover {
  opacity: 0.9;
}
.header-shop__search-btn svg {
  display: block;
}

/* Reuse header-icons from home header — same styling for account + cart */
.site-header--shop .header-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.site-header--shop .header-icons button,
.site-header--shop .header-icons a {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0;
  line-height: 0;
  color: var(--color-text-dark);
  transition: color 0.2s ease, transform 0.2s ease;
  text-decoration: none;
}

.site-header--shop .header-icons button:hover,
.site-header--shop .header-icons a:hover {
  color: var(--color-btn-bg-primary);
  transform: scale(1.05);
}

.site-header--shop .header-icons svg {
  display: block;
}

.header-shop__nav {
  border-top: 1px solid #e8e8e8;
  background: var(--color-bg-white);
}

.header-shop__nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  min-height: 56px;
  box-sizing: border-box;
}

.header-shop__all-cats {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 24px 0 0;
  background: none;
  border: none;
  border-right: 1px solid #e8e8e8;
  cursor: pointer;
  font-family: var(--font-family-base);
  font-size: 15px;
  font-weight: 500;
  color: var(--color-text-dark);
  white-space: nowrap;
}
.header-shop__all-cats:hover {
  color: var(--color-btn-bg-primary);
}

.header-shop__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.header-shop__hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
}

.header-shop__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Hide shop hamburger on desktop (769px+); show nav list */
@media screen and (min-width: 769px) {
  .header-shop__menu .menu-toggle {
    display: none;
  }
}
.header-shop__nav-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-shop__nav-list li {
  position: relative;
}
.header-shop__nav-list a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 12px;
  text-decoration: none;
  color: var(--color-text-dark);
  font-size: 15px;
  font-family: var(--font-family-base);
  font-weight: 400;
  transition: color 0.2s ease;
}
.header-shop__nav-list a:hover {
  color: var(--color-btn-bg-primary);
}
.header-shop__nav-list .current-menu-item > a,
.header-shop__nav-list .current-menu-ancestor > a,
.header-shop__nav-list .current_page_item > a,
.header-shop__nav-list .current_page_ancestor > a {
  color: var(--color-btn-bg-primary);
  font-weight: 600;
}
.header-shop__nav-list .menu-item-has-children > a::after {
  content: "";
  width: 10px;
  height: 6px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.75 0.75L5.75 5.75L0.75 0.75' stroke='%23151920' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.header-shop__nav-list .menu-item-has-children:hover > a::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.75 0.75L5.75 5.75L0.75 0.75' stroke='%232B70CA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.header-shop__nav-list ul {
  position: absolute;
  top: 100%;
  left: -999em;
  background: var(--color-bg-white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 8px 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  z-index: 99999;
}
.header-shop__nav-list ul a {
  padding: 10px 20px;
  white-space: nowrap;
}
.header-shop__nav-list {
  /* Nested dropdowns: open to the side instead of overlapping parent menu. */
}
.header-shop__nav-list ul ul {
  top: -8px;
  left: -999em;
}
.header-shop__nav-list {
  /* Top level open */
}
.header-shop__nav-list > li:hover > ul,
.header-shop__nav-list > li.focus > ul {
  left: 0;
}
.header-shop__nav-list {
  /* Keep deeper levels hidden until their parent is hovered/focused. */
}
.header-shop__nav-list > li:hover > ul ul,
.header-shop__nav-list > li.focus > ul ul {
  left: -999em;
}
.header-shop__nav-list {
  /* Nested open */
}
.header-shop__nav-list ul li:hover > ul,
.header-shop__nav-list ul li.focus > ul {
  left: 100%;
}
.header-shop__nav-list {
  /* Horizontal flip when submenu would overflow viewport (set via JS). */
}
.header-shop__nav-list > li.submenu-flip:hover > ul,
.header-shop__nav-list > li.submenu-flip.focus > ul {
  left: auto;
  right: 0;
}
.header-shop__nav-list ul li.submenu-flip:hover > ul,
.header-shop__nav-list ul li.submenu-flip.focus > ul {
  left: auto;
  right: 100%;
  margin-right: 2px;
}

.header-shop__right {
  display: flex;
  justify-content: flex-end;
}

.header-shop__offers {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 12px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-family-base);
  font-size: 15px;
  font-weight: 400;
  color: var(--color-text-dark);
  transition: color 0.2s ease;
}
.header-shop__offers:hover {
  color: var(--color-btn-bg-primary);
}
.header-shop__offers svg {
  display: block;
}

/* Header Shop - Responsive */
@media screen and (max-width: 1200px) {
  .header-shop__top-inner,
  .header-shop__nav-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .header-shop__top-inner,
  .header-shop__nav-inner {
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .header-shop__top {
    padding: 12px 0;
  }
  .header-shop__top-inner {
    flex-wrap: nowrap;
    padding: 0 24px;
    gap: 16px;
    align-items: center;
  }
  /* Hide search box on mobile, show search icon instead */
  .header-shop__search {
    display: none !important;
  }
  /* Search icon + other icons: aligned row on mobile */
  .header-shop__search-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .site-header--shop .header-icons {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .header-shop__nav {
    border-top: 1px solid #e8e8e8;
  }
  .header-shop__nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    min-height: 52px;
    gap: 0;
  }
  .header-shop__all-cats {
    padding: 0 16px 0 0;
    border-right: 1px solid #e8e8e8;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  .header-shop__menu {
    flex: 1;
    justify-content: center;
    align-items: center;
  }
  /* Show shop hamburger on mobile; base .menu-toggle styles apply */
  .header-shop__menu .menu-toggle {
    display: flex;
  }
  .header-shop__right {
    display: none;
  }
  .header-shop__nav-list {
    display: none;
  }
  .header-shop__menu.toggled .header-shop__nav-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--color-bg-white);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    padding: 16px;
    gap: 0;
    border-top: 1px solid #e8e8e8;
    z-index: 9998;
    top: var(--mobile-menu-top, 108px);
    max-height: calc(100vh - var(--mobile-menu-top, 108px));
  }
  .header-shop__menu.toggled .header-shop__nav-list li {
    border-bottom: 1px solid #e8e8e8;
  }
  .header-shop__menu.toggled .header-shop__nav-list li:last-child {
    border-bottom: none;
  }
  .header-shop__menu.toggled .header-shop__nav-list a {
    padding: 14px 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .header-shop__menu.toggled .header-shop__nav-list ul {
    display: none;
    position: static;
    box-shadow: none;
    padding: 0 0 0 20px;
    margin: 0 0 8px 0;
    border-left: 2px solid var(--color-btn-bg-primary);
    border-bottom: none;
    background: transparent;
  }
  .header-shop__menu.toggled .header-shop__nav-list li.focus > ul,
  .header-shop__menu.toggled .header-shop__nav-list li.focus > ul ul {
    display: flex;
    flex-direction: column;
  }
  .header-shop__menu.toggled .header-shop__nav-list .menu-item-has-children > a::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .header-shop__menu.toggled .header-shop__nav-list li.focus.menu-item-has-children > a::after {
    transform: translateY(-50%) rotate(180deg);
  }
  /* Dropdown search for shop header (mobile) */
  .site-header--shop .header-search {
    position: absolute;
    top: 100%;
    right: 24px;
    left: 24px;
    width: auto;
    display: none;
    background: var(--color-bg-white);
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin-top: 8px;
    z-index: 1000;
  }
  .site-header--shop .header-search.active {
    display: block;
  }
  .site-header--shop .header-search input[type=search] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    font-size: 15px;
  }
}
/* Very small screens — prevent logo from pushing icons off-screen */
@media screen and (max-width: 380px) {
  .header-shop__top-inner {
    gap: 10px;
    padding: 0 16px;
  }
  .header-shop__logo {
    flex-shrink: 1;
    min-width: 0;
  }
  .header-shop__logo .custom-logo-link img {
    max-width: 110px;
    max-height: 38px;
    width: auto;
  }
  .site-header--shop .header-icons {
    gap: 6px;
    flex-shrink: 0;
  }
}
/* Hide search icon on desktop (search box shown) */
.header-shop__search-toggle {
  display: none;
}

/* Hide header-search dropdown on desktop (shop uses inline header-shop__search) */
@media screen and (min-width: 769px) {
  .site-header--shop .header-search {
    display: none !important;
  }
}
/* Footer
--------------------------------------------- */
/*--------------------------------------------------------------
# Footer - Glass Design
--------------------------------------------------------------*/
.site-footer {
  width: 100%;
  background: var(--color-bg-gray);
  padding: 60px 80px 30px;
  margin-top: auto;
  box-sizing: border-box;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr 1.2fr;
  gap: 40px 60px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.footer-menus {
  display: contents;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-title {
  color: var(--color-text-dark);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-family-base);
  margin: 0;
}

/* Contact column */
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--color-text-dark);
  font-size: 16px;
  line-height: 1.5;
}
.footer-contact-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-contact-item a:hover {
  color: var(--color-btn-bg-primary);
}

.footer-icon {
  flex-shrink: 0;
  color: var(--color-text-dark);
}

/* Links columns */
.footer-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer-links-list a {
  color: var(--color-text-dark);
  font-size: 16px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-links-list a:hover {
  color: var(--color-btn-bg-primary);
}

/* Newsletter column */
.footer-newsletter-text {
  color: var(--color-text-dark);
  font-size: 14px;
  margin: 0 0 8px;
  line-height: 1.5;
}

.footer-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 480px) {
  .footer-newsletter-form {
    flex-direction: row;
    align-items: stretch;
  }
}

.footer-newsletter .wpforms-container {
  margin: 0;
}

.footer-newsletter .wpforms-container-full:not(:empty) {
  margin: 0;
}

.footer-newsletter .wpforms-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 480px) {
  .footer-newsletter .wpforms-form {
    flex-direction: row;
    align-items: stretch;
  }
}

.footer-newsletter .wpforms-field-container {
  flex: 1;
  min-width: 0;
  margin: 0;
}

.footer-newsletter .wpforms-field {
  padding: 0;
  margin: 0;
}

.footer-newsletter .wpforms-field input.wpforms-field-medium,
.footer-newsletter .wpforms-field input.wpforms-field-large,
.footer-newsletter .wpforms-field input[type=email] {
  width: 100% !important;
  max-width: none !important;
}

.footer-newsletter-form input[type=email] {
  flex: 1;
  min-width: 0;
  height: 45px;
  padding: 16px;
  background: var(--color-bg-white);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 2px;
  font-size: 12px;
  font-family: var(--font-family-base);
  color: var(--color-text-dark);
}
.footer-newsletter-form input[type=email]::placeholder {
  color: var(--color-text-light-gray);
}
.footer-newsletter-form input[type=email]:focus {
  outline: 2px solid var(--color-btn-bg-primary);
  outline-offset: 2px;
}

.footer-newsletter .wpforms-field input[type=email] {
  flex: 1;
  min-width: 0;
  height: 45px;
  padding: 16px;
  background: var(--color-bg-white);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 2px;
  font-size: 12px;
  font-family: var(--font-family-base);
  color: var(--color-text-dark);
}
.footer-newsletter .wpforms-field input[type=email]::placeholder {
  color: var(--color-text-light-gray);
}
.footer-newsletter .wpforms-field input[type=email]:focus {
  outline: 2px solid var(--color-btn-bg-primary);
  outline-offset: 2px;
}

/* Footer primary button - scoped to footer only */
.site-footer .btn-primary {
  height: 45px;
  padding: 0 24px;
  width: 30%;
}
.site-footer .btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.site-footer .btn-primary:focus {
  outline: 2px solid var(--color-text-dark);
  outline-offset: 2px;
}
.site-footer .btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.footer-newsletter .wpforms-submit-container {
  margin: 0;
  padding: 0;
}

.site-footer .footer-newsletter .wpforms-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 24px;
  width: 30%;
  min-width: 120px;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  line-height: 1.2;
}
.site-footer .footer-newsletter .wpforms-submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.site-footer .footer-newsletter .wpforms-submit:focus {
  outline: 2px solid var(--color-text-dark);
  outline-offset: 2px;
}
.site-footer .footer-newsletter .wpforms-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--color-text-dark);
  transition: color 0.2s ease, transform 0.2s ease;
}
.footer-social a svg {
  width: 20px;
  height: 20px;
}
.footer-social a:hover {
  color: var(--color-btn-bg-primary);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .footer-social a {
    width: 40px;
    height: 40px;
  }
  .footer-social a svg {
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 769px) {
  .footer-social a svg {
    width: 20px;
    height: 20px;
  }
}

/* Footer bottom */
.footer-bottom {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #e2e2e2;
}

.site-info {
  text-align: center;
  font-size: 14px;
  color: var(--color-text-light-gray);
}
.site-info a {
  color: var(--color-text-dark);
  text-decoration: none;
}
.site-info a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Footer Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 40px 24px 24px;
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "contact menus" "newsletter newsletter";
    gap: 28px 20px;
  }
  .footer-contact {
    grid-area: contact;
    text-align: left;
    align-items: flex-start;
  }
  .footer-menus {
    display: grid;
    grid-area: menus;
    grid-template-columns: 1fr;
    gap: 24px;
    align-content: start;
  }
  .footer-menus .footer-column {
    text-align: left;
    align-items: flex-start;
  }
  .footer-newsletter {
    grid-area: newsletter;
    text-align: left;
    align-items: flex-start;
  }
  .footer-contact-item {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
  }
  .footer-contact-item .footer-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    flex-shrink: 0;
  }
  .footer-contact-item span,
  .footer-contact-item a {
    font-size: 14px;
    line-height: 1.4;
  }
  .footer-links-list {
    align-items: flex-start;
    gap: 16px;
  }
  .footer-links-list a {
    font-size: 14px;
  }
  .footer-title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .footer-newsletter-form {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .footer-newsletter .wpforms-form {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .footer-social {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .site-footer {
    padding: 32px 16px 20px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    grid-template-areas: "contact" "menus" "newsletter";
    gap: 24px;
  }
  .footer-menus {
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
  }
  .footer-menus .footer-column {
    min-width: 0;
  }
  .footer-newsletter-form {
    flex-direction: column;
  }
  .footer-newsletter .wpforms-form {
    flex-direction: column;
  }
  .site-footer .btn-primary {
    width: 100%;
  }
  .site-footer .footer-newsletter .wpforms-submit {
    width: 100%;
  }
  .footer-bottom {
    margin-top: 28px;
    padding-top: 20px;
  }
}
/* About Page
--------------------------------------------- */
/*--------------------------------------------------------------
# About Us Page
--------------------------------------------------------------*/
/* Section layout: full width sections, inner content max 1230px centered */
.about-hero__inner,
.about-services__inner,
.about-features__inner,
.about-contact__inner,
.about-testimonials__inner,
.about-cta__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}

/* Facility is full-bleed; content kept at 990px for readability */
.about-facility {
  width: 100%;
}

/* Hero */
.about-hero {
  width: 100%;
  padding: 0 0 60px;
}

.about-hero__top {
  background-color: var(--color-bg-gray);
  padding: 24px 80px 24px;
  margin-bottom: 40px;
}

.about-hero__top .about-hero__inner {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-hero__inner {
  padding: 0 16px;
}

.about-hero__page-title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-text-dark);
  margin: 0;
}

.about-hero__top .breadcrumb {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #2B70CA;
  margin-bottom: 16px;
}
.about-hero__top .breadcrumb a,
.about-hero__top .breadcrumb .breadcrumb__link,
.about-hero__top .breadcrumb .breadcrumb__sep,
.about-hero__top .breadcrumb .breadcrumb__current {
  color: #2B70CA;
}

.about-hero__content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: flex-start;
}

.about-hero__media {
  position: relative;
}

.about-hero__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  object-fit: cover;
}

.about-hero__title {
  color: var(--color-btn-bg-primary);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
}

.about-hero__subtitle {
  color: var(--color-text-dark);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
}

.about-hero__description {
  color: var(--color-text-light-gray);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 32px;
  text-align: justify;
}

.about-hero__buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about-hero__buttons .btn-primary,
.about-hero__buttons .btn-secondary {
  width: 386px;
}

/* Facility Banner - Figma: v1_92 bg + 80% white overlay */
.about-facility {
  position: relative;
  min-height: 408px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 80px;
  margin: 60px 0;
}

.about-facility__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}

.about-facility__content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 990px;
}

.about-facility__year {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 0 0 24px;
}

.about-facility__title {
  font-size: 16px;
  color: var(--color-text-dark);
  margin: 0 0 16px;
  line-height: 1.5;
}

.about-facility__desc {
  font-size: 16px;
  color: var(--color-text-dark);
  margin: 0 0 32px;
  line-height: 1.6;
}

.about-facility__btn {
  margin-top: 16px;
}

/* Services */
.about-services {
  width: 100%;
  padding: 60px 80px;
}

.about-services__intro {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-btn-bg-primary);
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.3;
}

.about-services__text {
  font-size: 24px;
  color: var(--color-text-dark);
  text-align: center;
  line-height: 1.6;
}
.about-services__text p {
  margin: 0 0 24px;
}
.about-services__text p:last-child {
  margin-bottom: 0;
}
.about-services__text ul, .about-services__text ol {
  margin: 0 0 24px;
  padding-left: 1.4em;
  text-align: left;
}
.about-services__text ul:last-child, .about-services__text ol:last-child {
  margin-bottom: 0;
}
.about-services__text ul {
  list-style: disc;
}
.about-services__text ol {
  list-style: decimal;
}
.about-services__text li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.about-services__text li:last-child {
  margin-bottom: 0;
}

/* Features */
.about-features {
  width: 100%;
  background: var(--color-bg-white);
}

.about-features__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.about-features__card {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
}

.about-features__content {
  flex: 1;
  min-width: 0;
}

.about-features__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  background: #F2F2F2;
  border-radius: 4px;
}

.about-features__icon-placeholder {
  width: 80px;
  height: 80px;
  background: var(--color-bg-gray);
  border-radius: 4px;
}

.about-features__icon img,
.about-features__icon-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.about-features__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-btn-bg-primary);
  margin: 0 0 12px;
}

.about-features__subtitle {
  font-size: 24px;
  color: var(--color-text-dark);
  margin: 0 0 12px;
  line-height: 1.3;
}

.about-features__link {
  font-size: 16px;
  color: var(--color-text-light-gray) !important;
  text-decoration: none;
}
.about-features__link:hover {
  color: var(--color-btn-bg-primary);
  text-decoration: underline;
}

/* Contact - image left, form right */
.about-contact {
  width: 100%;
  background: var(--color-bg-white);
}

.about-contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-contact__image,
.about-contact__left {
  position: relative;
  min-height: 400px;
}
.about-contact__image img,
.about-contact__left img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.about-contact__map {
  min-height: 600px;
}
.about-contact__map iframe {
  display: block;
  width: 100%;
  min-height: 600px;
  border-radius: 4px;
}

.about-contact__map-placeholder {
  padding: 32px;
  background: var(--color-bg-gray);
  border-radius: 4px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--color-text-light-gray);
  text-align: center;
}
.about-contact__map-placeholder p {
  margin: 0;
}

.about-contact__title {
  font-size: 24px;
  color: var(--color-text-dark);
  line-height: 1.3;
}

.about-contact__subtitle {
  font-size: 16px;
  color: var(--color-text-dark);
  margin: 0 0 16px;
  line-height: 1.3;
  text-align: justify;
}

.about-contact__form-wrap {
  min-width: 0;
}

.about-contact__form-placeholder {
  padding: 32px;
  background: var(--color-bg-gray);
  border-radius: 4px;
  font-size: 14px;
  color: var(--color-text-light-gray);
}
.about-contact__form-placeholder p {
  margin: 0 0 8px;
}

.wpforms-container .wpforms-field {
  padding: 10px 0 !important;
}

/* WPForms overrides */
.about-contact .wpforms-container .wpforms-field input:not([type=checkbox]):not([type=submit]):not([type=button]),
.about-contact .wpforms-container .wpforms-field select,
.about-contact .wpforms-container .wpforms-field textarea {
  width: 100%;
  padding: 0 16px !important;
  background: var(--color-bg-gray);
  border: 1px solid #E2E2E2;
  border-radius: 2px;
  font-family: var(--font-family-base);
  font-size: 16px;
}
.about-contact .wpforms-container .wpforms-field input:not([type=checkbox]),
.about-contact .wpforms-container .wpforms-field select {
  height: 48px !important;
}
.about-contact .wpforms-container {
  /* label */
}
.about-contact .wpforms-container .wpforms-field-label {
  color: #171717;
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
}
.about-contact .wpforms-container {
  /* placeholder */
}
.about-contact .wpforms-container .wpforms-field input:not([type=checkbox])::placeholder,
.about-contact .wpforms-container .wpforms-field select::placeholder,
.about-contact .wpforms-container .wpforms-field textarea::placeholder {
  color: black !important;
}
.about-contact .wpforms-container {
  /* wpforms[submit] */
}
.about-contact .wpforms-container .wpforms-submit {
  color: var(--color-text-light) !important;
  background: var(--color-btn-bg-primary) !important;
  width: 60% !important;
  height: 45px !important;
  padding: 0 24px !important;
  background: var(--color-btn-bg-primary) !important;
  color: var(--color-text-light) !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  font-family: var(--font-family-base) !important;
}
.about-contact .wpforms-container .wpforms-submit:hover {
  color: var(--color-text-light) !important;
  background: var(--color-btn-bg-primary) !important;
}
.about-contact .wpforms-container .wpforms-submit:focus {
  color: var(--color-text-light) !important;
  background: var(--color-btn-bg-primary) !important;
}
.about-contact .wpforms-container .wpforms-submit:active {
  color: var(--color-text-light) !important;
  background: var(--color-btn-bg-primary) !important;
}
.about-contact .wpforms-container .wpforms-submit {
  height: 45px;
  padding: 0 24px;
  background: var(--color-btn-bg-primary);
  color: var(--color-text-light);
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-family: var(--font-family-base);
  cursor: pointer;
}

/* Testimonials - two columns: left = controls, right = content */
.about-testimonials {
  width: 100%;
  padding: 60px 80px;
}

.about-testimonials__inner {
  display: grid;
  grid-template-columns: 1fr auto 1.2fr;
  gap: 60px;
  align-items: center;
}

.about-testimonials__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-testimonials__buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about-testimonials__buttons .btn-primary,
.about-testimonials__buttons .btn-secondary {
  width: 386px;
}

.about-testimonials__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-btn-bg-primary);
  margin: 0;
}
.about-testimonials__title .about-testimonials__title-bold {
  font-weight: 700;
}

.about-testimonials__subtitle {
  font-size: 18px;
  color: var(--color-text-dark);
  margin: 4px 0 0;
  line-height: 1.4;
}

.about-testimonials__author {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-btn-bg-primary);
  margin: 8px 0 0;
}

.about-testimonials__separator {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 300px;
  padding: 0 20px;
}
.about-testimonials__separator img {
  height: 100%;
  max-height: 399px;
  width: auto;
  object-fit: contain;
}

.about-testimonials__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-testimonials__right .about-testimonials__pagination {
  margin-top: 16px;
}

.about-testimonials__stars {
  font-size: 24px;
  letter-spacing: 2px;
}
.about-testimonials__stars .about-testimonials__star {
  color: #e2e2e2;
}
.about-testimonials__stars .about-testimonials__star.is-filled {
  color: var(--color-rating-yellow);
}

.about-testimonials__quote {
  font-size: 16px;
  color: var(--color-text-dark);
  line-height: 1.6;
  margin: 0;
  font-style: normal;
}

.about-testimonials__quote .about-testimonials__author {
  display: inline;
  font-style: normal;
}

.about-testimonials__pagination {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.about-testimonials__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e2e2e2;
  border: none;
  cursor: pointer;
  padding: 0;
}
.about-testimonials__dot.is-active {
  background: var(--color-btn-bg-primary);
}

/* CTA Section - 50% content, 50% empty, background inside inner */
.about-cta {
  width: 100%;
  position: relative;
  background-color: var(--color-bg-gray);
}

.about-cta__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-bg-gray);
}

.about-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.about-cta__right {
  /* Empty for now - background shows through */
}

.about-cta__title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0;
  color: var(--color-text-dark);
  margin: 0 0 16px;
}

.about-cta__desc {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: var(--color-text-light-gray);
  margin: 0;
}
.about-cta__desc p {
  margin: 0 0 1em;
}
.about-cta__desc p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Page Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 900px) {
  .about-hero__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-hero__media {
    order: -1;
  }
  .about-contact__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-contact__image,
  .about-contact__left {
    min-height: 280px;
  }
  .about-contact__map {
    min-height: 360px;
  }
  .about-contact__map iframe {
    min-height: 360px;
  }
  .about-testimonials__inner {
    grid-template-columns: 1fr;
  }
  .about-testimonials__separator {
    display: none;
  }
  .about-cta__inner {
    grid-template-columns: 1fr;
  }
  .about-cta__right {
    display: none;
  }
  .about-facility {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .about-hero__top,
  .about-facility,
  .about-services,
  .about-features,
  .about-contact,
  .about-testimonials,
  .about-cta {
    padding-left: 40px;
    padding-right: 40px;
  }
  .about-hero > .about-hero__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .about-hero__title {
    font-size: 32px;
  }
  .about-features__inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .about-hero {
    padding-bottom: 40px;
  }
  .about-cta__inner {
    grid-template-columns: 1fr;
  }
  .about-cta__right {
    display: none;
  }
  .about-hero__top {
    padding: 24px 24px;
  }
  .about-hero > .about-hero__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .about-hero__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-hero__media {
    order: -1;
  }
  .about-hero__grid {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
  }
  .about-hero__title {
    font-size: 28px;
  }
  .about-hero__subtitle {
    font-size: 18px;
  }
  .about-hero__buttons {
    flex-direction: column;
  }
  .about-hero__buttons .btn-primary,
  .about-hero__buttons .btn-secondary {
    width: 100%;
    max-width: 386px;
  }
  .about-testimonials__buttons .btn-primary,
  .about-testimonials__buttons .btn-secondary {
    width: 100%;
    max-width: 386px;
  }
  .about-facility {
    min-height: auto;
    padding: 40px 24px;
    margin: 40px 0;
  }
  .about-facility__year {
    font-size: 28px;
  }
  .about-services {
    padding: 40px 24px;
  }
  .about-services__intro {
    font-size: 24px;
  }
  .about-services__text {
    font-size: 18px;
  }
  .about-features {
    padding: 40px 24px;
  }
  .about-features__card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .about-features__icon-placeholder,
  .about-features__icon img {
    width: 80px;
    height: 80px;
  }
  .about-features__title {
    font-size: 24px;
  }
  .about-features__subtitle {
    font-size: 18px;
  }
  .about-contact {
    padding: 40px 24px;
  }
  .about-contact__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-contact__image {
    order: -1;
  }
  .about-testimonials__inner {
    grid-template-columns: 1fr;
  }
  .about-testimonials__separator {
    display: none;
  }
  .about-testimonials__left {
    order: -1;
  }
  .about-testimonials {
    padding: 40px 24px;
  }
  .about-testimonials__title {
    font-size: 24px;
  }
  .about-cta__inner {
    min-height: auto;
  }
  .about-cta__content {
    padding: 40px 24px;
  }
  .about-cta__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .about-hero__top {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-hero > .about-hero__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-facility,
  .about-services,
  .about-features,
  .about-contact,
  .about-testimonials {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-cta__content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-hero__title {
    font-size: 24px;
  }
}
/* Home Page
--------------------------------------------- */
/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.home-page {
  padding-bottom: var(--section-padding, 60px);
}

.home-hero__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 80px;
  box-sizing: border-box;
}

/* Hero: full-bleed slide backgrounds, gradient overlay, content bottom-left/right, arrows + dots */
.home-hero {
  width: 100%;
  position: relative;
}

.home-hero__carousel {
  position: relative;
  width: 100%;
  min-height: 500px;
}

.home-hero__slides {
  position: relative;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
}

.home-hero__slide {
  position: absolute;
  inset: 0;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-bg-gray, #2a2a2a);
  transform: translateX(100%);
  visibility: hidden;
  padding: 0 80px;
}
.home-hero__slide.is-active {
  transform: translateX(0);
  visibility: visible;
}

@media (max-width: 768px) {
  .home-hero__carousel,
  .home-hero__slides,
  .home-hero__slide {
    min-height: 480px;
  }
}
.home-hero__slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22%, #000000 99.98%);
  pointer-events: none;
}

.home-hero__slide .home-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  min-height: 500px;
  padding: 48px 16px;
}

/* Title left, description + buttons right */
.home-hero__slide-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
}

.home-hero__slide-left {
  display: flex;
  align-items: flex-end;
}

.home-hero__slide-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.home-hero__slide-title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  color: #fff;
  margin: 0;
}

/* Description and buttons on the right */
.home-hero__slide-description {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 20px;
  max-width: 380px;
}

.home-hero__slide-right .home-hero__slide-description {
  margin-left: auto;
}

.home-hero__slide-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.home-hero__slide-btn {
  display: inline-block;
  white-space: nowrap;
  color: #fff !important;
  border-color: #fff !important;
  width: 200px !important;
}

@media (max-width: 768px) {
  .home-hero__slide .home-hero__inner {
    min-height: 480px;
    padding: 32px 16px 56px;
  }
  .home-hero__arrow {
    display: none;
  }
  .home-hero__slide-body {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: flex-start;
  }
  .home-hero__slide-right {
    align-items: flex-start;
    text-align: left;
  }
  .home-hero__slide-right .home-hero__slide-description {
    margin-left: 0;
  }
  .home-hero__slide-actions {
    justify-content: flex-start;
  }
}
/* Prev/next arrows */
.home-hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-bg-dark, #151920);
  border: none;
  color: var(--color-text-light);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s;
}
.home-hero__arrow:hover {
  background: rgba(21, 25, 32, 0.8);
}
.home-hero__arrow svg {
  display: block;
}

.home-hero__prev {
  left: 20px;
}

.home-hero__next {
  right: 20px;
}

.home-hero__pagination {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.home-hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}
.home-hero__dot.is-active {
  background: #fff;
}
.home-hero__dot:hover {
  background: rgba(255, 255, 255, 0.8);
}

/* Section images (below hero) */
.home-section-images {
  width: 100%;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.home-section-images__inner {
  max-width: none;
  margin: 0 auto;
  padding: 0 80px;
}

.home-section-images__title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 3vw, 28px);
  margin: 0 0 16px;
  text-align: center;
  color: var(--color-text-dark, #1a1a1a);
}

.home-section-images__description {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 32px;
}

.home-section-images__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.home-section-images__item {
  text-align: center;
}

.home-section-images__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.home-section-images__caption {
  margin: 8px 0 0;
  font-size: 14px;
  color: var(--color-text-muted, #666);
}

/* Home feature section: large image left (~60–70%), right column white with subtitle, title, button */
.home-feature {
  width: 100%;
  padding: 80px 80px;
}

.home-feature__inner {
  max-width: none;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  min-height: 480px;
  align-items: stretch;
  max-width: 1440px;
}

@media (max-width: 900px) {
  .home-feature__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}
.home-feature__media {
  position: relative;
  min-height: 400px;
}

.home-feature__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  background: #fff;
  padding: 48px 56px 48px 48px;
}

@media (max-width: 900px) {
  .home-feature__content {
    padding: 40px 24px;
  }
}
.home-feature__subtitle {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-text-dark, #1a1a1a);
  margin: 0 0 18px;
}

.home-feature__title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1.25;
  color: var(--color-text-dark, #1a1a1a);
  margin: 0 0 24px;
}

.home-feature__description {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-muted, #666);
  margin: 0 0 28px;
}

.home-feature__btn {
  display: inline-block;
  width: 200px !important;
}

/* Categories: same width as home-feature */
.home-categories {
  width: 100%;
  padding: 40px 80px;
}
.home-categories.home-categories--secondary {
  padding-top: 10px;
}

.home-categories__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.home-categories__title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 32px);
  color: var(--color-text-dark, #1a1a1a);
  margin: 0 0 24px;
}

.home-categories__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  min-height: 420px;
}

.home-categories__item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  align-items: stretch;
  gap: 20px;
}
.home-categories__item--large {
  grid-column: 1 !important;
  grid-row: 1/-1 !important;
}

.home-categories__item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.home-categories__item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.home-categories__item:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.home-categories__item:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}

.home-categories__img-wrap {
  flex: 1;
  min-height: 140px;
  overflow: hidden;
}

.home-categories__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

/* Label = link only (not whole card). 170px width, 0.5px grey border; hover: primary blue background */
/* Label = the only link; hover/focus on the label only (not the whole card) */
.home-categories__label {
  display: inline-block;
  width: 170px;
  box-sizing: border-box;
  padding: 14px 12px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background: #fff;
  color: var(--color-text-dark, #1a1a1a);
  border: 0.5px solid #D2D2D2;
  margin: 0 auto;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  border-radius: 8px;
}

a.home-categories__label {
  cursor: pointer;
}

a.home-categories__label:hover,
a.home-categories__label:focus,
a.home-categories__label:focus-visible {
  background-color: #2B70CA;
  color: #fff;
  border-color: #2B70CA;
  outline: none;
}

.home-categories__item--large .home-categories__label {
  font-size: 15px;
  padding: 12px 10px;
}

.home-categories__view-all {
  display: inline-block;
  margin-top: 12px;
  margin-left: 0;
}

@media (max-width: 900px) {
  .home-categories__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }
  .home-categories__item--large {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .home-categories__item:nth-child(2),
  .home-categories__item:nth-child(3),
  .home-categories__item:nth-child(4),
  .home-categories__item:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
  }
}
/* Categories secondary: left 50% (1 top + 2 bottom), right 50% (1 large). Same label style (170px, grey border, hover primary). */
.home-categories--secondary .home-categories__title {
  margin: 0 0 24px;
}

.home-categories-secondary__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  min-height: 420px;
}

.home-categories-secondary__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 0;
}

.home-categories-secondary__item {
  display: flex;
  flex-direction: column;
  min-height: 0;
  align-items: stretch;
  gap: 20px;
}

.home-categories-secondary__item--top {
  flex: 1;
  min-height: 200px;
}

.home-categories-secondary__bottom-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  min-height: 200px;
}

.home-categories-secondary__right {
  min-height: 0;
}

.home-categories-secondary__item--large {
  height: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}

.home-categories-secondary__extra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.home-categories-secondary__img-wrap {
  flex: 1;
  min-height: 140px;
  overflow: hidden;
}

.home-categories-secondary__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-categories--secondary .home-categories__label {
  margin-top: 0;
}

.home-categories__label:hover {
  background-color: #2B70CA;
  color: #fff;
  border-color: #2B70CA;
  outline: none;
}

@media (max-width: 900px) {
  .home-categories-secondary__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .home-categories-secondary__bottom-row {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
  }
  .home-categories-secondary__item--large {
    min-height: 250px;
  }
}
@media (max-width: 610px) {
  .home-categories-secondary__bottom-row {
    grid-template-columns: 1fr;
  }
  .home-categories__label {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
/* Feature blocks: same width as home-feature */
.home-feature-blocks {
  width: 100%;
  padding: 80px 0;
  background-color: var(--color-bg-gray, #f0f0f0);
}

.home-feature-blocks__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.home-feature-blocks__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  background: #fff;
  padding: 32px 28px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.home-feature-blocks__content {
  min-width: 0;
}

.home-feature-blocks__subtitle {
  font-size: 13px;
  line-height: 1.4;
  color: var(--color-text-muted, #888);
  margin: 0 0 8px;
}

/* Title: Pragmatica 700, 32px, 130% line-height, uppercase, #B20A01 */
.home-feature-blocks__title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 130%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #B20A01;
  margin: 0 0 14px;
}

/* Link: Pragmatica 400, 16px, #E22319, underline solid */
.home-feature-blocks__link {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #E22319;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 0.1em;
  text-decoration-skip-ink: auto;
}

.home-feature-blocks__link:visited {
  color: #E22319;
}

.home-feature-blocks__link:hover {
  opacity: 0.9;
}

.home-feature-blocks__media {
  flex-shrink: 0;
  width: 100%;
}

.home-feature-blocks__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .home-feature-blocks__inner {
    grid-template-columns: 1fr;
  }
  .home-feature-blocks__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .home-feature-blocks__media {
    order: -1;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
/* Shower door systems: same width as home-feature */
.home-shower-systems {
  width: 100%;
  padding: 80px 0;
}

.home-shower-systems__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.home-shower-systems__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px;
}

.home-shower-systems__title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 3vw, 30px);
  color: var(--color-text-dark, #14181f);
  margin: 0;
}

.home-shower-systems__see-all {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 14px;
  color: var(--color-text-dark, #14181f);
  text-decoration: none;
  flex-shrink: 0;
}
.home-shower-systems__see-all:hover {
  text-decoration: underline;
}

.home-shower-systems__slider {
  position: relative;
}

.home-shower-systems__track-wrap {
  overflow: hidden;
  margin: 0 15px;
}

.home-shower-systems__track {
  display: flex;
  gap: 20px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.home-shower-systems__item {
  flex: 0 0 calc(20% - 16px);
  min-width: 0;
  text-align: center;
}
@media (max-width: 900px) {
  .home-shower-systems__item {
    flex: 0 0 calc(33.33% - 14px);
  }
}
@media (max-width: 600px) {
  .home-shower-systems__item {
    flex: 0 0 calc(50% - 10px);
  }
}

.home-shower-systems__img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2px;
  display: block;
  margin: 0 0 12px;
  border: 1px solid rgb(225, 225, 225);
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
}

.home-shower-systems__label {
  display: block;
  font-family: "Pragmatica", sans-serif;
  font-size: clamp(13px, 2vw, 20px);
  font-weight: 400;
  color: var(--color-text-dark, #14181f);
  text-align: center;
}

.home-shower-systems__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-bg-dark, #151920);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.2s;
}
.home-shower-systems__arrow:hover {
  opacity: 0.8;
}
.home-shower-systems__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.home-shower-systems__arrow svg {
  display: block;
  flex-shrink: 0;
}

.home-shower-systems__prev {
  left: 0;
}

.home-shower-systems__next {
  right: 0;
}

/* CTA (One-Stop Shop) */
.home-cta {
  width: 100%;
  padding: 60px 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2a2a2a;
  position: relative;
  text-align: center;
}

.home-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  pointer-events: none;
}

.home-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1045px;
  margin: 0 auto;
  padding: 0 80px;
}
.home-cta__inner .home-cta__btn {
  width: 172px;
}

.home-cta__headline {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 32px);
  color: var(--color-text-dark, #151920);
  margin: 0 0 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.home-cta__btn {
  display: inline-block;
}

/* Home testimonials: same width as home-feature */
.home-testimonials {
  width: 100%;
  padding: 80px 0;
}

.home-testimonials__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.home-testimonials__title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 32px);
  color: var(--color-text-dark, #1a1a1a);
  margin: 0 0 24px;
}

.home-testimonials__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.home-testimonials__left {
  min-width: 0;
}

.home-testimonials__viewport {
  overflow: hidden;
  position: relative;
}

.home-testimonials__track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.home-testimonials__panel {
  flex: 0 0 100%;
  min-width: 100%;
}

.home-testimonials__stars {
  margin-bottom: 16px;
}

.home-testimonials__star {
  color: #ddd;
  font-size: 20px;
}
.home-testimonials__star.is-filled {
  color: #f0c14b;
}

.home-testimonials__quote {
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-text-dark, #1a1a1a);
  margin: 0 0 16px;
  border: none;
  padding: 0;
}

.home-testimonials__meta {
  margin: 0;
  font-size: 14px;
  color: var(--color-text-muted, #666);
}

.home-testimonials__author {
  font-style: normal;
  font-weight: 600;
}

.home-testimonials__location {
  display: block;
  margin-top: 4px;
}

.home-testimonials__dots {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.home-testimonials__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(21, 25, 32, 0.2);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}
.home-testimonials__dot.is-active {
  background: var(--color-bg-dark, #151920);
}
.home-testimonials__dot:hover {
  background: rgba(21, 25, 32, 0.5);
}

.home-testimonials__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .home-testimonials__body {
    grid-template-columns: 1fr;
  }
}
/* Same width as home-feature: reduce horizontal padding on small screens */
@media (max-width: 900px) {
  .home-hero__inner,
  .home-categories__inner,
  .home-feature-blocks__inner,
  .home-shower-systems__inner,
  .home-section-images__inner,
  .home-testimonials__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .home-categories {
    padding-left: 0;
    padding-right: 0;
  }
  .home-hero__slide-body {
    gap: 24px;
  }
  .home-feature {
    padding-left: 24px;
    padding-right: 24px;
  }
  .home-cta,
  .home-cta__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .home-shower-systems__header {
    flex-wrap: wrap;
    gap: 8px;
  }
  .home-testimonials__quote {
    font-size: 16px;
  }
}
@media (max-width: 610px) {
  .home-hero__slide-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .home-hero__slide-btn {
    width: 100% !important;
    text-align: center;
  }
  .home-categories__grid {
    grid-template-columns: 1fr;
  }
  .home-categories__item,
  .home-categories__item--large {
    grid-column: 1;
    grid-row: auto;
  }
  .home-categories__img-wrap {
    min-height: 200px;
  }
  .home-cta__btn {
    width: 100% !important;
    text-align: center;
  }
  .home-feature-blocks__item {
    grid-template-columns: 1fr;
  }
}
/* Feature bar (uses .contact-features) - optional spacing when on home */
.home-page .contact-features {
  margin-bottom: 0;
}

/* Contact Page
--------------------------------------------- */
/*--------------------------------------------------------------
# Contact Us Page
--------------------------------------------------------------*/
.contact-page {
  padding-bottom: var(--section-padding);
}
.contact-page .contact-hero,
.contact-page .about-contact,
.contact-page .contact-details,
.contact-page .contact-newsletter,
.contact-page .contact-features {
  margin-bottom: 50px;
}
.contact-page .contact-hero:last-child,
.contact-page .about-contact:last-child,
.contact-page .contact-details:last-child,
.contact-page .contact-newsletter:last-child,
.contact-page .contact-features:last-child {
  margin-bottom: 0;
}

.contact-page #wpforms-225 .wpforms-field-container {
  border: 1px solid #e2e2e2 !important;
  padding: 20px !important;
}
.contact-page #wpforms-225 .wpforms-submit-container {
  padding: 0 20px !important;
}

/* Contact Hero - Same visual treatment as About hero top bar */
.contact-hero {
  width: 100%;
}

.contact-hero__top {
  background-color: var(--color-bg-gray);
  padding: 24px 80px 24px;
  margin-bottom: 40px;
}

.contact-hero__top .contact-hero__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.contact-hero__page-title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-text-dark);
  margin: 0;
}

.contact-hero__subtitle {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: var(--color-text-dark);
  margin: 12px 0 0;
}

.contact-hero__top .breadcrumb {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #2B70CA;
  margin-bottom: 16px;
}
.contact-hero__top .breadcrumb a,
.contact-hero__top .breadcrumb .breadcrumb__link,
.contact-hero__top .breadcrumb .breadcrumb__sep,
.contact-hero__top .breadcrumb .breadcrumb__current {
  color: #2B70CA;
}

/* Contact Details - 4 cards: Location, Call Us, Mail Us, Open Time */
.contact-details {
  width: 100%;
  background-color: var(--color-bg-gray);
  padding: 62px 80px;
}

.contact-details__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 0 16px;
}

.contact-details__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-details__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  flex-shrink: 0;
}
.contact-details__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-details__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-details__label {
  font-family: "Pragmatica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-text-dark);
}

.contact-details__value {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: var(--color-text-light-gray);
}

/* Contact Newsletter - Blue bar with title, subtitle, email form */
.contact-newsletter {
  width: 100%;
  background-color: #2B70CA;
  padding: 50px 80px;
}

.contact-newsletter__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 0 16px;
}

.contact-newsletter__content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.contact-newsletter__icon {
  width: 60px;
  height: 45px;
  flex-shrink: 0;
}
.contact-newsletter__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-newsletter__text {
  min-width: 0;
}

.contact-newsletter__title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 8px;
}

.contact-newsletter__subtitle {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.contact-newsletter__form-wrap {
  min-width: 0;
}

.contact-newsletter .wpforms-container,
.contact-newsletter .wpforms-container-full {
  margin: 0;
}

.contact-newsletter .wpforms-form {
  display: flex;
  align-items: stretch;
  max-width: 900px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 4px 29px rgba(0, 0, 0, 0.15);
}

.contact-newsletter .wpforms-field-container {
  flex: 1;
  min-width: 0;
  margin: 0;
}

.contact-newsletter .wpforms-field {
  padding: 0 !important;
  margin: 0 !important;
}

.contact-newsletter .wpforms-field-label {
  display: none !important;
}

.contact-newsletter .wpforms-field input.wpforms-field-medium,
.contact-newsletter .wpforms-field input.wpforms-field-large,
.contact-newsletter .wpforms-field input[type=email] {
  flex: 1;
  min-width: 0;
  padding: 16px 20px !important;
  border: none !important;
  font-family: var(--font-family-base);
  font-size: 14px;
  color: var(--color-text-dark);
  background: #fff;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  line-height: 1.2;
}
.contact-newsletter .wpforms-field input.wpforms-field-medium::placeholder,
.contact-newsletter .wpforms-field input.wpforms-field-large::placeholder,
.contact-newsletter .wpforms-field input[type=email]::placeholder {
  color: var(--color-text-light-gray);
}
.contact-newsletter .wpforms-field input.wpforms-field-medium:focus,
.contact-newsletter .wpforms-field input.wpforms-field-large:focus,
.contact-newsletter .wpforms-field input[type=email]:focus {
  outline: none;
}

.contact-newsletter .wpforms-submit-container {
  margin: 0 !important;
  padding: 0 !important;
}

.contact-newsletter .wpforms-submit {
  padding: 15px 40px !important;
  background: var(--color-text-dark) !important;
  color: #fff !important;
  border: none !important;
  font-family: "Pragmatica", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  cursor: pointer;
  white-space: nowrap;
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
}
.contact-newsletter .wpforms-submit:hover {
  opacity: 0.9;
}
.contact-newsletter .wpforms-submit:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.contact-newsletter__form {
  display: flex;
  align-items: stretch;
  max-width: 900px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 4px 29px rgba(0, 0, 0, 0.15);
}

.contact-newsletter__input {
  flex: 1;
  min-width: 0;
  padding: 16px 20px;
  border: none;
  font-family: var(--font-family-base);
  font-size: 14px;
  color: var(--color-text-dark);
  background: #fff;
  width: 100%;
}
.contact-newsletter__input::placeholder {
  color: var(--color-text-light-gray);
}
.contact-newsletter__input:focus {
  outline: none;
}

.contact-newsletter__submit {
  padding: 15px 40px;
  background: var(--color-text-dark);
  color: #fff;
  border: none;
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
}
.contact-newsletter__submit:hover {
  opacity: 0.9;
}
.contact-newsletter__submit:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Order Features - 4 cards: Free Shipping, Return Policy, etc. */
.contact-features {
  width: 100%;
  padding: 91px 80px;
  background: #fff;
}

.contact-features__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 0 16px;
}

.contact-features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-features__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  flex-shrink: 0;
}
.contact-features__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-features__title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-text-dark);
  margin: 0 0 8px;
}

.contact-features__description {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: var(--color-text-light-gray);
  margin: 0;
}

/*--------------------------------------------------------------
# Contact Page Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 900px) {
  .contact-newsletter__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contact-newsletter__form {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .contact-details,
  .contact-newsletter,
  .contact-features {
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact-hero__top {
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact-details__inner,
  .contact-features__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-features {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .contact-details,
  .contact-newsletter,
  .contact-features {
    padding: 40px 24px;
  }
  .contact-hero__top {
    padding: 20px 24px;
  }
  .contact-details__inner,
  .contact-features__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .contact-newsletter__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contact-newsletter__form {
    flex-direction: column;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
  .contact-newsletter .wpforms-form {
    flex-direction: column;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
  .contact-newsletter__input {
    width: 100%;
  }
  .contact-newsletter .wpforms-field input[type=email] {
    width: 100% !important;
  }
  .contact-newsletter__submit {
    width: 100%;
  }
  .contact-newsletter .wpforms-submit {
    width: 100% !important;
  }
  .contact-hero__page-title {
    font-size: 20px;
  }
  .contact-details__label {
    font-size: 18px;
  }
  .contact-features__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .contact-details,
  .contact-newsletter,
  .contact-features {
    padding: 32px 16px;
  }
  .contact-hero__top {
    padding: 16px;
  }
  .contact-details__inner,
  .contact-features__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contact-details__icon,
  .contact-features__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }
  .contact-newsletter__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .contact-hero__page-title {
    font-size: 18px;
  }
}
/* FAQ Page
--------------------------------------------- */
/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
  padding-bottom: var(--section-padding);
}
.faq-page .faq-hero:last-child,
.faq-page .faq-intro:last-child,
.faq-page .faq-list:last-child,
.faq-page .faq-boxes:last-child,
.faq-page .contact-features:last-child,
.faq-page .contact-newsletter:last-child {
  margin-bottom: 0;
}

/* FAQ Boxes - grey bg, title + value + image grid */
.faq-boxes {
  width: 100%;
  background-color: var(--color-bg-gray);
  padding: 62px 80px;
}

.faq-boxes__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 0 16px;
}

.faq-boxes__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.faq-boxes__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  flex-shrink: 0;
}
.faq-boxes__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq-boxes__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-boxes__label {
  font-family: "Pragmatica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-text-dark);
}

.faq-boxes__value {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: var(--color-text-light-gray);
}

/* FAQ Hero - Same as contact hero */
.faq-hero {
  width: 100%;
}

.faq-hero__top {
  background-color: var(--color-bg-gray);
  padding: 24px 80px 24px;
  margin-bottom: 40px;
}

.faq-hero__top .faq-hero__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.faq-hero__page-title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-text-dark);
  margin: 0;
}

.faq-hero__subtitle {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: var(--color-text-dark);
  margin: 12px 0 0;
}

.faq-hero__top .breadcrumb {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #2B70CA;
  margin-bottom: 16px;
}
.faq-hero__top .breadcrumb a,
.faq-hero__top .breadcrumb .breadcrumb__link,
.faq-hero__top .breadcrumb .breadcrumb__sep,
.faq-hero__top .breadcrumb .breadcrumb__current {
  color: #2B70CA;
}

/* FAQ Intro - Left-aligned, 70% width, above image+accordion section */
.faq-intro {
  width: 100%;
  background: #fff;
}

/* Match intro width to left column of faq-list (image column) so it doesn’t cross into list area */
/* Two-column layout: content left, empty right (aligns with faq-list below) */
.faq-intro__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  padding: 0 16px;
}

.faq-intro__content {
  text-align: left;
  min-width: 0;
}

.faq-intro__right {
  /* Empty container to align with accordion column in faq-list */
}

.faq-intro__label {
  display: block;
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: var(--color-text-dark);
  margin: 0 0 8px;
}

.faq-intro__title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: var(--color-text-dark);
  margin: 0 0 16px;
}

.faq-intro__description {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
  line-height: 150%;
  letter-spacing: 0;
  color: var(--color-text-dark);
  max-width: 100%;
}
.faq-intro__description p {
  margin: 0 0 0.5em;
  font-size: 12px !important;
  line-height: 1.5;
}
.faq-intro__description p:last-child {
  margin-bottom: 0;
}

/* FAQ Section - Image left, Accordion right */
.faq-list {
  width: 100%;
  padding: 40px 80px 60px;
  background: #fff;
}

.faq-list__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  padding: 0 16px;
}

/* When no image, accordion spans full width */
.faq-list__accordion-wrap:only-child {
  grid-column: 1/-1;
}

.faq-list__image {
  position: relative;
}
.faq-list__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}

.faq-list__accordion-wrap {
  min-width: 0;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
}

.faq-accordion__item {
  border-bottom: 1px solid #E2E2E2;
}
.faq-accordion__item:last-child {
  border-bottom: none;
}

.faq-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: #fff;
  border: none;
  text-align: left;
  font-family: "Pragmatica", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-text-dark);
  cursor: pointer;
  transition: background 0.2s;
}
.faq-accordion__trigger:hover {
  background: var(--color-bg-gray);
}
.faq-accordion__trigger:focus {
  outline: 2px solid #2B70CA;
  outline-offset: -2px;
}
.faq-accordion__trigger[aria-expanded=true] .faq-accordion__icon {
  transform: rotate(220deg);
}

.faq-accordion__question {
  flex: 1;
  min-width: 0;
}

.faq-accordion__icon {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--color-text-dark);
  border-bottom: 2px solid var(--color-text-dark);
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.2s;
}

.faq-accordion__panel {
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.faq-accordion__item.is-open .faq-accordion__panel {
  max-height: 600px;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.faq-accordion__content {
  padding: 12px 24px 20px;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.faq-accordion__item.is-open .faq-accordion__content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;
}
.faq-accordion__content {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-dark);
}
.faq-accordion__content p {
  margin: 0 0 0.5em;
}
.faq-accordion__content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# FAQ Page Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .faq-intro,
  .faq-list,
  .faq-boxes {
    padding-left: 40px;
    padding-right: 40px;
  }
  .faq-boxes__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .faq-list__inner {
    gap: 40px;
  }
  .faq-hero__top {
    padding-left: 40px;
    padding-right: 40px;
  }
  .faq-hero__top .faq-hero__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .faq-intro,
  .faq-list,
  .faq-boxes {
    padding: 20px 24px;
  }
  .faq-list {
    padding-top: 32px;
  }
  .faq-intro__inner {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
  .faq-intro__right {
    display: none;
  }
  .faq-list__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .faq-boxes__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .faq-list__accordion-wrap:only-child {
    grid-column: 1;
  }
  .faq-hero__top {
    padding: 24px 24px;
  }
  .faq-hero__top .faq-hero__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .faq-accordion__trigger {
    padding: 16px 20px;
    font-size: 15px;
  }
  .faq-accordion__content {
    padding: 0 20px 16px;
    font-size: 15px;
  }
  .faq-hero__page-title {
    font-size: 20px;
  }
  .faq-boxes__label {
    font-size: 18px;
  }
  .faq-intro__label {
    font-size: 18px;
  }
}
/* Product Listing Page
--------------------------------------------- */
/*--------------------------------------------------------------
# Product Listing Page
--------------------------------------------------------------*/
.products-page {
  padding-bottom: var(--section-padding);
}

/* Products Hero - breadcrumb + title */
.products-hero {
  width: 100%;
}

.products-hero__top {
  background-color: var(--color-bg-gray);
  padding: 24px 80px;
}

.products-hero__top .products-hero__inner {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.products-hero__page-title {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-text-dark);
  margin: 0;
}

.products-hero__top .breadcrumb {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: var(--color-btn-bg-primary);
  margin-bottom: 16px;
}
.products-hero__top .breadcrumb a,
.products-hero__top .breadcrumb .breadcrumb__link,
.products-hero__top .breadcrumb .breadcrumb__sep,
.products-hero__top .breadcrumb .breadcrumb__current {
  color: var(--color-btn-bg-primary);
}

/* Products Layout - sidebar + main content */
.products-layout {
  width: 100%;
  padding: 30px 80px 0;
}

.products-layout__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 266px 1fr;
  gap: 40px;
  align-items: start;
  position: relative;
  padding: 0 16px;
}

.products-layout__main {
  min-width: 0;
}

/* Products Sidebar */
.products-sidebar {
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  padding: 12px 16px;
}

.products-sidebar__title {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-text-dark);
  margin: 0;
}
.products-sidebar__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-border-gray);
  margin-top: 12px;
  position: absolute;
  max-width: 266px;
  left: 0;
}

.products-sidebar__nav {
  display: flex;
  flex-direction: column;
}

.products-sidebar__category {
  border-bottom: 1px solid var(--color-border-gray);
}
.products-sidebar__category:last-child {
  border-bottom: none;
}
.products-sidebar__category.has-children .products-sidebar__category-header {
  padding-bottom: 16px;
}

.products-sidebar__category-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 24px 0;
  background: none;
  border: none;
  text-align: left;
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-dark);
  cursor: pointer;
  transition: color 0.2s;
}
.products-sidebar__category-header:hover, .products-sidebar__category-header.is-active-filter {
  color: var(--color-text-blue);
  font-weight: 600;
}

.products-sidebar__category:nth-child(1) .products-sidebar__category-header {
  padding-top: 36px;
}

.products-sidebar__toggle-icon {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--color-text-dark);
  border-bottom: 2px solid var(--color-text-dark);
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.2s;
}
[aria-expanded=true] .products-sidebar__toggle-icon {
  transform: rotate(225deg);
  margin-top: 2px;
}

.products-sidebar__subcategories {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.products-sidebar__subcategories[hidden] {
  display: none;
}

.products-sidebar__subcategories--nested {
  list-style: none;
  margin: 4px 0 4px 20px;
  padding-left: 12px;
  border-left: 2px solid var(--color-border-gray, #e2e2e2);
}
.products-sidebar__subcategories--nested .products-sidebar__subcategory-label {
  font-size: 13px;
  color: var(--color-text-light-gray, #717680);
  padding: 3px 0;
}
.products-sidebar__subcategories--nested .products-sidebar__subcategory-label:hover {
  color: var(--color-text-dark, #151920);
}
.products-sidebar__subcategories--nested .products-sidebar__check-box {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.products-sidebar__subcategory-item {
  margin: 0;
  padding: 0;
}

/* Checkbox label */
.products-sidebar__subcategory-label {
  display: flex;
  gap: 10px;
  padding: 5px 0;
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-text-light-gray);
  cursor: pointer;
  transition: color 0.2s;
}
.products-sidebar__subcategory-label:hover {
  color: var(--color-text-dark);
}

/* Native checkbox — visually hidden but accessible */
.products-sidebar__subcategory-check {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  /* Checked state: fill the custom box */
}
.products-sidebar__subcategory-check:checked + .products-sidebar__check-box {
  background-color: var(--color-btn-bg-primary);
  border-color: var(--color-btn-bg-primary);
}
.products-sidebar__subcategory-check:checked + .products-sidebar__check-box::after {
  opacity: 1;
}
.products-sidebar__subcategory-check {
  /* Focus ring on the custom box */
}
.products-sidebar__subcategory-check:focus-visible + .products-sidebar__check-box {
  outline: 2px solid var(--color-btn-bg-primary);
  outline-offset: 2px;
}
.products-sidebar__subcategory-check {
  /* Disabled (static fallback categories) */
}
.products-sidebar__subcategory-check:disabled + .products-sidebar__check-box {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Custom checkbox visual */
.products-sidebar__check-box {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 1.5px solid #C8C8C8;
  border-radius: 3px;
  background: #fff;
  position: relative;
  transition: background 0.15s, border-color 0.15s;
  /* Checkmark */
}
.products-sidebar__check-box::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s;
}

/* Hover: tint the border */
.products-sidebar__subcategory-label:hover .products-sidebar__check-box {
  border-color: var(--color-btn-bg-primary);
}

/* Checked label text emphasis */
.products-sidebar__subcategory-check:checked ~ * {
  color: var(--color-text-dark);
  font-weight: 600;
}

.products-sidebar__subcategory-label:has(.products-sidebar__subcategory-check:checked) {
  color: var(--color-text-dark);
  font-weight: 600;
}

/* Products Toolbar */
.products-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E1E1E1;
}

.products-toolbar__result-count {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-text-light-gray);
  margin: 0;
}

.products-toolbar__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.products-toolbar__sort {
  position: relative;
}

.products-toolbar__orderby {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  padding: 8px 32px 8px 12px;
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text-dark);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23151920' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.products-toolbar__orderby:focus {
  outline: 2px solid #2B70CA;
  outline-offset: -2px;
}

.products-toolbar__view {
  display: flex;
  align-items: center;
  gap: 4px;
}

.products-toolbar__view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: none;
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  color: var(--color-text-light-gray);
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}
.products-toolbar__view-btn:hover, .products-toolbar__view-btn.is-active {
  color: var(--color-text-dark);
  border-color: var(--color-text-dark);
}

/* Products Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.products-grid__item {
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.products-grid__item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.products-grid__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.products-grid__image-wrap {
  position: relative;
  background: var(--color-bg-gray);
  aspect-ratio: 1/1;
  overflow: hidden;
}

.products-grid__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.products-grid__item:hover .products-grid__image {
  transform: scale(1.05);
}

.products-grid__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  background: rgb(226, 35, 25);
  color: #fff;
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding: 14px 5px;
  border-radius: 69px;
  margin-bottom: 18px;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
}

.products-grid__info {
  padding: 12px;
}

.products-grid__name {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-text-dark);
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.products-grid__rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 6px;
}

.products-grid__star {
  color: #D1D5DB;
  line-height: 1;
}
.products-grid__star.is-filled {
  color: var(--color-rating-yellow);
}

.products-grid__price {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-text-dark);
}
.products-grid__price del {
  color: var(--color-text-light-gray);
  font-weight: 400;
  margin-right: 4px;
}
.products-grid__price ins {
  text-decoration: none;
  color: var(--color-text-dark);
  font-weight: 700;
  background: none;
}

/* Products Grid — List view */
.products-grid.is-list-view {
  grid-template-columns: 1fr;
  gap: 16px;
}
.products-grid.is-list-view .products-grid__item {
  display: flex;
}
.products-grid.is-list-view .products-grid__link {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.products-grid.is-list-view .products-grid__image-wrap {
  width: 180px;
  flex-shrink: 0;
  aspect-ratio: unset;
}
.products-grid.is-list-view .products-grid__info {
  flex: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.products-grid.is-list-view .products-grid__name {
  font-size: 16px;
  -webkit-line-clamp: unset;
  overflow: visible;
}

/* Products Pagination */
.products-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 40px;
}
.products-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text-dark);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.products-pagination .page-numbers:hover {
  background: var(--color-bg-gray);
}
.products-pagination .page-numbers.current {
  background: var(--color-text-dark);
  color: #fff;
  border-color: var(--color-text-dark);
}

/* Empty state */
.products-grid__empty {
  text-align: center;
  padding: 60px 20px;
  font-family: var(--font-family-base);
  font-size: 16px;
  color: var(--color-text-light-gray);
}

/*--------------------------------------------------------------
# Product Listing Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .products-layout {
    padding-left: 40px;
    padding-right: 40px;
  }
  .products-layout__inner {
    grid-template-columns: 240px 1fr;
    gap: 30px;
  }
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .products-hero__top {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* Mobile filter toggle button — hidden on desktop */
.products-filter-toggle {
  display: none;
}

/* Mobile sidebar header (title + close btn in one row) — hidden on desktop */
.products-sidebar__mobile-header {
  display: contents; /* Desktop: title renders normally, close btn is hidden */
}
.products-sidebar__mobile-header .products-sidebar__close {
  display: none;
}

@media screen and (max-width: 992px) {
  .products-layout__inner {
    grid-template-columns: 1fr;
  }
  /* Show the filter toggle button */
  .products-filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 16px;
    background: none;
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 14px;
    color: var(--color-text-dark);
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
  }
  .products-filter-toggle:hover {
    border-color: var(--color-text-dark);
  }
  /* Sidebar: hidden by default on mobile, shown as overlay when open */
  .products-sidebar {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    overflow-y: auto;
    padding: 20px 16px;
    border-radius: 0;
  }
  .products-sidebar.is-open {
    display: block;
  }
  /* Push sidebar below the WP admin bar when logged in (desktop admin bar = 32px) */
  .admin-bar .products-sidebar {
    top: 32px;
  }
  /* Mobile header inside sidebar: title + close button side by side */
  .products-sidebar__mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .products-sidebar__mobile-header .products-sidebar__title {
    margin: 0;
  }
  .products-sidebar__mobile-header .products-sidebar__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    background: none;
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    color: var(--color-text-dark);
    cursor: pointer;
    flex-shrink: 0;
  }
  .products-sidebar__mobile-header .products-sidebar__close:hover {
    border-color: var(--color-text-dark);
  }
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Mobile admin bar is 46px tall (WP switches at 782px) */
@media screen and (max-width: 782px) {
  .admin-bar .products-sidebar {
    top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .products-layout {
    padding: 20px 24px 0;
  }
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .products-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }
  .products-toolbar__result-count {
    width: 100%;
  }
  .products-toolbar__actions {
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
  }
  .products-toolbar__sort {
    flex: 1;
    min-width: 0;
  }
  .products-toolbar__orderby {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .products-hero__top {
    padding: 20px 24px;
  }
  .products-hero__page-title {
    font-size: 20px;
  }
  /* List view: shrink image on mobile */
  .products-grid.is-list-view .products-grid__image-wrap {
    width: 130px;
  }
  .products-pagination {
    gap: 3px;
  }
  .products-pagination .page-numbers {
    min-width: 32px;
    height: 32px;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .products-layout {
    padding: 16px 16px 0;
  }
  .products-hero__top {
    padding: 16px;
  }
  .products-hero__page-title {
    font-size: 18px;
  }
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .products-grid__info {
    padding: 10px;
  }
  .products-grid__name {
    font-size: 13px;
  }
  .products-grid__price {
    font-size: 13px;
  }
  /* List view: stack image above info on very small screens */
  .products-grid.is-list-view .products-grid__link {
    flex-direction: column;
  }
  .products-grid.is-list-view .products-grid__image-wrap {
    width: 100%;
    aspect-ratio: 4/3;
  }
  .products-filter-toggle {
    width: 100%;
    justify-content: center;
  }
  .products-pagination {
    gap: 2px;
  }
  .products-pagination .page-numbers {
    min-width: 30px;
    height: 30px;
    font-size: 12px;
    padding: 0 6px;
  }
}
/* AJAX loading state */
#products-grid-container {
  transition: opacity 0.2s ease;
}
#products-grid-container.is-loading {
  opacity: 0.4;
  pointer-events: none;
}

/* Project Single Page
--------------------------------------------- */
/*--------------------------------------------------------------
# Project Single Page
--------------------------------------------------------------*/
.project-single {
  padding-bottom: var(--section-padding);
}

.project-single__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.project-single__container--wide {
  max-width: 1440px;
}

.project-single__hero {
  width: 100%;
  min-height: 620px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-bg-gray);
}

.project-single__header,
.project-single__gallery,
.project-single__about,
.project-single__categories,
.project-single__related,
.project-single__flex,
.project-single__cta {
  padding-left: 0;
  padding-right: 0;
}

.project-single__header {
  padding-top: 34px;
  padding-bottom: 20px;
}

.project-single .breadcrumb {
  margin-bottom: 18px;
  font-family: var(--font-family-base);
  font-size: 16px;
  line-height: 1;
  color: var(--color-btn-bg-primary);
}
.project-single .breadcrumb a,
.project-single .breadcrumb .breadcrumb__link,
.project-single .breadcrumb .breadcrumb__sep,
.project-single .breadcrumb .breadcrumb__current {
  color: var(--color-btn-bg-primary);
}

.project-single__eyebrow {
  font-family: var(--font-family-base);
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--color-text-blue);
}

.project-single__title {
  font-family: "Pragmatica", sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.2;
  color: var(--color-text-dark);
}

.project-single__subtitle {
  font-family: var(--font-family-base);
  margin: 16px 0 0;
  max-width: 980px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-light-gray);
}

.project-single__summary {
  font-family: var(--font-family-base);
  margin-top: 14px;
  max-width: 980px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-light-gray);
}

.project-single__summary p {
  margin: 0;
}

.project-single__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.project-single__meta-item {
  font-family: var(--font-family-base);
  padding: 8px 12px;
  border: 1px solid var(--color-border-gray);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.project-single__products {
  margin-top: 20px;
}

.project-single__products-title {
  font-family: var(--font-family-base);
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--color-text-light-gray);
}

.project-single__products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project-single__product-link {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f5f5f6;
  color: var(--color-text-dark);
  text-decoration: none;
  font-size: 14px;
  font-family: var(--font-family-base);
  transition: background 0.2s ease, color 0.2s ease;
}
.project-single__product-link:hover {
  background: var(--color-btn-bg-primary);
  color: #fff;
}

.project-single__product-link--static:hover {
  background: #f5f5f6;
  color: var(--color-text-dark);
}

.project-single__gallery {
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-single__gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.project-single__gallery-item {
  margin: 0;
  grid-column: span 6;
  border-radius: 2px;
  overflow: hidden;
}
.project-single__gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.project-single__gallery-grid .project-single__gallery-item:nth-child(5n+1) {
  grid-column: span 8;
}

.project-single__gallery-grid .project-single__gallery-item:nth-child(5n+2) {
  grid-column: span 4;
}

.project-single__about,
.project-single__categories,
.project-single__related,
.project-single__flex {
  padding-top: 50px;
  padding-bottom: 0;
}

.project-single__section-title {
  font-family: "Pragmatica", sans-serif;
  margin: 0 0 20px;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-text-dark);
}

.project-single__richtext {
  font-family: var(--font-family-base);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-dark);
}
.project-single__richtext > *:first-child {
  margin-top: 0;
}
.project-single__richtext > *:last-child {
  margin-bottom: 0;
}

.project-single__flex-block {
  margin-bottom: 24px;
}

.project-single__callout {
  padding: 24px;
  border-radius: 2px;
  border: 1px solid var(--color-border-gray);
  background: var(--color-bg-gray);
}

.project-single__callout-title {
  font-family: "Pragmatica", sans-serif;
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.project-single__callout-body {
  font-family: var(--font-family-base);
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.project-single__category-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.project-single__category-group {
  padding: 20px;
  border: 1px solid var(--color-border-gray);
  border-radius: 2px;
}

.project-single__category-heading {
  font-family: "Pragmatica", sans-serif;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text-dark);
}

.project-single__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project-single__chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid var(--color-border-gray);
  font-size: 13px;
  font-family: var(--font-family-base);
  color: var(--color-text-dark);
  background: #fff;
}

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

.project-single__related-card {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--color-border-gray);
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.project-single__related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.project-single__related-image-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.project-single__related-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-single__related-body {
  padding: 16px;
}

.project-single__related-title {
  font-family: "Pragmatica", sans-serif;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.project-single__related-tax {
  font-family: var(--font-family-base);
  margin: 8px 0 0;
  font-size: 16px;
  color: var(--color-text-light-gray);
}

.project-single__cta {
  padding-top: 50px;
  padding-bottom: 0;
}

.project-single__cta-box {
  position: fixed;
  width: 100%;
  justify-self: center;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px;
  border-radius: 2px;
  background: var(--color-btn-bg-primary);
  color: #fff;
}

.project-single__cta-title {
  font-family: "Pragmatica", sans-serif;
  margin: 0;
  font-size: clamp(24px, 2.7vw, 32px);
  font-weight: 400;
  line-height: 1.3;
  max-width: 760px;
}

.project-single__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  font-size: 16px;
  font-family: var(--font-family-base);
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 4px;
  background: var(--color-text-dark);
  color: #fff;
}

.project-single__btn--light {
  background: #fff;
  color: var(--color-text-dark);
}

@media (max-width: 991px) {
  .project-single__container {
    padding: 0 24px;
  }
  .project-single__hero {
    min-height: 420px;
  }
  .project-single__gallery-item,
  .project-single__gallery-grid .project-single__gallery-item:nth-child(5n+1),
  .project-single__gallery-grid .project-single__gallery-item:nth-child(5n+2) {
    grid-column: span 12;
  }
  .project-single__category-groups,
  .project-single__related-grid {
    grid-template-columns: 1fr;
  }
  .project-single__cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
}
@media (max-width: 600px) {
  .project-single__container {
    padding: 0 16px;
  }
  .project-single__related-title {
    font-size: 20px;
  }
}
/* Glass Railing Landing Page
--------------------------------------------- */
/*--------------------------------------------------------------
# Glass Railing Landing Page
--------------------------------------------------------------*/
.grl-page {
  background: var(--color-bg-white, #fff);
}

.grl-breadcrumb-bar {
  width: 100%;
  background: var(--color-bg-white, #fff);
  border-bottom: 1px solid var(--color-border-gray, #e2e2e2);
}

.grl-breadcrumb-bar__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px 16px;
}
.grl-breadcrumb-bar__inner .breadcrumb {
  margin-bottom: 0;
}

.grl-hero {
  position: relative;
  width: 100%;
  min-height: 660px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-bg-dark, #151920);
  display: flex;
  align-items: flex-end;
}
.grl-hero--no-image {
  background-color: var(--color-bg-dark, #151920);
}

.grl-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}

.grl-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px 16px;
}

.grl-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 720px;
}

.grl-hero__title {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-text-light, #fff);
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.grl-hero__subtitle {
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 28px;
}

a.grl-hero__cta {
  color: var(--color-text-light, #fff) !important;
  border-color: var(--color-text-light, #fff) !important;
  border-radius: 8px;
  padding: 14px 40px;
  white-space: nowrap;
  width: auto;
}

.grl-value-props {
  padding: 80px 0;
}

.grl-value-props__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 48px;
}

.grl-value-props__text {
  flex: 0 0 360px;
  max-width: 360px;
}

.grl-value-props--no-features .grl-value-props__inner {
  justify-content: center;
}
.grl-value-props--no-features .grl-value-props__text {
  flex: none;
  max-width: 100%;
  width: 100%;
  text-align: center;
  align-items: center;
}

.grl-value-props__heading {
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-text-dark, #151920);
  margin: 0 0 16px;
}

.grl-value-props__desc {
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-light-gray, #717680);
  margin: 0;
}
.grl-value-props__desc ul, .grl-value-props__desc ol {
  margin: 12px 0;
  padding-left: 20px;
}
.grl-value-props__desc ul {
  list-style: disc;
}
.grl-value-props__desc ol {
  list-style: decimal;
}
.grl-value-props__desc li {
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-light-gray, #717680);
  margin-bottom: 6px;
}
.grl-value-props__desc li:last-child {
  margin-bottom: 0;
}

.grl-value-props__features {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.grl-value-props__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 24px 16px;
  background: var(--color-bg-gray, #f2f2f2);
  border-radius: 8px;
}

.grl-value-props__feature-icon {
  object-fit: contain;
}

.grl-value-props__feature-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-text-dark, #151920);
}

.grl-systems {
  padding: 80px 0;
  background: var(--color-bg-gray, #f2f2f2);
}

.grl-systems__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.grl-systems__heading {
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-text-dark, #151920);
  margin: 0 0 36px;
}

.grl-systems__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.grl-systems__card {
  width: calc(25% - 15px);
  background: var(--color-bg-white, #fff);
  border: 1px solid var(--color-border-gray, #e2e2e2);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.grl-systems__card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.grl-systems__card-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.grl-systems__card-img-wrap {
  overflow: hidden;
}

.grl-systems__card-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.grl-systems__card:hover .grl-systems__card-img {
  transform: scale(1.04);
}

.grl-systems__card-title {
  display: block;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-text-dark, #151920);
  text-align: center;
}

.grl-projects {
  padding: 80px 0;
}

.grl-projects__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.grl-projects__heading {
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-text-dark, #151920);
  margin: 0 0 36px;
}

.grl-projects__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.grl-projects__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--color-border-gray, #e2e2e2);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.grl-projects__card:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.grl-projects__card:hover .grl-projects__card-img {
  transform: scale(1.04);
}

.grl-projects__card-img-wrap {
  overflow: hidden;
}

.grl-projects__card-img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.grl-projects__card-body {
  flex: 1;
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
}

.grl-projects__card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-text-dark, #151920);
  margin: 0 0 6px;
}

.grl-projects__card-cats {
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-btn-bg-primary, #2b70ca);
  margin: 0 0 10px;
}

.grl-projects__card-excerpt {
  font-size: 14px;
  line-height: 1.65;
  color: var(--color-text-light-gray, #717680);
  margin: 0 0 16px;
  flex: 1;
}
.grl-projects__card-excerpt p {
  margin: 0;
}

.grl-projects__card-link-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-btn-bg-primary, #2b70ca);
  margin-top: auto;
}

.grl-projects__footer {
  margin-top: 40px;
  text-align: center;
}

a.grl-projects__all-link {
  width: auto;
  display: inline-flex;
  padding: 14px 40px;
  border-radius: 8px;
}

.grl-gallery {
  padding: 80px 0;
  background: var(--color-bg-gray, #f2f2f2);
}

.grl-gallery__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.grl-gallery__text {
  margin-bottom: 36px;
  max-width: 680px;
}

.grl-gallery__heading {
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-text-dark, #151920);
  margin: 0 0 14px;
}

.grl-gallery__desc {
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-light-gray, #717680);
  margin: 0 0 18px;
}

.grl-gallery__cta {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-btn-bg-primary, #2b70ca);
  text-decoration: none;
}
.grl-gallery__cta:hover {
  text-decoration: underline;
}

.grl-gallery__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.grl-gallery__item {
  overflow: hidden;
  border-radius: 4px;
  margin: 0;
  position: relative;
}

.grl-gallery__img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.grl-gallery__item:hover .grl-gallery__img {
  transform: scale(1.06);
}

.grl-gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 8px;
  font-size: 11px;
  line-height: 1.3;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.grl-solutions {
  padding: 80px 0;
}

.grl-solutions__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.grl-solutions__heading {
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-text-dark, #151920);
  margin: 0 0 20px;
}

.grl-solutions__body {
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-text-light-gray, #717680);
  margin-bottom: 24px;
}
.grl-solutions__body p {
  margin: 0 0 16px;
}
.grl-solutions__body p:last-child {
  margin-bottom: 0;
}
.grl-solutions__body ul, .grl-solutions__body ol {
  margin: 12px 0;
  padding-left: 20px;
}
.grl-solutions__body ul {
  list-style: disc;
}
.grl-solutions__body ol {
  list-style: decimal;
}
.grl-solutions__body ul.sku-table {
  list-style: none;
  padding-left: 0;
}
.grl-solutions__body ul.sku-table li {
  display: flex;
  gap: 16px;
}
.grl-solutions__body ul.sku-table li > div {
  flex: 1;
}
.grl-solutions__body li {
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-text-light-gray, #717680);
  margin-bottom: 6px;
}
.grl-solutions__body li:last-child {
  margin-bottom: 0;
}

.grl-solutions__cta {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-btn-bg-primary, #2b70ca);
  text-decoration: none;
}
.grl-solutions__cta:hover {
  text-decoration: underline;
}

.grl-solutions__img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.grl-install {
  padding: 80px 0;
  background: var(--color-bg-gray, #f2f2f2);
}

.grl-install__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.grl-install__heading {
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-text-dark, #151920);
  margin: 0 0 20px;
}

.grl-install__body {
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-text-light-gray, #717680);
  margin-bottom: 24px;
}
.grl-install__body p {
  margin: 0 0 16px;
}
.grl-install__body p:last-child {
  margin-bottom: 0;
}
.grl-install__body ul, .grl-install__body ol {
  margin: 12px 0;
  padding-left: 20px;
}
.grl-install__body ul {
  list-style: disc;
}
.grl-install__body ol {
  list-style: decimal;
}
.grl-install__body ul.sku-table {
  list-style: none;
  padding-left: 0;
}
.grl-install__body ul.sku-table li {
  display: flex;
  gap: 16px;
}
.grl-install__body ul.sku-table li > div {
  flex: 1;
}
.grl-install__body li {
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-text-light-gray, #717680);
  margin-bottom: 6px;
}
.grl-install__body li:last-child {
  margin-bottom: 0;
}

.grl-install__cta {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-btn-bg-primary, #2b70ca);
  text-decoration: none;
}
.grl-install__cta:hover {
  text-decoration: underline;
}

.grl-install__img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.grl-faq {
  padding: 80px 0;
}

.grl-faq__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.grl-faq__heading {
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-text-dark, #151920);
  margin: 0 0 36px;
}

.grl-cta {
  position: relative;
  padding: 100px 0;
  background-color: var(--color-bg-dark, #151920);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.grl-cta--no-image {
  background-color: var(--color-bg-dark, #151920);
}

.grl-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.grl-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
}

.grl-cta__heading {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text-light, #fff);
  margin: 0;
}

a.grl-cta__btn {
  padding: 16px 48px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  width: auto;
}

@media (max-width: 1200px) {
  .grl-breadcrumb-bar__inner,
  .grl-hero__inner,
  .grl-value-props__inner,
  .grl-systems__inner,
  .grl-projects__inner,
  .grl-gallery__inner,
  .grl-solutions__inner,
  .grl-install__inner,
  .grl-faq__inner,
  .grl-cta__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .grl-systems__card {
    width: calc(33.333% - 14px);
  }
  .grl-gallery__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .grl-hero {
    min-height: 500px;
  }
  .grl-value-props__inner {
    flex-direction: column;
    gap: 32px;
  }
  .grl-value-props__text {
    flex: none;
    max-width: 100%;
  }
  .grl-value-props__features {
    grid-template-columns: repeat(2, 1fr);
  }
  .grl-systems__card {
    width: calc(50% - 10px);
  }
  .grl-projects__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grl-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .grl-solutions__inner,
  .grl-install__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
@media (max-width: 768px) {
  .grl-breadcrumb-bar__inner,
  .grl-hero__inner,
  .grl-value-props__inner,
  .grl-systems__inner,
  .grl-projects__inner,
  .grl-gallery__inner,
  .grl-solutions__inner,
  .grl-install__inner,
  .grl-faq__inner,
  .grl-cta__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .grl-hero {
    min-height: 420px;
  }
  .grl-hero__inner {
    padding: 40px 24px;
  }
  .grl-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grl-projects__grid {
    grid-template-columns: 1fr;
  }
  .grl-cta {
    padding: 64px 0;
  }
}
@media (max-width: 480px) {
  .grl-hero {
    min-height: 340px;
  }
  .grl-value-props__features {
    grid-template-columns: 1fr 1fr;
  }
  .grl-systems__grid {
    gap: 12px;
  }
  .grl-systems__card {
    width: calc(50% - 6px);
  }
  .grl-gallery__grid {
    grid-template-columns: 1fr 1fr;
  }
  a.grl-hero__cta,
  a.grl-cta__btn {
    width: 100%;
    text-align: center;
  }
}
/* Single Product Page
--------------------------------------------- */
/*--------------------------------------------------------------
# Single Product Page
--------------------------------------------------------------*/
.single-product-page {
  padding-bottom: var(--section-padding);
}

/* Breadcrumb */
.sp-breadcrumb .breadcrumb {
  margin-bottom: 0;
  text-align: center;
  padding: 50px 0 80px;
}

.sp-breadcrumb__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Layout - Gallery + Details */
.sp-layout {
  padding: 0 80px;
}

.sp-layout__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  align-items: start;
  padding: 0 16px;
}

/* Gallery */
.sp-gallery {
  position: sticky;
  top: 24px;
}

.sp-gallery__main {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
}

.sp-gallery__slide {
  display: none;
}
.sp-gallery__slide.is-active {
  display: block;
}

.sp-gallery__image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.sp-gallery__thumbs-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sp-gallery__thumbs-viewport {
  container-type: inline-size;
  flex: 1;
  overflow: hidden;
  min-width: 0;
}

.sp-gallery__thumbs {
  display: flex;
  gap: 12px;
  transition: transform 0.3s ease;
}

.sp-gallery__thumb-prev,
.sp-gallery__thumb-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 1;
  background: var(--color-bg-dark);
  border-radius: 10px;
  color: var(--color-text-light);
  cursor: pointer;
  transition: opacity 0.2s;
}
.sp-gallery__thumb-prev:disabled,
.sp-gallery__thumb-next:disabled {
  opacity: 0.3;
  cursor: default;
}
.sp-gallery__thumb-prev svg,
.sp-gallery__thumb-next svg {
  display: block;
  flex-shrink: 0;
}

.sp-gallery__thumb {
  /* 1/3 of viewport width minus 2 gaps (12px × 2 = 24px) */
  width: calc((100cqi - 24px) / 3);
  aspect-ratio: 1/1;
  height: auto;
  flex-shrink: 0;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  background: none;
  opacity: 0.5;
  transition: opacity 0.2s, border-color 0.2s;
}
.sp-gallery__thumb.is-active, .sp-gallery__thumb:hover {
  opacity: 1;
  border-color: var(--color-text-dark);
}

.sp-gallery__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Details */
.sp-details {
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  padding: 18px;
}

.sp-details__badge {
  display: flex;
  background: rgb(226, 35, 25);
  color: #fff;
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding: 14px 5px;
  border-radius: 69px;
  margin-bottom: 18px;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
}

.sp-details__brand {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  font-family: var(--font-family-base);
  font-size: 15px;
}

.sp-details__brand-label {
  color: var(--color-text-light-gray);
}

.sp-details__brand-value {
  color: var(--color-text-dark);
}

.sp-details__title {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: var(--color-text-dark);
  margin: 0 0 16px;
}

.sp-details__short-desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text-light-gray);
  margin: 0 0 16px;
}
.sp-details__short-desc ul, .sp-details__short-desc ol {
  padding-left: 20px;
  margin: 8px 0;
}
.sp-details__short-desc ul {
  list-style: disc;
}
.sp-details__short-desc ol {
  list-style: decimal;
}
.sp-details__short-desc li {
  margin-bottom: 4px;
}

.sp-details__price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.sp-details__price {
  font-family: var(--font-family-base);
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text-dark);
  margin-bottom: 0;
}
.sp-details__price del {
  color: var(--color-text-light-gray);
  font-weight: 700;
  margin-right: 6px;
}
.sp-details__price ins {
  text-decoration: none;
  color: var(--color-text-blue);
  font-weight: 700;
  background: transparent;
}

.sp-details__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.sp-details__stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.sp-details__star {
  color: #D1D5DB;
  line-height: 1;
}
.sp-details__star.is-filled {
  color: var(--color-rating-yellow);
}

.sp-details__review-count {
  font-family: var(--font-family-base);
  font-size: 18px;
  color: var(--color-text-dark);
}

/* Cart form */
.sp-details__cart-form {
  display: flex;
  flex-direction: column;
}

.sp-details__actions-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
}

.sp-details__quantity {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sp-details__quantity-label {
  font-family: var(--font-family-base);
  font-size: 16px;
  color: var(--color-text-dark);
}

.sp-details__quantity-control {
  display: flex;
  align-items: center;
  gap: 0;
}

.sp-details__qty-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F1F1;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  color: var(--color-text-light-gray);
  transition: background 0.2s, color 0.2s;
}
.sp-details__qty-btn:hover {
  background: #E1E1E1;
  color: var(--color-text-dark);
}

.sp-details__qty-input {
  width: 40px;
  height: 38px;
  text-align: center;
  border: none;
  background: transparent;
  font-family: var(--font-family-base);
  font-size: 16px;
  color: var(--color-text-light-gray);
  -moz-appearance: textfield;
}
.sp-details__qty-input::-webkit-outer-spin-button, .sp-details__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sp-details__wishlist {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-family-base);
  font-size: 14px;
  color: var(--color-text-dark);
  padding: 0;
  transition: color 0.2s;
}
.sp-details__wishlist:hover {
  color: var(--color-text-red);
}

/* Countdown */
.sp-details__countdown {
  margin-bottom: 18px;
}

.sp-details__countdown-label {
  display: block;
  font-family: var(--font-family-base);
  font-size: 10px;
  color: var(--color-text-dark);
  margin-bottom: 4px;
}

.sp-details__countdown-timer {
  display: flex;
  gap: 6px;
}

.sp-details__countdown-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F1F1F1;
  border-radius: 3px;
  padding: 4px 8px;
  min-width: 30px;
}

.sp-details__countdown-value {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 12px;
  color: var(--color-text-dark);
}

.sp-details__countdown-unit {
  font-family: var(--font-family-base);
  font-size: 8px;
  color: var(--color-text-light-gray);
  text-transform: uppercase;
}

/* Buttons */
.sp-details__buttons {
  display: flex;
  gap: 18px;
  flex-direction: column;
}

.sp-details__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 16px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  max-width: 386px;
}

.sp-details__btn--cart {
  background: var(--color-btn-bg-primary);
  color: #fff;
}
.sp-details__btn--cart:hover {
  opacity: 0.9;
}

.sp-details__btn--buy {
  background: transparent;
  color: var(--color-text-blue);
  border: 1px solid var(--color-text-blue);
  line-height: 1;
}
.sp-details__btn--buy:visited {
  color: var(--color-text-blue);
}
.sp-details__btn--buy:hover {
  opacity: 0.9;
  color: var(--color-text-blue);
}

.sp-details__out-of-stock {
  font-family: var(--font-family-base);
  font-size: 16px;
  color: var(--color-text-red);
  font-weight: 500;
}

/*--------------------------------------------------------------
# Accordion Section
--------------------------------------------------------------*/
.sp-accordion {
  padding: 40px 80px 0;
}

.sp-accordion__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.sp-accordion__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
  text-align: left;
  transition: color 0.2s;
  margin-bottom: 50px;
  border: solid var(--color-border-gray);
  border-width: 1px 0;
}
.sp-accordion__header:hover {
  color: var(--color-text-blue);
}
.sp-accordion__header:hover span:nth-child(1) {
  border-color: var(--color-text-blue);
}
.sp-accordion__header span:nth-child(1) {
  transition: border-color 0.2s;
  padding-bottom: 24px;
  border-bottom: 3px solid var(--color-bg-dark);
}

.sp-accordion__icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s;
  display: none;
}
[aria-expanded=true] .sp-accordion__icon {
  transform: rotate(225deg);
}

.sp-accordion__body {
  font-size: 20px;
}
.sp-accordion__body[hidden] {
  display: none;
}

.sp-accordion__content {
  padding: 0 0 24px;
  font-family: var(--font-family-base);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text-dark);
}
.sp-accordion__content p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.6;
}
.sp-accordion__content h1, .sp-accordion__content h2, .sp-accordion__content h3, .sp-accordion__content h4, .sp-accordion__content h5, .sp-accordion__content h6 {
  margin: 16px 0 8px;
  line-height: 1.3;
  font-family: var(--font-family-base);
  color: var(--color-text-dark);
}
.sp-accordion__content h1:first-child, .sp-accordion__content h2:first-child, .sp-accordion__content h3:first-child, .sp-accordion__content h4:first-child, .sp-accordion__content h5:first-child, .sp-accordion__content h6:first-child {
  margin-top: 0;
}
.sp-accordion__content ul, .sp-accordion__content ol {
  padding-left: 20px;
  margin: 0 0 12px;
}
.sp-accordion__content ul {
  list-style: disc;
}
.sp-accordion__content ol {
  list-style: decimal;
}
.sp-accordion__content li {
  margin-bottom: 4px;
}

/*--------------------------------------------------------------
# Reviews Section (inside accordion)
--------------------------------------------------------------*/
.sp-reviews {
  display: flex;
  gap: 40px;
  margin-bottom: 24px;
}

.sp-reviews__distribution {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sp-reviews__bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sp-reviews__bar-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}

.sp-reviews__bar-star {
  color: #D1D5DB;
  line-height: 1;
}
.sp-reviews__bar-star.is-filled {
  color: var(--color-rating-yellow);
}

.sp-reviews__bar-track {
  flex: 1;
  height: 8px;
  background: #F1F1F1;
  border-radius: 4px;
  overflow: hidden;
}

.sp-reviews__bar-fill {
  height: 100%;
  background: var(--color-rating-yellow);
  border-radius: 4px;
  transition: width 0.3s;
}

.sp-reviews__bar-count {
  font-family: var(--font-family-base);
  font-size: 13px;
  color: var(--color-text-dark);
  min-width: 24px;
  text-align: right;
}

.sp-reviews__summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 160px;
}

.sp-reviews__aggregate {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.sp-reviews__aggregate-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.sp-reviews__star {
  color: #D1D5DB;
  line-height: 1;
}
.sp-reviews__star.is-filled {
  color: var(--color-rating-yellow);
}

.sp-reviews__aggregate-text {
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-dark);
}

.sp-reviews__total {
  font-family: var(--font-family-base);
  font-size: 13px;
  color: var(--color-text-light-gray);
  text-align: center;
}

.sp-reviews__write-btn {
  display: inline-block;
  padding: 10px 20px;
  background: var(--color-text-dark);
  color: var(--color-text-light);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s;
  margin-bottom: 24px;
}
.sp-reviews__write-btn:hover {
  background: #2a2f38;
}
.sp-reviews__write-btn:visited {
  color: var(--color-text-light);
}

.sp-reviews__empty {
  font-family: var(--font-family-base);
  font-size: 14px;
  color: var(--color-text-light-gray);
  margin: 0 0 16px;
}

.sp-reviews__list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sp-reviews__item {
  border-top: 1px solid #e8e8e8;
  padding-top: 20px;
}

.sp-reviews__item-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.sp-reviews__item-author {
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-dark);
}

.sp-reviews__item-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.sp-reviews__item-date {
  font-family: var(--font-family-base);
  font-size: 13px;
  color: var(--color-text-light-gray);
  margin-left: auto;
}

.sp-reviews__item-text {
  font-family: var(--font-family-base);
  font-size: 14px;
  color: var(--color-text-dark);
  line-height: 1.6;
}
.sp-reviews__item-text p {
  margin: 0;
}

.comment-reply-title {
  font-size: 20px;
}

.comment-form .submit {
  background: var(--color-text-blue);
  color: var(--color-text-light);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  text-decoration: none;
  transition: opacity 0.2s;
  cursor: pointer;
  padding: 14px 20px;
}
.comment-form .submit:hover {
  opacity: 0.9;
}
.comment-form .stars a::before {
  color: #D1D5DB;
}
.comment-form .stars a:hover::before, .comment-form .stars a a:focus::before, .comment-form .stars a a:active::before {
  color: var(--color-rating-yellow);
}
.comment-form .stars a:hover ~ a::before, .comment-form .stars a a:focus ~ a::before, .comment-form .stars a a:active ~ a::before {
  color: var(--color-rating-yellow);
}
.comment-form .stars:hover a::before, .comment-form .stars:focus a::before, .comment-form .stars:active a::before {
  color: var(--color-rating-yellow);
}

/* Features */
.sp-features__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-features__list li {
  padding: 6px 0;
  font-family: var(--font-family-base);
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text-dark);
  border-bottom: 1px solid #F1F1F1;
}
.sp-features__list li:last-child {
  border-bottom: none;
}

/*--------------------------------------------------------------
# Recommended Products
--------------------------------------------------------------*/
.sp-recommended {
  padding: 40px 80px 0;
}

.sp-recommended__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.sp-recommended__title {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: var(--color-text-dark);
  margin: 0 0 24px;
}

.sp-recommended__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.sp-recommended__item {
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.sp-recommended__item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.sp-recommended__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.sp-recommended__image-wrap {
  position: relative;
  background: var(--color-bg-gray);
  aspect-ratio: 1/1;
  overflow: hidden;
}

.sp-recommended__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.sp-recommended__item:hover .sp-recommended__image {
  transform: scale(1.05);
}

.sp-recommended__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgb(226, 35, 25);
  color: #fff;
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 2px;
}

.sp-recommended__info {
  padding: 12px;
}

.sp-recommended__name {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-text-dark);
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sp-recommended__rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 6px;
}

.sp-recommended__star {
  color: #D1D5DB;
  line-height: 1;
}
.sp-recommended__star.is-filled {
  color: var(--color-rating-yellow);
}

.sp-recommended__price {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-text-dark);
}
.sp-recommended__price del {
  color: var(--color-text-light-gray);
  font-weight: 400;
  margin-right: 4px;
}
.sp-recommended__price ins {
  text-decoration: none;
  color: var(--color-text-red);
}

/*--------------------------------------------------------------
# Single Product Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .sp-layout {
    padding: 0 40px;
  }
  .sp-breadcrumb {
    padding: 16px 40px;
  }
  .sp-accordion {
    padding: 40px 40px 0;
  }
  .sp-recommended {
    padding: 40px 40px 0;
  }
  .sp-recommended__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .sp-layout__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sp-gallery {
    position: static;
  }
  .sp-recommended__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .sp-layout {
    padding: 0 24px;
  }
  .sp-breadcrumb {
    padding: 0 24px;
  }
  .sp-breadcrumb .breadcrumb {
    padding: 28px 0 36px;
  }
  .sp-accordion {
    padding: 30px 24px 0;
  }
  .sp-recommended {
    padding: 30px 24px 0;
  }
  .sp-recommended__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .sp-details__title {
    font-size: 24px;
  }
  .sp-details__price-row {
    flex-wrap: wrap;
    gap: 8px;
  }
  .sp-details__btn {
    max-width: 100%;
  }
  .sp-accordion__header {
    font-size: 18px;
  }
  .sp-accordion__content p {
    font-size: 16px;
  }
  .sp-details__actions-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .sp-details__buttons {
    flex-direction: column;
    width: 100%;
  }
  .sp-reviews {
    flex-direction: column;
    gap: 24px;
  }
  .sp-reviews__summary {
    min-width: auto;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
  }
  .sp-reviews__write-btn {
    display: block;
    text-align: center;
  }
  .comment-reply-title {
    font-size: 18px;
  }
  .comment-form .submit {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sp-layout {
    padding: 0 16px;
  }
  .sp-breadcrumb {
    padding: 0 16px;
  }
  .sp-breadcrumb .breadcrumb {
    padding: 20px 0 24px;
  }
  .sp-accordion {
    padding: 24px 16px 0;
  }
  .sp-recommended {
    padding: 24px 16px 0;
  }
  .sp-details__title {
    font-size: 20px;
  }
  .sp-details__brand {
    font-size: 14px;
  }
  .sp-details__price-row {
    gap: 6px;
  }
  .sp-details__actions-row {
    gap: 12px;
  }
  .sp-details__btn {
    font-size: 15px;
    max-width: 100%;
    padding: 13px 0;
  }
  .sp-details {
    padding: 14px;
  }
  .sp-accordion__header {
    font-size: 16px;
  }
  .sp-accordion__content p {
    font-size: 14px;
  }
  .sp-reviews__summary {
    flex-direction: column;
    align-items: flex-start;
  }
  .sp-gallery__thumbs {
    gap: 8px;
  }
  .sp-gallery__thumb {
    /* 1/3 of viewport width minus 2 gaps (8px × 2 = 16px) */
    width: calc((100cqi - 16px) / 3);
    aspect-ratio: 1/1;
    height: auto;
  }
  .sp-gallery__thumb-prev,
  .sp-gallery__thumb-next {
    width: 28px;
    height: 60px;
  }
  .sp-recommended__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .sp-recommended__title {
    font-size: 18px;
  }
  .comment-reply-title {
    font-size: 16px;
  }
  .sp-reviews__write-btn {
    width: 100%;
    box-sizing: border-box;
  }
}
/* Cart Page
--------------------------------------------- */
/* ==========================================================================
   Cart Page
   ========================================================================== */
.cart-page {
  width: 100%;
  background: var(--color-bg-white, #fff);
}

/* Breadcrumb
   ----------------------------------------- */
.cart-breadcrumb {
  background: var(--color-bg-gray, #f1f1f1);
  padding: 28px 0;
  text-align: center;
}
.cart-breadcrumb__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}
.cart-breadcrumb .cart-hero__page-title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-text-dark);
  margin: 0;
}

/* Title bar
   ----------------------------------------- */
.cart-page__title-bar {
  text-align: center;
  padding: 30px 0 16px;
}

.cart-page__title {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 24px;
  font-weight: 400;
  color: var(--color-text-dark, #14181f);
  margin: 0;
}

/* Login notice
   ----------------------------------------- */
.cart-page__login-notice {
  text-align: center;
  padding: 0 0 24px;
}
.cart-page__login-notice p {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 16px;
  color: var(--color-text-dark, #14181f);
  margin: 0;
}
.cart-page__login-notice a {
  color: var(--color-text-blue, #2b70ca);
  text-decoration: underline;
}
.cart-page__login-notice a:hover {
  text-decoration: none;
}

/* Empty cart
   ----------------------------------------- */
.cart-page__empty {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 80px;
  text-align: center;
}
.cart-page__empty p {
  font-size: 18px;
  color: var(--color-text-dark, #14181f);
  margin-bottom: 24px;
}

.cart-page__btn--shop {
  display: inline-block;
  background: var(--color-btn-bg-primary, #2b70ca);
  color: #fff;
  padding: 12px 32px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
}
.cart-page__btn--shop:hover {
  opacity: 0.9;
  color: #fff;
}

/* Content layout
   ----------------------------------------- */
.cart-page__content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px 60px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.cart-page__left {
  flex: 1;
  min-width: 0;
}

.cart-page__right {
  width: 536px;
  flex-shrink: 0;
}

.cart-page__section-title {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin: 0 0 16px;
}

/* ==========================================================================
   Cart Table
   ========================================================================== */
.cart-table {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  overflow: hidden;
}

.cart-table__header {
  display: flex;
  align-items: center;
  padding: 16px 24px 16px 56px;
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
}

.cart-table__col {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.cart-table__col--product {
  flex: 1;
  min-width: 0;
}
.cart-table__col--price {
  width: 100px;
  text-align: left;
}
.cart-table__col--quantity {
  width: 130px;
  text-align: center;
}
.cart-table__col--subtotal {
  width: 80px;
  text-align: left;
}

/* Cart row
   ----------------------------------------- */
.cart-table__row {
  display: flex;
  align-items: center;
  padding: 16px 24px 16px 16px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.cart-table__row:last-child {
  border-bottom: none;
}

.cart-table__remove {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-text-light-gray, #717680);
  padding: 0;
  margin-right: 8px;
  flex-shrink: 0;
}
.cart-table__remove:hover {
  color: var(--color-text-red, #e2231f);
}

/* Product cell */
.cart-table__product {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-table__product-image {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 1px;
  overflow: hidden;
}
.cart-table__product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-table__product-name {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 16px;
  color: var(--color-text-dark, #14181f);
  min-width: 0;
}
.cart-table__product-name a {
  color: inherit;
  text-decoration: none;
}
.cart-table__product-name a:hover {
  color: var(--color-text-blue, #2b70ca);
}

/* Price & subtotal cells */
.cart-table__col--price,
.cart-table__col--subtotal {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-blue, #2b70ca);
}

/* Quantity cell */
.cart-table__qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cart-table__qty-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-bg-gray, #f1f1f1);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: background 0.2s;
}
.cart-table__qty-btn:hover {
  background: #e5e5e5;
}

.cart-table__qty-input {
  width: 32px;
  text-align: center;
  border: none;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  -moz-appearance: textfield;
  appearance: textfield;
  padding: 0;
}
.cart-table__qty-input::-webkit-outer-spin-button, .cart-table__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-table__qty-input:focus {
  outline: none;
}

/* Update button */
.cart-table__actions {
  display: flex;
  justify-content: flex-end;
  padding: 16px 24px;
}

.cart-table__update-btn {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text-dark, #14181f);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.cart-table__update-btn:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Order Summary Sidebar
   ========================================================================== */
.order-summary {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 24px;
}

.order-summary__title {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text-dark, #14181f);
  margin: 0 0 24px;
}

/* Product header */
.order-summary__product-header {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-text-dark, #14181f);
  margin-bottom: 16px;
  padding-bottom: 8px;
}

/* Product rows */
.order-summary__products {
  margin-bottom: 24px;
}

.order-summary__product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e1e1e1;
}
.order-summary__product-row:last-child {
  border-bottom: none;
}

.order-summary__product-info {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}

.order-summary__product-image {
  width: 79px;
  height: 79px;
  flex-shrink: 0;
  border-radius: 2px;
  overflow: hidden;
}
.order-summary__product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order-summary__product-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.order-summary__product-name {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-dark, #14181f);
}

.order-summary__product-price {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-blue, #2b70ca);
}

.order-summary__product-subtotal {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-blue, #2b70ca);
  flex-shrink: 0;
}

/* Shipping
   ----------------------------------------- */
.order-summary__shipping {
  padding: 16px 0;
  border-top: 1px solid #e1e1e1;
}

.order-summary__shipping-title {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-text-dark, #14181f);
  margin: 0 0 16px;
}

.order-summary__shipping-methods {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.order-summary__shipping-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 16px;
  color: var(--color-text-dark, #14181f);
}

.order-summary__shipping-radio {
  width: 18px;
  height: 18px;
  accent-color: var(--color-text-dark, #14181f);
  cursor: pointer;
}

.order-summary__shipping-label {
  flex: 1;
}

.order-summary__shipping-cost {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-blue, #2b70ca);
}

/* Total
   ----------------------------------------- */
.order-summary__total {
  padding-top: 24px;
  border-top: 1px solid #e1e1e1;
}

.order-summary__total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.order-summary__total-label {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-text-dark, #14181f);
}

.order-summary__total-value {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-blue, #2b70ca);
}

/* Checkout button */
.order-summary__checkout {
  text-align: center;
}

.order-summary__checkout-btn {
  display: block;
  width: 100%;
  max-width: 386px;
  margin: 0 auto 16px;
  padding: 15px;
  background: var(--color-btn-bg-primary, #2b70ca);
  color: #fff;
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.2s;
}
.order-summary__checkout-btn:hover {
  opacity: 0.9;
  color: #fff;
}

.order-summary__secure-text {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 12px;
}

.order-summary__payment-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.order-summary__payment-icons img {
  height: 32px;
  width: auto;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1200px) {
  .cart-page__content {
    padding: 0 40px 40px;
  }
  .cart-breadcrumb__inner {
    padding: 0 40px;
  }
  .cart-page__right {
    width: 440px;
  }
}
@media (max-width: 992px) {
  .cart-page__content {
    flex-direction: column;
    padding: 0 24px 40px;
  }
  .cart-breadcrumb__inner {
    padding: 0 24px;
  }
  .cart-page__right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cart-table__header {
    display: none;
  }
  .cart-table__row {
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px;
  }
  .cart-table__remove {
    position: absolute;
    top: 12px;
    right: 12px;
    margin-right: 0;
  }
  .cart-table__col--product {
    flex: 0 0 100%;
    padding-right: 32px;
  }
  .cart-table__col--price,
  .cart-table__col--quantity,
  .cart-table__col--subtotal {
    width: auto;
    flex: 1;
  }
  .cart-table__col--price::before,
  .cart-table__col--subtotal::before {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #717680;
    margin-bottom: 4px;
  }
  .cart-table__col--price::before {
    content: "Price";
  }
  .cart-table__col--subtotal::before {
    content: "Subtotal";
  }
  .order-summary__product-name {
    font-size: 16px;
  }
  .order-summary__product-image {
    width: 60px;
    height: 60px;
  }
  .cart-page__title {
    font-size: 20px;
  }
  .order-summary__title {
    font-size: 20px;
  }
  .order-summary__product-header,
  .order-summary__shipping-title,
  .order-summary__total-label {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .cart-page__content {
    padding: 0 16px 32px;
  }
  .cart-breadcrumb__inner {
    padding: 0 16px;
  }
  .order-summary {
    padding: 16px;
  }
  .order-summary__checkout-btn {
    max-width: 100%;
  }
  .cart-page__title {
    font-size: 18px;
  }
  .order-summary__title {
    font-size: 18px;
  }
}
/* Checkout Page
--------------------------------------------- */
/* ==========================================================================
   Checkout Page
   ========================================================================== */
.checkout-page {
  width: 100%;
  background: #fff;
}

.checkout-breadcrumb {
  background: #f1f1f1;
  padding: 28px 0;
  text-align: center;
}
.checkout-breadcrumb__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.checkout-page__title-bar {
  text-align: center;
  padding: 30px 0 16px;
}

.checkout-page__title {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 24px;
  font-weight: 400;
  color: #14181f;
  margin: 0;
  line-height: 1.1;
}

.checkout-page__login-notice {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px 24px;
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
}
.checkout-page__login-notice::before {
  content: "";
  position: absolute;
  left: 80px;
  top: 0;
  width: 9px;
  height: 72px;
  background: #14181f;
}
.checkout-page__login-notice p {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 16px;
  color: #14181f;
  margin: 0;
  padding-left: 31px;
}
.checkout-page__login-notice a {
  color: #2b70ca;
  text-decoration: none;
}
.checkout-page__login-notice a:hover {
  text-decoration: underline;
}

.checkout-page .woocommerce-form-coupon-toggle {
  display: none;
}

.checkout-page .woocommerce-NoticeGroup,
.checkout-page .woocommerce-info,
.checkout-page .woocommerce-error,
.checkout-page .woocommerce-message,
.checkout-page form.checkout_coupon {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.checkout-page form.checkout_coupon {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.checkout-page__content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px 60px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.checkout-page__left {
  flex: 1;
  min-width: 0;
}

.checkout-page__right {
  width: 536px;
  flex-shrink: 0;
}

.checkout-page__section-title {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 20px;
  font-weight: 700;
  color: #14181f;
  margin: 0 0 24px;
}

.checkout-page__section-title--order {
  font-size: 24px;
  margin-bottom: 16px;
  padding-left: 9px;
}

.checkout-customer .woocommerce-billing-fields,
.checkout-customer .woocommerce-shipping-fields {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 24px;
  margin-bottom: 24px;
}

.checkout-customer .woocommerce-additional-fields {
  margin-bottom: 24px;
}

.checkout-customer .woocommerce-billing-fields h3,
.checkout-customer .shipping_address h3 {
  display: none;
}

.checkout-customer .woocommerce-shipping-fields > h3:not(#ship-to-different-address) {
  display: none;
}

.checkout-customer .col2-set .col-1,
.checkout-customer .col2-set .col-2 {
  float: none;
  width: 100%;
}

.checkout-page .form-row {
  margin: 0 0 12px;
}

.checkout-page .form-row-first,
.checkout-page .form-row-last {
  float: left;
  width: calc(50% - 6px);
}

.checkout-page .form-row-first {
  margin-right: 12px;
}

.checkout-page .form-row-last {
  margin-right: 0;
}

.checkout-page .form-row-wide,
.checkout-page .form-row.notes {
  clear: both;
}

.checkout-page label {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 14px;
  font-weight: 400;
  color: #171717;
  margin-bottom: 8px;
  display: block;
}

.checkout-page .input-text,
.checkout-page select,
.checkout-page textarea {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 3px;
  background: #f1f1f1;
  padding: 9px 12px;
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 14px;
  color: #14181f;
}

.checkout-page textarea {
  height: 121px;
  resize: vertical;
}

.checkout-page .input-text:focus,
.checkout-page select:focus,
.checkout-page textarea:focus {
  outline: 1px solid #2b70ca;
}

.checkout-page .woocommerce-account-fields,
.checkout-page .woocommerce-shipping-fields__field-wrapper {
  margin-top: 24px;
}

.checkout-page .woocommerce-account-fields,
.checkout-page #ship-to-different-address {
  display: block !important;
}

.checkout-page .woocommerce-account-fields label,
.checkout-page #ship-to-different-address label {
  font-size: 20px;
  color: #14181f;
}

.checkout-page .woocommerce-account-fields input[type=checkbox],
.checkout-page #ship-to-different-address input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.checkout-page__order-review {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 24px;
}

.checkout-page #order_review table.shop_table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  margin: 0;
}

.checkout-page #order_review th,
.checkout-page #order_review td {
  border: 0;
  padding: 0;
  color: #14181f;
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
}

.checkout-page #order_review thead th {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 24px;
}

.checkout-page #order_review tbody td {
  padding-bottom: 24px;
}

.checkout-page #order_review tbody tr {
  border-bottom: 1px solid #e1e1e1;
}

.checkout-page #order_review tbody tr:last-child {
  border-bottom: 0;
}

.checkout-page #order_review td.product-name {
  text-align: left;
}

.checkout-page__product-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.checkout-page__product-thumb {
  width: 79px;
  height: 79px;
  border-radius: 2px;
  object-fit: cover;
}

.checkout-page__product-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checkout-page__product-title {
  font-size: 20px;
  font-weight: 700;
  color: #14181f;
}

.checkout-page__product-price {
  font-size: 14px;
  font-weight: 700;
  color: #2b70ca;
}

.checkout-page #order_review .product-total {
  text-align: right;
}

.checkout-page #order_review .product-total .amount {
  font-size: 14px;
  font-weight: 700;
  color: #2b70ca;
}

.checkout-page #order_review .product-quantity {
  display: none;
}

.checkout-page #order_review .cart-subtotal,
.checkout-page #order_review .shipping {
  display: none;
}

.checkout-page #order_review .woocommerce-shipping-totals td,
.checkout-page #order_review .woocommerce-shipping-totals th {
  padding: 24px 0 16px;
  vertical-align: top;
}

.checkout-page #order_review .woocommerce-shipping-totals th {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.checkout-page #order_review ul#shipping_method {
  margin: 0;
  padding: 0;
}

.checkout-page #order_review ul#shipping_method li {
  list-style: none;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
}

.checkout-page #order_review ul#shipping_method li:last-child {
  margin-bottom: 0;
}

.checkout-page #order_review ul#shipping_method input {
  margin-right: 8px;
}

.checkout-page #order_review ul#shipping_method label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 16px;
  color: #14181f;
  margin-bottom: 0;
}

.checkout-page #order_review ul#shipping_method .amount {
  font-size: 14px;
  font-weight: 700;
  color: #2b70ca;
}

.checkout-page #order_review tfoot tr.order-total th,
.checkout-page #order_review tfoot tr.order-total td {
  padding: 24px 0;
  font-size: 20px;
  font-weight: 400;
  color: #14181f;
}

.checkout-page #order_review tfoot tr.order-total td {
  text-align: right;
}

.checkout-page #order_review tfoot tr.order-total .amount {
  font-size: 14px;
  font-weight: 700;
  color: #2b70ca;
}

.checkout-page__promo {
  background: #f1f1f1;
  height: 49px;
  display: flex;
  align-items: center;
  padding: 14px 24px;
  gap: 4px;
  font-size: 14px;
  color: #14181f;
  margin: 0 0 24px;
}

.checkout-page__promo .showcoupon {
  color: #14181f;
  text-decoration: underline;
}

.checkout-page #order_review tfoot tr.checkout-page__promo-row td {
  padding: 0 0 24px;
}

.checkout-page #payment {
  background: transparent;
}

.checkout-page #payment ul.payment_methods {
  border: 0;
  padding: 0;
  margin: 0 0 24px;
}

.checkout-page #payment ul.payment_methods > li {
  list-style: none;
  margin: 0 0 24px;
}

.checkout-page #payment ul.payment_methods > li:last-child {
  margin-bottom: 0;
}

.checkout-page #payment ul.payment_methods > li > label {
  display: inline;
  margin: 0;
  font-size: 20px;
  color: #14181f;
}

.checkout-page #payment ul.payment_methods > li:not(.payment_method_bacs) > label {
  font-size: 16px;
}

.checkout-page #payment div.payment_box {
  background: transparent;
  padding: 16px 0 0;
  margin: 0;
  color: #717680;
  font-size: 14px;
  line-height: 1.35;
}

.checkout-page #payment .place-order {
  padding: 0;
  margin: 0;
}

.checkout-page #payment .woocommerce-privacy-policy-text {
  color: #717680;
  font-size: 14px;
  margin-bottom: 24px;
}

.checkout-page #payment #place_order {
  float: none;
  width: 100%;
  max-width: 386px;
  height: 46px;
  margin: 0 auto;
  display: block;
  background: #2b70ca;
  border: 0;
  border-radius: 4px;
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.checkout-page__secure-text {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 23px 0 12px;
}

.checkout-page__payment-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.checkout-page__payment-icons img {
  height: 32px;
  width: auto;
}

@media (max-width: 1200px) {
  .checkout-page__content,
  .checkout-page .woocommerce-NoticeGroup,
  .checkout-page .woocommerce-info,
  .checkout-page .woocommerce-error,
  .checkout-page .woocommerce-message,
  .checkout-page form.checkout_coupon,
  .checkout-page__login-notice {
    padding-left: 40px;
    padding-right: 40px;
  }
  .checkout-page__login-notice::before {
    left: 40px;
  }
  .checkout-breadcrumb__inner {
    padding: 0 40px;
  }
  .checkout-page__right {
    width: 440px;
  }
}
@media (max-width: 992px) {
  .checkout-page__content {
    flex-direction: column;
    padding: 0 24px 40px;
  }
  .checkout-page .woocommerce-NoticeGroup,
  .checkout-page .woocommerce-info,
  .checkout-page .woocommerce-error,
  .checkout-page .woocommerce-message,
  .checkout-page form.checkout_coupon,
  .checkout-page__login-notice {
    padding-left: 24px;
    padding-right: 24px;
  }
  .checkout-page__login-notice::before {
    left: 24px;
  }
  .checkout-breadcrumb__inner {
    padding: 0 24px;
  }
  .checkout-page__right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .checkout-page .form-row-first,
  .checkout-page .form-row-last {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .checkout-page__login-notice::before {
    display: none;
  }
  .checkout-page__login-notice p {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .checkout-page__content {
    padding: 0 16px 32px;
  }
  .checkout-page .woocommerce-NoticeGroup,
  .checkout-page .woocommerce-info,
  .checkout-page .woocommerce-error,
  .checkout-page .woocommerce-message,
  .checkout-page form.checkout_coupon,
  .checkout-page__login-notice {
    padding-left: 16px;
    padding-right: 16px;
  }
  .checkout-breadcrumb__inner {
    padding: 0 16px;
  }
  .checkout-customer .woocommerce-billing-fields,
  .checkout-customer .woocommerce-shipping-fields,
  .checkout-page__order-review {
    padding: 16px;
  }
  .checkout-page__section-title {
    font-size: 17px;
  }
  .checkout-page__section-title--order {
    font-size: 20px;
  }
  .checkout-page #order_review thead th {
    font-size: 17px;
    padding-bottom: 16px;
  }
  .checkout-page #order_review .woocommerce-shipping-totals th {
    font-size: 17px;
  }
  .checkout-page #order_review tfoot tr.order-total th,
  .checkout-page #order_review tfoot tr.order-total td {
    font-size: 17px;
    padding: 16px 0;
  }
  .checkout-page #payment ul.payment_methods > li > label {
    font-size: 16px;
  }
  .checkout-page__product-wrap {
    gap: 10px;
  }
  .checkout-page__product-thumb {
    width: 60px;
    height: 60px;
  }
  .checkout-page__product-title {
    font-size: 16px;
  }
  .checkout-page__payment-icons {
    flex-wrap: wrap;
    gap: 8px;
  }
  .checkout-page #payment #place_order {
    max-width: 100%;
  }
}
/* My Account Page
--------------------------------------------- */
/* ==========================================================================
   My Account Page
   ========================================================================== */
.ma-page {
  width: 100%;
  background: #fff;
}

/* ── Breadcrumb ─────────────────────────────────────────────────────────────── */
.ma-breadcrumb {
  background: var(--color-bg-gray);
  padding: 28px 0;
  text-align: center;
}
.ma-breadcrumb__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.ma-page__title {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: var(--color-text-dark);
  margin: 0;
}

/* ── Notices ────────────────────────────────────────────────────────────────── */
.ma-page .woocommerce-notices-wrapper,
.ma-page .woocommerce-message,
.ma-page .woocommerce-info,
.ma-page .woocommerce-error {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.ma-page .woocommerce-message,
.ma-page .woocommerce-info,
.ma-page .woocommerce-error {
  background: #f0f7ff;
  border-left: 4px solid var(--color-btn-bg-primary);
  border-top: none;
  border-radius: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-text-dark);
  margin-top: 24px;
  margin-bottom: 0;
}

.ma-page .woocommerce-error {
  border-left-color: var(--color-text-red);
  background: #fff5f5;
}

/* ── Main Layout ────────────────────────────────────────────────────────────── */
.ma-page__content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 16px 60px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* ── Sidebar Navigation ─────────────────────────────────────────────────────── */
.ma-page__sidebar {
  width: 220px;
  flex-shrink: 0;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e2e2e2;
}
.woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #e2e2e2;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 13px 16px;
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
  font-size: 15px;
  font-weight: 400;
  color: var(--color-text-dark);
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-left 0.15s ease;
}
.woocommerce-MyAccount-navigation li a:hover {
  color: var(--color-btn-bg-primary);
  background-color: #f5f9ff;
}
.woocommerce-MyAccount-navigation li.is-active > a, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--active > a {
  color: var(--color-btn-bg-primary);
  font-weight: 600;
  background-color: #edf4ff;
  border-left: 3px solid var(--color-btn-bg-primary);
  padding-left: 13px;
}

/* ── Main Content Area ──────────────────────────────────────────────────────── */
.ma-page__main {
  flex: 1;
  min-width: 0;
}

.woocommerce-MyAccount-content {
  font-family: var(--font-family-base, "Pragmatica", sans-serif);
}
.woocommerce-MyAccount-content > p:first-child {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text-dark);
  margin-top: 0;
}
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message {
  border-left: 4px solid var(--color-btn-bg-primary);
  background: #f0f7ff;
  border-top: none;
  padding: 14px 20px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-text-dark);
  border-radius: 0;
}

/* ── Orders Table ───────────────────────────────────────────────────────────── */
table.woocommerce-MyAccount-orders {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-family-base);
  margin: 0;
}
table.woocommerce-MyAccount-orders th {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-text-dark);
  border-bottom: 2px solid #e2e2e2;
  text-align: left;
  background: #f8f8f8;
}
table.woocommerce-MyAccount-orders td {
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-dark);
  border-bottom: 1px solid #e2e2e2;
  vertical-align: middle;
}
table.woocommerce-MyAccount-orders tr:last-child td {
  border-bottom: none;
}
table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .button,
table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.button {
  display: inline-block;
  padding: 7px 16px;
  background: var(--color-btn-bg-primary);
  color: #fff;
  font-size: 13px;
  font-family: var(--font-family-base);
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .button:hover,
table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.button:hover {
  opacity: 0.85;
  color: #fff;
}
table.woocommerce-MyAccount-orders mark.order-status {
  background: none;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 20px;
}
table.woocommerce-MyAccount-orders mark.order-status.status-completed {
  background: #e6f4ea;
  color: #1e7e34;
}
table.woocommerce-MyAccount-orders mark.order-status.status-processing {
  background: #e8f0fe;
  color: #1a56db;
}
table.woocommerce-MyAccount-orders mark.order-status.status-pending {
  background: #fef3c7;
  color: #92400e;
}
table.woocommerce-MyAccount-orders mark.order-status.status-cancelled {
  background: #fee2e2;
  color: #b91c1c;
}
table.woocommerce-MyAccount-orders mark.order-status.status-refunded {
  background: #f3e8ff;
  color: #6d28d9;
}
table.woocommerce-MyAccount-orders mark.order-status.status-on-hold {
  background: #fff7ed;
  color: #c2410c;
}

/* ── Dashboard Section Titles ───────────────────────────────────────────────── */
.woocommerce-column__title,
.woocommerce-MyAccount-content h2 {
  font-family: var(--font-family-base);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e2e2e2;
}

/* ── Address Boxes ──────────────────────────────────────────────────────────── */
.woocommerce-Addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.woocommerce-Addresses .woocommerce-Address {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 24px;
}
.woocommerce-Addresses .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.woocommerce-Addresses .woocommerce-Address-title h3 {
  font-family: var(--font-family-base);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--color-text-dark);
  margin: 0;
}
.woocommerce-Addresses .woocommerce-Address-title .edit {
  font-size: 13px;
  color: var(--color-btn-bg-primary);
  text-decoration: none;
}
.woocommerce-Addresses .woocommerce-Address-title .edit:hover {
  text-decoration: underline;
}
.woocommerce-Addresses address {
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text-light-gray);
}

/* ── Account / Address Forms ────────────────────────────────────────────────── */
.woocommerce-EditAccountForm .form-row,
.woocommerce-address-fields .form-row,
.woocommerce-ResetPassword .form-row {
  margin-bottom: 16px;
}
.woocommerce-EditAccountForm .form-row label,
.woocommerce-address-fields .form-row label,
.woocommerce-ResetPassword .form-row label {
  display: block;
  font-family: var(--font-family-base);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-text-dark);
  margin-bottom: 8px;
}
.woocommerce-EditAccountForm .form-row input.input-text,
.woocommerce-EditAccountForm .form-row select,
.woocommerce-EditAccountForm .form-row textarea,
.woocommerce-address-fields .form-row input.input-text,
.woocommerce-address-fields .form-row select,
.woocommerce-address-fields .form-row textarea,
.woocommerce-ResetPassword .form-row input.input-text,
.woocommerce-ResetPassword .form-row select,
.woocommerce-ResetPassword .form-row textarea {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 3px;
  background: var(--color-bg-gray);
  padding: 9px 12px;
  font-family: var(--font-family-base);
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-dark);
  box-sizing: border-box;
}
.woocommerce-EditAccountForm .form-row input.input-text:focus,
.woocommerce-EditAccountForm .form-row select:focus,
.woocommerce-EditAccountForm .form-row textarea:focus,
.woocommerce-address-fields .form-row input.input-text:focus,
.woocommerce-address-fields .form-row select:focus,
.woocommerce-address-fields .form-row textarea:focus,
.woocommerce-ResetPassword .form-row input.input-text:focus,
.woocommerce-ResetPassword .form-row select:focus,
.woocommerce-ResetPassword .form-row textarea:focus {
  outline: 1px solid var(--color-btn-bg-primary);
}
.woocommerce-EditAccountForm .form-row textarea,
.woocommerce-address-fields .form-row textarea,
.woocommerce-ResetPassword .form-row textarea {
  height: 100px;
  resize: vertical;
}
.woocommerce-EditAccountForm .form-row .woocommerce-input-wrapper,
.woocommerce-address-fields .form-row .woocommerce-input-wrapper,
.woocommerce-ResetPassword .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.woocommerce-EditAccountForm .form-row-first,
.woocommerce-EditAccountForm .form-row-last,
.woocommerce-address-fields .form-row-first,
.woocommerce-address-fields .form-row-last,
.woocommerce-ResetPassword .form-row-first,
.woocommerce-ResetPassword .form-row-last {
  display: inline-block;
  width: calc(50% - 8px);
  vertical-align: top;
}
.woocommerce-EditAccountForm .form-row-first,
.woocommerce-address-fields .form-row-first,
.woocommerce-ResetPassword .form-row-first {
  margin-right: 16px;
}
.woocommerce-EditAccountForm fieldset,
.woocommerce-address-fields fieldset,
.woocommerce-ResetPassword fieldset {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 20px 24px;
  margin: 0 0 24px;
}
.woocommerce-EditAccountForm fieldset legend,
.woocommerce-address-fields fieldset legend,
.woocommerce-ResetPassword fieldset legend {
  font-family: var(--font-family-base);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--color-text-dark);
  padding: 0 8px;
}
.woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-EditAccountForm button[type=submit],
.woocommerce-EditAccountForm input[type=submit],
.woocommerce-address-fields .woocommerce-Button,
.woocommerce-address-fields button[type=submit],
.woocommerce-address-fields input[type=submit],
.woocommerce-ResetPassword .woocommerce-Button,
.woocommerce-ResetPassword button[type=submit],
.woocommerce-ResetPassword input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 32px;
  background: var(--color-btn-bg-primary);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: var(--font-family-base);
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  transition: opacity 0.2s ease;
  text-decoration: none;
}
.woocommerce-EditAccountForm .woocommerce-Button:hover,
.woocommerce-EditAccountForm button[type=submit]:hover,
.woocommerce-EditAccountForm input[type=submit]:hover,
.woocommerce-address-fields .woocommerce-Button:hover,
.woocommerce-address-fields button[type=submit]:hover,
.woocommerce-address-fields input[type=submit]:hover,
.woocommerce-ResetPassword .woocommerce-Button:hover,
.woocommerce-ResetPassword button[type=submit]:hover,
.woocommerce-ResetPassword input[type=submit]:hover {
  opacity: 0.9;
  color: #fff;
}

/* Lost password form */
.woocommerce-ResetPassword {
  max-width: 480px;
}
.woocommerce-ResetPassword p.woocommerce-form-row {
  margin-bottom: 16px;
}

/* Login form on my-account page (logged out) */
.woocommerce-account:not(.logged-in) .woocommerce {
  max-width: 480px;
}

/* ── Downloads Table ────────────────────────────────────────────────────────── */
table.woocommerce-MyAccount-downloads {
  width: 100%;
  border-collapse: collapse;
}
table.woocommerce-MyAccount-downloads th {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-text-dark);
  border-bottom: 2px solid #e2e2e2;
  text-align: left;
  background: #f8f8f8;
}
table.woocommerce-MyAccount-downloads td {
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-dark);
  border-bottom: 1px solid #e2e2e2;
}
table.woocommerce-MyAccount-downloads .woocommerce-MyAccount-downloads-file a {
  display: inline-block;
  padding: 7px 16px;
  background: var(--color-btn-bg-primary);
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
table.woocommerce-MyAccount-downloads .woocommerce-MyAccount-downloads-file a:hover {
  opacity: 0.9;
  color: #fff;
}

/* ── Order Detail View ──────────────────────────────────────────────────────── */
.woocommerce-order-details,
.woocommerce-customer-details {
  margin-bottom: 32px;
}
.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-order-details h2,
.woocommerce-customer-details .woocommerce-order-details__title,
.woocommerce-customer-details h2 {
  font-family: var(--font-family-base);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e2e2e2;
}
.woocommerce-order-details table.woocommerce-table,
.woocommerce-customer-details table.woocommerce-table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-order-details table.woocommerce-table th,
.woocommerce-order-details table.woocommerce-table td,
.woocommerce-customer-details table.woocommerce-table th,
.woocommerce-customer-details table.woocommerce-table td {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid #e2e2e2;
  color: var(--color-text-dark);
  text-align: left;
}
.woocommerce-order-details table.woocommerce-table tfoot tr:last-child td,
.woocommerce-order-details table.woocommerce-table tfoot tr:last-child th,
.woocommerce-customer-details table.woocommerce-table tfoot tr:last-child td,
.woocommerce-customer-details table.woocommerce-table tfoot tr:last-child th {
  font-weight: 700;
  font-size: 15px;
}
.woocommerce-order-details table.woocommerce-table tfoot td,
.woocommerce-customer-details table.woocommerce-table tfoot td {
  text-align: right;
}

/* ── Responsive ─────────────────────────────────────────────────────────────── */
@media (max-width: 1200px) {
  .ma-page__content {
    padding: 40px 40px 60px;
  }
}
@media (max-width: 992px) {
  .ma-page__content {
    flex-direction: column;
    padding: 32px 24px 40px;
    gap: 24px;
  }
  .ma-page__sidebar {
    width: 100%;
  }
  /* Nav becomes scrollable horizontal tabs */
  .woocommerce-MyAccount-navigation {
    overflow-x: auto;
  }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: nowrap;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-left: none;
    min-width: max-content;
  }
  .woocommerce-MyAccount-navigation li {
    border-bottom: none;
    border-right: none;
    flex: 0 0 auto;
  }
  .woocommerce-MyAccount-navigation li a {
    padding: 12px 18px;
    font-size: 14px;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
  }
  .woocommerce-MyAccount-navigation li.is-active > a, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--active > a {
    border-left: none;
    border-bottom: 3px solid var(--color-btn-bg-primary);
    background-color: #edf4ff;
    padding-left: 18px;
    padding-bottom: 9px;
  }
  .woocommerce-Addresses {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .ma-page__content {
    padding: 24px 16px 32px;
  }
  .ma-breadcrumb {
    padding: 20px 16px;
  }
  .ma-page__title {
    font-size: 20px;
  }
  .woocommerce-EditAccountForm .form-row-first,
  .woocommerce-EditAccountForm .form-row-last,
  .woocommerce-address-fields .form-row-first,
  .woocommerce-address-fields .form-row-last {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .woocommerce-EditAccountForm fieldset,
  .woocommerce-address-fields fieldset {
    padding: 16px;
  }
  .woocommerce-Addresses {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  table.woocommerce-MyAccount-orders,
  table.woocommerce-MyAccount-downloads,
  .woocommerce-order-details table.woocommerce-table,
  .woocommerce-customer-details table.woocommerce-table {
    display: block;
    overflow-x: auto;
  }
  .woocommerce-column__title,
  .woocommerce-MyAccount-content h2 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .ma-page__content {
    padding: 20px 12px 28px;
  }
  .ma-breadcrumb {
    padding: 16px 12px;
  }
  .ma-page__title {
    font-size: 18px;
  }
  .woocommerce-MyAccount-navigation li a {
    padding: 10px 14px;
    font-size: 13px;
  }
  .woocommerce-Addresses .woocommerce-Address {
    padding: 16px;
  }
  .woocommerce-EditAccountForm fieldset,
  .woocommerce-address-fields fieldset {
    padding: 12px;
  }
  .woocommerce-EditAccountForm .woocommerce-Button,
  .woocommerce-EditAccountForm button[type=submit],
  .woocommerce-EditAccountForm input[type=submit],
  .woocommerce-address-fields .woocommerce-Button,
  .woocommerce-address-fields button[type=submit],
  .woocommerce-address-fields input[type=submit] {
    width: 100%;
  }
  table.woocommerce-MyAccount-orders th,
  table.woocommerce-MyAccount-orders td {
    padding: 10px 10px;
    font-size: 13px;
  }
}
/* Global Styles
--------------------------------------------- */
/**
 * Global Styles
 * Foundational styles for common elements, text, buttons, and global components
 */
a:focus, a:focus-visible,
button:focus,
button:focus-visible,
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible,
[role=button]:focus,
[role=button]:focus-visible {
  outline: none;
}

body {
  font-family: var(--font-family-base);
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.section-padding {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

.section-padding-top {
  padding-top: var(--section-padding);
}

.section-padding-bottom {
  padding-bottom: var(--section-padding);
}

.bg-white {
  background-color: var(--color-bg-white);
  color: var(--color-text-dark);
}

.bg-dark {
  background-color: var(--color-bg-dark);
  color: var(--color-text-light);
}

.bg-gray {
  background-color: var(--color-bg-gray);
  color: var(--color-text-dark);
}

.text-light {
  color: var(--color-text-light);
}

.text-dark {
  color: var(--color-text-dark);
}

.text-light-gray {
  color: var(--color-text-light-gray);
}

.text-red {
  color: var(--color-text-red);
}

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

.link-red {
  color: var(--color-link-red);
}

h1 {
  font-size: 56px;
  line-height: 62px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
}

h3 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
}

h4 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

h5 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
}

h6 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

p,
p.regular {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

p.small {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

p.large {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

a:visited {
  color: var(--link-color, inherit);
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
  h5 {
    font-size: 22px;
    line-height: 30px;
  }
  h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
  h5 {
    font-size: 20px;
    line-height: 28px;
  }
  h6 {
    font-size: 18px;
    line-height: 26px;
  }
  body, p, p.regular {
    font-size: 16px;
    line-height: 24px;
  }
  p.large {
    font-size: 18px;
    line-height: 27px;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 auto;
}

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

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

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

/* Default WordPress Privacy Policy page */
.privacy-policy .site-main {
  padding: 0 0 80px;
}
.privacy-policy .type-page {
  max-width: none;
  padding: 0;
  margin: 0;
}
.privacy-policy .privacy-hero__top {
  background-color: var(--color-bg-gray);
  padding: 24px 80px 24px;
  margin-bottom: 40px;
}
.privacy-policy .privacy-hero__top .breadcrumb {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-btn-bg-primary);
  margin-bottom: 16px;
}
.privacy-policy .privacy-hero__top .breadcrumb .breadcrumb__link,
.privacy-policy .privacy-hero__top .breadcrumb .breadcrumb__sep,
.privacy-policy .privacy-hero__top .breadcrumb .breadcrumb__current {
  color: var(--color-btn-bg-primary);
}
.privacy-policy .privacy-hero__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.privacy-policy .privacy-hero__page-title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-text-dark);
  margin: 0;
}
.privacy-policy .entry-content {
  margin-top: 0;
  width: min(1440px, 100% - 32px);
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 32px;
  color: var(--color-text-dark);
  font-family: "Pragmatica", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
.privacy-policy .entry-content h2,
.privacy-policy .entry-content h3,
.privacy-policy .entry-content h4 {
  font-family: "Pragmatica", sans-serif;
  color: var(--color-text-dark);
  margin: 1.5em 0 0.6em;
  line-height: 1.3;
}
.privacy-policy .entry-content h2 {
  font-size: 28px;
}
.privacy-policy .entry-content h3 {
  font-size: 22px;
}
.privacy-policy .entry-content h4 {
  font-size: 18px;
}
.privacy-policy .entry-content p,
.privacy-policy .entry-content ul,
.privacy-policy .entry-content ol {
  margin: 0 0 1em;
}
.privacy-policy .entry-content ul,
.privacy-policy .entry-content ol {
  padding-left: 1.25em;
}
.privacy-policy .entry-content a {
  color: var(--color-btn-bg-primary);
  text-underline-offset: 2px;
}
.privacy-policy .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
.privacy-policy .entry-content th,
.privacy-policy .entry-content td {
  border: 1px solid #e2e2e2;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

/* Shared legal-page layout class used by Privacy + Refund & Returns default pages */
.site-main > .legal-policy-page {
  max-width: none;
  margin: 0;
  padding: 0 0 80px;
}
.site-main > .legal-policy-page .privacy-hero__top {
  background-color: var(--color-bg-gray);
  padding: 24px 80px 24px;
  margin-bottom: 40px;
}
.site-main > .legal-policy-page .privacy-hero__top .breadcrumb {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-btn-bg-primary);
  margin-bottom: 16px;
}
.site-main > .legal-policy-page .privacy-hero__top .breadcrumb .breadcrumb__link,
.site-main > .legal-policy-page .privacy-hero__top .breadcrumb .breadcrumb__sep,
.site-main > .legal-policy-page .privacy-hero__top .breadcrumb .breadcrumb__current {
  color: var(--color-btn-bg-primary);
}
.site-main > .legal-policy-page .privacy-hero__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.site-main > .legal-policy-page .privacy-hero__page-title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-text-dark);
  margin: 0;
}
.site-main > .legal-policy-page .entry-content {
  margin-top: 0;
  width: min(1440px, 100% - 32px);
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 32px;
  color: var(--color-text-dark);
  font-family: "Pragmatica", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
.site-main > .legal-policy-page .entry-content h2,
.site-main > .legal-policy-page .entry-content h3,
.site-main > .legal-policy-page .entry-content h4 {
  font-family: "Pragmatica", sans-serif;
  color: var(--color-text-dark);
  margin: 1.5em 0 0.6em;
  line-height: 1.3;
}
.site-main > .legal-policy-page .entry-content h2 {
  font-size: 28px;
}
.site-main > .legal-policy-page .entry-content h3 {
  font-size: 22px;
}
.site-main > .legal-policy-page .entry-content h4 {
  font-size: 18px;
}
.site-main > .legal-policy-page .entry-content p,
.site-main > .legal-policy-page .entry-content ul,
.site-main > .legal-policy-page .entry-content ol {
  margin: 0 0 1em;
}
.site-main > .legal-policy-page .entry-content ul,
.site-main > .legal-policy-page .entry-content ol {
  padding-left: 1.25em;
}
.site-main > .legal-policy-page .entry-content a {
  color: var(--color-btn-bg-primary);
  text-underline-offset: 2px;
}
.site-main > .legal-policy-page .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
.site-main > .legal-policy-page .entry-content th,
.site-main > .legal-policy-page .entry-content td {
  border: 1px solid #e2e2e2;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 1200px) {
  .privacy-policy .site-main {
    padding: 0 0 60px;
  }
  .privacy-policy .privacy-hero__top {
    padding-left: 40px;
    padding-right: 40px;
  }
  .site-main > .legal-policy-page {
    padding: 0 0 60px;
  }
  .site-main > .legal-policy-page .privacy-hero__top {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .privacy-policy .site-main {
    padding: 0 0 40px;
  }
  .privacy-policy .privacy-hero__top {
    padding: 20px 24px;
    margin-bottom: 24px;
  }
  .privacy-policy .entry-content {
    padding: 24px;
  }
  .site-main > .legal-policy-page {
    padding: 0 0 40px;
  }
  .site-main > .legal-policy-page .privacy-hero__top {
    padding: 20px 24px;
    margin-bottom: 24px;
  }
  .site-main > .legal-policy-page .entry-content {
    padding: 24px;
  }
}
@media screen and (max-width: 480px) {
  .privacy-policy .site-main {
    padding: 0 0 32px;
  }
  .privacy-policy .privacy-hero__top {
    padding: 16px;
    margin-bottom: 16px;
  }
  .privacy-policy .entry-content {
    width: calc(100% - 16px);
    padding: 18px;
    font-size: 15px;
  }
  .site-main > .legal-policy-page {
    padding: 0 0 32px;
  }
  .site-main > .legal-policy-page .privacy-hero__top {
    padding: 16px;
    margin-bottom: 16px;
  }
  .site-main > .legal-policy-page .entry-content {
    width: calc(100% - 16px);
    padding: 18px;
    font-size: 15px;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* ACF Components
--------------------------------------------- */
/**
 * ACF Flexible Content Components
 * Organized by page type: contact, faq, about, products
 */
/**
 * ACF Flexible Content: Home
 * Hero (carousel), section images.
 * Styles live in components/home/home.
 */
/**
 * ACF Flexible Content: Contact
 * Hero, form, details, features, newsletter
 */
/**
 * ACF Flexible Content: FAQ
 * Hero, intro, list, boxes
 */
/**
 * ACF Flexible Content: About
 * Hero, facility banner, services, features, testimonials, CTA
 */
/**
 * ACF Products Components
 * Styles for ACF-driven product listing layouts
 * Main styles are in components/products/_products.scss
 */
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Glass Railing form (page template)
--------------------------------------------- */
/**
 * Glass Railing 5-Step Form
 * Matches glassrailing design: fields, progress bar, next/prev
 *
 * @package glass_door
 */
.glass-railing-form-page {
  padding: 40px 16px 60px;
  max-width: 1440px;
  margin: 0 auto;
}

.glass-railing-form {
  background: var(--color-bg-white);
  max-width: 100%;
}

.glass-railing-form__header {
  margin-bottom: 36px;
}

.glass-railing-form__title {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: var(--color-text-dark);
  margin: 0 0 8px;
}

.glass-railing-form__intro {
  font-family: var(--font-family-base);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-dark);
  margin: 0;
  max-width: 100%;
}

.glass-railing-form__form {
  background: #fff;
}

.glass-railing-form__step-title {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
  margin: 0 0 8px;
}
.glass-railing-form__step-title--small {
  font-size: 16px;
  margin-top: 24px;
}

.glass-railing-form__step-desc {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-dark);
  margin: 0 0 24px;
}

/* Step 5: top row = image + installation; below = full-width rows */
.glass-railing-form__step-5-layout {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.glass-railing-form__step-5-layout .glass-railing-form__row--full {
  width: 100%;
  margin-top: 0;
}

.glass-railing-form__step-5-top-row--with-image {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .glass-railing-form__step-5-top-row--with-image {
    flex-direction: column;
  }
}

/* Left column: featured image */
.glass-railing-form__step-featured-image {
  flex-shrink: 0;
  width: 42%;
  max-width: 480px;
  order: 1;
}
@media screen and (max-width: 768px) {
  .glass-railing-form__step-featured-image {
    width: 100%;
    max-width: none;
  }
}

.glass-railing-form__step-featured-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Right column: Professional Installation Services (title, description, installation row) */
.glass-railing-form__step-5-content {
  flex: 1;
  min-width: 0;
  order: 2;
}

.glass-railing-form__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  margin-bottom: 24px;
}

.glass-railing-form__row--compact {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.glass-railing-form__row {
  width: 100%;
  margin-bottom: 16px;
}
.glass-railing-form__row--half {
  width: calc(50% - 12px);
  min-width: 200px;
}
.glass-railing-form__row--third {
  width: calc((100% - 48px) / 3);
  min-width: 140px;
}
.glass-railing-form__row--compact .glass-railing-form__label {
  margin-bottom: 4px;
}
.glass-railing-form__row--compact .glass-railing-form__hint {
  margin-bottom: 2px;
}
.glass-railing-form__row--compact .glass-railing-form__radio-group {
  margin-top: 6px;
}

.glass-railing-form__label {
  display: block;
  font-family: Pragmatica, var(--font-family-base);
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #171717;
  margin-bottom: 8px;
}
.glass-railing-form__label--section {
  font-weight: 700;
  font-size: 24px;
  color: #151920;
}

.glass-railing-form__hint {
  font-family: Pragmatica, var(--font-family-base);
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #717680;
  margin: 0 0 6px;
}

.glass-railing-form__disclaimer {
  font-family: Pragmatica, var(--font-family-base);
  font-size: 12px;
  line-height: 1.4;
  color: #717680;
  margin: 12px 0 0;
}

.glass-railing-form__field-error {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.3;
  color: #e22319;
}
.glass-railing-form__field-error:empty {
  display: none;
}

.glass-railing-form__input,
.glass-railing-form__select,
.glass-railing-form__textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 16px;
  font-family: var(--font-family-base);
  font-size: 14px;
  color: var(--color-text-dark);
  background: #f2f2f2;
  border: none !important;
  border-radius: 0;
  opacity: 1;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.glass-railing-form__input:focus,
.glass-railing-form__select:focus,
.glass-railing-form__textarea:focus {
  outline: none;
  border: 1px solid var(--color-btn-bg-primary);
  box-shadow: 0 0 0 2px rgba(43, 112, 202, 0.2);
}
.glass-railing-form__input--error,
.glass-railing-form__select--error,
.glass-railing-form__textarea--error {
  border: 1px solid #e22319 !important;
  box-shadow: 0 0 0 1px #e22319;
}

.glass-railing-form__step-error {
  margin-top: 16px;
  padding: 10px 14px;
  background: #fef2f2;
  color: #e22319;
  font-size: 12px;
  line-height: 1.4;
  border-radius: 4px;
  border: 1px solid #e22319;
}
.glass-railing-form__step-error:not([hidden]) {
  display: block;
}

.glass-railing-form__radio-group--error,
.glass-railing-form__checkbox-group--error {
  padding: 8px 0;
  border-left: 3px solid #e22319;
  padding-left: 12px;
}
.glass-railing-form__radio-group--error .glass-railing-form__radio-label,
.glass-railing-form__radio-group--error .glass-railing-form__checkbox-label,
.glass-railing-form__checkbox-group--error .glass-railing-form__radio-label,
.glass-railing-form__checkbox-group--error .glass-railing-form__checkbox-label {
  color: #e22319;
  font-size: 12px;
}

.glass-railing-form__textarea {
  min-height: 120px;
  resize: vertical;
}

.glass-railing-form__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.75 0.75L5.75 5.75L0.75 0.75' stroke='%23717680' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 7px;
  padding-right: 40px;
}

.glass-railing-form__radio-group,
.glass-railing-form__checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 8px;
}

.glass-railing-form__checkbox-group--column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  margin-top: 8px;
}

.glass-railing-form__radio-label,
.glass-railing-form__checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--color-text-dark);
  cursor: pointer;
}

.glass-railing-form__radio,
.glass-railing-form__checkbox {
  width: 18px;
  height: 18px;
}

.glass-railing-form__file-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.glass-railing-form__file-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 16px;
  background: #f2f2f2;
  border-radius: 0;
  font-size: 14px;
  color: var(--color-text-dark);
  pointer-events: none;
  box-sizing: border-box;
}

.glass-railing-form__file {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  min-height: 50px;
  height: 100%;
  cursor: pointer;
}

.glass-railing-form__file-label {
  display: inline-block;
  font-size: 14px;
  color: #717680;
}

.glass-railing-form__consent {
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-text-dark);
  margin: 24px 0 0;
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
}

.glass-railing-form__footer {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e8e8e8;
  gap: 24px;
  flex-direction: column;
}

.glass-railing-form__progress-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.glass-railing-form__progress {
  font-size: 14px;
  color: var(--color-text-dark);
}

.glass-railing-form__progress-bar {
  width: 100%;
  height: 14px;
  background: #f1f1f1;
  border-radius: 18px;
  overflow: hidden;
}

.glass-railing-form__progress-fill {
  height: 100%;
  width: 20%;
  background: var(--color-btn-bg-primary);
  border-radius: 13px;
  transition: width 0.3s ease;
}

.glass-railing-form__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.glass-railing-form__nav .glass-railing-form__btn--prev:not([hidden]) {
  margin-right: auto;
}

.glass-railing-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 386px;
  height: 46px;
  padding: 15px 121px;
  gap: 16px;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #2b70ca;
  border: none;
  border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.2s;
  box-sizing: border-box;
}
.glass-railing-form__btn:hover {
  opacity: 0.9;
}
.glass-railing-form__btn:focus {
  outline: 2px solid #2b70ca;
  outline-offset: 2px;
}
.glass-railing-form__btn[hidden] {
  display: none;
}

@media screen and (max-width: 768px) {
  .glass-railing-form__row--half,
  .glass-railing-form__row--third {
    width: 100%;
  }
  .glass-railing-form__footer {
    align-items: stretch;
  }
  .glass-railing-form__nav {
    flex-wrap: wrap;
  }
  .glass-railing-form__btn {
    width: 100%;
    max-width: 386px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* Thank you section (after submit) */
.glass-railing-form__thank-you {
  display: none;
  text-align: center;
  padding: 48px 24px 60px;
  max-width: 560px;
  margin: 0 auto;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.glass-railing-form__thank-you[hidden] {
  display: none !important;
}
.glass-railing-form__thank-you:not([hidden]) {
  display: block;
}
.glass-railing-form__thank-you--visible {
  opacity: 1;
  transform: scale(1);
}

.glass-railing-form__thank-you-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
}

.glass-railing-form__thank-you-check {
  width: 100%;
  height: 100%;
  stroke: var(--color-btn-bg-primary, #2b70ca);
}

.glass-railing-form__thank-you-circle {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  animation: glass-railing-thank-you-circle 0.6s ease forwards;
}

.glass-railing-form__thank-you-path {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: glass-railing-thank-you-path 0.4s ease 0.4s forwards;
}

.glass-railing-form__thank-you-title {
  font-family: Pragmatica, var(--font-family-base);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: var(--color-btn-bg-primary, #2b70ca);
  margin: 0 0 16px;
}

.glass-railing-form__thank-you-details {
  font-family: Pragmatica, var(--font-family-base);
  font-size: 16px;
  line-height: 1.6;
  color: #171717;
  margin: 0;
}

@keyframes glass-railing-thank-you-circle {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes glass-railing-thank-you-path {
  to {
    stroke-dashoffset: 0;
  }
}
/* Shower Door form (page template)
--------------------------------------------- */
/**
* Shower Door 14-Step Form
*
* Design tokens:
*  Card bg:        rgba(235,243,255,1)   #EBF3FF
*  Card border:    2px solid #14181F
*  Selected border:2px solid #2B70CA
*  Next btn bg:    #2B70CA
*  Input bg:       rgba(241,241,241,1)   #F1F1F1
*  Input border:   0.5px solid #2B70CA
*
* @package glass_door
*/
.sd-form-page {
  padding: 40px 16px 60px;
  max-width: 1440px;
  margin: 0 auto;
  overflow-x: hidden;
}

.sd-form {
  max-width: 100%;
}

.sd-form__header {
  margin-bottom: 32px;
}

.sd-form__title {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: var(--color-text-dark, #151920);
  margin: 0 0 8px;
}

.sd-form__intro {
  font-family: var(--font-family-base);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-dark, #151920);
  margin: 0;
}

.sd-form__layout {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.sd-form__main {
  flex: 1;
  min-width: 0;
}

.sd-form__form {
  background: #fff;
}

.sd-form__step-question {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark, #151920);
  margin: 0 0 8px;
}

.sd-form__step-note {
  font-family: var(--font-family-base);
  font-size: 14px;
  line-height: 1.5;
  color: #717680;
  margin: 0 0 24px;
}

.sd-form__step-subtitle {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-text-dark, #151920);
  margin: 0 0 16px;
}

.sd-form__disclaimer {
  font-size: 12px;
  line-height: 1.5;
  color: #717680;
  margin: 16px 0 0;
}

.sd-form__card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
  max-width: 100%;
  box-sizing: border-box;
}
.sd-form__card-grid--2col {
  grid-template-columns: repeat(3, 1fr);
}
.sd-form__card-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}
.sd-form__card-grid--yes-no {
  grid-template-columns: repeat(2, 1fr);
  max-width: 320px;
}
.sd-form__card-grid--error .sd-form__card {
  border-color: #e22319;
}

.sd-form__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(235, 243, 255);
  border: 1px solid var(--color-border-gray);
  border-radius: 4px;
  padding: 12px 8px;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  user-select: none;
}
.sd-form__card:hover {
  border-color: #2b70ca;
  box-shadow: 0 0 0 1px rgba(43, 112, 202, 0.25);
}
.sd-form__card.is-selected {
  border-color: rgb(43, 112, 202);
  box-shadow: 0 0 0 1px rgba(43, 112, 202, 0.35);
}
.sd-form__card--yes-no {
  justify-content: center;
  min-height: 40px;
  padding: 10px 32px;
  background: rgb(43, 112, 202);
  border-color: rgb(43, 112, 202);
}
.sd-form__card--yes-no:hover {
  border-color: rgb(43, 112, 202);
  box-shadow: 0 2px 8px rgba(43, 112, 202, 0.4);
}
.sd-form__card--yes-no.is-selected {
  background: rgb(25, 75, 155);
  border-color: rgb(25, 75, 155);
  box-shadow: 0 0 0 2px rgba(43, 112, 202, 0.4);
}
.sd-form__card--yes-no .sd-form__card-label {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.sd-form__card-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.sd-form__card-img {
  width: 100%;
  aspect-ratio: 1;
  background: rgba(215, 232, 255, 0.6);
  border-radius: 2px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}
.sd-form__card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sd-form__card-label {
  font-family: var(--font-family-base);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-dark, #151920);
  text-align: center;
  line-height: 1.3;
}

.sd-form__measure-wrap {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.sd-form__diagram {
  flex-shrink: 0;
  width: 260px;
}
.sd-form__diagram img {
  width: 100%;
  height: auto;
  display: block;
}

.sd-form__measure-inputs {
  flex: 1;
  min-width: 0;
}

.sd-form__measure-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.sd-form__measure-label {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 16px;
  color: #2b70ca;
  min-width: 58px;
  flex-shrink: 0;
}

.sd-form__measure-unit {
  font-family: var(--font-family-base);
  font-size: 14px;
  color: #717680;
  flex-shrink: 0;
}

.sd-form__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  margin-bottom: 24px;
}

.sd-form__row {
  width: 100%;
  margin-bottom: 16px;
}
.sd-form__row--half {
  width: calc(50% - 12px);
  min-width: 200px;
}

.sd-form__label {
  display: block;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 400;
  color: #171717;
  margin-bottom: 8px;
}

.sd-form__input,
.sd-form__select {
  width: 100%;
  min-height: 50px;
  padding: 12px 16px;
  font-family: var(--font-family-base);
  font-size: 14px;
  color: var(--color-text-dark, #151920);
  background: rgb(241, 241, 241);
  border: 0.5px solid rgb(43, 112, 202);
  border-radius: 2px;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.sd-form__input:focus,
.sd-form__select:focus {
  outline: none;
  border-color: #2b70ca;
  box-shadow: 0 0 0 2px rgba(43, 112, 202, 0.2);
}
.sd-form__input--error,
.sd-form__select--error {
  border-color: #e22319 !important;
  box-shadow: 0 0 0 1px #e22319;
}

.sd-form__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.75 0.75L5.75 5.75L0.75 0.75' stroke='%23717680' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 7px;
  padding-right: 40px;
}
.sd-form__select--error {
  border-color: #e22319 !important;
  box-shadow: 0 0 0 1px #e22319;
}

.sd-form__measure-input {
  min-height: 44px;
  flex: 1;
  padding: 10px 12px;
}

.sd-form__field-error {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #e22319;
}
.sd-form__field-error:empty {
  display: none;
}

.sd-form__checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.sd-form__checkbox-label {
  font-size: 14px;
  color: var(--color-text-dark, #151920);
  cursor: pointer;
}

.sd-form__consent {
  margin: 24px 0 0;
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
}

.sd-form__consent-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-text-dark, #151920);
  cursor: pointer;
}
.sd-form__consent-label input[type=checkbox] {
  flex-shrink: 0;
  margin-top: 2px;
}

.sd-form__upsell {
  margin-top: 24px;
  padding: 20px;
  background: rgba(235, 243, 255, 0.5);
  border: 1px solid rgba(43, 112, 202, 0.2);
  border-radius: 4px;
}

.sd-form__upsell-title {
  font-family: var(--font-family-base);
  font-weight: 600;
  font-size: 15px;
  color: var(--color-text-dark, #151920);
  margin: 0 0 16px;
}

.sd-form__upsell-body {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sd-form__upsell-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: var(--color-text-dark, #151920);
  flex: 0 0 auto;
}
.sd-form__upsell-benefits li {
  padding: 4px 0;
}
.sd-form__upsell-benefits li::before {
  content: "✓ ";
  color: #2b70ca;
  font-weight: 700;
}

.sd-form__upsell-card {
  flex: 1;
  min-width: 200px;
  background: #fff;
  border: 1px solid rgba(43, 112, 202, 0.3);
  border-radius: 4px;
  padding: 16px;
  cursor: pointer;
}

.sd-form__upsell-card-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.sd-form__upsell-card-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-dark, #151920);
  display: block;
  margin-bottom: 4px;
}

.sd-form__upsell-card-desc {
  font-size: 12px;
  color: #717680;
  margin: 0;
}

.sd-form__upsell-badge {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #2b70ca;
  border-radius: 4px;
  padding: 2px 8px;
  white-space: nowrap;
}

.sd-form__upsell-features {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  font-size: 12px;
  color: #717680;
}
.sd-form__upsell-features li {
  padding: 2px 0;
}

.sd-form__upsell-checkbox-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--color-text-dark, #151920);
}

.sd-form__weight-info {
  margin-top: 16px;
  padding: 14px 16px;
  background: rgba(235, 243, 255, 0.7);
  border-radius: 4px;
  border: 1px solid rgba(43, 112, 202, 0.15);
}

.sd-form__weight-info-title {
  font-size: 14px;
  font-weight: 600;
  color: rgb(43, 112, 202);
  margin: 0 0 8px;
}

.sd-form__weight-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: var(--color-text-dark, #151920);
}
.sd-form__weight-info-list li {
  padding: 2px 0;
}

.sd-form__towel-preview {
  max-width: 320px;
  margin: 0 0 20px;
}
.sd-form__towel-preview img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.sd-form__glass-info {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

.sd-form__glass-info-heading {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 14px;
  color: var(--color-text-dark, #151920);
  margin: 0 0 12px;
}

.sd-form__glass-info-list {
  margin: 0 0 0 18px;
  padding: 0;
  font-family: var(--font-family-base);
  font-size: 13px;
  line-height: 1.6;
  color: #717680;
}
.sd-form__glass-info-list li {
  margin-bottom: 6px;
}

.sd-form__glass-info-lead {
  font-family: var(--font-family-base);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-dark, #151920);
  margin: 16px 0 10px;
}

.sd-form__hinge-tables {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sd-form__hinge-table-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-dark, #151920);
  margin: 0 0 8px;
}

.sd-form__hinge-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  color: var(--color-text-dark, #151920);
}
.sd-form__hinge-table th, .sd-form__hinge-table td {
  border: 1px solid #e0e0e0;
  padding: 6px 10px;
  text-align: left;
}
.sd-form__hinge-table th {
  background: rgb(235, 243, 255);
  font-weight: 600;
}

.sd-form__step-error {
  margin-top: 16px;
  padding: 10px 14px;
  background: #fef2f2;
  color: #e22319;
  font-size: 12px;
  line-height: 1.4;
  border-radius: 4px;
  border: 1px solid #e22319;
}
.sd-form__step-error:not([hidden]) {
  display: block;
}

.sd-form__footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e8e8e8;
}

.sd-form__progress-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.sd-form__progress {
  font-size: 14px;
  color: var(--color-text-dark, #151920);
}

.sd-form__progress-bar {
  width: 100%;
  height: 14px;
  background: #f1f1f1;
  border-radius: 18px;
  overflow: hidden;
}

.sd-form__progress-fill {
  height: 100%;
  width: 7%;
  background: var(--color-btn-bg-primary, #2b70ca);
  border-radius: 13px;
  transition: width 0.3s ease;
}

.sd-form__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.sd-form__nav .sd-form__btn--prev:not([hidden]) {
  margin-right: auto;
}

.sd-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 46px;
  padding: 12px 32px;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: rgb(43, 112, 202);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.2s;
  box-sizing: border-box;
}
.sd-form__btn:hover {
  opacity: 0.9;
}
.sd-form__btn:focus {
  outline: 2px solid #2b70ca;
  outline-offset: 2px;
}
.sd-form__btn[hidden] {
  display: none;
}
.sd-form__btn--prev {
  background: transparent;
  color: var(--color-text-dark, #151920);
  border: 1px solid #d0d5dd;
}

.sd-form__summary {
  flex: 0 0 390px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 29px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: sticky;
  top: 24px;
}

.sd-form__summary-header {
  background: var(--color-btn-bg-primary, #2b70ca);
  padding: 16px 20px 14px;
  text-align: center;
}

.sd-form__summary-title {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-light, #fff);
  margin: 0;
  text-align: center;
}

.sd-form__summary-body {
  padding: 24px 20px 16px;
}

.sd-form__summary-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 16px;
}

.sd-form__summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sd-form__summary-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.4;
}

.sd-form__summary-key {
  color: #717680;
  flex-shrink: 0;
}

.sd-form__summary-val {
  color: var(--color-text-dark, #151920);
  font-weight: 500;
  text-align: right;
}

.sd-form__thank-you {
  display: none;
  text-align: center;
  padding: 48px 24px 60px;
  max-width: 560px;
  margin: 0 auto;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.sd-form__thank-you[hidden] {
  display: none !important;
}
.sd-form__thank-you:not([hidden]) {
  display: block;
}
.sd-form__thank-you--visible {
  opacity: 1;
  transform: scale(1);
}

.sd-form__thank-you-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
}

.sd-form__thank-you-check {
  width: 100%;
  height: 100%;
  stroke: #2b70ca;
}

.sd-form__thank-you-circle {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  animation: sd-thank-you-circle 0.6s ease forwards;
}

.sd-form__thank-you-path {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: sd-thank-you-path 0.4s ease 0.4s forwards;
}

.sd-form__thank-you-title {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 32px;
  color: #2b70ca;
  margin: 0 0 16px;
}

.sd-form__thank-you-details {
  font-family: var(--font-family-base);
  font-size: 16px;
  line-height: 1.6;
  color: #171717;
  margin: 0;
}

@keyframes sd-thank-you-circle {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes sd-thank-you-path {
  to {
    stroke-dashoffset: 0;
  }
}
@media screen and (max-width: 900px) {
  .sd-form__layout {
    flex-direction: column;
  }
  /* flex-start alignment means children won't stretch to full width in column
     direction — must be explicit so the grid inside has a defined container width */
  .sd-form__main {
    width: 100%;
    min-width: 0;
  }
  .sd-form__summary {
    position: static;
    width: 100%;
    flex: none;
    order: 2; /* show below the form on mobile */
  }
}
@media screen and (max-width: 640px) {
  .sd-form-page {
    padding: 24px 16px 40px;
  }
  .sd-form__card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .sd-form__card-grid--2col, .sd-form__card-grid--3col, .sd-form__card-grid--yes-no {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
  .sd-form__measure-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .sd-form__diagram {
    width: 100%;
  }
  .sd-form__row--half {
    width: 100%;
    min-width: 0;
  }
  .sd-form__btn {
    width: 100%;
    min-width: 0;
  }
  /* Stack nav buttons: Next on top, Prev below */
  .sd-form__nav {
    flex-direction: column-reverse;
    gap: 12px;
  }
  .sd-form__nav .sd-form__btn--prev:not([hidden]) {
    margin-right: 0;
  }
  /* Hinge tables: allow horizontal scroll on narrow screens */
  .sd-form__hinge-table {
    display: block;
    overflow-x: auto;
  }
  /* Prevent upsell card from forcing overflow */
  .sd-form__upsell-card {
    min-width: 0;
  }
  .sd-form__upsell-body {
    gap: 16px;
  }
  .sd-form__step-question {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .sd-form-page {
    padding: 16px 12px 32px;
  }
  .sd-form__title {
    font-size: 20px;
  }
  .sd-form__step-question {
    font-size: 16px;
  }
  .sd-form__card-grid {
    gap: 8px;
  }
  .sd-form__card {
    padding: 10px 6px;
  }
  .sd-form__card-label {
    font-size: 12px;
  }
  .sd-form__btn {
    height: 42px;
    font-size: 15px;
  }
  .sd-form__footer {
    gap: 16px;
    margin-top: 24px;
  }
  .sd-form__summary-body {
    padding: 16px 14px 12px;
  }
  /* Thank-you screen */
  .sd-form__thank-you {
    padding: 32px 16px 40px;
  }
  .sd-form__thank-you-title {
    font-size: 24px;
  }
  .sd-form__thank-you-details {
    font-size: 15px;
  }
}
/* Shower Hardware page
--------------------------------------------- */
/*--------------------------------------------------------------
# Shower Hardware Page
--------------------------------------------------------------*/
.sh-page-header {
  background-color: var(--color-bg-gray);
  padding: 24px 80px;
  text-align: center;
}

.sh-page-header__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.sh-page-header__inner .breadcrumb {
  margin-bottom: 12px;
}

.sh-page-header__title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  color: var(--color-text-dark);
}

@media (max-width: 900px) {
  .sh-page-header {
    padding: 20px 24px;
  }
}
@media (max-width: 480px) {
  .sh-page-header {
    padding: 16px;
  }
  .sh-page-header__title {
    font-size: 24px;
  }
}
.sh-hero {
  position: relative;
  width: 100%;
  min-height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-bg-dark, #151920);
  display: flex;
  align-items: flex-end;
}

.sh-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
}

.sh-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sh-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sh-hero__title {
  font-size: 32px;
  line-height: 1.1;
  color: var(--color-text-light);
  margin: 0 0 12px;
}

.sh-hero__subtitle {
  font-size: 20px;
  color: var(--color-text-light);
  margin: 0 0 25px;
}

a.sh-hero__cta {
  color: var(--color-text-light) !important;
  border-color: var(--color-text-light) !important;
  border-radius: 8px;
  white-space: nowrap;
  padding: 16px 45px;
  width: auto;
}

@media (max-width: 900px) {
  .sh-hero {
    min-height: 520px;
  }
  .sh-hero__inner {
    padding: 40px 24px;
  }
  .sh-hero__title {
    font-size: 26px;
  }
  .sh-hero__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .sh-hero {
    min-height: 420px;
  }
  .sh-hero__title {
    font-size: 22px;
  }
  .sh-hero__cta {
    width: 100%;
    text-align: center;
  }
}
.sh-feature-cards {
  width: 100%;
  padding: 60px 0;
}

.sh-feature-cards__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  gap: 24px;
}

.sh-feature-cards--two-col .sh-feature-cards__inner {
  grid-template-columns: 1fr 1fr;
}

.sh-feature-cards--one-col .sh-feature-cards__inner {
  grid-template-columns: 1fr;
}

.sh-feature-cards__heading {
  grid-column: 1/-1;
  text-align: center;
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: var(--color-text-dark);
  margin: 0 0 32px;
}

.sh-feature-cards__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.sh-feature-cards__card-media {
  width: 100%;
  flex-shrink: 0;
}

.sh-feature-cards__card-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

.sh-feature-cards__card-body {
  padding: 24px 0 50px;
  background: #fff;
  flex: 1;
  max-width: 70%;
}

.sh-feature-cards__tag {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-blue, #2b70CA);
  margin-bottom: 16px;
}

.sh-feature-cards__title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
  color: var(--color-text-dark, #151920);
  margin: 0 0 16px;
}

.sh-feature-cards__description {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: var(--color-text-light-gray, #717680);
  margin: 0 0 12px;
}
.sh-feature-cards__description p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.sh-feature-cards__description ul,
.sh-feature-cards__description ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}
.sh-feature-cards__description li {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: inherit;
  margin-bottom: 0;
}

.sh-feature-cards__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

a.sh-feature-cards__btn {
  font-size: 18px;
  line-height: normal;
  width: auto;
  padding: 16px 35px;
}

@media (max-width: 900px) {
  .sh-feature-cards__inner {
    padding: 0 24px;
  }
  .sh-feature-cards--two-col .sh-feature-cards__inner {
    grid-template-columns: 1fr;
  }
}
.sh-tech-info {
  width: 100%;
  padding: 60px 0;
  background-color: #2B70CA;
}

.sh-tech-info__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.sh-tech-info__left {
  text-align: center;
}

.sh-tech-info__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sh-tech-info__title {
  font-family: "Pragmatica", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 12px;
}

.sh-tech-info__subtitle {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 10px;
}

.sh-tech-info__phone {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 16px;
}

.sh-tech-info__phone-link,
a.sh-tech-info__cta {
  display: inline-block;
  font-size: 14px;
  color: #fff !important;
  text-decoration: underline;
}
.sh-tech-info__phone-link:hover,
a.sh-tech-info__cta:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

a.sh-tech-info__cta {
  margin-bottom: 32px;
}

.sh-tech-info__description {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}
.sh-tech-info__description p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
}
.sh-tech-info__description p:last-child {
  margin-bottom: 0;
}

.sh-tech-info__right {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 32px;
  text-align: center;
}

.sh-tech-info__cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sh-tech-info__cat-item {
  margin: 0;
}

.sh-tech-info__cat-link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  line-height: 1.4;
  display: block;
}
.sh-tech-info__cat-link:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .sh-tech-info__inner {
    padding: 0 24px;
  }
  .sh-tech-info__right {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .sh-tech-info__right {
    grid-template-columns: 1fr;
  }
}
/* Shower Door Landing page
--------------------------------------------- */
/*--------------------------------------------------------------
# Shower Door Landing Page
# Sections: hero, intro, door types showcase, closing text
--------------------------------------------------------------*/
.sdl-page {
  background: var(--color-bg-white, #fff);
}

.sdl-breadcrumb-bar {
  width: 100%;
  background: var(--color-bg-white, #fff);
  border-bottom: 1px solid var(--color-border-gray, #e2e2e2);
}

.sdl-breadcrumb-bar__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px 16px;
}
.sdl-breadcrumb-bar__inner .breadcrumb {
  margin-bottom: 0;
}

.sdl-hero {
  position: relative;
  width: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-bg-dark, #151920);
  display: flex;
  align-items: center;
}
.sdl-hero--no-image {
  background-color: var(--color-bg-dark, #151920);
}

.sdl-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.25) 100%);
  pointer-events: none;
}

.sdl-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.sdl-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
}

.sdl-hero__title {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-text-light, #fff);
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.sdl-hero__subtitle {
  font-size: clamp(15px, 1.6vw, 20px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.sdl-hero__badge {
  flex-shrink: 0;
}

.sdl-hero__badge-img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  display: block;
  border-radius: 50%;
}

.sdl-intro {
  padding: 52px 0 48px;
  background: var(--color-bg-white, #fff);
}

.sdl-intro__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.sdl-intro__badge {
  margin-bottom: 28px;
}

.sdl-intro__badge-img {
  height: auto;
  display: inline-block;
}

.sdl-intro__tagline {
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.45;
  color: var(--color-text-dark, #151920);
  margin: 0 0 24px;
}

.sdl-intro__body {
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-text-light-gray, #717680);
  text-align: left;
  margin: 0 0 24px;
}
.sdl-intro__body p {
  margin: 0 0 14px;
}
.sdl-intro__body p:last-child {
  margin-bottom: 0;
}

.sdl-intro__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
}

.sdl-intro__list-item {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text-light-gray, #717680);
  padding-left: 20px;
  position: relative;
}
.sdl-intro__list-item::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-accent, #2aabb8);
}

.sdl-types {
  padding: 80px 0;
  background: var(--color-bg-gray, #f2f2f2);
}

.sdl-types__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.sdl-types__heading {
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-text-dark, #151920);
  margin: 0 0 36px;
  text-align: center;
}

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

.sdl-types__card {
  background: var(--color-bg-white, #fff);
  border: 1px solid var(--color-border-gray, #e2e2e2);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.sdl-types__card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.sdl-types__card-img-wrap {
  overflow: hidden;
}

.sdl-types__card-img-link {
  display: block;
}

.sdl-types__card-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.sdl-types__card:hover .sdl-types__card-img {
  transform: scale(1.04);
}

.sdl-types__card-body {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.sdl-types__card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-text-dark, #151920);
  margin: 0 0 10px;
}

.sdl-types__card-desc {
  font-size: 14px;
  line-height: 1.65;
  color: var(--color-text-light-gray, #717680);
  margin: 0 0 18px;
  flex: 1;
}

a.sdl-types__card-btn {
  align-self: flex-start;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  width: auto;
  white-space: nowrap;
}

.sdl-closing {
  padding: 80px 0;
  background: var(--color-bg-white, #fff);
}

.sdl-closing__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 16px;
}

.sdl-closing__body {
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-text-light-gray, #717680);
}
.sdl-closing__body p {
  margin: 0 0 16px;
}
.sdl-closing__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .sdl-breadcrumb-bar__inner,
  .sdl-hero__inner,
  .sdl-intro__inner,
  .sdl-types__inner,
  .sdl-closing__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .sdl-breadcrumb-bar__inner,
  .sdl-hero__inner,
  .sdl-intro__inner,
  .sdl-types__inner,
  .sdl-closing__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sdl-hero {
    min-height: 300px;
  }
  .sdl-hero__inner {
    padding: 40px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .sdl-hero__badge-img {
    width: 100px;
    height: 100px;
  }
  .sdl-types__grid {
    grid-template-columns: 1fr;
  }
  .sdl-types,
  .sdl-closing {
    padding: 56px 0;
  }
}
@media (max-width: 480px) {
  .sdl-hero {
    min-height: 240px;
  }
  .sdl-intro__badge-img {
    max-width: 180px;
  }
}
/* Shower Door Type page
--------------------------------------------- */
/*--------------------------------------------------------------
# Shower Door Type Page
# Sections: hero, layouts grid
--------------------------------------------------------------*/
.sdt-page {
  background: var(--color-bg-white, #fff);
}

.sdt-breadcrumb-bar {
  width: 100%;
  background: var(--color-bg-white, #fff);
  border-bottom: 1px solid var(--color-border-gray, #e2e2e2);
}

.sdt-breadcrumb-bar__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px 16px;
}
.sdt-breadcrumb-bar__inner .breadcrumb {
  margin-bottom: 0;
}

.sdt-hero {
  position: relative;
  width: 100%;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-bg-dark, #151920);
  display: flex;
  align-items: center;
}
.sdt-hero--no-image {
  background-color: var(--color-bg-dark, #151920);
}

.sdt-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.65) 100%);
  pointer-events: none;
}

.sdt-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 16px;
  text-align: center;
}

.sdt-hero__title {
  font-size: clamp(24px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-text-light, #fff);
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.sdt-hero__subtitle {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.sdt-layouts {
  padding: 72px 0;
  background: var(--color-bg-white, #fff);
}

.sdt-layouts__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.sdt-layouts__heading {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-text-dark, #151920);
  margin: 0 0 12px;
  text-align: center;
}

.sdt-layouts__subtitle {
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.6;
  color: var(--color-text-gray, #6b7280);
  margin: 0 0 36px;
  text-align: center;
}

.sdt-layouts__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.sdt-layouts__card {
  background: var(--color-bg-white, #fff);
  border: 1px solid var(--color-border-gray, #e2e2e2);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.sdt-layouts__card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09);
  transform: translateY(-3px);
}

.sdt-layouts__card-img-wrap {
  overflow: hidden;
  background: var(--color-bg-gray, #f2f2f2);
}

.sdt-layouts__card-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.sdt-layouts__card-img-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: var(--color-bg-gray, #f2f2f2);
}

.sdt-layouts__card-body {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  flex: 1;
}

.sdt-layouts__card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-text-dark, #151920);
  margin: 0;
}

a.sdt-layouts__card-btn {
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  width: auto;
  white-space: nowrap;
  margin-top: auto;
}

@media (max-width: 1200px) {
  .sdt-breadcrumb-bar__inner,
  .sdt-hero__inner,
  .sdt-layouts__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 900px) {
  .sdt-layouts__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .sdt-breadcrumb-bar__inner,
  .sdt-hero__inner,
  .sdt-layouts__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sdt-hero {
    min-height: 200px;
  }
  .sdt-hero__inner {
    padding: 36px 24px;
  }
  .sdt-layouts {
    padding: 48px 0;
  }
}
@media (max-width: 480px) {
  .sdt-layouts__grid {
    grid-template-columns: 1fr;
  }
}
