/** Shopify CDN: Minification failed

Line 1225:27 Unexpected "*"

**/
/* BuyBest — custom polish on top of Dawn */

:root {
  --lustre-rose-gold: #b76e79;
  --lustre-champagne: #c9a675;
  --lustre-cream: #faf6f1;
  --lustre-charcoal: #1a1a1a;
  --lustre-blush: #f2e4dc;
}

/* Editorial typography polish */
h1, .h1, h2, .h2, h3, .h3,
.hero__heading, .banner__heading, .section-header__heading {
  letter-spacing: -0.01em;
  font-feature-settings: "ss01" on, "ss02" on;
}

.caption-with-letter-spacing,
.caption,
.subtitle,
.uppercase {
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
  font-weight: 500;
}

/* Buttons — soft shadow lift on hover */
.button,
button.shopify-payment-button__button--unbranded {
  transition: transform 240ms ease, box-shadow 240ms ease, background 200ms ease, color 200ms ease;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.button:hover,
button.shopify-payment-button__button--unbranded:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px -16px rgba(26, 26, 26, 0.55);
}

/* Subtle gold underline accent on links inside rich text */
.rich-text__text a,
.article__content a {
  background-image: linear-gradient(var(--lustre-champagne), var(--lustre-champagne));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  padding-bottom: 1px;
  transition: background-size 220ms ease;
}

.rich-text__text a:hover,
.article__content a:hover {
  background-size: 100% 2px;
}

/* Hero banner — softer text rendering, refined overlay */
.banner__content .banner__heading {
  font-weight: 400;
  line-height: 1.05;
}

.banner__media::after {
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.0) 30%, rgba(26, 26, 26, 0.45) 100%) !important;
}

/* Product cards — gentle lift on hover */
.card-wrapper {
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.card-wrapper:hover {
  transform: translateY(-2px);
}

.card-wrapper:hover .card__media .media img {
  transform: scale(1.04);
}

.card__media .media img {
  transition: transform 600ms ease;
}

/* Refined price tag */
.price__regular .price-item--regular,
.price__sale .price-item--sale {
  font-feature-settings: "tnum";
  letter-spacing: 0.04em;
}

/* Announcement bar — luxe spacing */
.announcement-bar__message {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

/* Trust badge columns — circular media accents */
.multicolumn-card__image-wrapper {
  border: 1px solid rgba(201, 166, 117, 0.45);
}

/* Footer */
.footer-block__heading {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 600;
}

/* Quantity selector & cart drawer refinements */
.quantity__input {
  font-feature-settings: "tnum";
}

/* Predictive search result polish */
.predictive-search__heading {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

/* ─────────── Product page enhancements ─────────── */

/* Quantity-tier offer card */
.bb-tier-offer {
  margin: 1.6rem 0 1.4rem;
  border: 1px solid rgba(183, 110, 121, 0.25);
  border-radius: 14px;
  padding: 1.1rem 1.1rem 1.2rem;
  background: linear-gradient(135deg, #fff7f1 0%, #fdebe1 100%);
}
.bb-tier-offer__title {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--lustre-rose-gold);
  margin: 0 0 0.7rem;
  display: flex; align-items: center; gap: 0.5rem;
}
.bb-tier-offer__title::before {
  content: "🔥"; font-size: 1rem;
}
.bb-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
  margin-top: 0.4rem;
}
.bb-tier {
  position: relative;
  appearance: none;
  border: 1.5px solid #eadbcd;
  border-radius: 12px;
  padding: 1.4rem 0.55rem 0.85rem;
  background: #fff;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.bb-tier:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -14px rgba(183,110,121,0.45);
  border-color: var(--lustre-rose-gold);
}
.bb-tier--featured {
  border-color: var(--lustre-rose-gold);
  background: linear-gradient(180deg, #fff 0%, #fff5ef 100%);
}
.bb-tier.is-selected,
.bb-tier[aria-pressed="true"] {
  border-color: var(--lustre-charcoal);
  box-shadow: 0 14px 28px -22px rgba(26,26,26,0.65), inset 0 0 0 1px var(--lustre-charcoal);
}
.bb-tier__badge {
  position: absolute;
  top: -11px; left: 50%;
  transform: translateX(-50%);
  background: var(--lustre-rose-gold);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 4px 10px;
  border-radius: 99px;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 10px -4px rgba(183,110,121,0.5);
}
.bb-tier__qty {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
  color: var(--lustre-charcoal);
  margin: 0 0 0.1rem;
}
.bb-tier__label {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8a7468;
  margin-bottom: 0.45rem;
  font-weight: 600;
}
.bb-tier__discount {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--lustre-rose-gold);
  margin-bottom: 0.15rem;
}
.bb-tier__price {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--lustre-charcoal);
  margin-top: 0.1rem;
  white-space: nowrap;
}
.bb-tier__badge--dark {
  background: var(--lustre-charcoal);
}

.bb-bundle-colors {
  margin-top: 1.05rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(183, 110, 121, 0.18);
}
.bb-bundle-colors__title {
  margin: 0 0 0.75rem;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--lustre-charcoal);
}
.bb-bundle-slots {
  display: grid;
  gap: 0.85rem;
}
.bb-bundle-slot {
  border: 0;
  padding: 0;
  margin: 0;
}
.bb-bundle-slot legend {
  margin-bottom: 0.45rem;
  font-size: 12px;
  color: #6d5a4f;
  font-weight: 600;
}
.bb-bundle-swatch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}
.bb-bundle-color {
  appearance: none;
  min-height: 42px;
  border: 1px solid rgba(26,26,26,0.28);
  border-radius: 999px;
  padding: 0.45rem 0.55rem;
  background: color-mix(in srgb, var(--bb-color) 72%, white 28%);
  color: var(--lustre-charcoal);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.bb-bundle-color--dark {
  color: var(--lustre-cream);
}
.bb-bundle-color:hover {
  transform: translateY(-1px);
  border-color: var(--lustre-charcoal);
}
.bb-bundle-color.is-selected,
.bb-bundle-color[aria-pressed="true"] {
  border-color: var(--lustre-charcoal);
  box-shadow: 0 0 0 2px var(--lustre-cream), 0 0 0 4px var(--lustre-charcoal);
}
.bb-bundle-color:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.bb-bundle-color__swatch {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--bb-color);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: 0 0 0 1px rgba(26,26,26,0.14);
}
.bb-bundle-colors__help {
  margin: 0.7rem 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #7a6859;
}

/* COD + delivery trust strip */
.bb-cod-strip {
  margin: 1.1rem 0 0.4rem;
  padding: 1rem 1.1rem;
  background: #f6efe7;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1.2rem;
  align-items: center;
}
.bb-cod-item {
  display: flex; align-items: flex-start; gap: 0.7rem;
  font-size: 0.82rem;
  color: #5a4a3e;
  line-height: 1.35;
}
.bb-cod-item svg, .bb-cod-item__icon {
  flex: 0 0 22px;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 1px;
}
.bb-cod-item strong {
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lustre-charcoal);
  font-weight: 700;
  margin-bottom: 2px;
}

/* Urgency tag */
.bb-urgency {
  margin: 0.9rem 0 0.3rem;
  font-size: 0.85rem;
  color: #b14242;
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-weight: 600;
  padding: 0.45rem 0.85rem;
  background: rgba(255, 82, 82, 0.08);
  border-radius: 99px;
  letter-spacing: 0.01em;
}
.bb-urgency::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ff5252;
  display: inline-block;
  animation: bb-pulse 1.5s infinite;
}
@keyframes bb-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(1.3); }
}

/* Quick features list */
.bb-features {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}
.bb-features li {
  display: flex; align-items: flex-start; gap: 0.6rem;
  font-size: 0.92rem;
  color: #2e2620;
  line-height: 1.5;
}
.bb-features li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  width: 18px; height: 18px;
  margin-top: 2px;
  background: var(--lustre-rose-gold);
  color: #fff;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}

/* Reviews section */
.bb-reviews {
  padding: 3rem 0 3.5rem;
  background: #fdfaf6;
}
.bb-reviews__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.bb-reviews__header {
  text-align: center;
  margin-bottom: 2rem;
}
.bb-reviews__avg {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  line-height: 1;
  color: var(--lustre-charcoal);
}
.bb-reviews__stars {
  color: #f5b941;
  font-size: 1.15rem;
  letter-spacing: 0.1em;
  margin: 0.3rem 0 0.4rem;
}
.bb-reviews__count {
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7a6859;
}
.bb-reviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.1rem;
}

/* Reviews carousel */
.bb-reviews__carousel {
  position: relative;
  margin-top: 0.5rem;
}
.bb-reviews__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0.6rem 0.2rem 1.6rem;
  -webkit-overflow-scrolling: touch;
}
.bb-reviews__track::-webkit-scrollbar { display: none; }
.bb-reviews__track > .bb-review {
  flex: 0 0 calc((100% - 2rem) / 3);
  scroll-snap-align: start;
  min-height: 220px;
}
.bb-reviews__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.4rem;
}
.bb-reviews__btn {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1.5px solid var(--lustre-charcoal);
  background: #fff;
  color: var(--lustre-charcoal);
  font-size: 1.1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center; justify-content: center;
  transition: background 180ms, color 180ms, transform 180ms;
}
.bb-reviews__btn:hover {
  background: var(--lustre-charcoal);
  color: #fff;
}
.bb-reviews__btn:active { transform: scale(0.94); }
.bb-reviews__btn[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.bb-reviews__dots {
  display: flex; gap: 0.4rem;
  margin: 0 0.9rem;
}
.bb-reviews__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #d6c4b3;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 180ms, width 180ms;
}
.bb-reviews__dot--active {
  background: var(--lustre-rose-gold);
  width: 22px;
  border-radius: 4px;
}
@media (max-width: 990px) {
  .bb-reviews__track > .bb-review { flex: 0 0 calc((100% - 1rem) / 2); }
}
@media (max-width: 640px) {
  .bb-reviews__track > .bb-review { flex: 0 0 88%; }
}
.bb-review {
  background: #fff;
  border: 1px solid #eee6dc;
  border-radius: 12px;
  padding: 1.1rem 1.15rem 1rem;
  display: flex; flex-direction: column;
  transition: box-shadow 250ms ease, transform 250ms ease;
}
.bb-review:hover {
  box-shadow: 0 18px 30px -22px rgba(26,26,26,0.25);
  transform: translateY(-2px);
}
.bb-review__header {
  display: flex; align-items: center; gap: 0.6rem;
  margin-bottom: 0.5rem;
}
.bb-review__avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--lustre-blush);
  color: var(--lustre-charcoal);
  font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem;
}
.bb-review__name {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--lustre-charcoal);
  line-height: 1.1;
}
.bb-review__loc {
  font-size: 0.72rem;
  color: #8a7868;
  margin-top: 1px;
}
.bb-review__verified {
  margin-left: auto;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4f8a52;
  background: #e9f5ea;
  padding: 3px 7px;
  border-radius: 4px;
  font-weight: 600;
}
.bb-review__stars {
  color: #f5b941;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.45rem;
}
.bb-review__body {
  font-size: 0.88rem;
  color: #4a3f37;
  line-height: 1.55;
  flex: 1;
}
.bb-review__date {
  font-size: 0.7rem;
  color: #a09182;
  margin-top: 0.7rem;
}
.bb-review__more {
  display: block;
  margin: 1.5rem auto 0;
  padding: 0.7rem 1.6rem;
  border: 1.5px solid var(--lustre-charcoal);
  background: transparent;
  color: var(--lustre-charcoal);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: background 200ms, color 200ms;
}
.bb-review__more:hover {
  background: var(--lustre-charcoal);
  color: #fff;
}

@media (max-width: 740px) {
  .bb-tier-grid { gap: 0.4rem; }
  .bb-tier__qty { font-size: 1.3rem; }
  .bb-cod-strip { grid-template-columns: 1fr; }
}

/* ═══════════ Iteration 2 — Professional polish ═══════════ */

/* Override the store wordmark — replaces "My Store" with "BuyBest" until shop name is changed in Admin */
.header__heading-link .h2,
.header__heading-link h1 {
  font-size: 0 !important;
  line-height: 1 !important;
}
.header__heading-link .h2::before,
.header__heading-link h1::before {
  content: "BuyBest";
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: 0.02em;
  color: var(--lustre-charcoal);
  line-height: 1;
  display: inline-block;
}
.header__heading-link:hover .h2::before,
.header__heading-link:hover h1::before {
  color: var(--lustre-rose-gold);
  transition: color 200ms ease;
}

/* Announcement bar — refined gold accent text */
.utility-bar .announcement-bar__message {
  color: var(--lustre-cream);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  padding: 0.7rem 1rem;
}
.utility-bar.color-scheme-3,
.utility-bar.color-scheme-3 .announcement-bar__message {
  background-color: var(--lustre-charcoal) !important;
  color: var(--lustre-cream) !important;
}

/* Hero section — stronger button contrast & elegant text shadow */
.banner__content .banner__heading {
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.015em;
  line-height: 1.05;
}
.banner__content .banner__text {
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.6);
  font-size: 1.05rem;
  max-width: 36rem;
  margin: 1rem auto 1.6rem;
  font-weight: 400;
}
.banner__content .banner__buttons .button--primary {
  background-color: var(--lustre-cream);
  color: var(--lustre-charcoal);
  border: 2px solid var(--lustre-cream);
  padding: 1rem 2.2rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.banner__content .banner__buttons .button--primary:hover {
  background-color: var(--lustre-champagne);
  border-color: var(--lustre-champagne);
  color: var(--lustre-charcoal);
}
.banner__content .banner__buttons .button--secondary {
  background-color: transparent;
  color: var(--lustre-cream);
  border: 2px solid var(--lustre-cream);
  padding: 1rem 2.2rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.banner__content .banner__buttons .button--secondary:hover {
  background-color: var(--lustre-cream);
  color: var(--lustre-charcoal);
}

.banner__box--hero-search {
  width: min(74rem, calc(100vw - 4rem));
  max-width: none !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.bb-hero-search {
  --color-foreground: 26, 26, 26;
  --color-background: 250, 246, 241;
  --color-shadow: 26, 26, 26;
  --color-link: 26, 26, 26;
  width: 100%;
  margin: 0 auto;
}

.bb-hero-search__predictive {
  display: block;
  position: relative;
  width: 100%;
}

.bb-hero-search__form {
  position: relative;
  width: 100%;
}

.bb-hero-search__field {
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.2rem;
  min-height: 6.6rem;
  padding: 0.45rem 0.55rem 0.45rem 1.6rem;
  border: 1px solid rgba(250, 246, 241, 0.82);
  border-radius: 999px;
  background: rgba(250, 246, 241, 0.96);
  box-shadow: 0 26px 70px -34px rgba(0, 0, 0, 0.78), inset 0 0 0 1px rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(12px);
}

.bb-hero-search__icon {
  color: var(--lustre-charcoal);
  opacity: 0.72;
}

.bb-hero-search__icon .icon {
  width: 2rem;
  height: 2rem;
}

.bb-hero-search__input {
  min-width: 0;
  height: auto;
  min-height: 5.2rem;
  padding: 0 1rem 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--lustre-charcoal);
  font-size: 1.72rem;
  letter-spacing: 0;
}

.bb-hero-search__input::placeholder {
  color: rgba(26, 26, 26, 0.58);
  opacity: 1;
}

.bb-hero-search__input:focus {
  outline: none;
  box-shadow: none !important;
}

.bb-hero-search__reset,
.bb-hero-search__submit {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.bb-hero-search__reset {
  grid-column: 3;
  width: 4.2rem;
  height: 4.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: rgba(26, 26, 26, 0.58);
}

.bb-hero-search__submit {
  grid-column: 4;
  justify-self: end;
  width: 5.2rem;
  min-width: 5.2rem;
  height: 5.2rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lustre-charcoal);
  color: #fff;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.bb-hero-search__submit .svg-wrapper,
.bb-hero-search__submit .icon {
  width: 2rem;
  height: 2rem;
}

.bb-hero-search__submit:hover {
  transform: translateY(-1px);
  background: #000;
  box-shadow: 0 16px 30px -20px rgba(0, 0, 0, 0.95);
}

.bb-hero-search .predictive-search--hero {
  top: calc(100% + 0.9rem);
  left: 0;
  right: 0;
  width: 100%;
  max-height: min(56rem, calc(100vh - 20rem));
  border: 1px solid rgba(201, 166, 117, 0.32);
  border-radius: 18px;
  background: rgb(var(--color-background));
  color: var(--lustre-charcoal);
  box-shadow: 0 28px 80px -36px rgba(0, 0, 0, 0.75);
  overflow-y: auto;
  z-index: 8;
}

.bb-hero-search__predictive[loading]:not([results]) .predictive-search--hero {
  display: block;
  max-height: 8.6rem !important;
  overflow: hidden;
}

.bb-hero-search .predictive-search__loading-state {
  min-height: 8.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem;
}

.bb-hero-search .predictive-search__loading-state .spinner,
.bb-hero-search .predictive-search__loading-state svg {
  width: 2.4rem !important;
  height: 2.4rem !important;
  max-width: 2.4rem;
  max-height: 2.4rem;
  flex: 0 0 2.4rem;
}

@keyframes bb-search-skeleton-sheen {
  0% {
    background-position: 180% 0;
  }

  100% {
    background-position: -120% 0;
  }
}

.bb-search-skeleton.predictive-search__loading-state {
  width: 100%;
  min-height: 86px;
  display: grid !important;
  align-content: center;
  justify-content: stretch !important;
  gap: 10px;
  padding: 18px;
}

.bb-search-skeleton__line {
  width: 66%;
  height: 12px;
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(13, 13, 13, 0.08) 0%, rgba(13, 13, 13, 0.18) 38%, rgba(13, 13, 13, 0.08) 72%);
  background-size: 220% 100%;
  animation: bb-search-skeleton-sheen 1.1s ease-in-out infinite;
}

.bb-search-skeleton__line--wide {
  width: 84%;
}

.bb-search-skeleton__line--short {
  width: 44%;
}

.search-modal__form[loading]:not([results]) .predictive-search--header {
  display: block;
  overflow: hidden;
}

.search-modal__form .bb-search-skeleton.predictive-search__loading-state {
  min-height: 96px;
  padding: 16px;
}

.bb-hero-search .bb-search-skeleton.predictive-search__loading-state {
  min-height: 8.2rem;
}

.bb-hero-search .predictive-search__results-groups-wrapper {
  display: block;
  padding-bottom: 0.4rem;
}

.bb-hero-search .predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-products) .predictive-search__result-group:first-child {
  display: none;
}

.bb-hero-search .predictive-search__result-group {
  gap: 0;
}

.bb-hero-search .predictive-search__heading {
  margin-inline: 1.6rem;
  padding-top: 1.25rem;
}

.bb-hero-search .predictive-search__results-list {
  padding: 0.4rem 0 0.6rem;
}

.bb-hero-search .predictive-search__item {
  padding: 1.15rem 1.6rem;
}

.bb-hero-search .predictive-search__item--link-with-thumbnail {
  display: grid !important;
  grid-template-columns: 7.2rem minmax(0, 1fr) !important;
  grid-template-areas: "product-image product-content" !important;
  grid-column-gap: 1.55rem;
  align-items: center;
  text-align: left;
}

.bb-hero-search .predictive-search__image {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 12px;
  background: #fff;
  object-fit: cover;
}

.bb-hero-search .predictive-search__item-content {
  align-items: flex-start;
  min-width: 0;
  text-align: left;
}

.bb-hero-search .predictive-search__item-heading {
  color: var(--lustre-charcoal);
  font-size: 1.42rem;
  line-height: 1.25;
  text-align: left;
}

.bb-hero-search .predictive-search .price {
  color: rgba(26, 26, 26, 0.66);
  font-size: 1.18rem;
}

@media (max-width: 740px) {
  .banner__box--hero-search {
    width: min(100%, calc(100vw - 2.4rem));
  }

  .bb-hero-search__field {
    grid-template-columns: 2.4rem minmax(0, 1fr) auto 4.8rem;
    min-height: 5.8rem;
    padding: 0.35rem 0.4rem 0.35rem 1rem;
  }

  .bb-hero-search__input {
    min-height: 4.8rem;
    font-size: 1.35rem;
  }

  .bb-hero-search__submit {
    width: 4.8rem;
    min-width: 4.8rem;
    height: 4.8rem;
  }

  .bb-hero-search__submit .svg-wrapper,
  .bb-hero-search__submit .icon {
    width: 1.9rem;
    height: 1.9rem;
  }

  .bb-hero-search .predictive-search--hero {
    max-height: 64vh;
    border-radius: 14px;
  }

  .bb-hero-search .predictive-search__results-groups-wrapper {
    flex-direction: column;
  }
}

/* Product cards — clean typography, hide noisy microlabels */
.price__regular .price-item--regular,
.price__sale .price-item--sale {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--lustre-charcoal);
}
.price__sale .price-item--regular {
  font-size: 0.85rem;
  color: #9a8e80;
  font-weight: 400;
}
.visually-hidden,
.price__regular .price__regular-label,
.price__sale .price__sale-label,
.price__sale .price__regular-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

/* Card title — refined editorial feel */
.card__heading,
.card .card__heading a,
.card-information .card__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.005em;
  text-transform: none;
  margin-bottom: 0.4rem;
}

/* Hide "Sale" word inside heading link text (Dawn appends it for screenreaders) */
.card__heading a .sr-only,
.card__heading .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* Sale badge — smaller, more elegant */
.card__badge .badge {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  padding: 0.35rem 0.7rem;
  border-radius: 2px;
  background-color: var(--lustre-charcoal);
  color: var(--lustre-cream);
  border: none;
  font-weight: 600;
}

/* Section headings — finer rhythm */
.collection__title .title,
.collection-list-title,
.section-header__title,
.title-wrapper-with-link .title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 2.6vw, 2.4rem);
  letter-spacing: -0.01em;
  margin-bottom: 0.4rem;
}

/* "Crafted for Every Moment" rich-text — more breathing room */
.rich-text__heading {
  font-size: clamp(2rem, 3.2vw, 2.8rem) !important;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.rich-text__text p {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a4036;
  max-width: 38rem;
  margin: 0 auto;
}

/* Image-with-text "Made to Last a Lifetime" */
.image-with-text__heading {
  font-size: clamp(1.9rem, 2.8vw, 2.6rem) !important;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.image-with-text__text p {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a4036;
}

/* Trust badge / multicolumn — tighter, refined */
.multicolumn-card__info .h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.multicolumn-card__info .rte p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #5a4f43;
}

/* Newsletter "Join the BuyBest List" — premium form */
.newsletter-form__field-wrapper .field__input {
  background: transparent;
  border: 1px solid rgba(26,26,26,0.25);
  font-size: 0.95rem;
}
.newsletter-form__field-wrapper .field__input:focus {
  border-color: var(--lustre-charcoal);
  box-shadow: none;
}

/* Footer — premium dark mode */
.footer {
  border-top: 1px solid rgba(201,166,117,0.15);
}
.footer .footer-block__heading {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: var(--lustre-champagne);
  margin-bottom: 1.2rem;
}
.footer .footer-block__details-content .h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--lustre-cream);
  margin-bottom: 0.8rem;
  text-transform: none;
}
.footer .footer-block__details-content .rte p {
  font-size: 0.9rem;
  line-height: 1.7;
  opacity: 0.85;
}
.footer .footer-block-image,
.footer .footer__list-social,
.footer .footer-block__details-content ul {
  font-size: 0.92rem;
}
.footer .footer__list-social .list-social__item .icon {
  width: 18px;
  height: 18px;
}
.footer__copyright {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  opacity: 0.7;
}

/* Collage / "The Edit" section — tighter labels */
.collage .card__heading {
  font-size: 1.6rem !important;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
}

/* Featured-collection slider arrow polish */
.slider-button {
  border: 1px solid rgba(26,26,26,0.15);
  transition: background 200ms, border-color 200ms;
}
.slider-button:not([disabled]):hover {
  background-color: var(--lustre-charcoal);
  color: var(--lustre-cream);
  border-color: var(--lustre-charcoal);
}

/* Universal smooth scroll & font rendering */
html { scroll-behavior: smooth; }
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Mobile refinements */
@media (max-width: 749px) {
  .banner__content .banner__heading { font-size: 2rem !important; }
  .banner__content .banner__text { font-size: 0.95rem; }
  .utility-bar .announcement-bar__message {
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    padding: 0.6rem 0.8rem;
  }
  .header__heading-link .h2::before,
  .header__heading-link h1::before { font-size: 1.5rem; }
}

/* ═══════════ Iteration 3 — Footer copyright + spacing ═══════════ */

/* Override "Powered by Shopify · MY STORE" copyright until shop name updates */
.footer__copyright > small.copyright__content { display: none !important; }
.footer__copyright::before {
  content: "© BuyBest · Crafted in Pakistan";
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--lustre-cream);
  opacity: 0.55;
  margin-right: 1rem;
}

/* Footer text-block links — gold underline reveal */
.footer-block__details-content .rte a {
  color: var(--lustre-cream);
  opacity: 0.85;
  text-decoration: none;
  background-image: linear-gradient(var(--lustre-champagne), var(--lustre-champagne));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 240ms ease, opacity 200ms ease;
  padding-bottom: 2px;
  display: inline-block;
  line-height: 2;
}
.footer-block__details-content .rte a:hover {
  opacity: 1;
  background-size: 100% 1px;
  color: var(--lustre-champagne);
}

/* Smart Gadgets — when products are few, center & emphasize */
#shopify-section-template--*--new-arrivals .grid--peek .grid__item,
.section-template--new-arrivals .grid__item {
  /* fallback */
}

/* Header navigation — refined link spacing */
.header__menu-item span {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.header__menu-item:hover span {
  text-decoration: none;
  color: var(--lustre-rose-gold);
}
.header__active-menu-item {
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}

/* Hero overlay — stronger gradient for readability */
.banner__media::after {
  background: linear-gradient(180deg, rgba(26,26,26,0.15) 0%, rgba(26,26,26,0.55) 100%) !important;
}

/* Sale price — rose-gold tint for accent */
.price__sale .price-item--sale {
  color: var(--lustre-rose-gold);
}

/* Trust badges — refined cards with gold top border */
.multicolumn-card {
  position: relative;
  padding-top: 1.5rem;
}
.multicolumn-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 2px;
  background: var(--lustre-champagne);
}

/* "View All" buttons on featured collections — premium dark style */
.center .button.button--secondary {
  background: var(--lustre-charcoal);
  color: var(--lustre-cream);
  border: none;
  padding: 1rem 2.4rem;
  letter-spacing: 0.18em;
}
.center .button.button--secondary:hover {
  background: var(--lustre-rose-gold);
  color: var(--lustre-cream);
}

/* Image-with-text "Discover the Craft" button — same premium style */
.image-with-text__content .button {
  padding: 1rem 2.2rem;
  letter-spacing: 0.16em;
}

/* Collection-list "Watches / Gadgets" hover lift */
.collection-list__item .card-wrapper {
  transition: transform 320ms ease, box-shadow 320ms ease;
}
.collection-list__item .card-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -22px rgba(26,26,26,0.35);
}
.collection-list__item .card__heading a {
  font-size: 1.5rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

/* Section padding rhythm */
.section + .section { margin-top: 0; }
.shopify-section {
  scroll-margin-top: 80px;
}

/* Page max-width nudge for premium feel on large screens */
@media (min-width: 1400px) {
  .page-width {
    max-width: 1320px;
  }
}

/* ═══════════ Iteration 4 — Typography scale correction ═══════════ */

/* Dawn uses a 10px rem baseline, so key custom typography needs explicit sizing. */
body {
  font-size: 15px;
}

.utility-bar .announcement-bar__message {
  font-size: 11px !important;
  line-height: 1.45;
  letter-spacing: 0.19em;
}

.header__heading-link .h2::before,
.header__heading-link h1::before {
  font-size: 30px;
}

.header__menu-item span {
  font-size: 13px;
  letter-spacing: 0.045em;
}

.header__icons .icon {
  width: 22px;
  height: 22px;
}

.banner__content .banner__heading {
  font-size: clamp(50px, 5.6vw, 76px) !important;
  line-height: 0.98;
}

.banner__content .banner__text {
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.55;
  max-width: 560px;
  color: rgba(250, 246, 241, 0.92);
}

.button,
button.shopify-payment-button__button--unbranded,
.banner__content .banner__buttons .button--primary,
.banner__content .banner__buttons .button--secondary,
.center .button.button--secondary,
.image-with-text__content .button {
  font-size: 12px;
  line-height: 1.2;
  min-height: 48px;
}

.collection__title .title,
.collection-list-title,
.section-header__title,
.title-wrapper-with-link .title {
  font-size: clamp(30px, 3.1vw, 42px);
  line-height: 1.12;
}

.rich-text__heading {
  font-size: clamp(34px, 3.4vw, 48px) !important;
}

.rich-text__text p,
.image-with-text__text p,
.newsletter__subheading p {
  font-size: 15px;
  line-height: 1.75;
}

.caption-with-letter-spacing,
.caption,
.subtitle,
.uppercase,
.image-with-text__text-item .caption-with-letter-spacing {
  font-size: 12px;
  line-height: 1.45;
}

.image-with-text__heading {
  font-size: clamp(34px, 3vw, 48px) !important;
  line-height: 1.1;
}

.card__heading,
.card .card__heading a,
.card-information .card__heading {
  font-size: 15px;
  line-height: 1.35;
}

.card-information,
.card-information > * {
  font-size: 14px;
}

.price__regular .price-item--regular,
.price__sale .price-item--sale {
  font-size: 15px;
  line-height: 1.35;
}

.price__sale .price-item--regular {
  font-size: 13px;
}

.card__badge .badge {
  font-size: 10px;
  line-height: 1;
}

.collection-list__item .card__heading a {
  font-size: 22px;
  line-height: 1.2;
}

.multicolumn-card__info .h3 {
  font-size: 24px;
  line-height: 1.18;
}

.multicolumn-card__info .rte p {
  font-size: 14px;
  line-height: 1.65;
}

.footer .footer-block__heading {
  font-size: 12px;
  line-height: 1.35;
}

.footer .footer-block__details-content .h4 {
  font-size: 28px;
  line-height: 1.15;
}

.footer .footer-block__details-content .rte p,
.footer-block__details-content .rte a,
.footer__copyright::before,
.footer__copyright .copyright__content,
.footer__copyright .copyright__content a {
  font-size: 14px;
  line-height: 1.7;
}

#shopify-section-template--26168326881527__new-arrivals .grid {
  justify-content: center;
}

#shopify-section-template--26168326881527__new-arrivals .grid__item:only-child {
  max-width: 320px;
}

@media (max-width: 749px) {
  .utility-bar .announcement-bar__message {
    font-size: 10px !important;
    letter-spacing: 0.12em;
  }

  .header__heading-link .h2::before,
  .header__heading-link h1::before {
    font-size: 24px;
  }

  .banner__content .banner__heading {
    font-size: clamp(34px, 11vw, 46px) !important;
  }

  .banner__content .banner__text {
    font-size: 14px;
    line-height: 1.55;
  }

  .button,
  button.shopify-payment-button__button--unbranded,
  .banner__content .banner__buttons .button--primary,
  .banner__content .banner__buttons .button--secondary,
  .center .button.button--secondary,
  .image-with-text__content .button {
    font-size: 11px;
    min-height: 44px;
  }

  .collection__title .title,
  .collection-list-title,
  .section-header__title,
  .title-wrapper-with-link .title,
  .rich-text__heading,
  .image-with-text__heading {
    font-size: clamp(28px, 8vw, 36px) !important;
  }

  .card__heading,
  .card .card__heading a,
  .card-information .card__heading {
    font-size: 14px;
  }

  .price__regular .price-item--regular,
  .price__sale .price-item--sale {
    font-size: 14px;
  }

  .footer .footer-block__details-content .h4 {
    font-size: 24px;
  }
}

/* Product page typography + trust UI scale */
.bb-tier-offer {
  border-radius: 10px;
}

.bb-tier-offer__title {
  font-size: 12px;
  line-height: 1.35;
}

.bb-tier-offer__title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lustre-champagne);
  box-shadow: 0 0 0 4px rgba(201, 166, 117, 0.16);
}

.bb-tier__qty {
  font-size: 30px;
}

.bb-tier__label,
.bb-tier__badge {
  font-size: 11px;
  line-height: 1;
}

.bb-tier__discount,
.bb-tier__price {
  font-size: 13px;
  line-height: 1.35;
}

.bb-urgency {
  font-size: 14px;
  line-height: 1.4;
}

.bb-features li {
  font-size: 15px;
}

.bb-cod-item {
  font-size: 13px;
  line-height: 1.45;
}

.bb-cod-item strong {
  font-size: 12px;
  line-height: 1.25;
}

.bb-cod-item__icon {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(201, 166, 117, 0.72);
  border-radius: 999px;
  color: var(--lustre-charcoal);
  background: rgba(250, 246, 241, 0.78);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.product__title h1,
.product__title .h1 {
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.08;
  font-weight: 500;
}

.product__info-container .price {
  font-size: 20px;
}

.product__accordion .accordion__title {
  font-size: 15px;
}

.product__accordion .accordion__content,
.product__description {
  font-size: 15px;
  line-height: 1.75;
}

.bb-reviews__avg {
  font-size: 48px;
}

.bb-reviews__count,
.bb-review__loc,
.bb-review__date {
  font-size: 12px;
}

.bb-review__name {
  font-size: 15px;
}

.bb-review__body {
  font-size: 14px;
}

.bb-review__verified {
  font-size: 10px;
}

@media (max-width: 749px) {
  .product__title h1,
  .product__title .h1 {
    font-size: 30px;
  }

  .bb-tier-grid {
    grid-template-columns: 1fr;
  }

  .bb-tier {
    padding: 1.2rem 1rem 1rem;
  }

  .bb-tier__qty {
    font-size: 26px;
  }

  .bb-cod-strip {
    gap: 0.9rem;
  }

  .product__media-wrapper {
    margin-bottom: 0.8rem;
  }

  .product__media-list .product__media-item {
    max-height: 48vh;
    overflow: hidden;
  }

  .product-media-container.constrain-height {
    max-height: 48vh;
  }

  .product__media.media {
    padding-top: min(68vw, 48vh) !important;
  }

  .product__media.media img {
    object-fit: cover;
    object-position: center;
  }

  .product--thumbnail_slider .thumbnail-slider {
    margin-top: 0.8rem;
  }

  .product--thumbnail_slider .thumbnail-list.slider--mobile {
    gap: 0.8rem;
    justify-content: center;
  }

  .product--thumbnail_slider .thumbnail-list__item.slider__slide {
    width: 64px !important;
  }

  .product--thumbnail_slider .thumbnail {
    min-height: 64px;
  }

  .product__info-wrapper.scroll-trigger,
  .product__info-container .scroll-trigger {
    opacity: 1 !important;
    transform: none !important;
  }
}

:root {
  --bb-ink: #0d0d0d;
  --bb-paper: #ffffff;
  --bb-peach: #fae9df;
  --bb-peach-deep: #edc7b7;
  --bb-orange: #ff9041;
  --bb-red: #e45d45;
  --bb-blue: #91c8dc;
  --bb-yellow: #f3c73a;
  --bb-muted: #40476a;
  --bb-line: rgba(13, 13, 13, 0.14);
}

body {
  background: var(--bb-paper);
  color: var(--bb-ink);
  letter-spacing: 0;
  font-family: "Roboto Slab", Georgia, serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.card__heading,
.card__heading a,
.banner__heading,
.title,
.inline-richtext {
  letter-spacing: 0 !important;
}

.utility-bar,
.header-wrapper,
.header {
  background: var(--bb-paper) !important;
  color: var(--bb-ink) !important;
}

.utility-bar {
  border-bottom: 1px solid var(--bb-line);
}

.utility-bar .announcement-bar__message {
  color: var(--bb-ink) !important;
  font-size: 14px !important;
  line-height: 1.4;
  letter-spacing: 0 !important;
  text-transform: none;
  padding: 8px 40px;
  text-align: center;
}

.header {
  border-bottom: 1px solid var(--bb-line);
}

.header__heading-link .h2::before,
.header__heading-link h1::before {
  color: var(--bb-ink);
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0 !important;
}

.bb-inline-search {
  display: none;
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 260px 1fr 260px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .header > .bb-inline-search {
    display: block;
    width: 246px;
    justify-self: start;
  }

  .bb-inline-search__form {
    position: relative;
    width: 246px;
  }

  .bb-inline-search__input {
    width: 246px;
    height: 42px;
    padding: 8px 52px 8px 16px;
    border: 1px solid var(--bb-orange);
    border-radius: 40px;
    background: var(--bb-peach);
    color: #000;
    box-shadow: none;
    font-family: "Roboto Slab", Georgia, serif;
    font-size: 16px;
    line-height: 1.4;
    appearance: none;
  }

  .bb-inline-search__input::placeholder {
    color: rgba(0, 0, 0, 0.72);
    opacity: 1;
  }

  .bb-inline-search__button {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 37px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--bb-ink);
    transform: translateY(-50%);
    cursor: pointer;
  }

  .bb-inline-search__button .svg-wrapper,
  .bb-inline-search__button svg {
    width: 25px;
    height: 25px;
  }

  .bb-inline-search .predictive-search {
    margin-top: 10px;
    border: 1px solid var(--bb-orange);
    border-radius: 18px;
    background: var(--bb-peach);
    overflow: hidden;
  }

  .bb-inline-search[loading]:not([results]) .predictive-search {
    display: block;
    max-height: 118px;
  }

  .bb-inline-search .bb-search-skeleton.predictive-search__loading-state {
    min-height: 96px;
    padding: 16px;
  }

  .header > .header__search {
    width: 246px;
    justify-self: start;
  }

  .header > .header__search .header__icon--search {
    width: 246px;
    height: 42px;
    justify-content: space-between;
    padding: 0 18px;
    border: 1px solid var(--bb-orange);
    border-radius: 40px;
    background: var(--bb-peach);
    color: var(--bb-ink);
    text-decoration: none;
    font-family: "Roboto Slab", Georgia, serif;
    font-size: 16px;
  }

  .header > .header__search .header__icon--search::before {
    content: "Search";
    color: rgba(13, 13, 13, 0.72);
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
  }

  .header > .header__search .header__icon--search > span {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1;
  }

  .header > .header__search .svg-wrapper {
    width: 25px;
    height: 25px;
  }

  .header > .header__search .svg-wrapper svg {
    width: 25px;
    height: 25px;
  }

  .header__icons .header__search {
    display: none;
  }

  .header__icons {
    gap: 20px;
    justify-self: end;
  }

  .header__icon--account,
  .header__icon--cart {
    width: auto;
    gap: 10px;
    text-decoration: none;
  }

  .header__icon--account .svg-wrapper,
  .header__icon--cart .svg-wrapper,
  .header__icon--account svg,
  .header__icon--cart svg,
  .header__icons .header__icon--account .icon,
  .header__icons .header__icon--cart .icon {
    width: 27px !important;
    height: 27px !important;
  }

  .header__icon--account::after {
    content: "Account";
    font-size: 16px;
    color: var(--bb-ink);
  }

  #cart-icon-bubble::after {
    content: "Cart";
    font-size: 16px;
    color: var(--bb-ink);
  }
}

.header__inline-menu {
  grid-column: 1 / -1;
  margin-top: 18px;
  border-top: 1px solid var(--bb-line);
  width: 100%;
  justify-content: center;
}

.header__inline-menu .list-menu--inline {
  width: 100%;
  justify-content: center;
}

.header__menu-item span {
  color: var(--bb-ink);
  font-size: 16px;
  letter-spacing: 0 !important;
  font-family: "Roboto Slab", Georgia, serif;
}

.header__menu-item:hover span,
.header__active-menu-item {
  color: var(--bb-red);
}

.bb-mjw-hero {
  position: relative;
  min-height: var(--bb-hero-min-height);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #0d0d0d;
}

.bb-mjw-hero::before {
  content: none;
}

.bb-mjw-hero__media,
.bb-mjw-hero__shade {
  position: absolute;
  inset: 0;
}

.bb-mjw-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.68;
}

.bb-mjw-hero__shade {
  background: rgba(0, 0, 0, var(--bb-hero-overlay));
}

.bb-mjw-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 96px;
  padding-bottom: 96px;
}

.bb-mjw-hero__content--center {
  text-align: center;
}

.bb-mjw-hero__content--left {
  text-align: left;
}

.bb-mjw-hero__eyebrow,
.bb-story-grid__eyebrow {
  margin: 0 0 18px;
  color: var(--bb-yellow);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bb-mjw-hero__heading {
  max-width: 1040px;
  margin: 0 auto;
  color: #fff;
  font-size: 76px;
  line-height: 1.05;
  font-family: "Libre Bodoni", "Bodoni 72", Didot, serif;
  font-weight: 400;
}

.bb-mjw-hero__content--left .bb-mjw-hero__heading,
.bb-mjw-hero__content--left .bb-mjw-hero__text {
  margin-left: 0;
}

.bb-mjw-hero__text {
  max-width: 680px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.82);
}

.bb-mjw-hero__text p,
.bb-story-grid__header .rte p,
.bb-story-card .rte p,
.bb-promise-strip .rte p {
  font-size: 17px;
  line-height: 1.65;
}

.bb-mjw-hero__actions {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.bb-mjw-hero__actions:empty {
  display: none;
}

.bb-mjw-hero .button,
.collection__view-all .button,
.bb-story-card__link,
.image-with-text__content .button,
.newsletter-form__button,
.product-form__submit,
.shopify-payment-button__button {
  border-radius: 999px !important;
  letter-spacing: 0 !important;
  text-transform: none;
}

.bb-mjw-hero .button--secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.color-scheme-2,
.color-scheme-2.gradient {
  background: var(--bb-peach) !important;
}

.collection__title.title-wrapper {
  text-align: center;
  margin-bottom: 28px;
}

.collection__title .title,
.rich-text__heading,
.image-with-text__heading,
.bb-promise-strip__title,
.bb-story-grid__header h2 {
  color: var(--bb-ink);
  font-size: 44px;
  line-height: 1.12;
  font-family: "Libre Bodoni", "Bodoni 72", Didot, serif;
  font-weight: 400;
}

.product-grid {
  column-gap: 10px;
  row-gap: 28px;
}

@media screen and (min-width: 990px) {
  .collection .slider-mobile-gutter.page-width-desktop {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.product-card-wrapper .card {
  height: 100%;
  overflow: hidden;
  border: 0 !important;
  border-radius: 25px !important;
  background: var(--bb-paper) !important;
  box-shadow: none !important;
}

.product-card-wrapper .card__inner,
.product-card-wrapper .card__media,
.product-card-wrapper .media {
  background: var(--bb-paper) !important;
  border-radius: 25px 25px 0 0 !important;
}

.product-card-wrapper .card__inner {
  min-height: 297px;
}

.product-card-wrapper .card__media .media img {
  object-fit: contain;
  padding: 22px 16px 0;
  transition: transform 420ms ease;
}

.product-card-wrapper:hover {
  transform: translateY(-3px);
}

.product-card-wrapper:hover .card__media .media img {
  transform: scale(1.035);
}

.product-card-wrapper .card__content {
  text-align: center;
}

.product-card-wrapper .card > .card__content {
  padding: 14px 18px 24px;
}

.product-card-wrapper .card__information {
  padding: 0;
}

.product-card-wrapper .card__heading,
.product-card-wrapper .card__heading a {
  color: var(--bb-ink);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card-wrapper .price {
  justify-content: center;
  color: var(--bb-muted);
}

.product-card-wrapper .price__regular .price-item--regular,
.product-card-wrapper .price__sale .price-item--sale {
  color: var(--bb-muted);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Roboto Slab", Georgia, serif;
}

.product-card-wrapper .price__sale .price-item--regular,
.product-card-wrapper .price__sale .price__regular-label,
.product-card-wrapper .price__sale .price__sale-label,
.product-card-wrapper .card__badge {
  display: none !important;
}

.product-card-wrapper .quick-add {
  margin-top: 16px;
}

.product-card-wrapper .quick-add__submit {
  min-height: 42px;
  background: var(--bb-ink);
  color: #fff;
  border: 0;
}

.card__badge .badge {
  background: var(--bb-red) !important;
  color: #fff !important;
  border-radius: 999px;
  letter-spacing: 0 !important;
  text-transform: none;
}

.collection__view-all {
  margin-top: 44px;
}

.collection__view-all .button,
.center .button.button--secondary {
  min-width: 260px;
  background: #fff;
  color: var(--bb-ink);
  border: 1px solid transparent;
  box-shadow: none;
}

.collection__view-all .button:hover,
.center .button.button--secondary:hover {
  background: var(--bb-ink);
  color: #fff;
}

.bb-promise-strip {
  padding: 62px 0;
}

.bb-promise-strip__title,
.bb-story-grid__header {
  text-align: center;
}

.bb-promise-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  padding: 0;
  margin: 36px 0 0;
  list-style: none;
}

.bb-promise-strip__item {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 16px;
}

.bb-promise-strip__mark {
  width: 58px;
  height: 58px;
  border: 1px solid var(--bb-peach-deep);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bb-red);
  font-size: 20px;
  line-height: 1;
}

.bb-promise-strip__item h3,
.bb-story-card h3 {
  margin: 0 0 10px;
  color: var(--bb-ink);
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
}

.bb-promise-strip__item .rte,
.bb-story-card .rte {
  color: var(--bb-muted);
}

.bb-story-grid {
  padding: 78px 0;
  background: var(--bb-ink) !important;
}

.bb-story-grid__header {
  max-width: 780px;
  margin: 0 auto 42px;
}

.bb-story-grid__header h2,
.bb-story-grid__header .rte,
.bb-story-grid__header .rte p {
  color: #fff;
}

.bb-story-grid__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.bb-story-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.bb-story-card__media {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--bb-peach) 0%, var(--bb-blue) 54%, var(--bb-yellow) 100%);
}

.bb-story-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-story-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(13, 13, 13, 0.08) 25%, transparent 25%), linear-gradient(-45deg, rgba(13, 13, 13, 0.08) 25%, transparent 25%);
  background-size: 28px 28px;
}

.bb-story-card__body {
  padding: 28px;
}

.bb-story-card__link {
  display: inline-flex;
  margin-top: 18px;
  padding: 10px 18px;
  background: var(--bb-ink);
  color: #fff;
  text-decoration: none;
}

.collection-hero,
.main-collection-product-grid,
.template-search .template-search__header {
  background: var(--bb-peach);
}

.collection-hero__title,
.template-search__header h1,
.product__title h1,
.product__title .h1 {
  color: var(--bb-ink);
  letter-spacing: 0 !important;
}

.product__media-wrapper .product__media-list,
.product-media-container,
.thumbnail {
  border-radius: 8px !important;
  background: #fff;
}

.product__media-wrapper .product__media.media img,
.product-media-container .product__media img,
.thumbnail img {
  object-fit: contain !important;
  object-position: center center !important;
}

.product__media-wrapper .product__media.media,
.product-media-container .product__media {
  background: #fff;
}

.product__info-container .price,
.product__info-container .price-item {
  color: var(--bb-red);
}

.product-form__submit {
  background: var(--bb-ink);
  color: #fff;
  border: 0;
}

.product-form__submit:hover,
.shopify-payment-button__button:hover {
  background: var(--bb-red) !important;
  color: #fff !important;
}

.cart-drawer .drawer__inner {
  background: #fff;
}

.footer {
  margin-top: 0;
  background: var(--bb-ink) !important;
}

@media screen and (max-width: 989px) {
  .bb-mjw-hero__heading {
    font-size: 52px;
  }

  .bb-promise-strip__grid,
  .bb-story-grid__cards {
    grid-template-columns: 1fr;
  }

  .product-card-wrapper .card__inner {
    min-height: 260px;
  }
}

@media screen and (max-width: 749px) {
  .utility-bar .announcement-bar__message {
    padding: 8px 16px;
    font-size: 12px !important;
    text-align: center;
  }

  .header__heading-link .h2::before,
  .header__heading-link h1::before {
    font-size: 30px;
  }

  .header__inline-menu {
    margin-top: 0;
    border-top: 0;
  }

  .bb-mjw-hero {
    min-height: 520px;
  }

  .bb-mjw-hero__content {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .bb-mjw-hero__heading,
  .collection__title .title,
  .rich-text__heading,
  .image-with-text__heading,
  .bb-promise-strip__title,
  .bb-story-grid__header h2 {
    font-size: 36px !important;
    line-height: 1.12;
  }

  .bb-mjw-hero__text p,
  .bb-story-grid__header .rte p,
  .bb-story-card .rte p,
  .bb-promise-strip .rte p {
    font-size: 15px;
  }

  .product-card-wrapper .card__inner {
    min-height: 210px;
  }

  .product-card-wrapper .card__media .media img {
    padding: 14px 10px 6px;
  }

  .product-card-wrapper .card__heading,
  .product-card-wrapper .card__heading a {
    font-size: 15px;
  }

  .product-card-wrapper .price__regular .price-item--regular,
  .product-card-wrapper .price__sale .price-item--sale {
    font-size: 14px;
  }

  .bb-promise-strip,
  .bb-story-grid {
    padding: 44px 0;
  }

  .bb-story-card__body {
    padding: 22px;
  }
}
