.cookie-adjust {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(200, 200, 210, 0.9));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .cookie-adjust {
    font-size: 0.7rem;
  }
}
.cookie-adjust h1,
.cookie-adjust h2,
.cookie-adjust h3,
.cookie-adjust h4,
.cookie-adjust h5 {
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
}
.cookie-adjust__body {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-bottom: 5px solid #0b5ed7;
  padding: 3rem 2rem;
  background: #fff;
  margin: 0 10%;
}
@media (max-width: 1200px) {
  .cookie-adjust__body {
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .cookie-adjust__body {
    padding: 1rem 1rem;
    margin: 0 0.3rem;
  }
}
.cookie-adjust__buttons {
  margin-top: 2rem;
}
.cookie-adjust__panel-header {
  font-size: 1.8em;
  font-weight: 600;
  padding-bottom: 0.5rem;
  text-align: center;
}
.cookie-adjust .form-switch {
  margin-bottom: 0.5rem;
}
.cookie-adjust__panel-body {
  display: flex;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-body {
    display: block;
  }
}
.cookie-adjust__panel-navigation {
  flex: 1;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation {
    margin-bottom: 2rem;
  }
}
.cookie-adjust__panel-navigation ul {
  list-style-type: none;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cookie-adjust__panel-navigation ul li {
  background: #eee;
  display: block;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
}
.cookie-adjust__panel-navigation ul li.active {
  background: #0b5ed7;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation ul li {
    padding: 1rem 0.5rem;
    text-align: center;
    line-height: 1em;
  }
}
.cookie-adjust__panel-options {
  flex: 2;
}
.cookie-adjust__panel-options .--panel {
  display: none;
}
.cookie-adjust__panel-options .--active {
  display: block;
}
.cookie-adjust__panel-analytics {
  display: none;
}
.cookie-adjust__panel-marketing {
  display: none;
}
.cookie-adjust #cookie-adjust__panel-adjust {
  display: none;
}
.wcag__toolbar {
  position: fixed !important;
  left: 0;
  top: 40vh;
  background: #fff;
}
.wcag__toolbar a {
  display: block;
  font-size: 30px;
  padding: 5px 10px;
  cursor: pointer;
}
.wcag__toolbar a span {
  color: #000;
  display: block;
}
.wcag__toolbar a:hover {
  background: #000;
  color: #fff;
}
.wcag__toolbar a:hover span {
  color: #fff;
}
body.wcag-contrast {
  background: #000 !important;
  color: #fff !important;
}
body.wcag-contrast img,
body.wcag-contrast video,
body.wcag-contrast picture,
body.wcag-contrast div {
  filter: grayscale();
}
body.wcag-fontsize-1 {
  font-size: 20px !important;
}
body.wcag-fontsize-2 {
  font-size: 24px !important;
}
body.wcag-fontsize-3 {
  font-size: 28px !important;
}
.facebookWidget .spinner,
.instagramWidget .spinner {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
}
.facebookWidget .spinner img,
.instagramWidget .spinner img {
  display: block;
  margin: 0 auto;
}
.facebookWidget__header,
.instagramWidget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 2rem;
  background: var(--white);
  margin-bottom: 1.25rem;
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  gap: 1rem;
}
.facebookWidget__icon,
.instagramWidget__icon {
  height: 1.5rem;
}
.facebookWidget__title,
.instagramWidget__title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
}
.facebookWidget__error,
.instagramWidget__error {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
  display: block;
  text-align: center;
  color: var(--red);
  font-weight: 600;
  letter-spacing: 1px;
}
.facebookWidget__items,
.instagramWidget__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.instagramPost,
.facebookPost {
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
}
.instagramPost__imageWrap,
.facebookPost__imageWrap {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.instagramPost__image,
.facebookPost__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagramPost__body,
.facebookPost__body {
  padding: 1rem;
  background: var(--white);
}
.instagramPost__description,
.facebookPost__description {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  color: var(--black);
  margin-bottom: 0.75rem;
}
.instagramPost__date,
.facebookPost__date {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  color: var(--grey);
  margin-bottom: 0.75rem;
}
.instagramPost__info,
.facebookPost__info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.instagramPost__avatar,
.facebookPost__avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 2px 0px rgba(66, 68, 90, 0.2);
}
.instagramPost__avatar img,
.facebookPost__avatar img {
  width: 1.5rem;
}
.instagramPost__hr,
.facebookPost__hr {
  border-color: var(--grey);
  margin: 1rem 0;
}
.instagramPost__profile,
.facebookPost__profile {
  color: var(--black);
  text-decoration: none;
  flex: 1;
}
.instagramPost__displayName,
.facebookPost__displayName {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.instagramPost__username,
.facebookPost__username {
  color: var(--grey);
  font-size: 0.75rem;
}
.instagramPost__share img,
.facebookPost__share img {
  width: 1.5rem;
}
html {
  background: #fff url(../image/frugo_bg.jpg) no-repeat top center;
  background-size: cover;
  scroll-behavior: smooth;
  min-height: 100%;
}
body {
  font-family: 'franklin-gothic-std', sans-serif;
  font-size: 16px;
  color: var(--black);
  margin: 0 auto;
  min-height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  min-width: 1300px;
}
a {
  color: inherit;
  text-decoration: inherit;
}
.form-group {
  margin-bottom: 1rem;
}
.frugo-main {
  margin: auto;
  background: #fff;
}
.container {
  margin: 0 auto;
  width: 1300px;
  position: relative;
  min-width: 900px;
}
/*
.btn-primary {
    color: #fff;
    background: var(--red);
    border-color: var(--red);
    font-weight: 600;
    &:hover {
        background: var(--redH);
        border-color: var(--redH);
        color: #fff;
    }
    &:focus, &.focus {
        box-shadow: 0 0 0 0.2rem fade(#F25050,20%);
    }
    &.disabled, &:disabled {
        color: #fff;
        background-color: var(--redH);
        border-color: var(--redH);
    }
    &:not(:disabled):not(.disabled):active, &:not(:disabled):not(.disabled).active, .show > &.dropdown-toggle {
        color: #fff;
        background-color: var(--redH);
        border-color: fade(#F25050,20%);
    }
    &:not(:disabled):not(.disabled):active:focus, &:not(:disabled):not(.disabled).active:focus, .show > &.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem fade(#F25050,20%);
    }
}
*/
.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.8);
  display: block;
}
.popup-modal__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-modal__body {
  max-width: 50rem;
  position: relative;
}
.popup-modal__body a {
  display: block;
}
.popup-modal__body img,
.popup-modal__body picture {
  max-width: 100%;
  display: block;
}
.popup-modal__content {
  background: #fff;
}
.popup-modal__close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 2rem;
  cursor: pointer;
  z-index: 100001;
  color: #000;
  background: #fff;
  border: 2px solid #000;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}
.popup-modal__text {
  padding: 2rem 3rem;
}
.header {
  background: #62C802;
  margin-bottom: 2rem;
  padding: 1rem 0;
  text-align: center;
  font-family: 'franklin-gothic-std-cond', sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
}
.header a {
  color: #0012EB;
  text-decoration: underline;
}
.header__logo {
  position: absolute;
  left: 0;
  top: 0;
}
.header img {
  height: 2.2rem;
}
.header__lang {
  position: absolute;
  right: 0;
  top: 0;
}
.header .socialmedia {
  position: absolute;
  right: 100px;
  top: 0;
}
.header .socialmedia a {
  display: inline-block;
  margin: 0 5px;
}
.header .socialmedia img {
  height: 30px;
}
.header-image {
  position: relative;
}
.header-image img {
  display: block;
  width: 100%;
}
.header-image .form {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-image .form input#formdata_from,
.header-image .form input#formdata_to {
  border: 0;
  font-size: 1.3em;
  padding: 0.3rem 0.5rem;
  position: absolute;
  bottom: 17%;
}
.header-image .form input#formdata_from {
  left: 14%;
  width: 19%;
}
.header-image .form input#formdata_to {
  left: 50%;
  width: 19%;
}
.header-image .form button {
  font-size: 1.3em;
  padding: 0.3rem 0.5rem;
  position: absolute;
  width: 14%;
  bottom: 17%;
  left: 79%;
  border: 0;
  background: #afde05;
  color: #0012EB;
  font-weight: 600;
  cursor: pointer;
}
.frugo-tab {
  background: #d90000;
  text-align: center;
}
.frugo-tab img {
  display: inline-block;
  width: 70%;
}
.frugo-wall {
  padding: 1rem 0 0 0;
  display: flex;
  flex-display: row;
  gap: 2rem;
}
.frugo-wall .frugo-bottle-anim {
  overflow: hidden;
  width: 100%;
}
.frugo-wall .frugo-bottle-anim img {
  width: 140%;
  margin-left: -20%;
}
.frugo-wall img {
  display: block;
  width: 100%;
}
.frugo-wall .frugo-wall1,
.frugo-wall .frugo-wall3 {
  width: 20%;
}
.frugo-wall .frugo-wall2 {
  width: 60%;
}
.frugo-wall .frugo-wall2-row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin: 0 0 2rem 0;
}
.frugo-wall .frugo-wall2-col1 {
  width: 38%;
}
.frugo-wall .frugo-wall2-col1 img {
  width: 100%;
}
.frugo-wall frugo-wall2-col2 {
  width: 100%;
}
.frugo-wall .blabla {
  border: 2px solid #757575;
  display: block;
}
.frugo-wall a.jaazda {
  display: block;
  border: 2px solid #0012EB;
  background: linear-gradient(0deg, #231325, #83488B);
  padding: 0 15%;
}
.frugo-content {
  display: flex;
  flex-display: row;
  gap: 0rem;
}
.frugo-content .frugo-content1,
.frugo-content .frugo-content3 {
  width: 20%;
}
.frugo-content .frugo-content1 img,
.frugo-content .frugo-content3 img {
  display: block;
  width: 100%;
}
.frugo-content .frugo-content2 {
  width: 60%;
}
.frugo-content .frugo-content1,
.frugo-content .frugo-content2 {
  padding: 2rem 0;
}
.frugo-content .frugo-content1 {
  z-index: 10;
}
.frugo-content .frugo-content2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.frugo-content .frugo-content4 {
  width: 80%;
}
.main-nav ul {
  display: block;
  padding: 0 0 0 1rem;
  margin: 0;
  list-style-type: none;
}
.main-nav ul li {
  display: block;
  padding: 0;
  margin: 0 0 0.5rem 0;
}
.main-nav ul li a {
  font-size: 1.2em;
  font-family: 'franklin-gothic-std-cond';
  text-transform: uppercase;
  display: block;
  border: 2px solid #000;
  padding: 0.7rem 1rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-style: italic;
  background: linear-gradient(0deg, #E51804, #FFCC09);
}
.main-nav ul li a:hover {
  background: linear-gradient(180deg, #E51804, #FFCC09);
}
.main-nav ul li.active a,
.main-nav ul a:hover {
  color: #0012EB;
  text-decoration: underline;
}
.main-nav ul li.active a:before {
  content: '>>';
}
.main-nav ul li.active a:after {
  content: '<<';
}
.audio-player {
  position: relative;
  margin-left: 1rem;
  margin-top: 2rem;
}
.audio-player img {
  display: block;
  width: 100%;
}
.custom-player {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  width: 90%;
  margin: 0 5% 7% 5%;
  border-radius: 50px;
  font-family: sans-serif;
}
.player-btn {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 5px;
  width: 3rem;
}
.time-display {
  font-variant-numeric: tabular-nums;
  font-size: 0.9rem;
  min-width: 80px;
}
.volume-container {
  position: relative;
  display: flex;
  align-items: center;
}
.volume-popup {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.volume-popup.active {
  display: block;
}
/* Pionowy suwak */
#volume-slider {
  writing-mode: bt-lr;
  /* Dla niektórych przeglądarek */
  appearance: slider-vertical;
  width: 8px;
  height: 80px;
}
.frugo-reklama {
  position: relative;
}
.frugo-reklama .socialmedia {
  position: absolute;
  bottom: 1.7rem;
  left: 0;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding: 0 2rem;
}
.footer {
  display: flex;
  flex-display: row;
  gap: 2rem;
  padding: 2rem 0;
  align-items: end;
}
.footer .footer-col1,
.footer .footer-col3 {
  width: 25%;
  text-align: center;
  text-transform: uppercase;
}
.footer .footer-col2 {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
}
.footer .footer-col2 a {
  color: #0012EB;
  text-decoration: underline;
}
.footer .footer-col3 {
  display: flex;
  flex-direction: row;
}
.footer .socialmedia {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0 1rem;
  max-width: 60%;
}
.footer .socialmedia img {
  width: 100%;
}
.references__info {
  text-align: center;
  margin: 0 0 1rem 0;
  font-style: italic;
}
.reference-item-o {
  border: 1.2px solid #666;
  margin: 0 0 1rem 0;
  position: relative;
  top: 3px;
  left: 3px;
}
.reference-item {
  top: -3px;
  left: -3px;
  padding: 0.7rem 2rem;
  border: 1.2px solid #D4D4D4;
  background: #fff;
  position: relative;
  display: flex;
}
.reference-item__body {
  width: 80%;
}
.reference-item__image {
  width: 20%;
}
.reference-item__imagec {
  margin-left: 40%;
  margin-top: 0.5rem;
  border-top: 2px solid #777;
  border-right: 2px solid #777;
}
.reference-item__imagec img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.reference-item__rating img {
  margin-left: -2px;
  height: 30px;
  display: inline-block;
}
.reference-item__title {
  color: #777777;
  font-size: 0.9em;
}
.contact {
  background: url(../image/contact.png) top center no-repeat;
  background-size: 100% auto;
  margin: 0 4%;
  padding: 14rem 2rem 4rem 2rem;
}
.contact__body {
  border: 3px solid #000;
  padding: 1rem 3rem;
  background: #fff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.contact__body .socialmedia {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0 1rem;
  justify-content: center;
}
.contact__body .socialmedia img {
  width: 80%;
}
.product {
  margin: 1rem 4% 0 4%;
  padding: 2rem;
  font-family: 'tekton-pro', sans-serif;
  position: relative;
}
.product__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product__image {
  width: 30%;
}
.product__image img {
  width: 100%;
  object-fit: cover;
}
.product__desc {
  width: 65%;
  font-size: 1.5em;
  line-height: 1.5em;
}
.product__desc h1 {
  text-transform: uppercase;
  font-size: 1.8em;
  margin: 0 0 2rem 0;
  line-height: 1.1em;
}
.product__desc h1 span {
  display: inline-block;
  background: #000;
  color: #fff !important;
}
.product__next {
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 3.3rem;
  font-size: 2rem;
}
.product__next img {
  height: 25px;
}
.offer-head {
  margin: 0 4% 2rem 4%;
  text-align: center;
  font-size: 1.2em;
  font-weight: 400;
}
.offer-head a {
  color: blue;
  text-decoration: underline;
}
.offer {
  margin: 0 4% 2rem 4%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Dwie równe kolumny */
  gap: 20px;
}
.offer-item {
  flex: 1;
}
.offer-item img {
  width: 100%;
  display: block;
}
.offer-item label {
  display: block;
  border: 5px solid #fff;
  position: relative;
  cursor: pointer;
}
.offer-item label:has(input[type="radio"]:checked) {
  border-color: blue;
}
.offer-item input {
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  right: 0;
}
.frugo-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.error {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.error a {
  display: block;
  max-width: 70%;
}
.error img {
  display: block;
  width: 100%;
}
.gallery {
  /*display: grid;
    grid-template-columns: 1fr 1fr; !* Dwie równe kolumny *!
    gap: 0px;*/
  margin-left: -25%;
  /* Elementy w pierwszym wierszu */
  /* Elementy w drugim wierszu */
  /* Stylistyka poglądowa */
}
.gallery img,
.gallery picture {
  width: 100%;
}
.gallery .gallery-container {
  padding-left: 25%;
}
.gallery .gallery-schema1 {
  display: grid;
  /* Tworzymy 4 kolumny, każda po 25% szerokości */
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  /* Opcjonalny odstęp */
}
.gallery .item:nth-child(1) {
  grid-column: span 2;
  /* Zajmuje 2 z 4 kolumn (50%) */
}
.gallery .item:nth-child(2),
.gallery .item:nth-child(3) {
  grid-column: span 1;
  /* Każdy zajmuje 1 kolumnę (25%) */
}
.gallery .item-half {
  grid-column: span 2;
  /* Każdy zajmuje 2 z 4 kolumn (50%) */
}
.gallery img {
  width: 100%;
  object-fit: cover;
}
.gallery-top-grid {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 300px;
  grid-auto-flow: dense;
  gap: 1rem;
  margin: 0 1rem 1rem;
}
.gallery-top-grid .frugo-content1 {
  grid-row: span 2;
}
.gallery-top-grid .main-nav ul {
  padding-left: 0;
}
.gallery-top-grid .audio-player {
  margin-left: 0;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.col-span-2 {
  grid-column: span 2;
}
.row-span-2 {
  grid-row: span 2;
}
.gallery-bottom-masonry {
  width: auto;
  column-count: 5;
  column-gap: 1rem;
  margin: 0 1rem;
}
.masonry-item {
  margin-bottom: 15px;
  overflow: hidden;
}
.gallery-item img,
.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery-item img {
  height: 100%;
  object-fit: cover;
}
/*# sourceMappingURL=style.css.map */