body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  background-color: #ffffff;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

h1 {
  font-size: 43px;
  line-height: 51px;
  color: #002f28;
}

h2 {
  font-size: 42px;
  line-height: 54px;
  color: #002f28;
}

h3 {
  font-size: 36px;
  line-height: 40px;
  color: #002f28;
}

h4 {
  font-size: 24px;
  line-height: 31px;
  color: #002f28;
}

p {
  font-size: 16px;
  line-height: 26px;
}

button {
  cursor: pointer;
}

.text-bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.h-100 {
  height: 100%;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.white-color {
  color: #ffffff;
}

.primary-color {
  color: #002f28;
}

/* .dark-color {
    color: #202e3b;
} */
/* .blue-color {
    color: #1e5ec2;
}
.green-color {
    color: #07a965;
} */
/* .yellow-color {
    color: #ffed4a;
} */
.white-bg {
  background-color: #ffffff;
}

.primary-bg {
  background-color: #002f28;
}

.secondary-bg {
  background-color: #d2ecc2;
}

/* .dark-grey-bg {
    background-color: #2a2a2a;
}
.grey-bg {
    background-color: #8b8b8b;
} */
.light-grey-bg {
  background-color: #fbfbfa;
}

.yellow-bg {
  background-color: #ce9f07;
}

.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.fb {
  display: flex;
}

.fb-inline {
  display: inline-flex;
}

.fb-column {
  flex-direction: column;
}

.fb-row-reverse {
  flex-direction: row-reverse;
}

.fb-wrap {
  flex-wrap: wrap;
}

.fb-align-center {
  align-items: center;
}

.fb-align-end {
  align-items: end;
}

.fb-justify-center {
  justify-content: center;
}

.fb-justify-end {
  justify-content: end;
}

.fb-justify-space-between {
  justify-content: space-between;
}

.fb-grow {
  flex-grow: 1;
}

.fb-flex-1 {
  flex: 1;
}
.mail-color {
  color: #1c70e1;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  background-color: #ffd431;
  padding: 8px 9px;
  border-radius: 40px;
  border: 1px solid #d7a90f;
  transition: background-color 0.24s;
  display: flex;
  align-items: center;
  gap: 10px;
   text-decoration: none; /* da ne bude podvučeno */
    color: #000; /* crni tekst */
}
a.go-to-checkout *,
a.go-to-checkout {
    color: #000 !important;
    text-decoration: none;
}
.btn:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../../img/btn-arrow.svg");
}

.btn:hover {
  background-color: #d7a90f;
}

.section-title p {
  max-width: 615px;
  margin: 3px auto 0 auto;
}

.topbar p {
  width: 100%;
  line-height: 30px;
}

header {
  padding: 12px 0;
  min-height: 72px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}

header nav {
  font-size: 15px;
  gap: 100px;
}

.logo img {
  width: 140px;
}

header nav ul {
  gap: 40px;
}

.mobile-menu-open {
  text-decoration: none;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 10px 0 10px 10px;
}

.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0, -100%);
  transition: 0.24s;
}

.mobile-menu-open.open ~ .nav-mobile {
  transform: translate(0);
}

.nav-mobile--header {
  height: 75px;
}

.nav-mobile--menu {
  font-size: 18px;
}

.nav-mobile--menu a {
  padding: 20px 25px;
  border-bottom: 1px solid #d6d6d6;
}

.reviews-summary {
  font-family: "Poppins", sans-serif;
  gap: 10px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.reviews-summary span {
  font-size: 14px;
}

.points-list {
  margin: 10px 0;
  font-size: 16px;
  line-height: 18px;
}
.hero-wrapper h1,
.hero-wrapper h4 {
  margin-bottom: 15px;
}
.points-list li {
  display: flex;
  padding-bottom: 15px;
}

.points-list li:before {
  content: url("../../img/point-checkmark.svg");
  margin-right: 13px;
}

.hero {
  padding: 72px 0 44px 0;
  overflow: hidden;
}

.hero-testimonial {
  gap: 22px;
}

.hero-testimonial--image {
  margin-top: 18px;
}

.hero-testimonial--text {
  flex: 1;
  max-width: 404px;
}

.hero-testimonial p {
  font-size: 14px;
  line-height: 22px;
}

.hero-slider--display-wrapper:before {
  content: "";
  position: absolute;
  background-color: #d2ecc2;
  border-radius: 35px;
  width: calc(100% - 16px);
  height: calc(100% - 53px);
  top: -12px;
  right: -15px;
}

.hero-slider--display-wrapper > img {
  z-index: 1;
}

.hero-slider--display {
  width: 547px;
  height: 559px;
  border: 1px solid #5b7d45;
  border-radius: 35px;
}

.hero-slider--guarantee-seal {
  top: -21.6px;
  left: -33px;
}

.hero-slider--recommended-seal {
  bottom: 28px;
  right: 26px;
}

.hero-slider--current-image {
  height: 100%;
  width: 100%;
}

.hero-slider--current-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}

.hero-slider--current-image img.expand {
  margin: auto;
  transition: opacity 0.24s ease-out, transform 0s 0.325s;
  transform-origin: center;
}

.hero-slider--current-image img.fill {
  height: 100%;
  width: 100%;
  border-radius: 35px;
  transition: opacity 0.22s, transform 0s 0.325s;
}

.hero-slider--current-image img.active {
  opacity: 1;
  pointer-events: initial;
  transition: 0.32s;
}

.hero-slider--current-image img.expand.active {
  top: 1rem;
}

.hero-slider--current-image img.fill.active {
  transform: scale(1);
  transform-origin: center;
}

.hero-slider--buttons {
  margin: 17px 0;
}

.hero-slider--button {
  width: 55px;
  height: 55px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #5b7d45;
}

.hero-slider--buttons-thumbs {
  gap: 12px;
  margin: 0 22px;
}

.hero-slider--buttons-thumbs div {
  cursor: pointer;
}

.hero-slider--arrow,
.hero-slider--arrow-mobile {
  border: 1px solid #5b7d45;
  border-radius: 40px;
  overflow: hidden;
}

.hero-slider--arrow:hover,
.hero-slider--arrow-mobile:active {
  border: 1px solid transparent;
}

.hero-slider--arrow svg,
.hero-slider--arrow-mobile svg {
  background-color: #5b7d45;
  color: #ffffff;
  height: 38px;
  width: 38px;
}

.hero-slider--arrow:hover svg,
.hero-slider--arrow-mobile:active svg {
  background-color: #ffffff;
  color: #5b7d45;
}

.hero-slider--arrow-left {
  cursor: pointer;
}

.hero-slider--arrow-right {
  cursor: pointer;
}

.testimonials {
  padding: 44px 0;
}

.testimonials--list {
  gap: 16px;
  max-width: 924px;
  margin: 34px auto 0 auto;
}

.testimonial {
  width: 296px;
}

.testimonial--image {
  border-radius: 8px;
}

.testimonial--text > img {
  display: block;
  margin: 17px 0 7px 0;
}

.testimonial--text p {
  margin: 4px 0;
}

.testimonial--author {
  margin-top: 7px;
  font-size: 12px;
  line-height: 22px;
}

.testimonial--author img {
  margin: 0 4px;
}

.testimonial--author span {
  color: #1bba86;
}

.offer {
  max-width: 2400px;
  margin: 0 auto;
}

.offer--content {
  width: 50%;
}

.offer .points-list {
  margin: 10px 0 4px 0;
}

.cta {
  width: fit-content;
  padding: 16px 0;
}

.cta button {
  padding: 11px 13px;
  font-size: 18px;
  line-height: 23px;
  box-shadow: -1px 5px 0px 1px #ced2cb;
  letter-spacing: 0.1px;
  transform: scale(0.9);
  animation: pulseCTAButton 1.5s infinite;
}

@keyframes pulseCTAButton {
  50% {
    transform: scale(1);
  }
}

.cta button span {
  display: inline-block;
  transition: 0.24s;
}

.cta button:hover span {
  transform: translate(4px, 0);
}

.cta-bottom {
  font-size: 11px;
  line-height: 16px;
  margin-top: 12px;
}

.cta-ship {
  height: 7px;
  width: 7px;
  background-color: #95df89;
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0 0 0 2px #adf4a1;
  animation: pulseCtaShip 1.725s forwards infinite ease-out;
  opacity: 0.5;
}

@keyframes pulseCtaShip {
  45% {
    box-shadow: 0 0 0 5px #adf4a1;
    opacity: 1;
  }

  55% {
    opacity: 1;
  }
}

.cta-stock-view {
  gap: 2px;
  margin: 0 7px 0 5px;
}

.cta-stock-view span {
  background-color: #d9d9d999;
  gap: 2px;
  height: 10px;
  width: 10px;
}

.cta-stock-view.green-bg span {
  background-color: #ffffff99;
}

.cta-stock-view span:first-child {
  background-color: #fc2201;
}

.cta-stock-level {
  font-size: 12px;
  color: #ea4701;
}

.overview {
  padding: 40px 0 60px 0;
}

.overview--item {
  flex: 1;
  max-width: 193px;
  color: #002f28;
  min-width: 136px;
}

.overview--item img {
  width: 100%;
  height: auto;
  max-width: 80px;
}

.overview-list {
  gap: 14px;
}

.overview--item div {
  height: 87px;
}

.overview--item p {
  line-height: 20px;
}

.customers-photos--avatar-group {
  margin-bottom: 16px;
}

.customers-photos--list {
  max-width: 1440px;
  height: 306px;
  margin: 40px auto 60px auto;
  width: 100%;
  overflow: hidden;
}

.customers-photos--list-inner {
  gap: 15px;
  animation: moveCustomersPhotos 35s linear infinite;
}

.customers-photos--list img {
  border-radius: 8px;
}

.bg-grey {
  position: relative;
}

.bg-grey .color-block {
  background-color: #fbfbfa;
  bottom: 116px;
  left: 0;
  position: absolute;
  right: 0;
  top: 5%;
  z-index: -1;
}

.benefits--list {
  margin: 40px auto 45px auto;
  max-width: 952px;
  gap: 74px;
}

.benefit {
  gap: 11px;
}

.benefit.green-corner .benefit--image:before {
  content: "";
  height: 258px;
  width: 258px;
  border-radius: 20px;
  background-color: #d2ecc2;
  bottom: -13px;
  right: -13px;
  position: absolute;
}

.benefit:nth-child(2n) .benefit--image {
  order: 1;
}

.benefit--text {
  flex: 1;
}

.benefit--text h3 {
  max-width: 325px;
}

.benefit--text p {
  margin-top: 12px;
}

.benefit--image img {
  border-radius: 20px;
  border: 1px solid #5b7d45;
}

.banner {
  padding: 38px 0;
}

.banner-content {
  max-width: 954px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px 35px;
  border: 2px solid #000000;
  gap: 55px;
}

.banner--text h4 {
  line-height: 40px;
  margin-bottom: 6px;
}

.banner--text p {
  margin-bottom: 18px;
}

.banner--text p:last-child {
  margin-bottom: 0;
}

.banner--image img {
  border-radius: 8px;
}

.qualities {
  padding-top: 20px;
  background-image: linear-gradient(180deg, #fbfbfa 440px, transparent 440px);
}

.qualities--list {
  gap: 44px;
  margin-top: 47px;
}

.qualities--seal {
  bottom: 26%;
  right: 10.5%;
  width: 25%;
  max-width: 99px;
  min-width: 81px;
}

.quality {
  width: calc(50% - 22px);
}
.quality img {
  width: 100%;
  max-width: 70px;
  height: auto;
}
.quality div {
  width: 330px;
}

.quality p {
  margin-top: 14px;
}

.qualities--product-images {
  max-width: 2400px;
  margin: 90px auto 0 auto;
}

.qualities--product-images img {
  width: 100%;
}

.guarantee {
  padding: 44px 0 48px 0;
}

.guarantee-content {
  max-width: 700px;
  margin: 0 auto;
  gap: 18px;
}

.guarantee--text {
  flex: 1;
}

.guarantee--text p {
  margin-top: 12px;
}

.faq {
  padding: 44px 0;
}

.faq-list {
  gap: 21px;
  margin: 25px 0 30px 0;
}

.faq-list input[type="radio"] {
  display: none;
}

.faq-accordion {
  padding: 29px 90px 28px 19px;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 0px #f2f2f2;
  overflow: hidden;
  cursor: pointer;
}

.faq-item input.checked ~ label .faq-accordion {
  padding: 23px 90px 23px 19px;
}

.faq-title {
  font-size: 18px;
}

.faq-text {
  max-height: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  transition: 0.47s cubic-bezier(0.175, 0.885, 0.32, 1.275), max-height 0.6s;
}

.faq-text p {
  line-height: 28px;
  margin: 10px 0;
}

.faq-text p:last-child {
  margin: 0;
}

.faq-text::-webkit-scrollbar {
  display: none;
}

.faq-item input.checked ~ label .faq-text {
  max-height: 235px;
  overflow: auto;
  transition: 0.52s ease-out, max-height 0.92s;
}

.faq-item input.checked ~ label .faq-text {
  opacity: 1;
}

.faq-icon {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 29px;
  top: 29px;
  z-index: 1;
  border: 2px solid #000000;
  border-radius: 50%;
  transition: 0.24s, top 0.44s;
}

.faq-item input.checked ~ label .faq-icon {
  transform: rotate(90deg);
  top: 46px;
}

.faq-icon:before,
.faq-icon:after {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 16px;
  height: 2px;
  transition: 0.46s ease-in;
}

.faq-icon:after {
  transform: rotate(90deg);
}

.faq-item input.checked ~ label .faq-icon:before {
  opacity: 0;
  transform: scale(0.25, 1);
}

@keyframes moveCustomersPhotos {
  100% {
    transform: translate(-1638px);
  }
}

footer {
  font-size: 14px;
  line-height: 28px;
  color: #808080;
  padding: 47px 0 12px 0;
}

.footer--logo {
  margin-bottom: 32px;
}

.footer--links {
  margin-bottom: 18px;
}

.footer--copyright {
  padding: 13px 0 4px 0;
  border-top: 1px solid #dfdfdf;
}

.fixed-cta {
  position: fixed;
  bottom: -5px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.fixed-cta.hidden {
  display: none;
}

@media screen and (max-width: 1200px) {
  .qualities--image-wrapper {
    top: 0;
    width: 35vw;
  }
}

@media screen and (max-width: 1092px) {
  .points-list {
    max-width: 320px;
  }
}
@media screen and (max-width: 991px) {
  .points-list {
    max-width: none;
  }
}

@media screen and (min-width: 992px) {
  .hero-content {
    width: calc(60% - 200px);
  }

  .hero-slider {
    position: absolute;
    top: 0;
    right: 45px;
  }

  .offer-content {
    min-height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .offer--image {
    position: absolute;
    left: 50%;
    width: 50%;
    top: 0;
    min-height: 490px;
    height: 100%;
    object-fit: cover;
  }

  .benefit--text {
    padding: 0 45px;
  }

  .benefit--text p {
    max-width: 325px;
  }

  .qualities--image-wrapper {
    position: absolute;
    margin: 0 auto;
    top: -19px;
    bottom: 0;
    left: 0;
    right: -30px;
    /* width: calc(50vw - 300px); */
    max-width: 424px;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1400px) {
  .offer--image {
    object-fit: fill;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
    line-height: 52px;
    text-align: center;
  }

  h2 {
    text-align: center;
  }

  .hide-tablet {
    display: none;
  }

  .logo img {
    width: 170px;
  }

  .nav-mobile--menu a:active {
    background-color: #d2ecc2;
  }

  .hero {
    padding-top: 15px;
  }

  .reviews-summary {
    justify-content: center;
  }

  .hero-slider {
    margin-top: 15px;
    width: 100%;
  }

  .hero-slider--display-wrapper:before {
    content: none;
  }

  .hero-slider--arrows-mobile {
    width: 100%;
    top: 0;
    left: 0;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hero-slider--arrow-mobile {
    cursor: pointer;
  }

  .hero-slider--arrow-mobile-left {
    margin-left: -20px;
  }

  .hero-slider--arrow-mobile-right {
    margin-right: -20px;
  }

  .benefit:nth-child(2n + 1) .benefit--image:before {
    height: calc(50% + 9px);
    width: calc(50% + 9px);
    bottom: -9px;
    right: -9px;
  }

  .benefits--list {
    gap: 44px;
  }

  .benefit {
    flex-direction: column;
  }

  .benefit--image {
    order: 1;
  }

  .qualities--image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .qualities--list {
    gap: 25px;
    margin: 10px 0 0 0;
  }

  .quality,
  .quality div {
    width: 100%;
  }

  .testimonials--list {
    margin: 28px auto 0 auto;
    gap: 44px;
  }

  .offer--image {
    margin-top: 20px;
  }

  .offer .points-list {
    order: 1;
  }

  .offer .cta {
    align-self: center;
  }

  .faq {
    margin-top: 30px;
    padding: 10px 0;
  }

  .fixed-cta .cta {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 991px) {
  .bg-grey .color-block {
    top: 7%;
  }

  .testimonial {
    margin-bottom: 25px;
  }

  .qualities {
    background-image: linear-gradient(180deg, #fbfbfa 490px, transparent 490px);
  }
}

@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none;
  }

  .banner--text {
    flex: 1;
    padding: 15px 0 4px 0;
  }

  .banner--recommended-seal {
    bottom: 38px;
    right: -19px;
  }

  .qualities--product-images div {
    width: 50%;
  }
}

@media screen and (min-width: 560px) and (max-width: 991px) {
  .bg-grey .color-block {
    top: 250px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 23px;
  }

  .hide-mobile {
    display: none;
  }

  .fb-col-mobile {
    flex-direction: column;
  }

  h1 {
    font-size: 28px;
    line-height: 34px;
  }

  h2 {
    font-size: 26px;
    line-height: 34px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .container {
    padding: 0 25px;
  }

  .hero-slider--display-wrapper {
    width: 100%;
    max-width: 547px;
    height: 90.8965vw;
    max-height: 559px;
  }

  .hero-slider--display {
    width: 100%;
    height: 100%;
  }

  .hero-slider--arrow {
    display: none;
  }

  .hero-slider--current-image img.fill,
  .hero-slider--current-image img.expand.active {
    transform: scale(1);
    transform-origin: center;
  }

  .customers-photos--list {
    margin: 17px auto 40px auto;
  }

  .benefits--list {
    margin: 30px auto;
  }

  .banner {
    padding: 24px 0;
  }

  .banner-content {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .banner--text h4 {
    line-height: 28px;
  }

  .banner--recommended-seal {
    top: 122px;
    left: 106px;
    width: 82px;
  }

  .qualities--product-images div {
    width: 100%;
  }

  .qualities--product-images {
    flex-direction: column;
    margin: 38px 0 0 0;
  }

  .qualities--image {
    object-fit: cover !important;
  }

  .guarantee {
    padding: 40px 0 20px 0;
  }

  .guarantee-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .guarantee--text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .faq-item input.checked ~ label .faq-accordion {
    padding: 16px 56px 16px 16px;
  }

  .faq-icon {
    right: 12px;
  }
}

@media screen and (max-width: 600px) {
  .container {
    padding: 0 20px;
  }

  .reviews-summary img {
    width: 91px;
  }

  .hero-slider--buttons {
    width: 100%;
  }

  .hero-slider--buttons-thumbs {
    gap: 6px;
    margin: 0;
    width: 100%;
    justify-content: center;
  }

  .hero-slider--button {
    width: unset;
    max-width: 60px;
    flex: 1;
    height: 60px;
  }

  .hero-slider--guarantee-seal {
    width: 23%;
    height: 23%;
    top: -15.9px;
    left: -7.3px;
  }

  .hero-slider--recommended-seal {
    width: 65px;
    height: 65px;
    bottom: 16px;
    right: 16px;
  }
  .points-list li {
    padding-bottom: 16px;
    line-height: 1.2;
  }
  .points-list {
    margin: 10px 0;
    font-size: 15px;
    line-height: 18px;
}
.points-list li:before {

    margin-right: 9px;
}
  .hero-testimonial {
    margin-top: 20px;
  }
  .hero-testimonial p {
    font-size: 16px;
    line-height: 24px;
  }
  .section-title p {
    margin-bottom: 50px;
  }
  .quality h4 {
    text-align: center;
  }
  .quality img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
  }
}

#features .section-title .break {
  display: none;
}

@media screen and (max-width: 500px) {
  #features .section-title .break {
    display: inline;
  }
}

@media screen and (max-width: 560px) {
  .bg-grey .color-block {
    top: 270px;
  }
}

@media screen and (max-width: 406px) {
  .topbar p {
    font-size: 12px;
  }
  .points-list li:before {
        margin-right: 5px;
    }
  .hero-slider--guarantee-seal {
    width: 71.3px;
    height: 71px;
    top: -20.5px;
    left: 3px;
  }
  .points-list {
        font-size: 14px;
    }
  .cta button {
    letter-spacing: -0.44px;
    font-size: 16px;
    padding: 10px;
  }
}
@media screen and (max-width: 378px) {

  .points-list {
        font-size: 13px;
    }
 .points-list li {
  display: block;

    }
}