@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans/plus-jakarta-sans-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans/plus-jakarta-sans-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans/plus-jakarta-sans-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans/plus-jakarta-sans-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans/plus-jakarta-sans-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bobtex Fabric";
  src: url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bobtex Fabric";
  src: url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bobtex Fabric";
  src: url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bobtex Fabric";
  src: url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bf-page-width: 1920px;
  --bf-container: 1400px;
  --bf-container-padding: 40px;
  --bf-section-gap: 80px;
  --bf-section-gap-mobile: 48px;
  --bf-grid-gap: 30px;
  --bf-grid-gap-mobile: 20px;

  --bf-font-body: "Plus Jakarta Sans", sans-serif;
  --bf-font-heading: "Plus Jakarta Sans", sans-serif;
  --bf-weight-light: 300;
  --bf-weight-regular: 400;
  --bf-weight-medium: 500;
  --bf-weight-semibold: 600;
  --bf-weight-bold: 700;
  --bf-body-size: 16px;
  --bf-body-line: 1.5;
  --bf-body-weight: var(--bf-weight-regular);
  --bf-heading-line: 1.08;
  --bf-heading-weight: var(--bf-weight-semibold);
  --bf-letter-spacing: 0;

  --bf-h1-size: 40px;
  --bf-h1-line: 1.08;
  --bf-h1-weight: var(--bf-heading-weight);
  --bf-h2-size: 32px;
  --bf-h2-line: 1.12;
  --bf-h2-weight: var(--bf-heading-weight);
  --bf-h3-size: 25px;
  --bf-h3-line: 1.16;
  --bf-h3-weight: var(--bf-heading-weight);
  --bf-h4-size: 22px;
  --bf-h4-line: 1.2;
  --bf-h4-weight: var(--bf-heading-weight);
  --bf-h5-size: 18px;
  --bf-h5-line: 1.2;
  --bf-h5-weight: var(--bf-heading-weight);
  --bf-h6-size: 16px;
  --bf-h6-line: 1.25;
  --bf-h6-weight: var(--bf-weight-medium);
  --bf-h1: var(--bf-h1-size);
  --bf-h2: var(--bf-h2-size);
  --bf-h3: var(--bf-h3-size);
  --bf-small: 14px;
  --bf-mini: 12px;
  --bf-small-line: 1.45;
  --bf-mini-line: 1.35;
  --bf-button-text-size: 16px;
  --bf-button-text-line: 1.5;
  --bf-button-text-weight: var(--bf-weight-semibold);
  --bf-input-text-size: 16px;
  --bf-input-text-line: 1.5;
  --bf-input-text-weight: var(--bf-weight-regular);

  --bf-space-1: 4px;
  --bf-space-2: 8px;
  --bf-space-3: 12px;
  --bf-space-4: 16px;
  --bf-space-5: 24px;
  --bf-space-6: 32px;
  --bf-space-7: 48px;
  --bf-space-8: 64px;

  --bf-text: #15191e;
  --bf-heading: #15191e;
  --bf-muted: #69717d;
  --bf-soft: #f5f5f5;
  --bf-soft-2: #f7f7f7;
  --bf-line: #d8dce3;
  --bf-white: #fff;
  --bf-accent: #15191e;
  --bf-accent-contrast: #fff;
  --bf-warm: #ffe49b;
  --bf-danger: #e61c3e;
  --bf-subtle-bg: #f9fafb;

  --bf-radius: 0;
  --bf-card-radius: 0;
  --bf-button-radius: 0;
  --bf-button-height: 52px;
  --bf-input-height: 52px;
  --bf-logo-width: 118px;
  --bf-logo-height: 118px;
  --bf-footer-logo-size: 130px;
  --bf-header-height: 200px;
  --bf-header-announcement-height: 54px;
  --bf-header-announcement-size: 14px;
  --bf-header-announcement-line: 1;
  --bf-header-announcement-weight: var(--bf-weight-medium);
  --bf-header-nav-height: 88px;
  --bf-header-menu-height: 40px;
  --bf-header-menu-band-height: 40px;
  --bf-header-megamenu-width: 1400px;
  --bf-header-megamenu-divider-width: 1800px;
  --bf-header-megamenu-panel-height: 879px;
  --bf-header-utility-size: 12px;
  --bf-header-utility-line: 1.5;
  --bf-header-utility-weight: var(--bf-weight-regular);
  --bf-header-link-size: 16px;
  --bf-header-link-line: 1.5;
  --bf-header-link-weight: var(--bf-weight-medium);
  --bf-header-mobile-link-size: 17px;
  --bf-header-mobile-link-line: 1.35;
  --bf-header-mobile-link-weight: var(--bf-weight-semibold);
  --bf-header-submenu-heading-size: 16px;
  --bf-header-submenu-heading-line: 1.25;
  --bf-header-submenu-heading-weight: var(--bf-weight-semibold);
  --bf-header-submenu-link-size: 14px;
  --bf-header-submenu-link-line: 1.45;
  --bf-header-submenu-link-weight: var(--bf-weight-regular);
  --bf-header-icon-size: 24px;
  --bf-header-icon-button-size: 40px;
  --bf-header-count-size: 10px;
  --bf-header-count-line: 14px;
  --bf-header-count-weight: var(--bf-weight-semibold);
  --bf-header-count-background: #ff3213;
  --bf-header-count-color: var(--bf-white);
  --bf-footer-cta-height: 500px;
  --bf-footer-body-min-height: 418px;
  --bf-footer-bottom-height: 48px;
  --bf-footer-mobile-bar-height: 80px;
  --bf-footer-cta-title-width: 567px;
  --bf-footer-cta-button-width: 127px;
  --bf-footer-cta-title-size: 40px;
  --bf-footer-cta-title-line: 1.2;
  --bf-footer-cta-title-weight: 600;
  --bf-footer-button-size: 16px;
  --bf-footer-button-line: 1.5;
  --bf-footer-button-weight: 600;
  --bf-footer-address-size: 16px;
  --bf-footer-address-line: 1.5;
  --bf-footer-address-weight: 400;
  --bf-footer-heading-size: 18px;
  --bf-footer-heading-line: 1.2;
  --bf-footer-heading-weight: 600;
  --bf-footer-phone-size: 24px;
  --bf-footer-phone-line: 1.5;
  --bf-footer-phone-weight: 700;
  --bf-footer-link-size: 16px;
  --bf-footer-link-line: 1.8;
  --bf-footer-link-weight: 400;
  --bf-footer-contact-size: 14px;
  --bf-footer-contact-line: 1.5;
  --bf-footer-contact-weight: 400;
  --bf-footer-schedule-line: 1.5;
  --bf-footer-schedule-weight: 400;
  --bf-footer-copyright-size: 14px;
  --bf-footer-copyright-line: 1.5;
  --bf-footer-copyright-weight: 400;
  --bf-product-column-gap: 28px;
  --bf-product-gallery-gap: 28px;
  --bf-product-media-ratio: 3 / 4;
  --bf-product-fbt-bg: #f9fafb;
  --bf-product-fbt-check-border: #c2c9d3;
  --bf-product-fbt-check-ring: #f2f3f3;
  --bf-product-thumb-width: 96px;
  --bf-product-thumb-height: 128px;
  --bf-product-thumb-gap: 16px;
  --bf-product-title-size: 40px;
  --bf-product-title-line: 48px;
  --bf-product-title-weight: var(--bf-weight-semibold);
  --bf-product-sticky-gap: 24px;
  --bf-cart-summary-width: 357px;
  --bf-cart-column-gap: 56px;
  --bf-cart-row-height: 187px;
  --bf-cart-image-width: 120px;
  --bf-cart-image-height: 160px;
  --bf-cart-quantity-width: 170px;
  --bf-cart-quantity-height: 48px;
  --bf-minicart-width: 427px;
  --bf-minicart-recommendations-width: 427px;
  --bf-minicart-padding: 32px;
  --bf-minicart-image-width: 120px;
  --bf-minicart-image-height: 160px;
  --bf-minicart-quantity-height: 52px;
  --bf-quickview-width: 1166.5px;
  --bf-quickview-height: 978px;
  --bf-quickview-padding: 20px;
  --bf-quickview-column-gap: 20px;
  --bf-quickview-media-width: 565.5px;
  --bf-quickview-content-width: 541px;
  --bf-quickview-stage-height: 754px;
  --bf-quickview-close-size: 40px;
  --bf-ease: cubic-bezier(0, 0, .3, 1);
}

@media (max-width: 767px) {
  :root {
    --bf-container-padding: 15px;
    --bf-section-gap: var(--bf-section-gap-mobile);
    --bf-grid-gap: var(--bf-grid-gap-mobile);
    --bf-h1: 30px;
    --bf-h2: 25px;
    --bf-h3: 22px;
    --bf-h1-size: 30px;
    --bf-h2-size: 25px;
    --bf-h3-size: 22px;
    --bf-h4-size: 20px;
    --bf-body-size: 16px;
    --bf-logo-width: 56px;
    --bf-logo-height: 56px;
    --bf-footer-logo-size: 120px;
    --bf-header-height: 112px;
    --bf-header-announcement-height: 48px;
    --bf-header-nav-height: 64px;
    --bf-header-menu-height: 0px;
    --bf-header-menu-band-height: 0px;
    --bf-header-icon-button-size: 40px;
    --bf-header-icon-size: 24px;
    --bf-header-link-size: var(--bf-header-mobile-link-size);
    --bf-header-link-line: var(--bf-header-mobile-link-line);
    --bf-header-link-weight: var(--bf-header-mobile-link-weight);
    --bf-footer-cta-height: 286px;
    --bf-footer-mobile-bar-height: 80px;
    --bf-footer-cta-title-size: 28px;
    --bf-footer-heading-size: 18px;
    --bf-footer-heading-line: 2;
    --bf-footer-phone-size: 20px;
    --bf-footer-link-line: 1;
    --bf-footer-link-weight: 400;
    --bf-product-media-ratio: 3 / 4;
    --bf-product-thumb-width: 60px;
    --bf-product-thumb-height: 80px;
    --bf-product-thumb-gap: 12px;
    --bf-product-title-size: 24px;
    --bf-product-title-line: 28.8px;
  }
}

* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.bobtex-fabric {
  margin: 0;
  background: var(--bf-white);
  color: var(--bf-text);
  font-family: var(--bf-font-body);
  font-size: var(--bf-body-size);
  font-weight: var(--bf-body-weight);
  line-height: var(--bf-body-line);
  letter-spacing: var(--bf-letter-spacing);
  overflow-x: hidden;
}

body.bobtex-fabric > .container,
.bf-container,
.bobtex-container {
  width: min(var(--bf-container), calc(100% - var(--bf-container-padding) * 2));
  max-width: none;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

.bf-page {
  width: 100%;
  max-width: var(--bf-page-width);
  margin: 0 auto;
}

.bf-page.bf-container {
  width: min(var(--bf-container), calc(100% - var(--bf-container-padding) * 2));
  max-width: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color .25s var(--bf-ease), transform .25s var(--bf-ease), opacity .25s var(--bf-ease);
}

a:hover,
a:focus {
  color: var(--bf-accent);
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.bf-heading {
  margin: 0;
  color: var(--bf-heading);
  font-family: var(--bf-font-heading);
  font-weight: var(--bf-heading-weight);
  line-height: var(--bf-heading-line);
  letter-spacing: 0;
}

h1,
.bf-h1 {
  font-size: var(--bf-h1);
  font-weight: var(--bf-h1-weight);
  line-height: var(--bf-h1-line);
}

h2,
.bf-h2 {
  font-size: var(--bf-h2);
  font-weight: var(--bf-h2-weight);
  line-height: var(--bf-h2-line);
}

h3,
.bf-h3 {
  font-size: var(--bf-h3);
  font-weight: var(--bf-h3-weight);
  line-height: var(--bf-h3-line);
}

h4,
.bf-h4 {
  font-size: var(--bf-h4-size);
  font-weight: var(--bf-h4-weight);
  line-height: var(--bf-h4-line);
}

h5,
.bf-h5 {
  font-size: var(--bf-h5-size);
  font-weight: var(--bf-h5-weight);
  line-height: var(--bf-h5-line);
}

h6,
.bf-h6 {
  font-size: var(--bf-h6-size);
  font-weight: var(--bf-h6-weight);
  line-height: var(--bf-h6-line);
}

p {
  margin-top: 0;
}

.bf-muted {
  color: var(--bf-muted);
}

.is-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
}

.bf-button,
.btn-primary,
.button {
  min-height: var(--bf-button-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--bf-accent);
  border-radius: var(--bf-button-radius);
  background: var(--bf-accent);
  color: var(--bf-accent-contrast);
  padding: 15px 28px;
  font-size: var(--bf-button-text-size);
  font-weight: var(--bf-button-text-weight);
  line-height: var(--bf-button-text-line);
  text-align: center;
  box-shadow: none;
  transition: transform .25s var(--bf-ease), background .25s var(--bf-ease), color .25s var(--bf-ease);
}

.bf-button:hover,
.btn-primary:hover,
.button:hover {
  transform: translateY(-2px);
  background: var(--bf-white);
  color: var(--bf-accent);
}

.bf-button--secondary {
  background: var(--bf-white);
  color: var(--bf-accent);
}

.bf-button--secondary:hover {
  background: var(--bf-accent);
  color: var(--bf-accent-contrast);
}

.bf-button--dark {
  border-color: var(--bf-heading);
  background: var(--bf-heading);
  color: var(--bf-white);
}

.bf-button--dark:hover {
  background: var(--bf-white);
  color: var(--bf-heading);
}

.form-control,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
  min-height: var(--bf-input-height);
  border: 1px solid var(--bf-line);
  border-radius: var(--bf-radius);
  color: var(--bf-text);
  font-family: inherit;
  font-size: var(--bf-input-text-size);
  font-weight: var(--bf-input-text-weight);
  line-height: var(--bf-input-text-line);
  box-shadow: none;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--bf-accent);
  box-shadow: none;
  outline: 0;
}

.bf-announcement {
  max-height: var(--bf-header-announcement-height);
  overflow: hidden;
  background: var(--bf-warm);
  color: var(--bf-heading);
  font-size: var(--bf-header-announcement-size);
  font-weight: var(--bf-header-announcement-weight);
  line-height: var(--bf-header-announcement-line);
  border-bottom: 0;
  opacity: 1;
  transition: max-height .3s var(--bf-ease), opacity .2s var(--bf-ease);
}

.bf-announcement.is-closing {
  max-height: 0;
  opacity: 0;
}

.bf-announcement__inner {
  position: relative;
  min-height: var(--bf-header-announcement-height);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.bf-announcement__inner > span,
.bf-announcement__message {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bf-announcement__message,
.bf-announcement__message:hover,
.bf-announcement__message:focus {
  color: inherit;
  text-decoration: none;
}

.bf-announcement__close {
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  opacity: .72;
  transform: translateY(-50%);
}

.bf-announcement__close:hover {
  opacity: 1;
}

.bf-header {
  position: relative;
  z-index: 10;
  background: var(--bf-white);
  border-bottom: 0;
  transition: color .4s var(--bf-ease), top .3s var(--bf-ease);
}

.bf-header__bar {
  display: none;
  border-bottom: 1px solid rgba(216, 220, 227, .55);
  font-size: var(--bf-header-utility-size);
  font-weight: var(--bf-header-utility-weight);
  line-height: var(--bf-header-utility-line);
  background: #fbfbfb;
}

.bf-header__bar-inner {
  min-height: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.bf-header__locale,
.bf-header__service {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--bf-muted);
}

.bf-header__service {
  justify-content: flex-end;
}

.bf-header__locale .pull-left {
  float: none !important;
}

.bf-header__locale .btn-link {
  color: var(--bf-muted);
  font-size: var(--bf-header-utility-size);
  text-decoration: none;
  padding: 0;
}

.bf-header__inner {
  min-height: var(--bf-header-nav-height);
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  gap: 24px;
}

.bf-logo {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  color: var(--bf-heading);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.bf-logo img {
  width: var(--bf-logo-width);
  height: var(--bf-logo-height);
  max-height: none;
  object-fit: contain;
  display: block;
}

.bf-header__mobile-spacer {
  display: none;
}

.bf-header__tools {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.bf-header__phone {
  display: none;
  color: var(--bf-heading);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.bf-header__phone-note {
  color: var(--bf-muted);
  font-size: var(--bf-mini);
  font-weight: 400;
}

.bf-icon-link,
.bf-menu-toggle,
.bf-cart #cart > button {
  width: var(--bf-header-icon-button-size);
  height: var(--bf-header-icon-button-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--bf-heading);
  padding: 0;
  line-height: 1;
}

.bf-icon-link:hover,
.bf-menu-toggle:hover,
.bf-cart #cart > button:hover {
  opacity: .72;
}

.bf-icon-link,
.bf-menu-toggle,
.bf-cart #cart > button {
  transition: color .25s var(--bf-ease), background-color .25s var(--bf-ease), opacity .25s var(--bf-ease);
}

.bf-site-icon {
  width: var(--bf-header-icon-size);
  height: var(--bf-header-icon-size);
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 var(--bf-header-icon-size);
}

.bf-site-icon--menu {
  transform-origin: 50% 50%;
}

.bf-cart-icon {
  object-fit: contain;
  filter: invert(1);
  transition: filter .4s var(--bf-ease);
}

.bf-menu-toggle {
  grid-column: 1;
  display: none;
  justify-self: start;
}

.bf-menu-toggle[aria-expanded="true"] {
  opacity: .72;
}

.bf-header__mobile-search {
  display: none;
}

.bf-header__search-link {
  display: inline-flex;
}

.bf-cart #cart {
  margin: 0;
}

.bf-cart #cart > button {
  position: relative;
}

.bf-cart #cart > button.btn {
  min-height: 40px;
  padding: 0;
  box-shadow: none;
  text-shadow: none;
}

.bf-cart #cart-total,
.bf-header__wishlist #wishlist-total {
  min-width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  border-radius: 999px;
  background: var(--bf-header-count-background);
  color: var(--bf-header-count-color);
  font-size: var(--bf-header-count-size);
  font-weight: var(--bf-header-count-weight);
  line-height: var(--bf-header-count-line);
}

.bf-header__wishlist {
  position: relative;
}

body.bf-minicart-open {
  overflow: hidden;
}

body.bf-minicart-open .bf-header {
  z-index: 60 !important;
}

body.bf-minicart-open .bf-header__inner {
  z-index: 2 !important;
}

body.bf-minicart-open .bf-nav {
  z-index: 0 !important;
}

.bf-mini-cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: block;
  background: rgba(20, 19, 19, .3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s var(--bf-ease), visibility 0s linear .3s;
}

.bf-cart #cart.is-open .bf-mini-cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.bf-minicart-recommendations {
  width: var(--bf-minicart-recommendations-width);
  position: fixed;
  top: 0;
  right: var(--bf-minicart-width);
  bottom: 0;
  z-index: 1051;
  display: none;
  padding: 32px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-right: 3px solid var(--bf-line);
  background: var(--bf-white);
  visibility: hidden;
  transform: translateX(calc(100% + var(--bf-minicart-width)));
  transition: transform .3s var(--bf-ease), visibility 0s linear .3s;
}

.bf-cart #cart.is-open .bf-minicart-recommendations {
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0s;
}

.bf-minicart-recommendations__module {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bf-minicart-recommendations__module h2 {
  margin: 0;
  color: var(--bf-heading);
  font-family: var(--bf-font-heading);
  font-size: 24px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.2;
}

.bf-minicart-recommendations__products {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.bf-minicart-recommendations__product {
  min-height: 144px;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 12px;
}

.bf-minicart-recommendations__product + .bf-minicart-recommendations__product {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 2px solid var(--bf-line);
}

.bf-minicart-recommendations__media {
  width: 118px;
  height: 157px;
  display: block;
  overflow: hidden;
  background: var(--bf-subtle-bg);
}

.bf-minicart-recommendations__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s var(--bf-ease);
}

.bf-minicart-recommendations__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.bf-minicart-recommendations__details {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bf-header .bf-cart #cart .bf-minicart-recommendations__name {
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: var(--bf-weight-semibold);
  line-height: normal;
  overflow-wrap: anywhere;
}

.bf-minicart-recommendations__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: var(--bf-weight-semibold);
  line-height: normal;
}

.bf-minicart-recommendations__price del {
  color: var(--bf-muted);
  font-size: 14px;
  font-weight: var(--bf-weight-regular);
}

.bf-minicart-recommendations__cart {
  position: relative;
  padding: 0 0 2px;
  border: 0;
  background: transparent;
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.2;
}

.bf-minicart-recommendations__cart::after {
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .25s var(--bf-ease);
}

.bf-minicart-recommendations__cart:hover::after,
.bf-minicart-recommendations__cart:focus::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.bf-minicart-recommendations .bf-promo-banners--minicart {
  padding: 24px 0 0;
}

.bf-minicart-recommendations .bf-promo-banners--minicart .bf-container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.bf-minicart-recommendations .bf-promo-banners--minicart .bf-promo-banners__grid {
  display: block;
}

.bf-minicart-recommendations .bf-promo-banners--minicart .bf-promo-banner__media {
  min-height: 285px;
  aspect-ratio: 363 / 285;
}

.bf-minicart-recommendations .bf-promo-banners--minicart .bf-promo-banner__content {
  width: 78%;
  align-content: start;
  gap: 8px;
  padding: 24px;
}

.bf-minicart-recommendations .bf-promo-banners--minicart .bf-promo-banner__eyebrow {
  font-size: 14px;
  font-weight: var(--bf-weight-medium);
  letter-spacing: 0;
}

.bf-minicart-recommendations .bf-promo-banners--minicart .bf-promo-banner__title {
  color: var(--bf-warm);
  font-size: 24px;
  font-weight: var(--bf-weight-bold);
  line-height: 1.2;
}

.bf-minicart-recommendations .bf-promo-banners--minicart .bf-promo-banner__action {
  margin-top: 8px;
  font-size: 14px;
  font-weight: var(--bf-weight-medium);
  text-decoration: underline;
}

.bf-cart #cart .bf-mini-cart {
  width: min(var(--bf-minicart-width), 100vw);
  min-width: 0;
  max-height: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 1052;
  display: block;
  margin: 0;
  padding: var(--bf-minicart-padding);
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--bf-white);
  box-shadow: none;
  opacity: 1;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform .3s var(--bf-ease), visibility 0s linear .3s;
}

.bf-cart #cart .bf-mini-cart:focus {
  outline: 0;
}

.bf-cart #cart.is-open .bf-mini-cart {
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0s;
}

.bf-cart #cart .bf-mini-cart__shell {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: 0;
}

#cart .bf-mini-cart .bf-mini-cart__shell > div {
  min-width: 0;
  padding: 0;
}

.bf-mini-cart__top {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bf-mini-cart__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex: 0 0 auto;
}

.bf-mini-cart__heading h2 {
  margin: 0;
  color: var(--bf-heading);
  font-family: var(--bf-font-heading);
  font-size: 24px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.2;
}

.bf-mini-cart__close {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1;
}

.bf-mini-cart__close img {
  width: 15px;
  height: 15px;
  display: block;
  filter: brightness(0) saturate(100%);
  transition: filter .2s var(--bf-ease);
}

.bf-mini-cart__close:hover img,
.bf-mini-cart__close:focus img {
  filter: none;
}

.bf-mini-cart__close:focus {
  outline: 0;
  box-shadow: none;
}

.bf-mini-cart__close:focus-visible {
  outline: 1px solid var(--bf-heading);
  outline-offset: 2px;
  box-shadow: none;
}

.bf-mini-cart__items {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.bf-mini-cart__item {
  display: grid;
  grid-template-columns: var(--bf-minicart-image-width) minmax(0, 1fr);
  gap: 12px;
  padding: 0;
}

.bf-mini-cart__item + .bf-mini-cart__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--bf-line);
}

.bf-mini-cart__media {
  width: var(--bf-minicart-image-width);
  height: var(--bf-minicart-image-height);
  align-self: start;
  display: block;
  overflow: hidden;
  background: var(--bf-subtle-bg);
}

.bf-mini-cart__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s var(--bf-ease);
}

.bf-mini-cart__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.bf-mini-cart__name-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bf-mini-cart__eyebrow,
.bf-mini-cart__recurring {
  color: #65758b;
  font-size: 14px;
  font-weight: var(--bf-weight-regular);
  line-height: normal;
}

.bf-header .bf-cart #cart .bf-mini-cart__name {
  max-width: 100%;
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: var(--bf-weight-semibold);
  line-height: normal;
  overflow-wrap: anywhere;
}

.bf-mini-cart__options {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--bf-heading);
  font-size: 14px;
  font-weight: var(--bf-weight-regular);
  line-height: normal;
}

.bf-mini-cart__options small {
  color: #65758b;
  font-size: 12px;
}

.bf-mini-cart__price {
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: var(--bf-weight-semibold);
  line-height: normal;
}

.bf-mini-cart__actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 8px;
}

.bf-mini-cart__quantity {
  height: var(--bf-minicart-quantity-height);
  display: grid;
  grid-template-columns: 44px 64px 44px;
  align-items: center;
  border: 1px solid var(--bf-line);
  background: var(--bf-white);
}

.bf-mini-cart__quantity button,
.bf-mini-cart__quantity span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bf-mini-cart__quantity button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bf-heading);
  font-size: 18px;
  font-weight: var(--bf-weight-regular);
}

.bf-mini-cart__quantity button:disabled {
  color: var(--bf-line);
  cursor: not-allowed;
}

.bf-mini-cart__quantity span {
  color: var(--bf-heading);
  font-size: 14px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.5;
}

.bf-mini-cart__remove {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1;
  text-decoration: none;
}

.bf-mini-cart__remove img {
  width: 12px;
  height: 12px;
  display: block;
  filter: brightness(0) saturate(100%);
  transition: filter .2s var(--bf-ease);
}

.bf-mini-cart__remove:hover,
.bf-mini-cart__remove:focus {
  color: var(--bf-heading);
  opacity: 1;
}

.bf-mini-cart__remove:hover img,
.bf-mini-cart__remove:focus img {
  filter: none;
}

.bf-mini-cart__bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 auto;
  padding-top: 32px;
  border-top: 1px solid var(--bf-heading);
}

@media (hover: hover) and (pointer: fine) {
  .bf-minicart-recommendations__media:hover img,
  .bf-minicart-recommendations__media:focus-within img,
  .bf-mini-cart__media:hover img,
  .bf-mini-cart__media:focus-within img {
    transform: scale(1.04);
  }
}

.bf-mini-cart__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  color: var(--bf-heading);
  font-size: 16px;
  line-height: normal;
}

.bf-mini-cart__total strong {
  font-size: 20px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.5;
}

.bf-mini-cart__checkout {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  background: var(--bf-warm);
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.2;
  text-align: center;
}

.bf-header .bf-cart #cart .bf-mini-cart__checkout {
  color: var(--bf-heading);
}

.bf-header .bf-cart #cart .bf-mini-cart__checkout:hover,
.bf-header .bf-cart #cart .bf-mini-cart__checkout:focus {
  color: var(--bf-heading);
  opacity: .82;
}

.bf-mini-cart__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: var(--bf-weight-medium);
  line-height: 1.2;
}

.bf-mini-cart__links a {
  color: inherit;
  text-decoration: underline;
}

.bf-mini-cart__links button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
}

#cart .dropdown-menu li .bf-mini-cart__empty {
  margin: 0;
  color: var(--bf-muted);
  font-size: 16px;
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  .bf-announcement,
  .bf-header {
    transition: none;
  }

  .bf-mini-cart-overlay,
  .bf-minicart-recommendations,
  .bf-cart #cart .bf-mini-cart {
    transition: none;
  }

  .bf-minicart-recommendations__media img,
  .bf-mini-cart__media img,
  .bf-mini-cart__close img,
  .bf-mini-cart__remove img,
  .bf-minicart-recommendations .bf-promo-banners--minicart .bf-promo-banner__media img {
    transition: none;
    transform: none;
  }
}

@media (min-width: 1200px) {
  .bf-minicart-recommendations {
    display: block;
  }
}

@media (max-width: 767px) {
  .bf-cart {
    width: auto;
    height: auto;
    min-width: 40px;
    min-height: 40px;
    position: static;
    z-index: 60;
    display: inline-flex;
    margin-left: 0;
    flex: 0 0 auto;
  }

  .bf-cart #cart > button {
    display: inline-flex;
  }

  .bf-cart #cart .bf-mini-cart {
    width: min(100vw, var(--bf-minicart-width));
    padding: 24px;
  }

  .bf-mini-cart__item {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .bf-mini-cart__media {
    width: 104px;
    height: 139px;
  }
}

.bf-search {
  display: none;
  grid-column: 1;
  position: relative;
  width: min(100%, 320px);
  justify-self: start;
}

.bf-search input,
.bobtex-search input {
  width: 100%;
  min-height: 46px;
  padding: 0 48px 0 16px;
  background: var(--bf-white);
  border-color: var(--bf-line);
}

.bf-search button,
.bobtex-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 46px;
  border: 0;
  background: transparent;
  color: var(--bf-heading);
}

.bf-nav {
  position: relative;
  background: var(--bf-white);
  border-top: 0;
  border-bottom: 0;
}

.bf-nav__backdrop,
.bf-nav__mobile-panel {
  display: none;
}

.bf-nav__mobile-trigger.bf-nav__link {
  display: none;
}

.bf-nav__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: var(--bf-header-menu-band-height);
}

.bf-nav__collapse.collapse {
  display: block !important;
  height: auto !important;
}

.bf-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 990px) {
  .bf-header__inner {
    position: relative;
    z-index: 2 !important;
    min-height: 134px !important;
    grid-template-columns: 130px minmax(0, 1fr) auto;
    pointer-events: none;
  }

  .bf-logo {
    position: relative;
    z-index: 3;
    grid-column: 1;
    justify-self: start;
    align-self: start;
    pointer-events: auto;
    transform: translateY(8px);
  }

  .bf-header__tools {
    position: relative;
    z-index: 3;
    grid-column: 3;
    pointer-events: auto;
  }

  body.bobtex-fabric .bf-header > .bf-nav {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 134px;
    background: transparent;
  }

  .bf-nav__collapse.collapse,
  .bf-nav__list {
    width: 100%;
  }

  .bf-nav__inner {
    min-height: 134px;
    align-items: center;
  }

  .bf-nav__list {
    justify-content: flex-start;
    gap: 32px;
    padding-right: 176px;
    padding-left: 178px;
  }
}

.bf-nav__link,
.bf-nav__heading {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--bf-heading);
  font-size: var(--bf-header-link-size);
  font-weight: var(--bf-header-link-weight);
  text-transform: capitalize;
  line-height: var(--bf-header-link-line);
}

.bf-nav__link:after,
.bf-nav__heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  border-bottom: 1px solid currentColor;
  transition: width .25s var(--bf-ease);
}

.bf-nav__link:hover:after,
.bf-nav__heading:hover:after {
  width: 100%;
}

.bf-nav__link i {
  font-size: 12px;
  line-height: 1;
  transition: transform .25s var(--bf-ease);
}

.bf-nav__catalog {
  position: static;
}

.bf-nav__dropdown {
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  width: 100vw;
  max-height: calc(100vh - var(--bf-header-height));
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 220px));
  justify-content: center;
  align-items: start;
  gap: 26px 32px;
  padding: 40px max(60px, calc((100vw - var(--bf-header-megamenu-width)) / 2)) 48px;
  background: var(--bf-white);
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 0);
  transition: opacity .25s var(--bf-ease), visibility .25s var(--bf-ease);
  z-index: 20;
}

.bf-nav__dropdown:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(var(--bf-header-megamenu-divider-width), calc(100vw - 120px));
  height: 1px;
  background: var(--bf-heading);
  transform: translateX(-50%);
}

body.bobtex-fabric .bf-nav__dropdown--desktop,
body.bobtex-fabric .bf-nav__dropdown--desktop .bf-nav__heading {
  color: var(--bf-heading);
}

.bf-nav__catalog:hover .bf-nav__dropdown {
  opacity: 1;
  visibility: visible;
}

.bf-nav__catalog:hover .bf-nav__link i {
  transform: rotate(180deg);
}

.bf-nav__children {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.bf-nav__children a {
  display: block;
  padding: 5px 0;
  color: var(--bf-heading);
  font-size: var(--bf-header-submenu-link-size);
  font-weight: var(--bf-header-submenu-link-weight);
  line-height: var(--bf-header-submenu-link-line);
}

.bf-nav__group {
  min-width: 0;
}

.bf-nav__group--children .bf-nav__children {
  max-height: none;
  overflow: visible;
}

.bf-nav__group--wide {
  grid-column: span 2;
}

.bf-nav__group--wide .bf-nav__children,
.bf-nav__group--children:first-child .bf-nav__children {
  columns: 2 140px;
  column-gap: 56px;
  max-height: none;
}

.bf-nav__group--wide .bf-nav__children li,
.bf-nav__group--children:first-child .bf-nav__children li {
  break-inside: avoid;
}

.bf-nav__promo {
  position: relative;
  grid-column: 1 / span 4;
  width: min(100%, 1043px);
  aspect-ratio: 1043 / 395;
  margin-top: 36px;
  overflow: hidden;
  background: #d9d9d9;
}

.bf-nav__promo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bf-nav__promo-content {
  position: absolute;
  top: 76px;
  left: 66px;
  max-width: 366px;
  color: var(--bf-heading);
}

.bf-nav__promo-eyebrow {
  margin-bottom: 12px;
  color: #ad3834;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.bf-nav__promo-title {
  color: #dd443e;
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.bf-nav__promo-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  padding: 0 24px;
  background: var(--bf-white);
  color: var(--bf-heading);
  font-size: var(--bf-small);
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 990px) {
  body.bobtex-fabric:has(#common-home) .bf-announcement {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 31;
    display: block;
  }

  body.bobtex-fabric:has(#common-home) .bf-announcement[hidden] {
    display: none;
  }

  body.bobtex-fabric:has(#common-home) .bf-main {
    padding-top: 0;
  }

  body.bobtex-fabric:has(#common-home) .bf-header {
    position: absolute;
    top: var(--bf-header-announcement-height);
    right: 0;
    left: 0;
    z-index: 30;
    background: transparent;
    color: var(--bf-white);
  }

  body.bobtex-fabric:has(#common-home) .bf-header:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background: var(--bf-white);
    opacity: 0;
    transition: opacity .25s var(--bf-ease);
  }

  body.bobtex-fabric:has(#common-home) .bf-header__inner,
  body.bobtex-fabric:has(#common-home) .bf-nav {
    position: relative;
    z-index: 1;
  }

  body.bobtex-fabric:has(#common-home) .bf-header__bar {
    display: none;
  }

  body.bobtex-fabric:has(#common-home) .bf-header__inner {
    min-height: var(--bf-header-nav-height);
  }

  body.bobtex-fabric:has(#common-home) .bf-menu-toggle {
    grid-column: 1;
    display: none;
    justify-self: start;
    color: currentColor;
    background: transparent;
  }

  body.bobtex-fabric:has(#common-home) .bf-search,
  body.bobtex-fabric:has(#common-home) .bf-header__phone {
    display: none;
  }

  body.bobtex-fabric:has(#common-home) .bf-header__search-link {
    display: inline-flex;
  }

  body.bobtex-fabric:has(#common-home) .bf-icon-link,
  body.bobtex-fabric:has(#common-home) .bf-cart #cart > button {
    background: transparent;
    color: currentColor;
  }

  body.bobtex-fabric:has(#common-home) .bf-logo,
  body.bobtex-fabric:has(#common-home) .bf-header__tools,
  body.bobtex-fabric:has(#common-home) .bf-header__tools a,
  body.bobtex-fabric:has(#common-home) .bf-cart #cart > button {
    color: currentColor;
  }

  body.bobtex-fabric:has(#common-home) .bf-logo img {
    filter: invert(1) brightness(10);
    transition: filter .4s var(--bf-ease);
  }

  body.bobtex-fabric:has(#common-home) .bf-header .bf-cart-icon {
    filter: none;
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-header .bf-cart-icon {
    filter: none;
  }

  body.bobtex-fabric:has(#common-home) .bf-header:hover .bf-cart-icon,
  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-header:hover .bf-cart-icon {
    filter: invert(1);
  }

  body.bobtex-fabric:has(#common-home) .bf-nav {
    background: transparent;
    border-color: transparent;
    color: var(--bf-white);
    transition: color .4s var(--bf-ease), background-color .4s var(--bf-ease), border-color .4s var(--bf-ease);
  }

  body.bobtex-fabric:has(#common-home) .bf-nav__link,
  body.bobtex-fabric:has(#common-home) .bf-nav__heading {
    color: currentColor;
    font-size: var(--bf-header-link-size);
    font-weight: var(--bf-header-link-weight);
    line-height: var(--bf-header-link-line);
    text-transform: capitalize;
  }

  body.bobtex-fabric:has(#common-home) .bf-header:hover,
  body.bobtex-fabric:has(#common-home) .bf-header:hover .bf-nav {
    color: var(--bf-heading);
  }

  body.bobtex-fabric:has(#common-home) .bf-header:hover:before {
    opacity: 1;
  }

  body.bobtex-fabric:has(#common-home) .bf-header:hover .bf-nav {
    border-color: rgba(216, 220, 227, .7);
  }

  body.bobtex-fabric:has(#common-home) .bf-header:hover .bf-logo img {
    filter: none;
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-header {
    position: absolute;
    top: var(--bf-header-announcement-height);
    right: 0;
    left: 0;
    z-index: 30;
    background: transparent;
    color: var(--bf-white);
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-header:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background: var(--bf-white);
    opacity: 0;
    transition: opacity .25s var(--bf-ease);
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-header__inner,
  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-nav {
    position: relative;
    z-index: 1;
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-header__bar,
  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-search,
  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-header__phone {
    display: none;
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-header__search-link {
    display: inline-flex;
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-icon-link,
  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-cart #cart > button {
    background: transparent;
    color: currentColor;
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-logo img {
    filter: invert(1) brightness(10);
    transition: filter .4s var(--bf-ease);
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-nav {
    background: transparent;
    border-color: transparent;
    color: var(--bf-white);
    transition: color .4s var(--bf-ease), background-color .4s var(--bf-ease), border-color .4s var(--bf-ease);
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-nav__link,
  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-nav__heading {
    color: currentColor;
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-header:hover,
  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-header:hover .bf-nav {
    color: var(--bf-heading);
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-header:hover:before {
    opacity: 1;
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-header:hover .bf-nav {
    border-color: rgba(216, 220, 227, .7);
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-header:hover .bf-logo img {
    filter: none;
  }

  body.bobtex-fabric:has(#common-home) .bf-announcement:is(.is-closing, [hidden]) + .bf-header,
  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-announcement:is(.is-closing, [hidden]) + .bf-header {
    top: 0;
  }
}

.bf-main {
  padding-top: var(--bf-section-gap);
  padding-bottom: var(--bf-section-gap);
}

.bf-section {
  margin-top: var(--bf-section-gap);
}

.bf-section:first-child {
  margin-top: 0;
}

.bf-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.bf-section-heading > div {
  min-width: 0;
}

.bf-section-heading__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--bf-muted);
  font-size: var(--bf-small);
  font-weight: 600;
  text-transform: uppercase;
}

.bf-section-heading p {
  max-width: 520px;
  margin: 14px 0 0;
  color: var(--bf-muted);
  font-size: var(--bf-body-size);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bf-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bf-heading);
  font-size: var(--bf-body-size);
  font-weight: 600;
  line-height: 1.2;
}

.bf-text-link i {
  font-size: 13px;
  transition: transform .25s var(--bf-ease);
}

.bf-text-link:hover i {
  transform: translateX(4px);
}

.bf-grid {
  display: grid;
  gap: var(--bf-grid-gap);
}

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

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

.bf-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bf-hero {
  min-height: clamp(520px, 68vh, 760px);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: stretch;
  background: var(--bf-soft-2);
}

.bf-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 86px);
}

.bf-hero__media {
  min-height: 420px;
  background: var(--bf-soft);
}

.bf-hero__media img,
.bf-media-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bf-hero__title {
  max-width: 620px;
  margin-bottom: 24px;
}

.bf-hero__text {
  max-width: 520px;
  margin-bottom: 34px;
  color: var(--bf-muted);
  font-size: 18px;
}

.bf-card {
  position: relative;
  background: var(--bf-white);
}

.bf-card__media {
  position: relative;
  aspect-ratio: 3 / 4;
  margin-bottom: 13px;
  overflow: hidden;
  background: var(--bf-soft);
}

.bf-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s var(--bf-ease);
}

.bf-card:hover .bf-card__media img {
  transform: scale(1.03);
}

.bf-card__title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.bf-card__meta,
.bf-price {
  color: var(--bf-muted);
  font-size: var(--bf-small);
}

.bf-category-collections {
  overflow: hidden;
}

.bf-category-collections__grid {
  display: grid;
  gap: var(--bf-grid-gap);
}

.bf-category-collections__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bf-category-collections__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bf-category-collections__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bf-category-collections__mobile-action {
  display: none;
}

.bf-category-card {
  min-width: 0;
}

.bf-category-card__link {
  position: relative;
  display: block;
  min-height: 100%;
  background: var(--bf-white);
  color: var(--bf-heading);
}

.bf-category-card__media {
  position: relative;
  display: block;
  aspect-ratio: var(--bf-category-ratio, 13 / 16);
  overflow: hidden;
  background: var(--bf-soft);
}

.bf-category-card__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 25, 30, 0) 48%, rgba(21, 25, 30, .16) 100%);
  opacity: 0;
  transition: opacity .35s var(--bf-ease);
}

.bf-category-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform .65s var(--bf-ease);
}

.bf-category-card__content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 8px 16px;
  align-items: center;
  padding: 18px 0 0;
}

.bf-category-card__meta {
  grid-column: 1 / -1;
  color: var(--bf-muted);
  font-size: var(--bf-small);
  line-height: 1.25;
}

.bf-category-card__title {
  min-width: 0;
  color: var(--bf-heading);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
}

.bf-category-card__text {
  grid-column: 1 / -1;
  max-width: 92%;
  color: var(--bf-muted);
  font-size: var(--bf-small);
  line-height: 1.45;
}

.bf-category-card__icon {
  grid-column: 2;
  grid-row: 2;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  border: 1px solid var(--bf-line);
  border-radius: 50%;
  background: var(--bf-white);
  color: var(--bf-heading);
  font-size: 14px;
  transition: background .25s var(--bf-ease), border-color .25s var(--bf-ease), color .25s var(--bf-ease), transform .25s var(--bf-ease);
}

.bf-category-card__link:hover .bf-category-card__media:after {
  opacity: 1;
}

.bf-category-card__link:hover .bf-category-card__media img {
  transform: scale(1.04);
}

.bf-category-card__link:hover .bf-category-card__icon {
  transform: translateX(4px);
  border-color: var(--bf-heading);
  background: var(--bf-heading);
  color: var(--bf-white);
}

.bf-fabric-collections__grid {
  display: grid;
  gap: var(--bf-grid-gap);
}

.bf-fabric-collections__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bf-fabric-collections__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bf-fabric-collections__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bf-fabric-collection-card {
  min-width: 0;
  background: var(--bf-soft);
}

.bf-fabric-collection-card__link,
.bf-fabric-collection-card__inner {
  position: relative;
  display: grid;
  min-height: 100%;
  color: var(--bf-white);
  overflow: hidden;
}

.bf-fabric-collection-card__media {
  position: relative;
  display: block;
  aspect-ratio: var(--bf-fabric-collection-ratio, 13 / 16);
  min-height: 360px;
  overflow: hidden;
  background: var(--bf-soft);
}

.bf-fabric-collection-card__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 25, 30, .04) 18%, rgba(21, 25, 30, .68) 100%);
  transition: opacity .35s var(--bf-ease);
}

.bf-fabric-collection-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .65s var(--bf-ease);
}

.bf-fabric-collection-card__media > span {
  height: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bf-soft);
  color: var(--bf-muted);
  padding: 28px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  overflow-wrap: anywhere;
}

.bf-fabric-collection-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: clamp(22px, 3vw, 36px);
  color: var(--bf-white);
}

.bf-fabric-collection-card__eyebrow {
  color: rgba(255, 255, 255, .78);
  font-size: var(--bf-mini);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bf-fabric-collection-card__title {
  max-width: 92%;
  color: var(--bf-white);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 600;
  line-height: 1.08;
}

.bf-fabric-collection-card__text {
  max-width: 92%;
  color: rgba(255, 255, 255, .82);
  font-size: var(--bf-small);
  line-height: 1.45;
}

.bf-fabric-collection-card__action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 4px;
  color: var(--bf-white);
  font-weight: 700;
  line-height: 1.2;
}

.bf-fabric-collection-card__action i {
  font-size: 13px;
  transition: transform .25s var(--bf-ease);
}

.bf-fabric-collection-card:hover .bf-fabric-collection-card__media img {
  transform: scale(1.04);
}

.bf-fabric-collection-card:hover .bf-fabric-collection-card__action i {
  transform: translateX(4px);
}

.bf-fabric-collections--accordion .bf-fabric-collections__accordion-layout {
  height: 700px;
  display: grid;
  grid-template-columns: 804px minmax(0, 1fr);
}

.bf-fabric-collections__accordion-media {
  min-width: 0;
  height: 700px;
  overflow: hidden;
  background: #d9d9d9;
}

.bf-fabric-collections__accordion-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity .25s var(--bf-ease);
}

.bf-fabric-collections__accordion-content {
  min-width: 0;
  height: 700px;
  padding: 101px 0 0 29px;
}

.bf-fabric-collections__accordion-content h2 {
  margin: 0 0 28px;
  color: #15191e;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.bf-fabric-collections__accordion-list {
  width: 100%;
}

.bf-fabric-collections__accordion-item {
  border-bottom: 1px solid #d8dce3;
}

.bf-fabric-collections__accordion-trigger {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #15191e;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

.bf-fabric-collections__accordion-trigger i {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.bf-fabric-collections__accordion-trigger i:before,
.bf-fabric-collections__accordion-trigger i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform .25s var(--bf-ease), opacity .25s var(--bf-ease);
}

.bf-fabric-collections__accordion-trigger i:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.bf-fabric-collections__accordion-trigger[aria-expanded="true"] i:after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0);
}

.bf-fabric-collections__accordion-panel {
  max-height: 0;
  overflow: hidden;
  color: #65758b;
  transition: max-height .35s var(--bf-ease);
}

.bf-fabric-collections__accordion-panel p {
  max-width: 510px;
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.5;
}

.bf-fabric-collections__accordion-panel a {
  display: inline-flex;
  margin-bottom: 16px;
  color: #15191e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .bf-fabric-collections__accordion-media img,
  .bf-fabric-collections__accordion-trigger i:before,
  .bf-fabric-collections__accordion-trigger i:after,
  .bf-fabric-collections__accordion-panel {
    transition: none;
  }
}

.bf-benefits__grid {
  display: grid;
  gap: var(--bf-grid-gap);
}

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

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

.bf-benefits__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bf-benefit-card {
  min-width: 0;
}

.bf-benefit-card__inner {
  min-height: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  color: var(--bf-heading);
}

.bf-benefits--line .bf-benefit-card__inner {
  padding: 26px 0 30px;
  border-top: 1px solid var(--bf-line);
}

.bf-benefits--soft .bf-benefit-card__inner {
  padding: 28px;
  background: var(--bf-soft);
}

.bf-benefit-card__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bf-line);
  border-radius: 50%;
  color: var(--bf-heading);
  font-size: 18px;
  transition: border-color .25s var(--bf-ease), background .25s var(--bf-ease), color .25s var(--bf-ease), transform .25s var(--bf-ease);
}

.bf-benefit-card__content {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.bf-benefit-card__title {
  color: var(--bf-heading);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.bf-benefit-card__text {
  color: var(--bf-muted);
  font-size: var(--bf-small);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.bf-benefit-card__arrow {
  color: var(--bf-heading);
  font-size: 13px;
  transition: transform .25s var(--bf-ease);
}

.bf-benefit-card__inner:hover .bf-benefit-card__icon {
  border-color: var(--bf-heading);
  background: var(--bf-heading);
  color: var(--bf-white);
  transform: translateY(-2px);
}

.bf-benefit-card__inner:hover .bf-benefit-card__arrow {
  transform: translateX(4px);
}

.bf-benefits--metrics {
  margin-top: 60px;
}

.bf-benefits--metrics .bf-section-heading {
  display: none;
}

.bf-benefits--metrics .bf-benefits__grid {
  gap: 24px;
}

.bf-benefits--metrics .bf-benefit-card__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  color: #15191e;
  text-align: center;
}

.bf-benefits--metrics .bf-benefit-card__content {
  gap: 8px;
  width: 100%;
}

.bf-benefits--metrics .bf-benefit-card__title {
  color: #15191e;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.bf-benefits--metrics .bf-benefit-card__text {
  color: #15191e;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

@media (max-width: 767px) {
  .bf-benefits--metrics {
    margin-top: 40px;
  }

  .bf-benefits--metrics .bf-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
  }

  .bf-benefits--metrics .bf-benefit-card__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.bf-promo-banners__grid {
  display: grid;
  gap: var(--bf-grid-gap);
}

.bf-promo-banners__grid--1 {
  grid-template-columns: 1fr;
}

.bf-promo-banners__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bf-promo-banners__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bf-promo-banner {
  min-width: 0;
  background: var(--bf-soft);
}

.bf-promo-banner__inner {
  position: relative;
  min-height: 100%;
  display: grid;
  color: var(--bf-heading);
  overflow: hidden;
}

.bf-promo-banner__media {
  position: relative;
  display: block;
  aspect-ratio: var(--bf-promo-ratio, 17 / 11);
  min-height: 300px;
  overflow: hidden;
  background: var(--bf-soft);
}

.bf-promo-banner__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .65s var(--bf-ease);
}

.bf-promo-banner__media > span {
  height: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  color: var(--bf-muted);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  overflow-wrap: anywhere;
}

.bf-promo-banners--overlay .bf-promo-banner__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(21, 25, 30, .72) 0%, rgba(21, 25, 30, .32) 52%, rgba(21, 25, 30, .04) 100%);
}

.bf-promo-banner__content {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: clamp(22px, 3vw, 38px);
}

.bf-promo-banners--overlay .bf-promo-banner__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  align-content: center;
  width: min(430px, 72%);
  color: var(--bf-white);
}

.bf-promo-banners--split .bf-promo-banner__content {
  background: var(--bf-white);
}

.bf-promo-banner__eyebrow {
  color: var(--bf-muted);
  font-size: var(--bf-mini);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bf-promo-banners--overlay .bf-promo-banner__eyebrow {
  color: rgba(255, 255, 255, .76);
}

.bf-promo-banner__title {
  max-width: 92%;
  color: var(--bf-heading);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 650;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.bf-promo-banners--overlay .bf-promo-banner__title {
  color: var(--bf-white);
}

.bf-promo-banner__text {
  max-width: 92%;
  color: var(--bf-muted);
  font-size: var(--bf-small);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.bf-promo-banners--overlay .bf-promo-banner__text {
  color: rgba(255, 255, 255, .82);
}

.bf-promo-banner__action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 4px;
  color: var(--bf-heading);
  font-weight: 700;
  line-height: 1.2;
}

.bf-promo-banners--overlay .bf-promo-banner__action {
  color: var(--bf-white);
}

.bf-promo-banner__action i {
  font-size: 13px;
  transition: transform .25s var(--bf-ease);
}

.bf-promo-banner__inner:hover .bf-promo-banner__media img {
  transform: scale(1.04);
}

.bf-promo-banner__inner:hover .bf-promo-banner__action i {
  transform: translateX(4px);
}

.bf-image-compare-section {
  overflow: hidden;
}

.bf-image-compare {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background: var(--bf-soft);
}

.bf-image-compare__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bf-image-compare__overlay {
  position: absolute;
  inset: 0;
  display: block;
  clip-path: inset(0 calc(100% - var(--bf-compare-position)) 0 0);
}

.bf-image-compare__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--bf-compare-position);
  z-index: 2;
  width: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transform: translateX(-2px);
  pointer-events: none;
}

.bf-image-compare__divider i {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #fff;
  color: #15191e;
  font-size: 10px;
  box-shadow: 0 4px 8px rgba(18, 31, 46, .16);
}

.bf-image-compare__range {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.bf-image-compare:focus-within {
  outline: 2px solid #15191e;
  outline-offset: 4px;
}

.bf-brands__grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--bf-line);
  border-left: 1px solid var(--bf-line);
}

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

.bf-brands__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bf-brands__grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bf-brands__grid--6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bf-brand-card {
  min-width: 0;
  border-right: 1px solid var(--bf-line);
  border-bottom: 1px solid var(--bf-line);
}

.bf-brand-card__inner {
  min-height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: var(--bf-white);
  color: var(--bf-heading);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  overflow-wrap: anywhere;
  transition: background .25s var(--bf-ease), transform .25s var(--bf-ease);
}

.bf-brands--soft .bf-brand-card__inner {
  background: var(--bf-soft);
}

.bf-brand-card__inner img {
  max-width: min(136px, 100%);
  max-height: 54px;
  display: block;
  object-fit: contain;
  transition: filter .25s var(--bf-ease), opacity .25s var(--bf-ease), transform .25s var(--bf-ease);
}

.bf-brands--grayscale .bf-brand-card__inner img {
  filter: grayscale(1);
  opacity: .58;
}

.bf-brand-card__inner:hover {
  background: var(--bf-soft);
}

.bf-brand-card__inner:hover img {
  filter: none;
  opacity: 1;
  transform: scale(1.04);
}

.bf-brands--figma {
  --bf-brands-strip-height: 98px;
  --bf-brands-strip-gap: 28px;
  --bf-brands-marquee-duration: 8s;
  --bf-brands-logo-height: 29px;
  --bf-brands-logo-width: 268px;
  --bf-brands-card-padding: 16px;
  --bf-brands-card-padding-wide: 28.15px;
  overflow: hidden;
}

.bf-brands--figma .bf-brands__layout {
  width: 100%;
}

.bf-brands--figma .bf-brands__heading {
  width: min(var(--bf-container), calc(100% - var(--bf-container-padding) * 2));
  margin-right: auto;
  margin-left: auto;
}

.bf-brands--figma .bf-brands__viewport {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.bf-brands--figma .bf-brands__viewport::-webkit-scrollbar {
  display: none;
}

.bf-brands--figma .bf-brands__viewport:focus-visible {
  outline: 2px solid var(--bf-heading);
  outline-offset: -2px;
}

.bf-brands--figma .bf-brands__grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: none;
  grid-template-rows: var(--bf-brands-strip-height);
  gap: var(--bf-brands-strip-gap);
  width: 100%;
  min-width: 100%;
  height: var(--bf-brands-strip-height);
  border: 0;
  background: var(--bf-white);
}

.bf-brands--figma .bf-brands__grid--3 {
  grid-auto-columns: calc((100% - 56px) / 3);
}

.bf-brands--figma .bf-brands__grid--4 {
  grid-auto-columns: calc((100% - 84px) / 4);
}

.bf-brands--figma .bf-brands__grid--5 {
  grid-auto-columns: calc((100% - 112px) / 5);
}

.bf-brands--figma .bf-brands__grid--6 {
  grid-auto-columns: calc((100% - 140px) / 6);
}

.bf-brands--figma .bf-brand-card {
  height: var(--bf-brands-strip-height);
  border: 0;
  border-radius: 4px;
  overflow: hidden;
  background: var(--bf-white);
  scroll-snap-align: start;
  will-change: transform;
  animation: bf-brands-marquee var(--bf-brands-marquee-duration) linear infinite;
}

.bf-brands--figma .bf-brands__grid--5 .bf-brand-card--slot-1,
.bf-brands--figma .bf-brands__grid--5 .bf-brand-card--slot-2 {
  border-radius: 7.04px;
}

.bf-brands--figma .bf-brand-card__inner,
.bf-brands--figma .bf-brand-card__inner:hover {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: var(--bf-brands-card-padding);
  background: var(--bf-white);
}

.bf-brands--figma .bf-brands__grid--5 .bf-brand-card--slot-1 .bf-brand-card__inner,
.bf-brands--figma .bf-brands__grid--5 .bf-brand-card--slot-2 .bf-brand-card__inner {
  padding: var(--bf-brands-card-padding-wide);
}

.bf-brands--figma .bf-brand-card__inner img {
  width: auto;
  height: auto;
  max-width: min(var(--bf-brands-logo-width), 100%);
  max-height: var(--bf-brands-logo-height);
}

.bf-brands--figma .bf-brand-card__inner:focus-visible {
  outline: 2px solid var(--bf-heading);
  outline-offset: -2px;
}

.bf-brands--figma:hover .bf-brand-card,
.bf-brands--figma:focus-within .bf-brand-card {
  animation-play-state: paused;
}

@keyframes bf-brands-marquee {
  0% {
    transform: translateZ(0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@media (max-width: 767px) {
  .bf-brands--figma {
    --bf-brands-strip-height: 60px;
    --bf-brands-strip-gap: 0;
    --bf-brands-logo-height: 14.694px;
    --bf-brands-logo-height-featured: 17.755px;
    --bf-brands-card-padding: 9.796px;
    --bf-brands-card-padding-wide: 17.235px;
    --bf-brands-card-width: 135.297px;
    --bf-brands-card-width-featured: 198.547px;
    --bf-brands-card-width-secondary: 166.563px;
  }

  .bf-brands--figma .bf-brands__grid,
  .bf-brands--figma .bf-brands__grid--3,
  .bf-brands--figma .bf-brands__grid--4,
  .bf-brands--figma .bf-brands__grid--5,
  .bf-brands--figma .bf-brands__grid--6 {
    display: flex;
    gap: 0;
    width: max-content;
    min-width: 771px;
  }

  .bf-brands--figma .bf-brand-card {
    flex: 1 0 0;
    height: var(--bf-brands-strip-height);
    border-radius: 2.45px;
  }

  .bf-brands--figma .bf-brands__grid--5 .bf-brand-card {
    flex: 0 0 var(--bf-brands-card-width);
  }

  .bf-brands--figma .bf-brands__grid--5 .bf-brand-card--slot-1,
  .bf-brands--figma .bf-brands__grid--5 .bf-brand-card--slot-2 {
    border-radius: 4.31px;
  }

  .bf-brands--figma .bf-brands__grid--5 .bf-brand-card--slot-1 {
    flex-basis: var(--bf-brands-card-width-featured);
  }

  .bf-brands--figma .bf-brands__grid--5 .bf-brand-card--slot-2 {
    flex-basis: var(--bf-brands-card-width-secondary);
  }

  .bf-brands--figma .bf-brands__grid--5 .bf-brand-card--slot-1 .bf-brand-card__inner,
  .bf-brands--figma .bf-brands__grid--5 .bf-brand-card--slot-2 .bf-brand-card__inner {
    width: auto;
  }

  .bf-brands--figma .bf-brand-card__inner img {
    width: auto;
    height: var(--bf-brands-logo-height);
    max-width: none;
    max-height: var(--bf-brands-logo-height);
  }

  .bf-brands--figma .bf-brands__grid--5 .bf-brand-card--slot-1 .bf-brand-card__inner img {
    width: 164.082px;
    height: 17.755px;
    max-height: 17.755px;
  }

  .bf-brands--figma .bf-brands__grid--5 .bf-brand-card--slot-2 .bf-brand-card__inner img {
    width: 132.104px;
    height: 14.694px;
  }

  .bf-brands--figma .bf-brands__grid--5 .bf-brand-card--slot-3 .bf-brand-card__inner img {
    width: 91.837px;
    height: 14.694px;
  }

  .bf-brands--figma .bf-brands__grid--5 .bf-brand-card--slot-4 .bf-brand-card__inner img {
    width: 80.204px;
    height: 14.694px;
  }

  .bf-brands--figma .bf-brands__grid--5 .bf-brand-card--slot-5 .bf-brand-card__inner img {
    width: 102.515px;
    height: 14.694px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-brands--figma .bf-brands__viewport {
    overflow-x: auto;
  }

  .bf-brands--figma .bf-brand-card {
    will-change: auto;
    animation: none;
  }

  .bf-brands--figma .bf-brand-card--duplicate {
    display: none;
  }

  .bf-brands--figma .bf-brand-card__inner,
  .bf-brands--figma .bf-brand-card__inner img {
    transition: none;
  }
}

.bf-articles__grid {
  display: grid;
  gap: var(--bf-grid-gap);
}

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

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

.bf-articles__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bf-article-card {
  min-width: 0;
}

.bf-article-card__inner {
  min-height: 100%;
  display: grid;
  color: var(--bf-heading);
}

.bf-article-card__media {
  position: relative;
  display: block;
  aspect-ratio: var(--bf-article-ratio, 13 / 9);
  min-height: 230px;
  overflow: hidden;
  background: var(--bf-soft);
}

.bf-article-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .65s var(--bf-ease);
}

.bf-article-card__media > span {
  height: 100%;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  color: var(--bf-muted);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  overflow-wrap: anywhere;
}

.bf-article-card__content {
  display: grid;
  gap: 12px;
  padding-top: 22px;
}

.bf-articles--compact .bf-article-card__inner {
  grid-template-columns: minmax(120px, 38%) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding-top: 22px;
  border-top: 1px solid var(--bf-line);
}

.bf-articles--compact .bf-article-card__media {
  min-height: 150px;
}

.bf-articles--compact .bf-article-card__content {
  padding-top: 0;
}

.bf-article-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--bf-muted);
  font-size: var(--bf-mini);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bf-article-card__title {
  color: var(--bf-heading);
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 650;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.bf-article-card__text {
  color: var(--bf-muted);
  font-size: var(--bf-small);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.bf-article-card__action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 2px;
  color: var(--bf-heading);
  font-weight: 700;
  line-height: 1.2;
}

.bf-article-card__action i {
  font-size: 13px;
  transition: transform .25s var(--bf-ease);
}

.bf-article-card__inner:hover .bf-article-card__media img {
  transform: scale(1.04);
}

.bf-article-card__inner:hover .bf-article-card__action i {
  transform: translateX(4px);
}

.bf-articles--blog {
  margin-top: 0;
  padding: 60px 0;
  background: #fff;
}

.bf-document-content:has(> .bf-articles--blog) {
  max-width: none;
}

.bf-container.bf-document-page:has(.bf-articles--blog) {
  width: 100%;
  max-width: none;
}

.bf-document-page:has(.bf-articles--blog) > .bf-breadcrumb {
  width: min(var(--bf-container), calc(100% - var(--bf-container-padding) * 2));
  margin-right: auto;
  margin-left: auto;
}

.bf-document-content:has(> .bf-articles--blog) > h1,
.bf-document-content:has(> .bf-articles--blog) > .info-text {
  display: none;
}

.bf-articles--blog .bf-articles__heading {
  align-items: flex-end;
  margin-bottom: 60px;
}

.bf-articles--blog .bf-articles__heading h2 {
  margin: 0;
  color: #15191e;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.bf-articles__tabs {
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bf-articles__tabs::-webkit-scrollbar {
  display: none;
}

.bf-articles__tab {
  flex: 0 0 auto;
  min-height: 19px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #15191e;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
}

.bf-articles__tab.is-active {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bf-articles--blog .bf-articles__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.bf-articles--blog .bf-article-card[hidden] {
  display: none;
}

.bf-articles--blog .bf-article-card__inner {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bf-articles--blog .bf-article-card__media,
.bf-articles--blog .bf-article-card__media > span {
  width: 100%;
  min-height: 0;
  aspect-ratio: var(--bf-article-ratio, 329 / 267);
  background: #d9d9d9;
}

.bf-articles--blog .bf-article-card__content {
  min-height: 115px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 0;
}

.bf-articles--blog .bf-article-card__meta {
  min-height: 17px;
  gap: 8px 14px;
  color: #65758b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: none;
}

.bf-articles--blog .bf-article-card__title {
  min-height: 40px;
  display: -webkit-box;
  overflow: hidden;
  color: #15191e;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bf-articles--blog .bf-article-card__text {
  min-height: 42px;
  display: -webkit-box;
  overflow: hidden;
  color: #15191e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bf-articles--blog .bf-article-card__action {
  display: none;
}

.bf-articles__pagination {
  width: min(742px, 100%);
  min-height: 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  margin: 60px auto 0;
}

.bf-articles__pagination.is-static {
  visibility: hidden;
}

.bf-articles__pagination-direction,
.bf-articles__pagination-number {
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #65758b;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.bf-articles__pagination-previous {
  justify-self: start;
}

.bf-articles__pagination-next {
  justify-self: end;
}

.bf-articles__pagination-direction:disabled {
  opacity: .4;
  cursor: default;
}

.bf-articles__pagination-pages {
  display: flex;
  align-items: center;
  gap: 2px;
}

.bf-articles__pagination-number,
.bf-articles__pagination-ellipsis {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bf-articles__pagination-number {
  font-weight: 500;
}

.bf-articles__pagination-number.is-current {
  background: #ffe49b;
  color: #15191e;
  font-weight: 600;
}

.bf-articles__pagination-ellipsis {
  color: #65758b;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 990px) {
  .bf-articles--blog .bf-articles__tabs {
    width: 531px;
    justify-content: space-between;
    gap: 0;
  }
}

@media (max-width: 989px) {
  .bf-articles--blog .bf-articles__heading {
    align-items: flex-start;
  }

  .bf-articles--blog .bf-articles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bf-articles--blog {
    padding: 40px 0;
  }

  .bf-articles--blog .bf-articles__heading {
    display: grid;
    gap: 24px;
    margin-bottom: 40px;
  }

  .bf-articles--blog .bf-articles__heading h2 {
    font-size: 28px;
  }

  .bf-articles--blog .bf-articles__tabs {
    width: 100%;
    gap: 24px;
  }

  .bf-articles--blog .bf-articles__grid {
    grid-template-columns: 1fr;
  }

  .bf-articles--blog .bf-article-card__media,
  .bf-articles--blog .bf-article-card__media > span {
    min-height: 0;
  }

  .bf-articles__pagination {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    margin-top: 40px;
  }

  .bf-articles__pagination-pages {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .bf-articles__pagination-pages::-webkit-scrollbar {
    display: none;
  }
}

.bf-container.bf-document-page:has(.bf-articles--detail) {
  width: min(var(--bf-container), calc(100% - var(--bf-container-padding) * 2));
  max-width: none;
}

.bf-document-content:has(> .bf-articles--detail) {
  max-width: none;
}

.bf-document-content:has(> .bf-articles--detail) > h1,
.bf-document-content:has(> .bf-articles--detail) > .info-text {
  display: none;
}

.bf-document-page:has(.bf-articles--detail) > .bf-breadcrumb {
  margin-bottom: 60px;
}

.bf-articles-detail {
  width: 100%;
  padding-bottom: 120px;
  color: #15191e;
}

.bf-articles-detail__header {
  width: min(1043px, 100%);
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 30px;
}

.bf-document-content .bf-articles-detail__header h1 {
  margin: 0;
  color: #15191e;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.bf-document-content .bf-articles-detail__header p {
  margin: 0;
  color: #65758b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.bf-articles-detail__hero {
  width: 100%;
  aspect-ratio: 1400 / 532;
  overflow: hidden;
  background: #d9d9d9;
}

.bf-articles-detail__hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bf-articles-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1043px) minmax(0, 329px);
  gap: 28px;
  align-items: start;
  margin-top: 60px;
}

.bf-articles-detail__main,
.bf-articles-detail__aside {
  min-width: 0;
}

.bf-document-content .bf-articles-detail__rich {
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #15191e;
  font-size: 16px;
  line-height: 1.5;
}

.bf-articles-detail__rich > * {
  margin-top: 0;
  margin-bottom: 0;
}

.bf-document-content .bf-articles-detail__rich h2,
.bf-document-content .bf-articles-detail__rich h3 {
  margin: 0 0 8px;
  color: #15191e;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.bf-articles-detail__rich p,
.bf-articles-detail__rich ul,
.bf-articles-detail__rich ol {
  margin: 0 !important;
  color: #15191e !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.5 !important;
  text-align: left !important;
}

.bf-articles-detail__rich p:has(> img + img) {
  width: min(924px, 100%);
  display: grid;
  grid-template-columns: 499fr 414fr;
  gap: 11px;
}

.bf-articles-detail__rich img {
  width: 100% !important;
  height: auto !important;
  min-height: 0;
  display: block;
  margin: 0 !important;
  object-fit: cover;
}

.bf-articles-detail__rich p:has(> img + img) img {
  height: 369px !important;
}

.bf-articles-detail__rich blockquote {
  margin: 0;
  padding: 24px;
  border: 0;
  border-left: 4px solid #f2b200;
  background: rgba(255, 244, 214, .2);
  color: #e0a400;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 1.5;
  text-transform: capitalize;
}

.bf-articles-detail__rich blockquote p {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit;
  letter-spacing: inherit;
  line-height: inherit !important;
  text-transform: inherit;
}

.bf-articles-detail__share {
  min-height: 44px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 60px;
  padding-top: 22px;
  border-top: 2px solid #d8dce3;
  font-size: 16px;
  line-height: 20px;
}

.bf-articles-detail__social,
.bf-articles-detail__social-links,
.bf-articles-detail__share-tags {
  display: flex;
  align-items: center;
}

.bf-articles-detail__social {
  gap: 8px;
  flex: 0 0 auto;
}

.bf-articles-detail__social-links {
  gap: 24px;
}

.bf-articles-detail__social-links a {
  width: 16px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #15191e;
  font-size: 16px;
}

.bf-articles-detail__social-links a:hover,
.bf-articles-detail__social-links a:focus-visible {
  color: #e0a400;
}

.bf-articles-detail__share-tags {
  justify-content: flex-end;
  gap: 30px;
  font-weight: 500;
}

.bf-articles-detail__aside {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.bf-articles-detail__sidebar-posts,
.bf-articles-detail__tags {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bf-articles-detail__sidebar-posts h2,
.bf-articles-detail__tags h2 {
  margin: 0;
  color: #15191e;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.bf-articles-detail__sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bf-articles-detail-card,
.bf-articles-detail-card__inner {
  min-width: 0;
}

.bf-articles-detail-card__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #15191e;
}

.bf-articles-detail-card__media {
  width: 100%;
  aspect-ratio: 329 / 267;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #d9d9d9;
}

.bf-articles-detail-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .65s var(--bf-ease);
}

.bf-articles-detail-card__media > span {
  padding: 24px;
  color: #65758b;
  text-align: center;
}

.bf-articles-detail-card__content {
  min-height: 115px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bf-articles-detail-card__meta {
  min-height: 17px;
  color: #65758b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
}

.bf-articles-detail-card__title {
  min-height: 40px;
  display: -webkit-box;
  overflow: hidden;
  color: #15191e;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bf-articles-detail-card__text {
  min-height: 42px;
  display: -webkit-box;
  overflow: hidden;
  color: #15191e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bf-articles-detail-card__inner:hover .bf-articles-detail-card__media img {
  transform: scale(1.04);
}

.bf-articles-detail__tags > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
  color: #65758b;
  font-size: 16px;
  line-height: normal;
}

.bf-articles-detail__recent {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 120px;
}

.bf-articles-detail__recent > h2 {
  width: min(1318px, 100%);
  margin: 0;
  color: #15191e;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.bf-articles-detail__recent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

@media (max-width: 1199px) {
  .bf-articles-detail__layout {
    grid-template-columns: minmax(0, 1fr) 280px;
  }

  .bf-articles-detail__recent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 989px) {
  .bf-articles-detail {
    padding-bottom: 80px;
  }

  .bf-articles-detail__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .bf-articles-detail__aside {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .bf-articles-detail {
    padding-bottom: 60px;
  }

  .bf-articles-detail__header {
    gap: 16px;
    margin-bottom: 24px;
  }

  .bf-document-content .bf-articles-detail__header h1,
  .bf-articles-detail__recent > h2 {
    font-size: 28px;
  }

  .bf-articles-detail__layout {
    gap: 48px;
    margin-top: 40px;
  }

  .bf-articles-detail__rich {
    gap: 24px;
  }

  .bf-articles-detail__rich p:has(> img + img) {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .bf-articles-detail__rich p:has(> img + img) img {
    height: auto !important;
    aspect-ratio: 4 / 3;
  }

  .bf-articles-detail__rich blockquote {
    padding: 20px;
    font-size: 24px;
    letter-spacing: 1.2px;
  }

  .bf-articles-detail__share {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 40px;
  }

  .bf-articles-detail__share-tags {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px 20px;
  }

  .bf-articles-detail__aside,
  .bf-articles-detail__recent-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bf-articles-detail__recent {
    gap: 32px;
    margin-top: 80px;
  }
}

.bf-reviews__grid {
  display: grid;
  gap: var(--bf-grid-gap);
}

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

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

.bf-reviews__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bf-review-card {
  min-width: 0;
}

.bf-review-card__inner {
  position: relative;
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(24px, 3vw, 34px);
  border-top: 1px solid var(--bf-line);
  background: var(--bf-white);
  color: var(--bf-heading);
  transition: background .25s var(--bf-ease), transform .25s var(--bf-ease);
}

.bf-reviews--soft .bf-review-card__inner {
  border-top: 0;
  background: var(--bf-soft);
}

.bf-review-card__quote-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bf-line);
  border-radius: 50%;
  color: var(--bf-muted);
  font-size: 15px;
  transition: border-color .25s var(--bf-ease), color .25s var(--bf-ease), transform .25s var(--bf-ease);
}

.bf-review-card__rating {
  display: inline-flex;
  gap: 4px;
  color: #d9a441;
  font-size: 13px;
  line-height: 1;
}

.bf-review-card__quote {
  color: var(--bf-heading);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 550;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.bf-review-card__person {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 8px;
}

.bf-review-card__avatar {
  width: 54px;
  aspect-ratio: var(--bf-review-ratio, 1 / 1);
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--bf-soft);
  color: var(--bf-heading);
  font-size: 20px;
}

.bf-review-card__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bf-review-card__person-text {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.bf-review-card__name {
  color: var(--bf-heading);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.bf-review-card__role {
  color: var(--bf-muted);
  font-size: var(--bf-mini);
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.bf-review-card__arrow {
  color: var(--bf-heading);
  font-size: 13px;
  transition: transform .25s var(--bf-ease);
}

.bf-review-card__inner:hover {
  background: var(--bf-soft);
  transform: translateY(-2px);
}

.bf-review-card__inner:hover .bf-review-card__quote-icon {
  border-color: var(--bf-heading);
  color: var(--bf-heading);
  transform: translateY(-2px);
}

.bf-review-card__inner:hover .bf-review-card__arrow {
  transform: translateX(4px);
}

.bf-reviews--about {
  margin-top: 0;
  padding: 100px 0;
  background: #f9fafb;
}

.bf-reviews--about .bf-reviews__heading {
  align-items: center;
  margin-bottom: 40px;
}

.bf-reviews--about .bf-reviews__heading h2 {
  margin: 0;
  color: #15191e;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.bf-reviews__nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.bf-reviews__nav-button {
  width: 32px;
  height: 32px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #15191e;
  font-size: 18px;
  line-height: 1;
  box-shadow: none;
  transition: background-color .25s var(--bf-ease), opacity .25s var(--bf-ease);
}

.bf-reviews__nav-button--next {
  background: #ffe49b;
}

.bf-reviews__nav-button:hover,
.bf-reviews__nav-button:focus-visible {
  background: #ffe49b;
}

.bf-reviews__nav-button.swiper-button-disabled {
  opacity: .35;
  cursor: default;
}

.bf-reviews--about .bf-reviews__viewport,
.bf-reviews--about .swiper-container {
  width: 100%;
  overflow: hidden;
}

.bf-reviews--about .swiper-slide {
  height: auto;
}

.bf-reviews--about .bf-review-card,
.bf-reviews--about .bf-review-card__inner {
  height: 100%;
}

.bf-reviews--about .bf-review-card__inner {
  min-height: 306px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  border: 0;
  background: #fff;
  box-shadow: inset 0 0 0 1px #d8dce3;
  transform: none;
}

.bf-reviews--about .bf-review-card__inner:hover {
  background: #fff;
  transform: none;
}

.bf-reviews--about .bf-review-card__review {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bf-reviews--about .bf-review-card__rating {
  width: 94px;
  height: 14px;
  gap: 6px;
  color: #f5b82e;
  font-size: 14px;
  line-height: 14px;
}

.bf-reviews--about .bf-review-card__rating i {
  width: 14px;
  flex: 0 0 14px;
  text-align: center;
}

.bf-reviews--about .bf-review-card__quote {
  min-height: 48px;
  color: #39424e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.bf-reviews--about .bf-review-card__person-text {
  min-height: 52px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}

.bf-reviews--about .bf-review-card__name {
  color: #15191e;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.bf-reviews--about .bf-review-card__role {
  color: #39424e;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.bf-review-card__product {
  min-width: 0;
  display: grid;
  grid-template-columns: 49px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding-top: 16px;
  border-top: 0;
  box-shadow: inset 0 1px 0 #d9d9d9;
}

.bf-review-card__product-media {
  width: 49px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #d9d9d9;
}

.bf-review-card__product img {
  width: 47.25px;
  height: 63px;
  display: block;
  object-fit: cover;
}

.bf-review-card__product-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.bf-review-card__product-name {
  max-width: 100%;
  color: #15191e;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  overflow-wrap: anywhere;
}

.bf-review-card__product-prices {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
}

.bf-review-card__product-price {
  color: #15191e;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.bf-review-card__product-price-old {
  color: #65758b;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}

.bf-newsletter__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 44%);
  align-items: stretch;
  min-height: 420px;
  background: var(--bf-soft);
}

.bf-newsletter--center .bf-newsletter__inner,
.bf-newsletter--band .bf-newsletter__inner {
  grid-template-columns: 1fr;
}

.bf-newsletter__content {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 16px;
  padding: clamp(34px, 5.2vw, 72px);
}

.bf-newsletter--center .bf-newsletter__content {
  justify-items: center;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.bf-newsletter--band .bf-newsletter__content {
  grid-template-columns: auto minmax(0, 1fr) minmax(320px, 420px);
  align-items: center;
  gap: 20px 28px;
  width: 100%;
}

.bf-newsletter__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bf-line);
  border-radius: 50%;
  background: var(--bf-white);
  color: var(--bf-heading);
  font-size: 19px;
}

.bf-newsletter h2 {
  max-width: 680px;
  margin: 0;
  color: var(--bf-heading);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 650;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.bf-newsletter p {
  max-width: 620px;
  margin: 0;
  color: var(--bf-muted);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.bf-newsletter--band h2,
.bf-newsletter--band p,
.bf-newsletter--band .bf-section-heading__eyebrow,
.bf-newsletter--band .bf-newsletter__consent {
  grid-column: 2;
}

.bf-newsletter--band .bf-newsletter__icon {
  grid-row: 1 / span 4;
}

.bf-newsletter__form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 10px;
  width: min(100%, 560px);
  margin-top: 8px;
}

.bf-newsletter--band .bf-newsletter__form {
  grid-column: 3;
  grid-row: 1 / span 4;
  align-self: center;
  width: 100%;
  margin-top: 0;
}

.bf-newsletter__input {
  width: 100%;
  min-width: 0;
  height: 54px;
  padding: 0 18px;
  border: 1px solid var(--bf-line);
  border-radius: 0;
  background: var(--bf-white);
  color: var(--bf-heading);
  font-size: 15px;
  outline: none;
  transition: border-color .25s var(--bf-ease), box-shadow .25s var(--bf-ease);
}

.bf-newsletter__input:focus {
  border-color: var(--bf-heading);
  box-shadow: inset 0 0 0 1px var(--bf-heading);
}

.bf-newsletter__button {
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--bf-heading);
  border-radius: 0;
  background: var(--bf-heading);
  color: var(--bf-white);
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  transition: background .25s var(--bf-ease), color .25s var(--bf-ease);
}

.bf-newsletter__button:hover,
.bf-newsletter__button:focus {
  background: var(--bf-white);
  color: var(--bf-heading);
}

.bf-newsletter__consent {
  max-width: 560px;
  color: var(--bf-muted);
  font-size: var(--bf-mini);
  line-height: 1.5;
}

.bf-newsletter__media {
  display: block;
  aspect-ratio: var(--bf-newsletter-ratio, 19 / 13);
  min-height: 100%;
  overflow: hidden;
  background: var(--bf-line);
}

.bf-newsletter__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .65s var(--bf-ease);
}

.bf-newsletter__inner:hover .bf-newsletter__media img {
  transform: scale(1.03);
}

.bf-newsletter--figma {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.bf-newsletter--figma > .bf-container {
  width: 100%;
  max-width: none;
}

.bf-newsletter--figma .bf-newsletter__inner {
  position: relative;
  display: block;
  min-height: 500px;
  overflow: hidden;
  background: #d9d9d9;
}

.bf-newsletter--figma .bf-newsletter__content {
  position: relative;
  z-index: 1;
  width: min(var(--bf-container), calc(100% - var(--bf-container-padding) * 2));
  min-height: 500px;
  margin: 0 auto;
  padding: 134px 0;
  align-content: start;
  gap: 0;
}

.bf-newsletter--figma h2 {
  width: min(100%, 567px);
  max-width: 567px;
  color: var(--bf-white);
  font-size: 40px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.2;
  white-space: pre-line;
}

.bf-newsletter--figma .bf-newsletter__title-desktop {
  display: block;
}

.bf-newsletter--figma .bf-newsletter__title-mobile {
  display: none;
}

.bf-newsletter--figma .bf-newsletter__form {
  grid-template-columns: minmax(0, 326px) 127px;
  gap: 12px;
  width: min(100%, 465px);
  margin-top: 40px;
}

.bf-newsletter--figma .bf-newsletter__input {
  height: 48px;
  min-height: 48px;
  padding: 0 12px;
  border-color: transparent;
  font-size: 16px;
  line-height: 1.2;
}

.bf-newsletter--figma .bf-newsletter__input::placeholder {
  color: var(--bf-heading);
  opacity: 1;
}

.bf-newsletter--figma .bf-newsletter__button {
  align-self: start;
  height: 45px;
  padding: 0 24px;
  border-color: var(--bf-warm);
  background: var(--bf-warm);
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.2;
}

.bf-newsletter--figma .bf-newsletter__button:hover,
.bf-newsletter--figma .bf-newsletter__button:focus {
  border-color: var(--bf-heading);
  background: var(--bf-heading);
  color: var(--bf-white);
}

.bf-newsletter--figma .bf-newsletter__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  min-height: 500px;
  aspect-ratio: auto;
}

.page-category,
.page-product,
.page-information,
.page-search {
  padding-top: 0;
  padding-bottom: var(--bf-section-gap);
}

.bf-breadcrumb {
  min-height: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 5px;
  margin-bottom: 52px;
  background: #f9fafb;
  box-shadow: 0 0 0 100vmax #f9fafb;
  clip-path: inset(0 -100vmax);
  padding: 10px 0;
  color: #15191e;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bf-breadcrumb a {
  color: #15191e;
  font: inherit;
}

.bf-breadcrumb a + a:before {
  content: "/";
  margin-right: 5px;
  color: #15191e;
}

.bf-catalog-hero {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  background:
    linear-gradient(rgba(21, 25, 30, .24), rgba(21, 25, 30, .24)),
    var(--bf-catalog-image, linear-gradient(135deg, #bcc2c8, #8e969f));
  background-position: center;
  background-size: cover;
  color: var(--bf-white);
}

body.bobtex-fabric:has(#product-category) #product-category {
  margin-top: 0;
  padding-top: 0;
}

body.bobtex-fabric:has(#product-category) #product-category > .bf-breadcrumb {
  margin-bottom: 26px;
}

body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-announcement {
  position: relative;
  z-index: 40;
}

@media (min-width: 990px) {
  body.bobtex-fabric:has(#product-category) .bf-catalog-hero {
    min-height: 700px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  body.bobtex-fabric:has(#product-category) .bf-catalog-hero {
    min-height: 302px;
  }
}

.bf-catalog-hero__content {
  padding-bottom: 50px;
}

.bf-catalog-hero h1 {
  max-width: 700px;
  margin: 12px 0 0;
  color: var(--bf-white);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.bf-catalog-hero__meta {
  display: none;
}

.bf-search-results-header {
  margin-bottom: 30px;
}

.bf-search-results-header h1 {
  margin: 0;
  color: var(--bf-heading);
  font-size: 40px;
  font-weight: var(--bf-weight-semibold);
  line-height: 48px;
}

.bf-catalog-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
}

.bf-catalog-hero__breadcrumb a {
  color: var(--bf-white);
}

.bf-catalog-hero__breadcrumb a + a:before {
  content: "/";
  margin-right: 8px;
  opacity: .8;
}

.category-description {
  max-width: 700px;
  margin-top: 14px;
  color: var(--bf-white);
}

.bf-category-refine {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.bf-category-refine a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--bf-line);
  padding: 9px 16px;
  color: var(--bf-heading);
  font-size: var(--bf-small);
  font-weight: 600;
}

.bf-category-refine a:hover {
  border-color: var(--bf-heading);
}

.bf-catalog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.bf-catalog-layout--sidebar {
  grid-template-columns: 329px minmax(0, 1fr);
  gap: 28px;
}

.bf-catalog-sidebar {
  position: sticky;
  top: 18px;
}

.bf-catalog-sidebar.collapse {
  display: block;
  height: auto !important;
}

.bf-catalog-sidebar #column-left,
.bf-catalog-sidebar #column-right {
  width: 100%;
  float: none;
  padding: 0;
}

.bf-catalog-sidebar [class*="col-"] {
  width: 100%;
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.bf-catalog-sidebar .panel {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.bf-catalog-sidebar .panel-heading {
  border-bottom: 1px solid var(--bf-line);
  background: transparent;
  padding: 0 0 18px;
  color: var(--bf-heading);
  font-size: 22px;
  font-weight: 600;
}

.bf-catalog-sidebar .list-group {
  margin: 0;
}

.bf-catalog-sidebar .list-group-item {
  border-width: 0 0 1px;
  border-color: var(--bf-line);
  border-radius: 0;
  padding: 14px 0;
  background: transparent;
}

.bf-catalog-sidebar a.list-group-item {
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: 400;
}

.bf-catalog-sidebar .list-group-item.active,
.bf-catalog-sidebar .list-group-item.active:hover,
.bf-catalog-sidebar .list-group-item.active:focus {
  border-color: var(--bf-line);
  background: transparent;
  color: var(--bf-heading);
  font-weight: 700;
}

.bf-catalog-sidebar .bobtex-banner-module {
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 32px;
}

.bf-catalog-sidebar .bobtex-banner-module .item span {
  text-align: left;
}

.bf-catalog-sidebar .checkbox {
  margin: 10px 0;
}

.bf-catalog-sidebar .checkbox label {
  min-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bf-text);
  font-size: 16px;
  font-weight: 400;
}

.bf-catalog-sidebar input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--bf-accent);
}

.bf-catalog-sidebar .panel-footer {
  border: 0;
  background: transparent;
  padding: 22px 0 0;
}

.bf-catalog-controls {
  min-width: 0;
  display: flex;
  align-items: center;
  line-height: 0;
}

.bf-catalog-toolbar__sale {
  display: flex;
  align-items: center;
  line-height: 0;
}

.bf-catalog-controls__sale {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}

.bf-catalog-controls__sale input,
.bf-filter-option input {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0;
  accent-color: var(--bf-heading);
}

.bf-filter-module {
  margin-bottom: 32px;
}

.bf-filter-refine {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.bf-filter-refine__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bf-filter-chip {
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 4px;
  background: var(--bf-subtle-bg);
  color: var(--bf-heading);
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.bf-filter-chip i {
  color: var(--bf-muted);
  font-size: 12px;
}

.bf-filter-module__title {
  margin: 0 0 16px;
  color: var(--bf-heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.bf-filter-group {
  border-bottom: 1px solid var(--bf-line);
  padding: 16px 0;
}

.bf-filter-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--bf-heading);
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.bf-filter-group summary::-webkit-details-marker {
  display: none;
}

.bf-filter-group:not([open]) summary i {
  transform: rotate(180deg);
}

.bf-filter-group__items {
  display: grid;
  gap: 12px;
  padding-top: 16px;
}

.bf-filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  margin: 0;
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: 400;
}

.bf-filter-option > span {
  min-width: 0;
  flex: 1 1 auto;
  overflow-wrap: anywhere;
}

.bf-filter-option--extra {
  display: none;
}

.bf-catalog-filter--expanded .bf-filter-option--extra {
  display: flex;
}

.bf-filter-more {
  width: fit-content;
  border: 0;
  background: transparent;
  color: var(--bf-heading);
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bf-filter-module__apply {
  width: 100%;
  min-height: 44px;
  margin-top: 20px;
  border: 0;
  background: var(--bf-warm);
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: 600;
}

.bf-filter-price {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 16px;
}

.bf-filter-price label {
  display: grid;
  gap: 6px;
  margin: 0;
  color: var(--bf-muted);
  font-size: 13px;
  font-weight: 400;
}

.bf-filter-price input {
  width: 100%;
  height: 42px;
  border: 1px solid var(--bf-line);
  border-radius: 0;
  padding: 0 10px;
  background: var(--bf-white);
  color: var(--bf-heading);
  font-size: 15px;
}

.bf-filter-option small {
  color: var(--bf-muted);
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 400;
}

.bf-catalog-filter__actions {
  display: grid;
  gap: 12px;
}

.bf-catalog-filter__reset {
  color: var(--bf-muted);
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bf-catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 20px;
  margin-bottom: 30px;
}

.bf-catalog-toolbar__primary {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.bf-catalog-toolbar__primary #input-sort {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  border-left: 1px solid var(--bf-line);
  padding-left: 16px;
}

.bf-catalog-toolbar__view {
  width: 121.25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bf-mobile-filter-toggle {
  min-height: 40px;
  display: none;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--bf-heading);
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

.bf-mobile-filter-toggle[hidden] {
  display: none !important;
}

.bf-icon-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--bf-muted);
  padding: 0;
  font-size: 18px;
}

.bf-catalog-toolbar .bf-icon-button {
  width: 20px;
  height: 20px;
}

.bf-icon-button:hover,
.bf-icon-button:focus,
.bf-icon-button[aria-pressed="true"] {
  color: var(--bf-heading);
  outline: 0;
}

.bf-catalog-layout-icon {
  width: 20px;
  height: 20px;
  display: block;
  background: currentColor;
}

.bf-catalog-layout-icon--2 {
  mask: linear-gradient(90deg, #000 0 42%, transparent 42% 58%, #000 58% 100%);
}

.bf-catalog-layout-icon--3 {
  mask: linear-gradient(90deg, #000 0 26%, transparent 26% 37%, #000 37% 63%, transparent 63% 74%, #000 74% 100%);
}

.bf-catalog-layout-icon--4 {
  mask: linear-gradient(90deg, #000 0 18%, transparent 18% 27%, #000 27% 45%, transparent 45% 55%, #000 55% 73%, transparent 73% 82%, #000 82% 100%);
}

.bf-catalog-layout-icon--list {
  mask: repeating-linear-gradient(180deg, #000 0 2px, transparent 2px 6px);
}

.bf-icon-button--dark {
  background: var(--bf-heading);
  color: var(--bf-white);
}

.bf-icon-button--dark:hover,
.bf-icon-button--dark:focus {
  background: var(--bf-text);
  color: var(--bf-white);
}

.bf-icon-button--danger {
  background: #c62828;
  color: var(--bf-white);
}

.bf-icon-button--danger:hover,
.bf-icon-button--danger:focus {
  background: #a61f1f;
  color: var(--bf-white);
}

.bf-catalog-toolbar__summary {
  display: none;
}

.bf-catalog-toolbar__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.bf-catalog-toolbar__controls label {
  margin: 0;
  color: var(--bf-muted);
  font-size: var(--bf-small);
  font-weight: 600;
}

.bf-catalog-toolbar__controls select,
.bf-catalog-toolbar__primary select {
  min-width: 140px;
  min-height: 20px;
  height: 20px;
  border: 0;
  background: var(--bf-white);
  padding: 0 28px 0 8px;
  font-size: 16px;
  line-height: 20px;
}

.bf-catalog-toolbar__controls #input-limit {
  display: none;
}

.bf-products-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px var(--bf-grid-gap);
}

.bf-products-grid--module {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-layout {
  margin-bottom: var(--bf-grid-gap);
}

.bf-products-grid .product-layout {
  margin-bottom: 0;
}

.bf-catalog .bf-products-grid {
  gap: 28px;
}

@media (min-width: 990px) {
  .bf-catalog .bf-products-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-catalog .bf-products-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bf-catalog .bf-products-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.bf-catalog .bf-product-card__media {
  aspect-ratio: 3 / 4;
}

.bf-catalog .bf-product-card__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.bf-catalog .bf-product-card__meta,
.bf-catalog .bf-product-card__description {
  display: none;
}

.bf-catalog .bf-product-card__price {
  gap: 4px;
  font-weight: 500;
}

.bf-catalog .bf-product-card__badge {
  min-height: 20px;
  padding: 3px 6px;
  font-size: 12px;
}

.bf-catalog .bf-product-card__cart:hover,
.bf-catalog .bf-product-card__cart:focus-visible {
  background: var(--bf-warm);
  color: var(--bf-heading);
  box-shadow: 0 10px 22px rgba(21, 25, 30, .12);
  transform: translateY(-4px) !important;
}

.bf-catalog-sidebar__mobile-header,
.bf-catalog-filter-backdrop {
  display: none;
}

.bf-promo-banners--catalog {
  margin-top: 32px;
  padding: 0;
}

.bf-promo-banners--catalog .bf-container {
  width: 100%;
  max-width: none;
}

.bf-promo-banners--catalog .bf-promo-banners__grid {
  grid-template-columns: 1fr;
}

.bf-promo-banners--catalog .bf-promo-banner__inner {
  min-height: 400px;
}

.bf-promo-banners--catalog .bf-promo-banner__content {
  align-items: flex-start;
  text-align: left;
}

.bf-product-card,
.product-card {
  position: relative;
  min-width: 0;
  background: var(--bf-white);
  text-align: left;
}

.bf-product-card__media,
.product-card__image {
  position: relative;
  min-width: 0;
  display: block;
  aspect-ratio: 3 / 4;
  margin-bottom: 13px;
  overflow: hidden;
  background: var(--bf-soft);
}

.bf-product-card__media a,
.bf-product-card__media img,
.product-card__image img {
  width: 100%;
  height: 100%;
  display: block;
}

.bf-product-card__placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .45) 25%, transparent 25%) 0 0 / 26px 26px,
    linear-gradient(135deg, transparent 75%, rgba(255, 255, 255, .45) 75%) 0 0 / 26px 26px,
    var(--bf-soft);
  color: var(--bf-muted);
  padding: 24px;
  text-align: center;
}

.bf-product-card__placeholder span {
  max-width: 100%;
  font-size: var(--bf-small);
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.bf-product-card__media img,
.product-card__image img {
  object-fit: cover;
  transition: transform .45s var(--bf-ease);
}

.bf-product-card:hover .bf-product-card__media img,
.product-card:hover .product-card__image img {
  transform: scale(1.03);
}

.bf-product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  background: var(--bf-white);
  color: #e3273f;
  padding: 6px 10px;
  font-size: var(--bf-mini);
  font-weight: 600;
}

.bf-product-card__badge--muted {
  color: var(--bf-muted);
}

.bf-product-card__tools {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: grid;
  gap: 10px;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity .25s var(--bf-ease), transform .25s var(--bf-ease);
}

.bf-product-card:hover .bf-product-card__tools {
  opacity: 1;
  transform: translateX(0);
}

.bf-product-card__tools button {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--bf-white);
  color: var(--bf-heading);
  box-shadow: 0 8px 24px rgba(21, 25, 30, .08);
}

[onclick*="wishlist.add"].is-wishlist-added {
  color: #e3273f;
}

[onclick*="wishlist.add"].is-wishlist-animating i {
  animation: bf-wishlist-heart-pulse .6s var(--bf-ease);
}

[onclick*="wishlist.add"].is-wishlist-pending {
  pointer-events: none;
}

.bf-wishlist-fly {
  position: fixed;
  z-index: 120;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #e3273f;
  font-size: 22px;
  line-height: 1;
  pointer-events: none;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform .75s cubic-bezier(.22, .9, .3, 1), opacity .75s ease;
  will-change: transform, opacity;
}

.bf-wishlist-fly.is-flying {
  opacity: .2;
  transform: translate3d(var(--bf-wishlist-fly-x), var(--bf-wishlist-fly-y), 0) scale(.35);
}

.bf-header__wishlist.is-wishlist-receiving .bf-site-icon {
  animation: bf-wishlist-target-pulse .45s var(--bf-ease);
  color: #e3273f;
}

[onclick*="wishlist.add"].is-wishlist-receiving i {
  animation: bf-wishlist-target-pulse .45s var(--bf-ease);
}

@keyframes bf-wishlist-heart-pulse {
  0% {
    transform: scale(1);
  }

  38% {
    transform: scale(1.42) rotate(-8deg);
  }

  68% {
    transform: scale(.9) rotate(4deg);
  }

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

@keyframes bf-wishlist-target-pulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.35);
  }
}

.bf-product-card__cart,
.product-card__body button {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  z-index: 2;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  background: var(--bf-warm);
  color: var(--bf-heading);
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .25s var(--bf-ease), transform .25s var(--bf-ease), background .25s var(--bf-ease);
}

.bf-product-card:hover .bf-product-card__cart,
.product-card:hover .product-card__body button {
  opacity: 1;
  transform: translateY(0);
}

.bf-product-card__cart:hover,
.product-card__body button:hover {
  background: var(--bf-heading);
  color: var(--bf-white);
}

.bf-product-card__image-link:focus,
.bf-product-card__tools button:focus,
.bf-product-card__cart:focus {
  outline: 2px solid var(--bf-heading);
  outline-offset: 2px;
}

.bf-product-card__body,
.product-card__body {
  padding: 0;
}

.bf-product-card__brand {
  margin-bottom: 6px;
  color: var(--bf-muted);
  font-size: var(--bf-small);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.bf-product-card__title,
.product-card__body h2 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.bf-product-card__title a,
.product-card__body h2 a {
  color: var(--bf-heading);
}

.bf-product-card__meta {
  margin: 0 0 6px;
  color: var(--bf-muted);
  font-size: var(--bf-mini);
  line-height: 1.45;
}

.bf-product-card__meta-line {
  display: block;
  margin-bottom: 3px;
}

.bf-product-card__sku {
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: inherit;
}

.bf-product-card__characteristics {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: var(--bf-muted);
  font-size: var(--bf-mini);
  line-height: 1.45;
  display: grid;
  gap: 4px;
}

.bf-product-card__characteristics li {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.bf-product-card__characteristic-name {
  min-width: 0;
  flex: 0 0 auto;
  font-weight: 600;
}

.bf-product-card__characteristic-value {
  min-width: 0;
  color: var(--bf-text);
  overflow-wrap: anywhere;
}

.bf-product-card__description {
  display: none;
  margin: 0 0 12px;
  color: var(--bf-muted);
  font-size: var(--bf-small);
  line-height: 1.55;
}

.recently-viewed-products .bf-product-card__media {
  aspect-ratio: 3 / 4;
}

@media (min-width: 768px) {
  .recently-viewed-products .bf-products-grid {
    column-gap: 22px;
  }
}

.bf-product-card__price,
.product-card__price {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: 700;
}

.bf-product-card__price del,
.product-card__price del {
  color: var(--bf-muted);
  font-weight: 400;
}

.bf-products-grid .product-layout.product-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.bf-products-grid .product-layout.product-list .bf-product-card__media {
  margin-bottom: 0;
}

.bf-products-grid .product-layout.product-list .bf-product-card__body {
  align-self: center;
  max-width: 620px;
}

.bf-products-grid .product-layout.product-list .bf-product-card__description {
  display: block;
}

.bf-products-grid .product-layout.product-list .bf-product-card__cart {
  position: static;
  width: fit-content;
  min-width: 190px;
  margin-top: 18px;
  opacity: 1;
  transform: none;
}

.bf-product-card__list-actions {
  display: none;
}

@media (min-width: 990px) {
  .bf-catalog .bf-products-grid--list {
    gap: 0;
  }

  .bf-catalog .bf-products-grid .product-layout.product-list {
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr) minmax(220px, 250px);
    grid-template-areas: "media body actions";
    gap: 36px;
    min-height: 400px;
    padding: 19px 0;
  }

  .bf-catalog .bf-products-grid .product-layout.product-list:first-child {
    padding-top: 0;
  }

  .bf-catalog .product-list .bf-product-card__media {
    grid-area: media;
    width: 100%;
    aspect-ratio: 3 / 4;
  }

  .bf-catalog .product-list .bf-product-card__body {
    grid-area: body;
    align-self: center;
    width: 100%;
    max-width: none;
  }

  .bf-catalog .product-list .bf-product-card__title {
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: var(--bf-weight-semibold);
    line-height: 1.3;
  }

  .bf-catalog .product-list .bf-product-card__meta {
    display: grid;
    gap: 7px;
    margin-bottom: 18px;
    color: var(--bf-heading);
    font-size: 15px;
    line-height: 1.45;
  }

  .bf-catalog .product-list .bf-product-card__description {
    display: -webkit-box;
    max-width: 62ch;
    margin-bottom: 0;
    overflow: hidden;
    color: var(--bf-text);
    font-size: 16px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .bf-catalog .product-list .bf-product-card__body > .bf-product-card__price,
  .bf-catalog .product-list .bf-product-card__media > .bf-product-card__cart,
  .bf-catalog .product-list .bf-product-card__tools [data-bf-quickview] {
    display: none;
  }

  .bf-catalog .product-list .bf-product-card__list-actions {
    grid-area: actions;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    gap: 16px;
    padding-left: 30px;
    border-left: 1px solid var(--bf-line);
  }

  .bf-product-card__list-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 6px;
    color: var(--bf-heading);
    font-size: 24px;
    font-weight: var(--bf-weight-semibold);
    line-height: 1.25;
  }

  .bf-product-card__list-price del {
    color: var(--bf-muted);
    font-size: 16px;
    font-weight: var(--bf-weight-regular);
  }

  .bf-product-card__list-cart,
  .bf-product-card__list-quickview {
    width: 100%;
    min-height: 52px;
    padding: 12px 18px;
    border: 1px solid var(--bf-heading);
    border-radius: 0;
    font-size: 15px;
    font-weight: var(--bf-weight-semibold);
    line-height: 1.2;
    transition: background-color .22s var(--bf-ease), color .22s var(--bf-ease), transform .22s var(--bf-ease), box-shadow .22s var(--bf-ease);
  }

  .bf-product-card__list-cart,
  .bf-product-card__list-quickview {
    border-color: var(--bf-warm);
    background: var(--bf-warm);
    color: var(--bf-heading);
  }

  .bf-product-card__list-cart:hover,
  .bf-product-card__list-cart:focus-visible,
  .bf-product-card__list-quickview:hover,
  .bf-product-card__list-quickview:focus-visible {
    border-color: var(--bf-warm);
    background: var(--bf-warm);
    color: var(--bf-heading);
    box-shadow: 0 10px 22px rgba(21, 25, 30, .12);
    transform: translateY(-4px) !important;
  }
}

.bf-product-carousel {
  overflow: hidden;
}

.bf-product-carousel__viewport {
  position: relative;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bf-product-carousel .bf-product-carousel__viewport.swiper-viewport {
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

.bf-product-carousel__viewport .swiper-container {
  padding-bottom: 54px;
}

.bf-product-carousel__viewport.is-static .swiper-container {
  padding-bottom: 0;
}

.bf-product-carousel__viewport .swiper-slide {
  height: auto;
}

.bf-product-carousel .bf-product-card__media {
  aspect-ratio: var(--bf-product-ratio, 3 / 4);
}

.bf-product-carousel__nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.bf-product-carousel__nav button {
  position: static;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bf-line);
  border-radius: 50%;
  background: var(--bf-white);
  color: var(--bf-heading);
  padding: 0;
  opacity: 1;
  text-shadow: none;
  transition: transform .25s var(--bf-ease), border-color .25s var(--bf-ease), background .25s var(--bf-ease), color .25s var(--bf-ease);
}

.bf-product-carousel__viewport .bf-product-carousel__nav button.swiper-button-prev,
.bf-product-carousel__viewport .bf-product-carousel__nav button.swiper-button-next {
  top: auto;
  right: auto;
  left: auto;
  margin: 0;
  background-image: none;
  opacity: 1;
}

.bf-product-carousel__nav button:before {
  content: none;
}

.bf-product-carousel__nav button:hover {
  transform: translateY(-2px);
  border-color: var(--bf-heading);
  background: var(--bf-heading);
  color: var(--bf-white);
}

.bf-product-carousel__viewport .bf-product-carousel__nav button.swiper-button-disabled {
  pointer-events: none;
  opacity: .35;
  transform: none;
}

.bf-product-carousel__viewport:focus-visible {
  outline: 2px solid var(--bf-heading);
  outline-offset: 6px;
}

.bf-product-carousel__viewport.is-static .bf-product-carousel__nav,
.bf-product-carousel__viewport.is-static .swiper-pagination {
  display: none;
}

.bf-product-carousel__viewport .swiper-pagination {
  right: auto;
  bottom: 18px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto;
  min-height: 10px;
  text-align: left;
}

.bf-product-carousel__viewport .swiper-pagination-bullet {
  width: 46px;
  height: 3px;
  border-radius: 0;
  background: var(--bf-line);
  opacity: 1;
}

.bf-product-carousel__viewport .swiper-pagination-bullet-active {
  background: var(--bf-heading);
}

.bf-featured-product__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.bf-featured-product__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bf-featured-product__name {
  display: grid;
  gap: 10px;
}

.bf-featured-product__eyebrow {
  color: #65758b;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.bf-featured-product__name h2 {
  margin: 0;
  color: #15191e;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.bf-featured-product__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #15191e;
  font-size: 14px;
  line-height: 1.2;
}

.bf-featured-product__rating > span {
  display: inline-flex;
  gap: 5px;
  color: #f5b82e;
}

.bf-featured-product__rating b {
  font-weight: 600;
}

.bf-featured-product__rating small {
  color: #65758b;
  font-size: 14px;
}

.bf-featured-product__lead {
  margin: 0;
  color: #15191e;
  font-size: 16px;
  line-height: 1.5;
}

.bf-featured-product__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.bf-featured-product__price strong {
  color: #15191e;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.bf-featured-product__price del {
  color: #65758b;
  font-size: 16px;
}

.bf-featured-product__accordion {
  margin-top: 0;
}

.bf-featured-product__accordion .bf-product-accordion__panel {
  max-height: 0;
  color: #65758b;
  font-size: 16px;
  line-height: 1.5;
}

.bf-featured-product__accordion .bf-product-accordion__panel.is-open {
  max-height: none;
}

.bf-featured-product__accordion .bf-product-accordion__panel.is-open > * {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.bf-featured-product__button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid #ffe49b;
  background: #ffe49b;
  color: #15191e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color .25s var(--bf-ease), border-color .25s var(--bf-ease), color .25s var(--bf-ease);
}

.bf-featured-product__button:hover,
.bf-featured-product__button:focus-visible {
  border-color: #15191e;
  background: #15191e;
  color: #fff;
}

.bf-featured-product__gallery {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 796px;
  margin: 0 !important;
  overflow: hidden;
  background: #f2f2f2;
}

.bf-featured-product__gallery .swiper-container,
.bf-featured-product__gallery .swiper-wrapper,
.bf-featured-product__gallery .swiper-slide {
  width: 100%;
  height: 100%;
}

.bf-featured-product__gallery .swiper-container {
  max-width: 100%;
  overflow: hidden;
}

.bf-featured-product__gallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bf-featured-product__gallery .swiper-slide img {
  width: min(100%, 597px);
  height: 100%;
  display: block;
  object-fit: cover;
}

.bf-featured-product__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: #fff;
  color: #15191e;
  font-size: 18px;
  transform: translateY(-50%);
}

.bf-featured-product__nav--previous {
  left: 20px;
}

.bf-featured-product__nav--next {
  right: 20px;
}

.bf-featured-product__gallery .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.bf-featured-product__gallery .swiper-pagination-bullet {
  width: 34px;
  height: 4px;
  margin: 0;
  border-radius: 0;
  background: #bfbfbf;
  opacity: 1;
}

.bf-featured-product__gallery .swiper-pagination-bullet-active {
  background: #ffe49b;
}

.bf-shoppable-product {
  width: 100%;
  overflow: hidden;
}

.bf-shoppable-product__media {
  position: relative;
  width: 100%;
  height: 770px;
  overflow: hidden;
  background: #f2f2f2;
}

.bf-shoppable-product__media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bf-shoppable-product__hotspot {
  position: absolute;
  top: var(--bf-hotspot-y);
  left: var(--bf-hotspot-x);
  z-index: 2;
  transform: translate(-50%, -50%);
}

.bf-shoppable-product__trigger {
  position: relative;
  z-index: 2;
  width: 32px;
  height: 32px;
  display: block;
  padding: 0;
  border: 8px solid rgba(255, 255, 255, .6);
  border-radius: 50%;
  background: #fff;
  background-clip: padding-box;
  box-shadow: 0 2px 10px rgba(21, 25, 30, .18);
  transition: transform .25s var(--bf-ease), box-shadow .25s var(--bf-ease);
}

.bf-shoppable-product__hotspot.is-active .bf-shoppable-product__trigger,
.bf-shoppable-product__trigger:hover,
.bf-shoppable-product__trigger:focus-visible {
  transform: scale(1.12);
  box-shadow: 0 4px 18px rgba(21, 25, 30, .28);
}

.bf-shoppable-product__trigger:focus-visible {
  outline: 2px solid #15191e;
  outline-offset: 4px;
}

.bf-shoppable-product__card {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  width: 260px;
  min-height: 104px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(21, 25, 30, .2);
  color: #15191e;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity .25s var(--bf-ease), transform .25s var(--bf-ease), visibility .25s var(--bf-ease);
}

.bf-shoppable-product__hotspot.is-active .bf-shoppable-product__card {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.bf-shoppable-product__card > img {
  width: 64px;
  aspect-ratio: 3 / 4;
  display: block;
  object-fit: cover;
}

.bf-shoppable-product__card-content {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.bf-shoppable-product__card-name {
  display: -webkit-box;
  overflow: hidden;
  color: #15191e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bf-shoppable-product__card-price {
  color: #15191e;
  font-size: 14px;
  font-weight: 600;
}

.bf-product-bundle__grid {
  min-height: 864px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto minmax(0, 1fr) 48px;
  column-gap: 28px;
}

.bf-product-bundle__media {
  grid-column: 2;
  grid-row: 1 / 4;
  position: relative;
  min-width: 0;
  height: 864px;
  overflow: hidden;
  background: #d9d9d9;
}

.bf-product-bundle__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bf-product-bundle__hotspot {
  position: absolute;
  top: var(--bf-hotspot-y);
  left: var(--bf-hotspot-x);
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
  box-shadow: inset 0 0 0 10px rgba(207, 218, 231, .95);
  transform: translate(-50%, -50%);
  transition: transform .25s var(--bf-ease), box-shadow .25s var(--bf-ease);
}

.bf-product-bundle__hotspot:last-of-type {
  border-color: #ffe49b;
  box-shadow: inset 0 0 0 10px #ffe49b;
}

.bf-product-bundle__hotspot:hover,
.bf-product-bundle__hotspot:focus-visible {
  transform: translate(-50%, -50%) scale(1.12);
  box-shadow: inset 0 0 0 10px #ffe49b;
}

.bf-product-bundle__hotspot:focus-visible {
  outline: 2px solid #15191e;
  outline-offset: 3px;
}

.bf-product-bundle__header {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  gap: 10px;
  padding-bottom: 28px;
}

.bf-product-bundle__header span {
  color: #65758b;
  font-size: 16px;
  line-height: 1.2;
}

.bf-product-bundle__header h2 {
  margin: 0;
  color: #15191e;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.bf-product-bundle__list {
  grid-column: 1;
  grid-row: 2;
  min-height: 0;
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.bf-product-bundle__item {
  min-height: 0;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 24px;
  gap: 20px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #d8dce1;
  color: #15191e;
}

.bf-product-bundle__item:last-child {
  border-bottom: 1px solid #d8dce1;
}

.bf-product-bundle__thumb {
  width: 82px;
  aspect-ratio: 3 / 4;
  display: block;
  overflow: hidden;
  background: #fff;
}

.bf-product-bundle__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s var(--bf-ease);
}

.bf-product-bundle__item:hover .bf-product-bundle__thumb img,
.bf-product-bundle__item:focus-visible .bf-product-bundle__thumb img {
  transform: scale(1.035);
}

.bf-product-bundle__item-content {
  min-width: 0;
  display: grid;
  gap: 10px;
}

.bf-product-bundle__name {
  color: #15191e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.bf-product-bundle__price {
  display: flex;
  gap: 8px;
  align-items: baseline;
  font-size: 16px;
}

.bf-product-bundle__price strong {
  font-weight: 600;
}

.bf-product-bundle__price del {
  color: #65758b;
}

.bf-product-bundle__item > i {
  font-size: 16px;
  transition: transform .25s var(--bf-ease);
}

.bf-product-bundle__item:hover > i,
.bf-product-bundle__item:focus-visible > i {
  transform: translateX(4px);
}

.bf-product-bundle__button {
  grid-column: 1;
  grid-row: 3;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 14px 24px;
  background: #ffe49b;
  color: #15191e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

@media (prefers-reduced-motion: reduce) {
  .bf-product-carousel__nav button,
  .bf-shoppable-product__trigger,
  .bf-shoppable-product__card,
  .bf-product-bundle__thumb img,
  .bf-product-bundle__item > i,
  .bf-product-bundle__hotspot {
    transition: none;
  }
}

.bf-product-fbt {
  overflow: hidden;
  background: var(--bf-product-fbt-bg);
  padding: 60px 0;
}

.bf-product-fbt__title {
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.2;
}

.bf-product-fbt__layout {
  display: grid;
  grid-template-columns: minmax(0, 924px) minmax(0, 448px);
  gap: 28px;
  align-items: start;
}

.bf-product-fbt__list {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.bf-product-fbt__card {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 16px;
}

.bf-product-fbt__media {
  width: 100%;
  display: block;
  aspect-ratio: var(--bf-product-ratio, 3 / 4);
  overflow: hidden;
  background: var(--bf-white);
}

.bf-product-fbt__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s var(--bf-ease);
}

.bf-product-fbt__card:hover .bf-product-fbt__media img {
  transform: scale(1.03);
}

.bf-product-fbt__body {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.bf-product-fbt__body h3 {
  min-height: 38.4px;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.2;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bf-product-fbt__price {
  min-height: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: var(--bf-weight-medium);
  line-height: normal;
}

.bf-product-fbt__price del {
  color: var(--bf-muted);
  font-size: 14px;
  font-weight: var(--bf-weight-regular);
}

.bf-product-fbt__options {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.bf-product-fbt__options label {
  margin: 0;
  color: var(--bf-muted);
  font-size: 12px;
  font-weight: var(--bf-weight-regular);
  line-height: 1.3;
}

.bf-product-fbt__options select {
  width: 100%;
  min-width: 0;
  min-height: 36px;
  border: 1px solid var(--bf-line);
  border-radius: 0;
  background: var(--bf-white);
  color: var(--bf-heading);
  padding: 7px 28px 7px 10px;
  font-size: 14px;
  line-height: 1.4;
}

.bf-product-fbt__property {
  min-width: 0;
  min-height: 21px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--bf-heading);
  font-size: 14px;
  line-height: 1.5;
}

.bf-product-fbt__property input[type="checkbox"] {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid var(--bf-product-fbt-check-border);
  border-radius: 4px;
  background: var(--bf-white);
  cursor: pointer;
  appearance: none;
}

.bf-product-fbt__property input[type="checkbox"]:checked {
  border-color: var(--bf-heading);
  background-color: var(--bf-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.25 6.1 4.75 8.5 9.8 3.45' fill='none' stroke='%2315191e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  box-shadow: 0 0 0 4px var(--bf-product-fbt-check-ring);
}

.bf-product-fbt__property input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.bf-product-fbt__property input[type="checkbox"]:focus-visible,
.bf-product-fbt__property a:focus-visible,
.bf-product-fbt__options select:focus-visible,
.bf-product-fbt__submit:focus-visible {
  outline: 2px solid var(--bf-heading);
  outline-offset: 3px;
}

.bf-product-fbt__property label {
  min-width: 0;
  margin: 0;
  font-weight: var(--bf-weight-regular);
  cursor: pointer;
  overflow-wrap: anywhere;
}

.bf-product-fbt__property a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bf-product-fbt__card.is-unavailable .bf-product-fbt__media,
.bf-product-fbt__card.is-unavailable .bf-product-fbt__body {
  opacity: .62;
}

.bf-product-fbt__summary {
  width: 100%;
  display: grid;
  gap: 20px;
}

.bf-product-fbt__summary-text {
  min-width: 0;
  display: grid;
  gap: 10px;
  color: var(--bf-heading);
  font-size: 16px;
  line-height: normal;
}

.bf-product-fbt__total {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.bf-product-fbt__total strong {
  font-size: 24px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.2;
}

.bf-product-fbt__total del {
  color: var(--bf-muted);
  font-size: 16px;
  font-weight: var(--bf-weight-regular);
  line-height: normal;
}

.bf-product-fbt__submit {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--bf-warm);
  color: var(--bf-heading);
  padding: 12px 24px;
  font-size: 16px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.2;
  text-align: center;
  transition: background .25s var(--bf-ease), color .25s var(--bf-ease), opacity .25s var(--bf-ease);
}

.bf-product-fbt__submit:hover:not(:disabled) {
  background: var(--bf-heading);
  color: var(--bf-white);
}

.bf-product-fbt__submit:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.bf-product-fbt__status {
  color: var(--bf-heading);
  font-size: 14px;
  line-height: 1.5;
}

.bf-product-fbt__status.is-error {
  color: var(--bf-danger);
}

@media (max-width: 1199px) {
  .bf-product-fbt__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .bf-product-fbt__list {
    gap: 20px;
  }

  .bf-product-fbt__summary-text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bf-product-fbt {
    padding: 32px 0;
  }

  .bf-product-fbt .bf-container {
    width: calc(100% - 32px);
  }

  .bf-product-fbt__title {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .bf-product-fbt__layout {
    gap: 24px;
  }

  .bf-product-fbt__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .bf-product-fbt__card {
    gap: 12px;
  }

  .bf-product-fbt__submit {
    min-height: 44px;
    padding: 10px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-product-fbt__media img,
  .bf-product-fbt__submit {
    transition: none;
  }
}

.bf-benefits--marquee {
  height: 93px;
  overflow: hidden;
  background: var(--bf-warm);
}

.bf-benefits-marquee {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.bf-benefits-marquee__track {
  width: max-content;
  min-width: max-content;
  display: flex;
  align-items: center;
  animation: bf-benefits-marquee 30s linear infinite;
  will-change: transform;
}

.bf-benefits-marquee__group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 64px;
  padding-right: 64px;
}

.bf-benefits-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bf-heading);
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.bf-benefits-marquee__item i {
  width: 20px;
  font-size: 18px;
  text-align: center;
}

.bf-benefits-marquee__item strong {
  font-weight: var(--bf-weight-medium);
}

.bf-benefits-marquee:hover .bf-benefits-marquee__track,
.bf-benefits-marquee:focus-within .bf-benefits-marquee__track {
  animation-play-state: paused;
}

@keyframes bf-benefits-marquee {
  to {
    transform: translateX(-50%);
  }
}

.bf-product-page > .bf-product-fbt,
.bf-product-page > .bf-benefits--marquee {
  margin-top: 60px;
}

.bf-product-page:has(> .bf-product-fbt) > .bf-benefits--marquee {
  margin-top: 0;
}

.bf-product-page > .bf-product-carousel,
.bf-product-page > .bf-benefits--line {
  margin-top: 120px;
}

.bf-product-page > .bf-product-carousel .bf-section-heading {
  margin-bottom: 40px;
}

.bf-product-page > .bf-product-carousel .bf-section-heading h2 {
  font-size: 40px;
  line-height: 48px;
}

.bf-product-page > .bf-benefits--line .bf-benefits__grid {
  gap: 28px;
}

.bf-product-page > .bf-benefits--line .bf-benefit-card__inner {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  border-top: 0;
  padding: 0;
  text-align: center;
}

.bf-product-page > .bf-benefits--line .bf-benefit-card__icon {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 0;
  font-size: 28px;
}

.bf-product-page > .bf-benefits--line .bf-benefit-card__content {
  gap: 12px;
  justify-items: center;
}

.bf-product-page > .bf-benefits--line .bf-benefit-card__title {
  font-size: 20px;
  font-weight: var(--bf-weight-medium);
  line-height: 24px;
}

.bf-product-page > .bf-benefits--line .bf-benefit-card__text {
  max-width: 300px;
  font-size: 16px;
  font-weight: var(--bf-weight-medium);
  line-height: 24px;
}

@media (max-width: 767px) {
  .bf-benefits--marquee {
    display: none;
  }

  .bf-product-page > .bf-product-fbt,
  .bf-product-page > .bf-product-carousel,
  .bf-product-page > .bf-benefits--line {
    margin-top: 32px;
  }

  .bf-product-page > .bf-product-carousel > .bf-container,
  .bf-product-page > .bf-benefits--line > .bf-container {
    width: calc(100% - 32px);
  }

  .bf-product-page > .bf-product-carousel .bf-section-heading {
    margin-bottom: 16px;
  }

  .bf-product-page > .bf-product-carousel .bf-section-heading h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .bf-product-page > .bf-benefits--line .bf-benefits__grid,
  .bf-product-page > .bf-benefits--line .bf-benefits__grid--4 {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .bf-product-page > .bf-benefits--line .bf-benefits__grid::-webkit-scrollbar {
    display: none;
  }

  .bf-product-page > .bf-benefits--line .bf-benefit-card {
    flex: 0 0 240px;
  }

  .bf-product-page > .bf-benefits--line .bf-benefit-card__inner {
    min-height: 113px;
    gap: 16px;
  }

  .bf-product-page > .bf-benefits--line .bf-benefit-card__icon {
    width: 24px;
    height: 24px;
    font-size: 22px;
  }

  .bf-product-page > .bf-benefits--line .bf-benefit-card__content {
    gap: 12px;
  }

  .bf-product-page > .bf-benefits--line .bf-benefit-card__title {
    font-size: 16px;
    line-height: 19px;
  }

  .bf-product-page > .bf-benefits--line .bf-benefit-card__text {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-benefits-marquee {
    overflow-x: auto;
  }

  .bf-benefits-marquee__track {
    animation: none;
    will-change: auto;
  }
}

.bf-pagination-row,
.pagination-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 54px;
  color: var(--bf-muted);
  font-size: var(--bf-small);
}

.bf-pagination-row .pagination,
.pagination-row .pagination {
  margin: 0;
}

.bf-pagination-row .pagination > li > a,
.bf-pagination-row .pagination > li > span,
.pagination-row .pagination > li > a,
.pagination-row .pagination > li > span {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: var(--bf-line);
  color: var(--bf-heading);
}

.bf-pagination-row .pagination > .active > span,
.pagination-row .pagination > .active > span {
  border-color: var(--bf-heading);
  background: var(--bf-heading);
  color: var(--bf-white);
}

.bf-empty-state,
.empty-state {
  max-width: 560px;
  border-top: 1px solid var(--bf-line);
  padding-top: 28px;
  color: var(--bf-muted);
}

.product-thumb {
  position: relative;
  height: 100%;
  border: 0;
  background: var(--bf-white);
  overflow: hidden;
}

.product-thumb .image {
  aspect-ratio: 3 / 4;
  background: var(--bf-soft);
  overflow: hidden;
}

.product-thumb .image a,
.product-thumb .image img {
  width: 100%;
  height: 100%;
  display: block;
}

.product-thumb .image img {
  object-fit: cover;
  transition: transform .45s var(--bf-ease);
}

.product-thumb:hover .image img {
  transform: scale(1.03);
}

.product-thumb .caption {
  min-height: 0;
  padding: 18px 0 0;
}

.product-thumb h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.product-thumb .description {
  color: var(--bf-muted);
  font-size: var(--bf-small);
}

.price {
  color: var(--bf-heading);
  font-size: var(--bf-body-size);
  font-weight: 600;
}

.price-old {
  color: var(--bf-muted);
  font-weight: 400;
  text-decoration: line-through;
}

.button-group {
  display: flex;
  gap: 8px;
  border: 0;
  background: transparent;
}

.button-group button {
  min-height: 44px;
  border: 1px solid var(--bf-line);
  background: var(--bf-white);
  color: var(--bf-heading);
  font-weight: 600;
}

.button-group button:hover {
  border-color: var(--bf-accent);
  background: var(--bf-accent);
  color: var(--bf-accent-contrast);
}

.bf-product-card__actions {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  gap: 8px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s var(--bf-ease), transform .25s var(--bf-ease);
}

.bf-product-card:hover .bf-product-card__actions {
  opacity: 1;
  transform: translateY(0);
}

.bf-banner {
  min-height: 360px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--bf-soft);
}

.bf-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 60px);
}

.bf-text-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: center;
}

.bf-text-media-block--soft {
  padding-top: var(--bf-section-gap);
  padding-bottom: var(--bf-section-gap);
  background: var(--bf-soft-2);
}

.bf-text-media-block--left .bf-text-media__media {
  order: -1;
}

.bf-text-media__content {
  max-width: 610px;
}

.bf-text-media__content h2 {
  max-width: 620px;
  margin-bottom: 22px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.06;
}

.bf-text-media__text {
  max-width: 540px;
  color: var(--bf-muted);
  font-size: 18px;
  line-height: 1.65;
}

.bf-text-media__text p,
.bf-text-media__text br + br {
  margin-bottom: 16px;
}

.bf-text-media__button {
  margin-top: 30px;
}

.bf-text-media__media {
  min-height: 320px;
  aspect-ratio: var(--bf-text-media-ratio, 4 / 5);
  overflow: hidden;
  background: var(--bf-soft);
}

.bf-text-media__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .65s var(--bf-ease);
}

.bf-text-media__media span {
  height: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bf-muted);
  padding: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  overflow-wrap: anywhere;
}

.bf-text-media-block:hover .bf-text-media__media img {
  transform: scale(1.025);
}

.bf-text-media-block--vision {
  margin-top: 120px;
}

.bf-text-media-block--vision.bf-text-media-block--right .bf-text-media {
  grid-template-columns: minmax(0, calc(100% - var(--bf-text-media-width, 805px) - 119px)) minmax(0, var(--bf-text-media-width, 805px));
  gap: 119px;
}

.bf-text-media-block--vision.bf-text-media-block--left .bf-text-media {
  grid-template-columns: minmax(0, var(--bf-text-media-width, 805px)) minmax(0, calc(100% - var(--bf-text-media-width, 805px) - 119px));
  gap: 119px;
}

.bf-text-media-block--vision .bf-text-media__content {
  max-width: none;
}

.bf-text-media-block--vision .bf-section-heading__eyebrow,
.bf-text-media-block--vision .bf-text-media__button {
  display: none;
}

.bf-text-media-block--vision .bf-text-media__content h2 {
  max-width: none;
  margin: 0 0 24px;
  color: #15191e;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.bf-text-media-block--vision .bf-text-media__text {
  max-width: none;
  color: #15191e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bf-text-media-block--vision .bf-text-media__media {
  min-height: 0;
}

@media (max-width: 991px) {
  .bf-text-media-block--vision {
    margin-top: 72px;
  }

  .bf-text-media-block--vision.bf-text-media-block--right .bf-text-media,
  .bf-text-media-block--vision.bf-text-media-block--left .bf-text-media {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .bf-text-media-block--vision {
    margin-top: 56px;
  }

  .bf-text-media-block--vision.bf-text-media-block--right .bf-text-media,
  .bf-text-media-block--vision.bf-text-media-block--left .bf-text-media {
    gap: 28px;
  }

  .bf-text-media-block--vision .bf-text-media__content h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }
}

.bf-feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--bf-grid-gap);
}

.bf-feature {
  padding: 28px;
  border: 1px solid var(--bf-line);
  background: var(--bf-white);
}

.bf-feature__title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.bf-feature__text {
  margin: 0;
  color: var(--bf-muted);
  font-size: var(--bf-small);
}

.bobtex-module {
  min-width: 0;
}

.bobtex-module > h2,
.bobtex-module__title {
  margin: 0 0 32px;
  color: var(--bf-heading);
  font-size: var(--bf-h2);
  font-weight: 600;
  line-height: var(--bf-heading-line);
}

.bobtex-product-module {
  width: 100%;
}

.bobtex-html-module__content {
  max-width: 980px;
}

.bf-home-zone > * + * {
  margin-top: var(--bf-section-gap);
}

.main-slider.swiper-viewport {
  position: relative;
  width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
  border: 0;
  border-radius: 0;
  background: var(--bf-heading);
  color: var(--bf-white);
  box-shadow: none;
  overflow: hidden;
}

.main-slider .swiper-container {
  width: 100%;
  height: auto;
}

.main-slider .swiper-wrapper,
.main-slider .swiper-slide {
  height: auto;
}

.bobtex-hero.main-slider .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.main-slider .swiper-slide {
  position: relative;
  text-align: left;
}

.main-slider .swiper-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(21, 25, 30, .58) 0, rgba(21, 25, 30, .24) 170px, rgba(21, 25, 30, .08) 100%),
    linear-gradient(90deg, rgba(21, 25, 30, .62) 0%, rgba(21, 25, 30, .28) 42%, rgba(21, 25, 30, .08) 100%);
  pointer-events: none;
}

.sg-full-width-slider .swiper-slide:after {
  display: none;
}

.main-slider .bf-hero-slider__media,
.main-slider .swiper-slide img {
  display: block;
  width: 100%;
}

.main-slider .bf-hero-slider__media {
  position: relative;
  height: auto;
  z-index: 0;
}

.main-slider .swiper-slide img {
  height: auto;
}

.bf-hero-slider__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: min(var(--bf-container), 100%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 50px;
}

.bf-hero-slider__box {
  width: min(545px, 100%);
}

.bf-hero-slider__eyebrow {
  margin-bottom: 16px;
  color: currentColor;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.bf-hero-slider__title {
  margin: 0 0 25px;
  color: currentColor;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.bf-hero-slider__text {
  width: min(430px, 100%);
  margin-bottom: 28px;
  color: currentColor;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.bf-hero-slider__button {
  height: 48px;
  min-height: 48px;
  padding-right: 22px;
  padding-left: 22px;
  background: var(--bf-white);
  color: var(--bf-heading);
  line-height: 24px;
}

.main-slider .swiper-pagination-bullet {
  width: 68px;
  height: 6px;
  margin: 0 6px;
  border-radius: 0;
  background: rgb(191, 191, 191);
  opacity: 1;
  transition: transform .2s ease-in-out, background-color .2s ease-in-out;
}

.main-slider .swiper-pagination-bullet-active {
  background: var(--bf-warm);
  opacity: 1;
}

.main-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  transform: scale(1.1);
}

.main-slider .swiper-pagination {
  bottom: 44px;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}

.main-slider .swiper-pager .swiper-button-next,
.main-slider .swiper-pager .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: rgba(21, 25, 30, .3);
  color: var(--bf-white);
  opacity: 0;
  transition: opacity .3s var(--bf-ease), background-color .3s var(--bf-ease);
}

.main-slider:hover .swiper-pager .swiper-button-next,
.main-slider:hover .swiper-pager .swiper-button-prev {
  opacity: 1;
}

.main-slider .swiper-pager .swiper-button-next:hover,
.main-slider .swiper-pager .swiper-button-prev:hover {
  background: var(--bf-white);
  color: var(--bf-heading);
}

.bobtex-hero.main-slider .bf-hero-slider__media {
  aspect-ratio: var(--bf-hero-ratio);
  overflow: hidden;
}

.bobtex-hero.main-slider .swiper-slide img,
.bobtex-hero.main-slider .bf-hero-slider__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bobtex-hero--about .swiper-slide:after {
  background: linear-gradient(180deg, #15191e 0%, rgba(21, 25, 30, 0) 36.257%);
}

.bobtex-hero--about .bf-hero-slider__content,
.bobtex-hero--about .swiper-pagination {
  display: none;
}

.bf-document-page:has(.bobtex-hero--about) > .bf-breadcrumb,
.bf-document-content:has(> .bobtex-hero--about) > h1,
.bf-document-content:has(> .bobtex-hero--about) > .info-text {
  display: none;
}

.bf-document-content:has(> .bobtex-hero--about) {
  max-width: none;
}

.bf-container.bf-document-page:has(.bobtex-hero--about) {
  width: 100%;
  max-width: none;
}

@media (min-width: 990px) {
  body.bobtex-fabric:has(.bobtex-hero--about) .bf-announcement {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 31;
    display: block;
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-announcement[hidden] {
    display: none;
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header {
    position: absolute;
    top: var(--bf-header-announcement-height);
    right: 0;
    left: 0;
    z-index: 30;
    background: transparent;
    color: var(--bf-white);
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background: var(--bf-white);
    opacity: 0;
    transition: opacity .25s var(--bf-ease);
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header__inner,
  body.bobtex-fabric:has(.bobtex-hero--about) .bf-nav {
    position: relative;
    z-index: 1;
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header__bar,
  body.bobtex-fabric:has(.bobtex-hero--about) .bf-search,
  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header__phone {
    display: none;
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header__inner {
    min-height: var(--bf-header-nav-height);
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-menu-toggle {
    grid-column: 1;
    display: none;
    justify-self: start;
    color: currentColor;
    background: transparent;
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header__search-link {
    display: inline-flex;
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-icon-link,
  body.bobtex-fabric:has(.bobtex-hero--about) .bf-cart #cart > button,
  body.bobtex-fabric:has(.bobtex-hero--about) .bf-logo,
  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header__tools,
  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header__tools a {
    background: transparent;
    color: currentColor;
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-logo img {
    filter: invert(1) brightness(10);
    transition: filter .4s var(--bf-ease);
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header .bf-cart-icon {
    filter: none;
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-nav {
    background: transparent;
    border-color: transparent;
    color: var(--bf-white);
    transition: color .4s var(--bf-ease), background-color .4s var(--bf-ease), border-color .4s var(--bf-ease);
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-nav__link,
  body.bobtex-fabric:has(.bobtex-hero--about) .bf-nav__heading {
    color: currentColor;
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header:hover,
  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header:hover .bf-nav {
    color: var(--bf-heading);
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header:hover:before {
    opacity: 1;
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header:hover .bf-nav {
    border-color: rgba(216, 220, 227, .7);
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header:hover .bf-logo img {
    filter: none;
  }

  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header:hover .bf-cart-icon {
    filter: invert(1);
  }
}

.bobtex-banner-module {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--bf-grid-gap);
}

.bobtex-banner-module .item {
  min-width: 0;
}

.bobtex-banner-module .item a,
.bobtex-banner-module .item > span {
  display: grid;
  gap: 14px;
  color: var(--bf-heading);
}

.bobtex-banner-module .item img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: var(--bf-soft);
}

.bobtex-banner-module .item span {
  display: block;
  min-height: 38px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.bf-product-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--bf-product-column-gap);
  align-items: start;
}

.bf-product-gallery {
  width: 100%;
}

@media (min-width: 990px) {
  .bf-product-gallery {
    position: relative;
    align-self: start;
  }

  .bf-product-gallery.is-following .gallery-container {
    position: fixed;
    z-index: 2;
    top: var(--bf-product-gallery-fixed-top);
    left: var(--bf-product-gallery-fixed-left);
    width: var(--bf-product-gallery-fixed-width);
  }

  .bf-product-gallery.is-following-end .gallery-container {
    position: absolute;
    top: var(--bf-product-gallery-end-offset);
    left: 0;
    width: 100%;
  }
}

.bf-product-gallery .gallery-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--bf-product-thumb-gap);
  align-items: start;
}

.bf-product-gallery .gallery-container.photo-alone {
  display: block;
}

.bf-product-gallery .detail-image {
  position: relative;
  aspect-ratio: var(--bf-product-media-ratio);
  background: var(--bf-soft);
  overflow: hidden;
}

.bf-product-gallery .product-gallery-viewport {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.bf-product-gallery .product-gallery-viewport::-webkit-scrollbar {
  display: none;
}

.bf-product-gallery .product-gallery-viewport:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 2px var(--bf-heading);
}

.bf-product-gallery .product-gallery-track {
  width: 100%;
  height: 100%;
  display: flex;
  gap: var(--bf-product-gallery-gap);
}

.bf-product-gallery .product-gallery-slide {
  width: 100%;
  min-width: 100%;
  height: 100%;
  flex: 0 0 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.bf-product-gallery .product-gallery-slide a,
.bf-product-gallery .product-gallery-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.bf-product-gallery .product-gallery-slide img {
  object-fit: cover;
}

.bf-product-gallery .product-gallery-pager {
  width: 100%;
  display: flex;
  gap: var(--bf-product-thumb-gap);
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}

.bf-product-gallery .product-gallery-pager .item {
  width: var(--bf-product-thumb-width);
  min-width: var(--bf-product-thumb-width);
  height: var(--bf-product-thumb-height);
  flex: 0 0 var(--bf-product-thumb-width);
}

.bf-product-gallery .product-gallery-pager button {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  background: var(--bf-soft);
  padding: 0;
  overflow: hidden;
}

.bf-product-gallery .product-gallery-pager .is-active button,
.bf-product-gallery .product-gallery-pager button:hover {
  border-color: var(--bf-heading);
}

.bf-product-gallery .product-gallery-pager img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-gallery-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: var(--bf-white);
  color: var(--bf-heading);
  font-size: 22px;
}

.product-gallery-arrow--prev {
  left: 32px;
}

.product-gallery-arrow--next {
  right: 32px;
}

@media (prefers-reduced-motion: reduce) {
  .bf-product-gallery .product-gallery-viewport {
    scroll-behavior: auto;
  }
}

.bf-product-gallery .product-no-photo {
  aspect-ratio: 3 / 4;
  display: grid;
  place-items: center;
  gap: 10px;
  background: var(--bf-soft);
  color: var(--bf-muted);
  text-align: center;
}

.bf-product-summary {
  position: static;
  width: 100%;
  padding-top: 4px;
}

.bf-product-page__inner {
  width: min(var(--bf-container), calc(100% - var(--bf-container-padding) * 2));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
}

.bf-product-page__inner > .bf-breadcrumb {
  margin-bottom: 20px;
}

.bf-product-page__inner > .bf-product-detail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--bf-product-column-gap);
}

.bf-product-page__inner .bf-product-summary {
  padding-left: 0;
}

.bf-product-summary__name {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.bf-product-summary__brand {
  width: fit-content;
  color: var(--bf-muted);
  font-size: 20px;
  font-weight: var(--bf-weight-regular);
  line-height: 1.2;
}

.bf-product-summary .title {
  margin: 0;
  font-size: var(--bf-product-title-size);
  line-height: var(--bf-product-title-line);
  font-weight: var(--bf-product-title-weight);
  overflow-wrap: anywhere;
}

.product-summary__meta {
  display: grid;
  gap: 4px;
  margin-bottom: 28px;
  color: var(--bf-muted);
}

.product-summary__meta span {
  color: var(--bf-heading);
  font-weight: 600;
}

.stock-line {
  color: var(--bf-heading);
}

.stock-line--out {
  color: #e3273f;
}

.bf-product-rating {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--bf-muted);
  font-size: 14px;
}

.bf-product-rating:hover {
  color: var(--bf-heading);
}

.bf-product-rating__stars {
  position: relative;
  display: inline-block;
  color: var(--bf-line);
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
}

.bf-product-rating__stars::before,
.bf-product-rating__stars::after {
  content: "★★★★★";
}

.bf-product-rating__stars::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bf-rating);
  overflow: hidden;
  color: var(--bf-warm);
}

.product-summary__intro {
  display: -webkit-box;
  margin: 0 0 24px;
  overflow: hidden;
  color: var(--bf-heading);
  font-size: 16px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bf-product-summary .price-block {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: baseline;
  margin-bottom: 24px;
}

.bf-product-summary .price-block .price {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: .24px;
}

.bf-product-summary .price-block .old-price {
  color: var(--bf-muted);
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
}

.bf-product-summary .product-options {
  display: grid;
  gap: 24px;
  margin-bottom: 32px;
}

.bf-product-accordion {
  margin-top: 8px;
  border-top: 1px solid var(--bf-line);
}

.bf-product-accordion__item {
  border-bottom: 1px solid var(--bf-line);
}

.bf-product-accordion__trigger {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  padding: 12px 0;
  color: var(--bf-heading);
  font-size: 16px;
  line-height: 24px;
  font-weight: var(--bf-weight-medium);
  text-align: left;
}

.bf-product-accordion__trigger::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 26px;
  line-height: 1;
  font-weight: var(--bf-weight-regular);
}

.bf-product-accordion__trigger[aria-expanded="true"]::after {
  content: "−";
}

.bf-product-accordion__panel {
  padding: 0;
  color: var(--bf-muted);
  font-size: 14px;
  line-height: 21px;
  --panel-height-measured: 0px;
  --panel-height-open: 0px;
  max-height: var(--panel-height-open);
  opacity: 0;
  overflow: hidden;
  transition:
    max-height .32s var(--bf-ease),
    opacity .32s var(--bf-ease),
    padding .32s var(--bf-ease);
}

.bf-product-accordion__panel.is-open {
  --panel-height-open: var(--panel-height-measured);
  padding: 4px 0 20px;
  opacity: 1;
}

.bf-product-accordion__panel > :last-child {
  margin-bottom: 0;
}

.bf-product-accordion__panel img {
  max-width: 100%;
  height: auto;
}

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

.bf-product-attributes h3 {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.bf-product-attributes dl,
.bf-product-attributes dl > div {
  margin: 0;
}

.bf-product-attributes dl > div {
  display: grid;
  grid-template-columns: minmax(120px, .8fr) minmax(0, 1fr);
  gap: 16px;
  padding: 8px 0;
  border-top: 1px solid var(--bf-line);
}

.bf-product-attributes dt {
  color: var(--bf-heading);
  font-weight: var(--bf-weight-medium);
}

.bf-product-attributes dd {
  margin: 0;
}

.bf-product-accordion__panel > :first-child {
  margin-top: 0;
}

.bf-product-accordion__panel > :last-child {
  margin-bottom: 0;
}

.bf-product-accordion__panel p,
.bf-product-accordion__panel ul,
.bf-product-accordion__panel ol,
.bf-product-accordion__panel table {
  margin-top: 0;
  margin-bottom: 14px;
}

.bf-product-accordion__panel ul,
.bf-product-accordion__panel ol {
  padding-left: 22px;
}

.bf-product-accordion__panel img {
  max-width: 100%;
  height: auto;
}

.bf-product-accordion__panel table {
  width: 100%;
}

.bf-product-summary .product-options label,
.bf-product-summary .offers-table th {
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: 600;
}

.bf-product-summary .offers-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.bf-product-summary .offers-table th {
  padding-bottom: 6px;
  text-align: left;
}

.bf-product-summary .offers-table td {
  min-width: 48px;
  min-height: 44px;
  border: 1px solid var(--bf-line);
  padding: 10px 12px;
  color: var(--bf-heading);
  text-align: center;
  cursor: pointer;
}

.bf-product-summary .offers-table td:first-child {
  display: none;
}

.bf-product-summary .offers-table td.is-active,
.bf-product-summary .offers-table td:hover {
  border-color: var(--bf-heading);
}

.bf-product-summary .offers-table:has(td.withhex) {
  display: flex;
  gap: 20px;
  align-items: center;
  width: fit-content;
  border-spacing: 0;
}

.bf-product-summary .offers-table:has(td.withhex) thead,
.bf-product-summary .offers-table:has(td.withhex) tbody,
.bf-product-summary .offers-table:has(td.withhex) tr {
  display: block;
}

.bf-product-summary .offers-table:has(td.withhex) th {
  display: block;
  padding: 0;
}

.bf-product-summary .offers-table:has(td.withhex) td.withhex {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  min-width: 0;
  min-height: 0;
  border: 1px solid var(--bf-line);
  padding: 8px 12px;
}

.bf-product-summary .offers-table:has(td.withhex) td.withhex:hover {
  border-color: var(--bf-heading);
}

.bf-product-summary .offers-table:has(td.withhex) td.withhex.is-active {
  border-color: var(--bf-line);
}

.bf-product-summary .offers-table:has(td.withhex) .custom-title {
  width: auto;
  margin-top: 0;
  font-size: 16px;
}

.bf-product-accordion {
  border-top: 0;
}

#product-reviews {
  display: none !important;
}

.bf-product-accordion__trigger {
  height: 47px;
  min-height: 47px;
  box-sizing: border-box;
  padding-top: 11px;
  padding-bottom: 12px;
  font-weight: 400;
}

.bf-product-accordion__panel {
  max-width: 500px;
  color: #65758b;
  font-size: 16px;
  line-height: 24px;
}

.bf-product-accordion__panel.is-open {
  padding-top: 10px;
  padding-bottom: 12px;
}

.bf-product-accordion__panel b,
.bf-product-accordion__panel strong {
  color: var(--bf-heading);
  font-weight: 600;
}

.bf-shipping-description h3 {
  margin: 0 0 8px;
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.bf-shipping-description p {
  margin-top: 0;
  margin-bottom: 16px;
  color: #65758b;
  font-size: 16px;
  line-height: 24px;
}

.bf-shipping-description__link {
  display: inline-flex;
  margin-top: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.bf-container.bf-document-page {
  width: calc(100% - 100px);
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
}

.bf-document-page > .bf-breadcrumb {
  margin-bottom: 48px;
}

.bf-document-content {
  max-width: 980px;
}

.bf-document-content > h1 {
  margin: 0 0 40px;
  color: var(--bf-heading);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.bf-document-content .info-text {
  max-width: 900px;
  color: #65758b;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.bf-document-content .info-text > h1 {
  display: none;
}

.bf-document-content .info-text p {
  margin: 0 0 18px !important;
  background: transparent !important;
  color: #65758b !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: left !important;
}

.bf-document-content .info-text p:has(u) {
  clear: both;
  margin-top: 32px !important;
  margin-bottom: 10px !important;
  color: var(--bf-heading) !important;
  font-weight: 600;
}

.bf-document-content .info-text p:has(br):not(:has(img)):not(:has(u)) {
  display: none;
}

.bf-document-content .info-text p:has(u):has(br):not(:has(img)) {
  display: none;
}

.bf-document-content .info-text > span {
  display: none;
}

.bf-document-content .info-text span,
.bf-document-content .info-text u {
  background: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.bf-document-content .info-text u {
  text-decoration: none;
}

.bf-document-content .info-text img {
  float: left !important;
  width: 128px !important;
  height: 128px !important;
  margin: 0 24px 16px 0 !important;
  border: 1px solid var(--bf-line);
  object-fit: cover;
}

.bf-document-content .info-text::after {
  content: "";
  display: block;
  clear: both;
}

.bf-document-content:has(.bf-info-sections) {
  max-width: none;
}

.bf-info-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1180px;
}

.bf-info-section {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  min-height: 210px;
  border: 1px solid var(--bf-line);
  padding: 24px;
  background: var(--bf-white);
}

.bf-info-section__media {
  width: 112px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--bf-line);
  background: var(--bf-subtle-bg);
}

.bf-info-section__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bf-info-section__body h2 {
  margin: 0 0 12px;
  color: var(--bf-heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.bf-info-section__body p {
  margin: 0;
  color: #65758b;
  font-size: 16px;
  line-height: 24px;
}

.bf-info-section__body p + p {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .bf-container.bf-document-page {
    width: calc(100% - 30px);
    max-width: none;
    padding-top: 0;
  }

  .bf-document-page > .bf-breadcrumb {
    margin-bottom: 30px;
  }

  .bf-document-content > h1 {
    margin-bottom: 28px;
    font-size: 32px;
    line-height: 38px;
  }

  .bf-document-content .info-text img {
    width: 96px !important;
    height: 96px !important;
    margin-right: 16px !important;
    margin-bottom: 12px !important;
  }

  .bf-info-sections {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bf-info-section {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    padding: 18px;
  }

  .bf-info-section__media {
    width: 80px;
  }

  .bf-info-section__body h2 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 25px;
  }
}

.bf-document-content:has(> .bf-faq-block) {
  max-width: none;
}

.bf-container.bf-document-page:has(.bf-faq-block) {
  width: min(var(--bf-container), calc(100% - var(--bf-container-padding) * 2));
  max-width: none;
}

.bf-document-content:has(> .bf-faq-block) > h1,
.bf-document-content:has(> .bf-faq-block) > .info-text {
  display: none;
}

.bf-faq-block {
  width: 100%;
  padding: 24px 0 80px;
  color: var(--bf-heading);
}

.bf-faq-block__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 389px;
  gap: 40px;
  align-items: start;
  margin-bottom: 36px;
}

.bf-faq-block .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bf-document-content .bf-faq-block__header h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.bf-faq-block__search {
  position: relative;
  display: block;
  margin: 0;
}

.bf-faq-block__search input {
  width: 100%;
  height: 48px;
  border: 1px solid var(--bf-line);
  border-radius: 0;
  padding: 11px 48px 11px 12px;
  background: var(--bf-white);
  color: var(--bf-heading);
  font: inherit;
  font-size: 16px;
  line-height: 24px;
  box-shadow: none;
  appearance: none;
  margin: 0;
}

.bf-faq-block__search input:focus {
  border-color: var(--bf-heading);
  outline: 2px solid transparent;
}

.bf-faq-block__search .fa {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
  color: var(--bf-heading);
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  transform: translateY(-50%);
  pointer-events: none;
}

.bf-faq-list {
  width: 100%;
}

.bf-faq-item {
  border-bottom: 1px solid var(--bf-line);
}

.bf-faq-item.is-open {
  border-bottom-color: var(--bf-heading);
}

.bf-faq-item > h2 {
  margin: 0;
  font: inherit;
}

.bf-faq-item__trigger {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  border: 0;
  padding: 24px 0;
  background: transparent;
  color: var(--bf-heading);
  font: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.bf-faq-item__trigger:focus-visible {
  outline: 2px solid var(--bf-heading);
  outline-offset: 4px;
}

.bf-faq-item__icon {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.bf-faq-item__icon::before,
.bf-faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 14px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
  transition: transform .25s var(--bf-ease), opacity .25s var(--bf-ease);
}

.bf-faq-item__icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.bf-faq-item.is-open .bf-faq-item__icon::after {
  opacity: 0;
  transform: translateY(-50%) rotate(0);
}

.bf-faq-item__panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height .35s var(--bf-ease), opacity .25s var(--bf-ease), visibility .35s;
}

.bf-faq-block.is-initializing .bf-faq-item__icon::before,
.bf-faq-block.is-initializing .bf-faq-item__icon::after,
.bf-faq-block.is-initializing .bf-faq-item__panel {
  transition: none;
}

.bf-faq-item.is-open .bf-faq-item__panel {
  opacity: 1;
  visibility: visible;
}

.bf-faq-item__answer {
  max-width: 969px;
  padding: 0 0 24px;
  color: #39424e;
  font-size: 16px;
  line-height: 24px;
}

.bf-faq-item__answer > :first-child {
  margin-top: 0;
}

.bf-faq-item__answer > :last-child {
  margin-bottom: 0;
}

.bf-faq-block__empty {
  margin: 24px 0 0;
  color: var(--bf-muted);
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .bf-faq-block {
    padding: 8px 0 48px;
  }

  .bf-faq-block__header {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 16px;
  }

  .bf-document-content .bf-faq-block__header h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .bf-faq-block__search input {
    height: 44px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .bf-faq-item__trigger {
    padding: 20px 0;
    font-size: 18px;
    line-height: 25px;
  }

  .bf-faq-item__answer {
    padding-bottom: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-faq-item__icon::before,
  .bf-faq-item__icon::after,
  .bf-faq-item__panel {
    transition: none;
  }
}

.bf-container.bf-document-page:has(.bf-team-block) {
  width: min(var(--bf-container), calc(100% - var(--bf-container-padding) * 2));
  max-width: none;
}

.bf-document-content:has(> .bf-team-block) {
  max-width: none;
}

.bf-team-block {
  width: 100%;
  padding: 40px 0 80px;
}

.bf-team-block > h2 {
  margin: 0 0 60px;
  color: var(--bf-heading);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.bf-team-grid {
  display: grid;
  grid-template-columns: repeat(var(--bf-team-columns, 3), minmax(0, 1fr));
  gap: 28px;
}

.bf-team-card,
.bf-team-card__link {
  min-width: 0;
}

.bf-team-card__link {
  display: block;
}

.bf-team-card__media {
  width: 100%;
  aspect-ratio: var(--bf-team-media-ratio, 448 / 500);
  overflow: hidden;
  background: var(--bf-soft);
}

.bf-team-card__media img,
.bf-team-card__media span {
  display: block;
  width: 100%;
  height: 100%;
}

.bf-team-card__media img {
  object-fit: cover;
  transition: transform .65s var(--bf-ease);
}

.bf-team-card__link:hover .bf-team-card__media img,
.bf-team-card__link:focus-visible .bf-team-card__media img {
  transform: scale(1.025);
}

.bf-team-card__link:focus-visible {
  outline: 2px solid var(--bf-heading);
  outline-offset: 4px;
}

.bf-team-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding-top: 12px;
  text-align: center;
}

.bf-team-card__body h3,
.bf-team-card__body p {
  margin: 0;
}

.bf-team-card__body h3 {
  color: var(--bf-heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.bf-team-card__body p {
  color: var(--bf-muted);
  font-size: 16px;
  line-height: 1.5;
}

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

@media (max-width: 767px) {
  .bf-team-block {
    padding: 24px 0 48px;
  }

  .bf-team-block > h2 {
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 34px;
  }

  .bf-team-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-team-card__media img {
    transition: none;
  }
}

.bf-container.bf-document-page:has(.bf-social-gallery) {
  width: min(var(--bf-container), calc(100% - var(--bf-container-padding) * 2));
  max-width: none;
}

.bf-document-content:has(> .bf-social-gallery) {
  max-width: none;
}

.bf-social-gallery {
  width: 100%;
  padding: 40px 0 80px;
}

.bf-social-gallery__inner {
  width: 100%;
}

.bf-social-gallery__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
}

.bf-social-gallery__header h2,
.bf-social-gallery__header p {
  margin: 0;
}

.bf-social-gallery__header h2 {
  color: #15191e;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.bf-social-gallery__header p {
  color: #65758b;
  font-size: 16px;
  line-height: 1.2;
}

.bf-social-gallery__grid {
  display: grid;
  grid-template-columns: repeat(var(--bf-social-columns, 5), minmax(0, 1fr));
  gap: 16px;
}

.bf-social-gallery__item {
  position: relative;
  display: block;
  min-width: 0;
  aspect-ratio: var(--bf-social-media-ratio, 267 / 260);
  overflow: hidden;
  background: var(--bf-soft);
}

.bf-social-gallery__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s var(--bf-ease);
}

a.bf-social-gallery__item:hover .bf-social-gallery__media,
a.bf-social-gallery__item:focus-visible .bf-social-gallery__media {
  transform: scale(1.025);
}

a.bf-social-gallery__item:focus-visible {
  outline: 2px solid var(--bf-heading);
  outline-offset: 4px;
}

.bf-social-gallery__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.bf-social-gallery__overlay img {
  display: block;
  width: 60px;
  height: 60px;
}

@media (max-width: 991px) {
  .bf-social-gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bf-social-gallery {
    padding: 24px 0 48px;
  }

  .bf-social-gallery__header {
    margin-bottom: 28px;
  }

  .bf-social-gallery__header h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .bf-social-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .bf-social-gallery__overlay img {
    width: 48px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-social-gallery__media {
    transition: none;
  }
}

.color-block {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  overflow: hidden;
  border: 1px solid var(--bf-line);
  vertical-align: middle;
}

.color-block img,
.color-block span {
  height: 100%;
  display: block;
}

.custom-title {
  display: block;
  margin-top: 7px;
  color: var(--bf-muted);
  font-size: var(--bf-mini);
}

.product-buy-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.product-buy-primary {
  min-height: 48px;
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.qty-control > span {
  display: block;
  margin-bottom: 8px;
  color: var(--bf-muted);
  font-size: var(--bf-small);
  font-weight: 600;
}

.qty-control .quantity {
  height: 48px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  border: 1px solid var(--bf-line);
}

.qty-control button,
.qty-control input {
  width: 100%;
  min-height: 0;
  border: 0;
  background: var(--bf-white);
  color: var(--bf-heading);
  text-align: center;
}

.qty-control button {
  font-size: 20px;
}

.btn-buy,
.btn-buy-now,
.custom-button {
  box-sizing: border-box;
  min-height: 48px;
  border: 1px solid var(--bf-heading);
  padding: 12px 32px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: var(--bf-weight-medium);
}

.btn-buy,
.btn-buy-now {
  height: 48px;
  border-color: var(--bf-warm);
  background: var(--bf-warm);
  color: var(--bf-heading);
  transition: transform .22s var(--bf-ease), box-shadow .22s var(--bf-ease), background-color .22s var(--bf-ease), color .22s var(--bf-ease);
}

.btn-buy {
  font-weight: var(--bf-weight-semibold);
}

.btn-buy-now {
  width: 100%;
  background: var(--bf-warm);
  color: var(--bf-heading);
  font-weight: var(--bf-weight-semibold);
}

.product-buy-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.custom-button {
  background: var(--bf-heading);
  color: var(--bf-white);
}

.btn-buy:hover,
.btn-buy:focus-visible,
.btn-buy-now:hover,
.btn-buy-now:focus-visible {
  border-color: var(--bf-warm);
  background: var(--bf-warm);
  color: var(--bf-heading);
  box-shadow: 0 10px 22px rgba(21, 25, 30, .12);
  transform: translateY(-4px);
}

.custom-button:hover {
  background: var(--bf-white);
  color: var(--bf-heading);
}

.product-actions,
.share {
  margin-top: 24px;
  border-top: 1px solid var(--bf-line);
  padding-top: 18px;
}

.product-actions button {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--bf-heading);
  font-weight: 700;
}

.product-buy-row .product-actions {
  height: 48px;
  margin: 0;
  border: 0;
  padding: 0;
}

.product-buy-row .product-actions button {
  width: 48px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bf-heading);
  background: var(--bf-white);
  font-size: 20px;
}

.product-buy-row .product-actions button:hover {
  background: var(--bf-heading);
  color: var(--bf-white);
}

.share h4 {
  margin-bottom: 10px;
  color: var(--bf-muted);
  font-size: var(--bf-mini);
  text-transform: uppercase;
}

.share ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.share a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bf-line);
  border-radius: 50%;
}

.bf-product-summary > .share {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  border-top: 0;
  padding-top: 0;
}

.bf-product-summary > .share h4 {
  margin: 0;
  color: var(--bf-heading);
  font-size: 14px;
  font-weight: var(--bf-weight-regular);
  line-height: 19px;
  text-transform: none;
}

.bf-product-summary > .share a {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 0;
  font-size: 15px;
}

.bf-product-section,
.product-comments,
.recently-viewed-products,
.related-products {
  margin-top: var(--bf-section-gap);
  border-top: 1px solid var(--bf-line);
  padding-top: 42px;
}

.bf-product-section h2,
.product-comments h2,
.recently-viewed-products h2,
.related-products h2 {
  margin-bottom: 28px;
}

.product-comments__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.product-comments__header h2 {
  margin-bottom: 6px;
}

.product-comments__summary {
  color: var(--bf-muted);
  font-size: 14px;
}

.product-review-panel {
  --panel-height-measured: 0px;
  --panel-height-open: 0px;
  max-width: 760px;
  margin-top: 0;
  border: 1px solid transparent;
  padding: 0;
  max-height: var(--panel-height-open);
  overflow: hidden;
  opacity: 0;
  transition:
    max-height .32s var(--bf-ease),
    opacity .32s var(--bf-ease),
    margin-top .32s var(--bf-ease),
    border-color .32s var(--bf-ease),
    padding .32s var(--bf-ease);
}

.product-review-panel.is-open {
  --panel-height-open: var(--panel-height-measured);
  margin-top: 32px;
  border-color: var(--bf-line);
  padding: 28px;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .bf-product-accordion__panel,
  .product-review-panel {
    transition: none;
  }
}

.bf-product-reviews {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--bf-grid-gap);
}

.bf-product-review {
  border: 1px solid var(--bf-line);
  padding: 24px;
}

.bf-product-review__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.bf-product-review__header time {
  color: var(--bf-muted);
  font-size: 13px;
}

.bf-product-review__rating {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
  color: var(--bf-warm);
}

.bf-product-review p {
  margin: 0;
  color: var(--bf-text);
  line-height: 1.6;
}

.recently-viewed-products__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--bf-grid-gap);
}

.recently-viewed-products__image {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  margin-bottom: 14px;
  overflow: hidden;
  background: var(--bf-soft);
}

.recently-viewed-products__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.recently-viewed-products__title {
  margin-bottom: 8px;
  font-size: 16px;
}

.bf-listing-page .product-layout.product-list {
  width: 33.333333%;
  float: left;
  padding-right: 12px;
  padding-left: 12px;
}

.bf-listing-page .product-layout.product-list:nth-child(3n+1) {
  clear: left;
}

.bf-listing-page .product-layout.product-list .product-thumb {
  margin-bottom: 34px;
}

.bf-document-page,
.bf-contact-page,
.bf-sitemap-page,
.bf-cart-page,
.bf-checkout-page,
.bf-auth-page,
.bf-message-page {
  padding-top: var(--bf-section-gap);
  padding-bottom: var(--bf-section-gap);
}

.bf-document-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--bf-grid-gap);
}

.bf-document-content {
  max-width: 860px;
}

.bf-document-content h1,
.bf-contact-page h1,
.bf-sitemap-page h1,
.bf-cart-page h1,
.bf-checkout-page h1,
.bf-auth-page h1,
.bf-message-page h1 {
  margin-bottom: 30px;
}

.bf-rich-text {
  color: var(--bf-text);
  font-size: 18px;
  line-height: 1.65;
}

.bf-rich-text h2,
.bf-rich-text h3 {
  margin-top: 34px;
  margin-bottom: 14px;
}

.bf-rich-text p,
.bf-rich-text ul,
.bf-rich-text ol {
  margin-bottom: 18px;
}

.bf-rich-text a {
  border-bottom: 1px solid currentColor;
}

body.bobtex-fabric .well,
body.bobtex-fabric .panel {
  border: 1px solid var(--bf-line);
  border-radius: 0;
  background: var(--bf-white);
  box-shadow: none;
}

body.bobtex-fabric .well {
  min-height: 100%;
  padding: 32px;
}

body.bobtex-fabric .panel-heading {
  border-color: var(--bf-line);
  border-radius: 0;
  background: var(--bf-soft);
  padding: 18px 22px;
}

body.bobtex-fabric .panel-title {
  color: var(--bf-heading);
  font-size: 18px;
  font-weight: 700;
}

body.bobtex-fabric .panel-body {
  padding: 24px;
}

body.bobtex-fabric fieldset {
  margin-bottom: 34px;
  border: 1px solid var(--bf-line);
  padding: 28px;
}

body.bobtex-fabric legend {
  width: auto;
  margin: 0 0 20px;
  border: 0;
  padding: 0 10px 0 0;
  color: var(--bf-heading);
  font-size: 20px;
  font-weight: 700;
}

body.bobtex-fabric .form-group {
  margin-bottom: 18px;
}

body.bobtex-fabric .control-label {
  margin-bottom: 8px;
  color: var(--bf-heading);
  font-weight: 700;
  text-align: left;
}

body.bobtex-fabric .help-block,
body.bobtex-fabric .text-danger {
  font-size: var(--bf-small);
}

body.bobtex-fabric .text-danger {
  color: #c62828;
}

body.bobtex-fabric .alert {
  border-radius: 0;
  border-width: 1px;
  padding: 14px 18px;
}

body.bobtex-fabric .btn {
  min-height: 46px;
  border-radius: 0;
  box-shadow: none;
  font-weight: 700;
}

body.bobtex-fabric .btn-default,
body.bobtex-fabric .btn-info {
  border-color: var(--bf-line);
  background: var(--bf-white);
  color: var(--bf-heading);
}

body.bobtex-fabric .btn-danger {
  border-color: #c62828;
  background: #c62828;
  color: var(--bf-white);
}

body.bobtex-fabric .btn-link {
  color: var(--bf-heading);
  font-weight: 700;
}

body.bobtex-fabric .table {
  margin-bottom: 0;
}

body.bobtex-fabric .table > thead > tr > td,
body.bobtex-fabric .table > thead > tr > th {
  border-bottom: 1px solid var(--bf-line);
  background: var(--bf-soft);
  color: var(--bf-heading);
  font-size: var(--bf-small);
  font-weight: 700;
  text-transform: uppercase;
}

body.bobtex-fabric .table-bordered,
body.bobtex-fabric .table-bordered > tbody > tr > td,
body.bobtex-fabric .table-bordered > tbody > tr > th,
body.bobtex-fabric .table-bordered > tfoot > tr > td,
body.bobtex-fabric .table-bordered > tfoot > tr > th,
body.bobtex-fabric .table-bordered > thead > tr > td,
body.bobtex-fabric .table-bordered > thead > tr > th {
  border-color: var(--bf-line);
}

.bf-cart-page .img-thumbnail {
  width: 86px;
  border: 0;
  border-radius: 0;
  background: var(--bf-soft);
  padding: 0;
}

.bf-cart-page {
  padding-top: 0;
}

.bf-cart-page > .bf-breadcrumb {
  min-height: 44px;
  align-content: center;
  margin-bottom: 30px;
  background: var(--bf-subtle-bg);
  box-shadow: 0 0 0 100vmax var(--bf-subtle-bg);
  clip-path: inset(0 -100vmax);
  padding: 10px 0;
  color: var(--bf-text);
  font-size: 16px;
}

.bf-cart-page > .bf-breadcrumb a {
  color: var(--bf-text);
}

.bf-cart-page__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
}

.bf-cart-page__header h1 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2;
}

.bf-cart-page__weight {
  color: var(--bf-muted);
  font-size: var(--bf-small);
}

.bf-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, var(--bf-cart-summary-width));
  gap: var(--bf-cart-column-gap);
  align-items: start;
}

.bf-cart-items {
  min-width: 0;
}

.bf-cart-items__head,
.bf-cart-item {
  display: grid;
  grid-template-columns: var(--bf-cart-image-width) minmax(220px, 1fr) 144px 202px 117px 36px;
  gap: 0;
  align-items: center;
}

.bf-cart-items__head {
  min-height: 44px;
  border-bottom: 2px solid var(--bf-line);
  color: var(--bf-heading);
  font-size: var(--bf-small);
  font-weight: var(--bf-weight-medium);
}

.bf-cart-items__head-name {
  grid-column: 1 / 3;
}

.bf-cart-items__head > span:not(.bf-cart-items__head-name) {
  padding-left: 16px;
}

.bf-cart-item {
  min-height: var(--bf-cart-row-height);
  border-bottom: 1px solid var(--bf-line);
  padding: 16px 0;
}

.bf-cart-item__media {
  width: var(--bf-cart-image-width);
  height: var(--bf-cart-image-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--bf-soft);
  color: var(--bf-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.bf-cart-item__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bf-cart-item__media--empty {
  font-size: 22px;
}

.bf-cart-item__details {
  min-width: 0;
  align-self: stretch;
  padding: 52px 12px;
}

.bf-cart-item__title {
  display: inline-block;
  color: var(--bf-heading);
  font-size: 20px;
  font-weight: var(--bf-weight-medium);
  line-height: 1.2;
}

.bf-cart-item__stock {
  display: inline-block;
  margin-left: 6px;
}

.bf-cart-item__meta {
  display: grid;
  gap: 4px;
  margin-top: 4px;
  color: var(--bf-muted);
  font-size: var(--bf-small);
  line-height: 1.45;
}

.bf-cart-item__price,
.bf-cart-item__total {
  color: var(--bf-heading);
  padding-left: 16px;
  font-size: 16px;
  font-weight: var(--bf-weight-regular);
  text-align: left;
}

.bf-cart-item__quantity {
  display: flex;
  align-items: center;
  padding-left: 16px;
}

.bf-cart-quantity {
  width: var(--bf-cart-quantity-width);
  height: var(--bf-cart-quantity-height);
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  border: 1px solid var(--bf-line);
  background: var(--bf-white);
}

.bf-cart-quantity__step {
  width: 44px;
  height: 46px;
  border: 0;
  background: transparent;
  color: var(--bf-heading);
  padding: 0;
  font-size: 24px;
  font-weight: var(--bf-weight-regular);
  line-height: 1;
}

.bf-cart-quantity__step:disabled {
  color: #aab4c2;
  cursor: default;
}

body.bobtex-fabric .bf-cart-quantity__input.form-control {
  width: 100%;
  min-width: 0;
  height: 46px;
  min-height: 46px;
  border: 0;
  box-shadow: none;
  padding: 0;
  appearance: textfield;
  font-size: 16px;
  text-align: center;
}

.bf-cart-quantity__input::-webkit-outer-spin-button,
.bf-cart-quantity__input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.bf-cart-item__wishlist {
  display: none;
}

.bf-cart-item__remove {
  width: 36px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  border: 0;
  background: transparent;
  color: #65758b;
  padding: 0;
  font-size: 18px;
}

.bf-cart-item:first-of-type .bf-cart-item__remove {
  color: var(--bf-danger);
}

.bf-cart-item__remove:hover,
.bf-cart-item__remove:focus {
  color: var(--bf-danger);
}

.bf-cart-summary {
  position: sticky;
  top: 112px;
}

.bf-cart-summary__inner {
  border: 0;
  background: var(--bf-white);
  box-shadow: 0 10px 30px rgba(21, 25, 30, .06);
  padding: 24px;
}

.bf-cart-summary__row {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--bf-line);
  color: var(--bf-heading);
  font-size: var(--bf-small);
}

.bf-cart-summary__row:last-of-type {
  color: var(--bf-heading);
  font-size: var(--bf-small);
}

.bf-cart-summary__row strong {
  color: var(--bf-heading);
  text-align: right;
}

.bf-cart-summary__actions {
  display: grid;
  gap: 0;
  margin-top: 24px;
}

.bf-cart-summary__actions .btn {
  width: 100%;
}

.bf-cart-summary__actions .btn-primary {
  border-color: var(--bf-warm);
  background: var(--bf-warm);
  color: var(--bf-heading);
}

.bf-cart-summary__actions .btn-default {
  min-height: 37px;
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: var(--bf-weight-regular);
  text-decoration: underline;
}

.bf-cart-modules {
  max-width: 760px;
  margin-top: 34px;
}

.bf-cart-modules h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.bf-cart-page #content > .bf-product-carousel {
  margin-top: 120px;
}

.bf-cart-page #content > .bf-product-carousel > .bf-container {
  width: 100%;
  max-width: none;
}

.bf-cart-page #content > .bf-product-carousel .bf-section-heading {
  margin-bottom: 40px;
}

.bf-cart-page #content > .bf-product-carousel .bf-section-heading h2 {
  font-size: 40px;
  line-height: 48px;
}

.bf-cart-empty {
  display: grid;
  justify-items: start;
  gap: 22px;
  max-width: 640px;
  border-top: 1px solid var(--bf-line);
  padding-top: 34px;
}

.bf-cart-empty h2 {
  margin: 0;
  color: var(--bf-heading);
  font-size: 28px;
  line-height: 1.2;
}

.bf-cart-page .table-responsive,
.bf-checkout-page #accordion,
.bf-auth-page #content > .row,
.bf-contact-page .panel,
.bf-sitemap-page #content > .row {
  margin-top: 18px;
}

.bf-auth-page #content > .row,
.bf-sitemap-page #content > .row {
  margin-right: 0;
  margin-left: 0;
}

.bf-cart-page .buttons,
.bf-checkout-page .buttons,
.bf-auth-page .buttons,
.bf-contact-page .buttons,
.bf-message-page .buttons {
  margin-top: 28px;
}

.bf-cart-page .col-sm-offset-8 {
  margin-top: 28px;
}

.bf-checkout-page {
  padding-top: 0;
}

.bf-checkout-page > .bf-breadcrumb {
  min-height: 44px;
  align-content: center;
  margin-bottom: 30px;
  background: var(--bf-subtle-bg);
  box-shadow: 0 0 0 100vmax var(--bf-subtle-bg);
  clip-path: inset(0 -100vmax);
  padding: 10px 0;
  color: var(--bf-text);
  font-size: 16px;
  line-height: 1.5;
}

.bf-checkout-page > .bf-breadcrumb a {
  color: var(--bf-text);
}

.bf-checkout-page #accordion,
.bf-checkout-page__header {
  width: 987px;
  max-width: 100%;
}

.bf-checkout-page__header {
  margin-bottom: 30px;
}

.bf-checkout-page__header h1 {
  margin: 0;
  color: var(--bf-heading);
  font-size: 32px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.2;
}

.bf-checkout-steps {
  display: grid;
  gap: 0;
  border-top: 2px solid var(--bf-line);
}

body.bobtex-fabric .bf-checkout-step.panel {
  overflow: hidden;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--bf-line);
}

body.bobtex-fabric .bf-checkout-step__heading {
  border: 0;
  background: var(--bf-white);
  padding: 0;
}

.bf-checkout-step__heading .panel-title {
  margin: 0;
}

.bf-checkout-step__heading .panel-title,
.bf-checkout-step__heading .accordion-toggle {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  color: var(--bf-heading);
  font-size: 20px;
  font-weight: var(--bf-weight-medium);
  line-height: 1.2;
}

.bf-checkout-step__heading .accordion-toggle {
  width: 100%;
  text-decoration: none;
}

.bf-checkout-step__heading .accordion-toggle .fa {
  display: none;
}

.bf-checkout-step__heading .accordion-toggle::after,
.bf-checkout-step__heading .panel-title::after {
  content: "+";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: var(--bf-heading);
  font-size: 24px;
  font-weight: var(--bf-weight-regular);
  line-height: 22px;
  text-align: center;
  transition: transform .32s var(--bf-ease), opacity .32s var(--bf-ease);
}

.bf-checkout-step--open .bf-checkout-step__heading .accordion-toggle::after {
  content: "−";
  transform: rotate(180deg);
}

.bf-checkout-step--ready .bf-checkout-step__heading .panel-title::after {
  content: "";
}

.bf-checkout-step__heading .accordion-toggle:hover,
.bf-checkout-step__heading .accordion-toggle:focus {
  color: var(--bf-heading);
  outline: 0;
}

.bf-checkout-collapse.collapsing {
  transition-duration: .32s;
  transition-timing-function: var(--bf-ease);
}

body.bobtex-fabric .bf-checkout-step__body {
  border-top: 1px solid var(--bf-line);
  padding: 28px 0 34px;
}

.bf-checkout-step__body > .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--bf-grid-gap);
  margin-right: 0;
  margin-left: 0;
}

.bf-checkout-step__body > .row::before,
.bf-checkout-step__body > .row::after {
  display: none;
}

.bf-checkout-step__body > .row > [class*="col-"] {
  width: auto;
  float: none;
  padding: 0;
}

.bf-checkout-step__body h2,
.bf-checkout-step__body legend {
  margin: 0 0 24px;
  border: 0;
  padding: 0;
  color: var(--bf-heading);
  font-size: 20px;
  font-weight: var(--bf-weight-medium);
  line-height: 1.2;
}

.bf-checkout-step__body p {
  color: var(--bf-text);
  font-size: 14px;
  line-height: 1.5;
}

body.bobtex-fabric .bf-checkout-step__body fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

body.bobtex-fabric .bf-checkout-step__body .form-group {
  margin-bottom: 16px;
}

body.bobtex-fabric .bf-checkout-step__body .control-label {
  margin-bottom: 8px;
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: var(--bf-weight-regular);
  line-height: 1.5;
}

body.bobtex-fabric .bf-checkout-step__body .form-control {
  min-height: 48px;
  border: 1px solid var(--bf-line);
  border-radius: 0;
  background: var(--bf-white);
  color: var(--bf-heading);
  padding: 10px 12px;
  font-size: 16px;
  font-weight: var(--bf-weight-regular);
  line-height: 1.5;
  box-shadow: none;
  transition: border-color .25s var(--bf-ease), box-shadow .25s var(--bf-ease), background-color .25s var(--bf-ease);
}

body.bobtex-fabric .bf-checkout-step__body textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

body.bobtex-fabric .bf-checkout-step__body .form-control:focus {
  border-color: var(--bf-heading);
  box-shadow: 0 0 0 2px rgba(21, 25, 30, .08);
}

.bf-checkout-step__title-note {
  margin: 0 0 14px;
  color: var(--bf-heading);
  font-size: 14px;
  line-height: 1.5;
}

.bf-checkout-option-group-title {
  margin: 0 0 10px;
  color: var(--bf-heading);
  font-size: 16px;
  line-height: 1.5;
  font-weight: var(--bf-weight-medium);
}

.bf-checkout-option-row {
  margin: 0 0 12px;
}

.bf-checkout-option-row label {
  padding-top: 2px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--bf-heading);
}

.bf-checkout-option-row input[type="radio"] {
  margin-top: 2px;
}

.bf-checkout-step__body .radio,
.bf-checkout-step__body .checkbox {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--bf-heading);
  font-size: 14px;
  line-height: 1.5;
}

.bf-checkout-step__body .radio label,
.bf-checkout-step__body .checkbox label {
  min-height: 0;
  padding-left: 28px;
}

.bf-checkout-step__body input[type="radio"],
.bf-checkout-step__body input[type="checkbox"] {
  margin-top: 4px;
}

.bf-checkout-step__body .btn-primary,
.bf-checkout-confirm__actions .btn-primary {
  min-height: 48px;
  border-color: var(--bf-warm);
  background: var(--bf-warm);
  color: var(--bf-heading);
  padding: 13px 24px;
  font-size: 16px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.2;
}

.bf-checkout-step__body .btn-default {
  min-height: 48px;
  padding: 13px 24px;
  font-size: 16px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.2;
}

.bf-checkout-step__body .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
}

.bf-checkout-step__body .buttons::before,
.bf-checkout-step__body .buttons::after {
  display: none;
}

.bf-checkout-step__body .pull-left,
.bf-checkout-step__body .pull-right {
  float: none !important;
}

.bf-checkout-step__body .pull-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  margin-left: auto;
}

.bf-checkout-confirm {
  display: grid;
  gap: 24px;
}

.bf-checkout-confirm__table {
  overflow-x: auto;
}

body.bobtex-fabric .bf-checkout-confirm__table .table {
  min-width: 720px;
}

body.bobtex-fabric .bf-checkout-confirm__table .table > thead > tr > td,
body.bobtex-fabric .bf-checkout-confirm__table .table > thead > tr > th {
  height: 44px;
  border-bottom: 2px solid var(--bf-line);
  background: var(--bf-white);
  color: var(--bf-heading);
  padding: 12px 16px;
  font-size: 14px;
  font-weight: var(--bf-weight-medium);
  line-height: normal;
  text-transform: none;
}

body.bobtex-fabric .bf-checkout-confirm__table .table > tbody > tr > td {
  border-color: var(--bf-line);
  padding: 18px 16px;
  color: var(--bf-heading);
  font-size: 14px;
  line-height: 1.5;
}

body.bobtex-fabric .bf-checkout-confirm__table .table > tfoot > tr > td {
  border-color: var(--bf-line);
  padding: 14px 16px;
  color: var(--bf-heading);
  font-size: 14px;
  line-height: 1.5;
}

.bf-checkout-confirm__table a {
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: var(--bf-weight-medium);
  line-height: 1.2;
}

.bf-account-page {
  padding-top: var(--bf-section-gap);
  padding-bottom: var(--bf-section-gap);
}

.bf-account-page > .row {
  margin-right: 0;
  margin-left: 0;
}

.bf-account-page > .row > [class*="col-"] {
  min-width: 0;
  max-width: 100%;
}

.bf-account-page #content > p {
  max-width: min(760px, 100%);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bf-account-page__header {
  max-width: 920px;
  margin-bottom: 34px;
}

.bf-account-section {
  max-width: 1120px;
  border-top: 1px solid var(--bf-line);
  padding: 28px 0 6px;
}

.bf-account-section + .bf-account-section {
  margin-top: 28px;
}

.bf-account-section h2 {
  margin: 0 0 18px;
  color: var(--bf-heading);
  font-size: 24px;
  line-height: 1.2;
}

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

.bf-account-card {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--bf-line);
  background: var(--bf-white);
  color: var(--bf-heading);
  padding: 22px;
  font-weight: 700;
  line-height: 1.35;
  transition: border-color .25s var(--bf-ease), background-color .25s var(--bf-ease), transform .25s var(--bf-ease);
}

.bf-account-card:hover,
.bf-account-card:focus {
  border-color: var(--bf-heading);
  color: var(--bf-heading);
  transform: translateY(-2px);
}

.bf-account-card i {
  width: 24px;
  flex: 0 0 24px;
  color: var(--bf-muted);
  font-size: 22px;
  text-align: center;
}

.bf-account-empty {
  border-top: 1px solid var(--bf-line);
  padding-top: 28px;
}

.bf-account-empty h2 {
  margin: 0;
  color: var(--bf-heading);
  font-size: 24px;
  line-height: 1.25;
}

.bf-account-detail-table {
  margin-bottom: 22px;
}

.bf-account-detail-table > thead > tr > td,
.bf-account-detail-table > thead > tr > th {
  letter-spacing: .02em;
}

.bf-account-detail-table__cell--half {
  width: 50%;
}

.bf-account-detail-table__cell--third {
  width: 33.333%;
}

.bf-account-detail-table__cell--top {
  vertical-align: top;
}

.bf-account-detail-table__cell--action {
  width: 48px;
}

.bf-account-detail-table__cell--actions {
  white-space: nowrap;
}

.bf-account-detail-table__cell--actions .btn + .btn {
  margin-left: 6px;
}

.bf-account-form {
  width: 100%;
  max-width: 1040px;
  min-width: 0;
}

.bf-account-form fieldset {
  min-width: 0;
  max-width: 100%;
  margin-bottom: 34px;
}

.bf-account-form.form-horizontal .form-group {
  display: grid;
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
  gap: 16px 24px;
  align-items: start;
  margin-right: 0;
  margin-left: 0;
}

.bf-account-form.form-horizontal .form-group:before,
.bf-account-form.form-horizontal .form-group:after,
.bf-form-actions:before,
.bf-form-actions:after {
  display: none;
}

.bf-account-form.form-horizontal .control-label {
  width: auto;
  float: none;
  padding-top: 14px;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.bf-account-form.form-horizontal .col-sm-10,
.bf-account-form.form-horizontal .col-sm-2 {
  width: auto;
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.bf-account-form .radio,
.bf-account-form .checkbox,
.bf-account-form .radio-inline,
.bf-account-form .checkbox-inline {
  color: var(--bf-text);
  line-height: 1.45;
}

.bf-account-form .radio + .radio,
.bf-account-form .checkbox + .checkbox {
  margin-top: 8px;
}

.bf-is-hidden {
  display: none !important;
}

.bf-js-collapsed {
  display: none;
}

.bf-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 30px;
}

.bf-form-actions .pull-left,
.bf-form-actions .pull-right {
  float: none !important;
}

.bf-form-actions .pull-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.bf-auth-page #content > .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--bf-grid-gap);
}

.bf-auth-page #content > .row:before,
.bf-auth-page #content > .row:after {
  display: none;
}

.bf-auth-page #content > .row > [class*="col-"] {
  width: auto;
  float: none;
  padding: 0;
}

.bf-register-page .form-horizontal {
  max-width: 920px;
}

.bf-auth-page {
  min-height: 576px;
  padding-top: 0;
  padding-bottom: 60px;
}

.bf-register-page {
  min-height: 744px;
}

.bf-auth-page > .bf-breadcrumb {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background: var(--bf-subtle-bg);
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 0 0 100vmax var(--bf-subtle-bg);
  clip-path: inset(0 -100vmax);
}

.bf-auth-shell {
  width: 686px;
  max-width: 100%;
  margin: 60px auto 0;
}

.bf-auth-shell > .alert {
  margin: 0 0 24px;
}

.bf-auth-card__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}

.bf-auth-card h1 {
  margin: 0;
  color: var(--bf-heading);
  font-size: 40px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.2;
}

.bf-auth-card__switch {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  color: #39424e;
  font-size: 13px;
  font-weight: var(--bf-weight-regular);
  line-height: normal;
}

.bf-auth-card__switch a {
  color: var(--bf-heading);
  font-weight: var(--bf-weight-medium);
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bf-auth-form {
  width: 100%;
}

.bf-auth-field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.bf-auth-field + .bf-auth-field {
  margin-top: 16px;
}

.bf-auth-field label,
.bf-register-form.form-horizontal .control-label {
  margin-bottom: 0;
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: var(--bf-weight-regular);
  line-height: 1.5;
}

body.bobtex-fabric .bf-auth-form .form-control {
  width: 100%;
  height: 45px;
  min-height: 45px;
  border: 1px solid var(--bf-line);
  border-radius: 0;
  background: var(--bf-white);
  padding: 10px 12px;
  color: var(--bf-heading);
  font-size: 16px;
  font-weight: var(--bf-weight-regular);
  line-height: 1.5;
  box-shadow: none;
  transition: border-color .25s var(--bf-ease), box-shadow .25s var(--bf-ease), background-color .25s var(--bf-ease);
}

body.bobtex-fabric .bf-auth-form .form-control:focus {
  border-color: var(--bf-heading);
  background: var(--bf-white);
  box-shadow: 0 0 0 2px rgba(21, 25, 30, .08);
}

body.bobtex-fabric .bf-auth-form .form-control:-webkit-autofill,
body.bobtex-fabric .bf-auth-form .form-control:-webkit-autofill:hover,
body.bobtex-fabric .bf-auth-form .form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--bf-heading);
  box-shadow: 0 0 0 1000px var(--bf-white) inset;
  transition: background-color 9999s ease-out 0s;
}

.bf-auth-form .text-danger {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.4;
}

.bf-password-field {
  position: relative;
}

body.bobtex-fabric .bf-password-field .form-control {
  height: 48px;
  min-height: 48px;
  padding-right: 48px;
}

.bf-password-toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--bf-heading);
  padding: 0;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
  transition: color .25s var(--bf-ease), opacity .25s var(--bf-ease), transform .25s var(--bf-ease);
}

.bf-password-toggle:hover,
.bf-password-toggle:focus {
  color: var(--bf-heading);
  opacity: .7;
  outline: 0;
}

.bf-password-toggle:active {
  transform: translateY(-50%) scale(.92);
}

.bf-auth-field__link,
.bf-auth-actions__return {
  color: var(--bf-heading);
  font-size: 14px;
  font-weight: var(--bf-weight-regular);
  line-height: normal;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bf-auth-actions {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}

body.bobtex-fabric .bf-auth-submit {
  min-width: 0;
  min-height: 45px;
  flex: 1 1 auto;
  border-color: var(--bf-warm);
  background: var(--bf-warm);
  color: var(--bf-heading);
  padding: 12px 24px;
  font-size: 16px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.2;
}

body.bobtex-fabric .bf-auth-submit:hover,
body.bobtex-fabric .bf-auth-submit:focus {
  border-color: var(--bf-heading);
  background: var(--bf-heading);
  color: var(--bf-white);
}

.bf-auth-actions__return {
  flex: 0 0 auto;
  white-space: nowrap;
}

.bf-register-form {
  max-width: 686px;
}

body.bobtex-fabric .bf-register-form fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
}

.bf-register-form fieldset + fieldset {
  margin-top: 16px;
}

.bf-register-form legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
}

.bf-register-form.form-horizontal .form-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0 0 16px;
}

.bf-register-form.form-horizontal .control-label {
  width: auto;
  float: none;
  padding: 0;
  text-align: left;
}

.bf-register-form.form-horizontal .col-sm-10,
.bf-register-form.form-horizontal .col-sm-2 {
  width: auto;
  float: none;
  padding: 0;
}

.bf-register-form .form-group.required .control-label:before {
  display: none;
}

.bf-register-form .radio-inline {
  margin-right: 20px;
  margin-left: 0;
}

.bf-register-form .bf-form-actions {
  display: block;
  margin-top: 24px;
}

.bf-register-form .bf-form-actions .bf-auth-actions {
  margin-top: 24px;
}

.bf-auth-agree {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--bf-text);
  font-size: 14px;
  font-weight: var(--bf-weight-regular);
  line-height: 1.5;
}

.bf-auth-agree input {
  flex: 0 0 auto;
  margin-top: 4px;
}

.bf-auth-agree a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

main.bf-auth-page ~ .bf-footer .bf-footer-cta {
  display: none;
}

main.bf-auth-page ~ .bf-footer {
  margin-top: 0;
}

.bf-contact-page h3 {
  margin: 34px 0 18px;
}

.bf-contact-page address {
  color: var(--bf-muted);
  line-height: 1.6;
}

.bf-sitemap-page #content > .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--bf-grid-gap);
}

.bf-sitemap-page #content > .row:before,
.bf-sitemap-page #content > .row:after {
  display: none;
}

.bf-sitemap-page #content > .row > [class*="col-"] {
  width: auto;
  float: none;
}

.bf-sitemap-page ul {
  margin: 0;
  padding-left: 18px;
  line-height: 1.9;
}

.bf-message-page #content {
  max-width: 720px;
  border-top: 1px solid var(--bf-line);
  padding-top: 34px;
}

#error-not-found.bf-message-page {
  padding-top: 44px;
  padding-bottom: 88px;
}

#error-not-found .bf-breadcrumb {
  margin-bottom: 44px;
}

#error-not-found .row,
#error-not-found #content {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  padding: 0;
}

.bf-not-found {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
  min-height: 500px;
  overflow: hidden;
  background: var(--bf-subtle-bg);
}

.bf-not-found__visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #f7efe3;
}

.bf-not-found__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bf-not-found__code {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  overflow: hidden;
  background: var(--bf-warm);
  color: var(--bf-heading);
  font-size: clamp(140px, 18vw, 290px);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 0.8;
}

.bf-not-found__content {
  align-self: center;
  max-width: 620px;
  padding: 72px clamp(40px, 6vw, 96px);
}

.bf-not-found__eyebrow {
  display: block;
  margin-bottom: 16px;
  color: var(--bf-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bf-not-found h1 {
  margin: 0 0 22px;
  color: var(--bf-heading);
  font-size: clamp(42px, 4vw, 68px);
  line-height: 1.03;
}

.bf-not-found p {
  max-width: 520px;
  margin: 0;
  color: var(--bf-text);
  font-size: 18px;
  line-height: 1.6;
}

.bf-not-found__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.bf-not-found__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bf-heading);
  padding: 14px 26px;
  color: var(--bf-heading);
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bf-not-found__button--primary {
  border-color: var(--bf-warm);
  background: var(--bf-warm);
}

.bf-not-found__button--secondary {
  background: var(--bf-white);
}

.bf-not-found__button:hover,
.bf-not-found__button:focus {
  color: var(--bf-heading);
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(17, 21, 26, 0.12);
}

@media (max-width: 767px) {
  #error-not-found.bf-message-page {
    padding-top: 28px;
    padding-bottom: 48px;
  }

  #error-not-found .bf-breadcrumb {
    margin-bottom: 28px;
  }

  .bf-not-found {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bf-not-found__visual {
    min-height: 220px;
    aspect-ratio: 4 / 3;
  }

  .bf-not-found__visual img {
    object-fit: contain;
  }

  .bf-not-found__code {
    font-size: clamp(120px, 42vw, 190px);
  }

  .bf-not-found__content {
    padding: 40px 24px 44px;
  }

  .bf-not-found h1 {
    font-size: 40px;
  }

  .bf-not-found p {
    font-size: 16px;
  }

  .bf-not-found__actions {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-not-found__button {
    transition: none;
  }

  .bf-not-found__button:hover,
  .bf-not-found__button:focus {
    transform: none;
  }
}

.bf-compare-page,
.bf-manufacturer-page {
  padding-top: var(--bf-section-gap);
  padding-bottom: var(--bf-section-gap);
}

.bf-compare-table-wrap {
  margin-top: 26px;
  border-color: var(--bf-line);
}

.bf-compare-table {
  min-width: 760px;
  background: var(--bf-white);
}

.bf-compare-table > thead > tr > td {
  background: var(--bf-soft);
  color: var(--bf-heading);
}

.bf-manufacturer-index {
  margin-bottom: 28px;
  color: var(--bf-muted);
  line-height: 1.8;
}

.bf-manufacturer-index a,
.bf-manufacturer-item a {
  color: var(--bf-heading);
  font-weight: 600;
}

.bf-manufacturer-group {
  border-top: 1px solid var(--bf-line);
  padding-top: 24px;
}

.bf-manufacturer-group + .bf-manufacturer-group {
  margin-top: 28px;
}

.bf-manufacturer-grid {
  margin-right: -8px;
  margin-left: -8px;
}

.bf-manufacturer-item {
  margin-bottom: 14px;
  padding-right: 8px;
  padding-left: 8px;
}

.bf-product-review__author {
  width: auto;
}

.bf-footer {
  margin-top: var(--bf-section-gap);
  padding: 0;
  background: var(--bf-white);
  color: var(--bf-text);
  font-family: var(--bf-font-body);
  letter-spacing: var(--bf-letter-spacing);
}

.bf-footer-cta {
  min-height: var(--bf-footer-cta-height);
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--bf-heading);
  color: var(--bf-white);
}

.bf-footer-cta__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bf-footer-cta:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(21, 25, 30, .18);
}

.bf-footer-cta__inner {
  min-height: var(--bf-footer-cta-height);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.bf-footer-cta__eyebrow {
  margin-bottom: 18px;
  color: var(--bf-warm);
  font-size: var(--bf-small);
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.bf-footer-cta h4 {
  max-width: var(--bf-footer-cta-title-width);
  margin: 0;
  color: currentColor;
  font-family: var(--bf-font-heading);
  font-size: var(--bf-footer-cta-title-size);
  font-weight: var(--bf-footer-cta-title-weight);
  line-height: var(--bf-footer-cta-title-line);
  letter-spacing: var(--bf-letter-spacing);
}

.bf-footer-cta__button {
  min-width: var(--bf-footer-cta-button-width);
  min-height: var(--bf-header-menu-height);
  margin-top: 40px;
  background: var(--bf-warm);
  color: var(--bf-heading);
  font-family: var(--bf-font-body);
  font-size: var(--bf-footer-button-size);
  font-weight: var(--bf-footer-button-weight);
  line-height: var(--bf-footer-button-line);
  letter-spacing: var(--bf-letter-spacing);
  text-transform: capitalize;
}

.bf-footer__body {
  min-height: var(--bf-footer-body-min-height);
  border-top: 1px solid var(--bf-line);
}

.bf-footer__grid {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  justify-content: space-between;
  align-items: start;
  column-gap: 0;
  row-gap: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bf-footer__brand {
  grid-column: 1;
}

.bf-footer__help {
  grid-column: 2;
}

.bf-footer__section:nth-child(3) {
  grid-column: 3;
}

.bf-footer__section:nth-child(4) {
  grid-column: 4;
}

.bf-footer__section:nth-child(5) {
  grid-column: 5;
}

.bf-footer__brand,
.bf-footer__help,
.bf-footer__section {
  min-width: 0;
}

.bf-footer__logo img {
  width: var(--bf-footer-logo-size);
  height: var(--bf-footer-logo-size);
  max-width: 100%;
  max-height: none;
  margin-bottom: 30px;
  object-fit: contain;
  object-position: left center;
}

.bf-footer__address {
  max-width: 209px;
  margin-bottom: 28px;
  color: var(--bf-heading);
  font-size: var(--bf-footer-address-size);
  font-weight: var(--bf-footer-address-weight);
  line-height: var(--bf-footer-address-line);
}

.bf-footer__meta {
  display: grid;
  gap: 8px;
}

.bf-footer__meta-item,
.bf-footer__contact-link {
  display: inline-flex;
  align-items: flex-start;
  min-width: 0;
  color: var(--bf-heading);
  font-size: var(--bf-footer-contact-size);
  font-weight: var(--bf-footer-contact-weight);
  line-height: var(--bf-footer-contact-line);
}

.bf-footer__meta-item--phone {
  font-size: var(--bf-footer-phone-size);
  font-weight: var(--bf-footer-phone-weight);
  line-height: var(--bf-footer-phone-line);
}

.bf-footer__meta-item--schedule {
  font-weight: var(--bf-footer-schedule-weight);
  line-height: var(--bf-footer-schedule-line);
}

.bf-footer h5 {
  margin: 0 0 32px;
  color: var(--bf-heading);
  font-family: var(--bf-font-heading);
  font-size: var(--bf-footer-heading-size);
  font-weight: var(--bf-footer-heading-weight);
  line-height: var(--bf-footer-heading-line);
  letter-spacing: var(--bf-letter-spacing);
  text-transform: none;
}

.bf-footer__toggle {
  display: none;
}

.bf-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bf-footer li + li {
  margin-top: 12px;
}

.bf-footer a {
  color: var(--bf-heading);
}

.bf-footer__section li a {
  position: relative;
  display: inline-block;
  font-size: var(--bf-footer-link-size);
  font-weight: var(--bf-footer-link-weight);
  line-height: var(--bf-footer-link-line);
  text-decoration: none;
}

.bf-footer__section li a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .25s ease;
}

.bf-footer__section li a:hover::after,
.bf-footer__section li a:focus-visible::after {
  transform: scaleX(1);
}

@media (min-width: 990px) {
  .bf-footer__section li + li {
    margin-top: 5px;
  }

  .bf-footer__section li a {
    white-space: normal;
    overflow-wrap: break-word;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-footer__section li a::after {
    transition: none;
  }
}

@media (min-width: 1200px) and (max-width: 1479px) {
  .bf-footer__grid {
    grid-template-columns: repeat(5, max-content);
  }
}

@media (min-width: 768px) {
  .bf-footer__grid.is-reveal-ready > * {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    transition:
      opacity .42s var(--bf-ease),
      transform .42s var(--bf-ease);
    transition-delay: var(--bf-footer-reveal-delay, 0ms);
  }

  .bf-footer__grid.is-reveal-ready > :nth-child(1) {
    --bf-footer-reveal-delay: 0ms;
  }

  .bf-footer__grid.is-reveal-ready > :nth-child(2) {
    --bf-footer-reveal-delay: 90ms;
  }

  .bf-footer__grid.is-reveal-ready > :nth-child(3) {
    --bf-footer-reveal-delay: 180ms;
  }

  .bf-footer__grid.is-reveal-ready > :nth-child(4) {
    --bf-footer-reveal-delay: 270ms;
  }

  .bf-footer__grid.is-reveal-ready > :nth-child(5) {
    --bf-footer-reveal-delay: 360ms;
  }

  .bf-footer__grid.is-reveal-ready.is-revealed > * {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-footer__grid.is-reveal-ready > *,
  .bf-footer__grid.is-reveal-ready.is-revealed > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (min-width: 990px) and (max-width: 1199px) {
  .bf-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: normal;
    gap: 40px;
  }

  .bf-footer__brand,
  .bf-footer__help,
  .bf-footer__section:nth-child(3),
  .bf-footer__section:nth-child(4),
  .bf-footer__section:nth-child(5) {
    grid-column: auto;
  }
}

.bf-footer a:hover {
  color: var(--bf-heading);
}

.bf-footer__socials {
  display: flex;
  align-items: center;
  gap: 24px;
}

.bf-footer__socials li,
.bf-footer__socials li + li {
  margin: 0;
}

.bf-footer__socials a {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--bf-heading);
  font-size: 18px;
}

.bf-footer__socials i {
  width: 20px;
  line-height: 20px;
  text-align: center;
}

.bf-footer__contact-link {
  color: var(--bf-heading);
}

.bf-copyright {
  min-height: var(--bf-footer-bottom-height);
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 0;
  border-top: 1px solid var(--bf-line);
  background: var(--bf-subtle-bg);
  color: var(--bf-muted);
  font-size: var(--bf-footer-copyright-size);
  font-weight: var(--bf-footer-copyright-weight);
  line-height: var(--bf-footer-copyright-line);
}

.bf-copyright__inner {
  display: flex;
  align-items: center;
  min-height: var(--bf-footer-bottom-height);
}

.bf-mobile-bar {
  display: none;
}

.bf-scroll-top {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 49;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--bf-line);
  background: var(--bf-white);
  color: var(--bf-heading);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    background-color .2s ease,
    opacity .25s ease,
    transform .25s ease,
    visibility 0s linear .25s;
}

.bf-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.bf-scroll-top:hover,
.bf-scroll-top:focus-visible {
  background: var(--bf-warm);
}

.bf-scroll-top .fa {
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .bf-scroll-top,
  .bf-scroll-top.is-visible {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-mini-cart-overlay,
  .bf-cart #cart .bf-mini-cart {
    transition: none !important;
  }

  .bf-cart #cart .bf-mini-cart {
    transform: translateX(0);
  }
}

@media (max-width: 989px) {
  body.bf-mobile-menu-open {
    overflow: hidden;
  }

  body.bobtex-fabric:has(#common-home) .bf-announcement {
    display: none;
  }

  body.bobtex-fabric:has(#common-home) .bf-main {
    padding-top: 0;
  }

  .bf-announcement__inner > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bf-announcement__inner {
    min-height: var(--bf-header-announcement-height);
    font-size: 14px;
  }

  .bf-header__bar {
    display: none;
  }

  .bf-header {
    border-bottom: 0;
  }

  body.bobtex-fabric:has(#common-home) .bf-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 30;
    background: transparent;
    color: var(--bf-white);
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 30;
    background: transparent;
    color: var(--bf-white);
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-logo img {
    filter: invert(1) brightness(10);
  }

  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-icon-link,
  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-menu-toggle {
    background: transparent;
    color: currentColor;
  }

  body.bobtex-fabric:has(#common-home) .bf-logo img {
    filter: invert(1) brightness(10);
  }

  body.bobtex-fabric:has(#common-home) .bf-icon-link,
  body.bobtex-fabric:has(#common-home) .bf-menu-toggle {
    background: transparent;
    color: currentColor;
  }

  body.bobtex-fabric {
    padding-bottom: var(--bf-footer-mobile-bar-height);
  }

  .bf-mobile-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    min-height: var(--bf-footer-mobile-bar-height);
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-top: 1px solid var(--bf-line);
    background: var(--bf-white);
    box-shadow: 0 -8px 30px rgba(21, 25, 30, .08);
  }

  .bf-scroll-top {
    right: 16px;
    bottom: calc(var(--bf-footer-mobile-bar-height) + 16px);
  }

  .bf-mobile-bar a,
  .bf-mobile-bar button {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--bf-heading);
    font-size: 0;
    line-height: 0;
  }

  .bf-mobile-bar .fa {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .bf-mobile-bar .fa {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .bf-mobile-bar a.is-active,
  .bf-mobile-bar button.is-active {
    color: var(--bf-danger);
  }

  .bf-mobile-bar span {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .bf-mobile-bar .bf-site-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .bf-mobile-bar .bf-cart-icon {
    filter: invert(1);
  }

  .bf-fabric-collections__grid--3,
  .bf-fabric-collections__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-benefits__grid--3,
  .bf-benefits__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-promo-banners__grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-brands__grid--4,
  .bf-brands__grid--5,
  .bf-brands__grid--6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bf-articles__grid--3,
  .bf-articles__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-reviews__grid--3,
  .bf-reviews__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-newsletter__inner,
  .bf-newsletter--band .bf-newsletter__content {
    grid-template-columns: 1fr;
  }

  .bf-newsletter--band .bf-newsletter__icon,
  .bf-newsletter--band h2,
  .bf-newsletter--band p,
  .bf-newsletter--band .bf-section-heading__eyebrow,
  .bf-newsletter--band .bf-newsletter__form,
  .bf-newsletter--band .bf-newsletter__consent {
    grid-column: auto;
    grid-row: auto;
  }

  .bf-category-collections__grid--3,
  .bf-category-collections__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.bobtex-fabric:has(#common-home) .bf-header__mobile-search {
    background: transparent;
    color: var(--bf-white);
  }

  .bf-header__inner {
    position: relative;
    min-height: var(--bf-header-nav-height);
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    align-items: center;
    width: calc(100% - 30px);
  }

  .bf-menu-toggle {
    position: static;
    grid-column: 1;
    display: inline-flex;
  }

  .bf-header__mobile-spacer {
    display: none;
  }

  .bf-logo {
    grid-column: 2;
    justify-self: center;
  }

  .bf-header__tools {
    width: 0;
    height: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 60;
    display: block;
  }

  .bf-search,
  .bf-header__phone,
  .bf-account {
    display: none;
  }

  .bf-header__search-link {
    display: none !important;
  }

  .bf-cart {
    width: 0;
    height: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 60;
    display: block;
  }

  .bf-header__tools > :not(.bf-cart) {
    display: none;
  }

  .bf-header__mobile-search {
    position: relative;
    grid-column: 3;
    justify-self: end;
    z-index: 3;
    display: inline-flex !important;
  }

  .bf-header__mobile-search i {
    display: inline-block;
    font-size: 17px;
  }

  .bf-header__mobile-search:before {
    content: none;
  }

  .bf-header__mobile-search:after {
    content: none;
  }

  .bf-nav {
    position: fixed;
    top: calc(var(--bf-header-announcement-height) + var(--bf-header-nav-height));
    right: 0;
    bottom: var(--bf-footer-mobile-bar-height);
    left: 0;
    z-index: 45;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    background: transparent;
    border: 0;
    transition: visibility 0s linear .2s;
  }

  .bf-nav.is-open {
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  body.bobtex-fabric:has(#common-home) .bf-nav,
  body.bobtex-fabric:not(:has(.bf-announcement:not([hidden]):not(.is-closing))) .bf-nav,
  body.bf-header-stuck .bf-nav {
    top: var(--bf-header-nav-height);
  }

  .bf-nav__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: min(350px, calc(100vw - 40px));
    display: block;
    background: rgba(21, 25, 30, .38);
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s var(--bf-ease);
  }

  .bf-nav.is-open .bf-nav__backdrop {
    opacity: 1;
  }

  .bf-nav .bf-nav__inner {
    position: relative;
    z-index: 1;
    display: block;
    width: min(350px, calc(100vw - 40px));
    max-width: none;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: var(--bf-white);
    box-shadow: 18px 0 45px rgba(21, 25, 30, .16);
    transform: translateX(-100%);
    transition: transform .2s var(--bf-ease);
    will-change: transform;
  }

  .bf-nav.is-open .bf-nav__inner {
    transform: translateX(0);
  }

  .bf-nav.is-closing .bf-nav__backdrop {
    opacity: 0;
  }

  .bf-nav.is-closing .bf-nav__inner {
    transform: translateX(-100%);
  }

  .bf-nav__collapse {
    position: relative;
    width: 100%;
    height: 100% !important;
    padding: 0;
    overflow: hidden !important;
  }

  .bf-nav__collapse.collapse {
    display: block !important;
    height: 100% !important;
  }

  .bf-nav__collapse.collapse.in {
    display: block !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  .bf-nav__collapse.collapsing {
    display: block !important;
    height: 100% !important;
    min-height: 100%;
    overflow: hidden !important;
    transition: none !important;
  }

  .bf-nav__list {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 18px 24px 28px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transform: translateX(0);
    transition: transform .2s var(--bf-ease);
  }

  .bf-nav__list > li {
    border-top: 0;
  }

  .bf-nav__item--desktop {
    display: none;
  }

  .bf-nav__catalog-link,
  .bf-nav__dropdown--desktop {
    display: none !important;
  }

  .bf-nav__mobile-trigger.bf-nav__link {
    display: flex;
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--bf-line);
    border-radius: 0;
    background: transparent;
    color: var(--bf-heading);
    text-align: left;
  }

  .bf-nav__mobile-trigger:after {
    content: none;
  }

  .bf-nav__link {
    display: flex;
    min-height: 52px;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid var(--bf-line);
    font-size: var(--bf-header-mobile-link-size);
    font-weight: var(--bf-header-mobile-link-weight);
    line-height: var(--bf-header-mobile-link-line);
    text-transform: none;
  }

  .bf-nav__mobile-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 0 24px 28px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: var(--bf-white);
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: translateX(100%);
    transition: transform .2s var(--bf-ease);
  }

  .bf-nav__collapse.is-submenu-open .bf-nav__list {
    transform: translateX(-100%);
  }

  .bf-nav__collapse.is-submenu-open .bf-nav__mobile-panel {
    transform: translateX(0);
  }

  .bf-nav__mobile-panel-head {
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: 62px;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    align-items: center;
    background: var(--bf-white);
    border-bottom: 1px solid var(--bf-line);
  }

  .bf-nav__mobile-back {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--bf-heading);
    font-size: 24px;
  }

  .bf-nav__mobile-title {
    grid-column: 2;
    justify-self: center;
    color: var(--bf-heading);
    font-size: var(--bf-header-mobile-link-size);
    font-weight: var(--bf-header-mobile-link-weight);
    line-height: var(--bf-header-mobile-link-line);
  }

  .bf-nav__mobile-groups {
    padding-top: 8px;
  }

  .bf-nav__group {
    grid-column: auto;
    padding: 0;
  }

  .bf-nav__group--children .bf-nav__children,
  .bf-nav__group--children:first-child .bf-nav__children {
    columns: auto;
    column-gap: normal;
    max-height: none;
    overflow: visible;
  }

  .bf-nav__promo {
    display: none;
  }

  .bf-nav__group + .bf-nav__group {
    border-top: 1px solid var(--bf-line);
  }

  .bf-nav__heading {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 13px 0;
    font-size: var(--bf-header-submenu-heading-size);
    font-weight: var(--bf-header-submenu-heading-weight);
    line-height: var(--bf-header-submenu-heading-line);
    text-transform: none;
  }

  .bf-nav__heading:after {
    content: none;
  }

  .bf-nav__children {
    margin: 0 0 14px;
    padding: 0;
  }

  .bf-nav__children a {
    min-height: 34px;
    display: flex;
    align-items: center;
    padding: 7px 0 7px 16px;
    color: var(--bf-muted);
    font-size: var(--bf-header-submenu-link-size);
    font-weight: var(--bf-header-submenu-link-weight);
    line-height: var(--bf-header-submenu-link-line);
  }

  .bf-hero,
  .bf-banner,
  .bf-text-media {
    grid-template-columns: 1fr;
  }

  .bf-text-media-block--left .bf-text-media__media {
    order: 0;
  }

  .bf-text-media__content {
    max-width: none;
  }

  .bf-text-media__content h2 {
    font-size: 38px;
  }

  .bf-text-media__text {
    max-width: none;
    font-size: 16px;
  }

  .main-slider.swiper-viewport {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .bf-hero-slider__content {
    width: calc(100% - 30px);
    padding: 90px 15px 70px;
    align-items: flex-end;
  }

  .bf-hero-slider__title {
    font-size: 42px;
    line-height: 1.12;
  }

  .bf-hero__media {
    min-height: 340px;
    order: -1;
  }

  .bf-catalog-layout,
  .bf-catalog-layout--sidebar {
    grid-template-columns: 1fr;
  }

  .bf-product-page__inner > .bf-product-detail {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px 0;
  }

  .bf-product-gallery,
  .bf-product-summary {
    min-width: 0;
  }

  .bf-product-summary .product-options {
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }

  .bf-product-summary {
    position: static;
  }

  .recently-viewed-products__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-listing-page .product-layout.product-list {
    width: 50%;
  }

  .bf-listing-page .product-layout.product-list:nth-child(3n+1) {
    clear: none;
  }

  .bf-listing-page .product-layout.product-list:nth-child(2n+1) {
    clear: left;
  }

  .bf-catalog-sidebar {
    display: block;
    position: fixed;
    z-index: 66;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(398px, calc(100vw - 32px));
    height: 100vh;
    height: 100dvh;
    margin: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 0;
    background: var(--bf-white);
    padding: 24px 20px 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity .25s var(--bf-ease), transform .3s var(--bf-ease), visibility 0s linear .3s;
  }

  .bf-catalog-sidebar.is-mobile-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0s;
  }

  .bf-catalog-sidebar__mobile-header {
    position: sticky;
    z-index: 2;
    top: -24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    margin: -24px -20px 24px;
    border-bottom: 1px solid var(--bf-line);
    background: var(--bf-white);
    padding: 0 20px;
    color: var(--bf-heading);
    font-size: 20px;
  }

  .bf-catalog-sidebar__mobile-header button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--bf-heading);
    padding: 0;
    font-size: 20px;
  }

  .bf-catalog-filter-backdrop {
    position: fixed;
    z-index: 65;
    inset: 0;
    display: block;
    border: 0;
    background: rgba(21, 25, 30, .38);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s var(--bf-ease), visibility 0s linear .25s;
  }

  body.bf-catalog-filter-open {
    overflow: hidden;
  }

  body.bf-catalog-filter-open .bf-catalog-filter-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .bf-catalog-sidebar .hidden-xs {
    display: block !important;
  }

  .bf-catalog-sidebar .bf-filter-module > .bf-filter-module__title:first-child {
    display: none;
  }

  .bf-mobile-filter-toggle {
    display: inline-flex;
  }

  .bf-catalog-toolbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .bf-catalog-toolbar__controls {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

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

  .bf-products-grid--module {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bf-grid--3,
  .bf-grid--4,
  .bf-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }

  .bf-footer__brand,
  .bf-footer__help,
  .bf-footer__section:nth-child(3),
  .bf-footer__section:nth-child(4),
  .bf-footer__section:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  html,
  body.bobtex-fabric {
    overflow-x: hidden;
  }

  body.bobtex-fabric .zoomContainer {
    display: none !important;
  }

  body.bobtex-fabric {
    padding-bottom: var(--bf-footer-mobile-bar-height);
  }

  .bf-container,
  .bobtex-container,
  body.bobtex-fabric > .container {
    width: calc(100% - var(--bf-container-padding) * 2);
    max-width: calc(100% - var(--bf-container-padding) * 2);
  }

  .bf-catalog-hero {
    min-height: 302px;
    margin-bottom: 24px;
  }

  .bf-catalog-body,
  .bf-catalog-hero__content {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }

  .bf-catalog-hero__content {
    padding-bottom: 16px;
  }

  .bf-catalog-hero__breadcrumb {
    gap: 5px;
    font-size: 12px;
  }

  .bf-catalog-hero__breadcrumb a + a:before {
    margin-right: 5px;
  }

  .bf-catalog-hero h1 {
    margin-top: 4px;
    font-size: 32px;
  }

  .bf-catalog .category-description,
  .bf-catalog .bf-category-refine,
  .bf-catalog-toolbar__summary,
  .bf-catalog-toolbar__view {
    display: none;
  }

  .bf-catalog-toolbar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px 10px;
    margin-bottom: 32px;
  }

  .bf-catalog-toolbar__sale {
    min-width: 0;
  }

  .bf-catalog-toolbar__primary {
    justify-content: space-between;
  }

  .bf-catalog-controls__sale {
    font-size: 16px;
    white-space: nowrap;
  }

  .bf-catalog-toolbar__controls {
    justify-content: flex-end;
  }

  .bf-catalog-toolbar__primary #input-sort {
    width: 112px;
    min-width: 112px;
    max-width: 112px;
    min-height: 20px;
    height: 20px;
    padding-left: 4px;
    font-size: 16px;
  }

  .bf-mobile-filter-toggle {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 44px;
    height: 44px;
    max-height: 44px;
    justify-content: center;
    background: var(--bf-warm);
    padding: 12px 24px;
    font-size: 16px;
  }

  .bf-catalog-sidebar {
    top: 0;
    margin: 0;
    padding: 24px 16px 40px;
  }

  .bf-catalog-sidebar__mobile-header {
    margin: -24px -16px 24px;
    padding: 0 16px;
  }

  .bf-catalog .bf-products-grid {
    gap: 12px;
  }

  .bf-catalog .bf-products-grid--2,
  .bf-catalog .bf-products-grid--3,
  .bf-catalog .bf-products-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-catalog .bf-product-card__media {
    aspect-ratio: 3 / 4;
    margin-bottom: 16px;
  }

  .bf-catalog .bf-product-card__title {
    max-width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bf-catalog .bf-product-card__price {
    font-size: 16px;
  }

  .bf-catalog .bf-product-card__cart {
    right: 10px;
    bottom: 10px;
    left: auto;
    width: 36px;
    min-height: 36px;
    height: 36px;
    display: inline-flex;
    margin: 0;
    border-radius: 50%;
    padding: 0;
    opacity: 1;
    transform: none;
  }

  .bf-catalog .bf-product-card__cart span {
    display: none;
  }

  .bf-catalog .bf-product-card__tools {
    display: none;
  }

  .bf-catalog .bf-product-card__badge {
    min-height: 20px;
    padding: 3px 6px;
    font-size: 10px;
  }

  .bf-promo-banners--catalog {
    margin: 40px 0 0;
  }

  .bf-promo-banners--catalog .bf-promo-banner__inner {
    min-height: 507px;
  }

  .bf-promo-banners--catalog .bf-promo-banner__content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .bf-header__tools {
    gap: 8px;
    width: 40px;
    min-width: 40px;
  }

  .bf-header__tools .bf-icon-link {
    display: none;
  }

  .bf-logo img {
    width: var(--bf-logo-width);
    max-height: var(--bf-logo-height);
  }

  .bf-icon-link,
  .bf-menu-toggle,
  .bf-cart #cart > button {
    width: 40px;
    height: 40px;
  }

  .bf-announcement__close {
    display: none;
  }

  .bf-announcement__inner {
    grid-template-columns: 1fr;
  }

  .bf-announcement__inner > span {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .bf-main {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .page-category,
  .page-product,
  .page-information,
  .page-search,
  .bf-document-page,
  .bf-contact-page,
  .bf-sitemap-page,
  .bf-cart-page,
  .bf-checkout-page,
  .bf-auth-page,
  .bf-message-page {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .page-category {
    padding-top: 0;
  }

  .bf-breadcrumb {
    margin-bottom: 30px;
  }

  .bf-product-page__inner {
    width: calc(100% - 32px);
    max-width: none;
    padding-top: 0;
  }

  .bf-product-page__inner > .bf-breadcrumb {
    margin-bottom: 24px;
  }

  .bf-catalog-hero {
    min-height: 302px;
    display: flex;
    margin-bottom: 24px;
  }

  .bf-catalog-hero h1 {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.2;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .bf-catalog-hero__meta {
    font-size: 15px;
  }

  .bf-checkout-page > .bf-breadcrumb {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .bf-checkout-page__header {
    margin-bottom: 24px;
  }

  .bf-checkout-page__header h1 {
    font-size: 32px;
  }

  .bf-checkout-step__heading .panel-title,
  .bf-checkout-step__heading .accordion-toggle {
    min-height: 64px;
    padding: 20px 0;
    font-size: 18px;
  }

  body.bobtex-fabric .bf-checkout-step__body {
    padding: 24px 0 30px;
  }

  .bf-checkout-step__body > .row {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bf-checkout-step__body h2,
  .bf-checkout-step__body legend {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .bf-checkout-step__body .buttons,
  .bf-checkout-step__body .pull-right {
    align-items: stretch;
    justify-content: stretch;
    flex-direction: column;
    width: 100%;
  }

  .bf-checkout-step__body .btn,
  .bf-checkout-step__body input[type="button"].btn,
  .bf-checkout-confirm__actions .btn {
    width: 100%;
  }

  body.bobtex-fabric .bf-checkout-confirm__table .table {
    min-width: 640px;
  }

  .bf-catalog-toolbar__controls {
    display: flex;
  }

  .bf-catalog-toolbar__controls select {
    width: 112px;
    min-width: 112px;
  }

  .bf-products-grid,
  .product-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bf-products-grid .product-layout.product-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bf-products-grid .product-layout.product-list .bf-product-card__cart {
    width: 100%;
    min-width: 0;
  }

  .bf-products-grid--module {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 12px;
  }

  .bf-product-carousel__viewport .swiper-container {
    padding-bottom: 48px;
  }

  .bf-product-carousel__nav {
    display: none;
  }

  .bf-product-carousel__viewport .swiper-pagination {
    bottom: 18px;
    width: 100%;
    justify-content: center;
  }

  .bf-product-carousel__viewport .swiper-pagination-bullet {
    width: 34px;
  }

  .bf-fabric-collections__grid,
  .bf-fabric-collections__grid--2,
  .bf-fabric-collections__grid--3,
  .bf-fabric-collections__grid--4 {
    grid-template-columns: 1fr;
  }

  .bf-fabric-collection-card__media,
  .bf-fabric-collection-card__media > span {
    min-height: 320px;
  }

  .bf-fabric-collection-card__content {
    padding: 24px;
  }

  .bf-fabric-collection-card__title {
    max-width: 100%;
    font-size: 26px;
  }

  .bf-fabric-collection-card__text {
    max-width: 100%;
  }

  .bf-benefits__grid,
  .bf-benefits__grid--2,
  .bf-benefits__grid--3,
  .bf-benefits__grid--4 {
    grid-template-columns: 1fr;
  }

  .bf-benefit-card__inner {
    gap: 14px;
  }

  .bf-benefits--line .bf-benefit-card__inner {
    padding: 22px 0;
  }

  .bf-benefits--soft .bf-benefit-card__inner {
    padding: 22px;
  }

  .bf-promo-banners__grid,
  .bf-promo-banners__grid--1,
  .bf-promo-banners__grid--2,
  .bf-promo-banners__grid--3 {
    grid-template-columns: 1fr;
  }

  .bf-promo-banner__media,
  .bf-promo-banner__media > span {
    min-height: 300px;
  }

  .bf-promo-banners--overlay .bf-promo-banner__content {
    width: 100%;
    padding: 24px;
  }

  .bf-promo-banner__title,
  .bf-promo-banner__text {
    max-width: 100%;
  }

  .bf-brands__grid,
  .bf-brands__grid--3,
  .bf-brands__grid--4,
  .bf-brands__grid--5,
  .bf-brands__grid--6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-brand-card__inner {
    min-height: 104px;
    padding: 18px;
  }

  .bf-brand-card__inner img {
    max-width: min(118px, 100%);
    max-height: 46px;
  }

  .bf-articles__grid,
  .bf-articles__grid--2,
  .bf-articles__grid--3,
  .bf-articles__grid--4 {
    grid-template-columns: 1fr;
  }

  .bf-articles--compact .bf-article-card__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .bf-article-card__media,
  .bf-article-card__media > span,
  .bf-articles--compact .bf-article-card__media {
    min-height: 220px;
  }

  .bf-article-card__content {
    padding-top: 18px;
  }

  .bf-reviews__grid,
  .bf-reviews__grid--2,
  .bf-reviews__grid--3,
  .bf-reviews__grid--4 {
    grid-template-columns: 1fr;
  }

  .bf-review-card__inner {
    padding: 24px 0;
  }

  .bf-reviews--soft .bf-review-card__inner {
    padding: 24px;
  }

  .bf-reviews--about {
    padding: 56px 0;
  }

  .bf-reviews--about .bf-reviews__heading {
    margin-bottom: 28px;
  }

  .bf-reviews--about .bf-reviews__heading h2 {
    font-size: 32px;
  }

  .bf-reviews--about .bf-review-card__inner {
    padding: 24px;
  }

  .bf-newsletter__inner,
  .bf-newsletter--band .bf-newsletter__content {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bf-newsletter__content {
    padding: 34px 22px;
  }

  .bf-newsletter h2 {
    font-size: 30px;
  }

  .bf-newsletter__form {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .bf-newsletter__button {
    width: 100%;
  }

  .bf-newsletter__media {
    min-height: 260px;
  }

  .bf-newsletter--figma .bf-newsletter__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 286.8066px auto;
    gap: 16px;
    min-height: 480.8066px;
    overflow: hidden;
    background: var(--bf-white);
  }

  .bf-newsletter--figma .bf-newsletter__media {
    position: relative;
    z-index: 0;
    inset: auto;
    grid-row: 1;
    width: 100%;
    min-height: 0;
    height: 286.8066px;
  }

  .bf-newsletter--figma .bf-newsletter__content {
    grid-row: 2;
    width: 100%;
    min-height: 178px;
    margin: 0;
    padding: 0 16px;
    align-content: start;
    gap: 16px;
  }

  .bf-newsletter--figma h2 {
    width: min(100%, 349px);
    max-width: 349px;
    color: var(--bf-heading);
    font-size: 24px;
    line-height: 1.2;
    white-space: pre-line;
  }

  .bf-newsletter--figma .bf-newsletter__title-desktop {
    display: none;
  }

  .bf-newsletter--figma .bf-newsletter__title-mobile {
    display: block;
  }

  .bf-newsletter--figma .bf-newsletter__form {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    margin-top: 0;
  }

  .bf-newsletter--figma .bf-newsletter__input,
  .bf-newsletter--figma .bf-newsletter__button {
    width: 100%;
    height: 44px;
    min-height: 44px;
  }

  .bf-newsletter--figma .bf-newsletter__input {
    border-color: var(--bf-line);
  }

  .bobtex-module > h2,
  .bobtex-module__title {
    margin-bottom: 22px;
  }

  .bf-catalog .bf-products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
  }

  .page-search .bf-products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 12px;
    width: 100%;
  }

  .bf-catalog .bf-product-card,
  .page-search .bf-product-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .bf-catalog .bf-product-card__media,
  .page-search .bf-product-card__media {
    min-width: 0;
    max-width: 100%;
  }

  .bf-catalog .bf-product-card__placeholder,
  .page-search .bf-product-card__placeholder {
    min-width: 0;
  }

  .bf-catalog .bf-product-card__placeholder span,
  .page-search .bf-product-card__placeholder span {
    font-size: 12px;
    line-height: 1.35;
  }

  .bf-product-gallery .gallery-container {
    grid-template-columns: 1fr;
  }

  .bf-product-gallery .product-gallery-pager {
    display: flex;
  }

  .product-gallery-arrow {
    width: 40px;
    height: 40px;
  }

  .product-gallery-arrow--prev {
    left: 16px;
  }

  .product-gallery-arrow--next {
    right: 16px;
  }

  .bf-product-summary__name {
    gap: 4px;
    margin-bottom: 16px;
  }

  .bf-product-summary__brand {
    font-size: 16px;
  }

  .bf-product-summary .title {
    font-size: 20px;
    line-height: 24px;
  }

  .bf-product-summary .product-summary__meta {
    gap: 4px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 21px;
  }

  .bf-product-summary .bf-product-rating {
    margin-bottom: 16px;
  }

  .bf-product-summary .product-summary__intro {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 21px;
    -webkit-line-clamp: 4;
  }

  .bf-product-summary .price-block .price {
    font-size: 20px;
  }

  .bf-product-summary .price-block .old-price {
    font-size: 16px;
  }

  .recently-viewed-products__list,
  .bf-auth-page #content > .row,
  .bf-account-grid,
  .bf-sitemap-page #content > .row {
    grid-template-columns: 1fr;
  }

  .bf-listing-page .product-layout.product-list {
    width: 50%;
    float: left;
    clear: none;
    padding-right: 6px;
    padding-left: 6px;
  }

  .bf-listing-page .product-layout.product-list:nth-child(2n+1) {
    clear: left;
  }

  body.bobtex-fabric .well,
  body.bobtex-fabric fieldset,
  body.bobtex-fabric .panel-body {
    padding: 20px;
  }

  body.bobtex-fabric .table-responsive {
    border-color: var(--bf-line);
  }

  .product-comments__header {
    align-items: stretch;
    flex-direction: column;
  }

  .product-buy-row .btn-buy {
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
  }

  .product-buy-primary {
    min-height: 44px;
    grid-template-columns: 138px minmax(0, 1fr);
    gap: 8px;
  }

  .qty-control .quantity,
  .product-buy-row .product-actions {
    height: 44px;
  }

  .product-buy-row .product-actions button {
    width: 44px;
  }

  .product-buy-row .btn-buy,
  .product-buy-row .btn-buy-now {
    height: 44px;
    min-height: 44px;
  }

  .product-comments__header .custom-button {
    width: 100%;
  }

  .bf-product-reviews {
    grid-template-columns: 1fr;
  }

  .product-review-panel.is-open {
    padding: 20px;
  }

  .bf-cart-page__header {
    display: block;
    margin-bottom: 14px;
  }

  .bf-cart-page__weight {
    display: none;
  }

  .bf-cart-page {
    padding-top: 0;
  }

  .bf-cart-page > .bf-breadcrumb {
    min-height: 41px;
    margin-bottom: 16px;
    padding: 10px 0;
    font-size: 14px;
  }

  .bf-cart-page__header h1 {
    font-size: 22px;
    line-height: 1.25;
  }

  .bf-search-results-header {
    margin-bottom: 20px;
  }

  .bf-search-results-header h1 {
    font-size: 24px;
    line-height: 29px;
  }

  .bf-cart-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bf-cart-items__head {
    display: none;
  }

  .bf-cart-item {
    position: relative;
    min-height: 138px;
    grid-template-columns: 100px minmax(0, 1fr);
    grid-template-areas:
      "media details"
      "media price"
      "media quantity";
    column-gap: 12px;
    row-gap: 0;
    margin-bottom: 16px;
    border-bottom: 0;
    padding: 0;
  }

  .bf-cart-item__media {
    grid-area: media;
    width: 100px;
    height: 138px;
  }

  .bf-cart-item__details {
    grid-area: details;
    align-self: start;
    padding: 0 30px 0 0;
  }

  .bf-cart-item__title {
    display: block;
    font-size: 16px;
    line-height: 1.25;
  }

  .bf-cart-item__meta {
    margin-top: 4px;
    font-size: 13px;
  }

  .bf-cart-item__meta span:first-child {
    display: none;
  }

  .bf-cart-item__price {
    grid-area: price;
    align-self: center;
    padding: 0;
    font-size: 18px;
    text-align: left;
  }

  .bf-cart-item__total {
    display: none;
  }

  .bf-cart-item__quantity {
    grid-area: quantity;
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 8px;
    align-self: end;
    justify-content: flex-start;
    padding-left: 0;
  }

  .bf-cart-quantity {
    width: 122px;
    height: 44px;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
  }

  .bf-cart-quantity__step {
    width: 36px;
    height: 42px;
    font-size: 20px;
  }

  body.bobtex-fabric .bf-cart-quantity__input.form-control {
    height: 42px;
    min-height: 42px;
    font-size: 15px;
  }

  .bf-cart-item__wishlist {
    min-width: 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--bf-heading);
    background: var(--bf-white);
    color: var(--bf-heading);
    padding: 8px 10px;
    font-size: 14px;
    font-weight: var(--bf-weight-regular);
  }

  .bf-cart-item__wishlist i {
    display: none;
  }

  .bf-cart-item__remove {
    position: absolute;
    z-index: 2;
    top: -6px;
    right: 0;
    width: 28px;
    height: 28px;
    justify-content: center;
  }

  .bf-cart-summary__inner {
    box-shadow: none;
    padding: 0;
  }

  .bf-cart-summary__actions {
    margin-top: 12px;
  }

  .bf-cart-summary__actions .btn-primary {
    min-height: 44px;
  }

  .bf-cart-summary__actions .btn-default {
    display: none;
  }

  .bf-cart-modules {
    margin-top: 24px;
  }

  .bf-cart-page #content > .bf-product-carousel {
    margin-top: 48px;
  }

  .bf-cart-page #content > .bf-product-carousel .bf-section-heading {
    margin-bottom: 16px;
  }

  .bf-cart-page #content > .bf-product-carousel .bf-section-heading h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .bf-cart-summary {
    position: static;
  }

  .bf-account-detail-table__cell--half,
  .bf-account-detail-table__cell--third {
    width: auto;
    min-width: 140px;
  }

  .bf-account-detail-table__cell--actions {
    white-space: normal;
  }

  .bf-account-page > .row > [class*="col-"] {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }

  .bf-account-page #content,
  .bf-account-page #content > p,
  .bf-account-form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .bf-account-form.form-horizontal .form-group {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .bf-account-form.form-horizontal .control-label {
    padding-top: 0;
  }

  .bf-form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bf-form-actions .pull-right {
    justify-content: stretch;
  }

  .bf-form-actions .btn,
  .bf-form-actions input[type="submit"],
  .bf-form-actions button[type="submit"] {
    width: 100%;
  }

  .bf-product-card__tools,
  .bf-product-card__cart,
  .product-card__body button {
    opacity: 1;
    transform: none;
  }

  .bf-product-card__cart,
  .product-card__body button {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .bf-catalog .bf-product-card__cart {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: auto;
    width: 36px;
    min-height: 36px;
    height: 36px;
    display: inline-flex;
    margin: 0;
    border-radius: 50%;
    padding: 0;
  }

  .bf-catalog .bf-product-card__tools {
    right: 8px;
    gap: 8px;
  }

  .bf-catalog .bf-product-card__tools button {
    width: 34px;
    height: 34px;
  }

  .bf-product-card__title,
  .product-card__body h2 {
    font-size: 13px;
    line-height: 1.3;
  }

  .bf-products-grid--module .bf-product-card__tools {
    right: 8px;
  }

  .bf-products-grid--module .bf-product-card__tools button {
    width: 34px;
    height: 34px;
  }

  .bf-products-grid--module .bf-product-card__cart {
    min-height: 42px;
    padding: 11px 10px;
    font-size: 13px;
  }

  .bf-product-card__price,
  .product-card__price,
  .product-thumb .price {
    font-size: 13px;
  }

  .bf-pagination-row,
  .pagination-row {
    display: block;
  }

  .bf-section-heading {
    display: block;
  }

  .bf-section-heading > div,
  .bf-section-heading p {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  .bf-section-heading p {
    max-width: min(100%, 30ch);
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: manual;
  }

  .bf-section-heading .bf-text-link {
    display: inline-flex;
    margin-top: 10px;
    max-width: 100%;
  }

  .bf-grid--2,
  .bf-grid--3,
  .bf-grid--4,
  .bf-category-collections__grid,
  .bf-category-collections__grid--2,
  .bf-category-collections__grid--3,
  .bf-category-collections__grid--4,
  .bf-feature-list,
  .bf-footer__grid {
    grid-template-columns: 1fr;
  }

  .bf-category-card__content {
    grid-template-columns: minmax(0, 1fr) 38px;
    padding-top: 14px;
  }

  .bf-category-card__title {
    font-size: 20px;
  }

  .bf-category-card__icon {
    width: 38px;
    height: 38px;
  }

  .bf-text-media-block--soft {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .bf-text-media__content h2 {
    font-size: 30px;
  }

  .bf-text-media__media,
  .bf-text-media__media span {
    min-height: 260px;
  }

  .bf-footer-cta {
    min-height: 0;
    display: grid;
    background: var(--bf-white);
    color: var(--bf-heading);
  }

  .bf-footer-cta:after {
    content: none;
  }

  .bf-footer-cta__media {
    position: static;
    height: min(66.7vw, var(--bf-footer-cta-height));
  }

  .bf-footer-cta__inner {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .bf-footer-cta__eyebrow {
    color: var(--bf-danger);
  }

  .bf-footer-cta__button {
    width: 100%;
    margin-top: 24px;
  }

  .bf-footer {
    padding-bottom: 0;
  }

  .bf-footer__body {
    min-height: 0;
  }

  .bf-footer .bf-container {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }

  .bf-footer__grid {
    gap: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .bf-footer__logo img {
    width: var(--bf-footer-logo-size);
    height: var(--bf-footer-logo-size);
    max-height: none;
    margin-bottom: 12px;
  }

  .bf-footer__address {
    margin-bottom: 12px;
  }

  .bf-footer h5 {
    margin-bottom: 12px;
  }

  .bf-footer__meta {
    gap: 5px;
  }

  .bf-footer__meta-item--schedule {
    margin-top: 7px;
  }

  .bf-footer__section + .bf-footer__section {
    margin-top: -6px;
  }

  .bf-footer__desktop-heading {
    display: none;
  }

  .bf-footer__toggle {
    width: 100%;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--bf-heading);
    font-family: var(--bf-font-heading);
    font-size: 18px;
    font-weight: var(--bf-footer-heading-weight);
    line-height: var(--bf-footer-heading-line);
    text-align: left;
  }

  .bf-footer__toggle-icon {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
  }

  .bf-footer__toggle-icon::before,
  .bf-footer__toggle-icon::after {
    position: absolute;
    width: 14px;
    height: 2px;
    border-radius: 1px;
    background: currentColor;
    content: "";
    transition: transform .25s ease, opacity .2s ease;
  }

  .bf-footer__toggle-icon::after {
    transform: rotate(90deg);
  }

  .bf-footer__toggle[aria-expanded="true"] .bf-footer__toggle-icon::after {
    opacity: 0;
    transform: rotate(0);
  }

  .bf-footer__section .bf-footer__links {
    max-height: 0;
    margin: 0;
    padding-top: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition:
      max-height .3s ease,
      padding-top .3s ease,
      opacity .2s ease,
      transform .3s ease,
      visibility 0s linear .3s;
  }

  .bf-footer__toggle[aria-expanded="true"] + .bf-footer__links {
    padding-top: 12px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition:
      max-height .3s ease,
      padding-top .3s ease,
      opacity .2s ease .05s,
      transform .3s ease,
      visibility 0s;
  }

  @media (prefers-reduced-motion: reduce) {
    .bf-footer__toggle-icon::before,
    .bf-footer__toggle-icon::after,
    .bf-footer__section .bf-footer__links,
    .bf-footer__toggle[aria-expanded="true"] + .bf-footer__links {
      transition: none;
    }
  }

  .bf-mobile-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    min-height: var(--bf-footer-mobile-bar-height);
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-top: 1px solid var(--bf-line);
    background: var(--bf-white);
    box-shadow: 0 -8px 30px rgba(21, 25, 30, .08);
  }

  .bf-scroll-top {
    right: 16px;
    bottom: calc(var(--bf-footer-mobile-bar-height) + 16px);
  }

  .bf-mobile-bar a,
  .bf-mobile-bar button {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--bf-heading);
    font-size: 0;
    line-height: 0;
  }

  .bf-mobile-bar a.is-active,
  .bf-mobile-bar button.is-active {
    color: var(--bf-danger);
  }

  .bf-mobile-bar span {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .bf-mobile-bar .bf-site-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .bf-hero {
    min-height: 0;
  }

  .bf-hero__content,
  .bf-banner__content {
    padding: 30px 20px;
  }

  .bf-hero-slider__content {
    width: calc(100% - 30px);
    padding: 84px 0 66px;
  }

  .bobtex-hero.main-slider .bf-hero-slider__media {
    min-height: clamp(430px, 70vh, 560px);
  }

  .bf-hero-slider__box {
    width: min(100%, 330px);
  }

  .bf-hero-slider__eyebrow {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .bf-hero-slider__title {
    margin-bottom: 18px;
    font-size: 36px;
  }

  .bf-hero-slider__text {
    margin-bottom: 22px;
    font-size: 15px;
  }

  .main-slider .swiper-pagination-bullet {
    width: 48px;
  }

  .bobtex-banner-module {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .bobtex-banner-module .item {
    width: min(100%, 280px);
  }
}

@media (max-width: 379px) {
  .product-buy-primary {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
}

/* Figma Fabric / home 1 (9:2) and home mobile (10:2341). */
.bf-fabric-home {
  --bf-grid-gap: 28px;
  color: #15191e;
}

.bf-fabric-home > .bf-fabric-home__section > .bf-section {
  margin-top: 100px;
}

.bf-fabric-home__section--hero > .bf-section,
.bf-fabric-home__section--media_banner > .bf-section {
  margin-top: 0;
}

.bf-fabric-home > .bf-fabric-home__section--benefits > .bf-section {
  margin-top: 0;
}

.bf-fabric-home > .bf-fabric-home__section > .bf-section {
  margin-top: 120px;
}

.bf-fabric-home > .bf-fabric-home__section--hero > .bf-section {
  margin-top: 0;
}

.bf-fabric-home__section--media_banner > .bobtex-hero {
  margin-top: 120px;
}

.bf-fabric-home .bf-section-heading {
  margin-bottom: 32px;
}

.bf-fabric-home .bf-section-heading h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.bf-fabric-home .bf-section-heading p {
  margin-top: 14px;
  color: #65758b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.bf-fabric-home .bf-benefits {
  padding-top: 0;
  padding-bottom: 0;
}

.bf-fabric-home .bf-benefits--line .bf-benefit-card__inner {
  min-height: 132px;
  align-items: center;
  padding: 0;
  border-top: 0;
}

.bf-fabric-home .bf-benefit-card__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.bf-fabric-home .bf-benefit-card__text {
  color: #65758b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.bf-fabric-home__section--editorial_primary .bf-text-media {
  grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
  gap: min(8.5vw, 119px);
}

.bf-fabric-home__section--editorial_secondary .bf-text-media {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.83fr);
  gap: min(11.15vw, 156px);
}

.bf-fabric-home__section--editorial_secondary .bf-text-media-block--soft {
  padding-top: 0;
  padding-bottom: 0;
}

.bf-fabric-home .bf-text-media__content {
  max-width: 439px;
}

.bf-fabric-home .bf-text-media__content h2 {
  margin-bottom: 22px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.bf-fabric-home .bf-text-media__text {
  max-width: 439px;
  color: #65758b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.bf-fabric-home .bf-text-media__button {
  min-height: 48px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.bf-fabric-home .bf-category-card__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.bf-fabric-home__section--reviews .bf-section {
  padding-top: 76px;
  padding-bottom: 77px;
  background: #f6f7f8;
}

.bf-fabric-home__section--reviews .bf-review-card__quote {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.bf-fabric-home__section--social .bf-social-gallery {
  padding: 0;
}

.bf-fabric-home__section--social .bf-social-gallery__header {
  margin-bottom: 42px;
}

.bf-fabric-home__section--social .bf-social-gallery__inner {
  width: min(1400px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.bf-fabric-home__section--reviews .bf-reviews__viewport {
  margin-bottom: 0;
}

@media (max-width: 989px) {
  .bf-fabric-home__section--editorial_primary .bf-text-media,
  .bf-fabric-home__section--editorial_secondary .bf-text-media {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .bf-fabric-home .bf-text-media__content {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .bf-fabric-home {
    --bf-grid-gap: 20px;
  }

  .bf-fabric-home .bf-container {
    width: calc(100% - 32px);
  }

  body.bobtex-fabric:has(#common-home) .bf-announcement {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 31;
    display: block;
  }

  body.bobtex-fabric:has(#common-home) .bf-announcement[hidden] {
    display: none;
  }

  body.bobtex-fabric:has(#common-home) .bf-header {
    top: var(--bf-header-announcement-height);
  }

  body.bobtex-fabric:has(#common-home) .bf-announcement__inner {
    width: 100%;
    min-height: 48px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }

  .bf-fabric-home > .bf-fabric-home__section > .bf-section {
    margin-top: 32px;
  }

  .bf-fabric-home > .bf-fabric-home__section--hero > .bf-section {
    margin-top: 0;
  }

  .bf-fabric-home__section--media_banner > .bobtex-hero {
    margin-top: 32px;
  }

  .bf-fabric-home .bf-section-heading {
    margin-bottom: 24px;
  }

  .bf-fabric-home .bf-section-heading h2,
  .bf-fabric-home .bf-text-media__content h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .bf-fabric-home__section--hero .bobtex-hero.main-slider .bf-hero-slider__media {
    min-height: 567px;
  }

  .bf-fabric-home__section--media_banner .bf-hero-slider__media {
    min-height: 483px;
  }

  .bf-fabric-home__section--promo_collections .bf-image-compare {
    aspect-ratio: 398 / 232;
  }

  .bf-fabric-home__section--hero .bf-hero-slider__content {
    width: calc(100% - 32px);
    padding: 80px 0;
  }

  .bf-fabric-home__section--hero .bf-hero-slider__title {
    font-size: 32px;
    line-height: 1.2;
  }

  .bf-fabric-home__section--hero .bf-hero-slider__text {
    font-size: 14px;
    line-height: 1.5;
  }

  .bf-fabric-home__section--hero .bf-hero-slider__button {
    height: 44px;
    min-height: 44px;
  }

  .bf-fabric-home .bf-benefits {
    overflow: hidden;
    padding-top: 36px;
  }

  .bf-fabric-home .bf-benefits__grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .bf-fabric-home .bf-benefits__grid::-webkit-scrollbar {
    display: none;
  }

  .bf-fabric-home .bf-benefit-card {
    flex: 0 0 calc((100% - 20px) / 2);
    scroll-snap-align: start;
  }

  .bf-fabric-home .bf-benefits--line .bf-benefit-card__inner {
    min-height: 196px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    padding: 24px 0;
    text-align: center;
  }

  .bf-fabric-home .bf-benefit-card__icon {
    width: 24px;
    height: 24px;
    border: 0;
    font-size: 18px;
  }

  .bf-fabric-home .bf-benefit-card__content {
    gap: 12px;
  }

  .bf-fabric-home .bf-benefit-card__title {
    font-size: 16px;
  }

  .bf-fabric-home .bf-benefit-card__text {
    font-size: 14px;
    line-height: 1.5;
  }

  .bf-fabric-home__section--category_needs .bf-category-collections__heading {
    text-align: center;
  }

  .bf-fabric-home__section--category_needs .bf-category-collections__heading h2 {
    font-size: 24px;
  }

  .bf-fabric-home__section--category_needs .bf-category-collections__heading p,
  .bf-fabric-home__section--category_needs .bf-category-collections__heading .bf-text-link {
    display: none;
  }

  .bf-fabric-home__section--category_needs .bf-category-collections__grid,
  .bf-fabric-home__section--category_needs .bf-category-collections__grid--2,
  .bf-fabric-home__section--category_needs .bf-category-collections__grid--3,
  .bf-fabric-home__section--category_needs .bf-category-collections__grid--4 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bf-fabric-home__section--category_needs .bf-category-card__media {
    height: auto;
    aspect-ratio: var(--bf-category-ratio, 268 / 315);
  }

  .bf-fabric-home__section--category_needs .bf-category-card__content {
    display: block;
    padding: 16px 0 4px;
  }

  .bf-fabric-home__section--category_needs .bf-category-card__meta,
  .bf-fabric-home__section--category_needs .bf-category-card__text,
  .bf-fabric-home__section--category_needs .bf-category-card__icon {
    display: none;
  }

  .bf-fabric-home__section--category_needs .bf-category-card__title {
    height: auto;
    display: block;
    padding: 0;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .bf-fabric-home__section--category_needs .bf-category-card:nth-child(2) .bf-category-card__title {
    background: transparent;
    color: #15191e;
  }

  .bf-fabric-home__section--category_needs .bf-category-collections__mobile-action {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    margin-top: 24px;
    background: #ffe49b;
    color: #15191e;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
  }

  .bf-fabric-home__section--fabric_collections .bf-fabric-collections__accordion-layout {
    height: 736px;
    grid-template-columns: 1fr;
    grid-template-rows: 345px 391px;
  }

  .bf-fabric-home__section--fabric_collections .bf-fabric-collections__accordion-media {
    height: 345px;
  }

  .bf-fabric-home__section--fabric_collections .bf-fabric-collections__accordion-content {
    height: 391px;
    padding: 18px 0 0;
  }

  .bf-fabric-home__section--fabric_collections .bf-fabric-collections__accordion-content h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.2;
  }

  .bf-fabric-home__section--fabric_collections .bf-fabric-collections__accordion-trigger {
    min-height: 44px;
    font-size: 16px;
  }

  .bf-fabric-home__section--fabric_collections .bf-fabric-collections__accordion-panel p,
  .bf-fabric-home__section--fabric_collections .bf-fabric-collections__accordion-panel a {
    font-size: 14px;
    line-height: 1.5;
  }

  .bf-fabric-home__section--fabric_collections .bf-fabric-collections__accordion-panel p {
    margin-bottom: 10px;
  }

  .bf-fabric-home__section--fabric_collections .bf-fabric-collections__accordion-panel a {
    margin-bottom: 10px;
  }

  .bf-fabric-home .bf-featured-product__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bf-fabric-home .bf-featured-product__content {
    order: 2;
    gap: 16px;
  }

  .bf-fabric-home .bf-featured-product__gallery {
    order: 1;
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .bf-fabric-home .bf-featured-product__gallery .swiper-slide img {
    width: 100%;
  }

  .bf-fabric-home .bf-featured-product__eyebrow {
    font-size: 14px;
  }

  .bf-fabric-home .bf-featured-product__name h2 {
    font-size: 24px;
  }

  .bf-fabric-home .bf-featured-product__lead,
  .bf-fabric-home .bf-featured-product__accordion .bf-product-accordion__panel {
    font-size: 14px;
  }

  .bf-fabric-home .bf-featured-product__price strong {
    font-size: 20px;
  }

  .bf-fabric-home .bf-featured-product__button {
    min-height: 44px;
    font-size: 14px;
  }

  .bf-fabric-home__section--latest_products .bf-product-carousel__viewport .swiper-container {
    padding-bottom: 0;
    overflow: visible;
  }

  .bf-fabric-home__section--latest_products .bf-product-carousel__viewport .swiper-wrapper {
    width: auto !important;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 12px;
    transform: none !important;
  }

  .bf-fabric-home__section--latest_products .bf-product-carousel__viewport .swiper-slide {
    width: auto !important;
  }

  .bf-fabric-home__section--latest_products .bf-product-carousel__viewport .swiper-slide:nth-child(n + 5) {
    display: none;
  }

  .bf-fabric-home__section--latest_products .bf-product-carousel__nav,
  .bf-fabric-home__section--latest_products .bf-product-carousel__viewport .swiper-pagination {
    display: none;
  }

  .bf-fabric-home .bf-shoppable-product__media {
    height: 200px;
  }

  .bf-fabric-home .bf-shoppable-product__trigger {
    width: 24px;
    height: 24px;
    border-width: 6px;
  }

  .bf-fabric-home .bf-shoppable-product__card {
    width: min(230px, calc(100vw - 32px));
    min-height: 88px;
    grid-template-columns: 49px minmax(0, 1fr);
    gap: 10px;
    padding: 8px;
  }

  .bf-fabric-home .bf-shoppable-product__card > img {
    width: 49px;
  }

  .bf-fabric-home .bf-product-bundle__grid {
    height: 984px;
    min-height: 984px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 472px minmax(0, 1fr) 48px;
    column-gap: 0;
  }

  .bf-fabric-home .bf-product-bundle__media {
    grid-column: 1;
    grid-row: 2;
    height: 456px;
    margin-bottom: 16px;
  }

  .bf-fabric-home .bf-product-bundle__hotspot {
    width: 24px;
    height: 24px;
    box-shadow: inset 0 0 0 6px rgba(207, 218, 231, .95);
  }

  .bf-fabric-home .bf-product-bundle__hotspot:last-of-type,
  .bf-fabric-home .bf-product-bundle__hotspot:hover,
  .bf-fabric-home .bf-product-bundle__hotspot:focus-visible {
    box-shadow: inset 0 0 0 6px #ffe49b;
  }

  .bf-fabric-home .bf-product-bundle__header {
    grid-column: 1;
    grid-row: 1;
    gap: 6px;
    padding-bottom: 16px;
  }

  .bf-fabric-home .bf-product-bundle__header span {
    font-size: 12px;
  }

  .bf-fabric-home .bf-product-bundle__header h2 {
    font-size: 24px;
  }

  .bf-fabric-home .bf-product-bundle__item {
    min-height: 0;
    grid-template-columns: 60px minmax(0, 1fr) 16px;
    gap: 12px;
    padding: 5px 0;
  }

  .bf-fabric-home .bf-product-bundle__list {
    grid-column: 1;
    grid-row: 3;
  }

  .bf-fabric-home .bf-product-bundle__thumb {
    width: 60px;
    height: 80px;
    aspect-ratio: auto;
  }

  .bf-fabric-home .bf-product-bundle__name {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .bf-fabric-home .bf-product-bundle__price {
    font-size: 13px;
  }

  .bf-fabric-home .bf-product-bundle__button {
    grid-column: 1;
    grid-row: 4;
    min-height: 48px;
    margin-top: 0;
    font-size: 14px;
  }

  .bf-fabric-home__section--reviews .bf-section {
    padding-top: 22px;
    padding-bottom: 23px;
  }

  .bf-fabric-home__section--reviews .bf-reviews__heading p {
    display: none;
  }

  .bf-fabric-home__section--reviews .bf-reviews__heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
  }

  .bf-fabric-home__section--reviews .bf-reviews__heading > div:first-child {
    width: auto;
    flex: 1 1 auto;
  }

  .bf-fabric-home__section--reviews .bf-reviews__heading h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .bf-fabric-home__section--reviews .bf-reviews__nav {
    display: none;
  }

  .bf-fabric-home__section--reviews .bf-reviews__viewport .swiper-container {
    overflow: visible;
  }

  .bf-fabric-home__section--reviews .bf-reviews__viewport .swiper-wrapper {
    width: 100% !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    transform: none !important;
  }

  .bf-fabric-home__section--reviews .bf-reviews__viewport .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .bf-fabric-home__section--social .bf-social-gallery__header {
    gap: 8px;
    margin-bottom: 24px;
  }

  .bf-fabric-home__section--social .bf-social-gallery {
    padding-bottom: 1px;
  }

  .bf-fabric-home__section--social .bf-social-gallery__inner {
    width: calc(100% - 32px);
  }

  .bf-fabric-home__section--social .bf-social-gallery__header h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .bf-fabric-home__section--social .bf-social-gallery__grid {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .bf-fabric-home__section--social .bf-social-gallery__grid::-webkit-scrollbar {
    display: none;
  }

  .bf-fabric-home__section--social .bf-social-gallery__item {
    flex: 0 0 188px;
    height: 180px;
    aspect-ratio: auto;
    scroll-snap-align: start;
  }
}

@media (max-width: 767px) {
  .bf-page.bf-container.bf-auth-page {
    width: calc(100% - 40px);
    min-height: 0;
    padding-top: 0;
    padding-bottom: 48px;
  }

  .bf-auth-page > .bf-breadcrumb {
    min-height: 41px;
    padding: 10px 0;
    font-size: 14px;
  }

  .bf-auth-shell {
    margin-top: 40px;
  }

  .bf-auth-card__header {
    gap: 16px;
    margin-bottom: 32px;
  }

  .bf-auth-card h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .bf-auth-card__switch {
    align-items: flex-start;
    font-size: 13px;
  }

  body.bobtex-fabric .bf-auth-form .form-control {
    height: 48px;
    min-height: 48px;
  }

  .bf-auth-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

  body.bobtex-fabric .bf-auth-submit {
    width: 100%;
  }

  .bf-auth-actions__return {
    justify-self: start;
  }

  .bf-register-form .bf-form-actions .bf-auth-actions {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.bobtex-fabric .bf-auth-form .form-control,
  .bf-password-toggle,
  body.bobtex-fabric .bf-auth-submit {
    transition: none;
  }
}

/* Figma search state: 77:1364 / open layer 77:1675 */
body.bf-search-open {
  --bf-search-announcement-offset: 0px;
  overflow: hidden;
}

body.bf-search-open.bf-search-has-announcement {
  --bf-search-announcement-offset: var(--bf-header-announcement-height);
}

body.bf-search-open.bf-search-has-announcement .bf-announcement {
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 72;
}

body.bf-search-open .bf-header,
body.bobtex-fabric.bf-search-open:has(#common-home) .bf-header,
body.bobtex-fabric.bf-search-open:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-header {
  position: fixed !important;
  top: var(--bf-search-announcement-offset) !important;
  right: 0;
  left: 0;
  z-index: 72 !important;
  background: var(--bf-white) !important;
  color: var(--bf-heading) !important;
}

body.bf-search-open .bf-header:before {
  background: var(--bf-white) !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

body.bf-search-open .bf-logo img {
  filter: none !important;
}

body.bf-search-open .bf-header .bf-icon-link,
body.bf-search-open .bf-header .bf-menu-toggle,
body.bf-search-open .bf-header .bf-cart #cart > button {
  color: var(--bf-heading) !important;
}

body.bf-search-open .bf-header .bf-cart-icon {
  filter: invert(1) !important;
}

body.bf-search-open .bf-nav {
  display: none !important;
}

.bf-search-overlay {
  --bf-search-panel-top: calc(var(--bf-search-announcement-offset, 0px) + var(--bf-header-nav-height));
  position: fixed;
  inset: 0;
  z-index: 70;
  visibility: hidden;
  pointer-events: none;
  font-family: var(--bf-font-body);
  transition: visibility 0s linear .3s;
}

.bf-search-overlay.is-open {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.bf-search-overlay__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(20, 19, 19, .3);
  opacity: 0;
  transition: opacity .3s var(--bf-ease);
}

.bf-search-overlay.is-open .bf-search-overlay__backdrop {
  opacity: 1;
}

.bf-search-overlay__panel {
  position: absolute;
  top: var(--bf-search-panel-top);
  right: 0;
  left: 0;
  z-index: 1;
  height: 366px;
  background: var(--bf-white);
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity .3s var(--bf-ease), transform .3s var(--bf-ease);
}

.bf-search-overlay.is-open .bf-search-overlay__panel {
  opacity: 1;
  transform: translateY(0);
}

.bf-search-overlay__input-band {
  height: 100px;
  display: flex;
  align-items: center;
  background: var(--bf-white);
}

.bf-search-overlay__form {
  height: 48px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 16px;
  padding: 12px;
  border: 1px solid var(--bf-line);
  background: var(--bf-white);
}

body.bobtex-fabric .bf-search-overlay__input {
  width: 100%;
  height: 22px;
  min-height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #414b58;
  font-size: 16px;
  font-weight: var(--bf-weight-regular);
  line-height: 1.5;
}

body.bobtex-fabric .bf-search-overlay__input::placeholder {
  color: #414b58;
  opacity: 1;
}

body.bobtex-fabric .bf-search-overlay__input:focus {
  border: 0;
  outline: 0;
}

.bf-search-overlay__submit,
.bf-search-overlay__close {
  width: 24px;
  height: 24px;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bf-heading);
}

.bf-search-overlay__submit .bf-site-icon,
.bf-search-overlay__close .bf-site-icon {
  width: 24px;
  height: 24px;
}

.bf-search-overlay__suggestions {
  height: 266px;
  padding: 40px 0;
  background: var(--bf-white);
}

.bf-search-overlay__suggestions-content {
  width: max-content;
  max-width: 100%;
  display: grid;
  gap: 24px;
}

.bf-search-overlay__suggestions h2 {
  margin: 0;
  color: #141313;
  font-family: var(--bf-font-heading);
  font-size: 16px;
  font-weight: var(--bf-weight-semibold);
  line-height: 20px;
}

.bf-search-overlay__suggestions ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bf-search-overlay__suggestions li,
.bf-search-overlay__suggestions a {
  color: var(--bf-heading);
  font-size: 14px;
  font-weight: var(--bf-weight-regular);
  line-height: 18px;
}

.bf-search-overlay__suggestions li:first-child a {
  font-weight: var(--bf-weight-medium);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bf-search-overlay__suggestions a:hover,
.bf-search-overlay__suggestions a:focus-visible,
.bf-search-overlay__submit:hover,
.bf-search-overlay__submit:focus-visible,
.bf-search-overlay__close:hover,
.bf-search-overlay__close:focus-visible {
  opacity: .65;
}

@media (max-width: 989px) {
  .bf-search-overlay__panel {
    height: 320px;
  }

  .bf-search-overlay__input-band {
    height: 80px;
  }

  .bf-search-overlay__suggestions {
    height: 240px;
    padding: 32px 0;
  }

  body.bf-search-open .bf-header__tools {
    z-index: auto;
  }
}

@media (max-width: 767px) {
  .bf-search-overlay__form {
    width: calc(100% - 30px);
  }

  .bf-search-overlay__suggestions ul {
    gap: 12px;
  }
}

.bf-quickview-overlay,
.bf-popup-offer {
  position: fixed;
  inset: 0;
  z-index: 76;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear .3s;
}

body.bf-quickview-open,
body.bf-popup-open {
  overflow: hidden;
}

.bf-quickview-overlay.is-open,
.bf-popup-offer.is-open {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.bf-quickview-overlay__backdrop,
.bf-popup-offer__backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .3s var(--bf-ease);
}

.bf-quickview-overlay__backdrop {
  background: rgba(20, 19, 19, .3);
}

.bf-popup-offer__backdrop {
  background: rgba(20, 19, 19, .35);
}

.bf-quickview-overlay.is-open .bf-quickview-overlay__backdrop,
.bf-popup-offer.is-open .bf-popup-offer__backdrop {
  opacity: 1;
}

.bf-quickview-overlay__panel {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(var(--bf-quickview-width), calc(100vw - 32px));
  height: auto;
  max-height: min(var(--bf-quickview-height), calc(100vh - 32px));
  box-sizing: border-box;
  background: var(--bf-white);
  color: var(--bf-text);
  overflow: auto;
  padding: var(--bf-quickview-padding);
  transform: translate(-50%, -50%) scale(.985);
  transition: transform .3s var(--bf-ease), opacity .3s var(--bf-ease);
  opacity: 0;
}

.bf-quickview-overlay.is-open .bf-quickview-overlay__panel {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.bf-quickview-overlay__header {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: var(--bf-quickview-close-size);
  height: var(--bf-quickview-close-size);
}

.bf-quickview-overlay__header h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bf-popup-offer__panel h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: var(--bf-weight-semibold);
  letter-spacing: .1px;
}

.bf-quickview-overlay__close,
.bf-popup-offer__close {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--bf-heading);
  padding: 0;
}

.bf-quickview-overlay__close {
  width: var(--bf-quickview-close-size);
  height: var(--bf-quickview-close-size);
  display: grid;
  place-items: center;
  font-size: 16px;
}

.bf-quickview-overlay__close:hover,
.bf-quickview-overlay__close:focus-visible {
  color: var(--bf-danger);
}

.bf-quickview-overlay__content {
  height: 100%;
  margin: 0;
}

.bf-popup-offer__panel {
  position: fixed;
  inset: 0;
  margin: auto;
  width: min(560px, calc(100% - 28px));
  max-height: min(460px, calc(100% - 28px));
  background: var(--bf-white);
  border-radius: 12px;
  padding: 24px;
  display: grid;
  gap: 18px;
  transform: scale(.98) translateY(8px);
  opacity: 0;
  transition: transform .3s var(--bf-ease), opacity .3s var(--bf-ease);
}

.bf-popup-offer.is-open .bf-popup-offer__panel {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.bf-quickview-form__grid {
  display: grid;
  grid-template-columns: minmax(0, var(--bf-quickview-media-width)) minmax(0, var(--bf-quickview-content-width));
  gap: var(--bf-quickview-column-gap);
  min-height: 100%;
}

.bf-quickview-form__media {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--bf-product-thumb-gap);
}

.bf-quickview-gallery {
  position: relative;
  height: clamp(280px, calc(100vh - 256px), var(--bf-quickview-stage-height));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--bf-white);
}

.bf-quickview-gallery__main {
  width: auto;
  max-width: 100%;
  height: 100%;
  aspect-ratio: var(--bf-product-media-ratio);
  object-fit: cover;
  display: block;
}

.bf-quickview-gallery__arrow {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--bf-white);
  color: var(--bf-heading);
  font-size: 24px;
  transform: translateY(-50%);
}

.bf-quickview-gallery__arrow--previous {
  left: 32px;
}

.bf-quickview-gallery__arrow--next {
  right: 32px;
}

.bf-quickview-gallery__thumbs {
  display: flex;
  gap: var(--bf-product-thumb-gap);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.bf-quickview-gallery__thumb {
  width: var(--bf-product-thumb-width);
  height: var(--bf-product-thumb-height);
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid transparent;
  background: var(--bf-soft);
}

.bf-quickview-gallery__thumb.is-active {
  border-color: var(--bf-heading);
}

.bf-quickview-gallery__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bf-quickview-form__details {
  min-width: 0;
  max-height: calc(min(var(--bf-quickview-height), calc(100vh - 32px)) - var(--bf-quickview-padding) - var(--bf-quickview-padding));
  display: grid;
  align-content: start;
  gap: 16px;
  overflow-y: auto;
  padding-right: 4px;
}

.bf-quickview-form__manufacturer {
  justify-self: start;
  color: var(--bf-muted);
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}

.bf-quickview-form__manufacturer:hover,
.bf-quickview-form__manufacturer:focus-visible {
  color: var(--bf-heading);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bf-quickview-form__title {
  margin: 0;
  font-size: var(--bf-product-title-size);
  line-height: var(--bf-product-title-line);
  font-weight: var(--bf-product-title-weight);
}

.bf-quickview-form__price {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: var(--bf-weight-semibold);
}

.bf-quickview-form__price del {
  color: var(--bf-muted);
  font-weight: var(--bf-weight-regular);
  font-size: 16px;
}

.bf-quickview-form__intro {
  margin: 0;
  color: var(--bf-text);
  font-size: 16px;
  line-height: 1.5;
  max-width: 52ch;
}

.bf-quickview-options {
  display: grid;
  gap: 16px;
}

.bf-quickview-option label {
  display: block;
  margin-bottom: 6px;
  color: var(--bf-text);
  font-size: 13px;
}

.bf-quickview-option select,
.bf-quickview-option input[type='text'],
.bf-quickview-qty__field input {
  width: 100%;
  border: 1px solid var(--bf-line);
  padding: 10px 12px;
  background: var(--bf-white);
  color: var(--bf-text);
}

.bf-quickview-option__radios label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 12px;
  margin-bottom: 8px;
}

.bf-quickview-form__actions {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  margin-top: auto;
}

.bf-quickview-form__errors {
  padding: 12px 16px;
  border: 1px solid currentColor;
  color: var(--bf-stock-bad);
  font-size: 14px;
  line-height: 1.4;
}

.bf-quickview-form__errors[hidden] {
  display: none;
}

.bf-quickview-form__errors ul {
  margin: 0;
  padding-left: 20px;
}

.bf-quickview-form__controls,
.bf-quickview-qty__field {
  min-width: 0;
  height: 48px;
}

.bf-quickview-qty__field {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  border: 1px solid var(--bf-line);
}

.bf-quickview-qty__field button,
.bf-quickview-qty__field input {
  height: 100%;
  border: 0;
  background: var(--bf-white);
  text-align: center;
}

.bf-quickview-qty__field input {
  width: 100%;
  min-width: 0;
  padding: 0;
  appearance: textfield;
}

.bf-quickview-qty__field input::-webkit-inner-spin-button,
.bf-quickview-qty__field input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.bf-quickview-form__button {
  width: 100%;
  min-height: 48px;
  margin: 0;
  border: 1px solid var(--bf-heading);
  background: var(--bf-white);
  color: var(--bf-heading);
}

.bf-quickview-form__meta {
  margin: 0;
  color: var(--bf-muted);
  font-size: 16px;
}

.bf-quickview-form__stock {
  margin: 0;
  font-size: 16px;
  font-weight: var(--bf-weight-semibold);
}

.bf-quickview-form__stock--in {
  color: var(--bf-stock-good);
}

.bf-quickview-form__stock--out {
  color: var(--bf-stock-bad);
}

.bf-quickview-form__rating {
  margin: 0;
}

@media (max-width: 900px) {
  .bf-quickview-overlay__panel {
    width: 100%;
    height: 100%;
    max-height: none;
    padding: 24px;
  }

  .bf-quickview-overlay__content {
    height: auto;
  }

  .bf-quickview-form__grid {
    grid-template-columns: 1fr;
  }

  .bf-quickview-gallery {
    height: auto;
    aspect-ratio: var(--bf-product-media-ratio);
  }

  .bf-quickview-gallery__main {
    width: 100%;
    height: 100%;
  }

  .bf-quickview-form__details {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .bf-quickview-overlay__panel {
    padding: 16px;
  }

  .bf-quickview-overlay__header {
    position: fixed;
  }

  .bf-quickview-gallery__arrow--previous {
    left: 12px;
  }

  .bf-quickview-gallery__arrow--next {
    right: 12px;
  }

  .bf-quickview-gallery__thumb {
    width: 60px;
    height: 80px;
  }

  .bf-quickview-form__title {
    font-size: 24px;
    line-height: 1.2;
  }

  .bf-quickview-form__actions {
    grid-template-columns: 1fr;
  }

  .bf-popup-offer__panel {
    width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-search-overlay,
  .bf-search-overlay__backdrop,
  .bf-search-overlay__panel {
    transition: none;
  }

  .bf-quickview-overlay,
  .bf-quickview-overlay__backdrop,
  .bf-quickview-overlay__panel,
  .bf-popup-offer,
  .bf-popup-offer__backdrop,
  .bf-popup-offer__panel {
    transition: none;
  }
}

.bf-header-sticky-placeholder {
  height: 0;
}

.bf-header-sticky-placeholder.is-flow-header.is-active {
  height: var(--bf-sticky-placeholder-height);
}

.bf-header.is-sticky {
  position: fixed !important;
  z-index: 55;
  top: calc(-1 * var(--bf-sticky-header-height)) !important;
  right: 0;
  left: 0;
  width: 100%;
  background: var(--bf-white) !important;
  color: var(--bf-heading) !important;
  transform: none;
  transition: top .3s var(--bf-ease), color .3s var(--bf-ease);
  will-change: top;
}

.bf-header.is-sticky.is-sticky-visible {
  top: 0 !important;
}

.bf-header.is-sticky-reset {
  transition: none !important;
}

.bf-header.is-sticky:before {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.bf-header.is-sticky .bf-nav {
  background: var(--bf-white) !important;
  color: var(--bf-heading) !important;
  border-color: rgba(216, 220, 227, .7);
}

.bf-header.is-sticky .bf-nav__link,
.bf-header.is-sticky .bf-nav__heading,
.bf-header.is-sticky .bf-icon-link,
.bf-header.is-sticky .bf-menu-toggle,
.bf-header.is-sticky .bf-cart #cart > button {
  color: var(--bf-heading) !important;
}

.bf-header.is-sticky .bf-logo img {
  filter: none !important;
}

.bf-header.is-sticky .bf-cart-icon {
  filter: invert(1) !important;
}

@media (max-width: 767px) {
  .bf-header__tools .bf-cart {
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    pointer-events: none;
  }

  .bf-header__tools .bf-cart #cart > button {
    display: none !important;
  }

  .bf-header__tools .bf-cart #cart.is-open .bf-mini-cart,
  .bf-header__tools .bf-cart #cart.is-open .bf-mini-cart-overlay {
    pointer-events: auto;
  }

}

@media (max-width: 989px) {
  .bf-header.is-sticky .bf-nav {
    background: transparent !important;
  }

  body.bf-header-stuck .bf-nav {
    top: var(--bf-header-nav-height) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-header.is-sticky,
  body.bobtex-fabric:has(#common-home) .bf-header:before,
  body.bobtex-fabric:has(:is(#product-category, #product-catalog > .bobtex-hero)) .bf-header:before,
  body.bobtex-fabric:has(.bobtex-hero--about) .bf-header:before,
  .bf-nav,
  .bf-nav__backdrop,
  .bf-nav__inner,
  .bf-nav__list,
  .bf-nav__mobile-panel,
  .bf-nav__collapse.collapsing {
    transition: none !important;
  }
}

body.bobtex-fabric:not(:has(.bf-announcement:not([hidden]):not(.is-closing))) .bf-header:not(.is-sticky) {
  top: 0 !important;
}

/* The homepage may be rendered without an active hero module. In that state
 * the transparent hero header must fall back to the regular light header. */
body.bobtex-fabric:has(#common-home):not(:has(.bf-fabric-home__section--hero, .bobtex-hero)) .bf-header {
  position: relative;
  top: 0 !important;
  background: var(--bf-white);
  color: var(--bf-heading);
}

body.bobtex-fabric:has(#common-home):not(:has(.bf-fabric-home__section--hero, .bobtex-hero)) .bf-header:before {
  display: none;
}

body.bobtex-fabric:has(#common-home):not(:has(.bf-fabric-home__section--hero, .bobtex-hero)) .bf-header .bf-logo,
body.bobtex-fabric:has(#common-home):not(:has(.bf-fabric-home__section--hero, .bobtex-hero)) .bf-header .bf-header__tools,
body.bobtex-fabric:has(#common-home):not(:has(.bf-fabric-home__section--hero, .bobtex-hero)) .bf-header .bf-header__tools a,
body.bobtex-fabric:has(#common-home):not(:has(.bf-fabric-home__section--hero, .bobtex-hero)) .bf-header .bf-icon-link,
body.bobtex-fabric:has(#common-home):not(:has(.bf-fabric-home__section--hero, .bobtex-hero)) .bf-header .bf-cart #cart > button {
  color: var(--bf-heading);
}

body.bobtex-fabric:has(#common-home):not(:has(.bf-fabric-home__section--hero, .bobtex-hero)) .bf-header .bf-logo img {
  filter: none;
}

@media (max-width: 989px) {
  body.bobtex-fabric:not(:has(.bf-announcement:not([hidden]):not(.is-closing))) .bf-nav {
    top: var(--bf-header-nav-height) !important;
  }
}

/* Non-home hero pages keep the header in the document flow. */
body.bobtex-fabric:not(:has(#common-home)):has(:is(.bf-catalog-hero, .bobtex-hero)) .bf-header {
  position: relative;
  top: 0;
  right: auto;
  left: auto;
  z-index: 30;
  background: var(--bf-white);
  color: var(--bf-heading);
}

body.bobtex-fabric:not(:has(#common-home)):has(:is(.bf-catalog-hero, .bobtex-hero)) .bf-header:before {
  opacity: 1;
  background: var(--bf-white);
}

body.bobtex-fabric:not(:has(#common-home)):has(:is(.bf-catalog-hero, .bobtex-hero)) .bf-logo img {
  filter: none;
}

body.bobtex-fabric:not(:has(#common-home)):has(:is(.bf-catalog-hero, .bobtex-hero)) .bf-header .bf-cart-icon {
  filter: invert(1);
}

body.bobtex-fabric:not(:has(#common-home)):has(:is(.bf-catalog-hero, .bobtex-hero)) .bf-icon-link,
body.bobtex-fabric:not(:has(#common-home)):has(:is(.bf-catalog-hero, .bobtex-hero)) .bf-menu-toggle,
body.bobtex-fabric:not(:has(#common-home)):has(:is(.bf-catalog-hero, .bobtex-hero)) .bf-cart #cart > button {
  background: var(--bf-white);
  color: var(--bf-heading);
}

body.bobtex-fabric:not(:has(#common-home)):has(:is(.bf-catalog-hero, .bobtex-hero)) .bf-nav {
  background: var(--bf-white);
  border-color: rgba(216, 220, 227, .7);
  color: var(--bf-heading);
}

body.bobtex-fabric:not(:has(#common-home)):has(:is(.bf-catalog-hero, .bobtex-hero)) .bf-nav__link,
body.bobtex-fabric:not(:has(#common-home)):has(:is(.bf-catalog-hero, .bobtex-hero)) .bf-nav__heading {
  color: currentColor;
}

/* Bobtex catalog filter controls */
.bf-filter-group--expanded .bf-filter-option--extra {
  display: flex;
}

.bf-filter-select {
  width: 100%;
  min-height: 42px;
  padding: 0 38px 0 12px;
  color: #111318;
  background-color: #fff;
  border: 1px solid #d9dde3;
  border-radius: 0;
  font: inherit;
}

.bf-filter-attribute-range {
  display: grid;
  gap: 12px;
}

.bf-filter-range-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
}

.bf-filter-range-field {
  display: grid;
  gap: 6px;
}

.bf-filter-range-field label,
.bf-filter-range-unit {
  color: #747b88;
  font-size: 13px;
  line-height: 1.35;
}

.bf-filter-range-field input[type="number"] {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  color: #111318;
  background: #fff;
  border: 1px solid #d9dde3;
  border-radius: 0;
  font: inherit;
}

.bf-filter-range-sliders {
  position: relative;
  min-height: 24px;
}

.bf-filter-range-sliders input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 24px;
  margin: 0;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.bf-filter-range-sliders input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  background: #d9dde3;
}

.bf-filter-range-sliders input[type="range"]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -7px;
  background: #111318;
  border: 0;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  -webkit-appearance: none;
}

.bf-filter-range-sliders input[type="range"]::-moz-range-track {
  height: 2px;
  background: #d9dde3;
}

.bf-filter-range-sliders input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #111318;
  border: 0;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .bf-catalog-sidebar,
  .bf-catalog-filter-backdrop {
    transition: none;
  }
}

/* Catalog landing: use the same hero/header composition as category pages. */
body.bobtex-fabric:has(#product-catalog > .bobtex-hero) #product-catalog {
  position: relative;
  margin-top: 0;
  padding-top: 0;
}

body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bobtex-hero {
  height: 400px;
  min-height: 400px;
  margin-bottom: 60px;
  overflow: hidden;
}

body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bobtex-hero .bf-hero-slider__media {
  height: 400px;
  min-height: 400px;
  aspect-ratio: auto;
}

body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bobtex-hero .swiper-slide:after {
  background: linear-gradient(rgba(21, 25, 30, .24), rgba(21, 25, 30, .24));
}

body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bobtex-hero .bf-hero-slider__content,
body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bobtex-hero .swiper-pagination {
  display: none;
}

body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bf-catalog-index__hero-content:has(+ .bobtex-hero) {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  width: min(var(--bf-container), calc(100% - var(--bf-container-padding) * 2));
  max-width: none;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  padding: 0 0 50px;
  color: var(--bf-white);
  transform: translateX(-50%);
  pointer-events: none;
}

body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index__hero-content > .bf-catalog-hero__breadcrumb {
  min-height: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  clip-path: none;
  color: var(--bf-white);
  font-size: 16px;
  line-height: 1.2;
  pointer-events: auto;
}

body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index__hero-content > .bf-catalog-hero__breadcrumb a {
  color: var(--bf-white);
}

body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index__hero-content > .bf-catalog-hero__breadcrumb a + a:before {
  margin-right: 8px;
  color: var(--bf-white);
  opacity: .8;
}

body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index__hero-content > .bf-document-content {
  max-width: 700px;
}

body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index__hero-content > .bf-document-content > h1 {
  margin: 12px 0 0;
  color: var(--bf-white);
  font-size: 40px;
  line-height: 1.2;
}

@media (min-width: 990px) {
  body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bobtex-hero,
  body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bobtex-hero .bf-hero-slider__media,
  body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bf-catalog-index__hero-content:has(+ .bobtex-hero) {
    height: 700px;
    min-height: 700px;
  }
}

@media (max-width: 767px) {
  body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bobtex-hero {
    height: 302px;
    min-height: 302px;
    margin-bottom: 24px;
  }

  body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bobtex-hero .bf-hero-slider__media {
    height: 302px;
    min-height: 302px;
  }

  body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bf-catalog-index__hero-content:has(+ .bobtex-hero) {
    width: calc(100% - 32px);
    height: 302px;
    min-height: 302px;
    padding-bottom: 16px;
  }

  body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index__hero-content > .bf-catalog-hero__breadcrumb {
    gap: 5px;
    font-size: 12px;
  }

  body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index__hero-content > .bf-catalog-hero__breadcrumb a + a:before {
    margin-right: 5px;
  }

  body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index__hero-content > .bf-document-content > h1 {
    margin-top: 4px;
    font-size: 32px;
  }

  body.bobtex-fabric:has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bobtex-hero .swiper-slide img {
    object-position: 75% center;
  }
}

/* Non-home catalog heroes use the compact half-height presentation. */
@media (min-width: 990px) {
  body.bobtex-fabric:not(:has(#common-home)):has(#product-category) .bf-catalog-hero {
    height: 350px;
    min-height: 350px;
  }

  body.bobtex-fabric:not(:has(#common-home)):has(.bf-catalog-hero):not(:has(#product-category)) .bf-catalog-hero {
    height: 200px;
    min-height: 200px;
  }

  body.bobtex-fabric:not(:has(#common-home)):has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bobtex-hero,
  body.bobtex-fabric:not(:has(#common-home)):has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bobtex-hero .bf-hero-slider__media,
body.bobtex-fabric:not(:has(#common-home)):has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bf-catalog-index__hero-content:has(+ .bobtex-hero) {
    height: 350px;
    min-height: 350px;
  }
}

@media (min-width: 768px) and (max-width: 989px) {
  body.bobtex-fabric:not(:has(#common-home)):has(.bf-catalog-hero) .bf-catalog-hero {
    height: 200px;
    min-height: 200px;
  }

  body.bobtex-fabric:not(:has(#common-home)):has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bobtex-hero,
  body.bobtex-fabric:not(:has(#common-home)):has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bobtex-hero .bf-hero-slider__media,
  body.bobtex-fabric:not(:has(#common-home)):has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bf-catalog-index__hero-content:has(+ .bobtex-hero) {
    height: 200px;
    min-height: 200px;
  }
}

@media (max-width: 767px) {
  body.bobtex-fabric:not(:has(#common-home)):has(.bf-catalog-hero) .bf-catalog-hero {
    height: 151px;
    min-height: 151px;
  }

  body.bobtex-fabric:not(:has(#common-home)):has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bobtex-hero,
  body.bobtex-fabric:not(:has(#common-home)):has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bobtex-hero .bf-hero-slider__media,
  body.bobtex-fabric:not(:has(#common-home)):has(#product-catalog > .bobtex-hero) .bf-catalog-index > .bf-catalog-index__hero-content:has(+ .bobtex-hero) {
    height: 151px;
    min-height: 151px;
  }
}

/* Breadcrumb module: a separate full-width strip between the header and page content. */
.bf-breadcrumb-module {
  width: 100%;
  margin-bottom: 1em;
  background: #f7f8fa;
  border-top: 1px solid #eef0f2;
  border-bottom: 1px solid #eef0f2;
  color: var(--bf-heading);
}

.bf-breadcrumb-module__inner {
  width: min(var(--bf-container), calc(100% - var(--bf-container-padding) * 2));
  max-width: none;
  min-height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 5px 0;
  color: inherit;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bf-breadcrumb-module__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #15191e;
  text-decoration: none;
}

.bf-breadcrumb-module__item:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .25s var(--bf-ease);
}

.bf-breadcrumb-module__separator {
  flex: 0 0 auto;
  margin-right: 10px;
  margin-left: 10px;
  color: #87909d;
  text-decoration: none;
}

.bf-breadcrumb-module__item:hover,
.bf-breadcrumb-module__item:focus-visible {
  color: #65758b;
  text-decoration: none;
}

.bf-breadcrumb-module__item:hover:after,
.bf-breadcrumb-module__item:focus-visible:after {
  transform: scaleX(1);
}

.bf-breadcrumb-module__item--current {
  color: #65758b;
}

@media (max-width: 767px) {
  .bf-breadcrumb-module__inner {
    min-height: 34px;
    padding: 7px 0;
    font-size: 13px;
    line-height: 20px;
  }

  .bf-breadcrumb-module__separator {
    margin-right: 7px;
    margin-left: 7px;
  }
}

/* Wishlist */
.bf-wishlist-page {
  padding-top: 0;
  padding-bottom: var(--bf-section-gap);
}

.bf-wishlist-page > .bf-breadcrumb {
  margin-bottom: 52px;
}

.bf-wishlist-page > .row {
  margin-right: 0;
  margin-left: 0;
}

.bf-wishlist-page > .row > [class*="col-"] {
  min-width: 0;
  padding-right: 0;
  padding-left: 0;
}

.bf-wishlist-page__header {
  margin-bottom: 28px;
}

.bf-wishlist-page__header h1 {
  margin: 0;
  font-size: 44px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.15;
}

.bf-wishlist-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px 26px;
  margin-bottom: 48px;
}

.bf-wishlist-card {
  transition: opacity .25s var(--bf-ease), transform .25s var(--bf-ease);
}

.bf-wishlist-card.is-removing {
  opacity: 0;
  transform: scale(.96);
  pointer-events: none;
}

.bf-wishlist-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 140;
  width: min(420px, calc(100vw - 32px));
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 30px 32px;
  border: 1px solid var(--bf-line);
  background: var(--bf-white);
  color: var(--bf-heading);
  font-size: 17px;
  font-weight: var(--bf-weight-medium);
  line-height: 1.45;
  text-align: center;
  box-shadow: 0 24px 64px rgba(21, 25, 30, .16);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -46%) scale(.97);
  transition: opacity .22s var(--bf-ease), transform .22s var(--bf-ease), visibility .22s var(--bf-ease);
  pointer-events: none;
}

.bf-wishlist-toast::before {
  content: "\2713";
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--bf-heading);
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}

.bf-wishlist-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.bf-wishlist-card .bf-product-card__media {
  margin-bottom: 14px;
}

.bf-wishlist-card .bf-product-card__media .bf-wishlist-card__remove {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bf-white);
  color: var(--bf-heading);
  box-shadow: 0 8px 24px rgba(21, 25, 30, .08);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .25s var(--bf-ease), transform .25s var(--bf-ease), background .25s var(--bf-ease), color .25s var(--bf-ease);
}

.bf-wishlist-card:hover .bf-wishlist-card__remove,
.bf-wishlist-card__remove:focus-visible {
  opacity: 1;
  transform: none;
}

.bf-wishlist-card__remove:hover,
.bf-wishlist-card__remove:focus-visible {
  background: var(--bf-heading);
  color: var(--bf-white);
}

.bf-wishlist-card__remove:focus-visible {
  outline: 2px solid var(--bf-heading);
  outline-offset: 2px;
}

.bf-wishlist-card__brand {
  margin-bottom: 7px;
  color: var(--bf-text);
  font-size: 14px;
  line-height: 1.35;
}

.bf-wishlist-card .bf-product-card__title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: var(--bf-weight-semibold);
  line-height: 1.3;
}

.bf-wishlist-card .bf-product-card__title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bf-wishlist-card .bf-product-card__price {
  gap: 10px;
  font-size: 17px;
}

.bf-wishlist-empty {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
}

.bf-wishlist-empty[hidden] {
  display: none !important;
}

.bf-wishlist-empty p {
  margin: 0;
  color: var(--bf-muted);
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .bf-wishlist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bf-wishlist-page > .bf-breadcrumb {
    margin-bottom: 32px;
  }

  .bf-wishlist-page__header {
    margin-bottom: 22px;
  }

  .bf-wishlist-page__header h1 {
    font-size: 32px;
  }

  .bf-wishlist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 12px;
  }

  .bf-wishlist-card .bf-product-card__media .bf-wishlist-card__remove {
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    opacity: 1;
    transform: none;
  }

  .bf-wishlist-card__brand {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .bf-wishlist-card .bf-product-card__title,
  .bf-wishlist-card .bf-product-card__price {
    font-size: 14px;
  }

  .bf-wishlist-empty {
    min-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [onclick*="wishlist.add"].is-wishlist-animating i {
    animation: none;
  }

  .bf-wishlist-fly {
    display: none;
  }

  .bf-header__wishlist.is-wishlist-receiving .bf-site-icon {
    animation: none;
  }

  [onclick*="wishlist.add"].is-wishlist-receiving i {
    animation: none;
  }

  .bf-wishlist-card__remove {
    transition: none;
  }

  .bf-wishlist-card,
  .bf-wishlist-toast,
  .bf-product-card__list-cart,
  .bf-product-card__list-quickview,
  .bf-catalog .bf-product-card__cart,
  .btn-buy,
  .btn-buy-now,
  .bf-breadcrumb-module__item:after {
    transition: none;
  }
}
