/*
Theme Name: Bravon
Theme URI: https://bravon.local
Author: Codex
Description: Bravon icin hazirlanmis ozel WooCommerce temasi.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.9.4
Requires PHP: 8.1
Text Domain: bravon
*/

@font-face {
  font-family: "CormorantGaramond";
  src: local("Cormorant Garamond"), local("CormorantGaramond-Regular");
  font-display: swap;
}

:root {
  --br-bg: #F7F7F7;
  --br-bg-soft: #eeeeee;
  --br-ink: #211D1A;
  --br-muted: #5a5550;
  --br-line: rgba(33, 29, 26, 0.1);
  --br-accent: #4B3D33;
  --br-cart-green: #5B7553;
  --br-cart-green-hover: #4A6344;
  --br-card: #ffffff;
  --br-shadow: none;
  --br-radius: 0px;
  --br-container: min(1200px, calc(100vw - 80px));
  --br-serif: "Cormorant Garamond", serif;
  --br-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--br-ink);
  background: var(--br-bg);
  font-family: var(--br-sans);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .br-site-header {
  top: 32px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  display: block;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.br-shell {
  overflow: clip;
}

.br-container {
  width: var(--br-container);
  margin: 0 auto;
}

.br-site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  padding: 40px 0;
  transition: all 0.4s ease;
}

body.home .br-site-header {
  position: absolute;
}

body.home .br-site-header.is-scrolled {
  position: fixed;
}

.br-site-header.is-scrolled {
  background: var(--br-bg);
  padding: 20px 0;
  box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}

.br-site-header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.br-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 101;
}

.br-logo {
  width: auto;
  height: clamp(50px, 8vw, 80px);
  filter: brightness(0) invert(1);
  transition: all 0.4s ease;
}

.br-site-header.is-scrolled .br-logo {
  filter: none;
  height: 50px;
}

.br-header-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.br-site-nav ul {
  display: flex;
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.br-header-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 5px;
}

.br-lang-switcher {
  display: flex;
  gap: 15px;
}

.br-lang-switcher a.is-active {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.br-site-nav a,
.br-cart-link,
.br-lang-switcher a {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s ease;
}

.br-site-header.is-scrolled .br-site-nav a,
.br-site-header.is-scrolled .br-cart-link,
.br-site-header.is-scrolled .br-lang-switcher a {
  color: var(--br-ink);
}

/* Cart Button */
.br-cart-link,
.br-cart-link .br-cart-label,
.br-cart-link svg,
.br-cart-link span {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 0;
}

.br-cart-link svg {
  stroke: #ffffff !important;
}

.br-site-header.is-scrolled .br-cart-link,
.br-site-header.is-scrolled .br-cart-link .br-cart-label {
  color: var(--br-ink) !important;
}

#brCartCount,
.br-site-header.is-scrolled #brCartCount {
  color: #ffffff !important;
}

.br-site-header.is-scrolled .br-cart-link svg {
  stroke: var(--br-ink) !important;
}

/* Animations */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal--delay-1 { transition-delay: 0.1s; }
.reveal--delay-2 { transition-delay: 0.2s; }
.reveal--delay-3 { transition-delay: 0.3s; }

.br-404 {
  min-height: calc(100vh - 220px);
  display: flex;
  align-items: center;
  padding: 180px 0 120px;
  background:
    radial-gradient(circle at top, rgba(91, 117, 83, 0.12), transparent 35%),
    linear-gradient(180deg, #f7f5f1 0%, #f2efe8 100%);
}

.br-404__card {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px;
  border: 1px solid var(--br-line);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  text-align: center;
}

.br-404__eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--br-muted);
}

.br-404__title {
  margin: 0 0 18px;
  font-family: var(--br-serif);
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 0.98;
  color: var(--br-ink);
}

.br-404__text {
  max-width: 560px;
  margin: 0 auto 32px;
  color: var(--br-muted);
  font-size: 1rem;
}

.br-404__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.br-button--solid,
.br-button--ghost {
  min-width: 210px;
  padding: 14px 22px;
  border: 1px solid var(--br-ink);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.br-button--solid {
  background: var(--br-ink);
  color: #fff;
}

.br-button--ghost {
  background: transparent;
  color: var(--br-ink);
}

/* WooCommerce Global Reset */
.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.br-product-card__media,
.br-button,
.button {
  border-radius: 0 !important; /* Tüm yuvarlak köşeleri keskinleştirir */
}

/* Single Product Page - Premium Layout Overrides */
.woocommerce div.product {
  padding-top: 100px;
  display: block !important;
}

.woocommerce div.product div.images {
  margin-bottom: 0 !important;
  float: none !important;
  width: auto !important;
}

.woocommerce div.product div.summary {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.br-product-gallery {
    display: flex;
    gap: 30px;
}

.br-product-gallery__thumbs {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 60px;
    flex-shrink: 0;
}

.br-gallery-thumb {
    width: 60px;
    aspect-ratio: 1/1;
    cursor: pointer;
    border: 1px solid transparent;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.br-gallery-thumb.is-active {
    opacity: 1;
    border-color: var(--br-ink);
}

.br-product-single__stock-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 30px;
}

.br-stock-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
    position: relative;
}

.is-status-in .br-stock-dot { background: #5B7553; }
.is-status-low .br-stock-dot { background: #DDA15E; }
.is-status-out .br-stock-dot { background: #BC6C25; }

.br-stock-dot::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 1px solid currentColor;
    opacity: 0.3;
}

.woocommerce div.product p.stock,
.woocommerce p.stock,
.stock {
    display: none !important; /* Varsayılan Woo stok yazısını gizle, biz kendimizinkini gösteriyoruz */
}

.woocommerce div.product .product_title {
  font-family: var(--br-serif) !important;
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  margin-bottom: 25px !important;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
  font-size: 1.4rem !important;
  color: var(--br-ink) !important;
  margin-bottom: 35px !important;
  display: block;
}

.woocommerce div.product form.cart {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  margin-bottom: 50px !important;
}

.woocommerce div.product .quantity {
  background: var(--br-bg-soft);
  padding: 5px;
  display: flex !important;
}

.woocommerce div.product .quantity input {
  background: transparent !important;
  border: none !important;
  width: 50px !important;
  font-weight: 600;
  color: var(--br-ink);
}

.woocommerce div.product .single_add_to_cart_button {
  background: var(--br-cart-green) !important;
  padding: 20px 40px !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  flex: 1;
}

.br-product-single__excerpt {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--br-muted);
    margin-bottom: 40px;
}

.br-product-single__attributes {
    border-top: 1px solid var(--br-line);
    padding-top: 30px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.br-attr-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.br-attr-label {
    color: var(--br-muted);
}

.br-attr-value {
    font-weight: 600;
}

.woocommerce-tabs, .related.products, .upsells.products {
  display: none !important;
}

/* Breadcrumbs ve extra WooCommerce header temizliği */
.woocommerce-breadcrumb, 
.woocommerce-products-header,
.woocommerce-products-header__title,
.woocommerce-result-count,
.woocommerce-ordering,
.page-title {
  display: none !important;
}



.br-hero {
  position: relative;
  height: 95vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}

.br-hero__slider {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.br-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.br-hero__slide.is-active {
  opacity: 1;
}

.br-hero__slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
}

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

.br-hero__dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
}

.br-hero__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.7);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.br-hero__dot.is-active {
  background: #ffffff;
  border-color: #ffffff;
}

.br-hero__content {
  position: relative;
  z-index: 2;
  width: min(800px, 100%);
  padding: 0 40px;
}

.br-hero__brand {
  margin-bottom: 20px;
}

.br-hero__brand strong {
  font-family: var(--br-serif);
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.br-hero__eyebrow {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.br-hero__title {
  margin: 0 0 30px;
  font-family: var(--br-serif);
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 1.1;
  font-weight: 400;
}

.br-hero__subtitle {
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Instagram Feed Component */
.br-ig-wrapper {
  padding: 60px 0;
  background: var(--br-bg);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.br-ig-feed {
  display: flex;
  gap: 20px;
  padding: 10px 20px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

.br-ig-feed::-webkit-scrollbar {
  display: none;
}

.br-ig-post {
  position: relative;
  flex: 0 0 auto;
  width: clamp(200px, 20vw, 300px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
}

.br-ig-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
}

.br-ig-post:hover img {
  transform: scale(1.05);
}

.br-ig-post__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  color: #fff;
}

.br-ig-post:hover .br-ig-post__overlay {
  opacity: 1;
}

.br-ig-post__overlay svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.br-hero__actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.br-button,
.button,
button,
input[type="submit"] {
  appearance: none;
  border: 0;
  border-radius: 0;
  padding: 18px 36px;
  font-family: var(--br-sans);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.br-button--primary,
.button,
input[type="submit"] {
  background: var(--br-accent);
  color: #ffffff;
}

.br-button--primary:hover,
.button:hover {
  background: #211D1A;
}

.br-button--ghost {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.br-button--ghost:hover {
  background: #ffffff;
  color: var(--br-accent);
}

.br-section {
  padding: 120px 0;
}

.br-section--overlap {
  margin-top: 0;
}

.br-story-card,
.br-products-card,
.br-newsletter-card,
.br-footer-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.br-story-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.br-kicker {
  display: block;
  color: var(--br-muted);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.br-display {
  margin: 0 0 30px;
  font-family: var(--br-serif);
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.2;
  font-weight: 400;
}

.br-copy {
  color: var(--br-ink);
  font-size: 1.15rem;
  line-height: 1.8;
}

.br-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
  margin-top: 60px;
}

.br-product-card {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.br-product-card__media {
  aspect-ratio: 4/5;
  margin-bottom: 20px;
  overflow: hidden;
}

.br-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.br-product-card:hover .br-product-card__media img {
  transform: scale(1.05);
}

.br-product-card__title {
  margin: 0 0 10px;
  font-family: var(--br-serif);
  font-size: 1.4rem;
  font-weight: 400;
}

.br-price {
  color: var(--br-muted);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.br-newsletter-section {
  background: var(--br-accent);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.br-newsletter-section .br-display {
  color: #ffffff;
}

.br-newsletter-form {
  display: flex;
  max-width: 500px;
  margin: 40px auto 0;
  gap: 10px;
}

.br-newsletter-form input {
  flex: 1;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  padding: 15px 20px;
  color: #ffffff;
  font-family: var(--br-sans);
}

.br-newsletter-form input::placeholder {
  color: rgba(255,255,255,0.6);
}

.br-footer {
  background: var(--br-accent);
  color: #ffffff;
  padding: 100px 0 40px;
  text-align: center;
}

.br-footer a {
  color: rgba(255,255,255,0.8);
}

.br-footer-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.br-footer h4 {
  margin: 0 0 25px;
  font-family: var(--br-serif);
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.br-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}

.br-footer-bottom {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.br-footer-brandline {
  font-family: var(--br-serif);
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.6);
}

/* Legal Page */
.br-legal {
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.br-legal .br-display {
  margin-bottom: 40px;
}

.br-legal__body {
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--br-muted);
}

/* Side Cart Drawer */
.br-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.br-cart-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.br-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 90vw);
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

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

.br-cart-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 28px;
  border-bottom: 1px solid var(--br-line);
}

.br-cart-drawer__header h3 {
  margin: 0;
  font-family: var(--br-serif);
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.br-cart-drawer__close {
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: var(--br-ink);
  padding: 0;
  line-height: 1;
}

.br-cart-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.br-cart-drawer__empty {
  text-align: center;
  color: var(--br-muted);
  padding: 60px 28px;
  font-size: 0.95rem;
}

.br-cart-drawer__items {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.br-cart-drawer__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 28px;
  border-bottom: 1px solid var(--br-line);
  position: relative;
}

.br-cart-drawer__thumb {
  flex-shrink: 0;
}

.br-cart-drawer__thumb img {
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.br-cart-drawer__info {
  flex: 1;
  min-width: 0;
}

.br-cart-drawer__name {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--br-ink);
  text-decoration: none;
  margin-bottom: 8px;
  line-height: 1.3;
}

.br-cart-drawer__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.br-cart-drawer__qty {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
}

.br-qty-btn {
  width: 28px;
  height: 28px;
  background: var(--br-bg);
  border: 1px solid var(--br-line);
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--br-ink);
  transition: background 0.2s ease;
}

.br-qty-btn:hover {
  background: var(--br-bg-soft);
}

.br-cart-drawer__price {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--br-ink);
}

.br-cart-drawer__remove {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 1.1rem;
  color: var(--br-muted);
  cursor: pointer;
  padding: 0;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.br-cart-drawer__item:hover .br-cart-drawer__remove {
  opacity: 1;
}

.br-cart-drawer__footer {
  padding: 24px 28px;
  border-top: 1px solid var(--br-line);
  background: var(--br-bg);
}

.br-cart-drawer__subtotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.br-button--cart-checkout {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--br-cart-green);
  color: #ffffff;
  padding: 16px;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.br-button--cart-checkout:hover {
  background: var(--br-cart-green-hover);
  color: #ffffff;
}

.br-cart-drawer__viewcart {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--br-muted);
  text-decoration: underline;
}

/* Cart link in header */
#brCartToggle {
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--br-sans);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0;
}

#brCartCount {
  background: var(--br-cart-green);
  color: #ffffff !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0;
}

.woocommerce-breadcrumb,
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce-products-header__title.page-title,
.related.products > h2,
.product_meta .posted_in,
.product_meta .tagged_as {
  display: none !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

.woocommerce ul.products li.product a img {
  border-radius: 22px;
}

.woocommerce div.product {
  padding: 42px 0 80px;
}

.woocommerce div.product div.images img,
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  border-radius: 24px;
  overflow: hidden;
}

.woocommerce div.product .product_title {
  font-family: var(--br-serif);
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.95;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--br-accent);
  font-size: 1.25rem;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 0;
  border-radius: 18px;
  background: rgba(255,255,255,0.74);
  color: var(--br-ink);
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  color: var(--br-accent);
}

@media (max-width: 1100px) {
  .br-products-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .br-story-card,
  .br-newsletter-card,
  .br-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body.admin-bar .br-site-header {
    top: 46px;
  }

  .br-site-header__inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 0;
  }

  .br-site-nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .br-site-nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .br-header-actions {
    width: 100%;
    justify-content: center;
  }

  .br-points,
  .br-bilingual,
  .br-products-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr;
  }

  .br-hero {
    min-height: 78vh;
  }

  .br-products-head,
  .br-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
