/*
Theme Name: Hello Kryptex
Theme URI: https://kryptexgolfcarts.com/
Description: Hello Elementor child theme for Kryptex Golf Carts.
Author: Kryptex Golf Carts
Author URI: https://kryptexgolfcarts.com/
Template: hello-elementor
Version: 1.1.0
Text Domain: hello-kryptex
*/

:root {
  --page-width: min(1520px, calc(100vw - 3rem));
  --content-width: min(1240px, calc(100vw - 3rem));
  --color-bg: #ffffff;
  --color-card: #ffffff;
  --color-border: #e4e4e4;
  --color-text: #222222;
  --color-muted: #6f6f6f;
  --color-heading: #111111;
  --color-sale: #8f1f1f;
  --color-accent: #ff9d00;
  --shadow-soft: 0 20px 60px rgba(17, 17, 17, 0.08);
}

body {
  --e-global-color-accent: #ff9d00;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: "Assistant", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input,
textarea {
  font: inherit;
}

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

.site-shell {
  min-height: 100vh;
}

.announcement-bar {
  background: #050505;
}

.announcement-bar__inner,
.header__inner,
.navrow,
.section,
.page-shell,
.footer__inner {
  width: var(--page-width);
  margin: 0 auto;
}

.announcement-bar__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.83rem;
}

.announcement-bar__email {
  color: inherit;
  letter-spacing: 0.02em;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(228, 228, 228, 0.9);
}

.header__inner {
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 0.35rem 0;
}

.header__spacer,
.header__actions {
  display: flex;
  align-items: center;
}

.header__actions a {
  color: #2d2d2d;
  font-size: 0.82rem;
  font-weight: 400;
  transition: transform 0.2s ease, color 0.2s ease;
}

.header__actions a:hover,
.nav__item > a:hover {
  color: #000;
  transform: translateY(-1px);
}

.header__spacer {
  justify-content: flex-start;
}

.header__actions {
  justify-content: flex-end;
  gap: 0.75rem;
}

.header__menu-toggle {
  display: none;
  width: 54px;
  height: 54px;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #b7b7b7;
  background: #111111;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(17, 17, 17, 0.12);
}

.header__menu-toggle span {
  display: block;
  width: 26px;
  height: 1.5px;
  margin: 0 0 6px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.header__menu-toggle span:last-child {
  margin-bottom: 0;
}

.header__menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header__menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.header__menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header__menu-toggle:hover {
  background: #ff9d00;
  border-color: #ff9d00;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  line-height: 0;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.header-search {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 260px;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.header-search input {
  width: 100%;
  min-width: 0;
  height: 38px;
  border: 0;
  padding: 0 0.8rem;
  color: #111;
  background: transparent;
}

.header-search input:focus {
  outline: none;
}

.header-search button {
  width: 42px;
  min-height: 38px;
  padding: 0;
  border: 0;
  border-left: 1px solid #e2e2e2;
  background: #111111;
  color: #ffffff;
}

.header-search button svg,
.footer__social svg {
  width: 100%;
  height: 100%;
}

.header-search__results {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  right: 0;
  z-index: 30;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
}

.header-search__results[hidden] {
  display: none;
}

.header-search__result {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem;
  color: #111111;
  border-bottom: 1px solid #efefef;
  background: #ffffff;
}

.header-search__result:last-child {
  border-bottom: 0;
}

.header-search__result:hover,
.header-search__result:focus {
  background: #f8f8f8;
  color: #111111;
}

.header-search__result-image {
  width: 52px;
  height: 52px;
  object-fit: cover;
  background: #f3f3f3;
}

.header-search__result-title {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}

.header-search__result-price {
  display: block;
  margin-top: 0.18rem;
  color: #666666;
  font-size: 0.86rem;
}

.header-search__empty {
  padding: 0.9rem 1rem;
  color: #666666;
  font-size: 0.9rem;
}

.header__cart {
  position: relative;
  min-width: 98px;
  min-height: 48px;
  padding: 0 1rem 0 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(17, 17, 17, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header__actions .header__cart,
.header__actions .header__cart:hover {
  color: #ffffff;
}

.header__cart:hover {
  color: #ffffff;
  background: #ff9d00;
  box-shadow: 0 18px 36px rgba(255, 157, 0, 0.28);
}

.header__cart-icon {
  width: 26px;
  height: 26px;
  display: inline-flex;
}

.header__cart-icon svg {
  width: 100%;
  height: 100%;
}

.header__cart-count {
  position: absolute;
  top: -7px;
  right: -4px;
  min-width: 24px;
  height: 24px;
  padding: 0 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ff9d00;
  color: #111111;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(17, 17, 17, 0.18);
}

.header__cart.is-empty .header__cart-count {
  opacity: 0;
  transform: scale(0.75);
  pointer-events: none;
}

.mini-cart {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
}

.mini-cart__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.22);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mini-cart__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(460px, 100vw);
  height: 100%;
  padding: 5.6rem 2rem 2rem;
  background: #ffffff;
  box-shadow: -18px 0 42px rgba(17, 17, 17, 0.12);
  transform: translateX(100%);
  transition: transform 0.28s ease;
}

.mini-cart.is-open {
  pointer-events: auto;
}

.mini-cart.is-open .mini-cart__backdrop {
  opacity: 1;
}

.mini-cart.is-open .mini-cart__panel {
  transform: translateX(0);
}

.mini-cart__close {
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  min-width: 42px;
  min-height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111111;
  font-size: 2rem;
  font-weight: 300;
}

.mini-cart__status {
  margin: 0 0 1.7rem;
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.3;
}

.mini-cart__item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
  padding: 1.35rem 0 1.8rem;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.mini-cart__thumb img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid #ececec;
}

.mini-cart__vendor {
  margin-bottom: 0.55rem;
  color: #8b8b8b;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mini-cart__details h3 {
  margin: 0 0 0.55rem;
  color: #161616;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.45;
}

.mini-cart__details p {
  margin: 0.2rem 0 0;
  color: #545454;
  font-size: 0.98rem;
}

.mini-cart__details p span {
  color: #272727;
}

.mini-cart__actions {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.mini-cart__actions .button {
  width: 100%;
}

.mini-cart__view {
  border-color: #111111;
  background: #ffffff;
  color: #111111;
}

.mini-cart__view:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #ffffff;
}

.mini-cart__checkout {
  background: #111111;
  color: #ffffff;
}

.mini-cart__checkout:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #ffffff;
}

.mini-cart__continue {
  border: 0;
  background: transparent;
  color: #1d1d1d;
  text-decoration: underline;
  font-weight: 400;
}

.mini-cart.is-empty .mini-cart__panel {
  padding-top: 5rem;
}

.navrow {
  border-top: 1px solid #ececec;
}

.nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.nav__item {
  position: relative;
}

.nav__item > a {
  display: inline-flex;
  align-items: center;
  min-height: 68px;
  font-size: 0.92rem;
  font-weight: 400;
  color: #151515;
}

.nav__item--has-children > a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 0.45rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.nav__dropdown {
  position: absolute;
  top: calc(100% - 6px);
  left: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  box-shadow: var(--shadow-soft);
  padding: 0.55rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.nav__dropdown a {
  display: block;
  padding: 0.65rem 1rem;
  color: #444;
  font-size: 0.93rem;
}

.nav__dropdown a:hover {
  background: #fafafa;
  color: #111;
}

.nav__item:hover .nav__dropdown,
.nav__item:focus-within .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hero-slider {
  position: relative;
  overflow: hidden;
  background: #ebebeb;
}

.hero-slider__track {
  position: relative;
  min-height: clamp(340px, 60vw, 720px);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.08));
}

.hero-slide__overlay h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 5vw, 4.8rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.hero-slider__control {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #111;
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.hero-slider__control--prev {
  left: 1rem;
}

.hero-slider__control--next {
  right: 1rem;
}

.hero-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 1.4rem;
  z-index: 2;
  display: flex;
  gap: 0.5rem;
  transform: translateX(-50%);
}

.hero-slider__dots button {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.hero-slider__dots button.is-active {
  background: #fff;
}

.section {
  padding: 2.25rem 0;
}

.section--home-highlights {
  padding-top: 3.25rem;
}

.section--feature-panels {
  padding-top: 0.5rem;
}

.section__header {
  margin-bottom: 1.5rem;
}

.section__header h1,
.section__header h2 {
  margin: 0 0 0.55rem;
  color: var(--color-heading);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
}

.section__header p {
  margin: 0;
  color: var(--color-muted);
}

.collection-grid,
.product-grid,
.feature-panels,
.home-highlights,
.footer__grid {
  display: grid;
  gap: 1.5rem;
}

.collection-grid,
.product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-highlights {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  clear: both;
}

.home-highlight-card {
  background: linear-gradient(180deg, #fbfbfb 0%, #f3f3f3 100%);
  box-shadow: 0 20px 40px rgba(17, 17, 17, 0.06);
}

.home-highlight-card__media {
  padding: 1.85rem 1.85rem 0;
}

.home-highlight-card__media img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
}

.home-highlight-card__body {
  padding: 1.5rem 1.85rem 1.9rem;
}

.home-highlight-card__body h3 {
  margin: 0 0 0.9rem;
  color: #1a1a1a;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.home-highlight-card__body p {
  margin: 0;
  color: #39424e;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.9;
}

.collection-card {
  display: flex;
  flex-direction: column;
}

.collection-card__media,
.product-card__media {
  display: block;
  overflow: hidden;
  background: #f1f1f1;
  aspect-ratio: 1 / 1;
}

.collection-card__media img,
.product-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.collection-card:hover .collection-card__media img {
  transform: scale(1.04);
}

.collection-card__body,
.product-card__body {
  padding-top: 1rem;
}

.collection-card__body h3,
.product-card__body h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
}

.product-card {
  display: flex;
  flex-direction: column;
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.55rem;
}

.product-card__body h3 {
  margin: 0;
  color: #202020;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.45;
}

.product-card__body h3 a:hover {
  color: #000;
}

.collection-card__body p,
.product-card--post p,
.rich-panel p,
.testimonial-banner__content p,
.footer__column p,
.footer__column li,
.footer__newsletter p,
.footer__copyright {
  color: var(--color-muted);
}

.rich-panel {
  text-align: center;
  padding-top: 0;
  clear: both;
}

.rich-panel__body {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: 1rem 0 0.5rem;
}

.rich-panel__body h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.12;
}

.video-panel__poster {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid #ededed;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.video-panel__poster img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.video-panel__poster:hover img {
  transform: scale(1.02);
}

.video-panel__poster-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.06), rgba(8, 8, 8, 0.2));
}

.video-panel__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.18);
}

.video-panel__play-icon {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #111;
}

.video-panel__embed {
  overflow: hidden;
  background: #000;
}

.video-panel__embed iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.video-modal[hidden] {
  display: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.78);
}

.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  background: #000;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.video-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: rgba(17, 17, 17, 0.72);
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
}

.video-modal__frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.product-card__secondary {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.product-card__media {
  position: relative;
}

.product-card--hover-ready:hover .product-card__media > img:first-child {
  opacity: 0;
}

.product-card--hover-ready:hover .product-card__secondary {
  opacity: 1;
}

.product-card__badge {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  padding: 0.38rem 0.95rem;
  border-radius: 999px;
  background: #4b61d1;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: none;
}

.product-card__badge--muted {
  background: #2f323a;
}

.product-card__vendor {
  color: var(--color-muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.price {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  margin-top: 0.1rem;
}

.price__compare {
  color: #666;
  font-size: 0.95rem;
  text-decoration: line-through;
}

.price__current {
  color: #111;
  font-size: 0.95rem;
  font-weight: 400;
}

.button,
button,
input[type="submit"] {
  appearance: none;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  min-height: 48px;
  padding: 0 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
}

.product-card__action {
  width: 100%;
  margin-top: 1rem;
  border: 1px solid #1f1f1f;
  background: #fff;
  color: #111;
  font-size: 0.98rem;
  font-weight: 400;
}

.product-card__action:hover {
  background: #111;
  color: #fff;
}

.product-card__action.is-disabled {
  border-color: #cfcfcf;
  background: #f6f6f6;
  color: #8a8a8a;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order,
.woocommerce-checkout .place-order .button {
  border: 1px solid #111111;
  background: #111111;
  color: #ffffff;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout .place-order .button:hover {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 157, 0, 0.2);
}

.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout #payment #place_order:focus,
.woocommerce-checkout .place-order .button:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(255, 157, 0, 0.2);
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order {
  background: #111111;
  color: #ffffff;
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #payment #place_order:hover {
  background: var(--color-accent);
  color: #ffffff;
}

body .elementor-button,
body .elementor-widget-button .elementor-button,
body .elementor-widget-form .elementor-button,
body .elementor-button:focus,
body .elementor-widget-button .elementor-button:focus,
body .elementor-widget-form .elementor-button:focus {
  border-color: #ff9d00 !important;
  background-color: #ff9d00 !important;
}

body .elementor-button:hover,
body .elementor-widget-button .elementor-button:hover,
body .elementor-widget-form .elementor-button:hover {
  border-color: #ff9d00 !important;
  background-color: #ff9d00 !important;
}

.testimonial-banner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  min-height: 420px;
  overflow: hidden;
}

.testimonial-banner__media img {
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.testimonial-banner__content {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  width: min(720px, calc(100% - 2rem));
  padding: 2rem;
  background: rgba(255, 255, 255, 0.92);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.testimonials-hero,
.parts-hero,
.track-order-page {
  margin-bottom: 2.5rem;
}

.testimonials-hero,
.parts-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 2rem;
  align-items: center;
}

.testimonials-hero {
  min-height: 320px;
  padding: 2.5rem;
  border: 1px solid var(--color-border);
  background:
    linear-gradient(135deg, rgba(255, 157, 0, 0.08), rgba(255, 255, 255, 0.96)),
    url("https://kryptexgolfcarts.com/cdn/shop/files/red-golf-cart-three-occupants.webp?v=1742270738&width=1600") center/cover no-repeat;
}

.testimonials-hero__content,
.parts-hero__content,
.track-order-page__header {
  max-width: 720px;
}

.testimonials-hero__eyebrow,
.parts-hero__eyebrow,
.track-order-page__eyebrow {
  margin: 0 0 0.7rem;
  color: var(--color-accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.testimonials-hero h1,
.parts-hero h1,
.track-order-page h1 {
  margin: 0 0 1rem;
  color: var(--color-heading);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.testimonials-hero__lead,
.parts-hero__lead,
.track-order-page__lead {
  margin: 0 0 1.4rem;
  color: #414141;
  font-size: 1.05rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.testimonial-card {
  border: 1px solid var(--color-border);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.testimonial-card__media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.testimonial-card__body {
  padding: 1.6rem;
}

.testimonial-card__rating {
  margin-bottom: 0.85rem;
  color: var(--color-accent);
  font-size: 1.1rem;
  letter-spacing: 0.18em;
}

.testimonial-card__quote {
  margin: 0 0 1rem;
  color: #222;
  font-size: 1.02rem;
}

.testimonial-card__author {
  margin: 0;
  color: #5e5e5e;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.review-cta {
  margin-bottom: 2.5rem;
}

.review-cta__card {
  padding: 2rem;
  border: 1px solid var(--color-border);
  background: #fff7eb;
  text-align: center;
}

.review-cta__card h2,
.parts-support__card h2,
.section__header--page-section h2 {
  margin: 0 0 0.8rem;
}

.review-cta__card p,
.parts-support__card p {
  margin: 0 0 1.2rem;
  color: #454545;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.trust-strip__item {
  padding: 1.5rem;
  border: 1px solid var(--color-border);
  background: #fff;
}

.trust-strip__item h3 {
  margin: 0 0 0.55rem;
  font-size: 1.1rem;
}

.trust-strip__item p {
  margin: 0;
  color: #555;
}

.parts-hero__media img {
  min-height: 320px;
  object-fit: cover;
}

.parts-support {
  margin-bottom: 2.5rem;
}

.parts-support__card {
  padding: 1.8rem 2rem;
  border-left: 5px solid var(--color-accent);
  background: #f7f7f7;
}

.parts-products {
  padding-bottom: 1rem;
}

.track-order-page__card {
  padding: 2rem;
  border: 1px solid var(--color-border);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.track-order-page__card > p:first-child {
  margin-top: 0;
}

.track-order-page--shopify {
  width: min(760px, 100%);
  margin-inline: auto;
  padding-top: 0.5rem;
}

.track-order-page__simple-header {
  margin-bottom: 1.5rem;
  text-align: center;
}

.track-order-page__simple-header h1 {
  margin: 0 0 1rem;
  color: #151515;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.08;
}

.track-order-page__simple-header p {
  margin: 0;
  color: #4e4e4e;
}

.track-order-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.track-order-widget input {
  width: min(420px, 100%);
  min-height: 50px;
  border: 1px solid #d5d5d5;
  padding: 0 0.95rem;
  background: #fff;
}

.track-order-widget input:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(255, 157, 0, 0.14);
}

.track-order-widget__button {
  min-width: 130px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.track-order-widget__results {
  min-height: 40px;
}

.woocommerce .track_order {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.woocommerce .track_order .form-row {
  width: 100%;
  margin: 0;
}

.woocommerce .track_order label {
  display: block;
  margin-bottom: 0.45rem;
  color: #2e2e2e;
  font-weight: 700;
}

.woocommerce .track_order input.input-text {
  min-height: 50px;
  border: 1px solid #d4d4d4;
  padding: 0 0.85rem;
  background: #fff;
}

.woocommerce .track_order input.input-text:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(255, 157, 0, 0.14);
}

.woocommerce .track_order .button {
  min-height: 52px;
  padding: 0 1.8rem;
}

.page-shell--company,
.page-shell--contact,
.page-shell--checkout {
  padding-top: 2.5rem;
}

.checkout-page__card .woocommerce {
  margin: 0;
}

.checkout-page__card .woocommerce-checkout {
  margin-top: 0.5rem;
}

.page-shell--blog {
  width: min(1360px, calc(100vw - 3rem));
  padding-top: 2.8rem;
}

.page-shell--testimonials-sample {
  width: min(1320px, calc(100vw - 3rem));
  padding-top: 2rem;
}

.testimonials-sample__title {
  margin: 0 0 1.6rem;
  color: #161616;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
}

.testimonials-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

.testimonials-feature__media img {
  border: 1px solid var(--color-border);
}

.testimonials-feature__content h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.2;
}

.testimonials-feature__content hr {
  margin: 0 0 1rem;
  border: 0;
  border-top: 1px solid var(--color-border);
}

.testimonials-feature__content p {
  margin: 0 0 1.25rem;
  color: #444;
  line-height: 1.8;
}

.testimonials-feature__button {
  min-width: 180px;
  text-transform: uppercase;
}

.testimonials-sample__divider-mark {
  width: 140px;
  margin: 0 auto 1rem;
}

.testimonials-sample__divider-mark img {
  object-fit: contain;
}

.testimonials-sample__intro {
  margin: 0 0 1.7rem;
  text-align: center;
  color: #303030;
  font-size: 1.15rem;
}

.testimonials-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  margin-bottom: 2.4rem;
}

.testimonials-wall__card {
  border: 1px solid var(--color-border);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.testimonials-wall__media img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.testimonials-wall__body {
  padding: 1.2rem 1.25rem 1.35rem;
}

.testimonials-wall__quote,
.testimonials-wall__rating,
.testimonials-wall__author {
  margin: 0;
}

.testimonials-wall__quote {
  color: #2c2c2c;
  line-height: 1.75;
}

.testimonials-wall__rating {
  margin-top: 0.8rem;
  color: var(--color-accent);
  letter-spacing: 0.15em;
}

.testimonials-wall__author {
  margin-top: 0.8rem;
  color: #505050;
}

.testimonials-review-form {
  max-width: 820px;
  margin: 0 auto 2.5rem;
  padding: 1.8rem;
  border: 1px solid var(--color-border);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.testimonials-review-form h2 {
  margin: 0 0 1rem;
  font-size: 1.7rem;
}

.testimonials-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.testimonials-benefits__item {
  padding: 1.25rem;
  border: 1px solid var(--color-border);
  background: #fafafa;
  text-align: center;
}

.testimonials-benefits__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 0.75rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 157, 0, 0.12);
  color: var(--color-accent);
  font-weight: 800;
}

.testimonials-benefits__item p {
  margin: 0;
  color: #333;
  font-weight: 700;
  text-transform: capitalize;
}

.blog-hero {
  margin-bottom: 2rem;
}

.blog-hero h1 {
  margin: 0;
  color: #151515;
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.08;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.45rem;
}

.blog-card {
  border: 1px solid var(--color-border);
  background: #fff;
}

.blog-card__media {
  display: block;
  overflow: hidden;
  background: #f3f3f3;
}

.blog-card__media img {
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.blog-card:hover .blog-card__media img {
  transform: scale(1.02);
}

.blog-card__body {
  padding: 1.15rem 1.2rem 1.35rem;
}

.blog-card__body h2 {
  margin: 0 0 0.7rem;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.25;
}

.blog-card__meta {
  margin-bottom: 0.75rem;
  color: #6a6a6a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card__meta time::before {
  content: "";
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.55rem;
  border-radius: 999px;
  background: var(--color-accent);
  vertical-align: middle;
}

.blog-card__body p {
  margin: 0;
  color: #4d4d4d;
}

.company-hero {
  margin-bottom: 2rem;
  padding: 2.4rem;
  border: 1px solid var(--color-border);
  background: linear-gradient(135deg, rgba(255, 157, 0, 0.09), #ffffff 60%);
}

.company-hero--contact {
  background: linear-gradient(135deg, rgba(255, 157, 0, 0.11), #ffffff 58%);
}

.company-hero__eyebrow {
  margin: 0 0 0.7rem;
  color: var(--color-accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.company-hero h1 {
  margin: 0 0 0.9rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.company-hero__lead {
  max-width: 760px;
  margin: 0;
  color: #4a4a4a;
  font-size: 1.05rem;
}

.company-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 1.6rem;
  align-items: start;
}

.company-policy,
.company-sidebar,
.contact-cards {
  display: grid;
  gap: 1.2rem;
}

.company-panel,
.contact-form-shell,
.contact-card {
  padding: 1.65rem;
  border: 1px solid var(--color-border);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.company-panel h2,
.contact-form-shell h2,
.contact-card h3 {
  margin: 0 0 0.9rem;
}

.company-panel p,
.contact-card p {
  margin: 0 0 0.8rem;
  color: #474747;
}

.company-panel p:last-child,
.contact-card p:last-child {
  margin-bottom: 0;
}

.company-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #404040;
}

.company-list li + li {
  margin-top: 0.55rem;
}

.company-list--tight li + li {
  margin-top: 0.35rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form--wpforms,
.contact-form--wpforms .wpforms-container,
.contact-form--wpforms .wpforms-form,
.contact-form--wpforms .wpforms-field-container {
  width: 100%;
  max-width: none;
}

.contact-form--wpforms .wpforms-field {
  padding-right: 0;
  padding-left: 0;
}

.contact-form--wpforms .wpforms-field-row,
.contact-form--wpforms .wpforms-field-row-block {
  width: 100%;
  max-width: none;
}

.contact-form--wpforms input,
.contact-form--wpforms select,
.contact-form--wpforms textarea,
.contact-form--wpforms .iti {
  width: 100% !important;
  max-width: none;
}

.contact-form--wpforms .wpforms-submit-container {
  padding-top: 0.35rem;
}

.contact-form--wpforms .wpforms-submit-container button,
.contact-form--wpforms .wpforms-submit-container .wpforms-submit {
  width: 100%;
  min-height: 48px;
  border: 1px solid #111111 !important;
  background: #111111 !important;
  color: #ffffff !important;
}

.contact-form--wpforms .wpforms-submit-container button:hover,
.contact-form--wpforms .wpforms-submit-container .wpforms-submit:hover {
  border-color: var(--color-accent) !important;
  background: var(--color-accent) !important;
  color: #ffffff !important;
}

.contact-form label span {
  display: block;
  margin-bottom: 0.38rem;
  color: #222;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
  padding: 0.85rem 0.9rem;
}

.contact-form input {
  min-height: 50px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(255, 157, 0, 0.14);
}

.contact-notice {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid transparent;
}

.contact-notice--success {
  border-color: #cde8c8;
  background: #f4fff2;
  color: #215f1b;
}

.contact-notice--error {
  border-color: #f0c9c9;
  background: #fff4f4;
  color: #8b2323;
}

.contact-card--accent {
  border-left: 4px solid var(--color-accent);
  background: #fffaf2;
}

.page-shell {
  width: var(--content-width);
  padding: 2rem 0 3rem;
}

.product-page-shell {
  width: var(--page-width);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 3.5rem;
  align-items: start;
  padding-top: 1rem;
}

.product-detail__main-image {
  border: 1px solid #ededed;
  background: #fff;
}

.product-detail__main-image img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.product-detail__thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.product-detail__thumb {
  min-height: auto;
  padding: 0;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.product-detail__thumb.is-active {
  border-color: #111;
}

.product-detail__thumb img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-detail__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.12;
  color: #171717;
  font-weight: 400;
}

.product-detail__sku {
  color: #56616f;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.product-detail__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.product-detail__price-compare {
  color: #5a5a5a;
  text-decoration: line-through;
  font-size: 1.1rem;
}

.product-detail__price-current {
  font-size: 1.2rem;
  color: #111;
}

.product-detail__sale-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  min-height: 32px;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: #4b61d1;
  color: #fff;
  font-size: 0.95rem;
}

.product-detail__shipping-note {
  margin: 0 0 1.5rem;
  color: #5a5a5a;
}

.product-detail__option-group {
  margin-bottom: 1.4rem;
}

.product-detail__option-label,
.product-detail__quantity-label {
  margin-bottom: 0.7rem;
  color: #2b2b2b;
  font-size: 1rem;
}

.product-detail__option-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.product-detail__option-chip {
  min-height: 44px;
  padding: 0 1.55rem;
  border-radius: 999px;
  border: 1px solid #222;
  background: #fff;
  color: #111;
  font-weight: 400;
}

.product-detail__option-chip.is-active {
  background: #111;
  color: #fff;
}

.product-detail__cart-form {
  margin-top: 1.3rem;
}

.product-detail__qty-box {
  width: 178px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #888;
  margin-bottom: 1.4rem;
}

.product-detail__qty-button {
  min-height: 58px;
  background: #fff;
  color: #111;
  border: 0;
  font-size: 1.75rem;
  font-weight: 300;
}

.product-detail__qty-input {
  width: 100%;
  min-height: 58px;
  border: 0;
  text-align: center;
  font-size: 1.05rem;
}

.product-detail__qty-input:focus {
  outline: none;
}

.product-detail__stock {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.9rem;
  font-size: 1rem;
}

.product-detail__stock-dot {
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #60d66a;
  display: inline-block;
}

.product-detail__stock.is-out-of-stock .product-detail__stock-dot {
  background: #d65c5c;
}

.product-detail__add-to-cart,
.product-detail__buy-now {
  width: 100%;
  min-height: 60px;
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.product-detail__add-to-cart {
  background: #fff;
  color: #111;
  border: 1px solid #111;
}

.product-detail__buy-now {
  background: #111;
  color: #fff;
}

.product-detail__description {
  margin-top: 2.5rem;
}

.content-card {
  border: 1px solid var(--color-border);
  background: #fff;
}

.content-card__body {
  padding: 2rem;
}

.remote-content img {
  height: auto;
  margin: 1.2rem 0;
}

.page-shell--about {
  max-width: 1260px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem 4.5rem;
}

.about-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-bottom: 3.75rem;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(30, 90, 94, 0.92) 0 28%, rgba(177, 124, 72, 0.86) 28% 42%, rgba(30, 90, 94, 0.92) 42% 78%, rgba(177, 124, 72, 0.86) 78% 100%);
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://kryptexgolfcarts.com/cdn/shop/files/six-colorful-lifted-golf-carts.webp?v=1742270792&width=1600");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  opacity: 0.42;
}

.about-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 262px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 2.8rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-hero__eyebrow {
  margin: 0 0 0.35rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: clamp(2.6rem, 5vw, 4.1rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.03em;
}

.about-hero__title {
  margin: 0;
  display: grid;
  gap: 0.1rem;
  font-size: clamp(2.5rem, 5vw, 4.3rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0.02em;
  font-style: italic;
}

.about-hero__title span:first-child {
  color: rgba(255, 255, 255, 0.54);
}

.about-hero__title span:last-child {
  color: #a97543;
}

.about-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
  gap: 3.5rem;
  align-items: start;
}

.about-page__content h1 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.75rem, 3vw, 2.15rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.about-page__content p {
  margin: 0 0 1.1rem;
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
}

.about-page__founder {
  margin: 1.75rem 0 0;
}

.about-page__media {
  display: grid;
  gap: 1.5rem;
}

.about-page__image,
.about-page__founder img {
  display: block;
  width: 100%;
  height: auto;
}

.about-page__cta {
  display: flex;
  justify-content: center;
  margin-top: 2.25rem;
}

.button--solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 0.95rem 1.6rem;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.button--solid:hover {
  background: #2a2a2a;
}

.remote-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

.remote-content th,
.remote-content td {
  padding: 0.8rem;
  border: 1px solid var(--color-border);
  text-align: left;
}

.footer {
  margin-top: 2rem;
  border-top: 1px solid var(--color-border);
  background: #fafafa;
}

.footer__inner {
  padding: 3rem 0 2rem;
}

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

.footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__column li + li {
  margin-top: 0.6rem;
}

.footer__newsletter {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--color-border);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer__newsletter-form {
  display: flex;
  gap: 0.75rem;
  width: min(520px, 100%);
}

.footer__newsletter-form input {
  flex: 1;
  min-height: 48px;
  padding: 0 1rem;
  border: 1px solid #cfcfcf;
  background: #fff;
}

.footer__bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer__social {
  display: flex;
  gap: 1rem;
}

.footer__social a {
  width: 20px;
  height: 20px;
  color: #2a2a2a;
}

@media (max-width: 1200px) {
  .collection-grid,
  .product-grid,
  .home-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 920px) {
  .header__inner {
    min-height: 86px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 0;
  }

  .header__spacer {
    display: flex;
    justify-content: flex-start;
  }

  .header__menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header__actions {
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0.35rem;
  }

  .header-search {
    min-width: 42px;
    border: 0;
    background: transparent;
  }

  .header-search input {
    display: none;
  }

  .header-search.is-expanded {
    min-width: min(260px, 58vw);
    border: 1px solid #d8d8d8;
    background: #ffffff;
  }

  .header-search.is-expanded input {
    display: block;
  }

  .header-search button {
    width: 42px;
    min-height: 42px;
    border: 0;
    background: #111111;
    color: #ffffff;
  }

  .header-search.is-expanded button {
    border-left: 1px solid #e2e2e2;
  }

  .header-search__results {
    left: -1px;
    right: -1px;
    max-height: min(60vh, 420px);
    overflow-y: auto;
  }

  .header__actions > a:not(.header__cart) {
    display: none;
  }

  .header__cart {
    min-width: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #111111;
    box-shadow: none;
  }

  .header__actions .header__cart,
  .header__actions .header__cart:hover,
  .header__cart:hover {
    background: transparent;
    color: #111111;
    box-shadow: none;
  }

  .header__cart-label {
    display: none;
  }

  .header__cart-icon {
    width: 30px;
    height: 30px;
  }

  .header__cart-count {
    top: 5px;
    right: -1px;
    min-width: 18px;
    height: 18px;
    font-size: 0.66rem;
  }

  .brand {
    width: 170px;
    height: 34px;
    margin: 0 auto;
  }

  .page-shell--about {
    padding: 2.5rem 1rem 3.25rem;
  }

  .about-hero {
    margin-bottom: 2.5rem;
  }

  .about-hero__inner {
    min-height: 210px;
    padding: 2rem 1rem;
  }

  .about-page__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .navrow {
    display: none;
  }

  .navrow.is-open {
    display: block;
  }

  .nav {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 0.5rem 0 0.9rem;
  }

  .nav__item {
    width: 100%;
  }

  .nav__item > a {
    min-height: 48px;
    justify-content: flex-start;
    width: 100%;
    padding: 0 0.2rem;
  }

  .nav__dropdown {
    position: static;
    min-width: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 0.4rem 1rem;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .nav__item--has-children.is-open .nav__dropdown,
  .nav__item--has-children:hover .nav__dropdown,
  .nav__item--has-children:focus-within .nav__dropdown {
    display: block;
  }

  .nav__dropdown a {
    padding: 0.5rem 0;
  }

  .testimonial-banner {
    grid-template-columns: 1fr;
  }

  .testimonials-hero,
  .parts-hero,
  .testimonials-grid,
  .trust-strip,
  .testimonials-feature,
  .testimonials-wall,
  .testimonials-benefits {
    grid-template-columns: 1fr;
  }

  .product-detail {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .testimonial-banner__content {
    position: static;
    transform: none;
    width: 100%;
    box-shadow: none;
  }

  .testimonials-hero,
  .parts-hero,
  .track-order-page__card {
    padding: 1.5rem;
  }

  .company-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

  .footer__bottom {
    grid-template-columns: 1fr;
    display: grid;
  }
}

@media (max-width: 700px) {
  :root {
    --page-width: min(100vw - 1.5rem, 100%);
    --content-width: min(100vw - 1.5rem, 100%);
  }

  .collection-grid,
  .product-grid,
  .home-highlights,
  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-slider__control {
    display: none;
  }

  .content-card__body {
    padding: 1.3rem;
  }

  .product-detail__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer__newsletter-form {
    width: 100%;
    display: grid;
  }

  .video-panel__play {
    width: 72px;
    height: 72px;
  }

  .video-panel__play-icon {
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 18px;
  }

}

@media (max-width: 520px) {
  .brand {
    width: 155px;
    height: 30px;
  }

  .collection-card__media {
    aspect-ratio: 1.05 / 1;
  }

  .collection-card__body {
    padding-top: 0.8rem;
  }

  .collection-card__body h3,
  .collection-card__body p {
    position: relative;
    z-index: 1;
  }

  .woocommerce-cart .woocommerce {
    padding-left: 12px;
    padding-right: 12px;
    overflow-x: hidden;
  }

  .woocommerce-cart form.woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .woocommerce-cart table.shop_table_responsive,
  .woocommerce-cart table.shop_table_responsive tbody,
  .woocommerce-cart table.shop_table_responsive tr {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 12px 0;
    box-sizing: border-box;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td {
    border: 0 !important;
    box-sizing: border-box;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    text-align: center !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail {
    display: none !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail::before {
    display: none !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail a {
    display: none !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail img {
    display: none !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-name,
  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-price,
  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-quantity,
  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-subtotal,
  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-remove {
    overflow-wrap: break-word;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-name::before,
  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-price::before,
  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-quantity::before,
  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-subtotal::before,
  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-remove::before {
    float: none !important;
    display: block !important;
    text-align: center !important;
    margin-bottom: 4px !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-remove {
    padding-bottom: 12px !important;
  }

  .woocommerce-cart .cart-collaterals,
  .woocommerce-cart .cart_totals,
  .woocommerce-cart .wc-proceed-to-checkout {
    width: 100%;
    max-width: 100%;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box;
  }

  .woocommerce-cart .coupon {
    display: grid !important;
    width: 100%;
    max-width: 100%;
    gap: 10px !important;
  }

  .woocommerce-cart .coupon input,
  .woocommerce-cart .coupon button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }

  .hello-kryptex-cart table.shop_table_responsive thead,
  .hello-kryptex-cart table.shop_table thead {
    display: none !important;
  }

  .hello-kryptex-cart table.shop_table_responsive,
  .hello-kryptex-cart table.shop_table_responsive tbody,
  .hello-kryptex-cart table.shop_table_responsive tr {
    display: block !important;
    width: 100% !important;
  }

  .hello-kryptex-cart table.shop_table_responsive tr.cart_item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas:
      "name name subtotal"
      "price qty remove";
    gap: 6px 10px;
    padding: 12px 0;
    border-bottom: 1px solid #e4e4e4;
  }

  .hello-kryptex-cart td.product-thumbnail,
  .hello-kryptex-cart td.product-thumbnail * {
    display: none !important;
  }

  .hello-kryptex-cart td.product-name,
  .hello-kryptex-cart td.product-price,
  .hello-kryptex-cart td.product-quantity,
  .hello-kryptex-cart td.product-subtotal,
  .hello-kryptex-cart td.product-remove {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-sizing: border-box !important;
  }

  .hello-kryptex-cart td.product-name {
    grid-area: name;
    min-width: 0;
    text-align: left !important;
  }

  .hello-kryptex-cart .cart-line-item__title,
  .hello-kryptex-cart td.product-name > a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 4px;
  }

  .hello-kryptex-cart td.product-name p {
    display: none !important;
  }

  .hello-kryptex-cart td.product-name .variation,
  .hello-kryptex-cart td.product-name .wc-item-meta {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: #555;
  }

  .hello-kryptex-cart td.product-price {
    grid-area: price;
    text-align: left !important;
    font-size: 13px;
    line-height: 1.4;
    align-self: center;
    white-space: nowrap;
  }

  .hello-kryptex-cart td.product-name::before,
  .hello-kryptex-cart td.product-price::before,
  .hello-kryptex-cart td.product-subtotal::before,
  .hello-kryptex-cart td.product-quantity::before,
  .hello-kryptex-cart td.product-remove::before {
    display: none !important;
  }

  .hello-kryptex-cart td.product-subtotal {
    grid-area: subtotal;
    text-align: right !important;
    align-self: start;
    font-size: 15px;
    white-space: nowrap;
  }

  .hello-kryptex-cart td.product-quantity {
    grid-area: qty;
    text-align: center !important;
    align-self: center;
    white-space: nowrap;
  }

  .hello-kryptex-cart td.product-quantity .quantity {
    width: 78px;
    margin: 0 auto;
  }

  .hello-kryptex-cart td.product-remove {
    grid-area: remove;
    align-self: center;
    text-align: right !important;
    white-space: nowrap;
  }

  .hello-kryptex-cart td.actions {
    display: block !important;
    padding-top: 12px !important;
  }

  .hello-kryptex-cart .coupon {
    display: grid !important;
    gap: 10px;
  }

  .hello-kryptex-cart .coupon .input-text,
  .hello-kryptex-cart .coupon .button,
  .hello-kryptex-cart .button[name="update_cart"] {
    width: 100% !important;
    box-sizing: border-box;
  }

  .collection-grid,
  .product-grid,
  .home-highlights,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .about-hero__eyebrow {
    font-size: 2.1rem;
  }

  .about-hero__title {
    font-size: 2rem;
  }

  .product-detail__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-detail__qty-box {
    width: 100%;
    max-width: 220px;
  }
}
