@charset "UTF-8";
header#header {
  z-index: 100;
  position: relative;
  margin: auto;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #fff;
}
@media (max-width: 991px) {
  header#header {
    position: fixed;
  }
}
header#header .top-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  header#header .top-header {
    display: none;
  }
}
header#header .top-header .wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
header#header .top-header .wrapper .item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
header#header .top-header .wrapper .item svg {
  height: 24px;
  width: auto;
}
@media (max-width: 991px) {
  header#header .main-header-wrapper.show {
    height: 100vh;
    overflow-y: scroll;
  }
}
@media (max-width: 991px) {
  header#header .header-mega-wrap {
    display: none;
  }
}
header#header .main-header {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  header#header .main-header {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    width: 100%;
  }
}
header#header .logo {
  color: #000;
  text-decoration: none;
  position: relative;
  z-index: 99;
}
header#header .logo svg,
header#header .logo img {
  width: 150px;
  height: auto;
}
@media (max-width: 991px) {
  header#header .logo svg,
  header#header .logo img {
    width: 100px;
    padding-left: 20px;
  }
}
header#header .header-wrap-desktop {
  display: flex;
  gap: 69px;
  align-items: center;
}
@media (max-width: 1240px) {
  header#header .header-wrap-desktop {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  header#header .header-wrap-desktop {
    display: none;
  }
}
header#header .header-wrap-desktop .call-wrap {
  font-size: 12px;
  font-weight: 500;
  background-color: var(--secondary);
  color: #8a867b;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 44px;
  flex-direction: column;
  line-height: 14px;
  border-radius: 5px;
}
@media (max-width: 1240px) {
  header#header .header-wrap-desktop .call-wrap {
    width: 180px;
  }
}
@media (max-width: 991px) {
  header#header .header-wrap-desktop .call-wrap {
    position: absolute;
    bottom: 70px;
    right: 40px;
  }
}
header#header .header-wrap-desktop .call-wrap .label {
  margin-bottom: 3px;
}
header#header .header-wrap-desktop.active {
  display: block;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}
header#header .header-nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 991px) {
  header#header .header-nav-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding-top: 150px;
  }
}
header#header .header-nav-menu .menu-item {
  position: relative;
  cursor: pointer;
  list-style-type: none;
}
@media (max-width: 991px) {
  header#header .header-nav-menu .menu-item {
    width: 100%;
    text-align: right;
  }
}
header#header .header-nav-menu .menu-item a {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
  color: #000;
  white-space: pre;
  text-decoration: none;
}
header#header .header-nav-menu .menu-item a:hover {
  color: var(--primary) !important;
}
@media (max-width: 991px) {
  header#header .header-nav-menu .menu-item a {
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
  }
}
header#header .header-nav-menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  z-index: 999;
  width: -moz-max-content;
  width: max-content;
  padding: 7px 20px 20px 20px;
}
@media (max-width: 991px) {
  header#header .header-nav-menu .menu-item .sub-menu {
    right: -15px;
    top: 0;
    position: relative;
    padding-right: 0;
    padding-bottom: 0;
    background-color: var(--primary);
  }
}
header#header .header-nav-menu .menu-item .sub-menu .menu-item {
  position: relative;
  z-index: 999;
  min-width: 300px;
  list-style-type: none;
  height: auto !important;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  header#header .header-nav-menu .menu-item .sub-menu .menu-item:hover {
    background-color: var(--primary) !important;
  }
}
@media (max-width: 991px) {
  header#header .header-nav-menu .menu-item .sub-menu .menu-item.current_page_item {
    background-color: var(--primary) !important;
  }
}
header#header .header-nav-menu .menu-item .sub-menu .menu-item a {
  padding-bottom: 7px;
  font-weight: 400;
  line-height: 1.125rem;
  font-size: 0.75rem;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 85px;
}
@media (max-width: 991px) {
  header#header .header-nav-menu .menu-item .sub-menu .menu-item a {
    font-size: 16px;
    padding-right: 0;
    justify-content: flex-end;
  }
}
header#header .header-nav-menu .menu-item .sub-menu .menu-item {
  width: 43.09px;
  height: 29.03px;
  background: #fff;
}
@media (max-width: 991px) {
  header#header .header-nav-menu .menu-item .sub-menu .menu-item {
    background-color: var(--primary);
  }
}
header#header .header-nav-menu .menu-item .sub-menu .triangle {
  width: 100%;
  height: 13px;
  position: absolute;
  top: -13px;
  display: flex;
  justify-content: center;
  left: 0;
}
header#header .header-nav-menu .menu-item .sub-menu .triangle:before {
  content: "";
  height: 13px;
  background-color: #fff;
  width: calc(50% - 13.5px);
  border-top-left-radius: 15px;
}
header#header .header-nav-menu .menu-item .sub-menu .triangle:after {
  content: "";
  height: 13px;
  background-color: #fff;
  width: calc(50% - 13.5px);
  border-top-right-radius: 15px;
}
@media (min-width: 992px) {
  header#header .header-nav-menu .menu-item:hover .sub-menu {
    display: block;
  }
}
header#header .header-nav-menu .menu-item.open .sub-menu {
  display: block;
}
@media (max-width: 991px) {
  header#header .header-nav-menu .current-menu-item {
    background-color: transparent;
    padding: 0;
  }
}
header#header .header-nav-menu .current-menu-item a {
  font-weight: 700;
}
@media (max-width: 991px) {
  header#header .header-nav-menu .current-menu-item a {
    background-color: var(--primary);
    padding: 7px 20px;
    border-radius: 12px;
  }
}
header#header .hamburger {
  display: none;
}
@media (max-width: 991px) {
  header#header .hamburger {
    display: flex;
    position: absolute;
    top: 35px;
    right: 20px;
    justify-content: flex-end;
    gap: 5px;
    z-index: 99;
    flex-direction: column;
  }
  header#header .hamburger span {
    width: 30px;
    height: 3px;
    background-color: var(--primary);
    display: flex;
    border-radius: 10px;
  }
}
header#header .hamburger.hide {
  display: none;
}
header#header .close-menu {
  display: none;
}
header#header .close-menu.active {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
}
header#header .close-menu.active svg {
  width: 18px;
  height: auto;
}

.loggin {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loggin img,
.loggin svg {
  width: 24px !important;
  height: auto;
  filter: brightness(0);
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  background-color: #f9f9f9;
  border-radius: 12px;
  width: 500px;
}

.mobile-header {
  display: none;
}
@media (max-width: 991px) {
  .mobile-header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
  }
}

.desktop-header {
  display: flex;
  gap: 25px;
  align-items: center;
}

@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav {
  z-index: 101;
  background: #fff;
  position: fixed;
  top: 74px;
  left: 0;
  width: 100%;
  height: calc(100% - 74px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.mobile-nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.mobile-nav-menu .menu-item a {
  color: #000;
  text-align: center;
  text-decoration: none;
}
.mobile-nav.active {
  opacity: 1;
  visibility: visible;
}

#wpadminbar {
  bottom: 0 !important;
  top: inherit !important;
  transform: translateY(32px);
  transition-duration: 0.5s;
}
#wpadminbar:hover {
  transform: translateY(0px);
}

.wc-block-mini-cart__template-part .wc-block-components-button {
  color: #fff;
  border-radius: 12px;
}
.wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-title-block {
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
}
.wc-block-mini-cart__template-part .wc-block-components-drawer__close svg {
  width: 30px;
}

.header-category .et-container {
  position: relative;
}
.header-category .header-category-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .header-category .header-category-top.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }
}
.header-category .header-category-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
@media (max-width: 991px) {
  .header-category .header-category-inner {
    flex-direction: column-reverse;
    gap: 10px;
    align-items: flex-end;
    padding-bottom: 10px;
  }
}
.header-category .header-category-inner .all-cat {
  background-color: var(--secondary);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
  position: relative;
  z-index: 21;
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  width: 350px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .header-category .header-category-inner .all-cat {
    border-radius: 8px;
  }
}
.header-category .header-category-inner .all-cat svg {
  height: 20px;
  width: auto;
}
.header-category .header-category-inner .all-cat svg path {
  fill: #fff;
}
@media (max-width: 991px) {
  .header-category {
    display: none;
    justify-content: flex-end;
  }
  .header-category.active {
    display: flex;
    flex-direction: column;
  }
}

.account-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.account-container .account-label {
  display: flex;
  gap: 6px;
  flex-direction: column;
}
.account-container .account-label span:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  display: flex;
}
.account-container .account-label span:nth-child(2) {
  font-size: 12px;
}
.account-container svg {
  height: 50px;
  width: auto;
}
.account-container svg path {
  fill: var(--primary);
}

.mega-menu-category {
  position: absolute;
  top: 100%; /* Menu zaczyna się tuż poniżej .all-cat */
  left: 0;
  width: 100%; /* Dostosowanie szerokości menu */
  transform: translateY(-20px); /* Menu jest początkowo schowane o 20px w górę */
  opacity: 0;
  visibility: hidden;
  transition: transform 0.1s ease, opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1;
}
.mega-menu-category.show {
  transform: translateY(0); /* Menu przesuwa się na swoje miejsce */
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .mega-menu-category.show {
    padding-bottom: 100px;
  }
}

.mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 280px;
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
  box-shadow: 1px 2px 5px rgba(134, 142, 150, 0.12);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.mega-menu-item {
  position: relative;
}

.mega-menu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  text-decoration: none;
  color: #333;
  background: #fff;
  border-bottom: 1px solid #f2f2f5;
  transition: background 0.3s;
}

.mega-menu-item.has-submenu > .mega-menu-link::after {
  content: "▶"; /* → Strzałka w prawo */
  font-size: 12px;
  margin-left: auto;
  display: flex;
  transition: transform 0.3s;
}

.mega-menu-item:hover > .mega-menu-link {
  background: rgba(255, 142, 0, 0.1);
  border-radius: 4px;
}

.mega-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  box-shadow: 1px 2px 5px rgba(134, 142, 150, 0.12);
  min-width: 200px;
  display: none;
  padding: 20px;
  border-radius: 8px;
}

.mega-menu-item:hover > .mega-submenu {
  display: block;
}

.mega-submenu-link {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  transition: background 0.3s;
}

.mega-submenu-link:hover {
  background: rgba(255, 142, 0, 0.1);
  border-radius: 4px;
}

@media (max-width: 991px) {
  .mega-menu {
    position: static; /* Żeby nie było absolute */
  }
  .mega-menu-list {
    width: 100%;
  }
  .mega-menu-item {
    position: relative;
  }
  /* Ukrywamy submenu domyślnie na mobilnych */
  .mega-submenu {
    display: none;
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 10px 0;
  }
  /* Styl aktywnego submenu */
  .mega-menu-item.active > .mega-submenu {
    display: block;
  }
  /* Strzałka – zmiana orientacji po rozwinięciu */
  .mega-menu-item.has-submenu > .mega-menu-link::after {
    content: "▼"; /* ▼ strzałka w dół */
    font-size: 12px;
    margin-left: 10px;
    transition: transform 0.3s;
  }
  .mega-menu-item.active > .mega-menu-link::after {
    transform: rotate(180deg); /* Obrócona strzałka w górę */
  }
}
@media (max-width: 991px) {
  .mega-menu {
    position: static; /* Żeby nie było absolute */
  }
  .mega-menu-list {
    width: 100%;
  }
  .mega-menu-item {
    position: relative;
  }
  /* Ukrywamy submenu domyślnie na mobilnych */
  .mega-submenu {
    display: none;
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 10px 0;
  }
  /* Styl aktywnego submenu */
  .mega-menu-item.active > .mega-submenu {
    display: block;
  }
  /* Strzałka – zmiana orientacji po rozwinięciu */
  .mega-menu-item.has-submenu > .mega-menu-link::after {
    content: "▼"; /* ▼ strzałka w dół */
    font-size: 12px;
    margin-left: 10px;
    transition: transform 0.3s;
  }
  .mega-menu-item.active > .mega-menu-link::after {
    transform: rotate(180deg); /* Obrócona strzałka w górę */
  }
}/*# sourceMappingURL=style.css.map */