.card-figcaption-body {
  display: none; }

a.button.button--small.card-figcaption-button {
  display: none; }

.header-logo,
.header-logo-image-container {
  width: 450px !important;
  max-width: 100%; }

.header-logo-image {
  width: 450px !important;
  height: 88px !important;
  max-width: none !important;
  object-fit: contain;
  display: block; }

@media (max-width: 800px) {
  .header-logo,
  .header-logo-image-container {
    width: 280px !important; }
  .header-logo-image {
    width: 280px !important;
    height: auto !important; } }

.bc-category-promos {
  --promo-bg: #f3f0eb;
  --promo-border: #d9d4cd;
  --promo-text: #111111;
  --promo-accent: #c3042b;
  --promo-radius: 0;
  --promo-gap: 28px;
  --promo-padding: 22px 20px; }

.bc-category-promos__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--promo-gap);
  margin: 24px 0 32px; }

.bc-category-promos__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: var(--promo-padding);
  min-height: 190px;
  text-decoration: none;
  color: var(--promo-text);
  background: var(--promo-bg);
  border: 1px solid var(--promo-border);
  border-radius: var(--promo-radius);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box; }

.bc-category-promos__card:hover,
.bc-category-promos__card:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: var(--promo-text); }

.bc-category-promos__content {
  flex: 1 1 auto;
  min-width: 0; }

.bc-category-promos__title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0; }

.bc-category-promos__text {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400; }

.bc-category-promos__accent {
  color: var(--promo-accent);
  font-weight: 700; }

.bc-category-promos__cta {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0; }

.bc-category-promos__media {
  flex: 0 0 130px;
  display: flex;
  align-items: center;
  justify-content: center; }

.bc-category-promos__media img {
  max-width: 100%;
  height: auto;
  display: block; }

@media (max-width: 900px) {
  .bc-category-promos__grid {
    grid-template-columns: 1fr;
    gap: 18px; } }

@media (max-width: 600px) {
  .bc-category-promos__card {
    align-items: flex-start;
    gap: 14px;
    min-height: auto;
    padding: 18px 16px; }
  .bc-category-promos__media {
    flex: 0 0 92px; }
  .bc-category-promos__title {
    font-size: 16px; }
  .bc-category-promos__text {
    font-size: 16px;
    margin-bottom: 20px; }
  .bc-category-promos__cta {
    font-size: 16px; } }

@media (min-width: 1025px) {
  .nav-right,
  .nav-right .navPages-list,
  .nav-right .nav-page-list,
  .nav-right .navPages-item {
    overflow: visible !important; }
  .nav-right .navPages-item,
  .nav-right .nav-page-list {
    position: relative; }
  .nav-right .navPage-subMenu {
    position: absolute !important;
    top: 100%;
    left: 0;
    min-width: 280px !important;
    width: max-content !important;
    max-width: 420px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    padding: 10px 0;
    z-index: 9999; }
  .nav-right .navPage-subMenu-list {
    margin: 0;
    padding: 0;
    display: block; }
  .nav-right .navPage-subMenu-item {
    display: block;
    width: 100%; }
  .nav-right .navPage-subMenu-action {
    display: block;
    width: 100%;
    padding: 10px 18px;
    white-space: nowrap;
    line-height: 1.4; } }

.category-product-listing .productGrid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }

.category-product-listing .productGrid .product {
  display: flex;
  margin-bottom: 24px; }

.category-product-listing .productGrid .card {
  background: #fff;
  border: 1px solid #e9e2d8;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  width: 100%; }

.category-product-listing .productGrid .card:hover {
  border-color: #d7c8b5;
  box-shadow: 0 18px 34px rgba(32, 25, 17, 0.08);
  transform: translateY(-4px); }

.category-product-listing .productGrid .card-figure {
  align-items: center;
  background: #f7f3ed;
  display: flex;
  margin: 0;
  padding: 16px; }

.category-product-listing .productGrid .card-figure > a {
  display: block;
  text-decoration: none;
  width: 100%; }

.category-product-listing .productGrid .card-img-container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: none;
  min-height: 170px;
  width: 100%; }

.category-product-listing .productGrid .card-image {
  height: auto;
  max-height: 260px;
  object-fit: contain;
  width: 100%; }

@media (min-width: 801px) {
  .category-product-listing .productGrid .card-img-container {
    min-height: 210px; } }

.category-product-listing .productGrid .card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: 18px 18px 20px;
  text-align: center; }

.category-product-listing .productGrid .card-text {
  margin-bottom: 0; }

.category-product-listing .productGrid .card-rating {
  color: #c3042b; }

.category-product-listing .productGrid .card-brand {
  align-items: center;
  color: #4a433d;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 2.6em;
  text-transform: none; }

.category-product-listing .productGrid .card-title {
  align-items: flex-start;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.3;
  margin: 0;
  min-height: calc(1.3em * 2); }

.category-product-listing .productGrid .card-title > a {
  color: #1f1b17;
  display: -webkit-box;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.category-product-listing .productGrid .card-title > a:hover,
.category-product-listing .productGrid .card-title > a:focus {
  color: #1f1b17; }

.category-product-listing .productGrid .card-price {
  align-items: center;
  color: #2b2723;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  margin-top: 2px;
  min-height: calc(1.3em + 8px); }

.category-product-listing .productGrid .card-price .price {
  color: inherit;
  font-size: 20px;
  font-weight: 600; }

.category-product-listing .productGrid .card-price-prefix {
  color: #6a625a;
  font-size: 13px;
  font-weight: 600; }

.category-product-listing .productGrid .card-cta {
  border-radius: 999px;
  margin-top: auto;
  padding: 14px 16px;
  text-align: center;
  text-transform: none;
  width: 100%; }

body.product .productView {
  align-items: flex-start; }

body.product .productView-images .productView-img-container {
  background: #fbf7f1;
  border: 1px solid #eadfce;
  border-radius: 24px;
  padding: 18px; }

body.product .productView-thumbnail-link {
  background: #fff;
  border: 1px solid #eadfce;
  border-radius: 12px;
  display: block;
  padding: 4px; }

body.product .productView-details--summary {
  margin-bottom: 18px; }

body.product .productView-title {
  font-size: 34px;
  line-height: 1.12;
  margin: 0 0 8px; }

body.product .productView-brand {
  color: #7b736b;
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase; }

body.product .productView-rating {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 14px; }

body.product .productView-price {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px; }

body.product .productView-purchasePanel {
  background: #fcfaf7;
  border: 1px solid #eadfce;
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(31, 23, 17, 0.06);
  padding: 18px; }

body.product .productView-info {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  margin: 0 0 16px; }

body.product .line-item-details {
  align-content: start;
  background: #fff;
  border: 1px solid #eadfce;
  border-radius: 14px;
  display: grid;
  margin: 0;
  min-height: 60px;
  padding: 10px 12px; }

body.product .productView-purchasePanel dt.productView-info-name,
body.product .productView-purchasePanel dd.productView-info-value {
  display: block;
  width: auto; }

body.product .productView-purchasePanel dt.productView-info-name {
  color: #7b736b;
  font-size: 10px;
  letter-spacing: 0.06em;
  margin: 0 0 4px;
  text-transform: uppercase; }

body.product .productView-purchasePanel dd.productView-info-value {
  color: #201a16;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0; }

body.product .productView-info-bulkPricing {
  grid-column: 1 / -1; }

body.product .productView-options {
  margin: 0; }

body.product .productView-options .form {
  display: block; }

body.product .productView-options .form-field {
  margin-bottom: 12px; }

body.product .form-field--subscription {
  background: #fff7ec;
  border: 1px solid #e6d3b6;
  border-radius: 20px;
  font-size: 16px;
  padding: 14px; }

body.product .form-field--subscription > .form-label {
  display: block;
  font-size: 15px;
  line-height: 1.35;
  margin: 0 0 10px; }

body.product .subscription-callout {
  background: #fff;
  border: 1px solid #eadfce;
  border-radius: 16px;
  margin-bottom: 10px;
  padding: 12px 14px; }

body.product .subscription-callout-badge {
  background: #153f32;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  padding: 6px 10px;
  text-transform: uppercase; }

body.product .subscription-callout-copy,
body.product .subscription-callout-meta,
body.product .subscription-fineprint {
  color: #665e57;
  font-size: 13px;
  line-height: 1.45;
  margin: 0; }

body.product .subscription-callout-copy {
  font-weight: 700;
  margin-bottom: 4px; }

body.product .subscription-choice-list {
  display: grid;
  gap: 12px; }

body.product .subscription-choice {
  position: relative; }

body.product .subscription-choice-input {
  opacity: 0;
  pointer-events: none;
  position: absolute; }

body.product .subscription-choice-label {
  background: #fff;
  border: 1px solid #ddccba;
  border-radius: 16px;
  color: #201a16;
  cursor: pointer;
  display: grid !important;
  gap: 10px;
  grid-template-columns: 18px minmax(0, 1fr);
  margin: 0 !important;
  padding: 12px 14px;
  position: relative;
  width: 100% !important; }

body.product .subscription-choice-label::before,
body.product .subscription-choice-label::after {
  content: none !important;
  display: none !important; }

body.product .subscription-choice-indicator {
  background: #fff;
  border: 2px solid #c6b19b;
  border-radius: 50%;
  height: 18px;
  margin-top: 2px;
  width: 18px; }

body.product .subscription-choice-content {
  min-width: 0; }

body.product .subscription-choice-heading {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 3px; }

body.product .subscription-choice-title {
  color: #201a16;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3; }

body.product .subscription-choice-note {
  color: #6c645c;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0; }

body.product .subscription-choice-badge {
  background: rgba(214, 0, 51, 0.1);
  border-radius: 999px;
  color: #c3042b;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 6px 8px;
  text-transform: uppercase; }

body.product .subscription-choice-input:checked + .subscription-choice-label {
  background: rgba(195, 4, 43, 0.05);
  border-color: #c3042b;
  box-shadow: 0 0 0 3px rgba(195, 4, 43, 0.12); }

body.product .subscription-choice-input:checked + .subscription-choice-label .subscription-choice-indicator {
  border-color: #c3042b;
  box-shadow: inset 0 0 0 4px #c3042b; }

body.product .subscription-fineprint {
  margin-top: 8px; }

body.product .productView-purchaseControls {
  align-items: end;
  display: grid;
  gap: 12px; }

body.product .form-field--increments {
  font-size: 16px;
  margin: 0; }

body.product .form-field--increments .form-label {
  margin-bottom: 8px; }

body.product .form-increment {
  align-items: center;
  background: #fff;
  border: 1px solid #d9cbbb;
  border-radius: 14px;
  display: inline-flex;
  overflow: hidden; }

body.product .form-increment .button {
  background: #fff;
  border: 0;
  min-height: 44px;
  min-width: 40px;
  padding: 0; }

body.product .form-input--incrementTotal {
  background: #fff;
  border: 0;
  min-height: 44px;
  text-align: center;
  width: 52px; }

body.product .productView-options .form-action {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%; }

body.product .productView-options .form-action .button--primary {
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  min-height: 52px;
  width: 100%; }

body.product form.form.form-wishlist.form-action {
  margin-top: 12px; }

body.product form.form.form-wishlist.form-action a.button.dropdown-menu-button {
  background: transparent;
  border: 0;
  color: #6e655d;
  padding: 0; }

body.product .productView-share {
  border-top: 1px solid #eadfce;
  margin-top: 10px;
  padding-top: 10px; }

body.product .productView-share .socialLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

body.product .productView-share .socialLinks-item {
  padding: 0; }

body.product .productView-share .socialLinks__link {
  align-items: center;
  background: #fff;
  border: 1px solid #eadfce;
  border-radius: 999px;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px; }

body.product .facebookRecommendBtn,
body.product .facebookLikeBtn {
  display: none; }

@media (min-width: 801px) {
  body.product .productView-info-bulkPricing {
    grid-column: 1 / -1; }
  body.product .productView-purchaseControls {
    grid-template-columns: 128px minmax(0, 1fr); } }

@media (max-width: 800px) {
  body.product .productView-title {
    font-size: 28px; }
  body.product .productView-price {
    font-size: 28px; }
  body.product .productView-purchasePanel {
    padding: 18px; }
  body.product .subscription-choice-heading {
    align-items: flex-start;
    flex-direction: column; }
  body.product .subscription-choice-badge {
    margin-top: 2px; } }
