/* Base */
* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: "Outfit", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 300;
  color: #222;
  background: #fff;
}

:root {
  --container: 100%;
  --muted: #777;
  --border: #e7e7e7;
  --beige: #d9b88a;
  --beige-dark: #c9a574;
  --sale: #e53935;
  --black: #000;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
}

.sel {
  color: var(--beige-dark);
}

a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4 { font-weight: 400; margin: 0 0 10px; }
p { margin: 0 0 12px; }

/* Announcement bars */
.announcement { font-size: 13px; line-height: 1; color: #111; }
.announcement--top { background: var(--beige-dark); }
.announcement--promo { background: var(--beige); border-bottom: 1px solid var(--border); }
.announcement .container { height: 34px; display: flex; align-items: center; justify-content: center; }
.announcement .a-top { justify-content: space-between; gap: 12px; }
.announcement .lang { opacity: .9; }
.announcement .msg, .announcement .msg-right { opacity: .9; }

/* Header bar */
.header-bar { background: #fff; }
.hb { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 84px; }
.logo { text-align: center; }
.logo .logo-mark { font-weight: 400; letter-spacing: 3px; }
.logo .logo-sub { font-size: 12px; color: var(--muted); letter-spacing: 1px; }
.hb-right { display: flex; gap: 12px; justify-self: end; }
.icon-btn { width: 36px; height: 36px;  display: inline-flex; align-items: center; justify-content: center; }
.icon-btn svg { display: block; }
.icon-btn--ghost { border: none; }
.nav-toggle { display: none; padding: 0; margin: 0; background: none; border: none; width: 32px; height: 32px; gap: 5px; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; }
.nav-toggle span { display: block; width: 100%; height: 2px; background: #000; transition: transform 0.2s ease, opacity 0.2s ease; transform-origin: center; }
.nav-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.nav-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { position: fixed; inset: 0; z-index: 999; display: flex; pointer-events: none; visibility: hidden; }
.mobile-nav.is-open { pointer-events: auto; visibility: visible; }
.mobile-nav__backdrop { flex: 0; background: rgba(0,0,0,0.2); opacity: 0; transition: opacity 0.25s ease; }
.mobile-nav.is-open .mobile-nav__backdrop { opacity: 1; }
.mobile-nav__panel { width: min(320px, 82vw); background: #fff; box-shadow: 6px 0 24px rgba(0,0,0,0.12); transform: translateX(-10%); transition: transform 0.25s ease; display: flex; flex-direction: column; padding: 28px 24px; gap: 28px; }
.mobile-nav.is-open .mobile-nav__panel { transform: translateX(0); }
.mobile-nav__close { align-self: flex-end; width: 24px; height: 24px; border: none; background: none; position: relative; cursor: pointer; padding: 0; }
.mobile-nav__close span { position: absolute; left: 0; top: 50%; width: 100%; height: 2px; background: #000; }
.mobile-nav__close span:first-child { transform: translateY(-50%) rotate(45deg); }
.mobile-nav__close span:last-child { transform: translateY(-50%) rotate(-45deg); }
.mobile-nav__menu { display: flex; flex-direction: column; gap: 18px; font-size: 16px; letter-spacing: 0.5px; text-transform: uppercase; }
.mobile-nav__menu li a { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); padding-bottom: 12px; }
.mobile-nav__menu li.sale a { color: var(--sale); }
.mobile-nav__arrow { font-size: 30px; line-height: 14px; margin-top: -5px; }
.mobile-nav__footer { margin-top: auto; display: flex; flex-direction: column; gap: 18px; font-size: 15px; }
.mobile-nav__login { display: inline-flex; align-items: center; gap: 10px; font-weight: 400; }
.mobile-nav__login-icon { width: 34px; height: 34px; border: 1px solid var(--border); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.mobile-nav__lang { font-size: 13px; letter-spacing: 2px; color: var(--muted); }

.lang-desktop { display: block; }
.lang-mobile { display: none; }

.icon-account svg,
.icon-wishlist svg,
.icon-cart svg { width: 20px; height: 20px; }

/* Navigation */
.main-nav { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; }
.nav-inner {  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 50px; gap: 24px; position: relative; padding-top: 14px;}
.menu { display: flex; gap: 28px; grid-column: 1 / -1; justify-self: center; }
.menu a { font-size: 14px; letter-spacing: .6px; text-transform: uppercase; }
.menu .sale a { color: var(--sale); font-weight: 400; }
.nav-actions { grid-column: 3; justify-self: end; }
.search {
  width: 260px;
  height: 34px;
  position: absolute;
  right:40px;
  top:7px;
  padding: 0 36px 0 12px; /* extra right space for icon */
  border: 1px solid var(--border);
  border-radius: 18px;
  background-color: #fafaff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 18px;
}

/* Breadcrumbs */
.breadcrumbs { display: flex; align-items: left; gap: 8px; font-size: 13px; color: var(--muted); padding: 16px 40px; }
.crumb-back { margin-right: 2px; }
 .breadcrumbs .crumb-icon { margin-top:-3px; }

/* Page header */
.page-header { text-align: center; padding: 12px 0 24px; }
.page-header h1 { font-size: 40px; margin-bottom: 8px; }
.page-header .subtitle { max-width: 760px; margin: 0 auto; color: var(--muted); }

/* Contact form */
.form-wrapper { background: #f5f5f5; padding: 26px 0 60px; }
.form-card { background: #fff; border: 1px solid var(--border); border-radius: 4px; max-width: 980px; margin: 0 auto; padding: 26px; box-shadow: 0 1px 0 #eee; }
.form-card h3 { font-size: 18px; margin-bottom: 8px; }
.contact-form { display: flex; flex-direction: column; gap: 24px; }
.md-form { display: flex; flex-direction: column; gap: 24px; }
.md-field { position: relative; padding-top: 18px; padding-bottom: 16px; }
.md-field label { position: absolute; top: 20px; left: 0; font-size: 16px; color: var(--muted); pointer-events: none; transition: all 0.16s ease; transform-origin: left top; }
.md-input,
.md-textarea,
.md-select { width: 100%; border: none; border-bottom: 1px solid var(--border); background: transparent; padding: 12px 0 6px; font-family: inherit; font-size: 16px; color: #111; transition: border-color 0.16s ease, background-color 0.16s ease; }
.md-input:focus,
.md-textarea:focus,
.md-select:focus { outline: none; border-bottom-color: var(--beige-dark); }
.md-field::after { content: ''; position: absolute; left: 0; bottom: 0; height: 0px; width: 0; background: var(--black); transition: width 0.18s ease; }
.md-field.is-focused::after { width: 100%; }
.md-field.has-value label,
.md-field.is-focused label { top: 0; transform: scale(0.85); color: var(--black); }
.md-textarea { resize: vertical; min-height: 120px; }
.md-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 4px center; background-size: 16px; padding-right: 28px; }
.md-field.md-range label { position: static; transform: none; font-size: 14px; color: #111; margin-bottom: 6px; }
.md-field.md-range .md-input { border: none; padding: 0; }
.md-field.md-range::after { display: none; }
.md-field.md-range .range-output { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; font-size: 13px; color: var(--muted); }
.md-field.md-range .range-output #age-display { font-weight: 400; color: #111; font-size: 14px; }
.md-field.md-range .range-hint { font-style: italic; opacity: .7; margin-left: 12px; }
.md-field.md-range .md-input::-webkit-slider-runnable-track { height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--beige) 0%, var(--beige-dark) 100%); }
.md-field.md-range .md-input::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%; background: var(--black); cursor: pointer; margin-top: -7px; }
.md-field.md-range .md-input::-moz-range-track { height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--beige) 0%, var(--beige-dark) 100%); }
.md-field.md-range .md-input::-moz-range-thumb { width: 16px; height: 16px; border-radius: 50%; background: var(--black); border: none; cursor: pointer; }
.md-field.md-range .md-input:focus { outline: none; }
.md-field.has-error .md-input,
.md-field.has-error .md-textarea,
.md-field.has-error .md-select { border-bottom-color: #d93025; }
.md-field.has-error label { color: #d93025; }
.md-field.has-error::after { background: #d93025; width: 100%; }
.md-field.is-valid::after { background: #198754; width: 100%; }
.md-field.is-valid label { color: #198754; }
.field-error { display: block; margin-top: 6px; font-size: 13px; color: #d93025; min-height: 1.1em; }
.md-field .field-error:empty { display: none; }
.md-field label i { margin-right: 6px; font-size: 16px; }
.contact-form .policy { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #444; margin-top: 6px; }
.contact-form .policy a { text-decoration: underline; }
.form-actions { margin-top: 8px; }
.btn.primary { background: var(--black); color: #fff; border: none; padding: 12px 46px; font-weight: 400; letter-spacing: 1px; }
.hint { color: var(--muted); font-size: 12px; }
.form-alert { border-radius: 4px; padding: 12px 16px; font-size: 14px; margin-bottom: 16px; }
.form-alert--error { background: rgba(211, 47, 47, 0.1); color: #c62828; border: 1px solid rgba(211, 47, 47, 0.3); }
.policy-error { color: #d93025; font-size: 13px; margin-top: 8px; }

.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.45); display: none; align-items: center; justify-content: center; padding: 24px; z-index: 2000; }
.modal-overlay.is-visible { display: flex; }
.modal-card { background: #fff; border-radius: 8px; padding: 26px 28px; max-width: 420px; width: 100%; box-shadow: 0 18px 48px rgba(0,0,0,0.16); position: relative; text-align: center; pointer-events: auto; }
.modal-card h4 { font-size: 22px; margin-bottom: 14px; }
.modal-card p { font-size: 15px; margin-bottom: 0; }
.modal-card__list { text-align: left; padding-left: 20px; margin: 12px 0 0; font-size: 14px; color: #444; }
.modal-card--success h4 { color: #0f7b43; }
.modal-card--error h4 { color: #c62828; }
.modal-close { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border-radius: 50%; border: none; background: #f5f5f5; color: #333; font-size: 20px; cursor: pointer; line-height: 1; display: inline-flex; align-items: center; justify-content: center; z-index: 10; transition: all 0.2s; pointer-events: auto; }
.modal-close:hover { background: #ebebeb; transform: scale(1.05); }
.modal-close:active { transform: scale(0.95); }

/* Footer */
.site-footer { background: #fff; border-top: 1px solid var(--border); padding-top: 60px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding: 36px 20px; }
.footer-col h4 { font-weight: 400; font-size: 14px; margin-bottom: 12px; }
.footer-col .links li { margin: 8px 0; }
.footer-brand p { color: #444; }
.socials { display: flex; gap: 10px; }
.social { width: 36px; height: 36px;  display: inline-flex; align-items: center; justify-content: center; font-weight: 400; }
.footer-bottom { border-top: 1px solid var(--border); padding: 14px 0; font-size: 13px; color: var(--muted); text-align: center; }
.site-footer p {
  margin-left: 10px;
  font-size: 10pt;
  line-height: 16pt;
}
.site-footer .links a {
  font-size: 11pt;
  line-height: 16pt;
}

/* Helpers */
.logo.small { text-align: left; }
.logo.small .logo-mark { font-size: 16px; }
.logo.small .logo-sub { font-size: 11px; }

.icon1 {
  background: #ddd;
  color: #111;
  width: 50px;
  height: 50px;
  padding: 12px;
  border-radius: 50%;
  margin: 10px auto;
  font-weight: 700;
  animation: pulseGlow 3.6s ease-in-out infinite;
}
.sm-small {
  font-size: 10pt;
  color: #888!important;
}
.sm-small strong {
  color: #222;
}
.klub-slider { position: relative; overflow: hidden; }
.klub-slider img { width: 100%; height: auto; object-fit: cover; object-position: center; display: block; animation: heroFloat 16s ease-in-out infinite; }

[data-animate] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

[data-animate].is-visible {
  opacity: 1;
  transform: none;
}

[data-animate].delay-1 {
  transition-delay: 0.12s;
}

[data-animate].delay-2 {
  transition-delay: 0.24s;
}

[data-animate].delay-3 {
  transition-delay: 0.36s;
}

@keyframes pulseGlow {
  0% { transform: scale(1); box-shadow: 0 0 0 rgba(0, 132, 56, 0.2); }
  50% { transform: scale(1.05); box-shadow: 0 8px 24px rgba(0, 132, 56, 0.25); }
  100% { transform: scale(1); box-shadow: 0 0 0 rgba(0, 132, 56, 0.2); }
}

@keyframes heroFloat {
  0% { transform: scale(1) translateY(0); }
  45% { transform: scale(1.05) translateY(-6px); }
  55% { transform: scale(1.05) translateY(-6px); }
  100% { transform: scale(1) translateY(0); }
}

body.nav-open { overflow: hidden; }

@media (max-width: 991px) {
  :root { --container: 100%; }
  .container { padding: 0 20px; }
  .announcement .container { height: 32px; font-size: 12px; }
  .header-bar { border-bottom: 1px solid var(--border); }
  .hb { grid-template-columns: auto 1fr auto; height: 72px; }
  .hb-left { display: flex; align-items: center; gap: 16px; }
  .nav-toggle { display: inline-flex; }
  .lang-desktop { display: none; }
  .logo { justify-self: center; }
  .logo img { max-height: 50px; }
  .hb-right { gap: 8px; }
  .icon-btn { border: none; width: 32px; height: 32px; }
  .icon-btn--search { display: inline-flex; }
  .main-nav { display: none; }
  .nav-actions { display: none; }
  .search { display: none; }
  .breadcrumbs { margin-top: 6px;}
  .dekstop-only { display: none; }
  .footer-col { display:block!important; }
  .footer-top { display: block;}
  .footer-brand { width: 100%; padding-bottom: 5px; border-bottom: 1px solid #eee;}
  .footer-menu { margin-left:10px; margin-top:20px; width:160px; float: left; margin-bottom: 10px;  }
  .footer-social { margin-left:10px; margin-top:20px; width:200px!important;  } 
}

@media (max-width: 575px) {
  .container { padding: 0 16px; }
  .hb { height: 64px; }
  .hb-left { gap: 12px; }
  .icon-btn { width: 30px; height: 30px; }
  .mobile-nav__panel { width: min(320px, 86vw); padding: 24px 22px; }
  .mobile-nav__menu { gap: 16px; }
}