:root {
  --bs-primary: #8b6f3d;
  --bs-primary-rgb: 139, 111, 61;
  --bs-primary-text-emphasis: #3f321c;
  --bs-primary-bg-subtle: #f1eadc;
  --bs-primary-border-subtle: #d9c595;
  --bs-link-color: #7f6537;
  --bs-link-color-rgb: 127, 101, 55;
  --bs-link-hover-color: #5f4a29;
  --bs-link-hover-color-rgb: 95, 74, 41;
  --bs-focus-ring-color: rgba(139, 111, 61, 0.25);
  --kalama-ink: #183837;
  --kalama-muted: #6d7b79;
  --kalama-menu: #333333;
  --kalama-menu-soft: #3d3d3d;
  --kalama-gold: #bd8d16;
  --kalama-gold-dark: #a9780e;
  --kalama-line: #e7e1d8;
  --kalama-wash: #f8f7f4;
  --kh-container-max: 1320px;
}

body {
  color: var(--kalama-ink);
  background: #fff;
  font-family: Poppins, Inter, Arial, sans-serif;
}

a {
  color: var(--kalama-ink);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--kalama-gold);
}

.container,
.container-md {
  max-width: var(--kh-container-max);
}

@media (min-width: 1200px) {
  :root {
    --kh-container-max: calc(100% - 40px);
  }
}

@media (min-width: 1440px) {
  :root {
    --kh-container-max: 1400px;
  }
}

@media (min-width: 1600px) {
  :root {
    --kh-container-max: 1520px;
  }
}

@media (min-width: 1920px) {
  :root {
    --kh-container-max: 1580px;
  }
}

.kalama-benefits {
  border-bottom: 1px solid var(--kalama-line);
  background: #fff;
}

.kalama-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 102px;
}

.kalama-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--kalama-menu);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.kalama-benefits__item .material-icons {
  color: var(--kalama-menu);
  font-size: 34px;
  line-height: 1;
}

.header__banner,
.header-top {
  display: none;
}

.header-bottom {
  border-bottom: 0;
  background: #fff;
}

#header.header,
#header.js-sticky-header,
.header.js-sticky-header {
  position: relative;
  top: auto;
}

.header-bottom__container {
  padding-top: 28px;
  padding-bottom: 22px;
}

.header-bottom__row {
  min-height: 86px;
}

.kh-desktop-header {
  grid-template-columns: minmax(140px, 0.7fr) minmax(260px, 1.4fr) minmax(200px, 0.9fr);
  align-items: center;
  gap: 18px;
}

.kh-desktop-header__logo {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-self: start;
}

.kh-desktop-header__logo .navbar-brand {
  margin: 0;
  padding: 0;
}

.kh-desktop-header__search {
  width: min(100%, 520px);
  min-width: 0;
  justify-self: center;
}

.kh-desktop-header__search #_desktop_search {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.kh-desktop-header__actions {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.kh-desktop-header__actions #_desktop_user_info,
.kh-desktop-header__actions #_desktop_cart,
.kh-desktop-header__actions .user-info {
  display: flex;
  align-items: center;
}

.kh-desktop-header__actions .header-block__action-btn {
  position: relative;
  width: 44px;
  height: 44px;
  min-height: 44px;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
  color: var(--kalama-ink);
  text-decoration: none;
}

.kh-desktop-header__actions .header-block__action-btn:hover,
.kh-desktop-header__actions .header-block__action-btn:focus {
  background: rgba(190, 143, 19, 0.1);
  color: #111;
}

.kh-desktop-header__actions .header-block__icon {
  margin: 0;
  font-size: 25px;
  line-height: 1;
}

.kh-desktop-header__actions .header-block__action-btn > .header-block__title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.kh-desktop-header__actions .dropdown-toggle::after {
  display: none;
}

.kh-desktop-header__actions .header-block__badge {
  position: absolute;
  top: 3px;
  right: 3px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  text-align: center;
}

.kh-header-menu-bar {
  position: relative;
  overflow: visible;
}

.kh-header-menu-bar__help {
  display: none;
}

.kh-header-menu-bar .main-menu {
  display: none;
}

.header-bottom .logo img {
  width: auto;
  max-width: 225px;
  max-height: 106px;
}

.kalama-mobile-help {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--kalama-line);
  color: var(--kalama-muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.kalama-mobile-help a {
  color: var(--kalama-gold);
}

#_desktop_search {
  min-width: min(44vw, 450px);
  margin-left: auto;
}

#search_widget {
  width: 100%;
}

#search_widget form {
  display: grid;
  grid-template-columns: 1fr 118px;
  height: 46px;
  border: 1px solid #dedede;
  background: #fff;
}

#search_widget .search {
  display: none;
}

#search_widget input[type="search"] {
  width: 100%;
  height: 44px;
  padding: 0 18px;
  border: 0;
  color: var(--kalama-ink);
  font-size: 0.86rem;
}

#search_widget input[type="search"]::placeholder {
  color: #8f9695;
}

#search_widget .clear {
  display: none;
}

#search_widget form::after {
  content: "search";
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2;
  grid-row: 1;
  background: var(--kalama-gold);
  color: #fff;
  font-family: "Material Icons";
  font-size: 29px;
  pointer-events: none;
}

.header-block__action-btn {
  color: var(--kalama-ink);
}

.header-block__icon {
  font-size: 25px;
}

.header-block__badge {
  min-width: 18px;
  height: 18px;
  background: var(--kalama-ink);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
}

.header-block--active .header-block__badge {
  background: var(--kalama-gold);
}

.main-menu {
  flex-basis: 100%;
  order: 20;
  min-height: 0;
  margin-top: 0;
  background: var(--kalama-menu);
}

.js-menu-desktop {
  width: 100%;
}

.main-menu__tree {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

.main-menu__tree__item {
  min-height: 52px;
}

.main-menu__tree__link {
  display: inline-flex;
  align-items: center;
  height: 52px;
  padding: 0 17px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.main-menu__tree__link:hover,
.main-menu__tree__item.current > .main-menu__tree__link {
  background: var(--kalama-menu-soft);
  color: var(--kalama-gold);
}

.menu-container {
  left: 0;
  right: 0;
  border: 0;
  background: #fff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
}

.menu-container .dropdown-item {
  color: var(--kalama-ink);
  font-weight: 600;
}

.menu-container .dropdown-item:hover {
  color: var(--kalama-gold);
  background: transparent;
}

@media (min-width: 992px) {
  .header-bottom__container {
    padding-bottom: 0;
  }

  .kh-header-menu-bar {
    z-index: 30;
    background: transparent;
    overflow: visible;
  }

  .kh-header-menu-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--kalama-menu);
    box-shadow: 0 0 0 100vmax var(--kalama-menu);
    clip-path: inset(0 -100vmax);
    pointer-events: none;
  }

  .kh-header-menu-bar__inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    max-width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    overflow: visible;
  }

  .kh-header-menu-bar__nav {
    position: relative;
    z-index: 1;
    min-width: 0;
    max-width: 100%;
    flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .kh-header-menu-bar .main-menu {
    position: relative;
    z-index: 1;
    display: flex;
    width: max-content;
    min-width: 100%;
    flex-basis: auto;
    order: 0;
    min-height: 48px;
    margin: 0;
    background: transparent;
    overflow: visible;
  }

  .kh-header-menu-bar .main-menu__tree {
    width: max-content;
    min-width: max-content;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .main-menu {
    position: relative;
  }

  .main-menu::before {
    content: none;
    position: absolute;
    inset: 0;
    background: var(--kalama-menu);
    box-shadow: 0 0 0 100vmax var(--kalama-menu);
    clip-path: inset(0 -100vmax);
    pointer-events: none;
  }

  .main-menu > * {
    position: relative;
    z-index: 1;
  }

  .main-menu #top-menu > .main-menu__tree__item > .main-menu__tree__link,
  .main-menu #top-menu > .main-menu__tree__item > .main-menu__tree__link > * {
    color: #f7f4ed;
  }

  .main-menu__tree__item {
    position: static;
    flex: 0 0 auto;
    min-height: 48px;
  }

  .main-menu__tree__link {
    height: 48px;
    padding: 0 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
  }

  .main-menu #top-menu > .main-menu__tree__item > .main-menu__tree__link:hover,
  .main-menu #top-menu > .main-menu__tree__item > .main-menu__tree__link:focus,
  .main-menu #top-menu > .main-menu__tree__item > .main-menu__tree__link:focus-visible,
  .main-menu #top-menu > .main-menu__tree__item.current > .main-menu__tree__link {
    color: var(--kalama-gold);
    background: var(--kalama-menu-soft);
  }

  .main-menu #top-menu > .main-menu__tree__item > .main-menu__tree__link:focus-visible {
    outline: 2px solid var(--kalama-gold);
    outline-offset: -4px;
  }

  .main-menu #top-menu > .main-menu__tree__item > .menu-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1060;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0s linear 0.16s;
  }

  .main-menu #top-menu > .main-menu__tree__item:hover > .menu-container,
  .main-menu #top-menu > .main-menu__tree__item:focus-within > .menu-container {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .main-menu .menu-container .main-menu__tree {
    min-width: 0;
  }

  .main-menu .menu-container .main-menu__tree__item {
    min-height: 0;
  }
}

@media (min-width: 1200px) {
  .kh-desktop-header {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 560px) minmax(0, 1fr);
    gap: 32px;
  }

  .kh-desktop-header__logo img,
  .kh-desktop-header__logo .logo,
  #header .kh-desktop-header__logo img,
  #header .kh-desktop-header__logo .logo {
    width: auto;
    max-width: 140px;
    height: auto;
    max-height: 60px;
    object-fit: contain;
  }

  .kh-header-menu-bar__nav {
    overflow: visible;
  }

  .kh-header-menu-bar .main-menu {
    width: 100%;
    min-width: 0;
  }

  .kh-header-menu-bar .main-menu__tree {
    width: 100%;
    min-width: 0;
    flex-wrap: wrap;
  }

  .kh-header-menu-bar .menu-container {
    padding: 18px 0;
  }

  .kh-header-menu-bar .menu-container > .container {
    max-width: 980px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: 0;
  }

  .kh-header-menu-bar .menu-container .main-menu__tree {
    gap: 8px 22px;
  }

  .kh-header-menu-bar .menu-container .main-menu__tree__item {
    min-height: 0;
  }

  .kh-header-menu-bar .menu-container .main-menu__tree__link {
    height: auto;
    min-height: 0;
    padding: 4px 0;
    color: var(--kalama-ink);
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.025em;
    line-height: 1.35;
    text-transform: none;
  }

  .kh-header-menu-bar .menu-container .main-menu__tree__link[data-depth]::before {
    content: none;
  }

  .kh-header-menu-bar .menu-container .main-menu__tree__link[data-depth="1"] {
    font-weight: 700;
  }

  .kh-header-menu-bar .menu-container .main-menu__tree__link[data-depth="2"],
  .kh-header-menu-bar .menu-container .main-menu__tree__link[data-depth="3"] {
    padding-left: 10px;
    font-size: 0.76rem;
    font-weight: 500;
  }

  .kh-header-menu-bar .menu-container .main-menu__tree__link[data-depth="2"]::before,
  .kh-header-menu-bar .menu-container .main-menu__tree__link[data-depth="3"]::before {
    content: "-";
    display: inline-block;
    margin-right: 0.45em;
    color: var(--kalama-gold);
    font-weight: 700;
  }

  .kh-header-menu-bar .menu-container .main-menu__tree__link:hover,
  .kh-header-menu-bar .menu-container .main-menu__tree__link:focus {
    color: var(--kalama-gold);
    background: transparent;
  }

  .kh-header-menu-bar__help {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    color: #f7f4ed;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

  .kh-header-menu-bar__help span {
    color: rgba(247, 244, 237, 0.78);
    font-weight: 600;
  }

  .kh-header-menu-bar__help strong {
    color: #fff;
    font-weight: 800;
  }

  .kh-header-menu-bar__help:hover,
  .kh-header-menu-bar__help:focus {
    color: var(--kalama-gold);
  }

  .kh-header-menu-bar__help:hover strong,
  .kh-header-menu-bar__help:focus strong {
    color: var(--kalama-gold);
  }

  .kh-header-menu-bar__help:focus-visible {
    outline: 2px solid var(--kalama-gold);
    outline-offset: 4px;
  }
}

.wrapper__content {
  background: #fff;
}

.kalama-home-brand {
  margin: 28px 0 34px;
  padding: 24px 0;
  background: #faf9f6;
  color: var(--kalama-ink);
}

.kalama-home-brand .container-md {
  max-width: 1320px;
}

.kalama-home-brand__intro {
  display: grid;
  max-width: 920px;
  margin: 0 auto 18px;
  gap: 6px;
  text-align: center;
}

.kalama-home-brand__kicker {
  margin: 0;
  color: #8a918f;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kalama-home-brand__intro h1 {
  margin: 0;
  color: #173634;
  font-size: clamp(1.45rem, 2.15vw, 2.05rem);
  font-weight: 700;
  line-height: 1.16;
}

.kalama-home-brand__intro p:last-child {
  max-width: 760px;
  margin: 0 auto;
  color: #53605d;
  font-size: clamp(0.92rem, 1.1vw, 1rem);
  line-height: 1.55;
}

.kalama-home-brand__trust {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.kalama-home-brand__trust-item {
  min-width: 0;
  padding: 12px 12px;
  border: 1px solid #ebe7df;
  border-radius: 8px;
  background: #fff;
}

.kalama-home-brand__trust-item strong {
  display: block;
  margin-bottom: 4px;
  color: #173634;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.18;
}

.kalama-home-brand__trust-item span {
  display: block;
  color: #66706c;
  font-size: 0.7rem;
  line-height: 1.34;
}

@media (min-width: 768px) {
  .kalama-home-brand {
    position: relative;
    z-index: 2;
  }

  .kalama-home-brand .container-md {
    max-width: var(--kh-container-max);
  }
}

.kalama-home-hero {
  margin-bottom: 42px;
  background: var(--kalama-wash);
}

.kalama-home-hero__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(280px, 28vw, 390px);
  padding: clamp(34px, 6vw, 76px);
  background:
    linear-gradient(90deg, rgba(248, 247, 244, 0.99) 0%, rgba(248, 247, 244, 0.96) 38%, rgba(248, 247, 244, 0.82) 62%, rgba(248, 247, 244, 0.58) 100%),
    url("/themes/leo_corino_elements_free/assets/img/modules/leoelements/images/justsit.png") right center / clamp(720px, 64vw, 1120px) auto no-repeat;
  color: var(--kalama-ink);
}

.kalama-home-hero__slide strong {
  display: block;
  max-width: 500px;
  padding: 14px 24px;
  background: rgba(24, 56, 55, 0.92);
  color: #fff;
  font-size: clamp(1.25rem, 2.6vw, 2.1rem);
  font-weight: 400;
}

.kalama-home-hero__overline {
  max-width: 470px;
  margin-bottom: 18px;
  color: var(--kalama-ink);
  font-size: clamp(1.8rem, 3.6vw, 3.1rem);
  font-weight: 300;
  line-height: 1.15;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.74);
}

.kalama-categories,
.featured-products,
.new-products,
.bestseller-products {
  margin-bottom: 52px;
}

.kalama-section-kicker {
  margin-bottom: 8px;
  color: var(--kalama-gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.kalama-section-title,
.section-title {
  margin-bottom: 26px;
  color: var(--kalama-ink);
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  font-weight: 500;
  text-align: center;
}

.kalama-categories__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.kalama-category-tile {
  position: relative;
  min-height: 160px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  overflow: hidden;
  background: var(--kalama-wash);
}

.kalama-category-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transition: transform 0.24s ease;
}

.kalama-category-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(24, 56, 55, 0.58));
}

.kalama-category-tile:hover::before {
  transform: scale(1.04);
}

.kalama-category-tile span {
  position: relative;
  z-index: 1;
  padding: 8px 12px;
  background: rgba(24, 56, 55, 0.92);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kalama-category-tile--suitcases::before {
  background-image: url("/themes/leo_corino_elements_free/assets/img/modules/leoelements/images/WALIZKI1.webp");
}

.kalama-category-tile--chairs::before {
  background-image: url("/themes/leo_corino_elements_free/assets/img/modules/leoelements/images/krzeslaobrotowewp.webp");
}

.kalama-category-tile--home::before {
  background-image: url("/themes/leo_corino_elements_free/assets/img/modules/leoelements/images/justhome.png");
}

.kalama-category-tile--garden::before {
  background-image: url("/themes/leo_corino_elements_free/assets/img/modules/leoelements/images/justgarden.png");
}

.kalama-category-tile--drive::before {
  background-image: url("/themes/leo_corino_elements_free/assets/img/modules/leoelements/images/justdrive.png");
}

.product-miniature .card {
  height: 100%;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.product-miniature__link {
  background: #fff;
}

.product-miniature__image-container {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: #fff;
  overflow: hidden;
}

.product-miniature__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.24s ease;
}

.product-miniature .card:hover .product-miniature__image {
  transform: scale(1.03);
}

.product-miniature__infos {
  padding: 16px 4px 26px;
  text-align: left;
}

.product-miniature__quickview {
  display: none;
}

.product-miniature__category {
  margin-bottom: 7px;
  color: var(--kalama-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-miniature__title {
  min-height: 48px;
  margin-bottom: 10px;
  color: var(--kalama-ink);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
}

.product-miniature__price {
  color: var(--kalama-ink);
  font-size: 1.35rem;
  font-weight: 800;
}

.product-miniature__regular-price {
  color: var(--kalama-muted);
  font-size: 0.9rem;
}

.product-flags {
  z-index: 2;
}

.product-flag {
  border-radius: 0;
  background: var(--kalama-gold);
  color: #fff;
  font-weight: 800;
}

.product-miniature form {
  margin-top: 14px !important;
  gap: 10px !important;
}

.product-miniature .quantity-button {
  max-width: 88px;
}

.btn-primary,
.btn-outline-primary,
.kalama-see-product {
  border-radius: 0;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.btn-primary {
  border-color: var(--kalama-gold);
  background: var(--kalama-gold);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  border-color: var(--kalama-gold-dark);
  background: var(--kalama-gold-dark);
  color: #fff;
}

.btn-outline-primary,
.all-product-link {
  border-color: var(--kalama-ink);
  color: var(--kalama-ink);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.all-product-link:hover,
.all-product-link:focus {
  border-color: var(--kalama-gold);
  background: var(--kalama-gold);
  color: #fff;
}

.kalama-reassurance {
  padding: 36px 0 12px;
}

.kalama-reassurance__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.kalama-reassurance__grid > div {
  min-height: 138px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid var(--kalama-line);
  background: #fff;
  text-align: center;
}

.kalama-reassurance img {
  margin-bottom: 12px;
}

.kalama-reassurance strong {
  color: var(--kalama-ink);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
}

.kalama-reassurance span {
  color: var(--kalama-muted);
  font-size: 0.85rem;
}

.footer__before {
  background: #fff;
}

.footer__main {
  background: var(--kalama-menu);
  color: #d9dddd;
}

.footer__block__title,
.footer__main .h1,
.footer__main .h2,
.footer__main .h3,
.footer__main .h4 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.footer__main a {
  color: #d9dddd;
}

.footer__main a:hover {
  color: var(--kalama-gold);
}

.copyright {
  color: #b9c0bf;
  font-size: 0.85rem;
  text-align: center;
}

.copyright > a {
  display: none;
}

@media (max-width: 1199.98px) {
  .main-menu {
    order: 0;
    flex-basis: auto;
    margin-top: 0;
    background: transparent;
  }

  .main-menu .header-block__action-btn {
    color: var(--kalama-ink);
  }

  .kalama-categories__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kalama-home-brand__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (max-width: 991.98px) {
  .header-bottom__container {
    padding-top: 0;
    padding-bottom: 12px;
  }

  .header-bottom__row {
    min-height: 62px;
  }

  .header-bottom .logo img {
    max-width: 154px;
    max-height: 72px;
  }
}

@media (max-width: 767.98px) {
  .page-category .wrapper__content {
    display: flex;
    flex-direction: column;
    order: 1;
  }

  .page-category .wrapper__left-column {
    order: 2;
    margin-top: 32px;
  }

  .page-category #products {
    order: 1;
  }

  .page-category #js-product-list-header {
    order: 2;
    margin-top: 32px;
  }

  .header-bottom__container {
    padding-top: 0;
    padding-bottom: 12px;
  }

  .header-bottom__row {
    min-height: 62px;
  }

  .header-bottom .logo img {
    max-width: 154px;
    max-height: 72px;
  }

  .kalama-home-hero {
    margin-bottom: 32px;
  }

  .kalama-home-hero__slide {
    min-height: 238px;
    padding: 26px 18px;
    background:
      linear-gradient(90deg, rgba(248, 247, 244, 0.99) 0%, rgba(248, 247, 244, 0.94) 58%, rgba(248, 247, 244, 0.78) 100%),
      url("/themes/leo_corino_elements_free/assets/img/modules/leoelements/images/justsit.png") 66% center / 560px auto no-repeat;
  }

  .kalama-home-hero__slide strong {
    padding: 10px 14px;
  }

  .kalama-categories__grid,
  .kalama-reassurance__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .kalama-category-tile {
    min-height: 132px;
  }

  .product-miniature__infos {
    padding-bottom: 20px;
  }

  .product-miniature__title {
    min-height: 58px;
    font-size: 0.88rem;
  }

  .product-miniature__price {
    font-size: 1.18rem;
  }
}

@media (min-width: 768px) {
  .page-category .wrapper__content {
    display: flex;
    flex-direction: column;
  }

  .page-category #products {
    order: 1;
  }

  .page-category #js-product-list-header {
    order: 2;
    margin-top: 40px;
  }
}

/* Category sidebar: category tree and faceted filters polish. */
body.page-category .wrapper__left-column {
  color: #173634;
}

body.page-category .wrapper__left-column .left-block {
  margin-bottom: 22px;
}

body.page-category .wrapper__left-column .ps_categorytree,
body.page-category .wrapper__left-column #search_filters_wrapper {
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.03);
}

body.page-category .wrapper__left-column #search_filters_wrapper {
  margin-top: 22px;
  padding: 16px 18px;
}

body.page-category .wrapper__left-column .left-block__title,
body.page-category .wrapper__left-column .search-filters-title {
  display: block !important;
  margin: 0 0 14px;
  padding: 0 0 12px;
  border-bottom: 1px solid #edf0f2;
  color: #173634;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.page-category .wrapper__left-column .left-block__title__link {
  color: inherit;
  text-decoration: none;
}

body.page-category .wrapper__left-column .category-tree ul,
body.page-category .wrapper__left-column .search-filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-category .wrapper__left-column .category-tree .accordion,
body.page-category .wrapper__left-column .category-tree .accordion-item,
body.page-category .wrapper__left-column .search-filters .accordion,
body.page-category .wrapper__left-column .search-filters .accordion-item {
  border: 0;
  background: transparent;
}

body.page-category .wrapper__left-column .category-tree__item {
  margin: 0;
}

body.page-category .wrapper__left-column .category-tree__item__header {
  display: grid;
  min-height: 42px;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  border-radius: 6px;
  transition: background-color 0.16s ease;
}

body.page-category .wrapper__left-column .category-tree__item__header:not(.parent) {
  grid-template-columns: minmax(0, 1fr);
}

body.page-category .wrapper__left-column .category-tree__item__header:hover,
body.page-category .wrapper__left-column .category-tree__item__header:focus-within {
  background: #f7f8f9;
}

body.page-category .wrapper__left-column .category-tree__item__link {
  min-width: 0;
  display: block;
  padding: 10px 10px;
  color: #243b39;
  font-size: 0.93rem;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
}

body.page-category .wrapper__left-column .category-tree__item__link:hover,
body.page-category .wrapper__left-column .category-tree__item__link:focus {
  color: #173634;
}

body.page-category .wrapper__left-column .category-tree__item__link:focus-visible,
body.page-category .wrapper__left-column .search-filters-link:focus-visible,
body.page-category .wrapper__left-column .accordion-button:focus-visible {
  outline: 2px solid rgba(23, 54, 52, 0.34);
  outline-offset: 2px;
}

body.page-category .wrapper__left-column .category-tree__item.current > .category-tree__item__header,
body.page-category .wrapper__left-column .category-tree__item__link.current {
  background: #f3f4f6;
  color: #173634;
}

body.page-category .wrapper__left-column .category-tree__item.current > .category-tree__item__header {
  border-left: 3px solid #173634;
}

body.page-category .wrapper__left-column .category-tree__item.current > .category-tree__item__header .category-tree__item__link {
  padding-left: 9px;
  font-weight: 900;
}

body.page-category .wrapper__left-column .category-tree__list[data-depth="1"] .category-tree__item__link {
  padding-left: 18px;
  color: #4f5f5c;
  font-size: 0.86rem;
  font-weight: 650;
}

body.page-category .wrapper__left-column .category-tree__list[data-depth="2"] .category-tree__item__link,
body.page-category .wrapper__left-column .category-tree__list[data-depth="3"] .category-tree__item__link {
  padding-left: 28px;
  color: #63706d;
  font-size: 0.82rem;
  font-weight: 600;
}

body.page-category .wrapper__left-column .category-tree .accordion-button {
  width: 34px;
  height: 34px;
  min-width: 34px;
  align-self: center;
  justify-self: end;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #63706d;
  box-shadow: none;
}

body.page-category .wrapper__left-column .category-tree .accordion-button::after,
body.page-category .wrapper__left-column .search-filters .accordion-button::after {
  width: 0.72rem;
  height: 0.72rem;
  margin: 0 auto;
  background-size: 0.72rem;
  opacity: 0.7;
}

body.page-category .wrapper__left-column .category-tree .accordion-button:hover,
body.page-category .wrapper__left-column .category-tree .accordion-button:focus {
  background: #eef1f0;
  color: #173634;
}

body.page-category .wrapper__left-column .category-tree .accordion-body {
  padding: 2px 0 4px;
}

body.page-category .wrapper__left-column .search-filters {
  gap: 0;
}

body.page-category .wrapper__left-column .search-filters .accordion {
  display: grid;
  gap: 0;
  margin: 0 -2px;
}

body.page-category .wrapper__left-column .search-filters .facet {
  padding: 0;
}

body.page-category .wrapper__left-column .search-filters .facet + .facet,
body.page-category .wrapper__left-column .search-filters hr + .facet {
  border-top: 1px solid #edf0f2;
}

body.page-category .wrapper__left-column .search-filters hr {
  display: none;
}

body.page-category .wrapper__left-column .search-filters-subtitle {
  display: block;
}

body.page-category .wrapper__left-column .search-filters .accordion-button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px;
  align-items: center;
  min-height: 44px;
  padding: 0 2px;
  border: 0;
  background: transparent;
  color: #243b39;
  font-size: 0.9rem;
  font-weight: 850 !important;
  line-height: 1.25;
  box-shadow: none;
}

body.page-category .wrapper__left-column .search-filters .accordion-button::after {
  justify-self: center;
  margin: 0;
}

body.page-category .wrapper__left-column .search-filters .accordion-button:hover,
body.page-category .wrapper__left-column .search-filters .accordion-button:focus {
  color: #173634;
  background: #f7f8f9;
}

body.page-category .wrapper__left-column .search-filters .accordion-body {
  padding: 2px 0 12px !important;
}

body.page-category .wrapper__left-column .search-filters .accordion-body li + li {
  margin-top: 2px;
}

body.page-category .wrapper__left-column .search-filters-label {
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 3px 6px;
  border-radius: 6px;
  transition: background-color 0.16s ease;
}

body.page-category .wrapper__left-column .search-filters-label:hover,
body.page-category .wrapper__left-column .search-filters-label.active {
  background: #f7f8f9;
}

body.page-category .wrapper__left-column .search-filters .form-check {
  min-height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding-left: 1.55rem;
}

body.page-category .wrapper__left-column .search-filters .form-check-label {
  min-width: 0;
  width: 100%;
  display: block;
}

body.page-category .wrapper__left-column .search-filters .form-check-input {
  margin-top: 0;
  border-color: #cfd6d3;
}

body.page-category .wrapper__left-column .search-filters .form-check-input:checked {
  border-color: #173634;
  background-color: #173634;
}

body.page-category .wrapper__left-column .search-filters-link {
  color: #4f5f5c;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
}

body.page-category .wrapper__left-column .search-filters-link:hover,
body.page-category .wrapper__left-column .search-filters-link:focus {
  color: #173634;
}

body.page-category .wrapper__left-column .magnitude {
  color: #8b9492;
  font-size: 0.78rem;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  body.page-category .wrapper__left-column #search_filters_wrapper {
    display: none !important;
  }

  body.page-category .wrapper__left-column .ps_categorytree,
  body.page-category .wrapper__left-column #search_filters_wrapper {
    padding: 14px;
  }

  body.page-category .wrapper__left-column .category-tree__item__header,
  body.page-category .wrapper__left-column .search-filters .accordion-button {
    min-height: 44px;
  }
}

@media (max-width: 479.98px) {
  .kalama-categories__grid,
  .kalama-reassurance__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .page-home {
    --kalama-home-side-gap: 16px;
    --kalama-home-section-gap: 28px;
  }

  .page-home .container,
  .page-home .container-md {
    padding-right: var(--kalama-home-side-gap);
    padding-left: var(--kalama-home-side-gap);
  }

  .page-home .kalama-section-kicker {
    margin-bottom: 6px;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .page-home .kalama-section-title,
  .page-home .section-title {
    margin-bottom: 18px;
    font-size: clamp(1.22rem, 6vw, 1.62rem);
    line-height: 1.16;
  }

  .kalama-home-brand {
    margin: 22px 0 var(--kalama-home-section-gap);
    padding: 20px 0;
  }

  .kalama-home-brand__intro {
    margin-bottom: 14px;
    gap: 7px;
    text-align: left;
  }

  .kalama-home-brand__kicker {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }

  .kalama-home-brand__intro h1 {
    font-size: clamp(1.4rem, 7vw, 1.86rem);
    line-height: 1.12;
  }

  .kalama-home-brand__intro p:last-child {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.52;
  }

  .kalama-home-brand__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .kalama-home-brand__trust-item {
    padding: 12px 10px;
    border-radius: 7px;
  }

  .kalama-home-brand__trust-item strong {
    font-size: 0.76rem;
    line-height: 1.2;
  }

  .kalama-home-brand__trust-item span {
    font-size: 0.7rem;
    line-height: 1.3;
  }

  .kalama-home-hero {
    margin-bottom: var(--kalama-home-section-gap);
    border-bottom: 1px solid var(--kalama-line);
  }

  .kalama-home-hero__slide {
    min-height: 226px;
    justify-content: center;
    padding: 24px var(--kalama-home-side-gap);
    background:
      linear-gradient(90deg, rgba(248, 247, 244, 0.99) 0%, rgba(248, 247, 244, 0.95) 62%, rgba(248, 247, 244, 0.76) 100%),
      url("/themes/leo_corino_elements_free/assets/img/modules/leoelements/images/justsit.png") 68% center / 520px auto no-repeat;
  }

  .kalama-home-hero__overline {
    max-width: 300px;
    margin-bottom: 12px;
    font-size: clamp(1.38rem, 7.2vw, 1.92rem);
    line-height: 1.12;
  }

  .kalama-home-hero__slide strong {
    max-width: 292px;
    padding: 11px 14px;
    border-left: 4px solid var(--kalama-gold);
    background: rgba(24, 56, 55, 0.94);
    box-shadow: 0 10px 22px rgba(24, 56, 55, 0.16);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.24;
  }

  .kalama-categories {
    margin-bottom: var(--kalama-home-section-gap);
    padding: 2px 0 0;
  }

  .kalama-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .kalama-category-tile {
    min-height: 118px;
    padding: 12px;
    border-radius: 6px;
    isolation: isolate;
  }

  .kalama-category-tile::before {
    transform: none;
  }

  .kalama-category-tile::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(24, 56, 55, 0.72));
  }

  .kalama-category-tile span {
    width: 100%;
    padding: 8px 9px;
    font-size: 0.72rem;
    line-height: 1.18;
    text-align: center;
  }

  .page-home #home-slider {
    margin-bottom: var(--kalama-home-section-gap);
  }

  .page-home #home-slider .carousel-caption {
    right: var(--kalama-home-side-gap);
    left: var(--kalama-home-side-gap);
    padding: 10px 12px;
    background: rgba(24, 56, 55, 0.78);
  }

  .page-home #home-slider .carousel-caption .display-1 {
    margin-bottom: 4px;
    font-size: clamp(1.05rem, 5.6vw, 1.55rem);
    line-height: 1.12;
  }

  .page-home #home-slider .caption-description {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .page-home #custom-text {
    margin-bottom: var(--kalama-home-section-gap);
  }

  .page-home #custom-text .custom-text__content {
    padding: 0;
    color: var(--kalama-muted);
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .page-home #custom-text h1,
  .page-home #custom-text h2 {
    margin-bottom: 12px;
    color: var(--kalama-ink);
    font-size: clamp(1.28rem, 6.2vw, 1.72rem);
    line-height: 1.2;
  }

  .page-home .featured-products,
  .page-home .new-products,
  .page-home .best-sellers-products,
  .page-home .banner {
    margin-bottom: var(--kalama-home-section-gap);
  }

  .page-home .products.row {
    row-gap: 18px;
  }

  .page-home .product-miniature {
    margin-bottom: 0;
  }

  .page-home .product-miniature .card {
    border: 1px solid #f0ebe3;
    border-radius: 6px;
    overflow: hidden;
  }

  .page-home .product-miniature__image-container {
    border: 0;
    background: #fff;
  }

  .page-home .product-miniature__infos {
    padding: 12px 12px 14px;
  }

  .page-home .product-miniature__category {
    margin-bottom: 5px;
    font-size: 0.66rem;
  }

  .page-home .product-miniature__title {
    min-height: 44px;
    margin-bottom: 8px;
    font-size: 0.82rem;
    line-height: 1.28;
  }

  .page-home .product-miniature__price {
    font-size: 1.05rem;
  }

  .page-home .product-miniature form {
    margin-top: 10px !important;
    gap: 8px !important;
  }

  .page-home .product-miniature .quantity-button {
    max-width: 74px;
  }

  .page-home .product-miniature .btn-primary,
  .page-home .kalama-see-product {
    min-height: 42px;
  }

  .page-home .all-product-link {
    min-height: 44px;
    padding: 10px 16px;
    font-size: 0.78rem;
  }

  .page-home .banner {
    padding-right: var(--kalama-home-side-gap);
    padding-left: var(--kalama-home-side-gap);
  }

  .page-home .banner img {
    border-radius: 6px;
  }

  .kalama-reassurance {
    padding: 4px 0 18px;
  }

  .kalama-reassurance__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .kalama-reassurance__grid > div {
    min-height: 118px;
    padding: 14px 10px;
    border-radius: 6px;
  }

  .kalama-reassurance img {
    width: 38px;
    height: 38px;
    margin-bottom: 9px;
  }

  .kalama-reassurance strong {
    font-size: 0.76rem;
    line-height: 1.2;
  }

  .kalama-reassurance span {
    margin-top: 4px;
    font-size: 0.74rem;
    line-height: 1.35;
  }
}

@media (max-width: 479.98px) {
  .page-home .kalama-categories__grid,
  .page-home .kalama-reassurance__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .kalama-category-tile {
    min-height: 112px;
  }

  .page-home .product-miniature__infos {
    padding: 11px 10px 13px;
  }
}

/* Product card polish: shared homepage and category listing miniatures. */
.product-miniature {
  height: 100%;
}

.product-miniature .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #eee8dd;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.product-miniature__link {
  position: relative;
  display: block;
  flex: 0 0 auto;
  color: inherit;
  text-decoration: none;
}

.product-miniature__image-container {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  min-height: 0;
  padding: 4px;
}

.product-miniature__image-container picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.product-miniature__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-miniature__infos {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 12px 14px 14px;
}

.product-miniature__infos__top {
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

.product-miniature__title a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.product-miniature__infos__bottom {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.product-miniature__prices {
  margin-top: auto;
}

.product-miniature__category {
  margin-bottom: 6px;
  font-size: 0.68rem;
  line-height: 1.2;
}

.product-miniature__title {
  display: -webkit-box;
  min-height: 2.6em;
  margin-bottom: 12px;
  overflow: hidden;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-flags {
  top: 10px;
  right: auto;
  left: 10px;
  max-width: calc(100% - 64px);
}

.product-miniature .product-flags .badge,
.product-miniature .product-flags .product-flag {
  border-radius: 999px;
  background-color: rgba(24, 56, 55, 0.9);
  box-shadow: 0 6px 14px rgba(24, 56, 55, 0.12);
  font-size: 0.68rem;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: none;
}

.product-miniature .product-flags .badge,
.product-miniature .product-flags .product-flag {
  color: #fff;
}

.product-miniature__quickview_touch,
.product-miniature .wishlist-button-add {
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(24, 56, 55, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(24, 56, 55, 0.1);
}

.product-miniature__quickview {
  display: none;
}

.product-miniature form {
  align-items: stretch !important;
  margin-top: 12px !important;
}

.product-miniature .quantity-button {
  flex: 0 0 auto;
}

.product-miniature .quantity-button .input-group,
.product-miniature .quantity-button input,
.product-miniature .quantity-button button,
.product-miniature .btn-primary,
.product-miniature .kalama-see-product {
  min-height: 40px;
}

.product-miniature .btn-primary,
.product-miniature .kalama-see-product {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.15;
}

@media (hover: hover) and (pointer: fine) {
  .product-miniature .card:hover {
    border-color: rgba(198, 145, 18, 0.28);
    box-shadow: 0 16px 34px rgba(24, 56, 55, 0.1);
    transform: translateY(-2px);
  }

  .product-miniature .card:hover .product-miniature__quickview {
    position: absolute;
    top: -46px;
    right: 18px;
    left: 18px;
    display: flex;
    justify-content: center;
    margin: 0;
    pointer-events: none;
    z-index: 3;
  }

  .product-miniature__quickview_button {
    gap: 5px;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(24, 56, 55, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 18px rgba(24, 56, 55, 0.1);
    color: #243f3e;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    pointer-events: auto;
  }
}

@media (max-width: 1199.98px) {
  .product-miniature__image-container {
    min-height: 0;
    padding: 6px;
  }

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

@media (max-width: 767.98px) {
  .product-miniature__image-container {
    min-height: 0;
    padding: 6px;
  }

  .product-miniature__infos {
    padding: 10px 10px 12px;
  }

  .product-miniature__title {
    min-height: 3.15em;
    font-size: 0.82rem;
    -webkit-line-clamp: 3;
  }

  .product-miniature__price {
    font-size: 1.08rem;
  }

  .product-flags {
    max-width: calc(100% - 58px);
  }

  .product-miniature .product-flags .badge,
  .product-miniature .product-flags .product-flag {
    max-width: 108px;
    padding: 5px 8px;
    font-size: 0.64rem;
    white-space: normal;
  }

  .product-miniature__quickview_touch,
  .product-miniature .wishlist-button-add {
    width: 34px;
    height: 34px;
  }

  .product-miniature form {
    gap: 8px !important;
  }

  .product-miniature .quantity-button {
    max-width: 74px;
  }

  .product-miniature .btn-primary,
  .product-miniature .kalama-see-product {
    width: 100%;
    min-height: 42px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 0.78rem;
  }
}

@media (max-width: 479.98px) {
  .product-miniature__image-container {
    min-height: 0;
  }
}

/* Product card production match: denser, commerce-first cards inspired by kalama.pl. */
.product-miniature {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.products.row > .product-miniature {
  display: flex;
}

.product-miniature .card {
  width: 100%;
  border-color: #e3e3e3;
  border-radius: 0;
  box-shadow: none;
}

.product-miniature__image-container {
  padding: 0;
  border: 0;
}

.product-miniature__image {
  transform: scale(1.06);
  transition: opacity 0.18s ease;
}

.product-miniature__infos {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 12px 28px 0;
}

.product-miniature__infos__bottom {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.product-miniature__category {
  margin-bottom: 5px;
  color: #a9a9a9;
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.product-miniature__title {
  min-height: 2.7em;
  margin-bottom: 12px;
  color: #000;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
}

.product-miniature__prices {
  margin-top: auto;
  margin-bottom: 18px;
}

.product-miniature__price {
  color: #000;
  font-size: 1rem;
  font-weight: 800;
}

.product-miniature__quickview,
.product-miniature__quickview_touch,
.product-miniature .wishlist-button-add {
  display: none !important;
}

.product-miniature form {
  display: flex !important;
  flex-direction: column;
  align-items: stretch !important;
  width: calc(100% + 56px);
  max-width: none;
  margin: 0 -28px !important;
  gap: 0 !important;
}

.product-miniature .quantity-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.product-miniature .btn-primary,
.product-miniature .kalama-see-product {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  min-height: 50px;
  margin: 0;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.1;
}

.product-miniature .btn-primary i,
.product-miniature .btn-primary .visually-hidden {
  display: none !important;
}

.product-miniature .btn-primary::after {
  content: "DODAJ DO KOSZYKA";
}

.product-miniature .btn-primary:hover,
.product-miniature .btn-primary:focus,
.product-miniature .kalama-see-product:hover,
.product-miniature .kalama-see-product:focus {
  border-color: #000;
  background: #000;
  color: #fff;
}

.product-miniature .kalama-see-product {
  width: calc(100% + 56px);
  margin: 0 -28px !important;
}

.product-miniature .product-flags {
  top: 14px;
  left: 14px;
}

.product-miniature .product-flags .badge,
.product-miniature .product-flags .product-flag {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: none;
  color: #123b3a;
  font-size: 0.63rem;
  font-weight: 500;
  letter-spacing: 0;
}

@media (hover: hover) and (pointer: fine) {
  .product-miniature .card:hover {
    border-color: #d6d6d6;
    box-shadow: none;
    transform: none;
  }

  .product-miniature .card:hover .product-miniature__image {
    opacity: 0.94;
    transform: scale(1.06);
  }
}

@media (max-width: 1199.98px) {
  .product-miniature__infos {
    padding-right: 18px;
    padding-left: 18px;
  }

  .product-miniature form,
  .product-miniature .kalama-see-product {
    width: calc(100% + 36px);
    margin-right: -18px !important;
    margin-left: -18px !important;
  }
}

@media (max-width: 767.98px) {
  .page-home .product-miniature .card {
    min-height: 432px;
  }

  .product-miniature__infos {
    padding: 10px 10px 0;
  }

  .product-miniature__category {
    font-size: 0.68rem;
  }

  .product-miniature__title {
    min-height: 3.45em;
    margin-bottom: 10px;
    font-size: 0.82rem;
    line-height: 1.28;
  }

  .product-miniature__prices {
    margin-bottom: 12px;
  }

  .product-miniature__price {
    font-size: 1rem;
  }

  .product-miniature form,
  .product-miniature .kalama-see-product {
    width: calc(100% + 20px);
    margin-right: -10px !important;
    margin-left: -10px !important;
  }

  .product-miniature .btn-primary,
  .product-miniature .kalama-see-product {
    min-height: 42px;
    font-size: 0.66rem;
    letter-spacing: 0.08em;
  }

  .product-miniature .btn-primary::after {
    content: "DO KOSZYKA";
  }
}

@media (min-width: 400px) and (max-width: 767.98px) {
  .page-home .product-miniature .card {
    min-height: 448px;
  }
}

/* Category/product cards: premium sales layout with stronger image, price and CTA rhythm. */
.product-miniature .card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.03);
}

.product-miniature__link {
  background: #f8f7f3;
}

.product-miniature__image-container {
  aspect-ratio: 1 / 0.9;
  padding: 10px;
  background: linear-gradient(180deg, #fbfaf7 0%, #fff 100%);
}

.product-miniature__image-container picture {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.product-miniature__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.13);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.product-miniature__infos {
  padding: 14px 16px 16px;
}

.product-miniature__category {
  margin-bottom: 6px;
  color: #8b9492;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.product-miniature__title {
  display: -webkit-box;
  min-height: 2.68em;
  margin-bottom: 10px;
  overflow: hidden;
  color: #173634;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.34;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-miniature__prices {
  margin-top: auto;
  margin-bottom: 14px;
}

.product-miniature__price {
  color: #111827;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 0;
}

.product-miniature form,
.product-miniature .kalama-see-product {
  width: 100%;
  margin: 0 !important;
}

.product-miniature form {
  display: flex !important;
  flex-direction: column;
  align-items: stretch !important;
  gap: 0 !important;
}

.product-miniature .quantity-button {
  display: none !important;
}

.product-miniature .btn-primary,
.product-miniature .kalama-see-product {
  width: 100%;
  min-height: 46px;
  border: 1px solid #173634;
  border-radius: 6px;
  background: #173634;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}

.product-miniature .kalama-see-product {
  background: #fff;
  color: #173634;
}

.product-miniature .btn-primary:hover,
.product-miniature .btn-primary:focus,
.product-miniature .kalama-see-product:hover,
.product-miniature .kalama-see-product:focus {
  border-color: #bd8d16;
  background: #bd8d16;
  color: #fff;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(189, 141, 22, 0.16);
}

.product-miniature .product-flags {
  top: 12px;
  left: 12px;
  max-width: calc(100% - 24px);
}

.product-miniature .product-flags .badge,
.product-miniature .product-flags .product-flag {
  max-width: 150px;
  padding: 5px 9px;
  border: 1px solid rgba(23, 54, 52, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #173634;
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.18;
  white-space: normal;
}

@media (hover: hover) and (pointer: fine) {
  .product-miniature .card:hover {
    border-color: rgba(189, 141, 22, 0.34);
    box-shadow: 0 16px 32px rgba(17, 24, 39, 0.09);
    transform: translateY(-2px);
  }

  .product-miniature .card:hover .product-miniature__image {
    transform: scale(1.17);
    opacity: 0.98;
  }
}

@media (min-width: 1200px) {
  .products.row {
    row-gap: 28px;
  }
}

@media (max-width: 1199.98px) {
  .product-miniature__image-container {
    aspect-ratio: 1 / 0.92;
    padding: 8px;
  }

  .product-miniature__infos {
    padding: 13px 14px 14px;
  }
}

@media (max-width: 767.98px) {
  .product-miniature__image-container {
    aspect-ratio: 1 / 0.95;
    padding: 7px;
  }

  .page-home .product-miniature .card {
    min-height: 0;
  }

  .product-miniature__infos {
    padding: 10px 10px 12px;
  }

  .product-miniature__title {
    min-height: 3.75em;
    margin-bottom: 9px;
    font-size: 0.82rem;
    line-height: 1.25;
    -webkit-line-clamp: 3;
  }

  .product-miniature__prices {
    margin-bottom: 10px;
  }

  .product-miniature__price {
    font-size: 1.04rem;
  }

  .product-miniature .btn-primary,
  .product-miniature .kalama-see-product {
    min-height: 40px;
    border-radius: 6px;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
  }
}

/* Product page: keep gallery compact enough that buying actions appear sooner. */
body.page-product .product {
  align-items: flex-start;
}

body.page-product .product__images {
  max-width: 100%;
}

body.page-product .product__images .carousel-inner,
body.page-product .product__images .carousel-item,
body.page-product .product__images picture {
  width: 100%;
}

body.page-product .product__images .carousel-item img {
  width: 100%;
  max-height: min(58vw, 560px);
  object-fit: contain;
}

body.page-product .thumbnails__container {
  margin-top: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

body.page-product .thumbnails__list {
  align-items: stretch;
  flex-wrap: nowrap;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 6px;
}

body.page-product .thumbnail {
  flex: 0 0 104px;
  max-width: 104px;
  cursor: pointer;
}

body.page-product .thumbnail img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

body.page-product .product.js-product-container {
  margin-top: 18px;
}

body.page-product .product__col {
  padding: 0 12px;
}

body.page-product .product__sticky-buybox {
  position: relative;
  z-index: 2;
  padding: 26px 28px;
  border: 1px solid rgba(212, 168, 79, 0.24);
  background: linear-gradient(180deg, #fff, #faf8f3);
  box-shadow: 0 18px 42px rgba(9, 32, 31, 0.06);
}

body.page-product .product__below-buybox {
  position: relative;
  z-index: 1;
  margin-top: 18px;
}

body.page-product .product__details-flow {
  margin-top: 4px;
}

body.page-product .product__google-reviews-flow {
  margin-top: 22px;
}

body.page-product .product__description-short {
  max-width: 560px;
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid rgba(212, 168, 79, 0.2);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 10px 24px rgba(9, 32, 31, 0.04);
  color: #304544;
  font-size: 0.94rem;
  line-height: 1.55;
}

body.page-product .product__description-short:empty {
  display: none;
}

body.page-product .product__description-short p:last-child,
body.page-product .product__description-short ul:last-child,
body.page-product .product__description-short ol:last-child {
  margin-bottom: 0;
}

body.page-product .product__description-short ul,
body.page-product .product__description-short ol {
  padding-left: 1.15rem;
}

body.page-product .product__description-short li + li {
  margin-top: 5px;
}

body.page-product .product__name {
  max-width: 560px;
  margin-bottom: 18px;
  color: #042f32;
  font-weight: 800;
  line-height: 1.16;
}

body.page-product .product__prices {
  margin-bottom: 18px;
}

body.page-product .product__prices .prices__wrapper {
  gap: 6px !important;
  margin-bottom: 0 !important;
}

body.page-product .product__current-price {
  color: #052f32;
  font-size: clamp(1.55rem, 2.2vw, 1.9rem);
  font-weight: 900;
  line-height: 1.05;
}

body.page-product .product__tax-info {
  display: block !important;
  color: #697573;
  font-size: 0.86rem;
  line-height: 1.35;
}

body.page-product .product__tax-label > *:not(:first-child) {
  margin-top: 6px;
}

body.page-product .product__actions {
  max-width: 560px;
}

body.page-product .product__actions form {
  display: grid;
  row-gap: 6px;
  column-gap: 0;
}

body.page-product .product__add-to-cart {
  padding-top: 2px;
}

body.page-product .product__add-to-cart .quantity-button .input-group {
  margin-bottom: 0 !important;
}

body.page-product .product__add-to-cart .row {
  align-items: stretch;
  --bs-gutter-x: 8px;
  --bs-gutter-y: 8px;
}

body.page-product .product-actions__quantity {
  flex: 0 0 146px;
}

body.page-product .quantity-button,
body.page-product .product-actions__quantity {
  min-height: 42px;
}

body.page-product .quantity-button .btn,
body.page-product .quantity-button input,
body.page-product .product-actions__quantity .btn,
body.page-product .product-actions__quantity input {
  min-height: 42px;
  border-color: #d9dfdd;
  box-shadow: none;
}

body.page-product .product-actions__button .add-to-cart {
  min-height: 42px;
  width: 100%;
  justify-content: center;
  border-radius: 0;
  border: 1px solid #c49316;
  background: #c49316;
  box-shadow: 0 12px 22px rgba(196, 147, 22, 0.18);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body.page-product .product-actions__button .add-to-cart:hover,
body.page-product .product-actions__button .add-to-cart:focus {
  border-color: #092827;
  background: #092827;
  color: #fff;
}

body.page-product .wishlist-button-add,
body.page-product [class*="wishlist-button"] {
  flex: 0 0 auto;
}

body.page-product .product__actions .wishlist-button-add {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border: 1px solid rgba(9, 40, 39, 0.1);
  background: #fff;
  box-shadow: 0 10px 24px rgba(9, 32, 31, 0.08);
}

body.page-product .product__actions .social-sharing {
  margin-top: 2px;
  color: #5f6b6a;
  font-size: 0.9rem;
}

body.page-product .product__actions .social-sharing a,
body.page-product .product__actions .social-sharing button {
  color: #7a8583;
}

body.page-product .product__actions .social-sharing a:hover,
body.page-product .product__actions .social-sharing a:focus,
body.page-product .product__actions .social-sharing button:hover,
body.page-product .product__actions .social-sharing button:focus {
  color: #c49316;
}

body.page-product #product-infos-accordion,
body.page-product .blockreassurance_product,
body.page-product .product__infos {
  margin-top: 22px;
}

body.page-product .product__below-buybox .blockreassurance_product {
  position: static;
  margin-top: 0;
  padding: 16px;
  border: 1px solid #e5e7eb;
  background: #f7f8f9;
  box-shadow: none;
  color: #202124;
  overflow: visible;
}

body.page-product .product__below-buybox .blockreassurance_product > div {
  margin: 0 0 9px;
  padding: 12px 13px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: #fff;
}

body.page-product .product__below-buybox .blockreassurance_product > div:last-child {
  margin-bottom: 0;
}

body.page-product .product__below-buybox .blockreassurance_product > div:empty {
  display: none;
}

body.page-product .product__below-buybox .blockreassurance_product .item-product {
  color: #5f6368;
}

body.page-product .product__below-buybox .blockreassurance_product .item-product img,
body.page-product .product__below-buybox .blockreassurance_product .item-product svg {
  filter: grayscale(1);
  opacity: 0.82;
}

body.page-product .product__below-buybox .blockreassurance_product .block-title,
body.page-product .product__below-buybox .blockreassurance_product p {
  color: #202124;
}

body.page-product .product__below-buybox .kalama-google-reviews {
  position: static;
}

@media (min-width: 992px) {
  body.page-product .product.js-product-container {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    column-gap: 48px;
    row-gap: 24px;
    align-items: start;
  }

  body.page-product .product__left {
    grid-column: 1;
    grid-row: 1;
    width: auto;
    max-width: none;
  }

  body.page-product .product__images .carousel-item img {
    max-height: min(54vw, calc(100vh - 270px), 620px);
  }

  body.page-product .product__col {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: auto;
    max-width: none;
    position: relative;
    align-self: stretch;
    max-height: none;
    overflow: visible;
  }

  body.page-product .product__sticky-buybox {
    position: sticky;
    top: 24px;
    align-self: flex-start;
    max-height: none;
    overflow: visible;
  }

  body.page-product .product__details-flow {
    grid-column: 1;
    grid-row: 2;
    width: auto;
    max-width: none;
    order: 3;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-product .product__left,
  body.page-product .product__col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  body.page-product .product__details-flow {
    flex: 0 0 50%;
    max-width: 50%;
    order: 3;
  }

  body.page-product .product__images .carousel-item img {
    max-height: 430px;
  }

  body.page-product .thumbnails__container {
    margin-top: 12px;
  }

  body.page-product .thumbnails__list {
    padding-bottom: 6px;
  }

  body.page-product .thumbnail {
    flex: 0 0 72px;
    max-width: 72px;
    padding-right: 4px;
    padding-left: 4px;
  }

  body.page-product .product__col {
    position: static;
    max-height: none;
    overflow: visible;
    padding: 18px;
  }

  body.page-product .product__sticky-buybox {
    position: static;
    max-height: none;
    overflow: visible;
    padding: 18px;
  }

  body.page-product .product__name {
    margin-bottom: 14px;
    font-size: 1.18rem;
  }

  body.page-product .product__prices {
    margin-bottom: 14px;
  }

  body.page-product .product__description-short {
    margin-bottom: 14px;
    padding: 13px 14px;
    font-size: 0.88rem;
  }

  body.page-product .product-actions__quantity {
    flex: 0 0 124px;
  }
}

@media (max-width: 767.98px) {
  body.page-product .product__images .carousel-item img {
    max-height: min(74vw, 318px);
  }

  body.page-product .thumbnails__container {
    margin-top: 10px;
  }

  body.page-product .thumbnails__list {
    padding-bottom: 6px;
  }

  body.page-product .thumbnail {
    flex: 0 0 60px;
    max-width: 60px;
    padding-right: 4px;
    padding-left: 4px;
  }

  body.page-product .product__col {
    position: static;
    max-height: none;
    overflow: visible;
    order: 2;
    padding: 0;
  }

  body.page-product .product__sticky-buybox {
    position: static;
    max-height: none;
    overflow: visible;
    padding: 16px 12px 18px;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
  }

  body.page-product .product__below-buybox {
    margin-top: 14px;
  }

  body.page-product .product__name {
    margin-bottom: 12px;
    font-size: 1.2rem;
  }

  body.page-product .product__left {
    order: 1;
  }

  body.page-product .product__details-flow {
    order: 3;
    margin-top: 4px;
  }

  body.page-product .product__prices {
    margin-bottom: 12px;
  }

  body.page-product .product__description-short {
    margin-bottom: 14px;
    padding: 13px 14px;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    font-size: 0.9rem;
  }

  body.page-product .product__current-price {
    font-size: 1.55rem;
  }

  body.page-product .product__actions form {
    row-gap: 6px;
    column-gap: 0;
  }

  body.page-product .product-actions__quantity {
    flex: 0 0 138px;
  }

  body.page-product .product__add-to-cart .row {
    row-gap: 10px;
  }

  body.page-product .product-actions__button .add-to-cart {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 0.88rem;
    letter-spacing: 0;
  }

  body.page-product .product__actions .wishlist-button-add {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  body.page-product .product__actions .social-sharing {
    margin-top: 0;
    font-size: 0.86rem;
  }
}

/* Cart / checkout first polish */
body.page-cart .cart-grid,
body.page-order .cart-grid-body,
body.page-order .cart-grid-right {
  color: var(--kalama-ink);
}

body.page-cart .cart-grid {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  row-gap: 24px;
}

body.page-cart .cart-grid__body > .h4,
body.page-cart .cart-grid__right > .h4,
body.page-order .step__title-left {
  color: var(--kalama-ink);
  font-weight: 800;
  letter-spacing: 0;
}

body.page-cart .cart-container,
body.page-cart .cart-summary,
body.page-order .step,
body.page-order #js-checkout-summary {
  border: 1px solid rgba(231, 225, 216, 0.95);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(9, 32, 31, 0.055);
}

body.page-cart .cart-container {
  padding: 22px;
}

body.page-cart .cart-overview > hr,
body.page-cart .cart__item > hr,
body.page-order .step__title hr,
body.page-cart .cart-grid__right > hr,
body.page-order .cart-grid-right > hr {
  display: none;
}

body.page-cart .cart__items,
body.page-order .cart-summary__product__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

body.page-cart .cart__item {
  padding: 18px;
  margin-bottom: 14px;
  border: 1px solid rgba(231, 225, 216, 0.9);
  background: linear-gradient(180deg, #fff, rgba(248, 247, 244, 0.58));
}

body.page-cart .product-line {
  align-items: center;
  --bs-gutter-x: 18px;
  --bs-gutter-y: 12px;
}

body.page-cart .product-line__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 10px;
  border: 1px solid rgba(231, 225, 216, 0.8);
  background: #fff;
}

body.page-cart .product-line__image img {
  width: 100%;
  max-height: 112px;
  object-fit: contain;
}

body.page-cart .product-line__title {
  color: var(--kalama-ink);
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}

body.page-cart .product-line__title:hover,
body.page-cart .product-line__title:focus {
  color: var(--kalama-gold-dark);
}

body.page-cart .product-line__prices,
body.page-cart .product-line__info {
  margin-top: 8px;
  color: var(--kalama-muted);
  font-size: 0.9rem;
}

body.page-cart .product-line__prices .price,
body.page-cart .product-line__current .price {
  color: var(--kalama-ink);
  font-size: 1rem;
  font-weight: 800;
}

body.page-cart .product-line__informations {
  color: var(--kalama-ink);
  font-weight: 800;
  text-align: right;
}

body.page-cart .product-line__informations .row {
  align-items: center;
  justify-content: flex-end;
  row-gap: 10px;
}

body.page-cart .product-line__informations .quantity-button {
  max-width: 156px;
  margin-left: auto;
}

body.page-cart .quantity-button .input-group,
body.page-order .quantity-button .input-group {
  flex-wrap: nowrap;
}

body.page-cart .quantity-button .btn,
body.page-cart .quantity-button input,
body.page-order .quantity-button .btn,
body.page-order .quantity-button input {
  min-height: 38px;
  border-color: rgba(231, 225, 216, 0.95);
  box-shadow: none;
}

body.page-cart .product-line__actions {
  margin-top: 8px;
  text-align: right;
}

body.page-cart .remove-from-cart {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(9, 32, 31, 0.12);
  color: var(--kalama-muted);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

body.page-cart .remove-from-cart:hover,
body.page-cart .remove-from-cart:focus {
  border-color: rgba(189, 141, 22, 0.48);
  color: var(--kalama-gold-dark);
  background: rgba(189, 141, 22, 0.08);
}

body.page-cart .cart-summary,
body.page-order #js-checkout-summary {
  position: sticky;
  top: 16px;
  overflow: visible;
}

body.page-cart .cart-summary .card-block,
body.page-cart .cart-detailed__totals,
body.page-order #js-checkout-summary .card-block {
  padding: 20px;
}

body.page-cart .cart-summary__line,
body.page-order .cart-summary__line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(231, 225, 216, 0.75);
  color: var(--kalama-muted);
}

body.page-cart .cart-summary__line:last-child,
body.page-order .cart-summary__line:last-child {
  border-bottom: 0;
}

body.page-cart .cart-summary__value,
body.page-order .cart-summary__value,
body.page-cart .cart-summary__line__value,
body.page-order .cart-summary__line__value {
  color: var(--kalama-ink);
  font-weight: 800;
  text-align: right;
}

body.page-cart .cart-summary__line.cart-total,
body.page-order .cart-summary__line.cart-total,
body.page-cart .cart-summary__line:has(.cart-summary__label strong),
body.page-order .cart-summary__line:has(.cart-summary__label strong) {
  margin-top: 8px;
  padding-top: 16px;
  color: var(--kalama-ink);
  font-size: 1.08rem;
}

body.page-cart .cart-detailed__actions,
body.page-order .cart-detailed__actions {
  padding: 0 20px 20px;
  border-top: 0;
  background: transparent;
}

body.page-cart .cart-detailed__actions .btn-primary,
body.page-order .cart-detailed__actions .btn-primary,
body.page-order .continue.btn-primary {
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: var(--kalama-gold);
  border-radius: 0;
  background: var(--kalama-gold);
  box-shadow: 0 14px 24px rgba(189, 141, 22, 0.2);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

body.page-cart .cart-detailed__actions .btn-primary:hover,
body.page-cart .cart-detailed__actions .btn-primary:focus,
body.page-order .cart-detailed__actions .btn-primary:hover,
body.page-order .cart-detailed__actions .btn-primary:focus,
body.page-order .continue.btn-primary:hover,
body.page-order .continue.btn-primary:focus {
  border-color: var(--kalama-gold-dark);
  background: var(--kalama-gold-dark);
  color: #fff;
}

body.page-cart.cart-empty .cart-detailed__actions .btn-primary,
body.page-cart .cart-detailed__actions .btn-primary.disabled,
body.page-cart .cart-detailed__actions .btn-primary:disabled {
  border-color: rgba(9, 32, 31, 0.14);
  background: #ece9e2;
  box-shadow: none;
  color: #8a918f;
  cursor: not-allowed;
}

body.page-cart.cart-empty .cart-overview p {
  padding: 22px;
  margin-bottom: 16px !important;
  border: 1px dashed rgba(189, 141, 22, 0.42);
  background: rgba(248, 247, 244, 0.85);
  color: var(--kalama-ink);
  font-weight: 700;
}

body.page-cart .cart-container > .btn-outline-primary,
body.page-cart.cart-empty .cart-container > .btn-outline-primary {
  min-height: 42px;
  border-color: var(--kalama-ink);
  color: var(--kalama-ink);
  font-weight: 800;
}

body.page-cart .cart-container > .btn-outline-primary:hover,
body.page-cart .cart-container > .btn-outline-primary:focus {
  border-color: var(--kalama-gold);
  background: var(--kalama-gold);
  color: #fff;
}

body.page-order .cart-grid-body,
body.page-order .cart-grid-right {
  margin-top: 22px;
}

body.page-order .checkout__steps {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(231, 225, 216, 0.95);
  background: rgba(248, 247, 244, 0.75) !important;
}

body.page-order .checkout__steps__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(189, 141, 22, 0.28);
  border-radius: 999px;
  color: var(--kalama-gold-dark);
  font-weight: 900;
}

body.page-order .checkout__steps__text {
  color: var(--kalama-muted);
  font-weight: 800;
}

body.page-order .checkout__steps--current .checkout__steps__number,
body.page-order .checkout__steps__item:has(.active) .checkout__steps__number {
  border-color: var(--kalama-gold);
  background: var(--kalama-gold);
  color: #fff;
}

body.page-order .checkout__steps--current .checkout__steps__text,
body.page-order .checkout__steps__item:has(.active) .checkout__steps__text {
  color: var(--kalama-ink);
}

body.page-order .step {
  padding: 22px;
  margin-bottom: 18px !important;
}

body.page-order .step__title-left {
  margin-bottom: 0;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
}

body.page-order .step__content {
  color: var(--kalama-ink);
}

body.page-order .step__account,
body.page-order .tab-content,
body.page-order .address,
body.page-order .delivery-option,
body.page-order .payment-option {
  border: 1px solid rgba(231, 225, 216, 0.8);
  background: rgba(248, 247, 244, 0.42);
}

body.page-order .step__account,
body.page-order .tab-content {
  padding: 18px;
}

body.page-order .nav-tabs {
  gap: 8px;
  border-bottom-color: rgba(231, 225, 216, 0.95);
}

body.page-order .nav-tabs .nav-link {
  border-radius: 0;
  border-color: rgba(231, 225, 216, 0.95);
  color: var(--kalama-muted);
  font-weight: 800;
}

body.page-order .nav-tabs .nav-link.active {
  border-color: var(--kalama-gold);
  background: rgba(189, 141, 22, 0.08);
  color: var(--kalama-ink);
}

body.page-order .form-control,
body.page-order .form-select {
  min-height: 42px;
  border-color: rgba(231, 225, 216, 0.95);
  border-radius: 0;
  box-shadow: none;
}

body.page-order .form-control:focus,
body.page-order .form-select:focus {
  border-color: var(--kalama-gold);
  box-shadow: 0 0 0 0.16rem rgba(189, 141, 22, 0.15);
}

body.page-order #js-checkout-summary {
  top: 16px;
}

body.page-order .cart-summary__products {
  padding: 20px 20px 0;
}

body.page-order .cart-summary__products p {
  margin-bottom: 8px;
}

body.page-order .cart-summary__show {
  color: var(--kalama-gold-dark);
  font-weight: 800;
  text-decoration: none;
}

body.page-order .cart-summary__product {
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(231, 225, 216, 0.75);
}

body.page-order .cart-summary__product__image img {
  max-height: 58px;
  object-fit: contain;
}

body.page-order .cart-summary__product__body .product-name a {
  color: var(--kalama-ink);
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

body.page-order .cart-summary__product__price {
  color: var(--kalama-ink);
}

body.page-order .cart-summary__totals,
body.page-order .cart-summary__subtotals,
body.page-order .cart-summary__voucher {
  padding-right: 20px;
  padding-left: 20px;
}

body.page-order .checkout-block .inner-area,
body.page-order #thecheckout-cart-summary .cart-container,
body.page-order #thecheckout-cart-summary .cart-summary {
  border: 1px solid rgba(231, 225, 216, 0.92);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(9, 32, 31, 0.045);
}

body.page-order .checkout-block .inner-area {
  padding: 18px;
}

body.page-order .checkout-block .block-header,
body.page-order #thecheckout-cart-summary .block-header {
  margin-bottom: 14px;
  color: var(--kalama-ink);
  font-size: 1.05rem;
  font-weight: 900;
}

body.page-order #thecheckout-login-form .offer-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: auto;
  padding: 14px 16px;
  margin-bottom: 14px;
  border: 1px solid rgba(189, 141, 22, 0.2);
  background: rgba(248, 247, 244, 0.72);
}

body.page-order #thecheckout-login-form .already-account-label {
  color: var(--kalama-ink);
  font-weight: 900;
}

body.page-order #thecheckout-login-form .classic-login a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--kalama-gold);
  background: var(--kalama-gold);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

body.page-order #thecheckout-login-form .classic-login a:hover,
body.page-order #thecheckout-login-form .classic-login a:focus {
  border-color: var(--kalama-gold-dark);
  background: var(--kalama-gold-dark);
  color: #fff;
}

body.page-order #thecheckout-cart-summary .cart-items {
  padding: 0;
  margin: 0;
  list-style: none;
}

body.page-order #thecheckout-cart-summary .cart-item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(231, 225, 216, 0.85);
}

body.page-order #thecheckout-cart-summary .product-line {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

body.page-order #thecheckout-cart-summary .product-line-image img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  background: #fff;
}

body.page-order #thecheckout-cart-summary .product-title a,
body.page-order #thecheckout-cart-summary .product-line-info .label {
  color: var(--kalama-ink);
  font-weight: 800;
  text-decoration: none;
}

body.page-order #thecheckout-cart-summary .current-price .price,
body.page-order #thecheckout-cart-summary .product-line-footer .product-price {
  color: var(--kalama-gold-dark);
  font-weight: 900;
}

body.page-order #thecheckout-cart-summary .cart-detailed-totals,
body.page-order #thecheckout-cart-summary .cart-voucher {
  padding-top: 14px;
}

body.page-order #thecheckout-cart-summary .cart-summary-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(231, 225, 216, 0.75);
}

body.page-order #thecheckout-cart-summary .cart-summary-line .value,
body.page-order #thecheckout-cart-summary .cart-summary-line.cart-total {
  color: var(--kalama-ink);
  font-weight: 900;
}

body.page-order #thecheckout-confirm .btn-primary,
body.page-order #payment-confirmation .btn-primary {
  min-height: 46px;
  border-color: var(--kalama-gold);
  background: var(--kalama-gold);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

/* Checkout card polish */
body.page-order #thecheckout-cart-summary .cart-summary-line.hidden,
body.page-order #thecheckout-cart-summary .cart-summary-line.cart-total-weight.hidden {
  display: none !important;
}

body.page-order #thecheckout .checkout-block .inner-area,
body.page-order #thecheckout-cart-summary .cart-summary {
  border-color: rgba(220, 211, 196, 0.95);
  background: linear-gradient(180deg, #fff 0%, rgba(250, 249, 246, 0.96) 100%);
}

body.page-order #thecheckout .checkout-block .block-header,
body.page-order #thecheckout-cart-summary .block-header {
  position: relative;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(231, 225, 216, 0.9);
  letter-spacing: 0;
}

body.page-order #thecheckout .checkout-block .block-header::after,
body.page-order #thecheckout-cart-summary .block-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 42px;
  height: 2px;
  background: var(--kalama-gold);
}

body.page-order #thecheckout .form-group {
  margin-bottom: 12px;
}

body.page-order #thecheckout label,
body.page-order #thecheckout .field-label {
  color: var(--kalama-ink);
  font-weight: 700;
}

body.page-order #thecheckout .form-control,
body.page-order #thecheckout .form-select,
body.page-order #thecheckout select {
  border-color: rgba(220, 211, 196, 0.95);
  background-color: #fff;
}

body.page-order #thecheckout-shipping .delivery-option,
body.page-order #thecheckout-payment .payment-option {
  padding: 13px 14px;
  margin-bottom: 10px;
  border: 1px solid rgba(231, 225, 216, 0.95);
  background: #fff;
}

body.page-order #thecheckout-shipping .delivery-option:has(input:checked),
body.page-order #thecheckout-payment .payment-option:has(input:checked) {
  border-color: rgba(189, 141, 22, 0.58);
  box-shadow: inset 3px 0 0 var(--kalama-gold);
}

body.page-order #thecheckout-cart-summary .cart-item {
  padding: 14px;
  margin-bottom: 12px;
  border: 1px solid rgba(231, 225, 216, 0.92);
  background: #fff;
}

body.page-order #thecheckout-cart-summary .cart-item:last-child {
  margin-bottom: 0;
}

body.page-order #thecheckout-cart-summary .product-line {
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 13px;
}

body.page-order #thecheckout-cart-summary .product-line-image {
  align-self: start;
}

body.page-order #thecheckout-cart-summary .product-line-image img {
  width: 82px;
  height: 82px;
  padding: 6px;
  border: 1px solid rgba(231, 225, 216, 0.82);
}

body.page-order #thecheckout-cart-summary .product-line-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 14px;
  align-items: center;
  min-width: 0;
}

body.page-order #thecheckout-cart-summary .product-line-desc {
  min-width: 0;
}

body.page-order #thecheckout-cart-summary .product-line-desc > .product-line-info.product-price,
body.page-order #thecheckout-cart-summary .product-line-desc > br,
body.page-order #thecheckout-cart-summary .product-reference {
  display: none !important;
}

body.page-order #thecheckout-cart-summary .product-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.28;
}

body.page-order #thecheckout-cart-summary .product-line-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

body.page-order #thecheckout-cart-summary .qty-box {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(231, 225, 216, 0.95);
  background: rgba(248, 247, 244, 0.65);
}

body.page-order #thecheckout-cart-summary .cart-line-product-quantity {
  width: 42px;
  min-height: 34px;
  border: 0;
  background: transparent;
  color: var(--kalama-ink);
  font-weight: 800;
  text-align: center;
}

body.page-order #thecheckout-cart-summary .cart-line-product-quantity-up,
body.page-order #thecheckout-cart-summary .cart-line-product-quantity-down {
  width: 30px;
  min-height: 34px;
  color: var(--kalama-ink);
  text-decoration: none;
}

body.page-order #thecheckout-cart-summary .product-line-price {
  color: var(--kalama-ink);
  font-weight: 900;
  white-space: nowrap;
}

body.page-order #thecheckout-cart-summary .remove-from-cart {
  opacity: 0.66;
  color: var(--kalama-muted);
  transition: color 0.18s ease, opacity 0.18s ease;
}

body.page-order #thecheckout-cart-summary .remove-from-cart:hover,
body.page-order #thecheckout-cart-summary .remove-from-cart:focus {
  opacity: 1;
  color: var(--kalama-gold-dark);
}

body.page-order #thecheckout-cart-summary .cart-detailed-totals .card-block {
  padding: 12px 14px;
  border: 1px solid rgba(231, 225, 216, 0.72);
  background: rgba(248, 247, 244, 0.52);
}

body.page-order #thecheckout-cart-summary .cart-summary-line {
  padding: 9px 0;
}

body.page-order #thecheckout-cart-summary .cart-summary-line .label {
  color: var(--kalama-muted);
  font-weight: 700;
}

body.page-order #thecheckout-cart-summary .cart-summary-line.cart-total {
  margin-top: 8px;
  padding-top: 13px;
  border-top: 1px solid rgba(9, 32, 31, 0.16);
  border-bottom: 0;
  font-size: 1.08rem;
}

/* Checkout full polish */
body.page-order .checkout-block:not(#thecheckout-cart-summary):not(#thecheckout-order-review) {
  border-color: rgba(220, 211, 196, 0.95);
  background: linear-gradient(180deg, #fff 0%, rgba(250, 249, 246, 0.94) 100%);
  box-shadow: 0 12px 30px rgba(9, 32, 31, 0.035);
}

body.page-order .checkout-block:not(#thecheckout-cart-summary) .block-header {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(231, 225, 216, 0.9);
  color: var(--kalama-ink);
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: 0;
}

body.page-order .checkout-block:not(#thecheckout-cart-summary) .block-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 2px;
  background: var(--kalama-gold);
}

body.page-order .checkout-block .form-group {
  margin-bottom: 12px;
}

body.page-order .checkout-block .form-control,
body.page-order .checkout-block select,
body.page-order .checkout-block textarea {
  border-color: rgba(220, 211, 196, 0.95);
  background-color: #fff;
  color: var(--kalama-ink);
}

body.page-order .checkout-block textarea {
  min-height: 84px;
}

body.page-order .checkout-block .form-control:focus,
body.page-order .checkout-block select:focus,
body.page-order .checkout-block textarea:focus {
  border-color: var(--kalama-gold);
  box-shadow: 0 0 0 0.16rem rgba(189, 141, 22, 0.13);
}

body.page-order .checkout-block .custom-checkbox {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 0 10px;
  align-items: start;
  color: var(--kalama-ink);
  line-height: 1.34;
}

body.page-order .checkout-block .custom-checkbox > input[type="checkbox"] {
  grid-column: 1;
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  accent-color: var(--kalama-gold);
}

body.page-order .checkout-block .custom-checkbox > input[type="checkbox"] + span:not(.label) {
  display: none !important;
}

body.page-order .checkout-block .custom-checkbox > label,
body.page-order .checkout-block .custom-checkbox > span.label {
  grid-column: 2;
  margin: 0;
  color: var(--kalama-ink);
  font-weight: 700;
}

body.page-order .checkout-block .custom-checkbox > span.label em,
body.page-order .checkout-block .custom-checkbox > span.label p {
  color: var(--kalama-muted);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
}

body.page-order #thecheckout-newsletter,
body.page-order #thecheckout-psgdpr,
body.page-order #thecheckout-data-privacy {
  padding: 14px 16px;
  border-color: rgba(231, 225, 216, 0.95);
}

body.page-order #thecheckout-psgdpr,
body.page-order #thecheckout-data-privacy {
  box-shadow: inset 3px 0 0 rgba(189, 141, 22, 0.55);
}

body.page-order #thecheckout-shipping .delivery-options-list,
body.page-order #thecheckout-shipping .delivery-options {
  display: grid;
  gap: 12px;
}

body.page-order #thecheckout-shipping .delivery-option-row {
  padding: 13px 14px;
  margin: 0;
  border: 1px solid rgba(231, 225, 216, 0.95);
  background: #fff;
}

body.page-order #thecheckout-shipping .delivery-option-row.selected {
  border-color: rgba(189, 141, 22, 0.62);
  box-shadow: inset 3px 0 0 var(--kalama-gold);
}

body.page-order #thecheckout-shipping input[type="radio"],
body.page-order #thecheckout-payment input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--kalama-gold);
}

body.page-order #thecheckout-shipping .delivery-option-label {
  width: 100%;
  margin: 0;
}

body.page-order #thecheckout-shipping .delivery-option-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 14px;
  align-items: center;
}

body.page-order #thecheckout-shipping .delivery-option-logo {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: start;
}

body.page-order #thecheckout-shipping .delivery-option-name .h6,
body.page-order #thecheckout-shipping .carrier-name {
  color: var(--kalama-ink);
  font-size: 0.98rem;
  font-weight: 900;
}

body.page-order #thecheckout-shipping .delivery-option-delay {
  color: var(--kalama-muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

body.page-order #thecheckout-shipping .delivery-option-price {
  color: var(--kalama-gold-dark);
  font-weight: 900;
}

body.page-order #thecheckout-payment .payment-options,
body.page-order #thecheckout-payment .payment-option {
  border-color: rgba(231, 225, 216, 0.95);
  background: #fff;
}

body.page-order #thecheckout-confirm {
  padding: 18px;
  border-color: rgba(220, 211, 196, 0.95);
  background: linear-gradient(180deg, #fff 0%, rgba(248, 247, 244, 0.95) 100%);
}

body.page-order #thecheckout-confirm .error-msg {
  margin-bottom: 12px;
  color: var(--kalama-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

body.page-order #thecheckout-confirm #confirm_order,
body.page-order #tc-payment-confirmation #confirm_order,
body.page-order #payment-confirmation .btn-primary,
body.page-order .btn-primary.btn-with-icon {
  width: min(100%, 360px);
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-color: var(--kalama-gold);
  background: var(--kalama-gold);
  box-shadow: 0 14px 24px rgba(189, 141, 22, 0.2);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

body.page-order #thecheckout-confirm #confirm_order:hover,
body.page-order #thecheckout-confirm #confirm_order:focus,
body.page-order #tc-payment-confirmation #confirm_order:hover,
body.page-order #tc-payment-confirmation #confirm_order:focus,
body.page-order #payment-confirmation .btn-primary:hover,
body.page-order #payment-confirmation .btn-primary:focus,
body.page-order .btn-primary.btn-with-icon:hover,
body.page-order .btn-primary.btn-with-icon:focus {
  border-color: var(--kalama-gold-dark);
  background: var(--kalama-gold-dark);
  color: #fff;
}

body.page-order .btn-primary.btn-with-icon.disabled,
body.page-order .btn-primary.btn-with-icon:disabled {
  border-color: rgba(189, 141, 22, 0.5);
  background: rgba(189, 141, 22, 0.72);
  box-shadow: none;
  color: #fff;
  opacity: 0.82;
}

@media (min-width: 992px) {
  body.page-cart .cart-grid__body {
    padding-right: 18px;
  }

  body.page-cart .cart-grid__right,
  body.page-order .cart-grid-right {
    padding-left: 18px;
  }
}

@media (max-width: 991.98px) {
  body.page-cart .cart-summary,
  body.page-order #js-checkout-summary {
    position: static;
  }

  body.page-order .cart-grid-body,
  body.page-order .cart-grid-right {
    margin-top: 16px;
  }
}

@media (max-width: 767.98px) {
  body.page-cart .cart-grid {
    row-gap: 16px;
  }

  body.page-cart .cart-container {
    padding: 14px;
  }

  body.page-cart .cart__item {
    padding: 14px;
  }

  body.page-cart .product-line {
    --bs-gutter-x: 12px;
  }

  body.page-cart .product-line__image a {
    padding: 8px;
  }

  body.page-cart .product-line__image img {
    max-height: 92px;
  }

  body.page-cart .product-line__content,
  body.page-cart .product-line__informations,
  body.page-cart .product-line__actions {
    text-align: left;
  }

  body.page-cart .product-line__informations .row {
    justify-content: flex-start;
  }

  body.page-cart .product-line__informations .quantity-button {
    max-width: 142px;
    margin-left: 0;
  }

  body.page-cart .product-line__actions {
    margin-top: 4px;
  }

  body.page-cart .cart-summary .card-block,
  body.page-cart .cart-detailed__totals,
  body.page-order #js-checkout-summary .card-block {
    padding: 16px;
  }

  body.page-cart .cart-detailed__actions,
  body.page-order .cart-detailed__actions {
    padding: 0 16px 16px;
  }

  body.page-order .step {
    padding: 16px;
  }

  body.page-order .nav-tabs {
    flex-wrap: nowrap;
  }

  body.page-order .nav-tabs .nav-link {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 0.9rem;
  }

  body.page-order #thecheckout-login-form .offer-login {
    display: block;
    text-align: center;
  }

  body.page-order #thecheckout-login-form .classic-login {
    margin-top: 10px;
  }

  body.page-order #thecheckout-cart-summary .product-line {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: start;
    gap: 11px;
  }

  body.page-order #thecheckout-cart-summary .product-line-image {
    position: static;
    grid-column: 1;
  }

  body.page-order #thecheckout-cart-summary .product-line-image img {
    width: 72px;
    height: 72px;
  }

  body.page-order #thecheckout-cart-summary .product-line-body {
    grid-column: 2;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 9px;
  }

  body.page-order #thecheckout-cart-summary .product-line-actions {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
  }

  body.page-order #thecheckout-cart-summary .product-title a {
    font-size: 0.9rem;
    line-height: 1.22;
  }

  body.page-order #thecheckout-cart-summary .product-line-price {
    font-size: 0.95rem;
  }

  body.page-order .checkout-block .custom-checkbox {
    grid-template-columns: 17px minmax(0, 1fr);
    gap: 0 8px;
  }

  body.page-order #thecheckout-shipping .delivery-option-detail {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-order #thecheckout-shipping .delivery-option-logo {
    grid-column: 1;
    grid-row: auto;
  }

  body.page-order #thecheckout-confirm #confirm_order,
  body.page-order #tc-payment-confirmation #confirm_order,
  body.page-order #payment-confirmation .btn-primary,
  body.page-order .btn-primary.btn-with-icon {
    width: 100%;
  }
}

/* Checkout shipping UX */
body.page-order #checkout-step-btn-container {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-order .checkout__steps,
body.page-order .checkout__steps__list {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-order #checkout-payment-step button.js-back[data-step="checkout-delivery-step"] {
  display: none !important;
}

body.page-order #thecheckout-shipping .delivery-options-list,
body.page-order #thecheckout-shipping .delivery-options {
  gap: 8px;
}

body.page-order #thecheckout-shipping .delivery-option-row.delivery-option {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0 0 8px;
  padding: 13px 15px;
  border: 1px solid rgba(231, 225, 216, 0.95);
  background: #fff;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.page-order #thecheckout-shipping .delivery-option-row.delivery-option:hover,
body.page-order #thecheckout-shipping .delivery-option-row.delivery-option:focus-within {
  border-color: rgba(189, 141, 22, 0.52);
  background: rgba(250, 249, 246, 0.78);
}

body.page-order #thecheckout-shipping .delivery-option-row.delivery-option.user-selected,
body.page-order #thecheckout-shipping .delivery-option-row.delivery-option:has(input[type="radio"]:checked) {
  border-color: rgba(189, 141, 22, 0.72);
  background: rgba(189, 141, 22, 0.045);
  box-shadow: inset 3px 0 0 var(--kalama-gold);
}

body.page-order #thecheckout-shipping .delivery-option-row.delivery-option > .shipping-radio {
  grid-column: 1;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
}

body.page-order #thecheckout-shipping .delivery-option-row.delivery-option > .delivery-option-label {
  grid-column: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

body.page-order #thecheckout-shipping .delivery-option-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px 14px;
  align-items: center;
  width: 100%;
}

body.page-order #thecheckout-shipping .name-and-delay {
  min-width: 0;
}

body.page-order #thecheckout-shipping .delivery-option-logo {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: end;
  min-width: 56px;
  max-width: 76px;
}

body.page-order #thecheckout-shipping .delivery-option-logo img {
  display: block;
  max-width: 76px;
  max-height: 42px;
  object-fit: contain;
  margin: 0;
}

body.page-order #thecheckout-shipping .delivery-option-price {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  min-width: 82px;
  color: var(--kalama-gold-dark);
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

body.page-order #thecheckout-shipping .delivery-option-price.free .carrier-price-with-tax-formatted,
body.page-order #thecheckout-shipping .delivery-option-price .carrier-price-without-tax-formatted,
body.page-order #thecheckout-shipping .delivery-option-price:not(.free) .carrier-price {
  display: none !important;
}

@media (max-width: 767.98px) {
  body.page-order #thecheckout-shipping .delivery-option-row.delivery-option {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 9px;
    padding: 12px;
  }

  body.page-order #thecheckout-shipping .delivery-option-detail {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 10px;
  }

  body.page-order #thecheckout-shipping .delivery-option-logo {
    grid-column: 2;
    grid-row: 1;
    min-width: 44px;
    max-width: 58px;
  }

  body.page-order #thecheckout-shipping .delivery-option-logo img {
    max-width: 58px;
    max-height: 34px;
  }

body.page-order #thecheckout-shipping .delivery-option-price {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-self: start;
    min-width: 0;
    text-align: left;
  }
}

/* Customer auth pages */
body.page-authentication #content-wrapper,
body.page-registration #content-wrapper,
body.page-password #content-wrapper {
  padding-bottom: 72px;
}

body.page-authentication #content-wrapper .container--limited-sm,
body.page-registration #content-wrapper .container--limited-md,
body.page-password #content-wrapper .container--limited-sm {
  max-width: 1040px;
}

body.page-authentication #content-wrapper .page-header,
body.page-registration #content-wrapper .page-header,
body.page-password #content-wrapper .page-header {
  margin-bottom: 24px;
  text-align: center;
}

body.page-authentication #content-wrapper h1,
body.page-registration #content-wrapper h1,
body.page-password #content-wrapper h1 {
  color: var(--kalama-ink);
  font-size: clamp(1.75rem, 2.3vw, 2.35rem);
  font-weight: 900;
  letter-spacing: 0;
}

body.page-authentication .login,
body.page-registration .register-form,
body.page-password .forgotten-password {
  width: min(100%, 920px);
  margin: 0 auto;
}

body.page-authentication .login {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: 22px;
  align-items: stretch;
}

body.page-authentication .login > hr {
  display: none;
}

body.page-authentication .login__form-wrapper,
body.page-authentication .login__register-prompt,
body.page-registration .register-form,
body.page-password .forgotten-password {
  border: 1px solid rgba(231, 225, 216, 0.95);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fffdf8 100%);
  box-shadow: 0 16px 40px rgba(20, 24, 27, 0.06);
}

body.page-authentication .login__form-wrapper {
  padding: 30px;
}

body.page-authentication .login__register-prompt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(189, 141, 22, 0.08), rgba(24, 56, 55, 0.04)),
    #fffdf8;
}

body.page-authentication .login__register-prompt h2,
body.page-registration .register-form::before,
body.page-password .forgotten-password header {
  color: var(--kalama-ink);
}

body.page-authentication .login__register-prompt h2 {
  font-size: 1.25rem;
  font-weight: 900;
}

body.page-authentication .login__register-prompt h2::after {
  content: "Założenie konta ułatwia sprawdzanie zamówień i szybsze kolejne zakupy.";
  display: block;
  margin-top: 10px;
  color: var(--kalama-muted);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.55;
}

body.page-registration .register-form,
body.page-password .forgotten-password {
  max-width: 760px;
  padding: 30px;
}

body.page-password .forgotten-password header {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(189, 141, 22, 0.18);
  border-radius: 8px;
  background: rgba(189, 141, 22, 0.06);
}

body.page-password .send-renew-password-link {
  margin: 0;
  color: var(--kalama-muted);
  line-height: 1.55;
}

body.page-authentication .form-label,
body.page-registration .form-label,
body.page-password .form-label {
  color: var(--kalama-ink);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

body.page-authentication .form-control,
body.page-registration .form-control,
body.page-password .form-control {
  min-height: 48px;
  border-color: rgba(231, 225, 216, 1);
  border-radius: 8px;
  color: var(--kalama-ink);
  background-color: #fff;
  box-shadow: none;
}

body.page-authentication .form-control:focus,
body.page-registration .form-control:focus,
body.page-password .form-control:focus {
  border-color: rgba(189, 141, 22, 0.72);
  box-shadow: 0 0 0 3px rgba(189, 141, 22, 0.14);
}

body.page-authentication .input-group .btn,
body.page-registration .input-group .btn,
body.page-password .input-group .btn {
  min-width: 48px;
  border-color: rgba(231, 225, 216, 1);
  border-radius: 0 8px 8px 0;
  background: #fff;
  color: var(--kalama-ink);
}

body.page-authentication .password-field,
body.page-registration .password-field,
body.page-password .password-field {
  display: flex;
  flex-wrap: nowrap;
}

body.page-authentication .password-field .form-control,
body.page-registration .password-field .form-control,
body.page-password .password-field .form-control {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

body.page-authentication .password-field .btn,
body.page-registration .password-field .btn,
body.page-password .password-field .btn {
  flex: 0 0 48px;
}

body.page-authentication .btn-primary,
body.page-registration .btn-primary,
body.page-password .btn-primary {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: var(--kalama-gold);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(189, 141, 22, 0.2);
}

body.page-authentication .btn-primary:hover,
body.page-authentication .btn-primary:focus,
body.page-registration .btn-primary:hover,
body.page-registration .btn-primary:focus,
body.page-password .btn-primary:hover,
body.page-password .btn-primary:focus {
  background: var(--kalama-gold-dark);
  color: #fff;
}

body.page-authentication .btn-outline-primary {
  min-height: 48px;
  border-color: rgba(189, 141, 22, 0.72);
  border-radius: 8px;
  color: var(--kalama-ink);
  font-weight: 900;
  text-transform: uppercase;
  background: #fff;
}

body.page-authentication .btn-outline-primary:hover,
body.page-authentication .btn-outline-primary:focus {
  border-color: var(--kalama-gold);
  background: var(--kalama-gold);
  color: #fff;
}

body.page-authentication .login__forgot-password {
  margin: 14px 0 0 !important;
  text-align: center !important;
}

body.page-authentication .login__forgot-password a,
body.page-registration .register-form__login-prompt a,
body.page-password #back-to-login {
  color: var(--kalama-gold-dark);
  font-weight: 800;
  text-decoration: none;
}

body.page-authentication .login__forgot-password a:hover,
body.page-registration .register-form__login-prompt a:hover,
body.page-password #back-to-login:hover {
  color: var(--kalama-ink);
  text-decoration: underline;
}

body.page-registration .register-form__login-prompt {
  margin: 20px 0 0;
  padding: 18px 20px 0;
  border-top: 1px solid rgba(231, 225, 216, 0.95);
  text-align: center;
}

body.page-registration .form-check,
body.page-authentication .form-check,
body.page-password .form-check {
  color: var(--kalama-muted);
  line-height: 1.45;
}

body.page-registration .form-check-input:checked,
body.page-authentication .form-check-input:checked,
body.page-password .form-check-input:checked {
  border-color: var(--kalama-gold);
  background-color: var(--kalama-gold);
}

body.page-authentication .alert,
body.page-registration .alert,
body.page-password .alert {
  border-radius: 8px;
  border-width: 1px;
  margin-bottom: 18px;
}

body.page-password .page-footer {
  max-width: 760px;
  margin: 20px auto 0;
}

@media (max-width: 991.98px) {
  body.page-authentication .login {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.page-authentication .login__form-wrapper,
  body.page-authentication .login__register-prompt,
  body.page-registration .register-form,
  body.page-password .forgotten-password {
    padding: 24px;
  }
}

@media (max-width: 575.98px) {
  body.page-authentication #content-wrapper,
  body.page-registration #content-wrapper,
  body.page-password #content-wrapper {
    padding-bottom: 44px;
  }

  body.page-authentication #content-wrapper .page-header,
  body.page-registration #content-wrapper .page-header,
  body.page-password #content-wrapper .page-header {
    margin-bottom: 16px;
  }

  body.page-authentication .login__form-wrapper,
  body.page-authentication .login__register-prompt,
  body.page-registration .register-form,
  body.page-password .forgotten-password {
    padding: 20px 16px;
    box-shadow: 0 10px 26px rgba(20, 24, 27, 0.05);
  }

body.page-authentication .btn-primary,
  body.page-authentication .btn-outline-primary,
  body.page-registration .btn-primary,
  body.page-password .btn-primary {
    width: 100%;
  }
}

/* Customer account pages */
.page-customer {
  color: var(--kalama-ink);
}

#content-wrapper .page-customer {
  padding-bottom: 56px;
}

#content-wrapper .page-customer + .page-footer {
  margin-top: 22px;
}

#content-wrapper .page-header {
  margin-bottom: 22px;
}

#content-wrapper .page-header h1 {
  color: var(--kalama-ink);
  font-size: clamp(1.55rem, 2vw, 2.05rem);
  font-weight: 900;
  letter-spacing: 0;
}

.account-menu {
  position: sticky;
  top: 24px;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(231, 225, 216, 0.96);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fffdf8 100%);
  box-shadow: 0 16px 34px rgba(20, 24, 27, 0.055);
}

.account-menu__title {
  margin-bottom: 12px !important;
  color: var(--kalama-ink);
  font-size: 1.04rem;
  font-weight: 900;
}

.account-menu__line,
.account-menu > a,
.account-link {
  display: flex !important;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  border: 0;
  background: transparent;
  color: var(--kalama-ink);
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.account-menu__line .link-item,
.account-menu > a > .link-item,
.account-link {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  width: 100%;
  min-width: 0;
  color: inherit;
  line-height: 1.25;
}

.account-menu__line .material-icons,
.account-menu > a .material-icons,
.account-link .material-icons {
  display: inline-flex;
  width: 24px;
  min-width: 24px;
  justify-content: center;
  color: var(--kalama-gold-dark);
  font-size: 1.08rem;
  line-height: 1;
}

.account-menu__line:hover,
.account-menu__line:focus,
.account-menu__line.active,
.account-menu > a:hover,
.account-menu > a:focus,
.account-menu > a.active,
.account-link:hover,
.account-link:focus {
  background: rgba(189, 141, 22, 0.1);
  color: var(--kalama-ink);
  text-decoration: none;
}

.account-menu--signout,
.account-menu > a.account-menu--signout,
.customer-link__logout {
  margin-top: 8px;
  color: #7b2d24;
}

.account-menu--signout .material-icons,
.account-menu > a.account-menu--signout .material-icons,
.customer-link__logout .material-icons {
  color: #7b2d24;
}

.account-menu__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  color: var(--kalama-gold-dark);
  font-weight: 900;
  text-decoration: none;
}

.customer-link {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 176px;
  gap: 16px;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.customer-link__link {
  display: flex;
  width: auto;
  max-width: none;
  padding: 0;
  color: var(--kalama-ink);
  text-decoration: none;
}

.customer-link > a {
  display: flex;
  width: auto;
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--kalama-ink);
  text-decoration: none;
}

.customer-link__link .link-item,
.customer-link > a > .link-item {
  position: relative;
  display: flex;
  min-height: 0;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(231, 225, 216, 0.96);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fffdf8 100%) !important;
  box-shadow: 0 14px 32px rgba(20, 24, 27, 0.052);
  color: var(--kalama-ink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.customer-link__link .link-item::after,
.customer-link > a > .link-item::after {
  content: "arrow_forward";
  position: absolute;
  right: 22px;
  bottom: 22px;
  align-self: flex-end;
  color: var(--kalama-gold-dark);
  font-family: "Material Icons";
  font-size: 1.15rem;
  line-height: 1;
}

.customer-link__link .material-icons,
.customer-link > a > .link-item .material-icons {
  display: grid;
  width: 42px;
  height: 42px;
  min-width: 42px;
  place-items: center;
  border-radius: 999px;
  background: rgba(189, 141, 22, 0.12) !important;
  color: var(--kalama-gold-dark) !important;
  font-size: 1.35rem;
  line-height: 1;
}

.customer-link > a > .link-item > span,
.customer-link > a > .link-item > .link-item {
  display: inline;
  width: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent !important;
  box-shadow: none;
  color: inherit;
}

.customer-link__link:hover .link-item,
.customer-link__link:focus .link-item,
.customer-link > a:hover > .link-item,
.customer-link > a:focus > .link-item,
.customer-link > a.active > .link-item {
  border-color: rgba(189, 141, 22, 0.44);
  background: linear-gradient(180deg, #fff 0%, #fffaf0 100%) !important;
  box-shadow: 0 18px 38px rgba(20, 24, 27, 0.08);
}

.customer-link__link,
.customer-link__link:visited,
.customer-link__link:hover,
.customer-link__link:focus,
.customer-link__link:focus-visible,
.customer-link__link.active,
.customer-link > a,
.customer-link > a:visited,
.customer-link > a:hover,
.customer-link > a:focus,
.customer-link > a:focus-visible,
.customer-link > a.active,
.customer-link__link .link-item,
.customer-link__link:hover .link-item,
.customer-link__link:focus .link-item,
.customer-link__link:focus-visible .link-item,
.customer-link__link.active .link-item,
.customer-link > a > .link-item,
.customer-link > a:hover > .link-item,
.customer-link > a:focus > .link-item,
.customer-link > a:focus-visible > .link-item,
.customer-link > a.active > .link-item,
.customer-link > a > .link-item > span,
.customer-link > a:hover > .link-item > span,
.customer-link > a:focus > .link-item > span,
.customer-link > a:focus-visible > .link-item > span,
.customer-link > a.active > .link-item > span {
  color: var(--kalama-ink) !important;
}

.customer-link__link:focus-visible,
.customer-link > a:focus-visible {
  outline: 3px solid rgba(189, 141, 22, 0.32);
  outline-offset: 3px;
  border-radius: 8px;
}

.customer-link__link:hover .link-item,
.customer-link__link:focus .link-item,
.customer-link > a:hover > .link-item,
.customer-link > a:focus > .link-item {
  transform: translateY(-2px);
}

.customer-link__link .material-icons,
.customer-link__link:hover .material-icons,
.customer-link__link:focus .material-icons,
.customer-link__link:focus-visible .material-icons,
.customer-link__link.active .material-icons,
.customer-link > a > .link-item .material-icons,
.customer-link > a:hover > .link-item .material-icons,
.customer-link > a:focus > .link-item .material-icons,
.customer-link > a:focus-visible > .link-item .material-icons,
.customer-link > a.active > .link-item .material-icons,
.customer-link__link .link-item::after,
.customer-link__link:hover .link-item::after,
.customer-link__link:focus .link-item::after,
.customer-link__link:focus-visible .link-item::after,
.customer-link__link.active .link-item::after,
.customer-link > a > .link-item::after,
.customer-link > a:hover > .link-item::after,
.customer-link > a:focus > .link-item::after,
.customer-link > a:focus-visible > .link-item::after,
.customer-link > a.active > .link-item::after {
  color: var(--kalama-gold-dark) !important;
}

.account-menu__line,
.account-menu__line:visited,
.account-menu__line:hover,
.account-menu__line:focus,
.account-menu__line:focus-visible,
.account-menu__line.active,
.account-menu > a,
.account-menu > a:visited,
.account-menu > a:hover,
.account-menu > a:focus,
.account-menu > a:focus-visible,
.account-menu > a.active,
.account-menu__line .link-item,
.account-menu > a > .link-item {
  color: var(--kalama-ink) !important;
}

.account-menu__line:hover,
.account-menu__line:focus,
.account-menu__line:focus-visible,
.account-menu__line.active,
.account-menu > a:hover,
.account-menu > a:focus,
.account-menu > a:focus-visible,
.account-menu > a.active {
  background: rgba(189, 141, 22, 0.1) !important;
}

.account-menu__line:focus-visible,
.account-menu > a:focus-visible {
  outline: 3px solid rgba(189, 141, 22, 0.26);
  outline-offset: 2px;
}

.account-menu__line .material-icons,
.account-menu__line:hover .material-icons,
.account-menu__line:focus .material-icons,
.account-menu__line:focus-visible .material-icons,
.account-menu__line.active .material-icons,
.account-menu > a .material-icons,
.account-menu > a:hover .material-icons,
.account-menu > a:focus .material-icons,
.account-menu > a:focus-visible .material-icons,
.account-menu > a.active .material-icons {
  color: var(--kalama-gold-dark) !important;
}

.account-menu--signout,
.account-menu--signout:visited,
.account-menu--signout:hover,
.account-menu--signout:focus,
.account-menu--signout:focus-visible,
.account-menu > a.account-menu--signout,
.account-menu > a.account-menu--signout:visited,
.account-menu > a.account-menu--signout:hover,
.account-menu > a.account-menu--signout:focus,
.account-menu > a.account-menu--signout:focus-visible,
.account-menu > a.account-menu--signout .link-item {
  color: #b53434 !important;
}

.account-menu--signout .material-icons,
.account-menu > a.account-menu--signout .material-icons {
  color: #b53434 !important;
}

body.page-my-account #content-wrapper .page-customer {
  padding-bottom: 8px;
}

body.page-my-account #content-wrapper .page-customer + .page-footer {
  margin-top: 8px;
}

.customer-link__logout {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 4px;
  font-weight: 900;
  text-decoration: none;
}

.page-customer > p {
  max-width: 720px;
  margin-bottom: 20px;
  color: var(--kalama-muted);
  line-height: 1.6;
}

.page-customer .alert {
  border-radius: 8px;
  border-width: 1px;
  padding: 16px 18px;
}

.page-customer .table-wrapper {
  border: 1px solid rgba(231, 225, 216, 0.96);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(20, 24, 27, 0.052);
  overflow: hidden;
}

.page-customer .table {
  margin-bottom: 0;
  color: var(--kalama-ink);
}

.page-customer .table thead th {
  border-bottom: 1px solid rgba(231, 225, 216, 0.96);
  background: #f7f3ea;
  color: var(--kalama-ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.page-customer .table tbody th,
.page-customer .table tbody td {
  padding: 16px 14px;
  vertical-align: middle;
  border-color: rgba(231, 225, 216, 0.76);
}

.page-customer .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: rgba(250, 247, 240, 0.6);
}

.page-customer .badge {
  border-radius: 999px;
  padding: 0.42rem 0.65rem;
  font-size: 0.74rem;
  font-weight: 900;
}

.page-customer .order__actions,
.page-customer .address__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.page-customer .order__actions a,
.page-customer .address__edit,
.page-customer .address__delete,
.page-customer .addresses__new-address,
.page-customer .btn-primary,
.page-customer .btn-outline-primary {
  min-height: 42px;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.page-customer .order__actions a,
.page-customer .address__edit,
.page-customer .addresses__new-address,
.page-customer .btn-outline-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(189, 141, 22, 0.42);
  background: #fff;
  color: var(--kalama-ink);
}

.page-customer .order__actions a:hover,
.page-customer .address__edit:hover,
.page-customer .addresses__new-address:hover,
.page-customer .btn-outline-primary:hover {
  border-color: var(--kalama-gold);
  background: rgba(189, 141, 22, 0.1);
  color: var(--kalama-ink);
}

.page-customer .address__delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7b2d24;
}

.page-customer .btn-primary,
.page-customer .form-control-submit {
  border: 0;
  background: var(--kalama-gold);
  color: #fff;
  box-shadow: 0 10px 22px rgba(189, 141, 22, 0.18);
}

.page-customer .btn-primary:hover,
.page-customer .btn-primary:focus,
.page-customer .form-control-submit:hover,
.page-customer .form-control-submit:focus {
  background: var(--kalama-gold-dark);
  color: #fff;
}

.page-customer .orders {
  gap: 16px 0;
}

.page-customer .orders .order,
.page-customer .cart-rules .cart-rule,
.page-customer .order-return {
  padding: 18px;
  border: 1px solid rgba(231, 225, 216, 0.96);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fffdf8 100%);
  box-shadow: 0 12px 28px rgba(20, 24, 27, 0.052);
}

.page-customer .order__label {
  margin-bottom: 2px;
  color: var(--kalama-muted);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.page-customer .order__value {
  margin-bottom: 12px;
  color: var(--kalama-ink);
  font-weight: 800;
}

.addresses {
  align-items: stretch;
}

.address__wrapper {
  display: flex;
}

.page-customer .address.card,
.page-customer .addresses__new-address {
  width: 100%;
  min-height: 100%;
  border: 1px solid rgba(231, 225, 216, 0.96);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(20, 24, 27, 0.052);
}

.page-customer .address.card {
  overflow: hidden;
}

.page-customer .address .card-body {
  padding: 20px;
}

.page-customer .address__alias {
  margin-bottom: 12px;
  color: var(--kalama-ink);
  font-size: 1.02rem;
  font-weight: 900;
}

.page-customer .address__content {
  margin-bottom: 0;
  color: var(--kalama-muted);
  line-height: 1.62;
}

.page-customer .address__actions {
  padding: 14px 18px;
  border-top: 1px solid rgba(231, 225, 216, 0.96);
  background: #fffdf8;
}

.page-customer .address__actions a {
  padding: 9px 13px;
}

.page-customer .addresses__new-address {
  flex-direction: column;
  gap: 14px;
  min-height: 190px;
  padding: 22px;
  color: var(--kalama-ink);
}

.page-customer .new-address__text {
  font-weight: 900;
}

.page-customer .new-address__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 999px;
  background: rgba(189, 141, 22, 0.12);
  color: var(--kalama-gold-dark);
}

.page-customer .address-form,
.page-customer #customer-form,
.page-customer .js-address-form {
  max-width: 860px;
}

.page-customer .address-form,
.page-customer #customer-form {
  padding: 28px;
  border: 1px solid rgba(231, 225, 216, 0.96);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fffdf8 100%);
  box-shadow: 0 14px 32px rgba(20, 24, 27, 0.052);
}

.page-customer .form-label {
  color: var(--kalama-ink);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.page-customer .form-control,
.page-customer .form-select {
  min-height: 46px;
  border-color: rgba(231, 225, 216, 1);
  border-radius: 8px;
  color: var(--kalama-ink);
  background-color: #fff;
  box-shadow: none;
}

.page-customer .form-control:focus,
.page-customer .form-select:focus {
  border-color: rgba(189, 141, 22, 0.72);
  box-shadow: 0 0 0 3px rgba(189, 141, 22, 0.14);
}

.page-customer .form-check {
  color: var(--kalama-muted);
  line-height: 1.45;
}

.page-customer .form-check-input:checked {
  border-color: var(--kalama-gold);
  background-color: var(--kalama-gold);
}

.page-customer .form-footer {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(231, 225, 216, 0.96);
}

.page-customer .form-footer .btn,
.page-customer .form-control-submit {
  min-width: 180px;
  min-height: 48px;
  padding: 0 22px;
}

.page-customer .field-password-policy .input-group,
.page-customer .password-field {
  display: flex;
  flex-wrap: nowrap;
}

.page-customer .field-password-policy .form-control,
.page-customer .password-field .form-control {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.page-customer .field-password-policy .btn,
.page-customer .password-field .btn {
  flex: 0 0 48px;
  min-width: 48px;
  border-radius: 0 8px 8px 0;
}

.page-customer hr {
  margin: 28px 0;
  border-color: rgba(231, 225, 216, 0.96);
  opacity: 1;
}

.page-customer .box {
  padding: 22px;
  border: 1px solid rgba(231, 225, 216, 0.96);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(20, 24, 27, 0.052);
}

.page-customer .order__details,
.page-customer .order__detail__products {
  padding: 22px;
  border: 1px solid rgba(231, 225, 216, 0.96);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fffdf8 100%);
  box-shadow: 0 14px 32px rgba(20, 24, 27, 0.052);
}

.page-customer .order__details p {
  margin-bottom: 8px;
}

@media (max-width: 1199.98px) {
  .page-customer .orders .order,
  .page-customer .cart-rules .cart-rule,
  .page-customer .order-return {
    margin-bottom: 16px;
  }

  .page-customer .order__actions {
    justify-content: flex-start;
    margin-top: 6px;
  }

  .page-customer .order__actions a {
    width: 100%;
    padding: 10px 14px;
  }
}

@media (max-width: 767.98px) {
  #content-wrapper .page-header {
    margin-bottom: 16px;
  }

  .page-customer {
    padding-bottom: 38px;
  }

  .customer-link {
    grid-template-columns: 1fr;
    grid-auto-rows: 144px;
    gap: 12px;
  }

  .customer-link__link .link-item,
  .customer-link > a > .link-item {
    min-height: 0;
    padding: 18px;
  }

  .page-customer .address-form,
  .page-customer #customer-form {
    padding: 20px 16px;
  }

  .page-customer .form-footer .btn,
  .page-customer .form-control-submit {
    width: 100%;
  }

  .page-customer .address__actions {
    justify-content: stretch;
  }

  .page-customer .address__actions a {
    flex: 1 1 calc(50% - 4px);
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .customer-link {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .customer-link__link .link-item,
  .customer-link > a > .link-item {
    min-height: 0;
    gap: 14px;
  }

  .customer-link__link .material-icons,
  .customer-link > a > .link-item .material-icons {
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }

  .page-customer .table-wrapper {
    box-shadow: 0 10px 24px rgba(20, 24, 27, 0.05);
  }
}

/* Product card text rhythm: keep meta, title, price and CTA on one shared axis. */
.product-miniature__infos {
  --kh-product-card-text-x: 16px;
  display: flex;
  flex-direction: column;
  padding: 12px var(--kh-product-card-text-x) 14px;
}

.product-miniature .product-miniature__infos {
  padding-right: var(--kh-product-card-text-x);
  padding-left: var(--kh-product-card-text-x);
}

.product-miniature__category,
.product-miniature__title,
.product-miniature__prices {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.product-miniature .product-miniature__category,
.product-miniature .product-miniature__title,
.product-miniature .product-miniature__prices {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.product-miniature .product-miniature__category {
  margin-bottom: 4px;
}

.product-miniature .product-miniature__title {
  min-height: 2.5em;
  margin-bottom: 9px;
  line-height: 1.25;
  -webkit-line-clamp: 2;
}

.product-miniature__infos__top {
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

.product-miniature .product-miniature__infos__top {
  padding-right: 0;
  padding-left: 0;
}

.product-miniature .product-miniature__title a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.product-miniature__infos__bottom {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
}

.product-miniature .product-miniature__infos__bottom {
  padding-right: 0;
  padding-left: 0;
}

.product-miniature__variants:empty {
  display: none;
}

.product-miniature .product-miniature__prices {
  margin-top: 0;
  margin-bottom: 11px;
}

.product-miniature form,
.product-miniature .kalama-see-product {
  width: 100%;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.product-miniature__infos__bottom > form,
.product-miniature__infos__bottom > .kalama-see-product {
  margin-top: auto !important;
}

@media (max-width: 767.98px) {
  .product-miniature__infos {
    --kh-product-card-text-x: 10px;
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .product-miniature .product-miniature__title {
    min-height: 2.5em;
    margin-bottom: 8px;
    line-height: 1.25;
    -webkit-line-clamp: 2;
  }

  .product-miniature .product-miniature__prices {
    margin-bottom: 10px;
  }
}
