@charset "UTF-8";
.site-header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.site-header .menu-sideup {
  width: 100%;
  margin: 0 auto;
  background-color: white;
  display: flex;
  flex-direction: row;
  gap: 2em;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0.5em 6vw 0.5em 6vw;
  max-width: 1920px;
}
.site-header .menu-sideup .contact-info {
  display: flex;
  flex-direction: row;
  gap: 1.5em;
  align-items: center;
}
.site-header .menu-sideup .contact-info .email,
.site-header .menu-sideup .contact-info .phone {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  align-items: center;
}
.site-header .menu-sideup .contact-info .email img {
  height: 18px;
  width: auto;
}
.site-header .menu-sideup .contact-info .phone img {
  height: 24px;
  width: auto;
}
.site-header .menu-sideup .contact-info .email a,
.site-header .menu-sideup .contact-info .phone a {
  color: #252525;
  text-decoration: none;
}
.site-header .menu-sideup .header-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5em;
}
.site-header .menu-sideup .header-meta .b2b-account {
  border: 1px solid #ed6c18;
  padding: 5px 15px;
}
.site-header .menu-sideup .header-meta .b2b-account a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.site-header .menu-sideup .header-meta .b2b-account a span {
  font-weight: 700;
}
.site-header .menu-sideup .header-meta .language-switcher {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5em;
}
.site-header .menu-sideup .header-meta .language-switcher a {
  line-height: 0;
}
.site-header .menu-sideup .header-meta .language-switcher a img {
  height: 20px;
  width: auto;
}
@media (max-width: 900px) {
  .site-header .menu-sideup {
    display: none;
  }
}
.site-header .menu-up {
  width: 100%;
  margin: 0 auto;
  background-color: white;
}
.site-header .menu-up.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  width: 100%;
}
.site-header .menu-up .menu-up-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0.5em 6vw 0.5em 6vw;
}
.site-header .menu-up .header-container img {
  height: 45px;
  width: auto;
}
.site-header .menu-up .header-search .dgwt-wcas-search-wrapp {
  max-width: 600px;
}
.site-header .menu-up .header-search .dgwt-wcas-search-wrapp {
  min-width: 380px;
}
@media (min-width: 1400px) {
  .site-header .menu-up .header-search .dgwt-wcas-search-wrapp {
    min-width: 530px;
  }
}
.site-header .menu-up .header-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 9px 20px 9px 20px;
  line-height: 24px;
  font-size: 1em;
  border: 1px solid #bebebe;
  border-radius: 0px;
  height: auto;
  font-family: "Open Sans", sans-serif;
  background-color: white;
}
.site-header .menu-up .header-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: auto;
  right: 23px;
  top: 16px;
}
.site-header .menu-up .header-actions {
  display: flex;
  flex-direction: row;
  gap: 2em;
  align-items: center;
}
.site-header .menu-up .header-actions .wishlist,
.site-header .menu-up .header-actions .compare {
  position: relative;
}
.site-header .menu-up .header-actions .wishlist .wishlist-icon-wrapper,
.site-header .menu-up .header-actions .wishlist .compare-icon-wrapper,
.site-header .menu-up .header-actions .compare .wishlist-icon-wrapper,
.site-header .menu-up .header-actions .compare .compare-icon-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.site-header .menu-up .header-actions .wishlist .wishlist-icon-wrapper .wishlist-count,
.site-header .menu-up .header-actions .wishlist .compare-icon-wrapper .wishlist-count,
.site-header .menu-up .header-actions .compare .wishlist-icon-wrapper .wishlist-count,
.site-header .menu-up .header-actions .compare .compare-icon-wrapper .wishlist-count {
  position: absolute;
  top: -8px;
  right: 8px;
  background-color: #ed6c18;
  color: white;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  width: 16px;
  padding-top: 2.1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .menu-up .header-actions .wishlist .wishlist-icon-wrapper .compare-count,
.site-header .menu-up .header-actions .wishlist .compare-icon-wrapper .compare-count,
.site-header .menu-up .header-actions .compare .wishlist-icon-wrapper .compare-count,
.site-header .menu-up .header-actions .compare .compare-icon-wrapper .compare-count {
  position: absolute;
  top: -8px;
  right: 27px;
  background-color: #ed6c18;
  color: white;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  width: 16px;
  padding-top: 2.1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .menu-up .header-actions .user-account a,
.site-header .menu-up .header-actions .compare a,
.site-header .menu-up .header-actions .wishlist a {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
.site-header .menu-up .header-actions .user-account a img,
.site-header .menu-up .header-actions .compare a img,
.site-header .menu-up .header-actions .wishlist a img {
  height: 20px;
  width: auto;
}
.site-header .menu-up .header-actions .user-account a span,
.site-header .menu-up .header-actions .compare a span,
.site-header .menu-up .header-actions .wishlist a span {
  font-size: 0.8em;
}
.site-header .menu-up .header-actions .cart-link {
  background-color: #ed6c18;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.site-header .menu-up .header-actions .cart-link span {
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 700;
}
.site-header hr {
  width: 100%;
}
.site-header .main-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 1em 6vw 0em 6vw;
  background-color: black;
  /* Obrazy w tle dla submenu "Styl" */
  /* Konkretne obrazy dla każdego elementu submenu */
  /* Responsywne dostosowanie */
}
.site-header .main-navigation .main-menu {
  width: 100%;
}
.site-header .main-navigation .main-menu ul {
  display: flex;
  flex-direction: row;
  gap: 1.5em;
}
.site-header .main-navigation .main-menu ul > li:last-child {
  margin-left: auto;
}
.site-header .main-navigation .main-menu ul li {
  position: relative;
  padding-bottom: 20px;
  color: white;
}
.site-header .main-navigation .main-menu ul li.menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-header .main-navigation .main-menu ul li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("../../images/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.site-header .main-navigation .main-menu ul li:hover ul.sub-menu {
  display: block;
}
.site-header .main-navigation .main-menu ul li#menu-item-309:hover ul.sub-menu, .site-header .main-navigation .main-menu ul li#menu-item-573:hover ul.sub-menu, .site-header .main-navigation .main-menu ul li#menu-item-47011:hover ul.sub-menu, .site-header .main-navigation .main-menu ul li#menu-item-47025:hover ul.sub-menu {
  display: flex !important;
}
.site-header .main-navigation .main-menu ul li a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}
.site-header .main-navigation .main-menu ul li ul.sub-menu {
  display: none;
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  background-color: black;
  min-width: 450px;
  z-index: 1000;
  flex-direction: column;
  gap: 0;
  padding: 20px 0;
}
.site-header .main-navigation .main-menu ul li ul.sub-menu li {
  width: 100%;
  padding: 0;
}
.site-header .main-navigation .main-menu ul li ul.sub-menu li a {
  color: white;
  padding: 8px 30px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  width: 100%;
}
.site-header .main-navigation .main-menu ul li ul.sub-menu li a:hover {
  color: #ed6c18;
}
.site-header .main-navigation .main-menu ul li ul.sub-menu li.current-menu-item a {
  color: #ed6c18;
}
.site-header .main-navigation .main-menu ul li:nth-child(4) a {
  color: rgba(255, 199, 45, 0.795);
}
.site-header .main-navigation .main-menu ul li:nth-child(7) a {
  color: #ed6c18;
}
.site-header .main-navigation #menu-item-309 ul.sub-menu,
.site-header .main-navigation #menu-item-573 ul.sub-menu,
.site-header .main-navigation #menu-item-47011 ul.sub-menu,
.site-header .main-navigation #menu-item-47025 ul.sub-menu {
  background-color: black;
  flex-direction: row !important;
  gap: 1em;
  padding: 1.5em;
  width: 90vw !important;
  min-width: auto !important;
  max-width: 1625px !important;
  position: fixed !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: auto !important;
  z-index: 9999;
}
.site-header .main-navigation #menu-item-309 ul.sub-menu li,
.site-header .main-navigation #menu-item-573 ul.sub-menu li,
.site-header .main-navigation #menu-item-47011 ul.sub-menu li,
.site-header .main-navigation #menu-item-47025 ul.sub-menu li {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: auto;
  max-width: none;
  /* Dodaj overlay dla lepszej czytelności tekstu */
}
.site-header .main-navigation #menu-item-309 ul.sub-menu li::before,
.site-header .main-navigation #menu-item-573 ul.sub-menu li::before,
.site-header .main-navigation #menu-item-47011 ul.sub-menu li::before,
.site-header .main-navigation #menu-item-47025 ul.sub-menu li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: all 0.3s ease;
}
.site-header .main-navigation #menu-item-309 ul.sub-menu li:hover::before,
.site-header .main-navigation #menu-item-573 ul.sub-menu li:hover::before,
.site-header .main-navigation #menu-item-47011 ul.sub-menu li:hover::before,
.site-header .main-navigation #menu-item-47025 ul.sub-menu li:hover::before {
  background: rgba(0, 0, 0, 0.6);
}
.site-header .main-navigation #menu-item-309 ul.sub-menu li a,
.site-header .main-navigation #menu-item-573 ul.sub-menu li a,
.site-header .main-navigation #menu-item-47011 ul.sub-menu li a,
.site-header .main-navigation #menu-item-47025 ul.sub-menu li a {
  position: relative;
  z-index: 2;
  color: white !important;
  font-weight: bold;
  text-align: center;
  padding: 1em 0.5em;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}
.site-header .main-navigation #menu-item-316,
.site-header .main-navigation #menu-item-574,
.site-header .main-navigation #menu-item-47012,
.site-header .main-navigation #menu-item-47026 {
  /* Boho */
  background-image: url("../../images/boho.png");
}
.site-header .main-navigation #menu-item-317,
.site-header .main-navigation #menu-item-575,
.site-header .main-navigation #menu-item-47013,
.site-header .main-navigation #menu-item-47027 {
  /* Classic */
  background-image: url("../../images/classic.png");
}
.site-header .main-navigation #menu-item-318,
.site-header .main-navigation #menu-item-576,
.site-header .main-navigation #menu-item-47014,
.site-header .main-navigation #menu-item-47028 {
  /* Industrial */
  background-image: url("../../images/industrial.png");
}
.site-header .main-navigation #menu-item-319,
.site-header .main-navigation #menu-item-577,
.site-header .main-navigation #menu-item-47015,
.site-header .main-navigation #menu-item-47029 {
  /* Loft */
  background-image: url("../../images/loft.png");
}
.site-header .main-navigation #menu-item-320,
.site-header .main-navigation #menu-item-578,
.site-header .main-navigation #menu-item-47016,
.site-header .main-navigation #menu-item-47030 {
  /* Royal */
  background-image: url("../../images/royal.png");
}
.site-header .main-navigation #menu-item-321,
.site-header .main-navigation #menu-item-579,
.site-header .main-navigation #menu-item-47017,
.site-header .main-navigation #menu-item-47031 {
  /* Vintage */
  background-image: url("../../images/vintage.png");
}
@media (max-width: 1300px) {
  .site-header .main-navigation #menu-item-309 ul.sub-menu,
  .site-header .main-navigation #menu-item-573 ul.sub-menu,
  .site-header .main-navigation #menu-item-47011 ul.sub-menu,
  .site-header .main-navigation #menu-item-47025 ul.sub-menu {
    max-width: 95vw;
  }
  .site-header .main-navigation #menu-item-309 ul.sub-menu li,
  .site-header .main-navigation #menu-item-573 ul.sub-menu li,
  .site-header .main-navigation #menu-item-47011 ul.sub-menu li,
  .site-header .main-navigation #menu-item-47025 ul.sub-menu li {
    min-height: 120px;
    min-width: 100px;
    max-width: 150px;
  }
  .site-header .main-navigation #menu-item-309 ul.sub-menu li a,
  .site-header .main-navigation #menu-item-573 ul.sub-menu li a,
  .site-header .main-navigation #menu-item-47011 ul.sub-menu li a,
  .site-header .main-navigation #menu-item-47025 ul.sub-menu li a {
    padding: 12px 8px;
    font-size: 14px;
  }
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 1.6em 6vw 0em 6vw;
}
.breadcrumbs .aioseo-breadcrumbs .aioseo-breadcrumb a {
  color: #252525;
  text-decoration: none;
}
.breadcrumbs .aioseo-breadcrumbs .aioseo-breadcrumb:last-of-type {
  font-weight: 600 !important;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 27px;
  height: 18px;
  position: relative;
  z-index: 10001;
  cursor: pointer;
}
.mobile-menu-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #252525;
  transition: all 0.3s ease;
}
.mobile-menu-toggle.active span:first-child {
  transform: translateY(8px) rotate(45deg);
}
.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active span:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-menu-container {
  position: fixed;
  top: 0;
  right: -100%;
  width: 90%;
  max-width: 400px;
  height: 100vh;
  background-color: white;
  z-index: 10000;
  overflow-y: auto;
  padding: 80px 30px 30px;
  transition: right 0.3s ease;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}
.mobile-menu-container.active {
  right: 0;
}
.mobile-menu-container .mobile-menu-inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 100%;
}
.mobile-menu-container .mobile-menu-inner .mobile-logo {
  display: none;
}
.mobile-menu-container .mobile-menu-inner .mobile-search .dgwt-wcas-search-wrapp {
  max-width: 100%;
  min-width: auto !important;
}
.mobile-menu-container .mobile-menu-inner .mobile-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 12px 20px;
  line-height: 24px;
  font-size: 16px;
  border: 1px solid #bebebe;
  border-radius: 0px;
  height: auto;
  font-family: "Open Sans", sans-serif;
  background-color: white;
  width: 100%;
}
.mobile-menu-container .mobile-menu-inner .mobile-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: auto;
  right: 23px;
  top: 19px;
}
.mobile-menu-container .mobile-navigation {
  flex: 1;
}
.mobile-menu-container .mobile-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-container .mobile-navigation ul li {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu-container .mobile-navigation ul li a {
  display: block;
  padding: 15px 0;
  color: #252525;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s ease;
}
.mobile-menu-container .mobile-navigation ul li a:hover {
  color: #ed6c18;
}
.mobile-menu-container .mobile-navigation ul li.menu-item-has-children > a {
  position: relative;
  padding-right: 25px;
}
.mobile-menu-container .mobile-navigation ul li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("../../images/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}
.mobile-menu-container .mobile-navigation ul li.menu-item-has-children.active > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.mobile-menu-container .mobile-navigation ul li .sub-menu {
  display: none;
  background-color: rgba(0, 0, 0, 0.02);
  border-left: 3px solid #ed6c18;
  margin-top: 5px;
}
.mobile-menu-container .mobile-navigation ul li .sub-menu li {
  border-bottom: none;
  padding-left: 20px;
}
.mobile-menu-container .mobile-navigation ul li .sub-menu li a {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: rgba(37, 37, 37, 0.8);
}
.mobile-menu-container .mobile-navigation ul li .sub-menu li a:hover {
  color: #ed6c18;
}
.mobile-menu-container .mobile-navigation ul li.active > .sub-menu {
  display: block;
}
.mobile-menu-container .mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 20px;
}
.mobile-menu-container .mobile-actions .wishlist,
.mobile-menu-container .mobile-actions .compare {
  position: relative;
}
.mobile-menu-container .mobile-actions .wishlist .wishlist-icon-wrapper,
.mobile-menu-container .mobile-actions .wishlist .compare-icon-wrapper,
.mobile-menu-container .mobile-actions .compare .wishlist-icon-wrapper,
.mobile-menu-container .mobile-actions .compare .compare-icon-wrapper {
  position: relative;
  display: inline-block;
}
.mobile-menu-container .mobile-actions .wishlist .wishlist-icon-wrapper .wishlist-count,
.mobile-menu-container .mobile-actions .wishlist .wishlist-icon-wrapper .compare-count,
.mobile-menu-container .mobile-actions .wishlist .compare-icon-wrapper .wishlist-count,
.mobile-menu-container .mobile-actions .wishlist .compare-icon-wrapper .compare-count,
.mobile-menu-container .mobile-actions .compare .wishlist-icon-wrapper .wishlist-count,
.mobile-menu-container .mobile-actions .compare .wishlist-icon-wrapper .compare-count,
.mobile-menu-container .mobile-actions .compare .compare-icon-wrapper .wishlist-count,
.mobile-menu-container .mobile-actions .compare .compare-icon-wrapper .compare-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #ed6c18;
  color: white;
  font-size: 10px;
  font-weight: bold;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .mobile-menu-container .mobile-actions .wishlist .wishlist-icon-wrapper .wishlist-count,
  .mobile-menu-container .mobile-actions .wishlist .wishlist-icon-wrapper .compare-count,
  .mobile-menu-container .mobile-actions .wishlist .compare-icon-wrapper .wishlist-count,
  .mobile-menu-container .mobile-actions .wishlist .compare-icon-wrapper .compare-count,
  .mobile-menu-container .mobile-actions .compare .wishlist-icon-wrapper .wishlist-count,
  .mobile-menu-container .mobile-actions .compare .wishlist-icon-wrapper .compare-count,
  .mobile-menu-container .mobile-actions .compare .compare-icon-wrapper .wishlist-count,
  .mobile-menu-container .mobile-actions .compare .compare-icon-wrapper .compare-count {
    right: 8px;
  }
}
.mobile-menu-container .mobile-actions > div a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #252525;
  padding: 12px 0;
  transition: color 0.2s ease;
}
.mobile-menu-container .mobile-actions > div a:hover {
  color: #ed6c18;
}
.mobile-menu-container .mobile-actions > div a img {
  height: 20px;
  width: auto;
  margin-right: 15px;
}
.mobile-menu-container .mobile-actions > div a span {
  font-weight: 500;
}
.mobile-menu-container .mobile-actions .cart a {
  background-color: #ed6c18;
  padding: 15px;
  color: white !important;
}
.mobile-menu-container .mobile-actions .cart a:hover {
  background-color: rgb(194.8192771084, 86.0240963855, 15.1807228916);
  color: white !important;
}
.mobile-menu-container .mobile-actions .cart a span {
  color: white;
  font-weight: bold;
}
.mobile-menu-container .mobile-meta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-menu-container .mobile-meta .b2b-account {
  border: 2px solid #ed6c18;
  padding: 12px;
  text-align: center;
}
.mobile-menu-container .mobile-meta .b2b-account a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ed6c18;
}
.mobile-menu-container .mobile-meta .b2b-account a img {
  margin-right: 10px;
  height: 18px;
}
.mobile-menu-container .mobile-meta .b2b-account a span {
  font-weight: bold;
}
.mobile-menu-container .mobile-meta .language-switcher {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-bottom: 100px;
}
.mobile-menu-container .mobile-meta .language-switcher a {
  padding: 8px;
  transition: background-color 0.2s ease;
}
.mobile-menu-container .mobile-meta .language-switcher a img {
  height: 20px;
  width: auto;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1300px) {
  .site-header .header-wrapper .menu-up .header-search {
    display: none;
  }
  .site-header .header-wrapper .menu-up .header-actions {
    display: none;
  }
  .site-header .header-wrapper .menu-up .header-container img {
    height: 60px;
    width: auto;
    z-index: 1000000000000000000;
    position: relative;
  }
  .site-header .header-wrapper .main-navigation {
    display: none;
  }
  .site-header .header-wrapper hr {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
}
@media (max-width: 724px) {
  .site-header .header-wrapper .menu-up .header-container img {
    height: 50px;
    width: auto;
  }
  .mobile-menu-container {
    width: 95%;
    max-width: none;
    padding: 80px 20px 30px;
  }
}
@media (max-width: 480px) {
  .mobile-menu-container {
    width: 100%;
    padding: 80px 15px 30px;
  }
}
/* Ukryj licznik domyślnie, pokaż tylko gdy ma klasę 'visible' */
.wishlist-count {
  display: none;
}

.wishlist-count.visible {
  display: flex;
}

/* Lub alternatywnie - ukryj gdy tekst to "0" */
.wishlist-count:empty {
  display: none;
}

.site-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 5em;
}
.site-footer hr {
  width: 100%;
  margin-bottom: 0em;
}
.site-footer .info-tag {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2em 6vw 2em 6vw;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
.site-footer .info-tag .info {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
}
@media (max-width: 724px) {
  .site-footer .info-tag {
    flex-direction: column;
    justify-content: flex-start;
    gap: 2em;
    align-items: center;
  }
}
.site-footer .site-footer-out {
  align-items: center;
  background-color: #f6f6f6;
  width: 100%;
}
.site-footer .site-footer-out .site-footer-inner {
  max-width: 1920px;
  padding: 5em 6vw 2em 6vw;
  margin: 0 auto;
  gap: 5em;
  display: flex;
  flex-direction: column;
}
@media (max-width: 724px) {
  .site-footer .site-footer-out .site-footer-inner {
    gap: 2em;
    padding: 2em 6vw 2em 6vw;
  }
}
.site-footer .site-footer-out .newsletter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5em;
  width: 100%;
}
.site-footer .site-footer-out .newsletter .newsletter-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 600px;
  align-items: flex-start;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-row {
  display: flex;
  gap: 1.5em;
}
@media (max-width: 724px) {
  .site-footer .site-footer-out .newsletter .newsletter-form .form-row {
    flex-direction: column;
    gap: 1.5em;
  }
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-field {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 1em;
  margin-bottom: 1em;
}
@media (max-width: 724px) {
  .site-footer .site-footer-out .newsletter .newsletter-form .form-field {
    flex-direction: column;
  }
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-field p {
  display: flex;
  flex: 1;
  margin: 0;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-field .wpcf7-form-control-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-field input[type=email] {
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #e1e1e1;
  background-color: white;
  border-radius: 0px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-field input[type=email]:focus {
  outline: none;
  border-color: #ed6c18;
  background-color: white;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-field input[type=email]::-moz-placeholder {
  color: #999;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-field input[type=email]::placeholder {
  color: #999;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-submit {
  display: flex;
  align-items: stretch;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-submit p {
  display: flex;
  margin: 0;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-submit.half {
  flex: 1;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-submit.full {
  width: 100%;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-submit.checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.8em;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-submit.checkbox-field input[type=checkbox] {
  margin-top: 0.2em;
  margin-right: 0;
  flex-shrink: 0;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-submit.checkbox-field label {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0em;
  cursor: pointer;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-submit label {
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5em;
  font-size: 1rem;
}
.site-footer .site-footer-out .newsletter .newsletter-form .wpcf7-list-item {
  margin: 0 !important;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-field.checkbox-field p {
  display: flex;
  gap: 0.5em;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-field.checkbox-field input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  background-color: white;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  margin-top: 0.3em;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-field.checkbox-field input[type=checkbox]:checked {
  background-color: #333;
  border-color: #333;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-field.checkbox-field input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-field.checkbox-field input[type=checkbox]:focus {
  outline: none;
  border-color: #333;
}
.site-footer .site-footer-out .newsletter .newsletter-form .form-field.checkbox-field label {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.site-footer .site-footer-out .newsletter .newsletter-form .wpcf7-form {
  margin: 0;
}
.site-footer .site-footer-out .newsletter .newsletter-form .wpcf7-form .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 0.85rem;
  margin-top: 0.3em;
}
.site-footer .site-footer-out .newsletter .newsletter-form .wpcf7-form .wpcf7-validation-errors {
  border: 1px solid #e74c3c;
  background-color: #fdf2f2;
  color: #e74c3c;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1.5em;
}
.site-footer .site-footer-out .newsletter .newsletter-form .wpcf7-form .wpcf7-mail-sent-ok {
  border: 1px solid #27ae60;
  background-color: #f0fdf4;
  color: #27ae60;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1.5em;
}
.site-footer .site-footer-out .newsletter .newsletter-form .wpcf7-not-valid {
  border-color: #e74c3c !important;
  background-color: #fdf2f2 !important;
}
@media (max-width: 1024px) {
  .site-footer .site-footer-out .newsletter {
    flex-wrap: wrap;
    gap: 2em;
  }
}
.site-footer .site-footer-out .main-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2em;
  width: 100%;
}
.site-footer .site-footer-out .main-content .main-content-row {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.site-footer .site-footer-out .main-content .main-content-row .custom-logo-link img {
  height: 45px;
  width: auto;
}
.site-footer .site-footer-out .main-content .main-content-row h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.site-footer .site-footer-out .main-content .main-content-row a {
  text-decoration: none;
  color: black;
}
.site-footer .site-footer-out .main-content .main-content-row .social-icons {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
@media (max-width: 1024px) {
  .site-footer .site-footer-out .main-content .main-content-row {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .site-footer .site-footer-out .main-content {
    flex-direction: column;
  }
}
.site-footer .site-footer-out .add-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2em;
  width: 100%;
}
.site-footer .site-footer-out .add-info a {
  text-decoration: none;
  color: #ed6c18;
}

.hero-slider-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 1em 6vw 0 6vw;
}
.hero-slider-section .hero-container {
  display: flex;
  width: 100%;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .hero-slider-section .hero-container {
    flex-direction: column;
  }
}
.hero-slider-section .hero-slider {
  flex: 2;
  position: relative;
  overflow: hidden;
}
.hero-slider-section .hero-slider .swiper-container {
  width: 100%;
  height: 500px;
}
@media (max-width: 724px) {
  .hero-slider-section .hero-slider .swiper-container {
    height: 400px;
  }
}
@media (max-width: 524px) {
  .hero-slider-section .hero-slider .swiper-container {
    height: 350px;
  }
}
.hero-slider-section .hero-slider .hero-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-slider-section .hero-slider .hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}
.hero-slider-section .hero-slider .slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
  width: 60%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
}
.hero-slider-section .hero-slider .slide-content h1 {
  color: #ffffff;
}
.hero-slider-section .hero-slider .slide-content p {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .hero-slider-section .hero-slider .slide-content {
    width: 100%;
  }
}
.hero-slider-section .slider-navigation {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.hero-slider-section .slider-navigation .swiper-button-prev-hero,
.hero-slider-section .slider-navigation .swiper-button-next-hero {
  width: 40px;
  height: 40px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("../images/arrow-right-slider.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}
.hero-slider-section .slider-navigation .swiper-button-prev-hero::after,
.hero-slider-section .slider-navigation .swiper-button-next-hero::after {
  display: none;
}
.hero-slider-section .slider-navigation .swiper-button-prev-hero.swiper-button-disabled,
.hero-slider-section .slider-navigation .swiper-button-next-hero.swiper-button-disabled {
  background-color: #ed6c18;
  cursor: not-allowed;
}
.hero-slider-section .slider-navigation .swiper-button-prev-hero {
  transform: rotate(180deg);
}
.hero-slider-section .category-tiles {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .hero-slider-section .category-tiles {
    flex-direction: row;
  }
}
@media (max-width: 724px) {
  .hero-slider-section .category-tiles {
    flex-direction: column;
  }
}
.hero-slider-section .category-tile {
  height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.hero-slider-section .category-tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}
.hero-slider-section .category-tile .tile-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 2;
}
.hero-slider-section .category-tile .tile-content h3 {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 724px) {
  .hero-slider-section .category-tile .tile-content h3 {
    font-size: 24px;
  }
}
.hero-slider-section .btn-primary {
  display: inline-block;
  background-color: #ed6c18;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero-slider-section .btn-primary:hover {
  background-color: rgb(194.8192771084, 86.0240963855, 15.1807228916);
}
.hero-slider-section .btn-secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.add-info-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0em 6vw 0em 6vw;
}
.add-info-section .add-info {
  background-color: #ed6c18;
  padding: 3em 5em;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.add-info-section .add-info img {
  height: 70px;
  width: auto;
}
.add-info-section .add-info h2,
.add-info-section .add-info p {
  color: white;
}
.add-info-section .add-info .add-info-inner {
  display: flex;
  flex-direction: row;
  gap: 2em;
  align-items: center;
}
@media (max-width: 1024px) {
  .add-info-section .add-info {
    flex-direction: column;
    align-items: flex-start;
    padding: 2em 3em;
    gap: 1.5em;
  }
  .add-info-section .add-info .add-info-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5em;
  }
  .add-info-section .add-info img {
    height: 60px;
  }
}
@media (max-width: 724px) {
  .add-info-section .add-info {
    padding: 2em;
  }
  .add-info-section .add-info img {
    height: 70px;
  }
}

.product-slider-section {
  width: 100%;
  background-color: #202020;
  margin-top: 7em;
  padding: 0;
}
.product-slider-section .product-slider-section-inner {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  padding: 5em 6vw 5em 6vw;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.product-slider-section .product-slider-section-inner .main-button {
  margin-top: 3em;
}
.product-slider-section .product-slider {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.product-slider-section .product-slider .slider-header {
  margin-bottom: 2em;
}
.product-slider-section .product-slider .slider-header h2,
.product-slider-section .product-slider .slider-header p {
  color: #fff;
  margin: 0;
}
.product-slider-section .product-slider .product-swiper {
  width: 100%;
  height: 70vh;
  position: relative;
}
.product-slider-section .product-slider .product-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}
.product-slider-section .product-slider .product-swiper .product-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.product-slider-section .product-slider .product-swiper .product-hotspot .hotspot-dot {
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}
.product-slider-section .product-slider .product-swiper .product-hotspot .hotspot-dot .dot-inner {
  width: 40px;
  height: 40px;
  display: flex;
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.product-slider-section .product-slider .product-swiper .product-hotspot .hotspot-dot .dot {
  width: 20px;
  height: 20px;
  display: flex;
  background-color: #ed6c18;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.product-slider-section .product-slider .product-swiper .product-hotspot .hotspot-popup {
  display: none;
  flex-direction: column;
  background-color: #fff;
  padding: 1em;
  position: absolute;
  top: -10px;
  left: 30px;
  width: 200px;
  z-index: 5;
}
.product-slider-section .product-slider .product-swiper .product-hotspot .hotspot-popup img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.5em;
}
.product-slider-section .product-slider .product-swiper .product-hotspot .hotspot-popup h4,
.product-slider-section .product-slider .product-swiper .product-hotspot .hotspot-popup p {
  margin: 0;
  font-size: 0.9em;
  color: #000;
}
.product-slider-section .product-slider .product-swiper .product-hotspot:hover .hotspot-popup {
  display: flex;
  gap: 1em;
}
.product-slider-section .swiper-pagination {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1em;
  bottom: -60px !important;
}
.product-slider-section .swiper-pagination .swiper-pagination-bullet {
  width: 70px;
  height: 2px;
  border-radius: 0;
  background: white;
}
.product-slider-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ed6c18;
}
.product-slider-section .categories-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
  margin-top: 7em;
  width: 100%;
}
@media (max-width: 1024px) {
  .product-slider-section .categories-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
@media (min-width: 1400px) {
  .product-slider-section .categories-box {
    grid-template-columns: repeat(6, 1fr);
  }
}
.product-slider-section .categories-box .category-item {
  position: relative;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.product-slider-section .categories-box .category-item:hover {
  transform: scale(1.03);
}
.product-slider-section .categories-box .category-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.product-slider-section .categories-box .category-item .category-name {
  position: relative;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  z-index: 1;
  text-align: center;
}
@media (max-width: 1024px) {
  .product-slider-section .product-slider-section-inner .product-swiper {
    height: 60vh;
  }
  .product-slider-section .product-slider-section-inner .product-swiper .product-hotspot .hotspot-popup {
    width: 180px;
  }
}
@media (max-width: 724px) {
  .product-slider-section .product-slider-section-inner .product-swiper {
    height: 50vh;
  }
  .product-slider-section .product-slider-section-inner .product-swiper .product-hotspot .hotspot-dot {
    width: 16px;
    height: 16px;
    border-width: 3px;
  }
  .product-slider-section .product-slider-section-inner .product-swiper .product-hotspot .hotspot-popup {
    top: -100px;
    left: -160px;
    width: 160px;
  }
  .product-slider-section .product-slider-section-inner .slider-header h2 {
    font-size: 1.3rem;
  }
  .product-slider-section .product-slider-section-inner .slider-header p {
    font-size: 0.95rem;
  }
}

.categories-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  padding: 5em 6vw 0em 6vw;
  position: relative;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.categories-section .categories-header {
  margin-bottom: 2em;
}
.categories-section .categories-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5em;
  width: 100%;
}
.categories-section .categories-box .category-item-wrapper {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.categories-section .categories-box .category-item-wrapper .category-item {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}
.categories-section .categories-box .category-item-wrapper .category-item:hover {
  transform: scale(1.03);
}
.categories-section .categories-box .category-item-wrapper .category-name {
  margin-top: 0.75em;
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
  text-align: center;
}
@media (max-width: 1024px) {
  .categories-section .categories-box {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25em;
  }
  .categories-section .categories-box .category-item-wrapper .category-name {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .categories-section .categories-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
  .categories-section .categories-box .category-item-wrapper .category-name {
    font-size: 1rem;
    margin-top: 0.5em;
  }
}
@media (max-width: 480px) {
  .categories-section .categories-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
  .categories-section .categories-box .category-item-wrapper {
    margin: 0 auto;
    width: 100%;
  }
  .categories-section .categories-box .category-item-wrapper .category-name {
    font-size: 1.1rem;
    margin-top: 0.75em;
  }
}
@media (max-width: 360px) {
  .categories-section .categories-box {
    gap: 1em;
  }
  .categories-section .categories-box .category-item-wrapper {
    max-width: 280px;
  }
  .categories-section .categories-box .category-item-wrapper .category-name {
    font-size: 1rem;
  }
}
.categories-section .animated-button {
  margin-top: 4em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 1em;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  border: 1px solid #aeaeae;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.categories-section .animated-button::before, .categories-section .animated-button::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #ed6c18;
}
.categories-section .animated-button::after {
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
.categories-section .animated-button::before {
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.categories-section .animated-button img {
  transition: filter 0.2s linear;
}
.categories-section .animated-button span {
  display: block;
  transition: color 0.2s linear;
}
.categories-section .animated-button span::before, .categories-section .animated-button span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #ed6c18;
}
.categories-section .animated-button span::after {
  transition-delay: 0.4s;
  right: 0;
  bottom: 0;
}
.categories-section .animated-button span::before {
  transition-delay: 0s;
  left: 0;
  top: 0;
}
.categories-section .animated-button:hover {
  background-color: #ed6c18;
  transition-delay: 0.8s;
}
.categories-section .animated-button:hover::before, .categories-section .animated-button:hover::after {
  width: 100%;
}
.categories-section .animated-button:hover::after {
  transition-delay: 0s;
}
.categories-section .animated-button:hover::before {
  transition-delay: 0.4s;
}
.categories-section .animated-button:hover img {
  filter: brightness(0) invert(1);
  transition-delay: 0.8s;
}
.categories-section .animated-button:hover span {
  color: white;
  transition-delay: 0.8s;
}
.categories-section .animated-button:hover span::before, .categories-section .animated-button:hover span::after {
  height: 100%;
}
.categories-section .animated-button:hover span::after {
  transition-delay: 0.2s;
}
.categories-section .animated-button:hover span::before {
  transition-delay: 0.6s;
}

.products-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 5em 6vw 0em 6vw;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.products-section .products-header {
  margin-bottom: 2em;
  width: 100%;
}
.products-section .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
  width: 100%;
  margin-bottom: 4em;
}
.products-section hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #2d2d2d;
  margin-top: 6em;
}
@media (max-width: 1200px) {
  .products-section .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .products-section {
    padding: 3em 4vw;
  }
  .products-section .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
  }
}
@media (max-width: 480px) {
  .products-section .products-grid {
    grid-template-columns: 1fr;
  }
}

.products-sale-slider-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 5em 6vw 0em 6vw;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.products-sale-slider-section .products-sale-slider-header {
  margin-bottom: 2em;
  width: 100%;
}
.products-sale-slider-section .down-products-sale-section {
  width: 100%;
  margin-top: 3em;
  position: relative;
}
.products-sale-slider-section .down-products-sale-section .swiper-button-next,
.products-sale-slider-section .down-products-sale-section .swiper-button-prev {
  width: 46px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.products-sale-slider-section .down-products-sale-section .swiper-button-next:after,
.products-sale-slider-section .down-products-sale-section .swiper-button-prev:after {
  display: none;
}
.products-sale-slider-section .down-products-sale-section .swiper-pagination-2 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-top: 3em;
}
.products-sale-slider-section .down-products-sale-section .swiper-pagination-2 .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  border-radius: 0;
  background: rgb(202, 202, 202);
}
.products-sale-slider-section .down-products-sale-section .swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ed6c18;
}
.products-sale-slider-section .down-products-sale-section .swiper-button-next {
  background-image: url("../images/arrow-right.svg");
  right: -40px;
  transform: translateY(-50%);
}
.products-sale-slider-section .down-products-sale-section .swiper-button-prev {
  background-image: url("../images/arrow-right.svg");
  left: -40px;
  transform: translateY(-50%) rotate(180deg);
}
.products-sale-slider-section .down-products-sale-section .products-sale-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.products-sale-slider-section .down-products-sale-section .products-sale-swiper .swiper-wrapper {
  display: flex;
  transition-property: transform;
}
.products-sale-slider-section .down-products-sale-section .products-sale-swiper .swiper-slide {
  flex-shrink: 0;
  height: auto;
  position: relative;
  padding: 10px;
}

@media (max-width: 1024px) {
  .products-sale-slider-section .down-products-sale-section .swiper-button-next,
  .products-sale-slider-section .down-products-sale-section .swiper-button-prev {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    top: auto;
    bottom: -80px;
    z-index: 10;
    cursor: pointer;
  }
  .products-sale-slider-section .down-products-sale-section .swiper-button-next {
    display: none;
  }
  .products-sale-slider-section .down-products-sale-section .swiper-button-prev {
    display: none;
  }
}
.about-us-section {
  width: 100%;
  background-color: #f6f6f6;
  margin-top: 7em;
  padding: 0;
}
.about-us-section .about-us-section-inner {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  padding: 5em 6vw 5em 6vw;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.about-us-section .about-us-section-inner .about-us-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about-us-section .about-us-section-inner .about-us-header h2,
.about-us-section .about-us-section-inner .about-us-header p {
  width: 50%;
}
@media (max-width: 1024px) {
  .about-us-section .about-us-section-inner .about-us-header h2,
  .about-us-section .about-us-section-inner .about-us-header p {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .about-us-section .about-us-section-inner .about-us-header {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1em;
  }
}
.about-us-section .about-us-section-inner .about-us-image {
  height: 75vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 5em;
  margin-bottom: 3em;
}
.about-us-section .about-us-section-inner .about-us-image .about-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4em;
}
.about-us-section .about-us-section-inner .about-us-image .about-icons .icon {
  text-align: center;
}
.about-us-section .about-us-section-inner .about-us-image .about-icons .icon img {
  height: 70px;
  width: auto;
  margin-bottom: 1em;
}
.about-us-section .about-us-section-inner .about-us-image .about-icons .icon p {
  color: white;
}
@media (max-width: 1024px) {
  .about-us-section .about-us-section-inner .about-us-image .about-icons {
    display: none;
  }
}

.products-news-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 5em 6vw 0em 6vw;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.products-news-section .products-news-header {
  margin-bottom: 2em;
  width: 100%;
}
.products-news-section .down-products-sale-section {
  width: 100%;
  margin-top: 3em;
  position: relative;
}
.products-news-section .down-products-sale-section .swiper-button-next-2,
.products-news-section .down-products-sale-section .swiper-button-prev-2 {
  width: 46px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.products-news-section .down-products-sale-section .swiper-button-next-2:after,
.products-news-section .down-products-sale-section .swiper-button-prev-2:after {
  display: none;
}
.products-news-section .down-products-sale-section .swiper-pagination-3 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-top: 3em;
}
.products-news-section .down-products-sale-section .swiper-pagination-3 .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  border-radius: 0;
  background: rgb(202, 202, 202);
}
.products-news-section .down-products-sale-section .swiper-pagination-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ed6c18;
}
.products-news-section .down-products-sale-section .swiper-button-next-2 {
  background-image: url("../images/arrow-right.svg");
  right: -40px;
  transform: translateY(-50%);
}
.products-news-section .down-products-sale-section .swiper-button-prev-2 {
  background-image: url("../images/arrow-right.svg");
  left: -40px;
  transform: translateY(-50%) rotate(180deg);
}
.products-news-section .down-products-sale-section .products-news-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.products-news-section .down-products-sale-section .products-news-swiper .swiper-wrapper {
  display: flex;
  transition-property: transform;
}
.products-news-section .down-products-sale-section .products-news-swiper .swiper-slide {
  flex-shrink: 0;
  height: auto;
  position: relative;
  padding: 10px;
}

@media (max-width: 1024px) {
  .products-news-section .down-products-sale-section .swiper-button-next-2,
  .products-news-section .down-products-sale-section .swiper-button-prev-2 {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    top: auto;
    bottom: -80px;
    z-index: 10;
    cursor: pointer;
  }
  .products-news-section .down-products-sale-section .swiper-button-next-2 {
    display: none;
  }
  .products-news-section .down-products-sale-section .swiper-button-prev-2 {
    display: none;
  }
}
.slider-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 10em 6vw 5em 6vw;
}
.slider-section .hero-swiper {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.slider-section .swiper-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.slider-section .swiper-slide {
  display: flex;
  flex-direction: row;
  gap: 2em;
}
.slider-section .swiper-slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
  position: relative;
  margin-right: 1em;
}
.slider-section .swiper-slide .slide-content h1,
.slider-section .swiper-slide .slide-content p {
  width: 50%;
}
.slider-section .swiper-slide .slide-content img {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
}
.slider-section .features-list {
  display: flex;
  flex-direction: row;
  width: 50%;
  gap: 2em;
  margin-top: 5em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.slider-section .features-list .feature-item {
  position: relative;
  cursor: pointer;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #c3c3c3;
}
.slider-section .features-list .feature-item h4 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 1em;
  transition: all 0.3s ease;
}
.slider-section .features-list .feature-item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background-color: #ed6c18;
  width: 0%;
  transition: none;
  pointer-events: none;
}
.slider-section .features-list .feature-item.active::after {
  animation: borderFill 5s linear forwards;
}
.slider-section .features-list .feature-item:hover h4 {
  opacity: 0.8;
}
.slider-section .features-list .feature-item.reset-animation::after {
  animation: none !important;
}
@keyframes borderFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .slider-section {
    padding: 3em 4vw 0em 4vw;
  }
  .slider-section .hero-swiper {
    height: auto;
    min-height: 400px;
  }
  .slider-section .swiper-slide {
    flex-direction: column;
    gap: 5em;
  }
  .slider-section .swiper-slide .slide-content {
    margin-right: 0;
    gap: 1.5em;
  }
  .slider-section .swiper-slide .slide-content h1,
  .slider-section .swiper-slide .slide-content p {
    width: 100%;
  }
  .slider-section .swiper-slide .slide-content img {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    align-self: center;
    margin-top: 1em;
  }
  .slider-section .features-list {
    position: relative;
    width: 100%;
    flex-direction: column;
    gap: 1em;
    margin-top: 3em;
    left: auto;
    bottom: auto;
  }
  .slider-section .features-list .feature-item {
    padding-bottom: 1rem;
  }
  .slider-section .features-list .feature-item h4 {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .slider-section {
    padding: 2em 3vw 0em 3vw;
  }
  .slider-section .hero-swiper {
    min-height: 350px;
  }
  .slider-section .swiper-slide .slide-content {
    gap: 1em;
  }
  .slider-section .swiper-slide .slide-content h1 {
    font-size: 1.8em;
  }
  .slider-section .swiper-slide .slide-content p {
    font-size: 0.9em;
  }
  .slider-section .features-list {
    margin-top: 2em;
    gap: 0.8em;
  }
  .slider-section .features-list .feature-item h4 {
    font-size: 0.9em;
  }
}

.faq-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 8em 6vw 3em 6vw;
}
.faq-section h1 {
  margin-bottom: 1.5em;
}
.faq-section hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #2d2d2d;
  margin-bottom: 6em;
}
.faq-section .inner-faq-section {
  width: 100%;
}
.faq-section .inner-faq-section .faq-item {
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 1em;
  margin-top: 1em;
}
.faq-section .inner-faq-section .faq-item:last-child {
  border-bottom: none;
}
.faq-section .inner-faq-section .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 1em;
  cursor: pointer;
}
.faq-section .inner-faq-section .faq-item .faq-question h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  flex: 1;
  padding-right: 15px;
}
.faq-section .inner-faq-section .faq-item .faq-question .faq-arrow {
  width: 15px;
  height: 15px;
  min-width: 15px;
  transition: transform 0.3s ease;
  flex: 0 0 auto;
}
.faq-section .inner-faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1em;
}
.faq-section .inner-faq-section .faq-item.active .faq-arrow {
  transform: rotate(180deg);
}
.faq-section .inner-faq-section .faq-item.active .faq-answer {
  max-height: 500px;
  padding-bottom: 1.5em;
}
.faq-section .add-info {
  margin-top: 5em;
  background-color: #ed6c18;
  padding: 3em 5em;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.faq-section .add-info img {
  height: 70px;
  width: auto;
}
.faq-section .add-info h2,
.faq-section .add-info p {
  color: white;
}
.faq-section .add-info .add-info-inner {
  display: flex;
  flex-direction: row;
  gap: 2em;
  align-items: center;
}
@media (max-width: 1024px) {
  .faq-section .add-info {
    flex-direction: column;
    align-items: flex-start;
    padding: 2em 3em;
    gap: 1.5em;
  }
  .faq-section .add-info .add-info-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5em;
  }
  .faq-section .add-info img {
    height: 60px;
  }
}
@media (max-width: 724px) {
  .faq-section .add-info {
    padding: 2em;
  }
  .faq-section .add-info img {
    height: 70px;
  }
}

@media (max-width: 768px) {
  .faq-section .inner-faq-section .faq-item .faq-question h2 {
    font-size: 1.2rem;
  }
  .faq-section .inner-faq-section .faq-item .faq-question .faq-arrow {
    width: 12px;
    height: 12px;
    min-width: 12px;
  }
}
.about-us-hero-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 2em 6vw 5em 6vw;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
}
.about-us-hero-section .about-us-hero-left {
  display: flex;
  flex-direction: column;
  gap: 8em;
  width: 55%;
  padding-right: 7em;
  align-items: stretch;
}
.about-us-hero-section .about-us-hero-left .down {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.about-us-hero-section .about-us-hero-left h1 {
  font-weight: 600;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  .about-us-hero-section .about-us-hero-left h1 {
    font-size: 1.8rem;
  }
}
.about-us-hero-section .about-us-hero-left h1 span {
  font-weight: 600;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  .about-us-hero-section .about-us-hero-left h1 span {
    font-size: 1.8rem;
  }
}
.about-us-hero-section .about-us-hero-right {
  display: flex;
  flex-direction: column;
  width: 45%;
}
@media (max-width: 724px) {
  .about-us-hero-section {
    flex-direction: column;
  }
  .about-us-hero-section .about-us-hero-left,
  .about-us-hero-section .about-us-hero-right {
    width: 100%;
    padding-right: 0;
  }
  .about-us-hero-section .about-us-hero-right {
    margin-top: 2em;
  }
}

.about-us-description-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 6vw;
  background-color: #f9f9f9;
}
.about-us-description-section .about-description-container {
  display: flex;
  flex-direction: column;
  gap: 3em;
  padding: 4em 0;
}
@media (min-width: 724px) {
  .about-us-description-section .about-description-container {
    flex-direction: row;
    align-items: flex-start;
  }
}
.about-us-description-section .about-description-container .about-description-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.about-us-description-section .about-description-container .about-description-left h2 {
  font-weight: 600;
  font-size: 1.7rem;
  margin-bottom: 1.5em;
}
@media (min-width: 724px) {
  .about-us-description-section .about-description-container .about-description-left h2 {
    font-size: 1.8rem;
  }
}
.about-us-description-section .about-description-container .about-description-left .about-description-content {
  margin-bottom: 2em;
  line-height: 1.6;
}
.about-us-description-section .about-description-container .about-description-left .about-description-content p {
  margin-bottom: 1em;
}
.about-us-description-section .about-description-container .about-description-left .about-description-content p:last-child {
  margin-bottom: 0;
}
.about-us-description-section .about-description-container .about-description-left .about-description-content strong {
  font-weight: 600;
}
.about-us-description-section .about-description-container .about-description-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
@media (min-width: 724px) {
  .about-us-description-section .about-description-container .about-description-right {
    width: 50%;
  }
}
.about-us-description-section .about-description-container .about-description-right .about-gallery-main {
  width: 100%;
  margin-bottom: 15px;
}
.about-us-description-section .about-description-container .about-description-right .about-gallery-main .swiper-slide {
  height: 450px;
}
.about-us-description-section .about-description-container .about-description-right .about-gallery-main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-us-description-section .about-description-container .about-description-right .about-gallery-main .swiper-button-next,
.about-us-description-section .about-description-container .about-description-right .about-gallery-main .swiper-button-prev {
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.about-us-description-section .about-description-container .about-description-right .about-gallery-main .swiper-button-next:after,
.about-us-description-section .about-description-container .about-description-right .about-gallery-main .swiper-button-prev:after {
  font-size: 18px;
}
.about-us-description-section .about-description-container .about-description-right .about-gallery-main .swiper-button-next:hover,
.about-us-description-section .about-description-container .about-description-right .about-gallery-main .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.about-us-description-section .about-description-container .about-description-right .about-gallery-thumbs {
  width: 100%;
}
.about-us-description-section .about-description-container .about-description-right .about-gallery-thumbs .swiper-slide {
  height: 120px;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.about-us-description-section .about-description-container .about-description-right .about-gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us-description-section .about-description-container .about-description-right .about-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #ed6c18;
}

.about-us-info-section {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  padding: 5em 6vw 0em 6vw;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.about-us-info-section .about-us-info-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about-us-info-section .about-us-info-header h2,
.about-us-info-section .about-us-info-header p {
  width: 50%;
}
@media (max-width: 1024px) {
  .about-us-info-section .about-us-info-header h2,
  .about-us-info-section .about-us-info-header p {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .about-us-info-section .about-us-info-header {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1em;
  }
}
.about-us-info-section .about-us-info-image {
  height: 75vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 5em;
  margin-bottom: 3em;
}
.about-us-info-section .about-us-info-image .about-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4em;
}
.about-us-info-section .about-us-info-image .about-icons .icon {
  text-align: center;
}
.about-us-info-section .about-us-info-image .about-icons .icon img {
  height: 70px;
  width: auto;
  margin-bottom: 1em;
}
.about-us-info-section .about-us-info-image .about-icons .icon p {
  color: white;
}
@media (max-width: 1024px) {
  .about-us-info-section .about-us-info-image .about-icons {
    display: none;
  }
}

.zakupy-hurtowe-hero-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 2em 6vw 0em 6vw;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
}
.zakupy-hurtowe-hero-section .zakupy-hurtowe-hero-left {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 45%;
}
.zakupy-hurtowe-hero-section .zakupy-hurtowe-hero-left h1 {
  font-weight: 600;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  .zakupy-hurtowe-hero-section .zakupy-hurtowe-hero-left h1 {
    font-size: 1.8rem;
  }
}
.zakupy-hurtowe-hero-section .zakupy-hurtowe-hero-left h1 span {
  font-weight: 600;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  .zakupy-hurtowe-hero-section .zakupy-hurtowe-hero-left h1 span {
    font-size: 1.8rem;
  }
}
.zakupy-hurtowe-hero-section .zakupy-hurtowe-hero-right {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 55%;
  padding-left: 7em;
}
.zakupy-hurtowe-hero-section .zakupy-hurtowe-hero-right .zakupy-hurtowe-hero-buttons {
  display: flex;
  flex-direction: row;
  gap: 1em;
  flex-wrap: wrap;
}
@media (max-width: 724px) {
  .zakupy-hurtowe-hero-section {
    flex-direction: column;
  }
  .zakupy-hurtowe-hero-section .zakupy-hurtowe-hero-left,
  .zakupy-hurtowe-hero-section .zakupy-hurtowe-hero-right {
    width: 100%;
    padding-left: 0;
  }
  .zakupy-hurtowe-hero-section .zakupy-hurtowe-hero-right {
    margin-top: 2em;
  }
}

.zakupy-hurtowe-description-section {
  width: 100%;
  background-color: #f6f6f6;
  margin-top: 7em;
  padding: 0;
}
.zakupy-hurtowe-description-section .zakupy-hurtowe-description-section-inner {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  padding: 7em 6vw 7em 6vw;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4em;
}
.zakupy-hurtowe-description-section .zakupy-hurtowe-description-section-inner .about-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
  width: 100%;
}
@media (max-width: 1024px) {
  .zakupy-hurtowe-description-section .zakupy-hurtowe-description-section-inner .about-icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 724px) {
  .zakupy-hurtowe-description-section .zakupy-hurtowe-description-section-inner .about-icons {
    grid-template-columns: 1fr;
  }
}
.zakupy-hurtowe-description-section .zakupy-hurtowe-description-section-inner .about-icons .icon {
  text-align: center;
  padding: 0 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.zakupy-hurtowe-description-section .zakupy-hurtowe-description-section-inner .about-icons .icon img {
  height: auto;
  width: 70px;
}

.faq-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 8em 6vw 3em 6vw;
}
.faq-section h1 {
  margin-bottom: 1.5em;
}
.faq-section .inner-faq-section {
  width: 100%;
}
.faq-section .inner-faq-section .faq-item {
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 1em;
  margin-top: 1em;
}
.faq-section .inner-faq-section .faq-item:last-child {
  border-bottom: none;
}
.faq-section .inner-faq-section .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 1em;
  cursor: pointer;
}
.faq-section .inner-faq-section .faq-item .faq-question h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  flex: 1;
  padding-right: 15px;
}
.faq-section .inner-faq-section .faq-item .faq-question .faq-arrow {
  width: 15px;
  height: 15px;
  min-width: 15px;
  transition: transform 0.3s ease;
  flex: 0 0 auto;
}
.faq-section .inner-faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1em;
}
.faq-section .inner-faq-section .faq-item.active .faq-arrow {
  transform: rotate(180deg);
}
.faq-section .inner-faq-section .faq-item.active .faq-answer {
  max-height: 500px;
  padding-bottom: 1.5em;
}
.faq-section .add-info {
  margin-top: 5em;
  background-color: #ed6c18;
  padding: 3em 5em;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.faq-section .add-info img {
  height: 70px;
  width: auto;
}
.faq-section .add-info h2,
.faq-section .add-info p {
  color: white;
}
.faq-section .add-info .add-info-inner {
  display: flex;
  flex-direction: row;
  gap: 2em;
  align-items: center;
}
@media (max-width: 1024px) {
  .faq-section .add-info {
    flex-direction: column;
    align-items: flex-start;
    padding: 2em 3em;
    gap: 1.5em;
  }
  .faq-section .add-info .add-info-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5em;
  }
  .faq-section .add-info img {
    height: 60px;
  }
}
@media (max-width: 724px) {
  .faq-section .add-info {
    padding: 2em;
  }
  .faq-section .add-info img {
    height: 70px;
  }
}

@media (max-width: 768px) {
  .faq-section .inner-faq-section .faq-item .faq-question h2 {
    font-size: 1.2rem;
  }
  .faq-section .inner-faq-section .faq-item .faq-question .faq-arrow {
    width: 12px;
    height: 12px;
    min-width: 12px;
  }
}
.kontakt-hero-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 2em 6vw 0em 6vw;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
}
.kontakt-hero-section .kontakt-hero-left {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 50%;
}
.kontakt-hero-section .kontakt-hero-left .down {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.kontakt-hero-section .kontakt-hero-left h1 {
  font-weight: 600;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  .kontakt-hero-section .kontakt-hero-left h1 {
    font-size: 1.8rem;
  }
}
.kontakt-hero-section .kontakt-hero-left h1 span {
  font-weight: 600;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  .kontakt-hero-section .kontakt-hero-left h1 span {
    font-size: 1.8rem;
  }
}
.kontakt-hero-section .kontakt-hero-right {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1em;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-row {
  display: flex;
  gap: 1.5em;
}
@media (max-width: 724px) {
  .kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-row {
    flex-direction: column;
    gap: 1.5em;
  }
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field {
  display: flex;
  flex-direction: column;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field.half {
  flex: 1;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field.full {
  width: 100%;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field.checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.8em;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field.checkbox-field input[type=checkbox] {
  margin-top: 0.2em;
  margin-right: 0;
  flex-shrink: 0;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field.checkbox-field label {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0em;
  cursor: pointer;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field label {
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5em;
  font-size: 1rem;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field input[type=text],
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field input[type=tel],
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field input[type=email],
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #e1e1e1;
  background-color: white;
  border-radius: 0px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field input[type=text]:focus,
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field input[type=tel]:focus,
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field input[type=email]:focus,
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field textarea:focus {
  outline: none;
  border-color: #ed6c18;
  background-color: white;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field input[type=text]::-moz-placeholder, .kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field input[type=tel]::-moz-placeholder, .kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field input[type=email]::-moz-placeholder, .kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field textarea::-moz-placeholder {
  color: #999;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field input[type=text]::placeholder,
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field input[type=tel]::placeholder,
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field input[type=email]::placeholder,
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field textarea::placeholder {
  color: #999;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field textarea {
  min-height: 140px;
  height: 100px;
  resize: vertical;
  font-family: inherit;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .wpcf7-list-item {
  margin: 0 !important;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field.checkbox-field p {
  display: flex;
  gap: 0.5em;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field.checkbox-field input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  background-color: white;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  margin-top: 0.3em;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field.checkbox-field input[type=checkbox]:checked {
  background-color: #333;
  border-color: #333;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field.checkbox-field input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field.checkbox-field input[type=checkbox]:focus {
  outline: none;
  border-color: #333;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .form-field.checkbox-field label {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .wpcf7-form {
  margin: 0;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .wpcf7-form .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 0.85rem;
  margin-top: 0.3em;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .wpcf7-form .wpcf7-validation-errors {
  border: 1px solid #e74c3c;
  background-color: #fdf2f2;
  color: #e74c3c;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1.5em;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .wpcf7-form .wpcf7-mail-sent-ok {
  border: 1px solid #27ae60;
  background-color: #f0fdf4;
  color: #27ae60;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1.5em;
}
.kontakt-hero-section .kontakt-hero-right .contact-form-wrapper .wpcf7-not-valid {
  border-color: #e74c3c !important;
  background-color: #fdf2f2 !important;
}
@media (max-width: 724px) {
  .kontakt-hero-section {
    flex-direction: column;
  }
  .kontakt-hero-section .kontakt-hero-left,
  .kontakt-hero-section .kontakt-hero-right {
    width: 100%;
    padding-right: 0;
  }
  .kontakt-hero-section .kontakt-hero-right {
    margin-top: 2em;
  }
}

.single-page-section .wpcf7-form,
.single-page-section .wpcf7 {
  width: 100%;
}
.single-page-section .wpcf7-form {
  display: flex;
  flex-direction: column;
  padding: 2em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.complain-form-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1em;
}
.complain-form-wrapper .file-upload-field {
  margin-top: 0.5em;
}
.complain-form-wrapper .file-upload-field .file-upload-button {
  display: inline-flex;
  align-items: center;
  padding: 0.5em 1em;
  border: 1px solid #ff6b00;
  border-radius: 4px;
  background-color: transparent;
  color: #333;
  cursor: pointer;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
.complain-form-wrapper .file-upload-field .file-upload-button br {
  display: none;
}
.complain-form-wrapper .file-upload-field .file-upload-button:hover {
  background-color: rgba(255, 107, 0, 0.05);
}
.complain-form-wrapper .file-upload-field .file-upload-button svg,
.complain-form-wrapper .file-upload-field .file-upload-button img {
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
}
.complain-form-wrapper .file-upload-field input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.complain-form-wrapper .file-upload-field .file-list {
  margin-top: 0.8em;
}
.complain-form-wrapper .file-upload-field .file-list .file-item {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  padding: 0.5em 0.8em;
  border-radius: 4px;
  margin-bottom: 0.5em;
  font-size: 0.9rem;
}
.complain-form-wrapper .file-upload-field .file-list .file-item .file-name {
  flex-grow: 1;
}
.complain-form-wrapper .file-upload-field .file-list .file-item .remove-file {
  cursor: pointer;
  color: #666;
  margin-left: 0.5em;
}
.complain-form-wrapper .file-upload-field .file-list .file-item .remove-file:hover {
  color: #e74c3c;
}
.complain-form-wrapper .form-row {
  display: flex;
  gap: 1.5em;
}
@media (max-width: 724px) {
  .complain-form-wrapper .form-row {
    flex-direction: column;
    gap: 1.5em;
  }
}
.complain-form-wrapper .form-field {
  display: flex;
  flex-direction: column;
}
.complain-form-wrapper .form-field.half {
  flex: 1;
}
.complain-form-wrapper .form-field.full {
  width: 100%;
}
.complain-form-wrapper .form-field.checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.8em;
}
.complain-form-wrapper .form-field.checkbox-field input[type=checkbox] {
  margin-top: 0.2em;
  margin-right: 0;
  flex-shrink: 0;
}
.complain-form-wrapper .form-field.checkbox-field label {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0em;
  cursor: pointer;
}
.complain-form-wrapper .form-field label {
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5em;
  font-size: 1rem;
}
.complain-form-wrapper .form-field input[type=text],
.complain-form-wrapper .form-field input[type=tel],
.complain-form-wrapper .form-field input[type=email],
.complain-form-wrapper .form-field textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #e1e1e1;
  background-color: white;
  border-radius: 0px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.complain-form-wrapper .form-field input[type=text]:focus,
.complain-form-wrapper .form-field input[type=tel]:focus,
.complain-form-wrapper .form-field input[type=email]:focus,
.complain-form-wrapper .form-field textarea:focus {
  outline: none;
  border-color: #ed6c18;
  background-color: white;
}
.complain-form-wrapper .form-field input[type=text]::-moz-placeholder, .complain-form-wrapper .form-field input[type=tel]::-moz-placeholder, .complain-form-wrapper .form-field input[type=email]::-moz-placeholder, .complain-form-wrapper .form-field textarea::-moz-placeholder {
  color: #999;
}
.complain-form-wrapper .form-field input[type=text]::placeholder,
.complain-form-wrapper .form-field input[type=tel]::placeholder,
.complain-form-wrapper .form-field input[type=email]::placeholder,
.complain-form-wrapper .form-field textarea::placeholder {
  color: #999;
}
.complain-form-wrapper .form-field textarea {
  min-height: 140px;
  height: 100px;
  resize: vertical;
  font-family: inherit;
}
.complain-form-wrapper .wpcf7-list-item {
  margin: 0 !important;
}
.complain-form-wrapper .form-field.checkbox-field p {
  display: flex;
  gap: 0.5em;
}
.complain-form-wrapper .form-field.checkbox-field input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  background-color: white;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  margin-top: 0.3em;
}
.complain-form-wrapper .form-field.checkbox-field input[type=checkbox]:checked {
  background-color: #333;
  border-color: #333;
}
.complain-form-wrapper .form-field.checkbox-field input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.complain-form-wrapper .form-field.checkbox-field input[type=checkbox]:focus {
  outline: none;
  border-color: #333;
}
.complain-form-wrapper .form-field.checkbox-field label {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.complain-form-wrapper .wpcf7-form {
  margin: 0;
}
.complain-form-wrapper .wpcf7-form .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 0.85rem;
  margin-top: 0.3em;
}
.complain-form-wrapper .wpcf7-form .wpcf7-validation-errors {
  border: 1px solid #e74c3c;
  background-color: #fdf2f2;
  color: #e74c3c;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1.5em;
}
.complain-form-wrapper .wpcf7-form .wpcf7-mail-sent-ok {
  border: 1px solid #27ae60;
  background-color: #f0fdf4;
  color: #27ae60;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1.5em;
}
.complain-form-wrapper .wpcf7-not-valid {
  border-color: #e74c3c !important;
  background-color: #fdf2f2 !important;
}
.complain-form-wrapper .form-submit {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.complain-form-wrapper .wpcf7-spinner {
  display: none;
}

.product-item {
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  border: none;
}
.product-item:has(.product-tag.bestseller) {
  border: 1px solid #33658a;
}
.product-item:has(.product-tag.on-sale) {
  border: 1px solid #ed6c18;
}
.product-item .product-tag {
  position: absolute;
  top: 0em;
  left: 0em;
  z-index: 10;
  padding: 0.3em 0.8em;
  font-size: 0.85rem;
  text-transform: uppercase;
}
.product-item .product-tag.bestseller {
  background-color: #33658a;
  color: white;
}
.product-item .product-tag.on-sale {
  background-color: #ed6c18;
  color: white;
}
@media (min-width: 1024px) {
  .product-item:hover .product-actions {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .product-item:hover .fav {
    opacity: 1;
    visibility: visible;
  }
}
.product-item .product-link {
  display: block;
  text-decoration: none;
  color: inherit;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-item .fav {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  .product-item .fav {
    opacity: 1;
    visibility: visible;
  }
}
.product-item .product-image {
  width: 70%;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
}
.product-item .product-image .product-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.product-item .product-details {
  padding: 1.5em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-item .product-details .product-title {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin: 0 0 1em 0;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-item .product-details .product-info {
  display: flex;
  flex-direction: row;
  gap: 1em;
  justify-content: space-between;
  align-items: center;
}
.product-item .product-details .product-price {
  font-size: 1.1rem;
  color: #ed6c18;
  font-weight: 600;
}
.product-item .product-details .product-price span {
  font-weight: 600;
}
.product-item .product-details .product-price span bdi {
  font-weight: 600;
}
.product-item .product-details .product-price span bdi span {
  font-weight: 600;
}
.product-item .product-actions {
  position: absolute;
  bottom: 1.5em;
  right: 1.5em;
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  align-items: center;
}
@media (max-width: 1023px) {
  .product-item .product-actions {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.product-item .product-actions .compare {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.product-item .product-actions .compare img {
  width: 18px;
  height: 18px;
}
.product-item .product-actions .cart {
  width: auto;
}
.product-item .product-actions .cart .cart-icon-button {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.product-item .product-actions .cart .cart-icon {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
.product-item .product-actions .cart .add-to-cart-button {
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.product-item .product-actions .cart .add-to-cart-button .product-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid #ed6c18;
  border-top-color: #dbdbdb;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  animation: spin 0.8s linear infinite;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.product-item .product-actions .cart .add-to-cart-button.loading .cart-icon {
  opacity: 0;
}
.product-item .product-actions .cart .add-to-cart-button.loading .product-spinner {
  opacity: 1;
  visibility: visible;
}
.product-item .product-actions .cart .added_to_cart {
  display: none;
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.product-item .product-actions .added_to_cart {
  display: none !important;
}

.blockUI {
  display: none !important;
}

.ulubione-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 3em 6vw 0em 6vw;
  gap: 3em;
}
.ulubione-content .yith-wcwl-form {
  width: 100%;
}
.ulubione-content .yith-wcwl-form .wishlist_table thead {
  display: none !important;
}
.ulubione-content .yith-wcwl-form .wishlist-items-wrapper {
  display: flex;
  flex-direction: row;
  gap: 2em;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ulubione-content .yith-wcwl-form .wishlist-items-wrapper tr {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 15px;
  background: white;
  transition: all 0.3s ease;
  flex-basis: calc(25% - 1.5em);
  min-width: 250px;
  max-width: 300px;
}
.ulubione-content .yith-wcwl-form .product-remove {
  align-self: flex-end;
  margin-bottom: 10px;
}
.ulubione-content .yith-wcwl-form .product-remove a.remove {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 18px;
  color: rgb(113.5, 113.5, 113.5);
  text-align: center;
  position: absolute;
  left: 0;
  color: #ed6c18;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ulubione-content .yith-wcwl-form .product-thumbnail {
  text-align: center;
  margin-bottom: 15px;
  width: 100% !important;
}
.ulubione-content .yith-wcwl-form .product-thumbnail a {
  width: 100% !important;
  max-width: 100% !important;
}
.ulubione-content .yith-wcwl-form .product-thumbnail img {
  width: 100% !important;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s ease;
}
.ulubione-content .yith-wcwl-form .product-name {
  margin-bottom: 15px;
  flex-grow: 1;
}
.ulubione-content .yith-wcwl-form .product-name a {
  color: #252525;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  transition: color 0.2s ease;
}
.ulubione-content .yith-wcwl-form .product-name a:hover {
  background: linear-gradient(to right, #ed6c18, #ed6c18);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ulubione-content .yith-wcwl-form .product-price {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: auto;
}
.ulubione-content .yith-wcwl-form .product-price del {
  color: #8b8b8b;
  font-size: 0.85rem;
  margin-right: 0.5rem;
}
.ulubione-content .yith-wcwl-form .product-price ins {
  text-decoration: none;
  font-weight: 700;
  background: linear-gradient(to right, #ed6c18, #ed6c18);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.ulubione-content .yith-wcwl-form .product-price .woocommerce-Price-amount {
  background: linear-gradient(to right, #ed6c18, #ed6c18);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ulubione-content .yith-wcwl-form .wishlist-title-container {
  margin-bottom: 2rem;
}
.ulubione-content .yith-wcwl-form .wishlist-title-container .wishlist-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ulubione-content .yith-wcwl-form .wishlist-title-container .wishlist-title h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #252525;
}
.ulubione-content .yith-wcwl-form .wishlist-title-container .wishlist-title .btn {
  padding: 0.5rem 1rem;
  background: linear-gradient(to right, #ed6c18, #ed6c18);
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: none;
}
.ulubione-content .yith-wcwl-form .wishlist-title-container .wishlist-title .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(147.5060240964, 65.1325301205, 11.4939759036, 0.2);
}
@media (max-width: 1024px) {
  .ulubione-content .yith-wcwl-form .wishlist-items-wrapper tr {
    flex-basis: calc(33.333% - 1.34em);
  }
}
@media (max-width: 768px) {
  .ulubione-content .yith-wcwl-form .wishlist-items-wrapper tr {
    flex-basis: calc(50% - 1em);
  }
}
@media (max-width: 480px) {
  .ulubione-content .yith-wcwl-form .wishlist-items-wrapper tr {
    flex-basis: 100%;
  }
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.wishlist-empty {
  width: 100% !important;
  text-align: left !important;
}

.porownywarka-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 5em 6vw 0em 6vw;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.porownywarka-container {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
}

.porownywarka-tabela {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
}
.porownywarka-tabela th,
.porownywarka-tabela td {
  padding: 15px;
  text-align: center;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
}
.porownywarka-tabela th {
  background-color: #f8f8f8;
  font-weight: 600;
  text-align: left;
  width: 200px;
}

.naglowek-porownywarka {
  vertical-align: bottom;
  font-size: 16px;
  padding-bottom: 30px;
}

.produkt-komorka {
  width: 220px;
  position: relative;
  padding-top: 30px;
}

.produkt-usun {
  position: absolute;
  top: 10px;
  left: 10px;
}

.usun-z-porownania {
  color: black !important;
  font-size: 0.9em;
  text-decoration: none;
}
.usun-z-porownania:hover {
  color: #ed6c18 !important;
}

.produkt-obraz {
  margin-bottom: 15px;
}
.produkt-obraz img {
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto;
  display: block;
}

.produkt-nazwa {
  font-weight: 600;
  margin-bottom: 10px;
  min-height: 40px;
}
.produkt-nazwa a {
  color: black;
  text-decoration: none;
}
.produkt-nazwa a:hover {
  color: #ed6c18;
}

.produkt-ocena {
  font-size: 18px;
  color: #f39c12;
}

.star {
  display: inline-block;
  margin: 0 1px;
}
.star.full {
  color: #f39c12;
}
.star.half {
  position: relative;
  color: #f39c12;
}
.star.empty {
  color: #ddd;
}

.porownywarka-actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.porownywarka-pusta {
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1em;
}

.wyczysc-porownanie {
  background-color: #e74c3c;
}
.wyczysc-porownanie:hover {
  background-color: #c0392b;
}

.wiersz-akcji td {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Responsywność */
@media (max-width: 768px) {
  .porownywarka-tabela th {
    width: 150px;
  }
  .produkt-komorka {
    width: 180px;
  }
  .produkt-obraz img {
    max-width: 120px;
    max-height: 120px;
  }
}
/* Licznik produktów w porównaniu */
.porownanie-licznik {
  display: inline-block;
  background-color: #0066cc;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  margin-left: 5px;
}

/* Przycisk porównania na liście produktów */
.product-actions .compare {
  display: flex;
  align-items: center;
  color: #666;
  text-decoration: none;
  margin-right: 10px;
  font-size: 14px;
}
.product-actions .compare img {
  width: 16px;
  height: 16px;
}
.product-actions .compare:hover {
  color: #0066cc;
}

/* Dodatkowe style dla koszyka */
.cart .add-to-cart-button,
.cart .main-button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px 15px;
  font-size: 14px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

body {
  font-weight: 400;
  color: #252525;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  margin: 0 auto !important;
  background-color: #ffffff;
}

main {
  margin: 0 auto !important;
}

h1 {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 3.2rem;
  }
}
h1 span {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h1 span {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  h1 span {
    font-size: 2.6rem;
  }
}
@media (min-width: 1400px) {
  h1 span {
    font-size: 3.2rem;
  }
}

h2 {
  font-weight: 600;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h2 {
    font-size: 1.8rem;
  }
}
h2 span {
  font-weight: 600;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h2 span {
    font-size: 1.8rem;
  }
}

h3 {
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h3 {
    font-size: 1.5rem;
  }
}
h3 span {
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h3 span {
    font-size: 1.5rem;
  }
}

.h3-big {
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  .h3-big {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: white;
}
a:focus {
  text-decoration: none;
}

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

b,
strong {
  font-weight: 700;
}

p,
li,
span,
a,
select {
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #252525;
}
@media (min-width: 1024px) {
  p,
  li,
  span,
  a,
  select {
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
}
a:hover {
  color: #252525;
}

.main-button {
  background-color: #ed6c18 !important;
  padding: 10px 20px !important;
  text-decoration: none !important;
  color: white !important;
  border-radius: 0 !important;
  color: white !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #ed6c18 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main-button span {
  color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.main-button:hover {
  background-color: transparent !important;
  color: #ed6c18 !important;
}

.main-button:hover span {
  background-color: transparent !important;
  color: #ed6c18 !important;
}

.facetwp-slider-reset {
  background-color: #ed6c18 !important;
  padding: 10px 20px !important;
  text-decoration: none !important;
  color: white !important;
  border-radius: 0 !important;
  color: white !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #ed6c18 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: none !important;
  margin-top: 0.5em !important;
}

.facetwp-slider-reset:hover {
  background-color: transparent !important;
  color: #ed6c18 !important;
}

.wpcf7-submit {
  background-color: #ed6c18 !important;
  padding: 10px 20px !important;
  text-decoration: none !important;
  color: white !important;
  border-radius: 0 !important;
  color: white !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #ed6c18 !important;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background-color: transparent !important;
  color: #ed6c18 !important;
}

.wc-block-components-product-metadata__description {
  display: none !important;
}

.main-button-outline {
  background-color: transparent;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid white;
  color: white !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.main-button-outline:hover {
  background-color: #ed6c18;
  color: white !important;
}

.main-button-outline-color {
  background-color: transparent;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #ed6c18;
  color: black !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-align: center;
}

.main-button-outline-color:hover {
  background-color: #ed6c18;
  color: white !important;
}

.single-page-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 3em 6vw 0em 6vw;
  gap: 1em;
}
.single-page-section ol,
.single-page-section ul {
  margin-left: 1.3em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.error-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  gap: 2em;
  padding: 3em 6vw 0em 6vw;
  height: 50vh;
  position: relative;
}
.error-404 .page-title {
  font-size: 15em;
  color: #ed6c18;
  z-index: 2;
  text-align: center;
}
@media (max-width: 1024px) {
  .error-404 .page-title {
    font-size: 10em;
  }
}
.error-404 h2 {
  text-align: center;
}
.error-404 .buttons-inline {
  display: flex;
  flex-direction: row;
  gap: 1em;
  z-index: 2;
}
.error-404 img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  height: 400px;
  z-index: 1;
  pointer-events: none;
}

/* Ukryj puste filtry przez CSS */
.facetwp-filter-section:has(.facetwp-facet:empty) {
  display: none;
}/*# sourceMappingURL=main.css.map */