/*
Theme Name: SlowFlow
Author: Piotrek D.
Version: 1.0
*/

html {
  scroll-behavior: smooth;
  scroll-padding-top: 128px;
}

:root {
  --first: #c19a3f;
  --second: #458bba;
  --third: #d4af78;
  --fourth: #e2c7a6;
  --fifth: #b46f52;
  --firstlight: #fff2e6;
  --secondlight: #f1f4e6;
  --thirdlight: #e6eff4;
  --white: #ffffff;
  --light: #cccccc;
  --superlight: #f2f2f2;
  --black: #333333;
  --lightblack: #666666;
  --red: #ec522b;
  --green: #8a9631;
  --greenlight: #f1f4e6;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--white);
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
}

/* --- KONTENER OGÓLNY --- */

.container {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 576px) {
  .row {
    width: 100%;
    height: inherit;
    max-width: 1200px;
    padding: 0 48px;
    z-index: 1;
  }

  .fullrow {
    width: 100%;
    height: inherit;
    z-index: 1;
  }

  .rowover {
    width: 100%;
    height: inherit;
    max-width: 1200px;
    padding: 0 48px;
    z-index: 1;
    overflow: hidden;
  }

  .row__content {
    width: 100%;
    height: inherit;
    /* max-width: 900px; */
    /* padding: 0 48px; */
    z-index: 1;
  }
}

@media only screen and (max-width: 575px) {
  .row,
  .row__content {
    width: calc(100% - 48px);
    height: inherit;
    max-width: 1248px;
    margin-left: 24px;
    margin-right: 24px;
    z-index: 1;
  }

  .rowover {
    width: 100%;
    height: inherit;
    max-width: 1200px;
    padding-left: 24px;
    z-index: 1;
    overflow: hidden;
  }
}

.lazyload {
  filter: blur(10px);
  transition: filter 0.5s ease-in-out;
}

.lazyloaded {
  filter: blur(0);
}

/* --- FORMATOWANIE --- */

h1 {
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 52px;
  margin: 0;
}

h2 {
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: var(--black);
}

h2.subtitle {
  margin: 36px 0 28px 0;
}

h2.frontheading {
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
}

h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h2,
  h2.frontheading {
    font-size: 24px;
    line-height: 36px;
  }

  h3 {
    font-size: 21px;
    line-height: 26px;
  }
}

strong,
b {
  font-weight: 600;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 9px 0;
}

p a,
span a {
  text-decoration: underline;
  color: var(--black);
}

.pagearea__content ul {
  padding-left: 28px;
  margin-top: 6px;
}

.pagearea__content ul li,
/* .pagearea__content ol li, */
.postcontent ul li
/* .postcontent ol li */ {
  position: relative;
  list-style-type: none;
  line-height: 26px;
  font-size: 18px;
  font-weight: 400;
}

.pagearea__content ul li:before,
/* .pagearea__content ol li:before, */
.postcontent ul li:before
/* .postcontent ol li:before  */ {
  content: "–";
  position: absolute;
  left: -18px;
  color: var(--first);
}

.pagearea__content ul.order_details {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}

.pagearea__content ul.order_details li:before {
  content: none;
}

/**/

.mt36 {
  margin-top: 36px;
}

.mb36 {
  margin-bottom: 36px;
}

.mb16 {
  margin-bottom: 16px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.bgfirst {
  background-color: var(--first);
}

.bgsecond {
  background-color: var(--second);
}

.bgthird {
  background-color: var(--third);
}

.bgfourth {
  background-color: var(--fourth);
}

.bgfifth {
  background-color: var(--fifth);
}

.bggreen {
  background-color: var(--green);
}

/* --- STRONA GŁÓWNA --- */

.frontpage__main {
  position: relative;
  z-index: 1;
  height: 500px;
}

@media only screen and (max-width: 576px) {
  .frontpage__main {
    height: 440px;
  }
}

.frontpage__image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.frontpage__title {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px;
  z-index: 2;
  position: relative;
  color: var(--white);
  height: inherit;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  row-gap: 16px;
}

.frontpage__title h1 {
  font-size: 60px;
  line-height: 60px;
}

.frontpage__title span {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 36px;
  margin-top: 12px;
}

.frontpage__gradient {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(193, 154, 63, 0.6),
    rgba(193, 154, 63, 0)
  );
  z-index: 1;
  height: inherit;
}

.frontpage__hours {
  display: flex;
  column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
}

.frontpage__boxes {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 36px;
  z-index: 3;
  position: relative;
  top: -48px;
  box-sizing: border-box;
}

.frontpage__boxes__item {
  width: 100%;
  height: 160px;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  text-decoration: none;
}

.frontpage__boxes__item img {
  width: 48px;
}

.frontpage__boxes__item p {
  font-size: 18px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 0;
  margin-top: 12px;
  transition: 0.2s ease-in-out;
}

.frontpage__boxes__item:hover > p {
  margin-top: 20px;
}

.frontpage__underimage {
  background-image: linear-gradient(
    45deg,
    #fff2e6 47.62%,
    #ffffff 47.62%,
    #ffffff 50%,
    #fff2e6 50%,
    #fff2e6 97.62%,
    #ffffff 97.62%,
    #ffffff 100%
  );
  background-size: 29.7px 29.7px;
  height: 180px;
}

.frontpage__mainbuttons {
  display: flex;
  column-gap: 16px;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .frontpage__mainbuttons {
    display: flex;
    width: 100%;
  }
}

@media only screen and (max-width: 576px) and (min-width: 331px) {
  .frontpage__title h1 {
    font-size: 42px;
    line-height: 44px;
  }

  .frontpage__title span {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 22px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 330px) {
  .frontpage__title h1 {
    font-size: 32px;
    line-height: 34px;
  }

  .frontpage__title span {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .frontpage__title {
    padding: 36px 28px;
    justify-content: center;
    align-items: flex-start;
  }

  .frontpage__hours {
    font-size: 15px;
    line-height: 20px;
  }

  .frontpage__boxes {
    padding: 0 28px;
    grid-column-gap: 1px;
  }

  .frontpage__boxes__item {
    height: 130px;
    column-gap: 12px;
  }

  .frontpage__boxes__item img {
    width: 42px;
    height: 42px;
  }

  .frontpage__boxes__item p {
    font-size: 14px;
    font-weight: 500;
  }

  .frontpage__underimage {
    height: 120px;
  }
}

.frontpageimage {
  width: 100%;
  height: inherit;
  display: flex;
  object-fit: cover;
}

.frontpage__description {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 48px 0 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 36px;
  box-sizing: border-box;
  background-color: var(--firstlight);
}

.frontpage__description__left img {
  width: 100%;
  height: 100%;
  padding-bottom: 48px;
  object-fit: cover;
}

.frontpage__description__right {
  margin-left: -180px;
  background-color: var(--white);
  height: fit-content;
  padding: 28px 42px;
  box-sizing: border-box;
  margin-top: 60px;
  border-radius: 12px;
}

@media only screen and (max-width: 768px) {
  .frontpage__description {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 24px;
  }
}

.frontpage__promoline {
  background-color: var(--first);
  width: 100%;
  max-width: 1104px;
  padding: 24px 36px;
  color: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  box-sizing: border-box;
}

.frontpage__promoline__left {
}

.frontpage__promoline__right {
  position: relative;
}

.frontpage__promoline__right img {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 300px;
}

/* .frontpage__promoline__in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 48px;
  box-sizing: border-box;
} */

/* --- PODSTRONA --- */

article {
  position: relative;
  /* background-color: var(--firstlight); */
}

.featuredimagenarrow {
  width: 100%;
  height: 400px !important;
  max-height: 720px;
  object-position: center;
  object-fit: cover;
  position: absolute;
  left: 0;
  z-index: 1;
}

.whitebox {
  width: 900px;
  height: 48px;
  background-color: var(--white);
  border-radius: 36px 36px 0 0;
  z-index: 1000;
  padding: 0 48px;
  z-index: 3;
}

.pageheader {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px;
  z-index: 2;
  position: relative;
}

.pageheader__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px;
  z-index: 2;
  position: relative;
}

h1.pageheader__title {
  padding: 24px 0;
  color: var(--white);
}

@media only screen and (max-width: 992px) and (min-width: 576px) {
  .pageheader,
  .pageheader__content {
    padding: 24px 60px;
    margin: 0 auto;
  }

  .featuredimagenarrow {
    object-position: top;
    object-fit: cover;
    height: 300px;
  }

  h1.pageheader__title {
    padding-top: 6px;
    padding-bottom: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .pageheader,
  .pageheader__content {
    padding: 48px 24px;
    margin: 0 auto;
  }

  .featuredimagenarrow {
    object-position: top;
    object-fit: cover;
    height: 220px;
  }

  h1.pageheader__title {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}

/* --- breadcrumbs --- */

.breadcrumbs {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  font-size: 14px;
  border-bottom: 1px solid var(--first);
  color: var(--white);
}

.breadcrumbs a {
  color: var(--white);
  text-decoration: none;
  padding: 0 9px;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.home__icon {
  height: 14px;
  width: 14px;
  margin-right: 3px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='11px' height='12px' viewBox='2 2 13.714 16' enable-background='new 2 2 13.714 16' xml:space='preserve'%3E%3Cpath fill='%23c19a3f' d='M3.714,16.286H6v-5.715h5.714v5.715H14V8L8.857,4.143L3.714,8V16.286z M2,18V7.143L8.857,2l6.857,5.143V18 H10v-5.714H7.714V18H2z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

/**/

main {
  position: relative;
}

.pagearea {
  background-color: var(--white);
  /* border-radius: 24px 24px 0 0; */
  /* margin: 0 36px; */
  display: flex;
  overflow: hidden;
  z-index: 3;
}

.page__gradient {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background: linear-gradient(
    to top,
    rgba(193, 154, 63, 0.6),
    rgba(193, 154, 63, 0)
  );
  height: 400px;
  z-index: 2;
}

.pagearea__content {
  /* width: 70%; */
  width: 100%;
}

.pagearea__aside {
  width: 30%;
  position: relative;
}

.pagearea__aside img {
  position: absolute;
  bottom: 24px;
  width: 100%;
  left: 48px;
}

.pageareafull {
  display: none;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs {
    row-gap: 6px;
    font-size: 12px;
    line-height: 16px;
    padding: 36px 0 0 0;
    border-bottom: 0;
  }

  .pagearea {
    /* padding: 36px 24px 0 24px; */
    /* border-radius: 36px 36px 0 0; */
    margin: 0;
    width: 100%;
  }

  .pagearea__content {
    width: 100%;
  }

  .pagearea__aside {
    width: 0;
  }
}

/* --- POST --- */

article.post__article {
  background-color: var(--white);
}

.postheader__box {
  width: 100%;
  height: auto;
  background-color: var(--firstlight);
  padding: 48px 0 48px 0;
  border-radius: 0 0 48px 48px;
  margin-bottom: 42px;
}

.postheader {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 48px;
}

h1.postheader__title {
  padding-bottom: 16px;
  padding-top: 12px;
}

.postheader__metadate {
  font-size: 16px;
  font-weight: 400;
  color: var(--first);
  text-transform: uppercase;
}

.postheader__metaauthor {
  font-size: 16px;
  font-weight: 400;
  color: var(--first);
  /* text-transform: uppercase; */
}

@media only screen and (max-width: 576px) {
  .postheader {
    padding: 0 24px;
    margin: 0 auto;
  }
  .postheader__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}

.postheader__undertitle {
  margin-top: 12px;
  display: flex;
  column-gap: 12px;
  align-items: center;
}

.postheader__undertitle__cm {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 2px;
  padding: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

.postcontent {
  max-width: 800px;
  margin: 0 auto 48px auto;
  padding: 0 48px;
}

@media only screen and (max-width: 576px) {
  .postcontent {
    padding: 0 24px;
    margin: 0 auto 32px auto;
  }
}

.postcontent__image {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.postcontent__authors {
  position: relative;
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  row-gap: 0;
  left: 60px;
  margin-top: 48px;
  justify-content: center;
}

.postcontent__authors strong {
  margin-bottom: -6px;
}

.postcontent__authors:before {
  content: "";
  position: absolute;
  left: -60px;
  display: flex;
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background-color: var(--black);
  background-image: url("/wp-content/themes/dwdsound/images/pen_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.postcontent__note {
  margin-top: 72px;
  padding-top: 12px;
  position: relative;
}

.postcontent__note:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: var(--lightblack);
  top: 0;
  left: 0;
}

.postcontent__note p {
  font-size: 16px;
}

.postmedia {
  max-width: 800px;
  margin: 0 auto 48px auto;
  padding: 0 48px;
}

.postmedia figure {
  border-radius: 12px;
  margin-bottom: 48px;
}

.postmedia figcaption {
  font-size: 16px;
  margin: 12px 0 0 0;
  padding: 0;
  color: var(--lightblack);
}

@media only screen and (max-width: 576px) {
  .postmedia {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .postmedia figcaption {
    margin: 16px 24px 12px 24px;
    font-size: 14px;
    line-height: 20px;
  }
}

.wp-block-image img {
  border-radius: 12px;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .wp-block-image img {
    border-radius: 0;
  }
}

/* --- POSTGRID --- */

.postgrid {
  width: 100%;
  display: grid;
  grid-gap: 36px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 48px;
}

.postgrid__box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.postgrid__box a {
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 16 / 9;
}

.postgrid__meta__date {
  margin: 16px 0 3px 12px;
  font-size: 13px;
  color: var(--lightblack);
  line-height: 16px;
}

.postgrid__meta__author {
  margin: 16px 0 3px 0;
  font-size: 13px;
  color: var(--lightblack);
  line-height: 16px;
}

.postgrid__circle {
  width: 24px;
  height: 24px;
  background-color: var(--white);
  display: inline-block;
  margin: -6px 9px -7px 9px;
  border-radius: 24px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter' filterUnits='userSpaceOnUse' x='6' y='6' width='12' height='12'%3E%3CfeColorMatrix type='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='6' y='6' width='12' height='12' id='mask0_225_590_1_'%3E%3Crect x='4.8' y='4.8' fill='%23D9D9D9' filter='url(%23Adobe_OpacityMaskFilter)' width='14.399' height='14.399'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_225_590_1_)'%3E%3Cpath fill='%23c19a3f' d='M12,18c-0.73-0.091-1.455-0.286-2.175-0.593c-0.72-0.306-1.363-0.742-1.928-1.313 c-0.565-0.57-1.022-1.29-1.372-2.16C6.174,13.065,6,12.02,6,10.8V10.2h0.6c0.51,0,1.035,0.065,1.575,0.195S9.221,10.72,9.69,10.98 c0.119-0.86,0.393-1.742,0.817-2.647C10.933,7.428,11.43,6.65,12,6c0.57,0.65,1.067,1.428,1.491,2.333 c0.427,0.905,0.699,1.787,0.818,2.647c0.47-0.26,0.975-0.455,1.515-0.585c0.542-0.13,1.066-0.195,1.576-0.195H18V10.8 c0,1.22-0.175,2.265-0.525,3.134c-0.351,0.87-0.808,1.59-1.372,2.16s-1.205,1.007-1.921,1.313C13.467,17.714,12.74,17.909,12,18z M11.97,16.77c-0.11-1.66-0.603-2.914-1.478-3.765C9.618,12.155,8.53,11.63,7.23,11.43c0.11,1.711,0.618,2.985,1.522,3.826 C9.657,16.095,10.73,16.599,11.97,16.77z M12,12.96c0.15-0.22,0.333-0.448,0.547-0.683c0.215-0.235,0.423-0.437,0.623-0.607 c-0.021-0.57-0.133-1.165-0.337-1.785C12.628,9.265,12.35,8.66,12,8.07c-0.35,0.59-0.628,1.195-0.833,1.815 c-0.205,0.62-0.317,1.215-0.338,1.785c0.2,0.17,0.41,0.372,0.63,0.607C11.68,12.512,11.86,12.74,12,12.96z M13.17,16.5 c0.369-0.119,0.756-0.295,1.154-0.525c0.401-0.229,0.772-0.542,1.118-0.937c0.345-0.396,0.64-0.889,0.886-1.479 c0.244-0.589,0.393-1.299,0.441-2.13c-0.939,0.141-1.765,0.453-2.474,0.938c-0.711,0.484-1.256,1.102-1.636,1.852 c0.12,0.32,0.223,0.671,0.307,1.05C13.052,15.651,13.121,16.06,13.17,16.5z'/%3E%3C/g%3E%3Crect fill='none' width='24' height='24'/%3E%3C/svg%3E");
  border: 1px solid var(--first);
  background-repeat: no-repeat;
}

.postgrid__box__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  transition: 0.25s ease-in-out;
}

.postgrid__box__image:hover {
  transform: scale(1.03);
  height: auto;
}

.postgrid__box__title {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0 3px 12px;
  line-height: 24px;
  padding-right: 12px;
}

.postgrid__box__title a {
  text-decoration: none;
  color: var(--black);
}

.postgrid__box__subtitle {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin: 3px 12px 0 12px;
  text-transform: uppercase;
}

.postgrid_box_price {
  margin: 0 0 3px 12px;
  line-height: 24px;
  padding-right: 12px;
  font-size: 15px;
}

@media only screen and (max-width: 992px) and (min-width: 576px) {
  .postgrid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .postgrid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 24px;
    margin: 0 24px;
  }
}

@media only screen and (max-width: 575px) {
  .postgrid__box__subtitle {
    font-size: 10px;
    line-height: 14px;
  }

  .postgrid__box {
    flex-direction: row;
    gap: 6px;
    position: relative;
  }

  .postgrid__box a {
    width: 50%;
  }

  .postgrid__box__text {
    width: 50%;
  }

  .postgrid__circle {
    display: none;
  }

  .postgrid__meta__author {
    display: none;
  }

  .postgrid__box__title {
    font-size: 15px;
    margin: 12px 0 0 12px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: inherit;
  }
}

/* --- MENU I LOGO --- */

/* Header Styles */
.menu__header {
  background-color: var(--white);
  color: var(--black);
  /* height: 120px; */
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  -webkit-box-shadow: 0px -5px 16px -2px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px -5px 16px -2px rgba(204, 204, 204, 1);
  box-shadow: 0px -5px 16px -2px rgba(204, 204, 204, 1);
}

.menu__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 12px 20px;
  width: 100%;
}

.menu__logo {
  width: 20%;
  min-width: 180px;
  display: flex;
  align-items: center;
}

.menu__logo a {
  color: var(--black);
  display: flex;
  align-items: center;
}

.menu__logo a img {
  width: 180px;
}

.menu__items {
  display: flex;
  flex-direction: column;
  /* row-gap: 9px; */
}

.menu__contact {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 500;
  column-gap: 24px;
  padding-right: 16px;
}

.menu__contact__item {
  display: flex;
  align-items: center;
}

.menu__contact__item__image {
  border: 1px solid var(--first);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  border-radius: 100%;
}

.menu__contact__item__image img {
  padding: 6px;
  height: 14px;
  width: 14px;
}

.contact__fixed {
  display: none;
}

@media only screen and (max-width: 880px) {
  .menu__logo a img {
    width: 140px;
  }

  .menu__contact {
    display: none;
  }

  .menu__header {
    height: 96px;
  }

  .contact__fixed {
    position: fixed;

    bottom: -150px;
    height: 48px;
    display: flex;
    column-gap: 2%;
    width: 100%;
    z-index: 99;
    margin-left: 3%;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
  }

  .contact__fixed.show {
    bottom: 24px; /* Zmiana pozycji na widoczną część okna, tworząc efekt wjechania z dołu */
    opacity: 1; /* Zmiana przezroczystości, aby był w pełni widoczny */
  }

  .contact__fixed__item {
    width: 46%;
    background: rgb(193, 154, 63);
    background: linear-gradient(
      0deg,
      rgba(193, 154, 63, 1) 0%,
      rgba(212, 175, 120, 1) 100%
    );
    height: 48px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    column-gap: 12px;
    box-sizing: border-box;
  }

  .contact__fixed__item img {
    width: 16px;
    height: 16px;
  }

  a.contact__fixed__item span {
    font-weight: 500;
    color: var(--white);
  }
}

.contact__fixed__item:hover {
  background: rgb(193, 154, 63);
  background: linear-gradient(
    180deg,
    rgba(193, 154, 63, 1) 60%,
    rgba(212, 175, 120, 1) 100%
  );
}

/* Navigation Styles */
.mainnavigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 16px;
}

.primary-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0 9px 0 0;
  padding: 0;
}

.primary-menu li {
  position: relative;
}

.primary-menu li a {
  color: var(--black);
  text-decoration: none;
  margin: 6px 14px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  /* text-transform: lowercase; */
  position: relative;
  padding: 0;
}

.primary-menu li a:before {
  content: "";
  position: absolute;
  width: 0;
  min-height: 0.5px;
  max-height: 1px;
  background-color: var(--first);
  bottom: 0;
  left: 0;
  transition: 0.2s ease-in-out;
}

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

.primary-menu li.menu-item-has-children a {
  padding-right: 16px;
}

.primary-menu ul.sub-menu li a {
  padding: 12px 16px;
  margin: 0;
}

.primary-menu ul.sub-menu li a:before {
  height: 0;
  display: none;
}

/* .primary-menu li a:hover {
	color: var(--third);
} */

/* Dropdown Menu */
.primary-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  /* top: 45px; */
  left: 0;
  background: var(--first);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 576px) {
  .primary-menu .sub-menu {
    box-shadow: 0 0 0 transparent;
  }
}

.primary-menu .sub-menu li {
  /* width: max-content; */
  min-width: 100%;
  transition: 0.2s ease-in-out;
}

.primary-menu .sub-menu li:hover {
  background-color: #333;
}

.primary-menu .sub-menu li a {
  padding: 9px 18px;
}

.primary-menu li:hover > .sub-menu {
  display: block;
  min-width: 212px;
}

/* Mobile Menu Toggle */
.menu__toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  width: 30px;
  height: 24px;
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 1001;
}

.menu__toggle .hamburger {
  width: 100%;
  height: 2px;
  background: var(--black);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.menu__toggle .hamburger::before,
.menu__toggle .hamburger::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--black);
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.menu__toggle .hamburger::before {
  top: -6px;
  transform-origin: center;
}

.menu__toggle .hamburger::after {
  top: 6px;
  transform-origin: center;
}

/* Animacja na aktywnym przycisku */
.menu__toggle.active .hamburger {
  background: transparent;
}

.menu__toggle.active .hamburger::before {
  transform: rotate(45deg);
  top: 0;
}

.menu__toggle.active .hamburger::after {
  transform: rotate(-45deg);
  top: 0;
}

/* Icons for items with submenu */
.primary-menu li.menu-item-has-children > a::after {
  content: "▼";
  font-size: 7px;
  transition: transform 0.3s ease;
  position: absolute;
  right: 2px;
  top: 1px;
}

.primary-menu li.menu-item-has-children.active > a::after {
  transform: rotate(180deg);
}

/* Accessibility */
.primary-menu .sub-menu li a {
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

/* .primary-menu .sub-menu li a:focus,
.primary-menu .sub-menu li a:hover {
  background-color: var(--third);
} */

@media only screen and (max-width: 880px) {
  .menu__toggle {
    display: flex;
  }

  .mainnavigation {
    display: flex;
    /* flex-direction: column; */
    width: 300px;
    height: 100vh;
    background-color: var(--first);
    position: fixed;
    top: 0;
    left: -300px;
    transition: left 0.3s ease;
    z-index: 100;
    overflow-y: auto; /* Przewijanie w pionie */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    align-items: flex-start;
  }

  .mainnavigation:-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }

  .mainnavigation.active {
    left: 0;
  }

  .menu__container {
    justify-content: space-between;
    width: 100%;
  }

  .menu__logo {
    display: block;
  }

  .primary-menu li.menu-item-has-children > a::after {
    content: "▼";
    font-size: 10px;
    transition: transform 0.3s ease;
    position: absolute;
    right: 0;
    top: 12.5px;
  }

  .primary-menu {
    flex-direction: column;
    width: 100%;
    padding-top: 60px;
  }

  .primary-menu li {
    width: 90%;
    border-bottom: 1px solid var(--third);
  }

  .primary-menu li:last-child {
    border-bottom: 0;
  }

  .primary-menu li a {
    padding: 12px 0px;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: var(--white);
    font-weight: 300;
    letter-spacing: 2px;
    transition: 0.2s ease-in-out;
    box-sizing: border-box;
  }

  /* .primary-menu li a:hover {
    background-color: #ff9939;
  } */

  .primary-menu .sub-menu {
    position: static;
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .primary-menu .sub-menu li a {
    padding-left: 30px;
    box-sizing: border-box;
    text-transform: none;
    font-weight: 300;
  }

  .primary-menu li.active > .sub-menu {
    display: block;
    max-height: 500px;
  }

  .site-header {
    position: relative;
    z-index: 1001;
  }
}
/* --- FOOTER --- */

footer {
  width: 100%;
  padding: 0 48px;
  box-sizing: border-box;
  background-color: var(--black);
  margin-top: 48px;
}

.footerbox {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  margin-top: 36px;
}

footer p,
footer a {
  font-size: 14px;
  color: var(--white);
}

.footerbox__first {
  display: flex;
  column-gap: 48px;
}

.footerbox__first__left {
  width: 50%;
}

.footerbox__first__left h2 {
  color: var(--white);
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footerbox__first__left .textwidget p a {
  position: relative;
}

.footerbox__first__left .textwidget p a:after {
  content: "";
  position: absolute;
  background-color: var(--white);
  height: 0.5px;
  max-height: 1px;
  width: 0;
  bottom: -3px;
  left: 0;
  transition: 0.3s ease-in-out;
}

.footerbox__first__left .textwidget p a:hover:after {
  width: 100%;
}

.footerbox__first__right {
  width: 50%;
}

.footerbox__first__right img {
  width: 100%;
  height: auto;
}

.footerbox__first__right h2 {
  color: var(--white);
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 36px;
}

.footerbox__second {
  border-top: 1px solid var(--white);
  display: flex;
  padding: 16px 0;
  justify-content: space-between;
  margin-top: 36px;
}

@media only screen and (max-width: 576px) {
  .footerbox__second {
    flex-direction: column;
    align-items: center;
  }
}

.form__box {
  width: 100%;
  display: flex;
  column-gap: 48px;
}

@media only screen and (max-width: 768px) {
  .footerbox__first {
    flex-direction: column;
  }

  .footerbox__first__left {
    width: 100%;
  }

  .footerbox__first__right {
    width: 100%;
  }

  .footerbox__first__right img {
    display: none;
  }

  .form__box {
    column-gap: 24px;
  }

  .form__box div {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  footer {
    padding: 0;
  }

  footer p {
    font-size: 14px;
  }
}

/* form */

.wpcf7-text {
  width: 100%;
  display: inline-grid;
  padding: 12px 6px;
  margin-top: 6px;
  border-bottom: 1px solid #ffffff;
  background-color: #333333;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.wpcf7 textarea {
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: #333333;
  border-bottom: 1px solid #ffffff;
  height: 4em;
  margin-bottom: 12px;
}

.wpcf7 label {
  font-size: 14px;
}

.wpcf7 input[type="submit"] {
  padding: 18px 36px 16px 36px;
  font-family: "Quicksand", sans-serif;
  border-radius: 48px;
  background-color: var(--first);
  color: var(--white);
  font-size: 16px;
  border: 1px solid var(--first);
  cursor: pointer;
  width: fit-content;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.2s ease-in-out;
}

.wpcf7 input[type="submit"]:hover {
  border: 1px solid var(--first);
  color: var(--white);
  background-color: var(--black);
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ffb900;
  background-color: #ffb900;
  color: #333;
}

.wpcf7 form .wpcf7-response-output {
  margin: 12px 0;
  padding: 12px 16px;
}

.wpcf7-not-valid-tip {
  color: #ffb900;
  font-size: 12px;
  margin-bottom: 8px;
}

.wpcf7-list-item {
  margin: 0;
}

#wpcf7-f65-p18-o1 .wpcf7-text {
  border-bottom: 1px solid #333333;
  background-color: #ffffff;
}

#wpcf7-f65-p18-o1 label {
  font-size: 18px;
}

#wpcf7-f65-p18-o1 input {
  color: var(--black);
}

#wpcf7-f65-p18-o1 textarea {
  background: #ffffff;
  border-bottom: 1px solid #333333;
  color: var(--black);
  font-size: 18px;
}

#wpcf7-f65-p18-o1 .wpcf7-acceptance label {
  line-height: 21px;
  text-transform: none;
}

#wpcf7-f65-p18-o1 input[type="submit"] {
  padding: 18px 36px 16px 36px;
  font-family: "Quicksand", sans-serif;
  border-radius: 48px;
  background-color: var(--first);
  color: var(--white);
  font-size: 16px;
  border: 1px solid var(--first);
  cursor: pointer;
  width: fit-content;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.2s ease-in-out;
}

#wpcf7-f65-p18-o1 input[type="submit"]:hover {
  border: 1px solid var(--first);
  color: var(--black);
  background-color: var(--white);
}

.row__form .wpcf7-text {
  width: 100%;
  display: inline-grid;
  border: 1px solid var(--graydark);
  padding: 12px 6px;
  margin-top: 6px;
}

.row__form .wpcf7 label {
  text-transform: uppercase;
  font-size: 12px;
  color: var(--black);
}

.row__form .wpcf7-textarea {
  width: 100%;
  border: 1px solid var(--graydark);
}

.row__form .wpcf7-list-item-label {
  text-transform: none;
}

.wpcf7-acceptance label {
  display: flex;
  line-height: 16px;
  align-items: flex-start;
  column-gap: 6px;
  text-transform: none;
}

.textwidget p {
  font-size: 16px;
}

.textwidget p a {
  text-decoration: none;
}

@media only screen and (max-width: 575px) {
  .textwidget p {
    font-size: 16px;
    text-align: center;
  }
}

/**/

.productpage {
  width: 100%;
  padding: 0 96px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1400px) and (min-width: 992px) {
  .productpage {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .productpage {
    padding: 0 48px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
  .productpage {
    padding: 0 24px;
  }
}

@media only screen and (max-width: 575px) {
  .productpage {
    padding: 0;
  }
}

article.twocolumns__page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 42px;
  width: 100%;
  grid-template-areas: "left right";
}

.twocolumns__page__right {
  grid-area: left;
}

.twocolumns__page__left img {
  border-bottom-right-radius: 36px;
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 600px;
}

@media only screen and (max-width: 768px) {
  .twocolumns__page__left img {
    min-height: auto;
  }
}

.twocolumns__page__right {
  width: calc(100% - 48px);
  margin-top: 36px;
  grid-area: right;
}

@media only screen and (max-width: 576px) {
  .twocolumns__page__right {
    width: calc(100% - 48px);
    margin-top: 0;
    margin: 0 24px;
  }
}

.twocolumns__page__right .breadcrumbs a,
.twocolumns__page__right .breadcrumbs {
  color: var(--black);
}

.kontakt_box {
  margin: 0;
}

.kontakt_box_first {
  margin-top: 36px;
  /* margin-bottom: 16px; */
}

.kontakt_line,
.kontakt_one_line {
  margin: 6px 0;
  display: flex;
  align-items: flex-start;
}

.kontakt_one_line img {
  width: 18px;
  height: 18px;
  margin-top: 6px;
}

.kontakt_line img {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.kontakt_line_text {
  font-size: 18px;
  font-weight: 400;
  color: var(--black);
  padding-left: 9px;
}

.kontakt_line_text p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  article.twocolumns__page {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 0;
    width: 100%;
    grid-template-areas:
      "right"
      "left";
  }
}

/* --- Szortkody --- */

.textbutton {
  padding: 12px 12px 12px 0;
  margin: 6px 0 24px 0;
  font-size: 18px;
  line-height: 24px;
  color: var(--black);
  display: flex;
  gap: 8%;
  align-items: center;
  justify-content: space-between;
}

.bwidgetbutton {
  display: flex;
  column-gap: 12px;
  flex-wrap: wrap;
  row-gap: 12px;
}

.yellowpromo {
  background-color: var(--firstlight);
  padding: 22px 24px;
  margin: 24px 0;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark);
}

.bwidgettext {
  width: 75%;
}

.redbutton {
  background-color: var(--red);
  padding: 12px 24px;
  color: var(--white);
  text-decoration: none;
  border-radius: 6px;
  width: max-content;
  display: inline-block;
  transition: 0.2s ease-in-out;
}

.redbutton:hover {
  padding: 16px 24px 8px 24px;
  /* filter: grayscale(15%); */
}

.firstbutton {
  background-color: var(--first);
  padding: 8px 18px;
  color: var(--white);
  text-decoration: none;
  border-radius: 6px;
  width: max-content;
  display: inline-block;
  transition: 0.2s ease-in-out;
}

.firstbutton:hover {
  padding: 12px 18px 4px 18px;
  /* filter: grayscale(15%); */
}

.blackbutton {
  background-color: var(--white);
  border: 1px solid var(--black);
  padding: 12px 24px;
  color: var(--black);
  text-decoration: none;
  border-radius: 6px;
  width: max-content;
  display: inline-block;
  transition: 0.2s ease-in-out;
}

.blackbutton:hover {
  padding: 16px 24px 8px 24px;
  /* filter: grayscale(15%); */
}

.linebutton {
  background-color: var(--fourth);
  padding: 12px 24px;
  color: var(--black);
  text-decoration: none;
  border-radius: 6px;
  width: max-content;
  display: inline-block;
  transition: 0.2s ease-in-out;
  font-size: 18px;
  font-weight: 400;
}

.linebutton:hover {
  padding: 16px 24px 8px 24px;
}

.fifthbutton {
  background-color: var(--fifth);
  padding: 8px 18px;
  color: var(--white);
  text-decoration: none;
  border-radius: 6px;
  width: max-content;
  display: inline-block;
  transition: 0.2s ease-in-out;
}

.fifthbutton:hover {
  padding: 12px 18px 4px 18px;
  /* filter: grayscale(15%); */
}

@media only screen and (max-width: 768px) {
  .textbutton {
    flex-direction: column;
  }

  .bwidgettext {
    text-align: center;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .redbutton,
  .linebutton {
    text-align: center;
    line-height: 20px;
    padding: 12px;
    display: flex;
    align-items: center;
  }

  .redbutton:hover,
  .linebutton:hover {
    padding: 16px 12px 8px 12px;
  }
}

/* -- Ozdobniki -- */

.mainheadspa {
  position: relative;
  padding-left: 96px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}

.mainheadspa:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-image: url("/wp-content/themes/slowflow/images/facialmassage.svg");
  background-size: contain;
  height: 72px;
  width: 72px;
  background-repeat: no-repeat;
  top: 9px;
}

.mainoil {
  position: relative;
  padding-left: 96px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}

.mainoil:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-image: url("/wp-content/themes/slowflow/images/oleje.svg");
  background-size: contain;
  height: 72px;
  width: 72px;
  background-repeat: no-repeat;
  top: 9px;
}

.mainmassage {
  position: relative;
  padding-left: 96px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}

.mainmassage:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-image: url("/wp-content/themes/slowflow/images/massagespa.svg");
  background-size: contain;
  height: 72px;
  width: 72px;
  background-repeat: no-repeat;
  top: 9px;
}

.mainreflex {
  position: relative;
  padding-left: 96px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}

.mainreflex:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-image: url("/wp-content/themes/slowflow/images/reflex.svg");
  background-size: contain;
  height: 72px;
  width: 72px;
  background-repeat: no-repeat;
  top: 9px;
}

.mainaromat {
  position: relative;
  padding-left: 96px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}

.mainaromat:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-image: url("/wp-content/themes/slowflow/images/aroma.svg");
  background-size: contain;
  height: 72px;
  width: 72px;
  background-repeat: no-repeat;
  top: 9px;
}

@media only screen and (max-width: 576px) {
  .mainheadspa,
  .mainoil,
  .mainmassage,
  .mainreflex,
  .mainaromat {
    padding-left: 72px;
  }

  .mainheadspa:before,
  .mainoil:before,
  .mainmassage:before,
  .mainreflex:before,
  .mainaromat:before {
    height: 48px;
    width: 48px;
  }
}

.linedistinct {
  border-top: 1px solid var(--first);
  padding: 20px 0;
  color: var(--first);
  border-bottom: 1px solid var(--first);
}

.lineleft {
  margin-left: 24px;
  border-left: 1px solid var(--first);
  box-sizing: border-box;
  padding: 3px 0 3px 24px;
  width: calc(100% - 48px) !important;
}

.olejframe1,
.olejframe2,
.olejframe3,
.olejframe4,
.olejframe5 {
  border: 1px solid var(--second) !important;
  padding: 18px 24px !important;
  border-radius: 9px;
  position: relative;
}

.olejframe1:before,
.olejframe2:before,
.olejframe3:before,
.olejframe4:before,
.olejframe5:before {
  content: "";
  position: absolute;
  top: -24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background-color: var(--white);
  border-radius: 100%;
  border: 1px solid var(--second);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
}

.olejframe1:before {
  background-image: url("/wp-content/themes/slowflow/images/lawenda.svg");
}

.olejframe2:before {
  background-image: url("/wp-content/themes/slowflow/images/cytrus.svg");
}

.olejframe3:before {
  background-image: url("/wp-content/themes/slowflow/images/jalowiec.svg");
}

.olejframe4:before {
  background-image: url("/wp-content/themes/slowflow/images/eukaliptus.svg");
}

.olejframe5:before {
  background-image: url("/wp-content/themes/slowflow/images/bergamotka.svg");
}

.firstframe {
  position: relative;
  border-top: 1px solid var(--first);
  border-right: 1px solid var(--first);
  border-bottom: 1px solid var(--first);
  padding: 24px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  color: var(--first);
  box-sizing: border-box;
}

.secondframe {
  position: relative;
  border-top: 1px solid var(--second);
  border-right: 1px solid var(--second);
  border-bottom: 1px solid var(--second);
  padding: 24px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  color: var(--second);
  box-sizing: border-box;
}

.greenframe {
  position: relative;
  border-top: 1px solid var(--green);
  border-right: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
  padding: 24px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  color: var(--green);
  box-sizing: border-box;
}

.headsecond {
  color: var(--second);
  margin-bottom: 3px;
}

ol.listsecond li {
  list-style-type: decimal;
  color: var(--black);
  margin: 6px 0;
}

ol.listsecond li::marker {
  color: var(--second);
}

ol.listsecond li:before {
  display: none;
}

/* ul.linelist li {
  border-bottom: 1px solid var(--first);
  padding-bottom: 12px;
  margin-bottom: 12px;
}

ul.linelist li:last-child {
  border-bottom: 0;
  padding-bottom: 12px;
  margin-bottom: 12px;
} */

.productgrid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
  margin-bottom: 48px;
}

.productgrid__item {
  display: flex;
  flex-direction: column;
  background-color: var(--superlight);
  border-radius: 9px;
  overflow: hidden;
  position: relative;
}

.productgrid__item img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  max-height: 240px;
  object-fit: cover;
  display: flex;
}

.productgrid__item__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 16px 24px 24px 24px;
  box-sizing: border-box;
  background-color: #fff2e6;
}

.productgrid__item__right h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--black);
  margin: 0;
}

.productgrid__shortdescription {
  font-size: 14px;
  line-height: 20px;
}

.productgrid__pricebutton {
  display: flex;
  justify-content: flex-start;
  column-gap: 12px;
  margin-top: 12px;
}

.productgrid__price {
  background-color: var(--white);
  border: 1px solid var(--black);
  padding: 8px 16px;
  color: var(--black);
  text-decoration: none;
  border-radius: 6px;
  width: max-content;
  display: inline-block;
}

.productpage__price {
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
  font-size: 28px;
  margin: 6px 0 24px 0;
  display: block;
}

/* .productgrid__image {
  border-bottom-right-radius: 36px;
  width: 100%;
  height: auto;
  min-height: 600px;
  object-fit: cover;
} */

@media only screen and (max-width: 768px) {
  .productgrid {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto 24px auto;
  }
}

@media only screen and (max-width: 1100px) {
  .productgrid__item {
    display: flex;
    flex-direction: column;
  }

  .productgrid__item img {
    min-width: auto;
  }
}

.menugrid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  padding-left: 0 !important;
  margin-top: 0 !important;
}

.menugrid li a {
  text-decoration: none;
  color: var(--black);
  padding: 12px 24px;
  display: block;
  transition: 0.2s ease-in-out;
  background-color: var(--white);
  border: 1px solid var(--first);
  border-radius: 12px;
  transition: 0.2s ease-in-out;
}

.menugrid li:before {
  display: none;
}

.menugrid li a:hover {
  background-color: var(--first);
  color: var(--white);
}

.aromabox {
  padding: 12px 16px 0 32px !important;
  position: relative;
}
.aromabox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  background-image: url("/wp-content/themes/slowflow/images/air.svg");
  width: 24px;
  height: 24px;
  background-position: center;
}

.aromabox h4 {
  margin-top: 3px !important;
  margin-bottom: 0 !important;
  color: var(--first) !important;
}

.alertbox {
  border: 1px solid var(--red);
  border-radius: 9px;
  padding: 18px 24px 18px 96px;
  box-sizing: border-box;
  position: relative;
}

.alertbox:before {
  content: "!";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: var(--red);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 900;
}

@media only screen and (max-width: 575px) {
  .alertbox {
    padding: 18px 24px 18px 82px;
  }

  .alertbox:before {
    width: 36px;
    height: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .cart_desktop {
    display: none;
  }
}

.productheaderbg {
  background-image: url("/wp-content/themes/slowflow/images/slowflowrelax.webp");
  background-size: cover;
  background-position: center;
}

.product__title {
  padding: 24px 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
}

.product__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 9px 0;
}

.product__content h2 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 22px;
  margin: 24px 0 12px 0;
  padding: 0;
}

.quantity-wrapper {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.quantity {
  padding: 12px 0;
}

.quantity label {
  font-size: 18px;
}

input.input-text.fpf-input-field {
  padding: 12px 18px !important;
  border-radius: 25px !important;
  font-size: 18px;
  box-sizing: border-box !important;
  width: 50% !important;
  border: 1px solid var(--fifth) !important;
}

label[for="flexible_coupon_recipient_name"] {
  font-size: 0; /* ukrywamy stary tekst */
}

label[for="flexible_coupon_recipient_name"]::after {
  content: "Dla kogo voucher? (wpisz imię)";
  font-size: 16px;
}

.promo_textbar {
  position: absolute;
  right: 9px;
  background-color: var(--red);
  padding: 3px 9px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 9px;
  top: 9px;
}

.promo_textbar_product {
  margin-bottom: 24px;
  padding: 12px 20px 12px 72px;
  background-color: var(--firstlight);
  font-weight: 500;
  border-radius: 9px;
  font-size: 16px;
  line-height: 21px;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 95%;
}

.promo_textbar_product:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/slowflow/images/promobadge.svg");
  background-repeat: no-repeat;
  left: 18px;
}

@media only screen and (max-width: 768px) {
  .promo_textbar_product {
    width: 100%;
  }
}
