@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica/Helvetica-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica/Helvetica.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica/Helvetica-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
.site-header {
  position: relative;
  width: 100%;
}
.site-header__top {
  background-color: #A8D68F;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 8px 0;
}
.site-header__main {
  padding: 12px 0;
  box-shadow: 0px 8px 7px -6px rgba(216, 216, 216, 0.41);
}
@media (min-width: 768px) {
  .site-header__main {
    padding: 20px 0;
  }
}
.site-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.site-header__logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .site-header__logo {
    margin-right: 64px;
  }
}
.site-header__logo-img {
  max-height: 48px;
  width: auto;
}
.site-header__nav {
  display: none;
}
@media (min-width: 768px) {
  .site-header__nav {
    display: block;
    margin-left: auto;
    margin-right: 48px;
  }
}
.site-header__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__menu li {
  margin-left: 32px;
  position: relative;
}
.site-header__menu li:first-child {
  margin-left: 0;
}
.site-header__menu li a {
  text-decoration: none;
  color: #252525;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.site-header__menu li a:hover {
  color: rgba(37, 37, 37, 0.7);
}
.site-header__icons {
  display: none;
}
@media (min-width: 768px) {
  .site-header__icons {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.site-header .dgwt-wcas-ico-magnifier-handler,
.site-header .dgwt-wcas-search-icon,
.site-header .dgwt-wcas-search-wrapp {
  width: 24px;
  height: 24px;
  max-width: 24px !important;
  cursor: pointer;
}
.site-header__icon-link {
  position: relative;
  cursor: pointer;
}
.site-header__icon {
  width: 24x;
  height: 24x;
}
.site-header .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
  border-width: 1px !important;
}
.site-header .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit img {
  width: 22px;
  margin-bottom: 7px !important;
}
.site-header__cart-count {
  position: absolute;
  top: -8px;
  right: -7px;
  background-color: #252525;
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__mobile-toggle {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .site-header__mobile-toggle {
    display: none;
  }
}
.site-header__mobile-toggle:focus {
  outline: none;
}
.site-header__hamburger {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #252525;
  position: relative;
  transition: background-color 0.3s ease;
}
.site-header__hamburger:before, .site-header__hamburger:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #252525;
  position: absolute;
  transition: transform 0.3s ease;
}
.site-header__hamburger:before {
  top: -8px;
}
.site-header__hamburger:after {
  bottom: -8px;
}
.site-header__mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100); /* Fix for iOS 100vh issue */
  background-color: #FFFFFF;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.5s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* For iOS */
  visibility: hidden;
  will-change: transform;
}
.site-header__mobile-menu.is-active {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0s;
}
.site-header__mobile-header {
  flex-shrink: 0;
}
.site-header__mobile-main {
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 8px 7px 6px rgba(237, 237, 237, 0.418);
}
@media (min-width: 502px) {
  .site-header__mobile-main {
    padding: 16px;
  }
}
.site-header__mobile-logo-img {
  max-height: 48px;
  width: auto;
}
.site-header__mobile-close {
  background: none;
  border: none;
  cursor: pointer;
}
.site-header__mobile-close:focus {
  outline: none;
}
.site-header__close-icon {
  position: relative;
  display: flex;
  align-content: center;
}
.site-header__close-icon svg {
  width: 40px;
  height: 40px;
}
.site-header__mobile-nav {
  padding: 50px 24px;
  flex-grow: 1;
  overflow-y: auto;
}
.site-header__mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.site-header__mobile-menu-list li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: calc(var(--item-index, 0) * 0.1s);
  will-change: opacity, transform;
}
.site-header__mobile-menu-list li.show-item {
  opacity: 1;
  transform: translateY(0);
}
.is-active .site-header__mobile-menu-list li {
  opacity: 1;
  transform: translateY(0);
}
.site-header__mobile-menu-list li a {
  text-decoration: none;
  color: #252525;
  font-size: 1.5rem;
  display: block;
  transition: color 0.3s ease;
}
.site-header__mobile-menu-list li a:hover {
  color: rgba(37, 37, 37, 0.7);
}
.site-header__mobile-products {
  max-height: 500px;
  padding: 32px 24px;
}
.site-header__mobile-products-title {
  margin-bottom: 24px;
  font-size: 1.25rem;
  color: #252525;
}
.site-header__mobile-products-swiper {
  position: relative;
}
.site-header__mobile-products-swiper .swiper-pagination {
  position: relative;
  margin-bottom: 8px;
  text-align: left;
}
.site-header__mobile-products-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #DBDBDB;
  opacity: 1;
}
.site-header__mobile-products-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF8656;
}
.site-header .mobile-product {
  display: flex;
  max-height: 250px;
  overflow: hidden;
  height: 100%;
}
.site-header .mobile-product__image-link {
  display: block;
  overflow: hidden;
  width: 50%;
}
.site-header .mobile-product__image-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-header .mobile-product__info {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.site-header .mobile-product__title {
  font-size: 0.875rem;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #252525;
}
.site-header .mobile-product__excerpt {
  font-size: 0.75rem;
  color: rgba(37, 37, 37, 0.8);
  margin-bottom: 8px;
}
.site-header .mobile-product__footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-header .mobile-product__price {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #252525;
}
.site-header .mobile-product__price del {
  font-size: 0.875rem;
  font-weight: 400;
  margin-right: 8px;
  color: rgba(37, 37, 37, 0.8);
}
.site-header .mobile-product__price ins {
  text-decoration: none;
}
.site-header .mobile-product .add_to_cart_inline {
  border: 0 !important;
  padding: 0 !important;
}
.site-header .mobile-product .add_to_cart_inline .woocommerce-Price-amount {
  display: none !important;
}
.site-header .mobile-product .add_to_cart_inline > span {
  display: none !important;
}
.site-header .mobile-product .add_to_cart_button {
  padding: 8px 16px !important;
  font-size: 0.75rem !important;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.site-header .mobile-product .add_to_cart_button:hover {
  transform: translateY(-2px);
}
.site-header__mobile-footer {
  background-color: #FFFFFF;
  padding: 20px 24px;
  box-shadow: 0px -8px 7px 6px rgba(237, 237, 237, 0.418);
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.site-header__mobile-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.5s;
  will-change: opacity, transform;
}
.site-header__mobile-icons.show-item {
  opacity: 1;
  transform: translateY(0);
}
.is-active .site-header__mobile-icons {
  opacity: 1;
  transform: translateY(0);
}
.site-header__mobile-icon {
  width: 24px;
  height: 24px;
}
.site-header__mobile-cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #252525 !important;
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@supports (-webkit-touch-callout: none) {
  .site-header__mobile-menu {
    height: -webkit-fill-available;
  }
}
.site-footer {
  background-color: #FFFFFF;
  padding: 50px 0;
  width: 100%;
  box-shadow: 0px -8px 7px 6px rgba(241, 241, 241, 0.418);
}
@media (min-width: 768px) {
  .site-footer {
    padding: 100px 0;
  }
}
.site-footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px 0;
  border-bottom: 1px solid #DBDBDB;
}
@media (min-width: 768px) {
  .site-footer__wrapper {
    padding: 64px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  .site-footer__wrapper {
    flex-wrap: nowrap;
    gap: 64px;
  }
}
.site-footer__column {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.site-footer__column:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .site-footer__column {
    width: 45%;
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .site-footer__column {
    width: auto;
    margin-bottom: 0;
    min-width: 190px;
  }
}
@media (min-width: 1024px) {
  .site-footer__column--logo {
    margin-right: auto;
    max-width: 465px;
  }
}
.site-footer__logo {
  margin-bottom: 32px;
  display: inline-block;
  transition: opacity 0.2s ease;
  max-width: 95px;
  width: 100%;
}
.site-footer__logo:hover {
  opacity: 0.9;
}
.site-footer__description {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.64px;
  font-weight: 400;
  color: rgba(37, 37, 37, 0.8);
  margin-bottom: 32px;
}
.site-footer__social {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .site-footer__social {
    gap: 16px;
    margin-bottom: 24px;
  }
}
.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.site-footer__social-link:hover, .site-footer__social-link:focus {
  transform: scale(1.1);
  outline: none;
}
.site-footer__social-link:focus-visible {
  outline: 2px solid rgba(37, 37, 37, 0.3);
  outline-offset: 4px;
  border-radius: 50%;
}
.site-footer__social-icon {
  width: 24px;
  height: 24px;
}
.site-footer__title {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 16px;
  color: #252525;
}
@media (min-width: 768px) {
  .site-footer__title {
    margin-bottom: 24px;
  }
}
.site-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__menu li {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .site-footer__menu li {
    margin-bottom: 12px;
  }
}
.site-footer__menu li:last-child {
  margin-bottom: 0;
}
.site-footer__menu li a {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(37, 37, 37, 0.8);
}
.site-footer__contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .site-footer__contact-info {
    gap: 24px;
  }
}
.site-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: rgba(37, 37, 37, 0.8);
}
.site-footer__contact-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .site-footer__contact-text {
    gap: 12px;
  }
}
.site-footer__contact-text p, .site-footer__contact-text a {
  margin: 0;
  font-size: 1rem;
  color: rgba(37, 37, 37, 0.8);
}
.site-footer__bottom {
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__bottom {
    text-align: left;
  }
}
.site-footer__bottom .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 16px;
  padding-top: 48px;
}
@media (min-width: 768px) {
  .site-footer__bottom .container {
    padding-top: 64px;
  }
}
.site-footer__privacy {
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media (min-width: 768px) {
  .site-footer__privacy {
    justify-content: flex-end;
  }
}
.site-footer__copyright, .site-footer__privacy-link {
  font-size: 0.75rem;
  color: rgba(37, 37, 37, 0.6);
  margin: 0;
}
@media (min-width: 768px) {
  .site-footer__copyright, .site-footer__privacy-link {
    font-size: 0.8125rem;
  }
}

li.product {
  padding: 32px !important;
  border: 1px solid #DBDBDB;
  border-radius: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin: 0 !important;
}
li.product img {
  max-height: 325px;
  object-fit: contain;
}
li.product .onsale {
  display: none !important;
}
li.product .woocommerce-loop-product__title {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #252525 !important;
  margin-bottom: 16px !important;
}
@media (min-width: 1024px) {
  li.product .woocommerce-loop-product__title {
    font-size: 1.5rem !important;
  }
}
li.product .button {
  padding: 16px 32px !important;
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  border-radius: 36px !important;
  border: 0 !important;
  width: fit-content !important;
  cursor: pointer !important;
  transition: 0.3s all !important;
  background-color: #FF8656 !important;
  color: #FFFFFF !important;
}
li.product .button:hover {
  background-color: #e67447 !important;
}
li.product .product-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0;
}
li.product .product-attributes .product-attribute {
  background-color: #A8D68F;
  color: #FFFFFF;
  gap: 12px;
  padding: 8px 16px;
  border-radius: 36px;
  display: flex;
  align-items: center;
}
li.product .product-attributes .product-attribute img {
  width: 16px;
  height: 16px;
  margin-bottom: 0 !important;
}
li.product .product-attributes .product-attribute--smak, li.product .product-attributes .product-attribute--dawka {
  display: none;
}
@media (min-width: 768px) {
  li.product .product-attributes .product-attribute--smak, li.product .product-attributes .product-attribute--dawka {
    display: flex;
  }
}
li.product .product-card__excerpt {
  margin-bottom: 16px;
}
li.product .product-card__quality {
  color: #FF8656;
}

.naturalny-sklad {
  padding: 50px 0;
  background-color: #F9F9F9;
}
@media (min-width: 1024px) {
  .naturalny-sklad {
    padding: 100px 0;
  }
}
.naturalny-sklad__header {
  max-width: 750px;
  margin-bottom: 64px;
}
.naturalny-sklad .label {
  color: #A8D68F;
}
.naturalny-sklad .label::before {
  background-color: #A8D68F;
}
.naturalny-sklad__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .naturalny-sklad__content {
    flex-direction: row;
    align-items: stretch;
    gap: 64px;
  }
}
.naturalny-sklad__info {
  flex: 1;
  position: relative;
  min-height: 450px;
}
@media (min-width: 768px) {
  .naturalny-sklad__info {
    min-height: 550px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .naturalny-sklad__info {
    min-height: 600px;
  }
}
.naturalny-sklad__box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  border-radius: 24px;
  border: 1px solid #DBDBDB;
  padding: 32px;
  will-change: opacity, transform;
  display: flex;
  flex-direction: column;
}
.naturalny-sklad__box-content[data-active=true] {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.naturalny-sklad__box-title {
  margin-bottom: 16px;
}
.naturalny-sklad__image {
  margin-bottom: 32px;
  border-radius: 16px;
  overflow: hidden;
  max-height: 255px;
}
.naturalny-sklad__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}
.naturalny-sklad__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .naturalny-sklad__icons {
    gap: 48px;
    margin-top: auto;
  }
}
.naturalny-sklad__icon-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.naturalny-sklad__icon {
  width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  border-radius: 50%;
  object-fit: contain;
}
.naturalny-sklad__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .naturalny-sklad__nav {
    max-width: 650px;
    width: 50%;
  }
}
.naturalny-sklad__nav-item {
  border: 1px solid #DBDBDB;
  border-radius: 16px;
  padding: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.naturalny-sklad__nav-item.active {
  border-color: #FF8656;
  background-color: #FF8656;
}
.naturalny-sklad__nav-item.active .naturalny-sklad__nav-title, .naturalny-sklad__nav-item.active .naturalny-sklad__nav-text {
  color: #FFFFFF;
}
.naturalny-sklad__nav-item.active .naturalny-sklad__nav-arrow {
  background-color: #FFFFFF;
  color: #FF8656;
  transform: rotate(90deg);
}
.naturalny-sklad__nav-item.active .naturalny-sklad__nav-arrow svg, .naturalny-sklad__nav-item.active .naturalny-sklad__nav-arrow path {
  color: #FF8656;
  stroke: #FF8656;
}
.naturalny-sklad__nav-item:hover:not(.active) {
  border-color: #FF8656;
}
.naturalny-sklad__nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.naturalny-sklad__nav-title {
  font-family: "Sora", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #252525;
  margin: 0;
}
.naturalny-sklad__nav-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF8656;
  color: #252525;
  transition: all 0.3s ease;
}
.naturalny-sklad__nav-arrow svg, .naturalny-sklad__nav-arrow path {
  color: #FFFFFF;
  stroke: #FFFFFF;
}
.naturalny-sklad__nav-text {
  padding-right: 64px;
}

.jak-to-dziala {
  padding: 50px 0;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .jak-to-dziala {
    padding: 100px 0;
  }
}
.jak-to-dziala__header {
  max-width: 750px;
  margin-bottom: 64px;
}
.jak-to-dziala__content {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .jak-to-dziala__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .jak-to-dziala__content {
    flex-wrap: nowrap;
    gap: 80px;
  }
}
.jak-to-dziala__left, .jak-to-dziala__right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 2;
}
@media (min-width: 768px) {
  .jak-to-dziala__left, .jak-to-dziala__right {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .jak-to-dziala__left, .jak-to-dziala__right {
    width: 29%;
  }
}
.jak-to-dziala__center {
  order: -1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .jak-to-dziala__center {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .jak-to-dziala__center {
    order: 0;
    width: 40%;
    margin-top: 0;
  }
}
.jak-to-dziala__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.jak-to-dziala__image-wrapper .jak-to-dziala__image {
  position: relative;
  z-index: 3;
  width: 95%;
  height: auto;
  display: block;
}
@media (min-width: 1024px) {
  .jak-to-dziala__image-wrapper .jak-to-dziala__image {
    width: 113%;
  }
}
.jak-to-dziala__box {
  background-color: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 24px;
  padding: 32px;
  transition: all 0.3s ease;
  flex: 1;
}
@media (min-width: 1024px) {
  .jak-to-dziala__box {
    flex: unset;
  }
}
.jak-to-dziala__box:hover {
  border-color: #A8D68F;
  box-shadow: 0 4px 20px rgba(168, 214, 143, 0.15);
  transform: translateY(-5px);
}
.jak-to-dziala__box-title {
  margin-bottom: 16px;
}
.jak-to-dziala .circle-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  overflow: visible;
}
@media (min-width: 1024px) {
  .jak-to-dziala .circle-decoration {
    width: 100%;
    right: unset;
  }
}
.jak-to-dziala .circle {
  position: absolute;
  border-radius: 50%;
}
.jak-to-dziala .circle--orange-large {
  background-color: #FF8656;
  width: 95%;
  aspect-ratio: 1;
  top: 4%;
  left: 1%;
  z-index: 2;
}
.jak-to-dziala .circle--green-large {
  background-color: #A8D68F;
  width: 73%;
  aspect-ratio: 1;
  top: -4%;
  left: 35%;
  z-index: -1;
}
.jak-to-dziala .circle--yellow-large {
  background-color: #FFDA84;
  width: 62%;
  aspect-ratio: 1;
  top: -1%;
  left: -7%;
  z-index: -1;
}
.jak-to-dziala .circle--yellow-small {
  background-color: #FFDA84;
  width: 11%;
  aspect-ratio: 1;
  top: 47%;
  left: -11%;
  z-index: -1;
}
.jak-to-dziala .circle--green-small {
  background-color: #A8D68F;
  width: 6%;
  aspect-ratio: 1;
  top: 59%;
  left: 98%;
  z-index: -1;
}
.jak-to-dziala .circle--yellow-tiny {
  background-color: #FFDA84;
  width: 7%;
  aspect-ratio: 1;
  top: 83%;
  left: 86%;
  z-index: -1;
}

.stosowanie {
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .stosowanie {
    padding: 100px 0;
  }
}
.stosowanie__header {
  max-width: 700px;
  margin-bottom: 64px;
}
.stosowanie__swiper-container {
  position: relative;
}
.stosowanie__swiper {
  overflow: visible;
}
.stosowanie__swiper .swiper-slide {
  height: auto;
}
.stosowanie__step {
  border-radius: 24px;
  border: 1px solid #DBDBDB;
  padding: 32px;
  height: 100%;
}
.stosowanie__number {
  font-size: 5.75rem;
  font-weight: 700;
  color: #FF8656;
  font-family: "Sora", sans-serif;
  line-height: 1.25;
  margin-bottom: 16px;
  display: block;
}
.stosowanie__step-title {
  margin-bottom: 16px;
}
.przewaga {
  padding: 50px 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .przewaga {
    padding: 100px 0;
  }
}
.przewaga__header {
  max-width: 700px;
  margin-bottom: 64px;
}
.przewaga__content {
  display: flex;
  flex-direction: column-reverse;
  gap: 64px;
}
@media (min-width: 1024px) {
  .przewaga__content {
    flex-direction: row;
    align-items: center;
    gap: 110px;
  }
}
.przewaga__image-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .przewaga__image-container {
    width: 45%;
    max-width: none;
    margin: 0;
  }
}
.przewaga__image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1/1.1;
}
.przewaga__image {
  width: 78%;
  height: auto;
  object-fit: cover;
  display: block;
}
.przewaga__boxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  width: 100%;
}
@media (min-width: 502px) {
  .przewaga__boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .przewaga__boxes {
    gap: 16px;
    width: 55%;
  }
}
.przewaga__box {
  border-radius: 24px;
  border: 1px solid #DBDBDB;
  padding: 32px;
  height: 100%;
}
.przewaga__box--full {
  grid-column: 1/-1;
}
.przewaga__box-title {
  margin-bottom: 16px;
}
.przewaga .circle-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
}
.przewaga .circle {
  position: absolute;
  border-radius: 50%;
}
.przewaga .circle--orange-large {
  background-color: #FF8656;
  width: 98%;
  aspect-ratio: 1;
  padding-bottom: 84%;
  top: 2%;
  left: 4%;
  z-index: -2;
}
.przewaga .circle--green-large {
  background-color: #A8D68F;
  width: 61%;
  aspect-ratio: 1;
  padding-bottom: 58%;
  top: 2%;
  left: -9%;
  z-index: -3;
}
.przewaga .circle--yellow-large {
  background-color: #FFDA84;
  width: 53%;
  aspect-ratio: 1;
  padding-bottom: 30%;
  top: 49%;
  left: 51%;
  z-index: -3;
}
.przewaga .circle--green-medium {
  background-color: #A8D68F;
  width: 16%;
  padding-bottom: 16%;
  aspect-ratio: 1;
  top: 52%;
  left: -16%;
  z-index: -1;
}
.przewaga .circle--green-small {
  background-color: #A8D68F;
  width: 6%;
  aspect-ratio: 1;
  padding-bottom: 6%;
  top: 68%;
  left: 0%;
  z-index: -1;
}
.przewaga .circle--yellow-medium {
  background-color: #FFDA84;
  width: 11%;
  aspect-ratio: 1;
  padding-bottom: 11%;
  top: -2%;
  left: 82%;
  z-index: -1;
}
.przewaga .circle--yellow-small {
  background-color: #FFDA84;
  width: 6%;
  aspect-ratio: 1;
  padding-bottom: 6%;
  top: 55%;
  left: 103%;
  z-index: -1;
}

.opinie {
  padding: 50px 0;
  background-color: #F9F9F9;
}
@media (min-width: 1024px) {
  .opinie {
    padding: 100px 0;
  }
}
.opinie__header {
  max-width: 700px;
  margin-bottom: 64px;
}
.opinie .label {
  color: #A8D68F;
}
.opinie .label::before {
  background-color: #A8D68F;
}
.opinie__swiper-container {
  position: relative;
}
.opinie__swiper {
  overflow: hidden;
}
.opinie__card {
  border-radius: 24px;
  padding: 32px;
  height: 100%;
  border: 1px solid #DBDBDB;
  display: flex;
  flex-direction: column;
}
.opinie__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
}
.opinie__star {
  width: 20px;
  height: 20px;
}
.opinie__star svg {
  width: 100%;
  height: 100%;
}
.opinie__star svg path {
  fill: #FF8656;
}
.opinie__title {
  margin-bottom: 8px;
}
.opinie__text {
  margin-bottom: 24px;
}
.opinie__author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.opinie__author-image {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.opinie__author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opinie__author-info {
  display: flex;
  flex-direction: column;
}
.opinie__author-name {
  font-weight: 400;
  color: #252525;
  font-size: 1.125rem;
}
.opinie__author-position {
  font-size: 0.75rem;
  color: rgba(37, 37, 37, 0.8);
}
.opinie__prev, .opinie__next {
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DBDBDB;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.opinie__prev:hover, .opinie__next:hover {
  background-color: #FF8656;
  border-color: #FF8656;
}
.opinie__prev:hover svg path, .opinie__next:hover svg path {
  fill: #FFFFFF;
}
.opinie__prev.swiper-button-disabled, .opinie__next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.opinie__prev.swiper-button-disabled:hover, .opinie__next.swiper-button-disabled:hover {
  background-color: #FFFFFF;
  border-color: #DBDBDB;
}
.opinie__prev.swiper-button-disabled:hover svg path, .opinie__next.swiper-button-disabled:hover svg path {
  fill: #252525;
}
.opinie__prev svg, .opinie__next svg {
  width: 20px;
  height: 20px;
}
.opinie__prev svg path, .opinie__next svg path {
  transition: fill 0.3s ease;
}
.opinie__prev {
  left: 0;
}
.opinie__next {
  right: 0;
}
.opinie__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.opinie__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #DBDBDB;
  opacity: 1;
  transition: all 0.3s ease;
}
.opinie__pagination .swiper-pagination-bullet-active {
  background-color: #FF8656;
  width: 32px;
  border-radius: 5px;
}

.bloki {
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .bloki {
    padding: 100px 0;
  }
}
.bloki__header {
  display: flex;
  flex-direction: column;
  max-width: 950px;
  margin-bottom: 64px;
}
.bloki__label {
  margin-bottom: 16px;
}
.bloki__title {
  margin-bottom: 16px;
}
.bloki__text {
  margin-top: 16px;
  font-size: 1rem;
  max-width: 750px;
  line-height: 1.5;
  color: rgba(37, 37, 37, 0.8);
}
@media (min-width: 1024px) {
  .bloki__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}
.bloki__grid {
  display: none;
}
@media (min-width: 1024px) {
  .bloki__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .bloki__swiper-container {
    display: none;
  }
}
.bloki__swiper {
  overflow: visible;
  padding-bottom: 40px;
}
.bloki__box {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 32px;
  height: 100%;
  border: 1px solid #DBDBDB;
  display: flex;
  flex-direction: column;
}
.bloki__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
}
.bloki__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.bloki__title {
  margin-bottom: 16px;
}

.produkty {
  padding: 50px 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .produkty {
    padding: 100px 0;
  }
}
.produkty .container {
  overflow-x: hidden;
}
.produkty__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .produkty__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
  }
}
.produkty__header .label, .produkty__header .section-label {
  color: #A8D68F;
}
.produkty__header .label::before, .produkty__header .section-label::before {
  background-color: #A8D68F;
}
.produkty__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .produkty__content {
    flex: 1;
    max-width: 700px;
  }
}
@media (min-width: 1024px) {
  .produkty__button {
    flex-shrink: 0;
  }
}
.produkty__swiper {
  width: 100%;
  overflow: hidden;
}
.produkty__swiper .swiper {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .produkty__swiper .swiper {
    overflow: visible;
  }
}
.produkty__swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.produkty__swiper .swiper-slide {
  height: auto;
  width: auto;
  flex-shrink: 0;
}
.produkty__swiper .swiper-slide li.product {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.label, .section-label {
  font-family: "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #FF8656;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.section-label {
  margin-bottom: 16px;
  display: block;
}

.section-title {
  font-family: "Sora", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: #252525;
  margin: 0 0 24px 0;
}
@media (min-width: 1024px) {
  .section-title {
    font-size: 2.25rem;
  }
}

.section-text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.64px;
  font-weight: 400;
  color: rgba(37, 37, 37, 0.8);
  margin: 0;
}

.problem {
  padding: 50px 0;
  background-color: #F9F9F9;
}
@media (min-width: 1024px) {
  .problem {
    padding: 100px 0;
  }
}
.problem__header {
  display: flex;
  flex-direction: column;
  max-width: 750px;
  margin-bottom: 64px;
}
.problem__label {
  margin-bottom: 16px;
}
.problem__title {
  margin-bottom: 0;
}
.problem__boxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .problem__boxes {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1024px) {
  .problem__boxes {
    gap: 32px;
  }
}
.problem__item {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid #DBDBDB;
  border-radius: 24px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.problem__item:hover {
  border-color: #FF8656;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .problem__item {
    grid-column: span 2;
  }
  .problem__item:nth-child(4), .problem__item:nth-child(5) {
    grid-column: span 3;
  }
}
.problem__item-title {
  margin-bottom: 16px;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #252525;
}
@media (min-width: 1024px) {
  .problem__item-title {
    font-size: 1.25rem;
  }
}
.problem__item-text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(37, 37, 37, 0.8);
  margin: 0;
}
@media (min-width: 1024px) {
  .problem__item-text {
    font-size: 1rem;
  }
}
.problem__subtext {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(37, 37, 37, 0.8);
  text-align: center;
  font-weight: 700;
  max-width: 750px;
  margin: 0 auto;
}

.rozwiazanie {
  padding: 50px 0;
  background-color: #F9F9F9;
}
@media (min-width: 1024px) {
  .rozwiazanie {
    padding: 100px 0;
  }
}
.rozwiazanie__wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 768px) {
  .rozwiazanie__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}
.rozwiazanie__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .rozwiazanie__content {
    width: 50%;
  }
}
.rozwiazanie__label {
  margin-bottom: 16px;
}
.rozwiazanie__title {
  margin-bottom: 24px;
}
.rozwiazanie__text {
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(37, 37, 37, 0.8);
}
.rozwiazanie__list {
  list-style: none;
  margin: 0 0 32px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rozwiazanie__item {
  position: relative;
  padding-left: 32px;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(37, 37, 37, 0.8);
}
.rozwiazanie__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #FF8656;
  border-radius: 50%;
}
.rozwiazanie__subtext {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(37, 37, 37, 0.8);
  font-weight: 600;
  margin: 0;
}
.rozwiazanie__image-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .rozwiazanie__image-wrap {
    width: 50%;
  }
}
.rozwiazanie__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.porownanie {
  padding: 50px 0;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .porownanie {
    padding: 100px 0;
  }
}
.porownanie__header {
  display: flex;
  flex-direction: column;
  max-width: 750px;
  margin-bottom: 64px;
}
.porownanie__label {
  margin-bottom: 16px;
}
.porownanie__title {
  margin-bottom: 0;
}
.porownanie__table-wrapper {
  overflow-x: auto;
  margin-bottom: 64px;
  border-radius: 24px;
  border: 1px solid #DBDBDB;
}
.porownanie__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
@media (min-width: 502px) {
  .porownanie__table {
    min-width: 500px;
  }
}
.porownanie__th {
  padding: 32px;
  text-align: left;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #252525;
  border-bottom: 2px solid #DBDBDB;
  background-color: #F9F9F9;
}
@media (min-width: 1024px) {
  .porownanie__th {
    font-size: 1.125rem;
  }
}
.porownanie__td {
  padding: 32px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(37, 37, 37, 0.8);
  border-bottom: 1px solid #DBDBDB;
}
@media (min-width: 1024px) {
  .porownanie__td {
    font-size: 1rem;
  }
}
.porownanie__td--feature {
  font-weight: 500;
  color: #252525;
  font-size: 1.125rem;
}
.porownanie__td--highlight {
  color: #FF8656;
  font-weight: 700;
}
tbody tr:last-child .porownanie__td {
  border-bottom: none;
}
.porownanie__subtext {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(37, 37, 37, 0.8);
  text-align: center;
  font-weight: 700;
  max-width: 750px;
  margin: 0 auto;
}

.faq-section {
  padding: 50px 0;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .faq-section {
    padding: 100px 0;
  }
}
.faq-section__header {
  max-width: 750px;
  margin-bottom: 64px;
}
.faq-section__label {
  margin-bottom: 16px;
}
.faq-section__title {
  margin-bottom: 0;
}
.faq-section__columns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .faq-section__columns {
    flex-direction: row;
    gap: 32px;
  }
}
.faq-section__column {
  width: 100%;
}
@media (min-width: 768px) {
  .faq-section__column {
    width: 50%;
  }
}
.faq-section .accordion__title {
  font-size: 1.32rem !important;
}

.cta-product {
  padding: 50px 0;
  background-color: #F9F9F9;
}
@media (min-width: 1024px) {
  .cta-product {
    padding: 100px 0;
  }
}
.cta-product__wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 768px) {
  .cta-product__wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 80px;
  }
}
.cta-product__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .cta-product__content {
    width: 55%;
  }
}
.cta-product__label {
  margin-bottom: 16px;
}
.cta-product__title {
  margin-bottom: 24px;
}
.cta-product__text {
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(37, 37, 37, 0.8);
}
.cta-product__list {
  list-style: none;
  margin: 0 0 32px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cta-product__item {
  position: relative;
  padding-left: 32px;
  font-size: 1rem;
  line-height: 1.5;
  color: #252525;
  font-weight: 500;
}
.cta-product__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #FF8656;
  border-radius: 50%;
}
.cta-product__card {
  width: 100%;
}
@media (min-width: 768px) {
  .cta-product__card {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .cta-product__card {
    width: 40%;
  }
}
.cta-product__card li.product {
  width: 100%;
  margin: 0;
}
.cta-product__card .product-attributes, .cta-product__card .product-card__excerpt, .cta-product__card .product-card__quality {
  display: none !important;
}
.cta-product__card .woocommerce-LoopProduct-link {
  width: 100% !important;
}

.main-hero {
  padding: 40px 0;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .main-hero {
    padding: 100px 0;
  }
}
.main-hero__content {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .main-hero__content {
    flex-direction: row;
    align-items: stretch;
  }
}
.main-hero__left {
  display: flex;
  flex-direction: column;
  order: 2;
}
@media (min-width: 1024px) {
  .main-hero__left {
    width: 40%;
    order: 1;
  }
}
.main-hero__right {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  height: fit-content;
  margin: 50px 0;
}
@media (min-width: 502px) {
  .main-hero__right {
    margin: 80px 0;
  }
}
@media (min-width: 768px) {
  .main-hero__right {
    margin: 100px 0;
  }
}
@media (min-width: 1024px) {
  .main-hero__right {
    width: 60%;
    margin: unset;
  }
}
.main-hero__text {
  margin: 16px 0 32px;
  display: none;
}
@media (min-width: 1024px) {
  .main-hero__text {
    display: block;
  }
}
.main-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .main-hero__buttons {
    margin-top: 0;
  }
}
.main-hero__swiper {
  width: 100%;
  position: relative;
  margin-top: 150px;
  display: none;
}
@media (min-width: 1024px) {
  .main-hero__swiper {
    display: block;
  }
}
.main-hero__swiper .swiper {
  width: 100%;
  padding-bottom: 60px;
  padding-right: 1px !important;
}
.main-hero__swiper .swiper-pagination {
  position: relative;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.main-hero__swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(37, 37, 37, 0.2);
  opacity: 1;
  margin: 0;
  transition: all 0.3s ease;
  position: relative;
}
.main-hero__swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF8656;
}
.main-hero__box {
  background-color: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 24px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  transition: all 0.3s ease;
}
.main-hero__box-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.main-hero__box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-hero__box-icon img {
  width: 32px;
  height: 32px;
}
.main-hero__image {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .main-hero__image {
    justify-content: flex-end;
  }
}
.main-hero__image img {
  width: 95%;
  height: auto;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .main-hero__image img {
    width: 105%;
    transform: translate(9%, -8%);
  }
}

.main-hero__right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.main-hero__image {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}

.rodziny {
  padding: 25px 0;
  background-color: #F9F9F9;
}
.rodziny .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 768px) {
  .rodziny .container {
    gap: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
.rodziny h2 {
  max-width: 750px;
  text-align: center;
}
@media (min-width: 768px) {
  .rodziny h2 {
    text-align: left;
  }
}
.rodziny__liczby {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  max-width: 200px;
}
.rodziny__opis {
  text-align: center;
}
.rodziny__liczba {
  font-weight: 700;
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  .rodziny__liczba {
    font-size: 3rem;
  }
}
.rodziny__stars {
  display: flex;
  gap: 4px img;
  gap-width: 20px;
  gap-height: auto;
}

.circle-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
}

.circle {
  position: absolute;
  border-radius: 50%;
}
.circle--orange-large {
  background-color: #FF8656;
  width: 84%;
  aspect-ratio: 1;
  padding-bottom: 84%;
  top: 0%;
  left: 23%;
  z-index: -2;
}
.circle--green-large {
  background-color: #A8D68F;
  width: 58%;
  aspect-ratio: 1;
  padding-bottom: 58%;
  top: -5%;
  left: 10%;
  z-index: -1;
}
.circle--yellow-large {
  background-color: #FFDA84;
  width: 57%;
  aspect-ratio: 1;
  padding-bottom: 57%;
  top: 4%;
  left: 61%;
  z-index: -3;
}
.circle--green-medium {
  background-color: #A8D68F;
  width: 25%;
  padding-bottom: 25%;
  top: 92%;
  right: 7%;
  z-index: -3;
}
.circle--orange-medium {
  background-color: #FF8656;
  width: 22%;
  padding-bottom: 22%;
  top: 82%;
  left: 6%;
  z-index: -1;
}
.circle--yellow-small {
  background-color: #FFDA84;
  width: 10%;
  padding-bottom: 10%;
  top: 101%;
  left: 28%;
  z-index: -1;
}
.circle--yellow-tiny {
  background-color: #FFDA84;
  width: 7%;
  padding-bottom: 7%;
  top: -8%;
  left: 99%;
  z-index: -1;
}
.circle--orange-small {
  background-color: #FF8656;
  width: 10%;
  padding-bottom: 10%;
  top: 76%;
  right: -15%;
  z-index: -1;
}
.circle--green-small {
  background-color: #A8D68F;
  width: 5%;
  padding-bottom: 5%;
  top: -8%;
  right: 41%;
  z-index: -4;
}
.circle--green-tiny {
  background-color: #A8D68F;
  width: 3%;
  padding-bottom: 3%;
  top: 73%;
  left: 17%;
  z-index: -4;
}

@media (max-width: 1024px) {
  .circle {
    position: absolute;
    border-radius: 50%;
  }
  .circle--orange-large {
    background-color: #FF8656;
    width: 77%;
    aspect-ratio: 1;
    padding-bottom: 77%;
    top: 0%;
    left: 9%;
    z-index: -2;
  }
  .circle--green-large {
    background-color: #A8D68F;
    width: 50%;
    aspect-ratio: 1;
    padding-bottom: 50%;
    top: -5%;
    left: -1%;
    z-index: -1;
  }
  .circle--yellow-large {
    background-color: #FFDA84;
    width: 48%;
    aspect-ratio: 1;
    padding-bottom: 48%;
    top: 6%;
    left: 47%;
    z-index: -3;
  }
  .circle--green-medium {
    background-color: #A8D68F;
    width: 20%;
    padding-bottom: 20%;
    top: 87%;
    right: 27%;
    z-index: -3;
  }
  .circle--orange-medium {
    background-color: #FF8656;
    width: 18%;
    padding-bottom: 18%;
    top: 89%;
    left: 3%;
    z-index: -1;
  }
  .circle--yellow-small {
    background-color: #FFDA84;
    width: 7%;
    padding-bottom: 7%;
    top: 103%;
    left: 23%;
    z-index: -1;
  }
  .circle--yellow-tiny {
    background-color: #FFDA84;
    width: 6%;
    padding-bottom: 6%;
    top: -2%;
    left: 80%;
    z-index: -1;
  }
  .circle--orange-small {
    background-color: #FF8656;
    width: 8%;
    padding-bottom: 8%;
    top: 68%;
    right: 7%;
    z-index: -1;
  }
  .circle--green-small {
    background-color: #A8D68F;
    width: 4%;
    padding-bottom: 4%;
    top: -9%;
    right: 58%;
    z-index: -4;
  }
  .circle--green-tiny {
    background-color: #A8D68F;
    width: 3%;
    padding-bottom: 3%;
    top: 80%;
    left: 8%;
    z-index: -4;
  }
}
.dawkowanie {
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .dawkowanie {
    padding: 100px 0;
  }
}
.dawkowanie__header {
  max-width: 750px;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .dawkowanie__header {
    margin-bottom: 64px;
  }
}
.dawkowanie__row {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .dawkowanie__row {
    margin-bottom: 80px;
    flex-direction: row-reverse;
    align-items: stretch;
    gap: 64px;
  }
}
.dawkowanie__row:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .dawkowanie__row--reversed {
    flex-direction: row;
  }
}
.dawkowanie__image {
  flex: 1;
  border-radius: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1;
}
@media (min-width: 1024px) {
  .dawkowanie__image {
    aspect-ratio: unset;
  }
}
.dawkowanie__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.dawkowanie__text-box {
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #DBDBDB;
}
.dawkowanie__title {
  margin-bottom: 16px;
}
.dawkowanie__text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.64px;
  font-weight: 400;
  color: rgba(37, 37, 37, 0.8);
  margin: 0;
}
.dawkowanie__product-card {
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #DBDBDB;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .dawkowanie__product-card {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
}
.dawkowanie__product-img {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 210px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .dawkowanie__product-img {
    margin-inline: unset;
    width: 40%;
  }
}
.dawkowanie__product-img img {
  object-fit: contain;
}
.dawkowanie__product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .dawkowanie__product-info {
    width: 60%;
  }
}
.dawkowanie__product-excerpt {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.64px;
  font-weight: 400;
  color: rgba(37, 37, 37, 0.8);
  font-size: 0.875rem;
  margin: 0;
}
.dawkowanie__product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.dawkowanie__product-price {
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #252525;
}
@media (min-width: 1024px) {
  .dawkowanie__product-price {
    font-size: 1.5rem;
  }
}
.dawkowanie__product-price .woocommerce-Price-amount {
  font-weight: 700;
}
.dawkowanie .button,
.dawkowanie .add_to_cart_button {
  display: inline-flex !important;
  padding: 16px 24px !important;
  font-size: 0.875rem !important;
  white-space: nowrap;
  background-color: #FF8656 !important;
  color: #FFFFFF !important;
  border-radius: 36px !important;
  transition: 0.3s all !important;
}
.dawkowanie .button:hover,
.dawkowanie .add_to_cart_button:hover {
  transform: scale(1.01) !important;
}
.dawkowanie .button::after,
.dawkowanie .add_to_cart_button::after {
  display: none !important;
}

.badania {
  padding: 50px 0;
  background-color: #F9F9F9;
}
@media (min-width: 1024px) {
  .badania {
    padding: 100px 0;
  }
}
.badania__header {
  max-width: 750px;
  margin-bottom: 64px;
}
.badania__tabs {
  display: flex;
  background-color: #DBDBDB;
  width: auto;
  border-radius: 36px;
  margin-bottom: 64px;
  justify-content: flex-start;
  overflow: auto;
  white-space: nowrap;
}
.badania__tabs::-webkit-scrollbar {
  display: none;
}
.badania__tabs {
  scrollbar-width: none;
}
@media (min-width: 768px) {
  .badania__tabs {
    justify-content: center;
    width: fit-content;
  }
}
.badania__tab {
  padding: 16px 24px;
  border: 0;
  background-color: transparent;
  border-radius: 36px;
  cursor: pointer;
  color: rgba(37, 37, 37, 0.8);
  font-weight: 400;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.badania__tab.active {
  background-color: #FF8656;
  color: #FFFFFF;
}
.badania__content {
  position: relative;
  min-height: 400px;
}
@media (min-width: 768px) {
  .badania__content {
    min-height: 500px;
  }
}
.badania__panel {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(15px);
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
  will-change: opacity, transform, visibility;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .badania__panel {
    flex-direction: row;
    gap: 64px;
    align-items: stretch;
  }
}
.badania__panel.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: relative;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.badania__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
.badania__box {
  border: 1px solid #DBDBDB;
  border-radius: 24px;
  padding: 32px;
}
.badania__box-title {
  margin-bottom: 16px;
}
.badania__box-text {
  margin-bottom: 32px;
}
.badania__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.badania__feature {
  display: flex;
  align-items: center;
  gap: 16px;
}
.badania__feature-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.badania__feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.badania__feature-text {
  line-height: 150%;
  color: rgba(37, 37, 37, 0.8);
}
.badania__doc-box {
  border: 1px solid #DBDBDB;
  border-radius: 26px;
  padding: 32px;
}
.badania__doc-title {
  margin-bottom: 16px;
}
.badania__doc-text {
  margin: 0 0 32px 0;
  max-width: 90%;
}
.badania__doc-btn {
  display: inline-block;
}
.badania__image-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .badania__image-wrap {
    max-width: 45%;
  }
}
.badania__image {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  max-height: 800px;
  object-fit: cover;
  display: block;
}

.gwarancja {
  padding: 50px 0;
  background-color: #F9F9F9;
}
@media (min-width: 1024px) {
  .gwarancja {
    padding: 100px 0;
  }
}
.gwarancja__header {
  max-width: 750px;
  margin-bottom: 64px;
}
.gwarancja .label {
  color: #A8D68F;
}
.gwarancja .label::before {
  background-color: #A8D68F;
}
.gwarancja__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .gwarancja__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .gwarancja__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gwarancja__column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .gwarancja__column {
    gap: 16px;
  }
}
.gwarancja__column:nth-child(1) .gwarancja__box {
  order: 1;
}
.gwarancja__column:nth-child(1) .gwarancja__image-wrap {
  order: 2;
}
.gwarancja__column:nth-child(2) .gwarancja__box {
  order: 1;
}
.gwarancja__column:nth-child(2) .gwarancja__image-wrap {
  order: 2;
}
.gwarancja__column:nth-child(3) .gwarancja__box {
  order: 1;
}
.gwarancja__column:nth-child(3) .gwarancja__image-wrap {
  order: 2;
}
.gwarancja__column:nth-child(4) .gwarancja__box {
  order: 1;
}
.gwarancja__column:nth-child(4) .gwarancja__image-wrap {
  order: 2;
}
@media (min-width: 768px) {
  .gwarancja__column:nth-child(even) .gwarancja__box {
    order: 2;
  }
  .gwarancja__column:nth-child(even) .gwarancja__image-wrap {
    order: 1;
  }
  .gwarancja__column:nth-child(odd) .gwarancja__box {
    order: 1;
  }
  .gwarancja__column:nth-child(odd) .gwarancja__image-wrap {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .gwarancja__column:nth-child(1) .gwarancja__box {
    order: 2;
  }
  .gwarancja__column:nth-child(1) .gwarancja__image-wrap {
    order: 1;
  }
  .gwarancja__column:nth-child(2) .gwarancja__box {
    order: 1;
  }
  .gwarancja__column:nth-child(2) .gwarancja__image-wrap {
    order: 2;
  }
  .gwarancja__column:nth-child(3) .gwarancja__box {
    order: 2;
  }
  .gwarancja__column:nth-child(3) .gwarancja__image-wrap {
    order: 1;
  }
  .gwarancja__column:nth-child(4) .gwarancja__box {
    order: 1;
  }
  .gwarancja__column:nth-child(4) .gwarancja__image-wrap {
    order: 2;
  }
}
.gwarancja__box {
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #DBDBDB;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .gwarancja__box {
    padding: 24px;
  }
}
@media (min-width: 1100px) {
  .gwarancja__box {
    padding: 32px;
  }
}
.gwarancja__title {
  margin-bottom: 16px;
}
.gwarancja__image-wrap {
  height: 280px;
  border-radius: 24px;
  overflow: hidden;
}
.gwarancja__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.o-nas-hero {
  padding: 25px 0 50px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .o-nas-hero {
    padding: 50px 0 100px;
  }
}
.o-nas-hero__header {
  max-width: 700px;
  margin-bottom: 64px;
}
.o-nas-hero__content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 768px) {
  .o-nas-hero__content {
    flex-direction: row;
    gap: 64px;
    align-items: stretch;
  }
}
.o-nas-hero__image {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .o-nas-hero__image {
    width: 50%;
  }
}
.o-nas-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.o-nas-hero__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .o-nas-hero__info {
    width: 50%;
  }
}
.o-nas-hero__box {
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #DBDBDB;
}
.o-nas-hero__cta-box {
  padding: 32px;
  border: 1px solid #DBDBDB;
  border-radius: 24px;
}
.o-nas-hero__cta-title {
  margin-bottom: 24px;
}
.o-nas-hero__cta-text {
  margin-bottom: 24px;
}

.liczby {
  padding: 50px 0;
  background-color: #F9F9F9;
}
@media (min-width: 1024px) {
  .liczby {
    padding: 100px 0;
  }
}
.liczby__header {
  max-width: 750px;
  margin-bottom: 64px;
}
.liczby .label {
  color: #A8D68F;
}
.liczby .label::before {
  background-color: #A8D68F;
}
.liczby__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .liczby__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .liczby__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.liczby__column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .liczby__column {
    gap: 16px;
  }
}
.liczby__column:nth-child(1) .liczby__box {
  order: 1;
}
.liczby__column:nth-child(1) .liczby__image-wrap {
  order: 2;
}
.liczby__column:nth-child(2) .liczby__box {
  order: 1;
}
.liczby__column:nth-child(2) .liczby__image-wrap {
  order: 2;
}
.liczby__column:nth-child(3) .liczby__box {
  order: 1;
}
.liczby__column:nth-child(3) .liczby__image-wrap {
  order: 2;
}
.liczby__column:nth-child(4) .liczby__box {
  order: 1;
}
.liczby__column:nth-child(4) .liczby__image-wrap {
  order: 2;
}
@media (min-width: 768px) {
  .liczby__column:nth-child(even) .liczby__box {
    order: 2;
  }
  .liczby__column:nth-child(even) .liczby__image-wrap {
    order: 1;
  }
  .liczby__column:nth-child(odd) .liczby__box {
    order: 1;
  }
  .liczby__column:nth-child(odd) .liczby__image-wrap {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .liczby__column:nth-child(1) .liczby__box {
    order: 2;
  }
  .liczby__column:nth-child(1) .liczby__image-wrap {
    order: 1;
  }
  .liczby__column:nth-child(2) .liczby__box {
    order: 1;
  }
  .liczby__column:nth-child(2) .liczby__image-wrap {
    order: 2;
  }
  .liczby__column:nth-child(3) .liczby__box {
    order: 2;
  }
  .liczby__column:nth-child(3) .liczby__image-wrap {
    order: 1;
  }
  .liczby__column:nth-child(4) .liczby__box {
    order: 1;
  }
  .liczby__column:nth-child(4) .liczby__image-wrap {
    order: 2;
  }
}
.liczby__box {
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #DBDBDB;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .liczby__box {
    padding: 24px;
  }
}
@media (min-width: 1100px) {
  .liczby__box {
    padding: 32px;
  }
}
.liczby__value {
  font-size: 2rem;
  font-weight: 700;
  color: #FF8656;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .liczby__value {
    font-size: 2.5rem;
  }
}
.liczby__text {
  font-size: 16px;
  line-height: 1.6;
}
.liczby__image-wrap {
  height: 280px;
  border-radius: 24px;
  overflow: hidden;
}
.liczby__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dlaczego {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .dlaczego {
    padding: 100px 0;
  }
}
.dlaczego__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 502px) {
  .dlaczego__inner {
    gap: 90px;
  }
}
@media (min-width: 768px) {
  .dlaczego__inner {
    flex-direction: row;
    gap: 64px;
    align-items: center;
  }
}
.dlaczego__content {
  width: 100%;
}
@media (min-width: 768px) {
  .dlaczego__content {
    width: 57%;
  }
}
.dlaczego__title {
  margin-bottom: 16px;
}
.dlaczego__text {
  max-width: 700px;
}
.dlaczego__image-container {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .dlaczego__image-container {
    width: 43%;
  }
}
.dlaczego__image {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.dlaczego__image img {
  display: block;
  width: 89%;
  height: auto;
}
.dlaczego .circle-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
}
.dlaczego .circle {
  position: absolute;
  border-radius: 50%;
}
.dlaczego .circle--orange-large {
  background-color: #FF8656;
  width: 84%;
  aspect-ratio: 1;
  padding-bottom: 84%;
  top: -7%;
  left: 10%;
  z-index: 2;
}
.dlaczego .circle--green-large {
  background-color: #A8D68F;
  width: 63%;
  aspect-ratio: 1;
  padding-bottom: 63%;
  top: -11%;
  left: 0%;
  z-index: -1;
}
.dlaczego .circle--yellow-large {
  background-color: #FFDA84;
  width: 43%;
  aspect-ratio: 1;
  padding-bottom: 43%;
  top: 49%;
  left: 58%;
  z-index: -3;
}
.dlaczego .circle--orange-small {
  background-color: #FF8656;
  width: 5%;
  aspect-ratio: 1;
  padding-bottom: 5%;
  top: 56%;
  left: -2%;
  z-index: -2;
}
.dlaczego .circle--orange-tiny {
  background-color: #FF8656;
  width: 4%;
  aspect-ratio: 1;
  padding-bottom: 4%;
  top: 21%;
  left: 94%;
  z-index: -2;
}
.dlaczego .circle--yellow-small {
  background-color: #FFDA84;
  width: 9%;
  aspect-ratio: 1;
  padding-bottom: 9%;
  top: 67%;
  left: 0%;
  z-index: -3;
}
.dlaczego .circle--green-small {
  background-color: #A8D68F;
  width: 9%;
  aspect-ratio: 1;
  padding-bottom: 9%;
  top: 33%;
  left: 95%;
  z-index: -1;
}

.nasza-wizja {
  padding: 50px 0;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .nasza-wizja {
    padding: 100px 0;
  }
}
.nasza-wizja__header {
  max-width: 750px;
  margin-bottom: 64px;
}
.nasza-wizja__rows {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .nasza-wizja__rows {
    gap: 64px;
  }
}
.nasza-wizja__row {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .nasza-wizja__row {
    flex-direction: row;
    align-items: stretch;
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  .nasza-wizja__row--reverse {
    flex-direction: row-reverse;
  }
}
.nasza-wizja__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #DBDBDB;
  border-radius: 24px;
  padding: 32px;
}
@media (min-width: 1024px) {
  .nasza-wizja__content {
    width: 33.3333333333%;
    min-width: 350px;
    height: auto;
  }
}
.nasza-wizja__image {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  max-height: 500px;
}
@media (min-width: 1024px) {
  .nasza-wizja__image {
    width: 66.6666666667%;
    aspect-ratio: unset;
  }
}
.nasza-wizja__subtitle {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .nasza-wizja__row .nasza-wizja__content {
    width: 33.3333333333%;
  }
  .nasza-wizja__row .nasza-wizja__image {
    width: 66.6666666667%;
  }
}

.not-found__hero {
  padding: 50px 0;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .not-found__hero {
    padding: 50px 0 100px;
  }
}
.not-found__header {
  margin-bottom: 64px;
  max-width: 750px;
}
.not-found .label {
  color: #A8D68F;
}
.not-found .label::before {
  background-color: #A8D68F;
}
.not-found__image {
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 502px) {
  .not-found__image {
    aspect-ratio: 1;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .not-found__image {
    aspect-ratio: auto;
    border-radius: 32px;
  }
}
.not-found__img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.document {
  padding: 25px 0 50px;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .document {
    padding: 50px 0 100px;
  }
}
.document__header {
  margin-bottom: 64px;
}
.document__content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 768px) {
  .document__content {
    flex-direction: row;
  }
}
.document__sidebar {
  width: 100%;
}
@media (min-width: 768px) {
  .document__sidebar {
    width: 280px;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .document__sidebar {
    width: 348px;
  }
}
.document__main {
  width: 100%;
}
.document__main h2, .document__main h3, .document__main h4 {
  color: #252525;
  margin: 0 0 32px;
  scroll-margin-top: 80px;
}
.document__main h2 {
  font-size: 1.75rem;
}
@media (min-width: 1024px) {
  .document__main h2 {
    font-size: 2rem;
  }
}
.document__main h3 {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .document__main h3 {
    font-size: 1.75rem;
  }
}
.document__main h4 {
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .document__main h4 {
    font-size: 1.5rem;
  }
}
.document__main p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(37, 37, 37, 0.8);
}
@media (min-width: 1024px) {
  .document__main p {
    font-size: 17px;
  }
}
.document__main ul, .document__main ol {
  margin-bottom: 24px;
  padding-left: 32px;
}
.document__main ul li, .document__main ol li {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(37, 37, 37, 0.8);
}
@media (min-width: 1024px) {
  .document__main ul li, .document__main ol li {
    font-size: 17px;
  }
}
.document__toc {
  border: 1px solid #DBDBDB;
  border-radius: 16px;
  padding: 32px;
  position: sticky;
  top: 64px;
}
.document__toc-title {
  margin-bottom: 32px;
}
.document__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.document__toc-item {
  margin-bottom: 3px;
}
.document__toc-link {
  color: rgba(37, 37, 37, 0.8);
}

.kontakt__hero {
  padding: 25px 0 50px;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .kontakt__hero {
    padding: 50px 0 100px;
  }
}
.kontakt__hero > .container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 768px) {
  .kontakt__hero > .container {
    flex-direction: row;
    align-items: stretch;
  }
}
.kontakt__content {
  width: 100%;
}
@media (min-width: 768px) {
  .kontakt__content {
    width: 55%;
  }
}
.kontakt__title {
  margin-bottom: 16px;
  font-size: 2rem;
  color: #252525;
}
@media (min-width: 1024px) {
  .kontakt__title {
    font-size: 2.5rem;
  }
}
.kontakt__image {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .kontakt__image {
    width: 45%;
    height: auto;
  }
}
.kontakt__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .kontakt__image img {
    aspect-ratio: unset;
  }
}
.kontakt__form {
  margin-top: 64px;
}
.kontakt__form .wpcf7-form p > label {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.kontakt__form .wpcf7-form p {
  margin-top: 32px;
}
.kontakt__form .wpcf7-form p:first-child {
  margin-top: 0;
}
.kontakt__form .wpcf7-submit {
  padding: 16px 32px !important;
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  border-radius: 36px !important;
  border: 0 !important;
  width: fit-content !important;
  cursor: pointer !important;
  transition: 0.3s all !important;
  background-color: #FF8656 !important;
  color: #FFFFFF !important;
}
.kontakt__form .wpcf7-submit:hover {
  background-color: #e67447 !important;
}
.kontakt__form .wpcf7-spinner {
  display: none;
}
.kontakt__boxes {
  padding: 50px 0;
  background-color: #F9F9F9;
}
.kontakt__boxes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .kontakt__boxes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.kontakt__box {
  border: 1px solid #DBDBDB;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.kontakt__box-icon {
  margin-bottom: 32px;
}
.kontakt__box-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.kontakt__box-title {
  margin-bottom: 16px;
}
.kontakt__box-text {
  margin-bottom: 16px;
}
.kontakt__box-value {
  font-weight: 700;
  color: #FF8656;
}

.accordion-section {
  padding: 100px 0;
  background-color: #FFFFFF;
}
.accordion-section__header {
  max-width: 730px;
  margin-bottom: 64px;
}
.accordion-section__title {
  margin-bottom: 24px;
}
.accordion-section__text {
  margin-bottom: 24px;
}
.accordion-section__columns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .accordion-section__columns {
    flex-direction: row;
    gap: 32px;
  }
}
.accordion-section__column {
  width: 100%;
}
@media (min-width: 768px) {
  .accordion-section__column {
    width: 50%;
  }
}

.accordion {
  border: 1px solid #DBDBDB;
  margin-bottom: 24px;
  border-radius: 16px;
  padding: 32px;
}
.accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
  color: #252525;
}
.accordion__header:hover {
  color: #FF8656;
}
.accordion__header[aria-expanded=true] .accordion__title {
  color: #FF8656;
}
.accordion__header[aria-expanded=true] .accordion__icon {
  transform: rotate(180deg);
}
.accordion__title {
  max-width: 90%;
}
.accordion__icon {
  flex-shrink: 0;
  margin-left: 24px;
  color: currentColor;
  background-color: #FF8656;
  border-radius: 50%;
  width: 32px;
  min-width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion__icon svg, .accordion__icon path {
  width: 18px;
  height: 18px;
  stroke: #FFFFFF;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  will-change: max-height;
}
.accordion__content-inner {
  padding: 24px 0 0;
  color: rgba(37, 37, 37, 0.8);
}

.product-page > .product {
  display: flex;
  gap: 24px;
  margin-top: 25px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .product-page > .product {
    flex-direction: row;
    margin-top: 50px;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .product-page > .product {
    gap: 64px;
  }
}
.product-page__header-title {
  margin-top: 8px;
  display: none;
}
@media (min-width: 768px) {
  .product-page__header-title {
    display: block;
  }
}
.product-page__header-title h1 {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .product-page__header-title h1 {
    font-size: 2.5rem;
  }
}
.product-page .label {
  display: none;
}
@media (min-width: 768px) {
  .product-page .label {
    display: block;
  }
}
.product-page__header-mobile {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .product-page__header-mobile {
    display: none;
  }
}
.product-page__header-mobile .product-page__header-title,
.product-page__header-mobile .label,
.product-page__header-mobile .product-page__reviews {
  display: block !important;
}
.product-page__header-mobile .product-page__header-title {
  margin-top: 0 !important;
}
.product-page__reviews {
  display: none;
}
@media (min-width: 768px) {
  .product-page__reviews {
    display: block;
  }
}
.product-page .product-rating-display {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.product-page__header-excerpt {
  margin-top: 32px;
}
.product-page .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 32px !important;
}
@media (min-width: 768px) {
  .product-page .woocommerce-product-gallery {
    width: 40% !important;
  }
}
@media (min-width: 1024px) {
  .product-page .woocommerce-product-gallery {
    width: calc(50% - 64px / 3) !important;
  }
}
.product-page .woocommerce-product-gallery .flex-viewport,
.product-page .woocommerce-product-gallery .flex-control-thumbs li {
  border: 1px solid #DBDBDB;
  border-radius: 24px;
  overflow: hidden !important;
}
.product-page .flex-control-thumbs {
  margin-top: 32px !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px;
}
.product-page .flex-control-thumbs li {
  width: 100% !important;
}
.product-page .summary {
  width: 100% !important;
}
@media (min-width: 768px) {
  .product-page .summary {
    width: 60% !important;
  }
}
@media (min-width: 1024px) {
  .product-page .summary {
    width: calc(50% - 64px / 2) !important;
  }
}
.product-page .onsale {
  display: none !important;
}
.product-page .star {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #e0e0e0;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.product-page .star.full {
  background: #ff8656;
}
.product-page .star.half {
  background: linear-gradient(90deg, #ff8656 50%, #e0e0e0 50%);
}
.product-page .star.empty {
  background: #e0e0e0;
}
.product-page form.cart {
  margin-bottom: 16px !important;
}
.product-page form.cart table {
  display: none;
}
.product-page .woocommerce-variation-add-to-cart,
.product-page form:not(.variations_form) {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 502px) {
  .product-page .woocommerce-variation-add-to-cart,
  .product-page form:not(.variations_form) {
    flex-wrap: nowrap;
  }
}
.product-page form:not(.variations_form) {
  margin-top: 16px;
}
.product-page form:not(.variations_form)::before, .product-page form:not(.variations_form)::after {
  display: none !important;
}
.product-page .stock.out-of-stock {
  margin-top: 32px;
}
.product-page .single_add_to_cart_button {
  padding: 16px 32px !important;
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  border-radius: 36px !important;
  border: 0 !important;
  width: fit-content !important;
  cursor: pointer !important;
  transition: 0.3s all !important;
  background-color: #FF8656 !important;
  color: #FFFFFF !important;
}
.product-page .single_add_to_cart_button:hover {
  background-color: #e67447 !important;
}
.product-page .single_add_to_cart_button {
  justify-content: center !important;
  width: 100% !important;
}
.product-page__price {
  margin-top: 64px;
}
.product-page__trustbar {
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}
.product-page__trustbar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(37, 37, 37, 0.8);
}
.product-page__trustbar-item svg {
  flex-shrink: 0;
}
.product-page__trustbar-item span {
  font-weight: 500;
}
.product-page__delivery {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-page__delivery img {
  width: 16px;
  height: 16px;
}
.product-page__accordion {
  margin-top: 64px;
}
.product-page__flavors {
  margin: 48px 0;
}
.product-page__flavors-title {
  margin-bottom: 16px;
}
.product-page__flavors-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.product-page__flavor {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.product-page__flavor:hover {
  transform: translateY(-3px);
}
.product-page__flavor--selected .product-page__flavor-image {
  border-color: #FF8656;
}
.product-page__flavor--selected .product-page__flavor-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #FF8656;
  box-sizing: border-box;
}
.product-page__flavor--selected .product-page__flavor-name {
  color: #FF8656;
  font-weight: 600;
}
.product-page__flavor-image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 1px solid #DBDBDB;
  transition: border-color 0.2s ease;
}
.product-page__flavor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-page__flavor-name {
  font-size: 0.875rem;
  text-align: center;
  transition: color 0.2s ease;
}
.product-page .price {
  font-family: "Sora", sans-serif !important;
  font-weight: 700 !important;
  font-size: 2rem !important;
  color: #252525 !important;
}
@media (min-width: 1024px) {
  .product-page .price {
    font-size: 2.5rem !important;
  }
}
.product-page .price del {
  color: rgba(37, 37, 37, 0.8) !important;
  font-size: 1rem !important;
}
@media (min-width: 1024px) {
  .product-page .price del {
    font-size: 1.25rem !important;
  }
}
.product-page .price .iworks-omnibus {
  color: rgba(37, 37, 37, 0.8) !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}

.single-product .stosowanie {
  background-color: #F9F9F9 !important;
}

.shop-page {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media (min-width: 1024px) {
  .shop-page {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
  }
}
.shop-page__header {
  margin-bottom: 64px;
  max-width: 700px;
}
.shop-page .products {
  display: grid !important;
  gap: 32px !important;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .shop-page .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .shop-page .products {
    gap: 64px !important;
  }
}
.shop-page .products::before, .shop-page .products::after {
  display: none !important;
}
.shop-page .products li {
  width: 100% !important;
}
.shop-page .products .add_to_cart_button {
  margin-top: 0 !important;
}
.shop-page .products .price {
  margin-bottom: 0 !important;
}

.cart-page {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 32px;
  padding-top: 25px !important;
  padding-bottom: 50px !important;
}
@media (min-width: 1024px) {
  .cart-page {
    grid-template-columns: 72fr 28fr; /* two-column structure */
    padding-top: 50px !important;
    padding-bottom: 100px !important;
  }
}
.cart-page__header {
  max-width: 700px;
  margin-bottom: 64px;
}
.cart-page .woocommerce-cart-form {
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .cart-page .woocommerce-cart-form {
    grid-column: 1;
  }
}
.cart-page .cart-collaterals {
  height: fit-content;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #DBDBDB;
  margin-top: 64px;
  grid-column: 1/-1;
}
@media (min-width: 502px) {
  .cart-page .cart-collaterals {
    min-width: 330px;
  }
}
@media (min-width: 1024px) {
  .cart-page .cart-collaterals {
    grid-column: 2;
    margin-top: 0;
  }
}
.cart-page .cart-collaterals tbody th {
  color: #252525 !important;
}
.cart-page .cart-collaterals tbody td {
  background-color: #FFFFFF !important;
}
.cart-page .cart-collaterals .woocommerce-remove-coupon {
  padding-left: 4px;
  font-size: 0.75rem;
}
.cart-page .cart-collaterals h2 {
  font-size: 1.25rem;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .cart-page .cart-collaterals h2 {
    font-size: 1.5rem;
  }
}
.cart-page .cart-collaterals table {
  border: 0;
  margin: 0 !important;
}
.cart-page .cart-collaterals table th,
.cart-page .cart-collaterals table td {
  padding: 12px 0;
}
.cart-page .cart-collaterals table tr th {
  font-weight: 400;
}
.cart-page .cart-collaterals table td {
  display: flex;
}
.cart-page .cart-collaterals table td strong {
  margin-left: auto;
}
.cart-page .cart-collaterals .woocommerce-Price-amount {
  font-family: "Sora", serif;
  font-weight: 700;
  font-size: 1rem;
  margin-left: auto;
  color: #252525;
}
@media (min-width: 1024px) {
  .cart-page .cart-collaterals .woocommerce-Price-amount {
    font-size: 1.25rem;
  }
}
.cart-page .cart-collaterals .cart_totals {
  width: 100%;
}
.cart-page .wc-proceed-to-checkout {
  padding: 0 !important;
  margin-top: 32px;
}
.cart-page .checkout-button {
  padding: 16px 32px !important;
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  border-radius: 36px !important;
  border: 0 !important;
  width: fit-content !important;
  cursor: pointer !important;
  transition: 0.3s all !important;
  background-color: #FF8656 !important;
  color: #FFFFFF !important;
}
.cart-page .checkout-button:hover {
  background-color: #e67447 !important;
}
.cart-page .checkout-button {
  background-color: #A8D68F !important;
}
.cart-page .checkout-button:hover {
  background-color: #76b355 !important;
}
.cart-page .shop_table-inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 502px) {
  .cart-page .shop_table-inner {
    gap: 32px;
  }
}
.cart-page .cart_item {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #DBDBDB;
  gap: 32px;
}
@media (min-width: 502px) {
  .cart-page .cart_item {
    flex-direction: row;
  }
}
@media (min-width: 502px) {
  .cart-page .product-thumbnail {
    max-width: 160px;
  }
}
.cart-page .product-thumbnail img {
  aspect-ratio: 1;
  object-fit: contain;
}
@media (min-width: 502px) {
  .cart-page .product-thumbnail img {
    aspect-ratio: 4/3;
  }
}
.cart-page .product-name {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cart-page .product-name a {
  font-family: "Sora", serif;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .cart-page .product-name a {
    font-size: 1.25rem;
  }
}
.cart-page .product-subtotal {
  margin-left: unset;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 502px) {
  .cart-page .product-subtotal {
    flex-direction: column;
    margin-left: auto;
  }
}
.cart-page .product-subtotal .woocommerce-Price-amount {
  font-family: "Sora", serif;
  font-size: 1rem;
  color: #252525;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .cart-page .product-subtotal .woocommerce-Price-amount {
    font-size: 1.52rem;
  }
}
.cart-page .remove:hover {
  background-color: transparent !important;
}
.cart-page .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 502px) {
  .cart-page .coupon {
    flex-direction: row;
  }
}
.cart-page .coupon .button {
  padding: 16px 32px !important;
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  border-radius: 36px !important;
  border: 0 !important;
  width: fit-content !important;
  cursor: pointer !important;
  transition: 0.3s all !important;
  background-color: #FF8656 !important;
  color: #FFFFFF !important;
}
.cart-page .coupon .button:hover {
  background-color: #e67447 !important;
}
.cart-page .coupon .input-text {
  width: 190px !important;
}
.cart-page .coupon .coupon-error-notice {
  width: 100%;
}

.woocommerce button[name=update_cart],
.woocommerce input[name=update_cart] {
  display: none;
}

.wc-empty-cart-message .cart-empty {
  border: 0 !important;
  background-color: transparent !important;
  margin: 64px auto 32px;
  padding-inline: 0 !important;
  text-align: center;
  font-size: 2rem;
  color: #252525;
}
.wc-empty-cart-message .cart-empty::before, .wc-empty-cart-message .cart-empty::after {
  display: none;
}

.return-to-shop {
  text-align: center;
}
.return-to-shop .button {
  padding: 16px 32px !important;
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  border-radius: 36px !important;
  border: 0 !important;
  width: fit-content !important;
  cursor: pointer !important;
  transition: 0.3s all !important;
  background-color: #FF8656 !important;
  color: #FFFFFF !important;
}
.return-to-shop .button:hover {
  background-color: #e67447 !important;
}
.return-to-shop .button {
  margin: 0 auto 64px !important;
}

.woocommerce-order-received header.site-header,
.woocommerce-order-received footer.site-footer {
  display: block !important;
}

.woocommerce-checkout .site-header,
.woocommerce-checkout .site-footer {
  display: none !important;
}
.woocommerce-checkout .checkout {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .woocommerce-checkout .checkout {
    flex-direction: row;
    align-items: stretch;
  }
}
.woocommerce-checkout .checkout__main {
  width: 100% !important;
  margin: 64px 0 !important;
}
@media (min-width: 1024px) {
  .woocommerce-checkout .checkout__main {
    width: 50% !important;
    margin: 0 !important;
    padding: 64px 64px 64px 0;
  }
}
.woocommerce-checkout .checkout__summary {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .woocommerce-checkout .checkout__summary {
    width: 50% !important;
    padding: 64px 0 64px 64px;
    border-left: 1px solid #DBDBDB;
  }
}
.woocommerce-checkout .checkout .checkout__actions {
  margin-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .woocommerce-checkout .checkout .checkout__actions {
    flex-wrap: nowrap;
    gap: 32px;
  }
}
.woocommerce-checkout .checkout .checkout__actions button {
  padding: 16px 32px !important;
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  border-radius: 36px !important;
  border: 0 !important;
  width: fit-content !important;
  cursor: pointer !important;
  transition: 0.3s all !important;
  background-color: #FF8656 !important;
  color: #FFFFFF !important;
}
.woocommerce-checkout .checkout .checkout__actions button:hover {
  background-color: #e67447 !important;
}
.woocommerce-checkout .checkout .checkout__actions button {
  width: 100% !important;
  font-size: 18px;
  justify-content: center !important;
  padding: 16px 0;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .woocommerce-checkout .checkout .checkout__actions button {
    width: 50% !important;
  }
}
.woocommerce-checkout .checkout #order_review_heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .woocommerce-checkout .checkout #order_review_heading {
    font-size: 1.5rem;
  }
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table {
  border: 0 !important;
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tr,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table th {
  border: 0 !important;
  padding: 0 !important;
}
@media (max-width: 657px) {
  .woocommerce-checkout .checkout .woocommerce-checkout-review-order-table .cart_item {
    display: grid;
    gap: 10px;
    grid-template-columns: 40% 60%;
    grid-template-rows: auto;
  }
  .woocommerce-checkout .checkout .woocommerce-checkout-review-order-table .cart_item .product-thumbnail {
    grid-row: 1/3;
    width: 100%;
  }
  .woocommerce-checkout .checkout .woocommerce-checkout-review-order-table .cart_item .product-name {
    padding: 0 0 0 8px !important;
    grid-row: 1/2;
  }
  .woocommerce-checkout .checkout .woocommerce-checkout-review-order-table .cart_item .product-total {
    grid-row: 2/3;
    text-align: left !important;
    padding: 8px 0 0 8px !important;
  }
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table .product-thumbnail {
  width: 130px;
  position: relative;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table .product-thumbnail .product-quantity-badge {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #FF8656;
  border-radius: 50%;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table .product-name {
  padding: 32px !important;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table .product-name .product-title {
  color: #252525;
  font-weight: 700;
  font-size: 1rem;
  max-width: 80%;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table .product-total {
  min-width: 90px;
  vertical-align: top;
  text-align: right;
  padding-top: 32px !important;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table .product-total .woocommerce-Price-amount {
  font-family: "Sora";
  font-size: 1rem;
  font-weight: 700;
  color: #252525;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot {
  padding-top: 50px !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot tr th {
  color: #252525;
  font-weight: 400 !important;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot tr td {
  font-family: "Sora";
  font-size: 1rem;
  font-weight: 700;
  color: #252525;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot .order-total {
  padding-top: 32px !important;
  margin-top: 16px !important;
  border-top: 1px solid #DBDBDB !important;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order-table tfoot .order-total .woocommerce-Price-amount {
  font-weight: 700 !important;
}
.woocommerce-checkout .checkout .woocommerce-NoticeGroup {
  margin-bottom: 32px !important;
}
.woocommerce-checkout .checkout .checkout__main .woocommerce-billing-fields__field-wrapper {
  margin-top: 32px;
}
.woocommerce-checkout .checkout .checkout__main .woocommerce-billing-fields__field-wrapper > p,
.woocommerce-checkout .checkout .checkout__main .woocommerce-shipping-fields__field-wrapper > p {
  padding: 0 !important;
  margin-bottom: 32px !important;
}
.woocommerce-checkout .checkout .checkout__main .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
.woocommerce-checkout .checkout .checkout__main .woocommerce-billing-fields__field-wrapper #shipping_address_1_field,
.woocommerce-checkout .checkout .checkout__main .woocommerce-shipping-fields__field-wrapper #billing_address_1_field,
.woocommerce-checkout .checkout .checkout__main .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field {
  margin-bottom: 16px !important;
}
.woocommerce-checkout .checkout .checkout__main .woocommerce-shipping-fields__field-wrapper {
  margin-top: 32px !important;
}
.woocommerce-checkout .checkout .checkout__main #ship-to-different-address span {
  color: #252525 !important;
  font-family: "Helvetica", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  padding-left: 8px !important;
}
.woocommerce-checkout .checkout .checkout__main .woocommerce-additional-fields {
  margin-top: 32px !important;
  padding: 0 Im !important;
}
.woocommerce-checkout .checkout .checkout__main .woocommerce-additional-fields textarea {
  resize: none !important;
  min-height: 150px !important;
  background-color: #FFFFFF !important;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--shipping {
  margin-top: 64px !important;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--shipping h3 {
  margin-bottom: 32px !important;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--shipping #shipping_method {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--shipping #shipping_method li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
  padding: 24px;
  border: 1px solid #DBDBDB;
  border-bottom: 0;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--shipping #shipping_method li:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--shipping #shipping_method li:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom: 1px solid #DBDBDB;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--shipping #shipping_method li input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  transition: all 0.2s ease;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--shipping #shipping_method li input[type=radio]:checked {
  border-color: #252525;
  background-color: #252525;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--shipping #shipping_method li input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--shipping #shipping_method li label {
  flex: 1;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--shipping #shipping_method li label .woocommerce-Price-amount {
  margin-left: 1rem;
  font-weight: 400;
  color: #FF8656;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--shipping .easypack_show_geowidget {
  margin: 16px 0 !important;
  box-shadow: none !important;
  padding: 16px 32px !important;
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  border-radius: 36px !important;
  border: 0 !important;
  width: fit-content !important;
  cursor: pointer !important;
  transition: 0.3s all !important;
  background-color: #FF8656 !important;
  color: #FFFFFF !important;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--shipping .easypack_show_geowidget:hover {
  background-color: #e67447 !important;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--shipping #selected-parcel-machine {
  margin: 0 !important;
  border-radius: 16px !important;
  border: 1px solid #DBDBDB !important;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--payment {
  margin-top: 64px !important;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--payment h3 {
  margin-bottom: 32px !important;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--payment #payment {
  background-color: transparent !important;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--payment #payment ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0 !important;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--payment #payment ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 !important;
  padding: 24px;
  border: 1px solid #DBDBDB;
  border-bottom: 0;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--payment #payment ul li:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--payment #payment ul li:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom: 1px solid #DBDBDB;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--payment #payment ul li img {
  object-fit: contain;
  max-width: 80px;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--payment #payment ul li input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  transition: all 0.2s ease;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--payment #payment ul li input[type=radio]:checked {
  border-color: #252525;
  background-color: #252525;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--payment #payment ul li input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--payment #payment ul li label {
  flex: 1;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.woocommerce-checkout .checkout .checkout__main .checkout__section--payment #payment ul li label .woocommerce-Price-amount {
  margin-left: 1rem;
  font-weight: 400;
  color: #FF8656;
}
.woocommerce-checkout .checkout .checkout__main .place-order {
  padding: 0 !important;
  margin-top: 64px !important;
}
.woocommerce-checkout .checkout .checkout__main .place-order #place_order {
  padding: 16px 32px !important;
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  border-radius: 36px !important;
  border: 0 !important;
  width: fit-content !important;
  cursor: pointer !important;
  transition: 0.3s all !important;
  background-color: #FF8656 !important;
  color: #FFFFFF !important;
}
.woocommerce-checkout .checkout .checkout__main .place-order #place_order:hover {
  background-color: #e67447 !important;
}
.woocommerce-checkout .checkout .checkout__main .place-order #place_order {
  width: 100% !important;
  margin-top: 32px;
  justify-content: center !important;
  background-color: #A8D68F !important;
}
.woocommerce-checkout .checkout .checkout__main .place-order #place_order:hover {
  background-color: #76b355 !important;
}

.checkout-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.checkout-popup .woocommerce-error,
.checkout-popup .woocommerce-info,
.checkout-popup .woocommerce-message {
  margin-bottom: 16px;
}
.checkout-popup.active {
  display: block;
}
.checkout-popup.closing .checkout-popup__content {
  animation: popup-exit 0.3s ease forwards;
}
.checkout-popup.closing .checkout-popup__overlay {
  animation: overlay-fade-out 0.3s ease forwards;
}
.checkout-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3px);
  animation: overlay-fade-in 0.3s ease;
}
.checkout-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  background-color: white;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  animation: popup-appear 0.3s ease;
}
.checkout-popup__content h3 {
  font-size: 22px;
  font-weight: 500;
  color: #252525;
  margin-bottom: 16px;
}
.checkout-popup__content .popup-error-message {
  margin-bottom: 24px;
}
.checkout-popup__content .popup-error-message .woocommerce-error {
  background-color: #fff1f0;
  border-left: 3px solid red;
  color: red;
  padding: 16px 24px;
  margin-bottom: 24px;
  border-radius: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
.checkout-popup__content .woocommerce-form-login,
.checkout-popup__content .checkout_coupon {
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  padding: 16px !important;
  border: none !important;
}
@media (min-width: 1024px) {
  .checkout-popup__content .woocommerce-form-login,
  .checkout-popup__content .checkout_coupon {
    display: block !important;
  }
}
.checkout-popup__content .woocommerce-form-login p,
.checkout-popup__content .checkout_coupon p {
  margin-bottom: 24px;
  font-size: 1rem;
}
.checkout-popup__content .woocommerce-form-login .form-row,
.checkout-popup__content .checkout_coupon .form-row {
  margin-bottom: 16px !important;
  width: 100% !important;
}
@media (min-width: 657px) {
  .checkout-popup__content .woocommerce-form-login .form-row.form-row-first, .checkout-popup__content .woocommerce-form-login .form-row.form-row-last,
  .checkout-popup__content .checkout_coupon .form-row.form-row-first,
  .checkout-popup__content .checkout_coupon .form-row.form-row-last {
    width: 100%;
    float: none;
  }
}
.checkout-popup__content .woocommerce-form-login button.button,
.checkout-popup__content .checkout_coupon button.button {
  padding: 16px 32px !important;
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  border-radius: 36px !important;
  border: 0 !important;
  width: fit-content !important;
  cursor: pointer !important;
  transition: 0.3s all !important;
  background-color: #FF8656 !important;
  color: #FFFFFF !important;
}
.checkout-popup__content .woocommerce-form-login button.button:hover,
.checkout-popup__content .checkout_coupon button.button:hover {
  background-color: #e67447 !important;
}
.checkout-popup__content .woocommerce-form-login p {
  font-size: 1rem;
}
.checkout-popup__content .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.checkout-popup__content .woocommerce-form-login .woocommerce-form-login__rememberme input[type=checkbox] {
  margin: 0;
}
.checkout-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  font-size: 24px;
  line-height: 1;
  color: rgba(37, 37, 37, 0.8);
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 6px;
}
.checkout-popup__close:hover {
  color: #FF8656;
}

@keyframes popup-appear {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes popup-exit {
  from {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
}
@keyframes overlay-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes overlay-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
body.popup-open {
  overflow: hidden;
}

.checkout-header {
  padding: 24px 0;
  border-bottom: 1px solid #DBDBDB;
}
.checkout-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-header__cart {
  width: 24px;
  height: 24px;
}

.checkout-footer {
  padding: 24px 0;
  border-top: 1px solid #DBDBDB;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 32px;
}

.woocommerce-checkout-review-order .blockUI.blockOverlay {
  background: transparent !important; /* or rgba(255,255,255,0.5) if you want a subtle fade */
}

.select2-selection {
  border-radius: 36px !important;
  border: 1px solid #DBDBDB !important;
  padding: 16px 32px !important;
}
.select2-selection .select2-selection__rendered {
  padding: 0 !important;
}

.select2-dropdown {
  border: 1px solid #DBDBDB !important;
}

body > .select2-container {
  width: auto !important;
}

.myaccount-page {
  margin: 40px auto !important;
}
@media (min-width: 1024px) {
  .myaccount-page {
    margin: 80px auto !important;
  }
}
.myaccount-page .button {
  padding: 16px 32px !important;
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  border-radius: 36px !important;
  border: 0 !important;
  width: fit-content !important;
  cursor: pointer !important;
  transition: 0.3s all !important;
  background-color: #FF8656 !important;
  color: #FFFFFF !important;
}
.myaccount-page .button:hover {
  background-color: #e67447 !important;
}
.myaccount-page .button::after {
  display: none;
}
.myaccount-page .woocommerce-form-login,
.myaccount-page .woocommerce-form-register {
  border-radius: 16px !important;
  padding: 32px !important;
  border: 1px solid #DBDBDB !important;
}
.myaccount-page .woocommerce-form-login .form-row,
.myaccount-page .woocommerce-form-register .form-row {
  padding: 5px 0 !important;
}
.myaccount-page .woocommerce-privacy-policy-text {
  margin-top: 24px;
}
.myaccount-page .woocommerce-form-register__submit,
.myaccount-page .woocommerce-form-login__submit {
  margin-top: 16px !important;
}
.myaccount-page .woocommerce-form-login__rememberme {
  float: right;
}

.woocommerce-ResetPassword {
  margin-top: 25px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .woocommerce-ResetPassword {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.woocommerce-ResetPassword > p {
  margin-bottom: 16px;
}
.woocommerce-ResetPassword .button {
  padding: 16px 32px !important;
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  border-radius: 36px !important;
  border: 0 !important;
  width: fit-content !important;
  cursor: pointer !important;
  transition: 0.3s all !important;
  background-color: #FF8656 !important;
  color: #FFFFFF !important;
}
.woocommerce-ResetPassword .button:hover {
  background-color: #e67447 !important;
}
.woocommerce-ResetPassword .button {
  margin-top: 16px !important;
}
.woocommerce-ResetPassword .button::after {
  display: none;
}

.woocommerce-lost-password div.woocommerce {
  max-width: 1360px;
  padding-inline: 24px;
  width: 100%;
  margin: 0 auto;
}
.woocommerce-lost-password div.woocommerce > p {
  margin-top: 32px;
  margin-bottom: 64px;
  max-width: 800px;
}

.myaccount-page {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .myaccount-page {
    flex-direction: row;
  }
}
.myaccount-page__header {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .myaccount-page__header {
    margin-top: 80px;
  }
}
.myaccount-page .woocommerce-MyAccount-navigation {
  max-width: unset;
  width: 100%;
}
@media (min-width: 1024px) {
  .myaccount-page .woocommerce-MyAccount-navigation {
    max-width: 250px;
  }
}
.myaccount-page .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}
.myaccount-page .woocommerce-MyAccount-navigation ul li {
  padding: 24px 32px;
  border: 1px solid #DBDBDB;
  border-bottom: 0;
}
.myaccount-page .woocommerce-MyAccount-navigation ul li:first-child {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.myaccount-page .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 1px solid #DBDBDB;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.myaccount-page .woocommerce-MyAccount-navigation ul li a {
  font-size: 1.125rem;
  font-weight: 400;
}
.myaccount-page .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #FF8656;
}
.myaccount-page .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #FFFFFF;
}
.myaccount-page .woocommerce-MyAccount-content {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.64px;
  font-weight: 400;
  color: rgba(37, 37, 37, 0.8);
  border: 1px solid #DBDBDB;
  border-radius: 16px;
  padding: 32px;
  height: fit-content;
  width: 100%;
}
.myaccount-page .woocommerce-MyAccount-content a {
  font-weight: 500;
}
.myaccount-page .woocommerce-MyAccount-content h2 {
  font-size: 1.5rem !important;
}
@media (min-width: 1024px) {
  .myaccount-page .woocommerce-MyAccount-content h2 {
    font-size: 2rem !important;
  }
}
.myaccount-page .woocommerce-MyAccount-content table {
  border-color: #DBDBDB !important;
  border-collapse: collapse !important;
}
.myaccount-page .woocommerce-MyAccount-content table td,
.myaccount-page .woocommerce-MyAccount-content table th {
  border-color: #DBDBDB !important;
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-orders-table {
  border: 0 !important;
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-orders-table th,
.myaccount-page .woocommerce-MyAccount-content .woocommerce-orders-table td {
  border: 0 !important;
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-orders-table td {
  padding: 12px 10px !important;
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-orders-table .button {
  background-color: #FF8656 !important;
  color: #FFFFFF !important;
  padding: 10px 16px !important;
  font-size: 0.875rem !important;
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-order-details h2,
.myaccount-page .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
  margin: 32px 0 16px !important;
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-order-details address,
.myaccount-page .woocommerce-MyAccount-content .woocommerce-customer-details address {
  border-radius: 0 !important;
  border: 1px solid #DBDBDB !important;
}
.myaccount-page .woocommerce-MyAccount-content .form-row-first, .myaccount-page .woocommerce-MyAccount-content .form-row-last {
  width: 100% !important;
}
@media (min-width: 502px) {
  .myaccount-page .woocommerce-MyAccount-content .form-row-first, .myaccount-page .woocommerce-MyAccount-content .form-row-last {
    width: 47% !important;
  }
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-error {
  margin-bottom: 24px !important;
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-info {
  background-color: #FFFFFF;
  display: flex;
  gap: 32px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 502px) {
  .myaccount-page .woocommerce-MyAccount-content .woocommerce-info {
    flex-direction: row;
  }
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-info::before {
  top: 28px !important;
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-info .button {
  margin-left: auto !important;
  text-align: center;
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-Addresses {
  margin-top: 32px;
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  padding: 24px;
  color: #252525;
  background-color: #FFFFFF;
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-Addresses .edit {
  color: #FF8656;
  margin-top: 8px;
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-Addresses address {
  margin-top: 32px;
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-address-fields .button, .myaccount-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button {
  margin-top: 32px !important;
  background-color: #FF8656 !important;
  color: #FFFFFF !important;
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  margin-top: 24px !important;
  border: 0 !important;
}
.myaccount-page .woocommerce-MyAccount-content .woocommerce-message {
  margin-bottom: 32px !important;
}

.woocommerce-orders .woocommerce-info, .woocommerce-downloads .woocommerce-info {
  margin-top: 0 !important;
  border: 0 !important;
}

.thankyou-page__hero {
  padding: 25px 0;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .thankyou-page__hero {
    padding: 50px 0 50px;
  }
}
.thankyou-page__header {
  margin-bottom: 64px;
  max-width: 750px;
}
.thankyou-page .label {
  color: #A8D68F;
}
.thankyou-page .label::before {
  background-color: #A8D68F;
}
.thankyou-page__image {
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 502px) {
  .thankyou-page__image {
    aspect-ratio: 1;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .thankyou-page__image {
    aspect-ratio: auto;
    border-radius: 32px;
  }
}
.thankyou-page__img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.48px;
  color: rgba(37, 37, 37, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #252525;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
}
@media (min-width: 1024px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #252525;
  text-decoration: none;
  transition: color 0.2s;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
select,
textarea {
  font-family: "Helvetica", sans-serif !important;
  width: 100% !important;
  border: 1px solid #DBDBDB !important;
  border-radius: 36px !important;
  padding: 16px 32px !important;
  font-size: 1rem !important;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(37, 37, 37, 0.8) !important;
}
input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=tel]:focus,
input[type=tel]:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: 1px solid #dadada !important;
}

.container {
  max-width: 1360px;
  padding-inline: 24px;
  width: 100%;
  margin: 0 auto;
}

.label {
  font-family: "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #FF8656;
  text-transform: uppercase;
  margin-bottom: 8px;
  position: relative;
}
.label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 1px;
  background-color: #FF8656;
  margin-right: 8px;
  border-radius: 1px;
}

.orange-text {
  color: #FF8656;
}

.quantity {
  border: 1px solid #DBDBDB;
  padding: 16px 32px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.quantity input[type=button] {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: rgba(37, 37, 37, 0.8);
  font-size: 1.5rem !important;
  font-weight: 300;
}
.quantity .qty {
  text-align: center;
  border: 0;
  width: 45px;
}
.quantity .qty:focus {
  outline: none;
}

.price {
  font-family: "Sora", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  color: #252525 !important;
}
@media (min-width: 1024px) {
  .price {
    font-size: 1.5rem !important;
  }
}

.btn {
  padding: 16px 32px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 36px;
  border: 0;
  width: fit-content;
  cursor: pointer;
  transition: 0.3s all;
}
.btn--primary {
  background-color: #FF8656;
  color: #FFFFFF;
}
.btn--primary:hover {
  background-color: #e67447;
}
.btn--secondary {
  background-color: #FFFFFF;
  color: #252525;
  border: 1px solid #DBDBDB;
}
.btn--secondary:hover {
  background-color: #f5f5f5;
}
.btn--green {
  background-color: #A8D68F;
  color: #FFFFFF;
  border: 1px solid #A8D68F;
}
.btn--green:hover {
  background-color: #76b355;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide arrows in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.quantity {
  border: 1px solid #DBDBDB;
  padding: 16px 32px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.quantity input[type=button] {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: rgba(37, 37, 37, 0.8);
  font-size: 1.25rem;
  font-weight: 300;
}
.quantity .qty {
  text-align: center;
  border: 0;
  width: 45px;
}
.quantity .qty:focus {
  outline: none;
}

.add_to_cart_button {
  padding: 16px 32px !important;
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  border-radius: 36px !important;
  border: 0 !important;
  width: fit-content !important;
  cursor: pointer !important;
  transition: 0.3s all !important;
  background-color: #FF8656 !important;
  color: #FFFFFF !important;
}
.add_to_cart_button:hover {
  background-color: #e67447 !important;
}

.single_add_to_cart_button::after {
  display: none;
}

.added_to_cart {
  display: none !important;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  margin-top: 24px !important;
  border: 1px solid #DBDBDB;
  background-color: transparent;
  font-weight: 500;
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
}
.woocommerce-error:focus, .woocommerce-error:focus-visible,
.woocommerce-message:focus,
.woocommerce-message:focus-visible,
.woocommerce-info:focus,
.woocommerce-info:focus-visible {
  outline: none !important;
}
