/** Shopify CDN: Minification failed

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

**/
/* =========================================================
   BOOST COLLECTION OVERRIDES
   Living By Design / Impulse-style tiles
   ========================================================= */

/* =========================================
   TILE LAYOUT
   ========================================= */

.boost-sd__product-item-grid-view-layout {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.boost-sd__product-item-grid-view-layout-image {
  flex: 0 0 auto !important;
}

.boost-sd__product-info-wrapper {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  border: none !important;
  box-shadow: none !important;
  border-top: 0 !important;
}

.boost-sd__product-info {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  width: 100% !important;
  padding: 18px 18px 20px 18px !important;
  border: none !important;
  box-shadow: none !important;
}

.boost-sd__product-link {
  display: block !important;
  margin-bottom: 0 !important;
}

.boost-sd__product-image-wrapper {
  margin-bottom: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

/* =========================================
   TILE BOX
   ========================================= */

.boost-sd__product-item,
.boost-sd__product-item-grid-view-layout,
.boost-sd__product-item-grid-view-layout > div:first-child {
  background: #ffffff !important;
  box-shadow: inset 0 0 0 1px #e6e3de !important;
  border: none !important;
}

/* =========================================
   TITLE
   ========================================= */

.boost-sd__product-title,
.boost-sd__product-info .boost-sd__product-title,
.boost-sd__product-link .boost-sd__product-title {
  display: block !important;
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.7px !important;
  line-height: 21px !important;
  text-transform: uppercase !important;
  color: #707070 !important;
  height: 63px !important;
  min-height: 63px !important;
  max-height: 63px !important;
  overflow: hidden !important;
  margin-bottom: 6px !important;
}

/* =========================================
   META / PRICE / STOCK AREA
   ========================================= */

.boost-sd__product-meta {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  margin-top: auto !important;
  min-height: 60px !important;
}

/* =========================================
   STOCK
   ========================================= */

.boost-sd__inventory-status {
  display: inline-block !important;
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.7px !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
  color: #8c8c8c !important;
  opacity: 1 !important;
  white-space: nowrap !important;
}

.boost-sd__product-inventory-row,
.boost-sd__product-inventory-row--empty {
  min-height: 18px !important;
  line-height: 18px !important;
  text-align: right !important;
  margin-top: 4px !important;
  margin-bottom: 6px !important;
}

.boost-sd__inventory-status--empty {
  visibility: hidden !important;
}

.boost-sd__product-inventory-inline {
  justify-self: end !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

/* =========================================
   PRICE LAYOUT
   ========================================= */

.boost-sd__product-price,
.boost-sd__price-only-row,
.boost-sd__price-stock-row {
  min-height: 24px !important;
}

.boost-sd__product-price {
  margin-top: 0 !important;
}

/* default price row */
.boost-sd__product-price-row {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  width: 100% !important;
  gap: 8px !important;
  white-space: nowrap !important;
}

.boost-sd__product-price-current,
.boost-sd__product-price-compare {
  display: inline-block !important;
  vertical-align: baseline !important;
}

.boost-sd__product-price-current {
  text-align: left !important;
}

.boost-sd__product-price-compare {
  text-align: left !important;
  margin-left: 0 !important;
}

/* non-sale items: price left, stock right */
.boost-sd__price-stock-row {
  display: grid !important;
  grid-template-columns: max-content 1fr max-content !important;
  align-items: baseline !important;
  column-gap: 16px !important;
  width: 100% !important;
}

.boost-sd__price-stock-row > .boost-sd__product-price {
  grid-column: 1 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

.boost-sd__price-stock-row > .boost-sd__product-price .boost-sd__product-price-row {
  display: block !important;
  width: auto !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  white-space: nowrap !important;
}

.boost-sd__price-stock-row > .boost-sd__product-price .boost-sd__product-price-current,
.boost-sd__price-stock-row > .boost-sd__product-price .boost-sd__product-price-compare {
  display: inline !important;
}

.boost-sd__price-stock-row > .boost-sd__product-price .boost-sd__product-price-compare {
  margin-left: 10px !important;
}

.boost-sd__price-stock-row > .boost-sd__product-inventory-inline {
  grid-column: 3 !important;
  justify-self: end !important;
  white-space: nowrap !important;
}

/* sold out items */
.boost-sd__price-only-row > .boost-sd__product-price {
  margin: 0 !important;
  min-height: 0 !important;
}

.boost-sd__price-only-row > .boost-sd__product-price .boost-sd__product-price-row {
  display: block !important;
  width: auto !important;
  justify-content: flex-start !important;
}

/* =========================================
   PRICE TYPOGRAPHY
   ========================================= */

.boost-sd__product-price-current .boost-sd__format-currency,
.boost-sd__product-price--sale .boost-sd__format-currency,
.boost-sd__product-price--default .boost-sd__format-currency {
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  line-height: 22.4px !important;
  color: #ADAAA5 !important;
  text-transform: uppercase !important;
}

.boost-sd__product-price-compare .boost-sd__format-currency,
.boost-sd__product-price--compare .boost-sd__format-currency {
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  line-height: 22px !important;
  color: #7A7A7A !important;
  text-transform: uppercase !important;
  text-decoration: line-through !important;
  opacity: 1 !important;
}

.boost-price-from {
  color: #9a9a9a !important;
  font-weight: 400 !important;
  margin-right: 4px !important;
}

/* =========================================
   LABELS
   ========================================= */

.boost-sd__product-label {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  left: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  z-index: 5 !important;
}

.boost-sd__product-image-column--right,
.boost-sd__product-image-column--in-top.boost-sd__product-image-column--right {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 6px !important;
}

.boost-sd__product-label-text {
  display: inline-block !important;
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  padding: 9px 14px !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}

/* grey labels */
.boost-sd__product-label--custom-label-by-tag .boost-sd__product-label-text,
.boost-sd__product-label--soldout .boost-sd__product-label-text {
  background-color: #b3b3b3 !important;
  color: #ffffff !important;
}

/* sale label */
.boost-sd__product-label--sale .boost-sd__product-label-text {
  background-color: #df4b5b !important;
  color: #ffffff !important;
}

/* =========================================
   SEARCH BAR
   ========================================= */

.boost-sd__in-collection-search-input {
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.4px !important;
  color: #707070 !important;
  height: 56px !important;
  padding: 0 56px 0 20px !important;
  border: 1px solid #e6e3de !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

.boost-sd__in-collection-search-input::placeholder {
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.4px !important;
  color: #8f8a84 !important;
  opacity: 1 !important;
}

/* =========================================
   SORT DROPDOWN
   ========================================= */

.boost-sd__sorting select {
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
  color: #707070 !important;
  height: 56px !important;
  padding: 0 44px 0 16px !important;
  border: 1px solid #e6e3de !important;
  background: #ffffff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  appearance: none !important;
}

.boost-sd__sorting-label {
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
  color: #707070 !important;
  margin-right: 12px !important;
}

/* =========================================
   SMALL CLEANUPS
   ========================================= */

.boost-sd__product-vendor {
  margin-bottom: 8px !important;
}

/* reduce vertical gap between tiles */
.boost-sd__product-list,
.boost-sd__product-grid {
  row-gap: 12px !important;
}
.boost-sd__product-item {
  margin-bottom: 12px !important;
}

/* =========================================
   SORT BUTTON — DESKTOP + MOBILE
   ========================================= */

.boost-sd__toolbar .boost-sd__sorting-button,
.boost-sd__sorting-button {
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
  color: #707070 !important;
  min-width: 180px !important;
  height: 48px !important;
  padding: 0 8px !important;
  border: 1px solid #e6e3de !important;
  background: #ffffff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
}

.boost-sd__sorting-value {
  font-size: 16px !important;
  text-transform: uppercase !important;
}

/* Yotpo stars only */
.boost-sd__product-rating .text-m {
  display: none !important;
}

.boost-sd__product-rating .yotpo-bottomline-text {
  display: inline !important;
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 12px !important;
  color: #8a8a8a !important;
  letter-spacing: 0.5px !important;
}

.boost-sd__product-rating a {
  display: inline !important;
}

.boost-sd__product-rating .yotpo-icon {
  color: #8a8a8a !important;
  font-size: 13px !important;
  line-height: 16px !important;
}

.boost-sd__product-rating,
.boost-sd__product-rating .yotpo,
.boost-sd__product-rating .yotpo.bottomLine,
.boost-sd__product-rating .standalone-bottomline {
  min-height: 16px !important;
  line-height: 16px !important;
  margin: 2px 0 8px 0 !important;
}
.boost-sd__product-price-compare .boost-sd__format-currency,
.boost-sd__product-price--compare .boost-sd__format-currency {
  font-size: 16px !important;
}
/* tighten non-sale / from-price row */
.boost-sd__price-stock-row {
  grid-template-columns: minmax(0, 1fr) auto !important;
  column-gap: 10px !important;
}

.boost-sd__price-stock-row > .boost-sd__product-price {
  grid-column: 1 !important;
  min-width: 0 !important;
}

.boost-sd__price-stock-row > .boost-sd__product-inventory-inline {
  grid-column: 2 !important;
  justify-self: end !important;
}

.boost-sd__price-stock-row > .boost-sd__product-price .boost-sd__product-price-row {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  min-width: 0 !important;
}

.boost-sd__price-stock-row > .boost-sd__product-price .boost-sd__product-price-current,
.boost-sd__price-stock-row > .boost-sd__product-price .boost-sd__product-price-compare {
  white-space: nowrap !important;
}
/* reserve a rating row on every product card */
.boost-sd__product-rating {
  display: block !important;
  min-height: 18px !important;
  height: 18px !important;
  max-height: 18px !important;
  line-height: 18px !important;
  margin: 4px 0 8px 0 !important;
  overflow: hidden !important;
}

video.boost-sd__product-image-img--main {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 749px) {
  .boost-sd__price-stock-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: baseline !important;
  }

  .boost-sd__price-stock-row > .boost-sd__product-inventory-inline {
    justify-self: end !important;
  }
  .boost-sd__product-inventory-inline .boost-sd__inventory-status {
    white-space: nowrap !important;
  }
}
video.boost-sd__product-image-img--main {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* FIX: Ensure ratings show on mobile (including sale items) */
@media screen and (max-width: 749px) {
  .boost-sd__product-rating,
  .boost-sd__product-info .boost-sd__product-rating {
    display: block !important;
    min-height: 18px !important;
    height: 18px !important;
    max-height: 18px !important;
    line-height: 18px !important;
    margin: 4px 0 8px 0 !important;
    overflow: visible !important;
    visibility: visible !important;
  }

  .boost-sd__product-rating .yotpo,
  .boost-sd__product-rating .yotpo.bottomLine,
  .boost-sd__product-rating .standalone-bottomline {
    display: block !important;
    min-height: 18px !important;
    line-height: 18px !important;
    visibility: visible !important;
  }
}
/* FIX: align product content properly on mobile */
@media screen and (max-width: 749px) {

  .boost-sd__product-info {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .boost-sd__product-title {
    margin-left: 0 !important;
    text-align: left !important;
  }

}
/* FILTER TITLES MATCH PRODUCT TITLES */
.boost-sd__filter-option-title {
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;
  color: #707070 !important;
}
/* FILTER HEADINGS */
.boost-sd__filter-option-title {
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

/* FILTER OPTIONS */
.boost-sd__filter-option-item,
.boost-sd__filter-option-item label,
.boost-sd__filter-option-item span {
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  color: #707070 !important;
}
/* =========================
   TOP TOOLBAR
========================= */

.lbd-toolbar-layout {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: center !important;
  width: 100% !important;
  margin-bottom: 28px !important;
  padding: 0 !important;
}

.lbd-toolbar-layout .boost-sd__toolbar-item--product-count {
  grid-column: 1 !important;
  justify-self: start !important;
}

.lbd-toolbar-layout .boost-sd__toolbar-item--show-limit-list {
  grid-column: 2 / 4 !important;
  justify-self: center !important;
}

.lbd-toolbar-layout .boost-sd__toolbar-item--sorting {
  grid-column: 4 !important;
  justify-self: end !important;
}

.lbd-toolbar-layout,
.lbd-toolbar-layout * {
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;
  color: #707070 !important;
  white-space: nowrap !important;
}

.lbd-toolbar-layout .boost-sd__sorting-button {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  min-width: auto !important;
  width: auto !important;
}
/* Force SORT BY font */
.lbd-toolbar-layout .boost-sd__sorting-button,
.lbd-toolbar-layout .boost-sd__sorting-button *,
.lbd-toolbar-layout .boost-sd__sorting-label,
.lbd-toolbar-layout .boost-sd__sorting-value {
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;
  color: #707070 !important;
}
/* 2 TILE PRODUCT VIEW */
@media screen and (min-width: 990px) {

  .boost-sd__product-list,
  .boost-sd__product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 20px !important;
    row-gap: 28px !important;
  }

  .boost-sd__product-item,
  .boost-sd__product-item-grid-view-layout {
    width: 100% !important;
    max-width: 100% !important;
  }

  .boost-sd__product-image-wrapper,
  .boost-sd__product-image {
    width: 100% !important;
  }

  .boost-sd__product-info {
    padding: 14px 16px 18px !important;
  }

  .boost-sd__product-title,
  .boost-sd__product-info .boost-sd__product-title,
  .boost-sd__product-link .boost-sd__product-title {
    font-size: 14px !important;
    line-height: 20px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    height: 44px !important;
  }
}
/* FORCE CURRENT BOOST GRID TO 2 COLUMNS */
@media screen and (min-width: 990px) {
  .boost-sd__product-list.boost-sd__product-list--margin,
  .boost-sd__right .boost-sd__product-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px !important;
  }

  .boost-sd__product-list.boost-sd__product-list--margin > .boost-sd__product-item,
  .boost-sd__right .boost-sd__product-list > .boost-sd__product-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }
}
/* PREMIUM 2 TILE PRODUCT CARD */

.boost-sd__product-info {
  padding: 10px 6px 6px !important;
}

/* TITLE */
.boost-sd__product-title,
.boost-sd__product-link .boost-sd__product-title {
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;

  margin-bottom: 10px !important;

  min-height: auto !important;
  max-height: none !important;
  height: auto !important;
}

/* PRICE + STOCK ROW */
.boost-sd__product-price {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;

  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* PRICE */
.boost-sd__product-price,
.boost-sd__product-price * {
  font-size: 15px !important;
  line-height: 1.2 !important;
}

/* COMPARE PRICE */
.boost-sd__compare-price {
  opacity: 0.55 !important;
}

/* STOCK TEXT */
.boost-sd__product-stock {
  font-size: 12px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
/* TIGHTEN 2 TILE PRODUCT INFO */
@media screen and (min-width: 990px) {

  .boost-sd__product-info {
    height: auto !important;
    min-height: 0 !important;
    padding: 14px 12px 12px !important;
  }

  .boost-sd__product-meta {
    margin-top: 8px !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .boost-sd__product-title,
  .boost-sd__product-info .boost-sd__product-title,
  .boost-sd__product-link .boost-sd__product-title {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-bottom: 6px !important;
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .boost-sd__product-price,
  .boost-sd__price-stock-row {
    margin-top: 0 !important;
    min-height: 0 !important;
  }
}
/* FINAL 2 TILE CARD SPACING FIX */
@media screen and (min-width: 990px) {

  .boost-sd__product-info-wrapper {
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .boost-sd__product-info {
    padding: 14px 14px 12px !important;
  }

  .boost-sd__product-title,
  .boost-sd__product-info .boost-sd__product-title,
  .boost-sd__product-link .boost-sd__product-title {

    font-size: 15px !important;
    line-height: 21px !important;

    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;

    overflow: hidden !important;

    margin-bottom: 8px !important;
  }

  .boost-sd__product-meta {
    margin-top: 0 !important;
    min-height: auto !important;
    height: auto !important;
  }

  .boost-sd__price-stock-row,
  .boost-sd__product-price {
    margin-top: 0 !important;
    min-height: 20px !important;
  }

}
/* BOOST COLLECTION - CONTROLLED WIDTH */
@media screen and (min-width: 990px) {
  body.template-collection .page-width {
    max-width: 96vw !important;
    width: 96vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  body.template-collection .boost-sd-layout {
    width: 100% !important;
    max-width: 1800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 28px !important;
  }
}

/* ALIGN FILTER TREE WITH PRODUCT IMAGE TOP */
@media screen and (min-width: 990px) {
  body.template-collection .boost-sd-left {
    padding-top: 100px !important;
  }
}
/* MOVE PRODUCTS UP TO ALIGN WITH FILTER */
@media screen and (min-width: 990px) {
  body.template-collection .boost-sd__toolbar-container {
    margin-bottom: 12px !important;
  }

  body.template-collection .boost-sd__product-list {
    margin-top: -12px !important;
  }
}
/* CLEAN COLLECTION LAYOUT */
@media screen and (min-width: 990px) {

  body.template-collection .boost-sd-layout {
    width: 96vw !important;
    max-width: 1800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 28px !important;
  }

  body.template-collection .boost-sd-left {
    width: 220px !important;
    min-width: 220px !important;
  }

  body.template-collection .boost-sd-right,
  body.template-collection .boost-sd__right {
    flex: 1 1 auto !important;
    width: auto !important;
  }

  body.template-collection .boost-sd__toolbar-container {
    margin-bottom: 0px !important;
  }

  body.template-collection .boost-sd__product-list {
    gap: 28px !important;
  }
}
/* WIDEN COLLECTION PAGE */
@media screen and (min-width: 990px) {

  body.template-collection .page-width {
    max-width: 94vw !important;
    width: 94vw !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  body.template-collection .boost-sd-layout {
   width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 28px !important;
  }

}
/* SORT BY - ABOVE TILES, RIGHT ALIGNED */
@media screen and (min-width: 990px) {
  body.template-collection .boost-sd__toolbar-container,
  body.template-collection .boost-sd__toolbar-inner,
  body.template-collection .boost-sd__toolbar-content,
  body.template-collection .lbd-toolbar-layout {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
  }

  body.template-collection .boost-sd__toolbar-item--sorting {
    width: auto !important;
    margin-left: auto !important;
  }

  body.template-collection .boost-sd__sorting-button {
    position: static !important;
    transform: none !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    padding: 0 !important;
    justify-content: space-between !important;
  }
}
/* TIGHTEN SORT BY BUTTON */
@media screen and (min-width: 990px) {
  body.template-collection .boost-sd__sorting-button {
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
    gap: 8px !important;
    justify-content: center !important;
  }

  body.template-collection .boost-sd__sorting-value {
    margin-left: 8px !important;
  }
}
/* PULL TILES UP WITHOUT MOVING FILTER TREE */
@media screen and (min-width: 990px) {
  body.template-collection .boost-sd__product-list {
    margin-top: -16px !important;
  }
}
/* FINAL WIDTH OVERRIDE */
@media screen and (min-width: 990px) {
  body.template-collection .page-width {
    max-width: 94vw !important;
    width: 94vw !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.template-collection .boost-sd-layout {
    width: 100% !important;
    max-width: 1700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 28px !important;
  }
}
/* FINAL SORT BY */
@media screen and (min-width: 990px) {

  body.template-collection .boost-sd__toolbar-container,
  body.template-collection .boost-sd__toolbar-content,
  body.template-collection .lbd-toolbar-layout {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
  }

  body.template-collection .boost-sd__toolbar-item--sorting {
    width: auto !important;
    margin-left: auto !important;
  }

  body.template-collection .boost-sd__sorting-button {
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;

    justify-content: center !important;
    gap: 8px !important;
  }

  body.template-collection .boost-sd__sorting-value {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
/* ALIGN TILES WITH FILTER TREE */
@media screen and (min-width: 990px) {
  body.template-collection .boost-sd__product-list {
    margin-top: -10px !important;
  }
}
/* PRODUCT CARD SPACING CLEANUP */
body.template-collection .boost-sd__product-info {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

body.template-collection .boost-sd__product-title {
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}

body.template-collection .boost-sd__product-rating {
  margin-bottom: 12px !important;
}

body.template-collection .boost-sd__product-price {
  margin-top: 0 !important;
}

body.template-collection .boost-sd__product-stock {
  margin-bottom: 8px !important;
}
/* ===== FINAL COLLECTION LAYOUT OVERRIDES ===== */

@media screen and (min-width: 990px) {

  /* PAGE WIDTH */
  body.template-collection .page-width {
    max-width: 94vw !important;
    width: 94vw !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* MAIN BOOST LAYOUT */
  body.template-collection .boost-sd-layout {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 28px !important;
  }

  /* FILTER COLUMN */
  body.template-collection .boost-sd-left,
  body.template-collection .boost-sd__left {
    width: 220px !important;
    min-width: 220px !important;
    padding-top: 72px !important;
  }

  /* PRODUCT COLUMN */
  body.template-collection .boost-sd-right,
  body.template-collection .boost-sd__right {
    flex: 1 1 auto !important;
    width: auto !important;
  }

  /* PRODUCT GRID */
  body.template-collection .boost-sd__product-list {
    gap: 28px !important;
    margin-top: -8px !important;
  }

  /* CONTROL HUGE IMAGES */
  body.template-collection .boost-sd__product-image-wrapper,
  body.template-collection .boost-sd__product-image {
  max-height: none !important;
  overflow: visible !important;
}


  /* SORT BAR */
  body.template-collection .boost-sd__toolbar-container,
  body.template-collection .boost-sd__toolbar-content,
  body.template-collection .lbd-toolbar-layout {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
  }

  /* SORT ITEM */
  body.template-collection .boost-sd__toolbar-item--sorting {
    width: auto !important;
    margin-left: auto !important;
  }

  /* SORT BUTTON */
  body.template-collection .boost-sd__sorting-button {
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  body.template-collection .boost-sd__sorting-value {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
/* FIX: Dining Tables vertical spacing to match Modular Sofas */
@media screen and (min-width: 990px) {

  body.template-collection .boost-sd-layout--has-a-style-default {
    margin-top: -20px !important;
  }

  body.template-collection .boost-sd-layout--has-a-style-default .boost-sd-left,
  body.template-collection .boost-sd-layout--has-a-style-default .boost-sd__left {
    padding-top: 0px !important;
  }

}
/* DINING TABLES — MATCH MODULAR SOFAS GUTTERS */
@media screen and (min-width: 990px) {
  body.template-collection .boost-sd-layout--has-a-style-default {
    margin-left: 32px !important;
    margin-right: 32px !important;
    margin-top: 0 !important;
    width: calc(100% - 64px) !important;
  }
}
/* REDUCE TOP GAP */
@media screen and (min-width: 990px) {
  body.template-collection .index-section {
    margin-top: 32px !important;
    margin-bottom: 0 !important;
  }
}
/* TIGHTEN PRODUCT TILE INFO */
body.template-collection .boost-sd__product-title,
body.template-collection .boost-sd__product-info .boost-sd__product-title {
  height: auto !important;
  min-height: 36px !important;
  max-height: 36px !important;
  overflow: hidden !important;
  margin-bottom: 6px !important;
}

@media screen and (max-width: 749px) {
  body.template-collection .boost-sd__product-title,
  body.template-collection .boost-sd__product-info .boost-sd__product-title {
    min-height: 54px !important;
    max-height: 72px !important;
    margin-bottom: 8px !important;
  }
}

body.template-collection .boost-sd__product-rating {
  margin-top: 0 !important;
  margin-bottom: 6px !important;
}

body.template-collection .boost-sd__product-meta {
  margin-top: 0 !important;
  min-height: 0 !important;
}
/* REMOVE GAP BETWEEN STARS AND IN STOCK */
body.template-collection .boost-sd__product-rating {
  min-height: 0 !important;
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}

body.template-collection .boost-sd__product-inventory-row,
body.template-collection .boost-sd__product-inventory-row--empty {
  min-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}
/* SHOW YOTPO REVIEW COUNT */
.boost-sd__product-rating .yotpo-bottomline a.text-m {
  display: inline !important;
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 12px !important;
  color: #8a8a8a !important;
  letter-spacing: 0.5px !important;
  text-decoration: none !important;
}

.boost-sd__product-rating .sr-only {
  display: none !important;
}
/* STYLE REVIEW COUNT */
.boost-sd__product-rating .yotpo-bottomline a.text-m {
  margin-left: 6px !important;
  padding-left: 6px !important;
  border-left: 1px solid #d0d0d0 !important;
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.5px !important;
  color: #8a8a8a !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}
/* =========================================
   MOBILE — SINGLE MASTER BLOCK
   ========================================= */
@media screen and (max-width: 749px) {

  /* Title — 3 lines max */
  .boost-sd__product-title,
  .boost-sd__product-info .boost-sd__product-title,
  .boost-sd__product-link .boost-sd__product-title,
  body.template-collection .boost-sd__product-title,
  body.template-collection .boost-sd__product-info .boost-sd__product-title {
    font-size: 11px !important;
    line-height: 16px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    overflow: hidden !important;
    margin-bottom: 6px !important;
  }

  /* Info area padding */
  .boost-sd__product-info,
  body.template-collection .boost-sd__product-info {
    padding: 10px 8px 12px !important;
  }

  /* Ratings */
  .boost-sd__product-rating,
  body.template-collection .boost-sd__product-rating {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    line-height: 18px !important;
    margin: 0 0 4px 0 !important;
    overflow: visible !important;
    visibility: visible !important;
  }

  /* IN STOCK */
  .boost-sd__inventory-status {
    font-size: 11px !important;
    letter-spacing: 0.5px !important;
  }

  .boost-sd__product-inventory-row,
  body.template-collection .boost-sd__product-inventory-row {
    font-size: 11px !important;
    min-height: 0 !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  /* Price */
  body.template-collection .boost-sd__product-price .boost-sd__format-currency {
    font-size: 13px !important;
  }

  /* Equal tile heights */
  .boost-sd__product-list {
    align-items: stretch !important;
  }

  .boost-sd__product-item,
  .boost-sd__product-item-grid-view-layout {
    height: 100% !important;
  }

}
/* RESERVE RATING ROW HEIGHT ON MOBILE */
@media screen and (max-width: 749px) {
  .boost-sd__product-rating {
    min-height: 20px !important;
    display: block !important;
  }
}

/* MOBILE TOOLBAR - SIMPLE FIX */
@media screen and (max-width: 749px) {

  .boost-sd__toolbar-top-mobile {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .boost-sd__toolbar-top-mobile .boost-sd__sorting {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-right: 1px solid #e6e3de !important;
  }

  .boost-sd__toolbar-top-mobile .boost-sd__filter-toggle {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  /* Hide arrow only */
  .boost-sd__sorting-button svg {
    display: none !important;
  }

  .boost-sd__sorting-button {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    min-width: 0 !important;
    height: auto !important;
    box-shadow: none !important;
  }

}
/* SALE TILE — PRICE + IN STOCK ON ONE ROW */
body.template-collection .boost-sd__product-info {
  overflow: hidden !important;
}

body.template-collection .boost-sd__product-meta {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: baseline !important;
  gap: 8px !important;
  width: 100% !important;
  overflow: visible !important;
}

body.template-collection .boost-sd__product-meta .boost-sd__product-price {
  grid-column: 1 !important;
  min-width: 0 !important;
}

body.template-collection .boost-sd__product-meta .boost-sd__product-inventory-row {
  grid-column: 2 !important;
  margin: 0 !important;
  min-height: 0 !important;
  white-space: nowrap !important;
}

body.template-collection .boost-sd__product-meta .boost-sd__product-inventory-row--empty {
  display: none !important;
}

body.template-collection .boost-sd__product-meta .boost-sd__product-price .boost-sd__product-price-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: auto !important;
}
/* REDUCE GAP — TITLE TO PRICE */
body.template-collection .boost-sd__product-info--left {
  gap: 0 !important;
}

body.template-collection .boost-sd__product-rating {
  margin-bottom: 2px !important;
  min-height: 16px !important;
  height: 16px !important;
} 

body.template-collection .boost-sd__product-meta {
  margin-top: 4px !important;
}
body.template-collection .boost-sd__product-rating .yotpo-bottomline a.text-m {
  font-size: 11px !important;
  letter-spacing: 0.3px !important;
}
@media screen and (max-width: 749px) {
  .boost-sd__product-list,
  .boost-sd__product-grid {
    align-items: stretch !important;
  }

  .boost-sd__product-item {
    display: flex !important;
    flex-direction: column !important;
  }

  .boost-sd__product-item-grid-view-layout {
    flex: 1 1 auto !important;
  }
}
@media screen and (max-width: 749px) {
  body.template-collection .boost-sd__product-info-wrapper {
    min-height: 125px !important;
  }
