body{
  font-family: Jost, sans-serif;
}

:root {
  --bs-primary: #c5203d;
}

.btn.btn-primary{
  color: #fff;
  background: #222;
  border: 1px solid #222;
}

@media (max-width: 769px) {
  .container, .container-sm, .container-xs {
    width:100%;
    max-width: 100%;
  }
  .logo.img-fluid{
    max-height: 56px;
    max-width: 56px !important;;
  }
}

.btn {
  font-size: 16px !important;
  line-height: 150% !important;
  font-weight: 600 !important;
  text-decoration: none;
  color: #343a40;
  text-transform: uppercase;
  box-shadow: none;
  border-radius: 8px;
  /* letter-spacing: 1.5px; */
  width: 100%;
  border: 1px solid #343a40;
}
.form-check{}

.logo.img-fluid {
  max-width: 100px;
}

@media (min-width: 768px) {
  .ratio-homeSlider {
    --bs-aspect-ratio: 3.491 !important;
    max-height: 550px;
    height: 100%;
  }
}

.carousel.slide {
  position: static;
}

.product-miniature .product-miniature__quickview {
  padding: 0;
}

.product-miniature .product-miniature__quickview form {
  width: 100%;
}

.product-miniature .product-miniature__quickview .btn {
  width: 100%;
  max-width: 100%;
  border-radius: 0 0 12px 12px;
  font-size: 14px;
  line-height: 1.5 !important;
  font-weight: 500;
}

.product-miniature .product-miniature__quickview .btn:hover {
  background: #222;
  color: #fff;
}

.product-miniature .product-miniature__link:hover .product-miniature__image {
  transform: scale(1);
}

.product-miniature .card:hover {
  filter: none;
}

.product-miniature .product-miniature__link {
  padding: 12px 0;
}

.product-miniature .product-miniature__title {
  font-size: 14px !important;
  line-height: 1.445 !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
  text-decoration: none;
  overflow: hidden;
  color: #222;
}

.product-flags {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  left: 0;
  padding: 0;
  margin: 0;
  gap: 4px;
}

.product-flags li {
  margin: 0 4px 0 0;
}

.email-subscription {
  background-color: #ebebeb;
}
#customer-form > section > div.field-password-policy > div.mb-3 > div > button,
#login-form > div:nth-child(3) > div > button {
  max-width: 10%;
}
#promo-code > div > form > button{
  max-width: 30%;
}

.header {
  position: static;
}

a{
  color:#343A40
}

.btn:hover{
  background: #c5203d;
  border-color:#c5203d;
}


@media (max-width: 1199px) {
  .header-bottom {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    line-height: 0 !important;
  }

  .header-bottom .header-bottom__container {
    padding: 0 !important;
    margin: 0 !important;
  }

  .header-bottom .header-bottom__row {
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    visibility: hidden !important;
    min-height: 0 !important;
  }

  .header-bottom .main-menu {
    display: none !important;
  }
}

nav.header_user_menu {
  display: none !important;
}

.header-desktop-burger {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  margin-right: 4px;
  cursor: pointer;
  color: #222;
  flex-shrink: 0;
}

.header-desktop-burger:focus {
  outline: none;
}

.header-icons {
  height: 100%;
}

.header-icon-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
  color: #222;
  transition: color 0.2s ease;
}

.header-icon-block:hover {
  color: #000;
  text-decoration: none;
}

.header-icon-block__icon {
  font-size: 22px;
  line-height: 1;
  display: block;
}

.header-icon-block__label {
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  display: block;
}

.icon-position {
  position: relative;
  display: inline-block;
}

.header-icon-block__badge {
  position: absolute;
  top: -7px;
  right: -10px;
  background: #e02020;
  color: #fff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#search_widget {
  width: 100%;
  max-width: 480px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #search_widget {
    max-width: 80% !important;
    min-width: auto !important;
    width: 80% !important;
  }
}

@media (min-width: 1200px) {
  #search_widget {
    min-width: 20rem;
  }
}

#search_widget form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  background: transparent;
}

#search_widget form input[type="search"] {
  order: 1;
  flex: 1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 14px;
  color: #222;
  padding: 4px 0;
  -webkit-appearance: none;
  appearance: none;
}

#search_widget form input[type="search"]:focus,
#search_widget form input[type="search"]:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

#search_widget form input[type="search"]::placeholder {
  color: #aaa;
  font-size: 14px;
}

#search_widget form button {
  order: 2;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  outline: none !important;
  box-shadow: none !important;
  width: 20px;
  height: 20px;
}

#search_widget form button:focus,
#search_widget form button:active {
  outline: none !important;
  box-shadow: none !important;
}

#search_widget form button svg {
  display: block;
  width: 20px;
  height: 20px;
}

.search-widgets__dropdown {
  position: absolute;
  z-index: 999;
  background: #fff;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.search-widgets__results {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-result__link {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  text-decoration: none;
  color: #222;
}

.search-result__link:hover {
  background-color: #f1f1f1;
}

.search-result__image {
  width: 50px;
  height: auto;
  margin-right: 10px;
}

.search-result__name {
  margin: 0;
  font-size: 14px;
}

.mobile-search-form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  width: 100%;
}

.mobile-search-input {
  flex: 1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 14px;
  color: #222;
  padding: 4px 0;
  -webkit-appearance: none;
  appearance: none;
}

.mobile-search-input:focus,
.mobile-search-input:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.mobile-search-input::placeholder {
  color: #aaa;
  font-size: 14px;
}

.mobile-search-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  outline: none !important;
}

.mobile-search-btn:focus,
.mobile-search-btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.header-topbar {
  padding: 6px 16px;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.header-topbar__account-wrapper {
  position: relative;
}

.header-topbar__account {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #222;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.header-topbar__account:hover {
  color: #000;
}

.topbar-chevron {
  transition: transform 0.2s ease;
}

.header-topbar__account.is-open .topbar-chevron {
  transform: rotate(180deg);
}

.header-topbar__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  min-width: 160px;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.header-topbar__dropdown.is-open {
  display: block;
}

.header-topbar__dropdown-item {
  display: block;
  padding: 10px 16px;
  font-size: 13px;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #f5f5f5;
}

.header-topbar__dropdown-item:last-child {
  border-bottom: none;
}

.header-topbar__dropdown-item:hover {
  background: #f5f5f5;
  color: #000;
}

.header-top {
  border-bottom: none;
}

.header-mobile {
  padding: 10px 0;
  width: 100%;
}

.header-mobile__left,
.header-mobile__right {
  flex: 1;
}

.header-mobile__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-mobile__center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-mobile__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-mobile__hamburger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #222;
  display: flex;
  align-items: center;
}

.header-mobile__icon {
  color: #222;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.header-mobile__icon:hover {
  color: #000;
}

@media (max-width: 767px) {
  #_mobile_user_info,
  #_mobile_cart {
    display: none !important;
  }
}

/* ===== MAIN MENU - DESKTOP ===== */
#top-menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

#top-menu > li.js-menu-item-lvl-0 {
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.main-menu__tree__link[data-depth="0"] {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  letter-spacing: 0.01em;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  line-height: 1;
}

.main-menu__tree__link[data-depth="0"]:hover {
  color: #000;
  text-decoration: none;
}

.main-menu__tree__link.dropdown-toggle::before,
.main-menu__tree__link.dropdown-toggle::after {
  display: none !important;
}

.main-menu__tree__link.has-children::after {
  content: "^";
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  padding-top:10px;
  margin-left: 3px;
  line-height: 1;
  transform: rotate(180deg);
}

.main-menu__tree__link.dropdown-toggle {
  border: none;
  background: none;
}

.section-title {
  justify-content: center;
  display: flex;
  letter-spacing: 1px;
  font-size: 32px;
  font-weight: 500;
}

.all-product-link {
  border: 1px solid #343A40;
  letter-spacing: 1px;
}

.all-product-link:hover {
  border: 1px solid #343A40;
  background: #343A40;
  color: #fff;
}

.quantity-button button {
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 30px;
}

.quantity-button button.decrement {
  border-right: none;
}

.quantity-button button.increment {
  border-left: none;
}

.product-actions__quantity .input-group > .form-control {
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 50px;
}

.page-product .product__name {
  font-size: 24px !important;
  line-height: 140% !important;
  font-weight: 500 !important;
  letter-spacing: normal;
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 2px solid #ddd;
}

.product__tabs .nav-link {
  font-size: 16px !important;
  line-height: 150% !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em;
  text-transform: uppercase !important;
  border-right: none !important;
  border-left: none !important;
}

.product__tabs .nav-link.active {
  color: #222;
  border-bottom: 2px solid #222;
}

.carousel .carousel-item img {
  max-width: 100%;
  overflow: hidden;
  object-fit: contain;
}

#product-tabs-content {
  margin: 0 auto;
}

#product .details-title {
  font-size: 24px !important;
  line-height: 140% !important;
  font-weight: 500 !important;
  letter-spacing: normal;
  text-decoration: none;
  background: white;
}

.product__features {
  background: white;
}

.product__features .detail {
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.detail .detail__left {
  width: 30%;
}

.detail .detail__left span {
  word-wrap: break-word;
  font-size: 14px !important;
  line-height: 150% !important;
  font-weight: 500 !important;
  letter-spacing: normal;
}

.product__col,
.product__left {
  position: relative;
  margin: 0;
}

#product-images {
  width: calc(50% - 6px);
  aspect-ratio: 0.75;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.product__images {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  flex-direction: column;
}

.js-product-container {
  margin: 0;
}

.thumbnails__container {
  width: calc(50% - 6px);
}

.thumbnails__container .thumbnail img {
  max-width: auto;
}

.product__manufacturer-name a {
  font-size: 14px !important;
  line-height: 100% !important;
  font-weight: 400 !important;
  letter-spacing: normal;
  text-decoration: underline !important;
  text-transform: uppercase !important;
  color: #222;
}

.product__manufacturer-name {
  margin-bottom: 1rem !important;
}

.page-product .product__images__modal-opener {
  align-items: center;
  background-color: #ffffff00;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 10;
}

.product-availability .alert {
  padding: 0;
  border: 0;
  background: none;
  margin-bottom: 20px;
}

.product-availability .alert > div {
  display: flex;
  align-items: center;
  color: #c52240 !important;
  font-size: 20px !important;
  line-height: normal !important;
  font-weight: 500 !important;
  letter-spacing: normal;
  text-decoration: none;
}

.product-availability .alert > div .me-2 {
  display: flex;
}

.wishlist-button-add {
  box-shadow: none !important;
  border-radius: 6px !important;
  cursor: pointer;
  margin: 0 !important;
  padding: 5px 22px !important;
  border: 1px solid #ddd !important;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  background: #fff;
  height: 38px !important;
}

.wishlist-button-add i {
  color: #343A40 !important;
}

.product-actions__quantity,
.product-actions__button {
  margin: 0;
}

@media (max-width: 769px) {
  #product-images {
    width: 100%;
    aspect-ratio: 1;
    border: none;
  }

  .product-actions__quantity .input-group > .form-control {
    width: 100%;
    max-width: 100%;
  }
}

/* ===== PRODUKT - DOSTÄ˜PNOÅšÄ† ===== */
.product__stock-info {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.product__stock-info strong {
  color: #222;
}

.product__stock-info--unavailable {
  color: #c0392b;
}

/* ===== PRODUKT - INFO O WYSYÅCE ===== */
.product__shipping-info {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product__shipping-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #555;
}

.product__shipping-row strong {
  color: #222;
}

.product__shipping-row svg {
  flex-shrink: 0;
  color: #777;
}

.product__shipping-info-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #999;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.product__shipping-info-btn:hover {
  color: #222;
}

/* ===== SHIPPING MODAL ===== */
.shipping-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.shipping-modal.is-open {
  display: block;
}

.shipping-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.shipping-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 700px;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1;
}

.shipping-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e0e0e0;
}

.shipping-modal__title {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.shipping-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  padding: 4px;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}

.shipping-modal__close:hover {
  color: #222;
}

.shipping-modal__body {
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.smd-card {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
}

.smd-card__top {
  padding: 20px 12px 12px;
  border-bottom: 1px solid #e0e0e0;
}

.smd-card__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.smd-card__name {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin-bottom: 4px;
}

.smd-card__type {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #777;
}

.smd-card__price {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
}

.smd-card__rows {
  padding: 12px;
  text-align: left;
}

.smd-card__row {
  display: flex;
  justify-content: space-between;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  color: #444;
  margin-bottom: 6px;
  gap: 4px;
}

.smd-card__row:last-child {
  margin-bottom: 0;
}

.smd-card__row span:first-child {
  color: #999;
  flex-shrink: 0;
}

.smd-card__row span:last-child {
  text-align: right;
  font-weight: 500;
}

@media (max-width: 600px) {
  .shipping-modal__body {
    grid-template-columns: 1fr;
  }
}

/* ===== MOBILE ADD TO CART NA MINIATURZE ===== */
.product-miniature__atc-mobile {
  display: none;
}

@media (max-width: 767px) {
  .product-miniature__atc-mobile {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
  }
}

@media (hover: none) {
  .product-miniature__atc-mobile {
    display: block !important;
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: auto;
    z-index: 10;
  }
}

.product-miniature__atc-mobile-btn {
  width: 46px;
  height: 38px;
  border-radius: 6px !important;
  background: #fff;
  border: 1px solid #ddd;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #222;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.product-miniature__atc-mobile-btn:hover,
.product-miniature__atc-mobile-btn:active {
  background: #222;
  border-color: #222;
  color: #fff;
}

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

/* ===== NEWSLETTER ===== */
.newsletter-block {
  background: #ebebeb;
  padding: 56px 20px;
  cursor: default;
}

.newsletter-block__inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.newsletter-block__title {
  font-family: 'Jost', sans-serif;
  font-size: 42px !important;
  font-weight: 500;
  color: #343A40 !important;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.newsletter-block__subtitle {
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #555;
  margin-bottom: 32px;
}

.newsletter-block__form {
  width: 100%;
}

.newsletter-block__row {
  display: flex;
  gap: 0;
  margin: 0 auto;
}

.newsletter-block__input {
  flex: 1;
  height: 52px;
  padding: 0 20px;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  color: #222;
  background: #fff;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 0;
  outline: none;
}

.newsletter-block__input::placeholder {
  color: #aaa;
  font-family: 'Jost', sans-serif;
}

.newsletter-block__input:focus {
  border-color: #222;
}

.newsletter-block__btn {
  height: 52px;
  padding: 0 28px;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #222;
  border: 1px solid #222;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.newsletter-block__btn:hover {
  background: #000;
  border-color: #000;
}

.newsletter-block__conditions {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  color: #888;
  margin-top: 14px;
}

.newsletter-block__msg {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  margin-top: 12px;
}

.newsletter-block__msg--error {
  color: #c0392b;
}

.newsletter-block__msg--success {
  color: #27ae60;
}

@media (max-width: 400px) {
  .newsletter-block__title {
    font-size: 28px;
  }

  .newsletter-block__subtitle {
    font-size: 15px;
  }

  .newsletter-block__row {
    flex-direction: column;
    max-width: 100%;
  }

  .newsletter-block__input {
    width: 100%;
    border-right: 1px solid #ddd;
    border-bottom: none;
    border-radius: 0;
    min-height: 50px;
  }

  .newsletter-block__btn {
    width: 100%;
    height: 50px;
    border-radius: 0;
  }
}

/* ===== FOOTER ===== */
.footer-container {
  background: #ebebeb;
}

.footer-main {
  background: #ebebeb;
  padding: 56px 0 48px;
}

.footer-main__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 64px;
  align-items: flex-start;
}

.footer-logo-mobile {
  display: none;
}

.footer-left {
  flex-shrink: 0;
  width: 240px;
}

.footer-logo {
  margin-bottom: 24px;
  padding-bottom: 0;
}

.footer-logo img {
  width: 120px;
}

.footer-info-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
  line-height: 1.6;
}

.footer-info-text a {
  color: #555;
  text-decoration: none;
}

.footer-info-text a:hover {
  color: #222;
}

.footer-header {
  font-weight: 600;
  font-size: 15px;
  color: #222;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

.footer-social__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.footer-social__icon:hover {
  opacity: 0.75;
}

.footer-right {
  flex: 1;
  min-width: 0;
}

.footer-links {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.footer-links .footer__block {
  min-width: 130px;
  flex: 1;
}

.footer-links .footer__block__title,
.footer-links .footer__block__title a {
  font-family: 'Jost', sans-serif;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #222 !important;
  margin-bottom: 16px;
  display: block;
  text-decoration: none;
}

.footer-links .footer__block__content {
  display: block !important;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links .footer__block__content li {
  margin-bottom: 10px;
}

.footer-links .footer__block__content li a {
  font-family: 'Jost', sans-serif;
  font-size: 14px !important;
  color: #555 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links .footer__block__content li a:hover {
  color: #222 !important;
}

.footer-links .footer__block__toggle {
  display: none !important;
}

@media (max-width: 1400px) {
  .footer-main__inner {
    gap: 48px;
    padding: 0 32px;
  }
}

@media (max-width: 1200px) {
  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 40px;
  }
}

@media (max-width: 992px) {
  .footer-main__inner {
    gap: 32px;
    padding: 0 24px;
  }

  .footer-left {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .footer-main {
    padding: 24px 0 32px;
  }

  .footer-main__inner {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 0 16px;
    align-items: flex-start;
  }

  .footer-left {
    width: 140px;
    flex-shrink: 0;
  }

  .footer-logo img {
    width: 90px;
  }

  .footer-info-text {
    font-size: 12px;
  }

  .footer-social {
    margin-top: 16px;
  }

  .footer-right {
    flex: 1;
    min-width: 0;
  }

  .footer-links {
    display: none !important;
  }

  .footer-accordion {
    display: flex !important;
  }

  .footer-accordion__item--address {
    display: none;
  }

  .footer-accordion__hook .footer__block {
    border-bottom: 1px solid #d5d5d5;
  }

  .footer-accordion__hook .footer__block__title {
    display: none !important;
  }

  .footer-accordion__hook .footer__block__toggle {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    background: none;
    border: none;
    width: 100%;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-align: left;
  }

  .footer-accordion__hook .footer__block__toggle .footer__block__title {
    display: block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #222 !important;
    margin: 0 !important;
  }

  .footer-accordion__hook .footer__block__toggle .material-icons {
    display: none;
  }

  .footer-accordion__hook .footer__block__toggle::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.25s ease;
  }

  .footer-accordion__hook .footer__block__toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }

  .footer-accordion__hook .footer__block__content {
    padding: 0 0 14px 0;
    list-style: none;
    margin: 0;
  }

  .footer-accordion__hook .footer__block__content li {
    margin-bottom: 8px;
  }

  .footer-accordion__hook .footer__block__content li a {
    font-size: 13px !important;
    color: #555 !important;
    text-decoration: none;
  }

  .footer-social.d-flex.d-md-none {
    justify-content: flex-start !important;
  }

  .footer .footer__block {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .footer-main__inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0 16px;
  }

  .footer-logo-mobile {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 24px;
  }

  .footer-logo-mobile img {
    width: 100px;
  }

  .footer-left {
    display: none;
  }

  .footer-right {
    width: 100%;
  }

  .footer-accordion__item--address {
    display: block !important;
  }

  .footer-accordion__toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    background: none;
    border: none;
    width: 100%;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-align: left;
  }

  .footer-accordion__item {
    border-bottom: 1px solid #d5d5d5;
  }

  .footer-accordion__chevron {
    transition: transform 0.25s ease;
    flex-shrink: 0;
  }

  .footer-accordion__toggle.is-open .footer-accordion__chevron {
    transform: rotate(180deg);
  }

  .footer-accordion__body {
    display: none;
    padding-bottom: 14px;
    font-size: 13px;
    color: #555;
    line-height: 1.7;
  }

  .footer-accordion__body.is-open {
    display: block;
  }

  .footer-accordion__body p,
  .footer-accordion__body a {
    display: block;
    color: #555;
    text-decoration: none;
    margin-bottom: 4px;
  }

  .footer-social.d-flex.d-md-none {
    justify-content: center !important;
    margin-top: 20px;
  }
}

.footer-bar {
  background: #ebebeb;
  border-top: 1px solid #d5d5d5;
  padding: 16px 48px;
  text-align: center;
}

.footer-bar__text {
  font-size: 13px;
  color: #888;
  margin: 0;
}

@media (max-width: 767px) {
  .footer-bar {
    padding: 16px;
  }
}

/* ===== PAGINATION ===== */
.pagination-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 0;
}

.pagination-number {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: #888;
  text-align: center !important;
}

.pagination-list-container {
  justify-content: center !important;
}

.pagination--custom {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination--custom .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: transparent;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  padding: 0;
  line-height: 1;
}

.pagination--custom .page-item .page-link:hover {
  background: #ebebeb;
  color: #222;
}

.pagination--custom .page-item.active .page-link {
  background: #222;
  color: #fff;
}

.pagination--custom .page-link.previous span,
.pagination--custom .page-link.next span {
  display: none !important;
}

.pagination--custom .page-link.previous .material-icons,
.pagination--custom .page-link.next .material-icons {
  display: none;
}

.pagination--custom .page-link.previous::before {
  content: 'v';
  font-size: 18px;
  line-height: 1;
  transform:rotate(90deg)
}

.pagination--custom .page-link.next::after {
  content: 'v';
  font-size: 18px;
  line-height: 1;
  transform:rotate(270deg)}

.pagination--custom .page-item.disabled .page-link {
  width: auto;
  background: transparent;
  color: #999;
  font-size: 14px;
  pointer-events: none;
}

.pagination--custom .page-link:focus,
.pagination--custom .page-link:active {
  box-shadow: none;
  outline: none;
}

/* ===== STRONA DOSTAWA ===== */
.delivery-page {
  font-family: 'Jost', sans-serif;
  color: #222;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px;
}

.delivery-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.delivery-highlight {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.delivery-highlight__icon {
  flex-shrink: 0;
}

.delivery-highlight__title {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 4px;
}

.delivery-highlight__text {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

.delivery-how {
  margin-bottom: 48px;
}

.delivery-how__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.delivery-how__text {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 8px;
}

.delivery-how__note {
  font-size: 13px;
  color: #999;
  font-style: italic;
}

.delivery-pricing__title {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  text-align: center;
  margin-bottom: 32px;
}

.delivery-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.delivery-card {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
}

.delivery-card__top {
  padding: 28px 20px 16px;
  border-bottom: 1px solid #e0e0e0;
}

.delivery-card__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.delivery-card__name {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}

.delivery-card__type {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #777;
}

.delivery-card__price {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.delivery-card__details {
  padding: 16px 20px;
  text-align: left;
}

.delivery-card__row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #444;
  margin-bottom: 8px;
  gap: 8px;
}

.delivery-card__row:last-child {
  margin-bottom: 0;
}

.delivery-card__row span:first-child {
  color: #999;
  flex-shrink: 0;
}

.delivery-card__row span:last-child {
  text-align: right;
  font-weight: 500;
}

.delivery-contact {
  text-align: center;
  padding: 40px 20px;
  background: #ebebeb;
  border-radius: 4px;
}

.delivery-contact__title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.delivery-contact__text {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.delivery-contact__email {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
}

.delivery-contact__email:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .delivery-highlights,
  .delivery-pricing__grid {
    grid-template-columns: 1fr;
  }
}

/* ===== METODY PÅATNOÅšCI ===== */
.pay-wrap {
  font-family: 'Jost', sans-serif;
  color: #222;
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 24px;
  line-height: 1.7;
}

.pay-section-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #222;
}

.pay-intro {
  font-size: 14px;
  color: #444;
  margin-bottom: 12px;
}

.pay-secure {
  font-size: 14px;
  color: #444;
  margin-bottom: 24px;
}

.pay-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 12px;
}

.pay-card__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.pay-card__name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #222;
}

.pay-card__desc {
  font-size: 13px;
  color: #666;
}

.pay-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 32px 0;
}

/* ===== POLITYKA PRYWATNOÅšCI ===== */
.pp-wrap {
  font-family: 'Jost', sans-serif;
  color: #222;
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 24px;
  line-height: 1.8;
}

.pp-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
  letter-spacing: -0.5px;
  color: #222;
}

.pp-section-title {
  font-size: 18px;
  font-weight: 600;
  margin: 32px 0 12px;
  color: #222;
}

.pp-text {
  font-size: 14px;
  color: #444;
  margin-bottom: 12px;
}

.pp-list {
  font-size: 14px;
  color: #444;
  margin: 0 0 12px 20px;
  padding: 0;
}

.pp-list li {
  margin-bottom: 8px;
}

.pp-link {
  color: #222;
  text-decoration: underline;
}

.pp-link:hover {
  color: #000;
}

.pp-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 32px 0;
}

/* ===== O NAS ===== */
.about-hero {
  text-align: center;
  padding: 48px 0 40px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
}

.about-hero__title {
  font-size: 42px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.about-hero__subtitle {
  font-size: 18px;
  color: #777;
  font-weight: 400;
}

.about-section {
  margin-bottom: 8px;
}

.about-values {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 8px;
}

.about-value {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.about-value__icon {
  flex-shrink: 0;
}

.about-value__title {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
}

.about-value__text {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

.about-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0 20px;
}

.about-brand {
  padding: 8px 20px;
  border: 1px solid #222;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.5px;
}

.about-cta {
  text-align: center;
  background: #ebebeb;
  padding: 48px 24px;
  border-radius: 4px;
}

.about-cta__title {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}

.about-cta__text {
  font-size: 14px;
  color: #555;
  margin-bottom: 24px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.about-cta__btn {
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: background 0.2s ease;
}

.about-cta__btn:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 576px) {
  .about-hero__title {
    font-size: 28px;
  }

  .about-hero__subtitle {
    font-size: 15px;
  }

  .about-cta__title {
    font-size: 20px;
  }
}

/* ===== WISHLIST LISTS PAGE ===== */
.wl-header {
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.wl-header__title {
  font-family: 'Jost', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #222;
  letter-spacing: -0.5px;
  margin: 0;
}

.wl-container {
  font-family: 'Jost', sans-serif;
}

.wishlist-container .btn {
  font-family: 'Jost', sans-serif !important;
  border-radius: 0 !important;
}

.wishlist-container .btn-primary {
  background: #222 !important;
  border-color: #222 !important;
  color: #fff !important;
}

.wishlist-container .btn-primary:hover {
  background: #000 !important;
  border-color: #000 !important;
}

.wishlist-container .btn-secondary {
  background: #fff !important;
  border-color: #ddd !important;
  color: #222 !important;
}

.wishlist-container .btn-secondary:hover {
  background: #ebebeb !important;
}

.wishlist-container .wishlist-list {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 16px;
  font-family: 'Jost', sans-serif;
}

.wishlist-container .wishlist-list__title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.wl-footer {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.wl-footer__link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #222;
  text-decoration: none;
  transition: color 0.2s ease;
}

.wl-footer__link:hover {
  color: #000;
  text-decoration: none;
}

@media (max-width: 576px) {
  .wl-header__title {
    font-size: 22px;
  }

  .wl-footer {
    flex-direction: column;
    gap: 12px;
  }
}

/* ===== WISHLIST MODALS ===== */
.wishlist-modal .modal-header {
  font-family: 'Jost', sans-serif;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 20px;
}

.wishlist-modal .modal-title {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.wishlist-modal .close {
  font-size: 20px;
  color: #222;
  opacity: 0.6;
}

.wishlist-modal .close:hover {
  opacity: 1;
}

.wishlist-modal .modal-body {
  font-family: 'Jost', sans-serif;
  padding: 20px;
}

.wishlist-modal .modal-text {
  font-size: 14px;
  color: #555;
}

.wishlist-modal .form-control {
  font-family: 'Jost', sans-serif;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 14px;
  color: #222;
  padding: 10px 14px;
}

.wishlist-modal .form-control:focus {
  border-color: #222;
  box-shadow: none;
  outline: none;
}

.wishlist-modal .form-control-label {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
  display: block;
}

.wishlist-modal .modal-footer {
  border-top: 1px solid #e0e0e0;
  padding: 16px 20px;
  gap: 8px;
}

.wishlist-modal .btn {
  font-family: 'Jost', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
  letter-spacing: 0.3px;
}

.wishlist-modal .btn-primary {
  background: #222 !important;
  border-color: #222 !important;
  color: #fff !important;
}

.wishlist-modal .btn-primary:hover {
  background: #000 !important;
  border-color: #000 !important;
}

.wishlist-modal .btn-secondary,
.wishlist-modal .modal-cancel {
  background: #fff !important;
  border: 1px solid #ddd !important;
  color: #222 !important;
}

.wishlist-modal .btn-secondary:hover,
.wishlist-modal .modal-cancel:hover {
  background: #ebebeb !important;
}

.wishlist-add-to-new {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #222 !important;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  cursor: pointer;
}

.wishlist-add-to-new:hover {
  color: #000 !important;
}

.wishlist-add-to-new .material-icons {
  font-size: 18px;
}

.wishlist-footer-links {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.wishlist-footer-links a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #222 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.wishlist-footer-links a:hover {
  color: #000 !important;
}

.wishlist-footer-links .material-icons {
  font-size: 18px;
}

/* ===== BLOCKCART MODAL ===== */
#blockcart-modal .modal-dialog {
  max-width: 560px;
}

#blockcart-modal .modal-content {
  border: none;
  border-radius: 12px;
  padding: 0;
  position: relative;
  font-family: 'Jost', sans-serif;
}

.bcm-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  padding: 4px;
  line-height: 1;
  z-index: 10;
  transition: color 0.2s ease;
}

.bcm-close:hover {
  color: #222;
}

.bcm-body {
  padding: 48px 32px 36px;
  text-align: center;
}

.bcm-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.bcm-icon__check {
  position: absolute;
  bottom: -2px;
  right: -6px;
  width: 22px;
  height: 22px;
  background: #27ae60;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bcm-title {
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #27ae60;
  margin-bottom: 16px;
}

.bcm-text {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 8px;
}

.bcm-subtext {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: #888;
  line-height: 1.6;
  margin-bottom: 28px;
}

.bcm-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.bcm-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.bcm-btn--secondary {
  background: #fff;
  border: 1px solid #ddd;
  color: #222;
}

.bcm-btn--secondary:hover {
  background: #ebebeb;
  border-color: #ccc;
  color: #222;
}

.bcm-btn--primary {
  background: #222;
  border: 1px solid #222;
  color: #fff;
}

.bcm-btn--primary:hover {
  background: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 480px) {
  .bcm-body {
    padding: 40px 20px 28px;
  }

  .bcm-actions {
    flex-direction: column;
  }

  .bcm-btn {
    justify-content: center;
    width: 100%;
  }
}

/* Ukryj PS mobile cart w header-bottom */
#_mobile_cart,
.cart-preview.blockcart {
  display: none !important;
}

/* ===== KOSZYK ===== */
.cart-grid h1,
.cart-grid h2 {
  font-family: 'Jost', sans-serif;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #222;
  margin-bottom: 24px;
  letter-spacing: -0.3px;
}

.cart-container {
  /* border: 1px solid #e0e0e0; */
  border-radius: 4px;
  overflow: hidden;
}

.product-line {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  align-items: center;
}

.product-line:last-child {
  border-bottom: none;
}

.product-line__image img {
  border-radius: 4px;
  border: 1px solid #f0f0f0;
}

.product-line__title {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
}

.product-line__title:hover {
  color: #000;
  text-decoration: none;
}

.product-line__prices .price {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}

.product-line__informations .product-line__price,
.product-line__informations strong {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

.remove-from-cart {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: #999 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.remove-from-cart:hover {
  color: #c0392b !important;
  text-decoration: none;
}

.cart-container .btn-outline-primary {
  font-family: 'Jost', sans-serif;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px;
  color: #222 !important;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  padding: 10px 18px !important;
  background: #fff !important;
}

.cart-container .btn-outline-primary:hover {
  background: #ebebeb !important;
  border-color: #ccc !important;
}

.cart-grid .input-group {
  width: auto;
  max-width: 120px;
}

.cart-grid .input-group .form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  height: 36px;
  padding: 0 8px;
}

.cart-grid .input-group .btn {
  border: 1px solid #ddd !important;
  background: #fff !important;
  color: #222 !important;
  border-radius: 0 !important;
  width: 32px;
  height: 36px;
  padding: 0 !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.cart-grid .input-group .btn:hover {
  background: #ebebeb !important;
}

.cart-summary {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

.cart-detailed__totals {
  padding: 20px;
}

.cart-summary__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #555;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.cart-summary__line:last-child {
  border-bottom: none;
}

.cart-summary__label {
  color: #555;
}

.cart-summary__value {
  font-weight: 500;
  color: #222;
}

.cart-summary-totals .cart-summary__line--total {
  border-top: 2px solid #222;
  padding-top: 12px;
  margin-top: 4px;
}

.cart-summary-totals .cart-summary__label--total {
  font-weight: 700;
  font-size: 15px;
  color: #222;
}

.cart-summary-totals .cart-summary__value--total {
  font-weight: 700;
  font-size: 15px;
  color: #222;
}

.cart-detailed__actions {
  padding: 16px 20px;
  background: #fff;
  border-top: 1px solid #e0e0e0;
}

.cart-detailed__actions .btn-primary {
  display: block;
  width: 100%;
  font-family: 'Jost', sans-serif;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  background: #222 !important;
  border: 1px solid #222 !important;
  border-radius: 0 !important;
  padding: 14px 20px !important;
  color: #fff !important;
  text-align: center;
  transition: background 0.2s ease;
}

.cart-detailed__actions .btn-primary:hover {
  background: #000 !important;
  border-color: #000 !important;
}

.cart-voucher {
  padding: 16px 20px;
  border-top: 1px solid #e0e0e0;
}

.cart-voucher .form-control {
  border-radius: 0;
  border: 1px solid #ddd;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
}

.cart-voucher .btn {
  border-radius: 0 !important;
  font-family: 'Jost', sans-serif;
  font-size: 13px !important;
}

.cart-grid__right hr {
  border-color: #e0e0e0;
  margin: 20px 0;
}

/* ===== CHECKOUT STEPS ===== */

.checkout__steps {
  background: #fff !important;
  border-bottom: 1px solid #e0e0e0;
  padding: 28px 0 !important;
  margin-bottom: 40px !important;
}

/* KÃ³Å‚ka - domyÅ›lne (nieaktywne) */
.checkout__steps__number {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 2px solid #ddd !important;
  color: #bbb !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin: 0 auto 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

/* UkoÅ„czone - czarne wypeÅ‚nienie */
.checkout__steps--success .checkout__steps__number {
  background: #222 !important;
  border-color: #222 !important;
  color: #fff !important;
}

/* Aktualny - czerwony outline */
.checkout__steps--current .checkout__steps__number {
  background: #fff !important;
  border: 2px solid #c5203d !important;
  color: #c5203d !important;
}

/* Etykiety - domyÅ›lne */
.checkout__steps__text {
  font-family: 'Jost', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #bbb !important;
  letter-spacing: 0 !important;
  border: none !important;
  background: transparent !important;
  text-transform: none !important;
  padding: 4px 0 0 !important;
}

/* Etykiety ukoÅ„czone */
.checkout__steps--success .checkout__steps__text {
  color: #555 !important;
  font-weight: 500 !important;
}

/* Etykieta aktualna */
.checkout__steps--current .checkout__steps__text {
  color: #222 !important;
  font-weight: 700 !important;
}

/* Linie miÄ™dzy kÃ³Å‚kami - nadpisz zielone z motywu */
.checkout__steps__item::before,
.checkout__steps__item::after {
  background: #e0e0e0 !important;
  height: 2px !important;
  top: 22px !important;
}

.checkout__steps--success::before,
.checkout__steps--success::after {
  background: #222 !important;
  top: 22px !important;
}

.checkout__steps--current::before,
.checkout__steps--current::after {
  background: #e0e0e0 !important;
  top: 22px !important;
}

/* ===== CHECKOUT - FORMULARZE I PRZYCISKI ===== */

.step {
  /* border: 1px solid #e0e0e0; */
  border-radius: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.step__title {
  padding: 16px 24px;
  background: #f7f7f7;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step__title .h3,
.step__title h3 {
  font-family: 'Jost', sans-serif;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #222;
  margin: 0;
  letter-spacing: 0;
}

.page-order .form-label,
.page-order .form-control-label,
.page-order label {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #444;
  margin-bottom: 5px;
}

.page-order .form-control,
.page-order input[type="text"],
.page-order input[type="email"],
.page-order input[type="tel"],
.page-order input[type="password"],
.page-order select,
.page-order textarea {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #222;
  border: 1px solid #ddd;
  border-radius: 0 !important;
  padding: 10px 14px;
  box-shadow: none;
}

.page-order .form-control:focus,
.page-order input:focus,
.page-order select:focus,
.page-order textarea:focus {
  border-color: #222;
  box-shadow: none;
  outline: none;
}

.page-order .btn-outline-primary,
.js-back {
  font-family: 'Jost', sans-serif;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  color: #222 !important;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  padding: 10px 18px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.page-order .btn-outline-primary:hover,
.js-back:hover {
  background: #ebebeb !important;
  border-color: #ccc !important;
}

.page-order .btn-primary.continue,
.page-order button[type="submit"].btn-primary,
.page-order .btn-primary:not(.btn-outline-primary) {
  font-family: 'Jost', sans-serif;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px;
  background: #222 !important;
  border: 1px solid #222 !important;
  border-radius: 0 !important;
  padding: 12px 28px !important;
  color: #fff !important;
  box-shadow: none !important;
  transition: background 0.2s ease;
}

.page-order .btn-primary:hover {
  background: #000 !important;
  border-color: #000 !important;
}

.delivery-options__list {
  background: #fff !important;
  border-radius: 0 !important;
  border: 1px solid #e0e0e0 !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
}

.delivery-options__item {
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.delivery-options__item:last-child {
  border-bottom: none;
}

.delivery-options__item label {
  cursor: pointer;
  margin: 0;
  width: 100%;
}

.carrier-name {
  font-family: 'Jost', sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  color: #222;
}

.delivery-option__center {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: #555;
}

.delivery-option__right {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.page-order .form-check-input[type="radio"] {
  border: 2px solid #ddd;
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: none;
}

.page-order .form-check-input[type="radio"]:checked {
  background-color: #222;
  border-color: #222;
}

.page-order .form-check-input[type="checkbox"] {
  border: 2px solid #ddd;
  border-radius: 0 !important;
  width: 16px;
  height: 16px;
  cursor: pointer;
  box-shadow: none;
}

.page-order .form-check-input[type="checkbox"]:checked {
  background-color: #222;
  border-color: #222;
}

.payment__option {
  padding: 16px 20px;
  border: 1px solid #e0e0e0;
  margin-bottom: 8px;
  font-family: 'Jost', sans-serif;
  border-radius: 0;
}

.payment__option label {
  font-size: 14px;
  color: #222;
  cursor: pointer;
  width: 100%;
  margin: 0;
}

.payment__option img {
  max-height: 28px;
  width: auto;
}

.js-conditions-to-approve .form-check-label {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: #444;
}

.js-conditions-to-approve a {
  color: #222;
  text-decoration: underline;
}

.page-order .nav-tabs {
  border-bottom: 2px solid #ddd;
}

.page-order .nav-tabs .nav-link {
  font-family: 'Jost', sans-serif;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #888 !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  padding: 10px 16px !important;
  letter-spacing: 0 !important;
  border-radius: 0 !important;
  margin-bottom: -2px;
  background: transparent !important;
}

.page-order .nav-tabs .nav-link.active {
  color: #222 !important;
  font-weight: 600 !important;
  border-bottom-color: #222 !important;
}

.page-order textarea.form-control {
  resize: vertical;
  min-height: 80px;
}

@media (max-width: 767px) {
  .page-order .btn-primary,
  .page-order .btn-outline-primary {
    width: 100% !important;
    text-align: center;
    justify-content: center;
  }
}

.furgonetkapl-set-point {
  margin-top: 15px;
}

/* ===== CHECKOUT - PODSUMOWANIE BOCZNE ===== */

/* Wrapper karty */
.cart-summary {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  font-family: 'Jost', sans-serif;
}

/* Liczba produktÃ³w */
.cart-summary__products p {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #222 !important;
  margin-bottom: 6px;
}

/* Link "PokaÅ¼ szczegÃ³Å‚y" */
.cart-summary__show {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: #555 !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.cart-summary__show:hover {
  color: #222 !important;
}

.cart-summary__show .material-icons {
  font-size: 16px;
}

/* Lista produktÃ³w w podsumowaniu */
.cart-summary__product__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart-summary__product {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: #444;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.cart-summary__product:last-child {
  border-bottom: none;
}

/* Linie subtotali */
.cart-summary__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #555;
  padding: 8px 0;
}

.cart-summary__label {
  color: #555;
}

.cart-summary__value {
  font-weight: 500;
  color: #222;
}

/* Razem */
.cart-total .cart-summary__label,
.cart-total .cart-summary__value {
  font-weight: 700 !important;
  font-size: 15px;
  color: #222;
}

.cart-total {
  border-top: 2px solid #222;
  padding-top: 12px !important;
  margin-top: 4px;
}

/* Padding blokÃ³w */
.cart-summary__products,
.cart-summary__subtotals__container,
.cart-summary__totals {
  padding: 16px 20px;
}

.cart-summary__subtotals__container {
  border-top: 1px solid #f0f0f0;
}

.cart-summary__totals {
  border-top: 1px solid #e0e0e0;
}

/* ===== VOUCHER W CHECKOUT ===== */
.cart-voucher {
  padding: 16px 20px;
  border-top: 1px solid #e0e0e0;
}

.cart-voucher__title {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.cart-voucher .input-group {
  display: flex;
  gap: 0;
}

.cart-voucher .form-control {
  border-radius: 0 !important;
  border: 1px solid #ddd;
  border-right: none;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  padding: 8px 12px;
  flex: 1;
  box-shadow: none;
}

.cart-voucher .form-control:focus {
  border-color: #222;
  box-shadow: none;
  outline: none;
}

.cart-voucher .btn {
  border-radius: 0 !important;
  background: #222 !important;
  border: 1px solid #222 !important;
  color: #fff !important;
  font-family: 'Jost', sans-serif;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 8px 16px !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}

.cart-voucher .btn:hover {
  background: #000 !important;
  border-color: #000 !important;
}

/* Dodane vouchery */
.cart-summary__line.cart-summary__subtotals a {
  color: #c0392b;
  font-size: 12px;
  text-decoration: none;
  margin-left: 6px;
}

.cart-summary__line.cart-summary__subtotals a:hover {
  text-decoration: underline;
}

/* ===== MOBILE MENU OFFCANVAS ===== */

#mobileMenu {
  font-family: 'Jost', sans-serif;
  width: 320px !important;
}

#mobileMenu .offcanvas-header {
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
}

#mobileMenu .offcanvas-body {
  padding: 0;
}

#mobileMenu a,
#mobileMenu .main-menu__tree__link {
  font-family: 'Jost', sans-serif !important;
  color: #222 !important;
  text-decoration: none !important;
  margin-top:10px;
}

#mobileMenu a:hover,
#mobileMenu .main-menu__tree__link:hover {
  color: #000 !important;
}

#mobileMenu .main-menu__tree__link[data-depth="0"] {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #222 !important;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

#mobileMenu .main-menu__tree__link[data-depth="0"]:hover {
  background: #f7f7f7;
}

#mobileMenu .main-menu__tree__link.has-children::after {
  content: "â€º" !important;
  transform: none !important;
  font-size: 20px !important;
  color: #999 !important;
  margin-left: auto !important;
}

#mobileMenu .main-menu__tree__link[data-depth="1"] {
  padding: 12px 20px 12px 32px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #444 !important;
  display: block !important;
  border-bottom: 1px solid #f0f0f0;
}

#mobileMenu .dropdown-menu {
  position: static !important;
  border: none !important;
  border-top: 1px solid #f0f0f0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fafafa;
  padding: 0 !important;
  margin: 0 !important;
}

/* ===== OPCJE DOSTAWY - MOBILE FIX ===== */

@media (max-width: 767px) {
  .delivery-options__item label .row {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
  }

  /* Lewa kolumna - radio + carrier */
  .delivery-option__left {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 !important;
    margin-bottom: 0 !important;
  }

  /* Logo przewoÅºnika - ogranicz rozmiar */
  .carrier__logo img,
  .carrier__logo {
    max-width: 56px !important;
    max-height: 56px !important;
  }

  /* Nazwa przewoÅºnika */
  .carrier-name {
    font-size: 13px !important;
    line-height: 1.3;
  }

  /* Czas i cena - wyÅ›wietl inline pod nazwÄ… */
  .delivery-option__center,
  .delivery-option__right {
    font-size: 12px !important;
    color: #555;
  }

  /* Przepisz ukÅ‚ad - wszystko w jednym wierszu */
  .delivery-options__item label .row {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .delivery-option__left {
    order: 0;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }

  .delivery-option__center {
    order: 1;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding-left: 32px;
  }

  .delivery-option__right {
    order: 2;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding-left: 32px;
    font-weight: 600;
    color: #222;
  }

  /* Radio + carrier w jednym wierszu */
  .delivery-option__left .row {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
  }

  .delivery-option__left .custom-radio {
    flex-shrink: 0;
    width: 16px !important;
    padding: 0 !important;
  }

  .delivery-option__left .carrier {
    flex: 1;
    min-width: 0;
  }

  .delivery-option__left .carrier .row {
    flex-direction: row !important;
    align-items: center;
    flex-wrap: nowrap !important;
    gap: 8px;
  }

  .delivery-options__item {
    padding: 14px 16px;
  }

  /* Komentarz do zamÃ³wienia */
  #delivery label {
    font-size: 13px !important;
  }
}
/* Product brand block */
.product__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
  justify-content: center;
}

.product__brand-logo {
  height: 64px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.product__brand-name {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#add-to-cart-or-refresh > section{
  display:none;
}
#index .all-product-link {
  width:20%
}
.add-to-cart:hover{
  background: #c5203d;
  border:1px solid #c5203d;
}

@media (max-width: 769px){
#index .all-product-link {
  width:60%
}}