/** Shopify CDN: Minification failed

Line 1225:0 Expected "}" to go with "{"

**/

.custom-product-description
  .catalog-product-view
  .product-description.container
  .text-banner {
  max-width: 520px !important;
  margin: auto !important;
}
.custom-product-description .col-12 {
  flex: 0 0 auto !important;
  width: 100% !important;
}
.custom-product-description .section-text-box a {
  text-decoration: underline !important;
}
.custom-product-description .section-text-box {
  display: block !important;
}
.custom-product-description
  .product.info.detailed
  .content-item
  .product.attribute {
  max-width: 100% !important;
}
.custom-product-description .about-text-box p,
.custom-product-description .section-text-box p {
  font-size: 16px !important;
  color: #112146 !important;
  line-height: 26px !important;
}
.custom-product-description .section-text-box p {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}
.custom-product-description .section h3 {
  margin-bottom: 25px !important;
}
.custom-product-description .section-text-box h3 {
  font-family: Diagramm, sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px !important;
  line-height: 40px !important;
  text-transform: lowercase !important;
  color: #112146 !important;
}
.custom-product-description .about-box,
.custom-product-description .section-box {
  display: flex;
  align-items: center;
  position: relative;
}
.custom-product-description .with-overlay.right:before {
  right: 0;
  border-top-left-radius: 100px; /* Or 220px — choose your desired value */
  border-bottom-left-radius: 100px; /* Or 220px */
}
.custom-product-description .edge-image.right .about-img-box,
.custom-product-description .edge-image.right .section-img-box {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  left: 0;
}
.custom-product-description .container {
  --bs-gutter-x: 1.5rem !important;
  --bs-gutter-y: 0 !important;
  width: 100% !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  min-height: unset !important;
}
.custom-product-description .row {
  --bs-gutter-x: 1.5rem !important;
  --bs-gutter-y: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  margin-top: calc(-1 * var(--bs-gutter-y)) !important;
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
}
.custom-product-description .row > * {
  flex-shrink: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  margin-top: var(--bs-gutter-y) !important;
}
.custom-product-description .d-none {
  display: none !important !important;
}
.custom-product-description .edge-image {
  min-height: 680px !important;
  margin-bottom: 100px !important;
}
.custom-product-description .cms-about-us .edge-image {
  min-height: 900px !important;
}
.custom-product-description .edge-image .about-img-box,
.custom-product-description .edge-image .section-img-box {
  position: absolute !important;
  top: 0 !important;
  width: 50% !important;
  bottom: 0 !important;
  overflow: hidden !important;
}
.custom-product-description .cms-about-us .edge-image .about-img-box,
.custom-product-description .cms-about-us .edge-image .section-img-box {
  top: 100px !important;
  bottom: 100px !important;
}
.custom-product-description .edge-image.left .about-img-box,
.custom-product-description .edge-image.left .section-img-box {
  border-top-left-radius: 200px !important;
  border-bottom-left-radius: 200px !important;
  right: 0 !important;
}
.custom-product-description .edge-image.right .about-img-box,
.custom-product-description .edge-image.right .section-img-box {
  border-top-right-radius: 200px !important;
  border-bottom-right-radius: 200px !important;
  left: 0 !important;
}
.custom-product-description .edge-image .about-img-box img,
.custom-product-description .edge-image .section-img-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.custom-product-description .edge-image .section-img-box img.h-auto {
  height: auto !important;
}
.custom-product-description .about-img-box img,
.custom-product-description .section-img-box img {
  width: 100% !important;
}
.custom-product-description .about-text-box p,
.section-text-box p {
  font-size: 16px !important;
  color: #112146 !important;
  line-height: 26px !important;
}
.custom-product-description .with-overlay.big:before {
  width: 80% !important;
  max-height: 100% !important;
}
@media (min-width: 576px) {
  .custom-product-description .col-sm-12 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
  .custom-product-description .container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .custom-product-description .col-md-12 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
  .custom-product-description .container {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .custom-product-description
    .catalog-product-view
    .product-description.container
    .text-banner {
    padding: 1rem !important;
  }
  .custom-product-description .order-lg-1 {
    order: 1 !important;
  }
  .custom-product-description .offset-lg-1 {
    margin-left: 8.33333333% !important;
  }
  .custom-product-description .d-lg-block {
    display: block !important;
  }
  .custom-product-description .col-lg-4 {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
  }
  .custom-product-description .col-lg-5 {
    flex: 0 0 auto !important;
    width: 41.66666667% !important;
  }
  .custom-product-description .col-lg-6 {
    flex: 0 0 auto !important;
    width: 50% !important;
  }
  .custom-product-description .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .custom-product-description .container {
    max-width: 1140px !important;
  }
}

/* FIXED: Mobile styles that were causing tab clickability issues */
@media screen and (max-width: 990px) {
  /* Fixed: Added pointer-events: none to prevent these elements from blocking clicks */
  .custom-product-description .edge-image .about-img-box,
  .custom-product-description .edge-image .section-img-box {
    position: absolute !important;
    top: 0 !important;
    width: 50% !important;
    height: 100% !important;
    overflow: hidden !important;
    aspect-ratio: 1 / 1;
    min-height: 300px;
    pointer-events: none !important; /* FIXED: This prevents blocking clicks on tabs */
  }

  .custom-product-description .edge-image.right .section-img-box {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
    padding-right: 50px !important;
    margin-bottom: 50px !important;
  }
  .custom-product-description .edge-image.left .section-img-box {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
    padding-right: 50px !important;
    margin-bottom: 50px !important;
  }
  .custom-product-description .about-box,
  .custom-product-description .section-box {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .custom-product-description .with-overlay.big:before {
    width: 100% !important;
    top: 0 !important;
    pointer-events: none !important; /* FIXED: This prevents blocking clicks on tabs */
  }
  .custom-product-description .edge-image {
    min-height: 0 !important;
  }
  .custom-product-description .with-overlay.left.big:before {
    border-bottom-right-radius: 0 !important;
  }
  .custom-product-description .with-overlay.right.big:before {
    border-bottom-left-radius: 0 !important;
  }
  .custom-product-description .section {
    padding: 40px 0 !important;
    margin: 0 !important;
  }
  .custom-product-description .section > .container > .row > div {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .custom-product-description .edge-image .about-img-box img,
  .custom-product-description .edge-image .section-img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    will-change: transform, opacity;
    pointer-events: auto !important; /* FIXED: Allow clicks on images themselves */
  }
}

/* FIXED: Ensure tabs are always clickable */
.tab__holder {
  position: relative !important;
  z-index: 1000 !important; /* High z-index to stay above other elements */
  pointer-events: auto !important;
}

.tab--product {
  position: relative !important;
  z-index: 1001 !important; /* Even higher z-index for individual tabs */
  pointer-events: auto !important;
  cursor: pointer !important;
}

@media screen and (max-width: 768px) {
  .custom-product-description .about-box,
  .custom-product-description .section-box {
    margin: 60px 0 !important;
  }
}
.youtube-placeholder {
  position: relative;
  width: 100%;
  max-width: 765px;
  aspect-ratio: 16 / 9;
  background: #000;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  margin: 1.5rem 0;
}
.youtube-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.youtube-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  background: url('https://img.icons8.com/color/96/youtube-play.png') no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.filter__toggle:checked + div > .filter__checkbox--swatch {
  width: 100%;
  display: flex;
}

.filter__tag--swatch {
  width: 100%;
}

.filter__color--label-container {
  display: flex;
  align-items: center;
  flex: 1;
}

.filter__checkbox--swatch
  .filter__color--label-container
  span[data-filter-count] {
  font-size: 0.75em;
  padding: 0.15em 0.2em;
  background: var(--accentColor);
  color: var(--accentTextColor);
  margin-left: auto;
  text-align: center;
  min-width: 2em;
  border-radius: 0.25em;
}

.filter__checkbox--swatch .filter__tag--swatch svg {
  display: none;
}

.filter__checkbox--swatch input:checked + .filter__tag--swatch svg {
  display: block;
}

.swatch-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.hidden-swatch {
  display: none !important;
}
.show-more-swatches {
  height: 30px;
  width: 30px;
  display: inline-flex;
  cursor: pointer;
  margin: 0.25rem;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 1.25em;
  padding: 0.2rem 0.3rem;
  border: 2px solid transparent;
  background-color: var(--inputFill);
  color: var(--inputContent);
  transition: all 0.25s;
  border-radius: var(--borderRadiusSmall);
  font-size: 1rem;
}

.custom-product-feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  width: 55px;
  height: 55px;
}

.custom-collection-description .cc47-mb-4 {
  margin-bottom: 1rem;
}
.custom-collection-description .cc47-mb-6 {
  margin-bottom: 1.5rem;
}
.custom-collection-description .cc47-mt-8 {
  margin-top: 2rem;
}
.custom-collection-description .cc47-flex {
  display: flex;
}
.custom-collection-description .cc47-w-full {
  width: 100%;
}
.custom-collection-description .cc47-scale-\[1\.2\] {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.custom-collection-description .cc47-flex-col-reverse {
  flex-direction: column-reverse;
}
.custom-collection-description .cc47-flex-wrap {
  flex-wrap: wrap;
}
.custom-collection-description .cc47-overflow-hidden {
  overflow: hidden;
}
.cc47-rounded-r-\[50px\] {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.custom-collection-description .cc47-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.custom-collection-description .cc47-text-center {
  text-align: center;
}
.custom-collection-description .cc47-text-\[36px\] {
  font-size: 36px;
}
.custom-collection-description .cc47-lowercase {
  text-transform: lowercase;
}
.custom-collection-description .cc47-leading-10 {
  line-height: 2.5rem;
}
.custom-collection-description .cc47-leading-\[26px\] {
  line-height: 26px;
}
.custom-collection-description .cc47-leading-\[45px\] {
  line-height: 45px;
}
.custom-collection-description .cc47-text-\[\#112146\] {
  --tw-text-opacity: 1;
  color: rgb(17 33 70 / var(--tw-text-opacity));
}
.custom-collection-description .cc47-underline {
  text-decoration-line: underline;
}
@media (min-width: 768px) {
  .custom-collection-description .cc47-md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .custom-collection-description .cc47-md\:rounded-r-\[200px\] {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
  }
  .custom-collection-description .cc47-md\:text-\[50px\] {
    font-size: 50px;
  }
  .custom-collection-description .cc47-md\:leading-\[50px\] {
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .custom-collection-description .cc47-lg\:w-1\/2 {
    width: 50%;
  }
  .custom-collection-description .cc47-lg\:flex-row {
    flex-direction: row;
  }
  .custom-collection-description .cc47-lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .custom-collection-description .cc47-lg\:items-center {
    align-items: center;
  }
  .custom-collection-description .cc47-lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .custom-collection-description .cc47-lg\:pl-8 {
    padding-left: 2rem;
  }
  .custom-collection-description .cc47-lg\:pr-24 {
    padding-right: 6rem;
  }
  .custom-collection-description .cc47-lg\:text-left {
    text-align: left;
  }
  .custom-collection-description .cc47-lg\:text-\[30px\] {
    font-size: 30px;
  }
}

.shopify-policy__container {
  max-width:var(--maxwidth);margin-right:auto;margin-left:auto;width:100%;position:relative
}
.article__max-width {
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 0 1rem;
}
/* Make video embeds responsive */
.article__max-width iframe,
.article__max-width video,
.article__max-width embed {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  display: block;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.article_sidebar {
  display: block;
}

.recent_article_container {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.recent_article_container {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.recent_article_card {
  display: block;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s;
}

.recent_article_card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.recent_article_card__image img {
  width: 100%;
  height: auto;
  display: block;
}

.recent_article_card__content {
  padding: 1rem;
}

.recent_article_card__title {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  color: #112146;
}

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

.recent_article_card__title a:hover {
  text-decoration: underline;
}

.recent_article_card__date {
  font-size: 0.875rem;
  color: #999;
  margin-bottom: 0.75rem;
}

.recent_article_card__read-more {
  display: inline-block;
  font-weight: bold;
  font-size: 0.9rem;
  color: #004aad;
  text-decoration: none;
  margin-top: 0.5rem;
}

.recent_article_card__read-more:hover {
  text-decoration: underline;
}

.article_sidebar {
  max-width: 100%;
  overflow: hidden;
}

.recent_article_card {
  width: 100%;
  box-sizing: border-box;
}

.recent_article_card__image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .article_sidebar {
    display: none !important;
  }
}

/* ===== General Breadcrumb Wrapper ===== */
.breadcrumbs__wrapper {
  padding: 0.25rem 0 1rem;
  text-align: left;
  background: transparent !important;
  border: none !important;
}

/* ===== Reset Nav Appearance Globally ===== */
.breadcrumbs__wrapper nav.breadcrumb,
.breadcrumbs__wrapper nav.breadcrumbs--default,
.breadcrumbs__wrapper nav.inherit {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* ===== Collection Pages ===== */
body.template--collection .breadcrumbs__wrapper {
  padding-top: 0.5rem;
  margin-top: 0;
}

/* ===== Blog & Article Pages (Unified) ===== */
body.template--article .breadcrumbs__wrapper,
body.template--blog .breadcrumbs__wrapper {
  margin: 1rem 0 0.5rem;
  padding: 0 1rem !important;
}

/* ===== Product Pages ===== */
body.template--product .breadcrumbs__wrapper {
  padding-top: 0.5rem;
  margin-top: 0;
}
.blog__listing--ratio {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
  margin-bottom: 1em;
}

.blog__listing--ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.bcard__img-img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
}

.card__title {
  font-family: "Sofia Pro", sans-serif;
  font-weight: 400;
}
.collection__card--title {
  font-family: "Sofia Pro", sans-serif;
  font-weight: normal;
}
.article__content img {
  border-radius: 18px;
  overflow: hidden;
  display: block;
}

.article-featured-img {
  border-radius: 18px;
  display: block;
  overflow: hidden;
}
.card__title {
  font-family: 'Sofia Pro', sans-serif !important;
  font-weight: 400 !important;
  transition: none !important;
}
.article__main-wrapper {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer__copyright {
  padding-left: 20px;
}
.columns__column.hide {
  display: block !important;
}
.beanbags-cta__link {
  text-decoration: none;
}

.beanbags-cta__button {
  display: inline-block;
  background: linear-gradient(135deg, #f97316, #facc15);
  color: #111;
  padding: 1.25rem 2rem;
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.beanbags-cta__button:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 28px rgba(0,0,0,0.2);
}
.logolist__logo img {
  max-width: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.no-bean-container {
  position: absolute;
  z-index: 1; /* Very low, behind header, sticky ATC, mini cart, etc. */
}
#sticky-atc-bar .no-bean-container,
.drawer .no-bean-container,
.header .no-bean-container,
.mini-cart .no-bean-container,
#shopify-section-header .no-bean-container {
  display: none !important;
}
.section::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .section-box {
    display: flex;
    flex-direction: column;
  }
  .section-img-box,
  .section-text-box {
    width: 100%;
    margin: 0 auto;
  }
}
/* Mobile-specific layout fixes for product description sections */
@media screen and (max-width: 990px) {
  /* Allow normal interaction and fix layout */
  .custom-product-description .edge-image .about-img-box,
  .custom-product-description .edge-image .section-img-box {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    aspect-ratio: auto !important;
    min-height: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: auto !important;
    pointer-events: auto !important;
  }

  .custom-product-description .edge-image.right .section-img-box,
  .custom-product-description .edge-image.left .section-img-box {
    border-radius: 20px !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
  }

  .custom-product-description .about-box,
  .custom-product-description .section-box {
    display: block !important;
    flex-direction: column !important;
  }

  .custom-product-description .with-overlay.big:before {
    display: none !important;
  }

  .custom-product-description .edge-image {
    min-height: auto !important;
    margin-bottom: 40px !important;
    z-index: auto !important;
  }

  .custom-product-description .section {
    padding: 20px 0 !important;
    margin: 0 !important;
  }

  .custom-product-description .section > .container > .row > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .custom-product-description .edge-image .about-img-box img,
  .custom-product-description .edge-image .section-img-box img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  /* Ensure product tabs are interactive and above other content */
  .product-tabs__header {
    position: relative !important;
    z-index: 9999 !important;
    pointer-events: auto !important;
    background: #fff !important;
  }
}

/* Tablet & below refinements */
@media screen and (max-width: 767px) {
  .custom-product-description .about-box,
  .custom-product-description .section-box {
    margin: 30px 0 !important;
  }

  .custom-product-description .section-img-box,
  .custom-product-description .section-text-box {
    width: 100% !important;
    margin: 0 auto 20px auto !important;
  }

  .section-box {
    display: flex !important;
    flex-direction: column !important;
  }

  .section-img-box,
  .section-text-box {
    width: 100% !important;
    margin: 0 auto !important;
  }
}
/* Force product tabs to be visible and interactive */
.tab__holder, .tab--product {
  position: relative !important;
  z-index: 9999 !important;
  pointer-events: auto !important;
}
.custom-product-description .edge-image .about-img-box,
.custom-product-description .edge-image .section-img-box {
  pointer-events: none !important;
}
/* Set consistent height & ratio on Swiper collection cards */
.collection__card--default .card__img--ratio {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 aspect ratio */
  overflow: hidden;
}

.collection__card--default .card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.collection__card--default .card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.swiper-wrapper {
  display: flex;
}

.swiper-slide.card--holder {
  flex-shrink: 0;
  width: 100%;
  max-width: none;
}

@media (min-width: 481px) {
  .swiper-slide.card--holder {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .swiper-slide.card--holder {
    width: 33.3333%;
  }
}

@media (min-width: 1025px) {
  .swiper-slide.card--holder {
    width: 25%;
  }
}
/* ========= Heading Scale: Outdoor Bean Bags (and similar pages) ========= */
/* Scoped so it won’t affect the whole site unless you want it to */
.custom-product-description :is(h1,h2,h3,h4,h5,h6) {
  margin-top: 0.6em;
  margin-bottom: 0.4em;
  line-height: 1.2;
  letter-spacing: 0;
}

/* Mobile-first sizes with responsive clamp; desktop bumps automatically */
.custom-product-description h1 {
  font-weight: 800;
  font-size: clamp(2rem, 2.2vw + 1.6rem, 3rem);
  line-height: 1.15;
}

.custom-product-description h2 {
  font-weight: 700;
  font-size: clamp(1.75rem, 1.6vw + 1.2rem, 2.375rem); /* clearly larger than h3 */
  line-height: 1.2;
}

.custom-product-description h3 {
  font-weight: 650; /* slightly lighter than h2 for hierarchy */
  font-size: clamp(1.375rem, 1.0vw + 1.0rem, 1.75rem);
  line-height: 1.25;
}

.custom-product-description h4 {
  font-weight: 600;
  font-size: clamp(1.125rem, 0.7vw + 0.95rem, 1.375rem);
  line-height: 1.3;
}

.custom-product-description h5 {
  font-weight: 600;
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.125rem);
  line-height: 1.35;
}

.custom-product-description h6 {
  font-weight: 600;
  font-size: clamp(0.9375rem, 0.4vw + 0.875rem, 1rem);
  line-height: 1.4;
}

/* Make links inside headings inherit weight/size and remove underlines by default */
.custom-product-description :is(h1,h2,h3,h4,h5,h6) a {
  text-decoration: none;
  font: inherit;
}
.custom-product-description :is(h1,h2,h3,h4,h5,h6) a:hover {
  text-decoration: underline;
}

/* Optional: tighten section heading spacing in the right/left blocks */
.custom-product-description .section-text-box h2:first-child {
  margin-top: 0; /* headings at top of block shouldn’t have extra space */
}

/* ===========================
   Header hardening (desktop)
   =========================== */
.page__header,
.page__header--desktop {
  width: 100%;
}

.page__header--width {
  /* Treat as a container */
  max-width: 1320px;              /* adjust if your theme uses a different cap */
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .page__header--desktop .page__header--width {
    display: flex;
    align-items: center;
    justify-content: space-between;   /* prevents left-lean on wide screens */
    gap: 16px;
    flex-wrap: nowrap;
  }

  /* Top row: logo + utilities */
  .page__header--desktop .header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  /* Prevent odd widths at ultra-wide sizes */
  .page__header--desktop .header__logo {
    flex: 0 0 auto;
  }
  .page__header--desktop .header__utility {
    flex: 0 0 auto;
    margin-left: auto;                /* keep utilities pinned right */
  }

  /* Main nav fills remaining space */
  .page__header--desktop .main__navigation {
    flex: 1 1 auto;
    min-width: 0;                     /* avoid overflow with long menus */
  }
}


/* Box breadcrumbs to match page width */
.breadcrumbs__wrapper,
nav.breadcrumbs,
nav[aria-label*="breadcrumb" i],
.bb-breadcrumbs {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
@media (min-width: 576px)  { 
  .breadcrumbs__wrapper,
  nav.breadcrumbs,
  nav[aria-label*="breadcrumb" i],
  .bb-breadcrumbs { max-width: 540px; } 
}
@media (min-width: 768px)  { 
  .breadcrumbs__wrapper,
  nav.breadcrumbs,
  nav[aria-label*="breadcrumb" i],
  .bb-breadcrumbs { max-width: 720px; } 
}
@media (min-width: 992px)  { 
  .breadcrumbs__wrapper,
  nav.breadcrumbs,
  nav[aria-label*="breadcrumb" i],
  .bb-breadcrumbs { max-width: 960px; } 
}
@media (min-width: 1200px) { 
  .breadcrumbs__wrapper,
  nav.breadcrumbs,
  nav[aria-label*="breadcrumb" i],
  .bb-breadcrumbs { max-width: 1140px; } 
}
@media (min-width: 1400px) { 
  .breadcrumbs__wrapper,
  nav.breadcrumbs,
  nav[aria-label*="breadcrumb" i],
  .bb-breadcrumbs { max-width: 1320px; } 
}
/* ===== Blog & Article Breadcrumbs — BOXED & CLAMPED ===== */

/* 1) Box the wrapper itself (use your page widths) */
body.template--blog .breadcrumbs__wrapper,
body.template--article .breadcrumbs__wrapper {
  width: 100%;
  margin: 1rem auto 0.5rem;       /* center horizontally */
  padding-left: 15px !important;
  padding-right: 15px !important;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 576px)  {
  body.template--blog .breadcrumbs__wrapper,
  body.template--article .breadcrumbs__wrapper { max-width: 540px; }
}
@media (min-width: 768px)  {
  body.template--blog .breadcrumbs__wrapper,
  body.template--article .breadcrumbs__wrapper { max-width: 720px; }
}
@media (min-width: 992px)  {
  body.template--blog .breadcrumbs__wrapper,
  body.template--article .breadcrumbs__wrapper { max-width: 960px; }
}
@media (min-width: 1200px) {
  body.template--blog .breadcrumbs__wrapper,
  body.template--article .breadcrumbs__wrapper { max-width: 1140px; }
}
@media (min-width: 1400px) {
  body.template--blog .breadcrumbs__wrapper,
  body.template--article .breadcrumbs__wrapper { max-width: 1320px; }
}

/* 2) Clamp anything *inside* the wrapper that tries to go full-bleed */
body.template--blog .breadcrumbs__wrapper .container,
body.template--blog .breadcrumbs__wrapper .container-fluid,
body.template--article .breadcrumbs__wrapper .container,
body.template--article .breadcrumbs__wrapper .container-fluid {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* 3) Neutralise Bootstrap row gutters inside breadcrumbs */
body.template--blog .breadcrumbs__wrapper .row,
body.template--article .breadcrumbs__wrapper .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.template--blog .breadcrumbs__wrapper [class*="col-"],
body.template--article .breadcrumbs__wrapper [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Override header padding to flush the logo left */
.page__header--width {
  padding-left: 0 !important;  /* Remove left padding entirely */
  padding-right: 0 !important;  /* Remove right padding for full flush, adjust if needed */
}

/* Ensure logo itself has no extra spacing */
.page__header--desktop .header__logo {
  margin-left: 0 !important;
  padding-left: 0 !important;
  justify-content: flex-start !important;  /* Align to left if it's a flex container */
}

/* For wide desktops: Reinforce no left gap */
@media (min-width: 992px) {
  .page__header--desktop .page__header--width {
    padding-left: 0 !important;
    justify-content: flex-start !important;  /* Push contents left within the container */
    margin-left: 0 !important;  /* Remove centering to allow flush left */
    width: 100% !important;
    max-width: none !important;
  }

  .page__header--desktop .header__logo {
    flex: 0 0 auto;  /* Prevent it from shrinking or adding space */
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
.page__header--desktop .header__logo img {
  margin-left: 0 !important;
  padding-left: 0 !important;
  object-position: left center !important;  /* Re-apply your suggestion, but now with overrides */
}
/* Prevent nav from wrapping to two lines by forcing mobile hamburger earlier */

/* Hide desktop navigation at intermediate sizes to avoid wrapping */
@media (max-width: 991px) {  /* Adjust this breakpoint if the wrapping happens at wider screens, e.g., 1199px */
  .page__header--desktop .main__navigation {
    display: none !important;  /* Hide full desktop menu */
  }

  /* Force mobile hamburger to appear */
  .page__header--mobile,  /* Or your mobile nav class, e.g., .header__hamburger or .mobile-menu-toggle */
  .hamburger-menu {  /* Common class for hamburger icon */
    display: block !important;  /* Show hamburger earlier */
  }

  /* Ensure the header container doesn't try to flex or space out items awkwardly */
  .page__header--width {
    justify-content: space-between !important;  /* Keep logo left, hamburger right */
    flex-wrap: nowrap !important;  /* Prevent any wrapping */
  }

  /* If your nav has submenus or dropdowns, hide them too */
  .main__navigation .dropdown-menu,
  .main__navigation ul {
    display: none !important;
  }
}

/* Reinforce desktop nav visibility only on true desktops */
@media (min-width: 992px) {
  .page__header--desktop .main__navigation {
    display: flex !important;  /* Show full menu on wide screens */
  }

  .page__header--mobile,
  .hamburger-menu {
    display: none !important;  /* Hide hamburger on desktops */
  }
}











