@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Libre+Caslon+Display&display=swap');

:root {
  --kl-ink: #20251f;
  --kl-olive: #465a39;
  --kl-olive-dark: #33442c;
  --kl-sage: #7b8467;
  --kl-paper: #f8f6f1;
  --kl-warm: #eee9e0;
  --kl-line: #dedbd3;
  --kl-muted: #686c65;
  --kl-serif: "Libre Caslon Display", Georgia, serif;
  --kl-sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--kl-ink); background: #fff; font-family: var(--kl-sans); font-size: 15px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--kl-olive); }
h1, h2, h3 { font-family: var(--kl-serif); font-weight: 400; letter-spacing: -.02em; }
.container { max-width: 1440px; }

.kl-promise-bar { height: 38px; padding: 0 clamp(22px, 4vw, 72px); display: flex; align-items: center; justify-content: space-between; color: #fff; background: var(--kl-olive-dark); font-size: 12px; }
.kl-promise-bar i { margin-right: 8px; }
.kl-promise-bar a:hover { color: #fff; opacity: .75; }
.kl-header { position: relative; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--kl-line); }
.kl-header-inner { min-height: 116px; padding: 18px clamp(22px, 4vw, 72px); display: grid; grid-template-columns: 270px minmax(0, 1fr) auto; align-items: center; gap: clamp(16px, 2vw, 32px); }
.kl-brand a { display: inline-flex; flex-direction: column; }
.kl-brand img { max-width: 310px; max-height: 58px; object-fit: contain; object-position: left center; }
.kl-brand a > span { font-family: var(--kl-serif); font-size: clamp(29px, 2.3vw, 43px); line-height: 1; }
.kl-brand .kl-dot { font-size: .65em; }
.kl-brand small { margin-top: 7px; color: var(--kl-olive); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.kl-nav { display: block !important; min-width: 0; }
.kl-nav > ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 0 clamp(13px, 1.5vw, 28px); list-style: none; padding: 0; margin: 0; }
.kl-nav > ul > li > a { display: block; padding: 20px 0; font-weight: 500; white-space: nowrap; }
.kl-nav .dropdown-toggle::after { display: none; }
.kl-nav .dropdown-menu { min-width: 220px; padding: 13px; border: 1px solid var(--kl-line); border-radius: 2px; box-shadow: 0 18px 40px rgba(34,39,31,.1); }
.kl-nav .dropdown-item { border-radius: 2px; padding: 8px 10px; font-size: 14px; }
.kl-nav .dropdown-item:hover { color: var(--kl-olive-dark); background: var(--kl-paper); }
.kl-nav .kl-view-all { margin-top: 7px; padding-top: 12px; border-top: 1px solid var(--kl-line); font-weight: 600; }
.kl-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.kl-search { width: clamp(130px, 15vw, 240px); }
.kl-search-form { display: flex; height: 42px; border: 1px solid var(--kl-line); border-radius: 2px; }
.kl-search-form input { width: 100%; min-width: 0; padding: 0 13px; border: 0; outline: 0; background: transparent; font-size: 13px; }
.kl-search-form button, .kl-cart-button, .kl-icon { width: 42px; border: 0; background: transparent; display: inline-grid; place-items: center; color: var(--kl-ink); font-size: 18px; }
.kl-cart-button { position: relative; height: 42px; padding: 0; }
.kl-cart-count { position: absolute; top: 0; right: -3px; min-width: 17px; height: 17px; padding: 0 4px; display: grid; place-items: center; color: #fff; background: var(--kl-olive); border-radius: 20px; font-size: 10px; }
.kl-cart-menu { width: 340px; border: 1px solid var(--kl-line); border-radius: 2px; box-shadow: 0 18px 40px rgba(34,39,31,.1); }
.kl-mini-product { display: grid; grid-template-columns: 56px 1fr; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--kl-line); }
.kl-mini-product img { width: 56px; height: 56px; object-fit: cover; }
.kl-mini-product small { display: block; color: var(--kl-muted); }
.kl-mini-actions { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; }
.kl-menu-toggle { display: none; border: 0; background: none; font-size: 22px; }

.checkout-progress { margin: 0 0 34px; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; }
.checkout-progress-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.checkout-progress li { position: relative; color: var(--kl-muted); }
.checkout-progress li:not(:last-child)::after { content: ""; height: 1px; position: absolute; z-index: 0; top: 18px; right: 16px; left: 52px; background: var(--kl-line); }
.checkout-progress button { margin: 0; padding: 0; position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; color: inherit; background: transparent; border: 0; text-align: left; }
.checkout-progress button:disabled { cursor: default; opacity: 1; }
.checkout-progress button:not(:disabled) { cursor: pointer; }
.checkout-progress span { width: 36px; height: 36px; position: relative; z-index: 1; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--kl-line); border-radius: 50%; background: #fff; font-size: 13px; font-weight: 600; }
.checkout-progress strong { position: relative; z-index: 1; padding-right: 14px; background: #fff; font-size: 13px; font-weight: 600; }
.checkout-progress .is-active { color: var(--kl-olive-dark); }
.checkout-progress .is-active span { color: #fff; background: var(--kl-olive-dark); border-color: var(--kl-olive-dark); }
.checkout-progress .is-complete { color: var(--kl-olive); }
.checkout-progress .is-complete span { color: #fff; background: var(--kl-olive); border-color: var(--kl-olive); }
.checkout-progress .is-complete span::before { content: "\2713"; position: absolute; inset: 0; display: grid; place-items: center; line-height: 1; }
.checkout-progress .is-complete span { font-size: 0; }
.checkout-progress .is-complete span::before { font-size: 14px; }

.kl-hero { min-height: clamp(480px, 39vw, 660px); display: flex; align-items: center; padding: 60px clamp(22px, 7vw, 125px); background: #f2eee7 url('../image/hero-sustainable-clothing.png') center center / cover no-repeat; }
.kl-hero-content { width: min(520px, 36vw); }
.kl-eyebrow { margin: 0 0 14px; color: var(--kl-olive); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.kl-hero h1 { margin: 0 0 22px; font-size: clamp(50px, 4.7vw, 82px); line-height: 1.06; }
.kl-hero-content > p:not(.kl-eyebrow) { max-width: 430px; margin-bottom: 28px; color: #50544e; font-size: 17px; }
.kl-button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 12px 20px; color: #fff; background: var(--kl-olive-dark); border: 1px solid var(--kl-olive-dark); border-radius: 2px; transition: .2s ease; }
.kl-button:hover { color: #fff; background: var(--kl-olive); border-color: var(--kl-olive); transform: translateY(-1px); }
.kl-button-large { padding: 15px 24px; font-size: 16px; }
.kl-values { padding: 18px clamp(22px, 4vw, 72px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; background: #fff; }
.kl-values article { min-height: 92px; padding: 18px 26px; display: flex; align-items: center; gap: 18px; background: var(--kl-paper); border: 1px solid #e7e3db; }
.kl-values article > i { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; color: var(--kl-olive); border: 1px solid var(--kl-sage); border-radius: 50%; font-size: 20px; }
.kl-values strong, .kl-values span { display: block; }
.kl-values strong { font-size: 15px; }
.kl-values span { color: var(--kl-muted); font-size: 12px; }
.kl-home-content { padding-top: 65px; padding-bottom: 80px; }
.kl-section-heading { margin-bottom: 30px; display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid var(--kl-line); }
.kl-section-heading h2 { margin: 0 0 18px; font-size: clamp(34px, 3vw, 50px); }
.kl-section-heading p { max-width: 390px; margin: 0 0 22px; color: var(--kl-muted); }
.kl-home-content h3 { margin: 35px 0 20px; font-family: var(--kl-serif); font-size: 32px; }
.kl-collections { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 16px; }
.kl-collection { min-height: 480px; padding: 28px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--kl-line); background-position: center; background-size: cover; transition: transform .25s ease, box-shadow .25s ease; isolation: isolate; }
.kl-collection::after { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.kl-collection:hover { color: inherit; transform: translateY(-3px); box-shadow: 0 18px 35px rgba(34,39,31,.09); }
.kl-collection > span { font-family: var(--kl-serif); font-size: 24px; opacity: .5; }
.kl-collection small { letter-spacing: .14em; text-transform: uppercase; }
.kl-collection h3 { margin: 8px 0 10px; font-size: 35px; }
.kl-collection p { max-width: 330px; margin: 0 0 25px; color: inherit; opacity: .72; }
.kl-collection b { font-size: 13px; font-weight: 600; }
.kl-collection-ecru { background-color: #eee6d9; background-image: url('../image/collection-everyday-essentials.webp'); }
.kl-collection-ecru::after { background: linear-gradient(to bottom, rgba(243,238,230,.02) 25%, rgba(243,238,230,.28) 48%, rgba(243,238,230,.98) 72%); }
.kl-collection-sage { color: var(--kl-ink); background-color: #d9d6cc; background-image: url('../image/collection-comfortable-layers.webp'); }
.kl-collection-sage::after { background: linear-gradient(to bottom, rgba(236,232,222,.02) 25%, rgba(236,232,222,.3) 48%, rgba(236,232,222,.98) 72%); }
.kl-collection-dark { color: #f8f6f1; background-color: #252b28; background-image: url('../image/collection-made-to-be-worn.webp'); }
.kl-collection-dark::after { background: linear-gradient(to bottom, rgba(18,20,19,.02) 25%, rgba(18,20,19,.4) 50%, rgba(18,20,19,.96) 74%); }

.kl-product-card { height: 100%; position: relative; background: #fff; border: 0; }
.kl-product-card .image { position: relative; overflow: hidden; background: #fff; }
.kl-product-card .image > a { display: block; aspect-ratio: 1 / 1.05; }
.kl-product-card .image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: normal; transition: transform .45s ease; }
.kl-product-card:hover .image img { transform: scale(1.025); }
.kl-card-actions { position: absolute; right: 12px; bottom: 12px; display: flex; gap: 7px; opacity: 0; transform: translateY(7px); transition: .2s ease; }
.kl-product-card:hover .kl-card-actions, .kl-card-actions:focus-within { opacity: 1; transform: none; }
.kl-card-actions button { width: 40px; height: 40px; color: var(--kl-ink); background: rgba(255,255,255,.94); border: 1px solid var(--kl-line); border-radius: 50%; }
.kl-card-actions button:hover { color: #fff; background: var(--kl-olive-dark); }
.kl-product-card .content { padding: 14px 2px 5px; position: relative; }
.kl-product-card h4 { margin: 0 80px 3px 0; font-size: 15px; font-weight: 500; }
.kl-product-card .price { color: var(--kl-muted); font-size: 14px; }
.kl-product-card .price-old { margin-right: 6px; text-decoration: line-through; }
.kl-product-card .rating { position: absolute; top: 16px; right: 2px; color: var(--kl-olive); font-size: 10px; }

.breadcrumb { margin: 30px 0 20px; padding: 0; background: transparent; font-size: 12px; }
.breadcrumb-item + .breadcrumb-item::before { color: #aaa; content: "›"; }
#product-info { max-width: 1440px; padding-bottom: 80px; }
#product-info #content > .row { gap: clamp(24px, 3vw, 55px); }
#product-info #content > .row > .col-sm { min-width: 0; }
#product-info .magnific-popup > a:first-child { display: grid; place-items: center; min-height: 560px; background: var(--kl-paper); }
#product-info .magnific-popup > a:first-child img { width: 100%; max-height: 680px; object-fit: contain; border: 0; border-radius: 0; mix-blend-mode: normal; }
#product-info .magnific-popup > div { display: flex; gap: 10px; margin-top: 10px; }
#product-info .magnific-popup > div img { width: 82px; height: 82px; object-fit: cover; border-color: var(--kl-line); border-radius: 2px; }
#product-info h1 { margin: 10px 0 15px; font-size: clamp(38px, 3vw, 54px); line-height: 1.1; }
#product-info h2 .price-new { color: var(--kl-olive-dark); font-family: var(--kl-sans); font-size: 34px; font-weight: 500; }
#product-info .rating { padding: 13px 0; border-top: 1px solid var(--kl-line); border-bottom: 1px solid var(--kl-line); }
#product-info .rating .fa-star { color: var(--kl-olive-dark); }
#product-info #product { margin-top: 18px; padding: 22px 0; border-top: 1px solid var(--kl-line); }
.form-control, .form-select, .input-group-text { border-color: var(--kl-line); border-radius: 2px; }
.btn-primary { color: #fff; background: var(--kl-olive-dark); border-color: var(--kl-olive-dark); }
.btn-primary:hover, .btn-primary:focus { background: var(--kl-olive); border-color: var(--kl-olive); }
#button-cart { min-width: 210px; }
#product-info .nav-tabs { margin-top: 35px; border-color: var(--kl-line); }
#product-info .nav-tabs .nav-link { color: var(--kl-muted); border: 0; border-bottom: 2px solid transparent; }
#product-info .nav-tabs .nav-link.active { color: var(--kl-ink); border-bottom-color: var(--kl-olive); }
#product-info .tab-content { padding: 24px 0; }

.kl-footer { padding: 65px 0 24px; color: #e9ece4; background: #293225; }
.kl-footer-top { margin-bottom: 50px; padding-bottom: 32px; display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.16); }
.kl-footer-brand { font-family: var(--kl-serif); font-size: 35px; }
.kl-footer-brand span { font-size: 22px; }
.kl-footer-brand small { display: block; margin-top: 7px; color: #aeb8a5; font-family: var(--kl-sans); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.kl-footer-top p { max-width: 430px; margin: 0; color: #bcc4b6; }
.kl-footer h5 { margin-bottom: 16px; color: #fff; font-size: 13px; letter-spacing: .09em; text-transform: uppercase; }
.kl-footer ul { padding: 0; list-style: none; }
.kl-footer li { margin: 8px 0; }
.kl-footer a { color: #bcc4b6; font-size: 13px; }
.kl-footer a:hover { color: #fff; }
.kl-footer-bottom { margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; color: #909b89; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

@media (max-width: 1199px) {
  .kl-header-inner { grid-template-columns: 230px minmax(0, 1fr) auto; gap: 18px; }
  .kl-brand a > span { font-size: 29px; }
  .kl-brand small { font-size: 9px; }
  .kl-nav > ul { gap: 16px; }
  .kl-nav > ul > li > a { font-size: 13px; }
  .kl-search { width: 150px; }
  .kl-wishlist { display: none; }
}

@media (max-width: 991px) {
  .kl-promise-bar span:first-child, .kl-promise-bar a { display: none; }
  .kl-header-inner { min-height: 88px; grid-template-columns: 1fr auto; }
  .kl-brand small { display: none; }
  .kl-menu-toggle { display: block; grid-column: 2; grid-row: 1; }
  .kl-nav { display: none !important; grid-column: 1 / -1; }
  .kl-nav.show { display: block !important; }
  .kl-nav > ul { align-items: stretch; flex-direction: column; gap: 0; padding: 15px 0; border-top: 1px solid var(--kl-line); }
  .kl-nav > ul > li > a { padding: 10px 0; }
  .kl-nav .dropdown-menu { position: static !important; transform: none !important; box-shadow: none; }
  .kl-actions { grid-column: 1 / -1; grid-row: 2; justify-content: stretch; padding-bottom: 8px; }
  .kl-search { width: auto; flex: 1; }
  .kl-icon, .kl-cart-button { width: 38px; }
  .kl-hero { min-height: 540px; align-items: flex-end; padding-bottom: 42px; background-position: 58% center; }
  .kl-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248,246,241,.96) 0%, rgba(248,246,241,.84) 48%, rgba(248,246,241,.08) 100%); }
  .kl-hero { position: relative; }
  .kl-hero-content { width: min(520px, 72vw); position: relative; }
  .kl-values { grid-template-columns: 1fr; }
  .kl-collections { grid-template-columns: 1fr 1fr; }
  .kl-collection-dark { grid-column: 1 / -1; min-height: 420px; background-position: center 32%; }
  .kl-values article { min-height: 74px; }
  #product-info .magnific-popup > a:first-child { min-height: 430px; }
}

@media (max-width: 575px) {
  body { font-size: 14px; }
  .kl-promise-bar { height: 34px; justify-content: center; }
  .kl-promise-bar span:nth-child(3) { display: none; }
  .kl-header-inner { padding: 14px 18px; }
  .kl-brand a > span { font-size: 26px; }
  .kl-actions { gap: 8px; }
  .kl-hero { min-height: 540px; padding: 36px 22px; background-position: 62% center; }
  .kl-hero::before { background: linear-gradient(90deg, rgba(248,246,241,.98) 0%, rgba(248,246,241,.84) 65%, rgba(248,246,241,.2) 100%); }
  .kl-hero-content { width: 88%; }
  .kl-hero h1 { font-size: 46px; }
  .kl-hero-content > p:not(.kl-eyebrow) { font-size: 15px; }
  .kl-values { padding: 12px; gap: 10px; }
  .kl-collections { grid-template-columns: 1fr; }
  .kl-collection, .kl-collection-dark { grid-column: auto; min-height: 440px; }
  .kl-values article { padding: 14px 18px; }
  .kl-values article > i { width: 42px; height: 42px; }
  .kl-home-content { padding: 45px 18px 60px; }
  .kl-section-heading { display: block; }
  .kl-section-heading p { margin-bottom: 20px; }
  .kl-card-actions { opacity: 1; transform: none; }
  .kl-cart-menu { width: calc(100vw - 32px); }
  #product-info { padding-inline: 18px; }
  #product-info #content > .row { display: block; }
  #product-info #content > .row > .col-sm { margin-bottom: 28px; }
  #product-info .magnific-popup > a:first-child { min-height: 330px; }
  #button-cart { min-width: 0; }
  .kl-footer { padding-inline: 10px; }
  .kl-footer-top { display: block; }
  .kl-footer-top p { margin-top: 22px; }
  .kl-footer .col-6 { margin-bottom: 25px; }
  .kl-footer-bottom { gap: 12px; flex-direction: column; }
  .checkout-progress { margin-bottom: 26px; }
  .checkout-progress li { gap: 7px; }
  .checkout-progress li:not(:last-child)::after { right: 7px; left: 42px; }
  .checkout-progress span { width: 32px; height: 32px; }
  .checkout-progress strong { padding-right: 7px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
