@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

img,
picture {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --bg-color: #ffffff;
  --bg-sec-color: #f6f6f7;
  --text-color: #000000;
  --text-sec-color: #aeaeae;
  --text-white-color: #ffffff;
  --primary-color: #181818;
}

html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

strong {
  font-weight: 500;
  color: var(--text-color);
}

h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--text-color);
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-color);
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.6rem;
  }
}

h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-color);
}

p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-sec-color);
  line-height: 1.8;
}

span {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-color);
}

.btn {
  padding: 0.938em 1.5em;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 24px;
}
.btn--primary {
  background: var(--primary-color);
  color: var(--text-white-color);
  border-color: var(--primary-color);
  transition: 200ms ease;
}
.btn--primary:hover {
  filter: brightness(2);
}
.btn--secondary {
  background: transparent;
  color: var(--text-sec-color);
  border-color: var(--text-sec-color);
  transition: 200ms ease;
}
.btn--secondary:hover {
  background-color: var(--text-sec-color);
  color: var(--text-white-color);
}
.btn--arrow {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: transparent;
  color: var(--text-sec-color);
  text-transform: none;
  font-weight: 500;
  transition: 200ms ease;
}
.btn--arrow .icon {
  background-color: var(--text-sec-color);
}
.btn--arrow:hover {
  gap: 8px;
  color: var(--text-color);
}
.btn--arrow:hover .icon {
  background-color: var(--text-color);
}
@media (max-width: 768px) {
  .btn--arrow {
    padding-right: 0;
  }
}
.btn--circle {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--primary-color);
  border-radius: 100%;
  border: 0;
  transition: 200ms ease;
}
.btn--circle .icon {
  background-color: var(--text-white-color);
}
.btn--circle:hover {
  filter: brightness(1.05);
}
.btn:hover {
  cursor: pointer;
}

#services,
#price-list,
#contact,
#footer {
  max-width: 1320px;
  margin: 0 auto;
}

.sub {
  display: flex;
  flex-direction: column;
}
.sub h2 {
  padding-bottom: 0 !important;
}
.sub a {
  padding-bottom: 3em;
  color: #000000;
  text-align: center;
  text-decoration: underline;
}
.sub span {
  padding-bottom: 3em;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  text-align: center;
}

.section__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.5em;
  padding-bottom: 1.5em;
}

@media (max-width: 1364px) {
  #services,
  #price-list,
  #contact,
  #footer {
    max-width: 100%;
    padding: 0 1.5em;
  }
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  z-index: 1000;
  display: none; /* Domyślnie ukryty */
}

.cookie-banner p {
  margin: 0;
  padding: 0;
  display: inline;
  padding-bottom: 2em;
}

.cookie-banner .buttons {
  padding-bottom: 1em;
  padding-top: 2em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (min-width: 1024px) {
  .cookie-banner .buttons {
    flex-direction: row;
    justify-content: center;
  }
}

.icon {
  width: 20px;
  height: 20px;
  mask-size: 20px;
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  display: block;
  position: relative;
  background-color: var(--text-color);
}
.icon.s24 {
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
}
.icon.s32 {
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
}
.icon.s40 {
  width: 40px;
  height: 40px;
  mask-size: 40px;
  -webkit-mask-size: 40px;
}

.icon--arrow-right {
  mask-image: url("../icons/arrow-right.svg");
  -webkit-mask-image: url("../icons/arrow-right.svg");
}

.icon--add-cart {
  mask-image: url("../icons/add-cart.svg");
  -webkit-mask-image: url("../icons/add-cart.svg");
}

.icon--candle {
  mask-image: url("../icons/candle.svg");
  -webkit-mask-image: url("../icons/candle.svg");
}

.icon--data {
  mask-image: url("../icons/data.svg");
  -webkit-mask-image: url("../icons/data.svg");
}

.icon--delivery {
  mask-image: url("../icons/delivery.svg");
  -webkit-mask-image: url("../icons/delivery.svg");
}

.icon--dolar {
  mask-image: url("../icons/dolar.svg");
  -webkit-mask-image: url("../icons/dolar.svg");
}

.icon--facebook {
  mask-image: url("../icons/facebook.svg");
  -webkit-mask-image: url("../icons/facebook.svg");
}

.icon--instagram {
  mask-image: url("../icons/instagram.svg");
  -webkit-mask-image: url("../icons/instagram.svg");
}

.icon--tiktok {
  mask-image: url("../icons/tiktok.svg");
  -webkit-mask-image: url("../icons/tiktok.svg");
}

.icon--minus {
  mask-image: url("../icons/remove.svg");
  -webkit-mask-image: url("../icons/remove.svg");
}

.icon--safe {
  mask-image: url("../icons/safe.svg");
  -webkit-mask-image: url("../icons/safe.svg");
}

.icon--quote {
  mask-image: url("../icons/quote.svg");
  -webkit-mask-image: url("../icons/quote.svg");
}

.icon--plus {
  mask-image: url("../icons/add.svg");
  -webkit-mask-image: url("../icons/add.svg");
}

.icon--info {
  mask-image: url("../icons/info.svg");
  -webkit-mask-image: url("../icons/info.svg");
}

.icon--heart {
  mask-image: url("../icons/heart.svg");
  -webkit-mask-image: url("../icons/heart.svg");
}

.icon--high-quality {
  mask-image: url("../icons/high-quality.svg");
  -webkit-mask-image: url("../icons/high-quality.svg");
}

.icon--map {
  mask-image: url("../icons/map.svg");
  -webkit-mask-image: url("../icons/map.svg");
}

.icon--menu {
  mask-image: url("../icons/menu.svg");
  -webkit-mask-image: url("../icons/menu.svg");
}

.icon--nekrolog {
  mask-image: url("../icons/nekrolog.svg");
  -webkit-mask-image: url("../icons/nekrolog.svg");
}

.icon--qr {
  mask-image: url("../icons/qr.svg");
  -webkit-mask-image: url("../icons/qr.svg");
}

.icon--quest {
  mask-image: url("../icons/quest.svg");
  -webkit-mask-image: url("../icons/quest.svg");
}

.icon--stick {
  mask-image: url("../icons/stick.svg");
  -webkit-mask-image: url("../icons/stick.svg");
}

.icon--close {
  mask-image: url("../icons/close.svg");
  -webkit-mask-image: url("../icons/close.svg");
}

.icon--book {
  mask-image: url("../icons/book.svg");
  -webkit-mask-image: url("../icons/book.svg");
}

.icon--share {
  mask-image: url("../icons/share.svg");
  -webkit-mask-image: url("../icons/share.svg");
}

.icon--check {
  mask-image: url("../icons/check.svg");
  -webkit-mask-image: url("../icons/check.svg");
}

.icon--mail {
  mask-image: url("../icons/mail.svg");
  -webkit-mask-image: url("../icons/mail.svg");
}

.icon--call {
  mask-image: url("../icons/call.svg");
  -webkit-mask-image: url("../icons/call.svg");
}

.icon--calendar-add {
  mask-image: url("../icons/calendar-add.svg");
  -webkit-mask-image: url("../icons/calendar-add.svg");
}

header {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 110px;
  min-height: 560px;
  padding: 2em;
}
header .qrScanner {
  display: none;
}
header .qrScanner__info {
  display: flex;
  align-items: center;
  border: 1px dashed var(--primary-color);
  background-color: rgba(24, 24, 24, 0.1);
  padding: 0.5em 1em;
  border-radius: 10px;
}
header .qrScanner__info p {
  padding-bottom: 0.5em;
}
header .qrScanner__info .btn {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  padding: 1em;
  height: fit-content;
}
header .qrScanner__info .btn i {
  background-color: white;
}
header .content {
  width: 50%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .content .btn {
  width: fit-content;
}
header h1 {
  color: white;
}
header p {
  color: white;
  padding: 3em 0;
}
header .desktop {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 20px;
}
header .mobile {
  display: none;
}
@media (max-width: 1340px) {
  header {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  header {
    display: flex;
    flex-direction: column;
    padding: 1em;
    margin: 0;
    margin-top: 64px;
    min-height: auto;
  }
  header .qrScanner {
    display: block;
    order: 0;
  }
  header .desktop {
    display: none;
  }
  header .mobile {
    order: 1;
    display: block;
  }
  header .content {
    order: 2;
    width: 100%;
    min-height: auto;
    padding: 2em 0;
  }
  header h1 {
    color: var(--text-color);
    padding-top: 0.5em;
    font-size: 24px;
  }
  header p {
    color: var(--text-color);
    padding: 1em 0;
    max-width: 100%;
  }
  header .btn {
    order: 3;
  }
}

.phone {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 50px;
}
.phone .title {
  text-align: center;
  padding-bottom: 4em;
}
.phone .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
}
.phone .content .left h2 {
  padding-bottom: 1em;
}
.phone .content .right h2 {
  padding-bottom: 1em;
}
.phone .content .center img {
  max-width: 240px;
}
.phone .content .info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1em;
}
.phone .content .info__element {
  display: flex;
  align-items: center;
  gap: 1em;
}
.phone .content .info__element .iconWrap {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: var(--bg-sec-color);
  font-size: 18px;
  font-weight: 600;
}
.phone .content .info__element .content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.phone .content .info__element .content p {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .phone .content h2 {
    text-align: center;
  }
}
@media (max-width: 1340px) {
  .phone {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .phone {
    padding-top: 20px;
  }
  .phone .content {
    display: flex;
    flex-direction: column;
  }
  .phone .content .center {
    padding: 2em 0;
  }
  .phone .content .info__element h3 {
    font-size: 16px;
  }
  .phone .content .info__element p {
    font-size: 14px;
  }
}

.shop {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
}
.shop .title h2 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}
.shop .content {
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
  align-items: center;
}
.shop .content .left,
.shop .content .right {
  flex-basis: calc(50% - 1em);
}
.shop .content .bottom {
  flex-basis: 100%;
}
.shop .gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 290px 290px;
  gap: 1em;
}
.shop .gallery img {
  width: 100%;
  height: -webkit-fill-available;
  border-radius: 20px;
  object-fit: cover;
  cursor: pointer;
}
.shop .right .zamowienie {
  position: relative;
}
.shop .right .zamowienie p {
  color: #898989;
}
.shop .right .zamowienie__pricing .line {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.67);
}
.shop .right .zamowienie__pricing .flex {
  display: flex;
  align-items: center;
  gap: 4px;
}
.shop .right .zamowienie__pricing .flex strong {
  color: green;
}
.shop .right .zamowienie__pricing .rabatInfo {
  padding-top: 10px;
  font-size: 12px;
  color: #181818;
}
.shop .right .zamowienie__info {
  padding-bottom: 0.5em;
  display: flex;
  justify-content: end;
}
.shop .right .zamowienie__info .icon {
  cursor: pointer;
}
.shop .right .zamowienie__info .icon:hover + .dropdown {
  display: block;
}
.shop .right .zamowienie__info .dropdown {
  display: none;
  background-color: var(--bg-color);
  border: 1px solid rgb(211, 211, 211);
  border-radius: 10px;
  position: absolute;
  padding: 1.2em;
  top: -120px;
  right: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.shop .right .zamowienie__header {
  display: flex;
  align-items: center;
  gap: 1em;
}
.shop .right .zamowienie__header .imgWrap {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background-color: var(--bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop .right .zamowienie__header .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop .right .zamowienie__header .title {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.shop .right .zamowienie__header .title h2 {
  padding: 0;
}
.shop .right .zamowienie__pricing {
  display: flex;
  flex-direction: column;
  padding-top: 1em;
  padding-bottom: 1em;
}
.shop .right .zamowienie__desc {
  padding: 1em 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  justify-content: start;
}
.shop .right .zamowienie__desc p {
  width: 100%;
}
.shop .right .zamowienie__desc p a {
  color: #000000;
  font-weight: 500;
}
.shop .right .zamowienie__amount {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.shop .right .zamowienie__amount .label {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.shop .right .zamowienie__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: 100%;
}
.shop .right .zamowienie__buttons a span {
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.shop .right .zamowienie__buttons a i {
  background-color: white;
}
.shop .right .zamowienie__footer {
  padding-top: 20px;
}
.shop .right .zamowienie__footer .imgWrap {
  max-width: 200px;
  margin: 0 auto;
}
.shop .right .zamowienie__footer .imgWrap img {
  width: 100%;
}
.shop .right .zamowienie__footer a {
  text-decoration: underline !important;
  color: black;
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 16px;
}
.shop .right .zamowienie__plan {
  padding-top: 2em;
  padding-bottom: 1em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
.shop .right .zamowienie__plan .discount {
  display: none;
}
.shop .right .zamowienie__plan .yearlyForever {
  overflow: hidden;
  position: relative;
  background-color: var(--bg-color);
  border: 1px solid rgb(196, 196, 196);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  padding: 1em;
  position: relative;
  height: 100%;
}
.shop .right .zamowienie__plan .yearlyForever p {
  text-align: center;
  display: none;
  font-size: 11px;
}
.shop .right .zamowienie__plan #yearly.setDiscount .discount,
.shop .right .zamowienie__plan #forever.setDiscount .discount {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fff;
  position: absolute;
  transform: rotate(45deg);
  padding: 4px 33px;
  font-size: 12px;
  font-weight: 600;
  top: 20px;
  right: -25px;
}
.shop .right .zamowienie__plan #yearly.setDiscount .yearlyForever p,
.shop .right .zamowienie__plan #forever.setDiscount .yearlyForever p {
  display: flex;
}
.shop .right .zamowienie__plan > div {
  position: relative;
}
.shop .right .zamowienie__plan > div h2 {
  padding-top: 32px;
  font-size: 2.5rem;
  flex-grow: 1;
}
.shop .right .zamowienie__plan > div span {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(128, 128, 128);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 0.5em 1em;
  border-radius: 30px;
  z-index: 1;
}
.shop .right .zamowienie__plan > div ul {
  list-style: none;
  padding-left: 0;
}
.shop .right .zamowienie__plan > div ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 4px;
}
.shop .right .zamowienie__plan > div ul li:first-child {
  font-weight: 600;
}
.shop .right .zamowienie__plan > div .btn {
  height: fit-content;
  width: fit-content;
  display: flex;
  gap: 8px;
  align-items: center;
}
.shop .right .zamowienie__plan > div .btn i {
  background-color: #fff;
}
@media (max-width: 1100px) {
  .shop .right .zamowienie__plan {
    display: flex;
    flex-direction: column;
  }
}
.shop .right .zamowienie #selectProfilesAmount {
  width: 100%;
  background-color: var(--bg-color);
  border: 1px solid rgb(196, 196, 196);
  border-radius: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.shop .right .zamowienie #selectProfilesAmount span {
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms;
}
.shop .right .zamowienie #selectProfilesAmount span.active {
  background-color: var(--primary-color);
  color: white;
}
.shop .right .zamowienie #selectProfilesAmount span.active:hover {
  cursor: default;
  background-color: var(--primary-color);
}
.shop .right .zamowienie #selectProfilesAmount span:hover {
  cursor: pointer;
  background-color: rgb(222, 222, 222);
}
@media (max-width: 1024px) {
  .shop .right .zamowienie .zamowienie__header h2 {
    text-align: start;
    font-size: 18px;
  }
  .shop .right .zamowienie .zamowienie__header p {
    font-size: 12px;
  }
  .shop .right .zamowienie .zamowienie__pricing .flex {
    padding-bottom: 10px;
  }
  .shop .right .zamowienie .zamowienie__pricing .one {
    flex-wrap: wrap;
  }
  .shop .right .zamowienie .zamowienie__pricing .one p {
    flex-basis: 100%;
  }
  .shop .right .zamowienie .zamowienie__pricing p,
  .shop .right .zamowienie .zamowienie__pricing .line,
  .shop .right .zamowienie .zamowienie__pricing strong {
    font-size: 13px;
  }
  .shop .right .zamowienie .zamowienie__pricing .line,
  .shop .right .zamowienie .zamowienie__pricing strong {
    white-space: nowrap;
  }
  .shop .right .zamowienie .zamowienie__amount .label {
    font-size: 14px;
  }
  .shop .right .zamowienie .zamowienie__desc p {
    font-size: 14px;
  }
}
.shop .right .zamowienie {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--bg-sec-color);
  padding: 2em;
  border-radius: 20px;
}
.shop .right .zamowienie h2 {
  font-size: 21px;
}
.shop .right .zamowienie h5 {
  font-size: 16px;
  margin: 0;
}
.shop .right .zamowienie .amount {
  padding-top: 1em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  flex-grow: 1;
}
.shop .right .zamowienie .amount .subtitle {
  font-size: 14px;
  font-weight: 400;
}
.shop .right .zamowienie .amount .item,
.shop .right .zamowienie .amount .item2 {
  display: flex;
  align-items: center;
  background-color: var(--bg-color);
  height: 40px;
  padding: 1em;
  border-radius: 20px;
  gap: 1em;
}
.shop .right .zamowienie .amount .item .checkbox,
.shop .right .zamowienie .amount .item2 .checkbox {
  width: 24px;
  height: 24px;
  background-color: var(--bg-sec-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.shop .right .zamowienie .amount .item .checkbox .icon,
.shop .right .zamowienie .amount .item2 .checkbox .icon {
  background-color: var(--bg-color);
}
.shop .right .zamowienie .amount .item span,
.shop .right .zamowienie .amount .item2 span {
  font-size: 16px;
  font-weight: 400;
}
.shop .right .zamowienie .amount .item span.line,
.shop .right .zamowienie .amount .item2 span.line {
  text-decoration: line-through;
  margin-right: 5px;
  color: gray;
}
.shop .right .zamowienie .amount .item .desc,
.shop .right .zamowienie .amount .item2 .desc {
  flex-grow: 1;
}
.shop .right .zamowienie .amount .item.checked,
.shop .right .zamowienie .amount .item2.checked {
  background-color: var(--primary-color);
}
.shop .right .zamowienie .amount .item.checked span,
.shop .right .zamowienie .amount .item2.checked span {
  color: white;
}
.shop .right .zamowienie .amount .item.checked span.line,
.shop .right .zamowienie .amount .item2.checked span.line {
  text-decoration: line-through;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.544);
}
.shop .right .zamowienie .amount .item.checked .checkbox .icon,
.shop .right .zamowienie .amount .item2.checked .checkbox .icon {
  background-color: var(--primary-color);
}
.shop .right .zamowienie .amount .item:hover,
.shop .right .zamowienie .amount .item2:hover {
  cursor: pointer;
  filter: brightness(0.93);
}
.shop .right .zamowienie .buttons {
  padding-bottom: 0.5em;
  padding-top: 2em;
}
@media (max-width: 1340px) {
  .shop {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .shop .content {
    gap: 1em;
  }
  .shop .content .left,
  .shop .content .right {
    flex-basis: 100%;
  }
  .shop .reverse .right {
    order: 1;
  }
  .shop .reverse .left {
    order: 2;
  }
  .shop .right .zamowienie {
    padding: 1em;
  }
  .shop .right .zamowienie .item span,
  .shop .right .zamowienie .item2 span {
    font-size: 14px !important;
  }
}

.testProfile {
  min-height: 400px;
  background-image: url("/assets/images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 80px;
}
.testProfile .content {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2em;
  min-height: 400px;
  height: 100%;
  justify-content: center;
}
.testProfile .content img {
  width: 60%;
  margin: 0 auto;
}
.testProfile .content .right h2 {
  color: white;
}
.testProfile .content .right p {
  padding: 1em 0 2em 0;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1024px) {
  .testProfile .content {
    display: flex;
    flex-direction: column;
  }
  .testProfile .content img {
    width: 60%;
    margin: 0 auto;
    padding-top: 3em;
  }
  .testProfile .content .right {
    padding: 0 1em;
    padding-bottom: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .testProfile .content .right h2 {
    text-align: center;
  }
  .testProfile .content .right p {
    text-align: center;
  }
}

footer .info {
  background-color: var(--bg-sec-color);
  padding: 3em 0;
}
footer .info .content {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3em;
}
footer .info .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .info .item p {
  text-align: center;
  font-size: 14px;
  padding-top: 0.6em;
}
footer .info .item h3 {
  text-align: center;
}
footer .footer {
  background-color: #292929;
}
footer .footer .content {
  padding-top: 1em;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 50px;
  gap: 2em;
}
footer .footer .content h2 {
  color: white;
  font-family: "Playfair Display";
  font-weight: 400;
}
footer .footer .content .left, footer .footer .content .center, footer .footer .content .right {
  padding-bottom: 1em;
}
footer .footer .content .left h2, footer .footer .content .center h2, footer .footer .content .right h2 {
  padding-bottom: 0.5em;
}
footer .footer .content .center p {
  padding: 0.5em 0;
}
footer .footer .content .right {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
footer .footer .content .right a {
  color: rgba(255, 255, 255, 0.637);
}
footer .footer .content .bottom {
  grid-area: 2/1/3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}
footer .footer .content .bottom span {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.637);
}
@media (max-width: 1340px) {
  footer .info .content {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer .footer .content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  footer .info .content {
    grid-template-columns: 1fr 1fr;
  }
  footer .footer .content {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  footer .footer .content .bottom {
    padding: 2em 0;
  }
}

.faqu {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-bottom: 40px;
}
.faqu .title h2 {
  text-align: center;
  padding: 80px 0 20px 0;
}
.faqu .accordion {
  border-radius: 20px;
  background-color: var(--bg-sec-color);
  color: var(--text-color);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: background-color 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faqu .active,
.faqu .accordion:hover {
  background-color: #e6e6e6;
}
.faqu .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
  font-size: 16px;
}
.faqu .panel a {
  color: black;
  font-weight: 600;
  text-decoration: underline;
}
.faqu .panel p {
  margin: 16px 0;
  color: var(--text-color);
}
@media (max-width: 1340px) {
  .faqu {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.functions {
  max-width: 1320px;
  margin: 0 auto;
}
.functions .title h2 {
  padding: 80px 0 40px 0;
  text-align: center;
}
.functions .item {
  padding: 0 2em;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  align-items: center;
}
.functions .item h3 {
  text-align: center;
  background-color: var(--primary-color);
  color: white;
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 20px;
  padding: 9px 0;
}
@media (max-width: 1024px) {
  .functions .item {
    margin: 0 auto;
    width: 70%;
  }
}

#kontakt {
  margin-bottom: 40px;
}
#kontakt .title {
  margin-bottom: 40px;
}
#kontakt .title h2 {
  text-align: center;
}
#kontakt .title h3 {
  font-size: 16px;
  text-align: center;
}
#kontakt .content {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}
#kontakt .content .item {
  border-radius: 20px;
  background-color: var(--bg-sec-color);
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}
@media (max-width: 1320px) {
  #kontakt {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  #kontakt .content {
    display: flex;
    flex-direction: column;
  }
}

section.quote {
  padding-top: 80px;
}
section.quote .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.quote .content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 1em;
}
section.quote .content .owl-item {
  height: 100%;
}
section.quote .content .quote {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  padding: 0 2em;
}
section.quote .content .quote i {
  width: 64px;
  height: 64px;
  mask-size: 64px;
  -webkit-mask-size: 64px;
  background-color: #b4b4b4;
}
section.quote .content .quote h3 {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  max-width: 800px;
}
section.quote .content .quote span {
  font-size: 12px;
  font-weight: 400;
}
section.quote .content .owl-nav {
  position: absolute;
  top: 40%; /* Ustawia na środku w pionie */
  width: 100%;
  display: flex;
  justify-content: space-between; /* Umieszcza przyciski nawigacji po lewej i prawej */
  z-index: 1000; /* Zwiększenie priorytetu, by przyciski były widoczne */
}
section.quote .content .owl-nav button span {
  font-size: 3rem;
}
section.quote .content .owl-nav button:focus {
  outline: none;
  background-color: transparent;
}

.sizes {
  background-color: #f6f6f7;
  padding: 2em;
  margin-top: 2em;
}
.sizes .content {
  max-width: 1140px;
  padding: 0 1em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2em;
}
.sizes .content .left img {
  width: 100%;
  max-width: 1200px;
  border-radius: 20px;
}
.sizes .content .right {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sizes .content .right p {
  padding: 2em 0;
  color: black;
}
@media (max-width: 1024px) {
  .sizes .content {
    flex-direction: column;
  }
}

.steps {
  max-width: 1320px;
  margin: 0 auto;
  padding: 1em;
}
.steps .title h2 {
  text-align: center;
  padding-top: 80px;
}
.steps .bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1em;
  padding-top: 2em;
}
.steps .bottom .element {
  border-radius: 20px;
  background-color: var(--bg-sec-color);
  padding: 1.2em;
}
.steps .bottom .element__title {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.steps .bottom .element__content {
  padding-top: 0.7em;
}
@media (max-width: 1024px) {
  .steps .bottom {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}

.navigationDesktop {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--bg-color);
}
.navigationDesktop__wrap {
  height: 100px;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  transition: 300ms ease;
}
.navigationDesktop__logo {
  transition: 300ms ease;
  flex-basis: 260px;
}
.navigationDesktop__logo img {
  width: auto;
  height: 100%;
}
.navigationDesktop__logo:hover {
  cursor: pointer;
}
.navigationDesktop__buttons {
  display: block;
  flex-grow: 1;
}
.navigationDesktop__buttons__wrap {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.navigationDesktop__buttons a {
  color: var(--text-sec-color);
  font-weight: 400;
  font-size: 1rem;
  transition: 200ms ease;
}
.navigationDesktop__buttons a.active {
  color: var(--text-color);
}
.navigationDesktop__buttons a:hover {
  color: var(--primary-color);
}
.navigationDesktop__rightButtons {
  flex-basis: 280px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.navigationDesktop__rightButtons .social {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.navigationDesktop__rightButtons .social .wrap {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #181818;
}
.navigationDesktop__rightButtons .social .wrap:hover {
  cursor: pointer;
  background-color: #181818;
}
.navigationDesktop__rightButtons .social .wrap:hover i {
  background-color: white;
}
.navigationDesktop__rightButtons .btn {
  background-color: var(--text-color);
  border-color: var(--text-color);
  height: 40px;
  padding: 9px 1.5em;
}
.navigationDesktop__rightButtons .empty {
  background-color: transparent;
  border: 1px solid var(--text-color);
  color: var(--text-color);
}
.navigationDesktop .icon--menu {
  display: none;
}
.navigationDesktop.--small {
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}
.navigationDesktop.--small .navigationDesktop__wrap {
  height: 70px;
}
@media (max-width: 1364px) {
  .navigationDesktop .navigationDesktop__wrap {
    max-width: 100vw;
    padding: 0 1.5rem;
    height: 80px;
  }
}
@media (max-width: 992px) {
  .navigationDesktop .navigationDesktop__buttons {
    display: none;
  }
  .navigationDesktop .navigationDesktop__phone {
    display: none;
  }
  .navigationDesktop .navigationDesktop__rightButtons {
    display: none;
  }
  .navigationDesktop .icon--menu {
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%);
  }
  .navigationDesktop .icon--menu.--hide {
    top: 50%;
  }
}

.navigationMobile {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-color);
  transition: 300ms ease-in;
  flex-direction: column;
  padding: 3em 2em 0 2em;
}
.navigationMobile .btn--nav {
  text-align: center;
  border-bottom: 1px solid rgb(210, 210, 210);
  color: black;
  padding: 1em;
}
.navigationMobile .btn--nav.active {
  color: var(--text-color);
}
.navigationMobile .btn--nav:first-of-type {
  margin-top: 1em;
  border-top: 1px solid rgb(210, 210, 210);
}
.navigationMobile .btn--nav:last-of-type {
  margin-bottom: 3em;
}
.navigationMobile.active {
  display: flex;
}
.navigationMobile .icon--close {
  position: absolute;
  top: 1em;
  right: 1em;
}
.navigationMobile .buttons {
  display: flex;
  flex-direction: column;
  gap: 1em;
  flex-grow: 1;
}
.navigationMobile .buttons .social {
  flex-grow: 1;
  display: flex;
  align-items: end;
  justify-content: center;
  align-content: flex-end;
  gap: 0.5em;
  padding-bottom: 4em;
  flex-wrap: wrap;
}
.navigationMobile .buttons .social h2 {
  flex-basis: 100%;
  text-align: center;
  font-size: 16px;
}
.navigationMobile .buttons .social .wrap {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #181818;
}
.navigationMobile .buttons .social .wrap:hover {
  cursor: pointer;
  background-color: #181818;
}
.navigationMobile .buttons .social .wrap:hover i {
  background-color: white;
}
.navigationMobile .buttons .btn {
  background-color: var(--text-color);
  border-color: var(--text-color);
  height: 40px;
  padding: 9px 1.5em;
  color: white;
  text-align: center;
}
.navigationMobile .buttons .empty {
  background-color: transparent;
  border: 1px solid var(--text-color);
  color: var(--text-color);
}

.topbarMobile {
  display: none;
}

.banerDiscount {
  transition: 300ms;
  width: 100%;
  background-color: #181818;
}
.banerDiscount.--hide {
  display: none;
}
.banerDiscount.--small {
  transform: translateY(-67px);
}
.banerDiscount .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4em;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0.5em;
}
.banerDiscount .wrap span {
  color: white;
  font-weight: 400;
}
.banerDiscount .wrap .left .line {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.5);
}
.banerDiscount .wrap .left span {
  font-weight: bold;
}
.banerDiscount .wrap .left .title {
  font-size: 14px;
}
.banerDiscount .wrap .center {
  display: flex;
  gap: 1em;
  align-items: center;
}
.banerDiscount .wrap .center > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banerDiscount .wrap .center > div span {
  font-weight: 600;
  font-size: 18px;
}
.banerDiscount .wrap .center > div span:last-child {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.banerDiscount .wrap .right .btn {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid white;
  transition: 300ms;
}
.banerDiscount .wrap .right .btn:hover {
  background-color: white;
  color: black;
}
@media (max-width: 1024px) {
  .banerDiscount .wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    padding-left: 1em;
    padding-right: 1em;
  }
  .banerDiscount .wrap .left span {
    font-size: 14px;
  }
  .banerDiscount .wrap .right {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1em;
  }
}

#terms {
  min-height: 200px;
  padding: 0;
  height: 200px;
}
#terms .center-content {
  flex-grow: 1;
  background-color: var(--bg-sec-color);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#terms h1 {
  text-align: center;
  color: black;
  width: 100%;
  padding: 0;
}
@media (max-width: 1024px) {
  #terms {
    margin: 90px 20px 20px 20px;
  }
}

.termMain {
  min-height: 100vh;
  padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
}
.termMain p {
  color: black;
}

#aktualnosci {
  max-width: 1320px;
  padding: 1em;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2em;
  row-gap: 2em;
  padding-top: 2em;
  padding-bottom: 3em;
}
#aktualnosci .title {
  grid-area: 1/1/2/4;
}
#aktualnosci .title h2 {
  padding-top: 2em;
  text-align: center;
}
#aktualnosci article {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#aktualnosci article img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: 300ms;
}
#aktualnosci article img:hover {
  filter: brightness(0.86);
}
#aktualnosci article h2 {
  font-size: 1.6rem;
}
#aktualnosci article a {
  color: black;
}
#aktualnosci article .read-more:hover {
  font-weight: 500;
}
@media (max-width: 1024px) {
  #aktualnosci {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
}

.contentWithAside {
  max-width: 1320px;
  margin: 0 auto;
  padding: 1em;
  display: flex;
  gap: 2em;
}
.contentWithAside .left {
  flex-basis: 80%;
  max-width: 800px;
  margin: 0 auto;
}
.contentWithAside .left header {
  margin-bottom: 2em;
}
@media (max-width: 1340px) {
  .contentWithAside .left header {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .contentWithAside .left header {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .contentWithAside .left header .center-content {
    padding: 1em;
  }
}
.contentWithAside .left .center-content {
  padding: 2em;
}
.contentWithAside main p {
  color: #333;
  margin-bottom: 1.5em;
}
.contentWithAside main h1,
.contentWithAside main h2,
.contentWithAside main h3 {
  color: #222;
  margin-top: 20px;
  margin-bottom: 10px;
}
.contentWithAside main h1 {
  font-size: 2.5em;
}
.contentWithAside main h2 {
  font-size: 2em;
}
.contentWithAside main h3 {
  font-size: 1.5em;
}
.contentWithAside main figure {
  margin: 20px 0;
  text-align: center;
}
.contentWithAside main figure img {
  width: auto;
  height: 100%;
  max-height: 600px;
  border-radius: 10px;
  margin: 0 auto;
}
.contentWithAside main figcaption {
  font-size: 0.9em;
  color: #666;
  margin-top: 5px;
}
.contentWithAside aside {
  margin-top: 110px;
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.contentWithAside aside article {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.contentWithAside aside article h2 {
  font-size: 1.2rem;
}
.contentWithAside aside article img {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.contentWithAside aside article a {
  color: black;
}
@media (max-width: 1024px) {
  .contentWithAside {
    display: flex;
    flex-direction: column;
  }
}

.poradnikAside {
  flex-basis: 40%;
}
.poradnikAside .item {
  display: flex;
  align-items: center;
  gap: 1em;
  background-color: #f6f6f7;
  padding: 1em;
  border-radius: 10px;
}
.poradnikAside .item h3 {
  font-size: 0.885rem;
}
.poradnikAside .item:hover {
  cursor: pointer;
  filter: brightness(0.92);
}

.tutorial .title h2 {
  padding-top: 2em;
  padding-bottom: 1em;
  text-align: center;
}
.tutorial .content {
  max-width: 1320px;
  padding: 0 1em;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1em;
}
.tutorial .content .item {
  display: flex;
  align-items: center;
  gap: 1em;
  background-color: #f6f6f7;
  padding: 1em;
  border-radius: 10px;
}
.tutorial .content .item h3 {
  font-size: 0.885rem;
}
.tutorial .content .item:hover {
  cursor: pointer;
  filter: brightness(0.92);
}
@media (max-width: 1024px) {
  .tutorial .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 580px) {
  .tutorial .content {
    grid-template-columns: 1fr;
  }
}