@charset "UTF-8";
.button.single_add_to_cart_button, .button {
  border: none;
  background-color: #2b2e70;
  padding: 16.5px 20px;
  font-family: "open_sansbold";
  width: 100%;
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin-top: 16px;
  transition: 0.35s;
}

.button.single_add_to_cart_button {
  font-size: 21px;
}
.button.single_add_to_cart_button:hover, .button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #17193c;
}

.woocommerce-product-gallery {
  position: sticky;
  top: 20px;
  align-self: flex-start;
}
.woocommerce-product-gallery .flex-viewport {
  position: fixed;
  top: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.woocommerce-product-gallery .flex-viewport img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px solid #E2E2E2;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
  float: left;
}
.woocommerce-product-gallery__trigger {
  display: none;
}
.woocommerce-product-gallery .wp-post-image {
  aspect-ratio: 3/2;
  height: auto;
  object-fit: cover;
}
.woocommerce-product-gallery__wrapper > div:not(:first-child) {
  position: relative;
}
.woocommerce-product-gallery__wrapper > div:not(:first-child)::before {
  content: "Zdjęcie poglądowe, niepowiązane z kolorem";
  position: absolute;
  bottom: 4px;
  right: 4px;
  background-color: #2b2e70;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
}

.woocommerce-message {
  padding: 16px 24px;
  background-color: #2b2e70;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
}

.woocommerce-notices-wrapper .woocommerce-message:nth-child(2) {
  display: none;
}

.single-product .container {
  max-width: 1300px;
}
.single-product .navbar #menu-menu-glowne {
  padding-left: 0;
  margin-left: auto;
}

.single-product.single {
  margin: 0;
}

.woocommerce-loop-product__title {
  font-size: 18px;
  color: #212529;
  font-weight: 500;
  font-family: "Inter";
  line-height: 1.3;
  margin-top: 12px;
}

.product-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
  position: relative;
}
.product-container .woocommerce-product-gallery, .product-container .summary {
  flex: 1;
  min-width: 300px;
}
.product-container .wapf-field-row:last-child {
  border-bottom: 1px solid #E2E2E2;
}
.product-container .wapf-input {
      font-family: "Inter";
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #E2E2E2;
    background-color: #fff;
    padding: 12px 12px;
    position: relative;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
}
.product-container .wapf-input::-ms-expand {
  display: none;
}
.product-container .wapf-input:focus {
  border-color: #2b2e70;
  outline: none;
}
.product-container select.wapf-input {
  cursor: pointer;
  background-image: url("./images/arrow-select.svg");
  background-position: right 12px center;
  background-repeat: no-repeat;
  padding-right: 36px;
}
.product-container .wapf-radios {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.product-container .wapf-swatch {
  border: 1px solid #E2E2E2;
  background-color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}
.product-container .wapf-swatch.wapf-checked {
  border-color: #2b2e70;
}
.product-container .wapf-wrapper {
  margin-left: unset !important;
}
.product-container .wapf-field-container {
  padding-right: unset !important;
  padding-left: unset !important;
}
.product-container .wapf-field-input input {
  height: 46px;
}
.product-container .wapf-field-input .choices {
  margin-bottom: 0 !important;
}
.product-container .wapf-checkable {
  border: 1px solid #E2E2E2;
  background-color: #fff;
  width: 100%;
  max-width: 150px;
  padding: 7.5px;
  display: inline-flex;
  justify-content: center;
  border-radius: 5px;
  align-items: center;
  transition: 0.35s;
}
@media (max-width: 428px) {
  .product-container .wapf-checkable {
    max-width: unset;
    width: auto;
  }
}
.product-container .wapf-checkable.wapf-checked {
  background-color: #2b2e70;
  font-weight: 500;
  color: #fff;
  border-color: #2b2e70;
  background-color: #2b2e70;
}
.product-container .wapf-checkable input {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.product-container .wapf-checkable .wapf-label-text {
  padding: 0;
  font-size: 17px;
}
.product-container .wapf-checkable .wapf-input-label {
  margin: 0;
}
.materials__item.selected {
    background-color: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 5px !important;
    padding: 6px !important;
}
.product-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 72px;
  font-family: "Inter";
}
.product-name {
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
  color: #212529;
  font-family: "Inter";
}
.product-price {
  font-size: 40px;
  font-weight: 500;
  font-family: "Inter";
  line-height: 56/40;
  color: #212529;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
.product-price-old {
  font-size: 16px;
  color: #787878;
  font-weight: 500;
}
.product-box {
  background-color: #fafafa;
  padding: 24px;
  margin-bottom: 16px;
}
.product-box-omnibus, .product-box-danger {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.product-box-omnibus p, .product-box-danger p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
.product-box-omnibus p {
  color: #787878;
}
.product-box-omnibus p b {
  font-weight: 500;
  color: #212529;
}
.product-box-danger {
  background-color: #D65358;
  margin-bottom: 0;
}
.product-box-danger p {
  color: #fff;
}
.product-box-danger img {
  filter: brightness(0) invert(1);
}
.product-box-add-to-cart {
  margin-bottom: 16px;
}
.product-badge {
  display: inline-flex;
  background-color: #3EA5DF;
  height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
.product-badge-text {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
}
.product-badge-sale {
  background-color: #D65358;
}
.product-badge-container {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.flex-control-nav {
  display: flex;
  padding: 0;
  margin: 16px 0 0;
  gap: 16px;
  list-style: none;
}
.flex-control-nav li {
  aspect-ratio: 12/10;
  width: 100%;
}
.flex-control-nav li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #E2E2E2;
}

.woocommerce-Tabs-panel:first-child {
  display: block !important;
}

.woocommerce-tabs {
  margin-top: 32px;
}
.woocommerce-tabs h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}

.upsell__heading {
  font-weight: 500;
  font-size: 32px;
  margin-top: 32px;
}
.upsell__container {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .upsell__container {
    flex-wrap: wrap;
  }
}
.upsell__item {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: 16px;
  padding: 8px;
  border: 1px solid #E2E2E2;
  min-width: 200px;
}
.upsell__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2E2E2;
  height: 100%;
  width: 56px;
}
.upsell__button img {
  width: 14px;
  height: 14px;
}
.upsell__name {
  font-size: 14px;
  font-weight: 400;
  margin: auto 0;
}
.upsell__image {
  aspect-ratio: 1/1;
  width: 84px;
  object-fit: cover;
}

.navbar-collapse > #menu-menu-glowne > li:last-child {
  margin-left: 20px;
}
.navbar-collapse > #menu-menu-glowne > li:last-child a {
  color: #fff !important;
  background-color: #2b2e70;
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  line-height: 24px;
  height: 40px;
  padding: 8px 10px !important;
  font-weight: 400;
  width: 100%;
  max-width: 176px;
  font-size: 14px !important;
}
.navbar-collapse > #menu-menu-glowne > li:last-child a img {
  height: 24px;
  width: auto;
  filter: invert(1);
}

.product-container {
  display: flex;
  gap: 30px;
}

/* Make sure the gallery doesn't stick on mobile */
@media (max-width: 768px) {
  .product-container {
    flex-direction: column;
  }

  .woocommerce-product-gallery {
    position: relative;
    top: 0;
  }
}
.pswp__button, button.pswp__button {
  background-image: none !important;
  background: none !important;
}

button.pswp__button--arrow--prev {
  float: left;
}

.navbar #menu-menu-glowne {
  justify-content: flex-end;
  padding-left: unset !important;
}

.choices {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100% !important;
  margin-bottom: 0;
  background-color: #fff;
}
.choices.is-focused .choices__inner {
  border-color: #2b2e70;
}
.choices__inner {
  border: 1px solid #E2E2E2;
  padding: 8px 12px;
  min-height: auto;
  border-radius: 0;
  background-image: url("./images/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  background-color: #fff !important;
}
.choices__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.choices__input::-ms-expand {
  display: none;
}
.choices__list--single {
  padding: 0;
}
.choices__list--single .choices__item {
  display: block;
  line-height: 27px;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
}
.choices__list--dropdown .choices__item img, .choices__list[aria-expanded] .choices__item img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  margin-right: 8px;
  border-radius: 3px;
}
.choices__list--dropdown .choices__item .choices__label, .choices__list[aria-expanded] .choices__item .choices__label {
  flex: 1;
}
.choices__inner .choices__item {
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.choices__inner .choices__item img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  margin-right: 8px;
  border-radius: 3px;
}
.choices__inner .choices__item .choices__label {
  flex: 1;
}

.choices__img {
  width: 24px;
  height: 24px;
  margin-right: 7px;
  vertical-align: middle;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  display: flex;
  align-items: center;
}

.choices__list--single {
  display: flex;
  align-items: center;
  padding: 0 !important;
}

.choices__list-wrapper {
  display: flex;
  align-items: center;
}
.choices__list-wrapper-option {
  display: flex;
  align-items: center;
  height: 36px;
  margin: 0 8px;
  padding-bottom: 1px solid #E2E2E2;
}
.choices__list-wrapper-option img {
  height: 20px;
  width: 20px;
}

.choices__list-wrapper-option--no-img {
  display: none;
}

.woocommerce-page .products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
  list-style: none;
  padding: 0;
  margin-top: 24px;
}

.woocommerce-page .products .product {
  border: 1px solid #eee;
  min-width: 300px;
  display: flex;
  padding: 14px;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.3s ease, transform 0.3s ease; /* płynna animacja */
}

.woocommerce-page .products .product:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* cień po najechaniu */
  transform: translateY(-4px); /* lekkie uniesienie */
}

.woocommerce-page .products .product img {
  width: 100%;
  aspect-ratio: 3/2;
  height: auto;
  object-fit: contain;
}

.trp-language-switcher > div {
  padding: 0 !important;
}

/* Remove default select styling for variation selects */
.variation-select-with-images {
  display: none !important;
}

/* Style variation options in the original select (for fallback) */
.variation-option {
  display: flex;
  align-items: center;
  gap: 8px;
}
.variation-option-image {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 3px;
}
.variation-option-label {
  flex: 1;
}

.gardbis__visualizer__container {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.gardbis__visualizer__img-1 {
  filter: grayscale(1) brightness(3);
}
.gardbis__visualizer__img-1, .gardbis__visualizer__img-2 {
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gardbis__visualizer__img-2 {
  z-index: 4;
}
.gardbis__visualizer__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
  background-size: 22px 22px;
  filter: blur(1px);
  background-position: center;
  background-repeat: repeat;
}

.trp-language-switcher {
  width: auto !important;
}

.trp-ls-shortcode-current-language {
  border: none !important;
}