@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bs-body-font-family: "Roboto", sans-serif;
  --bs-body-font-size: 1rem;
}

body {
  --bs-body-font-family: "Roboto", sans-serif;
  --bs-body-font-size: 1rem;
}

html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* color: var(--bs-heading-color); */
  font-weight: 500;
  /* line-height: 1.2; */
  /* margin-bottom: .5rem; */
  /* margin-top: 0; */
}

/* =====================================================================================================================
| NEWSLETTER
===================================================================================================================== */
.email-subscription .email-subscription__label {
  color: var(--bs-gray-800);
  font-size: 1rem;
  line-height: 1.25rem;
}

/* =====================================================================================================================
| NAVBAR LOGO
===================================================================================================================== */
.header-bottom .navbar-brand {
  /*  */
  max-height: max(50px, 10vh);
  max-width: 130px;
  padding: 10px 30px 10px 0;
  margin: 3px 0;
}

/* =====================================================================================================================
| PRODUCT MINIATURE
===================================================================================================================== */
.product-miniature {
  margin-bottom: 6rem;
}

.product-miniature__title {
  text-align: center;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: var(--bs-body-color);
}

.product-miniature .product-miniature__infos__top {
  height: auto;
}

.product-miniature__infos__bottom {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.product-miniature__infos__bottom .product-list-reviews {
  display: none;
}

.product-miniature__infos__bottom form {
  flex-direction: column;
  margin-top: 0 !important;
}

.product-miniature__infos__bottom form .btn span {
  display: inline !important;
  position: static !important;
}

.product-miniature__infos__bottom form .quantity-button .btn {
  border-width: 0;
}

.product-miniature__infos__bottom form .quantity-button .form-control {
  height: 30px;
}

.product-miniature__quickview {
  display: none !important;
}

/* =====================================================================================================================
| PRODUCT DETAILS CUSTOM
===================================================================================================================== */
.page-product .product-details-custom .product__details {
  margin-bottom: 0;
}

/* =====================================================================================================================
| PRODUCT DETAILS LIST CUSTOM
===================================================================================================================== */
.page-product .product-miniature .product-details-list-custom li {
  margin-bottom: 0.7rem;
  font-size: 0.9rem;
}
.page-product .product-miniature .product-details-list-custom li img {
  width: 16px;
  height: auto;
}
.page-product #product .product-details-list-custom li {
  margin-bottom: 1rem;
}
.page-product #product .product-details-list-custom li img {
  width: 20px;
  height: auto;
}
.page-product .product__prices .product__discount {
  flex-basis: 100%;
}
.page-product .product__prices .prices__wrapper {
  flex-direction: row !important;
  display: flex !important;
  flex-wrap: wrap;
}
.page-product .product__add-to-cart .product-actions__button button {
  width: max-content;
}

.theme-extender .tile .label {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}
.theme-extender .tile .image {
  display: block;
}
.theme-extender .tile .image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.theme-extender .tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  align-items: baseline;
}

.theme-extender .tile {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 15px);
}

@media (min-width: 768px) {
  .theme-extender .tile {
    flex-basis: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 992px) {
  .theme-extender .tile {
    flex-basis: calc(25% - 23px);
  }
}
#top-menu ul.submenu[data-depth="2"] > li {
  padding: 5px 0;
}

/* Zapewnij, że element nadrzędny jest punktem odniesienia */
.menu-item, .dropdown {
  position: relative !important;
}

/* Wymuś pozycjonowanie podmenu blisko rodzica */
#top-menu .dropdown-menu {
  left: 25% !important; /* Wyświetla menu po prawej stronie rodzica */
  top: 0 !important; /* Wyrównuje do góry aktualnego elementu */
  transform: translateY(-25%) !important; /* Blokuje błędne przeliczenia JavaScriptu */
  margin-left: 10px !important; /* Lekki odstęp od strzałki */
}

#cart-subtotal-shipping .cart-summary__value {
  text-align: end;
  width: 310px;
}
#cart-subtotal-shipping .cart-summary__line__value {
  text-align: end;
}

/*# sourceMappingURL=custom.css.map */
