/** Shopify CDN: Minification failed

Line 1417:0 Unexpected "}"

**/
/* ============================================================
   BUZZ RARITY — Component Styles
   Announcement Bar, Header, Footer, Product Cards, News Cards
   ============================================================ */

/* ====== Shopify Native Policy Pages ====== */
.shopify-policy__container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 2rem 8rem;
}

.shopify-policy__body p,
.shopify-policy__body li {
  font-size: 1.3rem;
  line-height: 2.0;
  margin-bottom: 1rem;
}

.shopify-policy__body h2 {
  font-size: 1.4rem;
  line-height: 1.4;
  padding-top: 6rem;
  padding-bottom: .5rem;
  margin: 0;
}

.shopify-policy__body h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.shopify-policy__body ol,
.shopify-policy__body ul {
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}

/* ====== Announcement Bar ====== */
.br-announce {
  position: relative;
  z-index: 51;
  background: var(--br-fg);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-align: center;
  padding: 8px 16px;
  text-transform: uppercase;
  overflow: hidden;
}

.br-announce__inner {
  display: inline-flex;
  gap: 64px;
  white-space: nowrap;
  animation: br-ticker 28s linear infinite;
}

/* ====== Header ====== */

/* 非トップページ：ヘッダー高さ分の領域を確保 */
.section-header.shopify-section-group-header-group:has(.header-wrapper--solid) {
  margin-bottom: 0 !important;
}

/* トップページ初期状態：透過 */
.header-wrapper,
.header-wrapper.gradient {
  background: transparent;
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
}

/* utility-bar 通過後：黒背景 + blur */
.scrolled-past-header .header-wrapper,
.scrolled-past-header .header-wrapper.gradient {
  background: rgba(10,10,10,0.96);
  backdrop-filter: blur(10px);
}

/* ヘッダーホバー時：黒背景 */
.header-wrapper:hover,
.header-wrapper.gradient:hover {
  background: #1C1C1C;
  backdrop-filter: none;
}

/* 検索モーダルが開いている間は透過ヘッダーも黒背景に */
.section-header:has(details[open]) .header-wrapper,
.section-header:has(details[open]) .header-wrapper.gradient {
  background: #1C1C1C;
  backdrop-filter: none;
}

/* 非トップページ：常に黒背景 */
.header-wrapper--solid,
.header-wrapper--solid.gradient {
  background: #1C1C1C;
}

/* ====== Search Modal ====== */
.search-modal.modal__content {
  --color-background: #1C1C1C;
  --gradient-background: #1C1C1C;
  --color-foreground: #fff;
  top: 90%;
}

.search-modal .search-modal__content {
  color: rgba(255, 255, 255, 0.85);
  height: auto;
  justify-content: start;
  position: relative;
  box-shadow: none !important;
  max-width: min(1120px, 100vw);
}

.search-modal .search-modal__form {
  flex: 1;
  min-width: 0;
}

.search-modal .field__label {
  display: none;
}

.search-modal .search__button {
  display: flex;
  color: #fff;
  right: auto;
  left: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.search-modal .search__input.field__input {
  padding-left: 4.4rem;
}

.search-modal .search__input.field__input,
.search-modal .search__input.field__input:focus,
.search-modal .search__input.field__input:focus-visible {
  padding-right: 5rem;
  border: none;
  box-shadow: none !important;
  outline: none;
  color: #fff !important;
}

.search-modal .search__input.field__input::placeholder {
  color: rgba(255, 255, 255, 1) !important;
  opacity: 1;
}

.search-modal .search-modal__close-button {
  position: static;
  flex-shrink: 0;
  margin-left: 1rem;
}

.predictive-search {
  --color-background: 28, 28, 28;
  --color-foreground: 255, 255, 255;
  padding: 0 3rem;
}

@media (max-width: 1024px) {
  .predictive-search {
    padding: 0rem;
  }
}

.search-modal predictive-search {
  position: static;
}

.search-modal .predictive-search--header {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  max-height: min(400px, 60vh);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.header__icon--search .header__icon-close {
  display: none !important;
}

/* ヘッダーアイコン・ローカライゼーション */
@media (min-width: 881px) {
  /* トップページ初期（透過ヘッダー）: 黒 */
  .header__icon,
  .header__icons--localization,
  .header-localization,
  .header-localization .localization-form__select,
  .header-localization .disclosure__link,
  .header__icon svg,
  .header__icon path {
    color: #000 !important;
    stroke: #000;
  }

  /* ホバー時 → 白 */
  .header-wrapper:hover .header__icon,
  .header-wrapper:hover .header__icons--localization,
  .header-wrapper:hover .header-localization,
  .header-wrapper:hover .header-localization .localization-form__select,
  .header-wrapper:hover .header-localization .disclosure__link,
  .header-wrapper:hover .header__icon svg,
  .header-wrapper:hover .header__icon path {
    color: #fff !important;
    stroke: #fff;
  }

  /* トップページ: アナウンスバー通過後 → 白 */
  .scrolled-past-header .header__icon,
  .scrolled-past-header .header__icons--localization,
  .scrolled-past-header .header-localization,
  .scrolled-past-header .header-localization .localization-form__select,
  .scrolled-past-header .header-localization .disclosure__link,
  .scrolled-past-header .header__icon svg,
  .scrolled-past-header .header__icon path {
    color: #fff !important;
    stroke: #fff;
  }

  /* 非トップページ（solid背景）: 常に白 */
  .header-wrapper--solid .header__icon,
  .header-wrapper--solid .header__icons--localization,
  .header-wrapper--solid .header-localization,
  .header-wrapper--solid .header-localization .localization-form__select,
  .header-wrapper--solid .header-localization .disclosure__link,
  .header-wrapper--solid .header__icon svg,
  .header-wrapper--solid .header__icon path {
    color: #fff !important;
    stroke: #fff;
  }

  /* 検索モーダルが開いている間もアイコンを白に */
  .section-header:has(details[open]) .header__icon,
  .section-header:has(details[open]) .header__icons--localization,
  .section-header:has(details[open]) .header-localization,
  .section-header:has(details[open]) .header-localization .localization-form__select,
  .section-header:has(details[open]) .header-localization .disclosure__link,
  .section-header:has(details[open]) .header__icon svg,
  .section-header:has(details[open]) .header__icon path {
    color: #fff !important;
    stroke: #fff;
  }
}

/* モバイルは常に白 */
@media (max-width: 880px) {
  .header__icon,
  .header__icons--localization,
  .header-localization,
  .header-localization .localization-form__select,
  .header-localization .disclosure__link,
  .header__icon svg,
  .header__icon path {
    color: #fff !important;
    stroke: #fff;
  }
}

.br-header__inner {
  height: var(--br-header-h);
  max-width: var(--br-maxw);
  margin: 0 auto;
  padding: 0 var(--br-pad-x);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}

.br-nav-left,
.br-nav-right {
  display: flex;
  align-items: center;
  gap: 28px;
}

.br-nav-right { justify-content: flex-end; }

.br-brand--inline {
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  margin-right: 16px;
  text-decoration: none;
}

.br-nav-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  position: relative;
  padding: 6px 0;
  text-decoration: none;
}

.br-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transition: right 0.3s cubic-bezier(.7,0,.3,1);
}

.br-nav-link:hover::after { right: 0; }

.br-icon-btn {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  transition: background 0.2s;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.br-header .br-icon-btn:hover {
  background: rgba(255,255,255,0.12);
}

.br-cart-wrap {
  position: relative;
  display: inline-block;
}

.br-cart-count {
  position: absolute;
  transform: translate(8px, -8px);
  background: #fff;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

/* Header menu button — mobile only */
.br-menu-btn { display: none; }

@media (max-width: 880px) {
  .br-header__inner {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    min-width: 0;
  }
  .br-nav-left,
  .br-nav-right { min-width: 0; }
  .br-nav-left .br-nav-link { display: none; }
  .br-menu-btn { display: inline-grid; }
  .br-nav-right { gap: 0; }
  .br-brand--inline {
    margin: 0 auto;
    font-size: 13px;
    letter-spacing: 0.02em;
  }
}

/* Mobile drawer */
.br-mobile-drawer {
  position: fixed;
  inset: 0;
  background: var(--br-bg);
  z-index: 100;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(.7,0,.3,1);
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.br-mobile-drawer.open { transform: translateX(0); }

.br-mobile-drawer__close {
  align-self: flex-end;
  font-size: 24px;
  width: 44px;
  height: 44px;
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--br-fg);
}

.br-mobile-drawer nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 24px;
}

.br-mobile-drawer nav a {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding: 12px 0;
  border-bottom: 1px solid var(--br-line);
  text-decoration: none;
  color: var(--br-fg);
}

/* ====== Footer ====== */
.br-footer {
  background: #1C1C1C;
  padding: 48px var(--br-pad-x) 24px;
  overflow: visible;
}

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

.br-footer__inner {
  max-width: var(--br-maxw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

@media (max-width: 880px) {
  .br-footer__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
  }
}

.br-footer__logo {
  font-size: 28px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.05em;
  color: #fff;
}

/* ====== Footer Social Icons ====== */
.br-footer__social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  align-items: center;
  color: #D8D8D8;
}

.br-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.br-footer__social a:hover { opacity: 1; }

.br-footer__social svg { width: 28px; height: 28px; }

/* ====== Footer Nav ====== */
.br-footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
  color: #FFF;
}

@media (max-width: 880px) {
  .br-footer__nav { align-items: center; }
}

.br-footer__nav a {
  font-size: 12px;
  transition: opacity 0.2s;
}

.br-footer__nav a:hover { opacity: 1; }

.br-footer__bottom {
  max-width: var(--br-maxw);
  margin: 24px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  justify-content: center;
  font-size: 11px;
  color: rgba(255,255,255,1);
  letter-spacing: 0.1em;
}

/* ====== Simple Product Card Slider (homepage) ====== */
.br-prod-slider-wrap {
  position: relative;
}

.br-prod-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.85);
  color: var(--br-fg);
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}

.br-prod-slider-btn--prev { left: 4px; }
.br-prod-slider-btn--next { right: 4px; }

.br-prod-slider-btn:hover {
  background: #fff;
  border-color: #999;
}

@media (max-width: 880px) {
  .br-prod-slider-btn { display: none; }
}

.br-prod-simple {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  padding: 0 var(--br-pad-x) 12px;
  scroll-padding-left: var(--br-pad-x);
  scrollbar-width: none;
  scroll-behavior: smooth;
  cursor: grab;
}

.br-prod-simple.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}

.br-prod-simple::-webkit-scrollbar { display: none; }

.br-prod-simple .br-prod-simple__item,
.br-prod-simple > div,
.br-prod-simple > a {
  flex: 0 0 calc(25% - 16px);
  scroll-snap-align: start;
}

@media (max-width: 880px) {
  .br-prod-simple .br-prod-simple__item,
  .br-prod-simple > div,
  .br-prod-simple > a {
    flex: 0 0 60%;
    max-width: 220px;
  }
}

.br-prod-simple a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.br-prod-simple__media {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--br-bg-soft);
  margin-bottom: 12px;
}

.br-prod-simple__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.br-prod-simple__item:hover img,
.br-prod-simple a:hover img { transform: scale(1.04); }

.br-prod-simple__name {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 4px;
  color: var(--br-fg);
}

.br-prod-simple__price {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  color: var(--br-fg);
}

/* ====== News Card (horizontal list) ====== */
.br-news-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 880px) {
  .br-news-row {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 0 var(--br-pad-x) 12px;
    scrollbar-width: none;
  }
  .br-news-row::-webkit-scrollbar { display: none; }
  .br-news-row .br-news-h {
    flex: 0 0 70%;
    max-width: 280px;
    scroll-snap-align: start;
  }
}

.br-news-h {
  display: block;
  text-decoration: none;
  color: inherit;
}

.br-news-h__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--br-bg-soft);
  margin-bottom: 12px;
}

.br-news-h__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.br-news-h:hover .br-news-h__media img { transform: scale(1.04); }

.br-news-h__date {
  color: var(--br-fg-muted);
  font-size: 11px;
  letter-spacing: 0.16em;
  margin: 0 0 4px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.br-news-h__tag {
  display: inline-block;
  border: 1px solid var(--br-line);
  padding: 1px 6px;
  font-size: 9px;
  letter-spacing: 0.18em;
}

.br-news-h__title {
  color: var(--br-fg);
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

/* ====== Hero Billboard ====== */
.br-hero-billboard {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  width: 100%;
  height: calc(100vh - 38px);
  background: #0a0a0a;
  overflow: hidden;
}

@supports (height: 100svh) {
  .br-hero-billboard {
    height: calc(100svh - 38px);
  }
}

@media (max-width: 880px) {
  .br-hero-billboard {
    grid-template-columns: 1fr;
    position: relative;
  }
}

.br-hero-billboard__photo {
  position: relative;
  overflow: hidden;
  background: #000;
  opacity: 0.7;
}

.br-hero-billboard__photo img,
.br-hero-billboard__photo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.br-hero-billboard__panel {
  background: #fff;
  /* color: #000; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  position: relative;
}

@media (max-width: 880px) {
  .br-hero-billboard__panel {
    display: none;
  }
}

.br-hero-billboard__title {
  margin: 0;
  font-size: clamp(48px, 8vw, 80px);
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
  color: #000;
  text-align: left;
}

@media (max-width: 880px) {
  .br-hero-billboard__title {
    text-align: center;
    width: 100%;
    text-shadow: 0 6px 22px rgba(0,0,0,0.4);
    font-size: clamp(48px, 13vw, 96px);
    color: #FFF;
    -webkit-text-stroke: 1px rgba(255,255,255,0.4);
  }
}

.br-hero-billboard__title small {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 0.13em;
  letter-spacing: 0.32em;
  margin-top: 18px;
  opacity: 0.85;
}

/* ====== Scene Grid ====== */
.br-scene-grid {
  background: #f7f6f2;
  padding: 80px 0;
}

.br-scene-grid__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: center;
  gap: 64px;
}

.br-scene-grid__header {
  flex: 0 0 auto;
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.br-scene-grid__label {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
}

.br-scene-grid__heading {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #0a0a0a;
}

.br-scene-grid__cta {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0a0a0a;
  text-decoration: none;
  border-bottom: 1px solid #0a0a0a;
  padding-bottom: 2px;
  transition: opacity 0.2s;
  align-self: flex-start;
}

.br-scene-grid__cta:hover {
  opacity: 0.5;
}

.br-scene-grid__cards {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.br-scene-grid__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #0a0a0a;
  overflow: hidden;
  border-radius: 2px;
}

.br-scene-grid__card-img {
  position: relative;
  aspect-ratio: 3 / 4;
  background: #d0cec8;
  overflow: hidden;
}

.br-scene-grid__card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.br-scene-grid__card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  transition: background 0.3s;
}

.br-scene-grid__card:hover .br-scene-grid__card-overlay {
  background: rgba(0, 0, 0, 0.32);
}

.br-scene-grid__card-body {
  padding: 16px 4px 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.br-scene-grid__scene-num {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
}

.br-scene-grid__card-title-wrap {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.br-scene-grid__card-title {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #0a0a0a;
}

.br-scene-grid__card-subtitle {
  font-size: 12px;
  color: #555;
}

.br-scene-grid__card-desc {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #555;
}

@media (max-width: 1100px) {
  .br-scene-grid__inner {
    padding: 0 40px;
    gap: 40px;
  }
  .br-scene-grid__header {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .br-scene-grid {
    padding: 52px 0;
  }
  .br-scene-grid__inner {
    flex-direction: column;
    padding: 0 20px;
    gap: 28px;
    align-items: stretch;
  }
  .br-scene-grid__header {
    width: 100%;
    gap: 12px;
  }
  .br-scene-grid__heading {
    font-size: 26px;
  }
  .br-scene-grid__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: 100%;
  }
  .br-scene-grid__card-img {
    aspect-ratio: 2 / 3;
  }
  .br-scene-grid__card-body {
    padding: 8px 0 4px;
    gap: 4px;
  }
  .br-scene-grid__scene-num {
    font-size: 9px;
    letter-spacing: 0.12em;
  }
  .br-scene-grid__card-title-wrap {
  }
  .br-scene-grid__card-title {
    font-size: 13px;
    letter-spacing: 0;
  }
  .br-scene-grid__card-subtitle {
    font-size: 10px;
  }
  .br-scene-grid__card-desc {
    font-size: 10px;
    line-height: 1.6;
  }
}

/* ====== Thumb Band ====== */
.br-thumb-band {
  background: #ededed;
  padding: 5rem 0;
  overflow: hidden;
  position: relative;
}

.br-thumb-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 0 var(--br-pad-x);
  max-width: var(--br-maxw);
  margin: 0 auto;
}

@media (max-width: 720px) { .br-thumb-strip { gap: 4px; } }

.br-thumb-strip__item {
  aspect-ratio: 1/2;
  overflow: hidden;
  background: var(--br-bg-soft);
}

.br-thumb-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.br-thumb-band__marquee {
  overflow: hidden;
  padding: 0;
}

.br-thumb-band__track {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  display: flex;
  gap: 48px;
  white-space: nowrap;
  will-change: transform;
  font-weight: 900;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.br-thumb-band__track span {
  display: inline-flex;
  gap: 48px;
}

.br-thumb-band__track i {
  font-style: normal;
  opacity: 0.55;
}

/* ====== 3-up Category Banner ====== */
.br-cat3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 720px) { .br-cat3 { grid-template-columns: 1fr; } }

.br-cat3 a {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.br-cat3 a:last-child {
  border-right: none;
}

.br-cat3 a img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.br-cat3 a:hover img { transform: scale(1.06); }

.br-cat3 a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.32);
}


.br-cat3 a > div {
  position: relative;
  z-index: 2;
}

.br-cat3 h4 {
  font-size: clamp(28px, 4.4vw, 56px);
  color: #fff;
  font-weight: 900;
  margin: 0;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  line-height: 0.95;
}

.br-cat3 small {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.24em;
  margin-top: 10px;
  opacity: 0.9;
}

/* ====== Brand Seal ====== */
.br-brand-seal {
  padding: 80px 0;
  text-align: center;
  background: #fff;
}

.br-brand-seal__circle {
  width: clamp(160px, 22vw, 260px);
  height: clamp(160px, 22vw, 260px);
  border: 2px solid var(--br-fg);
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.br-brand-seal__circle::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid var(--br-fg);
  border-radius: 50%;
  pointer-events: none;
}

.br-brand-seal__logo {
  width: 65%;
  height: auto;
  object-fit: contain;
}

.br-brand-seal__big {
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 900;
  line-height: 0.9;
  margin: 0;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.br-brand-seal__sm {
  font-size: 9px;
  letter-spacing: 0.32em;
  margin-top: 10px;
  opacity: 0.8;
  text-transform: uppercase;
}

/* ====== Instagram Grid ====== */
.br-ig-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--br-fg);
}

.br-ig-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}

@media (max-width: 880px) { .br-ig-row { grid-template-columns: repeat(3, 1fr); } }

.br-ig-row a {
  aspect-ratio: 1;
  overflow: hidden;
  display: block;
}

.br-ig-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.br-ig-row a:hover img { transform: scale(1.06); }

/* ====== Green CTA wrap ====== */
.br-cta-wrap {
  text-align: center;
  padding: 40px 0 0;
}

/* ====== Page hero (subpages) ====== */
.br-page-hero {
  padding: 64px var(--br-pad-x);
  border-bottom: 1px solid var(--br-line);
}

.br-page-hero h1 {
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 900;
  margin: 0;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.br-page-hero p {
  margin: 12px 0 0;
  color: var(--br-fg-muted);
  font-size: 13px;
}

.br-crumbs {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--br-fg-muted);
  margin: 0 0 16px;
  display: flex;
  gap: 8px;
}

.br-crumbs a { text-decoration: none; color: inherit; }
.br-crumbs a:hover { color: var(--br-fg); }
.br-crumbs span { color: var(--br-fg-soft); }

/* ====== Facet Toggle Switch ====== */
.facet-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 12px;
}

.facet-toggle input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.facet-toggle__track {
  position: relative;
  flex-shrink: 0;
  width: 36px;
  height: 20px;
  background: #ccc;
  border-radius: 10px;
  transition: background 0.2s ease;
  order: 2;
}

.facet-toggle__thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.facet-toggle input[type="checkbox"]:checked ~ .facet-toggle__track {
  background: var(--br-fg, #000);
}

.facet-toggle input[type="checkbox"]:checked ~ .facet-toggle__track .facet-toggle__thumb {
  transform: translateX(16px);
}

.facet-toggle.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.facet-toggle .facet-checkbox__text {
  order: 1;
}

.facet-toggle .svg-wrapper,
.facet-toggle svg.icon-checkmark,
.facet-toggle svg[class*="icon-square"] {
  display: none;
}

/* ====== Product Detail Page ====== */
.product__title h1,
.product__title .h1 {
  font-weight: 700;
}

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

/* Product Description Sections (description HTML template) */
.product-detail-section {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(var(--color-foreground), 0.1);
}

.product-detail-section__heading {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.product-detail-section__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: rgba(var(--color-foreground), 0.75);
}

.product-detail-section__note {
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.55);
  margin-bottom: 1rem;
}

.product-size-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.product-size-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.3rem;
  min-width: 320px;
}

.product-size-table th,
.product-size-table td {
  padding: 1rem 1.2rem;
  text-align: center;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
}

.product-size-table thead th {
  font-weight: 700;
  background: rgba(var(--color-foreground), 0.04);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.product-size-table tbody tr:last-child td {
  border-bottom: none;
}

.product-detail-section__material-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
}

.product-detail-section__material-list li {
  display: flex;
  gap: 1.6rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.06);
}

.product-detail-section__material-list li:last-child {
  border-bottom: none;
}

.product-detail-section__material-list .label {
  width: 7rem;
  flex-shrink: 0;
  color: rgba(var(--color-foreground), 0.55);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.product-detail-section__material-list .value {
  color: rgba(var(--color-foreground), 0.85);
}
}
