#category #wrapper > .container {
  width: 100%;
  max-width: none;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

#category #content-wrapper {
  padding-top: 1.4rem;
  padding-bottom: 2.5rem;
}

#category .foxjane-category-top-full {
  width: 100%;
  margin-bottom: 1.2rem;
}

#category #left-column {
  padding-top: 0.15rem;
}

#category #content-wrapper #js-product-list-header {
  margin-bottom: 1.6rem;
}

#category .foxjane-category-header {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
  gap: 0;
  align-items: stretch;
  margin-bottom: 1rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ece2d6;
  border-radius: 1.1rem;
  background: linear-gradient(90deg, #fff 0%, #fff 41%, #fbf6f1 62%, #f5eee7 100%);
  box-shadow: 0 16px 34px rgba(18, 18, 18, 0.06);
  min-height: clamp(12rem, 18vw, 15rem);
  max-height: clamp(13rem, 19vw, 16rem);
}

#category .foxjane-category-header__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.45rem;
  min-width: 0;
  padding: 1.15rem 0 0.9rem 1.3rem;
  margin-right: -4.5rem;
  position: relative;
  z-index: 2;
}

#category .foxjane-category-header__title {
  margin: 0;
  color: #121212;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 2.4vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

#category .foxjane-category-header__description {
  max-width: 36rem;
  color: #111 !important;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.22;
}

#category .foxjane-category-header__description p {
  color: #111 !important;
  margin-bottom: 0.35rem;
  background: transparent !important;
}

#category .foxjane-category-header__description p:last-child {
  margin-bottom: 0;
}

#category .foxjane-category-header__description,
#category .foxjane-category-header__description span,
#category .foxjane-category-header__description strong,
#category .foxjane-category-header__description em {
  background: transparent !important;
}

#category .foxjane-category-header__description a,
#category .foxjane-category-header__description a:hover,
#category .foxjane-category-header__description a:focus {
  color: #111 !important;
}

#category .foxjane-category-header__media {
  min-height: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: linear-gradient(135deg, #f6efe8 0%, #fff 100%);
  position: relative;
  align-self: stretch;
}

#category .foxjane-category-header__media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  background: linear-gradient(
    90deg,
    rgba(251, 246, 241, 1) 0%,
    rgba(251, 246, 241, 0.97) 18%,
    rgba(251, 246, 241, 0.9) 38%,
    rgba(251, 246, 241, 0.72) 56%,
    rgba(251, 246, 241, 0.42) 74%,
    rgba(251, 246, 241, 0.14) 88%,
    rgba(251, 246, 241, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

#category .foxjane-category-header__media picture {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  flex: 1 1 auto;
}

#category .foxjane-category-header__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  flex: 1 1 auto;
  object-fit: cover !important;
  object-position: center center;
}

#category .foxjane-category-header__media.is-empty {
  display: none;
}

#category .foxjane-subcategories {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

#category .foxjane-subcategories__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
  scrollbar-width: none;
}

#category .foxjane-subcategories__list::-webkit-scrollbar {
  display: none;
}

#category .foxjane-subcategories__item {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  flex: 0 0 auto;
}

#category .foxjane-subcategories__link {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  min-height: 2.2rem;
  padding: 0.42rem 0.68rem;
  color: #1c1b1a;
  background: #fff;
  border: 1px solid #e6ddd2;
  border-radius: 0.85rem;
  box-shadow: 0 6px 16px rgba(20, 20, 20, 0.05);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

#category .foxjane-subcategories__link:hover,
#category .foxjane-subcategories__link:focus {
  color: #b40f14;
  border-color: #d43a3f;
  box-shadow: 0 10px 20px rgba(20, 20, 20, 0.08);
  text-decoration: none;
  transform: translateY(-1px);
}

#category .foxjane-subcategories__thumb {
  display: none;
}

#category .foxjane-subcategories__link::before {
  width: 0.8rem;
  height: 0.8rem;
  flex: 0 0 0.8rem;
  border-radius: 999px;
  border: 1px solid #d4cbc0;
  background:
    radial-gradient(circle at center, transparent 0 0.2rem, #d4cbc0 0.21rem 0.24rem, transparent 0.25rem),
    linear-gradient(135deg, transparent 0 45%, #d4cbc0 46% 54%, transparent 55%);
  content: "";
}

#category .foxjane-subcategories__name {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  white-space: nowrap;
}

#category #left-column .block-categories {
  display: none;
}

#category #search_filters_wrapper {
  display: block;
}

#category .foxjane-category-shell {
  margin-top: 0.2rem;
}

#category .foxjane-category-shell__content {
  min-width: 0;
}

#category #left-column .block {
  margin-bottom: 1rem;
}

#category #search_filters {
  position: sticky;
  top: 1rem;
  padding: 1rem 1rem 1.2rem;
  background: #fff;
  border: 1px solid #ece2d6;
  border-radius: 0.95rem;
  box-shadow: 0 12px 30px rgba(18, 18, 18, 0.05);
}

#category #search_filters .h6,
#category #search_filters .facet-title,
#category #search_filters .text-uppercase.h6 {
  color: #141414;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

#category #search_filters .text-uppercase.h6 {
  margin-bottom: 0.9rem;
}

#category #search_filters .clear-all-wrapper {
  margin-bottom: 1.1rem;
}

#category #search_filters .js-search-filters-clear-all {
  padding: 0;
  color: #c0181d;
  background: transparent;
  border: 0;
  font-size: 0.85rem;
  font-weight: 600;
}

#category #search_filters .facet {
  padding: 0.85rem 0;
  border-top: 1px solid #efe6db;
}

#category #search_filters .facet:first-of-type {
  padding-top: 0;
  border-top: 0;
}

#category #search_filters .facet ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#category #search_filters .facet li + li {
  margin-top: 0.42rem;
}

#category #search_filters .facet-label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.55rem;
  margin: 0;
  color: #3b3531;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.2;
}

#category #search_filters .facet-label a {
  color: inherit;
  text-decoration: none;
  min-width: 0;
  display: block;
  margin-top: 0 !important;
  line-height: 1.2;
  position: relative;
  top: -0.12rem;
}

#category #search_filters .facet-link {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  flex-wrap: wrap;
  min-width: 0;
  margin-top: 0;
}

#category #search_filters .facet-label a:hover,
#category #search_filters .facet-label a:focus {
  color: #c0181d;
}

#category #search_filters .facet-label.active a {
  color: #141414;
  font-weight: 600;
}

#category #search_filters .custom-checkbox,
#category #search_filters .custom-radio {
  flex: 0 0 auto;
  margin-top: 0.18rem !important;
  margin-right: 0 !important;
  align-self: flex-start;
  line-height: 1;
}

#category #search_filters .custom-checkbox input[type="checkbox"] + span,
#category #search_filters .custom-radio input[type="radio"] + span {
  margin-right: 0 !important;
  vertical-align: top;
}

#category #search_filters .magnitude {
  color: #857a71;
  font-size: 0.84rem;
  white-space: nowrap;
}

#category #search_filters .facet[data-name="Pris"] {
  padding-bottom: 1rem;
}

#category #search_filters .facet[data-name="Pris"] .faceted-slider {
  margin: 0;
  padding: 0;
  list-style: none;
}

#category #search_filters .facet[data-name="Pris"] .faceted-slider li {
  margin: 0;
}

#category #search_filters .facet[data-name="Pris"] #facet_label_43215,
#category #search_filters .facet[data-name="Pris"] .faceted-slider p[id^="facet_label_"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0.7rem;
  color: #4f4842;
  font-size: 0.86rem;
  line-height: 1.3;
}

#category #search_filters .facet[data-name="Pris"] div[id^="slider-range_"] {
  margin: 0.25rem 0 0;
}

#category #search_filters .facet[data-name="Pris"] .ui-slider {
  height: 0.22rem;
  background: #e7ddd2;
  border: 0;
  border-radius: 999px;
}

#category #search_filters .facet[data-name="Pris"] .ui-slider-range {
  background: #1f1d1b;
}

#category #search_filters .facet[data-name="Pris"] .ui-slider .ui-slider-handle {
  top: -0.33rem;
  width: 0.86rem;
  height: 0.86rem;
  background: #fff;
  border: 1px solid #1f1d1b;
  border-radius: 999px;
  box-shadow: none;
}

#category .products-selection {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0.15rem 0 0.4rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ece3d8;
  border-radius: 0;
  backdrop-filter: none;
}

#category .products-selection .total-products p,
#category .products-selection .showing {
  margin: 0;
  color: #5a5149;
  font-size: 0.9rem;
}

#category .products-selection .sort-by {
  color: #49423d;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

#category .products-selection .sort-by-row {
  align-items: center;
}

#category .products-sort-order {
  display: flex;
  justify-content: flex-end;
}

#category .products-sort-order .select-title {
  min-width: 13rem;
  padding: 0.68rem 0.95rem;
  color: #1a1a1a;
  background: #fff;
  border: 1px solid #e6dbce;
  border-radius: 0.75rem;
  box-shadow: none;
}

#category .products-sort-order .dropdown-menu {
  min-width: 13rem;
  border: 1px solid #ece4db;
  border-radius: 0.9rem;
  box-shadow: 0 12px 24px rgba(18, 18, 18, 0.1);
}

#category #js-active-search-filters {
  margin: 0 0 1.15rem;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#category #js-active-search-filters ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

#category #js-active-search-filters .active-filter-title {
  margin: 0 0 0.7rem;
  color: #121212;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#category #js-active-search-filters .filter-block {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.8rem;
  color: #443d37;
  background: #fff;
  border: 1px solid #e6dbce;
  border-radius: 999px;
  font-size: 0.85rem;
}

#category #js-product-list .products {
  margin-right: -0.9rem;
  margin-left: -0.9rem;
}

#category #js-product-list .products .product {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
  margin-bottom: 1.45rem;
}

#category .pagination {
  justify-content: center;
  margin-top: 1rem;
}

@media (max-width: 1199px) {
  #category .foxjane-category-top-full {
    margin-bottom: 1rem;
  }

  #category #left-column {
    padding-top: 0;
  }

  #category .foxjane-category-header {
    grid-template-columns: minmax(0, 1fr);
    background: linear-gradient(180deg, #fff 0%, #fbf6f1 100%);
    position: relative;
    overflow: hidden;
  }

  #category .foxjane-category-header__media {
    position: absolute;
    inset: 0;
    order: initial;
    min-height: 100%;
    height: 100%;
    max-height: none;
    margin-top: 0;
    opacity: 0.45;
    z-index: 0;
  }

  #category .foxjane-category-header__media::before {
    display: block;
    width: 100%;
    background: linear-gradient(
      180deg,
      rgba(251, 246, 241, 0) 0%,
      rgba(251, 246, 241, 0.42) 18%,
      rgba(251, 246, 241, 0.78) 52%,
      rgba(251, 246, 241, 0.96) 78%,
      rgba(251, 246, 241, 1) 100%
    );
  }

  #category .foxjane-category-header__copy {
    margin-right: 0;
    max-width: 100%;
    padding: 1.2rem 1.25rem 0.6rem;
    position: relative;
    z-index: 2;
  }

  #category #search_filters {
    position: static;
  }

  #category .foxjane-subcategories__list {
    flex-wrap: wrap;
    overflow-x: visible;
  }
}

@media (max-width: 991px) {
  #category #left-column {
    padding-top: 0;
  }

  #category .foxjane-category-header {
    gap: 1.2rem;
    padding-bottom: 0;
    border-radius: 1rem;
  }

  #category .foxjane-category-header__title {
    font-size: clamp(1.95rem, 3.2vw, 2.15rem);
  }

  #category .foxjane-category-header__copy {
    padding: 1.35rem 1.35rem 1.2rem;
    margin-right: 0;
  }

  #category .foxjane-category-header__media {
    opacity: 0.34;
  }

  #category .products-sort-order {
    justify-content: flex-start;
  }

  #category .products-sort-order .select-title {
    min-width: 11rem;
  }

  #category #js-product-list .products .product {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #category #wrapper > .container > .row {
    position: relative;
  }

  #category #left-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 14.75rem;
    max-width: 14.75rem;
  }

  #category #content-wrapper {
    float: none;
    width: 100%;
    max-width: 100%;
    padding-left: calc(14.75rem + 1rem);
  }

  #category #js-product-list .products > .js-product,
  #category #products .products > .js-product {
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #category #wrapper > .container > .row {
    position: relative;
  }

  #category #left-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 16.5rem;
    max-width: 16.5rem;
  }

  #category #content-wrapper {
    float: none;
    width: 100%;
    max-width: 100%;
    padding-left: calc(16.5rem + 1rem);
  }

  #category .foxjane-category-header__title {
    font-size: clamp(1.95rem, 2vw, 2.2rem);
    line-height: 0.96;
  }

  #category #js-product-list .products > .js-product,
  #category #products .products > .js-product {
    width: 33.333333%;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  #category #wrapper > .container > .row {
    position: relative;
  }

  #category #left-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 17.5rem;
    max-width: 17.5rem;
  }

  #category #content-wrapper {
    float: none;
    width: 100%;
    max-width: 100%;
    padding-left: calc(17.5rem + 1.2rem);
  }

  #category .foxjane-category-header__title {
    font-size: clamp(2rem, 2.1vw, 2.25rem);
    line-height: 0.96;
  }

  #category #js-product-list .products > .js-product,
  #category #products .products > .js-product {
    width: 25%;
  }
}

@media (min-width: 1500px) and (max-width: 1749px) {
  #category #wrapper > .container > .row {
    position: relative;
  }

  #category #left-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 17.5rem;
    max-width: 17.5rem;
  }

  #category #content-wrapper {
    float: none;
    width: 100%;
    max-width: 100%;
    padding-left: calc(17.5rem + 1.2rem);
  }

  #category .foxjane-category-header__title {
    font-size: clamp(2.05rem, 1.85vw, 2.3rem);
    line-height: 0.96;
  }

  #category #js-product-list .products > .js-product,
  #category #products .products > .js-product {
    width: 25%;
  }
}

@media (min-width: 1750px) {
  #category #wrapper > .container > .row {
    position: relative;
  }

  #category #left-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 17.5rem;
    max-width: 17.5rem;
  }

  #category #content-wrapper {
    float: none;
    width: 100%;
    max-width: 100%;
    padding-left: calc(17.5rem + 1.2rem);
  }

  #category .foxjane-category-header__title {
    font-size: clamp(2.05rem, 1.7vw, 2.3rem);
    line-height: 0.96;
  }

  #category #js-product-list .products > .js-product,
  #category #products .products > .js-product {
    width: 20%;
  }
}

@media (min-width: 2100px) {
  #category #js-product-list .products > .js-product,
  #category #products .products > .js-product {
    width: 16.666667%;
  }
}

@media (max-width: 767px) {
  #category #wrapper > .container {
    padding-left: 0.95rem;
    padding-right: 0.95rem;
  }

  #category #left-column {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  #category #content-wrapper {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  #category #left-column {
    padding-top: 0;
  }

  #category #content-wrapper {
    padding-top: 1rem;
  }

  #category #foxjane_mobile_filters_mount {
    display: none;
    width: calc(100% - 0.7rem);
    margin: 0 0.35rem 1rem;
    clear: both;
  }

  #category #foxjane_mobile_filters_mount.is-open {
    display: block;
  }

  #category #foxjane_mobile_filters_mount #search_filters_wrapper.hidden-sm-down {
    display: block !important;
    margin: 0;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters_wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #category #foxjane_mobile_filters_mount #left-column {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    float: none;
    padding: 0;
    margin: 0;
  }

  #category #left-column #search_filter_controls {
    display: none !important;
  }

  #category #foxjane_mobile_filters_mount #search_filter_controls {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    min-height: 0;
    margin: 0 0 0.35rem;
    padding: 0 0.55rem;
    text-align: left;
  }

  #category #foxjane_mobile_filters_mount #search_filter_controls #_mobile_search_filters_clear_all {
    display: inline-flex !important;
    align-items: center;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
  }

  #category #foxjane_mobile_filters_mount #search_filter_controls .btn,
  #category #foxjane_mobile_filters_mount #search_filter_controls .foxjane-mobile-clear-all,
  #category #foxjane_mobile_filters_mount #search_filter_controls #_mobile_search_filters_clear_all > .btn.btn-tertiary.js-search-filters-clear-all {
    min-height: 0;
    padding: 0.22rem 0.7rem !important;
    margin: 0 !important;
    border-radius: 0.7rem;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1 !important;
    text-transform: uppercase;
  }

  #category #foxjane_mobile_filters_mount #search_filter_controls .foxjane-mobile-clear-all,
  #category #foxjane_mobile_filters_mount #search_filter_controls #_mobile_search_filters_clear_all > .btn.btn-tertiary.js-search-filters-clear-all,
  #category #foxjane_mobile_filters_mount #search_filter_controls #_mobile_search_filters_clear_all > .btn.btn-tertiary.js-search-filters-clear-all:hover,
  #category #foxjane_mobile_filters_mount #search_filter_controls #_mobile_search_filters_clear_all > .btn.btn-tertiary.js-search-filters-clear-all:focus {
    color: #b31217 !important;
    background: transparent !important;
    border: 1px solid #e6dbce !important;
    box-shadow: none !important;
  }

  #category #foxjane_mobile_filters_mount #search_filter_controls .foxjane-mobile-clear-all[disabled] {
    opacity: 1;
    color: #b31217 !important;
    background: transparent !important;
    border-color: #e6dbce !important;
  }

  #category #foxjane_mobile_filters_mount #search_filter_controls .foxjane-mobile-clear-all .material-icons {
    color: inherit !important;
    font-size: 0.9rem;
    line-height: 1 !important;
  }

  #category #foxjane_mobile_filters_mount #search_filter_controls .ok {
    display: none !important;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters #_desktop_search_filters_clear_all.hidden-sm-down {
    display: none !important;
    margin: 0 0.55rem 0.65rem;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters #_desktop_search_filters_clear_all .js-search-filters-clear-all {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.42rem 0.7rem;
    border: 1px solid #e6dbce;
    border-radius: 0.7rem;
    color: #b31217;
    background: transparent;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1;
  }

  #category .products-selection .filter-button {
    display: block !important;
    width: auto !important;
    max-width: 50%;
    flex: 0 0 50%;
    float: none;
    padding-right: 0.35rem;
    padding-left: 0.35rem;
  }

  #category .products-selection .filter-button .btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 2.55rem;
    padding: 0.68rem 0.9rem;
    color: #1a1a1a;
    background: #fff;
    border: 1px solid #e6dbce;
    border-radius: 0.75rem;
    box-shadow: none;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.1;
  }

  #category .products-selection .filter-button .foxjane-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    height: 2.55rem;
    min-height: 2.55rem;
    padding: 0.68rem 0.9rem;
    color: #1a1a1a;
    background: #fff;
    border: 1px solid #e6dbce;
    border-radius: 0.75rem;
    box-shadow: none;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.1;
  }

  #category .products-selection .filter-button .foxjane-filter-toggle__label {
    min-width: 0;
  }

  #category .products-selection .filter-button .foxjane-filter-toggle__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.2rem;
    height: 1.2rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: #b31217;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
  }

  #category .products-selection .filter-button .foxjane-filter-toggle.has-active-filters {
    border-color: #b31217;
  }

  #category .products-selection .filter-button .foxjane-filter-toggle[aria-expanded="true"] .material-icons {
    transform: rotate(180deg);
  }

  #category .products-selection .filter-button .foxjane-filter-toggle .material-icons,
  #category .products-sort-order .select-title .material-icons {
    display: block;
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    font-size: 1rem;
    line-height: 1;
    transition: transform 0.18s ease;
  }

  #category .foxjane-category-header__title {
    font-size: 2rem;
  }

  #category .foxjane-category-header__media {
    display: none;
  }

  #category .foxjane-subcategories__list {
    gap: 0.7rem;
    overflow: visible;
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  #category .foxjane-subcategories__item {
    flex: 0 0 auto;
  }

  #category .products-selection {
    row-gap: 0.8rem;
    margin-bottom: 1rem;
    padding: 0.2rem 0 0.55rem;
  }

  #category .products-selection > .col-lg-7 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  #category .products-selection .sort-by-row,
  #category .products-sort-order,
  #category .products-sort-order .dropdown {
    width: 100%;
  }

  #category .products-selection .sort-by-row {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-left: -0.35rem;
    margin-right: -0.35rem;
  }

  #category .products-sort-order {
    width: auto !important;
    max-width: 50%;
    flex: 0 0 50%;
    float: none;
    padding-right: 0.35rem;
    padding-left: 0.35rem;
  }

  #category .products-sort-order .select-title {
    width: 100%;
    min-width: 0;
    height: 2.55rem;
    min-height: 2.55rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    padding: 0.68rem 0.9rem;
    border: 1px solid #e6dbce;
    border-radius: 0.75rem;
    box-shadow: none;
    font-size: 0.88rem;
    font-weight: 500;
    font-size: 0.88rem;
    line-height: 1.1;
    white-space: nowrap;
  }

  #category .products-sort-order .select-title .material-icons {
    float: none !important;
  }

  #category #left-column #search_filters {
    position: static;
    top: auto;
    margin-bottom: 1rem;
    padding: 0.72rem 0.8rem 0.82rem;
    border-radius: 1rem;
    box-shadow: 0 12px 28px rgba(18, 18, 18, 0.06);
  }

  #category #left-column #search_filters .text-uppercase.h6 {
    margin-bottom: 0.5rem;
  }

  #category #left-column #search_filters .facet {
    padding: 0.45rem 0;
  }

  #category #left-column #search_filters .facet li + li {
    margin-top: 0.16rem;
  }

  #category #left-column #search_filters .facet .title {
    padding: 0;
  }

  #category #left-column #search_filters .facet .h6,
  #category #left-column #search_filters .facet .facet-title {
    padding: 0.55rem 0;
    font-size: 0.72rem;
    line-height: 1.1;
  }

  #category #left-column #search_filters .facet ul li {
    padding: 0.65rem 0;
  }

  #category #left-column #search_filters .facet-label {
    font-size: 0.84rem;
    line-height: 1.12;
  }

  #category #content-wrapper.hidden-sm-down,
  #category #footer.hidden-sm-down {
    display: block !important;
  }

  #category #left-column #search_filters .facet-link__label,
  #category #left-column #search_filters .magnitude {
    line-height: 1.12;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters {
    margin-bottom: 0.75rem;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    width: 100%;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters .facet {
    padding: 0;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters .text-uppercase.h6 {
    margin-bottom: 0.3rem;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters .facet .h6,
  #category #foxjane_mobile_filters_mount #left-column #search_filters .facet .facet-title {
    padding: 0.38rem 0 !important;
    margin: 0 !important;
    font-size: 0.72rem;
    line-height: 1 !important;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters .facet .title {
    display: flex;
    align-items: center;
    min-height: 0;
    padding: 0 0.55rem !important;
    margin: 0 !important;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters .facet .navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.38rem 0 0.38rem 0.55rem !important;
    margin: 0 !important;
    line-height: 1 !important;
    min-height: 0 !important;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters .facet .collapse-icons .material-icons {
    display: block;
    font-size: 0.95rem !important;
    line-height: 1 !important;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters .facet ul li {
    padding: 0.4rem 0;
    min-height: 0;
    line-height: 1.02;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters .facet-label {
    gap: 0.4rem;
    font-size: 0.78rem;
    line-height: 1.02;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters .facet-label a,
  #category #foxjane_mobile_filters_mount #left-column #search_filters .facet-link,
  #category #foxjane_mobile_filters_mount #left-column #search_filters .facet-link__label,
  #category #foxjane_mobile_filters_mount #left-column #search_filters .magnitude {
    line-height: 1.02 !important;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters .custom-checkbox,
  #category #foxjane_mobile_filters_mount #left-column #search_filters .custom-radio {
    margin-top: 0.02rem !important;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters .faceted-slider {
    margin: 0;
    padding: 0 1rem 0.55rem;
    overflow: hidden;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters .faceted-slider li {
    padding: 0;
    overflow: hidden;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters .faceted-slider p[id^="facet_label_"] {
    margin: 0 0 0.5rem;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters div[id^="slider-range_"] {
    box-sizing: border-box;
    width: calc(100% - 1.2rem) !important;
    margin: 0 0.6rem !important;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters .ui-slider-horizontal {
    box-sizing: border-box;
    width: calc(100% - 1.2rem) !important;
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters .ui-slider-horizontal .ui-slider-handle {
    width: 0.78rem;
    height: 0.78rem;
  }

  #category #foxjane_mobile_filters_mount #left-column #search_filters .ui-slider-horizontal .ui-slider-handle:last-child {
    margin-left: -0.78rem;
  }

  #category #js-product-list .product-miniature .foxjane-product-card__title {
    font-size: 0.96rem !important;
    line-height: 1.18 !important;
  }

  #category #js-product-list .product-miniature .foxjane-product-card__brand {
    font-size: 0.74rem !important;
    line-height: 1.18 !important;
  }

  #category #js-product-list .product-miniature .price {
    font-size: 1.08rem !important;
    line-height: 1.12 !important;
  }

  #category #js-product-list .product-miniature .foxjane-product-card__stock {
    font-size: 0.74rem !important;
    line-height: 1.18 !important;
  }
}

body#product a {
  color: #111;
}

body#product a:hover,
body#product a:focus {
  color: #b31217;
}

body#product .btn-primary,
body#product .btn-primary:hover,
body#product .btn-primary:focus,
body#product .btn-primary:active {
  color: #fff;
  background: #b31217;
  border-color: #b31217;
}

body#product .form-control:focus,
body#product select.form-control:focus,
body#product input:focus,
body#product textarea:focus {
  border-color: #b31217;
  box-shadow: 0 0 0 0.16rem rgba(179, 18, 23, 0.14);
  outline: 0;
}

body#product .tabs .nav-tabs .nav-link {
  color: #2f2a27;
}

body#product .tabs .nav-tabs .nav-link.active,
body#product .tabs .nav-tabs .nav-link:hover,
body#product .tabs .nav-tabs .nav-link:focus {
  color: #b31217;
  border-color: #d9cec4 #d9cec4 #b31217;
}

body#product #product-availability,
body#product .product-prices .tax-shipping-delivery-label,
body#product .product-prices .product-without-taxes,
body#product .product-prices .price-ecotax {
  color: #4e4741;
}

body#product #product-availability .product-available,
body#product .product-additional-info .material-icons,
body#product .wishlist-button-add i,
body#product .product-prices .discount {
  color: #b31217;
}

body#product #wrapper {
  background: #fff;
}

body#product #content-wrapper {
  padding-top: 1.2rem;
  padding-bottom: 2.75rem;
}

body#product .breadcrumb {
  background: transparent;
  margin-bottom: 1.35rem;
  padding: 0.25rem 0 0;
}

body#product .breadcrumb li,
body#product .breadcrumb li a {
  color: #6f655d;
  font-size: 0.84rem;
}

body#product .product-container {
  background: #fff;
  border: 1px solid #e8ddd2;
  border-radius: 1.15rem;
  box-shadow: 0 14px 34px rgba(18, 18, 18, 0.06);
  margin: 0 0 1.2rem;
  overflow: hidden;
  padding: 1.3rem 1.35rem 1.2rem;
}

body#product .product-container > .col-md-6:last-child {
  position: relative;
}

body#product .foxjane-product-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 0.38rem;
}

body#product .foxjane-product-header__copy {
  min-width: 0;
  flex: 1 1 auto;
}

body#product .foxjane-product-header__actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 0 0 auto;
  padding-top: 0.08rem;
}

body#product .page-content#content,
body#product .product-information {
  min-width: 0;
}

body#product h1.h1 {
  color: #121212;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.58rem, 2.1vw, 2.28rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.82;
  margin-bottom: 0;
}

body#product .product-prices {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: auto;
  max-width: 100%;
}

body#product .product-prices .current-price {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  flex-wrap: wrap;
  padding: 0;
  min-height: 0;
}

body#product .product-prices .current-price-value {
  color: #121212;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.34rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: inline-block;
  line-height: 0.9;
}

body#product .product-price.h5,
body#product .product-prices .product-discount,
body#product .product-prices .product-unit-price,
body#product .product-prices .tax-shipping-delivery-label,
body#product .product-prices .product-without-taxes,
body#product .product-prices .price-ecotax {
  margin-bottom: 0;
}

body#product .product-prices .product-discount {
  line-height: 1;
}

body#product .product-prices .product-price,
body#product .product-prices .current-price {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 0.72;
}

body#product .product-prices .product-price.h5 {
  padding: 0;
  line-height: 0.72;
}

body#product .product-prices .regular-price,
body#product .product-prices .product-unit-price,
body#product .product-prices .tax-shipping-delivery-label,
body#product .product-prices .product-without-taxes,
body#product .product-prices .price-ecotax {
  font-size: 0.72rem;
  line-height: 1.05;
  margin-top: 0;
}

body#product .product-description {
  color: #3f3833;
  font-size: 0.92rem;
  line-height: 1.18;
  margin-top: 0;
}

body#product .product-description p {
  margin-bottom: 0.28rem;
}

body#product .product-description p:last-child {
  margin-bottom: 0;
}

body#product .product-description ul,
body#product .product-description ol {
  margin-bottom: 0.55rem;
  padding-left: 1.1rem;
}

body#product .product-description li {
  margin-bottom: 0.18rem;
}

body#product .foxjane-product-brand {
  margin-bottom: 0.04rem;
  color: #6b625b;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

body#product .foxjane-product-brand a {
  color: inherit;
  text-decoration: none;
}

body#product .foxjane-product-availability {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  margin-bottom: 0.46rem;
  color: #4e4741;
  font-size: 0.72rem;
  line-height: 1.05;
}

body#product .foxjane-product-availability .material-icons {
  font-size: 1rem;
}

body#product .images-container {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.8rem;
}

body#product .js-qv-mask.mask {
  grid-column: 1;
  grid-row: 1;
  overflow: visible;
}

body#product .product-images {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

body#product .product-images > li.thumb-container {
  margin: 0;
}

body#product .product-images .thumb {
  width: 4rem;
  height: 4rem;
  display: block;
  padding: 0.16rem;
  object-fit: cover;
  border: 1px solid #eadfd5;
  border-radius: 0.82rem;
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body#product .product-images .thumb.selected,
body#product .product-images .thumb:hover,
body#product .product-images .thumb:focus {
  border-color: #b31217;
  box-shadow: 0 0 0 0.18rem rgba(179, 18, 23, 0.12);
  transform: translateY(-1px);
}

body#product .product-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 27.5rem;
  padding: 1rem;
  border: 1px solid #efe5da;
  border-radius: 0.88rem;
  background: #fff;
  overflow: hidden;
  position: relative;
}

body#product .product-cover img {
  width: 100%;
  max-height: 25.5rem;
  object-fit: contain;
}

body#product .product-cover .layer {
  top: 0.9rem;
  right: 0.9rem;
  width: 2.7rem;
  height: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #121212;
  box-shadow: 0 8px 18px rgba(18, 18, 18, 0.08);
}

body#product .scroll-box-arrows {
  display: none;
}

body#product .images-container:has(.product-images > li.thumb-container:only-child) {
  grid-template-columns: minmax(0, 1fr);
}

body#product .images-container:has(.product-images > li.thumb-container:only-child) .js-qv-mask.mask {
  display: none;
}

body#product .product-information {
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
}

body#product [id^="product-description-short-"] {
  margin-bottom: 0.52rem;
  padding-bottom: 0.52rem;
  border-bottom: 1px solid #8d8d8d;
}

body#product .product-variants {
  display: grid;
  gap: 0.22rem;
}

body#product .product-variants > .product-variants-item {
  margin: 0;
  text-align: left;
  display: inline-block;
  width: auto;
  max-width: 100%;
}

body#product .product-variants-item .control-label,
body#product .product-add-to-cart > .control-label {
  display: block;
  margin-bottom: 0.42rem;
  color: #3f3833;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body#product .foxjane-inline-variant-row {
  display: flex;
  align-items: center;
  gap: 0.22rem;
  margin: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  text-align: left;
  width: auto;
  max-width: 100%;
}

body#product .foxjane-inline-variant-label {
  display: inline-block;
  flex: 0 0 auto;
  margin: 0;
  color: #3f3833;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.05;
}

body#product .product-variants-item .foxjane-inline-variant-select {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  min-height: 0;
  height: auto;
  padding: 0 0.55rem 0 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #121212;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.05;
  cursor: pointer;
  text-align: left;
  vertical-align: baseline;
}

body#product .product-variants-item .foxjane-inline-variant-select:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}

body#product .foxjane-product-brand {
  margin-bottom: 0;
}

body#product h1.h1 {
  margin-bottom: 0.05rem;
}

body#product .product-description {
  margin-top: 0;
}

body#product .product-actions {
  margin-top: 0;
}

body#product .product-actions {
  margin-top: 0.04rem;
  position: relative;
}

body#product .product-add-to-cart {
  margin-top: 0.15rem;
}

body#product .product-variants-item .form-control,
body#product .product-add-to-cart .qty #quantity_wanted {
  min-height: 2.85rem;
  padding: 0.62rem 0.9rem;
  border-radius: 0.72rem;
  border-color: #ddd1c5;
  box-shadow: none;
}


body#product .foxjane-color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
  margin-top: 0.42rem;
  align-items: center;
}

body#product .foxjane-color-swatch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.95rem;
  height: 1.95rem;
  padding: 0.08rem;
  border: 1px solid #e6dbcf;
  border-radius: 999px;
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  flex: 0 0 auto;
}

body#product .foxjane-color-swatch:hover,
body#product .foxjane-color-swatch:focus {
  border-color: #b31217;
  box-shadow: 0 0 0 0.13rem rgba(179, 18, 23, 0.08);
  transform: translateY(-1px);
  outline: none;
}

body#product .foxjane-color-swatch.is-selected {
  border-color: #b31217;
  box-shadow: 0 0 0 0.14rem rgba(179, 18, 23, 0.12);
}

body#product .foxjane-color-swatch__thumb {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #f7f1eb center / cover no-repeat;
  border: 1px solid #eadfd4;
  overflow: hidden;
  flex-shrink: 0;
}

body#product .product-quantity {
  display: grid;
  grid-template-columns: minmax(6rem, 7rem) minmax(0, 1fr);
  gap: 0.7rem;
  align-items: end;
}

body#product .product-add-to-cart .add-to-cart {
  width: 100%;
  min-height: 2.9rem;
  padding: 0.76rem 1.15rem;
  border-radius: 0.78rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body#product .product-additional-info {
  padding-top: 0 !important;
  color: #3f3833;
  margin-top: -0.42rem !important;
}

body#product .foxjane-product-header__actions .wishlist-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px solid #eadfd4;
  border-radius: 999px;
  box-shadow: none;
}

body#product .foxjane-product-header__actions .wishlist-button:hover,
body#product .foxjane-product-header__actions .wishlist-button:focus {
  border-color: #b31217;
  text-decoration: none;
}

body#product .product-additional-info .social-sharing {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body#product .product-additional-info .social-sharing,
body#product .product-additional-info .social-sharing ul,
body#product .product-additional-info .social-sharing li,
body#product .product-additional-info .social-sharing span {
  margin-bottom: 0 !important;
}

body#product .foxjane-product-panels {
  display: grid;
  gap: 0.38rem;
  margin-top: 0.2rem;
}

body#product .foxjane-product-panel {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  overflow: hidden;
}

body#product .foxjane-product-panel summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.3rem 0.72rem 0.3rem 0.8rem !important;
  color: #121212;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  list-style: none;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
  line-height: 1.1;
}

body#product .foxjane-product-panel summary::-webkit-details-marker {
  display: none;
}

body#product .foxjane-product-panel summary::after {
  content: "+";
  color: #b31217;
  font-size: 0.88rem;
  line-height: 1;
}

body#product .foxjane-product-panel[open] summary::after {
  content: "−";
}

body#product .foxjane-product-panel__content {
  padding: 0 0.72rem 0 0.8rem !important;
  color: #3f3833;
  background: #fff;
}

body#product .foxjane-product-panel__content .product-features {
  margin: 0 !important;
}

body#product .foxjane-product-panel__content .js-product-details > *:first-child {
  margin-top: 0 !important;
}

body#product .foxjane-product-details .product-manufacturer,
body#product .foxjane-product-details .product-quantities,
body#product .foxjane-product-details .product-availability-date,
body#product .foxjane-product-details .product-out-of-stock {
  display: none;
}

body#product .foxjane-product-panel__content .product-features .h6,
body#product .foxjane-product-panel__content .product-attachments .h5 {
  display: none;
}

body#product .foxjane-product-details .product-reference,
body#product .foxjane-product-details .product-condition {
  display: grid;
  grid-template-columns: minmax(6.5rem, auto) minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 0.14rem 0 !important;
  border-bottom: 1px solid #d6d6d6;
  font-size: 0.8rem;
  line-height: 1.02;
}

body#product .foxjane-product-details .product-reference .label,
body#product .foxjane-product-details .product-condition .label {
  margin: 0;
  color: #121212;
  font-weight: 600;
}

body#product .tabs .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  border-bottom: 0;
}

body#product .tabs .nav-tabs .nav-item {
  float: none;
  margin: 0;
}

body#product .tabs .nav-tabs .nav-link {
  padding: 0.52rem 0.88rem;
  background: #fbf6f1;
  border: 1px solid #e7dcd1;
  border-radius: 999px;
  text-decoration: none;
}

body#product .tabs .nav-tabs .nav-link.active,
body#product .tabs .nav-tabs .nav-link:hover,
body#product .tabs .nav-tabs .nav-link:focus {
  background: #fff;
}

body#product .tabs .tab-content {
  padding: 0.95rem 1.05rem;
  background: #fff;
  border: 1px solid #eee4d9;
  border-radius: 0.9rem;
}

body#product .product-features .h6,
body#product .product-attachments .h5 {
  color: #121212;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body#product .data-sheet {
  display: grid;
  grid-template-columns: minmax(6.5rem, auto) minmax(0, 1fr);
  column-gap: 1rem;
  margin: 0;
}

body#product .data-sheet dt,
body#product .data-sheet dd {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0.14rem 0 !important;
  border-bottom: 1px solid #d6d6d6;
  font-size: 0.8rem;
  line-height: 1.02;
  background: #fff;
}

body#product .data-sheet dd > *:first-child,
body#product .data-sheet dd > *:last-child,
body#product .data-sheet dd p,
body#product .data-sheet dd ul,
body#product .data-sheet dd ol {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body#product .data-sheet dt {
  color: #121212;
}

body#product .data-sheet dd {
  color: #4a433d;
}

body#product .product-accessories {
  margin-top: 2rem;
}

body#product .product-accessories > .h5 {
  color: #121212;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  body#product .product-container {
    padding: 1.35rem;
  }

  body#product .images-container {
    grid-template-columns: 1fr;
  }

  body#product .js-qv-mask.mask {
    grid-column: auto;
    grid-row: auto;
    overflow-x: auto;
  }

  body#product .product-images {
    flex-direction: row;
  }

  body#product .product-cover {
    min-height: 24rem;
  }

  body#product .product-quantity {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body#product #content-wrapper {
    padding-top: 0.9rem;
  }

  body#product .product-container {
    padding: 1rem;
    border-radius: 0;
    box-shadow: none;
  }

  body#product h1.h1 {
    font-size: 2rem;
  }

  body#product .product-cover {
    min-height: 20rem;
    padding: 1rem;
  }

  body#product .product-cover img {
    max-height: 20rem;
  }

  body#product .product-images .thumb {
    width: 4.25rem;
    height: 4.25rem;
  }

  body#product .tabs .nav-tabs {
    flex-direction: column;
  }

  body#product .tabs .nav-tabs .nav-link {
    border-radius: 0.8rem;
  }
}
