:root {
  --bellit-bg: #ffffff;
  --bellit-bg-soft: #f7f7f7;
  --bellit-text: #111111;
  --bellit-text-muted: #666666;
  --bellit-border: #e8e8e8;
  --bellit-accent: #ffde59;
  --bellit-accent-dark: #e6c84f;
  --bellit-dark: #213d2b;
  --bellit-dark-soft: #101010;
  --bellit-radius: 10px;
  --bellit-radius-sm: 10px;
  --bellit-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  --bellit-shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.08);
  --bellit-container: 1440px;
  --bellit-section-space: 54px;
  --bellit-backdrop-duration: .36s;
  --bs-border-radius: 10px;
  --bs-border-radius-sm: 10px;
  --bs-border-radius-lg: 10px;
  --bs-border-radius-xl: 2px;
  --bs-border-radius-xxl: 2px;
  --bs-border-radius-2xl: 2px;
  --bs-border-radius-pill: 2px;
}

@property --bellit-backdrop-blur {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

body {
  background: var(--bellit-bg);
  color: var(--bellit-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Hide red required asterisks site-wide */
.required .col-form-label:before,
.required .form-label:before,
.required > label:before {
  content: none !important;
}

#container {
  position: relative;
  margin-bottom: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  background: var(--bellit-bg);
}

#content,
#column-left,
#column-right {
  padding-bottom: 40px;
}

.container {
  max-width: var(--bellit-container);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--bellit-text);
  font-weight: 600;
}

h1 {
  font-size: clamp(28px, 3vw, 36px);
  margin-bottom: 24px;
}

h2, h3 {
  font-size: clamp(22px, 2.2vw, 32px);
  margin-bottom: 20px;
}

a {
  color: var(--bellit-text);
  transition: color .2s ease;
}

a:hover {
  color: #000;
}

.bellit-section {
  padding: var(--bellit-section-space) 0 20px;
  background: var(--bellit-bg);
}

.bellit-section__header {
  text-align: center;
  margin: 0 0 28px;
}

.bellit-section__header h2,
.bellit-section__header h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
}

.bellit-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.bellit-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--bellit-radius);
  background: var(--bellit-dark-soft);
  color: #fff;
  text-decoration: none;
  box-shadow: var(--bellit-shadow);
}

.bellit-card__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  transition: transform .35s ease;
}

.bellit-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .62));
}

.bellit-card__title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.bellit-card:hover {
  color: #fff;
}

.bellit-card:hover .bellit-card__image {
  transform: scale(1.05);
}

main > .container {
  padding-top: 24px;
  padding-bottom: 48px;
}

footer,
footer.site-footer {
  position: relative;
  bottom: auto;
  width: 100%;
  border: 0;
}

.breadcrumb {
  --bs-breadcrumb-divider: "/";
  margin: 0 0 24px;
  padding: 12px 18px;
  border: 1px solid var(--bellit-border);
  border-radius: var(--bellit-radius);
  background: var(--bellit-bg-soft);
}

.breadcrumb > li.breadcrumb-item {
  padding: 0;
  text-shadow: none;
  white-space: nowrap;
}

.breadcrumb > li.breadcrumb-item:after {
  content: none !important;
  display: none !important;
  border: 0 !important;
}

.breadcrumb > li.breadcrumb-item + li:before,
.breadcrumb-item + .breadcrumb-item::before {
  float: none !important;
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 10px !important;
  border: 0 !important;
  transform: none !important;
  color: var(--bellit-text-muted) !important;
  content: "/" !important;
  font-weight: 400;
}

.breadcrumb a {
  color: var(--bellit-text-muted);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--bellit-text);
}

.blog-thumb {
  border: 0;
  border-radius: var(--bellit-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--bellit-shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}

.blog-thumb:hover {
  transform: translateY(-4px);
  box-shadow: var(--bellit-shadow);
}

/* Product card — dimparfum style */
.product-thumb--bellit {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid transparent;
  border-radius: var(--bellit-radius);
  box-shadow: none;
  overflow: visible;
  text-align: center;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

.product-thumb--bellit:hover {
  transform: translateY(-6px);
  border-color: #e0e0e0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.product-thumb__media {
  position: relative;
  padding: 8px 12px 0;
}

.product-thumb__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 24px;
  padding: 0 8px;
  background: #e53935;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  border-radius: var(--bellit-radius);
  pointer-events: none;
}

.product-thumb__actions {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

.product-thumb__action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #111;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, transform .2s ease;
}

.product-thumb__action:hover {
  color: #e53935;
  transform: scale(1.08);
}

.product-thumb__action.is-wishlisted,
.product-thumb__action.is-wishlisted:hover,
.product-thumb__action.is-wishlisted:focus,
.decant-product__tool.is-wishlisted,
.decant-product__tool.is-wishlisted:hover,
.btn.is-wishlisted,
.btn.is-wishlisted:hover {
  color: #e53935;
}

.product-thumb__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 18px 10px 8px;
  text-decoration: none;
}

.product-thumb__image img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: transform .28s ease;
}

.product-thumb--bellit:hover .product-thumb__image img {
  transform: scale(1.06);
}

.product-thumb--bellit:hover .product-thumb__title a {
  color: #000;
}

.product-thumb__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 18px;
  flex: 1 1 auto;
}

.product-thumb__title {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.product-thumb__title a {
  color: var(--bellit-text);
  text-decoration: none;
}

.product-thumb__title a:hover {
  color: #000;
}

.product-thumb__remainder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 7px 14px;
  background: #f2f2f4;
  border-radius: var(--bellit-radius);
  color: #213d2b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-thumb__stock {
  display: block;
  width: 100%;
  margin: 0;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb__stock--available {
  color: #43a047;
}

.product-thumb__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin-top: auto;
  padding-top: 4px;
}

.product-thumb__price-old {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

.product-thumb__price-new {
  color: var(--bellit-text);
  font-size: 16px;
  font-weight: 700;
}

.product-thumb__order-form {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 6px 0 0;
}

.product-thumb__order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #213d2b;
  border-radius: var(--bellit-radius);
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.product-thumb__order:hover,
.product-thumb__order:focus {
  background: #213d2b;
  border-color: #213d2b;
  color: #fff;
  outline: none;
}

.product-thumb__order:disabled {
  border-color: #d0d0d4;
  background: #fff;
  color: #999;
  cursor: not-allowed;
}

.product-list .product-thumb--bellit {
  display: flex;
  flex-direction: row;
  text-align: left;
}

.product-list .product-thumb--bellit .product-thumb__media {
  flex: 0 0 220px;
}

.product-list .product-thumb--bellit .product-thumb__body {
  align-items: flex-start;
  justify-content: center;
}

.product-list .product-thumb--bellit .product-thumb__price {
  justify-content: flex-start;
}

.product-list .product-thumb--bellit .product-thumb__order-form {
  max-width: 220px;
}

/* Product page */
#product-info {
  padding-top: 24px;
  padding-bottom: 24px;
}

#product-info h1 {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 14px;
  color: var(--bellit-text);
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 35%) minmax(0, 20%);
  grid-template-areas:
    "gallery info specs"
    "gallery description description";
  column-gap: 2.5%;
  row-gap: 36px;
  align-items: start;
  margin-bottom: 24px;
}

.product-layout--no-gallery {
  grid-template-columns: minmax(0, 35%) minmax(0, 20%);
  grid-template-areas:
    "info specs"
    "description description";
  justify-content: end;
  column-gap: 2.5%;
}

.product-layout:not(:has(.product-specs-col)) {
  grid-template-columns: minmax(0, 40%) minmax(0, 55%);
  grid-template-areas:
    "gallery info"
    "gallery description";
  column-gap: 2.5%;
}

.product-layout--no-gallery:not(:has(.product-specs-col)) {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "info"
    "description";
}

.product-gallery-col {
  grid-area: gallery;
  min-width: 0;
  align-self: stretch;
  height: 100%;
}

.product-gallery {
  position: sticky;
  top: 24px;
}

.product-info-col {
  grid-area: info;
  min-width: 0;
}

.product-specs-col {
  grid-area: specs;
  min-width: 0;
  padding: 16px;
  border: 1px solid #e3e3e8;
  border-radius: var(--bellit-radius);
  background: #fff;
  box-shadow: var(--bellit-shadow-sm);
  overflow: hidden;
}

.product-description-col {
  grid-area: description;
  min-width: 0;
  padding-top: 8px;
  border-top: 1px solid var(--bellit-border);
}

.product-description__title {
  margin: 0 0 16px;
  color: var(--bellit-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.product-specs__group + .product-specs__group {
  margin-top: 20px;
}

.product-specs__group-title {
  margin: 0 0 10px;
  color: var(--bellit-text-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.product-specs__list {
  margin: 0;
  padding: 0;
}

.product-specs__row {
  padding: 10px 0;
  border-bottom: 1px solid var(--bellit-border);
}

.product-specs__row:first-child {
  padding-top: 0;
}

.product-specs__row dt {
  margin: 0 0 4px;
  color: var(--bellit-text-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.product-specs__row dd {
  margin: 0;
  color: var(--bellit-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  word-break: break-word;
}

.product-description__body {
  color: var(--bellit-text);
  font-size: 15px;
  line-height: 1.7;
}

.product-description__body p {
  margin-bottom: 14px;
}

.product-description__tags {
  margin-top: 18px;
  color: var(--bellit-text-muted);
  font-size: 14px;
}

.product-description__tags a {
  color: var(--bellit-text);
}

.product-info-tabs {
  margin-top: 32px;
  padding-top: 4px;
}

.product-info-tabs .nav-tabs {
  margin-bottom: 18px;
  border-bottom: 1px solid var(--bellit-border);
  gap: 4px;
}

.product-info-tabs .nav-link {
  padding: 10px 4px;
  margin-right: 18px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: var(--bellit-text-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: transparent;
}

.product-info-tabs .nav-link:hover {
  color: var(--bellit-text);
  border-bottom-color: var(--bellit-border);
}

.product-info-tabs .nav-link.active {
  color: var(--bellit-text);
  border-bottom-color: #111;
  background: transparent;
}

.product-info-tabs .table {
  margin-bottom: 0;
  border-color: var(--bellit-border);
}

.product-info-tabs .table > :not(caption) > * > * {
  border-color: var(--bellit-border);
  padding: 12px 14px;
  font-size: 14px;
  vertical-align: middle;
}

.product-info-tabs .table thead td,
.product-info-tabs .table thead th {
  background: var(--bellit-bg-soft);
  color: var(--bellit-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.product-gallery__main img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border: 1px solid var(--bellit-border) !important;
  border-radius: var(--bellit-radius);
  background: #fff;
  padding: 12px;
  box-shadow: none !important;
}

.product-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.product-gallery__thumb {
  display: block;
  width: 72px;
  height: 72px;
  padding: 6px;
  border: 1px solid var(--bellit-border);
  border-radius: var(--bellit-radius);
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-gallery__thumb:hover,
.product-gallery__thumb.is-active {
  border-color: #213d2b;
  background: #fff;
  box-shadow: none;
}

.decant-product__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.decant-product__heading h1 {
  flex: 1 1 auto;
  margin-bottom: 0;
}

.decant-product__wishlist {
  flex: 0 0 auto;
  margin: 0;
}

.decant-product-wrap {
  position: relative;
  max-width: none;
  margin-top: 8px;
}

.decant-product__toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}

.decant-product__tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: var(--bellit-radius);
  background: transparent;
  color: #111;
  font-size: 18px;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.decant-product__tool:hover,
.decant-product__tool:focus {
  color: #111;
  background: var(--bellit-bg-soft);
  border-color: var(--bellit-border);
  outline: none;
}

.decant-product {
  width: 100%;
  padding-top: 4px;
}

.decant-product__cost {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--bellit-border);
}

.decant-product__cost-label {
  color: var(--bellit-text-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.decant-product__cost-prices {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.decant-product__price-old {
  color: #9e9e9e;
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
}

.decant-product__price-new {
  color: var(--bellit-text);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.1;
}

.decant-product__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-bottom: 14px;
  color: var(--bellit-text-muted);
  font-size: 14px;
}

.decant-product__stock {
  color: var(--bellit-text-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.decant-product__stock.is-available {
  color: #2e7d32;
}

.decant-product__meta-sep {
  color: #c2c2c6;
}

.decant-product__meta a {
  color: var(--bellit-text);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease;
}

.decant-product__meta a:hover {
  border-bottom-color: var(--bellit-text);
}

.decant-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #213d2b;
  border-radius: var(--bellit-radius);
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.decant-btn:hover,
.decant-btn:focus {
  background: #213d2b;
  border-color: #213d2b;
  color: #fff;
  outline: none;
}

.decant-btn:disabled,
.decant-btn.is-loading {
  border-color: #d0d0d4;
  background: #fff;
  color: #999;
  opacity: 1;
  cursor: not-allowed;
}

.decant-btn--cart {
  background: #213d2b;
  border-color: #213d2b;
  color: #fff;
}

.decant-btn--cart:hover,
.decant-btn--cart:focus {
  background: #182d20;
  border-color: #182d20;
  color: #fff;
}

.decant-btn--cart:disabled,
.decant-btn--cart.is-loading {
  background: #cfcfcf;
  border-color: #cfcfcf;
  color: #fff;
  cursor: not-allowed;
}

/* Looks active, but waits for volume selection */
.decant-btn--cart.is-inactive {
  background: #213d2b;
  border-color: #213d2b;
  color: #fff;
  cursor: pointer;
}

.decant-btn--cart.is-inactive:hover,
.decant-btn--cart.is-inactive:focus {
  background: #182d20;
  border-color: #182d20;
  color: #fff;
}

.decant-volumes {
  position: relative;
  z-index: 2;
  margin-top: 22px;
}

.decant-volumes__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.decant-volumes__label {
  margin: 0;
  color: var(--bellit-text-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  flex: 0 0 auto;
}

.decant-volumes__error,
#error-decant-option {
  min-height: 0;
  margin: 0;
  padding: 0;
  color: #dc3545;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-align: right;
  flex: 1 1 auto;
}

#error-decant-option:not(.d-block),
#product-info .invalid-feedback:not(.d-block) {
  display: none !important;
}

@keyframes bellit-feedback-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#product-info .invalid-feedback.d-block,
.decant-volumes__error.d-block,
#error-decant-option.d-block {
  display: block !important;
  animation: bellit-feedback-in .35s ease both;
}

.decant-volumes__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
  overflow: visible;
}

.decant-volumes__grid--with-other {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.decant-selection-pill {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: var(--bellit-radius);
  background: #213d2b;
  pointer-events: none;
  opacity: 0;
  transform: translate(0, 0);
  transition:
    transform .32s cubic-bezier(.22, 1, .36, 1),
    width .32s cubic-bezier(.22, 1, .36, 1),
    height .32s cubic-bezier(.22, 1, .36, 1),
    opacity .2s ease;
}

.decant-volumes__grid > .decant-selection-pill {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  justify-self: start;
  align-self: start;
  width: 0;
  height: 0;
  margin: 0;
  border: 0;
}

.decant-selection-pill.is-ready {
  opacity: 1;
}

.decant-volume-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 8px;
  border: 1px solid #213d2b;
  border-radius: var(--bellit-radius);
  background: transparent;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  transition: color .22s ease, border-color .22s ease, transform .2s ease, box-shadow .2s ease;
}

.decant-volume-btn:hover,
.decant-volume-btn:focus {
  background: transparent;
  border-color: #213d2b;
  color: #111;
  outline: none;
}

.decant-volume-btn.is-active {
  background: #213d2b;
  border-color: #213d2b;
  color: #fff;
  box-shadow: none;
}

.decant-volume-btn.is-hint,
.decant-volumes__toggle.is-hint {
  transform: scale(1.1);
  z-index: 2;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.decant-volumes__dropdown {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.decant-volumes__dropdown:has(.decant-volumes__toggle.is-open) {
  z-index: 40;
}

.decant-volumes__toggle {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  width: 100%;
  min-height: 46px;
  padding: 10px 10px;
  border: 1px solid #213d2b;
  border-radius: var(--bellit-radius);
  background: transparent;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  transition: color .22s ease, border-color .22s ease, transform .2s ease, box-shadow .2s ease;
}

.decant-volumes__toggle span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.decant-volumes__toggle.is-open,
.decant-volumes__toggle:hover,
.decant-volumes__toggle:focus {
  background: transparent;
  border-color: #213d2b;
  color: #111;
  outline: none;
}

.decant-volumes__toggle.is-active,
.decant-volumes__toggle.is-active:hover,
.decant-volumes__toggle.is-active:focus,
.decant-volumes__toggle.is-active.is-open {
  background: #213d2b;
  color: #fff;
}

.decant-volumes__toggle i {
  flex: 0 0 auto;
  font-size: 11px;
  transition: transform .2s ease;
}

.decant-volumes__toggle.is-open i {
  transform: rotate(180deg);
}

.decant-volumes__list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 50;
  max-height: 280px;
  overflow: auto;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  border: 1px solid #213d2b;
  border-radius: var(--bellit-radius);
  background: #fff;
  box-shadow: var(--bellit-shadow-sm);
  min-width: 140px;
}

.decant-volumes__list li {
  margin: 0;
}

.decant-volume-btn--other {
  width: 100%;
  min-height: 42px;
  justify-content: flex-start;
  border: 0;
  border-radius: 0;
  text-align: left;
  padding-left: 14px;
  font-weight: 500;
  background: #fff;
  color: #111;
  transition: background .2s ease, color .2s ease;
}

.decant-volume-btn--other:hover,
.decant-volume-btn--other:focus,
.decant-volume-btn--other.is-active {
  background: #213d2b;
  color: #fff;
  box-shadow: none;
}

.decant-volume-btn--other.is-active {
  box-shadow: none;
}

.decant-atomizers {
  position: relative;
  z-index: 1;
  margin-top: 18px;
}

.decant-atomizers__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.decant-atomizers__label {
  margin: 0;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.decant-atomizers__cats {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.decant-atomizer-cat {
  position: relative;
  z-index: 1;
  min-height: 30px;
  padding: 4px 10px;
  border: 1px solid #213d2b;
  border-radius: var(--bellit-radius);
  background: transparent;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: color .22s ease, border-color .22s ease;
}

.decant-atomizer-cat.is-hidden,
.decant-atomizer-cat[hidden] {
  display: none !important;
}

.decant-atomizer-cat:hover,
.decant-atomizer-cat:focus {
  background: transparent;
  color: #111;
  outline: none;
}

.decant-atomizer-cat.is-active,
.decant-atomizer-cat.is-active:hover,
.decant-atomizer-cat.is-active:focus {
  background: #213d2b;
  border-color: #213d2b;
  color: #fff;
  outline: none;
}

.decant-atomizers__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
  gap: 8px;
}

.decant-atomizer-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 8px 6px;
  border: 1px solid #e0e0e0;
  border-radius: var(--bellit-radius);
  background: #fff;
  color: #111;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

.decant-atomizer-btn.is-hidden,
.decant-atomizer-btn[hidden] {
  display: none !important;
}

.decant-atomizer-btn__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.decant-atomizer-btn__media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform .22s ease;
}

.decant-atomizer-btn__price {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.decant-atomizer-btn:hover,
.decant-atomizer-btn:focus {
  transform: translateY(-6px);
  border-color: #e0e0e0;
  background: #fff;
  color: #111;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  outline: none;
}

.decant-atomizer-btn:hover .decant-atomizer-btn__media img,
.decant-atomizer-btn:focus .decant-atomizer-btn__media img {
  transform: scale(1.04);
}

.decant-atomizer-btn.is-active {
  border-color: #213d2b;
  background: #fff;
  color: #111;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.decant-atomizer-btn.is-active:hover,
.decant-atomizer-btn.is-active:focus {
  transform: translateY(-6px);
  border-color: #213d2b;
  background: #fff;
  color: #111;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

#error-atomizer {
  min-height: 0;
  margin-top: 8px;
  color: #dc3545;
  font-size: 13px;
}

#error-atomizer:not(.d-block) {
  display: none !important;
}

.decant-product__cart {
  margin-top: 22px;
}

.decant-product__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.decant-product__actions .decant-btn:only-child {
  grid-column: 1 / -1;
}

@media (max-width: 575px) {
  .decant-volumes__grid,
  .decant-volumes__grid--with-other {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .decant-product__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .product-layout,
  .product-layout--no-gallery,
  .product-layout:not(:has(.product-specs-col)),
  .product-layout--no-gallery:not(:has(.product-specs-col)) {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "gallery"
      "info"
      "specs"
      "description";
    row-gap: 28px;
  }

  .product-gallery {
    position: static;
    top: auto;
  }
}

@media (max-width: 767px) {
  #product-info .row.mb-3,
  .product-layout {
    row-gap: 24px;
  }

  .product-gallery {
    position: static;
    top: auto;
  }

  .decant-product-wrap {
    max-width: none;
  }
}

.price {
  color: var(--bellit-text);
}

.price-new {
  font-size: 18px;
  font-weight: 700;
}

.price-old {
  color: #999;
}

.btn-primary {
  --bs-btn-bg: var(--bellit-dark);
  --bs-btn-border-color: var(--bellit-dark);
  --bs-btn-hover-bg: #182d20;
  --bs-btn-hover-border-color: #182d20;
  --bs-btn-active-bg: #142419;
  --bs-btn-active-border-color: #142419;
  --bs-btn-disabled-bg: #213d2b;
  --bs-btn-disabled-border-color: #213d2b;
  --bs-btn-disabled-color: #fff;
  border-radius: var(--bellit-radius);
  padding: 10px 22px;
  font-weight: 600;
}

.btn-light,
.btn-secondary {
  border-radius: var(--bellit-radius);
}

.btn-outline-primary {
  --bs-btn-color: var(--bellit-dark);
  --bs-btn-border-color: var(--bellit-dark);
  --bs-btn-hover-bg: var(--bellit-dark);
  --bs-btn-hover-border-color: var(--bellit-dark);
  border-radius: var(--bellit-radius);
}

.form-control,
.form-select {
  border-color: var(--bellit-border);
  border-radius: var(--bellit-radius);
  min-height: 44px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--bellit-dark);
  box-shadow: 0 0 0 .2rem rgba(17, 17, 17, .08);
}

.input-group-text {
  border-color: var(--bellit-border);
  background: var(--bellit-bg-soft);
  border-radius: var(--bellit-radius);
}

.nav-tabs {
  border-bottom-color: var(--bellit-border);
}

.nav-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--bellit-text-muted);
  font-weight: 600;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: var(--bellit-text);
  border-bottom-color: #213d2b;
  background: transparent;
}

.pagination .page-link {
  border-color: var(--bellit-border);
  color: var(--bellit-text);
  border-radius: var(--bellit-radius);
  margin: 0 3px;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover,
.pagination .page-item.active .page-link:focus {
  background: var(--bellit-dark);
  border-color: var(--bellit-dark);
  color: #fff;
}

.pagination .page-link:hover {
  background: var(--bellit-bg-soft);
}

#product-info .img-thumbnail,
#product-category .img-thumbnail,
.account-page .card,
.checkout-page .card {
  border: 0;
  border-radius: var(--bellit-radius);
  box-shadow: var(--bellit-shadow-sm);
}

#product-list {
  row-gap: 8px;
}

/* Category product grid — no Bootstrap .row/.col */
.category-products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px 12px !important;
  width: 100%;
  margin: 8px 0 0;
  padding: 0;
}

.category-products-grid__item {
  min-width: 0;
  width: 100%;
  max-width: none;
}

@media (max-width: 991.98px) {
  .category-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 575.98px) {
  .category-products-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Manufacturer page — full width, no filters: 5 per row on desktop */
@media (min-width: 992px) {
  #product-manufacturer .category-products-grid,
  .manufacturer-page .category-products-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

#common-home h3,
#content > h3 {
  text-align: center;
  margin: 36px 0 28px;
  font-size: 32px;
}

/* Category page */
.category-page {
  padding-bottom: 40px;
}

.category-page__layout {
  align-items: stretch;
}

@media (min-width: 768px) {
  .category-page #column-left.category-sidebar,
  .category-page .category-sidebar {
    flex: 0 0 220px;
    width: 220px;
    max-width: 220px;
    padding-right: 16px;
    padding-bottom: 0;
    position: relative;
    align-self: stretch;
    z-index: 2;
  }

  .category-page .category-sidebar__sticky {
    position: sticky;
    top: 16px;
    /* Padding keeps filter box-shadow inside the scrollport (overflow clips shadows). */
    padding: 10px;
    margin: -10px;
    width: calc(100% + 20px);
    max-height: calc(100vh - 32px);
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }

  .category-page .category-sidebar__sticky::-webkit-scrollbar {
    width: 6px;
  }

  .category-page .category-sidebar__sticky::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 999px;
  }

  .category-page #column-right.category-sidebar--right {
    padding-right: 0;
    padding-left: 16px;
    padding-bottom: 0;
  }

  .category-page #column-right .category-sidebar__sticky {
    margin-left: -10px;
    margin-right: -10px;
  }

  .category-page #column-left + #content,
  .category-page .category-sidebar + #content,
  .category-page #content:has(+ #column-right) {
    flex: 1 1 0%;
    width: auto;
    min-width: 0;
    max-width: none;
    padding-bottom: 0;
  }
}

.category-page__header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 24px;
}

.category-page__header-row .category-page__head {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
}

.category-page__header-row--with-sort .category-subnav__sort {
  flex: 0 0 auto;
  margin-bottom: 2px;
}

.category-page__head {
  margin-bottom: 24px;
}

.category-page__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 10px;
  margin: 0 0 10px;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 600;
  line-height: 1.25;
}

.category-page__title a {
  color: #777;
  font-weight: 500;
  text-decoration: none;
}

.category-page__title a:hover {
  color: #111;
}

.category-page__title-sep {
  color: #bbb;
  font-weight: 400;
}

.category-page__title-current {
  color: #111;
}

.category-page__description {
  max-width: 760px;
  color: var(--bellit-text-muted);
  font-size: 15px;
  line-height: 1.55;
}

.category-refine {
  margin-bottom: 28px;
}

.category-refine__label {
  margin-bottom: 12px;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.category-refine__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category-subnav {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 16px;
}

.category-subnav__refine {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}

.category-subnav__refine.is-expanded {
  align-items: flex-start;
}

.category-subnav__chips {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.category-subnav__chips.is-animating {
  overflow: hidden !important;
}

.category-subnav__refine.is-expanded .category-subnav__chips {
  flex-wrap: wrap;
  overflow: visible;
}

.category-subnav__refine.is-expanded .category-subnav__chips.is-animating {
  overflow: hidden !important;
}

.category-subnav__toggle {
  box-sizing: border-box;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  min-height: 42px;
  min-width: 15.5rem;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #213d2b;
  border-radius: var(--bellit-radius);
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.category-subnav__toggle:hover,
.category-subnav__toggle:focus {
  background: #213d2b;
  color: #fff;
  outline: none;
}

.category-subnav__categories {
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
}

.category-subnav__label {
  margin: 0;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.category-subnav__sort {
  flex: 0 0 auto;
  min-width: 200px;
  max-width: 260px;
}

.category-toolbar--meta {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}

.category-refine__item {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #d8d8dc;
  border-radius: var(--bellit-radius);
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.category-refine__item:hover {
  border-color: #213d2b;
  color: #213d2b;
  box-shadow: inset 3px 0 0 #213d2b;
}

.category-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--bellit-border);
}

.category-toolbar__results {
  color: var(--bellit-text-muted);
  font-size: 13px;
}

.category-toolbar__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.category-toolbar__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 180px;
}

.category-toolbar__field label {
  margin: 0;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.category-toolbar__select {
  min-height: 42px;
  border: 1px solid #d8d8dc;
  border-radius: var(--bellit-radius);
  background: #fff;
  color: #111;
  font-size: 14px;
  box-shadow: none;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.category-toolbar__select:hover {
  border-color: #213d2b;
  background: #f7f7f7;
  color: #111;
}

.category-toolbar__select:focus {
  border-color: #213d2b;
  background: #fff;
  box-shadow: 0 0 0 1px #213d2b;
  outline: none;
}

.category-subnav__sort label {
  cursor: pointer;
}

.category-page__products {
  margin-top: 8px;
}

.category-page__pagination {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--bellit-border);
}

.category-page__more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--bellit-border);
}

.category-page__more[hidden] {
  display: none;
}

.category-page__load-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 220px;
  min-height: 48px;
  padding: 12px 28px;
  border: 1px solid #213d2b;
  border-radius: var(--bellit-radius);
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.category-page__load-more:hover,
.category-page__load-more:focus {
  background: #213d2b;
  color: #fff;
  outline: 0;
}

.category-page__load-more:disabled {
  cursor: wait;
  opacity: .75;
}

.category-page__load-more-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: category-load-spin .7s linear infinite;
}

.category-page__load-more.is-loading .category-page__load-more-spinner {
  display: inline-block;
}

@keyframes category-load-spin {
  to { transform: rotate(360deg); }
}

.category-page__empty {
  padding: 48px 0;
  text-align: center;
}

.category-products-grid > .category-page__empty {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  min-height: 280px;
  margin: 0;
  padding: 48px 16px;
  text-align: center;
}

.category-products-grid > .category-page__empty p {
  margin: 0;
}

.category-page__empty p {
  margin-bottom: 18px;
  color: var(--bellit-text-muted);
}

.bellit-back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: var(--bellit-radius);
  background: var(--bellit-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: var(--bellit-shadow-sm);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease, background .2s ease;
}

.bellit-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.bellit-back-to-top:hover,
.bellit-back-to-top:focus-visible {
  background: #222;
  color: #fff;
  outline: none;
}

.bellit-back-to-top i {
  font-size: 12px;
}

@media (max-width: 575.98px) {
  .bellit-back-to-top {
    right: 16px;
    bottom: 16px;
    padding: 12px 14px;
  }

  .bellit-back-to-top span {
    display: none;
  }
}

/* Sidebar category nav */
.bellit-sidebar-nav,
.bellit-filter,
#column-left .bellit-sidebar-nav,
#column-left .bellit-filter {
  border: 1px solid #e3e3e8;
  border-radius: var(--bellit-radius);
  background: #fff;
  box-shadow: var(--bellit-shadow-sm);
  overflow: hidden;
}

.bellit-sidebar-nav__title,
.bellit-filter__title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid #e3e3e8;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bellit-sidebar-nav__list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.bellit-sidebar-nav__link,
.bellit-sidebar-nav__child {
  display: block;
  padding: 10px 16px;
  color: #333;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.bellit-sidebar-nav__link:hover,
.bellit-sidebar-nav__child:hover {
  color: #111;
  background: #f7f7f7;
}

.bellit-sidebar-nav__link.is-active,
.bellit-sidebar-nav__child.is-active {
  color: #213d2b;
  font-weight: 600;
  box-shadow: inset 3px 0 0 #213d2b;
  background: #f7f7f7;
}

.bellit-sidebar-nav__children {
  list-style: none;
  margin: 0;
  padding: 0 0 6px;
}

.bellit-sidebar-nav__child {
  padding-left: 28px;
  font-size: 13px;
  color: #555;
}

/* Filter module */
.bellit-filter__group {
  border-bottom: 1px solid #ececf0;
}

.bellit-filter__group:last-of-type {
  border-bottom: 0;
}

.bellit-filter__group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}

.bellit-filter__group-toggle i {
  font-size: 11px;
  transition: transform .28s ease;
}

.bellit-filter__group.is-collapsed .bellit-filter__group-toggle i {
  transform: rotate(-90deg);
}

.bellit-filter__panel {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows .28s ease;
}

.bellit-filter__group.is-collapsed .bellit-filter__panel {
  grid-template-rows: 0fr;
}

.bellit-filter__panel > .bellit-filter__options {
  min-height: 0;
  overflow: hidden;
}

.bellit-filter__options {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 16px 14px;
  opacity: 1;
  transition: opacity .22s ease, padding .28s ease;
}

.bellit-filter__group.is-collapsed .bellit-filter__options {
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  pointer-events: none;
}

.bellit-filter__options--scroll {
  max-height: calc(10 * 38px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: #c9c9d1 transparent;
}

@media (prefers-reduced-motion: reduce) {
  .bellit-filter__panel,
  .bellit-filter__options,
  .bellit-filter__group-toggle i {
    transition: none;
  }
}

.bellit-filter__options--scroll::-webkit-scrollbar {
  width: 6px;
}

.bellit-filter__options--scroll::-webkit-scrollbar-thumb {
  background: #c9c9d1;
  border-radius: var(--bellit-radius);
}

.bellit-filter__group--price {
  padding: 0;
}

.bellit-filter__group--price .bellit-filter__price {
  padding-top: 2px;
}

.bellit-filter__group-heading {
  margin-bottom: 12px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bellit-filter__price-values {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 14px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.bellit-filter__price-currency {
  margin-left: 2px;
  color: #777;
  font-size: 12px;
  font-weight: 500;
}

.bellit-filter__price-slider {
  position: relative;
  height: 28px;
  margin: 0 2px 12px;
}

.bellit-filter__price-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  margin-top: -2px;
  border-radius: var(--bellit-radius);
  background: #e3e3e8;
}

.bellit-filter__price-range {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: var(--bellit-radius);
  background: #213d2b;
}

.bellit-filter__price-slider input[type="range"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 28px;
  margin: 0;
  background: none;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
}

.bellit-filter__price-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  width: 16px;
  height: 16px;
  border: 2px solid #111;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.bellit-filter__price-slider input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
  width: 16px;
  height: 16px;
  border: 2px solid #111;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  cursor: pointer;
}

.bellit-filter__price-slider input[type="range"]::-webkit-slider-runnable-track,
.bellit-filter__price-slider input[type="range"]::-moz-range-track {
  background: transparent;
  border: none;
}

.bellit-filter__price-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.bellit-filter__price-inputs input {
  width: 100%;
  min-height: 36px;
  padding: 6px 10px;
  border: 1px solid #dddde3;
  border-radius: var(--bellit-radius);
  color: #333;
  font-size: 13px;
}

.bellit-filter__price-inputs input:focus {
  outline: 0;
  border-color: #213d2b;
}

.bellit-filter__option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 8px 0;
  color: #333;
  font-size: 14px;
  line-height: 1.35;
  cursor: pointer;
}

.bellit-filter__option input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: #213d2b;
  flex: 0 0 auto;
}

.bellit-filter__option:hover {
  color: #111;
}

#column-left .list-group,
#column-left .card {
  border: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  .category-page__header-row {
    flex-direction: column;
    align-items: stretch;
  }

  .category-page__header-row--with-sort .category-subnav__sort {
    width: 100%;
    max-width: none;
  }

  .category-subnav {
    flex-direction: column;
    align-items: stretch;
  }

  .category-subnav__sort {
    max-width: none;
    width: 100%;
  }

  .category-toolbar {
    align-items: stretch;
  }

  .category-toolbar__controls,
  .category-toolbar__field {
    width: 100%;
  }
}

.site-footer {
  flex-shrink: 0;
  margin-top: auto;
  padding: 48px 0 28px;
  background: #060606;
  border-top: 1px solid #1a1a1a;
  color: #d0d0d0;
}

.site-footer a {
  color: #d0d0d0;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--bellit-accent);
}

.site-footer h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.site-footer hr {
  border-color: #2a2a2a;
  opacity: 1;
}

.site-footer__bottom {
  margin: 0;
  color: #8f8f8f;
  font-size: 14px;
}

.site-footer__bottom a {
  color: #bdbdbd;
}

#cookie {
  background: var(--bellit-dark-soft);
  border-top: 1px solid #2a2a2a;
}

.home-hero {
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
  background: transparent;
}

.home-hero__viewport,
.home-hero__viewport.swiper-viewport,
.home-hero .swiper-viewport {
  margin: 0;
  border: 0;
  border-radius: var(--bellit-radius);
  box-shadow: none;
  background: #000;
  overflow: hidden;
}

.home-hero__slide,
.home-hero__link {
  display: block;
}

.home-hero .swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.home-hero .swiper-container-fade .swiper-slide-active,
.home-hero .swiper-container-fade .swiper-slide-active .home-hero__link {
  pointer-events: auto;
}

.home-hero__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 800;
  object-fit: cover;
  object-position: center;
}

.home-hero .swiper-pager {
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  pointer-events: none;
}

.home-hero__nav {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border-radius: var(--bellit-radius);
  background: rgba(0, 0, 0, .35);
  backdrop-filter: blur(4px);
  opacity: .85;
  transition: opacity .2s, background .2s;
}

.home-hero__nav:hover {
  opacity: 1;
  background: rgba(0, 0, 0, .55);
}

.home-hero__nav:before {
  font-size: 18px;
  color: #fff;
}

.home-hero .swiper-button-prev {
  left: 16px;
}

.home-hero .swiper-button-next {
  right: 16px;
}

.home-hero__pagination {
  bottom: 18px;
}

.home-hero__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: .45;
}

.home-hero__pagination .swiper-pagination-bullet-active {
  background: var(--bellit-accent);
  opacity: 1;
}

@media (max-width: 1199px) {
  .bellit-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .home-hero__nav {
    display: none;
  }

  .bellit-section {
    padding: 36px 0 8px;
  }

  .bellit-section__header h2,
  .bellit-section__header h3,
  #common-home h3,
  #content > h3 {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .bellit-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bellit-card,
  .bellit-card__image {
    min-height: 210px;
  }

  .bellit-page {
    padding-top: 18px;
  }

  main > .container {
    padding-top: 18px;
  }
}

/* Auth modal */
body.auth-modal-open {
  overflow: hidden;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear var(--bellit-backdrop-duration);
}

.auth-modal.is-open {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s;
}

.auth-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  --bellit-backdrop-blur: 0px;
  backdrop-filter: blur(var(--bellit-backdrop-blur));
  -webkit-backdrop-filter: blur(var(--bellit-backdrop-blur));
  transition:
    background var(--bellit-backdrop-duration) ease,
    --bellit-backdrop-blur var(--bellit-backdrop-duration) ease;
}

.auth-modal.is-open .auth-modal__backdrop {
  background: rgba(0, 0, 0, .55);
  --bellit-backdrop-blur: 10px;
}

.auth-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 28px 28px 32px;
  border-radius: var(--bellit-radius);
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .28);
  opacity: 0;
  transform: translateY(14px) scale(.98);
  transition:
    opacity var(--bellit-backdrop-duration) ease,
    transform var(--bellit-backdrop-duration) ease;
}

.auth-modal.is-open .auth-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.auth-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #111;
  font-size: 18px;
  cursor: pointer;
}

.auth-modal__close:hover {
  color: #e53935;
}

.auth-modal__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0 0 22px;
  border-bottom: 1px solid #e8e8e8;
}

.auth-modal__tab {
  appearance: none;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  padding: 10px 8px 12px;
  background: transparent;
  color: #888;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}

.auth-modal__tab.is-active {
  color: #111;
  border-bottom-color: #213d2b;
}

.auth-modal__title {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  color: #111;
}

.auth-modal__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.auth-modal__field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 10px;
  align-items: baseline;
  margin-bottom: 14px;
}

.auth-modal__field > label,
.auth-modal__field > .form-label {
  grid-column: 1;
  grid-row: 1;
  display: block;
  margin-bottom: 6px;
  min-width: 0;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.auth-modal__field > .invalid-feedback {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 6px;
  padding: 0;
  max-width: min(100%, 220px);
  color: #dc3545;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  text-align: right;
  align-self: center;
  text-transform: none;
  letter-spacing: 0;
}

.auth-modal__field > #error-auth-telephone {
  max-width: min(100%, 320px);
}

.auth-modal__field > #error-auth-email {
  max-width: min(100%, 460px);
  white-space: nowrap;
}

.auth-modal__field > .invalid-feedback:not(.d-block) {
  display: none !important;
}

.auth-modal__field > .invalid-feedback.d-block {
  display: block !important;
  animation: bellit-feedback-in .35s ease both;
}

.auth-modal__field > .form-control,
.auth-modal__field > .input-affix,
.auth-modal__field > .phone-ua,
.auth-modal__field > input[type="hidden"],
.auth-modal__field > .auth-modal__link {
  grid-column: 1 / -1;
}

.auth-modal__field > .form-control {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  border: 1px solid #d8d8dc;
  border-radius: var(--bellit-radius);
  box-shadow: none;
  font-size: 15px;
}

.auth-modal__field > .form-control:focus {
  border-color: #213d2b;
  box-shadow: none;
}

.auth-modal__field > .form-control.is-invalid {
  border-color: #dc3545;
}

.auth-modal .input-affix,
.auth-modal .phone-ua {
  box-sizing: border-box;
  max-width: none;
  width: 100%;
  height: 46px;
  min-height: 46px;
}

.auth-modal .input-affix .form-control,
.auth-modal .phone-ua .form-control {
  height: 100%;
  min-height: 0;
  font-size: 15px;
}

.auth-modal .form-control.is-invalid,
.auth-modal .input-affix:has(.is-invalid),
.auth-modal .phone-ua:has(.is-invalid) {
  animation: bellit-input-shake .45s ease;
}

.auth-modal .input-affix:has(.is-invalid),
.auth-modal .phone-ua:has(.is-invalid) {
  border-color: #dc3545;
}

.auth-modal .input-affix .form-control.is-invalid,
.auth-modal .phone-ua .form-control.is-invalid {
  border: 0 !important;
  background-image: none;
  padding-right: 0.75rem;
}

.auth-modal__link {
  display: inline-block;
  margin-top: 8px;
  color: #666;
  font-size: 13px;
  text-decoration: underline;
}

.auth-modal__link:hover {
  color: #111;
}

.auth-modal__agree {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 18px;
  font-size: 13px;
  line-height: 1.4;
  color: #444;
}

.auth-modal__agree .form-check-input {
  margin-top: 2px;
  flex: 0 0 auto;
}

.auth-modal__agree .form-check-label {
  flex: 1 1 0;
  min-width: 0;
}

.auth-modal__agree .invalid-feedback {
  flex: 1 1 100%;
  margin: 0;
  padding: 0;
}

.auth-modal__agree .invalid-feedback.d-block {
  display: block !important;
  animation: bellit-feedback-in .35s ease both;
}

.auth-modal__agree a {
  color: #111;
  text-decoration: underline;
}

.auth-modal__submit {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 6px;
  padding: 14px 18px;
  border: 0;
  border-radius: var(--bellit-radius);
  background: #213d2b;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease;
}

.auth-modal__submit:hover,
.auth-modal__submit:focus {
  background: #182d20;
  color: #fff;
}

.auth-modal__submit.is-loading {
  opacity: .65;
  cursor: wait;
}

.auth-modal__alert {
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px solid #f5c2c7;
  border-radius: var(--bellit-radius);
  background: #f8d7da;
  color: #842029;
  font-size: 13px;
  line-height: 1.4;
}

.auth-modal--success .auth-modal__dialog {
  width: min(100%, 440px);
  padding: 28px 24px 22px;
  text-align: center;
}

.auth-modal__success-icon {
  display: block;
  margin: 0 auto 14px;
  color: #198754;
  font-size: 28px;
  line-height: 1;
}

.auth-modal__success-icon .bellit-success-check {
  margin: 0 auto;
}

.auth-modal__success-icon.is-animating .bellit-success-check__circle {
  transition: stroke-dashoffset .55s cubic-bezier(.4, 0, .2, 1);
  stroke-dashoffset: 0;
}

.auth-modal__success-icon.is-animating .bellit-success-check__mark {
  transition: stroke-dashoffset .35s cubic-bezier(.4, 0, .2, 1) .35s;
  stroke-dashoffset: 0;
}

.auth-modal--success .auth-modal__title {
  margin: 0 0 20px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.auth-modal__success-text {
  margin: 0 0 20px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.auth-modal__success-text p {
  margin: 0 0 10px;
}

.auth-modal__success-text p:last-child {
  margin-bottom: 0;
}

.auth-modal__success-text a {
  color: #111;
  font-weight: 700;
  text-decoration: underline;
}

.auth-modal__success-btn {
  min-width: 120px;
  min-height: 42px;
}

.auth-modal--confirm .auth-modal__dialog {
  width: min(400px, 100%);
  text-align: center;
  padding: 32px 28px 28px;
}

.auth-modal__confirm-text {
  margin: 0 0 24px;
  color: var(--bellit-text-muted);
  font-size: 15px;
  line-height: 1.5;
}

.auth-modal__confirm-actions {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 10px;
  justify-content: center;
  flex-wrap: nowrap;
}

.auth-modal__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--bellit-border);
  border-radius: var(--bellit-radius);
  background: #fff;
  color: var(--bellit-dark);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.auth-modal__btn-secondary:hover {
  border-color: var(--bellit-dark);
  color: var(--bellit-dark);
}

.auth-modal__confirm-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  width: auto !important;
  min-width: 0;
  min-height: 44px;
  margin-top: 0 !important;
  padding: 10px 18px;
  text-decoration: none;
}

@media (max-width: 575px) {
  .auth-modal__dialog {
    padding: 24px 18px 26px;
  }

  .auth-modal__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .auth-modal__title {
    font-size: 20px;
  }
}

/* Account page */
.account-page {
  padding: 28px 16px 64px;
  max-width: 1100px;
}

.account-page .breadcrumb {
  display: none;
}

.account-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.account-menu {
  position: sticky;
  top: 16px;
}

.account-menu .bellit-sidebar-nav__list {
  position: relative;
}

.account-menu__pill {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 0;
  background: #f7f7f7;
  box-shadow: inset 3px 0 0 #213d2b;
  pointer-events: none;
  opacity: 0;
  transform: translate(0, 0);
  transition:
    transform .32s cubic-bezier(.22, 1, .36, 1),
    width .32s cubic-bezier(.22, 1, .36, 1),
    height .32s cubic-bezier(.22, 1, .36, 1),
    opacity .2s ease;
}

.account-menu__pill.is-ready {
  opacity: 1;
}

.account-menu .bellit-sidebar-nav__item {
  position: relative;
  z-index: 1;
}

.account-menu .bellit-sidebar-nav__link {
  position: relative;
  z-index: 1;
  background: transparent;
}

.account-menu .bellit-sidebar-nav__link:hover {
  background: #f7f7f7;
}

.account-menu .bellit-sidebar-nav__link.is-active {
  background: #f7f7f7;
  box-shadow: inset 3px 0 0 #213d2b;
}

.account-menu .bellit-sidebar-nav__link.is-logout {
  color: #666;
}

.account-menu .bellit-sidebar-nav__link.is-logout:hover {
  color: #e53935;
  background: #fff5f5;
  box-shadow: none;
}

.account-layout__content {
  min-width: 0;
  transition: opacity .18s ease;
}

.account-layout__content.is-page-leaving,
.account-layout__content.is-page-entering {
  opacity: 0;
  pointer-events: none;
}

.account-page__title,
.account-page h1 {
  margin: 0 0 24px;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  color: var(--bellit-text);
}

.account-page__message {
  margin: 0 0 24px;
  color: #444;
  font-size: 15px;
  line-height: 1.55;
}

.account-page__message p {
  margin: 0 0 10px;
}

.account-page fieldset {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

.account-edit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 40px;
  align-items: start;
  margin-bottom: 8px;
}

.account-edit-grid > fieldset {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .account-edit-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .account-edit-grid .row.mb-3 {
    max-width: 100%;
  }

  .account-edit-grid .phone-ua {
    max-width: 100%;
  }
}

.account-page legend {
  float: none;
  width: 100%;
  margin: 0 0 16px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e8e8e8;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.account-page .form-control,
.account-page .form-select {
  min-height: 46px;
  border: 1px solid #d8d8dc;
  border-radius: var(--bellit-radius);
  box-shadow: none;
  font-size: 15px;
}

.account-page .form-control:focus,
.account-page .form-select:focus {
  border-color: #213d2b;
  box-shadow: none;
}

.account-page .col-form-label {
  color: #111;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: left;
}

/* Label + field error on one row; control below (same as checkout). */
.account-page form .row.mb-3 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 12px;
  align-items: baseline;
  margin-left: 0;
  margin-right: 0;
  max-width: 420px;
  --bs-gutter-x: 0;
}

.account-page form .row.mb-3 > .col-form-label {
  grid-column: 1;
  grid-row: 1;
  width: auto;
  max-width: none;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
}

.account-page form .row.mb-3 > .invalid-feedback {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 6px;
  padding: 0;
  max-width: min(100%, 240px);
  color: #dc3545;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  text-align: right;
  align-self: center;
}

.account-page form .row.mb-3 > .invalid-feedback:not(.d-block) {
  display: none !important;
}

.account-page form .row.mb-3 > .invalid-feedback.d-block {
  display: block !important;
  animation: bellit-feedback-in .35s ease both;
}

.account-page form .row.mb-3 > [class*="col-"]:not(.col-form-label) {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  max-width: none;
  flex: none;
  padding-left: 0;
  padding-right: 0;
}

.account-page__hint {
  margin: 0 0 16px;
  color: #666;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
}

.phone-ua,
.input-affix {
  display: flex;
  align-items: stretch;
  max-width: 320px;
  min-height: 46px;
  border: 1px solid #d8d8dc;
  border-radius: var(--bellit-radius);
  overflow: hidden;
  background: #fff;
}

.checkout-page .phone-ua,
.checkout-page .input-affix {
  box-sizing: border-box;
  max-width: none;
  width: 100%;
  height: 44px;
  min-height: 44px;
}

.checkout-page .phone-ua__prefix,
.checkout-page .input-affix__prefix {
  font-size: 14px;
}

.checkout-page .phone-ua .form-control,
.checkout-page .input-affix .form-control {
  height: 100%;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.phone-ua:focus-within,
.input-affix:focus-within {
  border-color: #213d2b;
}

.phone-ua__prefix,
.input-affix__prefix {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  width: 58px;
  min-width: 58px;
  padding: 0;
  border-right: 1px solid #d8d8dc;
  background: #f6f6f7;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  white-space: nowrap;
  user-select: none;
}

.input-affix__prefix i {
  font-size: 14px;
  line-height: 1;
  color: #555;
}

.phone-ua .form-control,
.input-affix .form-control {
  min-height: 44px;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.phone-ua:has(.is-invalid),
.input-affix:has(.is-invalid) {
  border-color: #dc3545;
}

.phone-ua:has(.is-valid):focus-within,
.input-affix:has(.is-valid):focus-within {
  border-color: #213d2b;
}

.phone-ua.is-validating,
.input-affix.is-validating,
.phone-ua.is-validating:focus-within,
.input-affix.is-validating:focus-within {
  border-color: #d8d8dc !important;
}

.phone-ua.is-validating,
.input-affix.is-validating,
.phone-ua.has-valid-ring,
.input-affix.has-valid-ring {
  overflow: visible;
}

.bellit-valid-parent,
.bellit-valid-host {
  position: relative;
}

.bellit-valid-fx {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 3;
  pointer-events: none;
  box-sizing: border-box;
}

.bellit-valid-fx__ring {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 1;
  transition: opacity .5s ease;
}

.bellit-valid-fx.is-ring-out .bellit-valid-fx__ring {
  opacity: 0;
}

.bellit-valid-fx__path {
  fill: none;
  stroke: #198754;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: none;
  vector-effect: non-scaling-stroke;
}

.bellit-valid-fx.is-animating .bellit-valid-fx__path {
  transition: stroke-dashoffset .55s cubic-bezier(.4, 0, .2, 1);
  stroke-dashoffset: 0;
}

.bellit-valid-fx__check {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  overflow: visible;
}

.bellit-valid-fx__check-path {
  fill: none;
  stroke: #198754;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: none;
}

.bellit-valid-fx.is-animating .bellit-valid-fx__check-path {
  transition: stroke-dashoffset .55s cubic-bezier(.4, 0, .2, 1);
  stroke-dashoffset: 0;
}

@keyframes bellit-input-shake {
  0%, 100% { transform: translateX(0); }
  15% { transform: translateX(-6px); }
  30% { transform: translateX(6px); }
  45% { transform: translateX(-4px); }
  60% { transform: translateX(4px); }
  75% { transform: translateX(-2px); }
  90% { transform: translateX(2px); }
}

.checkout-page .form-control.is-invalid,
.checkout-page .form-select.is-invalid,
.checkout-page .bellit-select:has(.is-invalid) .bellit-select__trigger,
.checkout-page .phone-ua:has(.is-invalid),
.checkout-page .input-affix:has(.is-invalid),
#account-register .form-control.is-invalid,
#account-edit .form-control.is-invalid,
#account-address .form-control.is-invalid {
  animation: bellit-input-shake .45s ease;
}

.checkout-page .form-control.is-valid,
.checkout-page .form-control.is-invalid {
  padding-right: calc(1.8em + 0.7rem);
  background-repeat: no-repeat;
  background-position: right calc(0.45em + 0.175rem) center;
  background-size: calc(0.9em + 0.35rem) calc(0.9em + 0.35rem);
}

.checkout-page .form-control.is-valid {
  border-color: #d8d8dc;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.checkout-page .form-control.is-valid.is-validating {
  background-image: none;
}

.checkout-page .form-control.is-valid:focus,
.checkout-page .form-select.is-valid:focus {
  border-color: #213d2b;
  box-shadow: 0 0 0 .15rem rgba(17, 17, 17, .08);
}

.bellit-valid-host:has(.bellit-valid-fx) .form-control.is-valid,
.bellit-valid-parent:has(> .bellit-valid-fx) > .form-control.is-valid {
  background-image: none;
}

.bellit-valid-fx.is-done .bellit-valid-fx__check-path {
  stroke-dashoffset: 0;
}

.checkout-page .form-control.is-invalid {
  border-color: #dc3545;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23da4f49'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23da4f49' stroke='none'/%3e%3c/svg%3e");
}

.checkout-page .phone-ua .form-control.is-valid,
.checkout-page .input-affix .form-control.is-valid,
.checkout-page .phone-ua .form-control.is-invalid,
.checkout-page .input-affix .form-control.is-invalid {
  border: 0 !important;
}

.account-form-actions {
  margin-top: 24px;
  padding-top: 8px;
}

.account-order-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.account-order-meta__item {
  min-height: 78px;
  padding: 14px 16px;
  border: 1px solid #d8d8dc;
  border-radius: var(--bellit-radius);
  background: #fff;
}

.account-order-meta__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #666;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.account-order-meta__value {
  color: #111;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  word-break: break-word;
}

.account-order-meta__location {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 1px solid #d8d8dc;
  border-radius: var(--bellit-radius);
  background: #f7f7f7;
  color: #111;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.account-order-meta__location:hover,
.account-order-meta__location:focus {
  border-color: #213d2b;
  background: #213d2b;
  color: var(--bellit-accent);
  outline: none;
}

.account-order-address {
  margin-top: 4px;
  color: #333;
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
}

@media (max-width: 900px) {
  .account-order-meta {
    grid-template-columns: 1fr;
  }
}

.account-page .btn-primary {
  --bs-btn-bg: #213d2b;
  --bs-btn-border-color: #213d2b;
  --bs-btn-hover-bg: #182d20;
  --bs-btn-hover-border-color: #182d20;
  --bs-btn-active-bg: #142419;
  --bs-btn-active-border-color: #142419;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: var(--bellit-radius);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.account-page .btn-light,
.account-page .btn-secondary {
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid #d8d8dc;
  border-radius: var(--bellit-radius);
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.account-page .btn-light:hover,
.account-page .btn-secondary:hover {
  background: #f7f7f7;
  border-color: #213d2b;
  color: #111;
}

.account-page .btn-info {
  --bs-btn-bg: #213d2b;
  --bs-btn-border-color: #213d2b;
  --bs-btn-hover-bg: #182d20;
  --bs-btn-hover-border-color: #182d20;
  --bs-btn-color: #fff;
  border-radius: var(--bellit-radius);
}

.account-page .table {
  margin-bottom: 18px;
  border-color: #e8e8e8;
  vertical-align: middle;
}

.account-page .table > :not(caption) > * > * {
  padding: 14px 12px;
  border-color: #e8e8e8;
  background: #fff;
}

.account-page .table thead th {
  background: #f7f7f7;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-bottom-width: 1px;
}

.account-page .table-bordered {
  border-radius: var(--bellit-radius);
  overflow: hidden;
}

.account-page .table-hover > tbody > tr:hover > * {
  background: #fafafa;
  --bs-table-bg-state: #fafafa;
}

.account-page .pagination {
  margin: 0;
}

.account-page .pagination .page-link {
  border-radius: var(--bellit-radius);
  color: #111;
}

.account-page .pagination .page-item.active .page-link {
  background: #213d2b;
  border-color: #213d2b;
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .account-menu__pill {
    transition: none;
  }
}

@media (max-width: 991px) {
  .account-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .account-menu {
    position: static;
  }

  .account-menu .bellit-sidebar-nav__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px;
    gap: 2px;
  }

  .account-menu__pill {
    box-shadow: inset 0 0 0 1px transparent;
    border-radius: var(--bellit-radius);
  }

  .account-menu .bellit-sidebar-nav__link.is-active {
    box-shadow: none;
    border-radius: var(--bellit-radius);
  }

  .account-menu .bellit-sidebar-nav__item:has(.is-logout) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .account-page {
    padding-top: 18px;
    padding-bottom: 48px;
  }

  .account-menu .bellit-sidebar-nav__list {
    grid-template-columns: 1fr;
  }
}

.account-wishlist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 20px;
}

.account-wishlist-grid__item {
  min-width: 0;
}

.account-wishlist-grid .product-thumb--bellit {
  height: 100%;
}

.account-wishlist-grid .product-thumb--wishlist {
  transition: opacity .28s ease, transform .28s ease;
}

.account-wishlist-grid .product-thumb--wishlist.is-removing {
  opacity: .35;
  transform: scale(.98);
  pointer-events: none;
}

.account-wishlist-empty {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  padding: 36px 28px;
  border: 1px solid var(--bellit-border);
  border-radius: var(--bellit-radius);
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

.account-wishlist-empty__main {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.account-wishlist-empty__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid #e53935;
  border-radius: 50%;
  background: #fff;
  color: #e53935;
  font-size: 20px;
}

.account-wishlist-empty__icon--cart {
  border-color: #2e7d32;
  color: #2e7d32;
}

.account-wishlist-empty__text {
  margin: 0;
  flex: 1 1 auto;
  max-width: 34em;
  color: #444;
  font-size: 15px;
  line-height: 1.55;
}

.account-wishlist-empty__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: var(--bellit-radius);
  background: #213d2b;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.account-wishlist-empty__cta:hover,
.account-wishlist-empty__cta:focus {
  background: #142419;
  color: #fff;
}

@media (max-width: 991px) {
  .account-wishlist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .account-wishlist-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .account-wishlist-empty {
    padding: 28px 20px;
  }
}

/* Notifications / alerts */
.alert {
  --bs-alert-border-radius: var(--bellit-radius);
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  padding: 14px 44px 14px 16px;
  border: 1px solid #111;
  border-radius: var(--bellit-radius);
  background: #fff;
  color: var(--bellit-text);
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.alert > .fa,
.alert > .fa-solid,
.alert > .fas,
.alert > .far {
  flex: 0 0 auto;
  margin-top: 2px;
  font-size: 15px;
  color: #111;
}

.alert a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.alert .btn-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
  opacity: .4;
  background-size: 12px;
  box-shadow: none;
  filter: none;
}

.alert .btn-close:hover,
.alert .btn-close:focus {
  opacity: .85;
  box-shadow: none;
}

.alert-success,
.alert-info,
.alert-primary,
.alert-secondary,
.alert-light,
.alert-dark,
.alert-warning,
.alert-danger {
  border-color: #111;
  background: #fff;
  color: var(--bellit-text);
}

.alert-success > .fa,
.alert-success > .fa-solid,
.alert-success > .fas,
.alert-info > .fa,
.alert-info > .fa-solid,
.alert-info > .fas,
.alert-warning > .fa,
.alert-warning > .fa-solid,
.alert-warning > .fas {
  color: #111;
}

.alert-danger > .fa,
.alert-danger > .fa-solid,
.alert-danger > .fas {
  color: #b42318;
}

#alert-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10040;
  background: rgba(0, 0, 0, 0);
  --bellit-backdrop-blur: 0px;
  backdrop-filter: blur(var(--bellit-backdrop-blur));
  -webkit-backdrop-filter: blur(var(--bellit-backdrop-blur));
  visibility: hidden;
  pointer-events: none;
  transition:
    background var(--bellit-backdrop-duration) ease,
    --bellit-backdrop-blur var(--bellit-backdrop-duration) ease,
    visibility 0s linear var(--bellit-backdrop-duration);
}

#alert-backdrop.is-active {
  background: rgba(0, 0, 0, .28);
  --bellit-backdrop-blur: 8px;
  visibility: visible;
  transition:
    background var(--bellit-backdrop-duration) ease,
    --bellit-backdrop-blur var(--bellit-backdrop-duration) ease,
    visibility 0s;
}

#alert-backdrop.is-instant {
  transition: none !important;
}

#alert {
  z-index: 10050;
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(420px, calc(100vw - 32px));
  margin-left: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

#alert .alert {
  pointer-events: auto;
  margin-bottom: 0;
  padding: 16px 44px 16px 16px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
  animation: bellit-alert-in var(--bellit-backdrop-duration) ease;
  transition: opacity var(--bellit-backdrop-duration) ease;
}

#alert .alert.is-leaving {
  opacity: 0;
  animation: none;
}

#alert .alert > .fa,
#alert .alert > .fa-solid,
#alert .alert > .fas,
#alert .alert > .far {
  color: #111;
}

#alert .alert-success,
#alert .alert-info,
#alert .alert-primary,
#alert .alert-secondary,
#alert .alert-light,
#alert .alert-dark,
#alert .alert-warning,
#alert .alert-danger {
  border-color: #111;
  background: #fff;
  color: #111;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
}

#alert .alert-success > .fa,
#alert .alert-success > .fa-solid,
#alert .alert-success > .fas,
#alert .alert-info > .fa,
#alert .alert-info > .fa-solid,
#alert .alert-info > .fas,
#alert .alert-warning > .fa,
#alert .alert-warning > .fa-solid,
#alert .alert-warning > .fas {
  color: #111;
}

#alert .alert-danger > .fa,
#alert .alert-danger > .fa-solid,
#alert .alert-danger > .fas {
  color: #b42318;
}

#alert .alert .btn-close {
  filter: none;
  opacity: .4;
}

#alert .alert .btn-close:hover,
#alert .alert .btn-close:focus {
  opacity: .85;
}

@keyframes bellit-alert-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Custom select / dropdown */
.bellit-select {
  position: relative;
  width: 100%;
}

.bellit-select__native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.bellit-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid #d8d8dc;
  border-radius: var(--bellit-radius);
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.bellit-select__trigger:hover {
  border-color: #213d2b;
  background: #f7f7f7;
}

.bellit-select.is-open .bellit-select__trigger,
.bellit-select__trigger:focus {
  border-color: #213d2b;
  background: #fff;
  box-shadow: 0 0 0 1px #213d2b;
  outline: none;
}

.bellit-select.is-disabled .bellit-select__trigger {
  border-color: #e0e0e0;
  background: #f7f7f7;
  color: #999;
  cursor: not-allowed;
}

.bellit-select__value {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bellit-select__caret {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}

.bellit-select.is-open .bellit-select__caret {
  transform: rotate(225deg) translateY(-2px);
}

.bellit-select__menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 1200;
  display: none;
  max-height: 280px;
  overflow: auto;
  padding: 6px;
  border: 1px solid #111;
  border-radius: var(--bellit-radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .14);
}

.bellit-select.is-open .bellit-select__menu {
  display: block;
  animation: bellit-alert-in .2s ease;
}

.bellit-select__option {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  border: 0;
  border-radius: var(--bellit-radius);
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  appearance: none;
  transition: background-color .15s ease, color .15s ease;
}

.input-group > .bellit-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .bellit-select .bellit-select__trigger {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .input-group-text + .bellit-select .bellit-select__trigger {
  border-left: 0;
}

.bellit-select__option:hover,
.bellit-select__option.is-active {
  background: #213d2b;
  color: #fff;
}

.bellit-select__option.is-selected {
  background: #f3f3f3;
  font-weight: 700;
}

.bellit-select__option.is-selected:hover,
.bellit-select__option.is-selected.is-active {
  background: #213d2b;
  color: #fff;
}

.bellit-select__option:disabled,
.bellit-select__option.is-disabled {
  color: #999;
  cursor: not-allowed;
}

.bellit-select__option:disabled:hover,
.bellit-select__option.is-disabled:hover {
  background: transparent;
  color: #999;
}

.category-toolbar__field .bellit-select__trigger,
.category-subnav__sort .bellit-select__trigger {
  min-height: 42px;
}

/* App-like page transitions */
main,
#product-list {
  transition: opacity .22s ease;
}

main.is-page-leaving,
main.is-page-entering,
#product-list.is-page-leaving,
#product-list.is-page-entering {
  opacity: 0;
  pointer-events: none;
}

body.is-page-navigating {
  cursor: progress;
}

html.bellit-page-enter {
  background: #fff;
}

html.bellit-page-enter::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: #fff;
  opacity: 1;
  pointer-events: none;
  transition: opacity .32s ease;
}

html.bellit-page-enter.bellit-page-enter-active::before {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  main,
  #product-list,
  .account-layout__content {
    transition: none;
  }

  main.is-page-leaving,
  main.is-page-entering,
  #product-list.is-page-leaving,
  #product-list.is-page-entering,
  .account-layout__content.is-page-leaving,
  .account-layout__content.is-page-entering {
    opacity: 1;
  }

  html.bellit-page-enter::before {
    display: none;
  }
}

/* Cart modal */
body.cart-modal-open {
  overflow: hidden;
}

.cart-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear var(--bellit-backdrop-duration);
}

.cart-modal.is-open {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s;
}

.cart-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  --bellit-backdrop-blur: 0px;
  backdrop-filter: blur(var(--bellit-backdrop-blur));
  -webkit-backdrop-filter: blur(var(--bellit-backdrop-blur));
  transition:
    background var(--bellit-backdrop-duration) ease,
    --bellit-backdrop-blur var(--bellit-backdrop-duration) ease;
}

.cart-modal.is-open .cart-modal__backdrop {
  background: rgba(0, 0, 0, .55);
  --bellit-backdrop-blur: 10px;
}

.cart-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(820px, 100%);
  max-height: calc(100vh - 48px);
  overflow: hidden;
  border-radius: var(--bellit-radius);
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .28);
  opacity: 0;
  transform: translateY(14px) scale(.98);
  transition:
    opacity var(--bellit-backdrop-duration) ease,
    transform var(--bellit-backdrop-duration) ease,
    width var(--bellit-backdrop-duration) ease;
}

.cart-modal.is-empty .cart-modal__dialog {
  width: min(420px, 100%);
}

.cart-modal.is-empty .cart-modal__header {
  padding: 18px 22px 14px;
}

.cart-modal.is-empty .cart-modal__title {
  font-size: 18px;
}

.cart-modal.is-empty .cart-modal__body {
  padding: 8px 22px 22px;
}

.cart-modal.is-open .cart-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.cart-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 0;
  padding: 22px 28px 16px;
  border-bottom: 1px solid #ececec;
}

.cart-modal__title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  color: #111;
}

.cart-modal__close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #111;
  font-size: 18px;
  cursor: pointer;
}

.cart-modal__close:hover {
  color: #e53935;
}

.cart-modal__body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  padding: 20px 28px 28px;
}

.cart-modal__body.is-loading {
  min-height: 160px;
}

.cart-modal__loading {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .65);
  color: #111;
  font-size: 28px;
  z-index: 2;
}

.cart-modal__body.is-loading .cart-modal__loading {
  display: flex;
}

.cart-modal__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.cart-modal-panel {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.cart-modal-panel__scroll {
  flex: 1;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 2px;
}

.cart-modal-panel__footer {
  flex-shrink: 0;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid #ececec;
  background: #fff;
}

.cart-modal-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cart-modal-item {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}

.cart-modal-item.is-removing {
  pointer-events: none;
  overflow: hidden;
  transition:
    height 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s ease,
    margin 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    border-width 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.cart-modal-item__media > a > img,
.cart-modal-item__media > button > img,
.cart-modal-item__media > img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--bellit-radius);
  background: #f5f5f5;
}

.cart-modal-item__media {
  position: relative;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}

.cart-modal-item__atomizer-badge {
  position: absolute;
  right: -4px;
  bottom: -4px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 2px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  pointer-events: none;
  user-select: none;
}

.cart-modal-item__atomizer-badge img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center;
  padding: 0 !important;
  border-radius: 5px;
  background: #f7f7f7;
  box-sizing: border-box;
}

.cart-modal-item__media-btn {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  appearance: none;
  -webkit-appearance: none;
}

.cart-modal-item.is-atomizer .cart-modal-item__media > a > img,
.cart-modal-item.is-atomizer .cart-modal-item__media > button > img,
.cart-modal-item.is-atomizer .cart-modal-item__media > img,
.cart-modal-item.is-atomizer .cart-modal-item__media-btn {
  width: 80px;
  height: 80px;
  border-radius: var(--bellit-radius);
  background: #f5f5f5;
}

.cart-modal-item.is-atomizer .cart-modal-item__media > a > img,
.cart-modal-item.is-atomizer .cart-modal-item__media > button > img,
.cart-modal-item.is-atomizer .cart-modal-item__media > img {
  object-fit: contain;
  object-position: center;
  padding: 6px;
  box-sizing: border-box;
}

.cart-modal-item__atomizer-edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  color: #111;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.cart-modal-item__atomizer-edit:hover,
.cart-modal-item__atomizer-edit:focus {
  border-color: #213d2b;
  background: #213d2b;
  color: #fff;
}

.bellit-cart-atomizer-picker {
  position: fixed;
  inset: 0;
  z-index: 11200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear var(--bellit-backdrop-duration);
}

.bellit-cart-atomizer-picker.is-open {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s;
}

.bellit-cart-atomizer-picker__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  --bellit-backdrop-blur: 0px;
  backdrop-filter: blur(var(--bellit-backdrop-blur));
  -webkit-backdrop-filter: blur(var(--bellit-backdrop-blur));
  transition:
    background var(--bellit-backdrop-duration) ease,
    --bellit-backdrop-blur var(--bellit-backdrop-duration) ease;
}

.bellit-cart-atomizer-picker.is-open .bellit-cart-atomizer-picker__backdrop {
  background: rgba(0, 0, 0, .45);
  --bellit-backdrop-blur: 14px;
}

.bellit-cart-atomizer-picker__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  max-height: min(90vh, 720px);
  display: flex;
  flex-direction: column;
  border-radius: var(--bellit-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity var(--bellit-backdrop-duration) ease,
    transform var(--bellit-backdrop-duration) cubic-bezier(.22, 1, .36, 1);
}

.bellit-cart-atomizer-picker.is-open .bellit-cart-atomizer-picker__dialog {
  opacity: 1;
  transform: translateY(0);
}

.bellit-cart-atomizer-picker__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 12px;
  border-bottom: 1px solid #f0f0f0;
}

.bellit-cart-atomizer-picker__title {
  margin: 0;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.bellit-cart-atomizer-picker__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #666;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.bellit-cart-atomizer-picker__close:hover {
  color: #111;
}

.bellit-cart-atomizer-picker__body {
  position: relative;
  padding: 16px 18px 22px;
  overflow: auto;
}

.bellit-cart-atomizer-picker__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  color: #888;
  font-size: 22px;
}

.bellit-cart-atomizer-picker__loading[hidden] {
  display: none !important;
}

.bellit-cart-atomizer-picker__empty {
  margin: 24px 0;
  color: #666;
  text-align: center;
}

.bellit-cart-atomizer-picker .decant-atomizers {
  margin-top: 0;
}

body.bellit-cart-atomizer-picker-open {
  overflow: hidden;
}

.cart-modal-item__name {
  display: inline;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  cursor: default;
}

button.cart-modal-item__name--popup {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: zoom-in;
  appearance: none;
  -webkit-appearance: none;
}

a.cart-modal-item__name,
button.cart-modal-item__name--popup {
  cursor: pointer;
}

a.cart-modal-item__name:hover,
button.cart-modal-item__name--popup:hover {
  color: #e53935;
}

.cart-modal-item__stock {
  color: #e53935;
  font-weight: 700;
}

.cart-modal-item__meta {
  margin: 6px 0 0;
  color: #777;
  font-size: 12px;
  line-height: 1.45;
}

.cart-modal-item__prices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 10px;
  align-items: baseline;
}

.cart-modal-item__unit {
  color: #888;
  font-size: 13px;
}

.cart-modal-item__total {
  color: #111;
  font-size: 15px;
  font-weight: 600;
}

.cart-modal-item__controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.cart-modal-item__qty {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid #e0e0e0;
  border-radius: var(--bellit-radius);
  overflow: hidden;
  background: #fff;
}

.cart-modal-item__step {
  appearance: none;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.cart-modal-item__step:hover {
  background: #f5f5f5;
}

.cart-modal-item__qty-value {
  min-width: 36px;
  padding: 0 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  user-select: none;
}

.cart-modal__remove,
.cart-modal__remove.btn {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: var(--bellit-radius);
  background: #fff;
  color: #666;
  box-shadow: none;
}

.cart-modal__remove:hover,
.cart-modal__remove.btn:hover {
  color: #e53935;
  border-color: #e53935;
  background: #fff;
}

.cart-modal-totals {
  margin-top: 0;
  padding-top: 0;
}

.cart-modal-totals__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  color: #444;
  font-size: 14px;
}

.cart-modal-totals__row.is-grand {
  margin-top: 4px;
  padding-top: 12px;
  color: #111;
  font-size: 17px;
}

.cart-modal-modules {
  margin-top: 22px;
}

.cart-modal-modules__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
}

.cart-modal-modules__hint {
  margin: 0 0 12px;
  color: #777;
  font-size: 13px;
}

.cart-modal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.cart-modal-actions .category-refine__item,
.cart-modal-actions .btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  min-height: 42px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}

.cart-modal-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 0;
  padding: 36px 0 32px;
  text-align: center;
  color: #555;
}

.cart-modal-empty p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.cart-modal-empty .btn {
  min-width: 160px;
}

@media (max-width: 640px) {
  .cart-modal {
    padding: 0;
    align-items: stretch;
  }

  .cart-modal__dialog {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }

  .cart-modal__header,
  .cart-modal__body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cart-modal-item {
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-areas:
      "media info"
      "controls controls";
  }

  .cart-modal-item__media {
    grid-area: media;
    width: 64px;
    height: 64px;
  }

  .cart-modal-item__media > a img,
  .cart-modal-item__media > img,
  .cart-modal-item__media-btn img {
    width: 64px;
    height: 64px;
  }

  .cart-modal-item__info {
    grid-area: info;
  }

  .cart-modal-item__controls {
    grid-area: controls;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

  .cart-modal-actions {
    flex-direction: column-reverse;
  }

  .cart-modal-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cart-modal,
  .cart-modal__backdrop,
  .cart-modal__dialog {
    transition: none;
  }
}

/* Quick buy (product card → volume / atomizer) */
body.quick-buy-modal-open {
  overflow: hidden;
}

.quick-buy-modal {
  position: fixed;
  inset: 0;
  z-index: 2150;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear var(--bellit-backdrop-duration);
}

.quick-buy-modal.is-open {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s;
}

.quick-buy-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  --bellit-backdrop-blur: 0px;
  backdrop-filter: blur(var(--bellit-backdrop-blur));
  -webkit-backdrop-filter: blur(var(--bellit-backdrop-blur));
  transition:
    background var(--bellit-backdrop-duration) ease,
    --bellit-backdrop-blur var(--bellit-backdrop-duration) ease;
}

.quick-buy-modal.is-open .quick-buy-modal__backdrop {
  background: rgba(0, 0, 0, .55);
  --bellit-backdrop-blur: 10px;
}

.quick-buy-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(600px, 100%);
  max-height: calc(100vh - 48px);
  overflow: hidden;
  border-radius: var(--bellit-radius);
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .28);
  opacity: 0;
  transform: translateY(14px) scale(.98);
  transition:
    opacity var(--bellit-backdrop-duration) ease,
    transform var(--bellit-backdrop-duration) ease,
    height .36s cubic-bezier(.22, 1, .36, 1);
}

.quick-buy-modal__dialog.is-height-animating {
  will-change: height;
}

.quick-buy-modal .decant-volumes__grid--with-other {
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(9.5rem, 1.35fr);
}

/* Other volumes open in-flow so the dialog can grow instead of clipping */
.quick-buy-modal .decant-volumes__list.quick-buy-other-list {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  z-index: 1;
  width: 100%;
  min-width: 0;
  margin-top: 8px;
  max-height: 240px;
  overflow: auto;
}

.quick-buy-modal .decant-atomizers {
  overflow: hidden;
}

.quick-buy-modal .decant-atomizers__grid {
  transition: opacity .18s ease;
}

.quick-buy-modal .decant-atomizers__grid.is-fading {
  opacity: 0;
  pointer-events: none;
}

.quick-buy-modal.is-open .quick-buy-modal__dialog {
  opacity: 1;
  transform: none;
}

.quick-buy-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px 0;
}

.quick-buy-modal__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
}

.quick-buy-modal__close {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #111;
  font-size: 18px;
  cursor: pointer;
}

.quick-buy-modal__close:hover {
  background: #f3f3f3;
}

.quick-buy-modal__body {
  position: relative;
  overflow: auto;
  padding: 16px 20px 22px;
}

.quick-buy-modal__body.is-loading .quick-buy-modal__loading {
  opacity: 1;
  visibility: visible;
}

.quick-buy-modal__loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .72);
  color: #111;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
}

.quick-buy-modal__product {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.quick-buy-modal__media {
  flex: 0 0 72px;
}

.quick-buy-modal__media img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.quick-buy-modal__name {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  line-height: 1.35;
}

.quick-buy-modal__price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.quick-buy-modal__actions {
  margin-top: 20px;
}

.product-thumb__order.is-loading {
  opacity: .7;
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .quick-buy-modal {
    padding: 0;
    align-items: stretch;
  }

  .quick-buy-modal__dialog {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .quick-buy-modal,
  .quick-buy-modal__backdrop,
  .quick-buy-modal__dialog,
  .quick-buy-modal .decant-atomizers__grid,
  .decant-selection-pill {
    transition: none;
  }
}

/* Checkout page */
.checkout-page {
  padding-bottom: 48px;
}

.checkout-page__breadcrumb {
  margin-bottom: 8px;
}

.checkout-page__title {
  margin: 8px 0 28px;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 600;
  letter-spacing: -.01em;
}

.checkout-page__change-mode {
  margin: -12px 0 20px;
  font-size: 13px;
}

.checkout-page__change-mode a {
  color: var(--bellit-text-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.checkout-page__change-mode a:hover {
  color: #111;
}

.checkout-choice {
  max-width: 820px;
  margin: 0 auto 20px;
}

.checkout-choice__lead {
  margin: 0 0 10px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.checkout-choice__login {
  margin: 0 0 28px;
  color: var(--bellit-text-muted);
  font-size: 14px;
}

.checkout-choice__login a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.checkout-choice__login a:hover {
  color: #e53935;
}

.checkout-choice__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.checkout-choice__grid--single {
  grid-template-columns: minmax(0, 420px);
}

.checkout-choice__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 160px;
  padding: 28px 24px;
  border: 1px solid #d8d8dc;
  border-radius: var(--bellit-radius);
  background: #fff;
  color: #111;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.checkout-choice__card:hover {
  border-color: #213d2b;
  color: #213d2b;
  box-shadow: inset 4px 0 0 #213d2b;
}

.checkout-choice__card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.checkout-choice__card-hint {
  color: #666;
  font-size: 14px;
  line-height: 1.45;
}

.checkout-choice__card:hover .checkout-choice__card-hint {
  color: #666;
}

.checkout-register__login {
  margin: 0 0 18px;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.checkout-register__login a {
  color: #111;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.checkout-register__shipping {
  margin-top: 8px;
}

.checkout-payment-options__item {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.checkout-payment-options__item:last-child {
  border-bottom: 0;
}

.checkout-payment-options__item .form-check-label {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

.checkout-coupon__title {
  margin: 0 0 12px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
}

.checkout-coupon__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.checkout-coupon__row .form-control {
  flex: 1 1 180px;
  min-width: 0;
}

.checkout-coupon__row .btn {
  flex: 0 0 auto;
}

.checkout-ship-hint {
  margin: 8px 0 0;
}

.checkout-np-results {
  position: relative;
  z-index: 5;
  display: none;
  margin-top: 4px;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e6e6e6;
  border-radius: var(--bellit-radius);
  background: #fff;
  box-shadow: var(--bellit-shadow-sm);
}

.checkout-np-results.is-open {
  display: block;
}

.checkout-np-results__item {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  background: transparent;
  text-align: left;
  font-size: 14px;
  color: #111;
  cursor: pointer;
}

.checkout-np-results__item:last-child {
  border-bottom: 0;
}

.checkout-np-results__item:hover {
  background: #f7f7f7;
}

@media (max-width: 700px) {
  .checkout-choice__grid {
    grid-template-columns: 1fr;
  }

  .checkout-choice__grid--single {
    grid-template-columns: 1fr;
  }
}

.checkout-page__grid {
  align-items: flex-start;
  row-gap: 20px;
}

.checkout-page__main,
.checkout-page__side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.checkout-form-stack {
  display: flex;
  flex-direction: column;
}

.checkout-form-stack__form {
  display: contents;
}

.checkout-form-stack__personal {
  order: 1;
}

.checkout-form-stack__methods {
  order: 2;
  margin-top: 0;
  margin-bottom: 0;
  align-items: flex-start;
}

.checkout-form-stack__methods > [class*="col"] {
  min-width: 0;
}

#checkout-shipping-method,
#checkout-payment-method {
  margin: 0;
  padding: 0;
}

.checkout-form-stack__np {
  order: 3;
}

.checkout-form-stack__np > .row {
  align-items: flex-start;
}

.checkout-form-stack__coupon {
  order: 4;
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid var(--bellit-border);
}

.checkout-form-stack__methods .form-check {
  margin-top: 10px;
}

.checkout-form-stack__np .checkout-register__shipping {
  margin: 0;
}

.checkout-panel {
  padding: 24px 24px 28px;
  border: 1px solid var(--bellit-border);
  border-radius: var(--bellit-radius);
  background: #fff;
}

.checkout-panel--compact {
  padding: 20px 22px;
}

.checkout-panel--confirm {
  padding: 20px 22px 22px;
}

.checkout-page fieldset {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  min-width: 0;
}

.checkout-page fieldset:last-child {
  margin-bottom: 0;
}

.checkout-page legend {
  float: none;
  width: auto;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.checkout-page #form-register > p {
  margin: 0 0 18px;
  color: var(--bellit-text-muted);
  font-size: 14px;
  line-height: 1.5;
}

.checkout-page #form-register > p a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.checkout-page #form-register > p a:hover {
  color: #e53935;
}

.checkout-page .form-label {
  margin-bottom: 6px;
  color: #333;
  font-size: 13px;
  font-weight: 600;
}

/* Field errors sit on the same row as the label, right-aligned. */
.checkout-page form .col.mb-3,
.checkout-page #checkout-shipping-method,
.checkout-page #checkout-payment-method {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 12px;
  align-items: baseline;
  align-content: start;
  position: relative;
}

.checkout-page form .col.mb-3 > .form-label,
.checkout-page #checkout-shipping-method > .form-label,
.checkout-page #checkout-payment-method > .form-label {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 6px;
  min-width: 0;
}

.checkout-page form .col.mb-3 > .invalid-feedback,
.checkout-page #checkout-shipping-method > .invalid-feedback,
.checkout-page #checkout-payment-method > .invalid-feedback {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 6px;
  padding: 0;
  max-width: min(100%, 240px);
  color: #dc3545;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  text-align: right;
  align-self: center;
}

.checkout-page form .col.mb-3 > .invalid-feedback:not(.d-block),
.checkout-page #checkout-shipping-method > .invalid-feedback:not(.d-block),
.checkout-page #checkout-payment-method > .invalid-feedback:not(.d-block) {
  display: none !important;
}

.checkout-page form .col.mb-3 > .invalid-feedback.d-block,
.checkout-page #checkout-shipping-method > .invalid-feedback.d-block,
.checkout-page #checkout-payment-method > .invalid-feedback.d-block {
  display: block !important;
  animation: bellit-feedback-in .35s ease both;
}

.checkout-page form .col.mb-3 > .form-control,
.checkout-page form .col.mb-3 > .form-select,
.checkout-page form .col.mb-3 > .bellit-select,
.checkout-page form .col.mb-3 > .phone-ua,
.checkout-page form .col.mb-3 > .input-affix,
.checkout-page form .col.mb-3 > .checkout-np-results,
.checkout-page form .col.mb-3 > input[type="hidden"],
.checkout-page form .col.mb-3 > .form-text,
.checkout-page #checkout-shipping-method > .form-select,
.checkout-page #checkout-shipping-method > .bellit-select,
.checkout-page #checkout-shipping-method > input[type="hidden"],
.checkout-page #checkout-shipping-method > .text-danger,
.checkout-page #checkout-payment-method > .checkout-payment-options,
.checkout-page #checkout-payment-method > .bellit-select,
.checkout-page #checkout-payment-method > .form-check,
.checkout-page #checkout-payment-method > .text-danger {
  grid-column: 1 / -1;
}

.checkout-page .form-control,
.checkout-page .form-select {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  align-self: start;
  border: 1px solid #d8d8dc;
  border-radius: var(--bellit-radius);
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #fff;
}

.checkout-page .form-select {
  padding-right: 2.5rem;
  background-image: var(--bs-form-select-bg-img);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px 12px;
  appearance: none;
}

.checkout-page textarea.form-control {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 110px;
  max-height: none;
  align-self: stretch;
  border: 1px solid #d8d8dc;
  border-radius: var(--bellit-radius);
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #fff;
  resize: vertical;
}

.checkout-form-stack__methods .form-select,
.checkout-form-stack__methods .checkout-payment-options {
  width: 100%;
}

.checkout-page .form-control:focus,
.checkout-page .form-select:focus,
.checkout-page textarea.form-control:focus {
  border-color: #213d2b;
  box-shadow: 0 0 0 .15rem rgba(17, 17, 17, .08);
}

.checkout-page .form-check-label {
  color: #333;
  font-size: 14px;
}

.checkout-page .form-check-inline {
  margin-right: 18px;
}

.checkout-page .form-check-input {
  border-color: #cfcfd4;
}

.checkout-page .form-check-input:checked {
  background-color: #213d2b;
  border-color: #213d2b;
}

.checkout-page .input-group {
  gap: 0;
}

.checkout-page .input-group-text {
  border-color: #d8d8dc;
  background: #f7f7f7;
  color: #555;
}

.checkout-page .input-group .form-control {
  border-color: #d8d8dc;
}

.checkout-page .input-group .btn {
  min-height: 44px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.checkout-page .btn-primary {
  --bs-btn-bg: var(--bellit-dark);
  --bs-btn-border-color: var(--bellit-dark);
  --bs-btn-hover-bg: #182d20;
  --bs-btn-hover-border-color: #182d20;
  --bs-btn-disabled-bg: #213d2b;
  --bs-btn-disabled-border-color: #213d2b;
  --bs-btn-disabled-color: #fff;
  min-height: 44px;
  border-radius: var(--bellit-radius);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.checkout-page .btn-danger {
  min-height: 44px;
  border-radius: var(--bellit-radius);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.checkout-accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-color: #111;
  --bs-accordion-active-color: #111;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 4px;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 14px 0 0;
}

.checkout-accordion .accordion-item {
  border: 0;
  background: transparent;
}

.checkout-accordion .accordion-button {
  font-size: 15px;
  font-weight: 600;
  box-shadow: none;
}

.checkout-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.checkout-accordion .accordion-button::after {
  width: 14px;
  height: 14px;
  background-size: 14px;
}

.checkout-summary__items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.checkout-summary__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}

.checkout-summary__item:first-child {
  padding-top: 4px;
}

.checkout-summary__media {
  position: relative;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}

.checkout-summary__media > a > img,
.checkout-summary__media > button > img,
.checkout-summary__media > img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: var(--bellit-radius);
  background: #f5f5f5;
}

.checkout-summary__atomizer-badge {
  width: 24px;
  height: 24px;
  right: -3px;
  bottom: -3px;
  border-radius: 6px;
  padding: 1px;
}

.checkout-summary__atomizer-badge img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center;
  padding: 0 !important;
  border-radius: 4px;
  background: #f7f7f7;
  box-sizing: border-box;
}

.checkout-summary__media-btn {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  appearance: none;
  -webkit-appearance: none;
}

.checkout-summary__item.is-atomizer .checkout-summary__media > a > img,
.checkout-summary__item.is-atomizer .checkout-summary__media > button > img,
.checkout-summary__item.is-atomizer .checkout-summary__media > img,
.checkout-summary__item.is-atomizer .checkout-summary__media-btn {
  width: 56px;
  height: 56px;
  border-radius: var(--bellit-radius);
  background: #f5f5f5;
}

.checkout-summary__item.is-atomizer .checkout-summary__media > a > img,
.checkout-summary__item.is-atomizer .checkout-summary__media > button > img,
.checkout-summary__item.is-atomizer .checkout-summary__media > img {
  object-fit: contain;
  object-position: center;
  padding: 4px;
  box-sizing: border-box;
}

.checkout-summary__info {
  min-width: 0;
  flex: 1;
}

.checkout-summary__name {
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.checkout-summary__name a,
.checkout-summary__name-btn {
  color: inherit;
  text-decoration: none;
}

.checkout-summary__name-btn {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 600;
  text-align: left;
  cursor: zoom-in;
  appearance: none;
  -webkit-appearance: none;
}

.checkout-summary__name a:hover,
.checkout-summary__name-btn:hover {
  color: #e53935;
}

.checkout-summary__meta {
  margin: 6px 0 0;
  color: #777;
  font-size: 12px;
  line-height: 1.45;
}

.checkout-summary__controls {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
}

.checkout-summary__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: var(--bellit-radius);
  background: #fff;
  color: #444;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.checkout-summary__remove:hover {
  color: #e53935;
  border-color: #e53935;
  background: #fff;
}

.checkout-summary__price {
  margin-top: 8px;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.checkout-summary__totals {
  margin-top: 8px;
  padding-top: 4px;
}

.checkout-summary__total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0;
  color: #444;
  font-size: 14px;
}

.checkout-summary__total.is-grand {
  margin-top: 4px;
  color: #111;
  font-size: 17px;
}

.checkout-summary__payment {
  margin-top: 18px;
}

.checkout-summary__confirm,
.checkout-summary__payment .btn-primary {
  width: 100%;
  min-height: 48px;
  --bs-btn-bg: #213d2b;
  --bs-btn-border-color: #213d2b;
  --bs-btn-hover-bg: #182d20;
  --bs-btn-hover-border-color: #182d20;
  --bs-btn-disabled-bg: #213d2b;
  --bs-btn-disabled-border-color: #213d2b;
  --bs-btn-disabled-color: #fff;
  background-color: #213d2b;
  border-color: #213d2b;
  color: #fff;
}

.checkout-summary__confirm:disabled,
.checkout-summary__payment .btn-primary:disabled {
  background-color: #213d2b;
  border-color: #213d2b;
  color: #fff;
  opacity: .45;
}

.checkout-page .modal-content {
  border: 0;
  border-radius: var(--bellit-radius);
  box-shadow: var(--bellit-shadow);
}

.checkout-page .modal-header {
  border-bottom-color: var(--bellit-border);
}

.checkout-page .modal-title {
  font-size: 18px;
  font-weight: 600;
}

#modal-shipping .modal-content,
#modal-payment .modal-content {
  border: 0;
  border-radius: var(--bellit-radius);
  box-shadow: var(--bellit-shadow);
}

#modal-shipping .modal-header,
#modal-payment .modal-header {
  border-bottom-color: var(--bellit-border);
}

#modal-shipping .modal-title,
#modal-payment .modal-title {
  font-size: 18px;
  font-weight: 600;
}

#modal-shipping .btn-primary,
#modal-payment .btn-primary {
  min-height: 44px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .checkout-panel,
  .checkout-panel--compact,
  .checkout-panel--confirm {
    padding: 18px 16px;
  }

  .checkout-page__title {
    margin-bottom: 18px;
  }
}

.bellit-image-popup {
  position: fixed;
  inset: 0;
  z-index: 11000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility .28s ease;
}

.bellit-image-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bellit-image-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .72);
}

.bellit-image-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 92vh, 720px);
  height: min(92vw, 92vh, 720px);
  padding: 28px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--bellit-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .35);
}

.bellit-image-popup__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.bellit-image-popup__close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .22);
  appearance: none;
  -webkit-appearance: none;
}

.bellit-image-popup__close:hover {
  color: #e53935;
}

body.bellit-image-popup-open {
  overflow: hidden;
}

.bellit-checkout-message {
  position: fixed;
  inset: 0;
  z-index: 11100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear var(--bellit-backdrop-duration);
}

.bellit-checkout-message.is-open {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s;
}

.bellit-checkout-message__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  --bellit-backdrop-blur: 0px;
  backdrop-filter: blur(var(--bellit-backdrop-blur));
  -webkit-backdrop-filter: blur(var(--bellit-backdrop-blur));
  transition:
    background var(--bellit-backdrop-duration) ease,
    --bellit-backdrop-blur var(--bellit-backdrop-duration) ease;
}

.bellit-checkout-message.is-open .bellit-checkout-message__backdrop {
  background: rgba(0, 0, 0, .45);
  --bellit-backdrop-blur: 14px;
}

.bellit-checkout-message__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  padding: 28px 24px 22px;
  border-radius: var(--bellit-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
  text-align: center;
  opacity: 0;
  transform: translateY(14px) scale(.96);
  transition:
    opacity var(--bellit-backdrop-duration) ease,
    transform var(--bellit-backdrop-duration) cubic-bezier(.22, 1, .36, 1);
}

.bellit-checkout-message.is-open .bellit-checkout-message__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.bellit-checkout-message__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #666;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.bellit-checkout-message__close:hover {
  color: #111;
}

.bellit-checkout-message__icon {
  margin: 0 0 14px;
  color: #dc3545;
  font-size: 28px;
  line-height: 1;
}

.bellit-checkout-message.is-success .bellit-checkout-message__icon {
  color: #198754;
}

.bellit-success-check {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto;
}

.bellit-success-check__circle,
.bellit-success-check__mark {
  fill: none;
  stroke: #198754;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: none;
}

.bellit-checkout-message__icon.is-animating .bellit-success-check__circle {
  transition: stroke-dashoffset .55s cubic-bezier(.4, 0, .2, 1);
  stroke-dashoffset: 0;
}

.bellit-checkout-message__icon.is-animating .bellit-success-check__mark {
  transition: stroke-dashoffset .35s cubic-bezier(.4, 0, .2, 1) .35s;
  stroke-dashoffset: 0;
}

.bellit-checkout-message__body {
  margin: 0 0 20px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.bellit-checkout-message__body a {
  color: #111;
  font-weight: 700;
  text-decoration: underline;
}

.bellit-checkout-message__body .contact-channels__link {
  text-decoration: none;
}

.bellit-checkout-message__body .contact-channels__link:hover {
  text-decoration: none;
}

.bellit-checkout-message__sep {
  height: 14px;
}

.bellit-checkout-message__ok {
  min-width: 120px;
  min-height: 42px;
}

.bellit-checkout-message__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.bellit-checkout-message__actions[hidden] {
  display: none !important;
}

.bellit-checkout-message__actions .btn {
  min-width: min(100%, 260px);
  min-height: 42px;
}

.bellit-checkout-message__ok[hidden] {
  display: none !important;
}

.bellit-return-popup__intro {
  margin: 0 0 14px;
  color: var(--bellit-text-muted);
  font-size: 15px;
  line-height: 1.5;
}

.bellit-checkout-message__body .contact-channels--popup {
  margin: 0;
  padding: 14px 16px;
  gap: 12px 16px;
}

.bellit-checkout-message__body .contact-channels--popup .contact-channels__group {
  min-width: 120px;
}

.bellit-checkout-message__body .contact-channels--popup .contact-channels__link {
  font-size: 15px;
}

.bellit-checkout-message--align-left .bellit-checkout-message__dialog {
  text-align: left;
}

.bellit-checkout-message--align-left .bellit-checkout-message__icon {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.bellit-checkout-message--align-left .bellit-checkout-message__body,
.bellit-checkout-message--align-left .bellit-return-popup__intro {
  text-align: left;
}

.bellit-checkout-message--align-left .contact-channels--popup {
  justify-content: flex-start;
}

.bellit-checkout-message--align-left .bellit-checkout-message__ok {
  align-self: center;
}

.bellit-checkout-message--align-left .bellit-checkout-message__dialog {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

body.bellit-checkout-message-open {
  overflow: hidden;
}

/* Search page */
.search-page__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.search-page__results {
  color: var(--bellit-text-muted);
  font-size: 13px;
  line-height: 1.4;
}



/* Contact page — stores map */
.contact-page {
  padding-bottom: 48px;
}

.contact-page__title {
  margin: 0 0 28px;
}

.contact-channels {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 20px;
  width: 100%;
  margin: 0 0 28px;
  padding: 18px 20px;
  border: 1px solid #e3e3e8;
  border-radius: var(--bellit-radius);
  background: #fff;
  box-shadow: var(--bellit-shadow-sm);
}

.contact-channels__group {
  display: grid;
  gap: 6px;
  flex: 1 1 0;
  min-width: 140px;
}

.contact-channels__label {
  color: var(--bellit-text-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-channels__values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.contact-channels__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bellit-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.contact-channels__link i {
  font-size: 18px;
  color: #213d2b;
}

.contact-channels__link:hover {
  color: #213d2b;
}

.contact-stores {
  margin-bottom: 36px;
}

.contact-stores__head {
  margin-bottom: 18px;
}

.contact-stores__title {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.2vw, 28px);
}

.contact-stores__lead {
  margin: 0;
  color: var(--bellit-text-muted);
  font-size: 15px;
  line-height: 1.5;
}

.contact-stores__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 20px;
  align-items: stretch;
}

.contact-stores__map-wrap,
.contact-info-card,
.contact-form-card {
  border: 1px solid #e3e3e8;
  border-radius: var(--bellit-radius);
  background: #fff;
  box-shadow: var(--bellit-shadow-sm);
  overflow: hidden;
}

.contact-stores__map {
  width: 100%;
  height: min(640px, 70vh);
  min-height: 420px;
  background: #f3f3f5;
}

.contact-stores__list {
  max-height: min(640px, 70vh);
  overflow: auto;
  border: 1px solid #e3e3e8;
  border-radius: var(--bellit-radius);
  background: #fff;
  box-shadow: var(--bellit-shadow-sm);
  overscroll-behavior: contain;
}

.contact-stores__item {
  display: grid;
  gap: 4px;
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid #ececf0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease;
}

.contact-stores__item:last-child {
  border-bottom: 0;
}

.contact-stores__item:hover,
.contact-stores__item.is-active {
  background: #f7f7f9;
}

.contact-stores__item-name {
  color: var(--bellit-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.contact-stores__item-address {
  color: var(--bellit-text-muted);
  font-size: 13px;
  line-height: 1.4;
}

.contact-stores__item-link {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  margin-top: 4px;
  justify-self: start;
  color: #213d2b;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.contact-stores__item-link:hover {
  text-decoration: underline;
}

.contact-info-card,
.contact-form-card {
  padding: 22px 24px;
  margin-bottom: 24px;
}

.contact-info-card__title,
.contact-form-card__title {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 700;
}

.contact-info-card__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
}

.contact-info-card__block strong {
  display: block;
  margin-bottom: 6px;
}

.contact-info-card__block address,
.contact-info-card__block p {
  margin: 0;
  color: var(--bellit-text-muted);
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
}

.contact-form__row {
  margin-bottom: 16px;
}

.contact-form__row label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
}

.contact-form__actions {
  display: flex;
  justify-content: flex-end;
}

.leaflet-container {
  font: inherit;
}

.bellit-map-marker {
  background: transparent !important;
  border: 0 !important;
}

.bellit-map-marker__svg {
  display: block;
  width: 30px;
  height: 40px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.28));
}

.leaflet-popup-content {
  margin: 10px 12px;
  font-size: 13px;
  line-height: 1.4;
}

.leaflet-popup-content a {
  color: #213d2b;
  font-weight: 600;
}

@media (max-width: 991px) {
  .contact-stores__layout {
    grid-template-columns: 1fr;
  }

  .contact-stores__map {
    height: 420px;
    min-height: 360px;
  }

  .contact-stores__list {
    max-height: 360px;
  }
}

/* Information pages */
.info-page {
  padding: 36px 0 64px;
}

.info-page__title {
  margin: 0 0 28px;
  text-align: left;
  font-size: clamp(30px, 3.2vw, 42px);
  letter-spacing: -.02em;
  line-height: 1.1;
}

.info-page__body {
  text-align: left;
  color: var(--bellit-text-muted);
  font-size: 16px;
  line-height: 1.65;
}

.info-page__body > *:first-child {
  margin-top: 0;
}

.info-page__body h2 {
  margin: 0 0 18px;
  color: var(--bellit-text);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.2;
}

.info-page__body h3 {
  margin: 22px 0 10px;
  color: var(--bellit-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.info-page__body p {
  margin: 0 0 14px;
  color: var(--bellit-text-muted);
}

.info-page__body ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.info-page__body li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 16px;
  color: var(--bellit-text-muted);
}

.info-page__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: var(--bellit-accent);
}

.info-page__body li ul {
  margin: 10px 0 0;
}

.info-page__body li li {
  color: var(--bellit-text-muted);
  font-size: 15px;
}

.info-page__body strong {
  color: var(--bellit-text-muted);
  font-weight: 700;
}

.info-page__body a {
  color: var(--bellit-text);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.info-page__body a:hover {
  color: #213d2b;
}

.info-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px 48px;
  align-items: start;
}

.info-split__col {
  min-width: 0;
  padding: 28px 0 8px;
  border-top: 0;
}

.info-split__note {
  margin-top: 8px;
  padding: 14px 16px;
  background: #f7f7f7;
  border-left: 3px solid var(--bellit-accent);
  color: var(--bellit-text-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .info-page {
    padding: 24px 0 48px;
  }

  .info-split {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .info-split__col {
    padding-top: 22px;
  }
}

/* Sitemap */
.sitemap-page {
  padding: 40px 0 72px;
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(255, 222, 89, .22), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(0, 0, 0, .04), transparent 50%),
    linear-gradient(180deg, #fafafa 0%, #fff 42%, #fff 100%);
}

.sitemap-page__header {
  max-width: 40rem;
  margin: 0 0 28px;
}

.sitemap-page__title {
  margin: 0 0 12px;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1;
}

.sitemap-page__lead {
  margin: 0;
  color: var(--bellit-text-muted);
  font-size: 16px;
  line-height: 1.55;
}

.sitemap-jump {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 22px;
}

.sitemap-jump__card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 16px 16px 16px 14px;
  border: 1px solid var(--bellit-border);
  border-radius: var(--bellit-radius);
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: var(--bellit-shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sitemap-jump__card:hover {
  color: inherit;
  border-color: #213d2b;
  transform: translateY(-2px);
  box-shadow: var(--bellit-shadow);
}

.sitemap-jump__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bellit-accent);
  color: #111;
  font-size: 16px;
}

.sitemap-jump__label {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.25;
}

.sitemap-jump__meta {
  display: block;
  margin-top: 4px;
  color: var(--bellit-text-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.sitemap-jump__arrow {
  color: #bbb;
  font-size: 13px;
  transition: color .2s ease, transform .2s ease;
}

.sitemap-jump__card:hover .sitemap-jump__arrow {
  color: #111;
  transform: translateX(3px);
}

.sitemap-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.sitemap-board__tile {
  padding: 22px 22px 20px;
  border: 1px solid var(--bellit-border);
  border-radius: var(--bellit-radius);
  background: #fff;
  box-shadow: var(--bellit-shadow-sm);
}

.sitemap-board__col {
  padding: 22px 22px 20px;
}

.sitemap-board__col + .sitemap-board__col {
  border-left: 1px solid var(--bellit-border);
}

.sitemap-board__title {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--bellit-accent);
  color: var(--bellit-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.2;
}

.sitemap-board__title--spaced {
  margin-top: 28px;
}

.sitemap-board__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 2px;
}

.sitemap-board__links a {
  display: block;
  padding: 8px 10px;
  margin: 0 -10px;
  border-radius: 8px;
  color: var(--bellit-text-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: background .15s ease, color .15s ease;
}

.sitemap-board__links a:hover {
  background: var(--bellit-bg-soft);
  color: #111;
}

.sitemap-brands {
  padding: 22px;
  border: 1px solid var(--bellit-border);
  border-radius: var(--bellit-radius);
  background: #fff;
  box-shadow: var(--bellit-shadow-sm);
}

.sitemap-brands__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--bellit-accent);
}

.sitemap-brands__title {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.2;
}

.sitemap-brands__all {
  color: var(--bellit-text-muted);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.sitemap-brands__all:hover {
  color: #111;
}

.sitemap-brands__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 8px;
}

.sitemap-brands__item {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--bellit-border);
  border-radius: 8px;
  color: var(--bellit-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: border-color .15s ease, background .15s ease, transform .15s ease;
}

.sitemap-brands__item:hover {
  border-color: #213d2b;
  background: var(--bellit-bg-soft);
  color: #111;
  transform: translateY(-1px);
}

@media (max-width: 1099px) {
  .sitemap-jump {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sitemap-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .sitemap-page {
    padding: 28px 0 56px;
  }

  .sitemap-jump {
    grid-template-columns: 1fr;
  }

  .sitemap-board {
    grid-template-columns: 1fr;
  }

  .sitemap-brands__grid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}

/* Brands page */
.brands-page {
  padding: 36px 0 64px;
}

.brands-page__title {
  margin: 0 0 12px;
  font-size: clamp(30px, 3.2vw, 42px);
  letter-spacing: -.02em;
  line-height: 1.1;
}

.brands-page__lead {
  margin: 0 0 28px;
  max-width: 40rem;
  color: var(--bellit-text-muted);
  font-size: 16px;
  line-height: 1.55;
}

.brands-page__index {
  position: sticky;
  top: 12px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin: 0 0 36px;
  padding: 14px 16px;
  border: 1px solid var(--bellit-border);
  border-radius: var(--bellit-radius);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--bellit-shadow-sm);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.brands-page__index-label {
  flex: 0 0 auto;
  color: var(--bellit-text-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brands-page__index-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
}

.brands-page__index-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 4px 8px;
  border: 1px solid #213d2b;
  border-radius: var(--bellit-radius);
  background: transparent;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background .15s ease, color .15s ease;
}

.brands-page__index-link:hover {
  background: #213d2b;
  color: #fff;
}

.brands-page__sections {
  display: grid;
  gap: 28px;
}

.brands-page__section {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px 24px;
  align-items: start;
  padding-top: 8px;
  border-top: 1px solid var(--bellit-border);
  scroll-margin-top: 96px;
}

.brands-page__letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: var(--bellit-radius);
  background: var(--bellit-accent);
  color: #111;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1;
}

.brands-page__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 8px;
}

.brands-page__item {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--bellit-border);
  border-radius: var(--bellit-radius);
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: border-color .15s ease, background .15s ease, transform .15s ease;
}

.brands-page__item:hover {
  border-color: #213d2b;
  background: var(--bellit-bg-soft);
  color: #111;
  transform: translateY(-1px);
}

.brands-page__item-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.brands-page__empty {
  margin: 0 0 20px;
  color: var(--bellit-text-muted);
}

@media (max-width: 767px) {
  .brands-page {
    padding: 24px 0 48px;
  }

  .brands-page__index {
    top: 8px;
    padding: 12px;
  }

  .brands-page__section {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px 14px;
  }

  .brands-page__letter {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .brands-page__grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}

/* About page */
.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
  gap: 28px 48px;
  align-items: stretch;
  margin: 0 0 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--bellit-border);
}

.about-hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.about-hero__title {
  margin: 0 0 18px;
  color: var(--bellit-text);
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.1;
}

.about-hero__text p {
  margin: 0 0 14px;
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.7;
  color: var(--bellit-text-muted);
}

.about-hero__text p:last-child {
  margin-bottom: 0;
}

.about-hero__media {
  margin: 0;
  min-height: 280px;
  overflow: hidden;
  background: #eef0f4;
}

.about-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 380px;
  object-fit: cover;
  object-position: center;
}

.about-brands {
  margin: 0 0 8px;
  color: var(--bellit-text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.about-how {
  position: relative;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--bellit-border);
}

.about-how > h2 {
  margin-top: 0;
}

.about-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 24px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: about-step;
}

.about-steps::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 23px;
  height: 1px;
  background: var(--bellit-border);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform .9s cubic-bezier(.22, 1, .36, 1);
}

.about-how.is-inview .about-steps::before {
  transform: scaleX(1);
}

.info-page__body .about-steps > li {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  padding-left: 0;
  border-top: 0;
  color: var(--bellit-text-muted);
  font-size: 15px;
  line-height: 1.55;
  counter-increment: about-step;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s cubic-bezier(.22, 1, .36, 1);
}

.info-page__body .about-steps > li.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.info-page__body .about-steps > li::before {
  content: counter(about-step, decimal-leading-zero);
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 0 14px;
  border: 1px solid #111;
  border-radius: 0;
  background: #fff;
  color: var(--bellit-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  box-shadow: 0 0 0 6px #fff;
  transition: background .35s ease, color .35s ease, border-color .35s ease;
}

.info-page__body .about-steps > li.is-visible::before {
  background: var(--bellit-accent);
  border-color: var(--bellit-accent);
}

.about-steps > li > span {
  display: block;
}

.about-closing {
  margin: 36px 0 0 auto;
  padding: 28px 0 0;
  border-top: 1px solid var(--bellit-border);
  max-width: 34rem;
  text-align: right;
}

.about-closing p:last-child {
  margin-bottom: 0;
}

.about-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
  margin-top: 22px;
}

.about-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #213d2b;
  background: #213d2b;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.about-cta a:hover {
  background: var(--bellit-accent);
  border-color: var(--bellit-accent);
  color: #111 !important;
}

.about-cta a.is-ghost {
  background: transparent;
  color: var(--bellit-text) !important;
}

.about-cta a.is-ghost:hover {
  background: #213d2b;
  color: #fff !important;
}

@media (max-width: 991px) {
  .about-hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-hero__media img {
    max-height: 280px;
  }

  .about-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-steps::before {
    display: none;
  }

  .about-closing {
    margin-left: 0;
    max-width: none;
    text-align: left;
  }

  .about-cta {
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .about-steps {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-steps::before,
  .info-page__body .about-steps > li,
  .info-page__body .about-steps > li::before {
    transition: none;
  }

  .info-page__body .about-steps > li {
    opacity: 1;
    transform: none;
  }

  .about-steps::before {
    transform: none;
  }
}

/* Blog — editorial shell inspired by haute perfume magazines */
.blog-shell {
  --blog-serif: "Noto Serif", "Times New Roman", serif;
  --blog-sans: "Jost", "Helvetica Neue", Arial, sans-serif;
  --blog-ink: #0a0a0a;
  --blog-muted: #6b6b6b;
  --blog-line: #d7d7d7;
  --blog-max: 980px;
  --blog-read: 680px;
  width: 100%;
  max-width: var(--blog-max);
  margin: 0 auto;
  padding: 28px 20px 80px;
  background: #fff;
  color: var(--blog-ink);
}

.blog-shell__inner {
  width: 100%;
}

.blog-shell__content {
  width: 100%;
  min-width: 0;
}

.blog-masthead {
  text-align: center;
  margin: 8px 0 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--blog-line);
}

.blog-masthead__brand {
  margin: 0 0 10px;
  font-family: var(--blog-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--blog-muted);
}

.blog-masthead__title {
  margin: 0;
  font-family: var(--blog-serif);
  font-size: clamp(42px, 7vw, 68px);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
}

.blog-masthead__lead {
  margin: 14px auto 0;
  max-width: 34rem;
  color: var(--blog-muted);
  font-family: var(--blog-sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
}

.blog-feature {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px 36px;
  align-items: center;
  margin: 0 0 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--blog-line);
}

.blog-feature__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid #111;
  background: #111;
}

.blog-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.blog-feature:hover .blog-feature__media img {
  transform: scale(1.03);
}

.blog-feature__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.blog-feature__title {
  margin: 0;
  font-family: var(--blog-serif);
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.12;
  text-transform: uppercase;
}

.blog-feature__title a {
  color: var(--blog-ink);
  text-decoration: none;
}

.blog-feature__intro {
  margin: 0;
  color: #333;
  font-family: var(--blog-sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.blog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 6px;
  padding: 0 22px;
  border: 1px solid #213d2b;
  background: #fff;
  color: var(--blog-ink);
  font-family: var(--blog-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.blog-btn:hover {
  background: #213d2b;
  color: #fff;
}

.blog-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin: 0 0 24px;
}

.blog-section-head__title {
  position: relative;
  flex: 1 1 auto;
  margin: 0;
  padding: 0 18px;
  text-align: center;
  font-family: var(--blog-serif);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.blog-section-head__title::before,
.blog-section-head__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 9ch);
  max-width: 120px;
  height: 1px;
  background: #111;
}

.blog-section-head__title::before {
  left: 0;
}

.blog-section-head__title::after {
  right: 0;
}

.blog-page__sort-wrap {
  flex: 0 0 auto;
  min-width: 180px;
  max-width: 220px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 18px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.blog-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid #111;
  background: #151515;
}

.blog-card__media img,
.blog-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.blog-card__placeholder {
  background: linear-gradient(135deg, #2a2a2a, #111);
}

.blog-card:hover .blog-card__media img {
  transform: scale(1.04);
}

.blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 14px;
}

.blog-card__cat,
.blog-article__cats,
.blog-article__cats a {
  margin: 0;
  color: var(--blog-muted);
  font-family: var(--blog-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-article__cats a:hover {
  color: var(--blog-ink);
}

.blog-card__title {
  margin: 0;
  font-family: var(--blog-serif);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.25;
  text-transform: uppercase;
}

.blog-card__title a {
  color: var(--blog-ink);
  text-decoration: none;
}

.blog-card__title a:hover {
  opacity: .7;
}

.blog-card__date,
.blog-article__date,
.blog-article__back,
.blog-article__by {
  color: var(--blog-muted);
  font-family: var(--blog-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-article__back:hover {
  color: var(--blog-ink);
}

.blog-page__pagination {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--blog-line);
}

.blog-page__empty {
  color: var(--blog-muted);
  text-align: center;
}

.blog-article__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.blog-article__header {
  max-width: var(--blog-read);
  margin: 0 auto 22px;
  text-align: center;
}

.blog-article__cats {
  margin: 0 0 12px;
  text-align: center;
}

.blog-article__title {
  margin: 0;
  font-family: var(--blog-serif);
  font-size: clamp(28px, 4.2vw, 46px);
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.12;
  text-transform: uppercase;
}

.blog-article__by {
  margin: 14px 0 0;
}

.blog-article__hero {
  max-width: 820px;
  margin: 0 auto 34px;
  overflow: hidden;
}

.blog-article__hero-frame {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid #111;
  background: #111;
}

.blog-article__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  will-change: transform;
}

.blog-article__content,
.mag-content {
  max-width: var(--blog-read);
  margin: 0 auto;
  color: #2d2d2d;
  font-family: var(--blog-sans);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
}

.blog-article__content > *:first-child {
  margin-top: 0;
}

.blog-article__content h2,
.blog-article__content h3,
.mag-content h2,
.mag-content h3 {
  margin: 34px 0 14px;
  color: var(--blog-ink);
  font-family: var(--blog-serif);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.blog-article__content h2,
.mag-content h2 {
  font-size: clamp(22px, 2.2vw, 28px);
}

.blog-article__content h3,
.mag-content h3 {
  font-size: 18px;
}

.blog-article__content p,
.mag-content p {
  margin: 0 0 18px;
}

.blog-article__content ul,
.blog-article__content ol,
.mag-content ul,
.mag-content ol {
  margin: 0 0 20px;
  padding-left: 1.15rem;
}

.blog-article__content li,
.mag-content li {
  margin-bottom: 8px;
}

.mag-lede {
  color: var(--blog-ink);
  font-family: var(--blog-serif);
  font-size: clamp(19px, 1.8vw, 23px);
  font-weight: 400;
  line-height: 1.5;
}

.mag-deck {
  margin: -6px 0 26px;
  color: var(--blog-muted);
  font-size: 15px;
}

.mag-dropcap::first-letter {
  float: left;
  margin: .08em 10px .05em 0;
  color: var(--blog-ink);
  font-family: var(--blog-serif);
  font-size: 4.1em;
  font-weight: 700;
  line-height: .78;
}

.mag-grid {
  display: grid;
  gap: 20px 24px;
  margin: 28px 0;
  max-width: none;
  align-items: start;
}

.mag-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mag-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mag-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* Bleed only top-level blocks — nested charts/pyramids must stay inside their column */
.blog-article__content > .mag-grid,
.blog-article__content > .blog-chart,
.blog-article__content > .mag-pyramid,
.blog-article__content > .mag-carousel,
.blog-article__content > .mag-split-band,
.blog-article__content > .blog-table-wrap,
.blog-article__content > .mag-footnotes {
  width: calc(100% + min(140px, 18vw));
  max-width: none;
  margin-left: calc(min(70px, 9vw) * -1);
  margin-right: calc(min(70px, 9vw) * -1);
}

.mag-grid .mag-pyramid,
.mag-grid .blog-chart,
.mag-grid .mag-carousel,
.mag-grid .blog-table-wrap,
.mag-col .mag-pyramid,
.mag-col .blog-chart,
.mag-col .mag-carousel,
.mag-split-band .mag-pyramid,
.mag-split-band .blog-chart {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.mag-col {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.mag-col > * {
  max-width: 100%;
}

.mag-col > *:first-child {
  margin-top: 0;
}

.mag-col > *:last-child {
  margin-bottom: 0;
}

.mag-grid--auto {
  align-items: start;
}

.mag-grid--auto > .mag-col {
  min-height: 0;
}

.mag-grid--auto .blog-chart,
.mag-grid--auto .mag-pyramid,
.mag-grid--auto .blog-quote,
.mag-grid--auto .mag-pullquote,
.mag-grid--auto .mag-footnotes {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.mag-grid--auto .mag-footnotes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.mag-grid--auto .mag-pullquote,
.mag-grid--auto .blog-quote {
  max-width: none;
}

.mag-col--rule {
  padding-top: 14px;
  border-top: 1px solid var(--blog-line);
}

.mag-card {
  padding: 16px 14px;
  border-top: 1px solid #111;
  background: #fafafa;
}

.mag-card h3 {
  margin: 0 0 8px;
  font-family: var(--blog-serif);
  font-size: 18px;
  text-transform: uppercase;
}

.mag-card p {
  margin: 0;
  color: var(--blog-muted);
  font-size: 14px;
  line-height: 1.5;
}

.mag-kicker {
  margin: 0 0 8px;
  color: var(--blog-muted);
  font-family: var(--blog-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.blog-quote,
.mag-pullquote {
  margin: 34px auto;
  max-width: 18ch;
  padding: 6px 0 6px 18px;
  border-left: 2px solid var(--bellit-accent);
  color: var(--blog-ink);
  font-family: var(--blog-serif);
  font-size: clamp(22px, 2.4vw, 30px);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.3;
  text-align: left;
}

.blog-quote cite,
.mag-pullquote cite {
  display: block;
  margin-top: 12px;
  color: var(--blog-muted);
  font-family: var(--blog-sans);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.blog-table-wrap {
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid #111;
  background: #fff;
}

.blog-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.blog-table th,
.blog-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--blog-line);
  text-align: left;
  vertical-align: top;
}

.blog-table th {
  font-family: var(--blog-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #f7f7f7;
}

.blog-table td { color: #444; }

.blog-figure { margin: 28px 0; }

.blog-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid #111;
  background: #111;
}

.blog-figure figcaption,
.mag-carousel__slide figcaption {
  margin-top: 10px;
  color: var(--blog-muted);
  font-size: 12px;
  letter-spacing: .04em;
}

.blog-note,
.mag-footnote {
  margin: 22px 0;
  padding: 14px 16px;
  border-left: 2px solid #111;
  background: #f7f7f7;
  color: #555;
  font-size: 14px;
  line-height: 1.55;
}

.mag-footnotes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.blog-chart {
  margin: 28px 0;
  padding: 20px 18px;
  border: 1px solid #111;
  background: #fff;
}

.blog-chart__title {
  margin: 0 0 16px;
  font-family: var(--blog-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.blog-chart__row {
  display: grid;
  grid-template-columns: 110px 1fr 52px;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.blog-chart__label {
  font-size: 13px;
  font-weight: 500;
}

.blog-chart__track {
  height: 10px;
  overflow: hidden;
  background: #ececec;
}

.blog-chart__bar {
  display: block;
  width: 0;
  height: 100%;
  background: var(--bellit-accent);
  transition: width 1.1s cubic-bezier(.2, .7, .2, 1);
}

.blog-chart__value {
  color: var(--blog-muted);
  font-size: 11px;
  font-weight: 600;
  text-align: right;
}

.mag-pyramid {
  display: grid;
  gap: 8px;
  margin: 28px 0;
  padding: 22px 18px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
}

.mag-pyramid__title {
  margin: 0 0 8px;
  font-family: var(--blog-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
}

.mag-pyramid__tier {
  margin: 0 auto;
  padding: 14px 16px;
  text-align: center;
  font-family: var(--blog-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  background: #242424;
  border: 1px solid rgba(255,255,255,.12);
}

.mag-pyramid__tier small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.55);
  font-family: var(--blog-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mag-pyramid__tier.is-top { width: 42%; background: #2a2a2a; }
.mag-pyramid__tier.is-mid { width: 68%; background: #1f1f1f; }
.mag-pyramid__tier.is-base { width: 92%; border-color: var(--bellit-accent); }

.mag-carousel {
  position: relative;
  margin: 32px 0;
  overflow: hidden;
  border: 1px solid #111;
  background: #111;
}

.mag-carousel__track {
  display: flex;
  transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

.mag-carousel__slide {
  flex: 0 0 100%;
  margin: 0;
  min-width: 100%;
}

.mag-carousel__slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #111;
}

.mag-carousel__slide figcaption {
  margin: 0;
  padding: 12px 14px 14px;
  color: rgba(255,255,255,.7);
  background: #111;
}

.mag-carousel__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: -34px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.mag-carousel__nav.is-prev { left: 12px; }
.mag-carousel__nav.is-next { right: 12px; }

.mag-carousel__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 58px;
  display: flex;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}

.mag-carousel__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  background: rgba(255,255,255,.35);
  pointer-events: auto;
  cursor: pointer;
}

.mag-carousel__dot.is-active { background: var(--bellit-accent); }

.mag-split-band {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 0;
  margin: 32px 0;
  border: 1px solid #111;
  overflow: hidden;
}

.mag-split-band__copy {
  padding: 26px 22px;
  background: #fafafa;
}

.mag-split-band__media {
  margin: 0;
  background: #111;
}

.mag-split-band__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.mag-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .7s ease, transform .7s ease;
}

.mag-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.blog-article__share {
  max-width: var(--blog-read);
  margin: 42px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--blog-line);
}

.blog-article__share-label {
  display: block;
  margin-bottom: 12px;
  font-family: var(--blog-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.blog-article__share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-article__share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #213d2b;
  background: #fff;
  color: var(--blog-ink);
  font-family: var(--blog-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.blog-article__share-btn:hover {
  background: #213d2b;
  color: #fff;
}

.blog-article__share-note {
  margin: 12px 0 0;
  color: var(--blog-muted);
  font-size: 13px;
}

@media (max-width: 991px) {
  .blog-feature,
  .mag-split-band {
    grid-template-columns: 1fr;
  }

  .blog-section-head {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-section-head__title::before,
  .blog-section-head__title::after {
    width: 18%;
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mag-grid--3 {
    grid-template-columns: 1fr;
  }

  .blog-article__content > .mag-grid,
  .blog-article__content > .blog-chart,
  .blog-article__content > .mag-pyramid,
  .blog-article__content > .mag-carousel,
  .blog-article__content > .mag-split-band,
  .blog-article__content > .blog-table-wrap,
  .blog-article__content > .mag-footnotes {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .blog-shell { padding-left: 16px; padding-right: 16px; }

  .blog-grid,
  .mag-grid--2,
  .mag-footnotes {
    grid-template-columns: 1fr;
  }

  .mag-pyramid__tier.is-top,
  .mag-pyramid__tier.is-mid,
  .mag-pyramid__tier.is-base { width: 100%; }

  .blog-chart__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 575px) {
  .blog-article__share-btn span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .blog-card__media img,
  .blog-feature__media img,
  .mag-reveal,
  .blog-chart__bar,
  .mag-carousel__track,
  .blog-article__hero img { transition: none; }

  .mag-reveal { opacity: 1; transform: none; }
}
