@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:wght@700&display=swap");
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;
}

body {
  font-family: "Jost", sans-serif;
  width: 100%;
  overflow-x: hidden;
}

.wide-container {
  width: 100%;
  max-width: 1626px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 1200px) {
  .wide-container {
    padding-inline: 60px;
  }
}

.narrow-container {
  width: 100%;
  max-width: 1410px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 1200px) {
  .narrow-container {
    padding-inline: 60px;
  }
}

.white-button {
  background-color: #fff;
  box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.0901960784);
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #000000;
  border-radius: 8px;
}

.highlight-color {
  color: #FF715A;
}

.product-head {
  display: flex;
  -moz-column-gap: 235px;
       column-gap: 235px;
}
.product-head .product-details .product-title {
  margin-bottom: 30px;
}
.product-head .product-details .description {
  font-size: 21px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 50px;
}
.product-head .product-details .price {
  font-size: 50px;
  font-weight: 700;
  color: #707070;
  margin-bottom: 30px;
}
.product-head .product-details .realisation-info {
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding-block: 22px;
  font-weight: 700;
}

.product-description {
  margin-top: 85px;
  margin-bottom: 85px;
}
.product-description .title {
  font-size: 33px;
  font-weight: 700;
  padding-bottom: 37px;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 37px;
}
.product-description .text {
  font-size: 21px;
  font-weight: 400;
  color: #707070;
  line-height: 35px;
}

.woocommerce-page .woocommerce-info::before {
  content: "\e016";
  color: #1e85be;
}
.woocommerce-page .woocommerce-message::before,
.woocommerce-page .woocommerce-error::before,
.woocommerce-page .woocommerce-info::before {
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-page .cart-error-page-buttons-wrapper {
  display: flex;
  gap: 20px;
}

header.desktop {
  margin-top: 48px;
  padding-bottom: 57px;
  width: 100%;
  display: none;
}
@media (min-width: 1024px) {
  header.desktop {
    display: block;
  }
}
header.desktop:not(.home header) {
  border-bottom: solid 1px #d7d7d7;
}
header.desktop .top-row {
  margin-bottom: 45px;
}
@media (min-width: 1440px) {
  header.desktop .top-row,
  header.desktop .bottom-row {
    padding-left: 108px;
  }
}
header.desktop .columns-wrapper {
  display: grid;
  grid-template-columns: 35% 30% 35%;
  align-items: center;
}
header.desktop .columns-wrapper .left-column {
  justify-self: flex-start;
  width: 100%;
}
header.desktop .columns-wrapper .middle-column {
  justify-self: center;
  width: 100%;
}
header.desktop .columns-wrapper .right-column {
  justify-self: flex-end;
}
header.desktop .logo-container img {
  width: 80%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
header.desktop .products-menu-btn {
  width: 80%;
  max-width: 344px;
  height: 66px;
  padding-inline: 15px 15px;
  background-color: #FF715A;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  cursor: pointer;
}
@media (min-width: 860px) {
  header.desktop .products-menu-btn {
    padding-inline: 38px 27px;
  }
}
header.desktop .products-menu-btn span {
  color: #fff;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
header.desktop .products-menu-btn::after {
  content: url(../assets/angle-down.svg);
}
header.desktop .header-icon-wrapper {
  display: flex;
}
header.desktop .header-icon-wrapper .header-icon-link {
  background-color: #fff;
  box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.0941176471);
  display: block;
  height: 56px;
}
header.desktop .header-icon-wrapper .header-icon-link:not(:last-child) {
  margin-right: 20px;
}
header.desktop .header-icon-wrapper .header-icon-link.my-account-link {
  width: 56px;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.desktop .header-icon-wrapper .header-icon-link.my-account-link svg {
  transition: all 150ms ease-in-out;
}
header.desktop .header-icon-wrapper .header-icon-link.my-account-link:hover svg {
  color: #FF715A;
  fill: #FF715A;
}
header.desktop .header-icon-wrapper .header-icon-link.cart-link {
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 13px;
  position: relative;
  text-decoration: none;
}
header.desktop .header-icon-wrapper .header-icon-link.cart-link .cart-count {
  position: absolute;
  top: 9px;
  left: 33px;
  min-width: 19px;
  min-height: 19px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background-color: #FF715A;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  aspect-ratio: 1/1;
}
header.desktop .header-icon-wrapper .header-icon-link.cart-link .cart-total {
  margin-left: 26px;
  font-size: 21px;
  font-weight: 700;
  padding-right: 7px;
}
header.desktop .header-icon-wrapper .header-icon-link .uk-svg {
  transition: color 200ms ease-in-out;
}
header.desktop .header-icon-wrapper .header-icon-link:hover .uk-svg {
  color: #FF715A;
}
header.desktop .navmenu-wrapper {
  display: flex;
  justify-content: center;
}
header.desktop .navmenu-wrapper ul {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
header.desktop .navmenu-wrapper ul li {
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  padding-block: 10px;
}
header.desktop .navmenu-wrapper ul li:not(:last-child) {
  padding-right: 30px;
  border-right: solid 1px #e0e0e0;
}
header.desktop .navmenu-wrapper ul li a {
  color: #707070;
  text-decoration: none;
  transition: color 200ms ease-in-out;
  white-space: nowrap;
}
header.desktop .navmenu-wrapper ul li a:hover {
  color: #FF715A;
}
header.desktop .navmenu-wrapper ul li.current-menu-item a {
  color: #000000;
}
header.desktop .phone-wrapper {
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
}
header.desktop .phone-wrapper a {
  white-space: nowrap;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
header.desktop .phone-wrapper a,
header.desktop .phone-wrapper svg {
  transition: color 250ms ease-in-out;
}
header.desktop .phone-wrapper:hover a,
header.desktop .phone-wrapper:hover svg {
  color: #FF715A;
}
header.desktop .products-menu-container {
  position: absolute;
  left: 0;
  right: 0;
  overflow-y: hidden;
  z-index: 3;
  background: #fff;
}
header.desktop .products-menu-container.close {
  height: 0;
}
header.desktop .products-menu-container .products-menu-wrapper {
  padding-left: 37px;
}
header.desktop .products-menu-container .products-menu-wrapper .category-list {
  margin-block: 90px;
  position: relative;
}
header.desktop .products-menu-container .products-menu-wrapper .category-list .category-list-item {
  margin-left: -20px;
}
header.desktop .products-menu-container .products-menu-wrapper .category-list .category-list-item a {
  width: 100%;
  display: inline-block;
  font-size: 21px;
  line-height: 47px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  padding-left: 20px;
  transition: all 200ms ease-in-out;
  border-radius: 5px;
}
header.desktop .products-menu-container .products-menu-wrapper .category-list .category-list-item a:hover {
  color: #fff;
  background-color: #FF715A;
}
header.desktop .products-menu-container .products-menu-wrapper .category-list .category-list-item .product-list {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  visibility: hidden;
}
header.desktop .search-form-wrapper {
  width: 100%;
}
header.desktop .search-form-wrapper form {
  position: relative;
}
header.desktop .search-form-wrapper input {
  width: 100%;
  height: 66px;
  padding-inline: 20px 70px;
}
header.desktop .search-form-wrapper button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}
header.desktop .search-form-wrapper button svg {
  padding: 5px;
}

header.mobile {
  display: block;
  margin-inline: 20px;
  margin-block: 33px 11px;
}
@media (min-width: 1024px) {
  header.mobile {
    display: none;
  }
}
header.mobile .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
header.mobile .top-row .logo-wrapper img {
  width: 100%;
  max-width: 45vw;
}
header.mobile .top-row .btns-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
header.mobile .top-row .btns-wrapper .mobile-header-icon {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.1607843137);
}
header.mobile .top-row .btns-wrapper .mobile-header-icon svg {
  max-width: 18px;
}
header.mobile .top-row .btns-wrapper .mobile-menu-button {
  cursor: pointer;
}
header.mobile .top-row .btns-wrapper .mobile-menu.uk-offcanvas-overlay {
  background: rgba(196, 196, 196, 0.7215686275);
}
header.mobile .top-row .btns-wrapper .mobile-menu .uk-offcanvas-bar {
  background-color: #fff;
  padding: 39px 26px;
  width: 80vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header.mobile .top-row .btns-wrapper .mobile-menu .uk-offcanvas-bar .mobile-menu-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 90px;
}
header.mobile .top-row .btns-wrapper .mobile-menu .uk-offcanvas-bar li {
  margin-bottom: 18px;
}
header.mobile .top-row .btns-wrapper .mobile-menu .uk-offcanvas-bar li a {
  color: #707070;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
header.mobile .top-row .btns-wrapper .mobile-menu .uk-offcanvas-bar li.current-menu-item a {
  color: #000;
}
header.mobile .top-row .btns-wrapper .mobile-menu .uk-offcanvas-close {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.1607843137);
  top: 30px;
  right: 21px;
}
header.mobile .top-row .btns-wrapper .mobile-menu .uk-offcanvas-close svg {
  max-width: 18px;
}
header.mobile .bottom-row {
  margin-top: 28px;
}
header.mobile .bottom-row .mobile-products-menu-btn {
  width: 100%;
  height: 44px;
  padding-inline: 14px;
  display: flex;
  align-items: center;
  -moz-column-gap: 31px;
       column-gap: 31px;
  background-color: #FF715A;
  border-radius: 5px;
  cursor: pointer;
}
header.mobile .bottom-row .mobile-products-menu-btn svg {
  fill: #fff;
}
header.mobile .bottom-row .mobile-products-menu-btn span {
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
}
header.mobile .bottom-row .uk-offcanvas-close {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.1607843137);
  top: 30px;
  right: 21px;
}
header.mobile .bottom-row .uk-offcanvas-close svg {
  max-width: 18px;
}
header.mobile .search-form-wrapper {
  width: 100%;
  padding-bottom: 11px;
}
header.mobile .search-form-wrapper form {
  position: relative;
}
header.mobile .search-form-wrapper input {
  width: 100%;
  height: 44px;
  padding-inline: 20px 70px;
}
header.mobile .search-form-wrapper button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}
header.mobile .search-form-wrapper button svg {
  padding: 5px;
}

header .category-list-item[data-category=bez-kategorii] {
  display: none;
}

footer {
  background-color: #F0F0F0;
  margin-top: 78px;
}
footer .footer-content-wrapper {
  padding-top: 110px;
  padding-bottom: 99px;
}
footer .footer-content-wrapper .top-row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 50px;
}
@media (min-width: 1024px) {
  footer .footer-content-wrapper .top-row {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  footer .footer-content-wrapper .top-row .left-column {
    width: 33%;
  }
}
footer .footer-content-wrapper .top-row .left-column .logo-container img {
  max-width: 270px;
}
footer .footer-content-wrapper .top-row .left-column .footer-info {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 21px;
       column-gap: 21px;
  padding-top: 57px;
}
footer .footer-content-wrapper .top-row .left-column .footer-info svg {
  width: 100%;
  max-width: 21px;
}
footer .footer-content-wrapper .top-row .left-column .footer-info p {
  font-weight: 700;
  font-size: 15px;
}
footer .footer-content-wrapper .top-row .left-column .footer-info p span {
  white-space: nowrap;
}
footer .footer-content-wrapper .top-row .left-column .footer-info p:not(:last-child) {
  padding-top: 4px;
  padding-bottom: 25px;
}
footer .footer-content-wrapper .top-row .left-column .sm-links-wrapper {
  padding-top: 61px;
}
footer .footer-content-wrapper .top-row .left-column .sm-links-wrapper p {
  font-size: 15px;
  color: #707070;
}
footer .footer-content-wrapper .top-row .left-column .sm-links-wrapper ul {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 11px;
       column-gap: 11px;
  padding-top: 46px;
}
footer .footer-content-wrapper .top-row .left-column .sm-links-wrapper ul li {
  width: 33px;
  height: 33px;
  background-color: #B2B2B2;
  border-radius: 50%;
  transition: transform 250ms ease-in-out;
}
footer .footer-content-wrapper .top-row .left-column .sm-links-wrapper ul li:hover {
  transform: translateY(-5px);
}
footer .footer-content-wrapper .top-row .left-column .sm-links-wrapper ul li img {
  padding: 9px;
}
footer .footer-content-wrapper .top-row .footer-sep {
  padding-inline: 57px;
  display: none;
}
@media (min-width: 1024px) {
  footer .footer-content-wrapper .top-row .footer-sep {
    display: block;
  }
}
footer .footer-content-wrapper .top-row .right-column {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 27px;
}
@media (min-width: 690px) {
  footer .footer-content-wrapper .top-row .right-column {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  footer .footer-content-wrapper .top-row .right-column {
    width: 66%;
  }
}
footer .footer-content-wrapper .top-row .footer-menu-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 46px;
}
footer .footer-content-wrapper .top-row .footer-menu li {
  margin-bottom: 23px;
  font-size: 17px;
  font-weight: 400;
}
footer .footer-content-wrapper .top-row .footer-contact-details {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
footer .footer-content-wrapper .top-row .footer-contact-details p {
  line-height: 30px;
}
footer .footer-content-wrapper .top-row .footer-contact-details a {
  color: #FF715A;
}

.hero-slider .hero-slide-item .slide-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 60%;
}
.hero-slider .hero-slide-item .slide-content-wrapper .slide-content {
  position: relative;
  display: flex;
  padding-left: 24px;
}
@media (min-width: 1024px) {
  .hero-slider .hero-slide-item .slide-content-wrapper .slide-content {
    height: 100%;
    padding-left: 0;
  }
}
.hero-slider .hero-slide-item .slide-content-wrapper .slide-content .left-side {
  margin-left: 45px;
  display: none;
}
@media (min-width: 1024px) {
  .hero-slider .hero-slide-item .slide-content-wrapper .slide-content .left-side {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 85px;
  }
}
.hero-slider .hero-slide-item .slide-content-wrapper .slide-content .h-sep {
  height: 100%;
  margin-inline: 23px;
  width: 1px;
  background-color: #a3a3a3;
  display: none;
}
@media (min-width: 1024px) {
  .hero-slider .hero-slide-item .slide-content-wrapper .slide-content .h-sep {
    margin-inline: 56px;
    display: block;
  }
}
.hero-slider .hero-slide-item .slide-content-wrapper .slide-content .right-side {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 24px;
}
.hero-slider .hero-slide-item .slide-content-wrapper .slide-content .right-side .hero-title p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #000000;
}
@media (min-width: 1024px) {
  .hero-slider .hero-slide-item .slide-content-wrapper .slide-content .right-side .hero-title p {
    font-size: 47px;
    line-height: 53px;
  }
}
@media (min-width: 1200px) {
  .hero-slider .hero-slide-item .slide-content-wrapper .slide-content .right-side .hero-title p {
    font-size: 69px;
    line-height: 75px;
  }
}
@media (min-width: 1440px) {
  .hero-slider .hero-slide-item .slide-content-wrapper .slide-content .right-side .hero-title p {
    font-size: 80px;
    line-height: 88px;
  }
}
.hero-slider .hero-slide-item .slide-content-wrapper .slide-content .right-side .white-button {
  margin-top: 28px;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .hero-slider .hero-slide-item .slide-content-wrapper .slide-content .right-side {
    margin-top: 0;
    margin-bottom: -103px;
  }
  .hero-slider .hero-slide-item .slide-content-wrapper .slide-content .right-side .white-button {
    height: 62px;
    margin-top: 41px;
    max-width: 240px;
    font-size: 14px;
    border-radius: 8px;
  }
}
.hero-slider .uk-slidenav {
  display: none;
}
@media (min-width: 1024px) {
  .hero-slider .uk-slidenav {
    display: block;
  }
}

.home-grid-boxes-wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
.home-grid-boxes-wrapper .big-left-box {
  width: 100%;
  height: 100%;
  background-color: #ededef;
  padding-top: 19px;
  padding-left: 17px;
  aspect-ratio: 1/1;
}
.home-grid-boxes-wrapper .big-bottom-box {
  width: 100%;
  height: 100%;
  background-color: #ededef;
  padding-top: 19px;
  padding-left: 17px;
  aspect-ratio: 1/1;
}
.home-grid-boxes-wrapper .small-top-box {
  width: 100%;
  height: 100%;
  background-color: #ededef;
  padding-top: 19px;
  padding-left: 17px;
  aspect-ratio: 1/1;
}
.home-grid-boxes-wrapper .red-top-box {
  width: 100%;
  height: 100%;
  background-color: #FF715A;
  display: flex;
  flex-direction: column;
  padding-top: 19px;
  padding-left: 17px;
  aspect-ratio: 1/1;
}
.home-grid-boxes-wrapper .white-button {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  height: 41px;
  padding-inline: 19px;
  margin-top: 27px;
}
@media (min-width: 1024px) {
  .home-grid-boxes-wrapper .white-button {
    height: 62px;
    padding-inline: 49px;
    margin-top: 0;
  }
}
.home-grid-boxes-wrapper .box-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #464646;
}
@media (min-width: 1024px) {
  .home-grid-boxes-wrapper .box-title {
    font-size: 51px;
    line-height: 52px;
  }
}
.home-grid-boxes-wrapper .box-subtitle {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 75px;
  color: #707070;
  display: none;
}
@media (min-width: 1024px) {
  .home-grid-boxes-wrapper .box-subtitle {
    display: block;
  }
}
.home-grid-boxes-wrapper .red-box-title {
  font-family: "Playfair Display", serif;
  font-size: 56px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 1024px) {
  .home-grid-boxes-wrapper .red-box-title {
    font-size: 104px;
    line-height: 106px;
  }
}
.home-grid-boxes-wrapper .red-box-subtitle {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  margin-top: 13px;
}
@media (min-width: 1024px) {
  .home-grid-boxes-wrapper .red-box-subtitle {
    font-size: 26px;
    line-height: 27px;
    margin-top: 25px;
  }
}
@media (min-width: 1024px) {
  .home-grid-boxes-wrapper {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
    min-height: 930px;
  }
  .home-grid-boxes-wrapper .big-left-box {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 3;
    padding-top: 45px;
    padding-left: 78px;
    aspect-ratio: unset;
  }
  .home-grid-boxes-wrapper .big-bottom-box {
    grid-column-start: 6;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 3;
    padding-top: 45px;
    padding-left: 51px;
    aspect-ratio: unset;
  }
  .home-grid-boxes-wrapper .small-top-box {
    grid-column-start: 6;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-top: 45px;
    padding-left: 51px;
    aspect-ratio: unset;
  }
  .home-grid-boxes-wrapper .red-top-box {
    grid-column-start: 10;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-bottom: 40px;
    padding-left: 51px;
    aspect-ratio: unset;
    justify-content: flex-end;
  }
}

.home-carousel {
  margin-top: 114px;
  width: 100%;
}
.home-carousel ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}
@media (min-width: 690px) {
  .home-carousel ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .home-carousel ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.home-carousel ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.home-carousel ul li a h3 {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  margin-block: 0.5em;
}
.home-carousel ul li a img {
  width: 100%;
}
.home-carousel ul li a .product-price {
  font-size: 17px;
  font-weight: 700;
  color: #707070;
  margin-bottom: 0.5em;
}
.home-carousel ul li a .price-info {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}

.home h2 {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 91px;
}

.archive main {
  width: 100%;
  max-width: 1410px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 1200px) {
  .archive main {
    padding-inline: 60px;
  }
}

.filter-item label {
  position: relative;
}
.filter-item label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  cursor: pointer;
}
.filter-item label[data-color=black]::before {
  background-color: #000;
}
.filter-item label[data-color=white]::before {
  background-color: #fff;
  border: solid 1px #707070;
}
.filter-item label[data-color=cream]::before {
  background-color: #f2dcc4;
}
.filter-item label[data-color=red]::before {
  background-color: #a40016;
}
.filter-item label[data-color=green]::before {
  background-color: #77d436;
}
.filter-item label[data-color=yellow]::before {
  background-color: #dbcd05;
}
.filter-item label[data-color=orange]::before {
  background-color: #f59504;
}
.filter-item label[data-color=purple]::before {
  background-color: #8907a8;
}
.filter-item label[data-color=pink]::before {
  background-color: #ff52d7;
}
.filter-item label[data-color=bordowy]::before {
  background-color: #5f0825;
}
.filter-item label[data-color=brazowy]::before {
  background-color: #4a230f;
}
.filter-item label[data-color=brzoskwinia]::before {
  background-color: #ffcba5;
}
.filter-item label[data-color=fuksja]::before {
  background-color: #cc0fa3;
}
.filter-item label[data-color=niebieski]::before {
  background-color: #0b4fae;
}
.filter-item label[data-color=wanilia]::before {
  background-color: #e9da79;
}
.filter-item label[data-color=szary]::before {
  background-color: #4f4f4f;
}
.filter-item label[data-color=zloty]::before {
  background-color: #af8931;
}
.filter-item label[data-color=srebrny]::before {
  background-color: #b4b4b4;
}
.filter-item label[data-color=mix]::before {
  background: linear-gradient(45deg, rgb(255, 0, 0) 0%, rgb(253, 255, 0) 17%, rgb(54, 248, 39) 33%, rgb(39, 238, 236) 50%, rgb(28, 36, 241) 67%, rgb(248, 14, 243) 83%, rgb(255, 0, 0) 100%);
}

li.product * {
  text-align: center;
}
li.product a.button {
  display: none !important;
}
li.product .price {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #707070 !important;
}
li.product .price * {
  color: #707070 !important;
}
li.product .price-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}
li.product h2 {
  font-size: 19px !important;
  font-weight: 700 !important;
}

.woocommerce-breadcrumb {
  margin: 0 !important;
  padding-block: 18px !important;
  border-bottom: solid 1px #d7d7d7;
}

.woocommerce-products-header,
.woocommerce-result-count {
  display: none !important;
}

.archive-shop-content {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .archive-shop-content {
    grid-template-columns: 1fr 3fr;
  }
}
.archive-shop-content .sidebar {
  padding-right: 76px;
  padding-top: 55px;
  order: 2;
}
@media (min-width: 1024px) {
  .archive-shop-content .sidebar {
    order: 1;
    border-right: solid 1px #d7d7d7;
  }
}
.archive-shop-content .sidebar .yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 57px;
}
.archive-shop-content .sidebar .yith-wcan-filters .yith-wcan-filter .filter-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 39px;
  color: #000;
}
.archive-shop-content .sidebar .yith-wcan-filters .yith-wcan-filter .filter-checkbox li {
  margin-bottom: 24px;
}
.archive-shop-content .sidebar .yith-wcan-filters .yith-wcan-filter .filter-checkbox li label {
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.archive-shop-content .sidebar .yith-wcan-filters .yith-wcan-filter .filter-checkbox li label a {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  transition: color 150ms ease-in-out;
}
.archive-shop-content .sidebar .yith-wcan-filters .yith-wcan-filter .filter-checkbox li label a:hover {
  color: #FF715A;
}
.archive-shop-content .sidebar .yith-wcan-filters .yith-wcan-filter .filter-checkbox li label input[type=checkbox] {
  width: 22px;
  height: 22px;
}
.archive-shop-content .sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active label a {
  color: #FF715A;
}
.archive-shop-content .products {
  padding-top: 43px;
  order: 1;
}
@media (min-width: 1024px) {
  .archive-shop-content .products {
    padding-left: 48px;
    order: 2;
  }
}
.archive-shop-content .products h1 {
  font-size: 33px;
  font-weight: 600;
  line-height: 47px;
  margin-bottom: 23px;
}

.woocommerce-ordering {
  float: left !important;
  display: flex;
  -moz-column-gap: 21px;
       column-gap: 21px;
}
.woocommerce-ordering .orderby-form-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}
.woocommerce-ordering select {
  padding-inline: 13px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}

.onsale {
  padding: 1px 12px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  background-color: #FF715A !important;
  border-radius: 4px !important;
  min-width: unset !important;
  min-height: 23px !important;
  line-height: 14px !important;
  display: flex;
  align-items: center;
  top: 20px !important;
}

.single-product main {
  width: 100%;
  max-width: 1410px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 1200px) {
  .single-product main {
    padding-inline: 60px;
  }
}
.single-product .filter,
.single-product .related.products {
  display: none !important;
}
@media (min-width: 860px) {
  .single-product .product .images {
    width: 35% !important;
  }
}
.single-product .product .summary {
  padding-top: 56px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 860px) {
  .single-product .product .summary {
    width: 50% !important;
  }
}
.single-product .product .summary h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
}
.single-product .product .summary .saled-product-price-wrapper {
  margin-top: 30px;
}
.single-product .product .summary .saled-product-price-wrapper .regular-price {
  font-size: 27px;
  font-weight: 400;
  line-height: 50px;
  color: #707070;
  text-decoration: line-through;
}
.single-product .product .summary .saled-product-price-wrapper .sale-price {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  color: #707070;
}
.single-product .product .summary .saled-product-price-wrapper .sale-price span {
  color: #707070;
}
.single-product .product .summary .saled-product-price-wrapper .sale-price .price-info {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  white-space: nowrap;
}
.single-product .product .summary .regular-price-wrapper {
  margin-top: 30px;
}
.single-product .product .summary .regular-price-wrapper .regular-price {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  color: #707070;
}
.single-product .product .summary .regular-price-wrapper .regular-price span {
  color: #707070;
}
.single-product .product .summary .regular-price-wrapper .regular-price .price-info {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  white-space: nowrap;
}
.single-product .product .summary .woocommerce-product-details__short-description {
  margin-top: 50px;
}
.single-product .product .summary .woocommerce-product-details__short-description p {
  font-size: 21px;
  font-weight: 400;
  line-height: 35px;
  color: #707070;
}
.single-product .product .summary .variations_form {
  margin-top: 10px;
}
.single-product .product .summary .variations_form .variations {
  margin-bottom: 27px;
}
.single-product .product .summary .variations_form .variations tr {
  display: flex;
  flex-direction: column;
  padding-bottom: 27px;
  padding-top: 27px;
  border-bottom: solid 1px #cccccc;
}
.single-product .product .summary .variations_form .variations tr label {
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  color: #b2b2b2;
  text-transform: uppercase;
}
.single-product .product .summary .variations_form .variations tr .select_option:hover,
.single-product .product .summary .variations_form .variations tr .select_option.selected {
  border-color: #707070;
}
.single-product .product .summary .variations_form .variations tr select {
  padding-inline: 13px;
  padding-block: 8px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.single-product .product .summary .variations_form .variations .select_box.select_box_label {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
@media (min-width: 1024px) {
  .single-product .product .summary .variations_form .variations .select_box.select_box_label {
    grid-template-columns: repeat(3, 1fr);
  }
}
.single-product .product .summary .variations_form .variations .select_box.select_box_label .select_option {
  cursor: pointer;
}
.single-product .product .summary .variations_form .variations .select_box.select_box_label .select_option.selected {
  border-color: #FF715A !important;
  border: solid 3px;
}
.single-product .product .summary .variations_form .variations .select_box.select_box_label span {
  width: auto;
  height: auto;
}
.single-product .product .summary .variations_form .variations .select_box.select_box_colorpicker {
  display: flex;
  align-items: center;
}
.single-product .product .summary .variations_form .variations .select_box.select_box_colorpicker .select_option_colorpicker {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.single-product .product .summary .variations_form .variations .select_box.select_box_colorpicker .select_option_colorpicker span {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.single-product .product .summary .variations_form .variations .select_box.select_box_colorpicker .select_option_colorpicker.selected {
  border-color: #FF715A !important;
  border: solid 3px;
  width: 28px;
  height: 28px;
}
.single-product .product .summary .variations_form .woocommerce-variation-price {
  margin-bottom: 27px;
}
.single-product .product .summary .reset_variations,
.single-product .product .summary .product_meta {
  display: none !important;
}
.single-product .product .summary .qib-button-wrapper {
  border: solid 1px #e0e0e0;
  border-radius: 5px;
  margin: 0;
  margin-right: 36px;
  float: left;
}
@media (max-width: 973px) {
  .single-product .product .summary .qib-button-wrapper {
    margin-bottom: 20px;
  }
}
.single-product .product .summary .qib-button-wrapper button {
  color: #fff;
  padding: 0;
  font-size: 40px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.single-product .product .summary .qib-button-wrapper button.plus {
  height: 88px;
  border-radius: 5px;
  background-color: #636363 !important;
  border-color: #636363 !important;
}
.single-product .product .summary .qib-button-wrapper button.minus {
  height: 88px;
  border-radius: 5px;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.single-product .product .summary .qib-button-wrapper .quantity {
  height: 100%;
}
.single-product .product .summary .qib-button-wrapper .quantity input {
  height: 60px !important;
  padding: 13px !important;
  border: none !important;
  max-width: 45px !important;
}
.single-product .product .summary .realisation-info {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
  padding-block: 22px;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  margin-top: 26px;
}
.single-product .product .summary .realisation-info p {
  font-size: 16px;
  font-weight: 600;
  line-height: 13px;
}
.single-product .product .summary button[type=submit] {
  height: 88px;
  border-radius: 0;
  padding-inline: 51px;
  background-color: #FF715A !important;
  text-transform: uppercase;
}
.single-product .product .woocommerce-tabs ul.tabs.wc-tabs {
  display: none !important;
}
.single-product .product .woocommerce-tabs .product-description-heading {
  font-size: 33px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  padding-bottom: 37px;
  border-bottom: solid 1px #b2b2b2;
  margin-bottom: 37px;
}
.single-product .product .woocommerce-tabs p {
  font-size: 21px;
  font-weight: 400;
  line-height: 35px;
  color: #707070;
}
.single-product .product .woocommerce-tabs p:not(:last-child) {
  margin-bottom: 37px;
}

.other-colors {
  margin-top: 6em;
}
.other-colors .product-description-heading {
  font-size: 33px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  padding-bottom: 37px;
  border-bottom: solid 1px #b2b2b2;
  margin-bottom: 37px;
}
.other-colors ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}
@media (min-width: 690px) {
  .other-colors ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .other-colors ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
.other-colors ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.other-colors ul li a h3 {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  margin-block: 0.5em;
}
.other-colors ul li a img {
  width: 100%;
}
.other-colors ul li a .product-price {
  font-size: 17px;
  font-weight: 700;
  color: #707070;
  margin-bottom: 0.5em;
}
.other-colors ul li a .price-info {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}

.woocommerce-cart main {
  margin-top: 78px;
}
.woocommerce-cart .product-name a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: color 150ms ease-in-out;
}
.woocommerce-cart .product-name a:hover {
  color: #FF715A;
}
.woocommerce-cart .product-name dl,
.woocommerce-cart .product-name dt,
.woocommerce-cart .product-name dd {
  display: flex;
  align-items: center;
}
.woocommerce-cart .product-quantity {
  display: flex !important;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 768px) {
  .woocommerce-cart .product-quantity {
    display: table-cell !important;
  }
}
.woocommerce-cart .qib-button-wrapper {
  border: solid 1px #e0e0e0;
  border-radius: 5px;
  margin: 0;
}
.woocommerce-cart .qib-button-wrapper .quantity input.input-text.qty.text {
  height: auto;
  border: none;
}
.woocommerce-cart button {
  color: #fff;
  padding: 0;
  font-size: 40px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.woocommerce-cart button.plus {
  height: 88px;
  border-radius: 5px;
  background-color: #636363 !important;
  border-color: #636363 !important;
}
.woocommerce-cart button.minus {
  height: 88px;
  border-radius: 5px;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.woocommerce-cart .coupon input {
  min-width: 160px;
}
.woocommerce-cart .cart-totals-heading {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-block: 20px;
}
.woocommerce-cart .wc-proceed-to-checkout a {
  background-color: #FF715A !important;
  border-radius: 5px !important;
}
.woocommerce-cart .cart-count,
.woocommerce-cart .cart-total {
  display: none !important;
}

.woocommerce-checkout main {
  margin-top: 78px;
}
.woocommerce-checkout h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-block: 20px;
}
.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout textarea {
  padding-inline: 13px;
  padding-block: 5px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  border: solid 1px #707070;
  border-radius: 0;
}
.woocommerce-checkout textarea {
  resize: vertical;
}
.woocommerce-checkout label {
  font-weight: 500;
}
.woocommerce-checkout .product-name p.name {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: color 150ms ease-in-out;
  color: #000;
}
.woocommerce-checkout .product-name dl,
.woocommerce-checkout .product-name dt,
.woocommerce-checkout .product-name dd {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .place-order,
.woocommerce-checkout #order_review .form-row {
  display: flex;
  flex-direction: column;
  row-gap: 27px;
}
.woocommerce-checkout .place-order button[type=submit],
.woocommerce-checkout #order_review .form-row button[type=submit] {
  background-color: #FF715A !important;
  border-radius: 5px !important;
  padding: 1em;
  font-size: 1.25em;
}
.woocommerce-checkout .cart-error {
  padding-bottom: 10px;
}
.woocommerce-checkout .cart-count, .woocommerce-checkout .cart-total {
  display: none !important;
}

.woocommerce-account main {
  margin-top: 78px;
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    border-right: solid 1px #d7d7d7;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 17px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: color 150ms ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #FF715A;
}
.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 17px;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  transition: color 150ms ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-content p a:hover {
  color: #FF715A;
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-block: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content input[type=text],
.woocommerce-account .woocommerce-MyAccount-content input[type=email],
.woocommerce-account .woocommerce-MyAccount-content input[type=tel],
.woocommerce-account .woocommerce-MyAccount-content textarea {
  padding-inline: 13px;
  padding-block: 5px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  border: solid 1px #707070;
  border-radius: 0;
}
.woocommerce-account .woocommerce-MyAccount-content textarea {
  resize: vertical;
}
.woocommerce-account .woocommerce-MyAccount-content label {
  font-weight: 500;
}

main.basic-page {
  margin-top: 78px;
}
main.basic-page h1 {
  font-size: 45px;
  color: #000;
  margin-bottom: 37px;
  font-weight: 700;
}
main.basic-page p,
main.basic-page a {
  font-size: 21px;
  font-weight: 400;
  line-height: 35px;
  color: #707070;
}
main.basic-page p:not(:last-child),
main.basic-page a:not(:last-child) {
  margin-bottom: 37px;
}
main.basic-page ul {
  list-style-type: circle;
  margin-left: 47px;
  margin-bottom: 37px;
}
main.basic-page ul li {
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 17px;
  color: #707070;
}
main.basic-page strong, main.basic-page em {
  color: #707070;
}
main.basic-page blockquote {
  margin-left: 37px;
  margin-bottom: 37px;
  border-color: #FF715A;
}
main.basic-page img {
  border: none !important;
}

main.contact-page {
  margin-top: 78px;
  display: grid;
}
@media (min-width: 1024px) {
  main.contact-page {
    grid-template-columns: 1fr 2fr;
  }
}
main.contact-page h1 {
  font-size: 45px;
  color: #000;
  margin-bottom: 37px;
  font-weight: 700;
}
main.contact-page p,
main.contact-page a {
  font-size: 21px;
  font-weight: 400;
  line-height: 35px;
  color: #707070;
}
main.contact-page p:not(:last-child),
main.contact-page a:not(:last-child) {
  margin-bottom: 37px;
}
main.contact-page a {
  transition: color 150ms ease-in-out;
  text-decoration: none;
}
main.contact-page a:hover {
  color: #FF715A;
}
main.contact-page strong,
main.contact-page em {
  color: #707070;
}
main.contact-page .map-wrapper {
  margin-top: 37px;
  height: 100%;
  min-height: 90vh;
}
@media (min-width: 1024px) {
  main.contact-page .map-wrapper {
    margin-top: 0;
  }
}
main.contact-page .map-wrapper iframe {
  width: 100%;
  height: 100%;
}

.flo-submenus .flo-products-nested {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  grid-auto-flow: column;
  grid-template-rows: repeat(14, 1fr);
  width: calc(75vw - 110px);
  padding-inline: 80px 30px;
}
@media (min-width: 1440px) {
  .flo-submenus .flo-products-nested {
    padding-inline: 120px 40px;
    width: calc(70vw - 160px);
  }
}
@media (min-width: 2000px) {
  .flo-submenus .flo-products-nested {
    width: 50vw;
  }
}
.flo-submenus .flo-products-nested li {
  z-index: 2;
}
.flo-submenus .flo-products-nested li a {
  text-decoration: none;
  padding-block: 5px;
  padding-inline: 10px;
  border-radius: 5px;
  white-space: nowrap;
}
.flo-submenus .flo-products-nested li a:hover {
  background-color: #FF715A;
  color: #fff;
}
.flo-submenus .bg-title {
  font-size: 109px;
  font-weight: 600;
  color: #f4f4f4;
  position: absolute;
  top: 41px;
  left: 82px;
  line-height: 143px;
  z-index: 1;
  pointer-events: none;
  max-width: 74%;
}

.mobile-product-menu.uk-offcanvas-overlay {
  background: rgba(196, 196, 196, 0.7215686275);
}
.mobile-product-menu .uk-offcanvas-bar {
  background-color: #fff;
  padding-block: 39px;
  padding-inline: 26px 34px;
  width: 80vw;
}
.mobile-product-menu .uk-offcanvas-bar .mobile-menu-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 38px;
}
.mobile-product-menu .uk-offcanvas-bar .main-categories-list .main-category-item {
  padding-block: 15px;
  border-top: solid 1px #e0e0e0;
  position: relative;
}
.mobile-product-menu .uk-offcanvas-bar .main-categories-list .main-category-item a {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.mobile-product-menu .uk-offcanvas-bar .main-categories-list .main-category-item .dropdown-button {
  position: absolute;
  top: 0;
  right: -15px;
  cursor: pointer;
  transition: transform 150ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
}
.mobile-product-menu .uk-offcanvas-bar .main-categories-list .main-category-item .dropdown-button.rotate {
  transform: rotate(180deg);
}
.mobile-product-menu .uk-offcanvas-bar .main-categories-list .main-category-item .child-categories-list {
  height: 0;
  visibility: hidden;
}
.mobile-product-menu .uk-offcanvas-bar .main-categories-list .main-category-item .child-categories-list li a {
  width: calc(100% - 16px);
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  padding-inline: 8px;
  padding-block: 7px;
  display: inline-block;
}
.mobile-product-menu .uk-offcanvas-bar .main-categories-list .main-category-item .child-categories-list li:hover a {
  color: #fff;
  background-color: #FF715A;
  border-radius: 5px;
}
.mobile-product-menu .uk-offcanvas-bar .main-categories-list .main-category-item .child-categories-list.active {
  margin-top: 15px;
  background-color: #ececec;
  padding: 26px 10px;
  height: auto;
  visibility: visible;
}
.mobile-product-menu .uk-offcanvas-bar .main-categories-list li#bez-kategorii {
  display: none;
}
.mobile-product-menu ::-webkit-scrollbar {
  width: 8px;
}
.mobile-product-menu ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.mobile-product-menu ::-webkit-scrollbar-thumb {
  background: #e0e0e0;
}
.mobile-product-menu ::-webkit-scrollbar-thumb:hover {
  background: #FF715A;
}

svg.uk-svg {
  fill: inherit;
}/*# sourceMappingURL=style.css.map */