body,
html,
header,
main,
section,
div,
footer,
nav {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
button,
strong,
em,
blockquote,
input,
textarea {
  font-size: 100%;
  font: inherit;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #212121;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  font-style: italic;
  padding-left: 20px;
  border-left: solid 3px #212121;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

button, input[type=submit] {
  background: none;
  border: none;
  border-radius: 0;
}

a:hover {
  color: inherit;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Work Sans", sans-serif;
}

body {
  overflow: hidden;
}
body:not(.home) main {
  margin-top: 79px;
}

a {
  transition: all 150ms ease-in-out;
}
a:hover {
  transition: all 250ms ease-in-out;
}

img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

body.woocommerce img, body.woocommerce-page img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

::-moz-selection {
  color: #fff;
  background-color: #223423;
}

::selection {
  color: #fff;
  background-color: #223423;
}

footer .footer-content ::-moz-selection {
  color: #223423;
  background-color: #C6D598;
}

footer .footer-content ::selection {
  color: #223423;
  background-color: #C6D598;
}

img::-moz-selection, iframe::-moz-selection {
  background-color: #C6D598;
}

img::selection, iframe::selection {
  background-color: #C6D598;
}

.container {
  max-width: 1516px;
  margin-inline: auto;
  padding-inline: 20px;
}

.section-title,
.page-title {
  font-size: 35px;
  font-weight: 200;
  display: flex;
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.section-title::before,
.page-title::before {
  content: "";
  width: 99px;
  height: 2px;
  background-color: #C6D598;
}

.big-text,
.big-text > * {
  font-size: clamp(42px, 4vw, 60px);
  line-height: clamp(42px, 4vw, 60px);
  font-weight: 200;
}
@media (min-width: 1024px) {
  .big-text,
  .big-text > * {
    font-size: clamp(42px, 3.5vw, 60px);
    line-height: clamp(42px, 4vw, 60px);
  }
}
@media (min-width: 1200px) {
  .big-text,
  .big-text > * {
    font-size: clamp(42px, 3vw, 60px);
    line-height: clamp(42px, 4vw, 60px);
  }
}
.big-text strong,
.big-text b,
.big-text > * strong,
.big-text > * b {
  font-weight: 500;
}

.small-text,
.small-text > * {
  font-size: 22px;
  font-weight: 200;
  line-height: 40px;
}
@media (min-width: 860px) {
  .small-text,
  .small-text > * {
    font-size: 24px;
  }
}
.small-text strong,
.small-text b,
.small-text > * strong,
.small-text > * b {
  font-weight: 400;
}

.products-grid .products-list {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 56px;
       column-gap: 56px;
  row-gap: 48px;
  list-style: none;
  padding: 0;
  margin: auto;
}
@media (min-width: 1024px) {
  .products-grid .products-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.products-grid .products-list .product-item {
  display: flex;
  flex-direction: column;
  border: solid 1px #707070;
  background-color: #fff;
  justify-content: space-between;
}
.products-grid .products-list .product-item .product-details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products-grid .products-list .product-item .product-details .image-wrapper {
  padding-bottom: 43px;
}
.products-grid .products-list .product-item .product-details .image-wrapper img {
  max-height: 375px;
  width: auto;
}
@media (max-width: 860px) {
  .products-grid .products-list .product-item .product-details .image-wrapper img {
    max-height: 300px;
  }
}
.products-grid .products-list .product-item .product-details h3 {
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 24px;
  text-align: center;
}
.products-grid .products-list .product-item .product-details .product-excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  padding-bottom: 40px;
  padding: 0 25px 0 25px;
  min-height: 200px;
}
.products-grid .products-list .product-item .product-price {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  bottom: 20px;
  position: relative;
}
.products-grid .products-list .product-item a {
  text-decoration: none;
}
.products-grid .products-list .product-item .more-btn {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-block: 35px 32px;
  padding-inline: 25px;
  border-top: solid 1px #707070;
  text-decoration: none;
  transition: all 250ms ease-in-out;
}
.products-grid .products-list .product-item .more-btn:hover {
  background-color: #223423;
  color: #C6D598;
}

.custom-cart-icon {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-left: 40px;
  padding: 1rem;
  border-radius: 2rem;
  background-color: #C6D598;
}
@media (max-width: 860px) {
  .custom-cart-icon {
    margin-left: 0px;
    margin-right: 10px;
    text-align: center;
    padding: 0.5rem;
    border-radius: 1rem;
  }
}
.custom-cart-icon a:hover {
  text-decoration: none;
}
.custom-cart-icon svg {
  height: 20px;
}

.custom-cart-icon .cart-count {
  position: absolute;
  top: 5px;
  left: 0px;
  background: #223423;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  padding: 2px 5px;
}
@media (max-width: 860px) {
  .custom-cart-icon .cart-count {
    top: 0px;
  }
}

.custom-cart-icon .cart-total {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
}
@media (max-width: 860px) {
  .custom-cart-icon .cart-total {
    font-size: 10px;
  }
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
header .header-container {
  width: 100%;
  max-width: 1920px;
  padding-inline: 20px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 20px;
}
@media (min-width: 1615px) {
  header .header-container {
    padding-inline: 68px;
    margin-top: 59px;
  }
}
@media (min-width: 1921px) {
  header .header-container {
    padding-inline: 68px 135px;
  }
}
header .header-container .logo-container {
  display: flex;
  flex-direction: column;
}
header .header-container .logo-container .logo-wrapper {
  padding-bottom: 14px;
}
header .header-container .logo-container .logo-wrapper img {
  max-width: 300px;
}
@media (max-width: 860px) {
  header .header-container .logo-container .logo-wrapper img {
    max-width: 200px;
  }
}
header .header-container .logo-container .slogan-wrapper {
  padding-bottom: 11px;
  color: #949393;
  font-size: 10px;
  font-weight: 400;
}
header .header-container .logo-container .logo-decor {
  height: 14px;
  width: 54px;
  background-color: #C6D598;
}
header .header-container .nav-menu-container {
  display: flex;
  align-items: center;
}
header .header-container .nav-menu-container .desktop-menu-wrapper ul,
header .header-container .nav-menu-container .mobile-menu-wrapper ul {
  display: flex;
}
header .header-container .nav-menu-container .desktop-menu-wrapper ul li a,
header .header-container .nav-menu-container .mobile-menu-wrapper ul li a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: lowercase;
  white-space: nowrap;
}
header .header-container .nav-menu-container .desktop-menu-wrapper ul li a::before,
header .header-container .nav-menu-container .mobile-menu-wrapper ul li a::before {
  content: "_";
}
header .header-container .nav-menu-container .desktop-menu-wrapper ul li a:hover,
header .header-container .nav-menu-container .mobile-menu-wrapper ul li a:hover {
  color: #C6D598;
}
header .header-container .nav-menu-container .desktop-menu-wrapper {
  display: none;
}
@media (min-width: 860px) {
  header .header-container .nav-menu-container .desktop-menu-wrapper {
    display: block;
  }
}
header .header-container .nav-menu-container .desktop-menu-wrapper ul {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
header .header-container .nav-menu-container .mobile-menu-wrapper {
  display: block;
}
@media (min-width: 860px) {
  header .header-container .nav-menu-container .mobile-menu-wrapper {
    display: none;
  }
}
header .header-container .nav-menu-container .mobile-menu-wrapper .uk-offcanvas-bar {
  background-color: #fff;
  padding-right: 35px;
  width: 70vw;
}
header .header-container .nav-menu-container .mobile-menu-wrapper .uk-offcanvas-bar .uk-offcanvas-close {
  left: 13px;
  top: 13px;
  right: unset;
}
header .header-container .nav-menu-container .mobile-menu-wrapper .uk-offcanvas-bar .uk-offcanvas-close svg {
  color: #000000;
  width: 18px;
}
header .header-container .nav-menu-container .mobile-menu-wrapper .mobile-menu-button {
  cursor: pointer;
}
header .header-container .nav-menu-container .mobile-menu-wrapper .mobile-menu-button svg {
  width: 34px;
}
header .header-container .nav-menu-container .mobile-menu-wrapper ul {
  flex-direction: column;
  align-items: flex-end;
  row-gap: 20px;
}
header .header-container .nav-menu-container .mobile-menu-wrapper ul li a {
  color: #000000;
}

.home header {
  background-color: transparent;
}
.home header .header-container {
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .home header .header-container {
    padding-inline: 68px;
    margin-top: 59px;
  }
}
@media (min-width: 1200px) {
  .home header .header-container {
    padding-inline: 68px 135px;
  }
}

footer {
  margin-top: 111px;
}
footer .partners {
  padding-top: 64px;
  padding-bottom: 76px;
  border-top: 1px solid #848484;
}
footer .partners .partners-wrapper {
  max-width: 1376px;
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
@media (min-width: 1200px) {
  footer .partners .partners-wrapper {
    flex-direction: row;
    -moz-column-gap: 22px;
         column-gap: 22px;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1615px) {
  footer .partners .partners-wrapper {
    margin-left: 22px;
  }
}
footer .partners .partners-wrapper h2 {
  font-size: 17px;
  font-weight: 700;
}
footer .partners .partners-wrapper .logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 15px;
}
@media (min-width: 860px) {
  footer .partners .partners-wrapper .logos {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  footer .partners .partners-wrapper .logos {
    max-width: 1091px;
  }
}
footer .partners .partners-wrapper .logos img {
  width: 115px;
  height: -moz-fit-content;
  height: fit-content;
}
footer .footer-wrapper {
  background-color: #223423;
}
footer .footer-wrapper .footer-content {
  max-width: 1650px;
  padding-inline: 20px;
  padding-block: 40px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 1615px) {
  footer .footer-wrapper .footer-content {
    flex-direction: row;
    -moz-column-gap: 25px;
         column-gap: 25px;
    padding-block: 137px 111px;
  }
}
footer .footer-wrapper .footer-content .logo-wrapper img {
  max-width: 218px;
}
footer .footer-wrapper .footer-content p,
footer .footer-wrapper .footer-content a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-decoration: none;
}
@media (min-width: 860px) {
  footer .footer-wrapper .footer-content .details-wrapper {
    display: flex;
  }
}
footer .footer-wrapper .footer-content .details-wrapper .details-col a {
  transition: color 250ms ease-in-out;
}
footer .footer-wrapper .footer-content .details-wrapper .details-col a:hover {
  color: #C6D598;
}
@media (max-width: 859px) {
  footer .footer-wrapper .footer-content .details-wrapper .details-col:not(:last-child) {
    border-bottom: solid 1px #676767;
    padding-bottom: 15px;
  }
  footer .footer-wrapper .footer-content .details-wrapper .details-col:not(:first-child) {
    padding-top: 15px;
  }
}
@media (min-width: 860px) {
  footer .footer-wrapper .footer-content .details-wrapper .details-col {
    border-bottom: none;
  }
  footer .footer-wrapper .footer-content .details-wrapper .details-col:not(:last-child) {
    border-right: solid 1px #676767;
    padding-right: 25px;
  }
  footer .footer-wrapper .footer-content .details-wrapper .details-col:not(:first-child) {
    padding-left: 25px;
  }
}
@media (min-width: 1921px) {
  footer .footer-wrapper .footer-content .details-wrapper .details-col:not(:last-child) {
    padding-right: 40px;
  }
  footer .footer-wrapper .footer-content .details-wrapper .details-col:not(:first-child) {
    padding-left: 40px;
  }
}
footer .footer-wrapper .footer-content .sm-links-wrapper {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: flex-start;
}
footer .footer-wrapper .footer-content .sm-links-wrapper a img {
  transition: all 250ms ease-in-out;
}
footer .footer-wrapper .footer-content .sm-links-wrapper a:hover img {
  transform: translateY(-10px);
}
footer .footer-wrapper .footer-content .copyright-wrapper p,
footer .footer-wrapper .footer-content .copyright-wrapper a {
  color: #9b9b9b;
}
footer .footer-wrapper .footer-content .copyright-wrapper a:hover {
  color: #fff;
}

.slider-container {
  padding-top: 27px;
  padding-inline: 20px;
  width: 100%;
  max-width: 1920px;
  display: flex;
  justify-content: center;
  margin: auto;
}
@media (min-width: 860px) {
  .slider-container {
    padding-top: 96px;
  }
}
@media (min-width: 1024px) {
  .slider-container {
    padding-inline: 68px;
  }
}
@media (min-width: 1200px) {
  .slider-container {
    padding-inline: 135px;
  }
}
.slider-container .uk-slideshow {
  width: 100%;
}
.slider-container .uk-dotnav {
  -moz-column-gap: 11px;
       column-gap: 11px;
  margin: 0;
}
.slider-container .uk-dotnav li {
  padding: 0;
}
.slider-container .uk-dotnav li a {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  text-indent: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #afa7a7;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}
.slider-container .uk-dotnav li:hover a {
  color: #000000;
  transition: all 250ms ease-in-out;
}
.slider-container .uk-dotnav li.uk-active a {
  color: #000000;
}
.slider-container .uk-slideshow-items {
  overflow: visible;
}
@media (max-width: 859px) {
  .slider-container .uk-slideshow-items {
    height: 419px !important;
  }
}
.slider-container .uk-slideshow-items li {
  overflow: visible;
}
.slider-container .uk-slideshow-items li img.letter-image {
  padding-top: 91px;
}
.slider-container .uk-slideshow-items li img.slide-product {
  width: 100%;
  max-width: 258px;
  position: absolute;
  bottom: 12px;
  right: 3%;
}
@media (min-width: 860px) {
  .slider-container .uk-slideshow-items li img.slide-product {
    bottom: 13%;
    top: unset;
    width: 22%;
    max-width: 345px;
    right: 9%;
  }
}
@media (min-width: 1200px) {
  .slider-container .uk-slideshow-items li img.slide-product {
    bottom: 21%;
  }
}
.slider-container .uk-slideshow-items li .slide-title {
  display: inline-block;
  position: absolute;
  top: -9px;
  left: 50%;
  width: 60%;
  transform: translateX(-102px);
}
.slider-container .uk-slideshow-items li .slide-title h1 {
  font-size: clamp(34px, 4vw, 60px);
  line-height: clamp(34px, 4vw, 60px);
  font-weight: 200;
  padding-top: 15px;
}
@media (min-width: 860px) {
  .slider-container .uk-slideshow-items li .slide-title h1 {
    max-width: 55%;
    padding-top: 32px;
  }
}
@media (min-width: 1024px) {
  .slider-container .uk-slideshow-items li .slide-title h1 {
    font-size: clamp(34px, 3.5vw, 60px);
    line-height: clamp(34px, 4vw, 60px);
  }
}
@media (min-width: 1200px) {
  .slider-container .uk-slideshow-items li .slide-title h1 {
    font-size: clamp(34px, 3vw, 60px);
    line-height: clamp(34px, 4vw, 60px);
  }
}
.slider-container .uk-slideshow-items li .slide-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102px;
  height: 2px;
  background-color: #C6D598;
}
.slider-container .uk-slideshow-items li .slide-text {
  position: absolute;
  left: 0;
  bottom: -9%;
  padding-left: 134px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 74px;
       column-gap: 74px;
  row-gap: 12px;
}
@media (min-width: 860px) {
  .slider-container .uk-slideshow-items li .slide-text {
    bottom: 17%;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .slider-container .uk-slideshow-items li .slide-text {
    bottom: 23%;
  }
}
.slider-container .uk-slideshow-items li .slide-text span {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.slider-container .uk-slideshow-items li .slide-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 99px;
  height: 2px;
  background-color: #C6D598;
}
@media (min-width: 860px) {
  .slider-container .uk-slideshow-items li .slide-text::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

body.home {
  background-position-y: 210px;
  background-position-x: right;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: background-image 250ms ease-in-out;
}
@media (min-width: 860px) {
  body.home {
    background-position-y: 184px;
  }
}
@media (min-width: 1921px) {
  body.home {
    background-position-y: 0;
  }
}
body.home.slide-01-active {
  background-image: url("../assets/top-blur-green.webp");
}
body.home.slide-02-active {
  background-image: url("../assets/top-blur-blue.webp");
}
body.home.slide-03-active {
  background-image: url("../assets/top-blur-pink.webp");
}

.info-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 58px;
  padding-bottom: 165px;
}
@media (min-width: 1024px) {
  .info-content {
    grid-template-columns: 9fr 11fr;
    padding-bottom: 125px;
  }
}
.info-content .text-content {
  order: 2;
}
@media (min-width: 1024px) {
  .info-content .text-content {
    order: 1;
  }
}
.info-content .text-content .big-text {
  padding-bottom: 62px;
}
.info-content .image-content {
  order: 1;
  margin-top: 138px;
}
@media (min-width: 1024px) {
  .info-content .image-content {
    order: 2;
    margin-top: 0;
  }
}

.pills {
  display: grid;
  grid-template-columns: 1fr;
  gap: 58px;
  max-width: 1716px;
  margin: auto;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .pills {
    grid-template-columns: 9fr 11fr;
  }
}
.pills .image-content {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .pills .image-content {
    margin-top: 138px;
    justify-self: flex-end;
  }
}
.pills .image-content .image-wrapper {
  position: relative;
}
.pills .image-content .image-wrapper .drop-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
}
.pills .image-content .image-wrapper .drop-wrapper button {
  box-shadow: 12px 34px 50px #272727;
  border-radius: 50%;
  width: 67px;
  height: 67px;
  position: relative;
  cursor: pointer;
}
.pills .image-content .image-wrapper .drop-wrapper button img {
  position: absolute;
  transform: translate(-50%, -50%);
}
.pills .image-content .image-wrapper .drop-wrapper button img.plus-icon {
  z-index: 3;
  max-width: 23px;
  max-height: 23px;
}
.pills .image-content .image-wrapper .drop-wrapper .drop-info-wrapper {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 32vw;
  max-width: 553px;
  background-color: #161615;
  border-radius: 18px;
  padding: 66px;
  visibility: hidden;
  opacity: 0;
}
.pills .image-content .image-wrapper .drop-wrapper .drop-info-wrapper .drop-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}
.pills .image-content .image-wrapper .drop-wrapper.active .drop-info-wrapper {
  visibility: visible;
  opacity: 1;
  transition: opacity 150ms ease-in-out;
}
.pills .image-content .image-wrapper .drop-wrapper.active .plus-icon {
  transform: translate(-50%, -50%) rotate(225deg);
  transition: all 250ms ease-in-out;
}
.pills .text-content {
  max-width: 642px;
}
.pills .text-content .big-text {
  padding-bottom: 78px;
}
.pills .text-content .small-text p:not(:last-child) {
  padding-bottom: 77px;
}

.home-products {
  padding-top: 125px;
}
.home-products .section-title {
  padding-bottom: 49px;
}

.testimonials {
  padding-top: 125px;
}
@media (min-width: 1024px) {
  .testimonials {
    padding-top: 135px;
  }
}
.testimonials .testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .testimonials .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 68px;
         column-gap: 68px;
  }
}
.testimonials .testimonials-grid .testimonial-item {
  display: flex;
  flex-direction: column;
  gap: 68px;
  padding-top: 77px;
}
@media (min-width: 690px) {
  .testimonials .testimonials-grid .testimonial-item {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .testimonials .testimonials-grid .testimonial-item {
    flex-direction: column;
  }
}
@media (min-width: 1615px) {
  .testimonials .testimonials-grid .testimonial-item {
    flex-direction: row;
  }
}
.testimonials .testimonials-grid .testimonial-item .name {
  font-weight: 700;
}
.testimonials .testimonials-grid .testimonial-item .description {
  padding-bottom: 24px;
}
.testimonials .testimonials-grid .testimonial-item .image img {
  width: 100%;
  width: 167px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 50%;
}

body.page-template-o-firmie {
  background-image: url("../assets/default-blur.png");
  background-position-x: right;
  background-position-y: 100px;
  background-size: 400%;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  body.page-template-o-firmie {
    background-size: 100%;
    background-position-y: top;
  }
}

.o-firmie-page section {
  position: relative;
}
.o-firmie-page section::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 20px;
  width: calc(100% - 40px);
  height: 100%;
  max-height: 268px;
  background-image: url("../assets/husky_outline.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (min-width: 860px) {
  .o-firmie-page section::before {
    top: 40px;
  }
}
@media (min-width: 1024px) {
  .o-firmie-page section::before {
    width: 77%;
    right: 20px;
    left: unset;
    top: 20px;
  }
}
@media (min-width: 1921px) {
  .o-firmie-page section::before {
    right: -132px;
  }
}
.o-firmie-page section .o-firmie-content {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 76px;
       column-gap: 76px;
}
@media (min-width: 1024px) {
  .o-firmie-page section .o-firmie-content {
    grid-template-columns: 5fr 7fr;
  }
}
.o-firmie-page section .o-firmie-content .image-wrapper {
  margin-top: 46px;
}
.o-firmie-page section .o-firmie-content .text-wrapper .big-text {
  max-width: 827px;
  padding-top: 44px;
}
@media (min-width: 1024px) {
  .o-firmie-page section .o-firmie-content .text-wrapper .big-text {
    padding-top: 0;
  }
}
.o-firmie-page section .o-firmie-content .text-wrapper .small-text {
  max-width: 642px;
  padding-top: 44px;
}
@media (min-width: 1024px) {
  .o-firmie-page section .o-firmie-content .text-wrapper .small-text {
    padding-top: 87px;
  }
}

body.page-template-produkty {
  background-image: url("../assets/default-blur.png");
  background-position-x: right;
  background-position-y: 100px;
  background-size: 400%;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  body.page-template-produkty {
    background-size: 100%;
    background-position-y: top;
  }
}

.produkty-page .page-title {
  padding-bottom: 49px;
}

body.single-product {
  background-image: url("../assets/product-blur.png");
  background-position-x: right;
  background-position-y: bottom;
  background-size: 400%;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  body.single-product {
    background-size: 100%;
  }
}
body.single-product .instruction-download {
  padding-bottom: 30px;
}
body.single-product .instruction-download a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  text-decoration: none;
}
body.single-product .instruction-download a img {
  width: 100%;
  max-width: 29px;
}
body.single-product .instruction-download a span {
  font-weight: 600;
}
body.single-product .instruction-download a:hover span {
  color: #223423;
}

.woocommerce .woocommerce-breadcrumb {
  display: none;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: #eff3e2;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  background-color: #E54545 !important;
  font-size: 19px;
  font-weight: 400;
  padding: 12px 28px;
  border-radius: 0;
  color: #fff;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover {
  color: #fff;
}

.product-content {
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 860px) {
  .product-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
  }
}
@media (min-width: 1024px) {
  .product-content {
    grid-template-columns: 35vw 65vw;
  }
}
.product-content-left {
  padding-right: 0;
}
@media (max-width: 860px) {
  .product-content-left {
    width: 100%;
    height: auto;
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  .product-content-left {
    padding-right: 61px;
  }
}
@media (min-width: 1024px) {
  .product-content-left div {
    height: 100%;
    width: 100%;
    max-width: 610px;
    aspect-ratio: 61/64;
  }
}
.product-content-left .woocommerce-product-gallery__image {
  border: solid 1px #707070;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-content-right .product_title {
  font-size: 60px;
  font-weight: 200;
  padding-bottom: 33px;
  padding-top: 49px;
}
@media (min-width: 1024px) {
  .product-content-right .product_title {
    padding-top: 0;
  }
}
.product-content-right .price {
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 33px;
}
.product-content-right .woocommerce-product-details__short-description {
  padding-bottom: 30px;
  max-width: 642px;
}
.product-content-right .woocommerce-product-details__short-description p {
  font-size: 24px;
  font-weight: 200;
  line-height: 40px;
}
.product-content-right .woocommerce-product-details__short-description p strong,
.product-content-right .woocommerce-product-details__short-description p b {
  font-weight: 400;
}
.product-content-right form.cart {
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.product-content-right form.cart .quantity input {
  height: calc(100% - 2px);
  width: 79px;
  border: solid 1px #707070;
  border-radius: 0;
}
.product-content-right form.cart button {
  height: 100%;
  border-radius: 0;
  background-color: #E54545 !important;
  font-size: 19px;
  font-weight: 200;
  padding: 12px 28px;
}
.product-content-right .product_meta {
  display: none;
}

.related-products {
  margin-top: 73px;
}
.related-products .products-grid {
  margin-top: 49px;
}

.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 100%;
}
@media (min-width: 1200px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 48%;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table th {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  line-height: 18px;
  padding-bottom: 23px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td {
  font-weight: 600;
  font-size: 18px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td input {
  font-weight: 400;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail {
  padding-top: 36px;
  padding-bottom: 26px;
}
@media (min-width: 1366px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail {
    height: 112px;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail img {
    height: 100%;
    width: auto;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr .actions {
  padding-right: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr .actions button[name=update_cart] {
  text-decoration: none;
  background-color: #E54545;
  padding: 9px 12px;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr .actions button[name=update_cart] {
    font-size: 18px;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 100%;
}
@media (min-width: 1200px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 48%;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table {
  border-bottom: solid 1px #C6D598;
  border-radius: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals td {
  border-color: #C6D598;
  border-width: 1px;
}
.woocommerce-cart .woocommerce .cart-collaterals th,
.woocommerce-cart .woocommerce .cart-collaterals td {
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 1024px) {
  .woocommerce-cart .woocommerce .cart-collaterals th,
  .woocommerce-cart .woocommerce .cart-collaterals td {
    font-size: 24px;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-destination {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-destination {
    font-size: 18px;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-calculator {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-calculator {
    font-size: 18px;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-calculator select,
.woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-calculator input {
  border: solid 1px #707070;
  border-radius: 0;
  height: 28px;
  padding-left: 8px;
  font-size: 16px;
}
.woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-calculator .select2-container {
  height: 28px;
}
.woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-calculator .select2-container .select2-selection {
  border: solid 1px #707070;
  border-radius: 0;
  font-size: 16px;
}
.woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-calculator a,
.woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-calculator button {
  text-decoration: none;
  background-color: #E54545;
  padding: 9px 12px;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-calculator a,
  .woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-calculator button {
    font-size: 18px;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-calculator a::after,
.woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-calculator button::after {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-calculator a::after,
  .woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-calculator button::after {
    font-size: 16px;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals td .woocommerce-shipping-calculator button {
  margin-left: 3px;
}
.woocommerce-cart .woocommerce .cart-collaterals h2 {
  padding-block: 9px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 23px;
  text-transform: uppercase;
  color: #000000;
  border-bottom: solid 1px #C6D598;
}
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce .cart-collaterals ul#shipping_method {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals ul#shipping_method li {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.woocommerce-cart .woocommerce .cart-collaterals ul#shipping_method li input[type=radio].shipping_method {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals ul#shipping_method li input[type=radio].shipping_method:checked {
  background-color: #E54545;
  border-color: #fff;
}
.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout {
  display: flex;
  justify-content: flex-end;
}
.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
  text-decoration: none;
  background-color: #E54545;
  padding: 12px 30px;
  color: #fff;
  border-radius: 0;
  font-weight: 400;
  font-size: 18px;
}
.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover {
  background-color: #E54545;
}
.woocommerce-cart .woocommerce table.shop_table {
  border: none;
}
.woocommerce-cart .woocommerce table.shop_table td,
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table tr {
  border-color: #C6D598 !important;
  border-width: 1px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 51px auto;
}
@media (min-width: 1200px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
}
.woocommerce-checkout .woocommerce #customer_details {
  grid-row-start: 1;
  grid-row-end: 3;
}
.woocommerce-checkout .woocommerce #customer_details .col-1,
.woocommerce-checkout .woocommerce #customer_details .col-2 {
  float: unset;
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order {
  padding-top: 47px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table {
  border: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table thead th {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  line-height: 18px;
  padding-bottom: 23px;
  padding-top: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr {
  font-weight: 700;
  color: #000000;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr {
    font-size: 24px;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr td {
  padding-top: 36px;
  padding-bottom: 36px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot th {
  border-color: #C6D598 !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot ul#shipping_method li {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot ul#shipping_method li input[type=radio].shipping_method {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot ul#shipping_method li input[type=radio].shipping_method:checked {
  background-color: #E54545;
  border-color: #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment#payment {
  background-color: transparent;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment#payment ul.payment_methods {
  border-bottom-color: #c6d598;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment#payment ul.payment_methods li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment#payment ul.payment_methods li input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment#payment ul.payment_methods li input[type=radio]:checked {
  background-color: #E54545;
  border-color: #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment#payment ul.payment_methods li .payment_box {
  background-color: #eff3e2;
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment#payment ul.payment_methods li .payment_box::before {
  border-bottom-color: #eff3e2;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment#payment .place-order .woocommerce-privacy-policy-text a {
  color: #E54545;
  text-decoration: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment#payment .place-order button {
  text-decoration: none;
  background-color: #E54545;
  padding: 12px 30px;
  color: #fff;
  border-radius: 0;
  font-weight: 400;
  font-size: 18px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment#payment .place-order button:hover {
  background-color: #E54545;
}
.woocommerce-checkout .woocommerce h3 {
  padding-block: 9px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 23px;
  text-transform: uppercase;
  color: #000000;
  border-bottom: solid 1px #C6D598;
}
.woocommerce-checkout .woocommerce .form-row {
  position: relative;
  margin-bottom: 41px;
}
@media (max-width: 689px) {
  .woocommerce-checkout .woocommerce .form-row {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce .form-row label {
  position: absolute;
  top: -13px;
  left: 25px;
  z-index: 2;
  padding-inline: 5px;
  background-color: #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields__field-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper {
  padding-top: 44px;
}
.woocommerce-checkout .woocommerce input {
  height: 61px;
  border: solid 1px #707070;
  border-radius: 0;
  padding-left: 8px;
}
.woocommerce-checkout .woocommerce textarea {
  border: solid 1px #707070;
  border-radius: 0;
  padding: 8px;
  padding-top: 18px;
  min-height: 61px;
  resize: vertical;
}
.woocommerce-checkout .woocommerce .select2-container {
  height: 61px;
}
.woocommerce-checkout .woocommerce .select2-container .select2-selection {
  border: solid 1px #707070;
  border-radius: 0;
  font-size: 16px;
  height: 61px;
}
.woocommerce-checkout .woocommerce .select2-container .select2-selection span {
  height: 61px;
  display: flex;
  align-items: center;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields h3 {
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields label {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields label input[type=checkbox].input-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid black;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields label input[type=checkbox].input-checkbox:checked {
  background-color: #E54545;
  border-color: #fff;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  display: flex !important;
  margin: 1rem 0;
  float: none !important;
  justify-content: space-between;
}

.woocommerce-page table.cart td.actions .coupon #coupon_code {
  flex-basis: 60%;
}

#billing_country_field,
#shipping_country_field {
  display: none;
}

.login .woocommerce-checkout .woocommerce .form-row label.woocommerce-form-login__rememberme {
  position: inherit !important;
}
.login .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none !important;
}

.kontakt-content {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .kontakt-content {
    grid-template-columns: 4fr 8fr;
  }
}
.kontakt-content .details-wrapper h1 {
  padding-bottom: 57px;
}
.kontakt-content .details-wrapper p {
  font-size: 18px;
  line-height: 27px;
}
.kontakt-content .details-wrapper p:not(:last-child) {
  padding-bottom: 27px;
}
.kontakt-content .details-wrapper a {
  text-decoration: none;
}
.kontakt-content .details-wrapper a:hover {
  color: #C6D598;
}
.kontakt-content .map-wrapper {
  padding-top: 44px;
}
.kontakt-content .map-wrapper iframe {
  width: 100%;
  min-height: 462px;
}
@media (min-width: 1024px) {
  .kontakt-content .map-wrapper {
    padding-top: 21px;
  }
}

.faq-page .uk-accordion-title {
  padding: 10px 18px;
  background-color: #d9e3b8;
  font-weight: 600;
  color: #223423;
}
.faq-page .uk-accordion-title:hover {
  color: #223423;
}
.faq-page .uk-accordion-content {
  padding: 10px 18px;
  line-height: 20px;
}
.faq-page .uk-accordion-content * {
  line-height: 20px;
}
.faq-page .uk-accordion-content ol {
  list-style-type: decimal;
  padding-left: 40px;
}
.faq-page .uk-accordion-content ol:not(:first-child) {
  padding-top: 20px;
}
.faq-page .uk-accordion-content ol li {
  padding-bottom: 10px;
}/*# sourceMappingURL=style.css.map */