:root {
  --blue: #17345e;
  --green: #4c961f;
  --ink: #142744;
  --paper: #f6f7f7;
  --line: #b8bdc2;
}

/* CMS dynamic pages */
.cms-db-note {
  background: #fff7d6;
  border-bottom: 1px solid #eedb8a;
  color: #5b4a00;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0;
}

.cart-badge {
  min-width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.cms-shop-hero {
  background:
    linear-gradient(145deg, rgba(255,255,255,.93), rgba(238,241,244,.95)),
    url("assets/promo-products.png") right center / auto 80% no-repeat;
}

.subpage-hero {
  padding: 52px 0 46px;
  border-bottom: 1px solid #d8dcdf;
}

.subpage-hero .breadcrumb-line {
  margin-bottom: 28px;
}

.subpage-hero h1 {
  max-width: 700px;
  margin: 8px 0 12px;
  color: var(--blue);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.subpage-hero p {
  max-width: 650px;
  margin: 0;
  color: #263b58;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.cms-page-content {
  margin-top: 24px;
  color: #31425a;
  font-size: 15px;
  line-height: 1.65;
}

.cms-page-content > :last-child {
  margin-bottom: 0;
}

.cms-listing {
  padding-top: 44px;
}

.cms-product-card {
  height: 100%;
}

.cms-product-card .product-body {
  min-height: 172px;
}

.cms-product-card small {
  display: block;
  min-height: 38px;
  margin: 0 0 12px;
  color: #42526a;
  font-size: 13px;
  line-height: 1.35;
}

.cms-product-form textarea,
.contact-section textarea,
.checkout-section textarea,
.login-form textarea,
.login-form select,
.cms-product-form select {
  width: 100%;
  border: 1px solid #d8dde3;
  background: #fff;
  color: var(--ink);
  padding: 12px 14px;
  font: inherit;
}

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

.cms-cart-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.cms-cart-items {
  display: grid;
  gap: 14px;
}

.cms-cart-item {
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr) 110px 120px;
  gap: 18px;
  align-items: center;
  background: #fff;
  border: 1px solid #e0e4e8;
  box-shadow: 0 10px 24px rgba(20, 39, 68, .07);
  padding: 16px;
}

.cms-cart-item img {
  width: 122px;
  aspect-ratio: 1.15;
  object-fit: cover;
  background: #f3f5f7;
}

.cms-cart-item h2 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 900;
}

.cms-cart-item p {
  margin: 0 0 10px;
  color: #4b5a70;
  font-size: 13px;
}

.cms-cart-item button {
  border: 0;
  background: transparent;
  color: #9a1d1d;
  font-weight: 800;
  padding: 0;
}

.cms-cart-item label {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cms-cart-item input {
  width: 100%;
  margin-top: 6px;
  border: 1px solid #d8dde3;
  padding: 8px;
}

.cms-cart-item strong {
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
  text-align: right;
}

.cms-empty-state {
  max-width: 620px;
  margin: 34px auto 0;
  padding: 42px;
  background: #fff;
  border: 1px solid #e0e4e8;
  text-align: center;
  box-shadow: 0 12px 30px rgba(20, 39, 68, .08);
}

.cms-empty-state i {
  margin-bottom: 18px;
  color: var(--green);
  font-size: 46px;
}

.cms-empty-state h1,
.cms-empty-state h2 {
  color: var(--blue);
  font-weight: 900;
}

.account-auth-section,
.customer-dashboard,
.contact-section {
  padding: 64px 0;
  background: #eef0f0;
}

.auth-grid,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: stretch;
}

.contact-layout {
  align-items: start;
}

.contact-layout .login-form {
  max-width: none;
}

.login-panel,
.contact-card,
.dashboard-panel {
  background: #fff;
  border: 1px solid #e0e4e8;
  box-shadow: 0 14px 34px rgba(20, 39, 68, .08);
  padding: 34px;
}

.auth-side,
.contact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.checkbox-line {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 18px 0;
}

.checkbox-line input {
  width: auto;
}

.dashboard-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.dashboard-head h1 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.dashboard-stats article {
  background: #fff;
  border: 1px solid #e0e4e8;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(20, 39, 68, .07);
}

.dashboard-stats i {
  color: var(--green);
  font-size: 24px;
}

.dashboard-stats strong {
  display: block;
  margin-top: 12px;
  color: var(--blue);
  font-size: 34px;
  font-weight: 900;
}

.dashboard-stats span {
  color: #4b5a70;
  font-weight: 800;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.dashboard-wide {
  grid-column: 1 / -1;
}

.dashboard-panel h2 {
  color: var(--blue);
  font-size: 24px;
  font-weight: 900;
}

.account-list-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #e5e9ed;
}

.account-list-row strong {
  color: var(--blue);
}

.account-list-row span,
.account-list-row em {
  color: #4b5a70;
  font-style: normal;
  font-weight: 700;
}

.points-total {
  color: var(--green);
  font-size: 34px;
  font-weight: 900;
}

.design-preview-card h3 {
  margin: 12px 0 4px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 900;
}

.design-preview-card p {
  margin: 0;
  color: #4b5a70;
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .cms-cart-grid,
  .auth-grid,
  .contact-layout,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

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

  .cms-cart-item {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .cms-cart-item label,
  .cms-cart-item strong {
    grid-column: 2;
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .form-grid-2,
  .cms-design-grid,
  .dashboard-stats {
    grid-template-columns: 1fr;
  }

  .cms-empty-state,
  .login-panel,
  .contact-card,
  .dashboard-panel {
    padding: 24px;
  }

  .dashboard-head {
    display: block;
  }

  .account-list-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  color: var(--ink);
  background: #eef0f0;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.shop-container {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-left: clamp(24px, 5.6vw, 70px);
  padding-right: clamp(24px, 5.6vw, 70px);
}

.site-header {
  width: 100%;
  min-height: 70px;
  background: rgba(249, 250, 250, .97);
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

main {
  padding-top: 70px;
}

.navbar {
  min-height: 70px;
  padding: 0;
}

.brand {
  color: var(--blue);
  font-size: clamp(30px, 2.6vw, 38px);
  line-height: 1;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
}

.brand span {
  color: var(--blue);
}

.brand strong {
  color: var(--green);
}

.navbar-nav {
  gap: clamp(18px, 2.4vw, 36px);
}

.navbar .nav-link {
  color: #142744;
  font-size: 14px;
  font-weight: 800;
  padding: 27px 0 20px;
}

.dropdown-toggle::after {
  display: none;
}

.nav-chevron {
  margin-left: .35em;
  font-size: 10px;
  vertical-align: .08em;
}

.navbar .nav-link.active {
  border-bottom: 2px solid var(--blue);
}

.dropdown-menu {
  min-width: 220px;
  margin-top: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 12px 28px rgba(20, 39, 68, .16);
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  left: 24px;
  top: -6px;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, .98);
  transform: rotate(45deg);
}

.dropdown-item {
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  border-radius: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background: var(--blue);
}

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu,
  .navbar .dropdown:focus-within > .dropdown-menu {
    display: block;
  }

  .navbar .nav-chevron {
    transition: transform .15s ease;
  }

  .navbar .dropdown:hover > .dropdown-toggle .nav-chevron,
  .navbar .dropdown:focus-within > .dropdown-toggle .nav-chevron {
    transform: rotate(180deg);
  }
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  white-space: nowrap;
}

.nav-actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1c2636;
  text-decoration: none;
  border: 0;
  background: transparent;
  padding: 0;
}

.nav-actions i {
  color: #1c2636;
  font-size: 16px;
  line-height: 1;
}

@media (min-width: 992px) {
  .navbar .nav-link,
  .nav-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 70px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 2px solid transparent;
    line-height: 1;
  }

  .navbar .nav-link.active {
    border-bottom-color: var(--blue);
  }

  .nav-actions {
    align-self: stretch;
    min-height: 70px;
  }
}

.hero-section {
  width: 100%;
  min-height: 348px;
  background:
    linear-gradient(154deg, transparent 0 47%, rgba(220,225,230,.9) 47% 72%, transparent 72%),
    radial-gradient(circle at center, #fff 0, #f3f4f4 75%);
  border-bottom: 1px solid #d4d8dc;
  overflow: hidden;
}

.hero-section .shop-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.hero-row {
  min-height: 348px;
  --bs-gutter-x: 0;
}

.hero-people-wrap,
.hero-products-wrap {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
}

.hero-people {
  width: 390px;
  max-width: 100%;
  margin-left: 0;
  display: block;
}

.hero-products {
  width: 356px;
  max-width: 100%;
  margin-left: auto;
  margin-bottom: 10px;
  display: block;
}

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

.hero-copy h1 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(31px, 3vw, 40px);
  line-height: 1.08;
  font-weight: 900;
}

.hero-copy h1 span {
  display: block;
  color: var(--green);
}

.hero-line {
  width: min(100%, 345px);
  height: 1px;
  margin: 9px 0 16px;
  background: #aeb4ba;
}

.hero-copy p {
  margin: 0 0 18px;
  color: #223856;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

.green-btn {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(#5ba12a, #3f8616);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 2px 5px rgba(0,0,0,.25);
}

.green-btn::after,
.product-body a::after {
  content: "\f105";
  font: var(--fa-font-solid);
  margin-left: 10px;
  font-weight: 900;
}

.category-section {
  width: 100%;
  padding: 24px 0 18px;
  background: var(--paper);
}

.category-card {
  display: block;
  min-height: 258px;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.category-card img {
  width: 100%;
  height: 258px;
  object-fit: cover;
  display: block;
}

.category-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 84px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  background: rgba(18, 38, 67, .78);
  backdrop-filter: blur(1px);
}

.category-overlay strong {
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1;
  font-weight: 900;
}

.category-overlay em {
  margin-top: 15px;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.green-pill {
  padding: .42rem 1.25rem;
  background: linear-gradient(#5ba12a, #3f8616);
  box-shadow: 0 2px 5px rgba(0,0,0,.22);
}

.services-section {
  width: 100%;
  padding: 18px 0 28px;
  background: linear-gradient(#fbfbfb, #f0f1f1);
  border-top: 1px solid #d8dcdf;
  border-bottom: 1px solid #d8dcdf;
}

.section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.section-title span,
.line-title::after {
  height: 1px;
  background: var(--line);
}

.service-panel {
  background: linear-gradient(180deg, transparent 0 42px, rgba(232,233,233,.96) 42px);
}

.service-item {
  min-height: 142px;
  padding: 0 18px 15px;
  text-align: center;
  border-left: 1px solid #c7cace;
}

.service-panel [class*="col-"]:first-child .service-item {
  border-left: 0;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 104px;
  height: 78px;
  margin: 0 auto 7px;
  color: var(--blue);
  font-size: 64px;
  line-height: 1;
}

.service-item h3 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
}

.service-item p {
  margin: 0;
  color: #30343d;
  font-size: 13px;
}

.bestseller-section {
  width: 100%;
  padding: 30px 0 22px;
  background: var(--paper);
}

.line-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.line-title::after {
  content: "";
  flex: 1;
}

.product-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e3e6e8;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
}

.product-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 6;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #f5f6f7;
}

.product-body {
  padding: 12px 16px 14px;
}

.product-body h3 {
  margin: 0;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.product-body p {
  margin: 8px 0 10px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 900;
}

.product-body a {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 16px;
  color: #fff;
  background: var(--blue);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
}

.product-card-actions {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.product-card-actions form {
  display: flex;
  margin: 0;
}

.wishlist-heart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  height: 30px;
  padding: 0;
  border: 1px solid var(--blue);
  color: var(--blue);
  background: #fff;
  transition: color .15s ease, background .15s ease, border-color .15s ease, transform .15s ease;
}

.wishlist-heart-btn:hover,
.wishlist-heart-btn:focus-visible {
  border-color: var(--green);
  color: #fff;
  background: var(--green);
  transform: translateY(-1px);
}

.promo-section {
  width: 100%;
  min-height: 170px;
  background:
    linear-gradient(90deg, rgba(247,248,248,.98) 0 38%, rgba(247,248,248,.88) 52%, rgba(247,248,248,0) 73%),
    linear-gradient(#f9fafb, #e6e9ec);
  border-top: 1px solid #d8dcdf;
  border-bottom: 1px solid #d8dcdf;
  overflow: hidden;
}

/* CMS start page: same banner treatment as the original static preview. */
.promo-band-section {
  width: 100%;
  min-height: 170px;
  background:
    linear-gradient(90deg, rgba(247,248,248,.98) 0 38%, rgba(247,248,248,.88) 52%, rgba(247,248,248,0) 73%),
    linear-gradient(#f9fafb, #e6e9ec);
  border-top: 1px solid #d8dcdf;
  border-bottom: 1px solid #d8dcdf;
  overflow: hidden;
}

.promo-band {
  position: relative;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.promo-band > div {
  position: relative;
  z-index: 1;
  flex: 0 1 52%;
}

.promo-band h2 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 25px;
  font-weight: 900;
}

.promo-band p {
  margin: 0 0 14px;
  color: #26354a;
  font-size: 14px;
}

.promo-band img {
  align-self: flex-end;
  width: auto;
  max-width: 58%;
  height: 170px;
  object-fit: contain;
  object-position: right bottom;
}

.promo-content {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.promo-copy h2 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 25px;
  font-weight: 900;
}

.promo-copy p {
  margin: 0 0 14px;
  color: #26354a;
  font-size: 14px;
}

.promo-content img {
  height: 170px;
  width: auto;
  object-fit: contain;
}

.footer {
  width: 100%;
  color: #cfd2d6;
  background: #303030;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr;
  padding: 46px 0 34px;
}

.footer-brand-block {
  display: none;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 34px;
}

.footer-brand-block p {
  max-width: 310px;
  margin: 0 0 22px;
  color: #b9c3d2;
  font-size: 14px;
  line-height: 1.65;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(#5ba12a, #3f8616);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 2px 8px rgba(0,0,0,.28);
}

.footer-cta::after {
  content: "\f105";
  font: var(--fa-font-solid);
  margin-left: 10px;
  font-weight: 900;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  gap: 0;
  border-left: 1px solid rgba(255,255,255,.16);
}

.footer h3 {
  margin: 0 0 30px;
  color: #f3f3f3;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

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

.footer li {
  margin-bottom: 14px;
}

.footer a {
  color: #cfd2d6;
  text-decoration: none;
}

.footer li a {
  font-size: 15px;
  font-weight: 400;
}

.footer li a:hover,
.footer-contact a:hover,
.footer-bottom a:hover {
  color: #fff;
}

.footer-contact p {
  margin: 0 0 18px;
  color: #cfd2d6;
  font-size: 15px;
  line-height: 1.55;
}

.footer-contact strong {
  color: #fff;
  font-size: 16px;
}

.footer-contact > a {
  display: inline-block;
  margin-bottom: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.footer-links > div {
  min-height: 235px;
  padding: 0 clamp(26px, 3vw, 42px);
  border-right: 1px solid rgba(255,255,255,.16);
}

.footer-links > div:nth-child(2) {
  order: 3;
}

.footer-links > div:nth-child(3) {
  order: 2;
}

.footer-links > div:nth-child(4) {
  order: 4;
}

.footer-contact h3 {
  margin-bottom: 28px;
}

.footer-contact p {
  color: #cfd2d6;
  font-size: 15px;
  line-height: 1.55;
}

.footer-contact strong {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.footer-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  padding: 26px 70px;
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.footer-metrics div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.footer-metrics strong {
  color: #fff;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
}

.footer-metrics span {
  color: #fff;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-payments {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  align-items: center;
  padding: 28px 70px 32px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.footer-payments span {
  color: rgba(255,255,255,.45);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.socials {
  display: flex;
  gap: 9px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.socials a:hover {
  background: var(--green);
  border-color: var(--green);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 24px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,.48);
  font-size: 12px;
}

.footer-bottom div {
  display: flex;
  gap: 18px;
}

.footer-bottom a {
  color: rgba(255,255,255,.58);
  font-size: 12px;
}

.clothing-hero {
  min-height: 430px;
  padding: 72px 0 64px;
  background:
    linear-gradient(154deg, transparent 0 47%, rgba(220,225,230,.9) 47% 72%, transparent 72%),
    radial-gradient(circle at center, #fff 0, #f3f4f4 75%);
  border-bottom: 1px solid #d8dcdf;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.clothing-hero h1 {
  max-width: 650px;
  margin: 0 0 15px;
  color: var(--blue);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.02;
  font-weight: 900;
}

.hero-subline {
  max-width: 520px;
  margin: 0 0 24px;
  color: #213856;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 800;
}

.clothing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.blue-outline-btn {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 18px;
  color: var(--blue);
  border: 1px solid var(--blue);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  background: rgba(255,255,255,.6);
}

.blue-outline-btn::after {
  content: "\f105";
  font: var(--fa-font-solid);
  margin-left: 10px;
  font-weight: 900;
}

.clothing-hero-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.clothing-hero-images img {
  width: 100%;
  min-height: 285px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(20, 39, 68, .12);
}

.clothing-hero-images img:first-child {
  transform: translateY(22px);
}

.clothing-intro {
  padding: 38px 0;
  background: var(--paper);
}

.info-tile {
  height: 100%;
  padding: 28px 28px 26px;
  background: #fff;
  border: 1px solid #e1e5e8;
  box-shadow: 0 2px 6px rgba(0,0,0,.04);
}

.info-tile span {
  display: block;
  margin-bottom: 14px;
  color: rgba(23, 52, 94, .22);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.info-tile h2 {
  margin: 0 0 9px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 900;
}

.info-tile p {
  margin: 0;
  color: #303c4f;
  font-size: 14px;
  line-height: 1.55;
}

.clothing-category-block {
  padding: 58px 0;
  background: #f9fafb;
  border-top: 1px solid #d8dcdf;
}

.clothing-category-block.alt {
  background: #f1f3f4;
}

.category-feature-img {
  width: 100%;
  min-height: 310px;
  object-fit: cover;
  box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

.clothing-category-block h2 {
  margin: 0 0 13px;
  color: var(--blue);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 900;
}

.clothing-category-block p {
  max-width: 620px;
  margin: 0 0 21px;
  color: #26354a;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 700;
}

.clothing-products {
  border-top: 1px solid #d8dcdf;
}

.clothing-service-cta {
  padding: 38px 0;
  color: #fff;
  background:
    radial-gradient(circle at 20% 0, rgba(76,150,31,.18), transparent 32rem),
    linear-gradient(135deg, #17345e, #101722);
}

.clothing-service-cta .shop-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.clothing-service-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 900;
}

.clothing-service-cta p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: #d7dfec;
  font-size: 15px;
}

.clothing-service-cta .eyebrow {
  color: #8dcc62;
}

.listing-hero {
  padding: 58px 0;
  background:
    linear-gradient(154deg, transparent 0 47%, rgba(220,225,230,.9) 47% 72%, transparent 72%),
    radial-gradient(circle at center, #fff 0, #f3f4f4 75%);
  border-bottom: 1px solid #d8dcdf;
}

.breadcrumb-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #657285;
  font-size: 13px;
  font-weight: 800;
}

.breadcrumb-line a {
  color: var(--blue);
  text-decoration: none;
}

.breadcrumb-line strong {
  color: var(--green);
}

.listing-hero h1 {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  font-weight: 900;
}

.listing-hero p {
  max-width: 620px;
  margin: 0;
  color: #213856;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 800;
}

.listing-hero-img {
  width: 100%;
  min-height: 310px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(20, 39, 68, .12);
}

.listing-section {
  padding: 42px 0 58px;
  background: var(--paper);
}

.listing-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.listing-toolbar span {
  display: block;
  margin-bottom: 5px;
  color: #687486;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.listing-toolbar strong {
  color: var(--blue);
  font-size: 24px;
  font-weight: 900;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.filter-pills button {
  height: 32px;
  padding: 0 14px;
  color: var(--blue);
  border: 1px solid #c4cbd3;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}

.filter-pills button.active,
.filter-pills button:hover {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.workwear-advice {
  padding: 0 0 54px;
  background: var(--paper);
}

.advice-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 38px;
  color: #fff;
  background:
    radial-gradient(circle at 10% 0, rgba(76,150,31,.16), transparent 26rem),
    linear-gradient(135deg, #17345e, #101722);
}

.advice-panel h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(26px, 2.7vw, 40px);
  font-weight: 900;
}

.advice-panel p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: #d7dfec;
  font-size: 15px;
}

.advice-panel .eyebrow {
  color: #8dcc62;
}

.promo-hero {
  overflow: hidden;
}

.print-hero-stack {
  position: relative;
  min-height: 330px;
}

.print-hero-stack img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(74%, 520px);
  filter: drop-shadow(0 16px 28px rgba(20, 39, 68, .18));
}

.print-sheet {
  position: absolute;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 16px 32px rgba(20, 39, 68, .16);
}

.print-sheet span {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .16em;
}

.flyer-sheet {
  left: 24px;
  top: 18px;
  width: 210px;
  height: 280px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92) 0 38%, transparent 38%),
    linear-gradient(145deg, var(--blue), #07172b);
}

.card-sheet {
  left: 188px;
  top: 92px;
  width: 250px;
  height: 130px;
  background:
    linear-gradient(90deg, var(--blue) 0 44%, #fff 44%);
  color: var(--blue);
}

.print-product-card .product-body {
  border-top: 1px solid #e3e6e8;
}

.print-art {
  aspect-ratio: 1.18;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: #fff;
  background: var(--blue);
  overflow: hidden;
  position: relative;
}

.print-art::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto auto;
  width: 70%;
  height: 90%;
  background: rgba(255,255,255,.16);
  transform: rotate(28deg);
}

.print-art span,
.print-art strong {
  position: relative;
  z-index: 1;
}

.print-art span {
  margin-bottom: 8px;
  color: #92d36b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.print-art strong {
  max-width: 190px;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 900;
}

.business-card-art {
  background:
    linear-gradient(90deg, #fff 0 48%, transparent 48%),
    linear-gradient(135deg, var(--blue), #0d1c32);
  color: var(--blue);
}

.business-card-art span {
  color: var(--green);
}

.brochure-art {
  background:
    linear-gradient(135deg, rgba(255,255,255,.86) 0 35%, transparent 35%),
    linear-gradient(135deg, #4c961f, #17345e);
}

.letter-art {
  background:
    repeating-linear-gradient(0deg, rgba(23,52,94,.08) 0 2px, transparent 2px 16px),
    #fff;
  color: var(--blue);
}

.letter-art span {
  color: var(--green);
}

.poster-art {
  background:
    radial-gradient(circle at 70% 25%, rgba(255,255,255,.22), transparent 90px),
    linear-gradient(145deg, #111827, var(--blue));
}

.active-wishlist,
.active-login,
.active-cart {
  color: var(--blue) !important;
  font-weight: 900;
}

.login-hero,
.wishlist-hero {
  padding: 58px 0 44px;
  border-bottom: 1px solid #d8dcdf;
  background:
    linear-gradient(150deg, rgba(255,255,255,.92) 0 48%, rgba(216,222,226,.78) 48% 70%, rgba(255,255,255,.9) 70%),
    radial-gradient(circle at 88% 18%, rgba(76,150,31,.12), transparent 260px),
    #f5f6f7;
}

.login-hero h1,
.wishlist-hero h1 {
  margin: 10px 0 10px;
  color: var(--blue);
  font-size: clamp(36px, 4vw, 58px);
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
}

.login-hero p,
.wishlist-hero p {
  max-width: 650px;
  margin: 0;
  color: #263b58;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.login-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  align-items: end;
}

.login-benefits {
  padding: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 0 100%, rgba(76,150,31,.22), transparent 180px),
    linear-gradient(140deg, #17345e, #101722);
  box-shadow: 0 16px 32px rgba(20, 39, 68, .14);
}

.login-benefits span {
  display: block;
  margin-bottom: 8px;
  color: #8ed062;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.login-benefits strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.login-section {
  padding: 46px 0 64px;
  background: var(--paper);
}

.login-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  align-items: stretch;
}

.login-card,
.account-panel {
  background: #fff;
  border: 1px solid #e1e5e8;
  box-shadow: 0 16px 32px rgba(20, 39, 68, .08);
}

.login-card {
  padding: clamp(28px, 4vw, 48px);
}

.login-card h2,
.account-panel h2 {
  margin: 0 0 20px;
  color: var(--blue);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.login-form {
  display: grid;
  gap: 11px;
  max-width: 620px;
}

.login-form label {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.login-form input[type="email"],
.login-form input[type="text"],
.login-form input[type="tel"],
.login-form input[type="number"],
.login-form input:not([type]),
.login-form select,
.login-form textarea,
.login-form input[type="password"] {
  width: 100%;
  min-height: 50px;
  margin-bottom: 10px;
  padding: 12px 15px;
  border: 1px solid #cbd1d6;
  color: var(--blue);
  background: #f8f9fa;
  font-size: 15px;
  font-weight: 700;
  outline: 0;
}

.login-form textarea {
  min-height: 150px;
  resize: vertical;
}

.login-form select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--blue) 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,
    linear-gradient(135deg, var(--blue) 50%, transparent 50%) calc(100% - 13px) 50% / 6px 6px no-repeat,
    #f8f9fa;
}

.login-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(23, 52, 94, .1);
}

.login-form select:focus,
.login-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(23, 52, 94, .1);
}

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

.register-form {
  max-width: 760px;
}

.register-check {
  margin: 6px 0 12px;
  color: var(--blue);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 900;
}

.form-options {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin: 2px 0 10px;
  flex-wrap: wrap;
}

.check-line {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0;
}

.check-line input {
  width: 16px;
  height: 16px;
  accent-color: var(--green);
}

.form-options a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.login-submit {
  width: fit-content;
  min-width: 170px;
  border: 0;
}

.account-panel {
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(255,255,255,.12), transparent 190px),
    linear-gradient(140deg, #17345e, #101722);
}

.account-panel h2 {
  color: #fff;
}

.account-panel p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.76);
  line-height: 1.55;
  font-weight: 700;
}

.account-panel ul {
  display: grid;
  gap: 11px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.account-panel li {
  position: relative;
  padding-left: 20px;
  color: rgba(255,255,255,.88);
  font-size: 14px;
  font-weight: 800;
}

.account-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: var(--green);
}

.account-panel .blue-outline-btn {
  display: inline-block;
  border: 1px solid rgba(255,255,255,.36);
  color: #fff;
  background: transparent;
}

.contact-detail {
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.14);
}

.contact-detail span {
  display: block;
  margin-bottom: 6px;
  color: #8ed062;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-detail strong {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
}

.config-hero {
  padding: 58px 0 46px;
  border-bottom: 1px solid #d8dcdf;
  background:
    linear-gradient(150deg, rgba(255,255,255,.92) 0 48%, rgba(216,222,226,.78) 48% 70%, rgba(255,255,255,.9) 70%),
    #f5f6f7;
}

.config-hero-grid {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  margin-top: 20px;
}

.config-gallery {
  min-width: 0;
}

.product-gallery {
  position: relative;
  min-height: 330px;
  background: #fff;
  border: 1px solid #e0e4e7;
  box-shadow: 0 16px 32px rgba(20, 39, 68, .08);
}

.product-gallery .carousel-inner,
.product-gallery .carousel-item {
  min-height: 330px;
}

.product-gallery .carousel-item {
  place-items: center;
  padding: 28px;
}

.product-gallery .carousel-item.active,
.product-gallery .carousel-item-next,
.product-gallery .carousel-item-prev {
  display: grid;
}

.product-gallery img {
  width: min(86%, 330px);
  height: 280px;
  object-fit: contain;
}

.gallery-zoom {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--blue);
  border: 0;
  box-shadow: 0 8px 20px rgba(20, 39, 68, .18);
}

.product-gallery .carousel-control-prev,
.product-gallery .carousel-control-next,
.gallery-modal .carousel-control-prev,
.gallery-modal .carousel-control-next {
  top: 50%;
  width: 42px;
  height: 42px;
  color: #fff;
  background: rgba(23, 52, 94, .92);
  opacity: 1;
  transform: translateY(-50%);
}

.product-gallery .carousel-control-prev,
.gallery-modal .carousel-control-prev {
  left: 14px;
}

.product-gallery .carousel-control-next,
.gallery-modal .carousel-control-next {
  right: 14px;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.gallery-thumbs button {
  min-height: 74px;
  padding: 6px;
  background: #fff;
  border: 1px solid #d6dde2;
  cursor: pointer;
}

.gallery-thumbs button.active,
.gallery-thumbs button:focus {
  border-color: var(--green);
  box-shadow: inset 0 0 0 2px var(--green);
}

.gallery-thumbs img {
  width: 100%;
  height: 62px;
  object-fit: contain;
}

.gallery-modal .modal-content {
  position: relative;
  padding: 30px;
  background: #f7f8f9;
  border: 0;
  border-radius: 0;
}

.gallery-modal h2 {
  margin: 0 54px 18px 0;
  color: var(--blue);
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-modal .carousel-item {
  min-height: 640px;
  place-items: center;
  background: #fff;
}

.gallery-modal .carousel-item.active,
.gallery-modal .carousel-item-next,
.gallery-modal .carousel-item-prev {
  display: grid;
}

.gallery-modal img {
  width: min(90%, 920px);
  max-height: 600px;
  object-fit: contain;
}

.modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--blue);
  border: 0;
}

.config-intro h1 {
  margin: 10px 0;
  color: var(--blue);
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
}

.config-intro p {
  max-width: 690px;
  margin: 0 0 18px;
  color: #263b58;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.config-price {
  display: inline-block;
  color: var(--blue);
  font-size: 28px;
  font-weight: 900;
}

.config-section {
  padding: 46px 0 66px;
  background: var(--paper);
}

.config-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.config-card {
  padding: clamp(28px, 4vw, 48px);
  background: #fff;
  border: 1px solid #e1e5e8;
  box-shadow: 0 16px 32px rgba(20, 39, 68, .08);
}

.config-card.login-form {
  max-width: none;
}

.config-card h2 {
  margin: 0 0 26px;
  color: var(--blue);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.config-block {
  padding: 24px 0;
  border-top: 1px solid #dfe3e6;
}

.config-block h3 {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.config-block p {
  margin: 0 0 16px;
  color: #33455f;
  line-height: 1.6;
  font-weight: 700;
}

.swatch-list,
.option-grid,
.design-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.swatch-list label,
.option-grid label,
.design-choice-grid label {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 52px;
  margin: 0;
  padding: 12px 14px;
  color: var(--blue);
  background: #f7f8f9;
  border: 1px solid #d9dee2;
  font-weight: 900;
  cursor: pointer;
}

.swatch-list input,
.option-grid input,
.design-choice-grid input {
  accent-color: var(--green);
}

.swatch-list span {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: var(--swatch);
  border: 1px solid rgba(0,0,0,.18);
}

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

.size-grid label {
  display: grid;
  gap: 8px;
  color: var(--blue);
  font-weight: 900;
}

.size-grid input {
  width: 100%;
  min-height: 46px;
  padding: 10px;
  border: 1px solid #cbd1d6;
  color: var(--blue);
  background: #f8f9fa;
  font-weight: 900;
}

.design-notice {
  padding: 22px;
  background: #eef1f3;
  border-left: 4px solid var(--green);
}

.login-form input[type="file"] {
  width: 100%;
  padding: 13px;
  color: var(--blue);
  background: #fff;
  border: 1px solid #cbd1d6;
  font-size: 14px;
  font-weight: 800;
}

.config-muted {
  color: #5b687a !important;
  font-size: 14px;
}

.design-choice-grid {
  grid-template-columns: 1fr;
}

.design-choice-grid label {
  display: grid;
  grid-template-columns: auto 148px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 122px;
}

.design-choice-grid span,
.design-choice-grid small {
  display: block;
}

.design-choice-grid small {
  margin-top: 3px;
  color: #5c6878;
  font-size: 12px;
  font-weight: 700;
}

.design-choice-grid label > span:not(.design-preview),
.design-choice-grid label > small {
  grid-column: 3;
}

.design-choice-grid label > small {
  align-self: start;
  margin-top: -30px;
}

.design-preview {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 148px;
  height: 92px;
  overflow: hidden;
  background: #eef1f3;
  border: 1px solid #d6dde2;
}

.design-zoom {
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: rgba(23, 52, 94, .94);
  border: 0;
  font-size: 12px;
}

.design-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 9px;
  display: block;
}

.design-preview b {
  position: absolute;
  left: 10px;
  bottom: 8px;
  padding: 4px 8px;
  color: #fff;
  background: rgba(23, 52, 94, .9);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.textile-preview::after,
.promo-preview::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 34px;
  height: 18px;
  border-radius: 2px;
  background:
    linear-gradient(135deg, transparent 0 28%, #fff 28% 42%, transparent 42%),
    var(--green);
  box-shadow: 0 2px 5px rgba(0,0,0,.16);
}

.textile-preview.alt::after,
.promo-preview.alt::after {
  width: 48px;
  background:
    linear-gradient(90deg, #fff 0 18%, transparent 18% 30%, #fff 30% 44%, transparent 44%),
    var(--blue);
}

.new-design-choice {
  background: #f1f4f6 !important;
}

.new-design-preview {
  display: grid !important;
  place-items: center;
  align-content: center;
  gap: 5px;
  border: 1px dashed #b8c2cb;
}

.new-design-preview b {
  position: static;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-size: 24px;
}

.new-design-preview em {
  color: var(--blue);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.config-summary {
  position: sticky;
  top: 94px;
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 0 100%, rgba(76,150,31,.2), transparent 190px),
    linear-gradient(140deg, #17345e, #101722);
  box-shadow: 0 16px 32px rgba(16, 23, 34, .18);
}

.config-summary h2 {
  margin: 0 0 15px;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.config-summary p {
  margin: 18px 0 22px;
  color: rgba(255,255,255,.76);
  line-height: 1.55;
  font-weight: 700;
}

.summary-row.total-row {
  margin-top: 8px;
  padding-top: 18px;
  font-size: 16px;
}

.summary-row.total-row strong {
  color: #8ed062;
  font-size: 21px;
}

.design-zoom-frame {
  display: grid;
  place-items: center;
  gap: 18px;
  width: 100%;
  min-height: 640px;
  margin: 0;
  padding: 34px;
  background: #fff;
}

.design-zoom-frame img {
  width: min(86%, 760px);
  max-height: 520px;
  object-fit: contain;
}

.design-zoom-frame figcaption {
  max-width: 760px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}

.config-summary .blue-outline-btn {
  display: block;
  border: 1px solid rgba(255,255,255,.32);
  color: #fff;
  background: transparent;
  text-align: center;
}

.wishlist-section {
  padding: 42px 0 56px;
  border-bottom: 1px solid #dde0e2;
  background: var(--paper);
}

.wishlist-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  padding: 14px 18px;
  border-left: 4px solid var(--green);
  color: #244018;
  background: #edf7e8;
  font-size: 14px;
  font-weight: 800;
}

.wishlist-notice.is-error {
  border-left-color: #a12b2b;
  color: #712020;
  background: #fff0f0;
}

.wishlist-empty {
  max-width: 760px;
  margin-top: 0;
  padding: clamp(38px, 6vw, 72px);
  background:
    radial-gradient(circle at 50% 0, rgba(76,150,31,.09), transparent 230px),
    #fff;
}

.wishlist-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--green);
  background: #eef5e9;
  box-shadow: 0 12px 28px rgba(76,150,31,.14);
}

.wishlist-empty .wishlist-empty-icon i {
  margin: 0;
  font-size: 34px;
}

.wishlist-empty p {
  max-width: 560px;
  margin: 0 auto 24px;
  color: #4b5a70;
  line-height: 1.6;
}

.wishlist-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.wishlist-list {
  display: grid;
  gap: 16px;
}

.wishlist-item {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 150px;
  padding: 18px;
  background: #fff;
  border: 1px solid #e1e5e8;
  box-shadow: 0 12px 26px rgba(20, 39, 68, .07);
}

.wishlist-item img,
.mini-print-preview {
  width: 138px;
  height: 112px;
  object-fit: cover;
  background: #eceff1;
}

.wishlist-item-image {
  display: block;
  overflow: hidden;
  background: #f2f4f5;
}

.wishlist-item-image img {
  transition: transform .25s ease;
}

.wishlist-item-image:hover img {
  transform: scale(1.035);
}

.wishlist-item h2 a {
  color: inherit;
  text-decoration: none;
}

.wishlist-item h2 a:hover {
  color: var(--green);
}

.item-type {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.wishlist-item h2 {
  margin: 0 0 5px;
  color: var(--blue);
  font-size: 21px;
  line-height: 1.1;
  font-weight: 900;
}

.wishlist-item p {
  max-width: 540px;
  margin: 0 0 12px;
  color: #34445b;
  font-size: 14px;
  line-height: 1.45;
}

.wishlist-item > strong {
  color: var(--blue);
  font-size: 19px;
  font-weight: 900;
  white-space: nowrap;
}

.item-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.item-actions form {
  display: flex;
  margin: 0;
}

.item-actions a,
.item-actions button {
  min-height: 34px;
  padding: 8px 14px;
  border: 0;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.item-actions button {
  color: var(--blue);
  background: #e9ecef;
}

.item-actions .wishlist-cart-action {
  color: #fff;
  background: var(--green);
}

.item-actions i {
  margin-right: 5px;
}

.item-actions a:hover,
.item-actions button:hover {
  filter: brightness(.95);
}

.mini-print-preview {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  background:
    linear-gradient(90deg, #fff 0 47%, transparent 47%),
    linear-gradient(135deg, var(--blue), #0d1c32);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.28);
}

.mini-print-preview span {
  color: var(--green);
  font-size: 11px;
  font-style: italic;
  font-weight: 900;
}

.mini-print-preview b {
  color: var(--blue);
  font-size: 18px;
  line-height: 1.05;
}

.wishlist-summary {
  position: sticky;
  top: 94px;
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 0 100%, rgba(76,150,31,.2), transparent 190px),
    linear-gradient(140deg, #17345e, #101722);
  box-shadow: 0 16px 32px rgba(16, 23, 34, .18);
}

.wishlist-summary h2 {
  margin: 0 0 4px;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
}

.wishlist-summary-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
}

.wishlist-summary p {
  margin: 0 0 20px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 700;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.84);
  font-size: 14px;
  font-weight: 700;
}

.summary-row strong {
  color: #fff;
}

.wishlist-summary .green-btn,
.wishlist-summary .blue-outline-btn {
  display: block;
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

.wishlist-summary-form {
  margin: 0;
}

.wishlist-summary-form .green-btn {
  width: 100%;
  min-height: 42px;
  justify-content: center;
  border: 0;
}

.wishlist-clear-form {
  margin: 18px 0 0;
  text-align: center;
}

.wishlist-clear-form button {
  gap: 6px;
  padding: 4px;
  border: 0;
  color: rgba(255,255,255,.62);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
}

.wishlist-clear-form button:hover {
  color: #fff;
}

.product-submit-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
  gap: 12px;
}

.product-submit-actions .login-submit {
  width: 100%;
}

.wishlist-product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid var(--blue);
  color: var(--blue);
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.wishlist-product-btn:hover,
.wishlist-product-btn:focus-visible {
  color: #fff;
  background: var(--blue);
}

.wishlist-summary .blue-outline-btn {
  border: 1px solid rgba(255,255,255,.32);
  color: #fff;
  background: transparent;
}

.wishlist-recommendations {
  padding: 0 0 60px;
  background: var(--paper);
}

.cart-hero {
  padding: 58px 0 44px;
  border-bottom: 1px solid #d8dcdf;
  background:
    linear-gradient(150deg, rgba(255,255,255,.94) 0 47%, rgba(216,222,226,.76) 47% 68%, rgba(255,255,255,.92) 68%),
    #f5f6f7;
}

.cart-hero h1 {
  margin: 10px 0 10px;
  color: var(--blue);
  font-size: clamp(36px, 4vw, 58px);
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-hero p {
  max-width: 780px;
  margin: 0;
  color: #263b58;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.cart-section {
  padding: 42px 0 66px;
  background: var(--paper);
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.cart-list {
  display: grid;
  gap: 16px;
}

.cart-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 20px;
  background: #fff;
  border: 1px solid #e1e5e8;
  box-shadow: 0 12px 26px rgba(20, 39, 68, .07);
}

.cart-item img {
  width: 150px;
  height: 124px;
  object-fit: contain;
  background:
    linear-gradient(150deg, rgba(255,255,255,.9) 0 48%, rgba(216,222,226,.7) 48% 70%, rgba(255,255,255,.9) 70%),
    #edf1f4;
}

.cart-item h2 {
  margin: 0 0 6px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
}

.cart-item p {
  margin: 0 0 12px;
  color: #34445b;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.cart-item > strong {
  color: var(--blue);
  font-size: 20px;
  font-weight: 900;
  white-space: nowrap;
}

.cart-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.cart-meta span {
  padding: 7px 10px;
  color: #263b58;
  background: #eef1f3;
  font-size: 12px;
  font-weight: 800;
}

.cart-meta b {
  color: var(--blue);
  font-weight: 900;
}

.cart-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  background: #eef2f4;
  border-left: 4px solid var(--green);
}

.cart-note i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--blue);
}

.cart-note p {
  margin: 0;
  color: #263b58;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
}

.cart-summary {
  position: sticky;
  top: 94px;
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 0 100%, rgba(76,150,31,.2), transparent 190px),
    linear-gradient(140deg, #17345e, #101722);
  box-shadow: 0 16px 32px rgba(16, 23, 34, .18);
}

.cart-summary h2 {
  margin: 0 0 15px;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-summary p {
  margin: 18px 0 22px;
  color: rgba(255,255,255,.76);
  line-height: 1.55;
  font-weight: 700;
}

.cart-summary .green-btn,
.cart-summary .blue-outline-btn {
  display: block;
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

.cart-summary .blue-outline-btn {
  border: 1px solid rgba(255,255,255,.32);
  color: #fff;
  background: transparent;
}

.account-hero {
  padding: 58px 0 44px;
  border-bottom: 1px solid #d8dcdf;
  background:
    linear-gradient(150deg, rgba(255,255,255,.94) 0 47%, rgba(216,222,226,.76) 47% 68%, rgba(255,255,255,.92) 68%),
    #f5f6f7;
}

.account-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 32px;
  align-items: end;
}

.account-hero h1 {
  margin: 10px 0 10px;
  color: var(--blue);
  font-size: clamp(36px, 4vw, 58px);
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
}

.account-hero p {
  max-width: 720px;
  margin: 0;
  color: #263b58;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.account-points-card {
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 0 100%, rgba(76,150,31,.32), transparent 180px),
    linear-gradient(140deg, #17345e, #101722);
  box-shadow: 0 16px 32px rgba(16, 23, 34, .18);
}

.account-points-card > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: end;
}

.account-points-card span {
  color: rgba(255,255,255,.76);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.account-points-card strong {
  color: #fff;
  font-size: 42px;
  line-height: .9;
  font-weight: 900;
}

.account-points-card p {
  margin: 16px 0 14px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.45;
}

.points-progress {
  height: 10px;
  overflow: hidden;
  background: rgba(255,255,255,.16);
}

.points-progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--green), #8ed062);
}

.account-dashboard-section {
  padding: 42px 0 64px;
  background: var(--paper);
}

.account-dashboard-grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.account-sidebar {
  position: sticky;
  top: 94px;
  padding: 24px;
  background: #fff;
  border: 1px solid #e1e5e8;
  box-shadow: 0 12px 26px rgba(20, 39, 68, .07);
}

.account-profile {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e6ea;
}

.account-profile > span {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--blue);
}

.account-profile strong {
  display: block;
  color: var(--blue);
  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;
}

.account-profile small {
  color: #667386;
  font-size: 12px;
  font-weight: 800;
}

.account-menu {
  display: grid;
  gap: 8px;
  margin: 22px 0;
}

.account-menu a {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  color: var(--blue);
  background: #f3f5f7;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.account-menu a.active,
.account-menu a:hover {
  color: #fff;
  background: var(--blue);
}

.account-menu i {
  width: 18px;
  text-align: center;
}

.account-sidebar-cta {
  display: block;
  width: 100%;
  text-align: center;
}

.account-main {
  display: grid;
  gap: 24px;
}

.dashboard-panel {
  padding: 28px;
  background: #fff;
  border: 1px solid #e1e5e8;
  box-shadow: 0 12px 26px rgba(20, 39, 68, .07);
}

.dashboard-heading {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: start;
  margin-bottom: 18px;
}

.dashboard-heading h2 {
  margin: 0;
  color: var(--blue);
  font-size: 28px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-heading > a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 9px 14px;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.dashboard-heading.compact {
  margin-bottom: 14px;
}

.dashboard-note {
  margin: -6px 0 22px;
  color: #3a4a61;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

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

.account-design-card {
  display: grid;
  background: #f6f8fa;
  border: 1px solid #e1e5e8;
}

.account-design-card figure {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 182px;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(255,255,255,.9) 0 48%, rgba(216,222,226,.7) 48% 70%, rgba(255,255,255,.9) 70%),
    #edf1f4;
}

.account-design-card img {
  width: 100%;
  height: 182px;
  object-fit: contain;
}

.account-design-card figure button,
.account-design-card figure a {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  color: #fff;
  background: var(--blue);
  text-decoration: none;
}

.account-design-card > div {
  padding: 18px;
}

.account-design-card span {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.account-design-card h3 {
  margin: 6px 0 8px;
  color: var(--blue);
  font-size: 19px;
  line-height: 1.1;
  font-weight: 900;
}

.account-design-card p {
  min-height: 42px;
  margin: 0 0 14px;
  color: #3a4a61;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.design-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  padding-top: 12px;
  border-top: 1px solid #dfe4e8;
  color: #5b6776;
  font-size: 12px;
}

.design-meta b,
.design-meta strong {
  color: var(--blue);
  font-weight: 900;
}

.account-design-card a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  color: #fff;
  background: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.account-table-wrap {
  overflow-x: auto;
}

.account-table {
  width: 100%;
  min-width: 740px;
  border-collapse: collapse;
}

.account-table th {
  padding: 0 14px 12px;
  border-bottom: 1px solid #dfe4e8;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.account-table td {
  padding: 15px 14px;
  border-bottom: 1px solid #eef1f3;
  color: #2f3f55;
  font-size: 14px;
  font-weight: 700;
}

.account-table td strong {
  color: var(--blue);
}

.status-pill {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 5px 10px;
  color: #fff;
  background: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.status-pill.done {
  background: var(--green);
}

.status-pill.progress {
  background: #d18b16;
}

.dashboard-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 24px;
}

.invoice-list {
  display: grid;
  gap: 12px;
}

.invoice-list article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 12px;
  background: #f5f7f8;
}

.invoice-list i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--blue);
}

.invoice-list strong {
  display: block;
  color: var(--blue);
  font-weight: 900;
}

.invoice-list span {
  color: #5b6776;
  font-size: 13px;
  font-weight: 700;
}

.invoice-list a {
  padding: 7px 11px;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.points-panel {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(76,150,31,.24), transparent 170px),
    linear-gradient(140deg, #17345e, #101722);
}

.points-panel .dashboard-heading h2,
.points-panel .item-type {
  color: #fff;
}

.points-panel .item-type {
  opacity: .72;
}

.points-balance {
  display: flex;
  gap: 14px;
  align-items: end;
  margin-bottom: 12px;
}

.points-balance strong {
  color: #8ed062;
  font-size: 46px;
  line-height: .9;
  font-weight: 900;
}

.points-balance span {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.points-panel p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.76);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.checkout-hero {
  padding: 58px 0 42px;
  border-bottom: 1px solid #d8dcdf;
  background:
    linear-gradient(150deg, rgba(255,255,255,.94) 0 47%, rgba(216,222,226,.76) 47% 68%, rgba(255,255,255,.92) 68%),
    #f5f6f7;
}

.checkout-hero h1 {
  margin: 10px 0 8px;
  color: var(--blue);
  font-size: clamp(36px, 4vw, 58px);
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-hero p {
  max-width: 780px;
  margin: 0;
  color: #263b58;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.checkout-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 940px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.checkout-steps li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px;
  color: var(--blue);
  background: #fff;
  border: 1px solid #dbe0e4;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.checkout-steps li.active {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.checkout-section {
  padding: 46px 0 66px;
  background: var(--paper);
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.checkout-card {
  padding: clamp(28px, 4vw, 48px);
  background: #fff;
  border: 1px solid #e1e5e8;
  box-shadow: 0 12px 26px rgba(20, 39, 68, .07);
}

.checkout-card h2 {
  margin: 0 0 24px;
  color: var(--blue);
  font-size: 32px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-subtitle {
  margin: 24px 0 14px;
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-summary {
  position: sticky;
  top: 94px;
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 0 100%, rgba(76,150,31,.2), transparent 190px),
    linear-gradient(140deg, #17345e, #101722);
  box-shadow: 0 16px 32px rgba(16, 23, 34, .18);
}

.checkout-summary h2 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-summary p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.76);
  line-height: 1.55;
  font-weight: 700;
}

.checkout-alert {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin: 0 0 24px;
  padding: 18px;
  background: #eef2f4;
  border-left: 4px solid var(--green);
}

.checkout-alert i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--blue);
}

.checkout-alert p {
  margin: 0;
  color: #263b58;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
}

.checkout-design-list {
  display: grid;
  gap: 12px;
}

.checkout-design-list label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: #f5f7f8;
  border: 1px solid #dfe4e8;
  cursor: pointer;
}

.checkout-design-list input {
  width: 18px;
  height: 18px;
  accent-color: var(--green);
}

.checkout-design-list span {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.checkout-design-list img {
  grid-row: span 2;
  width: 72px;
  height: 58px;
  object-fit: contain;
  background: #fff;
}

.checkout-design-list b {
  color: var(--blue);
  font-size: 16px;
  line-height: 1.1;
  font-weight: 900;
}

.checkout-design-list small {
  color: #5c6878;
  font-size: 12px;
  font-weight: 800;
}

.checkout-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.checkout-review-grid div {
  padding: 18px;
  background: #f5f7f8;
  border: 1px solid #dfe4e8;
}

.checkout-review-grid span {
  display: block;
  margin-bottom: 7px;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.checkout-review-grid strong {
  color: var(--blue);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}

.checkout-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.checkout-done {
  text-align: center;
}

.checkout-done p,
.checkout-done .checkout-steps {
  margin-left: auto;
  margin-right: auto;
}

.checkout-success-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-size: 24px;
}

.checkout-complete-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.checkout-next-list {
  display: grid;
  gap: 14px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.checkout-next-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: #f5f7f8;
}

.checkout-next-list i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--blue);
}

.checkout-next-list span {
  color: #263b58;
  font-weight: 800;
}

.checkout-request-number {
  display: block;
  color: #8ed062;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.legal-hero {
  padding: 58px 0 42px;
  border-bottom: 1px solid #d8dcdf;
  background:
    linear-gradient(150deg, rgba(255,255,255,.92) 0 48%, rgba(216,222,226,.78) 48% 70%, rgba(255,255,255,.9) 70%),
    #f5f6f7;
}

.legal-hero h1 {
  margin: 10px 0 8px;
  color: var(--blue);
  font-size: clamp(36px, 4vw, 58px);
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-hero p {
  max-width: 680px;
  margin: 0;
  color: #263b58;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.legal-section {
  padding: 46px 0 66px;
  background: var(--paper);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.legal-card {
  padding: clamp(28px, 4vw, 48px);
  background: #fff;
  border: 1px solid #e1e5e8;
  box-shadow: 0 16px 32px rgba(20, 39, 68, .08);
}

.legal-card h2 {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 26px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-card h2:not(:first-child) {
  margin-top: 34px;
}

.legal-card h3 {
  margin: 24px 0 8px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
}

.legal-card p,
.legal-card li {
  color: #31425a;
  font-size: 15px;
  line-height: 1.65;
}

.legal-card ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.legal-note {
  margin-top: 30px;
  padding: 18px;
  color: #263b58;
  background: #eef1f3;
  border-left: 4px solid var(--green);
  font-size: 14px;
  font-weight: 700;
}

.legal-side {
  position: sticky;
  top: 94px;
  padding: 26px;
  color: #fff;
  background: linear-gradient(140deg, #17345e, #101722);
  box-shadow: 0 16px 32px rgba(16, 23, 34, .18);
}

.legal-side h2 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-side a {
  display: block;
  padding: 11px 0;
  color: rgba(255,255,255,.82);
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.legal-side a:hover,
.legal-side a.active {
  color: #fff;
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 12px 0;
  }

  .navbar .nav-link {
    padding: 10px 0;
  }

  .nav-actions {
    padding-top: 10px;
  }

  .hero-row {
    padding-top: 28px;
  }

  .hero-copy {
    text-align: center;
    order: 1;
  }

  .hero-line {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-people-wrap {
    order: 2;
    justify-content: center;
  }

  .hero-products-wrap {
    order: 3;
    justify-content: center;
  }

  .hero-people,
  .hero-products {
    width: min(90vw, 390px);
    min-width: 0;
    margin: 18px auto 0;
  }

  .promo-content {
    padding: 20px 0;
  }

  .promo-content img {
    opacity: .62;
    margin-right: -110px;
  }

  .promo-band img {
    opacity: .62;
    margin-right: -110px;
  }

  .clothing-hero {
    padding-top: 48px;
  }

  .clothing-hero-images {
    margin-top: 20px;
  }

  .clothing-service-cta .shop-container {
    align-items: flex-start;
    flex-direction: column;
  }

  .listing-toolbar,
  .advice-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .filter-pills {
    justify-content: flex-start;
  }

  .print-hero-stack {
    min-height: 280px;
  }

  .flyer-sheet {
    left: 0;
  }

  .card-sheet {
    left: 120px;
  }

  .wishlist-layout,
  .cart-layout,
  .account-dashboard-grid,
  .checkout-layout,
  .checkout-complete-grid,
  .dashboard-split {
    grid-template-columns: 1fr;
  }

  .account-hero-grid,
  .login-hero-grid,
  .login-layout,
  .config-hero-grid,
  .config-layout,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .account-sidebar {
    position: static;
  }

  .account-design-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .config-summary {
    position: static;
  }

  .checkout-summary {
    position: static;
  }

  .checkout-review-grid {
    grid-template-columns: 1fr;
  }

  .legal-side {
    position: static;
  }

  .wishlist-summary {
    position: static;
  }

  .cart-summary {
    position: static;
  }

  .wishlist-item {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .wishlist-item img,
  .mini-print-preview {
    width: 112px;
    height: 96px;
  }

  .wishlist-item > strong {
    grid-column: 2;
  }
}

@media (max-width: 575.98px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .shop-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand {
    font-size: 28px;
  }

  .section-title {
    grid-template-columns: 1fr;
  }

  .section-title span {
    display: none;
  }

  .category-card img {
    height: 190px;
  }

  .service-panel {
    background: rgba(232,233,233,.96);
  }

  .service-item {
    border-left: 0;
    border-top: 1px solid #c7cace;
    padding-top: 18px;
  }

  .service-panel [class*="col-"]:first-child .service-item {
    border-top: 0;
  }

  .promo-content img {
    display: none;
  }

  .promo-band {
    min-height: 185px;
  }

  .promo-band > div {
    flex-basis: 100%;
  }

  .promo-band h2 {
    font-size: 21px;
  }

  .promo-band img {
    display: none;
  }

  .footer-top,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer {
    background: #303030;
  }

  .footer .shop-container {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-top {
    padding: 0;
  }

  .footer-links {
    display: block;
    border-left: 0;
  }

  .footer-links > div {
    min-height: 0;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .footer h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 60px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .footer h3::after {
    content: "\f078";
    font: var(--fa-font-solid);
    font-weight: 900;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    transition: transform .16s ease;
  }

  .footer-open h3::after {
    transform: rotate(180deg);
  }

  .footer ul,
  .footer-contact p,
  .footer-contact > a,
  .footer-contact .socials {
    display: none;
  }

  .footer-open ul {
    display: grid;
    gap: 0;
    padding: 0 0 18px;
  }

  .footer-open li {
    margin: 0;
  }

  .footer-open li a {
    display: block;
    padding: 9px 16px;
    color: #cfd2d6;
    font-size: 14px;
    text-align: center;
  }

  .footer-contact.footer-open p,
  .footer-contact.footer-open > a,
  .footer-contact.footer-open .socials {
    display: flex;
  }

  .footer-contact.footer-open p {
    align-items: center;
    flex-direction: column;
    margin: 0 0 12px;
    padding: 0 16px;
    text-align: center;
  }

  .footer-contact.footer-open > a {
    justify-content: center;
    margin: 0 0 14px;
    font-size: 14px;
  }

  .footer-contact.footer-open .socials {
    justify-content: center;
    padding-bottom: 18px;
  }

  .footer-metrics {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,.12);
  }

  .footer-metrics div {
    justify-content: center;
    min-height: 72px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .footer-metrics strong {
    font-size: 34px;
  }

  .footer-metrics span {
    font-size: 12px;
  }

  .footer-payments {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .footer-payments span {
    display: grid;
    place-items: center;
    min-height: 52px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: 15px;
  }

  .footer-bottom {
    align-items: center;
    flex-direction: column;
    padding: 18px 16px 22px;
    text-align: center;
  }

  .footer-bottom div {
    justify-content: center;
    flex-wrap: wrap;
  }

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

  .clothing-hero-images img:first-child {
    transform: none;
  }

  .legal-hero,
  .account-hero,
  .cart-hero,
  .config-hero,
  .login-hero,
  .wishlist-hero {
    padding: 42px 0 34px;
    overflow: hidden;
  }

  .legal-hero .shop-container,
  .legal-section .shop-container,
  .account-hero .shop-container,
  .account-dashboard-section .shop-container,
  .cart-hero .shop-container,
  .cart-section .shop-container,
  .config-hero .shop-container,
  .config-section .shop-container,
  .login-hero .shop-container,
  .login-section .shop-container,
  .wishlist-hero .shop-container,
  .wishlist-section .shop-container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .account-hero-grid,
  .login-hero-grid,
  .login-layout {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .config-intro h1,
  .legal-hero h1,
  .account-hero h1,
  .cart-hero h1,
  .login-hero h1,
  .wishlist-hero h1 {
    font-size: 30px;
    line-height: 1.02;
  }

  .config-intro p,
  .legal-hero p,
  .account-hero p,
  .cart-hero p,
  .login-hero p,
  .wishlist-hero p {
    width: min(100%, 342px);
    max-width: 100%;
    font-size: 17px;
    overflow-wrap: break-word;
  }

  .login-benefits {
    width: 100%;
    max-width: 342px;
    margin-top: 26px;
    padding: 24px;
    overflow: hidden;
  }

  .login-benefits strong {
    font-size: 22px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .login-card,
  .account-panel,
  .account-sidebar,
  .dashboard-panel,
  .account-points-card {
    width: 100%;
    max-width: 342px;
    padding: 24px;
    overflow: hidden;
  }

  .account-points-card {
    margin-top: 24px;
  }

  .account-points-card > div:first-child,
  .points-balance,
  .design-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-design-card figure,
  .account-design-card img {
    min-height: 168px;
    height: 168px;
  }

  .account-table {
    min-width: 680px;
  }

  .invoice-list article {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .invoice-list a {
    grid-column: 2;
    justify-self: start;
  }

  .login-form input[type="email"],
  .login-form input[type="text"],
  .login-form input[type="tel"],
  .login-form select,
  .login-form textarea,
  .login-form input[type="password"] {
    min-width: 0;
  }

  .account-panel p,
  .account-panel li {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .login-card {
    margin-bottom: 28px;
  }

  .login-card h2,
  .account-panel h2 {
    font-size: 25px;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .form-options {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .wishlist-item {
    grid-template-columns: 1fr;
  }

  .wishlist-item-image {
    width: 100%;
  }

  .product-submit-actions {
    grid-template-columns: 1fr;
  }

  .product-card-actions a {
    flex: 1;
    justify-content: center;
  }

  .wishlist-heart-btn {
    width: 42px;
    height: 38px;
  }

  .cart-item {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 342px;
    padding: 18px;
  }

  .wishlist-item img,
  .mini-print-preview {
    width: 100%;
    height: 180px;
  }

  .wishlist-item > strong {
    grid-column: auto;
  }

  .cart-item img {
    width: 100%;
    height: 180px;
  }

  .cart-item > strong {
    justify-self: start;
  }

  .cart-note {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 342px;
  }

  .cart-summary {
    width: 100%;
    max-width: 342px;
    padding: 24px;
  }

  .product-gallery,
  .product-gallery .carousel-inner,
  .product-gallery .carousel-item {
    min-height: 220px;
  }

  .product-gallery img {
    height: 190px;
  }

  .checkout-hero,
  .checkout-section {
    overflow: hidden;
  }

  .checkout-hero .shop-container,
  .checkout-section .shop-container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .checkout-hero h1 {
    font-size: 30px;
    line-height: 1.02;
  }

  .checkout-hero p {
    width: min(100%, 342px);
    max-width: 100%;
    font-size: 17px;
    overflow-wrap: break-word;
  }

  .checkout-steps {
    grid-template-columns: 1fr;
    max-width: 342px;
  }

  .checkout-card,
  .checkout-summary {
    width: 100%;
    max-width: 342px;
    padding: 24px;
    overflow: hidden;
  }

  .checkout-card h2 {
    font-size: 25px;
    line-height: 1.05;
  }

  .checkout-alert,
  .checkout-next-list li {
    grid-template-columns: 1fr;
  }

  .checkout-design-list span {
    grid-template-columns: 1fr;
  }

  .checkout-design-list img {
    width: 100%;
    height: 118px;
  }

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

  .gallery-modal .modal-content {
    padding: 18px;
  }

  .gallery-modal h2 {
    margin-right: 50px;
    font-size: 22px;
  }

  .gallery-modal .carousel-item {
    min-height: 360px;
  }

  .gallery-modal img {
    max-height: 330px;
  }

  .design-choice-grid label {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .design-preview {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100%;
    height: 132px;
  }

  .design-choice-grid label > span:not(.design-preview),
  .design-choice-grid label > small {
    grid-column: 2;
  }

  .design-choice-grid label > small {
    margin-top: -18px;
  }

  .design-zoom-frame {
    min-height: 360px;
    padding: 20px;
  }

  .design-zoom-frame img {
    max-height: 270px;
  }

  .config-card,
  .config-summary {
    width: 100%;
    max-width: 342px;
    padding: 24px;
  }

  .config-card h2 {
    font-size: 25px;
    line-height: 1.05;
  }

  .swatch-list,
  .option-grid,
  .size-grid {
    grid-template-columns: 1fr;
  }

  .legal-card {
    padding: 24px;
  }

  .legal-card h2 {
    font-size: 23px;
  }
}

/* Use Bootstrap 5's original responsive container widths throughout the CMS. */
.container.shop-container {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

@media (min-width: 576px) {
  .container.shop-container { max-width: 540px; }
}

@media (min-width: 768px) {
  .container.shop-container { max-width: 720px; }
}

@media (min-width: 992px) {
  .container.shop-container { max-width: 960px; }
}

@media (min-width: 1200px) {
  .container.shop-container { max-width: 1140px; }
}

@media (min-width: 1400px) {
  .container.shop-container { max-width: 1320px; }
}

@media (min-width: 992px) {
  .hero-people-wrap {
    padding-top: 18px;
  }

  .hero-people {
    width: 370px;
    transform: translateX(-14px);
  }

  .hero-products {
    width: 410px;
  }
}

/* Refined category cards; content and original three-column structure stay unchanged. */
.category-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.category-card {
  min-height: 285px;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(20, 39, 68, .12);
  transition: transform .22s ease, box-shadow .22s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(20, 39, 68, .18);
}

.category-card img {
  height: 285px;
  transition: transform .45s ease;
}

.category-card:hover img {
  transform: scale(1.035);
}

.category-overlay {
  top: 0;
  min-height: 100%;
  place-items: start;
  align-content: end;
  padding: 26px;
  text-align: left;
  background: linear-gradient(180deg, rgba(10, 28, 52, 0) 32%, rgba(10, 28, 52, .18) 52%, rgba(10, 28, 52, .94) 100%);
  backdrop-filter: none;
}

.category-overlay strong {
  font-size: clamp(22px, 2vw, 28px);
  letter-spacing: -.02em;
}

.category-overlay em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: rgba(255, 255, 255, .84);
  font-size: 11px;
  letter-spacing: .05em;
}

.category-overlay em::after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-weight: 900;
}

.category-overlay .green-pill {
  padding: .48rem 1rem;
  color: #fff;
  background: linear-gradient(#5ba12a, #3f8616);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .24);
}

@media (max-width: 575.98px) {
  .category-card,
  .category-card img {
    min-height: 230px;
    height: 230px;
  }

  .category-overlay {
    padding: 22px;
  }
}

/* Refined services presentation. */
.services-section {
  position: relative;
  padding: 46px 0 52px;
  overflow: hidden;
  border-top: 1px solid #e0e4e7;
  border-bottom: 1px solid #d8dde1;
  background:
    radial-gradient(circle at 50% -80px, rgba(76, 150, 31, .09), transparent 260px),
    linear-gradient(180deg, #fbfcfc, #f2f4f5);
}

.services-section .section-title {
  gap: 22px;
  margin-bottom: 10px;
  font-size: clamp(24px, 2.2vw, 30px);
  letter-spacing: -.02em;
}

.services-section .section-title span {
  background: linear-gradient(90deg, transparent, #aeb8c1);
}

.services-section .section-title span:last-child {
  background: linear-gradient(90deg, #aeb8c1, transparent);
}

.services-intro {
  max-width: 680px;
  margin: 0 auto 28px;
  color: #5c6878;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.service-panel {
  margin-right: -8px;
  margin-left: -8px;
  background: transparent;
}

.service-panel > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.service-item,
.service-panel [class*="col-"]:first-child .service-item {
  position: relative;
  min-height: 188px;
  height: 100%;
  overflow: hidden;
  padding: 24px 20px 22px;
  border: 1px solid #dfe4e8;
  border-radius: 10px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 22px rgba(20, 39, 68, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--green));
}

.service-item:hover {
  border-color: #cbd5dc;
  box-shadow: 0 14px 30px rgba(20, 39, 68, .12);
  transform: translateY(-4px);
}

.service-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  padding: 0;
  color: var(--blue);
  border: 1px solid #dce3e8;
  border-radius: 18px;
  background: linear-gradient(145deg, #f8fafb, #e8edef);
  box-shadow: 0 6px 14px rgba(20, 39, 68, .08);
  font-size: 29px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.service-icon::before {
  display: block;
  line-height: 1;
}

.service-item h3 {
  margin-bottom: 7px;
  font-size: 17px;
  letter-spacing: -.01em;
}

.service-item p {
  color: #606c7b;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  .service-panel {
    row-gap: 16px;
  }
}

@media (max-width: 575.98px) {
  .services-section {
    padding: 38px 0 42px;
  }

  .services-section .section-title {
    margin-bottom: 12px;
  }

  .services-intro {
    margin-bottom: 22px;
    font-size: 13px;
  }

  .service-panel {
    margin-right: 0;
    margin-left: 0;
  }

  .service-panel > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .service-item,
  .service-panel [class*="col-"]:first-child .service-item {
    min-height: 0;
    padding: 22px 18px;
    border: 1px solid #dfe4e8;
  }
}

/* Premium promotional CTA: CMS copy remains editable, the visual is presentation only. */
.promo-section {
  min-height: 0;
  padding: 52px 0 58px;
  overflow: hidden;
  border-top: 1px solid #dfe4e8;
  border-bottom: 1px solid #d5dce2;
  background:
    radial-gradient(circle at 18% 0, rgba(77, 151, 36, .08), transparent 310px),
    linear-gradient(180deg, #f8fafb 0%, #eef2f4 100%);
}

.promo-section .promo-content {
  position: relative;
  display: flex;
  min-height: 360px;
  overflow: hidden;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: #0d213b;
  box-shadow: 0 22px 48px rgba(17, 37, 63, .2);
  isolation: isolate;
}

.promo-section .promo-content::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(8, 27, 50, .98) 0%, rgba(13, 39, 68, .96) 43%, rgba(13, 39, 68, .3) 60%, transparent 74%),
    linear-gradient(90deg, rgba(83, 154, 39, .15), transparent 32%);
}

.promo-section .promo-content::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 48%;
  width: 1px;
  opacity: .38;
  background: linear-gradient(transparent, rgba(255, 255, 255, .7), transparent);
  transform: rotate(8deg);
}

.promo-section .promo-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex: 0 0 50%;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 48px 50px;
}

.promo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: #9bd070;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.promo-kicker i {
  font-size: 15px;
}

.promo-section .promo-copy h2 {
  max-width: 560px;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(31px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.promo-section .promo-copy p {
  max-width: 525px;
  margin: 0 0 18px;
  color: #dbe4ed;
  font-size: 15px;
  line-height: 1.65;
}

.promo-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.promo-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.promo-benefits i {
  color: #78ba49;
}

.promo-section .promo-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 12px;
  padding: 0 20px;
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(45, 110, 11, .3);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.promo-section .promo-button:hover {
  color: #fff;
  box-shadow: 0 11px 23px rgba(45, 110, 11, .38);
  transform: translateY(-2px);
}

.promo-visual {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 38%;
  overflow: hidden;
  margin: 0;
}

.promo-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.promo-section .promo-visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  opacity: 1;
  object-fit: cover;
  object-position: center right;
  transform: scale(1.015);
  will-change: transform;
}

@media (prefers-reduced-motion: no-preference) {
  .promo-section .promo-visual img {
    animation: promo-image-drift 12s ease-in-out infinite alternate;
  }

  @keyframes promo-image-drift {
    from { transform: scale(1.015) translate3d(0, 0, 0); }
    to { transform: scale(1.055) translate3d(-.7%, 0, 0); }
  }
}

@media (max-width: 991.98px) {
  .promo-section {
    padding: 40px 0 44px;
  }

  .promo-section .promo-content {
    min-height: 560px;
    align-items: stretch;
    flex-direction: column;
  }

  .promo-section .promo-content::before {
    background: linear-gradient(180deg, rgba(8, 27, 50, .98) 0%, rgba(13, 39, 68, .94) 49%, rgba(13, 39, 68, .18) 70%, transparent 82%);
  }

  .promo-section .promo-content::after {
    display: none;
  }

  .promo-section .promo-copy {
    flex: none;
    width: 100%;
    padding: 38px 38px 32px;
  }

  .promo-visual {
    inset: 39% 0 0;
  }

  .promo-section .promo-visual img {
    object-position: 66% center;
  }
}

@media (max-width: 575.98px) {
  .promo-section {
    padding: 28px 0 32px;
  }

  .promo-section .promo-content {
    min-height: 600px;
    border-radius: 12px;
  }

  .promo-section .promo-copy {
    padding: 30px 24px;
  }

  .promo-section .promo-copy h2 {
    font-size: clamp(27px, 8vw, 34px);
  }

  .promo-section .promo-copy p {
    font-size: 14px;
  }

  .promo-benefits {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 22px;
  }

  .promo-visual {
    inset: 56% 0 0;
  }
}

/* Compact agency-style footer with complete CMS service navigation. */
.footer {
  color: #d5d8dc;
  background: #303132;
}

.footer-showcase {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(64px, 9vw, 138px);
  min-height: 340px;
  padding: 58px 0 46px;
}

.footer-brand-panel {
  align-self: center;
}

.footer-logo {
  display: inline-flex;
  align-items: baseline;
  margin-bottom: 24px;
  font-size: 31px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.05em;
}

.footer-logo span {
  color: #f4f6f8;
}

.footer-logo strong {
  color: var(--green);
}

.footer-brand-panel > p {
  max-width: 390px;
  margin: 0;
  color: #bdc3c9;
  font-size: 15px;
  line-height: 1.65;
}

.footer-partner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-partner > span {
  margin-bottom: 7px;
  color: #8f969d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-partner a {
  display: flex;
  align-items: baseline;
  gap: 9px;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: .04em;
}

.footer-partner small {
  color: #929aa1;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0;
}

.footer-contact-panel {
  align-self: center;
}

.footer-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 11px;
  color: #8ec9ee;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-kicker span {
  width: 28px;
  height: 2px;
  background: #65b9e8;
}

.footer-contact-panel h2 {
  margin: 0 0 30px;
  color: #fff;
  font-size: clamp(31px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.footer-contact-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.footer-contact-options > a {
  display: grid;
  align-items: center;
  grid-template-columns: 36px minmax(0, 1fr);
  min-height: 78px;
  gap: 12px;
  padding: 14px 20px 14px 0;
  transition: color .18s ease, background-color .18s ease;
}

.footer-contact-options > a + a {
  padding-right: 0;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.footer-contact-options i {
  color: #65b9e8;
  font-size: 19px;
}

.footer-contact-options span {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  flex-direction: column;
}

.footer-contact-options small {
  margin-bottom: 3px;
  color: #969da5;
  font-size: 12px;
}

.footer-contact-options strong {
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-contact-options > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, .035);
}

.footer-socials {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  font-size: 14px;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.footer-socials a:hover {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
  transform: translateY(-2px);
}

.footer-lower {
  background: #242526;
  border-top: 1px solid rgba(255, 255, 255, .04);
}

.footer-lower .shop-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  gap: 30px;
}

.footer-lower p {
  flex: 0 0 auto;
  margin: 0;
  color: #9ea5ab;
  font-size: 11px;
}

.footer-service-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 22px;
}

.footer-service-links a {
  position: relative;
  color: #aeb5bb;
  font-size: 11px;
  white-space: nowrap;
  transition: color .18s ease;
}

.footer-service-links a:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .footer-showcase {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 48px 0 42px;
  }

  .footer-brand-panel > p {
    max-width: 560px;
  }

  .footer-contact-panel {
    max-width: 700px;
  }

  .footer-lower .shop-container {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-service-links {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .footer .container.shop-container {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .footer-showcase {
    min-height: 0;
    gap: 38px;
    padding: 42px 0 36px;
  }

  .footer-logo {
    font-size: 28px;
  }

  .footer-brand-panel > p {
    font-size: 14px;
  }

  .footer-partner a {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .footer-contact-panel h2 {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .footer-contact-options {
    grid-template-columns: 1fr;
  }

  .footer-contact-options > a,
  .footer-contact-options > a + a {
    min-height: 74px;
    padding: 13px 4px;
    border-left: 0;
  }

  .footer-contact-options > a + a {
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .footer-service-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 12px 18px;
  }
}

/* Responsive completion pass across all active CMS pages. */
img,
picture,
video,
svg {
  max-width: 100%;
}

.cms-page-content,
.legal-card,
.dashboard-panel,
.config-card,
.checkout-card,
.login-card,
.account-panel {
  overflow-wrap: anywhere;
}

.cms-page-content img,
.legal-card img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.cms-page-content table,
.legal-card table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.account-table-wrap {
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}

.promo-button::after {
  display: inline-block;
}

@media (max-width: 991.98px) {
  .site-header,
  .navbar {
    min-height: 70px;
  }

  .navbar {
    padding: 10px 0;
  }

  .navbar-toggler {
    width: 46px;
    height: 42px;
    padding: 7px 9px;
    border-color: #cbd2d8;
    border-radius: 6px;
    box-shadow: none !important;
  }

  .navbar-collapse {
    max-height: calc(100vh - 70px);
    margin-top: 10px;
    padding: 8px 0 14px;
    overflow-y: auto;
    border-top: 1px solid #dfe4e8;
    background: rgba(249, 250, 250, .995);
  }

  .navbar-nav {
    gap: 0;
  }

  .navbar .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 10px 4px;
    border-bottom: 1px solid #edf0f2;
  }

  .navbar .nav-link.active {
    border-bottom-color: #d6dde2;
    box-shadow: inset 3px 0 0 var(--green);
    padding-left: 12px;
  }

  .dropdown-menu {
    margin: 0 0 5px;
    padding: 4px 0 8px 14px;
    border-left: 2px solid #dfe5e9;
    background: transparent;
    box-shadow: none;
  }

  .dropdown-menu::before {
    display: none;
  }

  .dropdown-item {
    min-height: 40px;
    padding: 10px 12px;
  }

  .nav-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 0;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #dfe4e8;
  }

  .nav-actions a {
    justify-content: center;
    min-width: 0;
    min-height: 44px;
    padding: 8px 5px;
    font-size: 12px;
    text-align: center;
  }

  .nav-actions a + a {
    border-left: 1px solid #e0e5e8;
  }

  .nav-actions i {
    flex: 0 0 auto;
  }

  .hero-section,
  .hero-row {
    min-height: 0;
  }

  .hero-row {
    align-items: flex-end !important;
    padding-top: 34px;
  }

  .hero-copy {
    width: 100%;
    padding: 0 20px 8px;
  }

  .hero-copy h1 {
    font-size: clamp(30px, 5.4vw, 42px);
  }

  .hero-people-wrap,
  .hero-products-wrap {
    width: 50%;
    min-height: 310px;
    padding: 0 10px;
  }

  .hero-people-wrap {
    justify-content: flex-end;
  }

  .hero-products-wrap {
    justify-content: flex-start;
  }

  .hero-people,
  .hero-products {
    min-width: 0;
    margin-top: 20px;
  }

  .hero-people {
    width: min(100%, 335px);
    margin-right: 0;
    margin-left: auto;
  }

  .hero-products {
    width: min(100%, 320px);
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .login-section,
  .contact-section,
  .config-section,
  .cart-section,
  .checkout-section,
  .legal-section,
  .account-dashboard-section {
    padding-top: 38px;
    padding-bottom: 50px;
  }

  .config-layout,
  .cart-layout,
  .checkout-layout,
  .login-layout,
  .legal-layout,
  .account-dashboard-grid {
    gap: 22px;
  }

  .config-summary,
  .cart-summary,
  .checkout-summary,
  .legal-side,
  .account-sidebar {
    top: auto;
  }

  .summary-row strong {
    max-width: 62%;
    text-align: right;
    overflow-wrap: anywhere;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bestseller-section .row > .col-sm-6,
  .cms-listing .row > .col-sm-6 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

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

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

  .legal-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 26px;
  }

  .legal-side h2 {
    grid-column: 1 / -1;
  }

  .promo-section .promo-content {
    min-height: 390px;
    align-items: stretch;
    flex-direction: row;
  }

  .promo-section .promo-content::before {
    background:
      linear-gradient(110deg, rgba(8, 27, 50, .99) 0%, rgba(13, 39, 68, .96) 46%, rgba(13, 39, 68, .32) 62%, transparent 78%),
      linear-gradient(90deg, rgba(83, 154, 39, .14), transparent 34%);
  }

  .promo-section .promo-copy {
    flex: 0 0 54%;
    width: 54%;
    padding: 36px 34px;
  }

  .promo-section .promo-copy h2 {
    font-size: clamp(28px, 4.3vw, 36px);
  }

  .promo-visual {
    inset: 0 0 0 38%;
  }

  .promo-section .promo-visual img {
    object-position: 63% center;
  }
}

@media (max-width: 575.98px) {
  .container.shop-container,
  .legal-hero .shop-container,
  .legal-section .shop-container,
  .account-hero .shop-container,
  .account-dashboard-section .shop-container,
  .cart-hero .shop-container,
  .cart-section .shop-container,
  .config-hero .shop-container,
  .config-section .shop-container,
  .login-hero .shop-container,
  .login-section .shop-container,
  .wishlist-hero .shop-container,
  .wishlist-section .shop-container,
  .checkout-hero .shop-container,
  .checkout-section .shop-container {
    width: 100%;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .site-header .container.shop-container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .brand {
    font-size: clamp(25px, 8vw, 30px);
  }

  .hero-row {
    padding-top: 28px;
  }

  .hero-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-copy h1 {
    font-size: clamp(27px, 8.2vw, 34px);
  }

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

  .hero-people-wrap,
  .hero-products-wrap {
    min-height: 220px;
    padding: 0 5px;
  }

  .hero-people,
  .hero-products {
    width: 100%;
    margin-top: 16px;
  }

  .hero-products {
    margin-bottom: 18px;
  }

  .category-section,
  .bestseller-section {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .category-card,
  .category-card img {
    min-height: 230px;
    height: 230px;
  }

  .section-title,
  .line-title {
    font-size: 22px;
  }

  .login-card,
  .account-panel,
  .account-sidebar,
  .dashboard-panel,
  .account-points-card,
  .cart-item,
  .cart-note,
  .cart-summary,
  .checkout-card,
  .checkout-summary,
  .config-card,
  .config-summary,
  .legal-card,
  .login-benefits,
  .cms-empty-state {
    width: 100%;
    max-width: none;
  }

  .login-card,
  .account-panel,
  .account-sidebar,
  .dashboard-panel,
  .account-points-card,
  .checkout-card,
  .checkout-summary,
  .config-card,
  .config-summary,
  .legal-card,
  .cms-empty-state {
    padding: 22px;
  }

  .login-benefits {
    max-width: none;
    padding: 22px;
  }

  .config-intro h1,
  .legal-hero h1,
  .account-hero h1,
  .cart-hero h1,
  .login-hero h1,
  .wishlist-hero h1,
  .checkout-hero h1,
  .subpage-hero h1 {
    font-size: clamp(27px, 8vw, 32px);
    line-height: 1.05;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .config-intro p,
  .legal-hero p,
  .account-hero p,
  .cart-hero p,
  .login-hero p,
  .wishlist-hero p,
  .checkout-hero p,
  .subpage-hero p {
    width: 100%;
    max-width: none;
    font-size: 16px;
  }

  .breadcrumb-line {
    font-size: 12px;
    line-height: 1.45;
  }

  .green-btn,
  .blue-outline-btn,
  .login-submit {
    justify-content: center;
    min-width: 0;
    min-height: 42px;
    height: auto;
    padding: 10px 16px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .login-submit,
  .config-card > .green-btn,
  .checkout-actions .green-btn,
  .checkout-actions .blue-outline-btn {
    width: 100%;
  }

  .login-form input[type="email"],
  .login-form input[type="text"],
  .login-form input[type="tel"],
  .login-form input[type="number"],
  .login-form input[type="password"],
  .login-form select,
  .login-form textarea,
  .cms-product-form select,
  .cms-product-form textarea {
    max-width: 100%;
    min-height: 48px;
    padding-right: 42px;
    font-size: 16px;
  }

  .login-form textarea,
  .cms-product-form textarea {
    padding-right: 14px;
  }

  .check-line,
  .register-check {
    align-items: flex-start;
    width: 100%;
    line-height: 1.45;
  }

  .check-line input,
  .register-check input {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
  }

  .form-options {
    gap: 12px;
  }

  .product-card .product-body {
    min-height: 0;
    padding: 14px;
  }

  .product-body h3,
  .cms-product-card small {
    min-height: 0;
  }

  .product-body a {
    min-height: 38px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .checkout-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: none;
  }

  .checkout-steps li {
    min-height: 48px;
    padding: 8px 6px;
    font-size: 11px;
  }

  .summary-row {
    align-items: flex-start;
    gap: 12px;
  }

  .summary-row span {
    min-width: 0;
  }

  .summary-row strong {
    max-width: 58%;
    overflow-wrap: anywhere;
  }

  .dashboard-heading h2,
  .checkout-card h2,
  .config-card h2,
  .cart-summary h2,
  .checkout-summary h2 {
    font-size: 24px;
    line-height: 1.08;
  }

  .account-menu {
    grid-template-columns: 1fr;
  }

  .account-table-wrap {
    margin-right: -22px;
    margin-left: -22px;
    padding: 0 22px 8px;
  }

  .promo-section .promo-content {
    min-height: 590px;
  }

  .promo-section .promo-copy {
    padding: 28px 22px;
  }

  .promo-section .promo-copy h2 {
    font-size: clamp(27px, 8vw, 33px);
  }

  .promo-benefits {
    gap: 9px;
  }

  .footer-contact-options strong {
    white-space: normal;
  }
}

@media (max-width: 359.98px) {
  .nav-actions {
    grid-template-columns: 1fr;
  }

  .nav-actions a + a {
    border-top: 1px solid #e0e5e8;
    border-left: 0;
  }

  .checkout-steps,
  .footer-service-links {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: 26px;
  }

  .promo-section .promo-content {
    min-height: 630px;
  }
}

/* Consistent optical centering for every text button and CTA. */
button {
  font-family: inherit;
}

.green-btn,
.blue-outline-btn,
.footer-cta,
.product-body a,
.item-actions a,
.item-actions button,
.filter-pills button,
.wishlist-product-btn,
.wishlist-heart-btn,
.wishlist-clear-form button,
.green-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box;
  line-height: 1 !important;
  vertical-align: middle;
}

.item-actions a,
.item-actions button {
  min-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}

.green-btn::after,
.blue-outline-btn::after,
.footer-cta::after,
.product-body a::after {
  display: inline-flex;
  align-items: center;
  align-self: center;
  line-height: 1;
}

.line-title {
  gap: 20px;
  line-height: 1.15;
}

.line-title::after {
  min-width: 30px;
  margin-left: 2px;
}

.wishlist-recommendations .line-title {
  margin-bottom: 22px;
}

/* SweetAlert2 feedback for asynchronous wishlist actions. */
.swal2-container {
  z-index: 2200 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.perfacts-swal-toast {
  width: min(390px, calc(100vw - 28px)) !important;
  padding: 15px 18px !important;
  border: 1px solid #dce4d7 !important;
  border-left: 5px solid var(--green) !important;
  border-radius: 2px !important;
  background: #fff !important;
  box-shadow: 0 18px 44px rgba(20, 39, 68, .2) !important;
}

.perfacts-swal-toast .swal2-icon {
  margin: 0 14px 0 0 !important;
}

.perfacts-swal-toast .swal2-title,
.perfacts-swal-title {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--blue) !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

.perfacts-swal-toast .swal2-html-container {
  margin: 4px 0 0 !important;
  padding: 0 !important;
  color: #4b5a70 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.perfacts-swal-toast .swal2-timer-progress-bar {
  background: var(--green) !important;
}

.perfacts-swal-dialog {
  border-radius: 2px !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.perfacts-swal-dialog .swal2-title {
  color: var(--blue) !important;
  font-weight: 900 !important;
}

.perfacts-swal-confirm {
  min-height: 42px;
  padding: 0 22px !important;
  border-radius: 0 !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.wishlist-heart-btn.is-added,
.wishlist-product-btn.is-added {
  border-color: var(--green);
  color: #fff;
  background: var(--green);
}

.wishlist-heart-btn.is-loading,
.wishlist-product-btn.is-loading {
  cursor: wait;
  opacity: .75;
}
