:root {
  --bootiq-bg: #fffdf9;
  --bootiq-paper: #ffffff;
  --bootiq-soft: #f7f6f4;
  --bootiq-soft-2: #edeae7;
  --bootiq-ink: #111111;
  --bootiq-muted: #6d6458;
  --bootiq-line: #d0c2ba;
  --bootiq-line-strong: #a69084;
  --bootiq-accent: #111111;
  --bootiq-radius: 0;
  --bootiq-serif: "Playfair Display", Georgia, serif;
  --bootiq-sans: "Inter", Arial, sans-serif;
  --bootiq-container: min(100% - 40px, 1240px);
}

html.booti2-theme,
.booti2-theme body {
  min-height: 100%;
  background: var(--bootiq-bg);
  color: var(--bootiq-ink);
  font-family: var(--bootiq-sans);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}

.booti2-theme * {
  box-sizing: border-box;
}

.booti2-theme a {
  color: inherit;
  text-decoration: none;
}

.booti2-theme img {
  display: block;
  max-width: 100%;
  height: auto;
}

.booti2-theme .visually-hidden,
.booti2-theme .hidden {
  max-width: 1px;
}

.bootiq-site {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 4%, rgba(239, 232, 223, .65), transparent 28rem),
    linear-gradient(180deg, #fffdf9 0%, #fbf8f3 100%);
}

.bootiq-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(17, 17, 17, .08);
  background: rgba(255, 253, 249, .88);
  backdrop-filter: blur(18px);
}

.bootiq-header__inner {
  width: var(--bootiq-container);
  min-height: 64px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.bootiq-header__brand,
.site-name a {
  font-family: var(--bootiq-serif);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.bootiq-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bootiq-ink);
  line-height: 1;
}

.bootiq-logo {
  flex: 0 0 auto;
  display: block;
  height: auto;
  object-fit: contain;
}

.bootiq-logo--header {
  width: clamp(118px, 10vw, 148px);
  max-height: 44px;
}

.bootiq-logo--footer {
  width: clamp(112px, 10vw, 138px);
  max-height: 42px;
}

.bootiq-logo-minimal {
  color: #D22630;
  font-family: "Qwigley", "Brush Script MT", cursive;
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 400;
  line-height: .8;
  transform: translateY(8px);
  white-space: nowrap;
}

.bootiq-logo-minimal--footer {
  font-size: clamp(24px, 2vw, 34px);
  transform: translateY(7px);
}

.bootiq-header__menu {
  display: contents;
}

.bootiq-header__nav {
  justify-self: center;
}

.bootiq-header__nav .navbar-nav,
.bootiq-header__nav ul.menu,
.bootiq-header__actions ul.menu {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bootiq-header__nav a,
.bootiq-header__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: var(--bootiq-ink);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.bootiq-header__actions {
  justify-self: end;
}

.bootiq-header__toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
}

.bootiq-header__toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--bootiq-ink);
}

.bootiq-main {
  width: 100%;
}

.bootiq-main > .region-content,
.bootiq-breadcrumb {
  width: var(--bootiq-container);
  margin: 0 auto;
}

.bootiq-breadcrumb {
  padding: 18px 0 0;
  color: var(--bootiq-muted);
  font-size: 12px;
}

html.booti2-theme body.path-frontpage .bootiq-breadcrumb,
html.booti2-theme body.node--type-cklb-landing-page .bootiq-breadcrumb,
html.booti2-theme body.path-frontpage #block-booti2-0-page-title,
html.booti2-theme body.node--type-cklb-landing-page #block-booti2-0-page-title {
  display: none !important;
}

html.booti2-theme body.path-frontpage .bootiq-main,
html.booti2-theme body.node--type-cklb-landing-page .bootiq-main {
  padding-top: 0;
}

.booti2-theme .page-title,
.booti2-theme h1,
.booti2-theme h2,
.booti2-theme h3 {
  color: var(--bootiq-ink);
  font-weight: 500;
  letter-spacing: 0;
}

.booti2-theme .page-title,
.booti2-theme h1,
.booti2-theme h2 {
  font-family: var(--bootiq-serif);
}

.booti2-theme .page-title {
  margin: 48px 0 24px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .98;
}




.bootiq-eyebrow {
  margin: 0 0 18px;
  color: var(--bootiq-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}



.bootiq-hero__action {
  margin-top: 28px;
}

.bootiq-hero__action a,
.booti2-theme .button,
.booti2-theme .btn,
.booti2-theme input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid var(--bootiq-ink);
  border-radius: var(--bootiq-radius);
  background: var(--bootiq-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}





.bootiq-product-section,
.bootiq-editorial,
.bootiq-section {
  width: var(--bootiq-container);
  margin: 0 auto;
  padding: 54px 0;
  border-bottom: 1px solid var(--bootiq-line);
}

.bootiq-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 22px;
}

.bootiq-section-heading h2,
.bootiq-editorial h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
}

.bootiq-section-heading a {
  color: var(--bootiq-muted);
  font-size: 12px;
  font-weight: 600;
}

.bootiq-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.bootiq-product-card {
  min-width: 0;
}

.bootiq-product-card__media {
  display: grid;
  place-items: center;
  position: relative;
  aspect-ratio: 1 / 1.12;
  background: linear-gradient(150deg, #f8f4ef, #eee6dc);
  border: 1px solid rgba(17, 17, 17, .06);
  overflow: hidden;
}

.bootiq-product-card__shape {
  display: block;
  width: 44%;
  aspect-ratio: .68;
  background: linear-gradient(90deg, #a79784, #eee7dc 48%, #8a7b6d);
  box-shadow: 0 20px 50px rgba(83, 67, 50, .15);
}

.bootiq-product-card__shape--vase {
  border-radius: 48% 48% 34% 34% / 22% 22% 14% 14%;
}

.bootiq-product-card__shape--bowl {
  width: 58%;
  aspect-ratio: 1.6;
  border-radius: 0 0 50% 50% / 0 0 82% 82%;
}

.bootiq-product-card__shape--lamp {
  width: 48%;
  aspect-ratio: 1;
  clip-path: polygon(20% 34%, 80% 34%, 64% 62%, 36% 62%);
}

.bootiq-product-card__shape--textile {
  width: 62%;
  aspect-ratio: 1.25;
  border-radius: 6px;
  transform: rotate(-7deg);
}

.bootiq-product-card__body {
  padding-top: 12px;
}

.bootiq-product-card__body h3 {
  margin: 0 0 4px;
  font-family: var(--bootiq-sans);
  font-size: 13px;
  font-weight: 600;
}

.bootiq-product-card__body p {
  margin: 0;
  font-size: 12px;
}

.bootiq-editorial {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 32px;
  align-items: start;
}

.bootiq-editorial__text {
  max-width: 620px;
  color: var(--bootiq-muted);
  font-size: 18px;
}

.bootiq-footer {
  border-top: 1px solid var(--bootiq-line);
  background: #fff;
}

.bootiq-footer__inner {
  width: var(--bootiq-container);
  margin: 0 auto;
  padding: 42px 0 28px;
  display: grid;
  grid-template-columns: minmax(180px, .35fr) 1fr;
  gap: 40px;
}

.bootiq-footer__brand {
  display: inline-flex;
  align-items: center;
}


.booti2-theme .form-control,
.booti2-theme .form-select,
.booti2-theme input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.booti2-theme textarea,
.booti2-theme select {
  min-height: 42px;
  border: 1px solid var(--bootiq-line);
  border-radius: 0;
  background: #fff;
  color: var(--bootiq-ink);
  font-size: 13px;
}

.booti2-theme .commerce-product--teaser,
.booti2-theme .views-view-responsive-grid__item-inner {
  background: transparent;
  border: 0;
}

@media (max-width: 900px) {
  :root {
    --bootiq-container: min(100% - 28px, 680px);
  }

  .bootiq-header__inner {
    grid-template-columns: auto auto;
  }

  .bootiq-header__toggle {
    display: block;
    justify-self: end;
  }

  .bootiq-header__menu {
    display: none;
    grid-column: 1 / -1;
    padding: 8px 0 18px;
  }

  .bootiq-header.is-open .bootiq-header__menu {
    display: block;
  }

  .bootiq-header__nav .navbar-nav,
  .bootiq-header__nav ul.menu,
  .bootiq-header__actions ul.menu {
    display: grid;
    gap: 4px;
  }


  .bootiq-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bootiq-editorial,
  .bootiq-footer__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .bootiq-product-grid {
    gap: 10px;
  }

  .bootiq-product-card__body h3,
  .bootiq-product-card__body p {
    font-size: 12px;
  }
}

/* Storefront catalog and product pages. */
.booti2-theme .bootiq-header__inner {
  display: flex;
  justify-content: space-between;
}

.booti2-theme .bootiq-header__brand {
  flex: 0 0 auto;
}

.booti2-theme .bootiq-header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(28px, 6vw, 92px);
  flex: 1 1 auto;
}

.booti2-theme .bootiq-header__nav .block,
.booti2-theme .bootiq-header__actions .block,
.booti2-theme .bootiq-header__actions .region {
  margin: 0;
  padding: 0;
  display: contents;
}

.booti2-theme .bootiq-header__nav .navbar-nav,
.booti2-theme .bootiq-header__nav ul.menu,
.booti2-theme .bootiq-header__actions ul.menu {
  flex-direction: row;
  gap: clamp(20px, 3vw, 42px);
}

.booti2-theme .bootiq-header__nav .nav-link,
.booti2-theme .bootiq-header__actions .nav-link {
  padding: 0;
}

.booti2-theme .bootiq-main > .block,
.booti2-theme .bootiq-main > .region-content,
.booti2-theme .bootiq-main > .bootiq-breadcrumb,
.booti2-theme .bootiq-main > #block-booti2-0-page-title,
.booti2-theme .bootiq-main > #block-booti2-0-content {
  width: var(--bootiq-container);
  margin-right: auto;
  margin-left: auto;
}

.booti2-theme.path-products .bootiq-main,
.booti2-theme.path-product .bootiq-main {
  padding-bottom: 64px;
}

.booti2-theme .bootiq-main > #block-booti2-0-page-title .title {
  margin: 28px 0 22px;
  font-family: var(--bootiq-serif);
  font-size: clamp(42px, 5.6vw, 74px);
  line-height: 1;
}

.booti2-theme.path-node .bootiq-main > #block-booti2-0-page-title .title {
  margin-bottom: 8px;
}

.booti2-theme .breadcrumb {
  --bs-breadcrumb-divider-color: var(--bootiq-muted);
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.booti2-theme .breadcrumb a,
.booti2-theme .breadcrumb-item.active {
  color: var(--bootiq-muted);
}

.booti2-theme.path-products .view-product-catalog {
  padding-bottom: 32px;
}

.booti2-theme.path-products .view-filters {
  margin-bottom: 28px;
  padding: 16px;
  border: 1px solid var(--bootiq-line);
  background: rgba(255, 255, 255, .54);
}

.booti2-theme.path-products .views-exposed-form .d-flex {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 260px) auto;
  gap: 10px;
  align-items: end;
}

.booti2-theme.path-products .views-exposed-form .mb-3 {
  margin-bottom: 0 !important;
}

.booti2-theme.path-products .views-exposed-form label {
  display: block;
  margin: 0 0 6px;
  color: var(--bootiq-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.booti2-theme.path-products .view-content.row {
  --bs-gutter-x: 14px;
  --bs-gutter-y: 34px;
}

.booti2-theme.path-products .views-row article {
  height: 100%;
}

.booti2-theme.path-products .views-row .field--name-images {
  margin-bottom: 12px;
  background: var(--bootiq-soft);
  border: 1px solid rgba(17, 17, 17, .06);
  overflow: hidden;
}

.booti2-theme.path-products .views-row .field--name-images img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  height: auto;
  object-fit: cover;
  transition: transform .45s ease;
}

.booti2-theme.path-products .views-row article:hover .field--name-images img {
  transform: scale(1.025);
}

.booti2-theme.path-products .views-row .field--name-title {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 600;
}

.booti2-theme.path-products .views-row .field--name-price {
  font-size: 13px;
  color: var(--bootiq-muted);
}

.booti2-theme.path-product .bootiq-main > #block-booti2-0-page-title,
.booti2-theme.path-product .bootiq-main > #block-booti2-0-content {
  max-width: 1240px;
}

.booti2-theme.path-product .bootiq-main > #block-booti2-0-page-title {
  width: min(100% - 40px, 520px);
  margin-left: calc((100% - min(100% - 40px, 1240px)) / 2 + min(48vw, 620px));
}

.booti2-theme.path-product #block-booti2-0-content .content > article {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  padding-bottom: 48px;
}

.booti2-theme.path-product article > .field--name-images {
  grid-row: 1 / span 8;
  min-height: 560px;
  background: var(--bootiq-soft);
  border: 1px solid rgba(17, 17, 17, .06);
  display: grid;
  align-items: start;
  gap: 10px;
}

.booti2-theme.path-product article > .field--name-images .field__items,
.booti2-theme.path-product article > .field--name-images .field__item {
  min-width: 0;
}

.booti2-theme.path-product article > .field--name-images img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
}

.booti2-theme.path-product .field--name-price {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
}

.booti2-theme.path-product .field--name-variations > .field__label {
  display: none;
}

.booti2-theme.path-product .commerce-order-item-add-to-cart-form {
  display: grid;
  gap: 18px;
  padding-top: 8px;
}

.booti2-theme.path-product .commerce-order-item-add-to-cart-form label {
  margin-bottom: 8px;
  color: var(--bootiq-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.booti2-theme.path-product .commerce-order-item-add-to-cart-form .form-number {
  width: 96px;
  text-align: center;
}

.booti2-theme.path-product .commerce-order-item-add-to-cart-form .button--add-to-cart {
  width: 100%;
  min-height: 48px;
}

.booti2-theme.path-product .field--name-body {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--bootiq-line);
  color: var(--bootiq-muted);
}

.booti2-theme.path-product .field--label-above > .field__label {
  margin-bottom: 8px;
  color: var(--bootiq-ink);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .booti2-theme .bootiq-header__menu {
    display: none;
  }

  .booti2-theme .bootiq-header.is-open .bootiq-header__menu {
    display: grid;
  }

  .booti2-theme.path-products .views-exposed-form .d-flex,
  .booti2-theme.path-product #block-booti2-0-content .content > article {
    grid-template-columns: 1fr;
  }

  .booti2-theme.path-product .bootiq-main > #block-booti2-0-page-title {
    width: var(--bootiq-container);
    margin-left: auto;
  }

  .booti2-theme.path-product article > .field--name-images {
    grid-row: auto;
    min-height: 0;
  }
}


.booti2-theme.node--type-cklb-landing-page .field--name-cklb-description,
.booti2-theme.node--type-cklb-landing-page .field--name-cklb-image,
.booti2-theme.node--type-cklb-landing-page #block-booti2-0-page-title,
.booti2-theme .block-system-powered-by-block {
  display: none !important;
}

/* Catalog and product base styles. */
.booti2-theme .bootiq-header__actions {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.6vw, 34px);
}

.booti2-theme .bootiq-header__tool {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  color: var(--bootiq-ink);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}


.booti2-theme .bootiq-footer__inner {
  min-height: 96px;
  align-items: center;
  grid-template-columns: auto 1fr;
}

.booti2-theme .bootiq-footer__meta {
  justify-self: end;
  color: var(--bootiq-muted);
  font-size: 12px;
}

.booti2-theme.path-products .bootiq-main > #block-booti2-0-page-title,
.booti2-theme.path-products .bootiq-main > #block-booti2-0-content > .content > .views-element-container > .view > .view-filters,
.booti2-theme.path-products .bootiq-main > #block-booti2-0-content > .content > .views-element-container > .view > .view-content,
.booti2-theme.path-products .bootiq-main > #block-booti2-0-content > .content > .views-element-container > .view > .pager {
  display: none;
}

.booti2-theme .bootiq-catalog {
  width: var(--bootiq-container);
  margin: 0 auto 64px;
}

.booti2-theme .bootiq-catalog__hero {
  min-height: 270px;
  margin-bottom: 18px;
  padding: clamp(32px, 5vw, 62px);
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, .96), rgba(255, 253, 249, .54)),
    radial-gradient(circle at 78% 45%, rgba(166, 151, 132, .28), transparent 16rem),
    linear-gradient(120deg, #fbf7f1, #ece3d8);
  border: 1px solid rgba(17, 17, 17, .06);
}

.booti2-theme .bootiq-catalog__hero h1 {
  margin: 0;
  font-family: var(--bootiq-serif);
  font-size: clamp(44px, 6vw, 82px);
  line-height: 1;
}

.booti2-theme .bootiq-catalog__hero p:not(.bootiq-eyebrow) {
  max-width: 360px;
  margin: 16px 0 0;
  color: var(--bootiq-muted);
}

.booti2-theme .bootiq-catalog__toolbar {
  margin-bottom: 28px;
  padding: 14px;
  border: 1px solid var(--bootiq-line);
  background: rgba(255, 255, 255, .72);
}

.booti2-theme .bootiq-catalog__toolbar .views-exposed-form .d-flex {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) minmax(190px, 280px) auto;
  gap: 10px;
  align-items: end;
}

.booti2-theme .bootiq-catalog__toolbar .mb-3 {
  margin-bottom: 0 !important;
}

.booti2-theme .bootiq-catalog__grid .view-content.row {
  --bs-gutter-x: 14px;
  --bs-gutter-y: 36px;
}

.booti2-theme .bootiq-catalog__grid .views-row article {
  position: relative;
}

.booti2-theme .bootiq-catalog__pager {
  margin-top: 44px;
  display: flex;
  justify-content: center;
}

.booti2-theme .pager__items,
.booti2-theme .pagination {
  gap: 6px;
}

.booti2-theme .page-link,
.booti2-theme .pager__item a {
  border: 1px solid var(--bootiq-line);
  border-radius: 0 !important;
  background: #fff;
  color: var(--bootiq-ink);
  font-size: 12px;
}


.booti2-theme .bootiq-product-detail__panels {
  margin-top: 28px;
  border-top: 1px solid var(--bootiq-line);
}

.booti2-theme .bootiq-product-detail__panels details {
  border-bottom: 1px solid var(--bootiq-line);
}

.booti2-theme .bootiq-product-detail__panels summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--bootiq-ink);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  list-style: none;
}

.booti2-theme .bootiq-product-detail__panels summary::-webkit-details-marker {
  display: none;
}

.booti2-theme .bootiq-product-detail__panels summary::after {
  content: "+";
  font-size: 16px;
  font-weight: 400;
}

.booti2-theme .bootiq-product-detail__panels details[open] summary::after {
  content: "−";
}

.booti2-theme .bootiq-product-detail__panels details > :not(summary) {
  padding: 0 0 18px;
  color: var(--bootiq-muted);
  font-size: 13px;
}

.booti2-theme.path-cart .bootiq-main > #block-booti2-0-content {
  max-width: 760px;
}

.booti2-theme .bootiq-empty-cart,
.booti2-theme .cart-empty-page {
  min-height: 360px;
  padding: clamp(36px, 6vw, 72px);
  display: grid;
  align-content: center;
  justify-items: start;
  border: 1px solid var(--bootiq-line);
  background: rgba(255, 255, 255, .72);
}

.booti2-theme .bootiq-empty-cart h2 {
  margin: 0;
  font-family: var(--bootiq-serif);
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1;
}

.booti2-theme .bootiq-empty-cart p:not(.bootiq-eyebrow) {
  max-width: 360px;
  margin: 16px 0 24px;
  color: var(--bootiq-muted);
}

.booti2-theme .bootiq-empty-cart a {
  min-height: 42px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  background: var(--bootiq-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .booti2-theme .bootiq-header__actions {
    align-items: start;
    display: grid;
    gap: 4px;
  }

  .booti2-theme .bootiq-catalog__toolbar .views-exposed-form .d-flex {
    grid-template-columns: 1fr;
  }

  .booti2-theme .bootiq-footer__inner {
    grid-template-columns: 1fr;
  }

  .booti2-theme .bootiq-footer__meta {
    justify-self: start;
  }
}

/* Commerce teaser cards must stay compact inside catalog views. */
.booti2-theme .bootiq-commerce-card {
  display: block;
  min-width: 0;
}

.booti2-theme .bootiq-commerce-card__media {
  display: block;
  margin-bottom: 12px;
  background: var(--bootiq-soft);
  border: 1px solid rgba(17, 17, 17, .06);
  overflow: hidden;
}

.booti2-theme .bootiq-commerce-card__media .field,
.booti2-theme .bootiq-commerce-card__media .field__items,
.booti2-theme .bootiq-commerce-card__media .field__item {
  margin: 0;
  min-width: 0;
}

.booti2-theme .bootiq-commerce-card__media img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  height: auto;
  object-fit: cover;
  transition: transform .45s ease;
}

.booti2-theme .bootiq-commerce-card:hover .bootiq-commerce-card__media img {
  transform: scale(1.025);
}

.booti2-theme .bootiq-commerce-card__body {
  display: grid;
  gap: 3px;
  font-size: 13px;
}

.booti2-theme .bootiq-commerce-card__body .field--name-title {
  font-weight: 600;
}

.booti2-theme .bootiq-commerce-card__body .field--name-price,
.booti2-theme .bootiq-commerce-card__body [class*="field--name-price"] {
  color: var(--bootiq-muted);
  font-size: 13px;
  font-weight: 400;
}

.booti2-theme .bootiq-catalog__grid .views-row .bootiq-product-detail,
.booti2-theme.path-products .views-row .bootiq-product-detail {
  display: block;
}


/* Product catalog final layout. */
html.booti2-theme body.path-products #block-booti2-0-page-title,
html.booti2-theme body.path-products .bootiq-breadcrumb {
  display: none;
}

html.booti2-theme body.path-products .bootiq-main {
  padding-bottom: 72px;
}

html.booti2-theme body.path-products #block-booti2-0-content {
  width: var(--bootiq-container);
  margin-right: auto;
  margin-left: auto;
}

html.booti2-theme body.path-products .bootiq-catalog {
  width: 100%;
  margin: 0 auto 64px;
  padding-top: 30px;
}

html.booti2-theme body.path-products .bootiq-catalog__hero {
  min-height: 300px;
  margin-bottom: 18px;
  padding: clamp(34px, 5vw, 72px);
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, .98), rgba(255, 253, 249, .62)),
    radial-gradient(circle at 82% 48%, rgba(182, 163, 139, .28), transparent 18rem),
    linear-gradient(120deg, #fbf7f1, #ece3d8);
  border: 1px solid rgba(17, 17, 17, .06);
}

html.booti2-theme body.path-products .bootiq-catalog__crumb {
  margin-bottom: 34px;
  color: var(--bootiq-muted);
  font-size: 12px;
}

html.booti2-theme body.path-products .bootiq-catalog__hero h1 {
  max-width: 8ch;
  margin: 0;
  font-family: var(--bootiq-serif);
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1;
}

html.booti2-theme body.path-products .bootiq-catalog__hero p {
  max-width: 360px;
  margin: 16px 0 0;
  color: var(--bootiq-muted);
  font-size: 14px;
}

html.booti2-theme body.path-products .bootiq-catalog__shell {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

html.booti2-theme body.path-products .bootiq-catalog__filters {
  padding-top: 72px;
}

html.booti2-theme body.path-products .bootiq-filter-group {
  padding: 0 0 24px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--bootiq-line);
}

html.booti2-theme body.path-products .bootiq-filter-group h2 {
  margin: 0 0 14px;
  font-family: var(--bootiq-sans);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

html.booti2-theme body.path-products .bootiq-filter-group a,
html.booti2-theme body.path-products .bootiq-filter-group label,
html.booti2-theme body.path-products .bootiq-price-range {
  min-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--bootiq-muted);
  font-size: 12px;
}

html.booti2-theme body.path-products .bootiq-filter-group input[type="checkbox"] {
  width: 13px;
  height: 13px;
  min-height: 0;
  margin: 0 8px 0 0;
  border-radius: 0;
}

html.booti2-theme body.path-products .bootiq-swatches {
  display: flex;
  gap: 8px;
}

html.booti2-theme body.path-products .bootiq-swatches span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--bootiq-line);
  background: var(--swatch);
}

html.booti2-theme body.path-products .bootiq-catalog__toolbar {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  background: transparent;
}

html.booti2-theme body.path-products .bootiq-catalog__toolbar .views-exposed-form .d-flex {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) minmax(170px, 240px) auto;
  gap: 10px;
  align-items: end;
}

html.booti2-theme body.path-products .bootiq-catalog__toolbar .mb-3 {
  margin-bottom: 0 !important;
}

html.booti2-theme body.path-products .bootiq-catalog__toolbar label {
  margin: 0 0 5px;
  color: var(--bootiq-muted);
  font-size: 10px;
  font-weight: 700;
}

html.booti2-theme body.path-products .bootiq-catalog__toolbar input,
html.booti2-theme body.path-products .bootiq-catalog__toolbar select {
  min-height: 38px;
}

html.booti2-theme body.path-products .bootiq-catalog__toolbar .button {
  min-height: 38px;
  padding: 0 20px;
}

html.booti2-theme body.path-products .bootiq-catalog__meta {
  margin: 0 0 16px;
  color: var(--bootiq-muted);
  font-size: 12px;
  text-align: right;
}

html.booti2-theme body.path-products .bootiq-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 14px;
  align-items: start;
}

html.booti2-theme body.path-products .bootiq-catalog__grid > .views-row {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  flex: initial !important;
}

html.booti2-theme body.path-products .bootiq-commerce-card {
  height: 100%;
  position: relative;
}

html.booti2-theme body.path-products .bootiq-commerce-card__media {
  margin-bottom: 11px;
  background: #f4efe8;
}

html.booti2-theme body.path-products .bootiq-commerce-card__media img {
  width: 100%;
  aspect-ratio: 1 / 1.12;
  height: auto;
  object-fit: cover;
}

html.booti2-theme body.path-products .bootiq-commerce-card__body {
  gap: 2px;
  font-size: 12px;
}

@media (max-width: 980px) {
  html.booti2-theme body.path-products .bootiq-catalog__shell {
    grid-template-columns: 1fr;
  }

  html.booti2-theme body.path-products .bootiq-catalog__filters {
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
  }
}

@media (max-width: 760px) {
  html.booti2-theme body.path-products .bootiq-catalog__toolbar .views-exposed-form .d-flex,
  html.booti2-theme body.path-products .bootiq-catalog__filters,
  html.booti2-theme body.path-products .bootiq-catalog__grid {
    grid-template-columns: 1fr;
  }
}

/* Bootiga Minimal design system from the storefront mockup. */
html.booti2-theme {
  background: #fffdf9;
}

html.booti2-theme body {
  background: #fffdf9;
}

.bootiq-site {
  background: linear-gradient(180deg, #fffdf9 0%, #fbf8f3 100%);
}

.bootiq-header {
  position: sticky;
  top: 0;
  background: rgba(255, 253, 249, .94);
}

.bootiq-header__inner {
  min-height: 58px;
}

.bootiq-header__brand {
  font-size: 0;
}

.bootiq-header__nav,
.bootiq-header__actions {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
}

.bootiq-header__nav a,
.bootiq-header__actions a {
  min-height: 32px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.bootiq-product-section,
.bootiq-collections,
.bootiq-banners,
.bootiq-usp,
.bootiq-newsletter {
  width: var(--bootiq-container);
  margin: 0 auto;
  padding: 42px 0;
  border-top: 1px solid var(--bootiq-line);
}

.bootiq-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bootiq-product-card__media {
  position: relative;
  background: linear-gradient(150deg, #f8f4ef, #e9dfd4);
}
.bootiq-badge {
  top: 8px;
  left: 8px;
  padding: 4px 7px;
  background: #111;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.bootiq-card-swatches {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}

.bootiq-card-swatches span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a69078;
}

.bootiq-card-swatches span:nth-child(2) { background: #d7c8b6; }
.bootiq-card-swatches span:nth-child(3) { background: #6d6458; }

.bootiq-collection-grid,
.bootiq-banners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bootiq-collection-card,
.bootiq-banner {
  min-height: 210px;
  padding: 22px;
  display: grid;
  align-content: end;
  gap: 8px;
  overflow: hidden;
  background: linear-gradient(145deg, #f6f1eb, #e6dbd0);
  border: 1px solid rgba(17, 17, 17, .06);
  position: relative;
}

.bootiq-collection-card .bootiq-product-card__shape {
  position: absolute;
  top: 30px;
  right: 12%;
  width: 28%;
}

.bootiq-collection-card strong,
.bootiq-banner span {
  font-family: var(--bootiq-serif);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.05;
}

.bootiq-collection-card > span:last-child,
.bootiq-banner small {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.bootiq-banners {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bootiq-banner {
  min-height: 260px;
  align-content: center;
}

.bootiq-banner--vase::after,
.bootiq-banner--textile::after {
  content: "";
  position: absolute;
  right: 9%;
  bottom: 0;
  width: 26%;
  aspect-ratio: .62;
  background: linear-gradient(90deg, #a69078, #e8dfd3 48%, #8d7d68);
  opacity: .78;
}

.bootiq-banner--textile::after {
  width: 42%;
  aspect-ratio: 1.4;
  border-radius: 10px;
  transform: rotate(-8deg);
}

.bootiq-usp {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  text-align: center;
}

.bootiq-usp div {
  display: grid;
  gap: 5px;
  justify-items: center;
  font-size: 12px;
}

.bootiq-usp__icon {
  font-size: 28px;
  line-height: 1;
}

.bootiq-usp small,
.bootiq-newsletter p,
.bootiq-footer p,
.bootiq-footer a {
  color: var(--bootiq-muted);
  font-size: 12px;
}


.bootiq-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 28px;
  align-items: end;
}

.bootiq-newsletter h2 {
  margin: 0 0 8px;
  font-family: var(--bootiq-serif);
  font-size: clamp(26px, 3vw, 42px);
}

.bootiq-newsletter form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.bootiq-newsletter button {
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.bootiq-footer__inner--full {
  grid-template-columns: 1.4fr repeat(3, minmax(120px, .7fr)) auto;
  align-items: start;
}

.bootiq-footer h2 {
  margin: 0 0 10px;
  font-family: var(--bootiq-sans);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.bootiq-footer nav {
  display: grid;
  gap: 6px;
}

html.booti2-theme body.path-products .bootiq-catalog__hero {
  min-height: 250px;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, .98), rgba(255, 253, 249, .58)),
    radial-gradient(circle at 76% 44%, rgba(161, 137, 104, .20), transparent 14rem),
    linear-gradient(120deg, #fbf7f1, #e9dfd4);
}

html.booti2-theme body.path-products .bootiq-catalog__hero::after {
  content: "";
  justify-self: end;
  align-self: end;
  width: min(32%, 330px);
  aspect-ratio: 2.2;
  margin-top: -130px;
  border-radius: 0 0 50% 50% / 0 0 85% 85%;
  background: linear-gradient(90deg, #a69078, #eee6dc 50%, #806f5e);
  opacity: .78;
}

html.booti2-theme body.path-products .bootiq-catalog__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html.booti2-theme body.path-products .bootiq-commerce-card__media {
  position: relative;
}

.bootiq-product-options {
  margin-top: 18px;
  display: grid;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.bootiq-swatches--large {
  display: flex;
  gap: 8px;
}

.bootiq-swatches--large i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--swatch);
  border: 1px solid var(--bootiq-line);
}
@media (max-width: 900px) {
  .bootiq-newsletter,
  .booti2-theme .bootiq-product-detail,
  .bootiq-product-detail__gallery {
    grid-template-columns: 1fr;
  }

  .bootiq-product-grid,
  .bootiq-collection-grid,
  .bootiq-banners,
  .bootiq-usp,
  .bootiq-footer__inner--full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bootiq-product-detail__thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 520px) {
  .bootiq-product-grid,
  .bootiq-collection-grid,
  .bootiq-banners,
  .bootiq-usp,
  .bootiq-footer__inner--full {
    grid-template-columns: 1fr;
  }
}

/* Product title belongs to the purchase panel in the minimal product page. */
html.booti2-theme body.path-product #block-booti2-0-page-title {
  display: none;
}

.bootiq-product-detail__heading .field--name-title {
  margin: 0 0 16px;
  font-family: var(--bootiq-serif);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.05;
}

/* Visual polish from real screenshots. */
.bootiq-main > .region-content,
.bootiq-breadcrumb,
.booti2-theme .bootiq-main > #block-booti2-0-content,
.booti2-theme .bootiq-main > #block-booti2-0-page-title {
  max-width: 1180px;
}



.bootiq-banner::after {
  z-index: 1;
  opacity: .42;
  pointer-events: none;
}

.bootiq-banner--vase::after {
  right: 6%;
  width: 22%;
}

.bootiq-banner--textile::after {
  right: 5%;
  bottom: 18%;
  width: 34%;
}

html.booti2-theme body.path-products .bootiq-commerce-card__media,
html.booti2-theme body.path-products .bootiq-commerce-card__media .field,
html.booti2-theme body.path-products .bootiq-commerce-card__media .field__items,
html.booti2-theme body.path-products .bootiq-commerce-card__media .field__item,
html.booti2-theme body.path-products .bootiq-commerce-card__media a {
  display: block;
  line-height: 0;
}

html.booti2-theme body.path-products .bootiq-commerce-card__media {
  border-top: 0;
}

html.booti2-theme body.path-products .bootiq-commerce-card__media img {
  display: block;
}

html.booti2-theme body.path-products .bootiq-commerce-card__body {
  padding-top: 2px;
  line-height: 1.35;
}

html.booti2-theme body.path-products .bootiq-catalog__grid .views-row article::before {
  content: none;
}

.bootiq-footer__inner--full {
  min-height: 0;
  padding-top: 58px;
  padding-bottom: 48px;
  grid-template-columns: minmax(260px, 1.6fr) repeat(3, minmax(130px, .75fr));
  row-gap: 36px;
}

.bootiq-footer__meta {
  grid-column: 1 / -1;
  justify-self: center;
}


/* Iconography and real product-image counts. */
.bootiq-icon,
.bootiq-usp__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}
.bootiq-header__actions {
  gap: 18px;
}

.bootiq-header__tool {
  width: 32px;
  justify-content: center;
}


.bootiq-product-benefits {
  margin-top: 18px;
  display: grid;
  gap: 9px;
  color: var(--bootiq-muted);
  font-size: 12px;
}

.bootiq-product-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bootiq-product-benefits .bootiq-icon {
  width: 17px;
  height: 17px;
  color: var(--bootiq-ink);
}

.bootiq-usp__icon {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}

.bootiq-social {
  margin-top: 18px;
  display: flex;
  gap: 12px;
}

.bootiq-social .bootiq-icon {
  width: 17px;
  height: 17px;
}

/* Drupal-backed badges and commerce states. */
.bootiq-commerce-card .bootiq-badge {
  top: 8px;
  left: 8px;
  z-index: 3;
  line-height: 1.2;
}

/* Drupal-backed product grid. */
.bootiq-product-card__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
}

.bootiq-empty-note {
  margin: 0;
  color: var(--bootiq-muted);
}

html.booti2-theme body.path-products .bootiq-filter-clear {
  justify-content: flex-start;
  color: var(--bootiq-ink);
  font-weight: 700;
  text-transform: uppercase;
}

/* Sidebar owns taxonomy filters; toolbar keeps search and sorting. */
html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-category,
html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-material,
html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-color {
  display: none !important;
}

/* Bootiga Minimal catalog polish: sidebar-owned filters, compact sort, no top search. */
html.booti2-theme body.path-products .bootiq-catalog__shell {
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 32px;
}

html.booti2-theme body.path-products .bootiq-catalog__filters {
  padding-top: 38px;
}

html.booti2-theme body.path-products .bootiq-filter-group {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

html.booti2-theme body.path-products .bootiq-filter-group h2 {
  letter-spacing: 0;
  color: var(--bootiq-ink);
}

html.booti2-theme body.path-products .bootiq-filter-group a:not(.bootiq-filter-clear) {
  gap: 10px;
  text-decoration: none;
}

html.booti2-theme body.path-products .bootiq-filter-group a:not(.bootiq-filter-clear):hover,
html.booti2-theme body.path-products .bootiq-filter-group a.is-active {
  color: var(--bootiq-ink);
}

html.booti2-theme body.path-products .bootiq-swatches {
  gap: 10px;
  align-items: center;
}

html.booti2-theme body.path-products .bootiq-swatches a {
  width: 18px;
  height: 18px;
  min-height: 18px;
  display: inline-flex;
  border: 1px solid var(--bootiq-line);
  border-radius: 999px;
  background: var(--swatch);
}

html.booti2-theme body.path-products .bootiq-swatches a.is-active {
  outline: 1px solid var(--bootiq-ink);
  outline-offset: 3px;
}

html.booti2-theme body.path-products .bootiq-swatches a span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

html.booti2-theme body.path-products .bootiq-catalog__toolbar {
  min-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

html.booti2-theme body.path-products .bootiq-catalog__meta {
  margin: 0;
  text-align: left;
}

html.booti2-theme body.path-products .bootiq-catalog__sort .views-exposed-form .d-flex {
  display: flex !important;
  align-items: center;
  gap: 0;
}

html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-keyword-search,
html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-category,
html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-material,
html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-color,
html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-actions {
  display: none !important;
}

html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-sort-bef-combine {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
}

html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-sort-bef-combine label {
  margin: 0;
  white-space: nowrap;
}

html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-sort-bef-combine select {
  width: 170px;
  min-height: 34px;
  border-color: var(--bootiq-line);
  background-color: #fff;
}

html.booti2-theme body.path-products .bootiq-catalog__grid {
  gap: 36px 18px;
}

@media (max-width: 900px) {
  html.booti2-theme body.path-products .bootiq-catalog__shell {
    grid-template-columns: 1fr;
  }

  html.booti2-theme body.path-products .bootiq-catalog__filters {
    padding-top: 0;
  }

  html.booti2-theme body.path-products .bootiq-catalog__toolbar {
    align-items: flex-start;
  }
}

html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-brand,
html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-collection,
html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-price-min,
html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-price-max {
  display: none !important;
}

/* Catalog filters, cards, and header tools. */
html.booti2-theme .bootiq-header__inner {
  position: relative;
}

html.booti2-theme .bootiq-header__tool {
  border: 0;
  background: transparent;
  color: var(--bootiq-ink);
  padding: 0;
}

html.booti2-theme .bootiq-header__tool:hover,
html.booti2-theme .bootiq-header__search-toggle[aria-expanded="true"] {
  opacity: .55;
}



html.booti2-theme body.path-products .bootiq-filter-group--price,
html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-price-min,
html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-price-max {
  display: none !important;
}

html.booti2-theme body.path-products .bootiq-catalog {
  padding-bottom: 92px;
}

html.booti2-theme body.path-products .bootiq-catalog__hero {
  margin-bottom: 34px;
  min-height: 300px;
  border: 1px solid var(--bootiq-line);
  background: linear-gradient(90deg, #fff 0%, #fbfaf8 52%, #f4f0ea 100%);
}

html.booti2-theme body.path-products .bootiq-catalog__hero h1 {
  font-size: clamp(48px, 7vw, 82px);
  line-height: .94;
}

html.booti2-theme body.path-products .bootiq-catalog__shell {
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 38px;
}

html.booti2-theme body.path-products .bootiq-catalog__filters {
  padding-top: 28px;
}

html.booti2-theme body.path-products .bootiq-filter-group {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom-color: #ded8cf;
}

html.booti2-theme body.path-products .bootiq-filter-group h2 {
  margin-bottom: 15px;
  font-size: 10px;
  line-height: 1;
}

html.booti2-theme body.path-products .bootiq-filter-group a:not(.bootiq-filter-clear) {
  min-height: 22px;
  font-size: 12px;
  line-height: 1.4;
}

html.booti2-theme body.path-products .bootiq-filter-group a span {
  color: #9a9288;
}

html.booti2-theme body.path-products .bootiq-filter-clear {
  font-size: 10px;
  letter-spacing: 0;
}

html.booti2-theme body.path-products .bootiq-catalog__toolbar {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}

html.booti2-theme body.path-products .bootiq-catalog__meta {
  color: #8d867e;
  font-size: 12px;
}

html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-sort-bef-combine label {
  color: var(--bootiq-ink);
  font-size: 10px;
}

html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-sort-bef-combine select {
  width: 178px;
  min-height: 36px;
  padding: 0 34px 0 12px;
  border: 1px solid #ded8cf;
  color: var(--bootiq-ink);
  font-size: 12px;
}

html.booti2-theme body.path-products .bootiq-catalog__grid {
  gap: 40px 18px;
}

html.booti2-theme body.path-products .bootiq-commerce-card {
  display: block;
}

html.booti2-theme body.path-products .bootiq-commerce-card__media {
  aspect-ratio: 1 / 1;
  display: block;
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  background: #f3eee7;
}

html.booti2-theme body.path-products .bootiq-commerce-card__media a,
html.booti2-theme body.path-products .bootiq-commerce-card__media .field,
html.booti2-theme body.path-products .bootiq-commerce-card__media .field__item {
  display: block;
  height: 100%;
}

html.booti2-theme body.path-products .bootiq-commerce-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .28s ease;
}

html.booti2-theme body.path-products .bootiq-commerce-card:hover .bootiq-commerce-card__media img {
  transform: scale(1.025);
}

html.booti2-theme body.path-products .bootiq-commerce-card__body {
  display: grid;
  gap: 3px;
  padding: 0;
  font-size: 12px;
}

html.booti2-theme body.path-products .bootiq-commerce-card__body .field--name-title,
html.booti2-theme body.path-products .bootiq-commerce-card__body .field--name-title a {
  color: var(--bootiq-ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

html.booti2-theme body.path-products .bootiq-commerce-card__body .field--name-title a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

html.booti2-theme body.path-products .bootiq-commerce-card__body [class*="field--name-price"] {
  color: #6f6861;
  font-size: 12px;
}

html.booti2-theme body.path-products .bootiq-badge {
  top: 10px;
  left: 10px;
  min-height: 18px;
  padding: 0 7px;
  font-size: 9px;
}
@media (max-width: 700px) {
  html.booti2-theme body.path-products .bootiq-catalog__hero {
    min-height: 240px;
  }
}

/* Catalog safeguards: no generated badges, round swatches, robust header search. */
html.booti2-theme body.path-products .bootiq-catalog__grid .views-row article::before,
html.booti2-theme body.path-products .bootiq-catalog__grid > .views-row:nth-child(-n + 3) .bootiq-commerce-card::before,
html.booti2-theme body.path-products .bootiq-catalog__grid > .views-row:nth-child(-n + 3) .bootiq-commerce-card::after,
html.booti2-theme body.path-products .bootiq-catalog__grid .views-row article::after {
  content: none !important;
  display: none !important;
}

html.booti2-theme body.path-products .bootiq-swatches,
html.booti2-theme body.path-products .bootiq-filter-group--color .bootiq-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

html.booti2-theme body.path-products .bootiq-swatches a,
html.booti2-theme body.path-products .bootiq-filter-group--color .bootiq-swatches a {
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  aspect-ratio: 1 / 1;
  flex: 0 0 18px;
  padding: 0 !important;
  border-radius: 50% !important;
  justify-content: center;
  overflow: hidden;
}

html.booti2-theme .bootiq-badge,
html.booti2-theme body.path-products .bootiq-badge,
html.booti2-theme body.path-products .bootiq-commerce-card .bootiq-badge {
  min-height: 19px;
  height: 19px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

/* Figma-like minimal product pagination. */
html.booti2-theme body.path-products .bootiq-catalog__pager {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}

html.booti2-theme body.path-products .bootiq-catalog__pager .pagination {
  gap: 10px;
}

html.booti2-theme body.path-products .bootiq-catalog__pager .page-item {
  margin: 0;
}

html.booti2-theme body.path-products .bootiq-catalog__pager .page-link,
html.booti2-theme body.path-products .bootiq-catalog__pager a,
html.booti2-theme body.path-products .bootiq-catalog__pager span.page-link {
  min-width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--bootiq-ink);
  padding: 0 5px;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

html.booti2-theme body.path-products .bootiq-catalog__pager .active .page-link,
html.booti2-theme body.path-products .bootiq-catalog__pager .page-item.active .page-link {
  border: 1px solid #d0c9bf;
  background: #fff;
  color: var(--bootiq-ink);
}

html.booti2-theme body.path-products .bootiq-catalog__pager .page-link[rel="next"],
html.booti2-theme body.path-products .bootiq-catalog__pager .page-link[rel="prev"] {
  min-width: 18px;
  font-size: 13px;
}

/* Header search final fix: compact panel controlled by details state. */
html.booti2-theme .bootiq-header__inner > .bootiq-header-search {
  position: absolute !important;
  left: auto !important;
  right: 0 !important;
  top: calc(100% + 1px) !important;
  z-index: 100 !important;
  width: min(420px, calc(100vw - 32px)) !important;
  max-width: 420px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #e0d8cd !important;
  background: #fffaf4 !important;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.06) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: none !important;
}
html.booti2-theme .bootiq-header__inner:has(.bootiq-header-search-menu[open]) > .bootiq-header-search {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html.booti2-theme .bootiq-header__inner > .bootiq-header-search input {
  min-height: 38px !important;
  border: 0 !important;
  border-bottom: 1px solid #d0c9bf !important;
  background: transparent !important;
  color: var(--bootiq-ink) !important;
  padding: 0 12px 0 0 !important;
  font-size: 14px !important;
}

html.booti2-theme .bootiq-header__inner > .bootiq-header-search input:focus {
  outline: 0 !important;
  border-bottom-color: var(--bootiq-ink) !important;
}

html.booti2-theme .bootiq-header__inner > .bootiq-header-search button {
  min-height: 38px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--bootiq-ink) !important;
  background: transparent !important;
  color: var(--bootiq-ink) !important;
  padding: 0 0 0 18px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

@media (max-width: 700px) {
  html.booti2-theme .bootiq-header__inner > .bootiq-header-search {
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    max-width: none !important;
  }
}

html.booti2-theme body.path-products .bootiq-catalog__pager .page-item:last-child {
  display: none !important;
}

html.booti2-theme body.path-products .bootiq-catalog__pager .page-link[rel="next"] {
  font-size: 0 !important;
}

html.booti2-theme body.path-products .bootiq-catalog__pager .page-link[rel="next"]::after {
  content: "→";
  font-size: 13px;
}

/* Product detail visual refinement: Figma-aligned gallery and purchase panel. */
html.booti2-theme body.path-product .bootiq-main {
  padding-top: 0;
}

html.booti2-theme body.path-product .bootiq-breadcrumb {
  max-width: 1280px;
  margin: 22px auto 10px;
  padding: 0 24px;
  color: #6d6458;
  font-size: 13px;
}

html.booti2-theme body.path-product .bootiq-product-detail {
  max-width: 1280px;
  margin: 0 auto 72px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(360px, .68fr);
  gap: clamp(44px, 6vw, 78px);
  align-items: start;
}

html.booti2-theme body.path-product .bootiq-product-detail__gallery {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

html.booti2-theme body.path-product .bootiq-product-detail__gallery--single {
  grid-template-columns: minmax(0, 1fr);
}

html.booti2-theme body.path-product .bootiq-product-detail__thumbs {
  display: grid;
  gap: 12px;
  align-content: start;
}

html.booti2-theme body.path-product .bootiq-product-detail__thumb {
  width: 72px;
  height: 88px;
  display: block;
  padding: 0;
  border: 1px solid #e0d8cd;
  background: #f5efe7;
  cursor: pointer;
}

html.booti2-theme body.path-product .bootiq-product-detail__thumb[aria-pressed="true"] {
  border-color: var(--bootiq-ink);
}

html.booti2-theme body.path-product .bootiq-product-detail__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

html.booti2-theme body.path-product .bootiq-product-detail__media {
  min-height: 0;
  aspect-ratio: 1 / 1.03;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f5efe7;
}

html.booti2-theme body.path-product .bootiq-product-detail__media img {
  width: 100%;
  height: 100%;
  max-height: none;
  display: block;
  object-fit: cover;
}

html.booti2-theme body.path-product .bootiq-product-detail__summary {
  max-width: 430px;
  padding-top: 8px;
}

html.booti2-theme body.path-product .bootiq-product-detail__heading .field--name-title {
  margin-bottom: 24px;
  font-size: clamp(42px, 4.8vw, 64px);
  line-height: .98;
}

html.booti2-theme body.path-product .bootiq-product-detail__summary [class*="field--name-price"] {
  margin-bottom: 28px;
  color: var(--bootiq-ink);
  font-size: 22px;
  font-weight: 500;
}

html.booti2-theme body.path-product .bootiq-product-detail__summary .field--name-variations {
  margin-top: 0;
}

html.booti2-theme body.path-product .bootiq-product-detail__summary label,
html.booti2-theme body.path-product .bootiq-product-detail__summary .form-item label {
  margin-bottom: 8px;
  color: var(--bootiq-ink);
  font-size: 14px;
  font-weight: 400;
}

html.booti2-theme body.path-product .bootiq-product-detail__summary input[type="number"],
html.booti2-theme body.path-product .bootiq-product-detail__summary input[type="text"],
html.booti2-theme body.path-product .bootiq-product-detail__summary select {
  min-height: 44px;
  border: 1px solid #d8d0c5;
  background: #fffaf4;
  color: var(--bootiq-ink);
  border-radius: 0;
}

html.booti2-theme body.path-product .bootiq-product-detail__summary .button,
html.booti2-theme body.path-product .bootiq-product-detail__summary button[type="submit"] {
  min-height: 44px;
  margin-top: 14px;
  border: 1px solid var(--bootiq-ink);
  background: var(--bootiq-ink);
  color: #fff;
  padding: 0 34px;
  border-radius: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

html.booti2-theme body.path-product .bootiq-product-options {
  margin-top: 14px;
  gap: 12px;
  color: var(--bootiq-ink);
  font-size: 11px;
}

html.booti2-theme body.path-product .bootiq-product-benefits {
  margin-top: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d8d0c5;
  gap: 10px;
}

html.booti2-theme body.path-product .bootiq-product-detail__panels {
  margin-top: 18px;
  border-top: 0;
}

html.booti2-theme body.path-product .bootiq-product-detail__panels details {
  border-bottom: 1px solid #d8d0c5;
}

html.booti2-theme body.path-product .bootiq-product-detail__panels summary {
  min-height: 52px;
  padding: 0;
  font-size: 11px;
  letter-spacing: 0;
}

html.booti2-theme body.path-product .bootiq-product-detail__panels details > :not(summary) {
  max-width: 36rem;
  padding: 0 0 24px;
  color: #6d6458;
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  html.booti2-theme body.path-product .bootiq-product-detail {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  html.booti2-theme body.path-product .bootiq-product-detail__summary {
    max-width: none;
  }
}

@media (max-width: 620px) {
  html.booti2-theme body.path-product .bootiq-product-detail {
    padding: 0 16px;
  }

  html.booti2-theme body.path-product .bootiq-product-detail__gallery {
    grid-template-columns: 1fr;
  }

  html.booti2-theme body.path-product .bootiq-product-detail__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    order: 2;
  }

  html.booti2-theme body.path-product .bootiq-product-detail__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}

/* Product purchase controls: quantity, add to cart, buy now, color buttons. */
html.booti2-theme body.path-product .bootiq-product-purchase {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

html.booti2-theme body.path-product .bootiq-product-purchase form {
  display: grid;
  gap: 12px;
}

html.booti2-theme body.path-product .has-bootiq-swatches:not(.has-bootiq-size-options) .bootiq-product-purchase .bootiq-native-variation-select-wrapper,
html.booti2-theme body.path-product .has-bootiq-swatches:not(.has-bootiq-size-options) .bootiq-product-purchase .field--name-purchased-entity,
html.booti2-theme body.path-product .has-bootiq-swatches:not(.has-bootiq-size-options) .bootiq-product-purchase .field--widget-commerce-product-variation-title,
html.booti2-theme body.path-product .has-bootiq-swatches:not(.has-bootiq-size-options) .bootiq-product-purchase [data-drupal-selector="edit-purchased-entity-wrapper"],
html.booti2-theme body.path-product .has-bootiq-swatches:not(.has-bootiq-size-options) .bootiq-product-purchase #edit-purchased-entity-wrapper,
html.booti2-theme body.path-product .has-bootiq-swatches:not(.has-bootiq-size-options) .bootiq-product-purchase [class*="form-item-purchased-entity"],
html.booti2-theme body.path-product .has-bootiq-swatches:not(.has-bootiq-size-options) .bootiq-product-purchase .form-item:has(select[name*="purchased_entity"]),
html.booti2-theme body.path-product .has-bootiq-swatches:not(.has-bootiq-size-options) .bootiq-product-purchase select[name*="purchased_entity"],
html.booti2-theme body.path-product .has-bootiq-swatches:not(.has-bootiq-size-options) .bootiq-product-purchase .bootiq-native-variation-select {
  display: none !important;
}

html.booti2-theme body.path-product .bootiq-product-purchase .field--name-quantity,
html.booti2-theme body.path-product .bootiq-product-purchase .form-item-quantity-0-value,
html.booti2-theme body.path-product .bootiq-product-purchase [class*="form-item-quantity"] {
  margin: 0 0 4px;
}

html.booti2-theme body.path-product .bootiq-product-purchase input[type="number"] {
  width: 118px;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid #d8d0c5;
  background: #fffaf4;
  color: var(--bootiq-ink);
  text-align: center;
}

html.booti2-theme body.path-product .bootiq-product-purchase .form-actions {
  margin: 0;
  display: grid;
  gap: 10px;
}

html.booti2-theme body.path-product .bootiq-product-purchase .form-submit,
html.booti2-theme body.path-product .bootiq-product-purchase button[type="submit"] {
  border: 1px solid var(--bootiq-ink);
  background: var(--bootiq-ink);
  color: #fff;
}



html.booti2-theme body.path-product .bootiq-swatches--large {
  gap: 10px;
}

html.booti2-theme body.path-product .bootiq-swatch-button {
  width: 22px;
  height: 22px;
  display: inline-flex;
  border: 1px solid transparent;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .08);
  cursor: pointer;
}

html.booti2-theme body.path-product .bootiq-swatch-button[aria-pressed="true"] {
  outline: 1px solid var(--bootiq-ink);
  outline-offset: 3px;
}

html.booti2-theme body.path-product .bootiq-product-options strong {
  font-weight: 700;
}

/* Figma-style product quantity stepper. */
html.booti2-theme body.path-product .bootiq-quantity-stepper {
  width: 118px;
  height: 38px;
  display: inline-grid;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
  border: 1px solid #d8d0c5;
  background: #fffaf4;
}

html.booti2-theme body.path-product .bootiq-quantity-stepper button {
  width: 32px;
  height: 36px;
  border: 0;
  background: transparent;
  color: var(--bootiq-ink);
  padding: 0;
  font-size: 14px;
  line-height: 1;
}

html.booti2-theme body.path-product .bootiq-quantity-stepper input[type="number"] {
  width: 100%;
  min-height: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: center;
  -moz-appearance: textfield;
}

html.booti2-theme body.path-product .bootiq-quantity-stepper input[type="number"]::-webkit-outer-spin-button,
html.booti2-theme body.path-product .bootiq-quantity-stepper input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* Product purchase rhythm: visible quantity label and tighter actions. */
html.booti2-theme body.path-product .bootiq-product-purchase {
  margin-top: 18px;
  gap: 6px;
}

html.booti2-theme body.path-product .bootiq-product-purchase form {
  gap: 6px;
}

html.booti2-theme body.path-product .bootiq-product-purchase [class*="form-item-quantity"] {
  display: grid;
  gap: 8px;
  margin: 0;
}

html.booti2-theme body.path-product .bootiq-product-purchase [class*="form-item-quantity"] > label,
html.booti2-theme body.path-product .bootiq-product-purchase .field--name-quantity > .field__label {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  border: 0 !important;
  color: var(--bootiq-ink) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

html.booti2-theme body.path-product .bootiq-product-purchase .form-actions {
  margin: 2px 0 0 !important;
  gap: 0 !important;
}

html.booti2-theme body.path-product .bootiq-product-purchase .form-submit,
html.booti2-theme body.path-product .bootiq-product-purchase button[type="submit"] {
  margin-top: 0 !important;
}


html.booti2-theme body.path-product .bootiq-product-options {
  margin-top: 20px;
  gap: 10px;
}

html.booti2-theme body.path-product .bootiq-product-detail__summary [class*="field--name-price"] {
  margin-bottom: 22px;
}

/* Product detail badge from Drupal product_tags. */
html.booti2-theme body.path-product .bootiq-product-detail {
  position: relative;
}

html.booti2-theme body.path-product .bootiq-product-detail__badge {
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 2;
  min-height: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  background: var(--bootiq-ink);
  color: #fff;
  font-family: var(--bootiq-sans);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  html.booti2-theme body.path-product .bootiq-product-detail__badge {
    left: 16px;
  }
}


/* Product card media and crisp line icons. */
html.booti2-theme .bootiq-product-card__media,
html.booti2-theme body.path-products .bootiq-commerce-card__media {
  position: relative;
  display: grid;
  place-items: center;
  background: linear-gradient(90deg, #fffdf9 0%, #f2ece3 47%, #e3d9cd 100%);
  border: 1px solid #ded8cf;
}

html.booti2-theme .bootiq-product-card__media::after,
html.booti2-theme body.path-products .bootiq-commerce-card__media::after {
  content: none !important;
}

html.booti2-theme .bootiq-product-card__media img,
html.booti2-theme body.path-products .bootiq-commerce-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html.booti2-theme .bootiq-icon svg,
html.booti2-theme .bootiq-usp__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html.booti2-theme .bootiq-icon svg *,
html.booti2-theme .bootiq-usp__icon svg * {
  fill: none !important;
  stroke: currentColor !important;
  vector-effect: non-scaling-stroke;
}

html.booti2-theme .bootiq-header__tool .bootiq-icon,
html.booti2-theme .bootiq-social .bootiq-icon {
  color: var(--bootiq-ink);
}

html.booti2-theme .bootiq-product-benefits .bootiq-icon,
html.booti2-theme .bootiq-usp__icon {
  color: #6d6458;
}


/* Catalog fixes: badges stay pinned and sort remains functional. */
html.booti2-theme .bootiq-commerce-card__media .bootiq-badge,
html.booti2-theme body.path-products .bootiq-commerce-card__media .bootiq-badge {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 4;
  width: auto;
  max-width: calc(100% - 20px);
  transform: none !important;
  place-self: auto;
}

html.booti2-theme .bootiq-product-card__media .bootiq-badge {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  z-index: 4;
  line-height: 1;
}


/* Footer, aligned with Bootiga Minimal Figma direction. */
html.booti2-theme .bootiq-footer {
  margin-top: 0;
  border-top: 1px solid #ded8cf;
  background: #fffdf9;
}

html.booti2-theme .bootiq-footer__inner.bootiq-footer__inner--full {
  width: var(--bootiq-container);
  max-width: 1440px;
  min-height: 0;
  margin: 0 auto;
  padding: 58px 0 24px;
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) repeat(4, minmax(120px, .58fr));
  gap: 44px 54px;
  align-items: start;
}

html.booti2-theme .bootiq-footer__intro {
  max-width: 330px;
}

html.booti2-theme .bootiq-footer__brand {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  color: var(--bootiq-ink);
  line-height: 0;
}

html.booti2-theme .bootiq-footer p {
  max-width: 280px;
  margin: 0;
  color: #6d6458;
  font-size: 12px;
  line-height: 1.55;
}

html.booti2-theme .bootiq-footer nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

html.booti2-theme .bootiq-footer h2 {
  margin: 0 0 9px;
  font-family: var(--bootiq-sans);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--bootiq-ink);
}

html.booti2-theme .bootiq-footer a {
  width: fit-content;
  color: #6d6458;
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
}

html.booti2-theme .bootiq-footer a:hover {
  color: var(--bootiq-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

html.booti2-theme .bootiq-social {
  margin-top: 20px;
  display: flex;
  gap: 14px;
  align-items: center;
}

html.booti2-theme .bootiq-social a {
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: #6d6458;
}

html.booti2-theme .bootiq-social .bootiq-icon {
  width: 18px;
  height: 18px;
}

html.booti2-theme .bootiq-footer__bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid #ded8cf;
  color: #8d867e;
  font-size: 11px;
}

html.booti2-theme .bootiq-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

html.booti2-theme .bootiq-footer__bottom a {
  color: #8d867e;
  font-size: 11px;
}

html.booti2-theme .bootiq-footer__meta {
  display: none;
}

@media (max-width: 980px) {
  html.booti2-theme .bootiq-footer__inner.bootiq-footer__inner--full {
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(120px, 1fr));
  }
}

@media (max-width: 640px) {
  html.booti2-theme .bootiq-footer__inner.bootiq-footer__inner--full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
    padding: 42px 0 22px;
  }

  html.booti2-theme .bootiq-footer__intro,
  html.booti2-theme .bootiq-footer__bottom {
    grid-column: 1 / -1;
  }

  html.booti2-theme .bootiq-footer__bottom {
    align-items: flex-start;
  }

  html.booti2-theme .bootiq-footer__bottom nav {
    justify-content: flex-start;
  }
}

/* Cart and checkout: final maintained section. */
body.booti2-theme.path-cart,
body.booti2-theme.path-checkout {
  font-family: var(--bootiq-sans), "Inter", Arial, sans-serif;
  color: var(--bootiq-ink);
  letter-spacing: 0;
}


body.path-cart .bootiq-header__actions,
body.path-checkout .bootiq-header__actions,
.booti2-theme.path-cart .bootiq-header__actions,
.booti2-theme.path-checkout .bootiq-header__actions {
  gap: 28px;
}

body.booti2-theme.path-cart .bootiq-main,
body.booti2-theme.path-checkout .bootiq-main,
body.path-cart .bootiq-main,
body.path-checkout .bootiq-main {
  padding-bottom: 84px;
  background: #fffdf9;
}

body.booti2-theme.path-cart .bootiq-main > .bootiq-breadcrumb,
body.booti2-theme.path-cart .bootiq-main > #block-booti2-0-page-title,
body.booti2-theme.path-cart .bootiq-main > #block-booti2-0-content,
body.booti2-theme.path-checkout .bootiq-main > .bootiq-breadcrumb,
body.booti2-theme.path-checkout .bootiq-main > #block-booti2-0-page-title,
body.booti2-theme.path-checkout .bootiq-main > #block-booti2-0-content {
  width: min(100% - 48px, 1120px);
  max-width: 1120px;
  margin-inline: auto;
}

body.booti2-theme.path-cart h1.title,
body.booti2-theme.path-checkout h1.title {
  margin: 48px 0 42px;
  color: var(--bootiq-ink);
  font-family: var(--bootiq-serif), "Playfair Display", Georgia, serif !important;
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

body.booti2-theme.path-cart input,
body.booti2-theme.path-cart select,
body.booti2-theme.path-cart textarea,
body.booti2-theme.path-cart button,
body.booti2-theme.path-checkout input,
body.booti2-theme.path-checkout select,
body.booti2-theme.path-checkout textarea,
body.booti2-theme.path-checkout button {
  font-family: var(--bootiq-sans), "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

body.booti2-theme.path-cart .button,
body.booti2-theme.path-checkout .button,
body.booti2-theme.path-cart input[type="submit"],
body.booti2-theme.path-checkout input[type="submit"] {
  min-height: 42px;
  padding: 0 28px;
  border: 1px solid var(--bootiq-ink);
  border-radius: 0;
  background: var(--bootiq-ink);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
}

body.booti2-theme.path-cart .button:hover,
body.booti2-theme.path-checkout .button:hover,
body.booti2-theme.path-cart input[type="submit"]:hover,
body.booti2-theme.path-checkout input[type="submit"]:hover {
  background: #2b2723;
  color: #fff;
}

body.booti2-theme.path-cart table {
  width: 100%;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

body.booti2-theme.path-cart .views-view-table thead th {
  padding: 0 16px 16px;
  border: 0;
  border-bottom: 1px solid var(--bootiq-ink);
  background: transparent;
  color: var(--bootiq-ink);
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

body.booti2-theme.path-cart .views-view-table tbody td {
  padding: 18px 16px;
  border: 0;
  border-bottom: 1px solid var(--bootiq-line);
  background: transparent;
  vertical-align: middle;
}

body.booti2-theme.path-cart .views-view-table tbody tr:first-child td {
  padding-top: 22px;
}

body.booti2-theme.path-cart .views-field-images {
  width: 128px;
}

body.booti2-theme.path-cart .views-field-images img {
  width: 96px;
  height: 112px;
  object-fit: cover;
  background: var(--bootiq-soft-2);
}

body.booti2-theme.path-cart .views-field-title {
  width: auto;
}

body.booti2-theme.path-cart .bootiq-cart-product-cell,
body.booti2-theme.path-cart .bootiq-cart-product-copy {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

body.booti2-theme.path-cart .bootiq-cart-product-title,
body.booti2-theme.path-cart .bootiq-cart-product-title a {
  color: var(--bootiq-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

body.booti2-theme.path-cart .bootiq-cart-product-meta {
  color: var(--bootiq-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

body.booti2-theme.path-cart .views-field-unit-price-number {
  width: 130px;
  white-space: nowrap;
}

body.booti2-theme.path-cart .views-field-edit-quantity {
  width: 132px;
}

body.booti2-theme.path-cart .views-field-edit-quantity input.form-number {
  width: 74px !important;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--bootiq-line);
  border-radius: 0;
  background: #fffdf9;
  text-align: left;
}

body.booti2-theme.path-cart .views-field-total-price-number {
  width: 120px;
  white-space: nowrap;
  font-weight: 600;
}

body.booti2-theme.path-cart .views-field-remove-button {
  width: 34px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}

body.booti2-theme.path-cart th.views-field-remove-button {
  color: transparent;
  font-size: 0;
}

body.booti2-theme.path-cart .views-field-remove-button .button {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0 !important;
  border: 0;
  background: transparent;
  color: var(--bootiq-ink);
  font-size: 0 !important;
  line-height: 0;
}

body.booti2-theme.path-cart .views-field-remove-button .button::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  margin: auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='M19 6l-1 15H6L5 6'/%3E%3Cpath d='M10 11v6'/%3E%3Cpath d='M14 11v6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='M19 6l-1 15H6L5 6'/%3E%3Cpath d='M10 11v6'/%3E%3Cpath d='M14 11v6'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.booti2-theme.path-cart .views-field-remove-button .button:hover {
  color: var(--bootiq-muted);
}

body.booti2-theme.path-cart .order-total-line {
  width: min(100%, 280px);
  margin: 12px 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  color: var(--bootiq-ink);
  font-size: 16px;
}

body.booti2-theme.path-cart .order-total-line__total {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid var(--bootiq-line);
  font-weight: 700;
}

body.booti2-theme.path-cart .form-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.booti2-theme.path-checkout .layout-checkout-form {
  width: 100%;
  max-width: 1040px;
  display: grid !important;
  grid-template-columns: minmax(0, 500px) minmax(360px, 400px);
  column-gap: clamp(56px, 7vw, 92px);
  row-gap: 56px;
  align-items: start;
}

body.booti2-theme.path-checkout .layout-region-checkout-main,
body.booti2-theme.path-checkout .layout-region-checkout-secondary,
body.booti2-theme.path-checkout .layout-region-checkout-footer {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  min-width: 0;
}

body.booti2-theme.path-checkout .layout-region-checkout-secondary {
  position: sticky;
  top: 96px;
  padding-top: 4px;
}

body.booti2-theme.path-checkout .layout-region-checkout-footer {
  grid-column: 1 / -1;
  margin-top: 64px;
  margin-bottom: 88px;
  padding-top: 28px;
  border-top: 1px solid var(--bootiq-line);
}

body.booti2-theme.path-checkout .checkout-pane,
body.booti2-theme.path-checkout fieldset {
  margin: 0 0 36px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.booti2-theme.path-checkout h2,
body.booti2-theme.path-checkout h3,
body.booti2-theme.path-checkout .checkout-pane > legend,
body.booti2-theme.path-checkout .checkout-pane .fieldset-legend {
  margin: 0 0 18px;
  color: var(--bootiq-ink);
  font-family: var(--bootiq-sans), "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: none;
}

body.booti2-theme.path-checkout .form-item,
body.booti2-theme.path-checkout .form-wrapper,
body.booti2-theme.path-checkout .fieldset-wrapper {
  max-width: none;
}

body.booti2-theme.path-checkout .form-item {
  margin: 0 0 18px;
}

body.booti2-theme.path-checkout label,
body.booti2-theme.path-checkout .form-item__label {
  margin-bottom: 6px;
  color: #2b2723;
  font-size: 12px;
  font-weight: 500;
}

body.booti2-theme.path-checkout input[type="text"],
body.booti2-theme.path-checkout input[type="email"],
body.booti2-theme.path-checkout input[type="tel"],
body.booti2-theme.path-checkout input[type="number"],
body.booti2-theme.path-checkout input[type="password"],
body.booti2-theme.path-checkout select,
body.booti2-theme.path-checkout textarea {
  width: 100%;
  max-width: none;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #d8d0c5;
  border-radius: 0;
  background: #fffdf9;
  color: var(--bootiq-ink);
  font-size: 13px;
  box-shadow: none;
}

body.booti2-theme.path-checkout textarea {
  min-height: 92px;
  padding-top: 10px;
}

body.booti2-theme.path-checkout input:focus,
body.booti2-theme.path-checkout select:focus,
body.booti2-theme.path-checkout textarea:focus {
  outline: 1px solid var(--bootiq-ink);
  outline-offset: 0;
  border-color: var(--bootiq-ink);
}

body.booti2-theme.path-checkout .form-required::after,
body.booti2-theme.path-checkout .required-mark::after {
  color: #a34b35;
}

body.booti2-theme.path-checkout .form-type-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

body.booti2-theme.path-checkout .form-type-checkbox input[type="checkbox"] {
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  margin-top: 2px;
}

body.booti2-theme.path-checkout .form-item-payment-information-payment-method-expiration-month,
body.booti2-theme.path-checkout .form-item-payment-information-payment-method-expiration-year,
body.booti2-theme.path-checkout [class*="expiration-month"],
body.booti2-theme.path-checkout [class*="expiration-year"] {
  width: 66px;
  max-width: 66px;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

body.booti2-theme.path-checkout .form-item-payment-information-payment-method-expiration-month input,
body.booti2-theme.path-checkout .form-item-payment-information-payment-method-expiration-year input,
body.booti2-theme.path-checkout [class*="expiration-month"] input,
body.booti2-theme.path-checkout [class*="expiration-year"] input {
  text-align: center;
}

body.booti2-theme.path-checkout .layout-region-checkout-secondary .checkout-pane,
body.booti2-theme.path-checkout .checkout-order-summary,
body.booti2-theme.path-checkout .view-commerce-checkout-order-summary {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

body.booti2-theme.path-checkout .layout-region-checkout-secondary h2,
body.booti2-theme.path-checkout .layout-region-checkout-secondary h3 {
  margin-bottom: 18px;
  font-size: 22px;
}

body.booti2-theme.path-checkout .view-commerce-checkout-order-summary table,
body.booti2-theme.path-checkout .checkout-order-summary table {
  width: 100%;
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent !important;
}

body.booti2-theme.path-checkout .view-commerce-checkout-order-summary thead,
body.booti2-theme.path-checkout .checkout-order-summary thead {
  display: none;
}

body.booti2-theme.path-checkout .view-commerce-checkout-order-summary tbody tr,
body.booti2-theme.path-checkout .checkout-order-summary tbody tr {
  display: grid;
  grid-template-columns: 30px 72px minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 16px;
  min-height: 108px;
  padding: 14px 16px;
  border: 1px solid var(--bootiq-line);
  background: var(--bootiq-soft) !important;
}

body.booti2-theme.path-checkout .view-commerce-checkout-order-summary td,
body.booti2-theme.path-checkout .checkout-order-summary td,
body.booti2-theme.path-checkout .view-commerce-checkout-order-summary .views-field,
body.booti2-theme.path-checkout .checkout-order-summary .views-field {
  display: block;
  width: auto;
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--bootiq-ink);
  font-size: 12px;
  line-height: 1.3;
  vertical-align: middle;
}

body.booti2-theme.path-checkout .layout-region-checkout-secondary img {
  width: 68px;
  height: 82px;
  object-fit: cover;
  background: var(--bootiq-soft-2);
}

body.booti2-theme.path-checkout .layout-region-checkout-secondary .views-field-title,
body.booti2-theme.path-checkout .layout-region-checkout-secondary .bootiq-cart-product-title,
body.booti2-theme.path-checkout .layout-region-checkout-secondary .views-field-purchased-entity {
  color: var(--bootiq-ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

body.booti2-theme.path-checkout .layout-region-checkout-secondary .views-field-total-price-number,
body.booti2-theme.path-checkout .layout-region-checkout-secondary .views-field-unit-price-number,
body.booti2-theme.path-checkout .view-commerce-checkout-order-summary td:last-child,
body.booti2-theme.path-checkout .checkout-order-summary td:last-child {
  text-align: right;
  white-space: nowrap;
  font-weight: 600;
}

body.booti2-theme.path-checkout .layout-region-checkout-secondary .order-total-line {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  margin: 18px 0 0;
  padding: 0;
  font-size: 15px;
}

body.booti2-theme.path-checkout .layout-region-checkout-secondary .order-total-line__total {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--bootiq-line);
  font-weight: 700;
}

body.booti2-theme.path-checkout .checkout-pane-coupon-redemption,
body.booti2-theme.path-checkout [id*="coupon"] {
  width: 100%;
  max-width: 400px;
  margin-top: 26px;
}

body.booti2-theme.path-checkout .checkout-pane-coupon-redemption .form-actions,
body.booti2-theme.path-checkout [id*="coupon"] .form-actions {
  margin-top: 14px;
}

body.booti2-theme.path-checkout .layout-region-checkout-footer .form-actions,
body.path-checkout .layout-region-checkout-footer .form-actions {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

body.booti2-theme.path-checkout .link--previous,
body.booti2-theme.path-checkout .button--previous,
body.booti2-theme.path-checkout a[href*="/cart"] {
  color: #2b2723;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 900px) {
  body.booti2-theme.path-cart .bootiq-main > .bootiq-breadcrumb,
  body.booti2-theme.path-cart .bootiq-main > #block-booti2-0-page-title,
  body.booti2-theme.path-cart .bootiq-main > #block-booti2-0-content,
  body.booti2-theme.path-checkout .bootiq-main > .bootiq-breadcrumb,
  body.booti2-theme.path-checkout .bootiq-main > #block-booti2-0-page-title,
  body.booti2-theme.path-checkout .bootiq-main > #block-booti2-0-content {
    width: min(100% - 32px, 720px);
  }

  body.booti2-theme.path-cart h1.title,
  body.booti2-theme.path-checkout h1.title {
    font-size: clamp(42px, 12vw, 62px);
  }

  body.booti2-theme.path-checkout .layout-checkout-form {
    display: block !important;
    max-width: none;
  }

  body.booti2-theme.path-checkout .layout-region-checkout-secondary {
    position: static;
    margin-top: 34px;
  }

  body.booti2-theme.path-checkout .layout-region-checkout-footer .form-actions,
  body.booti2-theme.path-cart .form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  body.booti2-theme.path-cart table,
  body.booti2-theme.path-cart thead,
  body.booti2-theme.path-cart tbody,
  body.booti2-theme.path-cart tr,
  body.booti2-theme.path-cart th,
  body.booti2-theme.path-cart td {
    display: block;
  }

  body.booti2-theme.path-cart thead {
    display: none;
  }

  body.booti2-theme.path-cart .views-view-table tbody tr {
    padding: 18px 0;
    border-bottom: 1px solid var(--bootiq-line);
  }

  body.booti2-theme.path-cart .views-view-table tbody td {
    padding: 8px 0;
    border: 0;
  }
}



/* Bootiga Minimal hero: clean full-width region. */
html.booti2-theme body.path-frontpage .bootiq-main,
html.booti2-theme body.node--type-cklb-landing-page .bootiq-main,
html.booti2-theme body.path-frontpage #block-booti2-0-content,
html.booti2-theme body.node--type-cklb-landing-page #block-booti2-0-content,
html.booti2-theme body.node--type-cklb-landing-page #block-booti2-0-content > .content,
html.booti2-theme body.node--type-cklb-landing-page article,
html.booti2-theme body.node--type-cklb-landing-page .node__content,
html.booti2-theme body.node--type-cklb-landing-page .field--name-field-booti2-sections,
html.booti2-theme body.node--type-cklb-landing-page .field--name-field-booti2-sections > .field__items,
html.booti2-theme body.node--type-cklb-landing-page .field--name-field-booti2-sections > .field__items > .field__item:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

html.booti2-theme body.node--type-cklb-landing-page .bootiq-breadcrumb,
html.booti2-theme body.node--type-cklb-landing-page #block-booti2-0-page-title {
  display: none !important;
}

.bootiq-hero {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0;
  border-bottom: 1px solid var(--bootiq-line);
  background:
    radial-gradient(circle at 72% 26%, rgba(160, 143, 122, .16), transparent 17rem),
    linear-gradient(90deg, #fffdf9 0%, #fffdf9 46%, #f5f1eb 66%, #eee6dc 100%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.bootiq-hero__inner {
  width: var(--bootiq-container);
  min-height: clamp(390px, 48vh, 520px);
  margin: 0 auto;
  padding: clamp(16px, 2.2vw, 26px) 0 clamp(28px, 3.5vw, 42px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(300px, 1.08fr);
  align-items: start;
  gap: clamp(52px, 6vw, 86px);
}

.bootiq-hero__content {
  position: relative;
  z-index: 2;
  align-self: start;
}

.bootiq-hero__title {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: .98;
}

.bootiq-hero__text {
  max-width: 420px;
  margin-top: 18px;
  color: var(--bootiq-muted);
  font-size: 15px;
}

.bootiq-hero__action {
  margin-top: 14px;
}

.bootiq-hero__media {
  min-height: 100%;
  align-self: stretch;
  display: grid;
  place-items: start center;
  background: transparent;
  overflow: visible;
}

.bootiq-hero__vessel {
  width: min(48%, 250px);
  aspect-ratio: .58;
  border-radius: 48% 48% 38% 38% / 26% 26% 18% 18%;
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, .82), transparent 22%),
    linear-gradient(90deg, #b8aa99 0%, #e6ded2 42%, #8e8172 100%);
  box-shadow: 0 26px 60px rgba(72, 58, 45, .15);
  position: relative;
}

.bootiq-hero__vessel::before {
  content: "";
  position: absolute;
  top: -9%;
  left: 37%;
  width: 26%;
  height: 17%;
  border-radius: 50% 50% 18% 18%;
  background: linear-gradient(90deg, #8d7f70, #e9e2d8 52%, #8c7f70);
}

.bootiq-hero__vessel::after {
  content: "";
  position: absolute;
  inset: 5% 31% auto;
  height: 4%;
  border-radius: 999px;
  background: rgba(76, 64, 54, .24);
}

@media (max-width: 900px) {
  .bootiq-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 18px 0 0;
  }

  .bootiq-hero__media {
    min-height: 300px;
  }
}

/* Drupal-backed newsletter form. */
.bootiga-newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: start;
}

.bootiga-newsletter-form .form-item,
.bootiga-newsletter-form .form-actions {
  margin: 0;
  min-width: 0;
}

.bootiga-newsletter-form .form-item-website {
  display: none;
}

.bootiga-newsletter-form input[type="email"] {
  width: 100%;
  min-height: 42px;
}

.bootiga-newsletter-form .form-submit {
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Editable Media images for Bootiga Minimal sections. */
.bootiq-hero__image {
  width: min(58%, 390px);
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.bootiq-collection-card__image,
.bootiq-banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
  z-index: 0;
}

.bootiq-collection-card--has-image::after,
.bootiq-banner--has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 253, 249, .9), rgba(255, 253, 249, .18));
  z-index: 1;
}

.bootiq-collection-card--has-image > strong,
.bootiq-collection-card--has-image > span:not(.bootiq-product-card__shape),
.bootiq-banner--has-image > span,
.bootiq-banner--has-image > small {
  position: relative;
  z-index: 2;
}


/* Editable Drupal footer blocks. */
html.booti2-theme .bootiq-footer__column,
html.booti2-theme .bootiq-footer__bottom {
  min-width: 0;
}

html.booti2-theme .bootiq-footer__column .region,
html.booti2-theme .bootiq-footer__column .block,
html.booti2-theme .bootiq-footer__bottom .region,
html.booti2-theme .bootiq-footer__bottom .block,
html.booti2-theme .bootiq-footer .field--name-body {
  margin: 0;
  padding: 0;
}

html.booti2-theme .bootiq-footer .field--name-body > *:last-child {
  margin-bottom: 0;
}

html.booti2-theme .bootiq-footer__bottom .region,
html.booti2-theme .bootiq-footer__bottom .block,
html.booti2-theme .bootiq-footer__bottom .field--name-body {
  width: 100%;
}

html.booti2-theme .bootiq-footer__bottom nav {
  margin-left: auto;
}

/* Mobile storefront pass: keep Bootiga Minimal compact and touch-friendly. */
@media (max-width: 760px) {
  :root {
    --bootiq-container: min(100% - 28px, 680px);
  }

  html.booti2-theme .bootiq-header__inner {
    min-height: 58px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  html.booti2-theme .bootiq-logo--header {
    width: 116px;
    max-height: 36px;
  }

  html.booti2-theme .bootiq-logo-minimal {
    font-size: 28px;
    transform: translateY(6px);
  }

  html.booti2-theme .bootiq-header__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
  }

  html.booti2-theme .bootiq-header__menu {
    grid-column: 1 / -1;
    width: 100%;
    display: none;
    padding: 8px 0 16px;
  }

  html.booti2-theme .bootiq-header.is-open .bootiq-header__menu {
    display: grid;
    gap: 12px;
  }

  html.booti2-theme .bootiq-header__nav,
  html.booti2-theme .bootiq-header__actions {
    justify-content: start;
    gap: 14px;
  }

  html.booti2-theme .bootiq-header__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.booti2-theme .bootiq-header__actions {
    display: flex;
  }

  html.booti2-theme .bootiq-header__inner > .bootiq-header-search {
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    max-width: none !important;
  }


  html.booti2-theme .bootiq-hero__inner {
    min-height: 0;
    padding: 28px 0 30px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  html.booti2-theme .bootiq-hero__title {
    max-width: 10ch;
    font-size: clamp(42px, 13vw, 58px);
    line-height: .96;
  }

  html.booti2-theme .bootiq-hero__text {
    max-width: 28rem;
    font-size: 14px;
  }

  html.booti2-theme .bootiq-hero__media {
    min-height: 210px;
    place-items: center;
  }

  html.booti2-theme .bootiq-hero__vessel,
  html.booti2-theme .bootiq-hero__image {
    width: min(44vw, 190px);
  }

  html.booti2-theme .bootiq-product-section,
  html.booti2-theme .bootiq-collections,
  html.booti2-theme .bootiq-banners,
  html.booti2-theme .bootiq-usp,
  html.booti2-theme .bootiq-newsletter,
  html.booti2-theme .bootiq-editorial,
  html.booti2-theme .bootiq-section {
    padding: 34px 0;
  }

  html.booti2-theme .bootiq-section-heading {
    align-items: center;
  }

  html.booti2-theme .bootiq-section-heading h2,
  html.booti2-theme .bootiq-editorial h2,
  html.booti2-theme .bootiq-newsletter h2 {
    font-size: clamp(30px, 10vw, 40px);
  }

  html.booti2-theme .bootiq-product-grid,
  html.booti2-theme body.path-products .bootiq-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 10px;
  }

  html.booti2-theme .bootiq-collection-grid,
  html.booti2-theme .bootiq-banners,
  html.booti2-theme .bootiq-newsletter,
  html.booti2-theme .bootiq-editorial {
    grid-template-columns: 1fr;
  }

  html.booti2-theme .bootiq-usp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
  }

  html.booti2-theme .bootiq-newsletter form,
  html.booti2-theme .bootiga-newsletter-form {
    grid-template-columns: 1fr;
  }

  html.booti2-theme body.path-products .bootiq-catalog {
    padding-top: 18px;
    padding-bottom: 48px;
  }

  html.booti2-theme body.path-products .bootiq-catalog__hero {
    min-height: 220px;
    padding: 28px;
  }

  html.booti2-theme body.path-products .bootiq-catalog__hero h1 {
    font-size: clamp(42px, 14vw, 62px);
  }

  html.booti2-theme body.path-products .bootiq-catalog__filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
  }

  html.booti2-theme body.path-products .bootiq-catalog__toolbar {
    align-items: flex-start;
  }

  html.booti2-theme body.path-product .bootiq-product-detail {
    margin-bottom: 48px;
    padding: 0 14px;
  }

  html.booti2-theme body.path-product .bootiq-product-detail__heading .field--name-title {
    font-size: clamp(40px, 13vw, 56px);
  }

  html.booti2-theme body.path-product .bootiq-product-detail__media {
    aspect-ratio: 1 / 1.08;
  }

  html.booti2-theme .bootiq-footer__inner.bootiq-footer__inner--full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
    padding: 38px 0 22px;
  }

  html.booti2-theme .bootiq-footer__intro,
  html.booti2-theme .bootiq-footer__bottom {
    grid-column: 1 / -1;
  }

  html.booti2-theme .bootiq-footer__bottom,
  html.booti2-theme .bootiq-footer__bottom nav {
    justify-content: flex-start;
  }

  html.booti2-theme .bootiq-footer__bottom nav {
    margin-left: 0;
  }
}

@media (max-width: 430px) {
  html.booti2-theme .bootiq-product-grid,
  html.booti2-theme body.path-products .bootiq-catalog__grid {
    gap: 22px 8px;
  }

  html.booti2-theme .bootiq-product-card__body h3,
  html.booti2-theme .bootiq-product-card__body p,
  html.booti2-theme body.path-products .bootiq-commerce-card__body .field--name-title,
  html.booti2-theme body.path-products .bootiq-commerce-card__body .field--name-title a,
  html.booti2-theme body.path-products .bootiq-commerce-card__body [class*=field--name-price] {
    font-size: 11px;
  }

  html.booti2-theme body.path-products .bootiq-catalog__filters {
    grid-template-columns: 1fr;
  }

  html.booti2-theme .bootiq-footer__inner.bootiq-footer__inner--full {
    grid-template-columns: 1fr;
  }
}

/* Mobile correction pass: compact header and catalog flow. */
@media (max-width: 760px) {
  html.booti2-theme body {
    overflow-x: hidden;
  }

  html.booti2-theme .bootiq-header__inner {
    min-height: 58px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 34px !important;
    align-items: center !important;
    column-gap: 10px !important;
    row-gap: 0 !important;
    padding: 0 !important;
  }

  html.booti2-theme .bootiq-header__brand {
    min-width: 0;
    align-items: center;
  }

  html.booti2-theme .bootiq-logo--header {
    width: 122px !important;
    height: auto !important;
    max-height: 38px !important;
  }

  html.booti2-theme .bootiq-logo-minimal {
    font-size: 24px !important;
    transform: translateY(4px) !important;
    margin-left: 6px !important;
  }

  html.booti2-theme .bootiq-header__toggle {
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    justify-self: end !important;
  }

  html.booti2-theme .bootiq-header__menu {
    grid-column: 1 / -1 !important;
    display: none !important;
    width: 100% !important;
    padding: 10px 0 14px !important;
    border-top: 1px solid var(--bootiq-line) !important;
  }

  html.booti2-theme .bootiq-header.is-open .bootiq-header__menu {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  html.booti2-theme .bootiq-header__nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 18px !important;
    width: 100% !important;
    justify-content: stretch !important;
  }

  html.booti2-theme .bootiq-header__nav a {
    font-size: 10px !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }

  html.booti2-theme .bootiq-header__actions {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 18px !important;
  }

  html.booti2-theme .bootiq-header__tool {
    width: 24px !important;
    height: 24px !important;
  }

  html.booti2-theme .bootiq-header__inner > .bootiq-header-search {
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 30 !important;
    grid-template-columns: 1fr auto !important;
    padding: 8px !important;
    background: #fffdf9 !important;
    border: 1px solid var(--bootiq-line) !important;
    box-shadow: 0 18px 40px rgba(17, 17, 17, .08) !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__hero {
    min-height: 0 !important;
    padding: 30px 28px !important;
    margin: 18px 0 28px !important;
    overflow: hidden !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__hero h1 {
    max-width: 8ch !important;
    font-size: clamp(48px, 16vw, 64px) !important;
    line-height: .95 !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__shell {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__filters {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 22px !important;
    padding-top: 0 !important;
  }

  html.booti2-theme body.path-products .bootiq-filter-group {
    margin-bottom: 18px !important;
    padding-bottom: 18px !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__content {
    min-width: 0 !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__toolbar {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 14px !important;
    margin-bottom: 18px !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__meta {
    font-size: 12px !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__sort {
    justify-self: end !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__toolbar .form-item-sort-bef-combine select {
    width: 126px !important;
    min-height: 36px !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 12px !important;
  }

  html.booti2-theme body.path-products .bootiq-commerce-card__media {
    margin-bottom: 9px !important;
  }

  html.booti2-theme body.path-products .bootiq-commerce-card__body .field--name-title,
  html.booti2-theme body.path-products .bootiq-commerce-card__body .field--name-title a,
  html.booti2-theme body.path-products .bootiq-commerce-card__body [class*="field--name-price"] {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  html.booti2-theme .bootiq-footer__inner.bootiq-footer__inner--full {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px 22px !important;
  }
}

@media (max-width: 430px) {
  html.booti2-theme .bootiq-header__inner {
    grid-template-columns: minmax(0, 1fr) 32px !important;
  }

  html.booti2-theme .bootiq-logo--header {
    width: 112px !important;
    max-height: 34px !important;
  }

  html.booti2-theme .bootiq-logo-minimal {
    font-size: 22px !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__hero {
    padding: 26px 28px !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__filters {
    grid-template-columns: 1fr !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__toolbar {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px 10px !important;
  }

  html.booti2-theme body.path-products .bootiq-commerce-card__body .field--name-title,
  html.booti2-theme body.path-products .bootiq-commerce-card__body .field--name-title a,
  html.booti2-theme body.path-products .bootiq-commerce-card__body [class*="field--name-price"] {
    font-size: 11px !important;
  }

  html.booti2-theme .bootiq-footer__inner.bootiq-footer__inner--full {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile catalog drawer and menu refinement. */
html.booti2-theme .bootiq-catalog__filter-panel {
  display: block;
}

html.booti2-theme .bootiq-catalog__filter-panel > summary {
  display: none;
}

@media (max-width: 760px) {
  html.booti2-theme .bootiq-header.is-open .bootiq-header__menu {
    gap: 16px !important;
  }

  html.booti2-theme .bootiq-header__nav {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  html.booti2-theme .bootiq-header__nav a {
    min-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: 1px solid rgba(17, 17, 17, .08) !important;
    font-size: 11px !important;
  }

  html.booti2-theme .bootiq-header__actions {
    padding-top: 2px !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__shell {
    gap: 18px !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__filters {
    order: 2;
    display: block !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__content {
    order: 1;
  }

  html.booti2-theme .bootiq-catalog__filter-panel {
    border-top: 1px solid var(--bootiq-line);
    border-bottom: 1px solid var(--bootiq-line);
  }

  html.booti2-theme .bootiq-catalog__filter-panel > summary {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--bootiq-ink);
    cursor: pointer;
    font-family: var(--bootiq-sans);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    list-style: none;
    text-transform: uppercase;
  }

  html.booti2-theme .bootiq-catalog__filter-panel > summary::-webkit-details-marker {
    display: none;
  }

  html.booti2-theme .bootiq-catalog__filter-panel > summary::after {
    content: "+";
    font-size: 16px;
    font-weight: 400;
  }

  html.booti2-theme .bootiq-catalog__filter-panel[open] > summary::after {
    content: "−";
  }

  html.booti2-theme body.path-products .bootiq-catalog__filter-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 20px !important;
    padding: 4px 0 18px !important;
  }
}

@media (max-width: 430px) {
  html.booti2-theme body.path-products .bootiq-catalog__filter-list {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile catalog order: filter control before results. */
@media (max-width: 760px) {
  html.booti2-theme body.path-products .bootiq-catalog__filters {
    order: 1 !important;
  }

  html.booti2-theme body.path-products .bootiq-catalog__content {
    order: 2 !important;
  }
}

/* Mobile off-canvas menu. */
@media (max-width: 760px) {
  html.booti2-theme body.bootiq-menu-open {
    overflow: hidden;
  }

  html.booti2-theme .bootiq-header {
    z-index: 100;
  }

  html.booti2-theme .bootiq-header::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(17, 17, 17, .22);
    opacity: 0;
    pointer-events: none;
    transition: opacity .24s ease;
  }

  html.booti2-theme .bootiq-header.is-open::after {
    opacity: 1;
    pointer-events: auto;
  }

  html.booti2-theme .bootiq-header__inner {
    grid-template-columns: minmax(0, 1fr) 40px !important;
    min-height: 62px !important;
  }

  html.booti2-theme .bootiq-header__toggle {
    position: relative;
    z-index: 120;
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px;
    border: 0;
    background: transparent;
    color: var(--bootiq-ink);
  }

  html.booti2-theme .bootiq-header__toggle span {
    width: 22px !important;
    height: 1px !important;
    display: block !important;
    background: currentColor !important;
    transform-origin: center;
    transition: transform .22s ease, opacity .18s ease;
  }

  html.booti2-theme .bootiq-header.is-open .bootiq-header__toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  html.booti2-theme .bootiq-header.is-open .bootiq-header__toggle span:nth-child(2) {
    opacity: 0;
  }

  html.booti2-theme .bootiq-header.is-open .bootiq-header__toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  html.booti2-theme .bootiq-header__menu {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 110 !important;
    width: min(86vw, 360px) !important;
    height: 100dvh !important;
    display: grid !important;
    grid-template-rows: 1fr auto !important;
    gap: 28px !important;
    padding: 86px 28px 30px !important;
    border: 0 !important;
    border-left: 1px solid var(--bootiq-line) !important;
    background: #fffdf9 !important;
    box-shadow: -28px 0 70px rgba(17, 17, 17, .12) !important;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform .28s ease, opacity .22s ease;
  }

  html.booti2-theme .bootiq-header.is-open .bootiq-header__menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  html.booti2-theme .bootiq-header__nav {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    align-self: start;
  }

  html.booti2-theme .bootiq-header__nav a {
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: 1px solid rgba(17, 17, 17, .1) !important;
    color: var(--bootiq-ink) !important;
    font-family: var(--bootiq-serif) !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-transform: none !important;
  }

  html.booti2-theme .bootiq-header__actions {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 22px !important;
    padding-top: 0 !important;
  }

  html.booti2-theme .bootiq-header__tool {
    width: 30px !important;
    height: 30px !important;
  }


  html.booti2-theme .bootiq-header__inner > .bootiq-header-search {
    position: fixed !important;
    top: 76px !important;
    left: 18px !important;
    right: 18px !important;
    z-index: 130 !important;
  }
}

@media (max-width: 430px) {
  html.booti2-theme .bootiq-header__menu {
    width: min(88vw, 340px) !important;
    padding: 78px 24px 26px !important;
  }

  html.booti2-theme .bootiq-header__nav a {
    min-height: 50px !important;
    font-size: 28px !important;
  }
}

/* Mobile full-screen menu refinement. */
@media (max-width: 760px) {
  html.booti2-theme .bootiq-header__toggle {
    position: relative !important;
    z-index: 160 !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: var(--bootiq-ink) !important;
  }

  html.booti2-theme .bootiq-header__toggle span {
    flex: 0 0 auto !important;
    width: 24px !important;
    height: 1.5px !important;
    min-height: 1.5px !important;
    display: block !important;
    opacity: 1;
    background: var(--bootiq-ink) !important;
    border-radius: 999px;
  }

  html.booti2-theme .bootiq-header.is-open .bootiq-header__toggle span:nth-child(2) {
    opacity: 0 !important;
  }

  html.booti2-theme .bootiq-header__menu {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    padding: 92px max(28px, calc((100vw - var(--bootiq-container)) / 2)) 34px !important;
    border-left: 0 !important;
    background: #fffdf9 !important;
    box-shadow: none !important;
    transform: translateX(100%) !important;
  }

  html.booti2-theme .bootiq-header.is-open .bootiq-header__menu {
    transform: translateX(0) !important;
  }

  html.booti2-theme .bootiq-header::after {
    content: none !important;
  }

  html.booti2-theme .bootiq-header__nav a {
    min-height: 58px !important;
    max-width: 560px;
    font-size: clamp(34px, 12vw, 52px) !important;
    border-bottom-color: #ded8cf !important;
  }

  html.booti2-theme .bootiq-header__actions {
    margin-top: 10px;
  }
}

@media (max-width: 430px) {
  html.booti2-theme .bootiq-header__menu {
    width: 100vw !important;
    padding: 84px 24px 30px !important;
  }

  html.booti2-theme .bootiq-header__nav a {
    font-size: clamp(32px, 12vw, 44px) !important;
  }
}

/* Mobile header icon and footer polish. */
@media (max-width: 760px) {
  html.booti2-theme .bootiq-header__inner {
    min-height: 54px !important;
    grid-template-columns: minmax(0, 1fr) 32px !important;
  }

  html.booti2-theme .bootiq-header__toggle {
    width: 32px !important;
    height: 32px !important;
    gap: 4px !important;
  }

  html.booti2-theme .bootiq-header__toggle span {
    width: 18px !important;
    height: 1px !important;
    min-height: 1px !important;
    border-radius: 0 !important;
  }

  html.booti2-theme .bootiq-header.is-open .bootiq-header__toggle span:nth-child(1) {
    transform: translateY(5px) rotate(45deg) !important;
  }

  html.booti2-theme .bootiq-header.is-open .bootiq-header__toggle span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg) !important;
  }

  html.booti2-theme .bootiq-header__menu {
    padding-top: 78px !important;
  }

  html.booti2-theme .bootiq-footer {
    border-top: 1px solid var(--bootiq-line);
  }

  html.booti2-theme .bootiq-footer__inner.bootiq-footer__inner--full {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 22px !important;
    padding: 30px 0 18px !important;
  }

  html.booti2-theme .bootiq-footer__column--intro {
    grid-column: 1 / -1 !important;
    padding-bottom: 4px !important;
  }

  html.booti2-theme .bootiq-footer__column--intro .content,
  html.booti2-theme .bootiq-footer__column--intro .field__item {
    max-width: 240px !important;
  }

  html.booti2-theme .bootiq-footer .bootiq-logo--footer {
    width: 118px !important;
    max-height: 38px !important;
    margin-bottom: 10px !important;
  }

  html.booti2-theme .bootiq-footer p {
    max-width: 240px !important;
    margin-bottom: 14px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  html.booti2-theme .bootiq-footer__column h2,
  html.booti2-theme .bootiq-footer nav h2 {
    margin-bottom: 12px !important;
    font-size: 10px !important;
    line-height: 1 !important;
  }

  html.booti2-theme .bootiq-footer__column a,
  html.booti2-theme .bootiq-footer nav a {
    min-height: 0 !important;
    margin-bottom: 8px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  html.booti2-theme .bootiq-footer .bootiq-social {
    gap: 16px !important;
  }

  html.booti2-theme .bootiq-footer .bootiq-social .bootiq-icon {
    width: 17px !important;
    height: 17px !important;
  }

  html.booti2-theme .bootiq-footer__bottom {
    grid-column: 1 / -1 !important;
    padding-top: 18px !important;
    border-top: 1px solid var(--bootiq-line) !important;
  }

  html.booti2-theme .bootiq-footer__bottom nav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 18px !important;
    justify-content: flex-start !important;
  }

  html.booti2-theme .bootiq-footer__bottom nav a {
    margin: 0 !important;
    color: #8a8278 !important;
    font-size: 11px !important;
  }
}

@media (max-width: 430px) {
  html.booti2-theme .bootiq-header__inner {
    min-height: 52px !important;
  }

  html.booti2-theme .bootiq-header__toggle {
    width: 30px !important;
    height: 30px !important;
  }

  html.booti2-theme .bootiq-header__toggle span {
    width: 17px !important;
  }

  html.booti2-theme .bootiq-footer__inner.bootiq-footer__inner--full {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px 18px !important;
  }

  html.booti2-theme .bootiq-footer__column--intro,
  html.booti2-theme .bootiq-footer__bottom {
    grid-column: 1 / -1 !important;
  }
}

/* Mobile hard fix: compact brand, subtle hamburger, separated hero media. */
@media (max-width: 760px) {
  html.booti2-theme .bootiq-header__inner {
    min-height: 48px !important;
    grid-template-columns: minmax(0, 1fr) 26px !important;
    gap: 8px !important;
  }

  html.booti2-theme .bootiq-header__brand {
    gap: 5px !important;
    max-width: calc(100vw - 74px) !important;
    overflow: hidden !important;
  }

  html.booti2-theme .bootiq-logo--header {
    width: 86px !important;
    max-width: 86px !important;
    max-height: 28px !important;
  }

  html.booti2-theme .bootiq-logo-minimal {
    margin-left: 3px !important;
    font-size: 18px !important;
    line-height: .8 !important;
    transform: translateY(3px) !important;
  }

  html.booti2-theme .bootiq-header__toggle {
    width: 26px !important;
    height: 26px !important;
    gap: 3px !important;
    padding: 0 !important;
  }

  html.booti2-theme .bootiq-header__toggle span {
    width: 14px !important;
    height: 1px !important;
    min-height: 1px !important;
  }

  html.booti2-theme .bootiq-header.is-open .bootiq-header__toggle span:nth-child(1) {
    transform: translateY(4px) rotate(45deg) !important;
  }

  html.booti2-theme .bootiq-header.is-open .bootiq-header__toggle span:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg) !important;
  }

  html.booti2-theme .bootiq-hero__inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 34px 0 38px !important;
    gap: 34px !important;
  }

  html.booti2-theme .bootiq-hero__content {
    max-width: 100% !important;
  }

  html.booti2-theme .bootiq-hero__title {
    max-width: 9.6ch !important;
    font-size: clamp(40px, 12vw, 50px) !important;
    line-height: .98 !important;
  }

  html.booti2-theme .bootiq-hero__text {
    max-width: 22rem !important;
    margin-top: 18px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  html.booti2-theme .bootiq-hero__action {
    margin-top: 22px !important;
    margin-bottom: 0 !important;
  }

  html.booti2-theme .bootiq-hero__action a {
    min-height: 42px !important;
    padding: 0 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
  }

  html.booti2-theme .bootiq-hero__media {
    min-height: 220px !important;
    align-self: auto !important;
    place-items: center !important;
    padding-top: 0 !important;
    overflow: visible !important;
  }

  html.booti2-theme .bootiq-hero__vessel,
  html.booti2-theme .bootiq-hero__image {
    width: min(44vw, 175px) !important;
    max-height: 230px !important;
    object-fit: contain !important;
  }
}

@media (max-width: 430px) {
  html.booti2-theme .bootiq-header__inner {
    min-height: 46px !important;
  }

  html.booti2-theme .bootiq-logo--header {
    width: 82px !important;
    max-width: 82px !important;
    max-height: 27px !important;
  }

  html.booti2-theme .bootiq-logo-minimal {
    font-size: 17px !important;
  }

  html.booti2-theme .bootiq-header__toggle span {
    width: 13px !important;
  }

  html.booti2-theme .bootiq-hero__inner {
    padding-top: 30px !important;
    gap: 30px !important;
  }

  html.booti2-theme .bootiq-hero__title {
    font-size: clamp(38px, 12vw, 46px) !important;
  }

  html.booti2-theme .bootiq-hero__vessel,
  html.booti2-theme .bootiq-hero__image {
    width: min(48vw, 165px) !important;
    max-height: 220px !important;
  }
}

/* Mobile menu SVG icon and hero collision fix. */
@media (max-width: 760px) {
  html.booti2-theme .bootiq-header__toggle {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    display: inline-grid !important;
    place-items: center !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  html.booti2-theme .bootiq-header__toggle span {
    display: none !important;
  }

  html.booti2-theme .bootiq-menu-icon {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
    overflow: visible !important;
  }

  html.booti2-theme .bootiq-menu-icon__line {
    fill: none !important;
    stroke: var(--bootiq-ink) !important;
    stroke-width: 1.35 !important;
    stroke-linecap: round !important;
    transform-origin: 12px 12px;
    transition: transform .22s ease, opacity .18s ease;
  }

  html.booti2-theme .bootiq-header.is-open .bootiq-menu-icon__line--top {
    transform: translateY(4px) rotate(45deg);
  }

  html.booti2-theme .bootiq-header.is-open .bootiq-menu-icon__line--middle {
    opacity: 0;
  }

  html.booti2-theme .bootiq-header.is-open .bootiq-menu-icon__line--bottom {
    transform: translateY(-4px) rotate(-45deg);
  }

  html.booti2-theme .bootiq-hero__inner {
    padding-top: 28px !important;
    padding-bottom: 34px !important;
    gap: 26px !important;
  }

  html.booti2-theme .bootiq-hero__title {
    max-width: 9.2ch !important;
    font-size: clamp(36px, 10.6vw, 44px) !important;
  }

  html.booti2-theme .bootiq-hero__text {
    font-size: 13px !important;
  }

  html.booti2-theme .bootiq-hero__action {
    display: flex !important;
    align-items: flex-start !important;
    margin-top: 20px !important;
  }

  html.booti2-theme .bootiq-hero__action a {
    width: auto !important;
    max-width: max-content !important;
    min-height: 40px !important;
    padding: 0 18px !important;
    white-space: nowrap !important;
  }

  html.booti2-theme .bootiq-hero__media {
    min-height: 180px !important;
    margin-top: 2px !important;
  }

  html.booti2-theme .bootiq-hero__vessel,
  html.booti2-theme .bootiq-hero__image {
    width: min(40vw, 148px) !important;
    max-height: 188px !important;
  }
}

@media (max-width: 430px) {
  html.booti2-theme .bootiq-menu-icon {
    width: 17px !important;
    height: 17px !important;
  }

  html.booti2-theme .bootiq-hero__title {
    font-size: clamp(34px, 10.6vw, 42px) !important;
  }

  html.booti2-theme .bootiq-hero__vessel,
  html.booti2-theme .bootiq-hero__image {
    width: min(42vw, 140px) !important;
    max-height: 178px !important;
  }
}


/* Header bag link and desktop cart preview. */
html.booti2-theme .bootiq-cart-link {
  position: relative;
}

html.booti2-theme .bootiq-header__tool--bag::before,
html.booti2-theme .bootiq-header__tool--bag::after {
  content: none !important;
  display: none !important;
}

html.booti2-theme .bootiq-cart-link .bootiq-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bootiq-ink);
}

html.booti2-theme .bootiq-cart-link .bootiq-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html.booti2-theme .bootiq-cart-count {
  position: absolute;
  top: 4px;
  right: -5px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fffdf9;
  border-radius: 999px;
  background: var(--bootiq-ink);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

/* Hide the global bag link on cart and checkout pages. */
html.booti2-theme body.path-cart .bootiq-cart-link,
html.booti2-theme body.path-checkout .bootiq-cart-link,
body.booti2-theme.path-cart .bootiq-cart-link,
body.booti2-theme.path-checkout .bootiq-cart-link {
  display: none !important;
}

/* Product description now lives near price; panels are reserved for editable details. */
html.booti2-theme body.path-product .bootiq-product-detail__description {
  max-width: 28rem;
  margin: -6px 0 22px;
  color: var(--bootiq-muted);
  font-size: 14px;
  line-height: 1.65;
}

html.booti2-theme body.path-product .bootiq-product-detail__description p:last-child {
  margin-bottom: 0;
}

/* Footer navigation now uses Drupal menus instead of HTML blocks. */
html.booti2-theme .bootiq-footer .block-menu h2 {
  margin: 0 0 14px;
  color: var(--bootiq-ink);
  font-family: var(--bootiq-sans);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

html.booti2-theme .bootiq-footer .block-menu .nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

html.booti2-theme .bootiq-footer .block-menu .nav-item {
  margin: 0;
  padding: 0;
}

html.booti2-theme .bootiq-footer .block-menu .nav-link {
  display: inline-flex;
  padding: 0;
  color: var(--bootiq-muted);
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
}

html.booti2-theme .bootiq-footer .block-menu .nav-link:hover,
html.booti2-theme .bootiq-footer .block-menu .nav-link:focus-visible {
  color: var(--bootiq-ink);
}

html.booti2-theme .bootiq-footer__bottom .block-menu .nav {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 24px;
}

html.booti2-theme .bootiq-footer__bottom .block-menu .nav-link {
  font-size: 12px;
}

@media (max-width: 760px) {
  html.booti2-theme .bootiq-footer .block-menu .nav {
    gap: 7px;
  }

  html.booti2-theme .bootiq-footer__bottom .block-menu .nav {
    justify-content: flex-start;
    gap: 8px 18px;
  }
}

/* Catalog hero editable image and background. */
html.booti2-theme body.path-products .bootiq-catalog__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 36%);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  background:
    radial-gradient(circle at 78% 48%, color-mix(in srgb, var(--bootiq-catalog-hero-accent, #a69078) 20%, transparent), transparent 18rem),
    linear-gradient(90deg, #fffdf9 0%, var(--bootiq-catalog-hero-bg, #ede4d7) 100%);
}

html.booti2-theme body.path-products .bootiq-catalog__hero::after {
  display: none !important;
}

html.booti2-theme .bootiq-catalog__hero-media {
  margin: 0;
  justify-self: end;
  width: min(100%, 360px);
}

html.booti2-theme .bootiq-catalog__hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: contain;
}


@media (max-width: 760px) {
  html.booti2-theme body.path-products .bootiq-catalog__hero {
    grid-template-columns: 1fr;
  }

  html.booti2-theme .bootiq-catalog__hero-media {
    justify-self: center;
    width: min(76vw, 260px);
  }
}

/* Tenant-aware legal pages. */
html.booti2-theme .bootiq-legal {
  width: min(100% - 40px, var(--bootiq-container));
  margin: 0 auto;
  padding: clamp(36px, 5vw, 64px) 0 clamp(56px, 8vw, 96px);
}

html.booti2-theme .bootiq-legal__header {
  max-width: 760px;
  margin-bottom: clamp(28px, 4vw, 48px);
}

html.booti2-theme .bootiq-legal__header h1 {
  margin: 0;
  color: var(--bootiq-ink);
  font-family: var(--bootiq-serif);
  font-size: clamp(48px, 5.6vw, 72px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: 0;
}

html.booti2-theme .bootiq-legal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 14px;
  color: var(--bootiq-muted);
  font-size: 14px;
  line-height: 1.5;
}

html.booti2-theme .bootiq-legal__custom {
  max-width: 760px;
  margin-bottom: 36px;
  color: var(--bootiq-muted);
  font-size: 16px;
  line-height: 1.7;
}

html.booti2-theme .bootiq-legal__sections {
  border-top: 1px solid var(--bootiq-line);
}

html.booti2-theme .bootiq-legal__section {
  display: grid;
  grid-template-columns: minmax(180px, 30%) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(22px, 3.2vw, 34px) 0;
  border-bottom: 1px solid var(--bootiq-line);
}

html.booti2-theme .bootiq-legal__section h2 {
  margin: 0;
  color: var(--bootiq-ink);
  font-family: var(--bootiq-sans);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

html.booti2-theme .bootiq-legal__section p,
html.booti2-theme .bootiq-legal__section li {
  color: var(--bootiq-muted);
  font-size: 14px;
  line-height: 1.72;
}

html.booti2-theme .bootiq-legal__section p {
  margin: 0;
}

html.booti2-theme .bootiq-legal__section ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

@media (max-width: 760px) {
  html.booti2-theme .bootiq-legal {
    width: min(100% - 28px, var(--bootiq-container));
    padding-top: 34px;
  }

  html.booti2-theme .bootiq-legal__header h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  html.booti2-theme .bootiq-legal__section {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Blog and article pages. */
html.booti2-theme .bootiq-blog-index,
html.booti2-theme .bootiq-article {
  width: min(100% - 40px, var(--bootiq-container));
  margin: 0 auto;
  padding: clamp(34px, 4.5vw, 56px) 0 clamp(64px, 8vw, 104px);
}

html.booti2-theme .bootiq-blog-index__header {
  display: grid;
  gap: 10px;
  margin-bottom: clamp(20px, 3vw, 32px);
  padding-bottom: clamp(22px, 3vw, 32px);
  border-bottom: 1px solid var(--bootiq-line);
}

html.booti2-theme .bootiq-blog-index__header h1 {
  margin: 0;
  color: var(--bootiq-ink);
  font-family: var(--bootiq-serif);
  font-size: clamp(52px, 6vw, 76px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: 0;
}

html.booti2-theme .bootiq-blog-index__list .view-content {
  display: grid;
}

html.booti2-theme .bootiq-blog-index__list .views-row + .views-row {
  margin-top: 0;
}

html.booti2-theme .bootiq-blog-card {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: clamp(22px, 3.5vw, 36px) 0;
  border-bottom: 1px solid var(--bootiq-line);
  background: transparent;
}

html.booti2-theme .bootiq-blog-card__media {
  display: block;
  overflow: hidden;
  background: #ede4d7;
  text-decoration: none;
}

html.booti2-theme .bootiq-blog-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
  transition: transform .45s ease;
}

html.booti2-theme .bootiq-blog-card:hover .bootiq-blog-card__media img {
  transform: scale(1.025);
}

html.booti2-theme .bootiq-blog-card__copy {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

html.booti2-theme .bootiq-blog-card__copy h2 {
  max-width: 720px;
  margin: 0;
  color: var(--bootiq-ink);
  font-family: var(--bootiq-serif);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

html.booti2-theme .bootiq-blog-card__copy h2 a {
  color: inherit;
  text-decoration: none;
}

html.booti2-theme .bootiq-blog-card__summary {
  max-width: 560px;
  color: var(--bootiq-muted);
  font-size: 14px;
  line-height: 1.65;
}

html.booti2-theme .bootiq-blog-card__summary p {
  margin: 0;
}

html.booti2-theme .bootiq-text-link {
  color: var(--bootiq-ink);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
}

html.booti2-theme .bootiq-article__header {
  max-width: 900px;
  margin-bottom: clamp(28px, 5vw, 58px);
}

html.booti2-theme .bootiq-article__header h1 {
  max-width: 820px;
  margin: 0;
  color: var(--bootiq-ink);
  font-family: var(--bootiq-serif);
  font-size: clamp(50px, 6.4vw, 86px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: 0;
}

html.booti2-theme .bootiq-article__intro {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--bootiq-muted);
  font-size: 16px;
  line-height: 1.65;
}

html.booti2-theme .bootiq-article__media {
  margin: 0 0 clamp(32px, 5vw, 64px);
  background: #ede4d7;
}

html.booti2-theme .bootiq-article__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.85;
  object-fit: cover;
}

html.booti2-theme .bootiq-article__body {
  max-width: 720px;
  margin: 0 auto;
  color: var(--bootiq-muted);
  font-size: 17px;
  line-height: 1.8;
}

html.booti2-theme .bootiq-article__body p {
  margin: 0 0 1.25em;
}

@media (max-width: 760px) {
  html.booti2-theme .bootiq-blog-index,
  html.booti2-theme .bootiq-article {
    width: min(100% - 28px, var(--bootiq-container));
    padding-top: 28px;
  }

  html.booti2-theme .bootiq-blog-index__header h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  html.booti2-theme .bootiq-blog-card {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 22px 0;
  }

  html.booti2-theme .bootiq-blog-card__media img {
    aspect-ratio: 1;
  }

  html.booti2-theme .bootiq-blog-card__copy {
    gap: 8px;
  }

  html.booti2-theme .bootiq-blog-card__copy h2 {
    font-size: clamp(26px, 8vw, 34px);
  }

  html.booti2-theme .bootiq-blog-card__summary {
    font-size: 13px;
    line-height: 1.5;
  }

  html.booti2-theme .bootiq-article__header h1 {
    font-size: clamp(42px, 12vw, 60px);
  }
}

/* Contact page. */
html.booti2-theme .bootiq-contact {
  width: min(100% - 40px, var(--bootiq-container));
  margin: 0 auto;
  padding: clamp(36px, 5vw, 64px) 0 clamp(64px, 8vw, 104px);
}

html.booti2-theme .bootiq-contact__header {
  max-width: 780px;
  margin-bottom: clamp(36px, 5vw, 64px);
}

html.booti2-theme .bootiq-contact__header h1 {
  margin: 0;
  color: var(--bootiq-ink);
  font-family: var(--bootiq-serif);
  font-size: clamp(52px, 6vw, 76px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: 0;
}

html.booti2-theme .bootiq-contact__header p:not(.bootiq-eyebrow) {
  max-width: 520px;
  margin: 20px 0 0;
  color: var(--bootiq-muted);
  font-size: 15px;
  line-height: 1.65;
}

html.booti2-theme .bootiq-contact__layout {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 112px);
  padding-top: clamp(24px, 4vw, 40px);
  border-top: 1px solid var(--bootiq-line);
}

html.booti2-theme .bootiq-contact__details {
  display: grid;
  align-content: start;
  gap: 28px;
  color: var(--bootiq-muted);
  font-size: 14px;
  line-height: 1.6;
}

html.booti2-theme .bootiq-contact__details p {
  margin: 0;
}

html.booti2-theme .bootiq-contact__details a {
  color: inherit;
  text-decoration: none;
}

html.booti2-theme .bootiq-contact__label {
  margin-bottom: 8px !important;
  color: var(--bootiq-ink);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

html.booti2-theme .bootiq-contact__form {
  max-width: 680px;
}

html.booti2-theme .bootiq-contact__body {
  margin-bottom: 28px;
  color: var(--bootiq-muted);
  font-size: 15px;
  line-height: 1.65;
}

html.booti2-theme .bootiq-contact form .form-item {
  margin: 0 0 18px;
}

html.booti2-theme .bootiq-contact form label {
  display: block;
  margin-bottom: 7px;
  color: var(--bootiq-ink);
  font-size: 13px;
  font-weight: 600;
}

html.booti2-theme .bootiq-contact form input[type='text'],
html.booti2-theme .bootiq-contact form input[type='email'],
html.booti2-theme .bootiq-contact form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--bootiq-line);
  border-radius: 0;
  background: #fffdf9;
  color: var(--bootiq-ink);
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 14px;
}

html.booti2-theme .bootiq-contact form textarea {
  min-height: 180px;
  resize: vertical;
}

html.booti2-theme .bootiq-contact form .form-actions {
  margin-top: 26px;
}

html.booti2-theme .bootiq-contact form .button,
html.booti2-theme .bootiq-contact form input[type='submit'] {
  min-height: 48px;
  border: 1px solid var(--bootiq-ink);
  border-radius: 0;
  background: var(--bootiq-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 28px;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  html.booti2-theme .bootiq-contact {
    width: min(100% - 28px, var(--bootiq-container));
    padding-top: 28px;
  }

  html.booti2-theme .bootiq-contact__header h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  html.booti2-theme .bootiq-contact__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* Cart preview, product filters and product option controls. */
html.booti2-theme .bootiq-header,
html.booti2-theme .bootiq-header__inner,
html.booti2-theme .bootiq-header__actions,
html.booti2-theme .bootiq-cart-menu {
  overflow: visible;
}

html.booti2-theme .bootiq-cart-menu {
  position: relative;
  display: inline-flex;
  z-index: 260;
}

html.booti2-theme .bootiq-cart-menu::after {
  content: "";
  position: absolute;
  top: 100%;
  right: -18px;
  width: 348px;
  max-width: calc(100vw - 24px);
  height: 18px;
}

html.booti2-theme .bootiq-cart-menu > button.bootiq-header__tool {
  appearance: none;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bootiq-ink);
  cursor: pointer;
}

html.booti2-theme .bootiq-cart-preview {
  position: absolute;
  top: calc(100% + 12px);
  right: -10px;
  z-index: 320;
  width: 312px;
  max-width: calc(100vw - 32px);
  min-height: 0;
  padding: 16px;
  border: 1px solid var(--bootiq-line);
  background: var(--bootiq-bg);
  box-shadow: 0 22px 48px rgba(17, 17, 17, .10);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

html.booti2-theme .bootiq-cart-menu.is-open .bootiq-cart-preview,
html.booti2-theme .bootiq-cart-menu:hover .bootiq-cart-preview,
html.booti2-theme .bootiq-cart-menu:focus-within .bootiq-cart-preview {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

html.booti2-theme .bootiq-cart-preview__head,
html.booti2-theme .bootiq-cart-preview__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

html.booti2-theme .bootiq-cart-preview__head {
  min-height: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--bootiq-line);
  font-size: 12px;
  text-transform: uppercase;
}

html.booti2-theme .bootiq-cart-preview__head span,
html.booti2-theme .bootiq-cart-preview__item span,
html.booti2-theme .bootiq-cart-preview__empty {
  color: var(--bootiq-muted);
}

html.booti2-theme .bootiq-cart-preview__head span {
  text-transform: none;
}

html.booti2-theme .bootiq-cart-preview__items {
  display: grid;
  gap: 12px;
  padding: 14px 0;
}

html.booti2-theme .bootiq-cart-preview__item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
}

html.booti2-theme .bootiq-cart-preview__item img {
  width: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  background: var(--bootiq-soft-2);
}

html.booti2-theme .bootiq-cart-preview__item strong,
html.booti2-theme .bootiq-cart-preview__item span {
  display: block;
  font-family: var(--bootiq-sans);
  font-size: 12px;
  line-height: 1.4;
}

html.booti2-theme .bootiq-cart-preview__empty {
  margin: 22px 0 18px;
  text-align: center;
  font: 500 13px/1.5 var(--bootiq-sans);
}

html.booti2-theme .bootiq-cart-preview__total {
  padding: 12px 0;
  border-top: 1px solid var(--bootiq-line);
  font-size: 13px;
}

html.booti2-theme .bootiq-cart-preview__button {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  background: var(--bootiq-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 899px) {
  html.booti2-theme .bootiq-cart-preview {
    display: none !important;
  }
}

html.booti2-theme body.path-products .bootiq-filter-checks {
  display: grid;
  gap: 14px;
}

html.booti2-theme body.path-products .bootiq-filter-check {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--bootiq-muted);
  text-decoration: none;
}

html.booti2-theme body.path-products .bootiq-filter-check > span {
  width: 18px;
  height: 18px;
  border: 1px solid var(--bootiq-line);
  background: #fff;
}

html.booti2-theme body.path-products .bootiq-filter-check.is-active > span {
  border-color: var(--bootiq-ink);
  background: linear-gradient(var(--bootiq-ink), var(--bootiq-ink)) center/10px 10px no-repeat #fff;
}

html.booti2-theme body.path-products .bootiq-filter-check em {
  color: var(--bootiq-muted);
  font-style: normal;
}

html.booti2-theme .bootiq-product-detail .bootiq-size-options {
  display: grid;
  gap: 12px;
  margin: 0;
}

html.booti2-theme .bootiq-product-detail .bootiq-size-options > span,
html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size [class*="form-item-quantity"] > label {
  color: var(--bootiq-ink);
  font: 800 12px/1 var(--bootiq-sans);
  text-transform: uppercase;
}

html.booti2-theme .bootiq-product-detail .bootiq-size-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

html.booti2-theme .bootiq-product-detail button.bootiq-size-button {
  appearance: none;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #d8d0c5;
  border-radius: 0;
  background: #fffaf4;
  color: var(--bootiq-ink);
  box-shadow: 0 1px 2px rgba(17, 17, 17, .04);
  font: 800 11px/1 var(--bootiq-sans);
  text-align: center;
  cursor: pointer;
}

html.booti2-theme .bootiq-product-detail button.bootiq-size-button[aria-pressed="true"] {
  border-color: var(--bootiq-ink);
  background: var(--bootiq-ink);
  color: #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--bootiq-ink);
}

html.booti2-theme .bootiq-product-detail.has-bootiq-size-options .bootiq-product-purchase .bootiq-native-variation-select-wrapper,
html.booti2-theme .bootiq-product-detail.has-bootiq-size-options .bootiq-product-purchase .field--name-purchased-entity,
html.booti2-theme .bootiq-product-detail.has-bootiq-size-options .bootiq-product-purchase .field--widget-commerce-product-variation-title,
html.booti2-theme .bootiq-product-detail.has-bootiq-size-options .bootiq-product-purchase [data-drupal-selector="edit-purchased-entity-wrapper"],
html.booti2-theme .bootiq-product-detail.has-bootiq-size-options .bootiq-product-purchase #edit-purchased-entity-wrapper,
html.booti2-theme .bootiq-product-detail.has-bootiq-size-options .bootiq-product-purchase [class*="form-item-purchased-entity"],
html.booti2-theme .bootiq-product-detail.has-bootiq-size-options .bootiq-product-purchase .form-item:has(select[name*="purchased_entity"]),
html.booti2-theme .bootiq-product-detail.has-bootiq-size-options .bootiq-product-purchase select[name*="purchased_entity"],
html.booti2-theme .bootiq-product-detail.has-bootiq-size-options .bootiq-product-purchase .bootiq-native-variation-select {
  display: none !important;
}

html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) 118px !important;
  column-gap: 16px !important;
  row-gap: 18px !important;
  align-items: end !important;
  margin-top: 22px;
}

html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size form {
  display: contents !important;
}

html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size .bootiq-size-options {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: end !important;
}

html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size [class*="form-item-quantity"] {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: end !important;
  justify-self: start !important;
  display: grid;
  gap: 12px;
  width: 118px !important;
  margin: 0 !important;
}

html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size .form-actions {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  width: 100% !important;
  margin: 0 !important;
  display: grid;
}

html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size .form-actions .form-submit,
html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size .form-actions button[type="submit"] {
  width: 100% !important;
}

@media (max-width: 760px) {
  html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size {
    grid-template-columns: 1fr !important;
  }

  html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size .bootiq-size-options,
  html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size [class*="form-item-quantity"],
  html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size .form-actions {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

/* Product size/quantity final layout: size first, purchase row second. */
html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size {
  display: grid !important;
  grid-template-columns: 118px minmax(0, 1fr) !important;
  column-gap: 16px !important;
  row-gap: 18px !important;
  align-items: end !important;
  margin-top: 22px !important;
}

html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size form {
  display: contents !important;
}

html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size .bootiq-size-options {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  width: 100% !important;
}

html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size .bootiq-size-buttons {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
}

html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size [class*="form-item-quantity"] {
  grid-column: 1 !important;
  grid-row: 2 !important;
  align-self: end !important;
  justify-self: start !important;
  width: 118px !important;
  margin: 0 !important;
}

html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size .form-actions {
  grid-column: 2 !important;
  grid-row: 2 !important;
  align-self: end !important;
  width: 100% !important;
  margin: 0 !important;
}

html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size .form-actions .form-submit,
html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size .form-actions button[type="submit"] {
  width: 100% !important;
  min-height: 46px !important;
}

html.booti2-theme .bootiq-product-detail button.bootiq-size-button {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
}

@media (max-width: 760px) {
  html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size {
    grid-template-columns: 1fr !important;
  }

  html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size .bootiq-size-options,
  html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size [class*="form-item-quantity"],
  html.booti2-theme .bootiq-product-detail .bootiq-product-purchase--with-size .form-actions {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

