body{
  font-size: 16px;
}

.bg-main-zdjecie {
  padding: 82px 0px;
  background-image: url("/img/banner.webp");
  background-position: center;
  background-size: cover;
}

img {
  width: 100%;
}

form a {
  text-decoration: none;
  color: #ff9100;
}
body,
html {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

h1 {
  color: #141414;
  font-family: Poppins;
  font-size: 4.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.38px;
}

h3 {
  color: #141414;
  font-family: Poppins;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 42px */
  letter-spacing: -0.7px;
}

body {
  position: relative;
  background-color: #ffecd5;
}

nav {
  height: 75px;
  display: flex;
  width: 100%;
  align-self: stretch;
  align-items: center;
  justify-content: space-between;
}
nav .container{
  width: 100%;
}
.nav-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nav-left {
  display: flex;
  align-items: center;
}
.logo-div,
.menu-div {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 12px 16px; 
}
.logo-div svg {
  width: 160px;
  height: auto;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-right .nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ff9100;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-right .nav-btn svg path {
fill: white;
}
.accessibility-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
}
.nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ff9100;
  color: #fff;
  border: none;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.nav-btn:hover {
  background: #ff7a00;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(255, 145, 0, 0.35);
}

.nav-btn:active {
  transform: scale(0.95);
}

.nav-btn:focus-visible {
  outline: 2px solid #001a38;
  outline-offset: 3px;
}
.menu-div {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
}

.menu-div a {
  color: #141414;
  text-decoration: none;
  font-family: Poppins;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.menu-div a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0%;
  background-color: #ff9100;
  transition: all 0.3s ease-in-out;
}

.menu-div a:hover:before {
  width: 100%;
}

p {
  color: #023777;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.36px;
}

.color-orange {
  color: #ff9100;
}

.bg-main-container {
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);

  padding: 48px 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.main-btn {
  border-radius: 12px;
  background: #ff9100;
  padding: 8px 24px;
  text-decoration: none;
  color: #fff;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
  transition: all 0.3s ease-in-out;
}

h2 {
  color: white;
  font-family: Poppins;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 66px */
  letter-spacing: -1.1px;
}

h4 {
  color: #141414;
  font-family: Poppins;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: -0.56px;
}

.main-btn:hover {
  background: #ff9e20;
}

.bg-grey {
  background: #f8f8f8;
}

.oferta {
  padding: 96px 160px;
}

.tel-btn-menu {
  display: none;
  width: 56px;
  height: 32px;
  border-radius: 16px;
  background: #ff9100;
  justify-content: center;
  align-items: center;
}

.tel-btn-menu::before {
  all: unset;
}

.whole-offer-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 32px;
  overflow-x: auto;
  padding: 128px 12px;
  scroll-snap-type: x mandatory;
}

.div-img-offer-item {
  margin-top: -106px;
}

.div-img-offer-item img {
  border-radius: 48px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  width: 124px;
}

.single-item {
  padding: 40px 24px 72px 24px;
  border-radius: 48px;
  width: 31%;
  background: #fff;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  scroll-snap-align: center;
  min-height: 526px;
}

.warte-uwagi-whole-div {
  padding: 96px 0px;
}

.warte-uwagi-whole-div .container {
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.div-img-warte-uwagi img {
  border-radius: 48px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}

.diety,
.kosmetyki,
.zespol,
.faq,
.kontakt {
  padding: 24px 0px;
}

footer {
  padding: 48px 0px;
}

.div-diets {
  flex-wrap: nowrap;
  gap: 32px;
  display: flex;
}

.img-diets {
  width: 25%;
}

.img-diets img {
  border-radius: 48px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
  object-fit: cover;
}

.faq-item {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  gap: 32px;
  border-bottom: 1px solid #ff9100;
  padding: 32px 0px 0px 0px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.faq-item.active .faq-answer {
  padding-bottom: 32px;
}

.faq-item div:nth-child(1) svg {
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 20px;
}

.faq-item.active div:nth-child(1) svg {
  transform: rotate(0deg);
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-question {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #141414;
  font-family: Poppins, sans-serif;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.46px;
}

.faq-item div:nth-child(1) {
  display: flex;
  gap: 16px;
  align-items: center;
}

.faq-item div:nth-child(1) {
  color: #141414;
  font-family: Poppins;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 27.6px */
  letter-spacing: -0.46px;
}

.faq-item div:nth-child(1) svg {
  display: flex;
}

.desc-of-kontakt {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.open-hours {
  display: flex;
  gap: 24px;
}

.open-hours div:nth-child(1) {
  color: #ff9100;
  font-family: Poppins;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 27.6px */
  letter-spacing: -1.15px;
}

.open-hours div:nth-child(2),
.open-hours div:nth-child(3) {
  color: #141414;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.36px;
}

.open-hours div:nth-child(3) {
  border-left: 1px solid #ff9100;
  padding-left: 24px;
}

#form-offer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#form-offer div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

#form-offer label {
  color: #141414;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.36px;
}

#form-offer *::placeholder {
  color: rgb(170, 170, 170);
}

#form-offer .kontakt-input,
#form-offer textarea,
select {
  border-radius: 24px;
  background: #fff;
  border: none;
  outline: none;
  padding: 12px 16px;
  width: 100%;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.36px;
}

.h2-hallowen {
  color: #ff9100;
  text-align: center;
  font-family: Poppins;
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 40.5px */
  text-transform: uppercase;
}

.akceptacja {
  flex-direction: row !important;
}

button[type="submit"] {
  padding: 14px 48px;
  border: none;
  outline: none;
  border-radius: 64px;
  background: #ff9100;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  color: white;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
  width: fit-content;
}

.kontakt-iframe iframe {
  border-radius: 48px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}

.footer-links div {
  display: flex;
  gap: 32px;
  justify-content: end;
}

.footer-links div a {
  color: #141414;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.36px;
  text-decoration: none;
}

.footer-social-links {
  display: flex;
  gap: 32px;
  justify-content: end;
  border-bottom: 1px solid #023777;
}

.footer-social-links div a {
  color: #023777;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.28px;
}

.footer-links,
.footer-social-links {
  padding: 16px 0px;
  width: 100%;
}

.links-n-social {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.polityka-div {
  color: #ff9100;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.28px;
}

.polityka-div a {
  color: #ff9100;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#rezultat span {
  padding: 64px 0px;
  color: #023777;
}

#rezultat {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #141414;
  text-align: center;
  font-family: Poppins;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 27.6px */
  letter-spacing: -0.46px;
}

@media screen and (max-width: 1319px) {
  .whole-offer-div {
    justify-content: start;
  }

  .single-item {
    width: 360px;
  }
}

@media screen and (max-width: 992px) {
  .footer-links div {
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .footer-social-links {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .footer-logo-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-logo-div img {
    width: 20%;
  }

  .open-hours {
    flex-direction: column;
    align-items: center;
  }

  .open-hours div:nth-child(3) {
    padding: 0;
    border-left: 0px;
  }

  .faq-item div:nth-child(1) svg {
    width: 70px;
    height: 70px;
  }

  .div-diets {
    gap: 16px;
  }

  .img-diets img {
    height: 280px;
  }

  .whole-offer-div {
    gap: 16px;
  }

  p {
    font-size: 1rem;
  }

  .single-item {
    width: 270px;
  }

  .menu-div a {
    display: none;
  }

  .tel-btn-menu {
    display: flex !important;
  }

  h2 {
    font-size: 2.1875rem;
  }

  h1 {
    font-size: 2.75rem;
  }

  .bg-main-zdjecie,
  .oferta {
    padding: 48px 16px;
  }

  .bg-main-container {
    padding: 48px 24px;
  }
}

/* hallowen styles */

.hallowen-h1 {
  color: #023777;
  text-align: center;
  font-family: Poppins;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

.hallowen-h3 {
  color: #f8f8f8;
  text-align: center;
  font-family: Poppins;
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 40.5px */
}

.candies-div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding-left: 70px;
}

.candy-card {
  width: 544px;
  height: 360px;
  perspective: 1000px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
}

.candy-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.candy-card.flipped .candy-inner {
  transform: rotateY(180deg);
}

.candy-front,
.candy-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  inset: 0;
  border-radius: 24px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.candy-back {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  transform: rotateY(180deg);
}
.content-candy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.content-candy__title {
  color: #141414;
  font-family: Poppins;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  /* 34.5px */
}

.content-candy__desc {
  color: #141414;
  font-family: Poppins;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 19.5px */
}

.content-candy__desc b {
  color: #141414;
  font-family: Poppins;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 28.5px */
}

.content-candy__btn {
  display: flex;
  width: fit-content;
  border-radius: 64px;
  background: #e73429;
  padding: 14px 48px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  /* 19.5px */
}

.candy-front {
  position: relative;
  display: flex;
  width: 544px;
  height: 360px;
  padding: 0 24px 108px 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 24px;
  background: #001a38;
  overflow: hidden;
  transform: rotateY(0deg);
}

.candy-front > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.candy-front > div:nth-child(2) span:nth-child(1) {
  color: #fff;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.candy-front > div:nth-child(2) span:nth-child(2) {
  color: #ff9100;
  text-align: center;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
}

.candy-front img {
  width: 80%;
  height: auto;
}

.mikolaj-span-niespodzianka {
  color: #427230;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
}

.candy-back {
  border-radius: 24px;
  background: #001a38;
  box-shadow: 0 4px 16px 0 rgba(2, 55, 119, 0.1);
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 32px 24px;
  transform: rotateY(180deg);
}

.imgs-candy {
  display: flex;
  justify-content: center;
}

.imgs-candy img {
  width: 50%;
}

.oferta-wazna {
  color: #ff9100;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding-top: 24px;
  /* 24px */
}

.kliknij-i-zobacz {
  color: #023777;
  font-family: Poppins;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
}

.pc {
  display: flex !important;
}

.tel {
  display: none !important;
}

.akceptacja input[type="checkbox"] {
  /* ukrycie natywnego wyglądu */
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #ff9100;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.akceptacja input[type="checkbox"]:checked {
  background-color: #ff9100;
  border-color: #ff9100;
}

.akceptacja input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 8px;
  height: 14px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(45deg);
}

@media screen and (max-width: 992px) {
  .hallowen-h1 {
    font-size: 2.75rem;
  }

  .pc {
    display: none !important;
  }

  .tel {
    display: flex !important;
  }

  .candies-div {
    grid-template-columns: repeat(1, 1fr);
  }

  .candy-back {
    flex-direction: column;
    padding: 16px;
    height: 100%;
  }

  .content-candy__btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .content-candy div {
    width: 100%;
  }
}

.too-late {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 60px 20px;
}

.too-late__emoji {
  font-size: 5rem;
  margin-bottom: 20px;
}

.too-late__text {
  color: #427230;
  text-align: center;
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 72px */
  text-transform: uppercase;
}

.wybierz-swoj {
  color: #ff9100;
  text-align: center;
  font-family: Poppins;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 72px */
  text-transform: uppercase;
}

.ktory-pakiet-div {
  display: flex;
  flex-direction: column;
  gap: 8;
  text-align: center;
}

.ktory-pakiet-div h3 {
  color: #ff9100;
  text-align: center;
  font-family: Poppins;
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 40.5px */
}

.zamow-przez-platforme {
  padding: 14px 48px;
  border-radius: 64px;
  background: #e73429;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  /* 19.5px */
}
.text-under {
  color: #023777;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.text-under span {
  color: #ff9f31;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.fajerwerki {
  width: 40%;
  position: absolute;
}
.fajerwerek1 {
  left: -16%;
  top: -42vh;
}
.fajerwerek2 {
  top: 65vh;
  right: -25%;
  width: 50%;
}
.mask-layer {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.mask-layer img {
  width: 200px;
  height: auto;
}
.cash-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;

  background-image: var(--cash-img);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;

  z-index: 1;
}
.candy-50k {
  --cash-img: url("/img/50k.webp");
}
.candy-70k {
  --cash-img: url("/img/70k.webp");
}
.text-layer {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #fff;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.text-layer span:nth-child(2) {
  color: #ff9100;
  text-align: center;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
}
.back-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.back-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
.back-images img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 16px;
}
.back-content {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.back-content h3 {
  color: #ff9100;
  text-align: center;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
}

.regular-price {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.promo-price {
color: #FFF;
font-family: Poppins;
font-size: 1.1875rem;
font-style: normal;
font-weight: 700;
line-height: 150%;
text-transform: uppercase;
}
.promo-price strong {
  color: #ff9100;
  font-family: Poppins;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

.saving {
  color: #ff9100;
  font-family: Poppins;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
/* =========================
   HIGH CONTRAST MODE
========================= */

body.high-contrast {
  background: #000 !important;
  color: #fff !important;
}

body.high-contrast * {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

body.high-contrast a {
  color: #00ffff !important;
}

body.high-contrast button,
body.high-contrast .nav-btn {
  background: #fff !important;
  color: #000 !important;
}
body.high-contrast .nav-btn svg path {
  fill: black;
}
@media (max-width: 768px) {
  .candies-div {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px; /* odstęp między kartami */
    padding-left: 16px;
    padding-right: 16px;
  }

  .candy-card {
    width: 100% !important;
    max-width: 100%;
  }
    .candy-front {
    width: 100%;
    height: auto;
    min-height: 320px;
    padding-bottom: 96px;
  }

  .cash-layer {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .imgs-candy {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .imgs-candy img {
    width: 100%;
    height: auto;
  }
}
