h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: "Lora", serif;

  color: inherit;
}

a,
span,
div {
  color: inherit;
}
p,
li {
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
input:focus,
textarea:focus {
  outline: 1px solid #0f1138;
}
p,
ul {
  padding: 0;
  margin: 0;
}

html,
body {
  margin: 0 !important;
  padding: 0;
  color: #191d23;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.flex {
  display: flex;
}
.flex-child-1 > * {
  flex: 1;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.container-padding {
  padding-left: 80px;
  padding-right: 80px;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-white {
  color: white;
}
.text-uppercase {
  text-transform: uppercase;
}
.child-flex-1 > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: clamp(20px, 1.56vw, 30px);
}
.mt-40 {
  margin-top: clamp(20px, 2.083vw, 40px);
}
.mt-50 {
  margin-top: clamp(20px, 2.605vw, 50px);
}
.mt-60 {
  margin-top: clamp(40px, 3.125vw, 60px);
}
.mt-70 {
  margin-top: clamp(40px, 3.64vw, 70px);
}
.mt-80 {
  margin-top: clamp(60px, 4.166vw, 80px);
}
.mt-90 {
  margin-top: clamp(60px, 4.678vw, 90px);
}
.mt-100 {
  margin-top: clamp(60px, 5.208vw, 100px);
}
.mt-110 {
  margin-top: clamp(60px, 5.729vw, 110px);
}
.mt-120 {
  margin-top: clamp(60px, 6.25vw, 120px);
}
.mt-130 {
  margin-top: clamp(60px, 6.77vw, 130px);
}
.mt-140 {
  margin-top: clamp(60px, 7.29vw, 140px);
}
.mt-150 {
  margin-top: clamp(60px, 7.8vw, 150px);
}
.mt-160 {
  margin-top: clamp(60px, 8.33vw, 160px);
}
.mt-170 {
  margin-top: clamp(70px, 8.854vw, 170px);
}
.mt-180 {
  margin-top: clamp(70px, 9.375vw, 180px);
}
.mt-190 {
  margin-top: clamp(70px, 9.89vw, 190px);
}
.mt-200 {
  margin-top: clamp(80px, 10.41vw, 200px);
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: clamp(20px, 1.56vw, 30px);
}
.mb-40 {
  margin-bottom: clamp(20px, 2.083vw, 40px);
}
.mb-45 {
  margin-bottom: clamp(20px, 2.34375vw, 45px);
}
.mb-50 {
  margin-bottom: clamp(20px, 2.605vw, 50px);
}
.mb-60 {
  margin-bottom: clamp(40px, 3.125vw, 60px);
}
.mb-70 {
  margin-bottom: clamp(40px, 3.64vw, 70px);
}
.mb-80 {
  margin-bottom: clamp(60px, 4.166vw, 80px);
}
.mb-90 {
  margin-bottom: clamp(60px, 4.678vw, 90px);
}
.mb-100 {
  margin-bottom: clamp(60px, 5.208vw, 100px);
}
.mb-110 {
  margin-bottom: clamp(60px, 5.729vw, 110px);
}
.mb-120 {
  margin-bottom: clamp(60px, 6.25vw, 120px);
}
.mb-130 {
  margin-bottom: clamp(60px, 6.77vw, 130px);
}
.mb-140 {
  margin-bottom: clamp(60px, 7.29vw, 140px);
}
.mb-150 {
  margin-bottom: clamp(60px, 7.8vw, 150px);
}
.mb-160 {
  margin-bottom: clamp(60px, 8.33vw, 160px);
}
.mb-170 {
  margin-bottom: clamp(70px, 8.854vw, 170px);
}
.mb-180 {
  margin-bottom: clamp(70px, 9.375vw, 180px);
}
.mb-190 {
  margin-bottom: clamp(70px, 9.89vw, 190px);
}
.mb-200 {
  margin-bottom: clamp(80px, 10.41vw, 200px);
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: clamp(20px, 1.56vw, 30px);
}
.pt-40 {
  padding-top: clamp(20px, 2.083vw, 40px);
}
.pt-50 {
  padding-top: clamp(20px, 2.605vw, 50px);
}
.pt-60 {
  padding-top: clamp(40px, 3.125vw, 60px);
}
.pt-70 {
  padding-top: clamp(40px, 3.64vw, 70px);
}
.pt-80 {
  padding-top: clamp(60px, 4.166vw, 80px);
}
.pt-90 {
  padding-top: clamp(60px, 4.678vw, 90px);
}
.pt-100 {
  padding-top: clamp(60px, 5.208vw, 100px);
}
.pt-110 {
  padding-top: clamp(60px, 5.729vw, 110px);
}
.pt-120 {
  padding-top: clamp(60px, 6.25vw, 120px);
}
.pt-130 {
  padding-top: clamp(60px, 6.77vw, 130px);
}
.pt-140 {
  padding-top: clamp(60px, 7.29vw, 140px);
}
.pt-150 {
  padding-top: clamp(60px, 7.8vw, 150px);
}
.pt-160 {
  padding-top: clamp(60px, 8.33vw, 160px);
}
.pt-170 {
  padding-top: clamp(70px, 8.854vw, 170px);
}
.pt-180 {
  padding-top: clamp(70px, 9.375vw, 180px);
}
.pt-190 {
  padding-top: clamp(70px, 9.89vw, 190px);
}
.pt-200 {
  padding-top: clamp(80px, 10.41vw, 200px);
}
.pt-330 {
  padding-top: clamp(100px, 17.1875vw, 330px);
}
.pt-550 {
  padding-top: clamp(450px, 23.90625vw, 550px);
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: clamp(20px, 1.56vw, 30px);
}
.pb-40 {
  padding-bottom: clamp(20px, 2.083vw, 40px);
}
.pb-50 {
  padding-bottom: clamp(20px, 2.605vw, 50px);
}
.pb-60 {
  padding-bottom: clamp(40px, 3.125vw, 60px);
}
.pb-70 {
  padding-bottom: clamp(40px, 3.64vw, 70px);
}
.pb-80 {
  padding-bottom: clamp(60px, 4.166vw, 80px);
}
.pb-90 {
  padding-bottom: clamp(60px, 4.678vw, 90px);
}
.pb-100 {
  padding-bottom: clamp(60px, 5.208vw, 100px);
}
.pb-110 {
  padding-bottom: clamp(60px, 5.729vw, 110px);
}
.pb-120 {
  padding-bottom: clamp(60px, 6.25vw, 120px);
}
.pb-130 {
  padding-bottom: clamp(60px, 6.77vw, 130px);
}
.pb-140 {
  padding-bottom: clamp(60px, 7.29vw, 140px);
}
.pb-150 {
  padding-bottom: clamp(60px, 7.8vw, 150px);
}
.pb-160 {
  padding-bottom: clamp(60px, 8.33vw, 160px);
}
.pb-170 {
  padding-bottom: clamp(70px, 8.854vw, 170px);
}
.pb-180 {
  padding-bottom: clamp(70px, 9.375vw, 180px);
}
.pb-190 {
  padding-bottom: clamp(70px, 9.89vw, 190px);
}
.pb-200 {
  padding-bottom: clamp(80px, 10.41vw, 200px);
}
.pb-250 {
  padding-bottom: clamp(120px, 11.1979vw, 250px);
}

a {
  text-decoration: unset;
  cursor: pointer;
}

.bg-white {
  background-color: #fff;
}
.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-full {
  width: 100%;
}

li {
  list-style: none;
}
.footer-only {
  display: none;
}
.gap-5 {
  gap: 5px;
}
.gap-20 {
  gap: 20px;
}
.gap-15 {
  gap: 15px;
}
.paragraph__16 p {
  font-size: 16px;
  color: #2f3624;
}
.paragraph__30 p {
  font-size: clamp(18px, 1.5625vw, 30px);
}
.paragraph__18 p {
  font-size: clamp(16px, 0.9375vw, 18px);
  letter-spacing: -0.32px;
}
.paragraph__20 p {
  font-size: clamp(16px, 1.04166666667vw, 20px);
  color: #2f3624;
  letter-spacing: -1px;
  line-height: 1.8;
}
nav a {
  font-family: "Parkinsans", sans-serif;
}
#page {
  overflow-x: hidden;
}

body {
  color: #0f1138;
  font-family: "Lexend", sans-serif;

  background: #fffcf4;
}
#page .slick-dots li {
  width: 8px;
  height: 8px;
}
#page .slick-dots button {
  padding: 0;
  width: 8px;
  height: 8px;
}
#page .slick-dots button::before {
  background: #191d23;
  content: "";
  border-radius: 50%;
  opacity: 0.3;
  width: 8px;
  height: 8px;
}
#page .slick-dots li.slick-active button::before {
  opacity: 1;
  width: 38px;
  border-radius: 6px;
  transition: 0.3s;
}
#page .slick-dots li.slick-active button {
  width: 38px;
  transition: 0.3s;
}
#page .slick-dots li.slick-active {
  width: 38px;
  transition: 0.3s;
}
.product-card .onsale {
  display: none !important;
}

.mobile-only {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobile-only {
    display: inline-block;
  }
  .desktop-only {
    display: none;
  }
}
a,
button {
  cursor: pointer;
}
#page .text-white p {
  color: #fff;
}
.subtitle {
  padding: 12px;
  color: #f6f3f0;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  text-align: center;
  font-size: 11px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 12px;
  line-height: 1.09;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.h1__size {
  color: #fff;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.05;
  display: inline-block;
  margin-bottom: 12px;
  letter-spacing: -3px;
}

.filled__button {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: #fffdee;
  font-style: normal;
  font-weight: 600;
  color: #222222;
  border: 1px solid #fffdee;
  padding: 16px 26px;
  line-height: 14px;
  transition:
    background 0.2s,
    border-color 0.2s,
    opacity 0.2s;
}
.filled__button:hover {
  background: #f0ead8;
  border-color: #f0ead8;
}
.filled__button::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background-image: url("../icons/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.filled__button--black {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: #1a3046;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  border: 1px solid #1a3046;
  padding: 16px 26px;
  line-height: 14px;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.filled__button--black:hover {
  background: #253f57;
  border-color: #253f57;
}
.filled__button--black::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background-image: url("../icons/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: invert(1);
}
.outlined__button {
  padding: 16px 28px;
  color: #fff;
  font-size: 14px;
  border-radius: 32px;
  border: 1px solid rgba(246, 243, 240, 0.3);
  font-style: normal;
  display: inline-block;
  font-weight: 600;
  line-height: 14px;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.outlined__button:hover {
  background: rgba(246, 243, 240, 0.15);
  border-color: rgba(246, 243, 240, 0.6);
}
.outlined__button--black {
  padding: 16px 28px;
  color: #1a3046;
  display: inline-block;
  font-size: 14px;
  border-radius: 32px;
  border: 1px solid #1a3046;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
}
.outlined__button--black:hover {
  background: #1a3046;
  color: #f6f3f0;
}
.subtitle-classic {
  display: inline-block;
  color: #0f1138;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 25px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.h3__size {
  color: #0f1138;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -1px;
}
.subtitle-classic--gray {
  color: #1a3046;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.h2__size {
  color: #1a3046;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 62.4px;
  letter-spacing: -3px;
}
.h4__size {
  color: #1a3046;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.95px; /* 95.625% */
}
.mb-24 {
  margin-bottom: 24px;
}
.text-white h3 {
  color: inherit;
}
.text-white .subtitle-classic--gray {
  color: #fff;
}
.text-white h2 {
  color: inherit;
}

/* ── Parallax slike ── */
[data-parallax] {
  will-change: transform;
}
.home-hero__background[data-parallax],
.about-cta__bg-img[data-parallax] {
  height: 120%;
  top: -10%;
}

/* H1 na unutrašnjim stranicama (sve sem pocetne) */
body:not(.home) .h1__size {
  font-size: 65px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -3px;
}

/* ── MOBILE (≤ 575px) ── */
@media only screen and (max-width: 575px) {
  .h2__size {
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: -1.5px;
  }
  body:not(.home) .h1__size {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
