.site-hero-slide {
  min-height: 420px;
  position: relative;
}

.site-hero-slide img {
  height: 420px;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 992px) {
  .site-hero-slide {
    min-height: 560px;
  }

  .site-hero-slide img {
    height: 560px;
  }
}

.site-hero-content {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.home-category-banner {
  overflow: hidden;
}

.home-category-banner__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.home-category-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(17, 24, 39, 0) 20%,
    rgba(17, 24, 39, 0.25) 60%,
    rgba(17, 24, 39, 0.72) 100%
  );
  pointer-events: none;
}

.home-category-banner__content {
  left: 0;
  right: 0;
  top: auto !important;
  bottom: 0;
  transform: none !important;
  z-index: 1;
  padding: 16px 18px;
}

.product-card-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.product-card-surface {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}

.listing-sort-form {
  width: 100%;
  max-width: 240px;
}

.listing-sort-form__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.listing-sort-form .form-select {
  border-radius: 0;
  border-color: rgba(17, 24, 39, 0.16);
  box-shadow: none;
}

.listing-sort-form .form-select:focus {
  border-color: #111111;
  box-shadow: none;
}

.shop-listing-layout {
  --shop-sidebar-top: 108px;
}

.shop-category-sidebar {
  position: sticky;
  top: var(--shop-sidebar-top);
}

.shop-category-sidebar__card {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.shop-category-sidebar__section {
  padding: 0.1rem 0 0;
}

.shop-category-sidebar__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111827;
}

.shop-category-sidebar__rule {
  width: 58px;
  height: 2px;
  margin-bottom: 1rem;
  background: rgba(17, 24, 39, 0.9);
}

.shop-category-sidebar__root-link,
.shop-category-tree__link {
  display: block;
  padding: 0.34rem 0.6rem;
  margin-left: -0.6rem;
  color: #5f6673;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.45;
  border-radius: 999px;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.shop-category-sidebar__root-link {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

.shop-category-sidebar__root-link:hover,
.shop-category-tree__link:hover {
  color: #111827 !important;
}

.shop-category-sidebar__root-link.is-active,
.shop-category-tree__link.is-active {
  color: #0b5d56 !important;
  font-weight: 700;
  background: rgba(15, 118, 110, 0.12);
}

.shop-category-sidebar__root-link.is-active:hover,
.shop-category-tree__link.is-active:hover {
  color: #0f766e !important;
}

.shop-category-tree__link.is-ancestor {
  font-weight: 600;
  color: #111827 !important;
}

.shop-category-tree {
  margin: 0;
  padding: 0;
}

.shop-category-tree .shop-category-tree {
  margin-top: 0.2rem;
  margin-left: 0.15rem;
  padding-left: 0.9rem;
  border-left: 1px solid rgba(17, 24, 39, 0.08);
}

.shop-category-tree__item + .shop-category-tree__item {
  margin-top: 0.1rem;
}

@media (max-width: 991.98px) {
  .shop-listing-layout {
    --shop-sidebar-top: 0px;
  }
}

.product-main-frame {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}

.product-main-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 0;
  background: #ffffff;
}

.product-thumbnails {
  display: flex;
  align-items: stretch;
  gap: 8px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}

.product-thumb-btn {
  width: 120px;
  flex: 0 0 120px;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(17, 24, 39, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-thumb-btn:hover {
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.14);
  transform: translateY(-1px);
}

.product-thumb-btn.is-active {
  border-color: #111111;
  box-shadow: inset 0 0 0 1px #111111, 0 8px 18px rgba(17, 24, 39, 0.18);
}

.product-thumb-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 0;
  background: #ffffff;
}

@media (min-width: 768px) {
  .product-thumb-btn {
    width: 140px;
    flex: 0 0 140px;
  }
}

.checkout-field-label {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.postal-code-combobox {
  position: relative;
}

.postal-code-combobox__input {
  padding-right: 2.75rem;
  background-image:
    linear-gradient(45deg, transparent 50%, #5f6673 50%),
    linear-gradient(135deg, #5f6673 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.postal-code-combobox__results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  max-height: 280px;
  overflow-y: auto;
  padding: 8px 0;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.12);
}

.postal-code-combobox__option {
  display: block;
  width: 100%;
  padding: 10px 18px;
  border: 0;
  background: transparent;
  color: #111827;
  text-align: left;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.postal-code-combobox__option:hover,
.postal-code-combobox__option:focus {
  background: rgba(15, 118, 110, 0.08);
  color: #0b5d56;
  outline: none;
}

.postal-code-combobox__option.is-selected {
  background: rgba(15, 118, 110, 0.12);
  color: #0b5d56;
  font-weight: 700;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}

.input-step .quantity-btn {
  background: transparent;
  border: 0;
  color: inherit;
  font-weight: 700;
  padding: 0 12px;
}

.input-step .product-quantity {
  border: 0;
  background: transparent;
  width: 56px;
  text-align: center;
}

.qty-trash-icon {
  width: 16px;
  height: 16px;
  display: block;
}

.cart-qty-switcher {
  width: 196px;
}

.js-qty-form {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 4px 6px;
  margin: 0;
}

.js-qty-form .cart-qty-controls {
  width: 100%;
  justify-content: space-between;
}

.js-qty-form .quantity-btn {
  width: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.js-qty-form .product-quantity {
  width: 44px;
}

.cart-qty-controls {
  display: flex;
  align-items: center;
}

.cart-remove-confirmation {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 38px;
  padding: 4px 10px;
  background: #fff;
}

.cart-qty-switcher.is-remove-pending .js-qty-form {
  display: none;
}

.cart-qty-switcher.is-remove-pending .cart-remove-confirmation {
  display: flex;
}

.cart-remove-confirmation .js-remove-confirm {
  min-width: 96px;
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.1;
}

.cart-remove-confirmation .js-remove-cancel {
  padding: 0;
  font-size: 0.82rem;
  white-space: nowrap;
}

.cart-upsell-card {
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.05);
}

.cart-upsell-card__image {
  width: 88px;
  height: 88px;
  object-fit: cover;
}

.cart-upsell-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-upsell-card__footer form {
  margin: 0;
}

@media (max-width: 767.98px) {
  .cart-qty-switcher {
    width: 188px;
  }
}

.variant-option {
  border: 1px solid #111;
  background: #fff;
  color: #111;
  padding: 6px 30px 6px 12px;
  min-width: 44px;
  text-align: center;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.variant-option:hover:not(.is-disabled) {
  border-color: #ff8400;
  color: #ff8400;
}

.variant-option.is-unavailable:not(.is-selected) {
  border-color: rgba(17, 17, 17, 0.45);
  color: rgba(17, 17, 17, 0.7);
  background: #fff8f0;
}

.variant-option.is-selected {
  background: #ff8400;
  border-color: #ff8400;
  color: #fff;
}

.variant-option.is-selected:hover:not(.is-disabled),
.variant-option.is-selected:focus-visible:not(.is-disabled) {
  background: #ff8400;
  border-color: #ff8400;
  color: #fff;
}

.variant-option.is-selected::after {
  content: "\2713";
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.cart-feedback {
  position: fixed;
  top: 88px;
  right: 16px;
  z-index: 1080;
  pointer-events: none;
}

.cart-feedback__toast {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: min(360px, calc(100vw - 32px));
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(17, 24, 39, 0.96);
  color: #fff;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.22);
  transform: translate3d(0, -8px, 0);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
  pointer-events: auto;
}

.cart-feedback__toast[data-state="error"] {
  background: rgba(139, 34, 34, 0.96);
}

.cart-feedback__toast.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.cart-feedback__message {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.35;
}

.cart-feedback__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.cart-feedback__link:hover {
  color: #111827;
}

.cart-count-pop {
  animation: cart-count-pop 0.28s ease;
}

@keyframes cart-count-pop {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.18);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 767.98px) {
  .cart-feedback {
    top: auto;
    right: 12px;
    bottom: 12px;
  }

  .cart-feedback__toast {
    width: min(100vw - 24px, 340px);
  }
}

.variant-option.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.product-back-in-stock__card {
  padding: 20px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 18px;
  background: #faf7f2;
}

.navbar.headerFixed,
.navbar-custom.headerFixed {
  background-color: #ffffff !important;
}

.site-search-form .form-control {
  min-width: 180px;
  border-color: rgba(17, 17, 17, 0.2);
}

.site-header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.site-header-start {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.site-header-center {
  display: none;
}

.site-header-center .site-search-form {
  width: 100%;
}

.site-header-center .site-search-form .form-control {
  min-width: 0;
  width: 100%;
  max-width: 520px;
}

.topbar-toolbar {
  flex-shrink: 0;
}

.navbar-brand-image {
  display: block;
  width: auto;
  max-height: 48px;
}

@media (max-width: 575px) {
  .navbar-brand-image {
    max-height: 38px;
  }
}

#kalles-section-header_top.sticky-top {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .site-header-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px) minmax(0, 1fr);
    gap: 24px;
  }

  .site-header-start {
    justify-self: start;
  }

  .site-header-center {
    display: block;
  }

  .topbar-toolbar {
    justify-self: end;
  }
}

.body,
body {
  font-size: 16px;
  line-height: 1.6;
}
.body,
body {
  font-size: 16px;
  line-height: 1.6;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
}

footer {
  margin-top: auto;
}

.shop-detail-stream {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  padding-top: 1.5rem;
}

.shop-detail-stream__block + .shop-detail-stream__block {
  margin-top: 1.5rem;
}

.shop-detail-stream .rich-text > *:last-child {
  margin-bottom: 0;
}

.shop-detail-stream__table {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
}

.shop-detail-stream table {
  width: 100%;
  margin-bottom: 0;
  background: #ffffff;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.shop-detail-stream caption {
  caption-side: top;
  color: #6c757d;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0.75rem 1rem;
  text-transform: none;
}

.shop-detail-stream th,
.shop-detail-stream td {
  padding: 0.75rem 1rem;
  border: 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  vertical-align: top;
}

.shop-detail-stream tbody tr:last-child th,
.shop-detail-stream tbody tr:last-child td {
  border-bottom: 0;
}

.shop-detail-stream thead th,
.shop-detail-stream tbody tr:first-child th {
  background: rgba(17, 24, 39, 0.04);
  color: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
}

@media (max-width: 767px) {
  .shop-detail-stream__table {
    border-radius: 6px;
  }

  .shop-detail-stream th,
  .shop-detail-stream td {
    padding: 0.75rem 0.85rem;
  }
}

.standard-page .container {
  max-width: 960px;
}

.tracking-consent-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1085;
  width: min(460px, calc(100vw - 24px));
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.14);
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.14);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tracking-consent-text {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #111111;
}

.tracking-consent-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .tracking-consent-banner {
    right: 12px;
    left: 12px;
    bottom: 12px;
    width: auto;
    flex-direction: column;
    align-items: stretch;
  }

  .tracking-consent-actions {
    justify-content: flex-end;
  }
}
