@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

:root {
  --color-primary: #2c94cf;
  --color-primary-dark: #1d6f9f;
  --color-accent: #d64b70;
  --color-green: #77a349;
  --color-gold: #c9953d;
  --color-dark: #202020;
  --color-deep: #151515;
  --color-text: #1d1f23;
  --color-muted: #676f7a;
  --color-line: #e7e7e7;
  --color-soft: #f6f8fa;
  --white: #fff;
  --shadow-card: 0 16px 36px rgba(14, 22, 35, 0.08);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1720px;
  --section-space: clamp(64px, 7vw, 112px);
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Playfair Display", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-body);
  background: var(--white);
  line-height: 1.5;
  overflow-x: hidden;
}

p {
  font-family: "Poppins", sans-serif;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

.page-container {
  max-width: 1720px;
  margin-inline: auto;
}

.section {
  padding: 100px 50px;
}

.ks-thank-you-page {
  background:
    radial-gradient(circle at 16% 18%, rgba(143, 179, 63, 0.12), transparent 28%),
    radial-gradient(circle at 84% 20%, rgba(214, 75, 112, 0.12), transparent 26%),
    linear-gradient(180deg, #f5fbff 0%, #ffffff 58%);
}

.ks-thank-you-hero {
  min-height: 520px;
  padding: 96px 50px 110px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(68, 141, 202, 0.12);
}

.ks-thank-you-card {
  width: min(100%, 820px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px);
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(68, 141, 202, 0.14);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(18, 45, 70, 0.12);
  position: relative;
  overflow: hidden;
}

.ks-thank-you-card::before,
.ks-thank-you-card::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  pointer-events: none;
}

.ks-thank-you-card::before {
  left: -96px;
  top: -106px;
  background: #edf7fb;
}

.ks-thank-you-card::after {
  right: -105px;
  bottom: -112px;
  background: #f8e4e4;
}

.ks-thank-you-icon,
.ks-thank-you-eyebrow,
.ks-thank-you-card h1,
.ks-thank-you-card p,
.ks-thank-you-actions {
  position: relative;
  z-index: 1;
}

.ks-thank-you-icon {
  width: 76px;
  height: 76px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #f2f9fd;
}

.ks-thank-you-eyebrow {
  margin: 0 0 10px;
  color: #448DCA;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ks-thank-you-card h1 {
  margin: 0;
  color: #151515;
  font-family: "Inter", sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 800;
  line-height: 1;
}

.ks-thank-you-card p:not(.ks-thank-you-eyebrow) {
  max-width: 590px;
  margin: 20px auto 0;
  color: #40454d;
  font-size: 18px;
  line-height: 1.7;
}

.ks-thank-you-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.ks-thank-you-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  color: #fff;
  background: #448DCA;
  border: 1px solid #448DCA;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(68, 141, 202, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.ks-thank-you-button:hover,
.ks-thank-you-button:focus {
  color: #fff;
  background: #347fbd;
  box-shadow: 0 18px 36px rgba(68, 141, 202, 0.34);
  transform: translateY(-2px);
}

.ks-thank-you-link {
  color: #303030;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.section-title,
.center-heading h2,
.section-head-inline h2,
.faq-copy h2,
.newsletter-card h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: 0;
}

.section-title em,
.center-heading h2 em,
.section-head-inline h2 em,
.faq-copy h2 em,
.newsletter-card h2 em {
  color: var(--color-accent);
  font-family: "Playfair Display", serif;
  font-weight: 500;
}

em {
  color: var(--color-accent);
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 12px;
  color: #111;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 18px;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow span {
  width: 52px;
  height: 1px;
  background: currentColor;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.45);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 251, 255, 0.96);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(16px);
  transition: background 0.3s ease, box-shadow 0.3s ease;
  padding: 15px 50px 0 50px;
}

.header-row {
  display: grid;
  grid-template-columns: minmax(150px, 240px) minmax(0, 1fr) auto;
  grid-template-areas:
    "brand spacer actions"
    "nav nav nav";
  align-items: center;
  column-gap: clamp(24px, 5vw, 110px);
  min-height: 148px;
  transition: min-height 0.32s ease, gap 0.32s ease;
}

.brand {
  grid-area: brand;
  display: inline-grid;
  justify-items: center;
  align-items: center;
  align-self: flex-start;
  min-width: 140px;
  text-align: center;
  justify-content: start;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 140px;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.site-header .brand-mark {
  transition: width 0.32s ease, height 0.32s ease, transform 0.32s ease;
}

.site-header .brand-mark img {
  transition: transform 0.32s ease;
}

.site-header.is-scrolled {
  background: rgba(245, 251, 255, 0.98);
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.08);
}

.site-header.is-scrolled .header-row {
  min-height: 118px;
}

.site-header.is-scrolled .brand-mark {
  width: 112px;
  height: 102px;
}

.site-header.is-scrolled .brand-mark img {
  transform: scale(0.96);
}

.brand-mark img {
  width: 100%;
  max-width: 140px;
  height: 100%;
  object-fit: contain;
}

.hero-brand-mark img {
  width: 100%;
  max-width: 216px;
  height: 100%;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: #b94b55;
  font-family: var(--font-display);
  font-size: 1.02rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.brand small {
  color: #70747b;
  font-size: 0.55rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.main-nav {
  grid-area: nav;
  display: flex;
  align-self: end;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  border-top: 0;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
}

.nav-close {
  display: none;
}

.site-header .main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 75px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #373737;
  transition: color 0.25s ease;
}

.site-header .main-nav a:hover,
.site-header .main-nav .nav-menu-item.is-active > .nav-menu-link {
  color: var(--color-accent);
}

.site-header .main-nav .nav-menu-item.is-active > .nav-menu-link::after,
.site-header .main-nav a:hover::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #8fa083;
  content: "";
}

.header-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  justify-self: end;
  gap: clamp(22px, 2.4vw, 46px);
  min-width: 0;
}

.header-search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: clamp(270px, 24vw, 440px);
  height: 60px;
  border: 1px solid #dfe5eb;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  padding: 0 22px;
  color: #111820;
}

.header-search svg,
.header-actions > a svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: rgb(0 0 0);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.header-search input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--color-text);
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.header-search:focus-within,
.header-search input:focus,
.header-search input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.header-search:focus,
.header-search:focus-visible,
.header-search input,
.header-search input:focus,
.header-search input:focus-visible {
  -webkit-tap-highlight-color: transparent;
}

.header-search button:focus,
.header-search button:focus-visible,
.header-search a:focus,
.header-search a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  clip: rect(0 0 0 0);
  border: 0;
}

.ks-404-page {
  min-height: calc(100vh - 380px);
}

.ks-404-hero {
  position: relative;
  padding: 82px 20px 72px;
  background:
    radial-gradient(circle at 14% 18%, #f0f7ff 0%, transparent 34%),
    radial-gradient(circle at 86% 24%, #f5e4ec 0%, transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 64%);
  text-align: center;
}

.ks-404-hero::after {
  position: absolute;
  right: 12%;
  bottom: -74px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(44, 148, 207, 0.09);
  content: "";
  pointer-events: none;
}

.ks-404-container {
  position: relative;
}

.ks-404-kicker {
  margin: 0 0 16px;
  color: #2d95cf;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ks-404-container h1 {
  margin: 0;
  color: #151d26;
  font-family: "Playfair Display", serif;
  font-size: clamp(56px, 11vw, 132px);
  line-height: 0.88;
}

.ks-404-description {
  margin: 26px auto 0;
  max-width: 640px;
  color: #40454d;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1.7;
}

.ks-404-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.ks-404-btn,
.ks-404-btn:visited {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.ks-404-btn {
  color: #fff;
  background: #2d95cf;
  border: 1px solid #2d95cf;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ks-404-btn:hover,
.ks-404-btn:focus-visible {
  background: #2a84b8;
  border-color: #2a84b8;
  transform: translateY(-1px);
}

.ks-404-btn--ghost,
.ks-404-btn--ghost:visited {
  color: #24364a;
  background: #fff;
  border-color: #c8d8e6;
}

.ks-404-btn--ghost:hover,
.ks-404-btn--ghost:focus-visible {
  color: #0f212f;
  border-color: #9cb8d0;
  background: #edf6ff;
}

.ks-404-form {
  margin: 42px auto 0;
  max-width: 620px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 11px;
  align-items: center;
  border-radius: 999px;
  padding: 11px;
  background: #fff;
  border: 1px solid #d9e2ee;
  box-shadow: 0 16px 38px rgba(16, 33, 56, 0.1);
}

.ks-404-form input[type="search"] {
  min-height: 52px;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0 20px;
  color: #202d3a;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.ks-404-form input[type="search"]::placeholder {
  color: #8a96a6;
}

.ks-404-form button {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: #2d95cf;
  color: #fff;
  padding: 0 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.ks-404-help {
  padding: 70px 20px 90px;
}

.ks-404-help__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.ks-404-card {
  padding: 34px;
  min-height: 258px;
  background: #fff;
  border: 1px solid #dce5ef;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(8, 32, 55, 0.07);
}

.ks-404-card h2 {
  margin: 0 0 14px;
  color: #192738;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.25;
}

.ks-404-card p {
  margin: 0 0 22px;
  color: #4a5564;
  font-size: 16px;
  line-height: 1.7;
}

.ks-404-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ks-404-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid #c4d4e5;
  border-radius: 999px;
  background: #f3f8fd;
  padding: 8px 16px;
  color: #244057;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.ks-404-chip:hover,
.ks-404-chip:focus-visible {
  color: #1a3f5f;
  border-color: #8bb8dd;
  background: #edf6ff;
}

.header-actions > a {
  display: grid;
  place-items: center;
  color: #404852;
  font-size: 1.06rem;
  transition: transform 0.25s ease, color 0.25s ease;
}

.header-actions > a:hover {
  color: var(--color-accent);
  transform: translateY(-2px);
}

.header-wishlist-counter {
  position: relative;
  display: grid;
  place-items: center;
}

.header-wishlist-counter .wishlist_products_counter {
  position: relative;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #404852;
  text-decoration: none;
  transition: transform 0.25s ease, color 0.25s ease;
}

.header-wishlist-counter .wishlist_products_counter:hover {
  color: var(--color-accent);
  transform: translateY(-2px);
}

.header-wishlist-counter .wishlist_products_counter::before {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8 4.6c-1.7-1.7-4.5-1.7-6.2 0L12 7.2 9.4 4.6a4.38 4.38 0 0 0-6.2 6.2L12 19.6l8.8-8.8c1.7-1.7 1.7-4.5 0-6.2Z' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.header-wishlist-counter .wishlist_products_counter_text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.header-wishlist-counter .wishlist_products_counter_number {
  position: absolute;
  top: -9px;
  right: -9px;
  display: none;
  min-width: 17px;
  height: 17px;
  border-radius: 999px;
  background: var(--color-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  padding: 0 5px;
}

.header-wishlist-counter .wishlist_products_counter_number:not(:empty) {
  display: block;
}

.cart-link {
  position: relative;
}

.cart-link::after {
  display: none;
  content: none;
}

.header-cart-count {
  position: absolute;
  top: -9px;
  right: -9px;
  display: none;
  min-width: 17px;
  height: 17px;
  border-radius: 999px;
  background: var(--color-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  padding: 0 5px;
}

.header-cart-count.has-items {
  display: block;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #f1f4f7;
  padding: 11px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--color-text);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-drawer-head,
.nav-quick-actions,
.nav-social-links {
  display: none;
}

.nav-menu-list,
.nav-menu-item {
  display: contents;
}

.nav-submenu {
  display: none;
}

.nav-menu-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-submenu-toggle {
  display: none;
  border: 0;
  background: none;
  cursor: pointer;
}

.nav-submenu-toggle__icon {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
}

@media (min-width: 1200px) {
  .nav-menu-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(18px, 2.3vw, 58px);
    width: 100%;
  }

  .nav-menu-item {
    position: relative;
    display: flex;
    align-items: center;
  }

  .site-header .main-nav .nav-menu-item.is-active > .nav-menu-link::after,
  .site-header .main-nav a:hover::after {
    bottom: -1px;
  }

  .nav-submenu {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap: 4px;
    max-height: min(70vh, 520px);
    min-width: 230px;
    width: max-content;
    max-width: min(560px, calc(100vw - 40px));
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 0 0 16px 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 48px rgba(17, 24, 39, 0.12);
    overflow-y: auto;
    padding: 12px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    visibility: hidden;
  }

  .nav-menu-item:hover > .nav-submenu,
  .nav-menu-item:focus-within > .nav-submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    visibility: visible;
  }

  .site-header .main-nav .nav-submenu a {
    display: flex;
    min-height: 42px;
    border-radius: 10px;
    color: #414141;
    font-size: 14px;
    line-height: 1.25;
    padding: 0 12px;
    white-space: nowrap;
  }

  .site-header .main-nav .nav-submenu a:hover {
    color: #6E7F67;
    background: rgba(110, 127, 103, 0.08);
  }

  .site-header .main-nav .nav-submenu a::after,
  .site-header .main-nav .nav-submenu a::before {
    display: none;
  }
}

.hero-section {
  display: grid;
  grid-template-columns: 231px 1fr 231px;
  min-height: clamp(660px, 48vw, 920px);
  border-bottom: 1px solid var(--color-line);
  background: linear-gradient(180deg, #eef7ff 0%, #fff 55%);
  overflow: hidden;
}

.hero-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  border-inline: 1px solid #C6C6C6;
  background-color: transparent;
  overflow: hidden;
}

.hero-side figure {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.hero-side figure:first-child {
  border-bottom: 1px solid #C6C6C6;
}

.hero-side figure::before {
  position: absolute;
  width: 350px;
  height: 350px;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  border: 1px solid #C6C6C6;
}

.hero-side img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  padding: clamp(12px, 2vw, 30px);
}

.hero-side--left figure:nth-child(1)::before {
  right: 32px;
  background: #eaf6ff;
}

.hero-side--left figure:nth-child(2)::before {
  right: 32px;
  background: #f7efdf;
}

.hero-side--right figure:nth-child(1)::before {
  left: 32px;
  background: #ffe6e8;
}

.hero-side--right figure:nth-child(2)::before {
  right: 15px;
  background: #f8e8c1;
}

.hero-side--left figure:nth-child(1) img {
  object-position: 72% center;
  transform: translateX(-34px);
  padding: 0;
}

.hero-side--left figure:nth-child(2) img {
  object-position: 78% center;
  transform: translateX(-78px);
  padding: 0;
  max-width: 540px;
}

.hero-side--right figure:nth-child(1) img {
  object-position: 64% center;
  transform: translateX(62px);
  padding: 0;
}

.hero-side--right figure:nth-child(2) img {
  object-position: 18% center;
  transform: translateX(-30px);
  padding: 0;
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  text-align: center;
  padding-top: 90px;
}

.hero-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 0 auto 12px;
  padding-right: 100px;
}

.hero-brand-mark {
  display: grid;
  place-items: center;
  width: 216px;
  height: auto;
  border-radius: 50%;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.hero-brand h1 {
  margin: 0;
  color: var(--color-primary);
  font-size: 167px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  white-space: nowrap;
  font-family: "Playfair Display", serif;
}

.ks-brand-title {
  display: inline-block;
  background: linear-gradient(
    90deg,
    #ee4a83 0%,
    #f16f57 9%,
    #f38a37 16%,
    #f49b24 21%,
    #f5a11d 25%,
    #de9f34 29%,
    #729aa5 49%,
    #4898d3 57%,
    #9eba3b 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-transform: uppercase;
}

.hero-brand h2 {
  margin: 8px 0 0;
  font-family: "Playfair Display", serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  display: flex;
  gap: 15px;
}

.hero-brand h2 span {
  font-family: "Playfair Display", serif;
}

.hero-brand h2 span:nth-child(1) {
  color: #ed337e;
}

.hero-brand h2 span:nth-child(2) {
  color: #8fb33f;
}

.hero-brand h2 span:nth-child(3) {
  color: #f2962e;
}

.hero-copy {
  margin: 20px 0;
  color: #151515;
  font-size: 29px;
  font-weight: 700;
  padding-left: 131px;
}

.hero-circle-logo {
  position: absolute;
  display: grid;
  place-items: center;
  right: clamp(18px, 5vw, 36px);
  top: 46%;
  z-index: 2;
  width: clamp(82px, 7vw, 126px);
  aspect-ratio: 1;
}

.hero-circle-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: hero-circle-spin 16s linear infinite;
}

.hero-circle-logo svg {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 21px;
}

@keyframes hero-circle-spin {
  to {
    transform: rotate(360deg);
  }
}

body.ks-home-anim-ready .hero-content > .eyebrow,
body.ks-home-anim-ready .hero-brand,
body.ks-home-anim-ready .hero-copy,
body.ks-home-anim-ready .hero-circle-logo,
body.ks-home-anim-ready .hero-products article,
body.ks-home-anim-ready .ks-home-animate {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--ks-home-delay, 0ms);
  will-change: opacity, transform;
}

body.ks-home-anim-ready .category-card.ks-home-animate,
body.ks-home-anim-ready .product-card.ks-home-animate,
body.ks-home-anim-ready .women-slide.ks-home-animate,
body.ks-home-anim-ready .men-category-card.ks-home-animate {
  transform: translate3d(0, 32px, 0) scale(0.96);
}

body.ks-home-anim-ready .hero-side figure {
  opacity: 0;
  transform: scale(1.035);
  transition:
    opacity 0.86s ease,
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--ks-home-delay, 0ms);
  will-change: opacity, transform;
}

body.ks-home-anim-ready .hero-content > .eyebrow.is-visible,
body.ks-home-anim-ready .hero-brand.is-visible,
body.ks-home-anim-ready .hero-copy.is-visible,
body.ks-home-anim-ready .hero-circle-logo.is-visible,
body.ks-home-anim-ready .hero-products article.is-visible,
body.ks-home-anim-ready .ks-home-animate.is-visible,
body.ks-home-anim-ready .hero-side figure.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

body.ks-home-animated-page .ks-brand-title {
  background-size: 220% auto;
  animation: ks-home-gradient-flow 5.8s ease-in-out 0.8s infinite alternate;
}

body.ks-home-animated-page .hero-circle-logo svg {
  animation: ks-home-arrow-bounce 1.45s ease-in-out infinite;
}

body.ks-home-animated-page .hero-products article.is-visible img {
  animation: ks-home-product-bob 4.8s ease-in-out var(--ks-home-delay, 0ms) infinite;
}

body.ks-home-anim-ready .hero-side--left figure:nth-child(1).is-visible img {
  animation: ks-home-float-left-top 4.8s ease-in-out 0.4s infinite;
}

body.ks-home-anim-ready .hero-side--left figure:nth-child(2).is-visible img {
  animation: ks-home-float-left-bottom 5.1s ease-in-out 0.65s infinite;
}

body.ks-home-anim-ready .hero-side--right figure:nth-child(1).is-visible img {
  animation: ks-home-float-right-top 4.9s ease-in-out 0.5s infinite;
}

body.ks-home-anim-ready .hero-side--right figure:nth-child(2).is-visible img {
  animation: ks-home-float-right-bottom 5.2s ease-in-out 0.75s infinite;
}

@keyframes ks-home-gradient-flow {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 100% center;
  }
}

@keyframes ks-home-arrow-bounce {
  0%, 100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -34%);
  }
}

@keyframes ks-home-product-bob {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.025);
  }
}

@keyframes ks-home-float-left-top {
  0%, 100% {
    transform: translateX(-34px) translateY(0);
  }
  50% {
    transform: translateX(-34px) translateY(-10px);
  }
}

@keyframes ks-home-float-left-bottom {
  0%, 100% {
    transform: translateX(-78px) translateY(0);
  }
  50% {
    transform: translateX(-78px) translateY(12px);
  }
}

@keyframes ks-home-float-right-top {
  0%, 100% {
    transform: translateX(62px) translateY(0);
  }
  50% {
    transform: translateX(62px) translateY(-12px);
  }
}

@keyframes ks-home-float-right-bottom {
  0%, 100% {
    transform: translateX(-30px) translateY(0);
  }
  50% {
    transform: translateX(-30px) translateY(10px);
  }
}

@media (hover: hover) and (pointer: fine) {
  body.ks-home-animated-page .category-card img,
  body.ks-home-animated-page .product-card img,
  body.ks-home-animated-page .men-category-card img,
  body.ks-home-animated-page .testimonial-card {
    transition:
      transform 0.34s ease,
      box-shadow 0.34s ease,
      border-color 0.34s ease;
  }

  body.ks-home-animated-page .category-card:hover img,
  body.ks-home-animated-page .product-card:hover img,
  body.ks-home-animated-page .men-category-card:hover img {
    transform: translateY(-10px) scale(1.045);
  }

  body.ks-home-animated-page .testimonial-card:hover {
    transform: translateY(-10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ks-home-anim-ready .hero-content > .eyebrow,
  body.ks-home-anim-ready .hero-brand,
  body.ks-home-anim-ready .hero-copy,
  body.ks-home-anim-ready .hero-circle-logo,
  body.ks-home-anim-ready .hero-products article,
  body.ks-home-anim-ready .hero-side figure,
  body.ks-home-anim-ready .ks-home-animate {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  body.ks-home-anim-ready .hero-side figure img,
  body.ks-home-animated-page .ks-brand-title,
  body.ks-home-animated-page .hero-circle-logo img,
  body.ks-home-animated-page .hero-circle-logo svg,
  body.ks-home-animated-page .hero-products article img {
    animation: none !important;
  }
}

body.ks-page-anim-ready .ks-page-animate {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  transition:
    opacity 0.74s ease,
    transform 0.74s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--ks-page-delay, 0ms);
  will-change: opacity, transform;
}

body.ks-page-anim-ready .ks-page-animate.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

body.ks-page-anim-ready .ks-page-animate.ks-page-animate--side {
  transform: translate3d(var(--ks-page-x, 0), 0, 0) scale(1.02);
}

body.ks-page-anim-ready .ks-page-animate.ks-page-animate--side.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes ks-page-soft-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ks-page-anim-ready .ks-page-animate {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.hero-content > .eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 18px;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 18px;
  text-transform: uppercase;
}

.hero-eyebrow {
  gap: clamp(10px, 1.15vw, 22px);
  text-transform: uppercase;
}

.hero-eyebrow::before,
.hero-eyebrow::after {
  content: none;
}

.hero-eyebrow img {
  flex: 0 0 130px;
  width: 130px;
  height: auto;
  object-fit: contain;
  transform: rotate(180deg);
}

.hero-eyebrow span {
  display: inline-block;
  margin-right: calc(clamp(10px, 0.95vw, 18px) * -1);
  white-space: nowrap;
}

p.eyebrow.hero-eyebrow span {
  width: auto;
  height: auto;
  background: transparent;
}

.hero-products {
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(48px, 5vw, 86px);
  border-top: 1px solid var(--color-line);
}

.hero-products,
.category-strip,
.filter-tabs,
.tag-cloud {
  scrollbar-width: none;
}

.hero-products::-webkit-scrollbar,
.category-strip::-webkit-scrollbar,
.filter-tabs::-webkit-scrollbar,
.tag-cloud::-webkit-scrollbar {
  display: none;
}

.hero-products article {
  position: relative;
  overflow: hidden;
  min-height: 333px;
  border-right: 1px solid #C6C6C6;
  background: #fff;
  padding: 16px;
  display: flex;
  justify-content: center;
}

.hero-products article:nth-child(3)::before {
  position: absolute;
  inset: 12% auto auto 50%;
  width: 370px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(110, 127, 103, 0.2);
  content: "";
  transform: translate(-50%, -50%);
  border: 1px solid #C6C6C6;
}

.hero-products article:last-child {
  border-right: 0;
}

.hero-products img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 209px;
  height: 100%;
  object-fit: contain;
  transition: transform 0.28s ease;
}

.hero-products article:hover img {
  transform: scale(1.05);
}

.category-section {
  --category-gap: clamp(16px, 1.8vw, 36px);
  --category-visible: 6;
  padding-top: clamp(70px, 8vw, 130px);
  padding-left: 50px;
  padding-right: 50px;
}

.category-head .section-title {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.01em;
  color: #292929;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}

.category-head .section-title em {
  font-family: var(--font-display);
  font-size: 60px;
  font-weight: 500;
}

.category-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.category-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
}

.category-arrow {
  display: grid;
  place-items: center;
  width: 25px;
  height: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.category-arrow:hover {
  opacity: 0.72;
}

.category-arrow--prev:hover {
  transform: translateX(-2px);
}

.category-arrow--next:hover {
  transform: translateX(2px);
}

.category-arrow svg {
  display: block;
}

.category-arrow svg path {
  transition: fill 0.25s ease;
}

.category-arrow:hover svg path {
  fill: #8fb33f;
}

.category-slider {
  margin-top: 4px;
  overflow: hidden;
}

.category-viewport {
  overflow: hidden;
  padding-top: 18px;
}

.category-strip {
  display: flex;
  gap: var(--category-gap);
  will-change: transform;
}

.category-card {
  display: grid;
  flex: 0 0 calc((100% - (var(--category-gap) * (var(--category-visible) - 1))) / var(--category-visible));
  justify-items: center;
  gap: 8px;
  color: #151515;
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.category-card img {
  width: clamp(130px, 14vw, 240px);
  height: clamp(130px, 14vw, 240px);
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  /* box-shadow: 0 14px 32px rgba(10, 23, 38, 0.12); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card span {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.category-card:hover img {
  /* transform: translateY(-7px) scale(1.03); */
  /* box-shadow: 0 22px 42px rgba(10, 23, 38, 0.18); */
}

.men-section {
  padding: 18px 50px 0 50px;
}

.men-feature {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 5.4vw, 96px);
  align-items: end;
  overflow: hidden;
  min-height: 100%;
  border-radius: 32px;
  background-color: #07100d;
  background-image: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
  padding: 100px;
}

.men-copy,
.men-card-grid {
  position: relative;
  z-index: 1;
}

.men-category-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 34%, rgba(0, 0, 0, 0.72) 100%);
  content: "";
  pointer-events: none;
}

.men-copy {
  color: #fff;
  padding-bottom: clamp(4px, 2vw, 22px);
}

.men-copy p {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 12px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 18px;
  text-transform: uppercase;
}

.men-copy p::before {
  flex: 0 0 44px;
  height: 1px;
  background: rgba(255, 255, 255, 0.52);
  content: "";
}

.men-copy h2 {
  margin: 0 0 18px;
  max-width: 100%;
  color: #fff;
  font-family: var(--font-body);
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0;
}

.men-copy h2 em {
  display: block;
  color: #9ec465;
  font-family: var(--font-display);
  font-size: 60px;
  font-weight: 500;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 100%;
}

.tag-cloud a,
.tag-cloud button,
.filter-tabs button {
 border: 0;
 border-radius: 999px;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.pill-row span,
.pill-row a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 10px 15px;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.pill-row a:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.tag-cloud a:hover,
.tag-cloud button:hover {
  transform: translateY(-2px);
}

.men-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 1.7vw, 28px);
  width: 100%;
  max-width: 680px;
  justify-self: end;
}

.men-category-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 350px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.men-category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.men-category-card span {
  position: absolute;
  z-index: 1;
  bottom: 28px;
  left: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Inter", sans-serif;
}

.men-category-card b {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  line-height: 0;
}

.men-category-card b svg {
  display: block;
}

.men-category-card b:hover {
  background: #6E7F67;
  border: 1px solid #6E7F67;
}

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

.center-heading {
  text-align: center;
}

.center-heading .eyebrow {
  justify-content: center;
}

.center-heading h2 em {
  color: var(--color-accent);
}

.product-section {
  padding: 100px 50px;
}

.product-section .center-heading .eyebrow {
  margin-bottom: 10px;
  color: #111111;
  font-size: 18px;
  letter-spacing: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.product-section .center-heading .eyebrow span {
  width: 26px;
}

.product-section .center-heading h2 {
  font-family: var(--font-body);
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.product-section .center-heading h2 em {
  font-family: var(--font-display);
  font-weight: 500;
}

.filter-tabs {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 24px auto 42px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  background: #fff;
  padding: 0;
  overflow: hidden;
}

.filter-tabs::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: var(--tab-indicator-width, 50%);
  height: 100%;
  border-radius: 28px;
  background: #f99a28;
  content: "";
  transform: translate3d(var(--tab-indicator-x, 0), 0, 0);
  transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1), width 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.filter-tabs button {
  position: relative;
  z-index: 1;
  min-width: 136px;
  min-height: 70px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #292929;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 0 30px;
  transition: color 0.22s ease, transform 0.22s ease;
}

.filter-tabs button.active,
.filter-tabs button:hover {
  color: #292929;
}

.filter-tabs button:hover {
  transform: translateY(-1px);
}

.product-grid {
  display: grid;
  gap: 24px;
}

.kids-grid {
  gap: 34px 24px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-card {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.24s ease, transform 0.28s ease;
}

.product-card.is-hidden {
  display: none;
}

.product-card.is-entering {
  animation: ks-card-enter 0.3s ease both;
}

@keyframes ks-card-enter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  width: 100%;
  aspect-ratio: 324 / 350;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: none;
}

.product-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 20px 0;
}

.product-card h3 {
  margin: 0;
  color: #101418;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.product-card button,
.product-card-arrow {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  border: 1px solid #7b858d;
  border-radius: 50%;
  background: #fff;
  color: #7b858d;
  cursor: pointer;
  font-size: 0.72rem;
  line-height: 1;
  transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.product-card button:hover,
.product-card:hover .product-card-arrow {
  border-color: #6E7F67;
  color: #fff !important;
  transform: scale(1.08);
  background: #6E7F67;
}

.product-card button:hover svg path,
.product-card:hover .product-card-arrow svg path {
  fill: #fff;
}

.product-card button svg,
.product-card-arrow svg {
  display: block;
}

.section-action {
  margin-top: 40px;
  text-align: center;
}

.btn-primary-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: 999px;
  background: var(--color-primary);
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding: 13px 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.btn-primary-soft:hover {
  background: var(--color-primary-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(44, 148, 207, 0.25);
}

.btn-primary-soft span {
  margin: 0 !important;
}

.btn-primary-soft svg {
  display: block;
  flex: 0 0 auto;
}

.why-section {
  padding: 100px 50px;
  background: #292929;
  color: #fff;
}

.center-heading--light h2,
.center-heading--light p {
  color: #fff;
}

.center-heading--light .eyebrow {
  justify-content: center;
  margin-bottom: 18px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 18px;
  text-transform: uppercase;
}

.center-heading--light .eyebrow span {
  width: 36px;
  background: rgba(143, 179, 63, 0.75);
}

.center-heading--light h2 {
  font-family: var(--font-body);
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.center-heading--light h2 em {
  color: #8fb33f;
  font-family: var(--font-display);
  font-weight: 500;
}

.center-heading--light > p:last-child {
  margin: 18px auto 0;
  max-width: 680px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 44px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  gap: 2px;
}

.why-grid article {
  min-height: 238px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 38px 37px 40px 37px;
}

.why-grid article:nth-child(4n) {
  border-right: 0;
}

.why-grid article:nth-last-child(-n + 4) {
  border-bottom: 0;
}

.why-grid article:last-child {
  border: 1px dashed rgba(185, 151, 91, 0.3);
}

.why-grid span {
  display: inline-grid;
  place-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: rgba(185, 151, 91, 0.15);
}

.why-grid span img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.why-grid h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.why-grid p {
  margin: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.why-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.why-cta h3 {
  max-width: 330px;
  margin: 0 0 24px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 35px;
  font-weight: 700;
  line-height: 36px;
}

.why-cta h3 em {
  color: #f69a2b;
  font-family: var(--font-display);
  font-weight: 500;
}

.why-cta .btn-primary-soft {
  min-height: 58px;
  background: #2c94cf;
  padding-inline: 30px;
  font-size: 16px;
  font-weight: 400;
}

.women-layout {
  display: grid;
  grid-template-columns: minmax(360px, 525px) minmax(0, 1fr);
  gap: clamp(42px, 4.8vw, 86px);
  align-items: flex-start;
  overflow: hidden;
}

#women.section {
  --women-right-inset: 50px;
  padding-right: 0;
  overflow: hidden;
}

#women .women-layout {
  max-width: none;
}

.women-main {
  width: 100%;
  min-height: 690px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: none;
  display: flex;
}

.women-content {
  min-width: 0;
  padding-top: 10px;
  padding-right: var(--women-right-inset);
}

.women-content .eyebrow {
  margin-bottom: 6px;
  color: #111;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 18px;
  text-transform: uppercase;
}

.women-content .eyebrow span {
  width: 30px;
}

.women-content .section-head-inline h2 {
  font-family: var(--font-body);
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.women-content .section-head-inline h2 em {
  color: #ed337e;
  font-family: var(--font-display);
  font-weight: 500;
}

.section-head-inline {
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  grid-template-columns: 1fr 80px;
}

.section-head-inline > a {
  color: #222;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.25s ease;
}

.section-head-inline > a:hover {
  color: var(--color-primary);
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-bottom: 42px;
}

.tag-cloud a,
.tag-cloud button {
  background: #f2f5f2;
  color: #6E7F67 !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 8px 17px;
  text-decoration: none;
}

.tag-cloud a:hover,
.tag-cloud button:hover {
  background: #e9f1e5;
  color: #4e6747;
}

.women-slider {
  min-width: 0;
}

.women-slider-viewport {
  overflow: hidden;
  width: calc(100% + var(--women-right-inset));
}

.women-slider-track {
  display: flex;
  gap: clamp(22px, 2vw, 28px);
  will-change: transform;
}

.women-slide {
  flex: 0 0 clamp(245px, 24.2vw, 324px);
}

.women-slide img {
  aspect-ratio: 324 / 350;
  border-radius: 14px;
}

.women-slide > div {
  padding: 20px 20px 0;
}

.women-slider-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
}

.women-slider-progress {
  display: block;
  width: 90%;
  height: 1px;
  overflow: hidden;
  background: #e1e5df;
}

.women-slider-progress i {
  display: block;
  width: 25%;
  height: 100%;
  background: #75816f;
  transform-origin: left center;
  transition: width 0.45s ease;
}

.women-slider-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.women-slider-controls button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #d9dfd6;
  border-radius: 50%;
  background: #fff;
  color: #8c9689;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.women-slider-controls button:hover,
.women-slider-controls button[data-women-next] {
  border-color: #6e7f67;
  background: #6e7f67;
  color: #fff;
}

.women-slider-controls button:hover {
  transform: translateY(-2px);
}

.women-slider-controls svg {
  display: block;
}

.testimonials-section {
  padding-top: 30px;
}

.testimonial-slider {
  position: relative;
  --testimonial-gap: 30px;
  --testimonial-visible: 3;
  margin-top: 46px;
  padding-inline: clamp(60px, 6vw, 96px);
}

.testimonial-viewport {
  overflow: hidden;
  max-width: 1440px;
  margin-inline: auto;
  padding: 2px 0 38px;
}

.testimonial-grid {
  display: flex;
  gap: var(--testimonial-gap);
  will-change: transform;
}

.testimonial-card {
  flex: 0 0 calc((100% - (var(--testimonial-gap) * (var(--testimonial-visible) - 1))) / var(--testimonial-visible));
  min-height: 180px;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  background: #fff;
  padding: 24px 28px 22px;
  box-shadow: none;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.testimonial-card.is-featured,
.testimonial-card:hover {
  transform: translateY(-1px);
  box-shadow: 0px 4px 24px rgba(45, 45, 45, 0.07);
  border: 1px solid #fff;
}

.stars {
  margin-bottom: 10px;
  color: #c48a21;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1;
}

.testimonial-card p {
  position: relative;
  min-height: 78px;
  margin: 0 0 20px;
  color: #404040;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.testimonial-card p::before {
  content: "“";
  display: inline-block;
  margin-right: 8px;
  color: #b9975b;
  font-family: Georgia, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 0;
  vertical-align: -0.1em;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-author img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-author span {
  display: grid;
  gap: 1px;
  background: transparent;
}

.testimonial-author strong {
  color: #252525;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.testimonial-author small {
  color: #777;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.testimonial-arrow {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #dce1db;
  border-radius: 50%;
  background: #fff;
  color: #9aa19a;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.testimonial-arrow--prev {
  left: 24px;
}

.testimonial-arrow--next {
  right: 24px;
}

.testimonial-arrow:hover {
  border-color: #6e7f67;
  background: #6e7f67;
  color: #fff;
  transform: translateY(-50%) scale(1.05);
}

.testimonial-arrow svg path {
  stroke: #9b9b9b;
}

.testimonial-arrow:hover svg path {
  stroke: #fff;
}

.testimonial-arrow svg {
  display: block;
}

.faq-section {
  background: #FFFDF9;
}

.faq-layout {
  display: grid;
  grid-template-columns: 486px 1fr;
  gap: 40px;
  align-items: start;
}

.page-container.faq-layout {
  max-width: 1437px;
}

.faq-copy {
  position: sticky;
  top: 150px;
}

.faq-copy p:not(.eyebrow) {
  max-width: 380px;
  margin: 20px 0 28px;
  color: #6a737d;
  line-height: 1.7;
}

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

.faq-item {
  border: 1px solid #edf0f2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 28, 40, 0.04);
  overflow: hidden;
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  background: transparent;
  color: #1e2329;
  cursor: pointer;
  font-weight: 700;
  padding: 22px 24px;
  text-align: left;
  font-size: 20px;
}

.faq-icon {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.faq-icon svg {
  display: block;
  grid-area: 1 / 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.faq-icon-open {
  opacity: 0;
  transform: scale(0.86);
}

.faq-item.active .faq-icon-close {
  opacity: 0;
  transform: scale(0.86);
}

.faq-item.active .faq-icon-open {
  opacity: 1;
  transform: scale(1);
}

.faq-panel {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.36s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.24s ease;
  will-change: height;
}

.faq-panel p {
  margin: 0;
  color: #6a737d;
  line-height: 1.7;
  padding: 0 24px 22px;
}

.faq-item.active .faq-panel {
  opacity: 1;
}

.newsletter-section {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
  background-image: none;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 50px;
}

.newsletter-section .page-container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.newsletter-card {
  width: 528px;
  margin-left: auto;
  /* margin-right: clamp(70px, 8vw, 150px); */
  text-align: left;
}

.newsletter-card h2 {
  color: #fff;
  text-align: left;
}

.newsletter-card h2 em {
  color: #a5c66b;
}

.newsletter-card p {
  max-width: 100%;
  margin: 12px 0 22px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.newsletter-form {
  display: flex;
  width: min(100%, 430px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  padding: 8px;
  backdrop-filter: blur(8px);
}

.newsletter-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  padding: 0 18px;
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.newsletter-form button {
  border: 0;
  border-radius: 999px;
  background: var(--color-primary);
  color: #fff;
  font-weight: 800;
  padding: 14px 24px;
}

.newsletter-card .gform_wrapper {
  position: relative;
  width: min(100%, 528px);
}

.newsletter-card .gform_heading,
.newsletter-card .gfield_label,
.newsletter-card .gform_required_legend,
.newsletter-card .gfield_required {
  display: none !important;
}

.newsletter-card .gform_wrapper form {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  padding: 7px;
  backdrop-filter: blur(8px);
}

.newsletter-card .gform_body {
  flex: 1 1 auto;
  min-width: 0;
}

.newsletter-card .gform_fields,
.newsletter-card .gfield {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.newsletter-card .ginput_container {
  margin: 0 !important;
}

.newsletter-card input[type="email"] {
  width: 100% !important;
  min-height: 48px;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  font-family: "Poppins", sans-serif;
  font-size: 18px !important;
  font-weight: 300;
  padding: 0 22px !important;
}

.newsletter-card input[type="email"]:focus,
.newsletter-card input[type="email"]:focus-visible,
.newsletter-card .gfield_error input[type="email"]:focus,
.newsletter-card .gfield_error input[type="email"]:focus-visible {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.newsletter-card input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.newsletter-card .gform_footer {
  flex: 0 0 144px;
  width: 144px;
  margin: 0 !important;
  padding: 0 !important;
}

.newsletter-card .gform_button {
  width: 100%;
  min-width: 144px;
  min-height: 50px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--color-primary) !important;
  color: #fff !important;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1;
  padding: 14px 28px !important;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.newsletter-card .gform_button:hover {
  background: var(--color-primary-dark) !important;
  transform: translateY(-1px);
}

.newsletter-card .gform_ajax_spinner,
.newsletter-card .gform-loader,
.newsletter-card .gform_spinner,
.newsletter-card .gform-icon--spinner,
.newsletter-card img.gform_ajax_spinner {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.newsletter-card .gfield_validation_message {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  margin: 0 !important;
  color: #ff4d4f !important;
  background: transparent !important;
  border: 0 !important;
  font-family: "Poppins", sans-serif;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1.35;
  padding: 0 22px !important;
}

.newsletter-card .validation_message {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  margin: 0 !important;
  color: #ff4d4f !important;
  background: transparent !important;
  border: 0 !important;
  font-family: "Poppins", sans-serif;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1.35;
  padding: 0 22px !important;
}

.newsletter-card .gform_validation_errors {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 22px !important;
}

.newsletter-card .gform_validation_errors h2,
.newsletter-card .gform_submission_error {
  margin: 0 !important;
  color: #ff4d4f !important;
  font-family: "Poppins", sans-serif;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

.newsletter-card .gfield_error input[type="email"] {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55) !important;
}

.newsletter-card .gform_confirmation_wrapper,
.newsletter-card .gform_confirmation_message {
  width: min(100%, 528px);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

div#gform_confirmation_message_1 {
  color: #a5c66b;
}

.site-footer {
  background: #1f1e1a;
  color: #fff;
  padding: 62px 50px 28px;
}

.site-footer .page-container {
  max-width: 1720px;
  padding: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 60px;
  align-items: start;
  justify-content: space-around;
}

.footer-grid > div {
  min-width: 0;
}

.footer-brand {
  align-items: flex-start;
  margin-bottom: 16px;
}

.site-footer a.brand.footer-brand {
  display: flex;
  justify-content: flex-start;
}

.site-footer a.brand.footer-brand:hover {
  color: #fff;
  transform: none;
}

.footer-brand-column .brand-mark {
  display: grid;
  place-items: center;
  width: 180px;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.footer-brand .brand-mark img {
  width: 100%;
  max-width: 180px;
  height: 100%;
  object-fit: contain;
}

.site-footer p,
.site-footer a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.72;
}

.site-footer h3 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.site-footer a {
  display: block;
  margin-bottom: 12px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-footer a:hover {
  transform: translateX(3px);
  color: #8fb33f;
}

.site-footer a.footer-proprietor-link:hover {
  color: #fff;
  transform: none;
}

.footer-menu {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  margin: 0;
  padding: 0;
}

.footer-menu a {
  width: fit-content;
}

.social-links {
  display: flex;
  gap: 30px;
  margin-top: 22px;
  padding-left: 0;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transform: none;
}

.social-links a:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.social-links img {
  display: block;
  width: auto;
  height: auto;
  max-width: 21px;
  max-height: 20px;
  object-fit: contain;
}

.site-footer p {
  margin: 0 0 12px;
}

.footer-contact-icon {
  display: inline-block;
  width: 23px;
  color: #ed337e;
  font-size: 18px;
  line-height: 1;
  vertical-align: 0;
  filter: invert(0.2);
}

.footer-contact-column p {
  max-width: 98%;
}

.footer-contact-column p a {
  display: inline;
  margin: 0;
}

.footer-contact-column a[href^="tel:"] {
  display: inline-block;
}

.footer-contact-column a span {
  font-weight: 500;
  display: block;
}

.copyright {
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 22px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 1600px) {
  .hero-brand-mark {
    width: 194px;
  }

  .hero-brand h1 {
    margin: 0;
    color: var(--color-primary);
    font-size: 137px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    white-space: nowrap;
    text-align: left;
  }

  .hero-brand-mark img {
    width: 100%;
    max-width: 183px;
    height: 100%;
    object-fit: contain;
  }

  .hero-brand h2 span {
    font-family: "Playfair Display", serif;
    font-size: 80px;
  }

  .hero-copy {
    padding-left: 71px;
  }
}

@media (max-width: 1440px) {
  .hero-brand h1 {
    font-size: 112px;
  }

  .hero-brand-mark img {
    width: 100%;
    max-width: 178px;
    height: 100%;
    object-fit: contain;
  }

  .hero-brand h2 span {
    font-family: "Playfair Display", serif;
    font-size: 65px;
  }

  .hero-copy {
    margin: 20px 0;
    color: #151515;
    font-size: 23px;
    font-weight: 700;
    padding-left: 131px;
  }

  .men-feature {
    padding: 50px;
  }
}

@media (max-width: 1400px) {
  .hero-brand-mark {
    display: grid;
    place-items: center;
    width: 160px;
    height: auto;
    border-radius: 50%;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
  }
}

@media (max-width: 1366px) {
  .hero-section {
    grid-template-columns: 151px 1fr 151px;
  }

  .brand-mark img {
    max-width: 140px;
  }

  .hero-brand-mark img {
    max-width: 216px;
  }
}

@media (max-width: 1399px) {
  .header-row {
    gap: 18px;
  }

  .main-nav {
    gap: 10px;
    font-size: 0.68rem;
  }

  .header-search {
    width: clamp(300px, 27vw, 420px);
  }

  .hero-brand {
    padding-right: 60px;
  }

  .hero-brand h1 {
    font-size: 118px;
  }

  .hero-brand h2 {
    font-size: clamp(78px, 7vw, 92px);
  }

  .hero-copy {
    padding-left: 90px;
    font-size: 25px;
  }
}

@media (max-width: 1280px) {
  .hero-brand h1 {
    font-size: 105px;
  }

  .hero-copy {
    padding-left: 90px;
    font-size: 21px;
    font-weight: 600;
  }

  .why-cta h3 {
    max-width: 100%;
    margin: 0 0 24px;
    color: #fff;
    font-family: var(--font-body);
    font-size: 25px;
    font-weight: 800;
    line-height: 36px;
  }
}

@media (max-width: 1080px) {
  .hero-brand-mark {
    width: 140px;
  }

  .hero-brand-mark img {
    max-width: 126px;
  }

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

  .men-section {
    padding: 18px 30px 0 30px;
  }

  .men-feature {
    padding: 35px;
    gap: 35px;
  }

  .product-section {
    padding: 100px 30px;
  }

  .why-section {
    padding: 100px 30px;
  }

  .section {
    padding: 100px 30px;
  }

  .category-head .section-title,
  main h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .men-copy h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
  }

  .men-copy h2 em {
    font-size: 45px;
  }

  .category-head .section-title em,
  main h2 em {
    font-family: var(--font-display);
    font-size: 45px;
    font-weight: 500;
  }

  section#men {
    padding-top: 0;
  }

  .men-category-card span {
    right: 58px;
    left: 24px;
    bottom: 27px;
    font-size: 18px;
    line-height: 1.15;
    overflow-wrap: break-word;
  }

  .men-category-card b {
    right: 24px;
    bottom: 26px;
  }

  #women.section {
    --women-right-inset: 30px;
  }

  .hero-circle-logo {
    position: absolute;
    display: grid;
    place-items: center;
    right: 8px;
    top: 43%;
    z-index: 2;
    width: 70px;
    aspect-ratio: 1;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
    justify-items: start;
  }
}

@media (max-width: 1199px) {
  body.menu-open {
    overflow: hidden;
  }

  body.menu-open::before {
    position: fixed;
    inset: 0;
    z-index: 120;
    background: rgba(15, 23, 42, 0.42);
    content: "";
    opacity: 1;
  }

  .hero-brand-mark {
    width: 126px;
  }

  .hero-brand h1 {
    font-size: 77px;
  }

  .brand {
    min-width: 0;
  }

  .header-row {
    grid-template-areas:
      "brand toggle"
      "actions actions";
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 80px;
    gap: 12px 20px;
  }

  .site-header.is-scrolled .header-row {
    min-height: 74px;
  }

  .site-header.is-scrolled .brand-mark {
    width: 112px;
    height: 102px;
  }

  .nav-toggle {
    grid-area: toggle;
    display: block;
  }

  .menu-open .site-header {
    z-index: 130;
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 150;
    display: grid;
    align-content: start;
    justify-content: stretch;
    gap: 0;
    width: min(420px, calc(100vw - 38px));
    height: 100dvh;
    border-top: 0;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    border-radius: 22px 0 0 22px;
    background: #fff;
    box-shadow: -28px 0 70px rgba(12, 20, 30, 0.18);
    padding: 78px 22px 28px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(104%);
    transition: opacity 0.26s ease, transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  }

  body.admin-bar .main-nav {
    top: 32px;
    height: calc(100dvh - 32px);
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .nav-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #f1f4f7;
    cursor: pointer;
  }

  .nav-close span {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--color-text);
  }

  .nav-close span:first-child {
    transform: rotate(45deg);
  }

  .nav-close span:last-child {
    transform: rotate(-45deg);
  }

  .menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .main-nav a {
    border-bottom: 1px solid #edf0f2;
    min-height: auto;
    padding: 17px 4px;
    color: #151515;
    font-size: 16px;
    white-space: normal;
  }

  .main-nav a::after {
    display: none;
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .header-actions {
    grid-column: 1 / -1;
    grid-area: actions;
    width: 100%;
    justify-content: flex-end;
    padding-bottom: 14px;
  }

  .header-search {
    width: min(100%, 480px);
    margin-right: auto;
  }

  .hero-brand {
    padding-right: 0;
  }

  .hero-brand h1 {
    font-size: 90px;
  }

  .hero-brand h2 {
    font-size: clamp(68px, 8vw, 84px);
  }

  .hero-brand h2 span {
    font-family: "Playfair Display", serif;
    font-size: 45px;
  }

  .hero-brand-mark {
    width: clamp(148px, 17vw, 190px);
  }

  .hero-copy {
    padding-left: 0;
    font-size: 24px;
  }

  .hero-section {
    grid-template-columns: 140px 1fr 140px;
  }

  .kids-grid,
  .women-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .category-section {
    --category-visible: 4;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .testimonial-slider {
    --testimonial-visible: 2;
    padding-inline: 54px;
  }

  .testimonial-arrow--prev {
    left: 18px;
  }

  .testimonial-arrow--next {
    right: 18px;
  }

  .why-grid article {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .why-grid article:nth-child(2n) {
    border-right: 0;
  }

  .why-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .why-grid article:last-child {
    border: 1px dashed rgba(185, 151, 91, 0.3);
  }

  .women-layout,
  .faq-layout {
    grid-template-columns: 350px 1fr;
  }

  .women-main,
  .faq-copy {
    min-height: auto;
    position: static;
  }

  .women-main {
    max-height: 620px;
  }

  .women-content {
    padding-top: 0;
  }

  .women-slide {
    flex-basis: clamp(260px, 30vw, 324px);
  }
}

@media (min-width: 992px) and (max-width: 1080px) {
  .site-header {
    padding: 0 20px;
  }

  .header-row {
    grid-template-areas: "brand actions toggle";
    grid-template-columns: auto minmax(0, 1fr) auto;
    justify-content: normal;
    align-items: center;
    min-height: 112px;
    gap: 18px;
  }

  .header-actions {
    grid-area: actions;
    grid-column: auto;
    width: auto;
    justify-content: flex-end;
    gap: 18px;
    padding-bottom: 0;
  }

  .header-search {
    width: min(100%, 360px);
    margin-right: 0;
  }

  .nav-toggle {
    justify-self: end;
  }

  .filter-tabs button {
    min-width: 136px;
    min-height: 50px;
  }

  .kids-grid,
  .women-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .women-content .eyebrow {
    font-size: 15px;
    letter-spacing: 10px;
  }

  .women-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 62px 20px 28px;
  }

  .pill-row span,
  .pill-row a {
    background: rgb(52 49 49 / 26%);
  }
}

@media (max-width: 1024px) {
  .section {
    padding: 60px 20px;
  }

  #women.section {
    --women-right-inset: 20px;
  }

  section#men {
    padding-top: 0;
  }

  .men-feature {
    padding: 30px;
  }

  .men-copy h2 {
    font-weight: 700;
    line-height: 50px;
    font-size: 40px;
  }

  .men-copy h2 em {
    display: block;
    color: #9ec465;
    font-family: var(--font-display);
    font-size: 50px;
    font-weight: 500;
  }

  .men-category-card b {
    position: absolute;
    right: 14px;
    bottom: 18px;
  }

  .men-category-card span {
    font-size: 15px;
  }

  .pill-row span,
  .pill-row a {
    font-size: 11px;
  }

  .women-layout,
  .faq-layout {
    grid-template-columns: 270px 1fr;
  }

  .hero-brand-mark {
    width: 114px;
  }

  .hero-copy {
    padding-left: 0;
    font-size: 21px;
  }

  .hero-products article {
    min-height: 200px;
  }

  .category-head .section-title,
  .section-title,
  .center-heading h2,
  .section-head-inline h2,
  .faq-copy h2,
  .newsletter-card h2 {
    font-size: 40px !important;
    line-height: 50px !important;
  }

  .category-head .section-title em,
  .section-title em,
  .center-heading h2 em,
  .section-head-inline h2 em,
  .faq-copy h2 em,
  .newsletter-card h2 em {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}

@media (max-width: 991px) {
  .site-header {
    padding: 10px 20px;
  }

  .header-search input {
    font-size: 14px;
  }

  .header-row {
    padding-inline: 18px;
  }

  .brand-mark {
    width: 120px;
    height: 110px;
  }

  .category-section {
    --category-visible: 3;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
    justify-items: start;
    gap: 20px;
  }

  #women.section {
    --women-right-inset: 0;
    padding: 50px 20px;
  }

  .men-feature {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: end;
    min-height: 0;
    background-position: 34% center;
    padding: 420px 22px 22px;
  }

  .men-card-grid {
    gap: 16px;
    max-width: none;
    justify-self: stretch;
  }

  .men-category-card {
    min-height: 340px;
  }

  .hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-side {
    display: none;
  }

  .hero-content {
    min-height: 680px;
    padding: 70px 20px 0;
  }

  .hero-brand {
    flex-direction: column;
    gap: 10px;
  }

  .hero-brand h1 {
    font-size: clamp(72px, 10vw, 88px);
    letter-spacing: 0;
  }

  .hero-brand h2 {
    font-size: clamp(48px, 7.5vw, 64px);
    justify-content: center;
  }

  .hero-brand-mark {
    width: clamp(96px, 14vw, 128px);
  }

  .hero-circle-logo {
    display: none;
  }

  .hero-products {
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    overflow-x: auto;
  }

  .hero-products img {
    max-width: 130px;
    height: 180px;
  }

  .pill-row span,
  .pill-row a {
    font-size: 11px;
    background: rgb(30 28 28 / 35%);
  }

  .newsletter-card {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-row {
    grid-template-areas: "brand actions toggle";
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 112px;
    gap: 14px;
    padding-inline: 0;
  }

  .header-actions {
    grid-area: actions;
    grid-column: auto;
    width: auto;
    justify-content: flex-end;
    gap: 14px;
    padding-bottom: 0;
  }

  .header-search {
    width: min(100%, 320px);
    height: 54px;
    margin-right: 0;
  }

  .nav-toggle {
    justify-self: end;
  }

  .kids-grid,
  .women-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .women-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .women-slider-track {
    gap: 18px;
  }

  .women-slide {
    flex: 0 0 calc((100% - 18px) / 2);
  }

  .newsletter-section .page-container {
    display: flex;
    justify-content: left;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .newsletter-section {
    padding: 50px 20px;
  }

  .site-footer {
    background: #1f1e1a;
    color: #fff;
    padding: 62px 20px 28px;
  }

  .newsletter-section::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.48) 45%, rgba(0, 0, 0, 0.14) 75%, rgba(0, 0, 0, 0.04) 100%);
    content: "";
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding: 0;
  }

  body.admin-bar .main-nav {
    top: 46px;
    height: calc(100dvh - 46px);
  }

  body.menu-open::before {
    position: fixed;
    inset: 0;
    z-index: 120;
    background: rgba(15, 23, 42, 0.42);
    content: "";
  }

  body.menu-open .site-header {
    z-index: 130;
  }

  .page-container {
    padding-inline: 18px;
  }

  #women.section {
    --women-right-inset: 0px;
    padding-right: 20px;
  }

  .women-slider-viewport {
    width: 100%;
  }

  .site-footer {
    padding: 56px 28px 28px;
  }

  .product-section {
    padding: 70px 18px;
  }

  .brand-mark {
    width: 83px;
    height: auto;
  }

  .site-header.is-scrolled .brand-mark {
    width: 64px;
    height: 58px;
  }

  .header-row {
    grid-template-areas: "brand actions toggle";
    grid-template-columns: 100px 1fr 44px;
    align-items: center;
    gap: 10px;
    min-height: 82px;
    padding: 8px 14px;
  }

  .header-actions {
    grid-area: actions;
    grid-column: auto;
    display: flex;
    width: auto;
    justify-content: flex-end;
    gap: 9px;
    align-items: center;
    padding-bottom: 0;
  }

  .header-search {
    order: 0;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    justify-content: center;
  }

  .header-search input {
    position: absolute;
    width: 1px;
    min-width: 0;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  .header-actions > a {
    width: 32px;
    height: 32px;
  }

  .main-nav {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 150;
    box-sizing: border-box;
    width: min(360px, calc(100vw - 34px));
    max-height: none;
    height: 100dvh;
    border-radius: 22px 0 0 22px;
    padding: 78px 22px 28px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(104%);
    transition: opacity 0.26s ease, transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .main-nav a {
    padding: 16px 4px;
    font-size: 16px;
  }

  .hero-eyebrow img {
    flex: 0 0 130px;
    width: 130px;
    height: auto;
    object-fit: contain;
    transform: rotate(180deg);
    display: none;
  }

  .hero-content {
    min-height: 620px;
    padding-bottom: 0;
  }

  .hero-brand {
    flex-direction: column;
    gap: 8px;
  }

  .hero-content .hero-brand {
    flex-direction: column;
    gap: 8px;
    padding: 0 16px;
  }

  .hero-copy {
    margin-bottom: 30px;
    font-size: clamp(30px, 6vw, 42px);
    line-height: 1.25;
  }

  .hero-products article {
    min-width: 0;
    min-height: 100px;
    padding: 6px;
  }

  .hero-products img {
    max-width: min(100%, 82px);
    height: 96px;
  }

  .section-title,
  .center-heading h2,
  .section-head-inline h2,
  .faq-copy h2,
  .newsletter-card h2 {
    font-size: clamp(42px, 8vw, 60px);
  }

  .category-section {
    --category-gap: 18px;
    --category-visible: 2;
    padding-left: 18px;
    padding-right: 18px;
  }

  .category-head {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .category-head .section-title {
    width: 100%;
  }

  .category-arrows {
    justify-content: center;
    width: 100%;
  }

  .category-slider {
    margin-top: 14px;
  }

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

  .product-card h3 {
    font-size: 0.82rem;
  }

  .filter-tabs,
  .tag-cloud {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .women-content .eyebrow {
    letter-spacing: 12px;
    font-size: 14px;
  }

  .women-content .section-head-inline h2 {
    font-size: clamp(42px, 8.5vw, 60px);
  }

  .women-slide {
    flex-basis: min(66vw, 305px);
  }

  .women-layout {
    gap: 28px;
  }

  .women-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .filter-tabs {
    display: flex;
    width: 100%;
    margin-inline: 0;
    padding: 0;
  }

  .filter-tabs button,
  .tag-cloud button {
    flex: 0 0 auto;
  }

  .product-card > div {
    padding-inline: 6px;
  }

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

  .footer-grid {
    grid-template-columns: 1fr !important;
    justify-items: start;
  }

  .testimonial-slider {
    --testimonial-visible: 1;
    padding-inline: 0;
  }

  .testimonial-arrow {
    position: static;
    transform: none;
  }

  .testimonial-arrow:hover {
    transform: scale(1.05);
  }

  .testimonial-slider {
    display: grid;
    grid-template-columns: repeat(2, minmax(38px, 1fr));
    justify-content: center;
    gap: 18px 10px;
    width: 100%;
  }

  .testimonial-viewport {
    grid-column: 1 / -1;
    order: 1;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .testimonial-grid {
    width: 100%;
    min-width: 0;
  }

  .testimonial-card {
    flex-basis: 100%;
    min-width: 0;
    padding: 20px 18px;
  }

  .testimonial-card p {
    font-size: 14px;
    min-height: auto;
  }

  .testimonial-author strong {
    font-size: 15px;
    line-height: 20px;
  }

  .testimonial-author small {
    font-size: 12px;
    line-height: 16px;
  }

  .testimonial-arrow--prev,
  .testimonial-arrow--next {
    justify-self: center;
  }

  .testimonial-arrow--prev {
    order: 2;
  }

  .testimonial-arrow--next {
    order: 3;
  }

  .why-grid article,
  .why-grid article:nth-child(2n),
  .why-grid article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .why-grid article:last-child {
    border: 1px dashed rgba(185, 151, 91, 0.3);
  }

  .section-head-inline {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .newsletter-section {
    padding: 20px;
    min-height: 430px;
  }

  .newsletter-form {
    align-items: stretch;
    flex-direction: column;
    border-radius: 20px;
  }

  .newsletter-form input {
    min-height: 48px;
  }

  .newsletter-card .gform_wrapper form {
    align-items: stretch;
    flex-direction: column;
    border-radius: 28px;
  }

  .newsletter-card .gform_footer {
    flex: 0 0 auto;
    width: 100%;
  }

  .newsletter-card .gform_button {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .site-footer {
    padding: 48px 20px 24px;
  }

  .header-row {
    min-height: 0;
  }

  .site-header.is-scrolled .header-row {
    min-height: 0;
  }

  .main-nav {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(360px, calc(100vw - 34px));
    height: 100dvh;
    max-height: none;
    border-radius: 22px 0 0 22px;
    transform: translateX(104%);
  }

  body.admin-bar .main-nav {
    top: 46px;
    height: calc(100dvh - 46px);
  }

  .header-actions > a {
    font-size: 0.96rem;
  }

  .hero-content {
    min-height: auto;
    padding: 48px 0 0;
  }

  .hero-brand h1 {
    font-size: 40px;
    line-height: 1.08;
    text-align: center;
  }

  .hero-brand h2 {
    font-size: clamp(40px, 11vw, 50px);
    line-height: 1.04;
  }

  .hero-brand h2 span {
    font-size: 34px;
  }

  .hero-brand-mark {
    width: 76px;
    height: auto;
  }

  .hero-copy {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.25;
    padding: 0 16px;
  }

  .category-head .section-title,
  .section-title,
  .center-heading h2,
  .section-head-inline h2,
  .faq-copy h2,
  .newsletter-card h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .product-section .center-heading .eyebrow {
    font-size: 15px;
    letter-spacing: 10px;
  }

  .center-heading--light .eyebrow {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 10px;
  }

  .hero-products article {
    min-width: 0;
  }

  .hero-products {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
  }

  .hero-products article {
    min-height: 86px;
    padding: 5px;
  }

  .hero-products img {
    width: auto;
    max-width: min(100%, 70px);
    height: 76px;
  }

  .kids-grid,
  .women-grid {
    gap: 14px;
  }

  .women-layout {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .women-main {
    border-radius: 14px;
    max-height: 460px;
  }

  .women-content .eyebrow {
    gap: 8px;
    letter-spacing: 8px;
  }

  .women-content .eyebrow span {
    width: 20px;
  }

  .women-slide {
    flex-basis: 78vw;
  }

  .women-slide > div {
    padding: 14px 8px 0;
  }

  .product-card img {
    border-radius: 8px;
  }

  .filter-tabs {
    margin-bottom: 34px;
  }

  .men-feature {
    border-radius: 20px;
    background-position: 80px top;
    padding: 50px 14px 14px;
  }

  .men-copy p {
    gap: 10px;
    font-size: 10px;
    letter-spacing: 10px;
  }

  .men-copy p::before {
    flex-basis: 30px;
  }

  .pill-row span,
  .pill-row a {
    font-size: 10px;
    padding: 8px 10px;
  }

  .men-category-card {
    min-height: 210px;
    border-radius: 14px;
  }

  .men-copy h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .men-copy h2 em {
    font-size: 30px;
  }

  .faq-item button {
    gap: 18px;
    padding: 18px;
    font-size: 16px;
  }

  .faq-panel p {
    padding-inline: 18px;
  }
}

@media (max-width: 425px) {
  p.eyebrow.hero-eyebrow span {
    letter-spacing: 8px;
    font-size: 10px;
  }
}

@media (max-width: 375px) {
  .hero-content {
    padding-inline: 12px;
  }

  .kids-grid,
  .women-grid,
  .men-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  body.menu-open {
    overflow: hidden;
    touch-action: none;
  }

  body.menu-open::before {
    position: fixed;
    inset: 0;
    z-index: 140;
    background: rgba(15, 23, 42, 0.48);
    backdrop-filter: blur(2px);
    content: "";
  }

  .menu-open .site-header {
    z-index: 160;
  }

  .nav-toggle {
    position: relative;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
    cursor: pointer;
  }

  .nav-toggle span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .nav-toggle span:first-child {
    transform: translate(-50%, calc(-50% - 7px));
  }

  .nav-toggle span:last-child {
    transform: translate(-50%, calc(-50% + 7px));
  }

  body.menu-open .nav-toggle span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  body.menu-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.menu-open .nav-toggle span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 170;
    display: block;
    width: min(430px, calc(100vw - 36px));
    height: 100dvh;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 24px 0 0 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: -28px 0 70px rgba(12, 20, 30, 0.22);
    padding: 22px 24px 28px;
    opacity: 0;
    pointer-events: none;
    scrollbar-width: none;
    transform: translateX(104%);
    transition: opacity 0.24s ease, transform 0.34s cubic-bezier(0.4, 0, 0.2, 1);
  }

  body.admin-bar .main-nav {
    top: 32px;
    height: calc(100dvh - 32px);
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .nav-drawer-head {
    display: flex;
    align-items: center;
    min-height: 62px;
    padding-right: 54px;
    border-bottom: 1px solid #edf0f2;
    margin-bottom: 18px;
  }

  .nav-drawer-brand {
    display: inline-grid;
    width: 118px;
    min-height: 54px;
    margin: 0;
  }

  .nav-drawer-brand .brand-mark {
    width: 118px;
    height: auto;
  }

  .nav-close {
    position: absolute;
    top: 22px;
    right: 22px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #eef3f7;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
  }

  .nav-close:hover {
    background: #e5edf2;
    transform: rotate(90deg);
  }

  .nav-close span {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #1d1f23;
  }

  .nav-close span:first-child {
    transform: rotate(45deg);
  }

  .nav-close span:last-child {
    transform: rotate(-45deg);
  }

  .nav-menu-list {
    display: grid;
    gap: 2px;
  }

  .nav-menu-item {
    display: block;
  }

  .site-header .main-nav a,
  .main-nav .nav-menu-link {
    display: flex;
    align-items: center;
    min-height: 54px;
    border-bottom: 1px solid #edf0f2;
    color: #151515;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    padding: 0 8px;
    white-space: normal;
    transition: color 0.25s ease, background-color 0.25s ease, padding-left 0.25s ease;
  }

  .site-header .main-nav a::after {
    display: none;
  }

  .nav-menu-item.is-active > .nav-menu-link,
  .main-nav .nav-menu-link:hover,
  .nav-submenu a:hover {
    color: #6E7F67;
    background: rgba(110, 127, 103, 0.08);
    padding-left: 14px;
  }

  .nav-menu-item.is-active > .nav-menu-link {
    border-left: 3px solid #8fb33f;
  }

  .nav-submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 12px;
    background: #ffffff;
    margin-left: 4px;
    transition: max-height 0.28s ease, opacity 0.22s ease, padding 0.28s ease;
    will-change: max-height, opacity, padding;
    display: grid;
    gap: 1px;
    padding: 0 0 0 14px;
  }

  .nav-submenu a {
    min-height: 44px;
    border-bottom: 1px solid #edf0f2;
    border-radius: 10px;
    color: #59616b;
    font-size: 14px;
    padding: 0 10px;
  }

  .nav-submenu a:last-child {
    border-bottom: 0;
  }

  .nav-submenu-toggle {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 4px;
    color: #5a6169;
    transition: background-color 0.22s ease, color 0.22s ease;
  }

  .nav-submenu-toggle:hover,
  .nav-submenu-toggle:focus-visible {
    background: rgba(110, 127, 103, 0.11);
    color: #6e7f67;
    outline: none;
  }

  .nav-menu-item.is-open .nav-submenu-toggle__icon {
    transform: rotate(45deg);
  }

  .nav-menu-item.is-open .nav-submenu {
    max-height: min(70vh, 460px);
    opacity: 1;
    pointer-events: auto;
    padding: 6px 0 8px 14px;
  }

  .nav-menu-item.has-submenu > .nav-menu-row .nav-menu-link {
    padding-right: 8px;
  }

  .nav-quick-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }

  .nav-quick-actions a {
    justify-content: center;
    min-height: 44px;
    border: 1px solid #e4e9ed;
    border-radius: 999px;
    background: #fff;
    color: #2d2d2d;
    font-size: 13px;
    padding: 0 10px;
  }

  .nav-social-links {
    display: flex;
    gap: 12px;
    margin-top: 18px;
  }

  .nav-social-links a {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    min-height: 42px;
    border: 1px solid #e4e9ed;
    border-radius: 50%;
    background: #fff;
    padding: 0;
  }

  .nav-social-links img {
    width: auto;
    height: auto;
    max-width: 19px;
    max-height: 18px;
    object-fit: contain;
  }
}

@media (max-width: 767px) {
  body.admin-bar .main-nav {
    top: 46px;
    height: calc(100dvh - 46px);
  }

  .main-nav {
    width: min(380px, calc(100vw - 28px));
    border-radius: 22px 0 0 22px;
    padding: 20px 20px 26px;
  }

  .nav-drawer-brand,
  .nav-drawer-brand .brand-mark {
    width: 104px;
  }

  .nav-quick-actions {
    grid-template-columns: 1fr;
  }
}

/* Men's Wear listing page */
.mens-listing-page {
  background: #fff;
  color: #222;
}

.mens-listing-page .site-header {
  background: #f0f8ff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
}

.mens-listing-page .site-header .page-container,
.mens-products-layout,
.mens-newsletter .page-container,
.mens-listing-page .site-footer .page-container {
  max-width: 1290px;
  padding-inline: 0;
}

.mens-listing-page .header-row {
  min-height: 160px;
}

.mens-listing-page .brand-mark {
  width: 140px;
  height: 100%;
}

.mens-listing-page .header-search {
  width: 350px;
  height: 44px;
  background: rgba(255, 255, 255, 0.72);
  font-family: "Poppins", sans-serif;
}

.mens-listing-page .header-search input {
  font-size: 14px;
}

.mens-listing-page .site-header .main-nav a {
  min-height: 46px;
  color: #222;
  font-size: 14px;
}

.mens-listing-page .site-header .main-nav a:first-child {
  color: #222;
}

.mens-listing-page .site-header .main-nav a:first-child::after {
  display: none;
}

.mens-listing-page .site-header .main-nav a.active {
  color: #222;
}

.mens-listing-page .site-header .main-nav a.active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #6e7f67;
  content: "";
}

.mens-hero {
  position: relative;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 170px;
  min-height: 376px;
  overflow: hidden;
  border-bottom: 1px solid #c8d0d7;
  background: linear-gradient(180deg, #eef8ff 0%, #fbfdff 100%);
}

.mens-hero-side,
.mens-hero-main {
  min-width: 0;
  border-right: 1px solid #c8d0d7;
}

.mens-hero-side {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.mens-hero-side::before {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid #c8d0d7;
  border-radius: 50%;
  content: "";
}

.mens-hero-side--left::before {
  right: -88px;
  background: #e8f6ff;
}

.mens-hero-side--right::before {
  left: -84px;
  background: #ffe3e5;
}

.mens-hero-side img {
  position: relative;
  z-index: 1;
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.mens-hero-side--left img {
  transform: translateX(-36px);
}

.mens-hero-side--right img {
  transform: translateX(38px);
}

.mens-hero-main {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
}

.mens-hero-main h1 {
  margin: 0;
  color: #3196d3;
  font-family: var(--font-body);
  font-size: clamp(5.5rem, 12vw, 9.5rem);
  font-weight: 800;
  line-height: 0.9;
}

.mens-hero-main p {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin: -18px 0 0;
  color: #202020;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.mens-hero-main em {
  color: #f2962e;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 600;
}

.mens-hero-main em::first-letter {
  color: #8fb33f;
}

.scroll-badge {
  position: absolute;
  top: 96px;
  right: 105px;
  display: grid;
  place-items: center;
  width: 102px;
  height: 102px;
  border: 1px solid #222;
  border-radius: 50%;
}

.scroll-badge span {
  position: absolute;
  inset: -9px;
  color: #222;
  font-size: 9px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  animation: hero-circle-spin 18s linear infinite;
}

.chat-float {
  position: absolute;
  right: 76px;
  bottom: 25px;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: #6e7f67;
  color: #fff;
}

.chat-float svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.mens-products-section {
  padding: 78px 0 92px;
}

.mens-products-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  margin-inline: auto;
}

.filter-column {
  display: grid;
  align-content: start;
  gap: 22px;
}

.filter-card,
.other-card {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  padding: 28px 24px;
}

.filter-title h2,
.other-card h2 {
  margin: 0 0 18px;
  color: #292929;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.filter-card details {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 18px;
}

.filter-card summary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
  cursor: pointer;
  color: #222;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}

.filter-card label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 13px;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.filter-card input {
  width: 9px;
  height: 9px;
  accent-color: #6e7f67;
}

.filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  background: transparent;
  padding: 18px 0;
  color: #222;
  font-size: 14px;
  font-weight: 800;
}

.other-card {
  box-shadow: none;
}

.other-card a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
  padding: 16px 0;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.other-card a:last-child {
  border-bottom: 0;
}

.listing-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}

.sort-button,
.filter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: #eef6fd;
  color: #222;
  font-size: 14px;
  font-weight: 800;
  padding: 0 18px;
}

.filter-toggle {
  display: none;
}

.mens-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px 24px;
}

.listing-card {
  position: relative;
  min-width: 0;
}

.listing-card > button {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 19px;
  line-height: 1;
}

.listing-card .yith-wcwl-add-to-wishlist,
.listing-card .ks-wishlist-static {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 3;
  margin: 0;
  padding: 0;
}

.listing-card .yith-wcwl-add-button,
.listing-card .yith-wcwl-wishlistaddedbrowse,
.listing-card .yith-wcwl-wishlistexistsbrowse {
  margin: 0;
}

.listing-card .yith-wcwl-add-to-wishlist a,
.listing-card .ks-wishlist-static {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 0;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.listing-card .yith-wcwl-add-to-wishlist a::before {
  content: "♡";
  color: #111;
  font-size: 19px;
  line-height: 1;
}

.listing-card .ks-wishlist-static svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.ks-product-search-page .listing-card .tinv-wraper.tinv-wishlist,
.ks-product-search-page .listing-card .tinv-wishlist {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 4;
  margin: 0;
  padding: 0;
}

.ks-product-search-page .listing-card .tinvwl_add_to_wishlist_button {
  display: grid;
  place-items: center;
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  border: 0;
  border-radius: 50%;
  margin: 0 !important;
  background: #fff !important;
  color: #111;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  cursor: pointer;
}

.ks-product-search-page .listing-card .tinvwl_add_to_wishlist_button::before {
  content: "" !important;
  margin: 0 !important;
  display: none !important;
}

.ks-product-search-page .listing-card .tinvwl_add_to_wishlist_button::after {
  content: "" !important;
  display: block !important;
  width: 17px !important;
  height: 16px !important;
  margin: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9524 8.14711L8.5 15L2.04762 8.14711C1.35514 7.33845 0.980039 6.27283 1.00082 5.17326C1.0216 4.07369 1.43665 3.02537 2.15911 2.2477C2.88158 1.47002 3.85546 1.02325 4.87697 1.00088C5.89847 0.978513 6.88843 1.38228 7.63968 2.12768L8.5 3.05375L9.36032 2.12768C10.1116 1.38228 11.1015 0.978513 12.123 1.00088C13.1445 1.02325 14.1184 1.47002 14.8409 2.2477C15.5633 3.02537 15.9784 4.07369 15.9992 5.17326C16.02 6.27283 15.6449 7.33845 14.9524 8.14711Z' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
 background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-color: transparent !important;
}

.ks-product-search-page .listing-card .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::after,
.ks-product-search-page .listing-card .tinvwl_add_to_wishlist_button[data-tinv-wl-action="remove"]::after,
.ks-product-search-page .listing-card .tinvwl_add_to_wishlist_button.tinvwl-product-make-remove::after {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9524 8.14711L8.5 15L2.04762 8.14711C1.35514 7.33845 0.980039 6.27283 1.00082 5.17326C1.0216 4.07369 1.43665 3.02537 2.15911 2.2477C2.88158 1.47002 3.85546 1.02325 4.87697 1.00088C5.89847 0.978513 6.88843 1.38228 7.63968 2.12768L8.5 3.05375L9.36032 2.12768C10.1116 1.38228 11.1015 0.978513 12.123 1.00088C13.1445 1.02325 14.1184 1.47002 14.8409 2.2477C15.5633 3.02537 15.9784 4.07369 15.9992 5.17326C16.02 6.27283 15.6449 7.33845 14.9524 8.14711Z' fill='%23FF0000' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.ks-product-search-page .listing-card .ks-wishlist-static {
  display: grid;
  place-items: center;
  position: relative;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  font-size: 0;
  overflow: hidden;
}

.ks-product-search-page .listing-card .ks-wishlist-static::before,
.ks-product-search-page .listing-card .ks-wishlist-static svg {
  display: none;
}

.ks-product-search-page .listing-card .ks-wishlist-static span {
  display: none;
}

.ks-product-search-page .listing-card .ks-wishlist-static::after {
  content: "";
  width: 17px !important;
  height: 16px !important;
  display: block !important;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9524 8.14711L8.5 15L2.04762 8.14711C1.35514 7.33845 0.980039 6.27283 1.00082 5.17326C1.0216 4.07369 1.43665 3.02537 2.15911 2.2477C2.88158 1.47002 3.85546 1.02325 4.87697 1.00088C5.89847 0.978513 6.88843 1.38228 7.63968 2.12768L8.5 3.05375L9.36032 2.12768C10.1116 1.38228 11.1015 0.978513 12.123 1.00088C13.1445 1.02325 14.1184 1.47002 14.8409 2.2477C15.5633 3.02537 15.9784 4.07369 15.9992 5.17326C16.02 6.27283 15.6449 7.33845 14.9524 8.14711Z' fill='%23FF0000' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
  background-color: transparent;
}


.ks-product-search-page .listing-card .tinv-wraper.tinv-wishlist .tinv-wishlist-clear,
.ks-product-search-page .listing-card .tinv-wraper.tinv-wishlist .tinvwl-tooltip {
  display: none;
}

.listing-card-image {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: #f2f2f2;
}

.listing-card > img,
.listing-card-image img {
  width: 100%;
  aspect-ratio: 1 / 1.18;
  border-radius: 12px;
  object-fit: cover;
  background: #f2f2f2;
  transition: transform 0.28s ease;
}

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

.listing-card > div {
  position: relative;
  padding-top: 13px;
}

.listing-card h3 {
  margin: 0 0 5px;
  color: #171717;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
}

.listing-card h3 a {
  display: inline-block;
}

.badge {
  position: absolute;
  top: 10px;
  right: 0;
  border-radius: 999px;
  background: #f0f4ef;
  color: #a3ada4;
  font-size: 10px;
  padding: 5px 12px;
}

.swatches,
.price {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: #555;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.swatches i {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  background: #161616;
}

.swatches i:nth-child(2) {
  background: #f07d69;
}

.swatches i:nth-child(3) {
  background: #9ab69e;
}

.price {
  margin-top: 2px;
  color: #333;
  font-size: 12px;
}

.price ins {
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.price del {
  color: #9b9b9b;
  font-size: 10px;
}

.price small {
  border-radius: 999px;
  background: #f4f6f4;
  color: #9aa29a;
  font-size: 10px;
  padding: 1px 5px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 56px;
}

.pagination a,
.pagination span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #d8dfe4;
  border-radius: 50%;
  color: #adb5bd;
  font-size: 13px;
}

.pagination a.active,
.pagination .current {
  border-color: #2c94cf;
  background: #2c94cf;
  color: #fff;
}

.sort-button select {
  max-width: 138px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.price-filter-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.filter-card .price-filter-fields label {
  display: grid;
  gap: 5px;
  margin: 0;
}

.filter-card .price-filter-fields span {
  color: #555;
  font-size: 12px;
}

.filter-card .price-filter-fields input {
  width: 100%;
  height: 36px;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  padding: 0 10px;
}

.filter-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
}

.filter-actions button,
.filter-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}

.filter-actions button {
  border: 0;
  background: #6e7f67;
  color: #fff;
  padding: 0 18px;
}

.filter-actions a {
  color: #6e7f67;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mens-newsletter .newsletter-card {
  width: min(100%, 510px);
  margin-left: 0;
}

.mens-newsletter .newsletter-card .gform_wrapper form {
  min-height: 54px;
}

.mens-newsletter .newsletter-card input[type="email"] {
  min-height: 40px;
  font-size: 15px !important;
}

.mens-newsletter .newsletter-card .gform_button {
  min-height: 40px;
  min-width: 116px;
  font-size: 14px !important;
  padding: 10px 20px !important;
}

.mens-newsletter {
  min-height: 352px;
  display: flex;
  align-items: center;
  background-image: none;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.mens-newsletter .page-container {
  width: 100%;
  margin-inline: auto;
}

.mens-newsletter-content {
  width: min(620px, 100%);
  margin-left: auto;
}

.mens-newsletter h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-body);
  font-size: 54px;
  font-weight: 800;
  line-height: 0.98;
}

.mens-newsletter h2 em {
  color: #9ec465;
  font-family: var(--font-display);
  font-weight: 500;
}

.mens-newsletter p {
  margin: 12px 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.mens-newsletter form {
  display: flex;
  width: min(100%, 510px);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  padding: 8px;
}

.mens-newsletter input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  padding: 0 20px;
}

.mens-newsletter input::placeholder {
  color: #fff;
}

.mens-newsletter button {
  border: 0;
  border-radius: 999px;
  background: #2c94cf;
  color: #fff;
  padding: 12px 26px;
}

.mens-listing-page .site-footer {
  background: #1f1e1a;
  padding: 62px 0 28px;
}

.mens-listing-page .footer-grid {
  grid-template-columns: 230px 1fr 1fr 1.18fr 1.32fr;
}

.mens-listing-page .social-links a {
  color: #fff;
  font-size: 18px;
}

.mens-listing-page .site-footer a,
.mens-listing-page .site-footer p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

@media (max-width: 1399px) {
  .mens-listing-page .site-header .page-container,
  .mens-products-layout,
  .mens-newsletter .page-container,
  .mens-listing-page .site-footer .page-container {
    padding-inline: 24px;
  }

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

@media (max-width: 1199px) {
  .mens-listing-page .header-row {
    min-height: 92px;
  }

  .mens-hero {
    grid-template-columns: 120px 1fr 120px;
  }

  .scroll-badge {
    right: 40px;
  }

  .mens-products-layout {
    grid-template-columns: 270px minmax(0, 1fr);
  }

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

@media (max-width: 991px) {
  .mens-hero {
    grid-template-columns: 1fr;
    min-height: 310px;
  }

  .mens-hero-side {
    display: none;
  }

  .mens-hero-main {
    border-right: 0;
    padding-inline: 20px;
  }

  .scroll-badge {
    display: none;
  }

  .chat-float {
    right: 24px;
  }

  .mens-products-layout {
    grid-template-columns: 1fr;
  }

  .filter-column {
    grid-template-columns: 1fr 1fr;
  }

  .listing-toolbar {
    justify-content: space-between;
  }

  .filter-toggle {
    display: none;
  }

  .mens-newsletter-content {
    margin-inline: auto;
    text-align: center;
  }

  .mens-newsletter form {
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .mens-listing-page .site-header .page-container,
  .mens-products-layout,
  .mens-newsletter .page-container,
  .mens-listing-page .site-footer .page-container {
    padding-inline: 18px;
  }

  .mens-hero-main h1 {
    font-size: clamp(4.2rem, 18vw, 7rem);
  }

  .mens-hero-main p {
    flex-direction: column;
    gap: 0;
    margin-top: 6px;
  }

  .mens-products-section {
    padding-top: 48px;
  }

  .filter-toggle {
    display: inline-flex;
  }

  .filter-column {
    display: none;
    grid-template-columns: 1fr;
  }

  .filter-column.is-open {
    display: grid;
  }

  .mens-product-grid {
    gap: 26px 16px;
  }

  .mens-newsletter {
    min-height: 420px;
  }

  .mens-newsletter h2 {
    font-size: 42px;
  }

  .mens-newsletter form {
    flex-direction: column;
    border-radius: 20px;
  }

  .mens-newsletter input {
    min-height: 46px;
  }

  .mens-listing-page .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .mens-product-grid {
    grid-template-columns: 1fr;
  }

  .listing-card > img {
    aspect-ratio: 1 / 1.05;
  }
}

@media (max-width: 1199px) {
  body.menu-open {
    overflow: visible;
    touch-action: auto;
  }

  body.menu-open::before {
    display: none;
    content: none;
  }

  body.menu-open .site-header,
  .menu-open .site-header {
    z-index: 160;
  }

  .header-row {
    position: relative;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 14px;
    bottom: auto;
    left: 14px;
    z-index: 170;
    display: block;
    width: auto;
    height: auto;
    max-height: min(68vh, 560px);
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 18px;
    background: rgb(255 255 255);
    box-shadow: 0 22px 54px rgba(12, 20, 30, 0.16);
    padding: 12px 14px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
    visibility: hidden;
  }

  body.admin-bar .main-nav {
    top: calc(100% + 10px);
    height: auto;
  }

  .menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .nav-drawer-head,
  .nav-close {
    display: none;
  }

  .nav-menu-list {
    display: grid;
    gap: 2px;
  }

  .nav-menu-item {
    display: block;
  }

  .site-header .main-nav a,
  .main-nav .nav-menu-link {
    display: flex;
    align-items: center;
    min-height: 48px;
    border-bottom: 1px solid #edf0f2;
    color: #151515;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    padding: 0 10px;
    white-space: normal;
    transition: color 0.22s ease, background-color 0.22s ease, padding-left 0.22s ease;
  }

  .nav-menu-item:last-child > .nav-menu-link {
    border-bottom: 0;
  }

  .site-header .main-nav a::after {
    display: none;
  }

  .nav-menu-item.is-active > .nav-menu-link,
  .main-nav .nav-menu-link:hover,
  .nav-submenu a:hover {
    color: #6E7F67;
    background: rgba(110, 127, 103, 0.08);
    padding-left: 14px;
  }

  .nav-menu-item.is-active > .nav-menu-link {
    border-left: 3px solid #8fb33f;
  }

  .nav-submenu {
    display: grid;
    gap: 1px;
    padding: 6px 0 8px 14px;
  }

  .nav-submenu a {
    min-height: 42px;
    border-bottom: 1px solid #edf0f2;
    border-radius: 10px;
    color: #59616b;
    font-size: 14px;
    padding: 0 10px;
  }

  .nav-submenu a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .nav-submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 12px;
    background: #ffffff;
    margin-left: 4px;
    transition: max-height 0.28s ease, opacity 0.22s ease, padding 0.28s ease;
    will-change: max-height, opacity, padding;
  }

  .nav-menu-item.is-open .nav-submenu {
    max-height: min(70vh, 460px);
    opacity: 1;
    pointer-events: auto;
    padding: 6px 0 8px 14px;
  }

  .nav-submenu-toggle {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 4px;
    color: #5a6169;
    transition: background-color 0.22s ease, color 0.22s ease;
  }

  .nav-submenu-toggle:hover,
  .nav-submenu-toggle:focus-visible {
    background: rgba(110, 127, 103, 0.11);
    color: #6e7f67;
    outline: none;
  }

  .nav-menu-item.is-open .nav-submenu-toggle__icon {
    transform: rotate(45deg);
  }

  .nav-menu-item.has-submenu > .nav-menu-row .nav-menu-link {
    padding-right: 8px;
  }
}

@media (max-width: 767px) {
  .site-header .main-nav a,
  .main-nav .nav-menu-link {
    border-bottom: 0;
  }

  .site-header .main-nav a,
  .main-nav .nav-menu-link {
    min-height: 41px;
  }

  .nav-menu-item {
    display: block;
    border-bottom: 1px solid #ddeef8;
  }

  .main-nav {
    right: 12px;
    left: 12px;
    max-height: min(70vh, 520px);
    border-radius: 16px;
    padding: 10px 12px;
  }

  .page-container {
    padding-inline: 0;
  }

  .nav-menu-item.is-open .nav-submenu {
    max-height: min(70vh, 460px);
    opacity: 1;
    pointer-events: auto;
    padding: 6px 0 8px 14px;
    border: none;
  }
}

@media (max-width: 575px) {
  .men-category-card {
    min-height: 320px;
    border-radius: 14px;
  }

  .category-head {
    display: grid;
    justify-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }

  .category-head .section-title {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .category-arrows {
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .category-head .section-title em,
  .section-title em,
  .center-heading h2 em,
  .section-head-inline h2 em,
  .faq-copy h2 em,
  .newsletter-card h2 em {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media (max-width: 575px) {
  .pill-row span,
  .pill-row a {
    font-size: 11px;
    background: rgb(139 138 138 / 26%);
  }
}

@media (max-width: 767px) {
  .category-section .page-container {
    display: grid;
  }

  .category-head {
    display: contents;
  }

  .category-head .section-title {
    order: 1;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .category-slider {
    order: 2;
    margin-top: 24px;
  }

  .category-arrows {
    order: 3;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 18px auto 0;
  }
}

@media (max-width: 575px) {
  .kids-grid,
  .women-grid,
  .men-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  section#men {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .product-section {
    padding: 50px 18px;
  }
}

@media (max-width: 575px) {
  .filter-tabs {
    width: auto;
    max-width: 255px;
    margin: 16px auto 28px;
    border-radius: 24px;
  }

  .filter-tabs::before {
    border-radius: 22px;
  }

  .filter-tabs button {
    min-width: 126px;
    min-height: 52px;
    font-size: 16px;
    padding: 0 18px;
  }
}

@media (max-width: 575px) {
  .kids-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .center-heading--light .eyebrow span {
    width: 0;
    background: rgba(143, 179, 63, 0.75);
  }

  .center-heading--light > p:last-child {
    margin: 18px auto 0;
    max-width: 680px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
  }

  .why-grid p {
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }
}

@media (max-width: 575px) {
  .site-header.is-scrolled .header-row {
    min-height: 82px;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .site-header.is-scrolled .header-row {
    min-height: 82px;
    padding: 15px;
  }

  .site-header.is-scrolled .brand-mark {
    width: 83px;
    height: auto;
  }

  .site-header.is-scrolled .brand-mark img {
    transform: none;
  }
}

@media (max-width: 767px) {
  .page-container.header-row {
    padding: 15px;
  }
}

@media (max-width: 575px) {
  .center-heading--light .eyebrow {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .women-content .eyebrow {
    letter-spacing: 7px;
    font-size: 12px;
  }

  .women-content .eyebrow span {
    width: 0;
  }
}

@media (max-width: 575px) {
  .section-head-inline {
    gap: 10px;
    margin-bottom: 18px;
    grid-template-columns: 1fr 86px !important;
  }

  .section-head-inline > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 24px;
    line-height: 1;
    text-align: center;
  }

  .section-head-inline > a svg,
  .section-head-inline > a img {
    display: block;
    flex: 0 0 auto;
  }
}

@media (max-width: 575px) {
  .product-section .center-heading .eyebrow {
    font-size: 12px;
    letter-spacing: 10px;
  }

  .product-section .center-heading .eyebrow span {
    width: 0;
  }

  .men-copy p::before {
    flex-basis: 0;
  }
}

@media (max-width: 575px) {
  #women.section {
    --women-right-inset: 0;
  }

  .women-content {
    padding-right: 0;
  }

  .women-slider-viewport {
    width: 100%;
  }

  .women-slider-track {
    gap: 0;
  }

  .women-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .center-heading .eyebrow {
    justify-content: center;
    font-size: 12px;
    letter-spacing: 7px;
  }
}

@media (max-width: 575px) {
  .center-heading .eyebrow {
    justify-content: center;
    font-size: 12px;
    letter-spacing: 7px;
  }
}

@media (max-width: 767px) {
  .eyebrow span {
    width: 0;
    height: 1px;
    background: currentColor;
  }
}

@media (max-width: 575px) {
  .eyebrow span {
    width: 0;
    height: 1px;
    background: currentColor;
  }
}

@media (max-width: 767px) {
  section.testimonials-section.section {
    padding-top: 0;
  }

  .tag-cloud a,
  .tag-cloud button {
    font-size: 12px;
  }

  .footer-brand-column .brand-mark {
    display: grid;
    place-items: center;
    width: 90px;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: hidden;
  }

  .footer-brand-column .brand-mark img {
    max-width: 90px;
  }

  .site-footer p,
  .site-footer a {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
  }

  .copyright {
    font-size: 13px;
  }

  .social-links {
    display: flex;
    gap: 10px;
    margin-top: 22px;
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  section.testimonials-section.section {
    padding-top: 0;
  }

  .tag-cloud a,
  .tag-cloud button {
    font-size: 12px;
  }

  .footer-brand-column .brand-mark {
    display: grid;
    place-items: center;
    width: 90px;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: hidden;
  }

  .footer-brand-column .brand-mark img {
    max-width: 90px;
  }

  .social-links {
    display: flex;
    gap: 10px;
    margin-top: 22px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .ks-thank-you-hero {
    min-height: 470px;
    padding: 58px 20px 70px;
  }

  .ks-thank-you-card {
    border-radius: 22px;
  }

  .ks-thank-you-card p:not(.ks-thank-you-eyebrow) {
    font-size: 16px;
  }

  .ks-thank-you-actions {
    gap: 14px;
  }

  .ks-thank-you-button {
    width: 100%;
    max-width: 250px;
  }

  .newsletter-form,
  .newsletter-card .gform_wrapper form {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-height: 58px;
    border-radius: 999px;
    padding: 6px;
  }

  .newsletter-form input,
  .newsletter-card .gform_body {
    flex: 1 1 auto;
    min-width: 0;
  }

  .newsletter-form input,
  .newsletter-card input[type="email"] {
    min-height: 44px;
    font-size: 13px !important;
    padding: 0 12px !important;
  }

  .newsletter-form button,
  .newsletter-card .gform_footer {
    flex: 0 0 96px;
    width: 96px;
  }

  .newsletter-form button,
  .newsletter-card .gform_button {
    width: 96px;
    min-width: 96px;
    min-height: 44px;
    font-size: 13px !important;
    padding: 10px 14px !important;
    white-space: nowrap;
  }
}

@media (max-width: 575px) {
  .newsletter-card .gform_wrapper {
    width: 100%;
  }

  .newsletter-form,
  .newsletter-card .gform_wrapper form {
    flex-direction: row;
    align-items: center;
    border-radius: 999px;
  }
}

@media (max-width: 767px) {
  .testimonial-slider {
    grid-template-columns: 1fr auto auto 1fr;
    justify-content: center;
    gap: 18px 16px;
  }

  .testimonial-viewport {
    grid-column: 1 / -1;
  }

  .testimonial-arrow--prev {
    grid-column: 2;
    justify-self: center;
  }

  .testimonial-arrow--next {
    grid-column: 3;
    justify-self: center;
  }
}

@media (max-width: 575px) {
  .testimonial-slider {
    grid-template-columns: 1fr auto auto 1fr;
    justify-content: center;
    gap: 18px 16px;
  }
}

@media (max-width: 767px) {
  .eyebrow {
    font-size: 12px;
    letter-spacing: 8px;
  }
}

@media (max-width: 575px) {
  .eyebrow {
    font-size: 12px;
    letter-spacing: 8px;
    gap: 0;
  }
}

/* WooCommerce My Account */
body.woocommerce-account {
  background: #f7fafc;
}

body.woocommerce-account main {
  background:
    linear-gradient(180deg, #eef8ff 0, #fff 360px),
    #fff;
  padding: clamp(48px, 5vw, 82px) 20px clamp(64px, 7vw, 110px);
}

body.woocommerce-account main > .woocommerce,
body.woocommerce-account .woocommerce-notices-wrapper,
body.woocommerce-account .entry-content > .woocommerce {
  width: 100%;
  max-width: 1480px;
  margin-inline: auto;
}

body.woocommerce-account .woocommerce {
  color: #202020;
  display: flow-root;
  font-family: "Poppins", sans-serif;
}

body.woocommerce-account h1,
body.woocommerce-account h2,
body.woocommerce-account h3,
body.woocommerce-account legend {
  color: #171717;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}

body.woocommerce-account h1,
body.woocommerce-account .entry-title {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto 28px;
  font-size: clamp(38px, 5vw, 74px);
  font-weight: 800;
  line-height: 0.98;
}

body.woocommerce-account h2 {
  margin: 0 0 22px;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.08;
}

body.woocommerce-account .woocommerce > h2 {
  width: min(100%, 620px);
  margin-inline: auto;
}

body.woocommerce-account .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}

body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-message {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  border: 1px solid #dceaf3;
  border-left: 4px solid var(--color-primary);
  border-radius: 12px;
  background: #fff;
  color: #333;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
  padding: 14px 18px;
}

body.woocommerce-account .woocommerce-error {
  border-left-color: var(--color-accent);
}

body.woocommerce-account .woocommerce-message {
  border-left-color: var(--color-green);
}

body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
  content: "";
  display: none;
}

body.woocommerce-account .woocommerce::after {
  clear: none;
}

body.woocommerce-account .woocommerce form.login,
body.woocommerce-account .woocommerce form.register,
body.woocommerce-account .woocommerce-ResetPassword,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-MyAccount-navigation {
  border: 1px solid #e5edf3;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(18, 45, 70, 0.09);
}

body.woocommerce-account .woocommerce form.login,
body.woocommerce-account .woocommerce form.register,
body.woocommerce-account .woocommerce-ResetPassword {
  width: min(100%, 620px);
  margin: 0;
  padding: clamp(28px, 3vw, 40px);
}

body.woocommerce-account .woocommerce > form.login,
body.woocommerce-account .woocommerce > form.register,
body.woocommerce-account .woocommerce > .woocommerce-ResetPassword {
  margin-inline: auto;
}

body.woocommerce-account #customer_login {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 0 50px;
  width: min(100%, 1440px);
  margin-inline: auto;
}

body.woocommerce-account #customer_login > .u-column1,
body.woocommerce-account #customer_login > .u-column2 {
  display: flex;
  float: none !important;
  flex-direction: column;
  width: auto !important;
  min-width: 0;
}

body.woocommerce-account #customer_login > .u-column1 {
  grid-column: 1;
}

body.woocommerce-account #customer_login > .u-column2 {
  grid-column: 2;
}

body.woocommerce-account #customer_login h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 3vw, 42px);
}

body.woocommerce-account #customer_login form.login,
body.woocommerce-account #customer_login form.register {
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body.woocommerce-account form .form-row {
  margin: 0 0 20px;
  padding: 0;
}

body.woocommerce-account form .form-row label {
  display: block;
  margin-bottom: 8px;
  color: #29313a;
  font-size: 14px;
  font-weight: 600;
}

body.woocommerce-account form .required {
  color: var(--color-accent);
}

body.woocommerce-account input.input-text,
body.woocommerce-account .woocommerce form .form-row input.input-text,
body.woocommerce-account textarea,
body.woocommerce-account .woocommerce form .form-row textarea,
body.woocommerce-account select {
  width: 100%;
  min-height: 52px !important;
  border: 1px solid #dce5ec !important;
  border-radius: 10px;
  background: #f8fbfd !important;
  color: #1f2933;
  font-size: 15px !important;
  outline: 0;
  padding: 0 16px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.woocommerce-account textarea {
  min-height: 120px;
  padding-block: 14px;
}

body.woocommerce-account input.input-text:focus,
body.woocommerce-account .woocommerce form .form-row input.input-text:focus,
body.woocommerce-account textarea:focus,
body.woocommerce-account .woocommerce form .form-row textarea:focus,
body.woocommerce-account select:focus {
  border-color: var(--color-primary) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(44, 148, 207, 0.12);
}

body.woocommerce-account .woocommerce-button,
body.woocommerce-account button.button,
body.woocommerce-account a.button,
body.woocommerce-account .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  border: 1px solid var(--color-primary);
  border-radius: 999px;
  background: var(--color-primary);
  color: #fff;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 24px;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

body.woocommerce-account .woocommerce-button:hover,
body.woocommerce-account button.button:hover,
body.woocommerce-account a.button:hover,
body.woocommerce-account .button:hover,
body.woocommerce-account .woocommerce-button:focus,
body.woocommerce-account button.button:focus,
body.woocommerce-account a.button:focus,
body.woocommerce-account .button:focus {
  border-color: var(--color-primary-dark);
  background: var(--color-primary-dark);
  color: #fff;
  box-shadow: 0 16px 30px rgba(44, 148, 207, 0.25);
  transform: translateY(-1px);
}

body.woocommerce-account .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  order: 2;
  margin: 0;
  color: #53606b;
  font-size: 14px;
}

body.woocommerce-account .woocommerce-form-login .form-row:has(.woocommerce-form-login__submit) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 16px;
  width: calc(100% + 32px);
  margin-bottom: 14px;
  margin-left: -32px;
  padding-left: 0;
  text-align: left;
}

body.woocommerce-account .woocommerce-form-login__submit {
  order: 1;
  flex: 0 0 auto;
  float: none !important;
  margin: 0 !important;
}

body.woocommerce-account input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--color-primary);
}

body.woocommerce-account .lost_password {
  margin: 14px 0 0;
  font-size: 14px;
}

body.woocommerce-account .lost_password a,
body.woocommerce-account .woocommerce-MyAccount-content a:not(.button),
body.woocommerce-account .woocommerce-privacy-policy-text a {
  color: var(--color-primary-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.woocommerce-account .woocommerce-privacy-policy-text {
  color: #65707a;
  font-size: 13px;
  line-height: 1.7;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 28%;
  overflow: hidden;
  padding: 12px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  min-height: 48px;
  border-radius: 10px;
  color: #323b45;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 16px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: #eef8ff;
  color: var(--color-primary-dark);
  transform: translateX(2px);
}

body.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: calc(72% - 28px);
  min-height: 320px;
  color: #38424c;
  font-size: 15px;
  line-height: 1.75;
  padding: clamp(24px, 3vw, 38px);
}

body.woocommerce-account .woocommerce-MyAccount-content p:first-child {
  margin-top: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content p:last-child {
  margin-bottom: 0;
}

body.woocommerce-account table.shop_table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e3ebf1;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  background: #fff;
}

body.woocommerce-account table.shop_table th,
body.woocommerce-account table.shop_table td {
  border: 0;
  border-bottom: 1px solid #edf2f6;
  color: #303a44;
  padding: 15px 16px;
  text-align: left;
}

body.woocommerce-account table.shop_table th {
  background: #f4f9fc;
  color: #17212b;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

body.woocommerce-account table.shop_table tr:last-child td {
  border-bottom: 0;
}

body.woocommerce-account fieldset {
  margin: 28px 0 0;
  border: 1px solid #e5edf3;
  border-radius: 14px;
  padding: 22px;
}

body.woocommerce-account legend {
  padding: 0 8px;
  font-size: 20px;
  font-weight: 800;
}

body.woocommerce-account .woocommerce-address-fields__field-wrapper,
body.woocommerce-account .woocommerce-EditAccountForm {
  display: grid;
  gap: 2px;
}

body.woocommerce-account .woocommerce-address-fields,
body.woocommerce-account .woocommerce-address-fields__field-wrapper,
body.woocommerce-account .woocommerce-MyAccount-content {
  overflow: visible;
}

body.woocommerce-account .woocommerce-address-fields .form-row-first,
body.woocommerce-account .woocommerce-address-fields .form-row-last,
body.woocommerce-account .woocommerce-EditAccountForm .form-row-first,
body.woocommerce-account .woocommerce-EditAccountForm .form-row-last {
  float: none;
  width: 100%;
}

@media (max-width: 991px) {
  body.woocommerce-account main {
    padding-inline: 18px;
  }

  body.woocommerce-account #customer_login {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.woocommerce-account #customer_login > .u-column1,
  body.woocommerce-account #customer_login > .u-column2 {
    grid-column: auto;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.woocommerce-account main {
    padding: 24px 14px 58px;
  }

  body.woocommerce-account .woocommerce form.login,
  body.woocommerce-account .woocommerce form.register,
  body.woocommerce-account .woocommerce-ResetPassword,
  body.woocommerce-account .woocommerce-MyAccount-content {
    border-radius: 14px;
    padding: 20px 14px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    border-radius: 14px;
    padding: 10px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    min-height: 42px;
    font-size: 13px;
    padding: 10px 12px;
  }

  body.woocommerce-account .woocommerce-error,
  body.woocommerce-account .woocommerce-info,
  body.woocommerce-account .woocommerce-message {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account .woocommerce-MyAccount-content address {
    padding-bottom: 20px;
  }

  body.woocommerce-account .woocommerce-button,
  body.woocommerce-account button.button,
  body.woocommerce-account a.button,
  body.woocommerce-account .button {
    width: 100%;
    min-height: 48px;
  }

  body.woocommerce-account .woocommerce-form-login .form-row:has(.woocommerce-form-login__submit) {
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
  }

  body.woocommerce-account .woocommerce-form-login__submit {
    width: auto !important;
    min-width: 96px;
  }

  body.woocommerce-account table.shop_table,
  body.woocommerce-account table.shop_table_responsive {
    display: block;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    white-space: normal;
  }

  body.woocommerce-account table.shop_table thead,
  body.woocommerce-account table.shop_table_responsive thead {
    display: none;
  }

  body.woocommerce-account table.shop_table tbody,
  body.woocommerce-account table.shop_table_responsive tbody,
  body.woocommerce-account table.shop_table tr,
  body.woocommerce-account table.shop_table_responsive tr {
    display: block;
    width: 100%;
  }

  body.woocommerce-account table.shop_table tr,
  body.woocommerce-account table.shop_table_responsive tr {
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid #e3ebf1;
    border-radius: 12px;
    background: #fff;
  }

  body.woocommerce-account table.shop_table td,
  body.woocommerce-account table.shop_table_responsive tr td {
    display: grid !important;
    grid-template-columns: minmax(72px, 34%) minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    width: 100% !important;
    min-height: 48px;
    border-bottom: 1px solid #edf2f6;
    padding: 12px !important;
    text-align: left !important;
    white-space: normal;
  }

  body.woocommerce-account table.shop_table tr td:last-child,
  body.woocommerce-account table.shop_table_responsive tr td:last-child {
    border-bottom: 0;
  }

  body.woocommerce-account table.shop_table_responsive tr td::before {
    float: none;
    color: #17212b;
    font-weight: 800;
    line-height: 1.3;
    content: attr(data-title) ": ";
  }

  body.woocommerce-account table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-actions::before {
    align-self: center;
  }

  body.woocommerce-account table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-actions .button {
    width: 100%;
    min-width: 0;
    max-width: 180px;
    justify-self: stretch;
    padding-inline: 16px;
  }

  body.woocommerce-account .woocommerce-orders-table__cell-order-number a,
  body.woocommerce-account .woocommerce-orders-table__cell-order-total,
  body.woocommerce-account .woocommerce-orders-table__cell-order-date,
  body.woocommerce-account .woocommerce-orders-table__cell-order-status {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 480px) {
  body.woocommerce-account input.input-text,
  body.woocommerce-account textarea,
  body.woocommerce-account select {
    min-height: 48px;
    font-size: 14px;
  }

  body.woocommerce-account .woocommerce-form-login__rememberme {
    width: 100%;
    margin: 0 0 12px;
  }

  body.woocommerce-account .woocommerce-form-login .form-row:has(.woocommerce-form-login__submit) {
    width: 100%;
    margin-left: 0;
  }
}

body.woocommerce-account {
  --ks-account-blue: #3498d4;
  --ks-account-blue-dark: #1977ad;
  --ks-account-ink: #1f2933;
  --ks-account-muted: #5d6b76;
  --ks-account-line: rgba(31, 41, 51, 0.1);
  --ks-account-card-shadow: 0 24px 70px rgba(31, 41, 51, 0.09);
  background:
    radial-gradient(circle at top left, rgba(52, 152, 212, 0.12), transparent 34vw),
    linear-gradient(180deg, #f1f9ff 0, #fff 480px);
}

body.woocommerce-account main {
  background: transparent;
  padding: clamp(42px, 5vw, 76px) clamp(16px, 3vw, 42px) clamp(70px, 8vw, 120px);
}

body.woocommerce-account main > .woocommerce,
body.woocommerce-account .entry-content > .woocommerce {
  position: relative;
  max-width: 1440px;
}

body.woocommerce-account h1,
body.woocommerce-account .entry-title {
  max-width: 1440px;
  margin-bottom: clamp(22px, 3vw, 36px);
  color: var(--ks-account-ink);
  font-size: clamp(40px, 5vw, 72px);
}

body.woocommerce-account #customer_login {
  align-items: start;
  gap: 0 50px;
  width: min(100%, 1440px);
}

body.woocommerce-account #customer_login > .u-column1,
body.woocommerce-account #customer_login > .u-column2 {
  position: relative;
  min-height: 0;
}

body.woocommerce-account #customer_login h2,
body.woocommerce-account .woocommerce > h2 {
  width: 100%;
  margin: 0 0 16px;
  color: var(--ks-account-ink);
  font-size: clamp(32px, 3.4vw, 48px);
  letter-spacing: 0;
}

body.woocommerce-account #customer_login h2::after,
body.woocommerce-account .woocommerce > h2::after {
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--ks-account-blue);
  content: "";
}

body.woocommerce-account .woocommerce form.login,
body.woocommerce-account .woocommerce form.register,
body.woocommerce-account .woocommerce-ResetPassword {
  position: relative;
  overflow: hidden;
  align-self: start;
  border: 1px solid rgba(52, 152, 212, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #fff;
  box-shadow: var(--ks-account-card-shadow);
  padding: clamp(28px, 3.3vw, 42px);
}

body.woocommerce-account #customer_login form.login,
body.woocommerce-account #customer_login form.register {
  flex: 0 0 auto;
  min-height: 0;
  height: auto;
}

body.woocommerce-account .woocommerce form.login::before,
body.woocommerce-account .woocommerce form.register::before,
body.woocommerce-account .woocommerce-ResetPassword::before {
  position: absolute;
  top: -74px;
  right: -74px;
  width: 140px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(52, 152, 212, 0.1);
  content: "";
  pointer-events: none;
}

body.woocommerce-account form .form-row {
  margin-bottom: 22px;
}

body.woocommerce-account form .form-row label {
  margin-bottom: 9px;
  color: var(--ks-account-ink);
  font-size: 14px;
  font-weight: 700;
}

body.woocommerce-account input.input-text,
body.woocommerce-account .woocommerce form .form-row input.input-text,
body.woocommerce-account textarea,
body.woocommerce-account .woocommerce form .form-row textarea,
body.woocommerce-account select {
  min-height: 56px !important;
  border-color: rgba(52, 152, 212, 0.18) !important;
  border-radius: 14px;
  background: #f8fcff !important;
  color: var(--ks-account-ink);
  padding-right: 18px !important;
  padding-left: 18px !important;
}

body.woocommerce-account input.input-text:hover,
body.woocommerce-account .woocommerce form .form-row input.input-text:hover,
body.woocommerce-account textarea:hover,
body.woocommerce-account .woocommerce form .form-row textarea:hover,
body.woocommerce-account select:hover {
  border-color: rgba(52, 152, 212, 0.38) !important;
}

body.woocommerce-account input.input-text:focus,
body.woocommerce-account .woocommerce form .form-row input.input-text:focus,
body.woocommerce-account textarea:focus,
body.woocommerce-account .woocommerce form .form-row textarea:focus,
body.woocommerce-account select:focus {
  border-color: var(--ks-account-blue) !important;
  box-shadow: 0 0 0 4px rgba(52, 152, 212, 0.14);
}

body.woocommerce-account .woocommerce-address-fields select,
body.woocommerce-account .woocommerce-address-fields .select2-container .select2-selection--single {
  width: 100% !important;
  min-height: 56px !important;
  border: 1px solid rgba(52, 152, 212, 0.18) !important;
  border-radius: 14px !important;
  background-color: #f8fcff !important;
  color: var(--ks-account-ink) !important;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px !important;
  font-weight: 400;
  outline: 0 !important;
  box-shadow: none;
}

body.woocommerce-account .woocommerce-address-fields select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%231F2933' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: right 18px center !important;
  background-repeat: no-repeat !important;
  background-size: 12px 7px !important;
  line-height: 56px;
  padding: 0 46px 0 18px !important;
}

body.woocommerce-account .woocommerce-address-fields .select2-container {
  width: 100% !important;
}

body.woocommerce-account .woocommerce-address-fields .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  padding: 0 46px 0 18px !important;
}

body.woocommerce-account .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--ks-account-ink) !important;
  line-height: 56px !important;
  padding: 0 !important;
}

body.woocommerce-account .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px !important;
  right: 16px !important;
}

body.woocommerce-account .select2-container--open {
  z-index: 99999;
}

body.woocommerce-account .select2-dropdown {
  overflow: hidden;
  border: 1px solid rgba(52, 152, 212, 0.22) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 44px rgba(31, 41, 51, 0.12);
}

body.woocommerce-account .select2-results__options {
  max-height: 260px !important;
}

body.woocommerce-account .woocommerce-address-fields select:hover,
body.woocommerce-account .woocommerce-address-fields .select2-container .select2-selection--single:hover {
  border-color: rgba(52, 152, 212, 0.38) !important;
}

body.woocommerce-account .woocommerce-address-fields select:focus,
body.woocommerce-account .woocommerce-address-fields .select2-container--open .select2-selection--single {
  border-color: var(--ks-account-blue) !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 4px rgba(52, 152, 212, 0.14) !important;
}

body.woocommerce-account .woocommerce-form-login .form-row:has(.woocommerce-form-login__submit) {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px 22px;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: column;
}

body.woocommerce-account .woocommerce-form-login__submit,
body.woocommerce-account .woocommerce-button,
body.woocommerce-account button.button,
body.woocommerce-account a.button,
body.woocommerce-account .button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--ks-account-blue);
  box-shadow: 0 15px 30px rgba(52, 152, 212, 0.24);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 15px 28px;
}

body.woocommerce-account .woocommerce-form-login__submit {
  width: auto !important;
  min-width: 104px;
}

body.woocommerce-account .woocommerce-button:hover,
body.woocommerce-account button.button:hover,
body.woocommerce-account a.button:hover,
body.woocommerce-account .button:hover,
body.woocommerce-account .woocommerce-button:focus,
body.woocommerce-account button.button:focus,
body.woocommerce-account a.button:focus,
body.woocommerce-account .button:focus {
  border: 0;
  background: var(--ks-account-blue-dark);
  box-shadow: 0 18px 36px rgba(52, 152, 212, 0.28);
}

body.woocommerce-account .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 0;
  color: var(--ks-account-ink);
  font-size: 14px;
  font-weight: 700;
}

body.woocommerce-account input[type="checkbox"] {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  border-radius: 4px;
}

body.woocommerce-account .lost_password {
  margin-top: 16px;
}

body.woocommerce-account .lost_password a,
body.woocommerce-account .woocommerce-MyAccount-content a:not(.button),
body.woocommerce-account .woocommerce-privacy-policy-text a {
  color: var(--ks-account-blue-dark);
}

body.woocommerce-account .woocommerce-privacy-policy-text {
  color: var(--ks-account-muted);
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  border: 1px solid rgba(52, 152, 212, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--ks-account-card-shadow);
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  position: sticky;
  top: 24px;
  width: 300px;
  padding: 14px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
  min-height: 50px;
  border-radius: 14px;
  color: var(--ks-account-ink);
  padding: 13px 16px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: linear-gradient(135deg, var(--ks-account-blue), #62acd9);
  color: #fff;
  box-shadow: 0 12px 24px rgba(52, 152, 212, 0.18);
  transform: translateX(0);
}

body.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 330px);
  color: var(--ks-account-muted);
}

body.woocommerce-account .woocommerce-MyAccount-content strong,
body.woocommerce-account .woocommerce-MyAccount-content mark,
body.woocommerce-account .woocommerce-MyAccount-content b {
  color: var(--ks-account-ink);
}

body.woocommerce-account table.shop_table {
  border-color: rgba(52, 152, 212, 0.12);
  border-radius: 16px;
}

body.woocommerce-account table.shop_table th {
  background: #f3faff;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  min-height: 318px;
  padding: clamp(28px, 3vw, 42px);
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 86px;
  margin: 0;
  border: 1px solid rgba(52, 152, 212, 0.2);
  border-left: 5px solid var(--ks-account-blue);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(52, 152, 212, 0.08), rgba(255, 255, 255, 0.94)),
    #fff;
  box-shadow: 0 18px 42px rgba(31, 41, 51, 0.06);
  color: var(--ks-account-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  padding: 20px 24px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message::before {
  display: none;
  content: none;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message .button {
  order: 2;
  flex: 0 0 auto;
  min-width: 178px;
  min-height: 54px;
  margin: 0;
  white-space: nowrap;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::after,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::after,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message::after {
  display: none;
}

body.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  margin: 0 0 26px;
  color: var(--ks-account-muted);
  font-size: 16px;
  line-height: 1.55;
}

body.woocommerce-account .woocommerce-Addresses,
body.woocommerce-account .woocommerce-addresses,
body.woocommerce-account .addresses,
body.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  align-items: start;
  gap: clamp(60px, 8vw, 110px);
  width: 100%;
  max-width: 980px;
  margin: 0;
}

body.woocommerce-account .woocommerce-Addresses::before,
body.woocommerce-account .woocommerce-Addresses::after,
body.woocommerce-account .woocommerce-addresses::before,
body.woocommerce-account .woocommerce-addresses::after,
body.woocommerce-account .addresses::before,
body.woocommerce-account .addresses::after {
  display: none !important;
  content: none !important;
}

body.woocommerce-account .woocommerce-Address,
body.woocommerce-account .woocommerce .u-column1.woocommerce-Address,
body.woocommerce-account .woocommerce .u-column2.woocommerce-Address,
body.woocommerce-account .woocommerce-Addresses .col-1,
body.woocommerce-account .woocommerce-Addresses .col-2,
body.woocommerce-account .addresses .col-1,
body.woocommerce-account .addresses .col-2 {
  float: none !important;
  flex: initial !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-account .woocommerce-Address-title {
  display: block;
  margin: 0 0 20px;
}

body.woocommerce-account .woocommerce-Address-title h2 {
  margin: 0;
  color: var(--ks-account-ink);
  font-size: clamp(30px, 2.1vw, 36px);
  line-height: 1.1;
  white-space: nowrap;
}

body.woocommerce-account .woocommerce-Address-title h2::after {
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--ks-account-blue);
  content: "";
}

body.woocommerce-account .woocommerce-Address-title .edit {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 10px;
  color: var(--ks-account-blue-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 4px;
  white-space: nowrap;
}

body.woocommerce-account .addresses .title .edit,
body.woocommerce-account .woocommerce-Addresses .title .edit {
  float: none;
}

body.woocommerce-account .woocommerce-Address address {
  margin: 0;
  color: var(--ks-account-muted);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

@media (max-width: 991px) {
  body.woocommerce-account #customer_login {
    width: min(100%, 680px);
    gap: 50px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    position: static;
    width: 100%;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }

  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message {
    align-items: flex-start;
    flex-direction: column;
  }

  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .button,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message .button {
    align-self: flex-start;
  }

  body.woocommerce-account .woocommerce-Addresses,
  body.woocommerce-account .woocommerce-addresses,
  body.woocommerce-account .addresses,
  body.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.woocommerce-account .woocommerce-Address,
  body.woocommerce-account .woocommerce .u-column1.woocommerce-Address,
  body.woocommerce-account .woocommerce .u-column2.woocommerce-Address,
  body.woocommerce-account .woocommerce-Addresses .col-1,
  body.woocommerce-account .woocommerce-Addresses .col-2,
  body.woocommerce-account .addresses .col-1,
  body.woocommerce-account .addresses .col-2 {
    flex-basis: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  body.woocommerce-account main {
    padding: 12px 14px 64px;
  }

  body.woocommerce-account h1,
  body.woocommerce-account .entry-title {
    margin-bottom: 20px;
    font-size: 38px;
  }

  body.woocommerce-account .woocommerce form.login,
  body.woocommerce-account .woocommerce form.register,
  body.woocommerce-account .woocommerce-ResetPassword,
  body.woocommerce-account .woocommerce-MyAccount-content {
    border-radius: 20px;
    padding: 22px 18px;
  }

  body.woocommerce-account .woocommerce-form-login__submit {
    width: auto !important;
  }
}

@media (max-width: 480px) {
  body.woocommerce-account .woocommerce-Address-title {
    flex-direction: column;
    gap: 10px;
  }

  body.woocommerce-account .woocommerce-Address-title .edit {
    margin-top: 0;
  }

  body.woocommerce-account .woocommerce-form-login .form-row:has(.woocommerce-form-login__submit) {
    align-items: flex-start;
    flex-direction: column;
  }

  body.woocommerce-account .woocommerce-form-login__rememberme {
    width: 100%;
    margin: 0;
  }

  body.woocommerce-account .woocommerce-form-login__submit {
    width: 100% !important;
  }
}

.ks-wishlist-page {
  background: #f5fbff;
  color: #17212b;
}

.ks-wishlist-container {
  width: min(1720px, calc(100% - 40px));
  margin: 0 auto;
}

.ks-wishlist-hero {
  padding: 70px 0 36px;
  border-top: 1px solid #d9e6ee;
  background: linear-gradient(180deg, #eef8fe 0%, #fff 100%);
}

.ks-wishlist-hero p {
  margin: 0 0 10px;
  color: #2d95cf;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ks-wishlist-hero h1 {
  margin: 0;
  color: #17212b;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 1;
}

.ks-wishlist-content {
  padding: 30px 0 90px;
}

.ks-wishlist-page .woocommerce,
.ks-wishlist-page .yith-wcwl-form {
  width: 100%;
}

.ks-wishlist-page .wishlist-title-container,
.ks-wishlist-page .hidden-title-form,
.ks-wishlist-page .wishlist-title {
  display: none !important;
}

.ks-wishlist-page .wishlist_table {
  overflow: hidden;
  width: 100%;
  border: 1px solid #dce8ef !important;
  border-radius: 16px;
  border-collapse: separate !important;
  border-spacing: 0;
  background: #fff;
  box-shadow: 0 22px 55px rgba(25, 53, 76, 0.08);
}

.ks-wishlist-page .wishlist_table thead th {
  border: 0 !important;
  border-bottom: 1px solid #e7eff4 !important;
  background: #f1f9ff;
  color: #17212b;
  font-size: 14px;
  font-weight: 800;
  padding: 18px 16px !important;
  text-align: left;
}

.ks-wishlist-page .wishlist_table tbody td {
  border: 0 !important;
  border-bottom: 1px solid #edf3f7 !important;
  padding: 18px 16px !important;
  vertical-align: middle;
}

.ks-wishlist-page .wishlist_table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.ks-wishlist-page .wishlist_table .product-thumbnail {
  width: 120px;
}

.ks-wishlist-page .wishlist_table .product-thumbnail img {
  width: 92px;
  height: 110px;
  border-radius: 12px;
  object-fit: cover;
  background: #eef3f7;
}

.ks-wishlist-page .wishlist_table .product-name a {
  color: #111827;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.ks-wishlist-page .wishlist_table .product-price,
.ks-wishlist-page .wishlist_table .product-stock-status {
  color: #17212b;
  font-size: 16px;
  font-weight: 700;
}

.ks-wishlist-page .wishlist_table .product-stock-status span {
  color: #5f8f7b;
}

.ks-wishlist-page .wishlist_table .product-remove a.remove {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff0f4;
  color: #d64b70 !important;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}

.ks-wishlist-page .wishlist_table .product-add-to-cart a,
.ks-wishlist-page .wishlist_table .product-add-to-cart button,
.ks-wishlist-page .wishlist_table .product-add-to-cart .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #2d95cf !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  padding: 12px 24px !important;
  text-decoration: none;
}

.ks-wishlist-page .wishlist_table .product-add-to-cart a:hover,
.ks-wishlist-page .wishlist_table .product-add-to-cart button:hover,
.ks-wishlist-page .wishlist_table .product-add-to-cart .button:hover {
  background: #217caf !important;
}

.ks-wishlist-page .wishlist_table.mobile {
  display: none;
}

.ks-wishlist-page .wishlist-empty,
.ks-wishlist-page .woocommerce-info {
  margin: 0;
  border: 1px solid #dce8ef;
  border-radius: 16px;
  background: #fff;
  color: #17212b;
  box-shadow: 0 18px 45px rgba(25, 53, 76, 0.08);
  padding: 28px !important;
}

.ks-wishlist-page .yith_wcwl_wishlist_footer {
  margin-top: 22px;
}

.ks-wishlist-hero span {
  display: inline-flex;
  margin-top: 18px;
  border-radius: 999px;
  background: #fff;
  color: #2d95cf;
  font-size: 15px;
  font-weight: 800;
  padding: 10px 18px;
  box-shadow: 0 12px 30px rgba(25, 53, 76, 0.08);
}

.ks-wishlist-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.ks-wishlist-card {
  overflow: hidden;
  border: 1px solid #dce8ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(25, 53, 76, 0.08);
}

.ks-wishlist-card__image {
  display: block;
  background: #eef3f7;
}

.ks-wishlist-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
}

.ks-wishlist-card__body {
  padding: 18px;
}

.ks-wishlist-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.ks-wishlist-card h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}

.ks-wishlist-card h2 a {
  color: #111827;
  text-decoration: none;
}

.ks-wishlist-remove {
  display: grid;
  flex: 0 0 38px;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff0f4;
  color: #d64b70;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.ks-wishlist-remove.is-loading {
  opacity: 0.65;
  pointer-events: none;
}

.ks-wishlist-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.ks-wishlist-card__meta span {
  border-radius: 999px;
  background: #f3f6f8;
  color: #617080;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 10px;
}

.ks-wishlist-card__meta .is-in-stock {
  background: #eef7f2;
  color: #5f8f7b;
}

.ks-wishlist-card__meta .is-out-of-stock {
  background: #fff0f4;
  color: #d64b70;
}

.ks-wishlist-card__price {
  margin-top: 16px;
  color: #17212b;
  font-size: 18px;
  font-weight: 800;
}

.ks-wishlist-card__price del {
  color: #95a0aa;
  font-weight: 600;
}

.ks-wishlist-card__price ins {
  color: #17212b;
  text-decoration: none;
}

.ks-wishlist-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.ks-wishlist-view,
.ks-wishlist-cart,
.ks-wishlist-empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  padding: 10px 18px;
  text-decoration: none;
}

.ks-wishlist-view {
  background: #eef7fd;
  color: #217caf;
}

.ks-wishlist-cart,
.ks-wishlist-empty a {
  background: #2d95cf;
  color: #fff;
}

.ks-wishlist-empty {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.ks-wishlist-empty h2 {
  margin: 0 0 10px;
  color: #17212b;
  font-size: 34px;
  line-height: 1.15;
}

.ks-wishlist-empty p {
  margin: 0 auto 22px;
  max-width: 460px;
  color: #617080;
  font-size: 17px;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  .ks-wishlist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 991px) {
  .ks-wishlist-container {
    width: min(100% - 24px, 720px);
  }

  .ks-wishlist-hero {
    padding: 42px 0 24px;
  }

  .ks-wishlist-content {
    padding: 24px 0 60px;
  }

  .ks-wishlist-page .wishlist_table.traditional {
    display: none;
  }

  .ks-wishlist-page .wishlist_table.mobile {
    display: grid;
    gap: 16px;
    border: 0 !important;
    background: transparent;
    box-shadow: none;
  }

  .ks-wishlist-page .wishlist_table.mobile li {
    position: relative;
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 14px;
    border: 1px solid #dce8ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(25, 53, 76, 0.08);
    padding: 14px;
  }

  .ks-wishlist-page .wishlist_table.mobile .item-wrapper {
    display: contents;
  }

  .ks-wishlist-page .wishlist_table.mobile .product-thumbnail img {
    width: 105px;
    height: 126px;
    border-radius: 12px;
    object-fit: cover;
  }

  .ks-wishlist-page .wishlist_table.mobile .item-details {
    min-width: 0;
  }

  .ks-wishlist-page .wishlist_table.mobile h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.25;
  }

  .ks-wishlist-page .wishlist_table.mobile h3 a {
    color: #111827;
    text-decoration: none;
  }

  .ks-wishlist-page .wishlist_table.mobile .item-details-table,
  .ks-wishlist-page .wishlist_table.mobile .additional-info-wrapper {
    width: 100%;
    font-size: 14px;
  }

  .ks-wishlist-page .wishlist_table.mobile .product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .ks-wishlist-page .wishlist_table.mobile .product-add-to-cart {
    grid-column: 1 / -1;
  }

  .ks-wishlist-page .wishlist_table.mobile .product-add-to-cart .button,
  .ks-wishlist-page .wishlist_table.mobile .product-add-to-cart a {
    width: 100%;
  }

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

@media (max-width: 480px) {
  .ks-wishlist-container {
    width: min(100% - 20px, 420px);
  }

  .ks-wishlist-page .wishlist_table.mobile li {
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 12px;
  }

  .ks-wishlist-page .wishlist_table.mobile .product-thumbnail img {
    width: 88px;
    height: 108px;
  }

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

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

.ks-ti-wishlist-page {
  background: #f5fbff;
  color: #17212b;
}

.ks-ti-wishlist-container {
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
}

.ks-ti-wishlist-hero {
  padding: 70px 0 36px;
  border-top: 1px solid #d9e6ee;
  /* background: linear-gradient(180deg, #eef8fe 0%, #fff 100%); */
  text-align: center;
}

.ks-ti-wishlist-hero p {
  margin: 0 0 10px;
  color: #2d95cf;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
}

.ks-ti-wishlist-hero h1 {
  margin: 0;
  color: #17212b;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 1;
  text-align: center;
}

.ks-ti-wishlist-content {
  padding: 30px 0 90px;
}

.ks-ti-wishlist-page .tinv-wishlist {
  width: 100%;
}

.ks-ti-wishlist-page .tinvwl-table-manage-list {
  overflow: hidden;
  width: 100%;
  border: 1px solid #dce8ef !important;
  border-radius: 16px;
  border-collapse: separate !important;
  border-spacing: 0;
  background: #fff;
  box-shadow: 0 22px 55px rgba(25, 53, 76, 0.08);
}

.ks-ti-wishlist-page .tinvwl-table-manage-list th {
  border: 0 !important;
  border-bottom: 1px solid #e7eff4 !important;
  background: #f1f9ff;
  color: #17212b;
  font-size: 14px;
  font-weight: 800;
  padding: 18px 16px !important;
  text-align: left;
}

.ks-ti-wishlist-page .tinvwl-table-manage-list td {
  border: 0 !important;
  border-bottom: 1px solid #edf3f7 !important;
  padding: 18px 16px !important;
  vertical-align: middle;
}

.ks-ti-wishlist-page .tinvwl-table-manage-list tbody tr:last-child td {
  border-bottom: 0 !important;
}

.ks-ti-wishlist-page .tinvwl-table-manage-list .product-thumbnail {
  width: 120px;
}

.ks-ti-wishlist-page .tinvwl-table-manage-list .product-thumbnail img {
  width: 92px;
  height: 110px;
  border-radius: 12px;
  object-fit: cover;
  background: #eef3f7;
}

.ks-ti-wishlist-page .tinvwl-table-manage-list .product-name a {
  color: #111827;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.ks-ti-wishlist-page .tinvwl-table-manage-list .product-price,
.ks-ti-wishlist-page .tinvwl-table-manage-list .product-date,
.ks-ti-wishlist-page .tinvwl-table-manage-list .product-stock {
  color: #17212b;
  font-size: 15px;
  font-weight: 700;
}

.ks-ti-wishlist-page .tinv-wishlist .product-action {
  width: 205px;
  text-align: center;
}

.ks-ti-wishlist-page .tinvwl-table-manage-list .product-remove button {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #fff0f4;
  color: #d64b70;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
}

.ks-ti-wishlist-page .tinvwl-table-manage-list .product-action button,
.ks-ti-wishlist-page .tinvwl-table-manage-list .product-action .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #2d95cf !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  padding: 12px 24px !important;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .ks-ti-wishlist-page .tinv-wishlist .product-action {
    width: 147px;
    text-align: center;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-action button,
  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-action .button {
    padding: 12px 14px !important;
    text-decoration: none;
  }
}

.ks-ti-wishlist-page .tinvwl-table-manage-list tfoot td {
  border-bottom: 0 !important;
  background: #fff;
}

.ks-ti-wishlist-page .tinvwl-to-right {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.ks-ti-wishlist-page .tinvwl-input-group-btn button,
.ks-ti-wishlist-page .tinv-create-list input[type="submit"] {
  border: 0;
  border-radius: 999px;
  background: #2d95cf;
  color: #fff;
  font-weight: 800;
  padding: 12px 22px;
}

.ks-ti-wishlist-page .tinvwl-to-right {
  align-items: center;
  gap: 12px;
}

.ks-ti-wishlist-page .tinvwl-table-manage-list .tinvwl-input-group {
  display: inline-flex;
  align-items: stretch;
  max-width: 100%;
}

.ks-ti-wishlist-page .tinvwl-table-manage-list .tinvwl-break-input-filed.form-control {
  min-width: 170px;
  min-height: 44px;
  border: 1px solid #c8dbeb;
  border-radius: 999px;
  background: #fff;
  color: #1f2d3a;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
}

.ks-ti-wishlist-page .tinvwl-table-manage-list .tinvwl-input-group-btn button[name="tinvwl-action-product_apply"] {
  margin-left: 8px;
  border: 0;
  border-radius: 999px;
  min-height: 44px;
  padding: 12px 22px;
  background: #2d95cf;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.ks-ti-wishlist-page .tinvwl-table-manage-list .tinvwl-input-group-btn button[name="tinvwl-action-product_apply"]:hover {
  background: #217caf;
}

.ks-ti-wishlist-page .tinv-wishlist .cart-empty,
.ks-ti-wishlist-page .tinv-wishlist .woocommerce-info,
.ks-ti-wishlist-missing {
  margin: 0;
  border: 1px solid #dce8ef;
  border-radius: 16px;
  background: #fff;
  color: #17212b;
  box-shadow: 0 18px 45px rgba(25, 53, 76, 0.08);
  padding: 28px !important;
}

.ks-ti-wishlist-empty__box {
  max-width: 620px;
  margin: 0 auto;
  border: 1px solid #dce8ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(25, 53, 76, 0.08);
  padding: 46px 34px;
  text-align: center;
}

.ks-ti-wishlist-empty__eyebrow {
  margin: 0 0 10px;
  color: #2d95cf;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ks-ti-wishlist-empty__box h2 {
  margin: 0 0 12px;
  color: #17212b;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  text-align: center;
}

.ks-ti-wishlist-empty__box p:not(.ks-ti-wishlist-empty__eyebrow) {
  max-width: 460px;
  margin: 0 auto 24px;
  color: #617080;
  font-size: 16px;
  line-height: 1.7;
}

.ks-ti-wishlist-empty__box .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: #2d95cf !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  padding: 13px 28px !important;
  text-decoration: none;
}

.ks-ti-wishlist-missing h2 {
  margin: 0 0 10px;
  font-size: 30px;
}

.ks-ti-wishlist-missing p {
  margin: 0;
  color: #617080;
  font-size: 16px;
}

@media (max-width: 991px) {
  .ks-ti-wishlist-container {
    width: min(100% - 24px, 720px);
  }

  .ks-ti-wishlist-hero {
    padding: 42px 0 24px;
  }

  .ks-ti-wishlist-content {
    padding: 24px 0 60px;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list,
  .ks-ti-wishlist-page .tinvwl-table-manage-list thead,
  .ks-ti-wishlist-page .tinvwl-table-manage-list tbody,
  .ks-ti-wishlist-page .tinvwl-table-manage-list tfoot,
  .ks-ti-wishlist-page .tinvwl-table-manage-list tr,
  .ks-ti-wishlist-page .tinvwl-table-manage-list td {
    display: block;
    width: 100%;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list thead {
    display: none;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list {
    border: 0 !important;
    box-shadow: none;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list tbody tr {
    position: relative;
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 10px 14px;
    margin-bottom: 16px;
    border: 1px solid #dce8ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(25, 53, 76, 0.08);
    padding: 14px;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list td {
    border-bottom: 0 !important;
    padding: 0 !important;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-thumbnail {
    grid-row: span 4;
    width: 105px;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-thumbnail img {
    width: 105px;
    height: 126px;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-action {
    grid-column: 1 / -1;
    width: 100%;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-action button,
  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-action .button {
    width: 100%;
    min-height: 44px;
    padding: 11px 14px !important;
    font-size: 14px;
  }

  .ks-ti-wishlist-page .tinvwl-to-right,
  .ks-ti-wishlist-page .tinvwl-to-right .tinvwl-input-group,
  .ks-ti-wishlist-page .tinvwl-to-right form {
    width: 100%;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .tinvwl-input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .tinvwl-break-input-filed.form-control {
    width: calc(100% - 120px);
    min-width: 0;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .tinvwl-input-group-btn button[name="tinvwl-action-product_apply"] {
    margin-left: 0;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-name a {
    font-size: 16px;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-price,
  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-date,
  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-stock {
    font-size: 14px;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-remove {
    top: 8px;
    right: 8px;
  }

  .ks-ti-wishlist-empty__box {
    padding: 34px 22px;
  }
}

@media (max-width: 768px) {
  .tinv-wishlist table.tinvwl-table-manage-list tbody td,
  .tinv-wishlist table.tinvwl-table-manage-list tbody td a {
    text-align: left !important;
  }

  .tinv-wishlist .product-stock p {
    margin: 0;
  }

  .ks-ti-wishlist-content .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
    display: flex !important;
    justify-content: flex-end;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list tbody tr {
    position: relative;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-remove {
    top: 10px;
    right: 10px;
    width: auto;
    z-index: 5;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-remove button,
  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-remove input,
  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-remove a {
    width: 34px;
    height: 34px;
    min-width: 34px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff0f4;
    color: #d64b70;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .ks-ti-wishlist-content {
    padding: 0 10px 20px;
  }
}

/* TI Wishlist popup (global, shown after add/remove actions) */
.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
  position: fixed !important;
  z-index: 999999 !important;
  inset: 0 !important;
  display: grid !important;
  align-items: center !important;
  justify-items: center !important;
  padding: 18px !important;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .tinv-overlay {
  background: rgba(15, 23, 42, 0.68) !important;
  backdrop-filter: blur(4px) !important;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .tinv-table {
  width: 100% !important;
  max-width: 100vw !important;
  padding: 0 !important;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .tinv-cell {
  width: 100% !important;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .tinv-modal-inner {
  position: relative !important;
  overflow: hidden !important;
  width: min(420px, calc(100vw - 34px)) !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, #eff9ff 0%, #ffffff 45%, #ffffff 100%) !important;
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.34) !important;
  padding: 44px 40px 36px !important;
  text-align: center !important;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .tinv-modal-inner::before {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 5px !important;
  background: linear-gradient(90deg, #2d95cf, #e14d74, #8fa083) !important;
  content: "" !important;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .icon_big_heart_check,
.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .icon_big_times {
  display: inline-grid !important;
  place-items: center !important;
  width: 72px !important;
  height: 72px !important;
  margin: 0 auto 20px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #eaf7ff, #fff1f5) !important;
  color: #17212b !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18) !important;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .icon_big_heart_check::before,
.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .icon_big_times::before {
  position: static !important;
  inset: auto !important;
  display: block !important;
  line-height: 1 !important;
  transform: none !important;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .tinv-txt {
  max-width: 300px !important;
  margin: 0 auto 28px !important;
  color: #111827 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .tinvwl-buttons-group {
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .tinvwl-buttons-group .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 46px !important;
  border: 1px solid #dbeaf4 !important;
  border-radius: 999px !important;
  background: #f1f8fd !important;
  color: #17212b !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  padding: 13px 20px !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06) !important;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .tinvwl-buttons-group .tinvwl_button_view {
  border-color: #2d95cf !important;
  background: linear-gradient(135deg, #2d95cf, #217caf) !important;
  color: #ffffff !important;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .tinvwl-buttons-group .tinvwl_button_close {
  background: #f4f1f5 !important;
  color: #17212b !important;
  border-color: #e4dde6 !important;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .tinvwl-buttons-group .button i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .tinvwl-buttons-group .button i::before {
  position: static !important;
  top: auto !important;
  line-height: 1 !important;
}

@media (max-width: 480px) {
  .tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .tinv-modal-inner {
    width: calc(100vw - 28px) !important;
    padding: 38px 18px 30px !important;
  }

  .tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .icon_big_heart_check,
  .tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .icon_big_times {
    width: 60px !important;
    height: 60px !important;
    margin-bottom: 16px !important;
  }

  .tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open .tinv-txt {
    max-width: 100% !important;
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {
  .ks-ti-wishlist-container {
    width: min(100% - 20px, 420px);
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list tbody tr {
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 12px;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-thumbnail {
    width: 88px;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .product-thumbnail img {
    width: 88px;
    height: 108px;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .tinvwl-break-input-filed.form-control {
    width: 100%;
  }

  .ks-ti-wishlist-page .tinvwl-table-manage-list .tinvwl-input-group {
    width: 100%;
  }
}

.ks-product-search-page {
  background: #f5fbff;
  color: #17212b;
}

.ks-product-search-container {
  width: min(1480px, calc(100% - 40px));
  margin-inline: auto;
}

.ks-product-search-hero {
  padding: 68px 0 26px;
  border-top: 1px solid #d9e6ee;
  text-align: center;
}

.ks-product-search-hero p {
  margin: 0 0 8px;
  color: #2d95cf;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ks-product-search-hero h1 {
  margin: 0 0 8px;
  color: #17212b;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.05;
}

.ks-product-search-meta {
  margin: 0;
  color: #617080;
  font-size: 16px;
}

.ks-product-search-content {
  padding: 14px 0 92px;
}

.ks-search-products-layout {
  grid-template-columns: minmax(0, 1fr);
}

.search-sort-form {
  margin: 0;
}

.ks-product-search-page .listing-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  color: #4b5d73;
  font-size: 14px;
  font-weight: 600;
}

.ks-product-search-page .listing-toolbar > span {
  color: #17212b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.ks-product-search-page .search-sort-form .sort-button {
  position: relative;
  min-width: 190px;
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  background: #eef6fd;
  color: #2d3742;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  padding: 0 16px;
  cursor: pointer;
  overflow: hidden;
}

.ks-product-search-page .search-sort-form .sort-button::after {
  content: "⌄";
  margin-left: auto;
  font-size: 18px;
  line-height: 1;
  color: #2d3742;
}

.ks-product-search-page .search-sort-form .sort-button select {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  opacity: 0;
  border: 0;
  cursor: pointer;
}

.search-sort-form .sort-button {
  min-width: 200px;
}

.ks-product-search-form {
  width: min(680px, 100%);
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.ks-product-search-form input[type="search"] {
  min-height: 48px;
  border: 1px solid #bfd5e5;
  border-radius: 12px;
  background: #fff;
  padding: 0 16px;
  color: #202d3a;
  font-size: 15px;
  outline: 0;
}

.ks-product-search-form input[type="search"]::placeholder {
  color: #8794a5;
}

.ks-product-search-form button {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: #2d95cf;
  color: #fff;
  padding: 0 22px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
}

.ks-product-search-form button:hover {
  background: #2481b2;
}

.ks-product-search-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  color: #445466;
  font-size: 14px;
  font-weight: 600;
}

.ks-product-search-toolbar strong {
  color: #17212b;
}

.ks-product-search-view-all {
  color: #2d95cf;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.ks-product-search-view-all:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ks-product-search-empty {
  max-width: 680px;
  margin: 20px auto 0;
  border: 1px solid #dce8ef;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  padding: 46px 32px;
  box-shadow: 0 18px 45px rgba(25, 53, 76, 0.08);
}

.ks-product-search-empty h2 {
  margin: 0 0 8px;
  color: #17212b;
  font-size: 30px;
}

.ks-product-search-empty p {
  margin: 0 0 24px;
  color: #617080;
  font-size: 16px;
}

.ks-product-search-empty__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: #2d95cf;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  padding: 10px 24px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .ks-product-search-container {
    width: min(100% - 24px, 1480px);
  }

  .ks-product-search-form {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .ks-product-search-form button {
    width: 100%;
  }

  .ks-product-search-page .listing-toolbar {
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .ks-product-search-page .listing-toolbar > span {
    width: 100%;
    flex: 1 1 100%;
  }

  .ks-product-search-page .search-sort-form {
    margin-left: auto;
  }

  .ks-product-search-page .search-sort-form .sort-button {
    min-width: 170px;
    height: 42px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .ks-product-search-container {
    width: min(100% - 18px, 1480px);
  }

  .ks-product-search-hero {
    padding-top: 48px;
  }

  .ks-product-search-empty {
    padding: 36px 18px;
    text-align: left;
  }

  .ks-product-search-empty h2 {
    font-size: 24px;
  }

  .ks-product-search-page .listing-toolbar > span {
    font-size: 13px;
  }

  .ks-product-search-page .search-sort-form {
    width: 100%;
  }

  .ks-product-search-page .search-sort-form .sort-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 1199px) {
  .ks-404-hero {
    padding-top: 66px;
    padding-bottom: 60px;
  }

  .ks-404-description {
    font-size: 18px;
  }

  .ks-404-help__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ks-404-card {
    min-height: 0;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .ks-404-container h1 {
    font-size: 84px;
  }

  .ks-404-description {
    margin-top: 20px;
    font-size: 15px;
    padding: 0 6px;
  }

  .ks-404-actions {
    gap: 10px;
  }

  .ks-404-btn {
    width: 100%;
    min-height: 50px;
  }

  .ks-404-form {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 8px;
    border-radius: 18px;
    padding: 9px;
  }

  .ks-404-form button {
    width: 100%;
  }

  .ks-404-hero::after {
    width: 170px;
    height: 170px;
    right: 8%;
    bottom: -58px;
  }

  .ks-404-help {
    padding-top: 0;
    padding-bottom: 78px;
  }

  .ks-404-card {
    padding: 26px;
    border-radius: 18px;
  }

  .ks-404-card h2 {
    font-size: 24px;
  }

  .ks-404-chip {
    min-height: 38px;
  }
}

body.woocommerce-order-received,
body.woocommerce-checkout {
  --ks-order-blue: #448dca;
  --ks-order-text: #292929;
  --ks-order-muted: #686868;
  --ks-order-soft: #f5fbff;
  --ks-order-shadow: 0 18px 48px rgba(41, 41, 41, 0.07);
}

body.woocommerce-order-received .woocommerce {
  box-sizing: border-box;
  width: min(100% - 40px, 1440px);
  margin: 58px auto 72px;
}

body.woocommerce-order-received .woocommerce-order {
  width: 100%;
  color: var(--ks-order-text);
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
  position: relative;
  overflow: hidden;
  margin: 0 0 26px;
  padding: 42px 46px;
  border: 1px solid rgba(68, 141, 202, 0.18);
  border-radius: 22px;
  background: linear-gradient(135deg, #eef8ff 0%, #ffffff 58%, #f7fff1 100%);
  box-shadow: var(--ks-order-shadow);
  color: var(--ks-order-text);
  font-family: "Inter Tight", "Poppins", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received::after {
  position: absolute;
  right: 52px;
  top: 50%;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(68, 141, 202, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.56);
  transform: translateY(-50%);
  content: "";
  pointer-events: none;
}

body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 30px !important;
  padding: 0 !important;
  list-style: none !important;
  align-items: stretch;
  justify-content: stretch;
  overflow-x: auto;
}

body.woocommerce-order-received ul.woocommerce-order-overview li {
  display: flex !important;
  flex: 1 1 0 !important;
  flex-direction: column;
  justify-content: center;
  float: none !important;
  clear: none !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  min-height: 82px;
  margin: 0 !important;
  padding: 18px 20px !important;
  border: 1px solid rgba(68, 141, 202, 0.16) !important;
  border-right: 1px solid rgba(68, 141, 202, 0.16) !important;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(41, 41, 41, 0.05);
  color: var(--ks-order-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

body.woocommerce-order-received ul.woocommerce-order-overview li strong {
  display: block;
  margin-top: 7px;
  color: var(--ks-order-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: none;
  overflow-wrap: anywhere;
}

body.woocommerce-order-received .woocommerce-order > p {
  margin: 0 0 24px;
  color: var(--ks-order-text);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
  margin: 0 0 28px;
  padding: 30px;
  border: 1px solid rgba(45, 45, 45, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--ks-order-shadow);
}

body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 14px;
  color: var(--ks-order-text);
  font-family: "Inter Tight", "Poppins", Arial, sans-serif;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.12;
}

body.woocommerce-order-received .woocommerce-order-details__title::after,
body.woocommerce-order-received .woocommerce-column__title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: var(--ks-order-blue);
  content: "";
}

body.woocommerce-order-received .woocommerce-order-details table.shop_table {
  width: 100%;
  margin: 0;
  border: 1px solid rgba(68, 141, 202, 0.14);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

body.woocommerce-order-received .woocommerce-order-details table.shop_table th,
body.woocommerce-order-received .woocommerce-order-details table.shop_table td {
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
  color: var(--ks-order-text);
  font-size: 15px;
  line-height: 1.45;
}

body.woocommerce-order-received .woocommerce-order-details table.shop_table thead th {
  background: var(--ks-order-soft);
  color: var(--ks-order-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body.woocommerce-order-received .woocommerce-order-details table.shop_table td:last-child,
body.woocommerce-order-received .woocommerce-order-details table.shop_table th:last-child {
  text-align: right;
}

body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot th,
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot td {
  font-weight: 800;
}

body.woocommerce-order-received .woocommerce-order-details table.shop_table tr:last-child th,
body.woocommerce-order-received .woocommerce-order-details table.shop_table tr:last-child td {
  border-bottom: 0;
}

body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
  float: none;
  width: 100%;
  min-width: 0;
}

body.woocommerce-order-received .woocommerce-customer-details address {
  min-height: 100%;
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(68, 141, 202, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #f8fcff 100%);
  color: var(--ks-order-text);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
  body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    flex-wrap: nowrap !important;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received::after {
    display: none;
  }
}

@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce {
    width: min(100% - 28px, 1440px);
    margin: 28px auto 44px;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received {
    margin-bottom: 18px;
    padding: 26px 20px;
    border-radius: 18px;
  }

  body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    flex-wrap: nowrap !important;
    gap: 12px !important;
    margin-bottom: 22px !important;
  }

  body.woocommerce-order-received ul.woocommerce-order-overview li {
    padding: 15px !important;
  }

  body.woocommerce-order-received .woocommerce-order-details,
  body.woocommerce-order-received .woocommerce-customer-details {
    padding: 20px 16px;
    border-radius: 18px;
  }

  body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.woocommerce-order-received .woocommerce-order-details table.shop_table th,
  body.woocommerce-order-received .woocommerce-order-details table.shop_table td {
    padding: 14px 12px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    flex-wrap: nowrap !important;
  }

  body.woocommerce-order-received .woocommerce-order-details table.shop_table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
