@font-face {
  font-family: "Lexend-Bold";
  src: url("assets/fonts/Lexend-Bold.woff2") format("woff2"), url("assets/fonts/Lexend-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Lexend-Black";
  src: url("assets/fonts/Lexend-Black.woff2") format("woff2"), url("assets/fonts/Lexend-Black.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Lexend-ExtraBold";
  src: url("assets/fonts/Lexend-ExtraBold.woff2") format("woff2"), url("assets/fonts/Lexend-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Lexend-SemiBold";
  src: url("assets/fonts/Lexend-SemiBold.woff2") format("woff2"), url("assets/fonts/Lexend-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Lexend-Regular";
  src: url("assets/fonts/Lexend-Regular.woff2") format("woff2"), url("assets/fonts/Lexend-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Lexend-Light";
  src: url("assets/fonts/Lexend-Light.woff2") format("woff2"), url("assets/fonts/Lexend-Light.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Lexend-Medium";
  src: url("assets/fonts/Lexend-Medium.woff2") format("woff2"), url("assets/fonts/Lexend-Medium.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Lexend-Thin";
  src: url("assets/fonts/Lexend-Thin.woff2") format("woff2"), url("assets/fonts/Lexend-Thin.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Lexend-ExtraLight";
  src: url("assets/fonts/Lexend-ExtraLight.woff2") format("woff2"), url("assets/fonts/Lexend-ExtraLight.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
.ui-bg-white {
  background-color: #fff;
}

.ui-bg-cherry {
  background-color: #d3003f;
}

.ui-bg-beige {
  background-color: #FFF5EC;
}

.ui-bg-dark {
  background-color: #27273A;
}

.ui-bg-gray {
  background-color: #f6f6f8;
}

.ui-bg-light {
  background-color: #f3f3f3;
}

body {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
  }
}
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1280px) {
  .container-fluid {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.container-inside {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 991px) {
  .container-inside {
    padding: 0 4.8vw;
  }
}

#content {
  padding-top: 95px;
}
@media (min-width: 991px) {
  #content {
    padding-top: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

img, svg {
  max-width: 100%;
  height: auto;
}

.border-radius {
  border-radius: 15px;
}

.border-right.dark {
  border-color: #27273A !important;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-radius-60 {
  border-radius: 60px;
}

.border-radius-circle {
  border-radius: 100px;
}

.text-with-icons svg {
  width: 55%;
}
@media (min-width: 991px) {
  .text-with-icons svg {
    width: 100%;
  }
}

body {
  font-family: "Lexend-Regular";
  color: #27273A;
}

html {
  font-size: 14px;
}

h2 {
  font-size: 1.2rem;
  font-family: "Lexend-Regular";
}
@media (min-width: 991px) {
  h2 {
    font-size: 1.5rem;
  }
}

strong {
  font-family: "Lexend-Bold";
}

a {
  text-decoration: none;
  color: #27273A;
}
a:hover {
  text-decoration: none;
  color: #000;
}

p {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  p {
    font-size: 1rem;
  }
}

.text-title {
  font-family: "Lexend-Bold";
  font-size: 3vw;
}

.text-medium {
  font-size: 1.5rem;
}

.text-small {
  font-size: 1rem;
}
.text-small p {
  font-size: 1rem;
}

.text-standard {
  font-size: 1.3rem;
}

.text-white {
  color: #fff;
}

.text-cherry {
  color: #d3003f;
}

.text-big {
  font-size: 2rem;
}
.text-big h1, .text-big h2, .text-big h3, .text-big h4, .text-big h5, .text-big h6 {
  font-size: 2rem;
}
@media (min-width: 991px) {
  .text-big {
    font-size: 3rem;
  }
  .text-big h1, .text-big h2, .text-big h3, .text-big h4, .text-big h5, .text-big h6 {
    font-size: 3rem;
  }
}

.font-light {
  font-family: "Lexend-Light";
}

.font-medium {
  font-family: "Lexend-Medium";
}

.font-semi-bold {
  font-family: "Lexend-SemiBold";
}

.font-bold {
  font-family: "Lexend-Bold";
}

.subtitle {
  font-size: 1.5rem;
  font-family: "Lexend-Medium";
}

.need-content h1, .need-content h2, .need-content h3, .need-content h4, .need-content h5, .need-content h6 {
  margin-bottom: 0.5rem;
}
.need-content h3 {
  font-size: 2rem;
  font-family: "Lexend-SemiBold";
}

.top-navigation {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 0 20px;
}
@media (min-width: 991px) {
  .top-navigation {
    position: relative;
    background-color: transparent;
    padding: 0;
  }
}
.top-navigation ul {
  margin: 0;
  padding: 0;
}
.top-navigation ul li {
  text-align: center;
  display: block;
  margin: 20px 0;
  list-style: none;
}
@media (min-width: 991px) {
  .top-navigation ul li {
    display: inline-block;
    margin: 0 10px;
    text-align: left;
  }
}
.top-navigation ul li.current-menu-item a {
  color: #d3003f;
}
.top-navigation ul li a {
  color: #27273A;
  transition: 0.25s all;
  font-size: 1.3rem;
}
@media (min-width: 991px) {
  .top-navigation ul li a {
    font-size: 1rem;
  }
}
.top-navigation ul li a:hover {
  color: #d3003f;
}
.top-navigation ul li bdi {
  font-size: 1rem !important;
}
.top-navigation .btn {
  margin: 0 10px;
}
.top-navigation .btn:hover {
  color: #d3003f;
}
.top-navigation .btn:hover .woocommerce-Price-amount bdi {
  color: #d3003f !important;
}
.top-navigation .brand {
  position: relative;
  z-index: 900;
}
.top-navigation .woocommerce-Price-amount bdi {
  font-size: 1rem !important;
}

.navbar-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 450;
  top: 0;
  left: 0;
  transform: translateX(100%);
  transition: 0.25s all;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.navbar-nav li.btn:hover a {
  color: #d3003f !important;
}
.navbar-nav .btn a {
  color: #fff !important;
}
.navbar-nav .btn a:hover {
  color: #d3003f !important;
}
@media (min-width: 991px) {
  .navbar-nav {
    display: block;
    position: relative;
    background-color: transparent;
    transform: translateX(0);
  }
}
.navbar-nav.nav-expand {
  transform: translateX(0);
}

.hamburger-icon {
  position: relative;
  width: 30px;
  height: 15px;
  z-index: 999;
}
.hamburger-icon span {
  position: absolute;
  left: 0;
  background-color: #27273A;
  width: 100%;
  height: 2px;
  transition: 0.3s all;
}
.hamburger-icon span:nth-child(1) {
  top: 0;
}
.hamburger-icon span:nth-child(2) {
  top: 7px;
}
.hamburger-icon span:nth-child(3) {
  top: 14px;
}
.hamburger-icon.nav-expand span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.hamburger-icon.nav-expand span:nth-child(2) {
  transform: translateX(30px);
  opacity: 0;
}
.hamburger-icon.nav-expand span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

.panel-fixed {
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #E8E8E8;
  z-index: 999;
}
.panel-fixed .btns a {
  width: 50%;
  padding: 5px 20px;
}

.panel-fixed {
  transition: transform 0.3s ease-out;
}

.panel-fixed.hide-panel {
  transform: translateY(100%);
}

.btn.filled a {
  color: #fff;
}
.btn:hover a {
  color: #d3003f;
}

.btn, .orderby {
  padding: 8px 20px;
  transition: 0.25s all;
  border: 2px solid #E8E8E8;
  font-family: "Lexend-Medium";
}
.btn i, .orderby i {
  margin-right: 10px;
}
.btn svg path, .btn svg ellipse, .orderby svg path, .orderby svg ellipse {
  transition: 0.25s all;
}
.btn:hover, .orderby:hover {
  border: 2px solid #d3003f;
  color: #d3003f;
}
.btn:hover svg path, .orderby:hover svg path {
  fill: #d3003f;
}
.btn:hover svg ellipse, .orderby:hover svg ellipse {
  fill: #d3003f;
}
.btn.filled, .orderby.filled {
  background-color: #d3003f;
  color: #fff;
  border: 2px solid #d3003f;
}
.btn.filled:hover, .orderby.filled:hover {
  background-color: transparent;
  color: #d3003f;
}
.btn.filled:hover svg path, .orderby.filled:hover svg path {
  fill: #d3003f;
}
.btn.filled:hover svg ellipse, .orderby.filled:hover svg ellipse {
  fill: #d3003f;
}
.btn.filled.white, .orderby.filled.white {
  background-color: #fff;
  color: #d3003f;
  border: 2px solid #fff;
}
.btn.filled.white:hover, .orderby.filled.white:hover {
  background-color: transparent;
  color: #fff;
}
.btn.white, .orderby.white {
  color: #fff;
}

.code {
  background-color: #fff;
  color: #d3003f;
  padding: 15px 30px;
  text-transform: uppercase;
  font-family: "Lexend-Bold";
  display: inline-block;
  border-radius: 100px;
}

#postsDropdown, #mobile-diet-select, .orderby {
  padding: 15px 30px;
  text-align: center;
}
#postsDropdown option, #mobile-diet-select option, .orderby option {
  text-align: left;
}

.form-flex .btn {
  min-width: 15%;
}

.main-slider {
  position: relative;
}
.main-slider .swiper-slide {
  background-color: transparent;
  text-align: left;
  margin: auto;
  padding: 15px;
}
.main-slider--content .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 54, 54, 0.3);
  z-index: 1;
}
.main-slider--content .swiper-slide {
  min-height: 40vh;
}
.main-slider--content__txt {
  position: relative;
  z-index: 2;
}
.main-slider--content .image-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.swiper-container-related .col-xl-3 {
  max-width: 100%;
}

.main-slider--navi, .slide-show--navi {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
}
.main-slider--navi .prev, .main-slider--navi .next, .slide-show--navi .prev, .slide-show--navi .next {
  position: relative;
  width: 30px;
  height: 30px;
}
.main-slider--navi .prev.swiper-button-disabled, .main-slider--navi .next.swiper-button-disabled, .slide-show--navi .prev.swiper-button-disabled, .slide-show--navi .next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.main-slider--navi .prev::before, .main-slider--navi .next::before, .slide-show--navi .prev::before, .slide-show--navi .next::before {
  position: absolute;
  content: "";
  left: -30px;
  bottom: 0;
  top: 4px;
  right: 0;
  margin: auto;
  width: 10px;
  height: 15px;
  background-repeat: no-repeat;
}
.main-slider--navi .prev::before, .slide-show--navi .prev::before {
  background-image: url("../wisniadiet/assets/images/arrow_left.svg");
}
.main-slider--navi .next::before, .slide-show--navi .next::before {
  background-image: url("../wisniadiet/assets/images/arrow_right.svg");
}
.main-slider--navi .swiper-pagination-bullet, .slide-show--navi .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: transparent;
  border: 1px solid #27273A;
}
.main-slider--navi .swiper-pagination-bullet-active, .slide-show--navi .swiper-pagination-bullet-active {
  background-color: #d3003f;
  border: 1px solid #d3003f;
}

.diet-item {
  border: 1px solid #E8E8E8;
}
.diet-item img {
  border-radius: 15px;
  height: 35vh;
  object-fit: cover;
}

.diet-list a {
  border: 2px solid #F1E6DC;
  color: #27273A;
  padding: 12px 25px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 5px;
  transition: 0.25s all;
  margin: 0 5px;
}
.diet-list a:hover {
  background-color: #d3003f;
  color: #fff;
}
.diet-list a.active {
  background-color: #d3003f;
  color: #fff;
  border: 2px solid #d3003f;
}

.diet-values {
  width: 100%;
}
@media (min-width: 991px) {
  .diet-values {
    width: auto;
  }
}
.diet-values .diet-value--content {
  border-right-color: transparent !important;
  border-bottom: 1px solid #bebebe !important;
}
@media (min-width: 991px) {
  .diet-values .diet-value--content {
    border-right-color: #bebebe !important;
    border-bottom: 1px solid transparent !important;
  }
}

.diet-values .diet-value:last-of-type .diet-value--content {
  border-bottom: 0 !important;
}

.diet-price-table .diet-value {
  display: inline-block;
  width: 100%;
}
@media (min-width: 991px) {
  .diet-price-table .diet-value {
    width: auto;
  }
}
.diet-price-table .diet-value span {
  display: block;
  width: auto;
  display: inline-block;
  padding: 15px 50px;
}
.diet-price-table .price-value {
  display: inline-block;
  padding: 15px 50px;
}

.price-table-mobile .container-inside.ui-bg-beige {
  background-color: transparent;
}

.how-its-work img {
  height: 8rem;
}
.how-its-work h1, .how-its-work h2, .how-its-work h3, .how-its-work h4, .how-its-work h5, .how-its-work h6 {
  margin-bottom: 0.5rem;
}

.how-its-work .col-xl-3 {
  border-bottom: 1px solid #E8E8E8;
}
@media (min-width: 991px) {
  .how-its-work .col-xl-3 {
    border-bottom: 0;
  }
}

.belt {
  display: none;
  position: relative;
  z-index: 0;
  pointer-events: none;
}

.city:hover + .belt {
  display: block;
}

.city {
  position: relative;
}

.city:hover #fill-it {
  fill: #FFF5EC;
}

.delivery-target li {
  display: inline-block;
  list-style: none;
  background-color: #E8E8E8;
  padding: 5px 12px;
  text-transform: uppercase;
  font-family: "Lexend-SemiBold";
  border-radius: 100px;
  margin-right: 0;
  margin-bottom: 10px;
  font-size: 0.9rem;
}
@media (min-width: 991px) {
  .delivery-target li {
    margin-right: 10px;
    font-size: 1rem;
  }
}

.checkboxcontainer {
  display: block;
  padding-left: 40px;
  padding-top: 2px;
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: 0.9rem;
  font-family: "Lexend-Regular";
}
.checkboxcontainer a {
  text-decoration: underline;
  color: #d3003f;
}
.checkboxcontainer a:hover {
  text-decoration: none;
}
.checkboxcontainer span {
  color: #d3003f;
}
.checkboxcontainer input {
  display: none;
}
.checkboxcontainer input:checked + .checkmark {
  background-color: #fff;
  border: 1px solid #E8E8E8;
}
.checkboxcontainer input:indeterminate + .checkmark {
  background-color: transparent;
  border: 1px solid #E8E8E8;
}
.checkboxcontainer input:checked + .checkmark:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 11px;
  border-left: 2px solid #d3003f;
  border-bottom: 2px solid #d3003f;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.checkboxcontainer input:checked + .checkmark_active:after {
  border-left: 2px solid #d3003f;
  border-bottom: 2px solid #d3003f;
}
.checkboxcontainer input:checked:disabled + .checkmark {
  border: 1px solid #E8E8E8;
  background-color: #E8E8E8;
}
.checkboxcontainer input:disabled + .checkmark {
  border: 1px solid #E8E8E8;
}
.checkboxcontainer input:indeterminate + .checkmark:after {
  content: "";
  position: absolute;
  height: 0px;
  width: 11px;
  border-left: 2px solid #E8E8E8;
  border-bottom: 2px solid #E8E8E8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.checkboxcontainer .checkmark {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: -2px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}
@media (min-width: 991px) {
  .checkboxcontainer .checkmark {
    left: 6px;
  }
}

.send-alert:empty {
  display: none !important;
}

.send-alert, .send-alertNws {
  margin-top: 20px;
  display: none;
  padding: 8px 20px 5px;
  background: transparent;
  border-radius: 25px;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
.send-alert ul, .send-alertNws ul {
  margin: 0;
}
.send-alert p, .send-alertNws p {
  margin: 0;
}
.send-alert.error, .send-alertNws.error {
  border: 1px solid #d3003f;
  background: #d3003f;
  color: #27273A;
}
.send-alert.success, .send-alertNws.success {
  border: 1px solid #1AC84C;
  background: #1AC84C;
  color: #fff;
}

.errorText {
  display: none;
  color: #d3003f;
  font-size: 12px;
  text-align: center;
  padding-left: 0;
  padding-top: 0;
  position: absolute;
  left: 0;
  top: -18px;
}

.send-form .input-placeholder {
  position: relative;
}
.send-form input, .send-form textarea {
  background-color: #fffbf7;
  border: 1px solid #E8E8E8;
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
}

.newsletter-cover {
  z-index: 1;
  margin: 150px 0 50px;
}
@media (min-width: 991px) {
  .newsletter-cover {
    margin: 150px 0;
  }
}

.newsletter-cover--mask {
  position: absolute;
  left: 0;
  top: -740px;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  z-index: 0;
  transform: scale(1);
  background-image: url("../wisniadiet/assets/images/newsletter_mask.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 991px) {
  .newsletter-cover--mask {
    top: -210px;
    transform: scale(0.6);
  }
}

.form-group {
  width: 100%;
}
@media (min-width: 991px) {
  .form-group {
    width: 33%;
  }
}

.contact-bar .border-right {
  border-right-color: transparent !important;
}
@media (min-width: 991px) {
  .contact-bar .border-right {
    border-right-color: #dbdbdb !important;
  }
}
.contact-bar .border-bottom {
  border-bottom-color: #dbdbdb !important;
}
@media (min-width: 991px) {
  .contact-bar .border-bottom {
    border-bottom-color: transparent !important;
  }
}

.accordion {
  max-width: 100%;
  margin: 0 auto;
}

.accordion-item {
  border: 1px solid #E8E8E8;
}
.accordion-item:hover h3 {
  color: #000;
}
.accordion-item h3 {
  transition: 0.3s all;
  max-width: 70%;
  font-size: 1.1rem;
}
@media (min-width: 991px) {
  .accordion-item h3 {
    max-width: 100%;
    transition: 0.3s all;
    font-size: 1.5rem;
  }
}
.accordion-item.active h3 {
  color: #000;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
}

.accordion-header h3 {
  margin: 0;
}

.accordion-icon {
  font-size: 1.5em;
}

.accordion-content {
  padding: 10px 0;
  display: none;
  max-width: 100%;
}
@media (min-width: 991px) {
  .accordion-content {
    max-width: 95%;
  }
}

.load-more {
  text-align: center;
  margin-top: 20px;
}

.hide {
  display: none;
}

footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 6px 0;
}
footer ul li a:hover {
  color: #d3003f;
}

.social-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.banner--with-thumbnail {
  min-height: 40vh;
  overflow: hidden;
  position: relative;
}
.banner--with-thumbnail h2 {
  background: #fff;
  color: #27273A;
  padding: 10px 30px;
  border-radius: 15px;
}
.banner--with-thumbnail .banner--thumb {
  width: 100%;
  height: 100%;
}
.banner--thumb {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 0;
  height: 0;
}
.banner h2 {
  position: relative;
  z-index: 5;
}
.banner img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.mark-list ul {
  margin: 0;
  padding: 0;
}
.mark-list ul li {
  position: relative;
  list-style: none;
  line-height: 1.3;
  padding-left: 50px;
  margin-bottom: 30px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
@media (min-width: 991px) {
  .mark-list ul li {
    padding-left: 60px;
    margin-bottom: 0px;
    line-height: 4;
  }
}
.mark-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../wisniadiet/assets/images/square_mark.svg");
  height: 48px;
  width: 48px;
  margin: auto;
  bottom: 0;
  transform: scale(0.5);
}
@media (min-width: 991px) {
  .mark-list ul li::before {
    transform: scale(1);
  }
}

.image.standard {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.squares .checkboxcontainer a {
  color: #fff;
}
.squares .btn.filled {
  background-color: #fff;
  color: #d3003f;
  border: 2px solid #fff;
}
.squares .btn:hover {
  color: #fff;
  background-color: transparent;
}

.diet-gallery .image-box {
  width: 100%;
  height: 50vh;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.diet-gallery .image-box .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.diet-values .diet-value:last-child .diet-value--content.border-right {
  border-right: 0 !important;
}

.hit-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*.product-tile--content__add-to-cart {
  position: relative;
  z-index: 5;
}
.product-tile .added_to_cart {
  display: none !important;
}
.product-tile:hover .thumb img {
  transform: scale(1.3);
}
.product-tile .thumb {
  overflow: hidden;
}
.product-tile .thumb img {
  transition: 0.25s all;
  pointer-events: none;
  cursor: default;
}*/

.product-tile {
  display: flex;
}

.product-tile > .p-4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #f0e4e8;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-tile:hover > .p-4 {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(211, 0, 63, 0.08);
}

.product-thumb-link {
  display: block;
  text-decoration: none;
}

.product-tile .thumb {
  height: 260px;
  overflow: hidden;
  border-radius: 16px;
}

.product-tile .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.product-thumb-link:hover img,
.product-tile:hover .thumb img {
  transform: scale(1.06);
}

.product-tile--content__title {
  min-height: 56px;
  display: flex;
  align-items: flex-start;
}

.product-tile--content__title h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-title-link {
  color: #222;
  text-decoration: none;
  transition: color 0.25s ease;
}

.product-title-link:hover {
  color: #d3003f;
}

.product-tile--content {
  margin-top: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

.product-tile--content__price,
.product-tile--content__add-to-cart {
  width: 100%;
}

.product-tile--content__price {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

.product-tile--content__price .price {
  margin: 0;
}

.product-tile .product-tile--content__add-to-cart a.button,
.product-tile a.button.product_type_simple,
.product-tile a.button.add_to_cart_button,
.product-tile a.button.ajax_add_to_cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 12px 20px !important;
  min-height: 46px !important;
  border-radius: 12px !important;
  background: #d3003f !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  border: 1px solid #d3003f !important;
  box-shadow: 0 10px 24px rgba(211, 0, 63, 0.18) !important;
  transition: all 0.25s ease !important;
}

.product-tile .product-tile--content__add-to-cart a.button:hover,
.product-tile a.button.product_type_simple:hover,
.product-tile a.button.add_to_cart_button:hover,
.product-tile a.button.ajax_add_to_cart:hover {
  background: #b10035 !important;
  border-color: #b10035 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 28px rgba(211, 0, 63, 0.24) !important;
}

.product-tile .product-tile--content__add-to-cart a.button:focus,
.product-tile .product-tile--content__add-to-cart a.button:active,
.product-tile a.button.product_type_simple:focus,
.product-tile a.button.product_type_simple:active,
.product-tile a.button.add_to_cart_button:focus,
.product-tile a.button.add_to_cart_button:active,
.product-tile a.button.ajax_add_to_cart:focus,
.product-tile a.button.ajax_add_to_cart:active {
  outline: none !important;
  background: #d3003f !important;
  color: #ffffff !important;
  border-color: #d3003f !important;
  box-shadow: 0 0 0 4px rgba(211, 0, 63, 0.12) !important;
}

.product-tile a.added_to_cart.wc-forward {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin-top: 10px !important;
  padding: 12px 20px !important;
  min-height: 46px !important;
  border-radius: 12px !important;
  background: #fff4f7 !important;
  color: #d3003f !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  border: 1px solid #f0b8c9 !important;
  box-shadow: none !important;
  transition: all 0.25s ease !important;
}

.product-tile a.added_to_cart.wc-forward:hover {
  background: #d3003f !important;
  color: #ffffff !important;
  border-color: #d3003f !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 24px rgba(211, 0, 63, 0.18) !important;
}

.product-tile a.added_to_cart.wc-forward:focus,
.product-tile a.added_to_cart.wc-forward:active {
  outline: none !important;
  color: #ffffff !important;
  border-color: #d3003f !important;
  box-shadow: 0 0 0 4px rgba(211, 0, 63, 0.12) !important;
}

@media (max-width: 767px) {
  .product-tile .thumb {
    height: 220px;
  }

  .product-tile--content__title h3 {
    font-size: 18px;
  }

  .product-tile--content__price {
    font-size: 18px;
  }
}

/* paginacja */
.woocommerce nav.woocommerce-pagination {
  margin: 50px 0 20px;
  padding-top: 6px;
  text-align: center;
  overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  margin: 0;
  padding: 0;
  border: none;
  overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 16px;
  border-radius: 12px;
  background: #fff;
  color: #222;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #f0d9e1;
  box-shadow: none;
  transition: all 0.25s ease;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
  background: #fff4f7;
  color: #d3003f;
  border-color: #d3003f;
  transform: translateY(-1px);
  box-shadow: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: #d3003f;
  color: #fff;
  border-color: #d3003f;
  box-shadow: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .next.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .prev.page-numbers {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .woocommerce nav.woocommerce-pagination {
    margin: 40px 0 10px;
  }

  .woocommerce nav.woocommerce-pagination ul.page-numbers {
    gap: 8px;
    flex-wrap: wrap;
  }

  .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    font-size: 15px;
    border-radius: 10px;
  }
}

.woocommerce-cart-form .product-thumbnail img {
  width: 150px !important;
  border-radius: 15px;
  padding: 30px;
  background: #f6f6f8;
}

.columns-4 .woocommerce-result-count, .columns-4 .woocommerce-ordering {
  display: none;
}

.woocommerce-result-count, .woocommerce-ordering {
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 991px) {
  .woocommerce-result-count, .woocommerce-ordering {
    margin-bottom: 0 !important;
    width: auto;
  }
}

select.orderby {
  border-radius: 5px;
}

.woocommerce-form-login button, .woocommerce-Address-title a, .woocommerce-MyAccount-content button, .single_add_to_cart_button, .return-to-shop a, .wc-proceed-to-checkout a, .actions button, .woocommerce-form-coupon button, .place-order button {
  background-color: #d3003f !important;
  border-radius: 5px !important;
  border: 2px solid #d3003f !important;
  font-weight: normal !important;
  font-family: "Lexend-Medium";
  transition: 0.25s all;
  color: #fff !important;
  padding: 12px !important;
}
.woocommerce-form-login button:hover, .woocommerce-Address-title a:hover, .woocommerce-MyAccount-content button:hover, .single_add_to_cart_button:hover, .return-to-shop a:hover, .wc-proceed-to-checkout a:hover, .actions button:hover, .woocommerce-form-coupon button:hover, .place-order button:hover {
  background-color: transparent !important;
  border: 2px solid #d3003f !important;
  color: #d3003f !important;
}

.coupon button {
  width: 100% !important;
}
@media (min-width: 991px) {
  .coupon button {
    width: 40% !important;
  }
}

.coupon {
  width: 100% !important;
}
@media (min-width: 991px) {
  .coupon {
    width: 60% !important;
  }
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 100% !important;
  background-color: #fffbf7;
  border: 1px solid #E8E8E8;
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
}
@media (min-width: 991px) {
  .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 59% !important;
  }
}

.woocommerce-MyAccount-content input, .woocommerce-checkout input, textarea {
  background-color: #fff;
  border: 1px solid #E8E8E8;
  padding: 10px 15px;
  border-radius: 5px;
}
.woocommerce-MyAccount-content input:focus, .woocommerce-checkout input:focus, textarea:focus {
  background-color: #FFF5EC;
}

.woocommerce-cart .banner .border-radius-30, .woocommerce-checkout .banner .border-radius-30, .single-product .banner .border-radius-30 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.woocommerce form .form-row-first {
  width: 100% !important;
}

.woocommerce-billing-fields__field-wrapper span, .woocommerce-billing-fields__field-wrapper p, .woocommerce-billing-fields__field-wrapper input {
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 98% !important;
}

.woocommerce-input-wrapper, .woocommerce form .form-row {
  width: 100% !important;
}

#ship-to-different-address-checkbox {
  width: 16px !important;
  margin-right: 15px !important;
  margin-top: 2px !important;
}

.woocommerce-form__label-for-checkbox {
  display: flex !important;
  align-items: center !important;
}

.woocommerce-Price-amount bdi, .woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #27273A;
  font-size: 1.2rem;
}

a.product_type_simple, .woocommerce-message a, .woocommerce-info a {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  border: 2px solid !important;
  border-radius: 3px;
  left: auto;
  font-weight: normal !important;
  border-color: #27273A !important;
  color: #27273A !important;
  display: inline-block;
  font-family: "Lexend-Medium" !important;
  transition: 0.25s all;
}
a.product_type_simple:hover, .woocommerce-message a:hover, .woocommerce-info a:hover {
  background-color: #d3003f !important;
  border-color: #d3003f !important;
  color: #fff !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 100% !important;
}

.posted_in, .woocommerce-product-details__short-description {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  width: 100%;
  display: block;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.posted_in a, .woocommerce-product-details__short-description a {
  color: #d3003f;
}

.woocommerce-product-details__short-description p {
  font-size: 1.2rem;
  font-family: "Lexend-Light";
}

.quantity {
  width: 20%;
}

.quantity input {
  border: 1px solid #E8E8E8 !important;
  padding: 10px !important;
  border-radius: 5px !important;
  width: 100% !important;
}

.woocommerce div.product form.cart {
  margin-bottom: 2em;
  margin-top: 2em;
  background: #fff5ec;
  padding: 25px;
  border-radius: 15px;
}

.single_add_to_cart_button {
  width: 73.7%;
  margin-left: 15px !important;
}
@media (min-width: 991px) {
  .single_add_to_cart_button {
    width: 76.7%;
  }
}

.woocommerce div.product form.cart {
  margin-bottom: 2em !important;
  margin-top: 2em !important;
  background: #fff5ec !important;
  padding: 25px !important;
  border-radius: 15px !important;
}

.col-xl-7 .price .woocommerce-Price-amount bdi {
  font-size: 2.2rem !important;
  color: #d3003f !important;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #E8E8E8;
}

.woocommerce-MyAccount-navigation-link--customer-logout {
  border-bottom: 0 !important;
  margin-top: 25px !important;
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
  border: 2px solid #E8E8E8;
  border-radius: 5px;
  padding: 8px 16px;
}

.woocommerce-MyAccount-content {
  margin-top: 3rem;
}
.woocommerce-MyAccount-content .woocommerce-Address {
  max-width: 100% !important;
  margin-top: 3rem;
}
@media (min-width: 991px) {
  .woocommerce-MyAccount-content .woocommerce-Address {
    max-width: 50% !important;
  }
}
.woocommerce-MyAccount-content .woocommerce-Address h3 {
  margin-top: 7px;
}

.password-input {
  width: 100%;
}

fieldset {
  margin-top: 3rem;
}

em {
  font-size: 0.8rem;
  text-transform: none;
  font-style: normal;
  color: gray;
  margin-top: 6px;
  display: block;
}

.woocommerce-form-login {
  background: #fff !important;
  border: 2px solid #E8E8E8 !important;
  border-radius: 30px !important;
  padding: 5rem !important;
}
.woocommerce-form-login input {
  background-color: #fff;
  border: 1px solid #E8E8E8;
  padding: 10px 15px;
  border-radius: 5px;
  width: 100% !important;
}
.woocommerce-form-login .woocommerce-form__input-checkbox {
  width: 30px !important;
  margin-left: 0 !important;
}
.woocommerce-form-login .form-row {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}

.page-id-206 h2 {
  margin-top: 3rem;
  text-align: center;
}

.top {
  z-index: 999;
}

.woocommerce-thankyou-order-received { 
    text-align: center;
    margin: 25px 0;
    font-size: 30px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

.woocommerce-column.col-1 {
    max-width: 50%;
}

.woocommerce-column.col-2 {
    max-width: 50%;
}

p.price del {
    font-size: 2.2rem;
}

.woocommerce span.onsale {
    left: 0;
}

p.price ins {
    margin-left: 10px;
}

#tab-description table {
    width: 100%;
}

#tab-description tr {
    border-bottom: 1px solid #d3003f;
}

#tab-description tr:last-child {
    border-bottom: none;
}

#tab-description td {
    padding: 5px 0;
}

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

.privacy div {
    width: 100%;
    padding: 10px 0;
}


.product-tile > div .ui-bg-gray {
    /*background-color: #d3003f !important;*/
	background-color: #ffffff !important;
}

.woocommerce-product-details__short-description {
	text-align: justify;
}

.woocommerce-Tabs-panel--description h2 {
	margin-bottom: 15px;
}

@media (max-width: 768px) {
  .mobile-menu-btn {
    margin-bottom: 5px !important;
    display: block;
  }
}

.subcategory-filters {
    margin-top: 20px;
    margin-bottom: 10px;
}

.subcategory-filter-btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: #fff4f7;
    color: #222;
    text-decoration: none;
    transition: .2s ease;
}

.subcategory-filter-btn:hover {
    background: #e7ddd4;
    color: #000;
}

.subcategory-filter-btn.is-active {
    background: #d3003f;
    color: #fff;
    font-weight: 600;
}

#ajax-products-wrapper.loading {
    opacity: 0.5;
    pointer-events: none;
    transition: 0.2s ease;
}

.catering-hero-section {
  padding: 90px 20px 70px;
  background: #ffffff;
}

.catering-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
}

.catering-hero-content {
  max-width: 760px;
}

.catering-hero-label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d3003f;
}

.catering-hero-content h1 {
  margin: 0 0 22px;
  font-size: 52px;
  line-height: 1.15;
  font-weight: 700;
  color: #222;
}

.catering-hero-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: #555;
  text-align: justify;
}

.catering-hero-image {
  position: relative;
}

.catering-hero-image img {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
  .catering-hero-section {
    padding: 70px 20px 55px;
  }

  .catering-hero-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .catering-hero-content {
    max-width: 100%;
  }

  .catering-hero-content h1 {
    font-size: 40px;
  }

  .catering-hero-content p {
    font-size: 17px;
  }

  .catering-hero-image img {
    height: 380px;
  }
}

@media (max-width: 640px) {
  .catering-hero-section {
    padding: 55px 16px 45px;
  }

  .catering-hero-content h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .catering-hero-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .catering-hero-image img {
    height: 280px;
    border-radius: 18px;
  }
}

.why-boxes-section {
  padding: 80px 20px;
  background: #ffffff;
}

.why-boxes-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
}

.why-boxes-label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d3003f;
}

.why-boxes-content h2 {
  margin: 0 0 20px;
  font-size: 38px;
  line-height: 1.2;
  color: #222;
}

.why-boxes-content p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  text-align: justify;
}

.why-boxes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.why-box-tile {
  background: #d3003f;
  padding: 28px 24px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(211, 0, 63, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.why-box-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(211, 0, 63, 0.28);
}

.why-box-tile h3 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #ffffff;
}

.why-box-tile p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
  .why-boxes-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .why-boxes-content h2 {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .why-boxes-section {
    padding: 60px 16px;
  }

  .why-boxes-grid {
    grid-template-columns: 1fr;
  }

  .why-boxes-content h2 {
    font-size: 28px;
  }

  .why-boxes-content p {
    font-size: 16px;
  }
}

.faq-section {
  padding: 90px 20px;
  background: #ffffff;
}

.faq-container {
  max-width: 980px;
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 42px;
}

.faq-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d3003f;
}

.faq-header h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
  color: #222;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #f1d9e1;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.25s ease;
}

.faq-item:hover {
  border-color: #d3003f;
  box-shadow: 0 12px 30px rgba(211, 0, 63, 0.08);
}

.faq-item.active {
  border-color: #d3003f;
  box-shadow: 0 14px 34px rgba(211, 0, 63, 0.12);
}

.faq-question {
  width: 100%;
  padding: 24px 28px;
  border: none;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  text-align: left;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  transition: color 0.25s ease;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.faq-question:focus,
.faq-question:active,
.faq-question:focus-visible {
  outline: none;
  box-shadow: none;
}

.faq-item.active .faq-question {
  color: #d3003f;
}

.faq-icon {
  position: relative;
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: #fff4f7;
  border: 1px solid #f3ccd8;
  transition: all 0.25s ease;
}

.faq-item:hover .faq-icon,
.faq-item.active .faq-icon {
  background: #d3003f;
  border-color: #d3003f;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #d3003f;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease;
}

.faq-icon::before {
  width: 16px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 16px;
}

.faq-item:hover .faq-icon::before,
.faq-item:hover .faq-icon::after,
.faq-item.active .faq-icon::before,
.faq-item.active .faq-icon::after {
  background: #ffffff;
}

.faq-item.active .faq-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

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

.faq-answer p {
  margin: 0;
  padding: 0 28px 26px;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  text-align: justify;
}

@media (max-width: 991px) {
  .faq-section {
    padding: 75px 20px;
  }

  .faq-header h2 {
    font-size: 34px;
  }

  .faq-question {
    padding: 22px 22px;
    font-size: 18px;
  }

  .faq-answer p {
    padding: 0 22px 22px;
  }
}

@media (max-width: 640px) {
  .faq-section {
    padding: 60px 16px;
  }

  .faq-header {
    margin-bottom: 32px;
  }

  .faq-header h2 {
    font-size: 28px;
  }

  .faq-question {
    padding: 18px 18px;
    font-size: 16px;
    align-items: flex-start;
  }

  .faq-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }

  .faq-answer p {
    padding: 0 18px 18px;
    font-size: 15px;
    line-height: 1.75;
  }
}

/*# sourceMappingURL=style.css.map */
